/* RESET */
/* RESET */
/* RESET */
html, body,
form, fieldset,
div, p, ul, li,
img {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
	box-sizing: border-box;
	}
html {
	width: 100%;
	height: auto;
	overflow: -moz-scrollbars-vertical;
	}
body {
	width: 100%;
	height: auto;
	color: rgba(0,0,0,.5);
	background: rgba(250,250,250,1);
	font: 12px/18px 'Bebas Neue', cursive;
	}
body.noscroll {
	overflow: hidden;
	}
h1, h2, h3, h4 {
	font-weight: normal;
	-webkit-margin-before: 2px;
	-webkit-margin-after: 2px;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
	}
li {
	margin: 0;
	}
a, a:visited {
	color: rgba(0,0,0,.8);
	text-decoration: none;
	cursor: pointer;
	}
a img {
	text-decoration: none;
	border: none;
	}
img {
	width: 100%;
	display: block;
	}
p, h1, h2,
.title, .subtitle, .sub_title {
	cursor: default;
	}
.animation {
	transition:	all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-ms-transition:	all 0.25s linear;
	}


/* SCROLL */
/* SCROLL */
/* SCROLL */
#container {
	width: 1000px;
	top: 200px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	padding: 0px 250px;
	}
#container h1 {
	width: 100%;
	text-align: center;
	color: #db0030;
	font: 30px/34px 'Bebas Neue', cursive;
}
@media screen and (max-width: 980px) {
	#container {
		width: 100%;
		top: 200px;
		left: 0px;
		margin: 0px;
		padding: 0px 80px;
		}
		#container h1 {
			font: 18px/22px 'Bebas Neue', cursive;
		}
	}
