/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}

body {
  font: normal 15px "Raleway", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.global {
  max-width: 1920px;
  overflow: hidden;
  position: relative;
}

.wrapper {
  max-width: 1348px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper-full {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}

.body-hidden {
  overflow: hidden;
}

/* Top border go down and Left border appears */

.header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100;
}

.header .wrapper {
  width: 100%;
}

.header .wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-box-shadow: inset 20px 89px 17px rgba(255, 255, 255, 0.5);
          box-shadow: inset 20px 89px 17px rgba(255, 255, 255, 0.5);
  margin-left: 15px;
  line-height: 0;
  width: 208px;
}

.header .logo img {
  max-width: 100%;
  height: auto;
  border: solid 5px #dedede;
}

.header .topLeftBorders a {
  color: #000;
  font-family: Roboto, 'sans-serif';
  text-decoration: none;
  text-transform: uppercase;
  margin: 0px 10px;
  padding: 10px 10px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  font-weight: 500;
}

.header .close-menu {
  display: none;
}

.header .close-menu:hover {
  -webkit-transform: rotate(90deg) scale(110%);
      -ms-transform: rotate(90deg) scale(110%);
          transform: rotate(90deg) scale(110%);
}

.header .mobile-menu {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.header .topLeftBorders {
  position: relative;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.header .topLeftBorders.opened {
  left: 0;
}

.header .topLeftBorders a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 0px;
  background: #000;
  content: "";
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .topLeftBorders a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .topLeftBorders a:hover:before {
  height: 100%;
}

.header .topLeftBorders a:hover:after {
  opacity: 0;
  top: 100%;
}

.link {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

h2 {
  font-size: 64px;
  margin: 0 0 30px 0;
  line-height: 64px;
  position: relative;
}

h2.one:after {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

h2.two:after {
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

h2:after {
  content: '';
  width: 300px;
  height: 64px;
  background-color: #dedede;
  opacity: 0.7;
  position: absolute;
  left: 60px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  z-index: -1;
}

.social_media {
  display: block;
}

.social_media svg {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.social_media svg:hover {
  -webkit-transform: scale(110%);
      -ms-transform: scale(110%);
          transform: scale(110%);
}

.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
}

.awards {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -100%;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  z-index: 200;
  padding-top: 20px;
  overflow-y: scroll;
}

.awards.opened {
  right: 0;
}

.awards.opened .close-awards {
  position: fixed;
  background: #fff;
}

.awards .close-awards {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.awards .close-awards:hover {
  -webkit-transform: rotate(90deg) scale(110%);
      -ms-transform: rotate(90deg) scale(110%);
          transform: rotate(90deg) scale(110%);
}

.awards .row .col {
  width: calc(25% - 30px);
  margin-bottom: 30px;
}

.awards-btn {
  z-index: 150;
  position: fixed;
  right: 17px;
  top: calc(25% - 100px);
  background: #f3f3f3;
  font-weight: bold;
  width: 250px;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.awards-btn:hover {
  right: 25px;
}

.section {
  padding: 40px 0;
}

.section.photo-section .col {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: calc(33.333333333333336% - 30px);
  margin-bottom: 20px;
}

.section.photo-section .col:hover {
  -webkit-transform: scale(105%);
      -ms-transform: scale(105%);
          transform: scale(105%);
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
}

.img-link {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding-top: 300px;
  text-decoration: none;
  color: #000;
}

.photo-caption {
  font-size: 16px;
  display: block;
  padding: 10px 0px;
  font-family: "Raleway", sans-serif;
  background: #f4f4f4;
  text-align: center;
}

.intro {
  margin-top: 100px;
  position: relative;
}

.intro .intro-text {
  position: relative;
  z-index: 10;
  max-width: 96%;
}

.intro p {
  font-weight: 300;
  font-size: 25px;
  line-height: 25px;
}

.footer {
  background: #dedede;
  padding: 20px 0px;
}

.footer .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer p {
  font-family: "Raleway", sans-serif;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 2560px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1920px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1600px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1366px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header .logo {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1230px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gso {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 992px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header .topLeftBorders a {
    width: 200px;
    text-align: center;
  }

  .header .close-menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .header .mobile-menu {
    display: block;
  }

  .header .topLeftBorders {
    top: 0;
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 200;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .awards .row .col {
    width: calc(33.333333333333336% - 30px);
  }

  .section.photo-section .col {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 767.77777px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header .logo {
    width: 200px;
  }

  h2 {
    font-size: 46px;
  }

  h2:after {
    left: 30px;
  }

  .intro p {
    font-size: 18px;
  }
}

@media screen and (max-width: 620px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }

  .awards .row .col {
    width: calc(100% - 30px);
  }

  .section.photo-section .col {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 550px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }

  .awards-btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 360px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }
}