/* = RESET STYLES = */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video, a img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* = DEFAULT STYLES = */
body {
    text-align: center;
    margin: 0;
    font-size: 12px;
    color: #000 !important;
    font-family:Georgia, "Times New Roman", Times, serif;
    background: url("images/background.png") top center fixed;
}

/* DEFAULT - LINKS */
a {
    text-decoration: none;
    font-weight: bold;
    color: #000 !important;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

/* DEFAULT - CLEARS */
.clear {
    clear: both;
    height: 0;
    width: 0;
    display: block;
}

.clear-right {
    clear: right;
    height: 0;
    width: 0;
}

.clear-left {
    clear: left;
    height: 0;
    width: 0;
}

/* = PAGE = */
#page {
    width: 100%;
}

#page .page-inner {
    margin-top: 30px;
    background: #fff;
    -webkit-box-shadow: 0 30px 40px #000;
    -moz-box-shadow: 0 30px 40px #000;
    box-shadow: 0 30px 40px #000;
}

/* = HEADER = */
#header-container {
    padding: 10px 0;
}

#logo {
    text-align: left;
}

#logo a {
    display: inline-block;
    opacity: 1;
    transition: all .3s ease-out;
}

#logo a:hover {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

#c2a {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
	margin-top:10px;
}
#c2a .fa {font-size:22px !important;}

#c2a .number {
    font-size: 40px;
    color: #cc1816;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* HEADER - LOGO */
.logo-heading {
    font-size: 60px;
}

/* = TOP NAVIGATION = */
#nav-container {
    position: relative;
    z-index: 100;
    margin-bottom: 15px;
}

#nav-container .navbar {
    min-height: 30px !important;
    border: none !important;
}

#nav-container .navbar-nav {
    background: #cc1816;
    width: 100%;
    font-size: 0;
    -webkit-box-shadow: 0 5px 12px #888;
    -moz-box-shadow: 0 5px 12px #888;
    box-shadow: 0 5px 12px #888;
}

#nav-container .navbar-header {
    background: #cc1816;
    -webkit-box-shadow: 0 5px 12px #888;
    -moz-box-shadow: 0 5px 12px #888;
    box-shadow: 0 5px 12px #888;
}

#nav-container a{
    position: relative;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
  	padding:15px 65px;
    z-index: 100;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav-container a:hover ,
#nav-container .dropdown-menu > li > a ,
#nav-container .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 ,
#nav-container li.active a {
    background: #000 !important;
    color: #fff !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #eeeeee !important;
}

/* = BANNER NAVIGATION = */
#banner-container .nav-pills > li > a {
    border-radius: 0;
}

ul.nav-stacked {
}

#banner-container .nav-stacked > li + li {
    margin-top: 0;
    margin-left: 0;
}

#banner-container {
    position: relative;
    color: #FFF !important;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.dropdown-menu {
    background: none;
}

.dropdown-menu > li > a {
    color: #FFF;
}

.dropdown-menu > li > a:hover {
    color: #ccc;
    background: none;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-banner-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.nav-banner-width {
    max-width: 320px !important;
}

/* = BANNER = */
#back_to_camera {
    background: rgba(255, 255, 255, .9);
    clear: both;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.banner-fluid-container {
    z-index: 0;
    margin: 0 auto;
    position: relative;
    max-height: 400px;
    overflow: hidden;
    background: #fff;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 5px 12px #888;
    -moz-box-shadow: 0 5px 12px #888;
    box-shadow: 0 5px 12px #888;
}

#camera-slider {
    height: 520px;
    margin-bottom: 0 !important;
}

.camera_bar {
    z-index: 2;
}

.camera_thumbs {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.camera_thumbs_cont {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.camera_overlayer {
    opacity: .1;
}

/* = CONTENT = */
#content-container {
    font-size: 18px;
}

.content-inner {
}

#primary-container {
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px #888;
    -moz-box-shadow: 0 5px 12px #888;
    box-shadow: 0 5px 12px #888;
}

#content-container p {
    line-height: 1.75em;
    margin: 20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content-container ul,
#content-container ol,
#content-container dl {
    padding-left: 40px;
}

h3.location-list-heading1 {
    margin: 0 auto;
    display: block;
    max-width: 153px;
}

h3.location-list-heading2 {
    margin: 0 auto;
    display: block;
    max-width: 147px;
}

ul.location-list1 {
    margin: 0 auto;
    display: block;
    max-width: 145px;
}

ul.location-list1 li {
    list-style-position: inside !important;
    list-style: square;
    text-align: left;
}

ul.location-list2 {
    margin: 0 auto;
    display: block;
    max-width: 167px;
}

ul.location-list2 li {
    list-style-position: inside !important;
    list-style: square;
    text-align: left;
}

/* CONTENT - HEADINGS */

h1 {
    font-weight: bold;
    font-size: 32px;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 2px solid #cc1816;
    margin-top: 0 !important;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
    font-weight: bold;
    color: #000;
    padding-bottom: 3px;
    font-size: 28px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
    font-weight: bold;
    font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4 {
    font-weight: normal;
    font-size: 22px;
}

h5 {
    font-weight: normal;
    font-size: 20px;
}

h6 {
    font-weight: bold;
	 background: -webkit-linear-gradient(#0C2CC2, #cc1816);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    color:#0C2CC2;
    padding-bottom: 3px;
    font-size: 28px !important;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* PRIMARY - IMAGES */
.inline-left {
    border: 2px solid #0C2CC2;
    background: #FFF;
    padding: 3px;
    float: left;
    margin: 5px 15px 5px 0;
	box-shadow: 5px 5px 5px #888888;
}

.inline-right {
    border: 2px solid #0C2CC2;
    background: #FFF;
    padding: 3px;
    float: right;
    margin: 5px 0 5px 15px;
	box-shadow: 5px 5px 5px #888888;
}

/* PRIMARY - DUEL LISTS - two lists side by side */
div.dual-lists ul {
    float: left;
    width: 40%;
    margin: 0 1%;
    padding: 0;
}

/* = CONTACT FORM = */
#sidebar-container {
    width: 100%;
    margin: 0 auto 15px;
}

#contact-form-container h3{
    font-size: 32px;
    margin: -15px -15px 11px;
    padding: 15px 15px 5px;
    color: #fff;
    background: #cc1816;
}

#contact-form-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px #888;
    -moz-box-shadow: 0 5px 12px #888;
    box-shadow: 0 5px 12px #888;
    padding: 15px;
    font-weight: normal;
}

#contact-form-container .form-group {
     margin-bottom: 0 !important;
}

/* FORM - LABEL */
#contact-form-container label {
    cursor: pointer;
    float: left;
    clear: both;
    margin: 9px 0 8px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

/* FORM - INPUT FIELDS */
#contact-form-container input {
    border: 2px ridge #FFF;
    float: left;
    clear: both;
    width: 99%;
    background: linear-gradient(#eee, #fff);
    transition: all 0.3s ease-out;
    padding: 5px;
    color: #555;
    border-radius: 0;
    max-height: 30px;
}

/* make field background color change when filling out */
#contact-form-container textarea {
    border-radius: 0;
    resize: vertical;
    float: left;
    clear: both;
    height: 80px;
    width: 99%;
    border: 2px ridge #FFF;
    background: linear-gradient(#eee, #fff);
    transition: all 0.3s ease-out;
    padding: 5px;
    color: #555;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* FORM - SELECT FIELD */
#contact-form-container form select[type="text"] {
    border-radius: 3px;
}

#contact-form-container form select {
    border: 2px ridge #FFF;
    float: left;
    clear: both;
    width: 99%;
    background: linear-gradient(#eee, #fff);
    transition: all 0.3s ease-out;
    padding: 5px;
    color: #555;
}

#contact-form-container input:hover,
#contact-form-container textarea:hover,
#contact-form-container input:focus,
#contact-form-container textarea:focus {
    outline: none;
    background-position: 0 -1.7em;
}

/* make field background color change when filling out */
/* FORM - CAPTCHA */
#contact-form-container input[type="checkbox"] {
    float: left;
    width: 30px;
    margin: 4px 0 -4px 0;
}

#contact-form-container input[type="checkbox"] {
    border: none;
}

/* FORM - SUBMIT BUTTON */
#contact-form-container .btn-contact {
    background: #cc1816;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 0;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
	width:100%;
	margin-top:20px;
}

#contact-form-container .btn-contact:hover {
    background: #000;
    color: #FFF;
}

/* = QUICKLINKS = */
#quicklinks-container {
    color: #000;
    font-size: 16px;
    text-align: center;
}

#quicklinks-container .quicklink{
    color: #000 !important;
    display: block;
    margin: 0 0 15px;
    text-align: left;
}

#quicklinks-container .quicklink:hover{
    text-decoration: none;
}

#quicklinks-container h3 {
    font-weight: bold;
    color: #fff;
    background: #cc1816;
    font-size: 18px;
    text-align: center;
    padding: 5px 0;
    margin: 0 !important;
    -webkit-box-shadow: 0 5px 12px #888;
    -moz-box-shadow: 0 5px 12px #888;
    box-shadow: 0 5px 12px #888;
}

#quicklinks-container img {
    width: 100%;
    height: auto;
    margin: 0 0 10px !important;
    -webkit-box-shadow: 0 5px 12px #888;
    -moz-box-shadow: 0 5px 12px #888;
    box-shadow: 0 5px 12px #888;
}

#quicklinks-container p {
    margin: 10px 0 !important;
}

#quicklinks-container a.more {
    display: block;
    color: #cc1816 !important;
}

#quicklinks-container a.more:before {
    content: '> ';
    color: #cc1816 !important;
}

/* = FOOTER = */
#footer-container {
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.list-inline.sitemap {
    margin-top: 10px;
}

#footer-container .copyright {
    display: block;
    margin: 0 auto 10px;
}

/* FOOTER - LINKS */
#footer-container a {
    color: #fff !important;
}

#footer-container a:hover {
    color: #fff !important;
}

.map-icon {max-width: 35px; display: inline-block; }
.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; }


/* = SITEMAP PAGE = */
ul.sitemap-page {margin: 20px auto; display:block; width: 500px;}
ul.sitemap-page li { list-style: none;}
ul.sitemap-page li a {text-decoration: none; text-shadow: 1px 1px 0 #CCC, 2px 2px 0 #222, 3px 3px 0 #444; color:#cc1816 !important; /* 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;font-family: Georgia, "Times New Roman", Times, serif;}
ul.sitemap-page li a:hover {color: #CCC; text-decoration: none; /* CSS3 Transform Effect */-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2); text-shadow: 1px 1px 0 #FFF, 2px 2px 0 #CCC, 3px 3px 0 #444;}

 #cboxLoadedContent {overflow:hidden !important;overflow-y:hidden !important; overflow-x:hidden !important;}
 


/* = MEDIA QUERIES= */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #sitemap-container,
    #copyright-container {
        font-size: 12px;
    }
	#nav-container a {padding:15px 40px !important;}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #logo,
    #c2a,
    #sitemap-container,
    #copyright-container {
        text-align: center;
    }
	#nav-container a {padding:15px 20px !important;}
	
}

@media screen and (max-width: 768px) {
    #page .page-inner {
        margin-top: 0;
    }

    #logo,
    #c2a,
    #sitemap-container,
    #copyright-container {
        text-align: center;
    }

    #nav-container .navbar-default .navbar-toggle {
        background: white;
    }

    #nav-container .navbar-nav {
        width: auto;
    }

    #nav-container .navbar-nav > li {
        float: none;
        display: block;
        width: auto;
    }

}

@media screen and (max-width: 767px) {

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #content-container.movethatshyt {
        margin-top: 351px !important;
        font-size: 40em !important;
    }
}

_::-moz-svg-foreign-content, :root #content-container.movethatshyt {
    margin-top: 351px !important;
    font-size: 40em !important;
}


