html, body {
		width:100%;
		height:100%;
		padding:0;
		margin-left:0;
		margin-right:0;
		font-family: 'Lato', sans-serif; 
		font-weight: 300;
			-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
			-webkit-text-size-adjust: 100%;
}

html {
	font-size: 100%;
}

body {
	overflow-x: hidden; 
}

h1, h2 {
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

h1 {
	
	font-size: 42px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 18px;
	font-weight:400;
	color: #393939;
	text-transform: uppercase;
	margin-top: 0;
}

h4 {
	text-transform: uppercase;
}

p {
	font-size: 16px;
	color: #6c6c6c;
}

.light_subtitle {
	font-size: 18px;
	color: #fff;
}

.dark_subtitle {
	font-size: 18px;
	color: #393939;
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    outline: medium none;
}

#loader-overlay {
	margin: auto 0;
	width:100%;
	height:100%;
	position:fixed;
	background:#fff;
	z-index:9999999999999;
}
#loader-overlay img {
	
	position:relative;
	top:40%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}

/* Image style */
#scrollUp {
    background-image: url("../images/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}

#logo {
	float: left;
	width: 260px;
	height: 60px;
	background: url('../images/logo.png') no-repeat;
	margin: 10px 10px;
}

.navbar-default {
    border-color: none;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.22);
}

.ion-home:before {
	margin-right: 10px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #fea500;
background-color: transparent;
}

.navbar-right {
	margin-right: 0;
	margin-top: 15px;
}

.contact_phone {
	float: right;
}

.boxedcontainer {
    padding: 0 30px;
    margin-top: 80px;
}

#slogan_line {
	padding-top:40px;
	padding-bottom: 40px;
	color: #fff;
}

#slogan_line p{
	font-size: 21px;
}

.slogan {
	margin-bottom: 35px;
}

.slogan_sub {
	font-size: 21px;
	color: #999;
}

.row_spacing {
	margin-bottom: 35px;
}

#steps {
	background: #eee;
	padding-top: 65px;
	padding-bottom: 65px;
	z-index: 1;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

#steps i {
	font-size: 64px;
	color: #393939;
	cursor: default;
}

.overlady {
	background: url(../images/overlay-pattern.png) repeat;
	height: 100% !important;
}

#steps h3 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.top_spacing {
	margin-top: 35px;
}

.strip {
	padding-top: 75px;
	padding-bottom: 75px;
}

.bordered {
	border-bottom: solid 1px #dbdbdb;
}

.strip h2 {
	font-size: 28px;
	font-weight: 400;
	color: #393939;
	margin-top: 50px;
}

.strip h3 {
	font-weight: 300;
	text-transform: none;
	margin-top: auto;
	margin-bottom: 28px;
}

.strip ul {
	list-style: none;
	text-align: left;
	padding: 15px 15px 0px 30px;
}

.strip li {
	color: #6c6c6c;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 35px;
}

.strip i {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 10px;
	cursor: default;
}

#newsletter {
    position:relative;
    overflow:hidden;
	color: #fff;
	background:#0682b5;
}

#news_inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

.white {
	color: #fff;
}

#newsletter, #news_inner i, #news_inner .fa {
	line-height: inherit;
}

#newsletter h2 {
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
}

#newsletter h3 {
	color: #000;
	font-size: 48px;
	text-transform: uppercase;
}

#newsletter span {
}

.newsletter_button {
font-family: 'open sans', sans-serif;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
border-radius: 3px;
padding: 11px 30px;
margin: 5px;
background: none;
border: solid 1px #fff;
line-height: inherit;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;	 
}

#news_inner .call {
	font-size: 14px;
	color: #131313;
	line-height: none;
	text-align: center;
	margin-top: 0;
}

#news_inner p {
	font-size: 18px;
	text-align: justify;
	color: #fff;
	margin-top: 23px !important;
}

#why-choose {
	min-height: 600px;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #eee;
}

#why-choose .items {
	margin-top: 60px;
}

/* Tabs */

	.tabs .nav-tabs li a{
		border-radius:1px;
		color:#666;
		font-size:15px;
		font-weight: 400;
		padding:8px 27px;
		background:#ddd;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		text-transform: uppercase;
	}

	.tabs .nav-tabs li.active a{
		border-top:2px solid;
		background:#eee;
	}

	.tabs .nav-tabs li a:hover{
		background:#ccc;
		border-color: transparent;
	}

	.tabs .nav-tabs li.active a:hover{
		background: #eee;
		border-top: 2px solid #bbb;
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		color: #666;
	}

/* Tab Content */

	.tabs .tab-content{
		border:1px solid #dbdbdb;
		background: #eee;
		border-top:none;
		padding:25px 15px;
		font-size:14px;
		color:#a9a9a9;
	}

	.tabs .tab-pane{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.tabs .tab-content a.tab-image{
		display: block;
		margin-right: 25px;
		margin-top:10px;
		width:auto;
		height: auto;
		float:left;
		max-width:160px;
	}

	.tabs .tab-content a.tab-image.right{
		margin-left: 25px;
		margin-right:0;
		float:right;
	}

	.tabs .tab-content a.tab-image img{
		width:100%;
	}

	.tabs .tab-content .tab-text{
		margin:0px;
		padding:8px;
		display: block;
		top:0;
		position: relative;
		text-align: justify;
		line-height: 20px;
	}
	
/* Accordion */	

.panel {
	box-shadow: none;
	background-color: #eee;
	margin-top: 30px;
}

.panel-heading {
    cursor: pointer;
}

.panel-title {
	font-size: 15px;
}

.panel-title {
	color: #666;
	font-weight: 400;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #eee;
    border-color: #ddd;
}

.panel-default .panel-heading:hover {
	background-color: #ddd;
	box-shadow: none;
	transition: all 0.5s ease 0s;
}

#locations {
	background: #1f1f1f;
	padding-top: 60px;
	padding-bottom: 60px;
}

#locations h2, #locations p {
	color: #fff;
}

/* Accordion Locations */	

#locations .panel {
	box-shadow: none;
	background-color: #1f1f1f;
	border: 1px solid #131313;
	margin-top: 30px;
}

#locations .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #131313;
}

#locations .panel-heading {
    cursor: pointer;
}

#locations .panel-title {
	font-size: 15px;
}

#locations .panel-title {
	color: #fff;
	font-weight: 400;
}
#locations .panel-title a {
	color: #fff;
}

#locations .panel-title a:hover {
	color: #fff;
}


#locations .panel-default > .panel-heading {
    color: #333;
    background-color: #131313;
    border-color: #ddd;
}

#locations .panel-default .panel-heading:hover {
	background-color: #fea500;
	box-shadow: none;
	transition: all 0.5s ease 0s;
}

#locations a {
	color: #ddd;
}

#locations a:hover {
	color: #fea500;
}

/* Footer */	

#complete-footer {
	background: #131313;
	padding-top: 60px;
	padding-bottom: 60px;
}

#complete-footer h2, #complete-footer p {
	color: #fff;
}

#contactform .form-control {

background-color: #131313;
border-radius: 3px;

}

#office {
	text-align: center;
}

#office h3 {
	color: #777;
	margin-top: 34px;
	margin-bottom:20px;
}

#office p{
	color: #eee;
	margin-bottom: 25px;
}

#office i {
	margin-right: 15px;
}

#breadcrumb {
	min-height: 100px;
	width: 100%;
	margin-top: 81px;
	background: #fea500 url(../images/breadcrumb_bg-2.jpg);
	z-index: -1;
}

#breadcrumb-inner {
	padding-top: 25px;
	padding-bottom: 25px;
	
}

#breadcrumb h1 {
	font-size: 25px;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	color: #fff;
	float: left;
}

#map-full {
height: 400px;
width: 100%;
margin-top: 0;
border-top: 4px solid #909090;
border-bottom: 4px solid #FEA500;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
}

.urgencias_prov {
	padding-top: 25px;
}

.urgencias_prov_bg {
	background: #fea500;
}

.urgencias_prov h2 {
	font-size: 28px;
	font-weight: 400;
	color: #393939;
	margin-top: 0px;
}

.urgencias_prov h3 {
	font-weight: 300;
	text-transform: none;
	margin-top: auto;
}

.urgencias_prov ul {
	list-style: none;
	text-align: left;
	padding: 15px 15px 0px 30px;
}

.urgencias_prov li {
	color: #6c6c6c;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 35px;
}

.urgencias_prov i {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 10px;
	cursor: default;
}

.urgencias_prov img {
	margin-top: 25px;
	margin-bottom: 25px;
}

.info_oficios {
	
}

.info_oficios_bg {
	background: #fea500;
}

.info_oficios h2 {
	font-size: 28px;
	font-weight: 400;
	color: #393939;
	margin-top: 0px;
}

.info_oficios h3 {
	font-weight: 300;
	text-transform: none;
	margin-top: auto;
}

.info_oficios ul {
	list-style: none;
	text-align: left;
	padding: 15px 15px 0px 30px;
}

.info_oficios li {
	color: #6c6c6c;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 35px;
}

.info_oficios i {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 10px;
	cursor: default;
}

.info_oficios img {
	margin-top: 25px;
	margin-bottom: 25px;
}

.spacing_top_bottom {
	padding-top: 65px;
	padding-bottom: 65px;
}


@media (min-width:768px) {
.top_spacing {
	margin-top: 0px;
}

#office {
	text-align: inherit;
	 }	

@media (min-width:992px) {
.strip h2 {
	margin-top: 0px;
}

.panel {
	margin-top: 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {

	border-top: 2px #fea500 solid;
	line-height: 16px;
}

.urgencias_prov {
	padding-top: 75px;
}

.urgencias_prov img {
	width: 25%;
	height: 25%;
	float: left;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.info_oficios img {
	width: 25%;
	height: 25%;
	float: left;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}
	 }