@charset "utf-8";

.arrow-tip {
	display: table;
	padding: 20px 25px 15px;
	line-height: 1;
	border-radius: 10px;
	position:relative;
	margin-left:20px !important;
}
.arrow-tip:before, #main_mav ul li.active:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 20px;
	margin-top: -20px;
}

#story_section {
	height: 0;
	padding-bottom: 56.25%;
	/* min-height:540px; */
	min-height: 100vh;
}
#story_section * {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin:top center;
}
#story_section .next-section {
	background-color:#058b8c;
}

#story_frame {
	position: absolute;
	bottom: 0;
	left: 0;
	height:100%;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;

	-webkit-perspective: 999999px;
	-moz-perspective: 999999px;
	-ms-perspective: 999999px;
	perspective: 999999px; /*3350*/
}
#story_frame .slidee {
	padding:0;
	margin:0;
	height:100%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

.ios #story_frame li .parallax-wrap {
	overflow-x:scroll;
}
.ios #story_frame {
	background-image:url('../img/story/slide_1/mid/palm.png'), url('../img/story/slide_1/mid/plane.png'), url('../img/story/slide_1/small/runway.png');
}
.ios #story_frame .slidee {
	background-image:url('../img/story/story_medium_ie.png');
}
.ios .non_ie {
	display:none;
}

#story_frame .slidee li {
	width:100%;
	display:block;
	float:left;
	height:100%;
	position:relative;
}
.parallax-wrap {
	position: absolute;
	top:0; left:50%;
	width:100%;
	height:100%;

	-webkit-transform: translateX(-50%) translateZ(0);
	-moz-transform: translateX(-50%) translateZ(0);
	-ms-transform: translateX(-50%) translateZ(0);
	-o-transform: translateX(-50%) translateZ(0);
	transform: translateX(-50%) translateZ(0);
}
.parallax-layer {
	width:100%;
	height:100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}
#story_frame li {
	padding:0 !important;
}
#story_frame .title {
	background: #fff;
	color: #1f3855;
	max-width: 320px;
	z-index:1;
	position:absolute;
	margin:0;
}
#story_frame .title:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
}
#story_frame .text {
	background: rgba(227,217,198,0.85);
	text-align: left;
	margin-left: 0;
	color: #1f3855;
	position: relative;
	z-index: 0;
	display: none;
	top: 50%;
	padding: 1rem 1.5rem .5rem;
	max-width: 300px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 5.5rem;
	font-size: .85rem;
}
.story_read,
#story_frame .text > a {
	display:none;
}

#story_frame .text > span {
	font-family: 'FrontageCondensed-3D';
	color: #058b8c;
	font-size: 1.75rem;
	margin: 0 0 .5rem;
	display: block;
}

.story_read,
#story_frame .text > a,
#story_frame .text p,
#story_frame .text button {
	-webkit-transform: translateZ(1px);
	-moz-transform: translateZ(1px);
	-o-transform: translateZ(1px);
	transform: translateZ(1px);
}
.next_story_slide {
	display: table;
	margin: 1.25rem auto 0;
	border: none;
	padding: 5px 20px;
	background: #fff;
}
#story_title {
	background-image: url(../img/story/story_title_small.png);
	background-position: center top;
	background-size: auto;
}
#story_title.title_en {
	background-image: url(../img/story/story_title_small_en.png);
}
#story_frame li:first-child .text {
	display:block;
}
/*
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {

	#story_frame {
		background-image:url('../img/story/slide_1/mid/palm.png'), url('../img/story/slide_1/mid/plane.png'), url('../img/story/slide_1/small/runway.png');
	}
	#story_frame .slidee {
		background-image:url('../img/story/story_medium_ie.png') !important;
	}
	.non_ie, .not_ios {
		display:none;
	}
}
*/
/* IE 10-11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	#story_frame {
		background-image:url('../img/story/slide_1/mid/palm.png'), url('../img/story/slide_1/mid/plane.png'), url('../img/story/slide_1/small/runway.png');
	}
	#story_frame .slidee {
		background-image:url('../img/story/story_medium_ie.png') !important;
	}
	.non_ie, .not_ios {
		display:none;
	}
}
/* Edge */
@supports (-ms-ime-align:auto) or (-ms-accelerator: true) {

	#story_frame {
		background-image:url('../img/story/slide_1/mid/palm.png'), url('../img/story/slide_1/mid/plane.png'), url('../img/story/slide_1/small/runway.png');
	}
	#story_frame .slidee {
		background-image:url('../img/story/story_medium_ie.png') !important;
	}
	.non_ie, .not_ios {
		display:none;
	}
}

.tooltip-wrap {
	position:absolute;
	top:0; left:0; bottom:0; right:0;
}
.tooltip-story {
	position: absolute;
	cursor: pointer;
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
	padding: 0;
	background: none;
	border: none;
	width:50px;
	height:50px;
}
/* Tooltip */
.tooltip-content.left-side {
	left:auto;
	right:100%;
}

#story_frame .tooltip-content .title {
	position: relative;
	max-width: 100%;
	text-transform: initial;
	padding: 1rem;
	border-radius: .5rem;
	margin-left: 0 !important;
	margin-top: 15px;
	margin-bottom: 1rem;
	text-align: left;
	text-indent: 0;
	font-style: italic;
	line-height: 1.25;
}
#story_frame .tooltip-content.left-side .title:before {
	right:auto;
	left:100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
}
#story_frame .tooltip-content .arrow-tip.small-tip {
	border-radius: 10px;
}
#story_frame .tooltip-content .arrow-tip.small-tip:before {
    border-width: 9px;
    margin-top: -9px;
}

#story_frame .tooltip-content .title:before {
	border-width: 12px;
	margin-top: -12px;
}

.tooltip-story:hover .tooltip-content {
	opacity: 1;
	-webkit-transform: translate3d(0,50%,0) rotate3d(0,0,0,0);
	transform: translate3d(0,50%,0) rotate3d(0,0,0,0);
	pointer-events: auto;
}

.story_nav, .story_nav img {
	transform-style: flat !important;
}
.story_nav.disabled {
	display:none !important;
}

#main_1 {
	background-position: right center !important;
}
#main_2, #woman_bag {
	background-position: left center !important;
}

@media (max-width: 768px) {
	.story_read {
		display: table;
		margin: 190px auto 0;
		border: none;
		padding: 5px 20px;
		background: #fff;
	}
	#story_frame li:first-child .text {
		display:none;
		margin-top:0;
	}
	#story_frame .text {
		left:50% !important;
		top:50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
	#story_frame .text > a {
		display:block;
		position:absolute;
		top:-20px;
		right:-20px;
		width:40px; height:40px;
		border-radius:20px;
		background:#fff;
		color:#1f3855;
		z-index:1;
	}
	#story_frame .text > a:before {
		display:block;
		text-indent:0;
		text-align:center;
		line-height:40px;
		font-size:25px;
	}
}
@media only screen and (max-width: 479px) {
	#story_title {
		background-size: 85% auto;
	}
}
@media only screen and (max-width: 359px) {
	#story_title {
		background-size: 80% auto;
	}
	#story_frame .text {
		line-height:1.3;
	}
	#story_frame li:first-child .text,
    #story_frame .text {
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		transform:none;
		top:0; left:0 !important;
		height:100%;
		padding:1.25rem 1.25rem .5rem;
		margin-top:0;
		max-width:100%;
    }
    #story_frame .text > a {
		top: 27px;
		left: auto;
		right: 10px;
		width: 28px;
		height: auto;
		background:#1f3855;
	}
	#story_frame .text > a:before {
		font-size:35px;
		line-height:25px;
		content:"\f36e";
		color:#fff;
	}
	.story_nav {
		top: 93%;
	}
}


h1.left, h2.left, h3.left, h4.left, h5.left, h6.left {
	text-align: left;
}

h1.right, h2.right, h3.right, h4.right, h5.right, h6.right {
	text-align: right;
}

h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
	text-align: center;
}


#story_section, #gallery-modal-story .modal-dialog {
	background-color: #374546;
}
#gallery-modal-story ul {
	background-color: transparent;
}
#gallery-modal-story .modal-content {
	/* max-width: 1440px; */
	margin: 0 auto;
}