﻿@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic');
@import url('http://fonts.googleapis.com/css?family=Roboto:500');
@import url(http://fonts.googleapis.com/css?family=Arimo);
/* Global Styles */
body {
	height: 100%;
	padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
html {
	height: 100%;
	padding-top: 60px; /* 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;
}
.spacer1 {
	margin-top: 30px; /* define margin as you see fit */
}
.spacer2 {
	border-top: 1px #606061 solid;
	margin-bottom: 30px;
	margin-top: 30px;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.vid object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 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: 'Arimo', 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: 'Arimo', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 0px 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: 2px 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: 1px #FFFFFF solid;
	-webkit-box-shadow: 1px 1px 1px 0 #C0C0C0;
	box-shadow: 1px 1px 1px 0 #C0C0C0;
}
/* Box Styles */
.box1 {
	margin: 2px;
	padding: 20px;
	background-color: #F8F8F8;
	border: 0px #FFFFFF solid;
	-webkit-box-shadow: 1px 1px 1px 0 #C0C0C0;
	box-shadow: 1px 1px 1px 0 #C0C0C0;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.box2 {
	margin: 2px;
	padding: 20px;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(207,205,207,1) 24%, rgba(209,205,209,1) 84%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(24%, rgba(207,205,207,1)), color-stop(84%, rgba(209,205,209,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(207,205,207,1) 24%, rgba(209,205,209,1) 84%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(207,205,207,1) 24%, rgba(209,205,209,1) 84%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(207,205,207,1) 24%, rgba(209,205,209,1) 84%, rgba(254,254,254,1) 100%);
	background: linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(207,205,207,1) 24%, rgba(209,205,209,1) 84%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );	box-shadow: 1px 1px 1px 0 #C0C0C0;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.box_top {
	background-color: #1C1C15;
}

.boxrodape {
	padding: 20px;
	background-image: url('../images/background_rodape.png');
}
.boxrodape2 {
	padding: 20px;
	background-color: #000000;
}
.rodapebar {
	height: 12px;
	background-color: #666666;
}

/* Font Styles */
.font_white_xxxlarge {
	font-family: 'Arimo', sans-serif;
	font-size: 40pt;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	line-height: 60px;
}
.font_white_xxlarge {
	font-family: 'Arimo', sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
}
.font_white_xlarge {
	font-family: 'Arimo', sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
}
.font_white_large {
	font-family: 'Arimo', sans-serif;
	font-size: large;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000000;
}
.font_white_medium {
	font-family: 'Arimo', sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000000;
}
.font_white_small {
	font-family: 'Arimo', sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: 400;
}
.font_dark_xxxlarge {
	font-family: 'Arimo', sans-serif;
	font-size: 40pt;
	color: #333333;
	line-height: 60px;
}
.font_dark_xxlarge {
	font-family: 'Arimo', sans-serif;
	font-size: xx-large;
	color: #333333;
}
.font_dark_xlarge {
	font-family: 'Arimo', sans-serif;
	font-size: x-large;
	color: #333333;
	font-weight: 400;
}
.font_dark_large {
	font-family: 'Arimo', sans-serif;
	font-size: large;
	color: #333333;
	font-weight: 400;
}
.font_dark_medium {
	font-family: 'Arimo', sans-serif;
	font-size: medium;
	color: #333333;
	font-weight: 400;
}
.font_dark_small {
	font-family: 'Arimo', sans-serif;
	font-size: small;
	color: #666666;
	font-weight: 400;
}
.font_grey_xxxlarge {
	font-family: 'Arimo', sans-serif;
	font-size: 40pt;
	color: #666666;
	line-height: 60px;
}
.font_grey_xxlarge {
	font-family: 'Arimo', sans-serif;
	font-size: xx-large;
	color: #CCCCCC;
	line-height: 32px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
}
.font_grey_xlarge {
	font-family: 'Arimo', sans-serif;
	font-size: x-large;
	color: #666666;
	font-weight: 400;
}
.font_grey_large {
	font-family: 'Arimo', sans-serif;
	font-size: large;
	color: #666666;
	font-weight: 400;
}
.font_grey_medium {
	font-family: 'Arimo', sans-serif;
	font-size: medium;
	color: #666666;
	font-weight: 400;
}
.font_grey_small {
	font-family: 'Arimo', sans-serif;
	font-size: small;
	color: #666666;
	font-weight: 400;
}
.font_red_xxxlarge {
	font-family: 'Arimo', sans-serif;
	font-size: 40pt;
	color: #D3221C;
	line-height: 60px;
}
.font_red_xxlarge {
	font-family: 'Arimo', sans-serif;
	font-size: xx-large;
	color: #D3221C;
	line-height: 32px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
}
.font_red_xlarge {
	font-family: 'Arimo', sans-serif;
	font-size: x-large;
	color: #D3221C;
	font-weight: 400;
}
.font_red_large {
	font-family: 'Arimo', sans-serif;
	font-size: large;
	color: #D3221C;
	font-weight: 400;
}
.font_red_medium {
	font-family: 'Arimo', sans-serif;
	font-size: medium;
	color: #D3221C;
	font-weight: 400;
}
.font_red_small {
	font-family: 'Arimo', sans-serif;
	font-size: small;
	color: #D3221C;
	font-weight: 400;
}
/* Images Hoover */
.img-social {
	display: inline-block;
	height: 48px;
	width: 48px;
}
.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");
}
.inst {
	background: url("../images/icon_instagram1.png");
}
.inst:hover {
	background: url("../images/icon_instagram2.png");
}
.tw {
	background: url("../images/icon_twitter1.png");
}
.tw:hover {
	background: url("../images/icon_twitter2.png");
}
.gplus {
	background: url("../images/icon_googleplus1.png");
}
.gplus:hover {
	background: url("../images/icon_googleplus2.png");
}



/* Buttons */


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Arimo', sans-serif;
	font-size:20px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
	color:#ffffff;

}
.myButton:active {
	position:relative;
	top:1px;
}

/* Google Maps */
.gmaps-wrapper {
     position: relative;
     padding-bottom: 40%; // This is the aspect ratio
     height: 0;
     overflow: hidden;
}
.gmaps-wrapper .dmxGoogleMaps {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
}


/* Responsive Styles */
@media 
{
.img-related {
	margin-bottom: 30px;
}
.customer-img {
	margin-bottom: 30px;
}
}
@media 
{
.img-portfolio {
	margin-bottom: 15px;
}
header.carousel .carousel {
	height: 70%;
}
}
