﻿body {
  font-size: 18px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 20px;
line-height: 28px;
}
h4 {
  font-size: 18px;
}

tbody {
  border: 1px solid #333;
}
tr {
  border-bottom: 1px solid #333;
}
tr:hover {
  background: #eee;;
}
td, th {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
}
.btn-warning {
  color: #fff;
  background-color: #e0b33f;
  border-color: #e0b33f;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #e0b33f;
  border-color: #e0b33f;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cca134;
  border-color: #cca134;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cca134;
  border-color: #cca134;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #cca134;
  border-color: #cca134;
}

/* Icon + paragraph spacing - specified h2/h3's */
.panel-body h2 {
  font-size: 24px !important;
  margin-top: 15px;
}
.side-panel h3 {
  margin-top: 10px !important;
}



/* Accordions/Panels */
.panel-group .panel {
border-radius: 0;
}
.panel-primary>.panel-heading a {
color: #fff !important;
}
.panel-primary {border-color: #eee;}
.panel-primary>.panel-heading {background: #eee;color: #333;border: 0;border-radius: 0;width: 100%;text-align: left;}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
border: 0;
padding: 15px;
}

/* City Links navbar */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 45px;
  border: 0;
}
.navbar-toggle {
  float: left;
  margin-left: 15px;
}
.navbar-inverse {
  background: #002856;
}
.navbar-inverse .navbar-nav>li>a {
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px;
  padding-top: 15px;
  padding-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #ccc;
  line-height: 16px;
}
.navbar-inverse .navbar-nav>li>a:hover {
  color: #e0b33f !important;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.navbar-inverse .navbar-nav>li>a:focus {
  color: #e0b33f !important;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #002856;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-form .input-group {
    width: 125px;
  }
  .navbar-inverse .navbar-nav>li>a {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-inverse .navbar-nav>li>a {
    padding-left: 15px;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-form {
    padding: 15px 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* Fancy close button */
.navbar-toggle {
  padding: 0;
  margin: 15px;
}
.navbar-inverse .navbar-toggle {
  border: 0;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

/* Dropdown - main nav */
.dropdown, .dropup {
  position: unset;
}

/* Search input styles */
input[type=search], select, textarea{
    color: #fff;
}
input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7fa2ca;
}
input[type=search]::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
input[type=search]:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
input[type=search]:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
input[type=search], textarea {
  border: 3px solid #11477a;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  background: #11477a;
}
input[type=search]:focus, textarea:focus {
  border: 3px solid #11477a; /* this color can be changed to create "highlight" effect in Chrome */
}
input[type="search"], input[type="search"]:focus {
  box-shadow:none
}
.input-group-btn:last-child > .btn {
  padding: 9px 15px;
  background: #11477a;
  color: #fff;
}
.input-group-btn:last-child > .btn:hover {
  background: #07356a;
}
.input-group-btn:last-child > .btn:focus {
  background: #ccc;
  outline-color: transparent;
  outline-style: none;
}


.btn {
  border-radius: 0;
   font-size: 18px;
}

.btn-default {
   border-color: #cca134;
}

.btn-default:focus,
.btn-default.focus {
  color: #fff !important;
  background-color: #cca134;
  border-color: #cca134;
}
.btn-default:hover {
  color: #fff !important;
  background-color: #e0b33f;
  border-color: #e0b33f;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff !important;
  background-color: #e0b33f;
  border-color: #e0b33f;
}

.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-form {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-form .input-group .form-control {
  height: 45px;
}

/* Carousel Bootstrap Overwrites */
.carousel-caption {
  text-align: left;
  bottom: 200px;
  left: auto;
  right: auto;
text-shadow: none;
}
.carousel-caption h3 {
  font-size: 60px;
  max-width: 700px;
}
.carousel-caption p {
  font-size: 24px;
}
@media (min-width: 768px) {
  .carousel-caption {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .carousel-caption {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .carousel-caption {
    width: 1170px;
  }
}
@media only screen and (max-width: 1300px) {
  .carousel-caption {
    bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .carousel-caption {
    bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .carousel-caption h3 {
    font-size: 40px;
  }
  .carousel-caption p {
  font-size: 16px;
  }
}

/* Tabs styles */
.nav-tabs {
    border-bottom: 1px solid #555;
    margin-bottom: 0;
    margin-left: 0 !important;
}
.nav-tabs>li>a {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0;
    margin-right: 5px;
}
.nav-tabs>li>a:hover {
    border-bottom: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}
@media only screen and (max-width: 480px) {
    .nav-tabs>li {
        width: 100%;
        border-top: 1px solid #555;
        border-left: 1px solid #555;
        border-right: 1px solid #555;
        margin: 0;
    }
    .nav-tabs {
        border-bottom: 0;
        margin-bottom: 0;
        margin-left: 0 !important;
    }
    .nav-tabs>li>a {
        border: 0;
        margin-right: 0;
    }
    .nav-tabs>li>a:hover {
        border-bottom: 0;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        background: #e0b33f;
        color: #fff;
    }
    .nav>li>a:hover, .nav>li>a:focus {
        border: 0;
    }
    .tab-content {
        border: 1px solid #555;
        padding: 15px;
    }
}
.tab-content {
    border-bottom: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
    padding-left: 15px;
    padding-right: 15px;
}

/* Inside Page Bootstrap Overwrites */
.breadcrumb {
  background: transparent;
  padding: 0 0 10px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #e0b33f;
  border-radius: 0;
}
.breadcrumb>.active {
  color: #999;
}
.lead {
  font-size: 20px;
}
.list-group-item {
  border: 0;
  border-radius: 0;
  padding: 5px 15px;
}
.panel {
  box-shadow: none;
}
.panel-default {
  border: 0;
}
.panel-default > .panel-heading {
  text-align: center;
  background: transparent;
  border: 0;
}
.panel-body {
  padding: 0;
}


/* Primary btn override - change to white outline */

.btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #eee;
  background-color: transparent;
  border-color: #eee;
}
.btn-primary:hover {
  color: #eee;
  background-color: transparent;
  border-color: #eee;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #eee;
  background-color: transparent;
  border-color: #eee;
}


