<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
Hide search
*/
/*#bouton_top_right .elementor-row .elementor-column.elementor-inner-column:first-child {
    width: 18px;
    display: none !important;
}*/
/**
Hide language dropdown
*/
/*Date 07.10.2020
#bouton_top_right .elementor-row .elementor-column.elementor-inner-column:last-child {
    display: none !important;
}*/
/**
Menu Left Hide News 
*/
.online150720.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1582 {
    display: none !important;
}

/**
Footer hide disabled and hide news
*/
.f_disabled {
    display: none !important;
}
.online150720.f_news {
    display: none !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/wp-content/themes/hello-theme-child-master/css/./ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/wp-content/themes/hello-theme-child-master/css/./fonts/slick.eot);
    src: url(/wp-content/themes/hello-theme-child-master/css/./fonts/slick.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/hello-theme-child-master/css/./fonts/slick.woff) format('woff'), url(/wp-content/themes/hello-theme-child-master/css/./fonts/slick.ttf) format('truetype'), url(/wp-content/themes/hello-theme-child-master/css/./fonts/slick.svg#slick) format('svg');
}
/* Arrows */
body .slick-prev,
body .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 5px;
    z-index: 314;
}
[dir='rtl'] .slick-prev
{
    right: 5px;
    left: auto;
    z-index: 314;
}
.slick-prev:before
{
    content: '.';
    background: url(/wp-content/uploads/UI/F-Down.png) no-repeat 100% 100%;
	background-size: 100%;
    text-indent: -200px;
    display: inline-block;
    width: 20px;
	transform: rotate(90deg);
	overflow: hidden;
}

.even .slick-prev:before
{
    content: '.';
    background: url(/wp-content/uploads/UI/F-Down-Black.png) no-repeat 100% 100%;
	background-size: 100%;
    text-indent: -200px;
    display: inline-block;
    width: 20px;
	transform: rotate(90deg);
	overflow: hidden;
}


[dir='rtl'] .slick-prev:before
{
    content: '.';
    background: url(/wp-content/uploads/UI/F-Down.png) no-repeat 100% 100%;
	background-size: 100%;
    text-indent: -200px;
    display: inline-block;
    width: 20px;
	transform: rotate(90deg);
	overflow: hidden;
}

.slick-next
{
    right: 5px;
    z-index: 314;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 5px;
    z-index: 314;
}
.slick-next:before
{
    content: '.';
    background: url(/wp-content/uploads/UI/F-Down.png) no-repeat 100% 100%;
	background-size: 100%;
    text-indent: -200px;
    display: inline-block;
    width: 20px;
	transform: rotate(-90deg);
	overflow: hidden;
}
.even .slick-next:before
{
    content: '.';
    background: url(/wp-content/uploads/UI/F-Down-Black.png) no-repeat 100% 100%;
	background-size: 100%;
    text-indent: -200px;
    display: inline-block;
    width: 20px;
	transform: rotate(-90deg);
	overflow: hidden;
}
[dir='rtl'] .slick-next:before
{
    content: '.';
    background: url(/wp-content/uploads/UI/F-Down.png) no-repeat 100% 100%;
	background-size: 100%;
    text-indent: -200px;
    display: inline-block;
    width: 20px;
	transform: rotate(-90deg);
	overflow: hidden;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slick-dots
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: white;
}


/*
Date : 31.08.2020
Patch zone UI detect arrow
*/


body .slick-prev,
body .slick-next
{
	height: 100%;
	width: 50px;	
}
.slick-next::before {
    position: absolute;
    top: 50%;
    right: 0;
}
.slick-prev::before {
    position: absolute;
    top: 50%;
    left: 0;
}
/******************
Date : 20.03.2020
Description : collections CSS layout and js adaptation

-- 1 -- Menu Collections
-- 2 -- Section collections type

***/


p {
	margin: 0; padding:0;
}
body .elementor-column-gap-default&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated {
  
}
#menu_collection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    max-width: 1800px;
    margin: 0 auto;
	display: none;
}
body.preload_before.menu_collections_enable:before {
	content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    z-index: 404;
    padding: 0;
    margin: 0;
    background-image: url(/wp-content/themes/hello-theme-child-master/css/ajax-loader-Black.gif);
    background-repeat: no-repeat;
    background-position: center 150px;
    opacity: 1;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 190px;
    display: inline-block;
}
	
.p_active .s_span.hvr-sweep-to-top:before, .p_active .hvr-sweep-to-top:before, .p_active   hvr-sweep-to-top:before {
  -webkit-transform: scaleY(1.01);
  transform: scaleY(1.01);
   -webkit-transform: scaleX(1.01);
  transform: scaleX(1.01);
}
.p_active  .s_span.hvr-sweep-to-top, .p_active  .s_span.hvr-sweep-to-top, .p_active  .s_span.hvr-sweep-to-top {
    color: #000000;
}
.collection {
	position:relative;
	
}
.col_img{
	position:relative;
	
}
.btn_parent{
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.wrapper_col_btn {

    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
}
.col_btn{
	width: 210px;
	text-transform: uppercase;
	font-size: 0.8em;
	width: 200px;
    text-transform: uppercase;
    font-size: 12px;

}

/******************
Date : 08.04.2020
Description : Products caro
***/
.products_caro {
	max-width: 1800px;
	width: 100%;
	display: none;
}
.products_caro img{
	width: 160px;
}
.products_caro .p_item{
	display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.fig,
.title_1,
.title_2 {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
}

/******************
Date : 30.03.2020
Description : Collections Type Cards
***/
.collection_type {
	display: flex;
	flex-direction: column;
}
.row_1 {
	display: flex;
}
.row_2 {
	display: flex;
    justify-content: center;
    padding: 0px 50px 50px 50px;
    align-items: center;
    align-content: center;
	position: relative;
}
figure img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
figure {
	display: flex;
	width: 60%;
    padding: 0;
    margin: 0;
}
.collection_type_content {
	display: flex;
	width: 40%;
	flex-direction: column;
	text-align: justify;
}


/*Color and flex direction*/
.even {
    background: white;
    color: #000000;
}
.even .row_1 {
	flex-direction: row;
}
.even .a_caro{
    color: #000000;
}
.odd {
    background: #000000;
    color: #ffffff;
}
.odd .row_1 {
	flex-direction: row-reverse;
}
.odd .a_caro{
    color: #ffffff;
}
.row_1 h2 {
	text-transform: uppercase;
	font-size: 33px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 40px 0;
}
.row_1 p{
	font-size: 18px;
}
.even p,
.even p, .even .row_1 h2 {
    color: #000000;
}
.odd p, .odd .row_1 h2 {
    color: #ffffff;
}
.collection_type_content_wrapper{
    max-width: 710px;
    width: 100%;
}
.even .collection_type_content{
	padding: 120px 85px  0 50px;
}
.odd .collection_type_content{
	padding: 120px 50px 0 85px;
}

/*Big screen*/
@media screen and (min-width: 2048px) {
	.collection_type_content_wrapper {
		max-width: 100%;
		width: 95%;
		padding: 4vh;
	}
	.row_1 h2 {
		text-transform: uppercase;
		font-size: 3vh;
		font-weight: bold;
		text-align: left;
	}
	.row_1 p{
		font-size: 2vh;
	}
}
/*Notebook*/
@media screen and (max-width: 1475px) {
	.row_1 h2 {
		text-transform: uppercase;
		font-size: 26px;
		font-weight: bold;
		text-align: left;
	}
	figure {
		width: 60%;
	}
	.collection_type_content {
		width: 40%;
	}
	.collection_type {
		justify-content: center;
	}
	.collection_type_content {
		display: block;
		text-align: justify;
		padding: 0;
		display: flex;
		justify-content: center;
		padding: 40px;
	}
	.even .collection_type_content{
		padding: 60px;
	}
	.odd .collection_type_content{
		padding: 60px;
	}
	.collection_type_content_wrapper{
		width: 100%;
	}
}

/*Big mobile*/
@media screen and (max-width: 768px) {
	.collection_type {
		display: block;
	}
	.row_1 {
		display: block;
	}
	.row_2 {
		display: block;
	}
	figure {
		display: block;
		width: 100%;
	}
	.row_1 h2 {
		text-align: center;
	}
	.collection_type_content {
		display: block;
		max-width: 500px;
		width: 100%;
		text-align: justify;
		display: flex;
		justify-content: center;
		padding: 40px;
		margin: 0 auto;
	}
	.even .collection_type_content{
		padding: 40px;
	}
	.odd .collection_type_content{
		padding: 40px;
	}
	.collection_type_content_wrapper{
		max-width: 500px;
		width: 100%;
	}
}
/******************
Date : 20.03.2020
Description : collections CSS layout and js adaptation

-- 1 -- Menu Collections
-- 2 -- Section collections type

***/


p {
	margin: 0; padding:0;
}
body .elementor-column-gap-default&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated {
  
}
#menu_collection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    max-width: 1800px;
    margin: 0 auto;
	display: none;
}
body.preload_before:before {
	content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    z-index: 404;
    padding: 0;
    margin: 0;
    background-image: url(/wp-content/themes/hello-theme-child-master/css/ajax-loader-Black.gif);
    background-repeat: no-repeat;
    background-position: center 150px;
    opacity: 1;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 190px;
    display: inline-block;
}
	
.p_active .s_span.hvr-sweep-to-top:before, .p_active .hvr-sweep-to-top:before, .p_active   hvr-sweep-to-top:before {
  -webkit-transform: scaleY(1.01);
  transform: scaleY(1.01);
   -webkit-transform: scaleX(1.01);
  transform: scaleX(1.01);
}
.p_active  .s_span.hvr-sweep-to-top, .p_active  .s_span.hvr-sweep-to-top, .p_active  .s_span.hvr-sweep-to-top {
    color: #000000;
}
.collection {
	position:relative;
	
}
.col_img{
	position:relative;
	
}
.btn_parent{
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.wrapper_col_btn {

    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
}
.col_btn{
	width: 210px;
	text-transform: uppercase;
	font-size: 0.8em;
	width: 200px;
    text-transform: uppercase;
    font-size: 12px;

}


/******************
Date : 30.03.2020
Description : Collections Type Cards
***/
.b_brand_vid {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

/* Section Video 1 */
.b_brand_content_vid {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
}
.b_brand_vid.even .b_brand_content_vid h2 {
    text-transform: uppercase;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
	display: none;
}
.b_brand_vid .centered{
    display: flex;
    align-items: center;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.b_brand_vid .centered iframe {
    width: 100%;
}

.b_brand_video {
    position: relative;
	background: #000000;
}
.b_brand_overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.b_brand_overlay_wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 1;
	display: flex;
    justify-content: center;
    align-items: center;
}
.b_brand_overlay .col_btn.s_span.hvr-sweep-to-top {
    color: #ffffff;
    background: #000000;
}

.js-vid-pause{
    cursor: pointer;
}
.js-vid-pause .delay_sub_overlay:before{
	content: ' ';
    width: 100%;
    height: 70px;
    background: #000000;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	text-transform: uppercase;
	font-size: 22px;
}
.js-vid-pause .delay_sub_overlay:after{
	content: ' ';
    height: 70px;
    width: 100%;
    background: #000000;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	text-transform: uppercase;
	font-size: 22px;
}
.js-vid-play{
    cursor: pointer;
}
.brand-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	opacity:0.5;
}
.b_brand_play_ic {
    width: 0px;
    height: 0px;
    border-top: 0.6em solid transparent;
    border-bottom: 0.6em solid transparent;
    border-left: 1em solid #ffffff;
    margin-top: 0;
    transform: scale(1);
    font-size: 250%;
    cursor: pointer;
}
.b_brand_play_ic:hover {
	opacity:0.7
}

.js-vid-play .s_span.hvr-sweep-to-top:hover, .s_text .s_span.hvr-sweep-to-top:focus, .s_text .s_span.hvr-sweep-to-top:active {
    color: #000000 !important;
}
.b_brand_yt iframe {
	width: 100%;
	height:100%;
}

.row_1 {
	display: flex;
}
.row_2 {
	display: flex;
    justify-content: center;
    padding: 0px 50px 50px 50px;
    align-items: center;
    align-content: center;
	position: relative;
}
figure img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
figure {
	display: flex;
	width: 60%;
    padding: 0;
    margin: 0;
}
.b_brand_content {
	display: flex;
	width: 40%;
	flex-direction: column;
	text-align: justify;
}


/*Color and flex direction*/
.even {
    background: #000000;
    color: #ffffff;
}
.even .row_1 {
	flex-direction: row-reverse;
}
.even .a_caro{
    color: #ffffff;
}
.odd {
    background: #ffffff;
    color: #000000;
}
.odd .row_1 {
	flex-direction: row;
}
.odd .a_caro{
    color: #ffffff;
}
.row_1 h2 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 40px 0;
}
.row_1 p{
	font-size: 15px;
}
.even p,
.even p, .even .row_1 h2 {
    color: #ffffff;
}
.odd p, .odd .row_1 h2 {
    color: #000000;
}
.b_brand_content_wrapper{
    max-width: 710px;
    width: 100%;
}
.even .b_brand_content{
	padding: 120px 85px  0 50px;
}
.odd .b_brand_content{
	padding: 120px 50px 0 85px;
}

/*Section video */
.b_brand.even h2 {
	color: #ffffff;
}

/*Big screen*/
@media screen and (min-width: 2048px) {
	.b_brand_content_wrapper {
		max-width: 100%;
		width: 95%;
		padding: 4vh;
	}
	.row_1 h2 {
		text-transform: uppercase;
		font-size: 25px;
		font-weight: bold;
		text-align: left;
	}
	.row_1 p{
		font-size: 15px;
	}
}
/*Notebook*/
@media screen and (max-width: 1475px) {
	.row_1 h2 {
		text-transform: uppercase;
		font-size: 25px;
		font-weight: bold;
		text-align: left;
	}
	figure {
		width: 60%;
	}
	.b_brand_content {
		width: 40%;
	}
	.b_brand {
		justify-content: center;
	}
	.b_brand_content {
		display: block;
		text-align: justify;
		padding: 0;
		display: flex;
		justify-content: center;
		padding: 40px;
	}
	.even .b_brand_content{
		padding: 60px;
	}
	.odd .b_brand_content{
		padding: 60px;
	}
	.b_brand_content_wrapper{
		width: 100%;
	}
}

/*Big mobile*/
@media screen and (max-width: 768px) {
	.b_brand {
		display: block;
	}
	.row_1 {
		display: block;
	}
	.row_2 {
		display: block;
	}
	figure {
		display: block;
		width: 100%;
	}
	.row_1 h2 {
		text-align: center;
	}
	.b_brand_content {
		display: block;
		max-width: 500px;
		width: 100%;
		text-align: justify;
		display: flex;
		justify-content: center;
		padding: 40px;
		margin: 0 auto;
	}
	.even .b_brand_content{
		padding: 40px;
	}
	.odd .b_brand_content{
		padding: 40px;
	}
	.b_brand_content_wrapper{
		max-width: 500px;
		width: 100%;
	}
	.b_brand_content_vid {
		padding:0;
	}
}



#BrandTimeline {
    padding: 100px 0;
}
	
#bt_timeline .accordion .accordion-content,.viewer-element .accordion .accordion-content {
	display: none;
}

#bt_timeline .accordion .accordion-content.is-active,.viewer-element .accordion .accordion-content.is-active {
	display: block;
}

#bt_timeline .accordion .accordion-content img,.viewer-element .accordion .accordion-content img {
	width: 80%;
}

#bt_timeline .timeline,.viewer-element .timeline {
	position: relative;
}

#bt_timeline .timeline .timeline-wrapper,.viewer-element .timeline .timeline-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #000;
	overflow: hidden;
}

@media only screen and (min-width:768px) {
	#bt_timeline .timeline .timeline-wrapper,.viewer-element .timeline .timeline-wrapper {
		padding-top: 60px;
	}
}

@media only screen and (min-width:1024px) {
	#bt_timeline .timeline .timeline-wrapper,.viewer-element .timeline .timeline-wrapper {
		padding-top: 80px;
	}
}

@media only screen and (min-width:768px) {
	#bt_timeline .timeline .timeline-wrapper,.viewer-element .timeline .timeline-wrapper {
		padding-bottom: 60px;
	}
}

@media only screen and (min-width:1024px) {
	#bt_timeline .timeline .timeline-wrapper,.viewer-element .timeline .timeline-wrapper {
		padding-bottom: 80px;
	}
}

#bt_timeline .timeline .timeline-content,#bt_timeline .timeline .timeline-title,#bt_timeline .timeline .timeline-title-mobile,.viewer-element .timeline .timeline-content,.viewer-element .timeline .timeline-title,.viewer-element .timeline .timeline-title-mobile {
	color: #fff;
	text-align: center;
}

#bt_timeline .timeline .timeline-subtitle,.viewer-element .timeline .timeline-subtitle {
	font-family: Playfair Display,serif;
	font-size: .625rem;
	font-family: Gotham,serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .125rem;
	color: #9e988c;
	text-align: center;
}

@media only screen and (min-width:768px) {
	#bt_timeline .timeline .timeline-subtitle,.viewer-element .timeline .timeline-subtitle {
		font-size: .6875rem;
	}
}

@media only screen and (min-width:1024px) {
	#bt_timeline .timeline .timeline-subtitle,.viewer-element .timeline .timeline-subtitle {
		font-size: .75rem;
	}
}

#bt_timeline .timeline .timeline-figure,.viewer-element .timeline .timeline-figure {
	margin: 1.25rem auto;
	width: 100%;
	text-align: center;
	position: relative;
	height: 0;
	padding-top: 80%;
	overflow: hidden;
}

#bt_timeline .timeline .timeline-figure:after,#bt_timeline .timeline .timeline-figure:before,.viewer-element .timeline .timeline-figure:after,.viewer-element .timeline .timeline-figure:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	height: 2.5rem;
}

#bt_timeline .timeline .timeline-figure:before,.viewer-element .timeline .timeline-figure:before {
	top: 0;
	background: linear-gradient(180deg,#000 0,transparent);
}

#bt_timeline .timeline .timeline-figure:after,.viewer-element .timeline .timeline-figure:after {
	bottom: 0;
	background: linear-gradient(0deg,#000 0,transparent);
}
#bt_timeline .timeline .timeline-container:before,.viewer-element .timeline .timeline-container:before {
	top: 0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgb(0, 0, 0,0.1) 0%, rgba(0, 0, 0, 0) 100%);
	content:"";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 2.5rem;
	box-sizing: border-box;
}

#bt_timeline .timeline .timeline-container:after,.viewer-element .timeline .timeline-container:after {
	bottom: 0;
	background: linear-gradient(0deg, rgb(0, 0, 0,0.1) 0%, rgba(0, 0, 0, 0) 100%);
	content:"";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 2.5rem;
	box-sizing: border-box;
}

#bt_timeline .timeline .timeline-figure img,.viewer-element .timeline .timeline-figure img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    object-fit: cover;
    padding: 0;
}

#bt_timeline .timeline .timeline-title,#bt_timeline .timeline .timeline-title-mobile,.viewer-element .timeline .timeline-title,.viewer-element .timeline .timeline-title-mobile {
	font-size: 1.875rem;
	font-family: Playfair Display,serif;
	font-weight: 700;
	letter-spacing: normal;
	line-height: .9;
	color: #fff;
	text-align: center;
	margin-bottom: .9375rem;
}

@media only screen and (min-width:768px) {
	#bt_timeline .timeline .timeline-title,#bt_timeline .timeline .timeline-title-mobile,.viewer-element .timeline .timeline-title,.viewer-element .timeline .timeline-title-mobile {
		font-size: 1.875rem;
	}
}

@media only screen and (min-width:1024px) {
	#bt_timeline .timeline .timeline-title,#bt_timeline .timeline .timeline-title-mobile,.viewer-element .timeline .timeline-title,.viewer-element .timeline .timeline-title-mobile {
		font-size: 2.5rem;
	}
}

#bt_timeline .timeline .timeline-content,.viewer-element .timeline .timeline-content {
	width: 90%;
	margin: 1.875rem auto 0;
}

#bt_timeline .timeline .timeline-date,.viewer-element .timeline .timeline-date {
	display: none;
}

#bt_timeline .timeline .timeline-date-list,#bt_timeline .timeline .timeline-list,.viewer-element .timeline .timeline-date-list,.viewer-element .timeline .timeline-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bt_timeline .timeline .timeline-element,.viewer-element .timeline .timeline-element {
	width: 90%;
}

#bt_timeline .timeline .timeline-container,.viewer-element .timeline .timeline-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

#bt_timeline .timeline .timeline-date-list,.viewer-element .timeline .timeline-date-list {
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 2.5rem;
	white-space: nowrap;
}

#bt_timeline .timeline .timeline-date-element,.viewer-element .timeline .timeline-date-element {
	display: inline-block;
}

#bt_timeline .timeline .timeline-date-element:first-child:before,.viewer-element .timeline .timeline-date-element:first-child:before {
	display: none;
}

#bt_timeline .timeline .timeline-date-element:before,.viewer-element .timeline .timeline-date-element:before {
	content: "-";
	color: #9e988c;
}

#bt_timeline .timeline .timeline-date-element:last-child,.viewer-element .timeline .timeline-date-element:last-child {
	width: 12.5rem;
}

#bt_timeline .timeline .timeline-date-element button,.viewer-element .timeline .timeline-date-element button {
	color: #ffffff;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
	white-space: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	padding: .3125rem .625rem;
	font-weight: 700;
	position: relative;
	transition: color .3s cubic-bezier(.25,.46,.45,.94);
	outline: none;
}

#bt_timeline .timeline .timeline-date-element button:not(input),.viewer-element .timeline .timeline-date-element button:not(input) {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#bt_timeline .timeline .timeline-date-element button:focus,.viewer-element .timeline .timeline-date-element button:focus {
	outline: none;
}

#bt_timeline .timeline .timeline-date-element button:hover,.viewer-element .timeline .timeline-date-element button:hover {
	text-decoration: none;
	color: #ffffff;
}

#bt_timeline .timeline .timeline-date-element button::-moz-focus-inner,.viewer-element .timeline .timeline-date-element button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#bt_timeline .timeline .timeline-date-element button:before,.viewer-element .timeline .timeline-date-element button:before {
	content: "";
	width: .0625rem;
	height: 0;
	left: 50%;
	background: #9e988c;
	position: absolute;
	bottom: 100%;
	transform: translateX(-50%) translateZ(0);
	transition: height .3s cubic-bezier(.25,.46,.45,.94);
}

#bt_timeline .timeline .timeline-date-element button.is-active,#bt_timeline .timeline .timeline-date-element button:focus,#bt_timeline .timeline .timeline-date-element button:hover,.viewer-element .timeline .timeline-date-element button.is-active,.viewer-element .timeline .timeline-date-element button:focus,.viewer-element .timeline .timeline-date-element button:hover {
	color: #9e988c;
	transition: color .15s cubic-bezier(.55,.085,.68,.53);
}

#bt_timeline .timeline .timeline-date-element button.is-active:before,#bt_timeline .timeline .timeline-date-element button:focus:before,#bt_timeline .timeline .timeline-date-element button:hover:before,.viewer-element .timeline .timeline-date-element button.is-active:before,.viewer-element .timeline .timeline-date-element button:focus:before,.viewer-element .timeline .timeline-date-element button:hover:before {
	height: 1.125rem;
	transition: height .15s cubic-bezier(.55,.085,.68,.53);
}

#bt_timeline .timeline .timeline-date-element button:not(.is-active):focus:before,#bt_timeline .timeline .timeline-date-element button:not(.is-active):hover:before,.viewer-element .timeline .timeline-date-element button:not(.is-active):focus:before,.viewer-element .timeline .timeline-date-element button:not(.is-active):hover:before {
	height: .625rem;
}

#bt_timeline .timeline .timeline-arrow-next,#bt_timeline .timeline .timeline-arrow-prev,.viewer-element .timeline .timeline-arrow-next,.viewer-element .timeline .timeline-arrow-prev {
	color: #ffffff;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
	white-space: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	color: #9e988c;
	font-size: 1.875rem;
	position: absolute;
	top: 3.125rem;
	transition: all .3s cubic-bezier(.25,.46,.45,.94);
	opacity: 1;
}

#bt_timeline .timeline .timeline-arrow-next:not(input),#bt_timeline .timeline .timeline-arrow-prev:not(input),.viewer-element .timeline .timeline-arrow-next:not(input),.viewer-element .timeline .timeline-arrow-prev:not(input) {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#bt_timeline .timeline .timeline-arrow-next:focus,#bt_timeline .timeline .timeline-arrow-prev:focus,.viewer-element .timeline .timeline-arrow-next:focus,.viewer-element .timeline .timeline-arrow-prev:focus {
	outline: none;
}

#bt_timeline .timeline .timeline-arrow-next:hover,#bt_timeline .timeline .timeline-arrow-prev:hover,.viewer-element .timeline .timeline-arrow-next:hover,.viewer-element .timeline .timeline-arrow-prev:hover {
	text-decoration: none;
	color: #ffffff;
}

#bt_timeline .timeline .timeline-arrow-next::-moz-focus-inner,#bt_timeline .timeline .timeline-arrow-prev::-moz-focus-inner,.viewer-element .timeline .timeline-arrow-next::-moz-focus-inner,.viewer-element .timeline .timeline-arrow-prev::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#bt_timeline .timeline .timeline-arrow-next:focus,#bt_timeline .timeline .timeline-arrow-next:hover,#bt_timeline .timeline .timeline-arrow-prev:focus,#bt_timeline .timeline .timeline-arrow-prev:hover,.viewer-element .timeline .timeline-arrow-next:focus,.viewer-element .timeline .timeline-arrow-next:hover,.viewer-element .timeline .timeline-arrow-prev:focus,.viewer-element .timeline .timeline-arrow-prev:hover {
	color: #9e988c;
}

#bt_timeline .timeline .timeline-arrow-next.disabled,#bt_timeline .timeline .timeline-arrow-prev.disabled,.viewer-element .timeline .timeline-arrow-next.disabled,.viewer-element .timeline .timeline-arrow-prev.disabled {
	opacity: 0;
}

#bt_timeline .timeline .timeline-arrow-prev,.viewer-element .timeline .timeline-arrow-prev {
	left: 1.5625rem;
}

#bt_timeline .timeline .timeline-arrow-prev:hover,.viewer-element .timeline .timeline-arrow-prev:hover {
	-ms-transform: translateX(-.625rem);
	transform: translateX(-.625rem);
}

#bt_timeline .timeline .timeline-arrow-next,.viewer-element .timeline .timeline-arrow-next {
	right: 1.5625rem;
}

#bt_timeline .timeline .timeline-arrow-next:hover,.viewer-element .timeline .timeline-arrow-next:hover {
	-ms-transform: translateX(.625rem);
	transform: translateX(.625rem);
}

#bt_timeline .timeline .timeline-date-arrow-left,#bt_timeline .timeline .timeline-date-arrow-right,.viewer-element .timeline .timeline-date-arrow-left,.viewer-element .timeline .timeline-date-arrow-right {
	color: #ffffff;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
	white-space: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	opacity: 0;
	position: absolute;
	top: 3.5625rem;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: .625rem;
	transition: opacity .2s 1s,color .2s;
}

#bt_timeline .timeline .timeline-date-arrow-left:not(input),#bt_timeline .timeline .timeline-date-arrow-right:not(input),.viewer-element .timeline .timeline-date-arrow-left:not(input),.viewer-element .timeline .timeline-date-arrow-right:not(input) {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#bt_timeline .timeline .timeline-date-arrow-left:focus,#bt_timeline .timeline .timeline-date-arrow-right:focus,.viewer-element .timeline .timeline-date-arrow-left:focus,.viewer-element .timeline .timeline-date-arrow-right:focus {
	outline: none;
}

#bt_timeline .timeline .timeline-date-arrow-left:hover,#bt_timeline .timeline .timeline-date-arrow-right:hover,.viewer-element .timeline .timeline-date-arrow-left:hover,.viewer-element .timeline .timeline-date-arrow-right:hover {
	text-decoration: none;
	color: #ffffff;
}

#bt_timeline .timeline .timeline-date-arrow-left::-moz-focus-inner,#bt_timeline .timeline .timeline-date-arrow-right::-moz-focus-inner,.viewer-element .timeline .timeline-date-arrow-left::-moz-focus-inner,.viewer-element .timeline .timeline-date-arrow-right::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#bt_timeline .timeline .timeline-date-arrow-left.disabled,#bt_timeline .timeline .timeline-date-arrow-left.disabled:hover,#bt_timeline .timeline .timeline-date-arrow-right.disabled,#bt_timeline .timeline .timeline-date-arrow-right.disabled:hover,.viewer-element .timeline .timeline-date-arrow-left.disabled,.viewer-element .timeline .timeline-date-arrow-left.disabled:hover,.viewer-element .timeline .timeline-date-arrow-right.disabled,.viewer-element .timeline .timeline-date-arrow-right.disabled:hover {
	color: #6d6d6d;
}

#bt_timeline .timeline .timeline-date-arrow-left:hover,#bt_timeline .timeline .timeline-date-arrow-right:hover,.viewer-element .timeline .timeline-date-arrow-left:hover,.viewer-element .timeline .timeline-date-arrow-right:hover {
	color: #9e988c;
}

#bt_timeline .timeline .timeline-date-arrow-right,.viewer-element .timeline .timeline-date-arrow-right {
	right: -1.875rem;
}

#bt_timeline .timeline .timeline-date-arrow-left,.viewer-element .timeline .timeline-date-arrow-left {
	left: -1.875rem;
}

@media only screen and (max-width:767px) {
	#bt_timeline .timeline .timeline-list,.viewer-element .timeline .timeline-list {
		white-space: nowrap;
	}

	#bt_timeline .timeline .timeline-element,.viewer-element .timeline .timeline-element {
		display: inline-block;
		white-space: normal;
		width: 100%;
	}

	#bt_timeline .timeline .timeline-title,.viewer-element .timeline .timeline-title {
		display: none;
	}
	
	
	#bt_timeline .timeline .timeline-container:before,.viewer-element .timeline .timeline-container:before {
		background: transparent;
	}
	#bt_timeline .timeline .timeline-container:after,.viewer-element .timeline .timeline-container:after {
		background: transparent;
	}


}

@media only screen and (min-width:768px) {
	#bt_timeline .timeline .timeline-header,.viewer-element .timeline .timeline-header {
		position: relative;
	}

	#bt_timeline .timeline .timeline-title-mobile,.viewer-element .timeline .timeline-title-mobile {
		display: none;
	}

	#bt_timeline .timeline [data-timeline-animate],.viewer-element .timeline [data-timeline-animate] {
		opacity: 0;
	}

	#bt_timeline .timeline .timeline-wrapper,.viewer-element .timeline .timeline-wrapper {
		padding: 0;
	}

	#bt_timeline .timeline .timeline-list,.viewer-element .timeline .timeline-list {
		position: relative;
		min-height: 21.875rem;
		height: 445px;
		padding:0;
		margin:0;
	}

	#bt_timeline .timeline .timeline-element,.viewer-element .timeline .timeline-element {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		pointer-events: none;
	}

	#bt_timeline .timeline .timeline-element.is-active,.viewer-element .timeline .timeline-element.is-active {
		pointer-events: auto;
	}

	#bt_timeline .timeline .timeline-arrows,.viewer-element .timeline .timeline-arrows {
		display: none;
	}

	#bt_timeline .timeline .timeline-container,.viewer-element .timeline .timeline-container {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 21.875rem;
		height: 100%;
	}

	#bt_timeline .timeline .timeline-title,.viewer-element .timeline .timeline-title {
		height: 3.125rem;
		opacity: 0;
		transition: opacity .15s cubic-bezier(.55,.085,.68,.53);
	}

	#bt_timeline .timeline .timeline-line,.viewer-element .timeline .timeline-line {
		position: absolute;
		content: "";
		height: .0625rem;
		width: 2.6875rem;
		top: 50%;
		right: 0;
		background: hsla(40,8%,58%,.5);
		opacity: 0;
		transition: opacity .15s cubic-bezier(.55,.085,.68,.53);
	}

	#bt_timeline .timeline .timeline-header,.viewer-element .timeline .timeline-header {
		padding: 0 1.875rem;
	}

	#bt_timeline .timeline .timeline-figure,.viewer-element .timeline .timeline-figure {
		padding-top: 40%;
		margin: 0 1.875rem;
	}

	#bt_timeline .timeline .timeline-date,.viewer-element .timeline .timeline-date {
		display: block;
		position: relative;
		margin: auto;
		width: 80%;
		max-width: 37.5rem;
		margin-top: 50px;
	}

	#bt_timeline .timeline .timeline-date-wrapper,.viewer-element .timeline .timeline-date-wrapper {
		position: relative;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0;
		transition: all 1s cubic-bezier(.455,.03,.515,.955);
		overflow: hidden;
	}

	#bt_timeline .timeline.is-ready .timeline-title,.viewer-element .timeline.is-ready .timeline-title {
		opacity: 1;
	}

	#bt_timeline .timeline.is-ready .timeline-date-wrapper,.viewer-element .timeline.is-ready .timeline-date-wrapper {
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	#bt_timeline .timeline.is-ready .timeline-date-arrow-left,#bt_timeline .timeline.is-ready .timeline-date-arrow-right,.viewer-element .timeline.is-ready .timeline-date-arrow-left,.viewer-element .timeline.is-ready .timeline-date-arrow-right {
		opacity: 1;
	}
}


@media only screen and (min-width:1024px) {
	#bt_timeline .timeline .timeline-figure,.viewer-element .timeline .timeline-figure {
		padding-top: 30%;
	}

	#bt_timeline .timeline .timeline-container&gt;*,.viewer-element .timeline .timeline-container&gt;* {
		-ms-flex: 1;
		flex: 1;
	}
}


/*
    Add your custom styles here
*/

/*
-- 0 -- Extension
-- 1 -- Loader
-- 2 -- Hack Divers
-- 3 -- Store Locator
-- 4 -- Menu Left
		WPML Multi Language

*/



/*-- 2 -- Hack Divers */
body .premium-magic-section-content-wrap-out { overflow-y: inherit !important;}
body #header_bg { padding-bottom:10px;}
</pre></body></html>