@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, img,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
  outline: 0; }

:focus {
  outline: 0; }

b, strong {
  font-weight: bold;
  font-weight: 600; }

label {
  cursor: pointer; }

header, aside, nav, footer, article, section {
  display: block; }

html {
  overflow: hidden;
  width: 100%;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  line-height: 1.4;
  color: #919191;
  font-family: "Lato", sans-serif;
  -webkit-overflow-scrolling: touch; }

a {
  position: relative;
  -webkit-transition: color 250ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: color 250ms cubic-bezier(0.86, 0, 0.07, 1);
  color: #919191; }
  a:focus, a:hover, a:active {
    opacity: 1;
    color: #000000; }

.site-wrapper {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px; }
  .site-wrapper:before {
    content: "";
    clear: both;
    display: block;
    float: none; }
  .site-wrapper:after {
    content: "";
    clear: both;
    display: block;
    float: none; }
  @media (min-width: 768px) {
    .site-wrapper {
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1025px) {
    .site-wrapper {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1024px) {
    .site-wrapper {
      width: 100% !important; } }

.Logo {
  display: inline-block;
  line-height: 1;
  max-width: 340px;
  vertical-align: top; }
  .Logo img {
    display: inline-block;
    vertical-align: middle; }
  .Logo .Logo__image-1 {
    width: 125px; }
  .Logo .Logo__image-2 {
    display: none; }
  @media (min-width: 480px) and (min-height: 400px) {
    .Logo .Logo__image-1 {
      width: 179px; } }
  @media (min-width: 796px) and (min-height: 500px) {
    .Logo .Logo__image-2 {
      display: inline-block;
      margin-left: 15px; } }

#main-slider {
  opacity: 0;
  overflow: hidden; }

.Slider {
  height: 100%;
  position: relative; }
  @media (min-width: 1025px) {
    .Slider {
      padding: 0 100px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.Slide {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  overflow: hidden; }
  .Slide img {
    display: inline-block !important;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.owl-carousel.full-width .owl-item img {
  width: 100% !important;
  height: auto !important; }

.owl-carousel.full-height .owl-item img {
  width: auto !important;
  height: 100% !important; }

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
  height: 100%;
  overflow: hidden; }

.owl-carousel .owl-item {
  width: 100%;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1); }
  @media (min-width: 1025px) {
    .owl-carousel .owl-item {
      opacity: 0; }
      .owl-carousel .owl-item.active {
        opacity: 1; } }

.owl-carousel .owl-stage-outer {
  z-index: 1000; }

@media (min-width: 1025px) {
  .owl-carousel .owl-stage {
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1) !important;
            transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1) !important; } }

.owl-controls {
  display: none; }
  @media (min-width: 768px) {
    .owl-controls {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1001;
      display: block;
      pointer-events: none; }
      .owl-controls .owl-nav {
        height: 100%; }
      .owl-controls .owl-prev,
      .owl-controls .owl-next {
        position: relative;
        display: block;
        width: 15%;
        height: 100%;
        opacity: 0.25;
        text-indent: -9999px;
        background-size: 21px 40px;
        background-color: transparent;
        background-repeat: no-repeat;
        -webkit-transition: opacity 250ms cubic-bezier(0.86, 0, 0.07, 1);
        transition: opacity 250ms cubic-bezier(0.86, 0, 0.07, 1);
        pointer-events: all; }
        .owl-controls .owl-prev:hover,
        .owl-controls .owl-next:hover {
          opacity: 1; }
      .owl-controls .owl-prev {
        float: left;
        background-image: url("../img/caret_left_white.svg");
        background-position: 50% 50%; }
      .owl-controls .owl-next {
        float: right;
        background-image: url("../img/caret_right_white.svg");
        background-position: 50% 50%; } }
  @media (min-width: 768px) {
    .owl-controls .owl-prev {
      background-position: 40px center; }
    .owl-controls .owl-next {
      background-position: -webkit-calc(100% - 40px) center;
      background-position: calc(100% - 40px) center; } }
  @media (min-width: 1025px) {
    .owl-controls .owl-prev {
      background-image: url("../img/caret_left.svg"); }
    .owl-controls .owl-next {
      background-image: url("../img/caret_right.svg"); } }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes fadeInCustom {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInCustom {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeInCustom {
  -webkit-animation-name: fadeInCustom;
  animation-name: fadeInCustom; }

@-webkit-keyframes fadeOutCustom {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOutCustom {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOutCustom {
  -webkit-animation-name: fadeOutCustom;
  animation-name: fadeOutCustom; }

.Contact-info {
  text-align: center;
  padding: 10px 0; }
  .Contact-info li {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 700; }
  @media screen and (min-width: 615px) and (min-height: 420px) {
    .Contact-info {
      display: inline-block; }
      .Contact-info li {
        display: inline-block;
        margin-top: 0;
        margin-left: 34px; }
        .Contact-info li:before {
          content: "";
          position: absolute;
          top: 50%;
          left: -20px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          display: block;
          width: 5px;
          height: 5px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background-color: #c6c6c6; }
        .Contact-info li:first-child {
          margin-left: 0; }
          .Contact-info li:first-child:before {
            display: none; } }

.Contact-info__email svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden; }
  .Contact-info__email svg path {
    -webkit-transition: fill 250ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: fill 250ms cubic-bezier(0.86, 0, 0.07, 1); }
  .Contact-info__email svg:hover path {
    fill: #000; }
  @media (min-width: 480px) and (min-height: 400px) {
    .Contact-info__email svg {
      width: 40px;
      height: 40px; } }

.Contact-info__copyright {
  display: none; }
  @media screen and (min-width: 615px) and (min-height: 420px) {
    .Contact-info__copyright {
      display: inline-block; } }

.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: opacity 250ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 250ms cubic-bezier(0.86, 0, 0.07, 1);
  pointer-events: none; }

.Overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center; }

.Overlay__text {
  margin-top: 20px;
  font-weight: 700; }
  .Overlay__text strong {
    color: #000; }

#header {
  opacity: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }
  #header .Contact-info {
    display: inline-block;
    padding: 0;
    margin-top: 2px;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: -webkit-calc(50% + 60px);
    left: calc(50% + 60px); }
  #header .Contact-info__email {
    margin-top: 0;
    margin-left: 20px; }
  @media (min-width: 480px) and (min-height: 400px) {
    #header .Contact-info {
      left: -webkit-calc(50% + 100px);
      left: calc(50% + 100px); } }
  @media (min-width: 615px) and (min-height: 400px) {
    #header {
      text-align: left; }
      #header .Contact-info {
        float: right;
        position: initial; } }
  @media (min-width: 1025px) and (min-height: 700px) {
    #header {
      padding-top: 25px;
      padding-bottom: 25px; } }

#footer {
  opacity: 0;
  text-align: right;
  font-weight: 700; }
  #footer .Contact-info__credits {
    margin-top: 0; }
  @media screen and (min-width: 1025px) and (min-height: 420px) {
    #footer {
      padding-top: 5px;
      padding-bottom: 5px; }
      #footer .Contact-info {
        display: inline-block;
        padding-bottom: 10px; } }

/* ----------- iPad mini ----------- */
/* Portrait */
@media only screen and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .Overlay {
    opacity: 1; } }

/* Portrait */
@media only screen and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .Overlay {
    opacity: 1; } }

/*# sourceMappingURL=maps/style.css.map */
