/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* Code 2013-02-06 Hazze */ 

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800');

.container-full {
	margin: 0 auto;
	width: 100%;
}
body, html {
	margin: 0;
}
body {
	background-image: none;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	height: 100%;
	line-height: 1.2em;
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-heigt: 1.2em;
}
h6 {
	font-weight: 400;
}
li {
	line-height: 1.2em;
}
header {
	background-color: #333;
	width: 100%;
	top: 0px;
}
/*.ztop {
	background-color:#333;
	height: 50px;
	margin-left: 0px;
} 
*/
.shadow {
	-webkit-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.49);;
	-moz-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.49);;
	box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.49);;
	border-color: #000;
	border-width: 2px;
}
.vit {
	color: #FFFFFF;
}
.blue {
	color: blue;
}
.svart {
	color: #000000;
}
.box5 {
	background-color: #000000;
	padding: 20px;
}
.box101 {
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	border: 2px solid #fff;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background: #ffe27e;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #FFF;
	text-shadow: 0 1px 0 #999;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.close:hover {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.red {
	text-transform: uppercase;
	color: rgba(228,5,33,1.00);
	font-weight: bold;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #009ede;
	background-image: -moz-linear-gradient(top, #009ede, #009ede);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009ede), to(#009ede));
	background-image: -webkit-linear-gradient(top, #009ede, #009ede);
	background-image: -o-linear-gradient(top, #009ede, #009ede);
	background-image: linear-gradient(to bottom, #009ede, #009ede);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ede', endColorstr='#009ede', GradientType=0);
	border-color: #009ede #009ede #009ede;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 *background-color: #009ede;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.menu {
	background-color: #FFFFFF;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(10, 10, 10, 0.25);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color: #ffffff;
	background-color: #009ede;
	*background-color: #009ede;
}
.btn-success:active, .btn-success.active {
	background-color: #009ede \9;
}
.navcenter {
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(10, 10, 10, 0.25);
}
.fancybox {
	width: 400px;
}

.input-block-level {
	border-radius:0px;
}


.switch-field {
	display: inline-flex;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	padding: 15px 30px;
	border: 1px solid #b31437;
	transition: all 0.1s ease-in-out;
	min-width: 155px !important;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #b31437;
	color: #FFFFFF;
}

.switch-field label:first-of-type {
	border-radius: 50px 0px 0px 50px;
}

.switch-field label:last-of-type {
	border-radius: 0px 50px 50px 0px;
	border-left: none;
}

.box {
	background-color: #f3f3f5;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
}

.box h3 {
	margin-top: 0px;
	line-height: 30px;
}

.box input[type=number] {
	width: 100px;
	border-radius: 50px;
	color: #000000;
	font-size: 30px;
	min-height: 50px;
	text-align: center;
	padding: 15px 30px;
	border: 1px solid #b31437;
}

.box textarea {
	min-width: 276px;
	resize: none;
	border-radius: 50px;
	text-align: center;
	padding: 25px;
	border: 1px solid #b31437;
	font-size: 20px;
	line-height: 26px;
}

.box input[type=email], .box input[type=text], .box input[type=tel] {
	font-size: 18px;
    border-radius: 50px;
    min-width: 75%;
    padding: 20px;
	border: 1px solid #b31437;
}

#submitbutton {
	background-color: #b31437;
	font-size: 30px;
	line-height: 50px;
	border-radius: 25px;
	color: #FFFFFF;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px 40px;
	border: none;
}

.sliderDiv {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.box .sliderDiv input[type=range]{
	margin-bottom: 6px;
}


.formheader {
	text-align: left;
	width: 74%;
	margin: 5px auto 0 auto;
	padding: 0;
}

.formheader p {
	padding: 0;
	font-size: 18px;
	padding-top: 16px;
}

@media (max-width: 767px){
	
	.formheader {
		width: 100%;	
	}
	
	.paddingMobile {
		padding:0px 20px;
	}
	
	.box input[type=email], .box input[type=text], .box input[type=tel] {
		width: 90%;
	}
	
	.switch-field label {
		font-size: 16px;
		line-height: 34px;
		padding: 8px 0px;
	}
	
	.box input[type=number] {
		font-size: 16px;
		line-height: 34px;
		padding: 0;
		width: 60%;
		max-height: 52px;
	}
	
	.box textarea {
		width: 80%;
		width: calc(100% - 34px);
		min-width: unset;
		padding: 8px 16px;
	}
	
	.box h3 {
		font-size: 20px;
		line-height: 24px;
	}
	
	.box input[type=email], .box input[type=text], .box input[type=tel] {
		font-size: 16px;
		padding: 14px;
	}
	
	.sliderDiv {
		width: 100%;
	}
	
	.box .sliderDiv input[type=range]{
		margin-bottom: 0;
	}
}

@media (min-width: 768px) and (max-width:979px){

}

@media (min-width: 980px){

}