
/**************  ADVANT BLOCK *************/

#bottom_static {
    margin-bottom: 57px;
    margin-top: 33px;
    overflow: hidden;
    transition: all linear 1s;
}

#bottom_static div a {
	display: block;
	overflow: hidden;
}

#bottom_static img {
    max-width: 100%;
    transition:  all linear 1s;
    width: 100%;
}

#bottom_static div:hover img{
    transform: scale(1.5);}

#bottom_static div div {
    position: absolute;
    bottom: 50px;
    left: 33px;
}

#bottom_static div div span {
	display: block;
    color: #fff;
    font-size: 15px;
}
#bottom_static div div span i {
	color: #fff;
    font-size: 15px;
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 8px;
}

#bottom_static h4 {
	font-weight: normal;
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
}

@media (max-width: 991px) {
	#bottom_static > div div {
		bottom: 30px;
	}
}

@media (max-width: 767px) {
	#bottom_static > div {
		max-width: 480px;
		margin: 0 auto 30px auto;
	}
}

