@font-face
{
    font-family: 'entypo';
    src: url('entypo.eot');
    src: url('entypo.eot?#iefix') format('embedded-opentype'), url('entypo.woff') format('woff'), url('entypo.ttf') format('truetype'), url('entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cbp-bislideshow
{
    list-style: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
}

    .cbp-bislideshow li
    {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        transition: opacity 1s;
    }

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

    /* ...and hide the images */
    .backgroundsize .cbp-bislideshow li img
    {
        display: none;
    }

.cbp-bislideshow li img
{
    display: block;
    width: 100%;
}

.cbp-bicontrols
{
    position: absolute;
    width: 100%;
    height: 100px;
    top: 38%;
    left: 0;
}

    .cbp-bicontrols span
    {
        float: left;
        width: 100px;
        height: 100px;
        position: relative;
        cursor: pointer;
    }

        .cbp-bicontrols span:before
        {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            font-family: 'entypo';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 100px;
            font-size: 80px;
            color: #fff;
            -webkit-font-smoothing: antialiased;
            opacity: 0.7;
        }

        .cbp-bicontrols span:hover:before
        {
            opacity: 1;
        }

        .cbp-bicontrols span:active:before
        {
            top: 2px;
        }

span.cbp-biplay:before
{
    content: "\e002";
}

span.cbp-bipause:before
{
    content: "\e003";
}

span.cbp-binext:before
{
    content: "\e000";
}

span.cbp-biprev:before
{
    content: "\e001";
}

.cbp-bicontrols span.cbp-binext
{
    float: right;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child
{
    opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img
{
    display: block;
}
/*----------------------Home Slider----------------------------*/
.captionOrange, .captionBlack
{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.captionOrange
{
    background: #EB5100;
    background-color: #7851A4;
}

.captionBlack
{
    font-size: 16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange, A.captionOrange:active, A.captionOrange:visited
{
    color: #ffffff;
    text-decoration: none;
}

    a.captionOrange:hover
    {
        color: #eb5100;
        text-decoration: underline;
        background-color: #eeeeee;
        background-color: rgba(238, 238, 238, 0.7);
    }

.bricon
{
    background: url(../img/browser-icons.png);
}