@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@font-face {
  font-family: "Aperto";
  src: url("webfonts/Aperto.eot");
  src: url("webfonts/Aperto.eot?#iefix") format("embedded-opentype"), url("webfonts/Aperto.woff2") format("woff2"), url("webfonts/Aperto.woff") format("woff"), url("webfonts/Aperto.ttf") format("truetype"), url("webfonts/Aperto.svg#Aperto") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("webfonts/Futura-Medium.eot");
  src: url("webfonts/Futura-Medium.eot?#iefix") format("embedded-opentype"), url("webfonts/Futura-Medium.woff2") format("woff2"), url("webfonts/Futura-Medium.woff") format("woff"), url("webfonts/Futura-Medium.ttf") format("truetype"), url("webfonts/Futura-Medium.svg#Futura-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.Futura {
  font-family: "Futura";
}

.Aperto {
  font-family: "Aperto";
}

.Lato {
  font-family: "Lato";
}

.color-primary {
  color: #363636;
}

.color-primary-light {
  color: #d8b256;
}

.color-secondary {
  color: #f3efeb;
}

.color-secondary-light {
  color: #f1f1f1;
}

.color-tertiary {
  color: #fae09f;
}

.color-quaternary {
  color: #fae09f;
}

.is-white {
  color: #fff;
}

.is-black {
  color: #000;
}

.is-dark {
  color: #1f1f1f;
}

.is-gray {
  color: #575757;
}

.is-dark-gray {
  color: #747474;
}

.is-light-gray {
  color: #969696;
}

.is-lightest-gray {
  color: #FFF8F8;
}

.is-light-gray-1 {
  color: #eaeaea;
}

.color-green {
  color: #67ae45;
}

.color-1 {
  color: #474747;
}

.color-2 {
  color: #383533;
}

.color-3 {
  color: #caba90;
}

.color-4 {
  color: #caba90;
}

.is-bg-primary {
  background-color: #363636;
}

.is-bg-secondary {
  background-color: #f3efeb;
}

.is-bg-secondary-light {
  background-color: #f1f1f1;
}

.is-bg-tertiary {
  background-color: #fae09f;
}

.is-bg-quaternary {
  background-color: #fae09f;
}

.is-bg-white {
  background-color: #fff;
}

.is-bg-dark {
  background-color: #1f1f1f;
}

.is-bg-gray {
  background-color: #575757;
}

.is-bg-color-4 {
  background-color: #e9f3f6;
}

.container.extra-small {
  width: 1140px !important;
  max-width: none !important;
}
@media screen and (min-width: 1201px) {
  .container.fullhd {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.fullhd.small {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.extra-hd {
    max-width: 85% !important;
  }
}
@media screen and (min-width: 1700px) {
  .container {
    max-width: 1500px !important;
  }
  .container.fullhd {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.fullhd.small {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 90%;
  }
  .container.fullhd {
    width: 100%;
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.fullhd.small {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.extra-small {
    width: 90% !important;
    max-width: none !important;
  }
  .container.m-full-w {
    width: 100% !important;
    max-width: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .container.fullhd {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.fullhd.small {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.media-detail-section .content-wrp h4 {
  color: #67ae45;
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.media-detail-section .content-wrp p {
  color: #363636;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1700px) {
  .media-detail-section .content-wrp h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .media-detail-section .content-wrp p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1500px) {
  .media-detail-section .content-wrp h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .media-detail-section .content-wrp h4 {
    font-size: 14px;
    line-height: 20px;
  }
}


@media only screen and (max-width: 767px){
  .anim_b_t_t_wrp {
    transform: translateY(150px);
  }
  
  .left-right-wrp .select {
    margin: 0 0 10px;
  }
}

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