/*
 Theme Name:   FDV
 Description:  Equipe FDV
*/


/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* FONTS */

@font-face {
    font-family: 'alternategothic';
    src: url('fonts/alternategothic-webfont.eot');
    src: url('fonts/alternategothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alternategothic-webfont.woff2') format('woff2'),
         url('fonts/alternategothic-webfont.woff') format('woff'),
         url('fonts/alternategothic-webfont.ttf') format('truetype'),
         url('fonts/alternategothic-webfont.svg#alternategothic2_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'humnst777_blkcn';
    src: url('fonts/humanist777-blackcond-webfont.eot');
    src: url('fonts/humanist777-blackcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/humanist777-blackcond-webfont.woff2') format('woff2'),
         url('fonts/humanist777-blackcond-webfont.woff') format('woff'),
         url('fonts/humanist777-blackcond-webfont.ttf') format('truetype'),
         url('fonts/humanist777-blackcond-webfont.svg#humnst777_blkcn_btblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'humnst777';
    src: url('fonts/humanist777-roman-webfont.eot');
    src: url('fonts/humanist777-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/humanist777-roman-webfont.woff2') format('woff2'),
         url('fonts/humanist777-roman-webfont.woff') format('woff'),
         url('fonts/humanist777-roman-webfont.ttf') format('truetype'),
         url('fonts/humanist777-roman-webfont.svg#humnst777_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* CUSTOM CSS */

b, strong {
	font-family: humnst777_blkcn;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.content {
	position: relative;
	margin: 0 auto;
	width: 1170px;
	overflow: hidden;
}

#mainmenu {
	position: relative;
	background: #000;
	height: 34px;
}

#mainmenu ul {
	float: left;
	position: relative;
	white-space: nowrap;
}

#mainmenu li {
	display: inline-table;
	padding-right: 20px;
}

#mainmenu li:last-child {
	padding-right: 0px;
}

#mainmenu li:first-child {
	margin-left: 5px;
}

#mainmenu a {
	font-family: alternategothic;
	color: #aaa;
	line-height: 34px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#mainmenu a:hover {
	color: #f47b20;
}

#logo-top {
	float: right;
	margin-top: 8px;
}



#topmenu {
	position: relative;
	height: 64px;
	background: url('img/header-menu-bg.png') repeat-x;
	overflow: visible;
}

#menutoggle {
	float: left;
	margin-top: 10px;
}

#menu-out {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
}

#menu {
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 999;
	display: none;
}

#menu a {
	display: block;
	width: 200px;
	padding: 15px 25px;
	background: url('img/header-menu-bg.png') repeat-x center top;
	font-family: alternategothic;
	color: #fff;
	line-height: 34px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:hover {
	background: url('img/header-menu-bg.png') repeat-x center bottom;
	color: #000;
}

#minimenu {
	float: right;
	margin-top: 15px;
}

#minimenu li {
	display: inline-table;
	padding-right: 40px;
	background: url('img/topmenu-spacer.png') right center no-repeat;
}

#minimenu li:last-child {
	padding-right: 20px;
	background: url('');
}

#minimenu a {
	font-family: alternategothic;
	color: #fff;
	line-height: 34px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#minimenu a:hover {
	color: #f47b20;
}

#searchform {
	float: right;
	margin-left: 10px;
}

#searchform input[type='search']{
	margin-top: 12px;
	border: 0;
	height: 34px;
	background: #3a3a3a url('img/search-bg.png') no-repeat;
	line-height: 34px;
	padding-left: 34px;
	font-family: humnst777_blkcn;
	color: #fff;
	font-size: 18px;
}

#searchform input[type='submit']{
	display: none;
}


#logo {
	position: absolute;
	top: 50px;
	left: 85px;
	z-index: 10;
	text-indent: -999px;
	overflow: hidden;
	background: url('img/header-logo.png') no-repeat;
	width: 215px;
	height: 52px;
}

#socialmenu {
	position: absolute;
	top: 50px;
	left: 5px;
	z-index: 10;
}

#socialmenu li {
	line-height: 32px;
	margin-bottom: 8px;
}

#socialmenu li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: 999px;
	overflow: hidden;
}

#menu-item-23 a, .menu-item-23 a {
	background: url('img/header-bt-facebook.png') no-repeat;
}

#menu-item-24 a, .menu-item-24 a {
	background: url('img/header-bt-twitter.png') no-repeat;
}

#menu-item-25 a, .menu-item-25 a {
	background: url('img/header-bt-instagram.png') no-repeat;
}

#menu-item-26 a, .menu-item-26 a {
	background: url('img/header-bt-youtube.png') no-repeat;
}


#areadoaluno {
	float: right;
	margin-top: 50px;
	width: 290px;
	padding: 10px 25px 25px;
	background: rgba(0,0,0,0.3);
	color: #fff;
}

#areadoaluno .titulo {
	border-bottom: 2px solid #fff;
	line-height: 40px;
	font-family: humnst777_blkcn;
	font-size: 12px;
}

#areadoaluno #logo-treinus {
	width: 186px;
	margin: 30px 0 18px;
}

#areadoaluno p {
	margin-bottom: 10px;
	line-height: 15px;
	font-family: humnst777_blkcn;
	font-size: 13px;
	color: #fff !important;
	text-transform: uppercase;
}

#areadoaluno a {
	font-family: humnst777;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

#areadoaluno #bt-acessar {
	margin-top: 25px;
}

/*#areadoaluno form {
	margin: 25px 0;
}

#areadoaluno label {
    display: block;
	margin-top: 25px;
	line-height: 23px;
	font-family: humnst777_blkcn;
	font-size: 12px;
	color: #fff !important;
	text-transform: uppercase;
}

#areadoaluno input[type="text"], #areadoaluno input[type="password"], #areadoaluno input[type="submit"] {
	width: 100%;
	padding: 3px 0;
	border: 2px solid #fff;
	background: rgba(0,0,0,0);
	font-family: humnst777;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
}

#areadoaluno input[type="password"] {
	width: 80%;
}

#areadoaluno input[type="submit"] {
	float: right;
	width: 15%;
	cursor: pointer;
}*/



/* JCAROUSEL*/

.jcarousel {
    position: absolute;
	top: 98px;
	left: 0;
	right: 0;
	z-index: -1;
    overflow: hidden;
	line-height: 0;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
	position: relative;
    float: left;
	width: 100vw;
	height: 730px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*
.jcarousel img {
	width: 100vw;
	min-height: 350px;
}
*/
/** Carousel Controls **/

.jcarousel-control-prev, .jcarousel-control-next {
	display: none;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    top: 455px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
	z-index: 50;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 12px;
    width: 12px;
    line-height: 12px;

    background: #fff;
    color: #4E443C;
    border-radius: 12px;
    text-indent: -9999px;

    margin-right: 16px;

    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.jcarousel .content {
	overflow: visible;
}

.jcarousel .headline {
	position: relative;
	top: 130px;
	left: 77px; /* GAMBI */
	width: 580px;
	font-family: humnst777;
	font-size: 32px;
	color: #575757;
	line-height: 40px;
}

.jcarousel .headline div {
	margin-top: 25px;
	font-size: 18px;
    line-height: 22px;
}



#main {
	position: relative;
	margin: 500px auto 0;
	background-color: #fff;
	color: #575757;
	overflow: hidden;
}

#patrocinadores, #apoiadores {
	position: relative;
	
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
		
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	justify-content: space-around;
	padding: 30px 0px;
}

#patrocinadores li, #apoiadores li {
	padding: 5px 10px;
}

#main .coluna1, #main .coluna4 {
	display: inline-block;
	float: left;
	width: 60%;
	margin-bottom: 20px;
}

#main .coluna2, #main .coluna3 {
	display: inline-block;
	float: left;
	width: 40%;
	clear: right;
	margin-bottom: 20px;
}

#main .calendario {
	display: inline-block;
	float: left;
	width: 33%;
	margin-right: 2%;
}

#main .treinos {
	display: inline-block;
	float: left;
	width: 33%;
	margin-right: 2%;
}

#main a {
	text-decoration: none;
	color: #575757;
	display: block;
	position: relative;
	overflow: hidden;
}

	#main .materia a {
		display: inline-block;
	}

#main a:hover {
	text-decoration: none;
	color: #ec7227;
}

#main .resumo {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,0.7);
	padding: 12px 15px;
	min-height: 100px;
	text-align: left;
}

#main .coluna1 .resumo {
	width: 70%;
}

#main .coluna4 .resumo {
	width: 70%;
	left: auto;
	right: 0;
}

#main .destaque {
	font-family: humnst777;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
	
	#main .destaque p {
		margin-bottom: 20px;
	}

#main .data {
	position: absolute;
	bottom: 15px;
	font-family: humnst777;
	font-size: 14px;
}

#main .titulo {
	font-family: humnst777_blkcn;
	font-size: 22px;
	line-height: 28px;
	text-align: left;
}

#main .calendario a, #main .treinos a{
	display: block;
	text-align: left;
}

#main .calendario img, #main .treinos img {
	width: 100%;
}

#main .calendario .destaque, #main .treinos .destaque {
	display: block;
	text-align: left;
}

#main .treinos .destaque {
	display: block;
	text-align: left;
}

#main .calendario .titulo, #main .treinos .titulo {
	margin: 20px 0;
}

#main .felicidade {
	display: inline-block;
	float: right;
	width: 30%;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

#main .felicidade a {
	display: block;
	padding: 0;
	width: 100%;
	max-width: 336px;
	margin: 0 auto 20px;
}

#main .felicidade img {
	width: 100%;
}
	
	
	
	
	
.single {
	font-family: humnst777;
	font-size: 16px;
	line-height: 22px;
	/*width: 100%;
	max-width: 1140px;*/
	clear: left;
}
.single .materia {
	padding: 20px 30px;
	width: calc(100% - 60px);
}

.single .materia ul {
	list-style: disc;
}

.single .materia figure {
	margin-top: 20px;
	margin-bottom: 20px;
}

.single h2 {
	font-family: humnst777_blkcn;
	font-size: 52px;
	line-height: 55px;
	width: 98%;
	margin: 0 0 20px 0;
}

.single .data {
	margin: 20px 0;
	position: relative !important;
	font-size: 16px;
	color: #ccc;
}

.single p {
	margin-bottom: 20px;
}

.single .foto-destaque {
	float: right;
	margin: 0 0 20px 30px;
}

.single .legenda {
	font-size: 14px;
	line-height: 18px;
}

.single .sidebar {
	float: right;
	clear: right;
	width: 336px;
	margin-left: 30px;
	background: #c7c7c7;
}

.single .felicidade {
	width: 100% !important;
	float: none !important;
}

.single .felicidade a {
	margin: 0 !important;
}

.single #maisnoticias {
	padding:20px 25px 40px;
}

.single #maisnoticias a {
	text-align: left;
	margin-top: 20px;
}

.single #maisnoticias h3 a {
	margin-top: 0px;
}

.single #patrocinadores {
	width: 100%;
	padding: 0;
}

figcaption {
	margin-top: 0 !important;
	font-style: italic;
	font-size: 12px;
}



/* Nossa Equipe */

.equipe-membro {
	position: relative;
	width: 49%;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
	background: rgb(245, 245, 245);
}

.equipe-membro.odd {
	margin-right: 2%;
}

.equipe-foto {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
	font-size: 32px;
	background-position: center center;
	background-repeat: no-repeat;
}

.equipe-info {
	position: relative;
	float: right;
	width: 50%;
	font-size: 16px;
	margin-bottom: 20px;
}

.equipe-info h3 {
	padding: 0;
	text-align: left;
	font-family: humnst777_blkcn;
	font-size: 18px;
	text-transform: uppercase;
}

.equipe-info .email, .equipe-info .tel {
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;
	display: inline-block !important;
}

.equipe-ficha {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: rgba(0,0,0,0.8);
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	margin-top: -10px;
}

.equipe-ficha ul {
	list-style: disc;
	padding-left: 20px;
}

.equipe-ficha li {
}

.equipe-membro .conteudo {
	padding: 20px;
}


/* Calendario */

.calendario h2 {
	padding: 20px 30px;
	width: calc(100% - 60px);
	background: url('img/destaques-calendario.jpg') right top no-repeat;
}

.calendario h3 {
	padding: 0 30px 30px;
	text-align: center;
	font-family: humnst777_blkcn;
	font-size: 24px;
	text-transform: uppercase;
}

.calendario #eventos {
	float: left;
	width: 68%;
}

.calendario #sidebar {
	float: right;
	width: 336px;
	height: 100%;
	background: #d7d7d7;
}

.evento {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.evento .info {
	position: relative;
	float: left;
	width: 60%;
	background: #f5f5f5;
	font-size: 16px;
}

.evento .equipe {
	position: relative;
	width: 100%;
	background: rgba(0,0,0,0.8);
	overflow: hidden;
	font-size: 18px;
	color: #fff;
}

.evento .inscricoes {
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
	font-size: 18px;
}

.evento .conteudo {
	padding: 30px;
}

.evento .info h3 {
	padding: 0;
	text-align: left;
}

.inscOpen {
	float: right;
	background: #00bc22; 
	width: 18px; 
	height: 18px;
	margin-top: 2px;
}

.inscClose {
	float: right;
	background: #bc1c00; 
	width: 18px; 
	height: 18px;
	margin-top: 2px;
}

.inscNot {
	color: #bc1c00;
	text-transform: uppercase;
}

.evento .info .dias, .evento .info .horarios {
	float: left;
	width: 50%;
	font-size: 14px;
}

.evento .valor {
	text-align: center;
	font-size: 48px;
	line-height: 110px;
	white-space: nowrap;
}

.evento .bt-incricao {
	display: block;
	margin: 20px auto 0;
	width: 261px;
	height: 57px;
	text-indent: -999px;
	overflow: hidden;
	background: url('img/bt-inscreva-se.png') no-repeat;
}

.evento a{
	text-align: left !important;
}

.evento.cta {
	margin-bottom: 0;
}

.evento.cta .info .dados, 
.evento.cta .equipe, 
.evento.cta .inscricoes .dados, 
.evento .inscValor {
	display: none;
}

.evento.cta .inscValor {
	display: block;
}

.calendario #sidebar h3 {
	padding: 22px 30px;
	text-align: left;
}

/* TREINOS ESPECIAIS */

.treino-especial .info {
	background: rgba(255,255,255,0.8);
	font-size: 16px;
	overflow: hidden;
}

.calendario #sidebar .treino-especial h3 {
	padding: 0 0 20px 0;
	font-family: humnst777_blkcn;
	font-size: 24px;
	text-transform: uppercase;
}

.treino-especial .info .dias, .treino-especial .info .horarios {
	float: left;
	width: 50%;
	margin: 10px 0 30px;
	font-size: 14px;
}

.treino-especial .descricao {
	background: rgba(0,0,0,0.8);
	font-size: 18px;
	color: #fff;
}

	.treino-especial .info .conteudo, .treino-especial .descricao .conteudo {
		padding: 22px 30px;
	}



/* Treinos Regulares */

.treinos-regulares h2 {
	padding: 20px 30px;
	width: calc(100% - 90px);
	background: url('img/maps-icon.png') right center no-repeat;
}

.treino .foto {
	position: relative;
	width: 100%;
	height: 700px;
	margin: 0 0 70px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.treino .info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 40%;
	height: 25%;
	background: rgba(255,255,255,0.8);
	font-size: 16px;
}

.treino .info h3 {
	font-family: humnst777_blkcn;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.treino .info .dias, .treino .info .horarios {
	float: left;
	width: 50%;
	margin-top: 10px;
	font-size: 14px;
}

.treino .descricao {
	position: absolute;
	top: 75%;
	left: 0;
	width: 40%;
	height: 25%;
	background: rgba(0,0,0,0.8);
	overflow: hidden;
	font-size: 18px;
	color: #fff;
}

	.treino .info .conteudo, .treino .descricao .conteudo {
		padding: 22px 30px;
	}

.treino .iframe {
	line-height: 1px;
}

.treino .mapa {
	position: absolute;
	top: 50%;
	left: 40%;
	width: 60%;
	height: 45%;
}

.treino .dica {
	position: absolute;
	bottom: 0%;
	left: 40%;
	width: 60%;
	min-height: 5%;
	background: #feec77;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}

	.treino .dica div {
		padding: 2px 25px;
	}
	


/* Patrocinadores */

.patrocinador {
	margin-bottom: 30px;
	background: rgb(245, 245, 245);
}

.patrocinador .foto img {
	width: 100%;
	heiight: auto;
}

.patrocinador h3 {
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
	font-family: humnst777_blkcn;
	font-size: 18px;
	text-transform: uppercase;
}

.patrocinador .conteudo {
	padding: 20px;
}


/* CONTATO */

.contato {
	overflow: hidden;
}

.contato .wrap {
	padding: 20px 30px;
}

.contato h2 {
	padding-bottom: 20px;
}


			#main form {
				margin: 10px 0 40px;
				max-width: 450px;
			}

			#main label {
			    display: block;
				clear: left;
				float: left;
				width: 100%;
				line-height: 23px;
				font-family: humnst777;
				font-size: 13px;
			}

			#main input[type="text"], #main input[type="email"], #main input[type="tel"], #main select {
				background-color: #f3f3f3;
				line-height: 30px;
				height: 30px;
				width: 98%;
				padding: 0 3px;
				border: 0;
				margin-bottom: 5px;
				font-family: humnst777;
				font-size: 14px;
			}

			#main select {
				width: 99%;
			}

			#main textarea {
				background-color: #f3f3f3;
				line-height: 23px;
				width: 98%;
				height: 80px;
				padding: 0 3px;
				border: 0;
				margin-bottom: 12px;
				font-family: humnst777;
				font-size: 14px;
			}

			#main input[type="submit"] {
				display: block;
				float: right;
				border: 0;
			    background: #909090;
				font-family: humnst777;
				min-height: 40px;
				font-size: 16px;
				font-weight: bold;
				color: #fff;
				cursor: pointer;
				width: 100%;
			}

#formContato {
	width: 35%;
	float: left;
}

#formContato p {
	margin-bottom: 20px
}

#formContato label {
	font-weight: bold;
	font-size: 14px;
}

#formContato input, #formContato select, #formContato textarea {
	width: 98%;
	padding: 0 1%;
	background: #f3f3f3;
	border: 0;
	line-height: 30px;
	min-height: 30px;
	font-size: 14px;
}

#formContato select {
	width: 100%;
}

#formContato input[type='submit'] {
	min-height: 40px;
	font-size: 16px;
	font-weight: bold;
}

#canais {
	width: 60%;
	float: right;
	margin-bottom: 50px;
}

#canais div {
	height: 130px;
	padding-top: 40px;
	width: 50%;
	padding-left: 50%;
}

#ctt-email {
	background: url('img/contato-email.png') 10% center no-repeat;
}

#ctt-tel {
	background: url('img/contato-telefone.png') 10% center no-repeat;
}

#ctt-cel {
	background: url('img/contato-celular.png') 10% center no-repeat;
}

#canais .tel {
	margin-top: 20px;
	font-size: 26px;
	line-height: 30px;
}

#hotsites {
	clear: left;
	float: left;
	width: 34%;
}

#hotsites a {
	width: 100%;
	background: #f47b20;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	padding: 7px;
	margin-top: 20px;
}

#ctt-socialmenu {
	float: right;
	width: 30%;
}

#ctt-socialmenu li a {
	line-height: 32px;
	width: 80%;
	padding-left: 15%;
	text-indent: 0;
}




#footer {
	margin-top: 80px;
	background: #909090;
	color: #fff;
}


#footer .coluna1x {
	float: left;
	width: 33%;
	margin: 30px 2% 0 0;
}

#footer .coluna2x {
	float: right;
	width: 30%;
	margin: 30px 0 0;
}
#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
	color: #ccc;
}

#footer .titulo {
	font-family: humnst777_blkcn;
	font-size: 18px;
	line-height: 50px;
}

#footer .resumo {
	display: inline-block;
	font-family: humnst777;
	font-size: 13px;
	line-height: 18px;
	padding-left: 20px;
}

#footer #menu-bottom {
	text-transform: uppercase;
}

#footer .contato li {
	margin-left: -18px;
	padding-left: 30px;
	background: url('img/contato-icone.png') left 2px no-repeat;
}

#footer form {
	margin: 10px 0 40px;
}

#footer label {
    display: block;
	clear: left;
	float: left;
	width: 100%;
	line-height: 23px;
	font-family: humnst777;
	font-size: 13px;
}

#footer input[type="text"], #footer input[type="email"], #footer input[type="tel"], #footer select {
	line-height: 23px;
	height: 23px;
	width: 100%;
	padding: 0 3px;
	border: 0;
	margin-bottom: 5px;
	font-family: humnst777;
	font-size: 14px;
}

#footer textarea {
	line-height: 23px;
	width: 100%;
	height: 80px;
	padding: 0 3px;
	border: 0;
	margin-bottom: 12px;
	font-family: humnst777;
	font-size: 14px;
}

#footer input[type="submit"] {
	display: block;
	float: right;
	border: 0;
    background: #909090;
	font-family: humnst777;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}

#info {
	margin-top: 40px;
	background: #000;
    line-height: 26px;
    padding: 30px;
	text-align: center;
	font-family: humnst777_blkcn;
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
	clear: both;
}

#info a {
	text-decoration: none;
	color: #fff;
}


	@media screen and (max-width: 1240px) {

		.content {
			width: 94%;
		}

		.jcarousel .headline {
			width: 35%;
			left: 85px;
		}

		.calendario #eventos {
			width: 100%;
		}
		
		.calendario #sidebar {
			display: none;
		}

	}
	
	@media screen and (max-width: 1080px) {
		
		.single .foto-destaque {
			float: left;
			width: 100%;
			margin: 0 0 20px 0;
		}
		
		.treino .descricao {
			font-size: 15px;
			line-height: 18px;
		}

		.treino .info .conteudo, .treino .descricao .conteudo {
			padding: 22px 30px;
		}
		
		.treino .dica {
			font-size: 12px;
			line-height: 16px;
		}
	
	}
	
	@media screen and (max-width: 760px) {	

		#minimenu, .jcarousel .headline, .jcarousel-pagination, #footer .content  {
			display: none;
		}

		#main {
		    margin: 540px auto 0;
		}
		
		#logo {
			top: 25px;
			left: 50%;
			margin-left: -107px;
			
		}
		
		#areadoaluno {
			float: none;
			margin: 95px auto;
			width: 65%;
			padding: 10px 25px 15px;
		}
		
		#areadoaluno label {
			margin-top: 10px;
		}
		
		#socialmenu {
			position: relative;
			top: 395px;
			left: 50%;
			margin-left: -95px;
		}
		
		#socialmenu li {
			float: left;
			margin-right: 20px;
		}

		#main .coluna1, #main .coluna2, #main .coluna3, #main .coluna4 {
			display: block;
			float: none;
			width: 100% !important;
			margin-bottom: 20px;
		}

		#main .calendario, #main .treinos {
			width: 49%;
			margin-bottom: 80px;
		}

		#main .calendario {
			margin-right: 2%;
		}

		#main .treinos {
			margin-right: 0;
		}

		#main .felicidade {
			display: block;
			float: none;
			width: 360px;
			margin: 0 auto;
			padding: 0;
		}

		#main .coluna1 .resumo, #main .coluna4 .resumo {
			width: auto;
		}

		
		.single .sidebar {
			float: none;
			clear: both;
			margin-left: 0px;
		}
		
		.single h2 {
			font-size: 30px;
			line-height: 35px;
		}
			
			
		.equipe-membro {
			width: 100%;
			float: none;
		}
		.equipe-membro.odd {
			margin-right: 0;
		}

		.calendario h2 {
			background: url('');
		}
		.evento .info {
			width: 100%;
		}

		.evento .inscricoes {
			width: 100%;
			height: auto;
			background: #f8f8f8;
		}

		
		.treino .foto {
			height: auto;
			padding-top: 250px;
		}

		.treino .info {
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			height: 150px;
		}

		.treino .info h3 {
			font-size: 20px;
		}

		.treino .descricao {
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			height: auto;
		}

		.treino .mapa {
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			height: 250px;
		}

		.treino .dica {
			position: relative;
			bottom: 0%;
			left: 0;
			width: 100%;
		}

		.equipe-foto, .equipe-info {
			float: none;
			width: 100%;
		}
		
		
		#formContato, #canais, #hotsites, #ctt-socialmenu {
			float: none;
			width: 100%;
		}
		
		#ctt-socialmenu {
			margin-top: 30px;
		}
		

	} /* END OF 760*/
	
	@media screen and (max-width: 520px) {	

		#footer #info  {
			padding: 20px;
			font-size: 14px;
			line-height: 20px;
		}

		#canais div {
			padding-top: 100px;
			height: auto;
			width: 100%;
			padding-left: 0;
			background-size: 90px;
			background-position: center top;
			margin-bottom: 40px;
			text-align: center;
		}

	}
	
	@media screen and (max-width: 422px) {	
		
		#logo-top {
			display: none;
		}

		#areadoaluno #logo-treinus {
			width: 140px;
			margin: 20px 0 10px;
		}

		#main .calendario, #main .treinos {
			width: 100%;
			margin-bottom: 50px;
		}

		#main .felicidade {
			width: 100%;
		}

	}
	
	@media screen and (max-width: 320px) {	

		#searchform {
			width: 200px;
		}

	}