@charset "utf-8";
/* CSS Document */


/*
  reset
  layout
  navigation
  link style
  brackets
  preload
  frame
  skills
  countdown
  social icons
  contact form
  newsletter form
  center container
  owlCarousel
  curtains
  film grain
  weather
  snow
  particles
  clouds
  photos
  supersized
  kenburnsy
  YouTube video containment
  HTML5 video containment
  lines
  wordsrotator
  dialog
  core owlCarousel
  core magnificPopup
  animate
  media queries
*/


/* reset */
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;
}

html,
body {
   width: 100vw !important;
   height: 100vh !important;
   overflow: hidden !important;
   margin: 0 !important;
   padding: 0 !important;
}

#site-wrapper,
#ui-layer,
.main-image,
.site-opening,
.upper-page,
.center-container-home {
   width: 100vw !important;
   height: 100vh !important;
   max-height: 100vh !important;
   overflow: hidden !important;
   margin: 0 !important;
   padding: 0 !important;
}

body {
   line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
   display: block;
}

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;
}

*:focus {
   outline: none;
}

/* remove dotted outline from links, button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
   border: 0;
   outline: 0;
}


/* layout */
body {
   font-family: 'Raleway', sans-serif;
   font-size: 14px;
   line-height: 1.5;
   font-style: normal;
   font-weight: normal;
   text-align: center;
   color: #fff;
   background: #000;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   width: 100%;
   height: 100%;
}

a {
   color: #db0018;
   text-decoration: none;
   outline: none;
}

a:hover {
   color: #fff;
   text-decoration: none;
}

p a {
   text-decoration: none;
   outline: none;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   transition: all 0.5s linear;
}

p a:hover {
   color: #fff;
   text-decoration: none;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   transition: all 0.5s linear;
}

::-moz-selection {
   background: #555;
   color: #fff;
   /* Firefox */
}

::selection {
   background: #555;
   color: #fff;
   /* Safari */
}


.upper-page {
   min-height: 100%;
   margin: 0;
   padding: 0;
   background: none;
}

.upper-content {
   margin: 0 auto;
   padding: 0;
}

.lower-page {
   min-height: 100%;
   margin: 0;
   padding: 0;
}

.lower-content {
   margin: 0 auto;
   padding: 138px 0 38px 0;
}

.lower-content p {
   padding: 10px;
   color: #fff;
   text-align: center;
}

.sections {
   position: relative;
   z-index: 10;
   text-align: center;
}

#about,
#services,
#photos,
#contact {
   display: none;
}

#intro-wrapper {
   position: relative;
   width: 100%;
   height: auto;
   overflow: hidden;
   margin: 0 auto;
   padding: 0;
}

.logo-wrapper {
   text-align: center;
   margin: 0 auto;
   padding: 100px 0;
   position: relative;
   z-index: 10;
}

.main-logo-img {
   max-width: 280px;
   width: 100%;
   height: auto;
   display: inline-block;
   border-radius: 12px;
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7);
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.main-logo-img:hover {
   -webkit-transform: scale(1.05);
   -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
   -o-transform: scale(1.05);
   transform: scale(1.05);
   box-shadow: 0 10px 40px rgba(219, 0, 24, 0.5);
}

#video-bg {
   position: fixed !important;
   top: 0 !important;
   left: 0 !important;
   width: 100vw !important;
   height: 100vh !important;
   background: #000000 !important;
   display: flex !important;
   align-items: center !important;
   justify-content: center !important;
   overflow: hidden !important;
   z-index: -1 !important;
}

.centered-bg-video {
   max-width: 100% !important;
   max-height: 100% !important;
   width: auto !important;
   height: auto !important;
   object-fit: contain !important;
   margin: auto !important;
   display: block !important;
}

.intro-spacer {
   position: relative;
   width: 100%;
   height: 100px;
   margin: 0 auto;
}

.intro-spacer-2 {
   position: relative;
   width: 100%;
   height: 50px;
   margin: 0 auto;
}

h1 {
   font-family: 'Oswald', sans-serif;
   font-size: 90px;
   font-weight: 700;
   line-height: .9;
   letter-spacing: -0.04em;
   color: #fff;
   margin: 160px auto 50px auto;
   text-align: center;
   text-transform: uppercase;
   -webkit-transform: rotate(-30deg);
   -moz-transform: rotate(-30deg);
   -ms-transform: rotate(-30deg);
   -o-transform: rotate(-30deg);
   transform: rotate(-30deg);
   -webkit-transform-origin: center;
   -moz-transform-origin: center;
   -ms-transform-origin: center;
   -o-transform-origin: center;
   transform-origin: center;
   text-shadow: 1px 1px 2px #000;
}

.highlighter {
   color: #db0018;
   line-height: 1.2;
}

h2 {
   font-family: 'Oswald', sans-serif;
   font-size: 70px;
   font-weight: 400;
   line-height: 1;
   letter-spacing: -0.04em;
   color: #fff;
   margin: 0 auto;
   text-align: center;
   text-transform: uppercase;
}

h3 {
   font-family: 'Oswald', sans-serif;
   font-size: 30px;
   font-weight: 400;
   line-height: 1;
   letter-spacing: -0.04em;
   color: #db0018;
   margin: 0 auto;
   text-align: center;
   text-transform: uppercase;
}

h4 {
   font-family: 'Oswald', sans-serif;
   font-size: 30px;
   font-weight: 400;
   line-height: 1;
   letter-spacing: -0.04em;
   color: #db0018;
   margin: 60px auto 15px auto;
   text-align: center;
   text-transform: uppercase;
}

h5 {
   font-family: 'Montserrat', sans-serif;
   font-size: 30px;
   font-weight: 700;
   line-height: 1;
   letter-spacing: -0.08em;
   color: #c5c2b8;
   margin: 0;
   text-align: center;
   text-transform: uppercase;
}

h6 {
   font-family: 'Oswald', sans-serif;
   font-size: 23px;
   font-weight: 400;
   line-height: 1;
   letter-spacing: -0.04em;
   color: #fff;
   margin: 0 auto;
   text-align: center;
   text-transform: uppercase;
   -webkit-transform: rotate(60deg);
   -moz-transform: rotate(60deg);
   -ms-transform: rotate(60deg);
   -o-transform: rotate(60deg);
   transform: rotate(60deg);
   -webkit-transform-origin: center;
   -moz-transform-origin: center;
   -ms-transform-origin: center;
   -o-transform-origin: center;
   transform-origin: center;
   text-shadow: 1px 1px 2px #000;
}

.divider {
   margin: 20px auto 40px auto;
}

.decoration {
   position: relative;
   margin: 0 auto;
   text-align: center;
   -webkit-transform: rotate(-30deg);
   -moz-transform: rotate(-30deg);
   -ms-transform: rotate(-30deg);
   -o-transform: rotate(-30deg);
   transform: rotate(-30deg);
   -webkit-transform-origin: center;
   -moz-transform-origin: center;
   -ms-transform-origin: center;
   -o-transform-origin: center;
   transform-origin: center;
   text-shadow: 1px 1px 2px #000;
}

.decoration-left {
   width: 6%;
   height: 1px;
   background: #fff;
   margin: 0 119px 10px 0;
   position: relative;
   display: inline-block;
}

.decoration-right {
   width: 6%;
   height: 1px;
   background: #fff;
   margin: 0 0 10px 119px;
   position: relative;
   display: inline-block;
}

.decoration-effect {
   position: absolute;
   font-family: 'Oswald', sans-serif;
   font-size: 17px;
   line-height: 1.5;
   font-style: normal;
   text-transform: uppercase;
   text-align: center;
   font-weight: 300;
   letter-spacing: 1px;
   background: none;
   width: 202px;
   height: 61px;
   padding: 17px 0 0 0;
   margin-left: -101px;
   left: 50%;
   top: -25px;
   z-index: 0;
}

.decoration-effect a,
.decoration-effect a:hover {
   color: #fff;
   text-decoration: none;
}

.effect-bubba::before,
.effect-bubba::after {
   width: 180px;
   height: 39px;
   position: absolute;
   top: 10px;
   right: 10px;
   bottom: 10px;
   left: 10px;
   content: '';
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba::before {
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   -webkit-transform: scale(0, 1);
   -moz-transform: scale(0, 1);
   -ms-transform: scale(0, 1);
   -o-transform: scale(0, 1);
   transform: scale(0, 1);
}

.effect-bubba::after {
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
   -webkit-transform: scale(1, 0);
   -moz-transform: scale(1, 0);
   -ms-transform: scale(1, 0);
   -o-transform: scale(1, 0);
   transform: scale(1, 0);
}

.effect-bubba:hover::before,
.effect-bubba:hover::after {
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}

.decoration-2 {
   position: relative;
   margin: 49px auto 74px auto;
   text-align: center;
}

.decoration-left-2 {
   width: 6%;
   height: 1px;
   background: #fff;
   margin: 0 119px 10px 0;
   position: relative;
   display: inline-block;
}

.decoration-right-2 {
   width: 6%;
   height: 1px;
   background: #fff;
   margin: 0 0 10px 119px;
   position: relative;
   display: inline-block;
}

.decoration-effect-2 {
   position: absolute;
   font-family: 'Dosis', sans-serif;
   font-size: 17px;
   line-height: 1.5;
   font-style: normal;
   text-transform: uppercase;
   text-align: center;
   font-weight: 400;
   letter-spacing: 1px;
   background: none;
   width: 202px;
   height: 61px;
   padding: 17px 0 0 0;
   margin-left: -101px;
   left: 50%;
   top: -25px;
   z-index: 0;
}

.decoration-effect-2 a,
.decoration-effect-2 a:hover {
   color: #fff;
   text-decoration: none;
}

.effect-bubba-2::before,
.effect-bubba-2::after {
   width: 180px;
   height: 39px;
   position: absolute;
   top: 10px;
   right: 10px;
   bottom: 10px;
   left: 10px;
   content: '';
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba-2::before {
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   -webkit-transform: scale(0, 1);
   -moz-transform: scale(0, 1);
   -ms-transform: scale(0, 1);
   -o-transform: scale(0, 1);
   transform: scale(0, 1);
}

.effect-bubba-2::after {
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
   -webkit-transform: scale(1, 0);
   -moz-transform: scale(1, 0);
   -ms-transform: scale(1, 0);
   -o-transform: scale(1, 0);
   transform: scale(1, 0);
}

.effect-bubba-2:hover::before,
.effect-bubba-2:hover::after {
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}

.quote {
   margin: 0 auto;
}

.quote p {
   font-family: 'Raleway', sans-serif;
   font-size: 18px;
   line-height: 1.5;
   font-style: italic;
   font-weight: normal;
   text-align: center;
   color: #fff;
   font-weight: 400;
   letter-spacing: 1px;
}

.quote-mark-l {
   color: #fff;
   padding: 0 10px 0 0;
}

.quote-mark-r {
   color: #fff;
   padding: 0 0 0 10px;
}

.awesome {
   color: #fff;
   margin: 20px auto;
   text-align: center;
   display: block;
}


/* navigation */
.header-brand-container {
   position: fixed !important;
   top: 15px !important;
   left: 15px !important;
   transform: none !important;
   display: flex !important;
   align-items: center !important;
   gap: 12px !important;
   z-index: 999 !important;
}

.menu-toggle {
   position: relative !important;
   top: auto !important;
   left: auto !important;
   width: 60px !important;
   height: 60px !important;
   display: inline-block !important;
   padding: 0;
   background: none;
   line-height: 1;
   opacity: 1;
   z-index: 999;
}

.header-logo-link {
   display: inline-flex !important;
   align-items: center !important;
   text-decoration: none !important;
   margin-left: 5px !important;
}

.header-logo-img {
   height: 100px !important;
   width: auto !important;
   border-radius: 6px !important;
   /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7) !important;
border: 1px solid rgba(197, 160, 89, 0.4) !important; */
   -webkit-transition: all 0.3s ease !important;
   -moz-transition: all 0.3s ease !important;
   -ms-transition: all 0.3s ease !important;
   -o-transition: all 0.3s ease !important;
   transition: all 0.3s ease !important;
}

.header-logo-link:hover .header-logo-img {
   -webkit-transform: scale(1.08) !important;
   -moz-transform: scale(1.08) !important;
   -ms-transform: scale(1.08) !important;
   -o-transform: scale(1.08) !important;
   transform: scale(1.08) !important;
   box-shadow: 0 6px 20px rgba(197, 160, 89, 0.5) !important;
}

.lines,
.lines:before,
.lines:after {
   background: #c5a059 !important;
}

.lines-button.lines-close .lines,
.lines-button.lines-close .lines:before,
.lines-button.lines-close .lines:after {
   background: #000 !important;
}

#main-menu {
   position: fixed;
   font-family: 'Oswald', sans-serif;
   font-style: normal;
   text-transform: uppercase;
   font-weight: 400;
   letter-spacing: 1px;
   line-height: 1;
   width: 400px;
   height: 200%;
   left: -760px;
   top: -460px;
   margin: auto;
   background: #c5a059;
   -webkit-transition: left .4s ease-in-out;
   -moz-transition: left .4s ease-in-out;
   -ms-transition: left .4s ease-in-out;
   -o-transition: left .4s ease-in-out;
   transition: left .4s ease-in-out;
   -webkit-transform: rotate(-30deg);
   -moz-transform: rotate(-30deg);
   -ms-transform: rotate(-30deg);
   -o-transform: rotate(-30deg);
   transform: rotate(-30deg);
   -webkit-transform-origin: center;
   -moz-transform-origin: center;
   -ms-transform-origin: center;
   -o-transform-origin: center;
   transform-origin: center;
   z-index: 998;
}

#main-menu.activated {
   left: 98px;
}

#main-menu ul {
   list-style: none outside none;
   padding: 0 0 0 37px;
}

#main-menu ul li {
   text-align: left;
   line-height: .75;
}

#main-menu .credits {
   font-size: 14px;
   line-height: 1;
   margin: 15px 0 0 9px;
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
   -webkit-transform-origin: left;
   -moz-transform-origin: left;
   -ms-transform-origin: left;
   -o-transform-origin: left;
   transform-origin: left;
}

#main-menu .credits a {
   color: #444;
   text-decoration: none;
   white-space: nowrap;
}

#main-menu .credits .credit-line1,
#main-menu .credits .credit-line2 {
   display: inline;
}

#main-menu .credits .credit-line1 {
   margin-right: 4px;
}

#main-menu a {
   display: none;
   min-width: 10px;
   color: #c5c2b8;
   text-decoration: none;
   -webkit-transition: color .8s ease-in-out;
   -moz-transition: color .8s ease-in-out;
   -ms-transition: color .8s ease-in-out;
   -o-transition: color .8s ease-in-out;
   transition: color .8s ease-in-out;
}

#main-menu li .active {
   color: #000;
}

.menu-nav-wrapper {
   display: table;
   width: 100%;
   height: 100%;
}

.menu-nav {
   display: table-cell;
   width: 100%;
   height: 100%;
   vertical-align: middle;
}


/* link style */
.link {
   position: relative;
   outline: none;
   text-decoration: none;
   font-size: 50px;
   line-height: 1;
   display: inline-block;
   width: 326px;
}

#get-in-touch {
   font-size: 16px !important;
   font-weight: 700 !important;
   color: #000000 !important;
   letter-spacing: 2px !important;
   width: auto !important;
   margin-bottom: 8px !important;
}

#fire-email {
   font-size: 24px !important;
   width: auto !important;
   max-width: 320px !important;
   letter-spacing: 0px !important;
}

#address-heading {
   font-size: 16px !important;
   font-weight: 700 !important;
   color: #000000 !important;
   letter-spacing: 2px !important;
   width: auto !important;
   margin-top: 20px !important;
   margin-bottom: 6px !important;
   display: inline-block !important;
}

.menu-address-details {
   font-family: 'Raleway', sans-serif !important;
   font-size: 15px !important;
   line-height: 1.5 !important;
   color: #111111 !important;
   text-transform: none !important;
   letter-spacing: 0px !important;
   display: block !important;
   margin-bottom: 8px !important;
   max-width: 320px !important;
   text-decoration: none !important;
   -webkit-transition: color 0.3s ease !important;
   transition: color 0.3s ease !important;
}

.menu-address-details strong {
   font-family: 'Oswald', sans-serif !important;
   font-size: 15px !important;
   color: #000000 !important;
   letter-spacing: 1px !important;
   text-transform: uppercase !important;
   display: inline-block !important;
   margin-bottom: 3px !important;
}

.menu-address-details:hover {
   color: #ffffff !important;
}

.menu-website-details {
   font-family: 'Oswald', sans-serif !important;
   font-size: 16px !important;
   font-weight: 600 !important;
   color: #000000 !important;
   letter-spacing: 1px !important;
   text-transform: lowercase !important;
   display: inline-block !important;
   margin-bottom: 15px !important;
   text-decoration: none !important;
   -webkit-transition: color 0.3s ease !important;
   transition: color 0.3s ease !important;
}

.menu-website-details i {
   margin-right: 4px;
}

.menu-website-details:hover {
   color: #ffffff !important;
}

.link--kukuri {
   overflow: hidden;
   line-height: 1;
}

.link--kukuri::after {
   content: '';
   position: absolute;
   height: 16px;
   width: 100%;
   top: 50%;
   margin-top: -8px;
   right: 0;
   background: #c5c2b8;
   -webkit-transform: translate3d(-100%, 0, 0);
   -moz-transform: translate3d(-100%, 0, 0);
   -ms-transform: translate3d(-100%, 0, 0);
   -o-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
   -webkit-transition: -webkit-transform 0.4s;
   transition: transform 0.4s;
   -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
   transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link--kukuri:hover::after {
   -webkit-transform: translate3d(100%, 0, 0);
   -moz-transform: translate3d(100%, 0, 0);
   -ms-transform: translate3d(100%, 0, 0);
   -o-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
}

.link--kukuri::before {
   position: absolute;
   content: attr(data-letters);
   z-index: 2;
   overflow: hidden;
   color: #000;
   white-space: nowrap;
   width: 0%;
   -webkit-transition: width 0.6s 0.3s;
   -moz-transition: width 0.6s 0.3s;
   -ms-transition: width 0.6s 0.3s;
   -o-transition: width 0.6s 0.3s;
   transition: width 0.6s 0.3s;
}

.link--kukuri:hover::before {
   width: 100%;
}


/* brackets */
/* .brackets a::before,
.brackets a::after {
   display: inline-block;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
   -moz-transition: -moz-transform 0.3s, opacity 0.2s;
   -ms-transition: -ms-transform 0.3s, opacity 0.2s;
   -o-transition: -o-transform 0.3s, opacity 0.2s;
   transition: transform 0.3s, opacity 0.2s;
} */

/* .brackets a::before {
   content: '[';
   margin-right: 10px;
   -webkit-transform: translateX(20px);
   -moz-transform: translateX(20px);
   -ms-transform: translateX(20px);
   -o-transform: translateX(20px);
   transform: translateX(20px);
} */

/* .brackets a::after {
   content: ']';
   margin-left: 10px;
   -webkit-transform: translateX(-20px);
   -moz-transform: translateX(-20px);
   -ms-transform: translateX(-20px);
   -o-transform: translateX(-20px);
   transform: translateX(-20px);
} */

.brackets a:hover::before,
.brackets a:hover::after,
.brackets a:focus::before,
.brackets a:focus::after {
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -ms-transform: translateX(0px);
   -o-transform: translateX(0px);
   transform: translateX(0px);
}

.brackets ul,
li {
   list-style: none;
}

.brackets a {
   color: #db0018;
   text-decoration: none;
}

.brackets a:hover {
   color: #db0018;
   text-decoration: none;
}

.brackets a:visited {
   color: #db0018;
   text-decoration: none;
}


/* preload */
#preload {
   position: fixed;
   width: 100%;
   height: 100%;
   overflow: hidden;
   right: 0;
   bottom: 0;
   background: #000;
   display: none;
   z-index: 10000;
}

#preload-status {
   position: absolute;
   width: 40px;
   height: 40px;
   margin: auto;
   padding: 0;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   display: block;
   background: #fff;
   border-radius: 100%;
   -webkit-animation: scaleout 1.0s infinite ease-in-out;
   -moz-animation: scaleout 1.0s infinite ease-in-out;
   -ms-animation: scaleout 1.0s infinite ease-in-out;
   -o-animation: scaleout 1.0s infinite ease-in-out;
   animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
   0% {
      -webkit-transform: scale(0.0);
      -ms-transform: scale(0.0);
      transform: scale(0.0);
   }

   100% {
      -webkit-transform: scale(1.0);
      -ms-transform: scale(1.0);
      transform: scale(1.0);
      opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   }
}

@keyframes scaleout {
   0% {
      -webkit-transform: scale(0.0);
      -ms-transform: scale(0.0);
      transform: scale(0.0);
   }

   100% {
      -webkit-transform: scale(1.0);
      -ms-transform: scale(1.0);
      transform: scale(1.0);
      opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   }
}

#preload-status {
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* frame */
#site-wrapper {
   position: relative;
   min-width: 100%;
   min-height: 100%;
   overflow: hidden;
}

.line {
   position: fixed;
   display: block;
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   background: #c5a059;
   -webkit-transform: rotate(-30deg);
   -moz-transform: rotate(-30deg);
   -ms-transform: rotate(-30deg);
   -o-transform: rotate(-30deg);
   transform: rotate(-30deg);
   -webkit-transform-origin: center;
   -moz-transform-origin: center;
   -ms-transform-origin: center;
   -o-transform-origin: center;
   transform-origin: center;
   z-index: -1;
}

.line.line-top {
   top: 10px;
   left: 10px;
   width: 50%;
   height: 2px;
   -webkit-transition: width 800ms cubic-bezier(.55, .055, .675, .19);
   -moz-transition: width 800ms cubic-bezier(.55, .055, .675, .19);
   -ms-transition: width 800ms cubic-bezier(.55, .055, .675, .19);
   -o-transition: width 800ms cubic-bezier(.55, .055, .675, .19);
   transition: width 800ms cubic-bezier(.55, .055, .675, .19);
}

.line.line-right {
   top: 10px;
   right: 10px;
   width: 2px;
   height: 50%;
   -webkit-transition: height 1000ms cubic-bezier(.215, .61, .355, 1) 800ms;
   -moz-transition: height 1000ms cubic-bezier(.215, .61, .355, 1) 800ms;
   -ms-transition: height 1000ms cubic-bezier(.215, .61, .355, 1) 800ms;
   -o-transition: height 1000ms cubic-bezier(.215, .61, .355, 1) 800ms;
   transition: height 1000ms cubic-bezier(.215, .61, .355, 1) 800ms;
}

.line.line-bottom {
   right: 10px;
   bottom: 10px;
   width: 50%;
   height: 2px;
   -webkit-transition: width 800ms cubic-bezier(.55, .055, .675, .19);
   -moz-transition: width 800ms cubic-bezier(.55, .055, .675, .19);
   -ms-transition: width 800ms cubic-bezier(.55, .055, .675, .19);
   -o-transition: width 800ms cubic-bezier(.55, .055, .675, .19);
   transition: width 800ms cubic-bezier(.55, .055, .675, .19);
}

.line.line-left {
   bottom: 10px;
   left: 10px;
   width: 2px;
   height: 50%;
   -webkit-transition: height 1000ms cubic-bezier(.215, .61, .355, 1) 800ms;
   -moz-transition: height 1000ms cubic-bezier(.215, .61, .355, 1) 800ms;
   -ms-transition: height 1000ms cubic-bezier(.215, .61, .355, 1) 800ms;
   -o-transition: height 1000ms cubic-bezier(.215, .61, .355, 1) 800ms;
   transition: height 1000ms cubic-bezier(.215, .61, .355, 1) 800ms;
}

.site-opening #ui-layer {
   -webkit-transition-delay: 0;
   -moz-transition-delay: 0;
   -ms-transition-delay: 0;
   -o-transition-delay: 0;
   transition-delay: 0;
   -webkit-transition-duration: 0;
   -moz-transition-duration: 0;
   -ms-transition-duration: 0;
   -o-transition-duration: 0;
   transition-duration: 0;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#ui-layer {
   position: relative;
   min-width: 100%;
   min-height: 100%;
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   z-index: 6;
}

body[class=page-top] #ui-layer {
   /*
-webkit-transition: opacity 1000ms ease 1000ms, -webkit-transform 1000ms ease;
   -moz-transition: opacity 1000ms ease 1000ms, -moz-transform 1000ms ease;
     -o-transition: opacity 1000ms ease 1000ms, -o-transform 1000ms ease;
	    transition: opacity 1000ms ease 1000ms, transform 1000ms ease;
*/
}

.site-opening #bg-layer {
   -webkit-transition-duration: 0;
   -moz-transition-duration: 0;
   -ms-transition-duration: 0;
   -o-transition-duration: 0;
   transition-duration: 0;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   /*
-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
        transform: scale(1.1);
*/
   -webkit-transform: scale(1.4);
   -moz-transform: scale(1.4);
   -ms-transform: scale(1.4);
   -o-transform: scale(1.4);
   transform: scale(1.4);
}

#bg-layer {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-transform: scale3d(1);
   -moz-transform: scale3d(1);
   -ms-transform: scale3d(1);
   -o-transform: scale3d(1);
   transform: scale3d(1);
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

body[class=page-top] #bg-layer {
   -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
   -moz-transition: opacity 2000ms ease, -moz-transform 2000ms ease;
   -ms-transition: opacity 2000ms ease, -ms-transform 2000ms ease;
   -o-transition: opacity 2000ms ease, -o-transform 2000ms ease;
   transition: opacity 2000ms ease, transform 2000ms ease;
}

.page-top #bg-layer {
   /*
background-image: url(../img/background/bg-layer.jpg);
background-position: 50% 0;
background-repeat: no-repeat;
background-size: cover;
*/
}

.main-image {
   position: relative;
   width: 100%;
   height: 100%;
   overflow-x: hidden;
   overflow-y: auto;
}

.site-opening .line {
   -webkit-transition-duration: 0;
   -moz-transition-duration: 0;
   -ms-transition-duration: 0;
   -o-transition-duration: 0;
   transition-duration: 0;
}

.site-opening .line-top {
   width: 0;
}

.site-opening .line-right {
   height: 0;
}

.site-opening .line-bottom {
   width: 0;
}

.site-opening .line-left {
   height: 0;
}


/* skills */
.contentOT {
   font-family: 'Dosis', sans-serif;
   font-size: 17px;
   line-height: 1;
   font-style: normal;
   text-transform: uppercase;
   text-align: left;
   font-weight: 400;
   letter-spacing: 1px;
   position: relative;
   width: 100%;
   margin: 0;
   padding: 40px 10px 0 10px;
   float: left;
   left: 0;
}

.colOT {
   position: relative;
   width: 100%;
   float: left;
   left: 0;
}

#skills {
   list-style: none;
}

#skills li {
   background: #fff;
   height: 3px;
   margin: 0 0 50px 0;
}

#skills li.last {
   background: #fff;
   height: 3px;
   margin: 0;
}

#skills li .skills-description {
   position: relative;
   top: -25px;
}

.expand {
   position: absolute;
   height: 3px;
   margin: 0;
   background: #db0018;
}

.html5 {
   width: 70%;
   -webkit-animation: html5 2s ease-out;
   -moz-animation: html5 2s ease-out;
   -ms-animation: html52s ease-out;
   -o-animation: html5 2s ease-out;
   animation: html5 2s ease-out;
}

.css3 {
   width: 90%;
   -webkit-animation: css3 2s ease-out;
   -moz-animation: css3 2s ease-out;
   -ms-animation: css3 2s ease-out;
   -o-animation: css3 2s ease-out;
   animation: css3 2s ease-out;
}

.jquery {
   width: 50%;
   -webkit-animation: jquery 2s ease-out;
   -moz-animation: jquery 2s ease-out;
   -ms-animation: jquery 2s ease-out;
   -o-animation: jquery 2s ease-out;
   animation: jquery 2s ease-out;
}

.photoshop {
   width: 30%;
   -webkit-animation: photoshop 2s ease-out;
   -moz-animation: photoshop 2s ease-out;
   -ms-animation: photoshop 2s ease-out;
   -o-animation: photoshop 2s ease-out;
   animation: photoshop 2s ease-out;
}

.dreamweaver {
   width: 100%;
   -webkit-animation: dreamweaver 2s ease-out;
   -moz-animation: dreamweaver 2s ease-out;
   -ms-animation: dreamweaver 2s ease-out;
   -o-animation: dreamweaver 2s ease-out;
   animation: dreamweaver 2s ease-out;
}

@-moz-keyframes html5 {
   0% {
      width: 0px;
   }

   100% {
      width: 70%;
   }
}

@-moz-keyframes css3 {
   0% {
      width: 0px;
   }

   100% {
      width: 90%;
   }
}

@-moz-keyframes jquery {
   0% {
      width: 0px;
   }

   100% {
      width: 50%;
   }
}

@-moz-keyframes photoshop {
   0% {
      width: 0px;
   }

   100% {
      width: 10%;
   }
}

@-moz-keyframes dreamweaver {
   0% {
      width: 0px;
   }

   100% {
      width: 100%;
   }
}

@-webkit-keyframes html5 {
   0% {
      width: 0px;
   }

   100% {
      width: 70%;
   }
}

@-webkit-keyframes css3 {
   0% {
      width: 0px;
   }

   100% {
      width: 90%;
   }
}

@-webkit-keyframes jquery {
   0% {
      width: 0px;
   }

   100% {
      width: 50%;
   }
}

@-webkit-keyframes photoshop {
   0% {
      width: 0px;
   }

   100% {
      width: 10%;
   }
}

@-webkit-keyframes dreamweaver {
   0% {
      width: 0px;
   }

   100% {
      width: 100%;
   }
}


/* countdown */
#countdown-wrapper {
   position: relative;
   margin: 28px auto;
   width: 400px;
   -webkit-transform: rotate(60deg);
   -moz-transform: rotate(60deg);
   -ms-transform: rotate(60deg);
   -o-transform: rotate(60deg);
   transform: rotate(60deg);
   -webkit-transform-origin: center;
   -moz-transform-origin: center;
   -ms-transform-origin: center;
   -o-transform-origin: center;
   transform-origin: center;
   text-shadow: 1px 1px 2px #000;
}

#countdown {
   margin: 0;
   padding: 0;
}

ul#countdown li {
   display: inline-block;
   width: 115px;
}

ul#countdown li span {
   /* font-family: 'Montserrat', sans-serif; */
   font-family: 'Oswald', sans-serif;
   font-size: 70px;
   font-weight: 400;
   line-height: 1;
   letter-spacing: -0.04em;
   color: #fff;
   text-align: center;
   margin: 0;
   padding: 0;
   position: relative;
}

ul#countdown li span.seconds {
   /* font-family: 'Montserrat', sans-serif; */
   font-family: 'Oswald', sans-serif;
   font-size: 55px;
   font-weight: 400;
   line-height: 1.1;
   letter-spacing: -0.04em;
   color: #db0018;
   text-align: left;
   margin: 0;
   padding: 0 0 0 20px;
   position: relative;
   /* text-shadow: 1px 1px 2px #222; */
}

ul#countdown li span::before {
   content: '';
   width: 100%;
   height: 1px;
   position: absolute;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes {
   /* font-family: 'Raleway', sans-serif; */
   font-family: 'Oswald', sans-serif;
   color: #fff;
   text-transform: uppercase;
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   text-align: center;
   margin: 0;
   padding: 0 0 0 5px;
}

ul#countdown li p.timeRefSeconds {
   /* font-family: 'Raleway', sans-serif; */
   font-family: 'Oswald', sans-serif;
   color: #fff;
   text-transform: uppercase;
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   text-align: center;
   margin: 0;
   padding: 0 0 0 24px;
}


/* social icons */
.social-icons-wrapper {
   position: relative;
   margin: 0 auto;
   text-align: center;
}

.social-icons-wrapper ul {
   margin: 0 auto;
   padding: 0;
   list-style-type: none;
}

.social-icons-wrapper ul li {
   display: inline-block;
   margin: 0 auto;
   padding: 0 0 0 5px;
}

ul.social-icons {
   font-size: 15px;
   margin: 0;
   padding: 0;
}

ul.social-icons a {
   padding: 0;
   color: #fff;
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   transition: all 0.5s linear;
}

ul.social-icons a:hover {
   padding: 0;
   color: #fff;
   opacity: 0.3;
   -moz-opacity: 0.3;
   -webkit-opacity: 0.3;
   filter: alpha(opacity=30);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   transition: all 0.5s linear;
}


/* contact form */
#contact-form {
   width: 100%;
   margin: 0;
   text-align: center;
}

form {
   margin: 0;
   padding: 0;
}

input {
   position: relative;
   width: 100%;
   height: 40px;
   border-bottom: 1px solid #fff;
   border-left: none;
   border-right: none;
   border-top: none;
   padding: 5px 5px;
   background: none;
   margin: 5px;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   transition: all 0.3s;
   font-family: 'Raleway', sans-serif;
   font-size: 14px;
   line-height: 1.5;
   font-style: normal;
   font-weight: normal;
   text-align: center;
}

#form input {
   margin: 10px 0 10px 0;
}

textarea {
   position: relative;
   width: 100%;
   height: 100px;
   border-bottom: 1px solid #fff;
   border-left: none;
   border-right: none;
   border-top: none;
   padding: 5px 5px;
   background: none;
   margin: 5px;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   transition: all 0.3s;
   font-family: 'Raleway', sans-serif;
   font-size: 14px;
   line-height: 1.5;
   font-style: normal;
   font-weight: normal;
   text-align: center;
}

#form textarea {
   margin: 10px 0 10px 0;
}

input:hover,
textarea:hover {
   border-color: rgba(255, 255, 255, .5);
}

#form input:focus,
#form textarea:focus {
   -webkit-animation: glow 900ms ease-out infinite alternate;
   -moz-animation: glow 900ms ease-out infinite alternate;
   -ms-animation: glow 900ms ease-out infinite alternate;
   -o-animation: glow 900ms ease-out infinite alternate;
   animation: glow 900ms ease-out infinite alternate;
}

.success {
   font-family: 'Montserrat', sans-serif;
   font-size: 13px;
   font-weight: 400;
   font-style: normal;
   text-transform: uppercase;
   text-align: center;
   color: #fff;
   margin: 0;
   padding: 20px 0 0 0;
   line-height: 1;
}

#form .error {
   position: absolute;
   font-size: 10px;
   text-transform: uppercase;
   text-align: left;
   color: #fff;
   display: block;
   margin: -8px 0 0 1px;
   padding: 0;
}


@-webkit-keyframes glow {
   0% {
      border-color: #db0018;
      box-shadow: 0 0 5px rgba(255, 255, 255, .2), inset 0 0 5px rgba(255, 255, 255, .1)
   }

   100% {
      border-color: #db0018;
      box-shadow: 0 0 20px rgba(255, 255, 255, .6), inset 0 0 10px rgba(255, 255, 255, .4)
   }
}

@-moz-keyframes glow {
   0% {
      border-color: #db0018;
      box-shadow: 0 0 5px rgba(255, 255, 255, .2), inset 0 0 5px rgba(255, 255, 255, .1)
   }

   100% {
      border-color: #db0018;
      box-shadow: 0 0 20px rgba(255, 255, 255, .6), inset 0 0 10px rgba(255, 255, 255, .4)
   }
}

@-o-keyframes glow {
   0% {
      border-color: #db0018;
      box-shadow: 0 0 5px rgba(255, 255, 255, .2), inset 0 0 5px rgba(255, 255, 255, .1)
   }

   100% {
      border-color: #db0018;
      box-shadow: 0 0 20px rgba(255, 255, 255, .6), inset 0 0 10px rgba(255, 255, 255, .4)
   }
}

@-ms-keyframes glow {
   0% {
      border-color: #db0018;
      box-shadow: 0 0 5px rgba(255, 255, 255, .2), inset 0 0 5px rgba(255, 255, 255, .1)
   }

   100% {
      border-color: #db0018;
      box-shadow: 0 0 20px rgba(255, 255, 255, .6), inset 0 0 10px rgba(255, 255, 255, .4)
   }
}

@keyframes glow {
   0% {
      border-color: #db0018;
      box-shadow: 0 0 5px rgba(255, 255, 255, .2), inset 0 0 5px rgba(255, 255, 255, .1)
   }

   100% {
      border-color: #db0018;
      box-shadow: 0 0 20px rgba(255, 255, 255, .6), inset 0 0 10px rgba(255, 255, 255, .4)
   }
}

::-webkit-input-placeholder {
   font-style: italic;
   color: #fff;
}

::-moz-placeholder {
   font-style: italic;
   color: #fff;
}

:-ms-input-placeholder {
   font-style: italic;
   color: #fff;
}

input:-moz-placeholder {
   font-style: italic;
   color: #fff;
}

.submit-button {
   position: relative;
   font-family: 'Dosis', sans-serif;
   font-size: 14px;
   line-height: 1.5;
   font-style: normal;
   text-transform: uppercase;
   text-align: center;
   font-weight: 400;
   letter-spacing: 1px;
   color: #fff;
   display: inline-block;
   outline: none;
   margin: 21px auto 0 auto;
   width: 225px;
   padding: 0;
   height: 45px;
   border: 1px solid #fff;
   background: #fff;
   overflow: hidden;
   cursor: pointer;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   -webkit-transform: translate(0, 0);
   -moz-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   transform: translate(0, 0);
}

.submit-button::before {
   position: absolute;
   content: '';
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   right: -100%;
   bottom: 0%;
   width: 200%;
   height: 200%;
   background: #000;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transform: skewX(-60deg);
   -moz-transform: skewX(-60deg);
   -ms-transform: skewX(-60deg);
   -o-transform: skewX(-60deg);
   transform: skewX(-60deg);
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
   z-index: -1;
}

.submit-button::before {
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.submit-button:hover {
   color: #000;
}

.submit-button:hover::before {
   bottom: -100%;
   right: -200%;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* newsletter form */
#subscribe-wrapper {
   margin: 0 auto 40px auto;
   background: none;
   width: 225px;
   height: 70px;
   position: relative;
   z-index: 999;
}

#newsletter {
   width: auto;
   height: 55px;
   padding: 1px 0 0 0;
}

.newsletter {
   position: relative;
   clear: both;
   width: auto;
   border: none;
   background: none;
   margin: -5px 0 0 0;
   padding: 0;
   overflow: hidden;
}

#subscribe .mail {
   display: none;
   visibility: hidden;
}

#subscribe input#subscribeemail {
   font-family: 'Raleway', sans-serif;
   font-size: 14px;
   line-height: 1.5;
   font-style: normal;
   font-weight: normal;
   text-align: center;
   color: #000;
   width: 225px;
   height: 28px;
   margin: 0;
   padding: 0;
   border-top: none;
   border-left: none;
   border-right: none;
   border-bottom: 1px solid #000;
}

#subscribe input {
   background: none;
}

#subscribe input:focus,
#subscribe textarea:focus {
   color: #000;
   background: none;
}

.submit-button-2 {
   position: relative;
   font-family: 'Dosis', sans-serif;
   font-size: 14px;
   line-height: 1.5;
   font-style: normal;
   text-transform: uppercase;
   text-align: center;
   font-weight: 400;
   letter-spacing: 1px;
   color: #fff;
   display: inline-block;
   outline: none;
   margin: 10px auto;
   width: 225px;
   padding: 0;
   height: 45px;
   border: none;
   background: #000;
   overflow: hidden;
   cursor: pointer;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   -webkit-transform: translate(0, 0);
   -moz-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   transform: translate(0, 0);
}

.submit-button-2::before {
   position: absolute;
   content: '';
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   right: -100%;
   bottom: 0%;
   width: 200%;
   height: 200%;
   background: #db0018;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transform: skewX(-60deg);
   -moz-transform: skewX(-60deg);
   -ms-transform: skewX(-60deg);
   -o-transform: skewX(-60deg);
   transform: skewX(-60deg);
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
   z-index: -1;
}

.submit-button-2::before {
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.submit-button-2:hover {
   color: #fff;
   background: #000;
}

.submit-button-2:hover::before {
   bottom: -100%;
   right: -200%;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.subscribesuccess {
   font-family: 'Montserrat', sans-serif;
   font-size: 13px;
   font-weight: 400;
   font-style: normal;
   text-transform: uppercase;
   text-align: center;
   color: #000;
   margin: 0;
   padding: 60px 0 0 0;
   line-height: 1;
}

#subscribe .subscribeerror {
   font-size: 10px;
   text-transform: uppercase;
   text-align: center;
   color: #000;
   display: block;
   margin: 0;
   padding: 0;
}


/* center container */
.center-container-home {
   position: absolute;
   display: table;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
}

.center-block-home {
   display: table-cell;
   vertical-align: middle;
}

.center-container {
   position: absolute;
   display: table;
   /* display: block; */
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   background: rgba(0, 0, 0, .6);
}

.center-container-videos {
   position: absolute;
   display: table;
   /* display: block; */
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   background: rgba(0, 0, 0, .4);
}

.center-block {
   display: table-cell;
   /* display: block; */
   vertical-align: middle;
}

.cover-all {
   position: fixed;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   background: rgba(0, 0, 0, .6);
   z-index: 1;
}

.cover-all-videos {
   position: fixed;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   background: rgba(0, 0, 0, .4);
   z-index: 1;
}


/* owlCarousel */
.owl-carousel {
   overflow: hidden;
}

.owl-buttons {
   position: static;
}

.owl-prev,
.owl-next {
   position: absolute;
   display: block;
   top: 50%;
   margin-top: -50px;
   width: 105px;
   height: 105px;
   line-height: 105px;
   font-size: 30px;
   text-align: center;
   color: #fff;
   -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   z-index: 6;
}

.owl-prev {
   left: -50px;
}

.owl-next {
   right: -50px;
}

.owl-prev:before,
.owl-next:before {
   content: "";
   display: block;
   width: 66%;
   height: 66%;
   position: absolute;
   left: 0;
   top: 17px;
   background: none;
   /*
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
        border-radius: 2px;
-webkit-box-shadow: 1px 1px 0px rgba(0,0,0, .1);
   -moz-box-shadow: 1px 1px 0px rgba(0,0,0, .1);
        box-shadow: 1px 1px 0px rgba(0,0,0, .1); 
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg);
*/
   -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-next:before {
   left: auto;
   right: 0;
}

.owl-prev .fa,
.owl-next .fa {
   position: relative;
}

.owl-prev:hover,
.owl-next:hover {
   -webkit-transition: 0 none !important;
   -moz-transition: 0 none !important;
   -ms-transition: 0 none !important;
   -o-transition: 0 none !important;
   transition: 0 none !important;
}

.owl-prev:hover:before,
.owl-next:hover:before {
   opacity: 0.8;
   -moz-opacity: 0.8;
   -webkit-opacity: 0.8;
   filter: alpha(opacity=80);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.owl-prev:active:before,
.owl-next:active:before {
   opacity: 0.6;
   -moz-opacity: 0.6;
   -webkit-opacity: 0.6;
   filter: alpha(opacity=60);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.owl-carousel:hover .owl-prev {
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   left: -35px;
}

.owl-carousel:hover .owl-next {
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   right: -35px;
}

.owl-pagination {
   display: block;
   width: 100%;
   height: auto;
   position: absolute;
   bottom: 20px;
   left: 0;
   text-align: center;
}

.owl-page {
   position: relative;
   display: inline-block;
   padding: 6px 4px;
}

.owl-page span {
   width: 15px;
   height: 2px;
   display: block;
   background: rgba(255, 255, 255, .7);
   position: relative;
   /*
-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
*/
   -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
   -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
   box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
   -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   z-index: 1000 !important;
}

.owl-page:hover span {
   background: rgba(255, 255, 255, 1);
}

.owl-page.active span {
   background: #db0018;
   -webkit-transform: scale(1.3333333);
   -moz-transform: scale(1.3333333);
   -ms-transform: scale(1.3333333);
   -o-transform: scale(1.3333333);
   transform: scale(1.3333333);
}

.services-gallery {
   margin: 16px 0 0 0;
}

.services-gallery img {
   max-width: 100%;
   height: auto;
}


/* curtains */
#curtains {
   position: fixed;
   height: 100%;
   width: 100%;
   overflow: hidden;
   /* background: url(../img/curtains.png) repeat top left; */
   z-index: 1;
}


/* film grain */
#film-grain {
   display: none !important;
}


/* weather */
/* main element */
.weather {
   position: fixed;
   height: 100%;
   width: 100%;
   overflow: hidden;
   z-index: 5;
}

/* pseudo elements: positioning and setup */
.weather:before,
.weather:after {
   content: "";
   position: absolute;
   left: -60%;
   top: -60%;
   right: -60%;
   bottom: -60%;
   pointer-events: none;
   background: transparent repeat;
   -webkit-transform: rotate(-40deg);
   -moz-transform: rotate(-40deg);
   -ms-transform: rotate(-40deg);
   -o-transform: rotate(-40deg);
   transform: rotate(-40deg);
   -webkit-transform-origin: center;
   -moz-transform-origin: center;
   -ms-transform-origin: center;
   -o-transform-origin: center;
   transform-origin: center;
   -webkit-animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-name: weather;
   animation-name: weather;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
   z-index: 1;
}

.weather:after {
   -webkit-animation-name: weather2;
   animation-name: weather2;
}

/* rain */
.weather.rain:before,
.weather.rain:after {
   background: url(../img/rain.png) left top;
   opacity: 0.6;
   -moz-opacity: 0.6;
   -webkit-opacity: 0.6;
   filter: alpha(opacity=60);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
}

.weather.rain:after {
   -webkit-animation-duration: 1.5s;
   animation-duration: 1.5s;
}

/* animation keyframes */
@-webkit-keyframes weather {
   from {
      background-position: 0 0px;
   }

   to {
      background-position: 0 1024px;
   }
}

@keyframes weather {
   from {
      background-position: 0 0px;
   }

   to {
      background-position: 0 1024px;
   }
}

@-webkit-keyframes weather2 {
   from {
      background-position: 64px 64px;
   }

   to {
      background-position: 64px 1088px;
   }
}

@keyframes weather2 {
   from {
      background-position: 64px 64px;
   }

   to {
      background-position: 64px 1088px;
   }
}


/* snow */
#snow {
   position: fixed;
   width: 100%;
   height: 100%;
   overflow: hidden;
   left: 0;
   top: 0;
   z-index: 5;
}


/* particles */
#particles-holder {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100% !important;
   overflow: hidden;
   z-index: 5;
}

#particles-js {
   width: 100%;
   height: 100%;
   overflow: hidden;
   background: none;
}

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

   #particles-holder,
   #particles-js {
      display: none;
      visibility: hidden;
   }
}


/* clouds */
.clouds {
   position: fixed;
   width: 100%;
   height: 100%;
   overflow: hidden;
   background: none;
   top: 0;
   z-index: 5;
}

.cloud-1 {
   position: absolute;
   left: 0;
   top: 0;
   width: 300%;
   height: 100%;
   background-image: url(../img/cloud-1.png);
   background-repeat: repeat-x;
   -webkit-animation: cloud-1 50s linear infinite;
   -moz-animation: cloud-1 50s linear infinite;
   -ms-animation: cloud-1 50s linear infinite;
   -o-animation: cloud-1 50s linear infinite;
   animation: cloud-1 50s linear infinite;
   -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
   -moz-transform: scale(1, 1) translate3d(0, 0, 0);
   -ms-transform: scale(1, 1) translate3d(0, 0, 0);
   -o-transform: scale(1, 1) translate3d(0, 0, 0);
   transform: scale(1, 1) translate3d(0, 0, 0);
}

.cloud-2 {
   position: absolute;
   left: 0;
   top: 0;
   width: 300%;
   height: 100%;
   background-image: url(../img/cloud-2.png);
   background-repeat: repeat-x;
   -webkit-animation: cloud-2 90s linear infinite;
   -moz-animation: cloud-2 90s linear infinite;
   -ms-animation: cloud-2 90s linear infinite;
   -o-animation: cloud-2 90s linear infinite;
   animation: cloud-2 90s linear infinite;
   -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
   -moz-transform: scale(1, 1) translate3d(0, 0, 0);
   -ms-transform: scale(1, 1) translate3d(0, 0, 0);
   -o-transform: scale(1, 1) translate3d(0, 0, 0);
   transform: scale(1, 1) translate3d(0, 0, 0);
}

.cloud-3 {
   position: absolute;
   left: 0;
   top: 0;
   width: 300%;
   height: 100%;
   background-image: url(../img/cloud-3.png);
   background-repeat: repeat-x;
   -webkit-animation: cloud-3 70s linear infinite;
   -moz-animation: cloud-3 70s linear infinite;
   -ms-animation: cloud-3 70s linear infinite;
   -o-animation: cloud-3 70s linear infinite;
   animation: cloud-3 70s linear infinite;
   -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
   -moz-transform: scale(1, 1) translate3d(0, 0, 0);
   -ms-transform: scale(1, 1) translate3d(0, 0, 0);
   -o-transform: scale(1, 1) translate3d(0, 0, 0);
   transform: scale(1, 1) translate3d(0, 0, 0);
}

@-webkit-keyframes cloud-1 {
   0% {
      left: 0;
   }

   100% {
      left: -200%;
   }
}

@-moz-keyframes cloud-1 {
   0% {
      left: 0;
   }

   100% {
      left: -200%;
   }
}

@keyframes cloud-1 {
   0% {
      left: 0;
   }

   100% {
      left: -200%;
   }
}

@-webkit-keyframes cloud-2 {
   0% {
      left: 0;
   }

   100% {
      left: -200%;
   }
}

@-moz-keyframes cloud-2 {
   0% {
      left: 0;
   }

   100% {
      left: -200%;
   }
}

@keyframes cloud-2 {
   0% {
      left: 0;
   }

   100% {
      left: -200%;
   }
}

@-webkit-keyframes cloud-3 {
   0% {
      left: 0;
   }

   100% {
      left: -200%;
   }
}

@-moz-keyframes cloud-3 {
   0% {
      left: 0;
   }

   100% {
      left: -200%;
   }
}

@keyframes cloud-3 {
   0% {
      left: 0;
   }

   100% {
      left: -200%;
   }
}


/* photos */
.photos-section .photos-container {
   position: relative;
   display: block;
   width: 100%;
   float: left;
   margin: 16px auto 0 auto;
   -webkit-column-count: 3;
   -moz-column-count: 3;
   column-count: 3;
   -webkit-column-gap: 5px;
   -moz-column-gap: 5px;
   column-gap: 5px;
}

.photos-container .photo-gallery {
   position: relative;
   display: inline-block;
   width: 100%;
   height: 100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.photos-container .photo-gallery.portrait {
   height: 465px;
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   /* Webkit browsers */
   filter: gray;
   /* IE 6 - 9 */
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
   /* Firefox 10+, Firefox on Android */
}

.photos-container .photo-gallery.portrait:hover {
   filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.photos-container .photo-gallery.landscape {
   height: 230px;
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   /* Webkit browsers */
   filter: gray;
   /* IE 6 - 9 */
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
   /* Firefox 10+, Firefox on Android */
}

.photos-container .photo-gallery.landscape:hover {
   filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.photo-gallery .photo-container {
   position: relative;
   float: left;
   display: block;
   width: 100%;
   height: 100%;
   overflow: hidden;
}

.photo-gallery .photo-container::before {
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   z-index: 1;
}

.photo-gallery .photo-container::before {
   content: '';
}

.photo-gallery .photo-container img {
   position: absolute;
   display: block;
   width: 100%;
   height: auto;
   left: 0;
   top: 0;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}

.photo-gallery .button-container {
   position: absolute;
   display: block;
   width: 100%;
   height: 50px;
   text-align: center;
   z-index: 2;
}

.photo-gallery .button-zoom {
   display: inline-block;
   font-size: 32px;
   line-height: 50px;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   -webkit-transform: scale(0, 0);
   -moz-transform: scale(0, 0);
   -ms-transform: scale(0, 0);
   -o-transform: scale(0, 0);
   transform: scale(0, 0);
   z-index: 2;
}

.photo-gallery .button-zoom::before {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.photo-gallery .button-zoom:hover {
   color: inherit;
}

.photo-gallery:hover .button-zoom {
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   -webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   -o-transform: scale(1, 1);
   transform: scale(1, 1);
}

.button-square {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   line-height: 45px;
   font-size: 25px;
   text-align: center;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.button-square::before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   -webkit-box-shadow: inset 0 0 0 25px #fff;
   -moz-box-shadow: inset 0 0 0 25px #fff;
   -ms-box-shadow: inset 0 0 0 25px #fff;
   -o-box-shadow: inset 0 0 0 25px #fff;
   box-shadow: inset 0 0 0 25px #fff;
   -webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   -o-transform: scale(1, 1);
   transform: scale(1, 1);
   z-index: -1;
}

.button-square:hover::before {
   -webkit-box-shadow: inset 0 0 0 2px #fff;
   -moz-box-shadow: inset 0 0 0 2px #fff;
   -ms-box-shadow: inset 0 0 0 2px #fff;
   -o-box-shadow: inset 0 0 0 2px #fff;
   box-shadow: inset 0 0 0 2px #fff;
   -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
}

.photo-gallery .photo-container::before {
   background: none;
}

.photo-gallery .button-zoom {
   color: #000;
}

.photo-gallery .button-zoom:hover {
   color: #fff;
}

.photo-gallery:hover .photo-container::before {
   background: rgba(0, 0, 0, .3);
}

.button-square,
.button-square::before,
.photo-gallery .photo-container::before,
.photo-gallery .photo-container img {
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.centering-y {
   position: absolute;
   top: 50%;
   display: inline-block;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
}


/* supersized */
img {
   border: none;
}

#supersized-loader {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 60px;
   height: 60px;
   margin: -30px 0 0 -30px;
   text-indent: -999em;
   background: none;
   z-index: -1;
}

#supersized {
   display: block;
   position: fixed;
   left: 0;
   top: 0;
   overflow: hidden;
   height: 100%;
   width: 100%;
   z-index: -999;
}

#supersized img {
   width: auto;
   height: auto;
   position: relative;
   display: none;
   outline: none;
   border: none;
}

#supersized.speed img {
   -ms-interpolation-mode: nearest-neighbor;
   image-rendering: -moz-crisp-edges;
}

/* Speed */
#supersized.quality img {
   -ms-interpolation-mode: bicubic;
   image-rendering: optimizeQuality;
}

/* Quality */
#supersized li {
   display: block;
   list-style: none;
   position: fixed;
   overflow: hidden;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: none;
   z-index: -30;
}

#supersized a {
   width: 100%;
   height: 100%;
   display: block;
}

#supersized li.prevslide {
   z-index: -20;
}

#supersized li.activeslide {
   z-index: -10;
}

#supersized li.image-loading {
   background: none;
   width: 100%;
   height: 100%;
}

#supersized li.image-loading img {
   visibility: hidden;
}

#supersized li.prevslide img,
#supersized li.activeslide img {
   display: inline;
}


/* kenburnsy */
.kenburnsy {
   position: relative;
   width: 100%;
   height: auto;
   overflow: hidden;
}

.kenburnsy.fullscreen {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 0;
}

.kenburnsy img {
   display: none;
}

.kenburnsy .slide {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-position: center center;
   -webkit-background-size: cover;
   background-size: cover;
   background-repeat: no-repeat;
   -webkit-transform: translateZ(0);
   -ms-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
}

#kenburnsy-bg {
   overflow: hidden;
}


/* YouTube video containment */
#videoContainment {
   position: fixed;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   overflow: hidden;
}


/* HTML5 video containment */
#video-bg {
   position: fixed;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   overflow: hidden;
}


/* lines */
.lines-button {
   padding: 2rem 1rem;
   transition: .3s;
   cursor: pointer;
   user-select: none;
}

.lines-button:hover {
   opacity: 1
}

.lines-button:active {
   transition: 0
}

.lines {
   display: inline-block;
   width: 3rem;
   height: .3rem;
   background: #db0018;
   transition: .3s;
   position: relative
}

.lines:after,
.lines:before {
   display: inline-block;
   width: 3rem;
   height: .3rem;
   background: #db0018;
   transition: .3s;
   position: absolute;
   left: 0;
   content: '';
   -webkit-transform-origin: .28571rem center;
   transform-origin: .28571rem center
}

.lines:before {
   top: 0.8rem
}

.lines:after {
   top: -0.8rem
}

.lines-button.arrow.lines-close .lines:after,
.lines-button.arrow.lines-close .lines:before {
   top: 0;
   width: 2.22222rem
}

.lines-button.arrow.lines-close .lines:before {
   -webkit-transform: rotate3d(0, 0, 1, 40deg);
   transform: rotate3d(0, 0, 1, 40deg)
}

.lines-button.arrow.lines-close .lines:after {
   -webkit-transform: rotate3d(0, 0, 1, -40deg);
   transform: rotate3d(0, 0, 1, -40deg)
}

.lines-button.arrow-up.lines-close {
   -webkit-transform: scale3d(0.8, .8, .8) rotate3d(0, 0, 1, 90deg);
   transform: scale3d(0.8, .8, .8) rotate3d(0, 0, 1, 90deg)
}

.lines-button.minus.lines-close .lines:after,
.lines-button.minus.lines-close .lines:before {
   -webkit-transform: none;
   transform: none;
   top: 0;
   width: 3rem
}

.lines-button.x.lines-close .lines {
   background: 0 0
}

.lines-button.x.lines-close .lines:after,
.lines-button.x.lines-close .lines:before {
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   top: 0;
   width: 3rem
}

.lines-button.x.lines-close .lines:before {
   -webkit-transform: rotate3d(0, 0, 1, 45deg);
   transform: rotate3d(0, 0, 1, 45deg)
}

.lines-button.x.lines-close .lines:after {
   -webkit-transform: rotate3d(0, 0, 1, -45deg);
   transform: rotate3d(0, 0, 1, -45deg)
}

.lines-button.x2 .lines {
   transition: background .3s .5s ease
}

.lines-button.x2 .lines:after,
.lines-button.x2 .lines:before {
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   transition: top .3s .6s ease, -webkit-transform .3s ease;
   transition: top .3s .6s ease, transform .3s ease
}

.lines-button.x2.lines-close .lines {
   transition: background .3s 0s ease;
   background: 0 0
}

.lines-button.x2.lines-close .lines:after,
.lines-button.x2.lines-close .lines:before {
   transition: top .3s ease, -webkit-transform .3s .5s ease;
   transition: top .3s ease, transform .3s .5s ease;
   top: 0;
   width: 3rem
}

.lines-button.x2.lines-close .lines:before {
   -webkit-transform: rotate3d(0, 0, 1, 45deg);
   transform: rotate3d(0, 0, 1, 45deg)
}

.lines-button.x2.lines-close .lines:after {
   -webkit-transform: rotate3d(0, 0, 1, -45deg);
   transform: rotate3d(0, 0, 1, -45deg)
}


/* wordsrotator */
.wordsrotator_words {
   display: inline-block;
   position: relative;
   white-space: nowrap;
   -webkit-transition: width 1s;
   -moz-transition: width 1s;
   -o-transition: width 1s;
   transition: width 1s
}

.wordsrotator_words .wordsrotator_wordOut,
.wordsrotator_words .wordsrotator_wordIn {
   position: relative;
   display: inline-block;
   -webkit-animation-duration: 1s;
   -webkit-animation-timing-function: ease;
   -webkit-animation-fill-mode: both;
   -moz-animation-duration: 1s;
   -moz-animation-timing-function: ease;
   -moz-animation-fill-mode: both;
   -ms-animation-duration: 1s;
   -ms-animation-timing-function: ease;
   -ms-animation-fill-mode: both
}

.wordsrotator_words .wordsrotator_wordOut {
   left: 0;
   top: 0;
   position: absolute;
   display: inline-block
}

.wordsrotator_words .wordsrotator_wordOut span {
   width: auto;
   position: relative
}

.wordsrotator_words .wordsrotator_wordIn {
   opacity: 0
}

#wordrotator {
   overflow: hidden;
}


/* dialog */
a:hover,
a:focus {
   color: #c94e50;
   outline: none;
}

button {
   position: absolute;
   left: 0;
   top: 0;
   padding: 10px 20px 10px 20px;
   outline: none;
   border: none;
   color: #fff;
   background: #000;
}

.content {
   max-width: 1000px;
   padding: 0 1em;
   margin: 0 auto;
   text-align: center;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.button-wrap {
   padding: 0;
}

button.trigger {
   background: #c94e50;
   color: #fff;
   border: none;
}

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

.dialog {
   position: fixed;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   pointer-events: none;
   z-index: 999;
}

.dialog__overlay {
   position: absolute;
   background: rgba(0, 0, 0, 0.7);
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   -webkit-transition: opacity 0.3s;
   transition: opacity 0.3s;
   -webkit-backface-visibility: hidden;
   z-index: 10;
}

.dialog--open .dialog__overlay {
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   pointer-events: auto;
}

.dialog__content {
   position: relative;
   width: 50%;
   max-width: 560px;
   min-width: 290px;
   background: #fff;
   padding: 4em;
   text-align: center;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   z-index: 15;
}

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

.dialog p {
   font-family: 'Dosis', sans-serif;
   font-size: 15px;
   line-height: 1.5;
   font-style: normal;
   text-transform: uppercase;
   text-align: center;
   font-weight: 400;
   letter-spacing: 1px;
   color: #000;
   margin: 0 auto 40px auto;
}

/* wilma */
.dialog--open .dialog__overlay {
   -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
   -ms-transition-duration: 0.8s;
   -o-transition-duration: 0.8s;
   transition-duration: 0.8s;
}

.dialog--close .dialog__overlay {
   -webkit-transition-duration: 0.5s;
   -moz-transition-duration: 0.5s;
   -ms-transition-duration: 0.5s;
   -o-transition-duration: 0.5s;
   transition-duration: 0.5s;
}

.dialog__content {
   padding: 0;
   background: transparent;
}

.dialog.dialog--open .dialog__content {
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.morph-shape {
   position: absolute;
   width: calc(100% + 4px);
   height: calc(100% + 4px);
   top: -2px;
   left: -2px;
   z-index: -1;
}

.morph-shape svg rect {
   stroke: #fff;
   stroke-width: 2px;
   stroke-dasharray: 1680;
}

.dialog--open .morph-shape svg rect {
   -webkit-animation: anim-dash 0.6s forwards;
   -moz-animation: anim-dash 0.6s forwards;
   -ms-animation: anim-dash 0.6s forwards;
   -o-animation: anim-dash 0.6s forwards;
   animation: anim-dash 0.6s forwards;
}

.dialog-inner {
   background: #fff;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.dialog--open .dialog-inner {
   padding: 55px 0 15px 0;
   -webkit-transition: opacity 0.85s 0.35s;
   -moz-transition: opacity 0.85s 0.35s;
   -ms-transition: opacity 0.85s 0.35s;
   -o-transition: opacity 0.85s 0.35s;
   transition: opacity 0.85s 0.35s;
   opacity: 1;
   -moz-opacity: 1;
   -webkit-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.dialog.dialog--open h5 {
   -webkit-animation: anim-elem-1 0.7s ease-out both;
   -moz-animation: anim-elem-1 0.7s ease-out both;
   -ms-animation: anim-elem-1 0.7s ease-out both;
   -o-animation: anim-elem-1 0.7s ease-out both;
   animation: anim-elem-1 0.7s ease-out both;
}

.dialog.dialog--open p {
   -webkit-animation: anim-elem-2 0.7s ease-out both;
   -moz-animation: anim-elem-2 0.7s ease-out both;
   -ms-animation: anim-elem-2 0.7s ease-out both;
   -o-animation: anim-elem-2 0.7s ease-out both;
   animation: anim-elem-2 0.7s ease-out both;
}

@keyframes anim-dash {
   0% {
      stroke-dashoffset: 1680;
   }

   100% {
      stroke-dashoffset: 0;
   }
}

@-webkit-keyframes anim-dash {
   0% {
      stroke-dashoffset: 1680;
   }

   100% {
      stroke-dashoffset: 0;
   }
}

/* inner elements animations */
@-webkit-keyframes anim-elem-1 {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(-150px, 0, 0);
   }

   100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
   }
}

@keyframes anim-elem-1 {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(-150px, 0, 0);
      transform: translate3d(-150px, 0, 0);
   }

   100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

@-webkit-keyframes anim-elem-2 {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(150px, 0, 0);
   }

   100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
   }
}

@keyframes anim-elem-2 {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(150px, 0, 0);
      transform: translate3d(150px, 0, 0);
   }

   100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}


/* core owlCarousel */
/* Core Owl Carousel CSS File v1.3.3 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

/* display none until init */
.owl-carousel {
   position: relative;
   display: none;
   width: 100%;
   -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
   display: none;
   position: relative;
   -webkit-transform: translate3d(0px, 0px, 0px);
   -moz-transform: translate3d(0px, 0px, 0px);
   -ms-transform: translate3d(0px, 0px, 0px);
   -o-transform: translate3d(0px, 0px, 0px);
   transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
   overflow: hidden;
   position: relative;
   width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
   -webkit-transition: height 500ms ease-in-out;
   -moz-transition: height 500ms ease-in-out;
   -ms-transition: height 500ms ease-in-out;
   -o-transition: height 500ms ease-in-out;
   transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
   float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
   cursor: pointer;
}

.owl-controls {
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
   cursor: url(../img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transform-origin: center;
   -moz-transform-origin: center;
   -ms-transform-origin: center;
   -o-transform-origin: center;
   transform-origin: center;
}


/* core magnificPopup */
/* Magnific Popup CSS */
.mfp-bg,
.mfp-wrap {
   left: 0;
   top: 0;
   position: fixed
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
   width: 100%;
   height: 100%
}

.mfp-bg {
   z-index: 1042;
   overflow: hidden;
   background: #0b0b0b;
   opacity: .9;
   filter: alpha(opacity=90)
}

.mfp-wrap {
   z-index: 1043;
   outline: 0 !important;
   -webkit-backface-visibility: hidden
}

.mfp-container {
   text-align: center;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0 8px;
   box-sizing: border-box
}

.mfp-container,
img.mfp-img {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box
}

.mfp-container:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle
}

.mfp-align-top .mfp-container:before {
   display: none
}

.mfp-content {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   margin: 0 auto;
   text-align: left;
   z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
   width: 100%;
   cursor: auto
}

.mfp-ajax-cur {
   cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
   cursor: crosshair
}

.mfp-close,
.mfp-zoom {
   cursor: pointer
}

.mfp-zoom {
   cursor: -webkit-zoom-in;
   cursor: -moz-zoom-in;
   cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
   cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none
}

.mfp-loading.mfp-figure {
   display: none
}

.mfp-hide {
   display: none !important
}

.mfp-preloader {
   color: #CCC;
   position: absolute;
   top: 50%;
   width: auto;
   text-align: center;
   margin-top: -.8em;
   left: 8px;
   right: 8px;
   z-index: 1044
}

.mfp-preloader a {
   color: #CCC
}

.mfp-preloader a:hover {
   color: #FFF
}

.mfp-close,
.mfp-close-btn-in .mfp-close {
   color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
   display: none
}

button.mfp-arrow,
button.mfp-close {
   overflow: visible;
   cursor: pointer;
   border: 0;
   -webkit-appearance: none;
   display: block;
   outline: 0;
   padding: 0;
   z-index: 1046;
   -webkit-box-shadow: none;
   box-shadow: none
}

button::-moz-focus-inner {
   padding: 0;
   border: 0
}

.mfp-close {
   width: 60px !important;
   height: 60px !important;
   display: block;
   position: absolute;
   right: -60px;
   top: 40px;
   text-decoration: none;
   text-align: center !important;
   padding: 0;
   font-style: normal;
   font-size: 24px;
   font-weight: 300;
   background: #000;
   line-height: 54px
}

button.mfp-close {
   background: #000;
   line-height: 10px;
   opacity: .8
}

.mfp-close:hover {
   opacity: 1
}

.mfp-iframe-holder .mfp-close {
   color: #FFF;
   right: -6px;
   text-align: right;
   padding-right: 6px;
   width: 100%
}

.mfp-arrow,
.mfp-counter {
   background: #000;
   opacity: .5;
   bottom: 4px;
   width: 60px;
   height: 60px;
   text-align: center
}

.mfp-arrow:before,
.mfp-counter {
   position: absolute;
   display: block;
   color: #fff
}

.mfp-counter {
   right: 60px;
   font-size: 12px;
   line-height: 60px;
   white-space: nowrap;
   left: 60px
}

.mfp-figure,
img.mfp-img {
   line-height: 0
}

.mfp-arrow {
   position: absolute;
   margin: 0;
   padding: 0;
   -webkit-tap-highlight-color: transparent
}

.mfp-arrow:focus,
.mfp-arrow:hover {
   opacity: 1
}

.mfp-arrow:before {
   font-family: FontAwesome;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 30px;
   margin-left: -1px;
   margin-top: -1px;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   transform: translateX(-50%)
}

.mfp-arrow-left {
   right: 0;
   top: -64px;
   position: absolute
}

.mfp-arrow-left::before {
   content: "\f104"
}

.mfp-arrow-right {
   left: 120px;
   top: -64px;
   position: absolute
}

.mfp-arrow-right::before {
   content: "\f105"
}

.mfp-iframe-holder {
   padding-top: 40px;
   padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
   line-height: 0;
   width: 100%;
   max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
   max-width: 100%
}

.mfp-iframe-holder .mfp-close {
   top: -40px
}

.mfp-iframe-scaler {
   width: 100%;
   height: 0;
   overflow: hidden;
   padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   box-shadow: 0 0 8px rgba(0, 0, 0, .6);
   background: #000
}

.mfp-figure:after,
img.mfp-img {
   display: block;
   width: auto;
   height: auto
}

img.mfp-img {
   box-sizing: border-box;
   padding: 40px 0;
   margin: 0 auto
}

.mfp-figure:after {
   content: '';
   position: absolute;
   left: 0;
   top: 40px;
   bottom: 40px;
   right: 0;
   z-index: -1;
   box-shadow: 0 0 8px rgba(0, 0, 0, .6);
   background: #444
}

.mfp-figure small {
   color: #BDBDBD;
   display: block;
   font-size: 12px;
   line-height: 14px
}

.mfp-figure figure {
   margin: 0
}

.mfp-bottom-bar {
   margin-top: -36px;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   cursor: auto
}

.mfp-title {
   text-align: left;
   line-height: 18px;
   color: #F3F3F3;
   word-wrap: break-word;
   padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
   cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
   .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0
   }

   .mfp-img-mobile img.mfp-img {
      padding: 0
   }

   .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0
   }

   .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px
   }

   .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, .6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
   }

   .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0
   }

   .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px
   }

   .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, .6);
      position: fixed;
      text-align: center;
      padding: 0
   }
}

.mfp-ie7 .mfp-img {
   padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
   width: 600px;
   left: 50%;
   margin-left: -300px;
   margin-top: 5px;
   padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
   padding: 0
}

.mfp-ie7 .mfp-content {
   padding-top: 44px
}

.mfp-ie7 .mfp-close {
   top: 0;
   right: 0;
   padding-top: 0
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
   opacity: 0;
   -webkit-backface-visibility: hidden;
   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
   opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
   opacity: .9
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
   opacity: 0
}

.mfp-fade.mfp-bg {
   opacity: 0;
   transition: all .3s ease-out
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
   opacity: .9
}

.mfp-fade.mfp-bg.mfp-removing {
   opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
   opacity: 0;
   transition: all .3s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
   opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
   opacity: 0
}

@media all and (max-width:1199px) {
   .mfp-close {
      right: 0;
      top: 40px
   }
}


/* animate */
/*!Animate.css - http://daneden.me/animate Licensed under the MIT license -http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden*/
.animated {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both
}

.animated.infinite {
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite
}

.animated.hinge {
   -webkit-animation-duration: 2s;
   animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
   -webkit-animation-duration: .75s;
   animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
   -webkit-animation-duration: .75s;
   animation-duration: .75s
}

@-webkit-keyframes bounce {

   0%,
   20%,
   53%,
   80%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   40%,
   43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0)
   }

   70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0)
   }

   90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0)
   }
}

@keyframes bounce {

   0%,
   20%,
   53%,
   80%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   40%,
   43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0)
   }

   70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0)
   }

   90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0)
   }
}

.bounce {
   -webkit-animation-name: bounce;
   animation-name: bounce;
   -webkit-transform-origin: center bottom;
   transform-origin: center bottom
}

@-webkit-keyframes flash {

   0%,
   50%,
   100% {
      opacity: 1
   }

   25%,
   75% {
      opacity: 0
   }
}

@keyframes flash {

   0%,
   50%,
   100% {
      opacity: 1
   }

   25%,
   75% {
      opacity: 0
   }
}

.flash {
   -webkit-animation-name: flash;
   animation-name: flash
}

@-webkit-keyframes pulse {
   0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }

   50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05)
   }

   100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }
}

@keyframes pulse {
   0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }

   50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05)
   }

   100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }
}

.pulse {
   -webkit-animation-name: pulse;
   animation-name: pulse
}

@-webkit-keyframes rubberBand {
   0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }

   30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1)
   }

   40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1)
   }

   50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1)
   }

   65% {
      -webkit-transform: scale3d(.95, 1.05, 1);
      transform: scale3d(.95, 1.05, 1)
   }

   75% {
      -webkit-transform: scale3d(1.05, .95, 1);
      transform: scale3d(1.05, .95, 1)
   }

   100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }
}

@keyframes rubberBand {
   0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }

   30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1)
   }

   40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1)
   }

   50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1)
   }

   65% {
      -webkit-transform: scale3d(.95, 1.05, 1);
      transform: scale3d(.95, 1.05, 1)
   }

   75% {
      -webkit-transform: scale3d(1.05, .95, 1);
      transform: scale3d(1.05, .95, 1)
   }

   100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }
}

.rubberBand {
   -webkit-animation-name: rubberBand;
   animation-name: rubberBand
}

@-webkit-keyframes shake {

   0%,
   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   10%,
   30%,
   50%,
   70%,
   90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
   }

   20%,
   40%,
   60%,
   80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
   }
}

@keyframes shake {

   0%,
   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   10%,
   30%,
   50%,
   70%,
   90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
   }

   20%,
   40%,
   60%,
   80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
   }
}

.shake {
   -webkit-animation-name: shake;
   animation-name: shake
}

@-webkit-keyframes swing {
   20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg)
   }

   40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg)
   }

   60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg)
   }

   80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg)
   }

   100% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg)
   }
}

@keyframes swing {
   20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg)
   }

   40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg)
   }

   60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg)
   }

   80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg)
   }

   100% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg)
   }
}

.swing {
   -webkit-transform-origin: top center;
   transform-origin: top center;
   -webkit-animation-name: swing;
   animation-name: swing
}

@-webkit-keyframes tada {
   0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }

   10%,
   20% {
      -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
   }

   30%,
   50%,
   70%,
   90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
   }

   40%,
   60%,
   80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
   }

   100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }
}

@keyframes tada {
   0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }

   10%,
   20% {
      -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
   }

   30%,
   50%,
   70%,
   90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
   }

   40%,
   60%,
   80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
   }

   100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }
}

.tada {
   -webkit-animation-name: tada;
   animation-name: tada
}

@-webkit-keyframes wobble {
   0% {
      -webkit-transform: none;
      transform: none
   }

   15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
   }

   30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
   }

   45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
   }

   60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
   }

   75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
   }

   100% {
      -webkit-transform: none;
      transform: none
   }
}

@keyframes wobble {
   0% {
      -webkit-transform: none;
      transform: none
   }

   15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
   }

   30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
   }

   45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
   }

   60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
   }

   75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
   }

   100% {
      -webkit-transform: none;
      transform: none
   }
}

.wobble {
   -webkit-animation-name: wobble;
   animation-name: wobble
}

@-webkit-keyframes jello {
   11.1% {
      -webkit-transform: none;
      transform: none
   }

   22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg)
   }

   33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg)
   }

   44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg)
   }

   55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg)
   }

   66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg)
   }

   77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg)
   }

   88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
   }

   100% {
      -webkit-transform: none;
      transform: none
   }
}

@keyframes jello {
   11.1% {
      -webkit-transform: none;
      transform: none
   }

   22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg)
   }

   33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg)
   }

   44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg)
   }

   55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg)
   }

   66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg)
   }

   77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg)
   }

   88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
   }

   100% {
      -webkit-transform: none;
      transform: none
   }
}

.jello {
   -webkit-animation-name: jello;
   animation-name: jello;
   -webkit-transform-origin: center;
   transform-origin: center
}

@-webkit-keyframes bounceIn {

   0%,
   20%,
   40%,
   60%,
   80%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
   }

   0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
   }

   20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
   }

   40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03)
   }

   80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97)
   }

   100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }
}

@keyframes bounceIn {

   0%,
   20%,
   40%,
   60%,
   80%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
   }

   0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
   }

   20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
   }

   40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03)
   }

   80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97)
   }

   100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
   }
}

.bounceIn {
   -webkit-animation-name: bounceIn;
   animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

   0%,
   60%,
   75%,
   90%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0)
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0)
   }

   75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
   }

   90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0)
   }

   100% {
      -webkit-transform: none;
      transform: none
   }
}

@keyframes bounceInDown {

   0%,
   60%,
   75%,
   90%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0)
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0)
   }

   75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
   }

   90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0)
   }

   100% {
      -webkit-transform: none;
      transform: none
   }
}

.bounceInDown {
   -webkit-animation-name: bounceInDown;
   animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

   0%,
   60%,
   75%,
   90%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0)
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0)
   }

   75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
   }

   90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0)
   }

   100% {
      -webkit-transform: none;
      transform: none
   }
}

@keyframes bounceInLeft {

   0%,
   60%,
   75%,
   90%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0)
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0)
   }

   75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
   }

   90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0)
   }

   100% {
      -webkit-transform: none;
      transform: none
   }
}

.bounceInLeft {
   -webkit-animation-name: bounceInLeft;
   animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

   0%,
   60%,
   75%,
   90%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0)
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0)
   }

   75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
   }

   90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0)
   }

   100% {
      -webkit-transform: none;
      transform: none
   }
}

@keyframes bounceInRight {

   0%,
   60%,
   75%,
   90%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0)
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0)
   }

   75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
   }

   90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0)
   }

   100% {
      -webkit-transform: none;
      transform: none
   }
}

.bounceInRight {
   -webkit-animation-name: bounceInRight;
   animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

   0%,
   60%,
   75%,
   90%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0)
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
   }

   75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
   }

   90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0)
   }

   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }
}

@keyframes bounceInUp {

   0%,
   60%,
   75%,
   90%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0)
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
   }

   75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
   }

   90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0)
   }

   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }
}

.bounceInUp {
   -webkit-animation-name: bounceInUp;
   animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
   20% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
   }

   50%,
   55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
   }

   100% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
   }
}

@keyframes bounceOut {
   20% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
   }

   50%,
   55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
   }

   100% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
   }
}

.bounceOut {
   -webkit-animation-name: bounceOut;
   animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
   20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
   }

   40%,
   45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
   }
}

@keyframes bounceOutDown {
   20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0)
   }

   40%,
   45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
   }
}

.bounceOutDown {
   -webkit-animation-name: bounceOutDown;
   animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
   20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
   }
}

@keyframes bounceOutLeft {
   20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
   }
}

.bounceOutLeft {
   -webkit-animation-name: bounceOutLeft;
   animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
   20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
   }
}

@keyframes bounceOutRight {
   20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
   }
}

.bounceOutRight {
   -webkit-animation-name: bounceOutRight;
   animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
   20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
   }

   40%,
   45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
   }
}

@keyframes bounceOutUp {
   20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0)
   }

   40%,
   45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
   }
}

.bounceOutUp {
   -webkit-animation-name: bounceOutUp;
   animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
   0% {
      opacity: 0
   }

   100% {
      opacity: 1
   }
}

@keyframes fadeIn {
   0% {
      opacity: 0
   }

   100% {
      opacity: 1
   }
}

.fadeIn {
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

@keyframes fadeInDown {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

.fadeInDown {
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

@keyframes fadeInDownBig {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

.fadeInDownBig {
   -webkit-animation-name: fadeInDownBig;
   animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

@keyframes fadeInLeft {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

.fadeInLeft {
   -webkit-animation-name: fadeInLeft;
   animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

@keyframes fadeInLeftBig {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

.fadeInLeftBig {
   -webkit-animation-name: fadeInLeftBig;
   animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

@keyframes fadeInRight {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

.fadeInRight {
   -webkit-animation-name: fadeInRight;
   animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

@keyframes fadeInRightBig {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

.fadeInRightBig {
   -webkit-animation-name: fadeInRightBig;
   animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

@keyframes fadeInUp {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

.fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

@keyframes fadeInUpBig {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

.fadeInUpBig {
   -webkit-animation-name: fadeInUpBig;
   animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0
   }
}

@keyframes fadeOut {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0
   }
}

.fadeOut {
   -webkit-animation-name: fadeOut;
   animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
   }
}

@keyframes fadeOutDown {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
   }
}

.fadeOutDown {
   -webkit-animation-name: fadeOutDown;
   animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
   }
}

@keyframes fadeOutDownBig {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0)
   }
}

.fadeOutDownBig {
   -webkit-animation-name: fadeOutDownBig;
   animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
   }
}

@keyframes fadeOutLeft {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
   }
}

.fadeOutLeft {
   -webkit-animation-name: fadeOutLeft;
   animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
   }
}

@keyframes fadeOutLeftBig {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0)
   }
}

.fadeOutLeftBig {
   -webkit-animation-name: fadeOutLeftBig;
   animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
   }
}

@keyframes fadeOutRight {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
   }
}

.fadeOutRight {
   -webkit-animation-name: fadeOutRight;
   animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
   }
}

@keyframes fadeOutRightBig {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
   }
}

.fadeOutRightBig {
   -webkit-animation-name: fadeOutRightBig;
   animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
   }
}

@keyframes fadeOutUp {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
   }
}

.fadeOutUp {
   -webkit-animation-name: fadeOutUp;
   animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
   }
}

@keyframes fadeOutUpBig {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0)
   }
}

.fadeOutUpBig {
   -webkit-animation-name: fadeOutUpBig;
   animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
   0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
   }

   40% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
   }

   50% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
   }

   80% {
      -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
      transform: perspective(400px) scale3d(.95, .95, .95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
   }

   100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
   }
}

@keyframes flip {
   0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
   }

   40% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
   }

   50% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
   }

   80% {
      -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
      transform: perspective(400px) scale3d(.95, .95, .95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
   }

   100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
   }
}

.animated.flip {
   -webkit-backface-visibility: visible;
   backface-visibility: visible;
   -webkit-animation-name: flip;
   animation-name: flip
}

@-webkit-keyframes flipInX {
   0% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
   }

   40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
   }

   60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1
   }

   80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
   }

   100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
   }
}

@keyframes flipInX {
   0% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
   }

   40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
   }

   60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1
   }

   80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
   }

   100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
   }
}

.flipInX {
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
   -webkit-animation-name: flipInX;
   animation-name: flipInX
}

@-webkit-keyframes flipInY {
   0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
   }

   40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
   }

   60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1
   }

   80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
   }

   100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
   }
}

@keyframes flipInY {
   0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
   }

   40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
   }

   60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1
   }

   80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
   }

   100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
   }
}

.flipInY {
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
   -webkit-animation-name: flipInY;
   animation-name: flipInY
}

@-webkit-keyframes flipOutX {
   0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
   }

   30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1
   }

   100% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0
   }
}

@keyframes flipOutX {
   0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
   }

   30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1
   }

   100% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0
   }
}

.flipOutX {
   -webkit-animation-name: flipOutX;
   animation-name: flipOutX;
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
   0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
   }

   30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1
   }

   100% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0
   }
}

@keyframes flipOutY {
   0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px)
   }

   30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1
   }

   100% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0
   }
}

.flipOutY {
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
   -webkit-animation-name: flipOutY;
   animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
   0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0
   }

   60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1
   }

   80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
      opacity: 1
   }

   100% {
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

@keyframes lightSpeedIn {
   0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0
   }

   60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1
   }

   80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
      opacity: 1
   }

   100% {
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

.lightSpeedIn {
   -webkit-animation-name: lightSpeedIn;
   animation-name: lightSpeedIn;
   -webkit-animation-timing-function: ease-out;
   animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
   0% {
      opacity: 1
   }

   100% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0
   }
}

@keyframes lightSpeedOut {
   0% {
      opacity: 1
   }

   100% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0
   }
}

.lightSpeedOut {
   -webkit-animation-name: lightSpeedOut;
   animation-name: lightSpeedOut;
   -webkit-animation-timing-function: ease-in;
   animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
   0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0
   }

   100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

@keyframes rotateIn {
   0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0
   }

   100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

.rotateIn {
   -webkit-animation-name: rotateIn;
   animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
   0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
   }

   100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

@keyframes rotateInDownLeft {
   0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
   }

   100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

.rotateInDownLeft {
   -webkit-animation-name: rotateInDownLeft;
   animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
   0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
   }

   100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

@keyframes rotateInDownRight {
   0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
   }

   100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

.rotateInDownRight {
   -webkit-animation-name: rotateInDownRight;
   animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
   0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
   }

   100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

@keyframes rotateInUpLeft {
   0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
   }

   100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

.rotateInUpLeft {
   -webkit-animation-name: rotateInUpLeft;
   animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
   0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0
   }

   100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

@keyframes rotateInUpRight {
   0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0
   }

   100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1
   }
}

.rotateInUpRight {
   -webkit-animation-name: rotateInUpRight;
   animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
   0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1
   }

   100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0
   }
}

@keyframes rotateOut {
   0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1
   }

   100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0
   }
}

.rotateOut {
   -webkit-animation-name: rotateOut;
   animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
   0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
   }

   100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
   }
}

@keyframes rotateOutDownLeft {
   0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
   }

   100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0
   }
}

.rotateOutDownLeft {
   -webkit-animation-name: rotateOutDownLeft;
   animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
   0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
   }

   100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
   }
}

@keyframes rotateOutDownRight {
   0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
   }

   100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
   }
}

.rotateOutDownRight {
   -webkit-animation-name: rotateOutDownRight;
   animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
   0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
   }

   100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
   }
}

@keyframes rotateOutUpLeft {
   0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1
   }

   100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0
   }
}

.rotateOutUpLeft {
   -webkit-animation-name: rotateOutUpLeft;
   animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
   0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
   }

   100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0
   }
}

@keyframes rotateOutUpRight {
   0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1
   }

   100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0
   }
}

.rotateOutUpRight {
   -webkit-animation-name: rotateOutUpRight;
   animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
   0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
   }

   20%,
   60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
   }

   40%,
   80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1
   }

   100% {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0
   }
}

@keyframes hinge {
   0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
   }

   20%,
   60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out
   }

   40%,
   80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1
   }

   100% {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0
   }
}

.hinge {
   -webkit-animation-name: hinge;
   animation-name: hinge
}

@-webkit-keyframes rollIn {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

@keyframes rollIn {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

.rollIn {
   -webkit-animation-name: rollIn;
   animation-name: rollIn
}

@-webkit-keyframes rollOut {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
   }
}

@keyframes rollOut {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
   }
}

.rollOut {
   -webkit-animation-name: rollOut;
   animation-name: rollOut
}

@-webkit-keyframes zoomIn {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
   }

   50% {
      opacity: 1
   }
}

@keyframes zoomIn {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
   }

   50% {
      opacity: 1
   }
}

.zoomIn {
   -webkit-animation-name: zoomIn;
   animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

@keyframes zoomInDown {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

.zoomInDown {
   -webkit-animation-name: zoomInDown;
   animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

@keyframes zoomInLeft {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

.zoomInLeft {
   -webkit-animation-name: zoomInLeft;
   animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

@keyframes zoomInRight {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

.zoomInRight {
   -webkit-animation-name: zoomInRight;
   animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

@keyframes zoomInUp {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

.zoomInUp {
   -webkit-animation-name: zoomInUp;
   animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
   0% {
      opacity: 1
   }

   50% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
   }

   100% {
      opacity: 0
   }
}

@keyframes zoomOut {
   0% {
      opacity: 1
   }

   50% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
   }

   100% {
      opacity: 0
   }
}

.zoomOut {
   -webkit-animation-name: zoomOut;
   animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   100% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

@keyframes zoomOutDown {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   100% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

.zoomOutDown {
   -webkit-animation-name: zoomOutDown;
   animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
      transform: scale(.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center
   }
}

@keyframes zoomOutLeft {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
      transform: scale(.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center
   }
}

.zoomOutLeft {
   -webkit-animation-name: zoomOutLeft;
   animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
      transform: scale(.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center
   }
}

@keyframes zoomOutRight {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
   }

   100% {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
      transform: scale(.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center
   }
}

.zoomOutRight {
   -webkit-animation-name: zoomOutRight;
   animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   100% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

@keyframes zoomOutUp {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
   }

   100% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
   }
}

.zoomOutUp {
   -webkit-animation-name: zoomOutUp;
   animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
   0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible
   }

   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }
}

@keyframes slideInDown {
   0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible
   }

   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }
}

.slideInDown {
   -webkit-animation-name: slideInDown;
   animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
   0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible
   }

   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }
}

@keyframes slideInLeft {
   0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible
   }

   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }
}

.slideInLeft {
   -webkit-animation-name: slideInLeft;
   animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
   0% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible
   }

   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }
}

@keyframes slideInRight {
   0% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible
   }

   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }
}

.slideInRight {
   -webkit-animation-name: slideInRight;
   animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
   0% {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible
   }

   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }
}

@keyframes slideInUp {
   0% {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible
   }

   100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }
}

.slideInUp {
   -webkit-animation-name: slideInUp;
   animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
   0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   100% {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
   }
}

@keyframes slideOutDown {
   0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   100% {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
   }
}

.slideOutDown {
   -webkit-animation-name: slideOutDown;
   animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
   0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   100% {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
   }
}

@keyframes slideOutLeft {
   0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   100% {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
   }
}

.slideOutLeft {
   -webkit-animation-name: slideOutLeft;
   animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
   0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   100% {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
   }
}

@keyframes slideOutRight {
   0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   100% {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
   }
}

.slideOutRight {
   -webkit-animation-name: slideOutRight;
   animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
   0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   100% {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
   }
}

@keyframes slideOutUp {
   0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
   }

   100% {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
   }
}

.slideOutUp {
   -webkit-animation-name: slideOutUp;
   animation-name: slideOutUp
}


/* media queries */
/* 880px */
@media only screen and (max-width: 880px) {

   /* navigation */
   #main-menu {
      width: 400px;
      left: -660px;
      top: -400px;
   }

   /* skills */
   .contentOT {
      padding: 40px 10px 68px 10px;
   }

   /* owlCarousel */
   .services-gallery {
      margin: 54px 0 6px 0;
   }

   /* clouds */
   .clouds {
      height: 200%;
      top: -250px;
   }

   .cloud-1 {
      width: 400%;
      -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      transform: scale(0.5, 0.5) translate3d(0, 0, 0);
   }

   .cloud-2 {
      width: 400%;
      -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      transform: scale(0.5, 0.5) translate3d(0, 0, 0);
   }

   .cloud-3 {
      width: 400%;
      -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      transform: scale(0.5, 0.5) translate3d(0, 0, 0);
   }

   /* photos */
   .photos-section .photos-container {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
   }

}


/* 640px */
@media only screen and (max-width: 640px) {

   /* layout */
   h1 {
      /* font-size: 60px; */
      font-size: 57px;
      margin: 37px auto 34px auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   h2 {
      /* font-size: 60px; */
      font-size: 57px;
   }

   h6 {
      margin: 45px auto 0 auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   .decoration {
      margin: 0 auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   .decoration-left {
      width: 3%;
   }

   .decoration-right {
      width: 3%;
   }

   .decoration-2 {
      margin: 34px auto 44px auto;
   }

   .decoration-left-2 {
      width: 3%;
   }

   .decoration-right-2 {
      width: 3%;
   }

   /* navigation */
   .menu-toggle {
      position: absolute;
   }

   #main-menu {
      width: 280px;
      height: 100%;
      left: -280px;
      top: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   #main-menu.activated {
      left: 108px;
   }

   #main-menu .credits {
      font-size: 12px;
      margin: 28px 0 0 0px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   #main-menu .credits .credit-line1,
   #main-menu .credits .credit-line2 {
      display: block !important;
      margin-right: 0;
      line-height: 1.4;
   }

   /* link style */
   .link {
      font-size: 40px;
      width: 206px;
   }

   /* frame */
   .line {
      visibility: visible !important;
      display: block !important;
   }

   /* skills */
   .contentOT {
      padding: 40px 10px 68px 10px;
   }

   /* countdown */
   #countdown-wrapper {
      margin: -13px auto -6px auto;
      width: auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   ul#countdown li {
      width: 90px;
   }

   ul#countdown li span {
      font-size: 50px;
   }

   ul#countdown li span.seconds {
      font-size: 35px;
   }

   ul#countdown li span.seconds {
      padding: 0 0 0 20px;
   }

   ul#countdown li p.timeRefDays,
   ul#countdown li p.timeRefHours,
   ul#countdown li p.timeRefMinutes {
      padding: 0 0 0 3px;
   }

   ul#countdown li p.timeRefSeconds {
      padding: 0 0 0 18px;
   }

   /* social icons */
   .social-icons-wrapper {
      margin: 0 auto 13px auto;
   }

   /* center container */
   .center-container-home {
      position: relative;
      display: block;
   }

   .center-block-home {
      display: block;
   }

   .center-container {
      position: relative;
      display: block;
   }

   .center-container-videos {
      position: relative;
      display: block;
   }

   .center-block {
      display: block;
   }

   /* owlCarousel */
   .services-gallery {
      margin: 54px 0 6px 0;
   }

   /* clouds */
   .clouds {
      height: 200%;
      top: -250px;
   }

   .cloud-1 {
      width: 400%;
      -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      transform: scale(0.5, 0.5) translate3d(0, 0, 0);
   }

   .cloud-2 {
      width: 400%;
      -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      transform: scale(0.5, 0.5) translate3d(0, 0, 0);
   }

   .cloud-3 {
      width: 400%;
      -webkit-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -moz-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -ms-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      -o-transform: scale(0.5, 0.5) translate3d(0, 0, 0);
      transform: scale(0.5, 0.5) translate3d(0, 0, 0);
   }

   /* photos */
   .photos-section .photos-container {
      margin: 16px auto 10px auto;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
   }

}


.copyright {
   position: fixed !important;
   bottom: 20px !important;
   left: 50% !important;
   transform: translateX(-50%) !important;
   display: flex !important;
   justify-content: center !important;
   align-items: center !important;
   width: 100% !important;
   text-align: center !important;
   z-index: 999 !important;
   top: auto !important;
   right: auto !important;
   margin: 0 auto !important;
}

.copyright p {
   font-family: 'Oswald', sans-serif;
   color: #444;
   font-weight: 400;
   text-transform: capitalize;
   font-size: 10px !important;
   margin: 0 !important;
   padding: 0 !important;
   text-align: center !important;
}

.copyright a {
   color: #444;
   transition: 0.2s ease-in-out;
}

.copyright a:hover {
   color: #fff;
}

/* landscape */
@media only screen and (max-width: 640px) and (orientation: landscape) {

   /* slides */
   #slidePositionIndicator {
      display: none;
      visibility: hidden;
   }

   /* clouds */
   .clouds {
      height: 300%;
   }

}


/* Responsive screens (up to 1024px: tablets, mobiles 360, 384, 412, 432, etc.) */
@media only screen and (max-width: 1024px) {
   .header-brand-container {
      position: fixed !important;
      top: 15px !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      gap: 12px !important;
      z-index: 999 !important;
   }

   .lines-button.lines-close .lines,
   .lines-button.lines-close .lines:before,
   .lines-button.lines-close .lines:after {
      background: #000000 !important;
   }
}