#icon-boxes *, #icon-boxes::before, #icon-boxes::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#icon-boxes{position:relative;}
#icon-boxes div.row> div{padding:0;}
#icon-boxes div.row{margin:0;padding:0;}
#icon-boxes .s-bottom{
	background: #ffffff;
	position:relative;
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
	margin-bottom: 4px;
}
#icon-boxes .s-bottom>.s-top{
	background: #dd2424;
    width: 100%;
    height: 40px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}
#icon-boxes .s-bottom .s-text{text-align: center;}
#icon-boxes .s-bottom .s-img{
	position: relative;
    background: #ffffff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    margin-left: 15px;
    margin-top: -35px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
#icon-boxes img{
    border-radius: 100%;
}
#icon-boxes .s-img i{font-size:36px;color:#e00000;}
#icon-boxes .s-bottom:hover .s-img{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
#icon-boxes .s-bottom .s-text>.content{
	padding-bottom:13px;	
	padding-left:30px;	
	padding-right:30px;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

#icon-boxes .s-bottom .s-text>.content p{
	font-size:13px;    line-height: 24px;
}
#icon-boxes .s-bottom .s-text>.content h4{
	font-size: 120%;
    font-weight: 600;
    margin: 0 0 5px;
}
#icon-boxes .slider-bottom{margin-top:-50px;}
#icon-boxes .s-bottom:hover .s-top {
    background: #ffffff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -webkit-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
}
#icon-boxes .s-bottom:hover .content{
	opacity:0;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
} 
#icon-boxes .s-overlay a{color:#ffffff;}
#icon-boxes .s-overlay{
	position:absolute;
	width:100%;
	background:#e00000;
	top:39px;
	padding:25px 30px 26px;
	color:#ffffff;
	opacity:0;
	text-align:center;
    border-bottom: 1px solid #e00000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-transition: opacity 500ms ease 0s, -moz-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s, -o-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -ms-transition: opacity 500ms ease 0s, -ms-transform 500ms ease 0s, border-radius 500ms ease 0s;
    transition: opacity 500ms ease 0s, transform 500ms ease 0s, border-radius 500ms ease 0s;
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -webkit-transform-origin: center center;
}
#icon-boxes .s-bottom:hover .s-overlay{
	opacity: 1;
    -moz-transition: opacity 500ms ease 0s, -moz-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s, -o-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -ms-transition: opacity 500ms ease 0s, -ms-transform 500ms ease 0s, border-radius 500ms ease 0s;
    transition: opacity 500ms ease 0s, transform 500ms ease 0s, border-radius 500ms ease 0s;
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
#icon-boxes .s-overlay h4{
	font-size: 20px;
    font-weight: 600;
    margin: 0;
}
#icon-boxes .s-overlay p{
	font-size:13px;    line-height: 24px;
	margin:0;
}
#icon-boxes .s-overlay hr{
	border: 0;
    border-top: 2px solid #eee;
    width: 60px;
    margin: 10px auto;
}