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

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

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

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

@viewport {
  width: device-width;
}

.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}

body {
    background: #968f6c url("../images/bg-body.jpg") no-repeat 50% 0 fixed;
    background-size: cover;
    color: #fff;
    font: 13px/22px Arial, Helvetica, sans-serif;
    min-width: 320px;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

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

a:hover,a:focus {
  text-decoration: none;
}

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

h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  line-height: 20px;
}

p {
  margin-bottom: 1.8em;
}

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

.img-wrap {
  width: 100%;
  position: relative;
  float: left;
  left: 50%;
  min-width: 830px;
}

.img-wrap img {
  width: 100%;
  position: relative;
  float: left;
  left: -50%;
  height: auto;
}

.btn {
  border-radius: 0;
}

.btn.btn-yellow {
  text-align: center;
  text-shadow: 0 1px 0 #ffe776;
  color: #9c6001;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 150px;
  border-radius: 3px;
  border: 0;
  background: #ffe03f;
  background: -moz-linear-gradient(top, #ffe03f 0%, #ffce2b 36%, #feb109 81%, #ffaa02 100%);
  background: -webkit-linear-gradient(top, #ffe03f 0%, #ffce2b 36%, #feb109 81%, #ffaa02 100%);
  background: linear-gradient(to bottom, #ffe03f 0%, #ffce2b 36%, #feb109 81%, #ffaa02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe03f', endColorstr='#ffaa02',GradientType=0 );
}

.btn.btn-yellow:hover,.btn.btn-yellow:focus {
  background: #ffaa02;
  background: -moz-linear-gradient(top, #ffaa02 0%, #feb109 19%, #ffce2b 64%, #ffe03f 100%);
  background: -webkit-linear-gradient(top, #ffaa02 0%, #feb109 19%, #ffce2b 64%, #ffe03f 100%);
  background: linear-gradient(to bottom, #ffaa02 0%, #feb109 19%, #ffce2b 64%, #ffe03f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa02', endColorstr='#ffe03f',GradientType=0 );
}

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

.form-control:hover,.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #ddd;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.text-underline {
  text-decoration: underline;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

#header {
  position: relative;
  padding: 25px 0 55px;
  z-index: 100;
}

.sticky-header .header-bottom {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 999;
}

.logo {
  float: left;
}

.header-right {
  float: right;
  text-align: right;
}

.orvis-logo {
  margin-bottom: 20px;
}

.phone-box {
  float: left;
  background: url("../images/phone-bg.png") no-repeat;
  font-family: 'League Gothic';
  font-size: 24px;
  line-height: 26px;
  padding: 6px 20px;
  position: relative;
  z-index: 1;
  width: 260px;
  text-align: center;
}

.phone-box a {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 40px;
  letter-spacing: 2px;
}

.phone-box a:hover,.phone-box a:focus {
  color: #dcae00;
  text-decoration: none;
  outline: none;
}

.phone-box a:before {
  content: "";
  position: absolute;
  left: 30px;
  top: -2px;
  background: url(../images/icon-phone.png) no-repeat;
  width: 35px;
  height: 26px;
}

.social-network {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.social-network li {
  float: left;
  max-width: 35px;
  margin-left: 8px;
}

.header-bottom {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#nav {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 -15px;
  min-height: 0;
}

#nav .navbar-nav {
  display: table;
  width: 100%;
  text-align: center;
}

#nav .navbar-nav li {
  display: table-cell;
  vertical-align: middle;
  float: none;
  position: relative;
  border-left: 1px solid #686868;
}

#nav .navbar-nav li:first-child {
  border-left: 0;
}

#nav .navbar-nav li:hover .sub-menu {
  display: block;
}

#nav .navbar-nav a {
  color: #fff;
  padding: 13px 10px;
}

#nav .navbar-nav a:hover,#nav .navbar-nav a:focus {
  color: #dcae00;
  text-decoration: none;
  outline: none;
}

#nav .navbar-toggle {
  background-color: #dcae00;
  border-color: #dcae00;
}

#nav .navbar-toggle:hover {
  background: #dcae00;
}

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

#nav .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.65);
  min-width: 165px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #656565;
  display: none;
}

#nav .sub-menu li {
  display: block;
}

#nav .sub-menu li a {
  padding: 12px;
  display: block;
}

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

.content-wrap {
  padding-top: 30px;
  padding-bottom: 70px;
}

.page-title {
  padding-top: 80px;
  padding-bottom: 140px;
  text-align: center;
}

.page-title h1 {
  font-family: 'League Gothic';
  font-size: 60px;
  line-height: 70px;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: 3px;
  word-spacing: 3px;
}

.sidebar {
  max-width: 200px;
  float: right;
}

.sidebar h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 20px;
}

.news-block .img-holder {
  margin-bottom: 25px;
  border: solid 3px #FFFFFF;
  box-shadow: 0px 0px 6px 0px #332f19;
}

.news-block h3 {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.two-col-box {
  overflow: hidden;
  margin-bottom: 30px;
}

.two-col-box .box-left {
  float: left;
  margin-right: 50px;
  max-width: 120px;
}

.two-col-box .box-right {
  overflow: hidden;
}

.contact-info {
  font-size: 18px;
  line-height: 28px;
}

.contact-info li {
  margin-bottom: 5px;
}

.contact-info li a {
  color: #fff;
}

.contact-info li a:hover,.contact-info li a:focus {
  text-decoration: underline;
}

.modal-sm {
  max-width: 300px;
  margin: 20px auto;
}

.modal-title {
  color: #444;
}

.newsletter-form {
  color: #444;
}

.newsletter-form label {
  font-weight: normal;
}

#footer {
  background: #343226;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.footer-links {
  float: left;
  width: 70%;
  padding-top: 12px;
}

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

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

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

.footer-orvis-logo {
  max-width: 80px;
  float: left;
}

.copyright {
  color: #fff;
  padding-top: 12px;
  float: right;
}

@font-face {
  font-family:'League Gothic';src:url("../fonts/LeagueGothic-CondensedRegular.eot");src:url("../fonts/LeagueGothic-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/LeagueGothic-CondensedRegular.woff2") format("woff2"), url("../fonts/LeagueGothic-CondensedRegular.woff") format("woff"), url("../fonts/LeagueGothic-CondensedRegular.ttf") format("truetype"), url("../fonts/LeagueGothic-CondensedRegular.svg#LeagueGothic-CondensedRegular") format("svg");font-weight:normal;font-style:normal;
}

@media (min-width: 1025px) {
  .tel-link {
    cursor: default;
    pointer-events: none;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1020px;
  }
}

@media (max-width: 1199px) {
  body {
    background-attachment: initial !important;
    background-size: 3100px;
  }

  #nav {
    margin: 0;
  }

  #nav .navbar-nav {
    display: block;
    width: auto;
    margin: 0;
    padding: 3px 0 12px;
  }

  #nav .navbar-nav li {
    display: block;
    border-left: 0;
  }

  #nav .navbar-nav a {
    padding: 8px 999px;
    margin: 0 -999px;
    border-bottom: 1px solid #333;
  }

  #nav .sub-menu {
    display: block;
    position: static;
    background: transparent;
    border: 0;
  }

  #nav .sub-menu li a {
    padding: 8px 999px;
    margin: 0 -999px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
    width: 100px;
    margin: 8px auto;
    float: none;
  }

  .navbar-toggle .menu-text {
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    color: #fff;
    top: 7px;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 100;
    padding: 0 999px;
    margin: 0 -999px;
    background: rgba(0, 0, 0, 0.95);
  }

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

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

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

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

  .navbar-text {
    float: none;
    margin: 15px 0;
  }/* since 3.1.0 */  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .page-title h1 {
    font-size: 50px;
    line-height: 60px;
  }

  #footer {
    text-align: center;
  }

  .footer-links {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-orvis-logo {
    float: none;
    margin: 0 auto;
  }

  .copyright {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  body {
    background-size: 2400px;
  }

  .img-wrap {
    min-width: 500px;
  }

  .btn.btn-yellow {
    font-size: 16px;
    min-width: 115px;
  }

  #header {
    padding-top: 12px;
  }

  .logo {
    max-width: 120px;
    float: none;
    margin-bottom: 10px;
  }

  .header-right {
    float: none;
    width: 100%;
    text-align: center;
  }

  .orvis-logo {
    position: absolute;
    right: 15px;
    top: 25px;
    max-width: 100px;
  }

  .phone-box {
    float: none;
    margin: 0 auto 10px;
  }

  .social-network li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

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

  .page-title {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .page-title h1 {
    font-size: 35px;
    line-height: 32px;
    word-spacing: 0;
    letter-spacing: 1px;
  }

  .sidebar {
    float: none;
    margin: 0 auto;
  }

  .two-col-box .box-left {
    float: none;
    margin: 0 auto 20px;
  }

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