/* Geral */

@font-face{
	font-family: Myriad Pro BN;
	src: url(../font/myriad-pro-regular.otf);
	font-weight: normal;
}

@font-face{
	font-family: Myriad Pro BN;
	src: url(../font/myriad-pro-semibold.otf);
	font-weight: bold;
}

@font-face{
	font-family: Myriad Pro BN;
	src: url(../font/myriad-pro-condensed.otf);
	font-weight: 100;
}

*{
	padding: 0;
	margin: 0;
	position: relative;
	font-family: Myriad Pro BN, Myriad Pro;
}

html, body{
	background: #084d4b;
	width: 100%;
	position: static;
}

#page{
	height: 100%;
	background-color: #fff;
	position: relative;
}

/* Contact */

#contact-pane{
	position: absolute;
	z-index: 1000;
	cursor: move;
	top: 0;
	right: 0;
	padding: 30px 0;
}

#contact-pane img{
	border: none;
	text-decoration: none;
}

/* Center */

.center{
	width: 750px;
	margin: 0 auto;	
	position: relative;
}

/* Topo */

#header{
	height: 131px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#header-top{
	width: 783px;
	display: block;
	margin: 0 auto;
	height: 25px;
	background: #084d4b;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#header-top .p1, .p2{
	font-size: 13px;
	color: #fff;
	margin: 4px auto;
}

#header-top .p1{
	float: left;
	padding-left: 3%;
}

#header-top .p2{
	float: right;
	padding-right: 3%;
}

/* Logotipo */

#logo{
	display: block;
	float: right;
	border: none;
	text-decoration: none;
	margin: 32px 50px 0 0;
}

#logo img{
	width: 227px;
	height: 74px;
	border: none;
	text-decoration: none;
}

/* Menu */

#menu{
	float: left;
	border-bottom: solid 2px #fdb82b;
	height: 30px;
	position: absolute;
	top: 61px;
}

#menu ul li{
	float: left;
	list-style: none;
	padding-left: 15px;
}

#menu ul li:first-child{
	padding-left: 0;
}

#menu ul li a{
	text-transform: uppercase;
	color: #3b3b3b;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
}

#menu ul li a:hover{
	color: #777;
}

#line-menu{
	border-bottom: solid 2px #fdb82b;
	position: absolute;
	height: 116px;
	top: 0;
	left: 0;
	width: 30%;
}

/* Background */

#background{
	width: 100%;
	background-image: url(../img/texture.png);
	background-repeat: repeat;
	background-position: 0 20px;
	clear: both;
	z-index: 999;
}

.line{
	visibility: hidden; 	
	clear: both;
}

/* Animação */

#animation{
	width: 40%;
	position: absolute;
	top: -20px;
	left: 20px;
	z-index: 999;
}

/* Banner */

#banner{
	width: 69%;
	float: right;
	display: block;
	z-index: 10;
	position: relative;
	margin-bottom: -100px;
}

#banner .shadow-banner{
	width: 100%;
}

#script-banner{
	width: 92%;
	height: 98%;
	overflow: hidden;
	position: absolute;
	top: -10px;
	left: 18px;
	border-radius: 22px;
	-webkit-transform: skew(-9deg);
	-moz-transform: skew(-9deg);
	-o-transform: skew(-9deg);
	-ms-transform: skew(-9deg);
	transform: skew(-9deg);
	background: #ddd;
}

#script-banner img{
	position: absolute;
	top: 0;
	left: -5%;
	width: 110%;
	height: 110%;
	-webkit-transform: skew(9deg);
	-moz-transform: skew(9deg);
	-o-transform: skew(9deg);
	-ms-transform: skew(9deg);
	transform: skew(9deg);
}

#change-banner{
	float: right;
	width: 10px;
	position: absolute;
	top: 78%;
	right: 10px;
}

#change-banner img{
	clear: both;
	width: 100%;
	cursor: pointer;
}

#description-banner{
	color: #ffffff;
	position: absolute;
	top: 100%;
	left: 10%;
	font-family: Myriad Pro BN;
	font-size: 18px;
	width: 80%;
	font-style: italic;
	max-height: 100px;
}

/* Line */

#line{
	width: 100%;
	background: #00ae9a;
}

#line img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#line_left{
	background: #016d65;
	width: 50%;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

/* Noticias */

#news{
	width: 100%;
	background: #084d4b;
	clear: both;
}

#news .title{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 170px 0 5px;
	border-bottom: solid 1px #fdb82b;
	font-family: Myriad Pro BN;
	font-weight: normal;
}	

#all_news{
	width: 102%;
}

#all_news .news{
	width: 370px;
	height: 150px;
	overflow: hidden;
	margin: 20px 10px 0 0;
	float: left;
}

#all_news .news img{
	width: 180px;
	height: 150px; 
	float: left;
	margin-right: 10px;
	border: none;
	text-decoration: none;
}

#all_news .news .subtitle{
	color: #fff;
	font-size: 22px;
	font-family: Myriad Pro BN;
	font-weight: normal;
	padding: 5px 0;
	float: right;
	height: 20px;
	width: 175px;
	overflow: hidden;
}

#all_news .news .description{
	font-size: 16px;
	color: #fff;
	padding: 5px 0;
	max-height: 110px;
	float: right;
	width: 175px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Footer */

#footer{
	width: 100%;
	clear: both;
	bottom: -20px;
}

#footer .center{
	border-top: solid 1px #fdb82b;
}

#footer .center .title{
	font-family: Myriad Pro BN;
	padding: 5px 0 30px;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}

#footer .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: #ffffff;
	border-top: solid 2px #024D4B;
}

#footer .bottom .left, #footer .bottom .right{
	color: #024D4B;
	font-size: 14px;
	padding-top: 4px;
	font-family: Myriad Pro BN;
	font-weight: normal;
}

#footer .bottom .left{
	float: left;
	padding-left: 24px;
}

#footer .bottom .right{
	float: right;
	padding-right: 24px;
}

#footer .brands{
	width: 100%;
	height: 110px;
	overflow: hidden;
	background: url(../img/texture.jpg);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#footer .brands p{
	text-decoration: none;
	border: none;
	display: block;
	width: 7.09%;
	overflow: hidden;
	float: left;
	margin: 1% 0 0 1.8%;
}

#footer .brands img{
	display: block;
	width: 100%;
	border: none;
	text-decoration: none;
}