/*--------------------------------------------------------------------------*/
/*	CLIENTS LOGO LIST
/*--------------------------------------------------------------------------*/
.client-logos {
	width: 100%;
	text-align: center;
	float: left;
	padding: 20px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
.client-logos img {
	display: inline;
	max-width: 110px;
}
.client-logos a img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.client-logos a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}





/*--------------------------------------------------------------------------*/
/*	CONTENT BOX
/*--------------------------------------------------------------------------*/
.content-box {
	margin: 0 0 0px 0;
	padding: 10px;
	border: 1px solid #222222;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #010103;       /*  this is the box color */
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
}
.content-box:hover {
	box-shadow: 0px 1px 12px rgba(0,0,0,0.3);
	background: #000010;       /*  this is the box color when hovered */
	color: #ffffff;
	border: 1px solid #ffffff;	
}
.content-box .content-icon {
	width: 80px;
	height: auto;
	font-size: 70px;
	margin: 15px auto;
	padding: 25px 20px;
	display: block;
	border-radius: 50%;
	background: #027BB5;
	color: #ffffff;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 0px 3px #027BB5;
}
.content-box:hover .content-icon {
    border: 4px solid #000010;
    box-shadow: 0px 0px 0px 3px #ffffff;
    background: #ffffff;
    color: #027BB5;
}
.content-description {
    margin-bottom: 30px;
}










/*--------------------------------------------------------------------------*/
/*	SERVICE ICON BOX
/*--------------------------------------------------------------------------*/
.service-box {
	margin: 0 0 0px 0;
	text-align: center;
	padding: 20px 10px;
	border: 1px solid #222222;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #010103;       /*  this is the box color */
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
}
.service-box:hover {
	box-shadow: 0px 1px 12px rgba(0,0,0,0.3);
	background: #000010;       /*  this is the box color when hovered */
	color: #ffffff;
	border: 1px solid #ffffff;	
}
.service-box .service-icon {
	width: 80px;
	height: auto;
	font-size: 70px;
	margin: 15px auto;
	padding: 25px 20px;
	text-align: center;
	display: block;
	text-align: center;
	border-radius: 50%;
	background: #027BB5;
	color: #ffffff;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 0px 3px #027BB5;
}
.service-box:hover .service-icon {
    border: 4px solid #000010;
    box-shadow: 0px 0px 0px 3px #ffffff;
    background: #ffffff;
    color: #027BB5;
}
.service-description {
    margin-bottom: 30px;
}
.service-box ul li {
    font-weight: bold;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #e0e0e0;
    list-style-type:none;    
}
.service-box ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------------------------------*/
/*	SERVICE IMAGE BOX
/*--------------------------------------------------------------------------*/
.service-features {
	text-align: center;
}
.service-features h3 {
	padding-top: 20px;
	margin-bottom: 4px;
}
.service-features .img-container {
	padding: 25px 45px;
	border-radius: 3px;
	background: #cc0037;
	width: 120px;
	margin: 0 auto;
	position: relative;
}
.service-features .img-container i {
    font-size: 84px;
    color: #ffffff;
}
.service-features .img-container:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 15px solid #ffd600;
	border-bottom: 0px solid transparent !important;
	border-right: 20px solid transparent !important;
	border-left: 20px solid transparent !important;
	left: 50%;
	bottom: -15px;
	margin-left: -20px;
}












.imgfade {
	opacity: 0.4;
}

.imgfade:hover {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
}
.imgfade:hover:after {
	opacity: 0;
}


/* MODAL CSS3 ANIMATIONS */
.loaded .animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .6s;
	-moz-animation-duration: .6s;
	-ms-animation-duration: .6s;
	-o-animation-duration: .6s;
	animation-duration: .6s;
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: .95;
}
}
@-o-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: .95;
}
}
@keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: .95;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.columns .img-wrp {
	position: relative;
}
.img-wrp img {
	display: block;
}
.overlay-content {
	opacity: 0;
	filter: alpha(opacity=0);
	top: 30%;
}
.team-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	height: 100%;
	width: 100%;
}
.team-overlay .img-overlay {
	opacity: 0.8;
	filter: alpha(opacity=80);
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.img-overlay {
	background: #ffffff;
}
.overlay-content {
	text-align: center;
	position: absolute;
	top: 20%;
	width: 100%;
	z-index: 10;
	color:inherit;
	font-size:16px;
	font-family:'Oswald', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

.overlay-content h4 {
	line-height:1.4;
}

.overlay-content a {
	color:inherit;
	line-height:1 !important;
}

.view-profile {
	padding:4px 10px;
	background:#ffd600;
	margin-top:4px;
	color:#ffffff !important;
}



/*-----------------------------------------------------------------------------------*/
/*	Toggle
/*-----------------------------------------------------------------------------------*/

.toggle .toggle-title {
	position: relative;
	display: block;
	border: 1px solid #f0f0f0;
	margin-bottom: 6px;
	border-radius: 2px;
}
.toggle .toggle-title h3 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1;
	cursor: pointer;
}
.toggle .toggle-title.active h3 {
}
.toggle .toggle-inner {
	padding: 7px 10px 10px 15px;
	display: none;
	margin: -7px 0 6px;
	border: 1px solid #f0f0f0;
}
.toggle .toggle-inner div {
	max-width: 100%;
}
.toggle .toggle-title .title-name {
	display: block;
	padding: 11px 15px 7px;
	color: inherit;
	background-color: #F8f8f8;
}
.toggle .toggle-title a i {
	font-size: 22px;
	margin-right: 5px;
}
.toggle .toggle-title i {
	position: absolute;
	background: url('../images/plus_minus.png') 0px -24px no-repeat;
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 7px 7px;
	right: 0;
}
.toggle .toggle-title.active i {
	background: url('../images/plus_minus.png') 0px 0px no-repeat;
}