
/* Desktop */
.flex-slider {
    position: relative;
    overflow: hidden;
}
.flex-slider-text-container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
}
.flex-slider-text {
    position: relative;
    max-width: 1200px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0%;
    margin: 0 auto;
    font-size: 2em;
    color: #000000;
    /*text-shadow: 1px 2px 7px rgba(0,0,0,0.5);*/
}

.flex-slider-text .slider-title {
    position: absolute;
    top: 20%;
    left: 0%;
    font-size: 150%;
    line-height: 110%;
        width: 60%;
    font-weight: bold;
     background:#000;
    color: #fff;
    padding: 20px;
}   
.flex-slider-text .slider-subtitle {
    position: absolute;
    top: 50%;
    left: 0%;
    font-size: 100%;
    width: 50%;
    line-height: 120%;

}
.flex-slider-text .slider-text {
    position: absolute;
    top: 75%;
    left: 10%;

    max-width: 50%;

}
.flex-slider-text .slider-text p {
        font-size: 1.1em;
            text-transform: uppercase;
    color: #428bca;
    font-weight: bold;
    line-height: 95%;
}
.flex-slider .graphic {
    position: absolute;
    top: 10px;
    left:60%;
}

.flex-slider img{
    max-height: 350px;
    width: auto;
}

.flex-direction-nav a {
    border: 2px solid rgba(0,0,0,0.1);
}

.flex-direction-nav a:before {
    top: 14px;
    font-size: 36px;
    left: 10px;
    color: rgba(0,0,0,0.1);

}
/*Smaller Desktop (<992px) */
@media all and (max-width: 992px){
.flex-slider-text {
    position: relative;
    max-width: 992px;
    height: 100%;
    left: 20px;
    right: 0;
    top: 0%;
    margin: 0 auto;
    font-size: 1.5em;
    color: #000000;
    /*text-shadow: 1px 2px 7px rgba(0,0,0,0.5);*/
}

.flex-slider-text .slider-title {
    position: absolute;
    top: 20%;
    left: 0%;
    font-size: 150%;
    line-height: 110%;
    width: 60%;
    font-weight: bold;
    background:#000;
    color: #fff;
    padding: 20px;
}   
.flex-slider-text .slider-subtitle {
    position: absolute;
    top: 60%;
    left: 0%;
    font-size: 90%;
    width: 50%;
    line-height: 120%;

}
.flex-slider-text .slider-text {
    position: absolute;
    top: 75%;
    left: 10%;
    max-width: 50%;
}
.flex-slider-text .slider-text p {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #428bca;
    font-weight: bold;
    line-height: 95%;
}
.flex-slider .graphic {
    position: absolute;
    top: 20%;
    height: 80%;
    width: auto;
    left:60%;
}

}

/* Ipad Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { /* STYLES GO HERE */}

/* Ipad Portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { /* STYLES GO HERE */ }


@media only screen  
and (max-device-width : 412px) 
{
    .flex-slider {
        height: 260px;
    }
    .flex-slider-text {
    position: relative;
    max-width: 400px;
    height: 200px;
    left: -20px;
    right: 0;
    top: 0%;
    margin: 0 auto;
    font-size: 14px;
    color: #000000;
    /*text-shadow: 1px 2px 7px rgba(0,0,0,0.5);*/
}

.flex-slider-text .slider-title {
    position: absolute;
    top: 10%;
    left: 0%;
    font-size: 200%;
    line-height: 110%;
    width: 95%;
    font-weight: bold;
    background:#000;
    color: #fff;
    padding: 10px;
}   
.flex-slider-text .slider-subtitle {
    position: absolute;
    top: 55%;
    left: 0%;
    font-size: 90%;
    width: 40%;
    line-height: 120%;

}
.flex-slider-text .slider-text {
    position: absolute;
    top: 90%;
    left: 0%;
    width: 40%;
}
.flex-slider-text .slider-text p {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #428bca;
    font-weight: bold;
    line-height: 95%;
}
.flex-slider .graphic {
    position: absolute;
    top: 35%;
    height: 80%;
    width: auto;
    left:40%;
}
.flex-slider .graphic img {
    max-width: 200px;
    height: auto;
}
}