@import url('https://fonts.googleapis.com/css?family=Raleway');
/* = DEFAULT STYLES = */
html, body {margin:0;font-size:14px;font-family: 'Raleway', sans-serif;}
body {background: url("../images/background-no-repeat.jpg") no-repeat center fixed;background-size: cover;}

/* = DEFAULT - LINKS = */
a {text-decoration:none;font-weight:bold; color: #cc0000;}
a:hover, a:focus {text-decoration: none; color: #000;}

/* = DEFAULT - TEXT ITEMS = */
p {margin:20px 0;line-height:1.75em;}

/* = DEFAULT - HEADINGS = */
h1 {font-size:36px;margin:0;font-weight: bold;color: #ba0202;text-align: center;border-bottom: 2px solid #000000;}
h2 {font-size:24px;margin:0;}
h3 {font-size:20px;margin:0;}
h4 {}
h5 {}
/* = DEFAULT - Custom Bootstrap = */
.container {max-width:1000px;margin:0 auto;}

/* Buttons */
.btn {background:#333;color:#fff;}
.btn:hover, .btn:focus {background:#666;color:#fff;}

/* = HEADER = */
header {padding-top: 30px;padding-bottom: 30px;background-image: url(../images/header-footer-background.png);}
.header-inner {}
/* HEADER - LOGO */
.logo {}
.logo img:hover {opacity:.8;}

/* = CALL TO ACTION = */
.c2a {text-align: right;}
.tagline {display:block;font-size: 22px;font-weight: bold;color: #ffffff;text-transform: uppercase;}
.tel {display:block;font-size: 40px;color: #cc0000;line-height: 40px;}
.tel a {font-size: 36px;font-weight: bold;color: #cc0000;}
.tel a:hover, .tel a:focus {color: #ffffff;}
address {display:block;margin-bottom:0;font-size: 16px;font-weight: bold;color: #ffffff;}
.email {display:block;}
.email a {font-size: 16px;font-weight: bold;color: #cc0000;}
.email a:hover, .email a:focus {color: #ffffff;}

/* = SOCIAL MEDIA LINKS = */
.social a {font-size: 32px;color: #cc0000;margin: 0 2px;}
.social a:hover, .social a:focus {color: #ffffff;}

/* = NAVIGATION = */
nav {background: #cc0000;}
.navbar-default {border-radius:0px;border:0;background:transparent;text-align:center;}
.navbar-default .navbar-nav > li > a {font-size: 20px;font-weight: bold;color: #ffffff;text-transform: uppercase;padding: 15px 40px;transition: all 0.3s ease-out;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li > a:hover {color: #ffffff !important;background: #000000 !important;transition: all 0.3s ease-out;}
.nav li.active a {color: #ffffff !important;background: #000000 !important;transition: all 0.3s ease-out;}
.dropdown-menu {margin-top:-2px;background:transparent;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 {}
.navbar-default .dropdown-menu > li > a {}
.navbar-default .dropdown-menu > li > a:hover {}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {}
.navbar-default .navbar-nav>li>a:focus {}
.navbar-toggle {background: #ffffff;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {background: #000000;}
.navbar-default .navbar-toggle .icon-bar {}
/* Centering Nav */
.navbar .navbar-nav {display: inline-block;float: none;margin-bottom:-5px;}
.navbar .navbar-collapse {text-align: center;}

/* = BANNER = */
#banner {padding-top: 20px;}
.banner-inner {}
.carousel-inner {border: 2px solid #ffffff;box-shadow: 0 0 10px 0 rgba(0,0,0,.6);margin-bottom: -20px;}
.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;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {width: 100%;}
.carousel-caption {bottom: 10%;padding-top: 15px;padding-bottom: 15px;text-shadow: none;left: 0;right: 0;width: 100%;font-size: 24px;font-weight: bold;color: #ffffff;text-align: center;}
.carousel-caption a{color:#ffffff;padding:10px 20px;border:2px solid #ffffff;background: #cc0000;border-radius:10px;}
.carousel-caption a:hover{color:#cc0000;border:2px solid #000000;background: #ffffff;}
.carousel-control {z-index: 11;opacity: 1;background-image: none !important;text-shadow: none;}
.carousel-control:hover {opacity: .5;}

/* = MAIN = */
main {text-align:left;color: #000;font-size: 14px;margin-top: 50px;margin-bottom: 20px;}
.main-inner {padding-top: 30px;padding-bottom: 30px;background: #ffffff;box-shadow: 0 0 10px 0 rgba(0,0,0,.6);}
.home-list {color: #ba0202;float: left;width: 50%;margin-bottom:0;}
.home-list span {color: #000000;}

/* = SECTION = */
section {}
.bord {border: 3px solid #CC0000;}
form .btn-contact {width: 100%; border-radius: 0; }
section h2{margin-bottom: 10px; border-bottom: 2px solid #000; color: #cc0000; font-weight: 600 }

/* = FLOATED IMAGES = */
img.pull-left {margin:20px 20px 20px 0px;}
img.pull-right {margin:20px 0px 20px 20px;}



hr.divider {border-top: 3px solid #333; margin: 0;}
#contactform {background: #BA0202; padding: 30px;}
#contactform label {cursor:pointer;color: #fff;}
#contactform button {width:100%;border-radius:0px; background: #fff; color: #000}
#contactform button:hover {background:#000; color: #fff;}
#contactform .alert {padding: 7px 25px;width:100%;}
#contactform input.alert {padding:0;}
#contactform .alert-danger {color:#a94442;}
.contactform-bg {min-height: 20px;padding: 19px;margin-bottom: 20px;background:#ccc;border: 3px solid transparent;border-radius: 0;}

#contactform .form-control {border-radius: 0;color:#999999;border: 3px solid transparent;}
#contactform label.contactpage-label {cursor:pointer;color: #fff; font-weight: bold;}

.input-group-addon {color: #000;background-color: #e5e5e5;border-radius: 0;}
.jumbotron-sm { padding: 24px 0;background:#cc0000;border-radius: 0 !important; font-weight: bold;border: 3px solid transparent; margin: 0 0 4% 0;}
.jumbotron-sm h2 {font-weight: bold;color: #fff; background: none;}
.jumbotron-sm h2 small {font-size: 18px;color: #fff;font-weight: bold;}
.location-container {background:#cc0000; padding: 1em; margin: 1em auto; font-weight: bold;border: 3px solid transparent;}
span.company-heading {font-size: 24px;color: #fff; text-align:center; display:block; width: 100%;}
span.company-address {font-size: 18px;text-align:center; display:block;color: #fff; width: 100%;}
span.company-address a {font-size: 18px;text-align:center; display:block;color: #fff;}
span.company-address a:hover {color:#000; text-decoration: none;}
legend {font-size: 26px;color: #fff; text-align:center; display:block; border-bottom: 1px solid transparent;font-weight: bold; width: 100%;}
/* -- GOOGLE MAP -- */
.googlemap-container { position: relative; padding-top: 68.5%; max-width: none; margin: 0 auto; }
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed { position: absolute; top: 0; left: 0 ; width: 100%; height: 100%; border: 3px solid #c00;}

/* = CONTACT INFO = */
#contact-info {background:#ba0202;text-align:center;padding-top: 15px;padding-bottom: 15px;font-size: 14px;font-weight: bold;color: #ffffff;}
.contact-info-inner {}
.contact-info {display:inline-block;}
.spacer {margin:0px 5px;}
#contact-info a {color: #ffffff;}
#contact-info a:hover, #contact-info a:focus {color: #000000;}

/* = FOOTER = */
footer {text-align:center;padding-top: 15px;padding-bottom: 15px;background-image: url(../images/header-footer-background.png);}
.footer-inner {}
.sitemap .list-inline {margin-bottom:15px;}
.sitemap a {font-size: 18px;font-weight: bold;color: #ffffff;text-transform: uppercase;padding: 15px 20px;}
.sitemap a:hover, .sitemap a:focus {color: #ba0202;}
.copyright a {font-size: 12px;color: #ba0202;}
.copyright a:hover, .copyright a:focus {color: #ffffff;}
/* = FOOTER - LINKS = */
footer a {}
footer a:hover, footer a:focus {}

/* = 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: #000000;}
.back-to-top:hover, .back-to-top:focus {color: #cc0000;}

/* = 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-weight: bold; text-decoration: none; text-shadow: 1px 1px 1px rgba(0,0,0,0.8);  /* 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: #000;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;}

/* = CUSTOM BUTTONS = */
.menu-btn {padding:0px 10px; margin:10px 0;font-size:20px;color:#fff; background-color:#CC0000;border-radius:2px;box-shadow: 1px 0 2px #888888;}
.menu-btn a{color:#fff;font-size: 25px;}
.menu-btn:hover {box-shadow: -1px -1px 4px #888888;background-color:#121111;}

.map-icon {max-width: 35px; display: inline-block; margin-top: -6px; }
.map-icon:hover, .map-icon:active, .map-icon:focus { opacity: .8; }
.map-icon-wrapper:hover, .map-icon-wrapper:active, .map-icon-wrapper:focus { text-decoration: none; }


/* = MEDIA QUERIES= */
@media screen and ( max-width: 1366px ) {}
@media screen and ( max-width: 1024px ) {}
@media screen and ( max-width: 991px ) {.tel {font-size: 30px;}.tel a {font-size: 28px;}.hours {font-size: 16px;}}
@media screen and ( max-width: 966px ) {}
@media screen and ( max-width: 768px ) {}
@media screen and ( max-width: 767px ) {.navbar .navbar-nav {display:block;margin-bottom:0px;}.logo img{margin:0 auto;}img.pull-left {float:none !important;margin:0 auto;} img.pull-right {float:none !important;margin:0 auto;}.c2a {text-align:center;}.contact-info {display:block;}.spacer {display:none;}.logo img {max-width: 300px;margin: 0 auto;}.logo {margin: 0;}.tagline {margin-top: 0;}.home-list {float: none;width: 100%;} .bord{margin-top: 10px;}}
@media screen and ( max-width: 741px ) {}
@media screen and ( max-width: 600px ) {}
@media screen and ( max-width: 414px ) {}
@media screen and ( max-width: 320px ) {}