/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700');
@import url('http://fonts.googleapis.com/css?family=Pacifico');
html {
	font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
}
body {
	color: #2d2d2d;
	font-family: 'Open Sans', sans-serif;
	margin-top: 60px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
.container-fluid {
	padding-right: 80px;
	padding-left: 80px;
}
#header {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	background-color: #1d1d1d;
	background-color: rgba(3, 3, 3, 0.9);
}
#header #logo {
	color: #fff;
	margin: 0 0 0 20px;
	float: left;
	font: 400 24px "Open Sans", sans-serif;
	background: url(../img/eorganiser-logo.png) no-repeat 0px 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 60px;
	width: 170px;
}
#header #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
#header #nav ul li {
	float: left;
	line-height: normal;
}
#header #nav ul li a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #f2f2f2;
	padding: 0 20px;
	display: inline-block;
	line-height: 60px;
}
#header #nav ul li a:hover {
	text-decoration: none;
}
#header #nav ul li a.active {
	color: #e96151;
}
.navbar-inner {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.navbar {
	color: #f2f2f2;
	margin-bottom: 0;
}
.navbar .btn-navbar {
	margin-top: 15px;
}
.page {
	margin-top: 80px;
	margin-bottom: 80px;
}
.title {
	color: #e96151;
	margin-bottom: 80px;
	font-size: 40px;
	font-size: 4rem;
	text-align: center;
}
.slogan {
	font-style: italic;
	margin-bottom: 80px;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}
.stub .span12 {
	text-align: center;
}
.scroll-holder {
	top: 0;
	left: 0;
	position: fixed;
	overflow: hidden;
	z-index: -1;
}
#home h4 {
	font-size: 27px;
	font-size: 2.7rem;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 3rem;
	line-height: 30px;
}
#home h4 i {
	color: #e96151;
}
#home p {
	text-align: justify;
	text-justify: inter-word;
	font-size: 14px;
	font-size: 1.4rem;
}
#services .span4 {
	text-align: center;
}
#services p {
	text-align: justify;
	text-justify: inter-word;
	margin-bottom: 40px;
	font-size: 14px;
	font-size: 1.4rem;
}
#services i {
	font-size: 23px;
	font-size: 2.3rem;
	background-color: #f24b4b;
	color: white;
	padding: 10px;
	border-radius: 100%;
	display: inline-block;
	width: 20px;
	height: 20px;
}
#contact {
	font-size: 14px;
	font-size: 1.4rem;
}
/* Featurettes
    ------------------------- */

.featurette-divider {
	margin: 40px 0; /* Space out the Bootstrap <hr> more */
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}
/* Thin out the marketing headings */
.featurette-heading {
	font-size: 31px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}
@media (min-width:768px) and (max-width:979px) {
}
@media (max-width:767px) {
body {
	padding-left: 0;
	padding-right: 0;
}
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media (max-width:480px) {
#header #nav ul {
	float: none;
}
#header #nav ul li {
	float: none;
}
#header #nav ul li a {
	padding: 0 20px;
}
.page {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*.title {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2rem;
}*/
.slogan {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}
#home p, #services p, #contact p {
	font-size: 12px;
	font-size: 1.2rem;
}
}
