/*$visual-grid: true;
$visual-grid-color: red;
$visual-grid-index: front;
$visual-grid-opacity: 0.1;
*/
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  border-radius: 1px;
  border: none;
  color: #1e1e1e;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: rgba(0,0,0,0);
    color: #1e1e1e; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.9; }

    .button_simple {

      border-radius: 1.0px;
      border: 3px solid #323232;
      color: #323232;
      margin-top: 20px;
      font-family:"Montserrat", sans-serif;
      font-weight: 700;

      }
      .button_simple:hover, .button_simple:focus {
        background-color: rgba(50,50,50,1);
        border: 3px solid transparent;
        color: #FFFFFF; 


     }
      .button_simple:disabled {
        cursor: not-allowed;
        opacity: 0.5; 

      }

      .button_simple_light {

          border-radius: 1.0px;
          border: 3px solid #fff;
          color: #fff;
          margin-top: 20px;
          font-size: 3em;
          font-family:"Montserrat", sans-serif;
          font-weight: 700;

          }
          .button_simple_light:hover, .button_simple_light:focus {
            background-color: rgb(60,60,60);
            border: 3px solid transparent;
            color: #FFFFFF; 


         }
          .button_simple_light:disabled {
            cursor: not-allowed;
            opacity: 0.5; 

          }
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; 
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}
.p-italic {

  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.0em; 
  text-align: left;
}

.p-left {
  text-align: left;
}

.p-bold {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;

}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

.click-here {
  color: rgb(130,139,150);
  font-weight: 400;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

section {
  padding: 10em 1em 10em 1em; }
  section aside {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    section aside:last-child {
      margin-right: 0; }
  section article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    section article:last-child {
      margin-right: 0; }
  section h2 {
    font-size: 2em;
    letter-spacing: 0.5em; }
    section h1 {
      font-size: 1.2em;
      letter-spacing: 0.3em;
      text-align: left;
      margin-top: 5%; }

.intro {
  position: relative;
  height: 100%;
  background: url("../img/bg-intro-cu.jpg") no-repeat center center;
  background-size: cover;
  /*@include media($medium-screen-up) {
  	height: 80%;
  	font-size: 5em;
  }*/ }
  .intro h1 {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #ddd;
    font-size: 2em;
    text-align: center; }
  .intro .logo {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .intro .logo img {
      height: 22em;
      display: block;
      margin: 0 auto; }


.left-text-block {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  /*padding: 10em 1em 10em 1em;*/ }
  .left-text-block::after {
    clear: both;
    content: "";
    display: table; }
  .left-text-block div {
    width: 100%;
    text-align: left; }
    @media screen and (min-width: 40em) {
      .left-text-block div {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        margin-left: 17.0596085997%; }
        .left-text-block div:last-child {
          margin-right: 0; } 

          .light-content {
            color: #ffffff;
          }
        }

}


.centered-text-block {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  /*padding: 10em 1em 10em 1em;*/ }
  .centered-text-block::after {
    clear: both;
    content: "";
    display: table; }
  .centered-text-block div {
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .centered-text-block div {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        margin-left: 17.0596085997%; }
        .centered-text-block div:last-child {
          margin-right: 0; } 

          .light-content {
            color: #ffffff;
          }
        }

.two-columns {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1em 3em 1em; }
  .two-columns::after {
    clear: both;
    content: "";
    display: table; }
  .two-columns div {
    width: 100%;
    /*text-align: center;*/ }
    @media screen and (min-width: 40em) {
      .two-columns div {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .two-columns div:last-child {
          margin-right: 0; }
        .two-columns div h2 {
          padding: 3em 0 0 0; } }

.tri {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 1em 10em 1em;
  text-align: left; }
  .tri.close-top {
    padding:0em 1em 3em 1em;
  }
    .tri::after {
      clear: both;
      content: "";
      display: table; }
    .tri div {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .tri div:last-child {
        margin-right: 0; }
      @media screen and (min-width: 40em) {
        .tri div {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          .tri div:last-child {
            margin-right: 0; } }

.six {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .six::after {
    clear: both;
    content: "";
    display: table; }
  .six div {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    background: white; }
    .six div:last-child {
      margin-right: 0; }
    @media screen and (min-width: 40em) {
      .six div {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 14.7019570017%; }
        .six div:last-child {
          margin-right: 0; } }

.dop {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 1em 10em 1em;
  text-align: left; }
  .dop.close-top {
    padding: 1em 1em 0em 1em;
  }
    .dop::after {
      clear: both;
      content: "";
      display: table; }
    .dop div {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .dop div:last-child {
        margin-right: 0; }
      @media screen and (min-width: 40em) {
        .dop div {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          .dop div:last-child {
            margin-right: 0; } }

/*.bg-cover {
    width: 100%;
    height: auto;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/
#bg-intro {
  height: 100%;
  /*background-image: url(../img/bg-header.jpg);*/ }

.bg-2 {
  /*height: 70%;*/
  background-image: url(../img/basque_bg_2_1280.jpg); }

.bg-3 {
  /*height: 70%;*/
  background-image: url(../img/basque_bg_2_1280.jpg); }

.bg-4 {
  /*height: 70%;*/
  background-image: url(../img/basque_bg_2_1280.jpg); }

.bg-att {
  background-attachment: scroll; }
  @media screen and (min-width: 40em) {
    .bg-att {
      background-attachment: scroll;
      /*background-attachment: fixed;*/ } }

.bg-cover {
  width: 100%;
  height: 500px;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  .bg-cover.fullheight {
    height: 100%; }
  .bg-cover.second {
    background: url("../img/bg-30.jpg") no-repeat center center;
    position: relative;
    background-size: cover; }
  .bg-cover.third {
    background: url("../img/basque219.jpg") no-repeat;
    background-size: cover; }
  .bg-cover.fourth {
    background: url("../img/basque_bg_8_219.jpg") no-repeat;
    background-size: cover; }
  .bg-cover.fifth {
    background: url("../img/element219.jpg") no-repeat;
    background-size: cover; }

.background-gray {
  background: #f5f5f5; }

.background-dark {
  background: #323232;
  color: #fff;
}

.background-white {
  background: #fff;
}
.background-blue {
  background: rgb(130,139,150);
}

.cards {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.card {
  -webkit-flex-basis: 15em;
  -moz-flex-basis: 15em;
  flex-basis: 15em;
  -ms-flex-preferred-size: 15em;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px #e6e6e6;
  cursor: pointer;
  margin: 0 1em 1.5em 1em;
  position: relative; }
  .card .card-image {
    overflow: hidden;
    max-height: 150px; }
    .card .card-image img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #DBD199;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      width: 100%; }
  .card .card-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.5em 0.75em; }
  .card .card-copy {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 0.75em 0.75em; }
    .card .card-copy p {
      margin: 0 0 0.75em; }
  .card:focus, .card:hover {
    background-color: white; }
    .card:focus .card-image img, .card:hover .card-image img {
      background: #e2daac; }
    .card:focus .card-header, .card:hover .card-header {
      background-color: white; }
  .card:active {
    background-color: #f7f7f7; }
    .card:active .card-header {
      background-color: #f7f7f7; }

.modal .modal-state {
  display: none; }
.modal .modal-fade-screen {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999; }
  @media screen and (min-width: 53.75em) {
    .modal .modal-fade-screen {
      padding-top: 10em; } }
  .modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    cursor: pointer; }
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer; }
  .modal .modal-close:after, .modal .modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.5em;
    width: 0.15em;
    background: #ddd;
    content: '';
    display: block;
    margin: -3px 0 0 -1px; }
  .modal .modal-close:hover:after, .modal .modal-close:hover:before {
    background: #c4c4c4; }
  .modal .modal-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: #fff;
  border-radius: 3px;
  margin-top: 0;
  margin: auto;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  width: 95%; }
  @media screen and (min-width: 40em) {
    .modal .modal-inner {
      max-height: 70%;
      padding: 3em;
      width: 60%; } }
  @media screen and (min-width: 53.75em) {
    .modal .modal-inner {
      width: 50%; } }
  .modal .modal-inner h1 {
    color: #333;
    margin-bottom: 0 0 0.6em 0;
    text-align: left;
    text-transform: capitalize; }
  .modal .modal-inner p {
    color: #333;
    line-height: 1.5; }
  .modal .modal-inner .modal-intro {
    font-weight: 800; }
  .modal .modal-inner .modal-content {
    color: #333; }
    @media screen and (min-width: 40em) {
      .modal .modal-inner .modal-content {
        -webkit-columns: 2 8em;
        -moz-columns: 2 8em;
        columns: 2 8em; } }
  .modal .modal-inner a.cta {
    color: white;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em; }
    .modal .modal-inner a.cta:last-child {
      padding: 0 2em; }
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible; }
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em; }

.modal-open {
  overflow: hidden; }

/*@include media($medium-screen-up) {


  $parallax-window-height: 30em;
  $parallax-background-height: $parallax-window-height * 2;

  .parallax-window {
    max-height: $parallax-window-height;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .parallax-static-content {
    color: #9A9A8A;
    padding: 18em 0;
    position: relative;
    z-index: 9;
  }

  .parallax-background {
    background: url("../img/basque_bg_2_1280.jpg");
    background-position: top;
    background-size: cover;
    background-color: beige;
    height: $parallax-background-height;
    left: 0;
    position: absolute;
    top: - $parallax-window-height / 3;
    width: 100%;
  }

  // Based on http://codepen.io/skeurentjes/
}*/
.parallax-window {
  height: 40em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  .parallax-window.fullheight {
    height: 100%; }

.parallax-background {
  background: url("../img/basque.jpg") no-repeat;
  background-position: top;
  background-size: cover;
  background-color: beige;
  height: 44em;
  left: 0;
  position: absolute;
  top: -13.3333333333em;
  width: 100%; }
  .parallax-background.fullheight {
    height: 100%; }
  .parallax-background.second {
    background: url("../img/beer.jpg") no-repeat;
    background-size: cover; }
  .parallax-background.third {
    background: url("../img/golv.jpg") no-repeat;
    background-size: cover; }
  .parallax-background.fourth {
    background: url("../img/gubbs.jpg") no-repeat;
    background-size: cover; }
  .parallax-background.fifth {
    background: url("../img/element.jpg") no-repeat;
    background-size: cover; }

/* -------------------------------- 

Primary style

-------------------------------- */
body.overflow-hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden; }

a {
  color: #fff;
  text-decoration: none; }

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 768px;
  margin: 0 auto; }
  .cd-container::after {
    clear: both;
    content: "";
    display: table; }

/* -------------------------------- 

Main components 

-------------------------------- */
html, body {
  height: 100%; }

.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 50px;
  width: 100%;
  z-index: 3;
  /*box-shadow: 0 1px 2px rgba(#000, .3);*/
  /*border-bottom: solid 1px #dedede;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 768px) {
    .cd-header {
      height: 80px;
      background-color: transparent;
      box-shadow: none; } }
  @media only screen and (min-width: 768px) {
    .cd-header {
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .cd-header.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        position: fixed;
        top: -80px;
        background-color: rgba(50, 50, 50, 0.8);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        /*border-bottom: 1px solid #dedede;*/ }
      .cd-header.is-visible {
        /* if the user changes the scrolling direction, we show the header */
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
      .cd-header.menu-is-open {
        /* add a background color to the header when the navigation is open */
        background-color: rgba(255, 255, 255, 0); } }

.cd-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%; }
  .cd-logo img {
    display: block;
    max-width: 100%;
    height: 400px; }

.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3em;
  /* hidden on small devices */
  display: none; }

  .cd-secondary-nav li {
    display: inline-block;
    margin-left: 2.2em; }

  .cd-secondary-nav a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em; }
  @media only screen and (min-width: 768px) {
    .cd-secondary-nav {
      display: block; } }

.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: transparent; }
  .cd-primary-nav-trigger .cd-menu-text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    /* hide the text on small devices */
    display: none;
    font-family: "Montserrat", sans-serif; }
  .cd-primary-nav-trigger .cd-menu-icon {
    /* this span is the central line of the menu icon */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* these are the upper and lower lines in the menu icon */ }
    .cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #fff;
      right: 0;
      -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
      -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
      transition: transform .3s, top .3s, background-color 0s; }
    .cd-primary-nav-trigger .cd-menu-icon::before {
      top: -5px; }
    .cd-primary-nav-trigger .cd-menu-icon::after {
      top: 5px; }
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
      background-color: transparent; }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
        background-color: black; }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
        top: 0;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
        top: 0;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg); }
  @media only screen and (min-width: 768px) {
    .cd-primary-nav-trigger {
      width: 100px;
      padding-left: 0em;
      background-color: transparent;
      height: 30px;
      line-height: 30px;
      right: 1.2em;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .cd-primary-nav-trigger .cd-menu-text {
        display: inline-block; }
      .cd-primary-nav-trigger .cd-menu-icon {
        left: auto;
        right: 1em;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%); } }

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: "Roboto", sans-serif;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cd-primary-nav li {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
    text-transform: capitalize; }
  .cd-primary-nav a {
    display: inline-block;
    padding: .1em 1em;
    border-radius: 0.25em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    color: #000;
    font-size: 42px;
    font-size: 2.625rem; }
    .no-touch .cd-primary-nav a:hover {
      background-color: #e36767; }
  .cd-primary-nav .cd-label {
    color: #06446e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 2.4em 0 .8em; }
  .cd-primary-nav .cd-social {
    display: inline-block;
    margin: 0 .4em; }
    .cd-primary-nav .cd-social a {
      width: 44px;
      height: 44px;
      padding: 0;
      background-image: url("../img/cd-socials.svg");
      background-repeat: no-repeat;
      /* image replacement */
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
  .cd-primary-nav .cd-facebook a {
    background-position: 0 0; }
  .cd-primary-nav .cd-instagram a {
    background-position: -44px 0; }
  .cd-primary-nav .cd-dribbble a {
    background-position: -88px 0; }
  .cd-primary-nav .cd-twitter a {
    background-position: -132px 0; }
  .cd-primary-nav.is-visible {
    /*moved from always*/
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media only screen and (min-width: 768px) {
    .cd-primary-nav {
      padding: 80px 0; } }
  @media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
      font-size: 30px;
      font-size: 1.875rem; }
    .cd-primary-nav .cd-label {
      font-size: 16px;
      font-size: 1rem; } }

.cd-intro {
  position: relative;
  height: 100%;
  background: url("../img/cd-background-img.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .cd-intro h1 {
    position: absolute;
    width: 90%;
    max-width: 1170px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center; }
  @media only screen and (min-width: 768px) {
    .cd-intro h1 {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media only screen and (min-width: 1170px) {
    .cd-intro {
      height: 700px; } }

.cd-main-content {
  position: relative;
  z-index: 1; }
  .cd-main-content p {
    line-height: 1.6;
    margin: 2em 0; }
  @media only screen and (min-width: 1170px) {
    .cd-main-content p {
      font-size: 20px;
      font-size: 1.25rem; } }
