body, html{
	margin: 0px;
	margin-bottom: -11px;
	padding: 0px;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
		url('../fonts/opensans-regular-webfont.woff') format('woff'),
		url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
		url('../fonts/opensans-regular-webfont.svg#open_sansregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "open_extrabold";
	src: url("../fonts/OpenSans-ExtraBold.eot?") format("eot"),
		url("../fonts/OpenSans-ExtraBold.woff") format("woff"),
		url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"),
		url("../fonts/OpenSans-ExtraBold.svg#OpenSans-Extrabold") 
		format("svg");
	font-weight: normal;
	font-style: normal;
}
.margintop5 {
	margin-top: 5px;
}
.margintop10 {
	margin-top: 10px;
}
.margintop20 {
	margin-top: 20px;
}
.margintop30 {
	margin-top: 30px;
}

.margintop50 {
	margin-top: 50px;
}

.margintop100 {
	margin-top: 100px;
}

.line-black {
	border-bottom: 15px #363435 solid;
	border-radius: 10px 0 0 10px;
}
.line-blue {
	border-bottom: 15px #0075ba solid;
	border-radius: 10px 0 0 10px;
}
.line-ciano {
	border-bottom: 15px #65c1f7 solid;
	border-radius: 10px 0 0 10px;
}
.line-red {
	border-bottom: 15px #EC3136 solid;
	border-radius: 10px 0 0 10px;
}

.menu-mobile{
	display: none;
}

/*.mobile-menu {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
}

.mobile-menu select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
 /*  width: 268px;
}

/* -------------------- Rounded Corners */
/*.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
/*.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #3b8ec2; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }

/* -------------------- Colors: Text */
/*.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }

#mainselection select {
   border: 0;
   color: #EEE;
   background: transparent;
   font-size: 20px;
   font-weight: bold;
   padding: 2px 10px;
   width: 378px;
   *width: 350px;
   *background: #58B14C;
   -webkit-appearance: none;
}

#mainselection {
   overflow:hidden;
   width:350px;
   -moz-border-radius: 9px 9px 9px 9px;
   -webkit-border-radius: 9px 9px 9px 9px;
   border-radius: 9px 9px 9px 9px;
   box-shadow: 1px 1px 11px #330033;
   background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;
}


/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
/*select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

select#soflow-color {
   color: #fff;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
} */

#telefones{
	float: right;
	width: 77%;
}
.telefones {
	margin-bottom: 20px;
}
.telefones i {
	float: left;
	font-size: 3em;
	color: #363435;
	padding: 10px;
	margin-top: 5px;
}
.telefones .ddd {
	float: left;
	color: #363435;
	font-family: open_sansregular;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	padding: 8px 10px 10px 0px;
}

.telefones .tels {
    font-family: open_extrabold;
    font-size: 28px;
    color: #EC3136;
    margin-top: 15px;
}
.telefones .tels ul li{
	list-style: none;
	float: left;
	margin-left: 21px;
}

.menu{
	font-family: open_extrabold;
	font-size: 18px;
}
.menu a{
	color: #363435;
	float: left;
	margin-right: 37px;
	text-decoration: none;
}
.menu a:hover{
	color: #EC3136;
	text-decoration: none;
}
.menu .active{
	color: #EC3136;
}

.header-box{
	width: 100%;
	float: left;
}
.header-box .fundo{
	background: url('../media/img/bg-header-box.jpg') left repeat-x;
	width: 65%;
	height: 28px;
	float: left;
	padding: 10px;
}
.header-box .titulo{
	width: 33%;
    float: right;
    font-family: open_sansregular;
    font-size: 20px;
    font-weight: bold;
    padding: 1px;
}

.box:first-child{
	margin-left: 0px;
	margin-right: 10px;
}
.box{
	margin-left: 10px;
}

.boxes .titulo{
	color: #EC3136;
	margin-top: 15px;
    font-family: open_sansregular;
    font-size: 18px;
    font-weight: bold;	
}
.boxes .texto{
	color: #363435;
	margin-top: 5px;
    font-family: open_sansregular;
    font-size: 13px;
}

.boxes  .box-light{
	background-color: #0EB4B2;
	padding: 16px;
	margin-left: 60px;
}
.boxes .box-light .texto{
	color: #fff !important;
	font-size: 21px;
}

.boxes  .box-light a{
	color: #fff;
	text-decoration: none;
}
.boxes  .box-light a:hover{
	color: #fff;
	text-decoration: none;
}

.boxes .box-light hr{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.boxes .box-light .logo{
	text-align: center;
}

/* A EMPRESA*/
.sobre .title{
	font-family: open_extrabold;
	font-size: 21px;
}
.sobre .texto{
	font-family: open_sansregular;
	font-size: 15px;
}


/* TRABALHOS */
.trabalhos .item .texto{
	margin-top: 15px;
}
.trabalhos .item .titulo{
	display: none;
	width: 350px;
	height: 200px;
	background-color: #333;
	color: #fff;
	text-align: center;
	position: absolute;
	padding: 70px 30px;
	cursor: pointer;
	font-family: open_extrabold;
	font-size: 20px;
}
.rodape-depoimentos{
	background-color: #09c6c6;
	padding: 30px;
}
.rodape-depoimentos .titulo{
	color: #fff;
	font-size: 21px;
}

.rodape-depoimentos .more-depoimentos{
	color: #fff;
}
.rodape-depoimentos .more-depoimentos i{
	font-size: 16px;
}

.rodape-depoimentos .more-depoimentos a,
.rodape-depoimentos .more-depoimentos a:hover{
	color: #fff;
	text-decoration: none;
}

.rodape-depoimentos .depoimentos .item{
	padding: 13px;
	border: medium none;
    color: #fff;	
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    width: 100%;
    float: left;   
}

.rodape-depoimentos .depoimentos .item h4{
	color: #fff;
	font-size: 18px;
}
.rodape-depoimentos .depoimentos .item h4>small{
	font-size: 15px;
	color: #fff;
	margin-bottom: 8px;
	width: 100%;
	float: left;
}
.modal{
	color: #000;
}
.modal label{
	margin-top: 10px;
}
.rodape{
	height: 120px;
	padding-top: 30px;
}
.rodape .powered{
	padding-top: 20px;
	text-align: right;
}

.carousel-indicators li{
	width: 20px !important;
	height: 20px !important;
}
.carousel-indicators .active{
	width: 20px !important;
	height: 20px !important;	
}