﻿@charset "UTF-8";
/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. Animations
 *  4. Shadows
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for font-family
   ========================================================================== */
/* 2. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*Buttons*/
/*$button-min-width: 50px;*/
/*$button-max-width: 130px;*/
/*$button-min-width-small: $input-select-height;*/ /*same as $button-min-height*/
/*$button-background-color: $blue;*/
/* 3. animations
   ========================================================================== */
/*Buttons*/
/* ==========================================================================
Base figures
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Range slider
 *  2. Snazzy maps
 *  3. Borders
 *  4. Panels
 *  5. Video player
 *  6. Breadcrumb
 *  7. ratelist
 *  8. splash
 *  9. socials
 *  10.pagers
 *  11.banner
 *  12.Nav tabs
 *  13.waiting spinner modal
 *  14.Input/search
 *  15.Search stuff
 *  16.impersonate-button
 *  17.Return to top
 *  18.cookieinfo
 *  19.
 *  20. flexitem
 *  21. Quotes
 *  22. Base-drop-down
 *  23. List to accordion
 *  24.
 */
/* 1. Range slider
   ========================================================================== */
/*Used for the filter*/
.range-slider {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 65px;
  margin-bottom: 25px;
}
.range-slider .act-slider {
  height: 10px;
  border: none;
}
.range-slider .act-slider .noUi-base {
  background-color: #dfe5e7;
}
.range-slider .act-slider .noUi-base .value-tooltip {
  position: absolute;
  margin-top: -40px;
  left: -11px;
}
.range-slider .act-slider .noUi-base .value-tooltip:last-child {
  left: auto;
  right: -11px;
}
.range-slider .act-slider .noUi-base .noUi-connect {
  background-color: #b2d3e1;
  box-shadow: none;
}
.range-slider .act-slider .noUi-base .noUi-handle {
  background-color: transparent;
  width: 30px;
  height: 40px;
  top: -15px;
  left: -13px;
  background-image: url("/base/graphics/Slider Knob.png");
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
.range-slider .act-slider .noUi-base .noUi-handle .value-tooltip {
  margin-left: 0;
  margin-top: -20px;
  position: absolute;
  width: 30px;
  text-align: center;
}
.range-slider .act-slider .noUi-base .noUi-handle::after, .range-slider .act-slider .noUi-base .noUi-handle::before {
  background: none;
}
.range-slider .act-slider .noUi-base .noUi-background {
  background-color: #dfe5e7;
}

/* 2. Snazzy maps
   ========================================================================== */
/* Set a size for our map container, the Google Map will take up 100% of this container */
#map {
  width: auto;
  height: 560px;
}
@media only screen and (max-width: 767px) {
  #map {
    height: 250px;
  }
}

/* 3. Borders
   ========================================================================== */
/*Border*/
.border, .border-filter {
  border-bottom: thin solid #cccccc;
}

.border-filter {
  padding-top: 0;
}

.no-border {
  border: none !important;
}

/* 4. Panels
   ========================================================================== */
.panel-top, .panel-more {
  background-color: #dfe5e7;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: thin solid #cccccc;
}
.panel-top h1, .panel-more h1 {
  margin: 0;
  padding-bottom: 10px;
}
.panel-top p, .panel-more p {
  margin: 0;
}

.panel-top {
  float: left !important;
  margin-bottom: 15px;
  width: 100%;
}

.panel-more {
  background-color: #b2d3e1;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: thin solid #cccccc;
  min-height: 250px;
}
.panel-more h1 {
  margin: 0;
  padding-bottom: 10px;
}
.panel-more p {
  margin: 0;
}

.panel-filter-mobile {
  text-align: center;
  margin-top: 10px;
}
.panel-filter-mobile button {
  background-color: #435649;
  width: 100%;
  height: 30px;
  font-size: 20px;
  color: white;
}

.panel-filter {
  /*width: 25%;*/
}
.panel-filter .border, .panel-filter .border-filter {
  margin-bottom: 15px;
  padding-top: 15px;
}
.panel-filter span {
  font-family: "Titillium Web", sans-serif;
}
.panel-filter .border-filter {
  padding-top: 0;
}
.panel-filter .search-text-input-pale {
  max-width: 240px;
}
.panel-filter ul {
  margin-top: 10px;
  margin-bottom: 0;
}
.panel-filter .button-holder-pale {
  display: inline-block;
  margin-bottom: -8px;
  margin-top: 10px;
}

.panel-small {
  background-color: #dfe5e7;
  padding-top: 10px;
  min-height: 100px;
}
@media only screen and (max-width: 767px) {
  .panel-small {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-small {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .panel-small {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.panel-small input {
  background-image: url("../../graphics/map-pin.png") !important;
  background-repeat: no-repeat;
  background-position: left 10px center !important;
  padding-left: 30px;
}

.panel-list-adresses {
  background-color: #edf2f3;
  height: 460px;
  overflow: auto;
}
.panel-list-adresses ul {
  padding-left: 10px;
}
.panel-list-adresses ul .address-wrapper {
  margin-top: 30px;
  padding-left: 10px;
}
.panel-list-adresses ul .address-wrapper input {
  margin-top: 15px;
  margin-left: -5px;
}

.filter-normal {
  padding: 0;
}
.filter-normal li {
  /*padding-top: 8px;*/
  margin-bottom: 8px;
  padding-top: 1px;
}
.filter-normal li input {
  margin-right: 8px;
  transform: scale(1);
}
.filter-normal li .checkbox-text {
  display: inline;
  margin-top: 1px;
  padding: 0;
  /*position: absolute;*/
}

.filter-2col {
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
}
@media only screen and (min-width: 768px) {
  .filter-2col {
    margin-top: 20px !important;
  }
}

.filter-max-height {
  overflow: auto;
  max-height: 210px;
}

.product-list-top-filter-wrapper .toggle-canvas i {
  font-size: 18px;
}
.product-list-top-filter-wrapper .filter-products-top {
  padding-bottom: 10px;
}
.product-list-top-filter-wrapper .filter-products-top span {
  padding-left: 25px;
}
.product-list-top-filter-wrapper .filter-products-top .filter-item-count {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .product-list-top-filter-wrapper .filter-products-top .filter-item-count {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .product-list-top-filter-wrapper .filter-products-top .filter-item-count {
    width: auto;
    margin-bottom: 0;
  }
}
.product-list-top-filter-wrapper .filter-products-top .filter-item {
  display: inline-block;
  margin-top: 25px;
}
.product-list-top-filter-wrapper .filter-products-top .filter-item .page-show, .product-list-top-filter-wrapper .filter-products-top .filter-item .sortby {
  margin-left: 6px;
  max-width: none;
  width: auto;
  padding-right: 25px;
  min-width: 90px;
  margin-bottom: -12px;
}
.product-list-top-filter-wrapper .filter-products-top .filter-item b {
  color: black;
  font-family: "SignaOT-Light", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .product-list-top-filter-wrapper .filter-products-top .filter-item-text {
    width: 70px;
    line-height: 50px;
  }
  .product-list-top-filter-wrapper .filter-products-top .filter-item-text span {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-list-top-filter-wrapper .filter-products-top .filter-item-text span {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-list-top-filter-wrapper .filter-products-top .filter-item-text span {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-top-filter-wrapper .filter-products-top .filter-item-dd {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-top-filter-wrapper .filter-products-top .filter-item-dd .sortby, .product-list-top-filter-wrapper .filter-products-top .filter-item-dd .page-show {
    min-width: 180px;
  }
}
.product-list-top-filter-wrapper .filter-products-top .filter-item-btn-wrap {
  float: right;
}
@media only screen and (max-width: 767px) {
  .product-list-top-filter-wrapper .filter-products-top .filter-item-btn-wrap {
    float: left;
    margin-left: 80px;
  }
}
.product-list-top-filter-wrapper .filter-products-top .filter-item-btn-wrap button {
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .product-list-top-filter-wrapper .filter-products-top .filter-item-btn-wrap button {
    min-width: 180px;
  }
}
.product-list-top-filter-wrapper .product-list-mobile-action {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .product-list-top-filter-wrapper .product-list-mobile-action {
    display: none;
  }
}
.product-list-top-filter-wrapper .product-list-mobile-action .filter-item, .product-list-top-filter-wrapper .product-list-mobile-action .filter-item-cog {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .product-list-top-filter-wrapper .product-list-mobile-action .filter-item {
    float: left;
  }
}
.product-list-top-filter-wrapper .product-list-mobile-action .filter-item-cog i {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .product-list-top-filter-wrapper .product-list {
    display: block;
  }
}

/* 5. Video player
   ========================================================================== */
.video-wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.video-wrapper .video {
  width: 100%;
}
.video-wrapper .playpause {
  background-image: url("../../graphics/play-btn.png");
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

/* 6. Breadcrumb
   ========================================================================== */
.breadcrumb-base {
  margin-top: 5px;
  padding: 0;
}
.breadcrumb-base li {
  display: inline;
  padding-right: 7px;
}
.breadcrumb-base li a {
  text-decoration: underline;
  color: #333333;
}
.breadcrumb-base li span {
  padding-left: 8px;
}

/* 7. ratelist
   ========================================================================== */
.rate-list-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
}
.rate-list-wrapper .rate-list {
  margin-top: -10px;
  padding: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
.rate-list-wrapper .rate-list li {
  display: inline;
  margin-left: -4px;
}
.rate-list-wrapper .rate-list li img {
  height: auto;
  display: inline-block;
  width: auto;
}
.rate-list-wrapper .rate-list li:first-child {
  margin-left: 0;
}

/* 8. splash
   ========================================================================== */
.splash {
  width: 83px !important;
  height: 83px;
  background-image: url("/base/graphics/Splash.png");
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  z-index: 1;
}
.splash .splash-text {
  margin-left: 0;
  margin-top: 17px;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.286em;
  font-weight: 600;
}

/* 9. socials
   ========================================================================== */
.actions-small {
  color: #b4bebf;
  text-align: center;
}
.actions-small img {
  padding-right: 7px;
}
.actions-small a {
  color: #b4bebf;
}
.actions-small a:hover {
  text-decoration: none;
  color: #b4bebf;
}
.actions-small .socials-padding {
  padding-left: 17px;
}
@media only screen and (max-width: 767px) {
  .actions-small .socials-padding {
    padding-left: 0;
  }
}
.actions-small span {
  padding-right: 7px;
}
.actions-small span img {
  margin-left: 7px;
}

/* 10. pagers
   ========================================================================== */
.pagination a {
  background-color: transparent !important;
}
.pagination .active a {
  background-color: transparent !important;
  border: thin solid #333333 !important;
}

.pager-wrapper {
  float: right;
}
.pager-wrapper .pager {
  text-align: left;
  margin: 0;
}
.pager-wrapper .pager ul.pagination li.pagination-item {
  /*height: $button-min-height;*/
  transition: all 0.3s ease;
  background-color: transparent;
  border: thin solid #009fe3;
  min-width: 0;
  display: inline;
  float: left;
  margin-left: -1px;
  outline: 0;
  text-align: center;
  width: auto;
  /*min-width: 35px;*/
}
@media only screen and (max-width: 767px) {
  .pager-wrapper .pager ul.pagination li.pagination-item {
    min-width: 0;
  }
}
.pager-wrapper .pager ul.pagination li.pagination-item a {
  padding: 7px 14px;
  border: 0 !important;
  color: #009fe3;
}
@media only screen and (max-width: 767px) {
  .pager-wrapper .pager ul.pagination li.pagination-item a {
    padding: 7px 10px;
  }
}
.pager-wrapper .pager ul.pagination li.pagination-item .pager-left::after {
  font-family: FontAwesome;
  content: "\f053";
}
.pager-wrapper .pager ul.pagination li.pagination-item .pager-right::after {
  font-family: FontAwesome;
  content: "\f054";
}
.pager-wrapper .pager ul.pagination li:hover, .pager-wrapper .pager ul.pagination li:focus {
  box-shadow: 0 1px 1px rgba(159, 159, 159, 0.075) inset, 0 0 8px rgba(159, 159, 159, 0.6);
}
.pager-wrapper .pager ul.pagination li:first-child {
  border: thin solid #009fe3;
  border-right: thin solid #009fe3;
}
.pager-wrapper .pager ul.pagination li:last-child {
  border: thin solid #009fe3;
}
.pager-wrapper .pager ul.pagination .active {
  margin-left: -1px;
  position: relative;
  border: 1px solid #000000;
}
.pager-wrapper .pager ul.pagination .active a {
  color: #000000;
  border: 0 !important;
}

.pager-small {
  position: relative;
}
.pager-small a {
  float: left;
  display: inline-block;
  border: 1px solid #009fe3;
  height: 35px;
  text-decoration: none;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 10px;
  color: #009fe3;
  transition: all 0.3s ease;
}
.pager-small a:hover, .pager-small a:focus {
  box-shadow: 0 1px 1px rgba(159, 159, 159, 0.075) inset, 0 0 8px rgba(159, 159, 159, 0.6);
}
.pager-small .pager-left::after {
  font-family: FontAwesome;
  content: "\f053";
}
.pager-small .pager-right::after {
  font-family: FontAwesome;
  content: "\f054";
}
.pager-small .select-wrapper {
  display: inline-block;
  float: left;
}
.pager-small .select-wrapper select {
  background-color: transparent;
  border: none;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 500;
  background-image: none;
  height: 35px;
  cursor: pointer;
}
.pager-small .select-wrapper select:hover, .pager-small .select-wrapper select:focus {
  box-shadow: none !important;
}

/* 11. Banners
   ========================================================================== */
.banner-wrapper {
  background: #fff;
  border-bottom: thin solid #cccccc;
}
.banner-wrapper .banner-wrap {
  margin-top: 10px;
  /*@include phones {
      border-top: none;
  }*/
}
@media only screen and (min-width: 768px) {
  .banner-wrapper .banner-wrap {
    /*padding-left: 15px;
    padding-right: 15px;*/
  }
}
.banner-wrapper .banner-wrap .border-top-custom {
  border-top: thin solid #cccccc;
}
.banner-wrapper .banner-wrap .banner-no-padding {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper .banner-wrap .banner-no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner-wrapper .banner-wrap-frontpage {
  margin-top: -1px;
  border-top: none;
}
.banner-wrapper .banner-top-campaign {
  background-color: #ff841d;
}
.banner-wrapper .banner-top-campaign .banner-top-campaign-content img {
  margin-bottom: 1px;
}
.banner-wrapper .banner-small {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 199px;
  padding: 30px;
  position: relative;
  border-right: thin solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper .banner-small {
    border-right: none;
  }
}
.banner-wrapper .banner-small .banner-small-content h2 {
  color: #009fe3;
  font-size: 1.429em;
  margin-top: 0;
}
.banner-wrapper .banner-small .banner-small-content .button-center {
  position: absolute;
  bottom: 15px;
  left: 0;
}
.banner-wrapper .banner-small .banner-small-content button {
  max-width: none;
  width: auto;
}
.banner-wrapper .banner-large {
  min-height: 400px;
  background-image: url("../graphics/Test/Banner bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  border-left: thin solid #cccccc;
  border-top: thin solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper .banner-large {
    border-left: none;
  }
}
.banner-wrapper .banner-large .banner-content-left {
  width: 100%;
  /*padding-top: 75px;*/
}
@media only screen and (max-width: 767px) {
  .banner-wrapper .banner-large .banner-content-left {
    margin-left: 5% !important;
    padding-top: 25px !important;
    max-width: 200px !important;
  }
}
.banner-wrapper .banner-large .banner-content-left h2 {
  color: #009fe3;
  font-size: 1.786em;
}
.banner-wrapper .banner-large .banner-content-left button {
  margin-top: 15px;
  max-width: none;
  width: auto;
}
.banner-wrapper .banner-large .splash {
  margin: 0;
}
/* 12. Nav tabs
   ========================================================================== */
.nav.nav-tabs {
  border-bottom: thin solid #cccccc;
}
.nav.nav-tabs li a {
  background-color: #f4f6f3;
  color: #333333;
  border-bottom: thin solid #cccccc;
}
.nav.nav-tabs .active {
  border-bottom: none;
}
.nav.nav-tabs .active a {
  outline: 0;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.tab-content {
  /*min-height: 300px;*/
}
.tab-content .blue-span {
  font-weight: 600 !important;
  color: #0077aa !important;
}
.tab-content .text-link {
  color: #333333 !important;
  text-decoration: underline !important;
}

/*******************Nav tab custom for checkout**********************/
.billing-adress-header {
  display: inline-block;
  margin-top: 50px;
}
.billing-adress-header h2 {
  float: left;
}

.checkout-header span {
  font-size: 0.467em;
}
@media only screen and (max-width: 767px) {
  .checkout-header span {
    display: block;
  }
}

.tab-content-checkout {
  display: inline-block;
  width: 100%;
}
.tab-content-checkout h2 {
  margin-top: 0;
}
.tab-content-checkout span {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}
.tab-content-checkout select {
  border: thin solid #cccccc;
  float: none;
  margin-top: 5px;
  display: inline;
  max-width: none;
}
.tab-content-checkout .radiobutton-wrapper ul {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .tab-content-checkout .radiobutton-wrapper ul li {
    display: inline-block !important;
  }
}

/* 13. waiting spinner modal
   ========================================================================== */
/*Style for waiting spinner modal*/
/*.spinner-wrapper {
    position: fixed;
    z-index: 100000;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    .waiting-spinner:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .waiting-spinner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center; /* Align center inline elements */
/*img {*/
/*@-webkit-keyframes spinnerRotate {
                from {
                    -webkit-transform: rotate(0deg);
                }

                to {
                    -webkit-transform: rotate(360deg);
                }
            }

            @-moz-keyframes spinnerRotate {
                from {
                    -moz-transform: rotate(0deg);
                }

                to {
                    -moz-transform: rotate(360deg);
                }
            }

            @-ms-keyframes spinnerRotate {
                from {
                    -ms-transform: rotate(0deg);
                }

                to {
                    -ms-transform: rotate(360deg);
                }
            }*/
/*-webkit-animation-name: spinnerRotate;
            -o-animation-name: spinnerRotate;
            -webkit-animation-duration: 1s;
            -o-animation-duration: 1s;
            -webkit-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            -o-animation-timing-function: linear;
            -moz-animation-name: spinnerRotate;
            -moz-animation-duration: 1s;
            -moz-animation-iteration-count: infinite;
            -moz-animation-timing-function: linear;
            -ms-animation-name: spinnerRotate;
            animation-name: spinnerRotate;
            -ms-animation-duration: 1s;
            animation-duration: 1s;
            -ms-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -ms-animation-timing-function: linear;
            animation-timing-function: linear;
            vertical-align: middle;
            display: inline-block;
        }
    }*/
/*}*/
/* 14. Input-wrapper
   ========================================================================== */
.input-field-wrapper {
  width: 100%;
}
.input-field-wrapper .input-wrapper .input-field-input {
  padding-left: 10px;
  transition: all 0.3s ease;
  float: left;
  height: 35px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  border: 1px solid #cccccc;
  padding-right: 35px;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input-field-wrapper .input-wrapper input:focus, .input-field-wrapper .input-wrapper input:focus {
  outline: none;
}
.input-field-wrapper button {
  line-height: normal;
  padding: 0;
  width: 35px;
  border: none;
  position: absolute;
  margin-left: -35px;
  display: inline;
}
.input-field-wrapper button:hover, .input-field-wrapper input:hover {
  border: none;
}
.input-field-wrapper button:after {
  font-family: FontAwesome;
  content: "\f002";
}

/* 15. Search stuff
   ========================================================================== */
.search-text-input-dark, .search-text-input-pale, .text-input-pale, select {
  border: thin solid #009fe3;
  float: left;
  height: 35px;
  outline: 0;
  padding-left: 10px;
  max-width: 183px;
  width: 100%;
  transition: all 0.3s ease;
  color: #333333;
}

select {
  border: 1px solid rgba(159, 159, 159, 0.8);
}

/*Focus areas*/
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus, select:focus, .button-holder:focus, .button-link:focus, .btn:focus {
  border-color: rgba(159, 159, 159, 0.8) !important;
  box-shadow: 0 1px 1px rgba(159, 159, 159, 0.075) inset, 0 0 8px rgba(159, 159, 159, 0.6) !important;
  outline: 0 none !important;
}

textarea:hover, input:hover, input[type]:hover, .uneditable-input:hover, select:hover, .button-holder:hover, button:hover, .btn:hover, .button-link:hover {
  border-color: rgba(159, 159, 159, 0.8) !important;
  box-shadow: 0 1px 1px rgba(159, 159, 159, 0.075) inset, 0 0 8px rgba(159, 159, 159, 0.6) !important;
  outline: 0 none !important;
}

.button-link:focus {
  text-decoration: none;
}

/* 16. impersonate-button
   ========================================================================== */
.impersonate-button {
  position: absolute;
  right: 0;
  top: 25px;
  border: 2px solid #000000;
  border-right: 0px;
  cursor: pointer;
  background-color: #FFFFFF;
  z-index: 1051;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 25px;
  border: 2px solid #000000;
  border-right: 0px;
  cursor: pointer;
  background-color: #FFFFFF;
  z-index: 1051;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .impersonate-button {
    top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .impersonate-button {
    top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .impersonate-button {
    top: 25px;
  }
}

.impersonate {
  max-width: 570px;
  width: 100%;
  border: 2px solid #000000;
  position: absolute;
  z-index: 1050;
  top: 25px;
  right: 34px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .impersonate {
    top: 82px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .impersonate {
    top: 82px;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .impersonate {
    top: 25px;
    right: 34px;
  }
}
.impersonate .content {
  background-color: #FFFFFF;
  padding: 20px;
  min-height: 350px;
}
.impersonate .content .form-group .form-control {
  width: 100%;
}
/* 17. Return to top
   ========================================================================== */
#beam-me-up {
  position: fixed;
  bottom: 20px;
  right: 0px;
  background: rgb(0, 119, 170);
  background: rgba(0, 159, 227, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  display: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
#beam-me-up i {
  color: #fff;
  position: relative;
  left: 10px;
  top: -5px;
  font-size: 50px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#beam-me-up:hover {
  background: rgba(0, 119, 170, 0.9);
}
#beam-me-up:hover i {
  color: #fff;
  top: 5px;
}

/* 18. cookieinfo
   ========================================================================== */
.cookieinfo {
  padding: 15px !important;
  margin: 0 auto;
  width: 100% !important;
}
.cookieinfo .cookieinfo-close .btn-cookie {
  float: right;
  display: block;
}

/* 20. flexitem
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .row-flex, .row-flex > div[class*=col-] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex: 1 1 auto;*/
  }
  .row-flex-wrap {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -ms-flex: 0;
    -webkit-flex: 0;
    flex: 0;
  }
  .row-flex > div[class*=col-], .container-flex > div[class*=col-] {
    margin: -0.5px; /* hack adjust for wrapping */
  }
  .container-flex > div[class*=col-] div, .row-flex > div[class*=col-] div {
    width: 100%;
  }
  .flex-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 100%;
    -webkit-flex: 1 100%;
    flex: 1 100%;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .flex-grow {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {*/
/* IE10+ CSS styles go here */
/*@include tablets {
        background-color: red;
    }

    .flex-grow {
        min-height: 250px;
    }
}*/
/* 21. Quotes 
   ========================================================================== */
.slogan {
  margin-top: 70px;
  margin-bottom: 35px;
  text-align: center;
  /*img {
      margin-top: 30px;
      max-width: 100%;
  }*/
}
.slogan .quote-container {
  /*margin-left: 100px;
  margin-right: 100px;
  padding-right: 15px;
  padding-left: 15px;*/
}
@media only screen and (max-width: 991px) {
  .slogan .quote-container {
    margin: 0;
  }
}
.slogan .quote-container blockquote, .slogan .quote-container a {
  display: inline;
  /*font-family: $BentonModDisp-Bold;*/
  /*font-size: 27px; //27px;*/
  color: #000000;
  border-left: 0;
  font-style: normal;
  font-style: italic;
  font-weight: 600;
}
.slogan .quote-container a {
  text-decoration: underline;
}
.slogan .quote-container blockquote:before {
  font-family: FontAwesome;
  content: "“";
}
.slogan .quote-container blockquote:after {
  font-family: FontAwesome;
  content: "”";
}

/* 22. Base-drop-down
   ========================================================================== */
.base-dropdown {
  display: inline-block;
}
.base-dropdown li {
  padding: 5px 0;
}
.base-dropdown button, .base-dropdown button:hover, .base-dropdown button:focus {
  background-color: transparent;
  box-shadow: none !important;
  border-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.base-dropdown button .flag-wrapper span {
  /*font-size: 15px;
  font-weight: normal;
  font-family: $font-OpenSans-Regular;*/
}
.base-dropdown button .flag-wrapper .flag {
  display: inline-block;
  margin-right: 5px;
}
.base-dropdown button .flag-wrapper:hover {
  text-decoration: underline;
}
.base-dropdown .dropdown-menu {
  line-height: 15px;
  left: auto;
  height: auto;
  padding: 15px;
}
.base-dropdown .dropdown-menu .flag-wrapper {
  text-align: left;
}
.base-dropdown .dropdown-menu .flag-wrapper a {
  display: block;
}
.base-dropdown .dropdown-menu .flag-wrapper a .flag {
  margin-right: 5px;
  display: inline-block;
}

/* 23. List to accordion
   ========================================================================== */
.list-to-accordion {
  margin: 0 auto;
}
.list-to-accordion .accordion-item-wrapper {
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .list-to-accordion .accordion-item-wrapper {
    width: calc(25% - 3px);
    display: inline-table;
  }
}
@media only screen and (max-width: 991px) {
  .list-to-accordion .accordion-item-wrapper .accordion-toggle {
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 991px) {
  .list-to-accordion .accordion-item-wrapper .accordion-toggle.active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 991px) {
  .list-to-accordion .accordion-item-wrapper .accordion-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 991px) {
  .list-to-accordion .accordion-item-wrapper .accordion-toggle.active:before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .list-to-accordion .accordion-item-wrapper .accordion-content {
    display: none;
    /*margin-top: 15px;*/
  }
}
@media only screen and (max-width: 991px) {
  .list-to-accordion .accordion-item-wrapper .active {
    /*color: #ff0000;*/
    border-color: transparent;
  }
}
@media only screen and (max-width: 991px) {
  .list-to-accordion .accordion-item-wrapper:last-child .accordion-content {
    border-bottom: 1px solid #cccccc;
  }
}

.filter-btn {
  background-color: white;
  border-bottom: 1px solid black;
  font-weight: 600;
}

.filter-btn:hover {
  background-color: unset !important;
  color: unset !important;
  border-color: unset !important;
  box-shadow: unset !important;
}
