﻿/*
  [CSS Index]
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. single IMG BACKGROUND
  2. reset
  3. layout
  4. preloader
  5. center container
  6. upper page - lower page
  7. headers
  8. borders
  9. overlay
  10. navigation
    10.1. navigation DT
    10.2. navigation mobile
  11. social icons
  12. icon effect
  13. introduction
  14. hero
  15. link underline effect
  16. custom cursor
  17. extras
  18. divider
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/13/background/SINGLE-bg.jpg);
}


/* 2. 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 {
height: 100%;
line-height: 170%;
}

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;
}


/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
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%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
line-height: 1.5;
cursor: none;
}

a {
color: #bc002d;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-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;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
cursor: none;
}

a:hover,
a:visited,
a:active,
a:focus {
color: #bc002d;
text-decoration: none;
outline: none;
font-weight: 800;
-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;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
cursor: none;
}

p {
font-size: 16px;
font-weight: 500;
text-align: center;
letter-spacing: 0.05em;
color: #fff;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
cursor: none;
}

@media only screen and (max-width: 880px) {
  p {
	font-size: 15px;
  }
}

p a,
p a:hover {
color: #bc002d;
text-decoration: none;
outline: none;
font-weight: 800;
-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;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
cursor: none;
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #bc002d;
color: #fff;
}

::selection {
background: #bc002d;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 999999;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

.loader {
position: relative;
width: 45px;
height: 45px;
left: 50%;
top: auto;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
border: 3px solid rgba(255, 255, 255, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(255, 255, 255, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 5. center container */
.center-container-home {
position: absolute;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
}

.center-block-home {
display: table-cell;
vertical-align: middle;
}

.center-container {
position: absolute;
display: table;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, .6);
}

.center-block {
display: table-cell;
vertical-align: middle;
}


/* 6. upper page - lower page */
.upper-page,
.lower-page {
min-height: 100%;
margin: 0;
padding: 0;
background: none;
}

.upper-content,
.lower-content {
margin: 0 auto;
padding: 0;
}

@media only screen and (max-width: 995px) {
  .upper-content {
    margin: -33px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  .lower-content {
    margin: -10px auto 0 auto;
  }
}

.lower-content p {
margin: 0 auto;
padding: 0 10px;
}

.all-intro {
position: relative;
width: auto;
margin: 0;
padding: 0;
}

.hide {
display: none;
}


/* 7. headers */
h1 {
font-family: 'Oswald', sans-serif;
font-size: 80px;
line-height: 1;
font-style: normal;
font-weight: 700;
letter-spacing: normal;
text-transform: uppercase;
color: #bc002d;
text-shadow: none;
margin: 0 auto;
padding: 0;
}

@supports((text-stroke: 2px #bc002d) or (-webkit-text-stroke: 2px #bc002d)) {
  h1 {
    color: transparent;
    -webkit-text-stroke: 2px #bc002d;
            text-stroke: 2px #bc002d;
    text-shadow: none;
  }
}

@media all and (min-width: 1920px) {
  h1 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 995px) {
  h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 640px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
font-family: 'Oswald', sans-serif;
font-size: 25px;
line-height: 1;
font-style: normal;
font-weight: 700;
letter-spacing: normal;
text-transform: uppercase;
color: #fff;
text-shadow: none;
margin: 0 auto;
padding: 0;
}

@media only screen and (max-width: 640px) {
  h2 {
    font-size: 20px;
  }
}

h2 span {
color: #bc002d;
letter-spacing: 0.05em;
}

@supports((text-stroke: 2px #bc002d) or (-webkit-text-stroke: 2px #bc002d)) {
  h2 span {
    color: transparent;
    -webkit-text-stroke: 2px #bc002d;
            text-stroke: 2px #bc002d;
    text-shadow: none;
  }
}


/* 8. borders */
.borders {
position: fixed;
width: 100%;
height: 100%;
border: 30px solid rgba(0, 0, 0, .5);
z-index: 0;
}

@media only screen and (max-width: 768px) {
  .borders {
    display: none;
    visibility: hidden;
  }
}

.borders,
.borders:after,
.borders:before {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}


/* 9. overlay */
#curtains {
position: fixed;
height: 100%;
width: 100%;
background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
-webkit-background-size: 3px 3px;
   -moz-background-size: 3px 3px;
        background-size: 3px 3px;
z-index: 0;
}

#top-shade {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
background: rgba(0, 0, 0, .65);
z-index: 0;
}


/* 10. navigation */
/* 10.1. navigation DT */
.menu {
position: absolute;
width: auto;
height: auto;
top: 85px;
right: 89px;
font-family: 'Oswald', sans-serif;
font-style: normal;
text-align: right;
text-transform: uppercase;
text-shadow: none;
letter-spacing: 0.05em;
cursor: none;
z-index: 1000;
}

@media only screen and (max-width: 768px) {
  .menu {
    display: none;
    visibility: hidden;
  }
}

.menu a {
color: #fff;
font-weight: normal;
text-decoration: none;
}

.menu a:hover {
color: #bc002d;
}

.menu a.active {
color: #bc002d;
background: none;
}

.menu ul {
height: auto;
display: inline-block;
}

.menu ul li {
position: relative;
float: left;
margin: 0;
padding: 0;
width: 90px;
}

.menu ul li a {
color: #fff;
height: auto;
margin: 0;
padding: 0;
outline: none;
-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}

.menu ul li a {
font-family: 'Oswald', sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: right;
letter-spacing: -0.04em;
}

.menu ul li a span {
position: relative;
padding: 9px 0 0 0;
color: #fff;
float: left;
width: 100%;
overflow: hidden;
clear: both;
}

.menu ul li a span {
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: right;
letter-spacing: -0.04em;
}


/* 10.2. navigation mobile */
.menu-mobile {
/* position: relative; */
position: fixed;
width: auto;
top: 8px;
right: 0;
margin: 0;
padding: 0 15px 0 0;
text-shadow: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
display: none;
visibility: hidden;
cursor: none;
z-index: 1000;
}

.menu-mobile {
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.04em;
}

@media only screen and (max-width: 768px) {
  .menu-mobile {
    display: block;
    visibility: visible;
  }
}

.menu-mobile a.menu-mobile-trigger {
background: url(../img/13/menu-mobile-trigger.png);
background-position: 0 0;
width: 50px;
height: 25px;
margin: 0;
padding: 0;
-webkit-transition: background-position 0.4s ease;
   -moz-transition: background-position 0.4s ease;
     -o-transition: background-position 0.4s ease;
        transition: background-position 0.4s ease;
text-indent: -10000px;
}

.menu-mobile a.menu-mobile-trigger:hover {
background-position: 50px 0;
cursor: none;
}

.menu-mobile a {
color: #fff;
text-decoration: none;
}

.menu-mobile a:hover {
color: #bc002d;
}

.menu-mobile a.active {
color: #bc002d;
background: none;
}

.menu-mobile ul, li {
margin: 0;
padding: 0;
}

.menu-mobile .lifting {
margin: 9px 0 0 0;
height: 20px;
}

.menu-mobile .lifting-first {
margin: 9px 0 0 0;
}

.menu-mobile li {
position: relative;
margin: 7px 0 0 0;
padding: 0 0 10px 0;
background: none;
float: right;
text-transform: uppercase;
}

.menu-mobile li a {
padding: 0 0 9px 7px;
text-decoration: none;
float: right;
text-transform: uppercase;
height: 20px;
-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}

.menu-mobile li ul {
position: absolute;
display: none;
right: 0;
top: 100%;
background: none;
margin: -9px 0 0 0;
}

.menu-mobile li:hover ul {
display: block;
width: auto;
}

.menu-mobile li ul a {
white-space: nowrap;
background: none;
}

.menu-mobile li ul a:hover {
color: #bc002d;
background: none;
}


/* 11. social icons */
.social-icons-wrapper {
position: fixed;
width: auto;
top: 89px;
left: 85px;
margin: 0;
padding: 0;
text-align: left;
z-index: 1;
}

@media only screen and (max-width: 768px) {
  .social-icons-wrapper {
    /* position: relative; */
	position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 13px 0 0 10px;
  }
}

.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: 20px;
line-height: 1;
margin: 0;
padding: 0;
position: relative;
}

ul.social-icons a {
padding: 0;
color: #fff;
text-decoration: none;
        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;
text-decoration: none;
        opacity: 0.5;
   -moz-opacity: 0.5;
-webkit-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-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;
}


/* 12. icon effect */
.section-effect-wrap {
text-align: center;
margin: 0 auto;
padding: 0;
}

.section-effect-icon {
position: relative;
display: inline-block;
width: 90px;
height: 90px;
font-size: 0px;
margin: 15px 30px;
color: #555;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 1;
}

.section-effect-icon:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-box-sizing: content-box; 
   -moz-box-sizing: content-box; 
        box-sizing: content-box;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.section-effect-icon:before {
display: block;
speak: none;
font-size: 48px;
line-height: 90px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.section-effect {
background: none;
margin: 20px 0 20px 0;
}

.section-effect-sonar .section-effect-icon {
background: rgba(255, 255, 255, .1);
-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
   -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
        transition: transform ease-out 0.1s, background 0.2s;
color: #fff;
}

.section-effect-sonar .section-effect-icon:after {
top: 0;
left: 0;
padding: 0;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.9);
   -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
        transform: scale(0.9);
z-index: -1;
}

.no-touch .section-effect-sonar .section-effect-icon:hover {
background: rgba(255, 255, 255, .05);
-webkit-transform: scale(0.93);
   -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
        transform: scale(0.93);
color: #fff;
}

.section-effect-sonar .section-effect-icon:hover:after {
-webkit-animation: sonarEffect 1.3s ease-out 75ms;
   -moz-animation: sonarEffect 1.3s ease-out 75ms;
        animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}


/* 13. introduction */
#intro-title {
font-family: 'Oswald', sans-serif;
font-size: 130px;
line-height: 1;
font-style: normal;
font-weight: 700;
letter-spacing: normal;
text-transform: none;
color: #fff;
text-shadow: none;
margin: -14px auto -3px auto;
padding: 0;
}

@media all and (min-width: 1920px) {
  #intro-title {
    font-size: 150px;
	margin: -19px auto -3px auto;
	line-height: 1;
  }
}

@media only screen and (max-width: 995px) {
  #intro-title {
    font-size: 110px;
	margin: -11px auto -3px auto;
  }
}

@media only screen and (max-width: 640px) {
  #intro-title {
    font-size: 70px;
	margin: -9px auto 0 auto;
  }
}

.container-time {
white-space: nowrap; 
background: none;
height: 40px;
}

@media only screen and (max-width: 640px) {
  .container-time {
	height: 30px;
  }
}

.time-column-1,
.time-column-3,
.time-column-4 {
white-space: normal;
background: none;
width: 50%;
display: inline-block;
}

.time-column-2 {
position: relative;
display: inline-block;
white-space: normal;
background: none;
width: 50%;
}

.intro-wrapper {
position: relative;
overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .intro-wrapper {
    margin: 0 auto;
  }
}
	
.unveil-time {
position: relative;
width: 100%;
height: auto;
margin: 0 auto;
}

.line-top-time {
background: url(../img/13/top-line-1200.png);
background-repeat: no-repeat;
background-position: right;
height: 40px;
}

@media all and (min-width: 1920px) {
  .line-top-time {
    background: url(../img/13/top-line-1920.png);
	background-repeat: no-repeat;
    background-position: right;
  }
}

@media only screen and (max-width: 995px) {
  .line-top-time {
    background: url(../img/13/top-line-995.png);
	background-repeat: no-repeat;
    background-position: right;
  }
}

@media only screen and (max-width: 640px) {
  .line-top-time {
    background: url(../img/13/top-line-640.png);
	background-repeat: no-repeat;
    background-position: right;
	height: 30px;
  }
}

.line-bottom-time {
background: url(../img/13/bottom-line-1200.png);
background-repeat: no-repeat;
background-position: left;
height: 40px;
}

@media all and (min-width: 1920px) {
  .line-bottom-time {
    background: url(../img/13/bottom-line-1920.png);
	background-repeat: no-repeat;
    background-position: left;
  }
}

@media only screen and (max-width: 995px) {
  .line-bottom-time {
    background: url(../img/13/bottom-line-995.png);
	background-repeat: no-repeat;
    background-position: left;
  }
}

@media only screen and (max-width: 640px) {
  .line-bottom-time {
    background: url(../img/13/bottom-line-640.png);
	background-repeat: no-repeat;
    background-position: left;
	height: 30px;
  }
}


/* 14. hero */ 
.hero-fullscreen {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: -1;
}

.hero-bg {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* 15. link underline effect */
.link-underline {
position: relative;
display: inline-block;
}

.link-underline::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #bc002d;
-webkit-transform-origin: right center;
   -moz-transform-origin: right center;
    -ms-transform-origin: right center;
        transform-origin: right center;
-webkit-transform: scale(0, 1);
   -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
     -o-transform: scale(0, 1);
        transform: scale(0, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline:hover::before {
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
     -o-transform: scale(1, 1);
        transform: scale(1, 1);
}


/* 16. custom cursor */
.cursor {
position: fixed;
width: 60px;
height: 60px;
top: 0;
left: 0;
-webkit-transform: scale(0.2);
   -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
     -o-transform: scale(0.2);
        transform: scale(0.2);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;	
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
background-color: #fff;
z-index: 10000;
}

@media (pointer: coarse) {
  .cursor {
    display: none;
  }
}

.cursor {
-webkit-transition: transform 0.15s ease, opacity 0.15s ease;
   -moz-transition: transform 0.15s ease, opacity 0.15s ease;
     -o-transition: transform 0.15s ease, opacity 0.15s ease;
        transition: transform 0.15s ease, opacity 0.15s ease;
}

.cursor.prev,
.cursor.next {
-webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
     -o-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
background-color: #fff;
background-repeat: no-repeat;
background-origin: padding-box;
background-position: center center;
}

.cursor.prev::after,
.cursor.next::after {
font-family: "Ionicons";
content: "\f3d1";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.cursor.prev::after {
top: 18px;
left: 25px;
-webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
        transform: rotate(180deg);
}

.cursor.next::after {
padding-top: 0;
}

.cursor.bounce {
-webkit-transform: rotate(0deg) scale(0.8);
   -moz-transform: rotate(0deg) scale(0.8);
    -ms-transform: rotate(0deg) scale(0.8);
     -o-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8);	
-webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
     -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 0.35;
   -moz-opacity: 0.35;
-webkit-opacity: 0.35;
filter: alpha(opacity=35);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
border-color: #bc002d;
background-color: #bc002d;
}


/* 17. extras */
.hero-bg {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.hero-bg,
.hero-bg-show,
.hero-bg-show-primary,
.hero-bg-show-secondary {
-webkit-transition: -webkit-transform 3s ease;
   -moz-transition: -moz-transform 3s ease-out;
	-ms-transition: -ms-transform 3s ease-out;
     -o-transition: -o-transform 3s ease-out;
        transition: transform 3s ease;
}

.hero-bg-show-primary {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

.hero-bg-show-secondary {
-webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
        transform: scale(1.2);
}

.hero-bg,
.hero-bg-FIX {	
-webkit-transform: scale(1.6);
   -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
     -o-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-bg-FIX {		
-webkit-transform: scale(1.4);
   -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
     -o-transform: scale(1.4);
        transform: scale(1.4);
}

.hero-bg-show {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.borders {
position: fixed;
width: 100%;
height: 100%;
border: 60px solid rgba(0, 0, 0, .5);
z-index: 0;
}

@media only screen and (max-width: 768px) {
  .borders {
    display: none;
    visibility: hidden;
  }
}

.borders,
.borders:after,
.borders:before {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.borders-show,
.borders-hide {
position: fixed;
width: 100%;
height: 100%;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 0;
}

.borders-show {
border: 60px solid rgba(0, 0, 0, .5);
}

.borders-hide {
border: 0px solid rgba(0, 0, 0, .5);
}

.social-icons-wrapper.move,
.social-icons-wrapper.move-back {
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

.social-icons-wrapper.move {
top: 39px;
left: 35px;
}

.social-icons-wrapper.move-back {
top: 89px;
left: 85px;
}

@media only screen and (max-width: 768px) {
  .social-icons-wrapper.move-back {
    top: 0;
    left: 0;
    margin: 0;
    padding: 13px 0 0 10px;
  }
}

.menu.move,
.menu.move-back {
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

.menu.move {
top: 35px;
right: 39px;
}

.menu.move-back {
top: 85px;
right: 89px;
}


/* 18. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider {
height: 100px;
}

@media only screen and (max-width: 640px) {
  .inner-divider {
    height: 70px;
  }
}

.inner-divider-half {
height: 45px;
}

@media only screen and (max-width: 640px) {
  .inner-divider-half {
    height: 35px;
  }
}

.inner-divider-ultra-half {
height: 35px;
}

.visible-mobile-devices-l {
display: block;
visibility: visible;
}

@media all and (min-width: 1920px) {
  .visible-mobile-devices-l {
    display: none;
    visibility: hidden;
  }
}

.visible-mobile-devices,
.visible-mobile-devices-xs {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 768px) {
  .visible-mobile-devices-xs {
    display: block;
    visibility: visible;
  }
}

h6 {
display: none;
visibility: hidden;
}