/*
* MALIN - Perfect Coming Soon Template
* Build Date: August 2015
* Author: Madeon08
* Copyright (C) 2015 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. Navigation
    4. Home part
    5. Content part
    6. Newsletter part
        Annex. Mozaic Variant
        '''''. Constellation Variant
    7. Media Queries
*/
/* ------------------------------------- */
/* *. @Import & Reset .................. */
/* ------------------------------------- */
/* http://bourbon.io/ Sass Mixin Library */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap");
@import url("https://use.typekit.net/dqi2qhd.css");
@import url("../../assets/sass/font-awesome.min.css");
@import url("../../assets/sass/ionicons.min.css");
@import url("../../assets/sass/bootstrap.min.css");
@import url("../../assets/sass/animate.css");
@import url("../../assets/sass/swipebox.css");
@import url("../../assets/sass/vegas.css");
#hero,
#register,
#producers,
#footer {
  background-color: #ffffff;
  z-index: 0;
  position: relative;
  color: #262626;
}

#copyright-footer {
  background: #262626;
  color: #ffffff;
}

section {
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 10;
}

header {
  background: #ffffff;
  position: relative;
  z-index: 100;
}

h3.dark-heading {
  color: #262626;
}

h3.light-heading {
  color: #262626;
}

h5.heading-alt {
  font-family: "Work Sans", sans-serif;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 23px !important;
  letter-spacing: 3px !important;
  line-height: 36px !important;
  text-align: center;
  text-transform: capitalize;
}

.header-wrapper {
  background-color: #ffffff;
  border-top: 1px solid #007abb;
  border-bottom: 1px solid #007abb;
  padding: 10px 0px;
}

#agenda {
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

#agenda .container {
  padding-bottom: 20px;
}

.register-now {
  font-family: "Work Sans", sans-serif;
  border: solid 1px #262626;
  font-size: 16px;
  padding: 10px 48px;
  color: #262626;
  text-decoration: none;
  transition: 0.5s;
}

.register-now:hover {
  background: #ffffff;
  color: #262626;
  border: solid 1px #262626;
}

.register-now.enter-the-show-button:active,
.register-now.enter-the-show-button:visited {
  color: #262626;
}

input[type=submit],
#navCTA a,
.enter-the-show-button {
  background-color: #ffffff;
  border: solid 2px #1e9bd7;
  color: #262626;
  font-family: "klavika-web", sans-serif;
  text-transform: uppercase;
  border-radius: 24px;
  padding: 0 60px;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  letter-spacing: 1.68px;
  transition: 0.5s;
  box-shadow: none;
  display: inline-block;
  position: relative;
}
input[type=submit]:after,
#navCTA a:after,
.enter-the-show-button:after {
  content: url('data:image/svg+xml,<svg class="svg-inline--fa fa-arrow-right" aria-hidden="true" focusable="false" data-prefix="far" data-icon="arrow-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z"></path></svg>');
  position: absolute;
  right: 10px;
  top: 54.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1e9bd7;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 20px;
  width: 24px;
  height: 20px;
}
input[type=submit]:focus,
#navCTA a:focus,
.enter-the-show-button:focus {
  background-color: #1e9bd7;
  color: #ffffff;
}
input[type=submit]:focus::after,
#navCTA a:focus::after,
.enter-the-show-button:focus::after {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(215deg) brightness(103%) contrast(101%);
}
input[type=submit]:hover,
#navCTA a:hover,
.enter-the-show-button:hover {
  background-color: #1e9bd7;
  color: #ffffff;
  border: solid 2px #1e9bd7;
  box-shadow: none !important;
}
input[type=submit]:hover::after,
#navCTA a:hover::after,
.enter-the-show-button:hover::after {
  color: #ffffff;
}
input[type=submit]:visted,
#navCTA a:visted,
.enter-the-show-button:visted {
  color: #ffffff !important;
  background-color: #1e9bd7;
}

h4.thin {
  font-weight: 100;
  font-size: 29px;
  line-height: 44px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 2px #1e9bd7;
  color: #1e9bd7;
}

#green-right-border {
  background: #007abb;
  height: 66vh;
  top: 0;
}

#white-right-border {
  background: #007abb;
  height: 34vh;
  top: 66vh;
}

.right-border {
  position: fixed;
  width: 0.75vw;
  height: 66vh;
  z-index: 2000000;
  right: 0;
}

.esg {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  color: #1e9bd7;
}

.text-alt,
.counter-box .counter-content .title {
  font-family: "klavika-web", sans-serif;
  color: #262626;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 18px;
  margin-top: 30px;
}

#event-name {
  display: block !important;
  font-family: "klavika-web", sans-serif;
  font-weight: 700;
  line-height: 25px;
}

.bg5 {
  background-image: url(../img/bg5.jpg);
}

#suggested-topics li {
  line-height: 35px;
}

.nav-logo {
  margin-top: 5px;
}

/* custom CSS files */
/*
* 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: #1e9bd7;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5em;
  position: absolute;
  height: 100%;
}

body,
html {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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);
}

.section {
  position: relative;
  padding: 50px 0;
}

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: #007abb;
}
a:hover {
  color: #1b8bc1;
  text-decoration: none !important;
  outline: none !important;
}
a:active, a:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #007abb;
}

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: #1e9bd7;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "klavika-web", sans-serif;
  color: #262626;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
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: 90px;
  text-transform: uppercase;
  font-weight: 700;
  color: #262626;
}

h2 {
  font-size: 35px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 25px;
}

h3 {
  font-size: 45px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 6px;
  line-height: 53px;
  text-transform: capitalize;
}

h4 {
  font-size: 25px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 25px;
}

h5 {
  font-size: 20px;
  font-weight: 300;
  color: #1e9bd7;
  margin-bottom: 25px;
}

h6 {
  font-size: 15px;
  font-weight: 300;
  color: #262626;
  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;
}

.open-menu-mobile {
  display: none;
}

.scale-uni {
  -ms-transform: transform(scale(1) !important);
  /* IE 9 */
  -webkit-transform: transform(scale(1) !important);
  /* Chrome, Safari, Opera */
  -moz-transform: transform(scale(1) !important);
  transform: transform(scale(1) !important);
}

.scale-max {
  -ms-transform: transform(scale(1.3));
  /* IE 9 */
  -webkit-transform: transform(scale(1.3));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(scale(1.3));
  transform: transform(scale(1.3));
}

.item-title {
  position: absolute;
  z-index: 0;
  left: 0;
  padding: 0;
  top: 50vh;
  width: 100%;
  padding: 0 30%;
  -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);
  -ms-transform: transform(translateY(-50%));
  /* IE 9 */
  -webkit-transform: transform(translateY(-50%));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(translateY(-50%));
  transform: transform(translateY(-50%));
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  visibility: visible;
}
.item-title p {
  color: #1e9bd7;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 15px;
}

.header-description {
  padding: 10px 10px 15px;
  font-size: 18px;
  line-height: 26px;
}

.line-spacer {
  display: block;
  min-height: 15px;
}

#center-description {
  text-align: center;
  margin-top: 6px;
  font-size: 24px;
}

#right-side-description {
  text-align: left;
  margin: 25px;
}

p.copyright {
  bottom: 0;
  right: 15px;
  height: 30px;
  font-size: 0.7em;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 15px;
  line-height: 30px;
  font-weight: 400;
  text-align: right;
  position: fixed;
  z-index: 5;
  padding: 0;
  opacity: 1;
  visibility: visible;
}

p.lang {
  top: 0;
  right: 15px;
  height: 30px;
  font-size: 0.7em;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  line-height: 30px;
  font-weight: 600;
  text-align: right;
  position: fixed;
  z-index: 5;
  padding: 0;
  opacity: 1;
  visibility: visible;
}
p.lang a {
  color: rgba(30, 155, 215, 0.5);
}
p.lang a:hover {
  color: #1e9bd7;
  text-decoration: none !important;
  outline: none !important;
}
p.lang a:active, p.lang a:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #1e9bd7;
}
p.lang a.active {
  color: #1e9bd7;
}

.overlay {
  background: rgba(38, 38, 38, 0.6);
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -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);
}

.darky-overlay {
  background: rgba(38, 38, 38, 0.7);
}

.btn {
  font-family: "Work Sans", sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  height: 50px;
  letter-spacing: 1px;
  line-height: 46px;
  padding: 0 40px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-color {
  background: rgba(0, 200, 170, 0.5);
  border-color: rgba(0, 200, 170, 0.7);
}
.btn-color:hover, .btn-color:active, .btn-color:focus {
  background: #00c8aa;
  color: #ffffff !important;
}

.btn-light {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

/* ------------------------------------- */
/* 2. Loading .......................... */
/* ------------------------------------- */
.loading-part {
  position: fixed;
  background: #f2f3f7;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
.loading-part .loader-part {
  min-height: 100%;
  min-width: 100%;
}
.loading-part .loader-part .loader-circle {
  width: 32px;
  height: 32px;
  clear: both;
  margin: 0 auto 5px;
  position: relative;
  top: calc(50% - 16px);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border-top: 16px rgba(30, 155, 215, 0.75) solid;
  border-left: 16px rgba(30, 155, 215, 0.25) solid;
  border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
  border-right: 16px rgba(30, 155, 215, 0.25) solid;
}
@-webkit-keyframes spSlices {
  0% {
    border-top: 16px rgba(30, 155, 215, 0.75) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  25% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.75) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  50% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.75) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  75% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.75) solid;
  }
  100% {
    border-top: 16px rgba(30, 155, 215, 0.75) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
}
@-moz-keyframes spSlices {
  0% {
    border-top: 16px rgba(30, 155, 215, 0.75) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  25% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.75) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  50% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.75) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  75% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.75) solid;
  }
  100% {
    border-top: 16px rgba(30, 155, 215, 0.75) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
}
@-ms-keyframes spSlices {
  0% {
    border-top: 16px rgba(30, 155, 215, 0.75) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  25% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.75) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  50% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.75) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  75% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.75) solid;
  }
  100% {
    border-top: 16px rgba(30, 155, 215, 0.75) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
}
@keyframes spSlices {
  0% {
    border-top: 16px rgba(30, 155, 215, 0.75) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  25% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.75) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  50% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.75) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
  75% {
    border-top: 16px rgba(30, 155, 215, 0.25) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.75) solid;
  }
  100% {
    border-top: 16px rgba(30, 155, 215, 0.75) solid;
    border-right: 16px rgba(30, 155, 215, 0.25) solid;
    border-bottom: 16px rgba(30, 155, 215, 0.25) solid;
    border-left: 16px rgba(30, 155, 215, 0.25) solid;
  }
}
.loading-part .loader-part .loader-text {
  color: rgba(10, 26, 36, 0.8);
  position: absolute;
  top: calc(50% + 24px);
  padding-left: 6px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* ------------------------------------- */
/* 3. Navigation ....................... */
/* ------------------------------------- */
/*
#navigation {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    overflow: hidden;
    display: block;
    width: 90px;
    background: transparent;
    @include bezier-transition(all, $long-transition, cubic-bezier(0.215, 0.61, 0.355, 1));

    &:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        border: 1px solid $white;
        opacity: 0.2;
    }

    ul {
        height: 100%;
        overflow-y: auto;
        position: absolute;
        width: 100%;
        display: inline-block;
        -webkit-overflow-scrolling: touch;

        li {
            width: 100%;
            @include bezier-transition(all, $medium-transition, cubic-bezier(0, 0, 0.58, 1));

            a {
                display: block;
                position: relative;
                padding: 2em 0;
                font-size: 0.6rem;
                letter-spacing: 1px;
                text-align: center;
                color: rgba($white, 0.8);
                border-bottom: 1px solid rgba($white, 0.4);
                font-weight: 600;
                overflow: hidden;
                text-transform: uppercase;
                @include bezier-transition(all, $medium-transition, cubic-bezier(0, 0, 0.58, 1));

                i {
                    font-size: 1.4rem;
                    display: block;
                    margin-bottom: 0;
                }

                &:after {
                    background: #fff;
                    content: "";
                    height: 200px;
                    left: -150px;
                    opacity: .2;
                    position: absolute;
                    top: -50px;
                    @include transform(rotate(35deg));
                    @include bezier-transition(all, $medium-transition, cubic-bezier(0, 0, 0.58, 1));
                    width: 90px;
                    z-index: 1;
                }

                &:hover {
                    color: rgba($white, 1);
                    border-bottom: 1px solid rgba($white, 1);

                    &:after {
                        left: 150px;
                        @include bezier-transition(all, $medium-transition, cubic-bezier(0, 0, 0.58, 1));
                    }
                }

                &:active, &:focus {
                    color: rgba($white, 0.8);
                }
            }
        }
    }

    ul.bottom-nav {
        display: inline-block;
        bottom: 0;
        overflow-y: auto;
        height: auto;
        left: 0;

        li {
            a {
                border-top: 1px solid rgba($white, 0.4);
                border-bottom: none;

                &:hover {
                    border-top: 1px solid rgba($white, 1);
                }
            }
        }
    }
}
*/
/*input[type="submit"], #navCTA a, .enter-the-show-button{
    background-color: $grey;
    border: solid 1px $grey;
    color: $white;
    font-weight: bold;
    font-family: $font-family;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 7px 20px 8px;
    font-size: 20px; 
    transition: .5s;

    &:hover {
        background-color: white;
        border-color: white;
        color: $grey;
    }
} */
.navigation-list,
#navCTA {
  display: inline-block;
  margin-right: 20px;
}

.navigation-list {
  margin-right: 40px;
}

.navigation-link {
  padding: 2px 0;
  border-top: solid 1px #007abb;
  border-bottom: solid 1px #007abb;
  font-family: "klavika-web", sans-serif;
  color: #262626;
  text-transform: none;
  font-weight: 700;
}
.navigation-link:hover, .navigation-link:active {
  padding: 7px 0;
  border-top: solid 1px #1e9bd7 !important;
  border-bottom: solid 1px #1e9bd7;
  color: #1e9bd7;
}

.navigation-item {
  margin-left: 21px;
  display: inline-block;
  padding: 30px 0 16px;
  text-transform: uppercase;
  font-size: 1.25em;
}

.navigation-item:first-child {
  margin-left: 0;
}

.navbar-toggle .icon-bar {
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
  width: 25px;
  background-color: #007abb;
}

.newsletter-color {
  background: rgba(0, 200, 170, 0.3);
  border-color: #00c8aa;
}
.newsletter-color:hover {
  background: #00af94;
  border-color: #00af94;
}

.twitter-color {
  background: rgba(0, 172, 237, 0.3);
  border-color: #00aced;
}
.twitter-color:hover {
  background: #0099d4;
  border-color: #0099d4;
}

.facebook-color {
  background: rgba(59, 89, 152, 0.3);
  border-color: #3b5998;
}
.facebook-color:hover {
  background: #344e86;
  border-color: #344e86;
}

.googleplus-color {
  background: rgba(221, 75, 57, 0.3);
  border-color: #dd4b39;
}
.googleplus-color:hover {
  background: #d73925;
  border-color: #d73925;
}

.pinterest-color {
  background: rgba(203, 32, 39, 0.3);
  border-color: #cb2027;
}
.pinterest-color:hover {
  background: #b51d23;
  border-color: #b51d23;
}

.linkedin-color {
  background: rgba(0, 123, 182, 0.3);
  border-color: #007bb6;
}
.linkedin-color:hover {
  background: #006a9d;
  border-color: #006a9d;
}

.youtube-color {
  background: rgba(187, 0, 0, 0.3);
  border-color: #bb0000;
}
.youtube-color:hover {
  background: #a20000;
  border-color: #a20000;
}

.instagram-color {
  background: rgba(81, 127, 164, 0.3);
  border-color: #517fa4;
}
.instagram-color:hover {
  background: #497293;
  border-color: #497293;
}

.tumblr-color {
  background: rgba(50, 80, 109, 0.3);
  border-color: #32506d;
}
.tumblr-color:hover {
  background: #2a435c;
  border-color: #2a435c;
}

.vimeo-color {
  background: rgba(170, 212, 80, 0.3);
  border-color: #aad450;
}
.vimeo-color:hover {
  background: #a0cf3c;
  border-color: #a0cf3c;
}

.flickr-color {
  background: rgba(255, 0, 132, 0.3);
  border-color: #ff0084;
}
.flickr-color:hover {
  background: #e60077;
  border-color: #e60077;
}

.dribbble-color {
  background: rgba(234, 76, 137, 0.3);
  border-color: #ea4c89;
}
.dribbble-color:hover {
  background: #e7357a;
  border-color: #e7357a;
}

.behance-color {
  background: rgba(23, 105, 255, 0.3);
  border-color: #1769ff;
}
.behance-color:hover {
  background: #0059fd;
  border-color: #0059fd;
}

.soundcloud-color {
  background: rgba(255, 58, 0, 0.3);
  border-color: #ff3a00;
}
.soundcloud-color:hover {
  background: #e63400;
  border-color: #e63400;
}

/* ------------------------------------- */
/* 4. Home part ........................ */
/* ------------------------------------- */
#right-side-decoration img {
  height: 100vh;
  right: -10vh;
  position: absolute;
  z-index: 10;
}

#home-part {
  position: fixed;
  top: 0;
  left: 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);
}

.brand-logo {
  max-width: 200px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

/* ===== Text rotator ===== */
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100% !important;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
  -ms-transform: transform(translateX(-50%));
  /* IE 9 */
  -webkit-transform: transform(translateX(-50%));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(translateX(-50%));
  transform: transform(translateX(-50%));
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  font-style: normal;
}
.cd-headline.rotate-2 b {
  opacity: 0;
  left: 50%;
  -ms-transform: transform(translateX(-50%));
  /* IE 9 */
  -webkit-transform: transform(translateX(-50%));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(translateX(-50%));
  transform: transform(translateX(-50%));
}
.cd-headline.rotate-2 i {
  -ms-transform: transform(translateZ(-20px) rotateX(90deg));
  /* IE 9 */
  -webkit-transform: transform(translateZ(-20px) rotateX(90deg));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(translateZ(-20px) rotateX(90deg));
  transform: transform(translateZ(-20px) rotateX(90deg));
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 em {
  -ms-transform: transform(translateZ(20px));
  /* IE 9 */
  -webkit-transform: transform(translateZ(20px));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(translateZ(20px));
  transform: transform(translateZ(20px));
}

.no-csstransitions .cd-headline.rotate-2 i {
  -ms-transform: transform(rotateX(0deg));
  /* IE 9 */
  -webkit-transform: transform(rotateX(0deg));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(rotateX(0deg));
  transform: transform(rotateX(0deg));
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -ms-transform: transform(scale(1));
  /* IE 9 */
  -webkit-transform: transform(scale(1));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(scale(1));
  transform: transform(scale(1));
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(90deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(90deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(90deg));
    transform: transform(translateZ(-20px) rotateX(90deg));
  }
  60% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(-10deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-10deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-10deg));
    transform: transform(translateZ(-20px) rotateX(-10deg));
  }
  100% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(0deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(0deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(0deg));
    transform: transform(translateZ(-20px) rotateX(0deg));
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(90deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(90deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(90deg));
    transform: transform(translateZ(-20px) rotateX(90deg));
  }
  60% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(-10deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-10deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-10deg));
    transform: transform(translateZ(-20px) rotateX(-10deg));
  }
  100% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(0deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(0deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(0deg));
    transform: transform(translateZ(-20px) rotateX(0deg));
  }
}
@-ms-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(90deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(90deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(90deg));
    transform: transform(translateZ(-20px) rotateX(90deg));
  }
  60% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(-10deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-10deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-10deg));
    transform: transform(translateZ(-20px) rotateX(-10deg));
  }
  100% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(0deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(0deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(0deg));
    transform: transform(translateZ(-20px) rotateX(0deg));
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(90deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(90deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(90deg));
    transform: transform(translateZ(-20px) rotateX(90deg));
  }
  60% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(-10deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-10deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-10deg));
    transform: transform(translateZ(-20px) rotateX(-10deg));
  }
  100% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(0deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(0deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(0deg));
    transform: transform(translateZ(-20px) rotateX(0deg));
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(0));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(0));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(0));
    transform: transform(translateZ(-20px) rotateX(0));
  }
  60% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(-100deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-100deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-100deg));
    transform: transform(translateZ(-20px) rotateX(-100deg));
  }
  100% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(-90deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-90deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-90deg));
    transform: transform(translateZ(-20px) rotateX(-90deg));
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(0));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(0));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(0));
    transform: transform(translateZ(-20px) rotateX(0));
  }
  60% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(-100deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-100deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-100deg));
    transform: transform(translateZ(-20px) rotateX(-100deg));
  }
  100% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(-90deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-90deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-90deg));
    transform: transform(translateZ(-20px) rotateX(-90deg));
  }
}
@-ms-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(0));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(0));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(0));
    transform: transform(translateZ(-20px) rotateX(0));
  }
  60% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(-100deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-100deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-100deg));
    transform: transform(translateZ(-20px) rotateX(-100deg));
  }
  100% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(-90deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-90deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-90deg));
    transform: transform(translateZ(-20px) rotateX(-90deg));
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -ms-transform: transform(translateZ(-20px) rotateX(0));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(0));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(0));
    transform: transform(translateZ(-20px) rotateX(0));
  }
  60% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(-100deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-100deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-100deg));
    transform: transform(translateZ(-20px) rotateX(-100deg));
  }
  100% {
    opacity: 0;
    -ms-transform: transform(translateZ(-20px) rotateX(-90deg));
    /* IE 9 */
    -webkit-transform: transform(translateZ(-20px) rotateX(-90deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateZ(-20px) rotateX(-90deg));
    transform: transform(translateZ(-20px) rotateX(-90deg));
  }
}
.right-home {
  -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);
  -ms-transform: transform(translateX(-20vw));
  /* IE 9 */
  -webkit-transform: transform(translateX(-20vw));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(translateX(-20vw));
  transform: transform(translateX(-20vw));
}

/* ------------------------------------- */
/* 5. Content part ..................... */
/* ------------------------------------- */
#content-part {
  position: relative;
  background: #f2f3f7;
  top: 0;
  left: 100vw;
  width: 60vw;
  padding: 0;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
  -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);
}
#content-part .inner-content {
  padding: 100px 100px;
  border-bottom: 1px solid #1c91ca;
}
#content-part .inner-content:last-child {
  border-bottom: 1px solid #1c91ca;
}
#content-part p {
  color: #747c83;
}

.mCSB_scrollTools {
  /* Scrollbar */
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: -5px;
  bottom: 0;
  z-index: 5;
  -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);
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  height: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: rgba(117, 122, 134, 0.75);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 5px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 200, 170, 0.75);
}

.mCSB_scrollTools-left {
  right: 60vw !important;
}

.right-content {
  left: 40vw !important;
}

/* ===== About ===== */
#main-about {
  height: 400px;
  width: 100%;
  background: url(../img/banner-content.jpg) center;
  background-size: cover;
  position: relative;
}
#main-about:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(10, 26, 36, 0.7);
}
#main-about .item-title {
  top: 50%;
}

#countdown_dashboard {
  display: block;
  margin: 10px auto 0;
}
#countdown_dashboard .dash-glob {
  border-left: 1px solid #1e9bd7;
  text-align: center;
}
#countdown_dashboard .dash-glob:first-child {
  margin-left: 0;
  border-left: none;
}
#countdown_dashboard .dash-glob .dash {
  padding-bottom: 0;
  position: relative;
  width: 100%;
  opacity: 1;
}
#countdown_dashboard .dash-glob .dash .digit {
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  font-size: 12em;
  font-weight: 400;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  height: 1em;
  line-height: 1em;
  position: relative;
  vertical-align: middle;
  opacity: 1;
}
#countdown_dashboard .dash-glob .dash .text-right {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
}
#countdown_dashboard .text-news {
  color: #ffffff;
}
#countdown_dashboard .text-news .point {
  color: #00c8aa;
}

/* ===== Portfolio ===== */
.portfolio {
  overflow: hidden;
}
.portfolio div {
  padding: 0;
  overflow: hidden;
}

.large-square {
  background: url(../img/big-square.jpg);
  width: 100%;
  background-color: #1e9bd7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border: none;
  outline: none;
  -ms-transform: transform(scale(1));
  /* IE 9 */
  -webkit-transform: transform(scale(1));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(scale(1));
  transform: 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);
}
.large-square:before {
  display: block;
  content: " ";
  padding-top: 100%;
}
.large-square:hover {
  -ms-transform: transform(scale(1.1));
  /* IE 9 */
  -webkit-transform: transform(scale(1.1));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(scale(1.1));
  transform: transform(scale(1.1));
}
.large-square:hover .hover-info {
  opacity: 1;
  bottom: 0;
  -ms-transform: transform(scale(0.85));
  /* IE 9 */
  -webkit-transform: transform(scale(0.85));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(scale(0.85));
  transform: transform(scale(0.85));
}

.small-square {
  background: url(../img/small-square-1.jpg);
  width: 100%;
  background-color: #1e9bd7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border: none;
  outline: none;
  -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);
}
.small-square:before {
  display: block;
  content: " ";
  padding-top: 100%;
}
.small-square:hover {
  -ms-transform: transform(scale(1.1));
  /* IE 9 */
  -webkit-transform: transform(scale(1.1));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(scale(1.1));
  transform: transform(scale(1.1));
}
.small-square:hover .hover-info {
  opacity: 1;
  bottom: 0;
  -ms-transform: transform(scale(0.85));
  /* IE 9 */
  -webkit-transform: transform(scale(0.85));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(scale(0.85));
  transform: transform(scale(0.85));
}
.small-square.second {
  background-image: url(../img/small-square-2.jpg);
}
.small-square.third {
  background-image: url(../img/small-square-3.jpg);
}
.small-square.fourth {
  background-image: url(../img/small-square-4.jpg);
}

.large-square .hover-info,
.small-square .hover-info {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(30, 155, 215, 0.8);
  color: #fcfcfc;
  padding: 0;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.large-square .hover-info h4,
.small-square .hover-info h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 0;
  line-height: 1.2em;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  -ms-transform: transform(translateY(-50%));
  /* IE 9 */
  -webkit-transform: transform(translateY(-50%));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(translateY(-50%));
  transform: transform(translateY(-50%));
  width: 100%;
}
.large-square .hover-info p,
.small-square .hover-info p {
  color: #262626 !important;
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 0;
}
.large-square .hover-info .date-info,
.small-square .hover-info .date-info {
  font-family: "Work Sans", sans-serif;
  font-size: 0.7em;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

/*  
 * Skin Gallery
 */
#swipebox-overlay {
  background: rgba(10, 26, 36, 0.8);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.full-scale {
  left: 0 !important;
  opacity: 1 !important;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  background: rgba(10, 26, 36, 0.8);
  opacity: 1;
  min-height: 50px;
}

#swipebox-bottom-bar {
  border-top: 1px solid #1e9bd7;
}

#swipebox-top-bar {
  color: #ffffff !important;
  border-bottom: 1px solid #1e9bd7;
  font-size: 15px;
  line-height: 50px;
  font-weight: 600;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  color: #ffffff !important;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  top: 0;
  text-align: center;
}

#swipebox-close {
  font-size: 25px;
}
#swipebox-close:hover {
  -ms-transform: transform(rotate(90deg));
  /* IE 9 */
  -webkit-transform: transform(rotate(90deg));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(rotate(90deg));
  transform: transform(rotate(90deg));
  color: #ffffff;
}

/* ===== Services ===== */
.service-item {
  margin-top: 50px;
}
.service-item i {
  display: block;
  font-size: 4em;
  color: #00c8aa;
  margin-bottom: 10px;
}
.service-item h4 {
  margin-bottom: 10px;
}

/* ===== Map ===== */
#map {
  height: 400px;
  width: 100%;
  position: relative;
  z-index: 5;
  top: 0;
  left: 0;
  color: #333333 !important;
}
#map .gm-style-iw {
  top: 12px !important;
}
#map h6 {
  font-weight: 500;
  color: #333333;
  font-size: 1em;
  margin-bottom: 0.2em;
}
#map p {
  font-weight: 400;
  color: #747c83;
  font-size: 1em;
  line-height: 1.5;
}

/* ===== Get in touch ===== */
#contact-content {
  background: #262626;
}
#contact-content h2 {
  color: #ffffff;
}
#contact-content .contact-item {
  background: #1e9bd7;
  border-left: 2px solid #00c8aa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 17px 0;
  padding: 1em;
}
#contact-content .contact-item h6 {
  color: #f8f8f8;
  margin-bottom: 10px;
}
#contact-content .contact-item p {
  color: #bababa !important;
  font-size: 0.8em;
}

#contact-form {
  margin-top: 17px;
}
#contact-form .form-control {
  background: #1e9bd7;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  outline: medium none;
  height: 40px;
  width: 100%;
  color: #ffffff;
  -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;
}
#contact-form .form-control:hover, #contact-form .form-control:focus {
  box-shadow: none;
}
#contact-form .form-control ::-webkit-input-placeholder {
  color: #f8f8f8 !important;
}
#contact-form .form-control :-moz-placeholder {
  color: #f8f8f8 !important;
}
#contact-form .form-control ::-moz-placeholder {
  color: #f8f8f8 !important;
}
#contact-form .form-control :-ms-input-placeholder {
  color: #f8f8f8 !important;
}
#contact-form textarea.form-control {
  min-height: 150px;
  margin-bottom: 1em;
}
#contact-form button#valid-form {
  font-weight: 400;
  padding: 1em 2em;
  font-size: 1em;
  display: block;
  margin: 0 auto 0;
  background: #00c8aa;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
  width: 100%;
  line-height: 10px;
}
#contact-form button#valid-form:hover {
  background: #00af94;
  color: #ffffff;
}

#answer {
  min-height: 30px;
  margin-top: 1em;
  text-align: center;
  color: #ffffff;
}

.success-message,
.error-message {
  color: #ffffff;
}
.success-message p,
.error-message p {
  color: #ffffff !important;
}
.success-message .ion-checkmark-round,
.error-message .ion-checkmark-round {
  color: #27ae60;
}

.error-message .ion-close-round {
  color: #ee0000;
}

/* ------------------------------------- */
/* 6. Newsletter part .................. */
/* ------------------------------------- */
#newsletter-part {
  position: fixed;
  top: 0;
  left: 0;
  -ms-transform: transform(scale(1));
  /* IE 9 */
  -webkit-transform: transform(scale(1));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(scale(1));
  transform: transform(scale(1));
  -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);
}
#newsletter-part .item-title {
  -ms-transform: transform(translateY(calc(-50% + 30px)));
  /* IE 9 */
  -webkit-transform: transform(translateY(calc(-50% + 30px)));
  /* Chrome, Safari, Opera */
  -moz-transform: transform(translateY(calc(-50% + 30px)));
  transform: transform(translateY(calc(-50% + 30px)));
}

.newsletter-touch {
  -ms-transform: transform(scale(0) !important);
  /* IE 9 */
  -webkit-transform: transform(scale(0) !important);
  /* Chrome, Safari, Opera */
  -moz-transform: transform(scale(0) !important);
  transform: transform(scale(0) !important);
}

.fa-spinner {
  color: #ffffff !important;
}

@-webkit-keyframes spinning {
  0% {
    -ms-transform: transform(rotate(0deg));
    /* IE 9 */
    -webkit-transform: transform(rotate(0deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(rotate(0deg));
    transform: transform(rotate(0deg));
  }
  100% {
    -ms-transform: transform(rotate(360deg));
    /* IE 9 */
    -webkit-transform: transform(rotate(360deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(rotate(360deg));
    transform: transform(rotate(360deg));
  }
}
@-moz-keyframes spinning {
  0% {
    -ms-transform: transform(rotate(0deg));
    /* IE 9 */
    -webkit-transform: transform(rotate(0deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(rotate(0deg));
    transform: transform(rotate(0deg));
  }
  100% {
    -ms-transform: transform(rotate(360deg));
    /* IE 9 */
    -webkit-transform: transform(rotate(360deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(rotate(360deg));
    transform: transform(rotate(360deg));
  }
}
@-ms-keyframes spinning {
  0% {
    -ms-transform: transform(rotate(0deg));
    /* IE 9 */
    -webkit-transform: transform(rotate(0deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(rotate(0deg));
    transform: transform(rotate(0deg));
  }
  100% {
    -ms-transform: transform(rotate(360deg));
    /* IE 9 */
    -webkit-transform: transform(rotate(360deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(rotate(360deg));
    transform: transform(rotate(360deg));
  }
}
@keyframes spinning {
  0% {
    -ms-transform: transform(rotate(0deg));
    /* IE 9 */
    -webkit-transform: transform(rotate(0deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(rotate(0deg));
    transform: transform(rotate(0deg));
  }
  100% {
    -ms-transform: transform(rotate(360deg));
    /* IE 9 */
    -webkit-transform: transform(rotate(360deg));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(rotate(360deg));
    transform: transform(rotate(360deg));
  }
}
#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: #000000;
  font-size: 1.5em;
  margin: 0.5em 0 0 -2em;
  position: absolute;
  width: 2em;
  text-align: center;
}
#subscribe #notifyMe .form-group .form-control {
  background: rgba(30, 155, 215, 0.6);
  border: 1px solid #1e9bd7;
  border-right: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  font-weight: 600;
  outline: medium none;
  padding: 0 1em;
  width: 70%;
  color: #ffffff;
  -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: #f8f8f8 !important;
}
#subscribe #notifyMe .form-group .form-control :-moz-placeholder {
  color: #f8f8f8 !important;
}
#subscribe #notifyMe .form-group .form-control ::-moz-placeholder {
  color: #f8f8f8 !important;
}
#subscribe #notifyMe .form-group .form-control :-ms-input-placeholder {
  color: #f8f8f8 !important;
}
#subscribe #notifyMe .form-group button.submit {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #00c8aa;
  color: #ffffff;
  height: 50px;
  padding: 1em 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  width: 30%;
  margin-top: 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: #f8f8f8;
  color: #1e9bd7;
}
#subscribe .block-message {
  min-height: 30px;
}
#subscribe p.notify-valid {
  color: #ffffff;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
}
#subscribe p.notify-valid .ion-close-round {
  color: #ee0000;
}
#subscribe p.notify-valid .ion-checkmark-round {
  color: #27ae60;
}

/* ------------------------------------- */
/* ANNEX. Mozaic Variant ............... */
/* ------------------------------------- */
#dotty-variant .opacity-03 {
  opacity: 1 !important;
}

#dotty {
  position: fixed;
  top: 0;
  left: 0;
}

/* ------------------------------------- */
/* ANNEX. Constellation Variant ........ */
/* ------------------------------------- */
#constellation {
  background: transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 0;
}

/* ------------------------------------- */
/* 7. Media Queries .................... */
/* ------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  .item-title {
    padding: 0 20%;
  }
  .cd-words-wrapper {
    width: 100% !important;
  }
}
/* Notebook devices */
/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  body {
    position: relative !important;
    height: 100vh !important;
  }
  h1 {
    font-size: 70px;
  }
  #content-part {
    width: calc(100vw - 90px) !important;
  }
  .mCSB_scrollTools {
    z-index: 999;
  }
  .mCSB_scrollTools-left {
    right: 0 !important;
  }
  .right-content {
    left: 90px !important;
  }
  .item-title {
    width: 100% !important;
    left: 0 !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .loading-part .loader-part .loader-circle {
    top: calc(50% - 50px);
  }
  .loading-part .loader-text {
    top: calc(50% - 10px) !important;
  }
  .item-title {
    padding: 0 30px !important;
  }
  h1 {
    font-size: 60px;
  }
  .newsletter-title {
    font-size: 3em;
  }
  .open-menu-mobile {
    border: none;
    color: #ffffff;
    background: transparent;
    cursor: pointer;
    display: block;
    z-index: 14;
    position: fixed;
    font-size: 1.5em;
    font-weight: 400;
    left: 0;
    height: 50px;
    width: 50px;
    line-height: 46px;
    padding: 0;
    margin-top: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -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);
  }
  .open-menu-mobile:hover, .open-menu-mobile:active, .open-menu-mobile:focus {
    color: #ffffff;
    text-decoration: none !important;
    outline: none !important;
  }
  .open-menu-mobile i {
    -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);
  }
  .dark-button {
    background: rgba(10, 26, 36, 0.3);
  }
  p.lang {
    top: 5px;
  }
  #navigation {
    background: #818181;
    left: -20%;
    width: 20%;
    height: 100%;
  }
  #navigation a.navigation-link {
    padding: 1em 0 !important;
    border-top: none;
    border-bottom: none;
  }
  #navigation a.navigation-link:hover {
    color: #000000;
    border-top: none !important;
  }
  #navigation a.navigation-link:hover:after {
    left: -150px !important;
    -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);
  }
  #content-part {
    width: 100vw !important;
  }
  #content-part .inner-content {
    padding: 50px 50px;
  }
  .right-content {
    left: 0 !important;
  }
  .translate-nav {
    left: 0 !important;
  }
  .translate-button {
    left: 20% !important;
  }
  .large-square .hover-info {
    opacity: 1;
    bottom: 0;
    -ms-transform: transform(scale(1));
    /* IE 9 */
    -webkit-transform: transform(scale(1));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(scale(1));
    transform: transform(scale(1));
  }
  .large-square:hover {
    -ms-transform: transform(scale(1));
    /* IE 9 */
    -webkit-transform: transform(scale(1));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(scale(1));
    transform: transform(scale(1));
  }
  .large-square:hover .hover-info {
    opacity: 1;
    bottom: 0;
    -ms-transform: transform(scale(1));
    /* IE 9 */
    -webkit-transform: transform(scale(1));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(scale(1));
    transform: transform(scale(1));
  }
  .small-square .hover-info {
    opacity: 1;
    bottom: 0;
    -ms-transform: transform(scale(1));
    /* IE 9 */
    -webkit-transform: transform(scale(1));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(scale(1));
    transform: transform(scale(1));
  }
  .small-square:hover {
    -ms-transform: transform(scale(1));
    /* IE 9 */
    -webkit-transform: transform(scale(1));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(scale(1));
    transform: transform(scale(1));
  }
  .small-square:hover .hover-info {
    opacity: 1;
    bottom: 0;
    -ms-transform: transform(scale(1));
    /* IE 9 */
    -webkit-transform: transform(scale(1));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(scale(1));
    transform: transform(scale(1));
  }
  .large-square .hover-info,
  .small-square .hover-info {
    display: block;
    position: absolute;
    min-height: 150px;
    top: auto;
    bottom: 0;
  }
  /*  
      * Skin Gallery
      */
  #swipebox-overlay {
    background: #0a1a24;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .full-scale {
    left: 0 !important;
    opacity: 1 !important;
  }
  #swipebox-bottom-bar,
  #swipebox-top-bar {
    background: #0a1a24;
    opacity: 1;
    min-height: 50px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #hero {
    padding-top: 10vh !important;
  }
  #right-side-decoration img {
    right: -12vh !important;
    height: 86vh;
    top: 20vh;
  }
  #event-title {
    position: absolute;
    top: 10px;
    z-index: 999;
  }
  .wide-load {
    display: inline-block;
    width: 100%;
    margin: auto;
  }
  .header-description {
    padding: 10px 20px;
    font-size: 19px;
    text-align: center;
    line-height: 28px;
  }
  #center-description {
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
  }
  #right-side-description {
    margin-left: 0px;
    text-align: center;
  }
  #navigation {
    background: #818181;
    left: 0%;
    width: 100%;
    text-align: center;
    border-bottom: solid 3px #1e9bd7;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  }
  ul.navigation-list {
    display: block;
    text-align: center;
    margin: 0;
  }
  li.navigation-item {
    display: block;
    margin-left: 0px;
  }
  #navCTA {
    text-align: center;
    margin: 20px 0 40px;
  }
  #navCTA a {
    padding: 0.5em 1em !important;
  }
  .translate-nav {
    left: 0 !important;
  }
  .translate-button {
    left: 50% !important;
  }
  .brand-logo {
    max-width: 150px;
  }
  h1 {
    font-size: 2em;
  }
  p {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .item-title h2 {
    font-size: 3em !important;
  }
  #countdown_dashboard .dash-glob .dash .digit {
    font-size: 70px;
    height: 70px;
    line-height: 70px;
  }
  #countdown_dashboard .dash-glob .dash .text-right {
    display: block;
    margin-bottom: 15px;
  }
  #countdown_dashboard .text-news {
    font-size: 2em;
  }
  #countdown_dashboard .text-news .point {
    display: block;
  }
  .newsletter-title {
    font-size: 2em;
  }
  #subscribe #notifyMe {
    max-width: 100%;
    margin: auto;
    margin-top: 2em;
  }
  #subscribe #notifyMe .form-group {
    margin-bottom: 1em;
  }
  #subscribe #notifyMe .form-group .form-control {
    border: none;
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  #subscribe #notifyMe .form-group button.submit {
    width: 100% !important;
    border: none !important;
  }
  #subscribe .block-message {
    min-height: 50px;
  }
  .fa-spinner {
    display: none !important;
  }
  #answer {
    min-height: 50px;
  }
  #home-part .item-title {
    -ms-transform: transform(translateY(calc(-50% - 30px)));
    /* IE 9 */
    -webkit-transform: transform(translateY(calc(-50% - 30px)));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateY(calc(-50% - 30px)));
    transform: transform(translateY(calc(-50% - 30px)));
  }
  #newsletter-part .item-title {
    -ms-transform: transform(translateY(calc(-50% + 10px)));
    /* IE 9 */
    -webkit-transform: transform(translateY(calc(-50% + 10px)));
    /* Chrome, Safari, Opera */
    -moz-transform: transform(translateY(calc(-50% + 10px)));
    transform: transform(translateY(calc(-50% + 10px)));
  }
}
/* Only for tablet in landscape mode */
/* Only for phone in landscape mode */
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  #navigation {
    background: #818181;
    left: -20%;
    width: 20%;
  }
  #navigation ul li a {
    padding: 0.5em 0 !important;
  }
  #navigation ul li a i {
    display: none;
  }
  #main-about {
    height: 50vh;
  }
  .translate-nav {
    left: 0 !important;
  }
  .translate-button {
    left: 20% !important;
  }
  .brand-logo {
    max-width: 100px;
  }
  h1 {
    font-size: 2em;
  }
  p {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .item-title h2 {
    font-size: 3em !important;
  }
  #countdown_dashboard .dash-glob .dash .digit {
    font-size: 7em;
  }
  #countdown_dashboard .text-day h3 {
    font-size: 2em;
  }
  #subscribe #notifyMe {
    max-width: 100%;
    margin: auto;
    margin-top: 2em;
  }
  #subscribe #notifyMe .form-group {
    margin-bottom: 1em;
  }
  #subscribe #notifyMe .form-group .form-control {
    border: none;
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  #subscribe #notifyMe .form-group button.submit {
    width: 100% !important;
    border: none !important;
  }
  #subscribe .block-message {
    min-height: 40px;
  }
  #answer {
    min-height: 40px;
  }
}
/* ---------------------------------------- */
/* 7. Additional Style .................... */
/* ---------------------------------------- */
textarea,
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=email],
input[type=password] {
  -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 0 15px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #5a5d64;
  background-color: #ffffff;
  border: solid 1px #ddd;
  border-radius: 2px;
  outline: none;
  padding: 8px 12px !important;
  transition: 0.5s;
}

table.regForm input:active,
table.regForm input:hover,
table.regForm input:focus,
table.regForm select:active,
table.regForm select:hover,
table.regForm select:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
}

textarea:not(textarea),
input[type=text]:not(textarea),
input[type=url]:not(textarea),
input[type=tel]:not(textarea),
input[type=number]:not(textarea),
input[type=color]:not(textarea),
input[type=email]:not(textarea),
input[type=email]:not(textarea),
input[type=password]:not(textarea) {
  height: 39px;
  padding: 0 10px;
  line-height: 35px;
}

select {
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
  height: 39px;
  cursor: pointer;
  outline: none;
  background: white;
  border-radius: 2px;
  padding: 8px 12px !important;
  border: solid 1px #ddd;
  font-size: 14px;
}

.header.fixed .header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: 0.3s;
}

.sponsor {
  margin: 16px auto;
  display: inline-block;
}

.section-icon {
  display: block;
  /* margin-bottom: 20px; */
  font-size: 50px;
}

.text-alt {
  color: #262626;
  font-size: 1.1em;
}

.agenda-item {
  margin: 0 0 1em 0;
  display: table;
  width: 100%;
}

.agenda-time {
  display: table-cell;
  float: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 1em;
  font-weight: bold;
  font-size: 1.25em;
  vertical-align: middle;
  color: #ffffff;
  background: #007abb;
  border-right: solid 2px #007abb;
}

.agenda-text {
  display: table-cell;
  float: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 1em;
  background-color: #818181;
  font-size: 0.9em;
}

.agenda-title {
  font-size: 1.2em;
  font-weight: 700;
  color: #262626;
  text-align: left;
}

.agenda-info,
.agenda-info p {
  color: #262626;
  margin-bottom: 1em;
  text-align: left;
}

.icon,
.fa {
  line-height: 1;
  color: #007abb;
}

.retina-show {
  display: none;
}

.mobile-show {
  display: none;
}

.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.producers-text {
  margin-bottom: 75px;
  text-align: center;
  margin-top: 15px;
}

.producers-text p {
  font-size: 16px;
  /*min-height: 100px;*/
  line-height: 24px;
}

.producers-link a {
  position: relative;
}
.producers-link a:hover {
  transition: 0.5s width;
  color: #007abb;
}

.producers-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  border-bottom: 1px solid #007abb;
  transition: 0.4s width;
}

.producers-link:hover a::after {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .navigation-header {
    padding: 0;
  }
  .navigation-header .logo {
    padding: 0px 0;
    max-width: 80%;
    float: left;
    padding-left: 0px;
  }
  .nav-logo {
    padding-left: 0px !important;
  }
  .navigation-header .logo img {
    padding: 5px;
    max-height: 65px !important;
    margin-top: -4px !important;
  }
  .navigation-link.active {
    border-top: solid 1px #007abb;
    border-bottom: solid 1px #007abb;
    color: #262626 !important;
  }
  .agenda-time {
    border-right: none;
    border-bottom: solid 2px #007abb;
  }
  .share-button {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
    margin-left: 0px;
    max-width: 100% !important;
  }
  .navigation-item {
    padding: 15px 0 16px;
    font-size: 1.15em;
  }
}
@media only screen and (max-width: 480px) {
  .navigation-container {
    padding: 0px;
  }
}
/* ----------------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------------- */
.preloader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e9bd7;
  z-index: 10000;
  height: 100%;
}

.preloader-mask .preloader,
.preloader-mask .preloader:before,
.preloader-mask .preloader:after {
  color: #007abb;
}

.preloader-mask .preloader {
  -webkit-animation: border-pulse-1 1.4s linear infinite;
  -moz-animation: border-pulse-1 1.4s linear infinite;
  -o-animation: border-pulse-1 1.4s linear infinite;
  animation: border-pulse-1 1.4s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-radius: 50%;
  border-width: 26px;
}

.preloader-mask .preloader:before,
.preloader-mask .preloader:after {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  display: block;
  content: "";
  border-style: solid;
  border-width: 0;
  border-radius: 50%;
}

.preloader-mask .preloader:before {
  -webkit-animation: border-pulse-2 1.4s linear infinite;
  -moz-animation: border-pulse-2 1.4s linear infinite;
  -o-animation: border-pulse-2 1.4s linear infinite;
  animation: border-pulse-2 1.4s linear infinite;
  opacity: 0.5;
}

.preloader-mask .preloader:after {
  -webkit-animation: border-pulse-3 1.4s linear infinite;
  -moz-animation: border-pulse-3 1.4s linear infinite;
  -o-animation: border-pulse-3 1.4s linear infinite;
  animation: border-pulse-3 1.4s linear infinite;
}

@keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@-o-keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@-moz-keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@-webkit-keyframes border-pulse-1 {
  0% {
    border-width: 26px;
  }
  33.33333% {
    border-width: 3px;
  }
  66.66666% {
    border-width: 3px;
  }
  100% {
    border-width: 3px;
  }
}
@keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@-o-keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@-moz-keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@-webkit-keyframes border-pulse-2 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 23px;
  }
  100% {
    border-width: 23px;
  }
}
@keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}
@-o-keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}
@-moz-keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}
@-webkit-keyframes border-pulse-3 {
  0% {
    border-width: 0;
  }
  33.33333% {
    border-width: 0;
  }
  66.66666% {
    border-width: 0;
  }
  100% {
    border-width: 23px;
  }
}
/* ----------------------------------------------------------------------------
    Speakers
---------------------------------------------------------------------------- */
.speaker {
  margin-bottom: 40px;
  text-align: center;
}

.speaker .photo-wrapper {
  margin: 0 auto 20px;
  display: inline-block;
  max-width: 100%;
}

.speaker .photo-wrapper.rounded {
  border-radius: 50%;
  overflow: hidden;
}

.speaker .photo-wrapper img {
  display: block;
  max-width: 100%;
}

.speaker .name {
  padding: 0px 15px 0px;
  color: #262626;
  font-size: 1.2em;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 1.4em;
}

.title-and-co {
  min-height: 95px;
}

.speaker .text-alt small {
  font-size: 1em;
  line-height: 20px;
  font-weight: bold;
}

.speaker .text-alt {
  color: #262626;
  text-align: center;
  margin: auto;
  margin-bottom: 5px;
}

.speaker .about {
  font-family: "klavika-web", sans-serif;
  padding: 5px 15px 0px;
  color: #262626;
  font-size: 1em;
  margin-bottom: 10px;
  /*min-height: 50px;*/
}

.speaker .speaker-socials > li {
  padding: 0 10px;
  display: inline-block;
  text-align: center;
}

.panel-group {
  border: solid 1px #262626;
}
.panel-group:hover .panel-body p {
  color: #262626;
}

.panel-group-alt .panel > a {
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  border: none;
}

.panel-group-alt .panel > a.collapsed {
  color: #262626;
  border-color: #1e9bd7;
}
.panel-group-alt .panel > a.collapsed:hover {
  color: #ffffff;
  background-color: #1e9bd7;
}
.panel-group-alt .panel > a.collapsed:hover .panel-body p {
  color: #262626;
}

.panel-group-alt .panel > a:not(.collapsed) {
  color: #ffffff;
  background: #1e9bd7 !important;
}

.panel-body p {
  color: #262626;
  text-align: left;
  text-transform: none;
}

.panel-body p br {
  display: block;
  min-height: 50px;
  margin-bottom: 16px;
}

.speaker .speaker-socials > li a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
}

.speaker .speaker-socials > li a:not(:hover):not(:focus):not(:active) .fa {
  background-color: transparent;
  border-color: #e9e9e9;
}

.speaker .speaker-socials > li a:hover .fa,
.speaker .speaker-socials > li a:focus .fa,
.speaker .speaker-socials > li a:active .fa {
  color: #ffffff;
}

.speaker .speaker-socials > li .fa {
  -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 50%;
  border: 2px solid;
}

.speakers.masonry.width720 .masonry-item {
  width: 49.5%;
  padding: 15px 15px;
}

.speakers.masonry.width400 .masonry-item {
  width: 100%;
  padding: 15px 0;
}

.speakers.masonry .masonry-item {
  vertical-align: top;
  padding: 10px 15px;
  text-align: left;
}

.speakers.masonry .speaker-top {
  position: relative;
  margin-bottom: 15px;
  padding-left: 85px;
  min-height: 70px;
}

.speakers.masonry .speaker-top .speaker-title {
  vertical-align: bottom;
  display: table-cell;
  height: 45px;
  padding-bottom: 2px;
}

.speakers.masonry .speaker-top .name {
  margin: 0;
}

.speakers.masonry .speaker-top .name + p {
  margin: 0;
  line-height: 16px;
}

.speakers.masonry .speaker-top .photo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
}

.speakers.masonry .speaker-top .speaker-socials > li {
  padding: 0 10px 0 0;
}

.speakers.masonry .speaker-top .speaker-socials > li .fa {
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 18px;
}

.speakers.masonry .about {
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  .speakers.masonry .speaker-top {
    padding-left: 60px;
    min-height: 50px;
  }
  .speakers.masonry .speaker-top .photo-wrapper {
    top: 5px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  #speakers .container-fluid {
    padding: 0;
  }
}/*# sourceMappingURL=styles.css.map */