/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:normal;}li{margin-left:15px;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
  font-family: 'FontAwesome';
  src: url('../css/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../css/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../css/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body{
	position: relative;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 0.5em;
}
.st-container {
	position: relative;
	overflow: hidden;
}
.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	perspective: 1000px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	overflow: hidden;
}
.st-content::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	z-index: 145;
}
.st-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	visibility: hidden;
	width: 80%;
	height: 100%;
	background: #39464a;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	display: none;
}
.st-content {
	overflow-y: scroll;
	overflow-x: hidden;
	overflow-y: auto;
}
.st-menu-open .st-pusher {
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0);
	overflow: visible;
}
.st-menu-open .st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.st-menu-open .st-content::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#menu-st-menu,#menu-st-menu li {
    list-style: none;
}
#menu-st-menu li {
    padding: 5px 0px;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding-left: 15px;
}
#menu-st-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
#menu-st-menu ul {
    margin-bottom: 0;
}
#menu-st-menu ul li {
    border-bottom: 0;
}
#st-header-menu ul {
    margin: 0;
    list-style: none;
}
#st-header-menu li {
    margin: 0;
    list-style: none;    color: #fff;  font-weight: bold;  position: relative;
    padding: 15px 62px 15px 10px;
    font-size: 14px;
}
#st-header-menu > ul > li {
    border-top: 1px solid #7a7a7a;  border-bottom: 1px solid #1a2022;
}
#st-header-menu ul ul > li {
    padding-bottom: 0;
}
#st-header-menu a {
    color: #fff;
    text-decoration: none;
}

p,ol,ul {
	margin-bottom: 1em;
}
p.dropcap:first-letter {
	display: block;
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin: 0px 8px 5px 0;
}
blockquote{
	padding: 35px;
	position: relative;
}
blockquote p{
	padding-left: 35px;
}
blockquote:before{
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	content: "\f10d";
	font-size: 30px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {float: left;margin-right: 20px;}
.alignright {float: right;margin-left: 20px;}
.alignleft,.alignright,.aligncenter{
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}
img.no-border {
	border: 0;
	box-shadow: none;
}
.wp-caption {
    background: #fff;
}
.wp-caption > p {
    margin: 5px 0 0;
    text-align: center;
}
.wp-caption > img {
    max-width: 100%;
    height: auto;
}
a {
	color: #BD8D00;
	color: #beaf87;
	text-decoration: underline;
}
.one_half,
.one_of_tree,
.two_of_tree {
	float: left;
}
.one_half{width: 50%;}
.one_of_tree{width: 230px;}
.two_of_tree{width: 700px;}



/* Footer Stick
=================================*/
.wrapper {
	position: relative;
	z-index: 1;
	margin-bottom: 2em;
}
.footer {
	position: relative;
	height: auto;
	z-index: 3;
	padding: 1em 0;
}
/* end Footer Stick
=================================*/


.header {
	height: auto;
	position: relative;
	z-index: 3;
}
.logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.copyright {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 51px;
	text-align: center;
}
.contain-container {
	width: 960px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.header+.contain-container {
	z-index: 1;
}
.contain-wrapper {
	-moz-box-shadow: 3px 3px 10px #47341a;
	-webkit-box-shadow: 3px 3px 10px #47341a;
	box-shadow: 3px 3px 10px #47341a;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	z-index: 1;
}

.contain-left {
	float: left;
	width: 635px;
	padding-bottom: 30px;
}
.contain-right {
	float: right;
	width: 310px;
	padding-bottom: 30px;
}
.clear{
	clear: both;
}
.contain-left-container {
	padding-left: 30px;
}
[class*="blocks"],
ul.block,
ul.block > li {
    margin: 0;
    list-style: none;
    padding: 0;
	position: relative;
}
[class*="blocks"]:after,
ul.block:after {
    content: "";
    display: block;
    clear: both;
}
[class*="blocks"] > li,
[class*="blocks"] > section,
ul.block > li {
    float: left;
}


/* Header Menu
==========================================*/
#header-menu {
	position: relative;
	text-align: center;
}
.menu.menu-header-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu.menu-header-menu:after {
    content: "";
    display: block;
    clear: both;
}
.menu.menu-header-menu > li {
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0 -2px;
}
.menu > li > a {
	text-decoration: none;
	margin: 0px 10px;
	position: relative;
	padding: 0 5px;
	display: block;
}
.menu.menu-header-menu ul {
	position: absolute;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	box-shadow: 0 1px 5px #333;
	display: none;
}
.menu.menu-header-menu ul li {
    border-bottom: 1px solid #b8ece7;
	position: relative;
	background: rgba(74, 187, 176, 0.8);
	list-style: none;
	margin-left: 0;
	text-align: left;
}
.menu.menu-header-menu ul li.current-menu-item ,
.menu.menu-header-menu ul li:hover {
	/*background: rgba(32,140,129, 0.8);*/
}
.menu.menu-header-menu ul li a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px rgba(3, 3, 3, 1);
	display: inline-block;
	padding: 5px 15px 5px 15px;
	width: 150px;
}
.menu > li.menu-item-language > a {
	margin-left: 10px;
	margin-right: 10px;
}
.menu.menu-header-menu ul.submenu-languages li a {
	width: auto;
}
.menu.menu-header-menu > li.current-menu-item,
.menu.menu-header-menu > li.current-menu-parent,
.menu.menu-header-menu > li:hover {
}
.menu.menu-header-menu > li:last-child:hover {
	/*border-top-right-radius: 5px;*/
}

.page-container hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 20px 0;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Social Menu
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.block.social-menu > li {
	margin-right: 5px;
}
ul.block.social-menu > li:last-child {
	margin-right: 0px;
}
ul.block.social-menu > li > a {
	display: block;
	position: relative;
	width: 28px;
	height: 28px;
}
ul.block.social-menu > li.facebook > a {
	background: url(../img/social/facebook.png) no-repeat;
}
ul.block.social-menu > li.twitter > a {
	background: url(../img/social/twitter.png) no-repeat;
}

ul.block.top-social-menu {
	position: absolute;
	right: 0;
	top: 20px;
}

ul.block.footer-social-menu {
    position: absolute;
    right: 0;
    text-align: center;
	top: 3px;
}
ul.block.footer-social-menu > li {
    float: none;
    display: inline-block;
}

ul.block.footer-block {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    text-align: center;
}
ul.block.footer-block > li {
    float: none;
    display: inline-block;
	margin: 0 20px;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Footer                                                       |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer-menu {
    text-align: center;
	position: relative;
	top: 20px;
}
ul.block.footer-menu li {
    float: none;
    display: inline-block;
    border-left: 0px solid #e5cc9e;
    margin-left: 20px;
    padding-left: 20px;
}
ul.block.footer-menu li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Homepage                                                     |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div.home-block:after {
    content: '';
    display: block;
    clear: both;
}
div.home-block > section {
    float: left;
    width: 300px;
    margin-right: 22px;
}
div.home-block > section:last-child {
    margin: 0px;
}
div.home-block > section a {
	text-decoration: none;
}
div.home-block > section h2 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #b6a999;
}
div.home-block > section h2 strong {
    font-size: 16px;
    color: #52a1c9;
}
div.home-block > section p {
    border-top: 1px solid #52a1c9;
    padding-top: 10px;
    margin-top: 10px;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Gallery                                                      |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.block.gallery li {
	margin: 15px;
}
ul.block.gallery li img {
	border: 7px solid #fff;
	background: #fff;
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 10px #888;
}
ul.block.gallery h3 {
    text-align: center;
    text-transform: none;
    margin-top: 5px;
}
ul.block.gallery h3 a {
    color: inherit;
    text-decoration: none;
    font-family: inherit;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Pagingnation                                                       |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pagingnation {
    position: relative;
}
.pagingnation .page-numbers {
    color: #484848;
	font-family: "Myriad Pro","Arial Narrow",Arial,sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 5px 10px;
	text-transform: uppercase;
    float: left;
	margin-right: 1px;
}
.pagingnation .page-numbers.current,
.pagingnation a.page-numbers:hover {
    background: #beaf88;
	color: #fff;
}
.page-numbers.dots {
	padding-left: 0;
	padding-right: 0;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Button                                                       |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a.btn{color:#fff;text-decoration:none;}

.btn{display:inline-block;padding:4px 10px 4px;font-size:13px;line-height:18px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#fafafa;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);cursor:pointer;*margin-left:.3em;}.btn:first-child{*margin-left:0;}
.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-ms-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;outline:0;}
.btn.active,.btn:active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);background-color:#e6e6e6;background-color:#d9d9d9 \9;color:rgba(0, 0, 0, 0.5);outline:0;}
.btn.disabled,.btn[disabled]{cursor:default;background-image:none;background-color:#e6e6e6;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.btn-large .icon{margin-top:1px;}
.btn-small{padding:5px 9px;font-size:11px;line-height:16px;}
.btn-small .icon{margin-top:-1px;}
button.btn,input[type="submit"].btn{*padding-top:2px;*padding-bottom:2px;}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0;}
button.btn.large,input[type="submit"].btn.large{*padding-top:7px;*padding-bottom:7px;}
button.btn.small,input[type="submit"].btn.small{*padding-top:3px;*padding-bottom:3px;}

.btn { text-shadow: 0px -1px 0px #bb3100; color: #ffffff; background-color: #D94F00; background-image: -moz-linear-gradient(top, #f76d1e, #bb3100); background-image: -ms-linear-gradient(top, #f76d1e, #bb3100); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f76d1e), to(#bb3100)); background-image: -webkit-linear-gradient(top, #f76d1e, #bb3100); background-image: -o-linear-gradient(top, #f76d1e, #bb3100); background-image: linear-gradient(top, #f76d1e, #bb3100); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f76d1e', endColorstr='#bb3100', GradientType=0); border-color: #D94F00 #bb3100 #bb3100 #D94F00; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #bb3100; }
.btn:hover { color: #ffffc8; text-shadow: 0px -1px 0px #9d1300; }
.btn:focus { color: #ffb364; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #D94F00 #bb3100 #bb3100 #D94F00; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn.active, .btn:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #ffb364; }

/* class: .btn-book-now,  color theme: Wonka Land */
.btn-book-now { text-shadow: 0px -1px 0px #ae6800; color: #ffffff; background-color: #CC8604; background-image: -moz-linear-gradient(top, #eaa422, #ae6800); background-image: -ms-linear-gradient(top, #eaa422, #ae6800); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaa422), to(#ae6800)); background-image: -webkit-linear-gradient(top, #eaa422, #ae6800); background-image: -o-linear-gradient(top, #eaa422, #ae6800); background-image: linear-gradient(top, #eaa422, #ae6800); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaa422', endColorstr='#ae6800', GradientType=0); border-color: #CC8604 #ae6800 #ae6800 #CC8604; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-book-now:hover, .btn-book-now:active, .btn-book-now.active, .btn-book-now.disabled, .btn-book-now[disabled] { background-color: #ae6800; }
.btn-book-now:hover { color: #ffffcc; text-shadow: 0px -1px 0px #904a00; }
.btn-book-now:focus { color: #ffea68; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #CC8604 #ae6800 #ae6800 #CC8604; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-book-now.active, .btn-book-now:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #ffea68; }
/* end .btn-book-now */

.btn-large {
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px;
}

/* .btn-sun-splash-4 */
.btn { text-shadow: 0px -1px 0px #A17A30; color: #ffffff; background-color: #FFC861; background-image: -moz-linear-gradient(top, #e1aa43, #E5CF72); background-image: -ms-linear-gradient(top, #e1aa43, #E5CF72); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe67f), to(#e1aa43)); background-image: -webkit-linear-gradient(top, #e1aa43, #E5CF72); background-image: -o-linear-gradient(top, #e1aa43, #E5CF72); background-image: linear-gradient(top, #e1aa43, #E5CF72); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1aa43', endColorstr='#E5CF72', GradientType=0); border-color: #FFC861 #e1aa43 #e1aa43 #FFC861; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #E5CF72; }
.btn:hover { color: #ffffff; text-shadow: 0px -1px 0px #c38c25; }
.btn:focus { color: #ffffc5; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #FFC861 #e1aa43 #e1aa43 #FFC861; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn.active, .btn:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #ffffc5; }


.btn, .btn:hover, .btn:active {
    background-color: #beaf88;
    background-image: none;
    border-radius: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++
| Columns
++++++++++++++++++++++++++++++++++++++++++++++++++*/
.row-blocks {
    margin-bottom: 20px;
}
.row-blocks > div {
	float: left;
	margin-left: 2.127659574468085%;
	position: relative;
}
.row-blocks > div:first-child {
    margin-left: 0;
}
.row-blocks > div.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}
.one_half {
    width: 48.93617021276595%;
}
.one_third {
	width: 31.914893617021278%;
}
.one_fourth {
	width: 23.404255319148934%;
}
.one_sixth {
	width: 14.893617021276595%;
}
.one_eleven {
    width: 14.893617021276595%;
}
.one_twelve {
	width: 6.382978723404255%;
}
.two_third {
	width: 65.95744680851064%;
}
.three_fourth {
	width: 74.46808510638297%;
}
.two_five {
  width: 40.42553191489362%;
}
.tree_five {
  width: 57.44680851063829%;
}
.row-blocks > .span12 {
    width: 100%;
	margin-left: 0;
}
.row-blocks > .span11 {
    width: 91.48936170212765%;
}
.row-blocks > .span10 {
    width: 82.97872340425532%;
}
.row-blocks > .span9 {
    width: 74.46808510638297%;
}
.row-blocks > .span8 {
    width: 65.95744680851064%;
}
.row-blocks > .span7 {
    width: 57.44680851063829%;
}
.row-blocks > .span6 {
    width: 48.93617021276595%;
}
.row-blocks > .span5 {
    width: 40.42553191489362%;
}
.row-blocks > .span4 {
    width: 31.914893617021278%;
}
.row-blocks > .span3 {
    width: 23.404255319148934%;
}
.row-blocks > .span2 {
    width: 14.893617021276595%;
}
.row-blocks > .span1 {
    width: 6.382978723404255%;
}
.row-blocks > div.one_third:nth-child(3n+1) {
	margin-left: 0;
	clear: left;
}
.row-blocks > div img {
	max-width: 100%;
	height: auto;
}


input, textarea {
	margin-left: 0;
	box-shadow: inset 0 2px 10px -5px #ababab;
	-webkit-box-shadow: inset 0 2px 10px -5px #ababab ;
	-moz-box-shadow: inset 0 2px 10px -5px #ababab ;
	-o-box-shadow: inset 0 2px 10px -5px #ababab;
}
select, textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	display: inline-block;
	width: 100%;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
select:focus, textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(82, 168, 236, 0.6);
}


/*+++++++++++++++++++++++++++++++++++++++++++++
| Additional Styles
+++++++++++++++++++++++++++++++++++++++++++++*/
.header {
	border-top: 4px solid #beaf88;
}
.logo img {
	margin: 5px 0;
}
.menu.menu-header-menu > li {
	float: left;
	margin: 0 0 0 1px;
}
.rev_slider_wrapper {
	z-index: 1;
}
.copyright {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	font-size: .8em;
	text-align: left;
}

.property-title {
    background: #f2f2f2;
    text-align: center;
    padding: 36px 0;
    margin-bottom: 10px;
}
.property-title h1 {
    margin: 0;
    text-transform: uppercase;
}
.property-feature-slider ul.block {
	width: 100%;
}
.property-feature-slider ul.block li {
	width: 326px;
	width: 33.33%;
	min-height: 300px;
	padding: 0 5px;
}
.property-feature-slider ul.block li img {
    max-width: 100%;
    height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.property-feature-slider {
	position: relative;
	padding: 0 30px;
}
a#property-feature-prev-slide,
a#property-feature-next-slide {
	position: absolute;
	top: 40%;
	color: #666;
}
a#property-feature-prev-slide {
	left: 0;
}
a#property-feature-next-slide {
	right: 0;
}
.property-feature-slider h3 {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	margin: 5px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.property-feature-slider .info,
.property-shortdetail-blocks {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
}
.property-feature-slider .info strong {
	float: right;
}
.property-feature-slider .info .fa,
.home-footer-content .fa,
.property-shortdetail-blocks .fa {
	margin-right: 4px;
}
.property-shortdetail-blocks > span.print {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.property-shortdetail-blocks > span.print .fa {
    font-size: 24px;
}
.google-translator {
  position: absolute;
  bottom: 1em;
  right: 0;
}
ul.translation-links {
    position: absolute;
    left: -110px;
    top: 5px;
}
ul.translation-links li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
}

.currency-float select {
  width: 70px;
}
.currency-float {
  width: 70px;
  display: inline-block;
  float: right;
}



/*+++++++++++++++++++++++++++++++++++++++++++++
| Home
+++++++++++++++++++++++++++++++++++++++++++++*/
.home-footer-content li {
    list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 15px;
	position: relative;
	border-bottom: 1px solid #dedede;
}
.home-footer-content li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
}
.home-block img {
	border-width: 2px;
	margin: 0 10px 10px 0px;
}
.home-recent-property {
    margin: 20px 0;
}
.home-recent-property h2 {
	float: left;
}
.home-newsletter {
    background: #ddd;
    padding: 15px 20px;
	height: 288px;
}
.home-newsletter button.btn .fa {
    margin-right: 5px;
}
.home-newsletter #mce-EMAIL {
	margin-bottom: 2em;
}
.home-newsletter .mce-button {
	text-align: center;
}



/*+++++++++++++++++++++++++++++++++++++++++++++
| Property Single
+++++++++++++++++++++++++++++++++++++++++++++*/
.property-slide-blocks > .three_fourth {
	padding-top: 15px;
}
.property-slide-blocks.hidden img {
	display: none;
}
.property-slide-blocks img {
	max-width: 100%;
	height: auto;
}
#property-thumb-slider,
#property-thumb-slider div.slide {
	width: 100%;
	height: auto;
	position: relative;
}
#property-thumb-slider div.slide img {
	width: 48%;
	margin: 0px 2px;
}
#property-thumb-slider img {
	border: 1px solid #ddd;
	cursor: pointer;
}
#property-thumb-slider img:hover {
	border-color: #888;
}
#property-thumb-slider img.selected,
#property-thumb-slider img.selected:hover {
	border-color: #000;
}
.thumb-control {
	text-align: center;
}
.thumb-control.prev {
	display: block!important;
}
.main-control .fa,
.thumb-control .fa {
	cursor: pointer;
}
.main-control.disabled .fa,
.thumb-control.disabled .fa {
	visibility: hidden;
}
.main-control .fa {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    z-index: 1;
    opacity: .1;
	color: #000;
}
.main-control .fa:hover {
    opacity: .5;
}
.main-control.prev .fa {
    left: 10px;
}
.main-control.next .fa {
    right: 10px;
}

.property-shortdetail-blocks > span:first-child {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #797979;
}
.property-container h2[data-price-thb] {
	float: left;
}

.property-promotion {
    background: #ddd;
    padding: 20px;
}
.property-promotion h2 .fa {
    margin-right: 5px;
}

.agent-picture {
    float: left;
    margin-right: 20px;
    background: #F7F7F7;
    text-align: center;
    border: 1px solid #d7e1e4;
}
.agent-picture > strong {
    display: inline-block;
    padding: 2px 0 5px 0;
}
ul.agent-contact.block li {
    float: none;
    padding: 5px 0;
    border-bottom: 1px dotted #cccccc;
	padding-right: 10px;
}
ul.agent-contact.block {
    float: left;
}
ul.agent-contact.block li .fa {
    min-width: 30px;
    text-align: center;
}
ul.agent-contact.block li .fa.fa-mobile-phone {
	font-size: 16px;
}

.property-detail ul.block li {
    float: none;
    padding: 10px;
}
.property-detail ul.block li:nth-child(2n+1) {
    background: #F4ECD9;
    background: #f4f4f4;
}
.property-detail ul.block li strong,.property-detail ul.block li span {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.property-detail ul.block li strong {
	font-weight: normal;
}



/*+++++++++++++++++++++++++++++++++++++++++++++
| Listing
+++++++++++++++++++++++++++++++++++++++++++++*/
.listing-container > .display-result-mode {
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	padding-top: 2.127659574468085%;
	margin: 20px 0;
}
.listing-container a {
	text-decoration: none;
	color: inherit;
}
.display-grid > .item {
    margin-bottom: 2.127659574468085%;
}
.display-grid > .item > a {
	display: block;
}
.display-grid > .item h2 {
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.display-grid > .item .refid {
    display: block;
    margin-bottom: 5px;
}
.display-grid > .item .location .fa {
    margin-right: 5px;
}
.display-grid > .item [data-price-thb] {
    float: right;
	font-weight: bold;
	color: #555555;
}
.display-list .row-blocks.img-thumb img {
	width: 130px;
}
ul.block.property-icon {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	font-size: 14px;
}
ul.block.property-icon li {
	margin-right: 10px;
}
ul.block.property-icon .fa.fa-icon {
	background-image: url(../img/icon-set.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 18px;
}
.fa.fa-icon.fa-bedroom {background-position: -27px -59px;}
.fa.fa-icon.fa-bathroom {background-position: -80px -59px;}

.display-list > .item h2,
.display-list > .item [data-price-thb] {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
	padding: 0px 0 10px;
	margin: 0px;
    color: #333333;
	line-height: 24px;
}
.display-list > .item h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 65%;
}
.display-list[data-for="rent"] > .item h2 {
	width: 60%;
}
.display-list > .item h2 a:hover{
	text-decoration: underline;
}
.display-list > .item [data-price-thb],
.display-list > .item .location {
    float: right;
}
.display-list > .item .location .fa {
	margin-right: 5px;
}
.display-list > .item .refid {
    clear: left;
    display: inline-block;
	margin-bottom: 5px;
}
.display-list > .item p a {
	text-decoration: underline;
	color: #666;
}
.display-list > .item a.btn {
	color: #fff;
}
.display-list div img.main-img {
	margin-bottom: 1%;
}
.display-list .img-thumb img {
	cursor: pointer;
}
.display-list ul.block.property-icon {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	font-size: 18px;
	clear: left;
}
ul.block.listion-option {
    float: right;
}
ul.block.listion-option li {
    margin-left: 10px;
}
ul.block.listion-option li span {
    display: block;
    margin-bottom: 5px;
}
ul.block.listion-option li .fa {
    font-size: 30px;
    display: block;
    text-align: center;
}
.pagingnation.top {
	margin-top: 20px;
}
span.property-tag {
	position: absolute;
	top: 1em;
	left: 0;
	background: #d5212e;
	padding: .5em 5em .5em .5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;

    background: #beaf88;
    top: 0;
    right: 0;
    left: auto;
    padding: 10px 15px;
    font-weight: 400;
}
/*.property-tag.price-reduced {
	background-color: #c2191e;
}
.property-tag.sold {
	background-color: #d5212e;
}
.property-tag.new-feature {
	background-color: #953cac;
}
.property-tag.hot-deal {
	background-color: #d5212e;
}
.property-tag.under-offered {
    background-color: #f4772b;
}*/

.display-grid > .item > a+.grid-cover {
	display: none;
	position: relative;
	min-height: 28em;
	z-index: 1;
}
.display-grid > .item > a.grid-selected+.grid-cover {
	display: block;
}
.grid-cover-item {
	background: #000;
	padding: 4em 0;
	position: absolute;
	bottom: 0;
	color: #DDD;
}
.grid-cover-item .contain-container {
	margin: 0 auto;
}
.grid-cover-item .contain-container:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -4.6em;
	transform: translate(50%, 0);
	width: 0;
	height: 0;
	border-left: 1em solid rgba(0, 0, 0, 0);
	border-right: 1em solid rgba(0, 0, 0, 0);
	border-bottom: 1em solid #000;
}
.display-grid > .item:nth-child(3n+1) .grid-cover-item .contain-container:before {
	left: 15%;
	transform: translate(-15%, 0);
}
.display-grid > .item:nth-child(3n+3) .grid-cover-item .contain-container:before {
	left: 85%;
	transform: translate(-85%, 0);
}
.grid-cover-item .contain-container .row-blocks {
	margin: 0;
}
.grid-cover .display-list > .item h2,
.grid-cover .display-list > .item [data-price-thb] {
	color: #fff;
}
.grid-cover .display-list > .item p a {
	color: #DDD;
	color: #BD8D00;
	color: #beaf87;
	font-size: 20px;
}
.grid-cover-close {
  position: absolute;
  right: .2em;
  top: .1em;
  font-size: 2em;
  cursor: pointer;
}


/*+++++++++++++++++++++++++++++++++++++++++++++
| Search
+++++++++++++++++++++++++++++++++++++++++++++*/
.search-container {
	background: #f9f9f9;
	color: #222;
	padding: 20px 20px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.contain-container.home-search-container {
    z-index: 45;
	height: auto;
}
.home-search-container .search-container {
    position: absolute;
    left: 0;
	bottom: 11em;
    right: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.search-container > .row-blocks {
	margin-bottom: 10px;
}
.search-container .row-blocks > div:last-child {
	/*text-align: right;*/
}
.ui-selectmenu-button span.ui-selectmenu-text {
	padding-left: .4em;
	padding-right: 1.5em;
	padding-top: .3em;
	padding-bottom: .3em;
}
.ui-widget {
	font-size: inherit;
}
.ui-multiselect-header ul li,
.ui-multiselect-checkboxes li {
	margin-left: 0;
}
.ui-multiselect-header ul {
	font-size: 11px;
}
.ui-multiselect {
	padding-top: .25em;
	padding-bottom: .25em;
	width: 100%!important;
}
#s-aspect-view+.ui-multiselect span:last-child{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 85%;
	display: inherit;
}
.ui-multiselect span.ui-icon {
	margin-right: .4em;
}
.ui-menu .ui-menu-item.child-label {
	padding-left: 1.5em;
}
.ui-menu .ui-menu-item.group-label {
	font-weight: bold;
}
#form-search-property input[type="text"] {
	padding: .25em .4em;
}



/*+++++++++++++++++++++++++++++++++++++++++++++
| Article
+++++++++++++++++++++++++++++++++++++++++++++*/
.video-block article,
.blog article {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
article h2.entry-title {
    font-size: 22px;
}
.contact-form {
    font-family: Calibri,Arial,sans-serif;
}
.contact-form h2 {
    color: #777;
    font-family: Arial,sans-serif;
    font-size: 26px;
}
.primary_sidebar .contact-form {
    padding: 20px;
	border: 1px solid #ccc;
	background-color: #f3f1ee;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.primary_sidebar .contact-form h2 {
    text-align: center;
    padding: 0 5px;
}
.contact-form em {
    display: block;
	color: red;
	text-align: center;
}
.contact-form ul {
    list-style: none;
}
.contact-form li {
    margin-left: 0;
}
.contact-form li > strong {
    font-size: 15px;  color: #555;
    display: inline-block;
    padding: 5px 0;
    font-weight: normal;
}

.tablepress.tb-rate tfoot th,
.tablepress.tb-rate thead th {
	background-color: #F4ECD9;
}
.tablepress.tb-rate .odd td {
	background-color: #FDFAF3;
}

.contact-form .row-blocks {
	margin-bottom: 0;
}
.contact-form .row-blocks textarea {
	height: 142px;
}
.contact-form .row-blocks .address textarea {
	height: 87px;
}
.property-inquery {
	margin-bottom: 30px;
}

.row-blocks.buyers-guide .one_half {
	padding-left: 8%;
	margin-bottom: 20px;
}
.row-blocks.buyers-guide .one_half:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}
.row-blocks.buyers-guide .one_half > span.icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 13%;
    text-align: center;
	color: #beaf88;
}
.row-blocks.buyers-guide .one_half > span.icon .fa {
    font-size: 400%;
}



/*+++++++++++++++++++++++++++++++++++++++++++++
| Footer
+++++++++++++++++++++++++++++++++++++++++++++*/
.footer a {
	color: #fff;
	text-decoration: none;
}
ul.block.footer-social-menu {
	top: -5px;
    z-index: 1;
}
ul.block.social-menu > li > a {
	width: auto;
	height: auto;
	padding: .4em .2em;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.4em;
}
ul.block.social-menu > li > a.fa:hover{
	color: #BD8D00;
	color: #beaf87;
}



/*+++++++++++++++++++++++++++++++++++++++++++++
| Contact Us
+++++++++++++++++++++++++++++++++++++++++++++*/
.page-contact-us table img {
  box-shadow: none;
}
.no-shadow {
  box-shadow: none !important;
}



/*+++++++++++++++++++++++++++++++++++++++++++++
| Newsletter Form
+++++++++++++++++++++++++++++++++++++++++++++*/
.mce-button {
    position: relative;
}
.mce-button .fa {
    position: absolute;
    top: 50%;
    font-size: 18px;
    color: #fff;
    transform: translate(50%, -60%);
}
.mce-button .btn {
    padding-left: 2em;
    padding-right: .6em;
}



a.property-slide {
    text-decoration: none;
    color: #fff;
    font-size: 40%!important;
    line-height: normal !important;
    font-weight: normal;
    display: inline-block;
    padding: 1em!important;
    background: rgba(0,0,0,0.25);
}
a.property-slide * {
    font-size: inherit !important;
    color: inherit;
    line-height: inherit!important;
}
a.property-slide span {
	display: block;
}

img#wpstats {
  display: none;
}
.menu.menu-header-menu ul li {
	border-color: #B87915;
}



/*+++++++++++++++++++++++++++++++++++++++++++++
| Team
+++++++++++++++++++++++++++++++++++++++++++++*/
.row-blocks.team-block > div {
    min-height: 215px;
}
.row-blocks.team-block > div:nth-child(2n+1) {
    margin-left: 0;
}
.row-blocks.team-block > div > .span4 {
	height: 14em;
	overflow: hidden;
}
.team-info > span {
    display: block;
    margin: 1em 0;
}
.team-info > span .fa {
    width: 1em;
    text-align: center;
    margin-right: 1em;
}
.team_contact-block {
    text-align: center;
}
.team_contact-block .photo {
    height: 20em;
    overflow: hidden;
}
.team_contact-block .span3 > div {
    margin-bottom: 1em;
}



/*+++++++++++++++++++++++++++++++++++++++++++++
| Video
+++++++++++++++++++++++++++++++++++++++++++++*/
.video-entry h2 {
	margin: 15px 0 20px;
}
.video-item-meta {
	margin-bottom: 20px;
    font-size: 12px;
    color: #999;
}
.video-entry hr {
    margin: 2em 0 3em;
    border: none;
    border-top: 1px solid #DFDFDF;
}



/***********************  home page youtube *****************************/
.full-youtube {
    float: left;
    display: inline-block;
    width: 80%;
	position: relative;
}
.youtube-thumb {
    display: inline-block;
    float: left;
    width: 20%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 0;
    padding-left: 15px;
}

.youtube-thumb>li {
    min-height: 79px;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    margin-bottom: 17px;
}
.youtube-thumb>li:last-child {
    margin-bottom: 0;
}
.youtube-thumb>li>a {
    display: inline-block;
    line-height: 0;
    width: 100%;
	position: relative;
}
.full-youtube>i , .youtube-thumb>li>a>i{
    position: absolute;
    top: 29%;
    bottom: auto;
    left: 45%;
    right: auto;
    font-size: 100px;
    color: #f00;
    opacity: .5;
}
.youtube-thumb>li>a>i {
    color: #000;
    font-size: 20pt;
    opacity: 1;
    left: 37%;
    top: 33%;
}

.home-newsletter{
	 height: 277px;
}


/*
++ V2
*/
.centuryzazen-v2 .st-pusher {
    perspective: none;
}
.centuryzazen-v2 .contain-container {
    width: 1140px;
}
.centuryzazen-v2 .logo {
	display: inline-block;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 2;
}
.centuryzazen-v2 .logo img {
    height: 60px;
}
.header.header-v2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-top: 0;
    padding: 40px 0;
    z-index: 100;
}
.centuryzazen-v2 .google-translator {
    bottom: 0em;
}
.header-v2 #header-menu {
    position: relative;
    left: 0;
    right: 0;
}
.header-v2 .menu.menu-header-menu > li {
    float: none;
    background-color: transparent;
}
.header-v2 .menu.menu-header-menu > li.current-menu-item,
.header-v2 .menu.menu-header-menu > li.current-menu-parent,
.header-v2 .menu.menu-header-menu > li:hover {
	background-color: transparent;
}
.header-v2 .menu > li > a {
    padding: 5px 15px;
    margin: 0;
    color: #4d4d4d;
}
.home .header-v2 .menu > li > a {
    color: #fff;
}
.sticky-active .header.header-v2 {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.sticky-active .menu > li > a,
.home.sticky-active .menu > li > a {
	color: #4d4d4d;
}
.centuryzazen-v2 .home-search-container .search-container {
    bottom: 0em;
    margin-bottom: 200px;
    border-radius: 0;
    padding: 7px;
}
.centuryzazen-v2 .search-container > .row-blocks {
    margin-bottom: 0;
}
.btn-search,
.btn-search:hover {
    width: 100%;
    padding: 5px 0px;
    font-size: 16px;
}
.centuryzazen-v2 .home-search-container .btn-search {
    padding: 15px 0;
}
.centuryzazen-v2 #form-search-property input[type="text"] {
    font-size: 16px;
    padding: 14px 10px;
    margin: 0;
    border-radius: 0;
}
.centuryzazen-v2 #form-search-property select {
    font-size: 16px;
    padding: 14px 10px;
    margin: 0;
    border-radius: 0;
}
.centuryzazen-v2 .ui-selectmenu-button span.ui-selectmenu-text,
.centuryzazen-v2 #form-search-property .ui-multiselect {
    padding: 12px 10px;
    font-size: 16px;
}
.centuryzazen-v2 #form-search-property .ui-corner-all,
.centuryzazen-v2 #form-search-property .ui-corner-bottom,
.centuryzazen-v2 #form-search-property .ui-corner-right,
.centuryzazen-v2 #form-search-property .ui-corner-br {
    border-radius: 0;
}
.centuryzazen-v2 .links {
    text-align: center;
}
.centuryzazen-v2 .links a {
    font-size: 16px;
    padding: 0 20px;
    height: auto;
    line-height: 36px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
    text-decoration: none;
    background: #beaf88;
    color: #fff;
    position: relative;
}



.footer.footer-v2 {
    background-color: #333;
    padding: 0;
}
.footer-v2 .contain-container {
    margin: 0px auto;
    padding: 20px 0;
}
.footer-v2 .copyright {
    text-align: right;
    background-color: #222;
}
.footer-v2 .row-blocks > .span3 {
    width: 25%;
    padding: 20px 18px;
    margin: 0;
}
.footer-v2 .footer-logo {
    text-align: center;
    margin-bottom: 24px;
}
.footer-v2 .footer-logo img {
    width: 150px;
}
.footer-v2 .footer-contact {
    position: relative;
    padding-left: 35px;
    line-height: 24px;
    margin-bottom: 24px;
}
.footer-v2 .footer-contact.address {
    font-style: italic;
    color: #8d8d8d;
}
.footer-v2 .footer-contact .fa {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
}
.footer-v2 ul.block.footer-social-menu {
    position: relative;
    top: 0;
}
.footer h3 {
    color: #beaf87;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid #4d4d4d;
}
.footer-pages li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #4d4d4d;
}
.footer-pages li>a:before {
    position: absolute;
    left: -12px;
    top: 50%;
    background: #29aae3;
    height: 2px;
    width: 12px;
    content: '';
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: #beaf87;
}
.footer-pages li>a {
    display: block;
    overflow: hidden;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
    padding: 14px 0;
}
.footer-pages li>a:hover {
    padding-left: 30px;
}
.footer-pages li>a:hover:before {
    left: 0;
}

/* ++ HOME V2 ++ */
.row-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}
.home-container-v2 .col-text {
    padding: 30px 45px;
}
.home-container-v2 h2 {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 36px;
    font-weight: 400;
    font-size: 30px;
}
.home-container-v2 h2:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90px;
    width: 50%;
    margin: 0 auto;
    height: 2px;
    background: #beaf87;
}
.home-container-v2 .col-text p,
.home-container-v2 .col-text ul {
    font-size: 14px;
    line-height: 1.5;
    color: #222;
}
.home-container-v2 .col-image img {
    max-width: 100%;
    height: auto;
}
.home-container-v2 .col-text .links {
    margin-top: 60px;
    text-align: center;
}
.home-container-v2 .col-text .links a {
	font-size: 16px;
	padding: 0 20px;
	height: auto;
	line-height: 36px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: inline-block;
	text-decoration: none;
	background: #beaf88;
	color: #fff;
}
.home-container-v2 .home-about {
    position: relative;
    background-color: #f2f3f8;
}
.home-container-v2 .home-about.row-grid {
    grid-template-areas: "a b";
}
.home-container-v2 .home-about .col-image {
    background-position: center center;
    background-size: cover;
    grid-area: b;
}
.home-container-v2 .home-our-services .row-grid {
    padding: 160px 0;
}
.home-container-v2 .home-about .col-text {
    padding: 60px 45px;
}

#lightSlider li {
	margin-left: 0;
    position: relative;
}
.centuryzazen-v2 .lSSlideOuter .lSPager.lSpg>li.active a,
.centuryzazen-v2 .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #beaf88;
}

.home-hot-deal h2 {
    margin-top: 45px;
    margin-bottom: 50px;
}
.home-hot-deal #lightSlider li {
    background-color: #f2f3f8;
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    color: #222;
}
.home-hot-deal #lightSlider li > div {
	padding: 20px 25px 40px 25px;
}
.home-hot-deal #lightSlider h4 {
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 25px;
}
.home-hot-deal #lightSlider img {
	max-width: 100%;
	height: auto;
}
.home-hot-deal #lightSlider [data-price-thb] {
	color: #beaf88;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.home-hot-deal #lightSlider .location {
	font-size: 16px;
	margin-bottom: 15px;
}
.home-hot-deal #lightSlider p {
    margin-bottom:40px;
}
.home-hot-deal > .links {
    margin-top: 45px;
    margin-bottom: 50px;
}
.home-hot-deal span.property-tag ,
.lightSlider span.property-tag {
    background-color: #beaf88;
    top: 0;
    right: 0;
    left: auto;
    padding: 10px 15px;
    font-weight: 400;
}
.home-hot-deal .lSAction>a {
    display: none;
}
.home-container-v2 .home-our-services .col-text .links a {
    padding: 15px 15px 15px 50px;
    background: transparent;
    color: #beaf88;
    border: 1px solid #beaf88;
    font-size: 32px;
}
.home-container-v2 .home-our-services .col-text .links a .fa {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 36px;
}
.home-search-container .adv-search {
    position: absolute;
    left: 50%;
    top: -160px;
    transform: translate(-50%, 0);
}
.home-search-container .adv-search a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: "Open Sans";
}
.centuryzazen-v2 .contain-container.page-container,
.centuryzazen-v2 .contain-container.listing-container,
.centuryzazen-v2 .property-title {
    margin-top: 106px;
}
