@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,600italic,400italic);
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,700');
a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content-section a,
.body-text a {
  color: #aa2c2d;
  font-weight: bold;
}
.content-section a:hover,
.body-text a:hover {
  color: #7998c7;
  text-decoration: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.chkbox-label {
  display: block;
  font-weight: normal;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.btn-custom {
  background-color: #94853e;
  border-color: #968224;
  letter-spacing: 1px;
  font-weight: 100;
  color: white;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.btn-custom:focus,
.btn-custom:active,
.btn-custom:hover {
  outline: none;
}
.btn-custom:hover {
  color: white;
  background-color: #c3b985;
}
/* Extending Bootstrap Grid for smaller screen */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 480px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left;
  }
  .col-xxs-1 {
    width: 8.333333333333332%;
  }
  .col-xxs-2 {
    width: 16.666666666666664%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333333333%;
  }
  .col-xxs-5 {
    width: 41.66666666666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.333333333333336%;
  }
  .col-xxs-8 {
    width: 66.66666666666666%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333333334%;
  }
  .col-xxs-11 {
    width: 91.66666666666666%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-push-1 {
    left: 8.333333333333332%;
  }
  .col-xxs-push-2 {
    left: 16.666666666666664%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xss-push-4 {
    left: 33.33333333333333%;
  }
  .col-xxs-push-5 {
    left: 41.66666666666667%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-7 {
    left: 58.333333333333336%;
  }
  .col-xxs-push-8 {
    left: 66.66666666666666%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-10 {
    left: 83.33333333333334%;
  }
  .col-xxs-push-11 {
    left: 91.66666666666666%;
  }
  .col-xxs-pull-1 {
    right: 8.333333333333332%;
  }
  .col-xxs-pull-2 {
    right: 16.666666666666664%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333333333%;
  }
  .col-xxs-pull-5 {
    right: 41.66666666666667%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-7 {
    right: 58.333333333333336%;
  }
  .col-xxs-pull-8 {
    right: 66.66666666666666%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333333334%;
  }
  .col-xxs-pull-11 {
    right: 91.66666666666666%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
body {
  background-color: #aa2c2d;
  font-family: 'Open Sans';
  /*color: #fbfbfb;*/
  color: #212121;
}
header {
  background: #c8e6ff;
}
hr {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #6c3f20 solid 1px;
  border-top: 0px;
}
hr.fancy {
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #aa2c2d, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #aa2c2d, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #aa2c2d, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #aa2c2d, #f0f0f0);
}
h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 40px;
  color: #41669d;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 10px;
}
h1 small {
  font-size: 60%;
  color: #f2ddb2;
}
@media (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px !important;
  color: #41669d !important;
  font-weight: 600;
  transform: none !important;
  transition: none !important;
  text-align: left !important;
  opacity: 1 !important;
  text-transform: none !important;
  padding: 0 !important;
}
h2 small {
  font-size: 73%;
  color: #f2ddb2;
}
h3 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  color: #827874;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 0;
  letter-spacing: .5px;
}
h4 {
  font-size: 20px;
  padding-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}
.custom-bullet li {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.custom-bullet li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  float: left;
  margin-top: 0px;
  margin-left: -17px;
  margin-right: 8px;
  color: #7f6d64;
}
.main-header {
  min-height: 129px;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 134px;
}
@media (max-width: 767px) {
  .main-header {
    min-height: 178px;
    position: relative;
    transform: none;
    -webkit-transform: none;
    left: auto;
    top: auto;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header {
    top: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .main-header {
    top: 116px;
  }
}
.contact-section {
  padding-top: 30px;
}
/* Top Bar */
.col-top {
  background-color: #aa2c2d;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.col-phone {
  text-align: center;
  padding-top: 5px;
  font-size: 22px;
  float: none;
}
.col-phone .phone-holder {
  width: 340px;
  clear: both;
  line-height: 18px;
  float: none;
  margin: 0px auto;
}
.phone {
  font-size: 28px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color: #000;
  float: left;
  padding-top: 10px;
}
.phone a:link {
  text-decoration: none;
  color: #fff;
}
.mapit {
  float: left;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
}
#social-icon-wrapper {
  height: auto;
  margin-top: 10px;
  margin-left: 30px;
  text-align: right;
  float: right;
}
@media (max-width: 767px) {
  #social-icon-wrapper {
    margin-top: 14px;
  }
}
@media (max-width: 480px) {
  #social-icon-wrapper {
    margin-top: 20px;
  }
}
.social-icon {
  display: block;
  width: 44px;
  height: 44px;
  float: right;
  margin-top: 0px;
  margin-right: 4px;
  text-align: left;
  text-indent: -9999em;
  background: transparent url(../img/social-sm-black.png) 0 0 no-repeat;
  background-size: 197px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media (max-width: 480px) {
  .social-icon {
    width: 38px;
    height: 38px;
    margin-right: 15px;
  }
}
#facebook {
  background-position: -103px 0px;
}
@media (max-width: 480px) {
  #facebook {
    background-position: -106px -2px;
  }
}
#facebook:hover {
  background-position: -103px -47px;
}
@media (max-width: 480px) {
  #facebook:hover {
    background-position: -107px -49px;
  }
}
#location {
  background-position: -52px 0px;
}
@media (max-width: 480px) {
  #location {
    background-position: -55px -2px;
  }
}
#location:hover {
  background-position: -52px -46px;
}
@media (max-width: 480px) {
  #location:hover {
    background-position: -55px -49px;
  }
}
/* ..end Social Icons */
/*NAVIGATION*/
.relative {
  position: relative;
}
.navbar-toggle {
  float: left;
  margin-left: 5px;
  margin-bottom: 3px;
  border-radius: 0px;
  margin-top: 22px;
}
.navbar-label {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  line-height: 29px;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 100;
}
@media (min-width: 768px) {
  .navbar-label {
    display: none;
  }
}
.navbar-collapse {
  text-align: center;
  line-height: 1;
  box-shadow: none;
}
@media (max-width: 767px) {
  .navbar-collapse {
    background: #41669d;
    margin-top: 10px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .navbar-collapse {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    height: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-collapse {
    margin-top: 27px;
  }
}
nav {
  margin-top: 0px!important;
}
@media (min-width: 480px) {
  nav {
    margin-top: 0px!important;
  }
}
.navbar {
  background: #41669d;
  min-height: 45px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0px;
  -webkit-border-radius: 0;
}
@media (min-width: 768px) {
  .navbar {
    clear: both;
    background: none;
    margin-top: 38px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .navbar {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar {
    margin-top: 45px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .navbar {
    margin-top: 85px !important;
  }
}
@media (min-width: 1200px) and (max-width: 2500px) {
  .navbar {
    margin-top: 15px !important;
  }
}
.navbar-nav {
  float: right;
  display: inline-block;
  background-color: #41669d;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  /* navbar-nav */
}
@media (max-width: 767px) {
  .navbar-nav {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .navbar-nav {
    border-radius: 0px;
    -webkit-border-radius: 0px;
  }
}
.navbar-nav li {
  border: 0px;
}
.navbar-nav li a {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  line-height: 27px;
  text-transform: capitalize;
  padding: 12px;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  letter-spacing: 1px;
}
.navbar-nav li a:link {
  padding: 16px 20px;
  transition-duration: .5s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav li a:link {
    font-size: 14px;
    padding: 12px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .navbar-nav li a:link {
    padding: 12px;
    font-size: 18px;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 767px) {
  .navbar-nav li a:link {
    padding: 13px 38px;
  }
}
@media (max-width: 480px) {
  .navbar-nav li a:link {
    padding: 9px 38px;
  }
}
@media (min-width: 1025px) {
  .navbar-nav li a:link {
    font-size: 18px;
  }
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
  background: #4d8ac9;
  color: #fff;
}
.navbar-nav li:first-child a:hover,
.navbar-nav li:first-child a:focus {
  border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
}
@media (max-width: 480px) {
  .navbar-nav li:first-child a:hover,
  .navbar-nav li:first-child a:focus {
    border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.navbar-nav li:last-child a:hover,
.navbar-nav li:last-child a:focus {
  border-radius: 0 12px 12px 0;
  -webkit-border-radius: 0 12px 12px 0;
}
@media (max-width: 480px) {
  .navbar-nav li:last-child a:hover,
  .navbar-nav li:last-child a:focus {
    border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.navbar-nav ul {
  background: #aa2c2d;
}
.navbar-nav .dropdown-menu {
  padding: 0px;
  border: 0px;
  min-width: 730px;
}
@media (max-width: 480px) {
  .navbar-nav .dropdown-menu {
    min-width: 100%;
  }
}
@media (min-width: 481px) {
  .navbar-nav .dropdown-menu {
    margin-left: -1px;
    border-top: 1px solid #3f5f5e;
  }
}
.navbar-nav .active a {
  color: #fff !important;
  background: #4d8ac9;
}
.navbar-nav .active:first-child a {
  border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
}
@media (max-width: 480px) {
  .navbar-nav .active:first-child a {
    border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.navbar-nav .active:last-child a {
  border-radius: 0 12px 12px 0;
  -webkit-border-radius: 0 12px 12px 0;
}
@media (max-width: 480px) {
  .navbar-nav .active:last-child a {
    border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #41669d;
  border-color: #337ab7;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #57595e;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #363739;
}
.dropdown:hover {
  background: #aa2c2d;
  color: white;
}
.dropdown:hover .dropdown-toggle {
  color: white;
}
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .dropdown:hover .dropdown-menu {
    top: 60%;
    display: none;
  }
}
.navbar-toggle .icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 0px;
  background: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  display: none;
}
@media (max-width: 767px) {
  .mega-dropdown-menu {
    font-size: 15px;
  }
}
.mega-dropdown-menu li {
  color: inherit;
}
.mega-dropdown-menu .dropdown-header {
  padding: 10px 0px 3px !important;
  text-decoration: underline;
}
.mega-dropdown-menu .dropdown-header a {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: inherit;
}
@media (max-width: 767px) {
  .mega-dropdown-menu .dropdown-header a {
    font-size: 16px;
  }
}
.mega-dropdown-menu > li > ul {
  padding: 0 0 14px;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li a {
  display: block;
  color: inherit;
  padding: 7px 10px !important;
  font-size: inherit;
}
.mega-dropdown-menu > li > ul > li a:hover,
.mega-dropdown-menu > li > ul > li a:focus {
  text-decoration: none;
  color: #41669d;
}
.mega-dropdown.open .mega-dropdown-menu {
  display: block;
  background: #aa2c2d;
}
.mega-dropdown.open > a:link {
  color: white !important;
}
.logo {
  height: auto;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .logo {
    margin-top: -80px;
  }
}
.logo .navbar-brand {
  float: left;
  padding: 30px 0px 0px 0px;
  height: auto;
}
@media (max-width: 767px) {
  .logo .navbar-brand {
    padding: 0px;
    clear: both;
    float: initial;
  }
}
.logo .navbar-brand img {
  display: inline;
  padding-top: 0;
}
@media (max-width: 767px) {
  .logo .navbar-brand img {
    padding-top: 20px;
    display: block;
    max-width: 200px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .logo .navbar-brand img {
    display: block;
  }
}
.contact {
  text-align: center;
  height: 70px;
}
/*Announcement */
.col-announcement {
  background-color: #41669d;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #fff;
}
.col-announcement p {
  font-size: 20px;
}
.col-announcement p strong {
  font-weight: 600;
}
.col-announcement .side1 {
  text-align: left;
}
.col-announcement .side1 h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  padding: 0px;
  margin: 0 0 8px 0;
  color: #fff;
}
.col-announcement .side2 {
  text-align: left;
  padding-top: 40px;
}
@media (min-width: 100px) and (max-width: 767px) {
  .col-announcement .side2 {
    padding-top: 20px;
  }
}
.col-announcement .side3 {
  text-align: left;
  padding-top: 40px;
}
@media (min-width: 100px) and (max-width: 767px) {
  .col-announcement .side3 {
    padding-top: 20px;
  }
}
.col-announcement a {
  color: yellow;
  font-size: 18px;
  letter-spacing: -0.25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-announcement a {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-announcement a {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
}
.col-announcement a:hover {
  color: #fff;
  text-decoration: none;
}
/*Portable Restroom */
.col-portable-restroom {
  position: absolute;
  top: 15%;
  left: 51%;
  right: 11%;
  display: none;
}
@media (min-width: 100px) and (max-width: 479px) {
  .col-portable-restroom {
    left: 65%;
    right: 0%;
    top: 290px;
    display: block;
  }
  .col-portable-restroom img {
    width: 100px;
    height: 180px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-portable-restroom {
    left: 65%;
    right: 0%;
    top: 270px;
    display: block;
  }
  .col-portable-restroom img {
    width: 120px;
    height: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-portable-restroom {
    left: 70%;
    right: 0%;
    display: block;
    top: 150px;
  }
  .col-portable-restroom img {
    width: 240px;
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .col-portable-restroom {
    left: 72%;
    right: 0%;
    display: block;
    top: 200px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .col-portable-restroom {
    left: 72%;
    right: 0%;
    display: block;
    top: 24%;
  }
}
@media (min-width: 1200px) {
  .col-portable-restroom {
    left: 72%;
    right: 0%;
    display: block;
    top: 16%;
  }
}
/*Carousel */
.carousel {
  min-height: auto;
}
@media (max-width: 480px) {
  .carousel {
    min-height: 200px;
  }
}
@media (max-width: 480px) {
  .carousel-inner {
    min-height: 175px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .carousel-inner .item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .carousel-inner .item {
    height: 200px;
  }
}
.carousel-inner .item img {
  width: auto;
  height: 100%;
}
@media (min-width: 1367px) {
  .carousel-inner .item img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .carousel-inner .item img {
    width: 600px;
  }
}
.carousel-inner {
  min-height: 150px;
}
.carousel-caption {
  left: 2%;
  right: 32%;
}
@media (min-width: 479px) and (max-width: 767px) {
  .carousel-caption {
    left: 2%;
    right: 46%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-caption {
    left: 1%;
    right: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption {
    left: 3%;
    right: 46%;
  }
}
@media (min-width: 1200px) {
  .carousel-caption {
    left: 7%;
    right: 40%;
  }
}
.col-tagline {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  padding: 0px 15px;
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-tagline {
    font-size: 40px;
    padding: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-tagline {
    font-size: 40px;
    padding: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .col-tagline {
    font-size: 40px;
    padding: 15px;
    margin-bottom: 10px;
  }
}
/* item styles */
.item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.item-content {
  padding: 15px;
  background: #424447;
}
.item-text {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-family: 'Open Sans', cursive;
  position: relative;
  overflow: hidden;
  height: 22px;
}
#feature-wrapper {
  background: #41669d;
  background-image: url(../img/featured-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 25px;
  position: relative;
  min-height: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #feature-wrapper {
    min-height: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #feature-wrapper {
    min-height: 140px;
  }
}
@media (min-width: 1200px) {
  #feature-wrapper {
    min-height: 160px;
  }
}
#feature-wrapper .container {
  position: relative;
  z-index: 1;
}
#feature-wrapper a {
  text-decoration: none;
}
#feature-wrapper #bottom-right-image {
  position: absolute;
  bottom: -39px;
  right: 0;
  z-index: 0;
}
.content-bottom .row {
  margin-bottom: 70px;
  padding: 25px;
}
.container.hero.nogap {
  margin-bottom: 0px;
}
.content-main .row {
  padding: 20px 0px;
}
#widget-column {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #widget-column {
    margin-left: 0;
    margin-right: 0;
  }
  #widget-column [class*='col-']:not(:first-child),
  #widget-column [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact {
    text-align: center;
    height: 100px;
  }
  .content-bottom .row {
    margin-bottom: 70px;
    padding: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-bottom .row {
    margin-bottom: 70px;
    padding: 25px;
  }
  .navbar-nav li a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .content-bottom .row {
    margin-bottom: 70px;
    padding: 35px;
  }
}
/* Welcome Message Section */
.content {
  min-height: 585px;
}
.content-section {
  text-align: left;
  background-image: url(../img/main-bg2.jpg), url(../img/main-bg.jpg);
  background-repeat: repeat-x, repeat;
  background-position: bottom center, bottom center;
}
.content-section .container {
  padding-top: 4em;
  padding-bottom: 12em;
}
@media (max-width: 767px) {
  .content-section .container {
    padding-top: 1em;
    padding-bottom: 2em;
  }
}
.content-section .contact-col {
  padding-left: 30px;
}
.content-section .contact-col h1 {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .content-section .contact-col {
    padding-left: 15px;
  }
}
.content-section .welcome {
  text-align: left;
}
@media (min-width: 1200px) {
  .content-section .welcome {
    padding-left: 45px;
  }
}
.content-section p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #675f5c;
}
.content-section p small {
  font-size: 13px;
}
.content-section ul {
  margin-bottom: 0;
}
.content-section ul li {
  font-size: 16px;
  line-height: 26px;
  color: #675f5c;
}
.table-bordered {
  border: 2px dotted #41669d;
  padding: 20px;
  border-radius: 0px;
}
.table-bordered h1 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #212121;
  margin-top: 0;
}
.table-bordered input.form {
  font-size: 9px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  height: 18px;
  width: 200px;
}
.table-bordered p {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.feature-box {
  margin-bottom: 10px;
}
.feature-box figure {
  height: 195px;
  overflow: hidden;
}
.feature-box figure img {
  width: 100%;
  height: auto;
}
.feature-box .feature-details {
  padding: 10px 25px;
  height: 70px;
  text-align: center;
}
@media (max-width: 992px) {
  .feature-box .feature-details {
    height: auto;
  }
}
.feature-box .feature-details p {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .feature-box {
    margin-bottom: 20px;
  }
}
/* ----footer----*/
footer {
  background-color: #aa2c2d;
  font-size: 13px;
  color: #ffffff;
  position: relative;
  padding: 50px 0 20px;
  line-height: 2;
  min-height: 200px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  footer {
    text-align: left;
  }
}
footer a {
  padding: 0 4px;
  color: #f2ddb2;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
footer a:hover {
  color: #7998c7;
  text-decoration: none;
}
.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .google-maps {
    padding-bottom: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .google-maps {
    padding-bottom: 25%;
  }
}
@media (min-width: 1200px) {
  .google-maps {
    padding-bottom: 20%;
  }
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ---- scroller ---- */
#topcontrol {
  right: 15px !important;
  bottom: 15px !important;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #41669d;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(120%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a,
h5 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.hovereffect:hover a,
.hovereffect:hover h5 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover h5:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a,
.hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
}
@media (min-width: 1200px) {
  .hovereffect a,
  .hovereffect p {
    font-size: 18px;
  }
}
.hovereffect:hover a,
.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-phone {
    text-align: center;
    padding-top: 5px;
    font-size: 22px;
    float: left;
  }
  .col-phone .phone-holder {
    padding-left: 45px;
    width: 350px;
    float: right;
    clear: both;
    line-height: 18px;
  }
  .col-phone .phone-holder p {
    text-align: left;
    color: #545454;
  }
  .mapit {
    float: left;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-phone {
    text-align: center;
    padding-top: 5px;
    font-size: 22px;
    float: left;
  }
  .col-phone .phone-holder {
    padding-left: 45px;
    width: 350px;
    float: right;
    clear: both;
    line-height: 18px;
  }
  .col-phone .phone-holder p {
    text-align: left;
    color: #545454;
  }
  .mapit {
    float: left;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .col-phone {
    text-align: center;
    padding-top: 5px;
    font-size: 22px;
    float: left;
  }
  .col-phone .phone-holder {
    padding-left: 45px;
    width: 350px;
    float: right;
    clear: both;
    line-height: 18px;
  }
  .mapit {
    float: left;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.tn {
  margin-right: 9px;
  margin-bottom: 9px;
  width: 127px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tn {
    width: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tn {
    width: 144px;
  }
}
@media (min-width: 1200px) {
  .tn {
    width: 150px;
  }
}
.bs-calltoaction {
  position: relative;
  width: auto;
  padding: 15px 25px;
  border: 1px solid black;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.cta-contents {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cta-title {
  margin: 0 auto 15px;
  padding: 0;
  color: #fff;
  font-size: 34px;
}
.cta-desc {
  padding: 0;
  color: #fff;
}
.cta-desc p:last-child {
  margin-bottom: 0;
}
.cta-button {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cta-contents {
    text-align: center;
  }
}
.bs-calltoaction.bs-calltoaction-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  overflow: auto;
}
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn {
  border-color: #fff;
}
.btn-primary {
  color: #fff !important;
  padding: 20px 16px;
  font-weight: normal !important;
  background-color: #41669d;
  font-size: 18px;
}
.center {
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-header {
  padding-bottom: 5px;
}
.modal-body {
  overflow: auto;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans';
}
.modal-footer {
  padding: 0;
}
.modal-footer .btn-group button {
  height: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  border-right: 1px solid #ddd;
}
.modal-footer .btn-group:last-child > button {
  border-right: 0;
}
