body {
	margin:0;
	padding:0;
	background: #404040;
}
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
img {
	max-width: 100%;
}
.container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.wrapper {
	display: table;
	height: auto;
	position: fixed;
	z-index: 10;
	width: 100%;
	overflow: auto;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.logo-wrapper,
.footer-wrapper {
	display: block;
	max-width: 100%;
	text-align: center;
}

/* LOGO */
.logo:hover img {
	-webkit-animation: bounce 0.7s linear infinite;
	-moz-animation: bounce 0.7s linear infinite;
	animation: bounce 0.7s linear infinite;
}
.logo {
	max-width: 650px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	z-index: 30;
}

/* BOUNCE */
.logo div.bounce {
	display: none;
	color: #fff;
	font-weight: 700;
	font-family: "helvetica", "Arial", sans-serif;
	line-height: 100px;
	font-size: 100px;
	letter-spacing: -8px;
	z-index: 25;
}
.logo:hover div.bounce {
	display: inline-block;
}

/* CROWD */
.logo + div.crowd {
	display: none;
	background: url('../images/crowd.png') repeat-x;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 200px;
	z-index: 20;
}
.logo:hover + div.crowd {
	display: block;
	-webkit-animation: crowd 0.5s linear infinite;
	-moz-animation: crowd 0.5s linear infinite;
	animation: crowd 0.5s linear infinite;
}

/* ICONS */
.social-icons {
	font-size: 0;
	margin-top: 45px;
	text-align: center;
}
.social-icons i {
	display: inline-block;
	color: #a3a3a3;
	font-size: 36px;
	margin: 0 6px;
	line-height: 36px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social-icons i:hover {
	color: #076bb6;
	text-decoration: none !important;
}
.social-icons a:hover [class*="icon-"] {
 color: #ed1c24;
}
.social-icons a [class*="icon-"] {
 color: #a3a3a3;
}


@media (max-width: 650px) {
	.logo-sm {
		display: block;
	}
	.logo-lg, .logo-md {
		display: none;
	}
	.content-container {
		width: 90%;
	}
	.logo-sm img {
		max-width: 180px;
	}
	.social-icons {
		margin-top: 50px;
	}
	.social-icons i {
		font-size: 50px;
		margin: 0 14px;
	}
	.logo div.bounce {
		line-height: 40px;
		font-size: 40px;
		letter-spacing: -4px;
	}
	@-webkit-keyframes bounce {
		0% { margin-top: 0; -webkit-transform: scaleY(1); }
	    25% { margin-top: -60px; -webkit-transform: scaleY(1); }
	    50% { margin-top: 0; -webkit-transform: scaleY(1); }
	    75% { margin-top: 110px; -webkit-transform: scaleY(0.55); }
	    100% { margin-top: 0; -webkit-transform: scaleY(1); }
	}
	@-moz-keyframes bounce {
		0% { margin-top: 0; -webkit-transform: scaleY(1); }
	    25% { margin-top: -60px; -webkit-transform: scaleY(1); }
	    50% { margin-top: 0; -webkit-transform: scaleY(1); }
	    75% { margin-top: 110px; -webkit-transform: scaleY(0.55); }
	    100% { margin-top: 0; -webkit-transform: scaleY(1); }
	}
	@keyframes bounce {
		0% { margin-top: 0; -webkit-transform: scaleY(1); }
	    25% { margin-top: -60px; -webkit-transform: scaleY(1); }
	    50% { margin-top: 0; -webkit-transform: scaleY(1); }
	    75% { margin-top: 110px; -webkit-transform: scaleY(0.55); }
	    100% { margin-top: 0; -webkit-transform: scaleY(1); }
	}
}
@media (min-width: 651px) and (max-width: 1200px) {
	.logo-md {
		display: block;
	}
	.logo-sm, .logo-lg {
		display: none;
	}
	.logo-md img {
		max-width: 270px;
	}
	.social-icons {
		margin-top: 30px;
	}
	.social-icons i {
		font-size: 40px;
		margin: 0 10px;
	}
	.logo div.bounce {
		line-height: 60px;
		font-size: 60px;
		letter-spacing: -6px;
	}
	@-webkit-keyframes bounce {
		0% { margin-top: 0; -webkit-transform: scaleY(1); }
	    25% { margin-top: -100px; -webkit-transform: scaleY(1); }
	    50% { margin-top: 0; -webkit-transform: scaleY(1); }
	    75% { margin-top: 200px; -webkit-transform: scaleY(0.55); }
	    100% { margin-top: 0; -webkit-transform: scaleY(1); }
	}
	@-moz-keyframes bounce {
		0% { margin-top: 0; -webkit-transform: scaleY(1); }
	    25% { margin-top: -100px; -webkit-transform: scaleY(1); }
	    50% { margin-top: 0; -webkit-transform: scaleY(1); }
	    75% { margin-top: 200px; -webkit-transform: scaleY(0.55); }
	    100% { margin-top: 0; -webkit-transform: scaleY(1); }
	}
	@keyframes bounce {
		0% { margin-top: 0; -webkit-transform: scaleY(1); }
	    25% { margin-top: -100px; -webkit-transform: scaleY(1); }
	    50% { margin-top: 0; -webkit-transform: scaleY(1); }
	    75% { margin-top: 200px; -webkit-transform: scaleY(0.55); }
	    100% { margin-top: 0; -webkit-transform: scaleY(1); }
	}
}
@media (min-width: 1201px) {
	.logo-lg {
		display: block;
	}
	.logo-sm, .logo-md {
		display: none;
	}
	.logo-lg img {
		max-width:550px;
	}
	@-webkit-keyframes bounce {
		0% { margin-top: 0; -webkit-transform: scaleY(1); }
	    25% { margin-top: -220px; -webkit-transform: scaleY(1); }
	    50% { margin-top: 0; -webkit-transform: scaleY(1); }
	    75% { margin-top: 340px; -webkit-transform: scaleY(0.55); }
	    100% { margin-top: 0; -webkit-transform: scaleY(1); }
	}
	@-moz-keyframes bounce {
		0% { margin-top: 0; -webkit-transform: scaleY(1); }
	    25% { margin-top: -220px; -webkit-transform: scaleY(1); }
	    50% { margin-top: 0; -webkit-transform: scaleY(1); }
	    75% { margin-top: 340px; -webkit-transform: scaleY(0.55); }
	    100% { margin-top: 0; -webkit-transform: scaleY(1); }
	}
	@keyframes bounce {
		0% { margin-top: 0; -webkit-transform: scaleY(1); }
	    25% { margin-top: -220px; -webkit-transform: scaleY(1); }
	    50% { margin-top: 0; -webkit-transform: scaleY(1); }
	    75% { margin-top: 340px; -webkit-transform: scaleY(0.55); }
	    100% { margin-top: 0; -webkit-transform: scaleY(1); }
	}
}
@-webkit-keyframes crowd {
	0% { -webkit-transform: translateY(0); }
	50% { -webkit-transform: translateY(35px); }
}
@-moz-keyframes crowd {
	0% { -webkit-transform: translateY(0); }
	50% { -webkit-transform: translateY(35px); }
}
@keyframes crowd {
	0% { -webkit-transform: translateY(0); }
	50% { -webkit-transform: translateY(35px); }
}
