body {
	background-color: #f5f8fa;
}

#header-topbar {
	background-color: #fff;
	color: #555;
	padding: 8px 0px;
	font-size: 14px;
}

#header-topbar a {
	color: #555;
}

#header-topbar a:hover, 
#header-topbar a:hover span {
	color: #FF7518; 
	text-decoration: none;
}

#header-navbar {
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-radius: 0px;
}

#header-navbar .navbar-logo {
	display: block;
	margin-right: 30px;
	padding: 6px 0px;
}

.header-navbar {
	position:relative;
	z-index:1;
}

section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.body {
	margin: 48px 0px 100px 0px;
}

#footer {
	padding-top: 40px;
	padding-bottom: 10px;
	color: #bbb;
	font-size: 14px;
}

#footer h5 {
	color: #fff;
	font-weight: bold;
}

#footer ul > li {
	margin-top: 10px;
}

#footer a,
#footer a:visited {
	color: #bbb;
}

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

#footer .footer-logo {
	font-size: 9px;
	color: #ffffff;
	letter-spacing: 2px;
}

.text-decoration-none,
.text-decoration-none:hover {
	text-decoration:none;
}

.rotate-45 {
	transform: rotate(45deg);
}

.tab-content.tab-content-bordered {
	border-color: #ddd;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

/* /index.php Start */

#homepage-carousel .carousel-indicators {
	position: relative;
	width: 100%;
	margin-left: 0px;
	left: 0%;
	margin-top: 10px;
}
#homepage-carousel .carousel-indicators li {
	background-color: #fff;
	border: 1px solid #333;
}

#homepage-carousel .carousel-indicators li.active {
	background-color: #666;
}


#homepage-carousel .item {
	min-height: 350px;
}

/* This needs to be modified in bootstrap instead of here */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #FF7518;
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover { 
	color: #FF7518;
}
