@font-face {
	font-family: 'Helvetica Neue Thin';
	src: url('fonts/HelveNeuThi H.eot'); /* IE9 Compat Modes */
	src: url('fonts/HelveNeuThi H.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/HelveNeuThi H.woff') format('woff'), /* Modern Browsers */
	url('fonts/HelveNeuThi H.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('fonts/HelveNeuThi H.svg#1923777d6a2f125c911070873ceae2f3') format('svg'); /* Legacy iOS */
	font-style:   normal;
	font-weight:  200;
}


body {
	font-family: 'Open Sans', sans-serif;
}

h1.normal, .cms-page-view h1 {
	font-size: 48px;
	line-height: 57px;
}

h2.normal, .std h2, .cms-page-view h2, .catalog-category-view h2 {
	font-size: 36px;
	line-height: 45px;
	padding-right: 0;
}

.std h2 {
	margin-bottom: 50px;
}

.lead {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 0;
}

section#content {
	padding-bottom: 27px;
}

#topline {
	z-index: 100;
	position: relative;
	background-color: transparent !important;
}

.top-left {
	background-color: #000;
	height: 85px;
	position: relative;
	width: 15%;
	z-index: 1;
	margin-top: 22px;
}

#logo {
	position: absolute;
	z-index: 100;
	top:50px;
	padding: 0;
	float: none;
}

.logo-alt {
	display: none;
}

#logo p {
	display: inline;
	line-height: 85px;
	font-size: 28px;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-left: 30px;
}

.header-holder {
	height: 622px;
	background: url(../../../../../media/wysiwyg/hero.jpg) no-repeat;
	background-position: center center;
	background-size: 1600px 622px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* background-color: #f3f3f3; */
}

.header-gradient {
	position: absolute;
	top: 0;
	z-index: -1;
	height: 622px;
	width: 100%;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 40%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#f7f7f7), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 40%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 40%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 40%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 40%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

.header-holder p, .slogan-alt p {
	margin: 350px auto 0;
	font-size: 62px;
	line-height: 61px;
	color: #666666;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}

.header-holder p span {
	color:#000;
	font-weight: normal;
}

.slogan-alt {
	display: none;
}

.header-spacer {
	margin-top: 454px;
}

li.nav-header {
	position: absolute;
	z-index: 100;
}

#level1 > li {
	background-color: rgba(255,255,255,0.9);
}

#nav > li > a, ul#level1.in li a {
	/* color: #fff !important; */
}

.nav-header > a {
	background-color: transparent !important;
	border: 2px solid #dadada;
}

#header .pull-right.padding-1 {
	margin-top: -95px;
}

ul#nav.simple {
	margin-top: 35px;
}

ul#nav.simple li ul {
	border-radius: 0;
}

.fix ul#nav.simple {
	margin-top: 0;
}

#spy .logo img {
	margin-top: 5px;
}


.form-search button, .form-mail button {
	padding: 0;
}

.shoppingcart a.btn {
	padding: 0;
	height: 32px;
}

.form-search .fa.fa-search, .shoppingcart .fa.fa-shopping-cart {
	font-size: 20px;
	line-height: 23px;
}

.shoppingcart .fa.fa-shopping-cart {
	line-height: 32px;
}

.cube-holder {
	margin-bottom: 70px;
}

.cube-holder a:hover {
	text-decoration: none;
}

.cube-holder .span6 a img {
	display: none;
}


.cube-holder .span6:nth-of-type(1) div {
	background: url(../../../../../media/wysiwyg/cube-wolle.png) no-repeat;
	background-size: 570px 249px;
	width: 570px;
	height: 249px;
}

.cube-holder .span6:nth-of-type(1) div:hover {
	background: url(../../../../../media/wysiwyg/cube-wolle-hover.png) no-repeat;
	background-size: 570px 249px;
	width: 570px;
	height: 249px;
}

.cube-holder .span6:nth-of-type(2) div {
	background: url(../../../../../media/wysiwyg/cube-collections.png) no-repeat;
	background-size: 570px 249px;
	width: 570px;
	height: 249px;
}

.cube-holder .span6:nth-of-type(2) div:hover {
	background: url(../../../../../media/wysiwyg/cube-collections-hover.png) no-repeat;
	background-size: 570px 249px;
	width: 570px;
	height: 249px;
}


.cube-holder .span6:hover img:nth-of-type(1) {
	display: none;
}


.black-bg {
	background-color: #000;
	padding: 70px 0;
	color: #fff;
	text-align: center;
}

.black-bg h2 {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 68px;
	line-height: 82px;
	margin: -18px 0 30px;
	padding: 0;
}

.black-bg p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 43px;
	color: #999;
	margin-bottom: 30px;
}

.link-on-header {
	display: inline-table;
	margin: 30px 0 0;
	background-color: #000;
	position: absolute;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	padding: 0 25px;
}

.link-on-header-mobile {
	display: none;
}

.link-on-header:hover {
	text-decoration: none;
}

.link-on-header .fa {
	font-style: normal !important;
	line-height: 40px;
}

.black-bg a {
	font-size: 24px;
	line-height: 43px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
}

.black-bg a:hover {
	color: #606060;
	border-bottom: 1px solid #606060;
	text-decoration: none;
}

.hashtag-holder {
	height: 540px;
	background: url(../../../../../media/wysiwyg/hashtag.png) no-repeat;
	background-position: center center;
	background-size: 1600px 540px;
	width: 100%;
	background-color: #f3f3f3;
}

.hashtag-holder .span12 {
	height: 540px;
	position: relative;
	display: table;
}

.hashtag-holder .span12 div {
	display: table-cell;
	vertical-align:middle;
}

.hashtag-holder h2, .hashtag-holder h3 {
	margin: 0 0 10px;
	padding: 15px 20px 4px;
	background-color: #000;
	color: #fff;
	font-size: 58px;
	line-height: 60px;
	font-family: 'Helvetica Neue Thin', sans-serif !important;
	font-style:   normal;
	font-weight: 200;
	text-transform: none;
	display: table;
}

.hashtag-holder h3 {
	font-size: 38px;
	line-height: 40px;
	color: #bababa;
	margin: 0 0 -5px 0;
	padding: 12px 20px 4px;
}

.hashtag-holder h3:nth-of-type(2) {
    padding: 12px 20px 6px;
    margin: 0;
}

#footer_popup {
	margin-top: 40px !important;
}

#footer_line {
	background-color:transparent;
}


#footer_button {
	background-color: #fff;
}

#footer_bottom.container {
	padding: 10px 0 40px;
	border-top: 1px solid #000;
}

#footer_bottom .pull-left {
	max-width: 70%;
}

#footer_bottom .payment_icons img {
	margin-right: 12px;
}

#footer_bottom .noHover span.text {
	padding-left: 8px;
	padding-top: 0;
	line-height: 38px;
}

#footer_bottom .noHover span {
	margin: 0;
}

#footer_bottom .pull-right.noHover {
	padding-top: 0;
	line-height: 38px;
}

#footer_bottom i.icon-facebook {
	position: relative;
	top: -2px;
	color: #000;
}

#footer_bottom a i:hover {
	color: #3b5998;
}

#footer:hover {
	z-index: 9999;
}

#footer_popup p {
	line-height: 18px;
}

#footer_popup strong {
	text-transform: uppercase;
}

.shop.catalog-product-view {

}

.no-display {
	display: none;
}

/* product page */
section#content > .container.top {
	box-shadow: none;
}

.product-header-holder {
	height: 520px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1600px 520px;
	background-color: #fff;
	margin-bottom: 20px;
}

.product-header-holder-bottom {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1600px 300px;
	background-color: #fff;
	margin: 40px 0 0;
}

.product-header-holder-only-title {
	background-color: #000;
}


.cube-header-product {
	height: 520px;
	position: relative;
	background-color: transparent;
	padding: 0;
	display: table;
}

.cube-header-product div {
	display: table-cell;
	vertical-align:middle;
}

.cube-header-product div div {
	background-color: #fff;
	padding: 40px 30px;
	text-align: center;
	width: 370px;
}

.product-header-holder-bottom .cube-header-product {
	height: 300px;
}

.cube-header-product p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.cube-header-product h2, .cube-header-product h1 {
	text-transform: uppercase;
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


.product-header-holder.category-only-title {
	height: 200px;
}

.cube-header-product.only-title {
	height: 200px;
	background-color: #000;
}

.cube-header-product.only-title h1 {
	color: #fff;
}

.cube-header-product.only-title .product-header-holder {
	height: auto;
}

.cube-header-product.only-title div div {
	background-color: transparent;
	padding: 0;
	text-align: center;
	width: 1170px;
}

.cube-header-product.only-title p, .cube-header-product.only-title h2 {
	color: #fff;
}

.bck-blk-placeholder {
	/*
background-color: #f3f3f3;
	height: 10px;
*/
}




.row-bts {
	margin: -80px 0 40px;
}

.row-bts .span3:nth-of-type(1) {
	margin-left: 280px;
}

.row-bts .span3 {
	background-color: #e1e1e1;
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 60px;
	text-transform: uppercase;
}

.row-bts .span3.active {
	background-color: #fff;
}


/* -------------- category list */

.product h3.product-name {
	text-align: center;
	font-weight: normal;
	font-family: 'Oswald', sans-serif !important;
	font-size: 18px !important;
	line-height: 26px !important;
	text-transform: uppercase !important;
	height: auto;
}

.product .price-box {
	float: none;
	text-align: center;
	margin-top: 15px;
}

.product .old-price .price,  .product .special-price .price {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.category-products .big_with_description .product-tocart {
	display: none;
}

/* ---------- end category list */


/* ----------- product detailed */
.product-img-box .product-image, .product-img-box .more-views li {
	padding: 0;
	border-radius: 0;
	background-color: none;
	box-shadow: none;
}

.product-shop .product-name h1 {
	font-size: 36px;
	line-height: 45px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.product-shop .price-box {
	padding: 0 0 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
}

.product-shop .special-price {
	margin: 0;
	padding:0;
}

.product-shop .old-price .price, .product-shop .special-price .price, .regular-price .price {
	font-size: 24px;
	line-height: 30px;
}

.regular-price .price {
	padding-right: 0;
}

.product-shop .product-options-bottom {
	/* border-bottom: 1px solid #000; */
}

.product-shop .add-to-cart {
	margin:30px 0 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #000;
}

.product-shop .add-to-cart button.btn-cart i {
	margin-top: 0;
}

.product-shop .short-description {
	padding: 30px 0 25px;
	border-bottom: 1px solid #000;
}

.product-shop .short-description p {
	margin: 0;
}

.product-shop .short-description h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: 'Oswald', sans-serif;
}

.product-shop .availability {
	padding: 20px 0;
	border-bottom: none;
}

.product-options {
	padding: 0;
}

.product-options dl {
	margin-bottom: 20px;
	width: 70%;
}

.product-options dt {
	padding: 10px 20px 5px;
	margin: 0;
	border-top:1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
}

.product-options dt label {
	text-transform: uppercase;
	font-size: 14px;
}

.product-options dt label.required em {
	display: none;
}

.product-options dd {
	padding: 0 20px 10px;
	margin: 0 0 10px;
	border-right: 1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7 !important;
	border-left:1px solid #d7d7d7;
}

.product-options .input-box span.label label {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	margin: -6px 0 5px 6px;
}
/* ----------- end product detailed */


/* --------------------- flexslider */
.flexslider {
	margin-top: 20px;
}

.flexslider.more-views .flex-viewport {
	width:auto;
	margin-left:0;
	margin-top:0;
	padding: 0;
}

.flexslider.more-views .flex-viewport li {
	display: inline !important;
	width: auto !important;
	margin-right: 20px;
}

.flexslider.more-views .flex-viewport li img, .flexslider .slides img {
	border-radius: 0;
	box-shadow: none;
	width: 70px;
}

.flexslider.more-views .flex-direction-nav {
	bottom: -40px;
}

.flex-direction-nav a {
	border-radius: 0;
}
/* end flexslider */


.product .product-name, .preview .product-name, h3.product-name {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}


.shop #content {
	margin-top: 50px;
}

.cms-index-index #content, .catalog-category-view #content, .catalog-product-view #content {
	margin-top: 0;
}




.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.margin-top-50 {
	margin-top: 50px;
}


.height-460-header {
	height: 460px;
}

#search_mini_form legend, #search_mini_form label, .headerajaxsearchwindow, p.headercategorysearch {
	display: none;
}

#search_mini_form input.input-text:focus {
	background-color: #fff;
}

#anonymous_element_1 {
	z-index: 9999;
}

.autocomplete {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	border-radius: 3px;
	border: none;
	margin-top: 0px;
}

.autocomplete div p {
	font-family: 'Oswald';
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 5px;
}

.autocomplete div p span {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 10px !important;
}

.autocomplete strong {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}


.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
	font-family: "Oswald", sans-serif;
	font-size: 14px;
}

.modified-img {
	display: block;
	float: left;
}

.normal-img {
	display: none;
	float: left;
}



.big_with_description.cat-collections .clearfix-inside-loop {
	display: none;
}

.big_with_description.cat-collections .modified-img.box-1 .span3 {
	width: 870px;
}

.big_with_description.cat-collections .modified-img.box-2 .span3 {
	margin-top: 192px;
}

.big_with_description.cat-collections .modified-img.box-2 .span3, .big_with_description.cat-collections .modified-img.box-3 .span3 {
	width: 270px;
}

.big_with_description.cat-collections .modified-img.box-4 .span3, .big_with_description.cat-collections .modified-img.box-5 .span3, .big_with_description.cat-collections .modified-img.box-6 .span3 {
	width: 370px;
}

.big_with_description.cat-collections .modified-img.box-7 .span3, .big_with_description.cat-collections .modified-img.box-8 .span3 {
	width: 570px;
}

.product-image-wrapper a {
	transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
}

.product-image-wrapper a:hover {
	opacity: 0.7;
}




/* xxl */
@media (min-width: 1900px) {
	.top-left {
		width: 30%;
	}
}

/* xl */
@media (min-width: 1440px) and (max-width: 1899px) {
	.top-left {
		width: 20%;
	}
}

/* breaking wide view */
@media (max-width: 1360px) {
	.row-bts .span3:nth-of-type(1) {
		margin-left: 250px;
	}

	.cube-header-product.only-title div div {
		width: 1050px;
	}

	.cube-holder .span6:nth-of-type(1) div {
		background: url(../../../../../media/wysiwyg/cube-wolle.png) no-repeat;
		background-size: 510px 223px;
		width: 510px;
		height: 223px;
	}

	.cube-holder .span6:nth-of-type(1) div:hover {
		background: url(../../../../../media/wysiwyg/cube-wolle-hover.png) no-repeat;
		background-size: 510px 223px;
		width: 510px;
		height: 223px;
	}

	.cube-holder .span6:nth-of-type(2) div {
		background: url(../../../../../media/wysiwyg/cube-collections.png) no-repeat;
		background-size: 510px 223px;
		width: 510px;
		height: 223px;
	}

	.cube-holder .span6:nth-of-type(2) div:hover {
		background: url(../../../../../media/wysiwyg/cube-collections-hover.png) no-repeat;
		background-size: 510px 223px;
		width: 510px;
		height: 223px;
	}
}

/* lg */
@media (max-width: 1200px) {
	.row-bts .span3:nth-of-type(1) {
		margin-left: 250px;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.row-bts .span3:nth-of-type(1) {
		margin-left: 220px;
	}

	.cube-header-product h2, .cube-header-product h1 {
		font-size: 48px;
		line-height: 60px;
	}

	.cube-header-product.only-title div div {
		width: 940px;
	}

	.cube-holder .span6:nth-of-type(1) div {
		background: url(../../../../../media/wysiwyg/cube-wolle.png) no-repeat;
		background-size: 460px 210px;
		width: 460px;
		height: 210px;
	}

	.cube-holder .span6:nth-of-type(1) div:hover {
		background: url(../../../../../media/wysiwyg/cube-wolle-hover.png) no-repeat;
		background-size: 460px 210px;
		width: 460px;
		height: 210px;
	}

	.cube-holder .span6:nth-of-type(2) div {
		background: url(../../../../../media/wysiwyg/cube-collections.png) no-repeat;
		background-size: 460px 210px;
		width: 460px;
		height: 210px;
	}

	.cube-holder .span6:nth-of-type(2) div:hover {
		background: url(../../../../../media/wysiwyg/cube-collections-hover.png) no-repeat;
		background-size: 460px 210px;
		width: 460px;
		height: 210px;
	}

	.big_with_description.cat-collections .modified-img.box-1 .span3 {
		width: 700px;
	}

	.big_with_description.cat-collections .modified-img.box-2 .span3 {
		margin-top: 123px;
	}

	.big_with_description.cat-collections .modified-img.box-2 .span3, .big_with_description.cat-collections .modified-img.box-3 .span3 {
		width: 220px;
	}

	.big_with_description.cat-collections .modified-img.box-4 .span3, .big_with_description.cat-collections .modified-img.box-5 .span3, .big_with_description.cat-collections .modified-img.box-6 .span3 {
		width: 300px;
	}

	.big_with_description.cat-collections .modified-img.box-7 .span3, .big_with_description.cat-collections .modified-img.box-8 .span3 {
		width: 460px;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	#logo p {
		display: none;
	}

	li.nav-header {
		width: 724px;
	}

	.product-header-holder {
		margin-top: 70px;
	}

	.container.bts-over-image {
		width: 100%;
	}

	.row-bts {
		margin: -20px 0 40px;
	}

	.row-bts .span3:nth-of-type(1) {
		margin-left: 0px;
	}

	.row-bts .span3 {
		width: 50%;
		margin-left: 0;
		padding: 0;
	}

	.cube-header-product .padding-bottom-60 {
		padding-bottom: 0;
	}

	.cube-header-product h2, .cube-header-product h1 {
		font-size: 36px;
		line-height: 50px;
	}

	.cube-header-product.only-title div div {
		width: 724px;
	}

	.cube-holder {
		margin-top: 50px;
	}

	.cube-holder .span6:nth-of-type(1) div {
		background: url(../../../../../media/wysiwyg/cube-wolle.png) no-repeat;
		background-size: 352px 154px;
		width: 352px;
		height: 154px;
	}

	.cube-holder .span6:nth-of-type(1) div:hover {
		background: url(../../../../../media/wysiwyg/cube-wolle-hover.png) no-repeat;
		background-size: 352px 154px;
		width: 352px;
		height: 154px;
	}

	.cube-holder .span6:nth-of-type(2) div {
		background: url(../../../../../media/wysiwyg/cube-collections.png) no-repeat;
		background-size: 352px 154px;
		width: 352px;
		height: 154px;
	}

	.cube-holder .span6:nth-of-type(2) div:hover {
		background: url(../../../../../media/wysiwyg/cube-collections-hover.png) no-repeat;
		background-size: 352px 154px;
		width: 352px;
		height: 154px;
	}

	.product-options dl {
		width: 100%;
	}

	.height-460-header {
		height: 520px;
	}

	.big_with_description.cat-collections .modified-img.box-1 .span3 {
		width: 538px;
	}

	.big_with_description.cat-collections .modified-img.box-2 .span3 {
		margin-top: 72px;
	}

	.big_with_description.cat-collections .modified-img.box-2 .span3, .big_with_description.cat-collections .modified-img.box-3 .span3 {
		width: 166px;
	}

	.big_with_description.cat-collections .modified-img.box-4 .span3, .big_with_description.cat-collections .modified-img.box-5 .span3, .big_with_description.cat-collections .modified-img.box-6 .span3 {
		width: 228px;
	}

	.big_with_description.cat-collections .modified-img.box-7 .span3, .big_with_description.cat-collections .modified-img.box-8 .span3 {
		width: 352px;
	}
}

/* xs */
@media (max-width: 767px) {
	.top-left {
		width: 25%;
	}

	#logo p {
		display: none;
	}

	li.nav-header {
		width: 580px;
	}

	.flexslider {
		margin-top: 0;
	}

	.product-header-holder {
		margin-top: 70px;
	}

	.container.bts-over-image {
		width: 100%;
		padding: 0;
	}

	.row-bts {
		margin: -20px 0 40px;
	}

	.row-bts .span3:nth-of-type(1) {
		margin-left: 0px;
	}

	.row-bts .span3 {
		width: 50%;
		margin-left: 0;
		padding: 0;
	}

	.cube-header-product .padding-bottom-60 {
		padding-bottom: 0;
	}

	.cube-header-product h2, .cube-header-product h1 {
		font-size: 36px;
		line-height: 50px;
	}

	.cube-header-product.only-title div div {
		width: 580px;
	}

	.cube-holder {
		margin-top: 50px;
	}

	.cube-holder .span6:nth-of-type(1) div {
		background: url(../../../../../media/wysiwyg/cube-wolle.png) no-repeat;
		background-size: 276px 121px;
		width: 276px;
		height: 121px;
	}

	.cube-holder .span6:nth-of-type(1) div:hover {
		background: url(../../../../../media/wysiwyg/cube-wolle-hover.png) no-repeat;
		background-size: 276px 121px;
		width: 276px;
		height: 121px;
	}

	.cube-holder .span6:nth-of-type(2) div {
		background: url(../../../../../media/wysiwyg/cube-collections.png) no-repeat;
		background-size: 276px 121px;
		width: 276px;
		height: 121px;
	}

	.cube-holder .span6:nth-of-type(2) div:hover {
		background: url(../../../../../media/wysiwyg/cube-collections-hover.png) no-repeat;
		background-size: 276px 121px;
		width: 276px;
		height: 121px;
	}

	.product-header-holder-bottom .container {
		padding: 0;
		width: 100%;
	}

	.product-header-holder-bottom .row {
		margin: 0;
	}

	.product-header-holder-bottom .span4 {
		margin: 0 auto;
		float: none;
	}

	.height-460-header {
		height: 520px;
	}

	.big_with_description.cat-collections .modified-img {
		display: none;
	}

	.big_with_description.cat-collections .normal-img {
		display: block;
	}
}

/* xs small tablet portrait */
@media (min-width: 480px) and (max-width: 639px) {
	.header-holder {
		background: url(../../../../../media/wysiwyg/hero-responsive.jpg) no-repeat;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 1600px 622px;
	}

	.hashtag-holder {
		background: url(../../../../../media/wysiwyg/hashtag-responsive.png) no-repeat;
		background-position: center center;
		background-size: 1600px 540px;
	}

	#header .pull-right.padding-1 {
		margin-top: auto;
	}

	.top-left {
		background-color: transparent;
	}

	#logo {
		display: none;
	}

	#logo.logo-alt {
		display: block;
		margin-left: 100px;
		margin: 20px 80px 20px 95px;
	}

	#logo.logo-alt img {
		width: 195px;
	}

	.cube-header-product div div {
		width: 370px;
	}

	.cube-holder {
		margin-top: 5px;
	}

	.cube-holder .span6:nth-of-type(1) {
	    margin-bottom: 50px;
	}

	li.nav-header {
		width: 370px;
	}

	.span12, .span4 {
		margin-left: 20px;
	}

	.product-header-holder {
		margin-top: 50px;
	}

	.cube-header-product.only-title div div {
		width: 370px;
	}

	.cube-holder .span6:nth-of-type(1) div {
		background: url(../../../../../media/wysiwyg/cube-wolle.png) no-repeat;
		background-size: 370px 162px;
		width: 370px;
		height: 162px;
	}

	.cube-holder .span6:nth-of-type(1) div:hover {
		background: url(../../../../../media/wysiwyg/cube-wolle-hover.png) no-repeat;
		background-size: 370px 162px;
		width: 370px;
		height: 162px;
	}

	.cube-holder .span6:nth-of-type(2) div {
		background: url(../../../../../media/wysiwyg/cube-collections.png) no-repeat;
		background-size: 370px 162px;
		width: 370px;
		height: 162px;
	}

	.cube-holder .span6:nth-of-type(2) div:hover {
		background: url(../../../../../media/wysiwyg/cube-collections-hover.png) no-repeat;
		background-size: 370px 162px;
		width: 370px;
		height: 162px;
	}

	.hashtag-holder h2 {
		font-size: 48px;
		line-height: 55px;
	}

	.hashtag-holder h3 {
		font-size: 28px;
		line-height: 35px;
	}

	.product-box .span6:nth-of-type(2) {
	    margin-left: 20px;
	}

	.product-options dl {
		width: 100%;
	}
}

/* xs portrait */
@media (max-width: 479px) {
	h1.normal, .cms-page-view h1 {
		font-size: 24px;
		line-height: 30px;
	}

	h2.normal, .cms-page-view h2, .catalog-category-view h2 {
		font-size: 24px;
		line-height: 30px;
		padding-right: 0;
	}


	.header-holder {
		position: static;
		top: auto;
		left: auto;
		margin-bottom: 55px;
		background: url(../../../../../media/wysiwyg/hero-responsive.jpg) no-repeat;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 1600px 622px;
	}

	.hashtag-holder {
		background: url(../../../../../media/wysiwyg/hashtag-responsive.png) no-repeat;
		background-position: center center;
		background-size: 1600px 540px;
	}

	.header-spacer, .header-holder p {
		display: none;
	}

	.slogan-alt {
		display: block;
		background-color: #000;
		padding: 30px 0;
	}

	.slogan-alt p {
		margin: 0;
		color: #fff;
		text-align: center;
	}

	#header .pull-right.padding-1 {
		margin-top: auto;
	}

	.top-left {
		background-color: transparent;
	}

	#logo {
		display: none;
	}

	#logo.logo-alt {
		display: block;
		margin: 20px 45px 20px 60px;
	}

	#logo.logo-alt img {
		width: 195px;
	}

	.cube-holder {
		margin-top: 15px;
	}

	.cube-holder .span6:nth-of-type(1) {
	    margin-bottom: 50px;
	}

	li.nav-header {
		position: relative;
	}

	li.nav-header {
		width: auto;
	}

	.nav.nav-list {
		margin-top: 20px;
	}

	.product-header-holder {
		margin-top: -30px;
	}

	.cube-header-product h2, .cube-header-product h1 {
		font-size: 36px;
		line-height: 50px;
	}

	.cube-header-product.only-title div div {
		width: 300px;
	}

	.cube-holder .span6:nth-of-type(1) div {
		background: url(../../../../../media/wysiwyg/cube-wolle.png) no-repeat;
		background-size: 300px 131px;
		width: 300px;
		height: 131px;
	}

	.cube-holder .span6:nth-of-type(1) div:hover {
		background: url(../../../../../media/wysiwyg/cube-wolle-hover.png) no-repeat;
		background-size: 300px 131px;
		width: 300px;
		height: 131px;
	}

	.cube-holder .span6:nth-of-type(2) div {
		background: url(../../../../../media/wysiwyg/cube-collections.png) no-repeat;
		background-size: 300px 131px;
		width: 300px;
		height: 131px;
	}

	.cube-holder .span6:nth-of-type(2) div:hover {
		background: url(../../../../../media/wysiwyg/cube-collections-hover.png) no-repeat;
		background-size: 300px 131px;
		width: 300px;
		height: 131px;
	}

	.hashtag-holder h2 {
		font-size: 33px;
		line-height: 47px;
		padding-top: 9px;
	}

	.hashtag-holder h3 {
		font-size: 23px;
		line-height: 27px;
		padding-top: 11px;
	}

	.product-options dl {
		width: 100%;
	}

	.row-bts .span3 {
		font-size: 14px;
	}

	div#Autocomplete_search.autocomplete {
		width: 300px !important;
	}

	.dashboard .welcome-msg {
		margin: 0 0 40px 0;
	}

	.col2-set .col-1, .col2-set .col-2 {
		width: 100%;
	}

	.col2-set .col-2 {
		margin-top: 15px;
	}

	.link-on-header {
		display: none;
	}

	.link-on-header-mobile {
		display: inline-table;
		margin: -120px 0 80px;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0%);
	}
}

