.front_consulting {
	background: url("../../images/consulting_light.png");
	width:100%;
	height:263px;
}
.front_consulting:hover {
	background: url("../../images/consulting.png");
	width:100%;
	height:263px;
}

.front_pentest {
	background: url("../../images/pentest_focus_light.png");
	width:100%;
	height:263px;
}
.front_pentest:hover {
	background: url("../../images/pentest_focus.png");
	width:100%;
	height:263px;
}

.front_solutions {
	background: url("../../images/pentest_source_light.png");
	width:100%;
	height:263px;
}
.front_solutions:hover {
	background: url("../../images/pentest_source.png");
	width:100%;
	height:263px;
}

.front_meet {
	background: url("../../images/coffee_light.png");
	width:100%;
	height:263px;
}
.front_meet:hover {
	background: url("../../images/coffee.png");
	width:100%;
	height:263px;
}

.faintglow {
	text-shadow: 0 0 20px #888, 0 0 30px #888, 0 0 40px #888, 0 0 50px #888, 0 0 60px #888, 0 0 70px #888, 0 0 80px #888;
                        -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
                        -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
                        -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
                        transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
                        -moz-transform: translateX(0);
                        -webkit-transform: translateX(0);
                        -ms-transform: translateX(0);
                        transform: translateX(0);
                        -moz-transition-delay: 0.65s;
                        -webkit-transition-delay: 0.65s;
                        -ms-transition-delay: 0.65s;
                        transition-delay: 0.65s;
                        -moz-filter: blur(0);
                        -webkit-filter: blur(0);
                        -ms-filter: blur(0);
                        filter: blur(0);
                        opacity: 1;
                        font-size: 1.2em;
			font-weight: 600;
                        margin-bottom: 0.8em;
                        padding-bottom: 0.4em;
}

.glow {
	text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff, 0 0 80px #fff;
}
