`/* Add here all your CSS customizations */
@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a {
		background: #d004ab;
	}
}
body {
	background-color: #FFF;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}
}
p-19px {
		font-size: 19px;
		color: #99a9a9
		line-height: 30px;
}
section.darkgray
    background-color: #2f4f4f;
 }
}
section.silver
    background-color: #C0C0C0;
   
}

}
/* Home Concept */
.home-concept {
	background: transparent url(../img/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
}

.home-concept strong {
	display: block;
	font-family: "Shadows Into Light", cursive;
	font-size: 2.1em;
	font-weight: normal;
	position: relative;
	margin-top: 10px;
}

.home-concept .row {
	position: relative;
}

.home-concept .process-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
	width: 160px;
	margin: 75px auto 0 auto;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

.home-concept .process-image img {
	border-radius: 150px;
	margin: 7px 8px;
	width: auto;
	height: auto;
	max-width: 145px;
	max-height: 145px;
}

.home-concept .our-work {
	margin-top: 52px;
	font-size: 2.6em;
}

.home-concept .project-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
	width: 350px;
	margin: 15px 0 0 -30px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1;
}

.home-concept .sun {
	background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
	width: 60px;
	height: 56px;
	display: block;
	position: absolute;
	left: 10%;
	top: 35px;
}

.home-concept .cloud {
	background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
	width: 116px;
	height: 56px;
	display: block;
	position: absolute;
	left: 57%;
	top: 35px;
}

/* Responsive */
@media (max-width: 991px) {
	.home-concept {
		background: none;
	}

	.home-concept .project-image {
		margin: 20px auto 0 auto;
	}

	.home-concept .process-image {
		margin-top: 0;
		padding-bottom: 25px;
	}
}

@media (max-width: 479px) {
	.home-concept .project-image {
		background-position: 0 0;
		margin-left: auto;
		max-width: 160px;
	}

	.home-concept .fc-slideshow {
		max-width: 145px;
		height: 145px;
	}

	.home-concept .fc-slideshow img {
		max-height: 145px;
		max-width: 145px;
	}


.fc-slideshow {
	position: relative;
	width: 338px;
	height: 38px;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	top: 6px;
}

.greyiconcolor {
	color: 	#D0D0D0
	}

.fa-facebook-f
	{
  color: lightgrey;
}

}

.featured-boxes-full .featured-box-full {
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35pt;
	padding-bottom: 35pt;
}
@media (max-width: 767px) {
    .header-logo img {
	width: 200px;
        height: 33px;
    }
}
.slider-container .top-label {
	color: #FFF;
	font-size: 28px;
	font-weight: 300;    }
.slider-container .bottom-label {
	color: #FFF;
	font-size: 24px;
	line-height: 20px;
	font-weight: 300;
}