/*body{
	width: auto;
	height: 729px;
}*/

/* Lars rettelser start */

h4, .h4 {
	font-weight: 600 !important;
	font-size: 16px !important;
	padding-top: 12px;
}

.container {
    height: 100%;
}

/* Sticky footer */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	/* Set it inline */
	background-color: rgb(253,253,253) !important;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 240px;
	background-color: #f5f5f5;
}

/* Colors */
.ged-blue-bg {
	background-color: #0a2840;
}

.white-bg {
	background-color: #ffffff;
}

.ged-grey-bg {
	background-color: #0a2840;
}

.ged-light-grey {
	color: #b0bec5;
}

.ged-white {
	color: #ffffff;
}

/* Buttons */
.ged-blue-btn{
	background: #0a2840 !important;
	border: none !important;
}

.ged-blue-btn:hover{
	background: #0a2133 !important;
}

/* Buttons*/
.ged-btn {
	line-height: 36px;!important
min-width: 88px;!important
font-size: 16px;!important
text-transform: capitalize;!important
font-weight: 500;!important
padding: 4px 16px;!important
border: none;!important
border-radius: 4px;!important
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

.ged-btn:hover {
	box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
	border: none;
}

/* Shadows */
.ged-shadow {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

.ged-shadow-no-hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

.ged-shadow:hover {
	box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* Hero */
.ged-hero {
 	padding: 50px 0px;
	font-family: "Open Sans", 'Lato', sans-serif;
}

.ged-page {
	padding-top: 44px;
	padding-bottom: 46px;
}

.ged-hero h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	line-height: 48px;
	padding: 0px 10px;

}

.ged-hero h1 .ged-subheader {
	color: rgba(255,255,255,0.7);
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}

.ged-subtext {
	padding-top: 44px;
	padding-bottom: 36px;
	padding-left: 0px;
	font-size: 16px;
	font-family: "Open Sans", 'Lato', sans-serif;
	max-width: 560px;
	color: #000000;
	font-weight: 400;
}

.ged-logo-wrapper {
	display: table;
	height: 48px;
	text-align: left;
	margin-top: 16px;
	padding-right: 24px;
}

.ged-logo{
	display: table-cell;
	vertical-align: middle;
	/*max-height: 70px;*/
	max-height: 48px;
	max-width: 460px;
	padding: 0px;
}

.ged-logo > img{
	max-height: 48px;
	max-width: 460px;
}

.navbar-right {
    flex: 0 0 auto;
}


.navbar-brand .ged-logo-wrapper {
	padding: 0px;
}

/* footer */
.footer{
	/*color: #b0bec5;*/
}

.leftFooter {
	color: #d0d4d9;
	font-family: "Open Sans", 'Lato', sans-serif;
	font-weight: 400;
}

.leftFooter a {
	color: #ffffff;
	font-weight: 500;
}

.leftFooter a:hover{
	color: #ffffff;
	font-weight: 500;
}

.footer .call{
	/*color: #b0bec5;*/
}

.wrappercontainer {
	padding-bottom: 128px;
}

/*Navbar*/
#navbar {
	background-color: unset;
    height: 100% !important;
}

.navbar-toggle{
	color: #000 !important;
	float: left !important;
	margin-left: 10px;
	/*background: #2e2e2e !important;*/
	/*width: 48px; !important;*/
	/*border: 1px solid #fafafa !important;*/
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 6px !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	background-color: transparent;
	background-image: none;
	border: none;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
    }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 8px;
	padding-left: 8px;
}

.aligned-row {
	display: flex;
	flex-flow: row wrap;
}

.aligned-row:before {
    display: block;
}

.shop-product-grid{
	padding: 16px;
}

.shopview {
/*	padding-top: 44px;
	padding-bottom: 82px;*/
}

.shopview .shop-product-grid img {
	border-bottom: 1px solid #eeeeee;
	margine-bottom: 0px;
}

.table-card{
	margin:  24px 0px 0px 0px ;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
	background-color: #ffffff;
	height: 100%;
	border: none;
}

.shop-product-card{
	margin: 0px;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
	background-color: #ffffff;
	height: 100%;
	overflow: hidden;
}

.shop-product-card:hover{
	margin: 0px;
	border: 1px solid #eeeeee;
	box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
	-webkit-transition: box-shadow 0.2s;  /* Safari */
	transition: box-shadow 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
	border: none;
}

.shop-product-card-text {
	padding: 7px 15px 8px 15px;
}

.shop-product-grid h3{
	font-size: 14px;
	line-height: 24px;
	margin : 0px;
	font-family: "Open Sans", 'Lato', sans-serif;
	font-weight: 500;
	color: rgb(11,40,65);
	height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}

.shop-product-grid a:hover{
	text-decoration: none;
}

.shopview .price {
	font-size: 12px;
	font-weigth: 400;
	line-height:24px;
}

.shop-product-card-action {
	padding: 12px 8px 50px 8px;
	height: 48px;
}

.goto-product{
	text-transform: uppercase;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	min-width: 88px;
	padding: 8px 16px;
	background: #0b2841;
	border-radius: 4px;
	margin: 4px 0px;
}

.showproduct {
	padding: 48px 0;
}

a.next-button {
	color: rgba(255,255,255,0.7);
	line-height: 24px;
	font-size: 24px;
	text-align: center;
	width: 48px;
	padding: 12px 12px;
}

a.next-button:hover {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
}

a.next-button:active {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}

.extraImages{
	opacity: 1;
	border: 2px solid rgba(0,0,0,0.07);
	-webkit-transition: border 0.3s;  /* Safari */
	transition: border 0.3s;
	-webkit-transition: opacity 0.3s;  /* Safari */
	transition: opacity 0.3s;
	box-shadow: none;
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

.extraImages.active{
	opacity: 1;
	border: 2px solid rgba(0,0,0,0.50);
	-webkit-transition: border 0.3s;  /* Safari */
	transition: border 0.3s;
	-webkit-transition: opacity 0.3s;  /* Safari */
	transition: opacity 0.3s;
	box-shadow: none;
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

.extraImages:hover{
	opacity: 1;
	border: 2px solid rgba(0,0,0,0.50);
	-webkit-transition: border 0.4s;  /* Safari */
	transition: border 0.4s;
	-webkit-transition: opacity 0.3s;  /* Safari */
	transition: opacity 0.3s;
	/*box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);*/
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

.mainImageNoHover {
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #eeeeee;
}

.mainImage{
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #eeeeee;
	-webkit-transition: border 0.3s;  /* Safari */
	transition: border 0.3s;
	box-shadow: none;
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

.mainImage:hover{
	box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
	-webkit-transition: box-shadow 0.3s;  /* Safari */
	transition: box-shadow 0.3s;
	border: none;
	-webkit-transition: border 0.3s;  /* Safari */
	transition: border 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);

}

.topbg{
	/*height: 96px;*/
	height: 80px;
	background-color: rgb(253,253,253);
}

#navbar ul li a{
	text-transform: uppercase;
	color: #0a2840;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	padding: 6px 16px;
	/*-webkit-transition: all 0.3s;  /* Safari */
	/*transition: all 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);*/
}

#navbar ul li a:hover {
	text-decoration: none;
	background-color: #ffffff;
	/*border-radius: 4px;*/
	border-bottom: 2px solid #0a2840;
}

.navbar-nav {
	padding-top: 12px;
}

.navbar-nav a {
	padding-top: 102px;
}

.navbar-brand {
	height: 70px;
}

#navbar ul li.active a{
	color: #0b2841;
}

.ged-navbar {
    padding-top: 0;
    display:flex;
    height:100%;
}

.ged-navbar li{
    display:inline-flex !important;
    height:100%;
    align-items: center;
}


.footer .call{
	font-size: 24px;
}


/* Lars rettelser slut */


.topbg{
	/*background: url('../images/newtop.jpg') top left repeat-x;*/
/*	width: auto;
	margin-top: -38px;
	height: 195px;*/
}

.label-required, .label-not-required {
	font-size: 8px;
	color: rgba(0,0,0,0.54);
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 2px 4px 2px 4px;
}

.container{
	max-width: 1440px;
}

.logo{
	margin-top: 40px;
	padding-top: 30px;
	margin-bottom: 25px;
}

showBigImage .modal-dialog {
   max-width: 1100px;
}

/*#navbar {
   float:left;
   width:100%;
   background:#fff;
   margin-bottom: 30px;
   overflow:hidden;
   position:relative;
}
#navbar ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#navbar ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#navbar ul li a{
	text-transform: uppercase;
	color: #454545;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

#navbar ul li:last-child{
	margin-right: 0px;
	padding-right: 0px;
}

.wrappercontainer{
	margin-top: 45px;
}

#navbar ul:first-child{
	display: inline-block;
	width: auto;
}

#navbar ul li.active a{
	color: #0b2841;
}*/

.login input[type=text]{
	height: 50px;
	text-align: center;
	font-size: 30px;
}

.login input[type=submit]{
	background: #307d4b;
	padding: 15px 40px;
	font-size: 35px;
	width: 100%;
	margin-top: 25px;
}

.contact h1{
	font-size: 20px;
	color: #686868;
}

.contact p{
	font-size: 14px;
	font-weight: 200;
	color: #2e2e2e;
}

/*.shopview .price{
	font-size: 14px;
	color: #2e2e2e;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
}*/

.shopview .shop-product-grid{
	/*margin-bottom: 40px;*/
	min-height: 390px;
}

/*.shop-product-grid h3{
	font-size: 14px;
	margin-bottom: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #233d54;
}*/

/*.shopview .shop-product-grid img{
	border: 1px solid #cfcfcf;
}*/

/*.goto-product{
	padding: 8px 15px;
	background: #0b2841;
	color: #fff;
	font-size: 13px;
	border-radius: 3px;
}*/

.goto-product:hover{
	background: #21527a;
	color: #fff;
	text-decoration: none;
}

.login{
	margin-bottom: 90px;
}

.login p{
	font-size: 20px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}

.login h1{
	font-size: 42px;
	text-align: center;
	margin-top: 0px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}

.ged-blue-btn{
	background: #0a2840 !important;
	border: none !important;
}

.ged-blue-btn:hover{
	background: #0a2133 !important;
}

.guideline{
	margin-bottom: 50px;
	/*width: 100%;
	text-align: center;
	line-height: 22px;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	margin: auto;
	border: 1px solid #ececec; 
	padding: 25px 20px 0px 20px;
	border-radius: 5px;
	color: #666666;*/
}

.guideline h3{
	text-align: center;
	font-size: 27px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 30px;
}

.guideline p{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
}


.showproduct h1{
	font-size: 32px;
	color: #424242;
	font-weight: 700 !important;
	margin-top: 0px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}


.showproduct h3{
	font-size: 22px;
	color: #666666;
	font-family: 'Lato', sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 22px;
	height: 44px;
}

.showproduct p, .showprodukt ul li, .showproduct{
	font-family: 'Lato', sans-serif !important;
	font-weight: 500;
	color: #666666;
	font-size: 14px;
}

.showproduct .price{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #666666;
	margin-top: 30px;
	font-size: 16px;
}

.showproduct .variants{
	margin-top: 10px;
}

.showproduct .variants select{
	margin-bottom: 10px;
	width: 70%;
}

.showproduct .add input{
	background: #0b2940;
	color: #fff;
	margin-top: 10px;
	border: none;
	padding: 10px 20px;
	font-size: 34px;
}

.showproduct .add input:hover{
	background: #204d6f;
	color: #fff;
	font-size: 34px;
}

.footer{
	/*margin-top: 150px;*/
	/*background: #3d3d3d;*/
	width: 100%;
	padding: 40px 0px;
	color: #fff;
}

a.call {
	/*color: #b0bec5;*/
	text-align: right;
}

a.call:hover {
	color: #ffffff;
	text-decoration: none;
}


.leftFooter{
	/*color: #737373;*/
	font-size: 13px;
	/*font-family: 'Arial', sans-serif;*/
}

	.leftFooter a, .leftFooter a:hover{
		/*color: #878787;*/
	}
	

.footer .call{
	/*font-size: 42px;*/
	font-weight: bold;
	/*color: #737373;*/
	text-align: right;
}

.subfooter{
	background: #292929;
	padding: 15px 0px;
	color: #949494;
	font-size: 11px;
}

.subfooterMenu{
	list-style: none;
}

.subfooterMenu li{
	float: left;
	margin-left: 25px;
}


.checkoutBtn{
	margin-top: 25px;
}

.change_lang{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}

/*.extraImages{
	opacity: 0.5;
}
*/
.extraImages.active, .extraImages:hover{
	opacity: 1;
	cursor: pointer;
}

.mainImage{
	cursor: pointer;
}

.ged-page > .col-md-pull-5 > .price {
	font-weight: 600;
}

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

	.logo img{
		width: 90%;
		margin-bottom: 0px;
	}
	
	.logo{
		margin-bottom: 10px !important;
	}
	
	.topbg{
		margin-bottom: 0px;
		height: auto;
	}
	
	.call{
		float: left;
	}
	
	/*.navbar-header{
		color: #fff;
	}*/
	
	/*.navbar-toggle{
		color: #fff !important;
		float: left !important;
		margin-left: 10px;
		background: #2e2e2e !important;
		width: 95% !important;
		border: 1px solid #fff !important;
	}*/
	
	#navbar{
		z-index: 99999999 !important;
		width: 100% !important;
		margin-top: 0px !important;
		margin-bottom: 0px;
		font-size: 16px;
		
	}
	
	#navbar ul li:first-child{
		margin-left: 0px !important;
	}
	
	#navbar ul li{
		float: left !important;
		width: 100%;
		text-align: left;
		margin-right: 15px;
	}
	
	#navbar ul li:first-child{
		margin-left: 20px;
	}
	
	#navbar ul li a{
		color: #2e2e2e !important;
		font-size: 15px;
	}
	
	.navbar-toggle .icon-bar{
		color: #ffffff !important;
	}
	
	.subfooterMenu{
		float: left !important;
		width: 100%;
		margin-top: 10px;
		margin-left: -25px;
		list-style: circle;
	}
	
	.subfooterMenu li{
		margin-left: 0px;
		float: none;
		width: 200px;
	}
	
	.checkoutBtn{
		margin-top: 0px;
	}
	
	.footerPoints .pull-right{
		float: left !important;
	}
	
	.wrappercontainer{
		margin-top: 20px;
	}
	
	
	.footer{
		margin-top: 0px;
	}
	
	
	.shop-product-grid{
		min-height: 250px !important;
	}

	.shop-product-grid .price{
		height: 40px;
	}

	.showproduct h1, .showproduct h3{
		margin-top: 20px;
	}

	.navbar-header {
		height: 60px;
        flex: 1 1 auto;
	}

	.ged-logo-wrapper {
		/*display: table;
		height: 48px;
		text-align: left;*/
		/*padding-right: 24px;*/
		/*max-height: 36px !important;*/
		margin-top: 8px !important;
		text-align: center;
	}

	.ged-logo{
		/*display: table-cell;
		vertical-align: middle;
		max-height: 70px;*/
		/*max-height: 48px;*/
		/*max-width: 200px;*/
	}

	.ged-logo > img{
		max-height: 48px;
		max-width: 200px;
	}
}

/* Print */

@media print {
	.page {
		padding: 20mm 23mm;
		border: initial;
		border-radius: initial;
		width: initial;
		height: initial;
		box-shadow: initial;
		/*background: initial;*/
		page-break-after: always;
	}

	.subpage {
		padding: 0;
		height: 381mm;
		width: 243mm;
		background-image: url("<?=$this->config->item('base_url_image');?>/assets/images/snowflake.png");
		-webkit-print-color-adjust: exact;
		background-size: 64%;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	.topwrapper {
		/*height: 203mm;*/
		height: 301mm;
		margin: 0px;
	}

	.labelwrap{
		width: 126mm;
		overflow: hidden;
		height: 80mm;
		padding: 12mm 6mm 6mm 6mm;
		margin: 0;
		border: none;
		border-radius: 0px;
	}

	.namewrap {
		width: 114mm;
		height: 54mm;
	}

	.name{
		font-size: 30px;
	}

	.code{
		height: 6mm;
		margin-left: 2mm;
	}

	.logo{
		float: right;
		height: 6mm;
		padding-top: 5px;
	}

	.logoimg {
		height: 15px;
		border: none;
		fill: #000;
	}

	@page {
		size: A4 portrait;
		margin: 0;
	}

	.text {
		font-size: 21px;
	}

	.text12 {
		font-size: 18px;
	}

	.logoimg {16px;}

	.width88 {
		width: 80px;
	}

	.productAreaHeight {
		height: 301mm;
	}

	.padding-bottom-48 {
		padding-bottom: 71px;
	}

	.width116 {
		width: 172px;
	}
}

