@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-black-webfont.woff") format("woff"), url("../fonts/roboto-black-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?q83ry4");
  src: url("../fonts/icomoon.eot?q83ry4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?q83ry4") format("truetype"), url("../fonts/icomoon.woff?q83ry4") format("woff"), url("../fonts/icomoon.svg?q83ry4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-decor:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e903"; }

.icon-play-button:before {
  content: "\e904"; }

.icon-twitter:before {
  content: "\e905"; }

.menu,
.submenu,
.contact-list,
.language-list, ul:not([class]):not([id]), .slick-dots, .services-list, .location-list, .certification-list, .info-list,
.second-menu,
.social-network {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

#header {
  padding: 2.875rem 0 0.9375rem;
  background: #202429;
  position: relative; }
  @media (min-width: 768px) {
    #header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 0;
      background: transparent;
      z-index: 9; } }
  @media (max-width: 767px) {
    #header .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 768px) {
    #header .container {
      position: relative; } }

.logo {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0.9375rem;
  z-index: 10; }
  @media (min-width: 1200px) {
    .logo {
      left: 0.3125rem; } }
  .logo a {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    padding: 0.3125rem 0.3125rem 0.625rem; }
    @media (min-width: 768px) {
      .logo a {
        width: 8.75rem;
        height: 8.5625rem;
        padding: 0.3125rem 0.3125rem 1.375rem; } }
  @media (min-width: 768px) {
    .logo img {
      width: 7.3125rem; } }

.nav-opener {
  width: 1.875rem;
  height: 1.625rem;
  display: block;
  text-indent: -624.9375rem;
  overflow: hidden;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    position: absolute;
    top: 0.8125rem;
    left: 5%;
    right: 5%;
    background: #fff;
    height: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after {
    content: "";
    top: 0.25rem; }
  .nav-opener:after {
    top: 1.375rem; }
  .nav-active .nav-opener:after, .nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0.8125rem;
    left: 5%;
    right: 5%; }
  .nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-active .nav-opener span {
    opacity: 0; }

@media (min-width: 768px) {
  .nav {
    width: 100%; } }

@media (max-width: 767px) {
  .drop {
    -webkit-transition: opacity 0.15s linear, visibility 0.15s linear;
    transition: opacity 0.15s linear, visibility 0.15s linear;
    max-height: calc(100vh - 5.4375rem);
    text-align: center;
    padding: 3.125rem 0.9375rem 1.5625rem;
    background: #202429;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto; } }

@media (min-width: 768px) {
  .drop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.nav-active .drop {
  opacity: 1;
  visibility: visible; }

.menu-holder {
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .menu-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 1.25rem 0 0.9375rem 9.375rem;
      margin: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: relative; } }
  @media (min-width: 768px) {
    .home-page .menu-holder:before {
      content: none; } }
  @media (min-width: 768px) {
    .menu-holder:before {
      content: "";
      position: absolute;
      top: 0;
      right: -624.9375rem;
      left: -624.9375rem;
      bottom: 0;
      background: #5c6268; } }
  .menu-holder .btn {
    position: relative; }

@media (min-width: 768px) {
  .header-top {
    position: relative;
    padding: 0.4375rem 10rem 0.125rem 9.375rem; } }

@media (min-width: 768px) {
  .home-page .header-top:before {
    background: #202429; } }

@media (min-width: 768px) {
  .header-top:before {
    content: "";
    position: absolute;
    top: 0;
    right: -624.9375rem;
    left: -624.9375rem;
    bottom: 0;
    background: #676e73; } }

.menu {
  font-size: 0.9375rem;
  text-transform: uppercase;
  max-width: 9.375rem;
  margin: 0 auto 2.5rem; }
  @media (min-width: 768px) {
    .menu {
      max-width: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0.3125rem -0.3125rem; } }
  @media (min-width: 992px) {
    .menu {
      width: auto;
      margin: 0.3125rem -0.3125rem 0;
      padding-right: 0.625rem; } }
  @media (min-width: 1200px) {
    .menu {
      margin: 0.3125rem -1rem 0;
      padding-right: 1.125rem; } }
  @media (max-width: 767px) {
    .menu li {
      padding: 8px 0; } }
  @media (min-width: 768px) {
    .menu > li {
      padding: 0 0.3125rem 0.3125rem;
      position: relative; } }
  @media (min-width: 1200px) {
    .menu > li {
      padding: 0 1rem 0.3125rem; } }
  .menu > li.hover > a {
    color: #cfa806; }
    @media (min-width: 768px) {
      .menu > li.hover > a {
        color: #fecc00;
        background: transparent; } }
  .menu > li.hover .submenu {
    display: block; }
    @media (min-width: 768px) {
      .menu > li.hover .submenu {
        opacity: 1;
        visibility: visible; } }
  .menu a {
    -webkit-transition: color 0.15s linear, background 0.15s linear;
    transition: color 0.15s linear, background 0.15s linear;
    display: block;
    color: #fff; }
    @media (min-width: 768px) {
      .menu a {
        padding: 0; } }
  .menu .submenu {
    display: none;
    text-transform: none; }
    @media (min-width: 768px) {
      .menu .submenu {
        -webkit-transition: opacity 0.15s linear, visibility 0.15s linear;
        transition: opacity 0.15s linear, visibility 0.15s linear;
        display: block;
        font-size: 1.125rem;
        min-width: 13.75rem;
        position: absolute;
        top: 100%;
        left: 0;
        background: #5c6268;
        opacity: 0;
        visibility: hidden; } }
    .menu .submenu li.hover a {
      color: #cfa806; }
      @media (min-width: 768px) {
        .menu .submenu li.hover a {
          color: #fff;
          background: #cfa806; } }
    @media (min-width: 768px) {
      .menu .submenu a {
        color: #fff;
        padding: 0.5rem 0.9375rem; } }

.contact-list,
.language-list {
  font-size: 0.875rem;
  text-transform: uppercase; }
  .contact-list a,
  .language-list a {
    color: #9d8934; }
    .contact-list a:hover,
    .language-list a:hover {
      color: #fecc00; }

.contact-list {
  color: #9d8934; }
  @media (min-width: 768px) {
    .contact-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 0.9375rem;
      position: relative;
      z-index: 1; } }
  .contact-list li {
    margin-bottom: 0.3125rem; }
    @media (min-width: 768px) {
      .contact-list li {
        padding: 0 0.625rem 0.3125rem;
        margin: 0; } }

.language-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.3125rem 0.9375rem 0.3125rem 8.125rem;
  background: #5c6268;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden; }
  @media (min-width: 768px) {
    .language-list {
      max-width: 9.375rem;
      left: auto;
      right: 0.9375rem;
      padding: 0.4375rem 0;
      background: transparent;
      z-index: 10; } }
  .language-list li.active a {
    color: #fecc00; }
  .language-list li:after {
    content: "|";
    color: #9d8934;
    padding: 0 0.3125rem; }
    @media (min-width: 768px) {
      .language-list li:after {
        padding: 0 0.5625rem; } }
  .language-list li:last-child:after {
    display: none; }

body {
  min-width: 320px; }
  @media (min-width: 992px) {
    body {
      font-size: 1.225rem; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

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

.container {
  max-width: 73.125rem; }

h1, .h1 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  color: #fecc00;
  letter-spacing: 3px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 3rem; } }

h2, .h2 {
  font-weight: 400; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 2.5625rem; } }

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.0625rem; } }

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.75rem; } }

@media (min-width: 992px) {
  h5, .h5 {
    font-size: 1.125rem; } }

ul:not([class]):not([id]) {
  line-height: 2.142857; }
  @media (min-width: 768px) {
    ul:not([class]):not([id]) {
      margin-left: 1.875rem; } }
  ul:not([class]):not([id]) li {
    position: relative;
    padding-left: 0.625rem; }
    ul:not([class]):not([id]) li:before {
      content: "";
      height: 3px;
      width: 3px;
      position: absolute;
      top: 0.875rem;
      left: 0;
      background: #5c6268;
      border-radius: 50%; }

a:focus,
.btn:focus {
  outline: none; 
}

a {
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear; }

.btn {
  -webkit-transition: color 0.15s linear, background 0.15s linear;
  transition: color 0.15s linear, background 0.15s linear;
  min-width: 9.125rem;
  font-size: 0.9375rem;
  color: #5c6268;
  text-transform: uppercase;
  padding: 0.5rem 0.9375rem; }
  .btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background: #4a4b54; }
  .btn.btn-primary-white {
    color: #fff; }
  .btn.btn-sm {
    min-width: 6rem; }


    .btn:hover, a:hover {
        color: #fff !important;
    }

img {
  max-width: 100%; }

address {
  font-weight: 500; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

@media (min-width: 992px) {
  .form-control {
    height: 2.5625rem; } }

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .18; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 0;
  position: absolute;
  bottom: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 1200px) {
    .slick-dots {
      bottom: 1.875rem; } }
  .slick-dots li {
    padding: 0 0.3125rem 0.3125rem; }
    .slick-dots li.slick-active button {
      background: #fecc00; }
  .slick-dots button {
    -webkit-transition: background 0.15s linear;
    transition: background 0.15s linear;
    height: 1.0625rem;
    width: 1.0625rem;
    border-radius: 50%;
    background: #a7814d;
    border: none;
    outline: none; }
    .slick-dots button:hover {
      background: #fecc00; }

.intro-section {
  color: #fff; }
  .intro-section .container {
    max-width: 73.125rem !important;
    position: relative; }
  .intro-section h1 {
    text-align: left;
    color: #fecc00;
    line-height: 1;
    margin-bottom: 1.5625rem; }
    @media (min-width: 992px) {
      .intro-section h1 {
        font-size: 4.3125rem; } }
    @media (min-width: 1200px) {
      .intro-section h1 {
        margin-bottom: 2.625rem; } }
    .intro-section h1 strong {
      display: block;
      font-size: 2.625rem;
      color: transparent;
      -webkit-text-stroke: 1px #fff;
      margin-top: -0.9375rem; }
      @media (min-width: 576px) {
        .intro-section h1 strong {
          margin-left: 2.1875rem; } }
      @media (min-width: 992px) {
        .intro-section h1 strong {
          font-size: 5.625rem;
          margin: -1.25rem 0 0 2.1875rem;
          -webkit-text-stroke: 2px #fff; } }
      @media (min-width: 1200px) {
        .intro-section h1 strong {
          margin: -2rem 0 0 4.375rem; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .intro-section h1 strong {
          color: #fff; } }
  .intro-section .slick-slide {
    white-space: nowrap;
    text-align: center;
    padding: 3.125rem 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat; }
    .intro-section .slick-slide:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100vh; }
    .intro-section .slick-slide > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (min-width: 768px) {
      .intro-section .slick-slide {
        padding: 9.375rem 0 3.125rem; } }
    @media (min-width: 1200px) {
      .intro-section .slick-slide {
        padding: 9.375rem 0 4.375rem; } }
    .intro-section .slick-slide:after {
      min-height: calc(100vh - 11.6875rem); }
      @media (min-width: 768px) {
        .intro-section .slick-slide:after {
          min-height: calc(100vh - 12.5rem); } }
      @media (min-width: 1200px) {
        .intro-section .slick-slide:after {
          min-height: calc(100vh - 13.75rem); } }
    .intro-section .slick-slide:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-linear-gradient(top, #000 0%, transparent 100%);
      background: linear-gradient(to bottom, #000 0%, transparent 100%); }
  .intro-section .text-block {
    text-align: left; }
    @media (min-width: 992px) {
      .intro-section .text-block {
        padding-left: 2.1875rem; } }
    @media (min-width: 1200px) {
      .intro-section .text-block {
        padding: 0 8.25rem 0 4.375rem; } }
    .intro-section .text-block .icon-arrow-decor {
      position: absolute;
      top: 50%;
      left: -1.875rem;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 12.5rem;
      color: #fecc00;
      opacity: .28;
      z-index: 1; }
      @media (min-width: 1200px) {
        .intro-section .text-block .icon-arrow-decor {
          font-size: 16.9375rem; } }
    @media (min-width: 992px) {
      .intro-section .text-block p {
        margin-bottom: 1.25rem; } }
    @media (min-width: 1200px) {
      .intro-section .text-block p {
        margin-bottom: 2.5rem; } }

.about-section {
  color: #5c6268;
  padding: 0 0 2.1875rem;
  border-bottom: 0.4375rem solid #fecc00;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .about-section {
      padding-bottom: 1.5625rem; } }
  .about-section h2 {
    color: #cfa806;
    margin-bottom: 1rem; }
  .about-section .bg-img {
    background-repeat: repeat; }

.services-list {
  margin: 0 -0.9375rem 2.1875rem; }
  @media (min-width: 576px) {
    .services-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 576px) {
    .services-list li {
      width: 50%; } }
  @media (min-width: 992px) {
    .services-list li {
      width: 25%; } }
  .services-list a {
    white-space: nowrap;
    text-align: center;
    display: block;
    text-align: center;
    padding: 0.9375rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff; }
    .services-list a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 12.5rem; }
    .services-list a > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (min-width: 992px) {
      .services-list a {
        padding: 0.9375rem 1.5625rem; } }
    .services-list a:hover {
      color: #fecc00; }
    .services-list a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5); }
    @media (min-width: 992px) {
      .services-list a:after {
        min-height: 9.0625rem; } }
  .services-list .h4 {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 0; }
    @media (min-width: 992px) {
      .services-list .h4 {
        font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      .services-list .h4 {
        font-size: 1.75rem; } }

.track-block {
  padding: 1.25rem 0.9375rem;
  margin-bottom: 1.875rem;
  background: #fff;
  box-shadow: 0 0 0.9375rem 0.0625rem rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .track-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1.25rem 2.5rem; } }
  @media (min-width: 1200px) {
    .track-block {
      margin: 0 -0.9375rem 2.5rem;
      padding: 1.25rem 11.25rem 1.25rem 10.3125rem; } }
  .track-block .h4,
  .track-block .track-form {
    position: relative;
    z-index: 1; }
  .track-block .h4 {
    display: block;
    font-weight: 700;
    margin-bottom: 0.625rem; }
    @media (min-width: 768px) {
      .track-block .h4 {
        width: 29%;
        padding-right: 0.9375rem;
        margin: 0; } }
  @media (min-width: 768px) {
    .track-block .track-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 71%; } }
  @media (min-width: 768px) {
    .track-block .track-form .form-group {
      width: calc(100% - 6rem);
      padding-right: 0.9375rem;
      margin: 0; } }
  @media (min-width: 1200px) {
    .track-block .track-form .form-group {
      padding-right: 1.875rem; } }
  .track-block .track-form .btn-holder {
    text-align: right; }
  .track-block .icon-arrow-decor {
    position: absolute;
    top: -9.375rem;
    left: -9.375rem;
    font-size: 18.75rem;
    color: #cecece;
    opacity: .27; }
    @media (min-width: 1200px) {
      .track-block .icon-arrow-decor {
        top: -11.0625rem;
        left: -3.75rem; } }

.media-section {
  padding: 2.1875rem 0;
  color: #fff;
  background: #565d63;
  position: relative; }
  @media (min-width: 992px) {
    .media-section {
      padding: 2.1875rem 0 3.125rem; } }
  .media-section .container {
    position: relative; }
  @media (min-width: 992px) {
    .media-section h2 {
      margin-bottom: 1.25rem; } }
  .media-section .bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .media-section .icon-arrow-decor {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -0.9375rem;
    font-size: 12.5rem;
    color: #fecc00;
    opacity: .28;
    z-index: 1; }
    @media (min-width: 992px) {
      .media-section .icon-arrow-decor {
        font-size: 16.9375rem;
        top: 40%;
        right: -11.5625rem; } }
  .media-section .text-block,
  .media-section .video-block {
    position: relative;
    z-index: 1; }
  .media-section .text-block {
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .media-section .text-block {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .media-section .text-block p {
        margin-bottom: 1.875rem; } }
    @media (min-width: 1200px) {
      .media-section .text-block p {
        margin-bottom: 4.375rem; } }
  .media-section .btn-holder {
    margin: 0 -0.3125rem; }
    .media-section .btn-holder .btn {
      margin: 0 0.3125rem 0.625rem; }
  .media-section .video-block {
    padding-bottom: 52.68%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border: 0.5rem solid #363636; }
    @media (min-width: 1200px) {
      .media-section .video-block {
        margin-top: 1.4375rem; } }
    .media-section .video-block a {
      display: block;
      height: 3.75rem;
      width: 3.75rem;
      font-size: 3.75rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #fff;
      border-radius: 50%;
      overflow: hidden; }
      @media (min-width: 992px) {
        .media-section .video-block a {
          width: 7rem;
          height: 7rem;
          font-size: 7rem; } }
      .media-section .video-block a:hover {
        color: #fecc00; }
      .media-section .video-block a i {
        display: block; }

.warehouse-section {
  font-size: 0.875rem;
  padding: 2.1875rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .warehouse-section {
      padding: 10.625rem 0 2.5rem; } }
  @media (min-width: 992px) {
    .warehouse-section {
      padding: 13.0625rem 0 2.5rem; } }
  .warehouse-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, #000 0%, transparent 100%);
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
    opacity: .72; }
  .warehouse-section .container {
    position: relative; }
  .warehouse-section .row {
    margin: 0 -1.875rem 1.875rem; }
    @media (min-width: 768px) {
      .warehouse-section .row {
        margin: 0 -0.9375rem 1.875rem; } }
    @media (min-width: 992px) {
      .warehouse-section .row {
        margin: 0 0 1.875rem; } }
  .warehouse-section [class*="col-"] {
    padding: 0.9375rem 1.875rem;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .warehouse-section [class*="col-"] {
        padding: 1.875rem 1.875rem 0.9375rem; } }
    @media (min-width: 992px) {
      .warehouse-section [class*="col-"] {
        padding: 3.125rem 2.5rem 0.9375rem; } }
  .warehouse-section h1 {
    margin-left: 0.3125rem; }
    @media (min-width: 768px) {
      .warehouse-section h1 {
        margin-bottom: 1.25rem; } }
    @media (min-width: 992px) {
      .warehouse-section h1 {
        margin-bottom: 1.875rem; } }
  .warehouse-section h3 {
    font-weight: 400; }
    @media (min-width: 768px) {
      .warehouse-section h3 {
        margin-bottom: 1rem; } }
  .warehouse-section .h5 {
    display: block; }
  .warehouse-section .icon-arrow-decor {
    position: absolute;
    top: 1.25rem;
    left: -1.875rem;
    font-size: 12.5rem;
    color: #fecc00;
    opacity: .28;
    z-index: 1; }
    @media (min-width: 992px) {
      .warehouse-section .icon-arrow-decor {
        font-size: 16.9375rem;
        top: 3.75rem; } }
  .warehouse-section .text-block {
    line-height: 2.142857;
    background: #fff; }
    .warehouse-section .text-block .h5 {
      color: #cfa806;
      margin: 0; }
      @media (min-width: 768px) {
        .warehouse-section .text-block .h5 {
          margin-bottom: 0.3125rem; } }
    @media (min-width: 768px) {
      .warehouse-section .text-block p {
        margin-bottom: 2.125rem; } }
  .warehouse-section .location-block {
    color: #fff;
    background: #cfa806; }
    .warehouse-section .location-block .h5 {
      margin-bottom: 0.9375rem; }
      @media (min-width: 992px) {
        .warehouse-section .location-block .h5 {
          margin-bottom: 2rem; } }

.location-list {
  line-height: 1.142857; }
  @media (min-width: 992px) {
    .location-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -0.9375rem; } }
  .location-list li {
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .location-list li {
        width: 50%;
        padding: 0 0.9375rem; } }
  @media (min-width: 992px) {
    .location-list address {
      max-width: 11.875rem; } }

.card .card-img {
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  margin-bottom: 0.625rem; }
  @media (min-width: 992px) {
    .card .card-img {
      padding-bottom: 65%;
      margin-bottom: 0.9375rem; } }

.card .card-title {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0; }

.card .card-body {
  font-size: 0.875rem;
  padding: 0; }

.certification-block {
  padding: 1.25rem 0.9375rem;
  text-align: center;
  background: #fff;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .certification-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1.25rem 2.5rem 0.3125rem; } }
  @media (min-width: 992px) {
    .certification-block {
      padding: 1.25rem 0 0 3.75rem; } }
  .certification-block .h3,
  .certification-block .certification-list {
    position: relative;
    z-index: 2; }
  .certification-block .h3 {
    display: block;
    font-weight: 700;
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .certification-block .h3 {
        text-align: left;
        width: 30%;
        padding-right: 0.625rem; } }
    @media (min-width: 992px) {
      .certification-block .h3 {
        width: 34%; } }
  .certification-block .icon-arrow-decor {
    top: -6.875rem;
    color: #cecece;
    opacity: .27; }
    @media (min-width: 992px) {
      .certification-block .icon-arrow-decor {
        top: -11.25rem;
        left: -0.375rem; } }
  @media (min-width: 768px) {
    .certification-block .certification-list {
      width: 70%; } }
  @media (min-width: 992px) {
    .certification-block .certification-list {
      width: 66%; } }

.certification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .certification-list li {
    width: 50%;
    padding: 0 0.9375rem;
    margin-bottom: 1.25rem;
    position: relative; }
    @media (min-width: 768px) {
      .certification-list li {
        width: 25%; } }
    .certification-list li:nth-child(2n+2):before {
      content: ""; }
    .certification-list li:before {
      width: 1px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background: #cfa806; }
      @media (min-width: 768px) {
        .certification-list li:before {
          content: ""; } }
  .certification-list img {
    margin-bottom: 0.25rem; }
  .certification-list .title {
    display: block;
    font-size: 0.9375rem; }

#footer {
  padding: 2.1875rem 0 1.5625rem; }
  @media (min-width: 768px) {
    #footer {
      padding: 1.875rem 0 2rem; } }
  #footer .logo {
    position: static;
    display: block;
    width: 7.3125rem;
    margin: 0 auto 0.9375rem; }
    @media (min-width: 768px) {
      #footer .logo {
        width: auto;
        margin: 0; } }
    #footer .logo a {
      width: auto;
      height: auto;
      display: block;
      padding: 0;
      background: transparent; }
    @media (min-width: 768px) {
      #footer .logo img {
        max-width: 7.3125rem;
        width: 100%; } }
  #footer address {
    margin: 0;
    line-height: 1.714285; }

@media (min-width: 992px) {
  .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.9375rem; } }

@media (min-width: 768px) {
  .info-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.9375rem 1.25rem; } }

@media (min-width: 992px) {
  .info-holder {
    width: 50%;
    margin: 0; } }

@media (min-width: 1200px) {
  .info-holder.xl-4 {
    width: 46.3%; } }

@media (min-width: 1200px) {
  .info-holder.xl-6 {
    width: 53.7%; } }

@media (min-width: 768px) {
  .info-holder:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .logo-block,
  .contact-block,
  .menu-block,
  .social-block {
    padding: 0 0.9375rem; } }

.contact-block,
.menu-block,
.social-block {
  padding: 0.9375rem 0;
  border-top: 1px solid #d0b006; }
  @media (min-width: 768px) {
    .contact-block,
    .menu-block,
    .social-block {
      padding: 0 0.9375rem;
      border: none;
      position: relative; } }
  @media (min-width: 768px) {
    .contact-block:before,
    .menu-block:before,
    .social-block:before {
      content: "";
      position: absolute;
      width: 1px;
      top: 0;
      left: 0;
      bottom: 0;
      background: #d0b006; } }
  @media (min-width: 992px) {
    .contact-block:before,
    .menu-block:before,
    .social-block:before {
      top: 0.375rem;
      bottom: 0.25rem; } }

@media (min-width: 768px) {
  .logo-block {
    width: 20%; } }

@media (min-width: 1200px) {
  .logo-block {
    width: 27.4%; } }

@media (min-width: 768px) {
  .contact-block {
    width: 40%; } }

@media (min-width: 992px) {
  .contact-block {
    font-size: 0.875rem; } }

@media (min-width: 1200px) {
  .contact-block {
    width: 36.8%; } }

.info-list li {
  margin-bottom: 0.3125rem; }

.info-list a {
  color: #5c6268; }
  .info-list a.email {
    font-weight: 500;
    color: #cfa806; }
    .info-list a.email:hover {
      color: #5c6268; }
  .info-list a:hover {
    color: #cfa806; }

@media (min-width: 768px) {
  .menu-block {
    width: 60%;
    font-size: 0.75rem; } }

@media (min-width: 992px) {
  .menu-block {
    width: 70%; } }

@media (min-width: 1200px) {
  .menu-block {
    width: 76.5%; } }

@media (min-width: 768px) {
  .menu-block:before {
    content: none; } }

@media (min-width: 992px) {
  .menu-block:before {
    content: ""; } }

.second-menu {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .second-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0 -0.3125rem; } }
  @media (min-width: 1200px) {
    .second-menu {
      margin: 0.9375rem -0.625rem 0; } }
  .second-menu li {
    margin-bottom: 0.3125rem; }
    @media (min-width: 768px) {
      .second-menu li {
        padding: 0 0.3125rem 0.625rem;
        margin: 0; } }
    @media (min-width: 1200px) {
      .second-menu li {
        padding: 0 0.625rem 0.625rem; } }
  .second-menu a {
    color: #5c6268; }
    .second-menu a:hover {
      color: #cfa806; }

.copy {
  font-weight: 500;
  color: #a0a5aa; }

@media (min-width: 768px) {
  .social-block {
    width: 40%; } }

@media (min-width: 992px) {
  .social-block {
    width: 30%; } }

@media (min-width: 1200px) {
  .social-block {
    width: 23.5%; } }

.social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .social-network {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 0.625rem; } }
  @media (min-width: 992px) {
    .social-network {
      margin-top: 1.375rem; } }
  .social-network li {
    padding: 0 0.3125rem 0.625rem; }
    @media (min-width: 992px) {
      .social-network li {
        padding: 0 1px 0.625rem; } }
  .social-network a {
    width: 1.5625rem;
    height: 1.5625rem;
    display: block;
    font-size: 1.5625rem;
    border-radius: 50%;
    overflow: hidden; }
    .social-network a:hover {
      color: #5c6268; }
    .social-network a i {
      display: block; }

/* Slick slider styles */
.slick-slider-frame {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider-frame .slick-track,
.slick-slider-frame .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

#footer .info-list a:hover {
  color: #cfa806 !important;
}

.info-list li:last-child {
    white-space: nowrap;
}


/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/*# sourceMappingURL=main.css.map */