@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
  background-color: #ab2830;
  color: #fff;
  font: 15px/22px 'Titillium Web', Arial, Helvetica, sans-serif;
  min-width: 320px;
}

img {
  vertical-align: top;
}

a {
  transition: all 0.3s;
  color: #df9800;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 8px;
  font-weight: 600;
}

h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 15px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  background: #000;
}

.btn {
  border-radius: 0;
}

.btn.btn-green {
  background-color: #9bb227;
  border: solid #9bb227 0px;
  font-size: 17px;
  line-height: 28x;
  color: #fff;
}

.custom-list {
  padding-left: 30px;
}

.custom-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.custom-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #df9800;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 7px;
  overflow: hidden;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.form-control:hover,.form-control:focus {
  box-shadow: none;
  outline: none;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

#header {
  background: #000;
  margin: 0;
  position: relative;
}

#header .top-info {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 25px;
  width: 145px;
  text-align: right;
  z-index: 10;
}

#header .top-info .phone-number {
  margin-bottom: 12px;
  overflow: hidden;
}

#header .top-info img {
  float: left;
  margin-right: 8px;
}

#header .top-info .number {
  display: block;
  overflow: hidden;
  padding-top: 4px;
  color: #fff;
}

#header .top-info .number:hover,#header .top-info .number:focus {
  color: #df9800;
  text-decoration: none;
}

#header .newsletter-link a {
  color: #fff;
}

#header .newsletter-link a:hover,#header .newsletter-link a:focus {
  text-decoration: none;
  color: #df9800;
}

#nav {
  background: transparent;
  border-radius: 0;
  border: 0;
  height: auto;
  min-height: 0;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}

#nav .navbar-brand {
  height: auto;
}

#nav .navbar-brand img {
  max-width: 100%;
}

#nav a {
  color: #fff;
}

#nav a:hover,#nav a:focus {
  color: #df9800;
}


#nav .navbar-toggle {
  margin-top: 95px;
  margin-bottom: 15px;
  border-color: #a51421;
}

#nav .navbar-toggle:hover,#nav .navbar-toggle:focus {
  background: transparent;
}

#nav .navbar-toggle .icon-bar {
  background: #a51421;
}

#main {
  position: relative;
}

.main-carousel {
  margin: 0 -15px -2px;
}

.main-carousel .carousel-control {
  width: 43px;
  height: 43px;
  top: 50%;
  margin-top: -20px;
  left: 15px;
  opacity: 1;
  background: none;
  filter: none;
}

.main-carousel .carousel-control.right {
  left: auto;
  right: 15px;
}

.content-wrap {
  padding: 40px 5px;
  border-top: 1px solid #666;
}

.video-block iframe {
  width: 100%;
  height: 360px;
  vertical-align: top;
}

.latest-news .news-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
}

.latest-news .news-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #df9800;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 6px;
}

.report-box .col {
  margin-bottom: 20px;
}

.guided-trips-block {
  margin-bottom: 50px;
}

.guided-trips-block img {
  max-width: 100%;
}

.guided-trips-block span {
  display: block;
  margin-top: 8px;
}

.modal {
  color: #000;
}

#footer {
  border-top: 1px solid #fff;
  margin: 0 15px;
  padding: 32px 0;
  color: #fff;
  font-size: 12px;
}

.footer-links {
  font-weight: 600;
  padding-top: 20px;
}

.footer-links li {
  padding-left: 8px;
  padding-right: 8px;
}

.footer-links a {
  color: #fff;
}

.footer-links a:hover,.footer-links a:focus {
  color: #df9800;
}

.copyright {
  display: block;
  font-weight: 600;
}

.footer-social {
  margin-bottom: 0;
  text-align: center;
}

.footer-social li {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  #nav .navbar-brand {
    max-width: 250px;
  }

  #nav .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  #header .top-info {
    top: 20px;
  }

  #nav .navbar-nav {
    padding-top: 1px;
    text-align: center;
    float: none !important;
    margin: 7.5px -15px;
  }

  #nav .navbar-nav > li {
    float: none;
  }

  #nav .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #nav .navbar-toggle {
    display: block;
  }

  #nav .navbar-header {
    float: none;
  }

  #nav .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: absolute;
    left: -15px;
    right: -15px;
    top: 100%;
    z-index: 99999;
    background: #000;
  }

  #nav .navbar-collapse.collapse {
    display: none !important;
  }

  #nav .navbar-collapse.collapse.in {
    display: block !important;
  }

  #nav .collapsing {
    overflow: hidden !important;
  }

  #footer {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .custom-list {
    padding-left: 0;
  }

  #header .top-info {
    top: 163px;
    right: auto;
    left: 0;
  }

  #nav .navbar-brand {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto 10px;
  }

  #nav .navbar-toggle {
    margin-top: 180px;
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
  }

  #nav .navbar-header {
    padding-bottom: 90px;
  }

  .content-wrap {
    text-align: center;
  }

  .video-block iframe {
    height: 250px;
  }

  .latest-news {
    margin-top: 20px;
  }

  .latest-news .news-list li {
    padding-left: 0;
  }

  .latest-news .news-list li:before {
    display: inline-block;
    vertical-align: top;
    position: static;
    margin: 8px 8px 0 0;
  }

  .guided-trips-block {
    margin-bottom: 15px;
  }
}
