/* CSS Document */

@font-face {
    font-family: 'RationaleOneRegular';
    src: url('../fonts/Rationale-Regular-webfont.eot');
    src: url('../fonts/Rationale-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rationale-Regular-webfont.woff') format('woff'),
         url('../fonts/Rationale-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Rationale-Regular-webfont.svg#RationaleOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight-webfont.eot');
    src: url('../fonts/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight-webfont.woff') format('woff'),
         url('../fonts/geosanslight-webfont.ttf') format('truetype'),
         url('../fonts/geosanslight-webfont.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a[href^=tel] { color: inherit; text-decoration: none; }

body{
	background: #0C162B; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMjAyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFjNTY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzIwMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #0C162B 0%, #1C3466 50%, #0C162B 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0C162B), color-stop(50%,#1C3466), color-stop(100%,#0C162B)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #0C162B 0%,#1C3466 50%,#0C162B 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #0C162B 0%,#1C3466 50%,#0C162B 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #0C162B 0%,#1C3466 50%,#0C162B 100%); /* IE10+ */
background: linear-gradient(to right,  #0C162B 0%,#1C3466 50%,#0C162B 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0C162B', endColorstr='#0C162B',GradientType=1 ); /* IE6-8 */
}

h1, h2, h3, h4, h5, h6{
margin: 5px 0;
color:#242424;
font-weight:600;
}

a {
color: #242424;
}

a:hover {
color: #000000;
}

.uppercase{
text-transform:uppercase;
}

header {
	margin: 5px 0 5px 0;
	color:#ffffff;
}

header .container{
	background:none !important;
	padding-bottom: 5px;
}

header div.row {
line-height: 1;
}

header h1 {
line-height: 90%;
}

header h1 a{
	font-size:23pt;
	color:#0AB0C4;
}

header h1 a:hover{
	color:#0AB0C4;
	text-decoration:none;
}

header img.img-responsive.cc {
	float: right;
}

.header_call{
	font-size: 20pt;
	padding: 0;
	color:#ffffff;
	text-align:right;
}

.header_text {
	text-transform: uppercase;
	font-size: 12px;
}

div.container.sitecontent {
	margin-bottom: 10px;
	border-radius:10px;
}

.panel-heading {
	color: #ffffff;
	background-color: #0C162B;
	margin-bottom: 5px;
	padding: 3px 15px;
	border-bottom: 2px solid #0AB0C4;
}

.thumbnail {
	padding: 5px;
	margin: 5px 0;
	background-color: #1C3466;
	color: #ffffff;
	font-size: 17px;
}

.thumbnail img{
	text-align:center;
	margin:5px auto;
}

div.container.con_nav {
background: none;
}

ul.nav.navbar-nav {
	float: none;
	clear: both;
	display: table;
	background-color: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
	zoom: 1;
	padding: 6px;
}

.container-fluid, .navbar-collapse{
	padding:0;
}

.navbar{
	border-radius: 0 !important;
	border-width:0 0 1px 0 !important;
	margin-bottom: 0px !important;
	border:0;
	min-height: 30px;
}

.navbar-nav>li{
	margin-left: 1px;
}

.navbar-nav>li>a {
	color: #FFF;
	font-family:'RationaleOneRegular', Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-top:5px;
	padding-bottom:5px;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus {
	background-color: #1C3466;
}

.navbar-nav>li:hover a{
	background-color: #1C3466;
}

.navbar-toggle {
	border-color: #ffffff;
}

.navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-toggle:hover, .navbar-toggle:focus{
	background-color:#1655a2;
}

div#bs-example-navbar-collapse-1{
	text-align:center;
	border-bottom: 1px solid #0AB0C4;
}

.banner {
	margin-bottom: 10px;
}

div.container.banner div.thumbnail {
background: none !important;
border: none;
}

div.container.banner {
background-color: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
zoom: 1;
}

div.container.banner div.row {
padding: 0px 5px;
}

div.banner div.row > div {
padding: 0px 5px;
margin: 0;
}

div.row div.col-lg-3 div.thumbnail p {
font-size: 10pt;
margin: 0 0 0px;
}

div.content_holder {
background-color: #FFFFFF;
background-image:url(../images/bg.jpg);
background-repeat:repeat;
}

aside {
	margin: 10px 0;
}

aside h1, aside h2, aside h3, aside h4, aside h5, aside h6{
	color:#ffffff;
	margin:0;
	padding:0;
}

article{
	margin: 10px 0;
}

div.text_content {
	padding: 5px;
}

.bottomlinks{
	font-weight:bold;
	clear:both;
	font-size: 12pt;
	margin-bottom:10px;
}

footer{
	color:#ffffff;
}

footer .copyright {
background-color: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
zoom: 1;
padding: 15px;
color: #0AB0C4;
}

div.form-holder {
	width: 95%;
	padding: 25px 15px;
	margin: 10px auto;
	border-radius: 10px;
}

.form-horizontal .form-group {
	margin: 0 0 15px 0;
}

.form-horizontal .control-label {
	text-align: left;
}

.btn-info {
	background-color: #242424;
	border-color: none;
}

.btn-info{
color: #fff;
background-color: #1C3466;
border-color: #1C3466;
}

.btn-info:hover{
color: #fff;
background-color: #0C162B;
border-color: #0C162B;
}

.form-control:focus {
border-color: #BEBEBE;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(227, 227, 227, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(200, 200, 200, 0.6);
}

#schemacss{
text-align:center;
margin: 0px 0px 10px 0px;
padding:10px;
background-color: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
}

#schemacss a{
color: #0AB0C4;
}

#schemacss h3{
margin:0;
color: #0AB0C4;
}

.schema_add_map div {
display: inline;
}

.schema_contact{
background:none !important;
}

.phone-white{
color:#FFFFFF;
}

.phone-white{
color:#FFFFFF;
}

.phone-white:hover{
color:#C8C8C8;
}

@media (max-width: 399px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center !important;
		float:none !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	.text-center-xs img {margin:0 auto;}
	.panel-body, .panel-heading{ text-align:center;}
	div.panel-heading {font-size: 9pt;}
	div.row.text-center.uppercase.bottomlinks {margin: 0;}
	.bottomlinks div.col-lg-4.col-md-4 {margin: 10px 0; font-size: 13pt;}
	ul.nav.navbar-nav{ display:block;}
	header div.row {padding: 0;margin: 0;}
	header img.img-responsive.cc {float: none; margin:0 auto;width: 140px;}
	header h1 a{font-size: 13pt;}
	header h1{ margin:0; padding:0;line-height: 70%;}
	.header_call {font-size: 14pt;}
	.header_text {font-size: 10px;}
	div.row.text_top.text-center {font-size: 13px;}

}
@media (min-width: 400px) and (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center !important;
		float:none !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	.text-center-xs img {margin:0 auto;}
	.panel-body, .panel-heading{ text-align:center;}
	div.panel-heading {font-size: 9pt;}
	div.row.text-center.uppercase.bottomlinks {margin: 0;}
	.bottomlinks div.col-lg-4.col-md-4 {margin: 10px 0; font-size: 13pt;}
	ul.nav.navbar-nav{ display:block;}
	header div.row {padding: 0;margin: 0;}
	header img.img-responsive.cc {float: none; margin:0 auto;width: 140px;}
	header h1 a{font-size: 16pt;}
	header h1{ margin:0; padding:0;line-height: 70%;}
	.header_call {font-size: 14pt;}
	.header_text {font-size: 13px;}
	div.row.text_top.text-center {font-size: 13px;}

}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center !important;
    }
    .text-right-sm {
        text-align: right;
		
    }
    .text-justify-sm {
        text-align: justify;
    }
	.text-center-sm img {margin:0 auto;}
	header img.img-responsive.cc {float: none; margin:0 auto;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}