html, body {
	margin: 0; padding: 0;
	background: #f3f3f3;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: center;
	height: 100%;
	min-width: 1200px;
}
a {
	text-decoration: none;
	color: #000;
}


a.content-link:link {color:#000;text-decoration:underline;}
a.content-link:visited {color:#000;text-decoration:none;}
a.content-link:hover {text-decoration:underline;}


h1, h2, h4, h5, h6 {
	font-family: 'Brandon Grot W02 Bold',Arial,sans-serif;
	letter-spacing: 1px;
}

h3 {
	font-family: 'Brandon Grot W02 Bold',Arial,sans-serif;
}

p, ul {
	text-align: left;
}
.clearfix {
	clear: both;
}

#menu {
	width: 100%;
	height: 53px;
	text-align: center;
	background: #000 url('../images/bg-header.png');
	font-family: "Brandon Grot W02 Bold";
	text-transform: uppercase;
	font-size: 13px;
}
#menu-toggler {
    display: none;
}
.submenu-item {
    cursor: pointer;
}
.submenu {
    height: 50px;
    background-color: #fff;
    border-bottom: solid 1px #e1e1e1;
}
.submenu.closed {
    display: none;
}
.submenu-toggler {
    display: none;
}
.menu-item-separator {
    height: 15px;
    border-right: dotted 2px #e1e1e1;
    display: inline-block;
}
.submenu .menu-item {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Brandon Grot W02 Bold';
    display: inline-block;
    width: 280px;
}
.submenu .menu-item:hover {
    color: #222;
}
#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
}
.menu-item {
	display: inline-block;
	height: 13px;
	padding: 15px;
	color: #999;
	text-decoration: none;
}
.menu-item:hover {
	color: #fff;
}
.menu-item.active {
	color: #fff;
	background-image: url('../images/nav-arrow.png');
	background-repeat: no-repeat;
	background-position: center 35px;
}
.label {
	display: inline-block;
	padding: 2px 8px;
	border: solid 1px #CAD7DA;
	font-size: 18px;
	letter-spacing: 5px;
	background-color: #f3f3f3; 
}
#wrapper {
	width: 1180px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 70px;
}
#main-slider {
    position: relative;
    margin-top: 0px;
}
#main-slider-in {
    overflow: hidden;
    position: relative;
}
#main-slider-mover {
    overflow: visible;
    position: relative;
    height: 530px;
    display: block;
}
.slide {
    position: absolute;
    width: 100%;
    background-position: center;
    height: 100%;
    border-bottom: 1px solid #000;
    left: 0;
    background-size: cover;
}
.slide.active {
    z-index: 1;
}
.slide.left {
    left: -100%;
}
.slide.right {
    left: 100%;
}
.slide-in {
    background-image: url('../images/this-is-jotul.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 500px;
    height: 250px;
    position: absolute;
    top: 50%;
    margin-top: -125px;
    left: 50%;
    margin-left: -250px;
}
.slider-control {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    transition: opacity .5s;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    cursor: pointer;
}
.slider-control:hover {
    opacity: 1;
}
#slider-control-right {
    right: 0;
    background-image: url('../images/arw_right.png');
}
#slider-control-left {
    left: 0;
    background-image: url('../images/arw_left.png');
}

.mainpage-biglink:hover {
	background-color: #e6e6e6;
	background-position: center 95%;
}

.mainpage-biglink p {
	text-align: center;
}

.mainpage-biglink {
	background-color: #f3f3f3;
	background-image: url('../images/down.png');
	background-repeat: no-repeat;
	background-position: center 85%;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	color: #353535;
	display: table-cell;
	width: 33%;
	padding: 10px;
	padding-bottom: 30px;
	cursor: pointer;
}
.mainpage-biglink a {
	color: #353535;
}
.mainpage-biglink-title {
	border: solid 1px #CAD7DA;
	display: inline-block;
	padding: 3px 6px;
	margin: 5px;
}
.col {
	float: left;
	width: 280px;
	margin: 0px 7px;
}
#categories {
	text-align: center;
}
.category {
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}
.category:before {
	width: 13px;
	height: 11px;
	margin-right: 3px;
	display: inline-block;
	content: '';
	background-image: url('../images/category-bullet.png');
	background-position: 0px -22px;
	vertical-align: middle;
	margin-top: -2px;
}
.category.active:before {
	background-position: 0px 0px;
}

.artice-wrapper h1, #article-wrapper-2 h1 {
    text-align: left;
    font-size: 44px;
}
.artice-wrapper hr, #article-wrapper-2 hr {
    border-top: solid 1px #999;
    border-bottom: none;
}
#article-lead {
    font-weight: bold;
}
#article-text {

}
#article {
    max-width: 610px;
    margin: 0px auto;
    font-size: 18px;
}
#article-wrapper-2 {
    padding-bottom: 90px;
    margin-top: -70px;
    border-top: solid 1px #cfcfcf;
    background-color: #e7e7e7;
    font-size: 18px;
}
#article-text-2 {
    max-width: 610px;
    margin: 0px auto 10px;
}

#article-large-image {
    margin-top: 20px;
    width: 100%;
    border: solid 3px #ccc;
}
#articles {
    margin: 0 auto;
}
.article {
	margin: 10px 10px;
	width: 275px;
	cursor: pointer;
	background-color: #fff;
	text-align: center;
}
.article.dark {
    background-color: #595959;
}
.article:hover {
	background-color: #e3e3e3;
}
.article-small-image {
    width: 100%;
}
.article-title {
	font-family: 'Brandon Grot W02 Black';
	margin: 0px;
    font-size: 1.2em;
	padding: 10px;
	background-image: url('../images/black-line.png');
	background-repeat: no-repeat;
	background-position: center bottom;
    text-transform: uppercase;
}
.article.dark .article-title {
    background-image: url('../images/white-line.png');
}
.article-text {
	padding: 10px;
	color: #535353;
	line-height: 1.4;
}
.article.dark .article-text, .article.dark .article-title a {
    color: #bbb;
}
.article.dark:hover .article-title {
    background-image: url('../images/black-line.png');
}
.article.dark:hover .article-text, .article.dark:hover .article-title a {
    color: #000;
}
#product-type-filter {
	background-image: url('../images/bg-prod-head.png');
	text-align: center;
}
#product-type-filter-wrapper {
	width: 1200px;
	margin: 0px auto;
	text-align: left;
}
.product-type {
	padding: 20px 0px 0px 20px;
	float: left;
	width: 377px;
	height: 209px;
	color: #fff;
	border-left: solid 1px #000;
	cursor: pointer;
	position: relative;
}
.product-type:hover, .product-type.active {
	background-image: url('../images/product-filter-passive-shadow.png');
	background-position: 0px 2px;
}
.product-type.last {
	width: 377px;
	border-right: solid 1px #000;
}
.product-type-in {
	opacity: 0.7;
}
.product-type.active .product-type-in, .product-type:hover .product-type-in {
	opacity: 1;
}
.product-type-image {
	float: right;
}
#product-size-filter {
	height: 45px;
	padding-top: 28px;
	border-top: solid 1px #565656;
	border-bottom: solid 1px #262626;
	background-color: #000;
	text-align: center;
	text-transform: uppercase;
}
#product-size-filter-wrapper {
	margin: 0px auto;
	max-width: 1200px;
	text-align: left;
}
.product-size {
	padding: 6px 8px;
	margin: 0px 3px;
	border: solid 1px #353535;
	color: #353535;
	cursor: pointer;
}
.product-size:hover {
	color: #fff;
}
.product-size.active {
	background-color: #5a5a5a;
	border-color: #5a5a5a;
	color: #fff;
}

.product-type h3 {
	font-family: 'Brandon Grot W02 Bold', Arial, sans-serif;
	margin: 20px 0px;
	text-transform: uppercase;
    font-size: 162%;
    letter-spacing: 1px;
}
.product-type-image-container {
	float: left;
}
.product-type-text {
	float: left;
	width: 200px;
}
.prodcol {
	width: 320px;
	min-height: 1px;
	float: left;
}
.prodcol.center {
	padding-top: 320px;
}
.product {
	position: relative;
	height: 440px;
	margin-bottom: 200px;
	cursor: pointer;
}
.product.discontinued {
	padding-top: 110px;
	text-align: center;
	color: #989898;
    width: 450px;
    margin-left: 15px;
    height: 200px;
    margin-bottom: 50px;
}
.product.discontinued h4 {
	font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.product.discontinued h3 {
	font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    padding-bottom: 15px;
    background: url('../images/discount-line.png') bottom center no-repeat;
}
.product.discontinued h3 a {
	color: #fff;
}
.product-left {
	float: left;
	padding-top: 150px;
}
.product-name {
	margin: 5px;
	font-size: 18px;
}
.product-name a {
	color: #fff;
}
.product-variations {
	margin: 0px 5px 5px 5px;
	color: #626262;
	font-size: 20px;
	text-transform: uppercase;
}
.product-image {
	position: absolute;
	right: 0px;
	z-index: -1;
}
.product-size-circle {
	width: 30px;
	height: 30px;
	background-image: url('../images/sizes.png');
	display: none;
}
.product-size-circle.medium {
	background-position: 0px -30px;
}
.product-size-circle.large {
	background-position: 0px -60px;
}

.product.small .product-size-circle.small,
.product.medium .product-size-circle.medium,
.product.large .product-size-circle.large {
	display: inline-block;
}

#products-hidden {
	display: none;
}

/*
	product-page
*/
#product-page-left {
	float: left;
	width: 570px;
	padding: 0px 30px 0px 75px;
	color: #737373;
}
#product-page-title {
	margin-bottom: 0px;
	color: #000;
	font-size: 42px;
}
#product-page-subtitle {
	margin-top: 0px;
	color: #535353;
}
#product-page-content {
	color: #535353;
}
#colors h3 {
	margin-bottom: 0px;
}
.color {
	float: left;
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
}
.color img {
	width: 25px;
}
.color div {
	text-transform: uppercase;
	line-height: 8px;
}
#colors:after {
	content: '';
	display: block;
	clear: both;
}

#awards h3 {
	margin-bottom: 0px;
}
.award {
	float: left;
	margin-right: 20px;
}
#awards:after {
	content: '';
	display: block;
	clear: both;
}
#product-page-right {
	float:left;
	background-image: url('../images/divider-product.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 660px;
	width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.product-page-image {
	display: none;
	cursor: pointer;
}
.product-page-image.active {
	display: block;
}
#product-page-bullets {
	text-align: center;
	cursor: pointer;
}
.product-page-bullet {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 3px;
	background-image: url('../images/image-bullet.png');
}
.product-page-bullet.active {
	background-position: 0px -9px;
}
#product-page-tech {
	margin: 15px auto 0px auto;
	width: 920px;
	padding: 25px 0px 110px 0px;
	font-size: 16px;
	text-align: left;
}
#product-page-tech-left {
	float: left;
	width: 180px;
}
.product-page-tech-page-bt {
	padding: 5px;
	border-bottom: solid 1px #999;
	cursor: pointer;
    width: 170px;
}
.product-page-tech-page-bt:hover, .active .product-page-tech-page-bt {
	border-color: #333;
}
.product-page-tech-page-outer.active {
    width: 217px;
    position: relative;
    z-index: 1;
    background-image: url('../images/tech-bar-on.png');
    background-position: right center;
    background-repeat: no-repeat;
}
#product-page-tech-right {
	float: left;
	width: 640px;
	padding: 20px 0px 0px 80px;
	margin-left: 20px;
	background: url('../images/tech-bar.png') no-repeat left center;
}
.product-page-tech-detail-list {
    line-height: 150%;
}
.product-page-tech-page {
	display: none;
}
.product-page-tech-page.active {
	display: block;
}
.product-page-tech-detail-head {
	margin: 5px 0px;
}
.product-page-tech-page ul a {
	color: #737373;
    line-height: 150%;
}
#product-page-tech {
	color: #737373;
}
#product-images {
    width: 640px;
    height: 300px;
    position: relative;
}
.product-image-tech {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
}
.product-image-tech.active {
    z-index: 1;
    opacity: 1;
}
.product-image-control {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 9999;
    background-repeat: no-repeat;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    opacity: 0;
}
.product-image-control:hover {
    background-color: #aaa;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}
#product-image-right {
    right: 0;
    background-image: url('../images/product-tech-right.png');
    background-position: 80% center;
}
#product-image-left {
    left: 0;
    background-image: url('../images/product-tech-left.png');
    background-position: 20% center;
}
#product-bullets {
    text-align: center;
    margin-top: 10px;
}
.product-bullet-tech {
    width: 8px;
    height: 8px;
    border: solid 2px #333;
    border-radius: 8px;
    display: inline-block;
    padding: 0;
    margin: 0px 3px;
    cursor: pointer;
}
.product-bullet-tech.active {
    background-color: #333;
}

.product-dc {
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.product-dc-left {
	border-right: solid 1px #666;
	padding-right: 40px;
	width: 100%;
}
.product-dc-img {
	float: left;
}
.product-dc-text {
	color: #333;
	float: left;
}
.product-dc-head {
	color: #000;
	margin-bottom: 0px;
}
.product-dc-doc {
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
}
#related-products {
	position: relative;
	background-color: #000;
	background-image: url('../images/bg-prod.png');
	background-repeat: repeat-x;
	height: 229px;
}
#related-products-in {
	width: 1100px;
	margin: 0px auto;
	overflow: hidden;
}
#related-products-in-2 {
	width: 999999px;
	position: relative;
	left: 0px;
}
.related-product {
	cursor: pointer;
	float: left;
	width: 275px;
	height: 200px;
	margin-top: 10px;
	border-left: solid 1px #444;
	border-right: solid 1px #000;
}
.related-product.first {
	border-left: none;
}
.related-product.last {
	border-right: none;
}

.related-product-left {
	float: left;
	position: relative;
	width: 130px;
	height: 100%;
}
.related-product-left  img {
	max-height: 190px;
	position: absolute;
	right: -40px;
}
.related-product-right {
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-top: 40px;
	padding-right: 10px;
	width: 120px;
}
.related-product-name {
	color: #878787;
	font-size: 14px;
	font-family: 'Brandon Grot W02 Bold', Arial, sans-serif;
}
.related-product-title {
	font-size: 13px;
	color: #fff;
}
#related-products-control {
	position: absolute;
	right: 50%;
	top: 70px;
    z-index: 1;
}
#related-accessories-control {
	position: absolute;
    right: 50%;
	top: 70px;
    z-index: 1;
}
.control {
	position: absolute;
	left: 570px;
	width: 30px;
	height: 30px;
	border: solid 1px #fff;
	background-repeat: no-repeat;
	background-position: 10px;
	cursor: pointer;
}
.control.disabled {
	opacity: 0.5;
	cursor: default;
}
#related-accessories-control .control {
	border-color: #333;
}
.control-right {
	top: 0px;
	background-image: url('../images/nav-arrow-right.png');
}
.control-left {
	top: 40px;
	background-image: url('../images/nav-arrow-left.png');
}

#related-accessories {
	position: relative;
	background-color: #f3f3f3;
	background-repeat: repeat-x;
	height: 229px;
}
#related-accessories-in {
	width: 1100px;
	margin: 0px auto;
	overflow: hidden;
}
#related-accessories-in-2 {
	width: 999999px;
	position: relative;
	left: 0px;
}
.related-accessory {
	cursor: pointer;
	float: left;
	width: 275px;
	height: 200px;
	margin-top: 10px;
	border-left: dotted 1px #ccc;
}
.related-accessory.first {
	border-left: none;
}
.related-accessory-left {
	float: left;
	position: relative;
	width: 130px;
	height: 100%;
}
.related-accessory-left  img {
	max-height: 190px;
	position: absolute;
	right: -40px;
}
.related-accessory-right {
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-top: 40px;
	padding-right: 10px;
	width: 120px;
    z-index: 1;
    position: relative;
}
.related-accessory-name {
	color: #000;
	font-size: 20px;
	font-family: 'Brandon Grot W02 Bold', Arial, sans-serif;
}
.related-accessory-title {
	font-size: 15px;
	color: #848484;
}

#gallery {
	max-width: 1218px;
	margin: 15px auto;
	overflow: hidden;
	position: relative;
}
#gallery-nav {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
.gallery-nav {
	opacity: 0.4;
	position: absolute;
	top: 0px;
	width: 33%;
	height: 100%;
	cursor: pointer;
	background-repeat: no-repeat;
	-moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.gallery-nav:hover {
	opacity: 0.7;
}
#gallery-nav-left {
	left: 0px;
	background-image: url('../images/cycleLeft.png');
	background-position: center left;
}
#gallery-nav-right {
	right: 0px;
	background-image: url('../images/cycleRight.png');
	background-position: center right;
}
#gallery-in {
	width: 999999px;
}
.gallery-elem {
	display: none;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}
.gallery-elem.active {
	display: block;
}
.gallery-image {
	margin: 0px;
	width: 100%;
	display: block;
}
.gallery-caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	text-align: left;
}
.gallery-caption-in {
	font-size: 16px;
	padding: 10px;
	display: inline-block;
	color: #fff;
	position: relative;
}
#gallery-thumbs {
	max-width: 1218px;
	height: 60px;
	margin: 15px auto;
	overflow: hidden;
	position: relative;
	padding: 0px 10px;
}
.animating .gallery-thumb, .animating .gallery-nav {
	cursor: wait;
}
.gallery-thumb {
	margin: 0px 5px;
	height: 100%;
	background-position: center;
	opacity: 0.5;
	float: left;
	cursor: pointer;
	-moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.gallery-thumb:hover {
	opacity: 1;
}
.gallery-thumb.active {
	width: 116px;
	opacity: 1;
}

#footer {
	width: auto;
	height: 70px;
	background-image: url('../images/bg-footer.png');
	position: relative;
}
#footer-center {
	width: 1180px;
	margin: 0px auto;
}
.footer-content {
	float: left;
	height: 50px;
	margin-top: 10px;
}
#footer-logo {
	width: 72px;
	background-image: url('../images/logo-black.png');
	background-repeat: no-repeat;
	border-right: solid 1px #3f3f3f;
	background-position: 10px 5px;
	margin-left: 10px;
}
#footer-text {
    border-left: solid 1px #585858;
    padding-left: 15px;
    text-shadow: -1px -1px 1px #434343;
    color: #383838;
    text-align: left;
}
#footer-right {
    float: right;
    color: #7b7b7b;
}
#footer-cp {
    padding-left: 10px;
    border-left: solid 1px #585858;
}

#footer-contact a{
    color: #7b7b7b;
}

#footer-contact {
    padding-right: 10px;
    border-right: solid 1px #3f3f3f;
    color: #7b7b7b;
}
.with-bottom-separator:after {
	content: '';
	display: block;
	height: 15px;
	background: url('../images/separator.png') no-repeat center;
}
#faqs {
	width: 840px;
	margin: 0px auto;
}
#faqs:after {
	content: '';
	display: block;
	clear: both;
}
.faq {
	width: 400px;
	float: left;
	text-align: left;
	margin: 10px 10px -10px 10px ;
}
.question {
	padding: 5px 20px 5px 10px;
	width: 370px;
	line-height: 30px;
	background-color: #e7e7e7;
	background-image: url("../images/faq-open.png");
	background-position: 385px 50%;
	background-repeat: no-repeat;
	margin: 10px;
	cursor: pointer;
}
.question:hover {
	color: #f00;
}
.faq.active .question {
	background-image: url("../images/faq-close.png");
}
.answer {
	margin-left: 10px;
	display: none;
	width: 360px;
	padding: 20px;
	background-color: #fff;
}
#discounts {
    padding-bottom: 70px;
}
.discount {
    padding: 10px 0px;
    border-bottom: solid 1px #CAD7DA;
    max-width: 600px;
    margin: 0 auto;
}
.discount img {
    float: left;
    height: 180px;
}
.discount h3 {
    text-align: left;
}
.discount:last-child {
    border-bottom: none;
}
.discount p img {
    width: auto;
    height: auto;
}

.contact-map-header {
	background-color: #f0eded;
	min-height: 50px;
	padding-top: 0px;
    padding-bottom: 20px;
}

.marker-helper {
	color: #645858;
	float: left;
	font-size: 14px;
	font-weight: bold;
    margin-bottom: 10px;
	margin-right: 50px;
	line-height: 31px;
}

.marker-helper input[type="checkbox"] {
	float: left;
	opacity: 0;
}

.marker-helper label {
	background: transparent url('../images/check-off.png') left center no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 24px;
}

.marker-helper input[type="checkbox"]:checked + label {
	background-image: url('../images/check-on.png');
}

.marker-helper .icon {
    background: transparent center center no-repeat;
	float: left;
	height: 32px;
	margin-right: 10px;
	width: 32px;
}

.helper-jotul .icon {
	background-image: url('../images/map-icon-jotul.png');
}

.helper-partner .icon {
	background-image: url('../images/map-icon-partner.png');
}

.helper-place .icon {
	background-image: url('../images/map-icon-trade.png');
}

@media (max-width: 768px) {
	html, body {
		min-width: 0;
	}
	#page {
		margin-bottom: 0;
	}
	#article-wrapper-2 {
		margin-top: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.prodcol {
		float: none;
		text-align: center;
		width: auto;
	}
	.product  {
		margin: 0px auto;
		text-align: left;
		max-width: 400px;
	}
	.prodcol.center {
		padding-top: 0;
	}
	#wrapper {
		padding: 0 10px!important;
		width: auto;
		text-align: center;
		overflow-x: hidden;
	}
	.col {
		float: none;
		margin: 0px auto;
	}
    .mainpage-biglink {
        width: auto;
        display: block;
    }
    .article {
        width: auto;
        width: calc(100% - 5px);
        margin: 10px 0px;
        font-size: 1.3em;
    }
    .product-type {
        padding: 20px 0px 0px 0px;
    }
    .product-type-in {
        width: auto;
        padding: 10px 5%;
    }
    .product-type-text {
        width: auto;
    }
    #main-slider-mover {
        height: 320px;
    }
    #menu {
        background: #000;
        height: auto;
    }
    .menu-item {
        display: block;
    }
    .menu-item.active {
        background: #262626;
    }
    #menu.closed {
        height: 53px;
        position: relative;
    }
    #menu.closed .menu-item {
        display: none;
    }
    #menu.closed .menu-item.active {
        display: block;
        position: absolute;
        top: 0px;
        height: 19px;
        padding: 17px;
        border-right: solid 1px #434343;
    }
    #menu-toggler {
        display: block;
        height: 18px;
        padding: 17px;
        border-left: solid 1px #434343;
        border-bottom: solid 1px #434343;
        color: #fff;
    }
    #menu.closed #menu-toggler {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }
    .menu-item-separator {
        display: none;
    }
    .submenu {
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    .submenu .menu-item {
        display: block;
        margin: 0px auto;
    }
    #footer-center {
        width: auto;
    }
    .product-type {
        height: auto;
        padding: 0;
    }
    .product-type-image {
        display: none;
    }
    #footer {
        background: #505050;
        min-height: 70px;
        height: auto;
    }
    #related-accessories-in, #related-products-in {
        width: auto;
    }
    .related-accessory, .related-product {
        display: none;
    }
    .related-accessory.active, .related-product.active {
        display: block;
        width: auto;
        float: none;
    }
    .related-accessory-right, .related-product-right {
        width: auto;
        float: none;
        padding-right: 55px;
    }
    .related-accessory-name, .related-product-name {
        width: auto;
        font-size: 1.5em;
    }
    .related-accessory-title, .related-product-title {
        width: auto;
        font-size: 1.3em;
    }
    #related-accessories-control, #related-products-control  {
        right: auto;
    }
    #related-accessories-control {
        right: 20px;
        top: 40px;
    }
    #related-products-control {
        right: 20px;
        top: 60px;
    }
    #product-page-title {
        font-size: 34px;
    }
    #product-page-subtitle {
        font-size: 18px;
    }
    #product-page-tech, #product-page-left {
        width: auto;
    }
    #product-page-tech-left {
        width: 100%;
    }
    .product-page-tech-page-outer.active {
        width: auto;
        background: none;
    }
    .product-page-tech-page-bt {
        width: auto;
    }
    #product-page-left {
        padding: 0px 30px;
        float: none;
    }
    #product-page-right {
        width: 100%;
        text-align: center;
    }
    #product-page-images {
        overflow: hidden;
    }
    .product-page-image {
        margin: 0 auto;
        max-width: 700px;
        width: 100%;
    }
    #product-page-tech-right {
        width: calc(100% - 40px);
        padding: 0;
        background: none;
        margin-right: 20px;
    }
    #product-images {
    	width: 100%;
    	height: 260px;
    }
    .control {
        position: relative;
        left: 0;
    }

    #faqs {
    	width: auto;
    }

    .faq {
    	margin-left: auto;
    	margin-right: auto;
    	float: none;
    	width: 300px;
    }

    .question {
    	background-position: 285px 50%;
    	width: 270px;
    }

    .answer {
    	width: 260px;
    }

    #product-type-filter-wrapper {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 0;
    }
    #product-type-filter-wrapper .clearfix {
        display: none;
        clear: none;
    }
    .product-type {
        padding: 0;
        float: none;
        width: auto;
        height: auto;
        color: #fff;
        border-left: solid 1px #000;
        cursor: pointer;
        position: relative;
        display: table-cell;
    }
    .product-type p {
        display: none;
    }
    .product-type h3 {
        text-align: center;
    }
    .product-type.last {
        width: auto;
        border-right: solid 1px #000;
    }

    .product.discontinued {
        margin-left: auto;
        max-width: 450px;
        width: auto;
    }

    #contact-left-box,
    #contact-middle-box,
    #contact-right-box {
    	float: none!important;
    	margin-left: auto;
    	margin-right: auto;
    	max-width: 450px;
    	width: auto!important;
    	padding: 30px!important;
    }


}
@media (max-width: 550px) {
    .product-type h3 {
        font-size: 100%;
    }

    #footer-text,
    #footer-cp {
    	font-size: 13px;
    	padding-left: 5px;
    }

    #footer-contact {
    	padding-right: 5px;
    	font-size: 13px;
    }

    .slide-in {
    	background-size: 300px auto;
    }
}

.product-sale {
	width: 70px;
	height: 50px;
	background-image: url('../images/jotul-sale.png');
	display: none;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}