﻿
h1.strip span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  -webkit-transform: translate(20%, 100%);
  transform: translate(20%, 100%);
}
h1.strip span:before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
}

h1.strip span.rol {
  overflow: hidden;
  line-height:1;
  display: block;
  -webkit-transform: none;
  transform: none;
}
h1.strip span.rol:before {
  display: none;
}

h1.strip .animate {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
h1.strip .animate:before {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
h3.date {
	width:100% !important;
}
.section {
	padding:80px 0px;
}

.subheading {
	font-family: 'Oswald', sans-serif;
	color: #2a2a2a;
	font-size: 2.2rem;
	text-transform: uppercase;
	line-height: 1.3em;
}

div.days.animate{
	animation: showup 7s forwards;
}


div.confDate.animate{
	animation: reveal 5s forwards;
}

div.confDate span {
	margin-left:-355px;
}

div.confDate span.animate{
	animation: showup  3s forwards;
}

div.confDetail {
	opacity:0;
	animation: reveal 3s forwards;
	width:100%;
	text-align:center
}

.confDetail > span.animate {
  	animation: slidein 7s forwards;
}


@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1; }
    80% {opacity:1;}
    100% {opacity:1;}
}

@keyframes slidein {
    0% { margin-left:-1000px; }
    20% { margin-left:-1000px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:1;width:355px;}
}

.fade-up {
  opacity: 0;
  transform: translateY(100px);
  will-change: transform, opacity;
  transition-property: opacity, transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fade-up.animate {
  transform: translateY(0);
  opacity: 1;
}


.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width:100%;
  height:inherit
  }
/*.video-thumbnail:before {
  position:absolute;
  top:35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  z-index:50;
}

.video-thumbnail:hover:before {
  color: #eee;
}*/

ul.nav li > a.menulink {
  position: relative;
  cursor: pointer;
  padding: 8px 0;
  text-decoration: none;
}
ul.nav li > a.menulink:hover {
  text-decoration: none;
}

ul.nav li > a.menulink:before,
ul.nav li > a.menulink:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  background: #fff;
}

ul.nav li > a.menulink:before {
  left: 0;
}

ul.nav li > a.menulink:after {
  right: 0;
  background: #fff;
  transition: width 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

ul.nav li > a.menulink:hover:before {
  background: #fff;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

ul.nav li > a.menulink:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

.menu-container.scrolled ul.nav li > a:before,
.menu-container.scrolled ul.nav li > a:after{
	background: #80ac30
}

.menu-container.scrolled ul.nav li > a:after{
	background: #80ac30
}

.menu-container.scrolled ul.nav li > a:hover:before{
	background: #80ac30
}

.get-tickets{
	margin-top:15px !important;
	opacity: 0;
	transform: translateY(100px);
	will-change: transform, opacity;
	transition-property: opacity, transform;
	transition-duration: 0.5s !important;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.get-tickets.animate {
  transform: translateY(0);
  opacity: 1;
}


.btn {
  line-height: 1em;
  color: white;
  border: 2px solid transparent;
  margin: 6px 10px 10px 0;
  padding: 6px 14px!important;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  width: auto;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: white !important;
  text-decoration: none;
}
.btn.pill {
  border-radius: 20px;
}
.btn.fill {
  background: #f79738;
  color: #474c6c;
}
.btn:hover.fill {
  background: none;
  border: 2px solid #92c437;
  color: #34dd87;
}
.btn.fill-reverse {
  background: #8bc640;
  border: 2px solid #8bc640;
  color: #fff;
  padding:8px 14px 8px 14px!important
}

.btn.fill-reverse.bg-orange{
	 background: #f79738;
	 border: 2px solid #f79738;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.4); 
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.4)} 

.btn:hover.fill-reverse {
  background:none;
  color: #fff !important;
  border: 2px solid #92c437;
}

@media all /*only screen and (min-width: 100px)*/ and (max-width:950px) {

div.confDetail {
	min-width:300px

}

.get-tickets{
	margin-top:5px!important
}


}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

