/*! ------------------------------------------------
 * Project Name: Oomph - Christmas Style Coming Soon & Landing Page Template
 * Project Description: Oomph - awesome coming soon template to kick-start your project
 * Tags: mix_design, oomph, coming soon, under construction, template, coming soon page, html5, css3
 * Version: 3.0.1
 * Build Date: December 2020
 * Last Update: December 2023
 * This product is available exclusively on Themeforest
 * Author: mix_design
 * Author URI: https://themeforest.net/user/mix_design
 * File name: main.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  1. Template Backgrounds
 *  2. Fonts
 *  3. Base CSS Styles
 *  4. Loading Animation
 *  5. Typography
 *  6. Buttons & Controls
 *  7. Forms and Forms Reply Groups
 *  8. Animated Backgrounds
 *  9. Main Section
 *  10. Menu Styles
 *  11. Socials Styles
 *  12. Countdown Styles
 *  13. Popup Dialogs
 *  14. Content Sections
 *  15. Custom Skillbars
 *  16. Features
 *  17. Team
 *  18. Contact Data
 *  19. Google Map
 *  20. Gallery Custom Styles
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
/* Fonts Start */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts End */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Template Backgrounds Start */
/* ------------------------------------------------*/
.about-image {
  background-image: url('https://dummyimage.com/1080x1440/383838/8d8d8d');
}

.works-image {
  background-image: url('https://dummyimage.com/1080x1440/383838/8d8d8d');
}

.contact-image {
  background-image: url('https://dummyimage.com/1080x1440/383838/8d8d8d');
}

/* ------------------------------------------------*/
/* Template Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Base CSS Styles Start */
/* ------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-moz-selection {
  background-color: #ddd7cc;
  color: #0A0A0A;
  text-shadow: none;
}

::selection {
  background-color: #ddd7cc;
  color: #0A0A0A;
  text-shadow: none;
}

::-webkit-scrollbar {
  display: none;
  width: 5px;
  background: #abaeaa;
}
@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    display: block;
  }
}

::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #abaeaa;
}

::-webkit-scrollbar-thumb {
  background-color: #5a2020;
  border-radius: 10px;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden !important;
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
  color: #444444;
  background-color: #f5efe3;
}
@media only screen and (min-width: 1400px) {
  body {
    font-size: 1.6rem;
  }
}

section {
  position: relative;
  min-width: 320px;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  color: #0A0A0A;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.fullheight {
  position: static;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .fullheight {
    position: relative;
    height: 100%;
  }
}

.fullheight-mobile {
  position: relative;
  height: 100%;
}

.color-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.color-layer-mobile {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .color-layer-mobile {
    display: none;
  }
}

.color-layer-medium {
  background-color: rgba(0, 0, 0, 0.4);
}

.color-layer-dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.background-light {
  background-color: #ffffff;
}

.background-mute {
  background-color: #f5efe3;
}

.background-medium {
  background-color: #9e2525;
}

.background-dark {
  background-color: #2c342b;
}

.bg-image-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url('../img/backgrounds/bg-about-quote.svg');
}

.text-align-left {
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .text-align-left {
    text-align: left;
  }
}

.text-align-right {
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .text-align-right {
    text-align: right;
  }
}

.rotate-object {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .rotate-object {
    display: block;
    position: fixed;
    bottom: 190px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 100px;
    z-index: 12;
  }
  .rotate-object img {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .rotate-object.is-hidden img {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1400px) {
  .rotate-object {
    bottom: 280px;
    width: 140px;
    height: 140px;
  }
}

.showreel-trigger {
  display: block;
  position: relative;
}


/* ------------------------------------------------*/
/* Base CSS Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Loading Animation Start */
/* ------------------------------------------------*/
body .rotate-object {
  opacity: 0;
}
body .main .main__header,
body .main .main__socials,
body .main .main__dataline {
  opacity: 0;
}
body .main .main__headline .loading-el {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
body .main .main__media {
  opacity: 0;
  -webkit-transform: translateX(20%);
     -moz-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
}
body.loaded .main .main__media {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s, opacity 0.6s ease-in-out, -moz-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s ease-in-out;
  transition: transform 0.6s, opacity 0.6s ease-in-out, -webkit-transform 0.6s, -moz-transform 0.6s;
}
body.loaded .main .main__headline .loading-el {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
body.loaded .main .main__headline .loading-el-1 {
  -webkit-transition: opacity 0.4s 0.7s, -webkit-transform 0.4s 0.7s;
  transition: opacity 0.4s 0.7s, -webkit-transform 0.4s 0.7s;
  -o-transition: opacity 0.4s 0.7s, transform 0.4s 0.7s;
  -moz-transition: opacity 0.4s 0.7s, transform 0.4s 0.7s, -moz-transform 0.4s 0.7s;
  transition: opacity 0.4s 0.7s, transform 0.4s 0.7s;
  transition: opacity 0.4s 0.7s, transform 0.4s 0.7s, -webkit-transform 0.4s 0.7s, -moz-transform 0.4s 0.7s;
}
body.loaded .main .main__headline .loading-el-2 {
  -webkit-transition: opacity 0.4s 0.8s, -webkit-transform 0.4s 0.8s;
  transition: opacity 0.4s 0.8s, -webkit-transform 0.4s 0.8s;
  -o-transition: opacity 0.4s 0.8s, transform 0.4s 0.8s;
  -moz-transition: opacity 0.4s 0.8s, transform 0.4s 0.8s, -moz-transform 0.4s 0.8s;
  transition: opacity 0.4s 0.8s, transform 0.4s 0.8s;
  transition: opacity 0.4s 0.8s, transform 0.4s 0.8s, -webkit-transform 0.4s 0.8s, -moz-transform 0.4s 0.8s;
}
body.loaded .main .main__headline .loading-el-3 {
  -webkit-transition: opacity 0.4s 0.9s, -webkit-transform 0.4s 0.9s;
  transition: opacity 0.4s 0.9s, -webkit-transform 0.4s 0.9s;
  -o-transition: opacity 0.4s 0.9s, transform 0.4s 0.9s;
  -moz-transition: opacity 0.4s 0.9s, transform 0.4s 0.9s, -moz-transform 0.4s 0.9s;
  transition: opacity 0.4s 0.9s, transform 0.4s 0.9s;
  transition: opacity 0.4s 0.9s, transform 0.4s 0.9s, -webkit-transform 0.4s 0.9s, -moz-transform 0.4s 0.9s;
}
body.loaded .main .main__headline .loading-el-4 {
  -webkit-transition: opacity 0.4s 1s, -webkit-transform 0.4s 1s;
  transition: opacity 0.4s 1s, -webkit-transform 0.4s 1s;
  -o-transition: opacity 0.4s 1s, transform 0.4s 1s;
  -moz-transition: opacity 0.4s 1s, transform 0.4s 1s, -moz-transform 0.4s 1s;
  transition: opacity 0.4s 1s, transform 0.4s 1s;
  transition: opacity 0.4s 1s, transform 0.4s 1s, -webkit-transform 0.4s 1s, -moz-transform 0.4s 1s;
}
body.loaded .main .main__header,
body.loaded .main .main__socials,
body.loaded .main .main__dataline {
  opacity: 1;
  -webkit-transition: opacity 0.8s 1.4s;
  -o-transition: opacity 0.8s 1.4s;
  -moz-transition: opacity 0.8s 1.4s;
  transition: opacity 0.8s 1.4s;
}
body.loaded .rotate-object {
  opacity: 1;
  -webkit-transition: opacity 0.8s 1.4s;
  -o-transition: opacity 0.8s 1.4s;
  -moz-transition: opacity 0.8s 1.4s;
  transition: opacity 0.8s 1.4s;
}

/* ------------------------------------------------*/
/* Loading Animation End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Typography Start */
/* ------------------------------------------------*/
h1 {
  display: inline-block;
  position: relative;
  font: normal 500 5rem/1 'Poppins', serif;
  text-transform: uppercase;
  color: #0A0A0A;
  margin-top: 1.6rem;
}
h1.light {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 8rem;
  }
}

.headline__subtitle {
  display: block;
  font: normal 400 3.4rem/1.6 'Dancing Script', cursive;
  color: rgba(255, 255, 255, 0.8);
}

.title-gri {
  right: 0%;
}

.the-text {
  position: relative;
  z-index: 2;
}

.grinch-dancer {
  position: relative;
  gap: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
  height: 20vh;

  img {
    position: absolute;
    left: 0;
  }

  &.small {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .grinch-dancer {
    gap: 2rem;
    margin-top: 4rem;
    margin-left: 0;
    justify-content: center;
    flex-direction: column-reverse;
    height: unset;

    img {
      position: static;
    }
  }
}

.green-side {
  overflow-x: hidden;
}

.treno-gri {
  rotate: -25deg;
  position: relative;
  left: 20%;
  animation: fly 5s linear infinite;
}

.banner-gri {
  rotate: -25deg;
  position: absolute;
  left: 1%;
  width: 190px;
}

.dialog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;

  strong {
    font-weight: bold;
  }
}

@media screen and (max-width: 500px) {
  .treno-gri {
    margin-bottom: 3rem;
  }

  .banner-gri {
    width: 120px;
    top: -38px;
    position: relative;
  }

  .dialog-footer {
    flex-direction: column;
  }

  .map-icon {
    width: auto;
    height: 70px;
  }
}

.dialog-title {
  text-align: left;

  strong {
    font-weight: bold;
  }
}

.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;

  i {
    color: whitesmoke;
    font-size: 3rem;
  }
}

.map-dialog {
  border-radius: 28px;
  width: 70rem;
  padding: 2rem;
  max-width: 90vw;
  position: relative;
  background-color: transparent;

  h3 {
    color: white;
  }

  .dialog-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    display: block;
    background-color: rgba(255,255,255, .6);
    -webkit-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }

  .dialog-map-frame iframe {
    border-radius: 28px;
    overflow: hidden;
  }

  .dialog-content {
    position: relative;
    z-index: 20;
  }

  &::backdrop {
    background-color: rgba(0,0,0,0.7);
    filter: blur(10px);
  }
}

@media screen and (max-width: 400px) {
  width: 100%;
  max-width: 300px;
}

.maps-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 1rem;
}

.map-icon {
  width: auto;
  height: 80px;
  border-radius: 20px;
  background: whitesmoke;
  transition: all .3s;

  &:hover {
    filter: brightness(0.8);
    scale: .9;
  }
}

@keyframes fly {
  0% {
      left: -20%;
  }

  100% {
      left: 102%;
  }
}

@media only screen and (max-width: 1200px) {

  .accessories {

  }

  .accessories {
    h1 {
      font-size: 4rem;
      margin-top: 8rem;
      position: relative;
      z-index: 10;
    }
  }

  .title-gri {
    right: -12%;
    top: 146px;
    z-index: 1;
  }

  #accessories-sec {
    height: 1000px  ;
  }
}

@media only screen and (max-width: 1037px) {
  .fotoHorrivel {
  display: none;
  }

  .fotoHorrivel2 {
    margin: 0 auto;

  }
}

@media only screen and (min-width: 1038px) {
  .fotoHorrivel2 {
    display: none;
  }

}

.emoji {
  height: 78px;
  width: auto;
}

.text-grinch {
  display: flex;
  align-items: center;
  justify-content: center;
  scale: 1.1;
  font-weight: bold
}


.headline__text {
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  margin: 4rem auto 2rem;
  max-width: 400px;
}
.headline__text a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.no-touch .headline__text a:hover {
  color: #9e2525;
}
@media only screen and (min-width: 1400px) {
  .headline__text {
    font-size: 1.8rem;
    max-width: 500px;
  }
}

.headline__btnholder {
  margin-top: 3.2rem;
}

h2 {
  font: normal 500 4.4rem/1 'Poppins', serif;
  text-transform: uppercase;
  color: #0A0A0A;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 7rem;
  }
}

.section__subtitle {
  display: block;
  font: normal 400 3.4rem/1.2 'Dancing Script', cursive;
  color: #0A0A0A;
  margin-top: 1.7rem;
}

.section__text {
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
  color: #444444;
  margin-top: 1.9rem;
}
.section__text a,
.section__text span {
  font-weight: 500;
  color: #0A0A0A;
}
.section__text a {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.no-touch .section__text a:hover {
  color: #9e2525;
}
@media only screen and (min-width: 1400px) {
  .section__text {
    font-size: 1.6rem;
  }
}

h3 {
  font: normal 500 2.8rem/1 'Poppins', serif;
  text-transform: uppercase;
  color: #0A0A0A;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 3.2rem;
  }
}

.block__subtitle {
  display: block;
  font: normal 400 3.4rem/1.2 'Dancing Script', cursive;
  color: #0A0A0A;
  margin-top: 1.8rem;
}

.block__text {
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
  color: #444444;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 1400px) {
  .block__text {
    font-size: 1.6rem;
  }
}

h4 {
  font: normal 600 1.8rem/1 'Poppins', serif;
  text-transform: uppercase;
  color: #0A0A0A;
}
h4 small {
  display: block;
  text-transform: none;
  font: italic 400 2rem/1.6 'Dancing Script', cursive;
  letter-spacing: 0.1rem;
  color: #444444;
}

h5 {
  font: normal 600 1.7rem/1 'Poppins', serif;
  text-transform: uppercase;
  color: #0A0A0A;
}

p {
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
p span {
  color: #ffffff;
}
p.additional-text {
  font: normal 400 2rem/1 'Dancing Script', cursive;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
p.additional-text i {
  font-size: 1.4rem;
}
p.additional-text a {
  color: #ffffff;
}
.no-touch p.additional-text a:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1400px) {
  p {
    font-size: 1.6rem;
  }
}

.popup__title {
  display: block;
  font: normal 500 3.4rem/1 'Poppins', serif;
  text-transform: uppercase;
  margin-top: 1.6rem;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .popup__title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .popup__title {
    font-size: 5rem;
  }
}

.popup__subtitle {
  display: block;
  font: normal 400 3.4rem/1.6 'Dancing Script', cursive;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 1400px) {
  .popup__subtitle {
    font-size: 3.4rem;
  }
}

.popup__text {
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 2rem;
}
@media only screen and (min-width: 1400px) {
  .popup__text {
    font-size: 1.6rem;
  }
}

.navigation li {
  display: block;
  padding: 1.4rem 0;
}
.navigation li span {
  display: block;
  font: normal 400 2.8rem/1.4 'Dancing Script', cursive;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 2px;
}
.navigation li a {
  font: normal 400 4.4rem/1 'Poppins', serif;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-touch .navigation li a:hover {
  color: #9e2525;
}
@media only screen and (min-width: 768px) {
  .navigation li a {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation li span {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .navigation li a {
    font-size: 7rem;
  }
}

blockquote {
  display: block;
  position: relative;
}
blockquote p {
  font: normal 400 3.4rem/1.6 'Dancing Script', cursive;
  color: #0A0A0A;
}
blockquote cite {
  display: block;
  font: normal 400 1.2rem/1.6 'Mulish', sans-serif;
  color: #444444;
  margin-top: 2.2rem;
}
blockquote cite span {
  display: block;
}
blockquote::before {
  content: '';
  display: block;
  width: 65px;
  height: 50px;
  margin-bottom: 3.2rem;
  background-repeat: no-repeat;
  -moz-background-size: auto;
       background-size: auto;
  background-image: url('../img/icons/icon-quote.svg');
}
blockquote.light p {
  color: #ffffff;
}
blockquote.light cite {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) {
  blockquote p {
    max-width: 520px;
  }
}
@media only screen and (min-width: 1400px) {
  blockquote p {
    max-width: 628px;
    font-size: 4rem;
  }
  blockquote cite {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------*/
/* Typography End */
/* ------------------------------------------------*/


#bgndKenburns {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: transparent;
}

/* ------------------------------------------------*/
/* Animated Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Main Section Styles Start */
/* ------------------------------------------------*/
.main {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9;
  background-color: #2c342b;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
}
.main .main__headline,
.main .main__header .menu-trigger {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.main.notify-is-visible .main__headline,
.main.notify-is-visible .main__header .menu-trigger {
  opacity: 0;
  visibility: hidden;
}
.main.menu-is-visible .main__content {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.main.move-in {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.main.move-out {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media only screen and (min-width: 1200px) {
  .main {
    overflow: hidden;
  }
  .main.move-out {
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.main__content {
  position: relative;
  height: auto;
  background-color: #2c342b;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media only screen and (min-width: 1200px) {
  .main__content {
    height: 100%;
  }
}

.main__header {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .main__header {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.header__container {
  position: relative;
  height: 100%;
  padding: 3rem 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .header__container {
    padding: 3.6rem 0 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .header__container {
    padding: 4rem 0 0 0;
  }
}

.header__content {
  position: relative;
  padding: 0 10%;
}
@media only screen and (min-width: 1200px) {
  .header__content {
    padding: 0 8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .header__content {
    padding: 0 10rem;
  }
}

.logo {
  position: relative;
  padding: 0;
  width: auto;
}

.logo img {
  width: auto;
  height: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .logo img{
    height: 120px;
  }

  .job-grinch {
    height: 30vh;
    width: auto;

  }
}

.main__headline {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media only screen and (min-width: 1200px) {
  .main__headline {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
}

.main__dataline {
  position: relative;
  width: 100%;
  padding: 0 10% 3rem 10%;
  z-index: 2;
}
.main__dataline > div {
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .main__dataline {
    position: absolute;
    bottom: 3.6rem;
    left: 0;
    padding: 0 8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .main__dataline {
    position: absolute;
    bottom: 4rem;
    left: 0;
    padding: 0 10rem;
  }
}

.headline__content {
  position: relative;
  width: 100%;
  padding: 0 10%;
}
.headline__content.centered {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .headline__content {
    padding: 0 8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .headline__content {
    padding: 0 10rem;
  }
}

.main__media {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-color: #9e2525;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .main__media {
    height: 100%;
    min-height: auto;
  }
}

.mainmedia__container {
  position: absolute;
  top: 9rem;
  left: 10%;
  width: 80%;
  height: -moz-calc(100% - 18rem);
  height: calc(100% - 18rem);
}
@media only screen and (min-width: 1200px) {
  .mainmedia__container {
    position: absolute;
    top: 9rem;
    left: 12rem;
    width: -moz-calc(100% - 24rem);
    width: calc(100% - 24rem);
  }
}
@media only screen and (min-width: 1400px) {
  .mainmedia__container {
    position: absolute;
    top: 10rem;
    left: 16rem;
    width: -moz-calc(100% - 32rem);
    width: calc(100% - 32rem);
    height: -moz-calc(100% - 20rem);
    height: calc(100% - 20rem);
  }
}

.mainmedia__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mainmedia__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
}

.mainmedia__copyright {
  position: absolute;
  bottom: 3.6rem;
  left: 0;
  width: 100%;
  padding: 0 10%;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .mainmedia__copyright {
    padding: 0 8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .mainmedia__copyright {
    position: absolute;
    bottom: 4rem;
    left: 0;
    padding: 0 10rem;
  }
}

/* ------------------------------------------------*/
/* Main Section Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Menu Styles Start */
/* ------------------------------------------------*/
.menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-color: #232a22;
  background-repeat: no-repeat;
  background-position: bottom center;
  -moz-background-size: cover;
       background-size: cover;
  overflow-y: auto;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.menu .transition-el {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: opacity 0.6s, transform 0.6s;
  -moz-transition: opacity 0.6s, transform 0.6s, -moz-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s;
}
.menu .opacity-el {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.menu.animate-in {
  opacity: 1;
  visibility: visible;
}
.menu.animate-in .transition-el {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.menu.animate-in .opacity-el {
  opacity: 1;
}
.menu.animate-in .transition-el-1 {
  -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  -o-transition: opacity 0.3s 0.7s, transform 0.3s 0.7s;
  -moz-transition: opacity 0.3s 0.7s, transform 0.3s 0.7s, -moz-transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, transform 0.3s 0.7s, -webkit-transform 0.3s 0.7s, -moz-transform 0.3s 0.7s;
}
.menu.animate-in .transition-el-2 {
  -webkit-transition: opacity 0.3s 0.8s, -webkit-transform 0.3s 0.8s;
  transition: opacity 0.3s 0.8s, -webkit-transform 0.3s 0.8s;
  -o-transition: opacity 0.3s 0.8s, transform 0.3s 0.8s;
  -moz-transition: opacity 0.3s 0.8s, transform 0.3s 0.8s, -moz-transform 0.3s 0.8s;
  transition: opacity 0.3s 0.8s, transform 0.3s 0.8s;
  transition: opacity 0.3s 0.8s, transform 0.3s 0.8s, -webkit-transform 0.3s 0.8s, -moz-transform 0.3s 0.8s;
}
.menu.animate-in .transition-el-3 {
  -webkit-transition: opacity 0.3s 0.9s, -webkit-transform 0.3s 0.9s;
  transition: opacity 0.3s 0.9s, -webkit-transform 0.3s 0.9s;
  -o-transition: opacity 0.3s 0.9s, transform 0.3s 0.9s;
  -moz-transition: opacity 0.3s 0.9s, transform 0.3s 0.9s, -moz-transform 0.3s 0.9s;
  transition: opacity 0.3s 0.9s, transform 0.3s 0.9s;
  transition: opacity 0.3s 0.9s, transform 0.3s 0.9s, -webkit-transform 0.3s 0.9s, -moz-transform 0.3s 0.9s;
}
.menu.animate-in .transition-el-4 {
  -webkit-transition: opacity 0.3s 1s, -webkit-transform 0.3s 1s;
  transition: opacity 0.3s 1s, -webkit-transform 0.3s 1s;
  -o-transition: opacity 0.3s 1s, transform 0.3s 1s;
  -moz-transition: opacity 0.3s 1s, transform 0.3s 1s, -moz-transform 0.3s 1s;
  transition: opacity 0.3s 1s, transform 0.3s 1s;
  transition: opacity 0.3s 1s, transform 0.3s 1s, -webkit-transform 0.3s 1s, -moz-transform 0.3s 1s;
}
.menu.animate-in .transition-el-5 {
  -webkit-transition: opacity 0.3s 1.1s, -webkit-transform 0.3s 1.1s;
  transition: opacity 0.3s 1.1s, -webkit-transform 0.3s 1.1s;
  -o-transition: opacity 0.3s 1.1s, transform 0.3s 1.1s;
  -moz-transition: opacity 0.3s 1.1s, transform 0.3s 1.1s, -moz-transform 0.3s 1.1s;
  transition: opacity 0.3s 1.1s, transform 0.3s 1.1s;
  transition: opacity 0.3s 1.1s, transform 0.3s 1.1s, -webkit-transform 0.3s 1.1s, -moz-transform 0.3s 1.1s;
}
.menu.animate-in .opacity-el-1 {
  -webkit-transition: opacity 0.8s 1.3s;
  -o-transition: opacity 0.8s 1.3s;
  -moz-transition: opacity 0.8s 1.3s;
  transition: opacity 0.8s 1.3s;
}
.menu.animate-out {
  opacity: 0;
  visibility: hidden;
}
.menu.move-out {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media only screen and (min-width: 1200px) {
  .menu {
    width: 50%;
  }
}

.menu__container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.menu__content {
  height: 100%;
  min-height: 600px;
}

.navigation {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 10%;
}
@media only screen and (min-width: 1200px) {
  .navigation {
    padding: 0 8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .navigation {
    padding: 0 10rem;
  }
}

.dataline {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  padding: 0 10%;
  line-height: 1.2;
  font: normal 400 1.2rem/1.2 'Poppins', serif;
}
@media only screen and (min-width: 1200px) {
  .dataline {
    position: absolute;
    bottom: 3.6rem;
    left: 0;
    padding: 0 8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .dataline {
    position: absolute;
    bottom: 4rem;
    left: 0;
    padding: 0 10rem;
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------*/
/* Menu Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Socials Start */
/* ------------------------------------------------*/
.socials-text {
  display: block;
  font-size: 1.2rem;
}
.socials-text li {
  display: inline-block;
  font: normal 400 2rem/1 'Dancing Script', cursive;
}
.socials-text li::after {
  content: '/';
  display: inline-block;
  height: auto;
  margin: 0 1rem 0 1.2rem;
  font: normal 400 2rem/1 'Dancing Script', cursive;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
.socials-text li:last-of-type::after {
  display: none;
}
.socials-text li a {
  height: auto;
  font: normal 400 2rem/1 'Dancing Script', cursive;
  letter-spacing: 0.1rem;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.no-touch .socials-text li:hover a {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1400px) {
  .socials-text {
    font-size: 2rem;
  }
  .socials-text li::after {
    font-size: 2rem;
  }
  .socials-text li a {
    font-size: 2rem;
  }
}

.socials-icons {
  display: block;
  margin-bottom: 1rem;
}
.socials-icons li {
  display: inline-block;
  font: normal 400 1.2rem/1.2 'Poppins', serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-right: 2.4rem;
}
.socials-icons li:last-of-type {
  margin-right: 0;
}
.socials-icons li a {
  height: auto;
  font: normal 400 1.2rem/1.2 'Poppins', serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.no-touch .socials-icons li a:hover {
  color: #bb6666;
}
@media only screen and (min-width: 768px) {
  .socials-icons {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .socials-icons li {
    font-size: 1.3rem;
  }
  .socials-icons li a {
    font-size: 1.3rem;
  }
}

.email-link {
  display: inline-block;
  font: normal 400 2rem/1 'Dancing Script', cursive;
  letter-spacing: 0.1rem;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.no-touch .email-link:hover {
  color: #bb6666;
}

/* ------------------------------------------------*/
/* Socials End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Countdown Styles Start */
/* ------------------------------------------------*/
.countdown {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.countdown.countdown-days .countdown-period {
  display: none;
}
.countdown.countdown-days #countdown {
  font: normal 500 8.8rem/1 'Poppins', serif;
  color: #ffffff;
}
.countdown.countdown-days .help-text {
  display: block;
  font: normal 500 1.2rem/1 'Poppins', serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
.countdown.countdown-full .countdown-section {
  display: inline-block;
  padding: 0 1rem;
}
.countdown.countdown-full .countdown-period {
  display: block;
  font: normal 500 1.2rem/1.6 'Mulish', sans-serif;
  letter-spacing: normal;
  color: #ffffff;
}
.countdown.countdown-full #countdown-large {
  font: normal 500 3rem/0.9 'Poppins', serif;
  color: #ffffff;
  margin-top: 2.4rem;
}
.countdown.countdown-full .help-text {
  display: block;
  font: normal 500 1.2rem/1 'Poppins', serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .countdown.countdown-full .countdown-section {
    padding: 0 1.6rem;
    min-width: 8.6rem;
  }
  .countdown.countdown-full #countdown-large {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .countdown.countdown-days #countdown {
    font-size: 12rem;
  }
  .countdown.countdown-days .help-text {
    font-size: 1.6rem;
  }
  .countdown.countdown-full .countdown-section {
    padding: 0 1.8rem;
    min-width: 9.4rem;
  }
  .countdown.countdown-full .countdown-period {
    font-size: 1.4rem;
  }
  .countdown.countdown-full #countdown-large {
    font-size: 5.4rem;
    margin-top: 3rem;
  }
  .countdown.countdown-full .help-text {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------*/
/* Countdown Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Popup Dialogs Start */
/* ------------------------------------------------*/
.notify {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.notify.animate-in {
  opacity: 1;
  visibility: visible;
}
.notify.animate-in .transition-el {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.notify.animate-in .transition-el-1 {
  -webkit-transition: opacity 0.3s 0.3s -0.2s, -webkit-transform 0.3s 0.3s -0.2s;
  transition: opacity 0.3s 0.3s -0.2s, -webkit-transform 0.3s 0.3s -0.2s;
  -o-transition: opacity 0.3s 0.3s -0.2s, transform 0.3s 0.3s -0.2s;
  -moz-transition: opacity 0.3s 0.3s -0.2s, transform 0.3s 0.3s -0.2s, -moz-transform 0.3s 0.3s -0.2s;
  transition: opacity 0.3s 0.3s -0.2s, transform 0.3s 0.3s -0.2s;
  transition: opacity 0.3s 0.3s -0.2s, transform 0.3s 0.3s -0.2s, -webkit-transform 0.3s 0.3s -0.2s, -moz-transform 0.3s 0.3s -0.2s;
}
.notify.animate-in .transition-el-2 {
  -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s, transform 0.3s 0.2s, -moz-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s, -moz-transform 0.3s 0.2s;
}
.notify.animate-in .transition-el-3 {
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, -moz-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s, -moz-transform 0.3s 0.3s;
}
.notify.animate-in .transition-el-4 {
  -webkit-transition: opacity 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  -o-transition: opacity 0.3s 0.4s, transform 0.3s 0.4s;
  -moz-transition: opacity 0.3s 0.4s, transform 0.3s 0.4s, -moz-transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, transform 0.3s 0.4s, -webkit-transform 0.3s 0.4s, -moz-transform 0.3s 0.4s;
}
.notify.animate-in .transition-el-5 {
  -webkit-transition: opacity 0.3s 0.5s, background-color 0.3s 0s, -webkit-transform 0.3s 0.5s, -webkit-box-shadow 0.3s 0s;
  transition: opacity 0.3s 0.5s, background-color 0.3s 0s, -webkit-transform 0.3s 0.5s, -webkit-box-shadow 0.3s 0s;
  -o-transition: opacity 0.3s 0.5s, transform 0.3s 0.5s, background-color 0.3s 0s, box-shadow 0.3s 0s;
  -moz-transition: opacity 0.3s 0.5s, transform 0.3s 0.5s, background-color 0.3s 0s, box-shadow 0.3s 0s, -moz-transform 0.3s 0.5s, -moz-box-shadow 0.3s 0s;
  transition: opacity 0.3s 0.5s, transform 0.3s 0.5s, background-color 0.3s 0s, box-shadow 0.3s 0s;
  transition: opacity 0.3s 0.5s, transform 0.3s 0.5s, background-color 0.3s 0s, box-shadow 0.3s 0s, -webkit-transform 0.3s 0.5s, -moz-transform 0.3s 0.5s, -webkit-box-shadow 0.3s 0s, -moz-box-shadow 0.3s 0s;
}
.notify.animate-out {
  opacity: 0;
  visibility: hidden;
}
.notify .transition-el {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
@media only screen and (min-width: 1200px) {
  .notify {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .notify.dark {
    background-color: transparent;
  }
  .notify.light {
    background-color: transparent;
  }
}

.notify__container {
  position: relative;
  width: 100%;
  height: 100%;
}

.notify__content {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

/* ------------------------------------------------*/
/* Popup Dialogs End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Content Section Styles Start */
/* ------------------------------------------------*/
.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f5efe3;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s ease-in-out;
  -o-transition: opacity 0.6s, visibility 0.6s, transform 0.6s ease-in-out;
  -moz-transition: opacity 0.6s, visibility 0.6s, transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
  transition: opacity 0.6s, visibility 0.6s, transform 0.6s ease-in-out;
  transition: opacity 0.6s, visibility 0.6s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
}
.inner.animate-in {
  z-index: 11;
  opacity: 1;
  visibility: visible;
}
.inner.animate-out {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.inner.to-back {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1200px) {
  .inner {
    overflow: hidden;
  }
  .inner.animate-out {
    -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.inner__content,
.inner__media {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .inner__content,
.inner__media {
    height: 100%;
  }
}

.inner__content {
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .inner__content {
    height: 100%;
    overflow-y: auto;
  }
}

.inner__block {
  position: relative;
  padding: 9rem 0;
}
.inner__block.no-padding {
  padding: 0;
}
@media only screen and (min-width: 1400px) {
  .inner__block {
    padding: 10rem 0;
  }
}

.inner__container {
  position: relative;
  padding: 0 10%;
  margin-bottom: 5rem;
}
.inner__container:last-of-type {
  margin-bottom: 0;
}
.inner__container.grid-block {
  padding: 0 -moz-calc(10% - 15px);
  padding: 0 calc(10% - 15px);
}
.inner__container.notify-width {
  max-width: 500px;
  margin: 0 auto 5rem;
}
.inner__container.notify-width:last-of-type {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .inner__container.notify-width {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner__container {
    padding: 0 8rem;
  }
  .inner__container.grid-block {
    padding: 0 -moz-calc(8rem - 15px);
    padding: 0 calc(8rem - 15px);
  }
  .inner__container.notify-width {
    max-width: 540px;
  }
}
@media only screen and (min-width: 1400px) {
  .inner__container {
    padding: 0 10rem;
    margin-bottom: 6rem;
  }
  .inner__container.grid-block {
    padding: 0 -moz-calc(10rem - 15px);
    padding: 0 calc(10rem - 15px);
  }
  .inner__container.notify-width {
    max-width: 640px;
    margin: 0 auto 6rem;
  }
  .inner__container.notify-width:last-of-type {
    margin: 0 auto;
  }
}

.inner__media {
  height: 100vh;
  min-height: 600px;
  background-color: #9e2525;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .inner__media {
    height: 100%;
    min-height: auto;
  }
}

.media__container {
  position: absolute;
  top: 9rem;
  left: 10%;
  width: 80%;
  height: -moz-calc(100% - 18rem);
  height: calc(100% - 18rem);
}
@media only screen and (min-width: 1200px) {
  .media__container {
    position: absolute;
    top: 9rem;
    left: 12rem;
    width: -moz-calc(100% - 24rem);
    width: calc(100% - 24rem);
  }
}
@media only screen and (min-width: 1400px) {
  .media__container {
    position: absolute;
    top: 10rem;
    left: 16rem;
    width: -moz-calc(100% - 32rem);
    width: calc(100% - 32rem);
    height: -moz-calc(100% - 20rem);
    height: calc(100% - 20rem);
  }
}

.media__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
}

.media__copyright {
  position: absolute;
  bottom: 3.6rem;
  left: 0;
  width: 100%;
  padding: 0 10%;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .media__copyright {
    padding: 0 8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .media__copyright {
    position: absolute;
    bottom: 4rem;
    left: 0;
    padding: 0 10rem;
  }
}

/* ------------------------------------------------*/
/* Content Section Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Custom Skillbars Styles Start */
/* ------------------------------------------------*/
.show-skillbar {
  display: block;
  padding: 0;
  margin-bottom: 3rem;
}
.show-skillbar:last-of-type {
  margin-bottom: 0;
}

.skillbar {
  position: relative;
  width: 100%;
  height: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  font: normal 600 1.8rem/1.8 'Poppins', serif;
  text-transform: uppercase;
  color: #0A0A0A;
  height: 3rem;
}

.skillbar-bar {
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0px;
  height: 1px;
  background-color: #000000;
}

.skill-bar-percent {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font: normal 600 1.8rem/1.8 'Poppins', serif;
  font-variant-numeric: lining-nums;
  text-transform: uppercase;
  color: #0A0A0A;
  height: 3rem;
}

/* ------------------------------------------------*/
/* Custom Skillbars Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Start */
/* ------------------------------------------------*/
.features__item {
  position: relative;
  text-align: left;
  margin-bottom: 5rem;
}
.features__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .features__item {
    margin-bottom: 0;
  }
}

.features__image {
  display: block;
  width: auto;
  height: auto;
}

.features__title {
  font: normal 600 1.8rem/1.2 'Poppins', serif;
  color: #0A0A0A;
  margin-top: 2.2rem;
}

.features__text {
  margin-top: 1.1rem;
  color: #444444;
}

/* ------------------------------------------------*/
/* Features End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Team Start */
/* ------------------------------------------------*/
.team__item {
  position: relative;
  text-align: left;
  margin-bottom: 5rem;
}
.team__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .team__item {
    margin-bottom: 0;
  }
}

.team__image {
  display: block;
  width: 100%;
}

.team__title {
  font: normal 600 2rem/1 'Poppins', serif;
  text-transform: uppercase;
  color: #0A0A0A;
  margin-top: 2.8rem;
}
.team__title small {
  display: block;
  text-transform: none;
  font: normal 400 2rem/1.6 'Dancing Script', cursive;
  letter-spacing: 0.1rem;
  color: #616161;
  margin-top: 0;
}

.team__text {
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
  color: #444444;
  margin-top: 1.3rem;
}

.team__socials {
  display: block;
  position: relative;
  line-height: 1;
  margin-top: 2.3rem;
}
.team__socials li {
  display: inline-block;
  margin-right: 1.8rem;
}
.team__socials li:last-of-type {
  margin-right: 0;
}
.team__socials li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  color: #616161;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-touch .team__socials li:hover a {
  color: #9e2525;
}

/* ------------------------------------------------*/
/* Team End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Contact Data Start */
/* ------------------------------------------------*/
.contact-data__item {
  position: relative;
  text-align: left;
  margin-bottom: 3rem;
}
.contact-data__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .contact-data__item:nth-of-type(3) {
    margin-bottom: 0;
  }
}

.contact-data__title {
  margin-bottom: 0.3rem;
}

.contact-data__text {
  position: relative;
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
  color: #616161;
}
.contact-data__text a {
  position: relative;
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
  color: #616161;
  z-index: 1;
}
.contact-data__text a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #9e2525;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-touch .contact-data__text a:hover {
  color: #0A0A0A;
}
.no-touch .contact-data__text a:hover::after {
  width: 100%;
}

.contact-data__socials li {
  display: block;
  position: relative;
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
}
.contact-data__socials li a {
  position: relative;
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
  color: #616161;
}
.contact-data__socials li a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #9e2525;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-touch .contact-data__socials li:hover a {
  color: #0A0A0A;
}
.no-touch .contact-data__socials li:hover a::after {
  width: 100%;
}

/* ------------------------------------------------*/
/* Contact Data End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Google Map Start */
/* ------------------------------------------------*/
.map {
  position: relative;
  width: 100%;
  height: 100%;
}

#google-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#google-map {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  #google-map {
    width: 100%;
  }
}

#zoom-in, #zoom-out {
  position: relative;
  height: 4rem;
  width: 4rem;
  -moz-border-radius: 2px;
       border-radius: 2px;
  line-height: 4.1rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background-color: #9e2525;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#zoom-in .btn-icon, #zoom-out .btn-icon {
  position: relative;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.no-touch #zoom-in:hover, .no-touch #zoom-out:hover {
  background-color: #333333;
}

#zoom-out {
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}

/* ------------------------------------------------*/
/* Google Map End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Gallery Custom Styles Start */
/* ------------------------------------------------*/
.gallery {
  position: relative;
}

.my-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
.my-gallery figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
.my-gallery figure:nth-of-type(1)::after {
  background-color: #e6e0de;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 224, 222, 0)), color-stop(30%, rgba(230, 224, 222, 0)), to(rgba(230, 224, 222, 0.8)));
  background: -moz-linear-gradient(top, rgba(230, 224, 222, 0) 0%, rgba(230, 224, 222, 0) 30%, rgba(230, 224, 222, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(230, 224, 222, 0) 0%, rgba(230, 224, 222, 0) 30%, rgba(230, 224, 222, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(230, 224, 222, 0) 0%, rgba(230, 224, 222, 0) 30%, rgba(230, 224, 222, 0.8) 100%);
}
.my-gallery figure:nth-of-type(2)::after, .my-gallery figure:nth-of-type(3)::after {
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
}
.my-gallery figure:nth-of-type(4)::after {
  background-color: #2c342b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 52, 43, 0)), color-stop(30%, rgba(44, 52, 43, 0)), to(rgba(44, 52, 43, 0.6)));
  background: -moz-linear-gradient(top, rgba(44, 52, 43, 0) 0%, rgba(44, 52, 43, 0) 30%, rgba(44, 52, 43, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(44, 52, 43, 0) 0%, rgba(44, 52, 43, 0) 30%, rgba(44, 52, 43, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(44, 52, 43, 0) 0%, rgba(44, 52, 43, 0) 30%, rgba(44, 52, 43, 0.6) 100%);
}
.my-gallery figure figcaption {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: -moz-calc(100% - 6rem);
  width: calc(100% - 6rem);
  height: -moz-calc(100% - 6rem);
  height: calc(100% - 6rem);
  text-align: center;
  z-index: 1;
}
.my-gallery figure figcaption h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000000;
}
.my-gallery figure figcaption h4 small {
  color: #000000;
}
.my-gallery figure figcaption p {
  display: none;
}
.my-gallery figure:nth-of-type(2) figcaption h4, .my-gallery figure:nth-of-type(3) figcaption h4, .my-gallery figure:nth-of-type(4) figcaption h4 {
  color: #ffffff;
}
.my-gallery figure:nth-of-type(2) figcaption h4 small, .my-gallery figure:nth-of-type(3) figcaption h4 small, .my-gallery figure:nth-of-type(4) figcaption h4 small {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 1200px) {
  .my-gallery figure {
    height: 50vh;
  }
  .my-gallery figure::after {
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  }
  .my-gallery figure:nth-of-type(1)::after {
    background: rgba(230, 224, 222, 0.8);
  }
  .my-gallery figure:nth-of-type(2)::after, .my-gallery figure:nth-of-type(3)::after {
    background: rgba(0, 0, 0, 0.6);
  }
  .my-gallery figure:nth-of-type(4)::after {
    background: rgba(44, 52, 43, 0.8);
  }
  .my-gallery figure img {
    width: auto;
    height: 50vh;
  }
  .my-gallery figure .works-image {
    opacity: 0;
  }
  .my-gallery figure .works-link {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
  }
  .my-gallery figure .works-link .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
         background-size: cover;
    -webkit-transition: background-position 0.5s;
    -o-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
  }
  .my-gallery figure figcaption h4 {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(calc(-50% + 1.6rem));
       -moz-transform: translateY(-moz-calc(-50% + 1.6rem));
        -ms-transform: translateY(calc(-50% + 1.6rem));
            transform: translateY(calc(-50% + 1.6rem));
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  }
  .no-touch .my-gallery figure:hover::after {
    opacity: 1;
  }
  .no-touch .my-gallery figure:hover figcaption h4 {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}

.pswp__caption__center {
  text-align: center;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.pswp__caption__center h4 {
  font: normal 600 1.8rem/1 'Poppins', serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.pswp__caption__center h4 small {
  display: block;
  text-transform: none;
  font: normal 400 2rem/1.6 'Dancing Script', cursive;
  letter-spacing: 0.1rem;
  color: rgba(255, 255, 255, 0.8);
}
.pswp__caption__center p {
  font: normal 400 1.4rem/1.6 'Mulish', sans-serif;
  color: rgba(255, 255, 255, 0.6);
}

.pswp__counter {
  font-family: 'Poppins', serif;
}

.pswp__button--close {
  opacity: 1;
}

.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
  width: 44px;
  height: 44px;
}

.pswp__button--arrow--left:before {
  left: 0;
  background-position: -132px -44px;
}

.pswp__button--arrow--right:before {
  right: 0;
  background-position: -88px -44px;
}

.pswp__bg {
  background: #1a1f1a;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__caption, .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__button--close {
  background-color: #e2baa6;
}

/* ------------------------------------------------*/
/* Gallery Custom Styles End */
/* ------------------------------------------------*/

@media only screen and (max-width: 1199px) {
  .OSmediaQuery{
    bottom:3rem!important
  }
}
