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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

abbr {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

input, textarea, select {
  border: none;
  font-family: inherit;
}

input[type="submit"] {
  cursor: pointer;
}

textarea {
  resize: none;
  overflow: auto;
}

button, select, option, input {
  outline: 0;
  border: none;
}

button {
  background: none;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="submit"],
input[type="text"],
textarea,
select,
option {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type="submit"], input[type="button"] {
  text-transform: uppercase;
  text-align: center;
  background: gray;
  color: black;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 14px;
}
input[type="submit"]:hover, input[type="button"]:hover {
  background: black;
  color: white;
}

::-webkit-input-placeholder {
  color: black;
}

::-moz-placeholder {
  color: black !important;
}

:-ms-input-placeholder {
  color: black !important;
}

input:-moz-placeholder {
  color: black !important;
}

input::-webkit-input-placeholder {
  line-height: normal !important;
}

.btn {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  min-width: 200px;
  padding: 15px 20px;
}

.btn--bordered {
  border: 2px solid black;
}
.btn--bordered:hover {
  border-color: #a9a9a9;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:link, a:active, a:focus {
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
}

a:focus {
  outline: 0;
}

html, body {
  height: 100%;
}

body {
  background: white;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

a {
  color: black;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #a9a9a9;
}

.hideme {
  display: none;
}

::selection {
  background: #eee;
}

::-moz-selection {
  background: #eee;
}

img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

svg {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
}

iframe {
  border: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1230px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.fallback-ie, .fallback-js {
  display: block;
  width: 100%;
  background: white;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid black;
  text-align: center;
}
.fallback-ie p, .fallback-js p {
  padding: 50px;
}
.fallback-ie a, .fallback-js a {
  color: blue;
}
.fallback-ie a:hover, .fallback-js a:hover {
  text-decoration: underline;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.iframe-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.main-header {
  position: relative;
  padding: 20px 30px 0;
}

.main-logo {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.main-logo img {
  width: 100%;
}

.row {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .row {
    padding: 40px 0;
  }
}

.row--bg {
  padding: 160px 0;
  color: white;
  font-family: 'EB Garamond', serif;
  font-size: 60px;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .row--bg {
    padding: 80px 0;
    font-size: 32px;
  }
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg--cover {
  background-size: cover;
}

.bg--fixed {
  background-attachment: fixed;
}

.page-title, .page-subtitle {
  font-family: 'EB Garamond', serif;
  font-size: 62px;
  line-height: 1;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-title, .page-subtitle {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.page-subtitle {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .page-subtitle {
    font-size: 36px;
  }
}

.block-contact {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-contact {
    margin-top: 10px;
  }
}

.block-text--columned {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .block-text--columned {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

.block-text--bordered {
  position: relative;
  padding-left: 20%;
}
.block-text--bordered:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 17%;
  height: 4px;
  background: black;
}
@media only screen and (max-width: 767px) {
  .block-text--bordered {
    padding-left: 0;
  }
  .block-text--bordered:before {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
}

.block-text--2col, .block-text--1col {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .block-text--2col, .block-text--1col {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.block-text--left {
  padding-left: 0;
}

.block-text--right {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .block-text--right {
    margin-top: 30px;
  }
}

.block-text--2col {
  width: 60%;
}

.block-text--1col {
  width: 40%;
}

.gallery-list {
  position: relative;
  padding: 0 10px;
}

.gallery-list__item {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 20px;
}
.gallery-list__item:hover figcaption {
  opacity: 1;
}
.gallery-list__item figure {
  position: relative;
  display: block;
}
.gallery-list__item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.gallery-list__item .caption {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: black;
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  line-height: 1;
}
.gallery-list__item .caption span {
  font-size: 14px;
  color: #999;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

.gallery-list--3items .gallery-list__item {
  width: 33.33%;
}
@media only screen and (max-width: 1023px) {
  .gallery-list--3items .gallery-list__item {
    width: 100%;
  }
  .gallery-list--3items .gallery-list__item figure {
    width: 100%;
    max-width: 500px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-footer {
  position: relative;
  padding: 30px 0;
  background: #101010;
  color: #8a8a8a;
  font-size: 14px;
}
.main-footer a {
  color: #8a8a8a;
}
.main-footer a:hover {
  color: white;
}

.footer-block-info, .footer-block-social {
  position: relative;
  float: left;
  width: 50%;
}

.footer-block-info span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-block-info {
    width: 100%;
    text-align: center;
  }
}

.footer-block-social {
  text-align: right;
}
.footer-block-social i {
  font-size: 36px;
}
.footer-block-social li {
  display: inline-block;
  margin-right: -4px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .footer-block-social {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

html.touchevents a, html.touchevents button, html.touchevents input {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
