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

}

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

}

@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;

}

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

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

h1, h2, h3, h4, h5, h6{
margin: 5px 0;
color:#0D3300;
font-weight:600;
font-family:'artbrushmedium', Arial, Helvetica, sans-serif;
}

a {
color: #195790;
}

a:hover {
color: #000000;
}

p.bold{
	font-weight:bold;
}

p.phone{
	font-family:'artbrushmedium', Arial, Helvetica, sans-serif;
	font-size:20pt;
	color:#195790;
}

div.container {
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat;
}

.uppercase{
text-transform:uppercase;
}

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

header .container{
	background:none !important;
}

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

header .text_top{
	font-size:12pt;
}

header h1 {
line-height: 90%;
}

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

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

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

.header_call{
	font-size: 20pt;
	padding: 0;
	color:#ffffff;
	text-align:right;
	font-family:'artbrushmedium', Arial, Helvetica, sans-serif;
}

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

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

.panel-heading {
	color: #ffffff;
	background-color: #008276;
	margin-bottom: 5px;
	padding: 3px 15px;
}

.thumbnail{
	padding:5px;
	margin: 5px 0;
	border-radius: 10px;
	background-color: #2E4946;
	color:#ffffff;
}

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

ul.nav.navbar-nav {
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	display: table;
}

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

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

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

.navbar-nav>li:hover a{
	color: #FFD100;
	background:none;
}

.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;
	margin: 5px 0;
}

.banner {
	border-radius: 10px;
	margin-bottom: 10px;
}

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

div.banner div.panel-heading {
padding: 0px;
margin: 0px;
text-align: center;
font-family: 'artbrushmedium', Arial, Helvetica, sans-serif;
}

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

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{
	font-family:'artbrushmedium', Arial, Helvetica, sans-serif;
	color:#FFD100;
}

footer .container{
	background:none !important;
}

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

.form-control:focus{
border-color: #C9C9C9;
box-shadow: inset 0 1px 1px #C9C9C9,0 0 8px #C9C9C9;
}

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

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

.btn-info {
	background-color: #2E4946;
	border-color: #2E4946;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
	background-color:#008276;
	border-color:#008276;
}

#schemacss{
text-align:center;
margin: 10px 0px;
font-size: 11pt;
}

#schemacss a{
color: #ffffff;
}

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

.schema_add_map div {
display: inline;
}

.dispatch {
font-size: 11pt;
}

.schema_contact h3{
color:#000000 !important;
}

.schema_contact a{
color:#000000 !important;
}

@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: 13pt;}
	.header_text {font-size: 13px;}
	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;
    }
}