/* Custom container */
body{
	margin:0;
}
.container-fixed {
	margin: 0 auto;
	max-width: 960px;
	min-width: 960px;	
	background-image:url(../img/background01.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center 70px;
}
.container-fixed-footer {
	margin: 0 auto;
	max-width: 960px;
	min-width: 960px;	
	background-color:#333;
}
.container-fixed-inner {
	margin: 0 auto;
	max-width: 760px;
}
.menustyle {
	text-align:right;
	padding-top:10px;
}
.boxesrow {
	padding-top:196px;
}
.boxes {
	margin: 0px !important;
	width: 33.3% !important;
	height:150px;
}
.boxesfooter {
	margin: 0px !important;
	width: 33.3% !important;
	height:20px;
}
.boxcolor1 {
	background-color:#4fccf8;
}
.boxcolor2 {
	background-color:#01a7e3;
}
.boxcolor3 {
	background-color:#018bba;
}
.content {
	min-height:350px;
}
.footer {
	height:200px;
}
.small_header {
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
	color:#FFF;
}
.small {
	font-size:11px;
	line-height:1.2;
	color:#FFF;
	padding:10px;
}
.medium_text{
	font-size:12px;
}
.panel-title{
	color:#018bba;
	font-size: 14px;
}
.marcacao_line1{
	color:#01a7e3;
	font-size:14px;
	font-weight:bold;
}
.marcacao_line2{
	color:#018bba;
	font-size:24px;
	font-weight:bold;
}
.white_text{
	font-size:11px;
	line-height:1.2;
	color:#ccc;
}
.white_text_sub{
	font-size:11px;
	line-height:1.2;
	color:#999;
}
.carousel {
    height: 400px;
    overflow: hidden;
}
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}