/* HEADER --------------------------
------------------------------------*/

.titulo {
	list-style: none;
	text-align: right;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	top: 20px;
}

.titulo li {
	margin-left:1%;
	margin-bottom:1px;
}

.titulo li a {
	font-size: 14px;
	color: #777;
}

.titulo li a:hover {
	opacity: 0.7;
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
}

/*Header (logo and menu)
------------------------------------*/
.header {
	
	background:#fff;
	border-top:12px #303030 solid;;
}

.header .container {
	position: relative;
	text-align: left;
}

.logo {
	float: left;
	margin-left: 5px;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4px;
}

/*Menu*/
.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
	margin:0;	
	padding:0;
	border:none;
	filter:none !important;
	background:#fff !important;
	-webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
}

.navbar-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.navbar .nav {
	margin-right:0;
}
.navbar .nav > li { 
	display:block; 
	position:relative;
	text-shadow: none;
	color: #eee;
}
.navbar .nav > li { display:block;}
.navbar .nav > li > a {
	
	line-height:18px;
  color: #313131;
  font-family: 'Open Sans', sans-serif;
  font-weight:800;
  font-size:14px;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding:0; 
  text-align:left;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background: #003e6d !important;
	color: #FFF;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  	color: #FFF !important;	
  	text-decoration: none;
  	background-color: #003e6d !important;	
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}
.navbar .nav > .active > a:hover {	
	background: #003e6d !important;		
  	color: #FFF !important; 
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}
.navbar .nav > li > a .caret {
  border-top-color: #000 !important;	
  border-bottom-color: #000 !important;
  margin:6px 0 0 2px !important;
}
.navbar .nav > li > a .caret:focus {
  border-top-color: #fff !important;	
  border-bottom-color: #fff !important;
  margin:6px 0 0 2px !important;
}

.dropdown-menu { 
	background:#fff; 
	min-width:195px;
	padding:0; 
	margin:0 0 0 1px; 
	border:none; 
	border-radius:0; 
	border-bottom:solid 1px #3c495a; 
	border-top:solid 1px #3c495a;
	z-index:99999;
}

.dropdown-menu a { 
	font-size:15px; 
	font-family: Gotham, Helvetica Neue, "Helvetica", Arial, sans-serif; 
	color: #000 !important; 
	padding:8px 12px !important; 
	border-bottom:solid 1px #777;
}
.dropdown-menu a :hover{ 
	font-size:15px; 
	font-family: Gotham, Helvetica Neue, "Helvetica", Arial, sans-serif; 
	color: #fff !important; 
	padding:8px 12px !important; 
	border-bottom:solid 1px #777;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	color: #FFF;
	background: #003e6d !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	filter: none !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dropdown-menu .active > a {
	color: #FFF !important;
  	background: #003e6d !important;
	filter:none !important;
}
.dropdown-menu .active > a:hover {
  	color: #FFF !important;
  	background: #3c495a !important;	
}


.navbar .btn-navbar {
	padding: 10px 15px;
	margin-top: 15px;
	background: #585f69;
	border: none !important;
}
.navbar .btn-navbar:hover {
	color:#000 !important
	background: #27519d;
}
.navbar .btn-navbar span, 
.navbar .btn-navbar:hover span {
	font-size:60px;
	background:#fff !important;
	box-shadow:none !important;
}
.navbar .nav > li > .dropdown-menu:after { 
	border-bottom-color:#585f69;
}

/*Tabs*/
.nav-tabs.tabs { 
	background:none !important;
}
/*
==========================================================
! Header
========================================================== */

#logo-container {
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}
a.brand {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #363636;
}
.tag-line {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid #333;
	font-weight: normal;
	position: relative;
	top: -4px;
}




.phone-number {
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	margin:auto;
}
.head-title, .head-message {
	margin: 0;
	padding: 10px 60px 10px 10px;
	position: relative;
	top: 90px;
	left: 30px;
}
.header-cta  {
	position: relative;
	top: 90px;
	left: 10px;
	margin: 10px 0 0 30px;
}
.head-title {
	font-size: 48px;
	line-height: 44px;
	font-weight: bold;
	text-transform: none;
}
.head-message {
	color: #333;
	font-size: 18px;
}
