@charset "utf-8";
/* CSS Document */
@media(max-width:991px){
.btn-box-home a {
    font-size: 19px;
    padding: 15px 30px;
    font-weight: bold;
}
.btn-box-home a span {
    font-size: 16px;
    display: block;
    font-weight: normal;
}
	
}


@media(max-width:767px){.btn-box-home a{margin-bottom:30px;}
.img-box-home .btn-box {
    position: relative;
    background: #000;
    top: 0;
    left: 0;
    padding: 15px;
}
.img-box-home .btn-box h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.img-box-home .btn-box a{
display: inline-block;
    padding: 8px 16px;
    font-size: 16px;
}
.sidebar:after{display:none;}


.footer-box {
    margin-bottom: 30px;
    text-align: center;
}
}


@media(max-width:320px){
	
	}
