/**********************************************************************/
/* CUSTOM ELEMENTS
/**********************************************************************/
body {
  background: #fff;
  padding-top: 60px;
}
@media only screen and (max-width: 990px) {
  body {
    padding-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  body {
    padding-top: 50px;
  }
}

span.date {
  color: #be0a26;
}

.textLarge p {
  font-size: 1em;
  line-height: 1.75em;
}

.inlineBlock.border {
  padding: 20px;
}

/* line & hr
/*-------------------------------------------------------------------*/
.line, hr {
  border-bottom: #e2dfd4 1px solid;
}
.line.white, hr.white {
  border-bottom: #fff 1px solid;
}

/* background
/*-------------------------------------------------------------------*/
.background, .box.background {
  background: #eeedeb;
}
.background.white {
  border: 1px solid #9e966f;
  background: #fff;
  color: #000;
}
.transparantwit{
	background-color:#9e9e9e;
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
    padding: 30px 30px;
		
}
.background.laboratorium {
  background: #4e4f25 url("laboratorium.jpg") center bottom no-repeat;
  color: #fff;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.background.laboratorium h1, .background.laboratorium h2, .background.laboratorium h3, .background.laboratorium h4 {
  color: inherit;
}
.background.laboratorium img.border {
  border: 7px solid #fff;
}
.background.red {
  background: #be0a26;
  color: #fff;
}
.background.grey {
  background: #5d6060;
  color: #fff;
}
.background.grey h3 {
  color: #fff;
}
.background.grey .fa {
  color: #fff;
}
.background.grey.pattern {
  background: #5d6060 ;
}
.background.themeColor {
  background: #be0a26;
  color: #fff;
}
.background.themeColor > .inner {
  padding: 25px;
}
.background.themeColor .inner.content a {
  color: #504146;
}
.background.themeColor .inner.content a:hover {
  color: #fff;
  text-decoration: none;
}
.background.themeColor .button {
  background: #ecf0f1;
  color: #fff;
}
.background.themeColor .button:hover {
  background: #fff;
  color: #be0a26;
}
.background.themeColor h2, .background.themeColor h3, .background.themeColor h4, .background.themeColor h5, .background.themeColor h6 {
  color: #fff;
}

/* Tags
/*-------------------------------------------------------------------*/
.tags h4 {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 1.75em;
  line-height: 1em;
  font-weight: normal;
  color: #000;
  margin-bottom: 1em;
}
.tags h4 a {
  color: inherit;
}
.tags .button {
  font-family: "Noto Serif", "Arial", sans-serif;
  margin: 0;
  background: #b2b2b2;
  color: #fff;
  border: none;
  min-height: 30px;
  line-height: 30px;
}
.tags .button:hover {
  background: #999999;
}

/* Box
/*-------------------------------------------------------------------*/
.box {
  position: relative;
}
.box.background > .inner {
  padding: 30px;
}
.box.background h4 {
  color: #be0a26;
}
.box h3 + * {
  margin-top: 0.9em;
}
.box > .inner a {
  text-decoration: none;
}
.box > .inner a:hover {
  text-decoration: underline;
}
.box .link {
  font-family: "Noto Sans", "Arial", sans-serif;
}
.box.buttonToBottom > .inner {
  padding-bottom: 40px !important;
}
.box.buttonToBottom .button {
  position: absolute;
  bottom: 0;
}
.box.buttonToBottom .button.block {
  left: 20px;
  right: 20px;
}
.box.linkToBottom > .inner {
  padding-bottom: 25px !important;
}
.box.linkToBottom .link {
  position: absolute;
  bottom: 0;
}
.box.linkToBottom .link.block {
  left: 20px;
  right: 20px;
}
.box.dropShadow {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
}

/* UL listWithIcons
/*-------------------------------------------------------------------*/
.listWithIcons ul,
ul.listWithIcons ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 300;
  padding-left: 40px;
  line-height: 1.25em;
}
.listWithIcons ul em,
ul.listWithIcons ul em {
  margin: 0 0 0 -40px;
  float: left;
  font-size: 1.5625em;
  color: #00763b;
  width: 30px;
  text-align: center;
}
.listWithIcons ul > li,
ul.listWithIcons ul > li {
  margin-bottom: 0.5em;
}
.listWithIcons ul > li:last-child,
ul.listWithIcons ul > li:last-child {
  margin-bottom: 0;
}

/* button & submit
/*-------------------------------------------------------------------*/
.button.large,
.submit.large,
.toggle-button.large,
#bBasket .button.large,
#bBasket .submit
#form_container .submit.large {
  font-size: 1.5em;
  font-weight: normal !important;
  min-height: 55px;
  padding: 0 40px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  line-height: 53px !important;
}
.button.themeColor,
.submit.themeColor,
.toggle-button.themeColor,
#bBasket .button.themeColor,
#bBasket .submit
#form_container .submit.themeColor {
  background: #be0a26;
  color: #fff;
}
.button.themeColor:hover,
.submit.themeColor:hover,
.toggle-button.themeColor:hover,
#bBasket .button.themeColor:hover,
#bBasket .submit
#form_container .submit.themeColor:hover {
  background: #85071b;
}
.button.themeColor.border,
.submit.themeColor.border,
.toggle-button.themeColor.border,
#bBasket .button.themeColor.border,
#bBasket .submit
#form_container .submit.themeColor.border {
  border: 1px solid #df8593;
}
.button.themeColor.border:hover,
.submit.themeColor.border:hover,
.toggle-button.themeColor.border:hover,
#bBasket .button.themeColor.border:hover,
#bBasket .submit
#form_container .submit.themeColor.border:hover {
  background: #be0a26;
  border-color: #fff;
}
.button.white,
.submit.white,
.toggle-button.white,
#bBasket .button.white,
#bBasket .submit
#form_container .submit.white {
  background: #fff;
  color: #243b40;
  border: 1px solid transparent;
}
.button.white:hover,
.submit.white:hover,
.toggle-button.white:hover,
#bBasket .button.white:hover,
#bBasket .submit
#form_container .submit.white:hover {
  background: #043882;
  color: #fff;
  border-color: #fff;
}
.button.more.alignLeft:after,
.submit.more.alignLeft:after,
.toggle-button.more.alignLeft:after,
#bBasket .button.more.alignLeft:after,
#bBasket .submit
#form_container .submit.more.alignLeft:after {
  float: right;
}
.button.small,
.submit.small,
.toggle-button.small,
#bBasket .button.small,
#bBasket .submit
#form_container .submit.small {
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
}
@media only screen and (max-width: 990px) {
  .button,
  .submit,
  .toggle-button,
  #bBasket .button,
  #bBasket .submit
  #form_container .submit {
    margin-bottom: 3px !important;
  }
  .button.defaultNav,
  .submit.defaultNav,
  .toggle-button.defaultNav,
  #bBasket .button.defaultNav,
  #bBasket .submit
  #form_container .submit.defaultNav {
    font-family: "Noto Sans", "Arial", sans-serif;
    min-height: 50px;
    width: 50px;
    line-height: 50px;
    float: none;
    display: inline-block;
    color: #fff;
    background: #be0a26;
    border: none;
    text-transform: uppercase;
  }
  .button.defaultNav.active,
  .submit.defaultNav.active,
  .toggle-button.defaultNav.active,
  #bBasket .button.defaultNav.active,
  #bBasket .submit
  #form_container .submit.defaultNav.active {
    color: #fff;
    background: #000;
  }
  .button.defaultNav .fa,
  .submit.defaultNav .fa,
  .toggle-button.defaultNav .fa,
  #bBasket .button.defaultNav .fa,
  #bBasket .submit
  #form_container .submit.defaultNav .fa {
    line-height: 50px;
  }
  .button.defaultNav .title,
  .submit.defaultNav .title,
  .toggle-button.defaultNav .title,
  #bBasket .button.defaultNav .title,
  #bBasket .submit
  #form_container .submit.defaultNav .title {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .button,
  .submit,
  .toggle-button,
  #bBasket .button,
  #bBasket .submit
  #form_container .submit {
    float: none;
    margin: 0;
    min-height: 40px;
  }
  .button.defaultNav,
  .submit.defaultNav,
  .toggle-button.defaultNav,
  #bBasket .button.defaultNav,
  #bBasket .submit
  #form_container .submit.defaultNav {
    width: 100%;
    position: static;
    padding: 0 15px;
    margin: 0;
    min-height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    background: #be0a26;
  }
  .button.defaultNav.active,
  .submit.defaultNav.active,
  .toggle-button.defaultNav.active,
  #bBasket .button.defaultNav.active,
  #bBasket .submit
  #form_container .submit.defaultNav.active {
    color: #fff;
    background: #000;
  }
  .button.defaultNav span,
  .button.defaultNav .fa,
  .submit.defaultNav span,
  .submit.defaultNav .fa,
  .toggle-button.defaultNav span,
  .toggle-button.defaultNav .fa,
  #bBasket .button.defaultNav span,
  #bBasket .button.defaultNav .fa,
  #bBasket .submit
  #form_container .submit.defaultNav span,
  #bBasket .submit
  #form_container .submit.defaultNav .fa {
    float: right;
  }
  .button.defaultNav span.title,
  .button.defaultNav .fa.title,
  .submit.defaultNav span.title,
  .submit.defaultNav .fa.title,
  .toggle-button.defaultNav span.title,
  .toggle-button.defaultNav .fa.title,
  #bBasket .button.defaultNav span.title,
  #bBasket .button.defaultNav .fa.title,
  #bBasket .submit
  #form_container .submit.defaultNav span.title,
  #bBasket .submit
  #form_container .submit.defaultNav .fa.title {
    display: block;
    float: left;
    font-size: 1.125em;
  }
  .button.defaultNav .fa,
  .submit.defaultNav .fa,
  .toggle-button.defaultNav .fa,
  #bBasket .button.defaultNav .fa,
  #bBasket .submit
  #form_container .submit.defaultNav .fa {
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .button.defaultNav,
  .submit.defaultNav,
  .toggle-button.defaultNav,
  #bBasket .button.defaultNav,
  #bBasket .submit
  #form_container .submit.defaultNav {
    min-width: 200px;
    padding: 0 15px;
    min-height: 50px;
    line-height: 50px;
    position: static;
  }
  .button.defaultNav.marginTablet,
  .submit.defaultNav.marginTablet,
  .toggle-button.defaultNav.marginTablet,
  #bBasket .button.defaultNav.marginTablet,
  #bBasket .submit
  #form_container .submit.defaultNav.marginTablet {
    margin-bottom: 20px !important;
  }
  .button.defaultNav span,
  .button.defaultNav .fa,
  .submit.defaultNav span,
  .submit.defaultNav .fa,
  .toggle-button.defaultNav span,
  .toggle-button.defaultNav .fa,
  #bBasket .button.defaultNav span,
  #bBasket .button.defaultNav .fa,
  #bBasket .submit
  #form_container .submit.defaultNav span,
  #bBasket .submit
  #form_container .submit.defaultNav .fa {
    float: right;
    line-height: 50px;
  }
  .button.defaultNav span.title,
  .button.defaultNav .fa.title,
  .submit.defaultNav span.title,
  .submit.defaultNav .fa.title,
  .toggle-button.defaultNav span.title,
  .toggle-button.defaultNav .fa.title,
  #bBasket .button.defaultNav span.title,
  #bBasket .button.defaultNav .fa.title,
  #bBasket .submit
  #form_container .submit.defaultNav span.title,
  #bBasket .submit
  #form_container .submit.defaultNav .fa.title {
    display: block;
    float: left;
    font-weight: bold;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  #main .button, #main
  .submit, #main
  .toggle-button, #main
  #bBasket .button, #main
  #bBasket .submit
  #form_container .submit {
    min-height: auto !important;
    line-height: 1em !important;
    padding-top: 0.625em !important;
    padding-bottom: 0.625em !important;
  }
}

/* toggle button
/*-------------------------------------------------------------------*/
.toggle-button.checkOut span.count {
  background: #fff;
}
@media only screen and (max-width: 479px) {
  .toggle-button {
    width: 40px;
  }
}

/* box
/*-------------------------------------------------------------------*/
.box {
  position: relative;
}
.box.newsletter p {
  margin: 0.5em 0;
}
.box.newsletter > .inner {
  padding: 20px !important;
}
.box.background > .inner {
  padding: 30px;
}
.box.background h4 {
  color: #be0a26;
}
.box h3 + * {
  margin-top: 0.9em;
}
.box > .inner a {
  text-decoration: none;
}
.box > .inner a:hover {
  text-decoration: underline;
}
.box .link {
  font-family: "Noto Sans", "Arial", sans-serif;
}
.box.buttonToBottom > .inner {
  padding-bottom: 40px !important;
}
.box.buttonToBottom .button {
  position: absolute;
  bottom: 0;
}
.box.buttonToBottom .button.block {
  left: 20px;
  right: 20px;
}
.box.linkToBottom > .inner {
  padding-bottom: 25px !important;
}
.box.linkToBottom .link {
  position: absolute;
  bottom: 0;
}
.box.linkToBottom .link.block {
  left: 20px;
  right: 20px;
}
.box.dropShadow {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 990px) {
  .box.margin {
    margin-bottom: 20px;
  }
  .box.margin.marginSmall {
    margin-bottom: 10px;
  }
  .box.margin.marginLarge {
    margin-bottom: 40px;
  }
  .box.margin:last-child {
    margin-bottom: 0;
  }
}

/* input
/*-------------------------------------------------------------------*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input.text:focus,
input.keywords
select:focus {
  border-color: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 479px) {
  input[type="text"],
  input[type="password"],
  input[type="search"],
  input[type="email"],
  input.text,
  input.keywords
  select {
    height: 40px;
    webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
}

/* textarea
/*-------------------------------------------------------------------*/
textarea:focus {
  border-color: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 479px) {
  textarea {
    webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
}

/* label
/*-------------------------------------------------------------------*/
label {
  margin-bottom: 0.2em;
  color: #002b3c;
}
label .title {
  font-size: 1.125em;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 479px) {
  label label {
    min-height: 1px;
  }
}

/* modal
/*-------------------------------------------------------------------*/
.modal .modal-header {
  padding: 0;
  border: none;
  min-height: 1px;
}
.modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4 {
  float: none;
  padding: 20px;
}
.modal .modal-content {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog {
    width: 90%;
    margin: 10px auto;
  }
}

/* table
/*-------------------------------------------------------------------*/
.table {
  clear: both;
}
.table > .inner {
  padding: 20px;
}
.table .title,
.table .data {
  padding: 0 20px 5px 20px;
}
.table .head {
  font-size: 0.875em;
  color: #758797;
}
.table .head .title {
  padding-left: 60px;
}
.table .head > .inner {
  padding: 20px;
}
.table .content > .inner {
  padding: 20px;
}
.table .content .row:last-child .title,
.table .content .row:last-child .data {
  padding: 0 20px;
}
@media only screen and (max-width: 479px) {
  .table .row {
    margin-bottom: 8px;
  }
  .table .row:last-child {
    margin-bottom: 0;
  }
  .table .title,
  .table .data {
    width: 100%;
    padding: 0 20px;
  }
  .table .title .inner.input,
  .table .data .inner.input {
    padding-left: 30px;
  }
}

/* border
/*-------------------------------------------------------------------*/
.border {
  border: 1px solid #e5e5e5;
}
.border.dotted {
  border: 1px dotted #7bb4c5;
}
.border > .inner {
  padding: 20px;
}
.border h3 {
  margin-bottom: 20px;
}

.icon {
  vertical-align: middle;
  display: inline-block;
}

/* Banner
/*-------------------------------------------------------------------*/
.banner {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.no-touch .banner:hover .info {
  background: #302c25;
}
.banner .info {
  background: rgba(48, 44, 37, 0.75);
  color: #fff;
  padding: 15px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  line-height: 1.125em;
}
.banner .info * {
  color: #fff;
}
.banner .info h1, .banner .info h2, .banner .info h3 {
  font-size: 1.4375em;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffa600;
}
.banner .info h4, .banner .info h5, .banner .info h6 {
  font-size: 1.0625em;
  font-weight: 300;
  letter-spacing: 2px;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* TEMPLATE
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mainSlider
/*-------------------------------------------------------------------*/
#mainSlider {
  margin: 0 auto;
  font-family: "Noto Sans", "Arial", sans-serif;
}
#mainSlider .white {
  color: #fff;
}
#mainSlider h1 {
  font-weight: 700;
  font-size: 3.0625em;
  line-height: 1em;
  width: 950px;
  height: 110px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  margin-bottom: 0px;
  background: url("img-logo-white.png") no-repeat;
}
#mainSlider h2 {
  font-size: 3.625em;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 45px;
}
#mainSlider h3 {
  font-size: 2.375em;
  line-height: 1em;
  font-weight: 300;
  margin-top: 45px;
}
#mainSlider p {
  font-size: 1.1875em;
}
#mainSlider ul li a {
  position: absolute;
  height: 100%;
  width: 100%;
}
#mainSlider img {
  visibility: hidden;
}
#default #mainSlider img {
  visibility: visible;
}
#mainSlider .container {
  position: static;
}
#mainSlider .container > .inner {
  padding: 60px 0;
}
#mainSlider .container > .inner.content {
  line-height: 1.875em;
}
#mainSlider .button {
  margin-top: 45px;
  min-height: 55px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 1.5em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #be0a26;
  border-color: #fff;
  color: #fff;
}
#mainSlider .button:hover {
  background: #fff;
  border-color: #be0a26;
  color: #be0a26;
}
@media only screen and (max-width: 990px) {
  #mainSlider {
    position: relative;
	 height: auto !important;
background-image:none !important;	 
  }
  #mainSlider .container {
    position: static;
  }
  #mainSlider .container > .inner {
    padding: 20px 0;
  }
  #mainSlider .container > .inner h1  {
    display: none;
  }

  #mainSlider .container > .inner h2 {
    font-size: 2em;
    margin: 0 0 0.5em 0;
  }
  #mainSlider .container > .inner h3 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
  }
  #mainSlider .container > .inner .button {
    margin: 0;
  }
  #mainSlider .loader {
    background: #d0d1d1 url("img-loader-responsive.gif") 50% 50% no-repeat;
  }
  #mainSlider h4 {
    position: static;
    width: auto;
    padding: 20px;
  }
  #mainSlider .button {
    top: auto;
    left: auto;
    bottom: 20px;
  }
}

/* headlinesCol
/*-------------------------------------------------------------------*/
.headlinesCol .item {
  font-size: 0.8125em;
}
.headlinesCol .item h3 {
  font-weight: 400;
  color: #be0a26;
  font-size: 1.38462em;
}
.headlinesCol .item h3 a {
  color: inherit;
}
.headlinesCol .item p {
  margin: 0.9em 0;
}
.headlinesCol .item .image > .cover {
  max-width: 320px;
  height: 100px;
  overflow: hidden;
  display: block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.no-touch .headlinesCol .item .image:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.headlinesCol .item hr {
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  border-color: #e7eeed;
}
.headlinesCol .item a {
  color: #7fba9d;
}
.headlinesCol .item:last-of-type hr {
  display: none;
}
.headlinesCol .item:last-of-type.margin {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .headlinesCol .item .image > .cover {
    margin-bottom: 1em;
    height: 200px;
  }
}

#default h1 {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 2em;
  font-weight: 700;
}

/* HEADER
/*-------------------------------------------------------------------*/
#header {
  background: #fff;
}
#header .bar {
  background: #eeedeb;
  position: relative;
}
#header div > .inner {
  padding: 20px 0;
}
#header .logo {
  position: static;
}
#header .logo > .inner {
  padding: 20px 0;
}
#header .logo img {
  vertical-align: baseline;
}
#header .logo img.desktop {
  display: inline-block;
}
#header .logo .slogan {
  font-size: 1.625em;
  line-height: 1em;
  font-weight: bold;
  padding: 0 0 0 25px;
}
#header .banner .box {
  border: 1px dotted #7fb7c7;
  word-wrap: break-word;
}
#header .banner .box > .inner {
  padding: 10px;
}
#header .banner .box a {
  text-decoration: none;
}
#header .banner .title {
  font-weight: 700;
  color: #34495e;
}
#header hr {
  margin: 0;
}
#homepage #header hr {
  display: none;
}
#header #searchBar {
  width: 180px;
  position: absolute;
  right: -5px;
  clear: both;
}
#header #searchBar input.keywords {
  border: 1px solid #ccc;
  background: #fff;
  height: 30px;
  font-size: 0.9em;
  padding-right: 30px;
  margin: 0;
}
#header #searchBar button.submit {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 30px;
  width: 30px;
  line-height: 28px;
  padding: 0;
  text-align: center;
  border: 1px solid #ccc;
  border-left: none;
  background: #fff;
  color: #be0a26;
}
#header #searchBar button.submit .ui-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
}
#header #searchBar button.submit .ui-icon:before {
  content: "\f002";
}
#header .myaccount {
  float: right;
  font-size: 0.9em;
  margin-bottom: 10px;
  display: inline-block;
}
#header .myaccount span {
  margin-right: 5px;
}
#header #checkout .cart {
  display: block;
  color: #000;
}
#header #checkout .background {
  background: #eeedeb;
}
#header #checkout .inner {
  padding: 10px;
}
#header #checkout .title {
  font-weight: 700;
  color: #34495e;
}
#header #checkout h3 {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 1.5em;
  color: #7a5a36;
  margin-bottom: 15px;
}
#header #checkout h3 .fa {
  margin-right: 8px;
}
#header #checkout .text {
  width: 75%;
  float: left;
  border: none;
  height: 30px;
  margin: 0 10px 0 0;
  line-height: 30px;
  color: #7a5a36;
}
#header #checkout .add-on {
  float: left;
  font-size: 1.375em;
}
#header #checkout .row {
  line-height: 30px;
}
#header #checkout .seperator {
  color: #5ca3b7;
}
#header #checkout .button {
  margin-top: 10px;
  min-height: 30px;
  line-height: 30px;
  display: block;
  font-size: 1em;
  border: none;
  color: #fff;
  background-color: #9bd99d;
  background: -moz-linear-gradient(top, #9bd99d 0%, #22aa25 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bd99d), color-stop(100%, #22aa25));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9bd99d 0%, #22aa25 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9bd99d 0%, #22aa25 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9bd99d 0%, #22aa25 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #9bd99d 0%, #22aa25 100%);
  /* W3C */
}
#header #checkout .button:hover {
  background-color: #76cb79;
  background: -moz-linear-gradient(top, #76cb79 0%, #19801c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76cb79), color-stop(100%, #19801c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #76cb79 0%, #19801c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #76cb79 0%, #19801c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #76cb79 0%, #19801c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #76cb79 0%, #19801c 100%);
  /* W3C */
}
#header #topNav > .inner {
  padding: 10px 0;
}
@media only screen and (max-width: 990px) {
  #header .logo img {
    position: static;
  }
  #header .logo img.mobile {
    max-width: 80%;
  }
  #header .logo .slogan {
    display: block;
    padding: 20px 0 0 0;
  }
  #header #topNav ul > li {
    margin-bottom: 5px;
  }
  #header #searchBar {
    width: 100%;
    position: relative;
    right: 0;
    margin-top: 12px;
    display: inline-block;
  }
  #header #searchBar input.keywords {
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    padding-right: 40px;
    text-indent: 0.8em;
  }
  #header #searchBar button.submit {
    width: 40px;
    min-height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
    font-size: 1.2em;
  }
  #header hr {
    display: none;
  }
  #header #checkout .button {
    min-height: 40px;
    line-height: 40px;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #header div > .inner {
    padding: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  #header div > .inner {
    padding: 0 0 20px 0;
    padding: 0;
  }
  #header .logo {
    position: static;
    text-align: center;
  }
  #header .logo > .inner {
    padding: 20px 0;
  }
  #header .logo img {
    max-width: 90%;
  }
  #header .logo img.desktop {
    display: none;
  }
  #header .logo img.mobile {
    display: inline-block;
  }
  #header.posFixed .button.defaultNav, #header.posFixed .toggle-button.defaultNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}

/* DEFAULTNAV
/*-------------------------------------------------------------------*/
#defaultNav {
  z-index: 2;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  color: #fff;
  background: #be0a26;
}
#defaultNav .container {
  background: inherit;
}
#defaultNav .navigation {
  float: left;
}
#defaultNav .navigation > .inner {
  padding: 15px 0;
}
@media only screen and (max-width: 990px) {
  #defaultNav {
    position: relative;
    z-index: 1;
    top: 0;
    width: 100%;
  }
  #defaultNav .navigation > .inner {
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  #defaultNav {
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
  }
  #defaultNav .container {
    background: #fff;
  }
  #defaultNav.posFixed .navigation {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 100;
  }
  #defaultNav.posFixed .navigation .container {
    padding: 0;
  }
  #defaultNav .navigation:after {
    content: "";
    display: block;
    webkit-box-shadow: 0 0 6px #000000;
    -moz-box-shadow: 0 0 6px #000000;
    box-shadow: 0 0 6px #000000;
    border-bottom: 1px solid #fff;
  }
}

/* TOPNAV
/*-------------------------------------------------------------------*/
#topNav {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 0.875em;
}
#topNav ul li.home a > .inner {
  padding: 0 12px;
}
#topNav ul li.home .fa {
  display: inline-block !important;
  float: none;
  vertical-align: middle;
  font-size: 1.2em;
  color: inherit;
  margin: 0;
}
#topNav ul li.home .fa:before {
  content: "\f015";
}
#topNav ul li.home .title {
  display: none;
}
#topNav ul li a {
  border-color: #fff;
  color: #be0a26;
}
#topNav ul li a:hover {
  color: #fff;
}
#topNav ul li a:hover:after {
  color: #fff;
}
#topNav ul li.selected a {
  color: #fff;
}
#topNav ul li.selected a:after {
  color: #fff;
}
@media only screen and (max-width: 479px) {
  #topNav ul > li {
    margin-bottom: 5px;
  }
}

/* DEFAULTLOGO
/*-------------------------------------------------------------------*/
#defaultLogo {
  float: left;
  margin-right: 15px;
  max-width: 180px;
}
#defaultLogo > .inner {
  padding: 15px 0 0 0;
}
#homepage #defaultLogo {
  display: none;
}
@media only screen and (max-width: 990px) {
  #defaultLogo {
    display: none;
  }
}
@media (min-width: 1100px) {
  #defaultLogo {
    max-width: 220px;
  }
}

/* FEATURENAV
/*-------------------------------------------------------------------*/
#featureNav {
  float: right;
  width: 360px;
}
#featureNav > .inner {
  padding: 15px 0 0 0;
}
#featureNav .button {
  margin-bottom: 0 !important;
}
#featureNav #profile {
  float: right;
}
#featureNav #profile .button {
  min-height: 30px;
  line-height: 30px;
}
#featureNav #profile .button.border {
  line-height: 28px;
}
#featureNav #searchBar {
  float: right;
  position: relative;
}
#featureNav #searchBar input.keywords {
  font-family: "Noto Sans", "Arial", sans-serif;
  border: 1px solid #85071b;
  background: #85071b;
  color: #fff;
  height: 30px;
  font-size: 0.9em;
  padding-right: 30px;
  margin: 0;
  /* Placeholder color and vertical align */
}
#featureNav #searchBar input.keywords::-moz-placeholder {
  color: #eeedeb;
  opacity: 1;
  line-height: normal;
}
#featureNav #searchBar input.keywords:-ms-input-placeholder {
  color: #eeedeb;
  line-height: normal;
}
#featureNav #searchBar input.keywords::-webkit-input-placeholder {
  color: #eeedeb;
  line-height: normal;
}
#featureNav #searchBar button.submit {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 30px;
  width: 30px;
  line-height: 28px;
  padding: 0;
  text-align: center;
  border: none;
  background: #85071b;
  color: #fff;
}
#featureNav #searchBar button.submit .ui-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
}
#featureNav #searchBar button.submit .ui-icon:before {
  content: "\f002";
}
@media only screen and (max-width: 990px) {
  #featureNav {
    background: #be0a26;
    width: 100%;
    float: none;
  }
  #featureNav > .inner {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  #featureNav {
    background: #fff;
    text-align: center;
  }
  #featureNav > .inner {
    padding: 0;
  }
  #featureNav .button {
    min-height: 40px !important;
    line-height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
  }
  #featureNav .button:hover {
    background: #85071b;
  }
  #featureNav #profile {
    float: none;
    display: inline-block;
  } 
  #featureNav #searchBar {
    float: none;
    display: inline-block;
    margin-left: 10px;
  }
}

/* MAINNAV
/*-------------------------------------------------------------------*/
#mainNav {
  color: #fff;
  background: #be0a26;
  margin: 0;
}
#mainNav .dropdownExist div.arrow {
  top: auto;
  bottom: -10px;
  display: none;
}
#mainNav ul {
  margin: 0;
}
#mainNav ul > li.mainItem {
  margin: 0 1px 0 0;
  position: relative;
  float: left;
}
.alignRight #mainNav ul > li.mainItem, .alignCenter #mainNav ul > li.mainItem {
  display: inline-block;
  float: none;
}
#mainNav ul > li.mainItem.home a > .inner {
  padding: 0 12px;
}
#mainNav ul > li.mainItem.home a > .inner > .fa {
  display: inline-block;
  float: none;
  vertical-align: middle;
  font-size: 1.2em;
  color: #fff;
  margin: 0 10px 0 0;
}
#mainNav ul > li.mainItem.home a > .inner > .fa:before {
  content: "\f015";
}
.seperator #mainNav ul > li.mainItem {
  float: none;
}
.seperator #mainNav ul > li.mainItem:first-child a {
  border-left: 1px solid #fff;
}
.seperator #mainNav ul > li.mainItem a {
  border-right: 1px solid #fff;
}
#mainNav ul > li.mainItem > a {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: lowercase;
  color: #fff;
  background: #be0a26;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
#mainNav ul > li.mainItem > a .fa {
  color: #fff;
  margin-left: 10px;
  display: none;
}
#mainNav ul > li.mainItem > a > .inner {
  padding: 0 12px;
  letter-spacing: 0;
}
#mainNav ul > li.mainItem i {
  float: right;
  font-size: 1em;
}
#mainNav ul > li.mainItem:last-child {
  margin-right: 0;
}
#mainNav ul > li.mainItem.last ul {
  right: 0;
}
#mainNav ul > li.mainItem ul {
  background: #be0a26;
  left: auto;
  margin: 0;
  padding: 15px 15px 8px 15px;
  min-width: 200px;
  text-align: left;
}
#mainNav ul > li.mainItem ul ul.column {
  float: left;
  width: 48%;
  min-width: 1px;
  margin: 0;
  padding: 0;
  border: none;
}
#mainNav ul > li.mainItem ul ul.column.alt {
  margin-left: 2%;
}
#mainNav ul > li.mainItem ul > li.subItem {
  padding: 0;
  margin: 0;
  float: none !important;
  display: block;
}
#mainNav ul > li.mainItem ul > li.subItem.last, #mainNav ul > li.mainItem ul > li.subItem:last-child {
  padding: 0;
  margin: 0;
}
#mainNav ul > li.mainItem ul > li.subItem a {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: none;
  text-transform: none;
  border: 0 !important;
  padding: 4px 0;
  text-shadow: none;
  display: block;
  color: #fff;
  background: inherit;
}
#mainNav ul > li.mainItem ul > li.subItem a .fa {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  float: none;
  color: inherit;
  font-size: 1em;
  margin-left: 5px;
  display: inline-block;
  float: right;
}
#mainNav ul > li.mainItem ul ul {
  margin: 0;
  padding: 0;
}
#mainNav ul > li.mainItem:hover > a, #mainNav ul > li.mainItem.hover > a, #mainNav ul > li.mainItem.selected > a, #mainNav ul > li.mainItem.active > a {
  color: #fff;
  background: #85071b;
}
#mainNav ul > li.mainItem:hover > a .fa, #mainNav ul > li.mainItem.hover > a .fa, #mainNav ul > li.mainItem.selected > a .fa, #mainNav ul > li.mainItem.active > a .fa {
  color: inherit;
}
#mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
  color: #fff;
  background: inherit;
  text-decoration: underline;
}
#mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
  color: inherit;
}
@media only screen and (max-width: 990px) {
  #mainNav {
    font-size: 16px;
    color: #000;
    margin: 0;
  }
  #mainNav ul {
    margin: 0;
    background: #be0a26;
  }
  #mainNav ul > li.mainItem {
    margin: 0;
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #mainNav ul > li.mainItem.home > a > .inner .fa {
    margin: 0 0.4em 0 0;
    font-size: 1.2em;
    color: inherit;
  }
  #mainNav ul > li.mainItem.home .title {
    display: inline-block;
  }
  #mainNav ul > li.mainItem.home > a > .inner {
    padding: 15px;
  }
  #mainNav ul > li.mainItem > a {
    color: #fff;
    background: #be0a26;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.125em;
    margin: 0;
    padding: 0;
    display: block;
    border: 0 !important;
    height: auto;
    line-height: 1em;
  }
  #mainNav ul > li.mainItem > a > .inner {
    padding: 15px;
  }
  #mainNav ul > li.mainItem > a .fa {
    display: inline-block;
    font-size: 1em;
    color: #fff;
  }
  #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: #fff;
    width: auto;
    padding: 15px;
    border-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #mainNav ul > li.mainItem ul:before {
    display: none;
  }
  #mainNav ul > li.mainItem ul > li.subItem {
    padding: 5px 0 !important;
    border: 0 !important;
  }
  #mainNav ul > li.mainItem ul > li.subItem > a {
    font-size: 1em;
    color: #000;
    height: auto;
    line-height: 1;
    background: inherit;
    padding: 0;
    white-space: normal;
  }
  #mainNav ul > li.mainItem ul > li.subItem > a .fa {
    display: inline-block;
    float: right;
  }
  #mainNav ul > li.mainItem ul ul {
    border: none;
    padding: 0;
  }
  #mainNav ul > li.mainItem:hover > a, #mainNav ul > li.mainItem.hover > a, #mainNav ul > li.mainItem.selected > a, #mainNav ul > li.mainItem.active > a {
    color: #fff;
    background: #85071b;
  }
  #mainNav ul > li.mainItem:hover > a .fa, #mainNav ul > li.mainItem.hover > a .fa, #mainNav ul > li.mainItem.selected > a .fa, #mainNav ul > li.mainItem.active > a .fa {
    color: inherit;
  }
  #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
    color: #be0a26;
    text-decoration: none;
  }
  #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
    color: inherit;
  }
}
@media only screen and (max-width: 479px) {
  #mainNav {
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
  }
  #mainNav > ul > li.mainItem ul.column {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
  }
  #mainNav > ul > li.mainItem ul.alt {
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  #mainNav ul > li.mainItem.home a > .inner .fa {
    display: none;
  }
  #homepage #mainNav ul > li.mainItem.home {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  #mainNav ul > li.mainItem > a {
    letter-spacing: 0;
    font-size: 1.1em;
  }
  #mainNav ul > li.mainItem > a > .inner {
    padding: 0 12px;
  }
}

/* LEFTNAV & RIGHTNAV
/*-------------------------------------------------------------------*/
#leftNav h2, #leftNav h3, #leftNav h4,
#rightNav h2,
#rightNav h3,
#rightNav h4,
#shopNav h2,
#shopNav h3,
#shopNav h4 {
  margin-bottom: 20px;
}
#leftNav > .inner,
#rightNav > .inner,
#shopNav > .inner {
  padding: 20px;
}
#leftNav > ul,
#leftNav > .inner > ul,
#rightNav > ul,
#rightNav > .inner > ul,
#shopNav > ul,
#shopNav > .inner > ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
#leftNav > ul > li,
#leftNav > .inner > ul > li,
#rightNav > ul > li,
#rightNav > .inner > ul > li,
#shopNav > ul > li,
#shopNav > .inner > ul > li {
  padding: 0;
  font-size: 1.25em;
  line-height: 1em;
}
#leftNav > ul > li .fa,
#leftNav > .inner > ul > li .fa,
#rightNav > ul > li .fa,
#rightNav > .inner > ul > li .fa,
#shopNav > ul > li .fa,
#shopNav > .inner > ul > li .fa {
  display: none;
}
#leftNav > ul > li ul,
#leftNav > .inner > ul > li ul,
#rightNav > ul > li ul,
#rightNav > .inner > ul > li ul,
#shopNav > ul > li ul,
#shopNav > .inner > ul > li ul {
  padding: 0;
  display: none;
}
#leftNav > ul > li ul > li,
#leftNav > .inner > ul > li ul > li,
#rightNav > ul > li ul > li,
#rightNav > .inner > ul > li ul > li,
#shopNav > ul > li ul > li,
#shopNav > .inner > ul > li ul > li {
  margin: 0;
  padding: 4px 0;
  font-size: 0.85em;
  line-height: 1em;
}
#leftNav > ul > li ul > li .fa,
#leftNav > .inner > ul > li ul > li .fa,
#rightNav > ul > li ul > li .fa,
#rightNav > .inner > ul > li ul > li .fa,
#shopNav > ul > li ul > li .fa,
#shopNav > .inner > ul > li ul > li .fa {
  display: none;
}
#leftNav > ul > li a,
#leftNav > .inner > ul > li a,
#rightNav > ul > li a,
#rightNav > .inner > ul > li a,
#shopNav > ul > li a,
#shopNav > .inner > ul > li a {
  background: inherit;
  color: #302c25;
  padding: 9px 12px;
  display: block;
}
#leftNav > ul > li a.selected, #leftNav > ul > li a.selected:hover, #leftNav > ul > li a:hover,
#leftNav > .inner > ul > li a.selected,
#leftNav > .inner > ul > li a.selected:hover,
#leftNav > .inner > ul > li a:hover,
#rightNav > ul > li a.selected,
#rightNav > ul > li a.selected:hover,
#rightNav > ul > li a:hover,
#rightNav > .inner > ul > li a.selected,
#rightNav > .inner > ul > li a.selected:hover,
#rightNav > .inner > ul > li a:hover,
#shopNav > ul > li a.selected,
#shopNav > ul > li a.selected:hover,
#shopNav > ul > li a:hover,
#shopNav > .inner > ul > li a.selected,
#shopNav > .inner > ul > li a.selected:hover,
#shopNav > .inner > ul > li a:hover {
  background: #fff;
  color: #be0a26;
}
#leftNav > ul > li.selected,
#leftNav > .inner > ul > li.selected,
#rightNav > ul > li.selected,
#rightNav > .inner > ul > li.selected,
#shopNav > ul > li.selected,
#shopNav > .inner > ul > li.selected {
  background: #fff;
  margin-bottom: 1px;
}
#leftNav > ul > li.selected a,
#leftNav > .inner > ul > li.selected a,
#rightNav > ul > li.selected a,
#rightNav > .inner > ul > li.selected a,
#shopNav > ul > li.selected a,
#shopNav > .inner > ul > li.selected a {
  font-weight: bold;
  background: inherit;
  color: #be0a26;
}
#leftNav > ul > li.selected ul,
#leftNav > .inner > ul > li.selected ul,
#rightNav > ul > li.selected ul,
#rightNav > .inner > ul > li.selected ul,
#shopNav > ul > li.selected ul,
#shopNav > .inner > ul > li.selected ul {
  display: inline-block;
  padding: 0 12px 12px 12px;
}
#leftNav > ul > li.selected ul > li a,
#leftNav > .inner > ul > li.selected ul > li a,
#rightNav > ul > li.selected ul > li a,
#rightNav > .inner > ul > li.selected ul > li a,
#shopNav > ul > li.selected ul > li a,
#shopNav > .inner > ul > li.selected ul > li a {
  padding: 0;
  background: inherit;
  color: #000;
  font-weight: normal;
  display: inline-block;
}
#leftNav > ul > li.selected ul > li.selected a,
#leftNav > .inner > ul > li.selected ul > li.selected a,
#rightNav > ul > li.selected ul > li.selected a,
#rightNav > .inner > ul > li.selected ul > li.selected a,
#shopNav > ul > li.selected ul > li.selected a,
#shopNav > .inner > ul > li.selected ul > li.selected a {
  text-decoration: underline;
}

/* TABLET MAINNAV
/*-------------------------------------------------------------------*/
@media only screen and (max-width: 990px) {
  #tabletMainNav #mainNav {
    color: #fff;
    background: #be0a26;
    margin: 0;
  }
  #tabletMainNav #mainNav .dropdownExist div.arrow {
    top: auto;
    bottom: -10px;
    display: none;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    margin: 0 1px 0 0;
    position: relative;
    float: left;
  }
  .alignRight #tabletMainNav #mainNav ul > li.mainItem, .alignCenter #tabletMainNav #mainNav ul > li.mainItem {
    display: inline-block;
    float: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home a > .inner {
    padding: 0 12px;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home a > .inner > .fa {
    display: inline-block;
    float: none;
    vertical-align: middle;
    font-size: 1.2em;
    color: #fff;
    margin: 0 10px 0 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home a > .inner > .fa:before {
    content: "\f015";
  }
  .seperator #tabletMainNav #mainNav ul > li.mainItem {
    float: none;
  }
  .seperator #tabletMainNav #mainNav ul > li.mainItem:first-child a {
    border-left: 1px solid #fff;
  }
  .seperator #tabletMainNav #mainNav ul > li.mainItem a {
    border-right: 1px solid #fff;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a {
    font-family: "Noto Sans", "Arial", sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-transform: lowercase;
    color: #fff;
    background: #be0a26;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a .fa {
    color: #fff;
    margin-left: 10px;
    display: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 0 12px;
    letter-spacing: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem i {
    float: right;
    font-size: 1em;
  }
  #tabletMainNav #mainNav ul > li.mainItem:last-child {
    margin-right: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem.last ul {
    right: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul {
    background: #be0a26;
    left: auto;
    margin: 0;
    padding: 15px 15px 8px 15px;
    min-width: 200px;
    text-align: left;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul ul.column {
    float: left;
    width: 48%;
    min-width: 1px;
    margin: 0;
    padding: 0;
    border: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul ul.column.alt {
    margin-left: 2%;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem {
    padding: 0;
    margin: 0;
    float: none !important;
    display: block;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem.last, #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem:last-child {
    padding: 0;
    margin: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem a {
    font-family: "Noto Sans", "Arial", sans-serif;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: none;
    text-transform: none;
    border: 0 !important;
    padding: 4px 0;
    text-shadow: none;
    display: block;
    color: #fff;
    background: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem a .fa {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    float: none;
    color: inherit;
    font-size: 1em;
    margin-left: 5px;
    display: inline-block;
    float: right;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul ul {
    margin: 0;
    padding: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active > a {
    color: #fff;
    background: #85071b;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active > a .fa {
    color: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
    color: #fff;
    background: inherit;
    text-decoration: underline;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
    color: inherit;
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  #tabletMainNav #mainNav {
    font-size: 16px;
    color: #000;
    margin: 0;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
    background: #be0a26;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    margin: 0;
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #tabletMainNav #mainNav ul > li.mainItem.home > a > .inner .fa {
    margin: 0 0.4em 0 0;
    font-size: 1.2em;
    color: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home .title {
    display: inline-block;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home > a > .inner {
    padding: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a {
    color: #fff;
    background: #be0a26;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.125em;
    margin: 0;
    padding: 0;
    display: block;
    border: 0 !important;
    height: auto;
    line-height: 1em;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a .fa {
    display: inline-block;
    font-size: 1em;
    color: #fff;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: #fff;
    width: auto;
    padding: 15px;
    border-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul:before {
    display: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem {
    padding: 5px 0 !important;
    border: 0 !important;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem > a {
    font-size: 1em;
    color: #000;
    height: auto;
    line-height: 1;
    background: inherit;
    padding: 0;
    white-space: normal;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem > a .fa {
    display: inline-block;
    float: right;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul ul {
    border: none;
    padding: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active > a {
    color: #fff;
    background: #85071b;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active > a .fa {
    color: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
    color: #be0a26;
    text-decoration: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
    color: inherit;
  }
}
@media only screen and (max-width: 990px) and (max-width: 479px) {
  #tabletMainNav #mainNav {
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
  }
  #tabletMainNav #mainNav > ul > li.mainItem ul.column {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
  }
  #tabletMainNav #mainNav > ul > li.mainItem ul.alt {
    margin: 0;
  }
}
@media only screen and (max-width: 990px) and (min-width: 991px) {
  #tabletMainNav #mainNav ul > li.mainItem.home a > .inner .fa {
    display: none;
  }
  #homepage #tabletMainNav #mainNav ul > li.mainItem.home {
    display: inline-block;
  }
}
@media only screen and (max-width: 990px) and (min-width: 1200px) {
  #tabletMainNav #mainNav ul > li.mainItem > a {
    letter-spacing: 0;
    font-size: 1.1em;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 990px) {
  #tabletMainNav .bgMainNav {
    background: #be0a26;
  }
  #tabletMainNav .bgMainNav .logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #tabletMainNav div.closeMainNav {
    font-family: "Noto Sans", "Arial", sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
  }
  #tabletMainNav div.closeMainNav a {
    height: 50px;
    line-height: 50px;
  }
}
/* BREADCRUMBS
/*-------------------------------------------------------------------*/
#breadcrumbs {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 0.8125em;
  border: none;
  margin: 0;
  line-height: 1em;
}
#breadcrumbs > .inner {
  padding: 0 0 20px 0;
}
#breadcrumbs .container > .inner {
  padding: 20px 0 0 0;
}
#breadcrumbs a {
  color: #be0a26;
}
#breadcrumbs a:hover {
  color: #000;
  text-decoration: none;
}
#breadcrumbs span.title {
  color: #34495e;
  margin-right: 12px;
  display: none;
}
#breadcrumbs span.seperator {
  position: relative;
  color:transparent;
}
#breadcrumbs span.seperator:after {
  color: #c2c5c7;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 7px;
  margin-right: 7px;
  left: 0;
  right: 0;
  top: 1px;
  position: absolute;
}
@media only screen and (max-width: 479px) {
  #breadcrumbs.alignRight {
    text-align: left;
  }
}

/* MAIN
/*-------------------------------------------------------------------*/
#main {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #676d71;
}

#tweeluik .container > .inner {
  padding: 60px 0;
}

#drieluik {
  position: relative;
  z-index: 1;
}
#drieluik .box p {
  margin: 0 0 1em 0;
}
#drieluik .box h2 + *, #drieluik .box .subTitle + * {
  margin-top: 1em;
}
#drieluik .container > .inner {
  padding: 60px 0 40px 0;
}
#drieluik .button {
  font-weight: bold;
}
@media only screen and (max-width: 990px) {
  #drieluik .box.buttonToBottom .button {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    padding: 0 10px;
    text-align: left;
  }
  #drieluik .box.buttonToBottom .button:after {
    float: right;
  }
  #drieluik .container > .inner {
    padding: 40px 0 20px 0;
  }
}

/* CONTENT
/*-------------------------------------------------------------------*/
#content {
  position: relative;
  z-index: 1;
}
#content #golfperson {
  width: 674px;
  height: 100%;
  background: url("bg-golfperson.png") no-repeat left bottom;
  position: absolute;
  bottom: 0;
  z-index: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
@media only screen and (max-width: 990px) {
  #content #golfperson {
    display: none;
  }
}
#content > .background {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
#content .container {
  position: relative;
  z-index: 1;
}
#content .container > .inner {
  padding: 60px 0 0 0;
  position: relative;
}
.h1Fixed #content .container > .inner {
  padding: 40px 0;
}
#content .projectCol > .inner,
#content .headlinesCol > .inner,
#content .contentCol > .inner {
  padding: 0 0 60px 0;
}
#default #content .projectCol .innerMargin, #default
#content .headlinesCol .innerMargin, #default
#content .contentCol .innerMargin {
  border: 1px solid #9e966f;
  background: #fff;
  padding: 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content .projectCol .content ul,
#content .headlinesCol .content ul,
#content .contentCol .content ul {
  margin-left: 15px;
  list-style: none;
}
#content .projectCol .content ul li,
#content .headlinesCol .content ul li,
#content .contentCol .content ul li {
  position: relative;
}
#content .projectCol .content ul li:before,
#content .headlinesCol .content ul li:before,
#content .contentCol .content ul li:before {
  position: absolute;
  top: 8px;
  margin: 0;
  margin-left: -15px;
  width: 6px;
  height: 6px;
  background: #be0a26;
  content: "";
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}
#content .leftCol {
  position: relative;
  z-index: 1;
}
#content .leftCol > .inner {
  padding: 0 0 60px 0;
}
#content .rightCol > .inner {
  padding: 0 0 60px 0;
}
#content .leftCol #articleFilter, #content .rightCol #articleFilter {
  margin-top: 20px;
}
#content .projectCol .image {
  margin-top: 0;
}
#content .projectCol .image img.border {
  border: 5px solid #fff;
}
.no-touch #content .projectCol .image img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#content .projectCol .more {
  margin-bottom: 0;
}
#content .projectCol h3 {
  font-size: 1.125em;
  font-weight: 400;
  color: #be0a26;
}
#content .projectCol h3 a {
  color: inherit;
}
#content .projectCol p {
  margin: 0.9em 0;
}
#content .innerMargin {
  /*
  position:relative;
  padding:$responsive-gutter;
  background:#fff;
  border:1px solid #dfe0e1;
  */
}
.h1Fixed #content .innerMargin h1 {
  position: absolute;
  top: -28px;
  left: 20px;
  right: 20px;
  margin: 0;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h1Fixed #content .innerMargin h1 + *,
.h1Fixed #content .innerMargin h1 + p {
  margin-top: 0;
}
.h1Fixed #content .innerMargin h1 + h2 {
  margin: 0;
}
.h1Fixed #content .innerMargin h1 + h2 + *,
.h1Fixed #content .innerMargin h1 + h2 + p {
  margin-top: 0.2em;
}
#content > .row {
  position: relative;
}
#content .jscroll-active .scrollContent {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 10px;
  left: 10px;
  right: 20px;
  left: 10px;
}
#content #basket .box {
  color: #34495e;
  background: #a4c9d4;
}
#content #basket .box.margin {
  margin-bottom: 20px;
}
#content #basket .box h4 {
  padding: 15px;
  background: #34495e;
  color: #fff;
  font-size: 1.375em;
}
#content #basket .box h4 .fa {
  color: #a4c9d4;
  margin-right: 10px;
}
#content #basket .box .margin {
  margin-bottom: 1em;
}
#content #basket .white {
  color: #fff;
}
#content #basket .row {
  line-height: 35px;
}
#content #basket .text {
  max-width: 70px;
  margin-right: 5px;
}
#content #basket .price {
  margin-top: 0.5em;
}
#content #basket .price .value {
  font-size: 1.5em;
  font-weight: bold;
}
#content #basket .stepper-input {
  max-width: 100%;
  margin-right: 0;
}
@media only screen and (max-width: 990px) {
  #homepage #content {
    margin: 0;
  }
  #content .container > .inner {
    padding: 20px 0 0 0;
  }
  #content .leftCol > .inner {
    padding: 0 0 20px 0;
  }
  #homepage #content .leftCol .row > div.margin:last-of-type {
    margin-bottom: 0;
  }
  #content .contentCol > .inner {
    padding: 0 0 20px 0;
  }
  #content .rightCol > .inner {
    padding: 0 0 40px 0;
  }
  #homepage #content .rightCol > .inner {
    padding: 0 0 20px 0;
  }
  #content .rightCol.alignRight {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  #content .container > .inner {
    padding: 20px 0 0 0;
  }
  #content .leftCol {
    min-height: 1px;
  }
  #content .contentCol {
    min-height: 1px;
  }
  #content .rightCol {
    min-height: 1px;
  }
}

/* SHOP
/*-------------------------------------------------------------------*/
/* mainVideo
/*-------------------------------------------------------------------*/
#mainVideo {
  margin-bottom: 20px;
}

/* mainImage
/*-------------------------------------------------------------------*/
#mainImage {
  overflow: hidden;
}
#mainImage .box {
  margin-bottom: 20px;
}
#mainImage .box a {
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  #mainImage .box {
    height: 300px;
    line-height: 300px;
  }
  #mainImage .box img {
    max-height: 300px;
  }
}

/* thumbImages
/*-------------------------------------------------------------------*/
#thumbImages {
  margin-left: -10px;
  margin-right: -10px;
}
#thumbImages .thumbnail {
  width: 25%;
  float: left;
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 0 10px;
  margin: 0;
  background: transparent;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  padding-bottom: 25%;
  display: table-cell;
}
#thumbImages .thumbnail a {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 10px;
  right: 10px;
  border: 1px solid #dfe0e1;
  background: #fff;
  overflow: hidden;
}
#thumbImages .thumbnail a img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#thumbImages .thumbnail.cover img {
  width: 320px;
  max-width: none;
  left: 50%;
  margin-left: -160px;
}
@media only screen and (max-width: 479px) {
  #thumbImages .thumbnail {
    width: 50%;
    padding-bottom: 50%;
  }
}

/* articleFilter
/*-------------------------------------------------------------------*/
#articleFilter {
  font-size: 1em;
}
#articleFilter .title {
  display: none;
}
#articleFilter .group {
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #cccccb;
}
#articleFilter .group .groupTitle {
  padding: 8px 12px;
  margin: 0;
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}
#articleFilter .group .checkbox {
  margin-bottom: 0.7em;
}
#articleFilter .group .checkbox label {
  font-size: 16px;
}
#articleFilter .group .button {
  min-height: 30px;
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#articleFilter .group .gradient {
  bottom: 30px;
}
@media only screen and (max-width: 990px) {
  #articleFilter .group .checkbox input {
    height: 20px;
    width: 20px;
  }
}

/* articlesOverview
/*-------------------------------------------------------------------*/
#articlesOverview {
  position: relative;
}
#articlesOverview.row {
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.innerMargin #articlesOverview.row {
  margin: 0;
}
.innerMargin #articlesOverview.row form > div {
  padding-left: 0;
  padding-right: 0;
}
.innerMargin .contentCol #articlesOverview.row {
  margin: 0;
  margin-right: -21px;
}
.innerMargin .contentCol #articlesOverview.row form > div {
  padding-left: 0;
  padding-right: 0;
}
#articlesOverview form:nth-child(2n+2):after {
  clear: both;
  height: 10px;
  display: block;
  background: #eeedeb;
  content: "";
  margin: 0 10px 20px 10px;
}
@media only screen and (max-width: 479px) {
  #articlesOverview form:last-of-type .articleSmall {
    margin-bottom: 20px;
  }
  #articlesOverview form:after {
    clear: both;
    height: 10px;
    display: block;
    background: #eeedeb;
    content: "";
    margin: 0 10px 20px 10px;
  }
}

/* searchOverview
/*-------------------------------------------------------------------*/
#searchOverview #articlesOverview form:nth-child(3n+1):after {
  clear: both;
  height: 10px;
  display: block;
  background: #eeedeb;
  content: "";
  margin: 0 10px 20px 10px;
}
@media only screen and (max-width: 479px) {
  #searchOverview #articlesOverview form:after {
    clear: both;
    height: 10px;
    display: block;
    background: #eeedeb;
    content: "";
    margin: 0 10px 20px 10px;
  }
}

/* shopMenu
/*-------------------------------------------------------------------*/
#shop_menu_content {
  margin-left: -10px;
  margin-right: -10px;
}
#shop_menu_content:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

/* bSteps
/*-------------------------------------------------------------------*/
#bSteps ul li b :after,
#bSteps ul li strong :after {
  display: none;
}

/* articleDetail
/*-------------------------------------------------------------------*/
#articleDetail > .inner {
  padding: 0 0 40px 0;
}
#articleDetail .specifics {
  font-size: 1.125em;
  font-weight: 300;
}
#articleDetail .specifics .amount {
  height: 40px;
  background: #e6e3e3;
  font-weight: 300;
  border: none;
  margin: 0 25px 0 0;
}
#articleDetail .specifics .amount:focus {
  border: 1px #cec8c8 solid;
  box-shadow: none;
}
#articleDetail .controls .button {
  float: left;
}
#articleDetail p:first-of-type {
  clear: both;
}
#articleDetail > .inner .prices .oldPrice {
  color: #9ca1a7;
  margin-bottom: 5px;
}
#articleDetail > .inner .prices .oldPrice .price {
  font-size: 1.5625em;
  text-decoration: line-through;
}
#articleDetail > .inner .prices .retailPrice {
  margin-bottom: 30px;
}
#articleDetail > .inner .prices .retailPrice .price {
  display: inline-block;
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 2em;
  margin-bottom: 3px;
}
#articleDetail > .inner .prices .vat {
  font-size: 1em;
  margin-left: 5px;
}
@media only screen and (max-width: 990px) {
  #articleDetail > .inner {
    padding: 0 0 20px 0;
  }
  #articleDetail .controls .button.addtocart {
    font-size: 1.4em;
    min-height: 60px;
    line-height: 60px;
    margin-right: 20px;
  }
  #articleDetail .controls .button.transparent {
    float: none;
    padding: 0;
    min-height: 60px;
    line-height: 60px;
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  #articleDetail > .inner {
    padding: 10px 0 20px 0;
  }
  #articleDetail .specifics .table-cell {
    float: left;
  }
  #articleDetail .specifics .amount, #articleDetail .specifics .button {
    margin-top: 0.5em;
  }
}

/* articleSmall
/*-------------------------------------------------------------------*/
#articlesOverview .articleSmall .article-inner .info > .inner, #accessoiresOverview.withOrderButton .articleSmall .article-inner .info > .inner {
  padding: 15px !important;
}
#articlesOverview .articleSmall .article-inner .hover, #accessoiresOverview.withOrderButton .articleSmall .article-inner .hover {
  display: none;
}
.no-touch #articlesOverview .articleSmall:hover .article-inner, .no-touch #accessoiresOverview.withOrderButton .articleSmall:hover .article-inner {
  position: absolute;
  min-height: 100%;
  border: 2px solid #999999;
  background: #fff;
  z-index: 100;
  left: -2px;
  right: -2px;
  top: -2px;
}
.no-touch #articlesOverview .articleSmall:hover .article-inner .hover, .no-touch #accessoiresOverview.withOrderButton .articleSmall:hover .article-inner .hover {
  display: block;
}
.no-touch #articlesOverview .articleSmall:hover .image, .no-touch #accessoiresOverview.withOrderButton .articleSmall:hover .image {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.no-touch #articlesOverview .articleSmall:hover .info > .inner, .no-touch #accessoiresOverview.withOrderButton .articleSmall:hover .info > .inner {
  padding-bottom: 60px !important;
}
.articleSmall h2 {
  min-height: 40px;
}
.articleSmall .image > .inner {
  padding: 15px 15px 0 15px;
}
.articleSmall .row-small {
  margin: 0;
}
.articleSmall .row-small > .col-small {
  padding-left: 0;
  padding-right: 0;
  position: static;
}
.articleSmall .prices > div {
  display: inline-block;
}
.articleSmall .prices .price {
  font-size: 1.1875em;
  font-weight: 500;
  margin: 0;
}
.articleSmall .prices .price.old {
  margin-right: 15px;
  font-weight: 300;
}
.articleSmall .prices .retailPrice {
  /*.price {
      background:$theme-color;
      display:inline-block;
      padding:8px 5px;
      color:#fff;
      font-family:$font-title;
      font-size:calc-em(19px);
      text-align:center;
      margin:0;
  }   
  */
}
.articleSmall .button {
  font-size: 1.125em;
  padding: 0 10px;
  border: none;
  background: #ffa600;
  color: #fff;
}
.no-touch .articleSmall .button:hover {
  background: #fff;
  color: #ffa600;
}
.articleSmall .more {
  position: absolute;
  bottom: 22px;
  left: 20px;
}
.articleSmall .more:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f105";
  margin-right: 0.3em;
}
.articleSmall .more:after {
  display: none;
}
.touch .articleSmall .hover, .touch #articlesOverview .articleSmall .hover {
  display: block !important;
}
.touch .articleSmall.buttonToBottom .article-inner .info > .inner, .touch #articlesOverview .articleSmall.buttonToBottom .article-inner .info > .inner {
  padding-bottom: 60px !important;
}
@media only screen and (max-width: 479px) {
  .articleSmall {
    border: none;
    border-bottom: #d5d5d5 1px solid;
  }
  .articleSmall.margin {
    margin: 0;
  }
}

.articleSmall,
.articleMenu {
  border-color: #efeeee;
  text-decoration: none !important;
}
.articleSmall h2,
.articleMenu h2 {
  font-size: 1em;
  color: #be0a26;
  margin-bottom: 0.5em;
}
.articleSmall h3,
.articleMenu h3 {
  font-family: "Noto Sans", "Arial", sans-serif;
  color: #be0a26;
  margin: 0;
}

/* articleMenu
/*-------------------------------------------------------------------*/
.articleMenu .image > .inner {
  padding: 20px 20px 0 20px;
}
.articleMenu .info > .inner {
  position: relative;
  padding: 20px;
  text-align: center;
}
.articleMenu:hover {
  border-color: #999999;
}
.no-touch .articleMenu:hover .image {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* articlesHeader & articlesFooter
/*-------------------------------------------------------------------*/
#articlesHeader,
#articlesFooter {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 0.8125em;
}
#articlesHeader .title,
#articlesFooter .title {
  display: none;
}
#articlesHeader .pagination .item,
#articlesFooter .pagination .item {
  float: left;
  padding: 0;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
}
#articlesHeader .pagination .item.prev,
#articlesHeader .pagination .item.next,
#articlesFooter .pagination .item.prev,
#articlesFooter .pagination .item.next {
  min-width: 80px;
  display: inline-block;
  display: none;
}
#articlesHeader #articlesSorting,
#articlesFooter #articlesSorting {
  display: none;
}
#articlesHeader #articlesSorting select,
#articlesFooter #articlesSorting select {
  height: 30px;
  font-family: "Noto Sans", "Arial", sans-serif;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#articlesHeader .activeFilters a,
#articlesFooter .activeFilters a {
  padding: 5px 8px;
  font-size: 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 479px) {
  #articlesHeader,
  #articlesFooter {
    font-size: 1em;
  }
  #articlesHeader .pagination .item,
  #articlesFooter .pagination .item {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

/* accessoiresOverview
/*-------------------------------------------------------------------*/
#accessoiresOverview > .inner {
  padding: 0 0 20px 0;
}
#accessoiresOverview > h2 {
  margin-bottom: 1em;
}
#accessoiresOverview .row-small {
  margin-left: -5px;
  margin-right: -5px;
}
#accessoiresOverview .row-small .col-small {
  padding-left: 5px;
  padding-right: 5px;
}
#accessoiresOverview .row-small .col-small.margin {
  margin-bottom: 10px;
}
#accessoiresOverview #accessoires .accessorie {
  border: 1px solid #dfe0e1;
}
#accessoiresOverview #accessoires .accessorie h2 {
  font-size: 1.125em;
  color: #182136;
}
#accessoiresOverview #accessoires .accessorie h2 a {
  color: #182136;
}
#accessoiresOverview #accessoires .accessorie h2 a:hover {
  color: #be0a26;
}
#accessoiresOverview #accessoires .accessorie .image .box {
  line-height: 200px;
  height: 200px;
}
#accessoiresOverview #accessoires .accessorie .info > .inner {
  padding: 15px 15px 30px 15px;
}
#accessoiresOverview #accessoires .accessorie .info .prices {
  margin: 20px 0;
  font-size: 1em;
  color: #182136;
}
#accessoiresOverview #accessoires .accessorie .info .prices .price {
  font-size: 1.0625em;
}
#accessoiresOverview #accessoires .accessorie .info .prices .vat {
  margin-left: 5px;
}
#accessoiresOverview #accessoires .accessorie .info .checkbox {
  color: #182136;
  margin-left: 15px;
  margin-right: 15px;
}
#accessoiresOverview #accessoires .accessorie .info .checkbox .amount {
  width: auto;
}
#accessoiresOverview #accessoires .accessorie .info .checkbox label {
  font-weight: bold;
  font-size: 0.9375em;
}
#accessoiresOverview #accessoires .accessorie.selected {
  border: 1px solid #333;
}

.button.accessoires {
  display: block;
  width: 100%;
  text-align: left;
}
.button.accessoires .ui-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
  float: left;
  font-size: 1em;
  margin-right: 10px;
}
.button.accessoires .ui-icon:before {
  content: "\f07a";
}

.variations {
  clear: both;
  padding: 0 0 20px 0;
}
.variations:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.variations select {
  height: 30px;
  max-width: 200px;
}

.button.addtocart .ui-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
  float: left;
  margin-right: 8px;
}
.button.addtocart .ui-icon:before {
  content: "\f07a";
}

.button.transparent {
  color: #fff;
  line-height: 38px;
}
.button.transparent:hover {
  color: #9e966f;
  border-color: #9e966f;
}

/* tabBox
/*-------------------------------------------------------------------*/
.tabBox > .inner {
  padding: 0 0 20px 0;
}
.tabBox .tabHeadings ul {
  margin: 0;
}
.tabBox .tabHeadings ul > li {
  height: 40px;
  line-height: 40px;
  font-size: 0.875em;
  font-family: "Noto Sans", "Arial", sans-serif;
  padding: 0 40px;
  margin-right: 2px;
}
.tabBox .tabHeadings ul > li.active {
  background: #fff;
  color: #000;
  /*
  margin-top:-5px;
  height: 45px;
  line-height:45px;
  */
}
.tabBox .tabContent {
  min-height: 1px;
}
.tabBox .tabContent p {
  margin: 0 0 1em 0;
}
.tabBox .tabContent p:last-child {
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .tabBox > .inner {
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 479px) {
  .tabBox .tabHeadings ul {
    top: 0;
    margin: 0;
  }
  .tabBox .tabHeadings ul > li,
  .tabBox .tabHeadings ul > li.active,
  .tabBox .tabHeadings ul > li.last,
  .tabBox .tabHeadings ul > li:last-child {
    margin: 0;
    display: block;
    float: none;
    border: 1px solid inherit;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
  }
}

/* panelBox
/*-------------------------------------------------------------------*/
.panelBox > .inner {
  padding: 0 0 20px 0;
}
.panelBox .panel {
  margin-bottom: 5px;
}
.panelBox .panel:last-child {
  margin-bottom: 0;
}
.panelBox .panel .panelHeading:hover .fa {
  color: #00763b;
}
.panelBox .panel.active .fa, .panelBox .panel.selected .fa {
  color: #00763b;
}
@media only screen and (max-width: 990px) {
  .panelBox > .inner {
    padding: 0 0 20px 0;
  }
}

/* videoThumb
/*-------------------------------------------------------------------*/
.videoThumb {
  position: relative;
  display: block;
}
.videoThumb:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.videoThumb:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 38px;
  padding-left: 5px;
  font-size: 1.2em;
  content: "\f04b";
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 7px solid #fff;
  color: #fff;
  left: 50%;
  top: 50%;
  margin: -25px;
  z-index: 1;
}
.videoThumb:hover:before, .videoThumb:hover:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.videoThumb.large:after {
  height: 100px;
  width: 100px;
  line-height: 85px;
  font-size: 50px;
  border: 9px solid #fff;
  margin: -50px;
}

/* FOOTER
/*-------------------------------------------------------------------*/
#footer {
  background: #eeedeb;
  color: #fff;
}
#footer .container > .inner {
  padding: 40px 0;
}
#footer h3 {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 1.25em;
  line-height: 1em;
  font-weight: normal;
}
#footer h3 + * {
  margin-top: 1.5em;
}
#footer h3 a {
  color: inherit;
}
#footer h4 {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 1.75em;
  line-height: 1em;
  font-weight: normal;
  color: inherit;
}
#footer h4 a {
  color: inherit;
}
#footer > a {
  text-decoration: none;
  color: inherit;
}
#footer > a:hover {
  text-decoration: underline;
}
#footer img.pull-right {
  margin-bottom: 0;
}
#footer ul {
  list-style: none;
  margin-left: 0;
}
#footer #uspBar {
  background: #be0a26;
}
#footer #uspBar .container > .inner {
  padding: 70px 0 0 0;
}
#footer #uspBar .listWithIcons em {
  color: #000;
  font-size: 1.1em;
}
#footer #uspBar .listWithIcons li {
  margin-bottom: 0.7em;
  font-size: 1.25em;
}
#footer #uspBar h4 {
  margin-bottom: 1.5em;
}
#footer #uspBar .tags .button {
  margin: 0;
  background: #98081e;
  color: #fff;
}
#footer #uspBar .tags .button:hover {
  background: #680514;
}
#footer #socialBar {
  background: #000;
  color: #a1a4a6;
  font-family: "Noto Sans", "Arial", sans-serif;
}
#footer #socialBar .title {
  vertical-align: top;
  margin-right: 10px;
}
#footer #socialBar .fa {
  font-size: 1.875em;
  margin-right: 5px;
  min-width: 30px;
  text-decoration: none;
}
#footer #socialBar .fa:last-child {
  margin-right: 0;
}
#footer #socialBar a.fa.white:hover {
  color: #676d71;
}
#footer #socialBar .white {
  color: #fff;
}
#footer #footerNav {
  font-size: 0.75em;
}
#footer #footerNav a {
  color: inherit;
  display: inline-block;
}
#footer #footerNav a:hover {
  text-decoration: underline;
}
#footer #footerNav ul {
  line-height: 1;
}
#footer #footerNav ul > li {
  display: inline-block;
  margin-bottom: 0.8em;
}
#footer #footerNav ul > li.selected a {
  text-decoration: underline;
}
#footer #footerNav.seperator ul > li a {
  border-color: inherit;
  border-color: #242424;
}
@media only screen and (max-width: 990px) {
  #footer .alignLeft,
  #footer .alignRight {
    text-align: center;
  }
  #footer .inner {
    line-height: 1.375em;
  }
  #footer #uspBar .container > .inner {
    padding: 20px 0;
  }
  #footer #footerNav {
    font-size: 1em;
  }
  #footer #footerNav > .inner {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 479px) {
  #footer.alignLeft {
    text-align: center;
  }
  #footer span.item {
    display: block;
    margin: 0;
  }
  #footer .container > .inner {
    padding: 20px 0;
  }
  #footer img.pull-right {
    max-width: 50%;
  }
  #footer #socialBar span.title {
    display: none;
  }
}
