/*** **** ***/
/* Homepage */

.single-slide-mobile {

    /* height: 305px; */
    /* background-size: cover; */
    /* position: relative; */

    height: 205px;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    margin: auto;
    background-position: cente;

}

.single-slide-mobile .slide-text {

    position: absolute;
    bottom: 0;
    width: 100%;
    /* background: rgba(0,0,0,.3); */
    padding: 25px 0 35px 15px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d1d1b+0,1d1d1b+50,1d1d1b+100&0+0,0.6+50,0+100 */
    background: -moz-linear-gradient(top,  rgba(29,29,27,.7) 0%, rgba(29,29,27,0.7) 50%, rgba(29,29,27,.7) 100%); /* FF3.7-15 */
    background: -webkit-linear-gradient(top,  rgba(29,29,27,.7) 0%,rgba(29,29,27,0.7) 50%,rgba(29,29,27,.7) 100%); /* Chrome10-25,Safari5.1.7 */
    background: linear-gradient(to bottom,  rgba(29,29,27,.7) 0%,rgba(29,29,27,0.7) 50%,rgba(29,29,27,.7) 100%); /* W3C, IE10+, FF.7+, Chrome.7+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d1d1b', endColorstr='#001d1d1b',GradientType=0 ); /* IE6-9 */

}

.single-slide-mobile .slide-text h2 {
    float: left;
    width: 70%;
    margin: 0;
    font-size: 22px;
}

.slide-text h2 a {
    color: white;
}

.slide-text h2 a:hover {
    color: #FF8400;
}

.slide-text-right {

    float: right;
    width: 30%;

    padding: 5px 15px 5px 30px;

    /* background: rgba(255,255,255, .2); */		
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.25+100 */

    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#40ffffff',GradientType=1 ); /* IE6-9 */

}

.slide-text h6 {
    color: white;
}

.slide-text p {
    margin-bottom: 0;
}

.slide-text p a {
    color: #FF8400;
    font-weight: 700;
}

.slide-text p a:hover {
    color: white;
}


#bx-controls-container-mobile {
    background: #003C80;
    border-top: 2px solid #FF8400;
    padding: 30px 15px;
    position: relative;
}

#bx-prevcontrol,
#bx-simple-pager-container,
#bx-nextcontrol
{
    float: left;
}

.bx-pager-item {
    font-size: 1px;

    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 5px 0 5px;
}

.bx-pager-link {
    color: #306198;
    background: #306198;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.bx-pager-link:hover,
.bx-pager-link.active {
    color: #3EA6CB;
    background: #3EA6CB;
}

.slider-pump {
    width: 160px;
    position: absolute;
    top: -40px;
    right: 0;
}

/* 	Application Band */

h1.home-header {
    font-size: 35px;
    text-shadow:-1px 1px 8px #fff, 1px -1px 8px #fff;
}



.applications-wrap a {
    color: #FF8400;
}

.applications-wrap a:hover {
    color: white;
}

.single-application-block {
    display: block;
    width: 100%;
    min-height: 280px;
    /* min-height: 100px; */
}

.single-application-block + .single-application-block {
    margin-top: 20px;
}

.single-application-inner-wrap {
    padding: 30px 40px;


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363635+0,363635+100&0.8+12,0+100 */
    background: -moz-linear-gradient(top,  rgba(54,54,53,0.8) 0%, rgba(54,54,53,0.8) 12%, rgba(54,54,53,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(54,54,53,0.8) 0%,rgba(54,54,53,0.8) 12%,rgba(54,54,53,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(54,54,53,0.8) 0%,rgba(54,54,53,0.8) 12%,rgba(54,54,53,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc363635', endColorstr='#00363635',GradientType=0 ); /* IE6-9 */

}

.single-application-inner-wrap h2 {
    font-weight: 900;
    font-size: 26px;
    color: white;
    /* padding: 0 0 120px 40px; */
    background: url(images/home-applications_arrow.png) left 5px no-repeat;
    padding: 0 0 0 40px;
}

.single-application-inner-wrap h2:hover {
    color: #FF8400;
    cursor: pointer;
}

.single-application-inner-wrap h2.active {
    background: url(images/home-applications_arrow_up.png) left 5px no-repeat;
    color: #FF8400;

}

.single-application-inner-wrap h2.active:hover {
    color: white;
    background: url(images/home-applications_arrow.png) left 5px no-repeat;
}

.single-application-inner-wrap .hidden-div {
    padding: 15px 0 0 40px;
    color: white;
    /* margin-top: -120px; */
}

.single-application-inner-wrap .hidden-div .more-btn a {
    color: #FF8400;
    padding: 5px;
    display: inline-block;
    border: 1px solid white;
    background: rgba(0,0,0,.3);
}

.single-application-inner-wrap .hidden-div .more-btn a:hover {
    color: white;

}







/* ************************************ */
/* ** Devices 768px wide and greater ** */
/* ************************************ */
@media (min-width: 768px) {



    /*** *********** ***/
    /*** Home Styles ***/

    .slider-wrap {

    }

    .slider-row {
        padding: 0 15px;
    }

    .single-slide-desk {
        height: 430px;	
    }

    .single-slide-desk .slide-text {
        position: absolute;
        bottom: 0;
        width: 100%;

        /* background: rgba(0,0,0,.3); */

        padding: 25px 85px 35px 15px;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d1d1b+0,1d1d1b+50,1d1d1b+100&0+0,0.6+50,0+100 */

        background: -moz-linear-gradient(top,  rgba(29,29,27,0) 0%, rgba(29,29,27,0.6) 50%, rgba(29,29,27,0) 100%); /* FF3.6-15 */

        background: -webkit-linear-gradient(top,  rgba(29,29,27,0) 0%,rgba(29,29,27,0.6) 50%,rgba(29,29,27,0) 100%); /* Chrome10-25,Safari5.1-6 */

        background: linear-gradient(to bottom,  rgba(29,29,27,0) 0%,rgba(29,29,27,0.6) 50%,rgba(29,29,27,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d1d1b', endColorstr='#001d1d1b',GradientType=0 ); /* IE6-9 */

    }

    .slide-text h2 {
        margin-bottom: 0;
        margin-bottom: -10px;
    }

    .slide-text h6 {
        font-weight: 700;
        font-size: 20px;
    }

    .slide-text-date {
        text-transform: uppercase;
        font-size: 16px;
    }

    .slide-text h6 a {
        color: #FF8400;
        font-weight: 700;
        font-size: 16px;
        padding-left: 5px;
    }

    .slide-text h6 a:hover {
        color: white;
    }

    #bx-controls-container-desktop {
        background: #003C80;
        border-top: 2px solid #FF8400;
        padding: 30px 15px;
        position: relative;
    }

    #desk-slider-back,
    #desk-slider-pager,
    #desk-slider-next
    {
        float: left;
        margin: 10px 0 0 0;
    }

    #desk-slider-pager {
        list-style: none;
        margin: 0 15px;
        padding: 0;
    }

    .desk-slider-thumb-pager {
        width: 90px;
        float: left;
        margin: 0 2px 0 2px;
    }




    .desk-slider-thumb-pager:hover,
    #desk-slider-back:hover,
    #desk-slider-next:hover {
        opacity: .6;
        cursor: pointer;
    }

    .slider-pump {
        display: none;
    }

    /* 	Application Band */

    .applications-wrap .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-application-block {
        width: 49%;
        float: left;
    }

    .single-application-block + .single-application-block {
        margin-top: 0;
        float: right;
    }





}

/* ************************************ */
/* ** Devices 992px wide and greater ** */
/* ************************************ */

@media (min-width: 992px) {



}

/* ************************************ */
/* ** Devices 1200px wide and greater * */
/* ************************************ */

@media (min-width: 1200px) {


}

/* ************************************ */
/* **    Special Media Queries       ** */
/* ************************************ */


/* Desktop Slider Thumbs & Pump */

@media (min-width: 880px) {

    .slider-pump {
        display: block;
        width: 160px;
        position: absolute;
        top: -40px;
        right: 0;
    }

}	

@media (min-width: 1000px) {

    .slider-pump {
        width: 200px;
        top: -50px;
    }

    .desk-slider-thumb-pager {
        width: 110px;
    }

}

@media (min-width: 1130px) {

    .slider-pump {
        width: 260px;
        top: -70px;
    }

    .desk-slider-thumb-pager {
        width: 120px;
    }

}

/* Mobile Slider Pump */

@media (max-width: 420px) {

    .slider-pump {
        display: none;
    }

}		






@media (min-width: 1000px) {


}	

@media (min-width: 1150px) {

}


@media (min-width: 768px) and (max-width: 900px) {


}

