/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face 
*/
/* #Site Styles
================================================== */
html, body{ 
	margin:0; padding:0; 
}

body{
	/*background:url(../img/body_top_bg.png) repeat-x top center #FFF;*/
	font: 18px/28px "rajdhani", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	 margin:0; padding:0; 
	 margin-bottom:-20px;
}

h2, h3, h4, h5, h6{ color:#333; font-family: "rajdhani"; font-weight:bold; line-height:150%;}

ol li, ul li{
	font: 18px/28px "rajdhani", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

ol.customol, ol.customol2, ol.customol3 {
    counter-reset: custom;
}
ol.customol li, ol.customol2 li, ol.customol3 li  {
    list-style-type: none;
}
ol.customol li::before {
    counter-increment: custom;
    content:"1." counter(custom)" ";
}

ol.customol2 li::before {
    counter-increment: custom;
    content:"2." counter(custom)" ";
}

ol.customol3 li::before {
    counter-increment: custom;
    content:"3." counter(custom)" ";
}

sup{
	vertical-align: super;
    font-size: smaller;
}

.logotipo{float:left; z-index:9999; margin-top:5px; }

#main-container{
	width:100%;
	min-height:100%;
	display:table;
}

#header{
	height: 100px;
	/*position:absolute;*/
	background:#FFF;
	z-index:12;
	width:100%;
}

#head-slider{
	background: #333;
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
	border-bottom:#CC0000 solid 3px;
	border-top:#CC0000 solid 3px;	
}

.arrow{
	width:10px;
	height:10px;
	margin:0;
	margin-top: 4px;
	margin-right:9px;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
	float: left;
	border-bottom:2px solid #333;
	border-right:2px solid #333;
}

.header-slider{ width:100%; height:400px; z-index:1;}
.header-slider div{ width:100%; height:400px; border:0;}
/*.header-slider div h3{ color:#FFF; text-shadow: #333 1px 1px 1px; padding-top: 20%; }*/

.header-slider div h3 {
	text-shadow: 
		0 3px 3px rgba( 0, 0, 0, 0.3 ),
		0 -3px 3px rgba( 0, 0, 0, 0.3 ),
		3px 0 3px rgba( 0, 0, 0, 0.3 ),
		-3px 0 3px rgba( 0, 0, 0, 0.3 );

	font-size: 50px;
	font-weight: bold;
	line-height: 66px;
	color: #fff;
	margin: 0;
	padding-top: 15%;
}
.header-slider div a {
	color: #fff;
	font-size: 20px;
}
.header-slider div a:hover {
	background: rgba( 0, 0, 0, 0.5 );
	padding: 2px 5px;
}

#usrmenu-small ul{ list-style:none;}

#usrmenu-small-btn{width:25px; display: inline-block; cursor:pointer; right:0; }
#usrmenu-small{ padding:10px; background:#CCC; width:180px; display:none;} 

#usrmenu-small-btn{ display:block }
#usrmenu-small{ display:none}

#usrmenu-small .usr-navi li a, #usrmenu-small .usr-navi li a:visited{
			color:#333;
			text-decoration:none;
		}
		
		#usrmenu-small .usr-navi li a:hover{
			color:#666;
		}

#menu-small-btn{ display:none }
#menu-small{ display:none}

#menu-small .navi li a, #menu-small .navi li a:visited{
			color:#FFF;
			text-decoration:none;
		}
		
		#menu-small .navi li a:hover{
			color:#CCC;
		}

.header-cycle-prev, .header-cycle-next { position: absolute; top: 0; width: 60px; opacity: 1; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.header-cycle-prev { left: 0;  background: url(/img/prev.png) 5% 50% no-repeat;}
.header-cycle-next { right: 0; background: url(/img/next.png) 95% 50% no-repeat;}
.header-cycle-prev:hover, .header-cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

#header-menu{width:100%; margin:0 auto; padding:0; clear:both; text-align:center; background:#0070BB; }

.conteudo ul{
	padding-left:20px;
	list-style-type: disc;
}

#header-main-menu{
	position:relative;
	padding:0;
	margin:0;
	color:#FFF;
	padding-top:10px;
	height:45px;  
}

#header-main-menu li{
	vertical-align: middle;
	display:inline-block;
	margin:0;
	font-size:18px;
	border-right: 1px #666 solid;
	padding-right:15px;
	padding-left:15px;
}

#header-main-menu li:last-child{
	margin-right:0;
	border-right: none;
	padding-right:0px;
}

#header-main-menu li a{
	display:inline-block;
	color: #FFF;
	text-decoration:none;
	text-shadow: #333 1px 1px 1px ;
}titulo-page

#header-main-menu li a:hover{
	color: #F2F2F2;
	text-decoration:none;
}

.titulo-page{color:#333; font-size:28px; font-weight:bold; text-transform:uppercase;}

#subheader{
	height:45px;
}

#footer{
	background: #323234;
	border:0; 
	color: #FFF;
	bottom:0; margin-bottom:0; padding:0;
	min-height: 140px;
}

#footer h4{
	border:0; 
	color: #FFF;
}

#footer #parceiros{ display:inline-block;}
#footer #parceiros li{ display:inline-block;}

#footer img{ height:40px; margin-right:10px; }

#last-footer{
	background: #414244;
	border:0; 
	bottom:0; margin-bottom:0; padding:0;
	/*min-height: 60px;*/
}

#last-footer .last-footer-menu{
	padding:0;
	margin:0;
	margin-top:10px;
}

#last-footer .last-footer-menu li{
	vertical-align: middle;
	display:inline-block;
}

#last-footer a, #last-footer a:visited{
	color:#FFF;
	text-decoration:none;
}

#last-footer a:hover{
	color:#CCC;
}


#last-footer .txt-contactos{
	color:#FFF;
	font-size:12px;
}

#last-footer .txt-contactos p{
	margin-top:10px;
	text-align:center;
}

#footer .txt-contactos{
	color:#FFF;
	font-size:14px;
}
.txt-contactos{
	color:#FFF;
	font-size:18px;
}

.txt-contactos img{ float:left; padding-right: 10px; padding-bottom:20px}

#marcas-slider h3{ color:#FFF; font-weight:bold;}

/*.cycle-slideshow { padding:0; width: 100%; height: 80px; overflow:hidden; margin: 0; border:0; }
 prev / next links */
.slide-marcas{ padding:0; width: 100%; height: 80px; overflow:hidden; margin: 0; border:0; text-align:center; }
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30px; opacity: 1; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(/img/left.png) 5% 50% no-repeat;}
.cycle-next { right: 0; background: url(/img/right.png) 95% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.slide-marcas section{
	width:85%;
}

.slide-marcas .desc-marcas img{
	margin:0;
	padding:0; 
	height: 100%;
}

.slide-marcas .desc-marcas a{
	display:block;
	margin:0;
	padding:0; 
	height: 99%;
	width:100%;
	border:1px #FFF solid;
	background:#CCC
}

.slide-marcas .desc-marcas{
	float:left;
	width:30%;
	height:78px;
	margin:0;
	padding:0;
	padding-left:1%;
	padding-right:1%;
	overflow:hidden;
}

.ssdesc{ 
	display:block; position:absolute; 
	color:#FFF; top: 0; height:32px; width:40px; 
	border-radius:20px; background:#AB854C;
	padding-top:8px;
	-webkit-transform: rotate(-45deg);
	/* Firefox */
	-moz-transform: rotate(-45deg);
	/* IE */
	-ms-transform: rotate(-45deg);
	/* Opera */
	-o-transform: rotate(-45deg);
	opacity: .7; filter: alpha(opacity=70);
	text-shadow: #000 1px 1px 1px;
}

#menu-small-btn{ display:none; }
#menu-small{ display:none; }

#inscricao-form .label-form, #resumo-form .label-form,  #editar-inscricao-form .label-form{
	width:25%; vertical-align: top;
	padding:5px;
	text-align:right;
}

#inscricao-form .field-form, #resumo-form .field-form, #editar-inscricao-form .field-form{
	width:70%; vertical-align: middle;
}

#mainForm{
	width:100%;
}

#mainForm .label-form{
	width:35%; vertical-align: top; float:left;
	padding-right:5px;
	text-align:right;
}

#mainForm .field-form{
	width:60%; vertical-align: middle; float:left;
}

#inscricao-form input, #resumo-form input, #editar-inscricao-form input{
	margin:0;
}

.field-form textarea{
	width:100%;
}

#form-box{
	width: 224px;
	margin: 40px auto;
	text-align: left;
	padding: 20px;
	background-color: #ffffff;
	color: #333;
	border: 1px solid #e5e5e5;
	box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
}

#logout-form a{
	color: #FFF;
	text-decoration:none;
	text-shadow: #333 1px 1px 1px;
}

#logout-form{
	border:0; margin:0; padding:0;
	display:inline-block;
	float:right;
	right:0;
	position:absolute;
}

#logout-form a:hover ,#header-main-menu li a:hover{
	color: #CCC;
	text-decoration:none;
}

.opcoes{
	float:right;
}

.categorias-area-reservada{
	width:20.53%; float:left;
	margin:5px;
	padding:15px;
	border:1px #333333 solid;
	min-height:260px;
}
.categorias-area-reservada-wide{
	width:45.5%; float:left;
	margin:5px;
	padding:15px;
	border:1px #333333 solid;
	height:600px;
	min-height:600px;
	overflow:hidden;
}

.ver-mais{ cursor:pointer}
.ver-menos{ cursor:pointer; display:none}


.categorias-area-reservada img{
	width:86%; 
}

#table-topicos { text-align:left;}

#table-topicos .opcoes { font-size:16px; }

#header-contacts{ float:right; width:75%; margin:0; padding:0; text-align:right;}

#header-contacts-menu{
	padding:0;
	margin:0;
	color:#666;
	width:100%;
	margin-top:20px;
}

#header-contacts-menu li{
	vertical-align:middle;
	display:inline-block;
	padding-top:10px;
	margin:0;
	margin-right:25px;
	font-size:22px;
	text-shadow: #F2F2F2 1px 1px 1px;
}

#header-contacts-menu li:last-child{
	margin-right:0;
}



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	/*@media only screen and (max-width: 959px) {}*/

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
				
		#head-slider{ margin-top:0}
		#header-contacts-menu {display:none;}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		#head-slider{ margin-top:0}
		#header-contacts-menu {display:none;}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#header{ text-align:center;}
		.logotipo{float: none; z-index:9999; margin:0 auto; }
		 #header-menu{ float:none; width:100%; margin:0; padding:0; text-align: center;}
		 #header-main-menu li{
			vertical-align: middle;
			display:inline-block;
			margin:0;
			font-size:14px;
			border-right: 1px #666 solid;
			padding-right:5px;
			padding-left:5px;
		}
		.home-lead li{		
			width:100%;
		}
		
		.categorias-area-reservada{
			width:33%;
		}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#header-menu{ display:none; }
		.logotipo{float: left; z-index:9999; margin-top:10px; }
		#menu-small-btn{position: absolute; margin-top:0px; width:25px; display: inline-block; cursor:pointer; right:0; }
		#menu-small{ position:absolute; z-index:1000; right:0; top:0px; padding:10px; background:#333; border-radius:15px; width:160px; display:none;} 
		.home-lead li{		
			width:100%;
		}
		
		.categorias-area-reservada{
			width:100%;
		}
	}

	@font-face {
		font-family: 'rajdhani';
		src: url('../fonts/rajdhani-semibold-webfont.eot');
		src: url('../fonts/rajdhani-semibold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/rajdhani-semibold-webfont.woff2') format('woff2'),
			 url('../fonts/rajdhani-semibold-webfont.woff') format('woff'),
			 url('../fonts/rajdhani-semibold-webfont.ttf') format('truetype'),
			 url('../fonts/rajdhani-semibold-webfont.svg#marvelbold') format('svg');
		font-weight: bold;
		font-style: normal;
	
	}
	
	@font-face {
		font-family: 'rajdhani';
		src: url('../fonts/rajdhani-regular-webfont.eot');
		src: url('../fonts/rajdhani-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/rajdhani-regular-webfont.woff2') format('woff2'),
			 url('../fonts/rajdhani-regular-webfont.woff') format('woff'),
			 url('../fonts/rajdhani-regular-webfont.ttf') format('truetype'),
			 url('../fonts/rajdhani-regular-webfont.svg#marvelregular') format('svg');
		font-weight: normal;
		font-style: normal;
	
	}
