﻿body {
    font-family: 'Raleway', sans-serif;
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.dis-none {
    display:none;
}

.omargin {
    margin:0px;
}

.wheel-reward {
    position: absolute;
    max-width: 300px;
    background-color: #000;
    padding: 20px;
    border-radius: 6px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.no-pad {
    padding: 0px;
}

#canvas {
    max-width:600px;
    width:100%;
}

.wheel {
    /*background-image: url(../img/wheel-cover.png);
    background-size: contain;
    background-position-x: 3px;
    background-repeat:no-repeat;*/
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.wheel-cover {
    position:absolute;
}

.container11 {
    max-width: 1000px;
}

.rewards-daily {
    border-radius: 6px;
    background-color: #e31a20;
    color: #FFF;
    font-size: 20px;
    padding: 5px 10px;
    max-width: 300px;
    margin: 0px auto;
}

.rewards-daily:hover {
    background-color: #f9ff00;
    color: #1f1f1f;
    cursor:pointer;
}

.hidepage {
    display: none;
}

.showpage {
    display: unset;
}

.left-floatess {
    position: relative;
    float: left;
    width: 100%;
}

.userbox {
    font-size: 13px;
    padding: 6px;
    text-align: center;
    width: 280px;
    margin-bottom: 5px;
    color:#646464;
}

#w-link, #w-link1, #w-link2 {
    color:#FFF;
}

#yel-link {
    color:#e4f902;
}

#main-info-01 {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 20px auto;
}

#main-info-before {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

#main-info-before h1 {
    font-size: 23px;
    font-weight:bold;
    margin: 0 auto 20px;
    color: #f9ff00;
}

#main-info-before h3 {
        font-size: 22px;
        color:#f9ff00;
    }

#main-info-before h4 {
    font-size:14px;
}



#main-info-before p {
    font-size: 14px;
    margin: 0 auto 20px;
}

#main-info-01 .player-name {
    color:#f9ff00;
}

.main-info-blk {
    background-color: rgba(0, 0, 0, 0.5);
    max-width:1000px;
    padding:20px;
    border-radius:6px;
    text-align:center;
    color:#FFF;
}

.player-info-blk1, .player-info-blk2 {
    width: 100%;
    min-height: 300px;
    background-color: rgba(18, 100, 48, 0.8);
    border-radius: 6px;
}

.player-info-blk1 {
    padding: 15px;
    text-align: center;
    color: #FFF;
}

.player-info-blk2 p {
    color:#FFF;
    font-size: 15px;
    padding: 10px 0px;
}

#player-name {
    margin-top:10px;
    font-size:18px;
}

#player-pts {
    font-size: 18px;
    color: #f9ff00;
    line-height: 22px;
    margin-top: 10px;
}

.redeemed-spins, .unredeemed-spins, .additional-spins {
    background-color: rgba(255, 246, 0, 0.8);
    border-radius: 6px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    min-height: 85px;
}

.redeemed-spins {
    padding-top: 20px;
    background-color:#FFF;
}

.unredeemed-spins:hover, .additional-spins:hover {
        background-color: rgba(277, 26, 32, 0.8);
        cursor: pointer;
        color: #FFF;
    }

.ps {
    font-size: 13px;
    text-align: center;
    color: #f7ff00;
    margin-top: 20px;
    /*width: 100%;
    font-size: 13px;
    text-align: center;
    color: #f7ff00;
    margin: 10px 0px 10px;
    display: inline-block;*/
}

.male {
    background-image: url(../img/male.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    margin: auto;
}

.female {
    background-image: url(../img/female.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    margin: auto;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}

.navbar-default {
	font-family: 'Raleway', sans-serif;
	background-color: #000;
    color:#cba55a;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	background-position: center top;
	background-repeat: no-repeat;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;

}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #FFF;
    background-color:#178a43;
}

.navbar-default .nav > li.active,
.navbar-default .nav>li.active>a:focus {
    color: #f05f40!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-nav {
     margin: 0px;
}

.navbar-collapse {
    background-color: black;
}

.navbar-default {
    background-color: #000000;
    border-color: #000000;
}


.logo{
    height: 109px;
    width: 168px;
    background-image: url(../img/v2w-logo.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
}

.lang-sel {
    position: absolute;
    top: 0px;
    right: 40px;
    color: #FFF;
}

.lang-c {
    background-color: #000;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 3px;
    color: #FFF;
}

a:focus, a:hover {
    color: #FFF;
    text-decoration:none;
}

.tableWrapper {     
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
    margin-top: 30px; 
}

.tableWrapper.table-responsive table {     
         width: 100%;
        max-width: 1000px;
}

table {
    border-collapse: collapse;
 
}

.table-responsive {
        border: 0px solid #ddd;
}

table-wrap {
	margin-top:25px;
	width:100%;
}


tr:nth-child(even) {
    background-color: rgba(41, 41, 41, 0.8);
    color: #FFF;
	
}

/* .one11 {
    background-color: rgba(41, 41, 41, 0.8);
    color: #FFF;
}

.two22 {
    background-color: rgba(64, 64, 64, 0.8);
    color: #FFF;
} */

tr:nth-child(odd) {
    background-color: rgba(64, 64, 64, 0.8);
    color: #FFF;
	
}

th {
    background-color: #00662e;
    color: #FFF;
    font-size: 18px;
    text-align: left;
    padding: 6px 10px 6px 10px;
    width:20%;
}

td {
    font-size: 15px;
    text-align: left;
    padding: 3px 10px;
    width:20%;
}

 tr {
	 margin-bottom:10px;
}

#tb1LB { 
    width:100%;
}

.userbox {
    font-size: 13px;
    padding: 6px;
    text-align:center;
    width: 180px;
}

.btn-success-11 {
    color:#FFF;
    background-color:#019040;
    border-radius: 0px;
    width: 180px;
    text-transform: uppercase;
}

/****LOADING SPINNER******/

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  color:#f32937;
  z-index: 1050;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #f32937;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/****LOADING SPINNER END******/
.img-respon {
    width:100%;

}

header {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 55px;
}

#logo-overlay-1 {
    max-width: 600px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#DisplayTicketDiv h2 {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 39px;
    font-weight: bold;
    margin: 10px 0px 30px 0px;
}

#DisplayTicketDiv h3 {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 23px;
    /* font-weight: bold; */
    margin: 20px 0px 0px;
}

.bg-primary {
    background-color: unset;
    padding: 25px 15px;
}

.bg-primary h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
    color: rgb(249, 255, 0);
    text-transform: uppercase;
}

.bg-primary p {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 15px;
    line-height: 18px;
}

.bg-primary .inner-wrap {
    max-width:750px;
    margin:auto;
}

.bg-tertiary {
    text-align: center;
    padding: 40px 10px 70px;
    background-image:url(../img/tableblk-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-color: unset;
}

.bg-tertiary h1 {
     font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 50px;
    color: #FFF;
    margin-top: 0px;
}

.bg-tertiary h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #FFF;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-tertiary h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #FFF;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 6px;
}

.bg-tertiary  h4 {
    color:#cba55a;
}

.footer {
    background-color: #000;
    text-align: center;
    padding: 6px;
}

/*prize*/

#drewards .modal-backdrop.in {
    background-image: url(../img/modalbg.jpg);
    background-size: cover;
    /*background-attachment:fixed;*/
    background-color: #f32837;
    filter: alpha(opacity=10);
    opacity: 1;
}

#drewards .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

#drewards .modal-footer {
    padding: 5px 15px 15px 15px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}

#skipabeat .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 30px;
    color: #f32937;
}

#drewards .btn-default {
    color: #FFF;
    background-color: #f32937;
    border-color: #FFF;
}

#drewards .btn-default:hover {
        color: #FFF;
        background-color: #656565;
        border-color: #656565;
    }

/*tncs modal*/
#tnc button.close {
    -webkit-appearance: none;
    padding: 0px 5px 5px;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #FFF;
    font-size: 32px;
}

#tnc .modal-backdrop.in {
    background-color:#000;
    filter: alpha(opacity=10);
    opacity: 1;
}

#tnc .modal-content {
    color: #a5a5a5;
    position: relative;
    background-color: #151515;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
}

#tnc .modal-footer {
    padding: 5px 15px 15px 15px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}

#tnc .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 30px;
    color: #f32937;
}

#tnc .btn-default {
    color: #FFF;
    background-color: #f32937;
    border-color: #FFF; 
}

#tnc .btn-default:hover {
    color: #FFF;
    background-color: #666;
    border-color: #FFF; 
}



.depgen-blk {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    border-radius: 4px;
    background-color: #000;
    margin: 10px;
}

.depgen-rdm {
    background-color: #d5db18;
    color: #00632d;
    font-weight: bold;
}

.slblk-b {
    background-color: #08351d;
}

.bg-primary hr {
    max-width: 80%;
}

.actspins {
    background-color: #ed1c24;
    font-weight: bold;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 6px;
    border: 0px;
    width: 200px;
    margin: 20px;
    cursor: pointer;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.inactspins {
    background-color: #ccc;
    color:#656565;
}

#OfferTitle {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

#OfferMsg {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 17px;
}

#OfferMsg h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

#OfferMsg p {
    margin: 0 0 20px;
}

#OfferMsg strong {
   font-weight: bold;
   display: block;
}

.like-fb {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    color: #3c65c5;
}

@media (min-width: 1441px) and (max-width: 2200px) {
    #logo-overlay {
    max-width: 550px;
}


}

@media (min-width: 1026px) and (max-width: 1366px) {


}

@media (min-width: 960px) and (max-width: 1025px) {

#logo-overlay {
    max-width: 450px;
}


.bg-primary h1 {
    font-size: 20px;
}


#main-info-01 {
    top: 38%;
}


#main-info-01 h2 {
    font-size: 19px;
}

#main-info-01 h3 {
    font-size: 19px;
    margin: 0px 0px 20px;
}

.bg-primary {
    padding: 15px;
}

.bg-tertiary {
    padding: 40px 10px 40px;
}

}

@media(min-width: 767px) and (max-width: 959px) {

    .redeemed-spins, .unredeemed-spins, .additional-spins {
        min-height: 107px;
    }

    .male, .female {
        width: 120px;
        height: 120px;
    }

    #main-info-01 {
        max-width: 700px;
    }

    .player-info-blk1 {
        padding: 5px;
    }

    #logo-overlay-1 {
        margin: 40px auto;
    }

    .main-info-blk {
        max-width: 600px;
        padding: 40px;
    }

/*.col-md-3 {
    width: 25%;
    float: left;
    padding: 5px;
}*/

.bg-primary p {
    font-size: 15px;
    line-height: 20px;
}

#main-info-01 {
    top: 40%;
}

#main-info-01 h2 {
    font-size: 16px;
}

#main-info-01 h3 {
    font-size: 16px;
}

.bg-primary {
    padding: 20px;
}

.bg-primary h1 {
    font-size: 20px;
}

.bg-primary h3 {
    font-size: 15px;
}

.bg-tertiary {
    padding: 40px 10px 30px;
}

.bg-tertiary h2 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-tertiary h1 {
    font-size: 45px;
}

#DisplayTicketDiv h2 {
    font-size: 37px;
}

#DisplayTicketDiv h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 0px;
}

#DisplayTicketDiv h2 {
    font-size: 37px;
    font-weight: bold;
}

.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
    font-size: 13px;
}

.nav > li > a {
    padding: 10px 10px;
}
		
}


@media (min-width: 569px) and (max-width: 766px) {

    .redeemed-spins, .unredeemed-spins, .additional-spins {
        margin: 10px;
    }

    .player-info-blk2 p {
        padding: 15px 0px;
    }

.player-info-blk1, .player-info-blk2 {
     width: 90%;
     margin: 20px auto;
}

#logo-overlay-1 {
        max-width: 400px;
}

/*.col-md-3 {
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}*/

.main-info-blk {
        max-width: 600px;
        margin-bottom: 20px;
}

/*.navbar-default {
    background-color: unset;
}*/

.navbar-fixed-top {
    border-width: 0 0 0px;
}

#main-info-before h4 {
    font-size: 15px;
}

#main-info-before h1 {
    font-size: 17px;
    margin: 0 auto 5px;
}

#main-info-before p {
    font-size: 13px;
    margin: 0 auto 5px;
    line-height: 15px;
}
  
.logo {
    height: 50px;
    width: 170px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
}

#main-info-01 {
    top: 40%;
}

#main-info-01 h2 {
    font-size: 16px;
}

#main-info-01 h3 {
    font-size: 16px;
    margin: 0px 0px 20px;
}

#DisplayTicketDiv h3 {
    font-size: 20px;
    margin: 20px 0px 0px;
}

#DisplayTicketDiv h2 {
    font-size: 36px;
    margin: 0px;
}

.bg-primary {
    padding: 10px;
}

.bg-primary h1 {
    font-size: 16px;
}

.bg-primary h3 {
    font-size: 13px;
}

.bg-tertiary {
    padding: 20px 10px 30px;
}

.bg-tertiary h1 {
    font-size: 34px;
}

.bg-tertiary h2 {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 9px;
}

.userbox {
    margin-right: 5px;
    margin-bottom: 5px;
}

th {
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

td {
    font-size: 12px;
    text-align: left;
    padding: 3px 5px;
    text-transform: uppercase;
}

.lang-c {
    font-size: 13px;
}

.lang-sel {
    top: 16px;
    right: 80px;
        z-index:1030;
    position: fixed;
}

}


@media (min-width: 481px) and (max-width: 568px) {


.col-sm-4 {
    width: 33.333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
    
.logo {
    height: 50px;
    width: 170px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
}

#main-info-01 {
    top: 44%;
}

#main-info-01 h2 {
    font-size: 16px;
}

#main-info-01 h3 {
    font-size: 16px;
    margin: 0px 0px 20px;
}

#DisplayTicketDiv h3 {
    font-size: 20px;
    margin: 20px 0px 0px;
}

#DisplayTicketDiv h2 {
    font-size: 36px;
    margin: 0px;
}

.bg-primary {
    padding: 10px;
}

.bg-primary h1 {
    font-size: 16px;
}

.bg-primary h3 {
    font-size: 13px;
}

.bg-tertiary {
    padding: 20px 10px 30px;
}

.bg-tertiary h1 {
    font-size: 34px;
}

.bg-tertiary h2 {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 9px;
}

.userbox {
    margin-right: 5px;
    margin-bottom: 5px;
}

th {
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

td {
    font-size: 12px;
    text-align: left;
    padding: 3px 5px;
    text-transform: uppercase;
}

.lang-c {
    font-size: 13px;
}

.lang-sel {
    top: 16px;
    right: 80px;
        z-index:1030;
    position: fixed;
}

}

@media (min-width: 200px) and (max-width: 480px) {

    .redeemed-spins, .unredeemed-spins, .additional-spins {
        margin: 15px;
    }

    .player-info-blk1, .player-info-blk2 {
        padding: 10px;
        margin: 10px 0;
    }

    #main-info-01 {
        width: 95%;
    }

#main-info-before {
        width: 90%;
        margin: 20px auto 40px;
    }

#main-info-before h1 {
        font-size: 19px;
}

.rewards-daily {
        font-size: 18px;
        max-width: 250px;
}

#main-info-before h3 {
        font-size: 19px;
}

#logo-overlay-1 {
        max-width: 320px;
        margin: 10px auto 0;
}

.logo {
    height: 50px;
    width: 170px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
}

#DisplayTicketDiv h3 {
    font-size: 15px;
    margin: 20px 0px 7px;
}

#DisplayTicketDiv h2 {
    font-size: 36px;
    margin: 0px;
}

.bg-primary {
    padding: 15px;
}

.bg-primary p {
    font-size: 13px;
    line-height: 15px;
}

.bg-primary h1 {
    font-size: 16px;
}

.bg-primary h3 {
    font-size: 13px;
}

.bg-tertiary {
    padding: 20px 10px 30px;
}

.bg-tertiary h1 {
    font-size: 34px;
}

.bg-tertiary h2 {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 9px;
}

.bg-tertiary h3 {
    font-size: 14px;
}

.userbox {
    margin-right: 0px;
    margin-bottom: 5px;
}

th {
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

td {
    font-size: 12px;
    text-align: left;
    padding: 3px 5px;
    text-transform: uppercase;
}

.lang-c {
    font-size: 13px;
}

.lang-sel {
    top: 18px;
    right: 87px;
        z-index:1030;
    position: fixed;
}

}



.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% { transform: scale(0); }
  100% { transform: scale(1); }
}

@keyframes lds-ellipsis3 {
  0% { transform: scale(1); }
  100% { transform: scale(0); }
}

@keyframes lds-ellipsis2 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(19px, 0); }
}





.loader {
    color: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgb(14, 75, 36);
}

.loader-container {
    max-width: 600px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    margin: auto;
    text-align: center;
}


#preloader span {
    display: block;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase
}


.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 13px;
        background: #fff;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 6px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 26px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 45px;
            animation-delay: 0;
        }

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }

    50%, 100% {
        top: 19px;
        height: 26px;
    }
}