/* Add here all your css styles (customizations) */

.header {
	background-color:black;
}

.header .navbar-brand {
	top: 0;
	padding: 0px 0px 0px 10px;  /* top right bottom left */
}

.header .navbar-name {
	font-size: 28px;
	color:#fff;
	padding: 27px 20px 0px 130px;
	height: 65px;
}

.header .topbar {
	padding: 5px 0px 0px 0px;
}


.title-box {
	font-size: 16px;
	text-align: center;
	padding: 0px 0 20px;
	border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
	color: #72c02c;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

.nodummy-faded-logo {
	background-image: url("assets/img/logo/logo_faded.png");
    background-position: center; 
}

@media (max-width: 768px) {
	.title-box .title-box-text {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 0px;
	}
	.title-box p {
		font-size: 15px;
	}
}

.promo-box {
	margin: 0 0 20px;
}

/* Should provide responsive video players */
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*LightGrey Funny Box*/
.funny-boxes-lightgrey {
  background: #E6E6E6;
}

.content-boxes-v2 p{
	color: #000;
 }

 /*General Testimonials v1/v2*/
.testimonials.testimonials-v1 p,
.testimonials.testimonials-v2 p {
	background: #fff;
	color: black;
}

.testimonials .testimonial-info {
	margin-top: 20px;
	padding-bottom: 10px;
	background: #A5A5A5;
	color: white;
}

.testimonials .testimonial-info em {
  color: white;
  font-style: italic;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
  left: 80px;
  bottom: -20px;
}

.testimonials .carousel-arrow {
  top: 0px;
  position: relative;
}

/* Tweak the Sky Forms */
.sky-form p {
	padding-left: 30px;
}