/*
Version: 1.0
Author: WebOne AB
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead{
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
	background-color: #EDEDED;
	font-weight: normal;
	font-size: 15px;
	color: #333333;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		min-height: 100vh;
		background-position: center;
		background-size: cover;
}
img{
	border: 0;
}
a:link, a:visited{
	text-decoration: underline;
	color: inherit;
}
a:hover{
	text-decoration: underline;
	color: #666666;
}
a img{
	vertical-align: middle;
}
h1{
	font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 32px;
	color: inherit;
	word-wrap: break-word;
}
h1 img{
	vertical-align: middle;
}
h2{
	font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
	line-height: 33px;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 25px;
	color: inherit;
	word-wrap: break-word;
}
hr{
/*
	background-image: url(../images/hr-dark.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 20px;
	width: 100%;
	height: 20px;
	padding: 0;
*/
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
}
table, tr, th, td{
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 15px;
	color: #333333;
	padding: 0;
}
table{
	width: 100%;
	max-width: 100%;
}
table.list{
	width: 100%;
	max-width: 100%;
}
table.list > tbody > tr:nth-child(odd){
	background-color: #F2F2F2;
}
table.list td, table.list th{
	padding: 3px;
}
p{
	padding: 0;
	margin: 0;
}
img{
	max-width: 100% !important;
	height: auto !important;
	border: 0;
}
blockquote{
	border-left: 5px solid #999999;
	padding: 0 0 0 15px;
	margin: 15px 0 15px 0;
}
label{
	font-weight: bold;
	width: 100%;
}
form{
	margin: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea, select{
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	font-size: 100%;
	padding: 6px 2%;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	background: -o-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(top, #ffffff, #f0f0f0);
	text-shadow: -1px -1px 0px #ffffff;
	border: 1px solid #B3B3B3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"]{
	width: 30px;
	border: 0;
	vertical-align: middle;
}
input:active, textarea:active, select:active{
	border: 1px solid #666666;
}
textarea{
	height: 120px;
}
input.submit, a.submit:link, a.submit:visited, input[type="submit"]{
	background-color: #489024;
	background-image: url(../images/buttonbackground.png);
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,.9) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,.9) inset;
	-ms-box-shadow: 0px 1px 0px0px rgba(255,255,255,.9) inset;
	-o-box-shadow: 0px 1px 0px 0px rgba(255,255,255,.9) inset;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.9);
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	border: 1px solid #489024;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none !important;
	display: inline-block;
	width: 100%;
	min-width: 100%;
	padding: 6px 0;
	margin-top: 10px;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
input.submit:hover, a.submit:hover, input[type="submit"]:hover, .button:hover{
	background-color: #489024;
	border: 1px solid #489024;
	background-image: none;
}
input.gray, a.gray:link, a.gray:visited{
	background-color: #e5e5e5;
	background-image: url(../images/buttonbackground.png);
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff inset;
	-moz-box-shadow: 0px 1px 0px 0px #ffffff inset;
	-ms-box-shadow: 0px 1px 0px0px #ffffff inset;
	-o-box-shadow: 0px 1px 0px 0px #ffffff inset;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #cccccc;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #666666 !important;
	font-size: 15px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
input.gray:hover, input.gray:active, a.gray:hover, a.gray:active{
	border: 1px solid #999999;
	background-color: #cccccc;
	background-image: none;
	cursor: pointer;
	color: #333333 !important;
}
.button{
	background-color: #489024;
	background-image: url(../images/buttonbackground.png);
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,.9) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,.9) inset;
	-ms-box-shadow: 0px 1px 0px0px rgba(255,255,255,.9) inset;
	-o-box-shadow: 0px 1px 0px 0px rgba(255,255,255,.9) inset;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.9);
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	border: 1px solid #489024;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none !important;
	display: inline-block;
	padding: 6px 10px;
	margin-top: 10px;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
input[type='checkbox']{
	background: none;
	padding: 0;
	width: 30px;
	border: 0;
}
.container{
	padding: 20px 0 40px 0;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}
.desktop{
	display: inline-block;
}
.mobile{
	display: none;
}
.inactive{
}
.right{
	float: right;
}
.textcenter{
	text-align: center;
}
.hide{
	display: none;
}
.fullw{
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ondemand{
	vertical-align: middle;
}
font{
	font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 15px !important;
}
.thankyou{
	width: 100%;
	background-color: #23B52E;
	border: 1px solid #23B52E;
	padding: 10px 2%;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 20px 0;
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
}
body > .thankyou{
	border-bottom: 1px solid #23B52E !important;
	margin: 0 !important;
}
.notification{
	width: 100%;
	background-color: #FFF9A3;
	border: 1px solid #EBC000;
	padding: 10px 2%;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 10px 0;
}
body > .notification{
	border-bottom: 1px solid #EBC000 !important;
	margin: 0 !important;
}
.information{
	width: 100%;
	background-color: #B0EEFF;
	border: 1px solid #118CAD;
	padding: 10px 2%;
	text-align: center;
	vertical-align: middle;
}
.information img, .notification img{
	vertical-align: middle;
}
.languages img{
	vertical-align: middle;
	max-width: 30px !important;
}
.languages input{
	width: 18px;
}
.red{
	color: #cc0000;
}
header{
	background-color: #ffffff;
	background-color: rgb(255,255,255);
	color: #555555;
	width: 100%;
	float: left;
}
header .container{
	padding: 0;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}
header #logo{
	text-align: right;
	margin: 10px 0 5px 0;
	float: left;
	max-width: 50%;
}
header #logo img{
	max-height: 80px;
}
header a.cartcut:link, header a.cartcut:visited{
	background-image: url(../images/shopping-cart.svg);
	background-position: center 5px;
	background-repeat: no-repeat;
	background-size: 40px;
	text-align: right;
	margin: 12px 0 12px 0;
	float: right;
	width: 165px;
	height: 70px;
	line-height: 110px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	position: relative;
}
header a.cartcut:hover{
	opacity: 0.75;
}
header a.cartcut:link span, header a.cartcut:visited span{
	background-color: #ffffff;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,.9) inset;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,.9) inset;
	-ms-box-shadow: 0px 1px 0px0px rgba(255,255,255,.9) inset;
	-o-box-shadow: 0px 1px 0px 0px rgba(255,255,255,.9) inset;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.9);
	border: 1px solid #489024;
	color: #000000;
	width: auto;
	padding: 7px 5px 8px;
	cursor: pointer;
	font-size: 14px;
	line-height: 5px;
	position: absolute;
	top: -5px;
	right: 30%;
}
#nav{
	background-color: #1A171B;
	background-image: url(../images/menubackground.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	display: block;
	float: left;
}
.openmenu, .closemenu{
	display: none;
}
#nav .container{
	min-height: 5px;
	padding: 0;
}
#nav ul.menu{
	text-align: center;
	float: left;
	position: relative;
	list-style-type: none;
	padding: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav ul.menu li{
	float: left;
	position: relative;
	padding: 0;
	margin: 0 10px 0 0;
}
#nav ul.menu li.search{
	float: right !important;
	position: relative;
	padding: 0;
	margin: 0;
}
#nav ul.menu li.search form{
	background-color: #ffffff;
	background-color: rgba(255,255,255,.25);
	width: 115px;
	height: 30px;
	padding: 0;
	margin: 14px 0 0 0;
	float: left;
}
#nav ul.menu li.search form:hover, #nav ul.menu li.search form:active{
	background-color: rgba(255,255,255,.35);
}
#nav ul.menu li.search input{
	background: none;
	border: none;
	width: 80px;
	height: 30px;
	padding: 0 0 0 5px;
	margin: 0;
	float: left;
	color: #ffffff;
	text-shadow: none;
}
#nav ul.menu li.search input.submit{
	background-image: url(../images/search.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	max-width: 30px;
	min-width: 30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	opacity: 0.4 !important;
}

#nav ul.menu > li > a:link, #nav ul.menu > li > a:visited{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	padding: 19px 10px 16px 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	float: left;
}
#nav ul.menu > li > a.home:link, #nav ul.menu > li > a.home:visited{
	padding: 17px 10px;
}
#nav ul.menu > li > a:hover, #nav ul.menu > li > a.active{
	background-color: rgba(255,255,255,.2);
}

#nav ul.menu > li.language-menu > a:link, #nav ul.menu > li.language-menu > a:visited{
	padding: 16px 5px 12px 5px;
}
#nav ul.menu > li.language-menu a:link img, #nav ul.menu > li.language-menu a:visited img{
	max-width: 30px !important;
	vertical-align: middle;
	float: left;
}
#nav ul.menu > li.language-menu > a:link > img, #nav ul.menu > li.language-menu > a:visited > img{
	margin: 0 5px 0 0;
}
#nav ul.menu > li > a > img.sub-arrow{
	float: none !important;
	width: 13px !important;
	margin-left: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	-webkit-opacity: 0.3;
	opacity: 0.3;
}
#nav ul.menu > li > ul a img.sub-arrow{
	display: none;
}

/* Fixar pil uppåt (vitt fält) */
#nav ul.menu > li > ul:after{
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ffffff;
	display: inline-block;
	position: absolute;
	content: '';
	left: 49%;
	top: -7px;
}

#nav ul.menu li:hover > ul{
	display: block;
}
#nav ul.menu > li > ul{
	background: #ffffff;
	position: absolute;
	top: 99%;
	margin: 0;
	margin-left: -100px;
	left: 50%;
	z-index: 800 !important;
	display: none;
	width: 190px;
	padding: 5px 0px 5px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
}
#nav ul.menu > li > ul > li{
	background-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#nav ul.menu > li > ul li{
	border-top: 1px solid #e5e5e5;
}
#nav ul.menu > li > ul li:first-child{
	border-top: 0;
}
#nav ul.menu > li > ul > li > a:link, #nav ul.menu > li > ul > li > a, #nav ul.menu > li > ul > li > a:visited{
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	display: block;
	width: 100%;
	margin: 0;
	text-transform: none;
	padding: 8px 10px;
}
#nav ul.menu > li > ul > li > a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
	color: #333333;
	border-bottom: 0 !important;
}

/* Fixar pil uppåt (vitt fält) */
#nav ul.menu > li > ul > li ul:after{
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #ffffff;
	display: inline-block;
	position: absolute;
	content: '';
	left: -7px;
	top: 15px;
}

#nav ul.menu > li > ul > li ul{
	background: #ffffff;
	position: absolute;
	top: -5px;
	margin: 0;
	left: 100%;
	z-index: 800 !important;
	display: none;
	width: 190px;
	padding: 5px 0px 5px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
}
#nav ul.menu > li > ul > li ul li{
	background-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#nav ul.menu > li > ul > li > ul li a:link, #nav ul.menu > li > ul > li > ul li a, #nav ul.menu > li > ul > li > ul li a:visited{
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	display: block;
	width: 100%;
	margin: 0px;
	text-transform: none;
	padding: 8px 10px;
}
#nav ul.menu > li > ul > li > ul li a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
	color: #333333;
	border-bottom: 0 !important;
}
#nav ul.menu > li > ul > li a.active, #nav ul.menu > li > ul > li > ul > li a.active{
	font-weight: bold;
}

#main{
	color: #333333;
	width: 100%;
	float: left;
}
#main .container .info{
	background-color: #ffffff;
	padding: 20px;
	line-height: 25px;
	margin: 0 0 10px 0;
	width: 100%;
	max-width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .container .info ul, #main .container .info ol{
	margin-left: 22px;
}
#main .container .info a:link, a:visited{
	color: #333333;
}
@media all and (max-width: 1000px) {
	.container{
		padding: 20px 2% 40px 2%;
		width: 96%;
		max-width: 960px;
		margin: auto;
	}
}
footer{
	padding: 0 0 20px 0;
	min-height: 100px;
	color: #ffffff;
	float: left;
	width: 100%;
}

footer #profeel{
	width: 100%;
	padding: 10px 0 15px 0;
	color: #999999;
	color: rgba(0,0,0,.4);
	font-size: 12px;
	text-align: center;
	display: block;
	float: left;
}
footer #profeel a:hover{
	color: rgba(0,0,0,.6);
}
footer #profeel p{
	margin: 0 0 20px 0;
	width: 33%;
	min-width: 320px;
	display: block;
	float: left;
}
footer #copy{
	width: 100%;
	padding: 10px 0 15px 0;
	color: #999999;
	color: rgba(0,0,0,.4);
	font-size: 12px;
	text-align: center;
	display: block;
	float: left;
}
footer #copy a{
	text-decoration: none;
	color: #999999;
	color: rgba(0,0,0,.4);
}
footer #copy a:hover{
	text-decoration: underline;
	color: #999999;
	color: rgba(0,0,0,.4);
}

.login-header{
	width: 100%;
	float: left;
	padding: 10px 20px 20px;
	border-bottom: 1px solid #ccc;
}
ul.login-list{
	list-style-type: none;
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
	margin: 0 !important;
}
ul.login-list li{
	float: left;
	width: 50%;
	padding: 0;
	margin: 0 0 5px 0;
}
ul.login-list li:nth-child(even){
	padding: 0 0 0 20px;
}
ul.login-list li a{
	float: left;
	text-decoration: none;
	padding: 10px 20px;
	width: 100%;
}
ul.login-list li a:hover{
	text-decoration: underline;
	border: 1px solid #1A171B;
	padding: 9px 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 50px;
}

@media only screen and (max-width: 650px) {
	ul.login-list li{
		width: 100%;
		text-align: center;
	}
	ul.login-list li:nth-child(even){
		padding: 0;
	}
}

.round{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.shadow{
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0, .15);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0, .15);
	-ms-box-shadow: 0px 0px 15px 1px rgba(0,0,0, .15);
	-o-box-shadow: 0px 0px 15px 1px rgba(0,0,0, .15);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0, .15);
}
.shopnavclose{
	display: none;
}
iframe{
	max-width: 100% !important;
	border: 0;
}
.col-100{
	width: 100%;
	padding: 10px 0 0;
	float: left;
}
.col-50{
	width: 50%;
	padding: 0;
	float: left;
}
.col-25{
	width: 25%;
	padding: 0;
	float: left;
}
.f-right{
	float: right;
}
.t-right{
	text-align: right;
}
.f-left{
	float: left;
}
.t-left{
	text-align: left;
}
.package_form{
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
}
.package-choice{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
.package-item{
	width: 23%;
	margin: 1%;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	display: flex;
}
.package-item:hover .package-pick-single{
	background-color: rgba(0,0,0,.4);
}
.package-item .package-pick{
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.package-item:hover .package-pick{
	display: flex;
	cursor: pointer;
}

.package-item .package-pick i{
	color: #1A171B;
	display: none;
}
.package-item.selected .package-pick span{
	display: none;
}
.package-item.selected .package-pick i{
	display: flex;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.package-item.selected .package-pick{
	display: flex;
	border: 5px solid #0046ad;
	height: 100%;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.package-item .package-content{
	position: relative;
	text-align: center;
	z-index: 0;
	float: left;
	top: 0;
	width: 100%;
	left: 0;
}
.package-item.selected .package-content{
	opacity: .5;
}
.package-item .package-content strong img{
	vertical-align: middle;
	width: 20px;
	height: 20px;
}
.package-item .package-pick-size{
	background-color: rgba(0,0,0,.4);
	width: 100%;
	display: none;
	position: absolute;
	z-index: 10;
	padding: 5px;
	top: 0;
	left: 0;
}
.package-item:hover .package-pick-size{
	display: flex;
	height: 100%;
}
.package-item .package-pick-size > a{
	position: absolute;
	text-decoration: none;
	background-color: #fff;
	width: 95%;
	width: calc(100% - 10px);
	display: block;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	top: 40%;
	top: calc(50% - 22.5px);
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.package-item .package-pick-size > a:after{
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	/*--adjust as necessary--*/
	color: #000;
	font-size: 15px;
	padding-right: 0.5em;
	position: absolute;
	top: 10px;
	right: 0;
}
.package-item .package-pick-size ul{
	width: 95%;
	width: calc(100% - 10px);
	list-style-type: none;
	display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	position: absolute;
	top: 38%;
	top: calc(50% - 22.5px);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.package-item .package-pick-size ul li{
	width: 100%;
	float: left;
}
.package-item .package-pick-size ul li a, .package-item .package-pick-size ul li div{
	position: relative;
	width: 100%;
	float: left;
	padding: 8px;
}
.package-item .package-pick-size ul li a:hover{
	background-color: #1A171B;
	color: #fff;
}
.package-item .package-pick-size ul li a:hover:after{
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	/*--adjust as necessary--*/
	font-size: 12px;
	padding-right: 0.5em;
	position: absolute;
	top: 9px;
	right: 0;
}
.package-item .package-pick-size ul li div.out-of-stock{
	background-image: url('../images/out-of-stock.png');
	background-size: 15px 15px;
	background-repeat: no-repeat;
	color: #999;
	width: 98%;
	width: calc(100% - 10px);
	margin-right: 2%;
	margin-right: calc(10px);
	background-position: right center;
}




/*************************************************/
/* style for google translate */

#google_translate_element {
	display: flex;
	padding: 10px;
	width: 100%;
	height: auto;
}

#google_translate_element .goog-te-gadget {
	width: 100%;
}

#google_translate_element .goog-te-gadget-simple {
	display: flex;
	justify-content: center;
	align-items: center;
}

#google_translate_element .goog-te-gadget-simple img {
	background-repeat: no-repeat;
}

#google_translate_element .goog-te-gadget-simple span {
	width: 100%;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
	width: 100%;
}

#google_translate_element .goog-te-gadget-simple span a {
	display: flex !important;
}

#google_translate_element:hover {
	background-color: #f0f0f0;
	text-decoration: none;
	color: #333333;
	border-bottom: 0 !important;
}

#google_translate_element:hover span {
	background-color: #f0f0f0;
}


@media screen and (max-width: 800px) {

	#google_translate_element {
		background-color: #333333;
	}

	.goog-te-gadget-simple span {
		background-color: #333333;
	}

	#google_translate_element .goog-te-gadget-simple span {
		padding: 0 10px;
	}

	#google_translate_element .goog-te-gadget-simple span a,
	#google_translate_element .goog-te-gadget-simple span a:visited {
		background-color: #333333 !important;
	}

	#google_translate_element .goog-te-gadget-simple {
		background-color: #333333;
		border: none;
	}

	.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed a {
		background-color: #333333;
	}


	.VIpgJd-ZVi9od-vH1Gmf table tbody {
		display: flex !important;
	}

	/* VIpgJd-ZVi9od-vH1Gmf */
	.VIpgJd-ZVi9od-vH1Gmf table tbody tr {
		display: flex !important;
		flex-direction: column !important;
		overflow: scroll !important;
	}

	#google_translate_element:hover {
		background-color: #333333;
	}

	#google_translate_element:hover span {
		background-color: #333333;
	}


	

	
	#google_translate_element .goog-te-gadget-simple a span:nth-child(3),
	#google_translate_element .goog-te-gadget-simple a span:nth-child(5) {
		display: none !important;
	}

	#google_translate_element .goog-te-gadget-simple a img {
		display: none !important;
	}

	#google_translate_element .goog-te-gadget-simple img {
		display: none;
	}


}

/* endstyle for google translate */
/************************************************/




@media only screen and (max-width: 650px) {
	.info > table{display: block !important; width: 100% !important; float: left;}
	.info > table tbody{display: inline; padding: 0; margin: 0; width: 100% !important; float: left;}
	.info > table tr{width: 100% !important; display: inline !important;}
	.info > table td, .info > table th{display:block; width: 100% !important; height: auto; float: left; padding: 0;}
	.info > table td img, .info > table th img{
		max-width: 100% !important;
		height: auto !important;
		border: 0;
	}
}

@media only screen and (max-width: 700px) {

	table.responsive { margin-bottom: 0; }

	.pinned { position: absolute; left: 0; top: 60px; background: #ffffff; width: 40%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #cccccc; border-left: 1px solid #cccccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; border-top: 1px solid #cccccc;}
	.pinned table th, .pinned table td { white-space: nowrap; padding: 0 5px; }
	.pinned td:last-child { border-bottom: 0; }

	div.table-wrapper { position: relative; overflow: hidden; display:block !important; width: 100% !important; float: left;}
	div.table-wrapper div.scrollable { margin-left: 40%;  border-right: 1px solid #cccccc; border-top: 1px solid #cccccc;}
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; padding: 0 25px 0 10px;}
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }

	div.table-wrapper { padding-top: 60px; margin-bottom: 10px; background-image: url(../images/tableswipe.png); background-position: 75% 0; background-repeat: no-repeat; border-bottom: 1px solid #cccccc;}


	footer #profeel p{
		width: 100%;
	}
}


@media only screen and (max-width: 1000px) {
	#nav #logo{
		text-align: center !important;
		display: block !important;
		width: 100% !important;
		height: 90px;
		float: none;
	}
	#nav #logo img{
		width: auto !important;
		height: 80px !important;
	}
}
@media only screen and (max-width: 960px) {
	#nav ul.menu li{
		padding: 0;
	}
	#nav ul.menu li.search form{
		width: 135px;
	}
	#nav ul.menu li.search form input{
		width: 100px;
	}
	#nav ul.menu > li > a:link, #nav ul.menu > li > a:visited{
		padding: 20px 10px 15px 10px;
	}
	.package-item{
		width: 31.333%;
	}
}
@media only screen and (min-width: 801px) {

	#nav .openmenu, #nav .closemenu{
		display: none !important;
	}
	#nav ul.menu{
		display: block !important;
	}
	#nav ul.menu > li > ul{
		display: none !important;
	}
	#nav ul.menu > li:hover > ul{
		display: block !important;
	}
	#nav ul.menu > li > ul > li a, #nav ul.menu li ul{
		display: none;
	}
}
@media only screen and (max-width: 800px) {
	body, table, tr, th, td{
		font-size: 14px;
	}
	.desktop{ display: none; }
	.mobile{ display: inline-block; }
	table td, table th{ word-wrap: break-word; }
	#nav{
		width: 100%;
		overflow: hidden;
	}
	#nav *{
		-webkit-border-radius: 0 !important;
		-moz-border-radius:  0 !important;
		-ms-border-radius:  0 !important;
		-o-border-radius:  0 !important;
		border-radius:  0 !important;
		-webkit-box-shadow: 0 0 0 0 !important;
		-moz-box-shadow: 0 0 0 0 !important;
		-ms-box-shadow: 0 0 0 0 !important;
		-o-box-shadow: 0 0 0 0 !important;
		box-shadow: 0 0 0 0 !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#nav .openmenu, #nav .closemenu{
		font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
		width: 100%;
		display: block;
		text-align: center;
		color: #ffffff !important;
		text-decoration: none !important;
		padding: 15px 0 15px 0;
		background-color: #1A171B;
		font-size: 20px;
		font-weight: bold;
		float: left !important;
	}
	#nav .closemenu{
		display: none;
	}
	#nav .openmenu img, #nav .closemenu img{
		opacity: 0.5;
		margin-left: 10px;
	}
	#nav .openmenu:hover img, #nav .closemenu:hover img{
		opacity: 1;
	}
	#nav ul.menu{
		width: 100% !important;
		list-style-type: none;
		display: none;
		padding: 0;
	}
	#nav ul.menu li{
		background-image: none;
		width: 100% !important;
		float: right !important;
		text-align: center !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	#nav ul.menu li a:link, #nav ul.menu li a:visited{
		background-color: #1A171B;
		width: 100% !important;
		text-decoration: none;
		float: left;
		text-align: center;
		padding: 10px 0;
		height: auto;
		color: #ffffff;
		font-size: 15px !important;
		border: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#nav ul.menu li a:hover, #nav ul.menu li a.active{
		background-color: rgba(255,255,255,.2);
		border: 0;
		text-decoration: underline;
		color: #ffffff !important;
	}
	#nav ul.menu li a img{
		display: inline;
		margin: 0 0 0 10px;
		width: 15px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		-moz-opacity: 0.3;
		-khtml-opacity: 0.3;
		-webkit-opacity: 0.3;
		opacity: 0.3;
	}
	#nav ul.menu > li.language-menu > a:link, #nav ul.menu > li.language-menu > a:visited{
		text-align: center !important;
	}
	#nav ul.menu > li.language-menu a img.icon{
		margin: 0 10px 0 0 !important;
		float: none !important;
		width: auto;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		opacity: 1;
	}
	#nav ul.menu li a img.sub-arrow{
		float: none !important;
		width: 13px !important;
	}
	#nav ul.menu > li > ul a img.sub-arrow{
		display: inline;
	}
	#nav ul.menu > li ul:after{
		border: 0 !important;
		position: absolute;
		display: none !important;
		left: 0;
		top: 0;
	}
	#nav ul.menu > li ul li{
		border: 0 !important;
	}
	#nav ul.menu > li ul, #nav ul.menu > li:hover ul{
		width: 100% !important;
		list-style-type: none;
		display: none;
		float: left !important;
		padding: 0 !important;
		top: 0 !important;
		margin: 0 !important;
		left: 0 !important;
		position: relative !important;
	}
	#nav ul.menu > li > ul > li > a:link, #nav ul.menu > li > ul > li > a:visited{
		background-color: #555555 !important;
		font-size: 14px !important;
		border: 0;
		padding: 10px 0;
		color: #ffffff !important;
	}
	#nav ul.menu > li > ul > li > ul > li > a:link, #nav ul.menu > li > ul > li > ul > li > a:visited{
		background-color: #666666 !important;
		font-size: 14px !important;
		padding: 10px 0 !important;
		border: 0;
		color: #ffffff !important;
	}
	#nav ul.menu > li > ul > li a:hover, #nav ul.menu > li > ul > li > ul > li a:hover{
		background-color: #333333 !important;
		text-decoration: underline !important;
	}
	.shopnavclose{
		display: block;
	}
	.hidesmall{
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	header #logo{
		width: 100%;
		padding: 10px 5%;
		margin: 0;
		text-align: center;
		max-width: 100%;
	}
	header #logo img{
		max-height: 100px;
	}
	header a.cartcut:link, header a.cartcut:visited{
		display: none;
	}
	h1{
		line-height: 32px;
		font-size: 24px;
	}
	h2{
		line-height: 25px;
		font-size: 20px;
	}
	#main .container .info{
		padding: 10px;
	}
	.package-item{
		width: 48%;
	}

}

.sticky{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 500;
	border-top: 0;
}
.nonsticky{
	position: relative !important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}




/* STIL FÖR INLOGGNING */
#loginwrapper{
	margin: auto;
	float: none;
	padding: 10% 0 0 0;
}
#loginwrapper #login{
	background-color: #ffffff;
	text-align: center;
	margin: auto;
	padding: 15px;
	width: 100%;
	max-width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#loginwrapper #login img{
	width: 100%;
}
#loginwrapper #login h1{
	font-size: 24px;
}
#loginwrapper #login label{
	color: #666;
}
