a,
a:hover,
a:focus {
	color: #3c961f;
	outline: none;
}

button.btn-default,
button.btn-default:hover,
a.btn {
	color: #FFF !important;
	background-color: #3c961f !important;
	border: none;
	border-radius: 0px;
	margin-top: 10px;
	box-shadow: none;
}

a.btn {
	font-size: 14px;
}

/**************************************************/

/* Header */

.navbar-default {
	background-color: #FFF;
	border: none;
}

.logo {
	z-index: 98;
}

header .logo img {
	max-height: 100px;
	margin-top: 20px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover
{
	background-color: #3c961f;
	color: #FFF;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover
{
	color: #3c961f;
	background-color: #FFF;
}

/**************************************************/

/* Slider */

.carousel-caption {
	background: rgba(255,255,255,0.8);
	padding: 0px;
	color: #000;
	text-shadow: none;
}

/**************************************************/

/* Service-Teaser */

.card.hovercard .avatar img {
	border: 5px solid rgba(60,150,31,0.5);
}

/**************************************************/

/* Service-Details */

.service_info h1 {
	margin-top: 0px;
}

.parallax {
	background-image: url("../graphics/computer_parallax.jpg");
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

div.parallax div.service_info {
	padding-top: 15px;
	padding-bottom: 15px;
}

div.parallax div.service_info ul.service_details,
.pricing_details div.desc_txt {
	background-color: rgba(255,255,255,0.7);
	padding-top: 10px;
	padding-bottom: 10px;
}

.service_info ul.service_details li {
	display: block;
	margin-bottom: 10px;
}

.service_info ul.service_details li:before {
	content: "\e013";
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	float: left;
	margin-top: 1px;
	margin-left: -30px;
	color: #3c961f;
}

.service_info ul.service_details li > ul {
	margin-top: 7px;
	margin-bottom: 12px;
}

.wage_accounting {
	background-image: url("../graphics/lighthouse.jpg");
}

.pricing_details {
	background-image: url("../graphics/piggy_bank_parallax.jpg");
}

.service_info p.service {
	border-left: 3px solid #3c961f;
	padding: 15px 20px;
	margin-bottom: 0px;
}

/**************************************************/

/* Footer */

footer div {
	padding-bottom: 20px;
}

/**************************************************/

/* To-Top Button */
#to_top_btn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: 3px solid rgba(17,102,1,0.5);
	outline: none;
	background-color: rgba(255,255,255,0);
	color: rgba(17,102,1,0.5);
	cursor: pointer;
	padding: 10px;
	border-radius: 0px;
	font-size: 18px;
}

#to_top_btn:hover {
	background-color: rgba(255,255,255,1);
	border: 3px solid rgba(17,102,1,1);
	color: rgba(17,102,1,1);
}

/**************************************************/
/**************************************************/

/* Desktop */
@media (min-width:992px) {
	.card.hovercard {
		min-height: 390px;
	}
}

/**************************************************/
/**************************************************/

/* Tablet */

@media (min-width:768px) and (max-width:991px) {
	.card.hovercard {
		min-height: 430px;
	}
}

/**************************************************/
/**************************************************/

/* Mobile */

@media (max-width:767px) {
	
	/* Header */

	.navbar-default a.navbar-brand {
		font-size: 12px;
	}
	
	/**********************************************/
	
	/*Slider*/
	
	.carousel-caption {
		font-size: 12px;
		width: 100%;
		position: relative;
		float: left;
		right: 0px;
		left: 0px;
		bottom: 0px;
		min-height: 150px;
	}
	
	.carousel-caption h3 {
		margin-top: 5px;
	}
	
	/**********************************************/
	
	h1 {
		margin-top: 0px;
	}
}

