/*------ Main top info style ------*/

.top-main-inf {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-main-inf .valign-middle {
    min-height: 600px;
    z-index: 3;
}
.top-main-inf .gback {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6) url(/images/pattern.png) repeat center;
    opacity: .7;
    z-index: 2;
}
.top-main-inf .valign-content {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: rgba(255, 255, 255, .75);
    font-size: 1.15em;
    font-weight: 300;
    line-height: 1;
    z-index: 3;
}
.top-main-inf h1 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.6em;
}
.top-main-inf .separate {
    position: relative;
    display: table;
    margin: 15px auto 10px;
    width: 7px;
    height: 7px;
    background: #fff;
    opacity: .4;
}
.top-main-inf .separate:before,
.top-main-inf .separate:after {
    content: '';
    position: absolute;
    top: 3px;
    width: 70px;
    margin: 0 10px;
    height: 1px;
    background: #fff;
    opacity: .5;
}
.top-main-inf .separate:after {
    left: 100%;
}
.top-main-inf .separate:before {
    right: 100%;
}
.top-main-inf p {
    margin-top: 10px;
}
.top-main-inf .read-more {
    color: #888;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.75em;
    padding: 15px 20px;
    text-decoration: none;
    background: rgba(255, 255, 255, .75);
}
.top-main-inf .read-more:hover {
    background: #fff;
}
/*------ Main top info style ------*/
/*------ Portal main page style ------*/

.top-portal-cont {
    margin-top: -30px;
    padding-top: 20px;
    background: #f9f9f9;
}
.last-news .news-list .col-3,
.last-news .news-list .col-10 {
    width: 100% !important;
}
.last-news .news-list .entry-img {
    height: 0;
    padding-bottom: 50%;
}
.last-news .news-list .eTitle {
    font-size: 1.3em;
}
.last-news .news-list .eDate {
    margin-top: 10px;
}
.last-news .news-list .eMessage {
    margin-top: -10px;
    font-size: 0.96em;
}
.news-list .read-next {
    display: none;
    text-decoration: none;
    color: #7D92BA;
    margin-top: 5px;
}
.news-list .read-next:hover {
    color: #294479;
}
.last-news .news-list .read-next {
    display: block;
}
.pttl {
    margin-bottom: 30px;
    padding-bottom: 8px;
    font-size: 1.4em;
    border-bottom: 1px solid #eee;
    color: #294479;
    font-weight: 400;
    text-transform: uppercase;
}
.pttl span {
    position: relative;
    display: table;
}
.pttl span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    background: #7D92BA;
    width: 100%;
    height: 1px;
    margin-top: 8px;
    opacity: .6;
}
.sidebar .pbox .pttl {
    margin-bottom: 10px;
}
.pbox {
    display: table;
    margin-bottom: 60px;
    width: 100%;
}
.portal-cont .row2 .col-9 {
    padding-left: 45px;
}
/*------ Portal main page style ------*/
/*------ Top buttons style ------*/

.top-add-btn {
    float: right;
    margin: 5px 0;
}
.top-add-btn i {
    font-size: 13pt;
    top: 11px;
    left: 12px;
    opacity: .55;
}
.top-add-btn:hover i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.m-tab {
    float: right;
}
.top-search-btn {
    position: absolute;
    display: none;
    right: 5px;
    top: 5px;
    font-size: 1.4em;
    text-decoration: none;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #666;
}
.up-btn {
    position: relative;
    float: right !important;
    margin: 5px 20px;
    height: 45px;
    padding: 4px 20px 4px 20px;
    font-size: 0.95em;
    cursor: pointer;
}
.up-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 25px;
    border-right: 1px dashed #ccc;
}
.up-btn i.flaticon-user156 {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1em;
    color: #294479;
}
.up-btn a.top-icon {
    display: block;
    color: #7D92BA;
    text-decoration: none;
    margin-bottom: -5px;
}
.up-btn a.top-icon:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    padding-left: 5px;
}
.up-btn a.top-icon:hover {
    color: #294479;
}
.up-btn .des {
    font-size: 0.75em;
    color: #999;
}
.up-btn .hint {
    position: absolute;
    top: -12px;
    left: 20px;
    font-size: 0.6em;
    text-transform: uppercase;
    background: #f00;
    color: #fff;
    line-height: 15px;
    padding: 0 4px;
    z-index: 2;
    -webkit-animation-name: blink;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.up-btn .hint:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -9px;
    background: #f00 none repeat scroll 0 0;
    transform: rotate(110deg) skewX(40deg);
    z-index: -1;
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}
.up-btn .up-info {
    position: absolute;
    cursor: auto;
    top: 120%;
    left: 0;
    width: 100%;
    background: #333;
    color: #999;
    padding: 15px;
    border-radius: 10px;
    -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, .18);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, .18);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .18);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.up-btn:hover .up-info {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.up-btn .up-info:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #333 transparent;
}
.up-btn .up-info .enter-btn {
    background: #F29B05;
    height: 30px;
    width: 100%;
}
.up-btn .up-info .reg {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 5px;
    text-align: center;
    padding: 2px;
    font-size: 0.9em;
}
.up-btn .up-info hr {
    border-color: #666;
}
.up-btn .up-info .profile {
    font-size: 1em;
    color: #fff;
    position: relative;
    padding-left: 25px;
}
.up-btn .logout i,
.up-btn .up-info .profile i {
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    opacity: 0.6;
}
.up-btn .up-info ul {
    margin: 0;
    padding: 5px 0 15px 25px;
}
.up-btn .up-info ul a {
    display: block;
    text-decoration: none;
    padding: 4px 0;
    line-height: 1;
    color: #ccc;
    font-size: 0.92em;
}
.up-btn .up-info ul a:hover {
    color: #fff;
}
.up-btn .up-info .soc {
    border-top: 1px dashed #666;
    margin: 0 -15px;
    padding: 15px;
    text-align: center;
}
.up-btn .up-info .soc p {
    font-size: 0.75em;
    margin: 0 0 15px 0;
}
.up-btn .up-info .soc a {
    margin: 0 2px 8px;
}
.up-btn .up-info .soc i {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    border: none;
}
.up-btn .logout {
    position: relative;
    color: #fff;
    text-decoration: none;
    display: block;
    background: #7D92BA;
    margin: 0 -15px -15px;
    line-height: 40px;
    border-radius: 0 0 10px 10px;
    padding: 0 15px 0 40px;
}
.up-btn .logout i {
    left: 15px;
}
.up-btn .logout:hover {
    background: #294479;
}
/*------ Top buttons style ------*/
/*------ Top search line style ------*/

.h-sua {
    position: relative;
    display: table;
    float: right;
    margin: 15px 0;
}
.h-sua .searchForm {
    position: relative;
    float: right;
    margin: 5px 15px 5px 0;
}
.h-sua .searchForm .queryField {
    padding-left: 40px;
    background: #fff;
    border: 1px solid #d8d8d8;
}
.h-sua .searchForm .schBtn {
    position: absolute;
    left: 0;
    top: 0;
}
.h-sua .searchForm .searchSbmFl {
    width: 40px;
    height: 40px;
    background-position: center center;
    opacity: .6;
}
.h-sua .searchForm .searchSbmFl:hover {
    background-color: transparent;
    opacity: 1;
}
.top-search {
    background: #f2f2f2;
}
.top-search .middle {
    padding: 30px;
}
.top-search .searchForm {
    background: #7D92BA;
    border-radius: 4px;
    padding: 15px;
}
.top-search .searchForm .schQuery {
    float: left;
    width: 80%;
}
.top-search .searchForm .schBtn {
    width: 20%;
    float: left;
    padding-left: 15px;
}
.top-search .searchForm .queryField {
    width: 100%;
    background: #fff url(/images/icon-search.png) no-repeat 10px 10px / 18px;
    padding-left: 40px;
    margin: 0;
}
.top-search .searchForm .searchSbmFl {
    width: 100%;
    text-indent: 0;
    background: rgba(255, 255, 255, .2);
    height: 40px;
}
/*------ Top search line style ------*/
/*------ Top line navigation style ------*/

.h-top .menu-togle {
    font-size: 15pt;
    margin: 10px 0;
}
.h-top .menu-togle span {
    font-size: 12pt;
    line-height: 25px;
    padding-left: 30px;
}
.top-nav {
    float: right;
}
.top-nav li {
    float: left;
    position: relative;
}
.top-nav li a {
    text-decoration: none;
}
.top-nav li span {
    display: block;
    padding: 12px 7px;
    font-size: 0.94em;
    color: #666;
    cursor: pointer;
}
.top-nav li span:hover {
    color: #333;
}
.top-nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 140px;
    width: auto;
    margin-left: -3px;
    background: #f2f2f2;
    padding-bottom: 5px;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.top-nav li:hover ul {
    opacity: 1;
    visibility: visible;
}
.gsort:after,
.gsort:before,
.top-nav li ul:after,
.top-nav li ul:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 8px;
    background-repeat: no-repeat;
    top: 0;
}
.gsort:before,
.top-nav li ul:before {
    left: -10px;
    background-image: url(/images/left-in.png);
}
.gsort:after,
.top-nav li ul:after {
    right: -10px;
    background-image: url(/images/right-in.png);
}
.top-nav li ul li {
    float: none;
    border-bottom: 1px solid #eaeaea;
}
.top-nav li ul li:last-child {
    border: none;
}
.top-nav li ul li span {
    padding: 7px 10px;
    line-height: 1.1;
}
/*------ Top line navigation style ------*/
/*------ Top search form style ------*/

.module-search-form {
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.module-search-form .valign-middle {
    height: auto;
    min-height: 45vh;
}
.module-search-form .valign-content {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.module-search-form h1 {
    font-size: 2.2em;
    font-weight: 400;
}
.module-search-form .descr {
    color: RGBA(0, 0, 0, .6);
    margin: 15px auto;
    font-weight: 300;
    text-transform: none;
    font-size: 1.05em;
    line-height: 1;
    font-weight: 400;
}
.module-search-form .searchForm {
    position: relative;
    display: table;
    width: 100%;
    max-width: 700px;
    margin: 30px auto 0;
}
.module-search-form .queryField {
    width: 100%;
    height: 50px;
    padding: 0 120px 0 50px;
    font-size: 1.2em;
    margin: 0;
    background: #fff url(/images/icon-search.png) no-repeat 15px 15px / 20px;
    border-radius: 50px;
}
.module-search-form .schBtn {
    position: absolute;
    right: 0;
    top: 0;
}
.module-search-form .searchSbmFl {
    background: #7D92BA;
    height: 50px;
    width: auto;
    text-indent: 0;
    padding: 0 30px;
    font-size: 1em;
    width: 120px;
    border-radius: 50px;
}
.module-search-form.black-back h1 {
    color: #fff;
}
.module-search-form.black-back .descr {
    color: rgba(255, 255, 255, .85);
}
.module-search-form.black-back .gback {
    background: rgba(20, 20, 20, .65);
}
/*------ Top search form style ------*/
/*------ Cat with image ------*/

.top-cat {
    background: #f6f6f6;
}
.top-cat .middle {
    padding: 30px;
    white-space: normal;
}
.top-cat h1 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.bcat {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bcat li {
    position: relative;
    width: 25%;
    float: left;
    padding: 0 15px 15px;
}
.bcat li:nth-child(4n+1) {
    clear: left;
}
.bcat.nmg li {
    padding: 0 15px;
}
.bcat.nmg li {
    padding-right: 35px;
    margin-bottom: 5px;
    font-size: 0.9em;
}
.bcat li img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.bcat li a.catNameActive,
.bcat li a.catName {
    display: block;
    text-decoration: none;
    min-height: 16px;
    line-height: 16px;
    padding-right: 20px;
}
.bcat li a.catNameActive,
.bcat li a.catName:hover {
    color: #7D92BA;
}
.bcat li .catNumData {
    margin-right: 5px;
    color: #999;
    font-size: 0.8em;
}
.bcat.nmg li .catNumData {
    position: absolute;
    background: #ccc;
    text-align: center;
    min-width: 25px;
    height: 18px;
    color: #fff;
    padding: 1px 3px;
    border-radius: 2px;
    top: 0;
    right: 0;
}
.bcat.nmg li .catNumData:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #ccc transparent
}
/*------ Cat with image ------*/
/*------ Sorting and filter panel ------*/

.mid-to-top {
    margin: -60px 0 20px;
}
.mid-to-top .gsort {
    float: left;
    margin: 0 25px 10px 0;
}
.flist {
    padding-top: 12px;
}
.gsort {
    position: relative;
    background: #f6f6f6;
    margin: -60px 0 30px;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    display: table;
}
.gsort .btns {
    position: relative;
    float: left;
    padding-right: 5px;
    margin-right: 15px;
}
.gsort .btns:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    right: 0;
    top: 10px;
    border-right: 1px dashed #ccc;
}
.gsort .gsel {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #f6f6f6;
    text-shadow: none;
    font-size: 1.15em;
    color: #999;
    cursor: pointer;
}
.gsort .gsel:hover,
.gsort .gsel.active {
    color: #7D92BA;
}
.gsort .filter-list,
.gsort .sort-list {
    position: relative;
    float: right;
    line-height: 40px;
    margin-right: 15px;
    text-decoration: none;
    cursor: pointer;
}
.gsort .filter-list i,
.gsort .sort-list i {
    font-size: 1.15em;
    color: #333;
}
.gsort .filter-list span,
.gsort .sort-list span {
    font-size: 0.7em;
    text-transform: uppercase;
    color: #999;
}
.gsort .filter-list:hover span,
.gsort .sort-list:hover span {
    color: #666;
}
.gsort .sort-list .list {
    display: none;
    position: absolute;
    background: #fff;
    width: 200px;
    top: 100%;
    margin-top: 10px;
    right: -1px;
    line-height: 1.2;
    font-size: 0px;
    background: #f2f2f2;
    border-radius: 2px;
    border: 1px solid #ececec;
    z-index: 2;
}
.gsort .sort-list .list:before {
    content: '';
    position: absolute;
    top: -6px;
    right: 96px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #f2f2f2;
    z-index: 5;
}
.gsort .sort-list .list a:first-child {
    border: none;
}
.gsort .sort-list .list a {
    display: block;
    padding: 10px 12px;
    font-size: 12px;
    border-top: 1px solid #ececec;
}
.gsort .sort-list .list a:hover {
    background: #ececec;
}
/*------ Sorting panel ------*/
/*------ Board style ------*/
/* Market place */

.market-place {
    background: url(/images/mp-image.jpg) no-repeat center / cover;
    border-radius: 10px;
    overflow: hidden;
}
.market-place p {
    margin: 0;
    line-height: 1.1;
}
.market-place a {
    color: #fff;
    text-decoration: none;
}
.market-place .tite-cont p {
    font-size: 2em;
    padding: 30px;
    color: #fff;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .85);
}
.market-place .text-cont {
    position: relative;
    background-color: rgba(30, 30, 30, .9);
    color: #fff;
    padding: 30px;
    margin-top: 20px;
}
.market-place .text-cont:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 280px;
    border-color: transparent transparent transparent rgba(30, 30, 30, .9);
}
.market-place .text-cont button {
    margin: 15px 0 0;
    width: 100%;
}
/* Entry view */

.all-entries div[id^=entryID] {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
}
.all-entries {
    margin: 0 -15px;
}
.all-entries p {
    margin: 0;
}
.all-entries a {
    text-decoration: none;
}
.all-entries.grid div[id^=entryID] {
    width: 33.3333%;
    float: left;
}
.all-entries.grid.ae-main div[id^=entryID] {
    width: 25%;
}
.all-entries.grid.ae-main div[id^=entryID]:nth-child(3n+1) {
    clear: none;
}
.all-entries.grid.ae-main div[id^=entryID]:nth-child(4n+1),
.all-entries.grid div[id^=entryID]:nth-child(3n+1) {
    clear: left;
}
.all-entries.list .img-cont {
    width: 25%;
    float: left;
    padding-bottom: 16%;
}
.all-entries .e-load .img-cont {
    padding-bottom: 0;
}
.all-entries .img-cont img {
    max-height: 180px;
}
.all-entries .img-cont {
    text-align: center;
    background-size: cover;
    background-position: center center;
    padding-bottom: 70%;
}
.all-entries.list .info-cont {
    width: 75%;
    float: right;
    padding-left: 30px;
}
.all-entries .entry-board h5 {
    font-weight: 400;
    font-size: 1.15em;
    color: #7D92BA;
}
.all-entries .entry-board h5:hover {
    color: #294479;
}
.all-entries .entry-board .price {
    margin: 8px 0;
    font-weight: 400;
    font-size: 1.1em;
}
.all-entries .entry-board .cat,
.all-entries .entry-board .city,
.all-entries .entry-board .date {
    color: #999;
    font-size: 0.85em;
    margin: 2px 0;
}
.all-entries .entry-board .url {
    font-size: 0.9em;
}
.all-entries .entry-board .message {
    margin: 6px 0;
    padding: 6px 8px;
    color: #666;
    font-size: 0.9em;
    border-left: 1px solid #eee;
}
.all-entries .entry-board.e-load .message {
    border: none;
    padding: 10px 0;
    color: #333;
}
.all-entries .entry-board .cat a {
    color: #666;
}
.all-entries .entry-board .cat a:hover {
    color: #000;
}
.all-entries.grid .entry-board h5 {
    font-size: 1em;
    margin-top: 5px;
}
.all-entries .entry-board .url,
.all-entries.grid .entry-board .price {
    margin: 4px 0;
    word-wrap: break-word;
}
.all-entries.grid .entry-board .message,
.all-entries.grid .entry-board .cat,
.all-entries.grid .entry-board .city {
    display: none;
}
/* Page */

.board-page {
    position: relative;
}
.board-page hr {
    margin: 0;
}
.board-page .image-container {
    background: #f6f6f6;
    text-align: center;
}
.board-page .image-container img {
    max-height: 570px;
    cursor: pointer;
}
.board-page .image-list {
    display: table;
    margin: 10px auto 0;
}
.board-page .image-list .img {
    position: relative;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    float: left;
    margin: 0 5px 10px;
    cursor: pointer;
}
.board-page .info {
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
}
.board-page .info .price {
    position: relative;
    text-align: center;
    background: #f6f6f6;
    padding: 0 15px;
    line-height: 70px;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
.board-page .info .price:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 15px 35px 0;
    border-color: transparent #f6f6f6 transparent
}
.board-page .info a {
    text-decoration: none;
}
.board-page .info .btn {
    position: relative;
    margin: 0 0 5px;
    padding: 15px 20px 15px 60px;
    background: #7D92BA;
    color: #fff;
    font-size: 1.1em;
}
.board-page .info .btn i {
    position: absolute;
    left: 20px;
    top: 10px;
    color: rgba(255, 255, 255, .75);
    font-size: 1.4em;
}
.board-page .info a:hover .btn {
    background: #294479;
}
.board-page .info .map_canvas {
    padding-bottom: 50%;
    margin-bottom: 10px;
}
.board-page .info .map .gmnoprint {
    display: none;
}
.board-page .info .user,
.board-page .info #logger {
    position: relative;
    margin: 0;
    padding: 8px 0 8px 30px;
    font-size: 0.9em;
}
.board-page .info .user i,
.board-page .info #logger i {
    position: absolute;
    color: #294479;
    font-size: 1.25em;
    left: 0;
    top: 5px;
}
.board-page .info .user a {
    display: block;
    font-size: 0.9em;
    color: #7D92BA;
}
.board-page .info .user a:hover {
    color: #294479;
}
.module-info-list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    color: #999;
    font-size: 0.9em;
}
.module-info-list li {
    position: relative;
    padding: 0 30px 10px;
    float: left;
}
.module-info-list.v-list li {
    float: none;
    display: table;
}
.module-info-list li span {
    color: #000;
}
.module-info-list li a {
    text-decoration: none;
}
.module-info-list li i {
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 1.4em;
    color: #7D92BA;
}
.dir-page .brief,
.board-page .brief {
    margin-bottom: 60px;
}
/* Add form */

.b-add-form .manTd1 {
    text-align: right;
    padding: 0 10px;
}
.b-add-form hr {
    margin: 15px 0;
}
.b-add-form .des {
    color: #777;
    font-size: 0.8em;
    max-width: 600px;
    margin-bottom: 15px;
}
.b-add-form .ucoz-editor-bottom label {
    font-size: 0.82em;
    margin-left: 10px;
    color: #999;
    font-weight: 300;
}
.b-add-form .u-comboedit,
.b-add-form input[type="text"] {
    height: 35px;
}
.b-add-form .u-combo,
.b-add-form .u-comboeditcell {
    border: none !important;
}
.b-add-form .u-combobutcell {
    display: none;
}
.b-add-form .u-combolist {
    border: none;
}
.b-add-form .u-combolist {
    background: #333;
    color: #eee;
    cursor: auto;
    padding: 10px !important;
    border-radius: 10px;
    margin-top: 5px;
}
.b-add-form .u-combolist label,
.b-add-form .u-combolist input {
    cursor: pointer;
}
.b-add-form .manTdBrief {
    padding-bottom: 30px;
}
#addEntForm .fHelp {
    font-size: 0.8em;
}
#addEntForm .iblock input,
#addEntForm .iCode_block input {
    border: none !important;
    border-radius: 4px;
    height: 24px;
    margin: 0;
}
#addEntForm span[id*="iCode"] {
    padding: 0 0 0 30px;
    min-height: 0;
    margin: 0;
}
#addEntForm .iCode_block {
    margin: 5px 0;
}
#addEntForm .add-option {
    position: relative;
}
#addEntForm .add-option .placeholder {
    display: block;
    min-height: 40px;
    margin-bottom: 5px;
    padding: 10px 40px 10px 10px;
    background: #999 url(/images/icon-down-w.png) no-repeat center right / 30px;
    color: #fff;
    cursor: pointer;
}
#addEntForm .add-option ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background: #666;
    width: 100%;
    color: #eee;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
#addEntForm .add-option ul:before {
    content: '';
    position: absolute;
    right: 8px;
    top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 5px 7px;
    border-color: transparent transparent #666;
}
#addEntForm .add-option ul li {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #777;
}
#addEntForm .add-option ul li:hover {
    color: #fff;
}
#addEntForm .add-option ul li:last-child {
    border: none;
}
.flist select,
.b-add-form select {
    background: #7D92BA url(/images/icon-down-w.png) no-repeat center right / 30px;
    border: none;
    color: #eee;
    display: inline-block;
    font: inherit;
    padding: 0 30px 0 10px;
    font-size: 0.8em;
    height: 30px;
    margin: 0 0 5px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.flist select {
    background: url(/images/icon-down-b.png) no-repeat center right / 30px;
    color: #333;
    font-size: 0.9em;
    padding: 0 25px 0 0;
}
.flist select option,
.b-add-form select option {
    color: #333;
    background: #fff;
}
.b-add-form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}
.b-add-form select[multiple] {
    background: none;
    padding: 0;
    width: 100%;
    max-width: 200px;
    border: 1px solid #eee;
    height: auto;
}
.b-add-form select[multiple] option {
    background: #f6f6f6;
}
.iCode_in input[type="text"],
.b-add-form .iCode_main_inp {
    border: none !important;
    height: 24px !important;
}
.iCode_in #iM39 {
    vertical-align: top;
}
/*------ Board style ------*/
/*------ Dir style ------*/

.top-img-blur {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding-bottom: 23%;
    z-index: -1;
}
.top-img-blur .blur-back {
    opacity: .8;
}
.dir-page .top-link {
    position: relative;
    display: table;
    margin-top: -45px;
    margin-bottom: 40px;
    text-decoration: none;
    opacity: .5;
    z-index: 3;
}
.dir-page .top-link:hover {
    opacity: 1;
}
.dir-page .img-cont {
    position: relative;
    margin-bottom: 40px;
}
.dir-page .img-cont:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 2%;
    width: 96%;
    top: 10%;
    max-width: 1200px;
    background: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .2);
}
.dir-page .btn {
    position: relative;
    background: #7D92BA;
    display: table;
    color: rgba(255, 255, 255, .5);
    padding: 0 90px 0 15px;
    font-size: .9em;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
}
.dir-page .btn:hover {
    background: #294479;
}
.dir-page .btn:hover:before {
    border-color: transparent transparent transparent #294479;
}
.dir-page .btn strong {
    display: block;
    color: #fff;
    text-transform: uppercase;
}
.dir-page .btn .redirects {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    min-width: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-left: 1px dashed rgba(255, 255, 255, .2);
}
.dir-page .btn:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 8px;
    border-color: transparent transparent transparent #7D92BA
}
/*------ Dir style ------*/
/*------ Load style ------*/

.load-page .main-cont {
    margin-top: 10px;
}
.load-page .img-cont {
    max-width: 210px;
    margin: 0 30px 10px 0;
    float: left;
}
.load-page .rate {
    display: table;
    margin-bottom: 20px;
}
.load-page .module-info-list {
    margin-bottom: 0;
}
.load-page .grid-gallery {
    position: relative;
    padding: 10px 0;
    margin: 15px -10px;
    border-top: 1px solid #d8d8d8;
}
.load-page .grid-gallery:before,
.load-page .grid-gallery:after {
    content: '';
    position: absolute;
    left: 15%;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #d8d8d8 transparent;
}
.load-page .grid-gallery:after {
    top: -6px;
    border-color: transparent transparent #fff transparent;
}
.load-page .grid-gallery img {
    margin: 0 !important;
}
.load-page .info-cont .btn-icon {
    margin-bottom: 4px;
}
.load-page .info-cont .btn-icon span {
    border-left: 1px dashed rgba(255, 255, 255, .6);
    margin-left: 10px;
    padding-left: 15px;
}
/*------ Load style ------*/
/*------ Sidebox select style ------*/

.sidebox .select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 5px;
    overflow: hidden;
    background: #f9f9f9;
    color: #555;
    border: 1px solid #f6f6f6;
    width: 100%;
    text-shadow: none;
    -moz-transition: box-shadow .25s ease;
    -o-transition: box-shadow .25s ease;
    -webkit-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease
}
.sidebox .select:hover {
    border-color: #f2f2f2;
}
.sidebox .select i {
    position: absolute;
    color: #ccc;
    top: 10px;
    right: 12px;
    pointer-events: none;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.sidebox select {
    cursor: pointer;
    padding: .6em;
    padding-right: 2em;
    font-weight: 300;
    width: 100%;
    color: #666;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
}
.sidebox select:focus {
    outline: none;
}
/*------ Sidebox select style ------*/
/*------ Service list style ------*/

.services .entry-service {
    padding: 0 30px 30px 110px;
}
.services .entry-service i {
    position: absolute;
    display: block;
    left: 15px;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #7D92BA;
    color: #fff;
    font-size: 1.6em;
}
.services .entry-service h5 {
    font-weight: bold;
    word-wrap: break-word;
}
.services .entry-service p {
    font-size: 0.8em;
    line-height: 1.4;
}
.services .entry-service a.red-more {
    position: relative;
    padding-right: 15px;
    color: #7D92BA;
    text-decoration: none;
    font-size: 0.9em;
}
.services .entry-service a.red-more:hover {
    color: #294479;
}
.services .entry-service a.red-more:after {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 1.3em;
    position: absolute;
    right: 0;
    top: -2px;
    opacity: 0.3;
}
.services .entry-service a.red-more:hover:after {
    color: #294479;
    opacity: 1;
    right: -5px;
}
/*------ Service list style ------*/
/*------ Package style ------*/

.packages {
    margin: 6% 0;
    text-align: center;
}
.packages .package {
    width: 100%;
    max-width: 300px;
    min-height: 270px;
    border: 3px solid #e8e8e8;
    border-radius: 7px;
    display: inline-block;
    padding: 24px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: margin-top 0.5s linear;
    transition: margin-top 0.5s linear;
    position: relative;
    margin: 0 5px 15px;
}
.packages .package.brilliant {
    border-color: #7D92BA;
}
.packages .package .name {
    color: #565656;
    font-weight: 300;
    font-size: 3rem;
    margin-top: -5px;
}
.packages .package .price {
    margin-top: 7px;
}
.packages .package hr {
    background-color: #dedede;
    border: none;
    height: 1px;
}
.packages .package .trial {
    font-size: .9rem;
    font-weight: 600;
    padding: 2px 21px 2px 21px;
    color: #7D92BA;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    background-color: white;
    position: relative;
    bottom: -20px;
}
.packages .package ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 29px;
}
.packages .package li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.packages .package .checkIcon {
    font-family: "FontAwesome";
    content: "\f00c";
}
.packages .package li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: #7D92BA;
    margin-right: 5px;
}
/* Triangle */

.packages .package.brilliant:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 64px 0 0;
    border-color: #7D92BA transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.packages .package.brilliant:after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: white;
    position: absolute;
    left: 9px;
    top: 6px;
    text-shadow: 0 0 2px #7D92BA;
    font-size: 1.4rem;
}
/*------ Package style ------*/
/*------ Testemontial style ------*/
/* Main informer */

.tes-informer {
    margin: 6% -15px;
    padding: 0;
    list-style: none;
}
.tes-informer li {
    padding: 0 20px;
    width: 50%;
    float: left;
}
.tes-informer li .text {
    position: relative;
    background: #a6ce39;
    color: rgba(255, 255, 255, .8);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .08);
    padding: 20px 20px 20px 52px;
    font-style: italic;
    font-weight: 300;
    font-size: 1.2em;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.tes-informer li .text p {
    margin: 0;
}
.tes-informer li .arrow {
    position: absolute;
    top: 100%;
    left: 25px;
    margin: -5px 0 0 -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 0;
    border-color: transparent #a6ce39 transparent;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
}
.tes-informer li .text:before {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -28px;
}
.tes-informer li .img-cont {
    position: relative;
    margin: 20px 20px 0 30px;
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.tes-informer li .name {
    margin-top: 20px;
    min-height: 80px;
    font-weight: 400;
    font-size: 1.1em;
}
.tes-informer li .name a {
    display: block;
    text-decoration: none;
    font-size: 0.8em;
    color: #999;
}
.tes-informer li .name a:hover {
    color: #7b974d;
}
.tes-content {
    position: relative;
    padding: 10% 0;
}
.tes-content .text {
    position: relative;
    background: #f6f6f6;
    padding: 25px 80px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 1.3;
    font-size: 1.25em;
    font-weight: 300;
    color: #666;
}
.tes-informer li .text:before,
.tes-content .text:before,
.tes-content .text:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 70px;
    opacity: 0.3;
    font-style: normal;
}
.tes-content .text:before {
    top: 5px;
    left: 25px;
}
.tes-content .text:after {
    content: "\201D";
    right: 20px;
    bottom: -25px;
}
.tes-content .text .arrow {
    position: absolute;
    bottom: -20px;
    left: 130px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #f6f6f6 transparent transparent transparent;
}
.tes-content .text p {
    margin: 0;
}
.tes-content .img-cont {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 30px;
    float: left;
    overflow: hidden;
}
.tes-content .name {
    font-size: 1.2em;
    min-height: 100px;
}
.tes-content .name a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 0.8em;
}
.trw {
    position: relative;
}
.trw .col-6 {
    position: static;
}
.tes-nav {
    position: absolute;
    top: 50%;
    display: block;
    width: 16.6666%;
    text-decoration: none;
}
.tes-nav span {
    position: absolute;
    top: -2px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 0.75em;
    color: #aaa;
}
.tes-nav i {
    color: #7b974d;
    font-size: 3em;
    line-height: 30px;
}
.tes-nav.tn-right {
    text-align: right;
    right: 15px;
}
.tes-nav.tn-left {
    left: 15px;
}
.tes-nav.tn-right i {
    float: right;
}
.tes-nav.tn-left span {
    left: 25px;
}
.tes-nav.tn-right span {
    right: 25px;
}
.tes-nav:hover span {
    color: #333;
}
/* Entry page */

.entry-tes {
    position: relative;
    min-height: 90px;
    margin-bottom: 30px;
}
.entry-tes .img-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.entry-tes .txt-cont {
    margin-left: 120px;
}
.entry-tes .name {
    font-size: 0.8em;
    padding: 10px 0 0;
    font-style: normal;
    color: #333;
    font-weight: 400;
}
.entry-tes .name a {
    text-decoration: none;
}
.entry-tes .name a.link {
    position: relative;
    padding-left: 15px;
    color: #7b974d;
}
.entry-tes .name a.link:hover {
    color: #466219;
}
.entry-tes .name a.link:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 4px;
    left: 5px;
    top: 8px;
}
.entry-tes .text {
    position: relative;
    background: #f6f6f6;
    padding: 20px;
    margin-left: 120px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 300;
    font-size: 1.12em;
    color: #666;
    line-height: 1.3em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.entry-tes .text p {
    margin: 0;
}
.entry-tes .text:before {
    content: '';
    position: absolute;
    top: 42px;
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #f6f6f6 transparent transparent;
}
/* Add form */

.tes-form .cat .u-combo {
    float: right;
}
.tes-form .cat .u-combo input.u-comboedit {
    height: 24px !important;
}
.tes-form .cat .u-combolist {
    margin-top: 20px;
    border-radius: 9px;
    border: none;
    background: #333;
    color: #fff;
    padding: 10px !important;
    overflow: visible !important;
}
.u-combolist > div:hover {
    background: transparent !important;
}
.u-combolist > div:hover label {
    padding-left: 5px;
}
.tes-form .cat .u-combolist:before {
    content: '';
    position: absolute;
    top: -7px;
    right: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #333 rgba(0, 0, 0, 0);
    z-index: 9999999;
}
.tes-form .text {
    margin: 15px 0;
}
.tes-form .text div div:first-child {
    display: table;
    margin-bottom: 5px;
    color: #666;
    font-size: 0.9em;
}
.tes-form .text .ucoz-editor-bottom {
    text-align: right;
    font-size: 0.8em;
    color: #999;
}
.tes-form .text .ucoz-editor-bottom input {
    margin-right: 5px;
}
.tes-form .lb {
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
    color: #555;
    font-size: 0.9em;
}
.tes-form .lb .example {
    color: #999;
    font-size: 0.8em;
    display: block;
}
.tes-form .rb {
    position: relative;
    padding-left: 290px;
    margin: 10px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.tes-form .rb input {
    margin-bottom: 10px;
}
.tes-form .rb #fln1 {
    margin-top: 10px;
}
.tes-form .rb #iCode1 {
    display: none;
}
.tes-form .rb .securityCode {
    display: inline-block;
}
/*------ Testemontial style ------*/
/* Parallax */

.plax-block {
    position: relative;
    background-size: cover;
}
.plax-block .middle {
    color: rgba(255, 255, 255, .75);
    position: relative;
    text-align: center;
    z-index: 2;
}
.plax-block .gback {
    background: rgba(0, 0, 0, .7);
}
/* GO TO BLOCK */

.wback,
.gback {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}
.wback {
    background: rgba(255, 255, 255, .975);
}
.goto {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: rgba(255, 255, 255, .8);
}
.goto .gback {
    background: rgba(40, 40, 40, .5);
}
.goto .middle {
    max-width: 600px;
    position: relative;
    z-index: 2;
}
.goto h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.goto h3:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    left: 50%;
    top: 100%;
    margin: 6px 0 0 -30px;
    background: rgba(200, 200, 200, .6);
    z-index: 99;
}
/* GO TO BLOCK */

.info-box {
    margin-top: -20px;
    position: relative;
    border-top: 2px solid #eee;
    border-radius: 4px;
}
.info-box:before,
.info-box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #eee transparent;
}
.info-box:after {
    top: -7px;
    border-color: transparent transparent #fff transparent;
}
.main-descr {
    text-align: center;
    line-height: 1.4;
    font-weight: 300;
    font-size: 1.2em;
}
.top-main {
    position: relative;
}
.top-main:before {
    content: '';
    top: -35px;
    left: 50%;
    position: absolute;
    background: #eee;
    width: 2px;
    margin-left: -1px;
    height: 80px;
    z-index: 2;
    opacity: .7;
}
.top-main:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -47px;
    width: 8px;
    margin-left: -6px;
    height: 8px;
    border-radius: 50px;
    border: 2px solid #eee;
    z-index: 2;
    opacity: .7;
}
.hu-profile {
    position: absolute;
    min-width: 270px;
    top: 100%;
    left: 0;
    margin: 20px 0 0 -10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, .18);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, .18);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .18);
    line-height: 1.2;
    background: #fff;
    display: none;
    z-index: 9999;
}
.hu-profile:before {
    content: '';
    position: absolute;
    transform: rotate(6deg);
    top: -7px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent #7D92BA transparent;
}
.hu-profile i {
    position: relative !important;
    top: 0 !important;
    font-size: inherit !important;
    color: inherit !important;
}
.hu-profile .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 10pt;
    cursor: pointer;
    z-index: 2;
}
.hu-profile .close:hover {
    color: #fff !important;
}
.hu-profile h4 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
    padding-right: 15px;
}
.hu-profile .top {
    background: #7D92BA url(/images/pattern2.png) repeat center / cover;
    color: #fff;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.hu-profile .top a {
    color: rgba(255, 255, 255, .8) !important;
}
.hu-profile .top a:hover {
    color: #fff !important;
}
.hu-profile .username {
    line-height: 1;
    margin-bottom: 15px;
}
.hu-profile .img-cont {
    position: relative;
    overflow: hidden;
    float: left;
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0 15px 0 -3px;
    text-align: center;
    background: #7D92BA;
    border: 2px solid #fff;
    font-size: 15pt;
}
.hu-profile .img-cont .img {
    z-index: 2;
}
.hu-profile .pm {
    position: relative;
    display: block;
    margin: 22px 0 -5px;
}
.hu-profile .pm i {
    font-size: 1.43em !important;
    margin-right: 5px;
    margin-top: -3px;
    display: block;
    float: left;
}
.hu-profile .pm span {
    font-weight: bold;
    font-size: 1.1em;
    padding: 2px 3px;
}
.hu-profile .pl a {
    display: inline-block !important;
    margin: 6px 0;
    font-size: 0.95em;
}
.hu-profile .pl a:hover {
    color: #333;
}
.hu-profile .pl a:first-child {
    border-right: 1px dotted #ccc;
    padding-right: 6px;
    margin-right: 6px;
}
.hu-profile .mid h5 {
    margin: 15px 15px 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.05em;
    color: #444;
}
.hu-profile .mid ul {
    padding: 4px 15px;
    margin-bottom: 10px;
    color: #444;
}
.hu-profile .mid .info span {
    display: inline-block;
    min-width: 55px;
    color: #888;
}
.hu-profile .upshop a {
    position: relative;
    display: block;
    line-height: 20px;
    padding-left: 13px;
    font-size: 1.1em;
}
.hu-profile .upshop a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #eee;
    border: 1px solid #ccc;
    margin-top: -1px;
    border-radius: 50px;
}
.hu-profile .upshop a:hover {
    color: #333;
}
.hu-profile .upshop a:hover:before {
    border-color: #999;
}
.hu-profile .soc {
    background: #eee;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}
.hu-profile .soc p {
    margin-top: 0;
    line-height: 1.1;
    font-size: 0.9em;
}
.hu-profile .soc .sb {
    margin: 0 auto;
}
.hu-profile .soc .login-with {
    float: left;
}
.hu-profile .soc a.login-with i {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
/* Entry Blog */

.blog-grid {
    margin-bottom: 30px
}
.blog-grid .img-cont {
    overflow: hidden;
    position: relative
}
.blog-grid .img-cont:before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
    z-index: 999
}
#allEntries:hover .blog-grid .img-cont img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray
}
#allEntries .blog-grid:hover .img-cont img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}
.blog-grid .img-cont i {
    position: absolute;
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    font-size: 22pt;
    left: 15px;
    top: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    z-index: 9999
}
.blog-grid .info {
    padding: 20px
}
.blog-grid .date {
    color: #666;
    font-size: 10pt
}
.blog-grid .title {
    text-decoration: none;
    font-size: 16pt;
    text-transform: uppercase
}
.blog-grid:hover .title {
    color: #7D92BA
}
.blog-grid .message {
    margin-top: 10px;
    padding: 10px 0;
    font-size: 12pt;
    line-height: 1.2;
    color: #444;
    font-weight: 300;
    border-top: 1px solid #f6f6f6
}
.blog-grid .message p {
    margin: 0
}
.blog-grid .red-more {
    text-decoration: none;
    display: table;
    position: relative;
    font-size: 11pt;
    padding-right: 18px;
    color: #294479
}
.blog-grid .red-more i {
    position: absolute;
    right: 0;
    font-size: 8.2pt;
    top: 5px
}
.blog-grid .red-more:hover {
    padding-right: 20px
}
#scrolltop {
    display: none
}
#rocketmeluncur {
    position: fixed;
    bottom: 50px;
    z-index: 7;
    display: none;
    visibility: hidden;
    width: 26px;
    height: 48px;
    right: 25px;
    background: url(/images/rocket.png) no-repeat 50% 0;
    opacity: 0;
    -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335)
}
#rocketmeluncur i {
    display: block;
    margin-top: 48px;
    height: 14px;
    background: url(/images/rocket.png) no-repeat 50% -48px;
    opacity: .5;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0
}
#rocketmeluncur:hover {
    background-position: 50% -62px
}
#rocketmeluncur:hover i {
    background-position: 50% 100%;
    -webkit-animation: flaming .7s infinite;
    -moz-animation: flaming .7s infinite;
    animation: flaming .7s infinite
}
#rocketmeluncur.showrocket {
    visibility: visible;
    opacity: 1
}
#rocketmeluncur.launchrocket {
    background-position: 50% -62px;
    opacity: 0;
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    transform: translateY(-800px);
    pointer-events: none
}
#rocketmeluncur.launchrocket i {
    background-position: 50% 100%;
    -webkit-transform: scale(1.4, 3.2);
    -moz-transform: scale(1.4, 3.2);
    transform: scale(1.4, 3.2)
}
#full-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    z-index: -1
}
#full-search.active {
    opacity: 1;
    z-index: 99999
}
#full-search.active:before {
    content: '';
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .92
}
#full-search #search-container {
    position: fixed;
    display: block;
    width: 100%;
    padding: 0 15%;
    top: 50%;
    margin-top: -80px;
}
#full-search .searchForm {
    position: relative
}
#full-search input[type='text'] {
    background: transparent;
    width: 100%;
    padding-right: 150px;
    font-size: 60pt!important;
    height: 150px;
    line-height: 1.2;
    font-weight: 100;
    border: none;
    border-bottom: 1px solid #666;
    font-size: 24px;
    color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
#full-search .searchSbmFl {
    position: absolute;
    width: 150px;
    height: 150px;
    right: 0;
    top: 0;
    background-image: url(/images/icon-search-w.png);
    opacity: .6
}
#full-search .searchForm:hover .searchSbmFl {
    opacity: .2
}
#full-search .searchSbmFl:hover {
    opacity: 1!important;
    background-color: transparent
}
#full-search input:focus {
    box-shadow: none;
    border-bottom: 1px solid #333;
    outline: 0
}
#fws-close {
    color: #FFF;
    font-size: 32px;
    position: fixed;
    top: 50px;
    right: 50px;
    cursor: pointer
}
#search-results {
    margin: 60px -15px;
    padding: 0;
    list-style: none;
    position: relative
}
#search-results li {
    padding-left: 15px;
    padding-right: 15px;
}
#search-results li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}
#search-results li a:hover {
    color: #fff
}
#search-results .all-results {
    display: block;
    position: absolute;
    right: 15px;
    padding: 0;
    background: transparent!important;
    color: rgba(255, 255, 255, 0.2)
}
#search-results li .all-results i {
    display: block;
    color: #fff
}
#search-results .all-results:hover {
    color: #fff
}
#search-results li .all-results:after,
#search-results li .all-results:before {
    display: none
}
@media screen and (min-width: 1279px) {
    .all-res {
        padding-right: 150px!important
    }
    #search-results li {
        float: left;
        width: 16.66666667%
    }
    #search-results li a span {
        padding-top: 15px;
        display: block;
        line-height: 1.2;
        font-size: 11pt;
        font-weight: 300;
        word-wrap: break-word
    }
    #search-results .all-results {
        top: 0;
        width: 150px;
        height: 80%;
        line-height: 60px;
        font-size: 9pt
    }
    #search-results li .all-results i {
        font-size: 70px
    }
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
    #search-results {
        margin: 40px -15px
    }
    #search-results li {
        float: left;
        width: 50%;
        margin-bottom: 10px
    }
    #search-results li img {
        max-width: 18%;
        float: left
    }
    #search-results li a span {
        display: block;
        padding-left: 21%;
        line-height: 1.1;
        font-weight: 300;
        font-size: 13pt
    }
    #search-results li .all-results {
        bottom: -90px;
        line-height: 80px;
        height: 80px;
        font-size: 12pt;
        padding-right: 60px
    }
    #search-results li .all-results i {
        position: absolute;
        right: 0;
        font-size: 50px
    }
}
@media screen and (min-width: 200px) and (max-width: 799px) {
    #search-results {
        margin: 30px -15px
    }
    #search-results li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        min-height: 35px;
        clear: both
    }
    #search-results li img {
        max-width: 25px;
        float: left
    }
    #search-results li a span {
        display: block;
        line-height: 1.1;
        font-weight: 300;
        font-size: 11pt;
        padding-left: 35px
    }
    #search-results li .all-results {
        bottom: -60px;
        right: 30px;
        line-height: 60px;
        height: 60px;
        font-size: 12pt;
        padding-right: 60px
    }
    #search-results li .all-results i {
        position: absolute;
        right: 0;
        font-size: 50px
    }
}
.main-search-form {
    position: relative;
    background: rgba(0, 0, 0, .01);
}
.main-search-form .dotted {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .7;
    z-index: -1;
}
.main-search-form table {
    margin: 6% auto;
    position: relative;
}
.main-search-form table td {
    display: block;
}
.main-search-form .queryField {
    line-height: 60px;
    height: 60px;
    border-radius: 10px;
    padding: 0 70px 0 20px;
    font-size: 1.2em;
    font-weight: 300;
    width: 100% !important;
    max-width: 500px;
}
.main-search-form .searchSbmFl {
    line-height: 60px;
    height: 54px;
    width: 54px;
    margin: -2px 0 0 -60px;
    border: none;
}
.main-search-form .searchSbmFl:hover {
    background-color: rgba(0, 0, 0, .04);
}
.main-search-form span {
    display: none;
}
.main-search-form a {
    text-decoration: none;
    display: block;
    padding: 5px;
    text-align: right;
    font-size: 0.8em;
}
.main-search-form #sFltLst {
    left: auto !important;
    top: 100% !important;
    right: 0;
    margin-top: 5px;
}
.main-search-form #sFltLst .xw-tl,
.main-search-form #sFltLst .xw-bl {
    display: none;
}
.main-search-form #sFltLst .xw-ml {
    background: #222 !important;
    padding: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, .05);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, .05);
}
.main-search-form #sFltLst .myWinCont {
    color: #fff;
}
.main-search-form #sFltLst .xw-mr,
.main-search-form #sFltLst .xw-mc {
    background: transparent;
    padding: 0;
    border: none;
}
.main-search-form #sFltLst .xw-ml:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -4px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #222
}
.main-search-form .searchForm {
    display: table;
    margin: 0 auto;
}
.main-search-form .searchForm .schBtn,
.main-search-form .searchForm .schQuery {
    float: left;
}
.main-search-form .searchForm .searchSbmFl {
    margin: 3px 0 0 -60px;
}
.search-block {
    margin: 30px 0
}
.search-block .e-img {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16pt;
    color: #7D92BA;
    background: rgba(0, 0, 0, 0.05);
    overflow: hidden
}
.search-block .e-img i {
    color: #fff;
    opacity: 0
}
.search-block .e-img:hover i {
    opacity: 1
}
.search-block .search-cat {
    font-size: 10pt
}
.search-block .eMessage,
.search-block .search-cat,
.search-block .eTitle {
    margin-left: 80px
}
.search-block .eTitle {
    padding-top: 0;
    padding-bottom: 10px
}
.search-block .eMessage {
    font-size: 10pt
}
.mid-line {
    position: relative;
    background: rgba(0, 0, 0, .02);
    overflow: hidden
}
.mid-line:after,
.mid-line:before {
    content: '';
    opacity: .03;
    z-index: -1;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -250px;
    width: 500px;
    height: 500px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #7D92BA
}
.mid-line:after {
    margin-top: -200px;
    width: 400px;
    height: 400px
}
.mid-line .inf {
    float: left;
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -o-calc(100% - 200px)
}
.mid-line i {
    margin-right: 30px;
    font-size: 54px;
    color: #294479;
    line-height: 1;
    float: left
}
.mid-line h4 {
    text-transform: uppercase
}
.mid-line .des {
    line-height: 1.1;
    font-size: 10pt;
    display: block;
    color: #999
}
.mid-line .line-btn {
    float: right;
    text-transform: uppercase;
    padding: 14px 22px;
    margin: 4px
}
.be-info {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}
.be-info a {
    text-decoration: none
}
@media screen and (min-width: 1025px) {
    .be-info li {
        position: relative;
        margin-bottom: 15px;
        text-align: center;
        width: 84px
    }
    .be-info li i {
        display: none
    }
    .be-info li.bcom .cou i.flaticon-chat73 {
        display: block
    }
    .be-info li span.cou {
        display: block;
        height: 84px;
        line-height: 64px;
        padding-bottom: 20px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: #7D92BA;
        font-size: 20pt;
        font-weight: 600;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    .be-info li span.des {
        position: absolute;
        background: rgba(0, 0, 0, 0.05);
        width: 100%;
        height: 20px;
        left: 0;
        bottom: 0;
        line-height: 20px;
        font-size: 7pt;
        color: #999
    }
    .be-info li span.inv {
        display: none
    }
    .be-info li.bdate {
        background: #7D92BA;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden
    }
    .be-info li.bdate span.cou {
        color: #fff;
        font-size: 28pt;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
    }
    .be-info li.bdate span.des {
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        font-weight: 600
    }
}
@media only screen and (max-width: 1024px) {
    .be-info li {
        position: relative;
        display: inline-block;
        margin-right: 30px;
        padding-left: 32px;
        line-height: 22px;
        height: 22px;
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 13pt
    }
    .be-info li i {
        position: absolute;
        left: 0;
        top: -2px;
        font-size: 1.4em;
        color: #7D92BA;
        font-weight: 300
    }
    .be-info li span.des {
        font-weight: 400;
        font-size: 10pt;
        color: #ccc
    }
    .be-info li span.inv {
        font-weight: 600;
        color: #333
    }
    .be-info .ndate {
        display: none
    }
}
.grid-gallery {
    margin: 30px -10px 0;
}
.simple-gal {
    margin: 30px -5px 0
}
.simple-gal img {
    padding: 0 5px 10px;
    margin: 0 !important;
}
.grid-gallery ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.grid-gallery li {
    width: 33.333%;
    float: left;
    padding: 10px;
}
.grid-gallery li a {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.2)
}
.grid-gallery li a img {
    margin: 0
}
.grid-gallery li a i {
    position: absolute;
    right: 10px;
    bottom: 10px
}
.grid-gallery li a:hover {
    color: #fff
}
/* ------ Informer ------- */
/* Comments */

.comments-informer {
    position: relative;
    display: table;
    margin-bottom: 20px;
    width: 100%;
}
.comments-informer .img {
    position: relative;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 50px;
    background-color: #f2f2f2;
    color: #666;
    font-size: 1.2em;
    float: left;
    margin-right: 10px;
}
.comments-informer .user {
    display: block;
    text-decoration: none;
    margin: 20px 0 0;
    text-transform: capitalize;
}
.comments-informer .user:hover {
    color: #294479;
}
.comments-informer .date {
    margin: 0;
    font-size: .85em;
    color: #999;
}
.comments-informer .cMessage b {
    font-weight: 400;
    color: #333;
}
.comments-informer .cMessage {
    font-size: 12pt;
    margin: 0;
}
.comments-informer .message {
    position: relative;
    margin-bottom: 15px;
    padding: 15px;
    background: #f6f6f6;
    border-radius: 10px;
}
.comments-informer .message:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #f6f6f6 transparent transparent
}
.comments-informer .message .entry-page {
    text-decoration: none;
    color: #7D92BA;
    font-size: .9em;
    margin-bottom: 5px;
}
.comments-informer .message .entry-page:hover {
    color: #294479;
}
/* Board and Site catalogue */

.dir-informer,
.board-informer {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.dir-informer a,
.board-informer a {
    text-decoration: none;
}
.dir-informer .img,
.board-informer .img {
    position: relative;
    width: 32%;
    height: 0;
    left: 0;
    top: 0;
    float: left;
    margin-right: 10px;
    padding-bottom: 20%;
}
.dir-informer .info,
.board-informer .info {
    margin-left: 32%;
    padding-left: 10px;
}
.dir-informer .date,
.board-informer .date {
    color: #999;
    font-size: .9em;
    display: block;
}
.dir-informer .name,
.board-informer .name {
    display: block;
    color: #294479;
}
.dir-informer .name:hover,
.board-informer .name:hover {
    color: #000;
}
.board-informer .price {
    font-size: 1.1em;
    display: block;
    margin-top: 5px;
}
.dir-informer .link {
    font-size: 0.9em;
    margin-top: 4px;
    display: block;
}
/* Video */

.informer-video {
    margin: 0 -5px -10px;
}
.informer-video .video-entry {
    padding: 0 5px 10px;
    width: 50%;
    float: left;
}
.sidebox .informer-video .video-entry {
    width: 100%;
}
.informer-video .video-entry:nth-child(3n+1) {
    clear: left;
}
/* Forum */

.informer-forum {
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
}
.informer-forum i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 1.3em;
    color: #294479;
    opacity: .9;
}
.informer-forum a {
    display: block;
    text-decoration: none;
}
.informer-forum .forum {
    color: #999;
    font-size: .9em;
}
.informer-forum .title:hover {
    color: #294479;
}
/* Gallery */

.big-gal {
    padding: 60px 15px;
}
.informer-gallery {
    margin: 0 -5px;
}
.informer-gallery .entry-photo {
    width: 25%;
    padding: 0 5px;
    float: left;
}
.small-gal .entry-photo {
    width: 33.33333%;
}
.informer-gallery .cotainer {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.informer-gallery img {
    width: 100%;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    backface-visibility: hidden;
}
.informer-gallery img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3
}
.informer-gallery .cotainer:before,
.informer-gallery .cotainer:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    margin: 0 0 0 -40px;
    background: #333;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 0;
}
.informer-gallery .cotainer:after {
    width: 1px;
    height: 80px;
    margin: -40px 0 0 0;
}
.informer-gallery .cotainer:hover:before,
.informer-gallery .cotainer:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    opacity: 1;
}
.related-img {
display: none;
}
.uRelatedEntries {
    margin: -5px 10px;
    padding: 0;
    list-style: none;
}
.ft-informer {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 60px;
    background: rgba(0, 0, 0, 0.02)
}
.ft-informer h2 {
    font-weight: 400;
    text-transform: uppercase;
    color: #999;
    padding: 15px;
    font-size: 15pt
}
.ft-informer .uRelatedEntry {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 5px;
}
.ft-informer.ft-6 .uRelatedEntry {
    width: 16.6666%;
}
.ft-informer .uRelatedEntry a {
    text-decoration: none;
}
.ft-informer .uRelatedEntry .image {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    background-size: cover;
    background-position: center;
}
.ft-informer .uRelatedEntry .title {
    font-weight: 400;
    margin-top: 10px;
    font-size: 11pt;
    color: #666
}
.ft-informer .uRelatedEntries:hover .image {
    opacity: .75;
}
.ft-informer .uRelatedEntry .image:hover {
    opacity: 1;
}
.ft-informer .uRelatedEntry:hover .title {
    color: #000
}

.inf-text {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-bottom: 5px;
    text-decoration: none
}
.inf-text i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 22px;
    color: #ccc
}
.inf-text span {
    font-size: 9pt;
    line-height: 1;
    color: #666
}
.inf-text:hover h6 {
    color: #294479
}
.ind-news-rp .entry-img {
    float: left;
    height: 65px!important;
    width: 80px!important;
    margin: 0
}
.ind-news-rp {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border-bottom: 1px solid #FAFAFA
}
.ind-news-rp .title,
.ind-news-rp .date {
    padding-left: 90px
}
.ind-news-rp .date {
    color: #999;
    font-size: 9pt;
    padding-bottom: 2px
}
.ind-news-rp .title {
    line-height: 1.1;
    font-size: 11pt
}
.stat-inf .col-4:nth-child(5) {
    clear: left;
}
.inf-stat-main {
    background: rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
    overflow: hidden
}
.inf-stat-main .entry-img {
    height: auto;
    padding-bottom: 75%;
    margin: 0
}
.inf-stat-main .inf-descr {
    padding: 20px
}
.inf-stat-main .inf-descr h6 {
    margin-bottom: 5px;
    padding: 0
}
.inf-stat-main .inf-descr .date {
    display: block;
    font-size: 9pt;
    color: #999;
    margin-bottom: 20px;
    font-style: italic
}
.inf-stat-main .eMessage {
    font-size: 11pt;
    line-height: 1.1
}
.inf-stat-main .inf-descr .inf {
    margin: 20px 0 0;
    padding: 0;
    list-style: none
}
.inf-stat-main .inf-descr .inf li {
    float: left;
    margin-right: 10px;
    color: #333;
    font-weight: 400
}
.inf-stat-main .inf-descr .inf li i {
    color: #ccc;
    margin-right: 5px
}
.inf-stat-main .inf-descr .rd {
    float: right;
    color: #7D92BA
}
.pager-nav {
    display: table;
    width: 100%;
    position: relative;
    background: #fbfbfb;
    margin-bottom: 60px;
    padding: 15px 0;
    border: 1px solid #f1f1f1;
}
.pager-nav #prev-news .img:before,
.pager-nav #next-news .img:after,
.pager-nav:before,
.pager-nav:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 26px 100%;
    z-index: 9
}
.pager-nav #prev-news .img:before {
    right: -5px;
    background-image: url(/images/angle-left.png);
    background-position: left
}
.pager-nav:before {
    left: -24px;
    background-image: url(/images/out-angle-left.png);
    background-position: left
}
.pager-nav #next-news .img:after {
    left: -5px;
    background-image: url(/images/angle-right.png);
    background-position: right
}
.pager-nav:after {
    right: -24px;
    background-image: url(/images/out-angle-right.png);
    background-position: right
}
.pager-nav a {
    font-size: 11pt;
    text-decoration: none;
    display: block;
    line-height: 1.1;
    z-index: 2
}
.pager-nav a:hover {
    color: #7D92BA
}
.pager-nav span {
    color: #999;
    font-size: 10pt;
    display: block;
    line-height: 1;
    padding-bottom: 5px
}
.pager-nav #prev-news span,
.pager-nav #prev-news a {
    padding-left: 30%
}
.pager-nav #next-news span,
.pager-nav #next-news a {
    padding-right: 30%
}
.pager-nav .img {
    width: 15%;
    height: 100%;
    top: 0;
    z-index: 1
}
.pager-nav .img:hover {
    opacity: .8
}
.pager-nav #next-news,
.pager-nav #prev-news {
    width: 45%;
}
.pager-nav #prev-news,
.pager-nav #prev-news .img {
    float: left;
    left: -24px;
    margin-right: 15px
}
.pager-nav #next-news,
.pager-nav #next-news .img {
    text-align: right;
    float: right;
    left: auto;
    right: -24px;
    margin-left: 15px
}
@media screen and (max-width: 599px) {
    .pager-nav {
        padding: 15px
    }
    .pager-nav .img {
        display: none
    }
    .pager-nav span,
    .pager-nav a {
        padding: 0!important
    }
    .pager-nav #next-news,
    .pager-nav #prev-news {
        width: 100%
    }
    .pager-nav #next-news {
        text-align: left;
        margin-top: 10px
    }
}
.fastLinks {
    margin-bottom: 30px
}
.fastLinksHr {
    display: none
}
.fastLink .qNum {
    display: none
}
.fastLink {
    position: relative;
    margin: 2px 0
}
.fastLink a {
    background: rgba(0, 0, 0, .05);
    display: block;
    color: #666;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}
.fastLink a:hover {
    background: #7D92BA;
    color: #fff
}
.faq-info {
    color: #888;
    font-size: 10pt
}
.faq-info a {
    color: #777;
    text-decoration: none;
    font-weight: 700
}
.faq-entry {
    margin-bottom: 30px
}
.faq-entry .eInfo,
.faq-entry .eAnswer {
    padding-left: 15px;
    border-left: 2px solid #7D92BA
}
.faq-entry .eInfo {
    padding-top: 5px
}
.faq-entry .eAnswer p {
    padding-bottom: 5px;
    margin: 0
}
.faq-entry .eInfo a,
.faq-entry .eInfo {
    font-weight: 300;
    color: #ccc
}
.faq-entry:hover .eInfo a {
    color: #7D92BA
}
.forumContent a {
    text-decoration: none
}
.forumContent a:hover,
.switch a:hover {
    color: #7D92BA
}
.switch {
    padding-left: 6px
}
.switchActive {
    background: #f2f2f2;
    padding: 0 6px;
    line-height: 25px;
    border: 1px solid #EEE;
    color: #294479
}
.forumContent .frmBtns a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 2px;
    font-size: 10pt;
    text-transform: uppercase;
    background: #7D92BA;
    padding: 7px 10px;
}
.forumContent .frmBtns a i {
    display: none
}
.forumContent .frmBtns a:hover {
    background: #294479;
    color: #fff
}
.forumContent input[type="reset"],
.forumContent input[type="submit"],
.forumContent input[type="text"],
.forumContent input[type="button"] {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 0
}
#thread_search_field {
    width: 160px!important
}
.forumContent input[type="text"] {
    border-color: #ccc
}
.forumContent #thread_search_button {
    margin-top: 0!important
}
.forumContent .postReset,
.forumContent .postSubmit,
.forumContent .postPreview {
    padding: 0 20px!important;
    line-height: 40px!important;
    height: 40px!important;
    width: auto!important;
    margin: 2px 0
}
.forumNamesBar {
    color: #999;
    padding: 10px 0 20px 2px !important;
    font-size: 10pt
}
.gTableBody1 {
    padding: 20px!important;
    height: auto!important
}
.gTableBottom,
#frM57,
#frM58,
#frM60 {
    padding-bottom: 20px
}
#frM53 input,
.postBottom input {
    height: auto
}
select.searchForumsFl {
    height: auto;
    padding: 0;
    margin: 10px
}
.postTdTop {
    font-weight: 300;
    color: #777;
    font-size: 10pt
}
.postUser {
    font-weight: 700;
    font-size: 12pt
}
.postPoll {
    padding: 20px 0!important
}
.forumContent .gTable {
    position: relative;
    margin: 15px 0 30px;
    z-index: 1
}
.forumContent .gTable td.forumNameTd,
.forumContent .gTable td.forumIcoTd,
.forumContent .gTable td.forumThreadTd,
.forumContent .gTable td.forumPostTd,
.forumContent .gTable td.forumLastPostTd,
.forumContent .gTable td.gTableSubTop,
.forumContent .gTable td.threadNametd,
.forumContent .gTable td.threadIcoTd,
.forumContent .gTable td.threadLastPostTd,
.forumContent .gTable td.postTdTop,
.forumContent .gTable td.posttdMessage,
.forumContent .gTable td.postTdInfo {
    padding: 10px
}
.forumContent .gTable td.gTableLeft,
.forumContent .gTable td.gTableRight {
    padding-top: 20px
}
.forumContent .gTable td.gTableTop {
    position: relative;
    width: 100%;
    background-color: #7D92BA;
    color: #fff;
    font-size: 18pt;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin: 0 0 0 -15px;
    padding: 15px 20px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    opacity: .75
}
.forumContent .gTable td.gTableTop:before {
    content: '';
    width: 100%;
    max-width: 510px;
    height: 8px;
    left: 0;
    position: absolute;
    top: 100%;
    opacity: .4;
    z-index: -2;
    background: url(/images/gtableshadow.png) no-repeat left
}
.forumContent .gTable td.gTableTop a {
    color: #fff
}
.forumContent .gTable td.threadIcoTd,
.forumContent .gTable td.forumThreadTd,
.forumContent .gTable td.forumPostTd,
.forumContent .gTable td.threadPostTd,
.forumContent .gTable td.threadViewTd,
.forumContent .gTable td.postTdTop,
.forumContent .gTable td.threadAuthTd {
    border-right: 1px dotted #eee
}
.forumContent .gTable td.threadPostTd,
.forumContent .gTable td.forumThreadTd {
    border-left: 1px dotted #eee
}
.forumContent .gTable td.threadLastPostTd,
.forumContent .gTable td.threadAuthTd,
.forumContent .gTable td.threadViewTd,
.forumContent .gTable td.threadPostTd,
.forumContent .gTable td.threadNametd,
.forumContent .gTable td.threadIcoTd,
.forumContent .gTable td.gTableSubTop,
.forumContent .gTable td.forumIcoTd,
.forumContent .gTable td.forumNameTd,
.forumContent .gTable td.forumThreadTd,
.forumContent .gTable td.forumPostTd,
.forumContent .gTable td.forumLastPostTd {
    border-bottom: 1px dotted #eee
}
.forumContent .gTable td.forumNameTd a,
.forumContent .gTable td.threadNametd a {
    text-decoration: none;
    font-weight: 400;
    color: #294479
}
.forumContent .gTable td.forumNameTd a:hover,
.forumContent .gTable td.threadNametd a:hover {
    color: #333
}
.forumDescr,
.forumLastPostTd,
.threadDescr,
.threadLastPostTd,
.threadFrmLink {
    font-size: 10pt;
    font-weight: 300;
    color: #666
}
.subforumDescr {
    color: #666;
    font-size: 10pt
}
.forumLastPostTd a,
.threadLastPostTd a {
    text-decoration: none;
    font-weight: 400
}
.forumLastPostTd a:hover,
.threadLastPostTd a:hover {
    color: #7D92BA
}
.postTdInfo {
    text-align: center;
    font-size: 10pt
}
.funcBlock {
    padding-top: 15px!important
}
#forum_filter {
    display: none
}
.threadsDetails {
    padding-top: 20px
}
.forumOnlineBar,
.threadsDetails {
    color: #666;
    font-size: 10pt
}
.userRights {
    padding-top: 20px
}
.postblock {
    width: 100%;
    margin: 30px 0 10px
}
.post-user {
    width: 180px;
    padding-top: 10px;
    text-align: center;
    float: left;
    font-size: 9pt;
    color: #999
}
.post-user a.postUser {
    display: block;
    font-size: 10pt;
    text-transform: capitalize;
    text-decoration: none
}
.post-user .statusOffline {
    color: red
}
.post-user .statusOnline {
    color: green
}
.post-user .user-avatar {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 10px auto;
    text-align: center;
    font-size: 36pt;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: default;
    overflow: hidden
}
.post-user .user-avatar img {
    width: 100px;
    vertical-align: top
}
.post-user .postip {
    font-weight: 400;
    font-size: 9pt;
    margin-top: 10px
}
.post-content {
    margin-left: 180px;
    margin-right: 15px;
    position: relative;
    background: rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.post-content .pc-triangle {
    position: absolute;
    left: -12px;
    top: 75px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent rgba(0, 0, 0, 0.03) transparent transparent
}
.post-content .pc-top {
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    font-size: 10pt;
    color: #777;
    display: table;
    width: 100%;
}
.post-content .pc-top .num {
    border-right: 1px dotted #ccc;
    padding-right: 15px;
    margin-right: 10px
}
.post-content .pc-top .date,
.post-content .pc-top .time {
    position: relative;
    padding-left: 22px;
    margin-right: 15px
}
.post-content .pc-top .date i,
.post-content .pc-top .time i {
    position: absolute;
    left: 0;
    top: -1px;
    color: #999;
    font-size: 12pt
}
.post-content .pc-message {
    padding: 15px;
    font-size: 11pt;
    min-height: 180px;
}
.post-content .pc-message .post-signature {
    display: block;
    color: #999;
    font-size: 9pt;
    margin-top: 15px
}
.post-content .pc-message .post-signature hr {
    width: 50%;
    padding-bottom: 5px
}
.post-content .pc-message .post-edited {
    text-align: right;
    margin-top: 20px;
    font-size: 9pt;
    font-style: italic;
    color: #ccc
}
.post-content .pc-bottom {
    display: table;
    width: 100%;
    padding: 8px 10px;
    border-top: 1px solid #fff;
}
.post-content .pc-bottom a {
    opacity: .6
}
.post-content .pc-bottom a:hover {
    opacity: 1
}
.post-content .pc-bottom .pc-user-details {
    float: left
}
.post-content .pc-bottom .pc-on-top,
.post-content .pc-bottom .pc-entry-manage {
    float: right
}
.post-content .pc-bottom .pc-on-top {
    margin-left: 15px
}
.f-add-form .col-4,
.f-add-form .col-11 {
    margin: 15px 0 0
}
.f-add-form .col-4 {
    color: #999
}
.f-add-form .pool {
    display: table;
    width: 100%;
    float: left;
    background: #fafafa;
    padding: 0 0 15px;
    margin-top: 15px
}
.f-add-form .pool .col-4 {
    color: #666
}
/* Guest book */

.gb-entry {
    margin-bottom: 30px
}
.gb-entry .cont,
.gb-entry .top {
    position: relative;
    padding: 15px 15px 15px 105px
}
.gb-entry .user-back-img {
    z-index: 1
}
.gb-rate {
    float: right;
    position: relative;
    color: #ccc;
    z-index: 2
}
.gb-rate a {
    text-decoration: none
}
.gb-img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: center;
    line-height: 75px;
    font-size: 26pt;
    color: rgba(255, 255, 255, .6);
    background: #7D92BA;
    overflow: hidden;
    z-index: 3
}
.gb-name {
    position: relative;
    z-index: 3;
    margin-right: 60px
}
.gb-name a {
    color: #7D92BA;
    text-decoration: none;
    text-transform: capitalize
}
.gb-entry .cDetails,
.gb-date {
    font-size: 10pt;
    color: #ccc;
    margin-top: 15px
}
.gb-entry .cDetails {
    text-align: right
}
.gb-entry .cDetails a {
    text-decoration: none;
    color: #666
}
.gb-entry .cDetails a:hover {
    color: #7D92BA
}
.comform {
    font-size: 10pt;
    color: #999
}
.comform .bt {
    float: right;
    display: block;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-top: 1px;
    color: #333;
    font-size: 20pt;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.comform .bt:hover {
    color: #7D92BA
}
.comform .nm {
    display: inline-block;
    text-align: right;
    width: 60px;
    padding-right: 10px
}
.comform textarea {
    width: 100%!important
}
.comform .commFl {
    width: 39%
}
.comform .securityCode {
    width: 80px
}
.wysibb {
    margin-bottom: 10px
}
.local-form .input {
    margin: 0 10px;
    position: relative;
    padding-left: 30px;
    border-bottom: 1px dotted #ccc;
}
.local-form .input i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
}
.local-form .input input {
    background: 0 0;
    border: none;
}
.local-form .param {
    display: none;
    padding: 15px 0;
    font-size: 9pt;
}
.local-form .send {
    position: relative;
}
.local-form .send a {
    position: absolute;
    background: #7D92BA;
    right: 10px;
    top: -20px;
    padding: 10px;
    line-height: 1;
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}
.local-form .send input {
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.popup {
    padding: 30px;
}
.popup-ttl {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    font-size: 1.8462em;
    padding-bottom: 30px;
}
.popup-bd a {
    text-decoration: none;
}
.popup-bd a:hover {
    color: #7D92BA;
}
.allUsersBtn,
.uSearchFlSbm {
    width: auto!important;
}
#block1 a,
#block25 a,
#block7 a {
    font-style: normal;
}
#block22 a {
    display: inline-block;
    padding: 0 10px;
}
.udtlb {
    width: 185px;
    color: #151515;
}
.repHistory {
    font-weight: 700;
}
/* SAME STYLE */

.b-add-form select,
.c-form select,
.flist select,
.board-page .info .price,
.board-page .info .btn,
.board-page .info .map_canvas,
.up-btn .hint,
#addEntForm .add-option .placeholder,
#addEntForm .add-option ul,
.dir-page .btn,
.load-page .grid-gallery,
.footer.fb .tagItem a,
.footer.fb .tagItem,
.code-style,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=text],
input[type=password],
textarea,
.h-top .h-contacts a span,
.h-top .h-user .list a span,
.pollLnk,
.answer div,
.line-btn,
.cEntry,
.com-order-block,
.user-social li span,
.item-page .hint,
.last-item .list-item .img-block img,
.select-options li,
#recommended_products .shop-item-block,
#image-list .inner,
.checkout-param,
.commFl,
.commOrder,
.shop_spec select,
.shop-category-chains select,
#order-table .order-item-nom,
#search-results li img,
.inf-stat-main,
.switchActive,
.forumContent .frmBtns a,
.forumContent .gTable td.gTableTop,
.pager-nav {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.top-add-btn,
.h-sua .searchForm .queryField,
.mbtn,
.h-mid .h-search,
.top-main-inf .separate,
.calMdayIs,
.v-cont-channel .vep-videocomments .ve-comments,
.h-btm.boxed,
.comments-informer .img,
.footer.fb .form input,
.sidebar .schQuery input[type=text],
.local-form .send a,
.l-form #uidLogForm .login-with i,
.user-btn,
.user-btn li.ls i,
.user-social li i,
.user-main-back .stat .statusOffline:before,
.user-main-back .stat .statusOnline:before,
.mobile-cat-top a i,
.hu-profile .img-cont,
.tes-informer li .img-cont,
.tes-content .img-cont,
.entry-tes .img-cont,
.search-block .e-img,
.services .entry-service i {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.advantage-list li img,
.advantage-list li span,
.demos .wpb_wrapper .go-to:after,
.top-nav li span,
.top-add-btn i,
.up-btn .up-info,
.b-add-form .u-combolist label,
.uComment .uc-answer-link,
.uComment .uc-opacity,
.gsort .filter-list span,
.gsort .sort-list span,
.board-page .info .btn,
.dir-page .top-link,
.dir-page .btn:before,
.greed-nav .uMenuRoot ul li a.add span:before,
.slider-news-informer #slider-next,
.slider-news-informer #slider-prev,
.comments-informer .message .entry-page,
.shop-tabs li i,
.add:before,
.add:after,
.now:after,
.now:before,
.now,
.basket-top .fa-chevron-down,
table.catalog .catalog-item,
.cat-blocks div,
.shop-item-block,
#recommended_products .img-block img,
.ft-informer .uRelatedEntry .image,
.basket,
.wish,
.compare-widget,
.basket:before,
.wish:before,
.basket:after,
.wish:after,
.compare-widget:after,
.compare-widget:before,
.img-block:before,
.shop_spec .fa-wrench,
.shop_spec .fa-plus-circle,
#shopCompareList .item-title i,
.h-top .icon-list li:before,
.services .entry-service a.red-more:after,
.informer-gallery img,
.informer-gallery .cotainer:before,
.informer-gallery .cotainer:after,
button:after,
button:before,
.user-social li span,
.blog-grid .img-cont img,
.btn-anim i,
.greed-nav .uMenuRoot li span,
.greed-nav .uMenuRoot ul,
.h-top .h-contacts a span,
.h-top .h-user .list a span,
.img,
.main-nav .uMenuRoot a span,
.main-nav .uMenuRoot ul,
.main-nav .uMenuRoot ul:before,
.pgSwch span,
.sidebox-bd .uMenuRoot li span,
a,
button,
input[type=text],
input[type=password],
input[type=button],
input[type=reset],
input[type=submit],
textarea {
    transition: All .3619s ease;
    -webkit-transition: All .3619s ease;
    -moz-transition: All .3619s ease;
    -o-transition: All .3619s ease;
}
/* MEDIA QUERIES */

@media only screen and (min-width: 1260px) {
    .big-gal {
        max-width: 2560px;
    }
}
@media only screen and (min-width: 1640px) {
    .big-gal .informer-gallery .entry-photo {
        width: 16.6666%;
    }
}
@media only screen and (max-width: 1920px) {
    .top-img-blur {
        padding-bottom: 31%;
    }
}
@media only screen and (max-width: 1640px) {
    .top-img-blur {
        padding-bottom: 37%;
    }
}
@media only screen and (max-width: 1280px) {
    .top-img-blur {
        padding-bottom: 43%;
    }
}
@media only screen and (max-width: 1100px) {
    .portal-cont .content,
    .top-portal-cont .content {
        padding-right: 315px;
    }
    .portal-cont .row2 .col-9 {
        padding-left: 25px;
    }
}
@media only screen and (max-width: 1024px) {
    .portal-cont .content,
    .top-portal-cont .content {
        padding-right: 310px;
    }
    .portal-cont .row2 .col-9 {
        padding-left: 20px;
    }
    .portal-cont .col-8,
    .portal-cont .col-9 {
        width: 50%;
    }
    .top-portal-cont .ind-news-rp {
        display: none;
    }
    .top-portal-cont .ind-news-rp:nth-child(-n+4) {
        display: block;
    }
    .all-entries.grid.ae-main div[id^=entryID] {
        width: 33.3333%
    }
    .all-entries.grid div[id^=entryID],
    .ft-informer.ft-6 .uRelatedEntry,
    .ft-informer .uRelatedEntry {
        width: 50%;
    }
    .all-entries.grid.ae-main div[id^=entryID]:nth-child(4n+1),
    .all-entries.grid.ae-main div[id^=entryID]:nth-child(2n+1),
    .all-entries.grid div[id^=entryID]:nth-child(3n+1) {
        clear: none;
    }
    .ft-informer .uRelatedEntry:nth-child(2n+1),
    .all-entries.grid.ae-main div[id^=entryID]:nth-child(3n+1),
    .all-entries.grid div[id^=entryID]:nth-child(2n+1) {
        clear: left;
    }
    .threadAuthTd,
    .threadViewTd,
    .threadPostTd,
    .gTableSubTop,
    .legendBlock,
    .fFastNavTd,
    .userRights,
    .forumThreadTd,
    .forumPostTd {
        display: none
    }
    .forumLastPostTd {
        min-width: 240px
    }
    .informer-gallery .entry-photo {
        width: 33.3333%;
    }
    .board-page .image-container img {
        max-height: 420px;
    }
}
@media only screen and (max-width: 980px) {
    .informer-gallery .entry-photo {
        width: 50%;
    }
    .informer-video .video-entry {
        width: 100%;
        clear: none;
    }
    .all-entries .entry-board .url,
    .tes-nav span {
        display: none;
    }
    .services .entry-service i {
        position: relative;
        margin: 0 auto 15px;
        left: 0;
    }
    .services .entry-service {
        padding: 0 15px 30px;
        text-align: center;
        width: 33.3333% !important;
    }
    .top-nav .uMenuV {
        display: none;
    }
    .top-nav {
        float: none;
        display: table;
        width: 100%;
        border-top: 1px dashed #e0e0e0;
    }
    .top-add-link {
        display: none;
    }
    .bcat li {
        width: 33.3333%;
    }
    .bcat li:nth-child(4n+1) {
        clear: none;
    }
    .bcat li:nth-child(3n+1) {
        clear: left;
    }
    .all-entries.list .info-cont {
        padding-left: 15px;
    }
    .board-page .image-container img {
        max-height: 380px;
    }
}
@media only screen and (max-width: 800px) {
    .top-portal-cont .ind-news-rp {
        display: block;
    }
    .top-portal-cont .middle {
        padding-bottom: 30px;
    }
    .portal-cont .content,
    .top-portal-cont .content {
        padding-right: 0;
    }
    .mid-line i {
        display: none
    }
    #full-search input[type="text"] {
        font-size: 35pt!important;
        height: 90px;
        padding-right: 90px
    }
    #full-search .searchSbmFl {
        width: 90px;
        height: 90px
    }
    #fws-close {
        top: 25px;
        right: 25px
    }
    .gTableSubTop,
    .threadLastPostTd,
    .threadIcoTd,
    .forumPostTd,
    .forumThreadTd,
    .gTableSubTop,
    .fFastNavTd,
    .forumLastPostTd,
    .fFastNavTd {
        display: none
    }
    .forumIcoTd {
        width: 40px
    }
    .frmBtns a {
        margin: 2px 0;
        margin-bottom: 15px;
        background: transparent!important;
        position: relative
    }
    .frmBtns a i {
        display: block!important;
        font-size: 18pt;
        color: #7D92BA
    }
    .frmBtns a span {
        color: #333;
        position: absolute;
        right: 0;
        font-size: 7pt;
        text-align: center
    }
    .post-user {
        width: 100px!important
    }
    .post-content {
        margin-left: 120px!important;
        margin-right: 0!important
    }
    .tes-informer li {
        width: 100%;
        margin-bottom: 30px;
    }
    .tes-content .text:before {
        left: 12px;
    }
    .tes-content .text:after {
        right: 12px;
    }
    .tes-content .text {
        padding: 25px 50px;
    }
    .stat-inf .col-4:nth-child(5) {
        clear: none;
    }
    .stat-inf .col-4:nth-child(3) {
        clear: left;
    }
    .bcat li {
        width: 50%;
    }
    .bcat li:nth-child(3n+1) {
        clear: none;
    }
    .bcat li:nth-child(2n+1) {
        clear: left;
    }
    .all-entries.grid .entry-board h5 {
        font-size: 0.95em;
    }
    .all-entries .entry-board .price {
        font-size: 1.05em;
    }
    .board-page .info {
        display: table;
        width: 100%;
        position: relative;
        margin: 30px 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    .board-page .info .lp,
    .board-page .info .user {
        width: 50%;
        float: left;
    }
    .board-page .info .map {
        padding-left: 30px;
        float: right;
        width: 50%;
    }
    .board-page .info .map_canvas {
        padding-bottom: 0;
        margin-bottom: 5px;
        height: 188px;
    }
    .board-page .image-container img {
        max-height: 470px;
    }
}
@media only screen and (max-width: 750px) {
    .top-search-btn {
        display: block;
    }
    .h-sua .searchForm {
        display: none;
    }
    .up-btn {
        margin: 5px 60px 5px 0;
    }
}
@media screen and (max-width: 600px) {
    .last-news .news-list .entry-img {
        margin-bottom: 0;
    }
    .ft-informer.ft-6 .uRelatedEntry,
    .ft-informer .uRelatedEntry,
    .grid-gallery li {
        width: 50%
    }
    .mid-line .line-btn,
    .mid-line .inf {
        float: none
    }
    .mid-line .inf {
        width: 100%!important
    }
    .mid-line .line-btn {
        padding: 10px 12px;
        margin: 10px 0 0
    }
    #full-search input[type="text"] {
        font-size: 22pt!important;
        height: 60px;
        padding-right: 60px
    }
    #full-search .searchSbmFl {
        width: 60px;
        height: 60px
    }
    #fws-close {
        font-size: 24px;
        top: 25px;
        right: 25px
    }
    .gb-img {
        width: 50px;
        height: 100%;
        line-height: 50px;
        left: 0;
        top: 0;
        font-size: 14pt
    }
    .gb-entry .top {
        padding-left: 65px
    }
    .gb-entry .cont {
        padding: 15px 0
    }
    .gb-entry .cDetails {
        text-align: left
    }
    .entry-tes .img-cont {
        width: 80px;
        height: 80px;
    }
    .entry-tes .text {
        margin-left: 100px;
        padding: 15px;
        font-size: 1.05em;
    }
    .entry-tes .text:before {
        top: 36px;
    }
    .tes-content .name,
    .tes-content .text {
        font-size: 1em;
        min-height: 50px;
        word-wrap: break-word;
    }
    .tes-content .img-cont {
        width: 50px;
        height: 50px;
        margin: 0 15px;
    }
    .trw .col-6 {
        display: none;
    }
    .trw .col-10 {
        width: 100%;
    }
    .tes-content {
        padding: 0;
    }
    .tes-content .text {
        padding: 20px;
    }
    .tes-content .text:before,
    .tes-content .text:after {
        display: none;
    }
    .goto .gback {
        background: rgba(40, 40, 40, .8);
    }
    .services .entry-service {
        width: 50% !important;
    }
    .forumLastPostTd,
    .page-nav-icon,
    .legendBlock,
    .pagesInfo,
    .forumNamesBar,
    .post-user .postRankIco,
    .post-user .postRankName,
    .post-user .postUserGroup,
    .post-user .numposts,
    .post-user .reputation,
    .post-user .statusBlock,
    .post-user .postip,
    .post-user .userBan,
    .fFastSearchTd,
    #subscribe {
        display: none
    }
    .forumIcoTd {
        vertical-align: top;
        padding: 10px 0!important
    }
    .switches {
        padding: 20px 0
    }
    .post-user {
        width: 60px!important
    }
    .post-content {
        margin-left: 80px!important
    }
    .post-user .user-avatar {
        width: 60px!important;
        height: 60px!important;
        line-height: 60px!important
    }
    .postUser {
        font-size: 7pt!important
    }
    .post-content .pc-triangle {
        top: 30px!important
    }
    .post-content .post-info span {
        display: block;
        margin-bottom: 2px
    }
    .post-content .pc-top .date i,
    .post-content .pc-top .time i {
        top: 0;
        font-size: 10pt
    }
    .f-add-form .col-4,
    .f-add-form .col-11 {
        float: none;
        width: 100%!important
    }
    .f-add-form .col-4 {
        margin-bottom: 5px!important
    }
    .f-add-form .col-11 {
        margin-top: 0!important
    }
    .f-add-form .pool {
        margin-bottom: 15px
    }
    .informer-gallery .entry-photo {
        width: 50%;
    }
    .packages .package .name {
        font-size: 2rem;
    }
    .module-search-form .valign-middle {
        min-height: auto;
    }
    .top-nav li ul {
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        border-left: 1px solid #eaeaea;
        box-shadow: none;
        background: #eaeaea;
    }
    .top-nav li ul span {
        padding-left: 10px !important;
    }
    .bcat li {
        width: 100%;
        float: none;
    }
    .bcat li:nth-child(2n+1) {
        clear: none;
    }
    .all-entries {
        margin: 0 -8px;
    }
    .all-entries div[id^="entryID"] {
        padding: 0 8px;
    }
    .all-entries.grid.ae-main div[id^=entryID] {
        width: 50%;
    }
    .ft-informer .uRelatedEntry:nth-child(3n+1),
    .all-entries.grid.ae-main div[id^=entryID]:nth-child(3n+1) {
        clear: none;
    }
    .ft-informer .uRelatedEntry:nth-child(2n+1),
    .all-entries.grid.ae-main div[id^=entryID]:nth-child(2n+1) {
        clear: left;
    }
    .path .go-back {
        display: block;
        float: none;
        margin: 0 0 10px -15px;
    }
    .board-page .info .lp,
    .board-page .info .user {
        width: 100%;
        float: none;
    }
    .board-page .info .map {
        padding-left: 0;
        float: none;
        width: 100%;
    }
    .board-page .info .map_canvas {
        padding-bottom: 45%;
        margin-bottom: 10px;
        height: auto;
    }
    .board-page .image-list {
        margin: 10px -5px 0;
    }
    .board-page .image-container img {
        max-height: 350px;
    }
}
@media screen and (max-width: 450px) {
    .news-slider .des .read {
        display: none;
    }
    .tes-informer {
        margin: 6% -20px;
    }
    .tes-informer li .text {
        font-size: 1em;
    }
    .entry-tes .img-cont {
        width: 50px;
        height: 50px;
    }
    .entry-tes .text {
        margin-left: 60px;
        padding: 10px;
        font-size: 0.95em;
    }
    .entry-tes .text:before {
        top: 20px;
        left: -5px;
    }
    .goto .middle {
        padding: 30px;
    }
    .goto .des {
        line-height: 1.1;
    }
    .services .entry-service {
        width: 100% !important;
    }
    .main-descr {
        line-height: 1.2;
        font-size: 1em;
    }
    .informer-gallery .entry-photo {
        width: 100%;
    }
    .tes-informer {
        margin: 6% -20px;
    }
    .tes-informer li .text {
        font-size: 1em;
    }
    .h-sua {
        float: none;
        margin: 0 auto 15px;
    }
    .module-search-form h1 {
        font-size: 1.7em;
    }
    .module-search-form .queryField,
    .module-search-form .descr {
        font-size: 1em;
    }
    .module-search-form .searchSbmFl {
        width: 100px;
        padding: 0 10px;
    }
    .module-search-form .queryField {
        padding-right: 100px;
    }
    .all-entries .entry-board h5 {
        font-size: 0.95em;
    }
    .top-name.tn-small {
        font-size: 17pt !important;
    }
    .ft-informer.ft-6 .uRelatedEntry,
    .ft-informer .uRelatedEntry {
        width: 100%;
        clear: none;
        float: none;
    }
}
@media screen and (max-width: 380px) {
    .ft-informer.ft-6 .uRelatedEntry,
    .ft-informer .uRelatedEntry,
    .grid-gallery li {
        width: 100%
    }
    .gb-name {
        margin: 0
    }
    .wysibb .wysibb-toolbar,
    .gb-rate {
        display: none
    }
    .blog-grid .title {
        font-size: 14pt
    }
    .tes-informer li .text {
        padding: 20px;
    }
    .tes-informer li .text:before {
        display: none;
    }
    .tes-informer li .img-cont {
        width: 60px;
        height: 60px;
        margin: 20px 10px 0 10px;
    }
    .tes-informer li .name {
        min-height: 60px;
        font-size: 1em;
    }
    .module-search-form .middle {
        padding: 30px;
    }
    .module-search-form .schBtn {
        position: relative;
    }
    .module-search-form .searchSbmFl {
        width: 100%;
        margin-top: 5px;
    }
    .module-search-form .queryField {
        padding-right: 30px;
    }
    .all-entries.grid.ae-main div[id^=entryID],
    .all-entries.grid div[id^=entryID] {
        width: 100%;
    }
    .ft-informer .uRelatedEntry:nth-child(2n+1),
    .all-entries.grid div[id^=entryID]:nth-child(2n+1) {
        clear: none;
    }
    .all-entries.list .img-cont {
        width: 20%;
    }
    .all-entries.list .info-cont {
        width: 80%;
    }
    .board-page .image-container img {
        max-height: 320px;
    }
    .load-page .info-cont .btn-icon span {
        margin-left: 5px;
        padding-left: 10px;
    }
}