﻿body {
    font-family: 'Roboto', sans-serif;
    background-color: #000;
}

.top-info {
    position: absolute;
    border-radius: 6px;
    background-color: rgba( 0, 0, 0, 0.7);
    max-width: 600px;
    width: 100%;
    padding: 15px;
    left: 50%;
    top: 55%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
}

.top-info h1 {
    margin: 0;
    color: #e2ff00;
    font-weight: bold;
    line-height: 30px;
    font-size: 26px;
}

.top-info h2 {
    font-size: 21px;
}

.points-ball {
    background-image: url(../img/superbowl-football.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}

#pointDisplay {
    display: inline-block;
    color: #d6ff00;
    font-size: 30px;
    font-weight: bold;
    padding: 10% 0px 0px;
}

#errorDisplay {
    display: inline-block;
    width: 200px;
    margin: 10% 0px 0px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 5;
    color: #ff1313;
}

#chips h3, .h3 {
    font-size: 20px;
    font-weight: bold;
}

.cas9 h2 {
    color: #FFF !important;
    font-size: 20px !important;
    margin-top: 10px !important;
}

.oops {
    background-color: red;
    padding: 5px;
    margin: 20px 0px 0px;
    border-radius: 4px;
}

.oops h3 {
    font-size: 18px;
    color: #FFF;
    margin: 0px 0px 5px;
}

.oops p {
    font-size: 13px;
    color: #FFF;
}

.form h4 {
    color:#FFF;
}


.formwrap {
    position: absolute;
    z-index: 500;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
    margin: 20px;
    text-align: center;

}

form {
    margin-bottom: 5px;
}

.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;
}

.shrink{
transition: 1s ease;
}

.shrink:hover{
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
transition: 1s ease;
}

.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: 58px;
    right: 10px;
}

.lang-c {
background-color:#000;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
padding: 3px;
}

a:focus, a:hover {
    color: #FFF;
    text-decoration:none;
}

#tableContainer1 table {
    width:100%;
}

.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;
    text-align:left;
 
}

.table-responsive {
        border: 0px solid #ddd;
}

table-wrap {
	margin-top:25px;
	width:100%;
}

.table-cen {
	margin:auto;
}


tr:nth-child(even) {
    background-color: rgba(41, 41, 41, 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;
    padding: 6px 10px 6px 10px;
    width:20%;
}

td {
    font-size: 15px;
    padding: 3px 10px;
    width:20%;
}

 tr {
	 margin-bottom:10px;
}

#tb1LB, #tb2LB, #tb3LB {
    width: 100%;
}


.tabwrap {
    margin-top: 20px;
}

    .tabwrap ul, ol {
        display: inline-block;
        padding-inline-start: 0px;
    }


.tnc-tab1 {
    max-width: 600px;
    text-align: center;
    margin: 10px auto;
}

.tnc-tab1 th {
    background-color: #00662e;
    color: #FFF;
    font-size: 14px;
    padding: 6px 10px 6px 10px;
    width:20%;
}

.btn-vinner {
    background-color: #00642c;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

.btn-vinner:hover {
    background-color: #fff600;
    color: #00642c;

}

#tabs.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #fff600;
    text-decoration: none;
    color: #00642c;
}

.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;
}

.form-wrap {
    margin-bottom: 60px;
}

.pointsdisp {
    width: 100%;
    /*margin: 20px auto 20px;*/
    font-size: 35px;
    font-weight: bold;
    color: rgb(249, 255, 0);
}

.pp {
    font-size: 32px;
    font-weight: bold;
}

/****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%;
    min-height: auto;
    text-align: center;
    background-color: #000;
    color: #fff;
}

#logo-overlay {
    max-width: 600px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 4%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
}

/*#logo-overlay-1 {
    max-width: 600px;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
}*/

div.column {
  /* The background image must be 800px wide */
  max-width: 100%;
}

figure.fixedratio {
    padding-top: 54.2%;
    background-image: url(../img/header.jpg);
    background-size: cover;
    -moz-background-size: cover;
    background-position: center top;
}

figure.fixedratio:lang(fr) {
    background-image: url(../img/header-fr.jpg);
}

#logo-11 {
    max-width: 800px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
}

#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: #00642c;
    padding: 25px 15px;
    background-color: #00642c;
    padding: 25px 15px;
    display: inline-block;
    width: 100%;
}

.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 h2 {
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        font-size: 20px;
        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:1000px;
    margin:auto;
}

.bg-secondary {
    background-color: #00662e;
    padding: 40px;
}

.bg-secondary h1 {
    font-family: 'Raleway', sans-serif;
    font-weight:bold;
    font-size: 60px;
    margin-top: 0;
    color:#FFF;
}

.bg-secondary h3 {
    font-family: 'Raleway', sans-serif;
    color:#FFF;
    font-size: 18px;
    margin: 20px 0px 10px;
}

.bg-tertiary {
    background-image: url(../img/tableblk-bg.jpg);
    background-position:center top;
    background-size:cover;
    text-align: center;
    padding: 40px 10px 70px;
    background-color: #1f1f1f;
    color: #FFF;
}

.bg-tertiary h1 {
     font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 30px;
    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;
}

.middle {
    background-color:#00642c;
	padding: 20px 10px;
}

.middle h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 50px;
    color: #FFF;
    margin-top: 0px;
}

.middle h5 {
    font-size: 14px;
    font-weight:bold;
    color: #FFF;
    margin-top: 0px;
}

.middle h6 {
    font-size: 13px;
    color: #FFF;
    margin-top: 0px;
}

.prize-details {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    color: #FFF;
    text-align: center;
}

.footer {
    background-color: #000;
    text-align: center;
    padding: 10px 5px 15px;
    color: #FFF;
    font-size: 14px;
}

/*tncs modal*/
.mb li{
    margin-bottom:10px;
}

#tnc ul.ticks {
    list-style-type: none;
    padding-inline-start: 20px;
}

.ticks li {
    margin-bottom:4px;
}

#tnc .modal-dialog {
    max-width: 800px;
    /*width: 100%;*/
}

#tnc h4 {
    color: #FFF;
}

#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;
    padding:10px 20px;
}

#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; 
}


@media (min-width: 1441px) and (max-width: 2200px) {
 
#logo-overlay {
    max-width: 700px;
}

figure.fixedratio {
padding-top: 53%;
}

}

@media (min-width: 1366px) and (max-width: 1400px) {
    .top-info {
        top: 62%;
    }

figure.fixedratio {
padding-top: 53%;
}


}

@media (min-width: 1026px) and (max-width: 1365px) {

    .top-info {
        left: 50%;
        top: 65%;
    }

figure.fixedratio {
padding-top: 53%;
}

}


@media (min-width: 960px) and (max-width: 1025px) {

#logo-overlay {
   max-width: 500px;
   top: 4%;
}

.top-info {
    max-width: 600px;
    top: 62%;
}

figure.fixedratio {
    padding-top: 58%;
}

.bg-primary h1 {
    font-size: 20px;
}


.bg-primary {
    padding: 15px;
}

.bg-tertiary {
    padding: 40px 10px 40px;
}

}

@media(min-width: 767px) and (max-width: 959px) {

    .top-info h1 {
        line-height: 26px;
        font-size: 21px;
    }

    .top-info h2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .top-info {
        max-width: 400px;
        padding: 15px;
        top: 58%;
    }

    .bg-primary h2 {
        font-size: 16px;
    }

        .bg-primary h2:nth-child(even) {
            margin-bottom: 20px;
        }

.col-md-3 {
    width: 25%;
    float: left;
    padding: 5px;
}

.container11 {
    width:100%;
    padding: 0px;
}


.bg-primary p {
    font-size: 15px;
    line-height: 20px;
}

    figure.fixedratio {
        padding-top: 70%;
    }

.adj-con-width {
    max-width: 700px;
}

#logo-overlay {
    max-width: 450px;
    top: 10%;
}

[class^='imghvr-'], [class*=' imghvr-'] {
    max-width: 90%;
}


[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    padding: 10px;
}

#main-info-01 figcaption h3 {
    font-size: 15px;
    margin: 0px 0px 7px;
}

#main-info-01 figcaption p {
    font-size: 13px;
    line-height: 15px;
}

.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;
}

.bg-secondary {
    padding: 20px;
}

.bg-secondary h1 {
    font-size: 45px;
}

.bg-secondary h3 {
    font-size: 15px;
    margin: 20px 0px 10px;
}

#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: 481px) and (max-width: 766px) {

    #logo-overlay {
        max-width: 300px;
        top: 8%;
    }

    .top-info h1 {
        line-height: 26px;
        font-size: 22px;
    }

    .top-info h2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .top-info {
        max-width: 400px;
        padding: 10px;
        left: 50%;
        top: 53%;
    }

    .bg-primary h2 {
        font-size: 16px;
    }

        .bg-primary h2:nth-child(even) {
            margin-bottom: 20px;
        }

    .btn-vinner {
        font-size: 12px;
    }


    .col-md-3 {
        width: 25%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }


    figure.fixedratio {
        padding-top: 60%;
        margin-top: 0px;
    }

    #player-info span {
        font-size: 20px;
    }

    .navbar-fixed-top {
        border-width: 0 0 0px;
    }

    .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: 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-secondary {
        padding: 20px 10px;
    }

        .bg-secondary h1 {
            font-size: 34px;
        }

        .bg-secondary h3 {
            font-size: 12px;
            margin: 10px 0px 10px;
        }

    .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;
        }

    .middle {
        background-color: #00642c;
        padding: 20px 10px;
    }

        .middle h1 {
            font-size: 34px;
        }

        .middle h5 {
            font-size: 11px;
        }

    .prize-details {
        font-size: 11px;
        line-height: 13px;
    }

    .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) {

    .top-info {
        max-width: 330px;
        top: 48%;
    }

    #logo-overlay {
        top: 7%;
    }

    .bg-primary h2 {
        font-size: 16px;
    }

    .bg-primary h2:nth-child(even) {
        margin-bottom:20px;
    }

    .btn-vinner {
        font-size: 12px;
    }

    .markie {
        width: 15px;
        height: 18px;
    }

.logo {
    height: 50px;
    width: 170px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
}

figure.fixedratio {
   background-image: url(../img/header-mobile.jpg);
   padding-top: 182%;
}

figure.fixedratio:lang(fr) {
   background-image: url(../img/header-mobile-fr.jpg);
}


#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-secondary {
    padding: 15px 10px;
}

.bg-secondary h1 {
    font-size: 34px;
}

.bg-secondary h3 {
    font-size: 12px;
    margin: 10px 0px 10px;
}

.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;
}

.middle {
    background-color: #00642c;
    padding: 20px 10px;
}

.middle h1 {
    font-size: 34px;
}

.middle h5 {
    font-size: 11px;
}

.prize-details {
    font-size: 11px;
    line-height: 13px;
}

.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;
    }
}

