/* = DEFAULT STYLES = */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');
html, body {margin:0;font-size:14px;background: #2E2E2E;font-family: 'Ubuntu', sans-serif;}

/* = DEFAULT - LINKS = */
a {text-decoration:none;font-weight:bold;color: #000;}
a:hover, a:focus {text-decoration:underline;color: #343537;}

/* = DEFAULT - TEXT ITEMS = */
p {margin:20px 0;line-height:1.75em;}

/* = DEFAULT - HEADINGS = */
h1 {font-size:32px;margin:0;color: #000;font-weight: bold;border-bottom: 3px solid #FDE829;}
h2 {font-size:28px;margin:0;}
h3 {font-size:24px;margin:0;font-weight: bold;}
h4 {font-size: 20px;}
h5 {}
/* = DEFAULT - Custom Bootstrap = */
.container {margin:0 auto;padding: 20px 15px;}

/* = Utility Classes = */
.shadow{box-shadow: 3px 5px 15px #000;}

/* Buttons */
.btn {background:#333;color:#fff;}
.btn:hover, .btn:focus {background:#666;color:#fff;}

/* = HEADER = */
header {background: #fff;}
.header-inner {}
/* HEADER - LOGO */
.logo {margin-top: 20px;margin-bottom: 25px;}
.logo img:hover  {opacity:.8;}
.fa {color:#000;}
.fa:hover {color:#FDE829;}

/* = CALL TO ACTION = */
.c2a {text-align:center;color: #343537;padding: 8px;font-size: 18px;margin-top:0px;margin-bottom:30px;}
.tel i, .email i{font-size: 18px;color: #FDE829}
.tagline {display:inline-block;margin-right: 10px;font-size: 18px;}
.tel {display:inline-block;margin-right: 10px;}
.tel a {color: #343537;}
.tel a:hover, .tel a:focus {text-decoration: none;color: #666;}
address {display:block;margin-bottom:0px;margin-right: 10px;}
.email {display:inline-block;margin-right: 10px;}
.email a {color: #343537;}
.email a:hover, .email a:focus {text-decoration: none;color: #666;}

/* = SOCIAL MEDIA LINKS = */
.social { text-align:center;display: block;margin-top:30px;}
.social a {display: inline-block;font-size: 28px;color: #FDE829;margin-right: 10px;vertical-align: middle;margin-bottom: 20px;}
.social a:hover, .social a:focus {text-decoration: none;color: #fff;}
.social img{margin-top: -5px;}
.map-icon {max-width: 35px!important; display: inline-block; margin-top: -4px;}
.map-icon:hover {opacity: .8;}


/* = NAVIGATION = */
nav {}
.navbar-default {border-radius:0px;border:0;background:transparent;text-align:center;}
.navbar-default .navbar-nav > li > a {text-transform: uppercase;color: #000;font-size: 20px;border: 3px solid transparent;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li > a:hover {border-color: #000;transition: 1000ms;color: #000;background: #FDE829;}
.nav li.active a {border-color: #000;transition: 1000ms;color: #000;background: #FDE829;}
.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 {border-color: #000;transition: 1000ms;color: #000;background: #FDE829;}
.navbar-default .dropdown-menu > li > a {}
.navbar-default .dropdown-menu > li > a:hover {border-color: #000;transition: 1000ms;color: #000;background: #FDE829;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {border-color: #000;transition: 1000ms;color: #000;background: #FDE829;}
.navbar-default .navbar-nav>li>a:focus {border-color: #000;transition: 1000ms;color: #000;background: #FDE829;}
.navbar-toggle {background: #000;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {background: gray;}
.navbar-default .navbar-toggle .icon-bar {background: #fff;}
.nav>li>a {padding: 10px;}
/* Centering Nav */
.navbar .navbar-nav {display: inline-block;float: none;margin-bottom:-5px;}
.navbar .navbar-collapse {text-align: center;}

/* = BANNER = */
#banner {border-top: 6px solid #FDE829;border-bottom: 6px solid #FDE829;box-shadow: 0 0 25px 5px #000;margin-bottom: 50px;}
.banner-inner {position: relative;}
.banner-inner .item img{width: 100%;}
.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;}
.carousel-control.left, .carousel-control.right{z-index: 9;}
.slider-overlay{position: absolute;bottom: 60px;left: 50%;transform: translateX(-50%);z-index: 999;width: 30%;}

/* = FEATURE = */
#feature {margin-bottom: 50px;}
#feature a{text-decoration: none;}
.feature-inner {}
.feature-box {background: #FDE829;box-shadow: 3px 3px 25px 3px #000;}
.feature-box:hover{opacity: .4 !important;}
.feature-box img{width: 100%;}
.feature-box h3{text-align: center;font-weight: bold;padding: 15px;color: #2E2E2E;}

/* = MAIN = */
main {text-align:left;color: #000;font-size: 16px;margin-bottom: 65px;}
.main-inner {background: #fff;padding: 20px;box-shadow: 3px 3px 25px 10px #000;}

/* = SECTION = */
section {}

/* = FLOATED IMAGES = */
img.pull-left {margin:20px 20px 20px 0px;}
img.pull-right {margin:20px 0px 20px 20px;}

/* = ASIDE = */
aside {text-align:left;}

.accredited p{font-weight: normal;}

/* = Google Map = */
.google-map{border-top: 5px solid #FDE829;box-shadow: 0 -5px 25px #000;}
.google-map iframe{margin-bottom: -5px;}

/* CONTACT FORM */
hr.divider {border-top: 3px solid #333; margin: 0;}
#contactform label {cursor:pointer;color: #333;}
#contactform button i{color: #fff;}
#contactform button {width:100%;border-radius:0px; background: #000;}
#contactform button:hover, #contactform button:hover i{background:#FDE829;color: #000;}
#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-bg input, .contactform-bg 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: 3px solid transparent;}
#contactform label.contactpage-label {cursor:pointer;color: #333; font-weight: bold;}
textarea.form-control.message-area {}
.input-group-addon {color: #000;background-color: #e5e5e5;border-radius: 0;}
.jumbotron-sm { padding: 24px 0;background:#ccc;border-radius: 0 !important; font-weight: bold;border: 3px solid transparent; margin: 0 0 4% 0;}
.jumbotron-sm h2 {font-weight: bold;color: #333; background: none;}
.jumbotron-sm h2 small {font-size: 18px;color: #333;font-weight: bold;}
.location-container {background:#ccc; padding: 1em; margin: 1em auto; font-weight: bold;border: 3px solid transparent;}
span.company-heading {font-size: 24px;color: #333; text-align:center; display:block; width: 100%;}
span.company-address {font-size: 18px;text-align:center; display:block;color: #333; width: 100%;}
span.company-address a {font-size: 18px;text-align:center; display:block;color: #333;}
span.company-address a:hover {color:#333; text-decoration: none;}
legend {font-size: 26px;color: #333; 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 #333;}

/* = CONTACT INFO = */
#contact-info {background:#FDE829;padding:10px 0px;text-align:center;font-weight: bold;}
.contact-info-inner {}
.contact-info {display:inline-block;}
.spacer {margin:0px 5px;}
#contact-info a {color: #000;}
#contact-info a:hover, #contact-info a:focus {text-decoration: none;color: gray;}

/* = FOOTER = */
footer {text-align:center;padding: 15px;}
.footer-inner {}
.sitemap .list-inline {margin-bottom:15px;}
/* = FOOTER - LINKS = */
footer a {color: #fff;}
footer a:hover, footer a:focus {text-decoration: none;color: #FDE829}

/* = 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 {background: #fff;color: #fff !important;}
.back-to-top:hover, .back-to-top:focus {background: #fff;color: #000;text-decoration: none;}

/* = About Us Page = */
.staff-img{border: 3px solid #FDE829;box-shadow: 3px 5px 15px 2px #000;}

/* = Services Page = */
.services-page h3{background: #000; color: #fff; padding: 10px;}
.services-page img{margin-bottom: 15px;width: 100%;}

/* = 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); color: #000;  /* 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: #FDE829;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 0px 5px #000,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;}

/* = MEDIA QUERIES= */
@media screen and ( max-width: 1650px ) {.c2a {margin-top:0px;margin-bottom:0px;}}
@media screen and ( max-width: 1200px ) {.navbar-default .navbar-nav > li > a{font-size: 16px;}nav{margin-top: 0px;}.tagline{font-size: 16px;} .social {margin-top: 10px;} .social a {margin-bottom: 10px;}}
@media screen and ( max-width: 1024px ) {}
@media screen and ( max-width: 991px ) {nav {margin-top: 0;}.slide-overlay img{width: 50%;}.feature-box h3{font-size: 18px;}.contact-info {display:block;}.spacer {display:none;} .logo img {margin:0 auto;}}
@media screen and ( max-width: 768px ) {}
@media screen and ( max-width: 767px ) {.navbar .navbar-nav {display:block;margin-bottom:0px;}img.pull-left {float:none !important;margin:0 auto;} img.pull-right {float:none !important;margin:0 auto;}.c2a {text-align:center;}.feature-box{margin-bottom: 35px;} .text-center-xs{text-align: center;}.staff-img{margin-bottom: 15px !important;}}
@media screen and ( max-width: 741px ) {}
@media screen and ( max-width: 600px ) {address{display: block;}.tel,.email, .social{display: block;}.slider-overlay{display: none;}.sitemap .list-inline>li{display: block;}}
@media screen and ( max-width: 454px ) {.copyright a{font-size: 12px;}.c2a{font-size: 16px;} address {font-size:12px;}#pbCaption .title { font-size: 1em; }#pbCaption .title, #pbCaption .counter{margin: 0 auto;}}
@media screen and ( max-width: 320px ) {}