

::selection {
	background: #ffb7b7; /* Safari */
	}
::-moz-selection {
	background: #ffb7b7; /* Firefox */
}


html, body, p, h1, h2, h3, h4, h5, h6, a, div, span {
	font-family: 'Open Sans', 'Arial', serif;
}

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-weight: 300;
	color: #222222;
	font-size: 14px;
	background-color: #fff;
	background-image: url('../img/body-bg.png');
	background-size: 263px 550px;
	background-repeat: no-repeat;
	background-position: right top;
}

.wrapper {
	width: 980px;
	height: 510px;
	text-align: left;
	margin: 0px auto;
}

.clear {
	clear: both;
}




.logo-box {
	width: 640px;
	height: 260px;
	float: left;
}

.logo-box img {
	width: 385px;
	height: 200px;
}


.contact-box {
	width: 280px;
	height: 60px;
	float: left;
	background-image: url('../img/icon-contact.png');
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0px 84px;
	padding: 92px 0px 0px 56px;
}

.content-box {
	width: 580px;
	height: 220px;
	float: left;
	padding: 0px 30px 0px 30px;
	line-height: 23px;
}

.content-box h1 {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 12px 0px;
	background-image: url('../img/icon-welcome.png');
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0px 0px;
	font-size: 14px;
	color: #111;
	font-weight: bold;
}

.content-box p {
	margin: 0px;
	padding: 2px 0px 16px 0px;
}

.education-box {
	width: 280px;
	height: 220px;
	float: left;
	background-image: url('../img/icon-education.png');
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0px 0px;
	padding: 0px 0px 0px 56px;
}


.info-box span {
	display: block;
	width: auto;
	height: auto;
	padding: 4px 0px;
}

.info-box span.italic {
	font-style: italic;
	color: #777;
}

.info-box span a {
	color: #222222;
	text-decoration: none;
	transition: color 0.15s ease;
}

.info-box span a:hover {
	color: #000000;
}


.slideshow-icon {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('../img/icon-slideshow.png');
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0px 0px;
	text-align: center;
	margin: 0px auto;
}









#slider {
	width: auto;
	height: 320px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
}

#slider .inner {
	width: auto;
	height: 320px;
	position: relative;
	overflow: auto;
}

#slider .inner li {
	list-style: none;
	height: 320px;
}

#slider .inner ul li {
	float: left;
	height: 320px;
	margin: 0px 8px;
}

#slider .inner ul li img {
	display: block;
	height: 320px;
}


#slider .inner ul li .imagetitle-box {
	opacity: 0;
	transition: opacity .2s ease;
}

#slider .inner ul li:hover .imagetitle-box, #slider .inner ul li .imagetitle-box-active {
	display: block;
	background-color: #fff;
	position: relative;
	top: 0px;
	width: auto;
	height: auto;
	opacity: 0.8;
	filter:alpha(opacity:80);
}

#slider .inner ul li .imagetitle-box .inner-image {
	display: inline-block;
	width: 50%;
	margin: 50px 25% 10px 25%;
}

#slider .inner ul li .imagetitle-box span.title {
	padding-bottom: 6px;
	width: auto;
	height: auto;
	font-weight: 300;
	letter-spacing: 1px;
	color: rgba(0,0,0,0.9);
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
}

#slider .inner ul li .imagetitle-box span.subscript {
	width: auto;
	height: auto;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 1px;
	color: rgba(0,0,0,0.7);
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
}


#slider .inner ul li .videotitle-box {
	width: auto;
	height: auto;
	text-align: left;
	padding-top: 6px;
	padding-left: 6px;
	font-size: 11px;
	font-weight: 400;
	color: rgba(0,0,0,0.6);
	text-transform: uppercase;
	line-height: 22px;
}

#slider .inner ul li .videotitle-box .title {
	
}



.arrow-box {
	
}

.arrow-box a {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	font-size: 0px;
	cursor: pointer;
	opacity: 0.8;
	filter:alpha(80);
}

.arrow-box a:hover {
	opacity: 1;
	filter:alpha(100);
}

.arrow-box a.prev {
	background-image: url('../img/arrow-left.png');
	left: 20px;
	margin-top: -180px;
}
.arrow-box a.next {
	background-image: url('../img/arrow-right.png');
	right: 20px;
	margin-top: -180px;
}




