/* viewport */
@-ms-viewport {
	width: device-width;
	zoom: 1;
	min-zoom: 1;
	user-zoom: zoom;
}
@viewport {
	width: device-width;
	zoom: 1;
	min-zoom: 1;
	user-zoom: zoom;
}


/* reset and general */
*, *:before, *:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	background: #007CB9;
	color: #ffffff;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
button {
	cursor: pointer;
}
html, button, input, textarea {
	font-family: 'Source Sans Pro', sans-serif;
}
*[hidden] {
	display: none !important;
}


main {
	overflow: hidden;
	background: #101010;
	color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.highlight{color:red;font-weight:bold;}

.navReviews,.navContacts{display:none;}

/* sidebar */
@media (min-aspect-ratio: 1/1) {
	header {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 20%;
		min-width: 200px;
		max-width: 400px;
		z-index: 2;
	}
	header::before {
			/*content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			-webkit-transform-origin: top right;
			transform-origin: top right;
			/*background: #007CB9;*/
			background: #0A0C0D;
			opacity: 0.7;*/
	}
	header > div {
		overflow: hidden;
		position: absolute;
		left: 5%;
		right: 20%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align:center;
	}
	header h1 {
		position: relative;
		width: 100%;
		overflow: hidden;
		font-size: 3vw;
		color: white;
	}
	header h1::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		
	}
	header p {
		font-size: 1.7vw;
		line-height: 1.075;
		margin-bottom:2vw;
	}
	
	.navLink{color:white;font-size: 1.7vw;text-decoration:none;}
	
	header button {
		display: block;
		border: none;
		border-radius: 8px;
		padding: 12px 0 13px 0;
		width: 70%;
		margin: 0 auto 0 6.5%;
		text-decoration: none;
		background-color: #007CB9;
		color: #ffffff;
		font-size: 17.6px;
		text-align: center;
		line-height: 1.15;
		-webkit-transition: background 200ms ease-out;
		transition: background 200ms ease-out;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	header button:hover {
		background: #ff6e2b;
	}
	
	.footer{position:absolute;bottom:5%;width:100%;text-align:center;}
	
	
	 .storeimg{width:10vw;height:2.86vw}
	
	.title{font-size: 5vh;color:#ea7e10/*#a0cb03*/;/*font-style:italic;*/border-bottom:1px solid #a0cb03; width:fit-content;margin-left:auto;margin-right:auto;}
	.subTitle{font-size: 3.5vh;color: #e6e7e7/*#2ee3c9*/;/*font-style:italic;*/margin-left:auto;margin-right:auto;}
	/*.title, .subTitle{background-color: rgba(0,0,0,0.7);
		     padding-left: 7vw;
    padding-right: 7vw;
    width:100%;
    min-width:fit-content;
    max-width:50%;
    width:fit-content;
    }*/
	.titleDiv{background-color:rgba(1, 13, 24, 0.8);color:white;position: absolute;top:0;left:0;width:100%;text-align:center;text-shadow: 2px 2px 6px #000;/*z-index:3;*/padding:0.1vw;/*border-bottom:1px solid white;*/box-shadow:0px 0px 1px 1px rgba(1, 13, 24, 0.8);}
}





/* smaller 
@media (min-aspect-ratio: 1/1) and (max-height: 459px), (min-aspect-ratio: 3/1) {
	header {
		width: 250px;
		min-width: 250px;
	}
	header p {
		font-size: 14px;
		margin: 8px 0 10px 6.5%;
	}
	header button {
		font-size: 15px;
		padding: 8px 0 9px 0;
	}
	
	 .storeimg{width:10vw;height:2.86vw}
	
}*/
/* really small letterbox 
@media (min-aspect-ratio: 1/1) and (max-height: 320px) {
	header h1 {
		width: 60%;
		padding: 0 0 50.93% 0;
		margin: 0 0 0 2%;
	}
}*/







/* portrait */
@media (max-aspect-ratio: 1/1) {
	header {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100vw;
		height: 59vw;
		z-index: 2;
		
	}
	header::before {
		/*content: '';
		position: absolute;
		width: 100%;
		height: 75%;
		/*-webkit-transform: skewY(-8deg);
		transform: skewY(-8deg);*/
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
		/*background: #008BCE;*/
		background: #0A0C0D;
		opacity: 0.5;*/
	}
	header h1 {
		position: relative;
		width: 100%;
		text-align:center;
		/*height: 26.25vw;*/
		overflow: hidden;
		font-size: 12vw;
		color: white;
	        background:black;
		margin-bottom:3vw;
		opacity: 0.8;
	}
	header p {
		position: relative;
		font-size: 3.5vw;
		line-height: 1.1;
		margin-bottom:2vw;
		
	}
	.navLink{color:white;font-size: 3.15vw;text-decoration:none;}
	header p span {
		display: block;
	}
	header button {
		display: none;
	}
	
	header > div {
			overflow: hidden;
			position: absolute;
			left: 0;/*5%;*/
			right: 20%;
			/*top: 45%;*/
			/*top: 50%;*/
			bottom: 0;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			text-align:center;
			width:100%;
	}
	
	.footer{position:absolute;bottom:0%;width:100%;text-align:center;}

	
	 .storeimg{width:20vw;height:5.72vw;z-index:3;}
	 .title{font-size: 3.2vh;color:#ea7e10;/*font-style:italic;*/border-bottom:1px solid #a0cb03;width:fit-content;margin-left:auto;margin-right:auto;}
	 .subTitle{font-size: 2.7vh;color: #e6e7e7/*#2ee3c9*/;width:fit-content;margin-left:auto;margin-right:auto;}
	 
	 /*.title, .subTitle{background-color: rgba(0,0,0,0.7);
	     padding-left: 5vw;
    padding-right: 5vw;}*/
	 
	.titleDiv{background-color:rgba(1, 13, 24, 0.8);color:white;position: absolute;top:0;left:0;width:100%;text-align:center;z-index:3;padding:0.5vw;padding-bottom:0.2em;padding-top:0.2em;text-shadow: 2px 2px 6px #000;/*border-bottom:1px solid white;*/box-shadow:0px 0px 1px 1px rgba(1, 13, 24, 0.8);}
	
}





/* social links */
nav ul {
	list-style: none;
}
nav a {
	position: absolute;
	overflow: hidden;
	display: block;
	width: 164px;
	height: 64px;
	border-radius: 20%;
	margin: 16px 0 0 0;
	font-size: 12pt;
	color: white;
	background: #007CB9;
	background-repeat: no-repeat;
	-webkit-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
	z-index: 3;
	right: 32px;
}
nav a:hover {
	background-color: #ff6e2b;
}
nav li:nth-child(1) a {
	bottom: 112px;
}
nav li:nth-child(2) a {
	bottom: 32px;
}
nav a#navTwitter {
	background-image: url('twitter.svg');
	background-position: 50% 50%;
	background-size: 75% auto;
}
nav a#navFacebook {
	background-image: url('facebook.svg');
	background-position: 38% 36%;
	background-size: 65% auto;
}
nav button {
	display: none;
}
/* smaller */
@media (min-aspect-ratio: 1/1) and (max-height: 539px), (min-aspect-ratio: 1/1) and (max-width: 539px) {
	nav a {
		width: 48px;
		height: 48px;
	}
	nav li:nth-child(1) a {
		bottom: 84px;
	}
	nav li:nth-child(2) a {
		bottom: 24px;
	}
}
/* really small letterbox */
@media (min-aspect-ratio: 1/1) and (max-height: 320px) {
	nav li:nth-child(1) a {
		bottom: 72px;
	}
	nav li:nth-child(2) a {
		bottom: 12px;
	}
}
/* portrait */
@media (max-aspect-ratio: 1/1) {
	nav li:nth-child(1) a {
		bottom: 32px;
		right: calc(5vw + 80px);
	}
	nav li:nth-child(2) a {
		right: 5vw;
	}
	nav button {
		display: block;
		position: absolute;
		bottom: 32px;
		left: 5vw;
		border: none;
		border-radius: 8px;
		padding: 0 40px 0 40px;
		height: 64px;
		text-decoration: none;
		background-color: #1b7769;
		color: #ffffff;
		font-size: 17.6px;
		text-align: center;
		line-height: 1.15;
		-webkit-transition: background 200ms ease-out;
		transition: background 200ms ease-out;
		-webkit-appearance: none;
		-moz-appearance: none;
		z-index: 3;
	}
	nav button:hover {
		background: #ff6e2b;
	}
}
/* smaller portrait */
@media (max-aspect-ratio: 1/1) and (max-width: 639px) {
	nav a {
		width: 48px;
		height: 48px;
	}
	nav li:nth-child(1) a {
		right: calc(5vw + 60px);
		bottom: 24px;
	}
	nav li:nth-child(2) a {
		right: 5vw;
		bottom: 24px;
	}
	nav button {
		bottom: 24px;
		padding: 0 30px 1px 30px;
		height: 48px;
	}
}


 /*background */
video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}





video{
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
}

video{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 130vh;
  transform: translate(-50%, -50%);

  
}


@media (min-aspect-ratio: 16/9) {
  video {
 
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  video {

    width: 177.78vh;
  }
}


.logo{border:1px solid gray; border-radius:3px;}
.storeimg{/*box-shadow:0px 1px 2px 2px rgba(0, 0, 0, 0.6);*/border-radius:3px;}
