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

#site {
	background-image: url(../images/backgrounds/background-internas.jpg);
	background-position: center -10px;
	background-repeat: no-repeat;
	color: #1a1a1a;
	font-family: "Exo",sans-serif;
	font-size: 18px;
	font-weight: 400;
	overflow-y: scroll;
}
#site.home {
	background-image: url(../images/backgrounds/background.jpg);
}

#wrap {
	overflow: hidden;
}

/* Header*/
#header {
	padding: 40px 0 30px;
	position: relative;
}
#header .container {  }

/* Logo */
#logo {  }

/* Nav */
#nav {  }

/* Contato Topo */
#contato-topo {
	margin: 35px 0 0;
}

/* Slide */
#slide {
	margin: 40px 0 0;
}

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

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

/* Areas Atuacao */
#areas-atuacao {  }
#areas-atuacao .mod-title {
	margin: 0 0 -10px;
	padding: 75px 0;
	z-index: 100;
}
#areas-atuacao .mod-title:before {
	background-image: url(../images/backgrounds/barra-h1.png);
	background-position: center 0;
	background-repeat: no-repeat;
	content: "";
	height: 223px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* Solucoes */
#solucoes {
	margin: 80px 0 0;
}

/* Portfolio */
#portfolio {
	margin: 80px 0 0;
}

/* Clientes */
#clientes {
	margin: 80px 0 0;
}

/* Footer*/
#footer {
	background-image: url(../images/backgrounds/bg-rodape.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 150px 0 0;
	padding: 15px 0;
	position: relative;
}
#footer:before {
	background-image: url(../images/backgrounds/icon-footer.png);
	content: "";
	height: 122px;
	left: 50%;
	margin-left: -75px;
	position: absolute;
	top: -75px;
	width: 150px;
}
#footer .container {  }

/* Copyright */
#copyright {
	padding: 4px 0;
}
#copyright p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.2em;
}
#copyright p strong {  }

/* Footer Right */
#footer-right {
	text-align: right;
}

/* Webmail */
#webmail {
	display: inline-block;
	vertical-align: middle;
}
#webmail a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.2em;
	padding: 0 0 0 25px;
	position: relative;
}
#webmail a:before {
	background-image: url(../images/backgrounds/sprite-icones.png);
	background-position: center -955px;
	background-repeat: no-repeat;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s linear 0s;
		-moz-transition: all 0.2s linear 0s;
		-webkit-transition: all 0.2s linear 0s;
		-o-transition: all 0.2s linear 0s;
		-ms-transition: all 0.2s linear 0s;
	width: 20px;
}
#webmail a:hover {
	color: #dedcc6;
}
#webmail a:hover:before {
	background-position: center -979px;
	transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		-moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		-ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Redes Sociais */
#redes-sociais {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: middle;
}

/* TDH */
#tdh {
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: middle;
}
#tdh a {
	background-image: url(../images/backgrounds/sprite-icones.png);
	background-position: center -1150px;
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	line-height: 1.2em;
	text-align: left;
	text-indent: -9999px;
	width: 61px;
}
#tdh a:hover {
	background-position: center -1174px;
}