/*
Theme Name: Spedition
Author: the Nordzuwort team
Author URI: nordzuwort.de
Description: Spedition Theme
Version: 1.3
*/
.o-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #67b5d1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll; }

@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 300px; } }
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1; }

.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child,
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child {
  border-top: none; }

.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child,
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none; }

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff; }

.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%; }

.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--push-left {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); } }
.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.c-menu--slide-right,
.c-menu--push-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

@media all and (min-width: 320px) {
  .c-menu--slide-right,
  .c-menu--push-right {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); } }
.c-menu--slide-right.is-active,
.c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.c-menu--slide-top,
.c-menu--slide-bottom,
.c-menu--push-top,
.c-menu--push-bottom {
  vertical-align: middle;
  width: 100%;
  height: 60px;
  text-align: center;
  overflow-x: scroll; }

.c-menu--slide-top .c-menu__items,
.c-menu--slide-bottom .c-menu__items,
.c-menu--push-top .c-menu__items,
.c-menu--push-bottom .c-menu__items {
  display: inline-block;
  text-align: center; }

.c-menu--slide-top .c-menu__item,
.c-menu--slide-bottom .c-menu__item,
.c-menu--push-top .c-menu__item,
.c-menu--push-bottom .c-menu__item {
  display: inline-block;
  line-height: 60px; }

.c-menu--slide-top .c-menu__link,
.c-menu--slide-bottom .c-menu__link,
.c-menu--push-top .c-menu__link,
.c-menu--push-bottom .c-menu__link {
  display: block;
  padding: 0 4px;
  color: #fff; }

.c-menu--slide-top .c-menu__close,
.c-menu--slide-bottom .c-menu__close,
.c-menu--push-top .c-menu__close,
.c-menu--push-bottom .c-menu__close {
  display: inline-block;
  margin-right: 12px;
  padding: 0 24px;
  height: 60px;
  line-height: 60px; }

.c-menu--slide-top,
.c-menu--push-top {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px); }

.c-menu--slide-top.is-active,
.c-menu--push-top.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.c-menu--slide-bottom,
.c-menu--push-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px); }

.c-menu--slide-bottom.is-active,
.c-menu--push-bottom.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.o-wrapper.has-push-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

@media all and (min-width: 320px) {
  .o-wrapper.has-push-left {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); } }
.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); } }
.o-wrapper.has-push-top {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px); }

.o-wrapper.has-push-bottom {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px); }

body.has-active-menu {
  overflow: hidden; }

.c-menu__close {
  color: #fff;
  background-color: #3184a1;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.c-menu__close:focus {
  outline: none; }

.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.c-buttons {
  margin-bottom: 48px;
  text-align: center; }

.c-button {
  display: inline-block;
  margin: 4px;
  padding: 12px 24px;
  color: #67b5d1;
  background: none;
  font-size: 14px;
  border: solid 2px #67b5d1;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.c-button:focus {
  outline: none; }

.c-button:disabled {
  opacity: 0.3;
  cursor: not-allowed; }

.closeBtn {
  float: left;
  position: absolute;
  top: 0px;
  right: 0px; }
  .closeBtn i {
    color: #fff;
    font-size: 22px; }

.closeBtn:hover {
  text-decoration: none !important; }

.c-menu {
  background-color: #FFBA00;
  color: #fff;
  overflow: hidden; }

.c-menu__close {
  background-color: #FFBA00;
  text-align: right; }

.offcanvas {
  margin-top: 70px; }
  .offcanvas ul {
    padding-left: 20px; }
    .offcanvas ul li {
      list-style: none;
      margin-bottom: 5px; }
      .offcanvas ul li ul {
        padding-left: 20px;
        display: none; }
        .offcanvas ul li ul ul {
          padding-left: 20px;
          display: none; }
      .offcanvas ul li a {
        color: #fff;
        display: block;
        width: 100%;
        padding: 5px 6px; }
        .offcanvas ul li a:hover {
          text-decoration: none;
          background: #fff !important;
          color: #FFBA00 !important; }
  .offcanvas .topNav {
    display: none;
    background: rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    padding-bottom: 1px;
    margin-top: 15px; }
    .offcanvas .topNav ul {
      padding-left: 20px; }
    .offcanvas .topNav li {
      list-style: none;
      margin-bottom: 5px; }
      .offcanvas .topNav li a {
        color: #fff;
        display: block;
        width: 100%;
        padding: 5px 6px; }
        .offcanvas .topNav li a:hover {
          text-decoration: none;
          background: #fff !important;
          color: #FFBA00 !important; }
    @media screen and (max-width: 600px) {
      .offcanvas .topNav {
        display: block; } }
  .offcanvas .socials {
    display: none;
    margin-top: 15px; }
    @media screen and (max-width: 600px) {
      .offcanvas .socials {
        display: block; } }
    .offcanvas .socials li {
      list-style: none;
      display: inline-block;
      margin-right: 4px; }
      .offcanvas .socials li a {
        color: #fff;
        display: block;
        width: 100%;
        padding: 5px 6px; }
        .offcanvas .socials li a:hover {
          text-decoration: none;
          background: #fff;
          color: #222; }

#header {
  position: fixed;
  background: #fff;
  z-index: 120;
  width: 100%;
  -moz-transition: height 0.5s 0s;
  -o-transition: height 0.5s 0s;
  -webkit-transition: height 0.5s 0s;
  transition: height 0.5s 0s; }
  #header .menubar {
    position: absolute;
    top: 25px;
    right: 25px; }
  #header .notice {
    width: 100%;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 10px 5% 10px 5%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
    #header .notice p {
      margin-bottom: 0; }
    #header .notice a {
      color: #fff; }
    @media screen and (max-width: 500px) {
      #header .notice {
        font-size: 11px; } }
  #header .navbar {
    height: auto;
    -moz-transition: height 0.5s 0s;
    -o-transition: height 0.5s 0s;
    -webkit-transition: height 0.5s 0s;
    transition: height 0.5s 0s;
    z-index: 10;
    padding: 0 0 0 0;
    flex-direction: unset !important; }
    #header .navbar.scrolling {
      -webkit-box-shadow: 0 4px 4px -2px #999;
      -moz-box-shadow: 0 4px 4px -2px #999;
      box-shadow: 0 4px 4px -2px #999; }
  #header .navBottom {
    float: right;
    width: 100%;
    text-align: right; }
  #header .logo {
    z-index: 10; }
    #header .logo img {
      width: 100%; }
    #header .logo.left {
      display: inline-block;
      position: absolute;
      top: 25px;
      left: 25px;
      -moz-transition: top 0.5s, width 0.5s 0s;
      -o-transition: top 0.5s, width 0.5s 0s;
      -webkit-transition: top 0.5s, width 0.5s 0s;
      transition: top 0.5s, width 0.5s 0s; }
      #header .logo.left.vertical {
        width: 120px; }
        @media screen and (max-width: 1100px) {
          #header .logo.left.vertical {
            width: 80px; } }
      #header .logo.left.horizontal {
        width: 200px; }
        @media screen and (max-width: 1100px) {
          #header .logo.left.horizontal {
            width: 140px; } }
      #header .logo.left.square {
        width: 100px; }
        @media screen and (max-width: 1100px) {
          #header .logo.left.square {
            width: 90px; } }
    #header .logo.center {
      display: inline-block;
      position: absolute;
      top: 5px;
      left: 50%;
      -moz-transition: margin-left 0.5s, width 0.5s 0s;
      -o-transition: margin-left 0.5s, width 0.5s 0s;
      -webkit-transition: margin-left 0.5s, width 0.5s 0s;
      transition: margin-left 0.5s, width 0.5s 0s; }
      #header .logo.center.vertical {
        width: 120px;
        margin-left: -60px; }
      #header .logo.center.horizontal {
        width: 200px;
        top: 20px;
        margin-left: -100px; }
      #header .logo.center.square {
        width: 100px;
        top: 10px;
        margin-left: -50px; }
  #header .navbar {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
    @media screen and (max-width: 600px) {
      #header .navbar {
        height: 100px; } }
    #header .navbar.has-notice .logo.left {
      top: 10px;
      left: 10px; }
    #header .navbar.has-notice .logo.center {
      top: 10px; }
    #header .navbar .navbar-collapse {
      float: right;
      width: 100%;
      text-align: right; }
    #header .navbar .navbar-header {
      float: right;
      width: 100%;
      padding: 5px 0;
      -moz-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
      -o-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
      -webkit-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
      transition: padding-top 0.5s, padding-bottom 0.5s 0s; }
      @media screen and (max-width: 1100px) {
        #header .navbar .navbar-header {
          display: none; } }
    #header .navbar.full-nav .navbar-header {
      background: #eee; }
    @media screen and (max-width: 1100px) {
      #header .navbar.centered-logo .search-social {
        padding-right: 20px; } }
  #header .topNav {
    /*float:left;*/
    margin: 5px auto 20px auto;
    width: 100%;
    clear: both;
    text-align: right;
    padding-left: 0;
    padding-right: 23px;
    -moz-transition: margin-bottom 0.5s 0s;
    -o-transition: margin-bottom 0.5s 0s;
    -webkit-transition: margin-bottom 0.5s 0s;
    transition: margin-bottom 0.5s 0s; }
    #header .topNav ul {
      padding-left: 0; }
    #header .topNav li {
      display: inline;
      margin-left: 20px; }
      #header .topNav li a {
        color: #999;
        text-transform: none;
        font-size: 10px;
        padding: 0; }
        #header .topNav li a:hover {
          background: none;
          color: #333; }
    @media screen and (max-width: 600px) {
      #header .topNav {
        display: none; } }
  #header .search-social {
    /*float:left;*/
    margin: 0 auto 10px auto;
    width: 100%;
    clear: both;
    text-align: right;
    padding-right: 13px;
    -moz-transition: margin-bottom 0.5s 0s;
    -o-transition: margin-bottom 0.5s 0s;
    -webkit-transition: margin-bottom 0.5s 0s;
    transition: margin-bottom 0.5s 0s; }
    #header .search-social .screen-reader-text {
      display: none; }
    #header .search-social .search {
      float: right; }
      #header .search-social .search input[type="submit"] {
        background: none;
        border: none;
        box-shadow: none; }
      #header .search-social .search button {
        background: none;
        border: none;
        box-shadow: none; }
      #header .search-social .search input[type="search"] {
        display: inline-block;
        background: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 4px 8px;
        font-size: 12px;
        color: #666; }
        #header .search-social .search input[type="search"]:focus {
          border-color: #333;
          outline: none; }
      @media screen and (max-width: 768px) {
        #header .search-social .search {
          display: none; } }
    #header .search-social .socials {
      float: right;
      padding-left: 0;
      margin-top: 7px;
      display: block; }
      #header .search-social .socials li {
        list-style: none;
        display: inline-block;
        margin-left: 15px; }
        #header .search-social .socials li a {
          padding: 0; }
          #header .search-social .socials li a:hover {
            background: none;
            color: #333; }
      @media screen and (max-width: 600px) {
        #header .search-social .socials {
          margin-top: 40px; } }
      @media screen and (max-width: 600px) {
        #header .search-social .socials {
          display: none; } }
    @media screen and (max-width: 1100px) {
      #header .search-social {
        padding-right: 80px; } }
  #header .navigation ul {
    padding-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    flex-direction: unset;
    display: block;
    padding-right: 10px !important;
    -moz-transition: margin-top 0.5s 0s;
    -o-transition: margin-top 0.5s 0s;
    -webkit-transition: margin-top 0.5s 0s;
    transition: margin-top 0.5s 0s; }
    #header .navigation ul li {
      list-style: none;
      display: inline;
      position: relative; }
      #header .navigation ul li a {
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        color: #333;
        display: inline-block;
        padding: 6px 15px;
        -moz-transition: font-size 0.5s 0s;
        -o-transition: font-size 0.5s 0s;
        -webkit-transition: font-size 0.5s 0s;
        transition: font-size 0.5s 0s; }
        #header .navigation ul li a:hover {
          background: #888;
          color: #fff;
          -webkit-transition: background-color 0.5s ease-out;
          -moz-transition: background-color 0.5s ease-out;
          -o-transition: background-color 0.5s ease-out;
          transition: background-color 0.5s ease-out; }
        #header .navigation ul li a:focus {
          border: none;
          outline: none; }
      #header .navigation ul li:hover ul {
        left: 0;
        top: 20px;
        background: #fff;
        width: 200px;
        text-align: left;
        padding-right: 0 !important; }
        #header .navigation ul li:hover ul li {
          width: 100%;
          display: block;
          position: relative; }
          #header .navigation ul li:hover ul li a {
            width: 100%;
            display: block; }
          #header .navigation ul li:hover ul li ul {
            left: -99999em;
            top: 0;
            background: #eee; }
          #header .navigation ul li:hover ul li:hover ul {
            left: 200px; }
      #header .navigation ul li ul {
        position: absolute;
        left: -99999em; }
      @media screen and (max-width: 1100px) {
        #header .navigation ul li {
          width: 100%;
          float: left; }
          #header .navigation ul li ul {
            display: none;
            text-align: right; } }
    @media screen and (max-width: 1100px) {
      #header .navigation ul {
        margin-top: 0px;
        float: left;
        width: 100%;
        background: #fff; } }
  @media screen and (max-width: 1100px) {
    #header .navigation {
      padding: 0 !important;
      margin: 0 !important; }
      #header .navigation ul {
        background: #eee; } }
  #header .navigation.left ul {
    text-align: left; }
  #header .navigation.center ul {
    text-align: center; }
  #header #c-button--push-left {
    cursor: pointer;
    float: left;
    position: absolute;
    top: 40px;
    left: 24px;
    display: none;
    cursor: pointer;
    -moz-transition: top 0.5s 0s;
    -o-transition: top 0.5s 0s;
    -webkit-transition: top 0.5s 0s;
    transition: top 0.5s 0s;
    z-index: 8; }
    #header #c-button--push-left i {
      color: #888;
      font-size: 30px; }
    @media screen and (max-width: 1100px) {
      #header #c-button--push-left {
        display: block; } }
    @media screen and (max-width: 600px) {
      #header #c-button--push-left {
        top: 38px; } }
    @media screen and (max-width: 350px) {
      #header #c-button--push-left {
        left: 14px; } }
  #header #c-button--push-right {
    cursor: pointer;
    float: right;
    position: absolute;
    top: 47px;
    right: 24px;
    display: none;
    cursor: pointer;
    -moz-transition: top 0.5s 0s;
    -o-transition: top 0.5s 0s;
    -webkit-transition: top 0.5s 0s;
    transition: top 0.5s 0s;
    z-index: 8; }
    #header #c-button--push-right i {
      color: #888;
      font-size: 30px; }
    @media screen and (max-width: 1100px) {
      #header #c-button--push-right {
        display: block; } }
  #header .menuIcon {
    cursor: pointer;
    float: right;
    position: absolute;
    top: 47px;
    right: 24px;
    display: none;
    cursor: pointer;
    -moz-transition: top 0.5s 0s;
    -o-transition: top 0.5s 0s;
    -webkit-transition: top 0.5s 0s;
    transition: top 0.5s 0s;
    z-index: 8; }
    #header .menuIcon i {
      color: #888;
      font-size: 30px; }
    @media screen and (max-width: 1100px) {
      #header .menuIcon {
        display: block; } }

.headerTop {
  width: 100%;
  position: relative;
  margin: 0 auto;
  float: left;
  min-height: 120px;
  -moz-transition: min-height 0.5s 0s;
  -o-transition: min-height 0.5s 0s;
  -webkit-transition: min-height 0.5s 0s;
  transition: min-height 0.5s 0s; }

.navbar-header.navigation .menu-primary-menu-container {
  float: none !important;
  margin: 0 auto; }

#footer-menu li {
  position: relative; }

#footer-menu .menu-item-has-children .toggle {
  position: absolute;
  background: url(images/arrow.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 7px;
  cursor: pointer; }

#footer-menu .menu-item-has-children:hover .toggle {
  /*background-image:url(images/arrow2.svg);*/ }

#footer-menu .menu-item-has-children li .toggle {
  display: none; }

#footer-menu .menu-item-has-children li.menu-item-has-children .toggle {
  display: block; }

#footer-menu .menu-item-has-children.active .toggle {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

#header .navbar.navbar-default.navbar-fixed-top.scrolling #c-button--push-left,
#header .navbar.navbar-default.navbar-fixed-top.scrolling #c-button--push-right,
#header .navbar.navbar-default.navbar-fixed-top.scrolling .menuIcon {
  top: 35px; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling .topNav {
  margin-bottom: 5px; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling .search-social {
  margin-bottom: 0; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling .navigation li a {
  font-size: 12px; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling .navbar-header {
  padding: 0; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.vertical {
  width: 80px;
  margin-left: -40px; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.horizontal {
  width: 80px;
  margin-left: -40px; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.square {
  width: 70px;
  margin-left: -35px; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.vertical {
  width: 80px;
  margin-left: 0; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.horizontal {
  width: 140px;
  margin-left: 0; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.square {
  width: 70px;
  margin-left: 0; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.vertical {
  left: 7px;
  top: 1px; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.horizontal {
  left: 7px;
  top: 1px; }

#header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.square {
  left: 7px;
  top: 1px; }

@media screen and (max-width: 1100px) {
  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.vertical {
    width: 60px;
    margin-left: -30px; }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.horizontal {
    width: 60px;
    margin-left: -30px; }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.square {
    width: 70px;
    margin-left: -30px; }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.vertical {
    width: 60px;
    margin-left: 0;
    margin-top: 8px; }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.horizontal {
    width: 100px;
    margin-left: 0;
    margin-top: 8px; }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.square {
    width: 70px;
    margin-left: 0;
    margin-top: 8px; }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.vertical {
    left: 7px;
    top: 1px; }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.horizontal {
    left: 7px;
    top: 1px; }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.square {
    left: 7px;
    top: 1px; } }
@media screen and (max-width: 620px) {
  #header .navbar.navbar-default.navbar-fixed-top .logo.center.vertical {
    width: 60px;
    margin-left: -30px; }

  #header .navbar.navbar-default.navbar-fixed-top .logo.center.horizontal {
    width: 60px;
    margin-left: -30px; }

  #header .navbar.navbar-default.navbar-fixed-top .logo.center.square {
    width: 70px;
    margin-left: -30px; }

  #header .navbar.navbar-default.navbar-fixed-top .logo.left.vertical {
    width: 60px;
    margin-left: 0;
    margin-top: 8px; }

  #header .navbar.navbar-default.navbar-fixed-top .logo.left.horizontal {
    width: 100px;
    margin-left: 0;
    margin-top: 8px; }

  #header .navbar.navbar-default.navbar-fixed-top .logo.left.square {
    width: 70px;
    margin-left: 0;
    margin-top: 8px; }

  #header .navbar.navbar-default.navbar-fixed-top.has-notice .logo.left.vertical {
    left: 7px;
    top: 1px; }

  #header .navbar.navbar-default.navbar-fixed-top.has-notice .logo.left.horizontal {
    left: 7px;
    top: 1px; }

  #header .navbar.navbar-default.navbar-fixed-top.has-notice .logo.left.square {
    left: 7px;
    top: 1px; } }
/* fix header bug for transitions */
body.has-active-menu #header {
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

body.has-active-menu #header.rightpush .navbar {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

body.has-active-menu #header.rightpush .notice {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

body.has-active-menu #header.leftpush .navbar {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

body.has-active-menu #header.leftpush .notice {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

@media all and (min-width: 320px) {
  body.has-active-menu #header.rightpush .navbar {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); }

  body.has-active-menu #header.rightpush .notice {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); }

  body.has-active-menu #header.leftpush .navbar {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); }

  body.has-active-menu #header.leftpush .notice {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); } }
* html {
  visibility: visible; }

body {
  font-family: "Roboto", "Open Sans", Arial, sans-serif !important;
  color: #fff;
  font-size: 16px;
  padding: 0;
  background: #323232 url(images/mask2.png) top center no-repeat;
  margin: 0;
  line-height: 1.1em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Open Sans", Arial, sans-serif; }

h1,
h2 {
  font-size: 36px; }

h3,
h4,
h5,
h6 {
  font-size: 16px; }

section {
  float: left;
  width: 100%; }

html,
body,
p {
  margin: 0 !important;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block; }

.closeBtn {
  float: left;
  position: absolute;
  top: 0px;
  right: 0px; }
  .closeBtn i {
    color: #fff;
    font-size: 22px; }

.closeBtn:hover {
  text-decoration: none !important; }

.closeSection {
  float: left;
  width: 100%;
  position: relative; }

#fixedHeader {
  float: left;
  width: 100%;
  background: #252525;
  clear: both;
  position: fixed;
  z-index: 20;
  max-height: 245px;
  padding: 13px 0% 0 0;
  display: none;
  -webkit-box-shadow: 0 4px 4px -2px #444;
  -moz-box-shadow: 0 4px 4px -2px #444;
  box-shadow: 0 4px 4px -2px #444; }
  @media screen and (max-width: 768px) {
    #fixedHeader {
      min-height: 43px;
      display: block !important; } }
  #fixedHeader .logo {
    float: left;
    width: 66px;
    margin: 0px 0 0 20px; }
    #fixedHeader .logo img {
      width: 100%; }
  #fixedHeader #c-button--push-right {
    display: none;
    float: right;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      #fixedHeader #c-button--push-right {
        display: block; } }

.placeholder {
  float: left;
  width: 100%;
  height: 43px;
  clear: both;
  display: none; }
  @media screen and (max-width: 768px) {
    .placeholder {
      display: block; } }

#c-menu--push-right {
  padding: 20px 0; }
  #c-menu--push-right ul {
    padding-left: 0; }
    #c-menu--push-right ul li {
      list-style: none; }
      #c-menu--push-right ul li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        display: block;
        text-decoration: none;
        padding: 6px 15px; }
        #c-menu--push-right ul li a:hover {
          background: #FFBA00;
          color: #fff; }
  #c-menu--push-right .offcanvas {
    float: left;
    width: 100%;
    margin-top: 60px; }
    #c-menu--push-right .offcanvas ul {
      padding-left: 0;
      display: none; }
      #c-menu--push-right .offcanvas ul li {
        width: 100%;
        list-style: none; }
        #c-menu--push-right .offcanvas ul li a {
          width: 100%;
          display: block;
          border-bottom: none;
          padding: 8px 5%;
          color: #fff;
          text-decoration: none; }
      @media screen and (max-width: 1100px) {
        #c-menu--push-right .offcanvas ul {
          display: block; } }
    #c-menu--push-right .offcanvas .contactInfo {
      float: left;
      width: 100%;
      padding: 5%;
      margin-top: 30px;
      clear: both;
      line-height: 1.5em;
      border-top: 1px solid #87553C; }
      #c-menu--push-right .offcanvas .contactInfo a {
        border-bottom: none;
        color: #fff;
        text-decoration: none; }

.container-fluid {
  max-width: 1440px;
  clear: both; }
  @media screen and (max-width: 1400px) {
    .container-fluid {
      max-width: 96%; } }

#rotator {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 0px; }
  #rotator .flexslider {
    background: #323232;
    margin: 0;
    border: none; }
    @media screen and (max-width: 600px) {
      #rotator .flexslider {
        height: 400px; } }
    #rotator .flexslider li {
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 600px) {
        #rotator .flexslider li {
          height: 400px; } }
      #rotator .flexslider li .caption {
        position: absolute;
        bottom: 8%;
        left: 250px;
        color: #fff;
        font-size: 70px;
        line-height: 1em;
        z-index: 4; }
        @media screen and (max-width: 768px) {
          #rotator .flexslider li .caption {
            left: 5%; } }
        #rotator .flexslider li .caption h1 {
          color: #FFBA00;
          font-size: 100px;
          font-weight: bold;
          position: relative;
          line-height: 97px;
          margin-bottom: -10px; 

    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1) !important;

        }
          #rotator .flexslider li .caption h1::before {
            background: #fff;
            content: '';
            height: 1px;
            width: 250px;
            left: -260px;
            position: absolute;
            top: 45px; }
          #rotator .flexslider li .caption h1::after {
            background: #fff;
            content: '';
            height: 1px;
            width: 100%;
            right: -110%;
            position: absolute;
            top: 45px; }
          @media screen and (max-width: 990px) {
            #rotator .flexslider li .caption h1 {
              font-size: 80px;
              line-height: 76px; } }
          @media screen and (max-width: 600px) {
            #rotator .flexslider li .caption h1 {
              font-size: 60px;
              line-height: 55px; } }
          @media screen and (max-width: 400px) {
            #rotator .flexslider li .caption h1 {
              font-size: 40px;
              line-height: 37px; } }
        #rotator .flexslider li .caption h2 {
          color: #fff;
          font-size: 35px;
          font-weight: bold; 

    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1) !important;

        }
          @media screen and (max-width: 990px) {
            #rotator .flexslider li .caption h2 {
              font-size: 25px; } }
          @media screen and (max-width: 600px) {
            #rotator .flexslider li .caption h2 {
              font-size: 20px; } }
          @media screen and (max-width: 400px) {
            #rotator .flexslider li .caption h2 {
              font-size: 18px; } }
      #rotator .flexslider li .mask {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: url(images/mask.png) top left repeat;
        z-index: 3;
        display: none; }
      @media screen and (max-width: 575px) {
        #rotator .flexslider li {
          height: 400px;
          overflow: hidden; } }
      @media screen and (max-width: 600px) {
        #rotator .flexslider li img {
          height: 400px;
          width: auto !important; } }

.explore {
  color: #fff;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 18px;
  background: url(images/btn_right.svg) top right no-repeat;
  padding: 9px 51px 13px 0;
  text-transform: uppercase;
  -moz-transition: padding-right 0.5s 0s;
  -o-transition: padding-right 0.5s 0s;
  -webkit-transition: padding-right 0.5s 0s;
  transition: padding-right 0.5s 0s; }
  .explore:hover {
    text-decoration: none;
    color: #fff;
    padding-right: 58px; }

#leftheader {
  background: #252525;
  width: 210px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  display: block; }
  @media screen and (max-width: 768px) {
    #leftheader {
      display: none; } }
  #leftheader .logo {
    width: 90%;
    margin: 25% 0 10% 3%;
    float: left;
    clear: both;
    box-sizing: border-box;
    text-align: center; }
    #leftheader .logo img {
      width: 80%; }
  #leftheader .leftNav {
    float: left;
    width: 100%;
    clear: both;
    position: absolute;
    top: 40%; }
    #leftheader .leftNav ul {
      padding-left: 0;
      margin-left: 0; }
      #leftheader .leftNav ul li {
        list-style: none;
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0;
        margin-left: 0; }
        #leftheader .leftNav ul li a {
          color: #fff;
          font-size: 16px;
          text-decoration: none;
          float: left;
          width: 100%;
          padding: 8px 10%;
          position: relative; }
          #leftheader .leftNav ul li a:hover {
            background: #FFBA00;
            color: #333; }
        #leftheader .leftNav ul li.current-menu-item a::before {
          left: 0;
          width: 4px solid #FFBA00;
          height: 23px;
          position: absolute;
          content: ''; }
  #leftheader .social ul {
    padding-left: 0;
    position: absolute;
    bottom: 30px;
    left: 5%; }
    #leftheader .social ul li {
      display: inline-block;
      list-style: none;
      margin-left: 17px; }
      #leftheader .social ul li a {
        color: #fff;
        text-decoration: none;
        background: #2d2d2d;
        font-size: 0;
        padding: 8px 0 0 0;
        width: 30px;
        height: 30px;
        float: left;
        text-align: center;
        -webkit-border-radius: 120px;
        -moz-border-radius: 120px;
        -ms-border-radius: 120px;
        border-radius: 120px;
        -moz-transition: background-color 0.5s 0s;
        -o-transition: background-color 0.5s 0s;
        -webkit-transition: background-color 0.5s 0s;
        transition: background-color 0.5s 0s; }
        #leftheader .social ul li a i {
          font-size: 15px; }
        #leftheader .social ul li a:hover {
          background: #FFBA00;
          color: #222; }

#cta {
  float: left;
  width: 100%;
  padding: 0px 5% 40px 250px;
  clear: both;
  margin-top: -55px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    #cta {
      padding-left: 5%;
      margin-top: -25px; } }
  #cta .ctaRow {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 0px; }
    @media screen and (max-width: 1150px) {
      #cta .ctaRow {
        margin-bottom: 30px; } }
    #cta .ctaRow .ctaItem {
      float: left;
      width: 30%;
      margin-right: 3%;
      text-decoration: none;
      color: #fff;
      height: 200px;
      position: relative;
      font-size: 18px; }
      @media screen and (max-width: 1150px) {
        #cta .ctaRow .ctaItem {
          width: 48%;
          margin-right: 2%; } }
      @media screen and (max-width: 575px) {
        #cta .ctaRow .ctaItem {
          width: 100%;
          margin-right: 0; } }
      #cta .ctaRow .ctaItem.second {
        margin-top: 40px; }
        @media screen and (max-width: 1150px) {
          #cta .ctaRow .ctaItem.second {
            margin-top: 0; } }
      #cta .ctaRow .ctaItem.last {
        margin-top: -30px; }
        @media screen and (max-width: 575px) {
          #cta .ctaRow .ctaItem.last {
            margin-top: 0; } }
      #cta .ctaRow .ctaItem.grid-item {
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          #cta .ctaRow .ctaItem.grid-item {
            margin-bottom: 20px; } }
      #cta .ctaRow .ctaItem .imageBox {
        float: left;
        width: 100%;
        height: 200px; }
      #cta .ctaRow .ctaItem .mask {
        float: left;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        /*background:rgba(0,0,0,0.4);*/
        background: url(images/mask4.png) bottom left repeat-x;
        z-index: 2;
        background-size: auto 57px; }
      #cta .ctaRow .ctaItem .description {
        position: absolute;
        bottom: 10%;
        left: 0%;
        width: 90%;
        float: left;
        z-index: 3;
        padding-left: 5%; }
        #cta .ctaRow .ctaItem .description::after {
          position: absolute;
          width: 70px;
          left: 0;
          height: 4px;
          background: #FFBA00;
          content: '';
          bottom: -9px; }
      #cta .ctaRow .ctaItem:hover {
        text-decoration: none; }
        #cta .ctaRow .ctaItem:hover img {
          -moz-transition: transform 0.5s, opacity 0.5s 0s;
          -o-transition: transform 0.5s, opacity 0.5s 0s;
          -webkit-transition: transform 0.5s, opacity 0.5s 0s;
          transition: transform 0.5s, opacity 0.5s 0s;
          opacity: 0.9;
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  #cta .redBox {
    float: left;
    width: 63%;
    background: #1E1E1E;
    color: #fff; }
    @media screen and (max-width: 1150px) {
      #cta .redBox {
        width: 100%;
        margin-top: 30px; } }
    #cta .redBox .boxLeft {
      float: left;
      width: 60%;
      padding: 40px 0 5% 5%;
      /*height:369px;*/ }
      @media screen and (max-width: 575px) {
        #cta .redBox .boxLeft {
          height: auto;
          padding: 40px 5% 5% 5%;
          width: 100%; } }
      #cta .redBox .boxLeft .explore {
        margin-top: 20px;
        float: left;
        clear: both; }
      #cta .redBox .boxLeft h2 {
        margin-bottom: 20px; }
    #cta .redBox img {
      float: right;
      width: 40%;
      margin: -45px -25px 0 0; }
      @media screen and (max-width: 575px) {
        #cta .redBox img {
          width: 70%;
          margin: 20px 0 5% 15%;
          float: left; } }

.smallLogos {
  color: #fff;
  font-size: 10px; }
  .smallLogos span {
    color: #fff;
    display: inline-block;
    margin-left: 5px; }

table {
  border: 1px solid rgba(250, 250, 250, 0.1);
  padding: 5%; }
  table tr:nth-child(even) {
    background: rgba(250, 250, 250, 0.1); }
  table thead {
    font-weight: bold;
    background: #000; }
    @media screen and (max-width: 575px) {
      table thead {
        display: none; } }
  table td {
    padding: 3px 5px; }
    @media screen and (max-width: 575px) {
      table td:nth-child(1) {
        float: left;
        width: 10%;
        background: #000; } }
    @media screen and (max-width: 575px) {
      table td:nth-child(2) {
        float: left;
        width: 90%;
        background: #000; } }
    @media screen and (max-width: 575px) {
      table td:nth-child(3) {
        float: left;
        width: 100%; } }
    @media screen and (max-width: 575px) {
      table td:nth-child(4) {
        float: left;
        width: 100%; } }
  table .label {
    display: none; }
    @media screen and (max-width: 575px) {
      table .label {
        display: inline-block; } }

dl.gallery-item {
  width: 30% !important;
  margin-right: 2%; }

dl.gallery-item img {
  max-width: 100%;
  height: auto; }

.cms-content {
  font-size: 16px;
  clear: both;
  padding: 0% 5% 5% 0;
  float: left;
  width: 100%;
  line-height: 1.5em;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; }
  .cms-content.oneColumn {
    column-count: 1;
    padding-bottom: 0; }
  .cms-content .columnLeft {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px; }
    @media screen and (max-width: 990px) {
      .cms-content .columnLeft {
        width: 100%;
        margin-right: 0; } }
  .cms-content .columnRight {
    float: left;
    width: 48%;
    margin-right: 2%; }
    @media screen and (max-width: 990px) {
      .cms-content .columnRight {
        width: 100%;
        margin-right: 0; } }
  @media screen and (max-width: 575px) {
    .cms-content {
      column-count: 1; } }
  .cms-content h2 {
    font-size: 28px;
    color: #FFBA00;
    margin-top: 0;
    position: relative;
    margin-bottom: 30px; }
    .cms-content h2::after {
      background: #FFBA00;
      bottom: -5px;
      content: '';
      position: absolute;
      width: 50px;
      height: 3px;
      left: 0%; }
  .cms-content h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px; }
  .cms-content h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px; }
  .cms-content p {
    margin-bottom: 10px !important;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em; }
  .cms-content .alignleft {
    float: left;
    max-width: 33%;
    height: auto;
    margin: 0px 30px 30px 0; }
    @media screen and (max-width: 575px) {
      .cms-content .alignleft {
        width: 100%;
        margin: 0px 0; } }
  .cms-content .alignright {
    float: right;
    max-width: 33%;
    height: auto;
    margin: 0px 0px 30px 30px; }
    @media screen and (max-width: 575px) {
      .cms-content .alignright {
        width: 100%;
        margin: 30px 0; } }
  .cms-content a {
    color: #FFBA00;
    text-decoration: underline; }
    .cms-content a:hover {
      color: white;
      text-decoration: underline; }
  .cms-content .aligncenter {
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0; }
  .cms-content ul {
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 15px; }
  .cms-content ol {
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 15px; }




.clearfloat
{
  float: none;
  clear: both;
}

.narrowCol
{
    width: 80%;   
}
@media screen and (max-width: 990px) {
    .narrowCol
    {
      width: 100%;   
    }
}

#contentBox {
  float: left;
  width: 100%;
  padding: 0px 5% 40px 250px;
  clear: both; }
  @media screen and (max-width: 768px) {
    #contentBox {
      padding-left: 5%; } }

#yellowBox {
  float: left;
  width: 100%;
  background: #FFBA00;
  padding: 5% 5% 5% 250px;
  clear: both; }
  @media screen and (max-width: 768px) {
    #yellowBox {
      padding-left: 5%; } }
  #yellowBox .yellowLeft {
    float: left;
    width: 30%;
    margin-right: 2%; }
    @media screen and (max-width: 990px) {
      #yellowBox .yellowLeft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px; } }
    #yellowBox .yellowLeft .explore {
      float: left;
      margin-top: 20px; }
  #yellowBox .yellowRight {
    float: left;
    width: 68%; }
    @media screen and (max-width: 990px) {
      #yellowBox .yellowRight {
        width: 100%; } }
    #yellowBox .yellowRight .feature {
      float: left;
      width: 29%;
      margin-right: 4%;
      margin-top: 5%; }
      @media screen and (max-width: 575px) {
        #yellowBox .yellowRight .feature {
          width: 46%;
          margin-bottom: 5%; } }
      @media screen and (max-width: 575px) {
        #yellowBox .yellowRight .feature:nth-child(3) {
          margin-right: 46%; } }
      @media screen and (max-width: 400px) {
        #yellowBox .yellowRight .feature:nth-child(3) {
          width: 100%;
          margin-right: 0; } }
      @media screen and (max-width: 400px) {
        #yellowBox .yellowRight .feature {
          width: 100%;
          margin-right: 0; } }
      #yellowBox .yellowRight .feature img {
        float: left;
        margin-right: 5%;
        width: 30%; }
      #yellowBox .yellowRight .feature .featureBox {
        float: left;
        width: 65%;
        text-align: center; }
        #yellowBox .yellowRight .feature .featureBox strong {
          font-weight: normal;
          font-size: 38px;
          color: #323232;
          display: block; }
        #yellowBox .yellowRight .feature .featureBox small {
          font-size: 16px;
          color: #323232;
          display: block; }


.videoSection
{
  background-color: #464646;
}

.videoSection .subtitle
{
  /*
  font-style: italic;
  font-weight: bold;
  */
}

.newsSection {
  float: left;
  width: 100%;
  padding: 50px 0 5% 250px;
  clear: both;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    .newsSection {
      padding-left: 5%; } }
  .newsSection h2 {
    font-size: 32px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 50px; }
    .newsSection h2 a  {
      float: right;
      font-size: 12px;
      text-decoration: none;
      color: #fff; }
    .newsSection h2::after {
      background: #FFBA00;
      bottom: -6px;
      content: '';
      position: absolute;
      width: 40px;
      height: 3px;
      left: 0%; }
  .newsSection .newsLeft {
    float: left;
    width: 19%; 
    margin-right: 1%;}
    @media screen and (max-width: 575px) {
      .newsSection .newsLeft {
        width: 100%;
        margin-right: 0%; } }
  .newsSection .newsRight {
    float: left;
    width: 80%; }
    @media screen and (max-width: 575px) {
      .newsSection .newsRight {
        width: 100%; } }
  .newsSection .newsCarousel {
    width: 110%;
    float: left;
    clear: both; }
    @media screen and (max-width: 990px) {
      .newsSection .newsCarousel {
        width: 100%; } }
    .newsSection .newsCarousel div {
      width: 90%; }
      @media screen and (max-width: 990px) {
        .newsSection .newsCarousel div {
          width: 100%; } }
      .newsSection .newsCarousel div a {
        float: left;
        width: 95%;
        text-decoration: none; }
        .newsSection .newsCarousel div a .leftSide {
          float: left;
          width: 50%; }
          @media screen and (max-width: 575px) {
            .newsSection .newsCarousel div a .leftSide {
              width: 100%; } }
          .newsSection .newsCarousel div a .leftSide .imageBox {
            float: left;
            width: 100%;
            height: 330px;
            background: #fff; }
            @media screen and (max-width: 575px) {
              .newsSection .newsCarousel div a .leftSide .imageBox {
                height: 250px; } }
        .newsSection .newsCarousel div a .details {
          float: left;
          width: 50%;
          padding: 10px 3% 0 3%;
          position: relative;
          height: 330px;
          background: #fff; }
          @media screen and (max-width: 575px) {
            .newsSection .newsCarousel div a .details {
              width: 100%;
              height: auto;
              padding-bottom: 5%; } }
          .newsSection .newsCarousel div a .details .date {
            position: absolute;
            top: 0;
            right: 0;
            background: #FFBA00;
            color: #fff;
            text-align: center;
            font-size: 12px;
            padding: 15px 3% 15px 3%; }
            .newsSection .newsCarousel div a .details .date strong {
              font-weight: normal;
              display: block;
              font-size: 15px; }
          .newsSection .newsCarousel div a .details .title {
            float: left;
            width: 90%;
            font-size: 22px;
            margin-bottom: 15px;
            color: #222; }
          .newsSection .newsCarousel div a .details .description {
            float: left;
            width: 100%;
            clear: both;
            padding-left: 0%;
            font-size: 14px;
            color: #222; }
            .newsSection .newsCarousel div a .details .description p {
              color: #222; }
          .newsSection .newsCarousel div a .details .more {
            color: #FFBA00;
            font-size: 12px;
            text-transform: uppercase;
            float: left;
            width: 100%;
            clear: both;
            padding-left: 0%;
            margin-top: 20px; }
  .newsSection .slick-dots {
    text-align: left;
    bottom: -35px; }
    .newsSection .slick-dots li button::before {
      font-size: 12px;
      color: #fff; }
  .newsSection .slick-next {
    right: auto;
    left: -14%;
    width: 42px;
    height: 42px;
    background: url(images/btn_right.svg) top left no-repeat !important;
    float: left;
    bottom: 10%;
    top: auto;
    -moz-transition: opacity 0.5s 0s;
    -o-transition: opacity 0.5s 0s;
    -webkit-transition: opacity 0.5s 0s;
    transition: opacity 0.5s 0s; }
    @media screen and (max-width: 990px) {
      .newsSection .slick-next {
        display: none !important; } }
    .newsSection .slick-next::before {
      display: none; }
    .newsSection .slick-next:hover {
      opacity: 0.8; }
    .newsSection .slick-next.slick-disabled {
      opacity: 0;
      cursor: default; }
      .newsSection .slick-next.slick-disabled:hover {
        opacity: 0; }
  .newsSection .slick-prev {
    left: -19%;
    width: 42px;
    height: 42px;
    background: url(images/btn_left.svg) top left no-repeat !important;
    float: left;
    bottom: 10%;
    top: auto;
    -moz-transition: opacity 0.5s 0s;
    -o-transition: opacity 0.5s 0s;
    -webkit-transition: opacity 0.5s 0s;
    transition: opacity 0.5s 0s; }
    @media screen and (max-width: 990px) {
      .newsSection .slick-prev {
        display: none !important; } }
    .newsSection .slick-prev::before {
      display: none; }
    .newsSection .slick-prev:hover {
      opacity: 0.8; }
    .newsSection .slick-prev.slick-disabled {
      opacity: 0;
      cursor: default; }
      .newsSection .slick-prev.slick-disabled:hover {
        opacity: 0; }

.nice-select,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  color: #222; }

.nice-select .option {
  color: #444; }

.nice-select {
  width: 100% !important;
  margin-bottom: 35px !important; }

footer {
  float: left;
  width: 100%;
  padding: 10% 5% 10% 250px;
  background: #252525;
  color: #fff; }
  @media screen and (max-width: 768px) {
    footer {
      padding-left: 5%; } }
  footer h2 {
    font-size: 32px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 50px; }
    footer h2::after {
      background: #FFBA00;
      bottom: -6px;
      content: '';
      position: absolute;
      width: 40px;
      height: 3px;
      left: 0%; }
  footer .contactForm {
    float: left;
    width: 100%;
    padding: 20px 0; }
    footer .contactForm ul {
      padding-left: 0; }
    footer .contactForm input[type=text] {
      border: none;
      border-bottom: 1px solid #5F5F5F;
      padding: 8px 10px;
      color: #777;
      background: none;
      width: 100%;
      float: left;
      margin-bottom: 8px;
      margin-bottom: 35px !important; }
      footer .contactForm input[type=text]:focus {
        outline: none;
        border-bottom: 1px solid #FFBA00;
        -moz-transition: border-color 0.5s 0s;
        -o-transition: border-color 0.5s 0s;
        -webkit-transition: border-color 0.5s 0s;
        transition: border-color 0.5s 0s; }
    footer .contactForm label {
      display: none !important; }
    footer .contactForm select {
      color: #222 !important; }
    footer .contactForm input[type=email] {
      border: none;
      border-bottom: 1px solid #5F5F5F;
      padding: 8px 10px;
      color: #777;
      background: none;
      width: 100%;
      float: left;
      margin-bottom: 8px;
      margin-bottom: 35px !important; }
      footer .contactForm input[type=email]:focus {
        outline: none;
        border-bottom: 1px solid #FFBA00;
        -moz-transition: border-color 0.5s 0s;
        -o-transition: border-color 0.5s 0s;
        -webkit-transition: border-color 0.5s 0s;
        transition: border-color 0.5s 0s; }
    footer .contactForm textarea {
      border: none;
      border-bottom: 1px solid #5F5F5F;
      padding: 8px 10px;
      color: #777;
      background: none;
      height: 170px !important;
      width: 100%;
      float: left;
      margin-bottom: 8px;
      margin-bottom: 35px !important; }
      footer .contactForm textarea:focus {
        outline: none;
        border-bottom: 1px solid #FFBA00;
        -moz-transition: border-color 0.5s 0s;
        -o-transition: border-color 0.5s 0s;
        -webkit-transition: border-color 0.5s 0s;
        transition: border-color 0.5s 0s; }
    footer .contactForm input[type=submit] {
      border: none;
      border: 1px solid #FFBA00;
      padding: 11px 45px !important;
      color: #fff;
      background: none;
      box-shadow: none;
      background: none;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      padding: 10px 15px;
      float: right; }
      footer .contactForm input[type=submit]:hover {
        background: #FFBA00;
        -moz-transition: background-color 0.5s 0s;
        -o-transition: background-color 0.5s 0s;
        -webkit-transition: background-color 0.5s 0s;
        transition: background-color 0.5s 0s; }

#mainImage {
  float: left;
  width: 100%;
  position: relative;
  max-height: 400px;
  height: auto;
  overflow: hidden;
  background: #fff; }
  #mainImage .imageBox {
    float: left;
    width: 100%;
    height: auto; }
    #mainImage .imageBox img {
      width: 100%; }
  #mainImage .caption {
    position: absolute;
    bottom: 15%;
    left: 250px;
    color: #fff;
    font-size: 70px;
    line-height: 1em;
    z-index: 4; }
    @media screen and (max-width: 768px) {
      #mainImage .caption {
        left: 5%; } }
    #mainImage .caption h1 {
      color: #FFBA00;
      font-size: 60px;
      font-weight: bold;
      position: relative;
      line-height: 57px;
      margin-bottom: -10px; }
      #mainImage .caption h1::before {
        background: #fff;
        content: '';
        height: 1px;
        width: 250px;
        left: -260px;
        position: absolute;
        top: 45px; }
      #mainImage .caption h1::after {
        background: #fff;
        content: '';
        height: 1px;
        width: 100%;
        right: -110%;
        position: absolute;
        top: 45px; }
      @media screen and (max-width: 990px) {
        #mainImage .caption h1 {
          font-size: 56px;
          line-height: 56px; } }
      @media screen and (max-width: 600px) {
        #mainImage .caption h1 {
          font-size: 45px;
          line-height: 45px; } }
      @media screen and (max-width: 400px) {
        #mainImage .caption h1 {
          font-size: 27px;
          line-height: 27px; } }
  #mainImage .mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(images/mask.png) top left repeat;
    z-index: 3;
    display: none; }

#mainContent {
  float: left;
  width: 100%;
  padding: 5% 5% 5% 250px;
  clear: both; }
  @media screen and (max-width: 768px) {
    #mainContent {
      padding-left: 5%; } }

.contentTop {
  background: #444;
  color: #fff;
  float: left;
  width: 100%;
  padding: 20px 5% 20px 250px;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 768px) {
    .contentTop {
      padding-left: 5%; } }
  .contentTop ul {
    padding-left: 0;
    margin-left: 0;
    margin-top: 14px; }
    .contentTop ul li {
      list-style: none;
      display: inline-block;
      margin-right: 8px;
      color: #fff;
      font-size: 12px; }
      .contentTop ul li a {
        color: #FFBA00;
        text-decoration: none;
        font-size: 12px; }
        .contentTop ul li a:hover {
          text-decoration: none;
          color: #fff; }
  .contentTop .date {
    background: #FFBA00;
    padding: 20px 20px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 10;
    margin-top: -100px;
    font-size: 18px;
    float: right; }
    .contentTop .date strong {
      display: block;
      font-size: 22px;
      font-weight: normal; }

#list {
  float: left;
  width: 100%;
  padding: 5% 5% 5% 250px;
  clear: both; }
  @media screen and (max-width: 768px) {
    #list {
      padding-left: 5%; } }
  #list a {
    float: left;
    width: 48%;
    text-decoration: none;
    margin-right: 2%;
    margin-bottom: 20px; }
    @media screen and (max-width: 575px) {
      #list a {
        width: 100%;
        margin-right: 0; } }
    #list a .leftSide {
      float: left;
      width: 50%; }
      @media screen and (max-width: 575px) {
        #list a .leftSide {
          width: 100%; } }
      #list a .leftSide .imageBox {
        float: left;
        width: 100%;
        height: 330px;
        background: #fff; }
        @media screen and (max-width: 575px) {
          #list a .leftSide .imageBox {
            height: 250px; } }
    #list a .details {
      float: left;
      width: 50%;
      padding: 10% 5% 0 5%;
      position: relative;
      height: 330px;
      background: #fff; }
      @media screen and (max-width: 575px) {
        #list a .details {
          width: 100%;
          height: auto;
          padding-bottom: 5%; } }
      #list a .details .date {
        position: absolute;
        top: 0;
        right: 0;
        background: #FFBA00;
        color: #fff;
        text-align: center;
        font-size: 12px;
        padding: 15px 3% 15px 3%; }
        #list a .details .date strong {
          font-weight: normal;
          display: block;
          font-size: 15px; }
      #list a .details .title {
        float: left;
        width: 100%;
        font-size: 22px;
        margin-bottom: 15px;
        color: #222; }
      #list a .details .description {
        float: left;
        width: 100%;
        clear: both;
        padding-left: 0%;
        font-size: 14px;
        color: #222; }
        #list a .details .description p {
          color: #222; }
      #list a .details .more {
        color: #FFBA00;
        font-size: 12px;
        text-transform: uppercase;
        float: left;
        width: 100%;
        clear: both;
        padding-left: 0%;
        margin-top: 20px; }

#contactDetails {
  float: left;
  padding: 40px 5% 5% 250px;
  clear: both;
  background: #FFBA00;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #contactDetails {
      padding-left: 5%; } }
  #contactDetails h2 {
    font-size: 28px;
    color: white;
    margin-top: 22px;
    position: relative;
    margin-bottom: 30px; }
    #contactDetails h2::after {
      background: white;
      bottom: -5px;
      content: '';
      position: absolute;
      width: 50px;
      height: 3px;
      left: 0%; }
  #contactDetails ul {
    padding-left: 0; }
    #contactDetails ul li {
      color: #fff;
      font-size: 18px;
      list-style: none;
      margin-bottom: 15px; }
      #contactDetails ul li i {
        font-size: 22px; }
      #contactDetails ul li a {
        color: #fff;
        text-decoration: none; }
        #contactDetails ul li a:hover {
          color: black;
          text-decoration: none; }
  #contactDetails .contactLeft {
    float: left;
    width: 50%; }
    @media screen and (max-width: 768px) {
      #contactDetails .contactLeft {
        width: 100%;
        margin-bottom: 30px; } }
  #contactDetails .contactRight {
    float: left;
    width: 50%; }
    @media screen and (max-width: 768px) {
      #contactDetails .contactRight {
        width: 100%;
        margin-bottom: 30px; } }

#team {
  float: left;
  padding: 40px 5% 5% 250px;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  #team:before, #team:after {
    content: normal;
    clear: both;
    height: 0;
    display: block; }
  @media screen and (max-width: 768px) {
    #team {
      padding-left: 5%; } }
  #team .teamItem {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
    height: 200px;
    padding: 2% 5%;
    border: 1px solid #555;
    background: #444;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1130px) {
      #team .teamItem {
        display: flex;
        flex-direction: column;
        height: auto; } }
    @media screen and (max-width: 768px) {
      #team .teamItem {
        width: 100%;
        margin-right: 0; } }
    @media screen and (max-width: 450px) {
      #team .teamItem {
        display: flex;
        flex-direction: column;
        height: auto; } }
    #team .teamItem img {
      position: absolute;
      width: 100px;
      /*@include border-radius(120px); */
      right: 5%;
      top: 20%; }
      @media (min-width: 768px) and (max-width: 1130px) {
        #team .teamItem img {
          position: relative;
          order: 3;
          margin-left: 13px;
          margin-bottom: 10px;
          top: inherit; } }
      @media screen and (max-width: 450px) {
        #team .teamItem img {
          position: relative;
          order: 3;
          margin-left: 13px;
          margin-bottom: 10px;
          top: inherit; } }
    #team .teamItem h3 {
      font-size: 22px;
      color: white;
      position: relative;
      margin-bottom: 10px; }
      @media (min-width: 768px) and (max-width: 1130px) {
        #team .teamItem h3 {
          order: 1; } }
      @media screen and (max-width: 450px) {
        #team .teamItem h3 {
          order: 1; } }
      #team .teamItem h3::after {
        background: #FFBA00;
        bottom: -5px;
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        left: 0%; }
    #team .teamItem small {
      font-size: 14px;
      color: #ccc;
      display: block;
      margin-bottom: 15px; }
      @media (min-width: 768px) and (max-width: 1130px) {
        #team .teamItem small {
          order: 2; } }
      @media screen and (max-width: 450px) {
        #team .teamItem small {
          order: 2; } }
    #team .teamItem ul {
      padding-left: 0;
      margin-left: 0; }
      @media (min-width: 768px) and (max-width: 1130px) {
        #team .teamItem ul {
          order: 4; } }
      @media screen and (max-width: 450px) {
        #team .teamItem ul {
          order: 4; } }
      #team .teamItem ul li {
        list-style: none;
        margin-bottom: 10px;
        font-size: 14px; }
        #team .teamItem ul li i {
          font-size: 16px; }
        #team .teamItem ul li a {
          color: #FFBA00; }
          #team .teamItem ul li a:hover {
            color: white; }

#services {
  float: left;
  padding: 40px 5% 5% 250px;
  clear: both;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #services {
      padding-left: 5%; } }
  #services .serviceItem {
    float: left;
    width: 100%;
    background: #444;
    color: #fff; }
    #services .serviceItem .serviceLeft {
      float: left;
      width: 50%; }
      #services .serviceItem .serviceLeft .imageBox {
        float: left;
        width: 100%;
        height: 400px; }
      @media screen and (max-width: 768px) {
        #services .serviceItem .serviceLeft {
          width: 100%; } }
    #services .serviceItem .serviceRight {
      float: left;
      width: 50%;
      height: 400px;
      padding: 0 5%; }
      @media screen and (max-width: 768px) {
        #services .serviceItem .serviceRight {
          height: auto;
          padding: 10% 5%; } }
      #services .serviceItem .serviceRight .serviceTable {
        display: table;
        width: 100%;
        height: 400px; }
        @media screen and (max-width: 768px) {
          #services .serviceItem .serviceRight .serviceTable {
            height: auto; } }
        #services .serviceItem .serviceRight .serviceTable .serviceCell {
          width: 100%;
          height: 400px;
          vertical-align: middle;
          display: table-cell;
          line-height: 1.4em; }
          @media screen and (max-width: 768px) {
            #services .serviceItem .serviceRight .serviceTable .serviceCell {
              height: auto; } }
          #services .serviceItem .serviceRight .serviceTable .serviceCell h2 {
            font-size: 20px;
            color: white;
            position: relative;
            margin-bottom: 10px; }
            #services .serviceItem .serviceRight .serviceTable .serviceCell h2::after {
              background: #FFBA00;
              bottom: -5px;
              content: '';
              position: absolute;
              width: 50px;
              height: 3px;
              left: 0%; }
          #services .serviceItem .serviceRight .serviceTable .serviceCell p {
            color: #fff;
            font-size: 14px;
            line-height: 1.4em; }
          #services .serviceItem .serviceRight .serviceTable .serviceCell .explore {
            float: left;
            margin-top: 20px;
            font-size: 15px;
            padding: 9px 51px 16px 0; }
      @media screen and (max-width: 768px) {
        #services .serviceItem .serviceRight {
          width: 100%; } }
    #services .serviceItem.even {
      background: #FFBA00; }
      #services .serviceItem.even .serviceLeft {
        float: right; }
        @media screen and (max-width: 768px) {
          #services .serviceItem.even .serviceLeft {
            float: left; } }
      #services .serviceItem.even .serviceRight {
        float: right; }
        @media screen and (max-width: 768px) {
          #services .serviceItem.even .serviceRight {
            float: left; } }

.copyright {
  float: left;
  padding: 20px 5% 20px 250px;
  clear: both;
  background: #444;
  color: #ccc;
  width: 100%;
  font-size: 12px; }
  @media screen and (max-width: 768px) {
    .copyright {
      padding-left: 5%; } }
  @media screen and (max-width: 420px) {
    .copyright {
      text-align: center; } }
  .copyright a {
    float: right;
    color: #FFBA00;
    text-decoration: none;
    font-size: 12px; }
    .copyright a:hover {
      text-decoration: none;
      color: white; }
    @media screen and (max-width: 420px) {
      .copyright a {
        width: 100%;
        text-align: center;
        float: none;
        display: block;
        margin-top: 15px; } }

#preloader {
  position: fixed;
  background: #FFBA00;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000; }

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  animation: loader 2s infinite ease; }

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

/*# sourceMappingURL=style.css.map */

/* ############################################ */


/* ################################################# */
/*
  http://www.spedition-matthiessen.de/wp-content/plugins/dk-pricr-responsive-pricing-table/inc/css/rpt_style.css?ver=4.9.8
*/
@media only screen and (max-width: 1150px) {

    /* Grid */
    .rpt_plans .rpt_plan {width:49.5% !important; padding-bottom: 50px;}

    .rpt_plans .rpt_plan:nth-child(2n+1) { clear: left;}
   
    .rpt_4_plans .rpt_plan_2
    {
      margin-left: 0 !important;
    }
}

@media only screen and (max-width: 640px) {

  /* Grid */
  .rpt_plans .rpt_plan {width:96% !important;}
  .rpt_plans .rpt_plan {margin:10px 2% 20px !important;}

}

#mainImage .caption h1
{
  text-shadow: 0px 0px 7px #000000;  
}

