/* CSS Document */

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

}

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

}

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

h1, h2, h3, h4, h5, h6{
	margin: 5px 0;
	color:#11376F;
	font-weight:bold;
	font-family:'quadrantaregular', Arial, Helvetica, sans-serif
}

ul li{
	list-style-type: circle;
}

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font-size:18px;
	background-color:#f4f4f4;
}

.menu{
	background-color:#1A2C46;
}

header {
	overflow: hidden;
	padding: 0 0 5px 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

header p {
margin: 2px 0 !important;
font-size: 10pt;
color:#C1C0C0;
text-transform:capitalize;
}

header div.container:first-child {
	box-shadow: 0px 3px 4px 0px #112935;
	color: #FFFFFF;
	margin-bottom: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding:5px 0 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px #000000;
	border-color: #303030;
	border-style: solid;
	border-width: 1px 1px 5px;
	background: #3d3d3d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkM2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzIzMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3d3d3d 0%, #232323 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#232323)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3d3d3d 0%,#232323 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3d3d3d 0%,#232323 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3d3d3d 0%,#232323 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3d3d3d 0%,#232323 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#232323',GradientType=0 ); /* IE6-8 */
}

div.container {
	background: none;
}

div.logo {
	font-size: 20pt;
	color:#A6A6A6;
	margin: 0;
	line-height:110%;
}

div.logo a{
	color:#A6A6A6;
	text-decoration:none;
	font-weight: bold;
}

.header_call {
	text-align: right;
	font-size: 21px;
	float: right;
	color: #A6A6A6;
	font-weight: bold;
	font-family:'quadrantaregular', Arial, Helvetica, sans-serif
}

.header_call .cc {
float: right;
}

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

.nav-justified > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0;
	font-weight: bold;
	color: #DFDFDF;
	text-align: center;
	background-color: #1e1e1e7;
	font-size: 14px;
}

.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
	/* background-color: #336192; */
	background-image: none;
	color: #00C7FF;
}

.nav-justified>li>a:hover {
	background-image: none;
	color: #00C7FF;
	background:none;
}

.navbar-default {
	border-bottom: 0;
	background: none;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	border: 0;
}

button.navbar-toggle {
	background-color: #f1f1f1;
}

.navbar-default .navbar-toggle {
	border-color: #336192;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #eaeaea;
}

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

.jumbotron {
	background: none;
	margin: 0;
	padding:0 !important;
}

div.row.banner {
margin: 0;
padding: 0;
}

.bold{
font-weight:bold;
}

.banner_header {
	font-size: 11pt;
	color: #11376F;
	text-align: center;
}

div.row img.img-square {
	border: 1px solid #B1B1B1;
}

.thumbnail {
	border: 2px solid #BBBBBB;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0 #D6D1D1;
	background-color: #EFEFEF;
	margin: 10px;
}

aside {
	margin: 10px 0;
}

.sidebar_call .sidebar_call_txt {
	text-align: center;
	font-size: 14pt;
}

div.sidebar_call h3 {
	text-align: center;
	margin: 9px 0px 0 0;
	font-weight: bold;
}

.panel{
background-color: #EFEFEF;
margin-bottom: 10px;
}

div.panel-body.services {
	height: auto;
}

div.panel-body.coupon h2 {
color: #11376F;
}

div.panel.panel-default {
border: 2px solid #BBBBBB;
border-radius: 10px;
padding: 5px 10px;
box-shadow: 0px 0px 10px 0 #D6D1D1;
}

div.panel-body {
font-size: 12pt;
}

div.panel-body.coupon {
text-align: center;
padding: 0;
}

aside .thumbnail {
margin: 0 !important;
background: none;
padding: 10px;
}

article{
	margin: 10px 0;
}

div.text_content {
	padding: 0 5px 5px 5px;
}

.bottomlinks_holder{
	background-color: #5C5C5C;
	padding:10px 0;
}

.bottomlinks{
	font-weight:bold;
	clear:both;
	font-size: 14px;
}

.bottomlinks a{
	color: #DFDFDF;
}

.bottomlinks a:hover{
	color: #00C7FF;
}


footer {
	background-color: #1A2C46;
	color: #ffffff;
	padding: 10px 0;
}

footer .row {
	margin: 0 auto;
}

.copyright {
	padding: 10px 0 0 0;
}


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: #336192;
	border: 0;
}

.btn-info:hover{
	background-color: #1e1e1e !important;
	color:#ffffff;
}

.form-control:focus {
	border-color: #8B8B8B;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #8B8B8B;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #8B8B8B;
}


#schemacss{
text-align:center;
margin: 10px 0px;
color:#ffffff;
}

#schemacss a{
color:#ffffff;
}

#schemacss h2{
margin:0;
color:#ffffff;
}

.schema_add_map div {
display: inline;
}

@media (max-width: 399px) {
	.text-center-xs {text-align: center !important;float:none !important;}
	.panel-body, .panel-heading{ text-align:center;}
	div.logo a {font-size: 13pt;}
	header p {font-size: 11px;}
	div.header_call {font-size: 13pt;}
	div.logo, div.header_call {text-align: center; float: none;}
	.header_call .cc {float: none; margin: 0 auto;}
	.nav-justified > li:first-child > a{border-radius: 0;}
	.nav-justified > li:last-child > a{border-radius: 0;}
	.nav-justified>li>a:hover, .nav-justified>li>a{border-left: 0;}
	.container .jumbotron {text-align: center; padding: 0;}
	.container .jumbotron img {margin: 0 auto;}
	.bottomlinks div.col-lg-4.col-md-4 {margin: 10px 0;font-size: 14pt;padding: 0;}
	div.row.text-center.bottomlinks div.row {margin: 0;}
	.banner_header {font-size: 8pt;}
}
@media (min-width: 400px) and (max-width: 767px) {
	.text-center-xs {text-align: center !important;float:none !important;}
	.panel-body, .panel-heading{ text-align:center;}
	div.logo, div.header_call {text-align: center; float: none;}
	.header_call .cc {float: none; margin: 0 auto;}
	.nav-justified > li:first-child > a{border-radius: 0;}
	.nav-justified > li:last-child > a{border-radius: 0;}
	.nav-justified>li>a:hover, .nav-justified>li>a{border-left: 0;}
	.container .jumbotron {text-align: center; padding: 0;}
	.container .jumbotron img {margin: 0 auto;}
	.bottomlinks div.col-lg-4.col-md-4 {margin: 10px 0;font-size: 14pt;padding: 0;}
	div.row.text-center.bottomlinks div.row {margin: 0;}
	.banner_header {font-size: 9pt;}
}
@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;
		float:none !important;
		
    }
    .text-right-sm {
        text-align: right;
		
    }
    .text-justify-sm {
        text-align: justify;
    }
	.text-center-sm img {margin:0 auto;}
	
	.header_call .cc {float: none; margin: 0 auto;}
	
	.nav-justified>li>a {min-height: 70px;}
	div.logo, div.header_call {text-align: center; float: none;}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.nav-justified>li>a {height: auto; font-size:12px;}
	
}
@media (min-width: 1200px) {
    
   
}