*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
	overflow: auto !important; 
	line-height: inherit;
	font-size:12px;
}

p, span, small, h1, h2, h3, h4, h5{
	font-family: 'Exo', sans-serif;
}

/*SPACING*/
h1, h2, h3, h4, h5{
	font-weight: bold;
	padding:10px 0 35px;
}

p{
	padding:1px 0 20px;
}

/*SIZES*/
h1{font-size:5em;}
h2{font-size:4em;}
h3{font-size:3em;}
h4{font-size:1.7em;}
h5{font-size:1em;}

p{font-size:1.3em;  line-height: 1.5em;}

hr{
	margin:60px 0;
	width: 60px;
	border:0;
	height:7px;
	background:#4d1d3b;
}

strong{
  font-weight: bold;
}

i{
  font-style: italic;
}

.teko{
	font-family: 'Teko', sans-serif;
}

.left-align{
	text-align: left;
}

.center-align{
	text-align: center;
}

.box{
	padding:60px;
}

.main-scene{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100vh;
	background: url(../assets/background.png) no-repeat center center fixed;
  	background-size: cover;
  	color:white;
}

.dark-box{
	margin: 2%;
	height: 100%;
	right:0;
	left:0;
	background: rgba(0,0,0,0.1);
	position: absolute;
}

.logo{
	position: absolute;
	width: 400px;
	max-width: 50%;
	top: 60px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.small-logo{
	color:black;
	width:60px;
}

.layer-full{
	height: 100%;
	width: 100%;
}

.cloud{
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
}

.cloud-bottom{
	bottom: -100px;
	right:-60px;
	-webkit-filter: blur(1px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
    -webkit-filter: blur(1px);
            filter: blur(1px);
}

.cloud-bottom-2{
	left:-60px;
	bottom: -80px;
	-webkit-filter: blur(3px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    -webkit-filter: blur(3px);
            filter: blur(3px);
}

.cloud-left{
	left: -20px;
	-webkit-filter: blur(2px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
    -webkit-filter: blur(2px);
            filter: blur(2px);
}

.cloud-right{
	right:-100px;
	top:30%;
}

.text-right{
	position: absolute;
	top:45%;
	right:20%;
	text-align: center;
}

.text-left{
	position: absolute;
	top:45%;
	left:20%;
	text-align: center;
}

@-webkit-keyframes blocked-box-effect-text {
  0%   { 
  	opacity: 0; 
  	filter: alpha(opacity=0);
  }

  15%  { 
  	opacity: 1; 
  	filter: alpha(opacity=100); 
  }
}

@keyframes blocked-box-effect-text {
  0%   { 
  	opacity: 0; 
  	filter: alpha(opacity=0);
  }

  15%  { 
  	opacity: 1; 
  	filter: alpha(opacity=100); 
  }
}

@-webkit-keyframes blocked-box-effect-blocks-left {
  	0% { 
  		left:0;
  	}
  	30%	{
  		left:-15px;
  	}
}

@keyframes blocked-box-effect-blocks-left {
  	0% { 
  		left:0;
  	}
  	30%	{
  		left:-15px;
  	}
}

@-webkit-keyframes blocked-box-effect-blocks-right {
  	0% { 
  		right:0;
  	}
  	30%	{
  		right:-15px;
  	}
}

@keyframes blocked-box-effect-blocks-right {
  	0% { 
  		right:0;
  	}
  	30%	{
  		right:-15px;
  	}
}

.blocked-box-effect{
	font-family: 'Teko', sans-serif;
	font-size:3em;
	position: relative;
	-webkit-animation: blocked-box-effect-text 2s ease-out;
	animation:         blocked-box-effect-text 2s ease-out; 
	line-height: 1;
	display: block;
	margin-bottom:20px;
}

.blocked-box-effect:after,
.blocked-box-effect:before{
	position: absolute;
	font-size:1.4em;
	top:-5px;
}

.blocked-box-effect:before{
	content:"[";
	left:-15px;
	-webkit-animation: blocked-box-effect-blocks-left 2s;
	animation:         blocked-box-effect-blocks-left 2s;
}

.blocked-box-effect:after{
	content:"]";
	right:-15px;
	-webkit-animation: blocked-box-effect-blocks-right 2s;
	animation:         blocked-box-effect-blocks-right 2s;
}

.purple-bg{
	background:#4D1D3B;
}

#scrolldown {
  	bottom: 0px;
  	height: 90px;
  	margin-left: -50px;
  	position: absolute;
  	left: 50%;
  	text-align: center;
  	width: 100px;
  	z-index: 100;
}

#scrolldown > p {
  	text-transform: uppercase;
  	text-indent: 3px;
  	font: 700 0.7em/1em 'Avenir',sans-serif;
}

.mouse {
  	border: 2px solid white;
  	border-radius: 13px;
  	display: block;
  	height: 46px;
  	bottom: 20px;
  	left: 50%;
  	margin: 10px 0 0 -13px;
  	position: absolute;
  	width: 26px;
}

.mouse span {
  	display: block;
  	font-size: 1em;
  	margin: 6px auto;
  	-webkit-animation-duration: 2s;
  	        animation-duration: 2s;
  	-webkit-animation-fill-mode: both;
  	        animation-fill-mode: both;
  	-webkit-animation-iteration-count: infinite;
  	        animation-iteration-count: infinite;
  	-webkit-animation-name: scroll;
  	        animation-name: scroll;
  	-webkit-animation-timing-function: ease-out;
  	        animation-timing-function: ease-out;
}

@-webkit-keyframes scroll {
  	0% {
    	opacity: 1;
    	filter: alpha(opacity=100);
    	-webkit-transform: translateY(0px);
    	        transform: translateY(0px);
  	}
  	100% {
    	opacity: 0;
    	filter: alpha(opacity=0);
    	-webkit-transform: translateY(15px);
    	        transform: translateY(15px);
  	}
}

@keyframes scroll {
  	0% {
    	opacity: 1;
    	filter: alpha(opacity=100);
    	-webkit-transform: translateY(0px);
    	        transform: translateY(0px);
  	}
  	100% {
    	opacity: 0;
    	filter: alpha(opacity=0);
    	-webkit-transform: translateY(15px);
    	        transform: translateY(15px);
  	}
}

.wrapper-full{
	width: 100%;
}

.background-video{
	background:white;
	color:black;
}

.text-block{
	max-width:1280px;
	margin: 80px auto;
}

.madruga-video{
	margin: 30px auto;
	padding:0px;
}

.video-overtext{
	text-align: center;
    padding: 30px 0 0;
    text-shadow: 0px 4px 6px rgba(0,0,0,0.6);
}

.youtube-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.youtube-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.background-purple{
	background: url(../assets/background-2.png) no-repeat fixed center center, rgba(255,255,255,0.2);
background-size: cover;
}

.event{
	color:white;
	text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}


.event h3{
	padding: 50px 40px 72px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.event.event-days h3{
	padding: 0;
	padding-top:50px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}


.planet-1{
	background: url(../assets/platnet1.png) no-repeat center center;
	height: 238px;
	width:198px;
}

.planet-2{
	background: url(../assets/planet3.png) no-repeat center center;
	height: 238px;
	width:198px;
}

.planet-3{
	background: url(../assets/planet3.png) no-repeat center center;
	height: 238px;
	width:198px;
}

.planet-4{
	background: url(../assets/planet4.png) no-repeat center center;
	height: 238px;
	width:198px;
}


/** TIMELINE **/
.timeline ul {
    padding: 0px 0 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 1px;
  margin: 0 auto;
  padding-top: 50px;
  box-shadow: 0 0 5px black;
  background:  rgba(255, 255, 255, 0.6);
}

.timeline ul li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 430px;
  padding: 15px;
  color:white;
  text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.timeline ul li div h4{
	padding:5px 0;
}


.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(even) div {
  left: -469px;
}

time {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li:after {
  -webkit-transition: background .5s ease-in-out;
          transition: background .5s ease-in-out;
}

.timeline ul li.in-view:after {
  background: url(../assets/planet2.png) no-repeat center center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.timeline ul li.in-view:nth-child(1):after {
  background: url(../assets/platnet1.png) no-repeat center center;
}

.timeline ul li.in-view:nth-child(odd):after {
  background: url(../assets/platnet1.png) no-repeat center center;
}

.timeline ul li.in-view:nth-child(3):after {
  background: url(../assets/planet3.png) no-repeat center center;
}

.timeline ul li.in-view:nth-child(4):after {
  background: url(../assets/planet4.png) no-repeat center center;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  -webkit-transform: translate3d(200px, 0, 0);
          transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  -webkit-transform: translate3d(-200px, 0, 0);
          transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  	-webkit-transform: none;
  	    -ms-transform: none;
  	        transform: none;
  	visibility: visible;
  	opacity: 1;
  	filter: alpha(opacity=100);
    background: rgba(0,0,0,0.3);
    border-left: 5px solid white;
    border-right: 5px solid white;
}

.timeline ul li.in-view div p{
	margin:0;
	padding:0;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div:before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }
}

.footer{
	background:#362041;
	padding:30px;
}

.logo-footer{
	text-align: center;
	padding:20px;
	font-size:13px;
}

.logo-footer p{
	color:#aa5988;
	font-size: 13px;
	padding:0;
}

.logo-footer address{
	padding:10px;
}

.dt-logo{
	width:120px;
	margin:0 auto;
}

.social{
	font-size:22px;
	padding:30px 0 10px;
	text-align: center;
}

.social a{
	color:#aa5988;
	text-decoration: none;
	margin:10px;
}


.social a:hover{
	color:#f65a0d;
}