/*
Theme Name: childtheme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Kudu Concepts
Author URI: https://www.kuduconcepts.be
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.22.7.1557730637
Updated: 2019-05-13 06:57:17

*/

/*********************
****** GENERAL ******
*********************/

body .et_pb_text{
	letter-spacing: 0.5px !important;
}


@media all and (max-width: 980px) {
	.custom_row {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}

	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
	-webkit-order: 1;
	order: 1;
	}

	.second-on-mobile {
	-webkit-order: 2;
	order: 2;
	}

	.third-on-mobile {
	-webkit-order: 3;
	order: 3;
	}

	.fourth-on-mobile {
	-webkit-order: 4;
	order: 4;
	}


}
/*<<|--------------------------Custom CSS here--------------------------|>>*/

.z-index-1 {
    z-index: 2;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.d-flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}
.align-items-center{
  align-self: center;
}
.acc__card {
    position: relative;
    padding-bottom: 38px;
    cursor: pointer;
    padding-top: 48px;
    border-top: 1px solid #F5F0EE;
    padding-left: 50px;
}
.acc__title {
    display: flex;
    justify-content: space-between;
    padding-right: 97px;
}
.acc__title::after {
    width: 6px;
    height: 6px;
    border-right: 1px solid #051B14;
    border-bottom: 1px solid #051B14;
    position: absolute;
    right: 54px;
    content: " ";
    top: 58px;
    transform: rotate(-136deg);
    transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.acc__panel {  
  color: #212121;
  display: none;
  margin: 0;  
  padding: 10px 0 0 0; 
  text-align: left;
}

.acc__panel p {
    color: #A1A1A1;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
   	font-family: 'roc-grotesk', Helvetica, Arial, Lucida, sans-serif !important;
}
.acc__title h3 {
    font-family: 'roc-grotesk', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.acc__title .right{
    position: relative;
}
.acc__title .right:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 1px;
    width: 2px;
    height: 25px;
    background: #F7F5F4;
}
.acc__title.active .right:before {
    background: #fff;
}
.collapse-wrap {
    max-width: 602px;
}
.collapse-wrap .acc__card:last-child {
    border-bottom: 1px solid #F5F0EE;
}
p.price {
    font-size: 15px;
    color: #051B14;
    font-weight: 700;
    line-height: 25px;
    font-family: 'roc-grotesk', Helvetica, Arial, Lucida, sans-serif;
}
.acc__title span {
    color: #051B14;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'roc-grotesk', Helvetica, Arial, Lucida, sans-serif;
    padding-top: 4px;
    display: block;
}
.banner-video .et_pb_video_box{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1330px;
    height: 448px;
    margin: 0 auto;
}
.banner-video .et_pb_video_box video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;/*
    object-position: right -151px top 0;*/
}
.acc-card-img,
.acc-card {
    position: relative;
}
.acc__card.active {
    background: #F7F5F4;
}
.acc-card-img img {
    height: 900px;
    width: 100%;
    object-fit: cover;
}
.acc-card-img p {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: block;
    background: #051B14;
    padding: 24px 53px 20px 53px !important;
    font-size: 18px; max-width: max-content;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    font-family: 'roc-grotesk', Helvetica, Arial, Lucida, sans-serif;
}

.custom_video2 .et_pb_video_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 240px;
    height: 446px;
    margin: 0 auto;
}
.custom_video2 .et_pb_video_box video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: right -251px top 0;
}
.custom_video .et_pb_video_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 240px;
    height: 446px;
    margin: 0 auto;
}
.custom_video .et_pb_video_box video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: right -151px top 0;
}
.jumbo-slider .et-pb-controllers {
    display: none;
}
ul.map-list li {
    padding-bottom: 10px;
}
@media (max-width: 1100px){
    .acc__card { 
        padding-left: 30px;
    }
    .acc__title {
        padding-right: 40px;
    }
    .acc__title::after{
        right: 17px;
    }
}
@media (max-width: 980px){
    .tile-row .et_pb_column {
        width: 33% !important;
    }
}
@media (max-width: 767px){
    .acc-card-img img {
        height: 400px;        
    }
    .acc-card-img p {        
        padding: 18px 20px 18px 20px !important;
        font-size: 17px;
    }
    .acc__card {        
        padding-bottom: 25px;
        padding-top: 24px;
        padding-left: 20px;
    }
    .acc__title {
        padding-right: 35px;
        flex-wrap: wrap;
    }
    .acc__title::after {        
        right: 12px;
        top: 34px;
    }
    .tile-row {
        column-gap: 15px;
        display: flex;
    }
    .acc-card img {
        height: 420px;
    }
    .acc__title h3 {
        padding-bottom: 0;
    }
}

.acc-card-img.active {
    display: block;
}
.acc-card-img {
    display: none;
}
.map-hubspot {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: absolute;
    background-color: rgb(255 255 255 / 0%);
    cursor: pointer;
    box-shadow: 0 0 0 rgb(255 255 255);
    border: 2px solid #fff;
    bottom: 0;
    transform:translate(-330%, -257px);
    left: 50%;
}
.map-hubspot:before {
    content: '';
    animation: anim-vibrate 2s infinite;
    width: 100% !important;
    height: 100%;
    display: block;
    border-radius: 100%;
}
.map-hubspot span {
    background: #fff;
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.map-hubspot span:before {
    content: '';
    width: 1px;
    height: 0;
    background: #fff !important;
    opacity: 1;
    top: 26px;
    position: absolute;
    left: 6px;
    transition: all .9s ease-in-out;
    transition-delay: .9s;
}
#map_section.active .map-hubspot span:before{
    height: 183px; transition-delay: .9s;
    transition: all .9s ease-in-out;
}
#map_section{
    transition: all .9s ease-in-out;   
}
@keyframes anim-vibrate {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgb(255 255 255 / 70%);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
}
@media (max-width: 767px){
    .map-hubspot {
        width: 20px; height: 20px;
        transform: translate(-217%, -106px);
    }
    .map-hubspot span:before {        
        top: 20px;  left: 3px;
    }
    .map-hubspot:hover span:before {
        height: 60px;
    }
    ul.map-list {
        padding: 0 !important;
    }
}
.social-box {
    background: #F7F5F4;
    max-width: 76px;
    padding: 14px 14px;
    position: fixed;
    top: 65%;
    right: 0;  z-index: 99;
    transform: translateY(-50%);
    
}
.social-box ul.social-wrap {
    padding: 18px 0 0 0 !important;
}
.social-box ul.social-wrap li {
    width: 51px;
    height: 51px;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto 18px auto;
    line-height: 59px;
}

/****** SLIDER ******/
	.introSwiperHome.swiper {
      height: calc(50vw + 40px);
    }
    .introSwiperHome .swiper-slide {
		height: 50vw;
    }
@media screen and (min-width: 980px){
	.introSwiperHome.swiper {
      height: 520px;
    }
    .introSwiperHome .swiper-slide {
		height: 480px;
    }
}
.introSwiperHome.swiper {
      width: 100%;
	overflow: visible;
    }

    .introSwiperHome .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
		width: auto;
      justify-content: center;
      align-items: center;
    }

    .introSwiperHome .swiper-slide img {
  height: 100%;
      /*object-fit: cover;*/
			border-radius: 0px;
    }


  /*  .swiper-parent-container {
      height: 500px;
      max-width: auto;
      margin: 20px auto;
    }

    .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
	  border-radius: 16px;
    }

    .gallery-top {
      height: 80%;
      width: 100%;
    }

    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }*/

	.swiper-scrollbar-drag{
		background-color: #000;
		height: 3px;
		    top: -1px;
	}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	height: 1px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: unset;
	display: none !important;
}

.arrows{
	position: absolute;
	right: 0px;
	bottom: -16px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 40px;
	background-color: #fff;
	z-index: 99;
}

.arrows > div{
position: relative;
 width: 30px !important;
	left: unset;
	right: unset;

}


.arrows .swiper-button-prev{
margin-right: 6px;

}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white{
	background: unset !important;
}

.arrows .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}

