﻿
/* ---------- ENTYPO ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */

@import url(http://weloveiconfonts.com/api/?family=entypo);

[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}


* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'TCCM';
    src: url(TCCM.TTF);
}


body {
    color: #0c0c17;
    overflow-x: hidden;
     font-size: 14px;
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background: #FFFFFF;
}

    body ::-moz-selection {
        background: #35e9f1;
        color: #ffffff;
    }

    body ::selection {
        background: #35e9f1;
        color: #ffffff;
    }





.space {
    height: 406px;
}

.topBanner {
    margin: 0 auto;
}

    .topBanner img {
        width: 100%;
        background-size: contain;
    }

.footBANNER {
    display:none;
    margin: 0 auto;
      -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

    .footBANNER img {
        width: 100%;
        background-size: contain;
    }



.lep {
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    top: 0px;
}

    .lep img {
        width: 100%;
        background-size: contain;
        animation-name: slideRight;
        -webkit-animation-name: slideRight;
        animation-duration: 3s;
        -webkit-animation-duration: 3s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        visibility: visible !important;
    }

@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }

    50% {
        transform: translateX(8%);
    }

    65% {
        transform: translateX(-4%);
    }

    80% {
        transform: translateX(4%);
    }

    95% {
        transform: translateX(-2%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }

    50% {
        -webkit-transform: translateX(8%);
    }

    65% {
        -webkit-transform: translateX(-4%);
    }

    80% {
        -webkit-transform: translateX(4%);
    }

    95% {
        -webkit-transform: translateX(-2%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}


/*blocks*/





.giveaway {
    margin: 0 auto 40px;
    max-width: 1100px;
}

.topcontainer {
    width:100%;
}

    .topcontainer .giveaway h2 {
        color: #188a44;
        /* text-shadow: 1px 2px 15px #000; */
        padding: 5px;
        max-width: 350px;
           margin: 0 auto;
            line-height: 25px;
        height: 50px;
            font-size: 22px;

    }




        .topcontainer .giveaway h3 {
        margin: 0;
        padding: 8px;
        color: #faed00;
    font-size: 15px;
        line-height: 20px;
    }


    .topcontainer .giveaway h4 {
   text-align:left;
    color: #faed00;
    font-size: 15px;
    line-height: 20px;
     font: 300 13px 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    }       




    .giveaway h4 {
        color: #ed0e6f;
        padding: 8px 0 0 8px;
        font-size: 17px;
        text-align: center;
    }

    .giveaway p {
        color: #fff;
        text-shadow: 1px 2px 15px #000;
          font: 300 13px 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
          padding: 0 8px 10px 8px;
          text-align:center;
    }

.luckydraw {
    background: #252525;
    padding: 10px 2px 1px 2px;
        min-height: 318px;
    max-width: 350px;
    margin: 0 auto;
}


@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}




.giveaway1 {
}

    .giveaway1:hover,
    .giveaway2:hover,
    .giveaway3:hover,
    .giveaway4:hover {
        cursor: pointer;
         -webkit-animation-name: pulse;
  animation-name: pulse;
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
   -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;

    }

    .giveaway1.grey:hover,
    .giveaway2.grey:hover,
    .giveaway3.grey:hover,
    .giveaway4.grey:hover {
        cursor: not-allowed;
    }

.green {
    color: #54cc10;
}

.giveawayimg {
    /*background-image: url(../img/giveaway1.jpg);*/
    max-width: 100%;
    min-height: 136px;
}

.giveaway img {
    width: 100%;
}

.giveaway .grey h2,
.giveaway .grey h3,
.giveaway .grey .green,
.giveaway .grey p {
    color: #555;
}

.giveaway .grey img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.giveawayimg2 {
    /*background-image: url(../img/giveaway2.jpg);*/
    max-width: 100%;
    min-height: 136px;
}


.giveawayimg3 {
    /*background-image: url(../img/giveaway3.jpg);*/
    max-width: 100%;
    min-height: 136px;
}


.giveawayimg4 {
    /*background-image: url(../img/giveaway4.jpg);*/
    max-width: 100%;
    min-height: 136px;
}



/*blocks*/




/*     3.4. Button icons     */

.btn .elegant {
  margin-right: 0px;
}
.btn .elegant:before {
  margin-top: 6px;
  margin-left: 5%;
  float: left;
}
.elegant {
  font-size: 1.75em;
}

/*     3.5. Tabs     */

.nav-tabs {
  border: none !important;
  width: auto !important;
  height: auto;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.nav-tabs li {
  overflow: hidden;
  border: 1px solid #cccccc !important;
  border-left: 0px !important;
}
.nav-tabs li:first-of-type {
  border: 1px solid #cccccc !important;
  border-radius: 5px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.nav-tabs li:last-of-type {
  border: 1px solid #cccccc !important;
  border-left: 0px !important;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.nav-tabs li a {
  border-radius: 0px !important;
  border: none !important;
  margin-right: 0px !important;
  padding: 10px 40px;
  font-weight: 600;
  color: #333333;
}
.nav-tabs li a:hover {
  background: #666666;
  color: #ffffff;
}
.nav-tabs .active a {
  background: #F60 !important;
  color: #ffffff !important;
}
.tab-content {
  margin-top: 60px;
}
.nav-light li,
.nav-light li:first-of-type,
.nav-light li:last-of-type {
  border-color: #666666 !important;
}
.nav-light .active a {
  background: #f3f3f3 !important;
  color: #333333 !important;
}
.nav-light li a {
  color: #ffffff;
}
.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.gradient-overlay-sec .nav-light .active a {
  color: #F60 !important;
}
.gradient-overlay-sec .nav-light li a:hover {
  background: rgba(51, 51, 51, 0.5);
}
.gradient-overlay-sec .nav-light li a {
  color: #ffffff;
}

/*     3.6. Navigation bar    */

.navbar-brand {
  margin-bottom: 5px;
  opacity: 1;
  display: table;
  padding: 8px 0 0;
  margin-bottom: 0px;
}
.navbar-brand:hover {
  opacity: .8;
}
.main-menu {
    background: #000;
  height: auto;
  padding: 0;
}
.main-menu .navbar-nav {
  padding: 8px 0 0 0;
}
.main-menu .navbar-nav a {
  color: #fff;
  border-radius: 5px;
  font-weight:bold;
}
.main-menu .navbar-collapse a {
  padding-top: 11px;
  padding-bottom: 11px;
}
.main-menu .navbar-collapse li {
  font-size: 16px;
      font-family: 'Oswald', Source Sans Pro, sans-serif;
}
.main-menu .navbar-collapse a:hover {
  background: transparent;
  color: #188a44;
}
/*toggle menu icon*/
.main-menu .navbar-toggle .icon-bar {
  background: #000000;
}
.main-menu .navbar-toggle {
  border-color: #3d3d3d;
  background: #3d3d3d;
  margin-top: 10px;
}
.main-menu .collapsed {
  background: #000000;
  border-color: #cccccc;
}
.main-menu .collapsed .icon-bar {
  background: #666666;
}
/*Menu - page scrolled down & RWD menu*/
.main-menu .in li {
  background: #3d3d3d;
}
.main-menu .in a {
  color: #dcdac7;
  width: 95%;
  margin: 0 auto;
}
.main-menu .in li,
.main-menu .collapsing li {
  text-align: center;
  border-bottom: 1px solid #4e4e4e;
  padding: 4px 0;
}
.main-menu .in a:hover {
  background: #b8994c;
  color: #000000;
}
/*buttons in menu */
.main-menu .buttons-cont {
  float: right;
}
.main-menu .btn-primary,
.main-menu .btn-success {
     margin: -10px 0;
}
.main-menu .btn-primary {
  margin-left: 20px;
}
.main-menu .btn {
  margin-left: 10px;
}

.main-menu.btn-success {
    color: #fff;
    background-color: #188a44;
    border-color: #4cae4c;
}




.riddle {
    max-width: 800px;
    margin: 0 auto;
}


.topcontent {
    max-width: 1170px;
    margin: 0 auto;
    background-color: #FFFFFF;
    /*height: 700px;*/
    position: relative;
    bottom: 90px;
    z-index: 100;

}



    .topcontent p {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        color: #424242;
        font-size: 23px;
        text-align: center;
        padding-bottom: 26px;
                          -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
    }

    .topcontent h4 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        color: #005347;
        font-size: 38px;
        text-align: center;
        padding-bottom: 26px;
                  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
    }

    @-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

    .topcontent ul {
        list-style-type: disc;
        width: 436px;
        padding: 10px 0px 17px 37px;
        margin: 0 auto;
        color: #000;
        font-size: 13px;
        font-weight: 700;
    }

    .topcontent li {
        display: list-item;
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 25px;
        text-align: left;
        float: none;
        color: #ED1C24;
    }


  .luckydraw ul {
    font: 300 13px 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    list-style-type: disc;
    /* float: left; */
    color: #fff;
    margin: 0 auto;
    padding-left: 20px;
      max-width: 130px;
    text-align: left;
}

    .luckydraw ul li {
        list-style-type: disc;
    }


   .luckydraw li {
      display: list-item;
    float: none;
    color: #fff;
    /*padding: 1px 10px 5px 10px;*/

}

 



    .topcontent h1 {
        font-family: 'TCCM', serif;
        color: #FFFFFF;
        margin: 0 auto;
        font-size: 134px;
        text-align: center;
        padding: 0px 0 35px 0;
        text-shadow: 1px 1px #000000;
    }

.topcontainer h5 {
font-family: 'Oswald', Source Sans Pro, sans-serif;
    font-size: 22px;
    /* float: right; */
    text-align: center;
    position: relative;
    bottom: 145px;
    left: 38px;
    text-decoration: none;
    margin: 0 auto;
    color: #FFFFFF;
}

.topcontainer h2 {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    font-size: 75px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    color: #272727;
      -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.topcontainer h3 {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    color: #005347;
    font-size: 33px;
    text-align: center;
    padding-top: 25px;
}



#infoarea {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    color: #000;
    font-size: 16px;
    text-align: center;
    padding-top: 0px;
}



.ent {
    margin: 12px -31px;
    background: url(../images/green-button.jpg) no-repeat;
    height: 62px;
    width: 251px;
}

    .ent h4 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        padding: 5px;
        font-size: 36px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
    }

.closeBtn {
    margin: 0 auto;
    background: url(../images/close.png) no-repeat;
    height: 42px;
    width: 47px;
    float: right;
    cursor: pointer;
}

.playNOW {
    margin: 0 auto;
    background-color: #ED1C24;
    height: 62px;
    width: 267px;
}

    .playNOW :hover {
        background-color: #c30000;
        cursor: pointer;
    }

    .playNOW p {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        padding: 5px;
        font-size: 36px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
    }

    .playNOW a {
        text-decoration: none;
    }



.header {
    width: 100%;
    background: #252525;
    z-index: 999;
     position: fixed; 
         height: 65px;
    padding: 13px 20px 0px 20px;
}


#closeInfo {
    width: 37px;
    height: 37px;
    float: right;
    margin: -15px 50px;
    cursor: pointer;
}


.headerInner {
    max-width: 980px;
    margin: 0 auto;
}

.header ul {
}

.footer ul {
}



.headerInner li a {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    display: block;
    font-size: 17px;
    color: #ffffff;
        position: relative;
    /*right: 227px;*/
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding:0 10px;
}


    .headerInner li a:hover {
        color: #109a00;
    }

.errormsg {
    max-width: 600px;
    height: 60px;
    padding: 5px;
}


    .errormsg p {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 18px;
        color: #079805;
        text-decoration: none;
        font-weight: 400;
    }


.lang {
    color: #ffffff;
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    font-size: 14px;
    float: right;
    position: relative;
   
}




.botcontainer h1 {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    color: #000;
    font-size: 55px;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}

.botcontainer h2 {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    color: #027704;
    font-size: 37px;
    text-align: center;
    text-transform: uppercase;
}


.botcontainer h3 {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    color: #FFFFFF;
    font-size: 89px;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 68px;
    text-shadow: 1px 1px #000000;
}



.en .logged_in {
    max-width: 1024px;
    margin: 0 auto;
    margin-top: -150px;
    background: url(../images/loggd.jpg) no-repeat;
    height: 129px;
    width: 1023px;
    color: #fff;
}


.fr .logged_inFR {
    max-width: 1024px;
    margin: 0 auto;
    margin-top: -150px;
    background: url(../images/loggdFR.jpg) no-repeat;
    height: 129px;
    width: 1023px;
    color: #fff;
}

input[type="text"],
#Login {
    padding: 10px 0;
    width: 190px;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: 'Cinzel', Source Sans Pro, sans-serif;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

input:focus, textarea:focus {
    outline: none;
}

.submit {
    background: url("../images/submit_btn.png") no-repeat;
    width: 376px;
    height: 131px;
    margin: 30px auto;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    width: 75%;
    margin: 17px auto;
    background-color: #e5e5e5;
}

th, td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    color: #424242;
    font-size: 19px;
    text-align: center;
}

tr:hover {
    background-color: #f5f5f5;
}


.midDiv {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 55px;
}

    .midDiv p {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        color: #000;
        font-size: 21px;
        text-align: center;
        padding-top: 0px;
    }

p {
    margin-bottom: 1px;
}





ul {
    list-style-type: disc;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    width: 738px;
}

li {
    display: inline-block;
    float: left;
    padding: 1px 23px;
    color: #000;
}



/*.fr li {
    padding: 0px 13px;
}*/

.v2wlogo {
    float: left;
    position: relative;
    top: -13px;
}

    .v2wlogo img {
        max-width: 100%;
    }

.logo {
    margin: 0 auto;
    width: 850px;
    /* height: 200px; */
    padding-top: 10px;
    position: relative;
    left: 213px;
}

    .logo h1 {
        font-family: 'TCCM', serif;
        color: #FFFFFF;
        margin: 0 auto;
        font-size: 122px;
        text-align: left;
        padding: 0px 0 35px 0;
        text-shadow: 1px 1px #000000;
    }



#infoContent th {
    color: white;
    font-size: 23px;
    color: #ffffff;
    font-family: 'go3v2', sans-serif;
    text-shadow: 2px 2px #000;
    background-color: rgba(238, 39, 46, 1);
    padding: 5px 8px 5px 54px;
}


#info {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    display: block;
    width:100%;
    font-size: 23px;
    color: rgba(0,0,0, 0.8);
    text-align: center;
    background-color: #e5e5e5;
    text-decoration: none;
    cursor: pointer;
}

    #info:hover {
        background-color: #444444;
        cursor: pointer;
        color: #FFFFFF;
    }

    #info.active {
        background: #444444;
        color: #FFFFFF;
    }

.bottomText {
    margin: 0 auto;
    width: 800px;
    padding-top: 94px;
}

    .bottomText h3 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        color: #FFFFFF;
        font-size: 27px;
        text-align: right;
        padding: 9px 193px 22px 1px;
    }

/*.fr .bottomText h3 {
    font-size: 24px;
    padding: 13px 155px 22px 0px;
}*/

.tboard {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
    height: 832px;
    width: 800px;
    background: rgba(0,0,0, 0.8);
}

    .tboard h3 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 30px;
        float: left;
        width: 200px;
        text-align: center;
        color: #ffffff;
        word-spacing: 5px;
        padding-bottom: 8px;
        padding-top: 8px;
        background-color: #990234;
    }


#infoWrapper {
    background-position: top center;
    background:#e5e5e5;
    width: 100%;
    display: none;
}


    #infoWrapper h1 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 70px;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        margin: 0 auto;
    }


    #infoWrapper h2 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 25px;
        color: #000;
        text-align: left;
        text-transform: uppercase;
        margin: 0 auto;
    }


#infoWrapper h4 {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    font-size: 15px;
}



#infoContent {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    max-width: 960px;
    margin: 0 auto;
    color: #000;
    padding: 20px;
    font-size: 13px;
}


    #infoContent h1 {
        font-family: 'LithosPro-Regular', serif;
        font-size: 32px;
        color: #fdf1d8;
        font-weight: 700;
        text-align: center;
    }

    #infoContent li {
        display: list-item;
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 15px;
        text-align: left;
        float: none;
        color: #444444;
    }

    #infoContent p {
        display: list-item;
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 16px;
        text-align: left;
        float: none;
        color: #FFFFFF;
        text-shadow: 2px 2px #000;
    }

    #infoContent h3 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 40px;
        text-align: left;
        float: none;
        margin-bottom: 24px;
        color: #FFFFFF;
        text-shadow: 2px 2px #000;
    }

    #infoContent h4 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 21px;
        text-align: left;
        float: none;
        margin-bottom: 24px;
        color: #FFFFFF;
        text-shadow: 2px 2px #000;
    }

    #infoContent ul {
        list-style-type: disc;
        width: 800px;
        padding: 10px 20px 20px 10px;
        margin: 0 auto;
        color: #000;
        font-size: 13px;
        font-weight: 700;
    }

    #infoContent a {
        color: rgb(0, 101, 45);
        text-decoration: none;
    }

        #infoContent a:hover {
            color: rgba(238, 39, 46, 1);
            text-decoration: none;
        }

.iconMenu {
    cursor: pointer;
    width: 37px;
}


    .iconMenu h3 {
        font-family: 'Mouse Memoirs', sans-serif;
        font-size: 21px;
        text-align: center;
        float: none;
        color: #ffffff;
        position: relative;
        right: 50px;
        top: 9px;
    }


.tc {
    margin: 0 auto;
    width: 600px;
}

    .tc ul {
        list-style-type: disc;
        max-width: 960px;
        padding: 10px 20px 20px 10px;
        margin: 0 auto;
        font-weight: 700;
    }

    .tc li {
        display: list-item;
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 13px;
        text-align: left;
        float: none;
        color: #FFFFFF;
        text-shadow: 2px 2px #000;
    }

.footer {
    width: 100%;
    background: #000;
    padding: 10px 0 40px 0;
}


.footerInner {
    max-width: 400px;
    margin: 0 auto;
}

    .footerInner li a {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        display: block;
        font-size: 19px;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
            padding: 0 15px;
    }


        .footerInner li a:hover {
            color: #109a00;
        }



#DisplayPointsDiv {
    margin: 0 auto;
    /* position: relative; */
    /* top: 180px; */
    text-align: center;
    font-size: 103px;
    color: #FFFFFF;
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    height: 66px;
}

    #DisplayPointsDiv i {
        font-size: 31px;
        color: #fcf0ce;
    }

.fr #DisplayPointsDiv i {
    font-size: 17px;
}


/*****************/


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */



.container {
    width: 100%;
}



.topcontainer {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;

}
/*.fr .topcontainer {
    padding-bottom: 30px;
}*/

.botcontainer {
    background-color: #ffffff;
    background: url(../images/bg-bottom.jpg) no-repeat top;
    height: 1590px;
    width: 100%;
}





#social-sidebar a {
    text-decoration: none;
}

#social-sidebar h1 {
    font: bold 36px/1.5em "Open Sans", sans-serif;
    margin-bottom: 21px;
}

#social-sidebar p {
    margin-bottom: 1em;
    text-align: justify;
}

#social-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50px;
}

#social-sidebar li {
    float: none;
    display: block;
    padding: 1px 0px;
}


/* ---------- CLASSES ---------- */



[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}


/* ---------- Social Sidebar ---------- */

#social-sidebar {
    left: 0;
    margin-top: -75px; /* (li * a:width) / -2 */
    position: fixed;
    top: 27%;
    z-index: 100;
}

    #social-sidebar li:first-child a {
        border-radius: 0 5px 0 0;
    }

    #social-sidebar li:last-child a {
        border-radius: 0 0 5px 0;
    }

    #social-sidebar a {
        background: #121212;
        color: #fff;
        display: block;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        position: relative;
        text-align: center;
        width: 50px;
    }

        #social-sidebar a:hover span {
            left: 130%;
            opacity: 1;
        }

        #social-sidebar a span {
            border-radius: 3px;
            line-height: 24px;
            left: -100%;
            margin-top: -16px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            padding: 4px 8px;
            position: absolute;
            -webkit-transition: opacity .3s, left .4s;
            -moz-transition: opacity .3s, left .4s;
            -ms-transition: opacity .3s, left .4s;
            -o-transition: opacity .3s, left .4s;
            transition: opacity .3s, left .4s;
            top: 50%;
            white-space: nowrap;
            z-index: -1;
        }

            #social-sidebar a span:before {
                content: "";
                display: block;
                height: 8px;
                left: -4px;
                margin-top: -4px;
                position: absolute;
                top: 50%;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                width: 8px;
                z-index: -2;
            }

        #social-sidebar a[class*="twitter"]:hover,
        #social-sidebar a[class*="twitter"] span,
        #social-sidebar a[class*="twitter"] span:before {
            background: #00aced;
        }

        #social-sidebar a[class*="facebook"]:hover,
        #social-sidebar a[class*="facebook"] span,
        #social-sidebar a[class*="facebook"] span:before {
            background: #06C;
        }

        #social-sidebar a[class*="gplus"]:hover,
        #social-sidebar a[class*="gplus"] span,
        #social-sidebar a[class*="gplus"] span:before {
            background: #F30;
        }


/***********************************************/


/***********************************************/


/**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/



@media only screen and (max-width: 440px) {


    .luckydraw {
    max-width: 100%;

}

    .v2wlogo {
        display:none;
    }

    .topcontainer {
        /*height: 1460px;*/
        margin: 0 auto;
          
    }

    ul {
        list-style-type: disc;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #fff;
        width: 250px;
    }

    #infoContent {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        width: 250px;
        margin: 0 auto;
        color: #000;
        padding: 20px;
        font-size: 13px;
    }

        #infoContent ul {
            list-style-type: disc;
            width: 250px;
            padding: 10px 20px 20px 10px;
            margin: 0 auto;
            color: #000;
            font-size: 13px;
            font-weight: 700;
        }

    /*.fr #info {
        margin: -212px 30px;
    }*/

    /*.fr .lang {
        bottom: 13px;
        margin: -220px 50px 0 0;
    }*/

 


    .main {
        position: relative;
        width: 384px;
        margin: 0 auto;
    }

    .midcontainer {
        background-color: #ADADAD;
        height: 1561px;
    }

    .tableContainer {
        margin: 0 auto;
        width: 400px;
        padding-top: 95px;
    }

    .pole {
        margin: 0 auto;
        background: url(../images/pole.png) no-repeat;
        height: 438px;
        float: right;
        width: 221px;
        left: -19px;
        position: relative;
        top: 18px;
        z-index: 20;
    }

        .pole h3 {
            font-family: 'Oswald', Source Sans Pro, sans-serif;
            padding: 5px;
            font-size: 19px;
            color: #FFFFFF;
            width: 108px;
            text-transform: uppercase;
            text-align: center;
            top: 98px;
            position: relative;
            text-decoration: none;
            margin: 0 auto;
            -ms-transform: rotate(6deg);
            -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
        }


.header {
    width: 100%;
    background: #252525;
    z-index: 999;
    position: relative;
    padding: 13px 0px 0px 0px;
}


.topBanner img {
    max-width:445px;
    background-size: cover;
        width: 200%;
}

.topBanner {
   margin: 60px auto;
    position: absolute;
        top: 84px;
    z-index: 1000;
    
}

.lep {
    margin: 0 auto;
    position: absolute;
    z-index: 1004;
       top: 146px;
}

.lep img {
            width: 445px;
    background-size: cover;
}

.topcontainer h2 {
    font-size: 50px;
}

.topcontent h4 {
    font-size: 33px;
}

    #DisplayPointsDiv {
        margin: 0 auto;
        position: relative;
        bottom: 56px;
        text-align: center;
        font-size: 103px;
        color: #FFFFFF;
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        height: 66px;
    }

    .topcontent {
        max-width: 600px;
        margin: 0 auto;
        padding-top: 218px;
        position: relative;
        left: 0px;
        bottom: -30px;
    }

    .logo {
        padding-top: 10px;
        position: inherit;
        left: 213px;
        height: 82px;
        width: 310px;
    }

        .logo h4 {
            font-family: 'Oswald', Source Sans Pro, sans-serif;
            color: #FFFFFF;
            font-size: 18px;
            text-align: center;
            padding-bottom: 0px;
            text-shadow: 1px 1px #000000;
        }

        .logo h1 {
            font-family: 'TCCM', serif;
            color: #FFFFFF;
            margin: 0 auto;
            font-size: 49px;
            text-align: left;
            padding: 0px 0 35px 0;
            text-shadow: 1px 1px #000000;
        }

    .space {
        height: 309px;
    }

    .players {
        /* max-width: 900px; */
        margin: 0 auto;
        /* padding-bottom: 50px; */
        height: 673px;
        float: left;
        width: 413px;
    }

    .tboard {
        max-width: 519px;
        margin: 0 auto;
        padding-bottom: 50px;
        height: 643px;
        width: 518px;
        background: none;
    }

    .prizes {
        float: left;
        display: table-cell;
        font-size: 15px;
        width: 97px;
        text-align: center;
        color: #FFFFFF;
        word-spacing: 5px;
        line-height: 217%;
        position: relative;
        left: -119px;
    }

    .lbnum {
        display: table-cell;
        font-size: 15px;
        width: 109px;
        text-align: center;
        color: #FFFFFF;
        word-spacing: 5px;
        padding: 5px 6px;
    }

    .lbname {
        display: table-cell;
        font-size: 15px;
        width: 97px;
        text-align: left;
        color: #FFFFFF;
        word-spacing: 5px;
        padding: 5px 5px;
    }

    .lbpoints {
        display: table-cell;
        font-size: 15px;
        width: 80px;
        text-align: left;
        color: #FFFFFF;
        word-spacing: 5px;
        padding: 5px 5px;
    }

    .botcontainer h3 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        color: #FFFFFF;
        font-size: 60px;
        text-align: center;
        padding-bottom: 8px;
        padding-top: 68px;
        text-shadow: 1px 1px #000000;
    }

    .bottomText h3 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        color: #FFFFFF;
        font-size: 26px;
        text-align: center;
        width: 412px;
        padding: 9px 0px 22px 1px;
    }

    .tboard h3 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 17px;
        float: left;
        width: 97px;
        text-align: center;
        color: #ffffff;
        word-spacing: 5px;
        padding-bottom: 8px;
        padding-top: 8px;
        background-color: #990234;
    }

    .botcontainer {
        background-color: #ffffff;
        background: url(../images/bg-bottom-mobile.jpg) no-repeat top;
        width: 100%;
    }

    .midcontainer {
        padding-bottom: 0px;
        height: 1854px;
        background-size: cover;
    }

        .midcontainer h2 {
            padding: 0px;
        }

        .midcontainer .centrebg {
            padding-bottom: 10px;
        }

    li {
        display: block;
        float: none;
        padding: 1px;
        margin: 0 auto;
    }

    /*.fr li {
        padding: 1px 13px;
    }*/

    .luckylogo img {
        width: 69%;
        position: relative;
        left: 83px;
        bottom: 28px;
    }


    .header {
            padding: 0px 0px 0px 0px;
    }

    .headerInner {
        max-width: 1130px;
        margin: 0 auto;
        width: 100%;
    }


        .headerInner ul {
            width: 100%;
            margin: 0 auto;
            padding-left: 0px;
            list-style-type: disc;
        }


        .headerInner li a {
            font-family: 'Oswald', Source Sans Pro, sans-serif;
            display: block;
            font-size: 15px;
            color: #fdf1d8;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            background: #00622B;
            padding: 3px;
                position: relative;
    right: 0px;
    margin:1px auto;
        }


            .headerInner li a:hover {
                color: #cfaa55;
            }

    .drawresultsbtn {
        margin: 0 auto;
        max-width: 400px;
    }



    .footer {
        width: 100%;
        background: #000;
        padding: 0px 0 0px 0;
    }



    .footerInner li a {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        display: block;
        font-size: 15px;
        color: #fdf1d8;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        background: #00622B;
        padding: 3px;
        margin:1px auto;
    }


        .footerInner li a:hover {
            color: #cfaa55;
        }



    .footerInner {
        max-width: 100%;
        margin: 0 auto;
    }

        .footerInner ul {
            width: 100%;
            margin: 0 auto;
            padding-left: 0px;
            list-style-type: disc;
        }




    .lang {
        /*bottom: 169px;
        left: -119px;*/
        /* margin: -220px 50px 0 0; */
    }

    .luckylogo {
        padding: 30px 0 0px 0;
    }


    .divCell {
        width: auto;
    }

    .iconMenu {
        float: right;
    }

    .topcontent h1 {
        padding: 20px 0 5px 0;
        line-height: 30px;
    }

    .topleft {
        max-width: 100%;
        float: left;
    }

        .topleft p {
            font-size: 18px;
            padding: 11px 20px;
        }


    #Loginbox {
        max-width: 100%;
        float: none;
        margin: 0 auto;
        padding-right: 0px;
    }
#social-sidebar {
    left: 0;
     margin-top: 0px; 
    position: absolute;
     top: 0%; 
    z-index: 1012;
}
.topcontainer h5 {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    font-size: 22px;
    /* float: right; */
    text-align: center;
    position: relative;
    bottom: 235px;
    left: 318px;
    text-decoration: none;
    margin: 0 auto;
    display: none;
    color: #FFFFFF;
}
}

/***********************************************/

@media only screen and (min-width: 441px) and (max-width: 780px) {


     /*.luckydraw {
        min-height:155px;
    }*/


     .topBanner {
    margin: 60px auto;
}

    .giveawayimg {
    /* background-image: url(../img/giveaway1.jpg); */
    max-width: 350px;
    min-height: 136px;
    /* text-align: center; */
    margin: 0 auto;
}

    .giveawayimg2 {
  /* background-image: url(../img/giveaway1.jpg); */
    max-width: 350px;
    min-height: 136px;
    /* text-align: center; */
    margin: 0 auto;
    }
      


   .giveawayimg3 {
  /* background-image: url(../img/giveaway1.jpg); */
    max-width: 350px;
    min-height: 136px;
    /* text-align: center; */
    margin: 0 auto;
    }
      
   .giveawayimg4 {
  /* background-image: url(../img/giveaway1.jpg); */
    max-width: 350px;
    min-height: 136px;
    /* text-align: center; */
    margin: 0 auto;
    }
      


       .giveaway .grey img {
    max-width: 350px;
    margin: 0 auto;
}



    
    .lep {
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    top: 145px;
}

    ul {
        list-style-type: disc;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #fff;
        width: 250px;
    }

    #infoContent {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        width: 250px;
        margin: 0 auto;
        color: #000;
        padding: 20px;
        font-size: 13px;
    }

        #infoContent ul {
            list-style-type: disc;
            width: 250px;
            padding: 10px 20px 20px 10px;
            margin: 0 auto;
            color: #000;
            font-size: 13px;
            font-weight: 700;
        }

    /*.fr #info {
        margin: -212px 30px;
    }

    .fr .lang {
        bottom: 13px;
        margin: -220px 50px 0 0;
    }*/



    .main {
        position: relative;
        width: 384px;
        margin: 0 auto;
    }

    .midcontainer {
        background-color: #ADADAD;
        height: 1561px;
    }

    .tableContainer {
        margin: 0 auto;
        width: 400px;
        padding-top: 95px;
    }

    .pole {
        margin: 0 auto;
        background: url(../images/pole.png) no-repeat;
        height: 438px;
        float: right;
        width: 221px;
        left: -19px;
        position: relative;
        top: 18px;
        z-index: 20;
    }

        .pole h3 {
            font-family: 'Oswald', Source Sans Pro, sans-serif;
            padding: 5px;
            font-size: 19px;
            color: #FFFFFF;
            width: 108px;
            text-transform: uppercase;
            text-align: center;
            top: 98px;
            position: relative;
            text-decoration: none;
            margin: 0 auto;
            -ms-transform: rotate(6deg);
            -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
        }



    #DisplayPointsDiv {
        margin: 0 auto;
        position: relative;
        bottom: 56px;
        text-align: center;
        font-size: 103px;
        color: #FFFFFF;
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        height: 66px;
    }


    .logo {
        padding-top: 10px;
        position: inherit;
        left: 171px;
        height: 82px;
        width: 407px;
    }

        .logo h4 {
            font-family: 'Oswald', Source Sans Pro, sans-serif;
            color: #FFFFFF;
            font-size: 18px;
            text-align: center;
            padding-bottom: 0px;
            text-shadow: 1px 1px #000000;
        }

        .logo h1 {
            font-family: 'TCCM', serif;
            color: #FFFFFF;
            margin: 0 auto;
            font-size: 67px;
            text-align: left;
            padding: 1px 0px 39px 0px;
            text-shadow: 1px 1px #000000;
        }

    .space {
        height: 309px;
    }

    .players {
        /* max-width: 900px; */
        margin: 0 auto;
        /* padding-bottom: 50px; */
        height: 673px;
        float: left;
        width: 413px;
    }

    .tboard {
        max-width: 519px;
        margin: 0 auto;
        padding-bottom: 50px;
        height: 643px;
        width: 518px;
        background: none;
    }

    .bottomText {
        margin: 0 auto;
        width: 418px;
        padding-top: 94px;
    }

    .prizes {
        float: left;
        display: table-cell;
        font-size: 15px;
        width: 97px;
        text-align: center;
        color: #FFFFFF;
        word-spacing: 5px;
        line-height: 217%;
        position: relative;
        left: -119px;
    }

    .lbnum {
        display: table-cell;
        font-size: 15px;
        width: 109px;
        text-align: center;
        color: #FFFFFF;
        word-spacing: 5px;
        padding: 5px 6px;
    }

    .lbname {
        display: table-cell;
        font-size: 15px;
        width: 97px;
        text-align: left;
        color: #FFFFFF;
        word-spacing: 5px;
        padding: 5px 5px;
    }

    .lbpoints {
        display: table-cell;
        font-size: 15px;
        width: 80px;
        text-align: left;
        color: #FFFFFF;
        word-spacing: 5px;
        padding: 5px 5px;
    }

    .botcontainer h3 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        color: #FFFFFF;
        font-size: 60px;
        text-align: center;
        padding-bottom: 8px;
        padding-top: 68px;
        text-shadow: 1px 1px #000000;
    }

    .bottomText h3 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        color: #FFFFFF;
        font-size: 26px;
        text-align: center;
        width: 412px;
        padding: 9px 0px 22px 1px;
    }

    .tboard h3 {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        font-size: 17px;
        float: left;
        width: 97px;
        text-align: center;
        color: #ffffff;
        word-spacing: 5px;
        padding-bottom: 8px;
        padding-top: 8px;
        background-color: #990234;
    }

    .botcontainer {
        background-color: #ffffff;
        background: url(../images/bg-bottom-mobile.jpg) no-repeat top;
        width: 100%;
    }

    .midcontainer {
        padding-bottom: 0px;
        height: 1854px;
        background-size: cover;
    }

        .midcontainer h2 {
            padding: 0px;
        }

        .midcontainer .centrebg {
            padding-bottom: 10px;
        }

    li {
        display: block;
        float: none;
        padding: 1px;
        margin: 0 auto;
    }

    /*.fr li {
        padding: 1px 13px;
    }*/

    .luckylogo img {
        width: 69%;
        position: relative;
        left: 83px;
        bottom: 28px;
    }


    .header {
            padding: 0px 0px 0px 0px;
        position: relative;
        height:85px;
    }

    .headerInner {
        max-width: 1130px;
        margin: 0 auto;
        width: 100%;
    }


        .headerInner ul {
            width: 100%;
            margin: 0 auto;
            padding-left: 0px;
            list-style-type: disc;
        }


        .headerInner li a {
            font-family: 'Oswald', Source Sans Pro, sans-serif;
            display: block;
            font-size: 15px;
            color: #fdf1d8;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            background: #00622B;
            padding: 3px;
                position: relative;
    right: 0px;
    margin: 1px auto;
        }


            .headerInner li a:hover {
                color: #cfaa55;
            }

    .drawresultsbtn {
        margin: 0 auto;
        max-width: 400px;
    }



    .footer {
        width: 100%;
        background: #000;
        padding: 0px 0 0px 0;
    }



    .footerInner li a {
        font-family: 'Oswald', Source Sans Pro, sans-serif;
        display: block;
        font-size: 15px;
        color: #fdf1d8;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        background: #00622B;
        padding: 3px;
        margin: 1px auto;
    }


        .footerInner li a:hover {
            color: #cfaa55;
        }



    .footerInner {
        max-width: 100%;
        margin: 0 auto;
    }

        .footerInner ul {
            width: 100%;
            margin: 0 auto;
            padding-left: 0px;
            list-style-type: disc;
        }

        .v2wlogo {
   display:none;
}


    .lang {
        /*bottom: 169px;
        left: -119px;*/
        /* margin: -220px 50px 0 0; */
    }

    .luckylogo {
        padding: 30px 0 0px 0;
    }


    .divCell {
        width: auto;
    }

    .iconMenu {
        float: right;
    }

    .topcontent h1 {
        padding: 20px 0 5px 0;
        line-height: 30px;
    }

    .topleft {
        max-width: 100%;
        float: left;
    }

        .topleft p {
            font-size: 18px;
            padding: 11px 20px;
        }


    #Loginbox {
        max-width: 100%;
        float: none;
        margin: 0 auto;
        padding-right: 0px;
    }
    .topcontainer h5 {
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    font-size: 22px;
    /* float: right; */
    text-align: center;
    position: relative;
    bottom: 145px;
    left: 0px;
    text-decoration: none;
    margin: 0 auto;
    color: #FFFFFF;
}
}



/***********************************************/









/***********************************************/
