@media only screen and (max-width: 1250px) {
  /* line 7, ../sass/landing-responsive.scss */
  #home-footer #middle #middle-container #social #facebook {
    position: absolute !important;
  }
}
@media only screen and (max-width: 1250px) {
  /* line 12, ../sass/landing-responsive.scss */
  #home-footer #middle #middle-container #social #youtube {
    position: absolute !important;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 22, ../sass/landing-responsive.scss */
  #news-section .content {
    width: 290px !important;
  }
}
@media only screen and (max-width: 330px) {
  /* line 22, ../sass/landing-responsive.scss */
  #news-section .content {
    width: 265px !important;
  }
}
@media only screen and (max-width: 930px) {
  /* line 31, ../sass/landing-responsive.scss */
  #news-section #b1 {
    height: 350px;
  }
}

/* line 37, ../sass/landing-responsive.scss */
#news-article-section {
  /*background-color: #fff;*/
  position: relative;
}
/* line 41, ../sass/landing-responsive.scss */
#news-article-section .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  /* line 50, ../sass/landing-responsive.scss */
  #news-article-section .article-content {
    width: 75%;
    padding: 130px 0;
  }
}
@media only screen and (max-width: 930px) {
  /* line 50, ../sass/landing-responsive.scss */
  #news-article-section .article-content {
    width: 90%;
    padding: 90px 0;
  }
}
@media only screen and (max-width: 550px) {
  /* line 50, ../sass/landing-responsive.scss */
  #news-article-section .article-content {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 460px) {
  /* line 50, ../sass/landing-responsive.scss */
  #news-article-section .article-content {
    font-size: 95%;
  }
}

/* HEADER */
/* line 73, ../sass/landing-responsive.scss */
#header .selector-button {
  position: absolute;
  z-index: 99;
  right: 30px;
  top: 125px;
  color: white;
  background-color: #fff;
  background-image: url("../img/translate.png");
  width: 209px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
@media only screen and (max-width: 1180px) {
  /* line 73, ../sass/landing-responsive.scss */
  #header .selector-button {
    top: 95px;
    width: 178px;
    right: 12px;
  }
}
@media only screen and (max-width: 930px) {
  /* line 73, ../sass/landing-responsive.scss */
  #header .selector-button {
    left: 215px;
    right: 0;
    top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 73, ../sass/landing-responsive.scss */
  #header .selector-button {
    left: 10px;
    right: 0;
    top: 8px;
    position: relative;
    height: 35px;
    width: 90px;
  }
}
@media only screen and (max-width: 1180px) {
  /* line 71, ../sass/landing-responsive.scss */
  #header {
    font-size: 13px;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  /* line 112, ../sass/landing-responsive.scss */
  #header #menu {
    display: block;
  }
}
@media only screen and (max-width: 930px) {
  /* line 117, ../sass/landing-responsive.scss */
  #header .left {
    position: absolute;
    right: 10px;
    margin: 7px auto !important;
  }
}
@media only screen and (max-width: 700px) {
  /* line 117, ../sass/landing-responsive.scss */
  #header .left {
    margin: 7px auto !important;
  }
}
@media only screen and (max-width: 600px) {
  /* line 117, ../sass/landing-responsive.scss */
  #header .left {
    position: relative;
    margin: auto;
    float: none;
    width: 160px;
  }
}
@media only screen and (max-width: 1180px) {
  /* line 132, ../sass/landing-responsive.scss */
  #header .left #logo {
    width: 160px;
    height: 85px;
    margin: 18px 0 0 0;
  }
}
@media only screen and (max-width: 1180px) {
  /* line 142, ../sass/landing-responsive.scss */
  #header .middle {
    width: 510px;
    margin: 10px;
  }
}
@media only screen and (max-width: 930px) {
  /* line 142, ../sass/landing-responsive.scss */
  #header .middle {
    width: calc( 100% - 20px );
    margin-left: 10px;
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  /* line 142, ../sass/landing-responsive.scss */
  #header .middle {
    margin: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 160, ../sass/landing-responsive.scss */
  #header .middle .top {
    width: 188px;
    margin: 15px auto;
  }
}
@media only screen and (max-width: 320px) {
  /* line 160, ../sass/landing-responsive.scss */
  #header .middle .top {
    margin: 5px auto;
  }
}
@media only screen and (max-width: 600px) {
  /* line 172, ../sass/landing-responsive.scss */
  #header .middle .bottom {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    margin-top: 0px;
    overflow: hidden;
    height: 0;
  }
}
@media only screen and (max-width: 690px) {
  /* line 186, ../sass/landing-responsive.scss */
  #header .middle .bottom nav ul li {
    padding: 12px 5px 5px 3px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 186, ../sass/landing-responsive.scss */
  #header .middle .bottom nav ul li {
    float: none !important;
    width: 100%;
    text-align: center;
    background-color: #FFF;
    font-size: 2em;
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 202, ../sass/landing-responsive.scss */
  #header .middle .bottom nav li:nth-child(1) {
    padding-top: 40px;
  }
}

@media only screen and (max-height: 600px) {
  /* line 214, ../sass/landing-responsive.scss */
  #main #sub-menu {
    margin: 65px auto 50px;
  }
}
@media only screen and (max-height: 600px) {
  /* line 219, ../sass/landing-responsive.scss */
  #main #sub-header {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  /* line 225, ../sass/landing-responsive.scss */
  #arrow-d {
    left: 47%;
  }
}
