﻿#carousel {
    position: relative;
    width: 720px;
    margin: 0 auto;
}
#postjobcarousel {
    position: relative;
    width: 480px;
    margin: 0 auto;
}

#slides {
    overflow: hidden;
    width: auto;
    height: auto;
    float: left;
}

    #slides ul {
        list-style: none;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #slides li {
        width: 100%;
        height: 100%;
        float: left;
        text-align: center;
        position: relative;
    }

/*start Styles for post job slider*/
#PostJobSlides {
    overflow: hidden;
    width: 370px;
    min-height:200px;
    height: auto;
    float: left;
}

    #PostJobSlides ul {
        list-style: none;
        width: 100%;
        height: 150px;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #PostJobSlides li {
        width: 100%;
        height: 150px;
        float: left;
        text-align: center;
        position: relative;
    }
/*end Styles for post job slider*/

/* Styling for prev and next buttons */

.slide-text span {
    /*color: #004d8c;*/
    font-size: 26px;
    line-height: 30px;
    width: 100%;
    height: 100%;
}

.pjSlide-text span, .pjSlide-text span a {
    color: #666;
    text-decoration:none;
    font-size: 16px;
    line-height: 22px;
    height: 100%;
}

.btn-bar-prev {
    width: 35px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    float: left;
    padding-right:10px;
}

.btn-bar-next {
    width: 35px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.btn-bar-prev .buttons, .btn-bar-next .buttons
{
    padding-left:10px;
}

#PostJobSlides .btn-bar-prev .buttons
{
    padding-left:0px;
}

.buttons {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

    .buttons a {
        text-align: center;
        display: block;
        font-size: 50px;
        float: left;
        outline: 0;
        color: #A4A3A1;
        text-decoration: none;
        display: block;
    }
#postjobcarousel .btn-bar-prev .buttons, #postjobcarousel .btn-bar-next .buttons {
    height: 150px;
}

a#prev:hover,
a#next:hover {
    color: #000;
}

.quote-phrase {
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-size: 24px;
    color: #000;
}

.quoteContainer {
    display: table;
    width: 100%;
    height:100%;
}

@media screen and (max-width: 714px) {
    #carousel, #postjobcarousel {
        width: 100%;
    }

    #slides {
        width: 100%;
    }

    .slide-text span {
        font-size: 20px;
    }

    #PostJobSlides
    {
        width:75%;
    }
}

@media screen and (max-width: 480px) {
    .slide-text span {
        font-size: 14px;
    }
    #slides {
        height:auto;
        width: 100%;
    }
    #PostJobSlides
    {
        width:60%;
    }
}

