@import url('bootstrap.css');
@import url('bootstrap-theme.css');
@import url('bootstrap-select.css');
@import url('bootstrap-multiselect.css');
@import url('bootstrap-datetimepicker.css');
@import url('style.css');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300&subset=latin,cyrillic-ext,latin-ext);

html {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    color: #454545;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    min-width: 1150px;
    height: 100%;
}

.checkbox {
    color: #2d2d2d;
    font-style: normal;
}

    .checkbox input {
        opacity: 0;
    }

    .checkbox label {
        background: url(../Images/sprite.png) no-repeat -790px -42px;
    }

#ProfileNewsCategoryForm .checkbox label {
    display: block;
}

.checkbox label.checked {
    background-position: -790px 3px;
}

.profile-skin {
    background-color: #ece8db;
}

a:focus,
* {
    outline: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #858585;
    opacity: 1;
}

input:-moz-placeholder {
    color: #858585;
    opacity: 1;
}

input::-moz-placeholder {
    color: #858585;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #858585;
    opacity: 1;
    font-style: normal;
}

textarea:-moz-placeholder {
    color: #858585;
    opacity: 1;
    font-style: normal;
}

textarea::-moz-placeholder {
    color: #858585;
    opacity: 1;
    font-style: normal;
}

.rel {
    position: relative;
}

#wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    #wrapper.wrapp-no-ovfl {
        overflow: visible;
        z-index: 1001;
    }

.logo {
    float: left;
    width: 84px;
    height: 27px;
    margin: 7px 27px 0 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .logo span {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        display: block;
        height: 100%;
        width: 100%;
        background: url(../images/logo.png) no-repeat 0 0;
        background-size: 100% 100%;
        text-indent: -9999px;
    }

.fixed .logo {
    margin-top: 5px;
}

    .fixed .logo span {
        width: 60px;
        height: 20px;
    }

.fixed-index-panel .logo span {
    width: 0;
    height: 0;
}

.navbar-nav > li.ico > a {
    padding-left: 30px;
}

    .navbar-nav > li.ico > a:after {
        background: url(../images/sprite.png) no-repeat -124px 0;
        position: absolute;
        left: 9px;
        top: 10px;
        width: 13px;
        height: 22px;
        content: '';
    }

.navbar-nav > li > span {
	display: block;
	padding:11px 14px;
	color:#fff;
}

.main-panel {
    min-height: 40px;
    position: relative;
    margin: 0 0 14px;
    z-index: 150;
}

    .main-panel:after {
        display: block;
        clear: both;
        content: '';
    }

.profile-skin .main-panel {
    background-color: #fff;
    margin: -17px 0 30px;
    padding: 17px 0;
}

    .profile-skin .main-panel:before {
        content: '';
        background: #fff;
        position: absolute;
        left: -9999px;
        top: -20px;
        z-index: -1;
        right: -9999px;
        bottom: 0;
    }

    .search-form .type-picker, .search-form .location-picker {
        float: left !important;
        /*margin-right: 4px;*/
    }

    .search-form select.type-picker {
        width: 128px;
        height: 42px;
        filter: alpha(opacity=100);
        opacity: 1;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-left: 12px;
        border-right: 1px solid #e1e1e1;
    }

    .search-form .location-picker .dropdown-menu {
        min-width: 101%;
    }

    .search-form select.location-picker {
        width: 212px;
        height: 42px;
        filter: alpha(opacity=100);
        opacity: 1;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-left: 10px;
        border-right: 1px solid #e1e1e1;
    }

    .search-form .search-form-wrap {
        float: left;
        width: 282px;
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.04);
        -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.04);
        box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.04);
        position: relative;
        height: 37px;
        background-color: #fff;
    }

        .search-form .search-form-wrap.main-page {
            width: 541px;
        }

.search-save-btn-wrap {
    float: left;
    position: relative;
    margin-left: 10px;
}

.search-form .search-save-btn {
    float: left;
    min-width: 180px;
    text-align: center;
    position: relative;
    padding-left: 20px;
}

    .search-form .search-save-btn .glyphicon {
        position: absolute;
        left: 7px;
        top: 10px;
    }

        .search-form .search-save-btn .glyphicon:before {
            color: #fff;
            margin-right: 5px;
        }

    .search-form .search-save-btn.active {
        background-color: #cccccc;
        border-color: #a1a1a1;
    }

    .search-form .search-save-btn em {
        font-style: normal;
    }

.filter-wrapper input.form-control::-webkit-input-placeholder,
.search-form input::-webkit-input-placeholder {
    font-style: italic;
}

.filter-wrapper input.form-control:-moz-placeholder,
.search-form input:-moz-placeholder {
    font-style: italic;
}

.filter-wrapper input.form-control::-moz-placeholder,
.search-form input::-moz-placeholder {
    font-style: italic;
}

.search-form .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-left: 1px solid #d7d7d7;
    background: url(../images/sprite.png) no-repeat -190px 11px;
}

.btn.main-page.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 21px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-left: none;
    border: 1px solid #a03900;
    border-radius: 3px;
    background: #ff5c01;
    color: #fff;
    min-width: 120px;
}

.search-form .opener-save {
    position: absolute;
    right: 62px;
    top: 7px;
    color: #9a9898;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

    .search-form .opener-save:after {
        background: url(../images/sprite.png) no-repeat -297px 0;
        position: absolute;
        right: -16px;
        top: 8px;
        width: 12px;
        height: 8px;
        content: '';
    }

    .search-form .opener-save span {
        color: #5eab1f;
    }

.search-form .search-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 36px;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0 8px 10px;
    border: 0;
    background: none;
    font-weight: 400;
}

    .search-form .search-input.main-page {
        width: 590px;
    }

    .search-form .search-input.classified-page {
        width: 190px;
    }

.save-drop-search {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: 150;
    background: #f8f8f8;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 500px;
    padding: 10px;
    color: #999999;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;

    filter: alpha(opacity=0);
    opacity: 0;
}

    .save-drop-search:after {
        background: url(../images/sprite.png) no-repeat -407px 0;
        content: '';
        width: 16px;
        height: 9px;
        position: absolute;
        left: 35px;
        top: -9px;
    }

.active-drop:not(.no-login) .save-drop-search {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    left: 0;
    top: 44px;
}

.save-drop-search .top-row {
    overflow: hidden;
    line-height: 18px;
    padding: 3px 0 12px;
}

    .save-drop-search .top-row .title {
        float: left;
        font-weight: 600;
        font-size: 13px;
        margin-top: 3px;
    }

.save-drop-search .list {
    text-align: right;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin: 0 -10px 0 0;
}

    .save-drop-search .list li {
        display: inline-block;
        vertical-align: middle;
        border-left: 1px solid #d7d7d7;
    }

        .save-drop-search .list li:first-child {
            border-left: 0;
        }

        .save-drop-search .list li a {
            color: #999999;
            padding: 0 10px;
        }

        .save-drop-search .list li.active a {
            color: #1a92cc;
        }

.save-drop-search .save-list {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 151px;
    font-size: 12px;
    line-height: 19px;
    border-top: 1px solid #efefef;
    display: none;
}

    .save-drop-search .save-list.active-save-list {
        display: block;
    }

    .save-drop-search .save-list li {
        border-bottom: 1px solid #efefef;
        height: 30px;
        text-align: left;
    }

        .save-drop-search .save-list li > a {
            text-overflow: ellipsis;
            display: block;
            height: 100%;
            overflow: hidden;
            white-space: nowrap;
            color: #9a9898;
            text-decoration: none;
            padding: 5px 10px;
        }

        .save-drop-search .save-list li strong {
            color: #000;
            margin-right: 15px;
        }

.save-drop-search .bottom-row {
    font-size: 13px;
    text-align: center;
    padding: 14px 0 3px;
}

.user-panel {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 2;
}

.nav-row .user-panel {
    z-index: 150;
    top: -7px;
}

    .nav-row .user-panel .nav-list a {
        padding: 6px 12px;
    }

.profile-skin .user-panel {
    top: 15px;
}

.user-panel > li {
    float: left;
    position: relative;
    margin-left: 17px;
}

    .user-panel > li > a {
        text-decoration: none;
        font-weight: 600;
        color: #1d1d1d;
        font-size: 15px;
        display: block;
        margin-top: 10px;
        margin-right: 14px;
    }

    .user-panel > li .opener-drop {
        color: #999999;
        font-size: 12px;
        line-height: 18px;
        margin-top: 0;
        margin-right: 0;
        text-align: center;
    }

        .user-panel > li .opener-drop.user-nav {
            max-width: 155px;
            line-height: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.user-panel .ico {
    display: block;
    height: 25px;
    position: relative;
}

    .user-panel .ico:after {
        position: absolute;
        left: 50%;
        margin: 0 0 0 -15px;
        top: 0;
        width: 30px;
        height: 25px;
        content: '';
        background: url(../images/sprite.png) no-repeat -9999px -9999px;
    }
    

.user-panel .user-search .ico:after {
    background-position: -149px 0;
}

.user-panel .user-favorites .ico:after {
    background-position: -238px 0;
}


.user-panel .ico-image {
    display: block;
    height: 25px;
    position: relative;
}

    .user-panel .ico-image span {
        position: absolute;
        left: 50%;
        margin: 0 0 0 -15px;
        top: 0;
        width: 25px;
        height: 25px;
        display: block;
    }

.user-panel > li .user-nav {
    min-width: 123px;
    color: #1d1d1d;
}

/*.user-panel .user-nav .ico:after {
    background-position: -349px 0;
}*/
.user-panel .user-nav .ico:after {
    width: 25px; 
    background: url(../Images/nfr.jpg) no-repeat;
    background-size: contain;
}

.search-form .drop,
.user-panel .drop {
    background: #fff;
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 330px;
    padding: 12px 15px;
    margin: 0 -20px 0 0;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.search-form .search-save-btn-wrap .drop {
    width: 250px;
}

.search-form .search-save-btn-wrap.active-drop .drop,
.search-form.no-login.active-drop .search-form-wrap .drop,
.user-panel .active-drop .drop {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    left: auto;
    right: 50%;
    top: 58px;
}

.search-form.no-login.active-drop .search-form-wrap .drop {
    left: auto;
    right: 50px;
}

.search-form .search-save-btn-wrap.active-drop .drop {
    left: 0;
    right: auto;
}

.search-form .drop:after,
.user-panel .drop:after {
    background: url(../images/sprite.png) no-repeat -438px 0;
    content: '';
    width: 15px;
    height: 10px;
    position: absolute;
    right: 13px;
    top: -9px;
}

.search-form .search-save-btn-wrap .drop:after {
    right: auto;
    left: 13px;
}


.save-drop-search.drop {
    margin: -13px -53px 0 0;
    width: 500px;
}

    .save-drop-search.drop:after {
        right: 47px;
        left: auto;
    }

.search-form .drop .title,
.user-panel .drop .title {
    font-weight: 600;
    margin: 4px 0 24px;
}

.user-panel .drop-nav {
    width: 170px;
}

.user-panel .nav-list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    text-align: left;
}

    .user-panel .nav-list li {
        margin-top: 5px;
    }

        .user-panel .nav-list li:first-child {
            margin-top: 0;
        }

    .user-panel .nav-list a {
        color: #1d1d1d;
        text-decoration: none;
        display: block;
        padding: 6px 15px;
    }

        .user-panel .nav-list .active a,
        .user-panel .nav-list a:hover {
            color: #1a85ef;
            background-color: #d7d7d7;
        }

.search-form .search-save-btn-wrap .drop .btn {
    margin: 16px 0 18px;
    display: block;
}

.search-form .drop .btn,
.user-panel .btn {
    margin: 16px 0 18px;
    font-size: 13px;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.fb-network-btn {
    background-color: #4169b0 !important;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.06);
    padding-left: 36px;
    border-color: #385a97;
    position: relative;
}

    .fb-network-btn:after {
        position: absolute;
        left: 14px;
        top: 9px;
        width: 10px;
        height: 16px;
        background: url(../images/sprite.png) no-repeat -471px 0;
        content: '';
    }

.form-horizontal .line-row {
    position: relative;
}

    .form-horizontal .line-row:after {
        height: 1px;
        background: #d7d7d7;
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        content: '';
    }

    .form-horizontal .line-row span {
        position: relative;
        background-color: #fff;
        padding: 0 10px;
        z-index: 10;
    }

.form-horizontal .control-label {
    color: #888;
    font-weight: 600;
}

.form-horizontal .forgot {
    font-size: 11px;
}

.modal-body .form-horizontal {
    padding: 12px 0 0;
    position: relative;
}

    .modal-body .form-horizontal .form-group {
        margin-bottom: 6px;
    }

    .modal-body .form-horizontal .fb-network-btn {
        margin-top: 20px;
        margin-bottom: 30px;
    }

.info-item-panel {
    position: relative;
    padding: 0 15px 11px;
}

    .info-item-panel:after {
        display: block;
        clear: both;
        content: '';
    }

.nav-row {
    color: #1a85ef;
    font-size: 13px;
    margin-left: -10px;
    margin-bottom: 9px;
}

    .nav-row span {
        font-size: 18px;
        line-height: 13px;
        margin: 0 5px;
    }

    .nav-row a {
        margin: 0 5px;
    }

span.currency {
    font-size: 0.7em;
}

.item-list-favorites span.currency {
    font-size: 14px;
}

.info-item-panel .info-item-wrap {
    color: #222222;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 6px;
    padding-top: 6px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 30px;
    background-color: #fff;
    margin: 0;
}

    .info-item-panel .info-item-wrap.fixed {
        position: fixed;
        z-index: 1000;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
    }

.info-item-panel .item-wrap {
    margin: 0 auto;
    max-width: 1130px;
	padding-top: 10px;
	min-height: 78px;
}

    .info-item-panel .item-wrap:after {
        display: block;
        clear: both;
        content: '';
    }

.info-item-panel .address-col {
    float: left;
    width: 366px;
    border-right: 1px solid #222222;
    padding: 3px 0 0;
}

    .info-item-panel .address-col address {
        font-style: normal;
        margin: 0 0 3px;
    }

        .info-item-panel .address-col address strong {
            font-size: 16px;
        }

.info-item-panel .price-col {
    float: left;
    width: 320px;
    padding: 2px 0 0 12px;
}

    .info-item-panel .price-col .price {
        float: left;
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 1px;
    }

    .info-item-panel .price-col .old-price {
        float: left;
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 6px;
        text-decoration: line-through;
        margin: 2px 0 0 12px;
    }

    .info-item-panel .price-col .info {
        clear: both;
        font-size: 13px;
    }

.info-item-panel .calc-col {
	float: left;
	width: 90px;
	text-align: center;
	color: #999;
}

.info-item-panel .btn-col {
    float: right;
    max-width: 347px;
    position: relative;
    -webkit-transition: padding 0.3s linear;
    -moz-transition: padding 0.3s linear;
    -o-transition: padding 0.3s linear;
    -ms-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
    padding-top: 8px;
}

.info-item-panel .info-item-wrap.fixed .btn-col {
    padding-right: 109px;
}

.info-item-panel .btn-col .btn:first-child {
    margin-left: 0;
}

.info-item-panel .btn-col .btn-default {
    width: 124px;
    padding-left: 25px;
    position: relative;
    padding-right: 10px;
    margin-left: 9px;
    float: left;
    min-width: 0;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

    .info-item-panel .btn-col .btn-default em {
        display: block;
        font-style: normal;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        overflow: hidden;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.info-item-panel .info-item-wrap.fixed .btn-col .btn-default em {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.info-item-panel .info-item-wrap.fixed .btn-col .btn-default {
    width: 33px;
}

.info-item-panel .btn-col .btn-request {
    position: absolute;
    right: -2000px;
    top: 8px;
    padding: 6px 12px;
    width: 98px;
    min-width: 0;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.info-item-panel .info-item-wrap.fixed .btn-col .btn-request {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    right: 0;
}

.info-item-panel .btn-col .btn .glyphicon {
    left: 6px;
    position: absolute;
    top: 9px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.info-item-panel .btn-col .btn .glyphicon-star {
    left: 11px !important;
}

.info-item-panel .info-item-wrap.fixed .btn-col .btn .glyphicon {
    left: 11px;
}

    .info-item-panel .info-item-wrap.fixed .btn-col .btn .glyphicon:before {
        color: #5d5d5d;
    }

.info-item-panel .info-item-wrap.fixed .btn-col .btn.active .glyphicon:before {
    color: #ff5549;
}

.info-item-panel .info-item-wrap.fixed .btn-col .btn:hover .glyphicon-star:before {
    color: #ff5549;
}

.info-item-panel .info-item-wrap.fixed .btn-col .btn:hover .glyphicon-share-alt:before {
    color: #3c85ff;
}

.short-description {
    overflow: hidden;
    color: #454545;
    font-size: 14px;
    line-height: 22px;
    padding: 17px 0 30px;
}

    .short-description .info {
        line-height: 18px;
    }

    .short-description .img {
        float: left;
        margin-right: 15px;
    }

        .short-description .img img {
            max-width: 112px;
        }

    .short-description .holder {
        overflow: hidden;
    }

    .short-description address {
        font-style: normal;
        font-weight: bold;
        margin: 0;
    }

    .short-description .price {
        font-weight: bold;
    }

.form-horizontal .share-network {
    position: absolute;
    right: 0;
    width: 130px;
    top: 9px;
}

    .form-horizontal .share-network h6 {
        margin: 0 0 13px;
        color: #454545;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
    }

    .form-horizontal .share-network ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .form-horizontal .share-network a {
        display: inline-block;
        color: #888888;
        font-size: 14px;
        line-height: 30px;
        font-weight: bold;
    }

        .form-horizontal .share-network a span {
            vertical-align: middle;
            display: inline-block;
        }

    .form-horizontal .share-network .fb:before {
        vertical-align: middle;
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #346fb2 url(../images/sprite.png) no-repeat -460px 9px;
        content: '';
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        margin-right: 8px;
    }

.modal-dialog .form-horizontal .btn {
    margin-left: 9px;
}

    .modal-dialog .form-horizontal .btn:first-child {
        margin-left: 0;
    }

.modal-dialog .form-horizontal .btn-row {
    margin-top: 20px;
}

.card-gallery {
    width: 770px;
    height: 510px;
    position: relative;
    margin: 0;
    /*margin: 0 0 22px;*/
}

    .card-gallery .gallery {
        margin: 0 0 9px;
        padding: 0;
        list-style: none;
        height: 432px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .card-gallery .gallery ul {
            margin: 0;
            padding: 0;
            list-style: none;
            width: 9999px;
        }

        .card-gallery .gallery li {
            margin: 0;
            float: left;
            width: 770px;
            height: 433px;
            overflow: hidden;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .card-gallery .gallery li img {
                visibility: hidden;
                width: 100%;
            }

            .card-gallery .min-gallery li:before,
            .card-gallery .gallery li:before {
                display: none;
            }

    .card-gallery .min-gallery {
        margin: 0 -1px;
        list-style: none;
        height: 64px;
        padding: 1px;
        width: 642px;
        overflow: hidden;
        background: #fff;
    }

        .card-gallery .min-gallery ul {
            margin: 0;
            padding: 0;
            list-style: none;
            width: 9999px;
        }

        .card-gallery .min-gallery li {
            margin: 0 0 0 11px;
            float: left;
            width: 82px;
            padding: 4px;
            height: 62px;
            overflow: hidden;
            cursor: pointer;
            border: 1px solid #cccccb;
        }

            .card-gallery .min-gallery li:first-child {
                margin-left: 0;
            }

            .card-gallery .min-gallery li:hover,
            .card-gallery .min-gallery li.active {
                border-color: #5eab1f;
                -webkit-box-shadow: 1px 1px 0 #5eab1f,-1px -1px 0 #5eab1f,1px -1px 0 #5eab1f,-1px 1px 0 #5eab1f;
                -moz-box-shadow: 1px 1px 0 #5eab1f,-1px -1px 0 #5eab1f,1px -1px 0 #5eab1f,-1px 1px 0 #5eab1f;
                box-shadow: 1px 1px 0 #5eab1f,-1px -1px 0 #5eab1f,1px -1px 0 #5eab1f,-1px 1px 0 #5eab1f;
            }

            .card-gallery .min-gallery li img {
                width: 100%;
                height: 100%;
            }

    .card-gallery .next,
    .card-gallery .prev {
        background: rgba(0,0,0,0.5);
        position: absolute;
        left: 0;
        top: 202px;
        width: 42px;
        height: 42px;
        line-height: 32px;
        font-size: 40px;
        color: #fff;
        text-align: center;
    }

    .card-gallery .next {
        left: auto;
        right: 0;
    }

        .card-gallery .next.disabled,
        .card-gallery .prev.disabled {
            display: none;
        }

    .card-gallery .num {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        line-height: 20px;
        color: #fff;
        z-index: 30;
        font-size: 15px;
        padding: 6px 15px;
        width: 200px;
    }

        .card-gallery .num .glyphicon {
            margin-right: 10px;
        }

.description-item {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 26px;
    margin: 0 0 32px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

    .description-item h2 {
        margin: 0 0 9px;
        color: #222222;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        border-bottom: 1px solid #d7d7d7;
        padding: 0 0 8px;
    }

    .description-item .row {
        margin: 0 0 23px;
        font-size: 13px;
        color: #868686;
    }

        .description-item .row .time {
            float: left;
        }

        .description-item .row .views {
            float: right;
        }

    .description-item p {
        margin: 0 0 18px;
        text-align: justify;
    }

.characteristic-wrap {
    position: relative;
    color: #212121;
    margin: 0 0 36px;
}

    .characteristic-wrap:after {
        display: block;
        clear: both;
        content: '';
    }

    .characteristic-wrap h3 {
        margin: 0 0 7px;
        color: #222222;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        width: 100%;
    }

    .characteristic-wrap .note {
        color: #222222;
        font-size: 11px;
        line-height: 14px;
        width: 100%;
        margin-bottom: 10px;
    }

.characteristic-list {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 44.5%;
}

    .characteristic-list li {
        padding: 0 30px;
        margin: 0 0 18px;
        position: relative;
    }

    .characteristic-list .ico {
        position: absolute;
        left: 0;
        top: -1px;
        background: url(../images/sprite.png) no-repeat -9999px -9999px;
        width: 22px;
        height: 22px;
    }

        .characteristic-list .ico.ok {
            background-position: 0 0;
        }

        .characteristic-list .ico.no {
            background-position: 0 -38px;
        }

.bottom-note {
    font-size: 11px;
    line-height: 14px;
    padding: 6px 0 10px;
}

.sidebar {
    width: 340px;
    float: right;
    padding: 0 20px 0 18px;
    min-height: 10px;
}

    .sidebar.item-class-sidebar {
        width: 300px;
        padding: 0;
    }

    .sidebar .user-request-form {
        width: 302px;
    }

        .sidebar .user-request-form.fixed {
            position: fixed;
            top: 0;
        }

        .sidebar .user-request-form.absolute {
            position: absolute;
            bottom: 0;
        }

    .sidebar .user-request-form,
    .sidebar-block {
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
        padding: 7px 18px 0;
        margin-bottom: 29px;
    }

    .sidebar.sb .sidebar-block {
        padding: 7px 0 0;
    }

.ads-block {
    background-color: #fff;
    margin-bottom: 29px;
}

.warning-wrapp {
    margin-bottom: 29px;
    margin-left: 15px; 
}

.sidebar .user-request-form h3,
.sidebar-block h3 {
    margin: 0 0 14px;
    padding: 6px 0 10px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    border-bottom: 1px solid #d7d7d7;
}

.sidebar-item-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #454545;
}

    .sidebar-item-list > li,
    .sidebar-item-list > li.classified {
        border-top: 1px solid #d7d7d7;
        padding: 12px 0;
        overflow: hidden;
    }

    .sidebar-item-list li.sidebar-item-list-pager {
        border-top: 1px solid #d7d7d7;
        padding: 6px 0;
        overflow: hidden;
    }

    .sidebar-item-list a.btn.prev {
        float: left;
    }

    .sidebar-item-list a.btn.next {
        float: right;
    }

    .sidebar-item-list > li:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .sidebar-item-list .status-ico {
        float: left;
        width: 25px;
        height: 25px;
        margin: 17px 15px 0 0;
        background: url(../images/sprite.png) no-repeat -32px -36px;
    }

        .sidebar-item-list .status-ico input {
            filter: alpha(opacity=0);
            opacity: 0;
            cursor: pointer;
        }

        .sidebar-item-list .status-ico.active {
            background-position: -64px -36px;
        }

    .brief-description h4,
    .sidebar-item-list h4 {
        margin: 0 0 8px;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
    }

    .brief-description .info,
    .sidebar-item-list .info {
        font-size: 12px;
        display: block;
    }

    .brief-description .holder,
    .sidebar-item-list .holder {
        overflow: hidden;
        display: block;
        margin: 0;
    }

    .sidebar-item-list label.holder {
        cursor: pointer;
    }

    .brief-description .img,
    .sidebar-item-list .img {
        float: left;
        width: 112px;
        overflow: hidden;
        margin-right: 15px;
        position: relative;
        margin-top: 4px;
        height: 84px;
    }

        .brief-description .img img,
        .sidebar-item-list .img img {
            width: 100%;
            max-height: 84px;
            border-radius: 5px;
            height: 100%;
        }

    .brief-description .info-holder,
    .sidebar-item-list .info-holder {
        overflow: hidden;
        display: block;
    }

    .brief-description .price,
    .sidebar-item-list .price {
        margin-bottom: 10px;
        display: block;
    }

    .sidebar-item-list .img-name {
        width: 52px;
        overflow: hidden;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-right: 11px;
    }

        .sidebar-item-list .img-name img {
            width: 100%;
        }

    .sidebar-item-list .status-wrap {
        float: left;
        margin-right: 15px;
    }

        .sidebar-item-list .status-wrap .num-status {
            color: #5eab1f;
            font-weight: bold;
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 4px;
        }

            .sidebar-item-list .status-wrap .num-status i {
                background: url(../images/sprite.png) no-repeat -36px 4px;
                width: 25px;
                height: 20px;
                display: block;
                margin: 0 0 2px 2px;
            }

        .sidebar-item-list .status-wrap .status {
            color: #fff;
            background-color: #ff9000;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-size: 14px;
            font-weight: bold;
            line-height: 20px;
            height: 20px;
            padding: 0 5px;
            min-width: 40px;
            text-align: center;
        }

    .sidebar-item-list .name {
        color: #222222;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .sidebar-item-list .tel, .sidebar-item-list .comp {
        color: #222222;
    }



    .sidebar-item-list .img .num {
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        padding: 1px 6px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

        .sidebar-item-list .img .num .glyphicon {
            margin-right: 5px;
        }

.user-request-form {
    position: relative;
    margin-bottom: 56px;
}

    .user-request-form h3 {
        color: #222222;
        font-weight: 600;
        margin: 0 0 31px;
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 9px;
        border-bottom: 1px solid #d7d7d7;
    }

    .user-request-form .row {
        margin: 0;
    }

    .user-request-form .user-info {
        float: left;
        width: 334px;
        color: #222222;
        padding: 10px 30px 0 0;
        font-size: 14px;
        line-height: 18px;
    }

.sidebar .user-request-form .user-info {
    padding: 0 0 15px;
    float: none;
    width: auto;
}

.user-request-form .user-info .img {
    width: 75px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-right: 20px;
    margin-top: 12px;
}

    .user-request-form .user-info .img img {
        width: 100%;
    }

.user-request-form .user-info .info-holder {
    overflow: hidden;
}

.user-request-form .user-info .name {
    min-height: 36px;
    font-weight: bold;
}

.user-request-form .user-info .specialization {
    font-weight: 600;
    margin: 0 0 3px;
}

.user-request-form .holder-form {
    overflow: hidden;
}

    .user-request-form .holder-form .col {
        float: left;
        margin-left: 8px;
        width: 495px;
    }

.sidebar .user-request-form .holder-form .col:first-child,
.sidebar .user-request-form .holder-form .col {
    float: none;
    width: auto;
    margin: 0;
}

.user-request-form .holder-form .col:first-child {
    margin-left: 0;
    width: 293px;
}

.user-request-form .form-group {
    margin-bottom: 6px;
}

.user-request-form textarea {
    resize: none;
    height: 114px;
}

.user-request-form .holder-form .note {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 14px;
}

.sidebar .user-request-form .holder-form .note {
    margin-bottom: 10px;
}

.user-request-form .holder-form .btn {
    display: inline-block;
    vertical-align: middle;
    min-width: 298px;
    margin-left: 11px;
    font-size: 16px;
}

.sidebar .user-request-form .holder-form .btn {
    margin: 10px auto 20px;
    width: 100%;
    min-width: 100px;
}

.user-request-form .holder-form .row {
    margin-top: 20px;
}

    .user-request-form .holder-form .row:first-child {
        margin-top: 0;
    }

.sidebar .user-request-form .holder-form .row {
    margin-top: 10px;
}

.map-wrap {
    height: 436px;
}

.map-holder {
    position: relative;
    margin: 0 0 56px;
}

    .map-holder .heading-wrap {
        overflow: hidden;
        border-bottom: 1px solid #d7d7d7;
        padding: 0 0 7px;
        margin: 0 0 6px;
    }

        .map-holder .heading-wrap h2 {
            float: left;
            color: #212121;
            font-size: 20px;
            line-height: 24px;
            margin: 0;
            font-weight: 600;
        }

        .map-holder .heading-wrap address {
            overflow: hidden;
            font-style: normal;
            margin: 0;
            padding: 6px 0 0 20px;
            color: #212121;
            text-align: right;
        }

    .map-holder .map-filter {
        margin: 0 0 7px;
        padding: 0;
        list-style: none;
        overflow: hidden;
        font-weight: 600;
        font-size: 15px;
    }

        .map-holder .map-filter li {
            float: left;
            margin: 0 17px 0 0;
        }

        .map-holder .map-filter a {
            color: #000000;
        }

            .map-holder .map-filter a:hover,
            .map-holder .map-filter .active a {
                color: #1a85ef;
            }

.product-gallery-wrap {
    position: relative;
    margin: 54px 0 0;
}

    .product-gallery-wrap .gallery {
        padding: 0 0;
        overflow: hidden;
        font-size: 13px;
        color: #212121;
        line-height: 18px;
        position: relative;
    }

        .gallery-sidebar-wrap .gallery:after,
        .gallery-sidebar-wrap .gallery:before,
        .product-gallery-wrap .gallery:before,
        .product-gallery-wrap .gallery:after {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 28px;
            content: '';
            z-index: 10;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
            background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        }

        .gallery-sidebar-wrap .gallery:before,
        .product-gallery-wrap .gallery:before {
            right: 0;
            left: auto;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        }

        .product-gallery-wrap .gallery ul {
            width: 9999px;
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
        }

        .product-gallery-wrap .gallery li {
            float: left;
            text-align: center;
            width: 197px;
            margin: 0 15px 0 15px;
            position: relative;
        }

        .product-gallery-wrap .gallery a {
            color: #212121;
            text-decoration: none;
        }

        .product-gallery-wrap .gallery .img {
            width: 100%;
            overflow: hidden;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 10px;
            margin: 0 0 20px;
            display: block;
        }

            .product-gallery-wrap .gallery .img img {
                /*width: 100%;*/
                height: 148px;
            }

        .product-gallery-wrap .gallery address {
            font-style: normal;
            margin: 0 0 5px;
            font-size: 15px;
            line-height: 18px;
            display: block;
            font-weight: 600;
        }

        .product-gallery-wrap .gallery .price {
            font-weight: 600;
            margin: 0 0 6px;
            font-size: 16px;
            display: block;
        }

        .product-gallery-wrap .gallery .info {
            display: block;
        }

        .product-gallery-wrap .gallery .advanced {
            z-index: 10;
            position: absolute;
            right: 7px;
            top: 7px;
            background-color: #fff;
            width: 42px;
            height: 42px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

            .product-gallery-wrap .gallery .advanced:after {
                position: absolute;
                left: 50%;
                top: 50%;
                content: '';
                width: 20px;
                height: 20px;
                border: 2px solid #00af90;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                border-radius: 30px;
                margin: -10px 0 0 -10px;
            }

    .product-gallery-wrap h2 {
        color: #212121;
        font-size: 20px;
        line-height: 24px;
        border-bottom: 1px solid #d7d7d7;
        padding: 0 0 9px;
        margin: 0 0 25px;
        font-weight: 600;
    }

    .product-gallery-wrap .next,
    .product-gallery-wrap .prev {
        position: absolute;
        left: -25px;
        top: 131px;
        width: 42px;
        height: 42px;
        line-height: 32px;
        font-size: 50px;
        color: #00af90;
        text-align: center;
    }

    .product-gallery-wrap .next {
        left: auto;
        right: -25px;
    }

        .product-gallery-wrap .next.disabled,
        .product-gallery-wrap .prev.disabled {
            display: none;
        }

#footer {
    background-color: #f3f3f3;
    color: #646464;
    font-size: 13px;
    padding: 41px 0;
}

    #footer .nav {
        margin: 15px -5px 0 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        font-size: 14px;
        text-align: right;
    }

        #footer .nav li {
            display: inline-block;
            vertical-align: top;
            margin-left: 24px;
            margin-right: 17px;
        }

            #footer .nav li:first-child {
                margin-left: 0;
                padding: 0;
                margin-right: 17px;
            }

        #footer .nav a {
            color: #212121;
            float: left;
            font-weight: 600;
            padding: 0;
            background: none;
        }

            #footer .nav a:hover {
                color: #1885f0;
            }

    #footer .footer-logo {
        background: url(../images/logo-footer.png) no-repeat;
        background-size: contain;
        width: 123px;
        height: 49px;
        margin: 0 0 24px;
        display: block;
    }

.main-container {
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
}

.has-map-wrapper.main-container {
    min-height: 165px;
    padding-bottom: 0;
}

.modal-dialog textarea {
    resize: none;
}

.filter-wrapper {
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}

    .filter-wrapper .filter-row {
        position: relative;
    }

        .filter-wrapper .filter-row:after {
            display: block;
            clear: both;
            content: '';
        }

.attr-list {
    float: left;
    position: relative;
    margin-right: 9px;
}

    .attr-list.active {
        z-index: 60;
    }

    .opener-all-filter,
    .attr-list .select-list {
        font-weight: 600;
        float: left;
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f9f9f9;
        color: #1d1d1d;
        font-size: 15px;
        line-height: 36px;
        padding: 0 40px 0 20px;
        height: 38px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        background: #ffffff;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
        background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    }

        .opener-all-filter:active,
        .attr-list .select-list:active,
        .opener-all-filter.active,
        .attr-list .select-list.active,
        .opener-all-filter:hover,
        .attr-list .select-list:hover {
            background: #f2f2f2;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff));
            background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
            background: -o-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
            background: -ms-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
            background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%);
            border-color: #d7d7d7;
        }

        .attr-list .select-list:after {
            background: #f9f9f9 url(../images/sprite.png) no-repeat -534px 0;
            position: absolute;
            right: 16px;
            top: 50%;
            width: 12px;
            height: 6px;
            content: '';
        }

    .attr-list.active .select-list:after {
        background-position: -534px -16px;
    }

.opener-all-filter {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px 0 40px;
    color: #1d1d1d !important;
}

    .opener-all-filter:after {
        position: absolute;
        left: 13px;
        top: 12px;
        width: 20px;
        height: 20px;
        background-image: url(../images/sprite.png);
        background-position: -199px -44px;
        content: '';
    }

.close-filter {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    display: none;
}

    .close-filter.visible {
        display: block;
    }

    .close-filter i {
        font-size: 20px;
        position: relative;
        top: 4px;
    }

.attr-list .drop {
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 14px;
    display: none;
}

.attr-list.active .drop {
    display: block;
}

.attr-list .drop li {
    cursor: pointer;
    padding: 5px 5px 5px 20px;
}

    .attr-list .drop li.active,
    .attr-list .drop li:hover {
        color: #1a85ef;
        background-color: #d7d7d7;
    }

.filter-drop {
    padding: 26px 0 0;
    display: none;
}

    .filter-drop.expanded {
        display: block;
    }

.attr-list .drop i {
    font-style: normal;
}

.attr-list .drop label {
    display: block;
    margin: 0;
    padding: 0;
}

.filter-drop h3 {
    margin: 0 0 18px;
    color: #454545;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.filter-drop .col1 {
    width: 274px;
}

.filter-drop .col2 {
    width: 406px;
}

.filter-drop .col3 {
    width: 228px;
}

.filter-drop .col4 {
    width: 230px;
}

.ch-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

    .ch-list li {
        margin: 0 0 10px;
    }

    .ch-list label {
        margin: 0;
        cursor: pointer;
    }

.filter-drop .row {
    margin: 0;
}

.filter-drop .col2 .attr-list {
    float: right;
    margin: 0;
    width: 183px;
}

    .filter-drop .col2 .attr-list:first-child {
        float: left;
    }

.filter-drop .select-list {
    display: block;
    float: none;
}

.filter-drop .attr-list {
    width: 100%;
    margin: 0 0 10px;
}

.filter-drop .area-btn,
.filter-drop .metro-btn {
    margin-bottom: 10px;
}

.area-btn,
.metro-btn {
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 25px;
}

    .area-btn:after,
    .metro-btn:after {
        background: url(../images/sprite.png) no-repeat 0 -9999px;
        position: absolute;
        left: 0;
        top: 1px;
        width: 20px;
        height: 20px;
        content: '';
    }

    .area-btn:after {
        background-position: -276px -44px;
    }

    .metro-btn:after {
        background-position: -240px -44px;
    }

.filter-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    display: block;
}

.filter-wrapper .filter-row .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    float: left;
    margin-right: 8px;
}

.filter-drop .col2 .bootstrap-select {
    float: left;
}

    .filter-drop .col2 .bootstrap-select.right {
        float: right;
    }

.btn-group > .btn,
.filter-drop .btn-group {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
}

.btn-group > .btn {
    padding-right: 25px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

.filter-drop .col3 .btn-group {
    margin-bottom: 8px;
}

.filter-drop .btn .caret {
    margin-top: -2px;
    position: absolute;
    right: 12px;
    top: 50%;
    vertical-align: middle;
}

.filter-drop .multiselect-container {
    left: 0;
    right: 0;
}

.multiselect-container > li > a > label {
    padding-left: 30px;
}

.footer-filter {
    width: 100%;
    clear: both;
    text-align: right;
    overflow: hidden;
    padding-top: 20px;
}

    .footer-filter .reset {
        background: none !important;
        border: 0;
        color: #212121;
    }

.tab-info-panel {
    overflow: hidden;
    margin: 0 0 42px;
}

.has-map-wrapper .tab-info-panel {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 124px;
    right: 0;
}

.tab-info-panel .tab-info-panel-set {
    margin: 4px 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

    .tab-info-panel .tab-info-panel-set li {
        float: left;
        margin: 0 20px 0 0;
    }

        .tab-info-panel .tab-info-panel-set li a {
            text-decoration: none;
            font-size: 15px;
            line-height: 18px;
            font-weight: 600;
            display: inline-block;
            vertical-align: top;
            position: relative;
            padding: 0 0 0 20px;
        }

            .tab-info-panel .tab-info-panel-set li.active a,
            .tab-info-panel .tab-info-panel-set li a:hover {
                color: #1d1d1d;
            }

    .tab-info-panel .tab-info-panel-set .map-set a:after,
    .tab-info-panel .tab-info-panel-set .list-set a:after {
        background: url(../images/sprite.png) no-repeat -582px 2px;
        width: 25px;
        height: 18px;
        position: absolute;
        left: 0;
        top: 2px;
        content: '';
    }

    .tab-info-panel .tab-info-panel-set .list-set.active a:after,
    .tab-info-panel .tab-info-panel-set .list-set a:hover:after {
        background-position: -582px -26px;
    }

    .tab-info-panel .tab-info-panel-set .map-set a:after {
        background-position: -678px -26px;
    }

    .tab-info-panel .tab-info-panel-set .map-set.active a:after,
    .tab-info-panel .tab-info-panel-set .map-set a:hover:after {
        background-position: -678px 2px;
    }

.tab-info-panel .all-num {
    float: right;
    color: #989898;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
}

.small-filter-wrapper {
    overflow: hidden;
    border-bottom: 2px solid #d7d7d7;
    padding: 0 0 7px;
    /*margin: 0 0 40px;*/
    width: 71.3%;
}

    .small-filter-wrapper .small-filter-list {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        color: #8f8f8f;
        font-size: 14px;
        font-weight: 400;
    }

        .small-filter-wrapper .small-filter-list li {
            float: left;
            cursor: pointer;
            position: relative;
            margin-right: 17px;
        }

        .small-filter-wrapper .small-filter-list .active,
        .small-filter-wrapper .small-filter-list .active a {
            color: #1d1d1d;
            font-weight: 900;
        }

        .small-filter-wrapper .small-filter-list a {
            color: #8f8f8f;
        }

        .small-filter-wrapper .small-filter-list li.sortAsc span:after {
            content: ' \25B2';
            font-size: 11px;
        }

        .small-filter-wrapper .small-filter-list li.sortDesc span:after {
            content: ' \25BC';
            font-size: 11px;
        }

.opener-mail-popup {
    font-size: 15px;
    float: right;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: 600;
}

    .opener-mail-popup:after {
        background: url(../images/sprite.png) no-repeat -311px -45px;
        width: 20px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 2px;
        content: '';
    }

.sup_featured {
    color: #53B50A;
    text-transform: uppercase;
    margin-left: 0.5em;
}

.sup_isturbosale {
	margin-left: 0.5em;
}

.sup_isturbosale img {
	width: 32px;
	height: 32px;
}

.small-filter-wrapper .more-opener {
    color: #8f8f8f;
    position: relative;
    padding-right: 15px;
}

    .small-filter-wrapper .more-opener:after {
        background: url(../images/sprite.png) no-repeat -535px 0;
        width: 11px;
        height: 6px;
        position: absolute;
        right: 0;
        top: 9px;
        content: '';
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

.small-filter-wrapper select {
    position: absolute;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    color: #212121;
}

.item-list {
    margin: 0 0 46px 0;
    padding: 0;
    list-style: none;
    color: #1d1d1d;
}

    .item-list > li {
        padding: 10px 20px; /*padding: 10px 8px;*/
        position: relative;
        border-bottom: 1px solid #d7d7d7;
        overflow: hidden;
        margin-right: -20px;
    }

        .item-list > li:hover {
            background: #fafafa;
        }

        .item-list > li .item-holder {
            overflow: hidden;
            padding: 0 15px 0 0;
        }

    .item-list .visual {
        display: block;
        margin-bottom: 10px;
    }

        .item-list .visual img {
            width: 169px; /*width: 100%;*/
            height: 126px;
            border-radius: 10px;
        }

#img_no_photo {
    border-radius: 10px;
}

.item-list .hidn-row {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 153px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    width: 799px;
}

.item-list > li.active .hidn-row {
    padding-top: 10px;
}

.item-list .hidn-row.close {
    min-height: 0;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.item-list .all-visual {
    font-size: 12px;
    color: #1d1d1d;
}

.item-list h3 a,
.item-list h3 {
    margin: 0;
    font-weight: 600;
    color: #212121;
    font-size: 20px;
    line-height: 24px;
}

.item-list h3 {
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap;*/
}

    .item-list h3 a:hover {
        color: #1885F0;
    }

.item-list > li .item-holder table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 18px;
}

    .item-list > li .item-holder table td {
        vertical-align: top;
        padding: 0 7px;
    }

        .item-list > li .item-holder table td > div {
            overflow: hidden;
            padding: 2px 0;
        }

        .item-list > li .item-holder table td:first-child {
            padding-left: 0;
            min-width: 200px;
        }

    .item-list > li .item-holder table .price {
        display: block;
        text-align: right;
        font-size: 20px;
        font-weight: 600;
        line-height: 22px;
        white-space: nowrap;
    }
    .item-list > li .item-holder table .price .dogovor {
        font-size: 18px;
    }
    .item-list > li .item-holder table .old-price {
        display: block;
        text-align: right;
        font-size: 16px;
        line-height: 22px;
        white-space: nowrap;
        text-decoration: line-through;
    }

.item-list .set-panel {
    width: 100%;
    position: relative;
    padding: 11px 0 0;
    min-height: 54px;
}

    .item-list .set-panel:after {
        display: block;
        clear: both;
        content: '';
    }

    .item-list .set-panel:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 100%;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZDdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(215,215,215,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(215,215,215,1)), color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left, rgba(215,215,215,1) 0%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left, rgba(215,215,215,1) 0%,rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(left, rgba(215,215,215,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(215,215,215,1) 0%,rgba(255,255,255,0) 100%);
        content: '';
    }

    .item-list .set-panel .col {
        float: right;
        display: none;
    }

.noHover .item-list > li .set-panel .col,
.item-list > li.hover .set-panel .col,
.item-list > li:hover .set-panel .col {
    display: block;
}

.item-list .set-panel .holder {
    overflow: hidden;
    position: relative;
    display: block;
    color: #212121;
}

    .item-list .set-panel .holder a {
        float: left;
        color: #222222;
        vertical-align: top;
    }

    .item-list .set-panel .holder:after {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 50px;
        pointer-events: none;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        content: '';
    }

.item-list > li:hover .set-panel .holder:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(250,250,250,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(250,250,250,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(250,250,250,1) 100%);
}

.item-list .set-panel .holder .img {
    width: 50px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    /*-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;*/
    display: block;
}

    .item-list .set-panel .holder .img img {
        width: 100%;
    }

.item-list .set-panel .holder .img-text {
    display: block;
    padding: 0; /* padding: 2px 0 0; */
}

.item-list .set-panel .holder .title {
    font-size: 12px;
    white-space: nowrap;
    display: block;
    color: #989898;
}

.item-list .set-panel .holder .name {
    font-size: 12px;
    white-space: nowrap;
    display: block;
}

.item-list .link-wrap {
    float: left;
    white-space: nowrap;
    margin-right: 7px;
    padding: 15px 0 0;
}

    .item-list .link-wrap a {
        float: left;
        font-size: 13px;
        margin: 0 5px;
    }

        .item-list .link-wrap a.active,
        .item-list .link-wrap a:hover {
            color: #212121;
        }

.item-list .btn-wrap {
    float: left;
    margin-right: 7px;
}

.item-list .btn {
    float: left;
    font-size: 13px;
    min-width: 0;
    margin: 5px 0 0;
}

.item-list .btn-wrap .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    line-height: 24px;
}

    .item-list .btn-wrap .btn em {
        font-style: normal;
    }

    .item-list .btn-wrap .btn:first-child {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        min-width: 115px;
    }

.item-list .btn .arrow {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.item-list .btn-wrap .glyphicon-heart {
    font-size: 12px;
}

.item-list .btn-wrap .remove {
    font-size: 18px;
    position: relative;
    top: 2px;
    line-height: 14px;
}

.item-list .opener-map-popup {
    padding: 0 0 0 22px;
    position: relative;
}

    .item-list .opener-map-popup:after {
        background: url(../images/sprite.png) no-repeat -677px -26px;
        width: 25px;
        height: 18px;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
    }

    .item-list .opener-map-popup.active:after,
    .item-list .opener-map-popup:hover:after {
        background-position: -677px 2px;
    }

.item-list .opener-description-info .glyphicon {
    font-size: 8px;
    top: 0;
}

.item-list .opener-description-info.active .glyphicon {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.item-list .opener-row {
    padding: 0;
    color: #454545;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .item-list .opener-row.open {
        height: 163px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .item-list .opener-row h4 {
        margin: 0 0 16px;
        font-size: 16px;
        color: #454545;
    }

    .item-list .opener-row p {
        text-align: justify;
    }

.item-list .side-description {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #000;
    border-top: 1px solid #d7d7d7;
    padding: 19px 0 0;
}

    .item-list .side-description li {
        margin-bottom: 2px;
    }

.item-list .opener-row .item-holder {
    padding-top: 20px;
    position: relative;
}

    .item-list .opener-row .item-holder:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 8px;
        background: #d7d7d7;
        height: 1px;
        content: '';
    }

    .item-list .opener-row .item-holder a {
        text-decoration: underline;
    }

#map-popup-wrap {
    height: 250px;
}

.item-list .top-box {
    position: absolute;
    right: 8px;
    top: 7px;
    left: 8px;
    background-color: #fff;
    z-index: 5;
}

.item-list > li:hover .top-box {
    background-color: #fafafa;
}

.item-list .status {
    float: right;
    padding: 0 10px;
    line-height: 26px;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 8px;
}

.item-list .new-status {
    background: #5eab1f;
    color: #fff;
}

.item-list .collapse-row {
    float: right;
    font-weight: 600;
    margin: 4px 0 0 10px;
    display: none;
}

    .item-list .collapse-row em {
        font-style: normal;
    }

.item-list > li.active .collapse-row {
    display: block;
}

    .item-list > li.active .collapse-row.active {
        color: #000;
    }

.item-list .collapse-row .glyphicon {
    font-size: 8px;
    line-height: 14px;
    position: relative;
    top: -2px;
}

.item-list > li.active .collapse-row.active .glyphicon {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.item-list .top-hidn {
    background: #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 26px;
    float: left;
    font-size: 14px;
    color: #fff;
    display: none;
}

.item-list > li.active .top-hidn {
    display: block;
}

.paging-wrap {
    position: relative;
    margin-bottom: 49px;
}

    .paging-wrap .count-page {
        color: #454545;
        margin: 0 0 25px;
    }

    .paging-wrap .page-list {
        font-size: 15px;
        font-weight: 600;
        color: #1d1d1d;
        display: inline-block;
        vertical-align: middle;
    }

#profile_favorites .paging-wrap .page-list {
    display: block;
    text-align: center;
}

.paging-wrap .page-list .active {
    color: #1d1d1d;
}

.paging-wrap .page-list span,
.paging-wrap .page-list a {
    margin: 0 3px;
}

.paging-wrap .btn span {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 12px;
}

.paging-wrap .prev span {
    top: -3px;
    margin-left: 0;
    margin-right: 12px;
}

.paging-wrap .prev {
    margin-right: 30px;
}

.paging-wrap .next {
    margin-left: 30px;
}

.realtors-form {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    padding: 20px;
    background-color: #fff;
    position: relative;
}

    .realtors-form h3 {
        margin: 0 0 37px;
        font-size: 22px;
        line-height: 24px;
        font-weight: normal;
        color: #000;
    }

        .realtors-form h3 strong {
            font-weight: 600;
        }

    .realtors-form .form-group {
        margin-bottom: 6px;
    }

        .realtors-form .form-group .btn {
            display: block;
            width: 100%;
            margin-top: 12px;
        }

        .realtors-form .form-group .note {
            font-size: 11px;
            line-height: 13px;
            display: block;
            padding: 13px 13px 0;
        }

    .realtors-form .sidebar-item-list {
        padding-bottom: 24px;
    }

        .realtors-form .sidebar-item-list > li {
            border: 0;
        }

    .realtors-form .note-more {
        position: absolute;
        left: 20px;
        bottom: 24px;
        font-size: 12px;
        line-height: 24px;
        color: #000;
    }

        .realtors-form .note-more:hover {
            color: #1885f0;
        }

    .realtors-form textarea {
        resize: none;
    }

select.selectpicker {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.map-wrapper {
    position: absolute;
    left: 0;
    top: 218px;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    overflow: hidden;
    z-index: 5;
}

.map-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 302px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    z-index: 10;
    padding: 8px 5px 0;
}

.map-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 302px;
    bottom: 0;
    z-index: 12;
}

.sidebar-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.map-sidebar > .sidebar-body {
    overflow: auto;
    position: absolute;
    left: 0;
    top: 45px;
    right: 0;
    bottom: 116px;
}

    .map-sidebar > .sidebar-body li {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-shadow: 0 1px 0 #fff;
        -moz-box-shadow: 0 1px 0 #fff;
        box-shadow: 0 1px 0 #fff;
    }

        .map-sidebar > .sidebar-body li.active,
        body:not(.noHover) .map-sidebar > .sidebar-body li:hover {
            background: #d7d7d7;
        }

        .gallery-sidebar-wrap .sidebar-body li .holder,
        .map-sidebar > .sidebar-body li .holder {
            color: #1d1d1d;
        }

        .map-sidebar > .sidebar-body li:first-child {
            padding-top: 12px;
        }

    .brief-description h4,
    .gallery-sidebar-wrap .sidebar-body h4,
    .map-sidebar > .sidebar-body h4 {
        font-weight: 600;
        margin: 0 0 4px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .brief-description .price,
    .brief-description .info,
    .gallery-sidebar-wrap .sidebar-item-list .price,
    .gallery-sidebar-wrap .sidebar-item-list .info,
    .map-sidebar > .sidebar-body .info,
    .map-sidebar > .sidebar-body .price {
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }

    .map-sidebar > .sidebar-body .img {
        margin-top: 0;
    }

    .map-sidebar > .sidebar-body .hidden-btn {
        float: left;
        background: #999999;
        text-align: center;
        width: 74px;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-right: 15px;
        display: none;
        height: 26px;
        line-height: 26px;
    }

    .map-sidebar > .sidebar-body .hidden-active .hidden-btn {
        display: block;
    }

.map-sidebar .sidebar-item-list .hidden-active h4 {
    margin-top: 4px;
}

.map-sidebar > .sidebar-body .hidden-active .info,
.map-sidebar > .sidebar-body .hidden-active .price,
.map-sidebar > .sidebar-body .hidden-active .img {
    display: none;
}

.map-sidebar-footer {
    background: #f8f8f8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 133px;
    padding: 0 0 0 10px;
    border-top: 1px solid #d7d7d7;
}

    .map-sidebar-footer .realtors-title {
        margin-top: 12px;
        font-size: 13px;
        font-weight: 700;
        font-style: italic;
        color: black;
    }

        .map-sidebar-footer .realtors-title a {
            display: inline-block;
            font-size: 12px;
        }

        .map-sidebar-footer > .sidebar-item-list > li {
            cursor: pointer;
        }

        /*.map-sidebar-footer > .sidebar-item-list > li:first-child {
				padding-top: 12px;
			}*/

        .map-sidebar-footer > .sidebar-item-list .holder {
            position: relative;
            display: block;
            padding: 5px 0 0 0;
        }

        .map-sidebar-footer > .sidebar-item-list .info-holder {
            display: block;
            /*padding: 12px 0 0;*/
        }

        .map-sidebar-footer > .sidebar-item-list .status-wrap {
            position: absolute;
            right: 0;
            top: 0;
            margin: 0;
        }

        .map-sidebar-footer > .sidebar-item-list .tel,
        .map-sidebar-footer > .sidebar-item-list .name,
        .map-sidebar-footer > .sidebar-item-list .comp {
            text-overflow: ellipsis;
            /*overflow: hidden;
			white-space: nowrap;*/
            display: block;
        }

        .map-sidebar-footer > .sidebar-item-list .name {
            margin-bottom: 5px;
        }

        .map-sidebar-footer > .sidebar-item-list .comp {
            margin-bottom: 5px;
        }

        .map-sidebar-footer > .sidebar-item-list .holder.exclusive .info-holder {
            width: 100%;
            padding: 15px 0 0;
            position: relative;
            float: right;
        }

        .map-sidebar-footer > .sidebar-item-list .holder.exclusive .img-name {
            margin-bottom: 6px;
            max-width: 240px;
            width: auto;
            height: auto;
        }

        .map-sidebar-footer > .sidebar-item-list .holder.exclusive .img-name img {
            max-width: 240px;
            width: auto;
            height: auto;
        }

        .map-sidebar-footer > .sidebar-item-list .holder.exclusive .name,
        .map-sidebar-footer > .sidebar-item-list .holder.exclusive .comp  {
            font-weight: 600;
            font-size: 14px;
            color: #1885f0;
        }

        .map-sidebar-footer > .sidebar-item-list .holder.exclusive .tel {
            margin-top: 6px;
            font-size: 14px;
            line-height: 16px;  
        }


.comp .map-pro-realtor, .tel .map-pro-realtor {
    background: url(../images/realtor-pro.png) right no-repeat;
    display: inline-block;
    width: 36px;
    height: 19px;
    margin-left: 9px;
    margin-right: 17px;
    margin-bottom: -3px;
}

.map-sidebar-footer > .sidebar-item-list .status-wrap .num-status {
    margin: 0;
    position: relative;
    padding: 3px 0 0 21px;
    float: left;
}

    .map-sidebar-footer > .sidebar-item-list .status-wrap .num-status i {
        position: absolute;
        left: 0;
        top: -3px;
        width: 21px;
        margin: 0;
    }

.map-sidebar-footer > .sidebar-item-list .img-name {
    width: 63px;
}

    .map-sidebar-footer > .sidebar-item-list .img.img-name, .map-sidebar-footer > .sidebar-item-list .img-name img {
        border-radius: 0;
    }

.gallery-sidebar-wrap {
    margin: 0 -15px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #d7d7d7;
}

    .gallery-sidebar-wrap .sidebar-item-list {
        width: 9999px;
        overflow: hidden;
    }

        .brief-description .img,
        .gallery-sidebar-wrap .sidebar-item-list .img {
            float: left;
            margin: 0 7px 0 0;
            width: 90px;
        }

        .gallery-sidebar-wrap .sidebar-item-list > li {
            padding: 13px 25px;
            float: left;
            width: 302px;
        }

        .brief-description .info-holder,
        .gallery-sidebar-wrap .sidebar-item-list .info-holder {
            padding-top: 5px;
        }

    .gallery-sidebar-wrap .next,
    .gallery-sidebar-wrap .prev {
        position: absolute;
        left: 0;
        top: 50%;
        margin: -12px 0 0;
        width: 18px;
        height: 24px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        background-color: rgba(0,0,0,0.24);
        color: #fff;
        font-size: 24px;
        text-align: center;
        line-height: 20px;
        z-index: 15;
    }

    .gallery-sidebar-wrap .next {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        left: auto;
        right: 0;
    }

    .gallery-sidebar-wrap .gallery {
        overflow: hidden;
        position: relative;
    }

    .gallery-sidebar-wrap .next.disabled,
    .gallery-sidebar-wrap .prev.disabled {
        display: none;
    }

.map-set-wrap {
    position: absolute;
    left: 50px;
    top: 6px;
    z-index: 30;
}

    .map-set-wrap .box {
        display: block;
        margin: 4px 0 0;
        border: 1px solid rgba(0,0,0,0.23);
        background-color: rgba(255,255,255,0.9);
        color: #1d1d1d;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        padding: 8px 8px 8px 37px;
        position: relative;
    }

        .map-set-wrap .box.active {
            background-color: rgba(50,60,255,0.7);
            color: #fff;
        }

            .map-set-wrap .box.update-btn em,
            .map-set-wrap .box.update-btn i {
                font-style: normal;
            }

            .map-set-wrap .box.update-btn em {
                display: none;
            }

            .map-set-wrap .box.update-btn.active em {
                display: inline;
            }

.map-set .box.update-btn.active i {
    display: none;
}

.map-set-wrap .box.update-btn:after,
.map-set-wrap .box.allocation-btn:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 9px;
    width: 21px;
    height: 21px;
    background: url(../images/sprite.png) no-repeat 0 -9999px;
}

.map-set-wrap .box.update-btn:after {
    background-position: -720px -42px;
}

.map-set-wrap .box.allocation-btn:after {
    background-position: -720px 1px;
}

.map-set-wrap .box.active.update-btn:after {
    background-position: -746px -42px;
}

.map-set-wrap .box.active.allocation-btn:after {
    background-position: -746px 1px;
}

.map-content .count {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid rgba(0,0,0,0.23);
    background-color: rgba(255,255,255,0.9);
    color: #1d1d1d;
    font-weight: 400;
    font-size: 12px;
    line-height: 4px;
    padding: 10px;
    margin: 4px;
    z-index: 30;
}

.map-content .map-mark {
    background-color: #5eab1f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px;
    height: 20px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #3a6a13;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    cursor: pointer;
}

    .map-content .map-mark:after {
        background-color: #5eab1f;
        border: 1px solid #3a6a13;
        border-width: 0 1px 1px 0;
        content: "";
        display: inline-block;
        height: 6px;
        left: 50%;
        position: absolute;
        bottom: -4px;
        margin: 0 0 0 -6px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 6px;
        cursor: pointer;
    }

    .map-content .map-mark:hover:after,
    .map-content .map-mark:hover {
        background-color: #ff5c01 !important;
        border-color: #e32b00 !important;
    }

    .map-content .map-mark.active:after,
    .map-content .map-mark.active {
        background-color: #969695;
        border-color: #686867;
    }

.popup-description,
.brief-description {
    z-index: 1000;
    background-color: rgba(255,255,255,0.96);
    min-width: 248px;
    max-width: 400px;
    /*
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.11);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.11);
	*/
}

.brief-description {
    padding: 8px;
}

.popup-description {
    width: 340px;
    padding: 6px;
    color: #000;
}

    .popup-description .close {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .popup-description h4 {
        font-family: 'Open Sans', sans-serif;
        margin: 0 0 4px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }

    .popup-description .price {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 6px;
    }

    .popup-description .row {
        margin: 0;
        overflow: hidden;
    }

        .popup-description .row .btn {
            float: right;
        }

            .popup-description .row .btn .arrow {
                font-size: 20px;
                line-height: 20px;
                display: inline-block;
                vertical-align: middle;
                position: relative;
                top: -2px;
            }

    .popup-description .holder {
        overflow: hidden;
        font-size: 14px;
    }

    .popup-description .description-set-opener {
        border-top: 1px solid #d7d7d7;
        color: #1a85ef;
        font-size: 15px;
        line-height: 34px;
        margin: 15px 0 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .popup-description .description-set-opener li {
            width: 50%;
            text-align: center;
            height: 34px;
            cursor: pointer;
            float: left;
        }

            .popup-description .description-set-opener li.active {
                color: #000;
            }

            .popup-description .description-set-opener li:first-child {
                border-right: 1px solid #d7d7d7;
            }

        .popup-description .description-set-opener .panoramas {
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #1a85ef;
            position: relative;
            width: 23px;
            height: 11px;
            top: -2px;
        }

        .popup-description .description-set-opener .active .panoramas {
            border-color: #000;
        }

        .popup-description .description-set-opener .panoramas span:before,
        .popup-description .description-set-opener .panoramas span:after,
        .popup-description .description-set-opener .panoramas:before,
        .popup-description .description-set-opener .panoramas:after {
            position: absolute;
            left: 2px;
            top: 2px;
            width: 2px;
            height: 5px;
            background: #1a85ef;
            content: '';
        }

        .popup-description .description-set-opener .active .panoramas span:before,
        .popup-description .description-set-opener .active .panoramas span:after,
        .popup-description .description-set-opener .active .panoramas:before,
        .popup-description .description-set-opener .active .panoramas:after {
            background: #000;
        }

        .popup-description .description-set-opener .panoramas:before {
            left: 7px;
        }

        .popup-description .description-set-opener .panoramas span:before {
            left: 12px;
        }

        .popup-description .description-set-opener .panoramas span:after {
            left: 17px;
        }

    .popup-description .visual-content {
        margin: 0;
        padding: 6px 0 0 0;
        list-style: none;
        overflow: hidden;
    }

        .popup-description .visual-content > li {
            display: none;
            height: 200px;
            overflow: hidden;
            position: relative;
        }

        .popup-description .visual-content > .active {
            display: block;
        }

    .popup-description .card-gallery {
        height: 100%;
        width: 100%;
        margin: 0;
    }

        .popup-description .card-gallery .gallery {
            height: 100%;
            width: 340px;
            margin: 0;
        }

            .popup-description .card-gallery .gallery li {
                /*width: 266px;*/
                width: 340px;
                height: 200px;
                margin-right: 4px;
            }

        .popup-description .card-gallery .next,
        .popup-description .card-gallery .prev {
            width: 28px;
            height: 36px;
            top: 83px;
            line-height: 27px;
        }

.panoramas-wrap {
    height: 200px;
    position: relative;
}

.popup-description .btn-row {
    overflow: hidden;
    margin-top: 12px;
}

    .popup-description .btn-row .btn-wrap {
        float: left;
    }

    .popup-description .btn-row .btn {
        font-size: 13px;
        min-width: 0;
    }

    .popup-description .btn-row .btn-wrap .btn {
        float: left;
        font-size: 13px;
        min-width: 0;
    }

    .popup-description .btn-row .btn-wrap .btn {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        margin-right: -1px;
        line-height: 24px;
    }

        .popup-description .btn-row .btn-wrap .btn em {
            font-style: normal;
        }

        .popup-description .btn-row .btn-wrap .btn:first-child {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
            min-width: 113px;
        }

    .popup-description .btn-row .btn-wrap .remove {
        font-size: 18px;
        line-height: 14px;
        position: relative;
        top: 2px;
    }

.index-search-form {
    background-image: url(../images/bg-index-opt.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    height: 498px;
    position: relative;
    margin-top: -17px;
}

    /*.index-search-form:after {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 15px;
		content: '';
		background: url(../images/shadow.png) repeat-x 0 100%;
	}*/

    .index-search-form .user-panel {
        background: rgba(0,0,0,0.61);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        top: 5px;
        min-height: 62px;
        padding: 10px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .index-search-form .fixed-user-panel .user-panel {
        background: rgba(0,0,0,0);
    }

    .index-search-form .index-user-panel:not(.fixed-user-panel) .user-panel .user-search .ico:after {
        background-position: -149px -68px;
    }

    .index-search-form .index-user-panel:not(.fixed-user-panel) .user-favorites .ico:after {
        background-position: -238px -68px;
    }

    .index-search-form .index-user-panel:not(.fixed-user-panel) .user-panel > li > a,
    .index-search-form .index-user-panel:not(.fixed-user-panel) .user-panel > li .user-nav,
    .index-search-form .index-user-panel:not(.fixed-user-panel) .user-panel > li .opener-drop {
        color: #fff;
    }

.index-logo-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 110px;
    z-index: 0;
}

.rgrlogo {
    height: 50px; 
    background-color: white; 
    padding: 5px;
}

.reestrlogo {
    height: 50px; 
    margin-left: 20px;
}

    .index-logo-panel {
        top: 70px;
    }
    .rgrlogo {
        margin-left: 50px;
        height: 45px; 
    }
    .reestrlogo {
        height: 45px; 
    }

/*

@media only screen and (max-width: 1310px) {
    .index-logo-panel {
        top: 70px;
    }
    .rgrlogo {
        margin-left: 120px;
        height: 45px; 
    }
    .reestrlogo {
        height: 45px; 
    }
}

@media only screen and (max-width: 1155px) {
    .index-logo-panel {
        top: 60px;
    }
    .rgrlogo {
        height: 35px; 
    }
    .reestrlogo {
        height: 35px; 
    }
}

@media only screen and (max-width: 960px) {
    .index-logo-panel {
        top: 50px;
    }
    .rgrlogo {
        height: 25px; 
    }
    .reestrlogo {
        height: 25px; 
        margin-left: 10px;
    }
}

*/

.index-user-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 42px;
    z-index: 1010;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .index-user-panel.fixed-user-panel {
        top: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
        z-index: 1010 !important;
    }



    .index-user-panel .container {
        position: relative;
        height: 73px;
    }

    .index-user-panel .logo-fixed {
        width: 103px;
        height: 34px;
        margin: 18px 24px 0 0;
        float: left;
    }

        .index-user-panel .logo-fixed span {
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
            -moz-transform: scale(0);
            -webkit-transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            opacity: 0;
            background: url(../images/logo2.png) no-repeat;
            width: 100%;
            height: 100%;
            background-size: cover;
            display: block;
        }

    .index-user-panel.fixed-user-panel .logo-fixed span {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

    .index-user-panel .search-form {
        /*	margin-top:-80px; */
        margin-top: 17px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        -ms-transition: all 0.35s linear;
        transition: all 0.35s linear;
    }

.fixed-search .index-user-panel .search-form {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    margin-top: 17px;
}

.index-user-panel .search-form .search-input {
    width: 455px;
}

.index-user-panel.fixed-user-panel .search-form .search-input {
    width: 235px;
}

.slogan-wrap {
    width: 960px;
    position: absolute;
    left: 50%;
    top: 140px;
    z-index: 1005;
    margin: 0 0 0 -480px;
}

    .slogan-wrap h1 {
        margin: 0 0 10px;
        font-style: italic;
        font-size: 48px;
        line-height: 54px;
        color: #272727;
        font-weight: 600;
        text-align: center;
    }

        .slogan-wrap h1 span {
            font-weight: 300;
        }

.slogan-search-form {
    background: rgba(255,255,255,0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);*/
    padding: 28px 34px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.fixed-search .slogan-search-form {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    margin-top: -50px;
}

.slogan-search-form .search-form {
    width: 284px;
    float: right;
}

    .slogan-search-form .search-form .search-form-wrap {
        width: 284px;
    }

        .slogan-search-form .search-form .search-form-wrap .search-input {
            width: 368px;
        }

.download-wrapper {
    position: relative;
    background: rgb(120,198,56);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4YzYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1M2I1MGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(120,198,56,1) 0%, rgba(83,181,10,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,198,56,1)), color-stop(100%,rgba(83,181,10,1)));
    background: -webkit-linear-gradient(top, rgba(120,198,56,1) 0%,rgba(83,181,10,1) 100%);
    background: -o-linear-gradient(top, rgba(120,198,56,1) 0%,rgba(83,181,10,1) 100%);
    background: -ms-linear-gradient(top, rgba(120,198,56,1) 0%,rgba(83,181,10,1) 100%);
    background: linear-gradient(to bottom, rgba(120,198,56,1) 0%,rgba(83,181,10,1) 100%);
    color: #fff;
    border-bottom: 1px solid #d6d6d6;
}

    .download-wrapper:after {
        position: absolute;
        left: 0;
        top: 3px;
        right: 0;
        height: 1px;
        content: '';
        background: #a3ea69;
    }

    .download-wrapper .container {
        position: relative;
        padding: 21px 0 21px 179px;
        min-height: 159px;
    }

    .download-wrapper .tel {
        background: url(../images/bg-tel.png) no-repeat;
        width: 183px;
        height: 242px;
        position: absolute;
        left: -12px;
        top: -36px;
        z-index: 5;
    }

    .download-wrapper h2 {
        margin: 0 0 17px;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
        font-style: italic;
        font-weight: 600;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.26);
    }

        .download-wrapper h2 span {
            font-weight: normal;
        }

    .download-wrapper h3 {
        margin: 0;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        font-style: italic;
        font-weight: normal;
        text-shadow: -1px -1px 0 rgba(0,0,0,0.26);
    }

    .download-wrapper .btn-list {
        position: absolute;
        right: 0;
        top: 38px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .download-wrapper .btn-list li {
            float: left;
            margin-left: 11px;
        }

.send-tel-form {
    position: absolute;
    right: 0;
    top: 103px;
}

    .send-tel-form .form-control {
        float: left;
        margin: 0 0 0 7px;
        width: 60px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        height: 38px;
        font-weight: 600;
        padding-left: 0;
        padding-right: 0;
        background: transparent;
        border-color: white;
        /*background: #509419;
		border-color: #41820c;
		-webkit-box-shadow: inset 0 4px 10px rgba(52, 101, 13, 0.28),0px 1px 0 rgba(117, 195, 53, 0.71);
		-moz-box-shadow: inset 0 4px 10px rgba(52, 101, 13, 0.28),0px 1px 0 rgba(117, 195, 53, 0.71);
		box-shadow: inset 0 4px 10px rgba(52, 101, 13, 0.28),0px 1px 0 rgba(117, 195, 53, 0.71);*/
    }

    .send-tel-form .num {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        width: 36px;
        float: left;
        margin-right: -7px;
        position: relative;
        margin-top: 9px;
    }

        .send-tel-form .num:before,
        .send-tel-form .num:after {
            position: absolute;
            left: 168px;
            top: 9px;
            content: '';
            background: #fff;
            width: 7px;
            height: 3px;
        }

        .send-tel-form .num:after {
            left: 246px;
        }

    .send-tel-form .btn {
        float: left;
        margin-left: 12px;
        width: 110px;
        padding-left: 0;
        padding-right: 0;
    }

.aboutus-wrapper {
    position: relative;
    background-color: #f9f9f9;
    color: #212121;
    padding: 57px 0 57px;
}

    .aboutus-wrapper h2 {
        color: #53b50a;
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 39px;
        font-style: italic;
        font-weight: normal;
    }

        .aboutus-wrapper h2 strong {
            font-weight: 600;
        }

.aboutus-list {
    position: relative;
    margin: 0 -50px;
    padding: 0;
    list-style: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .aboutus-list:after {
        left: 66.66%;
    }

    .aboutus-list li {
        float: left;
        width: 220px;
        /*width: 33.3%;*/
        /*width: 19.5%;*/
        /*width: 24.33%;*/
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        cursor: pointer;
        /*padding: 0 70px;*/
    }

    .aboutus-list .ico {
        margin: 0 0 15px;
    }

    .aboutus-list h3 {
        margin: 0 0 8px;
        font-size: 16px;
        font-weight: 600;
        color: #53b50a;
        line-height: 28px;
    }

    .aboutus-list p {
        margin: 0;
        font-size: 14px;
        line-height: 22px;
        color: #2e2e2e;
    }

.social-wrapper {
    position: relative;
    background-color: #F5F5F5;
    color: #212121;
    padding: 20px 0 20px;
}

    .social-wrapper h2 {
        color: #212121;
        font-size: 14px;
        font-weight: normal;
    }

.index-wrapper-slider {
    background: #3c3f55;
    border-top: 1px solid #d6d6d6;
    padding: 39px 0 68px;
}

    .index-wrapper-slider .container {
        position: relative;
        /*border-bottom: 1px solid #d6d6d6;*/
    }

    .index-wrapper-slider h2 {
        color: #fff;
        font-size: 28px;
        line-height: 24px;
        margin: 0 0 30px;
        font-weight: 200;
    }

    .index-wrapper-slider .gallery {
        margin: 0 45px;
        overflow: hidden;
    }

        .index-wrapper-slider .gallery > ul {
            width: 9999px;
            float: left;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .index-wrapper-slider .gallery > ul > li {
                float: left;
                width: 260px;
                padding: 23px 20px 14px;
            }

        /*.index-wrapper-slider .gallery > ul > li:hover {
					background: #f3f3f3;
				}*/

        .index-wrapper-slider .gallery a {
            color: #000;
        }

        .index-wrapper-slider .gallery .name {
            display: block;
            font-size: 16px;
            line-height: 18px;
            font-weight: 600;
            margin: 0 0 23px;
        }

        .index-wrapper-slider .gallery .img {
            display: block;
            margin: 0 10px 17px;
        }

        /*.index-wrapper-slider .gallery .img img {
				width: 100%;
			}*/

        .index-wrapper-slider .gallery address {
            font-style: normal;
            line-height: 20px;
            font-size: 14px;
            font-weight: 400;
            width: 80%;
            margin: 0 auto 10px;
            color: #fff;
            display: block;
            text-align: center;
        }

        .index-wrapper-slider .gallery .info {
            font-size: 14px;
            display: block;
            color: #fff;
            text-align: center;
        }

    .index-wrapper-slider .next,
    .index-wrapper-slider .prev {
        position: absolute;
        left: -11px;
        top: 148px;
        width: 42px;
        height: 42px;
        line-height: 32px;
        font-size: 50px;
        color: #00af90;
        text-align: center;
    }

    .index-wrapper-slider .next {
        left: auto;
        right: -11px;
    }

        .index-wrapper-slider .next.disabled,
        .index-wrapper-slider .prev.disabled {
            color: #000000;
        }


.expired {
    color: red;
    /*font-size: 18pt;
	padding: 20px 0 40px 0;*/
}


.sorry_msg {
    line-height: 28px;
}

/*#slider_recent_ads {
	height: 165px;
}*/

.holder .info {
    text-align: left;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    font-family: 'Open Sans', sans-serif;
}

.price_layout {
    padding: 0 3px;
    background: #53B50A;
    color: #fff;
    border: 1px solid #326d06;
    display: block !important;
    width: 72px;
    height: 19px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.price_layout.sold {
	background-color: red !important;
}

    .price_layout:before {
        display: inline-block;
        margin: auto 0;
        content: '';
        width: 4px;
        height: 4px;
        position: absolute;
        top: 16px;
        left: 34px;
        border-width: 0 1px 1px 0;
        border-style: solid;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #53b50a;
        border-color: #326d06;
    }

    .price_layout:hover {
        background: #ee552a;
        border: 1px solid #bc350f;
    }

        .price_layout:hover:before {
            background-color: #ee552a;
            border-color: #bc350f;
        }


.cluster_layout {
    height: 20px;
    line-height: 12px;
    padding-top: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: bold !important;
    white-space: nowrap;
}

.search-input-result {
    position: absolute;
    left: 0;
    border: 1px solid #D7D7D7;
    border-radius: 3px;
    background: #fff;
    padding: 5px 10px;
    z-index: 1000;
    display: none;
}

    .search-input-result a {
        display: block;
    }

        .search-input-result a.selected {
            color: #2dd2f2;
        }

        .search-input-result a.selected {
            color: #2dd2f2;
        }

    .search-input-result hr {
        margin: 5px 0;
    }
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 */

.bv-form .help-block {
    margin-bottom: 0;
}

.bv-form .tooltip-inner {
    text-align: left;
}

.nav-tabs li.bv-tab-success > a {
    color: #3c763d;
}

.nav-tabs li.bv-tab-error > a {
    color: #a94442;
}

.bv-form .bv-icon-no-label {
    top: 0;
}

.bv-form .bv-icon-input-group {
    top: 0;
    z-index: 100;
}


.aside-box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #e9e9e9;
    padding: 10px;
    margin: 0 0 17px;
}

    .aside-box .my-account {
        color: #5eab1f;
        font-weight: bold;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .aside-box .aside-menu ul {
        margin: 0;
        padding: 0 0 0 15px;
        list-style: none;
    }

    .aside-box .my-account + .aside-menu {
        border: 0;
    }

    .aside-box .wrap {
        border: 1px solid #cccccc;
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 6px;
    }

.aside-menu {
    margin: 0;
    padding: 10px 0 10px;
    list-style: none;
    font-size: 12px;
    border-top: 1px solid #e1e1e1;
}

    .aside-menu:first-child {
        border: 0;
    }

    .aside-menu a {
        color: #0052ac;
        font-weight: 600;
    }

        .aside-menu .active a,
        .aside-menu a:hover {
            color: #000;
        }


    .aside-moderators {
        margin: 0 0 10px;
        font-weight: bold;
    }

.aside-box h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted;
}

.lk-progress {
    border: 1px solid #cccccc;
    position: relative;
    background: #fff;
    padding: 1px;
}

    .lk-progress span {
        width: 0;
        height: 22px;
        display: block;
        background: #5eab1f;
    }

.lk-progress-text {
    color: #606060;
    font-size: 11px;
}

.lk-img-row {
    overflow: hidden;
    margin: 0 0 70px;
}

    .lk-img-row .img-wrap {
        float: left;
        margin-right: 10px;
        text-align: center;
        color: #0052ac;
        font-size: 12px;
        line-height: 15px;
        position: relative;
        /*overflow:hidden;*/
    }

    .lk-img-row .img {
        display: block;
        width: 90px;
        max-height: 90px;
        overflow: hidden;
        border: 5px solid #cdc7c7;
        margin: 0 0 5px;
    }

        .lk-img-row .img img {
            width: 100%;
            height: auto;
        }

    .lk-img-row .name {
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        overflow: hidden;
    }

    .lk-img-row .black-star {
        margin-top: 10px;
    }

    .lk-img-row label:hover {
        cursor: pointer;
    }

    .lk-img-row .img-wrap input {
        display: none;
    }
    .accordion-wrapper .btn {
        font-size: 13px;
    }

    .accordion-wrapper .accordion-row {
        position: relative;
        margin: 0 0 30px;
    }

        .accordion-wrapper .top-row:after,
        .accordion-wrapper .accordion-row:after {
            display: block;
            clear: both;
            content: '';
        }

    .accordion-wrapper .top-row {
        position: relative;
        padding: 0 0 23px;
        min-height: 24px;
    }

        .accordion-wrapper .top-row:before {
            position: absolute;
            left: 0;
            bottom: -1px;
            right: 30px;
            height: 1px;
            background: #d7d7d7;
            content: '';
        }

    .accordion-wrapper .active .top-row:before {
        display: none;
    }

    .accordion-wrapper .top-row .btn {
        float: right;
    }

    .accordion-wrapper .top-row h3 {
        margin: 0;
        float: left;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        left: 0;
        bottom: 10px;
        -webkit-transition: bottom 0.3s linear;
        -moz-transition: bottom 0.3s linear;
        -o-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
        transition: bottom 0.3s linear;
    }

    .accordion-wrapper .position .top-row h3 {
        bottom: 24px;
    }

    .accordion-wrapper .plus-minus {
        background: #fbfbfb url(../images/sprite.png) no-repeat -1px -197px;
        position: absolute;
        bottom: -7px;
        right: 6px;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #b3b3b3;
        cursor: pointer;
        z-index: 50;
    }

    .accordion-wrapper .active .plus-minus {
        background-position: -1px -182px;
    }

    .accordion-wrapper .row {
        margin: 0 0 10px;
        position: relative;
    }

    .accordion-wrapper .wrap {
        background: #f9f9f9;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #d7d7d7;
        position: relative;
        z-index: 10;
        display: none;
        padding: 25px 15px;
        margin: -14px 0 0;
    }

    .accordion-wrapper .active .wrap {
        display: block;
    }

    .accordion-wrapper .title {
        float: left;
        padding: 9px 15px 0 0;
        margin: 0;
        text-align: right;
        line-height: 17px;
        font-size: 14px;
    }

        .accordion-wrapper .title span {
            position: relative;
            float: left;
            margin-top: -9px;
        }

    .accordion-wrapper .main-wrap .title {
        width: 13%;
    }

    .accordion-wrapper .password-wrap .title {
        width: 24%;
    }

    .accordion-wrapper .ch-wrap .title {
        width: 20%;
    }

    .accordion-wrapper .holder {
        float: left;
    }

    .accordion-wrapper .ch-wrap .holder {
        width: 30%;
    }

    .accordion-wrapper .main-wrap .holder {
        width: 50%;
    }

    .accordion-wrapper .password-wrap .holder {
        width: 76%;
    }

.container > .container.container-align-right {
    margin-right: 0;
    width: 1055px;
}

.accordion-row .selectpicker {
    font-weight: normal;
}

.accordion-wrapper .note-text {
    color: #606060;
    font-size: 11px;
    line-height: 11px;
    min-height: 34px;
    width: 37%;
    padding: 0 0 0 20px;
    float: left;
    position: relative;
    top: 0;
}

    .accordion-wrapper .note-text:after {
        background: url(../images/sprite.png) no-repeat -40px -184px;
        width: 6px;
        height: 10px;
        position: absolute;
        left: 4px;
        top: 17px;
        margin: -5px 0 0;
        content: '';
    }

.notification-box .btn-row,
.create-alert-form .btn-row,
.accordion-wrapper .btn-row {
    text-align: right;
    padding-top: 15px;
}

.notification-box .btn-row,
.create-alert-form .btn-row {
    padding-top: 0;
}

    .notification-box .btn-row .btn,
    .create-alert-form .btn-row .btn,
    .accordion-wrapper .btn-row .btn {
        margin-left: 20px;
    }

    .create-alert-form .btn-row span,
    .accordion-wrapper .cancel {
        color: #212121;
        position: relative;
        top: 2px;
    }

        .accordion-wrapper .cancel:hover {
            color: #0052ac;
        }

.accordion-wrapper textarea {
    font-style: italic;
}

.accordion-wrapper .top-note {
    text-align: right;
    font-size: 11px;
    color: #606060;
    line-height: 18px;
}

.accordion-wrapper .main-wrap .top-note {
    width: 63%;
}

.accordion-wrapper .add-btn {
    color: #5eab1f;
    float: left;
    line-height: 34px;
    position: relative;
    font-size: 11px;
    font-weight: 600;
    padding: 0 0 0 25px;
    margin-left: 8px;
    overflow: hidden;
}

.accordion-wrapper .download-logo:hover {
    cursor: pointer;
}

.accordion-wrapper .download-logo input {
    /*position:absolute;
	left:0;
	top:0;
	font-size:200px;
	cursor:pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;*/
    display: none;
}

.accordion-wrapper .addRow .add-row,
.accordion-wrapper .addLogo .download-logo {
    display: none;
}

.accordion-wrapper .nameLogo {
    margin: 9px 0 0 20px;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 15px;
    float: left;
}

.accordion-wrapper .close {
    color: #f73636;
    font-size: 12px;
    cursor: pointer;
    line-height: 15px;
    position: relative;
    padding: 0 0 0 16px;
    float: left;
    margin: 9px 0 0 8px;
    font-weight: 600;
}

.img-wrap .closeAvatar {
    color: #f73636;
    font-size: 12px;
    cursor: pointer;
    line-height: 15px;
    position: absolute;
    padding: 0 0 0 16px;
    margin: 9px 0 0 8px;
    top: 92px;
    left: 87px;
    font-weight: 600;
    display: none;
}

    .accordion-wrapper .close:before, .img-wrap .closeAvatar:before {
        background: url(../images/sprite.png) no-repeat -39px -228px;
        content: '';
        position: absolute;
        left: 0;
        display: block;
        top: 1px;
        width: 13px;
        height: 13px;
    }

.accordion-wrapper .add-btn:after {
    background: url(../images/sprite.png) no-repeat 0 -228px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    width: 17px;
    height: 17px;
    content: '';
}

.accordion-wrapper hr {
    border-color: #d6d6d6;
    -webkit-box-shadow: 0 1px 0 #ffffff;
    -moz-box-shadow: 0 1px 0 #ffffff;
    box-shadow: 0 1px 0 #ffffff;
}

.accordion-wrapper .input-group.date {
    float: left;
    width: 150px;
}

.accordion-wrapper .text-separator {
    float: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    margin: 9px 15px 0;
}

.date .input-group-addon {
    background: url(../images/sprite.png) no-repeat -64px -177px;
    width: 39px;
    cursor: pointer;
}

.accordion-wrapper .main-wrap .ch-row {
    padding: 0 0 0 13%;
}

.accordion-wrapper .ch-list {
    margin: 0;
    font-size: 12px;
}

    .accordion-wrapper .ch-list li {
        margin: 0;
    }

    .accordion-wrapper .ch-list .add-btn {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
    }

        .accordion-wrapper .ch-list .add-btn.hidden-add-btn {
            display: none;
        }

.accordion-wrapper p:first-child {
    margin-top: -10px;
    margin-bottom: 10px;
}

.accordion-wrapper p:last-child {
    margin-top: 0;
    padding: 10px 0 0;
    margin-bottom: -10px;
    border-top: 1px solid #d7d7d7;
}

.accordion-wrapper .note-row {
    color: #535353;
    font-size: 12px;
    line-height: 13px;
}

.accordion-wrapper .alt-row {
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 0;
}

    .accordion-wrapper .alt-row .col {
        padding: 0 4px;
    }

    .accordion-wrapper .alt-row textarea {
        height: 171px;
    }

.filter-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}

    .filter-table td {
        padding: 0 0 0 15px;
        text-align: right;
    }

        .filter-table td:first-child {
            padding-left: 0;
        }

    .filter-table .btn {
        min-width: 65px;
    }

    .filter-table .total-page {
        text-align: right;
        font-style: italic;
        color: #5f5f5f;
        font-size: 12px;
        position: relative;
        padding: 0 43px 0 0;
        white-space: nowrap;
    }

        .filter-table .total-page .next,
        .filter-table .total-page .prev {
            background: url(../images/sprite.png) no-repeat -172px -176px;
            position: absolute;
            right: 0;
            top: 0;
            width: 15px;
            height: 15px;
        }

            .filter-table .total-page .next.disabled {
                background-position: -172px -176px !important;
                cursor: default;
                opacity: 0.4;
            }

        .filter-table .total-page .prev {
            right: 20px;
            background-position: -144px -217px;
        }

            .filter-table .total-page .prev.disabled {
                background-position: -144px -217px !important;
                cursor: default;
                opacity: 0.4;
            }

        .filter-table .total-page .next:hover {
            background-position: -172px -217px;
        }

        .filter-table .total-page .prev:hover {
            background-position: -144px -176px;
        }

.container-align-right h2,
.container-align-right h1 {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}
.container-align-right h1.paymenth1 {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 18px;
    margin: 0 0 18px;
}

.profile-skin .container-align-right h1 {
    margin-bottom: 21px;
}

.profile-skin .container-align-right h2,
.profile-skin .container-align-right h1 {
    color: #766d4f;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    margin: 0 0 11px;
    padding-left: 15px;
}

.profile-skin .container-align-right h1 {
    margin-bottom: 21px;
}

.tab-filter-form {
    margin-bottom: 15px;
}

    .tab-filter-form .note {
        color: #5f5f5f;
        font-size: 12px;
    }

.item-list-advertisement,
.item-list-favorites {
    margin: 0;
}

    .item-list-advertisement > li,
    .item-list-favorites > li {
        padding: 0;
        border: 0;
        overflow: visible;
        margin: 0 0 20px;
    }

        .item-list-advertisement > li:first-child {
            border-top: 1px solid #ddd;
        }

        .item-list-advertisement > li:hover,
        .item-list-favorites > li:hover {
            background: none;
        }

    .item-list-advertisement .top-box,
    .item-list-favorites .top-box {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        margin: 0 -10px;
        padding: 8px 80px 8px 10px;
        background-color: #f2f2f2;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .item-list-advertisement .top-box {
        padding-right: 200px;
        overflow: visible;
    }

    .item-list-advertisement > li:hover .top-box,
    .item-list-advertisement .top-box {
        background: none;
    }

    .item-list-favorites > li .item-holder {
        padding: 0;
        float: left;
        max-width: 60%;
    }

    .item-list-advertisement > li .item-holder {
        padding: 0;
    }

    .item-list-advertisement .hidn-row,
    .item-list-favorites .hidn-row {
        height: auto;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .item-list-advertisement .all-visual,
    .item-list-favorites .all-visual {
        background: #77a900;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        font-style: italic;
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        padding: 0 5px;
    }

    .item-list-advertisement .visual,
    .item-list-favorites .visual {
        position: relative;
        margin-bottom: 0;
    }

.item-list .note-info {
    font-weight: 600;
    font-style: italic;
}

    .item-list .note-info.cancel {
        font-weight: 600;
        font-style: italic;
        text-transform: uppercase;
        color: #e73d22;
    }

.item-list .autor {
    color: #408f00;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
}

.item-list .side-info {
    overflow: hidden;
    text-align: right;
    padding: 0 3px 0 0;
}

.item-list .contact {
    font-style: italic;
    color: #0f0f0f;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 6px;
    display: inline-block;
    vertical-align: top;
}

.item-list .email,
.item-list .tel {
    font-style: italic;
    position: relative;
    padding: 0 0 0 15px;
    color: #b3b3b3;
}

    .item-list .email:after,
    .item-list .tel:after {
        position: absolute;
        left: 4px;
        width: 7px;
        height: 12px;
        top: 4px;
        background: url(../images/sprite.png) no-repeat -238px -180px;
        content: '';
    }

    .item-list .email:after {
        /*left:0;
	width:11px;
	height:12px;
	background-position:-236px -212px;*/
        background: none;
    }

.item-list .top-box .price {
    float: left;
    color: #1d1d1d;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 17px 0 0;
}

.item-list .top-box address {
    overflow: hidden;
    color: #0052ac;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

.item-list .top-box .edit,
.item-list .top-box .publish,
.item-list .top-box .delete,
.item-list .top-box .remove, .item-list .top-box .remove-reload {
    position: absolute;
    top: 8px;
    font-style: italic;
    right: 10px;
    color: #e73d22;
    font-size: 12px;
}

.item-list .top-box .edit {
    color: #0052ac;
}

.item-list .top-box .publish {
    color: #262626;
    top: 28px;
}

.item-list .top-box .delete {
    color: #e73d22;
    top: 48px;
}
/*.item-list .top-box .edit:before {
    color: #dbdbdb;
    content: "|";
    right:-15px;
    position: absolute;
    top:0;
}*/
.item-list .bottom-row {
    margin: 0;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 10px 0;
}

    .item-list .bottom-row .col {
        padding: 0 10px;
    }

.page-row {
    overflow: hidden;
    padding: 20px 0 0;
}

    .page-row a {
        color: #1b1b1b;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        font-style: italic;
        position: relative;
    }

        .page-row a:after {
            background: url(../images/sprite.png) no-repeat 0 -9999px;
            content: '';
        }

    .page-row .prev {
        float: left;
        padding: 0 0 0 18px;
    }

    .page-row .next {
        float: right;
        padding: 0 18px 0 0;
    }

        .page-row .prev:after,
        .page-row .next:after {
            background: url(../images/sprite.png) no-repeat -172px -176px;
            position: absolute;
            right: 0;
            top: 0;
            width: 15px;
            height: 15px;
        }

    .page-row .prev:after {
        right: auto;
        left: 0;
        background-position: -144px -217px;
    }

    .page-row .next:hover:after {
        background-position: -172px -217px;
    }

    .page-row .prev:hover:after {
        background-position: -144px -176px;
    }

.promotion-link {
    display: inline-block;
    vertical-align: top;
    color: #1d1d1d;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}

    .promotion-link:hover {
        color: #1d1d1d;
    }

    .promotion-link .link {
        font-size: 18px;
        font-weight: 600;
        color: #1d1d1d;
    }

	.promotion-link.promotion-link-turbo,
    .promotion-link.promotion-link-page,
    .promotion-link.promotion-link-ads {
        min-height: 40px;
        padding: 0 0 0 50px;
    }

		.promotion-link.promotion-link-turbo .ico,
        .promotion-link.promotion-link-page .ico,
        .promotion-link.promotion-link-ads .ico {
            border: 1px solid #5eab1f;
            content: '';
            width: 40px;
            height: 40px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/sprite.png) no-repeat -301px -162px;
            overflow: hidden;
        }


        /* Продвинуть объявление */

        .promotion-link.promotion-link-ads .ico {
            background: url(../images/sprites/1.png);
            background-size: 125px;
            background-position: 70px -80px;
        }

        .promotion-link.promotion-link-ads.active .ico,
        .promotion-link.promotion-link-ads:hover .ico {
            background: url(../images/sprites/1.png);
            background-size: 125px;
            background-position: 161px 197px;
            background-color: #5eab1f;
            border: 1px solid #5eab1f;
        }


        /* Оплатить объявление */

        .promotion-link.promotion-link-page .ico {
            background: url(../images/sprites/1.png);
            background-size: 125px;
            background-position: 5px -1px;
            border: 1px solid #FC5D20;
        }

        .promotion-link.promotion-link-page.active .ico,
        .promotion-link.promotion-link-page:hover .ico {
            background: url(../images/sprites/1.png);
            background-size: 125px;
            background-position: 102px -40px;
            background-color: #FC5D20;
            border: 1px solid #FC5D20;
        }


        /* Турбопродажа */

        .promotion-link.promotion-link-turbo.active .ico {
            background-position: -301px -203px;
            background-color: #5eab1f;
        }

        .promotion-link.promotion-link-turbo.active .ico,
        .promotion-link.promotion-link-turbo:hover .ico {
            background-position: -299px -280px;
            background-color: #FAEE02;
        }

        .promotion-link.promotion-link-turbo .ico {
            background-position: -299px -247px;
            border-color: #FAEE02;
        }


		.promotion-link.promotion-link-turbo.active .link {
            color: #49a1d9;
        }

        .promotion-link.promotion-link-page.active .link,
        .promotion-link.promotion-link-page:hover .link {
            color: #FC5D20;
        }

		.promotion-link.promotion-link-turbo.active .link,
        .promotion-link.promotion-link-ads.active .link,
        .promotion-link.promotion-link-ads:hover .link {
            color: #5eab1f;
        }

    .promotion-link .more {
        font-weight: 600;
        color: #0052ac;
        text-decoration: underline;
    }

.pay-wrap {
    margin: 12px 0;
    padding: 23px 25px 15px;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f8f8f8;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1),inset 0 0 13px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1),inset 0 0 13px rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1),inset 0 0 13px rgba(255, 255, 255, 0.5);
}
    .pay-wrap.pay-wrap-prc {
        margin: 12px 0 27px;
    }

    .pay-wrap .row {
        margin: 0;
    }

    .pay-wrap .pay-select .title {
        /*text-shadow: 2px 2px 0 #3a8c0e;*/
        float: left;
        padding-top: 15px;
        padding-bottom: 13px;
        padding-left: 15px;
        margin: 0 0;
        /*font-style: italic;*/
        color: #333333; font-size: 13px; font-weight: 600;
    }

        .pay-wrap .pay-select .title:hover {
            cursor: pointer;
        }

    .pay-wrap hr {
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    }

    .pay-wrap .pay-select {
        padding: 0 0 0 0;
        color: #fff;
        float: right;
        margin: 0 0 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #dddddd;
        /*border: 1px solid #449302;
        -webkit-box-shadow: inset 0 2px 9px rgba(58, 125, 2, 0.56);
        -moz-box-shadow: inset 0 2px 9px rgba(58, 125, 2, 0.56);
        box-shadow: inset 0 2px 9px rgba(58, 125, 2, 0.56);
        background: #6fc628;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYzYyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZWFiMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #6fc628 0%, #5eab1f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fc628), color-stop(100%,#5eab1f));
        background: -webkit-linear-gradient(top, #6fc628 0%,#5eab1f 100%);
        background: -o-linear-gradient(top, #6fc628 0%,#5eab1f 100%);
        background: -ms-linear-gradient(top, #6fc628 0%,#5eab1f 100%);
        background: linear-gradient(to bottom, #6fc628 0%,#5eab1f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc628', endColorstr='#5eab1f',GradientType=0 );*/
    }

        .pay-wrap .pay-select .bootstrap-select {
            width: auto !important;
        }

            .pay-wrap .pay-select .bootstrap-select .btn:hover,
            .pay-wrap .pay-select .bootstrap-select .btn {
                /*color: #fff;*/
                font-size: 24px;
                /*line-height: 24px;*/
                background: none;
                border: 0;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                min-width: 25px;
                width: auto;
                height: 46px;
                line-height: 34px;
                /*font-style: italic;*/
            }

            .pay-wrap .pay-select .bootstrap-select.btn-group .btn .caret {
                background-position: -535px 0;
            }

    .pay-wrap .holder {
        overflow: hidden;
    }

    .pay-wrap h2 {
        margin: 0 0 6px;
        font-weight: 400;
        font-size: 28px;
        line-height: 30px;
        color: #1d1d1d;
        letter-spacing: -1px;
    }

        .pay-wrap h2 strong {
            font-weight: 400;
        }

    .pay-wrap h3 {
        margin: 0;
        font-weight: 600;
        font-style: italic;
        font-size: 14px;
        line-height: 14px;
        color: #1d1d1d;

    }

    .pay-wrap .btn-pay.pay-pal-btn {
        display: block; float: right;
        width: 228px; height: 44px;
        background: url("../Images/sprite.png") right bottom no-repeat;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-family: Arial; font-size: 12px; color: #333;
        text-align: left; text-indent: 12px;
        padding: 0;
        /*padding-bottom: 8px;
        float: right;
        margin: -10px 0 -10px 20px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border-color: #a1a1a1;
        color: #519c14;
        font-style: italic;
        font-weight: 600;
        text-shadow: -1px 0 0 #fff;
        font-size: 20px;
        -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5);
        -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5);
        box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5);
        background: #ffffff;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmU0Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ffffff 0%, #d6e4ca 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6e4ca));
        background: -webkit-linear-gradient(top, #ffffff 0%,#d6e4ca 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#d6e4ca 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#d6e4ca 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e4ca',GradientType=0 );*/
    }
    .pp-mb {
        margin-top: 19px;
        margin-bottom: 16px;
    }
    .credit-cards {
        display: block; float: right;
        width: 123px; height: 25px;
        background: url("../Images/sprite.png") -876px -930px  no-repeat;
        margin: 19px 14px 0 0;
    }
    .pay-wrap .note {
        overflow: hidden;
        font-size: 12px;
        line-height: 14px;
        font-family: "Open Sans";
        padding-top: 16px;
    }

        .pay-wrap .note strong {
            font-weight: 600;
        }

        .pay-wrap .note a {
            color: #3b8301;
            text-decoration: underline;
        }


.table {
    margin-top: 20px;
}

    .table th {
        font-weight: 600;
        background-color: #f5f5f5 !important;
        border-top: 0;
    }

.profile-box {
    position: relative;
    display: block;
    color: #2d2d2d;
    padding: 19px 12px 24px;
    margin: 20px 0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1),inset 0 0 13px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1),inset 0 0 13px rgba(255, 255, 255, 0.5);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1),inset 0 0 13px rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #acacac;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

    .profile-box:after {
        display: block;
        clear: both;
        content: '';
    }

    .profile-box .ico-wrap {
        float: left;
        margin: 10px 17px 0 0;
        /* width: 125px; */
    }

        .profile-box .ico-wrap .img {
            width: 95px;
            margin: 0 0 8px;
            text-align: center;
        }

            .profile-box .ico-wrap .img img {
                max-width: 100%;
                height: auto;
                -webkit-border-radius: 200px;
                -moz-border-radius: 200px;
                border-radius: 200px;
            }

        .profile-box .ico-wrap .row {
            margin: 0;
        }

        .profile-box .ico-wrap .num {
            color: #5eab1f;
            font-size: 12px;
            line-height: 20px;
            position: relative;
            padding: 0 0 0 22px;
            display: inline-block;
            vertical-align: top;
            font-weight: bold;
            margin: 0 5px 0 0;
        }

            .profile-box .ico-wrap .num:after {
                position: absolute;
                left: 0;
                top: 0;
                background: url(../images/sprite.png) no-repeat -35px 0;
                content: '';
                width: 18px;
                height: 18px;
            }

        .profile-box .ico-wrap .pro {
            display: inline-block;
            vertical-align: top;
            background: #ff9000;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            padding: 0 4px;
            line-height: 20px;
        }

    .profile-box .holder {
        overflow: hidden;
        display: block;
    }

    .profile-box h2 {
        margin: 0;
        color: #5eab1f;
        font-weight: 600;
        font-style: italic;
        font-size: 24px;
        line-height: 24px;
        padding: 0 0 14px;
        margin: 0 0 11px;
        border-bottom: 1px solid #dbdbdb;
    }

    .profile-box .holder .row {
        margin: 0;
    }

    .profile-box .name {
        color: #2d2d2d;
        font-style: italic;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        margin: 0 20px 0 0;
    }

    .profile-box .status {
        margin-top: 3px; 
        color: #df6428;
        font-size: 14px;
        line-height: 20px;
        font-style: italic;
        font-weight: 600;
    }

    .profile-box .tel {
        font-style: italic;
        font-size: 14px;
        line-height: 18px;
        margin: 8px 0 0;
    }

    .profile-box .ico {
        width: 68px;
        height: 68px;
        float: left;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
        margin: 0 20px 0 0;
    }

    .profile-box-order {
        min-height: 112px;
    }

    .profile-box.profile-box-order .ico,
    .profile-box.profile-box-order {
        border-color: #90C267;
    }

        .profile-box.profile-box-order .ico {
            background: url(../images/green-rocket-filled.png) no-repeat;
            background-size: cover;
        }

    .profile-box.profile-box-progress .ico,
    .profile-box.profile-box-progress {
        border-color: #90C267;
    }

        .profile-box.profile-box-progress .ico {
            background: url(../images/green-rocket-filled.png) no-repeat;
            background-size: cover;
        }

    .profile-box.profile-box-stop .ico,
    .profile-box.profile-box-stop {
        border-color: #BB0000;
    }

        .profile-box.profile-box-stop .ico {
            background: url(../images/stop-sign-red.png) no-repeat;
            background-size: cover;
        }

    .profile-box.profile-box-progress, .profile-box.profile-box-stop {
        min-height: 112px;
    }

    .profile-box.profile-box-progress .holder {
        margin-top: 7px;
    }

    .profile-box.profile-box-stop .holder {
        margin-top: 5px;
    }

    .profile-box.profile-box-progress .ico {
        margin-top: 9px;
    }

    .profile-box.profile-box-stop h3 {
        margin: 3px 0 13px 3px;
    }

    #exclusive-box .holder {
        margin-top: 7px;
    }

    .profile-box h3 {
        margin: 3px 0 6px 3px;
        color: #1d1d1d;
        font-size: 24px;
        line-height: 24px;
        font-style: italic;
        font-weight: 600;
    }


    .profile-box .promo-collapse,
    .profile-box .promo-expand,
    .profile-box .promo-collapse {
        font-style: italic;
        font-size: 14px;
    }

.profile-box-expand {
    font-style: italic;
    padding: 12px 24px 12px 12px;
}

    .profile-box-expand .holder {
        padding-top: 7px;
        cursor: pointer;
    }

    .profile-box-expand .ico {
        margin: 10px 17px 0 5px;
    }


    .profile-box-expand:before {
        position: absolute;
        right: 12px;
        background: url(../images/sprite.png) no-repeat 0 -287px;
        top: 55px;
        margin: -6px 0 0;
        width: 10px;
        height: 13px;
        content: '';
    }

    .profile-box-expand.expanded:before {
        background-position: 0 -304px;
        width: 14px;
        height: 14px;
    }


    .profile-box-expand.profile-box:hover {
        color: #2d2d2d;
    }

.profile-box .promo-expand {
    display: none;
}

.profile-box-expand.expanded .promo-expand {
    display: block;
    margin-bottom: 12px;
}

.profile-box-expand.expanded .promo-collapse {
    display: none;
}

.profile-box-form {
    display: none;
    padding-left: 75px;
}

.profile-box-expand.expanded .profile-box-form {
    display: block;
}

.active-sign {
    right: 60px;
    top: 35px;
    position: absolute;
    color: #5EAB1F;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}

#active-sign-exclusive {
    color: #FF5C01;
}

.learn-more-link {
    color: #0052AC!important;
    font-style: italic;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-left: 33px;
    margin-top: 1px;
}

.learn-more-img {
    position: absolute;
    width: 23px;
}

.learn-more-wrap {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
/*    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    border: 1px solid #acacac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f8f8f8;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), inset 0 0 13px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1),inset 0 0 13px rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), inset 0 0 13px rgba(255, 255, 255, 0.5);*/
}

.learn-more-box {
    position: relative;
    display: block;
}

.learn-more-box-ex:before {
    position: absolute;
    right: -9px;
    background: url(../images/sprite.png) no-repeat 0 -287px;
    top: 4px;
    /* margin: -6px 0 0; */
    width: 10px;
    height: 13px;
    content: '';
}

.learn-more-box-ex:after {
        display: block;
        clear: both;
        content: '';
    }

.search-list-wrap {
    margin: 0 0 20px;
}

    .search-list-wrap h3 {
        margin: 15px 0 0;
        font-weight: bold;
        font-size: 14px;
        font-style: italic;
    }

.search-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
        .search-list > li:after {
            display: block;
            clear: both;
            content: '';
        }

.search-item {
    display: table-row;
}

.search-list .col {
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 52px;
}

.search-list .link-address {
    font-weight: 600;
    color: #0052ac;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-list .search-address {
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #c0c7ce;
    padding-bottom: 10px;
    min-height: 45px;
    max-width: 780px;
    word-wrap: break-word;
}

.search-list .rename {
    border: 1px solid #6595e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #0052ac;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    padding: 4px 10px;
    font-style: italic;
}

.search-list .date {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    text-align: right;
    padding-right: 11px;
    padding-top: 6px;
}

.search-list .remove {
    background: url(../images/sprite.png) no-repeat -51px -276px;
    display: block;
    margin: 6px 0 0 auto;
    width: 16px;
    height: 16px;
}

.search-list .btn {
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 2px;
    padding-top: 3px;
}

.search-list .col4 {
    width: 80px;
    text-align: center;
}

.search-list .col3 {
    width: 195px;
    text-align: center;
}

.search-list .col2 {
    width: 100px;
}

.search-list .col1 {
    width: 153px;
    text-align: center;
}

.search-list .col0 {
    padding-top: 14px;
    width: 260px;
    position: relative;
}

.lastsearch-item {
    padding: 10px 0;
    border-bottom: 1px solid #c0c7ce;
    margin-bottom: 10px;
    display: block;
}

    .lastsearch-item .save {
        display: block;
        float: left;
        font-size: 13px;
        font-style: italic;
        color: #262626;
        height: 16px;
        margin: 6px 0 0 60px;
    }

.create-alert-form {
    margin: 0;
}

    .create-alert-form .holder:after {
        display: block;
        clear: both;
        content: '';
    }

    .create-alert-form .holder {
        border: 1px solid #d7d7d7;
        background: #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 15px 14px 10px;
        margin: 0 0 20px;
        position: relative;
    }

    .create-alert-form .hint {
        background: url(../images/sprite.png) no-repeat -128px -271px;
        position: absolute;
        right: 15px;
        top: 9px;
        width: 19px;
        height: 19px;
        z-index: 20;
    }

    .create-alert-form .row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .create-alert-form .col {
        float: left;
        padding: 0 7px;
    }

    .create-alert-form label {
        display: block;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }

    .create-alert-form .form-control {
        height: 37px;
    }

    .create-alert-form .holder > .row {
        margin-bottom: 12px;
    }

.notification-box {
    border: 1px solid #d7d7d7;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 10px 10px;
    margin: 0 0 14px;
    position: relative;
}

    .notification-box .header {
        border: 1px solid #aece95;
        border-width: 1px 1px 0;
        background: #dff4bf;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        margin: -1px -11px 8px;
        position: relative;
        padding: 7px 11px 9px;
    }

    .notification-box h2 {
        margin: 0;
        color: #292929;
        font-size: 15px;
        font-weight: bold;
        line-height: 18px;
    }

    .notification-box .edit {
        display: inline-block;
        vertical-align: top;
        border: 1px solid #c7c6c5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #f9f9f9;
        color: #1d1d1d;
        font-weight: 600;
        font-size: 11px;
        line-height: 15px;
        padding: 3px 8px;
        margin: 5px 0 0;
    }

    .notification-box p {
        margin: 0;
        line-height: 24px;
    }

    .notification-box .wrap {
        margin: 9px 0;
    }

    .notification-box .selection {
        background-color: #b3e36a;
        padding-left: 2px;
        padding-right: 2px;
    }

.profile-aside {
    margin: 57px -20px 0 -40px;
    padding: 0 15px 30px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.14);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.profile-name {
    position: relative;
    margin: -57px 0 17px;
}

    .profile-name:after {
        display: block;
        clear: both;
        content: '';
    }

    .profile-name .visual {
        border: 1px solid rgba(0,0,0,0.14);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 6px;
        float: left;
        background: #fff;
        margin: 0 9px 0 0;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.11);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.11);
    }

    .profile-name .holder {
        overflow: hidden;
        position: relative;
        min-height: 92px;
        padding: 0 0 55px;
    }

    .profile-name .name {
        color: #1d1d1d;
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        letter-spacing: -1px;
    }

    .profile-name .pro {
        position: absolute;
        border: 1px solid #c15628;
        bottom: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        line-height: 14px;
        font-size: 10px;
        font-weight: 600;
        padding: 0 4px;
        background-color: #ec6a33;
        -webkit-box-shadow: inset 0 1px 0 #fd7b44;
        -moz-box-shadow: inset 0 1px 0 #fd7b44;
        box-shadow: inset 0 1px 0 #fd7b44;
    }

.profile-body {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 17px;
}

    .profile-body .tel {
        font-weight: normal;
    }

.contact-btn {
    border: 1px solid #d84c1b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-box-shadow: inset 0 1px 0 #ffad52;
    -moz-box-shadow: inset 0 1px 0 #ffad52;
    box-shadow: inset 0 1px 0 #ffad52;
    background: #fb8c11;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    padding: 5px 12px;
}

.contact-panel {
    margin: 13px 0 27px;
}

.share-btn,
.recommendations-btn {
    position: relative;
    color: #7c7c7c;
    font-size: 12px;
    line-height: 21px;
    padding: 0 0 0 23px;
}

    .share-btn:after,
    .recommendations-btn:after {
        width: 20px;
        height: 20px;
        background: url(../images/sprite.png) no-repeat -34px 0;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
    }

    .share-btn:after {
        background-position: -185px -273px;
    }

.profile-aside h3 {
    margin: 0 0 11px;
    color: #766d4f;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -1px;
}

.profile-aside .pr-logo {
    margin: 11px 0;
}

.profile-aside .views {
    font-weight: bold;
    font-size: 24px;
    color: #766d4f;
    line-height: 24px;
    margin-top: -11px;
}

.profile-aside .list {
    margin: 11px 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 18px;
}

    .profile-aside .list li {
        padding: 0 0 0 10px;
        position: relative;
    }

        .profile-aside .list li:after {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: #979797;
            width: 3px;
            height: 3px;
            position: absolute;
            left: 0;
            top: 8px;
            content: '';
        }

.profile-block {
    margin: 0 0 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.14);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.semibold {
    font-weight: 600;
}

.profile-block .bottom-row {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
}

.profile-block .num {
    color: #ffffff;
    background: #3099ce;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 5px;
}

.recommendation-btn {
    border: 1px solid #c7c6c5;
    color: #1d1d1d;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 15px;
    display: inline-block;
    vertical-align: top;
    background: #f9f9f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.title-row {
    overflow: hidden;
}

    .title-row .recommendation-btn {
        float: right;
        margin: 6px 0 0;
    }

    .title-row h2,
    .title-row h1 {
        overflow: hidden;
    }

.comment-list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 22px;
}

    .comment-list li {
        padding: 15px 15px;
        border-top: 1px solid #cccccc;
    }

        .comment-list li:after {
            display: block;
            clear: both;
            content: '';
        }

        .comment-list li:first-child {
            border-top: 0;
        }

        .comment-list li:last-child {
            padding-bottom: 0;
        }

    .comment-list a {
        color: #0052ac;
    }

    .comment-list .visual {
        float: left;
        margin-right: 8px;
    }

    .comment-list .holder {
        overflow: hidden;
    }

    .comment-list .name-row {
        line-height: 15px;
        margin-bottom: 10px;
    }

    .comment-list .date {
        margin-top: 10px;
    }

.profile-tabpanel .nav-tabs {
    margin-bottom: -1px;
    margin: 0 8px -1px;
}

    .profile-tabpanel .nav-tabs > li {
        background-color: #f1f1f1;
        border-radius: 4px 4px 0 0;
    }

        .profile-tabpanel .nav-tabs > li > a {
            color: #4552a8;
        }

            .profile-tabpanel .nav-tabs > li.active > a,
            .profile-tabpanel .nav-tabs > li > a:hover {
                background-color: #ffffff;
                color: #2e2e2e;
            }

.profile-tabpanel .profile-block {
    z-index: 10;
    position: relative;
}

.profile-gallery {
    width: 100%;
    position: relative;
    padding: 0 75px;
    min-height: 304px;
}

    .profile-gallery .gallery {
        width: 100%;
        overflow: hidden;
    }

        .profile-gallery .gallery ul {
            width: 9999px;
            overflow: hidden;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .profile-gallery .gallery li {
            float: left;
            width: 300px;
            padding: 0 15px;
        }

            .profile-gallery .gallery li a {
                display: block;
                color: #1b1b1b;
            }

        .profile-gallery .gallery .img {
            display: block;
            margin: 0 0 10px;
            height: 203px;
            overflow: hidden;
        }

            .profile-gallery .gallery .img img {
                width: 270px;
            }

        .profile-gallery .gallery .price {
            display: block;
            font-size: 24px;
            line-height: 24px;
            font-weight: bold;
            margin: 0 0 10px;
        }

        .profile-gallery .gallery .text {
            display: block;
            font-size: 14px;
            line-height: 18px;
            font-style: italic;
        }

    .profile-gallery .next,
    .profile-gallery .prev {
        border-right: 1px solid #98d169;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50px;
    }

    .profile-gallery .next {
        left: auto;
        right: 0;
        border-right: 0;
        border-left: 1px solid #98d169;
    }

        .profile-gallery .prev:after,
        .profile-gallery .next:after {
            background: url(../images/sprite.png) no-repeat -172px -176px;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 15px;
            height: 15px;
            margin: -7px 0 0 -7px;
            content: '';
        }

    .profile-gallery .prev:after {
        background-position: -144px -217px;
    }

    .profile-gallery .next:hover:after {
        background-position: -172px -217px;
    }

    .profile-gallery .prev:hover:after {
        background-position: -144px -176px;
    }

    .profile-gallery .next.disabled,
    .profile-gallery .prev.disabled {
        display: none;
    }

    .profile-gallery .no-objects {
        height: 304px;
        line-height: 304px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

/*------------- profile page ------------*/
#work0 .removeWork {
    display: none;
}

.alert-small ul {
    list-style: none;
    padding: 0;
}

.form-control.input-validation-error {
    border-color: #A94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.alert .validation-summary-errors ul,
.alert .validation-summary-valid ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.validation-summary-errors {
	color: red;
}

.tab-content {
    position: relative;
}

.bloader {
    display: block;
    position: absolute;
    left: 50%;
    width: 66px;
    height: 66px;
    background: url(../images/loader.gif) no-repeat;
    margin: 0 0 0 -33px;
}

.modal-content.adv-content {
    position: relative;
    min-height: 100px;
}

.loader-popup {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    background: url(../images/loader.gif) no-repeat;
    margin: -33px 0 0 -33px;
}

.adv-modal .modal-content p {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

    .adv-modal .modal-content p.error-payment {
        color: #dd0a0a;
        font-weight: bold;
    }

.adv-modal .modal-content .auto-renewal {
    position: relative;
    float: left;
    width: 210px;
    height: 37px;
    line-height: 37px;
}

    .adv-modal .modal-content .auto-renewal input {
        opacity: 0;
    }

    .adv-modal .modal-content .auto-renewal label {
        position: relative;
        cursor: pointer;
        white-space: nowrap;
    }

        .adv-modal .modal-content .auto-renewal label i {
            display: block;
            position: absolute;
            top: 13px;
            left: 0;
            width: 12px;
            height: 12px;
            background: url("../Images/sprite.png") no-repeat scroll -790px -45px transparent;
        }

            .adv-modal .modal-content .auto-renewal label i.active {
                background-position: -790px 0;
            }

.adv-modal .modal-content .auto-renewal-buttons {
    position: relative;
    float: right;
    width: 285px;
    height: 37px;
    font-size: 14px;
}

    .adv-modal .modal-content .auto-renewal-buttons.improved-btn {
        width: 195px;
    }

    .adv-modal .modal-content .auto-renewal-buttons .btn.padding-btn {
        padding: 6px 41px;
    }

    .adv-modal .modal-content .auto-renewal-buttons .close {
        float: none;
        font-size: 15px;
        color: #000;
        margin-right: 20px;
        line-height: 37px;
    }

.adv-modal .modal-content .permission {
    position: relative;
    float: right;
    width: 240px;
    font-size: 10px;
    font-style: italic;
    font-weight: 500;
    line-height: 12px;
    text-align: right;
    margin-top: 15px;
}

    .adv-modal .modal-content .permission .loadsm {
        display: none;
        position: absolute;
        top: 0;
        left: -44px;
    }

.adv-modal .modal-content .remove-buttons {
    position: relative;
    width: 195px;
    height: 37px;
    font-size: 14px;
    margin: 0 auto;
}

    .adv-modal .modal-content .remove-buttons .close {
        float: none;
        font-size: 15px;
        color: #000;
        margin-left: 20px;
        line-height: 37px;
    }

.map-modal {
    width: 350px;
}
.block-success {
    text-align: center;
    padding: 35px 0;
    color: #7E9A4F;
    border: 1px solid #7E9A4F;
    border-radius: 3px;
}

.item-status {
    color: #E73D22;
    text-transform: uppercase;
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 200px;
}

    .item-status.moderate {
        color: #0052AC;
    }

    .item-status.ok {
        color: #5EAB1F;
    }

.item-list-advertisement .hidn-row {
    position: relative;
}

.edit_button_in_list {
    position: absolute;
    right: 84px;
    top: 7px;
    width: 150px;
    height: 26px;
    background-color: #838383;
    text-align: center;
    border-radius: 4px;
    color: white;
    line-height: 26px;
    font-size: 14px;
}

.edit_button_in_list a {
	color: white;
}

.edit_button_in_list a:hover {
	color: lightgray;
}

.new_advert_in_list {
    position: absolute;
    right: 11px;
    top: 7px;
    width: 64px;
    height: 26px;
    background-color: #53B50A;
    text-align: center;
    border-radius: 4px;
    color: white;
    line-height: 26px;
    font-size: 14px;
}

.long_title_in_new_advert {
    width: 525px;
    display: block;
}

.price_low {
    font-size: 10px;
    float: right;
    font-weight: bold;
    font-style: italic;
}

.form-control.error {
    border-color: #F00;
}

.save-delete-btn {
    width: 87px;
}

.bootstrap-select.btn-group.dropup {
    z-index: auto;
}

/*    Style for placeholders    */
.accordion-row input::-webkit-input-placeholder {
    color: #888;
    font-style: italic;
    font-size: 13px;
}

.accordion-row input:-moz-placeholder { /* Firefox 18- */
    color: #888;
    font-style: italic;
    font-size: 13px;
}

.accordion-row input::-moz-placeholder { /* Firefox 19+ */
    color: #888;
    font-style: italic;
    font-size: 13px;
}

.accordion-row input:-ms-input-placeholder {
    color: #888;
    font-style: italic;
    font-size: 13px;
}

/*header-footer*/

.nav > li:first-child {
    color: #fff;
    margin-left: 0;
    margin-right: 20px;
}

.nav > li {
    margin-right: 20px;
}

.nav > li:last-child {
    margin-right: 0;
}

.navbar-wrap {
    overflow: visible;
    background: #53b50a;
}

.hover-menu {
    position: relative;
    /*> li {
        &:hover {
            .dropped-menu {
                left: 0;
                opacity: 1;
            }
        }
    }*/
}

    .hover-menu .dropped-menu {
        list-style: none;
        position: absolute;
        left: -9999px;
        opacity: 0;
        -moz-transition: 0.25s linear opacity;
        -o-transition: 0.25s linear opacity;
        -webkit-transition: 0.25s linear opacity;
        transition: 0.25s linear opacity;
        background: #fff;
        padding: 0;
        z-index: 9999;
        border: 1px solid #d7d7d7;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .hover-menu .dropped-menu:after {
            content: '';
            position: absolute;
            left: 98px;
            top: -18px;
            border: 8px solid transparent;
            border-bottom: 10px solid #fff;
        }

        .hover-menu .dropped-menu > li {
            position: relative;
        }

            .hover-menu .dropped-menu > li > a {
                position: relative;
                display: block;
                text-decoration: none;
                white-space: nowrap;
                padding: 11px 14px;
                color: #333333;
            }

                .hover-menu .dropped-menu > li > a:hover {
                    background: #f8f8f8;
                }


                    .hover-menu .dropped-menu > li > a:hover:last-child {
                        border-bottom-left-radius: 5px;
                        border-bottom-right-radius: 5px;
                    }

            .hover-menu .dropped-menu > li .border-list {
                position: relative;
                height: 1px;
                width: 90%;
                background: #e1e1e1;
                margin: 0 auto;
                display: block;
            }

.footer-address {
    position: relative;
    margin-top: 25px;
    margin-left: 11px;
}

    .footer-address span {
        display: block;
        font-size: 12px;
        font-style: italic;
    }

        .footer-address span a {
            color: #1885f0;
            text-decoration: none;
        }

    .footer-address em {
        margin-top: 15px;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
    }

.nav > li > a:focus {
    background: none;
}

.nav > li.alt-tab > a:focus {
    background-color: #53b50a;
    color: #fff;
    border-color: #53b50a;
}

.info-item-panel .btn-col .btn-request.send-realt {
    position: relative;
    float: right;
    width: 208px;
    top: 0;
    margin-left: 9px;
}

.info-item-panel .info-item-wrap.fixed .btn-col.realt-wrapp {
    padding-right: 0;
}

.top-search-form.search-form fieldset {
    display: none;
}

.error-date {
    color: red;
    float: left;
    margin-left: 35px;
    margin-top: 10px;
    display: none;
}

#about_home .multiselect {
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
}

.preload-select {
    /*width: 128px;*/
    display: inline-block;
    margin-left: 0;
    left: 0;
    position: absolute;
    vertical-align: middle;
}

    .preload-select.preload-min-price {
        width: 140px;
        top: 0;
        left: 0;
    }

    .preload-select.preload-max-price {
        width: 140px;
        top: 0;
        left: 148px;
    }

    .preload-select.preload-room-count {
        width: 170px;
        top: 0;
        left: 296px;
    }

    .preload-select.preload-category {
        width: 235px;
        top: 0;
        left: 474px;
    }

    .preload-select button {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
    }

        .preload-select button .caret {
            position: absolute;
            top: 50%;
            right: 13px;
            margin-top: -2px;
            vertical-align: middle;
        }

.search-form select.page-picker {
    height: 36px;
}

label.checkbox-blue {
    padding-left: 25px;
    line-height: 20px;
    position: relative;
    margin: 0;
}

    label.checkbox-blue input {
        opacity: 0;
        margin-left: 0;
    }

.promocodes-tb td {
    padding: 8px;
}

.code-links {
    margin-bottom: 20px;
    margin-top: 40px;
}

    .code-links a {
        margin-right: 30px;
    }

label.checkbox-blue:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    background: transparent url("../Images/sprite.png") no-repeat scroll -790px -42px;
    width: 12px;
    height: 15px;
}

label.checkbox-blue.checked:before {
    background-position: -790px 3px;
}

.partnership-toggle {
    padding: 15px 0 0 93px;
}

    .partnership-toggle em {
        font-size: 11px;
        font-style: normal;
        margin-left: 26px;
    }
.pay-wrap.pay-wrap-prc {
    padding: 21px 24px 22px 21px;
}
.holder-promocode {
    float: left;
}
.holder-promocode h2 {
    font-size: 18px; line-height: 13px;
    color: #1d1d1d;
    margin: 0 0 7px;
}
.holder-promocode h3 {
    font-size: 13px;
}
.pay-wrap .note.promo-note {
    float: left;
    padding: 0;
    margin: 0 0 0 20px;
}
#Promocode {
    display: block; float: left;
    width: 307px;
    margin-right: 13px;
}
.note.promo-note .btn-pay{
    float: right;
    padding: 4px 12px;
}

.errors-body {
    background: #ece8dc url(../Images/error-bg.jpg) ;
}
.error-wrapper {
    position: relative;
    z-index: 9999;
    background:#fff;
    padding-top: 17px;
}
.error-text {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    font-style: italic;
    margin-top: 45px;
}
.description-error {
    position: relative;
    margin-top: 46px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
    font-style: italic;
}
.gotoforum {
    position: relative;
    margin-top: 46px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
    font-style: italic;
}
.complain-on-classified .glyphicon-warning-sign:hover {
    color: #ff5549;
}
.complain-on-classified span.glyphicon-warning-sign {
    color: #ff5549;

}
#complainOnClassifiedForm.form-horizontal .checkbox {
    padding-top: 0;
    min-height: 20px;
    display: inline-block;
}
#complainOnClassifiedForm textarea {
    font-size: 12px;
    width: 328px !important;
    margin-bottom: 24px;
}

#complainOnClassifiedForm .btn.btn-send {
    width: 100%;
}
#modalComplainOnClassified .modal-dialog {
    width: 380px;
}
#modalComplainOnClassified .modal-content .modal-title {
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

#modalComplainOnClassified .modal-content {
    background-color: #f8f8f8;
    padding-left:25px;
}
#modalComplainOnClassified .modal-body {
    font-size: 12px;
    margin: 0;
    padding-top: 17px;
}
#modalComplainOnClassified .short-description {
    /*padding: 5px 0 2px;*/
    font-size: 12px; line-height: 14px; 
    font-weight: 600;
    color: #000;
    padding: 0;
    margin-bottom: 20px;
}
#modalComplainOnClassified .modal-body .form-horizontal {
    padding: 0;
}
#modalComplainOnClassified .modal-body .form-horizontal .form-group {
    padding-left: 10px;
    margin-bottom: 6px;
}
#modalComplainOnClassified .modal-body .form-horizontal .form-group.btn-row{
    margin: 0 4px 6px 0;
    padding: 0;
}
#modalComplainOnClassified .modal-body p {
    font-size: 12px;
    margin: 20px 0 10px 0;
    font-family: "Open Sans";
    color: #222; 
}
#modalComplainOnClassified .alert {
    margin-top: 10px;
    margin-right: 5px;
}
#modalComplainOnClassified .modal-header button {
    margin-right: -5px;
}
#modalComplainOnClassified .modal-body .col-sm-12 {
    padding-left: 10px;
}
#modalSuccess .send-success {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 230px;
    height: 144px;
    font-weight: 600;
    color: #222;
    font-size: 13px;
    text-align: center;
    margin: -50px 0 0 -115px;
}

#modalSuccess .send-success div {
    position: relative;
    width: 99px;
    height: 99px;
    background: url(../Images/send-success.png) no-repeat;
    margin: 0 auto 23px auto;
}
#modalSuccess .modal-dialog {
    width: 380px;
}
#modalSuccess .modal-body {
    height: 530px;
}
#modalSuccess .modal-content .modal-title {
    font-size: 18px;
}
.btn.btn-default.complain-on-classified:hover .glyphicon-warning-sign:before{
    color:#f20 !important;
}
.alert-danger-ebn {
    border: 1px solid #ba0007;
    background: #ffebec;
    font-weight: normal;
    font-size: 13px; line-height: 12px;
    color: #ba0007;
}
.alert-danger-ebn.alert  {
    padding: 18px 25px 15px;
}
.alert-danger-ebn strong {
    font-weight: normal;
}
.alert-danger-ebn.alert-dismissable .close {
    top: -6px;
    right: -14px;
}

.alert-success-ebn {
    border: 1px solid #00ba23;
    background: #cfffca;
    font-weight: normal;
    font-size: 13px; line-height: 13px;
    color: #295a05;
}
.alert-success-ebn.alert  {
    padding: 18px 25px 15px;
}
.alert-success-ebn strong {
    font-weight: normal;
}
.alert-success-ebn.alert-dismissable .close {
    top: -6px;
    right: -14px;
}


.index-bonus-info {
    position: absolute;
    bottom: -34px; left: 0;
    width: 100%; height: 30px;
    background: rgba(255,255,255,0.7);
    margin-top: 5px;

    font-family: "Open Sans";
    font-size: 13px;
    color: #484848;
    font-style: italic;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}

.list-bonus-info {
    position: relative;
    float: left;
    width: 730px; height: 30px;
    background: #f9f9f9;
    margin-left: 40px;

    font-family: "Open Sans";
    font-size: 13px;
    color: #484848;
    font-style: italic;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}
.map-bonus-info {
    position: relative;
    float: left;
    width: 680px; height: 30px;
    background: #f9f9f9;
    margin-left: 50px;

    font-family: "Open Sans";
    font-size: 13px;
    color: #484848;
    font-style: italic;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}
.forrieltors-bonus-info {
    margin-top: 20px;
}
.classified-bonus-info, .forrieltors-bonus-info, .profile-bonus-info, .account-bonus-info  {
    position: relative;
    
    width: 100%; height: 30px;
    background: #f9f9f9;
    font-family: "Open Sans";
    font-size: 13px;
    color: #484848;
    font-style: italic;
    text-align: left;
    line-height: 30px;
    font-weight: 600;
    text-indent: 18px;
}
.profile-bonus-info {
    margin-bottom: 10px;
}
.account-bonus-info {
    margin-top: 10px;
    z-index: 1;
}
.findrealtors-bonus-info {
    position: relative;
    width: 100%; height: 30px;
    background: #f9f9f9;
    font-family: "Open Sans";
    font-size: 13px;
    color: #484848;
    font-style: italic;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
}
.cards {
    margin-left: 10px;
}
.micro-site-form .h4 {
    font-weight: bold;
}

#microSite .micro-site-description {
    margin-bottom: 40px;
}

#microSite .micro-site-form .micro-site-info{
    margin-bottom: 40px;
}

#microSite .accordion-wrapper .main-wrap .title {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
#microSite .accordion-wrapper .add-btn {
    color: #469307;
    width:50%;
    margin-left: 0;
}

#microSite #uploadErrors {
    display: none;
}

#microSite #backgroung-image {
    max-height: 70px;
}

#microSite #MainColor.form-control, #NameColor.form-control {
    width: 88px;
    height: 37px;
    text-align: center;
}

#microSite .micro-site-form input[type='submit']{
    width: 230px;
    height: 45px;
    font-size: 14px;
}

#microSite .micro-site-form input[type='submit']:disabled{
    background: #898989;
    border-color: #898989;
}

#microSite .micro-site-form .form-footer {
    margin-top: 20px;
}

#microSite .micro-site-form #removeMicroSiteBtn {
    margin-right: 20px;
    margin-top: 25px;
}
#microSite .micro-site-form #Url {
    width: 75%;
}
#microSite .micro-site-form #Domain {
    width: 87%;
}
#microSite .error {
    color: red;
    font-size: 14px;
    font-style: italic;
}

#microSite .success{
    color: #5eab1f;
    font-size: 14px;
    font-style: italic;
}

#microSite .form-footer ul{
    list-style: none;
    padding: 14px 0;
    margin: 0;
}

#microSite .form-footer ul li{
    font-size: 14px;
}


#microSite label.error {
    margin-top: 7px;
    margin-bottom: 0;
}

#microSite .accordion-wrapper .wrap{
    padding: 20px;
}

#microSite .accordion-wrapper .note-text{
    margin-left: 10px;
}

.refference-to-site{
    padding: 15px 20px;
    border: 1px solid #53b50a;
    margin-bottom: 40px;
    border-radius: 5px;
}

#tabMap {
    margin: 0 0 9px;
    padding: 0;
    height: 432px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none;
}
#panoramaWrapper {
    display: none;
    height: 432px;
    width: 770px;
    text-align:center;
}

#panoramaWrapper iframe {
    z-index: 1;
    position: relative;
}
    
#absentPanoramaMessage {
    color:white;
    position: absolute;
    top: 175px;
    text-align: center;
    width: 100%;
}

.tabs {
    position: absolute;
    right: 20px;
    top: 330px;
    z-index: 2;
}

.tabs .thumbnail  {
    position: relative;
    width: 73px;
    height: 73px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: 10px;
    border: 4px solid white;
}
    .tabs .thumbnail img {
        position: absolute;
        left: 50%;
        top: 50%;
        /*height: 100%;*/
        height: auto;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
    }

    .tabs .thumbnail img:hover, .tabs .thumbnail div:hover {
        cursor: pointer;
    }

    .tabs .thumbnail .thumbnail-bottom {
        position:absolute;
        width: 100%;
        height: 13px;
        bottom: 0;
        font-size: 9px;
        text-align: center;
        color: white;
        background-color:rgba(0, 0, 0, 0.9)
    }

#showGallery {
    width: 73px;
    height: 73px;
    background-size:cover;
    background-position: 50% 50%;
}


#ReportsOnIncomeWrapper {
    margin-top: 40px;
}


@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../fonts/MonoSocialIconsFont-1.10.eot');
    src: url('../fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.socialicon {
    height: 32px;
    margin-right: 5px;
}

.socialicon-small {
    height: 28px;
    margin-right: 5px;
}

.socialicon-footer {
    height: 25px;
    margin-right: 5px;
}

/*a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}*/

.symbol.twitter {
  color: #47B8D9;
}

.symbol.fb  {
  color: #3B5998;
}

.symbol.gplus  {
  color: #C53B28;
}

.symbol.youtube  {
  color: #E62117;
}

.footer-social {
    background: #dfe3e6;
    /*margin-top: 6em;*/
    padding: 15px 0;
}

.social-media-share-buttons {
    display: inline-block;
    margin-top: 9px;
    vertical-align: middle;
    font-size: 23px;
}

.footer-social .social-media-share-buttons .pw-widget {
    margin-left: -5px;
    text-align: left;
}

.footer-social .social-media-share-buttons .pw-widget a {
    font-size: 22px !important;
    height: 19px !important;
    line-height: 1.3em !important;
    margin-left: 5px !important;
    padding: 2px !important;
    width: 19px !important;
}

.wrap {
    margin: 0 auto;
    position: relative;
    text-align: left;
    /*width: 1130px;*/
}

.social-title {
    line-height: 34px;
    font-size: 14px;
    font-weight: 600;
}

.sidebar-social-media-share-buttons {
    display: inline-block;
    /*margin-top: 9px;*/
    vertical-align: middle;
    /*font-size: 23px;*/
    height: 40px;
}

.main-page-social-media-share-buttons {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    margin-left: 20px;
}

.main-page-social-title {
    font-weight: 600;
    margin-right: 14px; 
}

/* Turbo Sale Popup */

#documents {
    position: absolute;
    left: -1000px;
    height: 0;
    width: 0;
    opacity: 0;
}

#documentsholder {
    border: 1px dashed gray;
    width: 560px;
    min-height: 180px;
    border-radius: 3px;
}

    #documentsholder .holder-title {
        font-style: italic;
        margin-top: 17px;
        margin-left: 19px;
        position: relative;
    }

         #documentsholder .holder-title .loader {
             top: -2px;
             left: 435px;
         }

#upload_document {
    text-decoration: underline;
}

.adv-modal .modal-content .turbo-checkbox {
	padding-bottom: 20px;
}

.adv-modal .modal-content .turbo-buttons {
    position: relative;
    float: right;
    width: 340px;
    height: 37px;
    font-size: 14px;
	padding-top: 6px;
}

    .adv-modal .modal-content .turbo-buttons .close {
        float: none;
        font-size: 15px;
        color: #000;
        margin-right: 20px;
        line-height: 37px;
    }

.documents-container {
	padding: 10px 0 20px 0;
}

	.documents-container .documents-list {
		padding: 0 0 0 34px;
		margin: 0;
		list-style: decimal;
	}

	.documents-container .documents-list .document-item {
		padding: 0;
		margin: 6px 0 0 0;		
	}

	.documents-container .documents-list .document-item span {
		font-weight: 600;
	}

	.documents-container .documents-list .document-item .delete-image {
        display: block;
        float: right;
        width: 10px;
        height: 10px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAAaElEQVR42nyQQQqAMAwERw8+QPFzpYgP8GBV1NdXL4mU2jSnsJksywKMwIQ9MzAg0AOsBeiUm1MhFOBLtCX/3hL4tiCdXYAf1GZgk+yd5XYAUZzUOdSgUuavp2gE1zY8UqarFO6B/h0ApvAa4OqGK3AAAAAASUVORK5CYII=') /*../Images/close-photo.png*/;
        margin: 6px 16px 8px 6px;
    }

/* Turbo offers list */

.turbo-offer-list .turbo-offer {
	position: relative;
	border-top: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 30px;
}

.turbo-offer-list .turbo-offer .top-row {
	margin-top: 10px;
}

	.turbo-offer-list .turbo-offer .top-row .price {
		float: left;
		color: #1d1d1d;
		font-size: 18px;
		font-weight: bold;
		line-height: 18px;
		margin: 0 17px 0 0;
	}

	.turbo-offer-list .turbo-offer .top-row address {
		overflow: hidden;
		color: #0052ac;
		font-weight: 600;
		font-size: 14px;
		font-style: italic;
		margin: 0;
	}

.turbo-offer-list .turbo-offer .main-row {
	margin-top: 10px;
}

.turbo-offer-list .turbo-offer .main-row .image-col {
	width: 25%;
	float: left;
}

.turbo-offer-list .turbo-offer .main-row .image-col a {
	position: relative;
	margin-bottom: 0;
	display: block;
}

.turbo-offer-list .turbo-offer .main-row .image-col img {
	border-radius: 10px;
}

	.turbo-offer-list .turbo-offer .main-row .image-col .all-visual {
		background: #77a900;
		position: absolute;
		left: 0;
		bottom: 0;
		color: #fff;
		font-style: italic;
		font-size: 14px;
		line-height: 21px;
		font-weight: 600;
		padding: 0 5px;
	}

.turbo-offer-list .turbo-offer .main-row .data-col {
	margin-left: 25%;
}

.turbo-offer-list .turbo-offer .main-row .offer-data {
	margin-top: 20px;
}

	.turbo-offer-list .turbo-offer .main-row .offer-data  {
		margin-bottom: 10px;
	}

	.turbo-offer-list .turbo-offer .main-row .offer-data .offer-data-row  {
		margin-bottom: 8px;
	}

	.turbo-offer-list .turbo-offer .main-row .offer-data .offer-data-label {
		font-weight: bold;
	}

.dialog-loader {
	float: left;
	width: 40px;
	padding-top: 9px;
	visibility: hidden;
}

.dialog-loader.visible {
	visibility: visible !important;
}

/* Turbo Offer Chat */

.chat .chat-comment { 
	overflow: hidden;
	padding: 10px;
}

.chat .chat-comment-avatar { 
	float: left;
	margin-top: 5px;
}

.chat .chat-comment-date {
	float: right;
	width: 100px;
	margin-top: 10px;
}

.chat .chat-comment-text {
	background-color: #F0F4F8;
	padding: 10px;
	border-radius: 3px;
	float: left;
	width: 560px;
	margin-left: 10px;
	word-wrap: break-word;
}

.chat .isown .chat-comment-text {
	background-color: #C7EDFC;
	float: right;
	margin-right: 20px;
}

.chat-input-block {
	border-top: solid 1px #ccc;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0px;
}

.chat-input {
	width: 640px;
	height: 36px;
	padding: 4px 8px;
	margin-top: 3px;
	border: solid 1px #CCC;
	border-radius: 3px;
}

.chat-send-button {
	margin: -3px 0 0 10px;
}

/* Autocomplete */

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 6px 8px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: black; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

#exclusive-promotion-container {
	color: black;
}

.region-block {
	margin-bottom: 20px;
}

.name-row {
	font-size: 11pt;
	font-weight: 600;
	padding: 0 0 6px 0;
}

.exclusive-promotion-schedule {
	width: 600px;
	margin-bottom: 8px;
}

.exclusive-promotion-schedule th.date {
	width: 200px;
}

.exclusive-promotion-schedule th, .exclusive-promotion-schedule td {
	border: solid 1px #ccc;
	padding: 2px 4px;
}

.exclusive-promotion-schedule th.sale, .exclusive-promotion-schedule th.rent {
	text-align: center;
}

.exclusive-promotion-schedule td.sale-city, .exclusive-promotion-schedule td.sale-country, .exclusive-promotion-schedule td.rent-city, .exclusive-promotion-schedule td.rent-country {
	text-align: center;
}

#schedule-modal .modal-dialog {
	width: 640px;
}

#schedule-modal button.submit {
    width: 122px;
    height: 45px;
    background: url(../Images/sprite.png) no-repeat -122px -910px;
}

/* Mortage calculator */

.card-form-header-mortgage {
	float: right;
	width: 75px;
	color: white;
	font-size: 8pt;
	text-align: center;
	overflow: hidden;
}

.card-form-header-mortgage p {
	line-height: 10pt;
	margin-top: 10px;
}

.card-form-header-mortgage a {
	color: white !important;
}

a.mortgage-anchor {
	display: block;
	position: relative;
	top: -160px;
	visibility: hidden;
}

.mortgage-holder {
    padding: 20px 0 100px 0;
}

.mortgage-holder h2 {
	color: #212121;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	font-weight: 600;
}

div.mortgage {
    border: solid 1px #EFEFEF;
    background-color: #F5F6F8;
    border-radius: 5px;
    margin: 30px 0;
}

table.mortgage-calc {
    width: 100%;
    table-layout: fixed;
}

table.mortgage-calc th {
    padding: 20px 10px 5px 10px;
    color: #898A8D;
}

table.mortgage-calc th.padding {
    width: 20px;
}

table.mortgage-calc td.param {
    padding: 10px 10px 20px 10px;
}

table.mortgage-calc div.input {
    border: solid 1px #DEDEE0;
    border-radius: 3px;
    background-color: white;
    padding: 5px 10px;
}

table.mortgage-calc input {
    border: 0;
}

table.mortgage-calc select {
    border: 0;
    width: 100%;
}

table.mortgage-calc div.sum input {
	text-align: right;
	width: 192px;
}

table.mortgage-calc div.sum div {
	float: right;
	width: 30px;
}

table.mortgage-calc .downpayment table {
}

table.mortgage-calc table.input {
	width: 100%;
    border: solid 1px #DEDEE0;
    border-radius: 3px;
    background-color: white;
}

table.mortgage-calc table.input td {
	padding: 5px 0px;
}

table.mortgage-calc table.input input {
	text-align: right;
}

table.mortgage-calc table.downpayment .td1 {
	text-align: right;
}

table.mortgage-calc table.downpayment .td1 input {
	width: 120px;
}

table.mortgage-calc table.downpayment .td2 {
	padding: 5px 4px 5px 6px;
}

table.mortgage-calc .downpayment .td3 {
	border-left: solid 1px #DEDEE0;
}

table.mortgage-calc .downpayment .td5 {
	padding: 5px 4px 5px 0;
}

table.mortgage-calc table.interest .td1 {
	text-align: right;
}

table.mortgage-calc table.interest .td1 input {
	width: 150px;
}

table.mortgage-calc table.interest .td2 {
	width: 26px;
	padding: 5px 4px 5px 6px;
}

.mortgage-result td.c1 {
    padding-left: 100px;
}

.mortgage-result td.c2 {
    width: 400px;
    padding: 0 20px 0 60px;
}

.mortgage-result td.c3 {
    width: 10px;
    padding: 0 40px;
}

.mortgage-result td.c3 div.divider {
    height: 200px;
    width: 2px;
    background-color: #E8E8E8;
}

.mortgage-result td.c4 {
    padding: 0 20px 0 0;
}

.mortgage-result .circle {
    background-color: #fff;
    border: 40px solid #00BF00;    
    height:260px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:260px;
    text-align: center;
    padding-top: 60px;
    position: relative;
}

.mortgage-result .bar {
    width: 2px;
    height: 40px;
    background-color: white;    
    position: absolute;
    top: -40px;
    left: 50%;
}

.mortgage-result .amount {
    font-size: 18pt;
    font-weight: 600;
    margin: 0 auto;
    line-height: 24pt;
	white-space: nowrap;
}

.mortgage-result .circle.diff {
	padding-top: 50px;
}

.mortgage-result .circle.diff .amount {
    font-size: 18pt;
    line-height: 24pt;
}

.mortgage-result .circle.ann .amount {
    font-size: 22pt;
    line-height: 32pt;
}

.mortgage-result button {
    background-color: #00BF00;
    color: white;
    font-weight: bold;
    padding: 6px 12px;
    border: 0;
    border-radius: 5px;
    margin: 10px 0;
}

/* Mortgage Wizard */
.wizard {
	height: 400px;
}

.wizard-start {
	display: none;
}

.wizard-start.active {
	display: block;
}

.wizard-page {
	display: none;
}

.wizard-page.active {
	display: block;
}

.wizard-page .question {
	font-size: 18pt;
	line-height: 22pt;
	text-align: center;
	font-weight: bold;
}

.wizard-page .question-sub {
	margin-top: 10px;
	font-size: 12pt;
	line-height: 14pt;
	text-align: center;
}

.wizard-page table.answers {
	table-layout: fixed;
	margin: 80px auto;
}

.wizard-page.page-6 table.answers {
	margin: 110px auto;
}

.wizard-page.page-7 table.answers {
	margin: 120px auto;
}

.wizard-page.page-10 table.answers {
	margin: 40px auto;
}

.wizard-page table.answers.two th {
	width: 50%;
	padding: 0 30px;
}

.wizard-page table.answers.three th {
	width: 33%;
	padding: 0 30px;
}

.wizard-page .answer {
	cursor: pointer;
}

.wizard-page .circle {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: solid 4px black;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}

.wizard-page .circle img {
	margin-top: 15px;
}

.wizard-page.page-2 .circle img, .wizard-page.page-2b .circle img {
	margin-top: 40px;
}

.wizard-page .circle span {
	font-size: 28pt;
	font-weight: normal;
	line-height: 110px;
}

.wizard-page .caption {
	text-align: center;
	color: #00BF00;
	font-size: 14pt;
	font-weight: bold;
	padding: 20px 10px;
}

.wizard-page input {
    border: 0;
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	padding: 6px 8px;
}

.wizard-page input.percent {
    
}

.wizard-page td.buttons {
	text-align: center;
	padding-top: 30px;
}

.wizard-page button.next-button {
	background-color: #00BF00;
	border-radius: 4px;
	padding: 14px 16px;
	border: 0;
	color: white;
	font-weight: bold;
	font-size: 16pt;
}

.wizard-page tr.banks td {
	text-align: center;
	padding: 6px 10px;
}

.wizard-page button.bank {
	background-color: white;
	border: solid 4px #00BF00;
	border-radius: 10px;
	font-size: 16pt;
	color: black;
	padding: 8px 6px;
	min-width: 160px;
}

.wizard-page button.bank.checked {
	background-color: #CCC;
}

.wizard-page button.send-button {
	background-color: #ff5c01;
	border-radius: 4px;
	padding: 14px 16px;
	border: 0;
	color: white;
	font-weight: bold;
	font-size: 16pt;
}

.wizard-page .final {
	color: green;
	font-size: 24pt;
	padding-top: 180px;
}

.wizard-page.page-5 input {
	border: solid 4px #00BF00;
    margin-top: 5px;
}

.wizard-page.page-5 input.currency {
	border: solid 4px #ccc;
}

.wizard-page.page-6 .t1 {
    border-collapse: separate;
}

.wizard-page.page-6 .t1 input {
    padding: 6px 0;
}

.wizard-page.page-6 .t1 .c1 {
	border: solid 4px #00BF00;
}

.wizard-page.page-6 .t1 .c2 {
    border: solid 4px #ccc;
    border-right: 0;
    padding: 0;
}

.wizard-page.page-6 .t1 .c3 {
    border: solid 4px #ccc;
    border-left: 0;
    padding-right: 5px;
}

.wizard-page.page-7 input {
	border: solid 4px #00BF00;
}

.wizard-page.page-10 input {
	border: solid 4px #00BF00;
    margin-top: 5px;
	text-align: left;
}

.wizard-page.page-10 input.name {
	width: 100%;
}

.cloud-1 {
	position: absolute;
	left: -140px;
	top: 80px;
	width: 114px;
	height: 56px;
	background-image: url(/images/cloud.png);
	background-repeat: no-repeat;
}

.cloud-2 {
	position: absolute;
	right: -140px;
	top: 10px;
	width: 114px;
	height: 56px;
	background-image: url(/images/cloud.png);
	background-repeat: no-repeat;
}