@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gothambold1.eot');
    src: local('gothambold1'), 
    url('../fonts/gothambold1.woff') format('woff'), 
    url('../fonts/gothambold1.ttf') format('truetype');
}
@font-face {
  font-family: 'gobold';
  src: url('../fonts/goboldbold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/goboldbold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/goboldbold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/goboldbold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/goboldbold.svg#svgGothamBook') format('svg'); /* Legacy iOS */
}
body {
    /*background: #DB1F2D url("../img/bg-dbl.jpg") no-repeat scroll center top / cover ;*/
    background: #e84118;
    min-height: 650px;
}
body.winning {
    background: #000000 url("../img/bg-winner-spin.jpg") no-repeat scroll center top / cover ;
    min-height: 650px;
}
#content {
    margin-top: 15px;
}
.block-content {
    margin-top: 25px;
}

.btn-disabled {
    background: #cccccc none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font-family: "gothambold";
    margin-bottom: 10px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 12px !important;

}
.btn-disabled:hover {
    background: #cccccc none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 12px !important;
}

.btn-submit-1 {
    background: #27ae60 none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font-family: "gothambold";
    margin-bottom: 10px;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px !important;
}
.btn-submit-1:hover {
    background: #2ecc71 none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 12px !important;
}

.btn-in {
    background: #27ae60 none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font-family: "gothambold";
    margin-bottom: 10px;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px !important;
}
.btn-in:hover {
    background: #2ecc71 none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 12px !important;
}

.btn-out {
    background: #0c4da2 none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font-family: "gothambold";
    margin-bottom: 10px;
    padding: 10px 10px;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px !important;
}
.btn-out:hover {
    background: #1271ed none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 12px !important;
}

.btn-input:hover {
    background: #ed1c24 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 30px;
    text-decoration: none;
}

.btn-logout {
    background: #cccccc none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font-family: "gothambold";
    margin-bottom: 10px;
    padding: 10px 30px;
    text-decoration: none;
    cursor: pointer;
}

.btn-logout:hover {
    background: #666666 none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 30px;
    text-decoration: none;
}

.btn-bulat {
    background: #27ae60 none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font-family: "gothambold";
    margin-bottom: 5px;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px !important;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
.btn-bulat:hover {
    background: #2ecc71 none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
    text-decoration: none;
    font-size: 18px !important;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}


.clock-wrapper {
    margin-bottom: 20px;
    text-align: center;
}

.jam, .menit, .detik, .point {
    display: inline-block;
    font-size: 65px;
    font-weight: bolder;
    color: #ffffff;
    text-shadow: 3px 3px 4px #000000;
}

.block-content .title {
    color: #333;
    font-family: "gothambold";
}
.modal-body.tnc {
    height: 450px;
    margin-bottom: 10px;
    overflow-y: scroll;
}
.block-content input {
    font-family: "gothambook";
}

.bottom > p {
    font-family: "gothambold";
    font-size: 11px;
}
.tnc {
    color: #fff;
    font-family: "gothambook";
    font-size: 13px;
    text-decoration: none;
}
.tnc:hover {
    color: #ccc;
    font-size: 13px;
    text-decoration: none;
}
.modal h3 {
    font-family: "gothambold";
    font-size: 25px;
}
.modal-header > p {
    font-family: "gothambook";
}
.modal-body .title {
    font-family: "gothambold";
}
.modal-body > p {
    font-family: "gothambook";
}
.content-left, .content-center {
    margin-bottom: 20px;
}
.content-right {
    margin-bottom: 70px;
}
.bottom {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: #333;
    left: 0;
    padding-bottom: 0;
    padding-top: 10px;
    position: fixed;
    right: 0;
    font-family: "gothambook";
}

.form-group input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    margin-bottom: 25px;
    margin-top: 10px;
    font-family: "gothambook";
}

.modal-body .btn-submit-3{
    background: #ccc none repeat scroll 0 0;
    color: #666;
    display: inherit;
    font-family: "gothambold";
    padding: 10px;
    text-decoration: none;
}
.modal-body .btn-submit-3:hover {
    background: #ed1c24 none repeat scroll 0 0;
    color: #fff;
    display: inherit;
    font-family: "gothambold";
    padding: 10px;
    text-decoration: none;
}

.modal-header {
    border: medium none;
}

.content-left img {
    left: 120px;
    position: absolute;
}
.content-right img {
    position: absolute;
    right: 170px;
    top: 10px;
}

.spin #logo .logo-block img {
    width: 175px;
}
.spin .content img {
    margin-bottom: 50px;
    text-align: center;
    width: 80%;
}
.spin  .title-block img {
    padding-top: 40px;
}
.spin .content.spin-machine {
    margin-top: 50px;
    text-align: center;
}
.content.spin-machine.winner {
    background: #f2dddc none repeat scroll 0 0;
    border-radius: 20px;
    padding: 20px 15px;
    margin-top: 50px;
    text-align: center;
}
.title-winner-bottom > h3 {
    font-family: "gothambold";
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}
.title-winner h3 {
    font-family: "gothambold";
    font-size: 30px;
    margin-bottom: 20px;
}
.title-winner-bottom img {
    margin-bottom: 20px !important;
    margin-top: 10px;
    width: 50% !important;
}
.btn-spin {
    margin-top: 30px;
}
.btn-spin input {
    background: rgba(0, 0, 0, 0) url("../img/btn-acak.png") no-repeat scroll 0 0;
    border: medium none;
    padding: 80px;
}
.btn-spin input.stop {
    background: rgba(0, 0, 0, 0) url("../img/btn-stop.png") no-repeat scroll 0 0;
    border: medium none;
    padding: 80px;
}
.fancy {
    
    background: rgba(242,242,242,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(179,179,179,1) 50%, rgba(179,179,179,1) 51%, rgba(214,214,214,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(50%, rgba(179,179,179,1)), color-stop(51%, rgba(179,179,179,1)), color-stop(100%, rgba(214,214,214,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(179,179,179,1) 50%, rgba(179,179,179,1) 51%, rgba(214,214,214,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(179,179,179,1) 50%, rgba(179,179,179,1) 51%, rgba(214,214,214,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(179,179,179,1) 50%, rgba(179,179,179,1) 51%, rgba(214,214,214,1) 100%);
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(179,179,179,1) 50%, rgba(179,179,179,1) 51%, rgba(214,214,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d6d6d6', GradientType=0 );
    box-shadow: 2px 2px #777;
    padding-top: 5px;
    border-radius: 10px;
}

 /* Large Devices, Wide Screens */
    @media only screen and (min-width : 993px) and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 769px) and (max-width : 992px) {
        .content-left img {
            left: 0;
            position: relative;
        }
        .content-right img {
            left: 0;
            right: 0;
            position: relative;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 481px) and (max-width : 768px) {
        .content-left img {
            left: 0;
            position: relative;
        }
        .content-right img {
            left: 0;
            right: 0;
            position: relative;
        }

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 321px) and (max-width : 480px) {
        .content-left img {
            left: 0;
            position: relative;
        }
        .content-right img {
            left: 0;
            right: 0;
            position: relative;
        }

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .content-left img {
            left: 0;
            position: relative;
        }
        .content-right img {
            left: 0;
            right: 0;
            position: relative;
        }

    }

