@font-face {
    font-family: Circe;
    src: url(../fonts/CRC25.otf);
    font-weight: 100;
}

@font-face {
    font-family: Circe;
    src: url(../fonts/CRC35.otf);
    font-weight: 200;
}

@font-face {
    font-family: Circe;
    src: url(../fonts/CRC55.otf);
    font-weight: 300;
}

@font-face {
    font-family: Circe;
    src: url(../fonts/Circe-Bold.otf);
    font-weight: 400;
}

@font-face {
    font-family: Circe;
    src: url(../fonts/Circe-ExtraBold.otf);
    font-weight: 500;
}

html, body {
    min-width: 335px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding: 0 !important;
    font-family: Circe, Arial;
    font-weight: 300;
    color: #fff;
    /*background: url(../img/bg1200.jpg) center top no-repeat, rgba(0, 0, 0, 0.60) url(../img/bg1200-line.jpg) center top repeat-y;*/
    background: rgba(0, 0, 0, 0.60) url(../img/bg1200-line.jpg) center top repeat-y;
    margin-bottom: 180px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Circe, Arial;
    font-weight: 300;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 30px;
}

a,
a:focus,
button,
button:focus {
    outline: none !important;
}

.logo img {
    float: right;
    margin-right: 5px;
    padding: 0 0 5px;
}

header h1,
header img {
    margin-top: 30px;
    margin-bottom: 25px;
}

main .main-desc {
    font-size: 15px;
}

div.main-desc a {
    color: #ffffff;
}

article {
    min-height: 500px;
}

header .logo,
main aside {
    background: #fff;
}

header .btn-block {
    display: none;
    margin: 0 0 20px;
}

header .navbar {
    display: none;
    margin: 0 0 0;
    border: none;
}

.navbar-logo {
    background: #fff;
    float: left;
    height: 64px;
    width: 268px;
}

header .navbar-toggle {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    float: right;
    font-size: 1.5714em;
    height: 64px;
    line-height: 40px;
    margin: 0 5px;
    overflow: hidden;
    padding-top: 18px;
    text-align: center;
    opacity: 0.61;

    width: 57px;
}
.navbar-toggle.show,.navbar-inverse .navbar-toggle.show:hover, .navbar-inverse .navbar-toggle.show:focus {
    background: #fff;
    margin: 0;
    opacity: 1;
    width: 64px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.viber {
    width: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 2px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    background: url(../img/viber-ico.png);
}
.navbar-toggle.show .icon-bar.top/*, .navbar-toggle:hover .icon-bar.top, .navbar-toggle:focus .icon-bar.top*/ {
    background: #b42c2c;
    top: 10px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0.61;
}
.navbar-toggle.show .icon-bar.mid/*, .navbar-toggle:hover .icon-bar.mid, .navbar-toggle:focus .icon-bar.mid*/ {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.show .icon-bar.bot/*, .navbar-toggle:hover .icon-bar.bot, .navbar-toggle:focus .icon-bar.bot*/ {
    background: #b42c2c;
    bottom: 8px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.61;
}

.navbar-toggle .icon-bar.top, .navbar-toggle .icon-bar.bot {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.navbar-toggle .icon-bar {
    margin: 0 auto 5px;
    position: relative;
    width: 30px;
    height: 3px;
    background: #fff;
}
.navbar-toggle .icon-bar.mid {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

header .navbar-toggle .icon-bar {
    width: 38px;
    height: 3px;
    border-radius: 3px;
}

header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

header .navbar-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e3d2d+0,13281f+100 */
    /*background: #1e3d2d;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #1e3d2d 0%, #13281f 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e3d2d), color-stop(100%, #13281f));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #1e3d2d 0%, #13281f 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #1e3d2d 0%, #13281f 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #1e3d2d 0%, #13281f 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #1e3d2d 0%, #13281f 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e3d2d', endColorstr='#13281f', GradientType=0);*/ /* IE6-9 */
    background: url(../img/bg-navbar.png) 0 0 repeat-x;
    min-width: 335px;
    position: relative;
}

.mobile-menu {
    /*background: url(../img/bg-mobile-menu.png) 0 0 repeat-y;*/
    position: fixed;
    top: 0;
    right: 999px;
    bottom: 0;
    width: 287px;
    z-index: 1200;
}
.mobile-menu.active{
    right: 0;
}
.mobile-menu__inner {
    background: url(../img/bg-mobile-menu.png) 0 0 repeat-y;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    /*width: 100%;*/
}

.mobile-menu__top {
    /*background: #b42c2c;*/
    height: 64px;
    margin: 0 -15px;
}

.mobile-menu__close {
    /*background: #fff url(../img/bg-mobile-menu-close.png) 0 0 no-repeat;*/
    cursor: pointer;
    height: 64px;
    right: 0;
    position: absolute;
    width: 64px;
}

.mobile-menu__logo {
    background: #b42c2c;
    height: 64px;
    margin-right: 64px;
}

.mobile-menu__logo img{
    margin-top: 18px;
}

.mobile-menu__buttons {
    padding: 18px 16px;
}

.mobile-menu__button, .mobile-menu__button:hover, .mobile-menu__button:focus {
    background: transparent;
    border: 2px solid #efb916;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    height: 41px;
    line-height: 35px;
    margin: 0 0 18px 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.mobile-menu__button_filled,.mobile-menu__button_filled:hover,.mobile-menu__button_filled:focus {
    background: #efb916;
    color: #000;
}

header .navbar-inverse {
    background: #fff;
}

header .navbar-inverse .navbar-nav {
    margin: 0;
}

header .navbar-inverse .navbar-nav li a {
    color: #000;
    text-align: left;
    padding: 10px 15px 10px 50px;
    display: block;
    text-decoration: none;
}

header .navbar-inverse .navbar-nav .panel-body a {
    border-top: 1px dashed #c14747;
    padding: 6px 15px 5px 45px;
    position: relative;
}

header .navbar-inverse .navbar-nav .panel-body a:before {
    content: "...";
    font-size: 11px;
    height: 1px;
    line-height: 1px;
    position: absolute;
    top: 11px;
    left: 30px;
}

header .navbar-inverse .navbar-nav .panel-body a:hover,header .navbar-inverse .navbar-nav .panel-body a:hover:before {
    color: #efb916;
}

header .navbar-inverse .navbar-nav .panel-body a:first-child {
    border: none;
}

header .navbar-inverse .navbar-nav .panel-body {
    background: #b93030;
    border: none!important;
    padding:0;
}

header .navbar-inverse .navbar-nav .panel-default {
    background: #b42c2c;
    border: none;
    border-bottom: 1px solid #bc4242;
    border-radius: 0;
    color: #fff;
    font-family: 'Open Sans';
    margin: 0;
}

header .navbar-inverse .navbar-nav .panel-default:hover {
    background: #efb916;
}

header .navbar-inverse .navbar-nav .panel-default > .panel-heading {
    border: none;
    padding: 0;
    background: none;
}

header .navbar-inverse .navbar-nav li a {
    position: relative;
    color: #fff;
}
header .navbar-inverse .navbar-nav li a:hover {
    color: #000;
}

header .navbar-inverse .navbar-nav li a.m-0:before {
    background: url(../img/m-0.png) 0 50% no-repeat;
    content: "";
    height: 40px;
    position: absolute;
    top: 0;
    left: 14px;
    width: 19px;
}

header .navbar-inverse .navbar-nav li a.m-3:before {
    background: url(../img/m-3.png) 0 50% no-repeat;
    content: "";
    height: 40px;
    position: absolute;
    top: 0;
    left: 16px;
    width: 17px;
}

header .navbar-inverse .navbar-nav li a.m-5:before {
    background: url(../img/m-5.png) 0 50% no-repeat;
    content: "";
    height: 40px;
    position: absolute;
    top: 0;
    left: 14px;
    width: 19px;
}

header .navbar-inverse .navbar-nav li a.m-11 {
    background: url(../img/cab-icons.png) 18px -522px no-repeat;
}

header .navbar-inverse .navbar-nav li a.m-15:before {
    background: url(../img/m-15.png) 0 50% no-repeat;
    content: "";
    height: 40px;
    position: absolute;
    top: 0;
    left: 18px;
    width: 12px;
}

header .navbar-inverse .navbar-nav li a.m-6:before {
    background: url(../img/m-6.png) 0 50% no-repeat;
    content: "";
    height: 40px;
    position: absolute;
    top: 0;
    left: 12px;
    width: 23px;
}

header .navbar-inverse .navbar-nav li a.m-0:hover:before {
    background-position: -19px 50%;
}

header .navbar-inverse .navbar-nav li a.m-3:hover:before {
    background-position: -17px 50%;
}

header .navbar-inverse .navbar-nav li a.m-5:hover:before {
    background-position: -19px 50%;
}

header .navbar-inverse .navbar-nav li a.m-11:hover {
    background-position: 18px -562px;
}

header .navbar-inverse .navbar-nav li a.m-15:hover:before {
    background-position: -12px 50%;
}

header .navbar-inverse .navbar-nav li a.m-6:hover:before {
    background-position: -23px 50%;
}

header a.new-ob,
header a.new-ob:hover {
    background: #57a427;
    color: #fff;
    display: block;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    /*margin: 0 -15px;*/
    text-decoration: none;
    text-transform: uppercase;
}

header .auth-reg {
    margin: 0 0 0 -125px;
    position: absolute;
    left: 50%;
    top: 13px;
    padding: 0 0 0;
    width: 260px;
}

header .auth-reg .ava {
    padding: 8px 18px;
    background: url(../img/cab-icons.png) 0px -241px no-repeat;
}

header .auth-reg .btn,
header .auth-reg .btn:hover {
    background: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    border: none;
    padding: 8px 5px;
    max-width: 100px;
    overflow: hidden;
}

header .auth-reg .btn:focus,
header .auth-reg .btn:active {
    background: none !important;
    color: #fff !important;
}

header .btn-block .btn {
    font-size: 18px;
    font-weight: 400;
    height: 48px;
    border: none;
    margin: 0 auto 20px;
    max-width: 350px;
}

header .btn-block .btn-warning {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3ca1b+0,eba811+100 */
    background: #f3ca1b; /* Old browsers */
    background: -moz-linear-gradient(top, #f3ca1b 0%, #eba811 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3ca1b), color-stop(100%, #eba811)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f3ca1b 0%, #eba811 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f3ca1b 0%, #eba811 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f3ca1b 0%, #eba811 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f3ca1b 0%, #eba811 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3ca1b', endColorstr='#eba811', GradientType=0); /* IE6-9 */
    border-bottom: 3px solid #dba014;
}

header .btn-block .btn-danger {
    background: #ea6f6f;
    background: -moz-linear-gradient(top, #ea6f6f 0%, #dc4444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea6f6f), color-stop(100%, #dc4444));
    background: -webkit-linear-gradient(top, #ea6f6f 0%, #dc4444 100%);
    background: -o-linear-gradient(top, #ea6f6f 0%, #dc4444 100%);
    background: -ms-linear-gradient(top, #ea6f6f 0%, #dc4444 100%);
    background: linear-gradient(to bottom, #ea6f6f 0%, #dc4444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6f6f', endColorstr='#dc4444', GradientType=0);
    border-bottom: 3px solid #bc3131;
}

.statistic {
    padding-top: 10px;
    margin-bottom: 85px;
}

.statistic h4 span.statistic-text {
    text-align: right;
    font-size: 56px;
    font-weight: 100;
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}

.statistic h4 {
    font-size: 56px;
    font-weight: 100;
}

.statistic span.statistic-text {
    font-size: 15px;
}

.statistic > div:after {
    content: url(../img/stat-star.png);
    position: absolute;
    right: -5px;
    top: 20px;
}

.statistic > div:last-child:after {
    display: none;
}

.statistic .online {
    position: relative;
}

.statistic .online h4 {
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.statistic .online h4.active {
    opacity: 1;
}

.statistic .online h4.second {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    margin-left: -50%;
}

.search {
    margin-bottom: 65px;
}

.search .caret {
    color: #e5b215;
}

.search button {
    border-radius: 0;
}

.search p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 15px;
}

.search .btn-default span:not(.caret) {
    width: 90%;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.search .btn-default {
    max-width: 325px;
    border: none;
    border-bottom: 3px solid #e8e8e8;
    border-right: 1px solid #f0e4bb;
    width: 325px;
    padding: 14px 3px 11px 15px;
    text-align: left;
}

.search .btn-warning {
    width: 100px;
    background-color: #e5b215;
    border: none;
    border-bottom: 3px solid #cfa115;
    padding: 14px 10px 11px;
}

.search .btn-warning:active {
    background: #f0ad4e;
}

.search .btn-warning img {
    padding: 0 5px 3px 0;
}

.search .btn-group {
    float: left;
}

.search .btn-group:first-child .btn {
    border-radius: 4px 0 0 4px;
}

.search .btn-group:last-child .btn {
    border-radius: 0 4px 4px 0;
}

.search .btn-group:last-child {
    margin-left: 0px;
}

.search .btn {
    font-size: 15px;
}

.search .dropdown-menu {
    border: none;
    border-radius: 0;
    margin: 0;
}

.search .dropdown-menu li a {
    padding: 8px 20px;
}

.ad-list {
    margin: 0 0 90px;
}

.ad-list .title {
    margin-bottom: 18px;
}

.ad-list .title h3 {
    float: left;
    font-size: 16px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    margin: 0;
}

.ad-list .title .vip-all {
    float: right;
    padding: 4px 17px;
    background: none;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, .37);
}

.ad-list .title .vip-all:hover {
    background: #fff;
    color: #639ff1;
}

.ad-list .title .add-here {
    float: right;
    padding: 5px 17px;
    background: #639ff1;
    color: #fff;
    border-radius: 20px;
    border: none !important;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, .37);
}

.ad-list .item {
    color: #000;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    margin: 0 0 20px;
    padding: 5px;
    background: linear-gradient(180deg, rgba(131, 146, 136, 0.78) 0%, rgba(8,57,40,0.73) 58%, rgba(8,57,40,0.8) 69%, rgba(13, 66, 48, 0.44) 76%, rgb(7, 53, 37) 100%);
}

.ad-list .item .inner {
    padding: 0 10px 0px 0;
    overflow: hidden;
    background: #fff;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #676767;
}

.ad-list .item .inner:before {
    display: table;
    content: " ";
}

.ad-list .item .ava {
    width: 165px;
    height: 200px;
    float: left;
    margin: 0 15px 0 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.ad-list .item .ava img {
    height: 100%;
}

.ad-list .item .ava .fotos {
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 53px;
    height: 30px;
    line-height: 34px;
    font-size: 15px;
    font-weight: 300;
    text-align: right;
    padding: 0 39px 0 0;
    color: #fff;
    background: url(../img/ob-icons.png) 20px -90px no-repeat rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}
div.all-adv{
    display: none;
}


.ad-list .item .phone {
    font-size: 22px;
    margin: 15px 0 5px 180px;
    padding: 0 0 0 30px;
    height: 30px;
    line-height: 35px;
    font-weight: 300;
    /*background: url(../img/ob-icons.png) -1px -30px no-repeat;*/
}

.ico-tel {
    background: url(../img/ob-icons.png) -1px -30px no-repeat;
}

.ico-mail {
    background: url(../ico/ico-mail.png) no-repeat scroll 0 9px / 20px 15px;
}

.ico-vk {
    background: url(../ico/ico-vk.png) no-repeat 0 8px / 18px 18px;
}

.ad-list .item .phone a {
    color: #000;
    text-decoration: none;
}

.ad-list .item .phone i {

    float: right;
    margin: 4px 0 0;
}

.ad-list .item .phone i.glyphicon-star {
    color: #f6de95;
}

.ad-list .item .phone i.glyphicon-pushpin {
    color: #639ff1;
}

.ad-list .item .date i {
    float: left;
    margin: 3px 10px 0 0;
    font-size: 22px;
}

.ad-list .item .date i.glyphicon-star {
    color: #f6de95;
}

.ad-list .item .date i.glyphicon-pushpin {
    color: #639ff1;
}

.ad-list .item .cat {
    color: #639ff1;
    background: url(../img/ob-icons.png) -2px top no-repeat;
    padding: 0 0 0 30px;
    margin: 0 15px 5px 0;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}

.ad-list .item .date {
    color: #c6c6c6;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.ad-list .item .desc {
    color: #777;
    min-height: 60px;
    overflow: hidden;
    margin: 0 0 10px;
}

.ad-list .item .claim {
    color: #639ff1;
    background: url(../img/ob-icons.png) 55px -60px no-repeat;
    float: right;
    padding: 0 25px 0 0;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.ad-list .item .by-user {
    display: block;
    color: #639ff1;
    float: right;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
}

.ad-list .item .actions {
    text-align: center;
    /*position: absolute;*/
    bottom: -50px;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #282828;
    border-radius: 0 0 4px 4px;
}

.ad-list .item .actions a {
    display: inline-block;
    margin: 5px 10px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}

.ad-list .item .actions .vip {
    background: url(../img/ob-icons.png) 0px -120px no-repeat;
    padding: 0 0 0 21px;
}

.ad-list .item .actions .fasten {
    background: url(../img/ob-icons.png) 0px -150px no-repeat;
    padding: 0 0 0 29px;
}

.ad-list .item .actions .point {
    background: url(../img/ob-icons.png) 0px -180px no-repeat;
    padding: 0 0 0 33px;
}

.ad-list .item .actions .up {
    background: url(../img/ob-icons.png) 0px -210px no-repeat;
    padding: 0 0 0 32px;
}

.ad-list .item .actions .edit {
    background: url(../img/ob-icons.png) 0px -240px no-repeat;
    padding: 0 0 0 32px;
}

.ad-list nav {
    text-align: center;
}

.ad-list .btn-publish {
    font-size: 12px;
    font-weight: 300;
    border-radius: 20px;
    background: #639ff1;
    border: none;
    margin-left: 20px;
}

.ad-list .btn-remove {
    font-size: 14px;
    font-weight: 300;
    color: #f73939;
    background: none;
    border: none;
}

.ad-list .btn-unpublish {
    font-size: 14px;
    font-weight: 300;
    color: #e5b215;
    background: none;
    border: none;
}

.ad-list .btn-unpublish .glyphicon {
    padding: 3px 3px;
    border-radius: 15px;
    font-size: 9px;
    font-weight: 100;
    border: 1px solid #e5b215;
    margin-left: 5px;
    text-align: center;
}

.ad-list .btn-unpublish:focus,
.ad-list .btn-unpublish:active {
    background: none;
    color: #e5b215;
}

.ad-list .btn-remove:focus,
.ad-list .btn-remove:active {
    background: none;
    color: #f73939;
}

.ad-list .btn-remove .glyphicon {
    padding: 3px 3px;
    border-radius: 15px;
    font-size: 9px;
    font-weight: 100;
    border: 1px solid #f73939;
    margin-left: 5px;
    text-align: center;
}

.ad-list .item .pay {
    text-align: center;
    /*position: absolute;*/
    bottom: -50px;
    left: 0;
    width: 100%;
    padding: 0;
    background: #488de3;
    border-radius: 0 0 4px 4px;
    margin: -3px 0 0;
}

.ad-list .item .pay a {
    display: inline-block;
    margin: 0px;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    height: 50px;
    line-height: 30px;
}

.ad-list .item.marked .inner {
    background: #ffffb7;
}

.ad-list .item.marked .phone i.glyphicon-star,
.ad-list .item.marked .date i.glyphicon-star {
    color: #f6cb47;
}

.ad-list .item.marked .date {
    color: #aaa;
}

.ad-list .item.marked .desc {
    color: #555;
}

.ad-list.low-margin-bottom {
    margin: 0 0 30px;
}

.ad-list .item.no-photo .inner {
    padding: 0 10px 0px 10px;
    min-height: 190px;
}

.ad-list .item.no-photo .ava {
    display: none;
}

.ad-list .item.no-photo .phone {
    margin: 15px 0 5px 0;
}

.ad-list .item.no-photo .date {
    margin: 15px 0 15px 0px;
}

.ad-list .item.no-photo .date.hidden-xs.hidden-sm {
    margin: 0 0 5px 0px;
}

.ad-list .item.no-photo .desc {
    padding: 0;
    margin: 0 0 5px;
}

.ad-list .item.no-photo .input-group {

}

.backUrl {
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
    display: block;
}

.backUrl:hover {
    color: #fff;
}

aside {
    position: relative;
}

aside .side-bg {
    position: fixed;
    z-index: -1;
    /* margin: 0 0 0 -15px; */
    /* left: 0; */
    /* right: auto; */
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    background: #fff;
}

#auth {
    width: 210px;
    margin: 0 0 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

#auth .info {

}

#auth .info .info-item {
    color: #000;
    font-size: 16px;
    height: 40px;
    padding: 0 0 0 40px;
    line-height: 45px;
    margin: 0 0 5px;
}

#auth .info .your-nick {
    background: url(../img/cab-icons.png) 0px 1px no-repeat;
}

#auth .info .your-phone {
    background: url(../img/cab-icons.png) 7px -40px no-repeat;
}

#auth .info .your-balance {
    background: url(../img/cab-icons.png) 2px -80px no-repeat;
}

#auth .balance {

}

#auth .balance .btn-primary {
    color: #639aea;
    border-radius: 25px;
    border: 1px solid #639aea;
    background: none;
    font-weight: 300;
    padding: 4px 15px;
}

#auth .operations {

}

#auth .operations .op-item {
    height: 40px;
    line-height: 45px;
    display: block;
    padding: 0 0 0 40px;
    margin: 0 0 5px;
    color: #639aea;
    font-size: 16px;
    cursor: pointer;
}

#auth .operations .your-history {
    background: url(../img/cab-icons.png) 6px -120px no-repeat;
}

#auth .operations .your-profile {
    background: url(../img/cab-icons.png) 0px -160px no-repeat;
}

#auth .operations .your-ads {
    background: url(../img/cab-icons.png) 6px -200px no-repeat;
}

#auth .exit {

}

#ob_main_filter .btn-default,
#auth .exit .btn-default {
    background: none;
    border: 2px solid #efb916;
    color: #efb916;
    font-weight: 400;
    font-size: 18px;
}
#ob_main_filter .btn-default {
    font-size: 13px;
}
#ob_main_filter .btn-del-filter {
    margin-left: 20px;
    margin-top: -5px;
}

#auth-mob{
    background: rgba(48, 41, 35, 0.41) !important;
    color: #555;
    border-color: #555 !important;
    padding-left: 10px;
}
.btn-color{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ea6f6f 0%, #dc4444 100%) repeat scroll 0 0 !important;

}

#auth-mob {
    display: none;
    margin: 0;
    background: none;
    border: none;
}

#auth-mob .info {

}

#auth-mob .info .info-item {
    color: #fff;
    font-size: 16px;
    height: 40px;
    padding: 0 0 0 40px;
    line-height: 45px;
    margin: 0 0 5px;
}
#auth-mob .info .info-item span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

#auth-mob .info .your-nick {
    background: url(../img/cab-icons.png) 0px -240px no-repeat;
}

#auth-mob .info .your-phone {
    background: url(../img/cab-icons.png) 7px -760px no-repeat;
}

#auth-mob .info .your-balance {
    background: url(../img/cab-icons.png) 2px -800px no-repeat;
}

#auth-mob .balance {

}

#auth-mob .balance .btn-primary {
    color: #fff;
    border-radius: 25px;
    border: 1px solid #fff;
    background: none;
    font-weight: 300;
    padding: 4px 15px;
}

#auth-mob .operations {

}

#auth-mob .operations .op-item {
    height: 40px;
    line-height: 45px;
    display: block;
    padding: 0 0 0 40px;
    margin: 0 0 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

#auth-mob .operations .op-item span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

#auth-mob .operations .your-history {
    background: url(../img/cab-icons.png) 6px -840px no-repeat;
}

#auth-mob .operations .your-profile {
    background: url(../img/cab-icons.png) 0px -240px no-repeat;
}

#auth-mob .operations .your-ads {
    background: url(../img/cab-icons.png) 6px -880px no-repeat;
}

#auth-mob .exit {

}

#auth-mob .exit .btn-default {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

form:not(.forms) {
    padding: 10px 0 0;
    background: #fff2c9;
    border-bottom: 5px solid #f0d994;
    border-radius: 5px;
}

form:not(.forms) .divider {
    height: 0;
    border-top: 1px solid #f5e6b6;
}

form:not(.forms) .form-group {
    padding: 0 10px;
    margin: 0 0 15px;
}

form:not(.forms) .form-group:first-child {
    margin: 0 0 13px;
}

form:not(.forms) .divider {
    margin: 0 0 13px;
}

form:not(.forms) .form-title {
    font-size: 24px;
    color: #8c7b41;
}

form:not(.forms) #reg-btn {
    color: #639ff1;
    border: 1px solid #639ff1;
    background: none;
    font-weight: 300;
    border-radius: 5px;
    padding: 6px 8px;
    float: right;
}

form:not(.forms) .form-group label {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

form:not(.forms) input[type=text],
form:not(.forms) input[type=email],
form:not(.forms) input[type=phone],
form:not(.forms) input[data-type=phone],
form:not(.forms) input[type=password] {
    border: none;
    font-size: 15px;
    color: #000;
    height: 40px;
    padding: 6px 12px 6px 30px;
}

form:not(.forms) input[type=phone],
form:not(.forms) input[data-type=phone] {
    background: url(../img/form-icons.png) 6px -5px no-repeat #fff;
}

form:not(.forms) input[type=password] {
    background: url(../img/form-icons.png) 6px -55px no-repeat #fff;
    font-size: 24px;
}

form:not(.forms) .checkbox input[type=checkbox] {
    display: none;
}

form:not(.forms) .checkbox label {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    line-height: 25px;
    margin: 0 0 0px;
}

form:not(.forms) .checkbox {
    text-align: center;
}

form:not(.forms) .checkbox span {
    float: right;
}

form:not(.forms) .checkbox input[type=checkbox] ~ span.check {
    display: block;
    background: #eedba3;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    margin: 0 8px 0 0;
}

form:not(.forms) .checkbox input[type=checkbox]:checked ~ span.check {
    background: url(../img/form-icons.png) 3px -115px no-repeat #eedba3;
}

form:not(.forms) button[type=submit],
form:not(.forms) button[type=submit]:hover,
form:not(.forms) input[type=submit],
form:not(.forms) input[type=submit]:hover,
form:not(.forms) button.smsSend,
form:not(.forms) button.smsSend:hover,
form:not(.forms) button.confirmChange,
form:not(.forms) button.confirmChange:hover {
    background: #efb916;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
    border: none;
    height: 45px;
    font-size: 18px;
    width: 100%;
}

form:not(.forms) button[type=submit]:focus,
form:not(.forms) input[type=submit]:focus,
form:not(.forms) button.smsSend:focus,
form:not(.forms) button.confirmChange:focus {
    color: #fff !important;
    background: #efb916 !important;
}

form:not(.forms) button[type=submit]:active,
form:not(.forms) input[type=submit]:active,
form:not(.forms) button.smsSend:active,
form:not(.forms) button.confirmChange:active {
    color: #fff !important;
    background: #f0ad4e !important;
}

form:not(.forms) .forgotPass {
    color: #639ff1;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

form:not(.forms) .code button,
form:not(.forms) .code button:hover {
    width: 100%;
    height: 40px;
    background: none;
    color: #e5b215;
    border: 1px solid #e5b215;
    font-weight: 300;
    font-size: 15px;
}

form:not(.forms) .code button:focus {
    background: none !important;
    color: #e5b215 !important;
}

form:not(.forms) .code button:active {
    background: none !important;
    color: #e5b215 !important;
}

form:not(.forms) .code input[type=text] {
    width: 100%;
    padding: 6px 12px 6px;
}

form:not(.forms) .error {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #a94442;
}

.new-ob form .error {
    -webkit-box-shadow: inset 0 1px 10px #a94442, 0 0 6px #a94442, 0 0 6px #a94442;
    box-shadow: inset 0 1px 10px #a94442, 0 0 6px #a94442, 0 0 6px #a94442;
}

.red {
    color: #ff0500;
}

.ob-btn {
    display: inline-block !important;
    line-height: 2.3em;
    outline: none;
    width: 210px;
    height: 53px;
    border: none;
    /*border-bottom: 3px solid #bc3131;*/
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea6f6f+0,dc4444+100 */
    /*background: #ea6f6f;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #ea6f6f 0%, #dc4444 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea6f6f), color-stop(100%, #dc4444));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #ea6f6f 0%, #dc4444 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #ea6f6f 0%, #dc4444 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #ea6f6f 0%, #dc4444 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #ea6f6f 0%, #dc4444 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6f6f', endColorstr='#dc4444', GradientType=0);*/ /* IE6-9 */
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    margin: 0 0 35px;
}

.ob-btn:active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dc4444+0,ea6f6f+100 */
    /*background: #dc4444;
    background: -moz-linear-gradient(top, #dc4444 0%, #ea6f6f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc4444), color-stop(100%, #ea6f6f));
    background: -webkit-linear-gradient(top, #dc4444 0%, #ea6f6f 100%);
    background: -o-linear-gradient(top, #dc4444 0%, #ea6f6f 100%);
    background: -ms-linear-gradient(top, #dc4444 0%, #ea6f6f 100%);
    background: linear-gradient(to bottom, #dc4444 0%, #ea6f6f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc4444', endColorstr='#ea6f6f', GradientType=0); */
}
.ob-btn:hover,
.ob-btn:focus {
    background-color: #3b9bed!important;
}

.cat-side {
    width: 210px;
    text-align: center;
    font-weight: 300;
    padding: 20px 0 0;
    margin: 0 0 40px;
    background: #fff;
    border-radius: 5px;
    border-bottom: 5px solid #f1f1f1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.cat-side ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cat-side > ul {

}

.cat-side > ul > li {
    padding: 0 0 10px;
}

.cat-side > ul > li.divider {
    background: url(../img/cat-side-divider.png) center top no-repeat;
}

.cat-side > ul li a {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 15px;
    display: inline-block;
}

.cat-side > ul > li > ul {

}

.cat-side > ul > li > ul > li {

}

.cat-side > ul > li > ul li a {
    color: #639ff1;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    text-transform: none;
    margin: 0;
}

article .cat-side {
    display: none;
}

footer {
    background: #222;
    padding: 0 0 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}

footer div.row.confirm{
    margin-bottom: 18px;
}

footer .navbar-default {
    background: none;
}

footer .navbar-default .navbar-nav > .active > a {
    color: #fff;
}

footer .navbar-default .navbar-nav > .active > a,
footer .navbar-default .navbar-nav > .active > a:focus,
footer .navbar-default .navbar-nav > .active > a:hover {
    background: none;
}

footer .navbar-nav > li > a {
    padding: 23px 15px 12px 0;
}

footer .navbar-default .navbar-nav li a {
    color: #fff;
}

footer .navbar-default .navbar-nav li a:hover,
footer .navbar-default .navbar-nav li a:focus {
    color: #777;
}

footer .age18 {
    opacity: .2;
    margin-top: 30px;
    margin-right: 130px;
    float: right;
}

footer p {
    font-size: 14px;
    color: #a7a7a7;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
    font-size: 16px;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, .2);
}

.table-bordered > tbody > tr > td {
    font-weight: 200;
}

.content {
    padding: 10px 0 0;
}

.breadcrumb {
    float: right;
    width: 210px;
    font-size: 13px;
    background: none;
    color: #000;
}

.breadcrumb > li {
    display: inline;
}

.breadcrumb > li.active {
    color: #000;
}

.breadcrumb > li a {
    color: #639ff1;
}

.breadcrumb > li + li:before {
    padding: 0 1px;
}

.pagination {

}

.pagination > li {
    color: #fff;
    font-size: 14px;
}

.pagination li a {
    color: #fff;
    background: none;
    border-radius: 20px !important;
    border: 1px solid #fff;
    margin: 0 5px;
    width: 34px;
    text-align: center;
    padding: 6px 0;
}

.pagination > li:first-child > a {
    margin-left: 0;
}

.pagination > li:last-child > a {
    margin-right: 0;
}

.pagination li a:hover,
.pagination li a.active {
    color: #639ff1;
    background: #fff;
}

.pagination li a:focus,
.pagination li a:active {
    color: #639ff1;
    background: #fff;
}

.pagination .dots {
    border: none;
}

.pagination .prev,
.pagination .next {
    width: auto;
    padding: 6px 12px;
}

.pagination .arrow {
    padding: 10px 0 0 0;
}

.pagination .prev .arrow {
    background: url(../img/pag-icons.png) 0px -170px no-repeat;
    padding: 0 2px 0 0;
    margin: 0 5px 0 0;
}

.pagination .next .arrow {
    background: url(../img/pag-icons.png) 0px -250px no-repeat;
    padding: 0 0px 0 2px;
    margin: 0 0 0 5px;
}

.pagination .prev:hover .arrow {
    background-position: 0px -210px;
}

.pagination .next:hover .arrow {
    background-position: 0px -290px;
}

.new-ob form {
    background: none;
    color: #fff;
    border: none;
    padding: 0;
}

.new-ob .form-group {
    margin: 0 0 35px !important;
}

.new-ob form label {
    color: #fff;
    font-size: 15px;
}

.new-ob input[type=phone],
.new-ob input[data-type=phone] {
    max-width: 250px;
    font-size: 18px;
    color: #639aea;
    background: #fff;
    padding: 6px 12px 6px 12px;
}

.new-ob .panel {
    background: none;
    border: none;
}

.new-ob .panel-group {
    border-radius: 5px;
    overflow: hidden;
}

.new-ob .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    background: rgba(0, 0, 0, .3);
    border: none;
}

.new-ob .panel-primary > .panel-heading {
    color: #639aea;
    background: #fff;
    border: none;
    border-top: 1px solid #ebf3fd;
    border-radius: 0;
    padding: 20px 15px;
}

.new-ob .panel-group .panel + .panel {
    margin: 0;
}

.new-ob .panel-group .panel {
    border-radius: 0;
}

.new-ob .panel-title {
    font-size: 15px;
}

.new-ob .panel-body label {
    padding: 0;
}

.new-ob .panel-body label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 15px;
    background: url(../img/new-ob-icons.png) 0px -20px no-repeat;
}

.new-ob .panel-body input[type=radio] {
    display: none;
}

.new-ob .panel-body input[type=radio]:checked ~ span {
    background: url(../img/new-ob-icons.png) 0px -0px no-repeat;
}

.new-ob textarea {
    width: 100% !important;
}

.new-ob .fotos {
    margin: 0 0 30px;
}

.new-ob .fotos .load-btn {
    display: block;
    text-align: center;
    background: #fff;
    padding: 40px 0 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 13px;
}

.new-ob .fotos .load-btn img {
    margin-bottom: 30px;
}

.new-ob .fotos p {
    color: #538ddb;
    font-size: 18px;
    margin: 0 0 4px;
    line-height: 1.2em;
}

.new-ob .fotos p span {
    color: #91989f;
    font-size: 13px;

}

.new-ob input[type=file] {
    display: none;
}

.new-ob .fotos .loaded {

}

.new-ob .fotos .loaded .item {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.new-ob .fotos .loaded .item img {
    width: 100%;
    height: 100%;
}

.new-ob .fotos .loaded .item .remove {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 16px;
    height: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 16px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    font-size: 21px;
    line-height: 1em;
}

.new-ob button[type=submit].btn-primary,
.new-ob button[type=submit].btn-primary:hover {
    background: #488de3;
    height: 50px;
}

.new-ob button[type=submit].btn-primary:focus,
.new-ob button[type=submit].btn-primary:active {
    background: #488de3 !important;
}

.foto-box .owl-carousel img {
    width: 100%;
}

.foto-box .owl-carousel .owl-item {
    display: inline-block;
    float: none;
}

.foto-box .modal-content {
    box-shadow: none;
    border: none;
    background: none;
}

.foto-box .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 80px;
    border-radius: 0;
    margin: -40px 0 0;
}

.foto-box .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    background: url(../img/owl-icons.png) 10px -110px no-repeat rgba(0, 0, 0, .4);
    border-radius: 0 4px 4px 0;
}

.foto-box .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    background: url(../img/owl-icons.png) 10px -10px no-repeat rgba(0, 0, 0, .4);
    border-radius: 4px 0 0 4px;
}

.foto-box .close {
    color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/owl-icons.png) 10px -223px no-repeat rgba(0, 0, 0, .4);
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 0 0 0 0;
    z-index: 100;
    opacity: .6;
}

.foto-box .close:hover {
    opacity: 1;
}

#claim-form input[type=email] {
    padding: 6px 12px;
}

#claim-form textarea {
    border: none;
    max-width: 100%;
}

#cat-form .well-inverse {
    background: #333;
    color: #fff;
}

#cat-form label {
    font-weight: normal;
    padding: 0 0 0 10px;
    height: 30px;
    margin: 0;
    line-height: 30px;
    display: block;
}

#cat-form label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 5px 10px 0 0;
    float: left;
    background: url(../img/new-ob-icons.png) 0px -20px no-repeat;
}

#cat-form label input[type=radio]:checked ~ span {
    background: url(../img/new-ob-icons.png) 0px -0px no-repeat;
}

#cat-form .mainSect {
    font-size: 16px;
    margin: 5px 0;
}

#cat-form input[type=radio] {
    display: none;
}

.history-list p span {
    font-size: 12px;
}

.blacklist {
    max-width: 300px;
}

.blacklist .item h4 {
    height: 35px;
    line-height: 35px;
    font-size: 22px;
}

.blacklist .item button {
    margin: 0 10px 0 0;
}

#BLAdd {
    display: none;
}

#BLAdd.active {
    display: block;
}

.warning {
    padding: 20px;
    background: #FFBABA;
    color: #000;
    border-radius: 4px;
    box-shadow: inset 0 0 3px #ff0000;
    margin: 0 0 20px;
    font-size: 14px;
}

.warning p {
    margin: 0;
}

.callback {
    text-align: right;
}

#callback-form #CALLBACK_NAME {
    background: url(../img/people.png) 6px 8px no-repeat #fff;
}

#callback-form #CALLBACK_PHONE {
    background-position: 10px -5px;
}

#callback-form #CALLBACK_EMAIL {
    background: url(../img/back.png) 6px 8px no-repeat #fff;
}

#callback-form #CALLBACK_CAB {
    background: url(../img/editing.png) 6px 8px no-repeat #fff;
}

#callback-form input[type=text],
#callback-form input[type=phone],
#callback-form input[data-type=phone],
#callback-form input[type=email] {
    padding: 6px 12px 6px 40px;
}

#callback-form textarea {
    border: none;
    max-width: 100%;
}

.user-list .item .id span {
    font-size: 15px;
}

.user-list .item .group td {
    line-height: 30px;
}

#user-search {
    margin: 0 0 10px;
}

#search-result {
    font-size: 16px;
}

.app_url {
    display: inline-block;
    margin: 0 20px 0;
    overflow: hidden;
    border-radius: 10px;
    width: 100px;
}

.app_url img {
    width: 100%;
}

#forgot-pass {

}

#forgot-pass .step1,
#forgot-pass .step2,
#forgot-pass .step3 {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

#forgot-pass .step1.active {
    height: 330px;
    opacity: 1;
}

#forgot-pass .step2.active {
    height: 220px;
    opacity: 1;
}

#forgot-pass .step3.active {
    height: 100px;
    opacity: 1;
}

#forgot-pass .success {
    color: #3c763d;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}

.logo-text {
    color: #000;
    font-size: 36px;
    display: inline-block;
    font-weight: bold;
    margin-left: 158px;
    margin-top: 20px;
    font-family: Helvetica;
}

.logo-text a {
    color: #000;
    text-decoration: none;
}

#phone-verification {
    height: 40px;
    margin: 20px 0;
}

.banners {
    margin: 0 0 50px 0;
    overflow: hidden;
    text-align: center;
    word-spacing: 6px;
}

.banner {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}

.banner img {
    width: 100%;
}

@media (max-width: 1199px) {
    .logo-text {
        margin-left: 89px;
    }

    body {
        background: url(../img/bg992.jpg) center top no-repeat, url(../img/bg992-line.jpg) center top repeat-y;
    }

    .search .btn-default {
        width: 255px;
        max-width: 255px;
    }
    .banner {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .banner {
        width: auto;
    }
    div.img-18 > div{
        right: -160px!important;
    }
    body {
        background: url(../img/bg768.jpg) center top no-repeat, url(../img/bg768-line.jpg) center top repeat-y;
    }

    .logo-text {
        margin-left: 20px;
    }

    .ad-list .item .ava {
        width: 135px;
        height: 135px;
    }

    .ad-list .item .phone {
        margin: 5px 0 5px 145px;
        padding: 0 0 0 25px;
        font-size: 20px;
    }

    .ad-list .item .clearfix {
        margin: 0 0 10px;
    }

    .ad-list .item.no-photo .clearfix {
        margin: 0;
    }

    .ad-list .item.no-photo .phone {
        margin: 5px 0 5px 0;
    }

    .ad-list .item.no-photo .date {
        margin: 15px 0 5px 0px;
    }

    .ad-list .item .desc {
        padding: 0 0 0 10px;
        margin: 0;
    }

    .ad-list .item .date {
        margin: 15px 0 15px 145px;
        padding: 0;
    }

    .ad-list .item .date.date4edit {
        margin: 0 0 0 10px;
    }

    .ad-list .item .claim {
        margin: 15px 0 15px 0px;
    }

    .ad-list .item .by-user {
        margin: 15px 0 15px 0px;
    }

    .ad-list .item .ava {
        margin: 0 10px 0 0;
    }

    .ad-list .item .cat {
        padding: 0 0 0 25px;
    }

    .search .btn-default {
        width: 184px;
        max-width: 184px;
    }

    .pagination .dots {
        display: none;
    }

    .admin-btns .btn {
        width: 49%;
    }
}

div.all-adv a {
    color: #fff;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 6px 12px;

}

div.all-adv a:hover {
    color: #fff;
    background: #fff;
    text-decoration: none;
}

div.all-adv div {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}

div.all-adv {
    display: block;
    height: 45px;
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .ad-list .item .actions {
        background-color: #244833 !important;
    }
    .statistic > div:after {
        content: '';
        position: absolute;
        right: -5px;
        top: 20px;
    }
    .banner {
        width: 300px;
    }
    .shade {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: 0.91;
        z-index: 100;
    }
    .navbar-header .shade {
        width: auto;
        left: 0;
        right: 64px;
    }
    .navbar-toggle { padding-left: 9px; padding-right: 14px; }
    .desktop-logo { display: none; }
    footer .navbar-nav > li > a {
        padding: 23px 15px 12px 15px;
    }

    header .auth-reg {
        margin: 0 0 0 -182px;
    }
    div.img-18{
        position: relative!important;
        float: none!important;
    }
    div.img-18 > div{
        right: 0px !important;
        float: none!important;
        position: relative!important;
    }
    div.block-footer{
        float: none!important;
    }
    .confirm nav.nav.navbar-default div.container-fluid div.row div ul.nav.navbar-nav li{
        float: inherit;
        text-align: center;
    }
    div.copyright span {
        text-align: center;
    }

    div.copyright {
        text-align: center;
        margin: 20px;
    }

    div.feedback {
        margin: 5px;
        text-align: center;
    }

    div.feedback a {
        width: 111.25px;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 5px;
        padding: 6px 12px;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #fff;
        border-radius: 20px;
        color: #fff;
        text-decoration: none;
    }

    .js-logo {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.69);
    }

    .js-h1 {
        margin-top: 60px;
    }

    .logo-text {
        margin-left: 0px !important;
    }

    .ad-list {
        margin: 0 0 30px;
    }

    .statistic {
        margin-bottom: 30px;
    }

    .statistic span.statistic-text {
        word-break: break-word;
    }

    .statistic h4 {
        font-size: 36px;
    }

    .statistic span.statistic-text {
        font-size: 14px;
    }

    .statistic > div:after {
        top: 10px;
    }

    .search {
        text-align: center;
        width: 100%;
        margin: 0 auto 30px;
    }

    .search .btn-warning {
        width: 50px;
    }

    .search .btn-warning span {
        display: none;
    }

    .search p {
        margin: 0 0 10px 15px;
        text-align: left;
    }

    .ad-list .item .actions a {
        margin: 5px 4px;
    }

    body {
        background: /*url(../img/bg480.jpg)*/ center 60px no-repeat #296951;
        margin-bottom: 300px;
    }

    header .logo {
        text-align: center;
    }

    header .logo img {
        margin: 15px auto 5px;
        float: none;
    }

    header .navbar,
    article .cat-side {
        display: block;
    }

    aside {
        display: none;
    }

    header .logo > img {
        /*display: none;*/
    }

    header .navbar-collapse {
        border-top: none;
    }

    header h1 {
        font-size: 24px;
    }

    main .main-desc {
        font-size: 15px;
    }

    article > .row {
        padding: 40px 0 0;
        background: #f9f9f9;
    }

    .cat-side {
        margin: 0 auto 40px;
    }

    footer .age18 {
        float: none;
        margin: 30px auto 10px;
    }

    footer .col-sm-4 {
        text-align: center;
    }

    footer .nav > li {
        float: left;
    }

    footer .navbar-nav {
        margin: 3px 0;
    }

    footer p {
        margin: 0 0 15px;
    }

    .modal-dialog {
        margin: 0;
        border-radius: 0;
    }

    .modal-open .modal {
        padding: 0 !important;
    }

    .pagination span span:not(.arrow) {
        display: none;
    }

    .pagination .arrow {
        margin: 0 !important;
    }

    .pagination .arrow {
        padding: 0 26px 0 0 !important;
        margin: 0 6px !important;
    }

    .pagination .prev .arrow {
        background-position: 0px -10px;
    }

    .pagination .next .arrow {
        background-position: 0px -90px;
    }

    .pagination .prev:hover .arrow {
        background-position: 0px -50px;
    }

    .pagination .next:hover .arrow {
        background-position: 0px -130px;
    }

    .search .btn-group {
        width: 42%;
    }

    .search .btn-group .btn {
        width: 100%;
        max-width: none;
    }

    .search .btn-group:last-child {
        min-width: 50px;
        width: 15.2%;
    }

    #auth-mob {
        display: block;
    }

    .ad-list .item .date {
        font-size: 12px;
    }

    .ad-list .item .date i {
        margin: 3px 5px 0 0;
        font-size: 20px;
    }

    .pagination li a {
        margin: 0 2px;
    }

    .ad-list .item .desc {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 400px) {
    .ad-list .item .actions .vip {
        padding: 0 0 0 15px;
        background-size: 27px auto;
        background-position: 0px -107px;

    }

    .ad-list .item .actions .fasten {
        padding: 0 0 0 23px;
        background-size: 27px auto;
        background-position: 0px -133px;
    }

    .ad-list .item .actions .point {
        padding: 0 0 0 27px;
        background-size: 27px auto;
        background-position: 0px -161px;
    }

    .ad-list .item .actions .up {
        padding: 0 0 0 27px;
        background-size: 27px auto;
        background-position: 0px -189px;
    }

    .ad-list .item .actions .edit {
        padding: 0 0 0 27px;
        background-size: 27px auto;
        background-position: 0px -215px;
    }
    footer .nav > li {
        float: none;
    }

    footer .navbar-nav > li > a {
        padding: 8px 0;
    }

    .ad-list .item .claim {
        padding: 0;
        background: none;
    }

    .ad-list .item .by-user {
        padding: 0;
        background: none;
    }

    .ad-list .item .phone {
        padding: 0;
        background: none;
        font-size: 18px;
    }

    .ad-list .item .cat {
        padding: 0;
        background: none;
        height: 20px;
        line-height: 20px;
    }

    #auth-mob .info .info-item,
    #auth-mob .operations .op-item {
        font-size: 14px;
    }

    .search p {
        margin: 0 0 10px 10px;
        text-align: left;
        font-size: 15px;
    }

    .search .btn-default {
        padding: 14px 3px 11px 10px;
    }

    .pagination .prev, .pagination .next {
        padding: 6px 2px;
    }

    .ad-list .item .desc {
        font-size: 15px;
        line-height: 15px;
    }
}

@media (max-width: 361px) {
    header .navbar-toggle {
        margin: 0 5px 0 5px;
    }

    header .auth-reg .ava {
        padding: 8px 15px;
    }

    header .auth-reg .btn,
    header .auth-reg .btn:hover {
        font-size: 15px;
    }

    .search .btn-group {
        width: 41.3%;
    }

    .search .btn-group:last-child {
        min-width: 50px;
        width: 17.2%;
    }

    .ad-list .item .ava {
        width: 120px;
        height: 120px;
        margin: 0 5px 0 0;
    }

    .ad-list .item .phone {
        margin: 5px 0 5px 125px;
        font-size: 17px;
    }

    .ad-list .item.no-photo .phone {
        margin: 0 0 5px 0;
    }

    .ad-list .item .date {
        margin: 5px 0 5px 125px;
    }

    .ad-list .item .date i {
        margin: 3px 2px 0 0;
    }

    .ad-list .item.no-photo .date {
        margin: 5px 0 0 0px;
    }

    .ad-list .item.no-photo .inner {
        min-height: 170px;
    }

    .ad-list .item .claim {
        font-size: 12px;
        margin: 5px 0 5px 0;
    }

    .ad-list .item .by-user {
        font-size: 12px;
        margin: 5px 0 5px 0;
    }

    .ad-list .item .cat {
        margin: 0 0 5px 0;
    }

    .ad-list .item .actions a {
        font-size: 12px;
        margin: 2px 1px;
    }

    .ad-list .item .actions .vip {
        padding: 0 0 0 16px;
        background-size: 27px auto;
        background-position: 0px -107px;

    }

    .ad-list .item .actions .fasten {
        padding: 0 0 0 23px;
        background-size: 27px auto;
        background-position: 0px -133px;
    }

    .ad-list .item .actions .point {
        padding: 0 0 0 27px;
        background-size: 27px auto;
        background-position: 0px -161px;
    }

    .ad-list .item .actions .up {
        padding: 0 0 0 27px;
        background-size: 27px auto;
        background-position: 0px -189px;
    }

    .ad-list .item .actions .edit {
        padding: 0 0 0 27px;
        background-size: 27px auto;
        background-position: 0px -215px;
    }

    #auth-mob .info .info-item,
    #auth-mob .operations .op-item {
        font-size: 13px;
        padding: 0 0 0 34px;
    }

    .ad-list .btn-unpublish,
    .ad-list .btn-remove {
        font-size: 12px;
    }

    .statistic .col-xs-4 {
        padding: 0 5px;
    }
}
@media (max-width: 665px) {
    .banner {
        width: auto;
    }
    div.copyright span.span-tel {
        display: inline-block;
    }
}
tr.marked, tr.marked td {
    background: #ffffb7;
    color: #555;
    border-color: #555 !important;
}

.tags a {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0 solid #888;
    border-radius: 3px;
    border-top: 2px solid #df4f4f;
    color: #444;
    float: left;
    font-size: 13px;
    margin: 5px;
    padding: 5px 5px 7px;
}

.tags a:hover {
    color: #fff;
    background-color: #eeb816;
}

div.copyright span {
    margin: -22px 0 10px;
    color: #a7a7a7;
    font-size: 14px;
}
div.copyright{
    margin: 19px 0px 20px 0px;

}
div.block-footer{
    float: right;
}

div.feedback a {
    width: 111.25px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}

div.feedback a:hover {
    color: #639ff1;
    background: #fff;
    text-decoration: none;
}

div.img-18{
    position: inherit;
    float: left;
}
div.img-18 > div{
    right: -250px;
    top: 20px;
    float: right;
}

.usertag::after {
    background: rgba(0, 0, 0, 0) url("../img/sticker.png") no-repeat scroll left 1px;
    height: 21px;
    left: -4px;
    position: absolute;
    top: 0;
    width: 4px;
}
.usertag::after {
    content: "";
}
.usertag {
    background: rgba(0, 0, 0, 0) url("../img/sticker.png") no-repeat scroll right 1px;
    color: #263352;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 21px;
    line-height: 21px;
    margin: 0 10px 10px 4px;
    padding: 0 15px 0 1px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.usertag >span a{
    text-decoration: none;

}

.redSelect {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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;
}
.redSelect:focus {
    border-color: #e66262;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230, 98, 98, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230, 98, 98, 0.6);
}
.redSelect > option:hover {
    color: #ffffff;
    background-color: #e66262;
}

.carusel-button-select-avatar{
    text-align: center;
    font-size: 20px;
    display: block;
    height: 45px;
    background-color: #e66262;
    color: #ffffff;
    bottom: 0;
    border-radius: 0;
    z-index: 100;
    width: 100%;
    border: none;
}

.carusel-button-select-avatar:hover{
    background-color: #b35656;
    color: #ffffff;
}
.avatar-box .owl-carousel img {
    width: 100%;
}

.avatar-box .owl-carousel .owl-item {
    display: inline-block;
    float: none;
}

.avatar-box .modal-content {
    box-shadow: none;
    border: none;
    background: none;
}
.avatar-box .modal-body {
    background-color: #296951;
    padding: 3px;
}

.avatar-box .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 80px;
    border-radius: 0;
    margin: -40px 0 0;
}

.avatar-box .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    background: url(../img/owl-icons.png) 10px -110px no-repeat rgba(0, 0, 0, .4);
    border-radius: 0 4px 4px 0;
}

.avatar-box .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    background: url(../img/owl-icons.png) 10px -10px no-repeat rgba(0, 0, 0, .4);
    border-radius: 4px 0 0 4px;
}

.avatar-box .close {
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/owl-icons.png) 5px -227px no-repeat rgba(0, 0, 0, .4);
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 0 0 0 0;
    z-index: 100;
    opacity: .6;
}

.avatar-box .close:hover {
    opacity: 1;
}
.avatar-box .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    background-color: #296951;
}
.avatar-box .item {
    margin: 0 2px;
}
.btn.btn-primary.js_check_del_adv.active
{
    border-color: rgb(255, 255, 255);
}
.js_gender .btn.btn-primary.active
{
    border-color: rgb(255, 255, 255);
}

.carousel-motivation-slide {
    /*border: 1px solid #94a98b;*/
    display: inline-block;
    /*height: 210px;*/
    position: relative;
    width: 100%;
}
.carousel-motivation-slide__add {
    background: url(../img/bg-carousel-motivation-slide__add.png) 0 0 no-repeat;
    color: #fff1c8;
    display: inline-block;
    font-size: 20px;
    /*font-weight: bold;*/
    height: 38px;
    line-height: 20px;
    margin: 49px 0 0 15px;
    padding: 0 0 0 54px;
}
.carousel-motivation-slide__select {
    background: url(../img/bg-carousel-motivation-slide__select.png) 0 100% no-repeat;
    color: #fff1c8;
    display: inline-block;
    font-size: 14px;
    margin: 35px 0 0 15px;
    padding: 0 0 15px 0;
    width: 144px;
}
a.carusel-button-select-avatar {
    line-height: 45px;
}
a.carusel-button-select-avatar:hover {
    text-decoration: none;
}
@media (max-width: 1200px) {
    .carousel-motivation-slide {
        /*height: 265px;*/
    }
}
@media (max-width: 991px) {
    .carousel-motivation-slide {
        /*height: 174px;*/
    }
    .carousel-motivation-slide__add {
        font-size: 15px;
    }
    .carousel-motivation-slide__select {
        background-size: contain;
        margin: 15px 0 0 8px;
        width: 121px;
    }
}
@media (max-width: 768px) {
    .carousel-motivation-slide {
        /*height: 222px;*/
    }
    .carousel-motivation-slide__select {
        margin: 35px 0 0 15px;
        width: 144px;
    }
}
@media (max-width: 480px) {
    .carousel-motivation-slide {
        /*height: 265px;*/
    }
}