    body {
	color: #333;
	font-family: 'Raleway', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.42857143;
	font-family: 'Raleway', sans-serif;
}
h1, h2 {
	line-height: 1.1;
}
a {
	color: #005f84;
	transition: all 0.2s ease-in-out 0s;
}
a:hover {
	color: #5bc0de;
	text-decoration: none;
}
.btn {
	font-weight: 700;
}
.btn-default {
	background: none;
	border: 3px solid #015389;
	color: #015389;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	border-color: #35b9ec;
	background: none;
}
.btn-info {
	background: #35b9ec;
	border: none;
	color: #fff;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
	border-color: #35b9ec;
	background: none;
}
.btn-success {
	background: #8cc63f;
	border: none;
}
.btn-info {
	background-color: #35b9ec;
	border-color: #19a3dd;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
	background-color: #19a3dd;
}
.blue{
	color: #19a3dd;
	}
.darkblue{
	color: #005f84;
}
.grey{
	color: #888;
}

/******* NAVBAR ******/
.container-fluid>.navbar-collapse, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container>.navbar-header{
	position: relative;
	z-index: 100;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	background: rgba(255,255,255,.95);
	border: none;
	height: 58px;
	border-bottom: 1px solid #EEE;
}
.navbar-brand {
	height: 76px;
	padding: 2px 15px;
}
.navbar-brand img {
	height: 102px;
}
.navbar-nav {
    margin: 0px -15px;
}
.dropdown-menu {
	background: rgba(255,255,255,0.9);
	border: none;
}
.navbar-default .navbar-nav>li>a {
	color: #AAA;
	font-weight: 700;
	text-transform: uppercase;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background: #005f84;
	color: #FFF;
}
.navbar-default .navbar-toggle {
	padding: 0px 10px;
	margin-right: 7px;
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 24px;
	border: none;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background: none;
	border: none;
	color: #19a3dd;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form{
	background: rgba(255,255,255,1);
	position: absolute;
	top: 58px;
	padding-top: 12px;
	width: 100%;
	z-index: 1;
}

.fa.fa-bars {
    padding-top: 10px;
}

@media screen and (min-width: 768px) {
.navbar-default {
	height: 70px;
}
.navbar-brand {
	height: 106px;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form{
	background: transparent;
	position: inherit;
	padding-top: 0;
}
.navbar-default .navbar-nav>li>a {
	padding: 22px 5px;
	border-top: 6px solid rgba(255,255,255,.1);
	font-size: 10px;
}
.navbar-default .navbar-nav>li>a:hover {
	border-top: 6px solid #CCC;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	border-top: 6px solid #19a3dd;
	background: rgba(255,255,255,.3);
}
#lang a {
	color: #999;
}
#lang a:hover {
	border-top-color: #FFF;
}
.navbar-default .navbar-nav>.open#lang>a, .navbar-default .navbar-nav>.open#lang>a:focus, .navbar-default .navbar-nav>.open#lang>a:hover {
	background: #FFF;
}
#lang a .flag {
	padding: 6px 7px;
	background: #EEE;
	border-radius: 5px;
	text-transform: capitalize;
}
#lang a:hover .flag {
	border-top: 0px solid #FFF;
}
#lang .active>a .flag {
}
}

#lang .flag img {
    width: 18px;
    padding-right: 5px;
    padding-bottom: 3px;
}

.dropdown-menu {
    min-width: 89px;
}

.dropdown-menu.lang-area a {
    padding-left: 19px;
}

.dropdown-menu.lang-area a img {
    width: 18px;
    padding-right: 5px;
    padding-bottom: 3px;
}

@media screen and (min-width: 992px) {
.navbar-default .navbar-nav>li>a {
	padding: 37px 12px 7px 12px;
	font-size: 13px;
}
}

@media screen and (max-width: 768px) {
/*.navbar-brand img {
	height: 84px;
}*/
.navbar-fixed-top .navbar-collapse {
    max-height: 464px;
}
footer .col-md-3 img {
    width: 42% !important;
    padding-bottom: 8px;
}
}

@media (min-width: 768px) {
.navbar-header {
    float: none;
}
}

@media (min-width: 1200px) {
.navbar-header {
    float: left;
}
}

@media screen and (max-width: 736px) {
.fa.fa-bars {
    padding-top: 19px;
}
.navbar-brand img {
    height: 84px;
}
}

@media screen and (min-width: 768px) {
.navbar-toggle {
    display: block;
}
.navbar-right {
    display: none;
}
.navbar-default .navbar-toggle {
    padding: 20px 10px;
}
}

@media screen and (min-width: 1200px) {
.navbar-toggle {
    display: none;
}
.navbar-right {
	display: block;
}
}

/******* HOME ******/
#home-slider {
	background: #005f84;
}
#home-slider .container-fluid {
	padding: 0;
}
.btn-home {
	padding: 10px 45px;
	margin-top: 15px;
}
.title-heavy {
	font-weight: 900;
	margin-top: 25px;
}
.home-area {
}
.home-area .title-heavy {
	margin: 0;
	margin-bottom: 15px;
	color: #35b9ec;
}
.home-area .intro {
	font-size: 16px;
}
.home-area .links-list li {
	padding: 3px 0;
}
.home-area .links-list a {
	font-size: 14px;
	font-weight: 600;
}
.header {
	padding-top: 100px;
	background: #008bc0 url(../img/bg-sky.jpg) no-repeat center center;
	background-size: cover;
	color: #FFF;
}
.header .man {
	padding: 0;
	padding-right: 25px;
}
.header .title {
	margin-top: 25px;
	margin-bottom: 40px;
	padding: 0 50px;
	text-align: center;
}
#services .photo {
	height: 380px;
	background: center center no-repeat;
	background-size: cover;
}
#services .info {
	padding: 35px;
}
#equipamentos, #portfolio {
	padding: 50px 30px;
	background: #DDD;
}
#equipamentos img {
	padding: 15px;
}
#portfolio {
	background: #EEE;
}
#portfolio img {
	padding: 5px 25px;
}
#mensagem {
	padding: 30px;
	background: #015389;
	background-image: -webkit-gradient(linear, center left, center right, from(#013659), to(#015389));
	background-image: -webkit-linear-gradient(left, #013659, #015389);
	background-image: -moz-linear-gradient(left, #013659, #015389);
	background-image: -o-linear-gradient(left, #013659, #015389);
	background-image: -ms-linear-gradient(left, #013659, #015389);
	background-image: linear-gradient(to right, #013659, #015389);
	color: #FFF;
}
#mensagem img {
	padding: 15px 15px 0 15px;
	margin-bottom: -30px;
}
 @media screen and (min-width: 768px) {
.header .title {
	margin-top: 40px;
	text-align: left;
	padding: 0 100px;
}
.header .man {
	padding-right: 0;
}
#equipamentos {
	/*background: #DDD url(../images/bg01.png) no-repeat right center;*/
	background: #DDD;
}
#portfolio {
	/*background: #EEE url(../images/bg02.png) no-repeat left center;*/
	background: #EEE;
}
#services .photo {
	height: 560px;
}
}
@media screen and (min-width: 992px) {
 .header .title {
 margin-top: 50px;
}
 #services .header .title h2 {
 font-size: 36px;
}
.home-area .title-heavy {
 font-size: 42px;
}
.home-area .links-list a {
 font-size: 16px;
}
}
@media screen and (min-width: 1200px) {
 #services .info {
 margin: 25px 0;
}
 .header .title h2 {
 font-size: 40px;
}
}
@media (min-width: 1200px) {
 .col-lg-pull-8 {
     right: 60%;
 }
}

/******* MAIN *******/
.top-photo {
	padding: 0;
	margin-bottom: 35px;
	height: 300px;
	background: center center no-repeat;
	background-size: cover;
}
.main-content {
	margin-bottom: 100px;
}
.breadcrumb {
	background: none;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.breadcrumb>li+li:before {
	padding: 0 2px;
}
.maintitle {
	margin: 15px 0;
	color: #19a3dd;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
hr.title {
	border-top: solid 8px #999;
	width: 50px;
	margin: 0;
	margin-bottom: 25px;
}
/******* CONTENT *******/
.title-heavy {
    text-transform: uppercase;
}

.portfolio-list {
	margin-bottom: 30px;
}
.portfolio-list a {
	position: relative;
	display: block;
	border-bottom: #005f84 6px solid;
	overflow: hidden;
}
.portfolio-list a:hover {
	background: #015389;
	color: #FFF;
	border-bottom-color: #19a3dd;
}
.portfolio-list a .title {
	transition: all 0.2s ease-in-out 0s;
	position: absolute;
	bottom: -75px;
	width: 100%;
	background: rgba(1,83,137,.5);
	color: #fff;
	height: 140px;
	padding: 0 15px;
	margin-right: 25px;
	text-transform: uppercase;
	text-align: center;
}
.portfolio-list a .title:hover {
	bottom: 0;
	background: rgba(1,83,137,.9);
}
.portfolio-list i {
	margin-top: 20px;
	opacity: .7;
}
.area-item {
	padding-bottom: 15px;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 30px;
	margin-top: 30px;
}
.area-item .photo {
	margin-bottom: 25px;
}
.area-item .description {
	margin-bottom: 25px;
	font-size: 14px;
}
.area-item .description .title {
	margin: 0;
	color: #015389;
	font-weight: 600;
}
.area-item .description .subtitle {
	margin-top: 0;
	color: #999;
	font-weight: bold;
}
.region-sidebar-first{
	margin-top: 50px;
}
.info-col {
	margin-bottom: 25px;
	color: #999;
	font-size: 12px;
}
.info-col h5 {
	padding: 10px 0;
	margin-top: 0;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	color: #19a3dd;
	font-weight: 600;
}
.info-col h5 i {
	margin: 0 10px;
}
.doc-list {
	padding: 10px;
}
.doc-list li {
	padding: 5px 0;
}
.news-image {
	margin-bottom: 35px;
}
.pagination>li>a, .pagination>li>span, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: #e8f9ff 2px solid;
	font-size: 14px;
	margin: 0 2px;
	background: #e8f9ff;
	padding: 4px 8px;
	text-align: center;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	background: none;
	border-color: #fff;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background-color: #fff;
	border: #35b9ec 2px solid;
	color: #35b9ec;
}
.pagination>li.active>a, .pagination>li.active>a:focus, .pagination>li.active>a:hover, .pagination>li.active>span, .pagination>li.active>span:focus, .pagination>li.active>span:hover { 
	background-color: #35b9ec;
	color: #fff;
	border-color: #35b9ec;
}
.pagination>li:first-child>a:hover, .pagination>li:first-child>a:focus, .pagination>li:first-child>span:hover, .pagination>li:first-child>span:focus, .pagination>li:last-child>a:hover, .pagination>li:last-child>a:focus, .pagination>li:last-child>span:hover .pagination>li:last-child>span:focus {
	border-color: #fff;
}
@media screen and (min-width: 768px) {
.top-photo {
 height: 440px;
}
.maintitle {
 font-size: 48px;
}
}
@media (min-width: 768px) {
.col-sm-8 {
    width: 59% !important;
}
.col-sm-4 {
    width: 41% !important;
}
}

/******* FOOTER ******/
footer {
	padding-top: 35px;
	padding-bottom: 70px;
	/*background: #005f84 url(../images/bg03.png) no-repeat right center;*/
	background: #005f84;
	color: #FFF;
}
footer a {
	color: #FFF;
}
footer a:hover {
	color: #8cc63f;
}
footer .menu {
	list-style: none;
	text-transform: uppercase;
}
footer .col-md-3 img {
    width: 140px;
}
@media screen and (max-width: 768px) {
footer .col-md-3 img {
    width: 124px !important;
}
}

/******* FLEXSLIDER ******/
.flex-viewport {
	max-height: none;
}
.flexslider .slides > li {
	height: 420px;
	background: center center no-repeat;
	background-size: cover;
	position: relative;
}
#home-slider .slides > li .content {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 40px;
	color: #fff;
}
.flexslider .slides > li h1 {
	margin: 0;
	color: #FFF;
	font-weight: 800;
	line-height: 1;
}
.flexslider .slides > li p {
}
@media screen and (min-width: 768px) {
.flexslider .slides > li .content {
	width: 70%;
	padding: 50px;
}
 .flexslider .slides > li {
 height: 540px;
}
.flexslider .slides > li h1 {
 font-size: 48px;
}
}
@media screen and (min-width: 1200px) {
 .flexslider .slides > li {
 height: 660px;
}
}

/************* WEBMASTER ADMIN **************/

.region-webmaster {
	color: white;
	background-color: black;
    z-index: 1600;
    position: fixed;
    width: 100%;
}
.region-webmaster h2.block-title {
	float: left;
	font-size: 14px;
	color: #F90;
	padding: 7px 10px;
	margin: 0;
	text-transform: uppercase;
}
.region-webmaster ul.menu, .region-webmaster ul.menu li  {
	float: left;
	list-style: none;
}
.region-webmaster ul.menu li a {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
}
.region-webmaster #block-menu-administracao ul.menu li a {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	font-size: .846em;
	text-transform: none;
	font-weight: normal;
	padding-left: 5px;
  	padding-right: 5px;
}
.region-webmaster #block-menu-administracao ul.menu li:hover a {
	color: #28c3ab;
}
.region-webmaster ul.menu li a span.pull-right {
	display: none;
}
.region-webmaster ul.menu {
	margin-top: 5px;
	margin-bottom: 5px;
}

body.webmaster-toolbar .navbar-fixed-top {
    top: 32px;
}

body.webmaster-toolbar.toolbar .navbar-fixed-top {
    top: 96px;
}
body.webmaster-toolbar .container-fluid.header-top {
    padding: 0px;
}	

.region-sidebar-first.well {
    border: none;
    padding: 0px;
}
.views-exposed-form .views-exposed-widget .form-submit{
	margin-top: 1.8em;
}
