/*

/*============================================================================================*/
/* SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/

@font-face {
  font-family: 'EcoWorldSerifLight';
  src: url('/fonts/EcoWorldSerif-Regular.otf');
  font-weight: 200;
}

@font-face {
  font-family: 'EcoWorldSerif';
  src: url('/fonts/EcoWorldSerif-Regular.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'EcoWorldSerifSemiBold';
  src: url('/fonts/EcoWorldSerif-Bold.otf');
  font-weight: 600;
}

@font-face {
  font-family: 'EcoWorldSerifBold';
  src: url('/fonts/EcoWorldSerif-Bold.otf');
  font-weight: 700;
}

@font-face {
  font-family: 'OpenSansLight';
  src: url('../assets/fonts/OpenSans-Light.ttf');
  font-weight: 200;
}

@font-face {
  font-family: 'OpenSans';
  src: url('../assets/fonts/OpenSans-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'OpenSansSemiBold';
  src: url('../assets/fonts/OpenSans-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'OpenSansBold';
  src: url('../assets/fonts/OpenSans-Bold.ttf');
  font-weight: 700;
}

body {
  background: #fafafa;
  font-size: 13px;
  line-height: 20px;
  font-family: 'OpenSans';
  color: #414141;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  color: #414141;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.main_title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  font-family: 'EcoWorldSerif';
  color: #414141;
}
.main_title h2 {
  text-transform: uppercase;
  font-family: 'EcoWorldSerifSemiBold';
  letter-spacing: 0px;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #414141;
}
.main_title h4 {
  text-transform: uppercase;
  font-family: 'EcoWorldSerifSemiBold';
  letter-spacing: 0px;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #414141;
}
.main_title p {
  font-family: 'OpenSans';
  font-size: 20px;
  color: #414141;
}

h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #189e8e;
}

/*General links color*/
a {
  color: #189e8e;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}
a:hover,
a:focus {
  color: #414141;
  text-decoration: none;
  outline: none;
}

p {
  margin: 0 0 20px 0;
}

.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

/*-------- 1.2 Buttons --------*/

a.btn_1,
.btn_1 {
  border: none;
  /* color: #fff; */
  /* background: rgba(0, 0, 0, 0.5); */
  /* border: 1px solid #dfbe6d; */
  cursor: pointer;
  padding: 10px 25px;
  display: block;
  outline: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'OpenSans';
  background: url('../assets/images/slide_click_me.jpg') no-repeat center;
  background-size: contain;
}

/* a.btn_1:hover,
.btn_1:hover {
  background: rgba(0, 0, 0, 0.8);
} */

a.btn_2,
.btn_2 {
  border: none;
  color: #fff !important;
  background: #dfbe6d;
  border: 1px solid #dfbe6d;
  cursor: pointer;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'EcoWorldSerif';
  width: 95%;
  text-transform: uppercase;
  box-shadow: 0 0 0 5px #dfbe6d, inset 0 0 0 1px #fff;
}

a.btn_2:hover,
.btn_2:hover {
  font-size: 20px;
}

a.btn_full,
.btn_full {
  -webkit-appearance: none;
  border: none;
  color: #fff !important;
  width: 100%;
  background: #189e8e;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: 'OpenSans';
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
a.btn_full:hover,
.btn_full:hover {
  background: #414141;
}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/

/* Margin tools */
.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.margin_30 {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

/*Background colors*/
.white_bg {
  background-color: #fff;
}

/*Spacing*/
.add_bottom_15 {
  margin-bottom: 15px;
}

.add_bottom_30 {
  margin-bottom: 30px;
}

.add_bottom_45 {
  margin-bottom: 45px;
}

.add_bottom_60 {
  margin-bottom: 60px;
}

.add_mtop_15 {
  margin-top: 15px !important;
}

.add_top_60 {
  padding-top: 60px;
}

.no_padding_x {
  padding-right: 0;
  padding-left: 0;
}

.no_margin_x {
  margin-right: 0;
  margin-left: 0;
}

.col-no-padd > div {
  padding-left: 0px;
  padding-right: 0px;
}

.nomargin_top {
  margin-top: 0;
}

/*============================================================================================*/
/* CAROUSEL */
/*============================================================================================*/
@-webkit-keyframes zoom {
  0%,
  100% {
    background-size: 100%;
  }
  50% {
    background-size: 120%;
  }
}
@keyframes zoom {
  0%,
  100% {
    /* background-size: 100%; */
  }
  50% {
    transform: scale(1.14);
    /* background-size: 120%; */
  }
}

/* Slider 1 is video, so disabled animation */
/* .owl-item.active > div.slider-1, */
.owl-item.active > div.slider-2,
.owl-item.active > div.slider-3,
.owl-item.active > div.slider-4,
.owl-item.active > div.slider-5,
.owl-item.active > div.slider-6 {
  animation: zoom 15s ease-out infinite;
  -webkit-animation: zoom 15s infinite;
}

.slider-1 {
  background-image: url('../assets/images/slide_home_1.jpg');
}
.slider-2 {
  background-image: url('../assets/images/slide_home_2.jpg');
}
.slider-3 {
  background-image: url('../assets/images/slide_home_3.jpg');
}
.slider-5 {
  background-image: url('../assets/images/slide_home_5.jpg');
}
.slider-6 {
  background-image: url('../assets/images/slide_home_6.jpg');
}
.slider-14 {
  background-image: url('../assets/images/slide_home_14.jpg');
}
.slider-15 {
  background-image: url('../assets/images/slide_home_15.jpg');
}
.slider-16 {
  background-image: url('../assets/images/slide_home_16.jpg');
}
.slider-17 {
  background-image: url('../assets/images/slide_home_17.jpg');
}
.slider-18 {
  background-image: url('../assets/images/slide_home_18.jpg');
}
.slider-19 {
  background-image: url('../assets/images/slide_home_19.jpg');
}
.slider-20 {
  background-image: url('../assets/images/slide_home_20.jpg');
}
.slider-21 {
  background-image: url('../assets/images/slide_home_21.jpg');
}
.slider-22 {
  background-image: url('../assets/images/slide_home_22.jpg');
}
.slider-23 {
  background-image: url('../assets/images/slide_home_23.jpg');
}
#carousel-home {
  position: relative;
}
#carousel-home .static {
  position: static;
}
#carousel-home .cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-height: none !important;
  z-index: 2;
  opacity: 1 !important;
}
#carousel-home .contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-height: none !important;
  z-index: 2;
  opacity: 1 !important;
}
#carousel-home .owl-carousel {
  position: relative;
}
#carousel-home .owl-carousel .owl-slide {
  height: 750px;
  position: relative;
  background-color: black;
}
/* @keyframes slider {
  0%,
  25%,
  100% {
    left: 0;
  }

  30%,
  55% {
    left: -100%;
  }

  60%,
  85% {
    left: -200%;
  }
} */
@media (max-width: 767px) {
  #carousel-home .owl-carousel .owl-slide {
    height: 760px;
  }
}
#carousel-home .owl-carousel .owl-slide-animated {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -webkit-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
#carousel-home .owl-carousel .owl-slide-animated.is-transitioned {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#carousel-home .owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
#carousel-home .owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
}
#carousel-home .owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
#carousel-home .owl-carousel .owl-dots {
  bottom: 15px;
  width: 100%;
  position: absolute;
  z-index: 3;
}
#carousel-home .owl-carousel .owl-dots .owl-dot,
#carousel-home .owl-carousel .owl-nav [class*='owl-']:focus {
  outline: none;
}
#carousel-home section {
  display: none;
}

.slide-text {
  padding-top: 30px;
}

.slide-text p {
  font-family: 'EcoWorldSerif';
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}

.slide-text hr.line {
  border-top: 1px solid #fff;
  width: 15%;
  margin-top: -10px;
}

.slide-text h2,
.slide-text h3 {
  font-size: 72px;
  font-family: 'EcoWorldSerif';
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767px) {
  .slide-text {
    padding-top: 0;
  }
  .slide-text h2,
  .slide-text h3 {
    font-size: 36px;
  }
}
.slide-text strong {
  font-weight: 700;
  font-size: 28px;
}
.slide-text.white {
  color: #fff;
}
.slide-text.white h2,
.slide-text.white h3 {
  color: #fff;
}

.owl-theme .owl-dots {
  margin-top: 20 !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent !important;
  border: 2px solid #008489;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot span {
  position: relative;
  border-radius: 50%;
  width: 12px !important;
  height: 12px !important;
  background: #fff !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border: 0px solid #dfbe6d;
}
.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  background-color: #dfbe6d !important;
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -6px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

#carousel-home .owl-theme .owl-dots .owl-dot.active span,
#carousel-home .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent !important;
  border: 0px solid #fff;
}

#carousel-home .owl-theme .owl-dots .owl-dot span {
  border: 0px solid #dfbe6d;
}

#carousel-home .owl-theme .owl-dots .owl-dot span::before {
  background-color: #dfbe6d !important;
}

#icon_drag_mobile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(../assets/images/drag_icon.svg) 0 0 no-repeat;
  width: 50px;
  height: 30px;
  opacity: 0.6;
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  #icon_drag_mobile {
    display: block;
  }
}

.owl-theme.list_carousel .item {
  padding: 15px;
}

.owl-theme.list_carousel .item .tour_container,
.owl-theme.list_carousel .item .hotel_container {
  margin-bottom: 0;
}

.owl-theme.list_carousel .item .ribbon_3 {
  top: 10px;
}
.owl-theme.list_carousel .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.feature_home {
  margin: 15px 0 25px 0;
}

.feature_home h3 {
  font-size: 18px;
}

.owl-theme.list_carousel .owl-nav {
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  left: 0;
  width: 100%;
  margin: 0 !important;
}

.owl-theme.carousel_item .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  left: 0;
  width: 100%;
  margin: 0 !important;
}

.owl-theme.list_carousel .owl-prev,
.owl-theme.list_carousel .owl-next,
.owl-theme.carousel_item .owl-prev,
.owl-theme.carousel_item .owl-next {
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  display: block !important;
}

.owl-theme.list_carousel .owl-nav [class*='owl-']:hover,
.owl-theme.carousel_item .owl-nav [class*='owl-']:hover {
  background: none !important;
}

.owl-theme.list_carousel .owl-prev {
  left: -35px;
}

.owl-theme.list_carousel .owl-next {
  right: -35px;
}

.owl-theme.carousel_item .owl-prev {
  left: -5px;
}

.owl-theme.carousel_item .owl-next {
  right: -5px;
}

.owl-theme.list_carousel .owl-prev i,
.owl-theme.list_carousel .owl-next i,
.owl-theme.carousel_item .owl-prev i,
.owl-theme.carousel_item .owl-next i {
  font-size: 46px;
  margin: 0;
  color: #ccc;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-theme.list_carousel .owl-prev i:hover,
.owl-theme.list_carousel .owl-next i:hover {
  color: #333;
}

.owl-theme.carousel_item .owl-next i,
.owl-theme.carousel_item .owl-prev i {
  font-size: 46px;
  color: #fff;
}

.owl-theme.list_carousel .owl-prev.disabled i,
.owl-theme.list_carousel .owl-next.disabled i {
  opacity: 0;
}

.owl-theme.carousel_item .owl-prev.disabled i,
.owl-theme.carousel_item .owl-next.disabled i {
  opacity: 1;
}

.owl-theme.list_carousel .owl-prev.disabled i:hover,
.owl-theme.list_carousel .owl-next.disabled i:hover {
  color: #ccc;
}

.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.grid .photo {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
}
.grid .photo .wrapper {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 0px 20px 0px 20px;
  height: 45px;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.grid .photo .wrapper h2 {
  color: #fff;
  font-family: 'EcoWorldSerifSemiBold';
  font-size: 21px !important;
  font-size: 1.3125rem;
  margin: 0;
  -webkit-transform: translateY(10px) translateZ(0);
  -moz-transform: translateY(10px) translateZ(0);
  -ms-transform: translateY(10px) translateZ(0);
  -o-transform: translateY(10px) translateZ(0);
  transform: translateY(10px) translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.grid .photo .wrapper p {
  color: #fff;
  opacity: 0;
  margin: 0;
  font-size: 13px;
  font-size: 0.875rem;
  font-family: 'OpenSans';
  -webkit-transform: translateY(20px) translateZ(0);
  -moz-transform: translateY(20px) translateZ(0);
  -ms-transform: translateY(20px) translateZ(0);
  -o-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.grid .photo img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  width: 100%;
}
.grid .photo:hover .wrapper {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 20px 20px 20px 20px;
  height: 110px;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.grid .photo:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.grid .photo:hover h2 {
  -webkit-transform: translateY(-5px) translateZ(0);
  -moz-transform: translateY(-5px) translateZ(0);
  -ms-transform: translateY(-5px) translateZ(0);
  -o-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
}
.grid .photo:hover p {
  opacity: 0.8;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}

.new_launch {
  background: #cb0c0c 0% 0% no-repeat padding-box;
  font-size: 11px;
  color: #fff;
  border: none;
  padding: 4px 8px;
  margin-right: 5px;
  font-family: 'OpenSans';
}

.new_launch:hover {
  color: #fff;
  text-decoration: none;
}

.high_rise {
  background: #dfbe6d 0% 0% no-repeat padding-box;
  font-size: 11px;
  color: #fff;
  border: none;
  padding: 4px 8px;
  font-family: 'OpenSans';
}

.high_rise:hover {
  color: #fff;
  text-decoration: none;
}

/*============================================================================================*/
/* RESPONSIVE */
/*============================================================================================*/

/* MEDIA QUERIES size 768/1200px  */
@media (min-width: 768px) and (max-width: 1200px) {
  .grid .photo .wrapper {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    padding: 0px 20px 0px 20px;
    height: 65px;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .grid .photo:hover .wrapper {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    padding: 20px 20px 20px 20px;
    height: 125px;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .img-col-50 {
    max-width: 100%;
    max-height: 160px;
    object-fit: cover;
  }
}
/* END MEDIA QUERIES size 768/1200px  */

/* MEDIA QUERIES min-width 1400px  */
@media (min-width: 1400px) {
  .img-col-50 {
    max-width: 100%;
    min-height: 28vh;
    max-height: 33vh;
    object-fit: cover;
  }
}
/* END MEDIA QUERIES min-width 1400px */

/* MEDIA QUERIES max-width 1024px  */
@media (max-width: 1024px) {
}
/* END MEDIA QUERIES max-width 1024 px  */

/* LOGO H1 FOR RETINA DISPLAY  */
@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 991px) {
}
/* END LOGO H1 FOR RETINA DISPLAY  */

/* MEDIA QUERIES max-width 991px  */
@media (max-width: 991px) {
}
/* END MEDIA QUERIES max-width 991px  */

/* MEDIA QUERIES size 769/979px  */
@media (min-width: 769px) and (max-width: 979px) {
}
/* END MEDIA QUERIES size 769/979px  */

/* MEDIA QUERIES max-width 768px - TABLETS  */
@media (max-width: 768px) {
}
/* END MEDIA QUERIES max-width 768px - TABLETS  */

/* MEDIA QUERIES max-width 767px - MOBILE LANDSCAPE  */
@media (max-width: 767px) {
  .main_title {
    font-size: 14px;
  }

  .main_title h2 {
    font-size: 24px;
  }

  .main_title p {
    font-size: 16px;
  }

  /* Margin tools */
  .margin_60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .margin_30 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .img-col-50 {
    max-width: 100%;
    min-height: 28vh;
    max-height: 30vh;
    object-fit: cover;
  }
}
/* END MEDIA QUERIES max-width 767px - MOBILE LANDSCAPE  */

/* MEDIA QUERIES max-width 480px - MOBILE PORTRAIT  */
@media (max-width: 480px) {
  .slider-1 {
    background-image: url('../assets/images/slide_home_m1.jpg');
  }
  .slider-2 {
    background-image: url('../assets/images/slide_home_m2.jpg');
  }
  .slider-3 {
    background-image: url('../assets/images/slide_home_m3.jpg');
  }
  .slider-5 {
    background-image: url('../assets/images/slide_home_m5.jpg');
  }
  .slider-6 {
    background-image: url('../assets/images/slide_home_m6.jpg');
  }
  .slider-14 {
    background-image: url('../assets/images/slide_home_m14.jpg');
  }
  .slider-15 {
    background-image: url('../assets/images/slide_home_m15.jpg');
  }
  .slider-16 {
    background-image: url('../assets/images/slide_home_m16.jpg');
  }
  .slider-18 {
    background-image: url('../assets/images/slide_home_m18.jpg');
  }
  .slider-19 {
    background-image: url('../assets/images/slide_home_m19.jpg');
  }
  .slider-20 {
    background-image: url('../assets/images/slide_home_m20.jpg');
  }
  .slider-21 {
    background-image: url('../assets/images/slide_home_m21.jpg');
  }
  .slider-22 {
    background-image: url('../assets/images/slide_home_m22.jpg');
  }
  .slider-23 {
    background-image: url('../assets/images/slide_home_m23.jpg');
  }

  #carousel-home .contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: none !important;
    z-index: 2;
    opacity: 1 !important;
  }
}
/* END MEDIA QUERIES max-width 480px - MOBILE PORTRAIT  */
