﻿@charset "UTF-8";
/*
* @section Main Styles
*/
body {
  color: #333;
  font: 500 16px/24px "Merriweather", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
}

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

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font: 400 16px/1.2 'Montserrat';
  color: #111111;
  text-transform: uppercase;
}

h1, .heading-1 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 480px) {
  h1, .heading-1 {
    font-size: 53px;
    line-height: 56px;
  }
}

h2, .heading-2 {
  font-size: 35px;
  line-height: 36px;
  letter-spacing: 3px;
  word-spacing: 2px;
}

h3, .heading-3 {
  font-size: 28px;
}

h4, .heading-4 {
  font-size: 24px;
  text-transform: uppercase;
  word-spacing: 2px;
  letter-spacing: 2px;
}

h5, .heading-5 {
  font-size: 22px;
}

h6, .heading-6 {
  font-size: 17px;
  word-spacing: 3px;
  line-height: 23px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
  color: #ffd600;
}
a:active {
  background-color: transparent;
  color: #ffd600;
}
a:hover {
  color: #ffd600;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*
* @section Main Layout
*/
* + .marked-list {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  * + .marked-list {
    margin-top: 43px;
  }
}

* + .item {
  margin-top: 10px;
}

h2 + .row {
  margin-top: 45px;
}

.row + .row {
  margin-top: 34px;
}

.product + * {
  margin-top: 20px;
}

h6 + time {
  margin-top: 5px;
}

/*
* @subsection Offsets
*/
.offset-1 {
  margin-top: -50px;
}
@media (min-width: 992px) {
  .offset-1 {
    margin-top: -47px;
  }
}
@media (min-width: 1200px) {
  .offset-1 {
    margin-top: -83px;
  }
}

.offset-2 {
  margin-top: -125px;
}
@media (min-width: 992px) {
  .offset-2 {
    margin-top: -255px;
  }
}

.offset-3 {
  margin-right: -49px;
}

.offset-4 {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .offset-4 {
    margin-bottom: 41px;
  }
}

.flow-offset-1 > * + * {
  margin-top: 34px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 34px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 34px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 34px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 34px;
  }
}

.brand + .inline-list {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .brand + .inline-list li:first-child {
    margin-left: 42px;
  }
}
@media (min-width: 992px) {
  .brand + .inline-list {
    margin-top: 90px;
  }
}
.brand + .inline-list li {
  margin-right: 5px;
}

* + .brand {
  margin-top: 20px;
}

/*
* @subsection Well
*/
.well {
  padding-top: 60px;
  padding-bottom: 60px;
}

.well-md {
  padding-top: 0px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .well-md {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}

.well-lg {
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .well-lg {
    padding-top: 49px;
    padding-bottom: 132px;
  }
}
@media (min-width: 1200px) {
  .well-lg {
    padding-top: 197px;
    padding-bottom: 269px;
  }
}

.well-sm {
  padding-top: 25px;
  padding-bottom: 116px;
}
@media (min-width: 992px) {
  .well-sm {
    padding-top: 150px;
    padding-bottom: 247px;
  }
}

.well--inset-1 {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .well--inset-1 {
    padding-bottom: 94px;
  }
}

/*
* @subsection Helpers
*/
.text-center {
  text-align: center;
}

@media (min-width: 992px) {
  .text-left-992 {
    text-align: left;
  }
}

.big {
  font-size: 20px;
  line-height: 22px;
}

.float-left {
  float: left;
}

.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.color-primary {
  color: #ffd600;
}

/*
* @section Components
*/
/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-md {
  padding: 20px 63px;
}
.btn-primary {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  background: #ffd600;
  border: 1px solid #ffd600;
}
.btn-primary:hover {
  background: transparent;
  color: #ffd600;
}

/*
* @subsection Product
*/
.product {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.product img {
  width: 100%;
}
.product:after {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffd600;
}
.product:hover:after {
  opacity: 0.7;
}

/*
* @subsection Marked-list
*/
.marked-list {
  color: #555555;
}
.marked-list li + li {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .marked-list li + li {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .marked-list li + li {
    margin-top: 40px;
  }
}
.marked-list li {
  position: relative;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .marked-list li {
    padding-left: 100px;
  }
}
.marked-list li:before {
  content: '\f178';
  font: 500 17px/1 "FontAwesome";
  color: #ffd600;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .marked-list li:before {
    top: 1px;
    left: 53px;
  }
}

/*
* @subsection Brand
*/
.brand_name {
  overflow: hidden;
}
.brand_name a h1 {
  color: #fff;
}
.brand_slogan {
  font: 400 17px/1.2 "Montserrat";
  margin-top: 22px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 5px;
}

/*
* @subsection Inline list
*/
.inline-list {
  display: block;
}
@media (min-width: 992px) {
  .inline-list {
    display: inline-block;
  }
}

.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  width: 37px;
  height: 37px;
  vertical-align: middle;
  border: 3px solid #ffd600;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.icon-sm {
  font-size: 17px;
  line-height: 31px;
}
.icon-primary {
  color: #111111;
  background: #ffd600;
}
.icon-primary:hover {
  background: transparent;
  color: #ffd600;
}
.icon-default {
  color: #ffd600;
  background: #fff;
}
.icon-default:hover {
  background: #ffd600;
  color: #111111;
}

/*
* @subsection Backgrounds
*/
.bg-default {
  background: #111111;
  z-index: 1;
}
.bg-default h1, .bg-default h2, .bg-default h3, .bg-default h4, .bg-default h5, .bg-default h6, .bg-default .heading-1, .bg-default .heading-2, .bg-default .heading-3, .bg-default .heading-4, .bg-default .heading-5, .bg-default .heading-6 {
  color: dimgray;
  text-transform: uppercase;
}

/*
* @subsection Banner
*/
.banner {
  display: block;
  text-transform: uppercase;
  font: 400 16px/1.2 'Montserrat';
  position: relative;
  width: 270px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  line-height: 25px;
  padding: 62px 88px 63px 50px;
  background: #ffd600;
  border: 3px solid #ffd600;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .banner {
    width: 100%;
  }
}
.banner :after {
  content: url("../images/play_icon.png");
  position: absolute;
  top: 38%;
  right: -23px;
}
.banner:hover {
  cursor: pointer;
  color: #ffd600;
  background: #fff;
}
.banner:hover a:focus {
  color: #ffd600;
}
.banner a:focus {
  color: #111111;
}
.banner a:active {
  color: #111111;
}

/*
* @subsection Box
*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 30px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #7B7A7A;
}
.sf-menu > li.active > a {
  color: #212121;
  background: #ffd600;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #FFF;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #ffd600;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #111111;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #ffd600;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #ffd600;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    /* padding-top: $rd-mobilepanel-height;*/
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #ffd600;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #ccab00;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
* @section HEADER
*/
header img {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  header img {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 74%;
    width: 65%;
  }
}
@media (min-width: 1200px) {
  header img {
    position: absolute;
    max-width: none;
    top: -74px;
    right: 88%;
    width: 116%;
  }
}
header .brand, header .inline-list, header .brand_slogan {
  position: relative;
  z-index: 3;
}
header .brand {
  display: inline-block;
}
header .nav {
  float: right;
}
@media (max-width: 992px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

h1 > a {
  color: #fff;
}
h1 > a:hover {
  color: #fff;
}

/*
* @section CONTENT
*/
main {
  display: block;
}

/*
* @section FOOTER
*/
footer h1 > a {
  color: #fff;
}
footer h1 > a:hover {
  color: inherit;
}
footer .big {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}
footer * + h6 {
  margin-top: 5px;
}
footer * {
  margin-top: 5px;
}
footer h1 > a:hover, footer h2 > a:hover, footer h3 > a:hover, footer h4 > a:hover, footer h5 > a:hover, footer h6 > a:hover, footer .heading-1 > a:hover, footer .heading-2 > a:hover, footer .heading-3 > a:hover, footer .heading-4 > a:hover, footer .heading-5 > a:hover, footer .heading-6 > a:hover {
  color: #111111;
}
footer .well--inset-2 {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  footer .well--inset-2 {
    padding-bottom: 106px;
  }
}
footer h6 {
  text-align: center;
}
footer .copyright {
  padding-top: 5px;
  font-size: 12px;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  color: #a1a1a1;
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  footer .copyright {
    text-align: left;
    float: left;
  }
}
footer .inline-list {
  text-align: center;
}
@media (min-width: 992px) {
  footer .inline-list {
    margin-right: 20px;
    display: block;
    margin-left: 40px;
    text-align: left;
  }
}
footer .inline-list li {
  margin-right: 5px;
}

/*# sourceMappingURL=style.css.map */
