/*
* Ouro Verdde : Page Specific Styles
* Author   : Jonas Callegari | Panda Pix
* Version  : 1.0
* Date     : 4-11-14
*/


/*==================================================

GLOBAL SECTIONS ELEMENTS

==================================================== */

body{
	background: #fff;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
@-moz-document url-prefix(){
p *, p, html, body, a, h2, h3, ,h4, h5, * {font-weight: normal !important;}
}

::selection {
	background-color: rgb(29, 101, 35);
	color: rgb(236, 245, 247);
	text-shadow: none;
}

::-moz-selection {
	background-color: rgb(29, 101, 35);
	color: rgb(236, 245, 247);
	text-shadow: none;
}


.vertical-align {
	vertical-align: middle;
}


/*==================================================
Page Content - main wrapper requirement for fixed masthead/heros.
================================================== */
#page-content{
	background: #fff;
	z-index: 9;
	position: relative;
}



/*------------------------------------------------
Headerbar - Nav & Logo
================================================== */
#header-bar{
	position: fixed !important;
	width: 100%;
	display: block;
	top: 0;
	padding: 1.4em 0 .2em;
	z-index:9999 !important;
	background: #fff; /*#0c1d31*/
	/*background: rgba(6, 13, 21, 0.6);#060d15*/
	border-bottom: 1px solid rgba(174, 174, 174, .2);
   -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
   -webkit-backface-visibility:  hidden;
   -webkit-perspective: 1000;
}

#header-bar, #header-bar nav, #header-bar nav li a{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

h1#logo { 
	font-size: 2em;
	width: 8em; 
	margin: .1em;
	float: left;
	padding-left: 0.5em;
}

nav {
	/*padding: 2.1em 0 .7em 0.5em;*/
	float: right;
}

nav ul li {
	list-style: none;
	float: left;
	display: block;
}

nav ul li a {
 	font-family: 'Myriad Pro Regular', Helvetica, Arial, sans-serif; 
	display: block;
	font-size: 1.2em;
	color: #646464;
}

nav ul li a:hover {color: #006720 !important;}
nav ul li a:active{color: #006720 !important;}

.menu {
	position:relative;
	height:35px;
	margin-top: 45px;
}
.menu ul {
	position:relative;
	list-style:none;
	display:inline-table;
	list-style:none;
}
.menu ul:after {
	content:"";
	clear:both;
	display:block;
}
.menu ul ul {
	display:none;
}
.menu ul li:hover > ul {
	display:block;
}
.menu ul li {
	float:left;
}
.menu ul li a {
	display:block;
	padding:8px 18px 9px 17px;
	text-decoration:none;

}
.menu ul li a.last {
	background:none;
}
.menu ul ul {
	position:absolute;
	top:100%;
	padding:0;
	width:280px;
	z-index:9999;
	background:#fff;
	border-right: #8e8e8e 1px solid;
	border-left: #8e8e8e 1px solid;
}
.menu ul ul li {
	position:relative;
	float:none;
}
.menu ul ul li a {
	margin:0;
	padding:14px 0 14px 14px;
	color:#8e8e8e;
	text-shadow:none;
	border-bottom:#8e8e8e 1px solid;
}
.menu ul ul li a:hover {
	color:#fff;
}
.menu ul li a:hover {

}


.icon-bullet {
	position: relative;
	top: -46px;
	right: -30px;
	margin-right: 10px;
  	background: #006720;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

.icon-bullet a:hover {color: #006720 !important;}
.icon-bullet a:active{color: #006720 !important;}

/*------------------------------------------------
Content
================================================== */

.destaque {
 	border: solid 1px #c8c8c8;
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 4px;
}

.destaque:hover {
 	border: solid 1px #a4c401;
}



.box-title {
	position: absolute;
	top: 140px;
 	background-color: #1d6523;
 	color: #fff;
 	text-transform: uppercase;
 	font-size: 0.5rem;
 	text-align: center;
 	padding-left: 0.3rem;
 	padding-right: 0.3rem;
 	width: 90%;
 	margin-left: 5%;
 	margin-right: 5%;
 	z-index: 5000;
}

.destaque p {
 	padding-left: 15px;
 	padding-right: 15px;
 	font-size: 0.5;
 	margin-top: 35px;
 	text-align: center;
}

.box-gray {
 	background-color: #eee;
}

.box-gray p {
 	padding-left: 15px;
 	padding-right: 15px;
 	font-size: 0.5;
 	margin-top: 35px;
}

.box-gray h3 {
 	padding-left: 15px;
 	padding-right: 15px;
}


.image-title{
 	position: relative;
	margin: 128px 0 40px 0;
	width: 100%;
	height: 375px;
	background: #a4c401;
}


.title {
 	position: relative;
	margin: 128px 0 40px 0;
	width: 100%;
	height: 85px;
	background: #a4c401;
	padding-top: 1px;
}

.title h2 {
 	color: #fff;
	font-family: 'Myriad Pro Regular', Helvetica, Arial, sans-serif; 
}

.img-solda {
 	background-image: url('../images/img-solda.jpg'); 
 	background-repeat: no-repeat;
 	background-position: right 180px;
}

.alert-box {
 	background-color: rgba(164,196,1,.3);
 	padding: 15px;
}

.button {
	display: inline-block;
	padding: 15px 40px;
	color: #fff;
	font: normal 1.2em 'Myriad Pro Regular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	background: #a4c401;
	border-radius: 6px;
	-ms-transform: skew(-10deg,0deg); /* IE 9 */
	-webkit-transform: skew(-10deg,0deg); /* Chrome, Safari, Opera */
	transform: skew(-10deg,0deg);
	transition: all 0.2s ease-in-out;
	border: 0px;
}

.button:hover {
	background: #1b6623;
	color: #fff;
}


/*------------------------------------------------
Footer
================================================== */
footer{
	background: #efefef;
	width: 100%;
	position: relative;
	margin: 20px 0 0 0;
	padding: 60px 0 0 0;
	height: auto;
}

footer .row{
	margin-top: 0px;
}

footer ul{
	list-style: none;
}
footer li{
	font-size: 0.9rem;
}

footer .col-two{
	border-right: solid 1px #c8c8c8;
	height: 220px;
}

footer .col-three{
	border-right: solid 1px #c8c8c8;
	height: 220px;
}

.menu-footer{
	border-bottom: solid 1px #c8c8c8;
}


/*------------------------------------------------
Menu
================================================== */

/* Main menu wrapper */



.cbp-hsmenu-wrapper {
	position: absolute;
	width: 100%;
	z-index: 5000;
	top: 10px;

	float: left;
}

/* Common style for all lists */
.cbp-hsmenu-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

/* 100% width bar for menu */
.cbp-hsinner {
	background: #47a3da;
	position: relative;
	z-index: 100;
}

/* Main menu style */
.cbp-hsmenu-wrapper .cbp-hsmenu {
	float: right;
	width: 960px;
}




.cbp-hsmenu > li {
	margin-left: 1em;
	display: inline-block;
}

.cbp-hsmenu > li:first-child {
	margin-left: 0;
}

/* Main menu link style */
.cbp-hsmenu > li > a {
	color: #646464;
	font-size: 1.2em;
	line-height: 3em;
	display: inline-block;
	position: relative;
	z-index: 10000;
	outline: none;
}

.no-touch .cbp-hsmenu > li > a:hover,
.no-touch .cbp-hsmenu > li > a:focus,
.cbp-hsmenu > li.cbp-hsitem-open > a {
	color: #006720;
}

/* Add an arrow to the main menu link if it has a submenu (not the only child) */
.cbp-hsmenu > li > a:not(:only-child):before {
	display: inline-block;
	font-family: 'ouro';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e604";
	font-size: 80%;
	margin-right: 0.3em;
	vertical-align: absolute-middle;
}

.cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
	content: "\e601";
}

/* Add a triangle to currently open menu item link */
.cbp-hsmenu > li.cbp-hsitem-open > a:after {
	top: 93%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

/* Submenu style */
.cbp-hssubmenu {
	position: absolute;
	left: 250px;
	top: 93%;
	width: 100%;
	z-index: 0;
	height: 80px;
	text-align: center; /* for aligning the sub items */
	visibility: hidden;
	text-align: center;
}

.cbp-hssubmenu:before, 
.cbp-hssubmenu:after { 
	content: " "; 
	display: table; 
}
.cbp-hssubmenu:after { 
	clear: both; 
}

/* Let's allow 6 item in a row */
.cbp-hssubmenu > li {
	width: 16.2%;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	-webkit-transition: opacity 0.1s 0s;
	-moz-transition: opacity 0.1s 0s;
	transition: opacity 0.1s 0s;
}

.cbp-hssubmenu > li a {
	text-align: center;
	color: #a2c33a;
	outline: none;
	text-transform: none;
	padding: 2em 0em 0em 0em;
	font-family: 'Myriad Pro Regular', Helvetica, Arial, sans-serif; 
	font-size: 1.4em;


}

.no-touch .cbp-hssubmenu > li a:hover,
.no-touch .cbp-hssubmenu > li a:focus {
	color: #206835;
}

.cbp-hssubmenu > li a img {
	border: none;
	outline: none;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.no-touch .cbp-hssubmenu > li a:hover img {
	opacity: 0.5;
}

.cbp-hssubmenu > li a span {
	display: block;
	margin-top: 2.7em;
	font-family: 'Myriad Pro Regular', Helvetica, Arial, sans-serif; 
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
	z-index: 1000;
	visibility: visible;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.1s;
	-moz-transition: opacity 0.5s 0.1s;
	transition: opacity 0.5s 0.1s;
}

/* Helper div for animating the background */
.cbp-hsmenubg {
	background: #efefef;
	position: absolute;
	width: 100%;
	top: 95%;
	left: 0;
	z-index: 0;
	height: 0px;
}

.no-touch .cbp-hsmenubg {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}



@media screen and (max-width: 1024px) {
  .cbp-hsmenu-wrapper .cbp-hsmenu {
	float: left;
	width: 960px;
}

	.cbp-hsmenu > li {
	margin-left: 1em;
	display: inline-block;
	font-size: 14px;
}
	.cbp-hssubmenu > li {
	width: 16.2%;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	font-size: 13px;
	-webkit-transition: opacity 0.1s 0s;
	-moz-transition: opacity 0.1s 0s;
	transition: opacity 0.1s 0s;
}

.destaque p {
 	padding-left: 15px;
 	padding-right: 15px;
 	font-size: 0.5;
 	margin-top: 45px;
}
.destaque img {
 	width: 295px;
}

  }


@media screen and (max-width: 1280px) {
  .cbp-hsmenu-wrapper .cbp-hsmenu {
	float: left;
	width: 960px;
	margin-left: 350px;}

	.cbp-hssubmenu > li {
	width: 16.2%;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	list-style: circle;
	-webkit-transition: opacity 0.1s 0s;
	-moz-transition: opacity 0.1s 0s;
	transition: opacity 0.1s 0s;

}
  }

/* Tooltip */

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 1px solid #4c4c4c;
	background: #fff;
	color: #4c4c4c;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
	width: 300px;
	text-align: center;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
