@charset "utf-8";/*@import url("animate.min.css");@import url("font-awesome.css");@import url("fontello.css");@import url("longshadow.css");*/@import url("main_libs.css");@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic);@import url(//fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Roboto+Condensed:300,400,700&subset=cyrillic);/*Base Colors@dividerColor:       #e6e6e6;@linkColor:          #369;@linkHoverColor:     #FA7722;@primaryTextColor	 #333@secondaryTextColor: #4e575d;@btn-default  		 #BDC3C7;@btn-default:hover 	 #CACFD2;@btn-primary  		 #2980B9; //2980B9@btn-primary:hover   #149078 //3498DB@btn-info 			 #e4cb65@btn-info:hover      #C1AC59;@btn-danger 		 #E74C3C;@btn-danger:hover	 #EC7063;@btn-success		 #2E.CC71;//2C88C5@btn-success:hover	 #58.D68D; //3292D1*/@media (min-width: 1024px) {    .container {        max-width: 1024px;    }    .navbar-site .container{        max-width: 988px;    }}a {    color: #369;    outline: none !important;    -moz-transition: all .2s ease-in;    -webkit-transition: all .2s ease-in;    -o-transition: all .2s ease-in;    transition: all .2s ease-in;}a:hover, a:focus {    text-decoration: none;    cursor: pointer;    color: #c71717;}.color-danger {    color: #E74C3C;}.color-success {    color: #2C88C5;}.color-info {    color: #e4cb65;}.color-danger {    color: #E74C3C;}.link-color {    color: #369;}ul, ol {    list-style: none;    margin: 0;    padding: 0;}body {    margin: 0;    padding: 0;    color: #333;    font-family: 'Roboto', sans-serif;    font-size: 13px;    position: relative;}.site-main-body{    background-image: url(../../images/bg-site.jpg);}body, html, #wrapper {    height: 100%;    width: 100%;}/* =============================================================== *//* TYPOGRAPHY + GLOBAL CLASS/* =============================================================== */h1, h2, h3, h4, h5, h6 {    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;    font-weight: normal;    margin: 0;    padding-bottom: 15px;}h1 {    font-size: 30px;    line-height: 35px;}h2 {    font-size: 24px;    line-height: 28px;}h3 {    font-size: 20px;    line-height: 24px;}h4 {    font-size: 17px;    line-height: 20px;}h5 {    font-size: 14px;    line-height: 20px;}h6 {    font-size: 12px;    line-height: 20px;}.title-2 {    border-bottom: 1px solid #e6e6e6;    font-size: 18px;    margin-bottom: 19px;    text-transform: uppercase;    padding-top: 3px;    padding-bottom: 10px;}.title-2 span {    font-weight: lighter;}.title-5 {    font-family: Roboto, Helvetica, Arial, sans-serif;    border-bottom: 1px solid #ebebeb;    color: #080808;    font-size: 16px;    font-weight: 400;    margin: 0 0 20px;    padding: 0 0 20px;    text-transform: uppercase;}/* Helper class */.uppercase {    text-transform: uppercase;}.relative {    position: relative;}.no-margin {    margin: 0 !important;}.no-padding {    padding: 0 !important;}.no-border {    border: 0;}.width100, .w100 {    width: 100%;}.hw100 {    height: 100%;    width: 100%;}.dtable {    display: table;}.dtable-cell {    display: table-cell;    vertical-align: middle;}hr.small {    background-color: #000;    height: 2px;    margin-top: 30px;    margin-bottom: 30px;    width: 44px;}.text-hr {    margin-bottom: 60px !important;    margin-top: 0 !important;}.mt15 {    margin-top: 15px;}.mt10 {    margin-top: 10px;}.mt20 {    margin-top: 20px;}.mt5 {    margin-top: 5px;}.mb15 {    margin-bottom: 15px;}.mb10 {    margin-bottom: 10px;}.mb20 {    margin-bottom: 20px;}.mb5 {    margin-bottom: 5px;}.color-white {    color: #fff}/* ================================================================== *//* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT/* ================================================================== */.form-control:focus {    border-color: #2980B9;    box-shadow: 0 1px 0 #2980B9, 0 -1px 0 #2980B9, -1px 0 0 #2980B9, 1px 0 0 #2980B9;    -webkit-box-shadow: 0 1px 0 #2980B9, 0 -1px 0 #2980B9, -1px 0 0 #2980B9, 1px 0 0 #2980B9;    -moz--box-shadow: 0 1px 0 #2980B9, 0 -1px 0 #2980B9, -1px 0 0 #2980B9, 1px 0 0 #2980B9;    outline: 0 none;}form input[type="text"], form input[type="email"], form input[type="password"] {    height: 40px;}.form-control {}p.required, .required sup {    color: #e74c3c;}.btn {    border: medium none;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    font-weight: normal;    line-height: 1.4;    padding: 10px 12px;    transition: all 0.25s linear 0s;    -webkit-transition: all 0.25s linear 0s;    -moz-transition: all 0.25s linear 0s;    -ms-transition: all 0.25s linear 0s;    -o-transition: all 0.25s linear 0s;}.btn-shaded {    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;}.btn-lg {    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    font-size: 18px;    line-height: 1.33;    padding: 10px 16px;}.btn-sm {    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    font-size: 13px;    line-height: 1.5;    padding: 4px 8px;}.btn-xs {    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    font-size: 12px;    line-height: 1.5;    padding: 1px 5px;}.btn-lg {    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 4px;    font-size: 16px;    line-height: 1.471;    padding: 10px 20px;}.btn-thin {    border: 1px solid #BDC3C7;    color: #BDC3C7;    background: none;}.btn-default {    background-color: #BDC3C7;    color: #FFFFFF;}.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {    background-color: #CACFD2;    border-color: #CACFD2;    color: #FFFFFF;}.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {    background: #A1A6A9;}.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {    background-color: #BDC3C7;}.btn-primary {    background-color: #2980B9;    border-color: #2980B9;    color: #fff;}.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {    background-color: #3498DB;    border-color: #3498DB;    color: #FFFFFF;}.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {    background-color: #028c71;    border-color: #028c71;    color: #FFFFFF;}.btn-primary-dark {    background-color: #028c71;    border-color: #028c71;    color: #fff;}.btn-primary-dark:hover, .btn-primary-dark:focus, .btn-primary-dark:active, .btn-primary-dark.active, .open .dropdown-toggle.btn-primary-dark {    background-color: #008166;    border-color: #008166;    color: #FFFFFF;}.btn-info {    background-color: #e4cb65;    color: #FFFFFF;}.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {    background-color: #C1AC59;    border-color: #C1AC59;    color: #FFFFFF;}.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {    background: #C1AC59;}.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {    background-color: #3498DB;}.btn-danger {    background-color: #E74C3C;    color: #FFFFFF;}.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-post:hover, .btn-post:active {    background-color: #EC7063;    border-color: #EC7063;    color: #FFFFFF;}.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {    background: #C44133;}.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {    background-color: #E74C3C;}btn-post:hover, .btn-post:focus, .btn-post:active, .btn-post.active, .open .dropdown-toggle.btn-post, .btn-post:hover, .btn-post:active {    background-color: #EC7063 !important;    border-color: #EC7063 !important;    color: #FFFFFF !important;}.btn-success {    background-color: #2C88C5;    color: #FFFFFF;}.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {    background-color: #3292D1;    border-color: #3292D1;    color: #FFFFFF;}.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {    background: #27AD60;}.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {    background-color: #2C88C5;}.btn-warning {    background-color: #F1C40F;    color: #FFFFFF;}.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {    background-color: #F5D313;    border-color: #F5D313;    color: #FFFFFF;}.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {    background: #CDA70D;}.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {    background-color: #F1C40F;}.btn-inverse {    background-color: #34495E;    color: #FFFFFF;}.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {    background-color: #415B76;    border-color: #415B76;    color: #FFFFFF;}.btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {    background: #2C3E50;}.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse.active[disabled], fieldset[disabled] .btn-inverse.active {    background-color: #34495E;}.fb_button {    background: #658AD0;    color: #FFFFFF;    display: block;    text-align: center;    text-decoration: none;}.btn-fb {    background: #658AD0;    color: #FFFFFF;}.fb_button:hover, .btn-fb:hover {    background: #4E6FAE;    color: #fff;    text-decoration: none;}.btn-tw {    background: #1DADEB;    color: #FFFFFF;}.btn-tw:hover {    background: #35C5FF;    color: #fff;    text-decoration: none;}.form-control {    background-color: #fff;    background-image: none;    border: 1px solid #ddd;    border-radius: 4px;    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;    color: #555;    display: block;    font-size: 12px;    height: 43px;    line-height: 1.42857;    padding: 6px 12px;    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;    width: 100%;}#main_form .form-control{    width: 50%;}#main_form .form-control-mini{    width: 20%;}.btn-border {    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(0, 0, 0, 0.1) inset;    color: #ffffff;    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);}.btn-border-thin {    margin-bottom: 5px;    padding: 3px 4px;    border: 1px solid #ddd;}.btn-post {    font-family: roboto condensed, Helvetica Neue, Helvetica, sans-serif;    font-weight: normal;    text-transform: uppercase;}.lang-wp {    float: right;    padding-right: 15px;}.lang-box {    margin-top: 2px;}.lang-box a {    font-weight: bold;    color: #bf0044;    padding: 0 2px;}.lang-box li.link-lang-primary {    background-color: #ddd;}.lang-box li.link-lang-default {}.lang-box li.link-lang-default:hover a {    color: #ff005b;}.navbar-nav > li.postadd {    margin-left: 120px;    margin-top: 3px;    text-align: center;}.right-head button {    color: #c1c1c1;    font-size: 23px;    margin: 20px 2px 0;    padding: 8px;}.banners{    position: absolute;}.banners-top, .banners-bottom{    position: static;    width: 100%;    padding: 8px 14px;    overflow: hidden;}.banners-right{    top: 0;    right: 0;}.banners-left, .banners-right{    display: none;}.banners p{    margin: 0;    display: none;}.banner_tp, .banner_bt{    float: left;    padding-right: 12px;}.banner_tp:last-child, .banner_bt:last-child{    padding-right: 0;}.banner_lf{    position: relative;    right: 100%;}.banner_rt{    position: relative;    left: 100%;}.banner_lf .imgBanner{    margin-bottom: 12px;}.banner_rt .imgBanner{    margin-bottom: 12px;}.banners-mobile{    position: absolute!important;    left: -9999px!important;}.banners-mobile.banners-top, .banners-mobile.banners-bottom {    justify-content: center;}.banners-mobile.banners-top{    margin-top: 10px;}.banners-mobile-on{    display: flex!important;    position: relative!important;    left: auto!important;}/* ================================================================== *//* CUSTOMIZE NAVBAR/* ================================================================== */@media screen and (max-width: 767px) {    .navbar-site {        background: none repeat scroll 0 0 #fff;        border-radius: 0;        height: auto;        margin-bottom: 0 !important;        min-height: 72px;    }    .navbar-header {        min-height: 58px;    }    .navbar-site .navbar-toggle {        margin-top: 0;    }    .right-head button {        margin: 0px 2px 0;    }}.navbar-header img {    max-height: 90px;}.navbar-default .navbar-nav > li > a {    color: #ed1090;    font-size: 20px;    font-weight: bold;    font-family: Helvetica, sans-serif;}@media screen and (min-width: 768px) {    .logo {        height: 64px;        line-height: normal;    }    .header {        height: auto;    }    .navbar-site {        margin-bottom: 0 !important;        height: auto;        background: transparent;        border-radius: 0;        border-bottom: transparent;    }    .navbar-site .container{        background: #fff;        border-bottom: solid 1px #ddd;    }    .navbar-right {        margin-top: 10px;    }    .navbar-nav > li > a {        border-radius: 3px;        box-sizing: border-box;        color: #333;        font-size: 12px;        height: 40px;        line-height: normal;        padding: 10px;    }    .nav > li.active, .nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {        background: none;    }    .navbar-nav > li > a:hover {        color: #000;    }    .navbar-nav > li.postadd a {        border-radius: 3px;        box-sizing: border-box;        color: #fff;        font-size: 12px;        height: 35px;        line-height: normal;        text-transform: uppercase;        width: 130px;    }    /* usermenu */    li .user-menu {        padding: 0;        transition: all 0.2s linear 0s;    }    li.open .user-menu {        padding: 0 0;    }    li .user-menu li a {        font-size: 11px;        letter-spacing: 0.55px;        clear: both;        display: block;        font-weight: 400;        line-height: 1.42857;        padding: 5px 10px;        text-transform: inherit;        white-space: nowrap;    }    li .user-menu li i {        margin-right: 5px;        color: #999999;        font-size: 120%;        transition: all 0.2s linear 0s;    }    li .user-menu li:hover i {        color: #2a3744;    }    li .dropdown-menu.user-menu > .active > a, .dropdown-menu.user-menu > .active > a:focus {        background: #EEEEEE;        font-weight: bold;        color: #2a3744;    }    .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {        background: none;    }}/* ================================================================== *//* HOME CONTENT START/* ================================================================== */body {    font-family: Verdana, Arial, Helvetica, sans-serif;}.logo, .logo-title {    font-family: Open Sans Condensed, Helvetica Neue, sans-serif;    font-size: 28px;    font-weight: bold;    text-transform: uppercase;    color: #2980B9;}.logo-title {    padding-top: 20px;}/* INTRO SEARCH PANEL */.intro {    width: 100%;    background-image: url(../../images/blur_bg.png);    background-position: center top;    background-repeat: no-repeat;    background-size: cover;    height: 350px;    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;}.intro .container {    max-width: 800px;}.intro h1, .intro-title {    color: #fff;    font-family: Roboto, Helvetica, Arial, sans-serif;    font-size: 44px;    line-height: 42px;    font-weight: bold;    letter-spacing: -0.3px;    margin-bottom: 10px;    padding-bottom: 0;    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);    text-transform: uppercase;    transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;}.intro p {    color: #e8eced;    font-size: 18px;    font-weight: 300;    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);}.content-search {    display: block;    clear: both;    padding: 30px 0 0;}.content-search input.form-control, .content-search button {    height: 44px;}.search-row {    max-width: 800px;    margin-left: auto;    margin-right: auto;    margin-top: 30px;}.search-row .search-col {    padding: 0;    position: relative;}.search-row .search-col .form-control, .search-row button.btn-search {    border-radius: 0;    border: 0;    height: 48px;    margin-bottom: 0;}.search-row .search-col .form-control {    box-shadow: none !important;}.locinput {    border-right: solid 1px #ddd !important;}button.btn-search {    border-radius: 0 !important;    font-size: 18px;    height: 48px;    letter-spacing: -0.5px;    text-shadow: 0 2px 2px #5BA8DB;    -webkit-text-shadow: 0 2px 2px #5BA8DB;    text-transform: uppercase;}.has-icon {    padding-left: 40px;}.icon-append {    color: #949494;    font-size: 18px;    left: 8px;    position: absolute;    top: 16px;}.search-row .search-col:first-child .form-control {    border-radius: 3px 0 0 3px;}.search-row .btn-search {    border-radius: 0 3px 3px 0 !important;}@media screen and (max-width: 767px) {    .locinput {        border-right: none !important;        border-bottom: solid 1px #ddd !important;    }    .intro h1 {        font-size: 30px;        margin-bottom: 10px;        padding-bottom: 0;        line-height: 34px;    }    .intro p {        color: #e8eced;        font-size: 16px;        line-height: normal;    }}.autocomplete-suggestions {    background: #fff;    max-height: 30px;    overflow-y: auto;    border: solid 1px #ddd;    border-radius: 3px;}.autocomplete-suggestions .autocomplete-suggestion {    padding: 10px 15px;    /* for global */    cursor: pointer;    border-bottom: 1px solid #cccccc;    padding: 10px 15px 10px 30px;    /* for only icon  */    position: relative;}/* for only icon  */.autocomplete-suggestions .autocomplete-suggestion:after {    color: #949494;    content: "\e8d4";    font-family: fontello;    font-style: normal;    font-weight: normal;    left: 6px;    margin: 0 0 0 10px;    position: absolute;    text-decoration: none;    top: 10px;}.autocomplete-suggestions .autocomplete-suggestion:hover {    background: #eeeeee;    color: #222222;    cursor: pointer;    display: block;    font-size: 13px;}/* side bar */.main-container {    /* fallback if needed */    min-height: calc(100% - 220px);    padding: 30px 0;}.inner-box {    border-radius: 3px 3px;    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);*/    padding: 20px 15px;}.mobile-filter-sidebar .inner-box{    padding: 0px 15px 20px;}.inner-box.add {    background: none repeat scroll 0 0 #FFFFFF;    border-radius: 3px 3px;    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);    margin-bottom: 30px;    padding: 5px;}.inner-box.has-ad, .page-content .inner-box.has-aff {    background: none repeat scroll 0 0 #FFFFFF;    border-radius: 3px 3px;    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);    margin-bottom: 30px;    padding: 5px;}.inner-box.add img {    width: 100%;}.nav-pills .name {    display: inline-block;}.adding-group-fields{    display: flex;    flex-direction: row;    flex-wrap: wrap;    max-width: 530px;    margin-left: 133px;}.adding-group-fields .adding-form-group{    display: flex;    margin-bottom: 20px;}.adding-group-fields .adding-control-label{    width: 120px;    text-align: right;    padding-right: 30px;}.adding-group-fields .adding-form-control{    width: 100px;    margin-right: 20px;}.adding-group-fields .adding-form-control .form-control{    width: 100%!important;}.window-welcome{    display: flex;    position: fixed;    justify-content: center;    background: rgba(199, 199, 199, 0.56);    width: 100%;    height: 100%;    z-index: 9999;}.window-welcome-box{    background: #000 url(../../images/bg_ww.jpg) no-repeat center;    background-size: cover;    width: 100%;    height: 100%;    box-shadow: 0 0 25px #525252;    text-align: center;    padding: 15px;    color: #ccc;    text-shadow: #000 1px 1px 1px;}.window-content{    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;    min-height: 100%;}.window-welcome-header{}.window-welcome-btn{    font-family: "museo 700",century gothic,freesans,sans-serif!important;    background-repeat: no-repeat;    cursor: pointer;    border-width: 1px;    -webkit-border-radius: 6px;    -moz-border-radius: 6px;    -o-border-radius: 6px;    -ms-border-radius: 6px;    -khtml-border-radius: 6px;    border-radius: 6px;    border-style: solid;    color: #fff!important;    display: block;    margin: .2em auto;    padding: 12px 15px;    text-align: center;    text-decoration: none!important;    position: relative;    box-shadow: 0 0 0 rgba(239,29,29, 0.8);    animation: pulse 2.5s infinite;    font-size: 24px;    line-height: 24px;    font-weight: 700;    background: #c50000;    border-color: #ea0808;    width: 300px;}.window-welcome-btn:hover, .window-welcome-btn:focus {    color: #fff!important;    animation: none;}@-webkit-keyframes pulse {    0% {        -webkit-box-shadow: 0 0 0 0 rgba(239,29,29, 0.8);    }    70% {        -webkit-box-shadow: 0 0 0 20px rgba(239,29,29, 0);    }    100% {        -webkit-box-shadow: 0 0 0 0 rgba(239,29,29, 0);    }}@keyframes pulse {    0% {        -moz-box-shadow: 0 0 0 0 rgba(239,29,29, 0.8);        box-shadow: 0 0 0 0 rgba(239,29,29, 0.8);    }    70% {        -moz-box-shadow: 0 0 0 20px rgba(239,29,29, 0);        box-shadow: 0 0 0 20px rgba(239,29,29, 0);    }    100% {        -moz-box-shadow: 0 0 0 0 rgba(239,29,29, 0);        box-shadow: 0 0 0 0 rgba(239,29,29, 0);    }}/* cat listing */.page-content .inner-box {    padding: 15px;}.inner-box.category-content {    padding-top: 5px;    padding-bottom: 0;}.cat-list {    display: block;    margin-bottom: 30px;    line-height: 13px;}.cat-list h3, .title-3, .cat-list .cat-title {    font-family: Open Sans Condensed, Helvetica Neue, sans-serif;    font-weight: bold;    text-transform: uppercase;}.cat-list h3 a, .cat-list h3, .cat-list .cat-title, .cat-list .cat-title a {    color: #2980B9;    padding-bottom: 2px;    position: relative;    font-size: 18px;}.cat-list-border h3 {    border-bottom: 1px solid #ddd;    margin-bottom: 10px;    padding-bottom: 10px;    position: relative;}.cat-title a {    display: inline-block;    padding-left: 48px;    padding-top: 0;    position: relative;}.cat-list h3 .count {    clear: both;    color: #777;    font-size: 12px;    font-weight: normal;    line-height: 1;    padding: 3px 0;    text-align: left;    vertical-align: baseline;    white-space: nowrap;}.cat-title i {    position: absolute;    left: 0;    top: 0;}.cat-list.arrow {    margin-bottom: 0;}.cat-list ul li a, .cat-list li a {    border-radius: 2px;    font-style: normal;    transition: all 0.1s ease 0s;    font-size: 12px;    color: #4e575d;}.cat-list ul li a:hover, .cat-list a:hover {    text-decoration: underline;    color: #345676;}.cat-list.arrow li {    background: url("../../images/arrow-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);    border-bottom: 1px dotted #ddd;    padding: 5px 14px;}.cat-list.arrow li:last-child {    border-bottom: 0;}.cat-list.border li {    border-bottom: 1px dotted #ddd;    padding: 7px 15px;}.cat-list.border li.active, .cat-list.border li:hover {    background-color: #ececec;}.cat-list.border li.active a {    box-sizing: border-box;    color: #626262;}.cat-list.border li:last-child {    border-bottom: 0;}.last-column .cat-list {}/* item-carousel */.item-carousel a {    display: block;}.item-carousel-thumb {    max-width: 100%;}.item-carousel .item {    width: 128px;    display: block;    margin: 0 auto;}.item-carousel .item-carousel-thumb {    width: 100%;    height: 96px;    display: block;    overflow: hidden;    border: solid 1px #ddd;    margin-bottom: 7px;}.item-carousel .item-carousel-thumb img {    max-width: 100%;    padding: 1px;    min-height: 100%;}.item-carousel .item {    border-radius: 3px;    text-align: center;}.item-carousel .item-name {    clear: both;    display: block;    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;    font-size: 14px;    font-weight: normal;    line-height: 16px;    min-height: 30px;}.item-carousel .price {    clear: both;    color: #333;    display: block;    font-size: 16px;    font-weight: bold;    line-height: 16px;    padding-top: 7px;}.carousel-nav {    font-size: 18px;}/* =============================================================== *//* CATEGORY INTRO/* =============================================================== */.search-row-wrapper {    background: url(../../images/blur_bg.png) center;    height: auto;    padding: 50px 0;    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;    width: 100%;}@media screen and (min-width: 1024px) {    /* FIXED IE OVERFLOW ISSUE */    .search-row-wrapper {        height: 140px;        display: block;    }}/* =============================================================== *//* CATEGORY LIST/* =============================================================== */.col-thin-left {    padding-left: 10px;}.col-thin-right {    padding-right: 10px;}.adds-wrapper {}.item-list {    border-bottom: 1px solid #ddd;    clear: both;    padding: 15px;    height: auto;    width: 100%;    display: block;    position: relative;    overflow: hidden;    transition: background 0.25s ease-in;    -webkit-transition: background 0.25s ease-in;}.item-list:hover {    background: #F6F6F5;}.tree3{    margin-bottom: 15px;}.category-list{    position: relative;}.add-image {    position: relative;}.add-image a {    display: block;}.add-image a img {    width: 100%;}.add-title {    padding-bottom: 7px;}.add-details a {    font-weight: bold;}.info-row {    display: flex;    justify-content: space-between;    clear: both;    font-size: 12px;    color: #9a9a9a;}.business-ads {    background: none repeat scroll 0 0 #dfdfdf;    border: 1px solid #d1d1d1;    border-radius: 50%;    display: inline-block;    height: 25px;    line-height: 18px;    padding: 3px;    text-align: center;    width: 25px;}.item-list .make-favorite span {    width: 0;    font-size: 0;    transition: all 0.3s ease;}.item-list:hover .make-favorite span {    width: auto;    font-size: 13px;}.price-box {    padding: 0;}.list-block-ind .count-a{    margin: 0 0 15px;    font-weight: bold;}.nowrap{    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.list-block-ind{    float: left;    width: 100%;    margin-top: 10px;    margin-right: -15px;}.list_message_block {    position: relative;    padding: 0 12px 12px 0;    border-radius: 5px;    z-index: 1;}.list-block-ind .message_block_img{    position: relative;    border-left: 1px solid #ddd;    border-top: 1px solid #ddd;    border-right: 1px solid #ddd;    border-radius: 5px 5px 0 0;    overflow: hidden;}.list-block-ind .photo-count{    background: #ccc;    border: 0 none;    border-radius: 2px;    font-size: 12px;    opacity: 0.85;    padding: 0 3px;    position: absolute;    right: 2px;    bottom: 2px;}.list-block-ind .photo-count .fa{    margin-right: 3px;}.imgLiquidFill, .nofoto, .artimg-nofoto {    height: 148px;}.imgLiquidFill img {    visibility: hidden;}.list_message_block .nofoto {    background-color: #f7f7f7;    line-height: 152px;    border-radius: 5px 5px 0 0;}.list_message_block .notepad-fav{    top: 0;    position: absolute;    right: 0;}.list-block-ind .message_block_title {    position: relative;    background: #fff;    border-left: 1px solid #ddd;    border-right: 1px solid #ddd;    border-bottom: 1px solid #ddd;    border-radius: 0 0 5px 5px;}.list_message_block .editandremove {    position: absolute;    background: #fff;    top: 2px;    padding: 0 3px 0 5px;    left: 2px;    opacity: 0;}.list_message_block:hover .editandremove {    opacity: 1;}.list-block-ind .list-head{    display: flex;    justify-content: space-around;}.list-block-ind .message-title{    font-size: 15px;    margin: 10px 0 4px;    max-width: 100px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.list-block-ind .price_b{    margin: 10px 0 4px;    font-size: 15px;    color: #000;}.list-block-ind .block-reg-cat{    color: #929191;    font-size: 12px;}.list-block-ind .notepad-fav{    top: 0;    position: absolute;    right: 0;}.list-block-ind .notepad-fav span{    background-color: rgba(0, 0, 0, 0.3);    background-position: center center;    cursor: pointer;    display: block;    position: relative;    width: 23px;    height: 23px;    border-radius: 0 4px 0 0;}.list-block-ind .notepad-fav span {    background-image: url(../../images/ic-star.png);}.list-block-ind .notepad-fav .ic-star-act {    background-image: url(../../images/ic-star-act.png);}.list-grid-item{    width: 20%;}/* List shortcut */.list-shortcut{    padding: 2px 12px 2px 0;    position: relative;}.list-shortcut .bl-table {    display: flex;    align-items: center;    width: 100%;    border-top: 1px solid #f4f4f4;    background: #fff;    padding: 0;}.list-shortcut .bl-cell {    padding: 2px 0;    position: relative;}.list-shortcut>div:first-child {    border-top: 1px solid transparent;}.list-shortcut .post-not {    display: flex;    min-width: 13%;    padding: 0 5px 0 0;}.list-shortcut .post-content {    display: flex;    padding: 3px 0;    min-width: 71%;}.list-shortcut .post-content h3{    min-width: 84%;    font-size: 16px;    padding-bottom: 0;    color: #202020;    font-weight: normal;}.list-shortcut .post-content h3 a{    color: #202020;    font-weight: normal;}.list-shortcut .post-content h3 a:hover{    color: #c71717;}.list-shortcut .post-button {    position: relative;    vertical-align: middle;    min-width: 16%;    padding: 0 3px 0 0;    text-align: right;}.list-shortcut .editandremove {    position: absolute;    right: 0;    top: 4px;    opacity: 0;    -webkit-transition: all 200ms linear;    -moz-transition: all 200ms linear;    -o-transition: all 200ms linear;    transition: all 200ms linear;    padding: 2px 4px 2px 6px;    background: #eee;}.list-shortcut .bl-table:hover .editandremove{    opacity: 1;}.list-shortcut .notepad{    background-position: center center;    cursor: pointer;    width: 20px;    height: 20px;    min-width: 20px;    margin-right: 10px;}.list-shortcut .notepad {    background-image: url(../../images/ic-star2.png);}.list-shortcut .ic-star-act {    background-image: url(../../images/ic-star-act.png);    background-color: transparent;}.list-shortcut .message-title {    font-size: 14px;    font-weight: bold;}.list-shortcut .block-reg-cat {    margin-left: 10px;    color: #777;    min-width: 16%;}.list-shortcut .price_b{    font-size: 16px;    font-weight: bold;    white-space: nowrap;}.list-shortcut .margin-right-nophoto{    margin-right: 52px;}.list-shortcut .photo-count{    float: right;    background: url(../../images/isset_photo.png) no-repeat center center;    background-size: 32px 25px;    width: 32px;    height: 25px;    margin-left: 20px;    margin-top: -2px;}/* /List shortcut *//* List gallery */.list-gallery{    position: relative;    margin-right: -15px;    margin-left: -2px;}.list-gallery .count-a{    margin: 0 0 15px;    font-weight: bold;}.list-gallery .list-item-wrap{    border: 1px solid #ccc;}.list-gallery .list_message_block {    position: relative;    padding: 0 12px 12px 0;    border-radius: 5px;}.list-gallery .message_block_img{    position: relative;    width: 100%;    overflow: hidden;}.list-gallery .imgLiquidFill{    height: 165px;}.list-gallery .photo-count .fa{    margin-right: 3px;}.list-gallery .message_block_title {    position: absolute;    bottom: 1px;    width: calc(100% - 2px);    min-height: 30px;    background: #fff;    margin-left: 1px;    opacity: .8;}.list-gallery .message_block_title p{    margin: 0;}.gallery-item-info{    font-size: 11px;    -moz-column-count: 2;    -webkit-column-count: 2;    column-count: 2;}.gallery-item-info li{    padding: 0 2px;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.gallery-item-info .field {    text-transform: uppercase;    color: #000000;}.gallery-item-info .val {    color: #000000;}.list-gallery .notepad-fav{    top: 0;    position: absolute;    right: 0;}.list-gallery .notepad-fav span{    background-color: rgba(0, 0, 0, 0.3);    background-position: center center;    cursor: pointer;    display: block;    position: relative;    width: 23px;    height: 23px;}.list-gallery .notepad-fav span {    background-image: url(../../images/ic-star.png);}.list-gallery .notepad-fav .ic-star-act {    background-image: url(../../images/ic-star-act.png);}.list-gallery .nofoto{    height: 165px;}/* /List gallery */.user-group-vip .user_group_icon{    background: url(../../images/vip_user.png) no-repeat;    width: 35px;    height: 25px;    position: absolute;    top: 6px;    left: 5px;    display: block;    opacity: 1;}.user-group-gold .user_group_icon{    background: url(../../images/gold_user.png) no-repeat;    width: 36px;    height: 37px;    position: absolute;    top: 5px;    left: 5px;    display: block;}.user-group-vip .message_block_img,.user-group-vip .message_block_title,.user-group-gold .message_block_img,.user-group-gold .message_block_title{    border-color: #e2036d;}.user-group-vip .list-head,.user-group-gold .list-head{    font-weight: bold;}.ad-banner img{    width: 100%;    margin-bottom: 10px;}@media (max-width: 991px) {    .item-list .make-favorite {        padding: 3px 5px;    }}@media (max-width: 767px) {    .price-box {        clear: both;        display: block;        height: auto;        padding: 10px 15px 0;        text-align: left;        width: 100%;    }    .item-list.make-list {        text-align: left;    }    .item-list .add-details {        padding: 10px 0 0;    }    .list-shortcut .block-reg-cat {        display: none;    }}@media (max-width: 1199px) {    .add-details {        padding: 0;    }}@media (max-width: 991px) {}@media (max-width: 778px) {}@media (max-width: 540px) {}@media (max-width: 360px) {}/* pagination */.pagination-bar {    margin-top: 35px;    display: inline-block;    width: 100%;}.pagination-bar .pagination {    margin-top: 0;}.pagination-bar .pagination li a {    color: #9a9a9a;    border-color: #cfcfcf;}.pagination-bar .pagination li a:hover {    color: #000000;}.pagination-bar .pagination li.active a {    background-color: #f8f8f8;    color: #000000;    border-color: #cfcfcf;    cursor: default;    font-weight: bold;}/* post-promo  */.post-promo {    margin-top: 15px;}.post-promo h2 {    padding-bottom: 10px;}/* Ribbons  */.cornerRibbons {    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);    left: -8%;    overflow: hidden;    position: absolute;    top: 20%;    -ms-transform: rotate(-45deg);    -moz-transform: rotate(-45deg);    -webkit-transform: rotate(-45deg);    transform: rotate(-45deg);    width: 200px;    z-index: 2;    transition: all 0.3s ease 0s;}.cornerRibbons a {    color: #fff;    display: block;    font-family: Roboto Condensed, Helvetica, Arial, sans-serif;    font-size: 12px;    font-weight: normal;    text-align: center;    text-decoration: none;    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);    text-transform: uppercase;    border: 1px solid rgba(255, 255, 255, 0.1);    transition: all 0.3s ease 0s;}.cornerRibbons.topAds {    background: #2980B9;}.cornerRibbons.urgentAds {    background: #CC3300;}.cornerRibbons.featuredAds {    background: #FB8D17;}.cornerRibbons.featuredAds a {    color: #fff;}@media (max-width: 991px) {    .cornerRibbons {        left: -10%;        top: 19%;        width: 170px;        z-index: 2;    }    .cornerRibbons {        font-size: 11px;    }}@media (max-width: 767px) {    .cornerRibbons {        left: -36px;        top: 24px;        width: 160px;    }    .cornerRibbons {        font-size: 11px;    }}/*************** TAB BOX ***************/.tab-box {    background: #f8f8f8;    position: relative;}.nav-tabs.add-tabs > li:hover > a {    background: #EDEDED;}.nav-tabs.add-tabs > li > a, .nav-tabs.add-tabs > li.active > a, .nav-tabs.add-tabs > li.active > a:hover, .nav-tabs.add-tabs > li.active > a:focus {    border-radius: 0;    padding-bottom: 15px;    padding-top: 15px;    margin-right: 0;}.nav-tabs.add-tabs > li.active > a {    border-left: 1px solid #ddd;    border-right: 1px solid #ddd;    border-top: 1px solid #e6e6e6;}@media (max-width: 991px) {    .nav-tabs.add-tabs > li > a {        padding-left: 10px;        padding-right: 10px;    }    .nav-tabs .badge {        font-size: 11px;    }}@media (max-width: 767px) {    .nav-tabs.add-tabs > li > a {        font-size: 12px;        padding-left: 7px;        padding-right: 7px;    }    .nav-tabs .badge {        display: none;    }    .select-short-by .selecter-options {        font-size: 11px !important;    }}.nav-tabs.add-tabs > li:first-child > a {    border-left: 1px solid transparent;}/* tab filter */.tab-filter {    position: absolute;    right: 0;    top: 0;}.listing-filter {    padding: 15px 0;}.sector-region-select .breadcrumb-list {    line-height: 24px;}.breadcrumb-list {    color: #888;    font-size: 12px;    font-weight: normal;    line-height: 1.5;    margin-bottom: 0;}.breadcrumb-list a.current, .breadcrumb-list .current {    color: #000;    font-weight: bold;    margin-right: 5px;}.dropdown-menu-modal {    width: 100%;    max-width: 400px;}.listing-view-action span {    color: #888;    cursor: pointer;}.listing-view-action span.active {    color: #000;}/* Customize bootstrap-select plugin */.tab-filter .select-short-by {    margin-right: 15px;    margin-top: 10px;    min-width: 150px !important;}.tab-filter .selecter.bottom .selecter-options {    bottom: auto !important;    top: auto;}.select-short-by .selecter-selected {    font-size: 12px;    padding: 4.5px 15px;}.tab-filter .selecter-item {    padding: 8px 15px;    font-size: 12px;}/*************** Save Search ****************/.save-search-bar {    border-top: 1px solid #ddd;}.save-search-bar:hover {    background: #EDEDED;}.save-search-bar a:focus {    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05) inset;}.save-search-bar a {    display: block;    font-weight: 500;    padding: 10px 0;}/* =============================================================== *//* CATEGORY SIDEBAR/* =============================================================== */.list-filter .count {    color: #9a9a9a;    font-size: 90%;}.list-filter ul li {    list-style: none;}.list-filter ul li a {    border-radius: 5px;    display: block;    padding: 2px 15px 2px 5px;    position: relative;    color: #4e575d;}.list-filter ul ul {    padding-left: 15px;}@media (max-width: 991px) {    .list-filter ul li a {        padding-right: 0;    }    .list-filter ul ul {        padding-left: 10px;    }}.nav-filter a.active {    background-color: #eaeaea;    color: #333;}.list-title a, .list-title {    color: #222;    font-size: 18px;}.list-title {    border-bottom: 1px solid #ddd;    margin-bottom: 15px;    padding: 10px 0;    position: relative;    text-transform: uppercase;    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;    font-weight: normal;}.list-title .user-title-field{    font-weight: 700;    margin-right: 70px;    width: 200px;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;}.list-title:before {    border-color: #ddd transparent transparent;    border-style: solid;    border-width: 7px;    bottom: -14px;    box-sizing: border-box;    content: " ";    display: block;    left: 34px;    position: absolute;    z-index: 2;}.list-title:after {    border-width: 6px;    bottom: -12px;    box-sizing: border-box;    content: " ";    display: block;    left: 35px;    position: absolute;    z-index: 2;}.user-options{    display: inline-block;    margin-right: 30px;    font-size: 16px;    white-space: nowrap;}.user-options-value{    font-weight: bold;}.Ads-Details .list-title{    display: flex;    align-items: center;    text-transform: none;}.list-title.gray:before {    border-color: transparent transparent transparent;}.list-title.gray:after {    border-color: transparent transparent transparent;}.list-filter ul li p.maxlist-more a {    border-radius: 5px;    display: block;    font-size: 12px;    padding: 2px 25px 2px 20px;    position: relative;    color: #369;}/* Price Range */.form-inline .form-control {    max-width: 100%;}.list li {    list-style: none;}ul.list-link li a, ul.list-link li {    color: #4e575d;    font-size: 12px;    font-style: normal;    line-height: normal;    padding: 3px 0;    transition: all 0.1s ease 0s;}ul.list-link li a:hover, .ul.list-link li a:hover {    text-decoration: underline;    color: #345676;}ul.list-link li a.active {    color: #345676;    font-weight: bold;}hr.thin {    margin-bottom: 10px;    margin-top: 10px;}/* =============================================================== *//* ADS DETAILS/* =============================================================== */.sidebar-panel .panel-heading {    background: #f8f8f8;    position: relative;    border-bottom: 1px solid #ddd;    font-size: 16px;    line-height: 22px;}.panel-contact-seller .panel-body {    padding: 10px;}.seller-info {    padding: 5px;}/* Ads Image Slider */.bx-wrapper img {    display: block;    margin: 0 auto;    max-width: 100%;    text-align: center;}.bx-controls-direction a:after {    background: rgba(0, 0, 0, 0.3);    border-radius: 3px;    color: #fff;    content: "nexts";    font-family: fontello;    font-size: 200%;    line-height: 1.3;    opacity: 1;    padding: 5px;    position: absolute;    text-align: center;    text-indent: 0;    opacity: 0;    transition: all 0.15s ease-in-out 0s;}.bx-controls-direction a:hover:after {    background: rgba(0, 0, 0, 0.6);}.bx-wrapper:hover .bx-controls-direction a:after {    opacity: 1;}.bx-wrapper .bx-prev, .bx-wrapper .bx-next {    background: none !important;}.bx-controls-direction a.bx-next:after {    content: '\e83c';    right: 0;}.bx-controls-direction a.bx-prev:after {    content: '\e83b';    left: 0;}.gal-image .bx-wrapper .bx-viewport {    border: 0 none;    box-shadow: none;    left: 0;    border-radius: 3px;}.gal-image .bx-wrapper {    margin-bottom: 20px;}.gal-image .bxslider, .slider {    display: flex;    align-items: center;}.slick-track{    display: flex!important;    align-items: center;    height: 350px;}.slick-prev, .slick-next{    z-index: 1!important;}.slick-prev {    left: 14px!important;}.slick-next {    right: 14px!important;}.slider{    margin: 0 auto;    width: 500px;    height: 350px;    overflow: hidden;}.slick-slide img {    margin: auto;    position: absolute;    top: 0;    left: 0;    right: 0;    bottom: 0;    vertical-align: middle;    max-width: 100%;    max-height: 100%;}.slick-prev:before, .slick-next:before{    font-size: 30px!important;    color: #2f2f2f!important;}.slick-initialized .slick-slide{    position: relative!important;}#bx-pager {    text-align: center;}.thumb-item-link {    border-bottom: 4px solid #ccc;    display: inline-block;    float: none;    height: 70px;    margin: 0 2px;    outline: medium none;    overflow: hidden;    position: relative;    width: 100px;}.thumb-item-link img {    width: 100%;    max-width: 100%;    border-radius: 3px;    opacity: 0.7;    transition: opacity 0.15s ease-in-out 0s;}@media (max-width: 640px) {    .gal-image .bx-wrapper {        margin-bottom: 10px;    }    .thumb-item-link {        height: 48px;        width: 64px;    }}.thumb-item-link:focus {    -webkit-box-shadow: 0 0 2px #369;    -moz-box-shadow: 0 0 2px #369;    box-shadow: 0 0 2px #369;    outline: none;}.thumb-item-link.active {    border-bottom: 4px solid #369;}.thumb-item-link.active img, .thumb-item-link:hover img {    opacity: 1;}.ads-details-wrapper .info-row {    border-top: 1px solid #ddd;    margin-bottom: 15px;    padding-top: 10px;}.ads-details-info ul, .ads-details-info ol {    margin-bottom: 20px;}.ads-details-info h4, .ads-details-info .h4, .ads-details-info h5, .h5, .ads-details-info h6, .ads-details-info .h6 {    margin-bottom: 10px;    padding-bottom: 0;    padding-top: 5px;}.ads-details-info h1, .ads-details-info .h1, .ads-details-info h2, .ads-details-info .h2, .ads-details-info h3, .ads-details-info .h3 {    margin-bottom: 15px;    padding-bottom: 0;    padding-top: 10px;}@media (max-width: 480px) {}h1.trtri span {    float: right;}.bltri:before, .tltri:before, .trtri:before {    content: '';    position: absolute;    height: 0;    width: 0;}.list-dot, .list-circle {    margin-left: 30px;}.list-circle > li {    list-style: circle;}.list-dot > li {    list-style: disc;}.list-border > li {    border-top: 1px solid #ebebeb;    line-height: 36px;    position: relative;}.list-border > li:first-child {    border: none;}.list-check > li {    margin-bottom: 3px;    padding-left: 18px;    position: relative;}.list-check > li:after {    position: absolute;    font-family: fontello;    content: '\e80d';    left: 0;    top: 0;}.list-number > li, .list-number > li > ul > li {    list-style: decimal;}.ads-action li i {    width: 20px;}.panel-details {    border: 1px solid #ddd;    background: #f8f8f8;    position: relative;}.ads-details-wrapper.inner-box {    padding-bottom: 0;}.label.adlistingtype {    font-size: 12px;    font-weight: normal;    letter-spacing: 0.8px;    vertical-align: middle;}.ads-details-wrapper .content-footer, .content-footer.expand {    margin-left: -15px;    margin-right: -15px;}.content-footer {    position: relative;    padding: 8px;    border-top: 1px solid #ddd;    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;}.panel-footer {    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;}.content-footer .btn {    margin-right: 8px;}@media (max-width: 360px) {    .content-footer .btn {        margin-bottom: 4px;    }}.text-count {    color: #9a9a9a;    font-size: 12px;}.modal {    z-index: 1100;}.modal-title {    padding-bottom: 0;}.modal-header {    background: #f8f8f8;    border-bottom: 1px solid #ddd;    border-radius: 3px 3px 0 0;    font-weight: bold;}.modal-header {    background: none repeat scroll 0 0 #f8f8f8;    border-top: 1px solid #ddd;    padding: 8px;    position: relative;}.breadcrumb {    background: none;    border-radius: 0;    list-style: outside none none;    margin-bottom: 8px;    padding: 8px 0;}.backtolist {    padding: 8px 0;}.page-sidebar-right {    padding-left: 10px;}.user-info h3 {    padding-bottom: 5px;}.user-info p {    margin-bottom: 0;}.user-ads-action {    margin-top: 15px;}@media (max-width: 767px) {    .user-ads-action .btn:first-child {        margin-bottom: 5px;    }    .slider{        margin: 0 auto;        width: 100%;        height: 350px;        overflow: hidden;    }}@media (max-width: 480px) {    .breadcrumb {        float: none !important;        text-align: center !important;    }    .backtolist {        float: none !important;        margin: 0 auto;        padding: 0 0 10px;        text-align: center;    }    .slider, .slick-track{        height: 225px;    }}/* =============================================================== *//* LOGIN/* =============================================================== */div.login-box {    float: none;    margin: 0 auto;    clear: both;}.panel-intro {    padding: 40px 0 25px;}.panel-intro h2 {    padding: 0;}div.login-box .panel-body {    padding-left: 20px;    padding-right: 20px;}div.login-box .panel-footer p {    margin-top: 10px;}div.login-box .panel-footer label {    font-weight: normal;}.login-box-btm {    margin-top: 20px;    margin-bottom: 20px;}.login-box .input-icon i {    color: #555;    opacity: 0.6;    border-right: 1px solid #ccc;    padding-right: 5px;}.input-icon {    position: relative;}.input-icon input {    padding-left: 45px;}.input-icon i {    font-size: 16px;    left: 6px;    line-height: 22px;    position: absolute;    top: 9px;}/* =============================================================== *//* SIGNUP/* =============================================================== */.mb10 {    margin-bottom: 10px;}.mb15 {    margin-bottom: 10px;}.mb20 {    margin-bottom: 10px;}.mb25 {    margin-bottom: 10px;}.mb30 {    margin-bottom: 10px;}.mb40 {    margin-bottom: 10px;}.mb50 {    margin-bottom: 10px;}.mb60 {    margin-bottom: 10px;}.promo-text-box {    padding: 15px 20px;}.promo-text-box h3 {    margin-top: 10px;    padding-bottom: 15px;}.icon-color-1 {    color: #FF9113;}.icon-color-2 {    color: #E6C840;}.icon-color-3 {    color: #74C29B;}/* =============================================================== *//* POST ADS/* =============================================================== */.content-subheading {    border-bottom: 1px solid #ddd;    border-top: 1px solid #ddd;    color: #333;    font-size: 18px;    line-height: 20px;    margin-bottom: 30px;    margin-top: 30px;    margin-left: -15px;    margin-right: -15px;    padding: 13px 20px;}.visible-lg-block {    background-color: #dff0d8;    border: 1px solid #d6e9c6;    color: #468847;}.pgray p {    color: #666;    font-size: 14px;}.alert.pgray p {    padding-left: 25px;}.alert-lg {    font-size: 22px;}/* =============================================================== *//* PAGE INTO/* =============================================================== */.page-info {    width: 100%;    min-height: 94px;}/* Page Info */.page-info {    color: #fff;    padding: 60px 0;}.page-info.hasOverly {    padding: 0;}.page-info.hasOverly > div {    background: rgba(0, 0, 0, 0.4);    padding: 60px 0;}.page-info i {    color: #fff;    font-size: 40px;    display: block;}.page-info h3 {    padding: 0;    margin-top: 15px;    text-transform: uppercase;}.iconbox-wrap {    border-collapse: separate;    border-spacing: 0;    display: table;    height: auto;    min-height: 40px;    padding: 15px;    position: relative;    text-align: center;    width: 100%;}.iconbox {    display: table-row;}.iconbox-wrap-icon {    display: table-cell;    text-align: center;    vertical-align: middle;    border-right: 1px solid rgba(255, 255, 255, 0.2);}.iconbox-wrap-icon .icon {    height: 60px !important;    line-height: 60px !important;    margin-left: auto;    margin-right: auto;    vertical-align: middle !important;    width: 60px !important;    color: #2C88C5;}.iconbox-wrap-content {    display: table-cell;    padding-left: 10px;    text-align: left;    vertical-align: middle;}.iconbox h5 {    font-size: 36px;    font-weight: 700;    line-height: 40px;    padding-bottom: 0;}.iconbox-wrap-text {    color: #aaa;    font-family: Roboto Condensed;    font-size: 16px;    text-transform: uppercase;}.header-fav-btn{    background: url(/../../images/fav.png) no-repeat;    background-size: 38px 38px;    width: 38px;    height: 38px!important;    margin-left: 20px;}.nav > li:hover > a.header-fav-btn,.navbar-nav>li>a.header-fav-btn:hover{    background: url(/../../images/fav.png) no-repeat;    background-size: 38px 38px;}.header-fav-btn > span{    position: absolute;    top: 0;    right: -3px;    padding: 4px 7px;}@media (max-width: 767px) {    .iconbox-wrap-icon {        display: block;        float: left;        max-width: 80px;    }    .iconbox-wrap-content {        display: block;        float: left;        padding-left: 10px;        text-align: left;        vertical-align: middle;    }}/* page-bottom-info */.page-bottom-info {    color: #fff;    background: #2980B9;}.page-bottom-info-inner {    background-size: cover;    padding: 75px 0;}.page-bottom-info-content {    max-width: 900px;    margin-left: auto;    margin-right: auto;}.page-bottom-info-content h1 {    font-family: "Roboto", sans-serif;    font-weight: 500;    letter-spacing: 1px;    margin-bottom: 15px;    margin-top: 0;    position: relative;}.color50 {    opacity: 0.5;}@media (max-width: 991px) {    .page-bottom-info-content {        max-width: 96%;    }}/* =============================================================== *//* FOOTER/* =============================================================== */.footer {    padding: 10px 0;    font-size: 12px;    color: #4e575d;    letter-spacing: 0.5px;}.footer-nav li a {    border-left: 1px solid #ddd;    color: #4e575d;    font-size: 12px;    padding: 0 10px;    text-transform: uppercase;}.footer-nav li a:first-child {    border-left: 0;}@media (max-width: 767px) {    .footer ul {        float: none;        padding: 0;        text-align: center;        width: 100%;    }    .footer ul:last-child {        margin-top: 20px;    }}/* =============================================================== *//* USER DASHBOARD/* =============================================================== */.userImg {    border: 1px solid #ddd;    border-radius: 3px;    display: inline-block;    padding: 3px;    width: 64px;}.header-data {    margin-top: 10px;    text-align: right;}.header-data p {    margin-bottom: 0;}.hdata {    display: inline-block;    margin-right: 15px;    width: 85px;}.mcol-left {    float: left;    width: 48%;}.mcol-right {    float: right;    width: 48%;}.hdata i {    border-radius: 50px;    box-shadow: 0 0 1px #777 inset;    color: #fff;    display: inline-block;    font-size: 17px;    height: 40px;    line-height: 40px;    text-align: center;    width: 40px;}.hdata a {    color: #666;    display: block;    font-size: 14px;    font-weight: bold;    line-height: 16px;    margin-top: 3px;    text-align: left;}.hdata em {    display: block;    font-size: 12px;    font-style: normal;    font-weight: normal;    text-align: left;}/* =============================================================== *//* USER PANEL || ACCOUNT/* =============================================================== */.panel-title {    padding-bottom: 0;}.user-panel-sidebar ul {    padding: 0;}.user-panel-sidebar ul li {    list-style: none;}.user-panel-sidebar ul li a {    background: none repeat scroll 0 0 #ffffff;    /*border-bottom: 1px solid #e1e1e1;*/    display: block;    font-family: 'Roboto Condensed', Open Sans, Arial;    color: #2a3744;    font-size: 12px;    height: auto;    letter-spacing: 0.5px;    line-height: 26px;    padding: 5px 10px;    margin-bottom: 1px;    text-align: left;    text-decoration: none;    text-transform: uppercase;}.user-panel-sidebar ul li a:hover, .user-panel-sidebar ul li a:active, .user-panel-sidebar ul li.active a {    background-color: #2a3744;    color: #FFFFFF;}li.divider {    border-bottom: 1px solid #e1e1e1;    margin-bottom: 10px;    margin-top: 10px;}.user-panel-sidebar ul li a.active {    background-color: #2a3744;    color: #FFFFFF;}.accountContent h3 {    border-bottom: 1px solid #E6E6E6;    color: #2A3744;    font-size: 20px;    font-weight: normal;    letter-spacing: 0.25px;    margin-top: 0;    padding-bottom: 15px;}.userPicinput {    display: inline-block;    float: left;    margin-top: 30px;}.userPic {    display: inline-block;}.datepickerInput {    border: 1px solid #bdc3c7;    border-radius: 3px;    color: #666666;    padding: 7px 12px;}.litedver-ul li {    border-bottom: 1px solid #ccc;    padding-bottom: 10px;    margin-bottom: 10px;}.litedver-ul li:last-child {    border-bottom: none;}.welcome-msg {    margin-bottom: 30px;}.collapse-box {}.collapse-title {    border-top: 1px solid #e6e6e6;    color: #2a3744;    font-size: 14px;    font-weight: normal;    letter-spacing: 1px;    margin-bottom: 0;    margin-top: 0;    padding-bottom: 10px;    padding-top: 15px;    text-transform: uppercase;}.no-border {    border: none;}.collapse-box .badge {    background-color: #e3e3e3;    color: #666;    font-weight: normal;}/* statusbar */.statusbar {    margin-bottom: 35px;}.statusbar p {    margin-bottom: 0;}/* ADD MANAGEMENT */.add-manage-table {    font-weight: normal;}.table-action {    display: block;    margin-bottom: 15px;}.table-search .searchpan {    padding-right: 0;}.searchpan input#filter {    font-size: 12px;    height: 30px;}.table-search .control-label {    line-height: 16px;    padding-right: 0;}.clear-filter {    font-size: 11px;}table.add-manage-table > tbody > tr > td, table.add-manage-table > tbody > tr > th {    vertical-align: middle;}.add-img-td img {    max-width: 100px;}.price-td {    font-size: 16px;}.action-td .btn {    clear: both;    margin: 1px;}.action-td {    width: 130px;    white-space: normal !important;}td.ads-details-td {    white-space: inherit !important;    min-width: 160px;}/* ADD MANAGEMENT */.list-group-unstyle .list-group-item {    border-left: 0;    border-right: 0;    border-top: 0;    border-radius: 0;    margin-bottom: 0;    border-bottom: solid 1px #ddd;}.list-group-unstyle .list-group-item.active, .list-group-unstyle .list-group-item.active:hover {    background: #F5F5F5;    color: #000;    font-weight: bold;    border-bottom: solid 1px #ddd;}.list-group-unstyle .list-group-item.active a {    color: #000;}.delete-search-result {    color: #555;    cursor: pointer;    font-size: 22px;    font-weight: lighter;    margin-right: 5px;    position: absolute;    right: 0;}.delete-search-result:hover {    color: #000;}/* =============================================================== *//* CONTACT/* =============================================================== */.intro-inner {    width: 100%;    clear: both;    height: 350px;    overflow: hidden;}.social-list {    margin-top: 20px;}.social-list a {    margin-right: 10px;    display: inline-block;}.address p {    margin-bottom: 0;}/* =============================================================== *//* ABOUT US/* =============================================================== */.inner-page {    padding-top: 60px;}.about-intro {    width: 100%;    height: 100%;    position: relative;}.social-list {    margin-top: 20px;}.social-list a {    margin-right: 10px;    display: inline-block;}.address p {    margin-bottom: 0;}.title-1 {    font-family: Roboto, sans-serif;    font-weight: 300;    text-transform: uppercase;}.has-lead-para p, .has-lead-para {    font-size: 16px;    font-weight: 300;}.about-parallax-bottom {    background: url(../../images/blur_bg.png) center center fixed;    background-size: cover;    padding: 80px 0;    display: block;    clear: both;}.parallaxbox * {    color: #fff;}.parallaxbox p {    color: #e8eced;    font-size: 13px;    font-weight: unset;    line-height: 18px;}.icon-box-wrap {    margin-bottom: 20px;}.ln-shadow-box {    border-radius: 3px;    color: #fff;    display: inline-block;    font-size: 64px;    height: 80px;    line-height: 77px;    overflow: hidden;    text-align: center;}.ln-shadow-radius {    border-radius: 50%;    color: #fff;    display: inline-block;    font-size: 40px;    height: 80px;    line-height: 77px;    overflow: hidden;    text-align: center;    width: 80px;}.title-4 {    font-weight: bold;    letter-spacing: 1px;    text-transform: uppercase;}/* FAQ */.faq-panel .panel-title a::after {    color: inherit;    content: "";    float: right;    font-family: "FontAwesome";    font-size: 20px;}.faq-panel .panel-title a.collapsed::after {    content: "";}.faq-panel .panel-heading {    padding: 20px 25px;}.panel-group .panel + .panel {    margin-top: 10px;}.white-box {    padding: 10px;    background: #fff;    border-radius: 3px;}/* =============================================================== *//* WEB PAGE PROGRESS BAR CSS/* =============================================================== */.pace .pace-progress {    background: #2980B9;    position: fixed;    z-index: 2000;    top: 0;    left: 0;    height: 2px;    -webkit-transition: width 1s;    -moz-transition: width 1s;    -o-transition: width 1s;    transition: width 1s;}.pace-inactive {    display: none;}/* =============================================================== *//* CUSTOM RESPONSIVE/* =============================================================== */@media (max-width: 991px) {    .list-title a {        font-size: 16px;    }}@media (max-width: 979px) {    /* iPads (portrait and landscape) ----------- */    .intro {        height: 300px;    }    h1 {        font-size: 24px;        line-height: 25px;    }    h2 {        font-size: 20px;        line-height: 24px;    }    h3 {        font-size: 18px;        line-height: 20px;    }    h4 {        font-size: 16px;        line-height: 18px;    }    .page-sidebar {        padding: 0 5px;    }    .inner-box {        padding: 20px 10px;    }    .user-panel-sidebar ul li a {        padding: 5px 4px;        font-size: 11px;    }}@media (min-width: 768px) {    /* laptop nad pc ----------- */    .btn-cat-collapsed {        position: absolute;        right: 0;        text-indent: -9999px;        opacity: 0;    }}@media (max-width: 767px) {    .intro {        height: auto;        padding-bottom: 40px;        padding-top: 40px;    }    .hasOverly > div {        padding-bottom: 40px;        padding-top: 40px;    }    .intro.jobs-intro {        padding-top: 0;        padding-bottom: 0;        height: auto;    }    .navbar-default .navbar-nav > li > a.btn-post {        margin-bottom: 10px;        color: #fff;    }    h1 {        font-size: 24px;        line-height: 25px;    }    h2 {        font-size: 20px;        line-height: 24px;    }    h3 {        font-size: 18px;        line-height: 20px;    }    h4 {        font-size: 16px;        line-height: 18px;    }    .hidden-xs {        display: none !important;        visibility: hidden !important;    }    .text-center-xs {        text-align: center;    }    .intro .col-sm-4 {        margin-bottom: 15px;    }    .table-action {        display: block;        margin-bottom: 15px;    }    .search-row-wrapper .col-sm-3 {        margin-bottom: 10px;    }    .search-row-wrapper .selecter {        max-width: 100%;    }    .cat-list {        margin-bottom: 15px;    }    .btn-cat-collapsed {        position: absolute;        right: 0;        top: 10px;        text-indent: 0;        opacity: 1;        cursor: pointer;    }    .xs-gap {        margin-bottom: 15px;    }    .icon-down-open-big {        display: inherit;        -ms-transform: rotate(0deg);        /* IE 9 */        -webkit-transform: rotate(00deg);        /* Chrome, Safari, Opera */        transform: rotate(00deg);        transition: all 0.3s ease-in;    }    .icon-down-open-big.active-panel {        -ms-transform: rotate(90deg);        /* IE 9 */        -webkit-transform: rotate(90deg);        /* Chrome, Safari, Opera */        transform: rotate(90deg);    }}@media (max-width: 580px) {    .page-content .table-bordered {        border-top: 1px solid #ddd;    }    .hdata {        display: inline-block;        margin-right: 4px;        width: 80px;    }    .useradmin {        text-overflow: ellipsis;        white-space: nowrap;        overflow: hidden;    }}@media (max-width: 480px) {    .col-xxs-12 {        width: 100%;    }    .col-xxs-6 {        width: 50%;    }    .text-center-xxs {        text-align: center;    }    .text-center-480 {        text-align: center;    }    .userImg {        width: 54px;    }    .table-search {        padding: 0;    }    .header-data {        border-top: 1px solid #ddd;        margin-top: 10px;        padding-top: 10px;    }    .select-short-by .selecter-selected {        font-size: 11px;        padding: 4.5px 8px;    }    .tab-filter .select-short-by {        margin-right: 10px;        margin-top: 9px;        min-width: 115px !important;    }    .tab-filter .selecter-selected:after {        right: 4px;    }    .tab-filter .selecter-item {        font-size: 11px;        margin: 0;        overflow: hidden;        padding: 5px 10px;    }}@media (max-width: 320px) {    .hdata i {        border-radius: 50px;        box-shadow: 0 0 1px #777 inset;        color: #fff;        display: inline-block;        font-size: 14px;        height: 30px;        line-height: 30px;        text-align: center;        width: 30px;    }    .hdata {        display: inline-block;        margin-right: 2px;        width: 70px;    }    .container, body, html {        min-width: 320px;    }    .logo-title{        left: 0;    }    .imgLiquidFill{        height: 110px;    }}@media (max-width: 320px) {    .navbar .container {        padding-left: 5px;        padding-top: 3px;    }}@media (max-width: 300px) {    .container, body, html {        width: 100%;    }}/* =============================================================== *//* ARTICLE & BLOG DETAILS/* =============================================================== */.blog-post-item .inner-box {    padding: 0;}.blog-post-img {    overflow: hidden;    position: relative;}.blog-post-img img {    width: 100%;    height: auto;}.blog-post-content {    padding-bottom: 30px;}.blog-post-content-desc {    clear: both;    margin-top: -1px;    padding: 30px 0 0;    position: relative;    text-align: left;}.blog-post-content-desc .blog-post-content,.blog-post-meta {    padding-left: 40px;    padding-right: 40px;}.blog-post-content-desc h2 {    font-size: 30px;    text-transform: none;    line-height: 32px;}.blog-post-content-desc p {    color: #4e575d;    font-size: 14px;}.blog-post-meta {    border-bottom: solid 1px #ddd;    padding-bottom: 30px;    margin-bottom: 20px;}.blog-post-meta a {    color: #9a9a9a;}.blog-post-content .blog-post-bottom {    border-top: medium none;    margin-top: 15px;    padding-bottom: 0;    padding-top: 0;}.blog-post-bottom {    border-top: 1px solid #ddd;    margin-top: 20px;}.blogRight .categories-list {    margin-bottom: 15px;}.blog-popular-content .item-list {    transition: background 0.2s ease 0s;}.blog-popular-content .item-list:last-child {    border-bottom: 0;}.blog-popular-content .item-list:hover {    background: #f7f7f7;    border-radius: 3px;}.blog-article-text {    color: #4e575d;}.blog-article-text ul, .blog-article-text ol {    margin-bottom: 30px;}.image {    margin: 0 0 15px 0;}.share-this-post {    display: block;    margin: 10px 30px;    padding: 10px 0;}.share-this-post li {    display: inline-block;    font-size: 13px;    line-height: 1.5em;    margin-right: 10px;}.share-this-post li a {    color: #999;    cursor: pointer;}.share-this-post li a i {    font-size: 16px;    line-height: 1.3em;    margin-right: 6px;}.intro-inner h2 {    color: #ddd;    font-size: 18px;    font-weight: 100;    line-height: 24px;    margin: 20px auto;    max-width: 400px;    text-align: center;}.blog-post-footer {    background: #f7f7f7;    border-top: solid 1px #ddd;    clear: both;}.blog-post-footer .inner {    padding: 0 40px 40px;    display: block;}.blogs-comments-area {    padding-top: 20px;}.blogs-comment-list ul {    list-style: outside none none;    margin: 0;    padding: 0;}.blogs-comment-list > li, .blogs-comment-list > li > ul li {    border-bottom: 1px solid #ddd;    margin: 0 0 25px;}.blogs-comment-list li:last-child {    border-bottom: 0;}.blogs-comment-wrapper {    display: table;    margin: 0;    width: 100%;}.blogs-comment-list > li > ul {    padding: 0 0 0 120px;}.blogs-comment-avatar {    display: table-cell;    text-align: inherit;    vertical-align: top;    width: 90px;}.blogs-comment-avatar img {    border: 1px solid #ddd;    border-radius: 50%;    padding: 0;    width: 70px;}.blogs-comment-details {    display: table-cell;    padding: 0 0 0 30px;    position: relative;    vertical-align: top;}.blogs-comment-description {    margin-bottom: 20px;}.blogs-comment-name {    color: #4a4a4a;    font-weight: 600;    margin: 0 0 15px;}.blogs-comment-date {    color: #aaaaaa;    font-size: 12px;    font-weight: 400;    margin: 0 0 0 8px;}.blogs-comment-reply {    position: absolute;    right: 0;    top: 0;}.blog-post-footer .list-title::after {    border-color: #F7F7F7 transparent transparent;}@media screen and (max-width: 767px) {    .blog-post-content-desc .blog-post-content,    .blog-post-meta {        padding-left: 20px;        padding-right: 20px;    }    .blog-post-meta {        border-bottom: 1px solid #ddd;        margin-bottom: 15px;        padding-bottom: 15px;    }    .list-dot > li {        list-style: inside none disc;    }    .blogs-comment-details {        padding: 0 0 0 5px;    }    .blogs-comment-avatar {        width: 70px;    }    .blogs-comment-avatar img {        width: 90%;    }    .blogs-comment-list > li > ul {        padding: 0 0 0 50px;    }    .share-this-post {        display: block;        margin: 10px;        padding: 10px 0;    }    .share-this-post li {        font-size: 11px;    }    .blog-post-content-desc p {        font-size: 13px;    }    .blog-post-content-desc h2 {        font-size: 26px;        line-height: 32px;    }    .search-row .search-col:first-child .form-control {        border-radius: 3px 3px;        margin-bottom: 10px;    }    .search-row .search-col .btn, .search-col .form-control {        border-radius: 3px 3px !important;    }    .intro h1, .intro-title {        font-size: 28px;        line-height: 32px;    }    .intro-inner h2 {        font-size: 14px;        font-weight: 300;        max-width: 70%;    }}@media screen and (max-width: 460px) {    .blogs-comment-avatar {        width: 50px;    }    .blogs-comment-date {        display: block;        margin: 0;    }    .blog-post-content-desc h2 {        font-size: 20px;        line-height: 26px;    }}@media screen and (max-width: 360px) {    .blogs-comment-avatar {        width: 50px;        display: block;    }    .blogs-comment-details {        display: block;        padding: 0 0 0 5px;    }    .blogs-comment-list > li > ul {        padding: 0 0 0 25px;    }    .blog-post-content-desc p {        font-size: 12px;    }}/* HOME v2 */.row-featured {    overflow: hidden;}.content-box {    background: #ffffff;    border-radius: 3px;    display: block;    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);    overflow: hidden;    margin-bottom: 30px;}.row-featured {    margin-right: -16px;}.row-featured-category {    margin-bottom: -1px;}.f-category {    border: solid 1px #ddd;    margin-top: -1px;    border-left: 0;    background: #fff;    padding: 15px;    text-align: center;    overflow: hidden;    display: block;}.f-category a {    display: block;}.f-category img {    display: block;    height: 90px;    margin: 0 auto;    transform: scale(1);    -webkit-transform: scale(1);    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;}.f-category:hover img {    transform: scale(1) translateY(-3px);    opacity: .9;}.f-category h6 {    color: #333;    font-family: Roboto, Helvetica, Arial, sans-serif;    font-size: 13px;    font-weight: 500;    letter-spacing: 0;    margin: 10px 0;    padding-bottom: 0;    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;}.f-category:hover h6 {    transform: scale(1.1) translateY(2px);    -webkit-transform: scale(1.1) translateY(2px);}.f-category h6 .count {    color: #9a9a9a;    font-size: 12px;}.box-title h2 {    margin: 15px 0;    padding: 0;    font-size: 18px;    line-height: normal;    font-weight: 500;    text-transform: uppercase;    display: inline-block;}.sell-your-item {    color: #9a9a9a;    font-size: 12px;    font-weight: normal;    letter-spacing: 0.54px;    padding: 15px;    position: absolute;    right: 1px;    text-align: center;    text-transform: uppercase;    top: 5px;}.box-title h2 span {    font-weight: lighter;}.box-title {    border-bottom: solid 1px #ddd;}.featured-list-slider .item {    display: block;    margin: 0 auto;    text-align: center;}.featured-list-slider .item .price {    color: #888;}.featured-list-slider .item > a {    display: block;    padding: 30px;    border: solid 1px transparent;}.featured-list-slider .item > a:hover {    background: #f5f5f5;    border: solid 1px #ddd;}.featured-list-slider .owl-item {    overflow: hidden;}.featured-list-slider .item .item-name {    display: block;    line-height: normal;    color: #333;    font-family: Roboto, Helvetica, Arial, sans-serif;    font-size: 13px;    font-weight: 500;    letter-spacing: 0;    min-height: 34px;    margin: 10px 0;    padding-bottom: 0;    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;}.featured-list-slider .item:hover img {    transform: translateY(-3px);}.featured-list-slider .item:hover .item-name {    transform: scale(1) translateY(2px);    -webkit-transform: translateY(2px);}.featured-list-slider span {    display: block;}.featured-list-slider .item-carousel-thumb {    display: block;    margin-bottom: 10px;    max-width: 100%;}.featured-list-slider .item a img {    width: 100%;    transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;    -webkit-transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;}.featured-list-row {    clear: both;    max-width: 90%;    float: none;    margin: 0 auto;    margin-top: 0;    margin-bottom: 0;    padding-top: 20px;    padding-bottom: 20px;}@media screen and (max-width: 480px) {    div.f-category {        width: 50%;    }    .f-category img {        height: 60px;    }}/* ARROW */nav.slider-nav a {    position: absolute;    top: 50%;    display: block;    outline: none;    text-align: left;    z-index: 1000;    -webkit-transform: translateY(-50%);    transform: translateY(-50%);}nav.slider-nav a svg {    display: block;    margin: 0 auto;    padding: 0;}nav.slider-nav a.prev {    left: -45px;}nav.slider-nav a.next {    right: -45px;}.nav-narrow-svg a.next::before,.nav-narrow-svg a.next .nav-icon-wrap::before {    -webkit-transform: translateX(-50%) rotate(135deg);    transform: translateX(-50%) rotate(135deg);    -webkit-transform-origin: 50% 0%;    transform-origin: 50% 0%;}.nav-narrow-svg a.next::after,.nav-narrow-svg a.next .nav-icon-wrap::after {    -webkit-transform: translateX(-50%) rotate(45deg);    transform: translateX(-50%) rotate(45deg);    -webkit-transform-origin: 100% 0%;    transform-origin: 100% 0%;}.nav-narrow-svg a.next:hover::before,.nav-narrow-svg a.next:hover .nav-icon-wrap::before {    -webkit-transform: translateX(-50%) rotate(125deg);    transform: translateX(-50%) rotate(125deg);}.nav-narrow-svg a.next:hover::after,.nav-narrow-svg a.next:hover .nav-icon-wrap::after {    -webkit-transform: translateX(-50%) rotate(55deg);    transform: translateX(-50%) rotate(55deg);}.nav-narrow-svg a {    width: 100px;    height: 100px;}@media only screen and (max-width: 767px) {    .nav-narrow-svg a {        width: 30px;        height: 30px;    }}.nav-narrow-svg .nav-icon-wrap {    position: relative;    display: block;    width: 100%;    height: 100%;}.nav-narrow-svg a::before {    position: absolute;    left: 50%;    width: 2px;    height: 50%;    background: #777;    content: '';    -webkit-transition: -webkit-transform 0.3s;    transition: transform 0.3s;    -webkit-backface-visibility: hidden;    backface-visibility: hidden;    top: 50%;    -webkit-transform: translateX(-50%) rotate(-135deg);    transform: translateX(-50%) rotate(-135deg);    -webkit-transform-origin: 50% 0%;    transform-origin: 50% 0%;}.nav-narrow-svg a::after {    position: absolute;    left: 50%;    width: 2px;    height: 50%;    background: #777;    content: '';    -webkit-transition: -webkit-transform 0.3s;    transition: transform 0.3s;    -webkit-backface-visibility: hidden;    backface-visibility: hidden;    top: 50%;    -webkit-transform: translateX(-50%) rotate(-45deg);    transform: translateX(-50%) rotate(-45deg);    -webkit-transform-origin: 0 0;    transform-origin: 0 0;}.nav-narrow-svg .nav-icon-wrap::before {    position: absolute;    left: 50%;    width: 2px;    height: 50%;    height: 0;    background: #777;    background: #ffffff;    content: '';    -webkit-transition: -webkit-transform 0.3s;    -webkit-transition: height 0.3s, -webkit-transform 0.3s;    transition: transform 0.3s;    transition: height 0.3s, transform 0.3s;    -webkit-backface-visibility: hidden;    backface-visibility: hidden;    z-index: 100;    top: 50%;    -webkit-transform: translateX(-50%) rotate(-135deg);    transform: translateX(-50%) rotate(-135deg);    -webkit-transform-origin: 50% 0%;    transform-origin: 50% 0%;}.nav-narrow-svg .nav-icon-wrap::after {    position: absolute;    left: 50%;    width: 2px;    height: 50%;    height: 0;    background: #777;    background: #ffffff;    content: '';    -webkit-transition: -webkit-transform 0.3s;    -webkit-transition: height 0.3s, -webkit-transform 0.3s;    transition: transform 0.3s;    transition: height 0.3s, transform 0.3s;    -webkit-backface-visibility: hidden;    backface-visibility: hidden;    z-index: 100;    top: 50%;    -webkit-transform: translateX(-50%) rotate(-45deg);    transform: translateX(-50%) rotate(-45deg);    -webkit-transform-origin: 0 0;    transform-origin: 0 0;}.nav-narrow-svg a:hover .nav-icon-wrap::before {    height: 50%;    -webkit-transform: translateX(-50%) rotate(-125deg);    transform: translateX(-50%) rotate(-125deg);}.nav-narrow-svg a:hover .nav-icon-wrap::after {    height: 50%;    -webkit-transform: translateX(-50%) rotate(-55deg);    transform: translateX(-50%) rotate(-55deg);}.nav-narrow-svg a:hover::before {    -webkit-transform: translateX(-50%) rotate(-125deg);    transform: translateX(-50%) rotate(-125deg);}.nav-narrow-svg a:hover::after {    -webkit-transform: translateX(-50%) rotate(-55deg);    transform: translateX(-50%) rotate(-55deg);}.nav-narrow-svg.has-white-bg .nav-icon-wrap::before,.nav-narrow-svg.has-white-bg .nav-icon-wrap::after {    z-index: 100;    height: 0;    background: #cccccc;    -webkit-transition: height 0.3s, -webkit-transform 0.3s;    transition: height 0.3s, transform 0.3s;}.nav-narrow-svg.has-white-bg a {    width: 40px;    height: 40px;}@media only screen and (max-width: 767px) {    .nav-narrow-svg.has-white-bg a {        width: 30px;        height: 30px;    }    nav.slider-nav a.prev {        left: -15px;    }    nav.slider-nav a.next {        right: -15px;    }}/* tab */.tab-lite .nav-tabs > li {    float: left;    margin-bottom: -1px;}.tab-lite .nav-tabs > li > a {    border: 0 none !important;    border-radius: 0 !important;    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;    font-size: 16px;    font-weight: 400;    line-height: normal;    padding: 15px;    color: #333;    text-transform: uppercase;    border: 0 none !important;    border-bottom: solid 1px #ddd !important;}.tab-lite .nav-tabs > li.active > a, .tab-lite .nav-tabs > li.active > a:focus, .tab-lite .nav-tabs > li.active > a:hover {    background: #f7f7f7 none repeat scroll 0 0;}.tab-inner {    padding: 30px;}@media only screen and (max-width: 767px) {    .tab-lite .nav-tabs > li > a {        padding: 15px 10px;        font-size: 14px;    }    .sell-your-item {        font-size: 11px;        padding: 2px 7px;        right: 1px;        top: 0;    }    .row-featured-category .sell-your-item {        top: 15px;    }    .box-title h2, .title-2 {        font-size: 16px;    }    .col-thin-right, .col-thin-left {        padding-left: 15px;        padding-right: 15px;    }}/* BLOABL RESPONSIVE FIXED */@media only screen and (max-width: 400px) {    .nav-tabs.add-tabs > li > a {        font-size: 10px;        padding-left: 5px;        padding-right: 5px;    }    .tab-filter {        width: 100px;    }    .tab-filter .select-short-by {        min-width: 80px !important;        width: 100% !important;    }    .select-short-by .selecter-selected {        font-size: 9px;    }    .tab-filter {        right: 5px;    }}/* NAVBAR FIXED */.navbar-site {    position: fixed;    top: 0;    left: 0;    right: 0;    border-top: 0;    z-index: 1001;}.header {    min-height: 65px;}.navbar-left {    margin-top: 20px;}.jobs-intro {    height: 450px;}.hasOverly > div {    background: rgba(0, 0, 0, 0.4);}.resume-up {    margin-top: 15px;    color: #e8eced;    font-size: 13px;    font-weight: normal;    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);}.resume-up a {    color: #e8eced;}.resume-up a:hover {    opacity: .8;}.row-featured-company .f-category h6 {    color: #777;    font-size: 12px;    text-transform: none;}.row-featured-company .f-category h6 .company-name {    color: #369;}.company-title {    margin-bottom: 0;    padding-bottom: 0;    color: #999999;    font-size: 12px;}.company-title a {    color: #999999;}.job-title {    margin-bottom: 5px;    padding-bottom: 0;}.job-title a:hover {    text-decoration: underline;}.jobs-desc {    color: #4e575d;}.job-actions {    clear: both;    display: block;    margin-top: 5px;}.filter-content label {    padding-left: 5px;}.jobs-s-tag {    background: #f1f1f1;    border-radius: 4px;    box-sizing: border-box;    display: inline-block;    font-size: 0.875em;    font-weight: 600;    line-height: 30px;    padding: 0 10px 0 10px;    margin-right: 5px;    margin-left: 5px;}.jobs-s-tag:hover {    background: #eee;}.jobs-s-tag:first-child {    margin-left: 0;}.jobs-s-tag:after {    display: inline-block;    font-family: 'fontello';    content: '\e80e';    margin-left: 5px;}.jobs-details-info ul {    margin-left: 20px;}.jobs-details-info ul li {    list-style: outside none disc;    margin-left: 14px;}.job-summery ul li {    margin-bottom: 10px;}.company-logo-thumb {    display: block;}.mobile-filter-bar {    background-color: #fafafa;    border-bottom: 1px solid #ddd;    height: 44px;    line-height: 44px;    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;}.mobile-filter-bar > ul > li {    border-right: 1px solid #ddd;    padding-right: 15px;    padding-left: 15px;    text-transform: uppercase;}.mobile-filter-bar > ul > li:first-child {    padding-left: 0;}@media screen and (min-width: 768px) {    .mobile-filter-sidebar {        left: 0 !important;    }    .mobile-filter-sidebar2 {        right: 0 !important;    }    .mobile-filter-bar, .closeFilter {        display: none;    }}@media screen and (max-width: 767px) {    .jobs-s-tag {        margin-bottom: 4px;    }    .hide-xs {        display: none;    }    .btn-block-xs {        display: block;        width: 100%;    }    /* Mobile Filter */    .mobile-filter-sidebar .inner-box {        margin-bottom: 0;        border-radius: 0 !important;    }    .closeFilter {        cursor: pointer;        display: block;        font-size: 16px;        height: 30px;        line-height: 30px;        padding: 3px;        position: absolute;        right: 10px;        text-align: center;        top: 0;        width: 30px;        z-index: 2147483647;    }    .page-sidebar.mobile-filter-sidebar {        background: #fff;        height: 100%;        overflow: auto;        padding: 0;        position: fixed;        top: 0;        width: 250px;        z-index: 1110;        left: -251px;    }    .page-sidebar.mobile-filter-sidebar2 {        height: 100%;        overflow: auto;        padding: 0;        position: fixed;        top: 0;        width: 250px;        z-index: 1112;        right: -251px;    }    .page-sidebar.mobile-filter-sidebar aside {    }    .menu-overly-mask {        background-color: #000;        height: 100%;        left: 0;        opacity: 0.3;        position: fixed;        top: 0;        transition: all 0.2s linear 0s;        -webkit-transition: all 0.2s linear 0s;        -o-transition: all 0.2s linear 0s;        visibility: hidden;        backface-visibility: hidden;        width: 100%;        z-index: 1100;    }    .menu-overly-mask.is-visible {        cursor: pointer;        opacity: 0.5;        visibility: visible;        backface-visibility: visible;    }}/* shop info */.sInfo .company-logo-thumb {    float: left;    display: inline-block;}.sInfo .company-logo-thumb img {    width: 140px;}.sInfo .seller-info * {    margin-bottom: 0;    padding-bottom: 0;}.cInfo-right > div:first-child {    margin-bottom: 15px;}.overly-action {    background-color: rgba(13, 44, 59, 0.7);    border-radius: 0;    color: #fff;    display: block;    font-size: 11px;    font-weight: 500;    letter-spacing: 0.5px;    opacity: 0;    padding: 5px 20px;    position: absolute;    left: 15px;    text-align: center;    text-transform: uppercase;    top: 15px;    transition: all 0.25s linear 0s;    visibility: hidden;    width: auto;    z-index: 10;}.img-box {    position: relative;    display: block;}.overly-action a {    color: #fff;}.img-box:hover .overly-action {    color: #fff;    opacity: 1;    visibility: visible;    background-color: rgba(13, 44, 59, 0.9);}@media only screen and (max-width: 400px) {    .sInfo .company-logo-thumb {        float: none;        display: block;        width: 100%;    }    .sInfo .company-logo-thumb img {        width: auto;        max-width: 80%;    }}/* Ads details 2 */.img-slider-box {    position: relative;    width: 100%;    display: block;}.slider-left {    width: 80%; /* old browsers */    width: calc(100% - 120px);}.ads-img-v2 #bx-pager {    position: absolute;    right: 0;    width: 100px;    top: 0;    height: 100%;    overflow-x: hidden;    overflow-y: auto;}.ads-img-v2 #bx-pager .scroller-setup .scroller-content, .scroller-active .scroller-content {    padding: 5px;}.ads-img-v2 #bx-pager .thumb-item-link {    border-bottom: 4px solid #ccc;    display: inline-block;    float: none;    height: auto;    margin: 0 2px;    outline: medium none;    overflow: hidden;    position: relative;    width: auto;}@media screen and (max-width: 480px) {    .slider-left {        width: 80%; /* old browsers */        width: calc(100% - 90px);    }    .ads-img-v2 #bx-pager {        width: 70px;    }    .ads-img-v2 .thumb-item-link img {    }}/* ****** USER PROFILE ******* */.seller-profile-img {    float: left;    width: 100px;}.seller-profile-img {    margin-right: 15px;}.dl-horizontal dt {    clear: left;    color: #777;    float: left;    font-weight: normal;    overflow: hidden;    text-align: left;    text-overflow: ellipsis;    white-space: nowrap;    width: 170px;    word-wrap: normal;    margin-top: 5px;}.dl-horizontal dd {    margin-top: 5px;}.list-user-list li {    float: left;    display: inline-block;    width: 33.33%;    margin-bottom: 10px;}.list-user-list li img {    max-width: 100%;    max-height: 60px;    max-width: 60px;    display: block;    margin: 0 auto;}.list-user-list li img.img-circle {    border-radius: 6px;}@media (min-width: 768px) and (max-width: 990px) {    .list-user-list li {        width: 50%;        margin-bottom: 10px;    }}@media only screen and (max-width: 500px) {    .list-user-list li {        width: 50%;        margin-bottom: 10px;    }}/* AUTO MOBILE ADS DETAILS */.key-features {    margin-left: 0;    margin-top: -5px;}.key-features .media {    border-right: medium none;    padding: 6px 0;    margin-top: 0;}.key-features .media:first-child {    margin-top: 0;}.key-features .media i {    font-size: 28px;}.key-features .media-object {    float: left;    margin-right: 10px;}.key-features .media-heading {    color: #333;    font-size: 14px;    font-weight: bold;    display: block;    margin: 0;}.key-features .data-type {    color: #999;    font-size: 11px;    font-weight: bold;    text-transform: uppercase;}.auto-heading {    position: relative;    display: block;    padding-right: 130px;    font-family: "Roboto", sans-serif;    font-weight: 700;}.auto-price {    position: absolute;    right: 0;    top: 0;    font-weight: 600;    color: #FF9113;}.one-img {    margin-bottom: 25px;}.company-logo-thumb img {    max-width: 100%;}/* Validation */label.error {    color: #e74c3c;    font-size: 90%;}/* location modal */.locationModal a.form-control {    display: block;    line-height: 36px;    padding-left: 40px;    text-align: left;}.locationModal a.form-control .icon-append {    top: 6px;}/* TERMS & CONDITION */.container-content {    display: block;    clear: both;}ul.list-number li {    list-style: unset none decimal;}ul.list-number {    margin-left: 30px;}/* CSS ANIMATION   */@-webkit-keyframes fadeIn {    from {        opacity: 0;    }    to {        opacity: 1;    }}@-moz-keyframes fadeIn {    from {        opacity: 0;    }    to {        opacity: 1;    }}@-ms-keyframes fadeIn {    from {        opacity: 0;    }    to {        opacity: 1;    }}@-o-keyframes fadeIn {    from {        opacity: 0;    }    to {        opacity: 1;    }}@keyframes fadeIn {    from {        opacity: 0;    }    to {        opacity: 1;    }}.fade-in {    opacity: 0;    -webkit-animation: fadeIn ease-in 1;    -moz-animation: fadeIn ease-in 1;    animation: fadeIn ease-in 1;    -webkit-animation-fill-mode: forwards;    -moz-animation-fill-mode: forwards;    animation-fill-mode: forwards;    -webkit-animation-duration: 1s;    -moz-animation-duration: 1s;    animation-duration: 1s;}.coming-soon-page .landing-intro {    -webkit-animation-delay: 0.35s;    -moz-animation-delay: 0.35s;    animation-delay: 0.35s;    -webkit-animation-duration: .35s;    -moz-animation-duration: .35s;    animation-duration: .35s;}.delay-1 {    -webkit-animation-delay: 0.35s;    -moz-animation-delay: 0.35s;    animation-delay: 0.35s;}.delay-2 {    -webkit-animation-delay: .7s;    -moz-animation-delay: .7s;    animation-delay: .7s;}.delay-3 {    -webkit-animation-delay: 1.1s;    -moz-animation-delay: 1.1s;    animation-delay: 1.1s;}.delay-4 {    -webkit-animation-delay: 1.5s;    -moz-animation-delay: 1.5s;    animation-delay: 1.5s;}/* PROPERTY LIST */.property-list .add-image a img {    border-radius: 0;    padding: 0;    width: 100%;}.property-list .add-title {    padding-bottom: 5px;}.property-list .item-price {    padding-bottom: 7px;}.property-list .info-row {    line-height: normal;}.prop-info {    padding: 15px 0 0;}.prop-info-block {    border-right: 1px solid #ccc;    color: #666;    display: table-cell;    margin: 0;    min-height: 20px;    padding: 0 10px 5px;    float: left;    text-align: center;    width: 30%;}.prop-info-block:last-child {    border-right: 0;}.prop-info-block span {    display: block;    line-height: 1.2;}.prop-info span.title {    font-size: 16px;    font-weight: 600;    color: #222;}.prop-info span.text {    font-size: 12px;    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;}.property-list .item-list .carousel-control {    text-shadow: none;}.carousel-control .icon-next::before {    content: '';}.carousel-control .icon-prev.icon-left-open-big:before {    content: '\e83b';}/* '' */.carousel-control .icon-next.icon-right-open-big:before {    content: '\e83c';}.product-view-thumb-wrapper .bx-wrapper .bx-controls-direction a {    height: auto;    margin-top: -25px;}@media all and (max-width: 779px) {    .property-list .make-list .prop-info-block {        float: left;    }}@media all and (max-width: 480px) {    .auto-heading {        display: block;        padding-right: 0;    }    .auto-price {        display: block;        padding: 5px 0 10px;        position: relative;        right: auto;        text-align: left;        top: auto;        width: 100%;    }    .property-list .price-box .tooltip {        display: none !important;    }}@media all and (max-width: 990px) {    .prop-info {        padding-top: 10px;    }    .prop-info span.title {        font-size: 14px;    }    .prop-info span.text {        font-size: 11px;    }}.navbar-brand {    padding-top: 0;    padding-bottom: 0;}.logo img {    max-height: 64px;}.page-sidebar {    position: relative;    z-index: 2;    /** * max-width:260px; */}.cat-title img {    left: 0;    position: absolute;    top: 0;}.tree2{    position: relative;    margin-bottom: 10px;    padding: 10px;    z-index: 2;}.maintree {    width: 31%;    display: inline-block;    vertical-align: top;    margin-bottom: 13px;    padding: 0 5px;}.tree1 .cat-list h3{    text-align: center;}.Ads-options {    list-style: none;    display: flex;    justify-content: space-between;}.Ads-options li {    margin: 2px;}.Ads-options strong {    font-weight: normal;}.opt_name {    color: #939DA4;}.page-sidebar, .page-content {    padding: 5px;}.page-content{    position: relative;}.main-container {    padding-top: 5px;}.main-container .container{}.container {    position: relative;    width: 100%;}.item-price i {    font-size: 0.8em;}/*.noimage{    height: 73px;    background: url("../../images/noimage.png") no-repeat;    background-size: contain;}*/.marked {    background: url("../../images/bg_m0.png") repeat;}.marked:hover {    background: url("../../images/bg_m1.png") repeat;}.navbar-nav > li.postadd a {    width: 158px;    font-weight: normal;    font-family: sans-serif;    font-size: 11px;}.region_control div {    font-size: 1.3em;    text-align: center;}.region_control i {    display: block;}#regionlist {    margin: 10px;}#regionlist li {    display: inline-block;    margin: 2px;    width: 32%;}#regionlist .active {    font-weight: bold;}.editblock {    visibility: hidden;    margin-top: 5px;}.job-item {    max-height: 130px;}@media (max-width: 1024px) {    .maintree {        width: 33%;        min-height: 0;        margin-bottom: 10px;    }    #listsort_cont {        display: none;    }    .region_control div {        font-size: 1em;    }    #regionlist li {        width: 49%;    }    .nav-tabs.add-tabs > li > a {        font-size: 1em;    }    .navbar-nav > li.postadd a {        width: 180px;    }    .editblock {        visibility: visible;    }    .editblock span {        display: none;    }    .job-item {        max-height: none;    }    .job-item .add-desc-box {        padding: 0;    }    .mobile-filter-sidebar2 {        background-color: white;    }}.bx-wrapper .bx-viewport{    background: transparent!important;}#welcome_region .modal-dialog {    max-width: 400px;}.cornerRibbons.AdsRaised {    background: #2980B9;}.cornerRibbons.AdsMarked {    background: #FB8D17;}.cornerRibbons.AdsMarked a {    color: #fff;}.cornerRibbons.AdsBlock {    background: #CC3300;}.cornerRibbons {    left: -14%;    top: 12%;    line-height: 17px;}.tree1 li {    margin-left: 10px;}.noimg {    padding-left: 0!important;}.tree1 .badge {    background-color: #EEEEEE;    color: #A3A3A3;}.tree1{    display: flex;    flex-wrap: wrap;    justify-content: space-around;}.tree1 .maintree{    width: auto;}.tree2 li, .tree3 li {    display: inline;}.tree4 h3 {    padding-bottom: 0;}.tree4 .empty {    color: silver;}.tree4 table {    width: 100%;}#tag_cloud {    list-style: none;    width: 100%;    padding: 0;}#tag_cloud li {    float: left;    margin: 0 10px;    font-size: 14px;    line-height: 30px;}#tag_cloud:hover li a {    opacity: 0.3;}#tag_cloud li.tag1 {    font-size: 1em;}#tag_cloud li.tag2 {    font-size: 1.2em;}#tag_cloud li.tag3 {    font-size: 1.4em;}#tag_cloud li.tag4 {    font-size: 1.6em;}#tag_cloud li.tag5 {    font-size: 1.8em;}#tag_cloud li a {    text-decoration: none;    transition: opacity 0.8s;    -webkit-transition: opacity 0.8s;    -moz-transition: opacity 0.8s;    -o-transition: opacity 0.8s;}#tag_cloud li a:hover {    color: #0B61A4;    opacity: 1;}.item-carousel .item {    width: 160px;}.item-carousel .item-carousel-thumb {    width: 100%;    height: 100px;}.item-carousel .item-carousel-thumb img {    width: 100%;}.block_promo_h .item-carousel .item-carousel-thumb {    height: 100px;}.block_promo_h .item-carousel .item {    padding-right: 70px;    width: 200px;}.block_promo_h {    margin-bottom: 5px;    margin-top: 5px;    padding-bottom: 10px;    padding-top: 10px;    margin-left: -10px;    margin-right: -10px;}.block_h {    margin: 10px -10px;}.block_f, .block_promo_f {    margin-left: 10px;    margin-right: 10px;    margin-top: -40px;}.gal-image {    position: relative;}.gal-image .bx-wrapper {    /*margin-top: -50px;*/}.sector-region-select{    display: flex;    border-bottom: 1px solid #e6e6e6;    margin-bottom: 19px;    padding-top: 3px;    padding-bottom: 10px;}.sector-region-select h1{    border-bottom: 0;    margin: 0;    padding: 0;    margin-right: 20px;}.dropdown-city{}.dropdown-city>li>a {    padding: 0 15px;}.dropdown-city .dropdown-menu {    font-family: Arial;    column-count: 4;    background: #fff;    box-shadow: 2px 2px 0 rgba(0,0,0,.65);    -moz-box-shadow: 2px 2px 0 rgba(0,0,0,.65);    -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,.65);    padding: 15px 20px;    border: 1px solid #bdbdbd;}.dropdown-city .dropdown-menu li {    float: left;    width: 180px;}.dropdown-city .dropdown-menu li>a {    display: block;    float: left;    font-size: 14px;    color: #2b2b2b;}.dropdown-city .dropdown-menu li>a.city-main {    font-weight: 700;}.category-content .title-2 {    line-height: normal;    /* margin-bottom: 0; */    font-weight: bold;}.title-center{    width: 100%;    text-align: center;}.ads-details-wrapper .info-row {    padding-top: 0;    border-top: 0;}.Ads-txt {    margin-top: -10px;    margin-bottom: 10px;}#contact_iframe, #premium_iframe {    width: 100%;    height: 500px;    border: 0;}.captcha_cont img {    height: 40px;    margin-right: 10px;    font-size: 25px;    float: left;}.captcha_cont input {    height: 40px;    width: 120px;    font-size: 25px;}.blogs-comment-details {    padding: 3px 3px 0 0;}.blogs-comment-description {    margin-bottom: 0;}.blogs-comment-name {    margin: 5px 0 0;}.comment-block {    padding-top: 0 !important;}.blogs-comment-list > li {    margin-bottom: 0;}.blogs-comment-respond .alert {    margin-top: 10px;}.blogs-comment-form {    margin-bottom: 10px;}.blogs-comment-description textarea {    width: 100%;    height: 100px;}.blogs-comment-description .btn {    margin-top: 10px;    margin-right: 10px;}.select_loading {    position: absolute;}#main_form .alert, #panel_reg .alert {    margin-top: 3px;    padding: 4px;    text-align: center;}#main_form .alert{    width: 220px;}.multiselect p {    margin-top: 5px;}#fields_loading {    text-align: center;    margin: 10px;}.price_select input {    display: inline-block;    width: 59%;    border-radius: 4px 0 0 4px;}.price_select select {    border-radius: 0 4px 4px 0;    display: inline-block;    height: 40px;    width: 39%;}#fields iframe {    width: 100%;    height: 90px;    border: 0;}#fields .yandex_field iframe {    width: 100%;    height: 400px;    border: 0;}.yandex_field p, .text_field p {    text-align: center;}#main_form label i {    color: #80C080;}#main_form label i.fa-asterisk {    color: #ff8080;}div.tooltip {    min-width: 150px;}.field_label {    font-weight: normal;}.bar {    border: 1px solid #169f83;    border-radius: 0 0 5px 5px;    height: 5px;    margin-top: -5px;    width: 100%;}.bar div {    background-color: #169f83;    border-radius: 0 0 5px 5px;    height: 4px;}.form-horizontal .control-label {    padding-top: 0;}#main_form textarea {    width: 100%;    height: 150px;}#main_form .form_submit {    text-align: center;}#password2 {    margin-top: 3px;}.ok {    background-color: #dff0d8;    border-color: #d6e9c6;    color: #3c763d;    border: 1px solid transparent;    border-radius: 4px;    padding: 5px;    margin: 5px;}.error {    background-color: #f2dede;    border-color: #ebccd1;    color: #a94442;    border: 1px solid transparent;    border-radius: 4px;    padding: 5px;    margin: 5px;}.table-responsive {    background: #fff;    margin-top: 10px;}#panel_update .alert, #panel_update .btn, .tab-content .alert {    margin-top: 5px;    margin-bottom: 5px;}.nav-tabs {    margin-bottom: 5px;}#alert_region_success, #alert_region_warning, #alert_cat_success, #alert_cat_warning {    margin-top: 3px;    padding: 4px;    text-align: center;}.multiselect select {    margin-bottom: 2px;    min-height: 40px;    width: 220px!important;}.form-time-add{    min-height: 40px;    width: 220px;}#main_form .price_select .form-control{    width: 150px;}#main_form .price_select select{    width: 80px;}#main_form .text_field textarea{    width: 100%;}#shop_pay_prolong {    text-decoration: none;    border-bottom: 1px dotted silver;}#shop_pay_prolong:hover {    border-bottom: 1px dotted white;}.shop_pay_prolong {    width: 29%;    min-height: 90px;    margin-right: 5px;    padding: 5px;    float: left;    text-align: center;}.shop_pay_prolong h3 {    font-size: 1.2em;    margin: 0;}.shop_pay_prolong p {    font-weight: bold;    margin: 10px;}#ads-filter {    margin-bottom: 5px;    height: 35px;}.bil img {    margin: 5px;}.ads-details-td .info span {    font-size: 0.8em;    margin-bottom: 0;}.jobs-list .add-image img {    max-height: 110px;}.seller-profile-img {    width: auto;    max-width: 200px;}.shop_once {    margin-left: 4px;}.shop_once .seller-contact-info {    margin-left: -5px;}.shop_once #YMapsID {    height: 250px;    margin-right: 5px;    padding-right: 5px;}.shop_once h3 {    padding-bottom: 2px;    padding-top: 5px;}.shop_once .text-muted {    margin-top: 5px;}.front_region_select {    margin-top: 10px;}[class^="icon-"]::before, [class*=" icon-"]::before {    display: inline;}.closeFilter2 {    cursor: pointer;    margin: 10px;    position: absolute;    right: 0;    font-size: 16px;    width: 30px;    height: 30px;}.right-head {    display: inline-block;    width: calc(100% - 235px);    padding-bottom: 0;}.left-head {    display: inline-block;    overflow-y: hidden;    width: 180px;}.logo-text {    font-size: 30px;    text-transform: none;    color: #e10268;}.panel-user-group-status{    display: flex;    padding: 10px 5px;}.p-user-group-vip{    width: 85px;    height: 58px;    background: url(/templates/pip/images/vip_user_kabinet_100x72.png) no-repeat;    background-size: 100% 100%;}.p-user-group-cold{    width: 85px;    height: 68px;    background: url(/templates/pip/images/gold_user_kaninet_100x100.png) no-repeat;    background-size: 100% 100%;}.p-user-group-period{    text-align: center;    font-weight: bold;    font-size: 18px;    line-height: 18px;    margin-left: 5px;}.p-user-g-vip{    color: #e10268;}.p-user-g-cold{    margin-top: 6px;    color: #daca6c;}.p-user-group-period-from{}.p-user-group-period-delimiter{}.p-user-group-period-to{}@media (max-width: 1100px) {    .logo-text {        font-size: 25px;    }}@media (max-width: 1050px) {    .logo img {        max-height: 54px;    }    .logo-text {        font-size: 23px;    }    .navbar-default .navbar-nav > li > a{        font-size: 17px;    }    .navbar-nav > li.postadd a{        font-size: 11px;    }}@media (max-width: 1000px) {    .left-head {        width: 130px;    }    .right-head {        width: calc(100% - 200px);    }}@media (max-width: 991px) {    .list-search-grid-item{        width: 33%;    }}@media (max-width: 950px) {    .tree2{        display: flex;        flex-wrap: wrap;    }    .maintree {        width: 49%;        min-height: 0;        margin-bottom: 10px;    }}@media (max-width: 960px) {    .navbar-default .navbar-nav > li > a {        font-size: 16px;        padding: 10px 5px;    }    .navbar-nav > li.postadd {        margin-left: 15px;    }    .navbar-nav > li.postadd a{        font-size: 11px;    }    .dropdown-city .dropdown-menu {        column-count: 3;    }    .right-head {        width: calc(100% - 180px);    }    .adding-group-fields {        margin-left: -5px;    }}@media (max-width: 930px) {    .window-welcome-header{        margin-top: 10px;    }}@media (max-width: 920px) {    .list-shortcut {        padding: 2px 0 2px 0;    }    .list-shortcut .photo-count {        margin-left: 8px;    }}@media (max-width: 770px) {    .list-shortcut .post-not {        min-width: 22%;    }    .list-shortcut .post-content {        min-width: 55%;    }    .list-shortcut .post-button {        min-width: 23%;    }    .right-head {        width: calc(100% - 170px);        padding-top: 0;    }    .logo-icon img {        position: absolute;    }    .logo-text {        display: block;        line-height: 30px;        margin-top: 10px;        position: absolute;        left: 76px;        text-align: center;    }    .navbar-nav {        margin: 0px;    }    .navbar-collapse {        background-color: white;        margin: 5px;        position: fixed;        right: 0;        top: 66px;        width: 220px;    }    .navbar-nav > li.postadd a {        width: 180px;        margin: 5px;    }    .left-head {        text-align: left;    }    .bx-wrapper img {        width: 100%;    }    .maintree {        width: 100%;        margin-bottom: 15px;    }    .tree2{        padding: 20px;    }    .list-search-grid-item {        width: 50%;    }    .list-grid-item {        width: 25%;    }    .page-content .inner-box{        padding: 5px;    }    .navbar-nav > li.postadd {        margin-left: 0;        margin-top: 3px;        text-align: center;    }    .header-fav-btn{        margin-left: 0;    }    .lang-box {        margin-top: 6px;    }    .dropdown-city .dropdown-menu {        column-count: 2;    }    .locations-list .gotomap{        display: none;    }}@media (max-width: 767px) {    .list-search-grid-item {        width: 33%;    }}@media (max-width: 690px) {    .list-grid-item {        width: 33%;    }    .Ads-Details .user-property{        display: flex;        flex-wrap: wrap;        width: 100%;    }    .Ads-Details .user-options{        display: flex;        flex-wrap: nowrap;        padding-right: 10px;        margin: 0;        width: 50%;    }}@media (max-width: 620px) {    .tree1 .maintree {        width: 50%;    }}@media (max-width: 580px) {    .list-grid-item {        width: 50%;    }    .list-grid-item:nth-child(odd){        padding-right: 10px;    }    .list-grid-item:nth-child(even){        padding-right: 10px;        padding-left: 0;    }    .info-row {        flex-direction: column;    }    .list-shortcut{        padding: 2px 0 2px 0;    }    .list-shortcut .post-content {        min-width: 48%;    }    .list-shortcut .post-not{        min-width: 23%;    }    .list-shortcut .post-button{        min-width: 29%;    }}@media (max-width: 550px) {    .list-shortcut {        padding: 2px 0 2px 0;    }}@media (max-width: 540px) {    .right-head {        width: 100px;        margin-left: 10px;    }    .left-head {        position: relative;        width: calc(100% - 130px);    }    .logo-title {        display: block;        line-height: 30px;        margin-top: 5px;        position: absolute;        left: 0;        text-align: center;    }    .action-td .btn span {        display: none;    }    .action-td .btn {        width: 30px;    }    .action-td {        text-align: center;        width: 40px;    }}@media (max-width: 520px) {    .list-search-grid-item {        width: 50%;    }}@media (max-width: 480px) {    .list-shortcut .photo-count {        margin-left: 5px;    }    .list-shortcut .margin-right-nophoto {        margin-right: 37px;    }    .list-title .user-title-field{        width: 160px;        margin-right: 10px;    }}@media (max-width: 450px) {    .list-shortcut .post-content {        min-width: 41%;    }    .list-shortcut .post-button {        min-width: 36%;    }}@media (max-width: 420px) {    .list-shortcut .notepad{        margin-right: 2px;    }    .list-shortcut .margin-right-nophoto {        margin-right: 37px;    }}.blog-post-content-desc .blog-post-content, .blog-post-meta {    padding: 0;}hr.cut {    display: none;}#frame_days {    width: 100%;    height: 50px;    border: 0px;}.frame_pay {    width: 100%;    height: 600px;    border: 0;}body.premium {    background-color: white;    padding: 10px;}body.premium .row {    margin-left: 0;    margin-right: 0;}.billing_html input[type=button], .billing_html input[type=submit], .billing_html button {    border: medium none;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    font-weight: normal;    line-height: 1.4;    padding: 10px 12px;    transition: all 0.25s linear 0s;    -webkit-transition: all 0.25s linear 0s;    -moz-transition: all 0.25s linear 0s;    -ms-transition: all 0.25s linear 0s;    -o-transition: all 0.25s linear 0s;    background-color: #2980B9;    border-color: #2980B9;    color: #fff;}.billing_html p {    margin-bottom: 20px;    font-size: 16px;    font-weight: 300;    line-height: 1.4;}.table-action .row {    margin-left: 0;    margin-right: 0;}.table-action label {    padding-left: 0;}#frame_days {    border: 0;    width: 100%;    height: 40px;}#recount_sum {    font-weight: bold;    white-space: nowrap;    font-size: 1.2em;}.allusers li {    width: 160px;    min-height: 20px;    display: inline-block;    vertical-align: top;    margin: 5px;}.block_search .icon-append {    top: 5px;    z-index: 9;}label.list-title {    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;    width: 100%;}.block_search .form-control {    height: auto;}.float_field {    text-align: left;}.float_field label.checkbox-inline {    margin-left: 0 !important;    margin-right: 10px;}.float_field label.radio-inline {    margin-left: 0 !important;    margin-right: 10px;}input.price_field {    display: inline;    width: 48%;}select.price_field {    width: 80px;    display: inline;}input.num_field {    width: 100px;    display: inline;}select.num_field {    width: 90px;    display: inline;}.float_field, .block_search {    margin-bottom: 10px;}.block_h .float_field, .block_f .float_field, .block_b .float_field, .block_t .float_field {    width: 260px;    display: inline-block;    min-height: 100px;    vertical-align: top;    margin: 5px;}.pull-right.navbar-link.footer-nav a {    text-transform: none;    padding: 0;}.selectpicker {    height: auto;    margin-top: 5px;}#browser_reject {    position: fixed;    z-index: 90000;    left: 0;    top: 0;    width: 100%;    font: 13px Arial, Helvetica, sans-serif;    line-height: 30px;    padding-left: 42px;    background: #ffdc3a;    overflow: hidden;}#region_loader_img {    margin: 10px;    text-align: center;}.page-info {    background: url(../../images/blur_bg.png);    background-size: cover;    background-attachment: fixed;}.wt {    width: 70px;}.worktime {    margin-top: 5px;}.worktime li {    font-size: 0.9em;    color: #939393;    line-height: 1.5em;}.block_search .text-center {    margin-top: 5px;}.search_text button {    height: 31px;    margin: 0;    padding-top: 6px;}.map_error {    position: absolute;    left: 50%;    top: 40%;    width: 300px;    z-index: 9;}.map_error div {    position: relative;    left: -50%;    z-index: 9;}#selectRegion a {    color: #3498DB;}#regionlist a {    color: #333;}.info-row span {    margin-right: 3px;}a.license {    text-decoration: none;    border-bottom: 1px dashed silver;}a.license:hover {    text-decoration: none;    border-bottom: 1px dashed white;}.sharing {    margin-bottom: 5px;}.tp-banner-container {    width: 100%;    position: relative;    margin-top: 5px;    padding: 0;    background: #eee;}.tp-banner-container .icon-append {    left: 20px;    top: 10px;}.tp-banner-container .btn-search {    margin-top: -5px;}.tp-banner-container .btn-primary {    background-color: #5cb85c;    color: white;}.tp-caption i {    width: 33px;    text-align: center;}#menu-user-content {    display: none;    position: absolute;    z-index: 9;    padding: 4px;    left: 0px;    margin-top: 0px;    width: 194px;    box-shadow: 0 1px 4px 0 rgba(24, 80, 120, .6);    background-color: white;}#menu-user-content li {    margin: 5px;    text-align: center;}#menu-user-content .btn {    text-align: center;}.cat-title .ln-shadow {    background-color: transparent;}.bx-wrapper img {    max-width: 500px !important;}.btn.pm-delete {    margin-bottom: 1px;}.pm-deletemsg {    text-decoration: none;    border-bottom: 1px dashed silver;}.pm-deletemsg:hover {    text-decoration: none;    border-bottom: 1px dashed white;    cursor: pointer;}.item-list.promo .text-right .btn {    padding-right: 5px;}.pm-msgform {    text-align: right;    margin: 10px;}.pm-msgform textarea {    width: 400px !important;}.pm-row {    margin-bottom: -10px;}.pm-info {    font-size: 10px;    color: #8a8a8a;    margin-bottom: -7px;    margin-left: 10px;    visibility: hidden;}.chat-title {    width: 300px;}.chat-table, .chat-table tr, .chat-table td, .chat-table th {    border: none !important;}.chat-table {    max-height: 500px;}.pm-date {    font-size: 12px;    color: #9a9a9a;}.pm {    margin: 10px 5px 5px 10px;    border: 2px solid #2980B9;    padding: 10px;    font-family: arial;    position: relative;    border-radius: 4px;    font-style: italic;}.pm-1 .pm {    background-color: #e3eaf0;    color: #3c3b3b;    width: calc(100% - 51px);    margin-left: 30px;}.pm-2 .pm {    background-color: white;    width: calc(100% - 50px);}.pm-1 .pm-info {    text-align: right;    margin-right: 25px;}.pm-2 .pm-info {    text-align: left;}.pm-1 .pm::before {    content: "";    width: 0px;    height: 0px;    position: absolute;    border-left: 10px solid #2980B9;    border-right: 10px solid transparent;    border-top: 10px solid #2980B9;    border-bottom: 10px solid transparent;    right: -21px;    top: 6px;}.pm-1 .pm::after {    content: "";    width: 0px;    height: 0px;    position: absolute;    border-left: 10px solid #e3eaf0;    border-right: 10px solid transparent;    border-top: 10px solid #e3eaf0;    border-bottom: 10px solid transparent;    right: -16px;    top: 8px;}.pm-2 .pm::before {    content: "";    width: 0px;    height: 0px;    position: absolute;    border-left: 10px solid transparent;    border-right: 10px solid #2980B9;    border-top: 10px solid #2980B9;    border-bottom: 10px solid transparent;    left: -21px;    top: 6px;}.pm-2 .pm::after {    content: "";    width: 0px;    height: 0px;    position: absolute;    border-left: 10px solid transparent;    border-right: 10px solid #fff;    border-top: 10px solid #fff;    border-bottom: 10px solid transparent;    left: -16px;    top: 8px;}.pm-table div.pm-row {    cursor: pointer;    margin-top: -15px;    margin-left: 3px;    margin-right: -7px;}.pm-table div.pm-row {    cursor: pointer;}.pm-3 .pm {    border-color: #5CB4FF;}.pm-3.pm-1 .pm::before {    border-left-color: #5CB4FF;    border-top-color: #5CB4FF;}.pm-3.pm-2 .pm::before {    border-right-color: #5CB4FF;    border-top-color: #5CB4FF;}@media screen and (max-height: 620px) {    .window-welcome-box{        overflow-y: scroll;    }}