/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** CSS Reset End **/

body, html {height:100%;}
body {
	background:#000 url(../images/background.jpg) center center fixed;
	background-size:cover;
    font-family: 'gothambook';
	font-size:14px;
	line-height:1.5em;
}
h1, h2, h3, h4, h5, h6 {line-height:1.2em;}
h1 {
	font-size:1.5em;
}
h3 {
	font-size:1em;
    font-family: 'gothambold';
}
h4 {
	font-size:1.15em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#97720f;
}
p {}
a, a:hover {color:#FFF; text-decoration:none;}

/** Synergy Styles **/
.syn-min {
	display:block;
	width:70%;
	min-width:940px;
	padding:20px;
	margin:0 auto;
}
.syn-wrapper {
	display:block;
	width:100%;
}
.syn-header, .syn-navi {
	display:block;
	width:100%;
	text-align:center;
}
.syn-header {
	padding: 10px 0px 20px;
}
.syn-navi > ul {display:block; text-align:center; padding-bottom:20px;}
.syn-navi > ul > li {display:inline-block; position:relative; border-right:1px solid #FFF;}
.syn-navi > ul > li:last-child {border-right:0px solid #FFF;}
.syn-navi > ul > li > a {display:block; padding:3px 50px; font-size:15px;}

/** Menu Styles **/
.syn-topmenu:hover .syn-submenu {display:block;}
.syn-submenu {
	display:none;
	position:absolute;
	z-index:999999999;
}
.syn-submenu > ul {
	display:block;
	padding-top:20px;
}
.syn-submenu > ul > li {
	display:block;
	text-align:left;
	width:250px;
	background:rgba(255,255,255,0.9);
}
.syn-submenu > ul > li > a {
	width:230px;
	display:block;
	padding:10px 0px 10px 20px;
	color:#000;
	background:none;
	transition:all ease 0.3s;
}
.syn-submenu > ul > li > a:hover {
	background:rgba(0,0,0,0.3);
	transition:all ease 0.3s;
}

/** Home Contents **/
.syn-home-banner img {
	display:block;
	width:100%;
	border:10px solid rgba(255,255,255,0.2);
}

/** Contents **/
.syn-2col {
	display:inline-block;
	width:49.22222%;
	min-height:300px;
	vertical-align:top;
	margin:0 auto;
}
.syn-content-container {
	width:85%;
	padding:8% 7.5%;
}
.syn-content-container > ul {
	margin:10px 0px;
}
.syn-content-container > ul > li {
	padding-left:30px;
	background:url(../images/icon-bullet-tick.png) left top no-repeat;
}
.syn-content-container > ul > li > ul {
	padding-left:20px;
}
.syn-content-container > ul > li > ul > li {
	list-style:disc;
}
.syn-content-img-full {
	display:block;
	width:100%;
}
.syn-contact img {
	display:block;
	width:100%;
}
.syn-gallery {
	display:inline-block;
	margin:10px;
	width:20%;
	height:150px;
	overflow:hidden;
}
.syn-gallery img {
	display:block;
	width:100%;
}
#tab-gallery, #tab-floor-plan, #tab-facilities, #tab-prime-location, #tab-download {
	text-align:center;
}
#contact {
	background:#000 url(../images/contact-bg.jpg) left center no-repeat;
	background-size:cover;
}
#contact-form {
	background:rgba(255,255,255,0.9);
}
/** Footer **/
#footer {
	background:#505050;
	font-size:12px;
	color:#FFF;
	text-align:center;
	margin-top:20px;
}
.syn-form {
	margin-top:16px;
}
.syn-form li {
	margin-bottom:6px;
}
.syn-form li input.form-text {
	display:block;
	width:95%;
	background:#FFF;
	color:#333;
	font-size:14px;
	padding:7px 10px;
}
.syn-form li textarea {
	display:block;
	width:95.5%;
	height:100px;
	background:#FFF;
	color:#333;
	font-size:14px;
	padding:7px 10px;
	border:1px solid #CCC;
}
.syn-form li input.form-btn {
	border:none;
	padding:6px 55px;
	background:#000;
	color:#FFF;
	font-size:18px;
	margin-top:12px;
	cursor:pointer;
}
.syn-form-message {
	display:block;
	padding:5px 10px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:3px;
}
.syn-success {
	background:#0C6;
}
.syn-error {
	background:#F30;
	color:#FFF;
}