html, body{
	min-width:320px;
	
	overflow-x: hidden; 
  overflow-y: auto;
}html, body, div{
	position:relative;
	display:block;
	border:none;
	margin:0;
	padding:0;
	font-family: 'Everyday Sans Web', sans-serif;
	font-weight: 600;
}

a img{
	border:none;
}

ul{
	margin:0px;
	padding:0px;
}

html, body, .main{
	height:100%;
}

body{
	overflow:hidden;
	background:#000 url('fx/background2.jpg') no-repeat top center;
	background-size:cover;
}

body{
  min-width: 1020px\9;
}

a.divref{
	display:block;
	width:100%;
	height:100%;
}

.flipbook-desktop .mobile-only {
	/*display: none;*/
	height: 0 !important;
	width: 0 !important;
}

.flipbook-mobile .mobile-only {
	/*display: block;*/
}

.flipbook-desktop .desktop-only {
	/*display: block;*/
}

.flipbook-mobile .desktop-only, .flipbook-desktop-portrait .desktop-only {
	/*display: none;*/
	height: 0 !important;
	width: 0 !important;
}


.flipbook-mobile .desktop-portrait-only, .flipbook-desktop .desktop-portrait-only {
	/*display: none;*/
	/*height: 0 !important;*/
	/*width: 0 !important;*/
}



/* - MAIN - MENU -------------------------------------------------------------------- */

.pagelink {
	left: 29%;
    top: 3.5%;
    width: 42%;
    height: 6%;
}

.menu .menu-menus .expand-menu-wrap .expand-menu li:hover {
	color: red;
}

.main{
		-webkit-transition: left 0.5s;
	transition: left 0.5s;
	left: 0px;
	top: 0px;
	
	overflow:hidden;
	
	/* For mobile safari */
	-webkit-overflow-scrolling: touch;
	
}.main.menu-opened{
	/*left: 300px;*/
}

.block{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	background:#000;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
	opacity:0.3;
}.main.menu-opened .block{
	display:block;
}

/* new menu */

.menu {
	position: absolute;
	top: 0px;
	left: 0;
}

.menu a {
	text-decoration: none;
}

.menu .menu-icons {
	/*transition: max-width 0.4s ease-in;*/
	max-width: 60px;
	overflow: hidden;
	
	background-color: rgba(244, 244, 244, 0.9);
}

.menu .menu-icons .button-holder {
	float:left;
	overflow: hidden;
	
	z-index: 5;
}

.menu .menu-icons .button-holder .button{
	display: block;
	width: 60px;
	height: 60px;

	cursor:pointer;
}

.menu .menu-icons .menu-language {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #005084;
	height: 60px;
	transition: all 0.5s ease;
	color: #fff;
}

.menu .menu-icons .menu-icon-products{
	background-image: url('fx/BurgerMenu.png');	
	background-size: cover;
}

.menu .menu-menus {
	overflow: hidden;
	
	/*transition: max-height 0.4s ease-in;*/
	max-height: 0;
}

.menu-opened .menu-menus {
	/*max-height: 400px;*/
	/* max-height: 65vh; */
	max-height: calc(100% - 50px);
	overflow-y: auto;
}

.flipbook-mobile .menu{
	width:100%;
}

.flipbook-mobile .menu-opened .menu-menus {
	max-height: 80vh;
}


.menu-opened .menu-icons {
	max-width: 1200px;
}

.menu .menu-menus .expand-menu-wrap .expand-menu ul, .menu .menu-icons .menu-language .menu-language-text {	
	font-family: 'Everyday Sans Web', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
}

.menu .menu-menus .expand-menu-wrap .expand-menu li{
	border-bottom: 2px solid #d0dde6;
	padding: 10px 20px;
	
	transition: all 0.2s ease;
	background-color: rgba(182, 203, 234, 0.9);
	cursor: pointer;
}

.menu .menu-menus .expand-menu-wrap .expand-menu .promo{
	background-color: rgba(253, 187, 48, 0.9);
}

.menu .menu-menus .expand-menu-wrap .expand-menu li.visited{
	color: rgba(0, 80, 131, 0.6);
}

.menu .menu-menus .expand-menu-wrap .expand-menu li.hilight{
	color: rgba(244, 244, 244, 0.9);
	background-color: rgba(0, 80, 131, 0.9);
}

.menu .menu-menus .expand-menu-wrap .expand-menu li:hover{
	color: rgba(244, 244, 244, 0.9);
	background-color: rgba(0, 80, 131, 0.9);
}

.menu .menu-icons .menu-language:hover{
	color: #fff;
	background-color: #007DC3;
}

/* menu portrait */

body .menu-portrait {
	height: 0;
}

.flipbook-mobile-portrait .menu-portrait {
	display: inline-block;
	
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	
	height: 60px;
	width: calc(100% - 60px);
	
	background-color: #027dc3;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

body .menu-portrait .menu-portrait-image {
	width: 0;
}

.flipbook-mobile-portrait .menu-portrait .menu-portrait-image {
	width: 38%;
}

/* ~~~ arrow controls ~~~ */

/* hide old controls */

.controls {
	opacity: 0;
	pointer-events: none;
}

.controls-arrows {
	position: absolute;
	width: 100%;
	height: 100%;
	
	z-index: 10;
	pointer-events: none;
}

.controls-arrows .controls-arrow-left, .controls-arrows .controls-arrow-right {
	position: absolute;
	top: -50%;
	transform: translateY(-50%);
	
	width: 80px;
	cursor: pointer;
	pointer-events: all;
	
	transition: opacity 0.2s ease-in;
	opacity: 0.7;
}

.controls-arrows .controls-arrow-left:hover, .controls-arrows .controls-arrow-right:hover {
	opacity: 1;
}

.controls-arrows .controls-arrow-left {
	left: 2%;
}

.controls-arrows .controls-arrow-right {
	right: 2%;
}

.guide-arrow {
	display: none;
}

.flipbook-mobile .controls-arrows .controls-arrow-left, .flipbook-mobile .controls-arrows .controls-arrow-right {
	display: none !important;
}

.flipbook-mobile .controls-guide-right {
	display: block;
	position: absolute;
	top: calc(-50% + 30px); /* + 50% of header */
	transform: translateY(-50%);
	
	width: 40px;
	cursor: pointer;
	pointer-events: all;
	
	transition: opacity 0.2s ease-in;
	opacity: 0.7;
	
	right: 2%;
}

.flipbook-mobile .controls-guide-left {
	display: block;
	position: absolute;
	top: calc(-50% + 30px); /* + 50% of header */
	transform: translateY(-50%);
	
	width: 40px;
	cursor: pointer;
	pointer-events: all;
	
	transition: opacity 0.2s ease-in;
	opacity: 0.7;
	
	left: 2%;
}

.flipbook-mobile-portrait .controls-guide-right, .flipbook-mobile-portrait .controls-guide-left {
	display: none !important;
}

.flipbook-mobile-portrait .controls-guide-bottom {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 112%;
	transform: translateX(-50%) rotate(90deg);
	
	width: 40px;
	cursor: pointer;
	pointer-events: all;
	
	transition: opacity 0.2s ease-in;
	opacity: 0.7;
}

.flipbook-mobile-portrait .controls-guide-top {
	display: block;
	position: absolute;
	left: 50%;
	top: -90%;
	transform: translateX(-50%) rotate(90deg) rotateY(180deg);
	
	width: 40px;
	cursor: pointer;
	pointer-events: all;
	
	transition: opacity 0.2s ease-in;
	opacity: 0.7;
}

.flipbook-desktop-portrait .page-button-next {
	/*width: 100px;
	height: 100px;
	
	background-color: red;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 27%;
	height: 10%;*/
}

/* ~~~ footer ~~~ */

.footer {	
	display: none;
	
	position: absolute;
	bottom: 0;
	
	width: 100%;
	
	background-color: #0071DC;
	
	/*padding: 10px 30px;*/
}

.footer .footer-content {	
	height: 60px;
	
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .footer-left {
	height: inherit;
	
	margin-left: 30px; 
}

.footer .footer-left a {
	height: inherit;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.footer .footer-left .footer-logo {
	height: 70%;
}

.footer a {
	height: inherit;
	text-decoration: none;
}

.footer .footer-right {
	height: inherit;
	
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	
	padding: 0 25px;
	transition: background-color 0.2s ease;
	background-color: #041E42;
}

.footer .footer-right:hover {
	background-color: #053e62;
}

.footer .footer-right span {
	color: #fff;
	font-family: 'Everyday Sans Web', sans-serif;
	/*font-size: 1.2em;*/
}

.footer .footer-copyright {
	font-size: 0.8em;
	color: #fff;
}

.flipbook-mobile .footer {
	top: 0;
  height: 60px;
  width: calc(100% - 60px);
  right: 0;
}



.flipbook-mobile-portrait .footer {
	top: auto;
  height: auto;
  width: 100%;
}

.flipbook-mobile-portrait .footer-content {
	height: 60px;
}

.flipbook{
	position:absolute;
	display:block;	
	top:0px;
	left:-200%;
	transition: left 0.5s;
	-webkit-transition: left 0.5s;	
}.flipbook .flipbook-page{
	background:#FFF;
	width:825px;
	height:900px;
	overflow:hidden;
	/* default used for mobile */
	/*opacity: 0;*/
	/*pointer-events: none;*/
}.flipbook .flipbook-shadow{
	background:#777;
	position:absolute;
	box-shadow:0px 6px 10px #AAA;	
	-webkit-box-shadow:0px 6px 10px #3b4e3d5c;
	/*border:solid 1px #CCC;
	margin-left:-1px;
	margin-top:-1px;*/	
}.flipbook .js-load-bar{
	position:absolute;
	left:50%;
	top:50%;
	width:32px;
	height:32px;
	margin-left:-16px;
	margin-top:-16px;
	background:url('fx/loadbar.gif');
}

/* - CONTROLS ------------------------------------------------------------------------ */

.controls{
	position:absolute;	
	top:0px;
	left:50%;
	margin-top:1px;
	margin-left:-150px;
	width:300px;
	height:62px;
	overflow:hidden;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;	
	border-radius:3px;
}.controls .controls-button{
	position:absolute;
	height:62px;
	width:150px;	
	cursor:pointer;	
	background:333;
	background:#6caee3;
	background-repeat:no-repeat;
	line-height:62px;
	color:#FFF;
	font-size:16pt;
	font-weight:300;
	text-transform:capitalize;
	text-align:center;
}.controls #button-prev{
	left:0px;
	background-image:url('fx/arrow_left.png');
	background-position:16px center;
}.controls #button-next{
	right:0px;
	background-image:url('fx/arrow_right.png');
	background-position:120px center;
}

/* - OTHER --------------------------------------------------------------------------- */

.copyr{
	position: absolute;
	bottom:0px;
	left: 50%;
	width:200px;
	margin-left:-100px;
	text-align: center;
	padding:6px;
}.copyr span{
	color:#888;
	font-size: 8pt;
}

/* - START --------------------------------------------------------------------------- */

.menu{
	/*display:none; */
}
.controls{
	display:none; 
}

/* - LANGUAGE ------------------------------------------------------------------------ */

.main.lg-fr .controls{
	margin-left:-170px;
	width:340px;
}.main.lg-fr .controls .controls-button{
	width:180px;	
}.main.lg-fr .controls #button-next{
	right:0px;
	background-position: right 20px center;	
}

/* - RETINA & MEDIA QUERIES ---------------------------------------------------------- */

@media (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2) {
	.controls #button-prev{
		background-image:url('fx/arrow_left@2x.png');
		background-size:14px 33px;
	}.controls #button-next{
		background-image:url('fx/arrow_right@2x.png');
		background-size:14px 33px;
	}
}

@media all and (max-width:800px) {
	.footer .footer-content {
		height: 40px;
	}
	.footer .footer-left {
		display: none;
	}
	.footer .footer-center {
		/*order: 1;*/
		padding: 15px;
	}
	.footer a {
		/*order: 2;*/
		/*width: 100%;*/
		/*height: 50px;*/
	}
}


@media all and (max-width:475px) {
	.menu{
		width:100%;
	}.menu .menu-icons{
	}.menu .menu-icons .logo{
		/*width:320px;*/
	}.menu .menu-icons .logo .logo-wrap {
		/*margin-top:20px;*/
	}.menu .menu-icons .button-holder{
		/*float:left;*/
	}
	
	.footer {
		padding-bottom: 5px;
	}
	.footer .footer-content {
		flex-direction: column;
		-webkit-flex-direction: column;
		height: 68px;
	}
	.footer .footer-center {
		order: 2;
		padding: 2px;
	}
	.footer a {
		order: 1;
		width: 100%;
		height: 50px;
	}
	.flipbook-mobile-portrait .menu-portrait .menu-portrait-image {
		width: 50%;
	}
}

.flipbook-mobile .footer-content {
	height: 60px;
}

.flipbook-mobile .footer-left {
	display: inline-block;
}

.flipbook-mobile .footer-center {
	display: none;
}

.flipbook-mobile-portrait .footer-content {
	height: 72px;
}

.flipbook-mobile-portrait .footer-left {
	display: none;
}

.flipbook-mobile-portrait .footer-center {
	display: inline-block;
}


@media all and (max-width:400px) {
	/*.menu .menu-menus{
		left:-236px;
		width:236px;
	}.menu.menu-opened{
		left: 236px;
	}.menu .menu-icons .logo{
		width:220px;
	}.menu .menu-icons .logo .logo-wrap {
		margin-top:33px;
	}*/
	.flipbook-mobile-portrait .menu-portrait .menu-portrait-image {
		width: 60%;
	}
}

/* Shadow */

.page-insetshadow-left, .page-insetshadow-right {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.page-insetshadow-left {
	box-shadow: -60px 0 90px -25px rgba(0, 0, 0, 0.55) inset,
        -1px 0 20px -2px rgba(30, 30, 30, 0.19) inset;
}

.page-insetshadow-right {
	box-shadow: 60px 0 90px -25px rgb(30 30 30 / 45%) inset,
        1px 0 10px -2px rgba(30, 30, 30, 0.19) inset;
}



@media only screen and (max-width: 920px) {
	.page-insetshadow-left {
		box-shadow: -30px 0 50px -10px rgba(45, 45, 45, 0.3) inset,
		-1px 0 10px -2px rgba(30, 30, 30, 0.8) inset;
	}

	.page-insetshadow-right {
		box-shadow: 30px 0 50px -10px rgba(45, 45, 45, 0.3) inset,
		1px 0 10px -2px rgba(30, 30, 30, 0.8) inset;
	}
}

@media only screen and (max-width: 479px) {
	.page-insetshadow-left {
		box-shadow: none;
	}

	.page-insetshadow-right {
		box-shadow: none;
	}
    .menu .menu-menus .expand-menu-wrap .expand-menu ul {
        font-size: 16px;
    }
}

.flipbook-mobile .page-insetshadow-right, .flipbook-mobile .page-insetshadow-left {
	box-shadow: none;
}

/* nav bar */

.navbar {
	position: absolute;
	top: 0;
	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	
	background-color: #0053E2;
}.navbar-collapse {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 50px;
	height: 100%;
	padding: 0 5px;
	
	cursor: pointer;
}.navbar-collapse .dots {
	position: relative;
	
	width: 7px;
	height: 7px;
	margin: 21.5px;
	border-radius: 100%;
	
	background-color: #fff;
	pointer-events: none;
	transition: background-color 0.2s ease;
}.navbar-collapse .dots:before,
.navbar-collapse .dots:after {
	content: "";
	position: absolute;
	
	width: 7px;
	height: 7px;
	border-radius: 100%;
	
	background-color: #fff;
	transition: background-color 0.2s ease;
}.navbar-collapse .dots:before {
	left: 13px;
}.navbar-collapse .dots:after {
	right: 13px;
}.navbar-collapse:hover .dots,
.navbar-collapse:hover .dots:before,
.navbar-collapse:hover .dots:after {
	background-color: #001e60;
}.navbar-logo {
	height: 40px;
    display: block;
}.navbar-back {
	position: absolute;
	top: 0;
	right: 0;
	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 20px;
	
	font-family: 'Everyday Sans Web', sans-serif;
    font-size: 10pt;
	color: #fff;
	background-color: #001e60;
	transition: background-color 0.2s ease;
	cursor: pointer;
}.navbar-back:hover {
	background-color: #012a72;
}



.menu-slide {
	position: absolute;
	top: 0;
	left: -450px;
	
	display: block;
	width: 450px;
	height: 100vh;
	
	background-color: #fff;
	transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 15;
}.menu-slide.menu-opened {
	left: 0;
}
.menu-slide .menu-top{
	display: flex;
	
	border-bottom: 2px solid #0053e2;
}.menu-slide .menu-top .menu-close {
	width: 48px;
	height: 48px;
	background-size: cover;
	background-image: url('fx/Grey_Cancel.png');
	cursor: pointer;
}.menu-slide .menu-top .menu-language {
	flex: 1;
	display: flex;
	align-items: center;
}.menu-slide .menu-top .menu-language a {
	margin-left: 15px;
	font-size: 16px;
	font-family: 'Everyday Sans Web', sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #001e60;
}.menu-slide .menu-top .menu-language a:hover {
	text-decoration: none;
	color: #0053e2;
    transition: 0.3s ease;
}
.menu-slide .expand-menu {
	padding: 10px;
	color: #001e60;
	font-family: 'Everyday Sans Web', sans-serif;
}.menu-slide .expand-menu .menu-category {
	position: relative;
	display: flex;
	align-items: center;
	padding: 14px 25px 6px 0;
	list-style: none;
	font-size: 16px;
	cursor: pointer;
}.menu-slide .expand-menu .menu-category:hover,
.menu-slide .expand-menu .menu-category.hilight {
	color: #0053e2;
    transition: 0.3s ease;
}.menu-slide .expand-menu .menu-category:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-image: url('fx/chevron.png');
}.menu-slide .expand-menu .menu-category.expand-menu-link:after {
	display: none;
}.menu-slide .menu-top .menu-close:hover {
	background-image: url('fx/Blue_Cancel.png');
    transition: 0.3s ease;
}.menu-slide .expand-menu .menu-category-items {
	max-height: 0;
	overflow-y: hidden;
	transition: max-height 0.6s ease;
}.menu-slide .expand-menu .menu-category-items.menu-items-show {
	max-height: none;
}.menu-slide .expand-menu .menu-category-items .expand-menu-link {
	display: flex;
	list-style: none;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	color: #acacac;
    font-weight: 300;
}.menu-slide .expand-menu .menu-category-items .expand-menu-link:hover,
.menu-slide .expand-menu .menu-category-items .expand-menu-link.hilight {
	color: #fbba42;
}

.menu-slide .expand-menu .menu-category::before {
	content: "";
	position: relative;
	bottom: 1px;
	display: inline-block;
	flex-shrink: 0;
	height: 25px;
	margin-right: 6px;
}.menu-slide .expand-menu .menu-category.-new::before {
	background-image: url('fx/new_icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}.menu-slide .expand-menu .menu-category-items .expand-menu-link::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 13px;
	margin-right: 4px;
}.menu-slide .expand-menu .menu-category-items .expand-menu-link.-new::before {
	background-image: url('fx/en/new.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.fr .menu-slide .expand-menu .menu-category::before {
}.fr .menu-slide .expand-menu .menu-category.-new::before {
	background-image: url('fx/new_icon.png');
}.fr .menu-slide .expand-menu .menu-category-items .expand-menu-link::before {
	flex-shrink: 0;
	width: 60px;
	height: 12px;
}.fr .menu-slide .expand-menu .menu-category-items .expand-menu-link.-new::before {
	background-image: url('fx/fr/new.png');
}


@media (max-width: 800px) {
	.navbar-back {
		display: none;
	}
	.footer {
		display: block;
	}
}

@media (max-width: 450px) {
	.menu-slide {
		left: -100%;
		width: 100%;
	}
	
	.menu-slide .expand-menu .menu-category {
		font-size: 16px;
	}.menu-slide .expand-menu .menu-category-items .expand-menu-link {
		font-size: 14px;
	}
	
}