/***
Main Stylesheet for Theme

Contents

1. Bootsrtap Additions
2. Bootstrap Replacements
3. General & Body 
**/

/********
1. Bootstrap Additions
********/
#wrapper {
	width: 100%!important;
	position: absolute;
	z-index: 999;
	top: 20%;
}

.container {
	position: relative!important;
	z-index: 999;
}

.container img {
	position: static!important;
	height: auto!important;
	width: auto!important;
	max-width: 100%!important;
}

.btn-empty {
	color: #ffffff;
	background: none;
	border: solid 1px #f8941e;
	font-size: 28px;
	margin-top: 18px;
	padding: 8px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	display: inline-block;
}

/********
2. Bootstrap Replacements
********/

/********
3. General And Body
********/

body {
	background: #e1e1e1;
	font-weight: 100;
	letter-spacing: 1px;
}

#footer {
	background: #f8941e;
	color: #ffffff;
	padding: 20px 0;
	position: fixed;
	bottom: 0;
	width: 100%!important;
	z-index: 999;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #444444;
	text-decoration: none;
}

.large {
	font-size: 20px;
}

.fa-inverse {
	color: #f8941e;
}