/*
* MAGIC - Universal Coming Soon Template
* Build Date: March 2016
* Last Update: March 2016
* Author: Madeon08
* Copyright (C) 2016 Madeon08
* This is a premium product available exclusively here : http://themeforest.net/user/Madeon08/portfolio
*/
/*  TABLE OF CONTENTS
    ---------------------------
    *. @Import & Reset
    1. Generic styles
    2. Loading
    3. Home
    4. Info
       4.1 Info > Text block & Slider
       4.2 Info > Gallery
       4.3 Info > Map & Contact form 
    5. Footer/Copyright
    6. Newsletter
    7. Buttons & Annex
    8. Media Queries
*/
/* ------------------------------------- */
/* *. @Import & Reset .................. */
/* ------------------------------------- */
/* http://bourbon.io/ Sass Mixin Library */
/* custom CSS files */
@import url(font-awesome.min.css);
@import url(ionicons.min.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(photoswipe.css);
@import url(default-skin/default-skin.css);
@import url(vegas.css);
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Stalemate&display=swap');
/*
* http://meyerweb.com/eric/tools/css/reset/ 
* v2.0 | 20110126
* License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------------------------------- */
/* 1. Generic styles ................... */
/* ------------------------------------- */
body {
    background: #20232d;
    font-family: "Raleway", "Open Sans", "Helvetica Neue", "Lucida Grande",
        Arial, Verdana, sans-serif;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.5em;
    height: 100%;
    overflow: hidden;
}

.scroll-touch {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body,
html {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}

body,
input,
select,
textarea {
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

a {
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}
a:hover {
    color: #00af94;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:focus {
    outline: none !important;
    text-decoration: none !important;
    color: #000000;
}

button {
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    cursor: pointer;
}
button:hover,
button:active,
button:focus {
    outline: none !important;
    text-decoration: none !important;
    color: #2b2d35;
}

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0;
    font-size: 1em;
    line-height: 1.6em;
    color: #ffffff;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.3em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: inherit;
}

h1 {
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

h4 {
    font-size: 25px;
    margin-bottom: 25px;
}

h5 {
    font-size: 20px;
    margin-bottom: 25px;
}

h6 {
    font-size: 15px;
    margin-bottom: 25px;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

.clear {
    clear: both;
}

.display-none {
    display: none !important;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.opacity-0 {
    opacity: 0 !important;
    visibility: hidden !important;
}

.opacity-03 {
    opacity: 0.3 !important;
}

.opacity-1 {
    opacity: 1 !important;
    visibility: visible !important;
}

.index-999 {
    z-index: -999 !important;
}

/* ------------------------------------- */
/* 2. Loading .......................... */
/* ------------------------------------- */
#loading {
    width: 100vw;
    height: 100vh;
    background: #20232d;
    position: fixed;
    z-index: 999;
}
#loading .small-first {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50vh;
    left: 50%;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: transparent;
}
#loading .small-second {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: transparent;
    top: 50vh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#loading .small-second:after {
    /* Text under the circles */
    content: "";
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #4d515f;
    letter-spacing: 1px;
    top: 70px;
    width: 100vw;
    left: calc(-50vw + 20px);
    right: 0;
    height: 1px;
    text-align: center;
}
#loading .wide-ball {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50vh;
    left: 50%;
    background-color: transparent;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-animation: wide-anim 2s infinite linear;
    -moz-animation: wide-anim 2s infinite linear;
    animation: wide-anim 2s infinite linear;
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#loading .wide-ball .big {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #00c8aa, 0px 0px 20px #00c8aa, 0px 0px 30px #00c8aa,
        0px 0px 50px #00c8aa, 0px 0px 60px #00c8aa;
    z-index: 1;
    background-color: #00c8aa;
}
#loading .ball {
    border-radius: 50%;
    position: absolute;
}
#loading .small {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    -webkit-animation: little-anim 2s infinite ease;
    -moz-animation: little-anim 2s infinite ease;
    animation: little-anim 2s infinite ease;
    -webkit-box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
}
#loading .small:nth-child(1) {
    top: 0%;
    left: 0%;
}
#loading .small:nth-child(2) {
    top: 0%;
    right: 0%;
}
#loading .small:nth-child(3) {
    right: 0%;
    bottom: 0%;
}
#loading .small:nth-child(4) {
    bottom: 0%;
    left: 0%;
}
#loading .smallball1 {
    -webkit-animation-delay: -1.75s;
    -moz-animation-delay: -1.75s;
    animation-delay: -1.75s;
}
#loading .smallball6 {
    -webkit-animation-delay: -1.5s;
    -moz-animation-delay: -1.5s;
    animation-delay: -1.5s;
}
#loading .smallball2 {
    -webkit-animation-delay: -1.25s;
    -moz-animation-delay: -1.25s;
    animation-delay: -1.25s;
}
#loading .smallball7 {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    animation-delay: -1s;
}
#loading .smallball3 {
    -webkit-animation-delay: -0.75s;
    -moz-animation-delay: -0.75s;
    animation-delay: -0.75s;
}
#loading .smallball8 {
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
#loading .smallball4 {
    -webkit-animation-delay: -0.25s;
    -moz-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
#loading .smallball5 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}
@-webkit-keyframes wide-anim {
    0% {
        -webkit-transform-origin: center;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }
    100% {
        -webkit-transform-origin: center;
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}
@-moz-keyframes wide-anim {
    0% {
        -moz-transform-origin: center;
        -moz-transform: translate(-50%, -50%) rotate(45deg);
    }
    100% {
        -moz-transform-origin: center;
        -moz-transform: translate(-50%, -50%) rotate(405deg);
    }
}
@keyframes wide-anim {
    0% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
    100% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
        -moz-transform: translate(-50%, -50%) rotate(405deg);
        -ms-transform: translate(-50%, -50%) rotate(405deg);
        -o-transform: translate(-50%, -50%) rotate(405deg);
        transform: translate(-50%, -50%) rotate(405deg);
    }
}
@-webkit-keyframes little-anim {
    0% {
        -webkit-transform: scale(1);
        background-color: #00c8aa;
    }
    10% {
        -webkit-transform: scale(1.3);
        box-shadow: 0px 0px 10px #00c8aa, 0px 0px 20px #00c8aa,
            0px 0px 30px #00c8aa, 0px 0px 50px #00c8aa, 0px 0px 60px #00c8aa;
    }
    15% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1);
        background-color: #00c8aa;
    }
    100% {
        -webkit-transform: scale(1);
        background-color: #00c8aa;
    }
}
@-moz-keyframes little-anim {
    0% {
        -moz-transform: scale(1);
        background-color: #00c8aa;
    }
    10% {
        -moz-transform: scale(1.3);
        box-shadow: 0px 0px 10px #00c8aa, 0px 0px 20px #00c8aa,
            0px 0px 30px #00c8aa, 0px 0px 50px #00c8aa, 0px 0px 60px #00c8aa;
    }
    15% {
        -moz-transform: scale(1);
    }
    25% {
        -moz-transform: scale(1);
        background-color: #00c8aa;
    }
    100% {
        -moz-transform: scale(1);
        background-color: #00c8aa;
    }
}
@keyframes little-anim {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        background-color: #00c8aa;
    }
    10% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        box-shadow: 0px 0px 10px #00c8aa, 0px 0px 20px #00c8aa,
            0px 0px 30px #00c8aa, 0px 0px 50px #00c8aa, 0px 0px 60px #00c8aa;
    }
    15% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        background-color: #00c8aa;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        background-color: #00c8aa;
    }
}
/* ------------------------------------- */
/* 3. Home ............................. */
/* ------------------------------------- */
.home-part {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 0;
    overflow-x: hidden!important;
}

.Wallop {
    position: relative;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #20232d;
}

.Wallop-list {
    position: relative;
    overflow: hidden;
}

.Wallop-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.Wallop-item.Wallop-item--current {
    visibility: visible;
    position: relative;
}
.Wallop-item.Static-sliderItem {
    width: 100vw;
    height: 100vh;
}
.Wallop-item.Static-sliderItem .Static-sliderItemImage {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.Wallop-item.Static-sliderItem .Static-sliderItemText {
    position: fixed;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    z-index: 999;
    left: 50px;
    bottom: 40px;
}
.Wallop-item.Static-sliderItem .Static-sliderItemText p.credit {
    color: rgba(242, 243, 247, 0.8);
    font-weight: 600;
    position: relative;
    top: 0;
}

.Wallop-buttonNext,
.Wallop-buttonPrevious {
    border: none;
    webkit-appearance: none;
    z-index: 999;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    font-size: 2em;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    -webkit-animation: wallofade 700ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: wallofade 700ms cubic-bezier(0.77, 0, 0.175, 1);
    animation: wallofade 700ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.Wallop-buttonNext:hover,
.Wallop-buttonNext:active,
.Wallop-buttonNext:focus,
.Wallop-buttonPrevious:hover,
.Wallop-buttonPrevious:active,
.Wallop-buttonPrevious:focus {
    color: #ffffff;
}

.Wallop-buttonPrevious {
    left: 50px;
    text-align: left;
}

.Wallop-buttonNext {
    right: 50px;
    text-align: right;
}

.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
    -webkit-animation: wallofade 700ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: wallofade 700ms cubic-bezier(0.77, 0, 0.175, 1);
    animation: wallofade 700ms cubic-bezier(0.77, 0, 0.175, 1);
}

.Wallop--fade .Wallop-item--showPrevious,
.Wallop--fade .Wallop-item--showNext {
    -webkit-animation: wallofadeinvert 700ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: wallofadeinvert 700ms cubic-bezier(0.77, 0, 0.175, 1);
    animation: wallofadeinvert 700ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*==========  FADE ANIMATIONS  ==========*/
@-webkit-keyframes wallofade {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.3);
    }
}
@-moz-keyframes wallofade {
    from {
        opacity: 1;
        -moz-transform: scale(1);
    }
    to {
        opacity: 0;
        -moz-transform: scale(1.3);
    }
}
@keyframes wallofade {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@-webkit-keyframes wallofadeinvert {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes wallofadeinvert {
    from {
        opacity: 0;
        -moz-transform: scale(1.3);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@keyframes wallofadeinvert {
    from {
        opacity: 0;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.content {
    position: absolute;
    z-index: 0;
    left: 0;
    padding: 0;
    top: 50%;
    z-index: 10;
    width: 100%;
    padding: 0 10%;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translate3d(0px, -50%, 0px);
    -moz-transform: translate3d(0px, -50%, 0px);
    -ms-transform: translate3d(0px, -50%, 0px);
    -o-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible;
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 35px;
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: 0.6;
}
.scroll-indicator:hover {
    opacity: 1;
}
.scroll-indicator:hover .m_scroll_arrows.doi {
    margin-top: -3px;
}
.scroll-indicator:hover .m_scroll_arrows.trei {
    margin-top: -1px;
}
.scroll-indicator .m_scroll_arrows {
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin: 0 auto;
    width: 16px;
    height: 16px;
}
.scroll-indicator .m_scroll_arrows.unu,
.scroll-indicator .m_scroll_arrows.doi,
.scroll-indicator .m_scroll_arrows.trei {
    -webkit-animation: arrow-scroll 1s infinite;
    -moz-animation: arrow-scroll 1s infinite;
    animation: arrow-scroll 1s infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
}
.scroll-indicator .m_scroll_arrows.unu {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
    margin-top: 1px;
}
.scroll-indicator .m_scroll_arrows.doi {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
    margin-top: -6px;
}
.scroll-indicator .m_scroll_arrows.trei {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
    margin-top: -6px;
}

@-webkit-keyframes arrow-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes arrow-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes arrow-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
/* ------------------------------------- */
/* 4. Info ............................. */
/* ------------------------------------- */
.info-part {
    background: #ffffff;
    color: #2f363b;
    position: relative;
    text-align: left;
    /* ------------------------------------- */
    /* 4.1 Info > Text block & Slider ...... */
    /* ------------------------------------- */
    /* ------------------------------------- */
    /* 4.2 Info > Gallery .................. */
    /* ------------------------------------- */
    /* ------------------------------------- */
    /* 4.3 Info > Map & Contact form ....... */
    /* ------------------------------------- */
}
.info-part h1,
.info-part h2,
.info-part h3,
.info-part h4,
.info-part h5,
.info-part h6,
.info-part p {
    color: #2f363b;
}
.info-part .info-header {
    padding: 0;
    max-width: 100vw;
    overflow: hidden;
}
.info-part .info-header .no-margin {
    margin: 0;
}
.info-part .info-header .logo-info {
    max-width: 150px;
    margin-bottom: 15px;
    display: inline-block;
}
.info-part .info-header .text-info {
    padding: 0;
    height: 600px;
}
.info-part .info-header .text-info .content-info {
    position: absolute;
    z-index: 0;
    left: 0;
    padding: 0;
    top: 50%;
    width: 100%;
    padding: 0 10%;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible;
}
.info-part .info-header .slideshow-info {
    min-height: 600px;
    padding: 0;
}
.info-part .info-content {
    max-width: 100vw;
    overflow: hidden;
}
.info-part .info-content .photo-line figure {
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    background: #000000;
}
.info-part .info-content .photo-line figure.clear-second {
    clear: both;
}
.info-part .info-content .photo-line figure a.box-picture {
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    background: #20232d;
}
.info-part .info-content .photo-line figure a.box-picture img {
    opacity: 0.6;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.info-part .info-content .photo-line figure a.box-picture .text-center {
    bottom: 50%;
    line-height: 1;
    height: auto;
    width: 100%;
    text-align: center;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.info-part .info-content .photo-line figure a.box-picture .text-center h4 {
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
}
.info-part .info-content .photo-line figure a.box-picture .text-center p {
    color: #f2f3f7;
    font-weight: 600;
    font-size: 0.8em;
}
.info-part .info-content .photo-line figure a.box-picture:hover {
    background: #20232d;
}
.info-part .info-content .photo-line figure a.box-picture:hover img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.info-part .info-content .photo-line figure a.box-picture:hover p {
    opacity: 1;
}
.info-part .info-content .photo-line figure img {
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.info-part .info-content .photo-line figure figcaption {
    display: none;
}
.info-part .info-content .photo-line figure .photo-details {
    background: #ffffff;
    padding: 1em;
    text-align: left;
    color: #747c83;
}
.info-part .info-content .photo-line figure .photo-details h4 {
    font-weight: 800;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-size: 0.8em;
    opacity: 1;
    color: #747c83;
}
.info-part .info-content .photo-line figure .photo-details span.border {
    display: block;
    height: 2px;
    background: #00c8aa;
    width: 10%;
    margin: 0.8em 0 1em;
}
.info-part .info-content .photo-line figure .photo-details p {
    font-size: 0.9em;
    color: #999999;
    font-weight: 500;
    line-height: 1.2;
}
.info-part .info-content .widget-angle-top-right {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    padding: 0;
    color: #00c8aa;
    font-size: 1em;
    border-top: 50px solid #2b2d35;
    border-left: 50px solid transparent;
}
.info-part .info-content .widget-angle-top-right span.icon-text {
    font-weight: 700;
    position: absolute;
    top: -47px;
    left: -22px;
}
.info-part .info-content .widget-angle-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    border: none;
    padding: 0;
    color: #00c8aa;
    font-size: 1em;
    border-bottom: 50px solid #2b2d35;
    border-left: 50px solid transparent;
}
.info-part .info-content .widget-angle-bottom-right span.icon-text {
    font-weight: 700;
    position: absolute;
    top: 23px;
    left: -22px;
}
.info-part .info-content .widget-angle-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    border: none;
    padding: 0;
    color: #00c8aa;
    font-size: 1em;
    border-bottom: 50px solid #2b2d35;
    border-right: 50px solid transparent;
}
.info-part .info-content .widget-angle-bottom-left span.icon-text {
    font-weight: 700;
    position: absolute;
    top: 23px;
    left: 7px;
}
.info-part .info-content .widget-angle-top-left {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    padding: 0;
    color: #00c8aa;
    font-size: 1em;
    border-top: 50px solid #2b2d35;
    border-right: 50px solid transparent;
}
.info-part .info-content .widget-angle-top-left span.icon-text {
    font-weight: 700;
    position: absolute;
    top: -47px;
    left: 7px;
}
.info-part .info-contact {
    padding: 0;
    max-width: 100vw;
    overflow: hidden;
}
.info-part .info-contact .no-margin {
    margin: 0;
}
.info-part .info-contact .text-info {
    padding: 0;
    height: 600px;
}
.info-part .info-contact .text-info .content-info {
    position: absolute;
    z-index: 0;
    left: 0;
    padding: 0;
    top: 50%;
    width: 100%;
    padding: 0 10%;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible;
}
.info-part .info-contact .map-info {
    min-height: 600px;
    padding: 0;
}
.info-part .info-contact .map-info #map {
    height: 600px;
    width: 100%;
    position: relative;
    z-index: 5;
    top: 0;
    left: 0;
    color: #333333 !important;
}
.info-part .info-contact .map-info #map .gm-style-iw {
    top: 12px !important;
}
.info-part .info-contact .map-info #map h6 {
    font-weight: 500;
    color: #333333;
    font-size: 1em;
    margin-bottom: 0.2em;
}
.info-part .info-contact .map-info #map p {
    font-weight: 400;
    color: #747c83;
    font-size: 1em;
    line-height: 1.5;
}
.info-part .info-contact #contact-form {
    margin-top: 40px;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.info-part .info-contact #contact-form .form-control {
    background: #ffffff;
    border: 2px solid #f2f3f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    font-weight: 400;
    outline: medium none;
    height: 40px;
    width: 100%;
    color: #000000;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    text-align: left;
}
.info-part .info-contact #contact-form .form-control:hover,
.info-part .info-contact #contact-form .form-control:focus {
    box-shadow: none;
}
.info-part
    .info-contact
    #contact-form
    .form-control::-webkit-input-placeholder {
    color: #747c83 !important;
}
.info-part .info-contact #contact-form .form-control::-moz-placeholder {
    color: #747c83 !important;
}
.info-part .info-contact #contact-form .form-control:-moz-placeholder {
    color: #747c83 !important;
}
.info-part .info-contact #contact-form .form-control:-ms-input-placeholder {
    color: #747c83 !important;
}
.info-part .info-contact #contact-form textarea.form-control {
    min-height: 90px;
}
.info-part .info-contact #contact-form button#valid-form {
    font-weight: 400;
    padding: 1em 2em;
    font-size: 1em;
    display: block;
    margin: 0;
    background: #00c8aa;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    width: calc(50% - 15px);
    line-height: 10px;
}
.info-part .info-contact #contact-form button#valid-form:hover {
    background: #00af94;
    color: #ffffff;
}
.info-part .info-contact #block-answer {
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    text-align: left;
    color: #757a86;
}
.info-part .info-contact #block-answer #answer {
    position: absolute;
    bottom: -35px;
    text-align: left;
    padding: 0 10%;
}
.info-part .info-contact .success-message,
.info-part .info-contact .error-message {
    color: #757a86;
}
.info-part .info-contact .success-message p,
.info-part .info-contact .error-message p {
    color: #757a86 !important;
}
.info-part .info-contact .success-message .ion-checkmark-round,
.info-part .info-contact .error-message .ion-checkmark-round {
    color: #27ae60;
}
.info-part .info-contact .error-message .ion-close-round {
    color: #ff3366;
}

/* ------------------------------------- */
/* 5. Footer/Copyright ................. */
/* ------------------------------------- */
footer {
    position: relative;
    padding: 15px 45px;
    background: #20232d;
    overflow: hidden;
}
footer .copyright {
    padding: 0;
    text-align: left;
}
footer .copyright p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    color: #757a86;
}
footer .social ul {
    float: right;
}
footer .social ul li {
    float: left;
}
footer .social ul li a {
    color: #757a86;
    padding: 0 10px;
}
footer .social ul li a:hover {
    color: #00c8aa;
}
footer .scroll-button {
    width: 50px;
    height: 50px;
    display: table;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    cursor: pointer;
    background: #262a36;
}
footer .scroll-button i {
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 40px;
    display: table-cell;
    vertical-align: middle;
}
footer .scroll-button:hover i {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

/* ------------------------------------- */
/* 6. Newsletter ....................... */
/* ------------------------------------- */
.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dialog {
    position: fixed;
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    pointer-events: none;
}

.dialog__overlay {
    position: absolute;
    z-index: 1;
    background: rgba(31, 34, 46, 0.9);
    opacity: 0;
    transition: opacity 0.3s;
}

.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto;
}

.dialog__content {
    width: 50%;
    max-width: 500px;
    min-width: 290px;
    background: transparent;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
    overflow: hidden;
    background-size: cover;
    border: 10px solid #2b2d35;
}
.dialog__content::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #00c8aa;
    background: rgba(32, 35, 45, 0.8);
}

.dialog--open .dialog__content {
    pointer-events: auto;
}

.dialog .close-newsletter {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 35px;
    color: #ffffff;
    font-size: 20px;
    opacity: 0.5;
}
.dialog .close-newsletter:hover {
    opacity: 1;
}
.dialog .dialog-inner {
    padding: 90px 70px;
    overflow: hidden;
}
.dialog .dialog-inner::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.dialog .dialog-inner h4 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}
.dialog .dialog-inner p {
    color: #f2f3f7;
    font-size: 16px;
}

#subscribe p {
    font-weight: 400;
}
#subscribe #notifyMe {
    max-width: 450px;
    margin: auto;
    margin-top: 2em;
}
#subscribe #notifyMe .form-group {
    margin-bottom: 1em;
}
#subscribe #notifyMe .form-group .fa {
    color: #757a86;
    position: absolute;
    text-align: center;
    top: 15px;
    left: 15px;
}
#subscribe #notifyMe .form-group .form-control {
    text-align: center;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    height: 50px;
    font-weight: 600;
    outline: medium none;
    padding: 0 1em;
    width: 100%;
    margin: auto;
    color: #000000;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
#subscribe #notifyMe .form-group .form-control:hover,
#subscribe #notifyMe .form-group .form-control:focus {
    box-shadow: none;
}
#subscribe #notifyMe .form-group .form-control::-webkit-input-placeholder {
    color: #747c83 !important;
}
#subscribe #notifyMe .form-group .form-control::-moz-placeholder {
    color: #747c83 !important;
}
#subscribe #notifyMe .form-group .form-control:-moz-placeholder {
    color: #747c83 !important;
}
#subscribe #notifyMe .form-group .form-control:-ms-input-placeholder {
    color: #747c83 !important;
}
#subscribe #notifyMe .form-group button.submit {
    border: 2px solid #00c8aa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #00c8aa;
    color: #ffffff;
    height: 50px;
    padding: 1em 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    width: 70%;
    margin: 20px auto 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
#subscribe #notifyMe .form-group button.submit:hover {
    background: #00af94;
    color: #ffffff;
}
#subscribe .block-message {
    min-height: 50px;
    position: absolute;
    bottom: -100px;
    width: 100%;
    left: 0;
    padding: 15px;
    background: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
#subscribe .block-message.show-block-error {
    bottom: 0;
    background: #ff3366;
}
#subscribe .block-message.show-block-valid {
    bottom: 0;
    background: #00c8aa;
}
#subscribe p.notify-valid {
    color: #ffffff;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
}

.dialog__overlay {
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    -moz-animation-name: anim-open;
    animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    -moz-animation-name: anim-close;
    animation-name: anim-close;
}

@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -o-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-moz-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -o-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -o-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -o-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
}
@-moz-keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -o-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
}
@keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -o-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
}
/* ------------------------------------- */
/* 7. Buttons & Annex .................. */
/* ------------------------------------- */
.light-btn {
    background: transparent;
    font-weight: 600;
    padding: 0.7em 2em;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid rgba(255, 255, 255, 0.4);
}
.light-btn:hover,
.light-btn:focus,
.light-btn:active {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.action-btn {
    background: #00c8aa;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.7em 2em;
    color: #ffffff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #00c8aa;
}
.action-btn:hover {
    background: #00af94;
    color: #ffffff;
    border-color: #00c8aa;
}

/* Photo gallery */
.pswp__bg {
    background: #20232d;
}

.pswp__caption h4 {
    margin-bottom: 10px !important;
}

/* ------------------------------------- */
/* 8. Media Queries .................... */
/* ------------------------------------- */
/* Large Devices, Wide Screens */
/* Notebook devices */
@media only screen and (max-width: 1280px) {
    h1.text-intro {
        font-size: 50px;
    }

    h2.text-intro {
        font-size: 19px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
    h1.text-intro {
        font-size: 40px;
    }

    h2.text-intro {
        font-size: 17px;
    }

    .Wallop-buttonPrevious {
        left: 25px;
    }

    .Wallop-buttonNext {
        right: 25px;
    }

    .info-header .text-info {
        padding: 100px 0 !important;
        height: auto !important;
    }
    .text-info .content-info {
        position: relative !important;
        top: auto !important;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    h1.text-intro {
        font-size: 35px;
    }

    .light-btn,
    .action-btn {
        display: table;
        float: none;
        min-width: 50%;
    }

    .light-btn {
        margin: 0 auto 15px;
    }

    .action-btn {
        margin: 0 auto;
    }

    .Wallop-buttonPrevious {
        left: 10px;
    }

    .Wallop-buttonNext {
        right: 10px;
    }

    .Wallop-item.Static-sliderItem .Static-sliderItemText {
        left: 10px !important;
        bottom: 10px !important;
    }

    .info-part .info-contact #contact-form button#valid-form {
        width: 100% !important;
    }

    #block-answer {
        position: relative !important;
    }
    #block-answer #answer {
        position: absolute !important;
        top: 20px !important;
        padding: 0 !important;
    }

    .dialog__content {
        width: 80%;
        max-width: 80%;
        min-width: 75%;
    }

    .dialog .dialog-inner {
        padding: 40px 20px 90px;
        overflow: hidden;
    }

    footer {
        padding: 30px 45px 5px;
    }
    footer .copyright {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    footer .social {
        width: 100%;
        text-align: center;
    }
    footer .social ul {
        display: inline-block;
        float: none;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    #loading .small-first {
        top: calc(50vh - 30px);
    }
    #loading .small-second {
        top: calc(50vh - 30px);
    }
    #loading .wide-ball {
        top: calc(50vh - 30px);
    }

    h1.text-intro {
        font-size: 30px;
    }

    h2.text-intro {
        font-size: 16px;
    }

    .light-btn,
    .action-btn {
        min-width: 70%;
    }

    .Static-sliderItemText {
        display: none;
    }

    .dialog__content {
        width: 95%;
        max-width: 95%;
        min-width: 75%;
    }

    .dialog .close-newsletter {
        top: 2px;
        right: 5px;
    }
    .dialog .dialog-inner {
        padding: 40px 20px 50px;
    }
    .dialog .dialog-inner h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    #subscribe .block-message {
        padding: 5px 2px;
    }
    #subscribe p.notify-valid {
        font-size: 12px;
    }
}
/* Only for tablet in landscape mode */
/* Only for phone in landscape mode */
@media screen and (max-device-width: 667px) and (orientation: landscape) {
    .content {
        padding: 0;
    }

    h1.text-intro {
        font-size: 30px;
    }

    h2.text-intro {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .light-btn,
    .action-btn {
        display: inline-block;
        float: none;
        min-width: 0;
        font-size: 12px;
    }

    .light-btn {
        margin: 0 10px 0 0;
    }

    .scroll-indicator {
        bottom: 20px;
    }

    .Static-sliderItemText {
        display: none;
    }

    .dialog__content {
        width: 100%;
        max-width: 100%;
        min-width: 75%;
    }

    .dialog .close-newsletter {
        top: 2px;
        right: 5px;
    }
    .dialog .dialog-inner {
        padding: 40px 20px 50px;
    }
    .dialog .dialog-inner h4 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    #subscribe #notifyMe {
        margin-top: 10px;
    }
    #subscribe #notifyMe .form-group .form-control {
        width: 70%;
        margin: 0;
        float: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
    #subscribe #notifyMe .form-group button.submit {
        width: 30%;
        margin: 0;
        float: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
    #subscribe .block-message {
        padding: 5px 2px;
    }
    #subscribe p.notify-valid {
        font-size: 12px;
    }
}
