/*
################################################################################################################
##
##   THEME STYLE SHEET
## 
##   --style compressed for compressed output
##
################################################################################################################
*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* cyrillic */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWoe5ixi.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWEe5ixi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWAe5ixi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lW4e5g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Futura Std";
  src: url("hinted-FuturaStd-Book.eot");
  src: local("Futura Std Book"), local("FuturaStd-Book"), url("../fonts/hinted-FuturaStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-FuturaStd-Book.woff2") format("woff2"), url("../fonts/hinted-FuturaStd-Book.woff") format("woff"), url("../fonts/hinted-FuturaStd-Book.ttf") format("truetype"), url("../fonts/hinted-FuturaStd-Book.svg#FuturaStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std";
  src: url("hinted-FuturaStd-Light.eot");
  src: local("Futura Std Light"), local("FuturaStd-Light"), url("../fonts/hinted-FuturaStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-FuturaStd-Light.woff2") format("woff2"), url("../fonts/hinted-FuturaStd-Light.woff") format("woff"), url("../fonts/hinted-FuturaStd-Light.ttf") format("truetype"), url("../fonts/hinted-FuturaStd-Light.svg#FuturaStd-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.45px;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Playfair Display", serif;
  font-size: 13px;
  overflow-x: hidden;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

body {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2 {
  font-family: "Futura Std";
  font-weight: 300;
  font-style: normal;
}

h3 {
  font-family: "Futura Std";
  font-weight: normal;
  font-style: normal;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .wrapper {
    max-width: 1160px;
    padding: 0 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1920px) {
  .wrapper {
    max-width: 1160px;
    padding: 0 30px;
    width: calc(100% - 60px);
  }
}

.page-wrapper {
  margin: 0 auto;
  width: 100%;
  margin-bottom: -60px;
  min-height: 100%;
  background: #fff;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .page-wrapper {
    margin-bottom: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-wrapper {
    margin-bottom: -82px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .page-wrapper {
    margin-bottom: -82px;
  }
}
@media screen and (min-width: 1920px) {
  .page-wrapper {
    margin-bottom: -82px;
  }
}

.clear-footer {
  clear: both;
  min-height: 60px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .clear-footer {
    min-height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .clear-footer {
    min-height: 82px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .clear-footer {
    min-height: 82px;
  }
}
@media screen and (min-width: 1920px) {
  .clear-footer {
    min-height: 82px;
  }
}

.main-footer {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 99;
  clear: both;
  min-height: 60px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .main-footer {
    min-height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .main-footer {
    min-height: 82px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .main-footer {
    height: 82px;
  }
}
@media screen and (min-width: 1920px) {
  .main-footer {
    height: 82px;
  }
}

/*.top{
    position: relative;
    height: $top-height-small;
    z-index: 999;
    padding: 20px 0;
    @media screen and (min-width: 320px) and (max-width: 768px) {
        height: $top-height-small;
    }
    @media screen and (min-width: 768px) and (max-width: 1000px) {
        height: $top-height-medium;
    }
    @media screen and (min-width: 1000px) and (max-width: 1920px) { 
        height: $top-height-wide;
        padding: 40px 0;
    }
    @media screen and (min-width: 1920px) { 
        height: $top-height-super;
        padding: 40px 0;
    }
}*/
.top {
  position: absolute;
  height: 50px;
  z-index: 999;
  padding: 20px 0;
  z-index: 99999999999;
  width: 100%;
  top: 0;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .top {
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top {
    height: 50px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .top {
    height: 80px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1920px) {
  .top {
    height: 80px;
    padding: 40px 0;
  }
}

footer > .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .copyright {
  font-size: 11px;
  width: 100%;
  text-align: center;
  margin: 1%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  footer .copyright {
    width: auto;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  footer .copyright {
    width: auto;
  }
}
@media screen and (min-width: 1920px) {
  footer .copyright {
    width: auto;
  }
}
footer .email {
  font-size: 13px;
  width: 100%;
  text-align: center;
  margin: 1%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  footer .email {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  footer .email {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 1920px) {
  footer .email {
    width: auto;
    margin: 0;
  }
}
footer .social-networks {
  width: auto;
  margin: 1%;
  text-align: center;
  align-self: center;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  footer .social-networks {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  footer .social-networks {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 1920px) {
  footer .social-networks {
    width: auto;
    margin: 0;
  }
}

#logo {
  width: 130px;
  float: left;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #logo {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #logo {
    width: 170px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  #logo {
    width: 260px;
  }
}
@media screen and (min-width: 1920px) {
  #logo {
    width: 260px;
  }
}
#logo svg {
  fill: inherit;
}

#menu {
  padding: 0;
  list-style: none;
  float: right;
  font-family: "Futura Std";
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #menu {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #menu {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  #menu {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1920px) {
  #menu {
    margin-top: 30px;
  }
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu li {
  display: inline-block;
  margin-left: 10px;
}
#menu .current-menu-item {
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5% auto 2%;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .header {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .header {
    justify-content: space-between;
  }
}
.header .img {
  width: 70%;
  padding-bottom: 70%;
  background-position: center top;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 50px;
  height: 0;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .header .img {
    width: 25%;
    padding-bottom: 25%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .header .img {
    width: 25%;
    padding-bottom: 25%;
    margin-bottom: 0;
  }
}
.header .description {
  width: 100%;
  line-height: 1.6em;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .header .description {
    width: 70%;
  }
}
@media screen and (min-width: 1920px) {
  .header .description {
    width: 70%;
  }
}
.header .description h1 {
  margin: 0 0 0.9em;
  font-family: "Playfair Display", serif;
  font-size: 2.813em;
}

.networks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 100px;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .networks {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .networks {
    justify-content: space-between;
  }
}
.networks .network {
  width: 90%;
  text-align: center;
  position: relative;
  margin: 5% 0 2% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .networks .network {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .networks .network {
    width: 40%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .networks .network {
    width: 28%;
  }
}
@media screen and (min-width: 1920px) {
  .networks .network {
    width: 28%;
  }
}
.networks .network > a {
  display: inline-block;
  width: 100%;
}
.networks .network .logo {
  width: 80%;
  padding-bottom: 80%;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
}
.networks .network h2 {
  text-transform: uppercase;
  font-size: 1.563em;
}
.networks .network .description {
  line-height: 1.5em;
}
.networks .network .button {
  padding: 10px;
  display: inline-block;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "Futura Std";
  font-weight: normal;
  font-style: normal;
  align-self: flex-end;
}
.networks .network .button:hover {
  background: #000;
  color: #fff;
}

.social-networks {
  width: 100%;
  margin: 10%;
  text-align: center;
  align-self: flex-end;
}
.social-networks .icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px;
}
.social-networks .icon svg {
  width: 100%;
  height: 100%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fs-10 {
  font-size: 0.625em !important;
}

.fs-12 {
  font-size: 0.75em !important;
}

.fs-14 {
  font-size: 0.875em !important;
}

.fs-16 {
  font-size: 1em !important;
}

.fs-18 {
  font-size: 1.125em !important;
}

.fs-20 {
  font-size: 1.25em !important;
}

.fs-22 {
  font-size: 1.375em !important;
}

.fs-24 {
  font-size: 1.5em !important;
}

.fs-26 {
  font-size: 1.625em !important;
}

.fs-28 {
  font-size: 1.75em !important;
}

.fs-30 {
  font-size: 1.875em !important;
}

.fs-32 {
  font-size: 2em !important;
}

.fs-34 {
  font-size: 2.125em !important;
}

.fs-36 {
  font-size: 2.25em !important;
}

.fs-38 {
  font-size: 2.375em !important;
}

.fs-40 {
  font-size: 2.5em !important;
}

.fs-42 {
  font-size: 2.625em !important;
}

.fs-44 {
  font-size: 2.75em !important;
}

.fs-46 {
  font-size: 2.875em !important;
}

.fs-48 {
  font-size: 3em !important;
}

.fs-50 {
  font-size: 3.125em !important;
}

.fs-52 {
  font-size: 3.25em !important;
}

.fs-54 {
  font-size: 3.375em !important;
}

.background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.background.y-top {
  background-position-y: top;
}
.background.y-center {
  background-position-y: center;
}
.background.y-bottom {
  background-position-y: bottom;
}
.background.x-left {
  background-position-x: left;
}
.background.x-center {
  background-position-x: center;
}
.background.x-right {
  background-position-x: right;
}
.background.left {
  justify-content: flex-start;
}
.background.center {
  justify-content: center;
}
.background.right {
  justify-content: flex-end;
}

.text-over {
  position: relative;
  z-index: 100;
  margin: 5%;
}
.text-over .bar {
  width: 100%;
  clear: both;
}
.text-over .bar.a-center {
  margin: 0 auto;
}
.text-over .bar.a-right {
  float: right;
}
.text-over .text {
  width: 100%;
  clear: both;
}
.text-over .text.a-left {
  text-align: left;
}
.text-over .text.a-center {
  text-align: center;
}
.text-over .text.a-right {
  text-align: right;
}
.text-over .text.arial {
  font-family: "Arial", serif;
}
.text-over .text.verdana {
  font-family: "Verdana", serif;
}
.text-over .text.playfair {
  font-family: "Playfair Display", serif;
}
.text-over .text.futura-book {
  font-family: "Futura Std";
  font-weight: normal;
  font-style: normal;
}
.text-over .text.futura-light {
  font-family: "Futura Std";
  font-weight: 300;
  font-style: normal;
}
.text-over > .icon {
  position: absolute;
}
.text-over > .icon.sm {
  margin-top: -10%;
}
.text-over > .icon.md {
  margin-top: -30%;
}
.text-over > .icon.lg {
  margin-top: -50%;
}
.text-over > .icon.xl {
  margin-top: -70%;
}
.text-over .icon {
  width: 100%;
  clear: both;
}
.text-over .icon.a-center {
  margin: 0 auto;
}
.text-over .icon.a-right {
  float: right;
}
.text-over .icon.sm {
  width: 10%;
  height: 10%;
}
.text-over .icon.md {
  width: 30%;
  height: 30%;
}
.text-over .icon.lg {
  width: 50%;
  height: 50%;
}
.text-over .icon.xl {
  width: 70%;
  height: 70%;
}
.text-over .m-sm {
  margin: 10px 0;
}
.text-over .m-md {
  margin: 20px 0;
}
.text-over .m-lg {
  margin: 30px 0;
}
.text-over .m-xl {
  margin: 40px 0;
}
.text-over.w-0 {
  width: auto;
}
.text-over.w-10 {
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .text-over.w-10 {
    width: 10%;
  }
}
@media screen and (min-width: 1920px) {
  .text-over.w-10 {
    width: 10%;
  }
}
.text-over.w-20 {
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .text-over.w-20 {
    width: 20%;
  }
}
@media screen and (min-width: 1920px) {
  .text-over.w-20 {
    width: 20%;
  }
}
.text-over.w-30 {
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .text-over.w-30 {
    width: 30%;
  }
}
@media screen and (min-width: 1920px) {
  .text-over.w-30 {
    width: 30%;
  }
}
.text-over.w-40 {
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .text-over.w-40 {
    width: 40%;
  }
}
@media screen and (min-width: 1920px) {
  .text-over.w-40 {
    width: 40%;
  }
}
.text-over.w-50 {
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .text-over.w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 1920px) {
  .text-over.w-50 {
    width: 50%;
  }
}
.text-over.w-60 {
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .text-over.w-60 {
    width: 60%;
  }
}
@media screen and (min-width: 1920px) {
  .text-over.w-60 {
    width: 60%;
  }
}
.text-over.w-70 {
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .text-over.w-70 {
    width: 70%;
  }
}
@media screen and (min-width: 1920px) {
  .text-over.w-70 {
    width: 70%;
  }
}
.text-over.w-80 {
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .text-over.w-80 {
    width: 80%;
  }
}
@media screen and (min-width: 1920px) {
  .text-over.w-80 {
    width: 80%;
  }
}
.text-over.w-90 {
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .text-over.w-90 {
    width: 90%;
  }
}
@media screen and (min-width: 1920px) {
  .text-over.w-90 {
    width: 90%;
  }
}
.text-over.w-100 {
  width: 100%;
}

.about-top .content, .about-bottom .content, .single-body .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.about-top h2, .about-bottom h2, .single-body h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  margin-top: 0;
}
.about-top, .single-body {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position-y: bottom;
  padding-top: 100px;
  min-height: calc(100vh - 100px);
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .about-top, .single-body {
    padding-top: 100px;
    min-height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .about-top, .single-body {
    padding-top: 160px;
    min-height: calc(100vh - 160px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .about-top, .single-body {
    padding-top: 160px;
    min-height: calc(100vh - 160px);
  }
}
@media screen and (min-width: 1920px) {
  .about-top, .single-body {
    padding-top: 160px;
    min-height: calc(100vh - 160px);
  }
}
.about-top .content-box, .single-body .content-box {
  width: 100%;
  position: relative;
  top: -50px;
  padding-top: 50px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .about-top .content-box, .single-body .content-box {
    top: -50px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .about-top .content-box, .single-body .content-box {
    width: 45%;
    top: -50px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .about-top .content-box, .single-body .content-box {
    width: 45%;
    top: -80px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .about-top .content-box, .single-body .content-box {
    width: 45%;
    top: -80px;
    padding-top: 80px;
  }
}

.about-bottom {
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: 100px;
}
.about-bottom .content {
  align-items: stretch;
  padding: 5% 0;
}
.about-bottom .content-box {
  width: 100%;
  position: relative;
  padding: 5% 0;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .about-bottom .content-box {
    padding: 0;
    width: 25%;
  }
}
@media screen and (min-width: 1920px) {
  .about-bottom .content-box {
    padding: 0;
    width: 25%;
  }
}
.about-bottom .divider {
  border-left: 1px solid;
}
.about-bottom .content-header {
  width: 100%;
  display: flex;
  align-items: center;
}
.about-bottom .icon {
  width: 50px;
  height: 50px;
}
.about-bottom .icon svg {
  width: auto;
  height: 100%;
}
.about-bottom .number {
  font-size: 3.5em;
  font-family: "Futura Std";
  font-weight: 300;
  font-style: normal;
  margin-right: 15px;
}
.single-body {
  margin-bottom: 100px;
}
.single-body .back {
  font-family: "Futura Std";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .single-body .back {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .single-body .back {
    display: none;
  }
}
.single-body .single-menu {
  align-self: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: "Futura Std";
  font-style: normal;
  float: left;
  margin-right: 50px;
  display: none;
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .single-body .single-menu {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .single-body .single-menu {
    display: block;
  }
}
.single-body .single-menu li a {
  padding: 3px 10px;
  margin: 3px 0;
  display: block;
  font-size: 13px;
}
.single-body .single-menu li.selected a {
  background: #000;
  color: #fff;
}
.single-body .content {
  line-height: 1.5em;
}

.archives {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  padding-top: 100px;
  min-height: calc(100vh - 100px);
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .archives {
    padding-top: 100px;
    min-height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .archives {
    padding-top: 160px;
    min-height: calc(100vh - 160px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .archives {
    padding-top: 160px;
    min-height: calc(100vh - 160px);
  }
}
@media screen and (min-width: 1920px) {
  .archives {
    padding-top: 160px;
    min-height: calc(100vh - 160px);
  }
}
.archives a {
  display: block;
  width: 100%;
  margin: 0% 1% 1% 1%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .archives a {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .archives a {
    width: 31%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .archives a {
    width: 23%;
  }
}
@media screen and (min-width: 1920px) {
  .archives a {
    width: 23%;
  }
}
.archives .archive {
  position: relative;
  width: 100%;
  margin: 1% 0;
}
.archives .archive:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 10;
}
.archives .archive:after {
  content: "click here";
  position: absolute;
  bottom: 5%;
  padding-top: 10px;
  border-top: 1px solid;
  color: #fff;
  left: 5%;
  z-index: 99;
}
.archives .archive > div {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.archives .archive .bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position-y: bottom;
  height: 100%;
  width: 100%;
}
.archives .archive h2 {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 5%;
  line-height: 1.2em;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .archives .archive h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .archives .archive h2 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) {
  .archives .archive h2 {
    font-size: 1.6em;
  }
}

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