/**
* Copyright (c) 2015
* @name dutchwheels
* @version 1.5.0
**/
/**********************************************************************/
/* BOOTSTRAP ELEMENTS
/**********************************************************************/
::selection {
  background: #f08100;
  color: white;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.row {
  margin-left: -30px;
  margin-right: -30px;
}

.tiles .col-xs-1, .tiles .col-sm-1, .tiles .col-md-1, .tiles .col-lg-1, .tiles .col-xs-2, .tiles .col-sm-2, .tiles .col-md-2, .tiles .col-lg-2, .tiles .col-xs-3, .tiles .col-sm-3, .tiles .col-md-3, .tiles .col-lg-3, .tiles .col-xs-4, .tiles .col-sm-4, .tiles .col-md-4, .tiles .col-lg-4, .tiles .col-xs-5, .tiles .col-sm-5, .tiles .col-md-5, .tiles .col-lg-5, .tiles .col-xs-6, .tiles .col-sm-6, .tiles .col-md-6, .tiles .col-lg-6, .tiles .col-xs-7, .tiles .col-sm-7, .tiles .col-md-7, .tiles .col-lg-7, .tiles .col-xs-8, .tiles .col-sm-8, .tiles .col-md-8, .tiles .col-lg-8, .tiles .col-xs-9, .tiles .col-sm-9, .tiles .col-md-9, .tiles .col-lg-9, .tiles .col-xs-10, .tiles .col-sm-10, .tiles .col-md-10, .tiles .col-lg-10, .tiles .col-xs-11, .tiles .col-sm-11, .tiles .col-md-11, .tiles .col-lg-11, .tiles .col-xs-12, .tiles .col-sm-12, .tiles .col-md-12, .tiles .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.tiles .row {
  margin-left: -10px;
  margin-right: -10px;
}

.tiles .grid.row {
  margin-right: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .col-lg-3 {
      width: 33.33333%;
    }
    
    .tiles .col-lg-3 {
  width: 25%;
}

.contactPage.col-lg-3 {
  width: 25%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1470px) {
  .contactPage.col-lg-6 {
        width: 100%;
      }
      
      .contactPage.col-lg-3 {
    width: 50%;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1150px) {
  .col-md-4 {
      width: 50%;
    }
    
    .tiles .col-md-4 {
  width: 25% !important;
}
}
@media only screen and (max-width: 990px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
    }
    
    .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
/**********************************************************************/
/* CUSTOM ELEMENTS
/**********************************************************************/
body {
  margin-left: 330px;
}
@media only screen and (max-width: 990px) {
  body {
    margin-left: 0px;
  }
  body h1 {
    font-size: 38px !important;
  }
  body h2 {
    font-size: 32px !important;
  }
  body h3 {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 740px) {
  body h1 {
    font-size: 28px !important;
    line-height: 38px;
  }
  body h2 {
    font-size: 24px !important;
  }
  body h3 {
    font-size: 24px !important;
  }
  body .logo {
    display: inline-block;
    width: 300px;
    float: right;
  }
  body .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body {
    margin-left: 232px;
  }
}

.grid-item-content {
  background: #fff;
}
.grid-item-content .content {
  padding: 20px;
}
.grid-item-content .content h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.grid-item-content .content p {
  margin-top: 5px;
  line-height: 20px;
}

.grid-item {
  margin-bottom: 20px;
}

.grid-item.big .image {
  height: 520px !important;
}
.grid-item.big .content h2, .grid-item.big .content p {
  font-size: 28px;
  line-height: 32px;
}
.grid-item.big .content p {
  font-weight: 300;
}
.grid-item.big .content h2 {
  font-weight: 400;
}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;
  padding: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}
#photos img {
  margin-bottom: 20px !important;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
#photos {
  -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 1000px) {
#photos {
  -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 800px) {
#photos {
  -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 400px) {
#photos {
  -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
span.date {
  color: #043882;
}

.textLarge p {
  font-size: 1em;
  line-height: 1.75em;
}

/* line & hr
/*-------------------------------------------------------------------*/
.line, hr {
  border-bottom: #c0bfb8 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: #000;
}
.background.red {
  background: #043882;
  color: #fff;
}
.background.grey {
  background: #5d6060;
  color: #fff;
}
.background.grey h3 {
  color: #fff;
}
.background.grey .fa {
  color: #fff;
}
.background.themeColor {
  background: #043882;
  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: #52564c;
  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.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: 53px;
}
@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 {
  z-index: 2;
  top: 30px;
  left: 20px !important;
  font-family: "Open Sans", "Lucida Grande", "Arial", sans-serif;
  height: 50px;
  width: 50px;
  line-height: 0;
  float: none;
  display: inline-block;
  color: #d21330;
  background: #fff;
  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: #d21330;
  background: #fff;
}
.button.defaultNav.active .fa:before,
.submit.defaultNav.active .fa:before,
.toggle-button.defaultNav.active .fa:before,
#bBasket .button.defaultNav.active .fa:before,
#bBasket .submit
#form_container .submit.defaultNav.active .fa:before {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 28px;
}
.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 {
  top: 20px !important;
  width: 55px;
  position: absolute !important;
  padding: 0;
  left: 20px !important;
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #d21330;
  background: #fff;
}
.button.defaultNav.active,
.submit.defaultNav.active,
.toggle-button.defaultNav.active,
#bBasket .button.defaultNav.active,
#bBasket .submit
#form_container .submit.defaultNav.active {
  color: #d21330;
  background: #fff;
}
.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: left;
}
.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;
        padding: 0 15px;
        top: 35px;
        left: 20px;
        height: 50px;
        line-height: 50px;
        position: absolute;
      }
      .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: #043882;
}
.box h3 + * {
  margin-top: 0.9em;
}
.box > .inner a {
  text-decoration: none;
}
.box > .inner a:hover {
  text-decoration: underline;
}
.box .link {
  font-family: "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
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* HEADER
/*-------------------------------------------------------------------*/
#header {
  -webkit-box-shadow: 7px 0px 16px -8px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 7px 0px 16px -8px rgba(0, 0, 0, 0.61);
    box-shadow: 7px 0px 16px -8px rgba(0, 0, 0, 0.61);
    width: 330px;
    height: 100%;
    background: #fff;
    position: fixed;
    float: left;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  #header .bar {
    background: #f5f5f5;
    position: relative;
  }
  #header div > .inner {
    padding: 20px 0;
  }
  #header .social {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  #header .social h2 {
    font-size: 16px;
    font-weight: 300;
  }
  #header .social ul {
    list-style: none;
  }
  #header .social ul li {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #9E9B89;
    line-height: 50px;
    margin-right: 15px;
    text-align: center;
  }
  #header .social ul li:hover {
      background: #f08100;
    }
    #header .social ul li a {
      color: white;
    }
    #header .social ul li a .fa {
      color: white;
      width: 50px;
      margin-left: 0;
      font-size: 24px;
    }
    #header .logo {
      position: static;
      padding: 0 10px;
    }
    #header .logo > .inner {
      padding: 20px;
    }
    #header .logo img {
      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: #043882;
    }
    #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 {
        -webkit-box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.75);
          width: 100%;
          height: auto;
          background: #fff;
          position: relative;
          float: left;
          left: 0;
          top: 0;
          bottom: 0;
          z-index: 2;
        }
        #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: 330px;
          position: static;
          float: right;
        }
        #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 .social {
          position: relative;
          bottom: 0;
          padding: 40px 30px;
          left: 0;
          background: #FFF;
        }
        #header .social ul {
          margin-top: 0 !important;
        }
        #header .social ul li {
          height: 45px;
          line-height: 42px;
          width: 45px;
        }
        #header .social h2 {
          display: none !important;
        }
        #header .social a .fa {
          width: 45px !important;
          display: inline-block !important;
        }
        #header .container-fluid {
          margin-right: auto;
          margin-left: auto;
          padding-left: 0;
          padding-right: 0;
          width: 100%;
        }
        #header div > .inner {
          padding: 0 0 20px 0;
        }
        #header .logo {
          position: relative;
          text-align: center;
          z-index: 1;
        }
        #header .logo > .inner {
          padding: 20px 0;
        }
        #header .logo img {
          max-width: 80%;
          height: 80% !important;
        }
        #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;
        }
      }
      @media only screen and (min-width: 991px) and (max-width: 1200px) {
        #header {
          width: 232px;
        }
      }
      
      /* DEFAULTNAV
      /*-------------------------------------------------------------------*/
      #defaultNav {
        z-index: 2;
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        background: false;
      }
      #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: 0;
          top: 0;
          left: 0;
          right: 0;
          background: transparent;
        }
        #defaultNav .container-fluid {
          margin-right: auto;
          margin-left: auto;
          padding-left: 0;
          padding-right: 0;
          width: 100%;
        }
        #defaultNav .container {
          background: transparent;
        }
        #defaultNav.posFixed .navigation {
          position: absolute;
          top: 85px;
          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: "Open Sans", "Lucida Grande", "Arial", sans-serif;
        font-size: 0.875em;
      }
      #topNav ul li.home a > .inner {
        padding: 0 20px;
      }
      #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: #52564c;
        background: #fff;
        margin: 0;
      }
      #mainNav .dropdownExist div.arrow {
        top: auto;
        bottom: -10px;
        display: none;
      }
      #mainNav .dropdownExist a .inner .fa {
        display: inline-block !important;
      }
      #mainNav ul {
        margin: 0;
        width: 100%;
      }
      #mainNav ul > li.mainItem {
        margin: 0;
        width: 100%;
        display: block !important;
        position: relative;
        float: none;
        border-bottom: 1px solid #d8d6cb;
      }
      .alignRight #mainNav ul > li.mainItem, .alignCenter #mainNav ul > li.mainItem {
      display: inline-block;
      float: none;
    }
    #mainNav ul > li.mainItem.home a > .inner {
      padding: 0 20px;
    }
    #mainNav ul > li.mainItem.home a > .inner > .fa {
      display: inline-block;
      float: none;
      vertical-align: middle;
      font-size: 1.2em;
      color: #52564c;
      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: "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  text-transform: normal;
  color: #52564c;
  background: #fff;
  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: #52564c;
  margin-left: 10px;
  display: none;
}
#mainNav ul > li.mainItem > a > .inner {
  padding: 0 20px;
  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:first-child {
  border-top: 1px solid #d8d6cb;
}
#mainNav ul > li.mainItem.last ul {
  right: 0;
}
#mainNav ul > li.mainItem ul {
  background: #d8d6cb;
  position: relative !important;
  left: auto;
  margin: 0;
  padding: 0px 45px 15px 30px !important;
  min-width: 192px;
  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: "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: none;
  text-transform: none;
  border: 0 !important;
  padding: 5px 0;
  text-shadow: none;
  display: block;
  color: #52564c;
  background: inherit;
}
#mainNav ul > li.mainItem ul > li.subItem a .fa {
  float: none;
  color: inherit;
  font-size: 18px;
  margin-left: 5px;
  display: none;
  float: right;
}
#mainNav ul > li.mainItem ul ul {
  margin: 0;
  padding: 0;
}
#mainNav ul > li.mainItem.selected > a, #mainNav ul > li.mainItem.active > a {
  font-weight: 400;
}
#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: #52564c;
  background: #d8d6cb;
}
#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.selected > a, #mainNav ul > li.mainItem:hover ul > li.subItem.active > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem.hover ul > li.subItem.active > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #mainNav ul > li.mainItem.selected ul > li.subItem.active > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #mainNav ul > li.mainItem.active ul > li.subItem.active > a {
  font-weight: 400;
}
#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: #52564c;
  background: inherit;
  font-weight: 400;
}
#mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
  color: inherit;
}
@media only screen and (max-width: 990px) {
  #mainNav {
    font-size: 16px;
    color: #000;
    margin: 0;
  }
  #mainNav ul {
    margin: 0;
    background: #fff;
  }
  #mainNav ul > li.mainItem {
    border-bottom: 1px solid #d8d6cb;
    margin: 0;
    width: 100%;
    height: auto !important;
  }
  #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: #52564c;
    background: #fff;
    -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 30px;
  }
  #mainNav ul > li.mainItem > a .fa {
    display: none;
    font-size: 1em;
    color: #52564c;
    padding: 15px;
    margin: -15px;
    margin-left: 15px;
  }
  #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: #d8d6cb;
    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: #52564c;
    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: #52564c;
    background: #d8d6cb;
  }
  #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: 1.1em;
  }
  #mainNav ul > li.mainItem > a > .inner {
    padding: 0 12px;
  }
}

/* LEFTNAV & RIGHTNAV
/*-------------------------------------------------------------------*/
#leftNav h2, #leftNav h3, #leftNav h4,
#rightNav h2,
#rightNav h3,
#rightNav h4 {
  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 {
  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;
}
#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: #fff;
  color: #f08100;
}
#leftNav > ul > li.selected,
#leftNav > .inner > ul > li.selected,
#rightNav > ul > li.selected,
#rightNav > .inner > ul > li.selected {
  background: #fff;
  margin-bottom: 1px;
}
#leftNav > ul > li.selected a,
#leftNav > .inner > ul > li.selected a,
#rightNav > ul > li.selected a,
#rightNav > .inner > ul > li.selected a {
  font-weight: bold;
  background: inherit;
  color: #043882;
}
#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: 0 12px 12px 12px;
}
#leftNav > ul > li.selected ul > li a,
#leftNav > .inner > ul > li.selected ul > li a,
#rightNav > ul > li.selected ul > li a,
#rightNav > .inner > ul > li.selected ul > li a {
  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 .navigation.active {
    min-height: 500px;
  }
  #tabletMainNav .social {
    position: absolute;
    bottom: 0px;
    left: 15px;
  }
  #tabletMainNav .social h2 {
    font-size: 16px !important;
    font-weight: 300;
  }
  #tabletMainNav .social ul {
    list-style: none;
  }
  #tabletMainNav .social ul li {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #9E9B89;
    line-height: 50px;
    margin-right: 15px;
    text-align: center;
  }
  #tabletMainNav .social ul li:hover {
    background: #f08100;
  }
  #tabletMainNav .social ul li a {
    color: white;
  }
  #tabletMainNav .social ul li a .fa {
    color: #FFF;
    width: 50px;
    margin-left: 0;
    font-size: 24px;
    display: inline-block !important;
  }
  #tabletMainNav #mainNav {
    color: #52564c;
    background: #fff;
    margin: 0;
  }
  #tabletMainNav #mainNav .dropdownExist div.arrow {
    top: auto;
    bottom: -10px;
    display: none;
  }
  #tabletMainNav #mainNav .dropdownExist a .inner .fa {
    display: inline-block !important;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
    width: 100%;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    margin: 0;
    width: 100%;
    display: block !important;
    position: relative;
    float: none;
    border-bottom: 1px solid #d8d6cb;
  }
  .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 20px;
}
#tabletMainNav #mainNav ul > li.mainItem.home a > .inner > .fa {
  display: inline-block;
  float: none;
  vertical-align: middle;
  font-size: 1.2em;
  color: #52564c;
  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: "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  text-transform: normal;
  color: #52564c;
  background: #fff;
  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: #52564c;
  margin-left: 10px;
  display: none;
}
#tabletMainNav #mainNav ul > li.mainItem > a > .inner {
  padding: 0 20px;
  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:first-child {
  border-top: 1px solid #d8d6cb;
}
#tabletMainNav #mainNav ul > li.mainItem.last ul {
  right: 0;
}
#tabletMainNav #mainNav ul > li.mainItem ul {
  background: #d8d6cb;
  position: relative !important;
  left: auto;
  margin: 0;
  padding: 5px 45px 15px 45px !important;
  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: "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: none;
  text-transform: none;
  border: 0 !important;
  padding: 8px 0;
  text-shadow: none;
  display: block;
  color: #52564c;
  background: inherit;
}
#tabletMainNav #mainNav ul > li.mainItem ul > li.subItem a .fa {
  float: none;
  color: inherit;
  font-size: 18px;
  margin-left: 5px;
  display: none;
  float: right;
}
#tabletMainNav #mainNav ul > li.mainItem ul ul {
  margin: 0;
  padding: 0;
}
#tabletMainNav #mainNav ul > li.mainItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active > a {
  font-weight: 400;
}
#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: #52564c;
  background: #d8d6cb;
}
#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.selected > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.active > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.active > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.active > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.active > a {
  font-weight: 400;
}
#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: #52564c;
  background: inherit;
  font-weight: 400;
}
#tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
  color: inherit;
}
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  #tabletMainNav #mainNav {
    font-size: 16px;
    color: #000;
    margin: 0;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
    background: #fff;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    border-bottom: 1px solid #d8d6cb;
    margin: 0;
    width: 100%;
    height: auto !important;
  }
  #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: #52564c;
    background: #fff;
    -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: none;
    font-size: 1em;
    color: #52564c;
    padding: 15px;
    margin: -15px;
    margin-left: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: #d8d6cb;
    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: #52564c;
    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: #52564c;
    background: #d8d6cb;
  }
  #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: 1.1em;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 990px) {
  #tabletMainNav .bgMainNav {
    background: #fff;
  }
  #tabletMainNav .bgMainNav .logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #tabletMainNav div.closeMainNav {
    font-family: "Open Sans", "Lucida Grande", "Arial", sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
  }
  #tabletMainNav div.closeMainNav a {
    height: 50px;
    line-height: 50px;
  }
}
/* BREADCRUMBS
/*-------------------------------------------------------------------*/
#breadcrumbs {
  font-family: "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: #f08100;
}
#breadcrumbs a:hover {
  color: #52564c;
  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;
  }
}

#mainSlider .owl-controls .owl-dots {
  position: absolute;
  bottom: 90px;
  right: 70px;
}
#mainSlider .owl-controls .owl-dots .owl-dot {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: none;
  border: 2px solid white;
}
#mainSlider .owl-controls .owl-dots .owl-dot.active {
  background: white;
}
#mainSlider .button.slider {
  background: #f08100;
  color: white;
  position: absolute;
  bottom: 90px;
  left: 70px;
}
#mainSlider .quote {
  background: #d21330;
  background: transparent\9;
  background: rgba(210, 19, 48, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8d21330,endColorstr=#d8d21330);
  zoom: 1;
  z-index: 2;
  max-width: 760px;
  padding: 40px;
  position: absolute;
  position: absolute;
  right: 0;
  top: 7%;
}
#mainSlider .quote p {
  font-size: 18px;
  font-weight: 300;
  color: white;
}
#mainSlider .quote .button {
  border: solid 1px white;
  background: none;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mainSlider .quote .button:hover {
  background: white;
  background: transparent\9;
  background: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
  zoom: 1;
}
#mainSlider .quote a {
  color: white;
  text-decoration: underline;
}
#mainSlider .quote a:hover {
  text-decoration: none;
}
#mainSlider .quote h2 {
  font-weight: 300;
  color: white;
  font-size: 48px;
}
@media only screen and (max-width: 990px) {
  #mainSlider .quote {
    top: 200px;
    position: absolute;
    right: 0;
  }
  #mainSlider .quote h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  #mainSlider .quote {
    padding: 20px;
    width: 92%;
    background: #d21330;
    margin-top: -20%;
    top: 0;
    position: relative;
  }
  #mainSlider .quote h2 {
    font-size: 30px !important;
  }
  #mainSlider .quote h2 br {
    display: none;
  }
  #mainSlider .quote p {
    font-size: 16px;
  }
  #mainSlider .owl-controls {
    display: none;
  }
  #mainSlider .row {
    background: #e3e2da;
  }
}
@media only screen and (max-width: 479px) {
  #mainSlider .row {
    background: #e3e2da;
  }
  #mainSlider .quote {
    width: 94%;
    position: relative;
    margin-top: -20%;
  }
  #mainSlider .quote h2 {
    font-size: 30px !important;
  }
  #mainSlider .quote h2 br {
    display: none;
  }
  #mainSlider .quote p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #mainSlider .quote h2 {
    font-size: 38px;
  }
}

/* MAIN
/*-------------------------------------------------------------------*/
#main {
  position: relative;
  z-index: 0;
  clear: both;
  color: #52564c;
}

/* CONTENT
/*-------------------------------------------------------------------*/
#news {
  background: #f08100 !important;
  color: #2e312a;
}
#news .imgCol.col-xs-1, #news .imgCol.col-sm-1, #news .imgCol.col-md-1, #news .imgCol.col-lg-1, #news .imgCol.col-xs-2, #news .imgCol.col-sm-2, #news .imgCol.col-md-2, #news .imgCol.col-lg-2, #news .imgCol.col-xs-3, #news .imgCol.col-sm-3, #news .imgCol.col-md-3, #news .imgCol.col-lg-3, #news .imgCol.col-xs-4, #news .imgCol.col-sm-4, #news .imgCol.col-md-4, #news .imgCol.col-lg-4, #news .imgCol.col-xs-5, #news .imgCol.col-sm-5, #news .imgCol.col-md-5, #news .imgCol.col-lg-5, #news .imgCol.col-xs-6, #news .imgCol.col-sm-6, #news .imgCol.col-md-6, #news .imgCol.col-lg-6, #news .imgCol.col-xs-7, #news .imgCol.col-sm-7, #news .imgCol.col-md-7, #news .imgCol.col-lg-7, #news .imgCol.col-xs-8, #news .imgCol.col-sm-8, #news .imgCol.col-md-8, #news .imgCol.col-lg-8, #news .imgCol.col-xs-9, #news .imgCol.col-sm-9, #news .imgCol.col-md-9, #news .imgCol.col-lg-9, #news .imgCol.col-xs-10, #news .imgCol.col-sm-10, #news .imgCol.col-md-10, #news .imgCol.col-lg-10, #news .imgCol.col-xs-11, #news .imgCol.col-sm-11, #news .imgCol.col-md-11, #news .imgCol.col-lg-11, #news .imgCol.col-xs-12, #news .imgCol.col-sm-12, #news .imgCol.col-md-12, #news .imgCol.col-lg-12 {
  padding-right: 0;
}
#news .newsCol h1 {
  color: white;
}
#news .newsCol h3 {
  color: #2e312a;
  font-weight: 400;
}
#news .newsCol .date {
  color: #2e312a;
  font-size: 16px;
  margin-bottom: 10px;
}
#news .newsCol .item {
  border-top: 0px !important;
}
#news .newsCol .item .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 50px;
  margin-top: 20px;
}
#news h1 {
  color: #2e312a;
}
#news .news .date {
  color: #2e312a;
  font-size: 16px;
  margin-bottom: 10px;
}
#news .news .button {
  margin-top: 40px;
  color: white !important;
  border: 1px solid white !important;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 30px;
}
#news .news .button:hover {
  background: white;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
  zoom: 1;
}
#news .news .inner .image {
  background: url("http://placehold.it/375x275") no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 100%;
  margin-bottom: 20px;
}
#news .news .inner .content .info:first-of-type {
  padding-top: 0;
}
#news .news .inner .content h2 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}
#news .news .inner .content span {
  color: #b3b2b2;
}
#news .news .inner .content p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #news .news .item {
    border-top: solid 1px rgba(255, 255, 255, 0.4);
    padding-top: 20px;
  }
  #news .news .inner .image {
    display: none;
  }
}

#content.white {
  background: white !important;
}
#content.white h3 {
  color: #f08100 !important;
}
#content.white .image {
  width: 35%;
  float: right;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  #content.white .image {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content.white .image {
    width: 100%;
  }
}

#content.grey h3 {
  color: #f08100 !important;
}
#content.grey .image {
  width: 35%;
  float: left;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  #content.grey .image {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #content.grey .image {
    width: 100%;
  }
}

#content.pink {
  background: #d21330 !important;
  color: white;
}
#content.pink .container-fluid > .inner {
  padding: 60px 0;
}
#content.pink h1 {
  color: #f08100;
  font-size: 32px;
}
#content.pink p {
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}
@media only screen and (max-width: 990px) {
  #content.pink p {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  #content.pink p {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
  }
  #content.pink h1 {
    font-size: 16px !important;
  }
}

#content.portfolio .container-fluid > .inner {
  padding: 0;
}
#content.portfolio .details .item .button {
  color: #f08100 !important;
}

#content.pinkCol {
  background: #d21330 !important;
  color: white;
}
#content.pinkCol .table {
  margin-bottom: 0;
}
#content.pinkCol h2, #content.pinkCol h1, #content.pinkCol h4 {
  color: white;
}
#content.pinkCol h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 20px;
}
#content.pinkCol a {
  color: white;
}
#content.pinkCol .contentCol {
  padding: 60px 40px;
  vertical-align: top;
}
#content.orange .image.tall {
    height: 500px;
}
#content.pinkCol .image {
  background: url("/images/image.jpg") no-repeat;
  height: 500px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 990px) {
  #content.pinkCol .contentCol {
    padding: 60px 30px;
  }
  #content.pinkCol .table-cell {
    display: inline-block;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #content.pinkCol .image {
    height: 300px;
  }
  #content.pinkCol .contentCol {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #content.pinkCol .image {
    height: 300px;
  }
  #content.pinkCol .table-cell {
    display: inline-block;
  }
}

#content.orange {
  background: #f08100 !important;
  color: #2e312a;
}
#content.orange .table {
  margin-bottom: 0;
}
#content.orange h2, #content.orange h1, #content.orange h4 {
  color: white;
}
#content.orange h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 20px;
}
#content.orange a {
  color: white;
}
#content.orange .contentCol {
  padding: 60px 40px;
}
@media only screen and (max-width: 990px) {
  #content.orange .contentCol {
    padding: 60px 30px;
  }
  #content.orange .table-cell {
    display: table-cell;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #content.orange .contentCol {
    padding: 60px 20px;
  }
  #content.orange .table-cell {
    display: inline-block;
    min-height:300px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #content.orange .table-cell {
    display: inline-block;
    min-height:300px;
  }
}

#imagesDetail {
  background: #e3e2da;
  overflow: hidden;
  clear: both;
  text-align: center;
}
#imagesDetail .item {
  width: 32.5%;
  float: left;
  text-align: center;
  margin-right: 1.2%;
  margin-bottom: 1.2%;
}
#imagesDetail .item a {
  background: black;
  display: block;
  position: relative;
}
#imagesDetail .item a h2 {
  color: #FFF;
  padding: 20px;
  top: 38%;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
#imagesDetail .item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 990px) {
  #imagesDetail .item {
    width: 49.4%;
    float: left;
    margin-right: 1.2%;
  }
  #imagesDetail .item:nth-child(2n) {
    margin-left: 0;
    margin-right: 0 !important;
  }
  #imagesDetail .item:nth-child(3n) {
    margin-right: 1.2%;
  }
}
@media only screen and (max-width: 479px) {
  #imagesDetail .item {
    width: 100%;
    float: left;
  }
  #imagesDetail .item:first-child {
    margin-right: 0;
  }
  #imagesDetail .item:nth-child(2) {
    margin-left: 0;
  }
  #imagesDetail .item:last-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #imagesDetail .item {
    width: 49.4%;
    float: left;
    margin-right: 1.2%;
  }
  #imagesDetail .item:nth-child(2n) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #imagesDetail .item:nth-child(3n) {
    margin-right: 1.2%;
  }
}

#imagesProduct {
  background: #e3e2da;
  overflow: hidden;
  clear: both;
  text-align: center;
}
#imagesProduct .item {
  width: 32.5%;
  float: left;
  text-align: center;
  margin-bottom: 1.2%;
  margin-right: 1.2%;
}
#imagesProduct .item a {
  background: black;
  display: block;
  position: relative;
}
#imagesProduct .item a h2 {
  color: #FFF;
  padding: 20px;
  top: 32%;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
#imagesProduct .item img {
  opacity: 0.5;
  margin-top: 0;
}
#imagesProduct .item:nth-child(3n) {
  margin-right: 0;
}
#imagesProduct .item:hover h2 {
  display: none;
}
#imagesProduct .item:hover img {
  opacity: 1;
}
@media only screen and (max-width: 990px) {
  #imagesProduct .item {
    width: 49.4%;
    float: left;
    margin-right: 1.2%;
  }
  #imagesProduct .item:nth-child(2n) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #imagesProduct .item:nth-child(3n) {
    margin-right: 1.2%;
  }
}
@media only screen and (max-width: 479px) {
  #imagesProduct .item {
    width: 100%;
    float: left;
  }
  #imagesProduct .item:first-child {
    margin-right: 0;
  }
  #imagesProduct .item:nth-child(2) {
    margin-left: 0;
  }
  #imagesProduct .item:last-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #imagesProduct .item {
    width: 49.4%;
    float: left;
    margin-right: 1.2%;
  }
  #imagesProduct .item:nth-child(2n) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #imagesProduct .item:nth-child(3n) {
    margin-right: 1.2%;
  }
}

#content, #news, #footer, #maps {
  position: relative;
  z-index: 1;
  background: #e3e2da;
}
#content .container-fluid, #news .container-fluid, #footer .container-fluid, #maps .container-fluid {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  padding: 0 40px;
}
#content .container-fluid > .inner, #news .container-fluid > .inner, #footer .container-fluid > .inner, #maps .container-fluid > .inner {
  padding: 60px 0;
  position: relative;
}
#content .mapsCol table, #news .mapsCol table, #footer .mapsCol table, #maps .mapsCol table {
  border-collapse: collapse;
  border-spacing: 0;
}
#content .mapsCol table tr:nth-of-type(odd), #news .mapsCol table tr:nth-of-type(odd), #footer .mapsCol table tr:nth-of-type(odd), #maps .mapsCol table tr:nth-of-type(odd) {
  background-color: #f4f3f0;
}
#content .mapsCol table tr:nth-of-type(even), #news .mapsCol table tr:nth-of-type(even), #footer .mapsCol table tr:nth-of-type(even), #maps .mapsCol table tr:nth-of-type(even) {
  background-color: #dad9d1;
}
#content .mapsCol table tr:hover, #news .mapsCol table tr:hover, #footer .mapsCol table tr:hover, #maps .mapsCol table tr:hover {
  background: white;
}
#content .mapsCol table tr:first-child, #news .mapsCol table tr:first-child, #footer .mapsCol table tr:first-child, #maps .mapsCol table tr:first-child {
  font-weight: 600;
  background: white;
}
#content .mapsCol table tr:first-child:hover, #news .mapsCol table tr:first-child:hover, #footer .mapsCol table tr:first-child:hover, #maps .mapsCol table tr:first-child:hover {
  background: white;
}
#content .mapsCol table td, #news .mapsCol table td, #footer .mapsCol table td, #maps .mapsCol table td {
  padding: 5px 20px;
}
#content .mapsCol table td img, #news .mapsCol table td img, #footer .mapsCol table td img, #maps .mapsCol table td img {
  margin-right: 10px;
}
#content .headerCol p, #news .headerCol p, #footer .headerCol p, #maps .headerCol p {
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
}
#content .headerCol h1, #news .headerCol h1, #footer .headerCol h1, #maps .headerCol h1 {
  margin-top: -60px;
  padding: 60px 20px 20px 20px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  background: #f08100;
}
#content .headerCol .pink h1, #news .headerCol .pink h1, #footer .headerCol .pink h1, #maps .headerCol .pink h1 {
  margin-top: -60px;
  padding: 60px 20px 20px 20px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  background: #d21330;
}
#content .headerCol .pink h2, #news .headerCol .pink h2, #footer .headerCol .pink h2, #maps .headerCol .pink h2 {
  font-size: 28px;
  margin-bottom: 0;
}
#content .headerCol .pink p, #news .headerCol .pink p, #footer .headerCol .pink p, #maps .headerCol .pink p {
  margin-top: 0;
}
#content .contentCol.facts h2, #news .contentCol.facts h2, #footer .contentCol.facts h2, #maps .contentCol.facts h2 {
  margin-bottom: 0px;
}
#content .contentCol.facts h3, #news .contentCol.facts h3, #footer .contentCol.facts h3, #maps .contentCol.facts h3 {
  font-size: 16px !important;
  text-transform: uppercase;
  color: white !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#content .contentCol.facts .item, #news .contentCol.facts .item, #footer .contentCol.facts .item, #maps .contentCol.facts .item {
  text-align: center;
}
#content .contentCol.facts .pink .inner, #news .contentCol.facts .pink .inner, #footer .contentCol.facts .pink .inner, #maps .contentCol.facts .pink .inner {
  background: #d21330;
  color: white;
  padding: 20px;
}
#content .contentCol.facts .pink .inner p, #news .contentCol.facts .pink .inner p, #footer .contentCol.facts .pink .inner p, #maps .contentCol.facts .pink .inner p {
  font-size: 32px;
}
#content .contentCol.facts .pink .inner p span, #news .contentCol.facts .pink .inner p span, #footer .contentCol.facts .pink .inner p span, #maps .contentCol.facts .pink .inner p span {
  font-size: 14px !important;
}
#content .contentCol.facts .orange .inner, #news .contentCol.facts .orange .inner, #footer .contentCol.facts .orange .inner, #maps .contentCol.facts .orange .inner {
  background: #f08100;
  color: white;
  padding: 20px;
}
#content .contentCol.facts .orange .inner p, #news .contentCol.facts .orange .inner p, #footer .contentCol.facts .orange .inner p, #maps .contentCol.facts .orange .inner p {
  font-size: 32px;
}
#content .contentCol.facts .orange .inner p span, #news .contentCol.facts .orange .inner p span, #footer .contentCol.facts .orange .inner p span, #maps .contentCol.facts .orange .inner p span {
  font-size: 14px !important;
}
#content .contactPage .inner, #news .contactPage .inner, #footer .contactPage .inner, #maps .contactPage .inner {
  background: white;
  color: #52564c;
  padding: 20px;
}
#content .contactPage h2, #news .contactPage h2, #footer .contactPage h2, #maps .contactPage h2 {
  color: #d21330;
  font-size: 28px;
  font-weight: 600;
}
#content .contactPage .button, #news .contactPage .button, #footer .contactPage .button, #maps .contactPage .button {
  background: #d21330;
  color: white;
  border: 0px;
}
#content .contactPage .button:hover, #news .contactPage .button:hover, #footer .contactPage .button:hover, #maps .contactPage .button:hover {
  background: #f08100;
}
#content .contactPage p .fa, #news .contactPage p .fa, #footer .contactPage p .fa, #maps .contactPage p .fa {
  color: #d8d6cb;
}
#content .contactPage p a, #news .contactPage p a, #footer .contactPage p a, #maps .contactPage p a {
  color: #52564c;
}
#content .contactPage p a:hover, #news .contactPage p a:hover, #footer .contactPage p a:hover, #maps .contactPage p a:hover {
  text-decoration: underline;
}
#content .contentCol > .inner, #news .contentCol > .inner, #footer .contentCol > .inner, #maps .contentCol > .inner {
  padding: 0;
}
#content .contentCol > .inner .imagePage, #news .contentCol > .inner .imagePage, #footer .contentCol > .inner .imagePage, #maps .contentCol > .inner .imagePage {
  background: url("/images/imageheader.jpg");
  height: 460px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
}
#content .contentCol > .inner h3, #news .contentCol > .inner h3, #footer .contentCol > .inner h3, #maps .contentCol > .inner h3 {
  color: #52564c;
  font-weight: 400;
  font-size: 28px;
  margin-top: 0px;
  line-height: 32px;
}
#content .contentCol > .inner .details .inner, #news .contentCol > .inner .details .inner, #footer .contentCol > .inner .details .inner, #maps .contentCol > .inner .details .inner {
  background: white;
}
#content .contentCol > .inner .details .inner .image, #news .contentCol > .inner .details .inner .image, #footer .contentCol > .inner .details .inner .image, #maps .contentCol > .inner .details .inner .image {
  width: 100%;
}
#content .contentCol > .inner .details .inner .content, #news .contentCol > .inner .details .inner .content, #footer .contentCol > .inner .details .inner .content, #maps .contentCol > .inner .details .inner .content {
  padding: 20px;
}
#content .contentCol > .inner .details .inner .content .info, #news .contentCol > .inner .details .inner .content .info, #footer .contentCol > .inner .details .inner .content .info, #maps .contentCol > .inner .details .inner .content .info {
  padding: 5px 0;
}
#content .contentCol > .inner .details .inner .content .info:first-of-type, #news .contentCol > .inner .details .inner .content .info:first-of-type, #footer .contentCol > .inner .details .inner .content .info:first-of-type, #maps .contentCol > .inner .details .inner .content .info:first-of-type {
  padding-top: 0;
}
#content .contentCol > .inner .details .inner .content h3, #news .contentCol > .inner .details .inner .content h3, #footer .contentCol > .inner .details .inner .content h3, #maps .contentCol > .inner .details .inner .content h3 {
  color: #f08100;
  font-size: 28px;
  font-weight: 700;
}
#content .contentCol > .inner .details .inner .content span, #news .contentCol > .inner .details .inner .content span, #footer .contentCol > .inner .details .inner .content span, #maps .contentCol > .inner .details .inner .content span {
  color: #b3b2b2;
}
#content .contentCol > .inner .details .inner .content .button, #news .contentCol > .inner .details .inner .content .button, #footer .contentCol > .inner .details .inner .content .button, #maps .contentCol > .inner .details .inner .content .button {
  padding: 0;
  width: 100%;
  margin: 20px 0 0 0;
}
#content .contentCol .content ul, #news .contentCol .content ul, #footer .contentCol .content ul, #maps .contentCol .content ul {
  list-style: none;
}
#content .contentCol .content ul li, #news .contentCol .content ul li, #footer .contentCol .content ul li, #maps .contentCol .content ul li {
  position: relative;
}
#content .contentCol .content ul li:before, #news .contentCol .content ul li:before, #footer .contentCol .content ul li:before, #maps .contentCol .content ul li:before {
  position: absolute;
  top: 8px;
  margin: 0;
  margin-left: -15px;
  width: 6px;
  height: 6px;
  background: #f08100;
  content: "";
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}
#content .leftCol, #news .leftCol, #footer .leftCol, #maps .leftCol {
  position: relative;
  z-index: 1;
}
#content .leftCol > .inner, #news .leftCol > .inner, #footer .leftCol > .inner, #maps .leftCol > .inner {
  padding: 0 0 60px 0;
}
#content .rightCol > .inner, #news .rightCol > .inner, #footer .rightCol > .inner, #maps .rightCol > .inner {
  padding: 0 0 60px 0;
}
#content > .row, #news > .row, #footer > .row, #maps > .row {
  position: relative;
}
@media only screen and (max-width: 990px) {
  #content .headerCol p, #news .headerCol p, #footer .headerCol p, #maps .headerCol p {
    font-size: 32px;
    font-weight: 300;
    line-height: 45px;
  }
  #content .contentCol.facts .pink p, #news .contentCol.facts .pink p, #footer .contentCol.facts .pink p, #maps .contentCol.facts .pink p {
    font-size: 30px !important;
  }
  #content .contentCol.facts .pink p span, #news .contentCol.facts .pink p span, #footer .contentCol.facts .pink p span, #maps .contentCol.facts .pink p span {
    font-size: 16px !important;
  }
  #content .contentCol.facts .orange p, #news .contentCol.facts .orange p, #footer .contentCol.facts .orange p, #maps .contentCol.facts .orange p {
    font-size: 30px !important;
  }
  #content .contentCol.facts .orange p span, #news .contentCol.facts .orange p span, #footer .contentCol.facts .orange p span, #maps .contentCol.facts .orange p span {
    font-size: 16px !important;
  }
  #homepage #content, #homepage #news, #homepage #footer, #homepage #maps {
    margin: 0;
  }
  #content .container > .inner, #news .container > .inner, #footer .container > .inner, #maps .container > .inner {
    padding: 20px 0 0 0;
  }
  #content .leftCol > .inner, #news .leftCol > .inner, #footer .leftCol > .inner, #maps .leftCol > .inner {
    padding: 0 0 20px 0;
  }
  #homepage #content .leftCol .row > div.margin:last-of-type, #homepage #news .leftCol .row > div.margin:last-of-type, #homepage #footer .leftCol .row > div.margin:last-of-type, #homepage #maps .leftCol .row > div.margin:last-of-type {
    margin-bottom: 0;
  }
  #content .contentCol > .inner, #news .contentCol > .inner, #footer .contentCol > .inner, #maps .contentCol > .inner {
    padding: 0 0 20px 0;
  }
  #content .rightCol > .inner, #news .rightCol > .inner, #footer .rightCol > .inner, #maps .rightCol > .inner {
    padding: 0 0 40px 0;
  }
  #homepage #content .rightCol > .inner, #homepage #news .rightCol > .inner, #homepage #footer .rightCol > .inner, #homepage #maps .rightCol > .inner {
    padding: 0 0 20px 0;
  }
  #content .rightCol.alignRight, #news .rightCol.alignRight, #footer .rightCol.alignRight, #maps .rightCol.alignRight {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  #content .imagePage, #news .imagePage, #footer .imagePage, #maps .imagePage {
    height: 230px !important;
  }
  #content .mapsCol table td, #news .mapsCol table td, #footer .mapsCol table td, #maps .mapsCol table td {
    padding: 5px 20px;
    display: block;
    border-top: 1px solid #E8E7E0;
  }
  #content .headerCol p, #news .headerCol p, #footer .headerCol p, #maps .headerCol p {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
  }
  #content .container-fluid, #news .container-fluid, #footer .container-fluid, #maps .container-fluid {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    padding: 0 20px;
  }
  #content .container > .inner, #news .container > .inner, #footer .container > .inner, #maps .container > .inner {
    padding: 20px 0 0 0;
  }
  #content .leftCol, #news .leftCol, #footer .leftCol, #maps .leftCol {
    min-height: 1px;
  }
  #content .contentCol, #news .contentCol, #footer .contentCol, #maps .contentCol {
    min-height: 1px;
  }
  #content .rightCol, #news .rightCol, #footer .rightCol, #maps .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: #52564c;
  color: #95978e;
}
#footer .container-fluid > .inner {
  padding: 60px 0;
  max-width: 1300px;
}
#footer a {
  color: #95978e;
}
#footer .footerMenu {
  margin-bottom: 80px;
}
#footer .contactCol .inner {
  background: #42453d;
  margin-top: -20px;
  padding: 20px;
}
#footer .contactCol .inner .button {
  border: solid 1px white;
  background: none;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}
#footer .contactCol .inner .button:hover {
  background: white;
  background: transparent\9;
  background: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
  zoom: 1;
}
#footer .contactCol .inner a {
  color: white;
}
#footer .contactCol .inner a:hover {
  text-decoration: underline;
}
#footer .contactCol .inner a .fa {
  color: #9a9c93 !important;
}
#footer h3 {
  font-family: "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 1.25em;
  color: white;
  line-height: 1em;
  font-weight: normal;
}
#footer h3 + * {
  margin-top: 1.5em;
}
#footer h3 a {
  color: #fff;
}
#footer h4 {
  font-family: "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 1.75em;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
}
#footer h4 a {
  color: #fff;
}
#footer > a {
  text-decoration: none;
  color: #fff;
}
#footer > a:hover {
  text-decoration: underline;
}
#footer img.pull-right {
  margin-bottom: 0;
}
#footer ul {
  list-style: none;
  margin-left: 0;
}
#footer ul li {
  color: #95978e;
}
#footer ul li a {
  color: #95978e;
}
#footer #footerNav {
  border-top: #9a9c93 solid 1px;
  margin-top: -40px;
  padding-top: 20px;
  font-size: 0.8125em;
}
#footer #footerNav a {
  color: #fff;
  display: inline-block;
}
#footer #footerNav a:hover {
  text-decoration: underline;
}
#footer #footerNav p {
  color: #95978e !important;
}
#footer #footerNav ul {
  line-height: 1;
}
#footer #footerNav ul > li {
  display: inline-block;
  margin: 0 10px 0.2em 0;
}
#footer #footerNav ul > li a {
  color: #95978e;
}
#footer #footerNav ul > li.selected a {
  text-decoration: underline;
  color: #95978e;
}
#footer #footerNav.seperator ul > li {
  border-right: solid 1px #95978e;
}
#footer #footerNav.seperator ul > li:last-child {
  border-right: 0px !important;
}
@media only screen and (max-width: 990px) {
  #footer .container-fluid > .inner {
    padding: 60px 0px;
    max-width: 1300px;
  }
  #footer.alignLeft, #footer.alignRight {
    text-align: center;
  }
  #footer .inner {
    line-height: 1.375em;
  }
  #footer #footerNav {
    margin-top: 20px;
  }
  #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%;
  }
  #footer #footerNav .seperator ul > li {
    border-right: solid 0px #95978e !important;
  }
  #footer #footerNav .seperator ul > li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  #footer #footerNav.seperator > ul > li {
    border-right: 0px !important;
    clear: both;
    border-bottom: 0px;
    display: block;
  }
  #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 #footerNav {
    margin-top: 20px;
  }
}
