/* MEU CSS */

*{
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	color: #000;
}

body {
	/*background: #f9db14 url(../img/bg-radial.png) no-repeat center center;
 	background: url(../img/bg-carnaval02.jpeg) repeat center top fixed !important;
	background: url(../img/bg-inlines4.jpg) repeat center top fixed !important;
	background: url(../img/bg-bzn-anonovo.jpg) repeat center top fixed !important;
	background: url(../img/bg-natal.jpg) repeat center top fixed !important;
	background: url(../img/bg-natal02.jpg) repeat center top fixed !important;
	background: url(../img/skatepark.jpg) repeat center top fixed !important;
	background: url(../img/bg-erosao.jpg) repeat center top fixed !important;*/
	background: url(../img/bgniss2020_2.jpg) repeat center top fixed !important;	
}

.pdl { padding-left: 0 !important; }
.pdr { padding-right: 0 !important; }

.topo {
	width: 100%;
	margin: 0 0 20px 0;
}
	
	.reveal-modal {
		background: #F9DB14 !important;
	}
	
	
	.papi-noel {
		width: 95px;
		height: 150px;
		position: absolute;
		z-index: 50;
		top: 100px;
		left: 0;
	}
	
	.for-fun-sol {
		position: absolute;
		top: 10%;
		left: 0;
		z-index: 50;
	}
	
	.ano-novo {}
	.ano-novo h2 {
		color: #ffd400 !important;
		text-transform: uppercase;
		text-shadow: 2px 2px 1px #000;
		font-family: 'Oswald', sans-serif;
		display: block;
		font-size: 1.4em;
		padding-top: 25px;
		text-align: center;
	}
	
	h1.logo { border: none !important; }
	
	.topo h1 {
		width: 227px;
		height: 94px;
		margin: 20px auto 20px;
	}
	
	.topo h1 a {
		/*
		background: url(../img/logos.png) no-repeat;
		text-indent: -9999px;		
		width: 300px;
		height: 93px;*/
		display: block;
		overflow: hidden;
	}

/* MENU MOBILE */

.menu-mobile {
    margin: 0 0 20px;
    padding: 0 !important;
	color: #fff;
}

.menu-mobile ul { padding: 0; margin: 0; }

.menu-mobile ul li { margin-left: 0; }

.menu-mobile ul li a {
    color: #fff !important;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	display: block;
    font-size: 1em;
	text-align: center;
}

.menu-mobile ul li a span { color: #fff !important; font-family: 'Oswald', sans-serif; }

.menu-mobile
.top-bar-section {}

	.menu-mobile
	.top-bar-section {}
	
	.menu-mobile
	.top-bar-section ul { background: #333333; }
	
	.menu-mobile
	.top-bar-section ul li {
		display: block;
		margin: 0;
	}
	
	.menu-mobile
	.top-bar-section ul li a {
		color: #fff !important;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
	}
	
/* MENU */

.cx-menu {
	width: 100%;
	min-height: 57px;
	background: url(../img/bgmenu.png) repeat;
	text-align: center;
	margin: 0 0 20px 0;
}

.cx-menu ul {
	padding: 10px 0 10px 0;
	margin: 0;
}

.cx-menu li {
	display: inline-block;
	margin: 0 15px;
}

.cx-menu li a {
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

	.cx-menu li a:hover {
		color: #F9DB14;
	}
	
	.cx-menu li.current-menu-item a { color: #FFDB00;}
	
	/* OFF CANVAS MENU */
	
	.left-off-canvas-menu {
	}
	.left-off-canvas-menu .menu {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		margin: 0;
	}
	
	.left-off-canvas-menu li { display: block; margin: 0; padding: 0 !important; }
	
	.left-off-canvas-menu #menu-principal {
		margin: 0;
	}
	.left-off-canvas-menu > #menu-principal li {
		display: block;
		list-style: none outside none;
		margin: 0;
		padding: 0;
	}
	.left-off-canvas-menu > #menu-principal li a {
		color: #fff;
		font-family: "franklin_gothic_mediumregular";
	}
	
	.left-off-canvas-menu li a:hover { color: #fff; } 
	
	/* FULLBANNER - ORBIT */
		
		/*.example-orbit img {
		  width: 100%;
		  height: auto;
		}*/
		
	.fullbanner {
		margin: 20px auto 20px;
		display: inline-block;
	}
	
		.fullbanner ul { margin: 0; }
		
		.fullbanner li {
			list-style: none;
		}
		
		.fullbanner span {
			color: #fff;
			font-family: "Oswald",sans-serif;
			font-size: 1.4em;
			text-transform: uppercase;
			text-shadow: 1px 2px 1px #2b2b2b;
			position: absolute !important;
			z-index: 50;
			top: 20%;
			right: 5%;
		}
		
		.orbit-container .orbit-slide-number { display: none !important; }
		.orbit-container .orbit-bullets-container { display: none; }
		
		.fullb .columns { padding: 0; }

/* REDES */

.redes {
	display: block;
	text-align: right;
	padding: 20px 0 0 0;
}

	.redes i { font-size: 2.2em; }
	
	.busca {
		padding: 10px 0;
		display: block;
	}
	
	.busca label { display: none; }
	
	.busca input {
		background: #fff;
		border: none;
		padding: 3px 5px;
		color: #2b2b2b;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 0.8em !important;
	}
	
	.busca .bt-enviar {
		background: #000 url(../img/icon-lupa.png) no-repeat center center;
		display: table;
		cursor: pointer;
		padding: 10px 20px;
		text-indent: -9999px;
	}

/* INSTAGRAM */

.instagram {
	text-align: center;
	margin: 20px auto 20px;
}

	.instagram h2 {
		font-family: 'Oswald', sans-serif;
		color: #2b2b2b;
		font-weight: normal;
		font-size: 1.5em;
		display: inline-block;
	}
	
	.instagram h2 .left { padding: 0 10px; }
	.instagram h2 .right { padding: 0 10px; }
	
/* INSTAGRAM BIZINE */

.insta-bizine {
	background: #f9db14;
    margin: 0 auto 20px !important;
    padding: 10px 0;
}

li#text-2 { list-style: none; }	

.insta-bizine h2 {
	width: 100%;
	text-align: center;
	order-bottom: 1px solid #d3bb1a;
    color: #000;
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0;
}

/* DESTAQUES */

.caixa { margin-left: 0; }

	.caixa h2 {
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		font-size: 1.5em;
		display: block;
		border-bottom: 1px solid #d3bb1a;
	}
		
		.caixa h2 a {
			font-family: 'Oswald', sans-serif;
			text-transform: uppercase;
			color: #000;
			font-weight: bold;
		}
		
			.caixa h2 a:hover { color: #a08c09; }
	
	.caixa ul { margin: 0; }
	
	.caixa li {
		list-style: none;
		display: table;
		margin: 0 0 5px 0;
	}
	
	.caixa img { float: left; margin: 0 5px 5px 0; }
	
	.caixa h3 { 
		font-size: inherit;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #000;
		font-weight: normal;
		font-size: 0.8em; 
	}
	
		.caixa h3 a {
			font-family: 'Oswald', sans-serif;
			text-transform: uppercase;
			color: #000;
			font-weight: normal;
			font-size: 1.1em;
		}
	
	.caixa h4 { font-size: inherit; }
	
		.caixa h4 a {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #000;
			font-size: 0.7em;
			line-height: normal;
		}
		
	.caixa h3 a:hover { text-decoration: underline; }
	.caixa h4 a:hover { text-decoration: underline; }
	
	.caixa .ver { text-align: right; border-top: 4px solid #d3bb1a; }		
	.caixa .ver a {
		font-family: 'Oswald', sans-serif;
		color: #a08c09;
		font-weight: bold;
		font-size: 1.1em
	}
		.caixa .ver a:hover { color: #2b2b2b; }
		
		.events img { float: none; }
		.pics img { float: none; }
		
	.equipamento {}
	
	.equipamento img {
		width: 100%;
	}

/* FOTO DE DESTAQUE - HOME */

.foto {}

	.foto h2 {
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		font-size: 1.5em;
		display: block;
		border-bottom: 1px solid #d3bb1a;
	}
	
		.foto h2 a {
			font-family: 'Oswald', sans-serif;
			text-transform: uppercase;
			color: #000;
			font-weight: bold;
		}
		
			.foto h2 a:hover { color: #a08c09; }
	
	.foto {}
	
	.foto ul { margin: 0; }
	
	.foto li {
		list-style: none;
		display: block;
		margin: 0 0 5px 0;
		text-align: center;
	}
	
	.foto ul li a {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	
	.foto img { margin: 0 0 5px 0; width: auto; }
	
	.foto h3 { 
		font-size: inherit;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		font-size: 1em; 
	}
			
		.foto h3 a {
			font-family: 'Oswald', sans-serif;
			text-transform: uppercase;
			color: #000;
			font-weight: bold;
			font-size: 1.1em;
		}
		
	.foto h4 { font-size: inherit; }
		
		.foto h4 a {
			color: #000;
			font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
			font-size: 0.7em;
			line-height: normal;
		}
		
		.foto h4 a:hover { text-decoration: underline; }
		
		.foto h4 a p {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #000;
			font-size: 0.7em;
			line-height: inherit;
			margin: 0;
		}			
	
	.foto .ver { text-align: right; border-top: 4px solid #d3bb1a; }		
	.foto .ver a {
		font-family: 'Oswald', sans-serif;
		color: #a08c09;
		font-weight: bold;
		font-size: 1.1em
	}
		.foto .ver a:hover { color: #2b2b2b; }

/* VIDEO DESTACADO - HOME */

.video-destacado {
	/*background: url(../img/bg-erosao2.jpg) repeat center top fixed !important;*/
	background: #e6cc01;
	padding: 20px;
}

	.video-destacado h2 {
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		font-size: 1.5em;
		display: inline-block;
		text-align: center;
		border-bottom: 1px solid #d3bb1a;
	}
	
		.video-destacado h2 a {
			font-family: 'Oswald', sans-serif;
			text-transform: uppercase;
			color: #000;
			font-weight: bold;
		}
		
			.video-destacado h2 a:hover { color: #a08c09; }
	
	.video-destacado ul { margin: 0; }
	
	.video-destacado li {
		list-style: none;
		display: block;
		margin: 0 0 5px 0;
		text-align: center;
	}
	
	.video-destacado ul li a {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	
	.video-destacado img { margin: 0 0 5px 0; width: auto; }
	
	.video-destacado h3 { 
		font-size: inherit;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		font-size: 1em; 
	}
			
		.video-destacado h3 a {
			font-family: 'Oswald', sans-serif;
			text-transform: uppercase;
			color: #000;
			font-weight: bold;
			font-size: 1.1em;
		}
		
	.video-destacado h4 { font-size: inherit; }
		
		.video-destacado h4 a {
			color: #000;
			font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
			font-size: 0.7em;
			line-height: normal;
		}
		
		.video-destacado h4 a:hover { text-decoration: underline; }
		
		.video-destacado h4 a p {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #000;
			font-size: 0.7em;
			line-height: inherit;
			margin: 0;
		}			
	
	.video-destacado .ver { text-align: right; border-top: 4px solid #d3bb1a; }		
	.video-destacado .ver a {
		font-family: 'Oswald', sans-serif;
		color: #a08c09;
		font-weight: bold;
		font-size: 1.1em
	}
		.video-destacado .ver a:hover { color: #2b2b2b; }
	
	.video-destacado > .orbit-container > .orbit-prev {
		left: 0;
		top: 20%;
		background: #c00 !important;
	}
	
	.video-destacado > .orbit-container > .orbit-next {
		right: 0;
		top: 20%;
		background: #c00 !important;
	}
		
/* CX OLD SCHOOL - LISTA */

.oldch {
	background: url(../img/tarmacce2.png) no-repeat center bottom;
	padding-bottom: 145px;
	width: 100%;
	background-size: 150px;
	margin: 0 0 10px 0;
}

.cx-school h3 { 
		font-size: inherit;
		font-family: 'Oswald', sans-serif;
		text-transform: capitalize;
		color: #000;
		font-weight: normal;
		font-size: 0.7em; 
	}
			
		.cx-school h3 a {
			color: #e9523f;
			font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
			font-size: 1em;
			font-weight: bold;
			text-transform: inherit;
		}
		
		.cx-school h3 a:hover {
			text-decoration: underline;
			color: #42a7de;
		}

.single
.cx-school h3 { 
		font-size: inherit;
		font-family: 'Oswald', sans-serif;
		text-transform: capitalize;
		color: #000;
		font-weight: normal;
		font-size: 0.7em; 
	}
		
		.single	
		.cx-school h3 a {
			font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
			text-transform: inherit;
			color: #000;
			font-weight: normal;
			font-size: 1em !important;
		}
		
		.single
		.cx-school h3 a:hover {
			text-decoration: underline;
			color: #42a7de !important;
		}
		
		
	.single-noticias h4 a {
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		text-transform: inherit;
		color: #000 !important;
		font-weight: normal;
		font-size: 1em !important;
	}
	
		.single-noticias h4 p { display: block; }			

/* INFO */

.info p {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-transform: capitalize;
	color: #000;
	font-weight: normal;
	font-size: 0.9em;
}
		
/* COLUNA 3 */

.coluna3 { padding: 20px 0; }

	.coluna3 img { margin: 0 0 10px 0 !important; }	
		
/* PAGE */

.page h1 {
	border-bottom: 1px solid #d3bb1a;
    color: #000;
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}
	
	.page-id-6 #comments {
		display: none;
	}
	
	.page-id-9 #comments {
		display: none;
	}


/* POST */

.post {}

	.post .data-mes {
		background: url("../img/seta-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    	padding-left: 30px;
	}
	
		.post .data-mes span {		
			font-family: 'Oswald', sans-serif;
			display: inline;
			font-size: 1.7em;
			color: #2b2b2b;
			text-transform: uppercase;
			padding: 0 4px;
		}
		
.post h2 {
	font-family: 'Oswald', sans-serif;
	margin: 10px 0 10px 0;
	font-weight: normal;
	font-size: 22px;
	color: #2b2b2b;
	float: left;
}

	.post h2 a {
		color: #2b2b2b;
	}
	
	
	.post h2 a:hover {
		color: #FF6869;
	}

/* AVATAR WP */

.my-avatar img {
	border-radius: 3px;
	border: 2px solid #fff;
	transition: width 0.5s ease 0s;
}

	.my-avatar img:hover { 
		border: 2px solid #75B2DF; 
		width: 60px;
    	transition: width 0.5s ease 0s;
	}
	
.single h1 {
	font-family: 'Oswald', sans-serif;
	margin: 10px 0 10px 0;
	font-weight: normal;
	font-size: 22px;
	color: #FF6869;
}
	
	.single img { margin: 0 10px 10px 0; float: left; }
	
	.single h1 a {
		color: #e30c0c;
	}
	
	.single h3 {
		font-family: 'Oswald', sans-serif;
		margin: 10px 0 10px 0;
		font-weight: normal;
		font-size: 1.4em;
	}
	
	.single span {
		border-bottom: 1px solid #c4ad1f;
		color: #4d8db7;
		display: block;
		font-family: trebuchet ms;
		font-size: 0.9em;
		font-weight: normal;
		margin: 10px 0;
	}
	
		.single h3 a { color: #2b2b2b; }
		.single h3 a:hover { color: #a08c09; }
		
		.single-equipamentos h4 p {	
			-moz-display: table !important;
			display: table !important;
		}
		
		.single-equipamentos .flex-video { height: auto !important;}

.single h4 {
		color: #4d8db7;
		display: block;
		font-family: trebuchet ms;
		font-size: 0.9em;
		font-weight: normal;
	}
	
		.single h4 a { color: #2b2b2b; }
		.single h4 a:hover { color: #a08c09; }
		
.single .logo {}
.single .logo a {}		

.archive .topo h1 {}
.category .topo h1 { margin: 0 auto; }

.category h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 1.7em;
	color: #FF6869;
	text-transform: uppercase;
}

.archive h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 1.7em;
	color: #FF6869;
	display: block;
}
	
	.archive h1 span {
		font-family: "franklin_gothic_mediumregular";
		font-size: 22px;
		text-transform: uppercase;
		color: #fff;
		background: #63B586;
		padding: 5px;
		font-style: normal;
	}
	
	.archive h2 {
		border-bottom: 1px solid #d3bb1a;
		display: block;
		font-family: "Oswald",sans-serif;
		font-size: 1.7em;
		font-weight: normal;
		margin: 10px 0;
		text-transform: uppercase;
	}
		
		.archive h2 span {
			font-family: "franklin_gothic_mediumregular";
			font-size: 22px;
			text-transform: uppercase;
			color: #fff;
			background: #63b586;
			padding: 5px;
			font-style: normal;
		}		


.archive .ano-novo h2 { 
	border-bottom: none !important; 
	font-size: 1.4rem !important
}

/* BOTÃO VOLTAR */

.bt-voltar a {
	padding: 5px 10px;
	background: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #fff;
	text-align: center;
	overflow: hidden;
	outline: none;
	text-transform: uppercase;
}

	.bt-voltar a:hover { color: #ccc; }

/* CORPO */

.corpo-baixo {
	background: #f9db14;
	padding: 10px 0;
	margin: 20px auto !important;
}

/* CX POSTS */

.cx-posts {}

.cx-posts ul {
	margin: 0;
}

.cx-posts ul li {
    border-bottom: 1px solid #d3bb1a;
    list-style: outside none none;
    margin: 15px 0 0;
    display: table;
}

.cx-posts ul li img {
	float: left;
    margin: 0 10px 10px 0;
}

.cx-posts ul li h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	color: #2b2b2b;
}

.cx-posts ul li h3 a {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #2b2b2b;
}

.cx-posts ul li h4 {}
.cx-posts ul li h4 a {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	color: #5b5b5b;
}

	.cx-posts ul li h4 a:hover { color: #5B9DCC; text-decoration: underline; }
	
	.cx-videos li { display: block !important; }
	
	.vd h3 a:hover { color: #77B0DD !important; text-decoration: underline !important; } 
	
		.video-home .flex-video { margin-bottom: 0rem !important; padding-bottom: 50.5% !important;}
	
			.video-home li p {
				color: #000;
				font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
				font-size: 0.8em;
				font-weight: normal;
			}

/* FALADO */

ul.cx-falado {
	width: 100%;
	text-align: center;
}

	ul.cx-falado img {
		margin: 5px auto 15px !important;
		float: none !important;
		border-radius: 99px;
		border: solid 0;
		width: 140px;
		border: 3px solid #73B3E1;
		box-shadow: 0 1px 5px #2b2b2b;
	}

/* NISS */

.tax-nissbzn_category .cx-posts li {
    border-bottom: none;
}

.tax-nissbzn_category p {
	color: #000;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
}

.tax-nissbzn_category .widget { list-style: none; }
.tax-nissbzn_category .widget h2 {
	font-size: 1.2em;
}

	.pag-niss p {
		color: #000;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		font-size: 1em;
		font-weight: normal;
		margin-bottom: 0;
	}
	
		.pag-niss .coluna3 li {
			background: url("../img/bzn-simb.png") no-repeat scroll left top;
			padding-left: 32px;
			border-bottom: none;
			list-style: none;
			margin-bottom: 5px;
		}
		
		.pag-niss .coluna3 li a {
			color: #000;
			border-bottom: 1px double #d3bb1a;
			font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
			font-size: 1.2em;
			font-weight: normal;
			margin-bottom: 0;
		}
		
			.pag-niss .coluna3 li a:hover { color: #62B8D4; }
		
		.pag-niss .coluna3 { list-style: none; border-left: 1px dotted #2b2b2b; }
		.pag-niss .coluna3 ul { margin-left: 0; }
		.pag-niss .coluna3 h2 {
			font-family: 'Oswald', sans-serif;
			font-weight: normal;
			text-transform: uppercase;
			font-size: 1.6em;
			color: #2b2b2b;
			border-bottom: 1px solid #d3bb1a;
		}
		
		
		/* DESTAQUE GERAL - NA HOME */ 
		
			.pag-dtq .coluna3 { list-style: none; border-left: none; }
			
			.pag-dtq img {
				float: left;
				margin: 0 20px 20px 0 !important;
			}
			
			.pag-dtq h2 { font-size: 0.9em; }
			
			.pag-dtq h2 a {
				font-family: 'Oswald', sans-serif;
				font-weight: normal;
				text-transform: uppercase;
				font-size: 1em;
				color: #5294C4;
			}
			
			.pag-dtq h3 a {
				font-family: 'Oswald', sans-serif;
				font-size: 0.8em;
				color: #2b2b2b
			}
			
			.pag-dtq ul { padding: 10px 0 0 0; margin: 0; }
			
			.pag-dtq ul li {
				text-align: left;
				list-style: none;
			}
			
			.pag-dtq .more {
				color: #75B2DF;
			}
			
			.pag-dtq .more:hover {
				color: #5294C4;
				text-decoration: underline;
			}
		
/* GIRLS */

.tax-girls_category {}
	
	.tax-girls_category img { margin: 10px 0; }
	
	.tax-girls_category span {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 0.9em;
		color: #5b5b5b;
	}
	
/* RESULTADO DA BUSCA */

.search-results {}

	.search-results h1 {
		font-family: 'Oswald', sans-serif;
		font-weight: normal;
		font-size: 1.7em;
		color: #2b2b2b;
		border-bottom: 1px solid #d3bb1a;
		margin: 0 0 10px 0;
	}
	
		.search-results article {
			border-bottom: 1px solid #d3bb1a;
			margin: 0 0 10px;
		}
			
			.search-results article 
			.post-thumbnail {
			}
			
			.search-results article img {
				float: left;
				margin: 0 10px 0 0;
			}	
			
				.search-results article h2 { font-size: 1.7em !important; }
			
				.search-results article h2 a {
					font-family: 'Oswald', sans-serif;
					font-weight: normal;
					text-transform: uppercase;
					font-size: 0.7em;
					color: #2b2b2b;
				}
				
					.search-results article h2 a:hover { color: #4C83AA; text-decoration: underline;}
				
				.search-results article p {
					color: #000;
					font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
					font-size: 0.8em;
					line-height: normal;
				}

/* FACEBOOK */

.widget_as_facebook_mem_likebox a font { display: none; }
	
.secondary {
	text-align: center;
}

	.secondary h2 {
		font-family: 'Oswald', sans-serif;
		font-weight: normal;
		font-size: 1.6em;
		color: #2b2b2b;
	}
	
	.secondary label { display: none; }
	
	.secondary ul {}
	
	.secondary ul li { list-style: none; border-bottom: 1px solid #ccc; }
	.secondary ul li a { color: #999; font-size: 1.2em; }
	.secondary ul li a:hover { color: #FF6869; }
	
/* NEWSLETTER BIZINE */

.news-bzn {
	background-color: #000000;
	padding: 7px 0 10px 0;
}

	.news-bzn h2 {
		width: 100%;
		text-align: center;
		font-family: "TwCenMT";
		text-transform: uppercase;
		font-size: 1.1em;
		color: #fff;
		list-style: none;
	}
	
	.news-bzn label {
		font-family: "TwCenMT";
		text-transform: uppercase;
		font-size: 1em;
		color: #fff;
		float: left;
		width: 9%;
		margin-top: 5px;
	}
	
	.news-bzn .wysija-paragraph { margin-bottom: 0 !important;}
	
	.news-bzn .wysija-input {
		width: 80%;
		float: left;
		margin: 0 10px 5px 0;
	}
	
	.news-bzn .wysija-submit {
		border: none;
		cursor: pointer;
		background-color: #f9db14;
		color: #2b2b2b;
		font-size: 1.2em;
		margin-top: 10px;
		text-transform: uppercase;
	}

/* SINGLE */

.single .comments-area { display: none; }

/* COMENTARIO */

.page .comments-area { display: none; }
	
.comments-area {}

.comments-area h3 {
	color: #ff6869;
    font-family: "TwCenMT";
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
}
	
	.comments-area label { font-size: 1.4em; }
	
	.comments-area .form-allowed-tags { display: none; }
	.comments-area code { display: none; }
	
	.comments-area .submit {
		overflow: hidden;
		outline: none;
		display: block;
		background: #ff6869;
		border: none;
		color: #fff;
		padding: 10px;
		cursor: pointer;
	}
	
	.comments-area .submit:hover { background: #FC8D8D; }


	
/* RODAPE */

.rodape-pai {
	background: url(../img/bgrodape.png) repeat center center;
	width: 100%;
	min-height: 116px;
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
}

	.rodape-pai .rdp-main {
		padding: 20px 10px;
		margin: 16px 0 0 0;
	}
	
	.rodape-pai .rdp-main ul {
		border-bottom: 1px solid #696868;
		padding-bottom: 20px;
		margin: 0 0 20px 0;
	}
	
	.rodape-pai .rdp-main ul li {
		margin: 0 7px;
		display: inline;
	}
	
	.rodape-pai .rdp-main ul li a {
		font-family: 'Oswald', sans-serif;
		color: #fff;
		text-transform: uppercase;
		font-size: 1.5em;
		font-weight: bold;
	}
	
		.rodape-pai .rdp-main ul li a:hover { color: #F9DB14; }
	
	.rodape-pai .rdp-main span {
		font-family: 'Oswald', sans-serif;
		color: #fff;
		font-size: 1em;
		border-bottom: 0;
	}
	
	.selo { text-align: center; display: table; }
	.selo a {
		color: #2b2b2b;
		font-size: 1.8em;
		padding: 0 0 15px 0;
	}
	
	.entry-content {}
	
	.entry-content p {
		margin: 0 0 5px 0;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #2b2b2b;
		font-size: 0.8em;
	}
	
	.single h4 p {
		margin: 0 0 5px 0;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #2b2b2b;
		font-size: 0.9em;
		display: table;
	}
	
	.single h4 p a {
		color: #5495c4;
		font-weight: bold;
		text-decoration: underline;
	}
	
		.single h4 p a:hover { color: #000; }
	
	/* SINGLE-GIRLS */
	
	.single-girls h4 p {
		display: block;
	}
	
	/* FORMULÁRIO DE CONTATO */
	
	.col-interna {}
	
	.col-interna h2 {
		font-family: 'Oswald', sans-serif;
		font-size: 1.5em;
		color: #2b2b2b;
		text-transform: uppercase;
		border-bottom: 1px solid #d3bb1a;
		padding-bottom: 10px;
		margin: 0 0 10px 0;
	}
	
		.col-interna h3 {
			border-bottom: 1px solid #d3bb1a;
			color: #2b2b2b;
			font-family: "Oswald",sans-serif;
			font-size: 1.2em;
			margin: 0 0 10px;
			padding-bottom: 10px;
			text-transform: uppercase;
		}
	
	.col-interna .wpcf7 p {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #2b2b2b;
		font-size: 0.8em;
	}
	
	.bt-send { display: block; }
		
	.bt-send input {
		background: #000 none repeat scroll 0 0;
		color: #fff;
		font-family: "Oswald",sans-serif;
		font-size: 1em;
		font-weight: normal;
		outline: medium none;
		overflow: hidden;
		padding: 5px 10px;
		text-align: center;
		text-transform: uppercase;
		cursor: pointer;
		border: none;
	}
	
	/* PAGINACAO & NAVEGACAO */
	
	.pagination {	
	}
	
	.pagination h2 {
		font-family: 'Oswald', sans-serif;
		font-size: 1em;
		color: #2b2b2b;
		text-transform: uppercase;
	}
	
	.pagination .nav-links span {
		color: #363738;
	}
	
	.pagination .nav-links a { color: #FF6869; }
	/*.pagination .nav-links a:hover { color: #DB4C4C; text-decoration: underline; }*/
		
		.navigation h2 {
			font-family: 'Oswald', sans-serif;
			font-size: 1em;
			color: #2b2b2b;
			text-transform: uppercase;
		}
		
		.navigation .nav-links span {
			/*color: #363738;*/
		}
		
		.navigation .nav-links a { color: #FF6869; }
		/*.navigation .nav-links a:hover { color: #DB4C4C; text-decoration: underline; }*/ 
	
	/* GALERIA */
	
	.gallery {}
	
	.galery-bizine {}
	
	.galery-bizine .nav-previous {}
	
	.galery-bizine .navigation a {
		font-family: 'Oswald', sans-serif;
		font-size: 1em;
		background: #2b2b2b none repeat scroll 0 0;
		color: #fff;
		display: inline-block;
		margin: 5px 0 0;
		padding: 8px 10px;
	}
		
		.galery-bizine .navigation a:hover { background: #75B2DF; color: #fff; text-decoration: none; }
		
	.galery-bizine .entry-header h1 {
		border-bottom: 1px solid #2b2b2b;
		color: #2b2b2b;
		font-family: "Oswald",sans-serif;
		font-size: 1.2em;
		padding: 5px;
		text-transform: capitalize;
	}
	
	/* CSS QUERIES */
	
	@media only screen and (max-width: 40em) {
		
		h1.logo { width: 100%; text-align: center; }
		h1.logo a { display: inline-block; }
		.busca {}
		
		.busca .columns { padding: 0; }
		
		.busca input {
			width: 100%;
		}
		
		.papi-noel img { width: 120px; height: auto; }
		
		.news-bzn label { display: none !important; }
		.news-bzn .wysija-input { width: 65%; }
		
		.rodape-pai .rdp-main ul li {
			float: none;
			width: auto;
		}
		.rodape-pai .rdp-main ul li a { font-size: 0.8em; }
		
		.foto h2 { text-align: center; display: block; }
		.caixa h2 { text-align: center; display: block; }
		
		.oldch h2 { text-align: center; float:left; display: inine-block !important; }
		
		.col-interna .wpcf7 .email { padding-right: 0px; }
		
		.coluna3 {}
		
		.coluna3 a {
			display: inline-block;
		}
		
		.coluna3 img {
			display: inline-block;
			text-align: center;
		}
		
		.single {}
		
		.single .coluna3 { width: 100%; display: inline-block; }
		
		.single .coluna3 img { text-align: center; float: none; }
		
		.parceiros img { text-align: center; float: none; width: inherit; }
		
		ul.parceiros li p { 
			text-align: center; 
			float: none; 
			width: inherit; 
			font: "Trebuchet MS", Arial, Helvetica, sans-serif; 
		}
		
		.redes { text-align: center; width: 100%; }
		.redes a { display: inline-block; }
		
		.top-bar a span {
			margin: 0 !important;
			border: none !important;
		}
		
		.single h4 p {	
			display: block;
		}
		
		.final-info { font-size: 1.0em; }
	}
	
	/* min-width 641px, medium screens */
	@media only screen and (min-width: 40.063em) and (max-width: 64em)  {
		
		.cx-menu li {
			/*display: block;*/
			width: 8%;
			margin: 5px 0;
		}	
		
			.cx-menu li a { font-size: 0.8em; } 
		
		.papi-noel img { width: 165px; height: auto; }
		
	}
	
	@media screen and (min-width: 64.063em) and (max-width: 90em) {
	
		.papi-noel img { width: 165px; height: auto; }
		
		.single-equipamentos h4 p {	
			display: table;
		}
		
		.events img {
			float: none;
			width: 100%;
		}
		
	} 
	
	
	@media only screen and (min-width: 90.063em) and (max-width: 120em) {
		
		li.equipamento {
			text-align: center;
			display: inline-block;
		}
		
			li.equipamento img { float: none; }
			
			.events img {
				float: none;
				width: 100%;
			}
			 
	} 
	
	