
/* EVENTR CSS 

	1. CORE CSS
	2. NAVBAR
	3. HIGHLIGHT 
	4. INFO 
	5. SPEAKERS
	6. PROGRAM
	7. DOWNLOAD
	8. VENUE
	9. FUNFACTS
	10. REGISTER
	11. GALLERY
	12. TESTIMONIAL
	13. SPONSORS
	14. FOOTER
	15. MISC.
 
 */
 
 

/* CORE CSS */

body {
	color:#666666;
	font-family: 'Exo 2', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:23px;
}

h1, h2, h3, h4, h5, h6 {
	color:#212121;
}

h2 {
	color:#212121;
	font-family: 'Exo 2', sans-serif;
	font-size:40px;
}

h3 {
	font-family: 'Exo 2', sans-serif;
	font-size:28px;
	letter-spacing:-2px;
	color:#212121;
	line-height:28px;
}

h4 {
	font-family: 'Exo 2', sans-serif;
	font-size:18px;
	letter-spacing:1px;
}

h5 {
	font-family: 'Exo 2', sans-serif;
}

section {
	padding:90px 0;
}

.uppercase {
	text-transform:uppercase;
}

.no-padding {
	padding:0;
}

.mfp-bg {
	background:#ffffff;
}

.lead {
	color:#757575;
}

a {
	outline:none;
}

.owl-theme .owl-controls .owl-page span {
	background:#F44336;
}


/* NAVBAR */

.navbar-custom {
	font-family:'Exo 2', sans-serif;
	font-size:12px;
	font-weight:400;
	letter-spacing:1px;
	background:transparent;
	margin-bottom:0;
	border-radius:0;
	z-index:1041;
	width:100%;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom a {
	color:#333333;
}

.navbar-custom .navbar-nav > li > a:hover {
	color:#F44336;
	background:transparent;
}

.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
	color:#F44336;
	background:transparent;
}

.navbar-custom .icon-bar {
	background:#F44336;
}

.sticky-wrapper {
	position:absolute;
	width:100%;
	padding-top:30px;
}

.sticky-wrapper a {
	color:#ffffff;
}

.is-sticky .navbar-custom {
	width:100%;
	background:#212121;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.is-sticky a {
	color:#ffffff;
}


/* navbar effect */

.navbar-custom a {
	padding: 8px 0;
}

.navbar-custom .navbar-nav > li > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.navbar-custom .navbar-nav > li > a:hover::after,
.navbar-custom .navbar-nav > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/* HIGHLIGHT */

#highlight {
	padding:0px;
}

#highlight h2 {
	color:#ffffff;
	margin-bottom:0;
}

#highlight #left {
	color:#212121;
	background:#fefefe;
	min-height: 100px;
	padding-top: 15px;
}

#highlight #right {
	background:#F44336;
	min-height:100px;
}

#right #countdown {
	margin:15px 0;
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {


	.gallery .item img {
		height: 480px !important;
	}

	.details {
		margin:120px 0 !important;
	}

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {


	.gallery .item img {
		height: 360px !important;
	}

	.details {
		margin:60px 0 !important;
	}

	.logo {
		text-align: center !important;
	}

}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

	#highlight #left {
		text-align:center;
	}

	#highlight .title, #highlight #countdown, #highlight p {
		margin:0;
	}

	.details {
		margin:30px 0 !important;
	}

	.gallery .item img {
		height: 320px !important;
	}

}


/* INFO */

#info {
	padding:70px 0 90px 0;
}

#info i {
	color:#F44336;
	margin-bottom:10px;
}

.feature {
	margin:50px 0 0 0;
}


/* countdown */

#countdown {
	margin-top:0;
}

#countdown .countdown_amount {
	color:#FFFFFF;
	font-family:'Exo 2', sans-serif;
	font-size:40px;
	text-align:left;
	line-height:50px;
	text-align:center;
}

#countdown .countdown_section {
	color:#FFCDD2;
	font-family:'Exo 2', sans-serif;
	font-size:13px;
	text-align:left;
	line-height:10px;
	letter-spacing:0;
	text-align:center;
}


/* SPEAKER */

#speakers {
	background:#f5f5f5;
	border-top:1px solid #f0f0f0;
	padding:70px 0 90px 0;
}

.speaker {
	margin-bottom:30px;
	background:#ffffff;
}

.speaker .caption {
	padding:10px;
}

.speaker h4 {
	font-family:'Exo 2', sans-serif;
	font-size:16px;
	letter-spacing:1px;
	margin-bottom:0;
}

.speaker h4:after {
	content: "";
  	display: block;
  	width: 40px;
  	height: 2px;
	margin:0 auto;
 	background-color: #F44336;
 	margin-top: 10px;
  	margin-bottom: 5px;
}

.speaker .company {
	color:#757575;
	font-family:'Exo 2', sans-serif;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0;
}

#speakers .owl-buttons {
	position: absolute;
	font-size: 10px;
	right: 0;
}

#list-speaker li{
	display:none; 
}

/* speaker detail */

#speaker-detail {
	background:#ffffff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}

#speaker-detail h2 {
	font-family:'Exo 2', sans-serif;
	margin-bottom:0;
}

#speaker-detail h2 span {
	font-family:'Exo 2', sans-serif;
}

#speaker-detail img {
	width:100%;
	height:auto;
}

#speaker-detail .lead {
	margin-bottom:10px;
}

#speaker-detail .social{
	margin-bottom:10px;
}

#speaker-detail .social li{
	padding-left:1px;
}

#speaker-detail .social li:first-child{
	padding-left:5px;
}

#speaker-detail .social a {
	opacity:0.8;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

#speaker-detail .social a:hover {
	opacity:1;
}

#speaker-detail .social a .fa-facebook-square{
	color:#3b5998;
}

#speaker-detail .social a .fa-twitter-square{
	color:#00aced;
}

#speaker-detail .social a .fa-linkedin-square{
	color:#007bb6;
}

#speaker-detail .social a .fa-google-plus-square{
	color:#dd4b39;
}

#speaker-detail .mfp-close {
	color:#ffffff;
	background:#212121;
	opacity:1;
}

#speaker-detail li {
	padding-right:1px;
}

#speaker-detail #content {
	height:230px;
	margin-bottom:15px;
} 


/* PROGRAM */

#program {
	color:#ffffff;
	background:#F44336;
	padding:70px 0 90px 0;
}

#program h4 {
	font-size:17px;
	letter-spacing:0;
}

#program .lead {
	color:#ffffff;
}

#program img {
	border:2px solid #ffffff;
}

#program .nav-tabs {
	border-bottom:1px solid #ffffff;
	margin-bottom:20px;
	font-size:19px;
}

#program .nav-tabs > li > a {
	color: #ffffff;
	padding:10px 100px 10px 0;
	background: none;
	border:none;
	cursor: default;
}

#program .nav-tabs > li.active > a {
	color: #212121;
	padding:10px 50px 10px 0;
	border-bottom:4px solid #ffffff;
	padding:10px 100px 10px 0;
}

#program .nav-tabs > li > a:hover,
#program .nav-tabs > li.active > a:hover {
	color: #212121;
}

#program .panel {
	background:transparent;
}

#program .panel-body {
	border-top:1px solid #ffffff;
	padding:20px 0;
}

#program .panel-default {
	border:none;
	border-bottom:1px solid #ffffff;
	border-radius:0px;
}

#program .panel-default > .panel-heading {
	color: #333333;
	background:transparent;
	border-color: #ffffff;
	padding:10px 0;
}

#program .panel-title {
	float:left;
}

#program .panel-title > a {
	color: #212121;
	text-decoration:none;
	-webkit-transition: all 0.1s;
	   -moz-transition: all 0.1s;
	        transition: all 0.1s;
}

#program .panel-title > a:hover {
	color: #ffffff;
}

#program .date {
	color:#000;
	font-family:'Exo 2', sans-serif;
	margin-bottom:0;
	font-size:17px;
	line-height:18px;
}

#program .speaker-name {
	
	font-family:'Exo 2', sans-serif;
	font-size:12px;
	letter-spacing:1px;
}

#program .panel-body h4 {
	color:#666666;
	font-size:21px;
}

#program .panel-body p {
	margin-right:10px;
	display:inline-block;
}

#program .panel-body p span {
	color:#666666;
	display:inherit;
}

#program .about-speaker i{
	color:#212121;
}

#program .about-speaker a{
	color:#212121;
	text-decoration:none;
}

#program .about-speaker a:hover{
	color:#000000;
	text-decoration:none;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

#myTab li {
	width:100%;
}

#program .panel-title {
	display:block;
	float:none;
}

#program .speaker-name {
	text-align:center;
	margin-top:20px;
}

}


/* DOWNLOAD */

#download {
	padding:90px 0 110px 0;
}

#download h3:after {
	content: "";
  	display: block;
  	width: 120px;
  	height: 3px;
 	background-color: #F44336;
 	margin-top: 12px;
  	margin-bottom: 15px;
}


/* VENUE */

#venue {
	padding-top:0;
	padding-bottom:110px;
}

#venue .venue {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:600px;
	margin-bottom:110px;
	display:table;
	width:100%;
}

#venue .venue .venue-inner {
	color:#b0b0b0;
	background:rgba(0,0,0, 0.7);
	display:table-cell;
	vertical-align:middle;
	
}

.venue-inner h2 {
	color:#ffffff;
	margin-top:0;
}

#venue h2:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #F44336;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

#venue h3 {
	margin-top:10px;
}

#venue h3:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #F44336;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

.venue-inner h4 {
	color:#ffffff;
}

#venue i {
	color:#F44336;
}

.venue-inner .lead {
	color:#b0b0b0;
}

.venue-info {
	margin-bottom:45px;
}

.hotel-carousel {
	margin-top:20px;
	margin-bottom:70px;
}

#hotel-carousel .item {
	margin:0 7px;
}

.hotel .caption {
	position:relative;
	padding:10px 0 0 0;
	line-height:19px;
}

.hotel .caption h5 {
	font-family:'Exo 2', sans-serif;
}

.hotel .caption .rating {
	position:absolute;
	top:0;
	right:0;
	padding:17px 0 0 0;
}


/* FUNFACTS */

#funfacts  {
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:310px;
	position:relative;
	padding:0;
}

.funfacts-inner {
	color:#ffffff;
	background:rgba(0,0,0, 0.5);
	position:absolute;
	width:100%;
	height:100%;
}

#funfacts .item {
	margin:100px 0 0 0;
	display:table;
}

#funfacts i {
	float:left;
	border-right:1px solid #ffffff;
	padding:20px 20px 20px 0;
}

#funfacts .desc {
	padding-left:20px;
	display:table-cell;
	vertical-align:middle;
}

#funfacts .number {
	font-family:'Exo 2', sans-serif;
	font-size:40px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:0;
	line-height:1;
}

#funfacts .description {
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
}


/* REGISTER */

#register {
	background:#f5f5f5;
	border-bottom:1px solid #f0f0f0;
	padding:70px 0 90px 0;
}

#price-carousel {
	margin:20px 0 40px 0;
}

.price-table {
	color:#ffffff;
	background:#F44336;
	padding:20px;
	line-height:1;
	font-weight:300;
	position:relative;
	overflow:hidden;
}

.early-bird {
	background:#F44336;
}

.standart {
	background:#fcba00;
}

.vip {
	background:#f0b202;
}

.price-table .icon {
	color:rgba(255,255,255, 0.4);
	position:absolute;
	bottom:-50px;
	right:-50px;
	display:block;
	font-size:40px;	
}

.price-table .price {
	color:#444444;
	font-family:'Exo 2', sans-serif;
	font-size:50px;
	font-weight:400;
}

.price-table h3 {
	color:#ffffff;
	background:#212121;
	font-family:'Exo 2', sans-serif;
	font-weight:400;
	font-size:10px;
	letter-spacing:2px;
	border-radius:30px;
	text-transform:uppercase;
	padding:0px 16px;
	margin:0 0 10px 0;
	display:inline-block;
	float:right;
}

.price-table .desc li {
	font-family:'Exo 2', sans-serif;
	line-height:2;
	border-bottom:1px dotted;
	border-color:rgba(255,255,255, 0.7);
}

.price-table .desc li:last-child {
	border-bottom:none;
}

/* register form */

#register-form {
	padding:25px;
	background:#ffffff;
}

#register-form h2 {
	margin-bottom:15px;
}

.register-form {
	margin-top:20px;
}


/* GALLERY */

#gallery {
	padding:70px 0 90px 0;
}

#timeline .item {
	margin:10px 10px 20px 10px;
}


/* TESTIMONIAL */

#testimonial {
	background:#F44336;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	color:#ffffff;
	padding:0;
}

#testimonial .testimonial-inner {
	background:rgba(0, 0, 0, 0.7);  
	padding:50px 40px 30px 40px;
	min-height:400px;
}

#testimonial-carousel img {
	border:2px solid #ffffff;
	margin:0 0 20px 0;
}

#testimonial .lead {
	color:#b0b0b0;
}

#testimonial .name {
	color:#ffffff;
	font-family:'Exo 2', sans-serif;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
}

#testimonial .owl-theme .owl-controls {
  text-align: left;
}


/* SPONSORS */

#sponsors {
	margin:30px 0;
	padding:70px 0 90px 0;
}

.sponsor {
	border:2px solid #F44336;
	margin:0 5px;
	padding:10px;
	text-align:center;
}

#sponsors-carousel:first-child {
	margin-left:0;
}

#sponsors-carousel:last-child {
	margin-right:0;
} 

#sponsors i {
	color:#F44336;
}


/* CONTACT */

#gmap_canvas {
	height:220px;
	transform:none !important;
	-webkit-transform:none !important;
	-moz-transform:none !important;
	-o-transform:none !important;
	-ms-transform:none !important;
	border-top:1px solid #f2f2f2;
}

.gmnoprint,
.gm-style-cc {
	display:none;
}

footer {
	color:#b0b0b0;
	background:#212121;
	padding:70px 0;
}

footer h4 {
	color:#ffffff;
}

footer h4:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #F44336;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

footer ul li a {
	color:#ececee;
}

footer ul li a:hover {
	color:#ffffff;
}

footer .button-big {
	font-size:16px;
	width:100%;
}

footer dt {
	color:#ffffff;
	font-family:'Exo 2', sans-serif;
	font-size:13px;
	margin-top:7px;
	margin-bottom:3px;
	cursor:pointer;
}

/* Subfooter */

.subfooter {
	color:#ececee;
	font-size:10px;
	letter-spacing:1px;
	background:#000000;
	padding:20px 0;
}

.subfooter ul {
	margin-bottom:0;
}

.subfooter li a {
	color:#ececee;
}

.subfooter li a:hover {
	color:#ffffff;
	text-decoration:none;
}

/* Newsletter */

#newsletter {
	color:#212121;
	background:#ebe8e8;
	margin-bottom:0;
}


/* MISC. */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select,
textarea {
	font-size:16px;
	font-family:inherit;
	width:100%;
	min-height:30px;
	padding:12px 10px;
	text-transform:uppercase;
	border:0;
	border:1px solid #757575;
	margin-bottom:20px;
	outline:none;
} 


/* BUTTONS */

.button {
	font-family:'Exo 2', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	border: none;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

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

.button-xsmall {
	padding:2px 7px;
	font-size:11px;
	letter-spacing:1px;
}

.button-small {
	padding:5px 30px;
	font-size:13px;
	letter-spacing:1px;
}

.button-big {
	padding:10px 18px;
	font-size:21px;
}

.button-line-light {
	color:#ffffff;
	background:transparent;
	border:2px solid #ffffff;
}

.button-line-light:hover,
.button-line-light:active {
	color: #212121;
	background: #ffffff;
	text-decoration:none;
}

.button-line-dark {
	color:#212121;
	background:transparent;
	border:2px solid #212121;
}

.button-line-dark:hover,
.button-line-dark:active {
	color: #ffffff;
	background: #212121;
	text-decoration:none;
}


/* PRELOAD */

#preload {
	background:#F44336;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%; 
	z-index: 9999;
	display:table;
}

#preload .preload {
	display:table-cell;
  	vertical-align:middle;
}

.spinner {
  width: 30px;
  height: 30px;
  background-color: #fff;
  
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* OWL CAROUSEL */

.owl-theme .owl-controls .owl-buttons div {
	color: #F44336;
	margin:0;
	padding: 1px;
	font-size: 12px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

/* GALLERY IMG OVERLAY EFFCET */

.wrap {
	display: block;
	overflow: hidden;
	position: relative;
}

.wrap .overlay:after {
	background: none repeat scroll 0 0 rgba(211, 47, 47, 0.7);
	height: 100%;
	content:"";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -100%;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}
	
.wrap:hover .overlay:after {
	top: 50%;
	opacity: 1;
}

.wrap .overlay:before {
	background: none repeat scroll 0 0 rgba(211, 47, 47, 0.7);
	bottom: -100%; 
	height: 100%;
	content:"";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}

.wrap:hover .overlay:before {
	bottom: 50%;
	opacity: 1;
}

.wrap .icon {
	color:#ffffff;
	visibility: hidden;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
	
.wrap:hover .icon {
	opacity: 1;
	visibility: visible;
}

.wrap .icon a {
	color:#ffffff;
}

.wrap .icon a:hover {
	color:#333333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* Speaker hover effect */

/* Common style */
.speaker figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.speaker figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.speaker figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.speaker figure figcaption::before,
.speaker figure figcaption::after {
	pointer-events: none;
}

.speaker figure figcaption,
.speaker figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.speaker figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	outline:none;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming span img {
	padding: 4em 0;
	opacity: 0;
	margin:0 auto;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5); 
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover span img {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

.white {
	padding: 0;
	background: #ffffff;
}

.gray {
	padding: 0;
	background: #f5f5f5;
	border-top: 1px solid #f0f0f0;
}

.btn {
	display: inline-block;
	position: relative;
	padding: 1em 3.55em;
	font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	vertical-align: baseline;
	background-color: #F44336;
	border: 2px solid #F44336;
	color: #ffffff !important;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.btn:before {
	content: "";
	width: 26px;
	height: 6px;
	position: absolute;
	bottom: -2px;
	right: -2px;
	background-color: #D32F2F;
}

.btn:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #F44336 !important;
}

.btn:hover:before {
	background-color: #F44336;
}

.btn:focus {
	outline: 0;
	outline-offset: -1px;
}

.btn.btn-large {
	font-size: 1.7rem;
	padding: 1em 5em;
	line-height: 2.4rem;
}

.btn.btn-large span {
	font-size: 2.4rem;
}

.btn.btn-small {
	font-size: 1rem;
	padding: 0.8em 2.4em 0.7em;
}

.btn.btn-square {
	border-radius: 0;
}

.btn.btn-rounded {
	border-radius: 0.225em;
}

.btn.btn-pill {
	border-radius: 100em;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 1em;
}

.title {
	font-size: 28px;
	color: #262626;
	line-height: 28px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

.title:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #F44336;
	margin: 15px auto;
}

.sub {
	text-align: center;
	color: #D32F2F;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 93.33%;
	line-height: 1.4;
	font-weight: 600;
	margin: 0 0 0.55em;
	text-rendering: optimizelegibility;
}
.details {
	margin:200px 0;
}

.details p {
	margin-bottom: 30px;
}

ul.info {list-style-type:none; margin: 30px 0; padding: 0; position: relative;}
ul.info li {
	clear: both;
}
ul.info li strong {
	float: left;
	text-align: right;
	padding-right: 10px;
	display: block;
	width:50%;
	height:auto;
}
ul.info li span {
	float: right;
	text-align: left;
	padding-left: 10px;
	display: block;
	width:50%;
	height:auto;
}
.vote {
	position: relative;
	margin-top: 60px;
}
.vote .lt {
	float: left;
	text-align: right;
	padding-right: 15px;
	display: block;
	width:50%;
	height:auto;
}
.vote .rt {
	float: right;
	text-align: left;
	padding-left: 15px;
	display: block;
	width:50%;
	height:auto;
}

.gallery {
	padding:30px 30px 1px 30px;
}

.gallery .item img {width:auto;height:auto;}

.fancybox-button--thumbs, .fancybox-button--share, .fancybox-button--play {
	display: none !important;
}

#projects .clearfix {margin:60px 0;}
.vote a {
	width:48px;
	height:48px;
	line-height: 48px;
	font-size: 24px;
	margin:0 5px;
	display: inline-block;
	text-align: center;
	border:1px #F44336 solid;
	background-color: #F44336;
	color: #FFFFFF;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vote a:hover {
	color: #F44336;
	text-decoration: none;
	background-color: #FFFFFF;
}

a.facebook {
	background-color: #3b5999;
	border-color: #3b5999;
}
a.facebook:hover {
	 color: #3b5999;
}

a.linkedin {
	background-color: #0077B5;
	border-color: #0077B5;
}
a.linkedin:hover {
	color: #0077B5;
}

a.twitter {
	background-color: #55acee;
	border-color: #55acee;
}
a.twitter:hover {
	color: #55acee;
}

a.whatsapp {
	background-color: #25D366;
	border-color: #25D366;
}
a.whatsapp:hover {
	color: #25D366;
}

a.liked {
	background-color: #9E9E9E;
	border-color: #9E9E9E;
	cursor: auto;
}
a.liked:hover {
	color: #9E9E9E;
}


.divider {
	position: relative;
	text-align:center;
	display: block;
	overflow: visible;
	margin-bottom: 60px;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px #eeeded solid;
	width:100%;
}
.divider:before{
	position: absolute;
	top: -4px;
	right: 0;
	display: inline-block;
	width: 40%;
	height: 1px;
	content: "";
	left:30%;
	background:#ddd
}
.divider span:before{
	position: absolute;
	top: -1px;
	right: 0;
	display: inline-block;
	width: 30%;
	height: 1px;
	content: "";
	left:35%;
	background:#ddd
}
.divider span:after{
	position: absolute;
	top: 2px;
	right: 0;
	display: inline-block;
	width: 20%;
	height: 1px;
	content: "";
	left:40%;
	background:#ddd
}
.divider:after{
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	width: 10%;
	height: 1px;
	content: "";
	left:45%;
	background:#ddd
}

section#projects {
	padding: 0;
}

#highlight strong {
	color:#212121;
	margin-bottom:0;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
}


a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

/*

	Advanced example - Morphing modal window

	https://codepen.io/fancyapps/pen/rmwyXN

*/

.morphing-btn-wrap {
	display: inline-block;
	position: relative;
	text-align: center;
}

.morphing-btn {
	-webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	transition: color 0.3s 0.2s, width 0.2s 0s;
	white-space: nowrap;
	box-sizing: border-box;
}

.morphing-btn_circle {
	color: transparent !important;
	padding-left: 0;
	padding-right: 0;
	width: 35.6px !important;

	/* Override inline style rule */
	-webkit-transition: color 0.2s 0s, width .3s 0.2s;
	-moz-transition: color 0.2s 0s, width .3s 0.2s;
	-o-transition: color 0.2s 0s, width .3s 0.2s;
	transition: color 0.2s 0s, width .3s 0.2s;
}

.morphing-btn-clone {
	position: fixed;
	background: #F44336;
	border-radius: 50%;
	z-index: 3;
	-webkit-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-moz-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-o-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.morphing-btn-clone_visible {
	display: block;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
	background: #F44336;
	opacity: 1;
}

.fancybox-morphing .fancybox-toolbar {
	top: 20px;
	right: 40px;
}

.fancybox-morphing .fancybox-button--close {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	color: #fff;
}

.fancybox-morphing .fancybox-button--close:hover {
	background: rgba(0, 0, 0, 0.25);
}

/* Styling for element used in example */

#morphing-content {
	margin: 0;
	position: relative;
	background: transparent;
	color: #fff;
	padding: 6em 10vw;
	line-height: 2;
	z-index: 3;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
}

#morphing-content a {
	color: #fff;
}

.all {
	margin: 90px 0 60px 0;
}

.form {
	display: block;
	margin: 0 auto;
	float: none !important;
}

input, .input-group-addon {
	border-radius: 0 !important;
	border-color: #F44336 !important;
	text-align: center;
}

.input-group-addon {
	font-weight: 600;
	background-color: #F44336;
	color:#ffffff;
	line-height: 1.33;
	padding: 10px 16px;
}

.logo {
	background-color: #fefefe;
}
#left {
	background-color: #fefefe;
}

ul.steps {
	list-style: none;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 48px;
	margin-bottom: 90px;
	padding: 0;
}


ul.steps li {
	display: table-cell;
	height: 48px;
	line-height: 48px;
	background-color: #F44336;
	color:#ffffff;
	position: relative;
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: center;
}

ul.steps li:after {
	content: "";
	border-top: 24px solid #0000;
	border-bottom: 24px solid #0000;
	border-left: 24px solid #F44336;
	position: absolute;
	right: -24px;
	top: 0;
	z-index: 1;
}

ul.steps li:before {
	content: "";
	border-top: 24px solid #0000;
	border-bottom: 24px solid #0000;
	border-left: 24px solid #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
}

ul.steps li.none:after {
	border-left-color: #FFCDD2;
}

ul.steps li.none {
	background-color: #FFCDD2;
}
ul.steps li.last:after, ul.steps li.first:before {
	display:none;
}

.admin {
	padding-top: 60px;
}

table th, table td {
	text-align: center;
	vertical-align: middle !important;
	text-transform: uppercase;
}

table input {
	width: 72px !important;
	margin: 0 auto !important;
	text-align: center;
	border-color: #bdbdbd !important;
	font-size: 1.25rem !important;
}

.loading {
	width: 40px;
	height: 40px;

	position: relative;
	margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #F44336;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% {
		  transform: scale(1.0);
		  -webkit-transform: scale(1.0);
	  }
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #FFCDD2;
}

.podium {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.gold, .silver, .bronze {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	width:33%;
}

.podium > * > .box {
	width:100%;
	display: block;
	font-size: 156px;
	color: #ffffff;
}

.silver .box {
	height:240px;
	line-height: 240px;
	background-color: #b1aeb5;
	background: -moz-linear-gradient(45deg, #a7a4ac 0%,#a7a4ac 66%,#b1aeb5 66%,#b1aeb5 66%,#b1aeb5 66%,#b1aeb5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #a7a4ac 0%,#a7a4ac 66%,#b1aeb5 66%,#b1aeb5 66%,#b1aeb5 66%,#b1aeb5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #a7a4ac 0%,#a7a4ac 66%,#b1aeb5 66%,#b1aeb5 66%,#b1aeb5 66%,#b1aeb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1aeb5', endColorstr='#a7a4ac',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gold .box {
	height:320px;
	line-height: 320px;
	background-color: #fac926;
	background: -moz-linear-gradient(45deg, #f3bc06 0%,#f3bc06 66%,#fac926 66%,#fac926 66%,#fac926 66%,#fac926 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #f3bc06 0%,#f3bc06 66%,#fac926 66%,#fac926 66%,#fac926 66%,#fac926 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #f3bc06 0%,#f3bc06 66%,#fac926 66%,#fac926 66%,#fac926 66%,#fac926 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac926', endColorstr='#f3bc06',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bronze .box {
	height:180px;
	line-height: 180px;
	background-color: #d2902e;
	background: -moz-linear-gradient(45deg, #f3bc06 0%,#f3bc06 66%,#fac926 66%,#fac926 66%,#fac926 66%,#fac926 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #f3bc06 0%,#f3bc06 66%,#fac926 66%,#fac926 66%,#fac926 66%,#fac926 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #c2852a 0%,#c2852a 66%,#d2902e 66%,#d2902e 66%,#d2902e 66%,#d2902e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2902e', endColorstr='#c2852a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.podium > * > hr {
	width: calc(100% - 40px);
	height: 16px;
	margin-bottom: 0;
	border:0;
	background-color: #F44336;
	position: relative;
	overflow: visible;
}

.silver hr {
	background-color: #969197;
}

.gold hr {
	background-color: #cba842;
}

.bronze hr {
	background-color: #b57132;
}

.podium > * > hr:before, .podium > * > hr:after {
	display: block;
	content: '';
	position: absolute;
	width:20px;
	height:16px;
	background-color: #F44336;
}


.bronze hr:before {
	background-color: #b57132;
	left:-20px;
	top:0;
}
.bronze hr:after {
	-moz-transform: skew(45deg, 0deg);
	-webkit-transform: skew(45deg, 0deg);
	-o-transform: skew(45deg, 0deg);
	-ms-transform: skew(45deg, 0deg);
	transform: skew(45deg, 0deg);
	background-color: #b57132;
	right:-12px;
	top:0;
}


.silver hr:after {
	background-color: #969197;
	right:-20px;
	top:0;
}
.silver hr:before {
	-moz-transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	-o-transform: skew(-45deg, 0deg);
	-ms-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
	background-color: #969197;
	left:-12px;
	top:0;
}


.gold hr:after {
	-moz-transform: skew(45deg, 0deg);
	-webkit-transform: skew(45deg, 0deg);
	-o-transform: skew(45deg, 0deg);
	-ms-transform: skew(45deg, 0deg);
	transform: skew(45deg, 0deg);
	background-color: #cba842;
	right:-12px;
	top:0;
}
.gold hr:before {
	-moz-transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	-o-transform: skew(-45deg, 0deg);
	-ms-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
	background-color: #cba842;
	left:-12px;
	top:0;
}



.podium > * > .img img {
	width:100%;
	height: auto;
}

.podium > * > .img {
	width: 80%;
	display:inline-block;
	position:relative;
	border:1px solid #ccc;
	padding:5px;
	background:#f2f2f2;
	margin-bottom: -10px;
	opacity: 0;
	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	transition: all 0.75s;
}

.podium > * > .img.showed {
	opacity: 1;
}

.podium > * > .img:before, .podium > * > .img:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}

.ribbon {
	position: absolute;
	right: -5px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon span {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 100px;
	display: block;
	background: #F3BC06;
	background: linear-gradient(#fac926 0%, #F3BC06 100%);
	background: -moz-linear-gradient(#fac926 0%, #F3BC06 100%);
	background: -webkit-linear-gradient(#fac926 0%, #F3BC06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac926', endColorstr='#F3BC06',GradientType=1 );

	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; right: -21px;
}
.ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #F3BC06;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #F3BC06;
}
.ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #F3BC06;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #F3BC06;
}

.silver .ribbon span {
	background: #a7a4ac;
	background: linear-gradient(#b1aeb5 0%, #a7a4ac 100%);
	background: -moz-linear-gradient(#b1aeb5 0%, #a7a4ac 100%);
	background: -webkit-linear-gradient(#b1aeb5 0%, #a7a4ac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1aeb5', endColorstr='#a7a4ac',GradientType=1 );
}

.silver .ribbon span:before {
	border-left-color: #a7a4ac;
	border-top-color: #a7a4ac;
}

.silver .ribbon span:after {
	border-right-color: #a7a4ac;
	border-top-color: #a7a4ac;
}

.bronze .ribbon span {
	background: #c2852a;
	background: linear-gradient(#d2902e 0%, #c2852a 100%);
	background: -moz-linear-gradient(#d2902e 0%, #c2852a 100%);
	background: -webkit-linear-gradient(#d2902e 0%, #c2852a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2902e', endColorstr='#c2852a',GradientType=1 );
}

.bronze .ribbon span:before {
	border-left-color: #c2852a;
	border-top-color: #c2852a;
}

.bronze .ribbon span:after {
	border-right-color: #c2852a;
	border-top-color: #c2852a;
}

.name {
	text-transform: uppercase;
}

.name span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
}
.name strong {
	display: block;
	font-weight: 600;
}

#response {
	margin-top: 30px;
}

.fireworks {
	position: relative;
}


canvas {
	position: fixed !important;
	left:0 !important;
	bottom:0 !important;
	z-index: -2;
}

/***INSTAGRAM***/
#draw {
	margin: 0;
	padding: 0;
	padding-top: 30px;
}
#draw .col-lg-12 {
	padding: 0 !important;
}
.v1Nh3 {
	float:left;
}
.v1Nh3 img {
	width:160px;
	height:160px;
}
#draw a div {
	display:none;
}
.big {
	width: 320px;
	height: 320px;
	display: block;
	margin: 0 auto;
	float: none;
}
.big img {
	width:320px;
	height:320px;
}

.progress {
	width: 1px;
	height: 16px;
	background-color: #F44336;
	border-radius: 0;
	margin-top: 30px;
}

.w-title {
	position: relative;
	width: 740px;
	display: block;
	margin: 0 auto 30px auto;
}

.w-title .num {
	font-size: 120px;
	font-weight: 500;
	display: inline-block;
	width: 280px;
	height: 120px;
	line-height: 104px;
	float: left;
}
.w-title .txt {
	display: inline-block;
	width: 460px;
	height: 120px;
}

.w-title .txt > * {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 56px;
}

.w-title .txt strong {
	color: #F44336;
}


/**heartbate*/
.heart-rate {
	width: 150px;
	height: 72px;
	position: relative;
	margin: 20px auto;
}

.fade-in {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	top: 0;
	right: 0;
	animation: heartRateIn 1s linear infinite;
}

.fade-out {
	position: absolute;
	width: 120%;
	height: 100%;
	top: 0;
	left: -120%;
	animation: heartRateOut 1s linear infinite;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

@keyframes heartRateIn {
	0% {
		width: 100%;
	}
	50% {
		width: 0;
	}
	100% {
		width: 0;
	}
}

@keyframes heartRateOut {
	0% {
		left: -120%;
	}
	30% {
		left: -120%;
	}
	100% {
		left: 0;
	}
}



/*fireworks*/
body {
	overflow-x: hidden;
}

.pyro {
	opacity: 0;
}

.pyro > .before, .pyro > .after {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
	-moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
	-webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
	-o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
	-ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
	animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
	-moz-animation-delay: 1.25s, 1.25s, 1.25s;
	-webkit-animation-delay: 1.25s, 1.25s, 1.25s;
	-o-animation-delay: 1.25s, 1.25s, 1.25s;
	-ms-animation-delay: 1.25s, 1.25s, 1.25s;
	animation-delay: 1.25s, 1.25s, 1.25s;
	-moz-animation-duration: 1.25s, 1.25s, 6.25s;
	-webkit-animation-duration: 1.25s, 1.25s, 6.25s;
	-o-animation-duration: 1.25s, 1.25s, 6.25s;
	-ms-animation-duration: 1.25s, 1.25s, 6.25s;
	animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
	from {
		box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-moz-keyframes bang {
	from {
		box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-o-keyframes bang {
	from {
		box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-ms-keyframes bang {
	from {
		box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@keyframes bang {
	from {
		box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-webkit-keyframes gravity {
	to {
		transform: translateY(200px);
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
		opacity: 0; } }
@-moz-keyframes gravity {
	to {
		transform: translateY(200px);
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
		opacity: 0; } }
@-o-keyframes gravity {
	to {
		transform: translateY(200px);
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
		opacity: 0; } }
@-ms-keyframes gravity {
	to {
		transform: translateY(200px);
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
		opacity: 0; } }
@keyframes gravity {
	to {
		transform: translateY(200px);
		-moz-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-o-transform: translateY(200px);
		-ms-transform: translateY(200px);
		opacity: 0; } }
@-webkit-keyframes position {
	0%, 19.9% {
		margin-top: 10%;
		margin-left: 40%; }

	20%, 39.9% {
		margin-top: 40%;
		margin-left: 30%; }

	40%, 59.9% {
		margin-top: 20%;
		margin-left: 70%; }

	60%, 79.9% {
		margin-top: 30%;
		margin-left: 20%; }

	80%, 99.9% {
		margin-top: 30%;
		margin-left: 80%; } }
@-moz-keyframes position {
	0%, 19.9% {
		margin-top: 10%;
		margin-left: 40%; }

	20%, 39.9% {
		margin-top: 40%;
		margin-left: 30%; }

	40%, 59.9% {
		margin-top: 20%;
		margin-left: 70%; }

	60%, 79.9% {
		margin-top: 30%;
		margin-left: 20%; }

	80%, 99.9% {
		margin-top: 30%;
		margin-left: 80%; } }
@-o-keyframes position {
	0%, 19.9% {
		margin-top: 10%;
		margin-left: 40%; }

	20%, 39.9% {
		margin-top: 40%;
		margin-left: 30%; }

	40%, 59.9% {
		margin-top: 20%;
		margin-left: 70%; }

	60%, 79.9% {
		margin-top: 30%;
		margin-left: 20%; }

	80%, 99.9% {
		margin-top: 30%;
		margin-left: 80%; } }
@-ms-keyframes position {
	0%, 19.9% {
		margin-top: 10%;
		margin-left: 40%; }

	20%, 39.9% {
		margin-top: 40%;
		margin-left: 30%; }

	40%, 59.9% {
		margin-top: 20%;
		margin-left: 70%; }

	60%, 79.9% {
		margin-top: 30%;
		margin-left: 20%; }

	80%, 99.9% {
		margin-top: 30%;
		margin-left: 80%; } }
@keyframes position {
	0%, 19.9% {
		margin-top: 10%;
		margin-left: 40%; }

	20%, 39.9% {
		margin-top: 40%;
		margin-left: 30%; }

	40%, 59.9% {
		margin-top: 20%;
		margin-left: 70%; }

	60%, 79.9% {
		margin-top: 30%;
		margin-left: 20%; }

	80%, 99.9% {
		margin-top: 30%;
		margin-left: 80%; } }
