@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700,600italic,400italic);
/* = DEFAULT STYLES = */
body {margin:0;font-size:14px;font-family: "Arial", sans-serif;background: url("../images/background.jpg") no-repeat center fixed;background-size: cover;}

/* = DEFAULT - LINKS = */
a {text-decoration:none;font-weight:bold;color: #ed1c24;}
a:hover, a:focus {text-decoration:underline;color: #ed1c24;}

/* = DEFAULT - TEXT ITEMS = */
p {margin:20px 0;line-height:1.75em;}

/* = DEFAULT - HEADINGS = */
h1 {font-size:33px;margin:0;font-weight: bold;font-style: italic;color: #ed1c24;font-family: 'Titillium Web', sans-serif;border-bottom: 2px solid #000000;}
h2 {font-size:24px;margin:0;font-family: 'Titillium Web', sans-serif;font-weight:bold;}
h3 {font-size:22px;margin:0;font-weight: bold;font-style: italic;color: #ed1c24;font-family: 'Titillium Web', sans-serif;border-bottom: 2px solid #000000;}
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;}

.map-icon {max-width: 35px; display: inline-block; margin-top: -4px;}
.map-icon:hover {opacity: .8;}


/* = HEADER = */
header {padding-top: 10px;padding-bottom: 10px;background: rgba(255,255,255,0.8); }
.header-inner {}
/* HEADER - LOGO */
.logo {}
.logo img {margin-bottom: -70px;position: relative;z-index: 100;}
.logo img:hover {opacity:.8;}

/* = CALL TO ACTION = */
.c2a {text-align:right;font-family: 'Titillium Web', sans-serif;margin-top: 45px;}
.tagline {display:block;font-size: 19px;font-weight: bold;font-style: italic;color: #010101;}
.tel {display:block;font-size: 30px;font-weight: bold;color: #000000;}
.tel a {color: #ed1c24;}
.tel a:hover, .tel a:focus {color: #000000;}
address {display:block;margin-bottom:0;font-size: 16px;font-weight: normal;color: #000000;}
.social a { font-size: 30px; color: #ed1c24 }
.social a:hover { color:#000 }

/* = NAVIGATION = */
nav {border-bottom:4px solid #f0fd65;box-shadow: 0 4px 10px 0;background: rgb(238,45,53); /* Old browsers */background: -moz-linear-gradient(top,  rgba(238,45,53,1) 0%, rgba(219,26,34,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(238,45,53,1) 0%,rgba(219,26,34,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(238,45,53,1) 0%,rgba(219,26,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2d35', endColorstr='#db1a22',GradientType=0 ); /* IE6-9 */}
.navbar-default {border-radius:0;border:0;background:transparent;text-align:center;}
.navbar-default .navbar-nav > li > a {font-size: 20px;font-weight: bold;color: #ffffff;transition: all 0.3s ease-out;font-family: 'Titillium Web', sans-serif;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li > a:hover {color: #000000;background: #ecfb76;transition: all 0.3s ease-out;}
.nav li.active a {color: #000000 !important;background: #ecfb76 !important;transition: all 0.3s ease-out;}
.dropdown-menu {margin-top:-2px;background:transparent;box-shadow:none;border:none;border-radius:0;padding:0;}
.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 {color: #000000;background: #ecfb76;transition: all 0.3s ease-out;}
.navbar-default .navbar-nav>li>a:focus {}
.navbar-toggle {color: #000000;background: #ecfb76;transition: all 0.3s ease-out;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {color: #000000;background: #ecfb76;transition: all 0.3s ease-out;}
.navbar-default .navbar-toggle .icon-bar {}
/* Centering Nav */
.navbar .navbar-nav {display: inline-block;float: right;margin-bottom:-5px;}
.navbar .navbar-collapse {text-align: center;}

/* = BANNER = */
#banner {}
.banner-inner {border-bottom:4px solid #f0fd65;}
.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;}

/* = MAIN = */
main {text-align:left;color: #000;font-size: 14px;}
.main-inner {background: rgba(255,255,255,0.8);padding-top: 15px;padding-bottom: 15px;}
.services-list {list-style-type: square;color: #ed1c24;display: inline-block;width: 49%;margin-top: 15px;}
.services-list li {color: #000000;font-weight: bold;}

/* = SECTION = */
section {}

/* = FLOATED IMAGES = */
img.pull-left {margin:20px 20px 20px 0; border-radius:5px;-moz-box-shadow: 0 0 2px 2px #A4A4A4;-webkit-box-shadow: 0 0 2px #A4A4A4;box-shadow: 0 0 2px 2px #A4A4A4;}
img.pull-right {margin:20px 0 20px 20px;border-radius: 5px;-moz-box-shadow: 0 0 2px 2px #A4A4A4;-webkit-box-shadow: 0 0 2px #A4A4A4;box-shadow: 0 0 2px 2px #A4A4A4;}

/* = CONTACT INFO = */
#contact-info {box-shadow: 0 -2px 10px 0;padding-top: 10px;padding-bottom: 10px;text-align:center;font-size: 15px;font-weight: bold;color: #010101;font-family: 'Titillium Web', sans-serif;background: rgb(215,229,96); /* Old browsers */background: -moz-linear-gradient(top,  rgba(215,229,96,1) 0%, rgba(239,253,121,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(215,229,96,1) 0%,rgba(239,253,121,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(215,229,96,1) 0%,rgba(239,253,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e560', endColorstr='#effd79',GradientType=0 ); /* IE6-9 */}
.contact-info-inner {}
#contact-info span {margin:0 15px 0 15px;font-family: "Arial", sans-serif;}
#contact-info a {color: #010101;}
#contact-info a:hover, #contact-info a:focus {color: #ed1c24;}

.contactform-bg {min-height: 20px;padding: 2em;margin-bottom: 3%;background:#F0FD65;border: none;-moz-box-shadow: 0 0 5px 5px #A4A4A4;-webkit-box-shadow: 0 0 5px 5px #A4A4A4;box-shadow: 0 0 5px 5px #A4A4A4;border-radius:5px;}
#contactform .form-control {border-radius: 0;color:#999999;}
#contactform label.contactpage-label {cursor:pointer;color: #000;}
textarea.form-control.message-area {}
.input-group-addon {color: #000;background-color: #e5e5e5;border-radius: 0;}
.container .jumbotron, .container-fluid .jumbotron {border-radius: 0;}
.jumbotron {background:#e5e5e5;color: #000;border-radius: 0;}
.jumbotron-sm { padding-top: 24px;padding-bottom: 24px; }
.jumbotron small {color: #000;}
.h2 small {font-size: 24px;}
.location-container {background:#E6252D; padding: 1em 1em 1.50em 1em; margin: 0 auto 1em auto;-moz-box-shadow: 0 0 5px 5px #A4A4A4;-webkit-box-shadow: 0 0 5px 5px #A4A4A4;box-shadow: 0 0 5px 5px #A4A4A4;border-radius:5px;font-family: 'Titillium Web', sans-serif;}
span.company-heading {font-size: 22px;color: #000; text-align:center; display:block;}
span.company-address {font-size: 18px;text-align:center; display:block;}
span.company-address a, span.company-email a {font-size: 18px;text-align:center; display:block;color:#000;}
span.company-email a:hover {color:#fff;}
legend {font-size: 24px;color: #000; text-align:center; display:block;font-weight:bold;}
.contact-form-div {padding-left:0 !important;}

/* -- GOOGLE MAP -- */
.googlemap-container { position: relative; padding-top: 30.5%; max-width: none; margin: 1em auto; moz-box-shadow: 0 0 5px 5px #A4A4A4;-webkit-box-shadow: 0 0 5px 5px #A4A4A4;box-shadow: 0 0 5px 5px #A4A4A4;}
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed { position: absolute; top: 0; left: 0 ; width: 100%; height: 100%; border: 1px solid #e5e5e5; }

/* = FOOTER = */
footer {text-align:center;padding-top: 10px;padding-bottom: 10px;background: rgb(238,45,53); /* Old browsers */background: -moz-linear-gradient(top,  rgba(238,45,53,1) 0%, rgba(219,26,34,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(238,45,53,1) 0%,rgba(219,26,34,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(238,45,53,1) 0%,rgba(219,26,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2d35', endColorstr='#db1a22',GradientType=0 ); /* IE6-9 */}
.footer-inner {}
.sitemap {text-align:left;}
.sitemap ul {margin-bottom: 0;}
.copyright {text-align:right;}
/* = FOOTER - LINKS = */
footer a {font-size: 14px;font-weight: bold;color: #ffffff;}
footer a:hover, footer a:focus {color: #000000;}

/* = 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 {color: #ed1c24;}

/* = SITEMAP PAGE = */
ul.sitemap-page {margin: 20px auto; display:block; max-width: 500px; float: none;}
ul.sitemap-page li { list-style: none;text-transform: uppercase;}
ul.sitemap-page li a { font-weight: bold; text-decoration: none; text-shadow: 1px 1px 1px rgba(0,0,0,0.8); color: #E4232B;  /* 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: 24px; line-height: 2; display: block;}
ul.sitemap-page li a:hover {color: #EFFF6B; text-decoration: none;font-style:italic; /* CSS3 Transform Effect */-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);}

/* = 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;}

/* = MEDIA QUERIES= */
@media screen and ( max-width: 1366px ) {}
@media screen and ( max-width: 1200px ) {.sitemap {text-align:center;} .copyright {text-align:center;}}
@media screen and ( max-width: 1024px ) {.navbar-default .navbar-nav > li > a {font-size: 19px;}}
@media screen and ( max-width: 991px ) {.logo img {margin: 0 auto;}.c2a {margin-top: 50px; text-align: center;}.navbar-default .navbar-nav > li > a {font-size: 18px;}.navbar .navbar-nav {float: none;}}
@media screen and ( max-width: 768px ) {span.company-heading {text-align: center;} span.company-address {text-align: center;} legend {text-align: center;} address {text-align: center;}.services-list {display: block;width: 100%;} .tel {font-size: 24px;}.pull-left{margin-top:4% !important;}.pull-right{margin-top:4% !important;}}
@media screen and ( max-width: 767px ) {}
@media screen and ( max-width: 741px ) {.navbar .navbar-nav {display:block;margin-bottom:0;}.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;} .c2a {margin-top: 0px;} #contact-info { font-size:13px;}.contact-form-div{padding-right:0 !important;}}
@media screen and ( max-width: 600px ) {#contact-info span {display:block;}
@media screen and ( max-width: 414px ) {.tel {font-size: 18px;} .tagline {font-size: 15px;} address {font-size:13px;} h1 {font-size:24px;}}
@media screen and ( max-width: 320px ) { h1 {font-size:22px;}}