body {
  font-family: 'SeroPro', sans-serif;
  color: #fefeff; }

h1, h2, h3, h4, h5, h6, a {
  color: #d0ad67; }

h2 {
  font-size: 40px;
  font-weight: 400; }

h3 {
  font-size: 30px;
  font-weight: 700; }

p, span, a, div {
  font-size: 18px; }

ul {
  list-style: none;
  padding-left: 0; }
  ul li {
    padding-left: 30px;
    margin-bottom: 25px;
    background-image: url("../img/list.png");
    background-position: top 5px left;
    background-repeat: no-repeat; }

.bg_helper {
  background: rgba(0, 0, 0, 0.5);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

#mouse {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0; }
  #mouse img {
    margin: 0 auto; }

.mouse {
  margin: 0 auto; }

.mouse {
  -webkit-animation: shake 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite both;
  animation: shake 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes shake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slide_nav {
  width: 40px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6; }
  .slide_nav:hover {
    opacity: 1; }

.slide_left {
  background-image: url("../img/arrow_left.png"); }

.slide_right {
  background-image: url("../img/arrow_right.png"); }

.slider {
  margin-bottom: 40px; }
  .slider h2 {
    margin-bottom: 40px;
    margin-top: 0; }
  .slider .card_img {
    margin-top: 40px; }
  .slider .item {
    height: 400px;
    max-height: 400px;
    overflow: hidden; }
    .slider .item p {
      margin-bottom: 20px; }

.card_img {
  margin-top: 75px; }

#menu {
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998; }
  #menu #navigation, #menu #lang_menu {
    margin-top: 12px; }

#navigation li {
  padding-left: 0;
  background: none; }
  #navigation li a {
    padding: 5px;
    color: #fefeff;
    font-size: 16px; }
    #navigation li a:hover, #navigation li a:focus {
      background: none;
      text-decoration: underline; }

#lang_menu {
  display: inline-block;
  margin-left: 15px; }

#lang_menu_button {
  padding-right: 40px;
  padding-left: 10px;
  position: relative;
  padding-top: 5px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fefeff;
  display: inline-block;
  font-size: 16px; }
  #lang_menu_button:after {
    content: '';
    width: 15px;
    height: 9px;
    position: absolute;
    top: 11px;
    right: 10px;
    background-image: url("../img/arrow_down.png");
    background-repeat: no-repeat; }

.open #lang_menu_button {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-decoration: none; }

#lang_menu_dropdown {
  background: none !important;
  margin-top: -2px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  min-width: 10px; }
  #lang_menu_dropdown li {
    background: none;
    padding-left: 0;
    margin-bottom: 0; }
    #lang_menu_dropdown li a {
      color: #fefeff;
      font-size: 16px; }
      #lang_menu_dropdown li a:hover {
        background: none;
        text-decoration: underline; }

.section_1 {
  background: #000000;
  background-image: url("../img/1.jpg");
  background-position: center center;
  background-size: cover; }
  .section_1 h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 70px; }
  .section_1 .h1_img {
    margin-bottom: 70px; }
  .section_1 h2 {
    text-transform: uppercase;
    color: #fefeff;
    font-size: 17px;
    font-weight: lighter;
    letter-spacing: 7.67px;
    line-height: 30px; }

.section_2 {
  background: #000000;
  background-image: url("../img/2.jpg");
  background-position: center center;
  background-size: cover; }
  .section_2 h2 {
    margin-bottom: 70px; }
  .section_2 .row_1 {
    margin-bottom: 50px; }
  .section_2 .row_2 {
    margin-bottom: 50px; }
    .section_2 .row_2 h3 {
      color: #fefeff;
      font-size: 24px;
      letter-spacing: 1.2px;
      font-weight: 300; }
  .section_2 h4 {
    text-transform: uppercase;
    font-weight: 300;
    color: #fefeff;
    font-size: 16px;
    line-height: 26px; }
  .section_2 .single_pluse {
    margin-bottom: 50px; }

.section_3 {
  background: #000000;
  background-image: url("../img/3.jpg");
  background-position: center center;
  background-size: cover; }
  .section_3 h2 {
    margin-bottom: 70px; }
  .section_3 h3 {
    margin-bottom: 30px; }

.single_offer {
  padding-right: 20px; }
  .single_offer .more {
    margin-top: 20px;
    display: block;
    text-decoration: underline;
    outline: none; }

.section_4 {
  background: #000000;
  background-image: url("../img/4.jpg");
  background-position: center center;
  background-size: cover; }

.section_5 {
  background: #000000;
  background-image: url("../img/5.jpg");
  background-position: center center;
  background-size: cover; }

.section_6 {
  background: #000000;
  background-image: url("../img/6.jpg");
  background-position: center center;
  background-size: cover; }
  .section_6 h2 {
    margin-bottom: 40px; }

.section_7 {
  background: #000000;
  background-image: url("../img/7.jpg");
  background-position: center center;
  background-size: cover; }
  .section_7 h2 {
    margin-bottom: 70px; }
  .section_7 h3 {
    margin-bottom: 30px; }

#footer {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0; }
  #footer p, #footer span, #footer a {
    font-size: 13px; }

.modal {
  color: #333333;
  z-index: 999;
  z-index: 9999; }

@media screen and (max-width: 768px) {
  p, span, a, ul, li, div {
    font-size: 16px; }

  ul li {
    text-align: left; }

  .row_1 {
    text-align: left; }
    .row_1 p {
      text-align: left; }

  .single_pluse {
    text-align: left; }

  #mouse, .bg_helper {
    display: none; }

  .section .container {
    padding-left: 20px;
    padding-right: 20px; }

  #menu {
    background: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }

  #lang_menu_dropdown {
    background: #000000 !important; }

  .section {
    padding-top: 50px;
    padding-bottom: 50px; }

  #footer {
    position: relative;
    padding-top: 30px; }
    #footer .text-right {
      text-align: left !important; }

  .logo {
    margin-top: 40px;
    display: block; }
    .logo img {
      margin: 0 auto; }

  .section_2 h4 {
    font-size: 13px;
    line-height: 18px; }

  .single_offer {
    margin-bottom: 40px; }

  .single_offer .more {
    margin-top: 10px; }

  .section_3 h3 {
    margin-bottom: 20px; }

  .section_3 h2, .section_2 h2 {
    margin-bottom: 40px; }

  .slider {
    margin-bottom: 0; }

  .slider .card_img {
    margin: 0 auto;
    margin-bottom: 30px;
    max-height: 120px; }

  .slider h2 {
    margin-bottom: 20px; }

  .slider .item {
    height: auto;
    max-height: 100%; }

  .section_7 h2 {
    margin-bottom: 30px;
    font-size: 30px; }

  .section_7 {
    padding-bottom: 0; }

  .arrow_row {
    text-align: center; }

  .section_2 .row_2 h3 {
    text-align: left; }

  .slider .slide {
    padding-bottom: 50px; }
    .slider .slide .carousel-indicators {
      margin-bottom: 0; }
      .slider .slide .carousel-indicators .active {
        width: 14px;
        height: 14px;
        background: #d0ad67;
        border: 0;
        margin-left: 5px;
        margin-right: 5px; }
      .slider .slide .carousel-indicators li {
        background: #ffffff;
        width: 14px;
        height: 14px;
        border: 0;
        margin: 0;
        margin-left: 5px;
        margin-right: 5px;
        display: inline-block; }

  .section {
    padding-bottom: 40px;
    padding-top: 40px; } }
@media screen and (max-width: 1366px) and (max-height: 768px) {
  #menu {
    padding-bottom: 20px;
    background: #000000; } }
