/*
 * 0.0 Columns
 */
 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-md-1_5,
.col-md-1_7,
.col-lg-1_7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-1_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-1_7 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg-1_7 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

/*
 * 0.1 Columns Border
 */

.border-right {
	border-right: 1px solid #f5f5f5;
}

/*
 * 0.2 Text Color
 */

.text-light {
	color: #fff;
}

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light a,
h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light,
a.text-light {
	color: #fff!important;
}

.text-light a:hover,
a.text-light:hover {
	color: rgba(255,255,255,.7)!important;
}

.text-primary {
	color: #fdd200;
}

.text-dark {
	color: #222;
}

/*
 * 0.3 Dropcap
 */

.ha-dropcap {
	position: relative;
	float: left;
	top: .05em;
	margin-right: .15em;
	padding: 0;
	line-height: .8;
	font-size: 5em;
	text-transform: uppercase;
	color: #fdd200;
}

.dropcap-boxed {
    padding: .05em .1em .1em .1em;
    background-color: #fdd200;
    color: #fff;
}

/*
 * 0.4 Tooltip text
 */

.tooltip-text {
    color: #fdd200;
}

.tooltip-text:hover {
	cursor: pointer;
}

/*
 * 0.5 Box shadow
 */

.box-shadow {
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);
}

/*
 * 1.0 Buttons
 */

.ha-btn-wrapper {
	display: inline;
}

a.btn-normal:hover,
a.ha-btn-normal:hover {
    text-decoration: none;
}

.btn-normal, .ha-btn-normal {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	color: #fff !important;
	background-color: #fdd200;
	line-height: 1;
	padding: .9em 1.6em;
	border-radius: 0;
	border-width: 0;
	border-style: solid;
}

.btn-normal, .ha-btn-normal:hover,
.btn-normal, .ha-btn-normal:active,
.btn-normal, .ha-btn-normal:focus {
	background-color: #f6cc00;
	color: #fff;
}

.btn-md {
	font-size: 1em;
}

.btn-lg, .btn-large {
	font-size: 1.2em;
}

.btn-sm, .btn-small {
	font-size: .8em;
}

.btn-xl {
	font-size: 1.5em;
}

.btn-square {
	border-radius: 0;
}

.btn-rounded {
	border-radius: 5px;
}

.btn-full-rounded {
	border-radius: 50px;
}

.btn-text-shadow {
	text-shadow: 0 1px rgba(0,0,0,.4);
}

.btn-gradient {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
	background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
	background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
}

.btn-2d {
	text-shadow: 0 1px rgba(0,0,0,.4);
	box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
	background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
	background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
}

.btn-3d {
	text-shadow: 0 1px rgba(0,0,0,.4);
	box-shadow: 0 3px 0 0 #C5A300;
}

.ha-btn-normal.btn-light {
	background-color: #fff;
	color: #000;
}

.ha-btn-normal.btn-dark {
	background-color: #000;
	color: #fff;
}

.ha-btn-normal.btn-line {
	background-color: transparent;
	color: #fdd200;
	border: 2px solid #fdd200;
}

.ha-btn-normal.btn-line:hover,
.ha-btn-normal.btn-line:active,
.ha-btn-normal.btn-line:focus {
	background-color: rgba(255,255,255,.1);
}

.ha-btn-normal.btn-line.btn-light {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}

.ha-btn-normal.btn-line.btn-light:hover,
.ha-btn-normal.btn-line.btn-light:active,
.ha-btn-normal.btn-line.btn-light:focus {
	background-color: rgba(255,255,255,.1);
}

.ha-btn-normal.btn-line.btn-dark {
	border-color: #000;
	color: #000;
	background-color: transparent;
}

.ha-btn-normal.btn-line.btn-dark:hover,
.ha-btn-normal.btn-line.btn-dark:active,
.ha-btn-normal.btn-line.btn-dark:focus {
	background-color: #000;
	color: #fff;
}

.btn-block {
	display: block;
}
.ha-btn-normal, .ha-btn-normal:hover{
	text-decoration:none !important;
}
/*
 * 2.0 Feature box
 */

.ha-feature-box h3 {
	font-size: 18px;
}

.ha-feature-box .feature-content p {
	margin-bottom: .8em;
}

.ha-feature-box.style1,
.ha-feature-box.style4 {
	text-align: center;
}

.ha-feature-box.style2 h3,
.ha-feature-box.style3 h3 {
    text-align:left;
}

.ha-feature-box.style2 .feature-content,
.ha-feature-box.style3 .feature-content {
	text-align: right;
}

.ha-feature-box.style2 .feature-content p,
.ha-feature-box.style3 .feature-content p {
	text-align: left;
}

.ha-feature-box.style2.reverse h3,
.ha-feature-box.style3.reverse h3 {
	text-align: right;
}

.ha-feature-box.style2.reverse .feature-content,
.ha-feature-box.style3.reverse .feature-content {
	text-align: left;
}

.ha-feature-box.style2.reverse .feature-content p,
.ha-feature-box.style3.reverse .feature-content p {
	text-align: right;
}

.ha-feature-box img {
	display: block;
}

.ha-feature-box.style1 .icon-box,
.ha-feature-box.style4 .icon-box,
.ha-feature-box.style1 img,
.ha-feature-box.style4 img {
	margin: 0 auto;	
}

.ha-feature-box.style1 .icon-box .fa-fw,
.ha-feature-box.style4 .icon-box .fa-fw {
	margin-left: -0.142857em;
}

.ha-feature-box.style2 {
    position: relative;
    min-height: 80px;
    padding-left: 95px;
}

.ha-feature-box.style2 .icon-box,
.ha-feature-box.style2 img {
    position: absolute;
    top: 0; left: 0;
}

.ha-feature-box.style2.reverse {
	padding-left: 0;
	padding-right: 95px;
}

.ha-feature-box.style2.reverse .icon-box,
.ha-feature-box.style2.reverse img {
	right: 0;
	left: auto;
}

.ha-feature-box.style3 .icon-box,
.ha-feature-box.style3 img {
	float: left;
	margin-bottom: 10px;
}

.ha-feature-box.style3.reverse .icon-box,
.ha-feature-box.style3.reverse img {
	float: right;
}

.ha-feature-box.style3 h3 {
	clear: none;
	float: left;
	margin: 0 0 0 15px;
	line-height: 80px;
}

.ha-feature-box.style3.reverse h3 {
	float: right;
	margin-right: 15px;
	margin-left: 0;
}

.ha-feature-box.style3 p {
	clear: left;
}

.ha-feature-box.style3.reverse p {
	clear: right;
}

.ha-feature-box.style4 {
	background-color: #f5f5f5;
	position: relative;
	padding: 50px 10px 10px;
	margin-top: 40px;
}

.ha-feature-box.style4 .icon-box,
.ha-feature-box.style4 img {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
	background-color: #fff;
}

/*
 * 2.1 Icon box for feature box
 */

.icon-box {
    text-align: center;
    color: #222;
    font-size: 40px;
	line-height: 1em;
	width: 1em;
	height: 1em;
}

.icon-box.primary {
	color: #fdd200;
}

.icon-box.light {
	color: #fff;
}

.icon-box.icon-xl {
	font-size: 80px;
}

.icon-box.icon-lg {
	font-size: 60px;
}

.icon-box.icon-sm {
	font-size: 20px;
}

.icon-circle {
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #222;
	background-color: rgba(0,0,0,0);
	line-height: 2.5em;
	width: 2.5em;
	height: 2.5em;
}

/*
 * 3.0 Accordions & Toggles
 */
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.ha-accordion .panel {
	border-radius: 0;
}

.ha-accordion .panel {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
}

.ha-accordion.panel-group .panel-heading+.panel-collapse>.list-group,
.ha-accordion.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}

.ha-accordion .panel-heading {
	padding: 10px;
}

.ha-accordion .panel-heading i {
	color: #777;
	margin-right: .5em;
}

.ha-accordion .panel-body {
	padding: 15px 10px;
}

.ha-accordion .panel-default > .panel-heading {
	background-color: transparent;
	border: none;
}

.ha-accordion .panel-group .panel+.panel {
	margin-top: 0;
}

.ha-accordion .panel-heading {
	position: relative;
	border: none;
	border-radius: 0;
}

.ha-accordion h4.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
	font-size: 16px;
}

.ha-accordion .ha-accordion.style3 .panel-heading .accordion-toggle:after {
	display:none ;
}

.ha-accordion.style3 .panel-heading .accordion-toggle.collapsed:after {
	display:none ;
}

.ha-accordion.style3 .panel-heading .accordion-toggle:after {
	display:none ;
}
.ha-accordion.accordion-spacing .panel-heading {
	padding: 15px;
}

.ha-accordion.accordion-spacing .panel-default > .panel-heading {
	background-color: #fdfdfd;
}

.ha-accordion.accordion-spacing .panel-heading:hover {
	background: #f8f8f8;
}

.ha-accordion.accordion-spacing .panel-body {
	padding: 15px;
}

.ha-accordion.accordion-spacing .panel-heading .accordion-toggle:after {
	top: 15px;
	right: 15px;
}

.ha-accordion.accordion-spacing .panel {
	border: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 10px;
}

.ha-accordion.accordion-spacing .panel:last-child {
	border-bottom-width: 1px;
}

.ha-accordion.accordion-spacing.panel-group .panel+.panel {
	margin-top: 0;
	
}

.ha-accordion .panel-heading .accordion-toggle:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	width: 16px;
	height: 16px;
	content: "";
	text-align: center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate( 
		180deg
	);
	background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
}

.ha-accordion .panel-heading .accordion-toggle.collapsed:after {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23777777'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate( 
		0deg
	);
    
}

.ha-accordion.style2 .panel-heading .accordion-toggle:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='minus' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-minus fa-w-12 fa-3x'%3e%3cpath fill='currentColor' d='M376 232H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h368c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.ha-accordion.style2 .panel-heading .accordion-toggle.collapsed:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='plus' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-plus fa-w-12 fa-3x'%3e%3cpath fill='currentColor' d='M376 232H216V72c0-4.42-3.58-8-8-8h-32c-4.42 0-8 3.58-8 8v160H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h160v160c0 4.42 3.58 8 8 8h32c4.42 0 8-3.58 8-8V280h160c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.ha-accordion.accordion-boxed .panel-heading {
	padding: 15px;
}

.ha-accordion.accordion-boxed .panel-default > .panel-heading {
	background-color: #fdfdfd;
}

.ha-accordion.accordion-boxed .panel-heading:hover {
	background: #f8f8f8;
}

.ha-accordion.accordion-boxed .panel-body {
	padding: 15px;
}

.ha-accordion.accordion-boxed .panel-heading .accordion-toggle:after {
	top: 15px;
	right: 15px;
}

.ha-accordion.accordion-boxed .panel {
	border: 1px solid #ddd;
	border-bottom-width: 0;
	overflow: hidden;
}

.ha-accordion.accordion-boxed .panel:last-child {
	border-bottom-width: 1px;
}

.ha-accordion.accordion-boxed.panel-group .panel+.panel {
	margin-top: 0;
}

.ha-accordion.panel-group .panel-heading+.panel-collapse>.list-group,
.ha-accordion.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd;
}

/*
 * 3.1 FAQ
 */

.ha-accordion.faq .panel-heading {
	padding: 20px 10px;
}

.ha-accordion.faq .panel-heading .accordion-toggle:after {
	top: 20px;
}

.ha-accordion.accordion-boxed.faq .panel-heading {
	padding: 25px 15px;
}

.ha-accordion.accordion-boxed.faq .panel-heading .accordion-toggle:after {
	top: 25px;
}

.faq-list-filter .faq-box-wrap {
	display: none;
	overflow: hidden;
	width:100%;
}

/*
 * 4.0 List Filter
 */

.list-filter li a {
	display: block;
	padding: 5px 10px;
	color: #777;
}

.list-filter li a:hover,
.list-filter li.active a {
	background-color: #f8f8f8;
}

.portfolio-list-filter li a:hover,
.portfolio-list-filter li.active a {
	background-color: #fdd200;
	color: #fff;
}

.portfolio-list-filter .portfolio-box-wrap {
	display:none;
}

/*
 * 5.0 Tabs
 */

.tab-title {
	font-size: 16px;
	margin: 0;
}

.tab-title i {
	margin-right: 5px;
	color: #777;
}

.ha-tab-box ul {
	margin: 0;
	width: 100%;
}

.tab-pane {
	padding: 10px 0;
}

.ha-tab-box.tab-line ul.list-inline {
	border-bottom: 2px solid #eee;
}

.ha-tab-box ul.list-inline > li {
	padding: 0;
}

.ha-tab-box.tab-line ul > li > a {
	padding: 15px 20px;
	display: block;
	margin-bottom: -2px;
	border-bottom: 2px solid transparent;
}

.ha-tab-box.tab-line ul > li.active > a {
	border-bottom-color: #fdd200;
}

.ha-tab-box.tab-normal ul > li > a {
	padding: 15px 20px;
	border-radius: 0;
	margin-right: 0;
}

.ha-tab-box.tab-normal ul > li > a {
	background-color: #fdfdfd;
	border: 1px solid #ddd;
}

.ha-tab-box.tab-normal ul > li > a:hover {
	background-color: #f8f8f8;
}

.ha-tab-box.tab-normal.tab-vertical ul.nav-stacked li {
	float: left;
}

.ha-tab-box.tab-normal.tab-vertical ul.nav-stacked>li+li {
	margin-top: 0;
	margin-left: 0;
}

.ha-tab-box.tab-normal .tab-pane {
	padding: 20px;
	border: 1px solid #ddd;
	border-top: 0;
}

@media screen and (min-width:768px) {
	.ha-tab-box.tab-normal ul > li + li > a,
	.ha-tab-box.tab-normal ul > li + li > a:hover,
	.ha-tab-box.tab-normal .nav-tabs.nav-justified>.active>a,
	.ha-tab-box.tab-normal .nav-tabs.nav-justified>.active>a:focus,
	.ha-tab-box.tab-normal .nav-tabs.nav-justified>.active>a:hover {
		border-left: 0;
	}

	.ha-tab-box.tab-normal .nav-tabs.nav-justified > li:first-child > a,
	.ha-tab-box.tab-normal .nav-tabs.nav-justified > li:first-child > a:focus,
	.ha-tab-box.tab-normal .nav-tabs.nav-justified > li:first-child > a:hover {
		border-left: 1px solid #ddd;
	}

	.ha-tab-box.tab-normal ul > li.active > a {
		background-color: #fff;
		border-bottom-color: #fff;
	}
	.ha-tab-box.tab-vertical ul {
		width: 30%;
	}
	.ha-tab-box.tab-normal.tab-vertical ul.nav-stacked li {
		float: none;
	}
	.ha-tab-box.tab-normal.tab-vertical ul.nav-stacked>li+li {
		margin-top: 0;
		margin-left: 0;
	}
	.ha-tab-box.tab-vertical .tab-content {
		width: 70%;
	}
	.ha-tab-box.tab-normal.tab-vertical ul > li + li {
		margin-top: 0;
	}
	.ha-tab-box.tab-normal.tab-vertical ul > li > a {
		border: 1px solid #ddd;
		margin: 0;
	}

	.ha-tab-box.tab-normal.tab-vertical.tab-vertical-left ul > li > a {
		margin-right: -1px;
	}

	.ha-tab-box.tab-normal.tab-vertical.tab-vertical-right ul > li > a {
		margin-left: -1px;
	}

	.ha-tab-box.tab-normal.tab-vertical.tab-vertical-left ul > li + li > a {
		border-left: 1px solid #ddd;
	}

	.ha-tab-box.tab-normal.tab-vertical.tab-vertical-right ul > li + li > a {
		border-right: 1px solid #ddd;
	}

	.ha-tab-box.tab-normal.tab-vertical ul > li.active > a {
		border-bottom-color: #ddd;
	}

	.ha-tab-box.tab-normal.tab-vertical.tab-vertical-left ul > li.active > a {
		border-right-color: #fff;
	}

	.ha-tab-box.tab-normal.tab-vertical.tab-vertical-right ul > li.active > a {
		border-left-color: #fff;
	}

	.ha-tab-box.tab-normal.tab-vertical .tab-pane {
		padding: 20px;
		border: 1px solid #ddd;
	}
}

.ha-tab-box .nav-pills > li {
	padding-right: 10px;
}

.ha-tab-box .nav-pills > li:last-child {
	padding-right: 0;
}

.ha-tab-box .nav-pills > li > a {
	border-radius: 0;
}

.ha-tab-box .nav-pills > li.active >a,
.ha-tab-box .nav-pills > li.active >a:focus,
.ha-tab-box .nav-pills > li.active >a:hover,
.ha-tab-box .nav-pills > li > a:hover {
	color: #777;
	background-color: #f8f8f8;
}
 
/*
 * 6.0 Panels & Alerts
 */

.ha-panel {
	border-radius: 0;
	box-shadow: none;
}

.panel-primary {
	border-color: #fdd200;
}

.panel-primary .panel-heading {
	background-color: #fdd200;
	border-color: #fdd200;
}

.ha-panel h3.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
	font-size: 16px;
}

.ha-alert {
	background-color: #f5f5f5;
	border-radius: 0;
	padding: 25px 15px;
	clear: both;
}

.ha-alert i {
	-webkit-transform: scale(2) translateX(.3em);
	transform: scale(2) translateX(.3em);
	margin-right: 1.5em;
}

.alert-dismissable .close, .alert-dismissible .close {
	top: 0;
	right: 0;
	opacity: 1;
}

.ha-alert .close {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}
.ha-alert .close:hover {
	color: inherit;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}
button.close {
    background: none;
    border: none;
    border-bottom: none;
    border-radius: 0;
    padding: 0;
    color: inherit;
	float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
	cursor: pointer;
}

button.close:hover {
    background: none;
}

button.close:active {
    padding: 0;
    background: none;
    border: none;
}
.ha-panel .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.ha-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	overflow: hidden;
}
.ha-panel .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.ha-panel .panel-body {
    padding: 15px;
}
.ha-panel .panel-body:after, .ha-panel .panel-body:before {
    display: table;
    content: " ";
}
.ha-panel .panel-body:after{
	clear: both;
}
/*
 * 7.0 Pricing
 */
 
.ha-pricing-box {
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
	overflow: hidden;
}

.ha-pricing-box .panel-heading {
	background-color: #fff;
	padding: 20px;
	border-bottom: 1px solid #ddd;
}

.pricing-top-icon {
	font-size: 72px;
	color: #fdd200;
	line-height: 1;
	margin-bottom: 10px;
}

.ha-pricing-box .panel-title {
	font-size: 24px;
}

.ha-pricing-box.featured .panel-heading {
	background-color: #fdd200;
}

.ha-pricing-box.featured .pricing-top-icon,
.ha-pricing-box.featured .panel-title {
	color: #fff;
}

.ha-pricing-box .panel-body {
	padding: 0;
}

.ha-pricing-box .pricing-tag {
	background-color: #f5f5f5;
	padding: 20px;
	border-bottom: 1px solid #ddd;
	font-size: 3em;
}

.pricing-tag .currency {
	color: #fdd200;
	font-size: .5em;
	position: relative;
	top: -1em;
}

.pricing-tag .price {
	color: #fdd200;
}

.pricing-tag .unit {
	font-size: .3em;
	position: relative;
	bottom: 0;
	left: .5em;
}

.ha-pricing-box .pricing-list {
	list-style-type: none;
	margin: 0;
}

.ha-pricing-box .pricing-list li {
	padding: 20px 10px;
}

.ha-pricing-box .panel-footer {
	padding: 20px 10px;
	background-color: #f5f5f5;
}

.pricing-box-flat {
	border: none;
	background-color: #f5f5f5;
	padding: 20px;
	box-shadow: none;
}

.pricing-box-flat.featured {
	background-color: #fdd200;
	color: #fff;
}

.pricing-box-flat.featured .pricing-top-icon, 
.pricing-box-flat.featured .panel-title, 
.pricing-box-flat.featured .pricing-tag .price,
.pricing-box-flat.featured .pricing-tag .currency {
	color: #fff;
}

.pricing-box-flat .panel-heading,
.pricing-box-flat .pricing-tag, 
.pricing-box-flat .panel-footer,
.pricing-box-flat .pricing-list li {
	background-color: transparent;
	border: none;
	padding: 5px;
}

.pricing-box-flat.featured .ha-btn-normal {
    border: 2px solid #fff;
    background-color: transparent!important;
}

@media (min-width: 992px) {
	.standout {
		margin: -20px;
		position: relative;
		z-index: 2;
	}
	.ha-pricing-table.no-margin .ha-pricing-box-wrap + .ha-pricing-box-wrap .ha-pricing-box {
		border-left: none;
	}
	.ha-pricing-box-wrap.no-padding {
		padding: 0;
	}
}

.ha-pricing-table.no-margin .pricing-list li + li {
	border-top: 1px solid #ddd;
}

.pricing-box-label .panel-heading,
.pricing-box-label .pricing-tag,
.pricing-box-label .panel-footer {
	visibility: hidden;
}

.pricing-box-label {
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	box-shadow: none;
	font-weight: 700;
	border-radius: 0!important;
}

.pricing-box-label .pricing-list {
	padding-right: 20px;
}

/*
 * 8.0 Person
 */

.ha-person-box {
	text-align: center;
	margin: 0 auto;
}

.person-vcard .person-name {
	font-size: 18px;
	margin: 20px 0 10px;
}

.person-vcard .person-title {
	font-size: 14px;
	margin: 0 0 10px;
}

.person-vcard .person-title:after {
	display: block;
	margin: 10px auto;
	width: 80px; 
	height: 1px; 
	background-color: #fdd200;
	content: "";
}

.person-vcard .person-desc {
	margin: 0 0 10px;
}

.person-social {
	text-align: center;
	margin: 0;
}

.person-social li {
	display: inline-block;
	margin: 0 5px;
}

.person-social li a {
	font-size: 16px;
	color: #595959;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	line-height: 28px;
	display: inline-block;
	border: 0;
}

.person-social li a:hover {
	background: #fff;
}

.person-social li a:hover {
	color: #fdd200;
}

.person-social.boxed li a {
	color: #fff;
	background-color: #595959;
}

.person-social.boxed li a:hover {
	color: #fff;
	background-color: #fdd200;
}

.ha-person-box.person-box-horizontal {
    margin: 0 -15px;
}

.person-box-horizontal .person-vcard .person-name {
	margin-top: 0;
}

.person-box-horizontal .person-social {
	text-align: left;
}

.person-box-horizontal li {
	margin: 0 10px 0 0;
}

.person-box-horizontal .person-vcard .person-title:after {
	margin-left: 0;
}

/*
 * 8.5 Popover
 */
 
.ha-popover{
	cursor:pointer;
	}

/*
 * 9.0 Testimonial
 */

.ha-testimonial-box {
	max-width: 100%;
}

.testimonial-content {
	margin-bottom: 1em;
	position: relative;
}

.testimonial-quote {
	position: relative;
	padding: 10px 0 0 35px;
}

.testimonial-quote:before {
	content: "\f10d";
	display: block;
	font: normal normal normal 30px/1 FontAwesome;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
}

.testimonial-vcard.style1 {
	display: table;
}

.testimonial-vcard.style1 .testimonial-avatar,
.testimonial-vcard.style1 .testimonial-author {
	display: table-cell;
	vertical-align: middle;
}

.testimonial-avatar {
	padding-right: 10px;
}

.testimonial-vcard.style1 img {
	width: 60px;
	height: 60px;
}

.testimonial-vcard:before {
	content: ""!important;
}

.testimonial-author .name {
	margin: 0;
	color: inherit;
}

.testimonial-vcard.style2 .testimonial-avatar {
	margin-bottom: 1em;
	padding-right: 0;
}

.testimonial-vcard.style2 img {
	width: 80px;
	height: 80px;
	display: inline-block;
}

.testimonial-boxed .testimonial-content {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 1.5em;
	margin-bottom: 2em;
}

.testimonial-boxed .testimonial-content:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #f5f5f5;
	position: absolute;
	bottom: -20px; left: 50px;
	z-index: 3;
}

.testimonial-boxed .testimonial-content:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 11px solid rgba(0, 0, 0, 0);
	border-top-color: #DDD;
	position: absolute;
	bottom: -23px;
	left: 49px;
	z-index: 2;
}

.testimonial-boxed .testimonial-vcard.style1 {
	margin-left: 25px;
}

.testimonial-boxed .testimonial-vcard.style2 {
	text-align: center;
}

.testimonial-boxed.text-center .testimonial-content:before {
	left: 50%;
	margin-left: -10px;
}

.testimonial-boxed.text-center .testimonial-content:after {
	left: 50%;
	margin-left: -11px;
}

/*
 * 10.0 Promo box
 */

.ha-promo-box {
	display: table;
	width:100%;
}
.promo-action .image-instead{
	display: inline;
	margin-right: .5em;
}
.ha-promo-box.boxed {
	padding: 5px 15px;
	border: 1px solid #eee;
	background-color: #f5f5f5;
}

@media screen and (min-width:768px) {
	.promo-info, .promo-action {
		display: table-cell;
		vertical-align: middle;
	}
}

.promo-info {
	padding-right: 15px;
}

/*
 * 11.0 Progress bar
 */

.ha-progress-box {
	overflow:hidden;
}

.ha-progress-box .progress {
	background-color: #eee;
	margin-bottom: 10px;
	height: 30px;
	border-radius: 0;
	box-shadow: none;
}

.ha-progress-box .progress-bar {
	padding: 0 5px;
	background-color: #fdd200;
	overflow: hidden;
	text-align: left;
	box-shadow: none;
	font-weight: 700;
}

.ha-progress-box .label {
	font-size: .9em;
	background-color: rgba(0,0,0,.3);
	margin: 2px 0;
}

.progress-bar-striped.animated {
	-webkit-animation-name: progress-bar-striped;
	animation-name: progress-bar-striped;
  	-webkit-animation-timing-function: linear;
  	animation-timing-function: linear;
}

@-webkit-keyframes progress-bar-striped {
	from {
    	background-position: 40px 0;
	}
	to {
  		background-position: 0 0;
	}
}

@-webkit-keyframes progress-bar-striped {
	from {
    	background-position: 40px 0;
	}
	to {
  		background-position: 0 0;
	}
}

.progress.rounded {
	border-radius: 5px;
}

.progress.rounded .progress-bar {
	border-radius: 5px;
}

.progress-box .progress-sm {
	height: 15px;
}

/*
 * 12.0 Counter
 */

.ha-counter-box {
	text-align: center;
}

.ha-counter-box.box-border {
	border: 1px solid #ddd;
	padding: 20px;
}

.ha-counter-box.boxed {
	padding: 20px;
	border: 0 solid #ddd;
}

.counter-top-icon {
	font-size: 72px;
	color: #fdd200;
	line-height: 1;
}

.counter {
	font-size: 50px;
	line-height: 1em;
}

.counter:after {
	display: block;
	margin: 10px auto;
	width: 40px; 
	height: 1px; 
	background-color: #fdd200;
	content: "";
}

h3.counter-title {
	margin: 0!important;
	font-size: 14px;
}

/*
 * 12.1 Countdown
 */

.ha-countdown-wrap {
	width: 600px;
	max-width: 100%;
}

.ha-countdown {
	list-style-type: none;
	margin: 0 -15px;
}

/*
 * 13.0 Chart
 */

.ha-chart-box {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	text-align: center;
}

.chart-title {
	position: absolute;
	display: block;
	vertical-align: middle;
	width: 100%;
	top: 0;
	left: 0;
	line-height: 200px;
	font-size: 40px;
}

.chart-title img {
    height: 80px;
}

/*
 * 14.0 Process Steps
 */

.ha-process-steps > ul {
	list-style-type: none;
	margin-bottom: 0;
}

.ha-process-steps > ul > li {
	position: relative;
}

@media (min-width: 992px) {
	.ha-process-steps > ul > li:before {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 0;
		border-bottom: 1px dashed #e5e5e5;
		top: 50px;
		left: 50%;
	}

	.ha-process-steps.box-lg > ul > li:before {
		top: 75px;
	}
}

.ha-process-steps > ul > li:last-child:before {
	display: none;
}

.ha-step-box .icon-box {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-width: 3px;
	border-color: #e5e5e5;
	color: #aaa;
}

.ha-step-box .icon-box:hover {
	box-shadow: 0 0 3px 5px #e5e5e5;
	/*color: #fff;
	background-color: #fdd200;*/
}

.ha-process-steps.process-steps-vertical > ul > li:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 100%;
	border-right: 1px dashed #e5e5e5;
	left: 50px;
	top: 50%;
}

.ha-process-steps.process-steps-vertical.box-lg > ul > li:before {
	left: 75px;
}

.ha-process-steps.process-steps-vertical > ul > li {
	margin-bottom: 60px;
}

.ha-process-steps.process-steps-vertical > ul > li:last-child {
	margin-bottom: 0;
}

.ha-process-steps.process-steps-vertical > ul > li:last-child:before {
    display:none;
}

/*
 * 14.1 Timeline
 */

.ha-timeline {
	overflow: hidden;
	position: relative;
}

.ha-timeline > ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
    padding-left: 0;
}

.ha-timeline > ul > li {
	position: relative;
}

.timeline-year {
	color: #fff;
	background-color: #fdd200;
	width: 64px;
	height: 64px;
	line-height: 64px;
	margin: 0 auto;
	position: relative;
}

.timeline-year:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #fdd200;
	left: 50%;
	margin-left: -5px;
	top: 100%;
}

@media (min-width: 992px) {
	.ha-timeline:before {
		content: "";
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #fdd200;
		top: 28px;
		left: 0;
	}
	.ha-timeline > ul > li:before {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fdd200;
		top: 32px;
		left: 0;
	}
	.ha-timeline > ul > li:last-child:before {
		/* Firefox 3.6+ */ 
		background-image: -moz-linear-gradient(left, #fdd200 0%, #fdd200 70%, #fff 100%); 
		/* Safari 4-5, Chrome 1-9 */ 
		background-image: -webkit-gradient(linear, left top, right top, from(#fdd200), color-stop(0.7, #fdd200), to(#fff)); 
		/* Safari 5.1+, Chrome 10+ */ 
		background-image: -webkit-linear-gradient(left, #fdd200 0%, #fdd200 70%, #fff 100%); 
		/* Opera 11.10+ */ 
		background-image: -o-linear-gradient(left, #fdd200 0%, #fdd200 70%, #fff 100%);
	}
}


/*
 * 15.0 Modals
 */
 .ha-modal-trigger-btn,
 .ha-modal-modal-lower-close {
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: normal;
   line-height: 1.42857143;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   -ms-touch-action: manipulation;
	   touch-action: manipulation;
   cursor: pointer;
   -webkit-user-select: none;
	  -moz-user-select: none;
	   -ms-user-select: none;
		   user-select: none;
   background-image: none;
   border: 1px solid transparent; }
 
 .ha-modal-trigger-btn i {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out; }
 
 .ha-btn-md {
   padding: 8px 14px;
   font-size: 16px;
   line-height: 1.2; }
 
 .ha-btn-lg {
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.3333333; }
 
 .ha-btn-block {
   display: block;
   width: 100%; }
 
 .ha-modal-modal-close {
   float: right;
   font-size: 21px;
   font-weight: bold;
   line-height: 1;
   color: #000; }
   .ha-modal-modal-close:hover, .ha-modal-modal-close:focus {
	 color: #000;
	 text-decoration: none;
	 cursor: pointer; }
 
 button.ha-modal-modal-close {
   -webkit-appearance: none;
   padding: 0;
   cursor: pointer;
   background: transparent;
   border: 0; }
 
 .ha-modal-modal {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1050;
   display: none;
   -webkit-overflow-scrolling: touch;
   outline: 0;
   padding: 0 !important;
   background: rgba(0, 0, 0, 0.5);
   -webkit-box-align: center;
   -webkit-align-items: center;
	  -moz-box-align: center;
	   -ms-flex-align: center;
		   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
	  -moz-box-pack: center;
	   -ms-flex-pack: center;
		   justify-content: center; }
   .ha-modal-modal .ha-modal-modal-dialog {
	 position: absolute;
	 max-height: -webkit-calc(100vh - 150px);
	 max-height: calc(100vh - 150px);
	 -js-display: flex;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		 -ms-flex-direction: column;
			 flex-direction: column;
	 opacity: 1; }
 
 .ha-modal-modal-content {
   background-color: #fff;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 6px;
   border-radius: 6px;
   outline: 0; }
 
 .ha-modal-backdrop.ha-in {
   filter: alpha(opacity=50);
   opacity: 0.5 !important; }
 
 .ha-in {
   opacity: 1; }
 
 .ha-modal-backdrop {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1040;
   background-color: #000; }
 
 .ha-in {
   -js-display: flex !important;
   display: -webkit-box !important;
   display: -webkit-flex !important;
   display: -moz-box !important;
   display: -ms-flexbox !important;
   display: flex !important; }
 
 .ha-modal-modal-header {
   -js-display: flex;
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
	  -moz-box-pack: justify;
	   -ms-flex-pack: justify;
		   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
	  -moz-box-align: center;
	   -ms-flex-align: center;
		   align-items: center;
   padding: 5px 15px;
   border-bottom: 1px solid #e5e5e5; }
   .ha-modal-modal-header .ha-modal-modal-close {
	 margin-top: -2px; }
   .ha-modal-modal-header .ha-modal-modal-title {
	 -js-display: flex;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
		-moz-box-align: center;
		 -ms-flex-align: center;
			 align-items: center;
	 margin: 0;
	 padding: 0; }
	 .ha-modal-modal-header .ha-modal-modal-title svg {
	   width: 50px;
	   height: 60px; }
 
 .ha-modal-modal-body {
   position: relative;
   padding: 15px;
   overflow: hidden; }
 
 .ha-modal-modal-footer {
   padding: 15px;
   text-align: right;
   border-top: 1px solid #e5e5e5; }
 
 .ha-modal-scrollbar-measure {
   position: absolute;
   top: -9999px;
   width: 50px;
   height: 50px;
   overflow: scroll; }
 
 .ha-modal-trigger-text {
   background: none !important; }
 
 .ha-modal-container {
   width: 100% !important; }
 
 /*Open Modal Button Style*/
 .ha-modal-trigger-container .ha-modal-trigger-btn {
   border: none;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out; }
 
 .ha-modal-trigger-container .ha-modal-trigger-img,
 .ha-modal-trigger-container .ha-modal-trigger-text,
 .ha-modal-trigger-container .ha-modal-trigger-animation {
   cursor: pointer; }
 
 .ha-modal-trigger-container .ha-modal-trigger-animation {
   display: inline-block;
   width: 200px;
   height: 200px;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out; }
 
 /*Image on Modal Header Style*/
 .ha-modal-modal-header img {
   width: 48px;
   padding-right: 5px; }
 
 .ha-modal-modal-header i,
 .ha-modal-modal-header svg {
   padding-right: 6px; }
 
 .ha-modal-modal-close {
   position: relative;
   z-index: 99; }
 
 .ha-modal-trigger-img,
 .ha-modal-trigger-text,
 .ha-modal-close-button-container,
 .ha-modal-modal-close,
 .ha-modal-modal-lower-close {
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out; }
 
 @media (min-width: 768px) {
   .ha-modal-modal-dialog {
	 width: 700px;
	 max-height: 600px;
	 overflow: auto; } }
 
 @media (max-width: 767px) {
   .ha-modal-modal-dialog {
	 width: 100%;
	 max-height: 500px;
	 overflow: auto; } }
 
 .ha-modal-container[data-modal-animation*="animated-"] {
   opacity: 0; }
/*
 * 15.1 Popover
 */

.popover {
	border-radius: 0;
}

/*
 * 15.2 Tooltips
 */

.tooltip-inner {
	border-radius: 0;
}

/*
 * 15.3 Expand
 */
.ha-expand{
	cursor:pointer;
	} 
/*
 * 16.0 Lists
 */

.ha-icon-list {
	margin: 0;
}

.ha-icon-list li {
	list-style-type: none;
	padding-bottom: .8em;
	position: relative;
	padding-left: 2em;
}

.ha-icon-list.icon-list-border li + li {
	padding-top: .8em;
	border-top: 1px solid #e5e5e5;
}

.ha-icon-list li i {
	text-align: center;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	position: absolute;
	top: 0; left: 0;
}

.icon-list-border li + li i {
	top: .8em;
}

.icon-list-primary li i{
	color: #fdd200;
}

.icon-list-circle li i {
	background-color: #ccc;
	color: #fff;
	border-radius: 50%;
}

.icon-list-primary.icon-list-circle li i {
	background-color: #fdd200;
	color: #fff;
}

/*
 * 17.0 Divider
 */

.divider {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.divider-inner {
	width: 100%;
	max-width: 100%!important;
	display: table;
	min-height: 1px;
}

.divider-border .divider-inner {
	border: 0 solid #e5e5e5;
	border-bottom-width: 1px;
	height: 1px;
}

.divider-border.dashed .divider-inner {
	border-style: dashed;
}

.divider-border.dotted .divider-inner {
	border-style: dotted;
}

.divider-border.double-line .divider-inner {
	height: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.divider-shadow .divider-inner {
	position: relative;
    background: radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  	background: -webkit-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  	background: -moz-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  	background: -o-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.divider-shadow .divider-inner:after {
	display: block;
	height: 5px;
	width: 100%;
	content: '';
	background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 65%);
	background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 80%);
	background: -o-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 80%);
	background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 65%);
}

.divider-border.narrow {
	width: 100px;
}

.divider-image .divider-inner {
	background-image: url(../images/divider-2.png);
	background-position: center center;
	background-repeat: repeat-x;
	height: 9px;
}

.divider-border .divider-inner.primary {
	border-color: #fdd200;
}

.divider-border .divider-inner.light {
	border-color: #fff;
}

.divider-border .divider-inner.dark {
	border-color: #222;
}

.divider.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.divider-inner-item {
	display: table-cell;
	vertical-align: middle;
}

.divider-inner-icon {
	width: 40px;
	height: 40px;
}

.divider-inner-back-to-top {
	width: 1px;
	padding-left: 10px;
}

@media screen and (min-width: 640px) {
	.divider-inner-title {
		width: 50px;
		white-space: nowrap;
	}
	.divider-title-left .divider-inner-title {
		padding-right: 10px;
	}
	.divider-title-center .divider-inner-title {
		padding: 0 10px;
	}
	.divider-title-right .divider-inner-title {
		padding-left: 10px;
	}
}

/* Dots */
.ss-style-dots::before {
	bottom: 20px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #2072a7;
	box-shadow: 30px 0 #2072a7, -30px 0 #2072a7;
}

/* Double Line */
.ss-style-doubleline::before {
	bottom: 30px;
	width: 140px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #2072a7;
	box-shadow: 0 30px 0 #2072a7;
}

/* Cross */
.ss-style-cross {
	padding-bottom: 15em;
}

.ss-style-cross::before,
.ss-style-cross::after {
	background: #2072a7;
	bottom: 70px;
	width: 200px;
	height: 2px;
	left: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.ss-style-cross::before {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-style-cross::after {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

/*
 * 17.1 Section Separator (part code from http://tympanus.net/Development/SectionSeparators/)
 */

.ha-section-separator {
	position: absolute;
	width: 100%;
	left: 0;
	background-color: inherit;
}

.ha-section-separator::before,
.ha-section-separator::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

.ha-section-separator svg {
	position: absolute;
	z-index: 2;
}

/*Triangle*/
.ss-triangle-up {
	bottom: 100%;
}

.ss-triangle-down {
	top: 100%;
}

.ss-triangle-up::before,
.ss-triangle-down::after {
	left: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	background-color: inherit;

}

.ss-triangle-up::before {
	top: -20px;
}

.ss-triangle-down::after {
	bottom: -20px;
	
}

/*Double Diagonal line*/
.ss-doublediagonal {
	z-index: 1;
	padding-top: 6em;
	margin-bottom: -6em;
	background-color: inherit;
	bottom: 100%;
}

.ss-doublediagonal::before,
.ss-doublediagonal::after {
	top: 0;
	z-index: -1;
	width: 100%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.ss-doublediagonal::before {
	height: 50%;
	background: rgba(0,0,0,.3);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
}

/*Half Circle*/
.ss-halfcircle-up {
	bottom: 100%;
}

.ss-halfcircle-down {
	top: 100%;
}

.ss-halfcircle-up::before,
.ss-halfcircle-down::after {
	left: 50%;
	z-index: 2;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: inherit;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ss-halfcircle-up::before {
	top: -50px;
}

.ss-halfcircle-down::after {
	bottom: -50px;
}

/*Big Triangle*/
.ss-bigtriangle-up {
	bottom: 100%;
}

.ss-bigtriangle-down {
	top: 100%;
}

.ss-bigtriangle-up svg,
.ss-bigtriangle-down svg {
	pointer-events: none;
	left: 0;
}

.ss-bigtriangle-up svg {
	bottom: 0;
}

.ss-bigtriangle-down svg {
	top: 0;
}

.ss-bigtriangle-up svg path,
.ss-bigtriangle-down svg path {
	fill: #3498db;
	stroke: #3498db;
	stroke-width: 2;
}

/* Big half circle */
.ss-bighalfcircle-up {
	bottom: 100%;
}

.ss-bighalfcircle-down {
	top: 100%;
}

.ss-bighalfcircle-up svg {
	left: 0;
	bottom: 0;
}

.ss-bighalfcircle-down svg {
	left: 0;
	top: 0;
}

.ss-bighalfcircle-up svg path,
.ss-bighalfcircle svg path {
	fill: #3498db;
	stroke: #3498db;
}

/*Curves*/
.ss-curl-up {
	bottom: 100%;
}

.ss-curl-down {
	top: 100%;
}

.ss-curl-up svg {
	left: 0;
	bottom: 0;
}

.ss-curl-down svg {
	left: 0;
	top: 0;
}

.ss-curl-up svg path,
.ss-curl-down svg path {
	fill: #3498db;
	stroke: #3498db;
}

/*Multiple Triangles*/
.ss-multitriangles-up {
	bottom: 100%;
}

.ss-multitriangles-down {
	top: 100%;
}

.ss-multitriangles-up::before,
.ss-multitriangles-down::after {
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-multitriangles-up::before {
	top: -25px;
	background: inherit;
	box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; /*section background color*/
}

.ss-multitriangles-down::after {
	bottom: -25px;
	z-index: 10;
	background: inherit;
	box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; /*section background color*/
}

/*Rounded center split*/
.ss-roundedsplit-up {
	padding-top: 2em;
	bottom: 100%;
}

.ss-roundedsplit-up::before,
.ss-roundedsplit-up::after {
	top: -70px;
	left: 0;
	z-index: 10;
	width: 50%;
	height: 70px;
	background: inherit;
}

.ss-roundedsplit-up::before {
	border-radius: 0 80px 0 0;
}

.ss-roundedsplit-up::after {
	left: 50%;
	border-radius: 80px 0 0 0;
}

/*Rounded corners*/
.ss-roundedcorners-down {
	top: 100%;
}

.ss-roundedcorners-down::before {
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 60px;
	border-radius: 0 0 60px 60px;
	background: inherit;
}

/*Inverted rounded corners*/
.ss-invertedrounded {
	height: 90px;
	border-radius: 0 0 0 90px;
	top: 100%;
	z-index: 2;
}

.ss-invertedrounded::before {
	top: 90px;
	width: 100%;
	height: 90px;
	background-color: inherit;
	z-index: 2;
}

.ss-invertedrounded::after {
	top: 90px;
	width: 100%;
	background-color: #3498db;
	height: 90px;
	border-radius: 0 90px 0 0;
	z-index: 3;
}

/*Boxes*/
.ss-boxes-up {
	bottom: 100%;
}

.ss-boxes-down {
	top: 100%;
}

.ss-boxes-up::before,

.ss-boxes-down:after {
	left: 0;
	width: 100%;
	height: 50px;
	background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, transparent), color-stop(0.5, #2980b9));/*section background color*/
	background-image: linear-gradient(to right, transparent 50%, #2980b9 50%);/*section background color*/
	-webkit-background-size: 130px 100%;
	background-size: 130px 100%;
}

.ss-boxes-up::before {
	bottom: 0;
}

.ss-boxes-down::after {
	z-index: 2;
	top: 0;
}

/* Zig Zag (3d up and simple down) */
.ss-zigzag-up {
	bottom: 100%;
}

.ss-zigzag-down {
	top: 100%;
}

.ss-zigzag-up::before,
.ss-zigzag-down::after {
    right: 0;
    left: 0;
    z-index: 3;
    display: block;
    height: 90px;
    background-size: 50px 100%;
}

.ss-zigzag-up::before {
	top: -90px;
	background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #3498db));
	background-image:
		linear-gradient(315deg, #3498db 25%, transparent 25%),
		linear-gradient( 45deg, #3498db 25%, transparent 25%);
	background-position: 50%;
}

.ss-zigzag-down::after {
	top: 100%;
	background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498db), color-stop(0.25, transparent));
	background-image: 
		linear-gradient(135deg, #3498db 25%, transparent 25%),
		linear-gradient(225deg, #3498db 25%, transparent 25%);
	background-position: 50%;
}


/* Folded corner */
.ss-foldedcorner {
	top: 100%;
	height: 100px;
	background-color: inherit;
	width: calc(100% - 100px);
	z-index: 2;
}

.ss-foldedcorner::before,
.ss-foldedcorner::after {
	bottom: 0;
	width: 100px;
	height: 100px;
}

.ss-foldedcorner::before {
	right: -100px;
	background-image: -webkit-linear-gradient(top left, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
	background-image: linear-gradient(315deg, rgba(0,0,0,0) 46%, rgba(0,0,0,0.3) 50%, #FFF 50%);	
}

.ss-foldedcorner::after {
	right: 0;
	background-image: -webkit-linear-gradient(top left, transparent 50%, rgba(0,0,0,.1) 50%);
	background-image: linear-gradient(315deg, rgba(0,0,0,.1) 50%, transparent 50%);
}

/* Stamp */
.ss-stamp-up {
	bottom: 100%;
}

.ss-stamp-down {
	top: 100%;
}

.ss-stamp-up svg {
	left: 0;
	bottom: 0;
}

.ss-stamp-down svg {
	left: 0;
	top: 0;
}

.ss-curl-up svg path,
.ss-curl-down svg path {
	fill: #3498db;
	stroke: #3498db;
}

/* Clouds */
.ss-clouds-up {
	bottom: 100%;
}

.ss-clouds-down {
	top: 100%;
}

.ss-clouds-up svg {
	left: 0;
	bottom: 0;
}

.ss-clouds-down svg {
	left: 0;
	top: 0;
}

.ss-clouds-up svg path,
.ss-clouds-down svg path {
	fill: #3498db;
	stroke: #3498db;
}

/*
 * 18.0 Image Box
 */

.img-box {
	overflow: hidden;
	position: relative;
    display: inline-block;
    margin-bottom: -7px;
    max-width: 100%;
}

.img-box .img-overlay {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.1s ease;
	-webkit-transition: all .1s ease;
}

.img-box .img-overlay.primary {
	background-color: rgba(253,210,0,.7);
}

.img-box .img-overlay.dark {
	background-color: rgba(0,0,0,.35);
}

.img-box .img-overlay.light {
	background-color: rgba(255,255,255,.35);
}

.img-box:hover .img-overlay {
	transition: all 0.1s ease;
	-webkit-transition: all .5s ease;
}

.img-overlay-container {
	display: table;
	height: 100%;
	width: 100%;
}

.img-box .img-overlay-content {
	display: table-cell;
	padding: 5px;
	position: relative;
}

.img-overlay-total-link {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.img-overlay-content .entry-category {
	position: relative;
	z-index: 3;
}

.img-box.figcaption-middle .img-overlay-content {
	vertical-align: middle;
}

.img-box.figcaption-top .img-overlay-content {
	vertical-align: top;
}

.img-box.figcaption-bottom .img-overlay-content {
	vertical-align: bottom;
}

.img-box.fade-in .img-overlay {
	opacity: 0;
}

.img-box.fade-in:hover .img-overlay {
	opacity: 1;
}

.img-box.from-left .img-overlay {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.img-box.from-left:hover .img-overlay {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box.from-right .img-overlay {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.img-box.from-right:hover .img-overlay {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box.from-top .img-overlay {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.img-box.from-top:hover .img-overlay {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.img-box.from-bottom .img-overlay {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.img-box.from-bottom:hover .img-overlay {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.img-box img {
	transition: all 0.1s ease;
	-webkit-transition: all .5s ease;
}

.img-box:hover img {
	transition: all 0.1s ease;
	-webkit-transition: all .5s ease;
}

.img-box.img-zoom-in:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-box.img-zoom-out img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-box.img-zoom-out:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.img-box.img-scroll-left img,
.img-box.img-scroll-right img {
	width: calc(105%);
	max-width: none;
}

.img-box.img-scroll-left img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box.img-scroll-left:hover img {
	-webkit-transform: translateX(-5%);
	transform: translateX(-5%);
}

.img-box.img-scroll-right img {
	-webkit-transform: translateX(-5%);
	transform: translateX(-5%);
}

.img-box.img-scroll-right:hover img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.img-box .img-overlay-content i {
	color: #fff;
	font-size: 30px;
}

.img-box .img-overlay-icons i {
	color: #3c3c3c;
	margin: 0 10px;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	background-color: #fdd200;
}

.img-box h3.img-overlay-title {
	color: #fff;
}

/*
 * 18.1 Image Frame
 */

.img-frame {
	overflow: hidden;
}

.img-frame.rounded {
	border-radius: 5px;
}

.img-frame.circle {
	border-radius: 50%;
}

.img-frame.border {
	border: 6px solid #f5f5f5;
}

.img-frame.shadow {
	box-shadow: 2px 2px 5px 0 #aaa;
}

/*
 * 18.2 Image Banner
 */

.ha-image-banner .img-box .img-overlay-content {
	color: #fff;
}

.ha-image-banner .img-box .img-overlay-content {
	padding: 15px;
}

.ha-image-banner .img-box:hover .img-overlay {
	background-color: rgba(0,0,0,.35);
}


/*
 * 19.0 Carousel
 */

.multi-carousel {
	padding: 0;
	position: relative;
}

.multi-carousel-inner {
	overflow: hidden;
}

ul.multi-carousel-holder {
	overflow: hidden;
	margin-bottom: 0;
}

.multi-carousel-holder li.multi-carousel-item {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0 15px;
}

.carousel-caption {
	top: 10%;
	bottom: auto;
}

.multi-carousel-nav .multi-carousel-nav-prev,
.multi-carousel-nav .multi-carousel-nav-next {
	width: 30px;
	height: 30px;
	font: normal normal normal 30px/30px FontAwesome;
	display: inline-block;
	text-align: center;
	color: #777;
	opacity: .8;
	background-color: transparent;
}

.multi-carousel-nav.style1 .multi-carousel-nav-prev,
.multi-carousel-nav.style1 .multi-carousel-nav-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.multi-carousel-nav.nav-border .multi-carousel-nav-prev,
.multi-carousel-nav.nav-border .multi-carousel-nav-next {
	border: 1px solid #777;
	font: normal normal normal 14px/30px FontAwesome;
}

.multi-carousel-nav.light .multi-carousel-nav-prev,
.multi-carousel-nav.light .multi-carousel-nav-next {
	border-color: #fff;
	color: #fff;
}

.multi-carousel-nav.nav-bg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-bg .multi-carousel-nav-next {
	color: #fff;
	background-color: rgba(0,0,0,.8);
	font: normal normal normal 14px/30px FontAwesome;
}

.multi-carousel-nav.nav-square .multi-carousel-nav-prev,
.multi-carousel-nav.nav-square .multi-carousel-nav-next {
	border-radius: 0;
}

.multi-carousel-nav.nav-rounded .multi-carousel-nav-prev,
.multi-carousel-nav.nav-rounded .multi-carousel-nav-next {
	border-radius: 5px;
}

.multi-carousel-nav.nav-circle .multi-carousel-nav-prev,
.multi-carousel-nav.nav-circle .multi-carousel-nav-next {
	border-radius: 50%;
}

.multi-carousel-nav.nav-lg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-lg .multi-carousel-nav-next {
	width: 50px;
	height: 50px;
	font: normal normal normal 50px/50px FontAwesome;
}

.multi-carousel-nav.nav-lg.nav-border .multi-carousel-nav-prev,
.multi-carousel-nav.nav-lg.nav-border .multi-carousel-nav-next,
.multi-carousel-nav.nav-lg.nav-bg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-lg.nav-bg .multi-carousel-nav-next {
	font: normal normal normal 24px/50px FontAwesome;
}


.multi-carousel-nav.nav-xl .multi-carousel-nav-prev,
.multi-carousel-nav.nav-xl .multi-carousel-nav-next {
	width: 70px;
	height: 70px;
	font: normal normal normal 70px/70px FontAwesome;
}

.multi-carousel-nav.nav-xl.nav-border .multi-carousel-nav-prev,
.multi-carousel-nav.nav-xl.nav-border .multi-carousel-nav-next,
.multi-carousel-nav.nav-xl.nav-bg .multi-carousel-nav-prev,
.multi-carousel-nav.nav-xl.nav-bg .multi-carousel-nav-next {
	font: normal normal normal 34px/70px FontAwesome;
}

.multi-carousel-nav .multi-carousel-nav-prev:hover,
.multi-carousel-nav .multi-carousel-nav-next:hover {
	opacity: 1;
}

.multi-carousel-nav .multi-carousel-nav-prev:before {
	content: "\f104";
}

.multi-carousel-nav .multi-carousel-nav-next:before {
	content: "\f105";
}

.multi-carousel-nav.style1 .multi-carousel-nav-prev {
	left: 0;
}

.multi-carousel-nav.style1 .multi-carousel-nav-next {
	right: 0;
}

.multi-carousel-nav.style2 {
	margin: 10px 0 0;
	text-align: center;
}

.multi-carousel-nav.style2 .multi-carousel-nav-prev,
.multi-carousel-nav.style2 .multi-carousel-nav-next {
	margin: 0 2px;
}

.multi-carousel-nav.style3 {

}

.multi-carousel-nav.style3 {
	margin: 0 0 10px;
	border-bottom: 1px dotted #DDD;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: right;
}

.multi-carousel-nav.style3 .multi-carousel-nav-prev,
.multi-carousel-nav.style3 .multi-carousel-nav-next {
	margin: 0 2px;
}

ol.multi-carousel-indicators {
	margin-bottom: 0;
	bottom: 0;
}

.multi-carousel-indicators.style1 li {
	border-color: #ddd;
}

.carousel-indicators .active {
	background-color: #ddd;
}

.multi-carousel-nav-prev,
.multi-carousel-nav-next {
	z-index:9;
}

.ha-carousel .owl-nav {
	display:none;
}

/*
 * 20.0 Portfolio
 */

.portfolio-box figcaption {
	margin-bottom: 10px;
	/*display: none; */
}

.portfolio-box figcaption h3 {
	margin: 0;
	font-size: 18px;
	padding: 20px 0 10px;
}

.portfolio-box figcaption ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 10px;
}

.portfolio-box figcaption li {
	list-style-type: none;
	float: left;
}

.portfolio-box figcaption li a {
	
}

.portfolio-box figcaption li + li::before {
	content: "\, ";
}

.portfolio-img-box {
	position: relative;
	background-color: #fdd200;
}

.portfolio-info-box {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
}

.portfolio-img-box:hover .portfolio-info-box {
	z-index: 9;
	opacity: 1;
}

.portfolio-img-box:hover img {
	opacity: .15;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.portfolio-img-box .portfolio-icon-box {
	position: absolute;
	top: 50%; left: 0;
	margin-top: -25px;
	width: 100%;
	text-align: center;
	transform:translateY(-80px);
	-webkit-transform:translateY(-80px);
	-o-transform:translateY(-80px);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.portfolio-img-box:hover .portfolio-icon-box {
	transform:translateY(0);
	-webkit-transform:translateY(0);
	-o-transform:translateY(0);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.portfolio-icon-box a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin: 0 20px;
	background-color: #fff;
	font-size: 20px;
	line-height: 50px;
}

/*Portfolio List*/
.portfolio-list-wrap {
	position: relative;
	margin: 0;
}

.portfolio-list-items {
	overflow: hidden;
	margin: 0 -15px;
}

.portfolio-box-wrap {
	float: left;
	padding: 0 15px 15px;
	margin-bottom: 30px;
}

.portfolio-carousel .portfolio-box-wrap {
	padding-bottom: 0;
}

.portfolio-list-filter .portfolio-box-wrap {
	display:none;
}

.portfolio-list-wrap.full-width .portfolio-list-items {
	margin: 0;
}

.portfolio-list-wrap.full-width .portfolio-box-wrap {
	padding: 0;
	margin-bottom: 0;
}

.portfolio-box .feature-img-box {
    margin-bottom: 0;
}

.portfolio-box .entry-header {
    margin: 0;
}

.portfolio-box .entry-title {
    margin: 20px 0 0;
}

.portfolio-box .entry-meta {
	margin: 10px 0 0;
}

.portfolio-box .entry-summary {
	margin: 5px 0 0;
}


/*
 * 22.0 Blog List
 */

.ha-blog-list-wrap .entry-box-wrap .entry-header a h4 {
    color: #666;
    margin: 0 0 10px;
}

.ha-blog-list-wrap .entry-box-wrap .entry-header a:hover h4 {
    color: #fdd200;
}
.shortcode-blog-list-wrap .post-pagination-decoration{
	height:auto;
	position:static;
	background-color:transparent;
	}
.shortcode-blog-list-wrap .post-pagination-decoration li{
	    display: inline;
		padding:5px;
	}


/*
 * 23.0 Client Logos
 */

.clients img {
	opacity: .6;
}

.clients img:hover {
	opacity: 1;
}

/*
 * 24.0 Contact Form
 */

.ha-contact-form .row {
	margin: 0 -5px;
}

.ha-contact-form [class*="col-"] {
	padding: 0 5px;
}

.ha-contact-form .input-group-addon {
    padding: 10px;
}

.ha-contact-form .form-control {
    padding: 20px;
    margin-bottom: 0;
}

.ha-contact-form .form-group {
	margin-bottom: 15px;
}

.ha-contact-form .input-group .form-control {
	margin-bottom: 0;
}

.ha-contact-form .checkbox,
.ha-contact-form .radio {
	margin: 0;
}

.ha-contact-form .input-group-addon:first-child {
	border-radius: 0;
}

.ha-contact-form input:focus,
.ha-contact-form textarea:focus {
	border-color: inherit;
}

.ha-contact-form input::-webkit-input-placeholder, 
.ha-contact-form textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: .8;
}
.ha-contact-form input:-moz-placeholder, 
.ha-contact-form textarea:-moz-placeholder {
	color: inherit;
	opacity: .8;
}

.ha-contact-form.contact-form-custom input:focus,
.ha-contact-form.contact-form-custom textarea:focus {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
}

.ha-contact-form.contact-form-line .form-control {
	padding: 19px;
	background-color: transparent;
	border-width: 2px;
}

.ha-contact-form.contact-form-line input[type="submit"],
.ha-contact-form.contact-form-bg input[type="submit"] {
	width: 100%;
}

.ha-contact-form.contact-form-line.dark {
	color: #222;
}

.ha-contact-form.contact-form-line.light {
	color: #fff;
}

.ha-contact-form.contact-form-line.dark .form-control {
	border-color: #222;
	color: #222;
}

.ha-contact-form.contact-form-line.light .form-control {
	border-color: #fff;
	color: #fff;
}

.ha-contact-form.contact-form-line input:focus,
.ha-contact-form.contact-form-line textarea:focus {
	border-color: inherit;
}

.ha-contact-form.contact-form-line.dark input:focus,
.ha-contact-form.contact-form-line.dark textarea:focus {
	border-color: inherit;
	background-color: rgba(0,0,0,.1);
}

.ha-contact-form.contact-form-line.light input:focus,
.ha-contact-form.contact-form-line.light textarea:focus {
	border-color: inherit;
	background-color: rgba(255,255,255,.1);
}

.ha-contact-form.contact-form-bg .form-control {
	border: none;
	padding: 21px;
}

.ha-contact-form.contact-form-bg.dark .form-control {
	background-color: #222;
	color: #fff;
}

.ha-contact-form.contact-form-bg.light .form-control {
	background-color: #fff;
	color: #222;
}

.ha-contact-form input.form-control {
	display:block;
	padding: 0 20px!important;
	height: 42px;
}

.notice-success {
	color: green;
}

.notice-error {
	color: red;
}

/*
 * 25.0 Back to top button
 */

.back-to-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 48px;
	height: 48px;
	font: normal normal normal 20px/48px FontAwesome;
	text-align: center;
	color: #fff;
	background-color: #aaa;
	opacity: .5;
}

.back-to-top:hover {
	color: #fff;
	opacity: .8;
}

/*
 * 26.0 Flip box
 */
 .ha-flipbox{
    width: 100%;
    min-height: 250px;
    height: 100%;
}
.ha-flipbox__holder {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
}
.ha-flipbox__front,
.ha-flipbox__back {
    height: 100%;
    width : 100%;
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-flex-align: center;
    -moz-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}
.ha-flipbox__content{
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    width: 100%;
}
.ha-flipbox__title-front,
.ha-flipbox__title-back{
    padding: 20px;
    text-align: center;
}

.ha-flipbox__icon-front,
.ha-flipbox__icon-back{
    padding: 20px;
    text-align: center;
}
.ha-flipbox__icon-front img,
.ha-flipbox__icon-back img{
    max-width: 100%;
    height: auto;
}

.ha-flipbox__desc-front,
.ha-flipbox__desc-back{
    padding: 0 20px;
    text-align: center;
    padding-bottom: 40px;
}

.ha-flipbox__action{
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}

/*button*/
.ha-flipbox__btn{
    padding: 12px 18px;
    display: inline-block;
    font-weight: bold;
    font-size:10px;
    transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
}

.ha-flipbox.flip-box-style{
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -ms-transform-style: preserve-3d;
}
.flip-box-style .ha-flipbox__holder{
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-box-style .ha-flipbox__front,
.flip-box-style .ha-flipbox__back {
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1) 0.1s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: all .5s cubic-bezier(.645,.045,.355,1) 0.1s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}
.flip-box-style .ha-flipbox__front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
}
.flip-box-style .ha-flipbox__back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-box-style.ha-flipbox--horizontal:hover .ha-flipbox__holder{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box-style.ha-flipbox--horizontal.hover .ha-flipbox__holder{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* START: Accommodating for IE */
.ie .flip-box-style.ha-flipbox--horizontal:hover .ha-flipbox__back,
.ie .flip-box-style.ha-flipbox--horizontal.hover .ha-flipbox__back {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.ie .flip-box-style.ha-flipbox--horizontal:hover .ha-flipbox__front,
.ie .flip-box-style.ha-flipbox--horizontal.hover .ha-flipbox__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.ie .flip-box-style.ha-flipbox--horizontal:hover .ha-flipbox__holder{
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-box-style.ha-flipbox--vertical .ha-flipbox {
    position: relative;
}
.flip-box-style.ha-flipbox--vertical .ha-flipbox__back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box-style.ha-flipbox--vertical .ha-flipbox__holder {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.flip-box-style.ha-flipbox--vertical:hover .ha-flipbox__holder {
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box-style.ha-flipbox--vertical.hover .ha-flipbox__holder {
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
/* START: Accommodating for IE */
.ie .flip-box-style.ha-flipbox--vertical:hover .ha-flipbox__back,
.ie .flip-box-style.ha-flipbox--vertical.hover .ha-flipbox__back {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.ie .flip-box-style.ha-flipbox--vertical:hover .ha-flipbox__front,
.ie .flip-box-style.ha-flipbox--vertical.hover .ha-flipbox__front {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.ie .flip-box-style.ha-flipbox--vertical:hover .ha-flipbox__holder {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.ha-flipbox.rotate-box-style {
    overflow: hidden;
}
.ha-flipbox.rotate-box-style .ha-flipbox__front{
    -webkit-transition: -webkit-transform 0.9s ease-in-out;
    transition: -webkit-transform 0.9s ease-in-out;
    -o-transition: transform 0.9s ease-in-out;
    transition: transform 0.9s ease-in-out;
    transition: transform 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
}
.ha-flipbox.rotate-box-style:hover .ha-flipbox__front {
    -webkit-transform: scale(3) rotate(30deg);
        -ms-transform: scale(3) rotate(30deg);
            transform: scale(3) rotate(30deg);
}
.ha-flipbox.rotate-box-style .ha-flipbox__back{
    -webkit-transform: scale(1.5) rotate(30deg);
        -ms-transform: scale(1.5) rotate(30deg);
            transform: scale(1.5) rotate(30deg);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
    opacity: 0;
}
.ha-flipbox.rotate-box-style:hover .ha-flipbox__back{
    -webkit-transform: scale(1)rotate(0deg);
        -ms-transform: scale(1)rotate(0deg);
            transform: scale(1)rotate(0deg);
    opacity: 1;
}

.ha-flipbox.zoomin-box-style {
    overflow: hidden;
}
.ha-flipbox.zoomin-box-style .ha-flipbox__front{
    z-index: 3;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.ha-flipbox.zoomin-box-style .ha-flipbox__back{
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
    opacity: 0;
    z-index:1;
}
.ha-flipbox.zoomin-box-style:hover .ha-flipbox__front {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    z-index:1;
}
.ha-flipbox.zoomin-box-style:hover .ha-flipbox__back{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    z-index: 3;
}

.ha-flipbox.zoomout-box-style {
    overflow: hidden;
}
.ha-flipbox.zoomout-box-style .ha-flipbox__front{
    z-index: 3;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.ha-flipbox.zoomout-box-style .ha-flipbox__back{
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out;
    opacity: 0;
    z-index:1;
}
.ha-flipbox.zoomout-box-style:hover .ha-flipbox__front {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    z-index:1;
}
.ha-flipbox.zoomout-box-style:hover .ha-flipbox__back{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    z-index: 3;
}

/*
 * 27.0 Font Awesome Icons
 */

.ha-icon {
	margin-right: 10px;
	margin-bottom: 10px;
}
.ha-icon:last-child {
	margin-right: 0;
}
.ha-icon.square {
	border-radius: 0;
}
.ha-icon.rounded {
	border-radius: 5px;
}
.ha-icon.circle {
	border-radius: 50%;
}

.ha-icon.icon-boxed {
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;	
	color: #fff;
	background-color: #f5f5f5;
	border: 1px solid transparent;
}

.ha-icon.icon-3d {
	box-shadow: 0 2px 0 0 #e5e5e5;
}

.ha-fa-icon {
	font-size: inherit;
}

.ha-fa-icon.icon-boxed {
	font-size: inherit;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;	
	color: #fff;
	background-color: #777;
	border: 0;
	border-radius: 5px;
}

/*
 * 28.0 Section
 */

.ha-section {
	position: relative;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fullheight {
	min-height: 100vh;
	display:table;
	width: 100%;
}

.ha-section.fullheight .section-content {
	display: table-cell;	
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ha-section.verticalmiddle .section-content {
	vertical-align: middle;
}

.ha-section .background-media,
.ha-section .background-overlay {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.ha-section .background-media {

}

.ha-section .background-overlay {

}

.ha-section .container,
.ha-section .container-fullwidth {
	
}

/*
 * 29.0 Google Map
 */

.gmnoprint img {
    max-width: none;
}

/*
 * 30.0 Magee Slider
 */

.ha-slider .item img {
    width: 100%;
}

.ha-slider .carousel-control span {
    position: absolute;
    top: 40%;
}

.ha-slider .carousel-indicators {
    display: none;
}

/*
 * 31.0 Heading
 */

.ha-heading {
	border-color: #555;
}

.ha-heading .heading-inner {
	display: inline-block;
	border-style: solid;
	border-color: inherit;
}

.ha-heading.heading-default .heading-inner {

}

.ha-heading.heading-border .heading-inner {
	padding: 5px 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0!important;
	border-right-width: 0!important;
}

.ha-heading.heading-boxed .heading-inner {
	padding: 10px;
	border-width: 2px;
}

.ha-heading.heading-boxed-reverse {
	color: #fff;
}

.ha-heading.heading-boxed-reverse .heading-inner {
	padding: 10px;
	box-shadow: 0 0 0 2px #fff inset;
	border-width: 2px;
	background-color: #555;	
}

.ha-heading.heading-doubleline {
	overflow: hidden;
}

.ha-heading.heading-doubleline .heading-inner {
	position: relative;
	z-index: 9;
}

.ha-heading.heading-doubleline .heading-inner:before,
.ha-heading.heading-doubleline .heading-inner:after {
	content: "";
	position: absolute;
	width: 2000px;
	height: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0!important;
	border-right-width: 0!important;
	border-style: solid;
	border-color: inherit;
	top: 50%;
	margin-top: -6px;
	z-index: -1;
}

.ha-heading.heading-doubleline .heading-inner:before {
	right: 100%;
	margin-right: 10px;
}

.ha-heading.heading-doubleline .heading-inner:after {
	left: 100%;
	margin-left: 10px;
}

.ha-heading.heading-charactershadow .heading-inner {
	position: relative;
	z-index: 9;
	padding: 2em 0 1em;
}

.ha-heading.heading-charactershadow .heading-inner:before {
	content: "T";
	position: absolute;
	top: 0; 
	z-index: -1;
	color: inherit;
	opacity: .2;
	font-size: 4em;
	width: 100%;
}

/*
 * 31.0 Table
 */

.table,
.table th,
.table td {
	border-width: 0;
}

.table.table-bordered {
  border-width: 1px;
}

.ha-table .table thead th {
	background-color: #fdd200;
	color: #fff;
	border-bottom-width: 0;
}

/*Image*/
.img-side {
    padding: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

/*
 * 32.0 Twitter Feed
 */

.ha-twitter-feed {
	list-style-type: none;
	margin: 0;
}

.ha-twitter-feed li {s
	list-style-type: none;
    font-style: italic;
    margin: 0 0 12px 0;
    padding: 0 0 0 25px;
    position: relative;
}

.ha-twitter-feed li:before {
	position: absolute;
	font: normal normal normal 20px/25px FontAwesome;
	content: "\f099";
	left:0; top:0;
}

.ha-twitter-feed li span {
	display: block;
	font-size: .8em;
	font-style: normal;
}

/*
 * 33.0 Label
 */

.ha-label {
	background-color: #fdd200;
}

/*
 * 34.0 Video
 */

.video-wrap {
	width: 100%;
}

.video-wrap iframe {
	width: 100%;
	height: 100%;
}

/*
 *35.0 Weather
 */
 
.ha-wheather-box {
    background-color: #fdd200;
    color: #fff;
    padding: 10px;
}

.ha-wheather-box h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}

.ha-wheather .w-today {
    width: 100%;
    overflow: hidden;
}

.ha-wheather .w-icon-wrap {
    float: right;
    width: 50%;
    text-align: center;
}

.ha-wheather .w-icon-wrap i {
    font-size: 3.4em;
    line-height: 1.5;
}

.ha-wheather .w-icon-wrap .w-text {
    margin-bottom: 0;
    margin-top: 5px;
}

.ha-wheather .w-temp {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 4em;
    line-height: 1.5;
    margin-bottom: 0;
}

.ha-wheather .w-temp sup {
    opacity: .8;
    font-size: 60%;
}
.ha-wheather-box {
    background-color: #fdd200;
    color: #fff;
    padding: 10px;
    font-size: inherit;
}

.ha-wheather-box h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}

.ha-wheather .w-today {
    width: 100%;
    overflow: hidden;
}

.ha-wheather .w-icon-wrap {
    float: right;
    width: 50%;
    text-align: center;
}

.ha-wheather .w-icon-wrap i {
    font-size: 3.4em;
    line-height: 1.5;
}

.ha-wheather .w-icon-wrap .w-text {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: inherit;
}

.ha-wheather .w-temp {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 4em;
    line-height: 1.5;
    margin-bottom: 0;
}

.ha-wheather .w-temp sup {
    opacity: .8;
    font-size: 60%;
}

.ha-wheather .w-detail {
    overflow: hidden;
    width: 100%;
}

.ha-wheather p.w-day {
    font-weight: 700;
    font-size: inherit;
}

.ha-wheather .w-detail ul {
    width: 33%;
    float: left;
    list-style-type: none;
    margin: 0;
}

.ha-wheather .w-detail li {
    display: block;
    line-height: 24px;
}

.ha-wheather .w-forecasts {
    width: 100%;
    margin-top: 15px;
    border:0;
    table-layout: auto;
    border-collapse: collapse;
}

.ha-wheather .w-forecasts tr {
    border-top: 1px solid rgba(255,255,255,.15);
}

.ha-wheather .w-forecasts td {
    border: 0;
    padding: 5px 0;
    font-weight: 700;
    color: #fff;
}

.ha-wheather .w-forecasts td+td {
    min-width: 40px;
    text-align: center;
    font-weight: 400;
}

/*
 *36.0 Audio
 */
 
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1537976418058'); /* IE9*/
  src: url('iconfont.eot?t=1537976418058#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAmcAAsAAAAADgwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8lGHxY21hcAAAAYAAAACUAAACBGvSDaxnbHlmAAACFAAABUMAAAbwatoOAWhlYWQAAAdYAAAALwAAADYSwtboaGhlYQAAB4gAAAAcAAAAJAfeA4tobXR4AAAHpAAAAA8AAAAoKAAAAGxvY2EAAAe0AAAAFgAAABYIpgZ4bWF4cAAAB8wAAAAdAAAAIAEYAGNuYW1lAAAH7AAAAUUAAAJtPlT+fXBvc3QAAAk0AAAAZQAAAJSspZ5ZeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeyf3/z9zwv4EhhrmBoQEozAiSAwD0fA0ZeJztkcENwjAQBMdxCAQhQgU88qYeesBKGoh48aLSS7oIa1+QKIKzxtKedWdpF9gBUdxEDeFNINdL3VD6kWPp19ylzxyoaOxqvSUb57RM6wqbHr76p4Jm/Fx0oNGfUVtabdzrueFfp3I/N9VmPx25hfVOzsqSkzOzwZGX2Ojk2Tk5Oc9lcuR0x6OQE+lIBag+4Pgp1HicbVVrjBNVFJ5z796Zvu482plOH0tLZ9rp7hba0m5bZLuUhwZNQEB2F7airBDlERd5/IX4b+MPE3/wUhMTEkLEQAwkhpAIgcCaGI3xpyQqwb/orgsmGs129Ex3UWJoJufec+43PfN955wZgQjC37/SL6giGEKvIESgHjWNHBpNhnzOQAPOILCaH2psI9xP9BNQ4gNACqb7kBRi7lKVbnEvuU2YhhG4ADuUUOn0bUUpdl4e0JU7J9HAuFYEZ3bWveNOz8wI+PtfTj+ITr7G0GirwWQ1NBDVIWf4wcjRz9ylsQJxH5oFAgNxUEh/Au6r85cx3bTbdC/BdvdjRR84eQcNOV9UlNunSyHFvRAuut/PzEAThmdnMWcP5nxA99F9giZkhKIwJAhmEbyMjYoJKdBFCUQqg6mJUbPegLqDxCOWU29BPQWiAqL0pHO3UAGoFJZaRE2l0+nOo2w6IQPICS1K5CxYnTmj45Noj48FRMKknq8854Ou835PFJoVcrbSBN29rJXqpbB7RacbSJ/cmVD6CIRgs1HWYWuw82UwSBmlgQBl5DjuJyj1oyWLGn5Na7QhKEJaEMCWwdD0qFlFQqh3Dn1JS8Fjn/zeStp2spWwAWy3vDrprcmFhTZw2wl3jxJkduHoSd+rGcV8f9Cb1C/khPXCGGbEBHjZljNYb3hZ8Krm0amksXooER60wHQsUU+DjVI7MkTNFAyBJOrRCio5mIcqPmHUrKDYCMBH1qPkkfPuuolPnx+KxGKRofJHG9sfDq9s8oQtT4VCU7KV5E0i2wneXNn70nLZjgNf/3oJAUnLA8x/PmTvHOBqJA5y662a9yekxI6v3fUejediwN7ZOP42XcUzidAUz/KpUCLLV//EE1l5GNYUOCSzvPXsKm4lOB6HYC9dlw9Bb5YPbQCI5eKLOqDZT34RkqjEWk95SxIlz3j6D0Eam6mKa72hOdQpga1VReynRn3QsRRUoavHogRmtIIqEE44v+HfG+FKIrK/NhGLAeckLkmWOvrasWNkxyFg45KsSuNtSeViuy1yVWqPS6oskZ/95wIhVXUfRBKlrRHD39NLTvd2dskvjEAv2bzbnW6LGpfGxyWueTf+u+/Ow4/0IrVxHvqFljCKTLCeBSzrEvB4VKJpwKoUACuDI4mBegPfC0hSzDfEIvLDghc9CM5rCgxdNBejtf+iJs5E5x5HDcLxeLiq2fzenz7DX82VcXrsqt/wAZUjEfmKTwtSKdsH0JeTIKhJy1as0LuxTaMwuqkbGnkV4BVy91owBHHtejjGg9feZz4oZ6/bFZ/4XdAfnp8L+4M/MKJobMnW4rIXU6ImEzG7q/7M7m9wtjWxeXH3zvMtjAJ77uobb95YnKNb9BZdIzjCJkHIZbAfZawpVq4ILWRR7XJTIIN0a9jd0SUoEWTyDopS9URKgYIR7HA8bUEGZwLxljOM95KrLi8rQAzFp7LJAAlNMtWn6D7WD3NjB4mW0ugp14K5sroI8ZPggccQV912eAEysDwQUTQfmwj0BvYwBroicZanh0bGFE1TxiZPkE+eimBHxtpyOCxvP3qmO783uzzzwubu/Fqix0TKeBUbdPKW91rr0qlipZH+AmGHVeoelUYGu8PQvWHF0e2qY1uihL28wDjKNFsyGxo9q2jk4Jir9jOf3uUUhECXtoFfjjL8duQU1eavIOjwNph7DDoQJP5FkFp2VQ8D35a3qMNwDgmOHKJ5xiVFB8b2IMMJ5tOUSGA5PTGJCmwJy+2xI+ypCHLm6HY5fBTWrOrvd//Ccv8D5gQugwB4nGNgZGBgAOJ0oeli8fw2Xxm4WRhA4PrFk0kI+v9+FgbmDCCXg4EJJAoAItUKtAB4nGNgZGBgbvjfwBDDwgACQJKRARVwAQBHEAJzeJxjYWBgYCECAwADmAApAAAAAAAAOgB0ANwBFAGYAfwCgAL0A3gAAHicY2BkYGDgYghnYGEAASYwjwtI/gfzGQASMwF8AAAAeJxlj01OwzAQhV/6B6QSqqhgh+QFYgEo/RGrblhUavdddN+mTpsqiSPHrdQDcB6OwAk4AtyAO/BIJ5s2lsffvHljTwDc4Acejt8t95E9XDI7cg0XuBeuU38QbpBfhJto41W4Rf1N2MczpsJtdGF5g9e4YvaEd2EPHXwI13CNT+E69S/hBvlbuIk7/Aq30PHqwj7mXle4jUcv9sdWL5xeqeVBxaHJIpM5v4KZXu+Sha3S6pxrW8QmU4OgX0lTnWlb3VPs10PnIhVZk6oJqzpJjMqt2erQBRvn8lGvF4kehCblWGP+tsYCjnEFhSUOjDFCGGSIyujoO1Vm9K+xQ8Jee1Y9zed0WxTU/3OFAQL0z1xTurLSeTpPgT1fG1J1dCtuy56UNJFezUkSskJe1rZUQuoBNmVXjhF6XNGJPyhnSP8ACVpuyAAAAHicbcrBCoNADATQjLau3dWPjBTdaInINqD9+gb06MBc3gxVdCbSfSIq1HjgiQYBLV6ISJRKZp0OKXm1sBjLLNoM6+gYfqxf0SkVc73MZ39r6/2IQ7+bZmM95+7NutlFRH+UdSMxAAAA') format('woff'),
  url('iconfont.ttf?t=1537976418058') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1537976418058#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-prev:before { content: "\f0069"; }

.icon-next:before { content: "\f006a"; }

.icon-play:before { content: "\e66a"; }

.icon-pause:before { content: "\e76a"; }

.icon-random:before { content: "\e622"; }

.icon-muted:before { content: "\e61e"; }

.icon-volume:before { content: "\e87a"; }

.icon-loop:before { content: "\e66c"; }

.icon-single:before { content: "\e66d"; }


.music-player {
    width: 550px;
    position: relative;
}

.music-player__list {
    width: 100%;
    padding: 10px;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.music__list__item {
    padding-left: 25px;
    color: #ccc;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

.music__list__item:last-of-type {
    margin: 0;
}

.music__list__item.play {
    color: #fff;
}

.music__list__item.play:before {
    font-family: 'iconfont';
    content: "\e87a";
    position: absolute;
    left: 0px;
    top: 4px;
}

.music-player__main {
    height: 200px;
    padding: 25px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.music-player__blur {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.music-player__disc {
    float: left;
    width: 130px;
    height: 130px;
    background: url(../images/cd.png) no-repeat center;
    background-size: 100%;
    position: relative;
}

.music-player__pointer {
    width: 25px;
    position: absolute;
    right: -10px;
    top: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.music-player__pointer.play {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.music-player__image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.music-player__controls {
    width: 330px;
    height: 130px;
    float: right;
}

.music__info {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

.music__info .music__info--title,
.music__info .music__info--singer {
    color: #fff;
}

.music__info .music__info--title {
    font-size: 16px;
}

.music__info .music__info--singer {
    color: #ccc;
    font-size: 14px;
    margin-top: 10px;
}

.player-control {
    width: 100%;
}

.player-control__content {
    margin-bottom: 5px;
    overflow: hidden;
}

.player-control__btns {
    float: left;
    overflow: hidden;
}

.player-control__btn {
    float: left;
    margin: 0 5px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
}

.player-control__volume {
    float: right;
    overflow: hidden;
}

.control__volume--progress {
    float: left;
    width: 100px;
    position: relative;
    top: 8px;
}

.player__song--timeProgess{
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    padding: 0px 3px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.nowTime{
    float: left;
}
.totalTime{
    float: right;
}

.progress {
    background: rgba(0, 0, 0, 0.3);
    height: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.progress .back {
    width: 0px;
    height: 100%;
    border-radius: 2px;
    background: rgb(12, 182, 212);
}

.progress .pointer {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    top: -1px;
    left: 0;
}

.progress:hover .pointer {
    opacity: 1;
}

@-webkit-keyframes disc {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes disc {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.music-player__image.play {
    -webkit-animation: disc 5s linear 0s infinite;
    animation: disc 5s linear 0s infinite;
}

.player__song--progress {
    width: 100%;
    margin-top: 15px;
}