﻿/* ==========================================================================
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 Footers
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1.
 *  2. 
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. 
   ========================================================================== */
.footer-sub {
  background: #000;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
  /*.footer-logo-wrapper {
      text-align: center;
      margin-bottom: 30px;

      @include desktops {
          display: none;
      }

      img {
      }
  }*/
}
@media only screen and (max-width: 991px) {
  .footer-sub {
    text-align: left;
  }
}
.footer-sub a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.footer-sub a:hover {
  opacity: 1;
}
.footer-sub img {
  width: 32px;
  height: 21px;
  /*@include phones {
      padding-bottom: 15px;
  }*/
}
.footer-sub ul.standard-list {
  margin-bottom: 0;
  font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  .footer-sub ul.standard-list {
    padding-bottom: 15px;
  }
}
.footer-sub ul.standard-list li {
  padding-bottom: 0;
}
.footer-sub .list-to-accordion .accordion-item-wrapper {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .footer-sub .list-to-accordion .accordion-item-wrapper {
    width: 16.66666667%;
  }
}
.footer-sub .list-to-accordion .accordion-item-wrapper h4.accordion-toggle {
  font-family: sans-serif;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  font-size: 1em;
}
.footer-sub .list-to-accordion .accordion-item-wrapper .accordion-toggle.active:after {
  content: "-";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border: none;
}
@media only screen and (min-width: 992px) {
  .footer-sub .list-to-accordion .accordion-item-wrapper .accordion-toggle.active:after {
    display: none;
  }
}
.footer-sub .list-to-accordion .accordion-item-wrapper .accordion-toggle:before {
  content: "+";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border: none;
}
@media only screen and (min-width: 992px) {
  .footer-sub .list-to-accordion .accordion-item-wrapper .accordion-toggle:before {
    display: none;
  }
}
.footer-sub .list-to-accordion .accordion-item-wrapper li {
  padding-bottom: 0px;
}
.footer-sub .social-icons-sub {
  padding: 0px 0;
  text-align: center;
}
.footer-sub .social-icons-sub li {
  display: inline-block;
  padding-right: 15px;
}
.footer-sub .social-icons-sub li a i {
  font-size: 24px;
}
.footer-sub #nordisk-footer-logo {
  text-align: right;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .footer-sub #nordisk-footer-logo {
    text-align: center;
  }
}
.footer-sub #footer-logo {
  margin-top: 20px;
  width: 100px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .footer-sub .footer-copyright-text {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .footer-sub .footer-copyright-text {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .footer-sub .footer-copyright-text {
    text-align: left;
  }
}
.footer-sub span.footer-copyright-text {
  text-align: right;
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer-sub span.footer-copyright-text {
    text-align: center;
  }
}

#my-footer {
  margin-top: 50px;
}
