.aspect-1-1 .ratio {
	padding-bottom: 100%;
}

.aspect-3-2 .ratio {
	padding-bottom: 66.666%;
}

.aspect-16-9 .ratio {
	padding-bottom: 56.25%;
}

.aspect-2-1 .ratio {
	padding-bottom: 50%;
}

.aspect-20-9 .ratio {
	padding-bottom: 45%;
}

[class*="aspect-"] div.content {
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
	overflow: hidden;
}

* {
	padding:0;
	margin:0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #78786e;
    color: #000000;
    /*font: 13px/20px Arial,Helvetica,sans-serif;*/
	font: 13px/16px 'houschkaaltmedium',Arial,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
	overflow-y: scroll;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	border: 0 none;
}

div {
	position: relative;
}

sup {
	font-size: 0.6em;
    position: relative;
    vertical-align: top;
}

a {
	color: #000000;
}

:focus { 
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

#wrapper {
	padding: 0;
	position:relative;
	z-index: 103;
	max-width: 980px;
	margin: 0 auto;
}

.clear {
	clear:both;
}

.hide, .preload {
	display:none;
}

@media screen {

	/* Content Columns */
	.col-1-1 {
	  width: 100% !important;
	}
	.col-4-5 {
	  width: 80% !important;
	}
	.col-3-4 {
		width: 75% !important;
	}
	.col-2-3,
	.col-8-12 {
	  width: 66.66% !important;
	}
	.col-3-5 {
	  width: 60% !important;
	}
	.col-2-5 {
	  width: 40% !important;
	}
	.col-1-2,
	.col-6-12,
	.col-2-4 {
	  width: 50% !important;
	}
	.col-1-3,
	.col-4-12 {
	  width: 33.33% !important;
	}
	.col-1-4,
	.col-3-12 {
	  width: 25% !important;
	}
	.col-1-5 {
	  width: 20% !important;
	}
	.col-1-6,
	.col-2-12 {
	  width: 16.667% !important;
	}
	.col-1-7 {
	  width: 14.28% !important;
	}
	.col-1-8 {
	  width: 12.5% !important;
	}
	.col-1-9 {
	  width: 11.1% !important;
	}
	.col-1-10 {
	  width: 10% !important;
	}
	.col-1-11 {
	  width: 9.09% !important;
	}
	.col-1-12 {
	  width: 8.33% !important;
	}
}

@media handheld, only screen and (max-width: 640px) {
  [class*='col-'] {
	
	width: 100% !important;
	/*float: none;*/
	
  }
}

div.column {
	float: left;
}

#content p {
	padding: 0 5px;
}

.popover {
	display: block;
    position: fixed;
    top: 50%;
    z-index: 1030;
    left: 50%;
	margin-left: -92px;
	margin-top: -77px;
	width: 183px;
	height: 153px;
}

.popover.wishlist {
    background-image: url('/images/ekstur-add-wishlist.png');
	background-repeat: no-repeat;
}

.popover.cart {
	background-image: url('/images/ekstur-add-cart.png');
	background-repeat: no-repeat;
}

section.content {
	background-color: #FFF;
	padding: 10px;
	margin-top: 10px;
}

#content section.content h1 {
	padding: 0 5px;
	text-transform: uppercase;
}

#content section.content h2 {
	padding: 0 5px;
	text-transform: uppercase;
	font: 12px/18px 'houschkaaltheavy',Arial,sans-serif;
	margin-bottom: 15px;
}

#content section.content .ruler {
	background-image: url("/images/ekstur-content-ruler-2.png");
    background-position: left top;
    height: 6px;
    margin: 10px 0;
}

#content section.content .double.ruler {
	height: 14px;
}

#content section.content p {
	font: 13px/16px 'houschkaaltlight',Arial,sans-serif;
}

#content section.content p strong,
#content section.content p b {
	font-family: 'houschkaaltbold',Arial,sans-serif;
	font-weight: normal;
}

#content section.content p a {
	text-decoration: underline;
}

form.form input {
	-moz-box-sizing: border-box;
    border: 1px solid #CCCCCC;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 10px 5px;
    padding: 0 10px;
    width: 200px;
}

form.form input[type=submit] {
	background-color: #FC0707;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    font: 12px/22px 'houschkaaltmedium',Arial,sans-serif;
    height: 22px;
    letter-spacing: 0.1em;
    margin: 0 18px 15px 5px;
    min-width: 55px;
    padding-left: 5px;
    padding-right: 20px;
    text-align: left;
    width: auto;
	cursor: pointer;
}

#content section.designers {
	padding-bottom: 36px;
}

#content section.designers p {
	padding-right: 15px;
}

#content section.designers h1 {
	font: 48px/39px 'eksturregular',Arial,sans-serif;
	padding-top: 10px;
}

#content section.designers h1, #content section.designers h2 {
	font: 48px/39px 'eksturregular',Arial,sans-serif;
}

#content section.designers article.designer {
	padding-top: 32px;
}

section.designers p.photos {
	padding: 0 !important;
	margin: 10px 15px 10px 5px;
}

section.designers p.photos .caption {
	width: 30%;
	float: left;
}

section.designers p.photos div.imgs {
	max-width: 70%;
	overflow: hidden;
}

section.designers p.photos.blok-1 div.imgs {
	float: right;
}

section.designers p.photos.blok-2 div.imgs {
	float: left;
}

section.designers p.photos img {
	display: block;
	float: left;
}

section.designers p.photos .caption p {
	font: 20px/24px 'houschkaaltlightitalic',Arial,sans-serif !important;
	margin: 20px 10px;
	padding: 0 !important;
}

section.designers p.photos .caption p:first-child {
	margin-top: 8px;
}

section.designers div.website {
	background: url('/images/designer-website-ruler.png') top left repeat-x;
	margin: 24px 15px 0 5px;
	padding: 14px 0 0;
}

section.designers div.website a {
	text-decoration:none;
}

section.designers div.website div.addthis_toolbox {
	float:right;
}

section.designers div.website div.bottom {
	background: url('/images/designer-website-ruler.png') top left repeat-x;
	height: 6px;
	display: block;
	clear: both;
	margin-top: 10px;
}

div.designer-content {
	float:left;
}

div.designer-products {
	float:right;
}

div.designer-products h3 {
	font: 20px/24px 'houschkalight',Arial,sans-serif !important;
	text-transform: uppercase;
	padding: 5px 0 0 6px;
}

div.designer-products ul {
	list-style: none;
	padding-left: 6px;
}

div.designer-products li {
	margin-top: 20px;
	clear:both;
}

div.designer-products li a {
	text-decoration: none !important;
	display:block;
}

div.designer-products li img {
	float: left;
	margin-right: 10px;
	width: 70px;
	border: 0 none;
}

div.designer-products li p, div.designer-products li span.price {
	font: 9px/14px 'houschkaaltbold',Arial,sans-serif !important;
	text-transform: uppercase;
}


@font-face {
    font-family: 'houschkalight';
    src: url('/fonts/houschka-light-webfont.eot');
    src: url('/fonts/houschka-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/houschka-light-webfont.woff') format('woff'),
         url('/fonts/houschka-light-webfont.ttf') format('truetype'),
         url('/fonts/houschka-light-webfont.svg#houschkamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houschkalightitalic';
    src: url('/fonts/houschka-lightitalic-webfont.eot');
    src: url('/fonts/houschka-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/houschka-lightitalic-webfont.woff') format('woff'),
         url('/fonts/houschka-lightitalic-webfont.ttf') format('truetype'),
         url('/fonts/houschka-lightitalic-webfont.svg#houschkamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houschkaaltlight';
    src: url('/fonts/houschkaalt-light-webfont.eot');
    src: url('/fonts/houschkaalt-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/houschkaalt-light-webfont.woff') format('woff'),
         url('/fonts/houschkaalt-light-webfont.ttf') format('truetype'),
         url('/fonts/houschkaalt-light-webfont.svg#houschkamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houschkaaltlightitalic';
    src: url('/fonts/houschkaalt-lightitalic-webfont.eot');
    src: url('/fonts/houschkaalt-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/houschkaalt-lightitalic-webfont.woff') format('woff'),
         url('/fonts/houschkaalt-lightitalic-webfont.ttf') format('truetype'),
         url('/fonts/houschkaalt-lightitalic-webfont.svg#houschkaaltlightitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houschkamedium';
    src: url('/fonts/houschka-medium-webfont.eot');
    src: url('/fonts/houschka-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/houschka-medium-webfont.woff') format('woff'),
         url('/fonts/houschka-medium-webfont.ttf') format('truetype'),
         url('/fonts/houschka-medium-webfont.svg#houschkamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houschkaaltmedium';
    src: url('/fonts/houschkaalt-medium-webfont.eot');
    src: url('/fonts/houschkaalt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/houschkaalt-medium-webfont.woff') format('woff'),
         url('/fonts/houschkaalt-medium-webfont.ttf') format('truetype'),
         url('/fonts/houschkaalt-medium-webfont.svg#houschkaaltmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houschkaaltmediumitalic';
    src: url('/fonts/houschkaalt-mediumitalic-webfont.eot');
    src: url('/fonts/houschkaalt-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/houschkaalt-mediumitalic-webfont.woff') format('woff'),
         url('/fonts/houschkaalt-mediumitalic-webfont.ttf') format('truetype'),
         url('/fonts/houschkaalt-mediumitalic-webfont.svg#houschkaaltmediumitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houschkaaltbold';
    src: url('/fonts/houschkaalt-bold-webfont.eot');
    src: url('/fonts/houschkaalt-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/houschkaalt-bold-webfont.woff') format('woff'),
         url('/fonts/houschkaalt-bold-webfont.ttf') format('truetype'),
         url('/fonts/houschkaalt-bold-webfont.svg#houschkaaltbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houschkaaltbolditalic';
    src: url('/fonts/houschkaalt-bolditalic-webfont.eot');
    src: url('/fonts/houschkaalt-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/houschkaalt-bolditalic-webfont.woff') format('woff'),
         url('/fonts/houschkaalt-bolditalic-webfont.ttf') format('truetype'),
         url('/fonts/houschkaalt-bolditalic-webfont.svg#houschkaaltbolditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houschkaaltblack';
    src: url('/fonts/houschkaalt-black-webfont.eot');
    src: url('/fonts/houschkaalt-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/houschkaalt-black-webfont.woff') format('woff'),
         url('/fonts/houschkaalt-black-webfont.ttf') format('truetype'),
         url('/fonts/houschkaalt-black-webfont.svg#houschkaaltblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houschkaaltheavy';
    src: url('/fonts/houschkaalt-heavy-webfont.eot');
    src: url('/fonts/houschkaalt-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/houschkaalt-heavy-webfont.woff') format('woff'),
         url('/fonts/houschkaalt-heavy-webfont.ttf') format('truetype'),
         url('/fonts/houschkaalt-heavy-webfont.svg#houschkaaltheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'eksturregular';
    src: url('/fonts/ekstur_flav_10-webfont.eot');
    src: url('/fonts/ekstur_flav_10-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ekstur_flav_10-webfont.woff') format('woff'),
         url('/fonts/ekstur_flav_10-webfont.ttf') format('truetype'),
         url('/fonts/ekstur_flav_10-webfont.svg#eksturregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#footer {
	background-image: url('/images/ekstur-footer-ruler-1.png');
	background-repeat: repeat-x;
	background-position: center top;
	margin: 30px auto 0 auto;
	padding-bottom: 90px;
    max-width: 980px;
	color: #fbfab9;
	font: 12px/18px 'houschkamedium', Arial, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#footer ul {
	list-style: none;
	float:left;
	margin-right: 35px;
}

#general-footer {
	background-image: url('/images/ekstur-header-ruler-2.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 15px 15px 10px 15px;
}

#general-footer:after {
	display: table;
	clear:both;
	content: "";
}

#general-footer ul a {
	color: #fcfcfe;
	text-decoration: none;
}

#user-footer {
	background-image: url('/images/ekstur-footer-ruler-1.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 12px 15px 18px;
}

#user-footer label {
    width: 25%;
	float: left;
}

#user-footer label select {
	width: 100%;
}

#user-footer label a {
	color: #c5e6fd;
}

#back-to-top {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
    background-image: url("/images/ekstur-backtotop.png");
    background-position: 11px center;
    background-repeat: no-repeat;
    color: #78786E;
    cursor: pointer;
    display: block;
    font: 12px/21px 'houschkaaltbold',Arial,sans-serif;
    letter-spacing: 0.1em;
    margin: 14px auto 0;
    padding-left: 26px;
    max-width: 980px;
}

#footer img {
	float: left;
	margin-right: 15px;
}

#store-menu-bottom {
	display: none;
	color: #FFFEFE;
    font: 11px/36px 'houschkaaltmedium',Arial,sans-serif;
    letter-spacing: 0.1em;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    top: 33px;
    max-width: 980px;
}

#store #store-menu-bottom {
	display: block;
}

#store-menu-bottom a {
	color: #FFFEFE;
	text-decoration: none;
}

#store-menu-bottom nav:after {
	display: table;
	content: "";
	clear: both;
}

#store-menu-bottom ul {
	position:relative;
}

#store-menu-bottom ul li {
	display: inline-block;
    float: left;
	padding: 0 9px;
}

#store-menu-bottom ul li:first-child {
	padding-left: 15px;
}

#store-menu-bottom ul li a {
	display: inline-block;
    height: 38px;
}

#store-menu-bottom ul li.sale a {
/*	color: #FF0000; */
	font: 11px/36px 'houschkaaltheavy',Arial,sans-serif;
}

#store-menu-bottom ul li.active a {
	background-image: url("/images/ekstur-menu-selection.png");
    background-position: center 28px;
    background-repeat: no-repeat;
    color: #FFFEFE;
    position: relative;
    text-decoration: none;
    z-index: 10;
}

#store-menu-bottom ul li div ul li.active {
	padding-bottom: 0;
}

#footer a.emota {
    bottom: 12px;
    position: absolute;
    right: 0px;
}

#footer a.safeshops {
    bottom: 12px;
    position: absolute;
    right: 38px;
}

#footer div.credits {
	color: #B9B9B1;
    display: block;
    float: right;
    font: 12px/19px 'houschkamedium',Arial,sans-serif;
    text-transform: lowercase;
	opacity: 0.5;
}

#footer div.credits a {
	color: #B9B9B1;
}

#header {
	background-image: url("/images/ekstur-header-ruler-2.png");
    background-position: left bottom;
    background-repeat: repeat-x;
	background-color: #78786E;
    color: #FFFEFE;
    margin: 0;
    padding: 30px 0 0;
}

#header a.logo {
	display: block;
	left: -44px;
	position: absolute;
	top: 20px;
	z-index: 25;
}

#top-bar-sticky-wrapper {
	z-index: 15;
}

#header h1 img {
	width: 390px;
	max-width: 100%;
}

#header li {
	list-style: none;
}

#header li.designers a,
#header li.buzz a {
	color:#d6d6c9;
}

#top-bar {
	position: absolute;
    width: 100%;
}

#lang-select a {
	color:#d6d6c9;
	margin-left: 4px;
	text-decoration:none;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.1em;
	opacity: 0.7;
}

#lang-select a.active {
	color: #FFFEFE;
	opacity: 1;
}

#lang-select {
	text-align: right;
	z-index: 10;
	padding-top:2px;
}

#user-menu {
	float: right;
    font: 12px/24px 'houschkaaltmedium',Arial,sans-serif;
    margin-top: 2px;
    text-align: right;
	background-color: #78786E;
	padding-bottom: 2px;
	z-index: 10;
}

#user-menu li {
	display: inline-block;
    float: left;
    margin-left: 15px;
    margin-right: 0;
}

#user-menu li.login a, 
#user-menu li.myaccount a {
	padding-left: 16px;
}

#user-menu li.myshoppingbag {
	margin-left: 8px;
}

#user-menu li.myshoppingbag a {
	padding-left: 15px;
}

#user-menu li.login a:before, 
#user-menu li.myaccount a:before,
#user-menu li.myshoppingbag a:before,
#user-menu li.mywishlist a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background-image: url("/images/ekstur-icons.svg");
	background-repeat: no-repeat;
	content: "";
}

#user-menu li.login a:before,
#user-menu li.myaccount a:before {
	background-position: -48px 1px;
}

#user-menu li.myshoppingbag a:before {
	background-position: -2px 0px;
}

#user-menu li.mywishlist a:before {
	background-position: -24px 0px;
}

#user-menu li.mywishlist a {
	padding-left: 19px;
}

#user-menu li.logout {
	position: absolute;
    left: 0;
    top: -22px;
	margin-left: 8px;
}

#user-menu li.logout a {
}

#user-menu li a {
	position: relative;
	color: #FFFEFE;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center left;
}

body #user-menu ul li.user, body.user #user-menu ul li.no-user  {
	display: none;
}

body.user #user-menu ul li.user {
	display: inline-block;
}

#shop-minicart, #user-menu li .shop-miniwishlist {
	display: inline;
}

#user-menu li .shop-miniwishlist .count-0 {
	display: none;
}

#shop-user {
}

#user-menu li #shop-minicart span, 
#user-menu li #shop-minicart a,
#user-menu li #shop-minicart a:before, 
#user-menu li .shop-miniwishlist a,
#user-menu li .shop-miniwishlist a:before {
	color: #fcf900;
	padding: 0;
	background-image: none !important;
}

#main-menu {
	font: normal 14px/36px 'houschkaaltmedium', Arial, sans-serif;
	letter-spacing: 0.1em;
	background-image: url("/images/ekstur-header-ruler-1.png");
    background-repeat: repeat-x;
    clear: both;
	padding: 1px 0 0 15px;
}

#main-menu:after {
	display: table;
	content: "";
	clear: both;
}

#main-menu nav {
	float: left;
}

#main-menu nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fffefe;
}

#main-menu form {
	float: right;
}

#main-menu form input {
	background-color: #DADEDA;
    border: 0 none;
    color: #78786e;
    font: 12px/12px 'houschkaaltmedium',Arial,sans-serif;
    height: 12px;
    padding: 0 2px;
    width: 260px;
	-webkit-appearance: none;
	border-radius: 0;
}

#main-menu label {
	font: normal 11px/36px 'houschkaaltmedium', Arial, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#main-menu ul li {
	display: inline-block;
	margin: 0 10px;
}

#main-menu ul li:first-child {
	margin: 0 10px 0 0;
}

#cookiebar {
	background-color: #EAD0CE;
	color: #78786E;
	line-height: 28px;
}

#cookiebar a {
	color: #78786E;
}

#cookiebar a.hide-cookie-check {
	float:right;
}

#cookiebar div.content {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
}

section.home {
	background-color: #FFF;
	margin-top: 8px;
	padding: 5px;
	color: #FFF;
}

section.home article {
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: -3px;
	margin-top: -1px;
}

section.home article img {
	width: 100%;
}

section.home article div.text {
    height: 100%;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content section.home article div.text h1 {
	font: 72px/46px 'eksturregular',Arial,sans-serif;
    margin-top: 12px;
    text-transform: none;
}

#content section.home article.col-1-1 div.text h1 {
	font-size: 72px;
	line-height: 54px;
	margin-top: 14px;
}

#content section.home article.col-1-1 div.text h2 {
/*	margin-left: 8px; */
	margin-top: 10px;
}

#content section.home article div.text h2 {
	font: 36px/24px 'houschkalight',Arial,sans-serif;
    margin-top: 8px;
    text-transform: uppercase;
}

#content section.home a {
	color: #FFF;
	text-decoration: none;
}

section.home article.col-1-1 div.text {
	padding: 20px;
}

section.home article div.top {
    background-position: left top;
    background-repeat: repeat-x;
    left: 0;
    position: absolute;
    top: 5px;
    width: 100%;
}

section.home article div.top.edit-1 {
	background-image: url("/images/ekstur-home-top-1.png");
	height: 4px;
}

section.home article div.top.edit-2 {
	background-image: url("/images/ekstur-home-top-2.png");
	height: 8px;
}

#content section.home article div.addthis_toolbox {
	bottom: 10px;
    position: absolute;
    right: 8px;
}


section.home article div.bottom {
    background-position: left bottom;
    background-repeat: repeat-x;
    left: 5px;
	right: 5px;
    position: absolute;
    bottom: 5px;
}

section.home article div.bottom.edit-1 {
	background-image: url("/images/ekstur-home-bottom-1.png");
	height: 8px;	
}

section.home article div.bottom.edit-2 {
	background-image: url("/images/ekstur-home-bottom-2.png");
	background-position: bottom right;
	height: 7px;	
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	background-color: #000;
	opacity: 0.15;
	z-index: 103;
}

.ui-dialog {
	background-image: url("/images/ekstur-popup-ruler-2.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    left: 0;
    outline: 0 none;
    padding-bottom: 11px;
    position: absolute;
    top: 0;
    z-index: 301;
}

.ui-dialog.notify-me {
	background-image: url("/images/ekstur-notifyme-bottom.png");
	background-position: left bottom;
	padding-bottom: 9px;
}

.ui-dialog-titlebar {
	position: absolute;
	top: -9px;
    text-align: right;
    width: 100%;
    z-index: 103;
	background-image: url("/images/ekstur-popup-ruler-1.png");
	background-repeat: repeat-x;
}

.notify-me .ui-dialog-titlebar {
	background-image: url("/images/ekstur-notifyme-top.png");
	top: -8px;
}

.ui-dialog-content {
	background-color: #FFFFFF;
	letter-spacing: 0.1em;
	font: 14px/18px 'houschkaaltmedium', Arial, sans-serif;
	padding: 0 60px;
}

.notify-me .ui-dialog-content {
	background-color: #ED1C24;
	padding: 15px 20px 0 20px;
	font: 15px/18px 'houschkaaltbold',Arial,sans-serif;
	color: #FFF;
}

.notify-me .ui-dialog-content p {
	margin-bottom: 18px;
}

.notify-me label {
	width: 100%;
}

.notify-me .ui-dialog-content input {
	width: 100%;
	border: 0 none;
	font: italic 15px/22px 'houschkaaltmedium', Arial, sans-serif;
	color: #727070;
	height: 22px;
	padding: 0 5px;
}

#pop-alert {
	padding: 12px 50px 15px 15px;
}

.ui-dialog-content h1 {
	font: 18px/20px 'houschkaaltmedium', Arial, sans-serif;
	margin-bottom: 10px;
}

.ui-dialog-content strong, .ui-dialog-content b {
	font-family: 'houschkaaltheavy', Arial, sans-serif;
	font-weight: normal;
}

.ui-dialog-content div.column {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    padding: 30px 0;
}

.ui-dialog-content:after {
	display: table;
	content: "";
	clear: both;
}

.ui-dialog-content input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border: 1px solid #CCCCCC;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 10px 0;
    padding: 0 10px;
    width: 200px;
}

.ui-dialog-content input[type=submit] {
	background-color: #FC0707;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    float: left;
    font: 12px/22px 'houschkaaltmedium',Arial,sans-serif;
    height: 22px;
    letter-spacing: 0.1em;
    margin: 0 18px 0 0;
    text-align: left;
    width: auto;
	min-width: 55px;
	padding-right: 20px;
	padding-left: 5px;
	cursor: pointer;
}

.ui-dialog-buttonset {
	background-color: #FFF;
	padding: 0 0 10px;
}

.notify-me .ui-dialog-buttonset {
	background-color: #ED1C24;
}

.ui-dialog-buttonset:after {
	display: table;
	content: "";
	clear: both;
}

.ui-dialog-buttonset .ui-button {
	background-color: #FC0707;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    float: left;
    font: 12px/22px 'houschkaaltmedium',Arial,sans-serif;
    height: 22px;
    letter-spacing: 0.1em;
    margin: 0 15px;
    min-width: 75px;
    padding-left: 5px;
    padding-right: 15px;
    text-align: left;
	cursor: pointer;
}

.notify-me .ui-dialog-buttonset .ui-button {
	margin-left: 18px;
	font: 15px/18px 'houschkaaltbold',Arial,sans-serif;
	color: #FFF;
	background-color: transparent;
	padding: 0;
	text-decoration: underline;
}

#pop-register p {
	margin-bottom: 15px;
}

#pop-register label, #pop-register div.label {
	display: block;
	letter-spacing: 0;
    margin-bottom: 15px;
    padding: 0;
	font: 14px/16px 'houschkaaltmedium', Arial, sans-serif;
}

#pop-register label input {
	border: 1px solid #949696;
	float: right;
	height: auto;
	margin: 0;
	line-height: 16px;
	padding: 0 2px;
	width: 75%;
}

#pop-register label input[type=checkbox] {
	float: left;
    margin-right: 8px;
    position: relative;
    top: 1px;
    width: auto;
}

#pop-register div.message a.shop-forgot-password {
	font: 14px/18px 'houschkaaltmedium',Arial,sans-serif;
}

a.fb-connect,
#pop-login a.shop-register {
	background-color: #145B9B;
    background-image: url("/images/ekstur-icon-facebook.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    color: #FFFFFF;
    display: block;
    font: bold 12px/35px Arial,sans-serif;
    margin: 10px 0;
    padding-left: 50px;
    text-decoration: none;
    width: 150px;
	letter-spacing: 0;
	cursor: pointer;
}

#pop-login a.shop-register {
	background-color: #FC0707;
    background-image: url("/images/ekstur-icon-email.png");
}

a.fb-connect span {
	
}

a.fb-connect:hover span,
#pop-login a.shop-register:hover span {
	border-bottom: 2px solid #DDD;
}

a.shop-register, a.shop-forgot-password {
	font-size: 12px;
	color: #000;
	letter-spacing: 0.1em;
	text-decoration: underline;
	cursor: pointer;
}

.ui-dialog-titlebar-close {
	border: 0 none;
	background-color: transparent;
	background-image: url("/images/ekstur-button-close.png");
    background-position: center center;
    background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	padding: 10px;
	text-indent: -10300px;
	margin-right: 15px;
	margin-top: 20px;
	cursor: pointer;
}

.notify-me .ui-dialog-titlebar-close {
	font: 15px/18px 'houschkaaltbold',Arial,sans-serif;
	background-image: url("/images/ekstur-notifyme-close.png");
    background-position: right center;
    height: 18px;
    padding: 0;
    text-indent: 0;
    width: 70px;
	color: #FFF;
	margin-right: 20px;
    margin-top: 23px;
}

#pop-alert label.shop-country-select {
    width: 50%;
}

.ui-helper-hidden-accessible {
	display: none;
}

ul.ui-autocomplete {
	font: 12px/12px 'houschkaaltmedium',Arial,sans-serif;
	background-color: #DADEDA;
    list-style: none outside none;
	width: 260px;
	z-index: 103;
}

ul.ui-autocomplete li:hover {
	background-color: #CACECA;
}

ul.ui-autocomplete li a {
	cursor: default;
    display: block;
    padding: 4px;
	color: #78786E;
}

/* line 7, ../sass/lightbox.sass */
body:after {
  /*content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);*/
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {

}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {

}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;

  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


@media handheld, only screen and (max-width: 980px) {
	
	#header a.logo {
		overflow: hidden;
		left: 10px;
	}
	
	
	#header a.logo img {
		position: relative;
		left: -73px;
	}
	
	#lang-select,
	#user-menu,
	#search {
		padding-right: 10px;
	}
}

@media handheld, only screen and (max-width: 768px) {
	
	#main-menu {
		padding: 1px 0 0 0;
	}	
	
	#main-menu ul li,
	#main-menu ul li:first-child {
		margin: 0 5px !important;
	}
	
	#main-menu nav {
		padding: 0 5px;
	}
	
	#main-menu,
	#main-menu label {
		line-height: 24px;
	}
	
	#main-menu nav,
	#main-menu form {
		float: none;
	}
	
	#main-menu {
		padding: 8px 0;
	}
	
	#search {
		padding: 0 10px;
	}
	
	#store-menu,
	#store-menu ul li.sale a,
	#store-menu-bottom ul li.sale a,
	#store-menu-bottom {
		line-height: 24px !important;
	}
	
	#store-menu ul {
		padding-top: 4px;
		padding: 4px 5px;
	}
	
	#store-menu div.categories {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	#store-menu div.categories h3 {
		padding-left: 5px;
	}
	
	#store-menu div.categories ul {
		padding: 0 !important;
	}
	
	#store-menu div.categories ul li {
		margin: 0 !important;
	}
	
	#store-menu ul:after {
		display: table;
		content: "";
		clear: both;
	}
	
	#store-menu ul li {
		padding: 0 5px !important;
	}
	
	#store-menu ul li a,
	#store-menu-bottom ul li a {
		height: 24px !important;
	}
	
	#store-menu ul li.active a {
		background-image: none !important;
		color: #CEE7EA !important;
	}
	
	#store-menu div.categories ul li.active a {
		color: #1A171B !important;
	}
	
	#general-footer {
		padding: 15px 10px 10px 10px;
	}
	
	#footer ul {
		margin-bottom: 10px;
	}
	
	#footer a.emota,
	#footer a.safeshops {
		position: relative;
		bottom: auto;
		right: auto;
	}
	
	#footer a.emota:before {
		display: table;
		content: "";
		clear: both;
	}
	
	#user-footer label,
	#footer img {
		float: none;
	}
	
	#user-footer label {
		margin-bottom: 8px;
	}
	
	#footer div.credits {
		text-align: left !important;
		float: left;
	}
	
	#footer div.social {
		top: auto !important;
		bottom: 15px;
	}
	
	#store-menu-bottom nav {
		padding: 0 5px 8px 5px;
	}
	
	#store-menu-bottom ul li {
		padding: 0 5px !important;
	}
	
}

@media handheld, only screen and (max-width: 640px) {
	
	img {
		max-width: 100%;
	}
	
	#header a.logo {
		top: 0;
		left: 0px;
		position: relative;
		width: 100%;
		padding: 0 20px 0 10px;
		box-sizing: border-box;
		height: auto;
		text-indent: 0;
	}
	
	#header a.logo img {
		left: 0;
	}
	
	#header h1 {

	}
	
	#lang-select,
	#user-menu,
	#search {
		padding-right: 0px;
	}
	
	#shop-minicart a {
		display: block;
	}
	
	#user-menu li.login a, 
	#user-menu li.myaccount a {
		left: -3px;
	}
	
	#user-menu {
		float: none;
		margin-top: 24px;
		text-align: left;
	}
	
	#user-menu li {
		float: none;
		margin-left: 10px;
		margin-right: 5px;
	}
	
	#top-bar {
		position: relative !important;
		top: 0 !important;
	}
	
	#top-bar-sticky-wrapper {
		height: auto !important;
	}
	
	section.product-detail article div.product-gallery-container {
		padding-bottom: 100%;
		padding-left: 0;
		padding-right: 0;
		margin: 0 0 54px;
		width: 100%;
	}
	
	.royalSlider {
		position: absolute !important;
		width: auto !important;
		height: auto !important;
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
	
	#product-gallery {
		margin: 0 !important;
	}
	
	#lang-select {
		margin-right: 20px;
		padding-top: 0;
		margin-top: -5px;
	}
	
	section.product-detail .col-product-title {
		width: 50% !important;
	}
	
	section.product-detail .col-product-price {
		width: 50% !important;
	}
	
	section.product-detail .col-product-buy {
		width: 50% !important;
	}
	
	section.alsobought ul li {
		width: 33.33% !important;
		margin: 0 !important;
		padding: 0 5px 10px 5px;
		box-sizing: border-box;
	}
	
	section.alsobought ul li img {
		max-width: 100%;
	}
	
	section.alsobought ul li p {
		padding: 0 !important;
	}
	
	section.product-list .col-1-6,
	section.wishlist-list .col-1-6 {
		width: 25% !important;
	}
	
	#content section.wishlist-list article div.column {
		margin-right: 0 !important;
	}
	
	#content section.wishlist-list .shop-product {
		height: 100px !important;
		padding-left: 10px;
		box-sizing: border-box;
	}
	
	section.product-list .col-1-6 img,
	section.wishlist-list .col-1-6 img {
		max-height: 100%;
	}
	
	section.product-list .col-2-4,
	section.wishlist-list .col-2-4 {
		width: 75% !important;
	}
	
	section.summary .col-1-4 {
		margin-bottom: 10px;
	}
	
	section.checkout section.step_3 form {
		width: auto !important;
	}
	
	section.checkout textarea {
		box-sizing: border-box;
		width: calc(100% - 10px) !important;
	}
	
	.ui-dialog {
		width: 100% !important;
	}
	
	.ui-dialog-content {
		padding: 0 20px;
	}
	
	.ui-dialog.subscribe .ui-dialog-content h1 {
		padding: 20px 0 !important;
		text-align: center;
	}
	
	.ui-dialog.subscribe .ui-dialog-content input {
		width: calc( 100% - 108px ) !important;
	}
	
	.ui-dialog.subscribe .ui-dialog-content input[type="submit"] {
		width: 101px !important;
	}
	
}

form.shop-account-form label, form.shop-account-form div.label {
	display: block;
    font: 14px/16px 'houschkaaltmedium',Arial,sans-serif;
    margin-bottom: 15px;
    padding: 0 5px;
}

form.shop-account-form label input {
	border: 1px solid #949696;
    float: right;
    width: 75%;
	-moz-box-sizing: border-box;
}

form.shop-account-form div.input {
	float: right;
	width: 75%;
}

form.shop-account-form label input[type="checkbox"], form.shop-account-form label input[type="radio"] {
    float: left;
    margin-right: 5px;
    position: relative;
    top: 1px;
    width: auto;
}

.shop-account-password {
	cursor: pointer;
	text-decoration: underline;
}

form.shop-account-form div.password-form {
	float: right;
	width: 75%;
	display: none;
}

form.shop-account-form div.password-form label {
	padding: 0;
}

form.shop-account-form div.password-form label input {
	width: 50%;
}

form.shop-account-form div.group {
	margin-bottom: 30px;
}

form.shop-account-form .shop-account-saved {
	color: #FD0606;
    display: none;
    font: 13px/16px 'houschkaaltheavy',Arial,sans-serif;
    margin-left: 5px;
    text-transform: uppercase;
}

section.page {
	background-color: #FFF;
	padding: 5px;
	margin-top: 14px;
	font:13px/16px 'houschkaaltmedium',Arial,sans-serif;
}

section.page strong, section.page b {
	font:normal 13px/16px 'houschkaaltbold',Arial,sans-serif;
}

section.page p {
	margin:15px 0;
}

section.page ul, section.page ol {
	list-style-position: outside;
    margin: 0 5px;
    padding: 0 26px;
}

section.page div.topper {
	background-image: url("/images/ekstur-content-ruler-1.png");
	background-repeat: repeat-x;
	background-position: center 0;
	height: 3px;
	margin: 5px;
}

section.page div.bottom {
	background-image: url("/images/ekstur-content-ruler-2.png");
	background-repeat: repeat-x;
	background-position: left 0;
	height: 6px;
	margin: 5px;
}


.ui-dialog.subscribe {
	background-image: url("/images/ekstur-popup-ruler-4.png");
	color:#FFF;
}

.ui-dialog.subscribe .ui-dialog-titlebar {
	background-image: url("/images/ekstur-popup-ruler-3.png");
	top:-11px;
}

.ui-dialog.subscribe .ui-dialog-titlebar-close {
	background-image: url("/images/ekstur-button-close-white.png");
}

.ui-dialog.subscribe .ui-dialog-content {
	background-color: #5cafb9;
	font: 16px/24px 'houschkalight',Arial,sans-serif;
}

.ui-dialog.subscribe .ui-dialog-content h1 {
	font: 48px/39px 'houschkalight',Arial,sans-serif;
	text-transform: uppercase;
	padding:60px 0 40px;
}

.ui-dialog.subscribe .ui-dialog-content h1 span {
	font: 48px/39px 'eksturregular',Arial,sans-serif;
	text-transform: none;
}

.ui-dialog.subscribe .ui-dialog-content input {
	border: 1px solid #FFF;
	background-color: transparent;
	font: 14px/15px 'houschkaaltlightitalic',Arial,sans-serif;
	padding: 2px 6px;
	width: 100%;
	color: #FFF;
	height: auto;
	width: 466px;
	float: left;
	margin: 0 6px 0 0;
	
	-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
	     -moz-box-sizing: border-box; /* Firefox 1+ */
	          box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
	
}

.ui-dialog.subscribe .ui-dialog-content input[type=submit] {
	width: 101px;
	background-color: #3C44AC;
	color: #FFF;
	border: 0;
	text-align: left;
	padding: 3px 6px;
	margin:0;
}

.ui-dialog.subscribe ::-webkit-input-placeholder { /* WebKit browsers */
    color: #FFF;
}
.ui-dialog.subscribe :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #FFF;
}
.ui-dialog.subscribe ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #FFF;
}
.ui-dialog.subscribe :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #FFF;
}

.ui-dialog.subscribe .description {
	clear: both;
	padding: 40px 0;
	text-transform: uppercase;
	text-align:center;
}

.ui-dialog.subscribe .description span {
	font: 30px/24px 'eksturregular',Arial,sans-serif;
	text-transform: none;
}

.ui-dialog.subscribe .why {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.02em;
	text-align:center;
}

.ui-dialog.subscribe .why span {
	margin-left: 12px;
	display: inline-block;
}

.ui-dialog.subscribe .why span:first-child {
	margin-left: 0;
	display: inline-block;
}

.ui-dialog.subscribe .privacy {
	font: 12px/16px 'houschkaaltlightitalic',Arial,sans-serif;
	padding: 40px 0;
}

#content section.content.press h1 {
	font: 12px/18px 'houschkaaltmedium',Arial,sans-serif;
}

section.press article {
	float: left;
	margin-bottom: 25px;
}

section.press article h2 span {
	font-family: 'houschkaaltmedium',Arial,sans-serif;
	text-transform: lowercase;
}

section.press article img {
	max-width: 100%;
	padding: 5px 5px 0 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content section.content.press .ruler {
	background-image: url("/images/ekstur-content-ruler-3.png");
	height: 4px;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 475px;
	height: 475px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #FFFFFF;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
}


/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #FFF;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	

	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.50);
	*background-color: #FFFFFF;
	
	background-image: url('rs-default.png');
	background-repeat: no-repeat;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(255,255,255,0.60);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #FFF;
	background: rgba(255,255,255,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FFF;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	background-color: #FFF;
	width: 100%;
	height: 72px;
	margin-top: 10px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 70px;
	height: 70px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsThumb.rsNavSelected {
	background: #FFF;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #FFF;
	background: rgba(255,255,255,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(255,255,255,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 44px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #FFFFFF;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('../images/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 50%;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url('../images/rs-default.png') no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
	display: none;
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('../images/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/

.rsHome {
	width: 100%;
	height: 100%;
}

/* Background */
.rsHome,
.rsHome .rsOverflow,
.rsHome .rsSlide,
.rsHome .rsVideoFrameHolder,
.rsHome .rsThumbs {
	background: #FFF;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsHome .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsHome.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsHome.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsHome.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsHome.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsHome.rsHor .rsArrowRight { right: 0; top:0; }

.rsHome .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	

	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFFFFF;
	
	border-radius: 2px;
}
.rsHome .rsArrowIcn:hover {
	background-color: rgba(255,255,255,0.9);
}

.rsHome.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsHome.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsHome.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsHome.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsHome .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsHome .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: none;

	text-align: center;
	line-height: 30px;
	overflow: hidden;
}
.rsHome .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsHome .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FFF;
	background: rgba(255,255,255,0.5);
}
.rsHome .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsHome .rsThumbsHor {
	background-color: #FFF;
	width: 100%;
	height: 72px;
	margin-top: 10px;
}
.rsHome .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsHome.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsHome.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsHome .rsThumb {
	float: left;
	overflow: hidden;
	width: 70px;
	height: 70px;
}
.rsHome .rsThumb img {
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsHome .rsThumb.rsNavSelected {
	background: #FFF;
}
.rsHome .rsThumb.rsNavSelected img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.rsHome .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsHome .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsHome .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsHome .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #FFF;
	background: rgba(255,255,255,0.75);
}
.rsHome .rsThumbsArrow:hover {
	background: rgba(255,255,255,0.9);
}
.rsHome.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsHome.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsHome.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsHome.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsHome.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsHome .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
}

.rsHome.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsHome.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsHome.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsHome.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsHome .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsHome .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsHome .rsThumbsHor {
		height: 44px;
	}
	.rsHome .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsHome .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsHome .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsHome .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsHome .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsHome .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #FFFFFF;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsHome .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsHome .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsHome .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsHome .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsHome.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsHome .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsHome .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsHome .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsHome .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsHome .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsHome .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsHome .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsHome .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsHome .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsHome .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

div.shop-product {
	
}

div.shop-product a.shop-cart-add {
	cursor: pointer;
}

div.shop-product a.shop-wishlist-add,
div.shop-product a.shop-wishlist-select {
	cursor: pointer;
}

label.shop-country-select {
	display: block;
    position: relative;
}

label.shop-country-select select {
	position: relative;
	cursor: pointer;
    opacity: 0;
	z-index: 2;
}

label.shop-country-select a {
	left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

div.addthis_toolbox {
	
}

div.at_clear {
	clear: both;
}

div.addthis_toolbox a {
	float: left;
	margin-left: 5px;
}

div.addthis_toolbox a span{
	background: transparent !important;
}

div.addthis_toolbox a span span,
div.addthis_toolbox a span,
div.addthis_toolbox a.button_pinterest span {
	overflow: hidden;
	display: block;
	background-image: url('/images/ekstur-icons.svg') !important;
	background-repeat: none;
	background-position: 0 0;
	background-color: transparent !important;
    height: 16px !important;
    line-height: 16px;
    width: 16px !important;
}

div.addthis_toolbox a span svg {
	display: none;
}

div.addthis_toolbox a.addthis_button_facebook span {
	background-position: 0px 80px !important;
}

div.addthis_toolbox a.addthis_button_twitter span {
	background-position: -24px 80px !important;
}

div.addthis_toolbox a.addthis_button_instagram span {
	background-position: -48px 80px !important;
}

div.addthis_toolbox a.button_pinterest span {
	background-position: -72px 80px !important;
}

div.addthis_toolbox a.addthis_button_email span {
	background-position: -96px 80px !important;
}

section.home div.addthis_toolbox a.addthis_button_facebook span {
	background-position: 0px 48px !important;
}

section.home div.addthis_toolbox a.addthis_button_twitter span {
	background-position: 88px 48px !important;
}

section.home div.addthis_toolbox a.addthis_button_instagram span {
	background-position: -48px 48px !important;
}

section.home div.addthis_toolbox a.button_pinterest span {
	background-position: -72px 48px !important;
}

section.home div.addthis_toolbox a.addthis_button_email span {
	background-position: -96px 48px !important;
}

#footer div.social {
	position: absolute;
    right: 15px;
    top: 15px;
}

#footer div.social a {
	display: block;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	float:left;
	background-image: url('/images/ekstur-icons.svg');
	text-indent: -10300px;
}

#footer div.social a.facebook {
	background-position: 0px 16px;
}

#footer div.social a.twitter {
	background-position: -24px 16px;
}

#footer div.social a.instagram {
	background-position: -48px 16px;
}

#footer div.social a.pinterest {
	background-position: -72px 16px;
}

#footer div.social a.email {
	background-position: -96px 16px;
}

section.checkout {
	background-color: #FFF;
	padding: 10px;
}

#content section.checkout h1 {
	font: 14px/14px 'houschkaaltmedium', Arial, sans-serif;
	text-transform: uppercase;
	padding: 0 5px;
}

#content section.checkout h2 {
	font: 14px/16px 'houschkaaltheavy', Arial, sans-serif;
	text-transform: uppercase;
	padding: 0 5px;
	margin-bottom: 10px;
}

#content section.checkout h2 span {
	color: #fc0606;
}

section.checkout div.ruler {
	background-image: url('/images/ekstur-content-ruler-2.png');
	background-position: left top;
	height: 6px;
	margin: 10px 0;
}

section.checkout div.double.ruler {
	height: 14px;
}

section.checkout section.login a.shop-login,
section.checkout section.login a.shop-register,
section.checkout section.login a.shop-continue {
	display: block;
	font: 14px/14px 'houschkaaltheavy', Arial, sans-serif;
	background-color: #ffd617;
	padding: 0 5px;
	margin: 4px 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
	text-decoration: none;
}

section.checkout section.login a.shop-continue {
	cursor: default;
}

section.checkout a.thanks {
	display: block;
	font: 14px/14px 'houschkaaltheavy', Arial, sans-serif;
	background-color: #ffd617;
	padding: 0 5px;
	margin: 4px 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
}

section.checkout section.login p {
	font: 14px/16px 'houschkaaltmedium', Arial, sans-serif;
	letter-spacing: 0.1em;
}

section.checkout section.login p b,
section.checkout section.login p strong {
    font: 14px/16px 'houschkaaltbold',Arial,sans-serif;
}

section.checkout section.step {
	position: relative;
}

section.checkout section.step div.overlay {
	position: absolute;
	background-color: #FFF;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

section.checkout section.step div.overlay a {
	display: none;
}

section.checkout section.step.complete div.overlay a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

section.checkout section.step.enabled div.overlay {
	display: none;
}

section.checkout section.step label, section.checkout section.step div.label {
	display: block;
	margin-bottom: 15px;
	padding: 0 5px;
	font: 14px/16px 'houschkaaltmedium', Arial, sans-serif;
}

label div.select, div.label div.select {
	width: 75%;
	float: right;
}

div.label div.select select {
	margin-right: 5px;
}

section.checkout section.step label input {
	float: right;
	border: 1px solid #949696;
	width: 75%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.checkout section.step label input[type=checkbox], section.checkout section.step label input[type=radio] {
	float:left;
	width: auto;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

section.checkout section.step_3 form {
	width:374px;
}

section.checkout section.step label.pm {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: -1px -1px;
	background-repeat: no-repeat;
	border: 1px solid #E6E6E6;
	border-radius: 6px;
	cursor: pointer;
	float: left;
	height: 28px;
	line-height: 26px;
	margin: 0 5px 10px;
	padding: 0 6px;
	width: 153px;
	font-size: 11px;
	overflow: hidden;
}

section.checkout section.step label.pm img {
	height: 20px;
	display: block;
	margin-top: 3px;
	padding-left: 3px;
	float: left;
	margin-right: 6px;
}

section.checkout section.step label.pm input {
	margin-top: 7px;
    top: 0;
}

section.checkout section.step label.american-express {
	background-position: -1px -41px;
}

section.checkout section.step label.mastercard {
	background-position: -1px -81px;
}

section.checkout section.step label.maestro {
	background-position: -1px -121px;
}

section.checkout section.step label.iDEAL {
	background-position: -1px -161px;
}

section.checkout section.step label.PAYPAL {
	background-position: -1px -201px;
}

section.checkout section.step label.BelfiusDirectNet {
	background-position: -1px -241px;
}

section.checkout section.step label.INGHomePay {
	background-position: -1px -281px;
}

section.checkout section.step label.KBCOnline {
	background-position: -1px -321px;
}

section.checkout section.step label.CBCOnline {
	background-position: -1px -361px;
}

section.checkout section.step label.giropay {
	background-position: -1px -401px;
}

section.checkout section.step label.bancontact {
	background-position: -1px -441px;
}

section.checkout div.product-list {
	
}

section.checkout div.product-list article {
	border-top: 1px solid;
	padding-top: 5px;
}

section.checkout div.product-list article img {
	max-width: 100%;
}

#content section.checkout div.product-list article h2 {
	font: 14px/16px 'houschkaaltheavy', Arial, sans-serif;
	text-transform: none;
	width: 50%;
	margin: 0;
}

#content section.checkout div.product-list article label {
	display: block;
	font: 14px/16px 'houschkaaltmedium',Arial,sans-serif;
	margin: 0;
}

#content section.checkout div.product-list article label input {
	border: 0 none;
    font: 14px/16px 'houschkaaltmedium',Arial,sans-serif;
    width: 24px;
	float: none;
}

section.checkout div.shop-summary {
	border-bottom: 1px solid;
	margin-bottom: 35px;
}

section.checkout div.shop-summary p.quantity {
	display: none;
}

section.checkout p {
	font: 14px/16px 'houschkaaltmedium',Arial,sans-serif;
	margin-bottom: 10px;
}

section.checkout div.shop-summary p {
	border-top: 1px solid;
	font: 14px/32px 'houschkaaltheavy', Arial, sans-serif;
	margin-bottom: 0;
}

section.checkout div.shop-summary p span {
	float:right;
}

section.checkout div.shop-summary p.total-amount {
	text-transform: uppercase;
}

section.checkout div.product-list article span.price {
	position: absolute;
	top: 0;
	right: 0;
	font: 14px/16px 'houschkaaltmedium',Arial,sans-serif;
}

#content section.checkout h3 {
	font: 14px/18px 'houschkaaltheavy', Arial, sans-serif;
	padding: 0 5px;
}

#content section.checkout h3.shipping, #shop-shipping-address {
	color: #fc0303;
}

#shop-billing-address, #shop-shipping-address {
	font: 14px/18px 'houschkaaltmediumitalic',Arial,sans-serif;
	margin-bottom: 18px;
	padding: 0 5px;
}

section.step_2 div.pickup-times {
	padding: 0 0 20px 23px;
}

section.checkout textarea {
	border: 1px solid #949696;
	height: 90px;
	margin: 2px 5px 10px 5px;
}

#store-menu {
	margin: 0;
	font: 11px/36px 'houschkaaltmedium',Arial,sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFEFE;
}

#store-menu a {
	color: #FFFEFE;
	text-decoration: none;
}

#store-menu nav:after {
	display: table;
	content: "";
	clear: both;
}

#store-menu ul {
	position:relative;
}

#store-menu ul li {
	display: inline-block;
    float: left;
	padding: 0 9px;
}

#store-menu ul li:first-child {
	padding-left: 15px;
}

#store-menu ul li a {
	display: inline-block;
    height: 38px;
}

#store-menu ul li.sale a {
	/*color: #FF0000;*/
	font: 11px/36px 'houschkaaltheavy',Arial,sans-serif;
}

#store-menu ul li.active a {
	background-image: url("/images/ekstur-menu-selection.png");
    background-position: center 28px;
    background-repeat: no-repeat;
    color: #FFFEFE;
    position: relative;
    text-decoration: none;
    z-index: 10;
}

#store-menu ul li div ul li.active {
	padding-bottom: 0;
}

#store-menu ul li div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #cee7ea;
	border-top: 1px solid #3D3B38;
	border-bottom: 7px solid #FFFFFF;
    color: #707173;
    display: none;
    left: 0;
    padding: 5px 15px 8px;
    position: absolute;
    top: 36px;
    width: 100%;
	height: 82px;
	background-image: url("/images/ekstur-header-ruler-3.png");
    background-position: bottom left;
    background-repeat: repeat-x;
}

#store-menu div.categories {
	color: #707173;
	background-color: #cee7ea;
	border-top: 1px solid #3D3B38;
	border-bottom: 7px solid #FFFFFF;
	background-image: url("/images/ekstur-header-ruler-3.png");
    background-position: bottom left;
    background-repeat: repeat-x;
	margin-top: -1px;
	padding: 5px 15px 8px;
}

#store-menu div.categories h3 {
	font: 12px/15px 'houschkaaltmediumitalic', Arial, sans-serif;
	clear: both;
}

#store-menu div.categories ul li {
	padding: 0;
	margin: 0 14px 0 0;
	font: 12px/15px 'houschkaaltmedium', Arial, sans-serif;
}

#store-menu div.categories ul li.active {
	text-decoration: underline;
}

#store-menu div.categories ul li a {
	color: #1a171b;
	display: inline;
	height: auto;
}

section.shoppingbag {
	background-color: #FFF;
	padding: 10px;
}

#content section.shoppingbag h1 {
	background-image: url("/images/ekstur-icon-shoppingbag-large.png");
    background-position: left center;
    background-repeat: no-repeat;
    font: 14px/21px 'houschkaaltheavy',Arial,sans-serif;
    margin: 5px 5px 0;
    padding-left: 22px;
    text-transform: none;
}

section.shoppingbag section.product-list article div.column {
	overflow:hidden;
}

section.shoppingbag section.summary {
	font: 14px/16px 'houschkaaltmedium',Arial,sans-serif;
	letter-spacing: 0.1em;
}

section.shoppingbag section.summary strong {
	font: 14px/16px 'houschkaaltheavy',Arial,sans-serif;
}

section.shoppingbag section.summary span.shop-cart-total-amount {
	color: #fc0202;
}

section.shoppingbag section.summary form input {
	margin-bottom: 4px;
}

section.shoppingbag section.summary form a.extra-coupon-code {
	cursor: hand;
	cursor: pointer;
}

section.shoppingbag section.summary form span.marked {
	font-family: 'houschkaaltheavy';
}

section.shoppingbag section.summary label.coupon-code span.marked {
	text-transform: uppercase;
}

section.shoppingbag section.summary label.coupon-code,
section.shoppingbag section.summary label.coupon-code input,
section.shoppingbag section.summary label.coupon-code a {
	color: #6BAD88;
}

section.shoppingbag section.summary label.coupon-code input {
	border: 2px solid #6BAD88;
	margin-top: 2px;
}

section.shoppingbag p.discount {
	display:none;
}

section.shoppingbag form {
	margin: 0 5px;
}

section.shoppingbag form input {
	display: block;
	border:1px solid #000;
}

section.shoppingbag a.shop-cart-checkout {
	margin: 5px 0;
}

section.shoppingbag p.info {
	color: #ff0000;
}

section.shoppingbag a.continue {
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}

section.product-list {
	
}

section.product-list article {
	font: 12px/18px 'houschkaaltmediumitalic',Arial,sans-serif;
	background-image: url("/images/ekstur-content-ruler-5.png");
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 14px;
	margin-bottom: 6px;
}

section.product-list article .shop-product {
	padding-left: 10px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.product-list article .shop-product h2 {
	font: 12px/14px 'houschkaaltheavy',Arial,sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
	margin-bottom: 10px;
}

section.product-list article .shop-product label {
	display: block;
	font: 12px/14px 'houschkaaltbolditalic',Arial,sans-serif;
	margin: 10px 0;
}

section.product-list article .shop-product label input {
	border: 1px solid #949696;
    font: 12px/14px 'houschkaaltbolditalic',Arial,sans-serif;
    padding: 0 3px;
    text-align: right;
    width: 36px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.product-list article .shop-product label input:hover {
	opacity: 0.75;
}

section.product-list article .shop-product span.price {
	font: 14px/14px 'houschkaaltheavy',Arial,sans-serif;
}

section.product-list article .actions {
	position: absolute;
	bottom: 0;
	left: 10px;
}

section.product-list article .actions label {
	margin:0;
	font:12px/18px 'houschkaaltmediumitalic',Arial,sans-serif;
}

section.product-list article .actions label input {
	width: auto;
}

section.product-list article:first-child {
	background-image: none;
}

section.product-list article div.column {
	height: 160px;
}

section.product-list article div.column img {
	max-width: 100%;
}

section.shoppingbag div.double.ruler {
	background-image: url("/images/ekstur-content-ruler-5.png");
	background-position: left top;
	height: 16px;
	width: 100%;
	margin: 5px 0;
}

section.shoppingbag div.double.ruler.bottom {
	margin-bottom: 0;
}

a.shop-cart-remove {
	cursor: pointer;
}

section.wishlist {
	background-color: #FFF;
	padding: 10px;
}

#content section.wishlist h1 {
	background-image: url("/images/ekstur-icon-wishlist-large.png");
    background-position: left center;
    background-repeat: no-repeat;
    font: 14px/21px 'houschkaaltheavy',Arial,sans-serif;
    margin: 5px 5px 0;
    padding-left: 30px;
    text-transform: none;
}

#content section.wishlist h1 div {
	display: inline;
	font: 14px/21px 'houschkaaltmedium',Arial,sans-serif;
}

#content section.wishlist h1 a {
	color: #fd0303;
}

#content section.wishlist h1 div span {
	display: none;
}

#content section.wishlist-list article {
	background-image: url("/images/ekstur-content-ruler-1.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    padding: 12px 0;
}

#content section.wishlist-list article span.price {
	font: 14px/14px 'houschkaaltheavy',Arial,sans-serif;
}

#content section.wishlist-list article h2,
#content section.wishlist-list article h2 a {
	font: 12px/14px 'houschkaaltheavy',Arial,sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}

#content section.wishlist-list article h3 {
	font: 12px/14px 'houschkaaltbolditalic',Arial,sans-serif;
}

#content section.wishlist-list article div.column {
	margin-right: 10px;
}

#content section.wishlist-list article img {
	max-width: 100%;
	display: block;
}

#content section.wishlist-list {
	background-image: url("/images/ekstur-content-ruler-3.png");
    background-position: right top;
    background-repeat: repeat-x;
    margin-top: 2px;
    padding-top: 14px;
}

#content section.wishlist-list .shop-product {
	height: 160px;
}

#content section.wishlist-list div.actions {
	position: absolute;
	bottom: 0;
	line-height: 14px;
}

#content section.wishlist-list div.actions a.shop-cart-add {
	font: 12px/14px 'houschkaaltheavy',Arial,sans-serif !important;
	background-color: transparent !important;
	padding: 0 !important;
	color: #fe0000 !important;
}

#content section.wishlist-list div.actions a.shop-wishlist-remove {
	font: 12px/14px 'houschkaaltmedium',Arial,sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

#content section.wishlist section.summary {
	background-image: url("/images/ekstur-content-ruler-1.png");
    background-position: center top;
    background-repeat: repeat-x;
    font: 14px/16px 'houschkaaltmedium',sans-serif;
    letter-spacing: 0.1em;
    margin-top: 2px;
    padding: 12px 0 0 0;
}

#content section.wishlist section.summary strong {
	font: 14px/16px 'houschkaaltheavy',Arial,sans-serif;
}

#content section.wishlist section.summary span.shop-cart-total-amount {
	color: #fc0202;
}

#content section.wishlist section.summary a.shop-wishlist-to-cart {
	background-color: #FD0606;
    border: 0 none;
    color: #FFFCFC;
    cursor: pointer;
    display: inline-block;
    font: 12px/18px 'houschkaaltheavy',Arial,sans-serif;
    padding: 0 4px;
    text-decoration: none;
    text-transform: uppercase;
	margin: 6px 0;
}

#content section.wishlist section.summary a.continue {
	display: inline-block;
    margin-top: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

#content section.wishlist section.summary div.column {
	margin-bottom: 6px;
}

#content section.wishlist section.summary div.shop-wishlist-summary {
	margin-bottom: 6px;
}

#content section.wishlist section.summary div.ruler {
	background-image: url("/images/ekstur-content-ruler-1.png");
    background-position: center top;
    background-repeat: repeat-x;
    float: left;
    height: 3px;
    margin-top: 2px;
    width: 100%;
}

#content section.wishlist span.addthis_toolbox .at16nc.at16t_email:after {
	content: "Send my list to someone";
}

#content section.wishlist span.addthis_toolbox .at16nc {
	background-color: #FFF600;
    background-image: none;
    border: 0 none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font: 12px/18px 'houschkaaltheavy',Arial,sans-serif;
	height: 18px;
    margin: 6px 0;
    padding: 0 4px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

section.product-overview {
	padding: 5px;
}

section.product-overview:after {
	display: table;
	content: "";
	clear: both;
}

section.product-overview article.box {
	float: left;
	padding: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.product-overview article.box div.content {
	font: 12px/18px 'houschkaaltmediumitalic',Arial,sans-serif;
	letter-spacing: 0.05em;
}

section.product-overview article.box div.content div.bottom {
	background-image: url("/images/ekstur-content-ruler-2.png");
    background-position: left top;
    background-repeat: repeat-x;
	height: 6px;
	display: block;
	margin-top: 6px;
}

#content h1 {
	font: 12px/18px 'houschkaaltheavy',Arial,sans-serif;
	text-transform: uppercase;
}

#content h1 a {
	text-decoration: none;
	color: #000000;
}

section.product-overview article.box div.content h1 {
	background-image: url("/images/ekstur-content-ruler-1.png");
    background-position: left top;
    background-repeat: repeat-x;
    padding: 5px 5px 0;
/*	min-height: 36px; */
}

section.product-overview article.box div.content div.shop-product {
	padding: 0 5px;
	overflow: hidden;
}

section.product-overview article.box div.content a {
	color: #000;
	text-decoration: underline;
}

section.product-overview article.box div.content span.price, span.price, span.shipping {
	font: 12px/18px 'houschkaaltbolditalic',Arial,sans-serif;
}

section.product-overview article.box div.content span.price a, span.price a, span.shipping a {
	color: #000000;
}

span.price span.base {
	text-decoration: line-through;
}

span.price span.sale {
	color: #fd0000;
}

section.product-overview article.box img {
	display: block;
    margin-bottom: 10px;
    max-width: 100%;
	border: 0 none;
}

section.product-overview article.box div.placeholder {
	width: 100%;
	padding-bottom: 100%;
	background-color: #F9F9F9;
	margin-bottom: 10px;
	overflow: hidden;
}

section.product-overview article.box div.placeholder img {
	margin-bottom: 0;
	position: absolute;
	width: 100%;
}

section.product-overview {
	background-color: #FFFFFF;
}

section.product-overview article.box a.shop-cart-add {
	margin-top: 5px;
}

section.product-overview article.box div.addthis_toolbox {
	float: right;
    margin-top: 5px;
}

div.shop-product div.option-dropdown {
	background-color: #FFFFFF;
    bottom: -20px;
    height: 18px;
    left: 0;
    line-height: 18px;
    padding: 0 5px;
    position: absolute;
    right: 0;
	transition: bottom 0.2s;
	-webkit-transition: bottom 0.2s;
}

div.shop-product.cart div.option-dropdown a.shop-wishlist-select {
	display: none !important;
}

div.shop-product.wishlist div.option-dropdown a.shop-cart-select {
	display: none !important;
}

section.product-detail div.shop-product div.option-dropdown a.shop-cart-select {
	float: none;
}

section.product-detail section.header div.column,
section.product-detail section.detail div.column {
	line-height: 16px !important;
}

section.product-detail section.header a.shop-outofstock,
section.product-detail section.detail a.shop-outofstock {
	margin-top: 0;
}

section.product-detail div.shop-product div.option-dropdown select {
	display: block;
	margin: 1px 0 3px;
	width: 75%;
}

section.product-detail div.shop-product div.option-dropdown {
	position: relative;
	bottom: 0;
	padding: 0;
	height: auto;
}

section.product-detail div.shop-product a.shop-wishlist-add,
section.product-detail div.shop-product a.shop-wishlist-select {
	font: 12px/16px 'houschkaaltmediumitalic',Arial,sans-serif;
	text-decoration: underline;
}

div.shop-product.show-dropdown div.option-dropdown {
	bottom: 0;
}

div.shop-product div.option-dropdown a.shop-cart-select,
div.shop-product div.option-dropdown a.shop-wishlist-select {
	float: right;
}

div.shop-product div.option-dropdown select {
	width: 50%;
}

a.shop-cart-add, a.shop-cart-select {
	cursor: pointer;
	font: 12px/18px 'houschkaaltheavy',Arial,sans-serif !important;
	text-transform: uppercase !important;
	color: #fd0606 !important;
	background-color: #FFF !important;
	text-decoration: none !important;
	border: 0 none !important;
	padding: 0 0 !important;
	display: inline-block !important;
}

a.shop-cart-checkout, a.shop-account-save, input.button {
	cursor: pointer;
	font: 12px/18px 'houschkaaltheavy',Arial,sans-serif !important;
	text-transform: uppercase !important;
	color: #fffcfc !important; 
	background-color: #fd0606 !important; 
	text-decoration: none !important;
	border: 0 none !important;
	padding: 0 4px !important; 
	display: inline-block !important;
	
}

input.button {
	padding: 0 2px !important;
}

a.shop-outofstock {
	font: 12px/18px 'houschkaaltheavy',Arial,sans-serif !important;
	text-transform: uppercase !important;
	color: #fd0606 !important;
	background-color: #fffcfc !important;
	text-decoration: none !important;
	border: 0 none !important;
	padding: 0 4px 0 0!important;
	display: inline-block !important;
	margin-top:5px;
}

section.product-detail {
	background-color: #FFF;
	padding: 5px;
}

section.product-detail div.topper {
	background-image: url("/images/ekstur-content-ruler-1.png");
	background-repeat: repeat-x;
	background-position: center 0;
	height: 3px;
	margin: 5px;
}

section.product-detail div.bottom {
	/*background-image: url("/images/ekstur-content-ruler-2.png");*/
	background-image: url("/images/ekstur-content-ruler-1.png");
	background-repeat: repeat-x;
	background-position: left 0;
	height: 3px;
	margin: 5px;
}

section.product-detail h1 a, section.product-detail h2 a {
	color: #000;
	text-decoration: none;
}

section.product-detail h2 {
	font: 12px/16px 'houschkaaltbolditalic',Arial,sans-serif;
}

section.product-detail h2 span {
	font: 12px/16px 'houschkaaltmediumitalic',Arial,sans-serif;
}

section.product-detail div.column {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    padding: 0 5px;
	margin-bottom: 10px;
}

#content section.product-detail div.column p {
	padding: 0 0 16px 0;
}

section.product-detail img.sale-button {
	position: absolute;
	top: 0;
	right: 25px;
}

section.product-detail div.column img {
	max-width: 100%;
}

#product-gallery {
	margin: 14px 5px 0 5px;
}

section.product-detail section.header, section.product-detail section.detail, section.product-detail section.info, section.product-detail section.alsobought {
	margin: 0 5px;
}

section.product-detail section.info {
	background-image: url("/images/ekstur-content-ruler-3.png");
    background-position: left top;
    background-repeat: repeat-x;
    padding-top: 10px;
	font: 13px/16px 'houschkaaltmedium',Arial,sans-serif;
}

section.product-detail section.info bold, section.product-detail section.info strong,
section.product-detail section.info bold, section.product-detail section.info b {
	font: 13px/16px 'houschkaaltheavy',Arial,sans-serif;
}

section.product-detail section.detail, section.product-detail section.alsobought {
	background-image: url("/images/ekstur-content-ruler-4.png");
    background-position: center top;
    background-repeat: repeat-x;
    padding-top: 15px;
}

section.product-detail section.alsobought h2 {
	font: 13px/16px 'houschkaaltheavy',Arial,sans-serif;
}

.underline {
	text-decoration: underline;
}

section.morelikethis {
	
}

section.morelikethis article {
	margin-top: 20px;
}

section.morelikethis article:after {
	display: table;
	content: "";
	clear: both;
}

section.morelikethis article a {
	text-decoration: none !important;
}

section.morelikethis article img {
	float: left;
    margin-right: 10px;
    width: 70px;
	border: 0 none;
}

section.morelikethis article p,
section.morelikethis article span.price {
	font: 9px/14px 'houschkaaltbold',Arial,sans-serif !important;
	text-transform: uppercase;
}

section.alsobought ul {
	position: relative;
	clear: both;
	list-style: none;
}

section.alsobought ul li {
	float:left;
	width:148px;
	margin-left:14px;
	display:block;
	font: 11px/14px 'houschkaaltheavy',Arial,sans-serif;
	text-transform:uppercase;
}

section.alsobought ul li:first-child {
	margin:0;
}

section.alsobought ul li a {
	text-decoration:none;
}

section.alsobought ul li span {
	font: 12px/14px 'houschkaaltmediumitalic',Arial,sans-serif;
}

.shop-notify-me {
	position: absolute;
	top: 27px;
	left: 13px;
	width: 75px;
	cursor: pointer;
}

section.product-detail .shop-notify-me {
	top: 41px;
	left: 23px;
}

#content section.search {
	font: 12px/15px 'houschkaaltmediumitalic',Arial,sans-serif;
	color: #707173;
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#content section.search span {
	color: #000;
}

