html {
	background:#1a1a1a;
	text-align:center;
	color:#f2f2f2;
	font-family:'Nunito', sans-serif;
	font-weight:300;
	font-size:1em;
}

body {
	width:950px;
	margin:0 auto;
	text-align:left;
}

a {
	color:#5698b4;
	text-decoration:none;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

a:hover {
	color:#F2F2F2;
}

a img {
	border:none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:500;
	margin:10px 0;
	padding:0 5px;
	color:#f2f2f2;
	background:#1e1e1e;
	border-radius:5px;
}

b {
	font-weight: 700;
	color:#fff;
}

iframe {
	border:none;
	padding:0;
	margin:0;
	border-radius:5px;
}

.current {
	background:rgb(50,50,50);
	border-radius:5px;
}

.description {
	font-size:.7em;
	text-align:center;
	width:100%;
	display:block;
	background:#171717;
	color:#aaa;
	padding:3px 0;
	border-radius:5px;
}

.red {
	color:#ff3f3d;
}

.blue {
	color:#1e61a8;
}

.alignleft { text-align:left; }
.alignright { text-align:right; }

header {
	height:76px;
	display:block;
	position:relative;
	background:url(img/headerback.png) no-repeat center top;
	z-index:1000;
}

header img {
	position:absolute;
	top:3px;
	left:0;
}

nav {
	font-size:1.5em;
	padding:25px 0 0;
	position:relative;
}

nav a {
	color:#F2F2F2;
	padding:0 15px;
}

nav a:hover {
	color:#5698B4;
}

#phone a {
	font-size: 1.3em;
	position:absolute;
	top:27px;
	right:0;
	color:#F2F2F2;
}

#slideshow {
	width:100%;
	height:330px;
	margin:-18px 0 0;
	z-index: 990;
	position: relative;
}

.panes {
	width:100%;
	height:330px;
	overflow: hidden;
}

.panes img {
	width:100%;
}

.panetext {
	width:100%;
	padding:2px 0 20px;
	background:url(img/panetext.png) center top;
	position: absolute;
	bottom:0;
	left:0;
	text-align: center;
}

#slideshow_nav {
	width:100%;
	height:26px;
	background:url(img/slideshownav.png) no-repeat top center;
	display:block;
	margin:-18px 0 0;
	position: relative;
	z-index: 1000;
}

.tabs {
	position:relative;
	display:inline-block;
}

.tabs a {
	display:inline-block;
	height:15px;
	width:15px;
	background:#fcfade;
	margin:5px;
	vertical-align: middle;
	
	border-radius:15px;
}

.tabs a:hover, .tabs a.current {
	background:#5698B4;
}

.backward, .forward {
	display:inline-block;
	font-size:1em;
	vertical-align:middle;
	cursor:pointer;
	font-family:'QuicksandBold';
}

.backward:hover, .forward:hover {
	color:#FCFADE;
}

#content {
	float:left;
	border-top:4px #1f1f1f solid;
	margin:10px 0 0;
	text-align:justify;
	word-wrap:break-word;
	width:100%;
}

.column_left {
	width:458px;
	padding:0 15px 0 0;
	display:inline-block;
	float:left;
}

.column_right {
	width:458px;
	padding:0 0 0 15px;
	border-left:#222 solid 4px;
	display:inline-block;
}

.left {
	float:left;
	margin:10px 10px 0 0;
}

.right {
	float:right;
	margin:10px 0 0 10px;
}

.aligncenter {
	text-align:center;
}

.application {
	font-size:1.25em;
}

.apply {
	display:block;
	font-size:2em;
	margin:10px auto;
	padding:5px 10px;
	background:#5698b4;
	color:#f2f2f2;
	width:250px;
	text-align:center;
	border-radius:100px;
}

.apply:hover {
	background:#ff3f3d;
}

#map {
	width:459px;
	height:252px;
	position:relative;
}

span.o_link {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	background:url(img/ikuwstar.png) no-repeat;
}

span.o_link:hover {
	background-position: -20px 0;
}

/* the overlayed element */
.overlay {
	
	/* must be initially hidden */
	display:none;
	position: relative;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	/* background:#0a0a0a repeat; */
	background-image:url(img/trans_black_75.png);
	width:800px;	
	height:450px;
	border:7px solid #2a2a2a;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	border-radius:5px;
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url(img/close.png);
	position:absolute;
	right:-20px;
	top:-20px;
	cursor:pointer;
	height:30px;
	width:30px;
}

.o_image {
	width:430px;
	height:430px;
	overflow:hidden;
	border-radius:5px;
	position: absolute;
	top:10px;
	left:10px;
}

.o_image img {
	min-height:430px;
	min-width:430px;
	text-align: center;
}

.o_text {
	width:330px;
	height:430px;
	position:absolute;
	top:10px;
	right:10px;
	overflow-y: auto;
	text-align:justify;
	padding:0 5px;
}

.o_text h3 {
	font-size: 1.4em;
	margin-left:-5px;
}

footer {
	clear:both;
	color:#fff;
	text-align:center;
	color:#f2f2f2;
	background:#222;
	border-radius:5px;
	vertical-align:middle;
	display:block;
}

.bbb {
	vertical-align:middle;
	float:right;
}

@media screen and (max-device-width: 480px) {
	header {
		width:100%;
	}

  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
