.flex-direction-nav a {
    color: rgba(255,255,255,0.8);
}
.tx-ws-flexslider .caption-align-left .caption-text {
    display: none;
}
.home .flexslider .slides img {
    height: auto;
    min-height: 300px;
    width: auto !important;
    min-width: 100%;
    margin-top: -40px;
}
.home .flexslider {
    margin: 0;
    background: #fff;
    border: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
}
.home .jumbotron {
    padding: 10rem 2rem;
}
.home .jumbotron .container {
    width: 100%;
    max-width: 100%;
}
.home .flexslider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 100;
}
.home .flexslider .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(255,255,255,0.9);
    cursor: default;
}
.home .flexslider .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.home .jumbotron .tx-ws-flexslider .wsflexslider-style2 .caption-title {
    background: none;
}
.slidercontent {
   
}

@media (max-width:1400px){
 .home .jumbotron { padding: 10rem 2rem !important; }
 .home .jumbotron { font-size: 0.85rem; }
 .home .jumbotron .container { top: 40px; }
}

@media (max-width:1020px){
 .home .jumbotron { padding: 10rem 2rem !important; }
}

@media (max-width:400px){
  .home .jumbotron .container { top: 120px; }
}

