/**
* Copyright (c) 2016
* @name gelatoexpress
* @version 1.5.1
**/
/**************************************************/
/**********************************************************************/
/* CUSTOM ELEMENTS
/**********************************************************************/
body {
  letter-spacing: 1px;
  background: #fff;
}
@media only screen and (max-width: 990px) {
  #headerImg .headers {
    height: 185px !important;
  }
  body {
    padding-top: 0;
  }
  #between, #betweenBottom{
    display:none;
  }
  #homepage #content.normal{
    margin-top:20px;
  }
  #header.small #searchBar {
    margin-top: 3px !important;
  }
}
@media only screen and (max-width: 767px) {
  #between, #betweenBottom{
    display:none;
  }
  body h1, body h2, body h3 {
    font-size: 26px !important;
    line-height: 36px;
  }
  body h1:after, body h2:after, body h3:after {
    margin-top: 14px !important;
    margin-bottom: 40px !important;
  }
  body .articleMenu .info > .inner h2, body .articleSmall h2, body .articleSmall h3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  body p {
    font-size: 18px !important;
  }
  #header div.dashBoardNav .users{
    float: right;
    padding-left: 4px;
  }
  #header #searchBar, #header .dashBoardNav {
    display: block;
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    transition: all 0s !important;
  }
  #homepage #content.normal{
    margin-top:20px;
  }
}
@media only screen and (max-width: 479px) {
  #header{
    position:absolute !important;
  }
  #header.page{
    position:relative !important;
  }
  #header.small div > .inner{
    padding: 0 !important;
  }
  body h1, body h2, body h3 {
    font-size: 22px !important;
    line-height: 32px;
  }
  body h1:after, body h2:after, body h3:after {
    margin-top: 14px !important;
    margin-bottom: 40px !important;
  }
  body p {
    font-size: 16px !important;
  }
  body .defaultNavFixed, body.defaultNavFixed {
    padding-top: 45px;
    background: rgba(255,255,255,0.95) !important;
  }
  body .defaultNavFixed .users, body.defaultNavFixed .users {
    position: fixed !important;
    right: 50px;
    top: -3px;
    z-index: 100;
  }
  body .defaultNavFixed .button.defaultNav, body .defaultNavFixed .toggle-button.defaultNav, body.defaultNavFixed .button.defaultNav, body.defaultNavFixed .toggle-button.defaultNav {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 740px) {
  body .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

span.date {
  color: #3b4140;
}

.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: #f5f5f5;
}
.background.white {
  border: 1px solid #9e966f;
  background: #fff;
  color: #676d71;
}
.background.gras {
  background: #4e4f25 url("/public/images/gq-golflessen-bg.jpg") center bottom no-repeat;
  color: #fff;
}
.background.gras h1, .background.gras h2, .background.gras h3, .background.gras h4 {
  color: inherit;
}
.background.gras img.border {
  border: 7px solid #fff;
}
.background.red {
  background: #3b4140;
  color: #fff;
}
.background.grey {
  background: #5d6060;
  color: #fff;
}
.background.grey h3 {
  color: #fff;
}
.background.grey .fa {
  color: #fff;
}
.background.grey.pattern {
  background: #5d6060 url("/public/images/bg-grey-pattern.png") center top;
}
.background.themeColor {
  background: #3b4140;
  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: #3b4140;
}
.background.themeColor h2, .background.themeColor h3, .background.themeColor h4, .background.themeColor h5, .background.themeColor h6 {
  color: #fff;
}

/* Tags
/*-------------------------------------------------------------------*/
.tags h4 {
  font-family: "Montserrat light", "Open 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: "Montserrat light", "Open Sans", "Arial", sans-serif;
  margin: 0;
  background: #b2b2b2;
  color: #fff;
  border: none !important;
  min-height: 30px;
  line-height: 30px;
}
.tags .button:hover {
  background: #999999;
}

/* Box
/*-------------------------------------------------------------------*/
.box {
  position: relative;
}
.box.background > .inner {
  padding: 30px;
}
.box.background h4 {
  color: #3b4140;
}
.box h3 + * {
  margin-top: 0.9em;
}
.box > .inner a {
  text-decoration: none;
}
.box > .inner a:hover {
  text-decoration: underline;
}
.box .link {
  font-family: "Montserrat regular", "Open 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: 1em;
}
.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,
.submit,
.toggle-button,
#bBasket .button,
#bBasket .submit
#form_container .submit {
  text-transform: uppercase;
}
.button .fa,
.submit .fa,
.toggle-button .fa,
#bBasket .button .fa,
#bBasket .submit
#form_container .submit .fa {
  line-height: 40px;
}
.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;
  line-height: 55px;
  padding: 0 40px;
}
.button.themeColor,
.submit.themeColor,
.toggle-button.themeColor,
#bBasket .button.themeColor,
#bBasket .submit
#form_container .submit.themeColor {
  background: #3b4140;
  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: #3b4140;
  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;
}
.button.defaultNav, .button.shoppingCart,
.submit.defaultNav,
.submit.shoppingCart,
.toggle-button.defaultNav,
.toggle-button.shoppingCart,
#bBasket .button.defaultNav,
#bBasket .button.shoppingCart,
#bBasket .submit
#form_container .submit.defaultNav,
#bBasket .submit
#form_container .submit.shoppingCart {
  font-family: "Montserrat light", "Open Sans", "Arial", sans-serif;
  min-height: 45px;
  width: 45px;
  line-height: 45px;
  float: right;
  margin-left: 15px;
  color: #fff;
  background: #3b4140;
  border: none;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.button.defaultNav.active, .button.shoppingCart.active,
.submit.defaultNav.active,
.submit.shoppingCart.active,
.toggle-button.defaultNav.active,
.toggle-button.shoppingCart.active,
#bBasket .button.defaultNav.active,
#bBasket .button.shoppingCart.active,
#bBasket .submit
#form_container .submit.defaultNav.active,
#bBasket .submit
#form_container .submit.shoppingCart.active {
  color: #fff;
  background: #ddd;
}
.button.defaultNav .fa, .button.shoppingCart .fa,
.submit.defaultNav .fa,
.submit.shoppingCart .fa,
.toggle-button.defaultNav .fa,
.toggle-button.shoppingCart .fa,
#bBasket .button.defaultNav .fa,
#bBasket .button.shoppingCart .fa,
#bBasket .submit
#form_container .submit.defaultNav .fa,
#bBasket .submit
#form_container .submit.shoppingCart .fa {
  line-height: inherit;
}
.button.defaultNav .title, .button.shoppingCart .title,
.submit.defaultNav .title,
.submit.shoppingCart .title,
.toggle-button.defaultNav .title,
.toggle-button.shoppingCart .title,
#bBasket .button.defaultNav .title,
#bBasket .button.shoppingCart .title,
#bBasket .submit
#form_container .submit.defaultNav .title,
#bBasket .submit
#form_container .submit.shoppingCart .title {
  display: none;
}
.button.shoppingCart,
.submit.shoppingCart,
.toggle-button.shoppingCart,
#bBasket .button.shoppingCart,
#bBasket .submit
#form_container .submit.shoppingCart {
  position: relative;
  overflow: visible;
  float: right;
  margin-left: 5px;
  line-height: 20px;
  background: none;
}
.button.shoppingCart .amount,
.submit.shoppingCart .amount,
.toggle-button.shoppingCart .amount,
#bBasket .button.shoppingCart .amount,
#bBasket .submit
#form_container .submit.shoppingCart .amount {
  color: #fff;
  background: #9dcc8f;
  font-size: 1em;
  position: absolute;
  text-align: center;
  right: -5px;
  top: -5px;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.button.shoppingCart .amount span,
.submit.shoppingCart .amount span,
.toggle-button.shoppingCart .amount span,
#bBasket .button.shoppingCart .amount span,
#bBasket .submit
#form_container .submit.shoppingCart .amount span {
  font-size: 1em;
}
@media only screen and (max-width: 990px) {
  .button,
  .submit,
  .toggle-button,
  #bBasket .button,
  #bBasket .submit
  #form_container .submit {
    margin-bottom: 3px;
  }
  .button.margin,
  .submit.margin,
  .toggle-button.margin,
  #bBasket .button.margin,
  #bBasket .submit
  #form_container .submit.margin {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .button.defaultNav,
  .submit.defaultNav,
  .toggle-button.defaultNav,
  #bBasket .button.defaultNav,
  #bBasket .submit
  #form_container .submit.defaultNav {
    margin-left: 10px;
  }
  .button.shoppingCart,
  .submit.shoppingCart,
  .toggle-button.shoppingCart,
  #bBasket .button.shoppingCart,
  #bBasket .submit
  #form_container .submit.shoppingCart {
    margin-left: 0;
  }
  .button.shoppingCart img.white,
  .submit.shoppingCart img.white,
  .toggle-button.shoppingCart img.white,
  #bBasket .button.shoppingCart img.white,
  #bBasket .submit
  #form_container .submit.shoppingCart img.white {
    display: none;
  }
  .button.shoppingCart img.black,
  .submit.shoppingCart img.black,
  .toggle-button.shoppingCart img.black,
  #bBasket .button.shoppingCart img.black,
  #bBasket .submit
  #form_container .submit.shoppingCart img.black {
    display: block !important;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .button,
  .submit,
  .toggle-button,
  #bBasket .button,
  #bBasket .submit
  #form_container .submit {
    float: none;
    margin: 0;
  }
  .button.defaultNav,
  .submit.defaultNav,
  .toggle-button.defaultNav,
  #bBasket .button.defaultNav,
  #bBasket .submit
  #form_container .submit.defaultNav {
    margin-left: 10px;
  }
  .button.shoppingCart,
  .submit.shoppingCart,
  .toggle-button.shoppingCart,
  #bBasket .button.shoppingCart,
  #bBasket .submit
  #form_container .submit.shoppingCart {
    margin-left: 0;
  }
  .button.shoppingCart img.white,
  .submit.shoppingCart img.white,
  .toggle-button.shoppingCart img.white,
  #bBasket .button.shoppingCart img.white,
  #bBasket .submit
  #form_container .submit.shoppingCart img.white {
    display: block !important;
    margin-left: 0 !important;
  }
  .button.shoppingCart img.black,
  .submit.shoppingCart img.black,
  .toggle-button.shoppingCart img.black,
  #bBasket .button.shoppingCart img.black,
  #bBasket .submit
  #form_container .submit.shoppingCart img.black {
    display: none !important;
  }
  .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: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    background: #3b4140;
  }
  .button.defaultNav.active,
  .submit.defaultNav.active,
  .toggle-button.defaultNav.active,
  #bBasket .button.defaultNav.active,
  #bBasket .submit
  #form_container .submit.defaultNav.active {
    color: #fff;
    background: #ddd;
  }
  .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: inherit;
  }
  .defaultNavFixed.defaultNavShoppingCart .button.defaultNav span, .defaultNavFixed.defaultNavShoppingCart .button.defaultNav .fa, .defaultNavFixed.defaultNavShoppingCart
  .submit.defaultNav span, .defaultNavFixed.defaultNavShoppingCart
  .submit.defaultNav .fa, .defaultNavFixed.defaultNavShoppingCart
  .toggle-button.defaultNav span, .defaultNavFixed.defaultNavShoppingCart
  .toggle-button.defaultNav .fa, .defaultNavFixed.defaultNavShoppingCart
  #bBasket .button.defaultNav span, .defaultNavFixed.defaultNavShoppingCart
  #bBasket .button.defaultNav .fa, .defaultNavFixed.defaultNavShoppingCart
  #bBasket .submit
  #form_container .submit.defaultNav span, .defaultNavFixed.defaultNavShoppingCart
  #bBasket .submit
  #form_container .submit.defaultNav .fa {
    margin-right: 75px;
  }
  .defaultNavFixed.defaultNavShoppingCart .button.shoppingCart, .defaultNavFixed.defaultNavShoppingCart
  .submit.shoppingCart, .defaultNavFixed.defaultNavShoppingCart
  .toggle-button.shoppingCart, .defaultNavFixed.defaultNavShoppingCart
  #bBasket .button.shoppingCart, .defaultNavFixed.defaultNavShoppingCart
  #bBasket .submit
  #form_container .submit.shoppingCart {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .defaultNavFixed.defaultNavShoppingCart .button.shoppingCart .white, .defaultNavFixed.defaultNavShoppingCart
  .submit.shoppingCart .white, .defaultNavFixed.defaultNavShoppingCart
  .toggle-button.shoppingCart .white, .defaultNavFixed.defaultNavShoppingCart
  #bBasket .button.shoppingCart .white, .defaultNavFixed.defaultNavShoppingCart
  #bBasket .submit
  #form_container .submit.shoppingCart .white {
    margin-left: -10px;
  }
  .defaultNavFixed.defaultNavShoppingCart .button.shoppingCart .amount, .defaultNavFixed.defaultNavShoppingCart
  .submit.shoppingCart .amount, .defaultNavFixed.defaultNavShoppingCart
  .toggle-button.shoppingCart .amount, .defaultNavFixed.defaultNavShoppingCart
  #bBasket .button.shoppingCart .amount, .defaultNavFixed.defaultNavShoppingCart
  #bBasket .submit
  #form_container .submit.shoppingCart .amount {
    top: 4px;
    right: 4px;
    font-size: 0.9em;
  }
}

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

/* dashBoardNav
/*-------------------------------------------------------------------*/
div.dashBoardNav .shoppingCart:hover .amount {
  z-index: 2;
  background: #a1617c;
}
div.dashBoardNav .shoppingCart:hover img {
  opacity: 0.5;
  z-index: 0;
}
div.dashBoardNav .users:hover img {
  opacity: 0.5;
  z-index: 0;
}
div.dashBoardNav .button,
div.dashBoardNav .submit,
div.dashBoardNav .toggle-button {
  display: inline-block;
}
div.dashBoardNav .button.defaultNav,
div.dashBoardNav .submit.defaultNav,
div.dashBoardNav .toggle-button.defaultNav {
  position: static;
}
div.dashBoardNav .mobile {
  display: none;
}
div.dashBoardNav .mobile.inlineBlock {
  display: none;
}
@media only screen and (max-width: 479px) {
  div.dashBoardNav .mobile {
    display: block;
  }
  div.dashBoardNav .mobile.inlineBlock {
    display: inline-block;
  }
}
div.dashBoardNav .tablet {
  display: none;
}
div.dashBoardNav .tablet.inlineBlock {
  display: none;
}
@media only screen and (max-width: 990px) {
  div.dashBoardNav .tablet {
    display: block;
  }
  div.dashBoardNav .tablet.inlineBlock {
    display: inline-block;
  }
  div.dashBoardNav .tablet.desktop {
    display: block;
  }
  div.dashBoardNav .tablet.desktop.inlineBlock {
    display: inline-block;
  }
}
@media only screen and (max-width: 479px) {
  div.dashBoardNav .tablet {
    display: none;
  }
  div.dashBoardNav .tablet.inlineBlock {
    display: none;
  }
  div.dashBoardNav .tablet.desktop {
    display: none;
  }
  div.dashBoardNav .tablet.desktop.inlineBlock {
    display: none;
  }
  div.dashBoardNav .tablet.mobile {
    display: block;
  }
  div.dashBoardNav .tablet.mobile.inlineBlock {
    display: inline-block;
  }
}
div.dashBoardNav .desktop {
  display: block;
}
div.dashBoardNav .desktop.inlineBlock {
  display: inline-block;
}
@media only screen and (max-width: 990px) {
  div.dashBoardNav .desktop {
    display: none;
  }
  div.dashBoardNav .desktop.inlineBlock {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  div.dashBoardNav .desktop.mobile {
    display: block;
  }
  div.dashBoardNav .desktop.mobile.inlineBlock {
    display: inline-block;
  }
}
@media only screen and (max-width: 990px) {
  div.dashBoardNav .shoppingCart {
    padding-top: 9px;
  }
  div.dashBoardNav .shoppingCart .amount {
    top: 0px;
  }
  div.dashBoardNav .users {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  div.dashBoardNav .users img.white {
    display: none;
  }
  div.dashBoardNav .users img.black {
    display: block !important;
  }
}
@media only screen and (max-width: 479px) {
  div.dashBoardNav .users img.white {
    display: block !important;
  }
  div.dashBoardNav .users img.black {
    display: none !important;
  }
  div.dashBoardNav .dashBoardNav .defaultNav {
    display: block !important;
  }
}

/* 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: #3b4140;
}
.box h3 + * {
  margin-top: 0.9em;
}
.box > .inner a {
  text-decoration: none;
}
.box > .inner a:hover {
  text-decoration: underline;
}
.box .link {
  font-family: "Montserrat regular", "Open 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:focus,
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;
  }
}

/* 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: "Montserrat light", "Open Sans", "Arial", sans-serif;
}
#mainSlider .button {
  margin-bottom: -170px;
  min-height: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 60px;
  padding: 0 70px;
  font-size: 20px;
  font-weight: normal;
  font-family: "Montserrat light";
  background: rgba(161, 97, 124, 0.6);
  color: #fff;
  border: 0px;
  border-radius: 0px;
}
#mainSlider .button:hover {
  background: #a1617c;
}
@media only screen and (max-width: 990px) {
  #mainSlider .button {
    margin-bottom: -70px;
  }
}
@media only screen and (max-width: 479px) {
  #mainSlider .button {
    margin-bottom: -135px;
    padding: 0 10px;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* headlinesCol
/*-------------------------------------------------------------------*/
.headlinesCol .item {
  font-size: 0.8125em;
}
.headlinesCol .item h3 {
  font-weight: 400;
  color: #3b4140;
  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;
  }
}

/* HEADER
/*-------------------------------------------------------------------*/
#headerImg .headers {
  height: 385px;
  background: url("/images/gelato/slide2.jpg");
  background-size: cover !important;
  background-position: center !important;
}
@media only screen and (max-width: 767px) {
  #headerImg .headers {
    height: 250px;
  }
}
@media only screen and (max-width: 479px) {
  #headerImg .headers {
    height: 250px;
  }
}

#header {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 1;
  width: 100%;
}
#header.page {
  position: relative;
}
#header.small {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  z-index: 5;
  -webkit-box-shadow: 0px 1px 14px -1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 1px 14px -1px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 1px 14px -1px rgba(0, 0, 0, 0.39);
}
#header.small div > .inner {
  padding: 5px 0 0 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#header.small .logo {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  text-align: center;
  margin-top: 0;
}
#header.small .logo img {
  max-height: 50px;
  width:auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header.small #searchBar, #header.small .dashBoardNav {
  display: none;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
#header.posFixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#header #searchBar, #header .dashBoardNav {
  display: block;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
#header .bar {
  background: #f5f5f5;
  position: relative;
}
#header div > .inner {
  padding: 20px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#header .logo {
  position: static;
  margin-top: -50px;
}
#header .logo > .inner {
  padding: 20px 0 0 0;
}
#header .logo img {
  vertical-align: baseline;
  max-width: 250px;
  max-height: 88px;
}
#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: 100%;
  position: relative;
  overflow: hidden;
}
#header #searchBar:hover {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
}
#header #searchBar:hover input.keywords {
  opacity: 1;
  background: none;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
#header #searchBar input.keywords {
  border: 0px solid #ccc;
  line-height:16px;
  display:block;
  background: none;
  height: 40px;
  font-size: 0.9em;
  padding-left: 0;
  text-indent: 20px;
  margin: 0;
  margin-left: 40px;
  border-radius: 0px;
  opacity: 1;
  display: block;
  width: 200px;
  clear: both;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
#header #searchBar input.keywords::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
}
#header #searchBar button.submit {
  position: absolute;
  border-right: 1px solid #dcdcdc !important;
  top: 0;
  left: 0;
  min-height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  border: 0px solid #fff;
  border-left: none;
  background: none;
  color: #3b4140;
  border-radius: 0px;
}
#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: 22px;
  overflow: visible;
  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: #f5f5f5;
}
#header #checkout .inner {
  padding: 10px;
}
#header #checkout .title {
  font-weight: 700;
  color: #34495e;
}
#header #checkout h3 {
  font-family: "Montserrat light", "Open 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.small {
    padding: 5px 0;
  }
  #header.small .dashBoardNav, #header.small #searchBar {
    display: block;
  }
  #header.small #searchBar {
    margin-top: 5px;
  }
  #header .logo {
    margin-top: -3px;
    text-align: center;
  }
  #header .logo img {
    max-width: 185px;
    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: 0px;
    display: inline-block;
  }
  #header #searchBar input.keywords {
    opacity: 1;
    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;
  }
}
@media only screen and (max-width: 767px) {
  #header #searchBar {
    margin-top: 4px;

  }
  #header .logo {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 479px) {
  #header.small {
    height: 0px;
  }
  #header #searchBar {
    margin-top: 4px;
    background: #eee;
  }
  #header.small .logo, #header.small #searchBar {
    height: 0px;
    display: none;
  }
  #header div > .inner {
    padding: 0 0 20px 0;
    padding: 0;
  }
  #header .search {
    float: right;
    padding: 0;
  }
  #header .logo {
    margin-top: -6px;
    margin-bottom: 5px;
    position: static;
  }
  #header .logo > .inner {
    padding: 20px 0 0 0;
  }
  #header .logo img.desktop {
    display: none;
  }
  #header .logo img.mobile {
    display: inline-block;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #header .logo img {
    max-width: 215px;
  }
  #header div > .inner {
    padding: 20px 0 0 0;
  }
}

/* DEFAULTNAV - BAR
/*-------------------------------------------------------------------*/
#defaultNavBar {
  color: #3b4140;
  background: false;
}
#defaultNavBar .container {
  background: inherit;
}
#defaultNavBar .navigation {
  float: left;
}
#defaultNavBar .navigation > .inner {
  padding: 15px 0 0 0;
}
@media only screen and (max-width: 990px) {
  #defaultNavBar {
    position: relative;
    z-index: 1;
    top: 0;
    width: 100%;
  }
  #defaultNavBar .navigation {
    display: none;
  }
  #defaultNavBar .navigation > .inner {
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  #defaultNavBar {
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
  }
  #defaultNavBar .container {
    background: transparent;
  }
  .defaultNavFixed #defaultNavBar .navigation {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 100;
  }
  .defaultNavFixed #defaultNavBar .navigation .container {
    padding: 0;
  }
  #defaultNavBar .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;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #defaultNavBar .navigation > .inner {
    padding: 4px 0 0 0;
  }
}

/* TOPNAV
/*-------------------------------------------------------------------*/
#topNav {
  font-family: "Montserrat regular", "Open Sans", "Arial", sans-serif;
  font-size: 0.875em;
}
#topNav ul li.home.withIcon a > .inner {
  padding: 0 12px;
}
#topNav ul li.home.withIcon .fa {
  display: inline-block !important;
  float: none;
  vertical-align: middle;
  font-size: 1.2em;
  color: inherit;
  margin: 0;
}
#topNav ul li.home.withIcon .fa:before {
  content: "\f015";
}
#topNav ul li.home.withIcon .title {
  display: none;
}
#topNav ul li a {
  border-color: #fff;
  color: #3b4140;
}
#topNav ul li a:hover {
  color: black;
}
#topNav ul li a:hover:after {
  color: inherit;
}
#topNav ul li.selected a {
  color: black;
}
#topNav ul li.selected a:after {
  color: inherit;
}
@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: left;
}
#featureNav #profile .button {
  min-height: 28px;
  line-height: 28px;
}
@media only screen and (max-width: 990px) {
  #featureNav {
    background: #3b4140;
    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 #profile .button:after {
    content: "\f007";
  }
  #featureNav #searchBar {
    float: none;
    display: inline-block;
    margin-left: 10px;
  }
}

/* MAINNAV
/*-------------------------------------------------------------------*/
#mainNav {
  color: #3b4140;
  background: false;
  margin: 0;
}
#mainNav .dropdownExist div.arrow {
  top: auto;
  bottom: -10px;
  display: none;
}
#mainNav .dropdownExist > a .fa {
  display: inline-block !important;
}
#mainNav ul {
  margin: 0;
}
#mainNav ul > li.mainItem {
  margin-bottom: 0px;
  position: relative;
  float: left;
}
.alignRight #mainNav ul > li.mainItem, .alignCenter #mainNav ul > li.mainItem {
  display: inline-block;
  float: none;
}
#mainNav ul > li.mainItem:last-child a > .inner {
  padding-right: 0px;
}
#mainNav ul > li.mainItem:first-child a > .inner {
  padding-left: 0px;
}
#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: #3b4140;
  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: "Montserrat regular", "Open Sans", "Arial", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
  color: #3b4140;
  background: false;
  height: 60px;
  line-height: 60px;
  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: #91AE8F;
  margin-left: 4px;
  display: none;
  float: none !important;
}
#mainNav ul > li.mainItem > a > .inner {
  padding: 0 12px;
  letter-spacing: 1px;
}
#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: rgba(255, 255, 255, 0.8);
  border-top: #91ae8f 5px solid;
  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: "Montserrat light", "Open Sans", "Arial", sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: none;
  text-transform: none;
  border: 0 !important;
  padding: 6px 0;
  text-shadow: none;
  display: block;
  color: #3b4140;
  background: inherit;
}
#mainNav ul > li.mainItem ul > li.subItem a .fa {
  float: none;
  color: inherit;
  font-size: 1em;
  margin-left: 5px;
  display: none;
  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: #91ae8f;
  background: false;
}
#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: #91ae8f;
  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: #676d71;
    margin: 0;
  }
  #mainNav ul {
    margin: 0;
    background: #eee;
  }
  #mainNav ul .dropdownExist > a .fa {
    display: inline-block !important;
  }
  #mainNav ul > li.mainItem {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #mainNav ul > li.mainItem:first-child > a > .inner {
    padding: 15px;
  }
  #mainNav ul > li.mainItem.home > a > .inner .fa {
    margin: 0 0.4em 0 0;
    padding: 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: #3b4140;
    background: #eee;
    -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 !important;
  }
  #mainNav ul > li.mainItem > a .title {
    float: left;
  }
  #mainNav ul > li.mainItem > a .fa {
    display: none;
    font-size: 1em;
    color: #91ae8f;
    float: right !important;
    padding: 15px;
    margin: -15px;
    margin-left: 15px;
  }
  #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: #eee;
    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: #3b4140;
    height: auto;
    line-height: 1;
    background: inherit;
    padding: 0;
    white-space: normal;
  }
  #mainNav ul > li.mainItem ul > li.subItem > a .fa {
    display: none;
    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: #9dcc8f;
  }
  #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: #91ae8f;
    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 > a {
    letter-spacing: 0;
    font-size: 16px;
  }
  #mainNav ul > li.mainItem > a > .inner {
    padding: 0 5px;
  }
  #mainNav ul > li.mainItem.home a > .inner .fa {
    display: none;
  }
  #homepage #mainNav ul > li.mainItem.home {
    display: inline-block;
  }
  #mainNav ul > li.mainItem ul > li.subItem a {
    font-size: 14px;
  }
}
@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 15px;
  }
}

/* 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: 0;
}
#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 {
  border-top: 1px solid rgba(145, 174, 143, 0.6);
  padding: 0;
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  font-family: "Montserrat light";
}
#leftNav > ul > li:last-child,
#leftNav > .inner > ul > li:last-child,
#rightNav > ul > li:last-child,
#rightNav > .inner > ul > li:last-child,
#shopNav > ul > li:last-child,
#shopNav > .inner > ul > li:last-child {
  border-bottom: 1px solid rgba(145, 174, 143, 0.6);
}
#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: 5px 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;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  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: #91ae8f;
  padding: 9px 0;
  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: none;
  color: #a1617c;
}
#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: none;
  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 {
  background: inherit;
  color: #a1617c;
  text-decoration: underline;
}
#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 {
  border-top: 1px solid rgba(145, 174, 143, 0.6);
  display: inline-block;
  padding: 15px 8px;
  width: 100%;
}
#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 {
  text-decoration: none;
  padding: 0;
  background: inherit;
  color: #91ae8f;
  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;
  color: #a1617c;
}
#leftNav > ul > li.selected ul > li:hover a,
#leftNav > .inner > ul > li.selected ul > li:hover a,
#rightNav > ul > li.selected ul > li:hover a,
#rightNav > .inner > ul > li.selected ul > li:hover a,
#shopNav > ul > li.selected ul > li:hover a,
#shopNav > .inner > ul > li.selected ul > li:hover a {
  color: #a1617c;
}

/* TABLET MAINNAV
/*-------------------------------------------------------------------*/
@media only screen and (max-width: 990px) {
  #tabletMainNav #mainNav {
    color: #3b4140;
    background: false;
    margin: 0;
  }
  #tabletMainNav #mainNav .dropdownExist div.arrow {
    top: auto;
    bottom: -10px;
    display: none;
  }
  #tabletMainNav #mainNav .dropdownExist > a .fa {
    display: inline-block !important;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    margin-bottom: 0px;
    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:last-child a > .inner {
    padding-right: 0px;
  }
  #tabletMainNav #mainNav ul > li.mainItem:first-child a > .inner {
    padding-left: 0px;
  }
  #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: #3b4140;
    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: "Montserrat regular", "Open Sans", "Arial", sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    color: #3b4140;
    background: false;
    height: 60px;
    line-height: 60px;
    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: #91AE8F;
    margin-left: 4px;
    display: none;
    float: none !important;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 0 12px;
    letter-spacing: 1px;
  }
  #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: rgba(255, 255, 255, 0.8);
    border-top: #91ae8f 5px solid;
    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: "Montserrat light", "Open Sans", "Arial", sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: none;
    text-transform: none;
    border: 0 !important;
    padding: 6px 0;
    text-shadow: none;
    display: block;
    color: #3b4140;
    background: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem a .fa {
    float: none;
    color: inherit;
    font-size: 1em;
    margin-left: 5px;
    display: none;
    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: #91ae8f;
    background: false;
  }
  #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: #91ae8f;
    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: #676d71;
    margin: 0;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
    background: #eee;
  }
  #tabletMainNav #mainNav ul .dropdownExist > a .fa {
    display: inline-block !important;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #tabletMainNav #mainNav ul > li.mainItem:first-child > a > .inner {
    padding: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home > a > .inner .fa {
    margin: 0 0.4em 0 0;
    padding: 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: #3b4140;
    background: #eee;
    -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 !important;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a .title {
    float: left;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a .fa {
    display: none;
    font-size: 1em;
    color: #91ae8f;
    float: right !important;
    padding: 15px;
    margin: -15px;
    margin-left: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: #eee;
    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: #3b4140;
    height: auto;
    line-height: 1;
    background: inherit;
    padding: 0;
    white-space: normal;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem > a .fa {
    display: none;
    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: #9dcc8f;
  }
  #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: #91ae8f;
    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 > a {
    letter-spacing: 0;
    font-size: 16px;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 0 5px;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home a > .inner .fa {
    display: none;
  }
  #homepage #tabletMainNav #mainNav ul > li.mainItem.home {
    display: inline-block;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem a {
    font-size: 14px;
  }
}
@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 15px;
  }
}
@media only screen and (max-width: 990px) {
  #tabletMainNav .bgMainNav {
    background: #eee;
  }
  #tabletMainNav .bgMainNav .logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #tabletMainNav div.closeMainNav {
    font-family: "Montserrat light", "Open Sans", "Arial", sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
  }
  #tabletMainNav div.closeMainNav a, #tabletMainNav div.closeMainNav .fa {
    background: #3b4140;
    color: white;
    height: 45px;
    line-height: 45px;
  }
}
/* BREADCRUMBS
/*-------------------------------------------------------------------*/
#breadcrumbs {
  font-family: "Montserrat light", "Open Sans", "Arial", sans-serif;
  font-size: 0.8125em;
  border: none;
  margin: 30px 0 0 0;
  line-height: 1em;
}
#breadcrumbs > .inner {
  padding: 0;
}
#breadcrumbs .container > .inner {
  padding: 0;
}
#breadcrumbs a {
  color: #ccc;
}
#breadcrumbs a:hover {
  color: #676d71;
  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;
  visibility: visible;
  left: 0;
  right: 0;
  top: 1px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #breadcrumbs {
    display: none;
  }
  #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.blog .item h3 {
  margin-bottom: 10px;
  color: #008083;
  text-transform: uppercase;
  font-size: 20px;
}
#drieluik.blog .item h3 a {
  color: #008083;
}
#drieluik.blog .item:hover img, #drieluik.blog .item:hover .image {
  opacity: 0.9;
}
#drieluik.blog .item:hover h3 a {
  color: #3b4140;
}
#drieluik.blog h2 {
  text-align: center;
  color: #fdc652;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 50px;
}
#drieluik.blog h2:after {
  content: "";
  display: block;
  border-top: solid 2px #fdc652;
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
#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;
  }
}
@media only screen and (max-width: 479px) {
  #drieluik.blog .item .inner {
    border-bottom: 1px solid rgba(163, 163, 163, 0.24);
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #drieluik.blog .item:last-child .inner {
    border: 0px;
  }
}

#usp {
  text-align: center;
}
#usp .container > .inner {
  padding: 60px 0;
}
#usp ul {
  margin-left: 0px;
  list-style: none;
}
#usp ul li {
  margin-bottom: 30px;
}
#usp ul li img {
  margin-right: 10px;
}
#usp.white {
  background: #fff;
  color: #3b4140;
}
#usp.white h2 {
  color: #fdc652;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 36px;
}
#usp.white h2:after {
  content: "";
  display: block;
  border-top: solid 2px #fdc652;
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
#usp.grey {
  background: #f5f5f5;
  color: #3b4140;
}
#usp.grey h2 {
  color: #fdc652;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 36px;
}
#usp.grey h2:after {
  content: "";
  display: block;
  border-top: solid 2px #fdc652;
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
#usp.pink {
  background: #a1617c;
  color: white;
}
#usp.pink h2 {
  color: white;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 36px;
}
#usp.pink h2:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #usp ul li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  #usp ul li {
    margin-bottom: 15px;
  }
}

#between {
  margin: 60px 0;
  height: 380px;
  position: relative;
  background: url("/images/gelato/slide1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#between .button {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  position: relative;
  padding: 0 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  #between {
    height: 200px;
  }
  #between .button {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 20px;
  }
}

#betweenBottom {
  height: 200px;
  position: relative;
  background: url("/images/gelato/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  #betweenBottom {
    height: 150px;
  }
}

/* CONTENT
/*-------------------------------------------------------------------*/
#content {
  position: relative;
  z-index: 1;
}
#content.normal {
  text-align: center;
}
#content.normal p {
  font-size: 20px;
}
#content.normal ul {
  margin-left: 0;
  list-style: none;
}
#content.normal ul li {
  line-height: 30px;
}
#content.normal ul li a {
  color: #3b4140;
  font-size: 20px;
  font-family: "Montserrat regular";
}
#content.normal ul li a:hover, #content.normal ul li a.selected, #content.normal ul li a.active {
  color: #fdc652;
  text-decoration: none;
}
#content.normal h2 {
  color: #fdc652;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 50px;
}
#content.normal h2:after {
  content: "";
  display: block;
  border-top: solid 2px #fdc652;
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
#content.normal .background {
  padding: 50px 0;
  margin-top: 50px;
}
#content.normal .background h3 {
  color: #3b4140;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Montserrat regular";
  font-weight: 600;
  font-size: 36px;
}
#content.normal .background h3:after {
  content: "";
  display: block;
  border-top: solid 2px #3b4140;
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
#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: #91ae8f;
  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: #3b4140;
}
#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;
}
#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: 40px 0 0 0;
  }
  #content .leftCol > .inner {
    padding: 0 0 40px 0;
  }
  #content .leftCol > .inner #leftNav {
    margin-top: 20px;
  }
  #homepage #content .leftCol .row > div.margin:last-of-type {
    margin-bottom: 0;
  }
  #content .contentCol > .inner {
    padding: 0 0 40px 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: 40px 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;
  }
}

/* articleFilter
/*-------------------------------------------------------------------*/
#articlesOverlay #loadBox {
  border: 2px solid rgba(164, 98, 124, 0.2);
  color: #A4627C;
  border-radius: 8px;
}
#articlesOverlay .loader {
  height: 54px;
  width: 56px;
}

#articleFilter {
  font-size: 1em;
}
#articleFilter .filter-toggle {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
}
#articleFilter .filter-toggle:after {
  font-size: 1.2em;
}
#articleFilter .group ul li.option {
  width: 90%;
}
#articleFilter .group label {
  font-size: 14px;
}
#articleFilter .group .title {
  font-family: "Montserrat regular";
}
#articleFilter .group .toggle {
  border-top: 1px solid rgba(145, 174, 143, 0.22);
  margin-top: 7px;
}
#articleFilter .group .toggle .toggle-button {
  font-size: 20px;
  position: absolute;
  bottom: 22px;
  right: 0;
}
#articleFilter .group .toggle .toggle-button .fa-angle-right:before {
  content: "\f107";
  color: #a1617c;
}
#articleFilter .group .toggle .toggle-button .fa-angle-down:before {
  color: #91ae8f;
  content: "\f106";
}
#articleFilter .group ul li.option > a:before, #articleFilter .group ul li.option > span:before {
  height: 14px;
  width: 14px;
}
#articleFilter .group ul li.option.checked > a:after, #articleFilter .group ul li.option.checked > span:after {
  left: -1px;
  top: -1px;
  color: #9dcc8f;
}
#articleFilter .overview.active {
  margin-top: 20px;
}

/* articlesOverview
/*-------------------------------------------------------------------*/
#articlesOverview {
  position: relative;
}
#articlesOverview.row {
  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;
}
.withSeperator #articlesOverview form > div, #articlesOverview.withSeperator form > div {
  margin-bottom: 20px;
}
.withSeperator #articlesOverview form > div:after, #articlesOverview.withSeperator form > div:after {
  content: "";
  height: 10px;
  background: #e5ecef;
  position: relative;
  box-sizing: content-box;
  display: none;
}
.withSeperator #articlesOverview form:nth-child(2n + 2) .col-lg-6:after, #articlesOverview.withSeperator form:nth-child(2n + 2) .col-lg-6:after {
  display: block;
  width: 200%;
  left: -100%;
  margin-left: -20px;
  padding-left: 20px;
}
.withSeperator #articlesOverview form:nth-child(3n + 3) .col-lg-4:after, #articlesOverview.withSeperator form:nth-child(3n + 3) .col-lg-4:after {
  display: block;
  width: 300%;
  left: -200%;
  margin-left: -40px;
  padding-left: 40px;
}
.withSeperator #articlesOverview form:nth-child(4n + 4) .col-lg-3:after, #articlesOverview.withSeperator form:nth-child(4n + 4) .col-lg-3:after {
  display: block;
  width: 400%;
  left: -300%;
  margin-left: -60px;
  padding-left: 60px;
}
@media only screen and (max-width: 990px) {
  .withSeperator #articlesOverview form:nth-child(2n + 2) .col-sm-6:after, #articlesOverview.withSeperator form:nth-child(2n + 2) .col-sm-6:after {
    display: block;
    width: 200%;
    left: -100%;
    margin-left: -20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .withSeperator #articlesOverview form:nth-child(2n + 2) .col-xs-6:after, #articlesOverview.withSeperator form:nth-child(2n + 2) .col-xs-6:after {
    display: block;
    width: 200%;
    left: -100%;
    margin-left: -20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .withSeperator #articlesOverview form:last-of-type .articleSmall, #articlesOverview.withSeperator form:last-of-type .articleSmall {
    margin-bottom: 20px;
  }
  .withSeperator #articlesOverview form > div, #articlesOverview.withSeperator form > div {
    margin-bottom: 0;
  }
  .withSeperator #articlesOverview form > div:after, #articlesOverview.withSeperator form > div:after {
    display: none !important;
  }
  .withSeperator #articlesOverview form > div .articleSmall, #articlesOverview.withSeperator form > div .articleSmall {
    border-bottom-width: 10px;
  }
}
.masonry #articlesOverview .button, #articlesOverview.masonry .button {
  height: 38px;
}
.masonry #articlesOverview .highlight, #articlesOverview.masonry .highlight {
  width: 66.66667%;
}
.masonry #articlesOverview .highlight .articleSmall, #articlesOverview.masonry .highlight .articleSmall {
  background: #f2f2f2;
}
.masonry #articlesOverview .highlight .articleSmall .article-inner, #articlesOverview.masonry .highlight .articleSmall .article-inner {
  background: inherit !important;
}
.masonry #articlesOverview .highlight .articleSmall .image .box, #articlesOverview.masonry .highlight .articleSmall .image .box {
  height: 250px;
  line-height: 250px;
}
@media only screen and (max-width: 990px) {
  .masonry #articlesOverview .highlight, #articlesOverview.masonry .highlight {
    width: 100%;
  }
}

/* searchOverview
/*-------------------------------------------------------------------*/
.withSeperator #searchOverview form > div, #searchOverview.withSeperator form > div {
  margin-bottom: 20px;
}
.withSeperator #searchOverview form > div:after, #searchOverview.withSeperator form > div:after {
  content: "";
  height: 10px;
  background: #e5ecef;
  position: relative;
  box-sizing: content-box;
  display: none;
}
.withSeperator #searchOverview form:nth-child(2n + 2) .col-lg-6:after, #searchOverview.withSeperator form:nth-child(2n + 2) .col-lg-6:after {
  display: block;
  width: 200%;
  left: -100%;
  margin-left: -20px;
  padding-left: 20px;
}
.withSeperator #searchOverview form:nth-child(3n + 3) .col-lg-4:after, #searchOverview.withSeperator form:nth-child(3n + 3) .col-lg-4:after {
  display: block;
  width: 300%;
  left: -200%;
  margin-left: -40px;
  padding-left: 40px;
}
.withSeperator #searchOverview form:nth-child(4n + 4) .col-lg-3:after, #searchOverview.withSeperator form:nth-child(4n + 4) .col-lg-3:after {
  display: block;
  width: 400%;
  left: -300%;
  margin-left: -60px;
  padding-left: 60px;
}
@media only screen and (max-width: 990px) {
  .withSeperator #searchOverview form:nth-child(2n + 2) .col-sm-6:after, #searchOverview.withSeperator form:nth-child(2n + 2) .col-sm-6:after {
    display: block;
    width: 200%;
    left: -100%;
    margin-left: -20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .withSeperator #searchOverview form:nth-child(2n + 2) .col-xs-6:after, #searchOverview.withSeperator form:nth-child(2n + 2) .col-xs-6:after {
    display: block;
    width: 200%;
    left: -100%;
    margin-left: -20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .withSeperator #searchOverview form:last-of-type .articleSmall, #searchOverview.withSeperator form:last-of-type .articleSmall {
    margin-bottom: 20px;
  }
  .withSeperator #searchOverview form > div, #searchOverview.withSeperator form > div {
    margin-bottom: 0;
  }
  .withSeperator #searchOverview form > div:after, #searchOverview.withSeperator form > div:after {
    display: none !important;
  }
  .withSeperator #searchOverview form > div .articleSmall, #searchOverview.withSeperator form > div .articleSmall {
    border-bottom-width: 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 h1 {
  font-size: 38px;
}
#articleDetail h2 {
  color: #8e897f;
}
#articleDetail h3 {
  color: #8e897f;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Montserrat regular';
}
#articleDetail .staffel {
  margin: 20px 0;
}
#articleDetail .staffel table {
  width: 100%;
}
#articleDetail .staffel table tr {
  width: 100%;
  padding: 5px 0;
  border-top: solid 1px #eeeeee;
  display: inline-block;
}
#articleDetail .staffel table tr:nth-child(even) {
  background: #eeeeee;
}
#articleDetail .staffel table tr:last-child {
  border-bottom: solid 1px #eeeeee;
}
#articleDetail .staffel table tr td {
  float: left;
  width: 50%;
}
#articleDetail .staffel table tr td:first-child {
  font-family: 'Montserrat regular';
}
#articleDetail .specifics {
  font-size: 1.125em;
  font-weight: 300;
}
#articleDetail .specifics .item {
  padding: 2px 0;
  display: inline-block;
  width: 100%;
}
#articleDetail .specifics .item.voorraad .green {
  color: #9dcc8f;
}
#articleDetail .specifics .item.voorraad .green .fa {
  padding-right: 5px;
}
#articleDetail .specifics .item.voorraad .orange {
  color: #a1617c;
}
#articleDetail .specifics .item.voorraad .orange .fa {
  padding-right: 5px;
}
#articleDetail .specifics .item .bold {
  font-family: 'Montserrat regular';
  color: #3b4140;
}
#articleDetail .order .bold {
  color: #3b4140;
}
#articleDetail .order .favo {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
#articleDetail .order .amount {
  height: 40px;
  background: #e6e3e3;
  font-weight: 300;
  border: none;
  display: inline-block;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0 5px 0 0;
}
#articleDetail .order .amount:focus {
  border: 1px #cec8c8 solid;
  box-shadow: none;
}
#articleDetail .order .addtocart {
  display: inline-block;
  min-width: 165px;
}
#articleDetail .order .button.favorieten {
  background: #fdc652;
  min-width: 165px;
}
#articleDetail .order .button.favorieten .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;
}
#articleDetail .order .button.favorieten .ui-icon:before {
  content: "\f005";
}
#articleDetail .controls .button {
  float: left;
}
#articleDetail p:first-of-type {
  clear: both;
}
#articleDetail > .inner .prices .bold {
  color: #3b4140;
}
#articleDetail > .inner .prices .oldPrice {
  color: #9ca1a7;
  margin-bottom: 5px;
}
#articleDetail > .inner .prices .oldPrice .price {
  font-size: 14px;
  text-decoration: line-through;
}
#articleDetail > .inner .prices .retailPrice .price {
  display: inline-block;
  font-size: 23px;
  font-family: 'Montserrat regular';
  color: #008083;
}
#articleDetail > .inner .prices .vat {
  font-size: 14px;
  color: #8e897f;
  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, #accessoiresOverview.withOrderButton .articleSmall {
  text-align: center;
  background: #e0e0e0;
}
#articlesOverview .articleSmall .article-inner, #accessoiresOverview.withOrderButton .articleSmall .article-inner {
  border: 0px solid rgba(59, 65, 64, 0.3);
}
#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;
}
#articlesOverview .articleSmall .image > .inner, #accessoiresOverview.withOrderButton .articleSmall .image > .inner {
  padding: 0;
}
#articlesOverview .articleSmall .image > .inner .box, #accessoiresOverview.withOrderButton .articleSmall .image > .inner .box {
  height: 300px;
  line-height: 300px;
}
.no-touch #articlesOverview .articleSmall:hover .article-inner, .no-touch #accessoiresOverview.withOrderButton .articleSmall:hover .article-inner {
  min-height: 101%;
  max-height: 500px;
  border: 0px solid rgba(59, 65, 64, 0.3);
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
  z-index: 100;
  width: 100%;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}
.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 h3 {
  font-size: 14px;
  font-family: "Montserrat regular";
}
.articleSmall h2 {
  min-height: 20px;
  color: #a1617c !important;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(161, 97, 124, 0.6);
}
.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;
}
.articleSmall .prices .retailPrice .price {
  font-size: 14px;
  display: inline-block;
  color: #a1617c;
  text-align: center;
  margin: 0;
  font-family: "Montserrat regular";
}
.articleSmall .button {
  padding: 0 10px;
}
.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;
}
.articleSmall .image img {
  max-height: none;
}
@media only screen and (max-width: 479px) {
  .articleSmall {
    border: none;
    border-bottom: #d5d5d5 1px solid;
  }
}

.articleSmall,
.articleMenu {
  border-color: #efeeee;
  text-decoration: none !important;
}
.articleSmall h2,
.articleMenu h2 {
  font-size: 1em;
  color: #3b4140;
}
.articleSmall h2 + *,
.articleMenu h2 + * {
  margin-top: 0.5em;
}
.articleSmall h3,
.articleMenu h3 {
  font-family: "Montserrat light", "Open Sans", "Arial", sans-serif;
  color: #3b4140;
  margin: 0;
}
.articleSmall h3 + *,
.articleMenu h3 + * {
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .articleSmall .image > .inner .box .image,
  .articleMenu .image > .inner .box .image {
    background-size: cover !important;
  }
}
@media only screen and (max-width: 479px) {
  .articleSmall .image > .inner .box .image,
  .articleMenu .image > .inner .box .image {
    background-size: cover !important;
  }
}

/* articleMenu
/*-------------------------------------------------------------------*/
.articleMenu {
  border: 0px;
}
.articleMenu .image > .inner {
  padding: 0;
}
.articleMenu .image > .inner .box {
  height: 300px;
  line-height: 300px;
}
.articleMenu:hover .image > .inner {
  opacity: 0.6;
}
.articleMenu:hover .info > .inner {
  background: white;
}
.articleMenu:hover .info > .inner h2 {
  color: #91ae8f;
}
.articleMenu .info > .inner {
  position: relative;
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
}
.articleMenu .info > .inner h2 {
  color: #A1617C;
  font-size: 18px;
  text-transform: uppercase;
}
.articleMenu:hover {
  border-color: #999999;
}
.no-touch .articleMenu:hover .image {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* articlesHeader & articlesFooter
/*-------------------------------------------------------------------*/
#articlesHeader,
#articlesFooter {
  font-family: "Montserrat light", "Open 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: "Montserrat light", "Open 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 {
  text-align: center;
  border: 0px solid #dfe0e1;
}
#accessoiresOverview #accessoires .accessorie h2 {
  font-size: 16px;
}
#accessoiresOverview #accessoires .accessorie h2 a:hover {
  color: #91ae8f;
}
#accessoiresOverview #accessoires .accessorie .image > .inner {
  padding: 0;
}
#accessoiresOverview #accessoires .accessorie .image .box {
  line-height: 300px;
  height: 300px;
}
#accessoiresOverview #accessoires .accessorie .info > .inner {
  padding: 20px;
}
#accessoiresOverview #accessoires .accessorie .info .prices {
  margin: 0 0 5px 0;
  font-size: 14px;
}
#accessoiresOverview #accessoires .accessorie .info .prices .price {
  font-size: 14px;
}
#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 {
  font-family: 'Montserrat regular';
  height: 40px;
  line-height: 43px;
  background: #eee;
  font-size: 0.875em;
  font-family: "Montserrat regular", "Open Sans", "Arial", sans-serif;
  border: 0;
  margin-bottom: 1px;
  padding: 0px 40px 0 20px;
  margin-right: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
.tabBox .tabHeadings ul > li a {
  color: #91ae8f;
}
.tabBox .tabHeadings ul > li.active {
  border: 0px;
  background: #a1617c;
  font-size: 16px;
  text-transform: uppercase;
}
.tabBox .tabHeadings ul > li.active a {
  color: #fff !important;
}
.tabBox .tabContent {
  background: none;
  overflow: hidden;
  padding: 30px 0;
  margin-bottom: 50px;
  min-height: 1px;
  border-top: 2px solid #a1617c;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.tabBox .tabContent h1 {
  font-size: 23px;
}
.tabBox .tabContent h2 {
  font-size: 18px;
}
.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;
  }
  .tabBox .tabHeadings ul li {
    padding: 0 15px;
  }
  .tabBox .tabHeadings ul li a {
    font-size: 14px;
  }
}
@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;
}

/* partnerBar
/*-------------------------------------------------------------------*/
#partnerBar .container > .inner {
  padding: 20px 0;
}
#partnerBar a {
  padding: 10px;
  display: inline-block;
  background: #fff;
  max-width: 80%;
}

/* FOOTER
/*-------------------------------------------------------------------*/
#footer {
  background: #f5f5f5;
  color: #fff;
}
#footer .item ul li a {
  color: #3b4140;
}
#footer .blicca h2 {
  color: #a1617c;
  font-size: 16px;
  text-transform: uppercase;
}
#footer .service h2 {
  color: #91ae8f;
  font-size: 16px;
  text-transform: uppercase;
}
#footer .webshop h2 {
  color: #fdc652;
  font-size: 16px;
  text-transform: uppercase;
}
#footer .account h2 {
  color: #008083;
  font-size: 16px;
  text-transform: uppercase;
}
#footer .container > .inner {
  padding: 40px 0;
}
#footer h3 {
  font-family: "Montserrat light", "Open 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: "Montserrat light", "Open 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: #008083;
}
#footer #uspBar .container > .inner {
  padding: 20px 0;
}
#footer #uspBar .email p, #footer #uspBar .phone p {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat light';
  font-weight: normal;
  padding-right: 20px;
}
#footer #uspBar .email p .fa, #footer #uspBar .phone p .fa {
  font-size: 20px;
  padding-right: 10px;
}
#footer #uspBar .email a, #footer #uspBar .phone a {
  color: white;
}
#footer #uspBar .email a:hover, #footer #uspBar .phone a:hover {
  color: #fdc652;
}
#footer #uspBar .social ul {
  margin-left: 0px;
}
#footer #uspBar .social ul li {
  display: inline-block;
}
#footer #uspBar .social ul li h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat light';
  font-weight: normal;
  padding-right: 20px;
  color: white;
}
#footer #uspBar .social ul li a {
  color: white;
}
#footer #uspBar .social ul li a .fa {
  color: white;
  padding-right: 10px;
  font-size: 20px;
}
#footer #uspBar .social ul li a:hover .fa {
  color: #fdc652;
}
#footer #uspBar h4 {
  margin-bottom: 1.5em;
}
#footer #uspBar .tags .button {
  margin: 0;
  background: #98081e;
  color: #fff;
  border: none;
}
#footer #uspBar .tags .button:hover {
  background: #680514;
}
#footer #socialBar {
  background: #000;
  color: #676d71;
  font-family: "Montserrat light", "Open 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 {
  text-align: center;
  background: white;
  font-size: 0.75em;
}
#footer #footerNav .container > .inner {
  padding: 20px 0;
}
#footer #footerNav a {
  color: #91ae8f;
  display: inline-block;
}
#footer #footerNav a:hover {
  text-decoration: underline;
}
#footer #footerNav ul {
  line-height: 1;
}
#footer #footerNav ul > li {
  color: #91ae8f;
  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: 767px) {
  #footer .email, #footer .phone {
    padding: 0px 0 4px 0;
  }
  #footer .email p, #footer .phone p {
    font-size: 16px !important;
  }
  #footer .social {
    text-align: center;
  }
  #footer .social ul {
    margin-left: 0px;
  }
  #footer .social ul li {
    display: inline-block;
  }
  #footer .social ul li h2 {
    font-size: 16px !important;
  }
  #footer .social ul li a {
    color: white;
  }
  #footer .social ul li a .fa {
    color: white;
    padding-right: 10px;
    font-size: 20px;
  }
  #footer .social ul li a:hover .fa {
    color: #fdc652;
  }
  #footer .blicca ul, #footer .service ul, #footer .webshop ul, #footer .account ul {
    margin-bottom: 20px;
  }
  #footer .blicca h2, #footer .service h2, #footer .webshop h2, #footer .account h2 {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 479px) {
  #footer.alignLeft {
    text-align: center;
  }
  #footer .email, #footer .phone {
    padding: 0px 0 4px 0;
  }
  #footer .social {
    text-align: center;
  }
  #footer .social ul {
    margin-left: 0px;
  }
  #footer .social ul li {
    display: inline-block;
  }
  #footer .social ul li h2 {
    font-size: 16px !important;
  }
  #footer .social ul li a {
    color: white;
  }
  #footer .social ul li a .fa {
    color: white;
    padding-right: 10px;
    font-size: 20px;
  }
  #footer .social ul li a:hover .fa {
    color: #fdc652;
  }
  #footer #menuBar .item:last-child ul {
    border-bottom: 0px solid rgba(157, 204, 143, 0.6);
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  #footer #menuBar .item ul {
    border-bottom: 1px solid rgba(157, 204, 143, 0.6);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #footer span.item {
    display: block;
    margin: 0;
  }
  #footer .container > .inner {
    padding: 20px 0;
  }
  #footer img.pull-right {
    max-width: 50%;
  }
  #footer #footerNav .seperator > ul > li {
    border-right: 0px solid #d9dde2;
    border-bottom: 1px solid #d9dde2;
    padding-right: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
  }
  #footer #socialBar span.title {
    display: none;
  }
}