@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300,400,400i,700,700");

*, ::after, ::before {
    box-sizing: border-box;
}

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0;
	font-family: "Roboto Condensed", Arial, sans-serif;
	overflow: hidden;
	
	/* position: relative; */
	/* left:0px; */
}

header
{
	border-top: 3px solid #1c5dab;
    padding: 15px 15px;
    border-bottom: 1px solid #d9e1e6;
}
img.logo
{
	display: block;
	height: 40px;
}
img.logo-small
{
	display: none;
	height: 40px;
}

img.drop-shadow
{	
    filter: drop-shadow(5px 5px 5px #222);
}

.titles
{
	position: relative;
	left:0px;
	background-color: #cecece;
	overflow: hidden;
}

.titles-div
{
	position: relative;
	left: 0px;
	height: 100%;
	transition: all 0.5s;
}

.title
{
	position: absolute;
	width: 100vw;
	text-align: center;
	padding: 28px 0 0 0;
}
h3
{
	font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-size: 36px;
    font-size: 2.25rem;
    margin: unset;
}

.main
{
	left: 0px;
	position: relative;
	background: #e3e3e3;
}

.steps-div
{
	position: relative;
	left:0px;
	height: 100%;
	transition: all 0.7s;
}

.step
{
	position: absolute;
	width: 100vw;
	height: 100%;
}

.show-step-1
{
	left: 0px;
}
.show-step-2
{
	left: -100vw;
}
.show-step-3
{
	left: -200vw;
}
.show-step-4
{
	left: -300vw;
}
.show-step-5
{
	left: -400vw;
}

.title-1, .step-1
{
	left: 0px;
}

.title-2, .step-2
{
	left: 100vw;
}

.title-3, .step-3
{
	left: 200vw;	
}

.title-4, .step-4
{
	left: 300vw;	
}

.title-5, .step-5
{
	left: 400vw;	
}

.conversion-div
{
	width: 332px;
	height: 372px;
	margin: 10px;
	background: white;
	font-size: 0.9375rem;
    color: #777;
    cursor: pointer;
	border: 4px solid transparent;
	transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.conversion-div:hover
{
	box-shadow: 0 2px 40px #0073e5;
}

.conversion-div.selected
{
	box-shadow: 0 2px 40px #0073e5;
    border: 4px solid #0073e5;
}

.image-div
{
	height: 180px;
	
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	border-bottom: 2px solid #cecece;
}

.image-div.ben-nevis
{
	background-image: url(../images/ben-nevis.png);
}
.image-div.scafell
{
	background-image: url(../images/scafell.png);
}
.image-div.tryfan
{
	background-image: url(../images/tryfan.png);
}

.info-div
{
	padding: 10px 10px 14px 10px;
	border-bottom: 2px solid #cecece;
}

.info-div strong
{
	text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
}

.bottom-div
{
	position: relative;
	height: 22px;
    padding: 10px 15px;
}

.bottom-div .add-button
{
	position: absolute;
	border: 1px black solid;
    border-radius: 3px;
	padding: 1px 10px;
	transition: all 0.5s;
}

.bottom-div .add-button:hover
{
	color: white;
	background: #0073e5;
}

.bottom-div .price
{
	position: absolute;
	right: 15px;
}

.layers
{
	position:relative;
	/* margin: auto; */
}

.layers img
{
	position: absolute;
	left: 40%;
	top: 12%;
	/* max-width: 100%; */
	/* max-height: 100%; */
}


.options button
{
	position: static;
	background: #409fff;
	margin: 2px;
}

.options button:hover, .options button.selected
{
	background: #0073e5;	
}


ul
{
	list-style-type: none;
}

ul.hidden
{
	display:none;
}

label
{	
	cursor:pointer;
	transition: all 0.2s;
}

.option-label:hover
{
    border: 2px solid #0073e5;
    border-radius: 10px;
	padding-right: 7px;
}

footer
{
	position: relative;
	background-color: #fff;
    border-top: 1px solid #d9e1e6;
    text-align: right;
	overflow: hidden;
}

button
{
	position: absolute;
	bottom: -35px;
	width: 110px;
	height: 35px;
	border: none;
	outline: none;
	border-radius: 3px;
    color: #fff;
	padding: 10px 30px 10px 20px;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 0.9375rem;
    line-height: 1;
}

button.next:hover, button.previous:hover, button.submit:hover, button.restart:hover, button.cost-config:hover
{
	background: #0073e5;
    color: #fff;
}

button.next, button.submit, button.cost-config
{
	right: 25px;
	background: #409fff;
}
button.next:before
{
    content: "\35";
    font-family: 'ElegantIcons';
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
}
button.previous
{
	right: 140px;
	color: #333;
    background: #e8e8e8;
	padding: 10px 20px 10px 30px;
}
button.previous:before
{
    content: "\34";
    font-family: 'ElegantIcons';
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 18px;
    font-size: 1.125rem;
}

button.submit:before {
    content: "\4e";
    font-family: 'ElegantIcons';
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
}
button.show
{
	bottom: 17px;
}