@import url(https://fonts.googleapis.com/css?family=Gravitas+One);
/* = DEFAULT STYLES = */
html {width:100%; height:100%;}
body {margin:0;font-size:14px;background-color: #465c7d;background-image: url(../images/body-bg.png);font-family:"Times New Roman", Times, serif; width:100%; height:100%;}

/* = DEFAULT - LINKS = */
a {text-decoration:none;font-weight:bold;transition: all 0.3s ease-out 0s;color:#111e3e;}
a:hover {text-decoration:none;color:#000;}
a img {transition: all 0.3s ease-out 0s;}
/* = DEFAULT - TEXT ITEMS = */
p {margin:20px 0;line-height:1.75em;}

/* = DEFAULT - HEADINGS = */
h1 {font-size:32px;font-family: 'Gravitas One', cursive;}
h2 {font-size:24px;font-family: 'Gravitas One', cursive;}
h2 span.little {font-size:20px;}
h3 {font-size:20px;font-family: 'Gravitas One', cursive;}
h4 {}
h5 {}
/* = DEFAULT - Custom Bootstrap = */
.container {max-width:1000px;margin:0 auto;}

/* = HEADER = */
header { z-index:12; position:relative;}
.header-inner {}
.contact-header {position: fixed;top:0;left:0; width: 100%; z-index:10;background-color: #465c7d;}
/* HEADER - LOGO */
.logo {font-family: 'Gravitas One', cursive;z-index:12; position:relative;}
.logo img:hover  {opacity:.8;}
.logo h5 {font-size:33px;text-transform:uppercase;color:#fff;text-align:center;position:absolute;margin-top: 13px;background-color: rgba(0,0,0,.75);padding:10px; border-radius:10px;border:3px solid #000;width:315px;z-index:12;}
.logo h5 span {font-size:33px;margin-top:-5px;display:block;}


/* = CALL TO ACTION = */
.c2a {text-align:right;color:#fff;text-shadow:1px 1px #000;font-size:18px;padding:10px 0; float:right;}
.c2a span {display:inline;}
.tagline {text-align:center;margin:20px auto 65px;font-size:45px;color:#fff;display:block;text-shadow:1px 1px #000;}
.tagline span {display:block;font-size:30px;}
.tel {font-weight:800;font-size:22px;}
.tel a {}
address {margin:0 20px;display:inline;}
.email {}

/* = SOCIAL MEDIA LINKS = */
.social {font-size:25px;margin:0 10px;}
.social a {color:#fff;}
.social a:hover {color:#000;}

/* = NAVIGATION = */
nav {border-top: 3px solid #fff;border-bottom: 3px solid #fff;background: #111e3e; /* Old browsers */
background: -moz-linear-gradient(top,  #111e3e 0%, #111e3e 8%, #2f5073 24%, #2f5073 51%, #111e3e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111e3e), color-stop(8%,#111e3e), color-stop(24%,#2f5073), color-stop(51%,#2f5073), color-stop(100%,#111e3e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #111e3e 0%,#111e3e 8%,#2f5073 24%,#2f5073 51%,#111e3e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #111e3e 0%,#111e3e 8%,#2f5073 24%,#2f5073 51%,#111e3e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #111e3e 0%,#111e3e 8%,#2f5073 24%,#2f5073 51%,#111e3e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #111e3e 0%,#111e3e 8%,#2f5073 24%,#2f5073 51%,#111e3e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111e3e', endColorstr='#111e3e',GradientType=0 ); /* IE6-9 */}
.contact-nav {position: fixed; top:55px; width: 100%;}
.navbar-default {border-radius:0px;border:0;background:transparent;text-align:center;}
.navbar-default .navbar-nav > li > a {color:#fff;font-size:18px;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li > a:hover {background-color:#111e3e;color:#fff;}
.nav li.active a {background-color:#111e3e;color:#fff;}
.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 {background-color:#111e3e;color:#fff;}
.navbar-default .dropdown-menu > li > a {background-color:#111e3e;color:#fff;}
.navbar-default .dropdown-menu > li > a:hover {background-color:#111e3e;color:#fff;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color:#111e3e;color:#fff;}
.navbar-default .navbar-nav>li>a:focus {background-color:#111e3e;color:#fff;}
.navbar-toggle {}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {background-color:#111e3e;color:#fff;}
.navbar-default .navbar-toggle .icon-bar {}
/* Centering Nav */
.navbar .navbar-nav {display: inline-block;float: none;}
.navbar .navbar-collapse {text-align: right;line-height:.7;}
/* = BANNER = */
#banner {background-color: #111e3e;border-bottom:1px solid #fff;border-top:1px solid #000;}
.banner-inner {padding:0px;}
.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;}

/* = FEATURE = */
#feature {box-shadow: 0 10px 5px -6px #000;margin:0 auto;padding:20px 0px 45px 0px;font-weight:bold;border-top:2px solid #000;background-color: #465c7d;background-image: url(../images/body-bg.png);position:relative;z-index:999;}
.feature-inner {}
.feature-box {box-shadow: 6px 9px 17px #000;transition: all 0.3s ease-out 0s;border:3px solid #fff;margin:20px 0 40px;}
.feature-box:hover {opacity:.5;}
.feature-box h3 {text-align:center;margin-top:-35px;font-size:22px;text-shadow: 1px 1px #000, 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 20px rgba(0, 0, 0, 1), 0px 0px 30px rgba(0, 0, 0, 1);}
#feature a {color:#fff;text-shadow:1px 1px #000;}

/* = MAIN = */
main {text-align:left;padding:50px 0;color: #000;font-size: 14px;background-color:#fff;}
main.contact-bg {width: 100%;height: 100%;margin: 0; padding: 0 0;}
.main-inner {}
.contact-inner {width: 100%;height: 100%;background: url(../images/contact-bg.jpg) no-repeat center center;padding: 20px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: fixed;top: 110px;overflow: auto;}

/* = SECTION = */
section {}

/* = FLOATED IMAGES = */
img.pull-left {margin:20px 20px 20px 0px;border: 3px solid #465c7d; padding:3px;}
img.pull-right {margin:20px 0px 20px 20px;border: 3px solid #465c7d; padding:3px;}

/* = ASIDE = */
aside {text-align:left;}

/* CONTACT FORM */
#contactform {margin-top:120px;}
#contactform label {cursor:pointer;color: #333;font-family: 'Gravitas One', cursive;}
#contactform button {width:100%;border-radius: 27px;border: 3px solid #fff;background: #111e3e; /* Old browsers */
background: -moz-linear-gradient(top,  #111e3e 0%, #111e3e 8%, #2f5073 24%, #2f5073 51%, #111e3e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111e3e), color-stop(8%,#111e3e), color-stop(24%,#2f5073), color-stop(51%,#2f5073), color-stop(100%,#111e3e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #111e3e 0%,#111e3e 8%,#2f5073 24%,#2f5073 51%,#111e3e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #111e3e 0%,#111e3e 8%,#2f5073 24%,#2f5073 51%,#111e3e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #111e3e 0%,#111e3e 8%,#2f5073 24%,#2f5073 51%,#111e3e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #111e3e 0%,#111e3e 8%,#2f5073 24%,#2f5073 51%,#111e3e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111e3e', endColorstr='#111e3e',GradientType=0 ); /* IE6-9 */color:#fff;font-family: 'Gravitas One', cursive;}
#contactform button:hover {background: #465c7d;}
#contactform .alert {padding: 7px 25px;width:100%;}
#contactform input.alert {padding:0;}
#contactform .alert-danger {color:#a94442;}
.contactform-bg {min-height: 20px;padding: 1em 1em 10.6em 1em;background-color: rgba(255,255,255,.6);border: none;border-radius: 10px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);box-shadow: inset 0 1px 1px rgba(0,0,0,.05);}
#contactform .form-control {border-radius: 0;color:#999999;}
#contactform label.contactpage-label {cursor:pointer;color: #000; font-size:12px;}
textarea.form-control.message-area {}
.input-group-addon {color: #000;background-color: #e5e5e5;border-radius: 0;}
.container .jumbotron, .container-fluid .jumbotron {border-radius: 10px;}
.jumbotron {background-color: rgba(255,255,255,.6);}
.jumbotron h1 {font-family: 'Gravitas One', cursive;color: #000;font-size:32px;}
.jumbotron-sm { padding-top: 24px;padding-bottom: 24px; }
.jumbotron small {color: #000;}
.jumbotron p {font-size: 14px;}
.h1 small {font-size: 24px;}
.location-container {background-color: rgba(255,255,255,.6); padding: 1em 1em 4.5em 1em; margin: 0 auto .7em auto;border-radius: 10px;font-family: 'Gravitas One', cursive;}
span.company-heading {font-size: 22px;color: #000; text-align:center; display:block;}
span.company-address {font-size: 18px;text-align:center; display:block;color:#000;}
span.company-address a {font-size: 18px;text-align:center; display:block;color:#000;}
legend {font-size: 22px;color: #000; text-align:center; display:block;}
.weather-widget {display: block !important; width: 160px; text-align: center; font-family: sans-serif; font-size: 12px; margin: 0 auto;}
/* -- GOOGLE MAP -- */
.googlemap-container { position: relative; padding-top: 30.5%; max-width: none; margin: 1em auto 14em auto; }
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed { position: absolute; top: 0; left: 0 ; width: 100%; height: 100%; border: 1px solid #e5e5e5; }

/* = CONTACT INFO = */
#contact-info {padding:10px;text-align:center;color:#fff;font-weight:bold;}
.contact-info-inner {}
#contact-info span {margin:0px 15px 0px 15px;}
#contact-info a {color:#fff;font-weight:normal;}
#contact-info a:hover {color:#000;}

/* = FOOTER = */
footer {border-top:3px solid #fff;margin: 0 auto;background: #111e3e;font-size:13px;}
.footer-inner {padding: 10px 15px;}
.contact-footer {position: fixed; bottom:0;z-index: 12; width: 100%;}
.sitemap {text-align:left;}
.copyright {text-align:right;}
/* = FOOTER - LINKS = */
footer a {color:#fff;}
footer a:hover {color:#465c7d;}

/* = 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 {}
.back-to-top:hover {}

/* = 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: 'Gravitas One', cursive;text-decoration: none; color: #111e3e;  /* CSS3 Transition Effect */-webkit-transition: all 0.11s ease-out;-moz-transition: all 0.11s ease-out;-o-transition: all 0.11s ease-out; text-align: center; font-size: 36px; line-height: 55px; display: block;}
ul.sitemap-page li a:hover {color: #465c7d;text-transform: uppercase; text-decoration: none; /* CSS3 Transform Effect */-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1); 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;}
i.fa-play {color: #465c7d; font-weight: bold;}
/* = GALLERY PAGE = */
.gallery-container {width: 91%; margin: 3% auto; display: block;}
.gallery-container:hover {}
.lb-thumb {float: left;padding: 5px;border: 3px solid #465c7d !important;margin: 0 7px 7px 0;/* CSS3 Transition Effect */-webkit-transition: all 0.12s ease-out;-moz-transition: all 0.12s ease-out;-o-transition: all 0.12s ease-out;}
.lb-thumb:hover {/* CSS3 Transform Effect */-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1); background:#465c7d !important;}

/* = MEDIA QUERIES= */
@media screen and ( max-width: 1366px ) {}
@media screen and ( max-width: 1024px ) {.sitemap {text-align:center;}.copyright{text-align:center;}}
@media screen and ( max-width: 966px ) {.feature-box h3{font-size:19px;padding-bottom:4px;}.logo img{margin:0 auto;}.c2a {text-align:center;}.logo h5 {position:relative;margin-top: 0;margin:0 auto; }
@media screen and ( max-width: 768px ) {.navbar .navbar-collapse {text-align: center;}.navbar .navbar-nav{display:block;}img.pull-left {float:none !important;margin:0 auto;} img.pull-right {float:none !important;margin:0 auto;}.contact-header {position: relative;} .logo {position: relative;} .contact-nav {position: relative;} .contact-footer {position: relative;} .contact-inner {position: relative;overflow:none; margin: -60px 0 0 0;} main.contact-bg {background-color: transparent;}
@media screen and ( max-width: 741px ) {.c2a span {display:block;}address {display:block;font-size:16px;}}
@media screen and ( max-width: 630px ) {.contact-info-phone{display:block;word-wrap:none;}#contact-info span { margin: 0px 6px 0px 6px;} .header-inner {} .contact-header {position: relative;} .logo {position: relative;} .contact-nav {position: relative;} .contact-footer {position: relative;} .contact-inner {position: relative;overflow:none; margin: -60px 0 0 0;} main.contact-bg {background-color: transparent;} ul.list-items {margin: 2% auto;} .logo h5 {font-size:28px;width:260px;}.logo h5 span {font-size:20px;} #contactform {margin-top:0;} .contactform-bg {padding: 1em; margin-bottom:10px;}}