.hero .flexslider .inner {
    top: 300px !important;
    background-color: rgba(60, 60, 60, 0.5);
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%
}
@media (min-width:992px) {
    .hero .flexslider .inner {
        top: 300px !important;
    }
}

@media (max-width:767px) {
    .hero .flexslider .inner {
        top: 300px !important;
    }
}

.entry-content .btn-default {
	background-color: #0995c8;
	border-color: #0995c8;
	color: #fff;
}
.entry-content a.btnlink:hover, .entry-content a.btnlink:active {
	text-decoration: none;
}

.entry-content .btn-default:hover, .entry-content .btn-default:active {
	background-color: #81ae40;
	border-color: #81ae40;
	color: #fff;
}
