body, html {
	background: url(../img/background.jpg) no-repeat center center fixed;
	font-family: 'Oswald', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	color: #eee;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
}
a {
	color: #467a9b;
}
a:hover, a:focus {
	text-decoration: none;
	color: #37607a;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader, #loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 50%);
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
#loaderContent {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 64px;
	margin: -150px 0 0 -150px;
	padding: 0;
	color: #eee;
	font-size: 30px;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 1px;
	width: 90%;
	text-align: center;
	background: #eee;
	margin: 15px auto;
	border: 0;
}
/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	color: #fff;
}
#intro form {
	border-radius: 10px;
	background: #fff;
	color: #555;
	padding: 15px;
	margin: 50px auto 20px;
	width: 950px;
}
#intro form .panel {
	border-color: #eee;
}
#intro form .panel-heading {
	background-color: #555;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
#intro form .form-group {
	display: -webkit-box;
}
#intro form label.control-label {
	font-size: 16px;
	padding-top: 5px;
}
#intro form .rappel {
	background-color: #cf000f;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 5px 10px;
}
#intro form ul {
	list-style: inside;
	margin-left: 20px;
}
#intro form .file_select {
	margin-bottom: 5px;
}

#filesHelp {
	font-size: 13px;
	font-style: italic;
	color: #808080;
	font-weight: normal;
}

.help-block-error {
	color: #cf000f !important;
	font-weight: bold;
}

.btn-monza {
	background-color: #cf000f;
	color: #fff;
}

.btn-monza:hover, .btn-monza:focus, .btn-monza.focus {
	background-color: #96281b;
	color: #fff;
	text-decoration: none;
}
div#savSuccessAlert {
	background-color: #dff0d875;
}
div#savErrorAlert {
	background-color: #f2dede6b;
}
div#savSuccessAlert, div#savErrorAlert {
	width: 75%;
	margin: 50px auto;
	padding: 75px 20px;
}
div#savSuccessAlert h4, div#savErrorAlert h4 {
	color: #fff;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin-left: 75px;
}
@media(min-width:768px) {
	#intro {
		height: 100%;
	}
	.btn-default {
		color: #f6f6f6;
		background: #467a9b;
		border: 0;
		padding: 12px 24px;
		margin: 0 8px;
		font-size: 18px;
		transition: all 0.5s;
	}
	.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
		color: #f6f6f6;
		background-color: #37607a;
	}
	.section-title.center {
		padding: 30px 0;
	}
	.section-title h2, .section-title.center h2 {
		margin-bottom: 30px;
	}
	.btn:active, .btn.active {
		background-image: none;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
		outline: none;
		outline-offset: none;
	}
	/* Footer Section*/
	#footer {
		background: #333;
		color: #777;
		padding: 0;
		text-align: center;
	}
	#footer a {
		color: #999999;
	}
	#footer a:hover, a:focus {
		color: #467a9b;
	}
	#footer p {
		font-size: 13px;
		margin-top: 10px;
	}

	@media (max-width: 768px) {
		.hover-bg .hover-text {
			padding: 20%;
		}
	}

	@media (max-width: 640px) {

	}
