/* -----------------------------------------------------------------------------

Master Stylesheet

Version: 1.0
Updated: 02/03/2019

----------------------------------------------------------------------------- */
/* Aller Font
 * Subsets: Latin
------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Aller';
  src: local("Aller"), url("../font/Aller.woff2") format("woff2"), url("../font/Aller.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aller';
  src: local("Aller Bold"), local("Aller-Bold"), url("../font/Aller-Bold.woff2") format("woff2"), url("../font/Aller-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* LibreBaskerville Font
 * Subsets: Latin
------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Libre Baskerville';
  src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url("../font/LibreBaskerville-Regular.woff2") format("woff2"), url("../font/LibreBaskerville-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: local("Libre Baskerville Italic"), local("LibreBaskerville-Italic"), url("../font/LibreBaskerville-Italic.woff2") format("woff2"), url("../font/LibreBaskerville-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: local("Libre Baskerville Bold"), local("LibreBaskerville-Bold"), url("../font/LibreBaskerville-Bold.woff2") format("woff2"), url("../font/LibreBaskerville-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* reset 
------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 100%;
}

img {
  border: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0;
}

hr {
  border: 1px solid #000;
  border-width: 1px 0 0;
}

form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: block;
}

button,
input,
textarea,
select {
  color: #000;
  font-family: sans-serif;
}

input,
textarea {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

address {
  font-style: normal;
}

cite {
  font-style: normal;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

small,
big {
  font-size: 12px;
}

sup {
  font-size: 12px;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

/* global
------------------------------------------------------------------------------*/
body {
  background-color: #ffffff;
  color: #444444;
  font: 400 16px/1.5 "Libre Baskerville", "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
}

.page {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 30px;
}

.container--full {
  max-width: none;
}

@media (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding: 0 55px;
  }
}

/* buttons
------------------------------------------------------------------------------*/
.btn {
  background-color: #0093b2;
  border: 1px solid #0093b2;
  color: #ffffff;
  display: inline-block;
  font: 400 14px/1 Aller, Arial, Helvetica, sans-serif;
  padding: 9px 31px;
  text-transform: uppercase;
  transition: background-color 200ms, border-color 200ms, color 200ms;
}

.btn:hover {
  background-color: transparent;
  border-color: #444444;
  color: #444444;
}

@media (min-width: 1024px) {
  .btn {
    padding: 12px 39px;
  }
}

.btn-play {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

.btn-play::before {
  background-color: rgba(0, 147, 178, 0.9);
  border-radius: 35px;
  content: '';
  height: 70px;
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 70px;
}

.btn-play::after {
  border-color: transparent;
  border-left-color: #ffffff;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  content: '';
  display: block;
  height: 0;
  left: 51%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
}

/* buttons
------------------------------------------------------------------------------*/
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #0093b2;
  font-style: normal;
  font-size: 45px;
  font-family: Arial, Baskerville, monospace;
  line-height: 45px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* blk-box - Box Block
------------------------------------------------------------------------------*/
.blk-box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 28px 27px 32px;
  position: relative;
}

.blk-box::before {
  background-color: #0093b2;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.blk-box__pre-title, .blk-box__title {
  font: 700 24px/1.15 Aller, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.blk-box__pre-title {
  color: #444444;
  font-size: 13px;
  margin-bottom: 4px;
}

.blk-box__title {
  color: #0093b2;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .blk-box__pre-title, .blk-box__title {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .blk-box {
    padding: 33px 32px 40px;
  }
  .blk-box__pre-title, .blk-box__title {
    font-size: 28px;
  }
}

/* header
------------------------------------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.header .container {
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (min-width: 1024px) {
  .header .container {
    padding-top: 20px;
  }
}

.logo {
  display: inline-block;
  padding-bottom: 15px;
  padding-top: 15px;
}

.logo__img {
  display: block;
  height: 31px;
  width: 132px;
}

@media (max-width: 1023px) {
  .logo {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1024px) {
  .logo__img {
    height: 40px;
    width: 170px;
  }
}

/* footer
------------------------------------------------------------------------------*/
.footer {
  background-color: #000000;
  border-top: 14px solid #3b7a7c;
  padding: 46px 0 20px;
  position: relative;
}

.footer::before {
  background-color: #3b7a7c;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: -21px;
}

.footer__col-list, .footer__col-logos, .footer__col-social {
  padding-bottom: 30px;
}

.footer__title {
  border-bottom: 5px solid #0093b2;
  color: #ffffff;
  display: inline-block;
  font: 700 18px Aller, Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer__list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.footer__link {
  color: #ffffff;
  display: block;
  font: 400 14px Aller, Arial, Helvetica, sans-serif;
  padding: 5px 0;
  transition: color 200ms;
}

.footer__link:hover {
  color: #0093b2;
}

.footer__logos {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.footer__logo-link {
  display: block;
  padding: 8px;
  opacity: 0.75;
  transition: opacity 200ms;
}

.footer__logo-link:hover {
  opacity: 1;
}

.footer__logo {
  height: 40px;
  width: auto;
}

.footer__social {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

.footer__social-link {
  display: block;
  margin: 4px;
  opacity: 0.75;
  padding: 4px;
  transition: opacity 200ms;
}

.footer__social-link:hover {
  opacity: 1;
}

.footer__social-img {
  display: block;
  height: 32px;
  width: 32px;
}

.footer__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  padding: 20px 0;
}

.footer__copyright {
  color: rgba(255, 255, 255, 0.52);
  font: 700 10px/1 Aller, Arial, Helvetica, sans-serif;
}

@media (min-width: 1024px) {
  .footer__grid {
    display: flex;
    justify-content: space-between;
  }
  .footer__col-list, .footer__col-social {
    width: 250px;
  }
  .footer__col-logos {
    text-align: center;
    width: 40%;
  }
  .footer__col-logos {
    text-align: center;
  }
  .footer__logos {
    justify-content: center;
  }
  .footer__legal {
    margin: 0 auto;
    max-width: 440px;
    text-align: center;
    width: 40%;
  }
}

/* mod-ban - Banner Module
------------------------------------------------------------------------------*/
.mod-ban {
  background: url(../img/img-new/bg-mod-ban.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.mod-ban::before {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0) 50%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mod-ban .container {
  display: flex;
  padding-bottom: 40px;
  padding-top: 234px;
}

@media (max-width: 1023px) {
  .mod-ban .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* mod-stats - Stats Module
------------------------------------------------------------------------------*/
.mod-stats {
  background-color: #0093b2;
  color: #ffffff;
}

.mod-stats .container {
  display: flex;
  overflow-x: auto;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
}

.mod-stats__stat {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
  padding-right: 20px;
}

.mod-stats__stat:last-child {
  border-right: none;
  padding-right: 30px;
}

.mod-stats__num {
  font: 700 40px/1 Aller, Arial, Helvetica, sans-serif;
  margin-bottom: 2px;
}

.mod-stats__desc {
  font-size: 12px;
  line-height: 1.428;
  padding-bottom: 5px;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .mod-stats .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1280px) {
  .mod-stats .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mod-stats__desc {
    font-size: 14px;
  }
}

/* mod-intro - Introduction Module
------------------------------------------------------------------------------*/
.mod-intro {
  padding: 45px 0 56px;
}

.mod-intro__img-wrap {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 28px;
  max-width: 400px;
  position: relative;
  width: 260px;
}

.mod-intro__img {
  display: block;
  height: auto;
  width: 100%;
}

.mod-intro__copy-wrap {
  max-width: 750px;
}

.mod-intro__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  font: 700 26px/1.23 Aller, Arial, Helvetica, sans-serif;
  margin-bottom: 28px;
  max-width: 750px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.mod-intro__text {
  margin-bottom: 28px;
}

.mod-intro__text a {
  color: #444444;
  text-decoration: underline;
  transition: color 200ms;
}

.mod-intro__text a:hover {
  color: #0093b2;
  text-decoration: none;
}

@media (min-width: 768px) {
  .mod-intro__content {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .mod-intro__img-wrap {
    flex: 1 0 auto;
    margin-bottom: 0;
  }
  .mod-intro__copy-wrap {
    margin-right: 60px;
  }
}

@media (min-width: 1024px) {
  .mod-intro {
    padding: 80px 0 100px;
  }
}

/* END----------------------------------------------------------------------- */
