


body { margin: 0; padding: 0; font-family: 'Fira Sans', sans-serif; font-size: 15px; line-height: 1.5; color: #565656;  }

h1, h2, h3, h4, h5, h6, .contact-info span.get-in-touch{ font-family: 'Rokkitt', serif; margin: 0 0 20px; font-weight: 500; color: #222021; line-height: 1.2; }
h1{ font-size: 40px; }
h2, .page-titl{ font-size: 35px; }
h3{ font-size: 32px; }
h4, .contact-info span.get-in-touch{ font-size: 28px; }
h5{ font-size: 24px; margin-bottom: 10px; }
h6{ font-size: 20px; margin-bottom: 10px; }

*, *::before, *::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
figure {
    line-height: 0;
    margin: 0;
    padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}
a:hover {
	text-decoration: none;
	color: #B21411;
}

iframe {
    width: 100%;
}

.clearfix {
	clear: both;
}
.clearfix:before, .clearfix:after,
.kh-wrapper:before, .kh-wrapper:after,
.inner-page-content:before, 
.inner-page-content:after, 
.entry-content:before, 
.entry-content:after {	
	content: "";
	display: table;
}
.clearfix:after, 
.kh-wrapper:after, 
.inner-page-content:after, 
.entry-content:after {
    clear: both;
}
.kh-wrapper {
	margin: 0 auto;
	width: 1170px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.fullwidth {
	width: 100% !important;
}
.fullwidth:before, .fullwidth:after {
	content: "";
	display: table;
	clear: both;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.display-block {
    display: block;
}
.font-bold {
    font-weight: bold;
}

/*----------------------------------------
BX SLIDER DESIGN
----------------------------------------*/
.bx-wrapper {
    margin-bottom: 0;
    overflow: hidden;
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
    background: none;
}
.bxslider {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bx-wrapper .bx-pager {
    bottom: 0;
    padding-top: 0;
}
.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link { width: 20px; height: 5px; border-radius: 0; background: #000; }
.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:hover, .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active { background: #b21411;}

.bx-wrapper .bx-controls-direction a { width: 40px; height: 60px; text-indent: 50px; background: #b2b2b2; color: #fff; border-radius: 0; line-height: 60px; text-align: center; overflow: hidden;}

.bx-wrapper .bx-controls-direction a:hover { background: #000; }
.bx-wrapper .bx-controls-direction a.bx-prev { left: -100%; }
.bx-wrapper:hover .bx-controls-direction a.bx-prev { left: 0; }
.bx-wrapper .bx-controls-direction a.bx-next { right: -100%; }
.bx-wrapper:hover .bx-controls-direction a.bx-next { right: -5px;}
.bx-wrapper .bx-controls-direction a::before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 35px;
    position: absolute;
    left: 0;
    right: 0;
    text-indent: -5px;
}

.bx-wrapper .bx-controls-direction a.bx-next::before {
    content: "\f105";
    text-indent: 0;
}

/*--------------------------------------------
TABLES
--------------------------------------------*/
table {
    margin-bottom: 40px;
}
table thead tr {
    background: #464646;
}
table tr th {
    padding: 15px 20px;
    color: #fff;
    text-align: left;
    border-right: 1px solid #fff;
    font-weight: 500; font-size: 110%; text-transform: uppercase;
}
table tr td {
    background: #f7f7f7;
    padding: 10px 20px;
    font-weight: 400;
    border-right: 1px solid #fff;
    text-transform: capitalize;
}

table tr td.title{ width: 20%; font-weight: 500; color: #b21411; }

table tr:nth-child(even) td {
    background: #e8e8e8;
}



/*-----------------------------------------------
LIST ITEM
-----------------------------------------------*/
ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}
ul li {
    position: relative;
    margin-bottom: 15px;
    color: #444;
    padding-left: 30px;
}
ul li::before {
    content: "";  
    width: 20px; height: 20px; display: block; background: url('../images/tick.jpg') no-repeat top center; background-size: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}

/*---------------------------------------------
PRE LOADER FLAG
---------------------------------------------*/


/*--------------------------------------------
PAGINATION
---------------------------------------------*/
.pagination-wrap {
    margin-top: 40px;
    text-align: right;
}
.pagination-wrap a, .pagination-wrap .current {
    background: #eee;
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    margin-right: 3px;
}
.pagination-wrap a:hover, 
.pagination-wrap .current {
    background: #f2aa34;
    color: #fff;
}

/*---------------------------------------------
SCROLL TO TOP 
---------------------------------------------*/
.scroll-to-top {
    font-size: 20px;
    font-weight: bold;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    text-align: center;
    height: 40px;
    background: #eee;
    line-height: 35px;
    cursor: pointer;
    display: block;
    opacity: 0;
    visibility: visible;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.scroll-to-top:hover {
    background: #d49e37;
    color: #fff;
}
.scroll-to-top.scrolltop-on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    animation-name: scroll-bounce;
    -webkit-animation-name: scroll-bounce;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@keyframes scroll-bounce {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    25% {
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
    }
    50% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    75% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*--------------------------------------------
COMMON CSS
--------------------------------------------*/
.section-title span, span.get-in-touch{ color: #B21411; }

.section-content { }
.sidebar-title { 
    font-weight: 400;
    text-transform: uppercase;
    color: #b21411;
    border-left: 5px solid #b21411;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 30px;
}

.inner-page { margin-top: 80px; padding-bottom: 50px;  box-shadow: 0 20px 50px rgba(0,0,0,0.08);}


.page-title {  font-size: 35px; margin-bottom: 30px; }
.page-title:after{ content: ""; display: block; width: 50px; height: 3px; background-color: #B21411; margin: 10px 0 0;}

.entry-title, .entry-title a { font-size: 24px;  margin-bottom: 10px; color: #b21411; }
.entry-title a:hover{ color: #565656; }

.kup-wrap.floor_pln{ border-bottom: 1px solid #ddd; margin-bottom: 40px; padding-bottom: 40px; position: relative; padding-left: 80px;  }
.kup-wrap.floor_pln:last-child{ margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.entry-content, .kup-wrap { margin-bottom: 30px; } 
span.numb{ position: absolute; display: inline-block; width: 50px; height: 50px; border-radius: 50%; text-align: center; line-height: 2.9; border:1px dashed #b21411; color: #b21411; font-size: 18px; left: 0; }

a.btn { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: #222021; display: inline-block;   padding: 10px 20px; margin-top: 20px; color: #fff; text-transform: uppercase;  }
a.btn:hover { background: #e4c269; color: #FDD341; }
 

/*-----------------------------------------
PRE POP UP SECTION
------------------------------------------*/
.pre-popup {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.pre-popup.pre-popup-active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.pre-popup .kh-wrapper {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 500px;
    left: 0;
    margin: auto;
    overflow: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 750px;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    -webkit-transform-origin: top center;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.pre-popup.pre-popup-active .kh-wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    animation-name: popup-swing;
    -webkit-animation-name: popup-swing;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
@keyframes popup-swing {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
    }
    50% {
        transform: rotate(-6deg);
        -webkit-transform: rotate(-6deg);
    }
    75% {
        transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}
.pre-popup-wrap {
    padding: 35px;
}
.pre-popup-wrap .page-title {
    border-left: none;
    padding-left: 0;
}
.pre-popup .close {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    background: #eee;
    color: #333;
    display: inline-block;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.pre-popup .close:hover {
    background: red;
    color: #fff;
}

/*----------------------------------------
HEADER SECTION
----------------------------------------*/
.site-header { background: #b21411; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.site-logo { display: inline-block; vertical-align: middle; width: 15%;}
.site-logo a{ display: inline-block; background-color: #fff; padding: 5px 20px;}
.header-right { display: inline-block; vertical-align: middle; text-align: right; width: 84%;}

.top-header {  background: #222021; font-size: 85%; color: #c1c1c1; padding: 5px 0;}
.top-header .site-info{ display: inline-block; vertical-align: middle; margin-right: 30px; } 
.top-header .left,  .top-header .right{ display: inline-block; width: 49.5%; vertical-align: middle; } 
.top-header .right{ text-align: right; }


/*--------------------------------------
MAIN NAVIGATION
--------------------------------------*/
.site-navigation { background: #111249; }
.site-navigation .toggle-button { display: none; }
.site-navigation .nav-wrap {  float: right; }
.nav-menu { margin: 0; padding: 0; list-style: none;}
.nav-menu li:before {  display: none; }

.nav-menu li { vertical-align: middle; display: inline-block;  text-transform: uppercase; position: relative;  font-weight: 500; padding-left: 0; margin: 0 0 0 25px; }
.nav-menu li.has-children::after { content: "\f107"; font-family: fontawesome; position: absolute; right: 7px; top: 20px; color: #fff; font-size: 14px; transition: all ease 0.4s;ebkit-transition: all ease 0.4s; }
.nav-menu li.menu-active.has-children::after, .nav-menu li.has-children:hover::after { color: #e8ad34; }
.nav-menu li a { position: relative;  padding: 5px 0; outline: none; display: inline-block; overflow:  hidden; color: #fff;}
.nav-menu li.menu-active a, .nav-menu li a:hover { color: #ffb70e; }
.nav-menu li a:after{ content: ""; width: 0; height: 2px; background-color: #ffb70e; content: ""; position: absolute; bottom: 0; left: 0; display: block; opacity: 0; }
.nav-menu li a:hover:after, .nav-menu li.current_page_item a:after{ opacity: 1; width: 100%; }

.nav-menu li.inquiry a:after{ content: none; }
.nav-menu li.inquiry a{ padding: 10px 25px; background-color: #ffb70e; color: #fff; border-radius: 25px; }
.nav-menu li.inquiry a:hover{ background-color: #222021; }


.nav-menu li .sub-menu { margin: 0; padding: 0; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.3); position: absolute; top: 130%; left: 0px; width: 230px; opacity: 0; visibility: hidden;    z-index: 99; transition: all ease 0.4s; -webkit-transition: all ease 0.4s; }
.nav-menu li:hover > .sub-menu { top: 100%; opacity: 1; visibility: visible; }
.nav-menu li .sub-menu li:before { display: none; }
.nav-menu li .sub-menu li {width: 100%;   padding-left: 0;}
.nav-menu li .sub-menu li.has-children:after { content: "\f105"; color: #333; top: 50%; margin-top: -10px; }
.nav-menu li .sub-menu li a {  border-bottom: 1px solid rgba(0,0,0,0.08);  color: #333;  font-size: 14px;  padding-top: 15px;  padding-bottom: 15px;  width: 100%; }
.nav-menu li .sub-menu li.has-children:hover:after, 
.nav-menu li .sub-menu li a:hover {
	color: #e8ad34;
}
.nav-menu li .sub-menu li .sub-menu {
	top: 10px;
	left: 100%;
}
.nav-menu li .sub-menu li:hover > .sub-menu {
	top: 0;
}
.search-section {
    float: right;
    width: 5%;
    text-align: right;
    position: relative;
    margin-top: 15px;
}
.search-section > .fa {
    color: #111249;
    font-size: 16px;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.search-section > .fa:hover, 
.search-section > .fa:focus {
	background: transparent;
	color: #fff;
}
.search-form {
    position: absolute;
    top: 60px;
    right: 0;
    background: #eee;
    padding: 20px;
    overflow: hidden;
    width: 320px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.search-form.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.search-form form {
    background: #fff;
    border: 1px solid #ddd;
}
.search-section input[type="text"] {
    width: calc(100% - 45px);
    height: 40px;
    padding: 5px 10px;
    background: transparent;
    border: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.search-section button {
    background: none;
    border: none;
    font-size: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    color: #777;
    cursor: pointer;
    display: inline-block;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.search-section button:hover {
	color: #333;
}

/*---------------------------------------
MAIN SLIDER SECTION
---------------------------------------*/
.site-banner {margin-bottom: 0;}
.site-banner .slider-img { height: 80vh; background-size: cover; background-position: center center;}
.site-banner ul li:before {display: none; }
.site-banner ul li { padding-left: 0; }
.site-banner ul li .slider-caption { position: absolute; left: 0; bottom: 0; width: 30%; }
.site-banner ul li .slider-caption .kh-wrapper { width: 100%; background: rgba(172,18,17,0.8); padding: 50px 40px; color: #fff; margin: 0 auto; }
.site-banner ul li .slider-caption .v-center-outer { width: 100%; display: table; height: 100%; }
.site-banner ul li .slider-caption .v-center-inner { display: table-cell; width: 100%; height: 100%; vertical-align: middle; margin: auto; }
.slider-caption h2 { font-weight: 400; font-size: 40px; margin-top: 0; display: inline-block; position: relative; margin-bottom: 0;  line-height: 1.2; color: #fff; }

.slider-caption .slider-desc { font-size: 16px; }
.slider-caption .slider-desc .white-btn { margin-top: 20px; background: #fff; display: inline-block; padding: 10px 20px;  color: #333; border-radius: 3px; line-height: 1.4;  }
.slider-caption .slider-desc .white-btn:hover { background: #d49e37; color: #fff; }

.short-info { background: #222021; color: #fff; padding: 30px 0; margin-bottom: 80px; border-bottom: 1px solid #ddd; }
.short-info .wrap{ display: flex; line-height: 1.2; border-right: 1px dashed #bdbdbd; justify-content: center; }
.short-info .one-forth:last-child .wrap{ border: 0;}
.short-info .wrap .icon{ font-size: 25px; margin-right: 10px; color: #ffa700; }
span.big {
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}


.one-forth{ width: 24.6%; display: inline-block; vertical-align: top; }
.half{ width: 49.5%; display: inline-block; vertical-align: top; }

/*----------------------------------------------
ABOUT SECTION
----------------------------------------------*/
.about-section {  margin-bottom: 80px; }
.about-section .about-img { position: relative;  display: inline-block; vertical-align: top; width: 49%;  padding-left: 30px;}
.about-section .about-content-wrap { display: inline-block; vertical-align: middle; width: 50%; padding-left: 30px; margin-top: 80px; }


/*---------------------------------------
AMENITIES SECTION
----------------------------------------*/
.amenities-section {
    background: #eee;
    padding: 80px 0 50px 0;
    text-align: center;
    margin-bottom: 80px;
}
.amenities-icon-block {
    display: inline-block;
    width: 12%;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 30px;
}
.amenities-icon-block:nth-child(7n) {
    margin-right: 0;
}
.amenities-icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 20px auto;
    line-height: 110px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.amenities-icon-block:hover .amenities-icon {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.amenities-icon::before {
    content: "";
    background: radial-gradient(rgba(0,0,0,0.35), transparent 50%);
    background: -webkit-radial-gradient(rgba(0,0,0,0.35), transparent 50%);
    background: -moz-radial-gradient(rgba(0,0,0,0.35), transparent 50%);
    background: -ms-radial-gradient(rgba(0,0,0,0.35), transparent 50%);
    background: -o-radial-gradient(rgba(0,0,0,0.35), transparent 50%);
    position: absolute;
    bottom: -30px;
    height: 15px;
    width: 100%;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.amenities-icon-block:hover .amenities-icon:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.amenities-icon::after {
    content: "";
    border: 2px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 6px;
}
.amenities-icon-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
}

/*------------------------------------------
YOUTUBE SECTION
------------------------------------------*/
.youtube-section { padding: 70px 0; background-color: #f5f5f5; }
.youtube-section-left { float: left; width: 50%; padding-right: 30px; }
 
.testi-wrap { position: relative;  padding-left: 50px; margin-top: 10px; }
span.quote { position: absolute; left: 0; font-size: 70px; line-height: 1; color: #B21411; }
.testi-wrap .content { font-size: 16px; font-style: italic;}
.testi-wrap h4{ margin-bottom: 0; }
.author span{ font-size: 90%; opacity: 0.8; } 
 
.social-links { margin-top: 20px;}

footer .social-links{}

.footer-bottom .left span{ display: inline-block; margin-right: 20px; }

.social-links a { display: inline-block; width: 40px; text-align: center; height: 40px; line-height: 40px; background: #eee; border-radius: 100%; font-size: 16px; margin-right: 5px; color: #fff; border: 1px solid #eee; }
.social-links a:focus { outline: none;}
.social-links a.facebook { background: #4e71a8; border-color: #4e71a8;}
.social-links a.facebook:hover { background: transparent; color: #4e71a8;}
.social-links a.twitter { background: #1cb7eb; border-color: #1cb7eb;}
.social-links a.twitter:hover { background: transparent; color: #1cb7eb;}
.social-links a.google-plus { background: #e3411f; border-color: #e3411f;}
.social-links a.google-plus:hover { background: transparent; color: #e3411f;}

.top-header .social-links{ margin: 0; }
.top-header .social-links a{ width: 25px; height: 25px; line-height: 25px; font-size: 12px; margin: 0 0 0 3px; }

.social-links a.youtube { background: #ca3737; border-color: #ca3737;}
.social-links a.youtube:hover { background: transparent; color: #ca3737;}

.youtube-section-right { float: left; width: 50%; padding-left: 30px;}
.youtube-section-right > h2 {
    background: #e9e9e9;
    margin: 0;
    padding: 15px 20px;
    line-height: 30px; 
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.youtube-video { position: relative; }
.youtube-video:before, .youtube-video:after{ content:"";  background-color: #B21411; position: absolute; display: block; width: 70px; height: 70px; z-index: 1; }
.youtube-video:before{ top: -5px; right: -5px; } 
.youtube-video:after{ bottom: 0; left: -5px; }
 .vid-wrap{ position: relative; z-index: 2; }
.youtube-video iframe { 
    border: 3px solid #fff;   
    position: static !important;
    height: 360px !important;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.testi-wrap .bx-wrapper .bx-pager{ text-align: left; position: relative; margin-top: 20px; }


/*---------------------------------------------
CONTACT FORM SECTION
---------------------------------------------*/
.map-section { float: left; width: 50%;}
.map-section iframe {width: 100%; height: 470px;}
.form-section { /*background: #656565; */ float: right; width: 50%; padding: 50px 30px;}
 

.form-section .half{ width: 48.6% }
.form-section .half.right{ margin-left: 2%; }

.form-section .wpcf7 form label { display: none; }
.contact-form input, .contact-form textarea { padding: 10px 15px; border: none; height: 40px; width: 100%; margin-bottom: 10px;  color: #777; font-family: lato; }
.contact-form input:focus, .contact-form textarea:focus {color: #333;}
.contact-form textarea { height: 100px; width: 100%;}
.wpcf7-form-control.g-recaptcha { margin-bottom: 15px; }
.contact-form input[type="submit"] {
    background: none;
    width: auto;
    color: #fff;
    border: 2px solid #ffa700;
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    height: initial;
}
.contact-form input[type="submit"]:hover { background: #ffa700; color: #000;}


section.contact-form-section{ box-shadow: 0 0 100px rgba(0,0,0,0.15);  }
.contact-info img{ margin-bottom: 20px; }
.contact-info span{ font-size: 18px; margin-bottom: 10px; display: block; }
.contact-info span .fa{  width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #eee;
    border-radius: 100%;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 16px; 
    top: 0;
    left: 0; 
}

/*-------------------------------------------------
FOOTER SECTION
--------------------------------------------------*/
.site-footer { border-top: 2px solid #ddd; padding: 60px 0 20px; text-align: center;  font-size: 13px;}
.partner-logo { margin-bottom: 20px; }
.partner-logo span { margin-right: 30px; }
.footer-menu ul { margin: 0; padding: 0; list-style: none; }
.footer-menu ul li:before { display: none; }
.footer-menu ul li { margin-bottom: 0; display: inline-block; position: relative; padding-left: 0;}
.footer-menu ul li a { display: inline-block; padding: 10px 15px; text-transform: uppercase; font-size: 13px; line-height: 30px; position: relative; }
.footer-menu ul li a:hover { color: #2086ca; text-decoration: underline;}
.footer-menu ul li a::after { content: "|"; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.footer-menu ul li:last-child a::after { display: none; }
.copyright a { color: #2086ca; font-size: 16px; }
.copyright a:hover { text-decoration: underline; }



/*---------------------------------------------------
BUNGLOW SPECIFICATION PAGE
----------------------------------------------------*/
.page-images a {
    display: inline-block;
    width: 24.33%;
    margin-right: 5px;
    box-shadow: 0 0 0 1px #ddd;
    margin-bottom: 8px;
    line-height: 0;
    border: 5px solid #eee;
    overflow: hidden;
}
.page-images a img {
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.page-images a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.page-images a:nth-child(4n) {
    margin-right: 0;
}

/*-------------------------------------------
PROJECT HIGHLIGHT
-------------------------------------------*/
.project-highlight p {
    margin: 0;
}
.project-highlight ul {  margin: 0; padding: 0; } 
.project-highlight ul li{ margin-bottom: 15px; }

.project-highlight .page-images { padding-top: 0; }
.project-highlight .page-images a{ width: 48.5%; }


 


/*-------------------------------------
CONTACT PAGE
-------------------------------------*/
.contact-page-form {
    float: left;
    width: 50%;
    padding-right: 30px;
}
.contact-page-form form input[type="text"], 
.contact-page-form form input[type="email"], 
.contact-page-form form input[type="tel"], 
.contact-page-form form textarea {
    width: 100%;
    padding: 10px 20px;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    margin-top: 5px;
    font-size: 16px;
    color: #999;
    font-family: lato;
}
.contact-page-form form textarea {
    height: 150px;
}
.contact-page-form form input[type="text"]:focus, 
.contact-page-form form input[type="email"]:focus, 
.contact-page-form form input[type="tel"]:focus, 
.contact-page-form form textarea:focus, 
.contact-page-form form input[type="text"]:active, 
.contact-page-form form input[type="email"]:active, 
.contact-page-form form input[type="tel"]:active, 
.contact-page-form form textarea:active {
    color: #333;
    border-color: #ccc; 
}
.contact-page-form form label {
    display: block;
    font-weight: 600;
}
.contact-page-form form input[type="submit"] {
    padding: 15px 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: lato;
    font-weight: 400;
    color: #fff;
    background: #111249;
    border: none;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 3px;
}
.contact-page-form form input[type="submit"]:hover {
    background: #d49e37;
    color: #fff;
}
.contact-info-section {
    float: right;
    width: 50%;
}


.contact-info-section .google-map{ margin-top: 30px; }

.contact-info-section h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #111249;
}
.contact-info-section h4 + p {
    font-style: italic;
}
.contact-info-section p {
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-info-section p a {
    color: #4345C2;
}
.contact-info-section p a:hover {
    text-decoration: underline;
}

/*----------------------------------------
ABOUT DEVELOPER
-----------------------------------------*/
.sidebars .entry-content {
    float: left;
    width: 65%;
    padding-right: 40px;
    word-break: break-all;
}
.sidebars .right-sidebar {
    float: right;
    width: 35%;
}
.developer-profile {
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 15px;
}
.developer-profile .developer-img {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 5px;
}
.developer-profile .dev-profile-wrap {
    display: inline-block;
    width: 68%;
    vertical-align: top;
    padding-left: 20px; font-size: 85%;
}
.developer-profile .dev-profile-wrap h4 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.developer-profile .dev-profile-wrap .dev-position { margin: 0 0 10px 0; color: #999; }
.developer-profile .dev-profile-wrap .dev-description {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #999;
}

/*------------------------------------------------
MASTER PLAN
------------------------------------------------*/
.legend-block, 
.indexing-block {
    margin-bottom: 40px;
}
.legend-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.legend-content ul li {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #777;
    padding-left: 0;
    margin-bottom: 10px;
}
.legend-block ul li:before, 
.indexing-block ul li:before {
    display: none;
}
.legend-content ul li .legend-alpha {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #eee;
    border-radius: 100%;
    margin-right: 10px;
    vertical-align: middle;
}
.indexing-block ul li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #eee;
    vertical-align: middle;
    margin-right: 10px;
}
.indexing-block ul li span.rajah {
    background: #fbcc7a;
}
.indexing-block ul li span.christine {
    background: #e86c0c;
}
.indexing-block ul li span.corn {
    background: #eec303;
}
.indexing-block ul li span.burning-sand {
    background: #D98F74;
}
.indexing-block ul li span.korma {
    background: #8d5112;
}
.indexing-block ul li span.mine-shaft {
    background: #2f2f2f;
}

/*--------------------------------------------
VIDEO GALLERY PAGE
--------------------------------------------*/
.video-gallery .video-block {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.video-gallery .video-block:nth-child(3n) {
    margin-right: 0;
}
.video-gallery .video-block:nth-child(3n+1) {
    clear: both;
}
.video-block > h2 {
    background: #e9e9e9;
    margin: 0;
    padding: 10px 20px; 
    font-size: 20px; 
    letter-spacing: 0px; 
    text-transform: capitalize;
}

.video-block .youtube-video {
    line-height: 0;
}
.video-gallery .youtube-video iframe {
    border: 10px solid #eee;
    position: static !important;
    height: 300px !important;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.video-gallery .youtube-video:before, .video-gallery .youtube-video:after{ content: none; } 


/*---------------------------------------
PHOTO GALLERY PAGE
---------------------------------------*/
.photo-gallery .gallery a {
    float: left;
    width: 22.66%;
    margin-right: 3%;
    margin-bottom: 30px;
    position: relative;
    line-height: 0;
    display: block;
}
.photo-gallery .gallery a:nth-child(4n) {
    margin-right: 0;
}
.photo-gallery .gallery a::before {
    content: "";
    background: rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   opacity: 0;
    visibility: hidden;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.photo-gallery .gallery a:hover::before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.photo-gallery .gallery a .gallery-img-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Slabo 27px', serif;
    font-weight: 400;
    margin: 20px 0 0 0;
    z-index: 1;
    line-height: initial;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.photo-gallery .gallery a:hover .gallery-img-title {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 0;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

/*-----------------------------------------------
SEARCH RESULT PAGE
-----------------------------------------------*/
.search-result .search-result-block {
    background: #f0f0f0;
    padding: 25px;
    margin-bottom: 40px;
}
.search-result .search-result-block:last-child {
    margin-bottom: 0;
}
.search-result .entry-title {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: none;
    padding-bottom: 0;
}
.search-result .entry-content p {
    margin-top: 0;
    margin-bottom: 0;
}

/*----------------------------------------
ABOUT US PAGE
----------------------------------------*/
.about-us-page .entry-content > figure {
    float: right;
    width: 40%;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
    margin-left: 25px;
    margin-bottom: 20px;
}

/*-------------------------------------------
PDF FILE DOWNLOAD
-------------------------------------------*/
.pdf-wrap {
    background: transparent;
    float: left;
    width: 31%;
    margin-right: 3%;
    text-align: center;
    border: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: 35px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.pdf-wrap:nth-child(3n) {
    margin-right: 0;
}
.pdf-wrap:nth-child(3n+1) {
    clear: both;
}
.pdf-wrap:hover {
    background: #ddd;
}
.pdf-wrap a {
    display: block;
}
.pdf-wrap img {
    padding-left: 20px;
    padding-right: 20px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
}
.pdf-wrap:active img {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}
.pdf-wrap .entry-title {
    border-bottom: none;
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
    background: #ddd;
    padding: 15px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.pdf-wrap:hover .entry-title {
    background: #fff;
}


.preloader-flag{ background-size: initial !important; }

.nav-menu li a:after, .nav-menu li a { transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; }

.class-wrap {font-size: 17px;position: relative;padding-left: 50px;line-height: 1.2;margin-top: 30px;letter-spacing: 0.02em; }
.class-wrap i { position: absolute; left: 0; top: 5px; font-size: 50px; color: #B21411;}
.class-wrap span { display: block; font-size: 32px; color: #B21411; letter-spacing: 0.04em;  }

.mission { display: flex; margin: 30px 0;}
.mission .fig-wrap{ margin-right: 20px; width: 250px; }
.mission figure{ border: 1px solid #ddd; padding: 5px;  }
.mission .content{ width: calc(100% - 270px); }

.news-wrap { margin: 0 -15px; }

.blog-wrap { display: inline-grid; width: 33%;  padding: 0 15px; vertical-align: top; margin-bottom: 30px; }
.blog-wrap .entry-content{ padding: 20px; word-break: break-all; }
.entry-img {  vertical-align: bottom;}
.entry-img img { vertical-align: bottom; }
.blog-wrap .entry-content { padding: 30px; word-break: break-all; border: 1px solid #ddd; margin: 0; }
.blog-wrap .entry-meta{ font-size: 90%; opacity: 0.7; }
.entry-meta span{ display: inline-block; margin-right: 15px; } 
.blog-wrap .entry-title{ margin-bottom: 15px; }
.blog-wrap .fa-chevron-right{ font-size: 12px; }

.blog-wrap.single{ width: 100%; display: block; }
.blog-wrap.single .entry-img{ margin-bottom: 20px; }
.blog-wrap.single .entry-content{ border: 0; padding: 0; }

hr{ border-color: #fff; opacity: 0.8; }

.pagination  { list-style: none; display: inline-block; margin: 0 0 30px; padding: 0;}
.pagination  .page-numbers { transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;  min-width: 40px; padding: 0 5px; text-align: center; display: inline-block; line-height: 2.5; border: 1px solid #ddd; }
.pagination .page-numbers.current, .pagination .page-numbers:hover{ border-color: transparent; background-color: #b21411; color: #fff;  }

a.scrollUp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: none;
    color: #fff;
    background: #B21411;
    z-index: 2;
    text-align: center;
    line-height: 2.5;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
}

.scrollUp.shw{
    display: block;
}

a.scrollUp.shw{
    animation-name: slideright;
    -webkit-animation-name: slideright;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideright {
    0% {
        transform: translateX(150%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@-webkit-keyframes slideright {
    0% {
        transform: translateX(-30%);
    }
    100% {
        transform: translateX(0%);
    }
}