.home .vc_single_image-wrapper{
	position: relative;
}
.home .vc_single_image-wrapper:after{
	content: "WE PROTECT YOUR MARK";
    position: absolute;
    top: 50%;
    left: 0;
    color: white;
    display: block;
    font-size: 25pt;
    width: 100%;
    text-align: center;
	text-shadow:2px 2px 1px rgba(0, 0, 0, 1);
}

.header_top_bottom_holder{
	margin:20px 0px;
}

.wpb_wrapper h2.p1{
	text-transform:none
}

.q_team .q_team_image {
    position: relative;
    max-height: 320px;
    overflow: hidden;
}

@media only screen and (max-width: 600px){
	.home .vc_single_image-wrapper:after{
		top: 20%;
		line-height: 30pt;
	}
	.content .content_inner > .container > .container_inner, .content .content_inner > .full_width > .full_width_inner{
		padding-top:0px !important;
	}
}