
.bg{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+51,000000+100&0+0,0+20,1+51,0+83,0+100 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 51%,rgba(0,0,0,0) 83%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.modal-body p {
    text-align: center;
}

#GameScreenErrorMessage {
  color: #0dcaf0;
  text-shadow: 1px 1px 3px #000;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-decoration: none;
  font-size: 25px;
}


/*--------------------
Leaderboard
--------------------*/
.d-lg-block {
    display: none !important;
}

.d-lg-none{
    display: none !important;
}



#loginErrorMessage{
    color: #c50000;
    font-weight: 600;  
}

#loginErrorMessage a{
    color: #c50000;
    font-weight: 600;  
}

#loginErrorMessage a:hover{
    color: #008dc5;
    font-weight: 600;  
}

.how {
    background-color: #0009;
    max-width: 419px;
    margin: 0 auto;
}

h3 {
    font-weight: normal;
font-weight: normal;
    font-size: 21px;

}
h4 {
    font-weight: normal;
font-weight: normal;
    font-size: 21px;
    text-shadow: 2px 2px 3px #000;
}
.plogo {
    margin: 0 auto;
    width: 420px;
    padding-top: 25px;
}


.modal-body a {
    font-size: 18px;
}


.nowheel {
    filter: grayscale(1) opacity(0.2);
}



.wheel {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.wheel-cover {
    position: absolute;
}




.wheel {
    margin: 0 auto;
    position: relative;
    text-align: center;
    /*    top: 33px;*/
    /*left: 251px;*/
    display: block;
}

    .wheel img {
        max-width: 100%;
    }




.spinny {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    background-color: #dd121d;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    border: 0px;
    margin: auto;
    max-width: 200px;
    width: 100%;
}



#canvas {
    max-width: 500px;
    width: 100%;
}

#canvas2 {
    display: none;
}






#spinBtn {
    background: #1e52a300;
}

#modalOffer {
    text-align: center;
}


/*[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    background: #1e52a3;
}
*/
/* customizable snowflake styling */
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Serif;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}



@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall,snowflakes-shake;
    -webkit-animation-duration: 10s,3s;
    -webkit-animation-timing-function: linear,ease-in-out;
    -webkit-animation-iteration-count: infinite,infinite;
    -webkit-animation-play-state: running,running;
    animation-name: snowflakes-fall,snowflakes-shake;
    animation-duration: 10s,3s;
    animation-timing-function: linear,ease-in-out;
    animation-iteration-count: infinite,infinite;
    animation-play-state: running,running
}

    .snowflake:nth-of-type(0) {
        left: 1%;
        -webkit-animation-delay: 0s,0s;
        animation-delay: 0s,0s
    }

    .snowflake:nth-of-type(1) {
        left: 10%;
        -webkit-animation-delay: 1s,1s;
        animation-delay: 1s,1s
    }

    .snowflake:nth-of-type(2) {
        left: 20%;
        -webkit-animation-delay: 6s,.5s;
        animation-delay: 6s,.5s
    }

    .snowflake:nth-of-type(3) {
        left: 30%;
        -webkit-animation-delay: 4s,2s;
        animation-delay: 4s,2s
    }

    .snowflake:nth-of-type(4) {
        left: 40%;
        -webkit-animation-delay: 2s,2s;
        animation-delay: 2s,2s
    }

    .snowflake:nth-of-type(5) {
        left: 50%;
        -webkit-animation-delay: 8s,3s;
        animation-delay: 8s,3s
    }

    .snowflake:nth-of-type(6) {
        left: 60%;
        -webkit-animation-delay: 6s,2s;
        animation-delay: 6s,2s
    }

    .snowflake:nth-of-type(7) {
        left: 70%;
        -webkit-animation-delay: 2s,1s;
        animation-delay: 2s,1s
    }

    .snowflake:nth-of-type(8) {
        left: 80%;
        -webkit-animation-delay: 1s,0s;
        animation-delay: 1s,0s
    }

    .snowflake:nth-of-type(9) {
        left: 90%;
        -webkit-animation-delay: 3s,1s;
        animation delay:3s,1s
    }

    .snowflake:nth-of-type(10)
    /* Demo Purpose Only*/
    .demo {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
    }

.demo a {
    font-family: 'Raleway', sans-serif;
    color: #000;
}

.snowflake img {
    height: 22px;
    bottom: 0;
    display: block;
}


.header2-img {
    background-image: url('../images/header-bg2.jpg');
    /*    min-height: 926px;*/
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    /*    height: 900px;*/
}


.pulse-button {
    -webkit-animation: pulse 1.5s infinite;
    cursor: pointer;
}

    .pulse-button:hover {
        -webkit-animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}


.pulse:hover {
    animation: pulse 1s infinite;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.slotwrapper {
    overflow: hidden;
    /*display: inline-block;*/
    border: none;
    height: 90px;
    margin: 425px auto 91px;
    display: table;
}

    .slotwrapper ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        float: left;
    }

    .slotwrapper ul {
        width: 97px;
        height: 90px;
        font-size: 190px;
        line-height: 190px;
        text-align: center;
    }

        .slotwrapper ul li img {
            vertical-align: top;
        }

.promo-slot {
    position: absolute;
    z-index: 999;
    overflow: hidden;
    /*display: inline-block;*/
}


#promo-spin {

}

.greyscale {
    filter: grayscale(1);
}


.sloticons {
    position:relative;
}



.paytable {
    padding-bottom: 180px;
}


#playerGameData {
    z-index: 999;

}

[type=button], [type=reset], button {
    -webkit-appearance: button;
    cursor: pointer;
/*    background-color: #1e52a300;*/
    border: none;
}
.pay {
    padding-right: 2px;
    padding-left: 2px;
}


.payPIC {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    padding: 6px;
    border-radius: 20px;
}


.pay1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001f68+0,00767c+100 */
    background: rgb(0,31,104); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,31,104,1) 0%, rgba(0,118,124,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,31,104,1) 0%,rgba(0,118,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,31,104,1) 0%,rgba(0,118,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f68', endColorstr='#00767c',GradientType=0 ); /* IE6-9 */
    padding-right: 2px;
    padding-left: 2px;
    border-radius: 20px;
}

    .pay1 p {
        font-size: 20px;
        line-height: 76px;
        color: #fff;
        text-align: center;
        font-family: 'Holtwood One SC', serif;
        margin: 0 0 2px;
        font-weight: normal;
    }

    .pay1 h3 {
        font-size: 50px;
        line-height: 37px;
        color: #fff;
        text-align: center;
        font-weight: normal;
        font-family: 'Holtwood One SC', serif;
        text-shadow: 2px 2px 2px #000
    }




.glow {
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}



.lbBG {
    background-image: url('../images/header-bg2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
    padding: 20px;
}

    .lbBG h3 {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: bold;
        font-size: 50px;
        color: #fff;
        text-shadow: 2px 2px 3px #000;
    }

/*.form-control {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
    height: 40px;
    background: #373d4a;
    border: none;
    color: #000000;
}*/
.content a {
    /*    color: #000000;*/
    /*    text-shadow: 2px 2px 3px #000;*/
    cursor: pointer;
}

.content {
    padding: 0px 0px;
}

ol, ul {
    padding-left: 0rem;
}

.table > :not(caption) > * > * {
    color: #ffffff;
    font-size: 15px;
}

h1 {
    font-family: 'Marcellus SC', serif;
    font-weight: bold;
    font-size: 12em;
    color: #ffffff;
    line-height: 0px;
    text-shadow: 2px 2px 3px #000;
}

.content ul li, ol li {
    color: #ffffff;
}

.leaderboard {
    background: -webkit-linear-gradient(top, #3a404d, #181c26);
    background: linear-gradient(to bottom, #3a404d, #181c26);
    border-radius: 10px;
    box-shadow: 0 7px 30px rgba(62, 9, 11, 0.3);
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

    .leaderboard h1 {
        font-weight: 100;
        font-size: 2em;
        color: #e1e1e1;
        padding: 5px 0px 5px;
    }

        .leaderboard h1 svg {
            width: 60px;
            height: 60px;
            position: relative;
            top: 3px;
            margin-right: 6px;
            vertical-align: baseline;
        }

    .leaderboard ol {
        counter-reset: leaderboard;
    }

        .leaderboard ol li {
            position: relative;
            z-index: 1;
            font-size: 14px;
            counter-increment: leaderboard;
            padding: 18px 10px 18px 50px;
            cursor: pointer;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform: translateZ(0) scale(1, 1);
            transform: translateZ(0) scale(1, 1);
        }

            .leaderboard ol li::before {
                content: counter(leaderboard);
                position: absolute;
                z-index: 2;
                top: 15px;
                left: 15px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                color: #c24448;
                background: #fff;
                border-radius: 20px;
                text-align: center;
            }

            .leaderboard ol li mark {
                position: absolute;
                z-index: 2;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                padding: 18px 10px 18px 50px;
                margin: 0;
                background: none;
                color: #fff;
            }

                .leaderboard ol li mark::before, .leaderboard ol li mark::after {
                    content: '';
                    position: absolute;
                    z-index: 1;
                    bottom: -11px;
                    left: -9px;
                    border-top: 10px solid #c24448;
                    border-left: 10px solid transparent;
                    -webkit-transition: all .1s ease-in-out;
                    transition: all .1s ease-in-out;
                    opacity: 0;
                }

                .leaderboard ol li mark::after {
                    left: auto;
                    right: -9px;
                    border-left: none;
                    border-right: 10px solid transparent;
                }

            .leaderboard ol li small {
                position: relative;
                z-index: 2;
                display: block;
                text-align: right;
            }

            .leaderboard ol li::after {
                content: '';
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #fa6855;
                box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                opacity: 0;
            }

            .leaderboard ol li:nth-child(1) {
                background: #fa6855;
            }

                .leaderboard ol li:nth-child(1)::after {
                    background: #fa6855;
                }

            .leaderboard ol li:nth-child(2) {
                background: #e0574f;
            }

                .leaderboard ol li:nth-child(2)::after {
                    background: #e0574f;
                    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
                }

                .leaderboard ol li:nth-child(2) mark::before, .leaderboard ol li:nth-child(2) mark::after {
                    border-top: 6px solid #ba4741;
                    bottom: -7px;
                }

            .leaderboard ol li:nth-child(3) {
                background: #d7514d;
            }

                .leaderboard ol li:nth-child(3)::after {
                    background: #d7514d;
                    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
                }

                .leaderboard ol li:nth-child(3) mark::before, .leaderboard ol li:nth-child(3) mark::after {
                    border-top: 2px solid #b0433f;
                    bottom: -3px;
                }

            .leaderboard ol li:nth-child(4) {
                background: #cd4b4b;
            }

                .leaderboard ol li:nth-child(4)::after {
                    background: #cd4b4b;
                    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
                }

                .leaderboard ol li:nth-child(4) mark::before, .leaderboard ol li:nth-child(4) mark::after {
                    top: -7px;
                    bottom: auto;
                    border-top: none;
                    border-bottom: 6px solid #a63d3d;
                }

            .leaderboard ol li:nth-child(5) {
                background: #c24448;
                border-radius: 0 0 10px 10px;
            }

                .leaderboard ol li:nth-child(5)::after {
                    background: #c24448;
                    box-shadow: 0 -2.5px 0 rgba(0, 0, 0, 0.12);
                    border-radius: 0 0 10px 10px;
                }

                .leaderboard ol li:nth-child(5) mark::before, .leaderboard ol li:nth-child(5) mark::after {
                    top: -9px;
                    bottom: auto;
                    border-top: none;
                    border-bottom: 8px solid #993639;
                }

            .leaderboard ol li:hover {
                z-index: 2;
                overflow: visible;
            }

                .leaderboard ol li:hover::after {
                    opacity: 1;
                    -webkit-transform: scaleX(1.06) scaleY(1.03);
                    transform: scaleX(1.06) scaleY(1.03);
                }

                .leaderboard ol li:hover mark::before, .leaderboard ol li:hover mark::after {
                    opacity: 1;
                    -webkit-transition: all .35s ease-in-out;
                    transition: all .35s ease-in-out;
                }


.leaves {
    z-index: 1058;
}

.mt {
    /* z-index: 1059; */
    position: relative;
    padding-bottom:20px;
}




section .set {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}

    section .set.set2 {
        filter: blur(2px);
        transform: rotateY(180deg);
    }

    section .set.set3 {
        filter: blur(4px);
        transform: rotateY(180deg);
    }

    section .set div {
        animation-name: animate;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        display: block;
        opacity: 0;
        position: absolute;
        top: -10%;
        transform: rotateZ(0) translateX(20px);
    }

        section .set div:nth-child(1) {
            animation-delay: -7s;
            animation-duration: 15s;
            left: 20%;
        }

        section .set div:nth-child(2) {
            animation-delay: -5s;
            animation-duration: 20s;
            left: 50%;
        }

        section .set div:nth-child(3) {
            animation-duration: 20s;
            left: 70%;
        }

        section .set div:nth-child(4) {
            animation-delay: -5s;
            animation-duration: 15s;
            left: 0;
        }

        section .set div:nth-child(5) {
            animation-delay: -10s;
            animation-duration: 18s;
            left: 85%;
        }

        section .set div:nth-child(6) {
            animation-duration: 12s;
            left: 0;
        }

        section .set div:nth-child(7) {
            animation-duration: 14s;
            left: 15%;
        }

        section .set div:nth-child(8) {
            animation-duration: 15s;
            left: 60%;
        }

@keyframes animate {
    10% {
        opacity: 1;
    }

    20% {
        transform: rotateZ(45deg) translateX(-20px);
    }

    40% {
        transform: rotateZ(90deg) translateX(-20px);
    }

    60% {
        transform: rotateZ(180deg) translateX(20px);
    }

    80% {
        transform: rotateZ(180deg) translateX(-20px);
    }

    100% {
        top: 110%;
        transform: rotateZ(225deg) translateX(-20px);
    }
}

@media screen and (max-width: 990px) {
    section h2 {
        font-size: 9rem;
    }
}

@media screen and (max-width: 768px) {
    section h2 {
        font-size: 6rem;
    }

    section .set div img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 550px) {
    section h2 {
        font-size: 4rem;
    }

    section .set div img {
        width: 75px;
        height: 50px;
    }
    .snowflake img {
        height: 40px;
    }
    .plogo {
        padding-top: 69px;
    }
}

@media screen and (min-width: 240px) and (max-width: 480px) and (orientation: portrait) {

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 40px;
        margin: 0;
    }

    table th, table td {
        font-size: 13px;
    }

    .snowflake img {
        height: 40px;
    }

    .plogo {
        padding-top: 69px;
        width: 300px;
    }
    .plogo img {
        width: 100%;
    }
}

/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}
 
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:https://proxy.everskies.com/a/https://proxy.everskies.com/a/2.5s,1s;animation-delay:https://proxy.everskies.com/a/https://proxy.everskies.com/a/2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,https://proxy.everskies.com/a/https://proxy.everskies.com/a/1.5s;animation-delay:3s,https://proxy.everskies.com/a/https://proxy.everskies.com/a/1.5s}
/* Demo Purpose Only*/
.demo {
  font-family: 'Raleway', sans-serif;
	color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
  font-family: 'Raleway', sans-serif;
color: #000;		
}