@import url(http://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,400italic,700,300italic,100italic,100,300);
* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 17px; line-height: 22px; color: #5b5b5b; font-family: 'Lato', sans-serif; background: #fff; }
*::-webkit-input-placeholder { opacity:1; color: #5b5b5b; }
*::-moz-placeholder {opacity:1;color: #333; }
*:-ms-input-placeholder {opacity:1;color: #333;}

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 5px 0 0 5px; display: inline-block; vertical-align: top;}
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Lato', sans-serif; }

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

h2 { font-size: 30px; line-height: 35px; font-weight:700;text-transform:uppercase; letter-spacing: 0.10em; }
h3 { font-size: 23px; line-height: 28px; font-weight:300; }
p { font-weight:300; }
.button { background:url(../images/header-bg.jpg) left top repeat-x #ff8f06; font-size: 18px; line-height: 22px; padding: 14px; text-transform:uppercase; color:#fff; font-weight:700; letter-spacing: 0.10em; text-align: center; display: block; background-size: 1px 100%; }
.button:hover { background-image:none; }
a[href^="tel"] { cursor: default; }
a[href^="tel"]:hover { text-decoration:none !important; }


/* common */
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; }

#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 5px; display: none; right: 5px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #ff9008; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }
#back-to-top.show:hover { opacity: 1; }
a.close, a.mobilemenu { display: none; }

/* wrapper */
#wrapper { width: 100%; min-height: 100%; position: relative; overflow: hidden; }
.centering { padding: 0 15px; max-width: 1200px; margin: auto; position: relative; }

/* header-part */
header { position: fixed; left:0; box-shadow: 0px 15px 25px rgba(0,0,0,.2); -webkit-box-shadow: 0px 15px 25px rgba(0,0,0,.2); -ms-box-shadow: 0px 15px 25px rgba(0,0,0,.2); top:0; z-index: 99999; width: 100%; background:url(../images/header-bg.jpg) left bottom repeat-x #ffb41a; }
header .centering { max-width: 1460px; }
header .logo { width: 229px; padding: 9px 15px 1px 0; float: left; position: relative; }
header .logo a { width: 214px; float: right; display: block; position: relative; z-index:99;  }
header .logo:before { width: 3000px; content:''; height: 100%; z-index:1; position:absolute; right:0; top:0; background: url(../images/bg.jpg) repeat; }
header nav li { float: left; font-size: 19px; letter-spacing: 0.01em; text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.2); line-height: 24px; text-transform:uppercase; font-weight:900; position: relative; }
header nav li a { color: #fff; padding: 29px 13px; display: block;}
header nav { padding: 0 240px 0 0; float: left; margin: 0 0 0 25px; }
header nav li ul { box-shadow:10px 25px 25px rgba(0,0,0,0.2); -webkit-box-shadow:10px 25px 25px rgba(0,0,0,0.2); -ms-box-shadow:10px 25px 25px rgba(0,0,0,0.2);  width: 250px; position:absolute; left:0; top:100%; background: #ff8f06; transition:all 0.3s; -webkit-transition:all 0.3s; -ms-transition:all 0.3s; transform-origin: 0 0; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform: scale(1,0); -webkit-transform: scale(1,0); -ms-transform: scale(1,0); opacity:0; }
header nav li:hover ul { opacity:1; transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); }
header nav li li { width: 100%; border-top: 1px solid rgba(255,255,255,0.60); }
header nav li li:first-child { border:0; }
header nav li li a { padding: 10px 13px; }
header nav li.active a,header nav li:hover a ,header nav li a:hover { background: rgba(0,0,0,0.1); }
header nav li:hover li a:hover { background: none; }
header .language { transition:all 0.3s; -webkit-transition:all 0.3s; -ms-transition:all 0.3s; position:absolute; right:25px; top:28px; }
header .language li { display: inline-block; vertical-align: middle; margin: 0 0 0 4px;}
header .language li span { padding: 0 10px; display: block; font-size: 12px; font-weight:900; text-transform:uppercase; text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.2); color:#fff; }
header .language li a { display: block; }
header .language li a:hover { transform: scale(1.1); }
header.fixed nav > ul > li > a { padding-top: 15px; padding-bottom: 15px; }
header.fixed .logo a { width: 130px; }
header.fixed .language { top: 13px; }

/* banner-part */
#banner-part { z-index: 99; width: 100%; position: relative; }
#banner-part:before { height: 162px; width: 100%; content:''; position:absolute; left:0; bottom:0; background:url(../images/shadow.png) left bottom repeat-x; background-size: 1px 100%; z-index:999; }
#banner-part a.arrow { z-index: 1000; animation: mymove 1.5s infinite; -webkit-animation: mymove 1.5s infinite; position: absolute; left: 50%; bottom:160px; margin: 0 0 0 -15px; }

/*content-part*/
#content-part { min-height:200px; width: 100%; position: relative; }

/*available_sec*/
.available_sec { max-width: 630px; position:absolute; left:50px; top: -50px; transform: translate(0,-100%); -webkit-transform: translate(0,-100%); -ms-transform: translate(0,-100%);  width:auto; background:url(../images/bg.jpg) repeat; z-index:999; color: #fff; padding: 28px 15px 40px 28px; }
.available_sec:before { width: 211px; height: 161px; background:url(../images/tags.png) no-repeat; background-size:100% 100%; content:''; position:absolute; right:22px; top:-6px; }
.available_sec .head { padding-right: 228px; }
.available_sec h1 span { color: #ffae17; display: block; }
.available_sec .head h1 { font-size: 28px; padding-bottom:20px; line-height: 39px; letter-spacing: 0.10em; color:#fff; text-transform:uppercase; font-weight:700;  }
.available_sec p { font-size: 18px; line-height: 25px; letter-spacing: 0.10em;}

/*detail_sec*/
.detail_sec { position: relative; padding: 180px 70px 50px 80px; min-height: 965px; width:auto; overflow: hidden; background-position: center center; background-size:cover; }
.detail_sec:before { height: 162px; width: 100%; content:''; position:absolute; left:0; bottom:0; background:url(../images/shadow.png) left bottom repeat-x; background-size: 1px 100%; }
.detail_sec .text { z-index:99; background:url(../images/bg.jpg) repeat; max-width: 530px; position: relative; float: right; padding: 40px 55px 115px; min-height: 630px; color:#fff; }

.detail_sec.inclusions_floorplan { position: relative; padding: 50px 70px 50px 70px; min-height: 600px; width:auto; overflow: hidden; background-position: center center; background-size:cover; }
.detail_sec.virtual_tours { position: relative; padding: 50px 70px 50px 70px; min-height: 600px; width:auto; overflow: hidden; background-position: center center; background-size:cover; }
.virtual_tours .text { z-index:99; background:url(../images/bg.jpg) repeat; max-width:960px; width:960px; position: relative; float: none; padding: 30px 30px 30px; min-height: auto; color:#fff; margin:0 auto; }

.detail_sec .text1 { z-index:99; background:url(../images/bg.jpg) repeat; max-width: 530px; position: relative; float: left; padding: 40px 55px 40px; min-height: 630px; color:#fff; margin-right:40px; }
.detail_sec .text2 { z-index:99; background:url(../images/bg.jpg) repeat; max-width: 700px; position: relative; float: left; padding: 40px 55px 40px; min-height: 630px; color:#fff; }
.detail_sec  ul { margin-left:15px; }
.detail_sec  ul li { list-style:disc; padding-bottom:4px; }
.detail_sec.inclusions_floorplan h3 { text-transform:uppercase; }

.detail_sec img { height:auto; }

.detail_sec h2:after { width: 135px; height: 2px; background:#fff; display:block; margin: 20px 0 23px; content:''; }
.detail_sec h3 { padding-bottom: 20px; }
.detail_sec .link { position:absolute; left:0; bottom:0; width:100%; padding: 0 50px 40px; }
.detail_sec .button { background:url(../images/header-bg.jpg) left top repeat-x #ff8f06; font-size: 18px; line-height: 22px; padding: 14px; text-transform:uppercase; color:#fff; font-weight:700; letter-spacing: 0.10em; text-align: center; display: block; background-size: 1px 100%; }
.detail_sec .button img { display: inline-block; vertical-align: middle; margin: 0 10px 0 0; }
.detail_sec .button:hover { background-image:none; }
.detail_sec.left .text { float: left; }
.detail_sec sup { display: inline-block; vertical-align: top; font-size: 11px ;line-height: 15px; padding: 5px 0 0 5px; }
.detail_sec p { padding-bottom: 15px; }
.detail_sec p:nth-of-type(last) { padding:0; }
.detail_sec a { color:#fff; }

/*explore_sec*/
.explore_sec { width:auto; overflow: hidden; background:url(../images/image2.jpg) center center no-repeat; background-size:cover; padding: 95px 85px 40px; border-bottom: 1px solid #fff; border-top: 1px solid #fff; }
.explore_sec .text { text-shadow: 1px 1px 1px rgba(0,0,0,0.2); max-width: 600px; margin:auto;color:#fff; text-align: center; }
.explore_sec h2:after { width: 135px; height: 2px; background:#fff; display:block; margin: 12px auto 28px; content:''; }
.explore_sec ul { margin: 30px -45px; overflow: hidden;  }
.explore_sec li { width: 33.33%; float: left; padding: 45px 45px 0; }
.explore_sec .inner { padding: 50px 14px 14px; text-align: center; width: 100%; background:url(../images/bg.jpg) repeat; }
.explore_sec img.icon { display: inline-block; vertical-align: middle; }
.explore_sec h4 { padding: 0 0 5px 7px; display: inline-block; vertical-align: middle; font-size: 25px; line-height: 30px; color:#fff; font-weight:700; text-transform:uppercase; letter-spacing: 0.10em; }
.explore_sec .heading { padding-bottom: 25px; }
.explore_sec img.car { display: inline-block; vertical-align: top; transition:all 0.3s; -webkit-transition:all 0.3s; -ms-transition:all 0.3s; }
.explore_sec li .inner:hover img.car { transform: scale(1.05); -webkit-transform: scale(1.05); -ms-transform: scale(1.05); }
.explore_sec .button { margin-top: 15px; padding: 18px 10px; }

footer { width:100%; display: table; overflow: hidden; border-top: 1px solid #fff; }
footer .left { box-shadow: 10px 0px 15px rgba(0,0,0,0.15); position: relative; z-index:1; width: 350px; display: table-cell; vertical-align: top; color:#fff; background:url(../images/bg.jpg) repeat; text-align: center; padding: 100px 20px 65px; }
footer .right { position: relative; display: table-cell; vertical-align: top; background:url(../images/footer-image.jpg) center top no-repeat; background-size:cover;padding: 25px 0 0 40px; }
footer a.logo { display: inline-block; vertical-align: top; }
footer address { font-style:normal; line-height: 26px; padding: 27px 0; letter-spacing: -0.02em; }
footer .phone span { display: block; padding: 2px 0; font-weight:700; }
footer .left a {color:#fff; }
footer .phone span a { font-weight:400; }
footer .phone { padding-bottom: 20px; }
footer .mail { font-weight:700; }
footer .mail a {font-weight:400; }
footer .mail a:hover { text-decoration:underline; }
footer img.kangaroo { margin: 25px auto 35px; display: inline-block; vertical-align: top; }
footer .social li { display: inline-block; margin: 0 10px; vertical-align: top; }
footer .social li a:hover { opacity: 0.50 }
footer .social li a { display: block; }
footer span.caption { padding: 50px 0; margin: 0 0 0 45px; letter-spacing: 0.03em; max-width: 630px; font-size: 23px; line-height: 30px; color:#373e46; display: block; }
footer span.caption a { font-weight:700; color:#373e46; }
footer .bottom { position:absolute; left:0; bottom:0; width:100%; padding: 0px 0 15px 40px; }
footer .menu { padding: 0 10px 0 5px; width: 100%; overflow: hidden; background:url(../images/header-bg.jpg) left top repeat-x; background-size: 1px 100%; }
footer .menu ul { float: left; }
footer .menu span.visit,footer .menu li { font-size: 22px; text-shadow: 2px 2px 2px rgba(0,0,0,0.2); -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.2); -ms-text-shadow: 2px 2px 2px rgba(0,0,0,0.2); line-height: 26px; color:#fff; text-transform:uppercase; font-weight:900; float: left; }
footer .menu li.active a,footer span.visit a:hover,footer .menu li a:hover { background: rgba(0,0,0,0.1); }
footer .menu li a { color:#fff; padding: 17px 15px 17px; display: block; }
footer .menu span.visit { letter-spacing: normal; float: right; }
footer .copyright { padding: 12px 22px 0 0; width: 100%; color:#fff; overflow: hidden; }
footer .copyright a { color:#fff; }
footer .copyright a:hover { text-decoration:underline; }
footer .copyright ul { float: left; }
footer .copyright span.website { float: right;  font-size: 15px; line-height: 20px; color:#fff; font-weight:700; letter-spacing: -0.03em; }
footer .copyright li { float: left; font-size: 15px; line-height: 20px; color:#fff; font-weight:700; letter-spacing: -0.03em; margin-right: 15px; }
footer span.visit a { padding: 17px 15px; display: block; color:#fff; }

@keyframes mymove { 0%{ transform: translateY(0); } 50%{ transform: translateY(-22px); } 100%{ transform: translateY(0); }}
@-webkit-keyframes mymove { 0%{ transform: translateY(0); -webkit-transform: translateY(0); } 50%{ transform: translateY(-22px); -webkit-transform: translateY(-22px); } 100%{ transform: translateY(0); -wetransform: translateY(0); }}

.heading_sec {
    background: url(../images/bg.jpg) repeat;
    padding: 40px 55px 40px;
    color: #fff;
}
.heading_sec  h1, .heading_sec  h2 { text-align:center; font-weight:300; text-transform:uppercase; font-size:30px; }

.photo_gallery_row .wpb_single_image { margin-bottom:6px !important; margin-right:6px; }
.photo_gallery_row .wpb_single_image img, .gallery_single_image { width:100%; }

.page-gallery h3 { text-align:center; background:#111111; padding:15px; color:#fff; }

.page-list {
    margin:40px 0;
    text-align:center;
}
.page-list li {
    margin-bottom:10px;
}
.page-list li {
    font-size:19px;
}
.page-list .children li {
    font-size:16px;
}
.page-list ul {
    margin-top:20px;
}
.page-list ul li a:before {
    content:"- ";
}
.page-list a {
    color:#333;
}
.page-list a:hover {
    color:#ff8f06;
}
