﻿/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */


 body {
	background-color:#FFFFFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: 'Roboto',Arial,Helvetica,Sans-Serif;
    font-size: 15px;
    line-height: 23px;
    padding-bottom:0px;
}

.counter {
    font-family: 'Fredericka the Great', cursive ,Arial,Helvetica,Sans-Serif; 
    font-size:46px;
    color:#008000;
    padding:20px;
 } 

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 51px;
  font-size:36px;
  text-transform:uppercase;
  color: inherit;
}

h4,
.h4 {
  font-size:20px;
  font-weight: 700;
  line-height: 23px;
  color: inherit;
  font-family: "Oswald", Helvetica, Arial, sans-serif;     
} 

.h4-wrap-L {
    height:60px;
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
    /* background-color:#032E86; */
    /* color:#FFFFFF; */
    color:#032E86;
    text-align:center;
}
 
 .h4-wrap-C {
    height:60px;
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
    /* background-color:#1EE0FF; */
    color: #1EE0FF;
    text-align:center;
}
 
 .h4-wrap-R {
    height:60px;
    padding:10px;
    margin-top:10px;
    margin-bottom:10px; 
    /* background-color:#006FC1; */
    color:#006FC1;
    text-align:center;
}
 
 .h4-wrap-img {
    /* height:60px; */
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
 }

 .col-md-12 {
    background-color:#FFFFFF; 
}
  
/* Gradient transparent - color - transparent */
hr {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(162,0,24,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(162,0,24,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(162,0,24,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(162,0,24,0.75), rgba(0,0,0,0)); 
} 

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none; 
}

.btn-primary {
  color: #FFFFFF;
  /* background-image: linear-gradient(#032E86,#006FC1 50%,#1EE0FF);
  background-repeat: no-repeat; */
  background-color: #032E86; 
  /* border-color: #C8C8C8; */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  /* background-image: linear-gradient(#1EE0FF,#006FC1 50%,#032E86);
  background-repeat: no-repeat; */
  border: 1px solid #FFFFFF;    
  background-color: #A10018;
  /* border-color: #285e8e; */
}

.logo-wrapper {
   /* width:200px; */
   background-color: transparent; 
   position: relative; 
   margin-top: 0px; 
   margin-left: 0px; 
   margin-right: auto;
   /* margin-bottom:5px; */
   z-index: 15;
}

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .masthead,
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
    margin-bottom:0px;
    /* background-color: #FFFFFF; */
  }
 } 
  
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

.navbar-nav {
  margin-top:40px;
  margin-bottom:5px;
  margin-left:-15px;
  margin-right:-15px;
}

.navbar-inverse {
  /* background-image: linear-gradient(#5a84ae,#5a84ae 50%,#103174);
  background-repeat: no-repeat;
  border: 1px solid #C8C8C8; */
  background-color:#FFFFFF;             
}

.navbar-inverse .navbar-brand {
  color: #000000;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #FDFDFD;
}

.navbar-inverse .navbar-nav > li > a {
  color: #0F3174;
  font-size: 24px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #0F3174;
  background-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #F20202;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #A10018;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #A10018;
  background-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #A10018;
  border-bottom-color: #A10018;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #0F3174;
  border-bottom-color: #0F3174;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #0F3174;
  border-bottom-color: #0F3174;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #0F3174;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #C8C8C8;
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #FFFFFF;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #FFFFFF;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-brand {
  float: left; 
  padding: 15px 15px;
  margin-right:10px;
  font-size: 18px;
  line-height: 20px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #A10018;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

/* Carousel base class */
.carousel {
  margin-bottom: 0px;
  
  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: -20px;
  border-left:thick;
  border-left-color:FFFFFF;
}

.carousel .item {
  height: 500px;
  background-color: #777;
}

.carousel .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%; 
  max-height: 100%; 
 }

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%; 
  max-height: 100%; 
 }

  .carousel-caption {
  position: absolute; 
  -moz-border-radius: 15px;
  border-radius: 15px;
  z-index: 10;
  padding:20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color:rgba(0,0,0,0.5); 
} 

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
 .carousel-caption {
    right: 20%; 
    left: 20%;
    padding-bottom: 30px;
  }
} 

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-backward,
.carousel-control .glyphicon-forward {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-backward {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-forward {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

 .col-md-4 {
  text-align:justify;: 
  position: relative;
  min-height: 1px;
  padding-right: 40px;
  padding-left: 40px;
}

.row {
  margin-right: 5px;
  margin-left: 5px;
  background-color: #FFFFFF;
}

.fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: none;
}

.breadcrumb {
  font-size:18px;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 0px;
}

/* Set the fixed height of the footer here */
#footer {
  font-size:12px;
  height: 80px;
  color:#0F3174; 
  background: url(../../assets/ico/wavecut.png) repeat 0 0;
  border-top: 1px solid #C8C8C8;  
}

/* Map Container for use with jHERE script */
html,body, #mapContainer {
  font-family:sans-serif;
  background:#fff;
  color:#444;
  height:100%;
  padding:0;
  margin:0;
}