/* CSS Document */
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	transform-style: preserve-3d;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	background: radial-gradient(rgb(60, 60, 60) 25%, rgb(0, 0, 0) 75%);
}
p, a, div {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
   cursor: default
}
.Pointer {
	cursor: pointer;
	cursor: hand;
}
.Pointer_Default {
	cursor: default !important
}
.Main_Container {
	background: url("../Images/bg_icon.png");
	width: 100%;
	height: 100%;
	font-size: 0;
	transform-style: preserve-3d;
}
.Main_Container_Contents {
	width: 100%;
	height: 100%;
}
.After_Load_Contents{
	display: none;
}
.Contents_Header {
	background-color: rgba(0, 0, 0, 0.5);
	height: 6vh;
	line-height: 6vh;
	position: fixed;
	top: 0;
	width: 96%;
	left: 2%;
	z-index: 999999;
	text-align: center;
}
.Contents_Header h1 {
	font: 2.5vh Trebuchet MS;
	margin: 0;
	text-align: center;
	line-height: 6vh;
	color: #FFF;
}
.Contents_Back {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding: 0 1vw;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	height: 100%;
	line-height: 100%;
}
.Contents_Back label {
	display: inline-block;
	font: 2.5vh Trebuchet MS;
	padding-top: 1.25vh
}
.Contents_Back img {
	width: 4vh;
	height: 4vh;
	margin-right: 5px;
	vertical-align: middle;
}
.Contents_Back:hover {
	background-color: rgba(0, 0, 0, 0.4);
}
.Contents_Header a {
	color: #FFF;
}
.Contents {
	color: #FFF;
	background: #000;
	height: 100%;
	width: 96%;
	margin: 0 auto;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 99999;
	transform-origin: top left;
	font-size: 0;
    transform: translate3d(2.1%, 0, 0);
}
.Company_Info {
	display: block;
	position: absolute;
	left: 30px;
	bottom: 10px;
	font: 2vh Arial;
	color: #CCC;	
	text-align: center;
	padding: 10px 10px 0 5px;
	letter-spacing: 1px;
	text-shadow: 0px 0px 5px #666;
}
.Company_Info span, .Company_Info a {
	display: block;
	margin-bottom: 5px;
}
.Company_Info a {
	color: #CCC;
	text-decoration: none;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: linear;
}
.Company_Info a:hover {
	color: #FFA800;
}
.Company_Name {
	color: #FFF;
}
.Mobile_Apps_Button {
	display: block;
	position: absolute;
	right: 10px;
	bottom: -10px;
	width: 35vh;
	height: 35vh;
	background: url("../Images/Large_Icons/large_icons_mobile_with_text.svg") no-repeat center center transparent;
	background-size: 35vh;
	opacity: 1.0;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: linear;
}
.Mobile_Apps_Button:hover {
	opacity: 1.0;
	transform: translate3D(-20px, -20px, 0) scale(1.25);
}
.Buttons_Container {
	position: relative;
	top: 60%;
	transform: translateY(-60%);
	width: 100%;
	font-size: 0;
	text-align: center;
}
.Main_Heading {
	top: 50%;
	transform: translateY(-270%);
	width: 100%;
	text-align: center;
	position: absolute;
	margin: 0 auto 10vh auto;
	padding: 0;
	font: 5.5vh Trebuchet MS;
	color: #FFF;
	text-shadow: 0 0 15px #FE5558;
}
.Main_Heading img {
	width: 10vh;
	height: 10vh;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.Main_Heading span {
	color: #FFF;
	text-shadow: 0 0 15px #FE5558;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
.Main_Heading span.Main_Button_1_Hover {
	color: #21EE00
}
.Main_Heading span.Main_Button_2_Hover {
	color: #FE8082
}
.Main_Heading span.Main_Button_3_Hover {
	color: #41C4FF
}
.Main_Heading span.Main_Button_4_Hover {
	color: #F2A10F
}
.Main_Heading span.Main_Button_5_Hover {
	color: #D5A6FF
}
.Main_Button {
	display: inline-block;
	width: 25vw;
	height: 10vh;	
	position: relative;
	border-radius: 2vh;
	box-shadow: 5px 5px 10px #4A4A4A;
	background: url("../Images/button_overlay.svg") no-repeat top right transparent;
	background-size: 60%;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	border: 3px dotted transparent;
}
.Main_Button span {
	font: 4vh Trebuchet MS;
	color: #FFF;
	position: absolute;
	width: 100%;
	height: 6vh;
	top: 50%;
	margin-top: -2.8vh;
	text-align: center;
	display: block;
	vertical-align: middle;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease
}
.Main_Button:hover {
	background-size: 75%;
}
.Main_Button:hover span {
	transform: scale(1.09);
}
.Main_Button_1 {
	background-color: #59D500;
	margin: -0.7% 2.5% 2.5% 0%;
	text-shadow: 0px 0px 20px #1F8603
}
.Main_Button_1 .Button_Zip_Line_Opened {
	background-color: #59D500; 
}
.Main_Button_1:hover {
	border-color: #60E902;
}
.Main_Button_2 {
	background-color: #FF7072;
	margin: 0 0 2.5% 0.5%;
	text-shadow: 0px 0px 20px #BF373A
}
.Main_Button_2 .Button_Zip_Line_Opened {
	background-color: #FF7072; /*same as button*/
}
.Main_Button_2:hover {
	border-color: #FF8A8C;
}
.Main_Button_3 {
	background-color: #57CAFF;
	margin: 0 2.5% 0 0%;
	text-shadow: 0px 0px 20px #0075A5
}
.Main_Button_3 .Button_Zip_Line_Opened {
	background-color: #57CAFF; /*same as button*/
}
.Main_Button_3:hover {
	border-color: #92E6FF;
}
.Main_Button_4 {
	background-color: #FAA617;
	margin: 0 0 0 0.5%;
	text-shadow: 0px 0px 20px #B07900
}
.Main_Button_4 .Button_Zip_Line_Opened {
	background-color: #FAA617; /*same as button*/
}
.Main_Button_4:hover {
	border-color: #FAC55E;
}
.Button_Zip_Line, .Button_Zip_Line_Opened {
	position: absolute;
	top: 0;
}
.Button_Zip_Line {
	width: 2.2vh;
	left: 3%;
	height: 100%;
	background: url("../Images/zip_bg.svg") repeat-y top center transparent;
	background-size: 100%;
	z-index: 1;
}
.Button_Zip_Line_Opened {
	width: 2.2vh;
	left: 3%;
	height: 0;
	z-index: 2;
	background: url("../Images/zip_opened_bgz.svg") repeat-y top center transparent;
	background-size: 100%;
}
.Button_Zip {
	position: absolute;
	left: 0;
	top: 0;
	width: 6vh;
	height: 6vh;
	background: url("../Images/zip.svg") no-repeat 0 0 transparent;
	transform: translate3D(0%, 0, 0) rotate(30deg);
	z-index: 3;
}
.Contents_Data {
	height: 100%;
	overflow: auto;
}
.Contents_BG_1 {
	background-color: #2FAB00;
}
.Contents_BG_2 {
	background-color: #BF373A;
}
.Contents_BG_3 {
	background-color: #44A6F2;
}
.Contents_BG_4 {
	background-color: #EC841D;
}
.Contents_BG_5 {
	background-color: #9972FF;
}
.Contents_Real {
	font: 14px Trebuchet MS;
	color: #FFF;
	padding: 2vw 2vw;
	padding-top: 10vh; /*header margin*/
	background: url("../Images/contents_overlay.svg") no-repeat top right transparent;
	background-size: 90%;
}
.Contents_Real p {
	margin: 1vw 0;
}
.Contents_Real p:first-of-type {
	margin-top: 0;
}
.Contents_Real li {
	margin-left: 1vw;
	margin-top: 10px;
}

.Contents_Main_Desc {
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	margin: 0;
	padding: 20px;
	overflow: hidden;
}
.Main_Desc_Icon {
	display: block;
	float: left;
	margin-right: 10px;
	width: auto;
	height: 40vh;
	margin: 0 20px 0 0;
}
.Contents_Points h1 {
	margin: 0 0 10px 0;
	font: 25px Trebuchet MS;
}
.Contents_Points_Only_Heading h1 {
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}
.Contents_Points p {
	margin: 0;
	display: inline-block;
}
.Contents_Points p, .Contents_Points li {
	font: 15px Trebuchet MS;
	letter-spacing: 0.5px;
}
.Contents_Points_Cont {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	overflow: hidden;
	padding: 20px 0;
}
.Contents_Points p .Custom_Href {
	cursor: pointer;
	cursor: hand;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	padding: 2px 8px;
	margin-top: 2px;
	border-radius: 3px;
	text-decoration: none;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}
.Contents_Points p .Custom_Href:hover {
	background: rgba(0, 0, 0, 0.9);
}
.Contents_Points_Only_Heading {
	border-bottom: none;
	padding-bottom: 0px;
}
.Contents_Point_Image_Button {
	display: inline-block;
	padding: 2px 8px;
	margin: 0 auto;
	margin-top: 7px;
	font: 13px Trebuchet MS;
	background: rgba(255, 255, 255, 0.8);
	color: #999;
	border-radius: 5px;
	letter-spacing: 0;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	border: 1px dashed transparent;
	text-align: center;
}
.Contents_Point_Image_Button:hover, .Contents_Point_Image_Button_Hover {
	background: #FF6400;
	border: 1px dashed #FFF;
	color: #FFF;
}
.Contents_Point_Image_Cont {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	margin-top: 10px;
	padding: 5px;
	transition-property: background,border;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	text-align: center;
}
.Contents_Point_Image_Cont_Loaded {
	background: none;
	border: none;
}
.Contents_Point_Image_Loading {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: url("../Images/loading_image.gif") no-repeat center center transparent;
	background-size: 20px 20px;
}
.Contents_Point_Image_Img {
	margin: 0 auto;
	max-width: 90%;
	max-height: 300px;
	width: auto;
	height: auto;
	border: 1px dashed #FFF;
}
.Contents_Point_Image_Img_Big {
	max-height: none;
}
.Contents_Point_Image_Img_Small {
	max-width: 50%;
	max-height: 200px;
}
.Contents_Point_SVG_Icon {
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 10px;
}
.Retina_Mode .Contents_Point_Image_Loading {
	background-image: url("../Images/loading_image_retina.gif")
}

.Footer_Logo {
	opacity: 0.5;
	z-index: -1;
}
.Footer_Logo .Logo, .Footer_Logo .Logo_Eyelid_Container, .Footer_Logo .Logo_Eyelid_Container_O .Logo_Eyelid, .Footer_Logo .Logo_Eyeball_Container {
	display: block;
	width: 75vmax;
	height: 48vmax;
}
.Footer_Logo .Logo, .Footer_Logo .Logo_Eyelid_Container, .Footer_Logo .Logo_Eyeball_Container {
	position: absolute;
	bottom: -1vw;
	left: 0;
	z-index: -1;
}
.Footer_Logo .Logo_Eyelid_Container_P { /* Animate this using height % */
	width: 100%;
	height: 0;
	overflow: hidden;
}
.Footer_Logo .Logo_Eyelid_Container {
	overflow: hidden;
}
.Footer_Logo .Logo_Eyelid_Container_O {
	width: 3000px;
	height: 3000px;
}
.Footer_Logo .Logo_Eyeball_Container {
	clip-path: url(#Eyeball_Clip);
	-webkit-clip-path: url(#Eyeball_Clip);
}
.Footer_Logo .Logo_Eyeball {
	width: 80%;
	height: 80%;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.Footer_Logo_Normal {
	display: block;
}
.Footer_Logo_Animated {
	display: none;
}

@media only screen and (min-width: 1000px){
	.Footer_Logo_Normal {
		display: none;
	}
	.Footer_Logo_Animated {
		display: block;
	}
}

@media only screen and (max-width: 1000px) {
	.Company_Info {
		font-size: 2.5vh;
		left: 10px;
		bottom: 0px;
	}
	.Contents_Header {
		visibility: hidden;
	}
	.Contents_Real {
		padding-top: 1vh;
	}
	.Buttons_Container {
		top: 45%;
		transform: translateY(-45%);
	}
	.Main_Heading {
		top: 45%;
		transform: translateY(-580%);
	}
	.Buttons_Container h1 {
		margin-bottom: 7vh;
	}
	.Main_Button {
		width: 80vw;
		display: block;
		margin: 0 auto;
		margin-bottom: 4vh;
	}
	.Main_Button span {
		font-size: 3.5vh;
		margin-top: -2.2vh
	}
	.Button_Zip_Line {
		width: 2.8vh;
	}
	.Button_Zip_Line_Opened {
		width: 2.8vh;
	}
	.Button_Zip {
		width: 7vh;
		height: 7vh;
	}
	.Mobile_Apps_Button {
		width: 28vh;
		height: 28vh;
		background-size: 28vh;
		right: 10px;
		bottom: 0;
		opacity: 0.7;
	}
	.Main_Desc_Icon {
		float: none;
		margin: 10px auto;
	}
	.Contents_Main_Desc {
		font-size: 16px;
	}
	.Contents_Points p, .Contents_Points li {
		font-size: 14px;
	}
	.Contents_Header {
		height: 20px;
		line-height: 20px;
		padding: 5px;
	}
	.Contents_Header h1 {
		font-size: 14px;
		line-height: 20px;
	}
	.Contents_Back label {
		font: 14px Trebuchet MS;
		padding-top: 7px;
	}
	.Contents_Back img {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (max-width: 1000px) and (orientation:landscape) {
	.Main_Button {
		width: 65vh;
	}
}

/*iphone 5 and 6 and lower*/
@media only screen and (device-aspect-ratio: 2/3), only screen and (device-aspect-ratio: 40/71), only screen and (device-aspect-ratio: 40/71) {
	.Buttons_Container h1 {
		margin-bottom: 4vh;
	}
	.Mobile_Apps_Button {
		width: 18vh;
		background-size: 18vh;
		bottom: -5vh;
	}
}
