/* = DEFAULT STYLES = */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
html, body {margin:0;font-size:14px;font-family: 'Arial', sans-serif;background-image:url(../images/background-no-repeat.jpg);background-size:cover;background-attachment:fixed;background-repeat:no-repeat;background-position-x:center;background-position-y:center;}

/* = DEFAULT - LINKS = */
a {text-decoration:none;font-weight:bold;color:#004685;}
a:hover, a:focus, a:active {text-decoration:underline;color:#ed2427;}

/* = DEFAULT - TEXT ITEMS = */
p {margin:20px 0;line-height:1.75em;}

/* = DEFAULT - HEADINGS = */
h1 {font-family: 'Oswald',sans-serif;font-size:36px;margin:0;font-weight:bold;color:#ed2427;text-align:center;border-bottom:2px solid #004685;}
h2 {font-size:24px;margin:0;}
h3 {font-size:20px;margin:0;}
h4 {}
h5 {font-weight:bold;font-size:18px;color:#336699;text-align:center; margin-top:-5px!important;}
/* = DEFAULT - Custom Bootstrap = */
.container {max-width:1000px;margin:0 auto;}

/* Buttons */
.btn {background:#333;color:#fff;}
.btn:hover, .btn:focus {background:#666;color:#fff;}

/* Wrapper */
#wrapper {-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}

/* = HEADER = */
header {font-family: 'Oswald',sans-serif;background-color:rgba(255,255,255,0.85);}

/* HEADER - LOGO */
.logo {}
.logo img{margin-top:15px;margin-bottom: 15px;}
.logo img:hover  {opacity:.8;}

/* = CALL TO ACTION = */
.c2a {text-align:right;padding-top:30px;padding-bottom:30px;}
.tel {display:block;font-size:27px;font-weight:bold;color:#004685;}
.tel a {font-size:31px;font-weight:bold;color:#c81e21;}
.tel a:hover, .tel a:focus, .tel a:active {text-decoration:none;color:#004685;}
.email {display:block;}
.email a {font-size:21px;font-weight:bold;color:#004685;}
.email a:hover, .email a:focus, .email a:active {text-decoration:none;color:#c81e21;}
address {display:block;margin-bottom:0px;font-size:21px;font-weight:bold;color:#000000;}
hours {display:block;margin-bottom:0px;font-size:18px;font-weight:bold;color:#000000;}
.social a{color: #c81e21;}
.social a:hover,.social a:focus, .social a:active{color: #004685;}


/* = NAVIGATION = */
nav {font-family: 'Oswald',sans-serif;background-color:#c81e21;}
.navbar-default {border-radius:0px;border:0;background:transparent;text-align:center;}
.navbar-default .navbar-nav > li > a {font-size:18px;font-weight:bold;color:#FFFFFF;text-transform:uppercase;padding-left:40px;padding-right:40px;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li > a:hover {background-color:#004685;color:#FFFFFF;}
.nav li.active a {background-color:#004685;color:#FFFFFF;}
.dropdown-menu {margin-top:-2px;background:#c81e21;box-shadow:none;border:none;border-radius:0px;padding:0px;}
.dropdown:hover .dropdown-menu {display: block;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {background-color:#004685;color:#FFFFFF;}
.navbar-default .dropdown-menu > li > a {padding: 15px;color: #fff;font-size: 16px;text-transform: uppercase;}
.navbar-default .dropdown-menu > li > a:hover {background-color:#004685;color:#FFFFFF;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color:#004685;color:#FFFFFF;}
.navbar-default .navbar-nav>li>a:focus {background-color:#004685;color:#FFFFFF;}
.navbar-toggle {border-color:#FFFFFF !important;background-color:#004685   !important;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {border-color:#FFFFFF !important;background-color:#000000 !important;}
.navbar-default .navbar-toggle .icon-bar {background-color:#FFFFFF !important;}
/* Centering Nav */
.navbar{margin-bottom:0px;}
.navbar .navbar-nav {display: inline-block;float: none;margin-bottom:-7px;}
.navbar .navbar-collapse {text-align: center;}

/* = BANNER = */
#banner {}
.carousel-inner {border:none;box-shadow:none;}
.carousel.fade {opacity: 1;}
.carousel.fade .item {-moz-transition: opacity ease-in-out .7s;-o-transition: opacity ease-in-out .7s;-webkit-transition: opacity ease-in-out .7s;transition: opacity ease-in-out .7s;left: 0 !important;opacity: 0;top:0;position:absolute;width: 100%;display:block !important;z-index:1;}
.carousel.fade .item:first-child {top:auto;position:relative;}
.carousel.fade .item.active {opacity: 1;-moz-transition: opacity ease-in-out .7s;-o-transition: opacity ease-in-out .7s;-webkit-transition: opacity ease-in-out .7s;transition: opacity ease-in-out .7s;z-index:2;}
.item img{width:100%;}

/* = FEATURE = */
#feature {background:#FFFFFF;padding-top:20px;padding-bottom:0px;}
.feature-box {position:relative;}
.feature-box h3{font-family: 'Oswald',sans-serif;position:relative;width:100%;background-color:rgba(200,30,33,0.77);text-align:center;padding-top:20px;padding-bottom:15px;font-size:26px;font-weight:bold;color:#FFFFFF;}
.feature-box img{width:100%;}
.hover-overlay {background: rgba(255, 255, 255, 0.77);}
#feature a:hover .feature-box {opacity:0.7;text-decoration: none;}
#feature:hover a{text-decoration: none;}


/* = MAIN = */
main {text-align:left;color: #000;font-size: 14px;background-color:#FFFFFF;padding-top:20px;padding-bottom:20px;}
.content-bg {background: #E3E5E7; padding: 1% 3%; margin: 4% 0 0 0; min-height: 170px;}
.content-bg p {font-family: 'Oswald',sans-serif; color:#004685;}
.content-bg p.padding-top {display: block; padding-top: 6%;}
.content-bg a {color:#C81E21;}
.content-bg a:hover {color:#004685;}
.content-bg h2 {font-family: 'Oswald',sans-serif;color:#C81E21; font-weight: bold;border-bottom:2px solid #004685; padding-bottom: 3px;}


/* = SECTION = */
section {}

/* = FLOATED IMAGES = */
img.pull-left {margin:20px 20px 20px 0px;}
img.pull-right {margin:20px 0px 20px 20px;}

/* = CONTACT INFO = */
#contact-info {font-family: 'Oswald',sans-serif;background:#c81e21;padding:15px 0px;text-align:center;font-size:12px;color:#ffffff;}
.contact-info{display:inline-block;}
#contact-info .spacer {display:inline-block;padding-left:5px;padding-right:5px;}
#contact-info a {font-size:12px;color:#ffffff;font-weight:normal;}
#contact-info a:hover, #contact-info a:focus, #contact-info a:active {text-decoration:none;color:#000000;}

/* = FOOTER = */
footer {font-family: 'Oswald',sans-serif;text-align:center;background-color:rgba(255,255,255,0.85);padding-top:15px;padding-bottom:15px;}
.sitemap .list-inline {margin-bottom:5px;}

.list-inline li a{font-size:16px;font-weight:bold;color:#004685;text-transform:uppercase;padding-left:20px;padding-right:20px;}
.list-inline li a:hover, .list-inline li a:focus, .list-inline li a:active{text-decoration:none;color:#da2124;}


.copyright{padding-top:15px;}
.copyright a{font-size:12px;font-weight:bold;color:#da2124;}
.copyright a:hover, .copyright a:focus, .copyright a:active{text-decoration:none;color:#004685;}

/* = BACK TO TOP LINK = */
#top-link-block.affix-top {position: absolute; /* allows it to "slide" up into view */bottom: -82px; /* negative of the offset - height of link element */left: 10px; /* padding from the left side of the window */}
#top-link-block.affix {position: fixed; /* keeps it on the bottom once in view */bottom: 18px; /* height of link element */left: 10px; /* padding from the left side of the window */}
.back-to-top {color:#FFFFFF;background-color:#c81e21;}
.back-to-top:hover, .back-to-top:active,.back-to-top:focus {color:#FFFFFF; background-color:#004685;}

/* = SITEMAP PAGE = */
ul.sitemap-page {margin: 20px auto; display:block; max-width: 500px; float: none;}
ul.sitemap-page li { list-style: none;}
ul.sitemap-page li a {font-family: 'Oswald',sans-serif;font-weight: bold; text-decoration: none; color: #ed2427;  /* CSS3 Transition Effect */-webkit-transition: all 0.12s ease-out;-moz-transition: all 0.12s ease-out;-o-transition: all 0.12s ease-out; text-align: center; font-size: 36px; line-height: 55px; display: block;}
ul.sitemap-page li a:hover {color: #004685;text-transform: uppercase; text-decoration: none; /* CSS3 Transform Effect */-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2); text-shadow: 0px 3px 0px #ccc,0px 14px 10px rgba(0,0,0,0.15),0px 24px 2px rgba(0,0,0,0.1),0px 34px 30px rgba(0,0,0,0.1);}

/* = LIST STYLE IP = */
ul.list-items {margin: 10px 0 10px 60px;}
ul.list-items li {color: #000; font-weight: bold; }
ul.list-items li  a {color: #000; font-weight: bold; }
ul.list-items li a:hover {color: #000; text-decoration: none;}

/* CONTACT FORM */
#contactform label {cursor:pointer;}
#contactform button {width:100%;border-radius:0px; background: #C81E21;border:2px solid #004685;}
#contactform button:hover {background:#004685;border:2px solid #fff;}
#contactform .alert {padding: 7px 25px;width:100%;}
#contactform input.alert {padding:0;}
#contactform .alert-danger {color:#a94442;}
#contactform {min-height: 20px;padding: 10px;margin-bottom: 20px;background:transparent;border: 3px solid transparent;border-radius: 0;}
#contactform input, #contactform textarea {background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}
#contactform .form-control {border-radius: 0;color:#999999;border:2px solid #004685;}
#contactform label.contactpage-label {cursor:pointer;font-family: 'Oswald',sans-serif;font-weight: bold;color:#004685;}
textarea.form-control.message-area {}
.content-bg address {}
span.company-heading {font-size: 22px;font-family: 'Oswald',sans-serif;color:#C81E21; font-weight: bold;border-bottom:2px solid #004685; padding-bottom: 3px; text-align:center; display:block; width: 100%; margin-bottom: 2%;}
span.company-address {font-size: 16px;text-align:center; display:block;font-weight:bold;color:#004685; width: 100%;font-family: 'Oswald',sans-serif;}
span.company-address a {font-size: 16px;text-align:center; display:block;font-weight:bold;color:#004685; width: 100%;font-family: 'Oswald',sans-serif;}
span.company-address a:last-child {margin-bottom:2%;}
span.company-address a:hover {color:#C81E21; text-decoration: none;}

/* = ACCORDION = */
a:hover, a:focus { outline: none; text-decoration:none; }
#accordion .panel { border-radius:0; margin-bottom:15px; border: 2px solid transparent; }
#accordion .panel-heading { padding:0; }
#accordion .panel-title { position: relative; }
#accordion .panel-title:before { content: ""; border-bottom: 25px solid rgba(0, 0, 0, 0); border-left: 15px solid #C81E21; border-top: 23px solid rgba(0, 0, 0, 0); width: 0; height: 0; position: absolute; top: 0; left: 32px; }
#accordion .panel-title a { font-family: 'Oswald',sans-serif;color:#C81E21; background:#E3E5E7; display: block; font-size: 16px; line-height: 21px; font-weight:bold; padding: 13px 10px 13px 65px; border: 1px solid transparent;}
#accordion .panel-title a.collapsed { color:#004685; background:#E3E5E7;font-family: 'Oswald',sans-serif;  }
#accordion .panel-title a:before, #accordion .panel-title a.collapsed:before { content: "\f068"; font-family: 'FontAwesome'; position: absolute; top:0; left:0px; padding:14px 10px; color:#fff; background:#C81E21; }
#accordion .panel-title a.collapsed:before { content: "\f067"; }
#accordion .panel-body { color: #fff; font-size: 14px; line-height: 26px;border: 2px solid transparent; background: #C81E21; font-weight: bold;}


.list-inline2 {font-weight:bold;font-size:18px;color:#336699;margin-top:10px;margin-bottom:20px;display:inline;}
.list-inline2 li {margin:0;padding:0;display:inline;}
.list-inline2 li:before {content:"\2022";padding:0px 10px;color:#336699;display:inline;}

/* = MEDIA QUERIES= */
@media screen and ( max-width: 1366px ) {}
@media screen and ( max-width: 1024px ) {}
@media screen and ( max-width: 991px ) {#contact-info .spacer {display:block;visibility:hidden;line-height:0px;}.list-inline li a{padding-left: 0px;padding-right: 0px;}.navbar-default .navbar-nav > li > a{padding-left: 30px;padding-right: 30px;}.c2a{padding-top: 15px;}.tel{font-size: 24px;}.tel a{font-size: 28px;}address{font-size: 20px;}.logo img{margin-top: 20px;}

    .list-inline2 {display: inline-block !important;
text-align: center;}

}
@media screen and ( max-width: 966px ) {}
@media screen and ( max-width: 768px ) {.list-inline2 {font-size:16px;color:#336699;margin-bottom:10px; text-align:center;} .list-inline2 li {margin:0;padding:0;display:block;}h5 {font-size:16px;text-align:center; margin-top:-5px!important;margin-bottom:-10px!important;}

    .list-inline2 {display: inline !important;}
}
@media screen and ( max-width: 767px ) {.navbar .navbar-nav {display:block;margin-bottom:0px;}.logo img{margin:0 auto;margin-top:20px;}img.pull-left {float:none !important;margin:0 auto;} img.pull-right {float:none !important;margin:0 auto;}.c2a {text-align:center;padding-top: 10px;padding-bottom: 10px;}.feature-box{margin-top:20px;}.dropdown .dropdown-menu {position:relative;display:block;float:none !important;visibility:visible;width:100%;text-align:center;left: 0;}}
@media screen and ( max-width: 741px ) {}
@media screen and ( max-width: 600px ) {.list-inline li a {font-size: 11px;}.copyright a {font-size: 11px;}address{font-size: 18px; .list-inline2 li {margin:0 !important;padding:0;display:block;}}
@media screen and ( max-width: 414px ) {.tel{font-size: 23px;}.tel a{font-size: 25px;}.email a {font-size: 18px;}address {font-size: 13px;}}
@media screen and ( max-width: 320px ) {}