
/*   

Author: Onze Graus
Author URI: http://www.onzegraus.com.br
License: Onze Graus
License URI: http://www.onzegraus.com.br
Version: 1.0
Tags: CORRECTCAR

*/

/* Font Import */
/* ---------------------------------------------------------- */

/* font-family: 'Ubuntu', sans-serif; == Textos Gerais */
@import url(http://fonts.googleapis.com/css?family=Ubuntu);


/* font-family: 'Exo 2', sans-serif; == Menus e Títulos H1 */
@import url(http://fonts.googleapis.com/css?family=Exo+2);

/* font-family: 'Text Me One', sans-serif; == Categorias (das caixas de notícias, programas e projetos)*/
@import url(http://fonts.googleapis.com/css?family=Text+Me+One);



/* font-family: 'Open Sans', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,800);

/* font-family: 'Fjalla One', sans-serif; == Menus e Títulos H1 */
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);




/* Global */
/* ---------------------------------------------------------- */



body {
	margin: 0px;
	padding: 0px;
	font-family: 'Ubuntu', sans-serif;
	height:100%;
	color:#705740;
	line-height:24px;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background:#fff;
}

html {
	padding: 0px;
	margin: 0px;
	height:100%;
}

img {
	border:0;	
}

.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}
 
.clearfix:after {
   clear: both;
}
 
.clearfix {
   *zoom: 1;
}

img,
picture,
video,
embed {
   max-width: 100%;
}

*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


/* Flex Grid */
.outer-wrap {
}

.inner-wrap {
	padding:10px;
}

.flex-10,
.flex-15,
.flex-20,
.flex-25,
.flex-30,
.flex-33,
.flex-35,
.flex-40,
.flex-45,
.flex-50,
.flex-55,
.flex-60,
.flex-65,
.flex-66,
.flex-70,
.flex-75,
.flex-80,
.flex-85,
.flex-90,
.flex-100 {
	display: inline;
	float: left;
	position: relative;
}

.push {
	margin: 1px 0px 0px 0px;
}

.flex-10 {
	width: 10%;
}

.flex-15 {
	width: 15%;
}

.flex-20 {
	width: 20%;
}

.flex-25 {
	width: 25%;
}

.flex-30 {
	width: 30%;
}

.flex-33 {
	width: 33%;
}

.flex-35 {
	width: 35%;
}

.flex-40 {
	width: 40%;
}

.flex-45 {
	width: 45%;
}

.flex-50 {
	width: 50%;
}

.flex-55 {
	width: 55%;
}

.flex-60 {
	width: 60%;
}

.flex-65 {
	width: 10%;
}

.flex-66 {
	width: 66%;
}

.flex-70 {
	width: 70%;
}

.flex-75 {
	width: 75%;
}

.flex-80 {
	width: 80%;
}

.flex-85 {
	width: 85%;
}

.flex-90 {
	width: 90%;
}

.flex-95 {
	width: 95%;
}

.flex-100 {
	width: 100%;
}

.flex-pad-10 {
	padding: 10px;
}

.flex-pad-10-0 {
	padding: 10px 0;
}

.flex-pad-0-10 {
	padding: 0 10px;
}

.flex-pad-20 {
	padding: 20px;
}

.flex-pad-20-0 {
	padding: 20px 0;
}

.flex-pad-0-20 {
	padding: 0 20px;
}

.flex-pad-30 {
	padding: 30px;
}

.flex-pad-30-0 {
	padding: 30px 0;
}

.flex-pad-0-30 {
	padding:0 30px;
}

.flex-marg-10 {
	margin: 10px;
}

.flex-marg-10-0 {
	margin: 10px 0;
}

.flex-marg-0-10 {
	margin: 0 10px;
}

.flex-marg-20 {
	margin: 20px;
}

.flex-marg-20-0 {
	margin: 20px 0;
}

.flex-marg-0-20 {
	margin:0 20px;
}

.flex-marg-30 {
	margin: 30px;
}

.flex-marg-30-0 {
	margin: 30px 0;
}

.flex-marg-0-30 {
	margin: 0 30px;
}

.flex-vert-pad {
	padding: 20px 0px 20px 0px;
}

.fl-right {
	float:right;	
}

.fl-left {
	float:left;	
}

.clear {
	clear: both;
}

/* Tipografia Framework */
/* ---------------------------------------------------------- */


a {
	text-decoration: none;
	color:#C00;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
	
}

a:hover {
	text-decoration: none;

}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

thead {
	display: table-header-group;
}

tr,
img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

h2,
h3 {
	page-break-after: avoid;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

p {
	margin: 0 0 10px;
	line-height: 24px;
}

small {
	font-size: 85%;
}

strong {
	font-family: 'Ubuntu Bold', sans-serif;
	font-weight: bold;
}

em {
	font-style: italic;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
	line-height: 30px;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 31.5px;
}

h3 {
	font-size: 24.5px;
}

h4 {
	font-size: 17.5px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11.9px;
}

h1 small {
	font-size: 24.5px;
}

h2 small {
	font-size: 17.5px;
}

h3 small {
	font-size: 14px;
}

h4 small {
	font-size: 14px;
}

h1 a {
	text-decoration: none;
}

.headline {
	padding-bottom: 9px;
	margin: 20px 0 30px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	padding: 0;
	margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

li {

}

dl {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

dt,
dd {
	line-height: 20px;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
	margin: 5px 0px 0px 20px;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

blockquote {
	font-size: 14px;
	line-height: 22px;
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 20px;
	quotes: "\201C""\201D""\2018""\2019";
	padding: 20px 10px 20px 90px;
	background: url("../../img/quotes.png") 10px 10px no-repeat #f3f3f3;
}

address {
	display: block;
	margin-bottom: 0px;
	font-style: normal;
	line-height: 20px;
}

code,
pre {
	padding: 0 3px 2px;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre.prettyprint {
	margin-bottom: 20px;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}

tr,
td {
	border: 1px solid #ccc;
	padding: 5px;
}

th {
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}

form {
	margin: 0 0 20px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

legend small {
	font-size: 15px;
	color: #999999;
}

label,
input,
button,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

input,
button,
select,
textarea {
	font-family: 'Ubuntu', sans-serif;
}

label {
	display: block;
	clear:left;
}

select,
input[type="text"], input[type="password"] {
	display: inline-block;
	height: 32px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 32px;
	color: #555555;
	text-transform:uppercase;
	vertical-align: middle;
	outline:none;
	border-radius:5px;
	min-width:200px;
}

input[type="text"], input[type="password"] {
	display: inline-block;
	height: 32px;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 32px;
	color: #555555;
	vertical-align: middle;
	border-radius:5px;
}

textarea {
	height: auto;
}

radio,
checkbox {
	min-height: 20px;
	padding-left: 20px;
}

radio input[type="radio"],
checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

textarea,
input[type="text"], input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus, input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

input[type="radio"],
input[type="checkbox"] {
	margin:0 2px 10px 5px;
	line-height: normal;
}

select {
	height: 30px;
	line-height: 30px;
	width: 220px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

select:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.button {
	color: #fff;
	text-decoration: none;
	background:#134867;
}

.button,
input[type="submit"] {
	outline:none;
	display: inline-block;
	padding:0 10px;
	margin: 0;
	font-size: 13px;
	line-height: 32px;
	height:32px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	border: 0px;
	background:#134867;

}

.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled],
input[type="submit"]:hover {
	color: #FFF;
	background: #0d4a4e;
	border: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.entry-title1 {
	font-size:20px;	
	font-weight:bold;
	line-height:24px;
}

.entry-title {
	font-size:18px;	
	font-weight:bold;
	line-height:24px;
}

/* Header */
/* ---------------------------------------------------------- */

.idiomas {
	float:right;
	position:absolute;
	right:80px;
	top:22px;
	z-index:9999;
}

.idiomas img {
	width:22px;	
}

.box-marca {
	float:left;
	width:100%;
	height:600px;
	background:url(../../img/marca.jpg) no-repeat center center;	
}

.box-marca-en {
	float:left;
	width:100%;
	height:600px;
	background:url(../../img/marca-en.jpg) no-repeat center center;	
}

.access-bar {
	float:left;
	width:100%;	
	height:68px;
	
}

.menu-topo {
	float:left;
	width:100%;
	height:68px;
	background-color:#705740;
	border-bottom:4px solid #ed1a3b;
	
}

.header-nav-bar {
	float:left;
	height:68px;
	width:70%;
}

.nav-fixo {
	position:fixed; 
	top:0;  
	margin-left:0px;
	z-index:9999;
	width:100%;	
	height:68px;
}

.logo-top {
	width:15%;
	background:url(../../img/logo-ellen-fontana.jpg) no-repeat left center;
	height:51px;
	display:inline-block;
	float:left;	
	margin-top:5px;
}

.logo-top h1 a {
	text-indent:-9999px;
	display:block; 
	padding:10px;
	height:50px;
}


/* Navigation */
/* ---------------------------------------------------------- */


nav a#pull {
	display: none;
}

#navigation {
	font-family: 'Fjalla One', sans-serif;
 	background:;
	clear: both;
	display: block;
	float: left;
	margin: 23px 0 0 0;
	padding: 0px;
	width: 100%;
}

#navigation ul {
	font-size: 18px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align:center;
}


#navigation li {
	display:inline-block;
	position: relative;
	text-align:center;
	text-transform:uppercase;
}

#navigation li span{
	background:#bb2845;
	border-radius:50%;
	width:20px;
	height:20px;
	float:right;
	margin-left:3px;
	color:#fff;
	text-align:center;
}

#navigation li.last{
	background:none;
}

#navigation a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #fff;
}


#navigation li:hover > a,
#navigation ul :hover > a,
#navigation a:focus {

}

#navigation li:hover > a,
#navigation a:focus {
	color: #ed1a3b;
}

#navigation ul li:hover > ul {
	display: block;
}

#navigation .current-page {
	background:#bb2845;
	color: #000;
}

.box-sociais {
	float:right;
	margin-top:15px;	
	width:15%;
	text-align:right;
}

.box-sociais a {
	color:#705740;
	font-size:26px;
	border:0;
	width:34px;
	height:34px;
	border-radius:50%;
	background:#fff;	
	display:block;
	float:right;
	text-align:center;
	padding:4px;
}




/* Conteúdo HOME */
/* ---------------------------------------------------------- */

.position-box {
	float:left;
	margin-top:-60px; 
	display:block;
	width:30px;
	height:30px;
	z-index:1000;	
}

/* Banner */

.box-banner {
	float:left;
	width:100%;
	
}

.tit-banner {
	font-size:26px;
	color:#fff;
	font-weight:bold;
	text-shadow:2px 2px 2px #000;
	text-transform:uppercase;
	line-height:30px;
}

.desc-banner {
	font-size:18px;
	color:#fff;
	text-shadow:2px 2px 2px #000;
	line-height:24px;
}

.btn-banner a {
	text-transform:uppercase;
	text-align:center;
	font-size:18px;
	color:#fff !important;
	border:1px solid #fff;
	background:none;
	border-radius:15px;
	padding:13px 50px;
}

.btn-banner a:hover {
	background:rgba(255,255,255,0.3);
}

.tit-banner2 {
	font-size:26px;
	color:#333;
	font-weight:bold;
	
	text-transform:uppercase;
	line-height:30px;
}

.btn-banner2 a {
	text-transform:uppercase;
	text-align:center;
	font-size:18px;
	color:#fff !important;
	border:1px solid #bb2845;
	background:#bb2845;
	border-radius:15px;
	padding:13px 50px;
}

.btn-banner2 a:hover {
	background:rgba(255,255,255,0.3);
}

/* Ellen Fontana */

.box-ellen-fontana {
	float:left;
	width:100%;
	padding:50px 20px 80px 20px;
	background:#fff;	
}

.titulo-geral1{
	text-align:center;
	font-size:42px;
	color:#ed1a3b;	
	padding-bottom:50px;
	background:url(../../img/hr1.png) no-repeat center bottom;
	margin-bottom:30px;
	text-transform:uppercase;
}

.titulo-geral2{
	text-align:center;
	font-size:42px;
	color:#fff;	
	padding-bottom:50px;
	background:url(../../img/hr2.png) no-repeat center bottom;
	margin-bottom:30px;
	text-transform:uppercase;
}

.box-ellen-fontana p {
	margin-bottom:20px;
}

/* A Fazenda */

.box-fazenda {
	float:left;
	width:100%;
	padding:50px 20px 80px 20px;
	background:#3d2f21;
}

.box-fazenda p {
	color:#c7ac93;
	margin-bottom:20px;
}

.faz-txt-1 {
	float:left;
	width:60%;
}

.faz-txt-2 {
	float:left;
	width:40%;
	padding-left:50px
}

.box-fazenda h2{
	color:#fff;
	text-transform:uppercase;
	font-size:22px;
	margin:0 0 5px 0;
}

.img-fazenda {
	float:left;
	width:100%;
	height:435px;
	background:url(../../img/img-fazenda.jpg) no-repeat center bottom;
	background-size:100%;
	background-attachment:fixed;
}

/* Nossos Cafés */

.box-nossos-cafes {
	float:left;
	width:100%;
	padding:50px 20px 40px 20px;
	background:#fff;	
	text-align:center;
}

.box-nossos-cafes p{
	width:80%;
	margin:0 auto 25px auto;
	position:relative;
}

.cafes {
	float:left;
	width:33.2%;
	margin:0 0.05%;	
}

.cafes img{
	width:100%;	
}

.cafes h2{
	width:100%;	
	float:left;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:right;
	padding:20px;
	font-size:42px;
	text-transform:uppercase;
	margin-top:-77px;
	position:relative;
	z-index:1000;
}

/* Produção Sustentável */

.box-producao {
	float:left;
	width:100%;
	padding:50px 0 40px 0;
	background:#e2d3c6;	
	text-align:center;
	margin-top:-9px;
}

.faixa-itens {
	float:left;
	width:100%;
	padding:30px;
	background:#cfc2b6;	
}

.item {
	float:left;
	width:30%;	
	margin:0 1.5%;
	text-align:left;
}

.thumbs {
	float:left;
	width:100%;	
}

.thumb-itens {
	float:left;
	width:25%;	
	padding-top: 40px;
}

.thumb-itens img{
	border-radius:50%;
	width:240px;
	height:240px;
	border:5px solid #c0ae9e;
	
}

.thumb-itens h2{
	font-size:18px;
	padding:0 5%;
}

/* Premios */

.box-premios {
	float:left;
	width:100%;
	padding:80px 20px 80px 20px;
	background:url(../../img/bg-premios.jpg) no-repeat;
	background-size:100% 100%;
}

.box-branco {
	float:left;
	width:90%;
	background:#FFF0E3;
	padding:40px;	
	margin:0 5%;
	font-size:15px;
}

.box-branco img {
	float:left; 
	margin:0 50px 50px 0;	
}

/* Imagens */

.box-imagens {
	float:left;
	width:100%;
	padding:50px 0 1px 0;
	background:#fff;	
	text-align:center;
}

.box-imagens p{
	width:80%;
	margin:0 auto 25px auto;
	position:relative;
}


/** Galeria de imagem **/

.lb-album{
	width: 100%;
	float:left;
	margin:0;
	padding:0;
}
.lb-album li{
	float: left;
	margin: 0;
	position: relative;
	list-style:none;
	width:25%;	
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
	width:100%;
}
.lb-album li > a{
	position: relative;
}
.lb-album li > a span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: rgba(255,255,255,0.8);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: url(../../img/lupa.png) center center no-repeat rgba(0,0,0,0.50);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 11199;
	text-align: center;
	background: rgba(0,0,0,0.70);
	
}
.lb-overlay > div{
	position: relative;
	color: #fff;
	width: 100%;
	margin: 40px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 50%;
	float: left;
	margin:20px 0;
	line-height:32px
}

.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(255,255,255,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;

}
.lb-overlay div p{
	font-size: 14px;
	text-align: left;
	float: left;
}
.lb-overlay a.lb-close{
	z-index: 1001;
	text-decoration:none;
	padding:3px 10px;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	border:1px solid #fff;
	font-size: 24px;
	text-align: center;
	padding:10px 15px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.lb-overlay img{
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	top: -32px;
	width: 24px;
	height: 25px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -30px;
	background: transparent url(../../img/arrows.png) no-repeat top left;
}
.lb-next{
	margin-left: 6px;
	background: transparent url(../../img/arrows.png) no-repeat top right;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 5%;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

/* Contato */

.box-contato {
	float:left;
	width:100%;
	padding:40px 20px 50px 20px;
	background:#fff;
}

.txt-contato {
	float:left;
	width:45%;
	padding:40px;
	margin-left:5%
}

.form-contato {
	float:left;
	width:45%;
	padding:40px;
	margin-right:5%;
}

.mapa img{
	display:block;
	margin-top:80px;
	border:1px solid #705740;	
}

.form-contato label {
	display:block;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:5px;
}

.form-contato input[type=text] {
	display:block;
	width:100%;
	background:#fff;
	border:1px solid #ed1a3b;
	padding:25px 15px;
	border-radius:0;
	margin-bottom:20px;
	
}

.form-contato textarea {
	display:block;
	width:100%;
	background:#fff;
	border:1px solid #ed1a3b;
	padding:25px 15px;
	border-radius:0;
	margin-bottom:20px;	
}

.form-contato button {
	display:block;
	font-size:18px;
	background:#ed1a3b;
	border:0;
	padding:20px;
	border-radius:0;
	margin-bottom:20px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}

.form-contato button:hover {
	background:#d51c35;
}

/* Footer */
/* ---------------------------------------------------------- */

.box-rodape {
	float:left;
	width:100%;
	padding:40px 20px;
	background:#705740;
	color:#fff;
	font-size:13px;
	border-top:6px solid #ed1a3b;
	text-align:center;
}





 
/* Post */
/* ---------------------------------------------------------- */

.box-post-geral {
	width:100%;
	padding:30px 10px 60px 10px;
	display:block;
	float:left;
	margin:0;
}

.box-post-geral a {

}

.post {
	padding:30px;
}

.box-legenda {
	float:left;
	margin:260px 0 0 20px;
	background:rgba(255,255,255,0.7);
	width:50%;
	padding:15px;
}

object,
video {
	max-width: 100%;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.content {
	padding: 30px;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	clear: both;
}

.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	clear: both;
}




/** Modal **/

#basic-modal-content {
	display:none;
}

/* Overlay */
#simplemodal-overlay {
	background-color:#000;
}

/* Container */
#simplemodal-container {
	height:75%; 
	width:70%; 
	background-color:#fff; 
	border:1px solid #444; 
	padding:12px;
}

#simplemodal-container .simplemodal-data {
	padding:8px;
}

#simplemodal-container code {
	background:#141414; 
	border-left:3px solid #65B43D; 
	color:#bbb; display:block; 
	font-size:12px; 
	margin-bottom:12px; 
	padding:4px 6px 6px;
}

#simplemodal-container a {

}

#simplemodal-container a.modalCloseImg {
	background:url('../../img/x.png') no-repeat; 
	width:40px; 
	height:40px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:20px; 
	right:20px; 
	cursor:pointer;
}

#simplemodal-container h3 {

}

/*** To Top ***/

.to-top-jquery {
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 20px;
	right: 30px;
	display: none;
	z-index: 1000;
}

/* Box Comments */
/* ---------------------------------------------------------- */

.comments {
	width:100%;
	padding:30px;
	background:#c5ccda;	
}

.comments input[type=text], textarea {
	width:100%	
}

.comments input[type=submit] {

	margin-top:10px;
	width:150px;	
}

.user-comments {
	display:block;
	margin:20px;
	width:100%;
}

.user-comments span{
	color:#999;
}

/* Pagination */
/* ---------------------------------------------------------- */

#pagination{
	float:left;
	width:100%;
	clear:left;
	margin:50px 0;
}

#pagination ul{
	margin:0;
	padding:0;
	text-align:center;
}

#pagination li{
	display:inline-block;
}

#pagination li a{
	border:1px solid #333;
	display:inline-block;
	padding:10px 15px;
}

#pagination li a:hover, .current-pagination{
	border:1px solid #333;
	background:#134867;
	display:inline-block;
	color:#fff; !important
}

#pagination li a.last{
	border:0;
	display:inline-block;
	padding:10px 15px;
}

#pagination li a:hover.last{
	border:0;
	background:#fff;
	color:#000;
	display:inline-block;

}



/* Banner RevSlider */
.bannercontainer {
	width:100%;
	position:relative;
	padding:0;
}
 
.banner{
	width:100%;
	position:relative;
}banner