/*
* @file: template.css;
* @author: Cassio Vieira;
* @authorEmail: programacao@tdh.com.br;
* @authorURL: www.tdh.com.br;
* @authorCompany: TDH Websites;
*/

#site {
	color: #959595;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.2em;
	overflow-y: scroll;
	padding: 0 !important;
}

#wrap {
	overflow: hidden;
}

/* Header*/
#header {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 20px;
	padding: 12px 0 0;
}
.home #header {
	border: none;
	margin: 0;
}
#header .container {  }
#header-fixed {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	left: 0;
	position: fixed;
	top: -150px;
	transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 100;
}
#header-fixed.active {
	top: 0;
}

/* Contact Top */
#contact-top {
	margin: 40px 0 0;
}

/* Logo */
#logo-fixed {
	padding: 10px 0;
}

/* Nav */
.nav {
	clear: both;
	float: left;
	margin: 35px 0 0;
	width: 95%;
}

/* Social Media */
#social-media-fixed {
	margin: 31px 0 0;
}
.social-media {
	float: right;
	margin: 47px 0 0;
	width: 5%;
}
#nav-fixed {
	margin: 0;
}

/* Slide */
#slide {  }

/* Text */
#text {
	background-color: #96c328;
	border-bottom: 2px solid #81a623;
	color: #ffffff;
	padding: 30px 0;
	text-align: center;
}
#text .custom {  }
#text .custom p,
#text .custom h1,
#text .custom h2 {
	font-size: 30px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
}

/* Breadcrumbs */
#breadcrumbs {
	margin: 0 0 15px;
}

/* Content*/
#content {  }
#content .container {  }

/* About */
#about {
	background-color: #ffffff;
	padding: 20px 0;
}
#about .mod-title {
	margin: 0;
}

/* Modalities */
#modalities {
	background-color: #96c328;
	padding: 20px 0;
}

/* Structure */
#structure {
	background-color: #ffffff;
	padding: 20px 0;
}

/* Bottom */
#bottom {
	padding: 20px 0;
	position: relative;
}
.contato #bottom {
	margin: 50px 0 0;
}
#bottom:after,
#bottom:before {
	background-color: #f2f2f2;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 0;
}
#bottom:after {
	background-color: #87af24;
	right: 0;
}
#bottom:before {
	background-color: #96c328;
	left: 0;
}
#bottom .container {
	position: relative;
	z-index: 1;
}

/* Mapa */
#mapa {
	margin: 50px 0 0;
}

/* Address Footer */
#address-footer {
	padding: 45px 0 0;
	position: relative;
	z-index: 1;
}

/* Footer*/
#footer {
	background-color: #ffffff;
	border-top: 1px solid #ebebeb;
	margin: 50px 0 0;
	padding: 20px 0 40px;
}
.home #footer,
.contato #footer {
	border: none;
	margin: 0;
}
#footer .container {  }
#footer .row.divider {
	padding: 40px 0 0;
	position: relative;
}
#footer .row.divider:before {
	background-image: url(../images/backgrounds/elemento-rodape.png);
	background-position: center 0;
	height: 160px;
	left: 0;
	position: absolute;
	top: -70px;
	width: 100%;
	z-index: 0;
}

/* Logo Footer */
#logo-footer {
	position: relative;
	z-index: 1;
}
#logo-footer a {
	display: inline-block;
	max-width: 200px;
	width: 100%;
}

/* Copyright */
#copyright {
	float: left;
	position: relative;
	z-index: 1;
}
#copyright p {
	font-size: 14px;
}

/* TDH */
#tdh {
	float: right;
	position: relative;
	z-index: 1;
}
#tdh a {
	background-image: url(../images/backgrounds/sprite.png);
	background-position: center -476px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 22px;
	text-align: left;
	text-indent: -9999px;
	width: 50px;
}
#tdh a:hover {
	background-position: center -506px;
}

/* Text Bottom */
.text-bottom {
	margin: 0 0 15px;
}
.text-bottom .custom {  }
.text-bottom .custom h1 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
.text-bottom .custom h2 {
	font-size: 14px;
	font-weight: 600;
	margin: 5px 0 0;
}