@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);

body, html{
	padding: 0px;
	margin: 0px;
	background-color: rgba(15, 18, 21, 1);
	height: 100%;
	width: 100%;
	-webkit-font-smoothing:antialiased;
}
.hero{
	background-image: url(../img/bg1.png);
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 3;
	overflow: hidden;
	min-height: 400px;
	perspective: 1500px;
}
p{
	font-weight: 300;
}
.hero h1{
	margin-top: 0;
	color: white;
	text-align: center;
	font-family: Roboto, sans-serif;
	font-size: 28px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30vh;
}
.hero .hnappur{
	width: 90%;
	max-width: 400px;
	height: 50px;
	box-sizing: border-box;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0070ff;
	border-radius: 5px;
	border-bottom: 1px solid #01295d;
	color: white;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	transition: opacity 0.2s ease-in-out;
	cursor: pointer;
}
.hero .hnappur:hover{
	opacity: 0.8;
	transition: opacity 0.2s ease-in-out;
}
.hero .hnappur:active{
	background-color: #064fac;
}
.hero .hnappur.active{
	background-color: #064fac;
}
.hero .hjalp{
	text-align: center;
	color: white;
	opacity: 0.7;
	font-family: sans-serif;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	margin-top: 20px;
}
.hero .hjalp span{
	display: inline-block;
}
.hero .appicons{
	position: absolute;
	bottom: 40px;
	left: 0px;
	right: 0px;
	width: 90px;
	margin-left: auto;
	margin-right: auto;
}
.hero .appicons div{
	height:40px;
	width: 35px;
	background-image: url(../img/appicons.png);
	background-size: auto 40px;
	float: left;
	opacity: 0.9;
	cursor: pointer;
}
.hero .appicons div:hover{
	opacity: 1;
}
.hero .appicons div.android{
	background-position: right;
	margin-left: 10px;
}

.hero h1, .hero > .hnappur, .hero .hjalp, .hero > .appicons{
	-webkit-transition:all 0s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}

.hero .tourcontainer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	max-width: 400px;
	max-height: 700px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-size: 100% auto;

	background-repeat: no-repeat;
	background-position: 0px 80px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hero .tour{
	height:calc(1vh-80px);
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transform: translate3d(100%, 0,0);
	-moz-transform: translate3d(100%, 0,0);
	transform: translate3d(100%, 0,0);

	-webkit-transition:all 0s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
.hero .tour.active{
	display: block;

	-webkit-transform: translate3d(0%, 0,0);
	-moz-transform: translate3d(0%, 0,0);
	transform: translate3d(0%, 0,0);
}
.hero .streets{
	background-color: rgb(34, 34, 34);
	overflow: hidden;
}
.hero .streets .street{
	width: 100%;
	background-color: rgb(28, 28, 28);
	height: 18px;
	font-family: sans-serif;
	color: rgb(149, 149, 149);
	font-size: 16px;
	padding: 15px;
	-webkit-font-smoothing:antialiased;
	position: relative;
}
.hero .streets .street::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid rgb(45, 45, 45);
}
.hero .streets .street:nth-child(odd){
	background-color: rgb(33, 33, 33);
}
.hero .streets .click_street{
	position: absolute;
	top: 0;
	left: 0;
	right: 100px;
	margin-left: auto;
	margin-right: auto;
}

.hero .options{
	background-color: rgb(34, 34, 34);
	overflow: hidden;
}
.hero .options .click_stepper{
	position: absolute;
	top: 15px;
	right: 80px;

	-webkit-animation: dblclick 2s forwards;
	-moz-animation: dblclick 2s forwards;
	animation: dblclick 2s forwards;
}
.hero .options .click_afram{
	position: absolute;
	top: 245px;
	right: 0;
	left:0;
	margin-left: auto;
	margin-right: auto;
}
.hero .options .option{
	width: 100%;
	background-color: rgb(28, 28, 28);
	height:18px;
	font-family: sans-serif;
	color: rgb(149, 149, 149);
	font-size: 16px;
	padding: 30px;
	-webkit-font-smoothing:antialiased;
	position: relative;
}
.hero .options .option::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid rgb(45, 45, 45);
}
.hero .options .option:nth-child(odd){
	background-color: rgb(33, 33, 33);
}
.hero .options .hnappur{
	margin-top: 10px;
}
.hero .options .option .stepper{
	position: absolute;
	right: 80px;
	top: 23px;
	bottom: 10px;
	width: 90px;
	height: 30px;
	border: 2px solid white;
	border-radius: 5px;
}
.hero .options .option .stepper div{
	width: 46px;
	height: 30px;
	float: left;
	box-sizing: border-box;
	line-height: 25px;
	padding-left:12px;
	font-size: 30px;
	color: white;
}
.hero .options .option .stepper .minus{
	border-right: 2px solid white;
}
.hero .options .option .stepper .plus{
	width: 44px;
}
.hero .options .option .stepper .label{
	position: relative;
	bottom:30px;
	right: 30px;
	font-size:25px;
	color: white;
}
.hero .options .option .toggle{
	width: 65px;
	height: 42px;
	background-image: url(../img/toggle.png);
	background-size: auto 45px;
	position: absolute;
	top:15px;
	right: 80px;
}
.hero .final{
	background-color: rgb(34, 34, 34);
}
.hero .final .endhnappur{
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-family: Roboto, sans-serif;
	cursor: pointer;
}
.hero .final .endhnappur span{
	margin-left: 10px;
	color: rgb(110, 110, 110);
}
.hero .final .radar{
	margin-top: -10px;
}
.hero .final .text{
	-webkit-font-smoothing:antialiased;
	text-align: center;
	font-family: Roboto, sans-serif;
	color: white;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}
.hero .final .text h2{
	font-size: 20px;
	margin-top: 20vh;
}
.hero .final .text p{
	font-size: 15px;
	color: rgb(159, 159, 159);
	margin-bottom: 10px;
	margin-top: 10px;
}
.hero .final .text .appicons{
	/*position: static;*/
}
.hero .stopwatch{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	width: 100%;
	height: 70px;
	background-color: rgba(108, 108, 108, 0.8);
	text-align: center;
	font-size: 30px;
	color: white;
	font-family: Roboto, sans-serif;
	box-sizing: border-box;
	padding-top: 15px;
	opacity: 0;

	-webkit-transform: translate3d(100%, 0,0);
	-moz-transform: translate3d(100%, 0,0);
	transform: translate3d(100%, 0,0);

	-webkit-transition:all 0s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
.hero .stopwatch.on{
	opacity: 1;
	-webkit-transform: translate3d(0%, 0,0);
	-moz-transform: translate3d(0%, 0,0);
	transform: translate3d(0%, 0,0);
}

section{
	width: 100%;
	box-sizing: border-box;
	height: 800px;
	overflow: hidden;
}
section .inner{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
section .inner h2{
	font-family: Roboto, sans-serif;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 50px;
}
section .inner h2 span{
	margin-right: 20px;
}
section .inner p {
	font-family: Roboto, sans-serif;
	text-align: justify;
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 14px;
}
section .inner p:last-of-type{
	margin-bottom: 60px;
}
section .inner .text{
	width: 370px;
	padding: 75px;
	margin-top: 100px;
}
section.driver{
	background-color: white;
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(247,245,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,245,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(247,245,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(247,245,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(247,245,242,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(247,245,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f5f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section.driver img{
	float: right;
	margin-right: 10px;
	margin-top: -100px;
	position: relative;
}
section.driver .inner{
	color: rgb(66, 66, 66);
}
section.pay{
	background: rgb(17,18,33); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(17,18,33,1) 42%, rgba(63,21,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(42%,rgba(17,18,33,1)), color-stop(100%,rgba(63,21,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(17,18,33,1) 42%,rgba(63,21,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(17,18,33,1) 42%,rgba(63,21,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(17,18,33,1) 42%,rgba(63,21,35,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(17,18,33,1) 42%,rgba(63,21,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111221', endColorstr='#3f1523',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section.leita{
	background: rgb(15,18,21); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(15,18,21,1) 0%, rgba(27,31,33,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,18,21,1)), color-stop(99%,rgba(27,31,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(15,18,21,1) 0%,rgba(27,31,33,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(15,18,21,1) 0%,rgba(27,31,33,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(15,18,21,1) 0%,rgba(27,31,33,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(15,18,21,1) 0%,rgba(27,31,33,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1215', endColorstr='#1b1f21',GradientType=0 ); /* IE6-9 */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31426b+1,111114+68,111114+68 */
background: rgb(49,66,107); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(49,66,107,1) 1%, rgba(17,17,20,1) 68%, rgba(17,17,20,1) 68%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(49,66,107,1)), color-stop(68%,rgba(17,17,20,1)), color-stop(68%,rgba(17,17,20,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(49,66,107,1) 1%,rgba(17,17,20,1) 68%,rgba(17,17,20,1) 68%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(49,66,107,1) 1%,rgba(17,17,20,1) 68%,rgba(17,17,20,1) 68%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(49,66,107,1) 1%,rgba(17,17,20,1) 68%,rgba(17,17,20,1) 68%); /* IE10+ */
background: linear-gradient(135deg,  rgba(49,66,107,1) 1%,rgba(17,17,20,1) 68%,rgba(17,17,20,1) 68%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31426b', endColorstr='#111114',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b4d7f+1,0f1221+51,0f1221+99 */
background: rgb(59,77,127); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(59,77,127,1) 1%, rgba(15,18,33,1) 51%, rgba(15,18,33,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(59,77,127,1)), color-stop(51%,rgba(15,18,33,1)), color-stop(99%,rgba(15,18,33,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(59,77,127,1) 1%,rgba(15,18,33,1) 51%,rgba(15,18,33,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(59,77,127,1) 1%,rgba(15,18,33,1) 51%,rgba(15,18,33,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(59,77,127,1) 1%,rgba(15,18,33,1) 51%,rgba(15,18,33,1) 99%); /* IE10+ */
background: linear-gradient(135deg,  rgba(59,77,127,1) 1%,rgba(15,18,33,1) 51%,rgba(15,18,33,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4d7f', endColorstr='#0f1221',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
section.leita img{
	width: 400px;
}
section.leita .inner .text{
	margin-top: -20px;
}
section.pay img, section.leita img{
	float: left;
	margin-left: 10px;
	position: relative;
}
section.pay .inner, section.leita .inner{
	color: white;
	-webkit-font-smoothing: antialiased;
}
section.pay .inner .text, section.leita .text{
	float: right;
}


section .hnappur{
	width: 100%;
	max-width: 400px;
	height: 50px;
	box-sizing: border-box;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0070ff;
	border-radius: 5px;
	border-bottom: 1px solid #01295d;
	color: white;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	transition: opacity 0.2s ease-in-out;
	cursor: not-allowed;
	font-weight: 400;
	opacity: 0.6;
}

section.driver{
	height:500px;
}
section.driver .text{
	margin-top: 30px;
}

.navbar{
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	background-image: url(../img/bg1.png);
	background-size: 100%;
	background-position: top;
}
.navbar .logo{
	width: 113px;
	height: 66px;
	background-image: url(../img/outlinelogo.png);
	background-size: cover;
	background-position: top;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
}
div[class^="click"]{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.55);
	z-index: 4;
	display: none;

	-webkit-animation: click 1s forwards;
	-moz-animation: click 1s forwards;
	animation: click 1s forwards;
}

footer{
	height: 200px;
	position: relative;
	background: rgb(8, 8, 9); /* Old browsers */
	box-sizing: border-box;
	padding: 40px;
}
footer .appicons{
	width: 90px;
	margin-left: auto;
	margin-right: auto;
}
footer p{
	margin-top: 0;
	padding-top: 15px;
	text-align: center;
	color: white;
	font-family: Roboto, sans-serif;
}
footer .appicons div{
	height:40px;
	width: 35px;
	background-image: url(../img/appicons.png);
	background-size: auto 40px;
	float: left;
	opacity: 0.9;
	cursor: pointer;
}
footer .appicons div:hover{
	opacity: 1;
}
footer .appicons div.android{
	background-position: right;
	margin-left: 10px;
}


@media (max-width: 930px) {
	section .inner img{
		width: 270px;
		position: absolute;
		right: 550px;
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		transform: translateY(100px);
	}
	section .inner .text{
		width: 100%;
		max-width: 390px;
		margin-top: 20px;
		padding: 60px;
	}
	section{
		height: 600px;
	}
	section .inner img.whiteiPhone{
		position: absolute;
		left: 550px;
		right: auto;
	}
	section.leita{
		height: 700px;
	}
}

@media (max-width: 722px) {
	section.pay .inner img, section.leita .inner img{
		width: 200px;
		right: 450px;
	}
	section.driver .inner img{
		width: 200px;
		left: 450px;
	}
	section .inner .text{
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 930px) {
	.hero.uncenter .tourcontainer, .hero.uncenter .tourcontainer.invisible{
		visibility: visible;
		-webkit-transform: rotateY(-40deg) scale(0.8) translateY(0px) translateX(350px);
		-moz-transform: rotateY(-40deg) scale(0.8) translateY(0px) translateX(350px);
		transform: rotateY(-40deg) scale(0.8) translateY(0px) translateX(350px);
		padding-bottom: 100px;

		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
	}
	.hero .tourcontainer:hover{
		-webkit-transform: rotateY(0deg) scale(0.8) translateY(0px) translateX(300px);
		-moz-transform: rotateY(0deg) scale(0.8) translateY(0px) translateX(300px);
		transform: rotateY(0deg) scale(0.8) translateY(0px) translateX(300px);
		padding-bottom: 100px;
	}
	.hero .tourcontainer.hover{
		-webkit-transform: rotateY(0deg) scale(0.8) translateY(0px) translateX(300px);
		-moz-transform: rotateY(0deg) scale(0.8) translateY(0px) translateX(300px);
		transform: rotateY(0deg) scale(0.8) translateY(0px) translateX(300px);
		padding-bottom: 100px;
	}
	.hero .tourcontainer:not(.invisible){
		/*padding-bottom: 0;*/
	}

	.hero.uncenter h1, .hero.uncenter > .hnappur, .hero.uncenter .hjalp, .hero.uncenter > .appicons{
		-webkit-transform: translateX(-200px);
		-moz-transform: translateX(-200px);
		transform: translateX(-200px);
	}
}
.invisible{
	visibility: hidden;
}
