﻿@charset "utf-8";
.burger,
.burger:before,
.burger:after {
    position: absolute;
    top: 28px;
    left: 18px;
    width: 25px;
    height: 3px;
    background: #d87b16;
    transition: background .3s, transform .3s, top .3s;
    -webkit-transition: background .3s, -webkit-transform .3s, top .3s;
    -moz-transition: background .3s, -moz-transform .3s, top .3s;
    -ms-transition: background .3s, -ms-transform .3s, top .3s;
}

.burger:before {
    top: -8px;
    left: 0;
    content: "";
}

.burger:after {
    top: 8px;
    left: 0;
    content: "";
}

.open .burger {
    background: transparent;
}

.open .burger:after,
.open .burger:before {
    background: #2c2f76;
}

.open .burger:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.open .burger:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.no-csstransforms3d .open .burger:before {
    transform: rotate(-45deg);
}

.no-csstransforms3d .open .burger:after {
    transform: rotate(45deg);
}

html {
    height: 100%;
}

body {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.page-wrapper {
    display: table-row;
    height: 100%;
    background: #f4f4f4;
}

.page-row {
    display: table-row;
    width: 100%;
    height: 1px;
}

.search-form-panel select {
    width: 100%;
}

.search-form-panel li {
    padding: 0 5px;
}

.search-form-panel ul {
    padding: 0 10px;
    list-style-type: none;
}

.search-form-container .secondary-drop {
    display: none;
}

.property-container {
    padding-bottom: 40px;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 100%;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

body:before {
    content: '';
    opacity: 0;
}

.site-row-full {
    display: table-row;
    height: 100%;
}

.site-row {
    display: table-row;
}

.full-overlay:before {
    content: '';
    position: absolute;
    z-index: 880;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
}

a,
a:link,
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: 0;
}

input,
textarea {
    outline: 0;
}

label {
    font-weight: normal;
    margin-bottom: 0;
}

.center-block-outer {
    overflow: hidden;
}

.center-block-middle {
    float: left;
    position: relative;
    left: 50%;
}

.center-block-inner {
    position: relative;
    left: -50%;
}

.bold {
    font-weight: bold;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.cms-content {
    font-family: 'Lato', sans-serif !important;
    line-height: 20px;
}

.search-bar {
    padding-top: 28px;
    padding-bottom: 33px;
    background: #d87b16;
}

.search-bar .filters a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: color 100ms ease-in-out;
    -moz-transition: color 100ms ease-in-out;
    -ms-transition: color 100ms ease-in-out;
    -o-transition: color 100ms ease-in-out;
    padding: 5px 12px;
}

.search-bar .filters a.active {
    background: #2c2f76;
    color: #fff;
}

.search-bar .filters a:hover {
    background: #2c2f76;
    color: #fff;
}

.search-bar .selectpicker+.bootstrap-select button,
.search-bar input {
    margin-bottom: 6px;
}

.search-bar .selectpicker+.bootstrap-select button {
    padding: 4px 10px 4px 10px;
    border: 1px solid #a9a9a9;
    background: #fff;
}

.search-bar .selectpicker+.bootstrap-select button .caret {
    right: 10px;
    margin-top: -3px;
    width: 12px;
    height: 7px;
    background: url(../img/layout/arrow_sml_down.png);
    border: none;
}

.search-bar .selectpicker+.bootstrap-select .dropdown-menu {
    top: 30px;
}

.search-bar ::-webkit-input-placeholder {
    color: #333;
}

.search-bar :-moz-placeholder {
    color: #333;
    opacity: 1;
}

.search-bar ::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.search-bar :-ms-input-placeholder {
    color: #333;
}

.search-bar input:not([type="submit"]) {
    width: 100%;
    height: 30px;
    padding: 4px 10px 4px 10px;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    line-height: 1.42857143;
}

.search-bar .search-btn {
    margin-top: 16px;
    padding: 7px 15px 7px 15px;
    border: none;
    border-radius: 4px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    background: #2c2f76;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    color: #fff;
}

.search-bar .search-btn:hover {
    background: #000;
    color: #d87b16;
}

.common-prop-detail-item {
    display: table;
    table-layout: fixed;
    margin-bottom: 22px;
    width: 100%;
}

.common-prop-detail-item:hover .img-container:before {
    opacity: .2;
}

.common-prop-detail-item .img-container {
    position: relative;
    display: table-cell;
    width: 170px;
}

.common-prop-detail-item .img-container .button {
    position: absolute;
    background-color: #d87b16;
    top: 12px;
    left: 0;
    padding: 0 10px;
    color: contrsat(#d87b16);
    height: 22px;
    line-height: 22px;
    z-index: 801;
    font-size: 14px;
    font-weight: 600;
}

.common-prop-detail-item .img-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -ms-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    background: #000;
}

.common-prop-detail-item .info {
    display: table-cell;
    vertical-align: top;
    padding: 12px 10px 10px 15px;
    height: 128px;
    background: #f4f4f4;
}

.common-prop-detail-item .featuredSalesArrow {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 117px;
    color: #d87b16;
}

@media(max-width:767px) {
    .common-prop-detail-item .featuredSalesArrow {
        right: 50%;
        margin-right: -140px;
        top: 319px;
    }
}

.common-prop-detail-item .title {
    overflow: hidden;
    height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #d87b16;
}

.common-prop-detail-item .location {
    margin-top: 4px;
    color: #a9a9a9;
    height: 32px;
    overflow: hidden;
}

.common-prop-detail-item .price {
    margin-top: 8px;
    color: #3c3c3c;
}

.common-prop-detail-item .state {
    display: inline-block;
    margin-top: 9px;
    padding: 2px 10px 2px 10px;
    font-weight: 600;
    font-size: 14px;
    background: #d87b16;
    color: #000;
}

.common-prop-detail-item .state.second-color {
    background: #2c2f76;
}

.common-side-info {
    margin-bottom: 70px;
}

.common-side-info h1,
.common-side-info h2 {
    padding-bottom: 18px;
    font-size: 24px;
    font-weight: 600;
    color: #d87b16;
}

.common-side-info h1>a,
.common-side-info h2>a {
    color: #d87b16;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
}

.common-side-info h1>a:hover,
.common-side-info h2>a:hover {
    color: #7b460d;
}

.common-side-info .short-desc-wrapper {
    padding: 30px;
    overflow: hidden;
    background-color: #d87b16;
}

.common-side-info .short-desc {
    max-height: 90px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.common-pagination {
    margin-top: 15px;
    margin-bottom: 24px;
    text-align: center;
}

.common-pagination .pagination {
    margin: 0;
}

.common-pagination .pagination .pg-btn {
    padding-left: 25px;
    padding-right: 25px;
}

.common-pagination .pagination>li {
    display: inline-block;
}

.common-pagination .pagination>li>a {
    display: block;
    margin-right: 13px;
    padding: 7px 14px;
    color: #3c3c3c;
}

.common-pagination .pagination>li>a:hover,
.common-pagination .pagination>li>a.current {
    color: #fff;
    background-color: #3c3c3c;
}

.common-detail-heading {
    font-size: 26px;
    line-height: 26px;
    color: #d87b16;
    font-family: 'Lato', sans-serif;
}

.common-detail-heading span {
    color: #2c2f76;
}

.common-related-links {
    font-family: 'Lato', sans-serif;
}

.common-related-links li {
    display: block;
    margin-bottom: 5px;
}

.common-related-links li a {
    display: block;
    padding: 14px 15px 15px 15px;
    font-size: 19px;
    line-height: 22px;
    background: #a9a9a9;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -ms-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
    color: #000;
}

.common-related-links li a:hover,
.common-related-links li a.active {
    background: #d87b16;
}

.common-related-links li.active a {
    background: #d87b16;
}

.shared-header {
    padding-bottom: 9px;
    background: #fff;
}

.main-logo {
    display: inline-block;
    margin-top: 12px;
    width: 263px;
}

.main-logo>img {
    margin-top: 15px;
}

.AMI {
    float: right;
    height: 20px;
    line-height: 20px;
    padding-top: 12px;
    margin-right: 20px;
}

@media(max-width:767px) {
    .AMI {
        margin-right: 0;
    }
}

@media(max-width:350px) {
    .AMI {
        font-size: 12px;
    }
}

@media(max-width:330px) {
    .AMI {
        font-size: 11px;
        margin-right: -5px;
    }
}

.social-fb {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/img/fb_22x22.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    margin-left: 10px;
}

.flags-container {
    float: right;
    margin-top: 12px;
    margin-bottom: 44px;
}

.flags-container a {
    color: #2c2f76;
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    padding: 3px;
}

.flags-container a:hover,
.flags-container a.active {
    background: #d87b16;
    color: #000;
}

.flags-container .social a {
    color: #2c2f76;
}

.flags-container .social a:hover,
.flags-container .social a.active {
    color: #d87b16;
    background: #fff;
}

.flag {
    margin-left: 2px;
    width: 22px;
    height: 16px;
    background-repeat: no-repeat;
}

.flag-pt {
    background-image: url(../img/layout/flag_pt.jpg);
}

.flag-en {
    background-image: url(../img/layout/flag_en.jpg);
}

.flag-de {
    background-image: url(../img/layout/flag_de.jpg);
}

.social-share {
    margin-left: 20px;
    font-size: 21px;
    color: #2c2f76;
}

.social-share:hover {
    color: #2c2f76;
}

.flags-mobile-container {
    float: none;
    margin-top: 0;
    margin-bottom: 33px;
}

.flags-mobile-container .flag {
    margin-left: 0;
    margin-right: 10px;
}

.menu-button {
    position: relative;
    display: none;
    z-index: 890;
    float: right;
    clear: right;
    width: 25px;
    height: 19px;
    cursor: pointer;
}

.menu-button .burger {
    position: relative;
    top: 8px;
    left: 0;
}

.main-menu {
    float: right;
    clear: right;
}

.main-menu>li {
    display: inline-block;
    margin-left: 5px;
}

.main-menu>li>a {
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    padding: 3px 8px;
    color: #2c2f76;
}

.main-menu>li>a:hover {
    background: #d87b16;
    color: #000 !important;
}

.main-menu>li .dropdown-menu {
    display: none;
    float: left;
    padding: 0;
    margin: 8px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.main-menu>li .dropdown-menu .inner-wrap {
    padding: 20px 0 0;
}

.main-menu>li .dropdown-menu li {
    margin-bottom: 3px;
}

.main-menu>li .dropdown-menu a {
    padding: 8px 15px;
    font-size: 18px;
    color: #2c2f76;
    -webkit-transition: color 100ms ease-in-out;
    -moz-transition: color 100ms ease-in-out;
    -ms-transition: color 100ms ease-in-out;
    -o-transition: color 100ms ease-in-out;
    display: block;
}

.main-menu>li .dropdown-menu a:hover {
    background: #d87b16;
    color: #000;
}

.main-menu>li.dropdown:hover .dropdown-menu {
    display: block;
}

.main-menu>li.active>a {
    background: #d87b16;
    color: #000 !important;
}

.main-menu.mobile {
    position: absolute;
    z-index: 900;
    top: 125px;
    right: 0;
    padding: 35px 41px 24px 41px;
    background: #fff;
}

.main-menu.mobile>li {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
}

.main-menu.mobile>li:hover {
    color: #000;
}

.main-menu.mobile>li:hover>a {
    color: #000 !important;
}

.main-menu.mobile>li>a {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #2c2f76;
}

.main-menu.mobile>li i {
    position: absolute;
    top: 9px;
    right: -20px;
    font-size: 10px;
}

.main-menu.mobile>li i.down {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.main-menu.mobile>li .dropdown-menu {
    position: relative;
    float: none;
    background: transparent;
}

.main-menu.mobile>li .dropdown-menu .inner-wrap {
    padding-top: 14px;
    padding-left: 10px;
    background: transparent;
}

.main-menu.mobile>li .dropdown-menu li {
    margin-bottom: 8px;
}

.main-menu.mobile>li .dropdown-menu a {
    font-size: 17px;
    color: #2c2f76;
}

.main-menu.mobile>li.active>a {
    color: #000 !important;
}

.shared-footer {
    padding-top: 20px;
    padding-bottom: 12px;
    background: #3c3c3c;
}

.shared-footer .contact-item {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    color: #fff;
}

.shared-footer .contact-item label {
    font-weight: 600;
    color: #fff;
}

.shared-footer .contact-item a {
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
}

.shared-footer .contact-item a:hover {
    opacity: .7;
}

.shared-footer .divider {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    height: 4px;
    width: 4px;
    background: #fff;
}

.shared-footer .brands-info {
    display: inline-block;
    vertical-align: baseline;
    float: right;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

.shared-footer .brands-info span {
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
}

.shared-footer a.company-link {
    display: inline-block;
    vertical-align: baseline;
    padding: 13px 50px 12px 0;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    background: url(../img/layout/proppy_logo.png) no-repeat right center;
    color: #fff;
}

.shared-footer a.company-link:hover {
    opacity: .8;
}

.featured-properties-section {
    padding-top: 37px;
    padding-bottom: 41px;
    background: #2c2f76;
}

.featured-properties-section .lSPager.lSpg {
    display: none;
}

.featured-properties-section .lSPager.lSpg>li {
    padding: 0 5px;
}

.featured-properties-section .lSPager.lSpg>li a {
    border-radius: 30px;
    height: 17px;
    width: 17px;
    background: #fff;
    opacity: .6;
}

.featured-properties-section .lSPager.lSpg>li:hover a {
    opacity: 1;
    background: #a9a9a9;
}

.featured-properties-section .lSPager.lSpg>li.active a {
    background: #a9a9a9;
    opacity: 1;
}

.property-item {
    display: block;
    margin: 0 auto;
    max-width: 270px;
    background: #fff;
}

.property-item:hover .img-container:before {
    opacity: .2;
}

.property-item .img-container {
    position: relative;
}

.property-item .img-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -ms-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    background: #000;
}

.property-item .state {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 16px 5px 16px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.property-item .for-sale {
    background: #d87b16;
}

.property-item .for-rent {
    background: #2c2f76;
}

.property-item .info {
    padding: 12px 10px 0 12px;
}

.property-item .title {
    font-size: 21px;
    font-weight: 600;
    color: #d87b16;
    line-height: 22px;
    height: 47px;
    overflow: hidden;
}

.property-item .location {
    margin-top: 7px;
    color: #a9a9a9;
}

.property-item .price {
    margin-top: 14px;
    font-size: 22px;
    color: #3c3c3c;
}

@media(min-width:992px) and (max-width:1199px) {
    .property-item .price {
        font-size: 21px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .property-item .price {
        font-size: 21px;
    }
}

@media(max-width:767px) {
    .property-item .price {
        font-size: 21px;
    }
}

.property-item .short-desc {
    margin-top: 15px;
    padding: 11px 0 12px 0;
    border-top: 1px solid #cfcfcf;
    font-size: 18px;
    font-weight: bold;
    color: #d87b16;
    height: 40px;
}

.property-item .short-desc>.short-desc-label {
    float: left;
    width: 90%;
}

.property-item .short-desc>.short-desc-icon {
    float: right;
    width: 10%;
    text-align: right;
    font-size: 22px;
}

.feat-content-section {
    margin-top: 67px;
}

.feat-props-panel-heading {
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 2px solid #a9a9a9;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #d87b16;
}

.feat-props-panel-heading span {
    font-size: 18px;
    font-weight: 600;
    color: #a9a9a9;
}

.related-info-section {
    position: relative;
    margin-top: 25px;
    padding-top: 26px;
    padding-bottom: 32px;
    background: #a9a9a9;
}

.related-info-section h3 {
    max-width: 224px;
    min-height: 84px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 26px;
    font-weight: bold;
    color: #d87b16;
    overflow: hidden;
}

.related-info-section p {
    margin-top: 42px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.related-info-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 117px;
    background: #a9a9a9;
}

a.more-about-link {
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    color: #d87b16;
}

a.more-about-link:hover {
    opacity: .6;
}

.prop-list-container {
    margin-top: 28px;
}

.prop-list-heading {
    margin-bottom: 26px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d87b16;
    font-size: 18px;
    font-weight: bold;
    color: #d87b16;
}

.property-detail-heading {
    margin-top: 24px;
    margin-bottom: 27px;
    font-size: 25px;
    color: #d87b16;
}

.property-slider-wrapper {
    position: relative;
}

.property-slider-wrapper .dtl_button {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #d87b16;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    z-index: 801;
}

.property-slider-wrapper>img.energy {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.overlay-btn {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 17px;
    height: 26px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
}

.overlay-btn.left-btn {
    left: 9px;
    background-image: url(../img/layout/slider_btn_left.png);
}

.overlay-btn.right-btn {
    right: 9px;
    background-image: url(../img/layout/slider_btn_right.png);
}

.thumbs-gallery-container {
    margin: 0 auto;
    max-width: 165px;
}

.slider-btn {
    padding-top: 4px;
    border: 1px solid #a9a9a9;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 100ms ease-in-out;
    -moz-transition: background 100ms ease-in-out;
    -ms-transition: background 100ms ease-in-out;
    -o-transition: background 100ms ease-in-out;
}

.slider-btn:hover {
    background: #3c3c3c;
}

.slider-btn:hover i {
    color: #fff;
}

.slider-btn i {
    font-size: 26px;
    line-height: 0;
    color: #a9a9a9;
    -webkit-transition: color 100ms ease-in-out;
    -moz-transition: color 100ms ease-in-out;
    -ms-transition: color 100ms ease-in-out;
    -o-transition: color 100ms ease-in-out;
}

.slider-btn.up-btn {
    margin-bottom: 10px;
}

.slider-btn.down-btn {
    margin-top: 10px;
}

#thumbs-slider>div img {
    cursor: pointer;
}

.property-form {
    font-family: 'Lato', sans-serif;
}

.property-form h3 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
}

.property-form input:not([type="submit"]) {
    margin-bottom: 10px;
    height: 30px;
}

.property-form input:not([type="submit"]),
.property-form textarea {
    padding-left: 8px;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 15px;
}

.property-form input.second-input {
    margin-right: 5px;
}

.property-form input.second-input,
.property-form input.third-input {
    width: 48.8%;
}

.property-form textarea {
    margin-bottom: 8px;
    padding-top: 8px;
    height: 150px;
    width: 100%;
    resize: none;
}

.property-form input[type="submit"] {
    text-transform: uppercase;
    padding: 12px 16px 12px 16px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    background: #d87b16;
    color: #000;
}

.property-form input[type="submit"]:hover {
    opacity: .8;
}

.property-form .hidden-element {
    display: none;
}

.horizontal-rule {
    margin-top: 44px;
    height: 2px;
    width: 100%;
    background: #a9a9a9;
}

.property-price {
    display: inline-block;
    margin-bottom: 36px;
    padding: 9px 16px 11px 16px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    background: #d87b16;
    color: #000;
}

.property-detail-content {
    color: #3c3c3c;
}

.description-box {
    padding: 15px 30px 20px 30px;
    background: #2c2f76;
    font-family: 'Lato', sans-serif;
}

.description-box h3 {
    font-size: 24px;
    line-height: 24px;
    color: #d87b16;
}

.description-box h6 {
    margin-top: 12px;
    font-size: 17px;
    color: #d87b16;
}

@media(min-width:768px) and (max-width:991px) {
    .description-box {
        margin-top: 45px !important;
    }
}

@media(max-width:767px) {
    .description-box {
        width: 100%;
    }
}

.description-list {
    margin-top: 26px;
}

.description-list li {
    margin-bottom: 6px;
    color: #d87b16;
}

.property-map-heading {
    margin-top: 67px;
    margin-bottom: 22px;
    font-size: 26px;
    color: #d87b16;
    font-family: 'Lato', sans-serif;
}

#property-location-map {
    margin-bottom: 58px;
    height: 329px;
    width: 100%;
}

.info-list-container {
    margin-bottom: 58px;
}

.info-list-related-links {
    margin-top: 66px;
}

.info-list-heading {
    margin-top: 22px;
    margin-bottom: 28px;
}

.info-detail-item {
    position: relative;
    display: block;
    height: 180px;
    margin-bottom: 14px;
}

.info-detail-item:hover .img-container:before {
    opacity: .5;
}

.info-detail-item .img-container {
    position: relative;
}

.info-detail-item .img-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -ms-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    background: #d87b16;
}

.info-detail-item .title {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 18px 15px 19px 15px;
    text-align: center;
    font-size: 22px;
    background: rgba(216, 123, 22, .9);
    color: #000;
}

.info-detail-item.no-img {
    background: #d87b16;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -ms-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
}

.info-detail-item.no-img:hover {
    background: #64390a;
}

.info-detail-item.no-img .title {
    position: static;
    padding-top: 45px;
    background: transparent;
}

.info-detail-item.no-img .short-desc {
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    color: #000;
}

@media(max-width:430px) {
    .info-detail-item.no-img .short-desc {
        height: 110px !important;
        line-height: 18px !important;
    }
}

.info-detail-heading {
    margin-top: 22px;
    margin-bottom: 28px;
}

.info-back-to-list {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #d87b16;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    font-family: 'Lato', sans-serif;
}

.info-back-to-list:hover {
    color: #7b460d;
}

.info-back-to-list i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 24px;
}

.common-related-links.info-related-links {
    float: left;
    clear: both;
    margin-top: 30px;
    width: 100%;
}

.info-short-desc {
    margin-top: 28px;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: bold;
    color: #d87b16;
    font-family: 'Lato', sans-serif;
}

.cms-content.info-detail-content {
    color: #3c3c3c;
    padding-bottom: 45px;
}

.info-gallery-heading {
    margin-top: 41px;
    margin-bottom: 41px;
    font-size: 25px;
    color: #d87b16;
    font-family: 'Lato', sans-serif;
}

.info-gallery-container {
    margin-bottom: 37px;
    float: left;
    width: 100%;
}

.info-gallery-container .lSPager.lSpg>li {
    padding: 0 5px;
}

.info-gallery-container .lSPager.lSpg>li a {
    border-radius: 30px;
    height: 17px;
    width: 17px;
    background: #d87b16;
    opacity: .4;
}

.info-gallery-container .lSPager.lSpg>li:hover a {
    opacity: 1;
    background: #d87b16;
}

.info-gallery-container .lSPager.lSpg>li.active a {
    background: #d87b16;
    opacity: 1;
}

.info-gallery-item {
    margin-bottom: 20px;
    float: left;
    width: 31.6%;
}

@media(max-width:767px) {
    .info-gallery-item img {
        width: 100%;
        height: auto;
    }
}

.info-gallery-item:not(:nth-child(3n)) {
    margin-right: 20px;
}

#contacts-map {
    width: 100%;
    height: 329px;
}

.contacts-container {
    margin-top: 35px;
    margin-bottom: 48px;
    font-family: 'Lato', sans-serif;
}

.contacts-heading {
    font-weight: 600;
    font-size: 22px;
    color: #d87b16;
}

.contact-items-heading {
    margin-bottom: 20px;
}

.contact-item {
    margin-bottom: 5px;
    color: #7b460d;
}

.contact-item a {
    color: #d87b16;
}

#contacts-form,
.property-contacts-form {
    margin-top: 22px;
}

#contacts-form input:first-of-type,
.property-contacts-form input:first-of-type {
    margin-right: 30px;
}

#contacts-form input:not([type="submit"]),
.property-contacts-form input:not([type="submit"]) {
    margin-bottom: 10px;
    height: 30px;
    width: 47.85%;
}

#contacts-form input:not([type="submit"]),
.property-contacts-form input:not([type="submit"]),
#contacts-form textarea,
.property-contacts-form textarea {
    padding-left: 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 15px;
}

#contacts-form textarea,
.property-contacts-form textarea {
    margin-bottom: 8px;
    padding-top: 8px;
    height: 150px;
    width: 100%;
    resize: none;
}

#contacts-form input[type="submit"],
.property-contacts-form input[type="submit"] {
    text-transform: uppercase;
    padding: 12px 16px 12px 16px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    background: #d87b16;
    color: #000;
}

#contacts-form input[type="submit"]:hover,
.property-contacts-form input[type="submit"]:hover {
    opacity: .8;
    background: #2c2f76;
    color: #fff;
}

@media(max-width:767px) {
    .no-padding {
        padding-right: 15px;
        padding-left: 15px;
    }
    .common-side-info {
        margin: 30px auto 0 auto;
        max-width: 289px;
    }
    .common-prop-detail-item {
        margin: 0 auto 15px auto;
        max-width: 290px;
        height: auto;
    }
    .common-prop-detail-item .img-container {
        display: block;
        width: auto;
    }
    .common-prop-detail-item .img-container img {
        width: 100%;
        height: auto;
    }
    .common-prop-detail-item .info {
        display: block;
        padding-top: 14px;
        height: auto;
    }
    .common-prop-detail-item .info .state {
        margin-top: 9px;
    }
    .common-pagination {
        margin: 0 auto 0 auto;
        max-width: 290px;
    }
    .common-pagination .pagination .pg-btn {
        padding: 7px 14px;
    }
    .common-pagination .pagination>li>a {
        margin-top: 10px;
    }
    .common-related-links li a {
        padding: 11px 15px 12px 15px;
        font-size: 18px;
    }
    .search-bar {
        padding-bottom: 21px;
    }
    .shared-header {
        padding-bottom: 12px;
    }
    .main-logo {
        margin-top: 16px;
        width: 215px;
        height: 81px;
    }
    .menu-button {
        display: block;
        margin-top: 57px;
    }
    .main-menu.mobile {
        display: none;
        top: 111px;
    }
    .main-menu.mobile>li.dropdown:hover .dropdown-menu {
        display: none;
    }
    .main-menu.mobile>li.dropdown .dropdown-menu.open {
        display: block;
    }
    .shared-footer .contact-item {
        display: block;
    }
    .shared-footer .brands-info {
        margin-top: 30px;
        float: left;
    }
    .featured-properties-section {
        padding-top: 16px;
        padding-bottom: 18px;
    }
    .featured-properties-section .lSPager.lSpg {
        display: block;
    }
    #feat-props-slider {
        margin-bottom: 8px;
    }
    .property-item {
        max-width: 290px;
    }
    .feat-content-section {
        margin-top: 42px;
    }
    .feat-props-panel-heading {
        margin: 0 auto 18px auto;
        max-width: 290px;
        font-size: 20px;
    }
    .feat-props-panel-heading span {
        font-size: 18px;
    }
    .related-info-section {
        margin-top: 34px;
        padding-top: 40px;
    }
    .related-info-section:before {
        display: none;
    }
    .related-info-section h3 {
        color: #a9a9a9;
    }
    .related-info-section p {
        max-width: 290px;
        margin-top: 25px;
    }
    .related-info-item {
        margin: 0 auto;
        max-width: 290px;
    }
    a.more-about-link {
        margin-top: 22px;
        margin-bottom: 60px;
    }
    .prop-list-container {
        margin-bottom: 45px;
    }
    .property-detail-heading {
        margin: 18px auto 10px auto;
        max-width: 470px;
        font-size: 20px;
        line-height: 24px;
    }
    .property-slider-wrapper {
        margin: 0 auto;
        max-width: 470px;
    }
    .property-form {
        margin: 30px auto 0 auto;
        max-width: 470px;
    }
    .property-form input.second-input,
    .property-form input.third-input {
        margin-right: 0;
        width: 100%;
    }
    .description-box {
        display: inline-block;
        margin-top: 30px;
        padding: 15px 50px 20px 50px;
    }
    .property-map-heading {
        margin-top: 35px;
    }
    #property-location-map {
        margin-bottom: 20px;
    }
    .info-list-container {
        margin-bottom: 30px;
    }
    .info-list-related-links {
        margin-top: 12px;
    }
    .info-list-related-links li a {
        text-align: center;
        font-size: 19px;
    }
    .info-list-heading {
        margin: 24px auto 16px auto;
        max-width: 400px;
        font-size: 24px;
    }
    .info-list-heading span {
        display: block;
    }
    .info-detail-item {
        margin: 0 auto 10px auto;
        height: auto;
        max-width: 400px;
    }
    .info-detail-item .title {
        position: relative;
        padding: 12px 15px 14px 15px;
        font-size: 18px;
    }
    .info-detail-item.no-img {
        height: 237px;
    }
    .info-detail-item.no-img .title {
        padding-top: 36px;
    }
    .info-detail-item.no-img .short-desc {
        height: auto;
    }
    .common-related-links.info-related-links {
        margin-bottom: 35px;
        text-align: center;
    }
    .info-detail-heading {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 24px;
    }
    .info-gallery-heading {
        margin: 48px auto 20px auto;
        max-width: 290px;
    }
    #gallery-slider {
        margin-bottom: 6px;
    }
    .info-gallery-container {
        text-align: center;
    }
    .info-gallery-item a {
        display: inline-block;
    }
    .contacts-container {
        margin-bottom: 26px;
    }
    .contacts-form-heading {
        margin-top: 36px;
    }
    #contacts-form input:first-of-type {
        margin-right: 0;
    }
    #contacts-form input:not([type="submit"]) {
        width: 100%;
    }
    #contacts-form input[type="submit"] {
        width: 100%;
    }
}

@media(max-width:767px) and (max-width:767px) {
    .info-detail-item {
        margin-bottom: 30px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .no-padding {
        padding-right: 15px;
        padding-left: 15px;
    }
    .common-side-info {
        margin-top: 20px;
    }
    .common-side-info .img-col {
        padding-right: 0;
    }
    .common-side-info .short-desc-wrapper {
        padding-left: 10px;
        padding-right: 20px;
        height: 290px;
    }
    .common-side-info .short-desc {
        margin-top: 0;
        max-height: 235px;
    }
    .common-related-links li a {
        font-size: 18px;
    }
    .menu-button {
        display: block;
    }
    .main-menu {
        display: none;
    }
    .main-menu>li.dropdown:hover .dropdown-menu {
        display: none;
    }
    .main-menu>li.dropdown .dropdown-menu.open {
        display: block;
    }
    .shared-footer .brands-info {
        margin-top: 10px;
        float: left;
    }
    .featured-properties-section {
        padding-top: 26px;
        padding-bottom: 28px;
    }
    .feat-content-section {
        margin-top: 36px;
    }
    .related-info-section {
        margin-top: 37px;
    }
    .related-info-section h3 {
        font-size: 21px;
    }
    .prop-list-container {
        margin-bottom: 37px;
    }
    .property-detail-heading {
        margin-top: 13px;
        margin-bottom: 11px;
        font-size: 20px;
        line-height: 20px;
        max-width: 470px;
    }
    .property-form h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .property-form input.second-input,
    .property-form input.third-input {
        margin-right: 0;
        width: 100%;
    }
    .property-form textarea {
        height: 118px;
    }
    .description-box {
        padding: 15px 20px 24px 15px;
    }
    #property-location-map {
        height: 207px;
        margin-bottom: 28px;
    }
    .info-list-container {
        margin-bottom: 81px;
    }
    .info-detail-item {
        height: 138px;
    }
    .info-detail-item .title {
        position: relative;
        padding: 6px 15px 9px 15px;
        font-size: 18px;
    }
    .info-detail-item.no-img .title {
        padding-top: 25px;
    }
    .info-detail-item.no-img .short-desc {
        height: 66px;
        line-height: 1.2em;
        font-size: 14px;
        padding: 0 15px;
    }
    .info-gallery-heading {
        margin-top: 56px;
    }
    .info-gallery-container {
        margin-bottom: 35px;
    }
    .info-gallery-item {
        margin-bottom: 12px;
        width: 31.63%;
    }
    .info-gallery-item:not(:nth-child(3n)) {
        margin-right: 12px;
    }
    #contacts-form input:not([type="submit"]) {
        width: 46.45%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .common-prop-detail-item .info {
        background-position: right 10px bottom 12px;
    }
    .common-prop-detail-item .state {
        margin-top: 10px;
    }
    .common-prop-detail-item .location {
        height: 32px;
    }
    .common-prop-detail-item .price {
        margin-top: 6px;
    }
    .main-menu>li {
        margin-left: 9px;
    }
    .main-menu>li>a {
        font-size: 16px;
    }
    .thumbs-gallery-container {
        max-width: 115px;
    }
    .slider-btn.up-btn {
        margin-bottom: 13px;
    }
    .property-form input.second-input,
    .property-form input.third-input {
        margin-right: 0;
        width: 100%;
    }
    .property-form textarea {
        height: 126px;
    }
    .info-detail-item {
        height: 148px;
    }
    .info-detail-item.no-img .title {
        padding-top: 32px;
    }
    .info-gallery-item {
        width: 31.23%;
    }
    #contacts-form input:not([type="submit"]) {
        width: 47.4%;
    }
}

section.search-bar .btn-group.bootstrap-select {
    width: 100% !important;
}

.rates.mb0 {
    margin-bottom: 0 !important;
}

.rates.mb0 .row.ratesTitle {
    padding: 0 13px;
    background-color: #2c2f76;
    color: #fff;
    height: 40px;
}

.rates {
    margin-bottom: 45px;
    color: #a9a9a9;
    background-color: #9a9a9a;
    line-height: 1.9em;
    padding: 0 15px;
}

.rates h4 {
    margin: 0;
    width: 100%;
    line-height: 40px;
}

.rates .price {
    padding-right: 10px;
}

.rates .row.darker,
.rates .row.lighter {
    padding-top: 4px;
    padding-bottom: 4px;
}

.rates .row.darker {
    background-color: #a1a1a1;
    color: #fff;
}

.rates .row.darker h4.price {
    color: #fff;
}

.rates .row.lighter {
    background-color: #cfcfcf;
    color: #505050;
}

.rates .row.lighter h4.price {
    color: #505050;
}

.calendarinfo {
    padding-left: 0;
    display: block !important;
    height: 22px;
    margin-bottom: 20px;
    margin-top: 8px;
}

.calendarinfo li {
    float: left;
    list-style: none;
    line-height: 22px;
    height: 22px;
}

.calendarinfo .redbox {
    background-color: #dc3900;
    width: 20px;
    margin-right: 6px;
}

.calendarinfo .changebox {
    text-align: center;
    color: #2c2f76;
    width: 20px;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: bold;
    border: 1px #2c2f76 solid;
}

.Availability {
    padding-top: 60px;
}

.MonthObject {
    margin-bottom: 25px;
    height: 180px;
}

.Month_name {
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 12px;
    background-color: #2c2f76;
    color: #fff;
    font-weight: bold;
}

.Month_weekdays {
    line-height: 16px;
    padding-top: 6px;
    margin: 1px 0 0 0;
    background-image: url(images/pixel_weekdays.png);
    background-position: left top;
    background-repeat: repeat-x;
}

.Month_weekdays span {
    display: block;
    float: left;
    width: 14.28%;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #585858;
    font-weight: bold;
    font-size: 13px;
}

.days {
    height: 138px;
}

.days div {
    float: left;
    width: 14.28%;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #585858;
    font-size: 13px;
}

.day_busy {
    color: #fff !important;
    background-color: #dc3900;
}

.day_old {
    background-color: #a9a9a9;
}

.day_changeover {
    font-weight: bold;
    color: #2c2f76 !important;
}

.downloads {
    width: 100%;
}

.downloads>h4 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 67px;
    margin-bottom: 22px;
    font-size: 26px;
    color: #d87b16;
    font-family: "Lato", sans-serif;
}

.downloads>ul {
    margin: 0;
}

.downloads>ul>li {
    height: 22px;
    line-height: 22px;
}

.downloads>ul>li>a {
    height: 22px;
    line-height: 22px;
    color: #2c2f76;
}

.downloads>ul>li>a:hover {
    color: #d87b16;
}

.downloads.pull-left {
    padding-bottom: 45px;
}

.downloads.pull-left>h4 {
    margin-top: 20px !important;
}

.print {
    width: 100%;
    height: 45px;
    margin-top: 45px;
}

.print>a {
    background-color: #d87b16;
    color: #fff;
    font-size: 26px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.print>a:hover {
    background-color: #2c2f76;
}

.print>a>i {
    color: #fff;
    font-size: 26px;
    margin-right: 15px;
}

.print .printLink {
    display: none;
}

.contactsCaptcha {
    width: 100%;
}

.contactsCaptcha .g-recaptcha>div>div>iframe {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    margin-left: -30px;
}

.pagination>li>a {
    border: 1px solid #d87b16 !important;
    color: #d87b16 !important;
    cursor: pointer;
}

.pagination>li:not(.active)>a:hover {
    background-color: #d3d3d3 !important;
}

.pagination>.active>a {
    color: #fff !important;
    background-color: #d87b16 !important;
    border-color: #d87b16 !important;
    cursor: default;
}

.dtlCaptchaPropInfo {
    width: 100%;
    margin: 8px 0 15px;
}

@media(min-width:768px) and (max-width:991px) {
    .dtlCaptchaPropInfo .g-recaptcha>div>div>iframe {
        transform: scale(.75);
        -webkit-transform: scale(.72);
        -moz-transform: scale(.72);
        -ms-transform: scale(.72);
        -o-transform: scale(.72);
        margin-left: -41px;
    }
}

@media(max-width:767px) {
    .dtlCaptchaPropInfo .g-recaptcha>div>div>iframe {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        margin-left: -15px;
    }
}

.featuredPropertiesContainer {
    padding-top: 10px;
    background: #f4f4f4;
}

.bootstrap-select.btn,
.bootstrap-select.btn:focus {
    outline: none !important;
}