@charset "utf-8";


/*********** FONTS************/	

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xD1GzwQ5qF9DNzkQQVRhJ4g.ttf) format('truetype');
}

/*********** MOBILE RESET AND BASE CSS************/		

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, caption, 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; outline-style: none; text-decoration: none; font-style: normal; font-weight: normal;}

/********* HTML5 display-role reset for older browsers *************/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
blockquote, q { quotes: none;}
a{ -webkit-tap-highlight-color: rgba(0,0,0,0); 	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;}
ol, ul { list-style: none;}
:focus { outline: 0;}
.group { zoom: 1; }
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.float
{
	float: left;
}


html { height: 100%; width: 100%; overflow-x: hidden; overflow-y: auto;}
body { line-height: 1.2; width: 100%; background-color: transparent; text-align: center; font-size: 13pt; font-family: 'Open Sans Condensed', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
@media only screen and (max-width: 320px) {
	
  html {

	-webkit-text-size-adjust: 100%;
	 text-size-adjust: 100%;
	 -moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;}
}

@media only screen and (min-width: 321px)  {
	
	 html {	
	 -webkit-text-size-adjust: 104%;
	 text-size-adjust: 104%;
	 -moz-text-size-adjust: 104%;
	-ms-text-size-adjust: 104%;}


}

/********* COMMON CSS**********/	
#container {
	width: 99.99%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2pt;
}
.header{ width: 100%; margin-right: auto; margin-left: auto; background-color: #000000; 
}
.header img
{ height: auto; width: 100%; 

}


#wrap{ width: 96%; margin-right: auto; margin-left: auto; text-align: center; 
}
#wrap ul
{
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 14pt;
}

#wrap ul li
{
	line-height: 15pt;
	margin-bottom: 5pt;
}

#wrap iframe { margin-top: 20pt; border: 2px solid #6986C8; }

#footer{ height: 31pt; text-align: center; width: 100%; margin-top: 10pt; }
#footer ul{ text-align: center; width: 100%; background-color: #000000; 
}
#footer li{
	display: inline-block;
	width: 22%;
	text-align: center;
	padding-left: 2pt;
}
#footer ul li a{
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
	display: block;
	background-image: url(black-button.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 27pt;
	font-size: 13pt, 1.0873rem;

}
#footer ul li:first-child a{ padding-left: 5pt;}
#footer ul li:last-child a{ background-image: none;}
#footer ul li a:hover, #footer ul li a:active, #footer ul li a.current  { color: #89A7E5; 
}



/********* CUSTOM CSS**********/	
body { color: #FFFFFF; background-color: #000000; 
}
p {
	text-align: left;
	margin-bottom: 10pt;
}
p a:link,p a:visited
{
	color: #33ccff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding-top: 2pt;
	padding-right: 4pt;
	padding-bottom: 2pt;
	padding-left: 4pt;
	margin-top: 5pt;
}
p a:hover,p a:active {
	color: #FFFFFF;
}
p.gallery { text-align: center; margin-top: 10px; margin-bottom: 10px }

h2 { margin-top: 10pt; margin-bottom: 7pt; font-size: 14pt; clear: both; text-align: left; }

h3
{
	font-size: 13pt;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15pt;
}
h5 {
	text-align: center;
	width: 100%;
	padding-top: 6pt;
	padding-bottom: 6pt;
	background-color: #556D8F;
	color: #F9E9CF;
}
h5 img
{
	padding-right: 3pt;
	padding-left: 3pt;
}
h5 a {
	color: #FAEAD0;
	text-transform: uppercase;
	text-decoration: none;
}
.contactform

{
	padding-left: 5pt;
}
.aonang-map {
	margin-top: 10pt;
	margin-bottom: 10pt;
	text-align: center;
}
.address-field 
{ padding-bottom: 10pt; padding-top: 5pt; 
}
#wrap .address-field ul.address{ list-style-type: none; }
.address-field h2.center{ text-align: center; }


.address-field a:link, .address-field a:visited 
{ color: #89A7E5; 
}
.address-field a:active, .address-field a:hover 
{ color: #FFFFFF; 

}


/*********** GALLERY CSS************/
	
.gallery{
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20pt;
	margin-left: 0;

}.gallery:after{clear:both;content:".";display:block;height:0;visibility:hidden}.gallery li{float:left;width:33.33333333%}
.gallery li a{display:block;margin:5px;border:1px solid #3c3c3c}
.gallery li img{ display: block; width: 100%; height:auto 
	/* [disabled]-moz-box-shadow:0 0 10px #fff;*/	
/* [disabled]-webkit-box-shadow: 0px 0px 7px #fff; *//* [disabled]box-shadow: 0px 0px 7px #fff; */ text-align: center; border: 1px solid #6986C8; 
}
#Indicators{text-align:center;margin-top:20px}#Indicators span{display:inline-block;height:10px;width:10px;margin:0 10px 0 0;padding:0;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;background:#c5c5c5;overflow:hidden}
#Indicators span.current{background:#eebf02}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-resolution:240dpi){div.ps-toolbar div div.ps-toolbar-content{-moz-background-size:176px 88px;-o-background-size:176px 88px;-webkit-background-size:176px 88px;background-size:176px 88px;background-image:url(icons@2x.png)}}
body.ps-active,body.ps-building,div.ps-active,div.ps-building{
	/* [disabled]background:#000; */
	overflow:hidden
}
body.ps-active *,div.ps-active *{-webkit-tap-highlight-color:rgba(255,255,255,0);display:none}body.ps-active *:focus,div.ps-active *:focus{outline:0}div.ps-document-overlay{
	background:#000;
}div.ps-uilayer{
	background:#000;
	cursor:pointer
}

div.ps-zoom-pan-rotate{background:#000}
div.ps-zoom-pan-rotate *{display:block}div.ps-carousel-item-loading{background:url(loader.gif) no-repeat center center}div.ps-carousel-item-error{background:url(error.gif) no-repeat center center}div.ps-caption{
	background:#000;
	background:-moz-linear-gradient(top,#303130 0,#000101 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#303130),color-stop(100%,#000101));
	color:#fff;
	font-family:font-family: 'Open Sans Condensed';,sans-serif;
	text-align:center;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#fff;
	text-transform:uppercase;
	/* [disabled]position: absolute; */
	/* [disabled]z-index: 1; */
}div.ps-caption *{display:inline}div.ps-caption-bottom{border-top:1px solid #42403f;border-bottom:0;min-height:44px}
div.ps-caption-content{padding:13px;display:block}div.ps-toolbar{background:#000;background:-moz-linear-gradient(top,#303130 0,#000101 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#303130),color-stop(100%,#000101));border-top:1px solid #42403f;color:#fff;font-size:14pt;font-family: 'Open Sans Condensed',sans-serif;text-align:center;height:44px;display:table;table-layout:fixed}div.ps-toolbar *{display:block}div.ps-toolbar-top{border-bottom:1px solid #42403f;border-top:0}div.ps-toolbar-close,div.ps-toolbar-previous,div.ps-toolbar-next,div.ps-toolbar-play{cursor:pointer;display:table-cell}div.ps-toolbar div div.ps-toolbar-content{width:44px;height:44px;margin:0 auto 0;background-image:url(icons.png);background-repeat:no-repeat}div.ps-toolbar-close div.ps-toolbar-content{background-position:0 0}div.ps-toolbar-previous div.ps-toolbar-content{background-position:-44px 0}div.ps-toolbar-previous-disabled div.ps-toolbar-content{background-position:-44px -44px}div.ps-toolbar-next div.ps-toolbar-content{background-position:-132px 0}div.ps-toolbar-next-disabled div.ps-toolbar-content{background-position:-132px -44px}

div.ps-toolbar-play div.ps-toolbar-content{background-position:-88px 0}
