/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 17, 2018, 3:49:44 PM
    Author     : Jan Vidic the GOD
*/
*:focus {
  outline: none !important; }

a {
  text-decoration: none !important; }

/*
display: flex;
flex-flow: row wrap;
*/
.rowFlex {
  display: flex;
  flex-flow: row wrap; }

.colFlex {
  flex: 1 auto;
  flex-grow: 0; }

.noPadding {
  padding-left: 0px;
  padding-right: 0px; }

.noPaddingAlways {
  padding-left: 0px;
  padding-right: 0px; }

.noPaddingLeft {
  padding-left: 0px; }

.noPaddingRight {
  padding-right: 0px; }

.noPaddingLeftAlways {
  padding-left: 0px; }

.noPaddingRightAlways {
  padding-right: 0px; }

.halfPaddingRight {
  padding-right: 7.5px; }

.halfPaddingLeft {
  padding-left: 7.5px; }

@media (min-width: 968px) {
  .hideOnDesktop {
    display: none; } }
@media (max-width: 968px) {
  .hideOnMobile {
    display: none !important; }

  .noPadding {
    padding-left: 15px;
    padding-right: 15px; }

  .noPaddingLeft {
    padding-left: 15px; }

  .noPaddingRight {
    padding-right: 15px; }

  .noPaddingAlways {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .noPaddingLeftAlways {
    padding-left: 0px; }

  .noPaddingRightAlways {
    padding-right: 0px; }

  .noPaddingMobile {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .noPaddingMobileLeft {
    padding-left: 0px !important; }

  .noPaddingMobileRight {
    padding-right: 0px; }

  .rowFlex {
    display: inline; }

  .colFlex {
    flex: 0; }

  .mobileCenter {
    text-align: center !important; }

  .mobilePadding {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .mobileMTOP {
    margin-top: 20px; } }
/* FONT-FAMILY */
/* FONT-WEIGHT */
/* COLORS */
/* MISC */
/* RESPONSIVE SIZES */
.simpleButton {
  border: 1px solid #90b7c0;
  border-radius: 50px;
  background-color: transparent;
  padding: 10px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.9px;
  text-align: center;
  color: #90b7c0;
  transition: color .5s, background-color .5s; }
  .simpleButton:hover {
    background-color: #90b7c0;
    color: #ffffff; }
  .simpleButton.bigger {
    font-size: 18px;
    padding: 15px 40px; }
  .simpleButton.grey {
    border: 1px solid #5a5a5a;
    color: #5a5a5a;
    padding-left: 25px;
    padding-right: 25px; }
    .simpleButton.grey:hover {
      background-color: #5a5a5a;
      color: #ffffff; }
  .simpleButton.white {
    border: 2px solid transparent;
    color: #90b7c0;
    background-color: #ffffff;
    padding-left: 45px;
    padding-right: 45px; }
    .simpleButton.white:hover {
      background-color: #90b7c0;
      border-color: #ffffff;
      color: #ffffff; }

.pRight2p5 {
  padding-right: 2.5px; }

.pRight10 {
  padding-right: 10px; }

.pRight20 {
  padding-right: 20px; }

.pRight30 {
  padding-right: 30px; }

.pRight40 {
  padding-right: 40px; }

.pLeft2p5 {
  padding-left: 2.5px; }

.pLeft10 {
  padding-left: 10px; }

.pLeft15 {
  padding-left: 15px !important; }

.pLeft20 {
  padding-left: 20px; }

.pLeft30 {
  padding-left: 30px; }

.pLeft40 {
  padding-left: 40px; }

.pTop0 {
  padding-top: 0px; }

.pTop5 {
  padding-top: 5px; }

.pTop6 {
  padding-top: 6px; }

.pTop7 {
  padding-top: 7px; }

.pTop10 {
  padding-top: 10px; }

.pTop10i {
  padding-top: 10px !important; }

.pTop15 {
  padding-top: 15px; }

.pTop15i {
  padding-top: 15px !important; }

.pTop20 {
  padding-top: 20px; }

.pTop20i {
  padding-top: 20px !important; }

.pTop30 {
  padding-top: 30px; }

.pTop40 {
  padding-top: 40px; }

.pTop45 {
  padding-top: 45px; }

.pTop50 {
  padding-top: 50px; }

.pTop40i {
  padding-top: 30px !important; }

.pBottom5 {
  padding-bottom: 5px; }

.pBottom10 {
  padding-bottom: 10px; }

.pBottom10i {
  padding-bottom: 10px !important; }

.pBottom15 {
  padding-bottom: 15px; }

.pBottom15i {
  padding-bottom: 15px !important; }

.pBottom20 {
  padding-bottom: 20px; }

.pBottom30 {
  padding-bottom: 30px; }

.pBottom25i {
  padding-bottom: 25px !important; }

.pBottom40 {
  padding-bottom: 40px; }

.pBottom40i {
  padding-bottom: 40px !important; }

.pBottom80i {
  padding-bottom: 80px !important; }

.pBottom70 {
  padding-bottom: 70px; }

.mTop7 {
  margin-top: 7px; }

.mTop10 {
  margin-top: 10px; }

.mTop15 {
  margin-top: 15px; }

.mTop18 {
  margin-top: 18px; }

.mTop20 {
  margin-top: 20px; }

.mTop30 {
  margin-top: 30px; }

.mTopMinus60 {
  margin-top: -60px; }

@media (max-width: 968px) {
  .mobileTop15 {
    margin-top: 15px; }

  .mobileTop40 {
    margin-top: 40px !important; }

  .mobileBottom15 {
    margin-bottom: 15px; }

  .mobileBottom30 {
    margin-bottom: 30px; }

  .pLeftMobile15 {
    padding-left: 15px !important; }

  .pTop0Mobile {
    padding-top: 0px; }

  .mobileCenter {
    text-align: center; } }
.mLeft40 {
  margin-left: 40px; }

.mRight15 {
  margin-right: 15px; }

.mRight40 {
  margin-right: 40px; }

.posRel {
  position: relative; }

.posAbs {
  position: absolute; }

.aRight {
  text-align: right; }

.aLeft {
  text-align: left; }

.aCenter {
  text-align: center; }

.minHeight60 {
  min-height: 60px; }

@media (max-width: 968px) {
  .minHeight90 {
    min-height: 90px; } }
.bottom15 {
  bottom: 15px !important; }

.bottom24 {
  bottom: 24px !important; }

.parsley-error {
  border: 1px solid red !important; }

ul.parsley-errors-list {
  list-style-type: none;
  color: red;
  padding: 0px;
  margin: 0px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 27, 2018, 2:30:44 PM
    Author     : Jan Vidic the GOD
*/
.pure-checkbox *,
.pure-radiobutton * {
  box-sizing: border-box; }
.pure-checkbox *:before,
.pure-checkbox *:after,
.pure-radiobutton *:before,
.pure-radiobutton *:after {
  box-sizing: border-box; }
.pure-checkbox input[type="checkbox"],
.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="checkbox"],
.pure-radiobutton input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .pure-checkbox input[type="checkbox"]:focus + label:before, .pure-checkbox input[type="checkbox"]:hover + label:before,
  .pure-checkbox input[type="radio"]:focus + label:before,
  .pure-checkbox input[type="radio"]:hover + label:before,
  .pure-radiobutton input[type="checkbox"]:focus + label:before,
  .pure-radiobutton input[type="checkbox"]:hover + label:before,
  .pure-radiobutton input[type="radio"]:focus + label:before,
  .pure-radiobutton input[type="radio"]:hover + label:before {
    border-color: #90b7c0;
    background-color: #f2f2f2; }
  .pure-checkbox input[type="checkbox"]:active + label:before,
  .pure-checkbox input[type="radio"]:active + label:before,
  .pure-radiobutton input[type="checkbox"]:active + label:before,
  .pure-radiobutton input[type="radio"]:active + label:before {
    transition-duration: 0s; }
  .pure-checkbox input[type="checkbox"] + label,
  .pure-checkbox input[type="radio"] + label,
  .pure-radiobutton input[type="checkbox"] + label,
  .pure-radiobutton input[type="radio"] + label {
    position: relative;
    padding: 5px 5px 5px 2em;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #90b7c0; }
    .pure-checkbox input[type="checkbox"] + label:before,
    .pure-checkbox input[type="radio"] + label:before,
    .pure-radiobutton input[type="checkbox"] + label:before,
    .pure-radiobutton input[type="radio"] + label:before {
      box-sizing: content-box;
      content: '';
      color: #90b7c0;
      position: absolute;
      top: 50%;
      left: 0;
      width: 14px;
      height: 14px;
      margin-top: -9px;
      border: 2px solid #90b7c0;
      text-align: center;
      transition: all 0.4s ease; }
    .pure-checkbox input[type="checkbox"] + label:after,
    .pure-checkbox input[type="radio"] + label:after,
    .pure-radiobutton input[type="checkbox"] + label:after,
    .pure-radiobutton input[type="radio"] + label:after {
      box-sizing: content-box;
      content: '';
      background-color: #90b7c0;
      position: absolute;
      top: 50%;
      left: 4px;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      transform: scale(0);
      transform-origin: 50%;
      transition: transform 200ms ease-out; }
  .pure-checkbox input[type="checkbox"]:disabled + label:before,
  .pure-checkbox input[type="radio"]:disabled + label:before,
  .pure-radiobutton input[type="checkbox"]:disabled + label:before,
  .pure-radiobutton input[type="radio"]:disabled + label:before {
    border-color: #cccccc; }
  .pure-checkbox input[type="checkbox"]:disabled:focus + label:before, .pure-checkbox input[type="checkbox"]:disabled:hover + label:before,
  .pure-checkbox input[type="radio"]:disabled:focus + label:before,
  .pure-checkbox input[type="radio"]:disabled:hover + label:before,
  .pure-radiobutton input[type="checkbox"]:disabled:focus + label:before,
  .pure-radiobutton input[type="checkbox"]:disabled:hover + label:before,
  .pure-radiobutton input[type="radio"]:disabled:focus + label:before,
  .pure-radiobutton input[type="radio"]:disabled:hover + label:before {
    background-color: inherit; }
  .pure-checkbox input[type="checkbox"]:disabled:checked + label:before,
  .pure-checkbox input[type="radio"]:disabled:checked + label:before,
  .pure-radiobutton input[type="checkbox"]:disabled:checked + label:before,
  .pure-radiobutton input[type="radio"]:disabled:checked + label:before {
    background-color: #cccccc; }
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0); }
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out; }
.pure-checkbox input[type="radio"]:checked + label:before,
.pure-radiobutton input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white; }
.pure-checkbox input[type="radio"]:checked + label:after,
.pure-radiobutton input[type="radio"]:checked + label:after {
  transform: scale(1); }
.pure-checkbox input[type="radio"] + label:before, .pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:after {
  border-radius: 50%; }
.pure-checkbox input[type="checkbox"]:checked + label:before,
.pure-radiobutton input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in;
  background: #90b7c0; }
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1); }
.pure-checkbox.pure-checkbox-inline, .pure-checkbox.pure-radiobutton-inline,
.pure-radiobutton.pure-checkbox-inline,
.pure-radiobutton.pure-radiobutton-inline {
  display: inline-block; }
.pure-checkbox.pure-checkbox-inline-modal, .pure-checkbox.pure-radiobutton-inline-modal,
.pure-radiobutton.pure-checkbox-inline-modal,
.pure-radiobutton.pure-radiobutton-inline-modal {
  display: inline-block;
  width: auto;
  float: left; }

.pure-checkbox-toggle input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .pure-checkbox-toggle input[type="checkbox"] + label {
    position: relative;
    padding: 5px 5px 5px 40px;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    display: block; }
    .pure-checkbox-toggle input[type="checkbox"] + label:before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      left: 0;
      content: '';
      color: #90b7c0;
      width: 35px;
      height: 20px;
      border-radius: 50px;
      text-align: center;
      transition: all 0.4s;
      background-color: #d6d6d6; }
    .pure-checkbox-toggle input[type="checkbox"] + label:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      left: 0;
      content: '';
      background-color: #ffffff;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #d6d6d6;
      transition: all 0.2s;
      box-sizing: border-box; }
  .pure-checkbox-toggle input[type="checkbox"]:checked + label:before {
    box-shadow: inset 0 0 0 10px #90b7c0; }
  .pure-checkbox-toggle input[type="checkbox"]:checked + label:after {
    left: 15px;
    border-color: #90b7c0;
    background-color: #ffffff; }
  .pure-checkbox-toggle input[type="checkbox"]:disabled + label {
    cursor: default; }
    .pure-checkbox-toggle input[type="checkbox"]:disabled + label:before {
      box-shadow: inset 0 0 0 10px #e3e3e3; }
    .pure-checkbox-toggle input[type="checkbox"]:disabled + label:after {
      border-color: #e3e3e3; }
  .pure-checkbox-toggle input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: inset 0 0 0 10px #cecece; }
  .pure-checkbox-toggle input[type="checkbox"]:disabled:checked + label:after {
    border-color: #cecece; }
.pure-checkbox-toggle--right input[type="checkbox"] + label {
  padding: 5px 40px 5px 5px; }
  .pure-checkbox-toggle--right input[type="checkbox"] + label:before {
    left: auto;
    right: 0; }
  .pure-checkbox-toggle--right input[type="checkbox"] + label:after {
    left: auto;
    right: 15px; }
.pure-checkbox-toggle--right input[type="checkbox"]:checked + label:after {
  left: auto;
  right: 0; }

/* content:  "\2713 "; */
.pure-radiobutton label:after {
  background-image: url("../images/check-symbol.svg");
  background-size: 18px 18px;
  background-position: right 8px top 5px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px; }
.pure-radiobutton.withLabel {
  padding-right: 10px; }
  .pure-radiobutton.withLabel label {
    padding-left: 45px !important; }

.vertical:before {
  margin-top: -18px !important; }

.vertical:after {
  margin-top: -14px !important; }

.s334 {
  color: red; }

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #90b7c0; } }
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

.modal-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding-top: 5px; }

.modal-header {
  border-bottom: none;
  padding-bottom: 15px; }

.modal-footer {
  border-top: none; }

.inputGroupForm {
  margin-bottom: 10px; }
  .inputGroupForm__caption {
    font-size: 13px;
    font-weight: 600; }
  .inputGroupForm__field input:not(.select2-search__field) {
    width: 100%;
    height: 34px;
    border-radius: 2px;
    background-color: #ffffff;
    padding-left: 20px;
    font-size: 14px;
    transition: border-color .5s;
    -webkit-touch-callout: all !important;
    -webkit-user-select: all !important;
    -khtml-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important; }
  .inputGroupForm__field textarea {
    width: 100%;
    min-height: 80px;
    border-radius: 2px;
    background-color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
    resize: vertical;
    font-size: 14px; }

.mCaption {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #000000; }

/*
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 26, 2018, 2:56:35 PM
    Author     : Jan Vidic the GOD
*/
.header {
  min-height: 80vh;
  background-image: url("../images/header.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -1px; }
  @media (max-width: 1400px) {
    .header {
      transition: height 99999s, min-height 99999s, max-height 99999s; } }
  .header__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .header__content__title {
      font-size: 52px;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 2.3px;
      color: #dba89f; }
      @media (max-width: 968px) {
        .header__content__title {
          font-size: 34px; } }
      .header__content__title h1 {
        font-size: 52px;
        font-family: "Montserrat", sans-serif;
        letter-spacing: 2.3px;
        color: #dba89f; }
        @media (max-width: 968px) {
          .header__content__title h1 {
            font-size: 34px; } }
    .header__content__text {
      font-family: "Playfair Display", serif;
      font-size: 21px;
      font-weight: 700;
      letter-spacing: -0.1px;
      color: #5a5a5a; }

.section__header {
  text-align: center; }
  .section__header__caption {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #737373; }
  .section__header__title {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #5a5a5a; }

.firstSection__element {
  min-height: 135px;
  cursor: pointer;
  transition: opacity .5s; }
  .firstSection__element:hover {
    opacity: .7; }
    .firstSection__element:hover .firstSection__element__more span {
      width: 15%; }
  .firstSection__element__title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 700;
    color: #5a5a5a; }
  .firstSection__element__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    color: #5a5a5a;
    padding-top: 5px; }
  .firstSection__element__more {
    font-size: 14px;
    font-weight: 300;
    color: #5a5a5a;
    text-align: right; }
    .firstSection__element__more span {
      border-top: 2px solid #979797;
      display: inline-block;
      width: 26px;
      position: relative;
      top: -3px;
      margin-right: 15px;
      transition: width .5s; }

.secondSection {
  padding-bottom: 50px; }
  .secondSection__grid__element {
    margin-bottom: 21px;
    position: relative;
    overflow: hidden;
    transition: opacity .5s;
    cursor: pointer; }
    .secondSection__grid__element:hover {
      opacity: .7; }
    @media (max-width: 968px) {
      .secondSection__grid__element {
        padding-left: 0px !important;
        padding-right: 0px !important; }
        .secondSection__grid__element img {
          width: 100%; } }
    .secondSection__grid__element .caption {
      position: absolute;
      right: 17px;
      bottom: 17px;
      text-align: right;
      text-shadow: 0 2px 9px rgba(0, 0, 0, 0.9);
      font-size: 14px;
      letter-spacing: 1px;
      color: #ffffff; }
      .secondSection__grid__element .caption .additional {
        text-shadow: 0 2px 9px rgba(0, 0, 0, 0.9);
        font-family: "Playfair Display", serif;
        font-size: 14px;
        color: #ffffff; }

.thirdSection {
  background-image: url("../images/third-section.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 7vh;
  padding-bottom: 7vh; }
  .thirdSection__caption {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #5a5a5a; }
  .thirdSection__title {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #5a5a5a; }
  .thirdSection__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.69;
    color: #5a5a5a;
    padding-top: 10px; }

.contact {
  padding-top: 80px;
  padding-bottom: 60px; }
  .contact__form {
    margin-top: 40px;
    width: 50%;
    float: left;
    z-index: 20;
    background-color: #90b7c0;
    padding: 35px 43px;
    min-height: 358px; }
    @media (max-width: 968px) {
      .contact__form {
        width: 100%; } }
    .contact__form__caption {
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 1px;
      color: #ffffff;
      text-align: center; }
    .contact__form__title {
      font-family: "Playfair Display", serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 2.3;
      letter-spacing: -0.1px;
      text-align: center;
      color: #ffffff; }
    .contact__form__input__caption {
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.9px;
      color: #ffffff;
      padding-left: 5px; }
    .contact__form__input__field input, .contact__form__input__field textarea {
      min-height: 44px;
      background-color: rgba(255, 255, 255, 0.51);
      padding-left: 10px;
      border: 2px solid transparent;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.9px;
      color: #5a5a5a;
      width: 100%;
      -webkit-appearance: none;
      appearance: none;
      -moz-appearance: none;
      border: 0;
      box-shadow: none;
      resize: none; }
      .contact__form__input__field input.error, .contact__form__input__field textarea.error {
        border: 2px solid #dba89f; }
  .contact__background {
    width: 70%;
    float: right;
    background-image: url("../images/landing_8.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    min-height: 434px;
    right: 45px;
    z-index: -1; }
    @media (max-width: 968px) {
      .contact__background {
        background-size: cover;
        min-height: 234px;
        width: 100%;
        position: relative;
        right: 0; } }

.blogs__menu {
  text-align: center; }
  .blogs__menu ul {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 0px; }
    .blogs__menu ul li {
      display: inline-block;
      float: none;
      margin-left: 40px;
      margin-right: 40px;
      font-size: 14px;
      letter-spacing: 1px;
      color: #5a5a5a;
      border-bottom: 2px solid transparent;
      cursor: pointer;
      transition: border-color .5s; }
      @media (max-width: 968px) {
        .blogs__menu ul li {
          display: block;
          margin-bottom: 15px;
          margin-left: 0px;
          margin-right: 0px;
          border: 2px solid transparent; } }
      .blogs__menu ul li.active, .blogs__menu ul li:hover {
        font-weight: 700;
        border-color: #90b7c0; }
.blogs__cards {
  padding-top: 40px;
  padding-bottom: 50px; }
  @media (max-width: 968px) {
    .blogs__cards {
      z-index: 2; } }
  .blogs__cards__element {
    background-color: #f1f1f1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 0px;
    padding-right: 0px;
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    float: left;
    margin-bottom: 20px;
    transition: opacity .5s; }
    .blogs__cards__element:hover {
      opacity: .85; }
    @media (max-width: 968px) {
      .blogs__cards__element {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        float: left; } }
    .blogs__cards__element__image {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 190px; }
    .blogs__cards__element__body {
      padding-top: 10px;
      padding-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px; }
      @media (max-width: 968px) {
        .blogs__cards__element__body {
          padding-top: 10px;
          padding-bottom: 10px;
          min-height: 120px; } }
      .blogs__cards__element__body .title {
        font-family: "Playfair Display", serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: -0.1px;
        color: #5a5a5a;
        padding-top: 5px;
        display: inline-block;
        width: 100%; }
      .blogs__cards__element__body .date {
        width: 60%;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: -0.1px;
        color: #5a5a5a; }
      .blogs__cards__element__body .icon {
        width: 40%;
        display: inline-block;
        float: right;
        text-align: right; }
.blogs__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.79;
  color: #444555;
  padding-top: 45px;
  padding-bottom: 25px; }
  @media (max-width: 968px) {
    .blogs__body iframe {
      width: 100% !important; } }
  .blogs__body h1 {
    font-size: 20px; }

p {
  margin: 0; }

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }

.form-group label {
  position: relative;
  cursor: pointer; }

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.51);
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px; }

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 13px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.aboveNav {
  background-color: #90b7c0;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media (max-width: 968px) {
    .aboveNav {
      padding-top: 2px;
      padding-bottom: 24px; } }
  .aboveNav div {
    display: inline-block;
    padding-right: 30px;
    float: right;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.1px;
    color: #ffffff; }
    .aboveNav div a {
      font-size: 14px;
      font-weight: 300;
      letter-spacing: -0.1px;
      color: #ffffff;
      transition: opacity .5s; }
      .aboveNav div a:hover {
        opacity: .7; }

.navbar {
  position: absolute;
  top: -2px;
  z-index: 2;
  width: 100%;
  background-color: transparent;
  border: 0; }
  .navbar .navbar-brand {
    padding-left: 40px; }
    @media (max-width: 968px) {
      .navbar .navbar-brand {
        padding-left: 20px; }
        .navbar .navbar-brand img {
          max-width: 150px; } }
    @media (max-width: 1400px) {
      .navbar .navbar-brand img {
        max-width: 100px; } }
  .navbar ul {
    padding-right: 30px;
    padding-top: 15px; }
    .navbar ul li a {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 5px;
      font-size: 14px;
      letter-spacing: 0.9px;
      font-weight: 600;
      color: #737373;
      border-bottom: 2px solid transparent;
      transition: border-color .5s; }
      @media (max-width: 968px) {
        .navbar ul li a {
          text-align: center;
          width: 104%; } }
      @media (max-width: 1400px) {
        .navbar ul li a {
          font-size: 12px;
          padding-left: 15px;
          padding-right: 15px; } }
      .navbar ul li a.active {
        border-color: #dba89f; }
      .navbar ul li a:hover {
        border-color: #dba89f;
        color: #dba89f !important; }
      .navbar ul li a.button {
        color: #ffffff;
        background-color: #dba89f;
        border-radius: 50px;
        padding-top: 7px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 8px;
        transition: background-	color .5s; }
        @media (max-width: 968px) {
          .navbar ul li a.button {
            border-radius: 0px; } }
        .navbar ul li a.button:hover {
          opacity: .5;
          background-color: #ffffff; }
    .navbar ul.white li a {
      color: #ffffff; }
      .navbar ul.white li a.active {
        border-color: #dba89f; }
      .navbar ul.white li a:hover {
        border-color: #dba89f; }

@media (max-width: 968px) {
  .navbar-default .navbar-collapse {
    background-color: rgba(20, 20, 20, 0.9);
    top: -50px;
    position: relative;
    padding-bottom: 31px; } }

@media (max-width: 968px) {
  .navbar-default .navbar-toggle {
    z-index: 20; } }

.menu__toggle {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 2;
  background: transparent;
  border: 0; }
  @media (min-width: 968px) {
    .menu__toggle {
      display: none; } }
  .menu__toggle .bar {
    display: block;
    width: 25px;
    margin-bottom: 4px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 1px;
    transition: all 0.3s ease-in-out; }

.on .one {
  transform: rotate(45deg) translate(5px, 5px); }

.on .two {
  opacity: 0; }

.on .three {
  transform: rotate(-45deg) translate(5px, -5px); }

.footer {
  padding-top: 57px;
  padding-bottom: 57px;
  border-top: 2px solid rgba(151, 151, 151, 0.5); }
  @media (max-width: 968px) {
    .footer {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .footer .text .group {
    display: inline-block;
    position: relative;
    top: 23px;
    padding-left: 15px; }
    .footer .text .group.second {
      padding-left: 15px;
      top: unset; }
  .footer .bLeft {
    border-left: 2px solid rgba(151, 151, 151, 0.5); }
    @media (max-width: 968px) {
      .footer .bLeft {
        border-left: none; } }
  .footer .newsletter__caption {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #5a5a5a; }
  .footer .newsletter__title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.1px;
    color: #5a5a5a; }

.under {
  background-color: #5a5a5a;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff; }

.subpage__header {
  min-height: 40vh;
  background-image: url("../images/header.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -1px; }
  @media (max-width: 1400px) {
    .subpage__header {
      transition: height 99999s, min-height 99999s, max-height 99999s; } }
  .subpage__header.overlay {
    min-height: 50vh; }
    @media (max-width: 968px) {
      .subpage__header.overlay {
        min-height: 70vh; } }
    .subpage__header.overlay:before {
      position: absolute;
      content: " ";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 0;
      background-color: rgba(98, 101, 101, 0.65); }
  .subpage__header__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 968px) {
      .subpage__header__content {
        top: 70%;
        transform: translate(-50%, -70%); } }
    .subpage__header__content__title {
      text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 1px;
      color: #ffffff;
      text-align: center; }
    .subpage__header__content__text {
      font-family: "Playfair Display", serif;
      text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
      font-size: 42px;
      font-weight: 700;
      letter-spacing: -0.2px;
      color: #ffffff;
      text-align: center; }
      @media (max-width: 968px) {
        .subpage__header__content__text {
          font-size: 36px; } }
      .subpage__header__content__text h1 {
        font-family: "Playfair Display", serif;
        text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
        font-size: 42px;
        font-weight: 700;
        letter-spacing: -0.2px;
        color: #ffffff;
        text-align: center; }
        @media (max-width: 968px) {
          .subpage__header__content__text h1 {
            font-size: 36px; } }
  .subpage__header__content2 {
    position: absolute;
    bottom: 7vh;
    left: 50%;
    transform: translateX(-50%); }
    .subpage__header__content2__author {
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 1px;
      color: #ffffff; }
      .subpage__header__content2__author a {
        color: inherit; }
      @media (max-width: 968px) {
        .subpage__header__content2__author {
          font-size: 11px; } }
.subpage__service {
  padding-top: 40px;
  padding-bottom: 25px; }
  .subpage__service.grey {
    background-color: #f1f1f1; }
  .subpage__service__title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 700;
    color: #5a5a5a; }
  .subpage__service__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    color: #5a5a5a; }
    .subpage__service__text h1 {
      font-family: "Playfair Display", serif;
      font-size: 20px;
      font-weight: 700;
      color: #5a5a5a; }
    .subpage__service__text h4 {
      font-size: 16px;
      font-weight: 700;
      color: #90b7c0;
      margin: 0;
      display: inline-block; }
  .subpage__service__blueBox {
    background-color: #90b7c0;
    border-radius: 6px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px; }
    .subpage__service__blueBox .title {
      font-family: "Playfair Display", serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff; }
    .subpage__service__blueBox .text {
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 1px;
      color: #ffffff; }
.subpage__about__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  color: #5a5a5a; }
  .subpage__about__text h4 {
    font-size: 16px;
    font-weight: 700;
    color: #90b7c0;
    margin: 0;
    display: inline-block; }
.subpage__tapping .title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: #5a5a5a; }
.subpage__tapping .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  color: #5a5a5a; }
.subpage__tapping__questions__element {
  background-color: #f1f1f1;
  border-radius: 5px;
  position: relative;
  padding: 10px 25px;
  margin-bottom: 7px;
  transition: opacity .5s;
  cursor: pointer; }
  .subpage__tapping__questions__element:hover {
    opacity: .8; }
  .subpage__tapping__questions__element .title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 700;
    color: #5a5a5a;
    padding-right: 10px; }
  .subpage__tapping__questions__element .text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    color: #5a5a5a;
    padding-right: 0px;
    padding-top: 5px; }
    .subpage__tapping__questions__element .text.hidden {
      display: none; }
  .subpage__tapping__questions__element .arrow {
    position: absolute;
    right: 17px;
    top: 13px;
    transition: .5s; }
    .subpage__tapping__questions__element .arrow.rotated {
      transform: rotate(90deg); }

@media (max-width: 968px) {
  .mFix {
    margin-top: 30vh;
    position: relative; } }

@media (max-width: 968px) {
  .mFix2 {
    position: relative; } }

.modalText1 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300; }

.customCheckbox {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.51);
  border: 0;
  box-shadow: none;
  outline: none; }

.iframeTap iframe {
  width: 100% !important;
  height: 317px !important; }

html, body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  background-color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

/*# sourceMappingURL=core.css.map */

.youtubeVideo{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%;
}
.youtubeVideo iframe{
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 90%;
}

@media (max-width: 500px) {
    .youtubeVideo iframe{
        top: 5%;
        left: 0;
        width: 100%;
        height: 90%;
    }
}