﻿@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic');
/* Global Styles */
body {
	height: 100%;
	padding-top: 40px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
html {
	height: 100%;
	padding-top: 40px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
hr {
	border: #FFFFFF;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #EEEEEE -moz-use-text-color #FFFFFF;
	border-style: solid none;
	border-width: 1px 0;
	margin: 18px 0;
}
.spacer {
	margin-top: 30px; /* define margin as you see fit */
}
.spacer2 {
	border-top: 1px #606061 solid;
	margin-bottom: 30px; /* define margin as you see fit */
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.imgfade {
	border: 0;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.imgfade:hover {
	border: 0;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

/* Navbar */
.navbar-inverse {
	background: url('../images/background_rodape.png');
}
/* Autodropdown

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
 */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.collapse {
	display: none;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 16px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	
	font-family: 'Source Sans Pro', sans-serif;
	
	border: 1px solid rgba(0,0,0,.15);
	
	border-radius: 4px;
	
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	
																																																																		}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
.container > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
.container-fluid > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}
.container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}
.navbar-brand {
	float: left;
	height: 80px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
/* Home Page Carousel */
header.carousel {
	height: 60%;
}
header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .item.active {
	height: 100%;
}
header.carousel .item {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
/* Image Styles */
.imagesborder {
	border: 10px #FFFFFF solid;
	-webkit-box-shadow: 1px 1px 1px 0 #000000;
	box-shadow: 1px 1px 1px 0 #000000;
}
.imagesbordermargin {
	margin: 0px 20px 0px 20px;
	border: 10px #FFFFFF solid;
	-webkit-box-shadow: 1px 1px 1px 0 #000000;
	box-shadow: 1px 1px 1px 0 #000000;
}
/* Certificate Styles */
.box1 {
	padding: 20px;
	background-image: url('../images/background_certbox.png');
	-webkit-box-shadow: 1px 1px 1px 0 #000000;
	box-shadow: 1px 1px 1px 0 #000000;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.box2 {
	margin: 20px;
	padding: 20px;
	background-image: url('../images/background_certbox.png');
	-webkit-box-shadow: 1px 1px 1px 0 #000000;
	box-shadow: 1px 1px 1px 0 #000000;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.box3 {
	background-color: #77A809;
	background-image: url('../images/slide10.jpg');
	background-repeat: repeat;
}
.box4 {
	padding: 40px;
	background-color: #F5F5F5;
}
.box5 {
	padding: 40px;
	background-color: #77A809;
}
.box6 {
	background-color: #666666;
	background-image: url('../images/email_background.jpg');
	background-repeat: repeat;
}
.box7 {
	background-color: #666666;
	background-image: url('../images/green_events_background.jpg');
	background-repeat: repeat;
}
.box8 {
	background-color: #FFFFFF;
	background-image: url('../images/contacts_background.jpg');
	background-repeat: no-repeat;
}
.box9 {
	background-color: #FFFFFF;
	background-image: url('../images/about_background.jpg');
	background-repeat: no-repeat;
}
.box10 {
	background-color: #FFFFFF;
	background-image: url('../images/domains_background.jpg');
	background-repeat: no-repeat;
}
.box11 {
	background-color: #FFFFFF;
	background-image: url('../images/socialmedia_background.jpg');
	background-repeat: no-repeat;
}
.certtop {
	padding: 10px 40px 10px 40px;
	background-image: url('../images/background_certtop.png');
}
/* Font Styles */
.font_white_xxxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40pt;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	line-height: 60px;
}
.font_white_xxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}
.font_white_xlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}
.font_white_large {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: large;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000000;
}
.font_white_medium {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000000;
}
.font_white_small {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: 400;
}
.font_dark_xxxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40pt;
	color: #333333;
	text-shadow: 1px 1px 1px #000000;
	line-height: 60px;
}
.font_dark_xxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: xx-large;
	color: #333333;
	text-shadow: 1px 1px 1px #000000;
}
.font_dark_xlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: x-large;
	color: #333333;
	font-weight: 400;
}
.font_dark_large {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: large;
	color: #333333;
	font-weight: 400;
}
.font_dark_medium {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: medium;
	color: #333333;
	font-weight: 400;
}
.font_dark_small {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: small;
	color: #666666;
	font-weight: 400;
}
.font_grey_xxxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40pt;
	color: #666666;
	text-shadow: 1px 1px 1px #000000;
	line-height: 60px;
}
.font_grey_xxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: xx-large;
	color: #666666;
	text-shadow: 1px 1px 1px #000000;
}
.font_grey_xlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: x-large;
	color: #666666;
	font-weight: 400;
}
.font_grey_large {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: large;
	color: #666666;
	font-weight: 400;
}
.font_grey_medium {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: medium;
	color: #666666;
	font-weight: 400;
}
.font_grey_small {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: small;
	color: #666666;
	font-weight: 400;
}

.font_green1_xxxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40pt;
	color: #669900;
	text-shadow: 1px 1px 1px #000000;
	line-height: 60px;
}
.font_green1_xxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: xx-large;
	color: #669900;
	text-shadow: 1px 1px 1px #000000;
}
.font_green1_xlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: x-large;
	color: #669900;
	font-weight: 400;
}
.font_green1_large {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: large;
	color: #669900;
	font-weight: 400;
}
.font_green1_medium {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: medium;
	color: #669900;
	font-weight: 400;
}
.font_green1_small {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: small;
	color: #669900;
	font-weight: 400;
}
.font_green2_xxxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40pt;
	color: #99CC00;
	text-shadow: 1px 1px 1px #000000;
	line-height: 60px;
}
.font_green2_xxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: xx-large;
	color: #99CC00;
	text-shadow: 1px 1px 1px #000000;
}
.font_green2_xlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: x-large;
	color: #99CC00;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000000;
}
.font_green2_large {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: large;
	color: #99CC00;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000000;
}
.font_green2_medium {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: medium;
	color: #99CC00;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000000;
}
.font_green2_small {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: small;
	color: #99CC00;
	font-weight: 400;
}
.font_green3_xxxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40pt;
	color: #84C227;
	text-shadow: 1px 1px 1px #000000;
	line-height: 40px;
}
.font_green3_xxlarge {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: xx-large;
	color: #84C227;
	text-shadow: 1px 1px 1px #000000;
	line-height: 40px;
}
.font_green3_medium {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: medium;
	color: #84C227;
	font-weight: 400;
}
/* Images Hoover */
.img-social {
	display: inline-block;
	height: 48px;
	width: 54px;
}
.fb {
	background: url("../images/icon_facebook1.png");
}
.fb:hover {
	background: url("../images/icon_facebook2.png");
}
.ln {
	background: url("../images/icon_linkedin1.png");
}
.ln:hover {
	background: url("../images/icon_linkedin2.png");
}
.yt {
	background: url("../images/icon_youtube1.png");
}
.yt:hover {
	background: url("../images/icon_youtube2.png");
}
.sk {
	background: url("../images/icon_skype1.png");
}
.sk:hover {
	background: url("../images/icon_skype2.png");
}
.co {
	background: url("../images/icon_co21.png");
}
.co:hover {
	background: url("../images/icon_co22.png");
}
/* Footer Styles */
.boxrodape {
	padding: 20px;
	background-image: url('../images/background_rodape.png');
}
/* Modal Pop Up */
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 940px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
	background: -moz-linear-gradient(#fff, #999);
	
	background: -webkit-linear-gradient(#fff, #999);
	
	background: -o-linear-gradient(#fff, #999);
	
					}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
	background: #89C403;
}
/* G4NButtons */
.g4nbutton {
	-moz-box-shadow: inset 0px 2px 4px 0px #000000;
	-webkit-box-shadow: inset 0px 2px 4px 0px #000000;
	box-shadow: inset 0px 2px 4px 0px #000000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color: #89c403;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #74b807;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
}
.g4nbutton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color: #77a809;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.g4nbutton:active {
	position: relative;
	top: 1px;
}
.g4nbutton2 {
	-moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
	box-shadow: inset 0px 1px 0px 0px #a4e271;
	background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color: #89c403;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #74b807;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
}
.g4nbutton2:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color: #77a809;
	color: #ffffff;
}
.g4nbutton2:active {
	position: relative;
	top: 1px;
}
.g4nbutton3 {
	-moz-box-shadow: 0px 10px 14px -7px #000000;
	-webkit-box-shadow: 0px 10px 14px -7px #000000;
	box-shadow: 0px 10px 14px -7px #000000;
	background: linear-gradient(to bottom, #84c227 5%, #608726 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84c227', endColorstr='#608726',GradientType=0);
	background-color: #84c227;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	padding: 10px 22px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #212e0c;
	font-weight: bold;
}
.g4nbutton3:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #608726), color-stop(1, #84c227));
	background: -moz-linear-gradient(top, #608726 5%, #84c227 100%);
	background: -webkit-linear-gradient(top, #608726 5%, #84c227 100%);
	background: -o-linear-gradient(top, #608726 5%, #84c227 100%);
	background: -ms-linear-gradient(top, #608726 5%, #84c227 100%);
	background: linear-gradient(to bottom, #608726 5%, #84c227 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#608726', endColorstr='#84c227',GradientType=0);
	background-color: #608726;
	color: #ffffff;
}
.g4nbutton3:active {
	position: relative;
	top: 1px;
}

/* Video Ytplayer */
.container {
	position: relative;
}
.background-video {
	background-position: top center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
}
source {
	bottom: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
}
video {
	bottom: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
}
.loaded .ytplayer-container {
	display: block;
}
.loaded .placeholder-image {
	opacity: 0;
}
.ytplayer-container {
	bottom: 0;
	height: 100%;
	left: 0;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.placeholder-image {
	height: 100%;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.ytplayer-shield {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.ytplayer-player {
	position: absolute;
}
/* Form Styles */
/* Responsive Styles */
@media 
{
.img-related {
	margin-bottom: 30px;
}
.customer-img {
	margin-bottom: 30px;
}
}
@media 
{
.img-portfolio {
	margin-bottom: 15px;
}
header.carousel .carousel {
	height: 70%;
}
}
