@charset "UTF-8";


/*
.bg-dark-30:before {
    background-color: rgba(0,0,0, .3);
    content: "";
    left: 0;
    top: 0;
}
*/

.overlay-text {
	top:20%;
	width:85%;
}


@media (min-width: 1200px){
.col-lg-2{
	width:13.66%
}
}
@media (max-width: 1199px){
	.overlay-text {
	top:10%;
	width:85%;
}
}
@media (max-width: 991px){
	.overlay-text {
	top:8%;
	width:85%;
}
.nomargin{
	white-space:normal;
}
.icon-box{
	padding:10px;
	margin:8px;
	min-height:inherit;
}
}
