@import url(//fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext);
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
a{color:#069}a:focus{outline:0}
a:hover,a:active{outline:0}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sup{top:-0.5em}sub{bottom:-0.25em}
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
#colorized{background:#FFEB3B;!important;}
body {
    overflow-x: hidden;
    color: #3C4858;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    direction: ltr;
    height: 100%;
}
body::-webkit-scrollbar-track {border-radius: 2px;}
body::-webkit-scrollbar {width: 10px;}
body::-webkit-scrollbar-thumb {border-radius: 2px;background: #6a7d9b;}
body:hover::-webkit-scrollbar-thumb {background: #eee;}
.nice-select .list::-webkit-scrollbar-track {border-radius: 2px;}
.nice-select .list::-webkit-scrollbar {width: 5px;}
.nice-select .list::-webkit-scrollbar-thumb {border-radius: 2px;}
.nice-select .list:hover::-webkit-scrollbar-thumb {background: #e44078fc;}
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.icon-th:before {
    content: "\f00a";
}
.icon-rw:before {
    content: "\f0ca";
}
.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}
body.overflow{
    overflow: hidden;
    position:fixed;
    height: 100%;
    width: 100%;
}
select {
    background-image: url(../images/select-arrow.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: none;
    outline: 0;
    cursor: pointer;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    -webkit-appearance: none;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    background-color: #fff;
}
select::-ms-expand {
	display: none;
}
select::-webkit-scrollbar { width: 3px; height: 3px;}
select::-webkit-scrollbar-button {  background-color: #666; }
select::-webkit-scrollbar-track {  background-color: #999;}
select::-webkit-scrollbar-track-piece { background-color: #ffffff;}
select::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
select::-webkit-scrollbar-corner { background-color: #999;}
select::-webkit-resizer { background-color: #666;}
input[type=radio], input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px!important;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    border-radius: 2px;
}
input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    content: "\f00c";
    color: #1e8cbe;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.controls.checkbox .control-label{
    cursor: pointer;
}
.wrapper{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.publish.show767{
    margin: 0 auto;
    text-align: center;
    display: none;
    width: 100%;
    margin-bottom: 54px;
}
.publish.show767 a{
    background: #03A9F4;
    width: 50%;
    color: #fff;
    text-align: center;
    padding: 10px 50px;
    border-radius: 4px;
    font-size: 15px;
    display: inline-block;
    text-shadow: 1px 1px #333;
}
.show767{
    display: none;
}
body.home{
    background-color: #e5e5e5;
}
header{
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0px -1px 4px #7d7d7d;
    box-shadow: 0px -1px 4px #7d7d7d;
}
.home header{
    background: url("../images/mountains_comp.jpg") no-repeat center center fixed;
    background-size: cover;
}
.home header:before, .home header:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.header::before, header:after {
   background-color: rgba(0, 0, 0, .5);
}
header .bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 19px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 62%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home header a{
    color: #fff;
}
header .bar .logo img{
    height: 55px;
}
header .bar .logo .standart img {
    height: 41px;
}
header a{
    text-decoration: none;
    color: #777;
    padding: 0 12px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    white-space: nowrap;
}
header .nav ul.pages__list{
    display: none;
    position: absolute;
    top: 32px;
    left: -15px;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 20px #6f6f6f;
    box-shadow: 0px 2px 20px #6f6f6f;
}
header .nav ul.pages__list:after{
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 40%;
}
header .nav ul.pages__list a{
    padding: 10px 32px;
    white-space: nowrap;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #333;
}
header .nav ul.pages__list a:hover{
    background: #eee;
}
header a.nav__rel{
    padding: 15px 12px;
}
.home header .nav .title{
    color: #fff;
}
header .publish a, header .publish .fa{
    color: #fff;
    text-shadow: 1px 1px 20px #8c8c8c;
}
header .publish a {
    padding: 17px 14px;
    display: inline-block;
}
header .nav .nav__rel:hover, header .nav .nav__rel:focus{
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0.1098);
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease
}
header .nav li .fa{
    margin-right: .55em;
}
header .nav li{
    opacity: 1;
    visibility: visible;
    list-style: none;
    position: relative;
}
header .nav li.publish{
    background-color: #f39100;
    padding: 3px 11px;
    border-radius: 30px;
    text-align: center;
    transition: all .1s ease-out;
}
header .main__informat{
    text-align: center;
    color: #fff;
    margin: 5% 0;
    min-height: 112px;
}
header .main__informat .title{
    font-size: 67px;
    font-weight: 700;
    text-shadow: 2px 2px 20px #444444;
}
header .main__informat .small{
    font-size: 18px;
    margin: 10px 0 0;
    text-shadow: 2px 2px 20px #444444;
}
header .main__search{
    padding-bottom: 15%;
}
header .main__search .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    background: #fff;
    height: 45px;
    border-radius: 50px;
    position: relative;
}
header .main__search .nice-select{
    border: none;
    width: 100%;
    height: 45px;
    border-left: 1px solid #eee;
    border-radius: 0;
    line-height: 47px;
}
header .main__search .nice-select:active, header .main__search .nice-select.open, header .main__search .nice-select:focus{
    background: #eee;
    border-bottom: 2px solid #e91e63;
}
header .main__search .nice-select .list {
    width: 100%;
}
header .main__search .has-placeholder{
    position: relative;
}
header .main__search .has-placeholder label{
    position: absolute;
    top: 30%;
    left: 27px;
    cursor: auto;
    cursor: initial;
}
header .main__search .cell{
    width: 100%;
    cursor: pointer;
}
header .main__search .cell .fa {
    position: absolute;
    left: 9px;
    top: 30%;
    font-size: 17px;
    color: #00BCD4;
    margin-left: 10px;
}
header .main__search input{
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-size: 0 2px, 100% 1px;
    font-weight: 400;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out;
    outline: 0;
    padding-left: 47px;
    font-size: 13.5px;
    height: 45px;
    width: 100%;
    font-family: inherit;
}
header .main__search select{
    font-family: inherit;
    height: 37px;
    padding-left: 21px;
    width: 100%;
    border-left: 1px solid #eee;
}
header .main__search button{
    border: none;
    background: #f39100;;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 38px;
    cursor: pointer;
    outline: 0;
    font-size: 12px;
    -webkit-appearance:none;
    text-shadow: 1px 1px 2px #333;
    height: 100%;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    transition: all .1s ease-out;
}
.home .main{
    margin-top: -50px;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-topright: 14px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}
.title__main{
    color: #3C4858;
    text-decoration: none;
    word-wrap: break-word;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    padding: 14px 0 5px;
    font-family: "Roboto Slab", "Times New Roman", serif;
    padding: 16px 0 28px;
}
.static__main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 0 38px;
    padding: 0 0 40px;
    border-bottom: 1px solid rgba(206, 206, 206, 0.5098);
}
.static__main_info{
    text-align: center;
    width: 35%;
}
.static__main_info .icons{
    font-size: 61.6px;
}
.static__main_info .fa-bars{
    color: #ea4c89;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.25882);
}
.static__main_info .fa-user{
    color: #de4b39;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.25882);
}
.static__main_info .fa-map-marker{
    color: #55acef;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.25882);
}
.static__main_info .title__stat{
    color: #3C4858;
    font-size: 18px;
    text-decoration: none;
    word-wrap: break-word;
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-weight: 700;
    margin: 12px 0 15px;
}
.static__main_info span{
    color: #999999;
    font-size: 16px;
}
.category__main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0 40px;
    border-bottom: 1px solid rgba(206, 206, 206, 0.5098);
    margin-bottom: 25px;
}
.category__main .category__gallery{
    width: 33.33333333%;
    position: relative;
    overflow: hidden;
    height: 300px;
}
.category__main .category__gallery .images{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover!important;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    width: auto;
    height: 300px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.category__main .category__gallery:hover .images:after{
    content: "";
    background: rgba(0, 0, 0, 0.2902);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.category__main .category__gallery .name_cat{
    text-decoration: none;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-family: "Roboto Slab", "Times New Roman", serif;
}
.category__main .category__gallery .name_cat span{
    padding: 2px 30px;
    border-radius: 30px;
}
.category__main .category__gallery:hover .name_cat span{
    background: rgba(0, 0, 0, 0.25882);
    color: #fff;
}
.category__main .category__gallery .images:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.premium__items{
    padding: 0 0 40px;
    border-bottom: 1px solid rgba(206, 206, 206, 0.5098);
    margin-bottom: 25px;
}
.item__block{
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    border-radius: 4px;
    position: relative;
}
.item__block .premiums{
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.item__block .etecet{
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    position: absolute;
    top: 19px;
    left: -21px;
    background: #f14f3f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f14f3f),to(#cb4335));
    background: linear-gradient(to bottom, #f14f3f 0,#cb4335 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14f3f', endColorstr='#cb4335',GradientType=0 );
}
.item__block .fire{
    background: url(../images/fire.png) no-repeat 0 0;
    width: 25px;
    height: 38px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 7px;
    z-index: 9;
}
.item__block .etecet:after{
    content: "";
    border-left: 3px solid transparent;
    border-right: 3px solid #a3362a;
    position: absolute;
    top: 19px;
    right: 0;
}
.item__block .etecet:before{
    content: "";
    border-left: 3px solid #a3362a;
    border-right: 3px solid transparent;
    position: absolute;
    top: 20px;
    left: 0;
}
.items__block_detail__info__main .title {
    font-size: 15px;
    color: #3C4858;
    margin-bottom: 6px;
    border-top: 1px solid #eee;
    padding: 8px 0 0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-family: "Roboto", "Times New Roman", serif;
}
.items__block_detail__info__main .title:hover {
    text-decoration: underline;
}
.item__block .etecet:before, .item__block .etecet:after{
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a3362a;
}
.items__block_detail__info__main__attributes .currency-value{
    font-size: 19px;
    font-weight: 400;
    color: #e74847;
    white-space: nowrap;
}
.items__block_detail__info__main__attributes .view{
    display: inline-block;
    background: #34d292;
    color: #fff;
    padding: 3px 7px;
    border-radius: 41px;
    white-space: nowrap;
    font-size: 12px;
}
.items__grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
}
.items__grid .item__block{
    width: 23.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 26px;
    justify-content: space-between;
}
.home .items__grid .item__block{
    width: calc(24% - 26px);
}
.items__grid .item__block:hover{
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
.items__block_detail__info__main .category a{
    color: #777777;
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 8px 0 7px;
    font-family: "Roboto Slab", "Times New Roman", serif;
}
.items__block_detail__info__main .category a:hover{
    text-decoration: underline;
}
 .items__block_detail__info__main__attributes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
 }
.items__block_detail__info__main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.home .items__grid .items__block__picture.not{
    height: 232px;
}
.items__grid .items__block__picture.not{
    min-height: 176px;
}
.items__grid .items__block__picture, .items__list .items__block__picture{
    text-align: center;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
}
.items__list .items__block__picture{
        width: 22%;
    margin-right: 10px;
}
.items__grid .items__block__picture .image1, .items__list .items__block__picture .image1{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.items__grid .items__block__picture img, .items__list .items__block__picture img{
    width: 100%;
    margin: 0;
    max-width: 100%;
    -webkit-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
}
.search__items .items__grid .items__block__picture img, .search__items .items__list .items__block__picture img{
    max-height:168px;
    height: auto;
}
.items__grid .items__block__picture:hover .image0, .items__list .items__block__picture:hover .image0{
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
}
.items__grid .items__block__picture:hover .image1, .items__list .items__block__picture:hover .image1{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.items__grid .items__block__detail{
    padding: 0 10px 10px;
    background: #f1f1f1;
}
.items__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.items__list .items__block_detail__info__main .category a{
    text-align: left;
}
.items__list .items__block__detail{
    padding: 10px;
    width: 90%;
}
.items__list .item__block{
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 6px 23px;
    margin: 0 0 15px 16px;
    min-height: 180px;
}
.more{
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 40px;
}
.see_more_link{
    width: 30%;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 0;
    background: #f39100;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: background .1s;
    transition: background .1s;
}
header .nav li.publish:hover, header .nav li.publish:active, header .nav li.publish:focus, .see_more_link:hover, .see_more_link:focus, .see_more_link:active,  header .main__search button:hover,  header .main__search button:active,  header .main__search button:focus{
    background: #FF9800;
}
#error_list{
    list-style: none;
    color: #18bfdc;
    padding: 0 0 10px;
    position: absolute;
}
body.login, body.register, body.contact, body.recover, body.item-post{
    background: url(../images/login-background.jpg) no-repeat center center fixed;
    background-size: cover;
}
.login header, .register header, .contact header, .recover header{
    background: rgba(255, 255, 255, 0.21176);
}
.login header a, .register header a, .contact header a, .recover header a{
    color: #333;
}
.login header .publish a, .register header .publish a, .contact header .publish a, .recover header .publish a{
    color: #fff;
}
.login .breadcrumb, .register .breadcrumb, .contact .breadcrumb, .recover .breadcrumb, .custom .breadcrumb{
    display: none;
}
.login .form-container, .register .form-container, .contact .form-container, .recover .form-container{
    width: 30%;
    margin: auto 0 auto auto;
    background: rgba(17, 17, 17, .7);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    max-width: 100%;
    height: 100%;
    margin: 5% auto;
    border-radius: 10px;
    padding: 3%;
}
.form-container .form-user{
    background: transparent;
}
.form-container .controls input[type="password"], .form-container .controls input[type="text"], .form-container .controls textarea{
    height: auto;
    margin: 2px 6px 16px 0;
    padding: 7px 16px;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.6;
    background-color: #fbfbfb;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
    border: 1px solid #e9eaeb;
    border-radius: 3px;
    outline: 0;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    margin: 0 0 10px;
    color: #404040;
    font-family: inherit;
}
.form-container .controls input[type="password"]:active,
.form-container .controls input[type="password"]:visited,
.form-container .controls input[type="password"]:hover,
.form-container .controls input[type="password"]:focus,
.form-container .controls input[type="text"]:active,
.form-container .controls input[type="text"]:visited,
.form-container .controls input[type="text"]:hover,
.form-container .controls input[type="text"]:focus,
.user .user__profile__content select:active,
.user .user__profile__content select:visited,
.user .user__profile__content select:hover,
.user .user__profile__content select:focus,
.form-container .controls textarea:active,
.form-container .controls textarea:visited,
.form-container .controls textarea:hover,
.form-container .controls textarea:focus
{
    border: 1px solid #b7b7b7;
    background-color: #fff;
}
button.animate:after{
    content: "\f110";
    display: inline-block;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.fa-16x{
    font-size: 1.6em;
}
.form-container .controls input[type="text"].valid, .form-container .controls input[type="password"].valid, .form-container .controls select.valid, .form-container .controls textarea.valid{
    border: 1px solid #8BC34A;
}
.form-container .controls input[type="text"].error, .form-container .controls input[type="password"].error, .form-container .controls select.error, .form-container .controls textarea.error{
    border: 1px solid #e32c28;
}
.form-container label.error{
    display: none!important;
}
 .form-container .controls textarea{
    width: 100%;
    padding: 6px 16px;
    outline: 0;
 }
.contact .form-container{
    width: 38%;
}
.form-container .control-label{
    color: #95979c;
    font-size: 15px;
    padding-bottom: 8px;
    display: inline-block;
}
.form-container .button{
    float: none;
    width: 100%;
    height: 41px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 3px;
    color: #ffffff;
    background-color: #6dc234;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
}
.register .form-container .button{
    margin-top: 15px;
}
.form-container .nav__bottom{
    padding: 14px 0 0;
    border-top: 1px solid rgba(238, 238, 238, 0.12941);
    width: 90%;
    margin: 24px auto 0;
}
.form-container .nav__bottom a{
    color: #95979c;
    text-decoration: none;
    display: block;
    text-align: center;
}
.form-container .nav__bottom a:hover{
    text-decoration: underline;
}
.form-container .form-user .header h1{
    color: #eee;
    text-align: center;
    font-size: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.12941);
    margin: 0 0 15px;
}
.list__category{
    display: none;
    position: absolute;
    background: #000000;
    width: 100%;
    left: 0;
    right: 0;
    top: 94px;
    color: #fff;
}
.list__category .col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list__category .col .maincategories-list, .list__category .col .maincategories-list ul li{
    width: 25%;
    text-align: center;
    font-size: 13.5px;
}
.list__category .col .maincategories-list .bottom, .list__category .col .maincategories-list ul li{
    padding: 17px 10px;
}
.list__category .col .maincategories-list{
    cursor: pointer;
    border: 2px solid transparent;
}
.list__category .col .maincategories-list:hover, .list__category .col .maincategories-list .sub-category a.category:hover{
    color: #63c3ff;
}
.list__category .col .maincategories-list .subcategories-list{
    height: 100%;
    position: absolute;
    top: 0;
    background: #000000;
    left: 0;
    right: 0;
}
.list__category .col .maincategories-list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list__category .col .maincategories-list .sub-category a.category{
    color: #fff;
    text-transform: inherit;
    font-size: 13px;
}
.list__category .dropdown-header-2 .bottom span{
    white-space: nowrap;
}
.backand{
    color: #545454;
    position: absolute;
    left: 1.3%;
    font-size: 37px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999999;
    padding: 10px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
}
.backand:hover{
    color: #928c8c;
}
.search .breadcrumb{
    padding: 10px 0 0;
}
.search header, .item header, .user header{
    border-bottom: 1px solid #eee;
}
 .item-post header{
     border: none;
 }
.search .main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}
.search .main.flex-reserve{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.search .search__sidebar{
    width: 25%;
}
.search .search__items{
    width: 75%;
}
.search .search__items .items__grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0 0 0 15px;
}
.search .search__items .items__grid.premium-list{
    border-bottom: 1px solid rgba(238, 238, 238, 0.93333);
    margin-bottom: 22px;
}
.search .search__items .items__grid .item__block{
    margin-right: 13px;
}
.search__top__bar .actions{
    display: inline-block;
    width: 100%;
    background-color: #eee;
    margin-bottom: 13px;
    border-radius: 3px;
}
.search__top__bar .actions .paginate{
    float: right;
    width: auto;
}
.search__top__bar .actions .paginate a, .search__top__bar .actions .paginate span {
    padding: 6px 12px;
    background-color: #eeeeee;
    border: 1px solid rgba(216, 216, 216, 0.93333);
    color: #777;
    font-size: 12px;
    margin: 5px 4px;
}
.search__top__bar .actions .paginate span.searchPaginationSelected, .search__top__bar .actions .paginate a.searchPaginationSelected{
    color: #e91e63;
}
.search__top__bar .actions ul{
    margin: 0;
}
.search__top__bar .actions .sorting {
    float: left;
}
.search__top__bar .sorting a{
    text-decoration: none;
    padding: 13px;
    display: inline-block;
    border-right: 1px solid #fff;
    font-size: 16px;
    color: #666;
}
.search__top__bar .sorting a:hover, .search__top__bar .sorting a.active{
    color: #e74847;
}
.search__top__bar .counter-search{
    float: left;
    padding: 13px 14px;
}
.search__top__bar .counter-search span{
    color: #777;
}
.search__top__bar .sorting__select{
    padding: 14px 36px 14px 10px;
    position: relative;
    cursor: pointer;
    float: right;
    border-left: 1px solid #fff;
    color: #777;
    transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s;
}
.search__top__bar .sorting__select:hover{
    background-color: #e91e63;
    color: #fff;
}
.search__top__bar .sorting__select:hover:before {
    background-image: url(../images/select-arrow-hover.png);
}
.search__top__bar .sorting__select:before{
    content: "";
    position: absolute;
    background-image: url(../images/select-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    width: 10px;
    right: 3%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.search__top__bar .sorting__select ul{
    display: none;
    position: absolute;
    top: 43px;
    right: 0;
    list-style: none;
    width: -webkit-fill-available;
    width: 100%;
    background: #f7f7f7;
    z-index: 99999;
    border: 1px solid #eee;
}
.search__top__bar .sorting__select ul li a{
    text-decoration: none;
    color: #777;
    padding: 8px 6px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.search__top__bar .sorting__select ul li a:hover{
    color: #333;
    font-weight: 700;
}
.sidebar .alert_form{
    background: #eee;
    min-height: 43px;
    border-radius: 3px;
    position: relative;
    padding: 3px 42px;
    border-right: 1px solid #fff;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.sidebar .filters{
    margin: 5px 5px 40px;
    border: 1px solid #cecece;
}
.sidebar .alert_form .sub_button{
    background: #e91e63;
    top: 0;
    position: absolute;
    right: -38px;
    width: 37px;
    height: 37px;
    color: #fff;
    border: 1px solid #cecece;
    outline: 0;
    cursor: pointer;
}
.sidebar .alert_form form{
    display: none;
    position: relative;
    right: -100%;
}
@-webkit-keyframes alerts {
    from, to {
        -webkit-transform: translate(-50%, -50%) rotate(15deg);
        transform: translate(-50%, -50%) rotate(15deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-30deg);
        transform: translate(-50%, -50%) rotate(-30deg);
    }
}
@keyframes alerts {
    from, to {
        -webkit-transform: translate(-50%, -50%) rotate(15deg);
        transform: translate(-50%, -50%) rotate(15deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-30deg);
        transform: translate(-50%, -50%) rotate(-30deg);
    }
}
.alert_form:hover:after{
   -webkit-animation: alerts .8s alternate ease-in-out;
   animation: alerts .8s alternate ease-in-out;
}
.alert_form:hover{
    background: #e4e4e4;
}
.alert_form:after{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f0a2";
    position: absolute;
    left: 8.2%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg);
    font-size: 17px;
    color: #3ab0dc;
    pointer-events: all;
}
.alert_form h3{
    line-height: 37px;
}
.search .sidebar .input-text{
    outline: medium none;
    border: 1px solid #cecece!important;
    padding: 0px 5px!important;
    text-indent: 10px!important;
    height: 35px!important;
    width: 100%;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 0!important;
}
.search .sidebar  select{
    border: 1px solid #cecece;
    width: 100%!important;
    height: 35px;
    color: #616060;
    text-indent: 12px;
}
.search .sidebar .inline{
    border-right: none!important;
    border-left: none!important;
}
.search .sidebar .inline-left{
    border-left: none!important;
}
.search .sidebar .inline-right{
    border-right: none!important;
}
.search .sidebar .inbox.checking{
    padding: 10px 16px;
    border: 1px solid #cecece;
    border-left: none;
    border-right: none;
}
.search .sidebar .inbox.checking label{
    cursor: pointer;
}
.search .alert_form input[type="text"]{
    margin-bottom: 0;
    height: 37px!important;
}
.search .sidebar fieldset h3, .search .sidebar h6 , .search .sidebar #custom_attributes h6 {
    line-height: 28px;
    padding-left: 12px;
    padding: 8px 12px 2px;
    font-size: 13px;
    background: #eee;
    font-family: inherit;
    margin: 0;
}
.search .sidebar .box__input{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #eee;
}
.search .sidebar .box__input input[type="text"] {
    width: 48%;
}
.search .sidebar .actions button[type="submit"]{
    float: none;
    width: 101%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 16px;
    line-height: 1.6;
    color: #fff;
    background: #7abcff;
    background: linear-gradient(135deg, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 );
    border: none;
    cursor: pointer;
    outline: 0;
    margin: 15px 0 20px;
    position: relative;
    left: -1px;
}
.search .sidebar .category__search ul{
    list-style-type: none;
}
.search .sidebar .category__search ul li{
    cursor: pointer;
    background: #f5f5f5;
}
.search .sidebar .category__search .category li ul>li:hover, .search .sidebar .category__search .category>li:hover{
    background: #eee;
}
.search .sidebar .category__search ul li a{
    text-decoration: none;
    color: #777;
    text-decoration: none;
    color: #777;
    padding: 7px 16px;
    width: 100%;
    display: block;
}
.search .sidebar .category__search ul li:hover a{
    color: #777;
}
.search .sidebar .actions{
    background: #f5f5f5;
}
.search .sidebar #custom_attributes .search_limits, .search .sidebar #custom_attributes .radio_button_label{
    padding: 0 14px;
}
.search .sidebar #custom_attributes .search_limits{
    background: #eee;
}
.search .sidebar #custom_attributes .search_checkbox{
    margin: 10px;
}
 .search .sidebar .plugin-hooks .row.checkbox{
    padding: 10px;
}
.search .sidebar .plugin-hooks .row.checkbox{
    border-bottom: 1px solid #cecece;
}
.search .sidebar .plugin-hooks input[type="radio"] {
    margin-left: 14px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.search .sidebarsearch .sidebar #custom_attributes .search_label{
    color: #616060;
    cursor: pointer;
}
.search .search__items .empty{
    padding: 0 10px;
}
.list__mobile__menu.searchmobile{
    position: absolute;
    background: #fff;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
}
.header-mobile{
    padding: 17px 10px;
    background: #03A9F4;
}
.searchmobile .header-mobile {
    width: 100%;
}
.usermobile .header-mobile{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list__mobile__menu.usermobile{
    position: absolute;
    left: 0;
    background: #fff;
    width: 70%;
    height: 100%;
    top: 0;
}
.list__mobile__menu .scroll-bar{
    /*overflow-x: hidden;
    height: 100%;*/
}
.list__mobile__menu  .main-block{
    height: 100%;
    width: 100%;
    background: #eee;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
}
.list__mobile__menu .scroll-bar .menu_logged{
    background: #fff;
}
.list__mobile__menu .scroll-bar::-webkit-scrollbar-track {border-radius: 4px;}
.list__mobile__menu .scroll-bar::-webkit-scrollbar {width: 6px;}
.list__mobile__menu .scroll-bar::-webkit-scrollbar-thumb {border-radius: 4px;background: #f0f2f5;}
.list__mobile__menu .scroll-bar:hover::-webkit-scrollbar-thumb {background: #6a7d9b;}
.list__mobile__menu.usermobile li{
    border-bottom: 1px solid #eee;
}
.list__mobile__menu.usermobile .menu_logged .logout{
    background: #f16032;
    color: #fff;
}
.list__mobile__menu.usermobile .menu_logged .logout:hover, .list__mobile__menu.usermobile .menu_logged .logout:active,.list__mobile__menu.usermobile .menu_logged .logout:focus{
    background: #e24d1d;
}
.list__mobile__menu.usermobile .menu_logged a{
    padding: 21px 31px;
    display: block;
    color: #5d5c5c;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: background .1s;
    transition: background .1s;
}
.list__mobile__menu.usermobile .menu_logged a:hover, .list__mobile__menu.usermobile .menu_logged a:focus, .list__mobile__menu.usermobile .menu_logged a:active{
    background: #f7f7f7;
}
ul.breadcrumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}
.breadcrumb .breadcrumb li {
    border-top: 1px solid #3ab0e2;;
    border-bottom: 1px solid #3ab0e2;
    border-left: 0;
    border-right: 0;
    margin-right: 4px;
    position: relative;
    line-height: 22px;
    padding: 0 15px;
}
.breadcrumb .breadcrumb li a:hover{
    color: #333;
}
.breadcrumb .breadcrumb li.first-child {
    border-left: 1px solid #3ab0e2;
}
.breadcrumb .breadcrumb li:after {
    position: absolute;
    content: "";
    top: -1px;
    right: -10px;
    background: url(../images/breadcrumbs-right.png) no-repeat;
    width: 10px;
    height: 24px;
}
.breadcrumb>li+li:before{
    position: absolute;
    content: "";
    top: -1px;
    left: 1px;
    background: url(../images/breadcrumbs-right.png) no-repeat;
    width: 10px;
    height: 24px;
}
ul.breadcrumb li.last-child span{
    color: #999;
}
ul.breadcrumb li a{
    text-decoration: none;
    color: #444444;
}
ul.breadcrumb li a span{
    color: #737373;
}
ul.breadcrumb li a:hover{
    text-decoration: underline;
}
.paginate{
    display: inline-block;
    width: 100%;
    text-align: right;
}
.paginate ul{
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    margin: 26px 0;
}
.paginate ul li{
    display: block;
}
.paginate a, .paginate span{
    cursor: pointer;
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.6;
    text-decoration: none;
    color: #444649;
    background-color: #e9eaeb;
    border: 1px solid #e9eaeb;
    font-weight: 400;
    font-size: 13px;
}
.paginate a.searchPaginationSelected:hover,
.paginate a.searchPaginationNonSelected:hover,
.paginate span.searchPaginationNonSelected:hover,
.paginate a.searchPaginationNext:hover, .paginate a.searchPaginationPrev:hover,
.paginate a.searchPaginationLast:hover, .paginate a.searchPaginationFirst:hover,
.paginate a.searchPaginationNonSelected:focus,
.paginate a.searchPaginationSelected:focus,
.paginate span.searchPaginationNonSelected:focus,
.paginate span.searchPaginationSelected:focus {
    color: #222324;
    background-color: #dcddde;
    border-color: #dcddde;
}
.paginate span.searchPaginationSelected, .paginate a.searchPaginationSelected{
    color: #222324;
    background-color: #cfd0d2;
    border-color: #cfd0d2;
    cursor: default;
}
.item-post header{
    background: rgba(255, 255, 255, 0.21176);
}
.item-post header a{
    color: #333;
}
.item-post header .publish a{
    color: #fff;
    padding: 16px 12px;
}
.item-post .breadcrumb{
    display: none;
}
.item-post .main__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 25px 0 15px;
}
.item-post .content_itempost_inline{
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    border-radius: 4px;
    background: rgba(17, 17, 17, .7);
    overflow: hidden;
}
.item-post .content_itempost{
    width: 70%;
}
.item-post .block__itempost{
    padding: 0 20px;
}
.item-post .sidebar__itempost{
    width: 28%;
}
.item-post .boxing__sidebar{
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    border-radius: 4px;
    background: rgba(17, 17, 17, .7);
    overflow: hidden;
    padding: 0 0 10px;
}
.item-post .boxing__sidebar.margins{
    margin: 23px 0;
}
.item-post .block__itempost__info.checkbox{
    margin: 10px 0;
    color: #fff;
}
.item-post .header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    background-color: rgba(0, 0, 0, 0.36078);
    color: #fff;
    text-shadow: 1px 1px 5px #636363;
    font-size: 15px;
    position: relative;
    width: 100%;
}
.item-post .header .fa{
    color: #69b1fb;
    text-shadow: none;
}
.item-post button{
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 3px;
    color: #ffffff;
    background-color: #6dc234;
    text-shadow: 0px 0px 6px #777;
    border-color: transparent;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -webkit-transition: color .1s ease-in-out,background-color .1s ease-in-out;
    transition: color .1s ease-in-out,background-color .1s ease-in-out;
}
.item-post button:hover, .item-post button:active, .item-post button:focus, .form-container .button:active, .form-container .button:focus, .form-container .button:hover{
    background: #57b11c;
    color: #e8e8e8;
}
.item-post .block__itempost__but{
    text-align: right;
    padding: 10px 0;
}
.item-post .block__itempost__label{
    color: #95979c;
    font-size: 14px;
    padding: 3px 0 5px;
    display: inline-block;
}
.item-post .sidebar__itempost input[type="text"], .item-post .sidebar__itempost select{
    height: auto;
    margin: 2px 6px 16px 0;
    padding: 9px 16px;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.3;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
    border: 1px solid #e9eaeb;
    border-radius: 3px;
    outline: 0;
    margin: 0 0 10px;
}
.item-post .content_itempost_inline select, .item-post .content_itempost_inline input[type="text"]{
     height: auto;
     margin: 2px 6px 16px 0;
     padding: 9px 16px;
     font-size: 14px;
     margin-bottom: 5px;
     line-height: 1.3;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
     border: 1px solid #e9eaeb;
     border-radius: 3px;
     outline: 0;
     margin: 0 0 10px;
}
.item-post .content_itempost_inline select#currency{
    float: right;
}
.item-post .content_itempost_inline input[type="text"]#price{
    float: left;
    width: 65%;
}
.item-post .content_itempost_inline .block__itempost__info__title input[type="text"]{
    width: 100%;
}
.item-post .content_itempost_inline .block__itempost__info__title{
    width: 62%;
}
.item-post .content_itempost_inline .block__itempost__info__price{
    width: 36%;
}
.item-post .flexbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-post textarea{
     width: 100%;
     padding: 6px 16px;
     outline: 0;
     border: 1px solid #e9eaeb;
     border-radius: 3px;
     font-size: 14px;
     font-family: inherit;
}
.item-post .block__itempost__photos{
    padding: 0 20px;
}
.item-post .block__itempost__info select#select_1, .item-post .block__itempost__info select#select_2, .item-post .block__itempost__info select#select_3, .item-post .block__itempost__info select#select_4{
    width: 31%;
    margin-right: 10px;
}
.item-post #restricted-fine-uploader {
    padding-top: 1em;
    padding-left: 0;
}
.item-post .block__itempost__photos h3{
    display: none;
}
.item-post .qq-upload-button{
    border-bottom: none;
    position: relative;
    padding: 15px;
    border-radius: 4px;
    color: #020202;
    background: #7abcff;
    background: linear-gradient(135deg, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 );
}
.item-post .qq-upload-button:hover{
    background: #4096ee;
    background: -webkit-gradient(linear, left top, left bottom, from(#4096ee),color-stop(56%, #60abf8),to(#7abcff));
    background: linear-gradient(to bottom, #4096ee 0%,#60abf8 56%,#7abcff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#7abcff',GradientType=0 );
}
.item-post .qq-upload-file, .item-post .qq-upload-size{
    display: none!important;
}
.item-post #plugin-hook label, .item-post #plugin-hook h2{
    color: #95979c;
    min-width: 17%;
    width: 140px;
    display: inline-block;
}
.item-post .photos_div div, .item-post .ajax_preview_img{
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 132px;
    max-height: 125px;
    width: 100%;
}
.item-post .qq-upload-list li{
    display: block;
    float: left;
    cursor: pointer;
    background-color: #fff!important;
    border-radius: 4px;
    min-width: 19%;
    min-height: 140px;
    height: 140px;
    margin: 6px 0;
    position: relative;
    cursor: move;
    overflow: visible;
}
.item-post .qq-upload-list li+li{
    margin-left: 9.5px;
}
.item-post .qq-upload-spinner {
    background: url('../images/load.gif');
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.item-post  .qq-upload-list .highlight-grey{
    background-color: rgba(175, 175, 175, 0.41961)!important;
}
.item-post .qq-upload-delete::before{
    display: block;
    font-family: "FontAwesome";
    text-indent: 1px;
    float: left;
    content: "\f00d";
    font-size: 11px;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #F44336;
    border-radius: 12px;
    -webkit-transition: 0.1s linear all;
    transition: 0.1s linear all;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -19px;
    right: -152px;
}
.item-post .qq-upload-delete{
    text-indent: -999999px;
    position: absolute;
    display: none!important;
}
.qq-upload-list li.qq-upload-success:hover .qq-upload-delete{
    display: block!important;
}
.item-post .block__itempost__photos .flashmessage.flashmessage-error{
    float: left;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #eee;
    border-top: 1px solid rgba(255, 255, 255, 0.25098);
    margin-top: 10px;
}
.item-post .block__itempost__photos .flashmessage.flashmessage-error .close{
    float: right;
    color: #eee;
    border: 1px solid #eee;
    padding: 3px 6px;
    border-radius: 2px;
    cursor: pointer;
}
.item-post .block__itempost__photos .flashmessage.flashmessage-error .close:hover{
    background: #eee;
    color: #333;
}
.item-post .ajax_preview_img img {
    max-width: 100%;
    max-height: 160px;
    height: 100px;
}
.item-post #plugin-hook select, .item-post #plugin-hook input[type="text"] {
    min-width: 27%;
}
.item-post #plugin-hook .edit_row td{

}
.item-post #plugin-hook .edit_row td select{
    width: 100%;
    min-width: 27%;
}
.flashmessage{
    display: block;
    justify-content: center;
    padding: 10px;
    width: auto;
    line-height: 23px;
    color: rgb(255, 255, 255);
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
}
.flashmessage-error, .flashmessage-warning{
    background: #FF5722;
}
.flashmessage-ok, .flashmessage-info{
    background: #8BC34A;
    z-index: 999999;
    position: relative;
}
.modal_overlay{
    position: fixed;
    bottom: -1%;
    right: 1.5%;
    z-index: 999;
}
.modal_overlay .fancybox-close{
    background-image: none;
    color: #fff;
    top: -35px;
    right: 0px;
    height: inherit;
    width: inherit;
    padding: 11px;
    position: absolute;
    background: rgba(0, 0, 0, 0.38824);
}
.modal_overlay .fancybox-close:hover{
  background-color: rgba(99, 99, 99, 0.70196)
}
.modal_overlay .modal_content{
    position: relative;
}
.modal_overlay .fancybox-close:after{
    content: "\f00d";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.user .breadcrumb{
    display: none;
}
.user .main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user .main #sidebar{
    width: 20%;
}
.user .main #sidebar .user_menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 31px;
    border-radius: 2px;
    border: 1px solid #cecece;
    border-top: 2px solid #56bff1;
    background: #fff;
}
.user .main #sidebar .user_menu li{
    border-bottom: 1px solid #eee;
    padding: 3px 9px;
    border-left: 2px solid transparent;
}
.user .main #sidebar .user_menu li:hover, .user .main #sidebar .user_menu li.active{
    background: #eee;
    border-left: 2px solid #56bff1;
    box-shadow: inset 1px 1px #e0e0e0;
    -webkit-box-shadow: inset 1px 1px #e0e0e0;
}
.user .main #sidebar .user_menu li a{
    text-decoration: none;
    color: #777;
    padding: 7px 16px;
    width: 100%;
    display: block;
    outline: 0;
}
.user .main .list-right{
    width: 61%;
}
.user .main .list-right .item__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    border: 1px solid transparent;
    margin-left: 24px;
}
.user .main .list-right .item__block{
    background: #fff;
}
.user .main .list-right .item__block:hover{
    border: 1px solid #eee;
}
.user .main .list-right .items__block__detail{
    width: 100%;
    padding: 5px 10px;
}
.user .main .list-right .options{
    margin: 10px 0;
    display: block;
}
.user .main .list-right .options a{
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-right: 10px;
    color: #504e4e;
    text-decoration: none;
    margin-right: 5px;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.user .main .list-right .options a:hover {
    background: #eee;
    -webkit-box-shadow: inset 1px 0px 4px #dcdcdc;
    box-shadow: inset 1px 0px 4px #dcdcdc;
}
.user .main .list-right .options a:hover i{
    background: #fff;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.user .main .list-right .options a i{
    padding: 7px;
    background: #eee;
    margin-right: 3px;
    color: #03A9F4;
}
.user .main .list-right .manage__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #56bff1;
    margin-bottom: 15px;
}
.user .main .list-right .manage__items .manage__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    position: relative;
}
.user .main .list-right .manage__items .manage__item{
    background: #fff;
}
.user .main .list-right .manage__items .manage__item:hover{
    background: #f7f7f7;
}
.user .main .list-right .manage__items .count{
    padding: 5px;
    background: #03a9f4;
    color: #fff;
    border-radius: 25px;
    height: 15px;
    width: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    margin-left: 5px;
    position: relative;
    top: -4px;
    right: 8px;
}
.user .main .list-right .manage__items .manage__items__pu{
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #777;
    outline: 0;
    padding: 9px 15px 7px 15px;
}
.user .user__profile__content{
    margin-top: 31px;
    border-top: 2px solid #56bff1;
    padding: 10px 0 10px 30px;
    width: 61%;
}
.user .user__profile__content .title-has-actions{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 13px;
}
.user .user__profile__content .title-has-actions a{
    text-decoration: none;
    color: #777;
}
.user .user__profile__content .title-has-actions a:hover{
    text-decoration: underline;
    color: #333;
}
.user .user__profile__content select{
    width: 50%;
    border: 1px solid #e9eaeb;
    padding: 11px;
    background-color: #fbfbfb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
    border-radius: 3px;
    margin-bottom: 5px;
}
.item__page .breadcrumb{
    margin: 20px 0;
}
.item__page .breadcrumb a{
    color: #8a8a8a;
}
.item__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.item__page .bar__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 0;
}
.item__page .bar__content ul{
    padding: 0;
    border: none;
    background: transparent;
}
.item__page .buttons__nav:hover{
    background-color: #f1f1f1;
}
.item__page .buttons__nav.active a{
    color: #484848;
    outline: none;
}
.item__page .buttons__nav:not(.active) a{
    text-shadow: 1px 1px 0px #6f6f6f;
    color: #fff;
    text-decoration: none;
}
.item__page .buttons__nav a{
    padding: 7px 44px!important;
}
.item__page .buttons__nav, .item__content__leftbar .buttom__bar a{
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    cursor: pointer;
    background-color: #FAFAFA;
    font-size: 14px;
    text-decoration: none;
    color: #484848;
    position: relative;
}
.item__page .buttons__nav{
    border-bottom: 1px solid #bdbdbd;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}
.item__page .buttons__nav:first-of-type{
  border-top-left-radius: 6px;
}

.item__page .buttons__nav:first-of-type{
  background: #f28179;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f28179),color-stop(40%, #f26a60),to(#f44336));
  background: linear-gradient(to bottom, #f28179 1%,#f26a60 40%,#f44336 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28179', endColorstr='#f44336',GradientType=0 );
}
.item__page .buttons__nav:first-of-type:hover{
  background: #f44336;
  background: -webkit-gradient(linear, left top, left bottom, from(#f44336),color-stop(60%, #f26a60),color-stop(99%, #f28179));
  background: linear-gradient(to bottom, #f44336 0%,#f26a60 60%,#f28179 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44336', endColorstr='#f28179',GradientType=0 );
}
.item__page .buttons__nav:nth-child(2){
  background: #02aaff;
  background: -webkit-gradient(linear, left top, left bottom, from(#02aaff),color-stop(44%, #02aaff),to(#028bfc));
  background: linear-gradient(to bottom, #02aaff 0%,#02aaff 44%,#028bfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aaff', endColorstr='#028bfc',GradientType=0 );
  color: #fff;
}
.item__page .buttons__nav:nth-child(2):hover{
  background: #028bfc;
  background: -webkit-gradient(linear, left top, left bottom, from(#028bfc),color-stop(56%, #02aaff),to(#02aaff));
  background: linear-gradient(to bottom, #028bfc 0%,#02aaff 56%,#02aaff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028bfc', endColorstr='#02aaff',GradientType=0 );
}
.item__page .buttons__nav:nth-child(3){
    background: #e89a5a;
    background: -webkit-gradient(linear, left top, left bottom, from(#e89a5a),color-stop(44%, #e88c40),to(#e97c1e));
    background: linear-gradient(to bottom, #e89a5a 0%,#e88c40 44%,#e97c1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e89a5a', endColorstr='#e97c1e',GradientType=0 );
    color: #fff;
}
.item__page .buttons__nav:nth-child(3):hover{
  background: #e97c1e;
  background: -webkit-gradient(linear, left top, left bottom, from(#e97c1e),color-stop(56%, #e88c40),to(#e89a5a));
  background: linear-gradient(to bottom, #e97c1e 0%,#e88c40 56%,#e89a5a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e97c1e', endColorstr='#e89a5a',GradientType=0 );
}
.item__page .buttons__nav:nth-child(4){
    background: #34d293;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #34d293),color-stop(56%, #32c98f),to(#30c18a));
    background: linear-gradient(to bottom, #34d293 1%,#32c98f 56%,#30c18a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34d293', endColorstr='#30c18a',GradientType=0 );
}
.item__page .buttons__nav:nth-child(4):hover{
    background: #30c18a;
    background: -webkit-gradient(linear, left top, left bottom, from(#30c18a),color-stop(44%, #32c98f),color-stop(99%, #34d293));
    background: linear-gradient(to bottom, #30c18a 0%,#32c98f 44%,#34d293 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c18a', endColorstr='#34d293',GradientType=0 );
}
.item__page .buttons__nav.active:hover{
    background: #fff;
}
.item__page, .page, .user-public-profile, body.user, body.not-found{
    background-color: #eee;
}
.item__page .buttons__nav.active{
    background: #fff;
    border-bottom: none;
    border-color: #dadada;
    position: relative;
    color: #484848;
    z-index: 9;
}
.item__page .items__bybar{
    border: 1px solid #dadada;
    background-color: #fff;
    margin: -1px 0;
    border-radius: 9px;
  border-top-left-radius: 0;

}
.item__page .item__content{
    border: 1px solid #e9e9e9;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 2px 8px #d8d8d8;
    box-shadow: 0px 2px 8px #d8d8d8;
}
.item__page .main{
    margin-bottom: 5%;
}
.item__content__rightbar, .item__content__leftbar{
    padding: 20px;
}
.item__content__rightbar{
    width: 62%;
}
.item__content__leftbar{
    width: 38%;
}
.item__page .breadcrumb .breadcrumb li, .item__page .breadcrumb>li+li:before{
    border: none;
}
.item__page .breadcrumb>li+li:before{
    content: "/";
    background: none;
}
.item__page .breadcrumb .breadcrumb li:after{
    display: none;
}
.item__content__rightbar h1{
    font-size: 22px;
    line-height: 22px;
    padding: 10px 0;
    margin-bottom: 0;
}
.item__content__rightbar .price{
    font-size: 28px;
    font-weight: 700;
    font-family: arial;
    color: #e52465;
    display: block;
}
.item__content__rightbar .item___header{
    padding-bottom: 19px;
    border-bottom: 1px solid #eee;
}
.item__content__leftbar .buttom__bar{
    margin: 25px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item__content__leftbar .buttom__bar .fa-envelope{
    color: #03A9F4;
    padding: 0 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
}
.item__content__leftbar .buttom__bar .fa-share{
    color: #FF5722;
    padding: 0 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
}
.item__content__leftbar .buttom__bar a{
    width: 48%;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #dadada;
    border-radius: 4px;
}
.item__content__rightbar .descrp{
    padding: 9px 15px;
    font-size: 14px;
}
.item__content__rightbar .descrp p{
  padding: 10px 8px;
}
.item__content__leftbar .item__photos{
  border: 1px solid #eee;
  padding: 5px;
}
.item__content__leftbar .item__photos a{
  text-decoration: none;
}
.item__page .similar_ads h2{
    font-size: 18px;
    color: #484848;
    padding: 30px 19px 10px;
}
.item__page .similar_ads .items__grid {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    padding: 0;
}
.item__page .similar_ads .items__grid .item__block{
  border: 1px solid #e9e9e9;
  background: #fff;
  width: 18.5%;
}
.item__page .similar_ads .items__grid div+div{
    margin-left: 22px;
}
.item__page__conact{
    display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(17, 17, 17, .92);
    padding: 2%;
    z-index: 999;
    overflow-x: hidden;
}
.item__page__conact h2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #eee;
  text-align: left;
  font-size: 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.12941);
  margin: 0 0 15px;
}
.item__page__conact h2 .fa-times{
  cursor: pointer;
  padding: 0 5px;
}
.item__page__conact h2 .fa-times:hover{
  color: #e91e63;
}
.item__page__conact label{
  color: #95979c;
  font-size: 15px;
  padding-bottom: 8px;
  display: inline-block;
}
.item__page__conact__content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item__content__leftbar .mask_as_form select{
  border: 1px dashed #eee;
  padding: 5px;
  color: #333;
  border-radius: 4px;
}
.item__content__leftbar .mask_as_form select:hover{
    background-color: #fafafa;
}
.item__page .item__content .view{
  position: absolute;
  right: -1px;
  top: -4px;
  padding: 6px 13px;
  background-color: #06a6fa;
  color: #fff;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 1px 0px 4px #ababab;
  box-shadow: 1px 0px 4px #ababab;
}
.item__page .item__content .view:before{
  content: "";
  top: 0;
  border: 2px solid transparent;
  border-right: 2px solid #0985c5;
  border-bottom: 2px solid #0985c5;
  position: absolute;
  left: -4px;
}
.item__page .item__content .premium{
  position: absolute;
  right: 79px;
  top: -4px;
  padding: 6px 13px;
  background-color: #e72063;
  color: #fff;
  text-transform: uppercase;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 1px 0px 4px #ababab;
  box-shadow: 1px 0px 4px #ababab;
}
.item__page .item__content .premium .fa{
  color: #FFEB3B;
  padding-right: 6px;
  text-shadow: 1px 1px #9e9e9e;
}
.item__page .item__content .premium:before{
  content: "";
  top: 0;
  border: 2px solid transparent;
  border-right: 2px solid #b71c50;
  border-bottom: 2px solid #b71c50;
  position: absolute;
  left: -4px;
}
.contact__form__item{
    width: 40%;
}
.item__content__rightbar .meta_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item__content__rightbar .meta_list .meta{
    border: 1px solid #eee;
    padding: 10px 8px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
}
.item__content__rightbar .meta_list .meta img{
    padding: 0 10px;
}
#user__contact{
    float: left;
    width: 100%;
}
#user__contact .image{
    float: left;
}
#user__contact .info__user{
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85%;
    margin-left: 16px;
    background: #f5f5f5;
    border-radius: 4px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 18px;
}
#user__contact .info__user > *{
    padding: 5px;
    color: #4e4e4e;
    font-size: 14px;
}
#user__contact .info__user .fa{
    color: #64aefa;
    padding-right: 6px;
}
#comments .header{
    background: #eee;
    padding: 10px;
    margin-bottom: 10px;
}
.item_location span{
  padding: 10px 0;
  display: inline-block;
  font-size: 14px;
}
.item__page .items__bybar .comments_list{
    max-height: 360px;
    overflow-y: scroll;
    position: relative;
}
.item__page .items__bybar .comments_list .comment{
    color: #404040;
    background: #eedc94;
    padding: 10px;
    margin-bottom: 10px;
}
.item__page .items__bybar .comments_list .comment h3{
    padding: 0 0 5px;
    border-bottom: 1px solid #d0b759;
    margin-bottom: 10px;
}
#custom_fields tr {
    border: 1px solid #eee;
    padding: 10px 8px;
    margin-bottom: 10px;
    display: inline-block;
    width: 49%;
}
#custom_fields tr:nth-of-type(even){
    margin-left: 13px;
}
#useful_info{
    color: #404040;
    background: #eedc94;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px;
    margin: 20px 0 5px;

}
#useful_info li{
  padding: 3px 0;
}
#useful_info h2{
  padding: 4px 0 5px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 10px;
}
.login #footer{
     margin-top:200px;
  width: 100%;
}
.recover #footer{
display:none;
}
#useful_info ul{
    list-style-type: none;
}
.page .page__block{
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 2px 8px #d8d8d8;
  box-shadow: 0px 2px 8px #d8d8d8;
  margin: 20px 0;
  min-height: 350px;
     padding: 20px 40px;
}
.page .page__block h1{
  padding: 20px 14px 5px;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 25px 15px;
  font-size: 18px;
}
.page .page__block p{
  padding: 17px 23px;
  font-size: 14px;
  font-family: inherit;
}
.user-public-profile .main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.user-public-profile .breadcrumb{
    display: none;
}
.user-public-profile .sidebar{
    width: 25%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px #d8d8d8;
    box-shadow: 0px 2px 8px #d8d8d8;
    padding: 2px;
    height: 100%;
}
.user-public-profile .sidebar .user-card{
    border: 1px solid #dcdcdc;
}
.user-public-profile .sidebar .user-card .image{
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.user-public-profile .sidebar .user-card .user_data{
    list-style-type: none;
    padding: 17px 28px;
    background: #f7f7f7;
}
.user-public-profile .sidebar .user-card .user_data li{
  padding: 5px 0;
}
.user-public-profile .sidebar .user-card .button.contact{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background: #3ab0dd;
    background: linear-gradient(135deg, #3ab0dd 0,#2f91af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab0dd', endColorstr='#2f91af',GradientType=1 );
}
.user-public-profile .sidebar .user-card .button.contact:hover{
  background: #2f91af;
  background: linear-gradient(135deg, #2f91af 0%,#3ab0dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f91af', endColorstr='#3ab0dd',GradientType=1 );
}
.user-public-profile .sidebar .user-card .button.contact .fa{
    margin: 0 10px;
}
.user-public-profile  .item__user__profile{
    width: 73%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px #d8d8d8;
    box-shadow: 0px 2px 8px #d8d8d8;
    position: relative;
    min-height: 462px;
}
.user-public-profile .items__grid {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    margin: 15px 0 0;
}
.user-public-profile .items__grid div+div{
    margin-left: 16px;
}
.user-public-profile .items__grid .item__block{
    width: 31.5%;
}
.user-public-profile .similar_ads h2{
    font-size: 16px;
    padding: 12px 23px;
    border-bottom: 1px solid #eee;
}
.ads_728{
    width: 728px;
    height: 90px;
    margin: 10px auto;
}
.ads_300{
    width: 300px;
    height: 250px;
    margin: 20px 0;
}
.mobile_menu{
    display: none;
}
.list__mobile__menu{
    display: none;
    z-index: 99;
}
.searchmobile .sidebar .filters{
    margin: 0;
}
.list__mobile__menu  .close, .list__mobile__menu .post{
    padding: 15px;
}
.close .fa{
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: background .1s;
    transition: background .1s;
    color: #fff;
}
.header-mobile .close:hover .fa, .header-mobile .close:active .fa, .header-mobile .close:focus .fa, .header-mobile .post:hover .fa, .header-mobile .post:active .fa, .header-mobile .post:focus .fa{
    color: #000;
}
.post .fa{
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background .1s;
    transition: background .1s;
}
.flashmessage-404{
    border: 1px solid #e9e9e9;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 2px 8px #d8d8d8;
    box-shadow: 0px 2px 8px #d8d8d8;
    margin: 20px 0;
    padding: 20px;
}
.flashmessage-404 h1, .flashmessage-404 p{
    text-align: center;
    font-size: 18px;
}
.search-404{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.search-404 form{
    width: 40%;
}
.search-404 fieldset input[type="text"]{
    padding: 7px;
    width: 100%;
    border: 1px solid #cececf;
    outline: 0;
}
.search-404 fieldset button{
    color: #fff;
    margin: 8px auto;
    width: 38%;
    background: #e12867;
    border: none;
    border-radius: 2px;
    padding: 9px 0;
    cursor: pointer;
}
.search-404 fieldset button:hover{
    background: #ca1955;
    border: none;
}
.category-404{
    border-top: 1px solid #eee;
    padding: 26px 0;
    margin: 20px 0;
}
.category-404 .categories{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.category-404 .categories> h2{
    text-align: center;
    width: 23%;
    border: 1px solid #eee;
    margin: 6px 0;
}
.category-404 .categories> h2 a{
    text-decoration: none;
    color: #333;
    padding: 14px;
    display: inline-block;
    width: 100%;
    transition: background .3s;
}
.category-404 .categories> h2 a:hover{
  background: #eee;
}
#footer .dopl{
    padding: 0 17px;
}
#footer .head__bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
}
#footer .head__bar__conact .social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
#footer .head__bar__conact .social li > a{
    padding: 20px;
}
#footer .head__bar__conact .social li > a:hover{
    color: #fff;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
#footer .head__bar__conact .icons {
    font-size: 25px;
    margin-bottom: 12px;
}
#footer .head__bar__conact .icons .fa-map-marker{
    color: #ea6757;
}
#footer .head__bar__conact .icons .fa-envelope{
    color: #34d293;
}
#footer .head__bar__conact .icons .fa-phone{
    color: #3ab0e2;
}
#footer .resp-toggle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
#footer .head__bar .head__bar__conact:nth-last-child(1){
    background: #171717;
    padding: 60px;
}
#footer .resp-toggle li a{
    padding: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.86;
}
#footer a:hover{
    text-decoration: underline;
}
#footer{
    background: #272727;
}
#footer .bootom_bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}
#footer a, #footer span{
    color: #939393;
    text-decoration: none;
}
