@import url('https://fonts.googleapis.com/css?family=Exo+2:100,200,300,700,900|Anton|Oswald:300|Russo+One|Ubuntu:700|Yanone+Kaffeesatz:400,700|Lato:300,400,400i,900,900i');


html {
     height:100%;
}
body {
	background-color: #161616;
    height:100%;
	width: 100%;
    padding: 0;
	margin: 0;
 background-size:cover; 
 background-repeat:no-repeat; 
 position:relative;
	text-align: center;
 
}
body, td, div, nav, td {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
    margin: 0;
	color: #161616;
	font-weight: 300;
}
.nav-link {
	font-size: 28px;
	letter-spacing: 12px;
	font-weight: 700;
	text-transform: uppercase;
	
}


h1 {
	font-size: 90px;
	line-height: 80px;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 900;
	text-shadow: 0 0 1px #fff;
	color: #ffffff;
	text-transform: uppercase;
	font-style: italic;
}
h2 {
	font-size: 40px;
	letter-spacing: 4px;
	line-height: 40px;
    margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}
h3 {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 28px;
    margin: 0 0 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #ffffff;
	font-style: italic;
}
h4 {
	font-size: 14px;
	letter-spacing: 4px;
	line-height: 20px;
	text-transform: uppercase;
    margin: 0 0 2px 0;
	color: #2f86ff;
	font-weight: 400;
	font-style: italic;
}


a {
	color: #ffffff;
	text-decoration: none;
	font-weight: none;
}
a:hover {
	color: #2E8DEF;
	text-decoration: none;
}

.blue {
	color: #00337a;
}



.topi {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.boti {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}



.toppi-lang {
	z-index: 9;
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  text-align: center;
}
.toppi-lang img {
	margin: 0 10px;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}

.toppi-lang img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
alpha(opacity=60);
  opacity: 0.6;
}

.toppi-link {
	z-index: 9;
  position: absolute;
  top: 120px;
  right: 0;
  width: 100%;
  text-align: center;
}
.teemu {
	font-size: 60px;
	letter-spacing: 10px;
	line-height: 50px;
	margin: 0;
    padding: 0;
	text-align: center;
	text-shadow: 0 0 14px #000000;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 900;
	font-style: italic;

  -webkit-mask-image: -webkit-linear-gradient(165deg, rgba(0,0,0,.6) 30%, #ffffff 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 4s infinite;
          animation: shine 4s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.suninen {
	font-size: 100px;
	letter-spacing: 8px;
	line-height: 110px;
    padding: 0 0 10px 0;
	text-align: center;
	font-weight: 900;
	font-style: italic;
	text-shadow: 0 0 14px #000000;
	color: #ffffff;
	text-transform: uppercase;
  -webkit-mask-image: -webkit-linear-gradient(165deg, rgba(0,0,0,.6) 30%, #ffffff 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 4s infinite;
          animation: shine 4s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.team {
	border-top: #2E8DEF 1px solid;
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 25px;
    padding: 4px 0 0 0;
	text-align: center;
	font-weight: 200;
	text-shadow: 0 0 14px #000000;
	color: #ffffff;
	text-transform: uppercase;

  -webkit-mask-image: -webkit-linear-gradient(165deg, rgba(0,0,0,.6) 30%, #ffffff 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 4s infinite;
          animation: shine 4s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.botti-link {
	z-index: 9;
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 100%;
  text-align: center;
}

.nav-link,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-link {
  position: fixed;
  z-index: 10;
  background-image: url("files/nav-bg.png");
  background-size:cover; 
  background-position: left bottom;
  background-repeat:no-repeat; 
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: white;
}

.nav-hide { display: none; }

.nav-link ul {
  display: table-cell;
  vertical-align: top;
  padding-left: 0 !important;
  padding-top: 80px;
}

.nav-link ul li { list-style: none; }

.nav-link a {
  padding: 0 30px;
  color: fff;
  line-height: 60px;
  color: inherit;
  text-decoration: none;
}
.nav-link a:hover {
alpha(opacity=60);
  opacity: 0.6;
}

.navbar-toggle {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  z-index: 20;
  cursor: pointer;
}
.nav-logo img {
	padding: 0 0 40px 0;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}

.nav-logo img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}

.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 4px;
  margin-bottom: 10px;
  background-color: #e00000;
  transition: all 0.3s ease-in-out;
}

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 { background-color: e00000; }

.navbar-on .bar1 {
  transform-origin: 5% 40%;
  transform: rotate(45deg);
}

.navbar-on .bar3 {
  transform-origin: 5% 40%;
  transform: rotate(-45deg);
}

.navbar-on .bar2 { background-color: transparent; }


/* effect-shine */
a.effect-shine:hover {
  -webkit-mask-image: -webkit-linear-gradient(165deg, rgba(0,78,255,.6) 30%, #004eff 50%, rgba(0,78,255,.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}



.navbar-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 135px;
  height: 124px;
  z-index: 9999;
  cursor: pointer;
}
.navbar-logo img {
	vertical-align: middle;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
alpha(opacity=90);
  opacity: 0.9;
}


.navbar-logo img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
alpha(opacity=60);
  opacity: 0.6;
}


.border {
	display: block;
	width: 200px;
	height: 2px;
	background: #fff;
	margin: 0px auto 100px;
}
.border2 {
	display: block;
	width: 50%;
	height: 1px;
	background: #fff;
	margin: 70px auto;
}
.border-dark {
	display: block;
	width: 100%;
	margin: 0 0 60px 0;
	padding: 0 auto;
	text-align: center;

  -webkit-mask-image: -webkit-linear-gradient(165deg, rgba(0,0,0,.6) 30%, #ffffff 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.title-white {
    background:url('files/textbgw.jpg');
    background-repeat:repeat-x;
    background-position:0 0;
    color:transparent;
    -webkit-font-smoothing:antialiased;
    -webkit-background-clip:text;
    -moz-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    margin:0;
	-webkit-animation:BackgroundAnimated 90s linear infinite;
    -moz-animation:BackgroundAnimated 90s linear infinite;
    -ms-animation:BackgroundAnimated 90s linear infinite;
    -o-animation:BackgroundAnimated 90s linear infinite;
    animation:BackgroundAnimated 90s linear infinite;
}
    @keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
    @-webkit-keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
    @-ms-keyframes BackgroundAnimated {<     from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
    @-moz-keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}

.title-dark {
    background:url('files/textbg.jpg');
    background-repeat:repeat-x;
    background-position:0 0;
    color:transparent;
    -webkit-font-smoothing:antialiased;
    -webkit-background-clip:text;
    -moz-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    margin:0;
	-webkit-animation:BackgroundAnimated 90s linear infinite;
    -moz-animation:BackgroundAnimated 90s linear infinite;
    -ms-animation:BackgroundAnimated 90s linear infinite;
    -o-animation:BackgroundAnimated 90s linear infinite;
    animation:BackgroundAnimated 90s linear infinite;
}
    @keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
    @-webkit-keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
    @-ms-keyframes BackgroundAnimated {<     from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
    @-moz-keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}

.title-red {
	text-shadow: 0 0 1px;
    background:url('files/textbgr.jpg');
    background-repeat:repeat-x;
    background-position:0 0;
    color:transparent;
    -webkit-font-smoothing:antialiased;
    -webkit-background-clip:text;
    -moz-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    margin:0;
	-webkit-animation:BackgroundAnimated 90s linear infinite;
    -moz-animation:BackgroundAnimated 90s linear infinite;
    -ms-animation:BackgroundAnimated 90s linear infinite;
    -o-animation:BackgroundAnimated 90s linear infinite;
    animation:BackgroundAnimated 90s linear infinite;
}
    @keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
    @-webkit-keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
    @-ms-keyframes BackgroundAnimated {<     from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
    @-moz-keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}



.next-rally {
	width: 100%;
	background-color: rgba(22,22,22, 0.9);
	color: #ffffff;
	padding: 50px 0;
	border-top: #161616 16px solid;
}


.next-rally iframe {
	border: #101010 20px solid;
}




.logo {
	height: 80%;
	max-height: 400px;
}





.fullscreen,
.content-a {
    width:100%;
    min-height:10%;
    overflow:hidden;
	 background-repeat: no-repeat; 
	 background-position: center center;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:80%;
}

/* content centering styles */
.content-a {
    display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
	padding: 60px 60px;
}
.content-bb {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
	padding: 60px 40px;
}
.content-bp {
	display:table-cell;
    position:relative;
	vertical-align:top;
	text-align:center;
	padding: 100px 100px;
}
.content-i {
	display:table-cell;
    position:relative;
	vertical-align:top;
	text-align:center;
	padding: 20px 20px;
	height: 400px;
}
.content-bp2 {
	display:table-cell;
    position:relative;
	vertical-align:top;
	text-align:center;
	padding: 100px 20px 60px 20px;
}
.content-contact {
	display:table-cell;
    position:relative;
	vertical-align:top;
	text-align:center;
	padding: 40px 20px 20px 20px;
}
.content-bpn {
	display:table-cell;
    position:relative;
	vertical-align:top;
	text-align:center;
	padding: 80px 20px;
	color: #161616;
}
.partners {
	vertical-align:top;
	text-align:left;
	width: 100%;
	padding: 50px 0;
	margin: 0;
	background-color: #ffffff;
}
.news {
	vertical-align:top;
	text-align:center;
	width: 100%;
	padding: 10px 0 120px 0;
	margin: 0;
	color: #161616;
	background-color: #ffffff;
}
.career {
	vertical-align:top;
	background: #222;
	width: 100%;
	padding: 0 0;
}
.some {
	vertical-align:top;
	background: #161616;
	width: 100%;
	padding: 100px 0;
	margin: 0;
}
.bottom-ts {
	text-align: center;
	margin: 0;
	padding: 0;
	bottom: 0;
}	
.clear {
	width: 100%;
	height: 40px;
}	
.contact {
	vertical-align:top;
	text-align:center;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0;
	letter-spacing: 8px;
	line-height: 20px;
	text-transform: uppercase;
	color: #d4d4d4;
 position:relative;
}	

.contacts {
    overflow:hidden;
	width: 100%;
}
.contacts-1 {
	display:table-cell;
    position:relative;
	float: left;
	text-align: center;
	vertical-align: bottom;
	width: 30%;
	margin: 0 1.66%;
	padding: 40px 20px 40px 20px;
		background-color: rgba(255, 255, 255, 0.0);
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);position: relative;
    position: relative;
    
    color: #fff;
    border-bottom: 0px solid #2E8DEF
}
.contacts-1:hover {
		background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
filter: grayscale(0%);
}

.contacts-2 {
	display:table-cell;
    position:relative;
	float: left;
	text-align: center;
	vertical-align: bottom;
	width: 30%;
	margin: 0 1.66%;
	padding: 20px;
}
.contacts-2  img {
	vertical-align: middle;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.contacts-2  img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
alpha(opacity=60);
  opacity: 0.6;
}


.dark {
	vertical-align:top;
	text-align:center;
	width: 100%;
	padding: 30px 0;
	margin: 0;
	background-color: #161616;
}


.driver-info {
	float: left;
	width: 33%;
	min-width: 320px;
	text-align: left;
	padding: 0 0 30px 0;
}
.driver-info-full {
	float: left;
	width: 100%;
	min-width: 320px;
	text-align: left;
	padding: 0 0 30px 0;
}



.button_container {
  position: fixed;
  top: 7%;
  right: 4%;
  height: 27px;
  width: 42px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #fff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  z-index: 10;
  position: fixed;
  background: #0048ab;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  line-height: 44px;
	font-family: 'Russo One', sans-serif;
	font-weight: 900;
  font-weight: 400;
  text-align: center;
  padding: 0 30px;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 6);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover{
  opacity: 0.5;
	
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}





/*  KUMPPANIT */

#partners_normal {
 text-align: center;
	vertical-align: middle;
 left:0; 
 right:0; 
 z-index:7; 
 width: 100%;
}
#partners_normal img {
	vertical-align: middle;
	width: 30%;
	padding: 60px 5%;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}
#partners_normal img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
alpha(opacity=100);
  opacity: 1.0
}


@media only screen
and (max-width : 1100px) {
#partners_normal img {
	width: 40%;
	padding: 60px 5%;
}
}





.jsst {
  position: absolute;
  z-index: 999;
	width: 100%;
	margin: 0 auto;
	top: 0;	
}
.jssb {
  position: absolute;
  z-index: 1;
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: -1px;	
}

        /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }

        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
  z-index: 99;
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 69px;
            height: 89px;
            cursor: pointer;
            background: url('img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -0px -0px; }
        .jssora22r { background-position: -71px -0px; }
        .jssora22l:hover { background-position: -149px -0px; }
        .jssora22r:hover { background-position: -220px -0px; }
        .jssora22l.jssora22ldn { background-position: -298px -0px; }
        .jssora22r.jssora22rdn { background-position: -369px -0px; }

		
	





#timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #161616;
    border-bottom: 8px solid #161616;
}
#timeline:hover .tl-item {
  width: 23.3333%;
}

.tl-item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 50vh;
  min-height: 550px;
  color: #fff;
  overflow: hidden;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media only screen
and (max-width : 1100px) {
.tl-item {
  min-height: 700px;
}
}
.tl-item:before, .tl-item:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tl-item:after {
  background: rgba(22, 22, 22, 0.85);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.tl-item:before {
  background: -webkit-linear-gradient(top, transparent 0%, #161616 0%);
  background: linear-gradient(to bottom, transparent 0%, #161616 0%);
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) translateY(90%);
          transform: translate3d(0, 0, 0) translateY(90%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.tl-item:hover {
  width: 100% !important;
}
.tl-item:hover:after {
  opacity: 0;
}
.tl-item:hover:before {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 0, 0) translateY(0);
          transform: translate3d(0, 0, 0) translateY(0);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
  transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
  transition: opacity 1s ease, transform 1s ease 0.25s;
  transition: opacity 1s ease, transform 1s ease 0.25s, -webkit-transform 1s ease 0.25s;
}
.tl-item:hover .tl-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.75s ease 0.5s;
  transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-bg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.tl-content {
  -webkit-transform: translate3d(0, 0, 0) translateY(25px);
          transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: left;
  margin: 0 20px;
  top: 20%;
  opacity: 0;
  line-height: 26px;
	color: #ffffff;
  text-transform: uppercase;
}
.tl-content h1 {
  text-transform: uppercase;
  color: #1779cf;
  font-size: 1.44rem;
  font-weight: 800;
}

.tl-year {
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.tl-year p {
  font-family: 'Pathway Gothic One',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 1.728rem;
  line-height: 0;
}

.tl-bg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}


/*  SOMET */
#some_front {
 text-align: center;
	vertical-align: middle;
 left:0; 
 right:0; 
 z-index:7; 
 padding: 30px 0px 0px 0px;
}
#some_front img {
	vertical-align: middle;
 height: 100px;
	margin: 30px 40px 20px 40px;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}


#some_front img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
alpha(opacity=60);
  opacity: 0.6;
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/*  SOMET */
#partners-mini {
 text-align: center;
	vertical-align: middle;
 left:0; 
 right:0; 
 z-index:7; 
 padding: 0px 0px 0px 0px;
	position: absolute;
	top: 100;
	z-index: 10001;
}
#partners-mini img {
	vertical-align: middle;
 width: 80px;
	margin: 0px 10px 0px 10px;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}


#partners-mini img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
alpha(opacity=60);
  opacity: 0.6;
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*  SOMET */
#some_bottom {
 text-align: center;
	vertical-align: middle;
 left:0; 
 right:0; 
 z-index:7; 
 padding: 30px 0px 0px 0px;
}
#some_bottom img {
	vertical-align: middle;
 height: 40px;
	margin: 20px 40px 40px 20px;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}


#some_bottom img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
alpha(opacity=60);
  opacity: 0.6;
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*  part */
#part_front {
 text-align: center;
	vertical-align: middle;
 left:0; 
 right:0; 
 z-index:7; 
 padding: 60px 10px 0px 10px;

  -webkit-mask-image: -webkit-linear-gradient(165deg, rgba(0,0,0,.6) 30%, #ffffff 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 4s infinite;
          animation: shine 4s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#part_front img {
	vertical-align: middle;
	margin: 10px 10px 0px 10px;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
alpha(opacity=80);
  opacity: 0.8;;
}


#part_front img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
alpha(opacity=100);
  opacity: 1.0;;
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.partner-mini {
	max-width: 90px;
	max-height: 30px;
	vertical-align: middle;
}

/*  SAAVUTUKSET */
#laurels {
 text-align: left;
	vertical-align: middle;
 left:0; 
 right:0; 
 z-index:7; 
}
#laurels img {
	float: left;
	vertical-align: middle;
 max-height: 110px;
	margin: 60px 50px 0px 0px;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}


#laurels img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.2);
filter: grayscale(100%);
// Browser Specific
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
alpha(opacity=90);
  opacity: 0.9;
}

/*  SAAVUTUKSET */
#laurels-career {
 text-align: left;
	vertical-align: middle;
 left:0; 
 right:0; 
 z-index:7; 
}
#laurels-career img {
	float: left;
	vertical-align: middle;
 max-height: 60px;
	margin: 20px 10px 20px 10px;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);
filter: grayscale(0%);
// Browser Specific
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}


#laurels-career img:hover {
  -webkit-transform: scale(2.0);
  transform: scale(2.0);
filter: grayscale(100%);
// Browser Specific
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
alpha(opacity=90);
  opacity: 0.9;
  -webkit-mask-image: -webkit-linear-gradient(165deg, rgba(0,0,0,.6) 30%, #ffffff 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 9;
	right: 20px;
	bottom: 20px;
	background: rgba(0,0,0,0.6) url("files/up-arrow.png") no-repeat center 50%;
}
a:hover.back-to-top {
	background-color: rgba(0,0,0,0.9);
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 0px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 3.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}


    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translatey-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translatey(-100%);  /* IE 9 */
                transform: translatey(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translatey(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translatey(100%);  /* IE 9 */
                transform: translatey(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translatex(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translatex(-100%);  /* IE 9 */
                transform: translatex(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }




.season-numbers {
        width: 100%;
        height: auto;
        text-align: center;
		margin: 10px 0 0 0;
        display: block; 
}	
.season-numbers div {
	text-transform: uppercase;
	vertical-align: bottom;
		margin: 10px 0px 10px 0px;
        width: 300px;
        height: 110px;
        display: inline-block; 
		padding: 20px 4px 0 4px;
		background-color: rgba(0, 0, 0, 0.4);
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);position: relative;
    position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
    
    color: #fff;
    border-bottom: 0px solid #2E8DEF
}
.season-numbers div:hover {
		background-color: rgba(0, 39, 93, 0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
filter: grayscale(0%);
}

.season-standings {
        width: auto;
        height: auto;
        text-align: center;
	text-transform: uppercase;
	vertical-align: top;
		margin: 40px 0px 40px 0px;
        display: inline-block; 
		padding: 20px;
		background-color: rgba(0, 0, 0, 0.2);
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
  	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
  	-webkit-transition-property: box-shadow, transform;
  	transition-property: box-shadow, transform;);position: relative;
    position: relative;
    
    color: #fff;
    border-bottom: 0px solid #2E8DEF
}
.season-standings:hover {
		background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
filter: grayscale(0%);
}


.season-flag {
	margin: 30px 0;
}

.social {
  position: fixed;
  top: -20px;
right: 160px;
z-index: 9999;
}
.social ul {
  padding: 0px;
}
.social ul li {
  display: block;
float: left;
  margin: 0px;
		background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 14px 14px;
}
.social ul li:hover {
}
.social img {
	height: 12px;
alpha(opacity=100);
  opacity: 1.0;
}
.social img:hover {
alpha(opacity=50);
  opacity: 0.5;
}
.social ul li:hover a {
  color: #000;
}


@media only screen
and (max-width : 1100px) {
.social {
  position: fixed;
  top: 0px;
right: 60px;
z-index: 9999;
}
}

   .slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  opacity: 1;
  -webkit-transform: scale(1.18);
          transform: scale(1.18);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 3;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
}




#section10 a {
	padding: 100px;
}
#section10 a span {
	position: absolute;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #e00000;
	border-radius: 50px;
	box-sizing: border-box;
}
#section10 a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


.divTable{
	display: table;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 6px;
	font-size: 14px;
	letter-spacing: 8px;
	line-height: 20px;
	text-transform: uppercase;
    margin: 0 0 10px 0;
	color: #fff;
	font-weight: 400;
	vertical-align: middle;
	text-align: left;
}

.divTableCell img {
	max-height: 20px;
	padding: 0 10px 0 0;
}
.divTableCellR {
	text-align: right;
	display: table-cell;
	padding: 6px 6px;
	font-size: 14px;
	letter-spacing: 8px;
	line-height: 20px;
	text-transform: uppercase;
    margin: 0 0 10px 0;
	color: #fff;
	font-weight: 400;
	vertical-align: middle;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableCellHL {
	display: table-cell;
	padding: 6px 6px;
    margin: 0 0 10px 0;
	font-size: 28px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 4px;
	color: #ffffff;
	font-weight: 700;
	vertical-align: middle;
}
.divTableCellHR {
	display: table-cell;
	padding: 6px 6px;
    margin: 0 0 10px 0;
	font-size: 28px;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 4px;
	color: #ffffff;
	font-weight: 700;
	vertical-align: middle;
}


.career-list {
	padding: 0 10px 0px 10px;
}
.career-list li {
	list-style: url(files/arrow.png);
}