

html, body {
	
	margin					: 0px;
	padding					: 0px;
	background				: #191919;
	
}

img {
	border					: 0px;
}

.page {
	
	position				: relative;
	left					: 0px;
	
	background-color		: #faf0e4;
	
	background-repeat		: no-repeat;
	background-position		: center bottom;
	
	padding-bottom			: 20px;
	
	opacity					: 1;
	
	-o-transition			: all .35s ease-in-out;
	-moz-transition			: all .35s ease-in-out;
	-webkit-transition		: all .35s ease-in-out;
	transition				: all .35s ease-in-out;
	
	
	
}

.content-width {
	
	width					: 1040px;
	margin					: 0 auto;
	
	
	
	
	
}

#width-checker {
	
	display					: inline;
	float					: none;
	width					: 0px;
	
	
	
	
	
	
	
}


div.header .menu {
	
	background				: #141414;
	color					: #ffffff;

	height					: 61px;
	
	
	
}

div.header .menu .menu-relative {
	
	position				: relative;
	
}

div.header .menu img.logo {
	
	padding					: 11px 0px;
	height					: 39px;
	
	
	
}

div.header ul.main-menu {
	
	float					: right;
	display					: inline;
	
	margin					: 0px -12px 0px 0px;
	padding					: 0px;
	
	
	
}

div.header ul.main-menu li.main {
	
	display					: inline;
	float					: left;
	cursor					: pointer;
	
	font-family				: 'Open Sans', sans-serif;
	font-weight				: 700;
	line-height				: 16px;
	font-size				: 16px;
	height					: 38px;
	
	margin					: 0px 0px 0px 0px;
	padding					: 23px 10px 0px 10px;
	
}

div.header ul.main-menu li.hover {
	
	background				: #ffffff;
	
}

div.header ul.main-menu li span {
	
	padding-bottom			: 19px;
	
	color					: #ffffff;
	
}

div.header ul.main-menu li span.active {
	
	padding-bottom			: 15px;
	
	color					: #158bc2;
	border-bottom			: 4px solid #158bc2;
	
}

div.header ul.main-menu li span.active a.main {
	
	color					: #158bc2;
	text-decoration			: none;
	
}

div.header ul.main-menu li span a.main {
	
	color					: #ffffff;
	text-decoration			: none;
	
}

div.header ul.main-menu li span a.hover {
	
	color					: #158bc2;
	text-decoration			: none;
	
}


.mega-drop-down {
	
	position				: absolute;
	z-index					: 33000;
	display					: none;
	cursor					: default;
	
	right					: 0px;
	top						: 61px;
	
	color					: #000000;
	
	box-shadow				: 0px 2px 20px 2px #333333; 
	
}

.mega-drop-down-1 {
	width					: 25%;
}

.mega-drop-down-2 {
	width					: 50%;
}

.mega-drop-down-3 {
	width					: 75%;
}

.mega-drop-down-4 {
	width					: 100%;
}

.mega-drop-down .mega-drop-down-content {
	
	background				: #ffffff;
	font-size				: 14px;
	line-height				: 19px;
	font-weight				: normal;
	padding					: 30px 35px;
	overflow				: hidden;
	
}

.mega-drop-down .mega-drop-down-content ul {
	
	margin					: 0px;
	padding					: 0px;
	list-style-type			: none;
	
}

.mega-drop-down .mega-drop-down-content li.section-item {
	
	line-height				: 22px;
	
}

.mega-drop-down .mega-drop-down-content .section-2 {
	
	display					: inline;
	float					: left;
	width					: 50%;
	
}

.mega-drop-down .mega-drop-down-content .section-3 {
	
	display					: inline;
	float					: left;
	width					: 33%;
	
}

.mega-drop-down .mega-drop-down-content .section-4 {
	
	display					: inline;
	float					: left;
	width					: 25%;
	
}

.mega-drop-down .mega-drop-down-content .section-5 {
	
	display					: inline;
	float					: left;
	width					: 20%;
	
}

.mega-drop-down .mega-drop-down-content .section-6 {
	
	display					: inline;
	float					: left;
	width					: 16%;
	
}

.mega-drop-down .mega-drop-down-content .section-heading {
	
	font-size				: 16px;
	font-weight				: 700;
	padding-bottom			: 16px;
	
}

.mega-drop-down .mega-drop-down-content a {
	
	color					: #000000;
	text-decoration			: none;
	
}

.mega-drop-down .mega-drop-down-content a:hover {
	
	color					: #000000;
	text-decoration			: underline;
	
}



.mobile-menu-button	{
	
	display					: none;
	
	
	
}

#mobile-menu-container {
	
	position				: absolute;
	overflow				: hidden;
	
	z-index					: 100;
	top						: 0px;
	right					: 0px;
	width					: 0px;
	padding-top				: 29px;
	background				: #000000;
	min-height				: 100%;

	-o-transition			: all .35s ease-in-out;
	-moz-transition			: all .35s ease-in-out;
	-webkit-transition		: all .35s ease-in-out;
	transition				: all .35s ease-in-out;
	
}

#mobile-menu-content {
	
	width					: 220px;
	margin					: 10px;
	
}

#mobile-menu-content .langs {
	
	display					: none;
	
	
}

#mobile-menu-content .langs img {
	
	padding					: 5px 5px 5px 0px;
	
}

#mobile-menu-content ul {
	
	margin					: 0px;
	padding					: 0px;
	font-family				: 'Open Sans', sans-serif;
	
	list-style-type			: none;
	
}

#mobile-menu-content ul li.main {
	
	padding					: 5px 0px;
	font-family				: 'Open Sans', sans-serif;
	color					: #ffffff;
	
	cursor					: pointer;
	
}

#mobile-menu-content ul li.section-heading {
	
	padding					: 5px 0px 5px 15px;
	font-family				: 'Open Sans', sans-serif;
	font-weight				: 700;
	line-height				: 18px;
	color					: #ffffff;
	
}

#mobile-menu-content ul li.section-item {
	
	padding					: 5px 0px 5px 25px;
	font-family				: 'Open Sans', sans-serif;
	font-weight				: normal;
	line-height				: 18px;
	color					: #ffffff;
	
}

#mobile-menu-content .submenu {
	
	display					: none;
	
}

#mobile-menu-content a {
	
	color					: #ffffff;
	text-decoration			: none;
	
}

#mobile-menu-content a.active {
	
	color					: #158bc2;
	text-decoration			: none;
	
}



.mobile-menu-visible {
	
	width					: 210px !important;
	
	-o-transition			: all .35s ease-in-out;
	-moz-transition			: all .35s ease-in-out;
	-webkit-transition		: all .35s ease-in-out;
	transition				: all .35s ease-in-out;
	
}

.page-container-off {
	
	left					: -210px;
	opacity					: 0.75;
	
	-o-transition			: all .35s ease-in-out;
	-moz-transition			: all .35s ease-in-out;
	-webkit-transition		: all .35s ease-in-out;
	transition				: all .35s ease-in-out;
	
}


div.header .top {
	
	background				: #202020;
	padding					: 0px 0px;
	
	height					: 37px;
	
	
	
}

div.header div.phone {
	
	float					: left;
	display					: inline;
	
	color					: #ffffff;
	font-family				: 'Open Sans', sans-serif;
	font-size				: 14px;
	font-weight				: bold;
	
	padding					: 8px 0px 8px 12px;
	
	
	
	
}

div.header div.phonenumbers {
	
	float					: left;
	display					: inline;
	
	color					: #ffffff;
	font-family				: 'Open Sans', sans-serif;
	font-size				: 14px;
	font-weight				: bold;
	
	padding					: 8px 0px 8px 0px;
	
	
	
}

div.header div.phonenumbers a {
	
	color					: #ffffff;
	text-decoration			: none;
	
}

div.header div.phonenumbers span.spacer {
	
	color					: #808080;
	
	
}

div.header ul.top-menu {
	
	float					: right;
	display					: inline;
	
	margin					: 0px;
	padding					: 8px 0px;
	
}

div.header ul.top-menu .cart-icon {
	
	vertical-align			: bottom;
	width					: 21px;
	
	
}

div.header ul.top-menu .cart-extratext {
	
	
	
	
}

div.header ul.top-menu li {
	
	display					: inline;
	float					: left;
	
	color					: #808080;
	font-family				: 'Open Sans', sans-serif;
	font-weight				: normal;
	line-height				: 14px;
	font-size				: 14px;
	
	margin					: 0px 0px 0px 12px;
	padding					: 2px 0px 2px 0px;
	
	
}


div.header ul.top-menu li:first-child {
	
	
	
}

div.header ul.top-menu li a {
	
	color					: #808080;
	
}

div.header ul.top-menu li a.not-empty {
	
	color					: #ff510f;
	
}

div.header ul.top-menu li.langs {
	
	padding-top				: 4px;
	padding-left			: 10px;
	
	
}

div.header ul.top-menu li.langs img {
	
	border					: 0px;
	opacity					: 0.75;
	
}

div.header ul.top-menu li.langs img:hover {
	
	opacity					: 1;
	
}

div.body {
	
	width					: 1600px;
	margin					: 0px auto;
	min-height				: 1000px;
	
	
	
	
	
}

div.footer .content {
	
	margin-top				: 60px;
	border-top				: 1px solid #323232;
	padding-top				: 20px;
	padding-bottom			: 40px;
	overflow				: hidden;
	
}

div.footer .block1 {
	
	display					: inline;
	float					: left;
	width					: 60%;
	
	color					: #a8a8a8;
	font-family				: 'Open Sans', sans-serif;
	font-weight				: normal;
	font-size				: 12px;
	
	
	
}

div.footer .block2 {
	
	z-index					: 0;
	display					: inline;
	float					: left;
	width					: 40%;
	overflow				: hidden;
	
	
	
}

div.footer .paypal {
	
	float					: right;
	
	
}

div.footer .facebook {
	
	float					: right;
	
	
}


div.p-background-image {
	
	position				: relative;
	
	
	
}

div.p-background-image img {
	
	position				: absolute;
	width					: 100%;
	
}


.p-breadcrumbs-container {
	
	padding-top				: 50px;
	
	position				: relative;
	
	font-family				: 'Open Sans', sans-serif;
	font-size				: 12px;
	font-weight				: normal;
	color					: #fff;
	
	
	
}

.p-breadcrumbs-container div {
	
	background				: #1c1c1c;
	padding					: 15px 30px;
	
	
	
}

.p-breadcrumbs-container a.main {
	
	color					: #ffffff;
	text-decoration			: none;
	
	
	
}

.p-breadcrumbs-container a.main:hover {
	
	color					: #ffffff;
	text-decoration			: underline;
	
	
	
}

.p-breadcrumbs-container img {
	
	vertical-align			: middle;
	padding					: 0px 10px;
	
}


div.p-body-content {
	
	position				: relative;
	overflow				: hidden;
	padding-top				: 20px;
	
	
}

div.p-body-background {
	
	background				: #ffffff;
	min-height				: 400px;
	padding					: 50px 30px;
	
	font-family				: 'Open Sans', sans-serif;
	font-size				: 14px;
	
	
	
}

div.p-body-separator {
	
	height					: 20px;
	
}

div.p-body-content .image-portrait {
	
	width					: 300px;
	padding-right			: 50px;
	display					: inline;
	float					: left;
	
	
	
	
	
}

div.p-body-content .image-landscape {
	
	width					: 100%;
	display					: block;
	
	padding-bottom			: 30px;
	
}

div.p-body-content .image-descr {
	
	width					: 300px;
	padding-right			: 50px;
	padding-top				: 20px;
	display					: inline;
	float					: left;
	clear					: left;
	
	
	
}

div.p-body-content .padding {
	
	padding-left			: 350px;
	
	
	
}

div.p-body-content ul {
	
	font-family				: 'Open Sans', sans-serif;
	color					: #888888;
	
}



div.p-form {
	
	padding-top				: 20px;
	
}

.p-body-infotabs .tabs-container {
	
	display					: inline;
	float					: left;
	width					: 260px;
	
	font-family				: 'Open Sans', sans-serif;
	font-size				: 14px;
	
	
	
	
	
}

.p-body-infotabs .tabs-container .tab {
	
	padding					: 20px 30px;
	border-bottom			: 1px solid #ffffff;
	
	position				: relative;
	cursor					: pointer;
	
	background				: #bebebe;
	color					: #ffffff;
	
	
	
	
	
}

.p-body-infotabs .tabs-container .active-tab {
	background				: #ffffff;
	color					: #158bc2;
}


.p-body-infotabs .tabs-container .tab .icon {
	
	position				: absolute;
	
	top						: 0px;
	right					: 25px;
	width					: 24px;
	height					: 100%;
	
}

.p-body-infotabs .tabs-container .tab .text {
	line-height				: 18px;
	display					: inline-block;
	vertical-align			: middle;
	
	
}


.p-body-infotabs .tabs-container .tab .plus {
	
	background				: url(/resources/graphics/templates/default/infotabs-plus.png) no-repeat center center;
	
}

.p-body-infotabs .tabs-container .tab .minus {
	
	background				: url(/resources/graphics/templates/default/infotabs-minus.png) no-repeat center center;
	display					: none;
	
}

.p-body-infotabs .content-container {
	
	margin-left				: 260px;
	padding					: 20px 20px 20px 40px;
	background				: #ffffff;
	min-height				: 120px;
	
	
	
}


.p-body-infotabs .content-container ul {
	
	font-family				: 'Open Sans', sans-serif;
	font-size				: 14px;
	color					: #888888;
	
}




.p-body-otherproducts {
	
	margin-top				: 20px;
	background				: #ffffff;
	overflow				: hidden;
	
}

.p-body-otherproducts .info {
	
	position				: absolute;
	width					: 25%;
	height					: 100%;
	
	color					: #ffffff;
	background				: #158bc2;
	font-family				: 'Open Sans', sans-serif;
	font-size				: 14px;
	
	
	
}

.p-body-otherproducts .info .content {
	
	padding					: 30px;
	
	
	
	
	
}

.p-body-otherproducts .info .content h2, .p-body-otherproducts .info .content p {
	
	color					: #ffffff !important;
	
}

.p-body-otherproducts .products {
	
	padding-left			: 25%;
	padding-right			: 30px;
	
	
	
	
	
}

.p-body-otherproducts .product {
	
	display					: inline;
	float					: left;
	width					: 33.33%;
	
}

.p-body-otherproducts .product .content {
	
	padding					: 30px 0px 30px 30px;
	
	
	
	
	
}

.p-body-otherproducts .product .image-container {
	height					: 300px;
	overflow				: hidden;
}

.p-body-otherproducts .product .image-container img {
	
	width					: 100%;
	
}

.p-body-otherproducts .product h2 {
	
	font-family				: 'Open Sans', sans-serif;
	font-size				: 14px;
	font-weight				: 700;
	
	
	
}

div.page-content-wrapper {
	
	width					: 80%;
	padding					: 0px 10%;
	
	
	
}



.p-body-products {
	
	margin-top				: 20px;
	background				: #ffffff;
	overflow				: hidden;
	
}

.p-body-products .product {
	
	display					: inline;
	float					: left;
	width					: 25%;
	
	
	
	
	
}

.p-body-products .product .content {
	
	padding					: 30px 15px 30px 15px;
	
	
	
	
	
}

.p-body-products .product .image-container {
	max-height				: 300px;
	overflow				: hidden;
}

.p-body-products .product .image-container img {
	
	width					: 100%;
	
}

.p-body-products .product h2 {
	
	font-family				: 'Open Sans', sans-serif;
	font-size				: 14px;
	font-weight				: 700;
	
	
	
}



div.fp-background-image {
	
	position				: relative;
	overflow				: hidden;
	width					: 1600px;
	margin					: 0 auto;
	
	
	
	
	
}

div.fp-body-content {
	
	position				: relative;
	overflow				: hidden;
	margin-top				: 2%;
	
}

div.fp-body-background {
	
	min-height				: 400px;
	
	
	
}




div.fp-blocks {
	
	overflow				: hidden;
	
	
}

div.fp-blocks {
	
	margin-left				: -1%;
	
	
	
}



div.fp-blocks .fp-block-4x4,
div.fp-blocks .fp-block-2x2,
div.fp-blocks .fp-block-2x1,
div.fp-blocks .fp-block-1x1 {
	
	display					: inline-block;
	float					: left;
	
	position				: relative;
	
	padding-left			: 1%;
	
	-webkit-box-sizing		: border-box;
	-moz-box-sizing			: border-box;
	-o-box-sizing			: border-box;
	box-sizing				: border-box;
	
	
}

div.fp-blocks .fp-block-full {
	
	padding-left			: 1%;
	
	-webkit-box-sizing		: border-box;
	-moz-box-sizing			: border-box;
	-o-box-sizing			: border-box;
	box-sizing				: border-box;
	
	font-size: 0;
	
	
}

div.fp-blocks .has-link {
	
	cursor					: pointer;
	
}

div.fp-blocks .fp-block-4x4 {
	
	width					: 100%;
	margin-bottom			: 1%;
	
	
}

div.fp-blocks .fp-block-2x2 {
	
	width					: 50%;
	margin-bottom			: 1%;
	
	
}

div.fp-blocks .fp-block-2x1 {
	
	width					: 50%;
	margin-bottom			: 1%;
	
	
}

div.fp-blocks .fp-block-1x1 {
	
	width					: 25%;
	margin-bottom			: 1%;
	
	
}

div.fp-blocks .container {
	
	position				: relative;
	
}

div.fp-blocks .fp-block-4x4 .container {
	
	padding-top				: 40%;
	
	
}

div.fp-blocks .fp-block-full .container {
	
	padding: 40px 8%;
	background-image: url(/resources/graphics/templates/default/frontpage/stjerner-bakgrunn.jpg);
	background-size: cover;
	margin-bottom: 10px;
	
	
}

div.fp-blocks .fp-block-2x2 .container {
	
	padding-top				: 80%;
	
	
	
}

div.fp-blocks .fp-block-2x1 .container {
	
	padding-top				: 39%;
	
	
}

div.fp-blocks .fp-block-1x1 .container {
	
	padding-top				: 90%;
	
}

div.fp-blocks .background {
	
	position				: absolute;
	
	top						: 0;
	left					: 0;
	
	width					: 100%;
	height					: 100%;
	
	background-color		: #fff;
	background-size			: cover;
	background-repeat		: no-repeat;
	background-position		: center center;
	
}

div.fp-blocks .background.astrounivers {
	
	background-image		: url(/resources/graphics/templates/default/frontpage/mitt-astrounivers-bakgrunn.jpg);
	
}

div.fp-blocks .background.stjerner {
	
	background-image		: url(/resources/graphics/templates/default/frontpage/stjerner-bakgrunn.jpg);
	
}

div.fp-blocks .background.astroskolen {
	
	background-image		: url(/resources/graphics/templates/default/frontpage/astroskolen-bakgrunn.jpg);
	
}

div.fp-blocks .background.coaching-for-alle {
	
	background-image		: url(/resources/graphics/templates/default/frontpage/coaching-for-alle-bakgrunn.jpg);
	
}

div.fp-blocks .background.blaa {
	
	background-color		: #252f6e;
	
}

div.fp-blocks .background.gul {
	
	background-color		: #fbe566;
	
}

div.fp-blocks .background.gronn {
	
	background-color		: #81c341;
	
}

div.fp-blocks .content {
	
	font-family				: 'Open Sans', sans-serif;
	
	position				: absolute;
	
	width					: 80%;
	
	top						: 50%;
	left					: 50%;
	
	-webkit-transform		: translate(-50%, -50%);
	-moz-transform			: translate(-50%, -50%);
	-o-transform			: translate(-50%, -50%);
	transform				: translate(-50%, -50%);
	
	text-align				: center;
	
}

div.fp-blocks .fp-block-full .content {
	
	position: relative;
	
	display: inline-block;
	vertical-align: middle;
	
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	
	top: 0;
	left: 0;
	
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	
	
}

div.fp-blocks .fp-block-full img {
	
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	
	
}

div.fp-blocks .content img {
	
	padding					: 0;
	margin					: 0 0 5px;
	width					: 30%;
	
}

div.fp-blocks .content h2 {
	
	padding					: 0;
	margin					: 0 0 30px;
	font-size				: 38px;
	line-height				: 42px;
	text-transform			: uppercase;
	
	
}

div.fp-blocks .content h2.small {
	
	font-size				: 30px;
	line-height				: 34px;
	
	
}

div.fp-blocks .content h2.light {
	
	color					: #fff;
	
}

div.fp-blocks .content p {
	
	padding					: 0;
	margin					: 0 0 30px;
	font-size				: 14px;
	line-height				: 20px;
	
}

div.fp-blocks .content .half-margin {
	
	margin-bottom			: 15px;
	
}
div.fp-blocks .content .no-margin {
	
	margin-bottom			: 0;
	
}

div.fp-blocks .content a {
	
	display					: inline-block;
	text-decoration			: none;
	color					: #000;
	
}

div.fp-blocks .content a.button {
	
	color					: #fff;
	background-color		: #252f6e;
	
	width					: 50%;
	padding					: 10px 20px;
	
	-webkit-border-radius	: 20px;
	-moz-border-radius		: 20px;
	-o-border-radius		: 20px;
	border-radius			: 20px;
	
}

div.fp-blocks .content a:hover {
	
	text-decoration			: underline;
	
}

div.fp-blocks .content a.button:hover {
	
	text-decoration			: none;
	
}

div.fp-blocks .content a.underline {
	
	text-decoration			: underline;
	
}

div.fp-blocks .content a.light {
	
	color					: #fff;
	
}


.brodtekst, p {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.brodtekst_small {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 12px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.heading, h1 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: normal;
	
	color			: #158bc2;
	
	margin			: 0px 0px 15px 0px;
	padding			: 0px 0px 0px 0px;
}

.heading2, h2 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	font-weight		: 700;
	
	color			: #000000;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}

.price-text {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	color			: #158bc2;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}


.quote {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: 300;
	font-style		: italic;
	line-height		: 30px;
	
	margin			: 0px;
	color			: #888888;
	padding			: 30px 20px 30px 45px;
}


img {
	position		: relative;
	display			: inline;
}


p.formattingLeft,h1.formattingLeft,h2.formattingLeft,h3.formattingLeft,h4.formattingLeft,h5.formattingLeft,h6.formattingLeft,td.formattingLeft,th.formattingLeft,div.formattingLeft,ul.formattingLeft,ol.formattingLeft,li.formattingLeft,table.formattingLeft {
	text-align		: left;
}

img.formattingLeft {
	float			: left;
	padding-right	: 10px;
	text-align		: left;
}


p.formattingCenter,h1.formattingCenter,h2.formattingCenter,h3.formattingCenter,h4.formattingCenter,h5.formattingCenter,h6.formattingCenter,td.formattingCenter,th.formattingCenter,div.formattingCenter,ul.formattingCenter,ol.formattingCenter,li.formattingCenter,table.formattingCenter {
	text-align		: center;
}

img.formattingCenter {
	display: block; margin-left: auto; margin-right: auto;
}


p.formattingRight,h1.formattingRight,h2.formattingRight,h3.formattingRight,h4.formattingRight,h5.formattingRight,h6.formattingRight,td.formattingRight,th.formattingRight,div.formattingRight,ul.formattingRight,ol.formattingRight,li.formattingRight,table.formattingRight {
	text-align		: right;
}

img.formattingRight {
	float			: right;
	padding-left	: 10px;
	text-align		: right;
}


p.formattingJustify,h1.formattingJustify,h2.formattingJustify,h3.formattingJustify,h4.formattingJustify,h5.formattingJustify,h6.formattingJustify,td.formattingJustify,th.formattingJustify,div.formattingJustify,ul.formattingJustify,ol.formattingJustify,li.formattingJustify,table.formattingJustify {
	text-align		: justify;
}

img.formattingJustify {
	width			: 100%;
	text-align		: justify;
}

.otherLeft {
	text-align		: left;
}



a:link {
	color				: #158bc2;
	text-decoration		: none;
}

a:visited {
	color				: #158bc2;
	text-decoration		: none;
}

a:hover {
	color				: #158bc2;
	text-decoration		: underline;
}

a:active {
	color				: #158bc2;
	text-decoration		: underline;
}



div.form-container {
	
	padding			: 0px 10%;
	width			: 80%;
	
	
	
}

.form .product-details {
	
	padding-right	: 50%;
	
	
	
	
	
	
	
}


.form label {
	
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	color			: #000000;
	font-size		: 14px;
	line-height		: 22px;
	
}

.form label span {
	
	padding-left	: 10px;
	font-size		: 14px;
	color			: #158bc2;
	
}

.form .heading {
	
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	font-weight		: bold;
	color			: #000000;
	font-size		: 16px;
	line-height		: 22px;
	padding			: 0px 0px 10px 0px;
	margin			: 0px;
	
}

.form .line {
	
	width			: 100%;
	overflow		: hidden;
	margin-top		: 10px;
	
}

.form .hidden {
	
	display			: none;
	
}

.form .line .element100 {
	
	width			: 100%;
	
}

.form .line .element80 {
	
	width			: 80%;
	
	
	
}

.form .line .element59 {
	
	float			: left;
	display			: inline;
	width			: 59%;
	
}

.form .line .element39 {
	
	float			: left;
	display			: inline;
	width			: 39%;
	
	
	
}

.form .line .element49 {
	
	float			: left;
	display			: inline;
	width			: 49%;
	
	
	
}

.form .line .element19 {
	
	float			: left;
	display			: inline;
	width			: 19%;
	
}

.form .line .element79 {
	
	float			: left;
	display			: inline;
	width			: 79%;
	
}

.form .line .element29 {
	
	float			: left;
	display			: inline;
	width			: 29%;
	
}

.form .line .element59 {
	
	float			: left;
	display			: inline;
	width			: 59%;
	
}


.form .line .sep2 {
	
	float			: left;
	display			: inline;
	width			: 2%;
	height			: 30px;
	
	
	
}

.form .line .section {
	
	float			: left;
	display			: inline;
	width			: 39%;
	
	
	
}

.form .linesep {
	
	margin-top		: 16px;
	
}

.form .line input[type="text"] {
	
	border			: 0px;
	margin			: 0px;
	padding			: 0px;
	width			: 100%;
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	color			: #373433;
	background		: #f5f5f5;
	
}

.form .line input[type="checkbox"] {
	
	border			: 0px;
	margin			: 0px;
	padding			: 0px;
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	
}

.form .line textarea {
	
	border			: 0px;
	margin			: 0px;
	padding			: 0px;
	width			: 100%;
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	color			: #373433;
	background		: #f5f5f5;
	
}

.form .line textarea.textarea80 {
	
	height			: 80px;
	
}

.form .line select {
	
	border			: 0px;
	margin			: 0px;
	padding			: 0px;
	width			: 100%;
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	color			: #373433;
	
}

.form .line .background {
	
	border			: 1px solid #dddddd;
	background		: #f5f5f5;
	padding			: 8px;
	
}

.form .line .background label {
	
	color			: #000000;
	
}

.form div.button-section {
	
	margin-top		: 20px;
	padding-top		: 5px;
	border-top		: 1px solid #f0f0f0;
	
}

.form div.required-text {
	
	color			: #158bc2;
	text-align		: right;
	font-size		: 12px;
	
}

.form div.button-row {
	
	padding-top		: 20px;
	
}

.form div.button-row .right {
	
	float			: right;
	
}


button, input[type="submit"], input[type="button"] {
	
	padding					: 10px 18px;
	
	cursor					: pointer;
	
	background				: #158bc2;
	border					: 1px solid #158bc2;
	
	font-family				: 'Open Sans', sans-serif;
	color					: #ffffff;
	font-size				: 16px;
	
	
	
	
	
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	
	background				: #29a4dd;
	
}

.form #error-required-fields {
	
	display					: none;
	
	background				: #ffdcdc;
	border					: 1px solid #ea7070;
	margin-top				: 10px;
	padding					: 10px;
	color					: #000000;
	
}



.form .errors-container {
	
	display					: none;
	margin					: 20px 0px 20px;
	padding					: 0px;
	
	
}

.form #cart-vipps-form-errors-container {
	
	border					: 1px solid #c41230;
	background				: #FCE0E5;
	padding					: 20px 20px !important;
	margin					: 20px 0px 20px !important;
	width					: auto !important;
	
}

.form #cart-vipps-form-errors-container p,
.form #cart-vipps-form-errors-container ul,
.form #cart-vipps-form-errors-container li {
	
	width					: auto;
	font-size				: 14px;
	line-height				: 22px;
	color					: #c41230 !important;
	
}

.form .error-message p {
	
	margin					: 0px;
	padding					: 0px;
	text-align				: left;
	font-weight				: 400;
	
}

.form .error-message ul {
	
	padding					: 0px;
	margin					: 0px;
	list-style-type			: disc;
	text-align				: left;
	color					: #444;
	
}

.form .error-message ul li {
	
	padding					: 0px 0px 0px 0px;
	margin					: 0px 0px 0px 20px;
	font-size				: 16px;
	line-height				: 18px;
	color					: #444;
	font-weight				: 400;
	
}

.form .error-message ul li::before {
	
	content					: '';
	padding-right			: 0px;
	
}


.form .error-message ul li:before {
	
	content					: "";
	
}

.cart-vipps-form-success {
	
	display					: none;
	
	border					: 1px solid #17790D;
	color					: #17790D !important;
	padding					: 20px 10px !important;
	margin					: 20px 0px 20px !important;
	background				: #D8F4D6;
	width					: auto !important;
	
}


div.cart-container {
	
	width				: 80%;
	padding				: 0px 10%;
	
	
	
}

table.cart {
	
	width				: 100%;
	padding				: 0px;
	margin				: 0px;
	
	
	
}

table.cart th.cart-heading-1 {
	
	width				: 15%;
	text-align			: left;
	
}

table.cart th.cart-heading-2 {
	
	width				: 50%;
	
}

table.cart th.cart-heading-3 {
	
	width				: 10%;
	text-align			: right;
	
}

table.cart th.cart-heading-4 {
	
	width				: 15%;
	text-align			: right;
	
}

table.cart th.cart-heading-5 {
	
	width				: 10%;
	
}


table.cart .cart-image {
	
	width				: 100%;
	max-width			: 90px;
	
}

table.cart td.cart-col-1 {
	
	text-align			: left;
	padding-bottom		: 10px;
	
	
	
}

table.cart td.cart-col-2 {
	
	padding-left		: 10px;
	padding-bottom		: 10px;
	
	
	
}

table.cart td.cart-col-3 {
	
	text-align			: right;
	padding-bottom		: 10px;
	
	
	
}

table.cart td.cart-col-4 {
	
	text-align			: right;
	padding-bottom		: 10px;
	
	
	
}

table.cart td.cart-col-5 {
	
	text-align			: right;
	padding-bottom		: 10px;
	
	
	
}

table.cart td.cart-sum-1 {
	
	font-weight			: bold;
	border-top			: 1px solid #f0f0f0;
	padding-top			: 10px;
	
}

table.cart td.cart-sum-2 {
	
	text-align			: right;
	font-weight			: bold;
	border-top			: 1px solid #f0f0f0;
	padding-top			: 10px;
	
}

table.cart td.cart-sum-3 {
	
	border-top			: 1px solid #f0f0f0;
	padding-top			: 10px;
	
}

.cart-personalinfo {
	
	padding				: 60px 0px 40px 0px;
	
}

.cart-personalinfo .button {
	
	float				: right;
	
}

.cart-payment-choices {
	
	margin-top			: 30px;
	
}

.cart-payment-choices ul {
	
	list-style-type		: none;
	margin				: 10px 0px 0px;
	padding				: 0px;
	
}

.cart-payment-choices ul li {
	
	display				: inline-block;
	
	vertical-align		: top;
	
	text-align			: center;
	font-size			: 12px;
	
	margin				: 0px 10px 0px 0px;
	
	
}

.cart-payment-choices ul li a {
	
	color				: #000;
	
}

.cart-payment-choices ul li img.logo {
	
	max-width			: 150px;
	
	border				: 1px solid #c7c8ca;
	padding				: 20px 30px 20px;
	
	cursor				: pointer;
	
	
}

.cart-payment-choices ul li.active img.logo {
	
	background			: #f7f7f7;
	border				: 1px solid #000;
	
}

.cart-payment-choices ul li .loader img {
	
	height				: 20px;
	padding-right		: 5px;
	vertical-align		: middle;
	
}

.cart-payment-choices ul li .loader {
	
	display				: none;
	
}

.cart-payment-choices ul li.active .loader {
	
	display				: block;
	
}

.cart-payment-section {
	
	display				: none;
	padding				: 40px 0px 30px;
	
}

.cart-payment-section.active {
	
	display				: block;
	
}

.cart-payment-section .loader {
	
	border				: 1px solid #c7c8ca;
	padding				: 20px;
	
}

.cart-payment-section .loader img {
	
	float				: left;
	padding-right		: 15px;
	
}

.cart-payment-section .loader span {
	
	display				: block;
	margin-left			: 40px;
	
}






.blog-tags-container {
	
	padding-top				: 50px;
	width					: 100%;
	
	position				: relative;
	
	font-family				: 'Open Sans', sans-serif;
	font-size				: 14px;
	font-weight				: normal;
	text-align				: center;
	line-height				: 24px;
	color					: #fff;
	
	
	
}

.blog-tags-container div {
	
	background				: #ffffff;
	padding					: 25px 30px;
	color					: #158bc2;
	
	
	
}

.blog-tags-container a.main {
	
	color					: #158bc2;
	text-decoration			: none;
	
	
	
}

.blog-tags-container a.active {
	
	color					: #158bc2;
	font-weight				: bold;
	text-decoration			: underline;
	
}

.blog-tags-container a.main:hover {
	
	color					: #158bc2;
	text-decoration			: underline;
	
	
	
}

.blog-comments {
	
	padding-top				: 30px !important;
	
}

.blog-separator {
	
	height					: 30px;
	border-bottom			: 1px solid #bbbbbb;
	margin					: 0px 50px 50px 50px;
	
}

.page-content-wrapper img.formattingLeft {
	
	padding-right			: 25px;
	padding-bottom			: 20px;
	
}.padding-top-20 {
	padding-top				: 20px;
}

#popupWindow {
	
	font-family			: 'Open Sans', sans-serif;
	font-weight			: 300;
	line-height			: 18px;
	font-size			: 14px;
	
	display				: none;
	z-index				: 30000;
	position			: absolute;
	top					: 0px;
	left				: 0px;
	width				: 100%;
	height				: 100%;
	
}

.popupWindowBk {
	
	position			: absolute;
	background			: #000000;
	opacity				: 0.6;
	filter				: alpha(opacity = 60);
	
	width				: 100%;
	height				: 100%;
	
}

.popupWindowBorder {
	
	position			: absolute;
	background			: #000000;
	opacity				: 0.6;
	filter				: alpha(opacity = 60);
	
}

.popupWindowContentBk {
	
	box-shadow			: 0px 2px 30px 0px #000000;
	
	background			: #ffffff;
	
}

.popupWindowHeading {
	
	background			: #01A5E3;
	border-bottom		: 1px solid #699AAE;
	color				: #ffffff;
	font-size			: 14px;
	line-height			: 14px;
	font-weight			: bold;
	text-align			: center;
	padding				: 15px;
	font-family			: Arial;
	
}

.popupWindowContent {
	
	background			: #ffffff;
	padding				: 10px;
	
}

.popupWindowBottomBar {
	
	height				: 30px;
	padding				: 5px;
	
}

.popupWindowContentNoPadding {
	
	background			: #ffffff;
	padding				: 0px;
	
}


#popupWindowContainer {
	
	width				: 350px;
	
	
	
}
@media only screen and (max-width: 1600px) {


img {
	border					: 0px;
}

#width-checker {
	
	
	
	width					: 1600px;
	
	
	
	
	
}

.mega-drop-down-1 {
	width					: 25%;
}

.mega-drop-down-2 {
	width					: 50%;
}

.mega-drop-down-3 {
	width					: 75%;
}

.mega-drop-down-4 {
	width					: 100%;
}

div.header ul.top-menu .cart-extratext {
	
	
	
	
}

div.body {
	
	
	
	width					: 100%;
	margin					: 0px;
	
	
	
}

.p-body-infotabs .tabs-container .active-tab {
	background				: #ffffff;
	color					: #158bc2;
}

.p-body-infotabs .tabs-container .tab .text {
	line-height				: 18px;
	display					: inline-block;
	vertical-align			: middle;
	
	
}

.p-body-otherproducts .product .image-container {
	height					: 300px;
	overflow				: hidden;
}

.p-body-products .product .image-container {
	max-height				: 300px;
	overflow				: hidden;
}



div.fp-background-image {
	
	
	
	width					: 100%;
	
	
	
}


.brodtekst, p {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.brodtekst_small {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 12px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.heading, h1 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: normal;
	
	color			: #158bc2;
	
	margin			: 0px 0px 15px 0px;
	padding			: 0px 0px 0px 0px;
}

.heading2, h2 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	font-weight		: 700;
	
	color			: #000000;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}

.price-text {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	color			: #158bc2;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}


.quote {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: 300;
	font-style		: italic;
	line-height		: 30px;
	
	margin			: 0px;
	color			: #888888;
	padding			: 30px 20px 30px 45px;
}


img {
	position		: relative;
	display			: inline;
}


p.formattingLeft,h1.formattingLeft,h2.formattingLeft,h3.formattingLeft,h4.formattingLeft,h5.formattingLeft,h6.formattingLeft,td.formattingLeft,th.formattingLeft,div.formattingLeft,ul.formattingLeft,ol.formattingLeft,li.formattingLeft,table.formattingLeft {
	text-align		: left;
}

img.formattingLeft {
	float			: left;
	padding-right	: 10px;
	text-align		: left;
}


p.formattingCenter,h1.formattingCenter,h2.formattingCenter,h3.formattingCenter,h4.formattingCenter,h5.formattingCenter,h6.formattingCenter,td.formattingCenter,th.formattingCenter,div.formattingCenter,ul.formattingCenter,ol.formattingCenter,li.formattingCenter,table.formattingCenter {
	text-align		: center;
}

img.formattingCenter {
	display: block; margin-left: auto; margin-right: auto;
}


p.formattingRight,h1.formattingRight,h2.formattingRight,h3.formattingRight,h4.formattingRight,h5.formattingRight,h6.formattingRight,td.formattingRight,th.formattingRight,div.formattingRight,ul.formattingRight,ol.formattingRight,li.formattingRight,table.formattingRight {
	text-align		: right;
}

img.formattingRight {
	float			: right;
	padding-left	: 10px;
	text-align		: right;
}


p.formattingJustify,h1.formattingJustify,h2.formattingJustify,h3.formattingJustify,h4.formattingJustify,h5.formattingJustify,h6.formattingJustify,td.formattingJustify,th.formattingJustify,div.formattingJustify,ul.formattingJustify,ol.formattingJustify,li.formattingJustify,table.formattingJustify {
	text-align		: justify;
}

img.formattingJustify {
	width			: 100%;
	text-align		: justify;
}

.otherLeft {
	text-align		: left;
}



a:link {
	color				: #158bc2;
	text-decoration		: none;
}

a:visited {
	color				: #158bc2;
	text-decoration		: none;
}

a:hover {
	color				: #158bc2;
	text-decoration		: underline;
}

a:active {
	color				: #158bc2;
	text-decoration		: underline;
}.padding-top-20 {
	padding-top				: 20px;
}
}
@media only screen and (max-width: 1040px) {


img {
	border					: 0px;
}

.content-width {
	
	
	
	width					: 700px;
	
	
	
}

#width-checker {
	
	
	
	
	
	width					: 1040px;
	
	
	
}


div.header .menu {
	
	
	
	height					: 48px;
	
}

div.header .menu img.logo {
	
	
	
	padding-left			: 10px;
	height					: 26px;
	
}

div.header ul.main-menu {
	
	
	
	display					: none;
	
}

.mega-drop-down-1 {
	width					: 25%;
}

.mega-drop-down-2 {
	width					: 50%;
}

.mega-drop-down-3 {
	width					: 75%;
}

.mega-drop-down-4 {
	width					: 100%;
}



.mobile-menu-button	{
	
	
	
	display					: inline;
	float					: right;
	
	cursor					: pointer;
	
	padding					: 12px 10px 0px 0px;
	
}


div.header .top {
	
	
	
	padding-right			: 10px;
	
}

div.header div.phone {
	
	
	padding-left			: 10px;
	
	
	
}

div.header ul.top-menu .cart-extratext {
	
	
	
	
}

.p-body-infotabs .tabs-container .active-tab {
	background				: #ffffff;
	color					: #158bc2;
}

.p-body-infotabs .tabs-container .tab .text {
	line-height				: 18px;
	display					: inline-block;
	vertical-align			: middle;
	
	
}

.p-body-otherproducts .info .content {
	
	
	
	padding					: 20px;
	
	
	
}

.p-body-otherproducts .products {
	
	
	
	padding-right			: 20px;
	
	
	
}

.p-body-otherproducts .product .content {
	
	
	
	padding					: 20px 0px 20px 20px;
	
	
	
}

.p-body-otherproducts .product .image-container {
	height					: 300px;
	overflow				: hidden;
}

.p-body-products .product .content {
	
	
	
	padding					: 20px 10px 20px 10px;
	
	
	
}

.p-body-products .product .image-container {
	max-height				: 300px;
	overflow				: hidden;
}

div.fp-blocks .content h2 {
	
	
	margin					: 0 0 15px;
	font-size				: 20px;
	line-height				: 24px;
	
}

div.fp-blocks .content h2.small {
	
	
	font-size				: 18px;
	line-height				: 24px;
	
}


.brodtekst, p {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.brodtekst_small {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 12px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.heading, h1 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: normal;
	
	color			: #158bc2;
	
	margin			: 0px 0px 15px 0px;
	padding			: 0px 0px 0px 0px;
}

.heading2, h2 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	font-weight		: 700;
	
	color			: #000000;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}

.price-text {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	color			: #158bc2;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}


.quote {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: 300;
	font-style		: italic;
	line-height		: 30px;
	
	margin			: 0px;
	color			: #888888;
	padding			: 30px 20px 30px 45px;
}


img {
	position		: relative;
	display			: inline;
}


p.formattingLeft,h1.formattingLeft,h2.formattingLeft,h3.formattingLeft,h4.formattingLeft,h5.formattingLeft,h6.formattingLeft,td.formattingLeft,th.formattingLeft,div.formattingLeft,ul.formattingLeft,ol.formattingLeft,li.formattingLeft,table.formattingLeft {
	text-align		: left;
}

img.formattingLeft {
	float			: left;
	padding-right	: 10px;
	text-align		: left;
}


p.formattingCenter,h1.formattingCenter,h2.formattingCenter,h3.formattingCenter,h4.formattingCenter,h5.formattingCenter,h6.formattingCenter,td.formattingCenter,th.formattingCenter,div.formattingCenter,ul.formattingCenter,ol.formattingCenter,li.formattingCenter,table.formattingCenter {
	text-align		: center;
}

img.formattingCenter {
	display: block; margin-left: auto; margin-right: auto;
}


p.formattingRight,h1.formattingRight,h2.formattingRight,h3.formattingRight,h4.formattingRight,h5.formattingRight,h6.formattingRight,td.formattingRight,th.formattingRight,div.formattingRight,ul.formattingRight,ol.formattingRight,li.formattingRight,table.formattingRight {
	text-align		: right;
}

img.formattingRight {
	float			: right;
	padding-left	: 10px;
	text-align		: right;
}


p.formattingJustify,h1.formattingJustify,h2.formattingJustify,h3.formattingJustify,h4.formattingJustify,h5.formattingJustify,h6.formattingJustify,td.formattingJustify,th.formattingJustify,div.formattingJustify,ul.formattingJustify,ol.formattingJustify,li.formattingJustify,table.formattingJustify {
	text-align		: justify;
}

img.formattingJustify {
	width			: 100%;
	text-align		: justify;
}

.otherLeft {
	text-align		: left;
}



a:link {
	color				: #158bc2;
	text-decoration		: none;
}

a:visited {
	color				: #158bc2;
	text-decoration		: none;
}

a:hover {
	color				: #158bc2;
	text-decoration		: underline;
}

a:active {
	color				: #158bc2;
	text-decoration		: underline;
}



div.form-container {
	
	
	
	padding			: 0px;
	width			: 100%;
	
}

.form .product-details {
	
	
	
	padding-right	: 20%;
	
	
	
	
	
}


button, input[type="submit"], input[type="button"] {
	
	
	
	padding					: 8px 14px;
	
	
	
}.padding-top-20 {
	padding-top				: 20px;
}
}
@media only screen and (max-width: 800px) {


img {
	border					: 0px;
}

.mega-drop-down-1 {
	width					: 25%;
}

.mega-drop-down-2 {
	width					: 50%;
}

.mega-drop-down-3 {
	width					: 75%;
}

.mega-drop-down-4 {
	width					: 100%;
}

div.header ul.top-menu .cart-extratext {
	
	
	
	
}

.p-body-infotabs .tabs-container .active-tab {
	background				: #ffffff;
	color					: #158bc2;
}

.p-body-infotabs .tabs-container .tab .text {
	line-height				: 18px;
	display					: inline-block;
	vertical-align			: middle;
	
	
}

.p-body-otherproducts .product .image-container {
	height					: 300px;
	overflow				: hidden;
}

.p-body-products .product .image-container {
	max-height				: 300px;
	overflow				: hidden;
}


.brodtekst, p {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.brodtekst_small {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 12px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.heading, h1 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: normal;
	
	color			: #158bc2;
	
	margin			: 0px 0px 15px 0px;
	padding			: 0px 0px 0px 0px;
}

.heading2, h2 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	font-weight		: 700;
	
	color			: #000000;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}

.price-text {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	color			: #158bc2;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}


.quote {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: 300;
	font-style		: italic;
	line-height		: 30px;
	
	margin			: 0px;
	color			: #888888;
	padding			: 30px 20px 30px 45px;
}


img {
	position		: relative;
	display			: inline;
}


p.formattingLeft,h1.formattingLeft,h2.formattingLeft,h3.formattingLeft,h4.formattingLeft,h5.formattingLeft,h6.formattingLeft,td.formattingLeft,th.formattingLeft,div.formattingLeft,ul.formattingLeft,ol.formattingLeft,li.formattingLeft,table.formattingLeft {
	text-align		: left;
}

img.formattingLeft {
	float			: left;
	padding-right	: 10px;
	text-align		: left;
}


p.formattingCenter,h1.formattingCenter,h2.formattingCenter,h3.formattingCenter,h4.formattingCenter,h5.formattingCenter,h6.formattingCenter,td.formattingCenter,th.formattingCenter,div.formattingCenter,ul.formattingCenter,ol.formattingCenter,li.formattingCenter,table.formattingCenter {
	text-align		: center;
}

img.formattingCenter {
	display: block; margin-left: auto; margin-right: auto;
}


p.formattingRight,h1.formattingRight,h2.formattingRight,h3.formattingRight,h4.formattingRight,h5.formattingRight,h6.formattingRight,td.formattingRight,th.formattingRight,div.formattingRight,ul.formattingRight,ol.formattingRight,li.formattingRight,table.formattingRight {
	text-align		: right;
}

img.formattingRight {
	float			: right;
	padding-left	: 10px;
	text-align		: right;
}


p.formattingJustify,h1.formattingJustify,h2.formattingJustify,h3.formattingJustify,h4.formattingJustify,h5.formattingJustify,h6.formattingJustify,td.formattingJustify,th.formattingJustify,div.formattingJustify,ul.formattingJustify,ol.formattingJustify,li.formattingJustify,table.formattingJustify {
	text-align		: justify;
}

img.formattingJustify {
	width			: 100%;
	text-align		: justify;
}

.otherLeft {
	text-align		: left;
}



a:link {
	color				: #158bc2;
	text-decoration		: none;
}

a:visited {
	color				: #158bc2;
	text-decoration		: none;
}

a:hover {
	color				: #158bc2;
	text-decoration		: underline;
}

a:active {
	color				: #158bc2;
	text-decoration		: underline;
}.padding-top-20 {
	padding-top				: 20px;
}
}
@media only screen and (max-width: 700px) {


img {
	border					: 0px;
}

.page {
	
	
	
	background-image		: none;
	
}

.content-width {
	
	
	
	
	
	width					: 100%;
	
}

.mega-drop-down-1 {
	width					: 25%;
}

.mega-drop-down-2 {
	width					: 50%;
}

.mega-drop-down-3 {
	width					: 75%;
}

.mega-drop-down-4 {
	width					: 100%;
}

#mobile-menu-content .langs {
	
	
	display					: block;
	
}

div.header ul.top-menu .cart-extratext {
	
	
	
	
	display					: none;
	
}

div.header ul.top-menu li.langs {
	
	
	display					: none;
	
}

div.body {
	
	
	
	
	
	min-height				: 600px;
	
}

div.footer .block1 {
	
	
	
	display					: block;
	float					: none;
	width					: auto;
	
}

div.footer .block2 {
	
	
	
	display					: block;
	float					: none;
	width					: auto;
	
	padding-top				: 20px;
	
}


div.p-background-image {
	
	
	
	display					: none;
	
}


.p-breadcrumbs-container {
	
	
	
	padding-top				: 0px;
	
}

.p-breadcrumbs-container div {
	
	
	
	background				: #F0F0F0;
	padding					: 10px 10px;
	
}

.p-breadcrumbs-container a.main {
	
	
	
	color					: #000000;
	
}

.p-breadcrumbs-container a.main:hover {
	
	
	
	color					: #000000;
	
}


div.p-body-content {
	
	
	padding-top				: 0px;
	
}

div.p-body-background {
	
	
	
	padding					: 30px 10px;
	
}

div.p-body-content .image-portrait {
	
	
	
	display					: block;
	float					: none;
	padding-right			: 0px;
	padding-bottom			: 20px;
	
	
	
}

div.p-body-content .image-descr {
	
	
	
	display					: none;
	
}

div.p-body-content .padding {
	
	
	
	padding-left			: 0px;
	
}

.p-body-infotabs .tabs-container {
	
	
	
	display					: block;
	float					: none;
	width					: auto;
	margin-left				: 20px;
	overflow				: hidden;
	
	
	
}

.p-body-infotabs .tabs-container .tab {
	
	
	
	display					: inline;
	float					: left;

	border-bottom			: 0px;
	border-right			: 1px solid #ffffff;
	
	padding					: 0px 10px;
	height					: 50px;
	line-height				: 50px;
	text-align				: center;
	
	
	
}

.p-body-infotabs .tabs-container .active-tab {
	background				: #ffffff;
	color					: #158bc2;
}

.p-body-infotabs .tabs-container .tab .icons {
	
	
	
	display					: none;
	
}

.p-body-infotabs .tabs-container .tab .text {
	line-height				: 18px;
	display					: inline-block;
	vertical-align			: middle;
	
	
}

.p-body-infotabs .content-container {
	
	
	
	margin-left				: 0px;
	padding					: 20px 20px 20px 20px;
	
}

.p-body-otherproducts .info {
	
	
	
	position				: static;
	width					: 100%;
	height					: auto;
	
}

.p-body-otherproducts .info .content {
	
	
	
	
	
	padding					: 15px;
	
}

.p-body-otherproducts .products {
	
	
	
	
	
	padding-left			: 0px;
	padding-right			: 15px;
	
}

.p-body-otherproducts .product .content {
	
	
	
	
	
	padding					: 15px 0px 15px 15px;
	
}

.p-body-otherproducts .product .image-container {
	height					: 300px;
	overflow				: hidden;
}

div.page-content-wrapper {
	
	
	
	width					: 100%;
	padding					: 0px;
	
}

.p-body-products .product {
	
	
	
	display					: inline;
	float					: left;
	width					: 33.33%;
	
	
	
}

.p-body-products .product .content {
	
	
	
	
	
	padding					: 15px 7px 15px 7px;
	
}

.p-body-products .product .image-container {
	max-height				: 300px;
	overflow				: hidden;
}

div.fp-body-background {
	
	
	
	min-height				: 200px;
	
}



div.fp-blocks .fp-block-4x4,
div.fp-blocks .fp-block-2x2,
div.fp-blocks .fp-block-2x1,
div.fp-blocks .fp-block-1x1 {
	
	
	padding-left			: 2%;
	
}

div.fp-blocks .fp-block-full {
	
	
	padding-left			: 2%;
	
}

div.fp-blocks .fp-block-4x4 {
	
	
	margin-bottom			: 2%;
	
}

div.fp-blocks .fp-block-2x2 {
	
	
	width					: 100%;
	margin-bottom			: 2%;
	
}

div.fp-blocks .fp-block-2x1 {
	
	
	width					: 50%;
	margin-bottom			: 2%;
	
}

div.fp-blocks .fp-block-1x1 {
	
	
	width					: 50%;
	margin-bottom			: 2%;
	
}

div.fp-blocks .fp-block-4x4 .container {
	
	
	padding-top				: 80%;
	
}

div.fp-blocks .fp-block-full .container {
	
	
	padding: 20px 10px;
	
}

div.fp-blocks .fp-block-2x2 .container {
	
	
	padding-top				: 70%;
	
	
}

div.fp-blocks .fp-block-2x1 .container {
	
	
	padding-top				: 90%;
	
}

div.fp-blocks .fp-block-full .content {
	
	
	margin: 0 auto;
	padding-left: 0;
	width: auto;
	display: block;
	
}

div.fp-blocks .fp-block-full img {
	
	
	margin: 0 auto 20px;
	width: auto;
	max-height: 200px;
	display: block;
	
}


.brodtekst, p {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.brodtekst_small {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 12px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.heading, h1 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: normal;
	
	color			: #158bc2;
	
	margin			: 0px 0px 15px 0px;
	padding			: 0px 0px 0px 0px;
}

.heading2, h2 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	font-weight		: 700;
	
	color			: #000000;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}

.price-text {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	color			: #158bc2;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}


.quote {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: 300;
	font-style		: italic;
	line-height		: 30px;
	
	margin			: 0px;
	color			: #888888;
	padding			: 30px 20px 30px 45px;
}


img {
	position		: relative;
	display			: inline;
}


p.formattingLeft,h1.formattingLeft,h2.formattingLeft,h3.formattingLeft,h4.formattingLeft,h5.formattingLeft,h6.formattingLeft,td.formattingLeft,th.formattingLeft,div.formattingLeft,ul.formattingLeft,ol.formattingLeft,li.formattingLeft,table.formattingLeft {
	text-align		: left;
}

img.formattingLeft {
	float			: left;
	padding-right	: 10px;
	text-align		: left;
}


p.formattingCenter,h1.formattingCenter,h2.formattingCenter,h3.formattingCenter,h4.formattingCenter,h5.formattingCenter,h6.formattingCenter,td.formattingCenter,th.formattingCenter,div.formattingCenter,ul.formattingCenter,ol.formattingCenter,li.formattingCenter,table.formattingCenter {
	text-align		: center;
}

img.formattingCenter {
	display: block; margin-left: auto; margin-right: auto;
}


p.formattingRight,h1.formattingRight,h2.formattingRight,h3.formattingRight,h4.formattingRight,h5.formattingRight,h6.formattingRight,td.formattingRight,th.formattingRight,div.formattingRight,ul.formattingRight,ol.formattingRight,li.formattingRight,table.formattingRight {
	text-align		: right;
}

img.formattingRight {
	float			: right;
	padding-left	: 10px;
	text-align		: right;
}


p.formattingJustify,h1.formattingJustify,h2.formattingJustify,h3.formattingJustify,h4.formattingJustify,h5.formattingJustify,h6.formattingJustify,td.formattingJustify,th.formattingJustify,div.formattingJustify,ul.formattingJustify,ol.formattingJustify,li.formattingJustify,table.formattingJustify {
	text-align		: justify;
}

img.formattingJustify {
	width			: 100%;
	text-align		: justify;
}

.otherLeft {
	text-align		: left;
}



a:link {
	color				: #158bc2;
	text-decoration		: none;
}

a:visited {
	color				: #158bc2;
	text-decoration		: none;
}

a:hover {
	color				: #158bc2;
	text-decoration		: underline;
}

a:active {
	color				: #158bc2;
	text-decoration		: underline;
}

.form .product-details {
	
	
	
	
	
	padding-right	: 40%;
	
	
	
}

.form .line .element80 {
	
	
	
	width			: 100%;
	
}

.form .line .element39 {
	
	
	
	overflow		: hidden;
	float			: none;
	display			: block;
	width			: auto;
	padding-bottom	: 6px;
	
}

.form .line .element49 {
	
	
	
	overflow		: hidden;
	float			: none;
	display			: block;
	width			: auto;
	padding-bottom	: 6px;
	
}


.form .line .sep2 {
	
	
	
	display			: none;
	
}

.form .line .section {
	
	
	
	width			: 50%;
	
}


button, input[type="submit"], input[type="button"] {
	
	
	
	
	
	font-size				: 14px;
	padding					: 10px 14px;
	
}


div.cart-container {
	
	
	
	width				: 100%;
	padding				: 0px;
	
}

table.cart {
	
	
	
	width				: 100%;
	
}






.blog-tags-container {
	
	
	
	padding-top				: 0px;
	
}

.blog-tags-container div {
	
	
	
	padding					: 10px 10px;
	
}

.blog-tags-container a.main {
	
	
	
	color					: #000000;
	
}

.blog-tags-container a.main:hover {
	
	
	
	color					: #000000;
	
}.padding-top-20 {
	padding-top				: 20px;
}
}
@media only screen and (max-width: 480px) {


img {
	border					: 0px;
}

#width-checker {
	
	
	
	
	
	
	
	width					: 480px;
	
}

.mega-drop-down-1 {
	width					: 25%;
}

.mega-drop-down-2 {
	width					: 50%;
}

.mega-drop-down-3 {
	width					: 75%;
}

.mega-drop-down-4 {
	width					: 100%;
}

div.header div.phone {
	
	
	
	font-size				: 12px;
	font-weight				: normal;
	padding					: 9px 0px 2px 10px;
	
	
}

div.header div.phonenumbers {
	
	
	font-size				: 12px;
	font-weight				: normal;
	padding					: 9px 0px 2px 0px;
	
	
}

div.header ul.top-menu .request {
	
	display					: none;
	
}

div.header ul.top-menu .cart-extratext {
	
	
	
	
}

div.header ul.top-menu li {
	
	
	font-size				: 12px;
	line-height				: 16px;
	
}

div.footer .paypal {
	
	
	width					: 58%;
	
}

div.footer .facebook {
	
	
	float					: left;
	width					: 12%;
	
}

div.p-body-content .image-portrait {
	
	
	
	
	
	display					: none;
	
}

.p-body-infotabs .tabs-container {
	
	
	
	
	
	margin-left				: 0px;
	
}

.p-body-infotabs .tabs-container .tab {
	
	
	
	
	
	border-right			: 0px solid #ffffff;
	width					: 33%;
	padding					: 0px;
	
}

.p-body-infotabs .tabs-container .active-tab {
	background				: #ffffff;
	color					: #158bc2;
}

.p-body-infotabs .tabs-container .tab .text {
	line-height				: 18px;
	display					: inline-block;
	vertical-align			: middle;
	
	
	word-wrap				: break-word;
	
}

.p-body-otherproducts .product .image-container {
	height					: 300px;
	overflow				: hidden;
}

.p-body-otherproducts .product h2 {
	
	
	
	font-size				: 12px;
	font-weight				: normal;
	
}

.p-body-products .product {
	
	
	
	
	
	display					: inline;
	float					: left;
	width					: 50%;
	
}

.p-body-products .product .image-container {
	max-height				: 300px;
	overflow				: hidden;
}

.p-body-products .product h2 {
	
	
	
	font-size				: 12px;
	font-weight				: normal;
	
}




div.fp-blocks {
	
	
	padding-top				: 0px;
	
}

div.fp-blocks {
	
	
	margin-left				: -2%;
	
	
	padding-top				: 0px;
	
}

div.fp-blocks .fp-block-2x2 .container {
	
	
	
	padding-top				: 80%;
	
}


.brodtekst, p {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.brodtekst_small {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 12px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.heading, h1 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: normal;
	
	color			: #158bc2;
	
	margin			: 0px 0px 15px 0px;
	padding			: 0px 0px 0px 0px;
}

.heading2, h2 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	font-weight		: 700;
	
	color			: #000000;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}

.price-text {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	color			: #158bc2;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}


.quote {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: 300;
	font-style		: italic;
	line-height		: 30px;
	
	margin			: 0px;
	color			: #888888;
	padding			: 30px 20px 30px 45px;
}


img {
	position		: relative;
	display			: inline;
}


p.formattingLeft,h1.formattingLeft,h2.formattingLeft,h3.formattingLeft,h4.formattingLeft,h5.formattingLeft,h6.formattingLeft,td.formattingLeft,th.formattingLeft,div.formattingLeft,ul.formattingLeft,ol.formattingLeft,li.formattingLeft,table.formattingLeft {
	text-align		: left;
}

img.formattingLeft {
	float			: left;
	padding-right	: 10px;
	text-align		: left;
}


p.formattingCenter,h1.formattingCenter,h2.formattingCenter,h3.formattingCenter,h4.formattingCenter,h5.formattingCenter,h6.formattingCenter,td.formattingCenter,th.formattingCenter,div.formattingCenter,ul.formattingCenter,ol.formattingCenter,li.formattingCenter,table.formattingCenter {
	text-align		: center;
}

img.formattingCenter {
	display: block; margin-left: auto; margin-right: auto;
}


p.formattingRight,h1.formattingRight,h2.formattingRight,h3.formattingRight,h4.formattingRight,h5.formattingRight,h6.formattingRight,td.formattingRight,th.formattingRight,div.formattingRight,ul.formattingRight,ol.formattingRight,li.formattingRight,table.formattingRight {
	text-align		: right;
}

img.formattingRight {
	float			: right;
	padding-left	: 10px;
	text-align		: right;
}


p.formattingJustify,h1.formattingJustify,h2.formattingJustify,h3.formattingJustify,h4.formattingJustify,h5.formattingJustify,h6.formattingJustify,td.formattingJustify,th.formattingJustify,div.formattingJustify,ul.formattingJustify,ol.formattingJustify,li.formattingJustify,table.formattingJustify {
	text-align		: justify;
}

img.formattingJustify {
	width			: 100%;
	text-align		: justify;
}

.otherLeft {
	text-align		: left;
}



a:link {
	color				: #158bc2;
	text-decoration		: none;
}

a:visited {
	color				: #158bc2;
	text-decoration		: none;
}

a:hover {
	color				: #158bc2;
	text-decoration		: underline;
}

a:active {
	color				: #158bc2;
	text-decoration		: underline;
}

.form .product-details {
	
	
	
	
	
	
	
	padding-right	: 20%;
	
}

table.cart td.cart-col-1 {
	
	
	
	font-size			: 12px;
	min-width			: 40px;
	
}

table.cart td.cart-col-2 {
	
	
	
	font-size			: 12px;
	
}

table.cart td.cart-col-3 {
	
	
	
	font-size			: 12px;
	
}

table.cart td.cart-col-4 {
	
	
	
	font-size			: 12px;
	
}

table.cart td.cart-col-5 {
	
	
	
	font-size			: 12px;
	
}

.cart-payment-choices ul li {
	
	
	margin				: 0px 5px 0px 0px;
	
}

.cart-payment-choices ul li img.logo {
	
	
	padding				: 10px 20px 10px;
	max-width			: 120px;
	
}.padding-top-20 {
	padding-top				: 20px;
}

#popupWindow button {
	
	
	margin-bottom		: 10px;
	
}


#popupWindowContainer {
	
	
	
	width				: 100%;
	
}
}
@media only screen and (max-width: 310px) {


img {
	border					: 0px;
}

.mega-drop-down-1 {
	width					: 25%;
}

.mega-drop-down-2 {
	width					: 50%;
}

.mega-drop-down-3 {
	width					: 75%;
}

.mega-drop-down-4 {
	width					: 100%;
}

div.header div.phone {
	
	
	
	
	padding					: 9px 0px 2px 10px;
	
}

div.header div.phonenumbers {
	
	
	
	padding					: 2px 0px 2px 0px;
	
}

div.header div.phonenumbers span {
	
	
	display					: block;
	
}

div.header div.phonenumbers span.spacer {
	
	
	display					: none;
	
}

div.header ul.top-menu .cart-icon {
	
	
	display					: none;
	
}

div.header ul.top-menu .cart-extratext {
	
	
	
	
}

.p-body-infotabs .tabs-container .active-tab {
	background				: #ffffff;
	color					: #158bc2;
}

.p-body-infotabs .tabs-container .tab .text {
	line-height				: 18px;
	display					: inline-block;
	vertical-align			: middle;
	
	
}

.p-body-otherproducts .product .image-container {
	height					: 300px;
	overflow				: hidden;
}

.p-body-products .product .image-container {
	max-height				: 300px;
	overflow				: hidden;
}


.brodtekst, p {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.brodtekst_small {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 12px;
	line-height		: 21px;
	padding			: 0px;
	margin			: 0px;
	color			: #000000;
}

.heading, h1 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: normal;
	
	color			: #158bc2;
	
	margin			: 0px 0px 15px 0px;
	padding			: 0px 0px 0px 0px;
}

.heading2, h2 {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 14px;
	font-weight		: 700;
	
	color			: #000000;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}

.price-text {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	color			: #158bc2;
	
	margin			: 0px;
	padding			: 0px 0px 4px 0px;
}


.quote {
	font-family		: 'Open Sans', sans-serif;
	font-size		: 24px;
	font-weight		: 300;
	font-style		: italic;
	line-height		: 30px;
	
	margin			: 0px;
	color			: #888888;
	padding			: 30px 20px 30px 45px;
}


img {
	position		: relative;
	display			: inline;
}


p.formattingLeft,h1.formattingLeft,h2.formattingLeft,h3.formattingLeft,h4.formattingLeft,h5.formattingLeft,h6.formattingLeft,td.formattingLeft,th.formattingLeft,div.formattingLeft,ul.formattingLeft,ol.formattingLeft,li.formattingLeft,table.formattingLeft {
	text-align		: left;
}

img.formattingLeft {
	float			: left;
	padding-right	: 10px;
	text-align		: left;
}


p.formattingCenter,h1.formattingCenter,h2.formattingCenter,h3.formattingCenter,h4.formattingCenter,h5.formattingCenter,h6.formattingCenter,td.formattingCenter,th.formattingCenter,div.formattingCenter,ul.formattingCenter,ol.formattingCenter,li.formattingCenter,table.formattingCenter {
	text-align		: center;
}

img.formattingCenter {
	display: block; margin-left: auto; margin-right: auto;
}


p.formattingRight,h1.formattingRight,h2.formattingRight,h3.formattingRight,h4.formattingRight,h5.formattingRight,h6.formattingRight,td.formattingRight,th.formattingRight,div.formattingRight,ul.formattingRight,ol.formattingRight,li.formattingRight,table.formattingRight {
	text-align		: right;
}

img.formattingRight {
	float			: right;
	padding-left	: 10px;
	text-align		: right;
}


p.formattingJustify,h1.formattingJustify,h2.formattingJustify,h3.formattingJustify,h4.formattingJustify,h5.formattingJustify,h6.formattingJustify,td.formattingJustify,th.formattingJustify,div.formattingJustify,ul.formattingJustify,ol.formattingJustify,li.formattingJustify,table.formattingJustify {
	text-align		: justify;
}

img.formattingJustify {
	width			: 100%;
	text-align		: justify;
}

.otherLeft {
	text-align		: left;
}



a:link {
	color				: #158bc2;
	text-decoration		: none;
}

a:visited {
	color				: #158bc2;
	text-decoration		: none;
}

a:hover {
	color				: #158bc2;
	text-decoration		: underline;
}

a:active {
	color				: #158bc2;
	text-decoration		: underline;
}.padding-top-20 {
	padding-top				: 20px;
}
}


