/** General **/
h1, h2, h3, h4, h5 {
  font-family: 'Alfa Slab One', cursive;
  color: #004179; }

h3 {
  margin-bottom: 25px; }

span, p, a, td, th, ul, ul li {
  font-family: Roboto; }

a {
  color: #004179; }
  a:hover {
    text-decoration: none;
    color: #dc0029; }

p {
  font-size: 14px;
  font-stretch: condensed;
  line-height: 1.79;
  color: #052542;
  margin-bottom: 25px; }
  p a {
    text-decoration: underline; }

h1 {
  font-size: 35px;
  letter-spacing: .2px; }

h3 {
  color: #004179; }

h4 {
  font-size: 16px;
  color: #004179; }

th, td {
  padding-right: 30px;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
}

ul li {
  font-size: 14px;
}

thead {
  border-bottom: 1px solid #8d8d8d;
}

th:last-child,
td:last-child {
  padding: 0!important;
  vertical-align: middle;
}

.full-link-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 3;
}

/** Utils **/
p span.red {
  color: #dc0029;
  font-weight: bold; }

span.subscribe-button, a.subscribe-button {
  padding: 16px 20px;
  display: inline-block;
  color: #FFF;
  background-color: #004179;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  span.subscribe-button:hover, a.subscribe-button:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #006199;
    color: #FFF !important; }
  span.subscribe-button.blue, a.subscribe-button.blue {
    background-color: #004179; }
    span.subscribe-button.blue:hover, a.subscribe-button.blue:hover {
      background-color: #006199; }
  span.subscribe-button.red, a.subscribe-button.red {
    background-color: #dc0029; }
    span.subscribe-button.red:hover, a.subscribe-button.red:hover {
      background-color: #ec1039; }

/** Header **/
.logo {
  position: absolute;
  padding: 30px 45px;
  z-index: 10;
  background: #FFF;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.11);
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg); }
  .logo img {
    -webkit-transform: skew(12deg);
            transform: skew(12deg);
    width: 230px; }

.header-container {
  margin-left: 350px; }
  .header-container .pre-navbar {
    width: calc(100% + 100px);
    height: 50px;
    margin-left: -100px;
    padding-left: 130px;
    padding-right: 50px;
    background: #e3e3e3;
    color: #004179; }
    .header-container .pre-navbar .tagline {
      line-height: 50px;
      font-size: 16px;
      font-weight: bold;
      font-style: italic;
      font-stretch: condensed;
      float: left; }
    .header-container .pre-navbar .quick-links {
      line-height: 50px;
      display: inline;
      float: right;
      font-size: 13px; }
      .header-container .pre-navbar .quick-links .link-icon {
        padding: 5px 0; }
        .header-container .pre-navbar .quick-links .link-icon a {
          padding: 0 10px; }
        .header-container .pre-navbar .quick-links .link-icon.bordered {
          border-right: solid #004179 1px; }
  .header-container nav {
    height: 90px;
    width: 100%;
    padding-right: 50px;
    background: #FFF; }
    .header-container nav ul {
      font-size: 16px; }
      .header-container nav ul li.nav-item {
        padding: 0 7px;
        font-size: 16px;
        font-stretch: condensed; }
        .header-container nav ul li.nav-item a.nav-link {
          display: inline;
          line-height: 90px;
          color: #8d8d8d; }
        .header-container nav ul li.nav-item.active a.nav-link {
          font-weight: bold;
          color: #dc0029; }
        .header-container nav ul li.nav-item a.subscribe-button {
          color: #FFF;
          padding-right: 15px;
          padding-left: 15px; }
        .header-container nav ul li.nav-item:hover .dropdown-menu {
          display: block; }
        .header-container nav ul li.nav-item .dropdown-menu {
          min-width: 12rem;
          border-radius: 0;
          font-family: Roboto;
          font-size: 16px;
          line-height: 2.81;
          letter-spacing: normal;
          color: #082845;
          margin-top: 0;
          border-top: 0; }
          .header-container nav ul li.nav-item .dropdown-menu .dropdown-item {
            color: #082845; }
          .header-container nav ul li.nav-item .dropdown-menu .dropdown-item:active {
            background-color: #dc0029;
            color: white ;}
            .header-container nav ul li.nav-item .dropdown-menu .dropdown-item:not(:last-child) {
              border-bottom: solid 1px #e3e3e3; }

.static-banner {
  position: relative;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFF; }
  .static-banner .title-container {
    z-index: 10; }
    .static-banner .title-container .title {
      display: inline-block;
      margin-top: 150px;
      padding: 26px 45px;
      background: #dc0029;
      -webkit-transform: skew(-12deg);
              transform: skew(-12deg); }
      .static-banner .title-container .title h1 {
        color: #FFF;
        margin: 0;
        -webkit-transform: skew(12deg);
                transform: skew(12deg); }
  .static-banner .news-switcher {
    background: #FFF;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    padding: 20px 32px; }
    .static-banner .news-switcher a {
      font-family: Roboto;
      font-size: 14px; }
      .static-banner .news-switcher a:not(:last-child) {
        border-right: solid #8d8d8d 2px;
        padding-right: 10px;
        margin-right: 5px; }
      .static-banner .news-switcher a.active {
        font-weight: bold; }
    .static-banner .news-switcher.return {
      text-decoration: underline;
      font-weight: bold; }

.banner {
  position: relative;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFF;
  overflow: hidden;}
  .banner .title-container {
    z-index: 10; }
    .banner .title-container .title {
      display: inline-block;
      margin-top: 120px;
      padding: 26px 45px;
      background: #dc0029;
      -webkit-transform: skew(-12deg);
              transform: skew(-12deg); }
      .banner .title-container .title h1 {
        color: #FFF;
        margin: 0;
        -webkit-transform: skew(12deg);
                transform: skew(12deg); }
  .sub_title-container {
    z-index: 11;
    margin-top: -15px; }
    .sub_title-container .sub_title {
      display: inline-block;
      background: #004179;
      padding: 18px 40px;
      -webkit-transform: skew(-12deg);
              transform: skew(-12deg); }
      .sub_title-container .sub_title h2 {
        color: #FFF;
        -webkit-transform: skew(12deg);
                transform: skew(12deg);
        font-family: Roboto;
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
        font-stretch: condensed;
        margin: 0; }
  .banner ul li {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    list-style: none; }
  .banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 110px;
    width: 100%;
    z-index: 3;
    text-align: center; }
    .banner .dots li {
      -webkit-transform: skew(-24deg);
              transform: skew(-24deg);
      display: inline-block;
      margin: 0 10px;
      width: 34px;
      height: 6px;
      border: 2px solid #fff;
      background: none;
      cursor: pointer;
      -webkit-transition: background-color .5s, opacity .5s;
      transition: background-color .5s, opacity .5s;
      list-style: none;
      opacity: 0.6; }
      .banner .dots li.active {
        background: #fff;
        opacity: 1; }

.is-icon {
  display: inline-block; }
  .is-icon img {
    height: 100px;
    width: auto;
    display: inline-block; }

/*** Sections **/
section {
  min-height: 100px; }
  section:not(.tray) {
    padding: 62px 0px; }
  section .content-up {
    margin-top: -162px; }
  section.blue {
    background-color: #004179; }
    section.blue p {
      color: #FFF; }
  section.red {
    background-color: #dc0029; }
  section.red p, section.red h1, section.red h2, section.red h3, section.red h4, section.red h5, section.blue p, section.blue h1, section.blue h2, section.blue h3, section.blue h4, section.blue h5 {
    color: #FFF; }

.dark-grey {
  background-color: #ebebeb; }

.grey {
  background-color: #f3f3f3;
  padding-bottom: 100px;
}

section.partly-background {
  position: relative; }
  section.partly-background .plate--container {
    z-index: 10; }
  section.partly-background .partly-background-image {
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover; }

section.partly-background-left {
  position: relative; }
  section.partly-background-left .plate--container {
    z-index: 10; }
  section.partly-background-left .partly-background-image {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover; }

/** Text blocks **/
.text-block {
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  position: relative; }
  .text-block:after {
    content: '';
    position: absolute;
    width: 1100%;
    height: 1100%;
    top: 10px;
    left: -500%;
    -webkit-transform-origin: 46% 0;
            transform-origin: 46% 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 1; }
  .text-block.red p, .text-block.red h3 {
    color: #FFF; }
  .text-block.red:after {
    background-color: #dc0029; }
  .text-block.white:after {
    background-color: #FFF; }
  .text-block .content {
    display: block;
    position: relative;
    z-index: 2; }
    .text-block .content h3 {
      font-size: 22px;
      margin-bottom: 13px; }
    .text-block .content.left {
      text-align: left;
      margin: 40px 35px; }
    .text-block .content.center {
      margin: 40px 95px;
      text-align: center; }
    .text-block .content.right {
      text-align: right; }

section .logo-slider {
  width: 100%; }
  section .logo-slider img {
  height: 150px;
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  opacity: .6;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(100%);
}
  .logos-slider {
    padding-top: 0!important;
    padding-bottom: 40px!important;
  }

.footer > .plate--container > .plate--row > .plate--column {
  border-right: solid 1px rgba(0, 69, 130, 0.2);
  margin-top: -62px;
  margin-bottom: -62px;
  padding-top: 62px;
  padding-bottom: 62px; }

#maps-tray {
  padding: 0;
  height: 500px;
  background-color: #033d71;
  position: relative; }
  #maps-tray .text-block {
    margin-top: -40px; }
    #maps-tray .text-block p {
      margin-top: 30px; }
  #maps-tray #maps-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 500px; }

.location-selection-container {
  margin-top: 30px; }
  .location-selection-container label {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    display: block; }

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%; }
  .select select {
    cursor: pointer;
    width: 100%;
    height: 50px;
    padding: 6px;
    border-radius: 2px;
    background-color: #ebebeb;
    color: #004179;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .select .select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid #004179;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    pointer-events: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

/** Icon text **/
  .icon-text {
    margin-bottom: 10px; }
  .icon-text .icon {
    float: left;}
  .icon-text .icon, .icon-text .text {
    display: inline;}
  .icon-text p {
    margin-left: 60px; }

/** Assortment overview **/
.assortment-overview .text-block {
  height: 260px;
  padding: 21px;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }
  .assortment-overview .text-block .plate--row {
    margin-left: 0;
    margin-right: 0; }
  .assortment-overview .text-block .content {
    position: relative;
    height: 100%; }
  .assortment-overview .text-block .subscribe-button {
    margin-top: 5px;
    position: absolute;
    bottom: 21px;
    z-index: 10;
    left: 50%;
    min-width: 120px;
    transform: translateX(-50%);}
  .assortment-overview .text-block:after {
    top: 5px; }
  .assortment-overview .text-block:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-box-shadow: 8px 12px 23px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 8px 12px 23px 0 rgba(0, 0, 0, 0.05); }
  #section-assortiment {
    padding-bottom: 10px!important;
  }
  .assortment_icon img {
    height: 35px;
    margin-right: 8px;
    width: auto;
  }

/** News blocks **/
.news-block .news-block-item {
    position: relative;
    background: white;}
  .news-block .news-block-item:nth-child(4n) {
     margin-right: 0;
   }
  .news-block .news-block-item .text-block {
    padding: 21px; }
    .news-block .news-block-item .text-block .date-field {
      font-style: italic;
      font-stretch: condensed;
      line-height: 1.79;
      font-family: Roboto;
      font-size: 14px;
      color: #797979; }
    .news-block-item .info_box {
        width: 49.5%;
        display: inline-block;
        position: relative;
        overflow: hidden;
        background-color: #004179;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;}
    .news-block-item .info_box.left {
        float: left;
        margin-right: 1%;}
    .news-block-item .bottom {
      height: 48px;
      width: 100%;
      position: absolute;
      text-align: center;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      bottom: -48px;}
    .news-block-item .bottom a {
      margin-bottom: 0;
      height: 100%;}
    .news-block-item .info_box:hover .bottom {
      bottom: 0;}
    .news-block-item .info_box:hover .bottom a  {
      -webkit-transform: none!important;
      -moz-transform: none!important;
      -ms-transform: none!important;
      -o-transform: none!important;
      transform: none!important;}
    .news-block-item .info_box:hover a.subscribe-button {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      background: inherit;}
  .news-block .news-block-item .read-more-button {
    width: 100%;
    padding: 16px 20px;
    display: block;
    text-align: center;
    background: #FFF;
    color: #dc0029;
    border-top: solid #e3e3e3 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .news-block .news-block-item:hover .read-more-button {
    background: #dc0029;
    color: #FFF;
    border-top: solid #dc0029 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .subscribe-button.website {
    font-style: normal;
    border-radius: 0;
    text-align: center;
    width: 100%;
    background: transparent;}
  .subscribe-button.phone {
    font-style: normal;
    border-radius: 0;
    text-align: center;
    width: 100%;
    background: transparent;}
  .bottom .subscribe-button {
    font-size: 14px;
  }

/** Actions block **/
.actions-block .action-block {
  background: #FFF;
  height: 300px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 40px;
  text-align: center;
  position: relative;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -ms-transition: transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;}
  .actions-block .action-block img {
    height: 90px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin: 20px 0; }
  .actions-block .action-block h4 {
    font-size: 20px; }
  .actions-block .action-block .prices {
    font-size: 14px;
    color: #838383;
    border-top: solid #e3e3e3 1px;
    position: absolute;
    padding: 10px 20px;
    bottom: 10px;
    width: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .full-link-btn:hover ~ .action-block {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }
  .actions-block .plate--column {
    position: relative;
  }

  .single-actions .info_wrapper {
    display: flex;
    padding-top: 62px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;}
  .single-actions .image-container {
    position: relative;
    height: 300px;
    width: 50%;
    z-index: 2;
    display: block;
    float: left;
    margin-right: 2%;
    border-right: solid #e3e3e3 1px;
    padding: 15px;}
  .single-actions .image-container .image-inner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;}
  .single-actions .prices {
    display: block;
    position: relative;
    width: 48%;
    z-index: 2;
    float: left;
    text-align: center;
    align-self: center;}
  .single-actions .prices p {
    font-size: 18px;
    font-weight: bold;
    color: #838383;}
  .single-actions .prices p.old-price:before {
  content: '';
  width: 110px;
  height: 2px;
  background: #dc0029;
  display: block;
  /* text-align: center; */
  margin: 0 auto;
  position: relative;
  top: 14px;
  transform: rotate(8deg);
}

  .product_info {
    z-index: 11;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;}
  .product_info .specificaties ul {
    list-style-type: none;
  }
  .product_info .specificaties ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #dc0029;
    position: relative;
    left: -15px;
    top: -2px;
    vertical-align: middle;
    display: inline-block;
  }




/** Footer contact **/
.footer-contact-block img {
  width: 100%;
  height: auto;
  margin-top: -150px;
  margin-bottom: -61px;
  z-index: 10; }
.footer-contact-block h4 {
  font-family: Roboto;
  font-size: 30px;
  font-weight: normal;
  color: #dc0029; }
.footer-contact-block h3 {
  font-family: 'Alfa Slab One';
  font-size: 30px;
  font-weight: normal;
  color: #004179;
  margin-bottom: 20px; }

/** Link list **/
.link-list {
  padding: 0 60px; }
  .link-list h5 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    color: #dc0029; }
  .link-list a {
    display: block;
    font-family: Roboto;
    font-size: 16px;
    line-height: 2;
    color: #1e3b55; }
    .link-list a:hover {
      color: #dc0029; }

/** Copyright **/
.copyright-footer {
  color: #FFF;
  background-color: #000;
  height: 50px; }
  .copyright-footer span {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 50px; }
  .copyright-footer .icon-link {
    font-size: 25px;
    margin-left: 5px;
    color: #FFF; }
  .copyright-footer a {
    color: #FFF; }

/** News index **/
.news-block-item {
  margin-bottom: 40px; }
  .news-block-item .image-container {
    position: relative;
    height: 170px;}
  .news-block-item .image-container .image-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;}
  .news-block-item .text-block {
    height: 235px;
    margin-top: -50px;}

.pagination-pages {
  width: 100%; }
  .pagination-pages ul {
    list-style-type: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0; }
  .pagination-pages li {
    display: inline-block; }
    .pagination-pages li a {
      font-family: "Alfa Slab One";
      font-size: 16px;
      display: inline-block;
      color: #bababa;
      width: 45px;
      height: 45px;
      line-height: 45px;
      border-radius: 100%;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .pagination-pages li.active a {
      color: #FAFAFA;
      background-color: #004179; }
    .pagination-pages li:not(.active) a:hover {
      color: #FAFAFA;
      background-color: #004179;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .pagination-pages li a.arrow span {
      width: 14px;
      height: 14px;
      margin-right: 5px;
      margin-top: 14px;
      border: solid #d3d3d3;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px; }
    .pagination-pages li a.arrow.right {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .pagination-pages li a.arrow.left {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }

/** News item show **/
.upped-white-content {
  margin-top: -60px;
  z-index: 10;
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  position: relative;
  padding: 30px 50px; }
  .upped-white-content:after {
    content: '';
    position: absolute;
    width: 1100%;
    height: 1100%;
    top: -15px;
    left: -500%;
    -webkit-transform-origin: 46% 0;
            transform-origin: 46% 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 1;
    background-color: #FFF; }
  .upped-white-content section {
    z-index: 10; }

  .upped-white-content section {
    padding: 0!important;
  }

.navigation-button {
  background: #FFF;
  padding: 16px;
  color: #004179;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  font-size: 14px; }
  .navigation-button.to-index {
    width: 250px; }

span.arrow {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: solid #004179;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px; }
  span.arrow.right {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  span.arrow.left {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.share-buttons {
  background: #004179;
  padding: 20px 40px; }
  .share-buttons, .share-buttons a {
    color: #FFF; }
  .share-buttons i {
    margin-left: 5px;
    font-size: 25px; }
  .share-buttons .text {
    float: left;
    font-family: "Alfa Slab One";
    font-size: 18px; }
  .share-buttons .icons {
    float: right; }

.sidebar-block {
  padding: 40px;
  background-color: #dc0029;
  background-size: cover;
  margin-top: 30px;
  text-align: center; }
  .sidebar-block h3 {
    margin-top: 30px;
    color: #FFF; }
  .sidebar-block img {
    width: 180px;
    height: 100px;
    display: inline-block;
    -o-object-fit: contain;
       object-fit: contain; }

.locations-index .text-block {
  height: 200px;
  min-height: 95px; }

.logos + .footer {
  border-top: solid #8d8d8d 1px; }

.location-data {
  margin-top: 30px;
  padding: 30px 40px 10px;
  border: solid 1px #a6b3bd; }
  .location-data h4 {
    font-size: 20px;
    margin-bottom: 1.5rem; }
  .location-data p {
    color: #838383;
    font-size: 16px;
    margin-bottom: 16px; }

.site-button-sidebar{
  transition: all 0.5s ease;
  position: relative;
  width: 150px;
  height: 40px;
  color: #fff;
  background: #104178;
}
.site-button-sidebar:hover{
  text-decoration: none;
  text-decoration: -moz-none;
}

.single-location-map {
  margin-top: 30px;
  width: 100%;
  height: 300px; }

/** Forms **/
form input[type="text"], form textarea {
  width: 100%;
  height: 50px;
  padding: 6px 10px;
  border-radius: 2px;
  background-color: #ebebeb;
  color: #004179;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  border: none; }
form textarea {
  min-height: 100px; }
form input[type="submit"] {
  height: 50px;
  padding: 6px 30px;
  border-radius: 2px;
  background-color: #004179;
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  border: none; }
form .select select {
  border: none;
  padding-left: 10px; }

/** Assortment single head **/
.assortment-single-head {
  z-index: 10;
  width: 100%;
  padding: 15px; }
  .assortment-single-head img {
    display: inline-block;
    width: auto;
    height: 60px;
    vertical-align: baseline;
    margin-right: 20px; }
  .assortment-single-head h4 {
    display: inline-block;
    font-size: 25px;
    vertical-align: text-bottom; }

.location-data.assortment ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none; }
  .location-data.assortment ul li {
    margin-bottom: 20px; }
    .location-data.assortment ul li a {
      color: #838383; }
    .location-data.assortment ul li:before {
      content: "";
      border-color: transparent #004179;
      border-style: solid;
      border-width: 0.35em 0 0.35em 0.45em;
      display: block;
      height: 0;
      width: 0;
      left: -1em;
      top: 1.0em;
      position: relative; }

/** Sidebar utils **/
.sidebar-item {
  margin-top: 30px; }

/** Newspaper single **/
.newspaper-show {
  padding-top: 100px; }

.newspapers .text-block {
  padding: 60px 20px; }
  .newspapers .text-block:after {
    background-color: #fafafa; }
  .newspapers .text-block .content {
    text-align: center; }
    .newspapers .text-block .content .newspaper-thumb img {
      width: 80%;
      height: 150px;
      -o-object-fit: contain;
         object-fit: contain; }
    .newspapers .text-block .content .newspaper-title {
      margin-top: 40px; }
      .newspapers .text-block .content .newspaper-title h4 {
        font-size: 20px;
        font-weight: normal; }

.navbar-toggler {
  border: none;
  padding: 0; }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("/theme/assets/images/menu.png");
    width: 50px;
    height: 40px; }

/** Responsive **/
@media (max-width: 1200px) {
  .header-container nav ul li.nav-item a.nav-link {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;}
  .header-container nav ul li.nav-item:last-child a.nav-link {
    padding-left: 8px;
    padding-right: 8px;}
  .header-container .pre-navbar {
    padding-right: 25px; }
  .header-container nav {
    padding-right: 25px;
    padding-left: 0;}
  .share-buttons .icons {
    float: left;}
  .share-buttons i {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 10px;} }
@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    right: 0;
    background: #FFF;
    top: 88px;
    z-index: 100;
    width: 70%;
    border-top: solid #e3e3e3 2px;
    -webkit-box-shadow: -8px 8px 20px rgba(0, 0, 0, .08);
    -moz-box-shadow: -8px 8px 20px rgba(0, 0, 0, .08);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, .08);}

  .header-container nav ul {
    padding-top: 45px;}
  .header-container nav ul li.nav-item .dropdown-menu {
    padding: 0;
    border: 0;}
  .header-container nav ul li.nav-item .dropdown-menu .dropdown-item {
    width: calc(100% - 20px);}
  .header-container nav ul li.nav-item .dropdown-menu .dropdown-item:visited,
  .header-container nav ul li.nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #004179;}
  .logo {
    top: 40px;
    left: -30px;
    width: 60%;
    padding: 30px 1% 30px 40px;
    z-index: 1000; }
  .logo img {
    max-width: 100%; }

  .header-container {
    margin-left: 0; }
  .header-container .pre-navbar {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .header-container .pre-navbar .tagline {
    display: none; }
  .header-container .pre-navbar .quick-links {
    float: initial; }

  .navbar .navbar-toggler {
    position: absolute;
    right: 20; }
  .navbar ul {
    min-width: initial !important; }
  .navbar ul li.nav-item {
    border-top: solid #e3e3e3 1px; }
  .navbar ul li.nav-item:first-child {
    border-top: 0;}
  .navbar ul li.nav-item a {
    line-height: 75px !important;
    margin-left: 20px; }
  .navbar ul li.nav-item a.subscribe-button {
    padding: 0px 5px;
    line-height: 60px !important;
    display: inline-block !important;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .plate--column.prev,
  .plate--column.next {
    display: inline-block!important;
    width: 25%;}
  .plate--column.center {
    display: inline-block!important;
    width: 50%;}
  .navigation-button.to-index {
    width: 100%;}
  .navigation-button {
    width: 100%;
    text-align: center;}
  .share-buttons {
    text-align: center;}
  .share-buttons span.icons {
    float: initial;
    display: block;
    margin-top: 10px;}
  .share-buttons span.text {
    float: initial;
    display: block;}
}

@media (max-width: 768px) {
  .title-container {
    max-width: 80%;
    margin: auto; }

  .text-block .content.center {
    margin: 30px;
    text-align: center; }

  .title-container h1 {
    font-size: 27px; }

  .banner .dots {
    bottom: 60px; }

  .icon-text {
    text-align: center; }
    .icon-text p {
      margin-top: 20px;
      display: inline-block;
      margin-left: 0;}

  .icon-text .icon, .icon-text .text {
    width: 100%;}

  .news-block .news-block-item {
    margin-bottom: 30px; }

  section.partly-background-left .partly-background-image {
    width: 100%;
    height: 50%; }

  section .logo-slider img {
    height: 150px;
    width: 130px; }

  #maps-tray {
    height: 850px;}
  #maps-tray #maps-container {
    top: 150px;
    width: 100%;
    height: 700px; }

  .footer-contact-block img {
    width: 40%;
    margin-top: 100px;
    margin-bottom: 31px; }

  .link-list {
    padding: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid #8d8d8d 1px; }

  .upped-white-content {
    padding: 30px 0; }

  .share-buttons {
    text-align: center; }
    .share-buttons span.text {
      float: initial;
      display: block; }
    .share-buttons span.icons {
      float: initial;
      display: block;
      margin-top: 10px; }

  section.locations-index {
    padding-top: 50px; }
  .location-center a {
    width: 100% !important; }

  .academie #section-stage .plate--container .plate--row:nth-child(2) .plate--column:nth-child(1) {
    order: 2;
  }
  .academie #section-stage .plate--container .plate--row:nth-child(2) .plate--column:nth-child(2) {
    order: 1;
  }
  .academie #section-stage .plate--container .plate--row .plate--column {
    margin-bottom: 25px;
  }
  .md-4.px-4.pt-4 {
    padding: 15px!important;
  } }

@media (max-width: 600px) {
  .copyright-footer {
    height: 100px;}
  .copyright-footer .float-left,
  .copyright-footer .float-right {
    float: none!important;}
  .plate--column.prev,
  .plate--column.next {
    width: 50%;}
  .plate--column.center {
    width: 100%;
    position: absolute;
    top: 60px;}
  .relative {
    position: relative;
  }
  .mt-5 {
    margin-bottom: 3rem!important;
  }
}

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