﻿/* ==========================================================================
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
   ========================================================================== */
/*$white: #fff;
$blue-lighter:#80cff1;
$blue-light: #b2d3e1;
$blue: #009fe3;


$blue-light-search: #bfe7f8;
$blue-light-dark-font-menu:#80cff1;
$blue-dark: #0077aa;
$black:#000000;
$black-light: #333333;

$grey: #cccccc;
$grey-light: #dfe5e7;
$grey-main:#edf2f3;
$grey-dark: #999999;
$grey-tabs:#f4f6f3;
$grey-socials:#b4bebf;

$green:#339900;
$orange: #ff841d;*/
/* ==========================================================================
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 carousel
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. #awardsGallery
 *  2. lSPager
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. #awardsGallery
   ========================================================================== */
#awardsGallery li {
  background-image: none;
  /*transition: 1s ease all;*/
  text-align: center;
  position: relative;
}
#awardsGallery li .img-wrapper img {
  opacity: 0.3;
  transition: 0.3s ease all;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}
#awardsGallery .active + li .img-wrapper img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
/* 2. lSPager
   ========================================================================== */
.lSPager li {
  background-image: none !important;
}

.nordisk-banner-wrapper {
  margin-bottom: 60px;
  margin-top: -125px;
}
.nordisk-banner-wrapper .bannerCarousel .banner-img {
  display: flex;
}
.nordisk-banner-wrapper .bannerCarousel .banner-img .banner-logo {
  width: auto;
  height: auto;
  max-width: 500px;
  max-height: 400px;
  margin: auto;
}
.nordisk-banner-wrapper .bannerCarousel .banner-img .text-wrapper {
  text-align: center;
  margin: auto;
}
.nordisk-banner-wrapper .bannerCarousel .banner-img .text-wrapper .head {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .nordisk-banner-wrapper .bannerCarousel .banner-img .text-wrapper .head {
    font-size: 40px;
  }
}
.nordisk-banner-wrapper .bannerCarousel .banner-img .text-wrapper .sub {
  font-size: 20px;
  margin-left: 25%;
  margin-right: 25%;
}
@media only screen and (max-width: 767px) {
  .nordisk-banner-wrapper .bannerCarousel .banner-img .text-wrapper .sub {
    font-size: 15px;
  }
}
.nordisk-banner-wrapper .bannerCarousel .banner-img .text-wrapper .top-banner-btn {
  background-color: #4b5b4c;
}
.nordisk-banner-wrapper .bannerCarousel .banner-img .text-wrapper a:visited {
  color: white;
}
.nordisk-banner-wrapper .bannerCarousel .banner-img .owl-dots {
  /*transition:$transisiton;*/
  position: absolute;
  bottom: 25px;
  margin-top: -4px !important;
}
.nordisk-banner-wrapper .bannerCarousel .banner-img .owl-dots .owl-dot {
  transition: all 0.3s ease;
  margin-right: 4px;
}
.nordisk-banner-wrapper .bannerCarousel .banner-img .owl-dots .owl-dot p {
  transition: none !important;
}
@media only screen and (min-width: 992px) {
  .nordisk-banner-wrapper .bannerCarousel .banner-img .row-eq-height {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .nordisk-banner-wrapper .bannerCarousel .banner-img .item-eq-height {
    align-items: stretch;
    height: 100%;
  }
}
