/*RESPONSIVE*/
@media (max-width: 1700px) {
  .wrapper {
    padding: 0 5%;
  }
  .col_dx {
    padding-top: 0;
  }
  .content_img_page {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  html, body {
    font-size: 18px;
  }
  section {
    margin-bottom: 180px;
  }
  section.bg_page {
    margin-bottom: 130px;
  }
  .margin-top-extra {
    margin-top: 130px;
  }
  .row {
    margin-bottom: 110px;
  }
  footer {
    margin-top: 180px;
  }
  .big-gutters {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .big-gutters > .col, .big-gutters > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m_inside {
    margin-top: 50px;
  }
  .m_border {
    margin-top: 30px;
  }
  h1 {
    font-size: 2rem;
  }
  h3 {
    font-size: 0.9rem;
    line-height: 1.5em;
  }
  .img_box {
    max-height: 600px;
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
  .margin-top-md {
    margin-top: 50px;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .img_box {
    max-height: 500px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
  .margin-top-xs {
    margin-top: 50px;
  }
  .margin-top-extra {
    margin-top: 35px;
	  margin-bottom: 70px;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  html, body {
    font-size: 16px;
  }
  section {
    margin-bottom: 100px;
  }
  section.bg_page {
    margin-bottom: 35px;
  }
  body.legal_page section:first-of-type {
    padding-top: 150px;
  }
  .row {
    margin-bottom: 50px;
  }
  footer {
    margin-top: 100px;
  }
  .wrapper .wrapper {
    padding: 0 2%;
  }
  .content_img_page {
    padding-top: 70px;
    padding-bottom: 120px;
    min-height: 200px;
  }
  .title {
    bottom: 20px;
    left: 20px;
  }
  .img_box_big {
    height: 30vh;
    max-height: 350px;
    min-height: 300px;
  }
  .img_box_mini {
    height: 30vh;
    max-height: 300px;
    min-height: 230px;
  }
  .slick-next {
    right: 10px;
    bottom: 15px;
  }
  .slide_mini .slick-next {
    display: none !important;
  }
  .letter img {
    max-height: 25px;
    max-width: 50px;
  }
  body.legal_page section:first-of-type p {
    font-size: 0.8rem;
  }
}