/**
* Copyright (c) 2016
* @name hendrickxhorn
* @version 1.5.0
**/
/**********************************************************************/
/* CUSTOM ELEMENTS
/**********************************************************************/
@media only screen and (max-width: 479px) {
  body {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 740px) {
  body .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

span.date {
  color: #fbbb00;
}

.textLarge p {
  font-size: 1em;
  line-height: 1.75em;
}

/* line & hr
/*-------------------------------------------------------------------*/
.line, hr {
  border-bottom: #b8bece 1px solid;
}
.line.white, hr.white {
  border-bottom: #fff 1px solid;
}

/* background
/*-------------------------------------------------------------------*/
.background, .box.background {
  background: #ccc;
}
.background.white {
  border: 1px solid #9e966f;
  background: #fff;
  color: #535353;
}
.background.red {
  background: #fbbb00;
  color: #fff;
}
.background.grey {
  background: #5d6060;
  color: #fff;
}
.background.grey h3 {
  color: #fff;
}
.background.grey .fa {
  color: #fff;
}
.background.themeColor {
  background: #fbbb00;
  color: #fff;
}
.background.themeColor h2, .background.themeColor h3, .background.themeColor h4, .background.themeColor h5, .background.themeColor h6 {
  color: #fff;
}

/* 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: #fbbb00;
  width: 30px;
  text-align: center;
}
.listWithIcons ul > li,
ul.listWithIcons ul > li {
  margin-bottom: 0.5em;
}
.listWithIcons ul > li:last-child,
ul.listWithIcons ul > li:last-child {
  margin-bottom: 0;
}

/* button & submit
/*-------------------------------------------------------------------*/
.button.large,
.submit.large,
.toggle-button.large,
#bBasket .button.large,
#bBasket .submit
#form_container .submit.large {
  font-size: 1.5em;
  min-height: 55px;
  padding: 0 40px;
  line-height: 55px;
}
@media only screen and (max-width: 990px) {
  .button,
    .submit,
    .toggle-button,
    #bBasket .button,
    #bBasket .submit
    #form_container .submit {
      margin-bottom: 3px !important;
    }
    .button.defaultNav,
.submit.defaultNav,
.toggle-button.defaultNav,
#bBasket .button.defaultNav,
#bBasket .submit
#form_container .submit.defaultNav {
  font-family: "Lato", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  height: 50px;
  width: 50px;
  line-height: 0;
  float: none;
  display: inline-block;
  color: #fff;
  background: #fbbb00;
  border: none;
  text-transform: uppercase;
}
.button.defaultNav.active,
.submit.defaultNav.active,
.toggle-button.defaultNav.active,
#bBasket .button.defaultNav.active,
#bBasket .submit
#form_container .submit.defaultNav.active {
  color: #fff;
  background: #535353;
}
.button.defaultNav .fa,
.submit.defaultNav .fa,
.toggle-button.defaultNav .fa,
#bBasket .button.defaultNav .fa,
#bBasket .submit
#form_container .submit.defaultNav .fa {
  line-height: 50px;
}
.button.defaultNav .title,
.submit.defaultNav .title,
.toggle-button.defaultNav .title,
#bBasket .button.defaultNav .title,
#bBasket .submit
#form_container .submit.defaultNav .title {
  display: none;
}
}
@media only screen and (max-width: 479px) {
  .button,
    .submit,
    .toggle-button,
    #bBasket .button,
    #bBasket .submit
    #form_container .submit {
      float: none;
      margin: 0;
    }
    .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;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  background: #fbbb00;
}
.button.defaultNav.active,
.submit.defaultNav.active,
.toggle-button.defaultNav.active,
#bBasket .button.defaultNav.active,
#bBasket .submit
#form_container .submit.defaultNav.active {
  color: #fff;
  background: #535353;
}
.button.defaultNav span,
.button.defaultNav .fa,
.submit.defaultNav span,
.submit.defaultNav .fa,
.toggle-button.defaultNav span,
.toggle-button.defaultNav .fa,
#bBasket .button.defaultNav span,
#bBasket .button.defaultNav .fa,
#bBasket .submit
#form_container .submit.defaultNav span,
#bBasket .submit
#form_container .submit.defaultNav .fa {
  float: right;
}
.button.defaultNav span.title,
.button.defaultNav .fa.title,
.submit.defaultNav span.title,
.submit.defaultNav .fa.title,
.toggle-button.defaultNav span.title,
.toggle-button.defaultNav .fa.title,
#bBasket .button.defaultNav span.title,
#bBasket .button.defaultNav .fa.title,
#bBasket .submit
#form_container .submit.defaultNav span.title,
#bBasket .submit
#form_container .submit.defaultNav .fa.title {
  display: block;
  float: left;
  font-size: 1.125em;
}
.button.defaultNav .fa,
.submit.defaultNav .fa,
.toggle-button.defaultNav .fa,
#bBasket .button.defaultNav .fa,
#bBasket .submit
#form_container .submit.defaultNav .fa {
  line-height: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .button.defaultNav,
      .submit.defaultNav,
      .toggle-button.defaultNav,
      #bBasket .button.defaultNav,
      #bBasket .submit
      #form_container .submit.defaultNav {
        min-width: 55px;
        margin-right: 10px;
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
        position: static;
      }
      .button.defaultNav.marginTablet,
.submit.defaultNav.marginTablet,
.toggle-button.defaultNav.marginTablet,
#bBasket .button.defaultNav.marginTablet,
#bBasket .submit
#form_container .submit.defaultNav.marginTablet {
  margin-bottom: 20px !important;
}
.button.defaultNav span,
.button.defaultNav .fa,
.submit.defaultNav span,
.submit.defaultNav .fa,
.toggle-button.defaultNav span,
.toggle-button.defaultNav .fa,
#bBasket .button.defaultNav span,
#bBasket .button.defaultNav .fa,
#bBasket .submit
#form_container .submit.defaultNav span,
#bBasket .submit
#form_container .submit.defaultNav .fa {
  float: right;
  line-height: 50px;
}
.button.defaultNav span.title,
.button.defaultNav .fa.title,
.submit.defaultNav span.title,
.submit.defaultNav .fa.title,
.toggle-button.defaultNav span.title,
.toggle-button.defaultNav .fa.title,
#bBasket .button.defaultNav span.title,
#bBasket .button.defaultNav .fa.title,
#bBasket .submit
#form_container .submit.defaultNav span.title,
#bBasket .submit
#form_container .submit.defaultNav .fa.title {
  display: block;
  float: left;
  font-weight: bold;
}
}


/* toggle button
/*-------------------------------------------------------------------*/
.toggle-button.checkOut span.count {
  background: #fff;
}

/* 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: #fbbb00;
}
.box h3 + * {
  margin-top: 0.9em;
}
.box > .inner a {
  text-decoration: none;
}
.box > .inner a:hover {
  text-decoration: underline;
}
.box .link {
  font-family: "Lato", "Open Sans", "Lucida Grande", "Arial", sans-serif;
}
.box.buttonToBottom > .inner {
  padding-bottom: 40px !important;
}
.box.buttonToBottom .button {
  position: absolute;
  bottom: 0;
}
.box.buttonToBottom .button.block {
  left: 20px;
  right: 20px;
}
.box.linkToBottom > .inner {
  padding-bottom: 25px !important;
}
.box.linkToBottom .link {
  position: absolute;
  bottom: 0;
}
.box.linkToBottom .link.block {
  left: 20px;
  right: 20px;
}
.box.dropShadow {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
  }
  @media only screen and (max-width: 990px) {
    .box.margin {
          margin-bottom: 20px;
        }
        .box.margin.marginSmall {
    margin-bottom: 10px;
  }
  .box.margin.marginLarge {
  margin-bottom: 40px;
}
.box.margin:last-child {
  margin-bottom: 0;
}
}

/* input
/*-------------------------------------------------------------------*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input.text:focus,
input.keywords
select:focus {
  border-color: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 479px) {
  input[type="text"],
  input[type="password"],
  input[type="search"],
  input[type="email"],
  input.text,
  input.keywords
  select {
    height: 40px;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
}

/* textarea
/*-------------------------------------------------------------------*/
textarea:focus {
  border-color: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 479px) {
  textarea {
    -webkit-border-radius: 0.25em;
      border-radius: 0.25em;
    }
  }
  
  /* label
  /*-------------------------------------------------------------------*/
  label {
    margin-bottom: 0.2em;
    color: #002b3c;
  }
  label .title {
    font-size: 1.125em;
    margin-bottom: 0.2em;
  }
  @media only screen and (max-width: 479px) {
    label label {
      min-height: 1px;
    }
  }
  
  /* modal
  /*-------------------------------------------------------------------*/
  .modal .modal-header {
    padding: 0;
    border: none;
    min-height: 1px;
  }
  .modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4 {
  float: none;
  padding: 20px;
}
.modal .modal-content {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog {
        width: 90%;
        margin: 10px auto;
      }
    }
    
    /* border
    /*-------------------------------------------------------------------*/
    .border {
      border: 1px solid #e5e5e5;
    }
    .border.dotted {
  border: 1px dotted #7bb4c5;
}
.border > .inner {
  padding: 20px;
}
.border h3 {
  margin-bottom: 20px;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* TEMPLATE
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* HEADERIMG
/*-------------------------------------------------------------------*/
#headerImg {
  margin-top: -195px;
  display: inline-block;
  width: 100%;
}
#headerImg .headers {
  height: 550px;
  background: url("/images/header.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  #headerImg {
    margin-top: -210px;
  }
}
@media only screen and (max-width: 479px) {
  #headerImg {
    margin-top: -270px;
  }
}

/* MAINSLIDER
/*-------------------------------------------------------------------*/
#mainSlider {
  height: 650px;
  margin-top: -195px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  #mainSlider {
    height: 500px;
    margin-top: -210px;
  }
}
@media only screen and (max-width: 767px) {
  #mainSlider {
    height: 500px;
    margin-top: -240px;
  }
}
@media only screen and (max-width: 479px) {
  #mainSlider {
    height: 500px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #mainSlider {
    height: 550px;
  }
}

/* HEADER
/*-------------------------------------------------------------------*/
#header {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
}
#header .info ul {
  margin-top: 24px;
  list-style: none;
}
#header .info ul li {
  font-size: 17px;
  padding: 5px 0;
}
#header .info ul li a {
  color: #535353;
}
#header .info ul li .fa {
  font-size: 18px;
  padding-right: 3px;
  color: #fbbb00;
}
#header .bar {
  background: #ccc;
  position: relative;
}
#header div > .inner {
  padding: 20px 0;
}
#header .logo {
  position: static;
}
#header .logo > .inner {
  padding: 20px 0;
}
#header .logo img {
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
}
#header .logo img.desktop {
  display: inline-block;
}
#header hr {
  margin: 0;
}
#homepage #header hr {
  display: none;
}
#header #searchBar {
  position: relative;
  clear: both;
}
#header #searchBar input.keywords {
  border: 1px solid #ccc;
  background: #fff;
  height: 40px;
  font-size: 0.9em;
  padding-right: 30px;
  margin: 0;
}
#header #searchBar button.submit {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 40px;
  width: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  border: 1px solid #ccc;
  border-left: none;
  background: #fff;
  color: #fbbb00;
}
#header #searchBar button.submit .ui-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
}
#header #searchBar button.submit .ui-icon:before {
  content: "\f002";
}
#header #topNav > .inner {
  padding: 10px 0;
}
#header .social div {
  margin-bottom: 10px;
}
#header .social div:last-child {
  margin-bottom: 0;
}
#header .social a .fa {
  font-size: 1.5em;
  margin-left: 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 990px) {
  #header #topNav ul > li {
    margin-bottom: 5px;
  }
  #header #searchBar {
    width: 100%;
    position: relative;
    right: 0;
    display: inline-block;
  }
  #header #searchBar input.keywords {
    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 .logo {
    margin: 0;
  }
  #header .logo img {
    max-width: 250px;
    position: static;
  }
  #header .logo img.mobile {
    max-width: 80%;
  }
  #header hr {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header div > .inner {
    padding: 0 0 20px 0;
  }
  #header .logo {
    display: inline-block;
  }
  #header .logo > .inner {
    padding: 20px 0;
    text-align: center;
    position: relative;
    min-height: 90px;
  }
  #header .logo > .inner a.logo {
    display: inline-block;
  }
  #header .logo img {
    margin: 0;
  }
  #header .alignRight {
    text-align: center;
  }
  #header .social > div {
    display: inline-block;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 479px) {
  #header div > .inner {
    padding: 0 0 20px 0;
  }
  #header .logo {
    position: static;
    text-align: center;
  }
  #header .logo > .inner {
    padding: 20px 0;
  }
  #header .logo img {
    max-width: 90%;
  }
  #header .logo img.desktop {
    display: none;
  }
  #header .logo img.mobile {
    display: inline-block;
  }
  #header.posFixed .button.defaultNav, #header.posFixed .toggle-button.defaultNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  #header .logo > .inner {
    padding: 20px 0;
  }
  #header .logo.tablet, #header .logo.desktop {
    display: inline-block;
  }
}

/* DEFAULTNAV
/*-------------------------------------------------------------------*/
#defaultNav {
  z-index: 2;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  background: #535353;
}
#defaultNav .navigation {
  float: left;
  width:100%;
}
@media only screen and (max-width: 990px) {
  #defaultNav {
    position: relative;
    z-index: 1;
    top: 0;
    width: 100%;
  }
  #defaultNav .navigation > .inner {
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  #defaultNav {
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
  }
  #defaultNav .container {
    background: transparent;
  }
  #defaultNav.posFixed .navigation {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 100;
  }
  #defaultNav.posFixed .navigation .container {
    padding: 0;
  }
  #defaultNav .navigation:after {
    content: "";
    display: block;
    -webkit-box-shadow: 0 0 6px #000000;
    -moz-box-shadow: 0 0 6px #000000;
    box-shadow: 0 0 6px #000000;
    border-bottom: 1px solid #fff;
  }
}

/* TOPNAV
/*-------------------------------------------------------------------*/
#topNav {
  font-family: "Lato", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 0.875em;
}
#topNav ul li.home a > .inner {
  padding: 0 15px;
}
#topNav ul li.home .fa {
  display: inline-block !important;
  float: none;
  vertical-align: middle;
  font-size: 1.2em;
  color: inherit;
  margin: 0;
}
#topNav ul li.home .fa:before {
  content: "\f015";
}
#topNav ul li.home .title {
  display: none;
}
#topNav ul li a {
  border-color: inherit;
}
#topNav ul li a .fa {
  display: none;
}
#topNav ul li.selected a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #topNav {
    margin-top: 20px;
  }
  #topNav.alignRight {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  #topNav ul > li {
    margin-bottom: 5px;
  }
}

/* MAINNAV
/*-------------------------------------------------------------------*/
#mainNav {
  color: #f3a600;
  background: #535353;
  margin: 0;
}
#mainNav .dropdownExist div.arrow {
  top: auto;
  bottom: -10px;
  display: none;
}
#mainNav ul {
  margin: 0;
}
#mainNav ul > li.mainItem {
  margin: 0 1px 0 0;
  position: relative;
  float: left;
}
.alignRight #mainNav ul > li.mainItem, .alignCenter #mainNav ul > li.mainItem {
  display: inline-block;
  float: none;
}
#mainNav ul > li.mainItem.home a > .inner {
  padding: 0 15px;
}
#mainNav ul > li.mainItem.home a > .inner > .fa {
  display: none;
  float: none;
  vertical-align: middle;
  font-size: 1.2em;
  color: #f3a600;
  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: "Lato", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #f3a600;
  background: #535353;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
#mainNav ul > li.mainItem > a .fa {
  color: #fff;
  margin-left: 10px;
  display: none;
}
#mainNav ul > li.mainItem > a > .inner {
  padding: 0 10px;
  letter-spacing: 0;
}
#mainNav ul > li.mainItem i {
  float: right;
  font-size: 1em;
}
#mainNav ul > li.mainItem:last-child {
  margin-right: 0;
}
#mainNav ul > li.mainItem.last ul {
  right: 0;
}
#mainNav ul > li.mainItem ul {
  background: #b8bece;
  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: "Lato", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: none;
  text-transform: none;
  border: 0 !important;
  padding: 4px 0;
  text-shadow: none;
  display: block;
  color: #fff;
  background: inherit;
}
#mainNav ul > li.mainItem ul > li.subItem a .fa {
  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: #fff;
  background: #535353;
}
#mainNav ul > li.mainItem:hover > a span, #mainNav ul > li.mainItem.hover > a span, #mainNav ul > li.mainItem.selected > a span, #mainNav ul > li.mainItem.active > a span {
  border-bottom: 2px solid white;
  padding-bottom: 3px;
}
#mainNav ul > li.mainItem:hover > a .fa, #mainNav ul > li.mainItem.hover > a .fa, #mainNav ul > li.mainItem.selected > a .fa, #mainNav ul > li.mainItem.active > a .fa {
  color: inherit;
}
#mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
  color: #fff;
  background: inherit;
  text-decoration: underline;
}
#mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
  color: inherit;
}
@media only screen and (max-width: 990px) {
  #mainNav {
    font-size: 16px;
    color: #535353;
    margin: 0;
  }
  #mainNav ul {
    margin: 0;
    background: #f3a600;
  }
  #mainNav ul > li.mainItem {
    margin: 0;
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #mainNav ul > li.mainItem.home > a > .inner .fa {
    padding: 0;
    margin: 0 0.4em 0 0;
    font-size: 1.2em;
    color: inherit;
  }
  #mainNav ul > li.mainItem.home .title {
    display: inline-block;
  }
  #mainNav ul > li.mainItem.home > a > .inner {
    padding: 15px;
  }
  #mainNav ul > li.mainItem > a {
    color: #fff;
    background: #f3a600;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.125em;
    margin: 0;
    padding: 0;
    display: block;
    border: 0 !important;
    height: auto;
    line-height: 1em;
  }
  #mainNav ul > li.mainItem > a > .inner {
    padding: 15px;
  }
  #mainNav ul > li.mainItem > a .fa {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: 15px;
    margin: -15px;
    margin-left: 15px;
  }
  #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: #535353;
    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: #f3a600;
    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: #535353;
  }
  #mainNav ul > li.mainItem:hover > a .fa, #mainNav ul > li.mainItem.hover > a .fa, #mainNav ul > li.mainItem.selected > a .fa, #mainNav ul > li.mainItem.active > a .fa {
    color: inherit;
  }
  #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
    color: #fff;
    text-decoration: none;
  }
  #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
    color: inherit;
  }
}
@media only screen and (max-width: 479px) {
  #mainNav {
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
  }
  #mainNav > ul > li.mainItem ul.column {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
  }
  #mainNav > ul > li.mainItem ul.alt {
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  #mainNav ul > li.mainItem.home a > .inner .fa {
    display: none;
  }
  #homepage #mainNav ul > li.mainItem.home {
    display: inline-block;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #mainNav ul > li.mainItem > a {
    letter-spacing: 0;
    font-size: 15px;
  }
  #mainNav ul > li.mainItem > a > .inner {
    padding: 0 6px;
  }
}

/* LEFTNAV & RIGHTNAV
/*-------------------------------------------------------------------*/
#leftNav,
#rightNav {
  background: none;
}
#leftNav h2, #leftNav h3, #leftNav h4,
#rightNav h2,
#rightNav h3,
#rightNav h4 {
  margin-bottom: 20px;
}
#leftNav > .inner,
#rightNav > .inner {
  padding: 20px;
}
#leftNav > ul,
#leftNav > .inner > ul,
#rightNav > ul,
#rightNav > .inner > ul {
  margin-bottom: 0;
  margin-left: 0;
}
#leftNav > ul > li,
#leftNav > .inner > ul > li,
#rightNav > ul > li,
#rightNav > .inner > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0;
}
#leftNav > ul > li .fa,
#leftNav > .inner > ul > li .fa,
#rightNav > ul > li .fa,
#rightNav > .inner > ul > li .fa {
  display: none;
}
#leftNav > ul > li ul,
#leftNav > .inner > ul > li ul,
#rightNav > ul > li ul,
#rightNav > .inner > ul > li ul {
  padding: 0;
  display: none;
}
#leftNav > ul > li ul > li,
#leftNav > .inner > ul > li ul > li,
#rightNav > ul > li ul > li,
#rightNav > .inner > ul > li ul > li {
  margin: 0;
  padding: 4px 0;
  font-size: 0.85em;
  line-height: 1em;
}
#leftNav > ul > li ul > li .fa,
#leftNav > .inner > ul > li ul > li .fa,
#rightNav > ul > li ul > li .fa,
#rightNav > .inner > ul > li ul > li .fa {
  display: none;
}
#leftNav > ul > li a,
#leftNav > .inner > ul > li a,
#rightNav > ul > li a,
#rightNav > .inner > ul > li a {
  background: inherit;
  color: #302c25;
  padding: 9px 12px;
  display: block;
  font-weight: 600;
}
#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 {
  background: rgba(255, 255, 255, 0.7);
  color: #f3a600;
}
#leftNav > ul > li.selected,
#leftNav > .inner > ul > li.selected,
#rightNav > ul > li.selected,
#rightNav > .inner > ul > li.selected {
  background: rgba(255, 255, 255, 0.7);
  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 {
  font-weight: 600;
  background: inherit;
  color: #fbbb00;
}
#leftNav > ul > li.selected ul,
#leftNav > .inner > ul > li.selected ul,
#rightNav > ul > li.selected ul,
#rightNav > .inner > ul > li.selected ul {
  display: inline-block;
  padding: 12px;
}
#leftNav > ul > li.selected ul > li a,
#leftNav > .inner > ul > li.selected ul > li a,
#rightNav > ul > li.selected ul > li a,
#rightNav > .inner > ul > li.selected ul > li a {
  padding: 0;
  background: inherit;
  color: #000;
  font-weight: normal;
  display: inline-block;
}
#leftNav > ul > li.selected ul > li.selected a,
#leftNav > .inner > ul > li.selected ul > li.selected a,
#rightNav > ul > li.selected ul > li.selected a,
#rightNav > .inner > ul > li.selected ul > li.selected a {
  text-decoration: underline;
}
@media only screen and (max-width: 990px) {
  #leftNav ul > li.subItem,
  #rightNav ul > li.subItem {
    margin-bottom: 2px;
  }
  #leftNav ul > li.subItem > a,
  #rightNav ul > li.subItem > a {
    padding: 10px;
  }
}

/* TABLET MAINNAV
/*-------------------------------------------------------------------*/
@media only screen and (max-width: 990px) {
  #tabletMainNav #mainNav {
    color: #f3a600;
    background: #535353;
    margin: 0;
  }
  #tabletMainNav #mainNav .dropdownExist div.arrow {
    top: auto;
    bottom: -10px;
    display: none;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    margin: 0 1px 0 0;
    position: relative;
    float: left;
  }
  .alignRight #tabletMainNav #mainNav ul > li.mainItem, .alignCenter #tabletMainNav #mainNav ul > li.mainItem {
  display: inline-block;
  float: none;
}
#tabletMainNav #mainNav ul > li.mainItem.home a > .inner {
  padding: 0 15px;
}
#tabletMainNav #mainNav ul > li.mainItem.home a > .inner > .fa {
  display: none;
  float: none;
  vertical-align: middle;
  font-size: 1.2em;
  color: #f3a600;
  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: "Lato", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #f3a600;
  background: #535353;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
#tabletMainNav #mainNav ul > li.mainItem > a .fa {
  color: #fff;
  margin-left: 10px;
  display: none;
}
#tabletMainNav #mainNav ul > li.mainItem > a > .inner {
  padding: 0 15px;
  letter-spacing: 0;
}
#tabletMainNav #mainNav ul > li.mainItem i {
  float: right;
  font-size: 1em;
}
#tabletMainNav #mainNav ul > li.mainItem:last-child {
  margin-right: 0;
}
#tabletMainNav #mainNav ul > li.mainItem.last ul {
  right: 0;
}
#tabletMainNav #mainNav ul > li.mainItem ul {
  background: #b8bece;
  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: "Lato", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: none;
  text-transform: none;
  border: 0 !important;
  padding: 4px 0;
  text-shadow: none;
  display: block;
  color: #fff;
  background: inherit;
}
#tabletMainNav #mainNav ul > li.mainItem ul > li.subItem a .fa {
  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: #fff;
  background: #535353;
}
#tabletMainNav #mainNav ul > li.mainItem:hover > a span, #tabletMainNav #mainNav ul > li.mainItem.hover > a span, #tabletMainNav #mainNav ul > li.mainItem.selected > a span, #tabletMainNav #mainNav ul > li.mainItem.active > a span {
  border-bottom: 2px solid white;
  padding-bottom: 3px;
}
#tabletMainNav #mainNav ul > li.mainItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active > a .fa {
  color: inherit;
}
#tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
  color: #fff;
  background: inherit;
  text-decoration: underline;
}
#tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
  color: inherit;
}
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  #tabletMainNav #mainNav {
    font-size: 16px;
    color: #535353;
    margin: 0;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
    background: #f3a600;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    margin: 0;
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #tabletMainNav #mainNav ul > li.mainItem.home > a > .inner .fa {
    padding: 0;
    margin: 0 0.4em 0 0;
    font-size: 1.2em;
    color: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home .title {
    display: inline-block;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home > a > .inner {
    padding: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a {
    color: #fff;
    background: #f3a600;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.125em;
    margin: 0;
    padding: 0;
    display: block;
    border: 0 !important;
    height: auto;
    line-height: 1em;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a .fa {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: 15px;
    margin: -15px;
    margin-left: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: #535353;
    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: #f3a600;
    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: #535353;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active > a .fa {
    color: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
    color: #fff;
    text-decoration: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
    color: inherit;
  }
}
@media only screen and (max-width: 990px) and (max-width: 479px) {
  #tabletMainNav #mainNav {
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
  }
  #tabletMainNav #mainNav > ul > li.mainItem ul.column {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
  }
  #tabletMainNav #mainNav > ul > li.mainItem ul.alt {
    margin: 0;
  }
}
@media only screen and (max-width: 990px) and (min-width: 991px) {
  #tabletMainNav #mainNav ul > li.mainItem.home a > .inner .fa {
    display: none;
  }
  #homepage #tabletMainNav #mainNav ul > li.mainItem.home {
    display: inline-block;
  }
}
@media only screen and (max-width: 990px) and (min-width: 991px) and (max-width: 1200px) {
  #tabletMainNav #mainNav ul > li.mainItem > a {
    letter-spacing: 0;
    font-size: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 990px) {
  #tabletMainNav .bgMainNav {
    background: #f3a600;
  }
  #tabletMainNav .bgMainNav .logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #tabletMainNav div.closeMainNav {
    font-family: "Lato", "Open Sans", "Lucida Grande", "Arial", sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
  }
  #tabletMainNav div.closeMainNav a {
    height: 50px;
    background: #191919 !important;
    line-height: 50px;
  }
  #tabletMainNav div.closeMainNav a .fa {
    height: 50px;
    line-height: 50px;
  }
}
/* BREADCRUMBS
/*-------------------------------------------------------------------*/
#breadcrumbs {
  font-family: "Lato", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 0.8125em;
  border: none;
  margin: 0;
  line-height: 1em;
}
#breadcrumbs > .inner {
  padding: 20px 0 0 0;
}
#breadcrumbs .container > .inner {
  padding: 20px 0 0 0;
}
#breadcrumbs a {
  color: #043882;
}
#breadcrumbs a:hover {
  color: #000;
  text-decoration: none;
}
#breadcrumbs span.title {
  color: #34495e;
  margin-right: 12px;
  display: none;
}
#breadcrumbs span.seperator {
  position: relative;
  color: transparent;
}
#breadcrumbs span.seperator:after {
  color: #c2c5c7;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 7px;
  margin-right: 7px;
  left: 0;
  right: 0;
  top: 1px;
  position: absolute;
}
@media only screen and (max-width: 479px) {
  #breadcrumbs.alignRight {
    text-align: left;
  }
}

/* MAIN
/*-------------------------------------------------------------------*/
#main {
  position: relative;
  z-index: 0;
  color: #535353;
}

/* CONTENT
/*-------------------------------------------------------------------*/
#content {
  position: relative;
  z-index: 1;
}
#content.news {
  background: url("/images/news.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
#content.news h2 {
  color: white;
  font-size: 50px;
}
#content.news ul {
  list-style: none;
  margin-right: 40px;
}
#content.news ul li {
  text-transform: uppercase;
  font-size: 20px;
  padding: 5px 0;
}
#content.news ul li a {
  color: white;
}
#content.news ul li a:hover {
  text-decoration: none;
  color: #fbbb00;
}
#content.news ul li:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 20px;
  margin-right: 10px;
  margin-left: -27px;
  color: #fbbb00;
}
#content.cases h2 {
  margin-bottom: 20px;
}
#content.cases .item h2 {
  margin-bottom: 10px;
  font-size: 20px !important;
}
#content.cases .item img, #content.cases .item .image {
  -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  #content.yellow.titlebar h1 {
    margin: 0px;
  }
  #content.yellow.titlebar .inner {
    padding: 25px 0;
  }
  #content.yellow {
    background: #fbbb01;
    color: #292929;
    border-bottom: 6px solid #535353;
    margin-top: -3px !important;
  }
  #content.yellow .firstCol {
    padding-right: 30px;
  }
  #content.yellow .secondCol {
    padding-left: 30px;
    border-left: 2px solid white;
  }
  #content.yellow .contentCol h2 {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
  }
  #content.yellow .contentCol ul {
    margin-left: 0px;
    color: #292929;
    list-style: none;
  }
  #content.yellow .contentCol ul li a {
    color: white;
    text-decoration: underline;
  }
  #content.yellow .contentCol ul li h2 {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
  }
  #content.yellow .item {
    padding-bottom: 40px;
    font-size: 20px;
  }
  #content.yellow .item .inner {
    padding: 0 30px;
  }
  #content.yellow h1 {
    color: white;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
  }
  #content.yellow .buttonToBottom {
    position: absolute;
    font-size: 18px;
    bottom: 0;
    background: white;
    color: #f3a600;
  }
  #content.yellow .buttonToBottom:hover {
      background: #535353;
      color: white;
    }
    #content.yellow .button {
      font-size: 16px;
      background: white;
      color: #f3a600;
    }
    #content.yellow .button:hover {
      background: #535353;
      color: white;
    }
    #content .container {
      position: relative;
      z-index: 1;
    }
    #content .container > .inner {
      padding: 60px 0;
      position: relative;
    }
    #content .contentCol > .inner {
      padding: 60px 0;
    }
    #content .contentCol .content ul {
      list-style: none;
    }
    #content .contentCol .content ul li {
      position: relative;
    }
    #content .contentCol .content ul li:before {
      position: absolute;
      top: 8px;
      margin: 0;
      margin-left: -15px;
      width: 6px;
      height: 6px;
      background: #043882;
      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 > .row {
      position: relative;
    }
    @media only screen and (max-width: 990px) {
      #content.yellow .item {
        padding-bottom: 80px;
        border-bottom: 1px solid #F8CC6B;
      }
      #content.yellow .item .button {
        bottom: 30px;
      }
      #content.yellow .item:last-child {
        border-bottom: 0px;
      }
      #homepage #content {
        margin: 0;
      }
      #content .container > .inner {
        padding: 60px 0;
      }
      #content .leftCol > .inner {
        padding: 0 0 20px 0;
      }
      #homepage #content .leftCol .row > div.margin:last-of-type {
        margin-bottom: 0;
      }
      #content .contentCol > .inner {
        padding: 0 0 20px 0;
      }
      #content .rightCol > .inner {
        padding: 0 0 40px 0;
      }
      #homepage #content .rightCol > .inner {
        padding: 0 0 20px 0;
      }
      #content .rightCol.alignRight {
        text-align: left;
      }
    }
    @media only screen and (max-width: 767px) {
      #content.yellow .firstCol {
        padding-right: 00px;
      }
      #content.yellow .secondCol {
        padding-left: 10px;
        border-left: 0px solid white;
      }
    }
    @media only screen and (max-width: 479px) {
      #content.cases {
        text-align: center;
      }
      #content.cases .item .inner {
        border-bottom: #ccc 1px solid;
        padding-bottom: 20px;
        margin-bottom: 20px;
      }
      #content .container > .inner {
        padding: 40px 0;
      }
      #content .leftCol {
        min-height: 1px;
      }
      #content .contentCol {
        min-height: 1px;
      }
      #content .rightCol {
        min-height: 1px;
      }
    }
    
    /* PARTERBAR
    /*-------------------------------------------------------------------*/
    #partnerBar {
      border-top: 3px solid #f5f7fa;
    }
    #partnerBar .container > .inner {
      padding: 20px 0;
    }
    #partnerBar #partners {
      position: relative;
      z-index: 0;
    }
    #partnerBar #partners img {
      max-width: 100%;
      height: auto !important;
      display: inline-block;
    }
    #partnerBar #partners .loader {
      background: #fff url("/public/images/img-loader.gif") no-repeat center;
      position: absolute;
      z-index: 9999;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: inline-block;
      /* For IE 7 */
      zoom: 1;
      *display: inline;
    }
    #partnerBar #partners ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    #partnerBar #partners ul li {
      margin: 0;
      padding: 0;
      text-align: center;
    }
    #partnerBar #partners ul li > .inner {
      padding: 0 10px;
    }
    #partnerBar #partners ul:after {
      clear: both;
      content: "";
      display: block;
      height: 0;
      visibility: hidden;
    }
    #partnerBar #partners > .inner {
      padding: 30px 0;
    }
    
    /* FOOTER
    /*-------------------------------------------------------------------*/
    #footer {
      background: url("/images/footer.jpg") no-repeat;
      background-position: center;
      background-size: cover;
      color: #292929;
    }
    #footer .container > .inner {
      padding: 40px 0;
    }
    #footer h2 {
      color: #292929;
      font-size: 20px;
      line-height: 26px;
      font-weight: 700;
    }
    #footer .newsletter input[type="text"] {
      height: 40px;
      line-height: 40px;
      border: 0px;
      background: #ffecbd;
      color: #ac872a;
      font-style: italic;
      font-size: 15px;
      text-indent: 10px;
      width: 60%;
    }
    #footer .newsletter input[type="submit"] {
      background: #535353;
      background: #292929;
      border: 0px;
      height: 40px;
      line-height: 40px;
      width: 40%;
      color: #FFF;
    }
    #footer a {
      text-decoration: none;
      color: inherit;
      font-weight: 400;
    }
    #footer a:hover {
      text-decoration: underline;
    }
    #footer img.pull-right {
      margin-bottom: 0;
    }
    #footer ul {
      list-style: none;
      margin-left: 0;
    }
    #footer #footerNav {
      font-size: 1em;
      float: right;
      text-align: right;
    }
    #footer #footerNav a {
      font-size: 14px;
      font-weight: 400;
      color: inherit;
      display: inline-block;
    }
    #footer #footerNav a:hover {
      text-decoration: underline;
    }
    #footer #footerNav ul {
      line-height: 1;
    }
    #footer #footerNav ul > li {
      display: inline-block;
      margin: 0 10px 0.2em 10px;
    }
    #footer #footerNav ul > li.selected a {
      text-decoration: underline;
    }
    #footer #footerNav ul > li:last-child {
      margin-right: 0;
      padding-right: 0;
    }
    #footer #footerNav.seperator ul > li a {
      border-color: inherit;
      border-color: #243b40;
    }
    @media only screen and (max-width: 990px) {
      #footer .item .inner {
        border-bottom: solid #ECC867 1px;
        padding-bottom: 20px;
        margin-bottom: 20px;
      }
      #footer.alignLeft, #footer.alignRight {
        text-align: center;
      }
      #footer .inner {
        line-height: 1.375em;
      }
      #footer #footerNav {
        font-size: 1em;
      }
      #footer #footerNav > .inner {
        padding: 20px 0;
      }
      #footer #footerNav .line, #footer #footerNav hr {
        display: none;
      }
    }
    @media only screen and (max-width: 767px) {
      #footer img.pull-right {
        max-width: 20%;
      }
    }
    @media only screen and (max-width: 479px) {
      #footer span.item {
        display: block;
        margin: 0;
      }
      #footer .container > .inner {
        padding: 20px 0;
      }
      #footer img.pull-right {
        max-width: 50%;
      }
      #footer #socialBar span.title {
        display: none;
      }
    }
    @media only screen and (min-width: 991px) and (max-width: 1200px) {
      #footer .item .inner {
        border-bottom: solid #ECC867 1px;
        padding-bottom: 20px;
        margin-bottom: 20px;
      }
    }
    
    #partnerBar {
      text-align: center;
    }
    #partnerBar .background {
      padding: 10px;
    }
    #partnerBar .item .inner {
      padding: 10px;
      height: 150px;
      line-height: 150px;
      vertical-align: middle;
      background: #fff;
    }
    #partnerBar .item img {
      max-height: 100%;
      max-width: 200px;
      margin-top: -20px;
    }
    #partnerBar .item .background {
      background: #fff;
    }
    #partnerBar .item .inner.color {
      display: none;
    }
    #partnerBar .item:hover .inner.gray {
      display: none;
    }
    #partnerBar .item:hover .inner.color {
      display: block;
    }
    #partnerBar .item:hover .background {
      background: #F3F3F3;
    }
