#featured_header {
	margin: 3em 0;
}
#featured_header h2 {
    font-size: 42px;
    color: #a32036;
    margin: 0;
    font-family: 'Poly-Regular', serif;
}
.homeslides>div{
    padding: 5px;
}
.homeslides div a{
    border: 1px #eeeeee solid;
    width:100%!important;
    height: 100%!important;
}
.homeslides div img{
    width: 100%!important;
    height: auto!important;
}
#featured_header p {
	font-size: 14px;
	color: #F04E37;
	font-weight: bold;
}
#featured_slider a div.tiptool {
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: block;
    padding: 5px 10px;
    border-radius: 0;
    text-align: center;
    font-size: 10px;
    background-color: rgba(80,43,28,0.9);
    transition: all 500ms;
}
#featured_slider a:hover div.tiptool {
	display: inline-block;
}
.orange-homepage-box{
    background-color: #e8501d;
    color:white;
    width:100%;
    text-align: center;
    padding: 140px 15px;
}
.orange-homepage-box h2 {
    font-size: 82px;
    padding: 0px;
    margin: 0px;
    font-family: 'Poly-Regular', serif;
    line-height: 82px;
}
@media (max-width: 767px) {
    .orange-homepage-box h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .about-us-container h4 {
        font-size: 36px;
    }
    .about-us-container .first-text-aboutus, .faq-firsttext, .first-text-aboutus {
        font-size: 20px;
        line-height: 22px;
    }
    .two-orange-button a {
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }
}