/*  
Theme Name: TM AudiO
Theme URI: http://www.agenciaidealizze.com.br
Author: Agência Idealizze
*/	

@font-face {
  font-family: 'Gotham Light';
  src: url('fonts/gotham/Gotham-Light-.eot#iefix') format('embedded-opentype'),  
  	   url('fonts/gotham/Gotham-Light.otf')  format('opentype'),
	   url('fonts/gotham/Gotham-Light.woff') format('woff'), 
	   url('fonts/gotham/Gotham-Light.ttf')  format('truetype'), 
	   url('fonts/gotham/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Black';
  src: url('fonts/gotham/Gotham-Black-.eot#iefix') format('embedded-opentype'),  
  	   url('fonts/gotham/Gotham-Black.otf')  format('opentype'),
	   url('fonts/gotham/Gotham-Black.woff') format('woff'), 
	   url('fonts/gotham/Gotham-Black.ttf')  format('truetype'), 
	   url('fonts/gotham/Gotham-Black.svg#Gotham-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('fonts/proxima/proximanova-bold-webfont.eot');
    src: url('fonts/proxima/proximanova-bold-webfont-.eot#iefix') format('embedded-opentype'),
         url('fonts/proxima/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proxima/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proxima/proximanova-bold-webfont.svg.html#proxima_novabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('fonts/proxima/proximanova-regular-webfont.eot');
    src: url('fonts/proxima/proximanova-regular-webfont-.eot#iefix') format('embedded-opentype'),
         url('fonts/proxima/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proxima/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proxima/proximanova-regular-webfont.svg.html#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
 
/* ==========================================================================
Lists
========================================================================== */
/* * Addresses margins set differently in IE 6/7. */
 
dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 0; }
/* * Addresses paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 0 0 0; }
/* * Corrects list img handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }

/* ==========================================================================
Tables
========================================================================== */
/* * Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

/* ==========================================================================
Geral
========================================================================== */
body{
    font-family: 'Raleway';
	background:#fff;
	font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

p{
	font-size:16px;
	margin:0;
}

a {
  color: #fff;
  margin:0;
}

a:hover, a:focus {
  color: #fff;
  text-decoration: none; 
}

/* ==========================================================================
Navigation
========================================================================== */
nav { 
	background-color: #fff; 
	margin-top: -1px;
}

nav ul { list-style: none; padding: 0; }
nav ul li { 
	display: block;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	padding-left: 0; 
	position: relative; 
	margin-left:232px;
}

nav ul li:last-child {
	border: none; 
}

nav ul li a { 
	color: #0C2537; 
	padding: 20px 25px 30px;
	float:left; 
	font-size:18px; 
    font-family: 'proxima_novabold';
	text-transform:uppercase;
	display: block; 
	position: relative;
}

nav ul li a:hover, nav ul li a:focus { 
	color:#B9222A;
}

#nav-toggle { 
	position: relative; 
	right: 0; 
	top: 0;
}

#nav-toggle { 
	cursor: pointer; 
	padding: 0 35px 16px 0;
	margin-top:41px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { 
	cursor: pointer; 
	border-radius: 1px; 
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px; 
	-o-border-radius: 1px; 
	height: 5px; 
	width: 48px; 
	background: #fff; 
	position: absolute; 
	display: block; 
	content: '';
	border-radius:5px; 
}

#nav-toggle span:before { 
	top: -10px; 
}

#nav-toggle span:after { 
	bottom: -10px; 
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { 
	transition: all 500ms ease-in-out; 
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out; 
	-o-transition: all 500ms ease-in-out; 
}

#nav-toggle.active span { 
	background-color: transparent; 
}

#nav-toggle.active span:before, #nav-toggle.active span:after { 
	top: 0; 
}

#nav-toggle.active span:before { 
	transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
}

#nav-toggle.active span:after { 
	transform: translateY(-10px) rotate(-45deg); 
	-webkit-transform: translateY(-10px) rotate(-45deg); 
	-ms-transform: translateY(-10px) rotate(-45deg); 
	top: 10px; 
}

.navicon {
	margin-top:25px; 
	position: relative; 
	height: 26px;
	right:5px;
}

.indicator { 
	position: absolute; 
	right: 0 !important; 
}

.pull { 
	display: none; 
}

.logo {
  position: relative;
  width:96%;
  height: 146px;
  background: url("../images/logo.png") no-repeat center center; 
  background-size: contain; 
  text-indent: -9999em; 
  overflow: hidden;
  left:2%;  
  top: 166px;
}

/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
    display: inline-block;
    margin: 202px 0 0 0;
    font-family: 'proxima_novabold';
	font-size:15px; 
	border-radius:28px; 
	padding:15px 50px 14px; 
	border:#fff solid 1px; 
	color:#fff;
	text-transform:uppercase;
}

/* ==========================================================================
Hero
========================================================================== */
.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/pattern.png");
}

.hero { 
    position: relative;
    padding: 4px 0 0 0;
	min-width: 100%;
	min-height:825px;
}

video#videobg { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background:###;
	background-size: cover;
	transition: 1s opacity;
}

.hero h1, .hero-release h1 {
	margin-top: 0; 
}

.redes-sociais{
	margin:-27px 0 0 84px;	
	position:relative;
	float:left;
}

.redes-sociais a{
	float:left;
}

.redes-sociais .facebook{
	background-position:0 0;
    background:url('../images/redes-sociais.png') no-repeat;
	width:36px;
	height:37px;
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}

.redes-sociais .facebook:hover{
	background-position:0 bottom; 
	-webkit-transition: 0.4s ease-in-out; 
	-moz-transition: 0.4s ease-in-out; 
	-o-transition: 0.4s ease-in-out; 
	transition: 0.4s ease-in-out;
}

.redes-sociais .twitter{
    background:url('../images/redes-sociais.png') -36px 0 no-repeat;
	width:36px;
	height:37px;
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
	margin-left:30px;
}

.redes-sociais .twitter:hover{
	background-position:-36px bottom; 
	-webkit-transition: 0.4s ease-in-out; 
	-moz-transition: 0.4s ease-in-out; 
	-o-transition: 0.4s ease-in-out; 
	transition: 0.4s ease-in-out;
}

.redes-sociais .youtube{
    background:url('../images/redes-sociais.png') -72px 0 no-repeat;
	width:36px;
	height:37px;
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
	margin-left:24px;
}

.redes-sociais .youtube:hover{
	background-position:-72px bottom; 
	-webkit-transition: 0.4s ease-in-out; 
	-moz-transition: 0.4s ease-in-out; 
	-o-transition: 0.4s ease-in-out; 
	transition: 0.4s ease-in-out;
}

.redes-sociais .instagram{
    background:url('../images/redes-sociais.png') -108px 0 no-repeat;
	width:36px;
	height:37px;
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
	margin-left:24px;
}

.redes-sociais .instagram:hover{
	background-position:-108px bottom; 
	-webkit-transition: 0.4s ease-in-out; 
	-moz-transition: 0.4s ease-in-out; 
	-o-transition: 0.4s ease-in-out; 
	transition: 0.4s ease-in-out;
}

/* ==========================================================================
Serviços
========================================================================== */
#servicos{
    background:#fff;
	padding: 90px 0;
} 

.introducao-servicos{
    position: relative; 
    width: 100%;
    padding-bottom:0;
}

.introducao-servicos h1{
    top: 7px; 
    left: 0;
    width: 100%;
	font-family: 'Gotham Black';
	font-size:36px;
	color:#242424;
    text-align:center;
	text-transform:uppercase;
	padding-bottom:25px;
}

.introducao-servicos h1 span{
	font-family: 'Gotham Light';
	text-transform:uppercase;
}

.introducao-servicos p{
    text-align:center;
    font-family: 'Raleway';
	font-size:16px;
	color:#242424;
} 

.servicos .icon {
	margin:40px 0 20px 0; 
	display: block; 
	vertical-align: middle; 
	position: relative; 
}

.servicos h2{
	font-family: 'Gotham Black';
    text-transform:uppercase;
	font-size:22px;
	margin-bottom:20px;
	color:#242424;
}

.servicos p{
    font-family: 'Raleway';
	font-size:16px;
	line-height:22px;
	color:#333;
}

/* ==========================================================================
Produções
========================================================================== */
.producoes ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.producoes ul li {
    float: left;
    min-height: 100%;
    width: 20%;
    background-color: #fff;
    list-style: none;
}
.producoes figure {
    position: relative;
    overflow: hidden;
}
.producoes figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.producoes figure:hover img, .producoes figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.producoes figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern-2.png') repeat;
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.producoes figcaption a {
    color: #fff
}
.producoes figcaption a:hover, .producoes figcaption a:focus {
}
.producoes figure:hover figcaption, .producoes figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.producoes figure.cs-hover figcaption {
    opacity: 1
}
.producoes figcaption img {
	width:58px;
	height:58px;
}

.producoes figcaption:hover img, .producoes figcaption:focus img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.producoes figcaption h1 {
	width:100%;
    text-transform: uppercase;
    font-family: 'proxima_novabold';
	font-size:16px;
	color:#fff;
}

.producoes figcaption p {
	margin-top:-10px;
    text-transform: uppercase;
	color:#fff;
}

.producoes figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.producoes figure:hover figcaption .caption-content, .producoes figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/* ==========================================================================
Parceiros
========================================================================== */

#clientes{
    background:#fff;
    padding:70px 0 50px;
} 

#clientes h1{
	font-family: 'Gotham Black';
	font-size: 36px;
	color:#242424;
	margin-bottom: 30px;
	text-transform:uppercase;
}

#clientes img{
	margin-bottom: 20px;
}

/* ==========================================================================
Contatos
========================================================================== */

#contatos {
	padding: 64px 0; 
	background:#f3f3f4;
}

#contatos h1{
	font-family: 'Gotham Black';
	font-size: 42px;
	color:#242424;
	margin-bottom: 20px;
	text-transform:uppercase;
}

#contatos .endereco{
	text-align:right;
}

#contatos span{
    font-family: 'proxima_novabold';
	font-size: 18px;
	color:#242424;
}


#contatos a{
    font-family: 'Raleway';
	font-size:16px;
	color:#242424;
}

.formulario{
	width:100%;
	float:left;
	margin-top:20px;
}

.formulario nome,#assunto{
	float:left;
	width:100%;
}

.formulario #email{
	float:left;
	width:54%;
}

.formulario #telefone{
	float:right;
	width:43%;
}

.formulario #mensagem{
	width:100%;
	float:left;
	margin:14px 0;
	height:142px;
}

.formulario input[type="text"], textarea {
	width:100%;
	margin: 14px 0 0 0;
	padding: 8px 10px;
	background:#fff;
	border:none;
	outline: none;
    font-family: 'Raleway';
	font-size: 15px;
	color:#777;
	border:#dadada solid 1px;
	line-height:22px;
}

.esse input[type="text"] {
	margin: 14px 0 12px 0;
}

.esse .error {
	margin:-6px 0 0 0;
}

.esse h1 {
	font-size:18px;
	font-weight:bold;
	color:#777;
	font-family: 'proxima_novabold';
	background:#f9f9f9;
	width:410px;
	padding:20px 30px;
	margin-bottom:20px;
}

.formulario .btn {
	text-align:center;
	width:30%;
    background:#000;
	border:#dadada solid 1px;
	margin:20px 0 20px 0;
	padding:12px 0 10px;
	font-family: 'proxima_novabold';
	font-size:18px;
	color:#FFFFFF;
	text-transform:uppercase;
	cursor:pointer;
	border-radius:40px;
}

.formulario select .error {
	padding: 2px 8px;
	color: #777;
}
.formulario .error {
	display: block;
	margin-bottom: 6px;
	padding: 0 12px;
	color: #ed3237;
}

::-webkit-input-placeholder {
	font-family: 'proxima_novaregular';
    color: #777;
}
:-moz-placeholder {
	font-family: 'proxima_novaregular';
    color: #777;
}
::-moz-placeholder {
	font-family: 'proxima_novaregular';
    color: #777;
}
:-ms-input-placeholder {  
	font-family: 'proxima_novaregular';
    color: #777;
}

/* ==========================================================================
Instagram
========================================================================== */

#instagram {
	padding: 112px 0 0; 
	background: url("../images/bg-instagram.jpg") no-repeat top center;
	height:339px;
}

#instagram h1{
    font-family: 'proxima_novabold';
	font-size: 22px;
	text-transform:uppercase; 
	color:#fff;
}

/* ==========================================================================
Rodapé
========================================================================== */

footer { 
	width: 100%; 
	padding: 30px 0 50px; 
    background:#000;
	text-transform:uppercase;
}

footer .direitos { 
	float: left; 
	color: #fff; 
	font-size: 11px;
	padding-bottom:10px; 
}

footer .autor { 
	display: block; 
	float: right; 
	color: #fff; 
	font-size: 11px; 
}

/* ==========================================================================
Voltar ao Topo
========================================================================== */

.topo{
    position: absolute; 
    cursor:pointer;
    top:-56px;
    left:50%;
    margin-left:-30px;
    z-index:10000;  
    line-height: 36px;
	width:66px;
	height:66px;
	padding:9px 9px;
	display:block;
	border:4px solid #FFF;
	border-radius:100%;
	background:#000;
}