h1 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 46px;
  font-size: 43px;
  letter-spacing: 2px;
}

h2 {
  font-family: 'Cantarell', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h3 {
  font-family: 'Cantarell', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

p {
  font-family: 'Cantarell', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

#block-views-block-header-footer-header-block, .layout-container, #block-views-block-header-footer-footer-block {
  width: 100%;
  /* overflow: hidden; */
}

video{
  width: 100%;
}

.content-wrapper {
  width: 90%;
  height: 100%;
  max-width: 970px;
  margin: 0 auto;
}

.footer .content-wrapper {
  min-height: 100px;
}


.header {
  width: 100%;
  height: 80px;
  background-color: #000;
  display: block;
  margin: 1px 0;
  position: relative;
  -webkit-box-shadow: 0 5px 20px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 5px 20px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 5px 20px 0 rgba(50, 50, 50, 0.5);
  z-index: 100;
}

.header .separator {
  color: #666;
}

.header .header-links li:last-child{
  display:none;
}

.header .logo {
  width: 15%;
  height: 100%;
  float: left;
}

.header .logo img {
  width: auto;
  height: 100%;
  display: block;
  padding: 10px;
}

.header ul {
  width: 85%;
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.header ul li {
  display: block;
  color: #fff;
  float: left;
  margin: 30px 20px 0 0;
}

.header ul li a {
  font-family: 'Cantarell', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.header ul li a:hover {
  color: #fcde4c;
  text-decoration: none;
}

.header .hamburger-icon {
  display: none;
}

.hero {
  width: 100%;
  margin: 0 0 1px 0;
}

.hero .caption {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
}

.hero .carousel-indicators {
  bottom: 0;
}

.hero .carousel-control {
  cursor: pointer;
  z-index: 2;
}

.hero .carousel-inner {
  z-index: 1;
}

.hero .caption h5 {
  width: 90%;
  margin: 20px auto 0 auto;
  color: #fff;
  font-family: 'Cantarell', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.hero .caption p {
  width: 90%;
  margin: 5px auto 10px auto;
  font-family: 'Cantarell', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.hero-separator {
  width: 100%;
  height: 20px;
  background-color: #000;
  display: block;
  margin: 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 5px 20px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 5px 20px 0 rgba(50, 50, 50, 0.5);
}

.hero .item video {
  position: absolute;
  top: 0;
  left: 0;
}

.page-content-item {
  width: 100%;
  margin: 0;
}

.page-content-item .left {
  width: 70%;
  float: left;
  padding: 50px 0;
}

.page-content-item h1 {
  margin: 0 20px 20px 0;
  color: #000;
}

.page-content-item h2 {
  margin: 30px 40px 10px 0;
  color: #fc1d2c;
}

.page-content-item h3 {
  margin: 20px 40px 0 0;
  color: #333;
}

.page-content-item p {
  margin: 0 40px 10px 0;
}

.page-content-item .content img {
  height: 150px;
  width: auto;
}

.page-content-item .content a img {
  height: auto;
  width: auto;
}

.page-content-item .right {
  width: 30%;
  float: left;
  padding-top: 50px;
}

.page-content-item .right:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.page-content-item .image img {
  width: 100%;
  height: auto;
  margin: 0;
}

.divider {
  width: 100%;
  height: 2px;
  display: block;
  margin: 50px auto 50px auto;
  clear: both;
  border-bottom: 2px solid #ccc;
}

.page-content-item:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.promotions {
  width: 100%;
  margin: 0 0 50px 0;
}

.promotions h1 {
  margin: 0 0 50px 0;
}

.promos {}

.promos:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.promos .promo {
  width: 30%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #666;
  overflow: hidden;
  display: block;
  float: left;
  position: relative;
  margin: 0 5% 40px 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
}

.promos .promo:last-child {
  margin: 0 0 40px 0;
}

.promos .promo:hover {
  border: 2px solid #000;
}

.promos .promo .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 220, 73, .5);
  display: none;
}

.promos .promo img {
  width: 100%;
  height: auto;
}

.promos .promo .caption {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 18px 18px;
  background: rgba(0, 0, 0, .8);
}

.promos .promo .caption h5 {
  width: 90%;
  margin: 10px auto 0 auto;
  color: #fff;
  font-family: 'Cantarell', sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.promos .promo .caption p {
  width: 90%;
  margin: 5px auto 10px auto;
  font-family: 'Cantarell', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
}

#page.basic-page {
    padding: 30px;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #333;
  margin: 0;
}

.footer-separator {
  width: 100%;
  height: 20px;
  background-color: #000;
  display: block;
  margin: 50px 0 1px 0;
  -webkit-box-shadow: 0 -5px 20px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 -5px 20px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 -5px 20px 0 rgba(50, 50, 50, 0.5);
}

.footer .gbgr {
  width: 20%;
  height: 100%;
  display: block;
  float: left;
}

.footer .gbgr img {
  width: auto;
  height: 100%;
  display: block;
  padding: 15px;
}

.footer ul.links {
  width: 60%;
  float: left;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}

.footer ul.links li {
  font-family: 'Cantarell', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 12px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 5px 10px 5px;
  display: inline;
}

.footer ul.links li a, .footer ul.links li span {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.footer ul.links li a:hover {
  color: #666;
  text-decoration: none;
}

.footer ul.icons {
  width: 20%;
  float: left;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}

.footer ul.icons li {
  display: inline;
  padding: 10px 5px 10px 5px;
}

.footer ul.icons li img {
  width: auto;
  height: 30px;
}

.footer ul.icons li a {
  display: inline-block;
}

.footer .disclaimer {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  padding: 5px 0 10px 0;
  margin: 0 auto;
}

.footer .disclaimer p {
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin: 30px 0 20px 0;
}

.hamburger-icon {
  width: 30px;
  height: 50px;
  position: absolute;
  top: 28px;
  right: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  /*display: none;*/
}

.hamburger-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #717275;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburger-icon span:nth-child(1) {
  top: 0;
}

.hamburger-icon span:nth-child(2) {
  top: 10px;
}

.hamburger-icon span:nth-child(3) {
  top: 20px;
}

.hamburger-icon.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hamburger-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.hamburger-icon.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.desktop-img {
  display:block;
}

.desktop-img img {
  width: 100%;
  height: auto;
}

.mobile-img{
  display:none;
}

.mobile-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .desktop-img{
    display:none;
  }

  .mobile-img{
    display:block;
  }
  .header .separator {
    display: none;
  }
  .header ul {
    width: 100%;
    float: none;
    position: absolute;
    display: none;
    top: 80px;
    left: 0;
    z-index: 100;
    background-color: #000;
    border-top: 1px solid #fff;
  }
  .header ul.open {
    display: block;
  }
  .header ul li {
    width: 100%;
    height: 40px;
    display: block;
    color: #fff;
    float: left;
    margin: 0;
    padding: 10px 20px 10px 5%;
    text-align: center;
    border-bottom: 1px solid #666;
  }
  .header ul li a {
    font-family: 'Cantarell', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  .header .hamburger-icon {
    display: block;
  }
  .page-content-item {
    margin: 0;
  }
  .page-content-item .left,
  .page-content-item .right {
    width: 100%;
    float: none;
  }
  .page-content-item h1 {
    margin: 0 0 10px 0;
  }
  .page-content-item h2 {
    margin: 10px 0;
  }
  .page-content-item h3 {
    margin: 10px 0 0 0;
  }
  .page-content-item p {
    margin: 0 0 20px 0;
  }
  .page-content-item img {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
  }
  .promos .promo {
    width: 100%;
    float: none;
  }
  .footer {
    height: auto;
  }
  .footer .gbgr {
    width: 100%;
    margin: 20px auto 10px auto;
  }
  .footer .gbgr img {
    width: 30%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .footer ul {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .footer ul li {
    width: 100%;
    display: block;
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .hero .item video {
    display: none;
  }
  .hero .caption {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
  }

  .hero .carousel-indicators {
    bottom: -5px;
  }

  .hero .caption h5 {
    margin: 10px auto 0 auto;
    font-size: 14px;
  }

  .hero .caption p {
    font-size: 12px;
    line-height: 15px;
  }
}
