/* fonts */
@font-face {
    font-family: 'HelveticaNeueLTStd57Condensed';
    src: url('/css/fonts/helveticaneueltstd-cn-webfont.eot');
    src: url('/css/fonts/helveticaneueltstd-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helveticaneueltstd-cn-webfont.woff') format('woff'),
         url('/css/fonts/helveticaneueltstd-cn-webfont.ttf') format('truetype'),
         url('/css/fonts/helveticaneueltstd-cn-webfont.svg#HelveticaNeueLTStd57Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* body */
body { background:url(../img/bg-body.png) repeat-x top; }

/* header */
#header-border 	{ border-top:solid 10px #005baa; }
#header 		{ width:962px; height:227px; margin: 0 auto; background:url(../img/bg-header.png) no-repeat bottom center;  }
h1 a			{ display:block; height:191px; width: 553px; background: url(../img/logo-reges.png) no-repeat; margin:18px auto; }
h1 a span		{ display: none; }

/* content */
#content 			{ width:962px; margin: 0 auto; }
#content > p.title 	{ font: normal 24px HelveticaNeueLTStd57Condensed; color:#005baa; text-transform: uppercase; margin:15px 0; }

/* caixa faculdades */ 
#faculdades 		{ display:block; height: 292px; background: url(../img/bg-faculdades.png) no-repeat bottom; }
#faculdades li		{ display:block; width:222px; height:260px; float:left; margin-left:18px; }
#faculdades li		{ -moz-box-shadow: 0 1px 1px  #000; -webkit-box-shadow: 0 1px 1px #000; box-shadow: 0 1px 1px #000; }
#faculdades li		{ border: solid 1px #0a4b83; border-radius: 10px; -moz-border-radius:10px; -webkit-border-raidius:10px; }
#faculdades li.first{ margin-left:0; }

#faculdades .image 	{ display:block: height:150px; width:222px; overflow:hidden; }
#faculdades .image 	{ border-top-right-radius: 10px; border-top-left-radius: 10px; }
#faculdades .image  { -moz-border-top-right-radius:10px; -moz-border-top-left-radius:10px; }
#faculdades .image  { -webkit-border-top-right-radius:10px; -webkit-border-top-left-radius:10px; }

#faculdades .content { border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; height:109px; }
#faculdades .content { -moz-border-bottom-right-radius: 10px; -moz-border-bottom-left-radius: 10px; }
#faculdades .content { -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; }

#faculdades h2 { font: normal 15px/31px HelveticaNeueLTStd57Condensed; display:block; height:31px; color:#fff; }
#faculdades h2 { text-transform: uppercase; padding-right:5px; text-align:right; }
#faculdades p  { font: normal 12px/18px HelveticaNeueLTStd57Condensed; display:block; height:18px; color:#fff; }
#faculdades p  { text-transform: uppercase; padding-right:5px; text-align:right; }
#faculdades a  { display:block; position:relative; width:110px; height:34px; float:right; right: -10px; margin-top:13px; color:#fff; padding-right: 12px; }
#faculdades a  { text-align: right; font: normal 16px/31px HelveticaNeueLTStd57Condensed; text-transform: uppercase; text-decoration: none; }

#vilhena .content 		{ background: url(../img/bg-vilhena.png) repeat-x top #003c8d; }
#vilhena .content 		{ border:solid 1px #4380ac; border-top:0; }
#vilhena a				{ background: url(../img/link-vilhena.png) no-repeat; }

#dracena .content 		{ background: url(../img/bg-dracena.png) repeat-x top #34ad1a; }
#dracena .content 		{ border:solid 1px #51c066; border-top:0; }
#dracena a				{ background: url(../img/link-dracena.png) no-repeat; }

#osvaldocruz .content 	{ background: url(../img/bg-osvaldocruz.png) repeat-x top #61b6ff; }
#osvaldocruz .content 	{ border:solid 1px #8fcffa; border-top:0; }
#osvaldocruz a			{ background: url(../img/link-osvaldocruz.png) no-repeat; }

#ribeiraopreto .content { background: url(../img/bg-ribeiraopreto.png) repeat-x top #0080b6; }
#ribeiraopreto .content { border:solid 1px #25a1c9; border-top:0; }
#ribeiraopreto a		{ background: url(../img/link-ribeiraopreto.png) no-repeat; }

/* link conveniados */
#faculdades-conveniadas			{ height:160px; padding-left:10px; }
#faculdades-conveniadas .title { font: normal 15px HelveticaNeueLTStd57Condensed; color:#5c5c5c; text-transform: uppercase; margin: 25px 0; }

#faculdades-conveniadas > ul > li 	{ float:left; background:url(../img/bg-conveniadas.png) no-repeat left; padding-left: 20px; height:110px; }
#faculdades-conveniadas h3			{ font:bold 14px arial, sans-serif; color:#005baa; padding:10px 0; }
#faculdades-conveniadas a			{ font:normal 12px arial, sans-serif; color:#5c5c5c; text-decoration:none; }
#faculdades-conveniadas a:hover 	{ text-decoration: underline; }

#faculdades-conveniadas .saopaulo 	{ padding:0; background:none; width:290px; }
#faculdades-conveniadas .parana 	{  width:180px; }
#faculdades-conveniadas .rondonia 	{ width:200px; }
#faculdades-conveniadas .acre 		{ width:220px; }

/* footer */
#footer-border 	{ border-top:solid 10px #005baa; clear:both; }
#footer 		{ width:962px; margin: 0 auto;  }

#footer h2 a { float:left; background: url(../img/bg-seta.png) no-repeat top left; padding: 30px 0; display:block; }
#footer h2 a { font:normal 12px arial, sans-serif; color:#5c5c5c; text-decoration:none; }
#footer h2 a:hover { text-decoration: underline; }

/* redes sociais */
#redes-sociais 				{ float:right; width:175px; padding:20px 0; background: url(../img/bg-seta.png) no-repeat top left; }
#redes-sociais strong		{ float: left; font:normal 12px/32px arial, sans-serif; color:#5c5c5c; }
#redes-sociais ul			{ float:right; }
#redes-sociais li 			{ float: left; }
#redes-sociais .twitter a 	{ background: url(../img/twitter.png) no-repeat; width:32px; height:32px; display:block; }
#redes-sociais .facebook a 	{ background: url(../img/facebook.png) no-repeat; width:32px; height:32px; display:block; }
#redes-sociais span 		{ display:none; }









/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;
*/

.accordian {
	width: 805px; height: 320px;
	overflow: hidden;
	
	/*Time for some styling*/
	margin: 100px auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 160px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 640px;}


.accordian li img {
	display: block;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
width: 640px;	

}
.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
}