<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slidecaption {
    position: fixed;
    top: 40%;
    height: auto;
    width: 100%;
	z-index:-2;
}

.slide_text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: normal;
    text-shadow: none;
    color: #fff;
    display: block;
    width: 100%;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align:center;
}

.slide_text.center{text-align:center;}
.slide_text.left{text-align:left; margin-left:-10px;}
.slide_text.right{text-align:right; margin-left:-20px;}

#slidecaption h2,.slide-desc{
	border-radius:3px;
	font-weight:600;
	letter-spacing:-1px;
	padding:12px 15px 13px 15px;
}
#slidecaption h2 {
    font-family: "Open Sans";
    display: inline-block;
    font-size: 32px;
    color: #fff;
    text-shadow: none;
    margin-bottom: 10px;
	background:#e16426;
}

.slide-desc {
    font-family: "Open Sans";
    display: inline-block;
	font-size: 32px;
	background:#342621;
	margin-bottom:10px;
}

.slide_text .btn-slider{
	display:inline-block;
	font-size:14px;
	background:none;
	color:#fff;
	padding:3px 25px 3px 25px;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 2px #fff;
}

/* -------------------------------------------------- 
	design for 480px
/* -------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .slide_text {
        display: none;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #slidecaption h2 ,.slide-desc {
        font-size:22px;
    }
}
</pre></body></html>