@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,300,600,600italic,700,700italic,800,800italic');
/*----bootstrap css ----- */
@import url('../bootstrap/bootstrap.css');
/*----font awesome -------*/
@import url('../../fonts/font-awesome/css/font-awesome.min.css');
/*-----flaticon ----------*/
@import url('../../fonts/icon/font/flaticon.css');
/*----jquery ui css-------*/
@import url('../../vendor/jquery-ui/jquery-ui.css');
/*----fancybox css--------*/
@import url('../../vendor/fancy-box/jquery.fancybox.css');
/*----owl-carousel css----*/
@import url('../../vendor/owl-carousel/owl.carousel.css');
@import url('../../vendor/owl-carousel/owl.theme.css');

/*____________________ SCROLL TO TOP __________________ */

.scroll-top {
    width: 50px;
    height: 50px;
    background: #154890;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    position: fixed;
    z-index: 9999;
    bottom: 40px;
    right: 40px;
    padding-bottom: 6px;
    display: none;
}

.scroll-top:hover {
    background: #889388;
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

.hvr-icon-bob {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-bob:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 9px;
    text-align: center;
    font-family: 'font-awesome';
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/*______________________ GLOBAL STYLE & PREFEX ___________________*/

@font-face {
    font-family: 'font-awesome';
    src: url('../../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
    src: url('../../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */ url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff2'), /* Super Modern Browsers */ url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #a0a0a0;
    overflow-x: hidden !important;
}

h1, h3, h4, h5, h6 {
    font-weight: 700;
    color: #252525;
}

h1 {
    font-size: 44px;
}

h2 {
    font-weight: 800;
    color: #252525;
    font-size: 30px;
}

h2 span {
    font-weight: bold;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

p {
    line-height: 24px;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
}

.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clear_fix {
    clear: both;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.border_round {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.main-title {
    text-align: center;
}

.main-title p {
    font-size: 16px;
    margin-bottom: 7px;
}

.main-title h2 {
    line-height: 34px;
    position: relative;
    padding-bottom: 14px;
    text-transform: uppercase;
}

.main-title h2:before {
    content: '';
    width: 80px;
    height: 2px;
    background:#226526;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 40px);
}

.main-title2 h2 {
    line-height: 34px;
    position: relative;
    padding-bottom: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.main-title2 h2:before {
    content: '';
    width: 80px;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.inner_title {
    position: relative;
    margin-top: 25px;
}

.inner_title h4 {
    border-bottom: 1px solid #e5e3e3;
    position: relative;
    padding: 0 0 13px 0;
    text-transform: uppercase;
    color: #252525;
}

.inner_title h4:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #889388;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.inner_title h5 {
    border-bottom: 1px solid #e5e3e3;
    position: relative;
    padding: 0 0 17px 0;
    text-transform: uppercase;
}

.inner_title h5 a {
    display: block;
    color: #252525;
}

.inner_title h5:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #889388;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.inner_title h2 {
    border-bottom: 1px solid #e5e3e3;
    position: relative;
    padding: 0 0 15px 0;
    text-transform: uppercase;
}

.inner_title h2:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #889388;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.img_holder {
    position: relative;
}

.form-validation label.error {
    display: none !important;
}

.form-validation input.error,
.form-validation textarea.error {
    border: 1px solid #889388;
}

/*__________________________ TOP HEADER __________________*/
.top_header {
    background: #226526;
    padding: 2px 0;
}

.top_header p,
.top_header a {
    color: #fff;
}

.top_header .top_header_right > a {
    margin-right: 28px;
}

.top_header p {
    line-height: 32px;
}

.top_header p i {
    margin-right: 5px;
}

.top_header .top_header_right {
    text-align: right;
}

.top_header .top_header_right .icon_header {
    display: inline-block;
}

.top_header .top_header_right .icon_header li {
    display: inline-block;
    width: 32px;
    height: 32px;
    /* background: linear-gradient(to right, #43bade 0%,#43bade 50%,#3fb3d7 50%,#3fb3d7 50%,#3fb3d7 100%); */
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    margin-right: 5px;
}

.top_header .top_header_right .icon_header li:last-child {
    margin-right: 0;
}

.top_header .top_header_right .icon_header li a {
    display: block;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

.top_header .top_header_right .icon_header li:hover,
.top_header .top_header_right .icon_header li:focus {
    background: #889388;
}

/*____________________ BOTTOM HEADER ___________________*/
.bottom_header {
    padding: 32px 0 100px 0;
    background: #f7f7f7;
}

.bottom_header .contact_info .border_fix {
    padding-right: 26px;
}

.bottom_header .contact_info .info {
    position: relative;
    padding-left: 88px;
    margin-top: 9px;
}

.bottom_header .contact_info .space_fix1 {
    padding-right: 32px;
}

.bottom_header .contact_info .space_fix2 {
    padding-right: 32px;
    padding-left: 76px;
}

.bottom_header .contact_info .info p {
    margin-top: 5px;
}

.bottom_header .contact_info .border_fix:after {
    content: '';
    width: 1px;
    height: 100%;
    background: -webkit-linear-gradient(bottom, #f7f7f7 0%, #f2f2f2 10%, #ededed 20%, #e9e9e9 30%, #e1e1e1 70%, #e9e9e9 70%, #ededed 80%, #f2f2f2 90%, #f7f7f7 100%);
    background: -moz-linear-gradient(bottom, #f7f7f7 0%, #f2f2f2 10%, #ededed 20%, #e9e9e9 30%, #e1e1e1 70%, #e9e9e9 70%, #ededed 80%, #f2f2f2 90%, #f7f7f7 100%);
    background: linear-gradient(to top, #f7f7f7 0%, #f2f2f2 10%, #ededed 20%, #e9e9e9 30%, #e1e1e1 70%, #e9e9e9 70%, #ededed 80%, #f2f2f2 90%, #f7f7f7 100%);
    position: absolute;
    top: 0;
    right: 0;
}

.bottom_header .contact_info .info span {
    position: absolute;
    top: 0;
    left: 33px;
}

.bottom_header .contact_info .info span.flaticon-house-1 {
    top: -5px;
    left: 40px;
}

.bottom_header .contact_info .info span.flaticon-message3 {
    top: -8px;
    left: 33px;
}

.bottom_header .contact_info .info span:before {
    font-size: 30px;
    color: #889388;
}

.bottom_header .contact_info .info span.flaticon-message3:before {
    font-size: 40px;
}

.bottom_header .contact_info .info span.flaticon-house-1:before {
    font-size: 37px;
}

/*______________________ MAIN MENU ______________________*/
.main_menu {
    margin-top: -70px;
}

.main_menu .navbar-default {
    border: none;
    border-radius: 0;
    background: #154890;
    margin-bottom: 0;
}

.main_menu .navbar-collapse {
    float: left;
}

.main_menu .amenities {
    float: right;
    line-height: 69px;
    width: 176px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #889388;
    position: relative;
    z-index: 1;
    padding-right: 30px;
}

.main_menu .amenities:before {
    content: '';
    width: 72px;
    height: 100%;
    background: #889388;
    position: absolute;
    top: 0;
    left: -42px;
    border-left: 2px solid #fff;
    transform: skew(40deg);
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -ms-transform: skew(40deg);
    -o-transform: skew(40deg);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main_menu .amenities i {
    font-size: 16px;
    margin-left: 10px;
}

.main_menu .amenities:hover,
.main_menu .amenities:hover:before {
    background: #226526;
}

.main_menu .navbar-default .navbar-nav li.dropdown_holder {
    position: relative;
}

.main_menu .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 16px 0 26px;
    line-height: 69px;
}

.main_menu .navbar-default .navbar-nav > li:hover > a,
.main_menu .navbar-default .navbar-nav > li:focus > a {
    color: #889388;
}

.main_menu li.dropdown_holder .sub-menu,
.main_menu li.dropdown_holder .sub-menu .sub-sub-menu {
    position: absolute;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main_menu li.dropdown_holder .sub-menu {
    width: 237px;
    left: -45px;
    top: 100%;
}

.main_menu li.dropdown_holder .sub-menu .sub-sub-menu {
    top: 0;
    left: calc(100% + 30px);
    width: 261px;
}

.main_menu li.dropdown_holder .sub-menu li a {
    color: #a0a0a0;
    line-height: 53px;
    padding-left: 41px;
    border-bottom: 1px solid #f3f3f3;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main_menu li.dropdown_holder .sub-menu li:last-child > a {
    border: none;
}

.main_menu li.dropdown_holder .sub-menu li > a:hover {
    color: #889388;
    letter-spacing: 0.4px;
}

.main_menu li.dropdown_holder .sub-menu li a .fa-angle-right {
    float: right;
    line-height: 53px;
    padding-right: 30px;
}

.main_menu li.dropdown_holder:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    left: -15px;
}

.main_menu .sub-menu .dropdown_holder:hover .sub-sub-menu {
    opacity: 1;
    visibility: visible;
    left: calc(100% + 1px);
}

.main_menu .video_gallery_menu {
    position: absolute;
    left: -15px;
    top: 100%;
    background: #fff;
    padding: 10px;
    z-index: 999999;
    width: 290px;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main_menu .dropdown_holder:hover .video_gallery_menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.main_menu .video_gallery_menu .single-item {
    position: relative;
    width: 25%;
    float: left;
    overflow: hidden;
}

.main_menu .video_gallery_menu .single-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77, 194, 230, 0.9);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.main_menu .video_gallery_menu .single-item:hover .overlay {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.main_menu .video_gallery_menu .single-item .overlay a {
    display: block;
    height: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.main_menu .video_gallery_menu .single-item .overlay a span {
    display: table;
    width: 100%;
    height: 100%;
}

.main_menu .video_gallery_menu .single-item .overlay a span i {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.main_menu .video_gallery_menu h5 {
    text-transform: uppercase;
    margin: 17px 0 8px 0;
}

.main_menu li.dropdown_holder .fa-bars {
    display: none;
}

#mCSB_1_scrollbar_vertical {
    display: none !important;
}

.mCustomScrollBox,
.mCSB_container {
    overflow: visible !important;
}

/*_____________________ BANNER STYLE ONE ______________*/
#main_slider {
    height: 530px;
    position: relative;
}

#main_slider .container {
    padding-top: 74px;
}

#main_slider .vegas-timer-progress {
    background: rgb(28, 37, 44);
}

#main_slider button#next,
#main_slider button#previous {
    height: 100px;
    width: 30px;
    position: absolute;
    top: calc(50% - 50px);
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 30px;
}

#main_slider button#next {
    right: 0;
}

#main_slider button#previous {
    left: 0;
}

#main_slider .vegas-timer {
    top: 0 !important;
    height: 2px;
}

#main_slider .sub-title {
    padding-top: 164px;
}

#main_slider h1 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 22px;
}

#main_slider h1:before {
    content: '';
    width: 106px;
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, #154890 0%, #154890 50%, #889388 50%, #889388 100%);
    left: 5px;
    bottom: 0;
}

#main_slider .sub-title h3 {
    font-size: 36px;
    color: #fff;
    line-height: 52px;
}

#main_slider .sub-title h3 span {
    font-weight: normal;
}

#main_slider span.price {
    font-size: 24px;
    color: #fff;
    font-style: italic;
    display: inline-block;
    line-height: 42px;
    width: 136px;
    text-align: center;
    background: #889388;
    margin-right: 9px;
    vertical-align: 4px;
}

#main_slider .consultation_form {
    width: 339px;
    background: #000000;
    overflow: visible;
}

#main_slider .consultation_form form .input_wrapper {
    padding: 30px 35px 0 63px;
    overflow: visible;
}

#main_slider .consultation_form h3 {
    font-weight: normal;
    color: #fff;
    padding: 22px 10px;
    white-space: normal;
    text-align: center;
    background: #154890;
    line-height: 32px;
}

#main_slider .consultation_form form label {
    display: block;
    color: #fff;
    font-weight: normal;
}

#main_slider .consultation_form form .single_input {
    width: 100%;
    height: 39px;

    margin-bottom: 15px;
    position: relative;
}

#main_slider .consultation_form form .single_input input {
    width: 100%;
    height: 100%;
    background: #fff;
    padding-left: 9px;
    display: block;
}

*::-webkit-input-placeholder {
    color: #000;
}

#main_slider .consultation_form form .message textarea {
    height: 60px;
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    background: #ddd;
}

#main_slider .consultation_form form .date,
#main_slider .consultation_form form .time {
    height: 39px;
    width: 110px;
    display: inline-block;
    position: relative;
    margin-bottom: 51px;
    position: relative;
}

#main_slider .consultation_form form .date input,
#main_slider .consultation_form form .time input {
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: block;
    padding-left: 9px;
}

#main_slider .consultation_form form .date span.placeholder,
#main_slider .consultation_form form .time span.placeholder {
    display: block;
    line-height: 39px;
    position: absolute;
    top: 24px;
    right: 10px;
}

#main_slider .consultation_form form .time {
    margin-left: 17px;
}

#main_slider .consultation_form form .message {
    position: relative;
}

#main_slider .consultation_form form .message textarea {
    height: 60px;
    width: 100%;
    display: block;
    padding: 10px;
}

#main_slider .consultation_form form button {
    position: static;
    width: 100%;
    height: 55px;
    line-height: 52px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #889388;
    margin-top: 37px;
}

#main_slider .consultation_form form input,
#main_slider .consultation_form form textarea,
#main_slider .consultation_form form button {
    border: none;
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;

    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

#main_slider .consultation_form form input:focus,
#main_slider .consultation_form form textarea:focus {
    border: 1px solid #154890;
}

#main_slider .consultation_form form button:hover {
    background: #226526;
}

#main_slider .tp-mask-wrap {
    overflow: visible !important;
}

#main_slider .consultation_form form .icon {
    width: 60px;
    height: 60px;
    background: #154890;
    position: absolute;
    top: 5px;
    left: -95px;
    text-align: center;
}

#main_slider .consultation_form form .icon .ficon:before {
    line-height: 60px;
    font-size: 25px;
}

/*______________________ HOME GALLERY ____________________*/
.home_gallery {
    overflow: hidden;
    margin: 3em auto 0;
}

.home_gallery .gallery_menu_wrapper {
    text-align: center;
    margin-top: 20px;
}

.home_gallery .gallery_menu li {
    display: inline-block;
    background: #f7f7f7;
    color: #252525;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 45px;
    cursor: pointer;
    padding: 0 7px;
    position: relative;
    margin: 0 23px;

}

.home_gallery .gallery_menu li:after,
.home_gallery .gallery_menu li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    z-index: -1;
    transform: skew(45deg);
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home_gallery .gallery_menu li:before {
    left: 23px;
}

.home_gallery .gallery_menu li:after {
    right: 23px;
}

.home_gallery .gallery_menu li:first-child:after {
    display: none;
}

.home_gallery .gallery_menu li:first-child {
    padding-left: 18px;
}

.home_gallery .gallery_menu li:last-child:before {
    display: none;
}

.home_gallery .gallery_menu li:last-child {
    padding-right: 18px;
}

.home_gallery .gallery_menu li.active,
.home_gallery .gallery_menu li:hover,
.home_gallery .gallery_menu li.active:after,
.home_gallery .gallery_menu li.active:before,
.home_gallery .gallery_menu li:hover:after,
.home_gallery .gallery_menu li:hover:before {
    background: #889388;
    color: #fff;
}

.home_gallery .gallery_item_wrapper {
    margin-top: 20px;
    overflow: hidden;
}

.home_gallery .gallery_item_wrapper .single_item {
    margin-bottom: 30px;
}

.home_gallery .gallery_item_wrapper .single_item .img_holder {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.home_gallery .gallery_item_wrapper .single_item .img_holder img {
    height: inherit;
}

.home_gallery .gallery_item_wrapper .mix {
    display: none;
}

.home_gallery .gallery_item_wrapper .single_item .img_holder .overlay {
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(77, 194, 230, 0.9);
    top: 0;
    left: 0;
}

.home_gallery .gallery_item_wrapper .single_item .img_holder .overlay span {
    display: table;
    width: 100%;
    height: 100%;
}

.home_gallery .gallery_item_wrapper .single_item .img_holder .overlay span a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home_gallery .gallery_item_wrapper .single_item .img_holder .overlay span a i {
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.home_gallery .gallery_item_wrapper .single_item .img_holder .title {
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: -75px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    background: #f7f7f7;
    padding: 15px 0 14px 95px;
}

.home_gallery .gallery_item_wrapper .single_item .img_holder .title h5 {
    text-transform: uppercase;
    margin-bottom: 8px;
}

.home_gallery .gallery_item_wrapper .single_item .img_holder .title i {
    color: #154890;
}

.home_gallery .gallery_item_wrapper .single_item .img_holder .title .icon {
    width: 75px;
    height: 100%;
    background: #889388;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.home_gallery .gallery_item_wrapper .single_item .img_holder .title .icon .ficon:before {
    line-height: 54px;
    font-size: 32px;
}

.home_gallery .gallery_item_wrapper .single_item:hover .img_holder .title {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.home_gallery .gallery_item_wrapper .single_item:hover .overlay {
    height: 79%;
    opacity: 1;
    visibility: visible;
}

.home_gallery a.view_more {
    width: 160px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0 auto;
    display: block;
}

/*_____________________ KNOW ABOUT AGENT _____________________*/

.know_agent .agent_info_wrapper {
    margin-top: 50px;
}

.know_agent .agent_info_wrapper .img_holder ul {
    position: absolute;
    bottom: 0;

    width: 100%;
    text-align: center;
    background: rgba(28, 37, 44, 0.6);
}

.know_agent .agent_info_wrapper .img_holder ul li {
    display: inline-block;
    line-height: 50px;
    width: 48px;
    text-align: center;
    position: relative;
}

.know_agent .agent_info_wrapper .img_holder ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    position: relative;
}

.know_agent .agent_info_wrapper .img_holder ul li:before,
.know_agent .agent_info_wrapper .img_holder ul li:after,
.know_agent .agent_info_wrapper .img_holder ul li:first-child a:before,
.know_agent .agent_info_wrapper .img_holder ul li:first-child a:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.know_agent .agent_info_wrapper .agent_summary .name h4 {
    text-transform: uppercase;
    margin-top: -3px;
}

.know_agent .agent_info_wrapper .agent_summary .name i {
    display: block;
    color: #154890;
    margin: 8px 0 29px 0;
}

.know_agent .agent_info_wrapper .agent_summary .contact_info h2 {
    font-size: 24px;
    margin-top: 23px;
}

.know_agent .agent_info_wrapper .agent_summary .contact_info ul {
    width: 100%;
    margin-top: 25px;
}

.know_agent .agent_info_wrapper .agent_summary .contact_info ul li {
    width: 50%;
    float: left;
    padding-left: 60px;
    line-height: 50px;
    background: #f7f7f7;
    position: relative;
}

.know_agent .agent_info_wrapper .agent_summary .contact_info ul li a {
    display: inline-block;
    color: #3e3e3e;
}

.know_agent .agent_info_wrapper .agent_summary .contact_info ul li a .ficon:before {
    color:#226526;
    font-size: 20px;
    position: absolute;
    left: 22px;
    padding-left: 1px;
}

.know_agent .agent_info_wrapper .agent_summary .contact_info ul li a .flaticon-message3:before {
    font-size: 25px;
}

.know_agent .agent_info_wrapper .agent_summary .contact_info ul li:nth-child(3),
.know_agent .agent_info_wrapper .agent_summary .contact_info ul li:nth-child(4) {
    border-top: 1px solid #ececec;
}

.know_agent .agent_info_wrapper .agent_summary .contact_info ul li:nth-child(1),
.know_agent .agent_info_wrapper .agent_summary .contact_info ul li:nth-child(3) {
    border-right: 1px solid #ececec;
}

.know_agent .agent_info_wrapper .agent_summary .contact_info ul li:hover a {
    color: #889388;
}

/*_____________________ OUR NEWSLETTER ____________________*/
.newsletter {
    background: url(../../../images/newsLetterBg.jpg);
    background-attachment: fixed;
    background-size: cover;
    margin-top: 100px;
    height: 310px;
    position: relative;
}

.newsletter .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 60px;
}

.newsletter h2 {
    font-weight: 700;
    text-transform: uppercase;
}

.newsletter h2,
.newsletter p {
    color: #fff;
    -webkit-user-select: none;
    text-align: center;
}

.newsletter p {
    margin: 10px 0 30px 0;
}

.newsletter form .input_group {
    width: 735px;
    height: 48px;
    position: relative;
    margin: 0 0 0 174px;
}

.newsletter form .input_group input {
    width: 48%;
    height: 100%;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    float: left;
}

.newsletter form .input_group input[type="email"] {
    border-left: none;
}

.newsletter form .input_group button {
    width: 120px;
    height: 100%;
    text-align: center;
    color: #FFF;
    background: #889388;
    position: absolute;
    right: -89px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.newsletter form .input_group button:hover,
.newsletter form .input_group button:focus {
    background: #226526;
}

.newsletter form .input_group ::-webkit-input-placeholder {
    color: #fff;
}

.newsletter form .input_group :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.newsletter form .input_group ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.newsletter form .input_group :-ms-input-placeholder {
    color: #fff;
}
@media (max-width: 991px) {

    .home_gallery .gallery_menu li {
        display: block;
    }
    .home_gallery .gallery_menu li:after, .home_gallery .gallery_menu li:before{
         transform:unset;
         -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
         -webkit-transition: unset;
        -o-transition: unset;
         transition: unset;
    }
}
/*________________________ FOOTER ________________________*/
footer .main_footer {
    padding-top: 78px;
    padding-bottom: 50px;
    background: #1c252c  url(../../../images/footer-bg.jpg) no-repeat center bottom;
}

footer .main_footer .about_estate p {
    line-height: 25px;
    margin-top: 19px;
    letter-spacing: 0.2px;
}

footer .main_footer .about_estate p span {
    display: block;
    margin-top: 16px;
}

footer .main_footer .about_estate ul {
    margin-top: 34px;
}

footer .main_footer .about_estate ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 7px;
    background: linear-gradient(to right, #1a2228 0%, #1a2228 50%, #141c22 50%, #141c22 50%, #141c22 100%);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

footer .main_footer .about_estate ul li:last-child {
    margin-right: 0;
}

footer .main_footer .about_estate ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

footer .main_footer .about_estate ul li:hover,
footer .main_footer .about_estate ul li:focus {
    background: #889388;
}

footer .footer_title h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #2c3236;
    padding-bottom: 16px;
}

footer .footer_title h3:before {
    content: '';
    width: 50px;
    height: 1px;
    background:#226526;
    position: absolute;
    left: 0;
    bottom: -1px;
}

footer .footer_title {
    margin-bottom: 25px;
    margin-top: 4px;
}

footer .useful_link ul {
    display: inline-block;
    vertical-align: top;
}

footer .useful_link ul li {
    line-height: 40px;
}

footer .useful_link ul li a {
    font-weight: normal;
    color: #a0a0a0;
    display: inline;
}

footer .useful_link ul li a i {
    font-size: 18px;
    vertical-align: middle;
    padding-right: 6px;
}

footer .useful_link ul li a:hover {
    color: #e8874c;
}

footer .useful_link ul:nth-child(3) {
    padding-left: 29px;
}

footer .recent_news_footer .item {
    display: table;
    margin-bottom: 20px;
}

footer .recent_news_footer .item .image_holder,
footer .recent_news_footer .item .text {
    display: table-cell;
    vertical-align: top;
}

footer .recent_news_footer .item .text {
    padding-left: 18px;
}

footer .recent_news_footer .item .text a {
    display: block;
}

footer .recent_news_footer .item .text h5 {
    margin-top: -6px;
    margin-bottom: 6px;
    color: #a0a0a0;
    line-height: 24px;
}

footer .recent_news_footer .item .text ul li {
    display: inline-block;
    font-style: italic;
    font-size: 13px;
}

footer .recent_news_footer .item .text ul li i {
    color: #154890;
    font-size: 14px;
    margin-right: 8px;
}

footer .recent_news_footer .item .text ul li:first-child {
    margin-right: 15px;
}

footer .recent_news_footer .history {
    margin-top: 40px;
}

footer .contact_info ul {
    margin-top: 35px;
}

footer .contact_info ul li,
footer .contact_info ul li a {
    display: block;
    color: #a0a0a0;
    line-height: 24px;
    font-weight: normal;
}

footer .contact_info ul li a:hover {
    color: #889388;
}

footer .contact_info ul li {
    padding-left: 30px;
    position: relative;
    margin-left: -1px;
    margin-bottom: 15px;
}

footer .contact_info ul li:nth-child(1):before,
footer .contact_info ul li:nth-child(2):before,
footer .contact_info ul li:nth-child(3):before,
footer .contact_info ul li:nth-child(4):before,
footer .contact_info ul li:nth-child(5):before {
    position: absolute;
    top: 0;
    left: 0;
    color:#226526;
    font-size: 18px;
    padding-left: 1px;
    font-style: normal;
}

footer .contact_info ul li:nth-child(1):before {
    content: '\f015 ';
    font-family: 'font-awesome';
}

footer .contact_info ul li:nth-child(2):before {
    content: '\f095 ';
    font-family: 'font-awesome';
}

footer .contact_info ul li:nth-child(3):before {
    content: '\f0e0';
    font-family: 'font-awesome';
    font-size: 16px;
}

footer .contact_info ul li:nth-child(4):before {
    content: '\f0ac';
    font-family: 'font-awesome';
}

footer .contact_info ul li:nth-child(5):before {
    content: '\f017 ';
    font-family: 'font-awesome';
}

footer .bottom_footer {
    background-color: #101519;
}

footer .bottom_footer .container {
    border-top: 1px solid #242729;
    padding: 21px 0 11px 0;
}

footer .bottom_footer .text {
    float: left;
}

footer .bottom_footer .footer_nav {
    float: right;
}

footer .bottom_footer .text p {
    letter-spacing: 0.25px;
}

footer .bottom_footer .text p a {
    color: #a0a0a0;
    font-weight: normal;
}

footer .bottom_footer .footer_nav ul li {
    display: inline-block;
    margin-right: 18px;
    line-height: 24px;
}

footer .bottom_footer .footer_nav ul li:last-child {
    margin-right: 0;
}

footer .bottom_footer .footer_nav ul li a {
    font-weight: normal;

    color: #a0a0a0;
}

footer .bottom_footer .text p a:hover,
footer .bottom_footer .footer_nav ul li a:hover {
    color: #889388;
}

/*____________________________ HOME 2 ___________________________*/

/*_______________ TOP HEADER _______________*/

#top_header {
    background: #154890;
    padding: 8px 0 9px 0;
}

#top_header a {
    font-weight: normal;
    color: #fff;
}

#top_header a.mail i {
    margin-right: 2px;
}

#top_header a.download {
    margin-right: 16px;
}

#top_header .top_header_left {
    padding-top: 5px;
}

#top_header .top_header_right {
    width: auto;
    float: right;
}

#top_header .top_header_right .ui-state-default .ui-icon {
    background-image: none;
    background: url(http://liftslab.net/siteroot/images/home/arrow.png) no-repeat left top;
    margin: 0;
    top: 35%;
    right: 2px;
}

#top_header .top_header_right .icon_header li {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: linear-gradient(to right, #43bade 0%, #43bade 50%, #3fb3d7 50%, #3fb3d7 50%, #3fb3d7 100%);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    margin-right: 5px;
}

#top_header .top_header_right .icon_header li:last-child {
    margin-right: 0;
}

#top_header .top_header_right .icon_header li a {
    display: block;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

#top_header .top_header_right .icon_header li:hover,
#top_header .top_header_right .icon_header li:focus {
    background: #889388;
}

#polyglotLanguageSwitcher span.trigger:before {
    content: '';
    font-family: 'font-awesome';
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
}

#top_header .top_header_right > .dropdown {
    width: 80px;
    z-index: 99999;
}

#top_header .top_header_right > .dropdown ul {
    box-shadow: none;
    border: none;
    background: #154890;
    min-width: 130px;
    padding: 0;
    top: 34px;
    border-radius: 0 0 3px 3px;

}

#top_header .top_header_right > .dropdown ul li {
    padding: 6px 0px 6px 15px;
    border-top: 1px dotted #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

#top_header .top_header_right > .dropdown ul li:first-child {
    border-top: none;
}

#top_header .top_header_right > .dropdown ul li:last-child {
    border-radius: 0 0 3px 3px;
}

#top_header .top_header_right > .dropdown ul li:hover {
    background-color: #889388;
}

/*_____________________ REV SLIDER _________________*/

.home_slider_style_two h1 {
    text-transform: uppercase;
    display: inline-block;
    background: #154890;
    line-height: 69px;
    color: #fff;
    padding-left: 30px;
}

.home_slider_style_two h1 span {
    background: #889388;
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    line-height: 69px;
    vertical-align: bottom;
    margin-left: 91px;
    padding: 0 27px;
}

.home_slider_style_two h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 52px;
}

.home_slider_style_two h3 span {
    font-weight: normal;
}

.rev_slider .hades.tparrows {
    width: 33px;
    background: rgba(0, 0, 0, 0.9);
}

.rev_slider .hades.tparrows:before {
    font-size: 20px;
    color: #706e6e;
}

.rev_slider .hades.tparrows:hover:before,
.rev_slider .hades.tparrows:focus:before {
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
}

.rev_slider .hades .tp-arr-allwrapper {
    width: 140px;
}

.rev_slider .hades.tp-leftarrow {
    left: -10px !important;
}

.rev_slider .hades.tp-rightarrow {

    left: calc(100% + 10px) !important;
}

/*_____________________ SOME PROPERTY FACTS ____________________*/
.some_facts {
    background: url(http://liftslab.net/siteroot/images/home2/4.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: 170px;
    background-position: 100% 70%;
    margin-top: 94px;
}

.some_facts .overlay {
    background: rgb(28, 37, 44);
    height: 100%;
}

.some_facts .single_facts h3 {
    text-transform: uppercase;
    color: #fff;
}

.some_facts .single_facts p {
    font-size: 24px;
    color: #fff;
    margin: -2px 0 4px 0;
}

.decor {
    position: relative;
}

.decor:before,
.decor:after {
    content: '';
    width: 1px;
    height: 76%;
    position: absolute;
    top: 7px;
}

.decor:after {
    background: #3ca2c1;
    left: -1px;
}

.decor:before {
    background: #ffffff;
    left: 0;
}

.some_facts .single_facts .icon,
.some_facts .single_facts .text {
    display: table-cell;
    vertical-align: middle;
}

.some_facts .single_facts .icon {
    padding-right: 16px;
}

.some_facts .single_facts .text {
    padding-left: 18px;
}

.some_facts .single_facts .icon .ficon:before {
    font-size: 30px;
}

.some_facts .facts_wrapper {
    padding-top: 61px;
}

/*____________________________ HOME 3 ___________________________*/
#top_header.top_header_style_two {
    z-index: 99;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    padding: 14px 0;
}

.home3 #ui-id-1-menu,
#top_header.top_header_style_two #polyglotLanguageSwitcher ul.dropdown {
    background: rgba(0, 0, 0, 0.8);
}

#top_header.top_header_style_two .top_header_right .icon_header li {
    background: #141c22;
}

#top_header.top_header_style_two .top_header_right .icon_header li:hover {
    background: #889388;
}

/*____________BANNER___________*/
.home_slider_style_three h1,
.home_slider_style_three h2,
.home_slider_style_three h2 span,
.home_slider_style_three h3 {
    text-align: center;
    color: #fff;
}

.home_slider_style_three h1 {
    font-size: 48px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.home_slider_style_three h2 {
    font-size: 36px;
    line-height: 52px;
}

.home_slider_style_three h2 span {

    font-weight: normal;
}

.home_slider_style_three h3 {
    font-weight: 600;
    font-style: italic;
    font-size: 30px;
}

/*____________________________ HOME 4 ___________________________*/
.main_menu.menu_style_four {
    margin-top: -71px;
    margin-bottom: -50px;
    position: relative;
    z-index: 9;
}

.main_menu.menu_style_four .navbar-default {
    background: #fff;
    -webkit-box-shadow: 0px -1px 2px -1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px -1px 2px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0px -1px 2px -1px rgba(0, 0, 0, 0.06);
    padding: 16px 0 16px 22px;
}

.main_menu.menu_style_four .navbar-default .navbar-nav > li > a {
    color: #252525;
    padding: 0 21px;
}

.main_menu.menu_style_four .navbar-default .navbar-nav > li > a:hover {
    color: #889388;
}

.main_menu.menu_style_four .amenities {
    width: 170px;
    line-height: 50px;
    padding: 0;
    margin-right: 60px;
    margin-top: 10px;
}

.main_menu.menu_style_four .amenities:before {
    display: none;
}

.main_menu.menu_style_four li.dropdown_holder .sub-menu {
    border-top: 2px solid #f3f3f3;
    top: 123%;
}

.main_menu.menu_style_four .video_gallery_menu {
    top: 123%;
}

/*____________________________ HOME 5 ___________________________*/

.rev_slider.home_slider_five {
    height: 905px;
}

.toggle_header {
    position: relative;
    top: 0;
    z-index: 99;
    margin-bottom: -165px;
}

.toggle_menu {
    padding: 50px 0;
}

.toggle_menu.active_overlay {
    background: rgba(0, 0, 0, 0.9);
}

.toggle_header .toggle_menu .toggle_button,
.toggle_dropdown .toggle_button.dismiss {
    background: transparent;
    padding: 0;
    margin-top: 20px;
}

.toggle_dropdown .toggle_button.dismiss {
    position: absolute;
    top: 20px;
    right: 60px;
    z-index: 999;
}

.toggle_header .toggle_menu .toggle_button span {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.toggle_dropdown .toggle_button.dismiss span {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
}

.toggle_dropdown .toggle_button.dismiss span:last-child {
    display: none;
}

.toggle_dropdown .toggle_button.dismiss span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 30px;
    margin-top: 8px;
}

.toggle_dropdown .toggle_button.dismiss span:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 30px;
    margin-top: -6px;
}

.toggle_dropdown {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgba(77, 194, 230, 0.9);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.toggle_dropdown.open_toggle {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.toggle_dropdown .main_menu {
    display: none;
}

.toggle_dropdown.background_fix {
    background: rgba(77, 194, 230, 1);
}

.toggle_dropdown .main_menu {
    margin-top: 0;
    text-align: center;
}

.toggle_dropdown .navbar-nav,
.toggle_dropdown .nav > li,
.toggle_dropdown .main_menu .navbar-collapse {
    float: none;
    text-align: center;
}

.toggle_dropdown .main_menu .navbar-default {
    background: transparent;
    padding-top: 80px;
}

.toggle_dropdown .main_menu .video_gallery_menu {
    position: static;
    margin: 0 auto;
}

.toggle_dropdown .main_menu li.dropdown_holder .sub-menu a .fa-angle-right {
    display: none;
}

.toggle_dropdown .navbar-default .navbar-nav > li > a {
    background: transparent;
}

.toggle_dropdown .navbar-default .navbar-nav > li > a:hover {
    background: transparent;
    color: #889388;
}

.toggle_dropdown .nav .open > a,
.toggle_dropdown .nav .open > a:hover,
.toggle_dropdown .nav .open > a:focus {
    background-color: transparent;
    color: #fff;
}

.toggle_dropdown .main_menu li.dropdown_holder .sub-menu,
.toggle_dropdown .main_menu li.dropdown_holder .sub-menu .sub-sub-menu,
.toggle_dropdown .main_menu li.dropdown_holder .video_gallery_menu {
    position: relative;
    opacity: 1;
    left: 0;
    display: none;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.toggle_dropdown .main_menu li.dropdown_holder .sub-menu,
.toggle_dropdown .main_menu li.dropdown_holder .sub-menu .sub-sub-menu {
    background: transparent;
}

.toggle_dropdown .main_menu li.dropdown_holder .sub-menu li a {
    color: #fff;
    border: none;
    font-size: 16px;
}

.toggle_dropdown .main_menu li.dropdown_holder .sub-menu li a:hover {
    color: #889388;
}

#toggle_menu_wrapper #mCSB_1_scrollbar_vertical {
    display: block !important;
}

#toggle_menu_wrapper .mCustomScrollBox,
#toggle_menu_wrapper .mCSB_container {
    overflow: hidden !important;
}

#toggle_menu_wrapper .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #889388 !important;
    overflow: hidden;
}

#toggle_menu_wrapper .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

#toggle_menu_wrapper .main_menu .sub-menu li.dropdown_holder .fa-bars {
    border: 1px solid #fff;
    color: #fff;
}

.toggle_dropdown .sub-menu li.dropdown_holder > a > .fa {
    font-size: 20px;
    margin-left: 4px;
}

/*_________________ GALLERY ________________*/
.home_gallery_style_two {
    margin-top: 93px;
    margin-bottom: -11px;
}

.home_gallery_style_two .gallery_item_wrapper {
    margin-top: 49px;
}

.home_gallery_style_two a.view_more {
    width: 180px;
    margin-top: 45px;
}

.home_gallery_style_two .single_item .hover_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(77, 194, 230, 0.95);
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);

    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
}

.home_gallery_style_two .mix {
    padding: 0;
    overflow: hidden;
}

.home_gallery_style_two .gallery_item_wrapper .single_item {
    overflow: hidden;
    margin: 0;
}

.home_gallery_style_two .single_item img {
    width: 100%;
}

.home_gallery_style_two .single_item .hover_overlay .link {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

.home_gallery_style_two .single_item .hover_overlay .link a {
    width: 50px;
    line-height: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #154890;
    margin: 0 8px;
}

.home_gallery_style_two .single_item .hover_overlay .text {
    position: absolute;
    bottom: 44px;
    left: 30px;
    width: 100%;
    color: #fff;
}

.home_gallery_style_two .single_item .hover_overlay .text h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.home_gallery_style_two .single_item .hover_overlay .text i {
    display: block;
    font-size: 18px;
}

.home_gallery_style_two .single_item:hover .hover_overlay {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

/*____________________________ HOME 6 ___________________________*/
.boxed_wrapper {
    width: 1380px;
    margin: 0 auto;
}

/*____________________________ HOME 7 ___________________________*/

.home_slider_style_five h2 {
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}

.home_slider_style_five h1 {
    text-transform: uppercase;
    font-size: 54px;
    color: #fff;
}

.home_slider_style_five .purchase {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.home_slider_style_five .hades.tparrows {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rev_slider.home_slider_style_five .hades.tparrows:hover {
    background: #154890 !important;
}

.home_slider_style_five .hades.tp-leftarrow {
    left: 0 !important;
}

.home_slider_style_five .hades.tp-rightarrow {
    left: 100% !important;
}

.home_slider_style_five .hades.tparrows:before {

    line-height: 50px;
    font-size: 16px;
    background: transparent !important;
    border-radius: 50%;
    color: #fff;
}

.home_slider_style_five .hades.tp-rightarrow .tp-arr-allwrapper,
.home_slider_style_five .hades .tp-arr-allwrapper {
    display: none !important;
}

/*_________________________________________ INNER PAGE _________________________________*/

#inner_banner {
    background: url(../../../images/inner-banner.jpg) no-repeat center;
    background-size: cover;
    height: 240px;
    position: relative;
    margin-bottom: 50px;
}

#inner_banner .overlay {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 74px 0 25px 0;
}

#inner_banner h2 {
    color: #fff;
    font-size: 36px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#inner_banner h2:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;

    left: calc(50% - 30px);
}

#inner_banner ul li {
    display: inline-block;
    color: #fff;
    margin-right: 6px;
}

#inner_banner ul li:last-child {
    margin-right: 0;
}

#inner_banner ul li a {
    color: #fff;
}

#inner_banner ul li a:hover {
    color: #889388;
}

/*_____________________________________________ BLOG ________________________________*/

/*_______ BLOG FULL-WIDTH ___________*/

.blog_post_meta .post {
    position: relative;
    margin-top: 38px;
}

.blog_post_meta .post .date {
    position: absolute;
    width: 62px;
    height: 67px;
    line-height: 21px;
    background: #154890;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 13px;
    font-weight: 700;
    right: 0;
    top: 1px;
}

.blog_post_meta .post .date:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    border: 0 solid transparent;
    border-width: 14px 13px;
    border-right-width: 0;
    border-top-color: #154890;
}

.blog_post_meta .post .inner_title {
    width: 89%;
    margin-bottom: 10px;
}

.blog_post_meta .post > ul li {
    display: inline-block;
    margin: 7px 12px 0 0;
    color: #9b9b9b;
    font-size: 13px;
}

.blog_post_meta .post > ul li i {
    color: #154890;
    margin-right: 6px;
}

.blog_post_meta .post > ul li:last-child {
    margin-right: 0;
}

.blog_post_meta .post > p:nth-child(4) {
    margin: 23px 0 17px 0;
}

.blog_post_meta .post_text {
    margin: 33px 0 43px 16px;
    border: 2px solid #f1f1f1;
    position: relative;
    padding: 21px 45px;
}

.blog_post_meta .post_text i {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 19px;
}

.blog_post_meta .post_text img {
    width: 40px;
    height: 40px;
}

.blog_post_meta .post_text:before {
    content: url(http://liftslab.net/siteroot/images/blog/3.jpg);
    position: absolute;
    left: -18px;
    top: 39%;
}

.blog_post_meta .post_text p {
    display: inline-block;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    margin: 0 0 15px 7px;
}

.blog_post_meta .post_text p span {
    font-weight: normal;
    color: #154890;
    font-style: italic;
    text-transform: capitalize;
}

/*_______ BLOG LARGE IMAGE ___________*/

/*_________ BLOG GRID VIEW ___________*/

.blog_grid_view .blog_single_grid,
.blog_grid_view {
    margin-bottom: 30px;
}

.blog_grid_view .blog_single_grid .img_holder {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.blog_grid_view .blog_single_grid .img_holder img {
    height: inherit;
}

.blog_grid_view .blog_single_grid .img_holder a {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.blog_grid_view .blog_single_grid .post {
    background: #f5f5f5;
    position: relative;
    padding: 17px 10px 23px 32px;
}

.blog_grid_view .blog_single_grid .img_holder:before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: calc(100% - 30px);
    right: -30px;
    background: #f5f5f5;
}

.blog_grid_view .blog_single_grid .img_holder:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: -30px;
    position: absolute;
    top: calc(100% - 30px);
    left: 30px;
    border: 15px solid #f5f5f5;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
}

.blog_grid_view .blog_single_grid .post h5 a {
    color: #252525;
    display: block;
}

.blog_grid_view .blog_single_grid .post h5 {
    margin-top: 0;
    text-transform: uppercase;
}

.blog_grid_view .blog_single_grid .post p {
    margin: 11px 0 9px 0;
}

.blog_grid_view .blog_single_grid .post > a {
    color: #ffffff;
    line-height: 24px;
    margin-top: 7px;
    font-weight: 700;
    background: #226526;
    padding: 3px 10px;
}

.blog_grid_view .blog_single_grid .post > a:hover {
    color: #ffffff;
    background:#226526;
}

.blog_grid_view .blog_single_grid > ul {
    background: #efefef;
    padding: 9px 0 11px 31px;
}

.blog_grid_view .blog_single_grid > ul li {
    display: inline-block;
    font-size: 13px;
    margin-right: 9px;
}

.blog_grid_view .blog_single_grid > ul li i {
    color: #226526;
    margin-right: 6px;
}

.blog_grid_view .blog_single_grid > ul li:last-child {
    margin-right: 0;
}

.blog_grid_view .blog_single_grid .post > span {
    display: block;
    width: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background:#226526;
    text-align: center;
    position: absolute;
    top: -47px;
    left: 33px;
}

/*____________________________*/

.send_message input {
    width: 100%;
    height: 45px;
    border: 1px solid #f1f1f1;
    background: #f5f5f5;
    outline: none;
    padding-left: 16px;
    margin-bottom: 15px;
}

.send_message textarea {
    width: 100%;
    min-height: 140px;
    border: 1px solid #f1f1f1;
    background: #f5f5f5;
    outline: none;
    padding: 9px 14px;
    resize: none;
    margin-bottom: 10px;
}

.send_message button {
    line-height: 43px;
    width: 153px;
    text-align: center;
    color: #fff;
    background:#226526;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    outline: none;
    box-shadow: none;
}

.send_message button:hover {
    background: #889388;
}

.send_message form {
    margin-top: 25px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.map {
    width: 100% !important
}

/*________________________________________________ GALLERY __________________________________*/
.gallery_wrapper {
    margin-bottom: 97px;
}

.gallery_wrapper .menu_wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.gallery_wrapper .gallery_menu {
    display: inline-block;
    border: 1px solid #f1f1f1;
}

.gallery_wrapper .gallery_item_container.container {
    margin-top: 49px;
}

.gallery_wrapper .gallery_menu li {
    line-height: 50px;
    display: inline-block;
    border-right: 1px solid #f1f1f1;
    padding: 0 18px;
    cursor: pointer;
}

.gallery_wrapper .gallery_menu li:last-child {
    border: none;
}

.gallery_wrapper .gallery_menu li.active,
.gallery_wrapper .gallery_menu li.is-checked {
    color: #154890;
}

.gallery_item_container .single_item {
    position: relative;
    overflow: hidden;
}

.gallery_item_container .mix {
    display: none;
}

.gallery_item_container .single_item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(77, 194, 230, 0.95);
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
}

.gallery_item_container .single_item:hover .overlay {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.gallery_item_container .single_item .overlay .text {
    position: absolute;
    bottom: 44px;
    left: 49px;
    width: 100%;
    color: #fff;
}

.gallery_item_container .single_item img {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 100%;
}

.gallery_item_container .single_item:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.gallery_item_container .single_item .overlay .text h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
}

.gallery_item_container .single_item .overlay .text i {
    display: block;
    font-size: 18px;
}

.gallery_item_container .single_item .overlay .link a {
    width: 70px;
    line-height: 70px;
    height: 70px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #154890;
    margin: 0 8px;
}

.gallery_item_container .single_item .overlay .link {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

.gallery_wrapper a.load_more {
    display: block;
    line-height: 50px;
    height: 50px;
    width: 150px;
    color: #fff;
    text-align: center;
    background: #154890;
    margin: 70px auto 0 auto;
    font-weight: 700;
    text-transform: uppercase;
}

.gallery_wrapper a.load_more:hover {
    background: #889388;
}

.gallery_wrapper .page_indicator > a {
    display: block;
    line-height: 50px;
    height: 50px;
    width: 125px;
    color: #a0a0a0;
    text-align: center;
    text-transform: uppercase;
    background: #f5f5f5;
    font-weight: 700;
    position: absolute;
    top: 0;
}

.page_indicator {
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 69px;
}

.gallery_wrapper .page_indicator > a:hover {
    background: #154890;
    color: #fff;
}

.gallery_wrapper .page_indicator > a.prev {
    left: 0;
}

.gallery_wrapper .page_indicator > a.next {
    right: 0;
}

.page_indicator ul li {
    display: inline-block;
}

.page_indicator ul {
    display: inline-block;
    border: 1px solid #f1f1f1;
}

.page_indicator ul li a {
    display: block;
    font-size: 18px;
    color: #a0a0a0;
    font-weight: normal;
    line-height: 49px;
    padding: 0 16px;
    border-right: 1px solid #f1f1f1;
}

.page_indicator ul li:last-child a {
    border: none;
}

.page_indicator ul li a:hover,
.page_indicator ul li.active a {
    color: #154890;
}

/*_______________________________________ SINGLE GALLERY PAGE _________________________*/

.single_gallery_details .gallery_img_holder .img_wrapper {
    padding: 0 20px;
}

.single_gallery_details .gallery_img_holder .img_wrapper .item a {
    display: block;
}

.single_gallery_details .gallery_img_holder .carousel-control {
    width: 36px;
    height: 90px;
    opacity: 1;
    text-shadow: none;
    top: calc(50% - 45px);
    background: #f7f7f7;
    font-size: 30px;
    color: #a0a0a0;
    text-align: center;
    line-height: 90px;
    background-image: none;
}

.single_gallery_details .gallery_img_holder .carousel-control:hover {
    color: #fff;
    background: #226526;
}

.single_gallery_details .gallery_img_holder .carousel-control.left {
    left: -18px;
}

.single_gallery_details .gallery_img_holder .carousel-control.right {
    right: -18px;
}

.single_gallery_details .single_gallery_propery_details h4 {
    text-transform: uppercase;
    position: relative;
}

.single_gallery_details .single_gallery_propery_details .property_name h4 {
    padding-bottom: 18px;
}

.single_gallery_details .single_gallery_propery_details .property_name h4:before {
    content: '';
    width: 90px;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.single_gallery_details .single_gallery_propery_details .property_name p {
    margin: 32px 0;
}

.single_gallery_details .single_gallery_propery_details .info h4 {
    margin-bottom: 13px;
}

.single_gallery_details .single_gallery_propery_details .info span,
.single_gallery_details .single_gallery_propery_details .info p {
    display: block;
    margin-bottom: 22px;
}

.single_gallery_details .single_gallery_propery_details .info ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 7px;
}

.single_gallery_details .single_gallery_propery_details .info ul li:first-child {
    margin-left: 0;
}

.single_gallery_details .single_gallery_propery_details .info ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    background: #f7f7f7;
    color: #a0a0a0;
}

.single_gallery_details .single_gallery_propery_details .info ul li a:hover {
    color: #fff;
    background: #154890;
}

/*_______________________________ ABOUT US _______________________________*/

/*_____________ ABOUT REAL ESTATE _______________*/
.about_real_estate .row {
    margin-top: 30px;
    margin-bottom: 35px;
}

.about_real_estate .author_speech > img {
    margin-top: -30px;
}

.about_real_estate .text {
    padding-left: 30px;
}

.about_real_estate .text i {
    display: block;
    margin: 15px 0 18px 0;
}

.about_real_estate .text h5,
.about_real_estate .text h6 {
    text-transform: uppercase;
}

.about_real_estate .text .name {
    padding-left: 25px;
    margin-top: 15px;
}

.about_real_estate .text .name span {
    display: block;
    font-style: italic;
    color: #154890;
    margin-top: 7px;
}

.about_real_estate .img_wrapper .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 1px;
    background: #fff;
}

.about_real_estate .img_wrapper .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px;
    background:#226526;
    border: 1px solid#226526;
}

.about_real_estate .img_wrapper .carousel-indicators {
    bottom: 8px !important;
}

/*______________________*/
.about-us .some_facts {
    margin-top: 0;
}

/*___________________ WHY CHOOSE US ___________________*/
.why_choose_us {
    margin-top: 50px;
}

.why_choose_us .row {
    margin-top: 50px;
}

.why_choose_us .choose_reason_single {
    position: relative;
    border: 1px solid #f7f7f7;
    padding: 28px 15px 22px 63px;
    margin-bottom: 30px;
    margin-left: 35px;
}

.why_choose_us .choose_reason_single h5 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 23px;
}

.why_choose_us .choose_reason_single h5:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.why_choose_us .choose_reason_single > div {
    display: block;
    width: 70px;
    height: 45px;
    background: #f7f7f7;
    text-align: center;
    position: absolute;
    top: calc(48% - 22px);
    left: -35px;
    padding: 3px;
}

.why_choose_us .choose_reason_single > div > span {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 39px;
    border: 1px dashed #e4e4e4;
    font-size: 18px;
}

.why_choose_us .choose_reason_single:hover {
    border: 1px solid #226526;
}

.why_choose_us .choose_reason_single:hover h5 {
    color: #226526;
}

.why_choose_us .choose_reason_single:hover > div {
    background: #226526;
}

.why_choose_us .choose_reason_single:hover > div > span {
    border: 1px dashed #fff;
    color: #fff;
}

.agent_people .single_agent .agent_image .agent_name {
    margin-top: 32px;
}

.agent_people .single_agent .agent_image .agent_name .name_holder {
    float: left;
}

.agent_people .single_agent .agent_image .agent_name .name_holder h5 {
    margin-top: -4px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.agent_people .single_agent .agent_image .agent_name .name_holder i {
    color: #889388;
}

.agent_people .single_agent .agent_image .agent_name .button {
    float: right;
}

.agent_people .single_agent .agent_image .agent_name .button a {
    line-height: 34px;
    width: 100px;
    text-align: center;
    color: #fff;
    background: #154890;
    font-style: italic;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.agent_people .single_agent .agent_contact > a {
    display: block;
    color: #a0a0a0;
    line-height: 20px;
    font-weight: normal;
    margin: 9px 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.agent_people .single_agent .agent_contact > a i {
    color: #154890;

}

.agent_people .single_agent .agent_contact ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #fdfbfb;
    margin: 18px 6px 0px 0;
}

.agent_people .single_agent .agent_contact ul li a {
    display: block;
    line-height: 35px;
    text-align: center;
    color: #a0a0a0;
}

.agent_people .single_agent .agent_contact ul li:hover,
.agent_people .single_agent .agent_contact ul li:focus {
    background: #154890;
}

.agent_people .single_agent .agent_contact ul li:hover a,
.agent_people .single_agent .agent_contact ul li:focus a {
    color: #fff;
}

/*_________________________ CONTACT US _____________________*/
.contact_information .address_area h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_information .single_address {
    margin-bottom: 35px;
}

.contact_information .send_message input {
    margin-bottom: 15px;
}

.contact_information .send_message textarea {
    margin-bottom: 10px;
}

.contact-us .contact_information {
    margin-bottom: 100px;
}

.contact_information .leave_reply .alert_wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999999;
}

.contact_information .leave_reply #success,
.contact_information .leave_reply #error {
    position: relative;
    width: 500px;
    height: 100px;
    top: calc(50% - 50px);

    left: calc(50% - 250px);
    background: #fff;
    text-align: center;
}

.contact_information .leave_reply #success .wrapper,
.contact_information .leave_reply #error .wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.contact_information .leave_reply #success .wrapper p,
.contact_information .leave_reply #error .wrapper p {
    display: table-cell;
    vertical-align: middle;
}

.contact_information .leave_reply #success {
    color: #154890;
}

.contact_information .leave_reply #error {
    color: red;
}

.contact_information .leave_reply #error button,
.contact_information .leave_reply #success button {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    position: absolute;
    background: #154890;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
}

.bottom_header {
    padding: 30px 0 85px 0;
    background: #f7f7f7;
}

.navbar-nav {
    float: left;
    margin: 0;
    margin-top: -3px;
}

.main_menu .navbar-default {
    border: none;
    border-radius: 0;
    height: 58px;
    background: #226526;
    margin-bottom: 0;
    border-bottom: 4px solid #889388;
}

.main_menu .amenities {
    float: right;
    line-height: 60px;
    width: 176px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #889388;
    position: relative;
    z-index: 1;
    padding-right: 30px;
    height: 54px;
    font-size: 16px;
}

.main_menu .amenities:before {
    content: '';
    width: 72px;
    height: 100%;
    background: #889388;
    position: absolute;
    top: 0;
    left: -42px;
    border-left: 2px solid #fff;
    transform: skew(40deg);
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -ms-transform: skew(40deg);
    -o-transform: skew(40deg);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main_menu .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1px 15px 0 15px;
    line-height: 59px;
}

#main_slider .consultation_form form label {
    color: #060505;
}

#main_slider .consultation_form {
    background: #ffffff;
}

#main_slider .consultation_form h3 {
    font-weight: normal;
    color: #fff;
    padding: 22px 10px;
    white-space: normal;
    text-align: center;
    background: #154890;
    line-height: 20px;
    font-size: 21px;
}

#main_slider .consultation_form form .icon .ficon:before {
    line-height: 46px;
    font-size: 20px;
}

#main_slider .consultation_form form .icon {
    width: 45px;
    height: 45px;
    background: #226526;
    position: absolute;
    top: 5px;
    left: -95px;
    text-align: center;
}

#main_slider .consultation_form form .message textarea {
    height: 60px;
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
}

.main_menu .amenities:hover, .main_menu .amenities:hover:before {
    background: #226526;
}

#main_slider .consultation_form h3 {
    font-weight: normal;
    color: #fff;
    padding: 22px 10px;
    white-space: normal;
    text-align: center;
    background: #226526;
    line-height: 20px;
    font-size: 18px;
    border-bottom: 5px solid #889388;
    font-weight: bold;
}

.main_menu .navbar-collapse {
    float: left;
    margin-bottom: 0;
}

h2 {
    font-weight: 500;
    font-size: 24px;
}

#main_slider .consultation_form form .single_input input {
    width: 100%;
    height: 100%;
    background: #e4e2e2;
    padding-left: 9px;
    display: block;
}

.main-title h2 {
    line-height: 0px;
    position: relative;
    padding-bottom: 14px;
    padding-top: 33px;
    text-transform: uppercase;
}

.top_header .top_header_right .icon_header li a {
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

footer .main_footer .about_estate ul li a {
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*Carousel*/
.carousel-inner .item .overlay {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.carousel-inner .item .overlay:hover {
    background: rgba(0, 0, 0, .5);
}

.carousel-caption {
    top: 30%
}

.carousel-caption h2 {
    font-size: 8rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    color: #fff
}

.carousel-caption p {
    font-size: 2.5rem;
    line-height: 32px;
    margin-bottom: 10px;
}

.carousel-caption a.btn {
    font-size: 1.5rem;
    padding: 10px 25px;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.carousel-indicators {
    bottom: 10px;
    text-align: center;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgb(255, 255, 255);
}

.carousel-indicators .active {
    background-color:#226526;
    border-color:#226526;
    width: 14px;
    height: 14px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    width: 100%
}

.carousel-caption a.btn {
    font-size: 1.5rem;
    padding: 10px 30px;
    border-radius: 0;
    margin-left: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.carousel-caption .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
}

.carousel-caption .btn-default:hover {
    color: #226526;
    background-color: #ffffff;
    border-color: #ffffff;
}

.carousel-caption .btn-default.active.focus, .carousel-caption .btn-default.active:focus, .carousel-caption .btn-default.active:hover, .carousel-caption .btn-default:active.focus, .carousel-caption .btn-default:active:focus, .carousel-caption .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .carousel-caption .open > .dropdown-toggle.btn-default:focus, .carousel-caption .open > .dropdown-toggle.btn-default:hover {
    color: #226526;
    background-color: #ffffff;
    border-color: #ffffff;
}

.carousel-caption .btn-default.focus, .carousel-caption .btn-default:focus {
    color: #226526;
    background-color: #ffffff;
    border-color: #ffffff;
}

.carousel-caption .btn-primary {
    color: #fff;
    background-color:#226526;
    border-color:#226526;
}

.carousel-caption .btn-primary:hover {
    color: #fff;
    background-color: #226526;
    border-color: #226526;
}

.carousel-caption .btn-primary.active.focus, .carousel-caption .btn-primary.active:focus, .carousel-caption .btn-primary.active:hover, .carousel-caption .btn-primary:active.focus, .carousel-caption .btn-primary:active:focus, .carousel-caption .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .carousel-caption .open > .dropdown-toggle.btn-primary:focus, .carousel-caption .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #226526;
    border-color: #226526;
}

.carousel-caption .btn-primary.focus, .carousel-caption .btn-primary:focus {
    color: #fff;
    background-color: #226526;
    border-color: #226526;
}

/*Language*/
.lang {
    float: right;
    color: #565656;
    margin: -8px 0 -14px 20px;
    clear: both;
    display: block;
}

.lang .dropdown a.btn {
    padding: 3px 10px !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #333 !important;
    border: none;
    width: 71px;
}

.lang .dropdown {
    margin-bottom: 5px;
    float: right;
}

.lang .dropdown-menu > li > a {
    color: #333;
    padding: 3px 0;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    background: #efefef;
}

.lang .dropdown-menu > li > a:hover {
    background: #889388;
    color: #fff;
}

.lang .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    min-width: 71px;
}

.gallery_img_holder .img_wrapper .slide .carousel-inner {
    /*height: 500px;*/
}

#map {
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

.main_footer .about_estate p a {
    color:#226526
}

#myCarousel4 .carousel-inner .item .fancybox-placeholder, #myCarousel4 .carousel-inner .active img {
    display: block !important
}

.file-input {
    margin-bottom: 15px
}

.file-input .btn-file i, .file-input .fileinput-remove i {
    display: none
}

.file-input .input-group {
    background: none
}

.file-input .kv-fileinput-caption {
    background: #f5f5f5;
    height: 42px;
    border: none;
}

.file-input .input-group-btn .btn-file {
    height: 42px;
    line-height: 28px;
    background: #226526;
}

.file-input .input-group-btn .fileinput-remove-button {
    height: 42px;
    line-height: 30px;
}

.send_message form input[type=submit] {
    line-height: 43px;
    width: 153px;
    text-align: center;
    color: #fff;
    background:#226526;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    outline: none;
    box-shadow: none;
}

.faceIframe {
    width: 270px;
    height: 300px;
    border: none;
    overflow: hidden
}