/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {
    width: 96%;
    padding: 2%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 10%;
    background: none;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    line-height: 18px;
}

.flex-caption h3 { color:#e97b2c; text-transform:uppercase; font-size:98px; float:left; margin:0; padding:0; line-height:98px; font-weight:200;}
.flex-caption  h4 { color:#626262; text-transform:uppercase; font-size:98px; float:left;margin:0 0 0 0px; padding:0; line-height:98px;font-weight:200;}
.flex-caption h5 { color:#626262;margin:0px 0 0 10px;padding:0; clear:both; display:block; font-size:15px; font-weight:200; line-height:15px; padding:0; }
.flex-caption a {
    font-weight: 200;
    color: #fff;
    font-size: 26px;
    position: absolute;
    right: 50px;
    top: 10%;
    text-align: center;
    padding: 35px 15px;
    background-color: rgb(237, 150, 56);
    background-image: linear-gradient(to bottom, rgb(242, 179, 70), rgb(230, 107, 36));
    background-repeat: repeat-x;
    border: medium none !important;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: none !important;
    text-transform: uppercase;
    display: inline-block;
   }
.flex-caption a:hover { opacity:0.8; }

.flex-caption br { clear:both; }


/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: left;
	margin-left: 50px;
	height: 40px;
	right: 0;
	float: right;
	left: 80%;
	z-index:999;
}


.tx-ws-flexslider .caption-text h3 {	font-size: 68px; line-height: 40px;}
.tx-ws-flexslider .caption-text h4 {	font-size: 68px; line-height:40px; }


@media (max-width: 768px) {

	.flex-caption h3 {  font-size:54px;  line-height:54px; font-weight:200;}
	.flex-caption  h4 { font-size:54px;  line-height:54px; font-weight:200; }
	.flex-caption a { font-size: 16px;     padding: 10px; }
}

@media (max-width: 320px) {
	.flex-caption { bottom:10px; }
	.flex-caption a { display:none; }
}