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

}

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

}


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

body{
background-color: #FEFFED;
font-size:12pt;
color: #1C1C1C;
background: #D9C09B;
}

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

a {
color: #242424;
}

a:hover {
color: #000000;
}

.uppercase{
text-transform:uppercase;
}

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

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

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

header h1 {
line-height: 90%;
font-size:20pt;
}

header h1 a {
	-webkit-text-stroke: 1px black;
	color: #FFDD00;
	text-shadow: 3px 3px 0 #424242, -1px -1px 0 #424242, 1px -1px 0 #424242, -1px 1px 0 #424242, 1px 1px 0 #424242;
	font-family:'ackbarregular', Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-weight:normal;
}

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

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

.header_call {
	font-size: 19pt;
	padding: 0;
	text-align: right;
	color: #000000;
	font-weight: bold;
}

.header_text {
	font-size: 13px;
	line-height: 180%;
	color: #000000;
	font-weight: bold;
}

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

.panel-heading {
color: #ffffff;
margin-bottom: 5px;
padding: 3px 15px;
background-color: #84813F;
border-bottom: 3px solid #ffffff;
}

.panel-heading h3 {
color: #ffffff;
}

.thumbnail {
	padding:5px 5px 10px 5px;
	margin: 5px 0;
	background-color: rgba(253, 238, 233, 0.7);
	color: #000000;
	font-size: 13px;
}

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

div.container.con_nav {
background: none;
padding-bottom: 5px;
}

ul.nav.navbar-nav {
	float: none;
	clear: both;
	display: table;
	zoom: 1;
	margin: 0 auto;
}

.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{
	padding: 0px;
}

.navbar-nav>li>a {
	color: #003676;
	font-family: 'ackbarregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: rgba(255, 255, 255, 0.7);
	margin: 5px;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 1px 2px 2px 0px #000000;
}

ul.nav.navbar-nav li.active a {
border-bottom: 5px solid #EDA936 !important;
color:#000000 !important;
background-color: rgba(255, 255, 255, 0.8);
}

.navbar-nav>li:hover a{
border-bottom: 5px solid #EDA936 !important;
color:#000000;
background-color: rgba(255, 255, 255, 0.8);
} 

.navbar-toggle {
border-color: #000000;
background: rgba(255, 255, 255, 0.8);
}

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

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

.nav>li>a:hover, .nav>li>a:focus{
background-color: rgba(255, 255, 255, 0.8);
}

div#bs-example-navbar-collapse-1{
	text-align:center;
}

.banner_header {
font-family: 'ackbarregular', Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #84813F
}

.banner.services h5 {
color: #84813F;
font-size: 17px;
font-weight: normal;
}

.banner {
	margin-bottom: 10px;
}

p.discount2 {
font-size: 15pt;
margin-bottom: 0 !important;
color: #000000;
}


div.content_holder {
background-color: #FFFFFF;
background-image:url(../images/bg2.jpg);
background-repeat:repeat;
border-top: 1px dashed #BEBEBE;
border-bottom: 1px dashed #BEBEBE;
}

aside {
	margin: 10px 0;
}

aside h1, aside h2, aside h3, aside h4, aside h5, aside h6{
	color:#06657A;
	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 {
zoom: 1;
padding: 15px;
color: #000000;
font-weight:bold;
font-family:'ackbarregular', Arial, Helvetica, sans-serif;
}

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{
color: #fff;
background-color: #000000;
border-color: #000000;
}

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

.btn-info:focus{
color: #fff;
background-color: #DE5C00;
border-color: #DE5C00;
}

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

#schemacss h3{
margin:0;
}

.schema_add_map div {
display: inline;
}



@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, header h1 {font-size: 14pt;}
	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;}
	.banner_header {font-size: 6pt;}
}
@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, header h1 {font-size: 16pt;}
	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;}
	.banner_header {font-size: 8pt;}

}
@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: right;}
	header h1 a {font-size: 20pt;}
	.header_text {font-size: 10px;}
	.text-center-sm.text-center-xs.header_call {text-align: right !important;}
}	
	
@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;
    }
}