 /************************************************************************************
******* FONTS
************************************************************************************/
@import url("//hello.myfonts.net/count/2bd143");

  
@font-face {font-family: 'TradeGothicLTPro-BdCn20';src: url('../fonts/2BD143_0_0.eot');src: url('../fonts/2BD143_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2BD143_0_0.woff') format('woff'),url('../fonts/2BD143_0_0.ttf') format('truetype');}

/************************************************************************************
******* GENERAL
************************************************************************************/
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 18px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 30px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	outline: none;
	position: relative;
	-moz-transition: color 0.3s, background 0.3s;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

/* Button 1 */
.btn-1 {
	border: 3px solid #fff;
	
	text-decoration: none;
	color: #fff;
}

/* Button 1b */
.btn-1b:after {
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

.btn-1b:hover,
.btn-1b:active {
	color: #b58f4c;
}

.btn-1b:hover:after,
.btn-1b:active:after {
	height: 100%;
}



/************************************************************************************
******* GENERAL
************************************************************************************/

html, body{
  overflow: hidden!important;
}

body{
	margin: 0;
	background-color: black;
  	font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
}

#no-js{
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#no-js p{
	width: 50%;

	margin: 20% auto 0 auto;

	text-align: center;
	color: white;

}

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

.align-right{  /* positionnement des textes sur la droite */
	text-align: right;
}

.align-right * {
  clear: both;
}

.align-right h3 {
  display: block;
  float: right;
}

.align-right h3::after {
    content: '';
  display: block;
  clear: both;
  height: 0px;
  width: 0px;
}

.align-right p{  /* positionnement des textes sur la droite */
  display: block;
  float: right;
}


.right{
	float: right;
	width: 50%;
}

hr.clear {
  display: block;
  height: 0;
  width: 0;
  padding: 0px;
  margin: 0px;
  clear: both;
  border: none;
  visibility: hidden;
}

p {
  font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
  line-height: 2;
  font-size: 13px;
}

[data-anim] [data-anim-step]{
	opacity: 0;
}

h1,h2,h3,h4,h6 {
  font-weight: normal;
}

h2{
	/*background-color: rgba(0,0,0,0.7);*/
	padding: 20px 20px 0px 20px;
	margin: 0!important;
	font-size: 65px;
	line-height: 65px;
	font-family: TradeGothicLTPro-BdCn20;
	text-transform: uppercase;
/*	text-shadow: 0 0 20px #000;*/
	color: #fff;
	text-shadow: 0 0 8px rgba(0,0,0,.5);
}


h2.subtitle{
	font-size: 24px;
	line-height: normal;
	margin-top: 0px!important;
	text-transform: none;
	font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
	width: 60%;
	font-weight: 600;
	text-shadow: 0 0 8px rgba(0,0,0,.5);
}

h2.subtitle.text-gold {
  width: 100%;
  text-align: center;
  margin-top: 20px!important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 0 8px rgba(0,0,0,.5);
}

h1 .text-gold {
}

.note{
	font-size: 20px;
	text-transform: none;
	line-height: 20px;
	font-weight: normal;
}

h1{
	display: inline-block;
	background-color: #e4cba2;
	margin: 0;
	padding: 10px 15px 10px 20px;
	font-family: TradeGothicLTPro-BdCn20;
	font-size: 34px;
	line-height: 42px;
	height: 56px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	color: black;
}

h3{

	display: inline-block;
	background-color: rgba(0,0,0,0.7);
	padding: 12px 24px;
	margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	font-family: TradeGothicLTPro-BdCn20;
	font-size: 54px;
	line-height: normal;
	color: white;
	text-transform: uppercase;
}

h3 strong {
color: #e5c181;
}

[bg-fixed]{
	background-attachment: fixed;
}


.text-white{
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,.75);
}

.text-gold{
	color: #e5c181;
	font-weight: 500;
	
}

/************************************************************************************
******* HEADER
************************************************************************************/

header{
	height: 67px;
	width: 100%;

	/*background-color: #000;*/
	background-image: url(../img/header-bg.png);
	background-position: center;

	position: fixed;
	top: -67px;
	left: 0;

	line-height: 56px;
	color: white;

	z-index: 900;
}

header .logo{
	display: inline-block;
	height: 35px;
	margin-top: 10px;
	margin-left: 30px;
	cursor: pointer;


}

header svg{
	position: relative;
	top: 7px;
	cursor: pointer;
}

header ul#second-nav {
	height: 56px;
	margin: 0;
	padding: 0;
	position: relative;
	
	list-style-type: none;
	float: right;
	margin-right: 30px;

	z-index: 9000;
}

header ul#second-nav  li {
  margin: 0 20px 0 0;
	height: 56px;
	float: left;
  	position: relative;
	line-height: 56px;
	display: block;
}

header ul#second-nav  li.separator {
	width: 1px;
	height: 25px;
	margin: 15px 20px 0 0;
	background: #fff;
	background: rgba(255,255,255,.3);
}

header ul#second-nav li a {
	color: white;
	color: rgba(255,255,255,.6);
	display: block;
	text-decoration: none;
	text-transform: normal;
	padding: 0;
	z-index: 10;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	
}

header ul#second-nav li a:hover {
  color: white;
}

header ul#second-nav li.social a {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0 5px;
}

header ul#second-nav li a img {
  opacity: .6;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  margin-top: 4px;
}

header ul#second-nav li a:hover img {
  opacity: 1;  
}

header ul#second-nav li span {
  /*margin-top: 9px;*/
  display: block;
}

/************************************************************************************
******* INTRO
************************************************************************************/

#intro{
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background-color: black;
	display: block;
	color: white;
	text-align: center;
	z-index: 9999;

}

#intro .bg{
	display: none;
	background-image: url(../img/Intro.jpg);
	background-position: center center;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */

	box-sizing:border-box;

	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	/*z-index: 9998;*/
}

#intro p{
	margin: 0;
}

p.citation{

	width: 70%!important;
  margin: 0 auto;
  color: white;
	font-size: 28px!important;
	font-style: italic;
	text-align: center!important;
	line-height: 34px!important;

}

p.citation span{
	width: 75%;
	max-width: 900px;
	display: block;
	margin: 0 auto 0 auto;
}

p.citation span.signature{
	margin-top: 15px;
	text-align: right;
	font-style: normal;
}

#intro .content{
	width: 100%;
	min-height: 300px;
	position: absolute;
	top: 50%;
	margin-top: -150px;
}

#intro .content p.presentation{
	margin-top: 20px;

	font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
	font-size: 18px;
	line-height: 24px;
}
#intro .content p.presentation span{
	color: #e5c181;
}


#intro .content p.initiative{
	font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
	font-size: 14px;
	margin-top: 20px;
}

#intro #intro_enter {
	display: inline-block;
	height: 10px;
	width: 250px;
	margin-top: 50px;
	padding: 0px!important;
	overflow: hidden;
	z-index: 9999;
}

#intro #intro_enter:after{
	display: none!important;
}

#intro #intro_enter .loader{
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: white;
}

#intro #intro_enter .text{
	color: white;
	position: relative;
	line-height: 46px;

}

#intro #intro-video{
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	z-index: 9000;

}

#intro #intro-video video{
	
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left:0;

}

#intro #intro-video #skip{

	display: block;
	width: 150px;
	height: 40px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -75px;

	text-decoration: none;

	color: white;
	font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
	text-transform: uppercase;
	line-height: 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;

}

#intro #intro-video #skip:hover{
	background-color: #fff;
	color: #000;
}

#intro #lwf{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -350px;
	z-index: 100;
}


/*#intro .content #intro_loading{
	display: inline-block;
	height: 55px;
	
	border: 1px solid white;
	padding: 0 40px 0 40px;
	margin-top: 30px;

	font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: #e39a64;
	line-height: 55px;
}*/


/************************************************************************************
******* sources
************************************************************************************/

#sources{
	display: none;
	text-align: center;
	background-color: #000;
	background: rgba(0,0,0,.8);
	color: #fff;
  z-index: 999;
	position: fixed;
	top: 5%;
	left: 50%;
	/*margin-top: -45%;*/
	opacity: 0;
	margin-left: -45%;
	padding: 100px 150px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sources-list {
  width: 100%;
  max-width: 600px;
  margin: 100px auto 0 auto;
}

#sources h1{
	background: none;
	margin: 0 0 30px 0;
	padding: 0px;
	color: #fff;
}

#sources h2{
	background: none;
	margin: 0 0 30px 0;
	padding: 0px;
	color: #e4cba2;
	line-height: normal;
	font-size: 20px;
}

.sources-list p {
  font-size: 16px;
  line-height: 20px;
}

#sources .close {
	display: block;
	width: 30px;
	height: 30px;
	padding: 20px;
	position: absolute;
	top: 30px;
	right: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	/*background: url("../img/menu-close.png") no-repeat center center;*/
}

#sources .close span {
  display: block;
  width: 42px;
  background: #fff;
  height: 2px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;  
  position: absolute;
  top: 35px;
  left: 15px;
}

#sources .close span.first {
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); /* IE 9 */
  -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}

#sources .close span.second {
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg); /* IE 9 */
  -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
}

#sources .close:hover span.first {
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg); /* IE 9 */
  -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
}

#sources .close:hover span.second {
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); /* IE 9 */
  -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}

/************************************************************************************
******* CREDITS
************************************************************************************/

#credits{
	display: none;
	text-align: center;
	background-color: #000;
	background: rgba(0,0,0,.8);
	color: #fff;
  z-index: 999;
	position: fixed;
	top: 5%;
	left: 50%;
	/*margin-top: -45%;*/
	opacity: 0;
	margin-left: -45%;
	padding: 100px 150px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#credits h1{
	background: none;
	margin: 0 0 30px 0;
	padding: 0px;
	color: #fff;
}

#credits div.credit-list {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

#credits .credit-item {
  width: 100%;
  margin-bottom: 30px;
}

#credits .credit-item p.label, #credits .credit-item div {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
}

#credits .credit-item p.label {
  color: rgba(255,255,255,.7);
  font-size: 14px;
  line-height: 22px;
  padding: 0 30px 0 0;
  margin-top: 0px;
  text-align: right;
  text-transform: uppercase;
  font-weight: lighter;
}

#credits .credit-item div {
    padding: 0 0 0 30px;
    text-align: left;
    margin-bottom: 50px;
}

#credits .credit-item div p {
  color: #fff;
  margin-top: 0px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 400;
  text-align: left;
}

#credits .credit-item div p:last-child {
  margin-bottom: 0px;
}

#credits .credit-item div a {
  text-align: left;
  margin-bottom: 10px;
}

#credits .credit-item div a:last-child {
  margin-bottom: 0px;
}

#credits .credit-item div a:first-child img {
  margin-top: 0px;
}

#credits .credit-item div a img {
  margin-top: 10px;
}

#credits .close {
	display: block;
	width: 30px;
	height: 30px;
	padding: 20px;
	position: absolute;
	top: 30px;
	right: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	/*background: url("../img/menu-close.png") no-repeat center center;*/
}

#credits .close span {
  display: block;
  width: 42px;
  background: #fff;
  height: 2px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;  
  position: absolute;
  top: 35px;
  left: 15px;
}

#credits .close span.first {
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); /* IE 9 */
  -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}

#credits .close span.second {
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg); /* IE 9 */
  -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
}

#credits .close:hover span.first {
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg); /* IE 9 */
  -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
}

#credits .close:hover span.second {
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); /* IE 9 */
  -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}

/************************************************************************************
******* CONTENT
************************************************************************************/

#ajax-content{
	width: 100%;
	position: relative;
	z-index: 0;
}

#img-preload{
	display: none;
}

#ajax-loader .content {

	width: 50%;
	position: absolute;
	top: 43%;
	left: 50%;
	margin-left: -25%;
	text-align: center;
	
	 font-family: TradeGothicLTPro-BdCn20;	
	font-size: 16px;
	text-transform: uppercase;
	color: white;

	opacity: 0;

}

#ajax-loader .content img{

	margin-bottom: 10px;

}

.pageload-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 31;
}

.pageload-overlay.show {
	visibility: visible;
}

.pageload-overlay svg {
	position: absolute;
	top: 0;
	left: 0;
}

.pageload-overlay svg path {
	fill: #101010;
}

.mask{
	background-color: black;
	position: fixed;
	width: 100%;
	left: 0;

	z-index: 8!important;
}

#mask-top .border{
	position: absolute;
	bottom: -11px;
	left: 0;

	width: 100%;
	height: 67px;
	
	background-image: url(../img/header-bg.png);
	background-position: center;

	z-index: 8!important;

}

#mask-bottom .border{
	position: absolute;
	top: -11px;
	left: 0;

	width: 100%;
	height: 67px;
	
	/*background-color: green;*/
	background-image: url(../img/slide-border-bottom.png);
	background-position: left center;

	z-index: 8!important;

}
.slide-content {
	display: table;
	width: 100%;
	padding: 5%;
	box-sizing : border-box;
}

.slide-content.no-padding {
	padding: 0;
}

.slide-content p{
	width: 45%;
	font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
	line-height: normal;
	font-size: 20px;
	line-height: normal;
}

.slide-content p.p40 {
  width: 40%;
}
.slide-content p.p35 {
  width: 35%;
}
.slide-content p.p30 {
  width: 30%;
}
.slide-content p.p25 {
  width: 25%;
}
.slide-content p.p20 {
  width: 20%;
}

.slide-content .right p{
	width: 100%;
}

.switch-audio{
	display: inline-block;
	background-color: white;
	color: black;
	cursor: pointer;
}

.switch-audio.playing{
	background-color: green;
}


#fountainG{
	position:absolute;
	width:240px;
	height:29px;
	top: 50%;
	left: 50%;
	margin-left: -120px;
}

.fountainG{
position:absolute;
top:0;
background-color:#FCFCFC;
width:29px;
height:29px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name:bounce_fountainG;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}

#fountainG_1{
left:0;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#fountainG_2{
left:30px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#fountainG_3{
left:60px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#fountainG_4{
left:90px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#fountainG_5{
left:120px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#fountainG_6{
left:150px;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#fountainG_7{
left:180px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

#fountainG_8{
left:210px;
-moz-animation-delay:1.43s;
-webkit-animation-delay:1.43s;
-ms-animation-delay:1.43s;
-o-animation-delay:1.43s;
animation-delay:1.43s;
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#FCFCFC;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#FCFCFC;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#FCFCFC;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#FCFCFC;
}

100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}

}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#FCFCFC;
}

100%{
transform:scale(.3);
background-color:#FFFFFF;
}

}


/************************************************************************************
******* fOOTER
************************************************************************************/
footer {
	height: 67px;
	width: 100%;
	background-image: url(../img/footer-bg.png);
	background-position: center;
	position: fixed;

	text-align: center;

	bottom: -67px;
	left: 0;
	z-index: 900;
}

footer ul#days-nav {
	display: inline-block;
	height: 48px;
	margin: 0;
	margin-top: 18px;
	padding: 0;
  position: relative;
  z-index: 9999;
	list-style-type: none;
}

footer ul li {
	height: 48px;
	float: left;
	position: relative;
	line-height: 48px;
	margin: 0 5px;
	z-index: 9999;
}

footer ul li.separator {
  width: 8px;
  height: 8px;
  margin: 22px 0;
  background: black;
  display: none;
  border-radius: 4px;
}

footer ul#days-nav li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 14px 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: TradeGothicLTPro-BdCn20;
	font-size: 19px;
	z-index: 9999;
  height: 48px;
  color: black;
  opacity: .6;
  outline: none;
  background: url('../img/current-menu1.png') no-repeat center top;
}

footer ul#days-nav li a.first {
  width: 163px;
  background: url('../img/current-menu1.png') no-repeat center top;
}

footer ul#days-nav li a.second {
  width: 294px;
  background: url('../img/current-menu2.png') no-repeat center top;
}

footer ul#days-nav li a.third {
  width: 166px;
  background: url('../img/current-menu3.png') no-repeat center top;
}

footer ul#days-nav li a.fourth {
  width: 233px;
  background: url('../img/current-menu4.png') no-repeat center top;
}

footer ul#days-nav li a.fifth {
  width: 206px;
  background: url('../img/current-menu5.png') no-repeat center top;
}


footer ul#days-nav li a:hover {
  opacity: 1;
}

footer ul#days-nav li a span {
	color: #e5c181;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin-right: 1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	background: transparent url('../img/number.png') no-repeat center bottom;
	z-index: 9999;
	width: 40px;
	height: 48px;
}

footer ul#days-nav li a.first span {
 	background: transparent url('../img/number.png') no-repeat center bottom;
}

footer ul#days-nav li a.second span {
 	background: transparent url('../img/number2.png') no-repeat center bottom;
}

footer ul#days-nav li a.third span {
 	background: transparent url('../img/number3.png') no-repeat center bottom;
}

footer ul#days-nav li a.fourth span {
 	background: transparent url('../img/number4.png') no-repeat center bottom;
}

footer ul#days-nav li a.fifth span {
 	background: transparent url('../img/number5.png') no-repeat center bottom;
}

.bmenu li span {
	white-space: nowrap;
	color: transparent!important;
	display: block;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 0px 3px #000;
	letter-spacing: 1px;
	opacity: .5;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	transition: all 0.6s linear;
}




footer ul#days-nav li a.enabled:hover {
  opacity: 1;
}

footer ul#days-nav li.current {

}

footer ul#days-nav li.current a {
  color: #fff;
  font-weight: normal;
  opacity: 1;
  height: 48px;
  background-position: center bottom!important;
}

footer ul#days-nav li.current a span {
  background: none!important;
}

footer ul#second-nav li a {
	color: white;
	display: block;
	text-decoration: none;
	text-transform: normal;
	padding: 0 10px 0 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	font-size: 14px;
	z-index: 9999;
}



/************************************************************************************
******* TEMPLATES
************************************************************************************/

#slides-wrap{

}

section.slide{
	
}

section.slide .slide-background{

	width: 100%;
	position: fixed;

	background-position: center center;
	background-size: cover;

	z-index: -10;

}

section.slide .slide-background.bg-top{
	background-position: top center;
}

section.slide .slide-background video{
	
	width: 100%;

}

section.slide .slide-content{
	
	position: relative;
	box-sizing: border-box;
	background-position: center center;
	background-size: cover;
}

section.slide .slide-content [data-chart] {
  margin-top: 50px;
}

/************************************************************************************
******* TABS
************************************************************************************/

section.slide .slide-content [data-tabs] ul{
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
}

section.slide .slide-content [data-tabs] ul li{

	height: 23px;
	padding: 10px 15px;
	display: inline-block;

}

section.slide .slide-content [data-tabs] ul li.current{

	background-color: #e5c181;
	position: relative;
	
}

section.slide .slide-content [data-tabs] ul li.current .carret{
	width: 12px;
	height: 6px;
	background-image: url(../img/carret-selector.png);
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
}

section.slide .slide-content [data-tabs] .holder{
	width: 100%;
	height: 300px;
}

section.slide .slide-content [data-tabs] ul li a{

	display: block;
	text-decoration: none;
	font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	
}

section.slide .slide-content [data-tabs] ul li.current a{

	color: white;
	
}

section.slide .slide-content [data-tabs] [data-content]{

	display: none;
	width: auto;
	height: 350px;
}



#clip{
	position: relative;
}

#v-nav{
	width: 21px;
	padding:0;
	margin: 0;
	position: fixed;
	bottom: 150px;
	right: -20px;
	list-style-type: none;
	z-index: 30!important;
	/*background: url('../img/bg-nav.png') repeat-y center center;*/
}
/*
#v-nav li {
  width: 14px;
  height: 14px;
	margin-top: 25px;
	margin-bottom: -4px;
	margin-top: -4px;
}

#v-nav li:first-child a {
  margin-top: 0px!important;
}


#v-nav li.bar{
	width: 2px;
	background: red;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 19;
	margin: 0px;
}

#v-nav li a{
	display: block;
	position: relative;
	width: 6px;
	height: 6px;
	margin: 20px 0;
	background-color: white;

	border: 4px solid rgba(255,255,255,0.5);

	-webkit-background-clip: padding-box; 
	background-clip: padding-box;

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

	z-index: 20;
  left: 4px;
  top: 4px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

#v-nav li a:hover {
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
}

#v-nav li.current a{
	background-color: #e5c181;
	border: 4px solid rgba(255,255,255,0);
	left: 0px;
	top: 0px;
	width: 14px;
	height: 14px;
}

#v-nav li.current a:hover {
  left: -4px;
  top: -4px;
  width: 22px;
  height: 22px;
  padding: 0px;
}*/

/************************************************************************************
******* TRIPTYCH
************************************************************************************/

[data-triptych] .slide-background {
	background-color: black;
}

[data-triptych] [data-triptych-container] {
	/*background-color: black;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

[data-triptych] [data-triptych-container] li{
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 33.3%;
	padding: 0 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	-webkit-transform: translateZ(0px);
	display: table;
	margin: 0px;
	padding: 0px;
}

[data-triptych] [data-triptych-container] li.up{
	
	top: 0%;
	opacity: 1;

	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	-ms-transition: all .7s ease;
	transition: all .7s ease;

}

[data-triptych] [data-triptych-container] li.up.opened{
	width: 70%;
}

[data-triptych] [data-triptych-container] li.up.opened:nth-child(2){
	left: 15%!important;
}

[data-triptych] [data-triptych-container] li.up.opened:nth-child(3){
	left: 30%!important;
}

[data-triptych] [data-triptych-container] li.up.closed{
	width: 15%;
}

[data-triptych] [data-triptych-container] li.up.closed h4{
	opacity: 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

[data-triptych] [data-triptych-container] li.up.opened h4{
	opacity: 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

[data-triptych] [data-triptych-container] li.up.closed:nth-child(3){
	left: 85%!important;
}

[data-triptych] [data-triptych-container] li.up.closed.left:nth-child(2){
	left: 15%!important;
}	

[data-triptych] [data-triptych-container] li.up.closed.right:nth-child(2){
	left: 70%!important;
}




[data-triptych] [data-triptych-container] li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: .5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateZ(0px);
}

[data-triptych] [data-triptych-container] li:hover:after {
  opacity: 0;
} 

[data-triptych] [data-triptych-container] li.semi-hidden:after {
  opacity: .8;
  -webkit-transform: translateZ(0px);
}

[data-triptych] [data-triptych-container] li > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

[data-triptych] [data-triptych-container] li > div > div {
  background: transparent;
	border: 3px solid transparent;
	display: inline-block;
	/*padding: 35px 50px;*/
	position: relative;
	z-index: 200;
	padding-top: 300px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



[data-triptych] [data-triptych-container] li h2 {
	/*text-align: center;
	margin-top: 0px;
	padding: 0px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	line-height: 46px;
	font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;*/
}

[data-triptych] [data-triptych-container] li h2 {
  display: inline-block;
	background-color: rgba(0,0,0,0.7);

	
	padding: 10px 20px;
	margin: 0;
	font-size: 40px;
	line-height: 46px;

	margin-bottom: 30px;
	text-transform: uppercase;
	color: #fff;
}


[data-triptych] [data-triptych-container] li:hover h2 {
	background-color: #fff;
	text-shadow: none;
	color: #000;
	}
	
	[data-triptych] [data-triptych-container] li.opened h2, 	[data-triptych] [data-triptych-container] li.opened:hover h2{
	background-color: rgba(228,203,162,1);
	text-shadow: none;
	color: #000;
	}
	
	
[data-triptych] [data-triptych-container] li h4{
	text-align: center;
	margin: 20px 0 0 0;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	opacity: 1;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  font-family: TradeGothicLTPro-BdCn20;	
}

[data-triptych] [data-triptych-container] li.opened > div > div h2 {

opacity: 0;
}

[data-triptych] [data-triptych-container] li.opened h4 {

opacity: 0;
}


[data-triptych] [data-triptych-container] li p{
	text-align: center;
	color: white;
	padding: 0 50px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

/************************************************************************************
******* CAROUSSEL
************************************************************************************/

[data-triptych] [data-caroussel] .caroussel{
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	

}

[data-triptych] [data-caroussel] .caroussel .picture{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index: 1;

	width: 100%;
	height: 100%;
	opacity: 0;

	background-size: cover;
	background-position: center center;
}

[data-triptych] [data-caroussel] .caroussel .picture.displayed{

	opacity: 1;
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

}

/************************************************************************************
******* SLIDESHOW
************************************************************************************/

.slideshow.backgrounds{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	list-style-type: none;
	padding: 0;
}

.slideshow.backgrounds li{
	background-position: center center;
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.slideshow.backgrounds li.hidden{
	opacity: 0;
}

.slideshow.content{
	
	position: relative;
	list-style-type: none;
	min-height: 130px;

}

.slideshow.content li{
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.slideshow.content li.hidden{
	opacity: 0;
}

.slideshow.controller{

	background-color: red;
	list-style-type: none;
	clear: both;
	padding: 0;
}

.slideshow.controller li{
	width: 100px;
	height: 100px;
	margin-right: 20px;

	float: left;
	cursor: pointer;
	margin:3px;
	opacity: 0.8;
	border: 3px solid white;
	position: relative;
	top:0px;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
	
}

.slideshow.controller li.current{
	border: 3px solid #e5c181;
	position: relative;
	top:-10px;
	opacity: 1;
}

/************************************************************************************
******* SCROLL DOWN
************************************************************************************/
.goToBottom-container {
  display: none;
  width: 82px;
  height: 66px;
  position: fixed;
  bottom: 95px;
  left: 50%;
  margin-left: -41px; 
  z-index: 15;
  line-height: normal;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.goToBottom-container.end {
  opacity: 0;
}

.goToBottom-container .goToBottom-top {
  display: block;
  margin: 0px auto 5px;
  height: 20px;
  width: 40px;
}

.goToBottom-container .goToBottom-text {
  color: #fff;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0px;
}


.goToBottom-container .goToBottom-arrow {
  display: block;
  margin: 0 auto;
  height: 14px;
  width: 12px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulsebottom 2s ease-in-out infinite;
  -moz-animation: pulsebottom 2s ease-in-out infinite;
  -o-animation: pulsebottom 2s ease-in-out infinite;
  -ms-animation: pulsebottom 2s ease-in-out infinite;
  animation: pulsebottom 2s ease-in-out infinite;
}

@-webkit-keyframes pulsebottom {
    0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
}
35% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
}
@-moz-keyframes pulsebottom {
    0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
}
35% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
}
@-ms-keyframes pulsebottom {
    0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
}
35% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
}
@-o-keyframes pulsebottom {
    0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
}
35% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
}
@keyframes pulsebottom {
    0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
}
35% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
}


/************************************************************************/
/*	Landscape only
/************************************************************************/
#warning-message, #warning-message2 {
  display: none;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 100%;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;  
}

#warning-message p, #warning-message2 p {
  line-height: 24px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
}

@media only screen and (orientation:portrait){
    html {
      overflow: hidden!important;
    }
    #warning-message { display:block; }
}
@media only screen and (orientation:landscape){
    #warning-message { display:none; }
}

@media only screen and (orientation:landscape) and (max-width: 767px) {
    html {
      overflow: hidden!important;
    }
    #warning-message { display:none; }
    #warning-message2 { display:block; }
}


/************************************************************************/
/*	Test Dots
/************************************************************************/
.dotstyle ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
}
 
.dotstyle li {
    position: relative;
    display: block;
    margin: 8px 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
 
.dotstyle li a {
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    background-color: rgba(255,255,255,0);
    text-indent: -999em;
    display: block;
    cursor: pointer; /* make the text accessible to screen readers */
}

/* Fill up */
.dotstyle-fillup li {
}

.dotstyle-fillup li a {
    overflow: hidden;
    background-color: rgba(0,0,0,0);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
    transition: background 0.3s;
}

.dotstyle-fillup li a::before {
  display: block;
  content: "";
  width: 2px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: -8px;
  left: 7px;
}

.dotstyle-fillup li:first-child a::before {
  display: none;
}
 
.dotstyle-fillup li a::after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    transition: height 1s;
}
 
.dotstyle-fillup li a:hover,
.dotstyle-fillup li a:focus {
    background-color: rgba(0,0,0,0.8);
    box-shadow: inset 0 0 0 2px rgba(228,203,162,1);
}
 
.dotstyle-fillup li.current a::after {
    height: 100%;
    background-color: rgb(228,203,162);
}

/************************************************************************/
/*	Dataviz
/************************************************************************/
#dataviz .align-middle.align-center {
  text-align: center;
}

#dataviz .align-middle.align-center > div {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 600px;
}

#dataviz p {
  color: #fff;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}

#dataviz p span.text-gold {
  font-weight: bold;
  font-size: 28px;
}

/************************************************************************/
/*	train
/************************************************************************/
#train .align-middle.align-center {
  text-align: center;
}

#train .align-middle.align-center > div {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 900px;
}

#train .align-middle.align-center > div > * {
  display: inline-block;
}

#train p {
  font-size: 18px;
  line-height: normal;  
}

#train p strong {
  font-size: 44px;
  line-height: normal;  
}

#train span.text-gold {
  font-size: 65px;
  line-height: normal;
  display: inline-block;
}

#train p .small {
  font-size: 14px;
  display: inline-block;
}

#train img {
  display: inline-block;
  position: relative;
  top: -30px;
}