@font-face {
    font-family: 'MYRIADPRO';
    src: url("../font/MYRIADPRO-COND.ttf") format('truetype');
    font-stretch: condensed;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url("../font/MYRIADPRO-BOLDCOND.ttf") format('truetype');
    font-stretch: condensed;
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url("../font/MYRIADPRO-CONDIT.ttf") format('truetype');
    font-stretch: condensed;
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url("../font/MYRIADPRO-BOLDCONDIT.ttf") format('truetype');
    font-stretch: condensed;
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url("../font/MYRIADPRO-REGULAR.ttf") format('truetype');
    font-stretch: normal;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url("../font/MYRIADPRO-BOLD.ttf") format('truetype');
    font-stretch: normal;
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url("../font/MYRIADPRO-SEMIBOLD.ttf") format('truetype');
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url("../font/MYRIADPRO-BOLDIT.ttf") format('truetype');
    font-stretch: normal;
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url("../font/MYRIADPRO-SEMIBOLDIT.ttf") format('truetype');
    font-stretch: normal;
    font-weight: 600;
    font-style: italic;
}
body {
    font-family: MYRIADPRO, sans-serif;
    color: #444;
}
a{
    transition: all .5s;
}
img{
    width: 100%;
}
.form-control {
	font-size: 13px !important;
}
.padding-side-0 {
    padding-left: 0;
    padding-right: 0;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-right-0 {
    padding-right: 0;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.full-width {
    width: 100%;
}
.display-none {
    display: none;
}
.display-none-important {
    display: none !important;
}
.display-block-important {
    display: block !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #A6A6A6;
}
/*******************Header*******************/

.header-top{
    background-color: #000;
    padding: 0;
    position: relative;
}
.header-top nav {
    margin-left: 15px;
}
.header-top nav ul{
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header-top nav li {
    float: left;
    text-transform: uppercase;
    margin: 15px 7px;
    font-size: 16px;
}
.header-top nav li a{
    padding: 7px 0;
    text-decoration: none;
}
.header-top nav li a, .header-selection li a{
    color: #FFF;
}
.header-top nav li:hover a {
    border-bottom: 1px solid #CBAF7D;
    transition: none;
}
.header-top nav li.active a {
    border: 3px solid #CBAF7D;
    padding: 5px 8px;
}
.header-top .phones{
    float: right;
    color: #132c4a;
}
.header-selection {
    padding: 0 20px;
    background-color: #000;
    border-top: 1px solid #2C3137;
    position: relative;
    height: 80px;
}
.header-selection .logo-holder{
    float: left;
    width: 350px;
    display: block;
}
.header-selection .logo-holder:hover {
    text-decoration: none;
}
.icon-unique-estates-logo {
    color: #FFF;
    font-size: 35px;
    position: relative;
    top: 20px;
}
/*.luxury.logo-holder .icon-unique-estates-logo,*/
/*.executive.logo-holder .icon-unique-estates-logo {*/
    /*top: 20px;*/
/*}*/
.icon-luxury-and-executive {
    position: relative;
    top: 15px;
    left: 10px;
    color: #CBAF7D;
    font-size: 10px;
}
.icon-luxury-properties-logo {
    position: relative;
    display:none;
    top: 22px;
    color: #CBAF7D;
    font-size: 11px;
}
.icon-executive-properties-logo {
    position: relative;
    display:none;
    top: 22px;
    left: 10px;
    color: #F34133;
    font-size: 9px;
}
.luxury.logo-holder .icon-luxury-properties-logo {
    display: block;
}
.icon-executive-properties-logo {
    display:none;
}
.executive.logo-holder .icon-executive-properties-logo {
    display: block;
}
.luxury.logo-holder .icon-luxury-and-executive,
.executive.logo-holder .icon-luxury-and-executive {
    display: none;
}
.header-selection ul{
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 14px 24px 0 24px;
}
.header-selection li {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 12px;
}
.header-selection li a {
   display: block;
   padding: 10px;
   text-decoration: none;
}
.header-selection li:hover a {
    border-bottom: 1px solid #CBAF7D;
    transition: none;
}
.header-selection li.active a {
    /*border-bottom: 1px solid #565B5F;*/
    border: 3px solid #CBAF7D;
    padding: 10px;
}
.search-offer {
    float: right;
    /*width: 250px;*/
    /*height: 88px;*/
    border-left: 1px solid #2C3137;
}
.search-holder {
    position: relative;
    margin: 5px 0 0 5px;
    width: 185px;
    padding-top: 20px;
    padding-left: 20px;
}
.search-offer input,
.responsive-menu input {
    background-color: #FFF;
    border: 0;
    border-bottom: 1px solid #FFF;
    color: #000;
    outline: 0 !important;
    -webkit-appearance: none !important;
    padding: 5px;
    width: 90%;
    font-size: 12px;
}
.responsive-search-holder {
    margin: 0 25px 0 25px;
    position: relative;
}
.responsive-search-holder input {
    width: 165px;
}
.responsive-search-holder  i.fa-search {
    position: absolute;
    right: 90px;
    top: 6px;
    color: #000;
    transform: rotate(90deg);
    font-size: 16px;
}
.responsive-menu .detail-search {
    font-size: 20px;
}
.search-offer input::-webkit-input-placeholder,
.responsive-search-holder input::-webkit-input-placeholder {
    color: #000 !important;
}
.search-offer input::-moz-placeholder,
.responsive-search-holder input::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}
.search-offer input:-moz-placeholder,
.responsive-search-holder input:-moz-placeholder{ /* Firefox 18- */
    color: #000 !important;
    opacity: 1;
}
.search-offer input:-ms-input-placeholder,
.responsive-search-holder input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1;
}
.search-holder i.fa-search {
    position: absolute;
    right: 18px;
    top: 27px;
    color: #000;
    transform: rotate(90deg);
    font-size: 16px;
}
.search-holder i.fa-bars {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #FFF;
    font-size: 30px;
    display: none;
}
.detail-search {
    color: #FFF;
    display: block;
    font-size: 20px;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 5px;
}
.detail-search:hover {
    color: #FFF;
}
.header-bottom {

}
.header-bottom nav{
    float: left;
}
.header-bottom nav ul{
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header-bottom nav li {
    float: left;
    text-transform: uppercase;
    padding: 15px 12px;
    font-size: 18px;
}
.header-bottom nav li.active {
    background-color: #000;
}
.header-bottom nav li.active a {
    color: #FFF;
}
.header-bottom nav li a{
    color: #404040;
}
.languages {
    height: 50px;
    float: right;
    margin-right: 15px;
}
.languages ul {
    margin: 0;
    padding: 0;
    height: 50px;
}
.languages li {
    display: inline-block;
    height: 50px;
}
.languages li a {
    color: #FFF;
    line-height: 50px;
    padding: 20px 15px;
    font-size: 17px;
}
.languages li.active {
    background: #FFF;
}
.languages li.active a {
    color: #000;
}
.phones-details {
    float: right;
    color: #FFF;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    font-size: 17px;
}
.phones-details span {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.phones-details span i {
    color: #FFF;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.phones-details span.heart {
    padding: 0 20px 0 15px;
    border-left: 1px solid #2C3137;
    border-right: 1px solid #2C3137;
}
.phones-link {
    color: #FFF !important;
    text-decoration: underline;
}
.contact-us-address li a, .consultant-detail li a{
    text-decoration: underline;
}
.heart-count {
    position: absolute;
    top: -12px;
    right: 10px;
    font-size: 11px;
}
.custom-tooltip-bg + .tooltip > .tooltip-inner {
    background-color: #FFF;
    color: #000;
}
.custom-tooltip-bg + .tooltip > .tooltip-arrow {
    border-left-color: #FFF;
}
.custom-tooltip-bg-top + .tooltip > .tooltip-arrow {
    border-top-color: #FFF;
    border-left-color: #000;
}
/*******************Slider*******************/
.slider{
    padding-left:0;
    padding-right: 0;
    height: 33vw;
    background-color: #122B49;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.executive-part {
    position: absolute;
    top:0;
    left: -60%;
    width: 80%;
    height: 33vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.luxury-part {
    position: absolute;
    top:0;
    right: 0;
    width: 80%;
    height: 33vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}
.executive-part img,
.luxury-part img {
}
.slider-overlay {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-color: #000;
    opacity: 0.6;
}
.slider-main-titles {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    line-height: 100px;
    font-size: 25px;
    padding-left: 50px;
    color: #FFF;
    text-transform: uppercase;
}
.slider-main-titles span {
    padding-bottom: 7px;
}
.slider-main-titles:hover span {
    border-bottom: 1px solid #707070;
}

.executive-part .slider-main-titles {
    left: 75%;
}
.arrows-holder {
    position: absolute;
    top: calc(50% - 20px);
    left: 15%;
    height: 40px;
    width: 40px;
}
.arrows-holder i {
    color: #FFF;
    font-size: 30px;
}
/*******************Statistics*******************/
.statistics{
    margin: 30px 0 40px 0;
}
.statistics h2, .subscribe h2{
    color: #0f141a;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-align:center;
    margin-bottom: 25px;
}
.statistics h3{
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.statistics p{
    color: #000;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
    opacity: 0.7;
    text-align: center;
    height: 124px;
    overflow: hidden;
}
.icon-border{
    border: 2px solid #000;
    width: 50px;
    height: 50px;
    position: relative;
    right: 10px;
    top: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.statistics .btn-holder{
    text-align: center;
    margin: 30px 0;
}
.statistics .btn-holder a{
    padding: 14px 20px;
}
.icon-border .icon-businessman {
    display: block;
    font-size: 28px;
    color: #000000;
    position: relative;
    top: 0;
    left: 6px;
    transform: rotate(-45deg);
}
.icon-border .icon-finansirane {
    display: block;
    font-size: 23px;
    color: #000000;
    position: relative;
    top: 8px;
    left: 5px;
    transform: rotate(-45deg);
}
.icon-border .icon-house {
    display: block;
    font-size: 20px;
    color: #000000;
    position: relative;
    top: 8px;
    left: 5px;
    transform: rotate(-45deg);
}
/*******************Magazine*******************/
.magazine{
    margin: 15px 0;
    background-color: #000;
    padding-bottom: 1vw;
}
.magazine h2{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 80px;
}
.magazine p{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 2vw;
    padding-right: 4vw;
}
.magazine a.archive {
    display: block;
    color: #FFF;
    text-decoration: underline;
    font-style: italic;
    margin-top: 15px;
    font-size: 16px;
}
.magazine .cover-holder{
    height: 33vw;
    width: 40vw;
    position: relative;
    overflow-y: hidden;
    top: -2.5vw;
    margin-bottom: -3.5vw;
}
.magazine .first.cover{
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    top: 2vw;
    left: 1vw;
}
.magazine .second.cover{
    top: 2vw;
    left: 4vw;
}
.magazine .cover{
    width: 66%;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    position:absolute;
    top: 3vw;
    left: 8vw;
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 3px 6px 8px 0px rgba(0,0,0,0.4);
}


/*******************Blog*******************/
.blog {
}
.blog .link-more{
    color: #0f141a;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 20px;
    margin-right: 50px;
    float: right;
}
.blog h2{
    color: #0f141a;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    margin-left: -15px;
}
.blog-item-holder{
    position: relative;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
}
.blog-item-holder:before{
    content: "";
    display: block;
    padding-top: 56.23%;
}
.blog-item-holder img{
    display: none;
}
.blog-item-holder h3{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    position: absolute;
    padding: 0 10%;
    top: 10%;
}
.blog-item-holder h3 a{
    color: #000000;
}
.blog-item-holder .date{
    color: #000000;
    font-size: 14px;
    position: absolute;
    padding-left: 10%;
    bottom: 10%;
}

.blog-item-holder.active .blog-home-title{
    background-color: #000;
    opacity: 0.6;
}

.blog-item-holder.active img{
    display: block;
    position:absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.blog-item-holder.active h3 a{
    color: #ffffff;
}
.blog-item-holder.active .date{
    color: #ffffff;
}
.blog-slide-item-holder:before{
    content: "";
    display: block;
    padding-top: 56.23%;
}
.blog-slide-item-holder img{
    display: block;
    position:absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
/*******************Subscribe*******************/
.subscribe {
    margin-top: 45px;
}
.subscribe h2{
    color: #0f141a;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.subscribe .row{
    text-align: center;
}
.subscribe input{
    border: 2px solid #d9d9d9;
    padding: 14px 20px;
    font-size: 16px;
    width: 40%;
    color: #0f141a;
    display: inline-block;
    margin-right: 10px;
}
.subscribe button{
    display: inline-block;
}
.subscribe a {
    text-decoration: underline;
    color: #0f141a;
    font-size: 16px;
    font-style: italic;
    display: block;
    margin-top: 15px;
}

/*******************SEO TABS******************/
.seo-tabs {
    margin: 40px 0;
}
.seo-tabs .tab-button {
    border-style: solid;
    border-color: #000;
    border-width: 1px 0 1px 1px;
    height: 75px;
    display: inline-block;
}
.seo-tabs .tab-button:last-child {
    border-right: 1px solid #000000;
}
.seo-tabs .tab-button:hover,
.seo-tabs .tab-button.active {
    border-bottom: 5px solid #000;
}

.seo-tabs .tab-button a {
    display: inline-block;
    width: 100%;
    height: 75px;
    color: #000;
    font-size: 14px;
    text-align: center;
    outline:0 !important;
    text-transform: uppercase;

}
.seo-tabs .tab-button a span {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.seo-tab-content {
    margin-top: 40px;
}
.seo-content-item {
    height: 105px;
    overflow: hidden;
    display: none;
}
.seo-content-item.active {
    display: block;
}
.seo-view-more {
    display: block;
    margin-top: 20px;
    font-style: italic;
    text-decoration: underline;
}
/*******************Buttons*******************/
.default-btn {
    text-transform: uppercase;
    border: 2px solid;
    padding: 4px;
    font-size: 15px;
}
.default-btn.black {
    color: #0f141a;
    border-color: #0f141a;
    background-color: #fff;
}
.default-btn.white {
    color: #fff;
    border-color: #fff;
    background-color: #000;
    padding: 12px 20px;
    width: 260px;
}
.default-btn.black-fill {
    border-color: #0f141a;
    background-color: #0f141a;
    color: #ffffff;
    padding: 12px 20px;
}
.default-btn.white-fill {
    border-color: #FFF;
    background-color: #FFF;
    color: #000;
    padding: 12px 20px;
    width: 260px;
    margin-top: 10px;
}
/*******************Footer*******************/
.footer {
    background-color: #000;
    padding: 30px 15px 40px 15px;
    margin-top: 60px;
}
.footer.luxury {
    border-top: 3px solid #CBAF7D;
}
.footer.executive {
    border-top: 3px solid #D44036;
}
.footer-wrapper {
    width: 1165px;
    margin: 0 auto;
    padding: 0 20px;
}
/*.footer-first-column {*/
    /*width: 120px;*/
/*}*/
.footer-column {
    /*min-height: 250px;*/
}
.footer ul{
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer li{
    text-transform: uppercase;
    color: #ffffff;
    margin: 5px 0;
}

.footer .contact-us{
    text-transform: uppercase;
    color: #ffffff;
}
.footer a{
    text-transform: uppercase;
    color: #ffffff;
}
.footer label{
    font-weight: 400;
}
.footer-mail {
    width: 300px;
    margin:20px 0;
    position: relative;
}
.footer-mail input{
    border: 2px solid #ffffff;
    padding: 11px;
    color: #0f141a;
    width: 100%;
    font-size: 16px;
}
.footer-mail .default-btn.black-fill {
    border-color: #ffffff;
    background-color: #0f141a;
    color: #ffffff;
    position: absolute;
    right: 0;
    padding: 11px;
    top: 0;
}
footer .contact-us {
    position: relative;
    /*top: -55px;*/
}
footer .contact-us-button {
    background-color: #FFF;
    color: #000;
    padding: 15px;
    cursor: pointer;
    width: 300px;
    border: 1px solid #E0E0E0;
}

footer span.icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFF;
    text-align: center;
    margin-right: 5px;
}
footer span.icon i {
    color: #000;
    font-size: 22px;
    position: relative;
    top: 4px;
}
footer span.icon i.fa-facebook {
    top: 5px;
}
footer span.icon i.fa-google-plus {
    top: 5px;
}
footer span.icon i.fa-linkedin {
    font-size: 20px;
}
/* BLOG */
.blog-wrapper {
    width: 1165px;
    margin: 40px auto;
}
.blog-wrapper .date {
    color: #212121;
    font-size: 16px;
    font-style: italic;
}
.blog-left-article,
.blog-right-article {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}
/*.blog-left-article img {*/
    /*width: 100%;*/
    /*height: 354px;*/
/*}*/
.article-holder h2 {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
}
.blog-left-article article {
    margin-top: 30px;
    font-size: 17px;
}
/*.blog-right-article img {*/
    /*width: 100%;*/
    /*height: 272px;*/
/*}*/
.blog-right-article h2 {
    color: #222222;
    font-size: 20px;
    font-weight: bold;
}
.blog-list-article {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}
.image-holder {
    position: relative;
    display: block;
}
.article-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.article-image-holder .category-overlay {
    width: 100%;
    height: 50px;
    background-color: #222222;
    opacity: 0.85;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    color: #FFF;
    padding: 5px 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.article-image-holder {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
}
.article-image-holder::before {
    content: "";
    display: block;
    padding-top: 56%;
}
.article-image-holder img {
    float: left;
    height: 102%;
    max-height: 102%;
    max-width: 100%;
    position: absolute;
    top: -1%;
}
.article-image-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
    background-color: #222222;
    opacity: 0.5;
}
.article-holder .title-holder {
    height: 80px;
}
.article-holder h2 {
	margin-bottom: 0;
    color: #222222;
    font-size: 20px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    font-weight: bold;
}
.article-image-holder-inner {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    max-height: 420px;
}
.load-more {
    margin-top: 40px;
    background-color: #0F141A;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.luxury .load-more {
    background-color: #CBAF7D;
}
.executive .load-more {
    background-color: #D44036;
}

.article-title {
    font-size: 26px;
}
.article-author {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 80%;
    height: 50px;
    background-color: #0F141A;
    color: #FFF;
    font-size: 16px;
    text-align: left;
    line-height: 50px;
    padding: 0 15px;
}
.article-author .fa-calendar,
.article-author .fa-user,
.article-author .fa-camera {
    font-size: 25px;
    padding: 0 5px;
}
.article-content {
    margin-top: 40px;
    margin-bottom: 10px;
}
.article-prev-btn,
.article-next-btn {
    background-color: #0F141A;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.article-prev-btn a,
.article-next-btn a {
    color: #FFF;
}
.article-prev-btn:hover,
.article-next-btn:hover {
    color: #FFF;
}
.blog-category-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
/******* OFFERS **********/
.offers-menu {
    background-color: #000;
    border-top: 1px solid #2C3137;
    padding-left: 10px;
}
.offers-menu ul li {
    padding: 18px 18px;
}
.offers-menu ul li a {
    color: #FFF;
    font-size: 17px;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    border: 1px solid #000000;
}
.offers-menu ul li:hover a {
    border-bottom: 1px solid #CBAF7D;
    transition: none;
}

.luxury.offers-menu ul li.active {
    background: #CBAF7D;
}
.luxury.offers-menu ul li.active a {
    border: 1px solid #CBAF7D;
}
.executive.offers-menu ul li.active {
    background: #D44036;
}
.executive.offers-menu ul li.active a {
    border: 1px solid #D44036;
}
/*.business.offers-menu ul li.active {*/
    /*background: #FFF;*/
/*}*/
.business.offers-menu ul li.active a{
    /*color: #000;*/
    padding: 10px;
    border: 3px solid #CBAF7D;
}
li.delimiter {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.offers-menu ul li.delimiter:hover a {
    border-bottom: 1px solid #000;
    transition: none !important;
}
li.delimiter a {
    border-left: 1px solid #565B5F !important;
    cursor: default;
}
.detail-search-row {
    display: none;
}
.detail-search-row.open {
    display: block;
}
.filter {
    background: #000;
}
.filter-label {
    color:#FFF;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    width: 50%;
}
.detail-search-link {
    color: #FFF !important;
    display: block;
    margin-top: 7px;
    font-size: 18px !important;
}

#showFilter {
    color: #FFF !important;
    margin-top: 7px;
    font-size: 18px !important;
    text-decoration: underline;
}
.clear-filter {
    color: #FFF;
    text-decoration: underline;
}
.clear-filter:hover {
    color: #FFF;
    text-decoration: none;
}
.filter.luxury {
    background: #CBAF7D;
}
.filter.executive {
    background: #D44036;
}
.filter-holder {
    margin: 30px 0;
}
.offers-results {
    padding: 30px 0;
    font-size: 16px;
}
a.offers-sort {
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
    color: #727272;
}
.filter-holder select {
    background: none;
    background: #FFF;
    height: 45px;
    padding: 10px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance:    none !important;
    appearance:         none !important;
    margin-bottom: 20px;
    outline:0 !important;
}
.filled {
    border: 4px solid #CBAF7D !important;
}
.filter-holder .select-holder,
.filter-holder .input-holder {
    margin-bottom: 20px;
}
.filter-holder .select-holder:after {
    position: absolute;
    top: 13px;
    right: 30px;
    content: "\f0d7";
    font: normal normal normal 18px/1 FontAwesome;
    z-index: 100;
    pointer-events:none;
}
.offers-filter.filter-holder .select-holder:after {
    right: 20px;
}
.filter-holder input {
    background: #FFF;
    height: 45px;
    padding: 10px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance:    none !important;
    appearance:         none !important;
    margin-bottom: 20px;
    outline:0 !important;
}
input.price {
    text-align: right;
    padding-right: 30px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.1s;
}
input.area {
    text-align: right;
    padding-right: 50px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.1s;
}
.input-sign {
    position: absolute;
    right: 20px;
    top: 12px;
    display: none;
}
.input-sign.visible {
    display: block;
}
.search-text-description {
    height: 50px;
    overflow: hidden;
}
.select-sort {
    background: none;
    background: #FFF;
    height: 30px;
    padding: 2px 5px;
    border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance:    none !important;
    appearance:         none !important;
    outline:0 !important;
    border: 1px solid #000000;
    color: #555;
    width: 150px;
}
.select-sort-holder:after {
    position: absolute;
    top: 37px;
    right: 10px;
    content: "\f0d7";
    font: normal normal normal 18px/1 FontAwesome;
    z-index: 100;
    pointer-events:none;
}
.fa-arrow-down,
.fa-arrow-up {
   font-size: 14px;
}
.btn-submit {
    width: 100%;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}
.luxury .btn-submit,
.executive .btn-submit {
    background-color: #000;
    border-color: #000;
    color: #FFF;
}
.offer-holder {
    border: 1px solid #F0F0F0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
    box-shadow: 0px 2px 5px 1px rgba(204,204,204,1);
}
.offer-holder-empty {
    border: 0;
    box-shadow: none;
}
.offer-image-holder {
    position: relative;
}
.offer-image-holder:before{
    content: "";
    display: block;
    padding-top: 50%;
}

.offer-image-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.offer-image-holder img {
    max-width: 100%;
    position:  absolute;
    float: left;

    top: 50%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -moz-transform:  translateY(-55%);
    transform: translateY(-55%);
}

.new-offer-image-holder {
    position: relative;
}
.new-offer-image-holder:before{
    content: "";
    display: block;
    padding-top: 56.25%;
}

.new-offer-image-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.new-offer-image-holder img {
    max-width: 100%;
    position:  absolute;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform:  translateY(-50%);
    transform: translateY(-50%);
}

.container-fluid.subscribe {
    margin-bottom: 15px;
}
.load-more-holder{
    text-align: center;
    margin-top: 20px;
}
.load-more-new-offers-btn{
   /*float: none;*/
    /*min-width: 33%;*/
}
.btn-no-border-radius{
    border-radius: 0;
    padding: 10px 20px;
}

.offer-price-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: #23272A;
    line-height: 45px;
    padding-left: 20px;
    opacity: 0.98;
}
.sqm_price{
    color: #fff;
}
.offer_sqm_price{
    display: none;
}
.offer-heart {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding-top: 12px;
    text-align: center;
    border-left: 1px solid #3C3F44;
    cursor: pointer;
}
.offer-call-icon{
    border-left: 1px solid #3c3f44;
    bottom: 0;
    height: 45px;
    padding-top: 12px;
    position: absolute;
    right: 42px;
    text-align: center;
    width: 45px;
}
.offer-call-icon i.fa-phone {
    color: #FFFFFF !important;
    font-size: 22px;
}
.offer-heart .fa-heart {
    color: #FFFFFF;
    font-size: 20px;
}
.luxury.offer-heart .fa-heart {
    color: #CBAF7D;
}
.executive.offer-heart .fa-heart {
    color: #D44036;
}
.business.offer-heart .fa-heart {
    color: gray;
}
.offer-price-holder span.offer-price {
    color: #FFF;
    font-size: 16px;
}
.offer-go-back-link{
    position: absolute;
    right: 15px;
    bottom: 21px;
    font-size: 16px;
}
.offer-go-back-link a{
    color: #212121;
    text-decoration: underline;
    font-size: 16px;
    position: relative;
}
.offer-go-back-link a i{
    bottom: -2px;
    font-size: 24px;
    left: -13px;
    position: absolute;
    text-decoration: none;
}
.offer-description {
    padding: 20px;
}
.offer-title-holder {
    min-height: 110px;
    position: relative;
}
.offer-title-holder .location {
    margin-bottom: 20px;
    font-size: 18px;
    white-space: nowrap;
}
.location-type{
    margin-bottom: 20px;
}
.offer-title-holder .offer-price {
    color: #010101;
    font-size: 22px;
    margin-right: 80px;
    margin-top: 20px;
    font-weight: bold;
    position: absolute;
    right: 0;
    white-space: nowrap;
}
.offer-title-holder .luxury.offer-price {
    color: #CBAF7D;
}
.offer-title-holder .executive.offer-price {
    color: #F44236;
}
.offer-icons-holder{
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}
.heart-holder {
    display: inline-block;
    background-color: #000000;
    padding: 10px 14px;
    margin-left: 20px;
    cursor: pointer;
}
.heart-holder i.fa-heart{
    color: #FFF;
    font-size: 28px;
    position: relative;
    top:1px;
}

.offer-call-holder, .offer-mail-holder {
    display: inline-block;
    background-color: #000000;
    margin-left: 15px;
    cursor: pointer;
    float: right;
}
.offer-mail-holder {
    padding: 5px 10px 11px;
}
.offer-call-holder {
    padding: 4px 8px;
}

.offer-call-holder i.fa-phone{
    color: #FFF;
    position: relative;
    top:1px;
    float: right;
    font-size: 23px;
}
.offer-mail-holder i.fa-envelope{
    color: #FFF;
    position: relative;
    top:2px;
    float: right;
    font-size: 20px;

}
.luxury.heart-holder i.fa-heart {
    color: #CBAF7D;
}
.executive.heart-holder i.fa-heart {
    color: #F44236;
}
.business.heart-holder i.fa-heart {
    color: gray;
}
.luxury .offer-holder i:not(.fa-heart) {
    color: #FDC749;
}
h2.offer-title-top {
    color: #010101;
    font-size: 24px;
    margin: 20px 350px 10px 20px;
}
h1.offer-title {
    color: #010101;
    font-size: 20px;
    margin-top: 0;
}
.new-offers-slider-description{
    padding: 13px;
}
.new-offers-slider.owl-carousel .owl-stage-outer{
    padding-left: 4px;
}
h1.new-offer-title{
    font-size: 16px;
}
h1.offer-title-inner {
    font-size: 30px;
}
ul.offer-details {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;

}
ul.offer-details li {
    padding: 4px 0;
    font-size: 15px;
}
ul.offer-details li span.icon-holder {
    width: 35px;
    text-align: center;
    display: inline-block;
}
ul.offer-details li span i {
    font-size: 16px;
    position: relative;
    top: 2px;
}
.load-more {
    margin-top: 10px;
}
ul.quarter-holder {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 500px;
    overflow: auto;
}
ul.quarter-holder li {
    position: relative;
}
ul.quarter-holder li .checkbox-label {
    margin-bottom: 10px;
}
ul.quarter-holder li .checkbox-label:before {
    left: 0;
}
.luxuryOffers,
.executiveOffers,
.businessOffers {
    display: none;
}
/********* OFFER SINGLE *************/
.slider-holder {
    width: 100%;
    height: 40vw;
    position: relative;
}
.slider-holder.luxury {
    height: 35vw;
}
.slider-holder.executive {
    width: 67%;
    float: left;
    /*max-width: 1200px;*/
}
.executive-thumbnail-holder {
    width: 33%;
    height: 40vw;
    float: right;
    background: #0F141A;
}
.slider-holder .cover-image {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 40vw;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 0;
    cursor: pointer;
}
.slider-holder.luxury .cover-image {
    height: 35vw;
}
.slider-holder .cover-image.last-active {
    z-index: 999;
}
.slider-holder .cover-image.active {
    opacity: 1;
    z-index: 100;
}
.prev-cover {
    position: absolute;
    top: calc(50% - 40px);
    left: 15px;
    z-index: 9999;
    font-size: 80px;
    color: #FFF;
    cursor: pointer;
}
.next-cover {
    position: absolute;
    top: calc(50% - 40px);
    right: 15px;
    z-index: 9999;
    font-size: 80px;
    color: #FFF;
    cursor: pointer;
}
.slider-menu {
    background-color: #212121;
}
.slider-menu.executive {
    background-color: #0F141A;
}
.slider-menu ul {
    margin: 15px 0 20px 0;
    padding: 0;
    list-style: none;
}
.slider-menu ul li {
    display: inline-block;
    margin: 0 15px;
}
.slider-menu  a {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
}
.slider-menu i {
    font-size: 25px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    color: #FFFFFF;
}
.slider-menu i.inactive {
    color: #999;
}
.slider-menu a.inactive {
    color: #999;
}
.slider-menu a.inactive:hover {
    color: #999;
    text-decoration: none;
    cursor: default;
}
.slider-image {
    cursor: pointer;
}
.owl-prev {
    position: absolute;
    top: calc(50% - 40px);
    left: 20px;
    color: #FFFFFF;
}
.owl-prev i,
.owl-next i{
    font-size: 50px;
}
.owl-next {
    position: absolute;
    top: calc(50% - 40px);
    right: 20px;
    color: #FFFFFF;
}
.owl-carousel .item {
    position: relative;
}
.owl-carousel-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
    cursor: pointer;
}
.owl-carousel .item i {
    color: #FFF;
    font-size: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 36px);
    cursor: pointer;
}
.offer-item-content {
    background-color: #F2F2F2;
    padding-top: 30px;
    padding-bottom: 30px;
}
.offer-item-content .offer-description {
    padding: 0;
}
.offer-item-content ul.offer-details {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offer-item-content ul.offer-details li {
    position: relative;
    padding: 8px 0;
}
.offer-item-content ul.offer-details li span.icon-holder{
    position: absolute;
    top: 8px;
    left: 0;
    width: 50px;
    text-align: center;
}
.offer-item-content ul.offer-details li span.icon-text{
    display: inline-block;
    position:relative;
    padding-left: 90px;
    font-weight: bold;
}
.offer-item-content h3 {
    margin: 30px 0;
    font-size: 16px;
    font-weight: bold;
    color: #727272;
}
.offer-item-content h3.advantages {
    margin-top: 0;
    font-size: 18px;
    /*margin-left: 20px;*/
}
.offer-advantages ul {
    margin: 0 0 0 35px;
    padding: 0;
}
.column-header {
    position: relative;
    margin: 40px 0;
    height: 14px;
    width: 100%;
    border-right: 1px solid #CCC;
}
.line {
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #CCC;
}
.column-header-name {
    position: absolute;
    top: -16px;
    left: 0;
    background-color: #FFF;
    padding: 10px 20px 10px 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.form-ue select {
    background: none;
    background: #FFF;
    height: 45px;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
}
.form-ue input {
    background: #FFF;
    height: 45px;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 0;
    margin-bottom: 20px;
}
.form-ue input.price {
    padding-right: 20px;
}
.form-ue input.area {
    padding-right: 40px;
}
.form-ue textarea {
    background: #FFF;
    height: 45px;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 0;
    margin-bottom: 20px;
}
.form-ue input[type=checkbox],
.form-ue input[type=radio]{
    display: none;
}
.checkbox-label {
    padding-left: 40px !important;
    margin-bottom: 25px;
    cursor: pointer;
}
.radio-label{
    padding-left: 30px !important;
    margin-bottom: 25px;
    cursor: pointer;
}
.checkbox-label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    top: 0;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 0 !important;
}
.checkbox-label-disabled:before {
    background-color: #a6a6a6;
}
.radio-label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    top: 0;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 50% !important;
}
.checkbox .checkbox-label {
    margin-bottom: 10px;
}
.checkbox .checkbox-label:before {
    border-radius: 3px;
}
input[type=checkbox]:checked + label:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 20px;
    color: #CCC;
    text-align: center;
    line-height: 20px;
}
input[type=radio]:checked + label:before {
    font-family: 'FontAwesome';
    content: "\f111";
    font-size: 14px;
    color: #CCC;
    text-align: center;
    line-height: 22px;
}
.btn-offer-request,
.btn-offer-request:hover {
    background: none;
    background-color: #000;
    border-radius: 0;
    padding: 12px 25px;
    color: #FFFFFF;
    text-shadow: none;
    font-size: 15px;
}
.btn-offer-request.luxury,
.btn-offer-request.luxury:hover {
    background-color: #CBAF7D;
}
.btn-offer-request.executive,
.btn-offer-request.executive:hover {
    background-color: #D44036;
}

.btn-xs.btn-red,
.btn-xs.btn-red:hover,
.btn-xs.btn-gray,
.btn-xs.btn-gray:hover {
    padding: 7px 12px;
    font-size: 12px;
    border: 0;
}
.btn-gray,
.btn-gray:hover {
    background: none;
    background-color: #4C4C4C;
    border-radius: 0;
    padding: 12px 25px;
    color: #FFFFFF;
    text-shadow: none;
    font-size: 15px;
}
.btn-black,
.btn-black:hover {
    background: none;
    background-color: #000;
    border-radius: 0;
    padding: 12px 25px;
    color: #FFFFFF;
    text-shadow: none;
    font-size: 15px;
}
.btn-white,
.btn-white:hover {
    border-radius: 0;
    padding: 12px 25px;
    background: #FFF;
    color: #000;
    border: 2px solid #FFF;
    font-size: 14px;
}
.btn-service,
.btn-service:hover {
    border-radius: 0;
    padding: 5px 8px;
    background: #FFF;
    color: #000;
    border: 2px solid #FFF;
    font-size: 14px;
}
.btn-white:hover {
    text-decoration: underline;
}
.btn-red,
.btn-red:hover {
    border-radius: 0;
    background-color: #CBAF7D;
    padding: 12px 25px;
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 14px;
}
.consultant-image-holder {
    float: left;
    position: relative;
}
.consultant-image {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    border: 1px solid #CCC;
    float: left;
    margin: 0 25px 25px 0;
    overflow: hidden;
}
.active-consultant {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #000;
}
.consultant-data{
    margin-bottom: 10px;
}
.consultant-name {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.consultant-position {
    font-size: 18px;
    /*height: 78px;*/
    /*line-height: 26px;*/
}
.consultant-detail {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}
.consultant-detail li {
    padding: 3px 0;
    font-size: 16px;
}
.consultant-detail a {
   color: #212121;
}
.consultant-link a {
    color: #212121;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}
.consultant-holder .btn-gray,
.consultant-holder .btn-gray:hover,
.consultant-holder .btn-black,
.consultant-holder .btn-black:hover {
    padding: 10px 12px;
}
.offer-right-panel {
    width: 100%;
    padding: 15px 25px;
    background-color: #000;
    margin-top: 20px;
}
.offer-right-panel.luxury {
    background-color: #CBAF7D
}
.offer-right-panel.executive {
    background-color: #D44036;
}
.offer-right-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offer-right-panel ul li {
    padding: 5px 7px;
}
.offer-right-panel ul li i {
    color: #FFF;
    font-size: 18px;
}
.offer-right-panel ul li a {
    color: #EFEFEF;
    font-size: 16px;
    padding-left: 20px;
}
.social-holder {
    margin-top: 10px;
}
.social-btn {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    margin: 0 5px;
}
.blog-item-social .social-btn {
    background-color: #000;
}
.blog-item-social .social-btn i{
    color: #FFF;
}
.social-btn i {
    color: #000;
}
.quarter-description {
    height: 380px;
}
.quarter-description .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.quarter-holder .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #999;
}
.quarter-description .mCSB_scrollTools .mCSB_draggerRail,
.quarter-holder .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #CCC;
}
.back-button::after {
    content: '';
    position: absolute;
    top: 31px;
    width: 0;
    height: 0;
}
.back-button.luxury {
    background-color: #CBAF7D;
    color: #FFF;
    padding: 13px 15px;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #FFF;
}
.back-button.luxury::after {
    border-style: solid !important;
    left: -5px;
    border-color: #FFF #CBAF7D #FFF #FFF;
    border-width: 23px;
}
.back-button.executive {
    background-color: #D44036;
    color: #FFF;
    padding: 13px 15px;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #FFF;
}
.back-button.executive::after {
    border-style: solid !important;
    left: -5px;
    border-color: #FFF #D44036 #FFF #FFF;
    border-width: 23px;
}
.back-button.business {
    background-color: #000;
    color: #FFF;
    padding: 13px 15px;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #FFF;
}
.back-button.business::after {
    border-style: solid !important;
    left: -5px;
    border-color: #FFF #000 #FFF #FFF;
    border-width: 23px;
}
/* OUR TEAM */
.consultant-holder {
    margin-bottom: 40px;
}
.consultant-item .consultant-image {
    height: 160px;
    width: 160px;
    overflow: hidden;
}
.consultant-item .column-header {
    margin-top: 5px;
}
.recommendation-title {
    margin: 20px 0 30px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.medals {
    position: relative;
}
.medals ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 150px;
    overflow: hidden;
}
.medals ul.height-auto {
    height: auto;
    overflow: auto;
}
.medals ul li {
    height: 50px;
    position: relative;
}
.icon-medal {
    font-size: 35px;
    color: #f39c12;
    position: absolute;
    top: 1px;
    left: 0;
    width: 35px;
}
span.medal-text {
    display: inline-block;
    padding-left: 35px;
    padding-top: 5px;
}
.medal-view-more {

}
/* ABOUT US BLACK */
.about-us-black {
    padding: 50px 15px 180px 15px;
    color: #CCC;
    font-size: 16px;
    background-color: #000;
    position: relative;
}
.about-us-black a {
    color: #CCC;
    text-decoration: underline;
}
.about-us-black:after {
    background: url('../img/buildings.png') 0 0 no-repeat;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 160px;
}
.about-us-gray, .careers-gray {
    background-color: #E5E5E5;
}
.sentances div.row:last-child {
    margin-bottom: 30px;
}
.sentances h2 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.what-is-sentances h2{
    color: #000;
    font-weight: bold;
    font-size: 24px;
}
.what-is-sentances p{
    color: #000;
    font-size: 16px;
    text-align: center;
    height: 130px;
    overflow: hidden;
}
.about-us-categories {
    width: 870px;
    margin: 40px auto;
}
.about-us-gray-darker {
    background-color: #CCCCCC;
}
.content-title {
    text-align: center;
    font-size: 20px;
    margin: 40px 0;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
.clients-wrapper {
    width: 1165px;
    margin: 0 auto;
}
.recommendation-comment{
    text-transform: uppercase;
    font-size: 17px;
    font-style: italic;
    color: #707070;
}
.recommendation-comment a {
    color: #707070;
}
.recommendation-comment a:hover {
    text-decoration: none;
}
.recommendation-comment:before {
    content: '\00BB';
}
.recommendation-comment:after {
    content: '\201D';
}
.recommendation-author {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.client-picture {
    max-height: 130px;
    max-width: 200px;
}
ul.clients-holder {
    padding: 20px 0;
    border-top: 2px solid #000000;
    margin: 0;
    list-style: none;
}
ul.clients-holder li {
    margin: 3px 0;
}
.client-title {
    text-transform: uppercase;
    font-size: 16px;
}
#recommendations .owl-carousel {
    background: #FFF;
    padding: 10px 0;
}
#recommendations .owl-prev,
#recommendations .owl-next {
    color: #000000;
}
#recommendations .owl-prev {
    left: -100px;
    top: calc(50% - 40px);
}
#recommendations .owl-next {
    right: -100px;
    top: calc(50% - 40px);
}
.recommendation-document a{
    text-align: center;
}
.recommendation-document a{
    font-size: 16px;
    display: block;
    color: #707070;
    text-decoration: underline;
}
.partnership-holder,
.awards-holder {
    margin-bottom: 30px;
}
.partnership-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.partnership-description {
    font-size: 16px;
    height: 92px;
    overflow: hidden;
}
.view-more {
    font-style: italic;
    text-decoration: underline;
}
.fa-play-circle-o {
    color: #666;
}
/* CONTACT */
.contact-us-image-holder {
    height: 450px;
    overflow: hidden;
}
.contact-us-image {
    background: url('../img/about_us_big.jpg') no-repeat left center;
    background-size: cover;
    height: 450px;
}
.contact-us p{
    font-size: 16px;
    margin-bottom: 4px;
}
.table td {
    border: 0 !important;
    font-size: 16px;
    color: #010101;
}
.about-us-title {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-form input,
.contact-form textarea {
    border: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 0;
}
.contact-form input:hover,
.contact-form textarea:hover {
    outline:0 !important;
    -webkit-appearance:none !important;
}
.contact-box {
    border-bottom: 1px solid #000;
    padding: 2px 10px;
}
.border-right {
    border-right: 2px solid #000;
}
.border-top {
    border-top: 4px solid #000;
}
#contactUsMap {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}
/* CAREERS */
.careers-background {
    /*background: url('../img/careers.jpg') no-repeat left center;*/
    /*background-size: cover;*/
    /*height: 340px;*/
}
.careers-info p {
    font-size: 16px;
}
.careers-box {
    margin: 20px 0;
}
.careers-image {
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 3px 6px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 6px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 3px 6px 8px 0px rgba(0,0,0,0.4);
    overflow: hidden;
}
.careers-details .job-title {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;

}
.careers-details .more {
    font-size: 18px;
    color: #212121;
}
.careers-form input,
.careers-form textarea{
    margin-bottom: 10px;
}
.attach-cv-holder {
    width: calc(100% - 100px);
}
#attach_cv_label {
    display: inline-block;
    margin-right: 20px;
}
.upload-button-holder {
    width: 100px;
}
label.upload {
    padding: 0 !important;
    height: 50px;
    position: relative;
}
label.upload:before {
    content: "Upload";
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 2;
}
label.upload input {
    display: block !important;
    width: 94px !important;
    height: 50px !important;
    opacity: 0;
    z-index: 1;
}
/* SERVICES */
.services {
    /*margin: 50px 0 40px 0;*/
}
.services-image-holder {
    height: 300px;
    background: url('../img/careers.jpg') no-repeat left center;
    background-size: cover;
}
.services-item-image-holder {
    height: 300px;
    background: url('../img/careers.jpg') no-repeat left center;
    background-size: cover;
}
.service-image{
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding: 0;
}
.service-image .overlay{
    background-color: #222222;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.services .service-item {
    padding: 0 40px;
}
.service-article-title{
    position: absolute;
    top: calc(50% - 40px);
    left: 25%;
    width: 50%;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.black-line {
    width: 25px;
    height: 10px;
    border-top: 2px solid #000;
}
.services .icon-holder {
    display: inline-block;
    width: 100%;
    height: 160px;
    margin: 40px 0;
    position: relative;
}
.services .service-name {
    text-transform: uppercase;
    color: #212121;
    font-size: 20px;
    font-weight: bold;
}
.services .service-short-info {
    font-size: 16px;
}
.services .more {
    text-transform: uppercase;
    color: #212121;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}
.services .icon-service1 {
    font-size: 120px;
    color: #4D4D4D;
    position: absolute;
    top: 30px;
    left: calc(50% - 90px);
}
.services .icon-service2 {
    font-size: 120px;
    color: #4D4D4D;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
}
.services .icon-service3 {
    font-size: 120px;
    color: #4D4D4D;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
}
.services .icon-service4 {
    font-size: 120px;
    color: #4D4D4D;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
}
.services .icon-service5 {
    font-size: 90px;
    color: #4D4D4D;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
}
ul.services-others {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    background-color: #000000;
}
ul.services-others li {
    padding: 17px 20px;
    border-bottom: 1px solid #CCC;
    cursor: pointer;
}
ul.services-others li span {
    display: inline-block;
    width: 25px;
    text-align: right;
}
ul.services-others li i {
    color: #FFF;
    position: relative;
}
ul.services-others li a {
    color: #FFF;
    font-size: 16px;
    padding-left: 15px;
    letter-spacing: 1px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    text-decoration: none;
}
ul.services-others li a.active {
    text-transform: uppercase;
    text-decoration: underline;
}
.services-others-name {
    color: #000000;
    margin: 0 0 20px 0;
    font-size: 20px;
}
.subservices img {
    width: 60%;
    margin-bottom: 30px;
}
.service-box {
    margin-bottom: 30px;
}
.service-form {
    background-color: #CCC;
}
.service-form h3 {
    margin: 0 0 20px 0;
    color: #000000;
    font-weight: bold;
}
.service-filter-holder {
    width: 1165px;
    margin: 30px auto;
}
.icon-finansirane {
    font-size: 22px;
    top: 5px;
}
.fa-truck {
    font-size: 25px;
    top: 2px;
}
.icon-uslugi {
    font-size: 18px;
    top: 2px;
}
.icon-kolii {
    font-size: 18px;
    top: 2px;
}
.icon-design {
    font-size: 22px;
    top: 2px;
}
.icon-sobstvenitsi {
    font-size: 20px;
    top: 2px;
}
.fa-home {
    font-size: 22px;
    top: 0;
}
.service-header-name {
    font-size: 20px;
    color: #000;
    width: 100%;
    font-weight: bold;
}
.service-header-description {
    font-size: 16px;
    width: 100%;
    color: #000;
    margin: 30px 0 40px 0;
}
.service-box .service-name {
    font-size: 18px;
    color: #000;
    margin-top: 0;
    font-weight: bold;
}
.service-box .service-description {
    font-size: 16px;
    color: #000;
    padding-top: 20px;
}
/* NEWSLETTER */
.newsletter-description-holder {
    height: 200px;
    background-color: #E4E4E4;
}
.newsletter-holder {
    margin-top: 60px;
}
.newsletter-item img {

}

.search-button-header:hover,
.phone-button-header:hover{
    color: #fff;
    text-decoration: none;
}
.newsletter-item a {
    display: block;
    padding-top: 10px;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.newsletter-item div.newsletter-item-description {
    font-size: 14px;
    padding: 10px 0;
}
.newsletter-archive-row {
    margin: 7px 0;
}
.newsletter-archive-row .newsletter-archive-date {
    color: #CCC;
    font-size: 16px;
    font-style: italic;
}
.newsletter-archive-row .newsletter-archive-name a{
    color: #000;
    font-size: 16px;
}
.newsletter-form-title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
/* MAGAZINE */
.magazine-main-item {
    margin-top: 40px;
}
.magazine-main-item img {
    border: 1px solid #CCC;
}
.magazine-main-item-title {
    color: #000;
    margin-top: 0;
    font-weight: bold;
    font-size: 30px;
}
.magazine-info {
    padding-left: 60px;
}
.magazine-list-item {
    margin-bottom: 40px;
}
.magazine-list-item img {
    border: 1px solid #CCC;
}
.magazine-list-name {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.magazine-cities{
    padding: 5px 0;
    font-size: 16px;
}
.magazine-select-city:after {
    position: absolute;
    top: 12px;
    right: 10px;
    content: "\f0d7";
    font: normal normal normal 18px/1 FontAwesome;
    z-index: 100;
    pointer-events:none;
}

/* FIVE COLUMNS */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}

.blog-home-title{
    background-color: #FFF;
    padding: 5px;
    float: left;
}

.hide-about-region {
    display: none;
}

.show-about-region, .hide-about-region {
    background-color: #fff;
    cursor: pointer;
    float: left;
    font-size: 35px;
    left: 105px;
    /*padding-left: 94px;*/
    padding-right: 10px;
    position: relative;
    top: -11px;
    width: 37px;
}

.show-about-region-en, .hide-about-region-en {
    left: 128px;
}

#show-hide-about-region{
    cursor: pointer;
}

.tablet-show{
    display: none;
}

.search-text {
    clear: both;
    color: #fff;
    float: left;
    width: 100%;
}
.width-60{
    width: 60%;
}

.social-btn a{
    width: 100%;
}
.article-holder{
    margin-bottom: 0;
    padding-bottom: 10px;
}
article.article-content p, .offer-description p{
    font-size: 16px;
    line-height: 24px;
}
.article-author span{
    padding-left: 5px;
    padding-right: 5px;
}

.mobile-header{
    float: right;
    margin-right: 50px;
    margin-top: 20px;
}
.languages-mobile{
    margin-right: 10px;
    float: left;
    padding-top: 1px;
}
.languages-mobile img{
    height: 28px;
    width: auto;
}
.search-button-header {
    color: #fff;
    float: left;
    font-size: 25px;
}
.phone-button-header{
    color: #fff;
    float: left;
    font-size: 23px;
    margin-right: 10px;
    padding-top: 2px;
}
h2.new-proposals {
    color: #000000;
    font-size: 29px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.new-offers-slider{
    background: none !important;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0;
}

.new-offers-slider .item{
    /*width: 20%;*/
    /*float: left;*/
    /*margin-left: 3%;*/
}

.new-offers-slider .owl-prev,.new-offers-slider .owl-next{
    color: #444 !important;
}

.modal-content {
    border-radius: 0;
}
.modal-header {
    background-color: #000;
}
.modal-title {
    color: #FFF;
}
.modal-backdrop.in {
    opacity: 0.7;
}
/* END FIVE COLUMNS */

.spinner {
    display: inline-block;
    opacity: 0;
    width: 30px;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}
.has-spinner.active {
    cursor:progress;
}
.has-spinner.active .spinner {
    opacity: 1;
    width: auto; /* This doesn't work, just fix for unknown width elements */
}
.responsive-menu {
    position: absolute;
    top: 79px;
    right:0;
    width: 300px;
    background-color: #000;
    display: none;
    z-index: 9000;
    padding-bottom: 20px;
}
.responsive-menu-top {
    display: none;
}
.responsive-menu-show{
    display: block;
    overflow-y:auto;
}
.responsive-menu-hide{
    display: none;
}
.not-active{
    pointer-events: none;
}
.multiselect-container input {
    display: block !important;
    height: auto;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 0;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
}
.multiselect-container label {
    margin: 0;
    cursor: pointer;
    font-weight: normal;
}
.multiselect-container li a {
    padding: 5px 30px;
    cursor: pointer
}
.multiselect-container.dropdown-menu li.active a,
.multiselect-container.dropdown-menu li.active a:focus,
.multiselect-container.dropdown-menu li.active a:hover {
    background-color: #212121 !important;
    background-image: linear-gradient(to bottom, #212121 0px, #333333 100%)
}
button.multiselect,
button.multiselect:hover,
button.multiselect:checked{
    background: #FFF !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 45px;
    padding: 10px;
    text-align: left;
}
button.multiselect .caret {
    display: none;
}
.multiselect-container.dropdown-menu {
    width: 100%;
    top: 42px;
}
.tooltip {
    z-index: 50000 !important;
}

/* BACK TO TOP BUTTON */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 65px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(203, 175, 125, 0.9) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .8;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
.footer-social {
    text-align: center;
}

.regions-popup {
    width: 900px;
}
/********** RESPONSIVE *******************/
.mobile-show {
    display: none;
}


.filter-holder-row {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#canvas {
    position: relative;
}
.map-legend {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.map-legend span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    top: 2px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 65px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 65px;
    }
    .g-recaptcha-outer{
	    text-align: center;
	    margin-bottom: 20px;
	}
	.g-recaptcha-inner{
	    height: 40px;
	    overflow: hidden;
	    margin: 0 auto;
	}
	.g-recaptcha{
	    position:relative;
	    left: -2px;
	    top: -15px;
	}
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}


@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}


@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1366px){

    .magazine .col-lg-1{
        width: 16.66666667%;
    }
    .magazine .col-lg-5{
        width: 33.33333333%;
    }
}

@media (max-width: 1366px){

    /* header */
    .header-top nav li {
        font-size: 14px;
    }
    .phones-details {
        font-size: 14px;
    }
    .header-selection .logo-holder {
        width: 300px;
        padding-top: 12px;
    }
    .icon-unique-estates-logo {
        font-size: 30px;
    }
    .icon-executive-properties-logo {
        font-size: 9px;
        left: -5px;
    }
    .icon-luxury-properties-logo {
        font-size: 9px;
        left: 5px;
    }
    .icon-luxury-and-executive {
        left: 2px;
        font-size: 9px;
    }
    .header-selection li {
        font-size: 20px;
        padding: 0 8px;
    }
    .header-bottom nav li {
        padding: 15px 8px;
    }
    .header-bottom nav li a{
        font-size: 14px;
    }
    /*.search-offer {*/
        /*height: 0;*/
    /*}*/
    /*.search-holder {*/
        /*position: absolute;*/
        /*right: 30px;*/
        /*top: 20px;*/
        /*width: calc(98% - 350px);*/
        /*background-color: #000;*/
        /*margin-left: 0;*/
    /*}*/
    /*.search-holder input {*/
        /*background-color: #FFF;*/
        /*width: calc(100% - 250px);*/
        /*display: none;*/
        /*color: #000;*/
    /*}*/
    /*.search-holder input::-webkit-input-placeholder {*/
        /*color: #000 !important;*/
        /*opacity: 1;*/
    /*}*/
    /*.search-holder input::-moz-placeholder {*/
        /*color: #000 !important;*/
        /*opacity: 1;*/
    /*}*/
    /*.search-holder input:-moz-placeholder {*/
        /*color: #000 !important;*/
        /*opacity: 1;*/
    /*}*/
    /*.search-holder input:-ms-input-placeholder {*/
        /*color: #000 !important;*/
        /*opacity: 1;*/
    /*}*/
    /*.detail-search-holder {*/
        /*float: left;*/
        /*width: 180px;*/
        /*margin-right: 20px;*/
        /*display: none;*/
    /*}*/
    /*.search-holder i.fa-search {*/
        /*top: 5px;*/
        /*right: 5px;*/
        /*font-size: 22px;*/
    /*}*/
    /* end header */

    .statistics .col-lg-1{
        width: 0;
    }
    .statistics .col-lg-10{
        width: auto;
    }
    .magazine .col-lg-2{
        width: 8.33333333%;
    }
    .magazine .col-lg-4{
        width: 41.66666667%;
    }
}
/*@media (max-width: 1220px){*/

    /*.search-offer {*/
        /*height: 0;*/
    /*}*/
    /*.search-holder {*/
        /*position: absolute;*/
        /*right: 30px;*/
        /*top: 20px;*/
        /*width: calc(98% - 350px);*/
        /*background-color: #000;*/
        /*margin-left: 0;*/
    /*}*/
    /*.search-holder input {*/
        /*background-color: #FFF;*/
        /*width: calc(100% - 250px);*/
        /*display: none;*/
        /*color: #000;*/
    /*}*/
    /*.search-holder input::-webkit-input-placeholder {*/
        /*color: #000 !important;*/
        /*opacity: 1;*/
    /*}*/
    /*.search-holder input::-moz-placeholder {*/
        /*color: #000 !important;*/
        /*opacity: 1;*/
    /*}*/
    /*.search-holder input:-moz-placeholder {*/
        /*color: #000 !important;*/
        /*opacity: 1;*/
    /*}*/
    /*.search-holder input:-ms-input-placeholder {*/
        /*color: #000 !important;*/
        /*opacity: 1;*/
    /*}*/
    /*.detail-search-holder {*/
        /*float: left;*/
        /*width: 180px;*/
        /*margin-right: 20px;*/
        /*display: none;*/
    /*}*/
    /*.search-holder i.fa-search {*/
        /*top: 5px;*/
        /*right: 5px;*/
        /*font-size: 22px;*/
    /*}*/
/*}*/

@media (max-width: 1200px){
    footer .contact-us {
        width: 100%;
        float: left;
        top: 0;
    }
    .quarter-description {
        height: auto;
        margin-top: 20px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {

    .row.similar-offers-holder .luxury:nth-child(3){
        display: none;

    }
}
@media (max-width: 992px) and (min-width: 768px) {

    .row.homepage-news-holder .blog-item-holder:nth-child(3){
        display: none;
    }
}


@media (max-width: 1024px){
    .search-holder {
        padding: 0;
    }
    .slider-overlay {
        height: 50px;
    }
    .slider-main-titles {
        height: 50px;
        line-height: 24px;
        font-size: 20px;
        padding: 0 38px;
        width: 100%;
    }
    .responsive-menu-main {
        margin-bottom: 0 !important;
    }
    .responsive-menu-main {
        width: 250px;
        display: block;
    }
    .responsive-menu-main li {
        width: 100%;
        display: block;
    }
    .responsive-menu-top {
        display: block;
        margin-top: 0 !important;
        width: 250px;
    }
    .responsive-menu-top li {
        width: 100%;
        display: block;
    }
    .phones-details {
        margin-right: 0;
    }
    .phones-details span.phones-holder {
        position: absolute;
        top: 65px;
        left: 350px;
        z-index: 1;
    }
    .header-selection nav {
        display: none;
    }
    .header-bottom {
        display: none;
    }
    .search-button {
        display: none;
    }
    .search-holder i.fa-bars {
        display: block;
    }
    .responsive-menu ul {
        margin-left: 20px;
    }
    .responsive-menu ul li {
        float: none;
    }
    .careers-image {
        width: 150px;
        height: 150px;
    }
    .consultant-item .consultant-image {
        width: 120px;
        height: 120px;
    }
    .magazine p{
        padding-right: 0;
    }
    .offer-title-holder h2 {
        font-size: 24px;
    }
    .contact-us-image-holder {
        height: 600px;
    }
    .contact-us-image-holder .contact-us-image {
        height: 300px;
    }
    .footer-first-column {
        width: auto;
    }
    .seo-tabs .tab-button a span {
        font-size: 12px;
    }
    .contact-us-button {
        margin: 20px auto 0 auto;
    }
    .footer-mail {
        margin: 20px auto;
    }
    .blog-item-holder h3,
    .blog-item-holder.active h3 {
        font-size: 16px;
    }
    ul.quarter-holder {
        height: 300px;
    }
    .regions-popup {
        width: 94%;
    }
    .quarters-map {
        display: none;
    }
}

@media (max-width: 992px) {
    .row.tablet-mobile-view {
        position: relative;
        min-height: 70px;
    }

    .row.tablet-mobile-view .col-md-4 {
        position: absolute;
        top: 30px;
        width: 100%;
    }

    .row.tablet-mobile-view .col-md-8 {
        position: absolute;
        top: -40px;
        width: 100%;
    }
    #gallery_thumbs{
        display: block !important;
    }

    .slider-holder {
        display: none;
    }
    .slider-menu {
        display: none;
    }
}

@media (max-width: 768px) {
    .offers-menu ul li:hover a {
        border-bottom: none !important;
        transition: none;
    }
    .header-selection li:hover a {
        border-bottom: none !important;
        transition: none;
    }
    .detail-search-row.open{
        display: none !important;
    }
    .blog-item-holder img{
        display: block;
        position:absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .blog-item-holder .blog-home-title{
        background-color: #000;
        opacity: 0.6;
    }

    .blog-item-holder h3 a{
        color: #ffffff;
    }
    .blog-item-holder .date{
        color: #ffffff;
    }
    .tablet-hidden{
        display: none;
    }
    .tablet-show{
        display: block;
    }
    .magazine{
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .magazine-info{
        padding-left: 15px;
    }
    .detail-search-link{
        display: none;
    }
    .magazine-home-text{
        text-align: center;
    }
    .magazine h2{
        margin-top: 0;
    }

    .width-60{
        width: 80%;
    }

    .quarter-description{
        margin-top: 0;
    }

    .filter-holder {
        margin: -10px 0 10px;
    }
    .zopim{
        display: none !important;
    }
    .search-holder input {
        display: none;
    }
    .search-offer {
        border: none;
    }
    .contact-us-address-holder {
        width: 100%;
    }
    .footer ul.contact-us-address {
        margin: 0 auto !important;
    }
    .header-top {
        display: none;
    }
    .header-selection .logo-holder {
        width: 230px;
        padding-top: 18px;
    }
    .icon-unique-estates-logo {
        font-size: 23px;
    }
    .icon-executive-properties-logo {
        font-size: 6,9px;
        left: -5px;
    }
    .icon-luxury-properties-logo {
        font-size: 7px;
        left: 5px;
    }
    .icon-luxury-and-executive {
        left: 2px;
        font-size: 6.9px;
    }
    .offer-title-holder{
        margin-bottom: 20px;
    }
    .offer-title-holder .location {
        margin-bottom: 10px;
        white-space: normal;
    }
    .location-type{
        margin-bottom: 10px;
    }
    .offer-title-holder h2 {
        font-size: 20px;
    }
    .offer-title-holder .offer-price {
        position: relative;
        font-size: 20px;
        float: left;
        margin-top: 16px;
    }
    .heart-holder {
        padding: 6px 10px;
    }
    .heart-holder i.fa-heart {
        font-size: 20px;
        top: 0;
    }
    .offer-call-holder a i.fa-phone {
        font-size: 28px;
        top: 0;
    }
    .offer-title-holder .offer-price{
        margin-right: 0;
    }
    .offer-title-holder .offer-go-back-link {
        bottom: -16px;
    }
    .form-ue div.col-md-6.col-sm-6.col-xs-6:nth-child(2n+1){
        padding-right: 5px;
    }
    .form-ue div.col-md-6.col-sm-6.col-xs-6:nth-child(2n){
        padding-left: 5px;
    }
    .form-ue input,
    .form-ue select{
        margin-bottom: 15px;
        height: 40px;
    }
    .form-ue input[type='checkbox']{
        height: 13px;
    }

    .form-ue .checkbox-label{
        margin-bottom: 15px;
    }
    .form-ue .checkbox-label::before{
        height: 20px;
        width: 20px;
    }
    .form-ue input[type="checkbox"]:checked + label::before{
        font-size: 18px;
        line-height: 18px;
    }
    .form-ue textarea {
        height: 45px !important;
    }
    .filter-holder.form-ue{
        margin-top: 15px;
    }
    .column-header {
        margin: 20px 0;
    }
    .content-title {
        margin: 20px 0;
    }
    .careers-image {
        width: 150px;
        height: 150px;
    }
    .magazine button{
        margin-top: 7vw;
    }
    .magazine .cover-holder{
        float: right;
        top: -15vw;
        margin-bottom: -16vw;
    }
    .article-title {
        font-size: 20px;
    }
    .contact-form .border-top {
        border: none;
    }
    .contact-form .border-right {
        border: none;
    }
    .contact-form .contact-box {
        border-bottom: 2px solid #000;
    }
    .contact-form .contact-box:first-child {
        border-top: 2px solid #000;
    }
    ul.clients-holder li {
        text-align: center;
    }
    #recommendations .owl-prev {
        left: -40px;
    }
    #recommendations .owl-next{
        right: -40px;
    }
    .seo-tabs .tab-button {
        height: 40px;
    }
    .seo-tabs .tab-button a {
        height: 40px;
    }
    .seo-tabs .tab-button:hover, .seo-tabs .tab-button.active {
        border-bottom: 3px solid #000;
    }
    .contact-us-address-holder {
        border-top: 1px solid #2C3137;
        border-bottom: 1px solid #2C3137;
        padding: 10px 0;
    }
    .footer ul.contact-us-address {
        width: 300px;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .article-title {
        left: 15%;
        width: 70%;
    }
    .article-title a {
        font-size: 12px;
    }
    .article-author {
        width: 100%;
        left: 0;
    }
    .owl-carousel {
        padding:0;
    }
    .owl-prev {
        left: 0;
    }
    .owl-next {
        right: 0;
    }
    .new-offers-slider.owl-carousel {
        padding-left: 15px;
        padding-right: 15px;
    }
    .new-offers-slider .owl-prev{
        left: -10px;
    }
    .new-offers-slider .owl-next{
        right: -10px;
    }
    .new-offers-slider .offer-holder {
        margin-bottom: 5px;
    }
    h1.new-offer-title {
        margin-bottom: 0;
        max-height: 53px;
        overflow: hidden;
    }


}


@media (max-width: 480px){

    body{
        padding-top: 80px;
    }

    .container-fluid.header-selection{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
    }

    footer .col-xs-3 {
        width: 100%;
    }

    footer ul {
        width: 100%;
        text-align: center;
    }
    .blog-item-holder h3,
    .blog-item-holder.active h3 {
        font-size: 14px;
    }
    .subscribe {
        margin-top: 25px;
    }
    .subscribe input{
        width: 260px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #indexSubscribeBtn{
        width: 260px;
    }
    .careers-image {
        width: 120px;
        height: 120px;
    }
    .consultant-item .consultant-image {
        width: 100px;
        height: 100px;
    }
    .footer .contact-us-button,
    .footer-mail {
        width: 100%;
    }
    .mobile-hidden {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .toggle-filter {
        color: #fff !important;
        display: block;
        font-size: 18px !important;
        margin-top: 7px;
    }
    .article-title {
        left: 10%;
        width: 80%;
    }
    .article-title a {
        font-size: 11px;
    }
    .slider-main-titles {
        font-size: 12px;
        height: 36px;
        line-height: 36px;
    }
    #gallery_thumbs .slider-main-titles {
        font-size: 12px;
        height: 36px;
        line-height: 15px;
        height: 56px;
        padding: 10px 25px;
    }
    .slider-overlay {
        height: 36px;
    }


    .wow.luxury{
        padding-right: 0;
        padding-left: 0;
    }
    h1.offer-title-inner {
        font-size: 20px;
    }
    .offer-item-content h3.advantages {
        margin-left: 0;
    }
    .offer-price-holder {
        position: inherit;
    }
    .offer-price {
        text-align: left;
    }
    .offer-title-holder .offer-price {
    	font-size: 18px;
    }
    .offer-price .heart-holder {
        float: right;
        font-size: 20px;
        padding-bottom: 2px;
    }
    .sqm_price{
        display: none;
    }
    .offer_sqm_price{
        display: block;
    }
    ul.offer-details li {
        font-size: 13px;
        padding: 1px 0;
    }
    .search-holder {
        width: auto;
    }
}


@media (max-width: 440px) {
    .blog-button-next {
        width: 100%;
    }
    .container-fluid.header-selection {
        padding: 0 10px;
    }
    .old-price{
    	bottom: 14px;
    	color: #bfbfbf;
    	font-size: 13px;
    	position: absolute;
    }
}


@media (max-width: 400px) {
    #showFilter {
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }
    .filter-label{
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .filter-holder {
        margin: -10px 0 0;
    }
    .mobile-header {
        margin-top: 8px;
    }
    .languages-mobile {
        bottom: 7px;
        position: absolute;
        right: 47px;
    }
    .phone-button-header {
        bottom: 2px;
        position: absolute;
        right: 10px;
    }
    .search-holder {
        margin-top: -5px;
    }
}


@media (max-width: 320px){
    .header-selection .logo-holder{
        width: 160px;
        padding-top: 25px;
    }
    .icon-unique-estates-logo{
        font-size: 22px !important;
    }
    .icon-luxury-and-executive{
        font-size: 6.6px !important;
    }
}

@media (max-width: 768px){
    .service{
        display: none;
    }

    .service_mobile{
        display: block;
    }
}

@media (min-width: 768px){
    .service_mobile{
        display: none;
    }

    .service{
        display: block;
    }
}


.video-js {padding-top: 56.25%}
.vjs-fullscreen {padding-top: 0px}

.checkbox-holder {
    background-color: #fff;
    height: 45px;
    padding-top: 13px;
    margin-bottom: 20px;
}

.checkbox-hidden {
    display: none;
}

.checkbox-holder .checkbox-label::before {
    top: 11px !important;
}

.checkbox-holder .checkbox-label {
    font-weight: 400;
    font-size: 13px;
}

.checkbox-holder.filled {
    padding-top: 9px;
}

.checkbox-holder.filled .checkbox-label::before{
    top: 10px !important;
}
.offer-mail-icon .fa.fa-envelope {
    color: #fff !important;
}
.offer-mail-icon {
    font-size: 20px;
    padding-top: 8px;
    right: 87px;
    border-left: 1px solid #3c3f44;
    bottom: 0;
    height: 45px;
    position: absolute;
    text-align: center;
    width: 45px;
}

/********** JQUERY COOCIE BAR *******************/

#cookie-bar {
    background: #666666;
    height:auto;
    line-height:24px;
    color:#eeeeee;
    text-align:center;
    padding:3px 0;
    z-index: 16000003;
}
#cookie-bar.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
}
#cookie-bar.fixed.bottom {
    bottom:0;
    top:auto;
}
#cookie-bar p {
    margin:0;
    padding:0;
}
#cookie-bar a {
    color:#ffffff;
    display:inline-block;
    text-decoration:none;
    padding:5px 10px;
    margin-left:8px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#cookie-bar .cb-enable {
    background: #D0B78A;
}
#cookie-bar .cb-enable:hover {
    background: #D0B78A;
}
#cookie-bar .cb-disable {
    background:#990000;
}
#cookie-bar .cb-disable:hover {
    background:#bb0000;
}
#cookie-bar .cb-policy {
    background: none;
    color: #FFF;
    padding: 0;
    margin-left: 5px;
    text-decoration: underline;
}
#cookie-bar .cb-policy:hover {
    background: none;
    color: #FFF;
}
.footer-logos{
    margin-bottom: 30px;
}
.world-offers-info{
    background: #000 none repeat scroll 0 0;
    border-top: 1px solid #2c3137;
    padding-top:  20px
}
.world-offers-info .title{
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-style: italic;
    margin-bottom: 20px;
}
.world-offers-info .description-holder{
    color: #fff;
}
.world-offers-info .info-logos{
    margin-top: 10px;
    margin-bottom: 30px;
}
.world-offers-info .more-info-btn{
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
.world-offers-info .more-info{
    border-bottom: 1px solid;
    margin-top: 20px;
    padding-bottom: 30px;
}
.world-offers-info .more-info a i{
    display: block;
    font-size: 50px;
    line-height: 30px;
}
.world-offers-info .info-video{
    margin-top: 20px;
}
.magazine_count{
    width: 100%;
}
.careers-image-holder-inner{
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    max-height: 420px;
}
.careers-image-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.careers-image-holder:before{
    content: "";
    display: block;
    padding-top: 40%;
}
.careers-image-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.careers-image-holder img {
    max-width: 100%;
    position:  absolute;
    float: left;

    top: 50%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -moz-transform:  translateY(-55%);
    transform: translateY(-55%);
}
.careers-first-section{
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.careers-reasons ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.careers-reasons ul li{
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
}
.careers-reasons ul li::before {
    content: "\002022  ";
    color: #CBAF7D;
    font-size: 30px;
    position: absolute;
    top: 0;
}
.careers-reasons ul li p{
    padding-left: 15px;
    padding-top: 12px;
}
.careers-reasons h3{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.careers-page h3{
    margin-bottom: 20px;
}
.careers-page .line{
    position: static;
    top: inherit;
    left: inherit;
    bottom: 0;
    margin-bottom: 20px;
    width: 50px;
    border-top: 3px solid #CBAF7D;
}
.careers-other-pages .panel-group .panel-default{
    border: 0;
    border-radius:0;
}
.careers-other-pages .panel-group .panel{
    margin-top: 0;
    box-shadow: none;
    border-bottom: 1px solid #CCC;
}
.careers-other-pages .panel-group .panel-heading{
    background-color: #fff;
    padding: 0;
}
.careers-other-pages .panel-group .panel-heading .panel-title .number{
    margin-right: 10px;
    font-size: 12px;
    opacity: 0.5;
}
.careers-other-pages .panel-group .panel-heading .panel-title i{
    font-size: 12px;
    opacity: 0.2;
}
.careers-other-pages .panel-group .panel-heading a{
    text-transform: uppercase;
    font-weight: bold;
}
.careers-other-pages .panel-group .panel-heading .panel-title{
    color: #000;
    padding: 20px 0;
}
/*.careers-other-pages .panel-group .panel-heading .number{
    width: 50px;
}*/
/*.careers-other-pages .panel-group .panel-heading .title{
    padding: 0;
}*/
/*.careers-other-pages .panel-group .panel-heading .title .arrow{
    padding: 0;
}*/
.careers-other-pages .panel-group .panel-heading a:visited,
.careers-other-pages .panel-group .panel-heading a:hover,
.careers-other-pages .panel-group .panel-heading a:active{
    text-decoration: none;
}
.careers-other-pages .panel-group .panel-collapse > .panel-body{
    border: 0;
    padding: 15px 0 30px 0;
}
.careers-advantages{
    background-color: #CBAF7D;
}
.careers-advantages p{
    color: #fff;
    text-align: center;
    font-size: 26px;
    margin: 40px 0;
}
.careers-advantage p{
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
}
.careers-advantage:nth-of-type(3){
    background-color: #fafafa;
}
.careers-advantage:nth-of-type(4){
    background-color: #f2f2f2;
}
.careers-advantage:nth-of-type(5){
    /*background-color: #f2f2f2;*/
    background-color: #e6e6e6;
}
.careers-advantage:nth-of-type(6){
    /*background-color: #e6e6e6;*/
    background-color: #d9d9d9;
}
.careers-advantage:nth-of-type(7){
    /*background-color: #d9d9d9;*/
    background-color: #d1d1d1;
}
.careers-advantage:nth-of-type(8){
    background-color: #ccc;
}
.our-team-video{
    height: 282px;
}
/*.rc-anchor-light {
	background: none;
	border: none;
}
.rc-anchor {
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none);
}

.rc-anchor-normal {
	height: 65px;
	width: 192px;
}
.rc-anchor-checkbox {
	margin: 0 10px 2px 0px;
}
.rc-anchor-normal .rc-anchor-content {
	height: 65px;
	width: 133px;
}
.rc-anchor-normal .rc-anchor-pt {
	margin: 4px 0 0;
	left: 0;
	width: 188px;
}*/
