/*
font-family:'Univers LT W01 45 Light';
font-family:'Univers LT W01 65 Bold';
font-family:'UniversLTW01-65BoldObli';
*/

#banner_home {
	position: relative;
	display: block;
	width:937px;
	height: 322px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #000;
}

#banner_home > div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#banner_home p {
	font-size: 35px;
	font-family: 'Univers LT W01 45 Light','Roboto',arial,helvetica,sans-serif;
	line-height: 39px;
	color: white;
}
#banner_home p strong { font-family:'Univers LT W01 65 Bold','Roboto',arial,helvetica,sans-serif; }


#bannerIntro > div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
#bannerIntro > div#i1 { display: block; height: 100%; }

#bannerIntro > #i1 {
	/*background-color: #ef8d30;*/
	background: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlM2E3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(30,58,125,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,58,125,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(30,58,125,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(30,58,125,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(30,58,125,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(30,58,125,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3a7d', endColorstr='#ffffff',GradientType=0 );
}
#bannerIntro > #i1 > div { background-color: transparent; margin-top: 50px; height: 222px; }
#bannerIntro > #i1 > div > p { color: #ef8d30; margin-left: -1000px; width: 90%; padding-top: 30px; padding-bottom: 30px; display: none; }

#bannerIntro > #i2 img {
	height: 100%;
	transition: all 2s linear;
	display: block;
	margin-left: 56px;
	margin-top: -8px;
}
#bannerIntro > #i2 img.go {
	height: 295%;
	margin-left: -753px;
	margin-top: -162px;
}


#bannerRotate > div { z-index: 2; position: relative; }
#bannerRotate > #masks { z-index: 3; }
#bannerRotate > #msgs { z-index: 4; }
#bannerRotate > #msgs sup { font-size: 1.15em; vertical-align: baseline; }
#bannerRotate > div > img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#bannerRotate > #msgs > a {
	position: absolute;
	top: 107px;
	height: auto;
	width: 500px;
	border-radius: 8px;
	color: white;
	box-shadow: 4px 10px 21px -4px #000;
	text-decoration: none;
}
#bannerRotate > #msgs > a > p { display: none; padding: 16px; font-size: 26px; line-height: 29px; }
#bannerRotate > #msgs > a > p.more {
	background-color: rgba(255,255,255,0.2);
	background-image: url(../img/banner/learnmore.png);
	background-position: 95% 9px;
	background-repeat: no-repeat;
	font-size: 16px;
	font-style: italic;
	text-align: right;
	padding: 7px 10% 7px 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	line-height: 20px;
}
#bannerRotate > #msgs > a.p1 {
	background-color: #ef8d30;
	background-color: rgba(239,141,48,0.84);
	transition: all 1s ease-out;
	left: -600px;
}
#bannerRotate > #msgs > a.p1.go {
	left: 54px;
}
#bannerRotate > #msgs > a.p2 {
	background-color: #51a1c7;
	background-color: rgba(81,161,199,0.84);
	transition: all 1s ease-out;
	left: -600px;
	/*height: 202px;*/
	top: 58px;
}
#bannerRotate > #msgs > a.p2.go {
	left: 405px;
}
#bannerRotate > #msgs > a.p3 {
	background-color: #827ea1;
	background-color: rgba(130,126,161,0.84);
	transition: all 1s ease-out;
	left: -600px;
}
#bannerRotate > #msgs > a.p3.go {
	left: 54px;
}

#bannerRotate > ul {
	position: absolute;
	height: 34px;
	bottom: 0px;
	right: 20px;
	display: none;
	z-index: 7;
}
#bannerRotate > ul > li {
	display: inline-block;
	*display: inline; zoom: 1;
	margin-left: 10px;
	list-style-type: none;
	font-size: 100px;
	line-height: 30px;
	cursor: pointer;
}
#bannerRotate > ul > li.p1 { color: #ef8d30; }
#bannerRotate > ul > li.p2 { color: #51a1c7; }
#bannerRotate > ul > li.p3 { color: #827ea1; }
#bannerRotate > ul > li.current { opacity: 0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }


#callouts_shell {

	display: block;
	width:937px;
	overflow:hidden;

	text-align:left;
	
	margin:0 auto;
	background:#fff;
}

#callouts_shell > a {
	
	float:left;
	display: block;
	height: 105px;
	
	position: relative;
	
	border-left:1px solid #e9e9e9;
	font-weight: normal;
	color: #4c4c4c;
}

#callouts_shell > a:hover {
	text-decoration: none;
}
#callouts_shell > a:first-child {
	border-left: none;
}

#callouts_shell h2 {
	font-size: 20px;
	padding: 0;
	margin: 0 0 5px 0;
	font-family:'Univers LT W01 45 Light';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
#callouts_shell h2 strong {
	font-family:'Univers LT W01 65 Bold';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
#callouts_shell h2 em {
	font-family:'UniversLTW01-65BoldObli';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
#callouts_shell p {
	padding-bottom: 0px;
}

#callouts_shell img {
	position: absolute;
	bottom: 0px;
}

#callouts_shell .callout1 {
	width: 450px;
}
#callouts_shell .callout1 h2 {
	color: #f99d32;
}

#callouts_shell .callout2 {
	width: 190px;
	padding-left: 16px;
}
#callouts_shell .callout2 h2 {
	color: #51afe5;
}

#callouts_shell .callout3 {
	width: 200px;
	padding-left: 16px;
}
#callouts_shell .callout3 h2 {
	color: #51afe5;
}

/*ISI*/
.shell {
	width: 937px;
}
.isi_text {
	padding-top: 15px;
}
