/*
Theme Name: RedPost Framework
Theme URI: http://redpost.pt
Author: Frederico Neto, Alex Santos
Author URI: http://redpost.pt/
Description: Based on the great work of devmbootstrap3
Version: 1

Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: redpost

redpost WordPress Theme, Copyright 2016 Frederico Neto.
redpost is distributed under the terms of the GNU GPL v3.
*/

/* Geral */
html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin-top: 0;
}

/*font pricipal*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p{
    font-family: "Roboto",sans-serif;
    font-weight: 400;
}

h1{font-size:60px; font-weight: 400; line-height:120%; padding:0; margin:0;}
h2{font-size:40px; font-weight: 400; line-height:120%; padding:0; margin:0;}
h3{font-size:24px; font-weight: 400; line-height:130%; padding:0; margin:0;}
h4{font-size:22px; font-weight: 400; line-height:130%; padding:0; margin:0;}
h5{font-size:18px; font-weight: 400; line-height:130%; padding:0; margin:0;}
h6{font-size:16px; font-weight: 400; line-height:130%; padding:0; margin:0;}
p{font-size:14px; font-weight: 400; line-height:130%; padding:0; margin:0;}


@media (max-width: 991px) {
h1{font-size:50px;}
h2{font-size:35px;}
h3{font-size:23px;}
h4{font-size:21px;}
h5{font-size:17px;}
h6{font-size:15px;}
p{font-size:14px; }
}

@media (max-width: 767px) {
h1{font-size:45px;}
h2{font-size:30px;}
h3{font-size:22px;}
h4{font-size:20px;}
h5{font-size:16px;}
h6{font-size:14px;}
p{font-size:13px;}
}

@media (max-width: 480px) {
h1{font-size:35px;}
h2{font-size:25px;}
h3{font-size:21px;}
h4{font-size:19px;}
h5{font-size:15px;}
h6{font-size:13px;}
p{font-size:12px;}
}

.legend{font-size:11px;}

b{font-weight: 600;}
em {font-style: italic}

abbr[data-original-title], abbr[title]{
	border-bottom: 0px dotted #777;
}

.t-blue{
	color: #0a50a0;
}


.box-title{
	width: 250px;
	text-align: center;
	background-color: #0a50a0;
	color: #fff;
	padding: 10px;
}

.marg-l-15{
	margin-left: 15px;
}


a,	
a:link,
a:visited {
	color: #0a50a0;  text-decoration: none; outline:0;
}

a:active,
a:hover,
a:focus { 
	color: #777777;  text-decoration: none; outline:0;
} 


a.a-gray,	
a.a-gray:link,
a.a-gray:visited {
	color: #999;  text-decoration: none; outline:0;
}

a.a-gray:active,
a.a-gray:hover,
a.a-gray:focus { 
	color: #777777;  text-decoration: none; outline:0;
}



.mt-00 {margin-top: 0px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100{margin-top: 100px !important;}

.mb-00 {margin-bottom: 0px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}

.ml-10{margin-left: 10px !important;}

.pad-00{padding: 0px !important;}
.pad-10{padding-top: 10px !important; padding-bottom: 10px !important;}
.pad-20{padding-top: 20px !important; padding-bottom: 20px !important;}
.pad-30{padding-top: 30px !important; padding-bottom: 30px !important;}
.pad-40{padding-top: 40px !important; padding-bottom: 40px !important;}
.pad-50{padding-top: 50px !important; padding-bottom: 50px !important;}
.pad-60{padding-top: 60px !important; padding-bottom: 60px !important;}
.pad-70{padding-top: 70px !important; padding-bottom: 70px !important;}
.pad-80{padding-top: 80px !important; padding-bottom: 80px !important;}
.pad-90{padding-top: 90px !important; padding-bottom: 90px !important;}
.pad-100{padding-top: 100px !important; padding-bottom: 100px !important;}

.pad-s-10{
	padding-left: 10px!important;
	padding-right: 10px!important;
}


.fullscreen {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}


/*limitar texto por 2 linhas */

p.txt-limit-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	/* fallback */
	display: -webkit-inline-box;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	/* fallback */
	max-height: 32px;
	/* fallback (line-height x 2 ) */
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

/*definir formas proporcionais ou fazer crop em imegens inseridas por html*/

div.shape-img {
	overflow: hidden;
	display: block;
	position: relative;
}

div.shape-img>img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

div.shape-img>div:first-child {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

div.shape-img>div img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}



/*google_map */

#map,
#google-map-1{
    height: 375px;

}


/*colors*/

.gradient {
	background: rgb(10, 80, 160);
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgb(10, 80, 160), rgb(130, 195, 70));
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgb(10, 80, 160), rgb(130, 195, 70));
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgb(10, 80, 160), rgb(130, 195, 70));
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgb(10, 80, 160), rgb(130, 195, 70));
	/* Standard syntax */
	height: 10px;
}

.bg-green {
	background-color: #7abc4b;
	color: #fff;
}


.bg-blue {
	background-color: #0a50a0;
	color: #fff;
}

.bg-white {
	background-color: #fff;
}

/*lines */
hr.hr-blue{
    border: 0px;
	height: 2px;
	width: 100%;
    background: #0a50a0;
	width: 100%;
	margin-top: 20px;
    margin-bottom: 7px;
}

hr.hr-white{
    border: 0px;
	height: 2px;
	width: 100%;
    background: #fff;
	width: 100%;
	margin-top: 20px;
    margin-bottom: 7px;
}


hr.hr-dashed-green{
		border: 0px;
	height: 2px;
	width: 100%;
	margin-top: 20px;
    margin-bottom: 7px;
	background-image: url(img/line-green.png);
	background-repeat: repeat-x;
}


hr.hr-dashed-blue{
	border: 0px;
	height: 2px;
	width: 100%;
    background: #fff;
	width: 100%;
	margin-top: 20px;
    margin-bottom: 7px;
	background-image: url(img/line-blue.png);
	background-repeat: repeat-x;
}



.no-border{
	border: 0px !important;
}


.border-white {
	border-top: 2px solid #fff;
}	
.border-blue {
	border-top: 2px solid #0a50a0;
}	

.border-black {
	border-top: 2px solid #000;
}	


.border-blue-top {
	border-top: 2px solid #0a50a0;
}

.border-blue-bottom {
	border-bottom: 2px solid #0a50a0;
}	

.arrow-md-down:before{
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;	
	left: 50%;
	margin-left: -15px;
	position:absolute;
}





.arrow-sm-down:before{
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #000;
	padding-bottom: 10px;
}



.arrow-xs-down:before{
	width: 0 !important; 
	height: 0 !important; 
	border-left: 10px solid transparent !important;
	border-right: 10px solid transparent !important;
	border-top: 10px solid #000 !important;	
	padding-bottom: 10px !important;
}

.arrow-md-up:before{
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #000;
	left: 50%;
	margin-left: -15px;
	position:absolute;
    margin-top: -30px;
}




.arrow-down-white:before{
	border-color: #fff transparent transparent  transparent;	
}

.arrow-up-green:before{
	border-color: transparent transparent #7abc4b transparent;	
}
.arrow-up-blue:before{
	border-color: transparent transparent  #0a50a0 transparent;
}
.arrow-down-blue:before{
	border-color: #0a50a0 transparent transparent  transparent !important;	
}




/*--------------------Form-----------------------------------------*/

.btn.btn-blue {
	margin-top: 15px;
	color: rgb(10, 80, 160);
	background-color: white;
	border-color: rgb(10, 80, 160);
	text-transform: uppercase;
	border-radius: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
}

.btn.btn-blue:focus,
.btn.btn-blue:active,
.btn.btn-blue:hover {
	color: white;
	background-color: rgb(10, 80, 160) !important;
	outline: none !important;
}




/*--------------------Custom-----------------------------------------*/

.brand {
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}

nav.navbar {
	border-style: none;
	background-color: white;
	margin-bottom: 0px;
	min-height: 36px;
	font-weight: bold;
	
}

nav .navbar-toggle.collapsed,
nav .navbar-toggle{
	border-radius: 0px;
	border-color: transparent;
	background-color: #0a50a0;
	color: #fff;
	
}
nav .navbar-toggle:focus,
nav .navbar-toggle:hover{
	color: #0a50a0;
	
}

nav .navbar-main,
nav .collapse {
	text-align: center;
	background-color: white;
	text-transform: uppercase;
}


nav  #navbar-collapse-2 a {
	background-color: rgb(10, 80, 160);
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
	z-index: 15;

}

nav  #navbar-collapse-2 a:hover {
	background-color: white;
	color: rgb(10, 80, 160);
	text-transform: uppercase;

}

nav #navbar-collapse-2 a.btn-nav-green {
	background-color: rgb(130, 195, 70) !important;
}
nav #navbar-collapse-2 a.btn-nav-lblue {
	background-color: rgb(43, 171, 226) !important;
}
nav #navbar-collapse-2 a.btn-nav-lblue:hover {
	background-color: white !important;
	color: rgb(43, 171, 226) !important;
}
nav #navbar-collapse-2 a.btn-nav-green:hover {
	background-color: white !important;
	color: rgb(130, 195, 70) !important;
}
nav #navbar-collapse-2 a.btn-nav-lgreen {
	background-color: rgb(200, 218, 49) !important;
	color: white!important;
}
nav #navbar-collapse-2 a.btn-nav-lgreen:hover {
	background-color: white !important;
	color: rgb(200, 218, 49) !important;
}

nav #navbar-collapse-2 a.btn-nav-sm {
	padding-right: 10px;
	padding-left: 10px;
	background-color: white !important;
	color: rgb(10,80,160) !important;
}

nav #navbar-collapse-2 a.btn-nav-sm:hover {
	background-color: rgb(10,80,160) !important;
	color: white!important;
}

.navbar-nav{
	margin: inherit;
}

nav .navbar-main .navbar-nav,
nav .collapse .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: middle;

}
nav .navbar-main .navbar-nav li{
	float: left;
	list-style: none;

	font-size: 12px;
	letter-spacing: .5px;
}

nav .collapse .mega-dropdown {
	position: static !important;
}

nav .collapse .mega-dropdown .mega-dropdown-menu {
	margin-top: 20px;
	border-width: 0px;
	border-radius: 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
	padding: 0px;
}


nav .collapse .mega-dropdown.open:after{
	content: "";
	border-bottom: 20px solid rgb(10, 80, 160);
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	 z-index: 8;
	margin-left: -10px;
}

nav .collapse .mega-dropdown.no-arrow.open:after{
	display: none!important;
}


nav .collapse .mega-dropdown .mega-dropdown-menu a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #999;
	white-space: normal;
	padding-left: 10px;
	margin-top: 3px;
	position: relative;
}


nav .collapse .mega-dropdown .mega-dropdown-menu a.btn-img {
	color: rgb(10, 80, 160)!important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	background-color: white !important;
	border: 1px solid transparent;
}
nav .collapse .mega-dropdown .mega-dropdown-menu a.btn-img:hover,
nav .collapse .mega-dropdown .mega-dropdown-menu a.btn-img:focus {
	text-decoration: none;
	color: #444;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(10, 80, 160);
}
nav .collapse .mega-dropdown .mega-dropdown-menu a.btn-img p {
	display: block;
	padding-top: 5px;


}

nav .nav-lang{
	min-width: inherit;
	padding-top: 0px;
	padding-bottom: 0px;

}

nav .dropdown-menu {
	min-width: auto;
	text-align: center;
	-webkit-background-clip: none;
    border: 1px solid transparent!important;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0)!important;

}

nav #nav-lang a:hover{
		color: rgb(10,80,160);

}
nav #nav-lang a{
	margin: 0px;
	padding: 10px;
	margin-top: 0px;
    color: white;

}

nav #nav-lang ul{
	border: 0px;
    border: 0px;
    background-color: transparent;
}

nav #nav-lang li.main{
	margin-right: 10px;
}
nav #nav-lang li.navbar-toggle{
	    margin-top: 8px;
}
nav #nav-lang li{
	list-style: none;
	margin: 0px;
	padding: 0px;

    background-color: rgb(10,80,160);

}

nav #nav-lang button{
	margin: 0px;
	border: 1px solid transparent;
	font-size: 13px;


}

nav li p{
	font-weight: bold;
}

ul #lang{
	margin-top: 0px;
	background-color: transparent;
	border: 0px;
	max-width: 35px;
}

ul #lang p{
	font-size: 12px;
}

.dropdown-menu {
    background: transparent;
}

.dropdown-menu button{
	color: white;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
	background-color: rgb(10, 80, 160);
	padding: 8px;
	padding: 8px;
    border: 1px solid rgb(10, 80, 160);
    margin-bottom: 2px;
    width: 32px;	
}

.dropdown-menu button:hover{
	border: 1px solid white;
}

header{
	margin-top: -36px;
}


header .carousel-caption {
	z-index: 1;
	top: 40%;
}

header .destaque>p{
	font-size: 80px;
}

header .carousel .item {
	height: 500px;
	background-color: #555;
}

header .carousel img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: initial;
}


header .img-responsive {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	z-index: 1;
}


header .carousel-control{
	z-index: 3;
	opacity: .9;
	
}

header .glyphicon{
	color: white;
}
header .carousel-control:hover .glyphicon{
	opacity: .7;
}


header .img_banner_empresa {
	width: 100%;
	height: 350px;
	background-position: center;
	background-size: cover;
	background-image: url(img/empresa.jpg);
	position: relative;
}
header .img_banner_certificacao {
	width: 100%;
	height: 350px;
	background-position: center;
	background-size: cover;
	background-image: url(img/certificacao.jpg);
	position: relative;
}
header .img_banner_contactos {
	width: 100%;
	height: 350px;
	background-position: center;
	background-size: cover;
	background-image: url(img/contactos.jpg);
	position: relative;
}

header .img_banner_forest{
	width: 100%;
	height: 350px;
	background-position: center;
	background-size: cover;
	background-image: url(img/exp-forest.jpg);
	position: relative;
}

.img_exp-forest {
	width: 100%;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-image: url(img/exp-forest1.jpg);
	position: relative;
}


#h-produtos .grid-produtos img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

#h-produtos .grid-produtos  .col-md-3 {
	border-left: 1px solid #0a50a0;
	margin-bottom: 30px;
     padding-left: 9px;
}


#h-produtos .nav-tabs {
	border-bottom: 0px;
}

#h-produtos .tint:hover:before {
	content: "";
	display: block;
	position: absolute;
	width: 215px !important;
	height: 125px !important;
	left: 50%;
	margin-left: -107px;
	background: rgba(100, 100, 100, .5);
	border-radius: 40px 40px 40px 40px;
	-moz-border-radius: 40px 40px 40px 40px;
	-webkit-border-radius: 40px 40px 40px 40px;
}



#h-produtos .nav-tabs > div a,
#h-produtos .nav-tabs > li a {
	margin: 20px auto;
	border-radius: 0;
	border: 0!important;
	left: 50%;
    margin-left: -35px;
}



#h-produtos div.show-image {
	position: relative;
	text-align: center;
}

#h-produtos div.show-image:hover .img_hover {
	background-color: rgba(100, 100, 100, 1) !important;
}


#h-produtos div.show-image:hover .btn-info2 {
	display: block;
}

#h-produtos div.show-image .btn-info2 {
	display: none;
	position: absolute;
	width: 140px;
	height: 50px;
	left: 50%;
	margin-left: -70px;
	top: 50%;
	margin-top: -50px;
}


#h-produtos div.show-image .btn-info2 a {
	position: relative;
	display: inline;
}

#h-produtos .btn-info2 i{
	margin-top: 3px;
}

#h-produtos div.show-image .btn-info2 a span{
	position: relative;
	height: 30px;	
	width: 50px;
	margin: 0 10px;
	display: block;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	font-size: 21px;
	background-color: rgba(10, 80, 160, .7);
	color: white;
}
#h-produtos div.show-image .btn-info2 a span:hover {
	background-color: rgba(10, 80, 160, 1);
}


#h-produtos .tab-pane img {
	width: 100%;
	height: auto;
}


#h-produtos ul.box-tabs {
	border-bottom: 1px solid #0a50a0!important;
	margin-bottom: 20px;
}

#h-produtos ul.box-tabs li a{
	margin: 0px;
	background-color: transparent;
	color: #000;
}


#h-produtos ul.box-tabs li.active a{
	margin: 0px;
	background-color: #0a50a0;
	color: #fff;
}

/* Banner Fundo*/

#banner h2{
	color: white;
}

#banner .container-fluid{
	padding-top: 150px;
	padding-bottom: 130px;
}

.bg-home{
	background-image: url('img/img-baixo.jpg');
}
.bg-full-center{
	background-repeat:	no-repeat;
	background-position: center center; 
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.bg-fixed{background-attachment: fixed !important;}

@media (max-width: 767px) {.bg-fixed{background-attachment: scroll !important;}}

/*Banner fundo fim*/

#info a {
	font-weight: 300;
	font-size: 16px;
	color: white;
	text-align: center;
}

#info a:hover {
	text-decoration: none;
}

#info a:focus {
	text-decoration: none;
}


#info .img_fact {
	position: relative;
	content: url(img/empresa.jpg);
	width: 100%;
	height: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 350px;
}

#info .img_lit {
	position: relative;
	content: url(img/ca.png);
	width: 100%;
    height: 85px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 50px;
    margin-top: -65px;
}

#info .img_logo {
	position: relative;
	content: url(img/FSCY25Xov.png);
	height: 175px !important;
	padding-top: 15px;
}

#info .img_florest {
	position: relative;
	content: url(img/florest.jpg);
	width: 100%;
	height: auto;
	padding-top: 15px;
	max-width: 350px;
}

#info .limit_img {
	width: 100%;
	height: 150px;
	overflow: hidden;
}

#info .litigios{
	padding-top: 15px;
}
#info .litigios,
#info .litigios a{
	font-size: 11px;
}

#info .prods a{
	font-size: 16px;
	font-weight: bold;
}

.hvr-grow .imagem-formacao {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover .imagem-formacao, .hvr-grow:focus .imagem-formacao, .hvr-grow:active .imagem-formacao {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#empresa .bg-arvore {
	background-image: url(img/arvore-2.jpg);
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: 0 150%;

}


#empresa .imagem-formacao {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
}
#empresa .imagem-formacao img{
	max-width: 175px;
}

#empresa .ano {
	text-align: right;
	font-size: 30px;
	color: #82c346;
	font-weight: bold;
	line-height: 0.444;
	z-index: 74;
}

#empresa .tempo:hover .ano,
#empresa .tempo:hover .titulo{
	color: rgb(10,80,160);
}

#empresa .tempo:hover .hr-dashed-green{
	background-image: url(img/line-blue.png);
}

#empresa .titulo{
	color: #82c346;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#contactos .panel {
	box-shadow: white;
	-webkit-box-shadow: 0 0px 0px white;
}


#contactos .panel,
#contactos .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: 0px white;
	
}

#contactos .panel-heading{
	cursor: pointer;
}

#contactos h5{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

#contactos .green-border{
	border: solid 1px rgb(130, 195, 70);
}


#form .form-bottom {
	font-weight: 200;
	color: #fff;
}

#form .form-bottom textarea {
	background-color: rgb(149, 149, 149);
	color: white;
	text-align: right;
	border-radius: 0px;
	padding: 20px;
	font-size: 16px;
	min-height: 80px;
}

#form .form-control:focus {
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#form .form-bottom input {
	border-radius: 0px;
	text-align: right;
	padding: 20px;
}

#form .form-bottom input[type="text"]:focus {
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#form .form-bottom input[type="text"] {
	background-color: rgb(149, 149, 149);
	color: white;
	font-size: 14px;
	padding: 25px;
	border-radius: 0px;
	text-align: right;
	border: 0px;
	padding-bottom: 10px;
    padding-top: 10px;
}


#form .form-bottom textarea {
	border: 0px;
	font-size: 14px;
	padding-bottom: 0px;
    padding-top: 10px;
}



#form .form-bottom .form-group {
	margin-bottom: 5px;
}


#form h5{
	font-weight: bold;
	text-transform: uppercase;
}

#p-madeiras h5{
	text-transform: uppercase;
	font-weight: bold;
}

#p-madeiras h2{
	font-weight: bold;

}

#p-madeiras h3{
	text-transform: uppercase;
	color: #2c2c2c;
	font-weight: bold;

}

#p-madeiras .panel-group .panel-heading+.panel-collapse>.list-group,
#p-madeiras .panel-group .panel-heading+.panel-collapse>.panel-body{
	border-top: 0px;
}



.texto h3{
	text-transform: uppercase;
	color: rgb(10,80,160);
	font-weight: bold;
}

.mw-60{
	max-width: 95%!important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff!important;
   opacity:  1!important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff!important;
   opacity:  1!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff!important;
}

footer p {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: right;
	color: rgb(80, 80, 80)
}


/*------------------------ owl---------------------- */
.owl-paletes .owl-item img{
	 display: initial; 
     width: auto; 
    -webkit-transform-style: initial;
	 transform-style: initial;
}


.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    margin: 5px;
    padding: 4px 7px;
    background: rgb(10,80,160);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-controls .owl-prev{
	font-size: 0px;
}
.owl-controls .owl-nav .owl-prev:before{
	font-family: 'FontAwesome';
	content: "\f053";
	font-size: 14px;
}

.owl-controls .owl-next{
	font-size: 0px;
}
.owl-controls .owl-nav .owl-next:before{
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 14px;
}

/*------------------------ 360---------------------- */
.threesixty{
	width: 100% !important;
	height: 340px !important;
}

@media (max-width: 991px) {	
	.threesixty{height: 300px !important;}
}
@media(max-width:767px) {
	.threesixty{height: 340px !important;}
}
@media(max-width:480px) {
	.threesixty{height: 240px !important;}
}

.threesixty .threesixty_images img{
	width: 100%;
    height: auto;
}



.threesixty .nav_bar{
	bottom: 0px;
	left: 0px;
	top: auto;
}

.threesixty .nav_bar a{
	color: #fff;
    margin: 5px;
    padding: 4px 7px;
    background: rgb(10,80,160);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
	width: initial;
    height: initial;
	text-indent: initial;
	font-size: 0px;
}
.threesixty .nav_bar a:before{
    font-family: 'FontAwesome';
    font-size: 14px;
}

.threesixty .nav_bar a.nav_bar_previous:before{
	    content: "\f04a";
}

.threesixty .nav_bar a.nav_bar_next:before{
	    content: "\f04e";
}

.threesixty .nav_bar a.nav_bar_play:before{
	    content: "\f04b";
}
.threesixty .nav_bar a.nav_bar_stop:before{
	    content: "\f04c";
}



/*------------------------ Responsive Styles---------------------- */

@media(max-width:1199px) {
	
}

@media (max-width: 991px) {	
	
	#h-produtos .grid-produtos  .col-md-3{
		border: 0px
	}

	#empresa .bg-arvore {
		background-image: none;
	}

	nav #navbar-collapse-2 a{
		padding-left: 10px;
		padding-right: 10px;

		font-size: 11px;
	}

	header .destaque>p{
	font-size: 60px;
}



}


@media(max-width:767px) {
	
	#h-produtos .grid-produtos  .col-md-3{
		border: 0px
	}
	
	.dropdown-menu button{
		width: 37px!important;
	}
	
	nav #nav-lang li.navbar-toggle{
		margin-right: 5px;
	}
	nav #nav-lang li{
		margin-top: 2px;
		border: 1px solid rgb(12, 80, 160);
	}
	nav #nav-lang li:hover{
		border: 1px solid white;
	}
	
	
	nav .navbar-main{
		float: left;
		padding-top: 10px;
	}
	
	
	nav .navbar-main .navbar-nav,
	nav .collapse .navbar-nav {
		display: inline;
		float: none;
		vertical-align: middle;
		margin: 0px;
		width: 100%;
	}		
	
	nav .navbar-collapse{
		padding: 0;
		z-index: 9999999;
	}	
	
	
	.navbar-default .navbar-collapse, 
	.navbar-default .navbar-form{
		position: absolute;
		width: 100%;
	}
	
	

	nav .collapse .mega-dropdown .mega-dropdown-menu {
		margin-top: 0px;
		background-color: #fff;
		position: relative;
	}	

	nav .collapse .mega-dropdown .mega-dropdown-menu .container{
		margin-top: 0px;
		background-color: #fff;
		position: relative;
	}	
	
	nav .collapse .mega-dropdown .mega-dropdown-menu a.btn-img p 	{
		display: inline-block;
		padding-left: 0px;
	}
	
	header{
		margin-top: 0px;
		
	}	
	
	header .form_cabec input{
		width: 80%;
	}	
}


@media (max-width: 480px) {
	.imagem-formacao img{
		max-width: 140px!important;
	}


header .destaque>p{
	font-size: 40px;
}
header .carousel-caption h1{
	font-size: 27px;
}

}


@media (max-width: 550px) {
	.navbar-nav li{
		display: block !important;
		float: left !important;
		clear: left !important;
	}
	a.pad-s-10{
		display: none !important;
	}
}

button.navbar-toggle{
	margin-right: 5px !important;
}





.btn-facebook {
	color: #fff;
	background-color: #4C67A1;
}
.btn-facebook:hover {
	color: #fff;
	background-color: #405D9B;
}
.btn-facebook:focus {
	color: #fff;
}

button.btn-facebook {
	padding: 3px 6px 3px 6px !important;
	margin-top: 15px !important;
	font-size: 16px !important;
}

a.btn.btn-blue, button.btn.btn-blue{
	margin-right: 25px !important;
}
#pri > h3 {
    margin-bottom: 15px;
    margin-top: 15px;
}
#pri > p {
    text-align: justify;
    line-height: 19px;
    padding-bottom: 16px;
}
.cc-window.cc-banner.cc-type-info.cc-theme-block.cc-bottom {
    background: rgb(10, 80, 160);
    background: -webkit-linear-gradient(left, rgb(10, 80, 160), rgb(130, 195, 70));
    background: -o-linear-gradient(right, rgb(10, 80, 160), rgb(130, 195, 70));
    background: -moz-linear-gradient(right, rgb(10, 80, 160), rgb(130, 195, 70));
    background: linear-gradient(to right, rgb(10, 80, 160), rgb(130, 195, 70));
    opacity: 0.95;
}
footer.border-black {
    padding-bottom: 50px;
}
