﻿@charset "UTF-8";
/*bourbon*/

/*flexboxgrid-sass*/

@import "https://fonts.googleapis.com/css?family=Asap:400,700|Lato:400,700,900";
.wrapper {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.row,
.row-0,
.row-2,
.row-5,
.row-10,
.row-20 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-flex: 0;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.row.reverse,
.reverse.row-0,
.reverse.row-2,
.reverse.row-5,
.reverse.row-10,
.reverse.row-20 {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto;
}

.col-xs-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-xs-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-xs-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-xs-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-xs-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-xs-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-xs-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-xs-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
}

.col-xs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
}

.col-xs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
}

.col-xs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
}

.col-xs {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}

.start-xs {
    -webkit-box-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -moz-align-items: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.around-xs {
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 480px) {
    .container {
        width: 100%;
    }
    .col-xxs {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: auto;
    }
    .col-xxs-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xxs-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxs-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-xxs-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xxs-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xxs-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-xxs-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xxs-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xxs-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-xxs-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xxs-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xxs-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-xxs-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 8.3333333333%;
    }
    .col-xxs-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 16.6666666667%;
    }
    .col-xxs-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 25%;
    }
    .col-xxs-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 33.3333333333%;
    }
    .col-xxs-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 41.6666666667%;
    }
    .col-xxs-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 50%;
    }
    .col-xxs-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 58.3333333333%;
    }
    .col-xxs-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 66.6666666667%;
    }
    .col-xxs-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 75%;
    }
    .col-xxs-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 83.3333333333%;
    }
    .col-xxs-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 91.6666666667%;
    }
    .col-xxs-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 100%;
    }
    .col-xxs {
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .start-xxs {
        -webkit-box-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-xxs {
        -webkit-box-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .end-xxs {
        -webkit-box-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-xxs {
        -webkit-box-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .middle-xxs {
        -webkit-box-align: center;
        -moz-align-items: center;
        align-items: center;
    }
    .bottom-xxs {
        -webkit-box-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }
    .around-xxs {
        -moz-justify-content: space-around;
        justify-content: space-around;
    }
    .between-xxs {
        -webkit-box-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
    .first-xxs {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-xxs {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 48em) {
    .container {
        width: 46rem;
    }
    .col-sm {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: auto;
    }
    .col-sm-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 100%;
    }
    .col-sm {
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .start-sm {
        -webkit-box-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -webkit-box-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        -webkit-box-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -webkit-box-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .middle-sm {
        -webkit-box-align: center;
        -moz-align-items: center;
        align-items: center;
    }
    .bottom-sm {
        -webkit-box-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }
    .around-sm {
        -moz-justify-content: space-around;
        justify-content: space-around;
    }
    .between-sm {
        -webkit-box-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 62em) {
    .container {
        width: 61rem;
    }
    .col-md {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: auto;
    }
    .col-md-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 25%;
    }
    .col-md-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 50%;
    }
    .col-md-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 75%;
    }
    .col-md-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 100%;
    }
    .col-md {
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .start-md {
        -webkit-box-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -webkit-box-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .end-md {
        -webkit-box-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -webkit-box-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .middle-md {
        -webkit-box-align: center;
        -moz-align-items: center;
        align-items: center;
    }
    .bottom-md {
        -webkit-box-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }
    .around-md {
        -moz-justify-content: space-around;
        justify-content: space-around;
    }
    .between-md {
        -webkit-box-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem;
    }
    .col-lg {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: auto;
    }
    .col-lg-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 100%;
    }
    .col-lg {
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .start-lg {
        -webkit-box-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -webkit-box-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        -webkit-box-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -webkit-box-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .middle-lg {
        -webkit-box-align: center;
        -moz-align-items: center;
        align-items: center;
    }
    .bottom-lg {
        -webkit-box-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }
    .around-lg {
        -moz-justify-content: space-around;
        justify-content: space-around;
    }
    .between-lg {
        -webkit-box-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

/*bootstrap*/

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .btn-o>.caret,
    .dropup>.btn>.caret,
    .dropup>.btn-o>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #ff5d00;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #c29000;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 1px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #ff5d00;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #dba300;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #ff5d00;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #dba300;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 1px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 1px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 1px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row,
.row-0,
.row-2,
.row-5,
.row-10,
.row-20 {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row-0:before,
.row-2:before,
.row-5:before,
.row-10:before,
.row-20:before,
.row:after,
.row-0:after,
.row-2:after,
.row-5:after,
.row-10:after,
.row-20:after {
    content: " ";
    display: table;
}

.row:after,
.row-0:after,
.row-2:after,
.row-5:after,
.row-10:after,
.row-20:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 11px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdbdb;
    border-radius: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 42px;
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm>.input-group-btn>input[type="date"].btn-o,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm>.input-group-btn>input[type="time"].btn-o,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn-o,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm>.input-group-btn>input[type="month"].btn-o,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg>.input-group-btn>input[type="date"].btn-o,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg>.input-group-btn>input[type="time"].btn-o,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn-o,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg>.input-group-btn>input[type="month"].btn-o,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-lg>.input-group-btn>.form-control-static.btn-o,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.input-group-sm>.input-group-btn>.form-control-static.btn-o {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.input-group-btn>.btn-o {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>.input-group-btn>select.btn-o {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>.input-group-btn>textarea.btn-o,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>select[multiple].btn-o {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>.btn-o {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 1px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>.input-group-btn>select.btn-o {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>.input-group-btn>textarea.btn-o,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>select[multiple].btn-o {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 1px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback,
.has-icon {
    position: relative;
}

.has-feedback .form-control,
.has-icon .form-control {
    padding-right: 52.5px;
}

.form-control-feedback,
.form-control-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn-o+.form-control-feedback,
.input-lg+.form-control-icon,
.input-group-lg>.form-control+.form-control-icon,
.input-group-lg>.input-group-addon+.form-control-icon,
.input-group-lg>.input-group-btn>.btn+.form-control-icon,
.input-group-lg>.input-group-btn>.btn-o+.form-control-icon,
.input-group-lg+.form-control-feedback,
.input-group-lg+.form-control-icon,
.form-group-lg .form-control+.form-control-feedback,
.form-group-lg .form-control+.form-control-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn-o+.form-control-feedback,
.input-sm+.form-control-icon,
.input-group-sm>.form-control+.form-control-icon,
.input-group-sm>.input-group-addon+.form-control-icon,
.input-group-sm>.input-group-btn>.btn+.form-control-icon,
.input-group-sm>.input-group-btn>.btn-o+.form-control-icon,
.input-group-sm+.form-control-feedback,
.input-group-sm+.form-control-icon,
.form-group-sm .form-control+.form-control-feedback,
.form-group-sm .form-control+.form-control-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback,
.has-success .form-control-icon {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback,
.has-warning .form-control-icon {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback,
.has-error .form-control-icon {
    color: #a94442;
}

.has-feedback label~.form-control-feedback,
.has-icon label~.form-control-feedback,
.has-feedback label~.form-control-icon,
.has-icon label~.form-control-icon {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback,
.has-icon label.sr-only~.form-control-feedback,
.has-feedback label.sr-only~.form-control-icon,
.has-icon label.sr-only~.form-control-icon {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback,
    .form-inline .has-icon .form-control-feedback,
    .form-inline .has-feedback .form-control-icon,
    .form-inline .has-icon .form-control-icon {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 31px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 11px;
    }
}

.form-horizontal .has-feedback .form-control-feedback,
.form-horizontal .has-icon .form-control-feedback,
.form-horizontal .has-feedback .form-control-icon,
.form-horizontal .has-icon .form-control-icon {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn,
.btn-o {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn-o:focus,
.btn.focus,
.focus.btn-o,
.btn:active:focus,
.btn-o:active:focus,
.btn:active.focus,
.btn-o:active.focus,
.btn.active:focus,
.active.btn-o:focus,
.btn.active.focus,
.active.focus.btn-o {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn-o:hover,
.btn:focus,
.btn-o:focus,
.btn.focus,
.focus.btn-o {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn-o:active,
.btn.active,
.active.btn-o {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.disabled.btn-o,
.btn[disabled],
[disabled].btn-o,
fieldset[disabled] .btn,
fieldset[disabled] .btn-o {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

a.btn.disabled,
a.disabled.btn-o,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn-o {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #ff5d00;
    border-color: #f5b600;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #dba300;
    border-color: #755700;
}

.btn-primary:hover {
    color: #fff;
    background-color: #dba300;
    border-color: #b78900;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #dba300;
    border-color: #b78900;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #b78900;
    border-color: #755700;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #ff5d00;
    border-color: #f5b600;
}

.btn-primary .badge {
    color: #ff5d00;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #ff5d00;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #c29000;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>.btn-o {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 1px;
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.btn-o {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-xs,
.btn-group-xs>.btn,
.btn-group-xs>.btn-o {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ff5d00;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group>.btn-o,
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-o {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn-o:hover,
.btn-group>.btn:focus,
.btn-group>.btn-o:focus,
.btn-group>.btn:active,
.btn-group>.btn-o:active,
.btn-group>.btn.active,
.btn-group>.active.btn-o,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn-o:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn-o:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn-o:active,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.active.btn-o {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn-o+.btn,
.btn-group .btn+.btn-o,
.btn-group .btn-o+.btn-o,
.btn-group .btn+.btn-group,
.btn-group .btn-o+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-o,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-o,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-o,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-o:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child,
.btn-group>.btn-o:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-o:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.btn-o:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-o {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn-o:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn-o:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-o+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-o+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret,
.btn-o .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
.btn-group-lg>.btn-o .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .btn-group-lg>.btn-o .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-o,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn-o {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn-o {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn-o+.btn,
.btn-group-vertical>.btn+.btn-o,
.btn-group-vertical>.btn-o+.btn-o,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-o+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-o,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-o:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.btn-o:first-child:not(:last-child) {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>.btn-o:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-o {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn-o:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-o:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-o,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .btn-o {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-o input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-o input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn-o input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn-o input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #dbdbdb;
    border-radius: 1px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.input-group-sm>.input-group-btn>.input-group-addon.btn-o {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 1px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.input-group-lg>.input-group-btn>.input-group-addon.btn-o {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 1px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-o,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.btn-group>.btn-o,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-o:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-o {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-o,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.btn-group>.btn-o,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-o:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-o {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn,
.input-group-btn>.btn-o {
    position: relative;
}

.input-group-btn>.btn+.btn,
.input-group-btn>.btn-o+.btn,
.input-group-btn>.btn+.btn-o,
.input-group-btn>.btn-o+.btn-o {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn-o:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn-o:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn-o:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-o,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-o,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #ff5d00;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 1px 1px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 1px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #ff5d00;
}

.nav-stacked>li,
.nav-stacked-0>li {
    float: none;
}

.nav-stacked>li+li,
.nav-stacked-0>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 1px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 1px 1px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 1px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 4px;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback,
    .navbar-form .has-icon .form-control-feedback,
    .navbar-form .has-feedback .form-control-icon,
    .navbar-form .has-icon .form-control-icon {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 4px;
    margin-bottom: 4px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn,
.btn-group-sm>.navbar-btn.btn-o {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn,
.btn-group-xs>.navbar-btn.btn-o {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 1px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>.active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 1px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 25px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #ff5d00;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #c29000;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #ff5d00;
    border-color: #ff5d00;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #363636;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label,
.btn-o .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    color: #363636;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #ff5d00;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #dba300;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge,
.btn-o .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn-o .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn-o .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #ff5d00;
    background-color: #fff;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #ff5d00;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 1px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 1px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ff5d00;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #ff5d00;
    border-color: #ff5d00;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #fff6db;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 0px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 0px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 0px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 0px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 1px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #ff5d00;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #ff5d00;
    border-color: #ff5d00;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ff5d00;
}

.panel-primary>.panel-heading .badge {
    color: #ff5d00;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ff5d00;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 1px;
}

.well-sm {
    padding: 9px;
    border-radius: 1px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn,
.modal-footer .btn-o+.btn,
.modal-footer .btn+.btn-o,
.modal-footer .btn-o+.btn-o {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .btn-o+.btn,
.modal-footer .btn-group .btn+.btn-o,
.modal-footer .btn-group .btn-o+.btn-o {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 1px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0px 0px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn,
.carousel-caption .btn-o {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.help-nav-tabs:before,
.clearfix:after,
.help-nav-tabs:after {
    content: " ";
    display: table;
}

.clearfix:after,
.help-nav-tabs:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*font-awesome*/

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.8571428571em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack,
.fa-stack-sm {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*node-waves*/

/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.waves-float:active {
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}

/*owl-carousel*/

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*
 *  Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

ol {
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem 0.3125rem 0rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 0.625rem 0rem;
    font-weight: normal;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.bg-white {
    background: white;
}

.bg-red {
    background: #db1b4c;
}

.bg-green {
    background: #7ec803;
}

.bg-darker-green {
    background: #7DA600;
}

.bg-yellow,
.bg-primary {
    background: #ff5d00;
}

.bg-light-pink {
    background: #fffbea;
}

.bg-blue {
    background: #6fc4ff;
}

.bg-grey {
    background: #252525;
}

.bg-light-grey {
    background: #cccccc;
}

.bg-lighter-grey {
    background: #ececec;
}

.bg-lightest-grey {
    background: #f5f5f5;
}

.primary,
.yellow {
    color: #ff5d00;
}

.hover-primary:hover,
.hover-primary:focus,
.hover-yellow:hover,
.hover-yellow:focus {
    color: #ff5d00;
}

.active-primary:active,
.active-primary.active,
.active-yellow:active,
.active-yellow.active {
    color: #ff5d00;
}

.hover-grey:hover,
.hover-grey:focus {
    color: #333333;
}

.active-grey:active,
.active-grey.active {
    color: #333333;
}

.hover-blue:hover,
.hover-blue:focus {
    color: #6fc4ff;
}

.active-blue:active,
.active-blue.active {
    color: #6fc4ff;
}

.pink {
    color: #fbd698;
}

.hover-pink:hover,
.hover-pink:focus {
    color: #fbd698;
}

.active-pink:active,
.active-pink.active {
    color: #fbd698;
}

.light-green {
    color: #cce877;
}

.hover-green:hover,
.hover-green:focus {
    color: #f9c0c7;
}

.active-green:active,
.active-green.active {
    color: #f9c0c7;
}

.red {
    color: #db1b4c;
}

.green {
    color: #7ec803;
}

.blue {
    color: #0066ff;
}

.brown {
    color: #cc9900;
}

.bg-brown {
    background-color: #cc9900;
}

.grey {
    color: #333333;
}

.light-grey {
    color: #666666;
}

.lighter-grey {
    color: #999999;
}

.lightest-grey {
    color: #cccccc;
}

.black {
    color: black;
}

.white {
    color: white;
}

.hover-white:hover,
.hover-white:focus {
    color: white;
}

.active-white:active,
.active-white.active {
    color: white;
}

.message-red {
    color: #d70d56;
}

.facebook-blue {
    color: #3b5999;
}

.twitter-blue {
    color: #55acee;
}

.youtube-red {
    color: #cd201f;
}

.android-color {
    color: #A4C639;
}

.apple-color {
    color: #DBDDDE;
}

.color-classic {
    color: #ff5d00;
}

.color-jackpot {
    color: #00a1e5;
}

.color-jackpotgold {
    color: #f08122;
}

.color-mgold {
    color: #ff9e14;
}

.color-powerball {
    color: #ed1b24;
}

.lato {
    font-family: "Lato", sans-serif;
}

.asap,
.mobile-menu-nav .main-nav,
.mobile-menu-nav .sub-nav {
    font-family: "Asap", sans-serif;
}

.text-normal {
    font-weight: normal;
}

.text-initial {
    text-transform: initial;
}

html,
body,
div,
p,
ul,
ol,
a {
    font-family: "Lato", sans-serif;
    font-weight: normal;
}

html,
body {
    font-size: 12px;
}

div,
a,
p {
    font-size: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bold,
.mobile-menu-nav .main-nav,
.mobile-menu-nav .main-nav-btn,
.mobile-menu-nav .sub-nav,
b,
strong {
    font-family: "Asap", sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
    margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.italic {
    font-style: italic;
}

.no-underline {
    text-decoration: none;
}

.no-underline:hover,
.no-underline:focus {
    text-decoration: none;
    outline: none;
}

.strike {
    text-decoration: line-through;
}

.title-divider {
    width: 50px;
    border-top: 3px solid #252525;
    margin: 15px auto 20px;
}

@media only screen and (min-width: 768px) {
    .title-divider {
        margin: 15px auto 40px;
    }
}

.title-divider.border-white {
    border-color: white;
}

.font-8 {
    font-size: 8px;
}

.font-9 {
    font-size: 9px;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-34 {
    font-size: 34px;
}

.font-36 {
    font-size: 36px;
}

.font-38 {
    font-size: 38px;
}

.font-40 {
    font-size: 40px;
}

.font-42 {
    font-size: 42px;
}

.font-56 {
    font-size: 56px;
}

.font-60 {
    font-size: 60px;
}

@media only screen and (min-width: 480px) {
    .font-xs-8 {
        font-size: 8px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-9 {
        font-size: 9px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-10 {
        font-size: 10px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-11 {
        font-size: 11px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-12 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-14 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-15 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-16 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-18 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-20 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-22 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-24 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-26 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-28 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-30 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-32 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-34 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-36 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-38 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-40 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-42 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-56 {
        font-size: 56px;
    }
}

@media only screen and (min-width: 480px) {
    .font-xs-60 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-8 {
        font-size: 8px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-9 {
        font-size: 9px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-10 {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-11 {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-12 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-14 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-15 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-16 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-18 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-20 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-22 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-24 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-26 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-28 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-30 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-32 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-34 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-36 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-38 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-40 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-42 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-56 {
        font-size: 56px;
    }
}

@media only screen and (min-width: 768px) {
    .font-sm-60 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-8 {
        font-size: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-9 {
        font-size: 9px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-10 {
        font-size: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-11 {
        font-size: 11px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-12 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-14 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-15 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-16 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-18 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-20 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-22 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-24 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-26 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-28 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-30 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-32 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-34 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-36 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-38 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-40 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-42 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-56 {
        font-size: 56px;
    }
}

@media only screen and (min-width: 992px) {
    .font-md-60 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-8 {
        font-size: 8px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-9 {
        font-size: 9px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-10 {
        font-size: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-11 {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-12 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-14 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-15 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-16 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-18 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-20 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-22 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-24 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-26 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-28 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-30 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-32 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-34 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-36 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-38 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-40 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-42 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-56 {
        font-size: 56px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-lg-60 {
        font-size: 60px;
    }
}

@font-face {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-video-play:before {
    content: "\e902";
}

.icon-close:before {
    content: "\e901";
}

.icon-filter:before {
    content: "\e900";
}

.cms-bootstrap [class^="icon-"],
.cms-bootstrap [class*=" icon-"] {
    font-family: 'Core-icons' !important;
}

.btn,
.btn-o {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: bold;
    outline: none !important;
    box-shadow: 0 2px 2px 0 rgba(37, 37, 37, 0.14), 0 1px 5px 0 rgba(37, 37, 37, 0.12), 0 3px 1px -2px rgba(37, 37, 37, 0.2);
}

@media only screen and (min-width: 768px) {
    .btn,
    .btn-o {
        padding: 10px 25px;
    }
}

.btn:hover,
.btn-o:hover {
    box-shadow: 0 3px 3px 0 rgba(37, 37, 37, 0.14), 0 1px 7px 0 rgba(37, 37, 37, 0.12), 0 3px 1px -1px rgba(37, 37, 37, 0.2);
}

.btn.btn-primary,
.btn-primary.btn-o {
    color: black;
}

.btn.btn-primary:focus,
.btn-primary.btn-o:focus,
.btn.btn-primary:hover,
.btn-primary.btn-o:hover {
    color: black;
}

.btn-o {
    background: transparent;
}

.btn-o:hover,
.btn-o:active {
    background: transparent;
}

.btn-bordered,
.btn-bordered-black {
    border: 3px solid #ff5d00;
}

.btn-bordered-grey {
    border: 3px solid #666666;
}

.btn-long {
    padding: 10px 55px;
}

.btn-full {
    width: 100%;
}

.btn-bordered-black {
    border-color: #666666;
}

.btn-clear {
    border: 0;
    background: transparent;
}

.btn-process .fa-spin {
    color: #454545 !important;
    margin-right: 6px;
}

.waves-primary .waves-ripple {
    background: rgba(102, 68, 0, 0.4);
    background: -webkit-radial-gradient(rgba(102, 68, 0, 0.4) 0, rgba(102, 68, 0, 0.3) 40%, rgba(102, 68, 0, 0.4) 50%, rgba(102, 68, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(102, 68, 0, 0.4) 0, rgba(102, 68, 0, 0.3) 40%, rgba(102, 68, 0, 0.4) 50%, rgba(102, 68, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.pagination>li,
.pagination li {
    display: inline;
}

.pagination>li.disabled,
.pagination li.disabled {
    opacity: .5;
    pointer-events: none;
}

.pagination>li>a,
.pagination li a {
    padding: 6px 10px;
    background: transparent;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border: 0;
    color: #666666;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination li a:hover,
.pagination li a:focus {
    background: black;
    color: white;
}

.pagination>li.active>a,
.pagination li.active a {
    background: black;
    color: white;
}

.pagination>li.active>a:hover,
.pagination>li.active>a:focus,
.pagination li.active a:hover,
.pagination li.active a:focus {
    background: black;
    color: white;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    color: inherit;
}

.nav-pills>li.active>a {
    cursor: default;
}

.nav-pills>li+li {
    margin-left: -1px;
}

.nav-pills>li>a {
    text-transform: uppercase;
    padding: 15px;
    color: inherit;
    line-height: 1;
    border-left-width: 0;
    border-right-width: 0;
}

@media only screen and (min-width: 768px) {
    .nav-pills>li>a {
        min-width: 155px;
    }
}

.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    color: #666666;
}

.nav-bold>li>a {
    font-weight: 900;
    font-family: "Asap", sans-serif;
}

.nav-lg>li>a {
    font-weight: 900;
    font-family: "Asap", sans-serif;
    padding: 15px 20px;
    font-size: 15px;
}

@media only screen and (min-width: 768px) {
    .nav-sm-lg>li>a {
        font-weight: 900;
        font-family: "Asap", sans-serif;
        padding: 15px 20px;
        font-size: 15px;
        min-width: 180px;
    }
}

@media only screen and (min-width: 992px) {
    .nav-md-lg>li>a {
        font-weight: 900;
        font-family: "Asap", sans-serif;
        padding: 15px 20px;
        font-size: 15px;
        min-width: 180px;
    }
}

.nav-tabs {
    display: -webkit-box;
    display: flex;
    border: 0;
}

.nav-tabs>li {
    float: none;
    display: inline-block;
}

.nav-tabs>li:first-child {
    margin-left: auto;
}

.nav-tabs>li:last-child {
    margin-right: auto;
}

.nav-tabs>li:last-child>a {
    margin-right: 0;
}

.nav-tabs>li>a {
    background: #ececec;
    border: 0;
    border-bottom: 5px solid #ececec;
    padding: 15px 25px 15px 15px;
    height: 100%;
    text-align: left;
    /*max-width: 326px;*/
    -webkit-transition: background .3s, border .3s ease-in-out;
    transition: background .3s, border .3s ease-in-out;
    display: inline-block;
    color: black;
}

@media only screen and (min-width: 768px) {
    .nav-tabs>li>a {
        padding: 20px;
    }
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: white;
    color: black;
    border: 0;
    border-bottom: 5px solid #ff5d00;
}

.tab-title {
    font-size: 18px;
    font-family: "Asap", sans-serif;
    font-weight: 900;
}

.tab-desc {
    font-size: 14px;
    font-family: "Asap", sans-serif;
}

.select-control {
    position: relative;
}

.select-control:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 14px;
    color: #ff5d00;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    pointer-events: none;
}

.select-control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-left: 10px;
    text-overflow: '';
}

.select-control select::-ms-expand {
    visibility: hidden;
}

.form-control-icon {
    pointer-events: auto;
}

.search-input {
    position: relative;
    color: #959595;
}

.search-input .form-control {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    padding: 14px 15px 14px 35px;
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
}

@media only screen and (min-width: 768px) {
    .search-input .form-control {
        font-size: 24px;
        padding: 14px 15px 14px 45px;
    }
}

.search-input .fa {
    position: absolute;
    top: 10px;
    left: 2px;
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .search-input .fa {
        top: 6px;
        font-size: 26px;
    }
}

.form-row {
    margin-bottom: 25px;
}

.form-group {
    /* need to make sure the form-group margin bottom have at least 15px space for error messages */
    /*margin-bottom: 0;*/
}

.label {
    font-size: 13px;
}

@media only screen and (min-width: 992px) {
    .label {
        font-size: 15px;
    }
}

.form-control {
    padding: 10px 15px;
}

select.form-control {
    padding: 10px 25px 10px 10px;
}

select.form-control:after {
    pointer-events: none;
}

.checkbox-circle-wrapper>* {
    display: inline-block;
    vertical-align: middle;
}

.checkbox-hidden {
    display: none !important;
}

.checkbox-hidden:checked+.checkbox-circle:before {
    opacity: 1;
}

.checkbox-circle {
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid #666666;
    border-radius: 50%;
    color: #666666;
    margin: 0;
}

.checkbox-circle:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #ff5d00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    will-change: opacity;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.form-group .form-error,
.filter-group .form-error {
    position: absolute;
    margin: 2px 0 0;
    line-height: 1;
}

.form-multicalculator.form-group {
    position: relative;
}

.table>tbody>tr>th {
    background: #cc9900;
    padding: 20px 10px;
    color: white;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .table>tbody>tr>th {
        font-size: 16px;
    }
}

.table>thead>tr>th {
    background: #cc9900;
    padding: 20px 10px;
    color: white;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .table>thead>tr>th {
        font-size: 16px;
    }
}

.table>tbody>tr>td {
    background: white;
    padding: 10px;
    font-size: 13px;
}

@media only screen and (min-width: 768px) {
    .table>tbody>tr>td {
        font-size: 14px;
    }
}

.table.grey>tbody>tr>td {
    background: #ececec;
    border-color: white;
}

.table.table-text-center th {
    text-align: center;
}

.table.table-text-center td {
    text-align: center;
}

.table.table-text-valign-middle th {
    vertical-align: middle;
}

.table.table-text-valign-middle td {
    vertical-align: middle;
}

.table-p-lg>tbody>tr>th {
    padding: 10px;
}

.table-p-lg>tbody>tr>td {
    padding: 10px;
}

@media only screen and (min-width: 768px) {
    .table-p-lg>tbody>tr>td {
        padding: 20px;
    }
}

.table-p-xs>tbody>tr>th {
    padding: 10px;
}

.table-p-xs>tbody>tr>td {
    padding: 10px;
}

.table-bordered-bottom>tbody>tr>td {
    border-bottom: 1px solid #ececec;
}

.table-fluidscroll {
    width: 100%;
    border-collapse: collapse;
}

@media (max-width: 767px) {
    .table-fluidscroll thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}

@media (max-width: 767px) {
    .table-fluidscroll tbody tr {
        background: white;
    }
}

@media (max-width: 767px) {
    .table-fluidscroll tbody tr:nth-of-type(odd) {
        background: #ccc;
    }
}

.table-fluidscroll td,
.table-fluidscroll th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

@media (max-width: 767px) {
    .table-fluidscroll thead,
    .table-fluidscroll tbody,
    .table-fluidscroll th,
    .table-fluidscroll td,
    .table-fluidscroll tr {
        display: block;
    }
}

.table-fluidscroll>thead>tr>th,
.table-fluidscroll>tbody>tr>th {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 767px) {
    .table-fluidscroll>thead>tr>th,
    .table-fluidscroll>tbody>tr>th {
        background: #333;
    }
}

@media only screen and (min-width: 768px) {
    .table-fluidscroll>thead>tr>th,
    .table-fluidscroll>tbody>tr>th {
        padding: 14px 8px;
    }
}

@media only screen and (min-width: 992px) {
    .table-fluidscroll>thead>tr>th,
    .table-fluidscroll>tbody>tr>th {
        font-size: 16px;
        padding: 16px 10px;
    }
}

@media only screen and (min-width: 992px) {
    .table-fluidscroll>thead>tr>th,
    .table-fluidscroll>tbody>tr>th {
        padding: 20px 10px;
    }
}

.table-fluidscroll>tbody>tr>td {
    padding: 8px;
}

@media (max-width: 767px) {
    .table-fluidscroll>tbody>tr>td {
        background: transparent !important;
        border: none;
        border-top: 1px solid #eee;
        position: relative;
        min-height: 55px !important;
        padding-left: 130px !important;
    }
}

@media only screen and (min-width: 768px) {
    .table-fluidscroll>tbody>tr>td {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .table-fluidscroll>tbody>tr>td {
        font-size: 14px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .table-fluidscroll>tbody>tr>td:before {
        content: attr(data-th);
        position: absolute;
        top: 8px;
        left: 10px;
        width: 100px;
        font-family: "Asap", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.3;
        text-align: right;
    }
}

.hero-banner,
.hero-banner-lg,
.owl-carousel .hero-banner-lg {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    height: auto;
    max-height: 598px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 992px) {
    .hero-banner,
    .hero-banner-lg,
    .owl-carousel .hero-banner-lg {
        margin-top: 0;
    }
}

.hero-banner:before,
.hero-banner-lg:before,
.owl-carousel .hero-banner-lg:before {
    content: '';
    display: block;
    padding-top: 28%;
}

@media only screen and (min-width: 992px) {
    .hero-banner:before,
    .hero-banner-lg:before,
    .owl-carousel .hero-banner-lg:before {
        padding-top: 34%;
    }
}

.hero-banner-content {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 767px) {
    .hero-banner-lg .hero-banner-content {
        padding: 15px 15px 10px;
    }
}

@media (max-width: 991px) {
    .hero-banner-lg .hero-banner-content {
        position: relative;
        top: initial;
        bottom: initial;
        -webkit-transform: initial;
        transform: initial;
        padding: 20px 15px 10px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-banner-lg .hero-banner-content {
        top: calc(50% - 50px);
    }
}

.hero-banner-content h1 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #484848;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 22px;
}

@media only screen and (min-width: 768px) {
    .hero-banner-content h1 {
        font-size: 30px;
    }
}

.hero-banner-lg .hero-banner-content h1 {
    margin: 0;
    font-size: 42px;
}

@media (max-width: 767px) {
    .hero-banner-lg .hero-banner-content h1 {
        color: #333333;
        font-size: 30px;
        text-shadow: none;
        text-align: center;
        line-height: 1;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-banner-lg .hero-banner-content h1 {
        font-size: 72px;
    }
}

.hero-banner-content h1:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 40px;
    height: 3px;
    background-color: white;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.8);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-banner-lg .hero-banner-content h1:after {
    content: none;
}

.hero-banner-content .game-page-description {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    color: #333333;
    float: right;
    text-align: right;
    margin-top: -60px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    bottom: -5px;
}

@media only screen and (min-width: 992px) {
    .hero-banner-content .game-page-description {
        color: #ff5d00;
        font-size: 28px;
        font-weight: bold;
        text-shadow: 2px 2px 2px #484848;
        background: transparent;
        position: static;
        padding: 0;
        max-width: 410px;
    }
}

.hero-banner-lg {
    max-height: 868px;
}

.hero-banner-lg:before {
    content: '';
    display: block;
    padding-top: 50%;
}

.owl-carousel .hero-banner-lg {
    max-height: none;
}

@media (max-width: 991px) {
    .owl-carousel .hero-banner-lg {
        background: none !important;
        padding-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .owl-carousel .hero-banner-lg {
        min-height: 650px;
        max-height: 650px;
    }
}

.owl-carousel .hero-banner-lg:before {
    padding-top: 0;
}

.owl-carousel .hero-banner-lg .hero-banner-content {
    top: calc(42%);
	padding-top: 30px;
}

@media only screen and (min-width: 992px) {
    .owl-carousel .hero-banner-lg .hero-banner-content {
        text-align: left;
    }
}

.owl-carousel .hero-banner-lg h1 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    margin-bottom: 12px;
    text-align: center;
    text-shadow: none;
}

@media only screen and (min-width: 768px) {
    .owl-carousel .hero-banner-lg h1 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .owl-carousel .hero-banner-lg h1 {
        color: white;
        font-size: 64px;
        text-shadow: 2px 2px 2px #484848;
        text-transform: uppercase;
        text-align: left;
        line-height: 1;
        max-width: 450px;
    }
}

.owl-carousel .hero-banner-lg h2 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 12px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .owl-carousel .hero-banner-lg h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .owl-carousel .hero-banner-lg h2 {
        color: white;
        font-size: 42px;
        text-shadow: 2px 2px 2px #484848;
        text-transform: uppercase;
        text-align: left;
        line-height: 1;
        max-width: 450px;
    }
}

.owl-carousel .hero-banner-lg h3 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 12px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .owl-carousel .hero-banner-lg h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .owl-carousel .hero-banner-lg h3 {
        color: white;
        font-size: 32px;
        text-shadow: 2px 2px 2px #484848;
        text-transform: uppercase;
        text-align: left;
        line-height: 1;
        max-width: 450px;
    }
}

.owl-carousel .hero-banner-lg h5 {
    font-family: "Asap", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    position: relative;
    margin-bottom: 12px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .owl-carousel .hero-banner-lg h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .owl-carousel .hero-banner-lg h5 {
        color: white;
        font-size: 20px;
        text-shadow: 2px 2px 2px #484848;
        text-align: left;
        max-width: 450px;
    }
}

.owl-carousel .hero-banner-lg .btn-banner-cta {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    padding: 8px 20px;
}

@media only screen and (min-width: 768px) {
    .owl-carousel .hero-banner-lg .btn-banner-cta {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .owl-carousel .hero-banner-lg .btn-banner-cta {
        margin-top: 15px;
    }
}

.hero-banner-xs {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .hero-banner-xs {
        display: none !important;
    }
}

.container-sm {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-sm {
    *zoom: 1;
}

.container-sm:before,
.container-sm:after {
    content: "";
    display: table;
}

.container-sm:after {
    clear: both;
}

@media only screen and (min-width: 768px) {
    .container-sm {
        width: 600px;
    }
}

@media only screen and (min-width: 992px) {
    .container-sm {
        width: 582px;
    }
}

@media only screen and (min-width: 1200px) {
    .container-sm {
        width: 702px;
    }
}

.container-md {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-md {
    *zoom: 1;
}

.container-md:before,
.container-md:after {
    content: "";
    display: table;
}

.container-md:after {
    clear: both;
}

@media only screen and (min-width: 768px) {
    .container-md {
        width: 675px;
    }
}

@media only screen and (min-width: 992px) {
    .container-md {
        width: 873px;
    }
}

@media only screen and (min-width: 1200px) {
    .container-md {
        width: 936px;
    }
}

.page-wrapper {
    background: #ececec;
    padding: 30px 0 0;
}

@media only screen and (min-width: 768px) {
    .page-wrapper {
        padding: 50px 0 0;
    }
}

.page-tabs-wrapper {
    padding: 0;
    margin: 0 -15px;
}

@media only screen and (min-width: 768px) {
    .page-tabs-wrapper {
        margin-top: -50px;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) {
    .page-tabs-wrapper {
        padding: 0 100px;
    }
}

.page-tab {
    padding: 15px 5px;
    color: #ff5d00;
    background: #252525;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "Asap", sans-serif;
    -webkit-transition: color .5s, background .5s ease-in-out;
    transition: color .5s, background .5s ease-in-out;
    position: relative;
    display: block;
}

@media only screen and (min-width: 480px) {
    .page-tab {
        padding: 15px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .page-tab {
        padding: 30px 15px;
        font-size: 24px;
    }
}

.page-tab:hover,
.page-tab:focus,
.page-tab.active {
    text-decoration: none;
    color: #252525;
    background: #ff5d00;
}

.page-tab.active:before {
    content: '';
    border: 10px solid rgba(255, 194, 15, 0);
    border-top-color: #ff5d00;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

.page-tab-logo {
    margin: -14px 12px -10px 0;
    display: none;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .page-tab-logo {
        display: inline-block;
    }
}

.page-tab-logo img {
    display: block;
}

.page-description {
    text-align: center;
    padding: 30px 0;
}

@media only screen and (min-width: 768px) {
    .page-description {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 768px) {
    .page-description {
        padding: 40px 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .page-description {
        padding: 40px 18%;
    }
}

.page-description p {
    font-size: 14px;
    color: #333333;
}

@media only screen and (min-width: 992px) {
    .page-description p {
        font-size: 16px;
    }
}

.disclaimer {
    text-align: center;
    margin: 25px 0;
}

@media only screen and (min-width: 768px) {
    .disclaimer {
        margin: 40px 0;
    }
}

.disclaimer p {
    font-size: 12px;
    color: #ff0000;
}

@media only screen and (min-width: 768px) {
    .disclaimer p {
        font-size: 14px;
    }
}

.panel.with-indicator {
    border: 0;
    min-height: auto;
}

.panel-group .panel.with-indicator+.panel {
    margin: 0;
    border-top: 1px solid #ececec;
}

.panel.with-indicator>.panel-heading {
    padding: 0;
}

.panel.with-indicator>.panel-heading>h4 {
    font-family: "Asap", sans-serif;
    font-weight: 900;
    font-size: 13px;
}

@media only screen and (min-width: 768px) {
    .panel.with-indicator>.panel-heading>h4 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .panel.with-indicator>.panel-heading>h4 {
        font-size: 18px;
    }
}

.panel.with-indicator>.panel-heading>h4>a[data-toggle] {
    display: block;
    padding: 15px 55px 15px 15px;
    position: relative;
    text-decoration: none;
}

.panel.with-indicator>.panel-heading>h4>a[data-toggle][aria-expanded="true"]:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel.with-indicator>.panel-heading>h4>a[data-toggle]:before,
.panel.with-indicator>.panel-heading>h4>a[data-toggle]:after {
    content: '';
    display: block;
    height: 100%;
    width: 49px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.panel.with-indicator>.panel-heading>h4>a[data-toggle]:before {
    content: '\f078';
    display: block;
    z-index: 1;
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.panel.with-indicator>.panel-heading>h4>a[data-toggle]:after {
    background: #ff5d00;
}

.panel.with-indicator>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
}

.nav-active-arrow-right>li>a {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.nav-active-arrow-right>li.active>a,
.nav-active-arrow-right>li.active>a:hover,
.nav-active-arrow-right>li.active>a:focus,
.nav-active-arrow-right>li>a:hover,
.nav-active-arrow-right>li>a:focus {
    color: inherit !important;
    background: #ff5d00;
}

.nav-active-arrow-right>li.active:before {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    border-width: 25.5px 0 25.5px 15px;
}

.nav-active-arrow-right>li {
    position: relative;
}

.nav-active-arrow-right>li:before {
    content: "";
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(255, 194, 15, 0);
    border-width: 25.5px 0 25.5px 0;
    margin-top: -25.5px;
    border-left-color: #ff5d00;
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    top: 50%;
    left: 99.9%;
}

.nav-active-arrow-right.active-dark-grey>li>a {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.nav-active-arrow-right.active-dark-grey>li.active>a,
.nav-active-arrow-right.active-dark-grey>li.active>a:hover,
.nav-active-arrow-right.active-dark-grey>li.active>a:focus,
.nav-active-arrow-right.active-dark-grey>li>a:hover,
.nav-active-arrow-right.active-dark-grey>li>a:focus {
    color: inherit !important;
    background: #343535;
}

.nav-active-arrow-right.active-dark-grey>li.active:before {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    border-width: 25.5px 0 25.5px 15px;
}

.nav-active-arrow-right.active-dark-grey>li {
    position: relative;
}

.nav-active-arrow-right.active-dark-grey>li:before {
    content: "";
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(52, 53, 53, 0);
    border-width: 25.5px 0 25.5px 0;
    margin-top: -25.5px;
    border-left-color: #343535;
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    top: 50%;
    left: 99.9%;
}

.nav-active-arrow-right.active-grey>li>a {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.nav-active-arrow-right.active-grey>li.active>a,
.nav-active-arrow-right.active-grey>li.active>a:hover,
.nav-active-arrow-right.active-grey>li.active>a:focus,
.nav-active-arrow-right.active-grey>li>a:hover,
.nav-active-arrow-right.active-grey>li>a:focus {
    color: inherit !important;
    background: #4C4A49;
}

.nav-active-arrow-right.active-grey>li.active:before {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    border-width: 25.5px 0 25.5px 15px;
}

.nav-active-arrow-right.active-grey>li {
    position: relative;
}

.nav-active-arrow-right.active-grey>li:before {
    content: "";
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(76, 74, 73, 0);
    border-width: 25.5px 0 25.5px 0;
    margin-top: -25.5px;
    border-left-color: #4C4A49;
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    top: 50%;
    left: 99.9%;
}

.nav-pills-border>li:first-child>a,
.nav-pills.border-grey>li:first-child>a,
.nav-pills.border-dark-grey>li:first-child>a,
.nav-pills.border-dark-semi-grey>li:first-child>a {
    border-left: 1px solid #ff5d00;
}

.nav-pills-border>li>a,
.nav-pills.border-grey>li>a,
.nav-pills.border-dark-grey>li>a,
.nav-pills.border-dark-semi-grey>li>a {
    border: 1px solid #ff5d00;
}

.nav-stacked-0 {
    /*> li + li,
  &.nav-pills-border-0 > li + li {
    margin: 0;
  }

  &.nav-pills > li + li {
    margin: -1px 0 0;
  }*/
}

.nav-stacked-0>li,
.nav-stacked-0>li+li {
    margin-top: 0;
}

.nav-pills-border.nav-stacked-0>li:first-child>a,
.nav-stacked-0.nav-pills.border-grey>li:first-child>a,
.nav-stacked-0.nav-pills.border-dark-grey>li:first-child>a,
.nav-stacked-0.nav-pills.border-dark-semi-grey>li:first-child>a {
    border-top-width: 1px;
}

.nav-pills-border.nav-stacked-0>li>a,
.nav-stacked-0.nav-pills.border-grey>li>a,
.nav-stacked-0.nav-pills.border-dark-grey>li>a,
.nav-stacked-0.nav-pills.border-dark-semi-grey>li>a {
    border: 0 solid #ff5d00;
    border-bottom-width: 1px;
}

.nav-pills-border-0>li>a {
    border: 0;
}

.nav-pills.border-grey>li:first-child>a,
.nav-pills.border-grey>li>a {
    border-color: #ececec !important;
}

.nav-pills.border-dark-grey>li:first-child>a,
.nav-pills.border-dark-grey>li>a {
    border-color: rgba(37, 37, 37, 0.6) !important;
}

.nav-pills.border-dark-semi-grey>li:first-child>a,
.nav-pills.border-dark-semi-grey>li>a {
    border-color: rgba(51, 51, 51, 0.6) !important;
}

ul.list-style-caret {
    list-style: none;
}

ul.list-style-caret li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}

ul.list-style-caret li:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    height: 0;
    width: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff5d00;
    border-top: 5px solid transparent;
}

.heading-black-wrapper,
.heading-black-wrapper-xs {
    padding: 0 30px;
    overflow: hidden;
    color: white;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .heading-black-wrapper,
    .heading-black-wrapper-xs {
        padding: 0 25px;
    }
}

.heading-black-wrapper .btn-print,
.heading-black-wrapper-xs .btn-print {
    position: absolute;
    z-index: 1;
    right: 70px;
    top: 14px;
}

@media only screen and (min-width: 992px) {
    .heading-black-wrapper .btn-print,
    .heading-black-wrapper-xs .btn-print {
        right: 70px;
        top: 8px;
    }
}

.heading-black-wrapper .btn-draw-show-hide,
.heading-black-wrapper-xs .btn-draw-show-hide {
    position: absolute;
    color: #ffffff;
    font-size: 32px;
    right: 0px;
    top: 8px;
}

@media only screen and (min-width: 992px) {
    .heading-black-wrapper .btn-draw-show-hide,
    .heading-black-wrapper-xs .btn-draw-show-hide {
        right: 0;
    }
}

.heading-black-wrapper .btn-draw-show-hide:hover,
.heading-black-wrapper-xs .btn-draw-show-hide:hover {
    text-decoration: none;
}

.heading-black-wrapper .btn-draw-show-hide .fa-angle-up,
.heading-black-wrapper-xs .btn-draw-show-hide .fa-angle-up {
    display: block;
}

.heading-black-wrapper .btn-draw-show-hide .fa-angle-down,
.heading-black-wrapper-xs .btn-draw-show-hide .fa-angle-down {
    display: none;
}

.heading-black-wrapper .btn-draw-show-hide.collapsed .fa-angle-up,
.heading-black-wrapper-xs .btn-draw-show-hide.collapsed .fa-angle-up {
    display: none;
}

.heading-black-wrapper .btn-draw-show-hide.collapsed .fa-angle-down,
.heading-black-wrapper-xs .btn-draw-show-hide.collapsed .fa-angle-down {
    display: block;
}

.heading-black {
    position: relative;
    background: black;
    font-size: 14px;
    padding: 8px;
    line-height: 22px;
    height: 60px;
}

@media only screen and (min-width: 992px) {
    .heading-black {
        height: 50px;
        font-size: 18px;
        padding: 14px 18px;
    }
}

.heading-black:before,
.heading-black:after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: solid rgba(136, 183, 213, 0);
    top: 50%;
    border-width: 30px;
    margin-top: -30px;
    clear: both;
}

@media only screen and (min-width: 992px) {
    .heading-black:before,
    .heading-black:after {
        border-width: 25px;
        margin-top: -25px;
    }
}

.heading-black:before {
    right: 100%;
    border-right-color: black;
    height: 0;
    width: 0;
}

.heading-black:after {
    left: 100%;
    border-left-color: black;
    height: 0;
    width: 0;
}

.heading-black-wrapper-xs {
    padding: 0 25px;
}

.heading-black-wrapper-xs .heading-black {
    height: 50px;
}

.heading-black-wrapper-xs .heading-black:before,
.heading-black-wrapper-xs .heading-black:after {
    border-width: 25px;
    margin-top: -25px;
}

.loading-spinner {
    margin: 30px auto;
}

.loading-spinner.margin-15auto {
    margin: 15px auto;
}

.spinner-bounce {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 70px;
    text-align: center;
}

.spinner-bounce>div {
    width: 13px;
    height: 13px;
    margin: 0 1px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-bounce.primary-color>div {
    background-color: #ff5d00;
}

.spinner-bounce .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner-bounce .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.spinner-circle {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    position: relative;
}

.spinner-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.spinner-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.spinner-circle .sk-circle6 {
    -webkit-transform: rotate(1500deg);
    transform: rotate(1500deg);
}

.spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.spinner-fold {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.spinner-fold .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.spinner-fold .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.spinner-fold .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.spinner-fold .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.spinner-fold .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.spinner-fold .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.spinner-fold .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.spinner-fold .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.spinner-position-center {
    margin-left: auto;
    margin-right: auto;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 20%;
    max-width: 20%;
}

@media only screen and (min-width: 768px) {
    .col-sm-15 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media only screen and (min-width: 992px) {
    .col-md-15 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-lg-15 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-basis: 20%;
        max-width: 20%;
    }
}

.number-round {
    border: 3px solid black;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px 17px;
}

.number-white-border .number-round {
    border: 3px solid white;
}

.number-sm .number-round {
    padding: 0px;
}

@media only screen and (min-width: 992px) {
    .number-sm .number-round {
        padding: 5px;
    }
}

.header-number-scroller .scroller-table,
.number-scroller .scroller-table,
.number404-scroller .scroller-table {
    background: transparent !important;
}

.header-number-scroller .scroller-table tr td+td .scroller,
.number-scroller .scroller-table tr td+td .scroller,
.number404-scroller .scroller-table tr td+td .scroller {
    margin-left: -3px;
}

.header-number-scroller .scroller-table .scroller,
.number-scroller .scroller-table .scroller,
.number404-scroller .scroller-table .scroller {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    border: 3px solid black;
    border-radius: 4px;
    font-size: 40px;
    padding: 0;
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    line-height: 70px !important;
    height: 48px !important;
    line-height: 48px !important;
}

@media only screen and (min-width: 992px) {
    .header-number-scroller .scroller-table .scroller,
    .number-scroller .scroller-table .scroller,
    .number404-scroller .scroller-table .scroller {
        width: 70px !important;
        height: 70px !important;
        line-height: 70px !important;
    }
}

.number-sm .header-number-scroller .scroller-table .scroller,
.number-sm .number-scroller .scroller-table .scroller,
.number-sm .number404-scroller .scroller-table .scroller {
    width: 30px !important;
}

@media only screen and (min-width: 992px) {
    .number-sm .header-number-scroller .scroller-table .scroller,
    .number-sm .number-scroller .scroller-table .scroller,
    .number-sm .number404-scroller .scroller-table .scroller {
        width: 46px !important;
    }
}

.number-lg .header-number-scroller .scroller-table .scroller,
.number-lg .number-scroller .scroller-table .scroller,
.number-lg .number404-scroller .scroller-table .scroller {
    width: 102px !important;
    height: 102px !important;
    line-height: 102px !important;
}

.number-white-border .scroller-table .scroller {
    border: 3px solid white;
}

.scroller-span {
    font-size: 25px;
}

@media only screen and (min-width: 992px) {
    .scroller-span {
        font-size: 40px;
    }
}

.number-round.header-number-scroller .scroller-table .scroller,
.number-round.number-scroller .scroller-table .scroller,
.number-round.number404-scroller .scroller-table .scroller {
    border: 0;
    padding: 10px;
    width: 35px !important;
    height: 82px !important;
    line-height: 82px !important;
}

.number-lg .number-round.header-number-scroller .scroller-table .scroller,
.number-lg .number-round.number-scroller .scroller-table .scroller,
.number-lg .number-round.number404-scroller .scroller-table .scroller {
    height: 82px !important;
    line-height: 82px !important;
}

.number-sm .number-round.header-number-scroller .scroller-table .scroller,
.number-sm .number-round.number-scroller .scroller-table .scroller,
.number-sm .number-round.number404-scroller .scroller-table .scroller {
    padding: 10px 5px;
    width: 25px !important;
    height: 40px !important;
    line-height: 40px !important;
}

@media only screen and (min-width: 992px) {
    .number-sm .number-round.header-number-scroller .scroller-table .scroller,
    .number-sm .number-round.number-scroller .scroller-table .scroller,
    .number-sm .number-round.number404-scroller .scroller-table .scroller {
        width: 30px !important;
        height: 55px !important;
        line-height: 55px !important;
    }
}

.scroller-inner-pane {
    left: 0;
}

.scroller-span {
    color: inherit !important;
}

.header-number-scroller .scroller-span,
.number-scroller .scroller-span,
.number404-scroller .scroller-span {
    width: 48px !important;
    height: 43px !important;
    line-height: 43px !important;
}

@media only screen and (min-width: 992px) {
    .header-number-scroller .scroller-span,
    .number-scroller .scroller-span,
    .number404-scroller .scroller-span {
        width: 64px !important;
        height: 64px !important;
        line-height: 64px !important;
    }
}

.number-sm .header-number-scroller .scroller-span,
.number-sm .number-scroller .scroller-span,
.number-sm .number404-scroller .scroller-span {
    width: 25px !important;
}

@media only screen and (min-width: 992px) {
    .number-sm .header-number-scroller .scroller-span,
    .number-sm .number-scroller .scroller-span,
    .number-sm .number404-scroller .scroller-span {
        width: 40px !important;
    }
}

.number-lg .header-number-scroller .scroller-span,
.number-lg .number-scroller .scroller-span,
.number-lg .number404-scroller .scroller-span {
    width: 102px !important;
    height: 99px !important;
    line-height: 99px !important;
}

.number-round.header-number-scroller .scroller-span,
.number-round.number-scroller .scroller-span {
    width: 20px !important;
    height: 40px !important;
    line-height: 40px !important;
}

@media only screen and (min-width: 992px) {
    .number-round.header-number-scroller .scroller-span,
    .number-round.number-scroller .scroller-span {
        width: 35px !important;
        height: 55px !important;
        line-height: 55px !important;
    }
}

.number-sm .number-round.header-number-scroller .scroller-span,
.number-sm .number-round.number-scroller .scroller-span,
.number-sm .number-round.number404-scroller .scroller-span {
    width: 25px !important;
}

@media only screen and (min-width: 992px) {
    .number-sm .number-round.header-number-scroller .scroller-span,
    .number-sm .number-round.number-scroller .scroller-span,
    .number-sm .number-round.number404-scroller .scroller-span {
        width: 30px !important;
    }
}

.number-lg .number-round.header-number-scroller .scroller-span,
.number-lg .number-round.number-scroller .scroller-span,
.number-lg .number-round.number404-scroller .scroller-span {
    height: 82px !important;
    line-height: 82px !important;
}

.text-number-scroller .scroller-table {
    background: transparent;
}

.text-number-scroller .scroller {
    width: 14px !important;
    height: 24px !important;
    line-height: 24px !important;
}

.text-number-scroller .scroller-span {
    width: 14px !important;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 22px;
}

.text-number-scroller .scroller-separator-pane {
    height: 24px !important;
    line-height: 24px !important;
}

.number404-scroller .scroller-span {
    width: 45px !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 25px;
}

@media only screen and (min-width: 768px) {
    .number404-scroller .scroller-span {
        width: 64px !important;
        height: 64px !important;
        line-height: 64px !important;
        font-size: 36px;
    }
}

@media only screen and (min-width: 992px) {
    .number404-scroller .scroller-span {
        width: 104px !important;
        height: 104px !important;
        line-height: 104px !important;
        font-size: 50px;
    }
}

.number404-scroller .scroller-table .scroller {
    color: #ff5d00;
    width: 50px !important;
    height: 50px !important;
    line-height: 48px !important;
}

@media only screen and (min-width: 768px) {
    .number404-scroller .scroller-table .scroller {
        width: 70px !important;
        height: 70px !important;
        line-height: 70px !important;
    }
}

@media only screen and (min-width: 992px) {
    .number404-scroller .scroller-table .scroller {
        width: 110px !important;
        height: 110px !important;
        line-height: 110px !important;
    }
}

.number404-scroller .scroller-table td:first-child .scroller {
    color: #cccccc;
}

header {
    position: relative;
    top: 0;
    width: 100%;
    display: block;
    border-radius: 0;
    -webkit-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
    z-index: 1060;
}

header {
    *zoom: 1;
}

header:before,
header:after {
    content: "";
    display: table;
}

header:after {
    clear: both;
}

@media only screen and (min-width: 992px) {
    header {
        position: fixed;
    }
}

header.is-fixed {
    position: fixed;
}

.header-logo {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 0 0 15px;
    margin: -5px 0;
}

@media only screen and (min-width: 992px) {
    .header-logo {
        margin: 0 0 -10px;
        padding: 0;
    }
}

.header-logo img {
    height: 50px;
}

@media only screen and (min-width: 992px) {
    .header-logo img {
        height: 80px;
    }
}

.navbar-wrapper {
    z-index: 1051;
    position: relative;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.is-fixed .navbar-wrapper,
.is-active .navbar-wrapper {
    background: rgba(0, 0, 0, 0.8);
}

.header-spacer {
    background: rgba(0, 0, 0, 0.8);
    box-sizing: content-box;
}

@media only screen and (min-width: 992px) {
    .header-spacer {
        height: 72px;
    }
}

.desktop-menu-items {
    float: right;
    position: relative;
}

.desktop-menu-items li {
    display: inline-block;
    margin: 0 7px;
}

.desktop-menu-items li a {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 2px #2d2d2d;
    text-decoration: none;
    padding: 10px 5px;
    display: inline-block;
}

/*20191009 kenneth change font size to cater new 50 & Beyond tab menu*/
/* ori is 18px*/
@media only screen and (min-width: 1200px) {
    .desktop-menu-items li a {
        font-size: 15px;
        padding: 14px 10px;
    }
}

.desktop-menu-items li a:hover {
    color: #ffc423;
}

.desktop-dock-items {
    float: right;
}

.desktop-dock-items li {
    display: inline-block;
    position: relative;
}

.desktop-dock-items li a {
    font-family: "Asap", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 2px black;
    text-decoration: none;
    padding: 10px 4px;
    display: inline-block;
}

@media only screen and (min-width: 1200px) {
    .desktop-dock-items li a {
        padding: 14px 6px;
    }
}

.desktop-dock-items li.location {
    margin-right: 10px;
}

@media only screen and (min-width: 1200px) {
    .desktop-dock-items li.location {
        margin-right: 25px;
    }
}

.desktop-dock-items li.language:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 14px;
    color: white;
    right: 10px;
    top: 6px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.desktop-dock-items li .language-select {
    border: 1px solid #fff;
    background-color: transparent;
    font-family: "Asap", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 6px 40px 6px 8px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.desktop-dock-items li .language-select::-ms-expand {
    display: none;
}

.desktop-dock-items li .language-select option {
    background-color: transparent !important;
    border: 1px solid #e4e4e4;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.header-mega-menu {
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s ease-in-out;
    transition: opacity .3s, visibility .3s ease-in-out;
}

.header-mega-menu.in {
    opacity: 1;
    visibility: visible;
}

.header-mega-menu .panel {
    border-color: #3b3b3b;
    position: relative;
}

.header-mega-menu .panel+.panel {
    margin-top: -1px;
}

@media only screen and (max-width: 991px) {
    .header-mega-menu {
        display: none !important;
    }
}

.header-mega-menu .game-panel-group {
    width: 100%;
    vertical-align: top !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin: 70px auto 30px;
}

.game-panel-heading {
    text-align: center;
    background-color: #ebebeb;
    padding: 0;
    display: table;
    width: 100%;
    overflow: hidden;
}

.game-panel-hidden-btn[aria-expanded="true"]+.game-panel-btn .game-panel-bg {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.game-panel-btn {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    top: 0;
}

.game-panel-btn:hover .game-panel-bg {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.game-panel-btn .game-panel-bg {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translate(-99%);
    transform: translate(-99%);
    -webkit-transform: translate(calc(-100% + 7px));
    transform: translate(calc(-100% + 7px));
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    will-change: transform;
    z-index: -1;
    height: 100%;
}

@media screen and (min-width: 0\0) {
    .game-panel-btn .game-panel-bg {
        height: 110px;
    }
}

.game-panel-full,
.game-panel-half {
    overflow: hidden;
    display: block;
}

.game-panel-full .game-panel-image,
.game-panel-half .game-panel-image {
    height: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.game-menu-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    border: 0 !important;
    height: 100%;
    padding-top: 0;
}

.game-menu-content img {
    margin-bottom: 15px;
}

.game-menu-content p {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    margin-bottom: 0 !important;
}

.game-panel-4d .game-panel-bg {
    background-color: #ff5d00;
}

.game-panel-4d.panel-body {
    background-color: #ff5d00;
}

.game-panel-jackpot .game-panel-bg {
    background-color: #00a1e5;
}

.game-panel-jackpot.panel-body {
    background-color: #00a1e5;
}

.game-panel-jackpotgold .game-panel-bg {
    background-color: #f08122;
}

.game-panel-jackpotgold.panel-body {
    background-color: #f08122;
}

.game-panel-jackpotgold .lucky-numbers .header-number-scroller.number-md .scroller-table .scroller {
    width: 46px !important;
}

@media only screen and (min-width: 1200px) {
    .game-panel-jackpotgold .lucky-numbers .header-number-scroller.number-md .scroller-table .scroller {
        width: 70px !important;
    }
}

.game-panel-jackpotgold .lucky-numbers .header-number-scroller.number-md .scroller-table .scroller-span {
    width: 40px !important;
}

@media only screen and (min-width: 1200px) {
    .game-panel-jackpotgold .lucky-numbers .header-number-scroller.number-md .scroller-table .scroller-span {
        width: 64px !important;
    }
}

.game-panel-mgold .game-panel-bg {
    background-color: #ff9e14;
}

.game-panel-mgold.panel-body {
    background-color: #ff9e14;
}

.game-panel-powerball .game-panel-bg {
    background-color: #ed1b24;
}

.game-panel-powerball.panel-body {
    background-color: #ed1b24;
}

.game-panel-magnum-life .game-panel-bg {
    background-color: #ed1b24;
}

.game-panel-magnum-life.panel-body {
    background-color: #ed1b24;
}

.lucky-numbers {
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
    .lucky-numbers {
        margin-bottom: 15px;
    }
}

.lucky-numbers .lucky-number {
    border: 3px solid white;
    border-radius: 4px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 54px;
    line-height: 1;
    padding: 21px 32px;
    margin-left: -4px;
}

.lucky-numbers .lucky-number:first-child {
    margin-left: 0;
}

.lucky-numbers .lucky-number.circle {
    border-radius: 50%;
    padding: 21px 17px;
    margin-right: 8px;
}

.lucky-numbers .combine {
    font-size: 26px;
    margin-left: 15px;
    margin-right: 16px;
}

@media only screen and (min-width: 1200px) {
    .lucky-numbers .combine {
        margin-left: 25px;
        margin-right: 22px;
    }
}

.mobile-menu a {
    display: block;
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

.mobile-menu a:hover,
.mobile-menu a:focus {
    text-decoration: none;
}

.mobile-menu-bar {
    background: #ff5d00;
    padding: 5px 0;
    position: relative;
    z-index: 1051;
    width: 100%;
}

.mobile-menu-bar a {
    color: white;
    display: inline-block;
    vertical-align: middle;
}

.mobile-menu-location,
.mobile-menu-btn,
.mobile-menu-language {
    margin: 0 10px;
    padding: 0 5px;
    box-sizing: content-box;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.mobile-menu-location:focus,
.mobile-menu-btn:focus,
.mobile-menu-language:focus {
    outline: 1px dashed white;
}

.mobile-menu-location:before,
.mobile-menu-btn:before,
.mobile-menu-language:before {
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    border-left: 1px solid #a87d00;
}

.mobile-menu-location {
    font-size: 32px;
}

.mobile-menu-language {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.mobile-menu-language:before {
    left: 0;
}

.mobile-menu-language select {
    border: 1px solid transparent;
    background-color: transparent;
    font-family: "Asap", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    line-height: 1;
    padding: 6px 25px 6px 8px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.mobile-menu-language select option {
    background: rgba(0, 0, 0, 0.4);
}

.mobile-menu-language:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 14px;
    color: white;
    line-height: 1;
    right: 10px;
    top: 9px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

@-webkit-keyframes mobile-btn-active {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    70% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes mobile-btn-active {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    70% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes mobile-line-1-active {
    0% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes mobile-line-1-active {
    0% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes mobile-line-2-active {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes mobile-line-2-active {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes mobile-line-3-active {
    0% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes mobile-line-3-active {
    0% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes mobile-line-1-close {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
}

@keyframes mobile-line-1-close {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
}

@-webkit-keyframes mobile-line-2-close {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes mobile-line-2-close {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes mobile-line-3-close {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
}

@keyframes mobile-line-3-close {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
}

.mobile-menu-btn.is-active svg {
    -webkit-animation: mobile-btn-active 0.8s cubic-bezier(0.7, -0.37, 0.32, 1.34);
    animation: mobile-btn-active 0.8s cubic-bezier(0.7, -0.37, 0.32, 1.34);
}

.mobile-menu-btn svg {
    width: 36px;
    height: 36px;
}

.mobile-menu-btn path {
    fill: white;
}

#mobile-menu-line-1,
#mobile-menu-line-2,
#mobile-menu-line-3 {
    -webkit-transform-origin: center;
    transform-origin: center;
    will-change: transform;
}

#mobile-menu-line-1 {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

.is-close #mobile-menu-line-1 {
    -webkit-animation: mobile-line-1-close .5s ease-in-out;
    animation: mobile-line-1-close .5s ease-in-out;
}

.is-active #mobile-menu-line-1 {
    -webkit-animation: mobile-line-1-active .5s ease-in-out;
    animation: mobile-line-1-active .5s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.is-close #mobile-menu-line-2 {
    -webkit-animation: mobile-line-2-close .5s ease-in-out;
    animation: mobile-line-2-close .5s ease-in-out;
}

.is-active #mobile-menu-line-2 {
    -webkit-animation: mobile-line-2-active .5s ease-in-out;
    animation: mobile-line-2-active .5s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mobile-menu-line-3 {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.is-close #mobile-menu-line-3 {
    -webkit-animation: mobile-line-3-close .5s ease-in-out;
    animation: mobile-line-3-close .5s ease-in-out;
}

.is-active #mobile-menu-line-3 {
    -webkit-animation: mobile-line-3-active .5s ease-in-out;
    animation: mobile-line-3-active .5s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-wrapper {
    background: white;
    z-index: 1048;
}

@media only screen and (min-width: 480px) {
    .mobile-menu-wrapper {
        background: transparent;
    }
}

.mobile-menu-wrapper .mobile-menu-content {
    margin: 50px auto 0;
}

.mobile-menu-wrapper.with-topnotice .mobile-menu-content {
    margin: 130px auto 0;
}

@media only screen and (min-width: 768px) {
    .mobile-menu-wrapper.with-topnotice .mobile-menu-content {
        margin: 92px auto 0;
    }
}

.mobile-menu-nav {
    color: #666666;
    height: 100%;
}

.mobile-menu-nav .main-nav {
    background: white;
    padding: 0 15px;
}

.mobile-menu-nav .main-nav+.main-nav .main-nav-btn {
    border-top: 1px solid #ececec;
}

.mobile-menu-nav .main-nav-btn {
    padding: 20px 0;
    font-size: 16px;
    position: relative;
}

.mobile-menu-nav .main-nav-btn[data-toggle]:after {
    content: '\f078';
    font-family: FontAwesome;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    -webkit-transition: all ease 200ms;
    transition: all ease 200ms;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mobile-menu-nav .main-nav-btn[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu-nav .sub-nav-wrapper {
    background: #ececec;
    padding: 0 15px;
    margin: 0 -15px;
}

.mobile-menu-nav .sub-nav {
    background: #ececec;
    padding: 15px 15px;
}

.mobile-menu-nav .sub-nav+.sub-nav {
    border-top: 1px solid white;
}

footer {
    z-index: 1;
    position: relative;
    border-top: 2px solid #ffffff;
}

.footer-blocks {
    background-color: #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-blocks .footer-block {
    padding: 25px 0;
}

.footer-blocks .footer-block h3 {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    color: black;
    text-transform: uppercase;
}

.footer-items {
    font-family: "Asap", sans-serif;
}

.footer-items .footer-item {
    font-size: 14px;
}

.footer-items .footer-item .fa {
    width: 18px;
    font-size: 16px;
    color: #ffcc33;
    margin-right: 6px;
}

.footer-items .footer-item a {
    font-size: 14px;
    color: black;
}

.footer-items .footer-item a:hover,
.footer-items .footer-item a:focus {
    text-decoration: none;
}

.footer-items .footer-item.contact a {
    font-size: 17px;
}

.newsletter .newsletter-form .form-control {
    padding: 10px 15px;
    border: 0;
}

.newsletter .btn,
.newsletter .btn-o {
    border: 0;
    background-color: #ffc423;
    font-family: "Asap", sans-serif;
    font-weight: 700;
    color: #454545;
    padding: 10px 20px;
}

@media only screen and (min-width: 768px) {
    .newsletter .btn,
    .newsletter .btn-o {
        margin-left: -4px;
    }
}

.social-items {
    list-style: none;
}

.social-items .social-item {
    float: left;
    margin-right: 10px;
}

.social-items .social-item .fa-square {
    color: #464646;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
}

.social-items .social-item:hover.facebook .fa-square {
    color: #3b5999;
}

.social-items .social-item:hover.twitter .fa-square {
    color: #55acee;
}

.social-items .social-item:hover.youtube .fa-square {
    color: #cd201f;
}

.app-items {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.app-items .app-item {
    float: left;
    margin-right: 30px;
}

.app-items .app-item .fa {
    color: #464646;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.app-items .app-item:hover.android .fa {
    color: #a4c639;
}

.app-items .app-item:hover.ios .fa {
    color: #dbddde;
}

.result-4d {
    list-style: none;
}

.result-4d .footer-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid black;
}

.result-4d .footer-item:first-child {
    padding-left: 0;
    border-left: 0px solid transparent;
}

.footer-cert {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-cert h3 {
    margin-top: 10px;
    font-size: 22px;
}

@media only screen and (min-width: 768px) {
    .footer-cert h3 {
        font-size: 18px;
    }
}

.footer-cert ul {
    list-style: none;
}

.footer-cert ul li {
    float: left;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-cert ul li:first-child {
    float: none;
}

@media only screen and (min-width: 1200px) {
    .footer-cert ul li:first-child {
        float: left;
    }
}

.footer-links {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 20px;
}

.footer-links .footer-links-item li {
    font-size: 13px;
    color: #333333;
    float: left;
    padding-right: 15px;
}

@media only screen and (min-width: 768px) {
    .footer-links .footer-links-item li {
        padding-left: 15px;
        border-left: 1px solid black;
    }
}

.footer-links .footer-links-item li:first-child {
    padding-left: 0;
    border-left: 0px solid transparent;
}

.footer-links .footer-links-item a {
    color: #333333;
}

.footer-links .footer-links-item a:hover {
    color: #d69c00;
    text-decoration: none;
}

.footer-copyright {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer-pattern {
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .footer-pattern {
        display: none;
    }
}

.modal-open {
    overflow: hidden !important;
}

.modal {
    text-align: center;
    padding: 0 !important;
    font-family: "Asap", sans-serif;
    color: #666666;
    z-index: 9901;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal.modal-show-below.in {
    z-index: 1050;
}

.modal p {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .modal p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.modal-prior {
    overflow-y: scroll;
}

@media only screen and (min-width: 992px) {
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
}

.modal-header {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-size: 20px;
    background: #363636;
    position: relative;
}

.modal-header .close {
    color: white;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: .7;
}

.modal-header .close:hover,
.modal-header .close:focus {
    opacity: 1;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 0 auto 30px;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .modal-dialog {
        margin: 80px auto 30px;
        width: 600px;
    }
}

.modal-content {
    background-color: #252525;
    border: 0;
}

@media only screen and (min-width: 768px) {
    .modal-lg {
        width: 720px;
    }
}

@media only screen and (min-width: 992px) {
    .modal-lg {
        width: 940px;
    }
}

@media only screen and (min-width: 1200px) {
    .modal-lg {
        width: 1140px;
    }
}

@media only screen and (min-width: 992px) {
    .modal-md {
        width: 720px;
    }
}

.modal-body {
    background: #ececec;
}

.modal-body-title {
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin: 0 0 10px;
    text-align: center;
}

.modal-body-sub-title {
    position: relative;
    font-family: "Asap", sans-serif;
    color: #666666;
    margin: 0 0 20px;
    text-align: center;
    font-size: 15px;
}

.modal-body-divider {
    width: 60px;
    border-top: 3px solid #252525;
    margin: 20px auto;
}

.how-to-play-list {
    padding: 30px 15px 0;
    border-top: 3px solid #ececec;
    overflow-x: hidden;
}

.how-to-play-list .title {
    font-size: 22px;
}

@media only screen and (min-width: 992px) {
    .how-to-play-list .title {
        font-size: 18px;
    }
}

.how-to-play-item {
    padding: 35px 15px;
    text-align: center;
    display: block;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .how-to-play-item {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        position: relative;
    }
}

@media only screen and (min-width: 992px) {
    .how-to-play-item {
        padding: 50px 30px;
    }
}

.how-to-play-item:before,
.how-to-play-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-25%, -175%) rotate(-25deg);
    transform: translate(-25%, -175%) rotate(-25deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.how-to-play-item:before {
    -webkit-transform: translate(25%, 175%) rotate(-25deg);
    transform: translate(25%, 175%) rotate(-25deg);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.how-to-play-item:hover:before,
.how-to-play-item:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.how-to-play-item.game-4d {
    background: #ff5d00;
}

.how-to-play-item.game-jackpot {
    background: #00a1e5;
}

.how-to-play-item.game-jackpotgold {
    background: #f08122;
}

.how-to-play-item.game-mgold {
    background: #ff9e14;
}

.how-to-play-item.game-powerball {
    background: #ed1b24;
}

.how-to-play-item img {
    display: inline-block;
    vertical-align: middle;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: relative;
    z-index: 3;
}

.app-install {
    background-color: #ebebeb;
    padding: 8px 10px;
    position: relative;
}

.app-install .btnClose {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
    font-size: 18px;
    color: #898989;
    padding: 16px 12px;
    display: inline-block;
    text-decoration: none;
}

.app-install-content {
    margin-left: 30px;
    margin-right: 86px;
}

.app-install-content .visual {
    float: left;
    margin-right: 16px;
}

.app-install-content .description {
    display: table;
    height: 57px;
}

.app-install-content .description p {
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .app-install-content .description p {
        font-size: 16px;
    }
}

.app-install-buttons {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
}

.app-install-buttons a {
    display: none;
    background-color: #ff5d00;
    width: 76px;
    height: 53px;
    padding: 15px;
    font-size: 15px;
    color: black;
    text-align: center;
    text-decoration: none;
    font-family: "Asap", sans-serif;
}

.download-app-card {
    background: #d7d7d7;
    padding: 15px 15px 20px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .download-app-card {
        padding: 15px;
    }
}

.download-app-card p {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
    .download-app-card p {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.download-app-card-lg {
    background: #333333;
    height: 100%;
    text-align: center;
    padding: 30px 15px;
    color: white;
}

@media only screen and (min-width: 480px) {
    .download-app-card-lg {
        padding: 60px;
    }
}

.download-app-card-lg h3.title {
    font-size: 18px;
    margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
    .download-app-card-lg h3.title {
        font-size: 24px;
    }
}

.download-app-card-lg p {
    font-size: 16px;
}

.download-app-card-lg .buttons-wrapper {
    max-width: 400px;
    margin: 30px auto 0;
}

.download-app-card-lg .btn-app-store,
.download-app-card-lg .btn-google-play {
    padding: 10px;
    display: block;
}

.game-calculator.game-4d .calculator-header {
    background-color: #ff5d00;
}

.game-calculator.game-4d .calculator-header h1 {
    color: #333333;
}

.game-calculator.game-jackpot .calculator-header {
    background-color: #00a1e5;
}

.game-calculator.game-jackpot-gold .calculator-header {
    background-color: #f08122;
}

.game-calculator.game-powerball .calculator-header {
    background-color: #ed1b24;
}

.game-calculator-input {
    height: 100%;
    background-color: #e6e6e6;
    position: relative;
    z-index: 1;
}

.game-calculator-input:before {
    display: block;
    position: absolute;
    border: 20px solid rgba(255, 196, 35, 0);
    border-left-color: #e6e6e6;
    right: -40px;
    top: 50%;
    margin-top: -20px;
}

.game-calculator-2020-wrapper .game-calculator-input:before {
    content: "";
    display: none;
}

@media only screen and (min-width: 992px) {
    .game-calculator-input:before {
        content: "";
    }
}

.game-calculator-input .calculator-header {
    background-image: url("../images/game/calculator-header.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 210px;
    position: relative;
}

.game-calculator-2020-wrapper .calculator-header {
    background-image: url("../images/game/calculator-header.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 210px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 25px;
}

@media only screen and (min-width: 768px) {
    .game-calculator-input .calculator-header {
        min-height: 135px;
    }
    .game-calculator-2020-wrapper .calculator-header {
        min-height: 135px;
    }
	
	.game-calculator-2020-wrapper .calculator-header {
        align-items: center;
        padding-top: initial;
    }
}

.game-calculator-input .calculator-header h1 {
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    padding: 0 35px;
    margin: 0;
    width: 100%;
}

.game-calculator-2020-wrapper .calculator-header h1 {
    font-family: "Asap", sans-serif;
    color: white;
}

@media only screen and (min-width: 768px) {
    .game-calculator-input .calculator-header h1 {
        font-size: 24px;
        padding-left: 35px;
        padding-right: 270px;
        top: auto;
        bottom: 20px;
    }
}

.game-calculator-input .calculator-content {
    padding: 15px;
}

@media only screen and (min-width: 768px) {
    .game-calculator-input .calculator-content {
        padding: 35px;
    }
}

.game-calculator-input .calculator-content p {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    color: #333333;
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .game-calculator-input .calculator-content p {
        font-size: 15px;
    }
}

.calculator-app {
    background-color: #d7d7d7;
    padding: 18px 15px;
    text-align: center;
}

.calculator-app p {
    font-family: "Asap", sans-serif;
    font-size: 15px;
    color: #333333;
}

.calculator-app .app-list {
    margin-top: 8px;
}

.calculator-app .app-item {
    margin: 0 2px;
}

@media (max-width: 767px) {
    .calculator-app .app-item:first-child img {
        margin-bottom: 10px;
    }
}

.calculator-form-wrapper .form-inline label {
    display: inline-block;
    width: 100px;
    margin-right: 5px;
    white-space: initial;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .calculator-form-wrapper .form-inline label {
        width: 130px;
        margin-right: 16px;
    }
}

.calculator-form-wrapper .form-inline .form-control {
    display: inline-block;
    border: 1px solid #999999;
}

.calculator-form-wrapper .form-inline .select-control {
    display: inline-block;
}

.calculator-form-wrapper .form-inline .select-control .form-control {
    max-width: 135px;
    padding-right: 30px;
}

@media only screen and (min-width: 768px) {
    .calculator-form-wrapper .form-inline .select-control .form-control {
        max-width: initial;
    }
}

@media (max-width: 767px) {
    .calculator-form-wrapper .form-inline .btn-submit {
        width: 100%;
    }
}

.calculator-form-wrapper .form-message {
    margin-left: 148px;
    font-family: "Asap", sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: #996600;
}

.calculator-form-wrapper .form-separator {
    font-family: "Asap", sans-serif;
    font-size: 15px;
    margin: 0 3px;
}

.calculator-form-wrapper .form-submit {
    margin-top: 20px;
}

.calculator-form-wrapper .form-group {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.game-calculator-2020-wrapper .calculator-form-wrapper .form-group {
    display: block;
    margin-bottom: 20px;
}

.calculator-form-wrapper .form-group .form-error {
    top: 97%;
    left: 105px;
}

@media only screen and (min-width: 768px) {
    .calculator-form-wrapper .form-group .form-error {
        left: 145px;
    }
}

.calculator-form-wrapper .form-group.space-bottom {
    margin-bottom: 25px;
}

.calculator-form-wrapper .label {
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    text-align: left;
}

.game-calculator-2020-wrapper .calculator-form-wrapper .label {
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .calculator-form-wrapper .label {
        font-size: 15px;
    }
}

.calculator-form-wrapper .form-control {
    font-size: 16px;
    padding: 6px 10px;
}

@media only screen and (min-width: 768px) {
    .calculator-form-wrapper .form-control {
        font-size: 15px;
        padding: 6px 15px;
    }
}

.calculator-form-wrapper .form-control.width-short {
    max-width: 85px;
}

.game-calculator-2020-wrapper .calculator-form-wrapper .btn-submit {
    width: 100%;
    font-size: 20px;
}

.game-calculator-2020-wrapper .game-type-buttons {
    display: flex;
    flex-wrap: wrap;
}

.game-calculator-2020-wrapper .btn-game-type {
    flex-grow: 1;
    background-color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 125px;
}

.game-calculator-2020-wrapper .btn-game-type.selected {
    color: #fff;
    background-color: #ff5d00;
}

.game-calculator-2020-wrapper .flex {
    display: flex;
}

.game-calculator-2020-wrapper .flex-align-center {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .game-calculator-2020-wrapper .game-type-buttons {
        flex-wrap: nowrap;
    }

    .game-calculator-2020-wrapper .btn-game-type {
        margin-right: 2px;
        margin-bottom: 2px;
    }
}


.form-instruction .form-instruction-detail {
    display: inline-block;
}

.form-instruction .form-instruction-detail h6 {
    font-weight: normal;
}

.form-instruction .form-instruction-detail ul li {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    color: #999999;
    display: inline-block;
    width: 50%;
}

.game-calculator-result {
    height: 100%;
    background-color: #333333;
    padding: 15px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .game-calculator-result {
        padding: 30px;
    }
}

.game-calculator-result>div {
    color: white;
    margin-bottom: 18px;
}

.game-calculator-result>div:last-child {
    margin-bottom: 0;
}

.game-calculator-result .title {
    font-family: "Asap", sans-serif;
    font-size: 20px;
    color: #ff5d00;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .game-calculator-result .title {
        font-size: 24px;
    }
}

.game-calculator-result .content .field-label {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    margin-bottom: 3px;
}

@media only screen and (min-width: 768px) {
    .game-calculator-result .content .field-label {
        font-size: 16px;
        margin-bottom: 6px;
    }
}

.game-calculator-result .content .field-output {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 3px;
}

@media only screen and (min-width: 768px) {
    .game-calculator-result .content .field-output {
        margin-bottom: 6px;
    }
}

.game-calculator-result .content small {
    font-weight: normal;
    font-size: 75%;
}

.game-calculator-result .content .fa-question-circle {
    color: #ff5d00;
    margin-left: 5px;
}

.game-calculator-result .content p {
    font-size: 14px;
}

.game-calculator-result .featured-view-option {
    border: 1px solid white;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.game-calculator-result .featured-view-option h4 {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: white;
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
}

.game-calculator-result .featured-view-option span {
    color: white;
}

.game-calculator-result .featured-view-option a {
    margin: 0 5px;
}

.game-result-content .title {
    margin-bottom: 15px;
}

.game-prize-content .prize-lists {
    margin-top: 18px;
    margin-bottom: 18px;
}

.game-prize-content .prize-item {
    margin-bottom: 18px;
}

@media only screen and (min-width: 768px) {
    .game-prize-content .prize-item {
        margin-bottom: 15px;
    }
}

.game-prize-content .prize-item .prize-type {
    font-family: "Asap", sans-serif;
    font-size: 15px;
    color: #cccccc;
    margin-right: -15px;
}

.game-prize-content .prize-item .prize-amount-total {
    font-size: 30px;
    font-weight: 900;
    color: #ff5d00;
    line-height: 1;
    margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
    .game-prize-content .prize-item .prize-amount-total {
        font-size: 40px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .game-prize-content .prize-item .prize-amount-total {
        font-size: 32px;
    }
}

.game-prize-content .prize-item .prize-amount-total.small {
    font-size: 32px;
}

@media only screen and (min-width: 1200px) {
    .game-prize-content .prize-item .prize-amount-total.small {
        font-size: 30px;
    }
}

.game-prize-content .prize-item .prize-big {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    color: white;
}

@media only screen and (min-width: 1200px) {
    .game-prize-content .prize-item .prize-big {
        font-size: 15px;
    }
}

.game-prize-content .prize-item .prize-small {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    color: white;
}

@media only screen and (min-width: 1200px) {
    .game-prize-content .prize-item .prize-small {
        font-size: 15px;
    }
}

.game-prize-content .features-message {
    margin-top: 30px;
}

.game-prize-content .features-message p {
    font-size: 14px;
}

.game-prize-content .features-message a {
    text-decoration: underline;
}

.why-magnum {
    padding-top: 45px;
    padding-bottom: 20px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .why-magnum {
        padding-bottom: 35px;
    }
}

.why-magnum .why-magnum-title {
    font-family: "Asap", sans-serif;
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .why-magnum .why-magnum-title {
        font-size: 28px;
    }
}

.why-magnum .why-magnum-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
    .why-magnum .why-magnum-item {
        margin-bottom: 30px;
    }
}

.why-magnum .why-magnum-item img {
    max-width: 100%;
    height: auto;
}

.why-magnum .why-magnum-item h3 {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
}

.why-magnum .why-magnum-item p {
    font-size: 14px;
    margin-bottom: 5px;
}

.emergency-notice {
    background-color: #d9534f;
    padding: 12px 15px 12px 30px;
    font-size: 10px;
    position: relative;
    z-index: 1052;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .emergency-notice {
        padding: 12px 30px;
    }
}

@media only screen and (min-width: 768px) {
    .emergency-notice {
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) {
    .emergency-notice {
        font-size: 14px;
    }
}

.emergency-notice:after {
    clear: both;
}

.emergency-notice .btnClose {
    font-size: 14px;
}

.emergency-notice .btnClose:hover {
    text-decoration: none;
}

.emergency-notice .emergency-notice-message {
    color: white;
}

.cta-back-top {
    background: #ffc423;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 50;
    bottom: -50px;
    right: 15px;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
    text-align: center;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 768px) {
    .cta-back-top {
        right: 50px;
    }
}

.cta-back-top:hover {
    opacity: 1;
}

.cta-back-top.showBackTop {
    bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .cta-back-top.showBackTop {
        bottom: 50px;
    }
}

.cta-back-top i {
    color: #333;
    font-size: 40px;
    margin: 3px auto 0;
}

.ctaFadeOff {
    opacity: .5;
}

.print-mode {
    width: 1180px;
    margin: 10px;
}

.print-mode .col-lg-4 {
    width: 33.333333%;
    float: left;
}

.print-mode .result-card-content {
    display: block;
}

.print-modal .modal-dialog {
    padding-top: 0 !important;
    margin: 0;
}

.print-modal .modal-dialog .modal-cta-wrapper {
    display: none;
}

@media print {
    html,
    body {
        height: 99% !important;
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .heading-black-wrapper,
    .heading-black-wrapper-xs {
        padding: 0;
    }
    .heading-black-wrapper .heading-black:after,
    .heading-black-wrapper-xs .heading-black:after,
    .heading-black-wrapper .heading-black:before,
    .heading-black-wrapper-xs .heading-black:before {
        content: none;
    }
    .heading-black-wrapper .heading-black,
    .heading-black-wrapper-xs .heading-black {
        font-size: 20px;
        height: auto;
        padding: 14px 0;
    }
    .heading-black-wrapper .heading-black span,
    .heading-black-wrapper-xs .heading-black span {
        display: inline-block;
    }
    .heading-black-wrapper .fa-print,
    .heading-black-wrapper-xs .fa-print {
        display: none;
    }
    .heading-black-wrapper .date,
    .heading-black-wrapper-xs .date {
        margin-left: 30px;
    }
    .result-list>.col-lg-4 {
        width: 33.333333%;
        float: left;
    }
    .result-list .result-card {
        page-break-after: auto;
        border: 1px solid #ffc423;
    }
    .result-list .result-card .result-card-header {
        font-size: 20px;
        border-bottom: 5px solid #333;
    }
    .result-list .result-card .result-card-content {
        display: block;
    }
    .result-list .result-card .result-card-content .label-square-o {
        background-color: #666666 !important;
    }
    .result-list .result-card .result-col {
        margin: -5px 0;
    }
    .result-list .result-card .result-card-sub-header {
        border-bottom: 5px solid #333;
    }
    /* on modal open bootstrap adds class "modal-open" to body, so you can handle that case and hide body */
    body.modal-open {
        visibility: hidden;
    }
    body.modal-open .modal .modal-header,
    body.modal-open .modal .modal-body {
        visibility: visible;
        /* make visible modal body and header */
    }
}

.number-details-header {
    background: white;
    padding: 10px;
}

.number-details-title {
    color: #ff5d00;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    margin: 0 0 5px;
}

.number-details-name {
    color: #333333;
    font-size: 14px;
    font-family: "Asap", sans-serif;
    line-height: 1;
}

.number-details-image {
    padding-right: 15px;
}

.number-details-image img {
    width: 100%;
    max-width: 150px;
}

.number-calculator-form {
    max-width: 420px;
    margin: auto;
}

.number-calculator-result {
    margin: 0 0 15px;
}

.number-calculator-result h3.title {
    color: #333333;
    margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
    .number-result-wrapper {
        float: right;
    }
}

.number-result {
    background: #252525;
    padding: 15px 15px 18px;
    color: white;
}

.number-result p {
    line-height: 1;
    font-size: 14px;
}

.number-result h2.prize {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 40px;
    text-align: left;
}

.number-result .prize-label {
    color: #cccccc;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}

.check-your-number .modal-body-title {
    text-transform: uppercase;
}

.check-number-result {
    background: white;
    padding: 20px 15px;
}

.check-number-result .modal-body-title {
    text-transform: uppercase;
}

.modal-livedraw {
    position: relative;
    z-index: 2;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.modal-livedraw .modal-title {
    font-family: "Asap", sans-serif;
    font-size: 20px;
    color: #990000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 992px) {
    .modal-livedraw .modal-title {
        font-size: 24px;
        margin-bottom: 2px;
    }
}

.modal-livedraw .result-list-date {
    margin-bottom: 18px;
}

.livedraw-cross-sell {
    background-color: #333333;
    margin-left: -14px;
    margin-right: -14px;
    height: 100%;
}

.livedraw-card {
    background-color: #ffc423;
    margin-left: -14px;
    margin-right: -14px;
    height: 100%;
}

.livedraw-promo img {
    width: 100%;
}

.livedraw-promo .owl-carousel .owl-dots {
    bottom: 10px;
}

.livedraw-prize {
    padding: 10px 15px;
}

@media only screen and (min-width: 768px) {
    .livedraw-prize {
        padding: 20px 15px 30px;
    }
}

.livedraw-prize .livedraw-prize-list {
    border: 2px solid white;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .livedraw-prize .livedraw-prize-list {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .livedraw-prize .livedraw-prize-list {
        margin-bottom: 22px;
    }
}

.livedraw-prize .livedraw-prize-item {
    padding: 10px 12px;
    text-align: center;
}

@media only screen and (min-width: 1200px) {
    .livedraw-prize .livedraw-prize-item {
        float: left;
        width: 33.333333%;
        text-align: left;
    }
}

@media only screen and (min-width: 1200px) {
    .livedraw-prize .livedraw-prize-item .livedraw-prize-item-type {
        min-height: 34px;
    }
}

.livedraw-prize .livedraw-prize-item h4 {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .livedraw-prize .livedraw-prize-item h4 {
        font-size: 16px;
    }
}

.livedraw-prize .livedraw-prize-item h5 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    margin: 0;
}

.livedraw-prize .livedraw-prize-item h3 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #ffc423;
    margin: 3px 0 0;
}

@media only screen and (min-width: 768px) {
    .livedraw-prize .livedraw-prize-item h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .livedraw-prize-list,
    .livedraw-prize-info {
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .livedraw-prize-list,
    .livedraw-prize-info {
        float: none;
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    .livedraw-prize-info {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .livedraw-prize-info {
        padding-left: 0;
        padding-top: 20px;
    }
}

.livedraw-prize-info .livedraw-prize-info-item {
    color: white;
    text-align: center;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
    .livedraw-prize-info .livedraw-prize-info-item {
        margin-bottom: 20px;
    }
}

.livedraw-prize-info .livedraw-prize-info-item p {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    .livedraw-prize-info .livedraw-prize-info-item p {
        min-height: 32px;
    }
}

.livedraw-prize-info .livedraw-prize-info-item .btn-grey {
    position: relative;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    background-color: #999999;
    padding: 15px;
    margin-top: 12px;
    display: block;
}

.livedraw-prize-info .livedraw-prize-info-item .btn-grey:hover,
.livedraw-prize-info .livedraw-prize-info-item .btn-grey:focus {
    text-decoration: none;
}

.livedraw-prize-info .livedraw-prize-info-item .btn-yellow {
    position: relative;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: black;
    text-transform: uppercase;
    background-color: #ffc423;
    padding: 15px;
    margin-top: 12px;
    display: block;
}

.livedraw-prize-info .livedraw-prize-info-item .btn-yellow:hover,
.livedraw-prize-info .livedraw-prize-info-item .btn-yellow:focus {
    text-decoration: none;
}

.livedraw-prize-info .livedraw-prize-info-item .btn-icon {
    position: relative;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ffcc33;
    font-size: 12px;
    margin-right: 30px;
    display: inline;
}

.livedraw-prize-info .livedraw-prize-info-item .btn-icon .fa-info {
    left: 7px;
}

.livedraw-card {
    padding: 18px 10px;
}

@media only screen and (min-width: 768px) {
    .livedraw-card {
        padding: 20px 23px;
    }
}

.livedraw-card .livedraw-card-header {
    margin: 0;
    padding: 0;
    color: black;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .livedraw-card .livedraw-card-header {
        font-size: 24px;
    }
}

.livedraw-content {
    padding: 5px 15px;
    border-color: #ffc423;
    background: white;
    border-bottom: 1px solid #ffc423;
    color: black;
}

@media only screen and (min-width: 992px) {
    .livedraw-content {
        padding: 8px;
    }
}

.livedraw-content .livedraw-col {
    padding: 5px 0;
}

@media only screen and (min-width: 768px) {
    .livedraw-content .livedraw-col {
        padding: 5px 15px;
    }
}

.livedraw-content .livedraw-col+.livedraw-col {
    border-top: 1px solid #ffc423;
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #ffc423;
    border-top: 0px solid transparent;
}

@media only screen and (min-width: 992px) {
    .livedraw-content .livedraw-col+.livedraw-col {
        margin-top: -8px;
        margin-bottom: -8px;
    }
}

.livedraw-content .livedraw-label {
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.1;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    color: #666666;
}

@media only screen and (min-width: 768px) {
    .livedraw-content .livedraw-label {
        font-size: 18px;
    }
}

.livedraw-content .livedraw-number-lg {
    margin-left: 15px;
    font-family: "Asap", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .livedraw-content .livedraw-number-lg {
        margin-left: 25px;
        font-size: 30px;
    }
}

.livedraw-content .livedraw-number-lg strong {
    color: #990000;
}

.livedraw-content .livedraw-label.block {
    margin-top: 6px;
    margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
    .livedraw-content .livedraw-label.block {
        margin-bottom: 10px;
    }
}

.livedraw-content .livedraw-number-list .livedraw-number {
    width: 100%;
    font-size: 16px;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    color: #333333;
    float: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    min-height: 22px;
}

@media only screen and (min-width: 768px) {
    .livedraw-content .livedraw-number-list .livedraw-number {
        font-size: 26px;
        min-height: 37px;
    }
}

.livedraw-content .livedraw-number-list.list-2 .livedraw-number {
    width: 50%;
}

.livedraw-content .livedraw-number-list.list-3 .livedraw-number {
    width: 33.333333%;
}

.livedraw-content .livedraw-number-list.powerball .livedraw-number {
    padding: 0 5px;
    text-align: left;
}

.livedraw-content .livedraw-number-list.powerball .livedraw-number:first-child {
    text-align: right;
}

.livedraw-loading {
    text-align: center;
}

.livedraw-loading .livedraw-message {
    font-size: 12px;
    color: #990000;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .livedraw-loading .livedraw-message {
        font-size: 14px;
    }
}

.livedraw-loading-spinner .spinner-bounce {
    margin: 20px auto 3px;
}

.livedraw-loading-spinner .spinner-bounce>div {
    background-color: #990000;
}

.livedraw-cta .btn-grey {
    position: relative;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    background-color: #999999;
    padding: 15px;
    margin: 15px auto 0;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .livedraw-cta .btn-grey {
        max-width: 200px;
        margin: 15px auto 0;
    }
}

.livedraw-cta .btn-grey:hover,
.livedraw-cta .btn-grey:focus {
    text-decoration: none;
}

.livedraw-app {
    padding: 18px 0;
}

@media only screen and (min-width: 768px) {
    .livedraw-app {
        padding: 18px 15px;
    }
}

.livedraw-app .livedraw-app-message {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .livedraw-app .livedraw-app-message {
        font-size: 16px;
    }
}

.livedraw-app .livedraw-app-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .livedraw-app .livedraw-app-list {
        margin: 0 15px;
    }
}

.livedraw-app .livedraw-app-list .livedraw-app-item {
    margin: 10px 5px;
    display: inline-block;
}

@media only screen and (min-width: 992px) {
    .livedraw-app .livedraw-app-list .livedraw-app-item {
        margin: 0 2px;
    }
}

@media only screen and (min-width: 992px) {
    .modal-how-to-draw .bg-small-color {
        width: calc(800px + (100% - 800px)/2 - 15px);
    }
}

@media only screen and (min-width: 1200px) {
    .modal-how-to-draw .bg-small-color {
        width: calc(1000px + (100% - 1000px)/2 - 15px);
    }
}

@media only screen and (min-width: 992px) {
    .modal-how-to-draw .bg-small-color.bg-left {
        margin-left: calc((100% - 800px)/2 - 15px);
    }
}

@media only screen and (min-width: 1200px) {
    .modal-how-to-draw .bg-small-color.bg-left {
        margin-left: calc((100% - 1000px)/2 - 15px);
    }
}

.modal-how-to-draw .modal-body {
    background: #f5f5f5;
}

.modal-how-to-draw .bg-yellow {
    background-color: #fffbea;
}

.modal-body-description {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .modal-body-description {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.modal-body-description .description-title {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .modal-body-description .description-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .modal-body-description .description-title {
        font-size: 38px;
    }
}

.modal-body-description .description-text {
    font-size: 14px;
}

@media only screen and (min-width: 992px) {
    .modal-body-description .description-text {
        font-size: 16px;
    }
}

.modal-body-description .description-text p {
    margin: 0;
}

.modal-body-content {
    margin-top: 50px;
}

@media only screen and (min-width: 992px) {
    .modal-body-content {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.modal-body-content .how-to-draw-step {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

@media only screen and (min-width: 992px) {
    .modal-body-content .how-to-draw-step {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modal-body-content .how-to-draw-step .how-to-draw-step-content {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

@media only screen and (min-width: 768px) {
    .modal-body-content .how-to-draw-step .how-to-draw-step-content {
        padding: 40px 30px 30px;
    }
}

@media only screen and (min-width: 992px) {
    .modal-body-content .how-to-draw-step .how-to-draw-step-content {
        width: 800px;
    }
}

@media only screen and (min-width: 1200px) {
    .modal-body-content .how-to-draw-step .how-to-draw-step-content {
        width: 1000px;
    }
}

.how-to-draw-step-content .step-title {
    text-align: center;
    height: 100%;
    position: relative;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .how-to-draw-step-content .step-title {
        margin-top: -10px;
        margin-bottom: 0px;
    }
}

.how-to-draw-step-content .step-title-wrapper {
    display: inline-block;
}

.how-to-draw-step-content .step-title-wrapper h3 {
    font-size: 20px;
    color: #333333;
    margin: 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    .how-to-draw-step-content .step-title-wrapper h3 {
        font-size: 24px;
    }
}

.how-to-draw-step-content .step-title-wrapper h1 {
    font-size: 42px;
    color: #ffc423;
    margin-top: -5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffc423;
}

@media only screen and (min-width: 992px) {
    .how-to-draw-step-content .step-title-wrapper h1 {
        font-size: 52px;
    }
}

.how-to-draw-step-content .step-image {
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .how-to-draw-step-content .step-image {
        margin-bottom: 0px;
    }
}

.how-to-draw-step-content .step-image img {
    max-width: 100%;
}

.how-to-draw-step-content .step-content {
    font-size: 14px;
    color: #333333;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .how-to-draw-step-content .step-content {
        text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    .how-to-draw-step-content .step-content {
        font-size: 16px;
    }
}

.how-to-draw-message {
    text-align: center;
    padding: 45px 15px;
}

.how-to-draw-message p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .how-to-draw-message p {
        font-size: 16px;
    }
}

.modal-million-draw-location img {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
}

.modal-million-draw-location ul li {
    list-style: inside disc;
}

.modal-million-draw-location ol li {
    list-style: inside decimal;
}

.modal-million-draw-location table {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.modal-million-draw-location table td,
.modal-million-draw-location table th {
    padding: 5px;
}

.modal-million-draw-location table td img,
.modal-million-draw-location table th img {
    padding: 0;
}

.modal-jackpot-winning-numbers .modal-cta-wrapper {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .modal-jackpot-winning-numbers .modal-cta-wrapper {
        text-align: right;
    }
}

.prize-winning-box {
    background-color: white;
    margin: 10px 0;
}

.prize-winning-box .prize-details {
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 15px;
}

@media only screen and (min-width: 768px) {
    .prize-winning-box .prize-details {
        padding: 10px 15px;
    }
}

.prize-winning-box .prize-type {
    font-family: "Asap", sans-serif;
    font-size: 18px;
    color: #363636;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .prize-winning-box .prize-type {
        font-size: 22px;
        margin-right: 20px;
    }
}

.prize-winning-box .prize-type strong {
    font-weight: bold;
}

.prize-winning-box .prize-amount {
    font-weight: 900;
    color: #db1b4c;
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .prize-winning-box .prize-amount {
        font-size: 22px;
    }
}

.prize-winning-box p {
    font-family: "Asap", sans-serif;
    font-size: 14px;
}

@media (max-width: 767px) {
    .prize-winning-box.jackpot-2 .number-item {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .prize-winning-box.jackpot-2 .number-pairing {
        font-size: 10px;
    }
}

.prize-winning-box.jackpot-prize-3,
.prize-winning-box.jackpot-prize-4,
.prize-winning-box.jackpot-prize-5 {
    padding: 10px 15px;
}

.prize-winning-box.jackpot-prize-3 .prize-type,
.prize-winning-box.jackpot-prize-4 .prize-type,
.prize-winning-box.jackpot-prize-5 .prize-type {
    text-transform: none;
}

.winning-number-list {
    padding: 15px;
}

.winning-number-list p {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #999999;
    margin-bottom: 18px;
}

.winning-number-list p strong {
    color: #333333;
}

.winning-number-list ul {
    margin-bottom: 10px;
}

.winning-number-list ul li {
    text-align: center;
}

.winning-number-list ul .number-item {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.winning-number-list ul .number-pairing {
    font-size: 12px;
    margin: 0 3px;
}

.system-play-price-table,
.m-system-play-price-table {
    width: 100%;
}

.system-play-price-table thead,
.m-system-play-price-table thead {
    background: #666666;
}

.system-play-price-table td,
.system-play-price-table th,
.m-system-play-price-table td,
.m-system-play-price-table th {
    border: solid 1px #666666;
    padding: 5px;
}

.system-play-price-table th,
.m-system-play-price-table th {
    color: #ff5d00;
    text-transform: uppercase;
    text-align: center;
}

.m-system-play-price-table {
    width: 50%;
    margin: 0 auto;
}

.m-system-play-price-table td {
    width: 50%;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    #modal-next-draw-dates .modal-dialog {
        width: 500px;
    }
}

#modal-next-draw-dates .modal-content .modal-body {
    padding: 0;
    margin-top: -1px;
}

#modal-next-draw-dates .modal-content .modal-header {
    background-image: url(/Magnum4d/media/images/footer/element-goldbox.jpg);
    padding: 5px 0;
    color: #000000;
}

#modal-next-draw-dates .modal-content .modal-header .close {
    color: #000000;
    font-size: 30px;
}

#modal-next-draw-dates .modal-content .modal-footer {
    padding: 5px;
    text-align: center;
    border-top: none;
    color: #000000;
    background: #ffffff;
}

#modal-next-draw-dates .win-cup {
    width: 50px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    background: url(/magnum4d/assets/images/icons/icon-results.png) 50px 0;
}

.next-draw-date-picker .datepicker-inline {
    width: 100%;
    padding: 0;
}

.next-draw-date-picker .datepicker table {
    width: 100%;
}

.next-draw-date-picker .datepicker-days table {
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: #ffa500;
}

.next-draw-date-picker .datepicker-days table thead tr:nth-child(2) {
    background-color: #ffa500;
}

.next-draw-date-picker .datepicker-days table thead tr:nth-child(3) {
    background-color: #cccccc;
    color: #000000;
}

.next-draw-date-picker .datepicker-days table tbody tr {
    background-color: #eeeeee;
}

.next-draw-date-picker .datepicker .datepicker-switch,
.next-draw-date-picker .datepicker .prev,
.next-draw-date-picker .datepicker .next,
.next-draw-date-picker .datepicker tfoot tr th {
    border-radius: 0;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
}

.next-draw-date-picker .datepicker .datepicker-switch:hover,
.next-draw-date-picker .datepicker .prev:hover,
.next-draw-date-picker .datepicker .next:hover,
.next-draw-date-picker .datepicker tfoot tr th:hover {
    background-color: #ffbe47;
}

.next-draw-date-picker .datepicker table tr td {
    border-radius: 0 !important;
}

.next-draw-date-picker .datepicker table tr td.disabled,
.next-draw-date-picker .datepicker table tr td.disabled:hover {
    padding: 10px 0;
    color: #6d6d6d;
}

.next-draw-date-picker .datepicker table tr td.disabled.old,
.next-draw-date-picker .datepicker table tr td.disabled.new {
    color: #cccccc;
}

.next-draw-date-picker .datepicker table tr td.active.draw-date-active,
.next-draw-date-picker .datepicker table tr td.active {
    background-image: none;
    background-color: #ff5d00 !important;
    opacity: 1;
}

.next-draw-date-picker .datepicker .day.disabled.draw-date-active {
    opacity: 1;
}

.next-draw-date-picker .datepicker .day.disabled.draw-date-active span {
    line-height: inherit;
    float: none;
    width: initial;
    height: initial;
    cursor: unset;
}

.next-draw-date-picker .datepicker .day.disabled.draw-date-active span.draw-date {
    background-color: #ff5d00;
    color: #000000;
    border-radius: 30px !important;
    padding: 8px;
    display: initial;
}

.next-draw-date-picker .datepicker .day.disabled.draw-date-active span.draw-Id {
    display: block;
    color: #000000;
    padding-top: 8px;
}

.next-draw-date-picker .datepicker .day.disabled.draw-date-active:hover {
    opacity: 1;
    background-color: unset !important;
}

.next-draw-date-picker .table-condensed>thead>tr>th {
    border-radius: 0;
}

/* Fixes for IE 11 */

@media all and (-ms-high-contrast:none) {
    .next-draw-date-picker .datepicker .day.disabled.draw-date-active span.draw-date {
        width: 34%;
        height: 30px;
        line-height: 16px;
        margin: auto;
    }
    .next-draw-date-picker .datepicker .draw-date-active.disabled.day span.draw-Id {
        margin: auto;
        width: 100%;
    }
    .next-draw-date-picker .datepicker .draw-date-active.disabled.day:hover {
        background-color: transparent !important;
    }
    /* IE10 */
    *::-ms-backdrop,
    .next-draw-date-picker .datepicker .day.disabled.draw-date-active span.draw-date {
        width: 34%;
        height: 30px;
        line-height: 16px;
        margin: auto;
    }
    *::-ms-backdrop,
    .next-draw-date-picker .datepicker .draw-date-active.disabled.day span.draw-Id {
        margin: auto;
        width: 100%;
    }
    *::-ms-backdrop,
    .next-draw-date-picker .datepicker .draw-date-active.disabled.day:hover {
        background-color: transparent !important;
    }
    /* IE11 */
}

.view-app header,
.view-app footer,
.view-app .mobile-menu {
    display: none !important;
}

.view-app .hero-banner,
.view-app .hero-banner-lg {
    display: none !important;
}

.view-app .page-tabs-wrapper {
    display: none !important;
}

.view-app .result-bottom-info {
    display: none !important;
}

.view-app .help-search-form {
    margin-top: 0;
}

.view-app .why-magnum {
    display: none !important;
}

.view-app .help-bottom-info {
    display: none !important;
}

.view-app .locate-us {
    display: none !important;
}

.view-app hr {
    display: none !important;
}

.view-app .mobile-app-scan,
.view-app .mobile-app-or,
.view-app .locate-nearby-outlets-card,
.view-app .care-line-card {
    display: none !important;
}

.view-app .feedback-form-title {
    display: none !important;
}

.view-app .feedback-webview-label {
    display: block !important;
}

.feedback-webview-label {
    display: none !important;
}

.view-didiwin header,
.view-didiwin footer,
.view-didiwin .mobile-menu,
.view-didiwin .hero-banner,
.view-didiwin .hero-banner-lg,
.view-didiwin .content-main {
    display: none !important;
}

.ribbon-special-draw {
    background: url("../images/ribbon-special-draw.png");
    width: 169px;
    height: 137px;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 30px 5px 20px;
    z-index: 1059;
}

@media (max-width: 767px) {
    .ribbon-special-draw {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .ribbon-special-draw {
        top: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .ribbon-special-draw {
        top: 130px;
    }
}

@media only screen and (min-width: 992px) {
    .ribbon-special-draw {
        top: 150px;
    }
}

.ribbon-special-draw .button-close {
    float: right;
    color: white;
    font-size: 16px;
    margin-top: -25px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .ribbon-special-draw .button-close {
        margin-top: -22px;
        margin-right: 10px;
    }
}

.ribbon-special-draw .button-close:hover,
.ribbon-special-draw .button-close:focus {
    text-decoration: none;
}

.ribbon-special-draw p {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffc423;
    line-height: 1.1;
}

.ribbon-special-draw span {
    font-size: 14px;
    display: block;
}

.ribbon-special-draw .special-draw-date {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: white;
    margin: 6px 0 0;
}

.ribbon-special-draw a {
    display: block;
    text-decoration: none;
    margin-top: 2px;
}

.mobile-ribbon-special-draw {
    background-color: #ed145b;
    padding: 12px 15px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .mobile-ribbon-special-draw {
        display: none !important;
    }
}

.mobile-ribbon-special-draw p {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #ffc423;
    line-height: 1.1;
}

.mobile-ribbon-special-draw .special-draw-date {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: white;
    margin: 0;
}

@media only screen and (min-width: 992px) {
    .home-carousel {
        margin-top: 0;
    }
}

.prize-featured {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

@media only screen and (min-width: 992px) {
    .prize-featured {
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

.estimated-prize h6 {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    color: #ed145b;
    margin-top: 13px;
    margin-bottom: 13px;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
    .estimated-prize h6 {
        padding: 0;
        font-size: 12px;
    }
}

.estimated-prize-items {
    list-style: none;
}

.estimated-prize-item {
    display: table;
    padding-bottom: 5px;
}

@media only screen and (min-width: 992px) {
    .estimated-prize-item {
        display: block;
    }
}

.estimated-prize-item h4,
.estimated-prize-item h5 {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .estimated-prize-item h4,
    .estimated-prize-item h5 {
        display: block;
    }
}

.estimated-prize-item h4 {
    width: 58%;
}

@media only screen and (min-width: 768px) {
    .estimated-prize-item h4 {
        width: 100%;
    }
}

.estimated-prize-item h5 {
    width: 42%;
}

@media only screen and (min-width: 768px) {
    .estimated-prize-item h5 {
        width: 100%;
    }
}

.estimated-prize-item h5 {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 3px;
}

@media only screen and (min-width: 992px) {
    .estimated-prize-item h5 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .estimated-prize-item h5 {
        font-size: 15px;
    }
}

.estimated-prize-item h4 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #ed145b;
    text-transform: uppercase;
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .estimated-prize-item h4 {
        text-align: left;
    }
}

@media only screen and (min-width: 1200px) {
    .estimated-prize-item h4 {
        font-size: 22px;
    }
}

.btn-view-jackpot-winnings {
    display: block;
    border: 1px solid #999999;
    font-family: "Asap", sans-serif;
    font-size: 14px;
    color: #333333;
    padding: 6px 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .btn-view-jackpot-winnings {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .btn-view-jackpot-winnings {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .btn-view-jackpot-winnings {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.btn-view-jackpot-winnings:hover,
.btn-view-jackpot-winnings:focus {
    text-decoration: none;
}

.shortcut-info-items {
    list-style: none;
}

.shortcut-info-item {
    text-align: center;
    background-color: #ffc423;
    background-clip: content-box;
    padding: 10px 2px 0 0;
    -webkit-transition: padding .1s ease-in-out;
    transition: padding .1s ease-in-out;
}

.shortcut-info-item+.shortcut-info-item {
    padding: 10px 2px 0;
}

.shortcut-info-item:last-child {
    padding: 10px 0 0 2px;
}

@media only screen and (min-width: 992px) {
    .shortcut-info-item {
        margin-top: -20px;
    }
    .shortcut-info-item:hover {
        padding-top: 0;
    }
}

.shortcut-info-name {
    height: 44px;
}

.highlights-featured {
    background-color: #363636;
}

.highlights-featured .highlights-featured-title {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
    color: #ff5d00;
    padding: 15px 0;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .highlights-featured .highlights-featured-title {
        font-size: 26px;
        padding: 15px;
    }
}

.highlights-item {
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.highlights-item:before {
    content: '';
    display: block;
    padding-top: 75%;
}

@media only screen and (min-width: 768px) {
    .highlights-item:before {
        padding-top: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .highlights-item:before {
        padding-top: 75%;
    }
}

@media only screen and (min-width: 1200px) {
    .highlights-item:before {
        padding-top: 55%;
    }
}

.highlights-item:hover .highlights-item-overlay {
    opacity: 1;
}

.highlights-item-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    padding: 10px;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    will-change: opacity;
}

@media only screen and (min-width: 768px) {
    .highlights-item-overlay {
        padding: 15px;
    }
}

.highlights-item-overlay a {
    color: white;
    text-decoration: none;
    border: 1px solid white;
    display: inline-block;
    -webkit-transition: background .15s ease-out;
    transition: background .15s ease-out;
    padding: 8px 15px;
}

@media only screen and (min-width: 992px) {
    .highlights-item-overlay a {
        padding: 12px 22px;
    }
}

.highlights-item-overlay a:hover,
.highlights-item-overlay a:focus {
    background-color: #ff5d00;
    border: 1px solid #ff5d00;
    color: black;
}

.highlights-item-content h5 {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #ff5d00;
}

@media only screen and (min-width: 768px) {
    .highlights-item-content h5 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .highlights-item-content h5 {
        font-size: 16px;
    }
}

.highlights-item-content h3 {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: white;
}

@media only screen and (min-width: 768px) {
    .highlights-item-content h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .highlights-item-content h3 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .highlights-item-content h3 {
        font-size: 22px;
    }
}

.highlights-item-content a {
    font-family: "Asap", sans-serif;
    font-size: 12px;
    margin-top: 5px;
    padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
    .highlights-item-content a {
        font-size: 14px;
        margin-top: 15px;
        padding: 10px 15px;
    }
}

@media only screen and (min-width: 992px) {
    .highlights-item-content a {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .highlights-item-content a {
        padding: 12px 22px;
    }
}

.game-type-input-wrapper {
    display: none;
}

.game-type-input-wrapper.active {
    display: block;
}

.owl-carousel .owl-dots {
    text-align: center;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    background: #FFF;
    box-shadow: 0 0 5px #CCC;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffc423;
    border: 1px solid #FFF;
}

.animate-img-sequences {
    width: 50px;
    height: 55px;
    display: block;
}

.animate-img-sequences.results {
    background: url("/magnum4d/assets/images/icons/icon-results.png") 0 0;
}

.animate-img-sequences.prizes {
    background: url("/magnum4d/assets/images/icons/icon-prizes.png") 0 0;
}

.animate-img-sequences.calculator {
    background: url("/magnum4d/assets/images/icons/icon-calculator.png") 0 0;
}

a:hover .animate-img-sequences.results {
    -webkit-animation: playResultIcon 0.8s steps(15) infinite;
    animation: playResultIcon 0.8s steps(15) infinite;
}

a:hover .animate-img-sequences.prizes {
    -webkit-animation: playPrizeIcon 0.8s steps(55) infinite;
    animation: playPrizeIcon 0.8s steps(55) infinite;
}

a:hover .animate-img-sequences.calculator {
    -webkit-animation: playCalculatorIcon 0.8s steps(34) infinite;
    animation: playCalculatorIcon 0.8s steps(34) infinite;
}

@-webkit-keyframes playResultIcon {
    100% {
        background-position: -750px;
    }
}

@keyframes playResultIcon {
    100% {
        background-position: -750px;
    }
}

@-webkit-keyframes playPrizeIcon {
    100% {
        background-position: -2750px;
    }
}

@keyframes playPrizeIcon {
    100% {
        background-position: -2750px;
    }
}

@-webkit-keyframes playCalculatorIcon {
    100% {
        background-position: -1700px;
    }
}

@keyframes playCalculatorIcon {
    100% {
        background-position: -1700px;
    }
}

.filter-row {
    padding-top: 15px;
}

@media only screen and (min-width: 768px) {
    .filter-row {
        padding-top: 20px;
    }
}

.filter-title {
    font-size: 16px;
    line-height: 42px;
}

@media only screen and (min-width: 768px) {
    .filter-title {
        font-size: 24px;
    }
}

.filter-title>* {
    display: inline-block;
    vertical-align: middle;
}

.filter-title span {
    margin: 0 5px;
}

.filter-title .btn-result-filter {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .filter-title .btn-result-filter {
        display: inline-block;
        width: auto;
    }
}

.show-filter-indicator {
    font-size: 12px;
    line-height: 24px;
    color: #ff5d00;
    margin-left: auto;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.show-filter .show-filter-indicator {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-wrapper {
    display: block;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.show-filter .filter-wrapper {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.filter-form-wrapper {
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .filter-form-wrapper {
        margin: 0 -5px;
    }
}

@media only screen and (min-width: 992px) {
    .filter-form-wrapper {
        margin: 0 -10px;
    }
}

.filter-form-wrapper .label-round,
.filter-form-wrapper .label-round-lg,
.filter-form-wrapper .label-round-xs {
    margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
    .filter-form-wrapper .label-round,
    .filter-form-wrapper .label-round-lg,
    .filter-form-wrapper .label-round-xs {
        margin-bottom: 0;
    }
}

.filter-group {
    position: relative;
    margin: 0 0 8px;
}

@media only screen and (min-width: 992px) {
    .filter-group {
        max-width: 180px;
    }
}

@media only screen and (min-width: 992px) {
    .filter-group.width-sm {
        max-width: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .filter-group.width-xs {
        max-width: 50px;
    }
}

.filter-group.width-xs .form-control {
    padding: 10px;
}

@media only screen and (min-width: 768px) {
    .filter-group.short {
        width: 200px;
    }
}

@media only screen and (min-width: 992px) {
    .filter-group.short {
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    .filter-group {
        margin: 0 5px;
    }
}

@media only screen and (min-width: 992px) {
    .filter-group {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
}

.filter-group .label {
    padding-left: 0;
}

.form-group-icon {
    display: table;
    width: 100%;
}

.form-group-icon>* {
    display: table-cell;
    vertical-align: middle;
}

.form-group-icon .form-control {
    border-right: 0;
}

.select-control.past-result:after {
    content: "";
}

.form-icon {
    width: 60px;
    text-align: center;
    background: #ff5d00;
    color: #252525;
    padding: 5px 15px;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .form-icon {
        padding: 5px 15px;
        width: auto;
    }
}

.filter-group .label {
    display: inline-block;
    padding: .4em 0 .6em;
    font-size: 14px;
    margin: 0;
    font-family: "Asap", sans-serif;
    font-weight: normal;
}

.label-spacer {
    display: none;
}

@media only screen and (min-width: 768px) {
    .label-spacer {
        display: block;
        height: 26px;
        margin: 0;
    }
}

.label-round,
.label-round-lg,
.label-round-xs {
    width: 28px;
    height: 28px;
    line-height: 2;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .label-round,
    .label-round-lg,
    .label-round-xs {
        width: 35px;
        height: 35px;
        line-height: 2;
        font-size: 16px;
    }
}

.label-round.grey,
.grey.label-round-lg,
.grey.label-round-xs {
    background: #999999;
    color: white;
}

.label-round.green-border,
.green-border.label-round-lg,
.green-border.label-round-xs {
    border: 3px solid #ed1b24;
    line-height: 23px;
}

@media only screen and (min-width: 768px) {
    .label-round.green-border,
    .green-border.label-round-lg,
    .green-border.label-round-xs {
        line-height: 29px;
    }
}

.label-round-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}

.label-round-xs {
    width: 24px;
    height: 24px;
    font-size: 12px;
}

.label-square,
.label-square-lg,
.label-square-o {
    border: 3px solid #f08122;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    padding: 0 2px;
    width: 20px;
    height: 26px;
    line-height: 20px;
}

@media only screen and (min-width: 480px) {
    .label-square,
    .label-square-lg,
    .label-square-o {
        padding: 0 5px;
        font-size: 21px;
        width: 26px;
        height: 30px;
        line-height: 24px;
    }
}

.label-square.red,
.red.label-square-lg,
.red.label-square-o {
    border-color: #f08122;
}

.label-square+.label-square,
.label-square-lg+.label-square,
.label-square-o+.label-square,
.label-square+.label-square-lg,
.label-square-lg+.label-square-lg,
.label-square-o+.label-square-lg,
.label-square+.label-square-o,
.label-square-lg+.label-square-o,
.label-square-o+.label-square-o {
    border-left-width: 0;
    margin-left: -3px;
}

@media all and (-ms-high-contrast:none) {
	.label-square+.label-square,
	.label-square-lg+.label-square,
	.label-square-o+.label-square,
	.label-square+.label-square-lg,
	.label-square-lg+.label-square-lg,
	.label-square-o+.label-square-lg,
	.label-square+.label-square-o,
	.label-square-lg+.label-square-o,
	.label-square-o+.label-square-o {
		margin-left: -4px;
	}
}

.label-square-lg {
    font-size: 18px;
    padding: 0 2px;
    width: 20px;
    height: 28px;
    line-height: 22px;
}

@media only screen and (min-width: 480px) {
    .label-square-lg {
        font-size: 27px;
        width: 26px;
        height: 35px;
        line-height: 27px;
    }
}

.label-square-o {
    background: #666666;
    width: 20px;
    height: 26px;
}

@media only screen and (min-width: 480px) {
    .label-square-o {
        font-size: 21px;
        width: 26px;
        height: 30px;
    }
}

.result-list-error {
    display: none;
}

.container.affix {
    position: static;
}

@media (max-width: 767px) {
    .container.affix {
        position: fixed;
        z-index: 100;
        top: 50px;
        background: #ffffff;
        width: 100%;
        left: 0;
    }
}

.container.affix.with-topnotice {
    top: 100px;
}

@media (max-width: 767px) {
    .container.affix .filter-title {
        padding: 0 10px;
        display: none;
    }
}

@media (max-width: 767px) {
    .container.affix .page-tabs-wrapper {
        display: none;
    }
}

@media (max-width: 767px) {
    .container.affix .filter-wrapper {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .affix~.page-wrapper {
        position: relative;
        margin-top: 229px;
    }
}

.result-date-label {
    display: block;
}

@media only screen and (min-width: 992px) {
    .result-date-label {
        display: inline-block;
    }
}

.result-list .heading-black {
    cursor: pointer;
}

.result-card {
    border-radius: 1px;
    background: #ff5d00;
    padding: 10px;
    margin: 5px;
}

.result-card.blue {
    background: #00a1e5;
}

.result-card.green {
    background: #ed1b24;
}

.result-card.red {
    background: #f08122;
}

.result-card.yellow .result-number,
.result-card.yellow .result-number-lg,
.result-card.yellow .result-price-lg,
.result-card.yellow .result-price {
    cursor: pointer;
}

.result-card.blue .result-number,
.result-card.blue .result-number-lg,
.result-card.blue .result-price-lg,
.result-card.blue .result-price {
    font-size: 14px;
}

.result-card.blue .result-number {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .result-card.blue .result-number,
    .result-card.blue .result-number-lg,
    .result-card.blue .result-price-lg,
    .result-card.blue .result-price {
        font-size: 18px;
    }
}

.result-card.blue .result-label.block,
.result-card.blue .block.result-label-lg,
.result-card.blue .block.result-label-xs,
.result-card.blue .block.result-label-xxs {
    margin-top: 5px;
}

.result-card.blue .result-price-lg.grey {
    font-size: 17px;
}

@media only screen and (min-width: 768px) {
    .result-card.blue .result-price-lg.grey {
        font-size: 20px;
    }
}

.result-card.blue .result-price-lg {
    font-size: 19px;
}

@media only screen and (min-width: 768px) {
    .result-card.blue .result-price-lg {
        font-size: 24px;
    }
}

.result-card.blue .number-pairing {
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .result-card.blue .number-pairing {
        font-size: 12px;
    }
}

.result-card.green .result-price-lg.grey {
    font-size: 17px;
}

@media only screen and (min-width: 768px) {
    .result-card.green .result-price-lg.grey {
        font-size: 20px;
    }
}

.result-card.green .result-price-lg {
    font-size: 19px;
}

@media only screen and (min-width: 768px) {
    .result-card.green .result-price-lg {
        font-size: 24px;
    }
}

.result-card.green .number-pairing {
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .result-card.green .number-pairing {
        font-size: 12px;
    }
}

.result-card.red .result-price-lg.grey {
    font-size: 17px;
}

@media only screen and (min-width: 768px) {
    .result-card.red .result-price-lg.grey {
        font-size: 20px;
    }
}

.result-card.red .result-price-lg {
    font-size: 19px;
}

@media only screen and (min-width: 768px) {
    .result-card.red .result-price-lg {
        font-size: 24px;
    }
}

.result-card.red .label-square.border-left-none,
.result-card.red .border-left-none.label-square-lg,
.result-card.red .border-left-none.label-square-o,
.result-card.red .label-square-lg.border-left-none,
.result-card.red .label-square-o.border-left-none {
    border-left: 0px;
}

.result-card.red .label-square.border-right-none,
.result-card.red .border-right-none.label-square-lg,
.result-card.red .border-right-none.label-square-o,
.result-card.red .label-square-lg.border-right-none,
.result-card.red .label-square-o.border-right-none {
    border-right: 0px;
}

.result-card-header {
    margin: 0;
    padding: 5px 20px 5px 0;
    color: black;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

@media only screen and (min-width: 480px) {
    .result-card-header {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .result-card-header {
        cursor: auto;
    }
}

.result-card-header .header-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: white;
    font-size: 12px;
    margin-top: -2px;
    z-index: 10;
}

.result-card-sub-header {
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
    color: white;
}

.result-card-content {
    margin-top: 5px;
}

@media only screen and (min-width: 1200px) {
    .result-card-content {
        display: block;
        height: auto !important;
    }
}

.result-content,
.result-content-lg,
.result-content-xs {
    padding: 5px;
    background: white;
    border-bottom: 1px solid #ff5d00;
    color: black;
}

@media only screen and (min-width: 768px) {
    .result-content,
    .result-content-lg,
    .result-content-xs {
        padding: 10px;
    }
}

.yellow .result-content,
.yellow .result-content-lg,
.yellow .result-content-xs {
    border-color: #ff5d00;
}

.blue .result-content,
.blue .result-content-lg,
.blue .result-content-xs {
    border-color: #00a1e5;
}

.green .result-content,
.green .result-content-lg,
.green .result-content-xs {
    border-color: #ed1b24;
}

.red .result-content,
.red .result-content-lg,
.red .result-content-xs {
    border-color: #f08122;
}

.result-content.divider,
.divider.result-content-lg,
.divider.result-content-xs {
    border-bottom-width: 5px;
}

.result-content-lg {
    padding: 12px 5px;
}

@media only screen and (min-width: 768px) {
    .result-content-lg {
        padding: 18px 10px;
    }
}

.result-content-xs {
    padding: 2px 5px;
}

@media only screen and (min-width: 768px) {
    .result-content-xs {
        padding: 6.5px 10px;
    }
}

.result-label,
.result-label-lg,
.result-label-xs,
.result-label-xxs {
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.1;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    color: #666666;
}

@media only screen and (min-width: 768px) {
    .result-label,
    .result-label-lg,
    .result-label-xs,
    .result-label-xxs {
        font-size: 16px;
    }
}

.result-label.block,
.block.result-label-lg,
.block.result-label-xs,
.block.result-label-xxs {
    margin-bottom: 10px;
}

.result-label+.result-number-lg,
.result-label-lg+.result-number-lg,
.result-label-xs+.result-number-lg,
.result-label-xxs+.result-number-lg,
.result-label+.result-price-lg,
.result-label-lg+.result-price-lg,
.result-label-xs+.result-price-lg,
.result-label-xxs+.result-price-lg,
.result-label+.result-number,
.result-label-lg+.result-number,
.result-label-xs+.result-number,
.result-label-xxs+.result-number,
.result-label+.result-number-lg,
.result-label-lg+.result-number-lg,
.result-label-xs+.result-number-lg,
.result-label-xxs+.result-number-lg,
.result-label+.result-price-lg,
.result-label-lg+.result-price-lg,
.result-label-xs+.result-price-lg,
.result-label-xxs+.result-price-lg,
.result-label+.result-price,
.result-label-lg+.result-price,
.result-label-xs+.result-price,
.result-label-xxs+.result-price {
    margin-left: 5px;
}

.result-label-lg {
    font-size: 14px;
}

@media only screen and (min-width: 480px) {
    .result-label-lg {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .result-label-lg {
        font-size: 18px;
    }
}

.result-label-xs {
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .result-label-xs {
        font-size: 14px;
    }
}

.result-label-xxs {
    font-size: 11px;
}

@media only screen and (min-width: 768px) {
    .result-label-xxs {
        font-size: 12px;
    }
}

.result-number,
.result-number-lg,
.result-price-lg,
.result-price {
    font-size: 16px;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .result-number,
    .result-number-lg,
    .result-price-lg,
    .result-price {
        font-size: 18px;
    }
}

.result-number .popover,
.result-number-lg .popover,
.result-price-lg .popover,
.result-price .popover {
    background: #db1b4c;
    color: white;
    display: block;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.result-number .popover.right .arrow:after,
.result-number-lg .popover.right .arrow:after,
.result-price-lg .popover.right .arrow:after,
.result-price .popover.right .arrow:after {
    border-right-color: #db1b4c;
}

.result-number .popover-content,
.result-number-lg .popover-content,
.result-price-lg .popover-content,
.result-price .popover-content {
    line-height: 1.1;
    padding: 4px 5px;
    display: inline-block;
    font-size: 11px;
}

@media only screen and (min-width: 768px) {
    .result-number .popover-content,
    .result-number-lg .popover-content,
    .result-price-lg .popover-content,
    .result-price .popover-content {
        font-size: 13px;
    }
}

.result-number-lg,
.result-price-lg {
    font-size: 22px;
}

.result-price {
    cursor: initial;
}

.result-price-lg {
    cursor: initial;
}

.result-number-list .result-number,
.result-number-list .result-number-lg,
.result-number-list .result-price-lg,
.result-number-list .result-price {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.result-desc {
    font-size: 13px;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

@media only screen and (min-width: 480px) {
    .result-desc {
        font-size: 15px;
    }
}

.result-col {
    margin: -5px 0;
    padding: 10px 0;
}

@media only screen and (min-width: 768px) {
    .result-col {
        margin: -10px 0;
    }
}

.result-col+.result-col {
    border-left: 1px solid #ff5d00;
}

.yellow .result-col+.result-col {
    border-color: #ff5d00;
}

.blue .result-col+.result-col {
    border-color: #00a1e5;
}

.green .result-col+.result-col {
    border-color: #ed1b24;
}

.red .result-col+.result-col {
    border-color: #f08122;
}

.result-view-all {
    color: #996600;
    font-size: 13px;
    margin: 16px 0 8px;
    display: inline-block;
    line-height: 1;
}

@media only screen and (min-width: 768px) {
    .result-view-all {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .result-view-all {
        margin: 20px 0 13px;
    }
}

.result-bottom-info {
    padding: 45px 15px 30px;
}

@media only screen and (min-width: 768px) {
    .result-bottom-info {
        padding: 50px 15px;
    }
}

.result-bottom-info h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .result-bottom-info h2 {
        font-size: 28px;
    }
}

.result-bottom-info-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .result-bottom-info-item {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.result-bottom-info-item img {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .result-bottom-info-item img {
        margin-bottom: 15px;
    }
}

.result-bottom-info-item h3 {
    color: #666666;
    font-size: 18px;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .result-bottom-info-item h3 {
        margin-bottom: 20px;
    }
}

.result-bottom-info-item p {
    font-size: 14px;
    font-family: "Asap", sans-serif;
    margin: auto;
    max-width: 80%;
}

@media only screen and (min-width: 1200px) {
    .result-bottom-info-item p {
        max-width: 60%;
    }
}

.result-bottom-info-item .result-bottom-info-item-cta {
    margin-top: 10px;
}

.result-bottom-info-item .result-bottom-info-item-cta a {
    font-size: 14px;
}

@media only screen and (min-width: 375px) {
    .result-bottom-info-item .result-bottom-info-item-cta a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .result-bottom-info-item .result-bottom-info-item-cta a {
        font-size: 16px;
    }
}

.result-empty-wrapper {
    text-align: center;
    display: none;
}

.result-empty-wrapper span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.result-empty-wrapper .empty-title {
    font-size: 20px;
}

.datepicker-days table {
    border-collapse: separate;
    border-spacing: 2px;
}

.draw-date-active {
    background-color: #ff5d00;
    border-radius: 30px !important;
    min-width: 32px;
    font-size: 12px;
    opacity: .5;
}

.draw-date-active:hover {
    background-color: #ff5d00 !important;
    opacity: 1;
    color: #ffffff;
}

.datepicker table tr td.active.draw-date-active,
.datepicker table tr td.active {
    background-image: none;
    background-color: #ff5d00 !important;
    opacity: 1;
}

.search-row {
    padding: 0 0 12px;
}

@media only screen and (min-width: 768px) {
    .search-row {
        padding: 0 0 40px;
    }
}

.number-dictionary-result .search-result-title {
    text-align: center;
}

.number-dictionary-result .search-result-title h3 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
}

@media only screen and (min-width: 768px) {
    .number-dictionary-result .search-result-title h3 {
        font-size: 20px;
    }
}

.number-dictionary-result .search-result-title h3:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 40px;
    height: 3px;
    background-color: #333333;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.number-dictionary-result .search-result-title h3 span {
    display: block;
    color: #990000;
}

@media only screen and (min-width: 768px) {
    .number-dictionary-result .search-result-title h3 span {
        display: inline;
    }
}

.number-dictionary-result .search-result-list {
    margin-top: 20px;
}

.number-dictionary-result .search-result-list .search-result-item {
    background-color: white;
    margin-bottom: 6px;
    padding: 15px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .number-dictionary-result .search-result-list .search-result-item {
        margin-left: -9px;
        margin-right: -9px;
        margin-bottom: 12px;
        text-align: center;
    }
}

.number-dictionary-result .search-result-item-visual {
    float: left;
    margin-right: 15px;
}

@media only screen and (min-width: 768px) {
    .number-dictionary-result .search-result-item-visual {
        float: none;
    }
}

.number-dictionary-result .search-result-item-visual img {
    width: 80px;
}

.number-dictionary-result .search-result-item-description {
    margin-top: 2px;
}

.number-dictionary-result .search-result-item-description h2 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .number-dictionary-result .search-result-item-description h2 {
        font-size: 36px;
    }
}

.number-dictionary-result .search-result-item-description p {
    font-size: 14px;
    color: #636363;
    line-height: 1.25;
}

@media only screen and (min-width: 768px) {
    .number-dictionary-result .search-result-item-description p {
        min-height: 34px;
    }
}

.number-dictionary-result .search-result-item-cta {
    margin-top: 6px;
}

.number-dictionary-result .search-result-item-cta a {
    font-size: 14px;
    color: #252525;
    border: 1px solid #ffcc33;
    padding: 6px 12px;
    display: block;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .number-dictionary-result .search-result-item-cta a {
        display: inline-block;
    }
}

.number-dictionary-result .search-result-item-cta a:hover,
.number-dictionary-result .search-result-item-cta a:focus {
    text-decoration: none;
    background-color: #ffcc33;
}

.forecast-chart-main .page-title {
    text-align: center;
}

.forecast-chart-main .page-title h3 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

@media only screen and (min-width: 768px) {
    .forecast-chart-main .page-title h3 {
        font-size: 20px;
    }
}

.forecast-chart-main .page-title.subtitle h3 {
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .forecast-chart-main .page-title.subtitle h3 {
        font-size: 17px;
    }
}

.chart-items {
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .chart-items {
        padding-bottom: 45px;
    }
}

.chart-items .chart-item.yearly {
    margin-bottom: 10px;
}

.chart-items .chart-item.yearly img {
    width: 100%;
}

.chart-items .chart-item.example {
    background-color: white;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .chart-items .chart-item.example {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .chart-items .chart-item.example .chart-image {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .chart-items .chart-item.example .chart-image {
        width: initial;
    }
}

.chart-items .chart-item.example .chart-image img {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .chart-items .chart-item.example .chart-image img {
        width: auto;
    }
}

@media only screen and (min-width: 992px) {
    .chart-items .chart-item.example .chart-image {
        float: left;
    }
}

.chart-items .chart-item.example .chart-content {
    padding: 12px 15px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .chart-items .chart-item.example .chart-content {
        text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    .chart-items .chart-item.example .chart-content {
        padding: 12px 40px;
    }
}

.chart-items .chart-item.example .chart-content p {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
}

@media only screen and (min-width: 992px) {
    .chart-items .chart-item.example .chart-content p {
        font-size: 16px;
    }
}

.chart-items .chart-item.example .chart-content h4 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 3px 0 0;
}

@media only screen and (min-width: 992px) {
    .chart-items .chart-item.example .chart-content h4 {
        font-size: 24px;
    }
}

.chart-items .chart-item.example .chart-content h5 {
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ff0000;
    margin: 0;
}

.chart-items .chart-description {
    padding: 15px;
    background-color: white;
    text-align: center;
}

.chart-items .chart-description p {
    font-size: 14px;
}

@media only screen and (min-width: 992px) {
    .chart-items .chart-description p {
        font-size: 16px;
    }
}

.chart-items .chart-description p strong {
    font-weight: 700;
}

.chart-items .chart-description p .red {
    font-weight: 700;
    color: #ff0000;
}

.highlights-nav-wrapper,
.highlight-details-nav {
    text-align: center;
    padding: 20px 0;
    background: #f5f5f5;
}

@media only screen and (min-width: 992px) {
    .highlights-nav-wrapper,
    .highlight-details-nav {
        margin-top: 0;
    }
}

.highlights-nav-wrapper .page-title,
.highlight-details-nav .page-title {
    font-family: "Asap", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    padding: 12px 15px;
    margin-top: -20px;
    background-color: white;
}

.highlights-nav {
    display: inline-block;
}

.highlights-nav a {
    background-color: white;
}

.highlights-list {
    padding: 30px 0;
    background: #ececec;
}

.past-highlights-list {
    padding: 30px 0;
    background: #f5f5f5;
}

.past-highlights-list h2 {
    font-size: 22px;
}

.highlight-label,
.highlight-card-label {
    background: #ff5d00;
    padding: 5px 10px;
    color: black;
    font-size: 12px;
    font-family: "Asap", sans-serif;
    display: inline-block;
    text-align: center;
    min-width: 100px;
}

.highlight-details-nav {
    text-align: left;
}

.highlight-details-nav .btn-back {
    text-decoration: none;
    color: #666666;
    font-size: 18px;
}

.highlight-details-nav .btn-back:before {
    content: '\f053';
    font-family: FontAwesome;
    font-size: 14px;
    color: #ff5d00;
    margin-right: 5px;
}

@media only screen and (min-width: 992px) {
    .highlight-details-wrapper {
        padding: 0 10px;
    }
}

.highlight-details-wrapper .table-responsive {
    margin-top: 30px;
}

.highlight-details-wrapper .table-responsive thead {
    background-color: #cc9900;
}

.highlight-details-wrapper .table-responsive thead th {
    border-bottom: none;
    padding: 14px 10px;
    color: white;
}

.highlight-details-wrapper .table-responsive td {
    padding: 14px 10px;
}

.highlight-details-header {
    padding: 20px 0;
}

.highlight-details-title {
    font-size: 20px;
    margin: 10px 0 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .highlight-details-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .highlight-details-title {
        font-size: 28px;
    }
}

.highlight-details-date {
    text-transform: uppercase;
    font-size: 11px;
}

@media only screen and (min-width: 768px) {
    .highlight-details-date {
        font-size: 14px;
    }
}

.highlight-details-image {
    width: 100%;
}

.highlight-details-content {
    padding: 30px 0 50px;
    font-size: 14px;
}

@media only screen and (min-width: 1200px) {
    .highlight-details-content {
        font-size: 15px;
    }
}

.highlight-details-content h1 {
    font-size: 24px;
    text-transform: uppercase;
}

.highlight-details-content h4 {
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.highlight-details-content p {
    margin-bottom: 15px;
}

.highlight-details-content p {
    margin-bottom: 15px;
}

.highlight-details-content a {
    color: #d69c00;
}

.highlight-details-content ol,
.highlight-details-content ul {
    padding-left: 15px;
    margin-top: 10px;
}

.highlight-details-content ol li,
.highlight-details-content ul li {
    margin-bottom: 3px;
}

.highlight-details {
    background: #ececec;
}

.highlight-details-side h4.sub-title {
    font-size: 18px;
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
    .highlight-details-side h4.sub-title {
        font-size: 16px;
        margin: 60px 0 0;
    }
}

@media only screen and (min-width: 1200px) {
    .highlight-details-side h4.sub-title {
        font-size: 19px;
    }
}

.highlight-details-side .highlights-list {
    padding: 0;
}

.highlight-details-side .highlight-card-content {
    padding: 25px;
    min-height: auto;
}

@media only screen and (min-width: 992px) {
    .highlight-details-side .highlight-card-content {
        padding: 30px 15px;
    }
}

.highlight-card,
.highlight-featured-card {
    border-top: 3px solid #ff5d00;
    position: relative;
    margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
    .highlight-card,
    .highlight-featured-card {
        margin: 0 0 5px;
    }
}

.highlight-card-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.highlight-card-image:before {
    content: '';
    display: block;
    pointer-events: none;
    padding-top: 45%;
}

.highlight-card-content {
    background: white;
    padding: 20px 10px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .highlight-card-content {
        padding: 30px 15px;
        min-height: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .highlight-card-content {
        min-height: 150px;
    }
}

@media only screen and (min-width: 1200px) {
    .highlight-card-content {
        min-height: 135px;
    }
}

.highlight-card-label {
    position: absolute;
    top: -13px;
    left: 15px;
    min-width: 80px;
}

.highlight-card-title {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    color: #252525;
    margin: 0;
    display: block;
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
    .highlight-card-title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .highlight-card-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .highlight-featured-card .highlight-card-content {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        background: transparent;
        padding: 30px;
        min-height: auto;
    }
}

@media only screen and (min-width: 768px) {
    .highlight-featured-card .highlight-card-label {
        margin: 0 0 10px;
        position: static;
    }
}

.highlight-featured-card .highlight-card-title {
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .highlight-featured-card .highlight-card-title {
        font-size: 24px;
        color: white;
    }
}

.highlight-featured-card .highlight-card-title:hover {
    color: #d69c00;
}

.highlight-featured-card .highlight-card-image:before {
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent 20%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(transparent 20%, rgba(0, 0, 0, 0.8) 100%);
}

.help-nav-wrapper {
    text-align: center;
    padding: 30px 0;
    background: #f5f5f5;
}

.help-nav-tabs {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .help-nav-tabs {
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
    }
}

@media only screen and (max-width: 767px) {
    .help-nav-tab {
        float: left;
        width: 50%;
    }
}

.help-nav-tab .toggleable {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.help-search-form {
    margin-top: -55px;
}

.outlets-list {
    padding: 20px 0;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>.btn-o {
    font-size: 13px;
}

@media only screen and (min-width: 992px) {
    .input-lg,
    .input-group-lg>.form-control,
    .input-group-lg>.input-group-addon,
    .input-group-lg>.input-group-btn>.btn,
    .input-group-lg>.input-group-btn>.btn-o {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .help-faq-panel {
        opacity: 1;
        display: block !important;
        border-bottom: 1px solid #ececec;
    }
}

.office-card {
    height: 100%;
    border: 1px solid #a6a6a6;
    border-radius: 1px;
    position: relative;
    padding: 15px 15px 10px;
    text-align: left;
}

@media only screen and (min-width: 992px) {
    .office-card {
        padding: 30px 30px 20px;
    }
}

.office-card h5.title {
    font-size: 18px;
}

.office-card .hq-label {
    position: absolute;
    top: 0;
    right: 8px;
    background: #990000;
    color: white;
    text-transform: uppercase;
    padding: 8px;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.office-card-address {
    font-size: 14px;
    margin: 0 0 15px;
    color: #666666;
}

.office-card-address p {
    line-height: 1.1;
    margin: 0;
    font-size: 14px;
}

.office-card-numbers .tel {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 900;
    font-family: "Asap", sans-serif;
    color: #333333;
}

.office-card-numbers .tel:hover,
.office-card-numbers .tel:focus {
    text-decoration: none;
}

.office-card-numbers .icon-label {
    background: #ff5d00;
    padding: 0 5px;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    color: #333333;
    line-height: 32px;
    text-align: center;
}

.locate-us-map {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 30px 0;
}

@media only screen and (min-width: 768px) {
    .locate-us-map {
        height: 600px;
    }
}

.locate-us-map .google-map {
    width: 100%;
    height: 100%;
    border: 0;
}

.location-search-form {
    max-width: 560px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 80%;
}

.play-responsibly .page-description {
    padding: 40px 12%;
}

.tips-gambling {
    padding-top: 45px;
    padding-bottom: 20px;
    text-align: center;
}

.tips-gambling .tips-gambling-title {
    font-family: "Asap", sans-serif;
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .tips-gambling .tips-gambling-title {
        font-size: 28px;
    }
}

.tips-gambling .tips-gambling-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
    .tips-gambling .tips-gambling-item {
        margin-bottom: 30px;
    }
}

.tips-gambling .tips-gambling-item img {
    max-width: 100%;
    height: auto;
}

.tips-gambling .tips-gambling-item p {
    font-size: 14px;
    margin-bottom: 5px;
}

.sign-problem-gaming .sign-problem-gaming-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sign-problem-gaming .sign-problem-gaming-content ul {
    list-style: none;
    margin-bottom: 10px;
}

.sign-problem-gaming .sign-problem-gaming-content ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 13px;
}

.sign-problem-gaming .sign-problem-gaming-content ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    height: 0;
    width: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffc423;
    border-top: 5px solid transparent;
}

.sign-problem-gaming .sign-problem-gaming-message {
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
}

.beware-scams {
    margin-top: 30px;
    margin-bottom: 30px;
}

.beware-scams .beware-scams-wrapper {
    padding: 30px;
}

.beware-scams .beware-scams-logo {
    text-align: center;
}

.beware-scams .beware-scams-logo img {
    max-width: 155px;
}

.beware-scams .beware-scams-content h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.beware-scams .beware-scams-content ul {
    list-style: none;
}

.beware-scams .beware-scams-content ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 13px;
}

.beware-scams .beware-scams-content ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    height: 0;
    width: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffc423;
    border-top: 5px solid transparent;
}

/* PRICE SHARING RULES FRACTION VIEW */

.fraction-view {
    margin: 0 auto;
    width: 225px;
}

.fraction-view .fv-fraction {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.fraction-view .fv-f-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 5px;
}

.fraction-view .fv-f-numerator {
    padding-bottom: 5px;
}

.fraction-view .fv-f-denominator {
    padding-top: 5px;
    border-top: 1px solid black;
    border-top-style: dashed;
}

.fraction-view .fv-total {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.game-4d .theme-font {
    color: #ff5d00;
}

.game-4d .theme-bg {
    background: #ff5d00;
}

.game-4d .theme-bg.lighter {
    background: #fbdf86;
}

.game-4d .theme-nav>li>a {
    border-bottom: 5px solid #ff5d00;
}

@media only screen and (min-width: 768px) {
    .game-4d .theme-nav>li>a {
        border-bottom: 5px solid transparent;
    }
}

.game-4d .theme-nav>li>a:after {
    color: #ff5d00;
}

.game-4d .theme-nav>li.active>a,
.game-4d .theme-nav>li>a:focus,
.game-4d .theme-nav>li>a:hover,
.game-4d .theme-nav>li.active>a:focus,
.game-4d .theme-nav>li.active>a:hover {
    border-bottom: 5px solid #ff5d00;
}

.game-4d .bg-quarter-color:before {
    background: #ff5d00;
}

.game-4d .bg-dots {
    background-image: url("../images/game/bg-dots/4d-170420.jpg");
}

.game-4d .prize-tab.category {
    background-color: #ff5d00;
}

.game-4d .playslip-ticket-block.theme-bg:before {
    background: #ff5d00;
}

.game-jackpot .theme-font {
    color: #00a1e5;
}

.game-jackpot .theme-bg {
    background: #00a1e5;
}

.game-jackpot .theme-bg.lighter {
    background: #9fddf9;
}

.game-jackpot .theme-nav>li>a {
    border-bottom: 5px solid #00a1e5;
}

@media only screen and (min-width: 768px) {
    .game-jackpot .theme-nav>li>a {
        border: 0;
    }
}

.game-jackpot .theme-nav>li>a:after {
    color: #00a1e5;
}

.game-jackpot .theme-nav>li.active>a,
.game-jackpot .theme-nav>li>a:focus,
.game-jackpot .theme-nav>li>a:hover,
.game-jackpot .theme-nav>li.active>a:focus,
.game-jackpot .theme-nav>li.active>a:hover {
    border: 0;
    border-bottom: 5px solid #00a1e5;
}

.game-jackpot .bg-quarter-color:before {
    background: #00a1e5;
}

.game-jackpot .bg-dots {
    background-image: url("../images/game/bg-dots/jackpot-170420.jpg");
}

.game-jackpot .prize-tab.category {
    background-color: #00a1e5;
}

.game-jackpot .playslip-ticket-block.theme-bg:before {
    background: #00a1e5;
}

.game-jackpot .game-header-prizes li span {
    color: #00a1e5;
}

.game-jackpot-gold .theme-font {
    color: #f08122;
}

.game-jackpot-gold .theme-bg {
    background: #f08122;
}

.game-jackpot-gold .theme-bg.lighter {
    background: #fbd698;
}

.game-jackpot-gold .theme-nav>li>a {
    border-bottom: 5px solid #f08122;
}

@media only screen and (min-width: 768px) {
    .game-jackpot-gold .theme-nav>li>a {
        border: 0;
    }
}

.game-jackpot-gold .theme-nav>li>a:after {
    color: #f08122;
}

.game-jackpot-gold .theme-nav>li.active>a,
.game-jackpot-gold .theme-nav>li>a:focus,
.game-jackpot-gold .theme-nav>li>a:hover,
.game-jackpot-gold .theme-nav>li.active>a:focus,
.game-jackpot-gold .theme-nav>li.active>a:hover {
    border: 0;
    border-bottom: 5px solid #f08122;
}

.game-jackpot-gold .bg-quarter-color:before {
    background: #f08122;
}

.game-jackpot-gold .bg-dots {
    background-image: url("../images/game/bg-dots/jackpotgold-170420.jpg");
}

.game-jackpot-gold .prize-tab.category {
    background-color: #f08122;
}

.game-jackpot-gold .playslip-ticket-block.theme-bg:before {
    background: #f08122;
}

.game-jackpot-gold .game-header-prizes li span {
    color: #f08122;
}

.game-jackpot-gold .active-pink:active,
.game-jackpot-gold .active-pink.active {
    color: #f08122;
}

.game-jackpot-gold .pink {
    color: #f08122;
}

.game-powerball .theme-font {
    color: #ed1b24;
}

.game-powerball .theme-bg {
    background: #ed1b24;
}

.game-powerball .theme-bg.lighter {
    background: #f9c0c7;
}

.game-powerball .theme-bg.darker {
    background: #ed1b24;
}

.game-powerball .theme-nav>li>a {
    border-bottom: 5px solid #ed1b24;
}

@media only screen and (min-width: 768px) {
    .game-powerball .theme-nav>li>a {
        border: 0;
    }
}

.game-powerball .theme-nav>li>a:after {
    color: #ed1b24;
}

.game-powerball .theme-nav>li.active>a,
.game-powerball .theme-nav>li>a:focus,
.game-powerball .theme-nav>li>a:hover,
.game-powerball .theme-nav>li.active>a:focus,
.game-powerball .theme-nav>li.active>a:hover {
    border: 0;
    border-bottom: 5px solid #ed1b24;
}

.game-powerball .bg-quarter-color:before {
    background: #ed1b24;
}

.game-powerball .bg-dots {
    background-image: url("../images/game/bg-dots/powerball-170420.jpg");
}

.game-powerball .prize-tab.category {
    background-color: #ed1b24;
}

.game-powerball .playslip-ticket-block.theme-bg:before {
    background: #ed1b24;
}

.game-powerball .game-header-prizes li span {
    color: #ed1b24;
}

.game-powerball .game-instruction-steps li:before {
    background: #ed1b24;
}

.game-powerball .bg-darker-green {
    background-color: #b3141c;
}

.game-powerball .active-green:active,
.game-powerball .active-green.active,
.game-powerball .green {
    color: #ed1b24;
}

.game-mgold .theme-font {
    color: #ff9e14;
}

.game-mgold .theme-bg {
    background: #ff9e14;
}

.game-mgold .theme-bg.lighter {
    background: #ffdeb0;
}

@media only screen and (min-width: 768px) {
    .game-mgold .ways-to-play-nav-wrapper {
        display: none;
    }
}

.game-mgold .theme-nav>li>a {
    border-bottom: 5px solid #ff9e14;
}

@media only screen and (min-width: 768px) {
    .game-mgold .theme-nav>li>a {
        border: 0;
    }
}

.game-mgold .theme-nav>li>a:after {
    color: #ff9e14;
}

.game-mgold .theme-nav>li.active>a,
.game-mgold .theme-nav>li>a:focus,
.game-mgold .theme-nav>li>a:hover,
.game-mgold .theme-nav>li.active>a:focus,
.game-mgold .theme-nav>li.active>a:hover {
    border: 0;
    border-bottom: 5px solid #ff9e14;
}

.game-mgold .bg-quarter-color:before {
    background: #ff9e14;
}

.game-mgold .bg-dots {
    background-image: url("../images/game/bg-dots/mgold-170420.jpg");
}

.game-mgold .prize-tab.category {
    background-color: #ff9e14;
}

.game-mgold .playslip-ticket-block.theme-bg:before {
    background: #ff9e14;
}

.game-mgold .game-header-prizes li span {
    color: #ff9e14;
}

.game-mgold .active-pink:active,
.game-mgold .active-pink.active {
    color: #ff9e14;
}

.game-mgold .pink {
    color: #ff9e14;
}

@media only screen and (min-width: 992px) {
    .game-header-wrapper {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        overflow: hidden;
    }
}

.game-header {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .game-header {
        width: 85%;
    }
}

.game-header:before {
    content: '';
    background: white;
    width: 85%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
}

.game-header-title {
    font-size: 28px;
}

@media only screen and (min-width: 992px) {
    .game-header-title {
        font-size: 46px;
    }
}

.game-header-desc {
    color: #999999;
    font-size: 14px;
    font-family: "Asap", sans-serif;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .game-header-desc {
        font-size: 16px;
        margin-bottom: 0;
    }
}

hr.game-header-divider {
    margin: 0;
    width: 50px;
    border-color: #ff5d00;
    display: block;
    vertical-align: middle;
}

@media only screen and (min-width: 1200px) {
    hr.game-header-divider {
        display: inline-block;
    }
}

.game-jackpot hr.game-header-divider {
    border-color: #00a1e5;
}

.game-jackpot-gold hr.game-header-divider {
    border-color: #f08122;
}

.game-mgold hr.game-header-divider {
    border-color: #ff9e14;
}

.game-powerball hr.game-header-divider {
    border-color: #ed1b24;
}

.game-header-prizes {
    display: inline-block;
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
    .game-header-prizes {
        padding: 0 20px;
    }
}

.game-header-prizes h6 {
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) {
    .game-header-prizes h6 {
        margin-right: 5px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .game-header-prizes ul {
        display: inline-block;
        vertical-align: middle;
    }
}

.game-header-prizes ul li {
    display: block;
    font-family: "Asap", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
    .game-header-prizes ul li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .game-header-prizes ul li {
        margin-left: 20px;
        margin-right: 0;
    }
}

.game-header-prizes ul li span {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    display: block;
}

@media only screen and (min-width: 768px) {
    .game-header-prizes ul li span {
        display: inline;
        margin: 0 10px;
    }
}

.bg-quarter-color,
.bg-small-color {
    pointer-events: none;
}

.bg-quarter-color:before,
.bg-small-color:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 85%;
    background: #ff5d00;
}

.grey.bg-quarter-color:before,
.grey.bg-small-color:before {
    background: #f5f5f5;
}

.bg-left.bg-quarter-color:before,
.bg-left.bg-small-color:before {
    left: auto;
    right: 100%;
}

.bg-quarter-color {
    position: absolute;
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .bg-quarter-color {
        width: 85%;
    }
    .bg-quarter-color.bg-left {
        margin-left: 20%;
    }
}

.bg-small-color {
    position: absolute;
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .bg-small-color {
        width: calc(970px + (100% - 970px)/2 - 15px);
    }
    .bg-small-color.bg-left {
        margin-left: calc((100% - 970px)/2 - 15px);
    }
}

@media only screen and (min-width: 1200px) {
    .bg-small-color {
        width: calc(1170px + (100% - 1170px)/2 - 15px);
    }
    .bg-small-color.bg-left {
        margin-left: calc((100% - 1170px)/2 - 15px);
    }
}

.video-cont {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .video-cont {
        width: 90%;
    }
}

@media only screen and (min-width: 992px) {
    .video-cont {
        width: 70%;
    }
}

.video-cont .btn,
.video-cont .btn-o {
    padding: 10px 15px;
}

.video_display {
    position: relative;
    padding-bottom: 54%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video_display iframe,
.video_display object,
.video_display embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoThumb {
    text-align: center;
    margin-top: 20px;
}

.videoThumb-xs {
    margin-top: 20px;
}

.videoThumb-xs select {
    font-size: 13px;
    width: 100%;
    margin-top: 10px;
}

.video-content {
    margin-top: 10px;
    font-size: 10px;
}

@media only screen and (min-width: 992px) {
    .video-content {
        font-size: 16px;
    }
}

.video-btn {
    line-height: 1;
    font-size: 42px;
}

@media only screen and (min-width: 768px) {
    .video-btn {
        font-size: 52px;
    }
}

@media only screen and (min-width: 768px) {
    .video-btn {
        font-size: 60px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .video-btn {
        font-size: 80px;
    }
}

.video-title {
    text-transform: uppercase;
}

.game-step-1 .step-title,
.game-step-2 .step-title,
.game-step-3 .step-title,
.game-step-4 .step-title {
    text-transform: uppercase;
    color: #333333;
    font-size: 18px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .game-step-1 .step-title,
    .game-step-2 .step-title,
    .game-step-3 .step-title,
    .game-step-4 .step-title {
        font-size: 24px;
    }
}

.game-step-1 p,
.game-step-2 p,
.game-step-3 p,
.game-step-4 p {
    font-size: 14px;
    padding-left: 8px;
}

@media (max-width: 767px) {
    .game-step-1 .number-combine,
    .game-step-2 .number-combine,
    .game-step-3 .number-combine,
    .game-step-4 .number-combine {
        display: block;
    }
}

@media (max-width: 991px) {
    .game-step-1 .btn-o,
    .game-step-2 .btn-o,
    .game-step-3 .btn-o,
    .game-step-4 .btn-o {
        padding: 8px 12px;
        font-size: 14px;
    }
}

.game-step-4 {
    border-bottom: 20px solid #f5f5f5;
}

.game-instruction-steps ol {
    list-style: none;
    counter-reset: li;
}

.game-instruction-steps ol li {
    counter-increment: step;
    position: relative;
    clear: both;
    padding-left: 50px;
    padding-top: 5px;
    padding-right: 50px;
    margin-bottom: 15px;
}

.game-instruction-steps ol li:before {
    content: counter(step, decimal);
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}

.game-instruction-steps-item .item-content {
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.game-instruction-steps-item:last-child .item-content {
    padding-bottom: 0;
    border-bottom: 0px solid transparent;
}

.game-instruction-steps-item h3 {
    color: black;
    margin-top: 5px;
}

.game-instruction-steps-item p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.game-instruction-steps-item .item-left,
.game-instruction-steps-item .item-right,
.game-instruction-steps-item .item-full,
.game-instruction-steps-item .item-combine {
    display: inline-block;
    vertical-align: middle;
}

.game-instruction-steps-item .item-combine {
    padding: 5px;
}

.game-4d-example {
    background-color: #ff5d00;
}

.game-4d-example .game-4d-example-card {
    height: 100%;
    margin-bottom: 10px;
}

.game-4d-example .game-4d-example-card .example-card-header {
    font-size: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .game-4d-example .game-4d-example-card .example-card-header {
        font-size: 30px;
    }
}

.game-4d-example .game-4d-example-card .example-card-description {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}

.game-4d-example .game-4d-example-message {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: #d70d56;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .game-4d-example .game-4d-example-message {
        margin-top: 0;
        font-size: 16px;
    }
}

.example-card-content .example-content {
    border-color: #ff5d00;
    background: white;
    border-bottom: 1px solid #ff5d00;
    color: black;
    padding: 5px 15px;
}

@media only screen and (min-width: 768px) {
    .example-card-content .example-content {
        padding: 8px;
    }
}

.example-card-content .example-content .example-label {
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.1;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    color: #666666;
}

@media only screen and (min-width: 768px) {
    .example-card-content .example-content .example-label {
        font-size: 16px;
    }
}

.example-card-content .example-content .example-label.block {
    margin-top: 6px;
    margin-bottom: 10px;
}

.example-card-content .example-content .example-number-lg {
    font-family: "Asap", sans-serif;
    margin-left: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .example-card-content .example-content .example-number-lg {
        margin-left: 25px;
        font-size: 26px;
    }
}

.example-card-content .example-content .example-col {
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 8px;
    padding-bottom: 12px;
    min-height: 100px;
}

@media only screen and (min-width: 768px) {
    .example-card-content .example-content .example-col {
        margin-top: -8px;
        margin-bottom: -8px;
        min-height: 200px;
    }
}

@media only screen and (min-width: 992px) {
    .example-card-content .example-content .example-col {
        min-height: 223px;
    }
}

.example-card-content .example-content .example-col+.example-col {
    border-left: 1px solid #ffc423;
}

.example-card-content .example-number-list .example-number {
    width: 100%;
    font-size: 14px;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    color: #333333;
    float: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .example-card-content .example-number-list .example-number {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .example-card-content .example-number-list .example-number {
        font-size: 24px;
    }
}

.example-card-content .example-number-list.list-2 .example-number {
    width: 50%;
}

.example-card-content .example-number-list.list-3 .example-number {
    width: 33.333333%;
}

.number-combination-examples {
    background-color: #f1f1f1;
    padding: 15px 25px;
    margin-bottom: 50px;
}

.number-combination-examples div[class^="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.number-combination-examples p {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    color: #666666;
}

.game-prize-details .prize-tab {
    height: 100%;
}

.game-prize-details .prize-tab-content {
    height: 100%;
}

.game-prize-details .prize-block {
    height: 100%;
}

.game-prize-details .prize-block.result {
    background-color: #666666;
}

.game-prize-details .prize-block.number {
    background-color: #e9e9e9;
}

.game-prize-details .prize-block.amount {
    background-color: #f6f6f6;
}

@media only screen and (min-width: 768px) {
    .game-prize-details .note-help {
        position: absolute;
        bottom: 0;
    }
}

.prize-panel-header {
    padding: 0 15px 15px;
    min-height: 120px;
    margin: 0;
}

.game-prize-details>div>div[class^="col"] {
    position: relative;
}

.game-prize-details>div>div[class^="col"]:first-child {
    z-index: 2;
}

.game-prize-details>div>div[class^="col"]:nth-child(2) {
    z-index: 1;
}

.prize-tab-content>.tab-pane>div>div[class^="col"] {
    position: relative;
}

.prize-tab-content>.tab-pane>div>div[class^="col"]:first-child {
    z-index: 2;
}

.prize-tab-content>.tab-pane>div>div[class^="col"]:nth-child(2) {
    z-index: 1;
}

.playslip-ticket {
    padding: 0 15px;
}

.playslip-ticket-block {
    height: 100%;
    padding: 30px 25px;
    text-align: center;
    position: relative;
}

.playslip-ticket-block .title {
    font-family: "Asap", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 3px;
}

.playslip-ticket-block .description {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    color: white;
    line-height: 1.2;
    padding: 0 8% 15px;
    margin-bottom: 30px;
    position: relative;
}

.playslip-ticket-block .description:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #ff5d00;
    width: 20px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.playslip-ticket-block.shorthand {
    background-color: #f4f4f4;
}

.playslip-ticket-block.shorthand .title {
    color: #333333;
}

.playslip-ticket-block.shorthand .description {
    color: #363636;
}

.playslip-ticket-block.playslip {
    background-color: #333333;
}

.playslip-ticket-block.playslip:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 50px;
    line-height: 1;
    display: block;
    position: absolute;
    top: 30px;
    left: -30px;
    color: white;
    padding: 3px 20px 5px;
    background: #333333;
    border-radius: 50%;
}

.playslip-ticket-block.playslip .image img {
    width: 100%;
    max-width: 285px;
    display: inline;
}

.playslip-ticket-block.ticket:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 50px;
    line-height: 1;
    display: block;
    position: absolute;
    top: 30px;
    left: -30px;
    color: white;
    padding: 3px 20px 5px;
    border-radius: 50%;
}

.playslip-ticket-block.ticket .description:after {
    background-color: white;
}

@media only screen and (min-width: 1200px) {
    .playslip-ticket-block.ticket .image {
        padding: 0 20px;
    }
}

.playslip-ticket-block.ticket .image img {
    width: 100%;
    max-width: 285px;
    display: inline;
}

.game-shorthand-list li {
    border-bottom: 1px solid #e9e9e9;
    font-family: "Asap", sans-serif;
    font-size: 18px;
    color: #7d7d7d;
    padding: 15px 15px 15px 27px;
    text-align: left;
    position: relative;
}

.game-shorthand-list li:first-child {
    border-top: 1px solid #e9e9e9;
}

.game-shorthand-list li:before {
    content: '\25A0';
    display: block;
    position: absolute;
    left: 5px;
    top: 14px;
    font-size: 16px;
    color: #ff5d00;
}

.game-shorthand-list li span {
    float: right;
    color: #333333;
    font-weight: bold;
}

.playslip-ticket-message {
    text-align: center;
    margin-top: 30px;
}

.playslip-ticket-message p {
    font-family: "Asap", sans-serif;
    color: #363636;
    margin-bottom: 0;
}

.playslip-ticket-message p .fa {
    margin-right: 10px;
    color: #ff5d00;
}

.playslip-ticket-message p a {
    color: #363636;
    font-weight: bold;
}

.game-cross-sell {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
    .game-cross-sell {
        min-height: 390px;
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

.game-cross-sell.game-4d {
    background-image: url("../images/game/cross-sell/game-4d.jpg");
    border-top: 10px solid #ff5d00;
}

.game-cross-sell.game-jackpot {
    background-image: url("../images/game/cross-sell/game-jackpot.jpg");
    border-top: 10px solid #00a1e5;
}

.game-cross-sell .cross-sell-title {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #2d2d2d;
}

@media only screen and (min-width: 768px) {
    .game-cross-sell .cross-sell-title {
        font-size: 50px;
    }
}

.game-cross-sell .cross-sell-prize {
    background: #1c1c1c;
    font-size: 18px;
    color: #ffc423;
    text-transform: uppercase;
    padding: 5px;
    margin-top: 10px;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .game-cross-sell .cross-sell-prize {
        padding: 10px 5px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .game-cross-sell .cross-sell-prize {
        font-size: 50px;
    }
}

.game-cross-sell .cross-sell-prize span {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    float: left;
    padding: 5px 2px;
}

.game-cross-sell .cross-sell-prize span.currency {
    font-family: "Asap", sans-serif;
    padding-right: 4px;
}

.game-cross-sell .cross-sell-prize span.number {
    background: #333333;
    margin: 1px 1px;
    padding: 5px;
}

.game-cross-sell .cross-sell-button {
    font-family: "Asap", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    background: #ff5d00;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 30px;
}

.game-cross-sell .cross-sell-button:hover,
.game-cross-sell .cross-sell-button:focus {
    text-decoration: none;
}

.modal-how-to-play.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-how-to-play.modal.game-4d .modal-header {
    background: #ffcc33;
}

.modal-how-to-play.modal.game-4d .theme-lighter-color {
    color: #fffbea;
}

.modal-how-to-play.modal.game-jackpot .modal-header {
    background: #0066ff;
}

.modal-how-to-play.modal.game-jackpot .theme-lighter-color {
    color: #6fc4ff;
}

.modal-how-to-play.modal.game-jackpot .theme-bright-bg {
    background-color: #0066ff;
}

.modal-how-to-play.modal.game-jackpot-gold .modal-header {
    background: #ff9e14;
}

.modal-how-to-play.modal.game-jackpot-gold .theme-lighter-color {
    color: #ffe9ef;
}

.modal-how-to-play.modal.game-jackpot-gold .theme-bright-bg {
    background-color: #db1b4c;
}

.modal-how-to-play.modal.game-powerball .modal-header {
    background: #ed1b24;
}

.modal-how-to-play.modal.game-powerball .theme-lighter-color {
    color: white;
}

.modal-how-to-play.modal.game-powerball .theme-bright-bg {
    background-color: #7ec803;
}

.modal-how-to-play.modal.game-mgold .modal-header {
    background: #ff9e14;
}

.modal-how-to-play.modal.game-mgold .theme-lighter-color {
    color: #ffdeb0;
}

.modal-how-to-play.modal.game-mgold .theme-bright-bg {
    background-color: #ff9e14;
}

.modal-how-to-play.modal h5 {
    background-color: #ececec;
}

.modal-how-to-play.modal #game-type-mobile-nav .owl-nav {
    margin: 0;
}

.modal-how-to-play.modal #game-type-mobile-nav .owl-nav .owl-prev,
.modal-how-to-play.modal #game-type-mobile-nav .owl-nav .owl-next {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-how-to-play.modal #game-type-mobile-nav .owl-nav .owl-prev {
    left: 10px;
}

.modal-how-to-play.modal #game-type-mobile-nav .owl-nav .owl-next {
    right: 10px;
}

.modal-how-to-play.modal .owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    color: #333;
}

.modal-how-to-play.modal .content-wrapper {
    background: #ffffff;
}

.modal-how-to-play.modal .game-sample-panel .with-indicator>.panel-heading>h4>a[data-toggle]:after {
    background: transparent;
}

.modal-how-to-play.modal .game-sample-panel a {
    color: #FFF;
}

.modal-how-to-play.modal .game-sample-panel .number-combination-examples {
    margin-bottom: 0;
}

.modal-how-to-play.modal .prize-category-panel .with-indicator>.panel-heading>h4>a[data-toggle]:after {
    background: transparent;
}

.modal-how-to-play.modal .prize-category-panel .panel-heading a {
    font-size: 20px;
}

.modal-how-to-play.modal .how-to-play-header {
    background: #ededed;
}

.modal-how-to-play.modal .sample-prize-block {
    background: #343535;
    border-bottom: 1px solid #FFF;
}

.modal-how-to-play.modal .modal-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
}

.modal-how-to-play.modal .modal-dialog {
    height: 100%;
    margin: 0;
}

.modal-how-to-play.modal .modal-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    padding-top: 90px;
}

.modal-how-to-play.modal .indicator {
    display: -webkit-box;
    display: flex;
    background: #FFF;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 30px;
}

.modal-how-to-play.modal .indicator ul {
    display: -webkit-box;
    display: flex;
}

.modal-how-to-play.modal .indicator li {
    margin: 0 5px;
}

.modal-how-to-play.modal .indicator li.active a {
    border-top: 3px solid #333;
}

.modal-how-to-play.modal .indicator a {
    text-decoration: none;
    display: block;
    margin-top: 5px;
    border-top: 3px solid #FFF;
}

.modal-how-to-play.modal .indicator span {
    margin: 8px 10px 0 0;
}

.modal-how-to-play.modal .nav-carousel {
    position: fixed;
    z-index: 100;
    top: 45px;
}

.modal-how-to-play.modal .owl-theme .owl-nav .disabled {
    opacity: 0;
}

.ways-to-play-nav-wrapper a {
    border-bottom: 5px solid #0066ff;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .ways-to-play-nav-wrapper a {
        border-bottom: 0;
    }
}

.ways-to-play-nav-wrapper a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 35px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -25px;
}

@media only screen and (min-width: 768px) {
    .ways-to-play-nav-wrapper a:after {
        content: none;
    }
}

.ways-to-play-nav-wrapper .nav-tabs>li {
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .ways-to-play-nav-wrapper .nav-tabs>li {
        margin-bottom: 0;
    }
}

.ways-to-play-nav-wrapper .nav-tabs>li>a {
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .ways-to-play-nav-wrapper .nav-tabs>li>a {
        margin-right: 2px;
    }
}

.game-calculator-result {
    height: auto;
}

@media only screen and (min-width: 992px) {
    .game-calculator-result {
        height: 100%;
    }
}

.playslip-ticket-block.playslip:before,
.playslip-ticket-block.ticket:before {
    content: "\f107";
    padding: 3px 15px 5px;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}

@media only screen and (min-width: 992px) {
    .playslip-ticket-block.playslip:before,
    .playslip-ticket-block.ticket:before {
        content: "\f105";
        top: 30px;
        left: -30px;
        color: white;
        padding: 3px 20px 5px;
        margin-left: 0;
    }
}

.game-step-2 .btn-o {
    white-space: normal;
}

@-webkit-keyframes mbox-animate-number-1 {
    10% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    30% {
        -webkit-transform: translate(calc(200% - 4px), 100%);
        transform: translate(calc(200% - 4px), 100%);
    }
    40%,
    50% {
        -webkit-transform: translate(calc(200% - 4px), 0);
        transform: translate(calc(200% - 4px), 0);
    }
    60% {
        -webkit-transform: translate(calc(200% - 4px), 100%);
        transform: translate(calc(200% - 4px), 100%);
    }
    70% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    80% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes mbox-animate-number-1 {
    10% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    30% {
        -webkit-transform: translate(calc(200% - 4px), 100%);
        transform: translate(calc(200% - 4px), 100%);
    }
    40%,
    50% {
        -webkit-transform: translate(calc(200% - 4px), 0);
        transform: translate(calc(200% - 4px), 0);
    }
    60% {
        -webkit-transform: translate(calc(200% - 4px), 100%);
        transform: translate(calc(200% - 4px), 100%);
    }
    70% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    80% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes mbox-animate-number-2 {
    10% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(calc(-100% + 2px), 0);
        transform: translate(calc(-100% + 2px), 0);
    }
    40%,
    50% {
        -webkit-transform: translate(calc(-100% + 2px), 0);
        transform: translate(calc(-100% + 2px), 0);
    }
    60% {
        -webkit-transform: translate(calc(-100% + 2px), 0);
        transform: translate(calc(-100% + 2px), 0);
    }
    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    80% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes mbox-animate-number-2 {
    10% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(calc(-100% + 2px), 0);
        transform: translate(calc(-100% + 2px), 0);
    }
    40%,
    50% {
        -webkit-transform: translate(calc(-100% + 2px), 0);
        transform: translate(calc(-100% + 2px), 0);
    }
    60% {
        -webkit-transform: translate(calc(-100% + 2px), 0);
        transform: translate(calc(-100% + 2px), 0);
    }
    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    80% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes mbox-animate-number-3 {
    10% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    30% {
        -webkit-transform: translate(calc(100% - 2px), 100%);
        transform: translate(calc(100% - 2px), 100%);
    }
    40%,
    50% {
        -webkit-transform: translate(calc(100% - 2px), 0);
        transform: translate(calc(100% - 2px), 0);
    }
    60% {
        -webkit-transform: translate(calc(100% - 2px), 100%);
        transform: translate(calc(100% - 2px), 100%);
    }
    70% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    80% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes mbox-animate-number-3 {
    10% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    30% {
        -webkit-transform: translate(calc(100% - 2px), 100%);
        transform: translate(calc(100% - 2px), 100%);
    }
    40%,
    50% {
        -webkit-transform: translate(calc(100% - 2px), 0);
        transform: translate(calc(100% - 2px), 0);
    }
    60% {
        -webkit-transform: translate(calc(100% - 2px), 100%);
        transform: translate(calc(100% - 2px), 100%);
    }
    70% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    80% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes mbox-animate-number-4 {
    10% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(calc(-200% + 4px), 0);
        transform: translate(calc(-200% + 4px), 0);
    }
    40%,
    50% {
        -webkit-transform: translate(calc(-200% + 4px), 0);
        transform: translate(calc(-200% + 4px), 0);
    }
    60% {
        -webkit-transform: translate(calc(-200% + 4px), 0);
        transform: translate(calc(-200% + 4px), 0);
    }
    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    80% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes mbox-animate-number-4 {
    10% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(calc(-200% + 4px), 0);
        transform: translate(calc(-200% + 4px), 0);
    }
    40%,
    50% {
        -webkit-transform: translate(calc(-200% + 4px), 0);
        transform: translate(calc(-200% + 4px), 0);
    }
    60% {
        -webkit-transform: translate(calc(-200% + 4px), 0);
        transform: translate(calc(-200% + 4px), 0);
    }
    70% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    80% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.mbox-animate-number-1 {
    -webkit-animation: mbox-animate-number-1 5s ease-in-out infinite;
    animation: mbox-animate-number-1 5s ease-in-out infinite;
}

.mbox-animate-number-2 {
    -webkit-animation: mbox-animate-number-2 5s ease-in-out infinite;
    animation: mbox-animate-number-2 5s ease-in-out infinite;
}

.mbox-animate-number-3 {
    -webkit-animation: mbox-animate-number-3 5s ease-in-out infinite;
    animation: mbox-animate-number-3 5s ease-in-out infinite;
}

.mbox-animate-number-4 {
    -webkit-animation: mbox-animate-number-4 5s ease-in-out infinite;
    animation: mbox-animate-number-4 5s ease-in-out infinite;
}

.overlay-question-mark {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    z-index: 10;
    padding: 10px;
    bottom: 40px;
    right: 50%;
    display: none;
}

.overlay-question-mark:before {
    content: "";
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid black;
    bottom: -7px;
    right: 10px;
}

.overlay-question-mark p {
    font-weight: normal;
}

.sharing-rules ul li {
    list-style: disc inside none;
}

.get-magnum-4d-result {
    background: url("../images/received-result/banner-bg.svg");
    background-size: 50px;
}

@media only screen and (min-width: 992px) {
    .get-magnum-4d-result {
        margin-top: 0;
    }
}

.subscribe-via-email-wrapper {
    position: relative;
    overflow: hidden;
}

.subscribe-via-email-wrapper:before,
.subscribe-via-email-wrapper:after {
    content: '';
    background: url("../images/received-result/envelop-bg.svg") no-repeat;
    width: 150px;
    height: 83px;
    display: block;
    position: absolute;
    opacity: .5;
}

@media only screen and (min-width: 768px) {
    .subscribe-via-email-wrapper:before,
    .subscribe-via-email-wrapper:after {
        width: 300px;
        height: 167px;
    }
}

.subscribe-via-email-wrapper:before {
    top: -15px;
    right: -15px;
}

@media only screen and (min-width: 768px) {
    .subscribe-via-email-wrapper:before {
        top: -30px;
        right: -30px;
    }
}

.subscribe-via-email-wrapper:after {
    bottom: -26px;
    left: -25px;
}

@media only screen and (min-width: 768px) {
    .subscribe-via-email-wrapper:after {
        bottom: -55px;
        left: -50px;
    }
}

.partner-list {
    list-style: none;
    text-align: center;
}

.partner-list li {
    display: inline-block;
    margin: 15px 30px;
}

.subscribe-form {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .subscribe-form {
        max-width: 480px;
    }
}

.or-label {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mobile-case {
    fill: #FFC425;
}

.is-blue .mobile-case {
    fill: #0067fc;
}

.is-red .mobile-case {
    fill: #f70037;
}

.mobile-speaker {
    fill: #DB9300;
}

.is-blue .mobile-speaker {
    fill: #00469b;
}

.is-red .mobile-speaker {
    fill: #91002f;
}

.receive-grid {
    max-width: 235px;
    margin: auto;
}

.receive-result-img {
    position: relative;
}

.receive-result-img-content {
    padding: 60px 25px 25px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .receive-result-img-content {
        padding: 50px 20px 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .receive-result-img-content {
        padding: 60px 25px 25px;
    }
}

.receive-result-img-content p {
    font-size: 11px;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .receive-result-img-content p {
        font-size: 9px;
        line-height: 1.1;
    }
}

@media only screen and (min-width: 1200px) {
    .receive-result-img-content p {
        font-size: 11px;
        line-height: 1.2;
    }
}

.subscribe-via-sms .heading-black {
    line-height: 32px;
}

@media only screen and (min-width: 768px) {
    .subscribe-via-sms .heading-black {
        line-height: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .subscribe-via-sms .heading-black {
        line-height: 22px;
    }
}

.subscribe-via-sms .heading-black span {
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .subscribe-via-sms .heading-black span {
        font-size: 18px;
    }
}

.winner-history-title {
    display: none;
}

.winner-history-title.active {
    display: block;
}

.winning-history-jackpot-options {
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .winning-history-jackpot-options {
        text-align: center;
    }
}

.winning-history-jackpot-options .option-item {
    padding-top: 3px;
    padding-bottom: 3px;
}

@media only screen and (min-width: 768px) {
    .winning-history-jackpot-options .option-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .winning-history-jackpot-options .option-item {
        display: block;
        text-align: left;
    }
}

.winning-history-table {
    overflow-x: scroll;
}

@media only screen and (min-width: 768px) {
    .winning-history-table {
        overflow-x: initial;
    }
}

.winning-history-table .btn-number-details {
    cursor: pointer;
}

.filter-type-wrapper.hide {
    display: none !important;
}

.table-fluidscroll tbody tr {
    position: relative;
}

@media (max-width: 767px) {
    .table-fluidscroll tbody tr::before {
        font-family: FontAwesome;
        content: "\f078";
        position: absolute;
        top: 10px;
        right: 15px;
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    }
}

@media (max-width: 767px) {
    .table-fluidscroll tbody tr.expand::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (max-width: 767px) {
    .table-fluidscroll tbody tr td {
        display: none;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .table-fluidscroll tbody tr td:first-child,
    .table-fluidscroll tbody tr td:nth-child(2) {
        display: inline-block;
        width: 50%;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        text-align: left;
    }
}

.table-fluidscroll tbody tr td:first-child:before,
.table-fluidscroll tbody tr td:nth-child(2):before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    text-align: left;
    display: block;
}

@media (max-width: 767px) {
    .table-fluidscroll tbody tr td:first-child {
        padding-left: 12% !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 767px) {
    .table-fluidscroll tbody tr td:nth-child(2) {
        padding-left: 10px !important;
        padding-right: 12% !important;
    }
}

@media (max-width: 767px) {
    .table-fluidscroll tbody tr.expand td {
        display: block;
    }
}

@media (max-width: 767px) {
    .table-fluidscroll tbody tr.expand td:first-child,
    .table-fluidscroll tbody tr.expand td:nth-child(2) {
        display: inline-block;
    }
}

.did-i-win {
    background: white;
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .did-i-win {
        margin-top: 0;
    }
}

.did-i-win.page-wrapper {
    padding-top: 0;
}

.did-i-win.page-wrapper .page-title {
    background: url("../images/element-title-yellow-bg.jpg");
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding: 20px 0;
    margin: 0 -15px 22px;
}

@media only screen and (min-width: 768px) {
    .did-i-win.page-wrapper .page-title {
        padding: 30px 0;
        margin-bottom: 30px;
    }
}

.did-i-win.page-wrapper .page-title h1 {
    font-size: 24px;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .did-i-win.page-wrapper .page-title h1 {
        font-size: 35px;
    }
}

.did-i-win .btn[disabled],
.did-i-win [disabled].btn-o {
    cursor: not-allowed;
    opacity: 1;
    box-shadow: 0 2px 2px 0 rgba(37, 37, 37, 0.14), 0 1px 5px 0 rgba(37, 37, 37, 0.12), 0 3px 1px -2px rgba(37, 37, 37, 0.2);
}

.check-your-number-wrapper .form-title {
    text-align: center;
}

.check-your-number-wrapper .form-title h1 {
    font-size: 17px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .check-your-number-wrapper .form-title h1 {
        font-size: 24px;
    }
}

.check-your-number-wrapper .form-title-divider {
    width: 40px;
    border-top: 3px solid #252525;
    margin: 10px auto 15px;
}

.check-number-form {
    margin-top: 0;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .check-number-form {
        margin-top: 25px;
    }
}

.check-number-form .row.middle-xs label,
.check-number-form .middle-xs.row-0 label,
.check-number-form .middle-xs.row-2 label,
.check-number-form .middle-xs.row-5 label,
.check-number-form .middle-xs.row-10 label,
.check-number-form .middle-xs.row-20 label {
    margin-bottom: 0;
    margin-top: 0;
}

.check-number-form .form-row {
    margin-bottom: 6px;
}

.check-number-form .form-group {
    margin-bottom: 2px;
}

.check-number-form .form-group .form-error {
    position: relative;
    margin-top: 4px;
    margin-bottom: 5px;
}

.check-number-form .form-control {
    padding: 10px 12px;
}

.check-number-form .form-icon {
    width: 44px;
    padding: 5px 8px;
}

.check-number-form .label {
    font-family: "Asap", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    padding: 5px 15px;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .check-number-form .label {
        font-size: 16px;
    }
}

.check-number-form .checkbox-circle-wrapper {
    display: inline-block;
    margin-left: 9px;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .check-number-form .checkbox-circle-wrapper {
        margin-left: 20px;
    }
}

.check-number-form .checkbox-circle-wrapper:first-child {
    margin-left: 0;
}

.check-number-form .checkbox-circle-wrapper .label {
    padding: 0 0 0 1px;
}

@media only screen and (min-width: 768px) {
    .check-number-form .row-input-control-col {
        position: static;
    }
}

.check-number-form .row-input-control {
    margin-top: 18px;
}

@media only screen and (min-width: 768px) {
    .check-number-form .row-input-control {
        position: absolute;
        right: -84px;
        bottom: 0;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {
    .check-number-form .row-input-control[data-play="4d"] {
        bottom: 168px;
    }
}

@media only screen and (min-width: 768px) {
    .check-number-form .row-input-control[data-play="4d-jackpot"] {
        bottom: 116px;
    }
}

.check-number-form .row-input-control .btn,
.check-number-form .row-input-control .btn-o {
    width: 46px;
    color: #252525;
    font-size: 16px;
    background: #ffc423;
    padding: 10px 8px;
    margin: 0 2px;
    margin-left: 15px;
}

@media only screen and (min-width: 768px) {
    .check-number-form .row-input-control .btn,
    .check-number-form .row-input-control .btn-o {
        width: 46px;
        margin-left: 0;
    }
}

.check-number-form .row-input-control .btn:first-child,
.check-number-form .row-input-control .btn-o:first-child {
    margin-left: 0;
}

.check-number-form .row-input-control .btn-delete {
    background: #c9302c;
    color: white;
}

/*20191008 kenneth add this css for did-i-win button reset*/
.check-number-form button[type="submit"], .check-number-form button[type="button"] {
    display: block;
    width: 100%;
    margin-top: 18px;
}

@media only screen and (min-width: 768px) {
    .check-number-form button[type="submit"] {
        width: auto;
        display: inline-block;
        margin-top: 15px;
        padding: 10px 35px;
    }
	/*20191008 kenneth add this css for did-i-win button reset*/
    .check-number-form button[type="button"] {
        width: 22%;
        display: inline-block;
        margin-top: 15px;
        padding: 10px 35px;
    }
}

.check-number-form .date-select:after {
    content: "";
}

.did-i-win-game-type-wrapper {
    display: none;
}

.did-i-win-game-type-wrapper.active {
    display: block;
}

.did-i-win-game-form-wrapper {
    display: none;
}

.did-i-win-game-form-wrapper.active {
    display: block;
}

.did-i-win-game-form-wrapper .row-double {
    margin-top: 8px;
}

.did-i-win-game-form-wrapper .row-double label {
    padding-right: 0;
}

@media only screen and (min-width: 768px) {
    .did-i-win-game-form-wrapper .row-double .label-right {
        padding-left: 40px;
    }
}

.did-i-win-game-form-wrapper .gnumber-col {
    padding-left: 0px;
}

.did-i-win-game-form-wrapper[data-type="4d-jackpot"][data-play="straight"] .game-input-row:nth-child(odd) {
    margin-top: 20px;
}

.did-i-win-game-form-wrapper[data-type="4d-jackpot"][data-play="straight"] .game-input-row:first-child {
    margin-top: 0;
}

.check-number-result {
    background-color: #f3f3f3;
    padding: 25px 12px;
}

.check-number-result .number-result-title {
    font-family: "Asap", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
}

.check-number-result .number-result-description {
    color: #666666;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .check-number-result .number-result-description {
        font-size: 14px;
    }
}

.check-number-result .number-result-table {
    max-width: 600px;
    margin: 10px auto 15px;
}

.check-number-result .number-result-table tbody>tr>th {
    padding: 12px 10px;
}

@media only screen and (min-width: 768px) {
    .check-number-result .number-result-table tbody>tr>th {
        font-size: 18px;
    }
}

.check-number-result .number-result-table tbody>tr>td {
    padding: 8px 10px;
    background: white;
}

@media only screen and (min-width: 768px) {
    .check-number-result .number-result-table tbody>tr>td {
        font-size: 15px;
    }
}

.number-result-message {
    margin-top: 15px;
    margin-bottom: 15px;
}

.feedback-form-section .page-title-pattern {
    background-image: url(/magnum4d/assets/images/element-title-yellow-bg.jpg);
}

.feedback-form-section .btn,
.feedback-form-section .btn-o {
    border: 0;
    background-color: #ffc423;
    font-family: "Asap", sans-serif;
    font-weight: 700;
    color: #454545;
    padding: 10px 20px;
}

.feedback-form-section label {
    font-size: 16px;
    color: black;
    width: 30%;
}

@media (max-width: 767px) {
    .feedback-form-section label {
        width: 100%;
    }
}

.feedback-form-section .textarea label {
    vertical-align: top;
    margin-top: 10px;
}

.feedback-form-section input,
.feedback-form-section textarea {
    border: 1px solid #d6d6d6;
    padding: 10px 12px;
}

.feedback-form-section .form-control {
    display: inline-block;
    width: 69.333%;
}

@media (max-width: 767px) {
    .feedback-form-section .form-control {
        width: 100%;
    }
}

.feedback-form-section .form-group .form-error {
    position: relative;
    margin-left: 30%;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .feedback-form-section .form-group .form-error {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) {
    .feedback-form-section .line-break-md {
        display: block;
    }
}

.misc-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
}

@media only screen and (min-width: 992px) {
    .misc-wrapper {
        margin-top: 0;
    }
}

.misc-wrapper .misc-title {
    margin-bottom: 15px;
}

.misc-wrapper .featured-image {
    margin-bottom: 30px;
}

.misc-wrapper .misc-content {
    font-size: 14px;
}

.misc-wrapper .misc-content h2 {
    margin-top: 22px;
    margin-bottom: 22px;
}

.misc-wrapper .misc-content h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.misc-wrapper .misc-content p {
    font-size: 14px;
    margin-bottom: 20px;
}

.misc-wrapper .misc-content ol,
.misc-wrapper .misc-content ul {
    padding-left: 25px;
    margin-top: -8px;
    margin-bottom: 25px;
}

.misc-wrapper .misc-content ol li,
.misc-wrapper .misc-content ul li {
    margin-bottom: 10px;
}

.misc-wrapper .misc-content ul {
    list-style-type: disc;
}

.misc-wrapper img {
    max-width: 100%;
}

.page404 {
    background: white;
    border-top: 5px solid #ff5d00;
    padding: 0;
}

.page404 .header-logo {
    display: inline-block;
    margin: 0;
}

.page404 .footer-bg {
    background-image: url(../images/game/bg-dots/yellow.jpg);
    height: 100px;
    width: 100%;
}

.page404-content-wrapper {
    text-align: center;
    display: table;
    width: 100%;
    min-height: calc(100vh - 155px);
}

@media only screen and (min-width: 768px) {
    .page404-content-wrapper {
        min-height: calc(100vh - 185px);
    }
}

.page404-content-wrapper .page404-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.page404-content-wrapper .page404-content h2 {
    color: #333333;
    font-size: 19px;
    margin-top: 25px;
}

@media only screen and (min-width: 768px) {
    .page404-content-wrapper .page404-content h2 {
        font-size: 25px;
    }
}

.page404-content-wrapper .page404-content h5 {
    color: #333333;
    font-size: 15px;
}

@media only screen and (min-width: 768px) {
    .page404-content-wrapper .page404-content h5 {
        font-size: 17px;
    }
}

.page404-content-wrapper .page404-content p {
    color: #878787;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .page404-content-wrapper .page404-content p {
        font-size: 16px;
    }
}

.page404-content-wrapper .page404-content strong {
    color: #333333;
}

.page404-content-wrapper .page404-content .btn,
.page404-content-wrapper .page404-content .btn-o {
    margin-top: 15px;
    margin-bottom: 40px;
}

.page404-content-wrapper .page404-content hr {
    width: 40px;
    border-color: #ffc423;
    margin-top: 20px;
}

.number404-scroller {
    margin-bottom: 15px;
}

.page-message-only {
    background: white;
    padding: 0;
}

.page-message-only .content-wrapper {
    text-align: center;
    display: table;
    width: 100%;
    min-height: 100vh;
}

.page-message-only .content-wrapper .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.page-message-only .content-wrapper .content h1 {
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .page-message-only .content-wrapper .content h1 {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

.page-message-only .content-wrapper .content h3 {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}

.page-message-only .content-wrapper .content h5 {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    margin-top: 60px;
}

@media only screen and (min-width: 768px) {
    .page-message-only .content-wrapper .content h5 {
        margin-top: 100px;
    }
}

.page-message-only .content-wrapper .content a {
    text-decoration: underline;
}

.row-table {
    display: table !important;
    width: 100%;
}

.row-table.is-middle>.col-cell,
.row-table.is-middle>.col-sm-cell,
.row-table.is-middle>.col-md-cell,
.row-table.is-middle>.col-lg-cell {
    vertical-align: middle;
}

.row-table.is-auto {
    width: auto;
}

.row-table>.col-cell {
    display: table-cell !important;
    float: none !important;
}

.row-table>.col-cell.is-middle {
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .row-table>.col-sm-cell {
        display: table-cell !important;
        float: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .row-table>.col-md-cell {
        display: table-cell !important;
        float: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .row-table>.col-lg-cell {
        display: table-cell !important;
        float: none !important;
    }
}

.margin-auto {
    margin: auto;
}

.margin-0 {
    margin: 0px;
}

.margin-2 {
    margin: 2px;
}

.margin-3 {
    margin: 3px;
}

.margin-4 {
    margin: 4px;
}

.margin-5 {
    margin: 5px;
}

.margin-6 {
    margin: 6px;
}

.margin-7 {
    margin: 7px;
}

.margin-8 {
    margin: 8px;
}

.margin-9 {
    margin: 9px;
}

.margin-10 {
    margin: 10px;
}

.margin-12 {
    margin: 12px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-25 {
    margin: 25px;
}

.margin-30 {
    margin: 30px;
}

.margin-35 {
    margin: 35px;
}

.margin-40 {
    margin: 40px;
}

.margin-45 {
    margin: 45px;
}

.margin-50 {
    margin: 50px;
}

.margin-55 {
    margin: 55px;
}

.margin-60 {
    margin: 60px;
}

.margin-side-auto {
    margin-left: auto;
    margin-right: auto;
}

.margin-side-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.margin-side-2 {
    margin-left: 2px;
    margin-right: 2px;
}

.margin-side-3 {
    margin-left: 3px;
    margin-right: 3px;
}

.margin-side-4 {
    margin-left: 4px;
    margin-right: 4px;
}

.margin-side-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.margin-side-6 {
    margin-left: 6px;
    margin-right: 6px;
}

.margin-side-7 {
    margin-left: 7px;
    margin-right: 7px;
}

.margin-side-8 {
    margin-left: 8px;
    margin-right: 8px;
}

.margin-side-9 {
    margin-left: 9px;
    margin-right: 9px;
}

.margin-side-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-side-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.margin-side-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.margin-side-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-side-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.margin-side-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-side-35 {
    margin-left: 35px;
    margin-right: 35px;
}

.margin-side-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-side-45 {
    margin-left: 45px;
    margin-right: 45px;
}

.margin-side-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.margin-side-55 {
    margin-left: 55px;
    margin-right: 55px;
}

.margin-side-60 {
    margin-left: 60px;
    margin-right: 60px;
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-2 {
        margin-left: 2px;
        margin-right: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-3 {
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-4 {
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-5 {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-6 {
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-7 {
        margin-left: 7px;
        margin-right: 7px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-8 {
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-9 {
        margin-left: 9px;
        margin-right: 9px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-12 {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-25 {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-30 {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-35 {
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-40 {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-45 {
        margin-left: 45px;
        margin-right: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-50 {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-55 {
        margin-left: 55px;
        margin-right: 55px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-side-60 {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-2 {
        margin-left: 2px;
        margin-right: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-3 {
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-4 {
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-5 {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-6 {
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-7 {
        margin-left: 7px;
        margin-right: 7px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-8 {
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-9 {
        margin-left: 9px;
        margin-right: 9px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-12 {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-25 {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-30 {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-35 {
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-40 {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-45 {
        margin-left: 45px;
        margin-right: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-50 {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-55 {
        margin-left: 55px;
        margin-right: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-side-60 {
        margin-left: 60px;
        margin-right: 60px;
    }
}

.margin-vertical-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.margin-vertical-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.margin-vertical-2 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.margin-vertical-3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.margin-vertical-4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.margin-vertical-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-vertical-6 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.margin-vertical-7 {
    margin-top: 7px;
    margin-bottom: 7px;
}

.margin-vertical-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.margin-vertical-9 {
    margin-top: 9px;
    margin-bottom: 9px;
}

.margin-vertical-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-vertical-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.margin-vertical-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-vertical-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-vertical-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.margin-vertical-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-vertical-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.margin-vertical-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-vertical-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.margin-vertical-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-vertical-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.margin-vertical-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-2 {
        margin-top: 2px;
        margin-bottom: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-3 {
        margin-top: 3px;
        margin-bottom: 3px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-4 {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-6 {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-7 {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-8 {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-9 {
        margin-top: 9px;
        margin-bottom: 9px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-12 {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-55 {
        margin-top: 55px;
        margin-bottom: 55px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-vertical-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-2 {
        margin-top: 2px;
        margin-bottom: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-3 {
        margin-top: 3px;
        margin-bottom: 3px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-4 {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-6 {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-7 {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-8 {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-9 {
        margin-top: 9px;
        margin-bottom: 9px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-12 {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-55 {
        margin-top: 55px;
        margin-bottom: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-vertical-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.margin-left-auto {
    margin-left: auto;
}

.margin-left-0 {
    margin-left: 0px;
}

.margin-left-2 {
    margin-left: 2px;
}

.margin-left-3 {
    margin-left: 3px;
}

.margin-left-4 {
    margin-left: 4px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-6 {
    margin-left: 6px;
}

.margin-left-7 {
    margin-left: 7px;
}

.margin-left-8 {
    margin-left: 8px;
}

.margin-left-9 {
    margin-left: 9px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-12 {
    margin-left: 12px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-35 {
    margin-left: 35px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-45 {
    margin-left: 45px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-55 {
    margin-left: 55px;
}

.margin-left-60 {
    margin-left: 60px;
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-auto {
        margin-left: auto;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-0 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-2 {
        margin-left: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-3 {
        margin-left: 3px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-4 {
        margin-left: 4px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-5 {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-6 {
        margin-left: 6px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-7 {
        margin-left: 7px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-8 {
        margin-left: 8px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-9 {
        margin-left: 9px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-10 {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-12 {
        margin-left: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-15 {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-20 {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-25 {
        margin-left: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-30 {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-35 {
        margin-left: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-40 {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-45 {
        margin-left: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-50 {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-55 {
        margin-left: 55px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-left-60 {
        margin-left: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-auto {
        margin-left: auto;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-0 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-2 {
        margin-left: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-3 {
        margin-left: 3px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-4 {
        margin-left: 4px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-5 {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-6 {
        margin-left: 6px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-7 {
        margin-left: 7px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-8 {
        margin-left: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-9 {
        margin-left: 9px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-10 {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-12 {
        margin-left: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-15 {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-20 {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-25 {
        margin-left: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-30 {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-35 {
        margin-left: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-40 {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-45 {
        margin-left: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-50 {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-55 {
        margin-left: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-left-60 {
        margin-left: 60px;
    }
}

.margin-right-auto {
    margin-right: auto;
}

.margin-right-0 {
    margin-right: 0px;
}

.margin-right-2 {
    margin-right: 2px;
}

.margin-right-3 {
    margin-right: 3px;
}

.margin-right-4 {
    margin-right: 4px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-6 {
    margin-right: 6px;
}

.margin-right-7 {
    margin-right: 7px;
}

.margin-right-8 {
    margin-right: 8px;
}

.margin-right-9 {
    margin-right: 9px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-12 {
    margin-right: 12px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-35 {
    margin-right: 35px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-45 {
    margin-right: 45px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-right-55 {
    margin-right: 55px;
}

.margin-right-60 {
    margin-right: 60px;
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-auto {
        margin-right: auto;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-0 {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-2 {
        margin-right: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-3 {
        margin-right: 3px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-4 {
        margin-right: 4px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-5 {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-6 {
        margin-right: 6px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-7 {
        margin-right: 7px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-8 {
        margin-right: 8px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-9 {
        margin-right: 9px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-10 {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-12 {
        margin-right: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-15 {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-20 {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-25 {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-30 {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-35 {
        margin-right: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-40 {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-45 {
        margin-right: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-50 {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-55 {
        margin-right: 55px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-right-60 {
        margin-right: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-auto {
        margin-right: auto;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-0 {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-2 {
        margin-right: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-3 {
        margin-right: 3px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-4 {
        margin-right: 4px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-5 {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-6 {
        margin-right: 6px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-7 {
        margin-right: 7px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-8 {
        margin-right: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-9 {
        margin-right: 9px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-10 {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-12 {
        margin-right: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-15 {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-20 {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-25 {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-30 {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-35 {
        margin-right: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-40 {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-45 {
        margin-right: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-50 {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-55 {
        margin-right: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-right-60 {
        margin-right: 60px;
    }
}

.margin-top-auto {
    margin-top: auto;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-6 {
    margin-top: 6px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-9 {
    margin-top: 9px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-12 {
    margin-top: 12px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-auto {
        margin-top: auto;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-0 {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-2 {
        margin-top: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-3 {
        margin-top: 3px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-4 {
        margin-top: 4px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-5 {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-6 {
        margin-top: 6px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-7 {
        margin-top: 7px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-8 {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-9 {
        margin-top: 9px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-10 {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-12 {
        margin-top: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-15 {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-20 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-25 {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-30 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-35 {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-40 {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-45 {
        margin-top: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-50 {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-55 {
        margin-top: 55px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-top-60 {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-auto {
        margin-top: auto;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-0 {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-2 {
        margin-top: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-3 {
        margin-top: 3px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-4 {
        margin-top: 4px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-5 {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-6 {
        margin-top: 6px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-7 {
        margin-top: 7px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-8 {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-9 {
        margin-top: 9px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-10 {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-12 {
        margin-top: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-15 {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-20 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-25 {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-30 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-35 {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-40 {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-45 {
        margin-top: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-50 {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-55 {
        margin-top: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-top-60 {
        margin-top: 60px;
    }
}

.margin-bottom-auto {
    margin-bottom: auto;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-bottom-3 {
    margin-bottom: 3px;
}

.margin-bottom-4 {
    margin-bottom: 4px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-6 {
    margin-bottom: 6px;
}

.margin-bottom-7 {
    margin-bottom: 7px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-bottom-9 {
    margin-bottom: 9px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-auto {
        margin-bottom: auto;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-0 {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-2 {
        margin-bottom: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-3 {
        margin-bottom: 3px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-4 {
        margin-bottom: 4px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-5 {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-6 {
        margin-bottom: 6px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-7 {
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-8 {
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-9 {
        margin-bottom: 9px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-10 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-12 {
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-15 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-20 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-25 {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-30 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-35 {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-40 {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-45 {
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-50 {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-55 {
        margin-bottom: 55px;
    }
}

@media only screen and (min-width: 768px) {
    .margin-sm-bottom-60 {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-auto {
        margin-bottom: auto;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-0 {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-2 {
        margin-bottom: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-3 {
        margin-bottom: 3px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-4 {
        margin-bottom: 4px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-5 {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-6 {
        margin-bottom: 6px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-7 {
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-8 {
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-9 {
        margin-bottom: 9px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-10 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-12 {
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-15 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-20 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-25 {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-30 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-35 {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-40 {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-45 {
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-50 {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-55 {
        margin-bottom: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .margin-md-bottom-60 {
        margin-bottom: 60px;
    }
}

.margin-left-pull-20 {
    margin-left: -20px;
}

.padding-0 {
    padding: 0px;
}

.padding-2 {
    padding: 2px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-45 {
    padding: 45px;
}

.padding-60 {
    padding: 60px;
}

.padding-side-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-side-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.padding-side-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-side-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-side-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-side-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-side-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-side-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.padding-side-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.padding-vertical-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding-vertical-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding-vertical-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-vertical-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-vertical-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-vertical-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-vertical-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-vertical-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-vertical-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-left-2 {
    padding-left: 2px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-45 {
    padding-left: 45px;
}

.padding-left-60 {
    padding-left: 60px;
}

.padding-left-f-0 {
    padding-left: 0px !important;
}

.padding-left-f-2 {
    padding-left: 2px !important;
}

.padding-left-f-5 {
    padding-left: 5px !important;
}

.padding-left-f-10 {
    padding-left: 10px !important;
}

.padding-left-f-15 {
    padding-left: 15px !important;
}

.padding-left-f-20 {
    padding-left: 20px !important;
}

.padding-left-f-30 {
    padding-left: 30px !important;
}

.padding-left-f-45 {
    padding-left: 45px !important;
}

.padding-left-f-60 {
    padding-left: 60px !important;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-right-2 {
    padding-right: 2px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-45 {
    padding-right: 45px;
}

.padding-right-60 {
    padding-right: 60px;
}

.padding-right-f-0 {
    padding-right: 0px !important;
}

.padding-right-f-2 {
    padding-right: 2px !important;
}

.padding-right-f-5 {
    padding-right: 5px !important;
}

.padding-right-f-10 {
    padding-right: 10px !important;
}

.padding-right-f-15 {
    padding-right: 15px !important;
}

.padding-right-f-20 {
    padding-right: 20px !important;
}

.padding-right-f-30 {
    padding-right: 30px !important;
}

.padding-right-f-45 {
    padding-right: 45px !important;
}

.padding-right-f-60 {
    padding-right: 60px !important;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-2 {
    padding-top: 2px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-f-0 {
    padding-top: 0px !important;
}

.padding-top-f-2 {
    padding-top: 2px !important;
}

.padding-top-f-5 {
    padding-top: 5px !important;
}

.padding-top-f-10 {
    padding-top: 10px !important;
}

.padding-top-f-15 {
    padding-top: 15px !important;
}

.padding-top-f-20 {
    padding-top: 20px !important;
}

.padding-top-f-30 {
    padding-top: 30px !important;
}

.padding-top-f-45 {
    padding-top: 45px !important;
}

.padding-top-f-60 {
    padding-top: 60px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-2 {
    padding-bottom: 2px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-f-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-f-2 {
    padding-bottom: 2px !important;
}

.padding-bottom-f-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-f-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-f-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-f-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-f-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-f-45 {
    padding-bottom: 45px !important;
}

.padding-bottom-f-60 {
    padding-bottom: 60px !important;
}

@media only screen and (min-width: 480px) {
    .padding-xs-0 {
        padding: 0px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-2 {
        padding: 2px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-5 {
        padding: 5px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-10 {
        padding: 10px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-15 {
        padding: 15px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-20 {
        padding: 20px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-30 {
        padding: 30px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-45 {
        padding: 45px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-60 {
        padding: 60px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-side-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-side-2 {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-side-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-side-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-side-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-side-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-side-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-side-45 {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-side-60 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-vertical-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-vertical-2 {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-vertical-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-vertical-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-vertical-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-vertical-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-vertical-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-vertical-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-vertical-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-0 {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-2 {
        padding-left: 2px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-5 {
        padding-left: 5px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-10 {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-15 {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-20 {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-30 {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-45 {
        padding-left: 45px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-60 {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-f-0 {
        padding-left: 0px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-f-2 {
        padding-left: 2px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-f-5 {
        padding-left: 5px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-f-10 {
        padding-left: 10px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-f-15 {
        padding-left: 15px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-f-20 {
        padding-left: 20px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-f-30 {
        padding-left: 30px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-f-45 {
        padding-left: 45px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-left-f-60 {
        padding-left: 60px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-0 {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-2 {
        padding-right: 2px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-5 {
        padding-right: 5px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-10 {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-15 {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-20 {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-30 {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-45 {
        padding-right: 45px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-60 {
        padding-right: 60px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-f-0 {
        padding-right: 0px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-f-2 {
        padding-right: 2px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-f-5 {
        padding-right: 5px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-f-10 {
        padding-right: 10px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-f-15 {
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-f-20 {
        padding-right: 20px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-f-30 {
        padding-right: 30px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-f-45 {
        padding-right: 45px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-right-f-60 {
        padding-right: 60px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-0 {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-2 {
        padding-top: 2px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-5 {
        padding-top: 5px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-10 {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-15 {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-20 {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-30 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-45 {
        padding-top: 45px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-60 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-f-0 {
        padding-top: 0px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-f-2 {
        padding-top: 2px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-f-5 {
        padding-top: 5px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-f-10 {
        padding-top: 10px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-f-15 {
        padding-top: 15px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-f-20 {
        padding-top: 20px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-f-30 {
        padding-top: 30px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-f-45 {
        padding-top: 45px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-top-f-60 {
        padding-top: 60px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-0 {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-2 {
        padding-bottom: 2px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-5 {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-10 {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-15 {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-20 {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-30 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-45 {
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-60 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-f-0 {
        padding-bottom: 0px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-f-2 {
        padding-bottom: 2px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-f-5 {
        padding-bottom: 5px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-f-10 {
        padding-bottom: 10px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-f-15 {
        padding-bottom: 15px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-f-20 {
        padding-bottom: 20px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-f-30 {
        padding-bottom: 30px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-f-45 {
        padding-bottom: 45px !important;
    }
}

@media only screen and (min-width: 480px) {
    .padding-xs-bottom-f-60 {
        padding-bottom: 60px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-0 {
        padding: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-2 {
        padding: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-5 {
        padding: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-10 {
        padding: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-15 {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-20 {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-30 {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-45 {
        padding: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-60 {
        padding: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-side-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-side-2 {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-side-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-side-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-side-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-side-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-side-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-side-45 {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-side-60 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-vertical-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-vertical-2 {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-vertical-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-vertical-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-vertical-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-vertical-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-vertical-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-vertical-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-vertical-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-0 {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-2 {
        padding-left: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-5 {
        padding-left: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-10 {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-15 {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-20 {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-30 {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-45 {
        padding-left: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-60 {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-f-0 {
        padding-left: 0px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-f-2 {
        padding-left: 2px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-f-5 {
        padding-left: 5px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-f-10 {
        padding-left: 10px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-f-15 {
        padding-left: 15px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-f-20 {
        padding-left: 20px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-f-30 {
        padding-left: 30px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-f-45 {
        padding-left: 45px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-left-f-60 {
        padding-left: 60px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-0 {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-2 {
        padding-right: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-5 {
        padding-right: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-10 {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-15 {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-20 {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-30 {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-45 {
        padding-right: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-60 {
        padding-right: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-f-0 {
        padding-right: 0px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-f-2 {
        padding-right: 2px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-f-5 {
        padding-right: 5px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-f-10 {
        padding-right: 10px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-f-15 {
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-f-20 {
        padding-right: 20px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-f-30 {
        padding-right: 30px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-f-45 {
        padding-right: 45px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-right-f-60 {
        padding-right: 60px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-0 {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-2 {
        padding-top: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-5 {
        padding-top: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-10 {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-15 {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-20 {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-30 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-45 {
        padding-top: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-60 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-f-0 {
        padding-top: 0px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-f-2 {
        padding-top: 2px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-f-5 {
        padding-top: 5px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-f-10 {
        padding-top: 10px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-f-15 {
        padding-top: 15px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-f-20 {
        padding-top: 20px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-f-30 {
        padding-top: 30px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-f-45 {
        padding-top: 45px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-top-f-60 {
        padding-top: 60px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-0 {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-2 {
        padding-bottom: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-5 {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-10 {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-15 {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-20 {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-30 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-45 {
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-60 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-f-0 {
        padding-bottom: 0px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-f-2 {
        padding-bottom: 2px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-f-5 {
        padding-bottom: 5px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-f-10 {
        padding-bottom: 10px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-f-15 {
        padding-bottom: 15px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-f-20 {
        padding-bottom: 20px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-f-30 {
        padding-bottom: 30px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-f-45 {
        padding-bottom: 45px !important;
    }
}

@media only screen and (min-width: 768px) {
    .padding-sm-bottom-f-60 {
        padding-bottom: 60px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-0 {
        padding: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-2 {
        padding: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-5 {
        padding: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-10 {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-15 {
        padding: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-20 {
        padding: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-30 {
        padding: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-45 {
        padding: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-60 {
        padding: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-side-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-side-2 {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-side-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-side-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-side-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-side-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-side-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-side-45 {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-side-60 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-vertical-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-vertical-2 {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-vertical-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-vertical-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-vertical-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-vertical-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-vertical-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-vertical-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-vertical-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-0 {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-2 {
        padding-left: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-5 {
        padding-left: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-10 {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-15 {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-20 {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-30 {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-45 {
        padding-left: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-60 {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-f-0 {
        padding-left: 0px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-f-2 {
        padding-left: 2px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-f-5 {
        padding-left: 5px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-f-10 {
        padding-left: 10px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-f-15 {
        padding-left: 15px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-f-20 {
        padding-left: 20px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-f-30 {
        padding-left: 30px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-f-45 {
        padding-left: 45px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-left-f-60 {
        padding-left: 60px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-0 {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-2 {
        padding-right: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-5 {
        padding-right: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-10 {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-15 {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-20 {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-30 {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-45 {
        padding-right: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-60 {
        padding-right: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-f-0 {
        padding-right: 0px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-f-2 {
        padding-right: 2px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-f-5 {
        padding-right: 5px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-f-10 {
        padding-right: 10px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-f-15 {
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-f-20 {
        padding-right: 20px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-f-30 {
        padding-right: 30px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-f-45 {
        padding-right: 45px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-right-f-60 {
        padding-right: 60px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-0 {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-2 {
        padding-top: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-5 {
        padding-top: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-10 {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-15 {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-20 {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-30 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-45 {
        padding-top: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-60 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-f-0 {
        padding-top: 0px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-f-2 {
        padding-top: 2px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-f-5 {
        padding-top: 5px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-f-10 {
        padding-top: 10px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-f-15 {
        padding-top: 15px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-f-20 {
        padding-top: 20px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-f-30 {
        padding-top: 30px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-f-45 {
        padding-top: 45px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-top-f-60 {
        padding-top: 60px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-0 {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-2 {
        padding-bottom: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-5 {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-10 {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-15 {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-20 {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-30 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-45 {
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-60 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-f-0 {
        padding-bottom: 0px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-f-2 {
        padding-bottom: 2px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-f-5 {
        padding-bottom: 5px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-f-10 {
        padding-bottom: 10px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-f-15 {
        padding-bottom: 15px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-f-20 {
        padding-bottom: 20px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-f-30 {
        padding-bottom: 30px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-f-45 {
        padding-bottom: 45px !important;
    }
}

@media only screen and (min-width: 992px) {
    .padding-md-bottom-f-60 {
        padding-bottom: 60px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-0 {
        padding: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-2 {
        padding: 2px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-5 {
        padding: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-10 {
        padding: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-15 {
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-20 {
        padding: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-30 {
        padding: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-45 {
        padding: 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-60 {
        padding: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-side-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-side-2 {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-side-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-side-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-side-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-side-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-side-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-side-45 {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-side-60 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-vertical-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-vertical-2 {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-vertical-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-vertical-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-vertical-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-vertical-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-vertical-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-vertical-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-vertical-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-0 {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-2 {
        padding-left: 2px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-5 {
        padding-left: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-10 {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-15 {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-20 {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-30 {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-45 {
        padding-left: 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-60 {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-f-0 {
        padding-left: 0px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-f-2 {
        padding-left: 2px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-f-5 {
        padding-left: 5px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-f-10 {
        padding-left: 10px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-f-15 {
        padding-left: 15px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-f-20 {
        padding-left: 20px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-f-30 {
        padding-left: 30px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-f-45 {
        padding-left: 45px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-left-f-60 {
        padding-left: 60px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-0 {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-2 {
        padding-right: 2px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-5 {
        padding-right: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-10 {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-15 {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-20 {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-30 {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-45 {
        padding-right: 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-60 {
        padding-right: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-f-0 {
        padding-right: 0px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-f-2 {
        padding-right: 2px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-f-5 {
        padding-right: 5px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-f-10 {
        padding-right: 10px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-f-15 {
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-f-20 {
        padding-right: 20px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-f-30 {
        padding-right: 30px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-f-45 {
        padding-right: 45px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-right-f-60 {
        padding-right: 60px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-0 {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-2 {
        padding-top: 2px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-5 {
        padding-top: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-10 {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-15 {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-20 {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-30 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-45 {
        padding-top: 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-60 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-f-0 {
        padding-top: 0px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-f-2 {
        padding-top: 2px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-f-5 {
        padding-top: 5px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-f-10 {
        padding-top: 10px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-f-15 {
        padding-top: 15px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-f-20 {
        padding-top: 20px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-f-30 {
        padding-top: 30px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-f-45 {
        padding-top: 45px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-top-f-60 {
        padding-top: 60px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-0 {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-2 {
        padding-bottom: 2px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-5 {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-10 {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-15 {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-20 {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-30 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-45 {
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-60 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-f-0 {
        padding-bottom: 0px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-f-2 {
        padding-bottom: 2px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-f-5 {
        padding-bottom: 5px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-f-10 {
        padding-bottom: 10px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-f-15 {
        padding-bottom: 15px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-f-20 {
        padding-bottom: 20px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-f-30 {
        padding-bottom: 30px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-f-45 {
        padding-bottom: 45px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-lg-bottom-f-60 {
        padding-bottom: 60px !important;
    }
}

.inner-vertical-top>* {
    display: inline-block;
    vertical-align: top;
}

.inner-vertical-bottom>* {
    display: inline-block;
    vertical-align: bottom;
}

.inner-vertical-mid>* {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 480px) {
    .inner-vertical-xs-top>* {
        display: inline-block;
        vertical-align: top;
    }
}

@media only screen and (min-width: 480px) {
    .inner-vertical-xs-bottom>* {
        display: inline-block;
        vertical-align: bottom;
    }
}

@media only screen and (min-width: 480px) {
    .inner-vertical-xs-mid>* {
        display: inline-block;
        vertical-align: middle;
    }
}

@media only screen and (min-width: 768px) {
    .inner-vertical-sm-top>* {
        display: inline-block;
        vertical-align: top;
    }
}

@media only screen and (min-width: 768px) {
    .inner-vertical-sm-bottom>* {
        display: inline-block;
        vertical-align: bottom;
    }
}

@media only screen and (min-width: 768px) {
    .inner-vertical-sm-mid>* {
        display: inline-block;
        vertical-align: middle;
    }
}

@media only screen and (min-width: 992px) {
    .inner-vertical-md-top>* {
        display: inline-block;
        vertical-align: top;
    }
}

@media only screen and (min-width: 992px) {
    .inner-vertical-md-bottom>* {
        display: inline-block;
        vertical-align: bottom;
    }
}

@media only screen and (min-width: 992px) {
    .inner-vertical-md-mid>* {
        display: inline-block;
        vertical-align: middle;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-vertical-lg-top>* {
        display: inline-block;
        vertical-align: top;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-vertical-lg-bottom>* {
        display: inline-block;
        vertical-align: bottom;
    }
}

@media only screen and (min-width: 1200px) {
    .inner-vertical-lg-mid>* {
        display: inline-block;
        vertical-align: middle;
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media only screen and (min-width: 480px) {
    .float-xs-left {
        float: left;
    }
}

@media only screen and (min-width: 480px) {
    .float-xs-right {
        float: right;
    }
}

@media only screen and (min-width: 768px) {
    .float-sm-left {
        float: left;
    }
}

@media only screen and (min-width: 768px) {
    .float-sm-right {
        float: right;
    }
}

@media only screen and (min-width: 992px) {
    .float-md-left {
        float: left;
    }
}

@media only screen and (min-width: 992px) {
    .float-md-right {
        float: right;
    }
}

@media only screen and (min-width: 1200px) {
    .float-lg-left {
        float: left;
    }
}

@media only screen and (min-width: 1200px) {
    .float-lg-right {
        float: right;
    }
}

.uppercase {
    text-transform: uppercase;
}

.center-of-unknown:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.center-of-unknown>* {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.inline-block {
    display: inline-block !important;
}

@media only screen and (max-width: 991px) {
    .inline-block-md {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {
    .inline-block-sm {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 768px) {
    .inline-block-min-sm {
        display: inline-block !important;
    }
}

.block {
    display: block !important;
}

@media only screen and (max-width: 991px) {
    .block-md {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .block-sm {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) {
    .block-min-sm {
        display: block !important;
    }
}

.inline {
    display: inline !important;
}

.absolute {
    position: absolute;
}

.absolute-mid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.relative {
    position: relative;
}

.static {
    position: static;
}

.height-full {
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .text-sm-center {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .text-md-center {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .text-sm-left {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .text-sm-right {
        text-align: right;
    }
}

.text-capitalize {
    text-transform: capitalize !important;
}

.overflow-hidden {
    overflow: hidden;
}

.width-full {
    width: 100%;
}

.height-full {
    height: 100%;
}

.row:before,
.row-0:before,
.row-2:before,
.row-5:before,
.row-10:before,
.row-20:before,
.row:after,
.row-0:after,
.row-2:after,
.row-5:after,
.row-10:after,
.row-20:after {
    content: none;
}

.row-0 {
    margin-left: 0;
    margin-right: 0;
}

.row-2 {
    margin-left: -2px;
    margin-right: -2px;
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.col-p-30 {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 992px) {
    .col-md-p-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .col-sm-p-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.col-p-15 {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px) {
    .col-md-p-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .col-sm-p-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.col-p-7 {
    padding-left: 7px;
    padding-right: 7px;
}

@media only screen and (min-width: 768px) {
    .col-sm-p-7 {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.col-p-5 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (min-width: 768px) {
    .col-sm-p-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .col-xs-p-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.col-p-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.col-p-0 {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 992px) {
    .col-md-p-0 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    .col-sm-p-0 {
        padding-left: 0;
        padding-right: 0;
    }
}

.flex-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.flex-row.align-top {
    -webkit-box-align: start;
    align-items: flex-start;
}

.flex-row.align-baseline {
    -webkit-box-align: baseline;
    align-items: baseline;
}

.no-wrap {
    flex-wrap: nowrap;
}

.align-self-left {
    margin-right: auto;
}

.align-self-right {
    margin-left: auto;
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.flex-grow-2 {
    -webkit-box-flex: 2;
    flex-grow: 2;
}

.flex-grow-3 {
    -webkit-box-flex: 3;
    flex-grow: 3;
}

.flex-grow-4 {
    -webkit-box-flex: 4;
    flex-grow: 4;
}

.flex-grow-5 {
    -webkit-box-flex: 5;
    flex-grow: 5;
}

.flex-grow-6 {
    -webkit-box-flex: 6;
    flex-grow: 6;
}

.flex-grow-7 {
    -webkit-box-flex: 7;
    flex-grow: 7;
}

.flex-grow-8 {
    -webkit-box-flex: 8;
    flex-grow: 8;
}

.flex-grow-9 {
    -webkit-box-flex: 9;
    flex-grow: 9;
}

.flex-grow-10 {
    -webkit-box-flex: 10;
    flex-grow: 10;
}

.flex-grow-11 {
    -webkit-box-flex: 11;
    flex-grow: 11;
}

.flex-grow-12 {
    -webkit-box-flex: 12;
    flex-grow: 12;
}

hr.grey {
    border-top-width: 3px;
    border-color: #ececec;
}

.max-300 {
    max-width: 300px;
}

.fa-stack-sm {
    width: 1em;
    height: 1em;
    line-height: 1em;
}

.line-height-1 {
    line-height: 1;
}

html,
body {
    width: 100%;
    height: 100%;
}

svg {
    /*to fix jagged line on curve path*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.content-main {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .content-main {
        margin-top: 0;
    }
}

.popover {
    z-index: 98;
}

.contact-us-card {
    height: 100%;
    text-align: center;
    background: #ff5d00;
    color: #333333;
    padding: 30px 15px;
}

@media only screen and (min-width: 480px) {
    .contact-us-card {
        padding: 60px;
    }
}

.contact-us-card h3.title {
    font-size: 18px;
    margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
    .contact-us-card h3.title {
        font-size: 24px;
    }
}

.contact-us-card a,
.contact-us-card p {
    font-size: 16px;
    color: #333333;
    margin: 0 0 5px;
    line-height: 1;
}

.contact-us-card .contact-us-content {
    text-align: left;
    max-width: 315px;
    margin: auto;
}

.locate-nearby-outlets-card {
    background: white;
    padding: 15px;
    text-align: center;
    border: 1px solid #d7d7d7;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .locate-nearby-outlets-card {
        margin-right: -10px;
    }
}

.did-i-win .locate-nearby-outlets-card {
	margin-top: 0;
}

.locate-nearby-outlets-card h4 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.care-line-card {
    background: white;
    padding: 15px;
    text-align: center;
    border: 1px solid #d7d7d7;
    height: 100%;}

@media only screen and (min-width: 768px) {
    .care-line-card {
        margin-left: -10px;
    }
}

.care-line-card p {
    font-size: 16px;
    margin-bottom: 3px;
    color: #333333;
}

.care-line-card .tel {
    font-size: 22px;
    font-weight: 900;
    color: #333333;
}

.number-square {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    border: 3px solid black;
    border-radius: 4px;
    font-size: 32px;
    line-height: 1;
    padding: 7px 8px;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .number-square {
        padding: 10px 20px;
        font-size: 40px;
    }
}

.number-square+.number-square {
    margin-left: -5px;
}

.number-circle {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    border: 3px solid black;
    font-size: 32px;
    line-height: 1;
    padding: 10px 8px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

@media only screen and (min-width: 768px) {
    .number-circle {
        font-size: 40px;
    }
}

.number-combine {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: black;
    font-size: 20px;
    padding: 10px 5px;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .number-combine {
        font-size: 36px;
    }
}

.number-text {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    border: 3px solid black;
    border-radius: 4px;
    color: #333333;
    font-size: 15px;
    padding: 10px 26px;
    display: inline-block;
    text-align: center;
    line-height: 1.3;
}

.number-text span {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 2px;
}

/* /////////////////////////////////////////////////////////////// */

/* ///////////////////////////// Magnum Cares //////////////////// */

/* /////////////////////////////////////////////////////////////// */

.events-carousel .owl-carousel .owl-prev,
.events-carousel .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    text-align: center;
    background-color: #000;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    border-radius: 0;
    padding: 20px 0;
}

.events-carousel .owl-carousel .owl-next {
    right: 0;
}

.events-carousel .owl-carousel .owl-prev:hover,
.events-carousel .owl-carousel .owl-next:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

.events-carousel .owl-carousel .owl-controls {
    text-align: center;
}

.events-carousel .owl-carousel .owl-dots {
    margin-top: -30px;
    position: absolute;
}

.events-carousel .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.events-carousel .owl-carousel .owl-dots .owl-dot span {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: #ffffff solid 4px;
    box-shadow: 1px 2px 2px #686868;
    display: block;
    height: 15px;
    margin: 5px 7px;
    width: 15px;
    opacity: 1;
}

.events-carousel .owl-carousel .owl-dots .owl-dot.active span,
.events-carousel .owl-carousel .owl-dots .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    background-color: #ff0000;
    border-color: #ff0000;
}

.magnum-cares .section-wrapper {
    margin: 40px 0 0;
}

.magnum-cares .section-1-inline-img {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: right;
}

.magnum-cares .section-1-inline-text {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: left;
    padding-left: 20px;
    padding-top: 25px;
}

.magnum-cares .section-1-inline-text p {
    width: 58%;
}

.magnum-cares .section-wrapper .section-1-inline-img img {
    width: 150px;
}

.magnum-cares .divider {
    display: block;
    width: 100%;
    border-top: 2px solid #cecece;
    margin: 20px 0;
}

.magnum-cares .magnum-care-approach {
    margin-bottom: 40px;
}

.magnum-cares .magnum-care-approach .row {
    margin-top: 20px;
}

.magnum-cares .magnum-care-approach .row img {
    height: 150px;
    margin-bottom: 10px;
}

.magnum-cares .magnum-care-programs {
    background-color: #ebebeb;
    padding-top: 40px;
    padding-bottom: 40px;
}

.magnum-cares .magnum-care-programs h1 {
    margin-bottom: 20px;
}

.magnum-cares .our-programs .program {
    position: relative;
    border-top: 3px solid #ff0000;
    background-color: #fff;
    width: auto;
    /* 320px; */
    min-height: 320px;
}

.magnum-cares .our-programs .program-img {
    display: block;
    width: 100%;
    height: 155px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.magnum-cares .our-programs .program img {
    width: 100%;
}

.magnum-cares .our-programs .program .program-text {
    padding: 15px 15px 20px;
}

.magnum-cares .our-programs .program .program-find-more {
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.programs-carousel .owl-carousel .owl-prev,
.programs-carousel .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: 1;
    padding-top: 10px;
    background-color: #ffc423;
    border-radius: 50%;
    font-size: 22px;
}

.programs-carousel .owl-carousel .owl-prev:hover,
.programs-carousel .owl-carousel .owl-next:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

.programs-carousel .owl-carousel .owl-prev {}

.programs-carousel .owl-carousel .owl-next {
    right: 0px;
}

.owl-carousel.owl-drag .owl-item .program {
    opacity: 0.5;
}

.owl-carousel.owl-drag .owl-item.active .program {
    opacity: 1;
}

.magnum-cares .past-events {}

.magnum-cares .past-events .view-past-events,
.magnum-cares .past-events .join-upcoming-events {
    padding: 70px;
}

.magnum-cares .past-events .view-past-events h1,
.magnum-cares .past-events .join-upcoming-events h1 {
    margin-bottom: 20px;
}

.magnum-cares .past-events .view-past-events a {
    color: #000000;
}

.magnum-cares .past-events .join-upcoming-events {
    background-color: #ffc81e;
}

.magnum-cares .past-events .join-upcoming-events a.link-lg {
    font-size: 16px;
    color: #ffffff;
    display: block;
}

.magnum-cares .past-events .join-upcoming-events .btn {
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
}

.magnum-cares .events-carousel .mobile-carousel-img {
    display: none;
}

.magnum-cares .events-carousel .desktop-carousel-img {
    display: block;
}

/* ////////// Screen size less than 991px //// */

@media only screen and (max-width: 991px) {
    .magnum-cares .magnum-care-approach h1 {
        font-size: 24px;
    }
    .magnum-cares .magnum-care-approach .approach-wrapper {
        width: 75%;
        margin: auto;
        margin-bottom: 40px;
    }
    .magnum-cares .magnum-care-approach .approach-wrapper>div {
        display: inline-block;
        vertical-align: middle;
        width: 40%;
    }
    .magnum-cares .magnum-care-approach .approach-wrapper .approach-desc {
        text-align: left;
        width: 56%;
    }
    .magnum-cares .our-programs .program {
        width: auto;
        min-width: auto;
    }
}

/* ////////// Screen size less than 576px //// */

@media only screen and (max-width: 576px) {
    .magnum-cares .section-1-inline-img,
    .magnum-cares .section-1-inline-text {
        vertical-align: middle;
    }
    .magnum-cares .section-1-inline-img img {
        width: 100%;
    }
    .magnum-cares .section-1-inline-text p {
        width: 100%;
    }
    .magnum-cares .magnum-care-approach .approach-wrapper {
        width: 100%;
    }
    .magnum-cares .magnum-care-approach .approach-wrapper img {
        width: 100%;
        height: auto;
        padding: 0 10px;
    }
    .magnum-cares .past-events .view-past-events,
    .magnum-cares .past-events .join-upcoming-events {
        padding: 45px;
    }
    .magnum-cares .events-carousel .mobile-carousel-img {
        display: block;
    }
    .magnum-cares .events-carousel .desktop-carousel-img {
        display: none;
    }
}

/* ////////// Screen size less than 360px //// */

@media only screen and (max-width: 420px) {
    .magnum-cares .section-1-inline-img {
        width: 25%;
    }
    .magnum-cares .section-1-inline-text {
        width: 74%;
    }
    .magnum-cares .section-1-inline-img,
    .magnum-cares .section-1-inline-text {
        vertical-align: top;
    }
    .magnum-cares .section-wrapper .section-1-inline-img img {
        margin-top: 30px;
        width: 100%;
    }
    .magnum-cares .section-wrapper .section-1-inline-text h1 {
        font-size: 25px;
    }
    .magnum-cares .past-events .view-past-events,
    .magnum-cares .past-events .join-upcoming-events {
        padding: 40px 23px;
    }
}

/* ////////// Screen size less than 360px //// */

@media only screen and (max-width: 375px) {}

/* /////////////////////////////////////////////////////////////// */

/* ///////////////////////// END Magnum Cares //////////////////// */

/* /////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////// */

/* /////////////// Event Details Magnum Cares //////////////////// */

/* /////////////////////////////////////////////////////////////// */

.magnumcare-event-detail .highlights-list {
    background: none;
}

.magnumcare-event-detail .highlight-details-content {
    padding-top: 10px;
}

.magnumcare-event-detail .highlight-details-title {
    text-transform: none;
}

.magnumcare-event-detail .btn {
    border: 0;
    background-color: #ffc423;
    font-family: "Asap", sans-serif;
    font-weight: 700;
    color: #454545;
    padding: 10px 20px;
    width: 100%;
    margin-top: 20px;
}

@media(min-width:768px) {
    .magnumcare-event-detail .btn {
        width: auto;
        margin-top: 0;
    }
}

.magnumcare-event-detail .title-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.magnumcare-event-detail .title-btn .title {
    padding-right: 20px;
}

.magnumcare-event-detail .highlight-details-date {
    color: #ffc423;
    text-transform: none;
}

.magnumcare-event-detail .highlight-card-title {
    font-weight: bold;
}

.magnumcare-event-detail .highlight-card-image:before {
    padding-top: 65%;
}

.magnumcare-event-detail .highlight-details-side .highlight-card-content {
    background: #f5f5f5;
}

.magnumcare-event-detail .owl-nav {}

.magnumcare-event-detail .owl-nav>* {
    background: rgba(0, 0, 0, .5);
    padding: 13px 5px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    color: #fff;
    font-size: 25px;
}

.magnumcare-event-detail .owl-prev {
    left: 0;
}

.magnumcare-event-detail .owl-next {
    right: 0;
}

.magnumcare-event-detail .owl-dot {
    display: inline-block;
    margin: 10px 5px;
}

.magnumcare-event-detail .owl-dot span {
    background: #fff;
    border: #ff0000 solid 2px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.magnumcare-event-detail .owl-dot.active span {
    background: #ff0000;
}

.magnumcare-form-section .fontsize-20 {
    font-size: 17px;
}

.magnumcare-form-section .margin-bottom-20 {
    margin-bottom: 20px;
}

.magnumcare-event-detail .detail-features {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .magnumcare-event-detail .detail-features {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.magnumcare-event-detail .detail-feature {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.magnumcare-event-detail .detail-feature .img {
    margin-right: 20px;
}

.magnumcare-event-detail .highlight-card-label {
    left: 5%;
    max-width: 90%;
}

/* /////////////////////////////////////////////////////////////// */

/* /////////// END Event Details Magnum Cares //////////////////// */

/* /////////////////////////////////////////////////////////////// */

/* Our games */

.how-to-play-restyle {
    background: #ebebeb;
    padding-bottom: 30px;
}

.how-to-play-restyle .how-to-play-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .how-to-play-restyle .how-to-play-cover {
        margin: 10px 1%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
        flex: 1 1 48%;
    }
}

.how-to-play-restyle .how-to-play-item {
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px #bdbdbd;
    box-shadow: 0px 5px 10px #bdbdbd;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.how-to-play-restyle .how-to-play-item .desc {
    color: #000;
    padding: 5px;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    z-index: 11;
    position: relative;
}

@media (min-width: 350px) {
    .how-to-play-restyle .how-to-play-item .desc {
        padding: 10px;
        position: relative;
    }
}

@media (min-width: 768px) {
    .how-to-play-restyle .how-to-play-item .desc {
        padding: 10px 20px;
        position: static;
    }
}

@media (min-width: 1200px) {
    .how-to-play-restyle .how-to-play-item .desc {
        padding: 10px 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
        flex: 1 1 70%;
    }
}

.how-to-play-restyle .how-to-play-item .desc:hover {
    text-decoration: none;
}

.how-to-play-restyle .how-to-play-item .desc p {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
}

@media (min-width: 350px) {
    .how-to-play-restyle .how-to-play-item .desc p {
        font-size: 14px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .how-to-play-restyle .how-to-play-item .desc p {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.how-to-play-restyle .how-to-play-item .red-text {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #ed145b;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .how-to-play-restyle .how-to-play-item .red-text {
        font-size: 25px;
    }
}

.how-to-play-restyle .how-to-play-item .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}

@media (min-width: 768px) {
    .how-to-play-restyle .how-to-play-item .logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    }
}

.how-to-play-restyle .how-to-play-item .logo a {
    padding: 15px;
}

@media (min-width: 768px) {
    .how-to-play-restyle .how-to-play-item .logo a {
        padding: 25px;
    }
}

.how-to-play-restyle .how-to-play-item .classic-logo {
    background: #ff0000;
}

.how-to-play-restyle .how-to-play-item .jackpot-logo {
    background: #00a2e2;
}

.how-to-play-restyle .how-to-play-item .jackpot-gold-logo {
    background: #f38a22;
}

.how-to-play-restyle .how-to-play-item .powerball-logo {
    background: #eb1f1f;
}

.how-to-play-restyle .how-to-play-item .learn-more {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-align: right;
    width: 100%;
}

@media (min-width: 350px) {
    .how-to-play-restyle .how-to-play-item .learn-more {
        bottom: 10px;
    }
}

.how-to-play-restyle .how-to-play-item .fontweight-normal {
    font-weight: normal;
    font-size: 16px;
}

@media (min-width: 992px) {
    .how-to-play-restyle .how-to-play-item .red-text {
        font-size: 23px;
    }
}

.how-to-play-restyle .how-to-play-item img {
    max-width: 100%;
}

/*@media (min-width: 768px) {
        .how-to-play-restyle .how-to-play-item img {
            max-width: 100%;
        }
    }*/

.how-to-play-restyle .how-to-play-item:before,
.how-to-play-restyle .how-to-play-item:after {
    z-index: 9;
}

.how-to-play-restyle .jackpot-gold-added-link {
    text-align: left;
    margin-top: 5px;
    margin-left: 0;
}

@media (min-width: 992px) {
    .how-to-play-restyle .jackpot-gold-added-link {
        margin-left: 10px;
    }
}

.how-to-play-restyle .jackpot-gold-added-link a {
    display: inline-block;
    background: #fff;
    padding: 5px 15px 5px 10px;
    color: #000;
    font-weight: bold;
}

.how-to-play-restyle .jackpot-gold-added-link .fa-play-circle {
    color: #f38a22;
    font-size: 18px;
    position: relative;
    top: 2px;
    left: 4px;
}

.how-to-play-restyle .our-games-title {
    font-family: Asap, sans-serif;
    font-weight: normal;
    font-size: 28px;
    text-transform: uppercase;
}

/* End Our games */

/* Highlights */

.highlights-restyle.highlights-featured {
    background: #cecece;
    padding: 25px 0 40px;
}

.highlights-restyle .highlights-featured-title {
    color: #000;
}

.highlights-restyle .padding-highlight {
    padding: 5px;
}

@media (min-width: 768) {
    .highlights-restyle .padding-highlight {
        padding: 10px;
    }
}

.highlights-restyle .highlights-item {
    height: 150px;
    -webkit-box-shadow: #939090 1px 4px 10px;
    box-shadow: #939090 1px 4px 10px;
}

@media (min-width: 768px) {
    .highlights-restyle .highlights-item {
        height: 200px;
    }
}

/* End Highlights */

/* Footer */

.footer-restyle .footer-blocks {
    background-color: #ebebeb;
}

.footer-restyle .footer-blocks .footer-block {
    padding: 25px 0 20px;
}

.footer-restyle .downloadApp-receiveEmail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 992px) {
    .footer-restyle .downloadApp-receiveEmail {
        display: block;
    }
}

.footer-restyle .downloadApp-receiveEmail .footer-block:nth-of-type(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
}

.footer-restyle .downloadApp-receiveEmail .footer-block:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}

.footer-restyle .result-4d .footer-item {
    padding: 0;
}

.footer-restyle .result-4d a {
    background: #ffcc33;
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 1px 4px 7px #a1a1a1;
    box-shadow: 1px 4px 7px #a1a1a1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .footer-restyle .result-4d a {
        padding: 10px 20px;
        width: 190px;
    }
}

.footer-restyle .social-items .social-item.instagram {
    background: url(/Magnum4d/media/images/footer/icon-instagram-xs.png) no-repeat 0 0;
    background-size: 100%;
    width: 28px;
    height: 29px;
    position: relative;
    top: 2px;
}

.footer-restyle .social-items .social-item:hover.instagram {
    background: url(/Magnum4d/media/images/footer/icon-instagram-xs-hv.png) no-repeat 0 0;
    background-size: 100%;
}

.footer-restyle .footer-links .footer-links-item a {
    text-decoration: underline;
}

.footer-restyle .footer-links .footer-links-item a:hover {
    text-decoration: none;
    color: #ffc423;
}

.footer-restyle .footer-links .footer-links-item li {
    border-left: 0;
}

@media (max-width: 767px) {
    .footer-restyle .footer-links .footer-links-item ul {
        text-align: center;
    }
    .footer-restyle .footer-links .footer-links-item li {
        display: inline-block;
        float: none;
        text-align: center;
        padding: 5px;
    }
}

.footer-restyle .footer-links .footer-links-item li:first-child {
    display: block;
}

.footer-restyle .careline-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-restyle .careline-social .footer-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.footer-restyle .careline-social .social-mobile {
    margin-left: 4%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 43%;
    flex: 1 1 43%;
}

.footer-restyle .careline-margin {
    padding-left: 20px;
    display: block;
}

@media (min-width: 768px) {
    .footer-restyle .careline-margin {
        padding-left: 0;
        display: inline;
    }
}

@media (max-width: 991px) {
    .footer-restyle .footer-item .form-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-restyle .newsletter-form {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
        flex: 1 1 70%;
        margin: 0 10px 0 0;
    }
    .footer-restyle .newsletter-form .form-control {
        width: 100%;
    }
    .footer-restyle .newsletter .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    }
    .footer-restyle .footer-cert ul li {
        float: none;
        display: inline-block;
        margin-right: 10px;
    }
    .footer-restyle .footer-cert ul li:first-child {
        display: block;
    }
}

.footer-cert {
    padding-bottom: 0
}

.footer-restyle .footer-cert .sponsor-logos li:first-child {
    float: left;
}

@media (max-width: 767px) {
    .footer-restyle .sponsor-logos {
        display: flex;
    }
    .footer-restyle .sponsor-logos {
        flex: 1;
    }
    .footer-restyle .sponsor-logos img {
        max-width: 100%;
    }
    .footer-restyle .footer-cert .sponsor-logos li:last-child {
        margin-right: 0;
    }
}

.footer-restyle .fa-map-marker:before {
    color: #ffcc33;
}

.footer-block-top {
    padding-right: 0;
}

@media (min-width: 768px) {
    .footer-block-top {
        padding-right: 40px;
    }
}

@media (min-width: 850px) {
    .footer-block-top {
        padding-right: 0;
    }
}

/* End Footer */

/* Why Magnum */

@media (max-width: 767px) {
    .why-magnum-restyle .why-magnum-title {
        margin-bottom: 10px;
    }
    .why-magnum-restyle .why-magnum-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .why-magnum-restyle .why-magnum-item .img {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .why-magnum-restyle .why-magnum-item .desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        padding-left: 20px;
        text-align: left;
    }
    .why-magnum-restyle .why-magnum .why-magnum-item h3 {
        margin-top: 0;
    }
}

/* End Why Magnum */

/* Main Nav and Logo */

.is-fixed .navbar-wrapper,
.is-active .navbar-wrapper {
    background: rgba(255, 0, 0, 1);
}

.navbar-wrapper:before {
    position: absolute;
    height: 80px;
    display: block;
    background: #000;
    width: 8%;
    content: "";
}

@media (min-width: 992px) {
    .navbar-wrapper:before {
        width: 9%;
    }
}

@media (min-width: 1024px) {
    .navbar-wrapper:before {
        width: 11%;
    }
}

@media (min-width: 1200px) {
    .navbar-wrapper:before {
        width: 6%;
    }
}

@media (min-width: 1300px) {
    .navbar-wrapper:before {
        width: 12%;
    }
}

@media (min-width: 1500px) {
    .navbar-wrapper:before {
        width: 17%;
    }
}

@media (min-width: 1700px) {
    .navbar-wrapper:before {
        width: 21%;
    }
}

.mobile-menu-bar:before {
    content: '';
    background: #000;
    width: 5%;
    height: 50px;
    position: absolute;
    top: 0;
}

.mobile-menu-bar .row-0 {
    position: relative;
    z-index: 1111;
}

.desktop-menu-items li a {
    padding: 29px 5px;
}

/*20191015 kenneth change padding size to cater new 50 & Beyond tab menu with the yellow line*/
/* ori is 27px  10px*/
@media only screen and (min-width: 1200px) {
    .desktop-menu-items li a {
        padding: 29px 10px;
    }
}

.navbar-desktop:after,
.mobile-menu:after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    border-bottom: 1px solid #ffdf7a;
    z-index: 9999;
    width: 90%;
}

@media only screen and (min-width: 420px) {
    .mobile-menu:after {
        width: 95%;
    }
}

.navbar-wrapper .container {
    z-index: 1101;
    position: relative;
}

.navbar-wrapper:after,
.mobile-menu-bar:after {
    background: url(/Magnum4d/media/images/header-line.png) no-repeat right 0;
    border-bottom: none;
    content: '';
    width: 100%;
    right: 0;
    height: 47px;
    z-index: 1100;
    position: absolute;
    top: 26px;
}

@media only screen and (min-width: 1200px) {
    .navbar-wrapper:after {
        top: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-menu-bar {
        overflow-x: hidden;
    }
    .mobile-menu-bar:after {
        top: -4px;
        right: -30px;
    }
}

.navbar-wrapper {
    background: #ff0000;
}

#site-header:before {
    content: '';
    position: absolute;
    z-index: 1060;
    bottom: 7px;
    border-bottom: 1px solid #ffdf7a;
    width: 30%;
    height: 1px;
}

.desktop-menu-items li:hover a {
    color: #000;
}

.desktop-menu-items li a {
    color: #000;
    text-shadow: none;
}

.fa-map-marker:before {
    color: #000;
    text-shadow: none;
}

.desktop-dock-items li .language-select,
.mobile-menu-language select {
    border: 0;
    color: #000;
}

.desktop-dock-items li.language:after,
.mobile-menu-language:after {
    color: #000;
}

.mobile-menu-bar a:focus {
    outline: none;
}

.mobile-menu-btn path {
    fill: #000;
}

.header-mega-menu .game-panel-group {
    margin-top: 80px;
}

.game-panel-btn .game-panel-image img {
    height: 80px;
}

/* End Nav and Logo */

/* Price features */

.carousel-price-featured {
    position: relative;
}

.prize-featured-restyle {
    position: absolute;
    bottom: initial;
    top: 0;
    z-index: 10;
    width: 100%;
}

/* Fixes for IE 11 */

@media all and (-ms-high-contrast:none) {
    .prize-featured-restyle {
        top: auto;
    }
    /* IE10 */
    *::-ms-backdrop,
    .prize-featured-restyle {
        top: auto;
    }
    /* IE11 */
}

@media (min-width:768px) {
    .prize-featured-restyle {
        bottom: 0;
        top: initial;
    }
}

#home-carousel {
    padding-top: 100px;
}

@media (min-width: 768px) {
    #home-carousel {
        padding-top: 0
    }
}

.prize-featured-restyle .shortcut-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.prize-featured-restyle .shortcut-info li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    margin: 0;
}

@media(min-width:768px) {
    .prize-featured-restyle .shortcut-info li {
        margin: 0 3px;
    }
}

.prize-featured-restyle .shortcut-info li:last-child {
    border-right: 0;
}

@media(min-width:768px) {
    .prize-featured-restyle .shortcut-info li:last-child {
        border-right: 1px solid #a7a8a6;
    }
}

.prize-featured-restyle .shortcut-info li a {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #a7a8a6;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #a7a8a6;
    color: #000;
    font-size: 13px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    height: 100px;
    -webkit-transition: height .1s ease-in-out;
    -o-transition: height .1s ease-in-out;
    transition: height .1s ease-in-out;
}

@media(min-width:768px) {
    .prize-featured-restyle .shortcut-info li a {
        border-top: 1px solid #a7a8a6;
        border-left: 1px solid #a7a8a6;
        border-bottom: 0;
        font-size: 18px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 80px;
        padding: 10px;
    }
}

.prize-featured-restyle .shortcut-info li a:hover {
    text-decoration: none;
    height: 100px;
}

@media(min-width:768px) {
    .prize-featured-restyle .shortcut-info li a:hover {
        height: 90px;
    }
}

.prize-featured-restyle .shortcut-info li:last-child a {
    border-right: 0;
}

@media(min-width:768px) {
    .prize-featured-restyle .shortcut-info li:last-child a {
        border-right: 0;
    }
}

.prize-featured-restyle .animate-img-sequences {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width:768px) {
    .prize-featured-restyle .animate-img-sequences {
        display: inline-block;
        margin-right: 20px;
        margin-left: 0;
    }
}

.prize-featured-restyle .animate-img-sequences.draw-results {
    background: url(/Magnum4d/media/images/icons/icon-draw-results.gif) 0 0;
    background-size: 100%;
    width: 45px;
    height: 49px;
}

.prize-featured-restyle .animate-img-sequences.did-i-win {
    background: url(/Magnum4d/media/images/icons/icon-did_i_win.gif) 0 0;
    background-size: 100%;
}

.prize-featured-restyle .animate-img-sequences.big-winnings {
    background: url(/Magnum4d/media/images/icons/icon-big-jackpot-winnings.gif) 0 0;
    background-size: 100% 100%;
}

.prize-featured-restyle .short-info-name {
    display: block;
}

@media(min-width:768px) {
    .prize-featured-restyle .short-info-name {
        display: inline-block;
    }
}

@media(max-width:768px) {
    .prize-featured-restyle .col-xs-12 {
        padding: 0;
    }
}

.carousel-price-featured .owl-nav {
    margin-top: 0;
}

.carousel-price-featured .owl-dots {
    position: relative;
    bottom: 30px;
    height: 0;
}

@media(min-width: 768px) {
    .carousel-price-featured .owl-dots {
        bottom: 120px;
    }
}

.carousel-price-featured .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 4px solid #fff;
    width: 15px;
    height: 15px;
}

.carousel-price-featured .owl-theme .owl-dots .owl-dot.active span,
.carousel-price-featured .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffc423;
    border: none;
}

.carousel-price-featured #home-carousel .owl-nav .owl-prev,
.carousel-price-featured #home-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% + 30px);
    margin-top: 0;
    background: rgba(0, 0, 0, .7);
    width: 20px;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
}

@media(min-width: 768px) {
    .carousel-price-featured #home-carousel .owl-nav .owl-prev,
    .carousel-price-featured #home-carousel .owl-nav .owl-next {
        width: 30px;
        top: 50%;
        padding: 20px 0;
    }
}

.carousel-price-featured #home-carousel .owl-nav .owl-prev {
    left: 0;
}

.carousel-price-featured #home-carousel .owl-nav .owl-next {
    right: 0;
}

@media (max-width: 767px) {
    .carousel-price-featured #home-carousel .owl-nav .owl-prev img,
    .carousel-price-featured #home-carousel .owl-nav .owl-next img {
        width: 50%;
    }
}

.carousel-price-featured .hero-banner-lg .hero-banner-content {
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

@media (max-width: 991px) {
    .carousel-price-featured .hero-banner-lg .hero-banner-content {
        position: absolute;
        width: 50%;
        left: 20px;
    }
    .carousel-price-featured .hero-banner-lg .hero-banner-content .container {
        text-align: left;
        width: 100%;
    }
    .carousel-price-featured .owl-carousel .hero-banner-lg h1,
    .carousel-price-featured .owl-carousel .hero-banner-lg h2,
    .carousel-price-featured .owl-carousel .hero-banner-lg h5 {
        text-align: left;
        color: #fff;
        text-shadow: 2px 2px 2px #484848;
    }
    .hero-banner-lg .hero-banner-content h1 {
        color: #fff;
        text-shadow: 2px 2px 2px #484848;
    }
}

@media (max-width: 767px) {
    .carousel-price-featured .hero-banner-lg .hero-banner-content {
        left: 0;
        top: 0;
        width: 80%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .carousel-price-featured .owl-carousel .hero-banner-lg .btn-banner-cta {
        padding: 5px 10px;
        margin-top: 0;
    }
    .carousel-price-featured .owl-carousel .hero-banner-lg h1 {
        margin-bottom: 5px;
    }
    .carousel-price-featured .owl-carousel .hero-banner-lg h2 {
        margin-bottom: 10px;
    }
    .carousel-price-featured .owl-carousel .hero-banner-lg h5 {
        display: none;
    }
}

/* End Price features */

/* Special draw */

.mobile-ribbon-special-draw {
    padding: 0;
}

.mobile-ribbon-special-draw-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-ribbon-special-draw-content>* {
    padding: 12px 0;
}

.mobile-ribbon-special-draw a:nth-of-type(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
}

.mobile-ribbon-special-draw a:nth-of-type(2) {
    background: #b0063e;
    color: #fff;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
}

/* Live result */

.livedraw-promo .owl-dots {
    background: #464646;
}

.livedraw-cross-sell {
    background: #ecebe9;
}

.livedraw-prize .livedraw-prize-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    margin-top: 0;
}

.livedraw-prize-list .how-to-play-cover {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    /*-webkit-box-shadow: 3px 3px 5px #999;
            box-shadow: 3px 3px 5px #999;*/
}

@media (min-width: 768px) {
    .livedraw-prize-list .how-to-play-cover {
        width: 70%;
    }
}

.livedraw-prize-list .how-to-play-cover:nth-of-type(1) {
    margin-bottom: 10px;
}

.livedraw-prize-list .how-to-play-cover .logo {
    padding: 5px;
}

.livedraw-prize-list .how-to-play-cover:nth-of-type(1) .logo {
    background: #00a2e2;
}

.livedraw-prize-list .how-to-play-cover:nth-of-type(2) .logo {
    background: #f38a22;
}

.livedraw-prize-list .how-to-play-cover:nth-of-type(3) .logo {
    background: #eb1f1f;
}

.livedraw-prize-list .how-to-play-cover .logo img {
    height: 50px;
}

.livedraw-prize-list .how-to-play-cover .desc {
    color: #000;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    display: block;
}

.livedraw-prize-list .how-to-play-cover .desc:hover {
    text-decoration: none;
}

.livedraw-prize-list .how-to-play-cover .desc p .red-text {
    color: #ed145b;
    font-size: 15px;
}

.livedraw-prize-info .livedraw-prize-info-item p {
    color: #000;
}

.livedraw-prize-info .livedraw-prize-info-item .btn-grey {
    background-color: #464646;
}

.livedraw-prize-info .livedraw-prize-info-item .btn-icon {
    display: none;
}

.livedraw-prize-list .how-to-play-item {
    padding: 0;
    display: block;
}

@media (max-width: 767px) {
    .livedraw-prize-list .how-to-play-item {
        position: relative;
    }
    .livedraw-prize-list .how-to-play-cover .logo {
        padding: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        height: 80px;
    }
    .livedraw-prize-list .how-to-play-cover .desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
        flex: 1 1 70%;
        padding: 5px 30% !important;
    }
    .livedraw-prize-list .how-to-play-cover .logo img {
        height: 100%;
        width: auto;
    }
    .livedraw-prize-info .livedraw-prize-info-item {
        margin-top: auto;
        margin-bottom: 15px;
    }
    .livedraw-prize-info .livedraw-prize-info-item p {
        font-size: 12px;
    }
    .livedraw-prize-info .livedraw-prize-info-item .btn-grey,
    .livedraw-prize-info .livedraw-prize-info-item .btn-yellow {
        font-size: 13px;
        padding: 8px;
    }
    .livedraw-prize-info .livedraw-prize-info-item .btn-yellow {
        margin-top: 26px;
    }
}

/* Play responsibly */

@media (max-width: 767px) {
    .tips-gambling .tips-gambling-title {
        margin-bottom: 20px;
    }
    .tips-gambling .tips-gambling-item {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }
    .tips-gambling .tips-gambling-item .img {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 10px;
    }
    .tips-gambling .tips-gambling-item p {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        text-align: left;
    }
}

/* result */

@media (max-width: 767px) {
    .result-bottom-info-item {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .result-bottom-info-item .img {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .result-bottom-info-item .desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        text-align: left;
    }
    .result-bottom-info-item p {
        margin: 0;
        max-width: inherit;
    }
}

.how-to-play-item:before,
.how-to-play-item:after {
    display: none;
}

.how-to-play-item:before {
    display: none;
}

.how-to-play-item .logo a:before,
.how-to-play-item .logo a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-25%, -175%) rotate(-25deg);
    transform: translate(-25%, -175%) rotate(-25deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    background-color: rgba(255, 255, 255, 0.25);
    z-index: 9;
}

.how-to-play-item .logo a:before {
    -webkit-transform: translate(25%, 175%) rotate(-25deg);
    transform: translate(25%, 175%) rotate(-25deg);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.how-to-play-item:hover .logo a:before,
.how-to-play-item:hover .logo a:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.how-to-play-item .logo a img {
    position: relative;
    z-index: 8;
}

/* Back Arrow */

.back-arrow {
    position: absolute;
    top: 85px;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    width: 70px;
    left: 10px;
    display: block;
}

@media (min-width: 768px) {
    .back-arrow {
        display: none !important;
    }
}

.back-arrow a {
    color: #fff;
    text-shadow: 0px 2px 6px #333;
}

.magnumcares-mega-menu a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.magnumcares-mega-menu a:hover {
    text-decoration: none;
}

.magnumcares-mega-menu .game-panel-image {
    min-height: 80px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.desktop-menu-items li a:focus {
    outline: 0;
}

.about-magnum-cares .game-panel-bg,
.our-programmes .game-panel-bg,
.get-in-touch .game-panel-bg {
    background-color: #ff5d00;
}

.about-magnum-cares.panel-body,
.our-programmes.panel-body,
.get-in-touch.panel-body {
    background-color: #ff5d00;
}

/* 4D Dictionary */

.dictionary-search {
    display: block;
}

@media (min-width: 768px) {
    .dictionary-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.dictionary-search .form-control {
    margin-right: 0;
}

@media (min-width: 768px) {
    .dictionary-search .form-control {
        margin-right: 20px;
    }
}

.dictionary-search .form-btn {
    text-align: center;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .dictionary-search .form-btn {
        margin-top: 0;
    }
}

.dictionary-search .btn-primary:focus {
    border-color: #f5b600;
    background-color: #ff5d00;
}

.has-success .dictionary-search .form-control:focus {
    box-shadow: none;
}

.tooltip-inner {
    max-width: 400px;
}

@media (max-width: 767px) {
    .form-control {
        font-size: 16px;
    }
}

/* End 4D Dictionary */

/* Top Nav adjustment for IPAD */

/* ////////// Screen size less than 1025px //// */

@media only screen and (max-width: 1025px) {
    .header-logo {
        margin-left: 25px;
    }
    .navbar-wrapper .container .row-table .col-cell .row-0 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* Top Nav adjustment for IPAD */

/* ////////// Screen size less than 768px //// */

@media only screen and (max-width: 768px) {
    .header-logo {
        margin-left: 0px;
    }
}

.form-loading-gif {
    width: 60px;
    display: none;
}

@media only screen and (max-width: 360px) {
    .footer-links .footer-links-item {
        padding-right: 55px;
    }
    .footer-links span#p_lt_ctl63_linkFooterLinksItem3_btnElem_lblText {
        white-space: nowrap;
    }
}

.view-prize-structure {
    text-align: left;
    padding-left: 20px;
}

.view-prize-structure a {
    color: #000;
    font-size: 14px;
    font-family: "Asap", sans-serif;
    border-bottom: 0;
}

.view-prize-structure a:after {
    display: none;
}

.datepicker {
    z-index: 1060;
}

.footer-restyle .newsletter-form {
    position: relative;
}

label#txtSignUpNewsLetterEmail-error {
    color: #a94442;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 100%;
    left: 0;
}

/*** fix 2 Forms On Same Page ****/

.magnumcare-form.fix2FrmsOnSamePage .has-error .form-control,
.magnumcare-form.fix2FrmsOnSamePage .has-success .form-control,
.check-number-form.fix2FrmsOnSamePage .has-error .form-control,
.check-number-form.fix2FrmsOnSamePage .has-success .form-control {
    border: 1px solid #d6d6d6 !important
}

.magnumcare-form.fix2FrmsOnSamePage .form-error {
    display: none;
}

.newsletter-form.fix2FrmsOnSamePage .form-error {
    display: none;
}

.check-number-form.fix2FrmsOnSamePage .form-error {
    display: none;
}

/********************************* Updated Mar 19, 2018 **********************************/

.how-to-play-restyle .how-to-play-item .lowercase-txt {
    text-transform: initial;
}

.ribbon-special-draw {
    padding: 30px 5px 20px;
}

@media only screen and (max-width: 1179px) {
    .result-list .result-block {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

.livedraw-prize-list .how-to-play-cover .desc {
    padding: 5px;
}

@media (min-width: 768px) {
    .livedraw-prize-list .how-to-play-cover .desc {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .livedraw-prize-list .how-to-play-cover .desc {
        padding: 5px 30%;
    }
}

.cross-sell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (min-width: 520px) {
    .cross-sell {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.cross-sell img {
    max-width: 100%;
}

.cross-sell>div {
    margin: 0;
}

@media (min-width: 520px) {
    margin: 0 5px;
}

.cross-sell .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.cross-sell .img>div {
    margin: 0 5px;
}

.cross-sell .cross-sell-copy {
    text-align: center;
    margin-left: 0;
}

@media (min-width: 520px) {
    .cross-sell .cross-sell-copy {
        margin-left: 30px;
    }
}

.cross-sell h3 {
    font-size: 18px;
    margin-top: 10px;
}

@media (min-width: 520px) {
    .cross-sell h3 {
        font-size: 22px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .cross-sell h3 {
        font-size: 30px;
        margin-top: 0;
    }
}

.cross-sell p {
    font-size: 16px;
}

.cross-sell .cross-sell-download {
    text-align: center;
}

@media (min-width: 520px) {
    .cross-sell .cross-sell-download {
        text-align: left;
    }
}

.download-app-card p {
    font-size: 16px;
}

.download-app-card .cross-sell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (min-width: 520px) {
    .download-app-card .cross-sell {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.download-app-card .cross-sell-download {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (min-width: 520px) {
    .download-app-card .cross-sell-download {
        margin-left: 30px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

.cross-sell-copy #btnScanNow {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .cross-sell-copy #btnScanNow {
        margin-top: 20px;
    }
}

.jackpot4D {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.powerballResult {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.jackpotGold {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.magnum-life {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}

@media (max-width: 1179px) {
    .jackpotGold {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .magnum-life {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
}

.magnum-life.magnum-life-cross-sell {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}

.magnum-life .result-card-header {
    margin-bottom: 5px;
    position: relative;
}

.magnum-life .result-card-header img {
    position: absolute;
    right: 20px;
    top: -8px;
}

@media (max-width: 767px) {
    .magnum-life .result-card-header img {
        right: -10px;
    }
}
@media (min-width: 1200px) {
    .magnum-life .result-card-header img {
        right: 0;
    }
}

.magnum-life .cross-sell .img img {
    height: auto;
    width: 100%;
}

@media (min-width: 1200px) {
    .magnum-life .cross-sell .img img {
        height: 230px;
        width: auto;
    }
}

.magnum-life .winning-numbers b {
    border: red 2px solid;
    width: 30px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    border-radius: 12px 0;
    margin: 0;
}

@media (min-width: 520px) {
    .magnum-life .winning-numbers b {
        width: 36px;
        height: 26px;
        line-height: 24px;
        font-size: 18px;
        margin: 0 1px;
    }
}

.magnum-life .winning-numbers.bonus-number b {
    border: #FFC000 2px solid;
}

.magnum-life .result-label {
    margin-bottom: 15px;
}

.magnum-life .result-card .result-price-lg {
    line-height: 18px;
    font-size: 18px;
    text-transform: uppercase;
}

.magnum-life .fontSize14 {
    font-size: 14px;
}

.magnum-life .result-footer .result-content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.magnum-life .result-footer .result-label {
    width: 35%;
    margin-bottom: 0;
}

.magnum-life .cross-sell {
    background: none;
    border: #cecece solid 10px;
    display: none;
}

@media (min-width: 1180px) {
    .magnum-life .cross-sell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
    }
}

.magnum-life.magnum-life-cross-sell {
    display: block;
}

@media (min-width: 1180px) {
    .magnum-life.magnum-life-cross-sell {
        display: none;
    }
}

.magnum-life.magnum-life-cross-sell .cross-sell {
    display: block;
}

@media (min-width: 1180px) {
    .magnum-life.magnum-life-cross-sell .cross-sell {
        display: none;
    }
}

.magnum-life .cross-sell-copy {
    margin-left: 0;
    width: 100%;
}

.magnum-life .cross-sell-copy h3 {
    font-size: 24px;
    padding-top: 15px;
    line-height: 24px;
}

.magnum-life .cross-sell-download {
    padding-top: 10px;
    text-align: center;
}

.magnum-life .cross-sell-download a {
    /*padding: 0 5px;*/
    /*display: inline-block;*/
}

.d-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#modal-where-to-claim .disclamer p {
    font-size: 12px;
}

.modal-livedraw .cross-sell {
    background: #d5d5d5;
    border: 1px solid #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 10px 20px;
}

@media (min-width: 520px) {
    .modal-livedraw .cross-sell {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 0 10px 20px;
    }
}

.modal-livedraw .copy-download {
    margin-left: 0;
}

@media (min-width: 520px) {
    .modal-livedraw .copy-download {
        margin-left: 30px;
    }
}

.modal-livedraw .cross-sell-copy {
    margin-left: 0;
}

.modal-livedraw .cross-sell-download {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
}

@media (min-width: 520px) {
    .modal-livedraw .cross-sell-download {
        -webkit-box-pack: inherit;
            -ms-flex-pack: inherit;
                justify-content: inherit;
        margin-top: 0;
    }
}

.livedraw-magnumlife {
    padding: 0 10px;
}

@media (min-width: 768px) {
    .livedraw-magnumlife {
        padding: 0;
    }
}

.livedraw-magnumlife .livedraw-number-list {
    padding: 0;
}

@media (min-width: 1200px) {
    .livedraw-magnumlife .livedraw-number-list {
        padding: 0 30px;
    }
}

.livedraw-magnumlife .livedraw-number-list .livedraw-number {
    width: 11%;
    float: none;
    height: 25px;
}

@media (min-width: 768px) {
    .livedraw-magnumlife .livedraw-number-list .livedraw-number {
        width: 8%;
    }
}

@media (min-width: 992px) {
    .livedraw-magnumlife .livedraw-number-list .livedraw-number {
        width: 11%;
    }
}

@media (min-width: 1200px) {
    .livedraw-magnumlife .livedraw-number-list .livedraw-number {
        width: 12%;
    }
}

.livedraw-magnumlife .bonus-number .livedraw-number-list span {
    display: inline-block;
}

.livedraw-magnumlife .bonus-label {
    width: 47%;
}

@media (min-width: 768px) {
    .livedraw-magnumlife .bonus-label {
        width: 33%;
    }
}

@media (min-width: 992px) {
    .livedraw-magnumlife .bonus-label {
        width: 46%;
    }
}

@media (min-width: 1200px) {
    .livedraw-magnumlife .bonus-label {
        width: 50%;
    }
}

.livedraw-magnumlife .golden-number .livedraw-number {
    border: 2px solid #000;
}

.livedraw-magnumlife .golden-number .livedraw-number:nth-of-type(2) {
    border-right: 1px solid #000;
}

.livedraw-magnumlife .golden-number .livedraw-number:nth-of-type(3) {
    border-left: 1px solid #000;
    margin-left: -2px;
}

@media (max-width: 767px) {
    .how-to-play-list {
        padding-top: 0;
    }
}

/* Printing Past Result */

@media print {
    .result-list .result-block {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    }
    .result-list .result-block:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .result-list .result-block:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .result-list .result-block:nth-of-type(3) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .magnum-life .cross-sell {
        display: block !important;
    }
    .magnum-life.magnum-life-cross-sell {
        display: none !important;
    }
    .magnum-life .cross-sell .paper img {
        height: 80px;
    }
    .magnum-life .cross-sell .phone img {
        height: 120px;
    }
    .magnum-life a[href]:after {
        content: none !important;
    }
}

.magnumLife-didIWin label:not(.label-magnum-life-1) {
    display: none;
}

.magnumLife-didIWin label.label-magnum-life-1 {
    position: absolute;
    left: 0;
    top: -20px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .magnumLife-didIWin label.label-magnum-life-1 {
        left: -15px;
        top: 15px;
        padding-left: 15px;
    }
}

.did-i-win-game-form-wrapper.magnumLife-didIWin {
    padding-left: 0;
    position: relative;
}

@media (min-width: 768px) {
    .did-i-win-game-form-wrapper.magnumLife-didIWin {
        padding-left: 70px;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .did-i-win-game-form-wrapper.magnumLife-didIWin {
        padding-left: 85px;
        margin-top: 0;
    }
}

.did-i-win-game-form-wrapper.magnumLife-didIWin.active {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .did-i-win-game-form-wrapper.magnumLife-didIWin {
        margin-top: 0;
    }
}

.magnumLife-didIWin .magnum-life-row {
    width: 56px;
    display: inline-block;
    margin: 5px 12px 5px 0;
    vertical-align: top;
}

@media (min-width: 768px) {
    .magnumLife-didIWin .magnum-life-row {
        width: 13%;
        margin: 5px 0 5px 3%;
    }
}

.magnumLife-didIWin .magnum-life-row input {
    height: 45px;
    text-align: center;
}

/* Hide HTML5 Up and Down arrows. */

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* End hide HTML5 Up and Down arrows. */

.powerballResult {
    width: 100%;
}

.check-number-form .row-input-control[data-play="magnum-life"] {
    bottom: 116px;
}

.magnumLife-didIWin input::-webkit-outer-spin-button,
.magnumLife-didIWin input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.check-your-number-wrapper {
    margin-top: 20px;
}

.did-i-win.page-wrapper .page-title {
    margin-bottom: 0;
}

.did-i-win .or {
    margin-top: 20px;
}

.did-i-win .or span {
    background: #ff5d00;
    font-family: "Asap", sans-serif;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
}

.pink-bg {
    background: #fcbec6;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #333;
}

.fsize-18 strong {
    font-size: 18px;
}

.game-overall .youtube-video {
    margin: 15px auto 0;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

@media (min-width: 992px) {
    .game-overall .youtube-video {
        width: 750px;
        height: 420px;
        padding: 0;
    }
}

.game-overall .youtube-video iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .game-overall .youtube-video iframe {
        width: 750px;
        height: 420px;
    }
}

.game-overall .or {
    margin: 15px 0;
}

.game-overall .or span {
    background: red;
    display: inline-block;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.leave .number {
    margin-top: 20px;
}

.leave .number b {
    font-size: 26px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: red;
    display: inline-block;
    border: 1.5px solid #f00;
    border-radius: 40% 0;
    line-height: 30px;
    margin: 0 4px;
    width: 43px;
    height: 36px;
}

@media (min-width: 768px) {
    .leave .number b {
        border: 1.5px solid #f00;
        font-size: 37px;
        line-height: 40px;
        width: 60px;
        height: 45px;
    }
}

.leave .number b span {
    /*display: none;*/
}

.leave .number b.red {
    background: red;
    border-color: red;
    color: #fff;
}

.leave .number b.yellow {
    background: #ff0000;
    border-color: #ff0000;
    color: red;
}

.leave .number b.grey {
    background: #bdbdbd;
    border-color: #bdbdbd;
    color: #666666;
}

.leave .grid-number {
    /*display: -ms-grid;
    display: grid;*/
	width: 290px;
    -ms-grid-columns: 43px 43px 43px 43px 43px 43px;
        grid-template-columns: 43px 43px 43px 43px 43px 43px;
    grid-gap: 8px;
}

@media (min-width: 370px) {
	.leave .grid-number {
		width: 310px;
	}
}

@media (min-width: 768px) {
    .leave .grid-number {
        -ms-grid-columns: 66px 66px 66px 66px 66px 66px;
            grid-template-columns: 66px 66px 66px 66px 66px 66px;
        grid-gap: 16px;
		width: 470px;
    }
}

.leave .grid-number b {
    text-align: center;
    margin: 2px 1.5px;
}
@media (min-width: 370px) {
	.leave .grid-number b {
		margin: 3px;
	}
}

@media (min-width: 768px) {
	.leave .grid-number b {
		margin: 8px;
	}
}

.if-you-won .number span {
    font-size: 31px;
    color: #000;
    font-weight: bold;
    padding: 0 10px;
    line-height: 40px;
}

.if-you-won .number b {
    font-size: 17px;
    width: 31px;
    height: 24px;
    line-height: 20px;
    margin: 0 1px 0 0;
}

@media (min-width: 768px) {
    .if-you-won .number b {
        font-size: 31px;
        width: 57px;
        height: 43px;
        line-height: 38px;
        margin: 0 4px;
    }
}

.how-much-you-win {
    background: #e6e6e6;
    padding: 20px 10px;
}

@media (min-width: 768px) {
    .how-much-you-win {
        padding: 30px;
    }
}

.game-magnum-life .hr {
    border-top: 3px solid #000;
    width: 40px;
    margin: 10px auto;
}

@media (max-width: 767px) {
    .game-magnum-life h1.font-24 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .game-magnum-life h2 {
        margin-bottom: 10px;
    }
}

.how-much-you-win .number {
    margin: 15px 0;
}

@media (min-width: 768px) {
    .how-much-you-win .number {
        margin: 25px 0;
    }
}

.how-much-you-win .number b {
    background: red;
    color: white;
    border: 3px solid red;
    margin: 0 1px 0 0;
    font-size: 17px;
    line-height: 20px;
    width: 30px;
    height: 24px;
}

@media (min-width: 768px) {
    .how-much-you-win .number b {
        font-size: 26px;
        line-height: 26px;
        width: 44px;
        height: 32px;
        margin: 0 3px;
    }
}

@media (min-width: 992px) {
    .how-much-you-win .number b {
        font-size: 35px;
        line-height: 38px;
        width: 60px;
        height: 45px;
        margin: 0 5px;
    }
}

@media (min-width: 1200px) {
    .how-much-you-win .number b {
        font-size: 37px;
        line-height: 44px;
        width: 66px;
        height: 50px;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .how-much-you-win .number.grand-prize .plus {
        /* margin-left: -25px; */
    }
    .how-much-you-win .number.second-prize .plus {
        /* margin-left: -23px; */
        margin-top: -2px;
    }
}

.how-much-you-win .number.second-prize b {
    font-size: 14px;
    line-height: 16px;
    margin: 0 1px 0 0;
    width: 26px;
    height: 21px;
}

@media (min-width: 768px) {
    .how-much-you-win .number.second-prize b {
        font-size: 22px;
        line-height: 26px;
        margin: 0 2px;
        width: 44px;
        height: 32px;
    }
}

@media (min-width: 992px) {
    .how-much-you-win .number.second-prize b {
        font-size: 28px;
        line-height: 34px;
        margin: 0 4px;
        width: 52px;
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .how-much-you-win .number.second-prize b {
        font-size: 30px;
        line-height: 38px;
        margin: 0 6px;
        width: 57px;
        height: 43px;
    }
}

.game-magnum-life .separate-number {
    margin-top: 5px;
}

.how-much-you-win .plus {
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #000;
    margin: 0 10px;
    position: absolute;
}

@media (min-width: 768px) {
    .how-much-you-win .plus {
        position: static;
    }
}

@media (min-width: 1200px) {
    .how-much-you-win .plus {
        font-size: 29px;
    }
}

.how-much-you-win .other-prizes {
    width: 100%;
    margin: 20px auto 0;
}

@media (min-width: 768px) {
    .how-much-you-win .other-prizes {
        width: 500px;
    }
}

.how-much-you-win .other-prizes td {
    background: #fff;
    border: #ececec solid 1px;
    padding: 5px;
}

.how-much-you-win .other-prizes td:first-child(1) {
    font-weight: bold;
}

.how-much-you-win .other-prizes th {
    background: #ffc422;
    border: #ececec solid 1px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px 5px;
}

.how-much-you-win .prize {
    display: block;
    position: relative;
}

@media (min-width: 768px) {
    .how-much-you-win .prize {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
}

.how-much-you-win .prize .details {
    width: 90%;
}

@media (min-width: 768px) {
    .how-much-you-win .prize .details {
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    }
}

@media (min-width: 992px) {
    .how-much-you-win .prize .details {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    }
}

.how-much-you-win .prize .confetti {
    width: 10%;
    position: absolute;
    top: 0;
}

@media (min-width: 768px) {
    .how-much-you-win .prize .confetti {
        -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
        position: relative;
        top: initial;
    }
}

.how-much-you-win .prize .confetti1.pulsate {
    -webkit-animation: pulsate 1s ease-out;
            animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: 3;
            animation-iteration-count: 3;
    opacity: 1;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes pulsate {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.how-much-you-win .prize .confetti img {
    max-width: 100%;
}

.how-much-you-win .prize .content {
    background: #ffc422;
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    margin: 20px auto 0;
    padding: 10px 11%;
}

@media (min-width: 768px) {
    .how-much-you-win .prize .content {
        -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
        clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
        padding: 10px 6%;
    }
}

.how-much-you-win .prize .confetti1.left {
    left: 10px;
}

@media (min-width: 768px) {
    .how-much-you-win .prize .confetti1.left {
        left: 0;
    }
}

@media (min-width: 992px) {
    .how-much-you-win .prize .confetti1.left {
        left: 40px;
    }
}

@media (min-width: 1200px) {
    .how-much-you-win .prize .confetti1.left {
        left: 50px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .how-much-you-win .prize .confetti1.left {
        left: 0;
    }
	
	@media (min-width: 992px) {
		.how-much-you-win .prize .confetti1.left {
			left: 0;
		}
	}
	
	@media (min-width: 1200px) {
		.how-much-you-win .prize .confetti1.left {
			left: 0;
		}
	}
}

.how-much-you-win .prize .confetti1.right {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    right: 0;
}

@media (min-width: 992px) {
    .how-much-you-win .prize .confetti1.right {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        right: 0px;
    }
}

.how-much-you-win .prize .confetti2.left {
    left: 0;
}

@media (min-width: 992px) {
    .how-much-you-win .prize .confetti2.left {
        left: 20px;
    }
}

@media (min-width: 1200px) {
    .how-much-you-win .prize .confetti2.left {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .how-much-you-win .prize .confetti2 {
        top: 30px;
    }
}

.how-much-you-win .prize .confetti2.right {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    right: 0;
}

@media (min-width: 768px) {
    .how-much-you-win .prize .confetti2.right {
        right: 20px;
    }
}

@media (min-width: 992px) {
    .how-much-you-win .prize .confetti2.right {
        right: 40px;
    }
}

@media (min-width: 1200px) {
    .how-much-you-win .prize .confetti2.right {
        right: 50px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	@media (min-width: 1200px) {
		.how-much-you-win .prize .confetti2.right {
			right: 30px;
		}
	}
}

.how-much-you-win .prize h4,
.how-much-you-win .prize h5 {
    font-size: 15px;
    line-height: 15px;
}

@media (min-width: 768px) {
    .how-much-you-win .prize h4,
    .how-much-you-win .prize h5 {
        font-size: 20px;
        line-height: 20px;
    }
}

.how-much-you-win .prize h5 {
    font-weight: normal;
}

.how-much-you-win .disclamer {
    color: #666;
    font-family: 'Asap', sans-serif;
    font-size: 12px;
    font-style: italic;
    width: 100%;
    text-align: left;
    margin: 5px auto;
}

@media (min-width: 768px) {
    .how-much-you-win .disclamer {
        width: 500px;
    }
}

.game-magnum-life .playslip-ticket-block.playslip:before {
    display: none;
}

.game-magnum-life .playslip-ticket-block.ticket:before {
    content: "\f107";
    padding: 3px 15px 5px;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}

@media (min-width: 768px) {
    .game-magnum-life .playslip-ticket-block.ticket:before {
        content: "\f105";
        top: 30px;
        left: -30px;
        color: white;
        padding: 3px 20px 5px;
        margin-left: 0;
    }
}

.game-magnum-life .playslip-ticket-block.playslip .image img,
.game-magnum-life .playslip-ticket-block.ticket .image img {
    width: auto;
    max-width: 100%;
    height: auto !important;
}

.game-magnum-life .price-table {
    color: #fff;
}

.game-magnum-life .price-table .hr {
    border-color: #fff;
}

.game-magnum-life .price-table table {
    width: 100%;
    margin: 30px auto;
}

@media (min-width: 768px) {
    .game-magnum-life .price-table table {
        width: 300px;
    }
}

.game-magnum-life .price-table th {
    background: #ffc422;
    border: #fff solid 1px;
    color: #333;
    text-align: center;
    font-family: "Asap", sans-serif;
    font-size: 16px;
    font-weight: 900;
    padding: 12px 4px;
}

.game-magnum-life .price-table td {
    text-align: center;
    border: #fff solid 1px;
    font-family: "Asap", sans-serif;
    font-size: 14px;
    padding: 5px;
    width: 50%;
}

@media (max-width: 767px) {
    .game-magnum-life .ways-to-play-nav-wrapper a:after {
        content: "\f107";
    }
    .game-magnum-life .ways-to-play-nav-wrapper li.active a:after {
        content: "\f106";
    }
}

.margin-left-2 {
    margin-left: 2px;
}

.number-leave {
    overflow: hidden;
}

.number-leave .scroller-table td {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .number-leave .scroller-table td {
        width: 18px;
        height: 32px;
    }
}

@media (min-width: 1200px) {
    .number-leave .scroller-table td {
        width: 23px;
        height: 36px;
    }
}

.number-leave .scroller-table td:nth-child(odd) {
    background-image: url(/Magnum4d/media/images/magnum-life/leave1.png);
    background-position: 2px 0;
    padding-left: 11px;
}

@media (min-width: 768px) {
    .number-leave .scroller-table td:nth-child(odd) {
        background-position: 5px 0;
        padding-left: 13px;
    }
}

@media (min-width: 1200px) {
    .number-leave .scroller-table td:nth-child(odd) {
        padding-left: 12px;
    }
}

.number-leave .scroller-table td:nth-child(even) {
    background-image: url(/Magnum4d/media/images/magnum-life/leave2.png);
    padding-right: 4px;
}

@media (min-width: 1200px) {
    .number-leave .scroller-table td:nth-child(even) {
        padding-right: 6px;
    }
}

.number-leave .scroller-table td:nth-child(1) {
    padding-left: 7px;
}

@media (min-width: 768px) {
    .number-leave .scroller-table td:nth-child(1) {
        padding-left: 9px;
    }
}

.number-leave.header-number-scroller .scroller-table td {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 56px;
    text-align: center;
}

.number-leave.header-number-scroller .scroller-table td:nth-child(odd) {
    background-image: url(/Magnum4d/media/images/magnum-life/leave1-header.png);
    background-position: 2px 0;
    padding-left: 11px;
}

.number-leave.header-number-scroller .scroller-table td:nth-child(even) {
    background-image: url(/Magnum4d/media/images/magnum-life/leave2-header.png);
    padding-right: 6px;
}

.number-leave.header-number-scroller .scroller-table td:nth-child(1) {
    padding-left: 8px;
}

.number-leave.header-number-scroller {
    /*padding: 5px 5px 3px;*/
}

.number-sm .number-leave {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .number-sm .number-leave {
        margin-top: 30px;
    }
}

.number-leave.number-scroller .scroller-span {
    width: 12px !important;
    height: 24px !important;
    line-height: 26px !important;
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .number-leave.number-scroller .scroller-span {
        width: 18px !important;
        height: 30px !important;
        line-height: 32px !important;
        font-size: 23px;
    }
}

@media only screen and (min-width: 1200px) {
    .number-leave.number-scroller .scroller-span {
        width: 22px !important;
        height: 34px !important;
        line-height: 32px !important;
        font-size: 25px;
    }
}

.number-leave.header-number-scroller .scroller-span {
    width: 60px !important;
    height: 28px !important;
    line-height: 30px !important;
}

@media only screen and (min-width: 992px) {
    .number-leave.header-number-scroller .scroller-span {
        width: 30px !important;
        height: 38px !important;
        line-height: 40px !important;
    }
}

.number-leave.header-number-scroller .scroller-span {
    font-size: 40px;
}

.number-leave.number-scroller .scroller-table .scroller,
.number-leave.header-number-scroller .scroller-table .scroller {
    border: 0;
}

.number-sm .number-leave.number-scroller .scroller-table .scroller {
    width: 12px !important;
    height: 22px !important;
    line-height: 20px !important;
}

@media only screen and (min-width: 768px) {
    .number-sm .number-leave.number-scroller .scroller-table .scroller {
        width: 18px !important;
        height: 28px !important;
        line-height: 30px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .number-sm .number-leave.number-scroller .scroller-table .scroller {
        width: 20px !important;
    }
}

.number-leave.header-number-scroller .scroller-table .scroller {
    padding: 0;
    width: 30px !important;
    height: 38px !important;
    line-height: 40px !important;
}

@media only screen and (min-width: 992px) {
    .number-leave.header-number-scroller .scroller-table .scroller {
        width: 30px !important;
        height: 38px !important;
        line-height: 40px !important;
    }
}

.magnumLife-faq {
    padding: 50px 0;
}

.magnumLife-faq .faq-container {
    background: #f4f4f4;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .magnumLife-faq .faq-container {
        width: 85%;
    }
}

.magnumLife-faq .faq-header {
    background: #ffc422;
    padding: 10px 5px 5px;
    text-align: center;
}

@media (min-width: 768px) {
    .magnumLife-faq .faq-header {
        padding: 15px;
    }
}

.magnumLife-faq .faq-header h2 {
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
}

@media (min-width: 768px) {
    .magnumLife-faq .faq-header h2 {
        font-size: 20px;
    }
}

.magnumLife-faq .faq-header h2::before {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: -5px;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform;
}

@media (min-width: 768px) {
    .magnumLife-faq .faq-header h2::before {
        font-size: 50px;
    }
}

.magnumLife-faq .faq-header[aria-expanded="false"] h2::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}

.magnumLife-faq .faq-header p {
    font-size: 14px;
}

.magnumLife-faq .faq-header a {
    color: #333;
    text-decoration: underline;
}

.magnumLife-faq .faq-content {
    padding: 15px 10px 30px;
}

@media (min-width: 768px) {
    .magnumLife-faq .faq-content {
        padding: 20px 40px 30px;
    }
}

.magnumLife-faq .faq-border {
    border: #c5c5c5 solid 2px;
    padding: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .magnumLife-faq .faq-border {
        padding: 10px 50px;
    }
}

.magnumLife-faq .panel-collapse {
    padding-top: 20px;
}

.magnumLife-faq .panel-collapse p:nth-of-type(1) {
    text-indent: 15px;
    position: relative;
}

.magnumLife-faq .panel-collapse p:nth-of-type(1):before {
    content: 'A.';
    position: absolute;
    left: -15px;
    color: red;
    font-weight: bold;
    top: 1px;
}

.magnumLife-faq .panel-title {
    font-size: 14px;
    position: relative;
    text-indent: 15px;
}

.magnumLife-faq .panel-title:after {
    content: 'Q.';
    position: absolute;
    left: -15px;
    top: 0;
    color: red;
}

.magnumLife-faq .panel-title a {
    display: block;
    padding-right: 15px;
}

.magnumLife-faq .panel-title a:hover,
.magnumLife-faq .panel-title a:active,
.magnumLife-faq .panel-title a:focus {
    text-decoration: none;
}

.magnumLife-faq .panel-title a:before {
    color: #c5c5c5;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    right: -5px;
    top: -10px;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .magnumLife-faq .panel-title a:before {
        right: -55px;
    }
}

@media (max-width: 768px) {
    .magnumLife-faq .panel-title a:before {
        margin-right: -15px;
    }
    .theme-nav>li>a.no-red-border {
        border-bottom: 5px solid #ececec;
    }
    .theme-nav>li.active>a.no-red-border {
        border-bottom: 5px solid #ed1b24;
    }
}

.magnumLife-faq .panel-title[aria-expanded="true"] a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}

.magnumLife-faq p {
    font-size: 14px;
}

.mobile-ribbon-special-draw a:nth-of-type(1) {
    position: relative;
}

.mobile-ribbon-special-draw a:nth-of-type(1):before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    position: absolute;
    line-height: 50px;
    right: 15%;
    top: 10%;
}

.mobile-ribbon-special-draw a:nth-of-type(2) {
    display: none;
}

@media (max-width: 768px) {
    .ios-fix {
        position: inherit !important;
        margin: -3px 0 0 !important;
    }
}



/* ///////////// Magnum Life Winning history Frequency /////////// */
/* ///////////// Sheirf ////////////////////////////////////////// */
.magnum-life-winning-history-wrapper .filter-group {
    display: block;
    margin: auto;
    max-width: 100%;
}

.magnum-life-winning-history-wrapper .life-result-wrapper {
    display: block;
    background-color: #fff;
}

.magnum-life-winning-history-wrapper #totalNoDrawsTitle {
    text-align: center;
    border: 1.5px solid #ed1b24;
    border-radius: 40% 0;
    color: #ed1b24;
    font-size: 20px;
    line-height: 36px;
    padding: 5px 10px;
    margin-left: 5px;
}

.life-result-wrapper .result-header {
    padding: 15px;
    background-color: #ed1b24;
    color: #fff;
}

.life-result-wrapper .result-header h3 {
    margin: 0;
}

.life-result-wrapper .result-body .freq-bar-item {
    margin: 10px 0;
}

.life-result-wrapper .result-body .freq-bar-item > div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.life-result-wrapper .result-body .freq-bar-item .num-wrapper {
    width: 10%;
    z-index: 1;
}


.life-result-wrapper .result-body .freq-bar-item .bar-wrapper {
    width: 80%;
    margin-left: -5px;
}


.life-result-wrapper .result-body .freq-bar-item .num {
    text-align: center;
    background: #ed1b24;
    border: 1.5px solid #ed1b24;
    border-radius: 40% 0;
    color: #fff;
    font-size: 31px;
    width: 100%;
    height: 43px;
    line-height: 38px;
}

.life-result-wrapper .result-body .freq-bar-item .bar {
    display: none;
    padding: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width:70px;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;

    padding-left: 15px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdbfaa+0,fec174+50,ffc335+100 */
    background: #fdbfaa; /* Old browsers */
    background: -moz-linear-gradient(left, #fdbfaa 0%, #fec174 50%, #ffc335 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fdbfaa 0%,#fec174 50%,#ffc335 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fdbfaa 0%,#fec174 50%,#ffc335 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbfaa', endColorstr='#ffc335',GradientType=1 ); /* IE6-9 */
}

.life-result-wrapper .life-last-result .last-drawn-circle-wrapper {
    width: 16%;
    display: inline-block;
    vertical-align: top;
}

.last-drawn-circle-wrapper .circliful .timer {
    fill: #fff;
}


/* Pad display */
@media (max-width: 768px) {

    .life-result-wrapper .result-body .freq-bar-item .num {
        font-size: 22px;
        height: 35px;
        line-height: 34px;
    }

    .life-result-wrapper .result-body .freq-bar-item .bar {
        padding: 3px;
        padding-left: 15px;
    }

    .life-result-wrapper .life-last-result .last-drawn-circle-wrapper {
        width: 20%;
    }

}


/* Mobile Display */
@media (max-width: 577px) {

    .magnum-life-winning-history-wrapper .filter-group {
        margin-bottom: 20px;
    }

    .magnum-life-winning-history-wrapper .life-result-wrapper {
        margin-bottom: 20px;
    }

    .life-result-wrapper .result-body {
        padding: 15px 0;
    }

    .life-result-wrapper .result-body .freq-bar-item:last-child {
        margin-bottom: 0;
    }

    .life-result-wrapper .result-body .freq-bar-item .num {
        font-size: 31px;
        height: 43px;
        line-height: 38px;
    }

    .life-result-wrapper .result-body .freq-bar-item .bar {
        padding: 5px;
        padding-left: 15px;
    }

    .life-result-wrapper .life-last-result .last-drawn-circle-wrapper {
        width: 25%;
    }

}

@media (max-width: 468px) {

    .life-result-wrapper .result-body .freq-bar-item .num-wrapper {
        width: 13%;
    }

    .life-result-wrapper .life-last-result .last-drawn-circle-wrapper {
        width: 33%;
    }

    
}

/*//Blurp For winning history with link///////**/
.blurpArticle{
	padding-top:2px!important;
}
.blurpArticle:after {
		content: "";
		display: inline-block;
		background: url(/Magnum4d/media/images/icons/icon-blurp.png) no-repeat;
		width: 22px;
		height: 22px;
		position: relative;
		right: -2px;
		top: 5px;
		background-size: contain;
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		filter: FlipH;
		-ms-filter: "FlipH";

	}
	
@media (max-width: 768px) {

   .blurpArticle:after {
		
		top: 10px;
		left: -18px;
		position:absolute;
		background-size: contain;
		-moz-transform: scaleX(1);
		-o-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		filter: FlipH;
		-ms-filter: "FlipH";

	}
	
	
	a{
		color:#f01659;
	}	
			
    
}

/* //////// /END Magnum Life Winning history Frequency /////////// */




/* //////// Games 2020 new layout and design ////////// */
.width-xs-half {
    width: 50%;
}

.width-xs-full {
    width: 100%;
}

.height-xs-half {
    height: 50%;
}

.font-weight-500 {
    font-weight: 500;
}

.text-underline {
    text-decoration: underline;
}

.xs-new-line {
    display: block;
}

@media (min-width: 992px) {
    .width-xs-half {
        width: initial;
    }

    .width-xs-full {
        width: initial;
    }
    
    .height-xs-half {
        height: initial;
    }
}

.game-wrapper-2020 .w-100 {
    width: 100%;
}

.game-wrapper-2020 .w-75 {
    width: 75%;
}


.game-wrapper-2020 .w-50 {
    width: 50%;
}

.game-wrapper-2020 .w-45 {
    width: 45%;
}

.game-wrapper-2020 .w-20 {
    width: 20%;
}

.game-wrapper-2020 .font-20 {
    font-size: 20px;
}

.game-wrapper-2020 .font-white {
    color: #ffffff;
}

.game-wrapper-2020 .font-yellow {
    color: #FEC300;
}

.game-wrapper-2020 .input-label {
    position: absolute;
    top: 15%;
}

.game-wrapper-2020 .input-label.label-left {
    left: 5%;
}

.game-wrapper-2020 .multi-inputs-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.game-wrapper-2020 .input-lot-number-box {
   background: rgba(0,0,0,0);
   outline: none;
   box-shadow: none;
   border: 3px solid #000;
   border-left-width: 0;
   color: #000;
   width: 25%;
   min-height: 67px;
   display: flex;
}

.game-wrapper-2020 .input-lot-number-box:first-child {
    border-left-width: 3px;
}

.game-wrapper-2020 .input-lot-number-box.input-rm {
    width: 100%;
    border: 3px solid #000;
}

.game-wrapper-2020 .lot-num-input-error {
    display: none;
}

.game-wrapper-2020 .number-scroller .scroller-table {
    margin: 0 !important;
}

.game-wrapper-2020 .nav-tabs > li > a {
    margin-right: 0;
}

.game-wrapper-2020 .nav-tabs > li.active > a {
    background-color: #ff5d00;
}

.game-wrapper-2020 .nav-tabs > li.active > a.tab-nav-straight {
    border-right: 2px solid;
    border-bottom: 0;
}

.game-wrapper-2020 .nav-tabs > li.active > a.tab-nav-mbox {
    border-left: 2px solid;
    border-bottom: 0;
}

.game-wrapper-2020 .game-steps-wrapper {
    background-color: #e6e6e6;
}

.game-wrapper-2020 .calculated-prize-amount {
    background-color: #ffffff;
}

.game-wrapper-2020 .calculated-prize-amount .prize-label,  
.game-wrapper-2020 .calculated-prize-amount .amount {
    display: flex;
    height: 100%;
    align-items: center;
}

.game-wrapper-2020 .prize-special-consolation-row .calculated-prize-amount .prize-label,
.game-wrapper-2020.prize-special-consolation-row .calculated-prize-amount .amount  {
    justify-content: center;
}

.game-wrapper-2020 .calculated-prize-amount .prize-label {
    color: #999999;
}

.game-wrapper-2020 .payslip {
    display: block;
    position: relative;
    width: 228px;
    height: 362px;
    background-position: center;
    background-size: contain;
    padding-top: 65px;
}

.game-wrapper-2020 .ticket {
    display: block;
    position: relative;
    width: 262px;
    height: 362px;
    background-position: center;
    background-size: contain;
    padding-top: 105px;
    padding-bottom: 165px;
}

.game-wrapper-2020 .game-steps-wrapper .game-steps .steps {
    display: none;
}

.game-wrapper-2020 .game-steps-wrapper .game-steps .steps.active {
    display: block;
}

.game-wrapper-2020 .game-steps-wrapper .game-result {
    display: none;
}

.game-wrapper-2020 .game-steps-wrapper .dark-grey-bkg {
    background-color: #333333;
}

.game-guide-prize-wrapper img {
    height: 80px;
}

.game-get-started .flex {
    display: flex;
}

.game-get-started .justify-center {
    justify-content: center;
}

.game-get-started .border-round {
    border-radius: 100px;
}

.game-get-started .justify-center-md {
    justify-content: left;
}

.game-get-started .step-text {
    text-align: left;
}

.game-get-started .flex-center-sm {
    align-items: center;
}

.game-get-started .text-right-sm {
    text-align: right;
}

.game-get-started .outlet-img {
    padding: 27px 22px;
    height: 110px;
}

.game-get-started .pen-img {
    padding: 20px 23px;
    height: 110px;
}

.game-get-started .mobile-img {
    padding: 15px 34px;
    height: 110px;
}

.explore-other-games .play-game {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.explore-other-games .play-game a {
    color: #ffffff;
    display: block;
    padding: 10px 5px;
}

.explore-other-games .play-game a:hover {
    text-decoration: none;
}

.explore-other-games .play-game.jackpot {
    background-color: #00a2e2;
}

.explore-other-games .play-game.life {
    background-color: #eb1f1f;
}

.explore-other-games .play-game.gold {
    background-color: #f38a22;
}

.explore-other-games .play-game img {
    width: 80%;
}

.game-calculator-2020-wrapper .btn-game-type {
    font-weight: bold;
}


.game4d-draw-date-section {
    background-color: #ff5d00;
}

.game4d-draw-date-section .draw-date-wrapper {
    margin: auto;
    display: flex;
}

.game4d-draw-date-section .draw-date-wrapper>div {
    padding: 30px 15px;
}

.game4d-draw-date-section .draw-date-wrapper img {
    width: 100px;
    height: auto;
}

.game4d-draw-date-section .draw-date-wrapper h4 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 900;
}

.game4d-draw-date-section .draw-date-wrapper .subtitle {
    font-size: 14px;
}

.game4d-draw-date-section .draw-date-wrapper .title {
    font-size: 18px;
    font-weight: 900;
}

@media (min-width: 992px) {

    .xs-new-line {
        display: inline-block;
    }

    .game-wrapper-2020 .input-lot-number-box {
        width: 12%;
     }

    .game-wrapper-2020 .prize-special-consolation-row .calculated-prize-amount .prize-label,
    .game-wrapper-2020.prize-special-consolation-row .calculated-prize-amount .amount  {
        justify-content: start;
    }

    .game-guide-prize-wrapper img {
        height: initial;
    }

    .game-get-started .step-text {
        text-align: center;
    }

    .game-get-started .flex-center-sm {
        align-items: inherit;
    }

    .game-get-started .text-right-sm {
        text-align: initial;
    }

    .game-get-started .text-center-md {
        text-align: center;
    }
    
    .explore-other-games .play-game img {
        width: 90px;
    }

    .explore-other-games .play-game a:before,
    .explore-other-games .play-game a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translate(-25%, -175%) rotate(-25deg);
        transform: translate(-25%, -175%) rotate(-25deg);
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        background-color: rgba(255, 255, 255, 0.25);
    }

    .explore-other-games .play-game a:before {
        -webkit-transform: translate(25%, 175%) rotate(-25deg);
        transform: translate(25%, 175%) rotate(-25deg);
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    .explore-other-games .play-game a:hover:before,
    .explore-other-games .play-game a:hover:after {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .game-get-started .outlet-img {
        padding: 52px 48px;
        height: initial;
    }
    
    .game-get-started .pen-img {
        padding: 44px 50px;
        height: initial;
    }
    
    .game-get-started .mobile-img {
        padding: 45px 73px;
        height: initial;
    }
    
    .explore-other-games .play-game a {
        padding: 30px 20px;
    }

    .explore-other-games .play-game img {
        width: initial;
    }

}
/* //////// /END Games 2020 new layout and design ////////// */