﻿/* ==========================================================================
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 Glamping
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Grid-isotope
 *  2. country-switch
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Grid-isotope
   =============================================================================== */
.grid {
  background: #fff;
  /*max-width: 1200px;*/
  padding: 10px 0;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-item {
  float: left;
  background: #fff;
}

.box {
  position: relative;
  width: 25%; /* desired width */
}
@media only screen and (max-width: 767px) {
  .box {
    width: 50%;
  }
}

.box:before {
  content: "";
  display: block;
  padding-top: 100%; /* initial ratio of 1:1*/
}

.content-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*box-shadow: inset 0px 0px 0px 10px $white;*/
  border: 10px solid #fff;
  background-size: cover;
}

/* Other ratios */
.box-height:before {
  padding-top: 200%;
}

.box-width {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .box-width {
    width: 100%;
  }
}

.box-width:before {
  padding-top: 100%;
}

.box-width-low {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .box-width-low {
    width: 100%;
  }
}

.box-width-low:before {
  padding-top: 50%;
}

/* 1. country-switch
   =============================================================================== */
.country-headline a {
  text-decoration: none;
}

.country-link-wrapper-selected {
  text-decoration: underline;
}

.collages {
  min-height: 800px;
}

.collage-description {
  background-color: #fff;
  padding: 0 30px;
}
.collage-description p {
  margin: 0;
}

.description-hidden {
  display: none;
}

.description-selected {
  display: block;
}

.country-dropdown {
  width: 15%;
}
@media only screen and (max-width: 991px) {
  .country-dropdown {
    width: 140px;
  }
}
