@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');

/* = DEFAULT STYLES = */
html, body {margin:0;font-size:14px;font-family: 'Open Sans', sans-serif;}

/* = DEFAULT - LINKS = */
a {text-decoration:none;color:#336699;}
a:hover, a:focus {text-decoration:underline;color:#011552;}

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

/* = DEFAULT - HEADINGS = */
h1 {font-size:24px;margin:0;font-weight:bold;border-bottom:2px solid #cc9900; color:#336699;}
h2 {font-size:21px;margin:0;}
h3 {font-size:24px;margin:0;font-weight:bold;color:#336699;}
h4 {}
h5 {}
/* = DEFAULT - Custom Bootstrap = */
.container {margin:0 auto;}

/* Buttons */
.btn {background:#3399cc;color:#fff;font-weight:bold;}
.btn:hover, .btn:focus {background:#ccc;color:#000;}

/* = HEADER = */
header {padding:20px 0; background-color:#fcf7e8;}
.header-inner {}
/* HEADER - LOGO */
.logo { margin-top:3%;}
.logo img:hover  {opacity:.8;}

/* = CALL TO ACTION = */
.c2a {text-align:center;font-size:21px;font-weight:bold;color:#336699; margin-top:1%}
.tagline {font-size:24px;color:#336699;}
.tel a {font-size:22px;color:#000;}
.tel a:hover { text-decoration:none;color:#cc9900;}
address {display:block;margin:10px 0;color:#336699;}
.email a {display:block;color:#000;}
.email a:hover { text-decoration:none;color:#cc9900;}

/* = BANNER = */
#banner {border-top:5px solid #3399cc;border-bottom:5px solid #3399cc;background:#fff; background-image:url(../images/background.jpg); background-repeat:repeat-x;} 
#banner h2 { font-weight:bold; font-size:26px; text-align:center; position: absolute; z-index:99; width:100%; background:rgba(153,153,153,.7); color:#fff; padding:20px; top:0px; }

/* = MAIN = */
main {text-align:left;color: #000;padding:30px 0;}
.main-inner {}
.video {margin-top:35px; text-align:center:}

/* = SECTION = */
section {}

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

/* = ASIDE = */
aside {text-align:center;}

/* CONTACT FORM */
.contact-form {background:#f1d581;}
.contact-form form {margin-top:10px;}
.contact-form h3 {color:#fff;background:#3399cc;padding:10px;text-align:center;}
.contact-form label {color:#000;}
.contact-form .btn {width:100%;}
.contact-form .alert {padding:7px 20px;margin-bottom:0px;}

/* Top Feature */
#top-feature {text-align:center;}
.top-feature-inner {border-top:3px solid #f1d581;border-bottom:3px solid #f1d581;padding-top:20px;padding-bottom:20px;}
.top-feature-inner .list-inline {font-weight:bold;font-size:18px;color:#666;margin-top:20px;margin-bottom:20px;}
.top-feature-inner .list-inline li {margin:0;padding:0;}
.top-feature-inner .list-inline li:last-child:after {content:"\2022";padding:10px;color:#336699;}
.top-feature-inner .list-inline li:before {content:"\2022";padding:0px 10px;color:#336699;}
#top-feature img {display: inline;}

/* = FEATURE = */
#feature {padding:20px 0;}
.feature-inner {text-align:center;}
.feature-box img {border:3px solid #f1d581;margin:10px auto;}
.feature-box h3{font-size:21px; color:#336699;}
.feature-box p { line-height:21px;}



/* = CONTACT INFO = */
#contact-info {background:#3399cc;padding:10px 0px;text-align:center;color:#fff;border-bottom:2px solid #fff;font-size:16px;font-weight:bold;}
.contact-info-inner {}
.contact-info {display:inline-block;}
.spacer {margin:0px 5px;}
#contact-info a {color:#fff;}
#contact-info a:hover, #contact-info a:focus {text-decoration:none;color:#f1d581;}

/* = FOOTER = */
footer {text-align:center;background:#f1d581;padding:10px 0;font-size:11px;}
.footer-inner {}
.sitemap .list-inline {margin-bottom:5px;}
/* = FOOTER - LINKS = */
footer a {color:#000;font-weight:normal;}
footer a:hover, footer a:focus {text-decoration:none;color:#666;}

/* = 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:#3399cc;color:#fff;}
.back-to-top:hover, .back-to-top:focus {background:#ccc;color:#000;}

/* = 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: #ccc;  /* 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;}

/* = MEDIA QUERIES= */
@media screen and ( max-width: 1366px ) {}
@media screen and ( max-width: 1024px ) {}
@media screen and ( max-width: 991px ) {.c2a {font-size:16px;}#banner h2 {font-size:24px;}.feature-box h3 {font-size:20px;}.contact-info {display:block;}.spacer {display:none;}}
@media screen and ( max-width: 768px ) {}
@media screen and ( max-width: 767px ) {.navbar .navbar-nav {display:block;margin-bottom:0px;}.logo img{margin:10px auto;}img.pull-left {float:none !important;margin:0 auto;} img.pull-right {float:none !important;margin:0 auto;}.c2a {text-align:center;}}
@media screen and ( max-width: 741px ) {}
@media screen and ( max-width: 600px ) {#contact-info a {font-size:14px;}}
@media screen and ( max-width: 414px ) {#contact-info a {font-size:14px;}#banner h2 { display:none;}}
@media screen and ( max-width: 375px ) {.c2a {font-size:14px;}.tel {display:block;}}
