/* PRODUCTS */
h2.red {
  color: #E60003 !important; }

section#product-filter article h3 {
  color: #6F0000;
  border-bottom: 1px solid #6F0000; }

section.single-product h3 {
  color: #32343A !important; }

p.product-family-title {
  padding: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 120%;
  color: #6C7479;
  text-transform: uppercase; }

/* Headlines */
h3.grey-border-top {
  color: #323339;
  margin: 1em 1em 0 0.5em;
  padding: 0.5em 0 0 0; }

.grey-border-top {
  border-top: 1px solid #C6CACD; }

h1.grey-border-bottom {
  margin: 0.5em 0 0 0;
  padding: 0;
  padding-bottom: 0.5em; }

.grey-border-bottom {
  border-bottom: 1px solid #C6CACD; }

.grey {
  color: #323339; }

.light-grey {
  color: #C5CACC !important; }

/* Buttons */
.button {
  cursor: pointer;
  background-color: #E60003;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "FrutigerLTW02-67BoldCn", sans-serif;
  padding: 0.25em 0.7em 0.3em 0.5em;
  border-radius: 4px;
  border: none;
  vertical-align: middle; }

/* FCE */
div.fce-twocol-sidebar div.fce-twocol-sidebar-content h2 {
  color: #32343A; }

#content .fce-twocol-sidebar-content a,
#content .columns a {
  text-decoration: none;
  color: #E50002; }

/* ARTISTS */
article.artist h3 {
  color: #32343A;
  margin: 7px 0 -2px; }

#content article.artist a {
  color: #32343A; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-left > div#filter > div > a {
  position: relative;
  display: block;
  font-family: "FrutigerLTW02-67BoldCn", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 4px 35px 4px 13px;
  background-color: #E60003;
  width: auto;
  border-radius: 4px; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-left > div#filter > div > a:hover {
  color: #E60003;
  background-color: #E6E6E6; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-left > div#filter > div > a:before {
  position: absolute;
  font-size: 1.125em;
  right: 7px;
  bottom: 7px; }

/* FOOTER */
footer#footer ul li a {
  font-size: 0.75em;
  color: #C5CACC;
  text-decoration: none;
  text-transform: uppercase; }

footer#footer ul li a:hover {
  color: #fff; }

footer#footer ul li.footer_strong a {
  font-family: "FrutigerLTW02-67BoldCn", sans-serif;
  font-size: 0.875em;
  margin-bottom: 15px; }

footer#footer select {
  font-family: "FrutigerLTW02-57Condens", sans-serif;
  font-size: 0.75em;
  color: #C5CACC;
  text-decoration: none;
  text-transform: uppercase;
  height: 25px;
  background-color: #32343A;
  border: 1px solid #C5CACC; }

footer#footer p {
  position: absolute;
  font-size: 0.75em;
  color: #C5CACC;
  bottom: 10px;
  right: 0; }

/* NEWS */
article.news-item a {
  color: #32343A !important; }

article.news-item footer {
  font-size: 0.875em; }

div#page-wrap {
  padding: 0 4em 1em 4em; }

header#header {
  box-sizing: border-box;
  position: relative;
  text-align: right;
  z-index: 10;
  max-width: 1200px;
  min-width: 755px;
  height: 50px;
  top: 50px;
  margin: 0 auto;
  padding: 0 0 0 0;
  background: rgba(0, 0, 0, 0.8); }

header#header h1 {
  position: absolute;
  display: block;
  width: 72px;
  height: 71px;
  left: -13px;
  top: -10px; }

header#header h1 a span {
  display: block;
  text-align: left;
  width: 100%;
  height: 100%;
  background-image: url(img/meinlpercussion_logo.png);
  text-indent: -9999em; }

header#header nav {
  display: inline-block;
  vertical-align: top;
  margin-right: 0px; }

header#header nav > ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top; }

header#header nav > ul > li {
  position: relative;
  display: inline-block;
  height: 100%; }

header#header nav > ul > li:hover {
  background-color: #000; }

header#header nav > ul > li a {
  display: inline-block;
  font-size: 1.250em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 18px 10px 18px; }

header#header nav > ul > li.act > a,
header#header nav > ul > li.act > ul > li.act > a,
header#header nav > ul > li > a:hover {
  color: #E60003; }

header#header form {
  /*position: absolute;*/
  display: inline-block;
  vertical-align: top;
  right: 0;
  top: 0; }

header#header form input {
  box-sizing: border-box;
  width: 0;
  border: none;
  height: 50px;
  vertical-align: top;
  margin: 0 0 0 0;
  padding: 5px 0;
  font-size: 1.5em;
  transition: width 0.3s; }

header#header form input.open {
  width: 250px;
  padding: 5px 10px; }

header#header form button {
  /*position: absolute;*/
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #E60003;
  border: none; }

header#header form button:hover {
  background-color: #fff; }

header#header form button:hover span.icon:before {
  color: #E60003; }

header#header form button span.icon:before {
  color: #fff;
  font-size: 2em; }

header#header nav > ul > li > ul {
  display: none; }

header#header nav > ul > li:hover > ul {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  padding-bottom: 0.5em;
  margin-top: 50px;
  background-color: #000;
  text-align: left; }

header#header nav > ul > li > ul > li:hover a {
  color: #E60003; }

header#header nav > ul > li > ul > li a {
  padding: 0.3em 1em 0.5em 1em;
  font-size: 1em;
  white-space: nowrap; }

/* Header Language */
#languages {
  background: red;
  position: relative;
  max-width: 1200px;
  min-width: 755px;
  margin: 0 auto; }

#languages ul {
  box-sizing: border-box;
  /*	font-family: 'FrutigerLTW02-67BoldCn', sans-serif;*/
  font-size: 0.8em;
  text-transform: uppercase;
  float: right;
  width: 85px;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  margin: 0px 0px 0px 0px;
  padding: 0 0.5em 0 0.5em;
  /*width: 100px;*/
  top: 0px;
  z-index: 100;
  box-sizing: border-box;
  text-align: right;
  behavior: url(fileadmin/templates/css/PIE.htc); }

#languages ul li {
  display: none;
  padding: 0px 0px 0px 0px;
  background-position: 0px 3px;
  background-repeat: no-repeat; }

#languages ul li a {
  display: block;
  color: #999999;
  padding: 0px 0px 0px 25px !important;
  background-repeat: no-repeat;
  background-position: 0px 3px; }

#languages ul li a:hover {
  color: #FFF; }

#languages ul li.act {
  display: block; }

#languages ul li.en a {
  background-image: url(../../../../typo3/gfx/flags/gb.gif); }

#languages ul li.es a {
  background-image: url(../../../../typo3/gfx/flags/es.gif); }

#languages:hover ul li,
#languages.hover ul li {
  display: block; }

#languages:hover ul li.act {
  background-image: none; }

#content {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 755px; }

/** -----------------------------------------------------------------------------------------------
 * 	Bubble
 ----------------------------------------------------------------------------------------------- */
.bubble .bubbleinfo {
  display: none;
  position: absolute;
  background-color: #E60003;
  color: #fff !important;
  letter-spacing: 0 !important;
  /*	width: 350px;*/
  padding: 10px;
  margin: 0 0 0 0;
  bottom: 35px;
  left: -25px;
  border-radius: 4px; }

.bubble .bubbleinfo:after {
  bottom: -15px;
  left: 20px;
  border-width: 15px 15px 0;
  border-color: #E60003 transparent;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0; }

.bubble:hover .bubbleinfo {
  display: block; }

/** -----------------------------------------------------------------------------------------------
 * 	COLORBOX
 ----------------------------------------------------------------------------------------------- */
#colorbox {
  z-index: 100; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 99;
  opacity: 0.7 !important; }

/** -----------------------------------------------------------------------------------------------
 * 	TABS
 ----------------------------------------------------------------------------------------------- */
/* TAB container */
.tabs {
  margin-bottom: 50px;
  background-color: transparent; }

.tabs ul {
  list-style: none; }

.tab-nav {
  margin: 3em 0 1.5em 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #c6cacd; }

/* TAB navigation */
.tab-nav li {
  display: inline-block;
  cursor: pointer;
  color: #e60003;
  text-transform: uppercase;
  font-family: 'FrutigerLTW02-67BoldCn', sans-serif;
  margin: 0 0 0 0;
  padding: .5em 1em .3em 1em;
  border-bottom: 1px solid #c6cacd; }

.tab-nav li.act {
  border: 1px solid #c6cacd;
  border-bottom: 1px solid #fff; }

/* TAB contents */
.tab {
  padding: 0 0 .5em 0; }

footer#footer {
  position: relative;
  z-index: 8;
  height: 500px;
  background-color: #25272C;
  background-color: #000;
  padding: 0 4em 0 4em; }

footer#footer #wrapper {
  position: relative;
  max-width: 1200px;
  min-width: 755px;
  height: 500px;
  margin: 0 auto;
  padding: 0em 0 0em 0; }

p#copyright {
  color: #666666 !important;
  text-transform: uppercase;
  clear: both;
  display: block;
  position: relative; }

/* Footer Navi */
section.footer-nav {
  margin: 2em 0 0 0;
  display: block;
  float: left;
  width: 10%;
  overflow: hidden;
  box-sizing: border-box; }
  section.footer-nav:first-child {
    padding-left: 0; }
  section.footer-nav.company, section.footer-nav.artists {
    margin-left: 2.8em; }

section.footer-nav h3 {
  position: absolute;
  color: #666666; }

section.footer-nav h3 a {
  color: #666666; }

section.footer-nav h3 a:hover {
  color: #FFFFFF; }

section.footer-nav ul {
  margin: 2em 0 0 0;
  padding: 0;
  list-style: none;
  line-height: 1.2em !important; }

section.footer-nav ul li,
section.footer-nav ul li a {
  padding: 0 !important;
  margin: 0 !important;
  color: #666666 !important; }

section.footer-nav ul li a:hover {
  color: #EFEFEF !important; }

ul.footer-submenu {
  margin-top: 0 !important; }

div#dealers {
  margin-top: -2em; }

div#dealers ul li a {
  font-family: 'FrutigerLTW02-67BoldCn', sans-serif;
  text-transform: uppercase;
  color: #666;
  font-size: 1em; }

footer#footer ul li a {
  font-size: 0.75em;
  color: #C5CACC;
  text-decoration: none;
  text-transform: uppercase; }

footer#footer ul li a:hover {
  color: #fff; }

footer#footer ul li.footer_strong a {
  font-family: "FrutigerLTW02-67BoldCn", sans-serif;
  font-size: 0.875em;
  margin-bottom: 15px; }

footer#footer select {
  font-family: "FrutigerLTW02-57Condens", sans-serif;
  font-size: 0.75em;
  color: #C5CACC;
  text-decoration: none;
  text-transform: uppercase;
  height: 25px;
  background-color: #32343A;
  border: 1px solid #C5CACC; }

footer#footer p {
  font-size: 0.75em;
  text-align: right;
  color: #C5CACC; }

#footer-special {
  /*
	clear: both;
	padding-top: 10px;
	
	#social-networks {
		display: inline-block;
		width: 50%;
		text-align: left;
	}
	
	#copyright {
		display: inline-block;
		width: 50%;
		margin: 0;
	}
	*/ }

/*
 * SOCIAL 
 */
#social-networks {
  float: right;
  margin-top: 1.85em; }

/*
#social-networks{
	display: block;
	float: left;
	margin: 0;
}
#social-networks li{
	display: inline-block;
	text-align: left;
	padding: 4px 0 0 0;
	vertical-align: top;
}
*/
#social-networks a {
  display: block;
  margin: 0 1em 0 0;
  text-decoration: none;
  line-height: 0;
  overflow: hidden;
  box-sizing: border-box; }

#social-networks a > span {
  display: block;
  font-size: 17px;
  color: #666; }

#social-networks a:hover span.icon {
  color: #fff; }

/* Social Media Icons */
.ico {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #fff url(img/Social_Media_Icons_Set.jpg) 0 0 no-repeat; }

.ico .hide {
  display: none; }

.ico-facebook {
  background-position: -1px -1px; }

.ico-facebook:hover {
  background-position: -1px -23px; }

.ico-twitter {
  background-position: -23px -1px; }

.ico-twitter:hover {
  background-position: -23px -23px; }

.ico-google {
  background-position: -46px -1px; }

.ico-google:hover {
  background-position: -46px -23px; }

.ico-weibo {
  background-position: -67px -1px; }

.ico-weibo:hover {
  background-position: -67px -23px; }

.ico-youtube {
  background-position: -90px -1px; }

.ico-youtube:hover {
  background-position: -90px -23px; }

.ico-vimeo {
  background-position: -112px -1px; }

.ico-vimeo:hover {
  background-position: -112px -23px; }

.ico-tumblr {
  background-position: -134px -1px; }

.ico-tumblr:hover {
  background-position: -134px -23px; }

.ico-instagram {
  background-position: -155px -1px; }

.ico-instagram:hover {
  background-position: -155px -23px; }

.headline {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 20px 25px;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0.7); }

.headline.big_margin {
  margin-top: 500px; }

.headline.small_margin {
  margin-top: 120px; }

.headline h1 {
  font-size: 3.063em;
  color: #fff;
  margin-bottom: -12px; }

.headline h2 {
  font-size: 3.063em;
  font-family: 'FrutigerLTW02-57Condens', sans-serif;
  color: #fff; }

.headline section {
  position: absolute;
  top: 28px;
  right: 28px; }

.headline section h3 {
  font-size: 2em;
  color: #fff;
  text-align: right; }

#content .headline section a,
.headblock_slider .headline section a {
  display: block;
  font-family: 'FrutigerLTW02-67BoldCn', sans-serif;
  font-size: 1.125em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 35px 4px 13px;
  margin-top: 10px;
  background-color: #E60003;
  border-radius: 4px; }

#content .headline section a:hover,
.headblock_slider .headline section a:hover {
  color: #E60003;
  background-color: #fff; }

.headline section a:before {
  position: absolute;
  font-size: 1.125em;
  right: 7px;
  bottom: 8px;
  color: #FFF; }

.headline section a:hover:before {
  color: #E60003; }

.headline section p {
  display: inline-block;
  width: 300px;
  font-family: 'FrutigerLTW02-47LightCn', sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
  color: #fff;
  margin: 0 160px 0 0; }

.headline section img {
  position: absolute;
  top: -65px;
  right: 0; }

h3 {
  font-family: 'FrutigerLTW02-67BoldCn', sans-serif;
  text-transform: uppercase;
  color: #E50002; }

div#content > div.columns {
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 15;
  clear: both; }

div.columns:last-child {
  margin-bottom: 15px; }

div.columns > div {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 4%; }

div.columns > div:first-child {
  padding: 0; }

div#content div.columns + div.columns > div {
  border-top: 1px solid #C6CACD;
  padding-top: 30px; }

div.two_cols > div {
  width: 47%; }

div.three_cols > div {
  width: 30%; }

/* FCE Sidebar */
div.fce-twocol-sidebar {
  box-sizing: border-box;
  overflow: visible;
  background: #FFF;
  width: 100%;
  display: table;
  border-collapse: collapse;
  transition: opacity 0.3s; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-left {
  width: 18%;
  background: #FFF;
  padding: 1% 1.3% 2% 1.3%;
  display: table-cell;
  vertical-align: top; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-right {
  width: 80%;
  padding: 0;
  display: table-cell;
  vertical-align: top; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-content {
  padding: 0;
  position: relative; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-top {
  background: #E60003; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-left ul {
  list-style: none;
  margin: 5px 0 15px 0; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-left ul li {
  line-height: 1.4em; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-left ul li a,
div.fce-twocol-sidebar div.fce-twocol-sidebar-left ul li span {
  color: #32343A;
  display: block;
  width: 100%;
  padding: 0px 5px 0px 5px;
  margin-left: -5px;
  transition: 0; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-left ul li a:hover,
div.fce-twocol-sidebar div.fce-twocol-sidebar-left ul.tx-fleshop-categories li.active a {
  color: #fff !important;
  background-color: #E60003 !important; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-left ul li a small {
  font-size: 1em;
  color: #bbb;
  transition: 0; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-left ul li a:hover small,
div.fce-twocol-sidebar div.fce-twocol-sidebar-left ul.tx-fleshop-categories li.active a small {
  color: #fff; }

div.fce-twocol-sidebar div.fce-twocol-sidebar-left > div#filter > div section h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #C6CACD; }

/* One Col */
div.one-col-content {
  width: 100%; }

/* FCE HWMI */
div.hwmi-container {
  margin: 1em 0 0 0;
  background: #FFF; }

div.hwmi-container > div {
  width: 100%; }

div.hwmi-container > div > figure,
div.hwmi-container > div > section {
  display: table-cell;
  position: relative;
  vertical-align: top;
  margin: 0;
  padding: 0; }

div.hwmi-container > div > section > figure {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

div.hwmi-container > div > section > figure:first-child {
  /*margin-bottom: .5em;*/ }

div.hwmi-container figure img {
  width: 100%;
  height: auto;
  margin: 0; }

.hwmi-row {
  display: table;
  border-collapse: separate;
  border-spacing: .5em;
  margin: 0;
  margin-top: -1em;
  position: relative; }

div.hwmi-container figcaption {
  display: none; }

div.hwmi-container figure:hover figcaption {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  bottom: 0px;
  width: auto;
  padding: 1em 1.5em 1.2em 1.5em; }

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 20; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 10; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s; }

.isotope {
  transition-property: height, width; }

.isotope .isotope-item {
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  transition-duration: 0s; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/*
 ColorBox Core Style:
 The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box; }

/*
 User Style:
 Change the following styles to modify the appearance of ColorBox.  They are
 ordered & tabbed in a way that represents the nesting of the generated HTML.
 */
#cboxOverlay {
  background: #000; }

#cboxContent {
  margin-top: 32px;
  overflow: visible; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #fff;
  background: transparent;
  padding: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }

/*#cboxLoadedContent:before,
#cboxLoadedContent:after {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#cboxLoadedContent:after {
	right: 10px;
	left: auto;
	z-index: -3;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}*/
#cboxLoadingGraphic {
  background: url(img/colorbox-loader.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: transparent; }

#cboxTitle {
  position: absolute;
  top: -30px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -30px;
  right: 205px;
  text-indent: -9999px; }

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -32px;
  font-size: 20px;
  font-family: 'meinl-icons' !important;
  font-style: normal;
  text-transform: none;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  /*text-indent: -9999px;
	background: url(img/controls.png) no-repeat 0 0;*/ }

#cboxSlideshow:hover, #cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {
  color: #E50002; }

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px; }

#cboxPrevious:hover {
  background-position: 0px -25px; }

#cboxNext {
  background-position: -25px 0px;
  right: 22px; }

#cboxNext:hover {
  background-position: -25px -25px; }

#cboxClose {
  background-position: -50px 0px;
  right: 0; }

#cboxClose:hover {
  background-position: -50px -25px; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano .content:focus {
  outline: thin dotted; }

.nano .content::-webkit-scrollbar {
  visibility: hidden; }

.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible; }

.nano > .pane {
  background: #E60003;
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  transition: .2s; }

.nano > .pane > .slider {
  background: #F9BFC0;
  position: relative;
  margin: 0 0;
  cursor: pointer; }

.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }

.me-plugin {
  position: absolute; }

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%; }

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
  display: block; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../res/mediaelementplayer/bigplay.png) no-repeat; }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../res/mediaelementplayer/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../res/mediaelementplayer/loading.gif) 50% 50% no-repeat; }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../res/mediaelementplayer/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%; }

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  background: 0;
  font-family: Helvetica, Arial;
  border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../res/mediaelementplayer/controls.png) no-repeat; }

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: solid 1px yellow; }

/* End: CONTROL BAR */
/* Start: Time (current / duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  padding: auto 4px;
  box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

/* End: Time (current / duration) */
/* Start: Play/pause */
.mejs-controls .mejs-play button {
  background-position: 0 0; }

.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }

/* End: Play/pause */
/* Stop */
.mejs-controls .mejs-stop button {
  background-position: -112px 0; }

/* End: Play/pause */
/* Start: Progress bar */
.mejs-controls div.mejs-time-rail {
  width: 75%;
  padding-top: 5px; }

.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  -ms-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }

@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px; }

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }

.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }

.mejs-controls .mejs-volume-button {
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../res/mediaelementplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px; }

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0; }

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: TRACK (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative; }

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../res/mediaelementplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0; }

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none; }

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  /*background: #333;*/
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px; }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  /*font-weight: bold;*/
  line-height: 22px;
  font-size: 12px;
  color: #fff; }

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 45px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(../res/mediaelementplayer/background.png);
  background: rgba(20, 20, 20, 0.8); }

/* End: TRACK (Captions and Chapters) */
.mejs-clear {
  clear: both; }

/* Start: ERROR */
.me-cannotplay a {
  color: #fff;
  font-weight: bold; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

/* End: ERROR */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }

/* End: backlight */
/* Start: picture controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

/* End: picture controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */ }

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333; }

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333; }

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff; }

/* Start: SourceChooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative; }

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../res/mediaelementplayer/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

/* End: SourceChooser */
/* FORM ____*/
#header .ui-helper-hidden-accessible {
  display: none; }

#header .fleshop-search-form div.nano {
  display: block;
  position: absolute;
  right: 0;
  height: 500px;
  width: 300px;
  background: #C10000;
  /*background-image: url(img/1px_80percent_black.png);*/
  line-height: 1;
  text-align: left;
  margin: 0;
  padding: 0; }

#header .fleshop-search-form .nano .pane {
  z-index: 10002; }

#header ul.ui-widget-content {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  width: 300px !important;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  overflow: visible; }

#header ul.ui-widget-content li {
  width: 300px;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.6; }

#header ul.ui-widget-content li.fleshop-search-result-type {
  color: #fff;
  padding: 8px 5px;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 0;
  border-top: 0;
  background-color: #910000;
  box-sizing: border-box; }

#header ul.ui-widget-content li.ui-menu-item {
  cursor: pointer; }

#header ul.ui-widget-content li.ui-menu-item a {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-decoration: none;
  margin: 0;
  padding: 0;
  height: 50px;
  color: #FFF; }

#header ul.ui-widget-content li.ui-menu-item a:hover,
#header ul.ui-widget-content li.ui-menu-item a.ui-state-focus {
  background: #E60003;
  /* Old browsers */ }

#header ul.ui-widget-content li.ui-menu-item span.fleshop-search-result-item-image {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
  text-align: center; }

#header ul.ui-widget-content li.ui-menu-item span.fleshop-search-result-item-image img {
  vertical-align: middle; }

#header ul.ui-widget-content li.ui-menu-item span.fleshop-search-result-item {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 12px; }

#header ul.ui-widget-content li.fleshop-search-result-type a.fleshop-search-result-type-more {
  display: block;
  float: right;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  color: #aaa; }

#header ul.ui-widget-content li.fleshop-search-result-type a.fleshop-search-result-type-more:hover,
#header ul.ui-widget-content li.fleshop-search-result-type a.fleshop-search-result-type-more.ui-state-focus {
  background: none;
  color: #fff; }

.search-results {
  margin: 0 auto;
  width: 600px;
  position: relative; }

.search-results section {
  background-color: #fff;
  margin: 0 auto;
  width: 600px;
  padding: 0;
  margin: 30px 0;
  box-sizing: border-box; }

.search-results section h2 {
  text-transform: uppercase;
  padding: 20px 30px 20px 30px;
  margin: 0; }

.search-results section ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.search-results section ul li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.search-results section a {
  display: block;
  overflow: hidden;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  color: #000;
  border-top: 1px solid #f4f4f4; }

.search-results section a figure {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 0; }

.search-results section a p {
  margin: 0 0 0 65px;
  padding: 0; }

/* NEWS LIST */
section.news-list {
  margin: 0 1em 0 0.5em; }

article.news-item {
  overflow: hidden;
  padding: 0.5em; }

article.news-item figure {
  display: block;
  width: 30%;
  float: left;
  padding: 0px;
  min-height: 170px; }

article.news-item figure img {
  /*border: 1px solid #C6CACD;*/
  width: 100%;
  /*min-width: 210px;*/
  height: auto; }

article.news-item:hover {
  cursor: pointer;
  background-color: #e6e6e6; }

article.news-item:hover figure img {
  /*border-color: #E60003;*/ }

section.news-item-content {
  margin-left: 32%; }

/* LIST ITEM FIRST */
article.news-item-first figure {
  width: 100%; }

/* News Teaser */
section.news-teaser {
  margin: 0.5em 0 0 0;
  overflow: hidden; }

article.news-teaser-item {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 33%;
  /*margin-right: 0.5%;*/
  padding: 0.5em; }

article.news-teaser-item a {
  display: block;
  height: 310px; }

article.news-teaser-item figure {
  width: 100%;
  overflow: hidden;
  text-align: center; }

article.news-teaser-item figure img {
  width: 100%;
  height: auto; }

article.news-teaser-item:hover {
  background: #EFEFEF;
  border-radius: 4px; }

/* Filter List */
section.filter-dropdown ul li.active a {
  color: white !important;
  background-color: #E60003 !important; }

/* News Single */
header.news-single-item-header {
  position: relative; }

article.single-article {
  margin: 1em 1em 3em 0.5em; }

/* Related artists */
.news-artist {
  height: 230px;
  background-color: #e6e7e8;
  display: block;
  float: left;
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: visible;
  box-sizing: border-box; }
  .news-artist:hover {
    background-color: #32343a; }
    .news-artist:hover p {
      color: #fff; }
  .news-artist p {
    padding: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 120%;
    color: #6c7479; }

ul.tx-fleshop-product-list {
  list-style: none;
  padding: 0;
  margin: 1% 0 0 0;
  overflow: hidden; }

li.tx-fleshop-product-list-item {
  display: inline;
  padding: 0;
  margin: 0;
  background-color: #E6E7E8; }
  li.tx-fleshop-product-list-item article a {
    height: 230px;
    background-color: #E6E7E8;
    display: block;
    float: left;
    width: 19.156%;
    width: 19%;
    margin-bottom: 10px;
    overflow: visible;
    box-sizing: border-box; }
  li.tx-fleshop-product-list-item article:hover a {
    background-color: #32343A; }
    li.tx-fleshop-product-list-item article:hover a p.product-family-title {
      color: #FFFFFF; }

/* Responsive Images */
li.tx-fleshop-product-list-item article a figure img {
  width: 100%; }

/* Margin */
li.tx-fleshop-product-list-item article a.single,
li.tx-fleshop-product-list-item article a.multiple.last {
  margin-right: 1%; }

/* Padding */
li.tx-fleshop-product-list-item article a.multiple {
  width: 20%; }
  li.tx-fleshop-product-list-item article a.multiple figure {
    padding-right: 5.5%; }
  li.tx-fleshop-product-list-item article a.multiple.first figure {
    padding-right: 5.5%; }
  li.tx-fleshop-product-list-item article a.multiple.last {
    padding-right: 0;
    width: 19%; }
    li.tx-fleshop-product-list-item article a.multiple.last figure {
      padding-right: 0; }

/* Figure Borders */
li.tx-fleshop-product-list-item article a figure {
  box-sizing: border-box;
  border-top: 1px solid #C6CACD;
  border-bottom: 1px solid #C6CACD;
  background-color: #FFFFFF;
  position: relative;
  padding-left: 1px; }

li.tx-fleshop-product-list-item article a.first figure {
  border-left: 1px solid #C6CACD;
  padding: 0; }

li.tx-fleshop-product-list-item article a.last figure {
  border-right: 1px solid #C6CACD; }

/* NEW Mark*/
li.tx-fleshop-product-list-item article a.new figure:before {
  content: 'NEW';
  font-family: "FrutigerLTW02-67BoldCn", sans-serif;
  font-size: 0.7em;
  color: #FFF;
  position: absolute;
  background: #E60003;
  padding: 0 0.3em;
  right: 4px;
  top: 4px; }

section.single-product.new .product-image-container:before {
  content: 'NEW';
  font-family: "FrutigerLTW02-67BoldCn", sans-serif;
  font-size: 1.2em;
  color: #FFF;
  position: absolute;
  background: #E60003;
  padding: 0 0.5em;
  right: 10px;
  top: 10px; }

/* CATEGORIES */
div.category-info {
  background-color: #E60003;
  max-width: 300px;
  position: absolute;
  margin-left: 16%;
  margin-top: -70px;
  display: none;
  padding: 5px;
  overflow: hidden;
  z-index: 999; }
  div.category-info figure {
    background: #FFF;
    width: 116px;
    height: 116px;
    margin: 0;
    padding: 0;
    display: block;
    float: left; }

li.tx-fleshop-category:hover div.category-info {
  display: block; }

li.tx-fleshop-category small {
  /*display: none;*/ }

div.category-info-text {
  margin: 5px 0 0 126px;
  padding: 0;
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.2em; }
  div.category-info-text p {
    margin: 0;
    padding: 0; }

ul.tx-fleshop-categories {
  font-size: 0.9em; }

/* FILTERS */
#ajax-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

div.product-filter-wrap {
  margin: 0 0em 0 0; }

section#product-filter {
  overflow: hidden;
  background: #C10000;
  position: relative; }
  section#product-filter article {
    width: 18%;
    margin: 1% 1% 0 1%;
    float: left;
    background: #C10000; }
    section#product-filter article a {
      color: #FFF !important;
      padding: 0.1em 0.4em 0.1em 0.4em; }
    section#product-filter article span {
      padding: 0.1em 0.4em 0.1em 0.4em; }
    section#product-filter article a:hover,
    section#product-filter article a.selected,
    section#product-filter article li.selected a {
      background: #9F0000 !important;
      border-radius: 4px; }
    section#product-filter article ul {
      list-style: none;
      color: #FFF; }
      section#product-filter article ul li.filter-item-inactive {
        color: #6F0000; }
    section#product-filter article.product-filter-accessories div.nano {
      position: absolute;
      width: 14.6%;
      height: 430px; }
    section#product-filter article.product-filter-new {
      position: absolute;
      left: 0;
      bottom: 0;
      float: none;
      margin: 1em 1%;
      width: auto; }

h1#product-filter-headline {
  color: #FFF;
  cursor: pointer;
  padding: 0.5em 0 0.5em 0.7em;
  margin: 0;
  border: none;
  font-size: 18px;
  background: #E60003; }
  h1#product-filter-headline span.icon {
    float: right;
    margin: 0.2em 0.7em 0 0;
    font-size: 0.8em; }

a.tag {
  background: #C10000;
  color: #FFF !important;
  text-transform: none;
  padding: 0.3em 0.5em;
  margin: 0 0.2em 0 0;
  border-radius: 4px; }

a.icon-close-tag:after {
  color: #6F0000; }

a.icon-close-tag:hover:after {
  color: #FFF; }

/* Single Product */
section.single-product {
  margin-right: 1em;
  position: relative; }

div.product-options {
  border-top: 1px solid #C6CACD;
  margin: 1em 0 0 0;
  padding: 1em 0 1em 0; }

section.single-product ul {
  list-style: none; }

div.product-facts {
  padding: 0.5em 0 0 0;
  position: relative;
  height: 70px; }

div.product-features {
  border-top: 1px solid #C6CACD; }

div.product-features h3 {
  margin: 0.4em 0 0.4em 0; }

div.product-features div {
  box-sizing: border-box;
  border: none !important;
  width: 24%;
  padding: 0 0.8em 0 0 !important;
  padding-top: 0 !important;
  margin: 1em 0 1.3em 0;
  display: inline-block !important; }

div.product-features .col-one {
  width: 30%; }

div.product-features .col-two,
div.product-features .col-three {
  width: 26%; }

div.product-features .col-four {
  width: 15%; }

div.product-features ul {
  box-sizing: border-box;
  list-style-type: disc;
  list-style-image: url(img/list-style-arrow.png);
  margin: 0 0 0 15px; }

ul.product-sizes {
  margin: 0.5em 0 0 0;
  padding: 0; }

ul.product-sizes li {
  display: inline; }
  ul.product-sizes li a,
  ul.product-sizes li span {
    /*display: inline-block;*/
    padding: 0;
    margin: 0;
    padding: 0.25em 0.5em 0.3em 0.5em;
    font-family: "FrutigerLTW02-67BoldCn", sans-serif;
    color: #32343A;
    border-radius: 4px; }
  ul.product-sizes li a:hover {
    background-color: #FFEAEB; }
  ul.product-sizes li span {
    background: #E60003;
    color: #FFF; }

div.product-description {
  padding: 1.5em 0 1em 0;
  border-top: 1px solid #C6CACD; }

p#single-view-back {
  position: absolute;
  margin: 0 0 0 0 !important;
  text-align: right;
  right: 0; }
  p#single-view-back a {
    background-color: #E60003;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-family: "FrutigerLTW02-67BoldCn", sans-serif;
    padding: 0.25em 0.7em 0.3em 0.3em;
    border-radius: 4px; }

/* Social Share */
div.social-share-button,
div.share-bubble,
#wishlist-button {
  float: right; }

div.share-bubble {
  border-left: 1px solid #C6CACD;
  overflow: hidden; }

div.share-bubble div {
  width: 80px;
  text-align: center;
  padding-top: 10px;
  height: 70px;
  float: left; }

div.share-bubble div.share-fb {
  padding-left: 20px;
  padding-right: 20px; }
  div.share-bubble div.share-fb > iframe {
    min-width: 82px; }

div.share-bubble div.share-w {
  width: 52px; }

div.share-bubble div.share-pin {
  margin-top: 15px;
  height: auto; }

div.share-bubble div.share-tumblr {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 81px;
  height: 20px;
  background: url("http://platform.tumblr.com/v1/share_1.png") top left no-repeat transparent;
  margin-top: 28px; }
  div.share-bubble div.share-tumblr a {
    display: block;
    margin-top: -15px; }

div.share-bubble div.share-permalink {
  height: auto;
  margin: 25px 0 0 .7em;
  padding: 0;
  font-family: "FrutigerLTW02-67BoldCn", sans-serif;
  color: #fff;
  background-color: #e60003;
  border-radius: 4px;
  cursor: pointer; }

#wishlist-button {
  margin: 0 10px 0 0;
  padding: 0; }
  #wishlist-button button {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    outline: none; }
    #wishlist-button button span {
      display: inline-block; }
    #wishlist-button button #wishlist-remove {
      display: none;
      background-color: #E6E7E8; }
  #wishlist-button.active #wishlist-add {
    display: none; }
  #wishlist-button.active #wishlist-remove {
    display: inline-block; }

/* Image Zoom */
div.product-image-container {
  overflow: hidden;
  height: 525px;
  width: 100%;
  position: relative; }
  div.product-image-container .icon-zoom-in {
    position: absolute;
    font-size: 30px;
    color: #ddd; }
  div.product-image-container .icon-zoom-out {
    position: absolute;
    font-size: 30px;
    color: #ddd; }

#product-image-zoom {
  height: 525px;
  display: block;
  position: relative;
  width: 700px;
  left: 50%;
  margin-left: -350px; }

#product-image-zoom img {
  width: 700px; }

#product-image-zoom img,
#product-image-zoom img.ui-draggable.ui-draggable-disabled {
  position: absolute;
  vertical-align: middle; }
  #product-image-zoom img:hover,
  #product-image-zoom img.ui-draggable.ui-draggable-disabled:hover {
    cursor: url(img/zoom-in.png), auto; }

#product-image-zoom img.ui-draggable {
  cursor: url(data:image/gif;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAA//AAAd/wAAGf+AAAH9gAADbYAAA2yAAAZsAAAGbAAAAGAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//4AB//8AAf//AAD//5AA///gAP//4AD//8AF///AB///5A////5///8=), default; }

#product-image-zoom img.ui-draggable-dragging {
  cursor: url(data:image/gif;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAAH/AAAB/wAAA/0AAANsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//+AB///wAf//4AH//+AD///yT/////////////////////////////8=), default; }

.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  width: 100%;
  height: 525px;
  background-image: url("img/colorbox-loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
  filter: alpha(opacity=60); }

/* Colors */
ul.product-colors {
  list-style: none;
  margin: .5em 0 0 0;
  overflow: hidden; }

ul.product-colors li {
  display: inline-block;
  margin: 0;
  padding: 0; }

ul.product-colors li figure {
  display: block;
  width: 100px;
  height: 75px;
  border: 1px solid white;
  border-radius: 4px;
  text-align: center; }

ul.product-colors li figure.product-color-item-active {
  border: 1px solid #E60003;
  background: #FFFFFF;
  border-radius: 4px; }

ul.product-colors li figure figcaption {
  display: none;
  font-family: "FrutigerLTW02-67BoldCn", sans-serif;
  font-size: 1em;
  line-height: 1em;
  padding: 0.3em 0 0.35em 0;
  width: 100px;
  margin: 0 auto;
  position: absolute;
  margin-top: -130px;
  text-align: center;
  background: #E60003;
  border-radius: 4px;
  color: #FFF; }

ul.product-colors li figure figcaption:after {
  bottom: -9px;
  left: 40px;
  border-width: 10px 10px 0;
  border-color: #E60003 transparent;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0; }

ul.product-colors li a figure:hover figcaption,
ul.product-colors li figure.product-color-item-active:hover figcaption {
  display: block; }

/* Detail Images & Videos */
div.product-detailimages,
div.product-videos {
  border-top: 1px solid #C6CACD;
  margin: 1em 0 0 0;
  padding: 1em 0;
  overflow: hidden; }

div.product-detailimages h3 {
  margin-bottom: 0.5em; }

div.product-detailimages figure {
  display: block;
  height: 120px;
  float: left;
  border: 1px solid #C6CACD;
  margin: 0 0.5em 0 0; }

div.product-video {
  background: #333;
  margin: .5em 0 0 0;
  width: 700px;
  margin: 0 auto;
  margin-top: 0.5em; }

/* --- FAVOURITES --- */
#favourites-marklet {
  position: absolute;
  right: -50px;
  top: 100px; }

#favourites-marklet-signal {
  background-color: #5e626c; }
  #favourites-marklet-signal.active {
    background-color: #E60003; }

#favourites-marklet-count {
  font-family: "FrutigerLTW02-67BoldCn", sans-serif;
  background-color: #E60003;
  font-weight: bold; }

.favourites-marklet {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 1px; }

li.tx-fleshop-product-list-item a {
  position: relative; }

form.tx-fleshop-product-favourites-list-remove {
  position: absolute;
  bottom: 5px;
  right: 5px; }
  form.tx-fleshop-product-favourites-list-remove input[type=submit] {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    color: #6C7479; }

li.tx-fleshop-product-list-item:hover form.tx-fleshop-product-favourites-list-remove input[type=submit] {
  color: #E6E7E8; }
  li.tx-fleshop-product-list-item:hover form.tx-fleshop-product-favourites-list-remove input[type=submit]:hover {
    color: #fff !important; }

.product-artist {
  height: 230px;
  background-color: #e6e7e8;
  display: block;
  float: left;
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: visible;
  box-sizing: border-box; }
  .product-artist:hover {
    background-color: #32343a; }
    .product-artist:hover p {
      color: #fff; }
  .product-artist p {
    padding: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 120%;
    color: #6c7479; }

.isotope-wall-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

/******************
 * NEW 
 *****************/
.isotope-wall {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  .isotope-wall .listing {
    display: block;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    width: 20%;
    border: .3em solid white;
    line-height: 1.2em;
    font-family: 'FrutigerLTW02-67BoldCn', sans-serif;
    font-size: 1em;
    color: #fff;
    padding: .25em .25em .75em; }
    .isotope-wall .listing .inner-wrapper {
      position: relative;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      background-color: white; }
      .isotope-wall .listing .inner-wrapper:before, .isotope-wall .listing .inner-wrapper:after {
        content: "";
        position: absolute;
        z-index: -2;
        bottom: 12px;
        left: 10px;
        width: 50%;
        height: 20%;
        max-width: 300px;
        max-height: 100px;
        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg); }
      .isotope-wall .listing .inner-wrapper:after {
        right: 10px;
        left: auto;
        z-index: -3;
        -ms-transform: rotate(3deg);
        transform: rotate(3deg); }
    .isotope-wall .listing a {
      color: #fff !important;
      vertical-align: middle; }
    .isotope-wall .listing img {
      width: 100%;
      height: auto; }
    .isotope-wall .listing .icon:before {
      display: inline-block;
      position: absolute;
      left: .3em;
      margin-top: -6px;
      font-size: 1.8em;
      vertical-align: middle; }
    .isotope-wall .listing.double {
      width: 40%; }
    .isotope-wall .listing.facebook .inner-wrapper {
      background-color: #3e63b4; }
    .isotope-wall .listing.twitter .inner-wrapper {
      background-color: #01aaed; }
    .isotope-wall .listing.instagram {
      color: #000; }
      .isotope-wall .listing.instagram a {
        color: #000 !important; }
      .isotope-wall .listing.instagram .date {
        border-bottom: solid 1px #000; }
        .isotope-wall .listing.instagram .date:before {
          content: '';
          background: url(img/instagram.png) center center no-repeat;
          background-size: contain;
          display: inline-block;
          width: .75em;
          height: .75em;
          vertical-align: middle;
          margin-top: -2px; }
      .isotope-wall .listing.instagram .read-on {
        border-top: solid 1px #000; }
      .isotope-wall .listing.instagram .arrow_right {
        background: url(img/arrow_right_black.png) center right no-repeat;
        background-size: contain; }
    .isotope-wall .listing.news {
      background-color: #e20514; }
      .isotope-wall .listing.news .icon:before {
        font-size: 2.3em;
        margin-top: -10px; }
    .isotope-wall .listing .date {
      position: relative;
      display: inline-block;
      width: 100%;
      padding: .6em .9em;
      font-family: 'FrutigerLTW02-47LightCn', sans-serif;
      font-size: 1.1em;
      text-align: right;
      border-bottom: 1px solid #fff;
      box-sizing: border-box; }
    .isotope-wall .listing .content {
      padding: .7em .9em; }
      .isotope-wall .listing .content h2 {
        font-size: 1.1em; }
      .isotope-wall .listing .content p {
        margin: 0; }
    .isotope-wall .listing footer {
      position: relative; }
      .isotope-wall .listing footer .arrow_right {
        display: inline-block;
        position: absolute;
        right: .9em;
        height: 15px;
        width: 18px;
        margin-top: 4px;
        padding-left: .3em;
        background: url(img/arrow_right.png) center right no-repeat;
        background-size: contain; }
    .isotope-wall .listing .col-left {
      vertical-align: top;
      display: inline-block;
      width: 49%; }
    .isotope-wall .listing .col-right {
      vertical-align: top;
      display: inline-block;
      width: 49%;
      padding-left: .5em;
      box-sizing: border-box; }
    .isotope-wall .listing footer {
      text-transform: uppercase; }
    .isotope-wall .listing .interactions {
      padding: .5em .9em .6em .9em; }
    .isotope-wall .listing .comment-count,
    .isotope-wall .listing .like-count {
      display: inline-block;
      font-family: 'FrutigerLTW02-47LightCn', sans-serif; }
      .isotope-wall .listing .comment-count a,
      .isotope-wall .listing .like-count a {
        position: relative; }
      .isotope-wall .listing .comment-count:before,
      .isotope-wall .listing .like-count:before {
        position: relative;
        top: 3px;
        left: 0;
        font-size: 1em; }
    .isotope-wall .listing .comment-count {
      margin-right: 1.5em; }
    .isotope-wall .listing .read-on {
      border-top: 1px solid #fff;
      padding: .5em .9em .7em .9em; }

#show-more-wrapper {
  text-align: center;
  margin-bottom: 4em; }
  #show-more-wrapper a {
    display: inline-block;
    font-family: 'FrutigerLTW02-67BoldCn', sans-serif;
    width: 25em;
    border: 2px solid #000;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #000 !important; }
    #show-more-wrapper a:hover {
      border-color: #000;
      background-color: #f2f2f2;
      color: #000 !important;
      transition: color 150ms, background-color 150ms, border-color 150ms; }

#load-next.isLoading {
  background: url("img/isLoading.gif") 83% no-repeat;
  background-size: 35px; }

/* Startpage Follow Links */
h1#followus {
  margin: 1em 0 0.5em 0;
  text-align: center;
  height: 55px;
  line-height: 55px; }

a#twitter,
a#youtube,
a#googleplus,
a#facebook,
a#weibo,
a#pinterest,
a#tumblr,
a#instagram {
  display: inline-block;
  margin: 0 0.25em 0 0.25em;
  text-indent: -9999em;
  background-repeat: no-repeat; }

a#facebook {
  height: 55px;
  width: 57px;
  background-image: url(../res/facebook.jpg); }

a#twitter {
  height: 55px;
  width: 65px;
  background-image: url(../res/twitter.jpg); }

a#instagram {
  height: 55px;
  width: 126px;
  background-image: url(../res/instagram.png);
  background-size: contain;
  background-position: center center; }

a#youtube {
  height: 55px;
  width: 126px;
  background-image: url(../res/youtube.jpg); }

a#googleplus {
  height: 55px;
  width: 58px;
  background-image: url(../res/google_plus.jpg); }

a#weibo {
  height: 50px;
  width: 67px;
  background-image: url(../res/weibo.png); }

a#pinterest {
  height: 55px;
  width: 55px;
  background-image: url(../res/logo_pinterest.png); }

a#tumblr {
  height: 55px;
  width: 55px;
  background-image: url(../res/logo_tumblr.png); }

#distributors {
  background: #FFF;
  padding-bottom: 2em; }

#dealer-map {
  width: 100%;
  height: 500px;
  border-bottom: 1px solid #fff; }

#dealer-country-selector {
  margin: 1em 1em 2em 1em;
  margin-top: -85px;
  width: 350px;
  /*top: -80px;*/
  position: absolute; }

div.distributor-address {
  margin-top: 50px;
  width: 90%;
  margin: 0 auto;
  margin-top: 0em; }

div.distributor-address h3 {
  margin: 0.5em 0 0.5em 0; }

div.distributor-address h2 {
  margin: 1em 0 0.5em 0; }

#special-dealer-container .special {
  background-color: #fff;
  padding: 0em 2em;
  margin: 1.5em 0; }

#special-dealer-container section.select.top div {
  bottom: 40px; }

#special-dealer-container .special h1 {
  margin: 0; }

table#dealer-table {
  width: 97%;
  margin: 1em 1.5% 2em 1.5%;
  border-collapse: collapse; }

table#dealer-table th {
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
  font-weight: normal;
  cursor: pointer;
  padding: 0 0 0 0.5em; }

table#dealer-table th:hover {
  color: #1c1c1c; }

table#dealer-table th span:after,
table#dealer-table th.headerSortUp span:after,
table#dealer-table th.headerSortDown span:after {
  content: '\46';
  font-family: 'meinl-icons';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  color: #fff; }

table#dealer-table th.headerSortUp span:after {
  color: #999; }

table#dealer-table th.headerSortDown span:after {
  content: '\45';
  color: #999; }

table#dealer-table td {
  vertical-align: top;
  border-top: 1px solid #f0f0f0;
  padding: 0 0 0 0.5em; }

table#dealer-table tr:hover td {
  cursor: pointer;
  color: #FFF;
  background: #E60003; }

table#dealer-table td span {
  letter-spacing: 5px;
  color: #E6DE18; }

table#dealer-table td span.region {
  letter-spacing: 0;
  color: #bbb; }

div.grid-container {
  width: 98.5%;
  overflow: hidden;
  margin: 0.5em 0 0 0;
  box-sizing: border-box; }

div.grid-container > div {
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  padding: 5px;
  height: 250px;
  z-index: 2; }

div.grid-container > div > div {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  border: 1px solid #C6CACD;
  background-position: left center;
  font-size: 16px; }

.x1x1 {
  width: 100%; }

.x1x2 {
  width: 50%; }

.x1x3 {
  width: 33.33%; }

.x2x3 {
  width: 66.66%; }

.x1x4 {
  width: 25%; }

.x3x4 {
  width: 75%; }

div.grid-container h4.black {
  color: #323339;
  font-size: 1.4em;
  text-shadow: 1px 1px 3px white; }

div.grid-container h4.white {
  color: #fff;
  font-size: 1.4em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8); }

div.grid-container .hidden {
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

div.grid-container .hidden h4 {
  text-indent: -999999em; }

div.grid-container h4 {
  font-family: 'FrutigerLTW02-57Condens', sans-serif;
  font-size: 1.75em; }

#content div.grid-container a {
  position: absolute;
  bottom: 18px;
  right: 20px;
  display: inline-block;
  font-family: 'FrutigerLTW02-67BoldCn', sans-serif;
  font-size: 1.125em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 35px 4px 13px;
  margin-top: 10px;
  background-color: #E60003;
  border-radius: 4px; }

#content div.grid-container a:hover {
  color: #E60003;
  background-color: #fff; }

#content div.grid-container a:before {
  position: absolute;
  font-size: 1.125em;
  right: 7px;
  bottom: 8px; }

/*FAKE SELECT*/
section.select {
  position: relative;
  margin: 0;
  padding: 0;
  background: #E60003; }

section.select h2 {
  padding: 10px 15px 8px 15px;
  cursor: pointer;
  color: #FFF;
  margin: 0 0 4px 0; }

section.select h2:after {
  content: "\4a";
  font-family: 'meinl-icons';
  font-style: normal;
  text-transform: none;
  speak: none;
  display: block;
  float: right;
  text-decoration: inherit;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 0 0 0;
  margin: 5px 0 0 0;
  color: #ffffff;
  font-size: 14px;
  -webkit-font-smoothing: antialiased; }

section.select .nano .wrapper {
  background-color: transparent; }

section.select div {
  height: 300px;
  width: 100%;
  position: absolute;
  background-color: #C10000; }

section.select.top div {
  /*bottom: 45px;*/ }

section.select ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

section.select ul li a,
section#distributor-country-selector ul li a {
  text-decoration: none;
  color: #ffffff !important;
  display: block;
  padding: 0 0.5em 0 0.5em; }

section.select ul li a:hover {
  color: #FFF;
  background: #9F0000; }

section#distributor-country-selector {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em; }

section#distributor-country-selector div.nano {
  margin-top: -5px; }

/* CONTACT */
div.Tx-Formhandler {
  background-color: #fff;
  padding: 20px; }

div.Tx-Formhandler form {
  width: 50%;
  margin: 0 auto; }

div.Tx-Formhandler label,
div.Tx-Formhandler div.form-field {
  display: inline-block;
  width: 100%;
  font-family: 'FrutigerLTW02-67BoldCn', sans-serif;
  text-transform: uppercase;
  color: #323339; }

div.Tx-Formhandler div.form-field {
  margin: 0 0 1em 0; }

div.Tx-Formhandler input {
  width: 100%;
  padding: 0.4em; }

div.Tx-Formhandler input[name="mathguard_answer"] {
  margin-left: 0.3em;
  width: 240px; }

div.Tx-Formhandler textarea {
  width: 100%;
  padding: 0.4em;
  resize: vertical; }

div.Tx-Formhandler span.error-label {
  font-family: 'FrutigerLTW02-57Condens', sans-serif;
  text-transform: none;
  color: #E60003; }

div.Tx-Formhandler input.button {
  width: 100%;
  display: block;
  font-family: 'FrutigerLTW02-67BoldCn', sans-serif;
  font-size: 1.125em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1em 0 1em 0;
  margin: 0 auto;
  margin-top: 1em;
  background-color: #E60003;
  border: none;
  border-radius: 4px; }

div.Tx-Formhandler input.button:hover {
  color: #E60003;
  background-color: #ddd; }

div.Tx-Formhandler input.button:before {
  position: absolute;
  font-size: 1.125em;
  right: 7px;
  bottom: 8px;
  color: #6F0000; }
