@font-face {
    font-family: 'BPGArial2010';
    src: url('fonts/BPGArial2010.eot?#iefix') format('embedded-opentype'), url('fonts/BPGArial2010.woff') format('woff'), url('fonts/BPGArial2010.ttf') format('truetype'), url('fonts/BPGArial2010.svg#BPGArial2010') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+10D0-10F0;
}

@font-face {
    font-family: 'BPGArialCaps2010';
    src: url('fonts/BPGArialCaps2010.eot?#iefix') format('embedded-opentype'), url('fonts/BPGArialCaps2010.woff') format('woff'), url('fonts/BPGArialCaps2010.ttf') format('truetype'), url('fonts/BPGArialCaps2010.svg#BPGArialCaps2010') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+10D0-10F0;
}

@font-face {
    font-family: 'Datebashvili';
    src: url('fonts/hinted-Datebashvili.eot');
    src: url('fonts/hinted-Datebashvili.eot?#iefix') format('embedded-opentype'),
    url('fonts/hinted-Datebashvili.woff2') format('woff2'),
    url('fonts/hinted-Datebashvili.woff') format('woff'),
    url('fonts/hinted-Datebashvili.ttf') format('truetype'),
    url('fonts/hinted-Datebashvili.svg#Datebashvili') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ny-roulette {
    background: url("img/ny-back.png") no-repeat center;
    background-size: 100% auto;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.35), 0 15px 15px rgba(0, 0, 0, 0.30);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 30px;
    text-align: center;
    position: fixed;
    height: 600px;
    width: 560px;
    left: 50%;
    top: 127%;
    z-index: 9999;
}

.ny-roulette::before {
    background: url("img/ny-snow.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    display: block;
    height: 80px;
    width: 103%;
    content: "";
    top: -37px;
    right: 0;
}

.ny-title {
    padding: 45px 0 10px 0;
    text-align: center;
    color: #ffffff;
}

.ny-title h1 {
    font-family: 'Datebashvili', sans-serif;
    padding-bottom: 15px;
    font-size: 30px;
    margin: 0;
}

.ny-title h3 {
    font-size: 18px;
    margin: 0;
}

#ny-wheel image {
    height: 100%;
    width: 100%;
}

#svg-box {
    position: absolute;
    height: 480px;
    width: 100%;
    bottom: 0;
    left: 0;
}

#ny-num-box {
    background-color: rgba(185, 0, 0, 0.35);
    border-radius: 50%;
    position: absolute;
    height: 185px;
    margin: auto;
    width: 186px;
    bottom: 0;
    left: 2px;
    right: 0;
    top: 0;
}

.ny-red {
    background-color: #ff000085;
}

.ny-black {
    background-color: #000000a6;
}

#ny-text {
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    display: table;
    color: #ffffff;
    left: 50%;
    top: 50%;
}

#ny-text p {
    padding: 0;
    margin: 0;
}

#ny-num {
    font-family: 'BPGArialCaps2010', sans-serif;
    margin-top: 10px !important;
    font-weight: bold;
    font-size: 45px;
}

.ny-gel {
    font-family: 'BPGArialCaps2010', sans-serif;
    font-size: 20px;
}

.ny-btn-box {
    background: url("img/ny-btn-box.png") no-repeat bottom center;
    font-family: 'Datebashvili', sans-serif;
    background-size: 100% auto;
    position: fixed;

    padding: 40px;
    top: 459px;
    left: 0;
}

@keyframes blinking {
    0%{
        filter: hue-rotate(0deg);
    }
    50% {
        filter: hue-rotate(90deg);
    }
    100% {
        filter: hue-rotate(0deg);
    }
}

#ny-btn, #ny-btn2 {

    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.35), 0 15px 15px rgba(0, 0, 0, 0.30);
    padding: 20px 35px 10px 75px;
    transition: box-shadow 0.2s ease-in;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    display: block;
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d358c+0,925d9f+71 */
    background: rgb(45, 53, 140); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(45, 53, 140, 1) 0%, rgba(146, 93, 159, 1) 71%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(45, 53, 140, 1) 0%, rgba(146, 93, 159, 1) 71%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(45, 53, 140, 1) 0%, rgba(146, 93, 159, 1) 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d358c', endColorstr='#925d9f', GradientType=1) ; /* IE6-9 */
}

#ny-btn:hover, #ny-btn2:hover{
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.35), 0 15px 15px rgba(44, 88, 0, 0.3);
}

#ny-btn.blink{
    animation: blinking 1s 3;
}

#ny-btn::before, #ny-btn2::before {
    background: url("img/ny-snow2.png") no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    display: block;
    height: 20px;
    content: "";
    width: 89%;
    left: 18px;
    top: -5px;
}

#ny-btn p, #ny-btn2 p {
    background: url("img/ny-toy.png") no-repeat bottom center;
    background-size: 100% auto;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    padding-top: 24px;
    height: 60px;
    width: 66px;
    margin: 0;
    top: 37%;
    left: -3px;
}

#ny-btn-num {
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    position: absolute;
    font-size: 22px;
    display: block;
    left: 50%;
    top: 62%;
}


.wheeltip{
    font-family: 'Datebashvili', sans-serif;
    background-color: rgba(0,0,0,0.7);
    border: 1px solid #464646;
    border-radius: 5px;
    text-align: center;
    padding: 10px 5px;
    font-size: 10px;
    min-width: 65px;
    color: #ffffff;
}


#nyPrize{
    background: url("img/ny-back.png") no-repeat center;
    background-size: 100% auto;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

#nyPrize:before{
    background: url("img/nyPrize.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    display: block;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;

}

.ny-win{
    font-size: 43px !important;
    color: #fadc38;
}

#nyWin{
    padding-right:	15px;
}

#nyPrize .ny-title h2{
    margin: 0 0 40px 0;
}

.prize-info h1:first-child{
    color: #f7b8df;
}

.prize-info h2:last-child{
    color: #fadc38;
}


#giftBox{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#giftBox::before{
    background-image: url("img/shine.png");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    left: -67px;
    top: -53px;
    width: 200px;
    height: 200px;
    content: "";
    display: block;
    position: absolute;
    transform: rotate(0deg) scale(1);
    animation-name: shining;
    animation-duration: 3.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#giftBox::after{
    background-image: url("img/gift.png");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    top: 13px;
    left: 4px;
    content: '';
    display: block;
    position: absolute;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes shining {
    0% {transform: rotate(0deg) scale(0.5); opacity: 0;}
    25% {transform: rotate(90deg) scale(1); opacity: 0.5;}
    50% {transform: rotate(180deg) scale(0.5); opacity: 1;}
    75% {transform: rotate(275deg) scale(1); opacity: 0.7;}
    100% {transform: rotate(360deg) scale(0.5); opacity: 0;}
}

/* Standard syntax */
@keyframes shining {
    0% {transform: rotate(0deg) scale(0.5); opacity: 0;}
    25% {transform: rotate(90deg) scale(1); opacity: 0.5;}
    50% {transform: rotate(180deg) scale(0.5); opacity: 1;}
    75% {transform: rotate(275deg) scale(1); opacity: 0.7;}
    100% {transform: rotate(360deg) scale(0.5); opacity: 0;}
}


.hide{
    display: none !important;
}

#ny-btn2{
    line-height: 36px;
}