.sprite{
	background: url('../img/sprite.png') no-repeat 1000px 1000px transparent;
}
.xsprite{
	background: url('../img/xsprite.png') repeat-x 1000px 1000px transparent;
}
.ysprite{
	background: url('../img/ysprite.png') repeat-y 1000px 1000px transparent;
}
.blank-bg{
	background: url('../img/blank.gif') repeat left top transparent;
}

html,
body{
	height: 100%;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
}

ul{
	list-style: none !important;
}

a{
	color: #ffffff !important;
	text-decoration: none !important;
	outline: none !important;
	cursor: pointer;
}

button{
	outline: none !important;
	border: none !important;
}

.common-button{
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	background: #c0081b;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	display: block;
}

.common-button:hover{
	background: #8c000e;
}

.toggle-button{
	outline: 2px solid #7f030f !important;
	outline-offset: -2px;
	background: #000000;
}

.toggle-button:hover{
	outline: none !important;
}

.toggle-button.active{
	background: #7F030F;
}

body{
	background: url('../img/start-bg.jpg') no-repeat center center fixed transparent;
	overflow-y: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.common{
	background: url('../img/common-bg.jpg') no-repeat center center fixed transparent;
	overflow-y: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-container{
	max-width: 1380px;
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

.content{
	position: relative;
	display: block;
}

.copyright{
	display: inline-block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #ffffff;
	font-size: 11px;
}
