/* LESS Document */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@keyframes d {
  0% {
    background-image: url(../images/d1.png);
  }
  0.01% {
    background-image: url(../images/d2.png);
  }
  25% {
    background-image: url(../images/d2.png);
  }
  25.01% {
    background-image: url(../images/d3.png);
  }
  50% {
    background-image: url(../images/d3.png);
  }
  50.01% {
    background-image: url(../images/d4.png);
  }
  75% {
    background-image: url(../images/d4.png);
  }
  75.01% {
    background-image: url(../images/d1.png);
  }
  100% {
    background-image: url(../images/d1.png);
  }
}
html {
  width: 100%;
  min-height: 100%;
}
input:disabled {
  background: rgba(255, 255, 255, 0.5);
}
body {
  width: 100%;
  min-height: 100%;
  display: block !important;
  position: relative;
}
.mobile-hide {
  display: block !important;
}
.desktop-hide {
  display: none !important;
}
button {
  outline: none !important;
}
.invisible {
  display: none;
}
.scroll-pane .jspVerticalBar {
  width: 5px;
  background: none;
}
.scroll-pane .jspTrack {
  background: url(../images/trackbg.png);
}
.scroll-pane .jspDrag {
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.scroll-pane {
  height: 400px;
  outline: none;
}
.wrapper {
  width: 100%;
  height: 100%;
}
.wrapper .animated {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wrapper .animated-half {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}
.wrapper .col-9 {
  width: 75%;
  position: relative;
  float: left;
}
.wrapper .col-8 {
  width: 66.67%;
  position: relative;
  float: left;
}
.wrapper .col-7 {
  width: 58.34%;
  position: relative;
  float: left;
}
.wrapper .col-6 {
  width: 50%;
  position: relative;
  float: left;
}
.wrapper .col-5 {
  width: 41.66%;
  position: relative;
  float: left;
}
.wrapper .col-4 {
  width: 33.33%;
  position: relative;
  float: left;
}
.wrapper .col-3 {
  width: 25%;
  position: relative;
  float: left;
}
.wrapper .row {
  margin: 0;
}
ul {
  text-decoration: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bg {
  display: table;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #000000;
  position: relative;
}
.bg .logo {
  background: url(../images/app-icon.png) no-repeat;
  width: 287px;
  height: 130px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-top: 40px;
}
.bg .logo-sm {
  background: url(../images/app-icon2.png) no-repeat;
  width: 193px;
  height: 88px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-top: 40px;
}
.kf-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.kf-slider:after {
  display: block;
  content: '';
  clear: both;
}
.bg ul.kf-slider li {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-out 9s infinite both;
  -moz-animation: fade-out 9s infinite both;
  animation: fade-out 9s infinite both;
  background-image: url(../images/mbg1.jpg);
}
@media (min-width: 58em) {
  .bg ul.kf-slider li {
    background-image: url(../images/bg1.jpg);
  }
}
.bg ul.kf-slider li:nth-child(2) {
  background-image: url(../images/mbg2.jpg);
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
@media (min-width: 58em) {
  .bg ul.kf-slider li:nth-child(2) {
    background-image: url(../images/bg2.jpg);
  }
}
.bg ul.kf-slider li:nth-child(3) {
  background-image: url(../images/mbg3.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}
@media (min-width: 58em) {
  .bg ul.kf-slider li:nth-child(3) {
    background-image: url(../images/bg3.jpg);
  }
}
/*----------------------------------------------   
--Fade ins
-----------------------------------------------  */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------   
--Fade out for slider
-----------------------------------------------  */
@-webkit-keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
/*----------------------------------------------   
--Keyframes Slider - Sm
-----------------------------------------------  */
@-webkit-keyframes slider-sm {
  0% {
    background-image: url(../images/mbg1.jpg);
  }
  33% {
    background-image: url(../images/mbg2.jpg);
  }
  66% {
    background-image: url(../images/mbg3.jpg);
  }
  100% {
    background-image: url(../images/mbg1.jpg);
  }
}
@-moz-keyframes slider-sm {
  0% {
    background-image: url(../images/mbg1.jpg);
  }
  33% {
    background-image: url(../images/mbg2.jpg);
  }
  66% {
    background-image: url(../images/mbg3.jpg);
  }
  100% {
    background-image: url(../images/mbg1.jpg);
  }
}
@keyframes slider-sm {
  0% {
    background-image: url(../images/mbg1.jpg);
  }
  33% {
    background-image: url(../images/mbg2.jpg);
  }
  66% {
    background-image: url(../images/mbg3.jpg);
  }
  100% {
    background-image: url(../images/mbg1.jpg);
  }
}
/*----------------------------------------------   
--Keyframes Slider - Lg
-----------------------------------------------  */
@-webkit-keyframes slider-lg {
  0% {
    background-image: url(../images/bg1.jpg);
  }
  33% {
    background-image: url(../images/bg2.jpg);
  }
  66% {
    background-image: url(../images/bg3.jpg);
  }
  100% {
    background-image: url(../images/bg1.jpg);
  }
}
@-moz-keyframes slider-lg {
  0% {
    background-image: url(../images/bg1.jpg);
  }
  33% {
    background-image: url(../images/bg2.jpg);
  }
  66% {
    background-image: url(../images/bg3.jpg);
  }
  100% {
    background-image: url(../images/bg1.jpg);
  }
}
@keyframes slider-lg {
  0% {
    background-image: url(../images/bg1.jpg);
  }
  33% {
    background-image: url(../images/bg2.jpg);
  }
  66% {
    background-image: url(../images/bg3.jpg);
  }
  100% {
    background-image: url(../images/bg1.jpg);
  }
}
.nav {
  position: relative;
  background: #ffffff;
  width: 100%;
  top: 0px;
  height: 80px;
  z-index: 20;
}
.nav .navi {
  width: 100%;
  margin: 0 auto;
  display: block;
  list-style-type: none;
  max-width: 1024px;
}
.nav .navi li {
  width: 33.33%;
  text-align: center;
  color: #373737;
  font-family: 'open_sansregular';
  font-size: 16px;
  float: left;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.nav .navi li a {
  text-decoration: none;
  color: #373737;
}
.nav .navi li a:hover {
  color: #979797;
}
.nav .navi li .active {
  color: #979797;
}
.nav .navi .navi:after {
  content: '';
  display: block;
  clear: both;
}
.kf-slider {
  height: 100%;
}
.mobile-nav {
  display: none;
}
.mask-container {
  position: absolute;
  bottom: 78px;
  height: 30px;
  width: 100%;
}
.mask-container .mask {
  position: relative;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.mask-container .mask .news_ticker {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
}
.mask-container .mask .news_ticker li {
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.mask-container .mask .news_ticker li span {
  white-space: nowrap;
  padding-right: 50px;
}
.mask-container .mask ul:after {
  content: '';
  display: block;
  clear: both;
}
.footer-container {
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 84px;
  max-width: 1024px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.footer-container .footer-left {
  position: absolute;
  left: 0px;
  padding-top: 14px;
}
.footer-container .footer-left p {
  font-family: 'open_sansregular';
  color: #ffffff;
  font-size: 11px;
  margin-bottom: 0px;
}
.footer-container .footer-left p strong {
  font-family: 'open_sansbold';
  font-size: 14px;
}
.footer-container .footer-left p a.technicalsupport{
	color:#ffffff;
	text-decoration:underline;
}
.footer-container .footer-left p a.technicalsupport:hover{
	text-decoration:none;
}
.footer-container .footer-right {
  background: url(../images/comex-logo.png) no-repeat;
  width: 119px;
  height: 39px;
  position: absolute;
  right: 0px;
  bottom: 7px;
}
.footer-container .footer-nc {
  position: absolute;
  bottom: 7px;
  right: 140px;
  font-family: 'open_sansregular';
  color: #ffffff;
  font-size: 11px;
}
.footer-container .footer-nc a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-container .footer-nc a:hover {
  text-decoration: none;
}
.index {
  width: 100%;
  min-height: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 95px;
  position: relative;
}
.index h2 {
  font-family: 'open_sansbold';
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.index .index-header {
  padding: 0px 10px 10px 10px;
  width: 100%;
}
.index p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-family: 'open_sansregular';
  text-align: center;
}
.index .index-copy {
  max-width: 766px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0px 10px;
}
.index .signin-container {
  width: 100%;
  position: relative;
  padding-top: 30px;
  text-align: center;
}
.index .signin-container .signheader {
  position: relative;
  display: block;
  margin: 0 auto;
  background: url(../images/booster1.png) no-repeat;
  width: 307px;
  height: 49px;
}
.index .signin-container .index-btn {
  padding: 20px 0px;
  border: 2px solid #ffffff;
  max-width: 596px;
  width: 90%;
  margin: 0 auto;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'open_sanssemibold';
  letter-spacing: 4px;
  margin-top: 20px;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.index .signin-container .index-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.index .signin-container .login-text {
  font-family: 'open_sanssemibold';
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 20px 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.index .signin-container .login-text strong {
  font-family: 'open_sansbold';
}
.index .signin-container .login-text a {
  color: #ffffff;
  text-decoration: underline;
}
.index .index-fouricons-container {
  width: 100%;
  max-width: 1016px;
  position: relative;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 70px;
}
.index .index-fouricons-container .icon {
  position: relative;
  float: left;
  width: calc(25% - 1px);
  border-right: 1px solid #ffffff;
  height: 120px;
  display: table;
  padding: 0px 3px;
  cursor: pointer;
}
.index .index-fouricons-container .icon .icon-text {
  font-size: 14px;
  font-family: 'open_sansregular';
  text-align: center;
  display: none;
  vertical-align: middle;
  line-height: 22px;
  background-color: rgba(255, 255, 255, 0.3);
  width: calc(100% - 6px);
  height: 100%;
  color: #ffffff;
  padding: 0px 18px;
}
.index .index-fouricons-container .icon1:hover {
  background: none;
}
.index .index-fouricons-container .icon1:hover .icon-text {
  display: table-cell;
}
.index .index-fouricons-container .icon1 {
  background: url(../images/s1.png) no-repeat;
  background-position: 50% 50%;
}
.index .index-fouricons-container .icon2:hover {
  background: none;
}
.index .index-fouricons-container .icon2:hover .icon-text {
  display: table-cell;
}
.index .index-fouricons-container .icon2 {
  background: url(../images/s2.png) no-repeat;
  background-position: 50% 50%;
}
.index .index-fouricons-container .icon3:hover {
  background: none;
}
.index .index-fouricons-container .icon3:hover .icon-text {
  display: table-cell;
}
.index .index-fouricons-container .icon3 {
  background: url(../images/s3.png) no-repeat;
  background-position: 50% 50%;
}
.index .index-fouricons-container .icon4:hover {
  background: none;
}
.index .index-fouricons-container .icon4:hover .icon-text {
  display: table-cell;
}
.index .index-fouricons-container .icon4 {
  background: url(../images/s4.png) no-repeat;
  background-position: 50% 50%;
  border: none;
}
.input-text {
  background-color: #ffffff;
  outline: none;
  max-width: 500px;
  width: 90%;
  position: relative;
  margin: 1px auto;
  font-family: 'open_sansregular';
  color: #373737;
  font-size: 16px;
  display: block;
  padding: 10px;
  border: none;
  padding-left: 20px;
}
.input-error {
  color: #f5f980;
  font-family: 'open_sansitalic';
  font-size: 12px;
  position: relative;
  padding-left: 20px;
  width: 90%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  line-height: 24px;
}
h2 {
  font-family: 'open_sansbold';
  font-size: 26px;
  width: 100%;
  text-align: center;
  padding: 0px 10px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 30px;
}
h4 {
  font-family: 'open_sansbold_italic';
  font-size: 18px;
  padding: 0px 10px;
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
}
.regis {
  width: 100%;
  min-height: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 130px;
}
.regis .back-index {
  width: 100%;
  text-align: center;
  font-family: 'open_sansregular';
  padding-top: 20px;
  font-size: 14px;
}
.regis .back-index a {
  color: #ffffff;
  text-decoration: underline;
}
.regis .fb-acc {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  background: #000000;
  height: 88px;
  padding: 12px 27px;
}
.regis .fb-acc .head {
  border-radius: 50%;
  border: 2px solid #ff6c96;
  width: 64px;
  height: 64px;
  float: left;
}
.regis .fb-acc .head img {
  width: 61px;
  height: 62px;
  border-radius: 100%;
}
.regis .fb-acc .fb-content {
  color: #ffffff;
  float: left;
  position: relative;
  font-family: 'open_sansregular';
  font-size: 14px;
  padding-left: 10px;
  padding-top: 14px;
}
.regis .fb-acc .fb-content span {
  font-family: 'open_sansbold';
  font-size: 14px;
}
.regis .fb-acc .notme {
  position: absolute;
  right: 20px;
  bottom: 12px;
  font-family: 'open_sansregular';
}
.regis .fb-acc .notme a {
  color: #ffffff;
  text-decoration: underline;
}
.regis .form {
  background-color: #e53f6e;
  width: 90%;
  max-width: 768px;
  position: relative;
  margin: 0 auto;
  display: block;
  padding-top: 15px;
  padding-bottom: 20px;
}
.regis .form .tc {
  font-family: 'open_sansregular';
  color: #ffffff;
  font-size: 12px;
  width: 90%;
  max-width: 790px;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.regis .form .tc a {
  text-decoration: underline;
  color: #ffffff;
}
.regis .regis-btn {
  padding: 8px 60px;
  border: 2px solid #ffffff;
  margin: 0 auto;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'open_sanssemibold';
  letter-spacing: 4px;
  margin-top: 10px;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.regis .regis-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.regis p {
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  max-width: 578px;
  padding: 0px 10px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
  line-height: 24px;
}
.regis p span {
  font-family: 'open_sansbold';
}
.regis .fb-function-container {
  background-color: #e53f6e;
  padding: 32px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  display: block;
  max-width: 530px;
  margin-top: 40px;
}
.regis .fb-function-container p {
  line-height: 19px;
  text-align: center;
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #ffffff;
}
.regis .fb-function-container p img {
  padding-right: 10px;
}
.regis .fanalr {
  width: 100%;
  position: relative;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 40px;
}
.regis .fanalr a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'open_sansregular';
  font-size: 16px;
  line-height: 29px;
  border-bottom: solid 1px #ffffff;
  display: inline;
  padding-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
.regis h5 {
  font-family: 'open_sansregular';
  font-size: 16px;
  line-height: 29px;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0px 10px 10px;
  color: #ffffff;
}
.regis h5 a {
  border-bottom: solid 1px #ffffff;
  display: inline;
  padding-bottom: 0px;
  color: #ffffff;
  text-decoration: none;
}
.reigs-aknowledge {
  margin-bottom: 180px;
}
.reigs-aknowledge p {
  max-width: 586px;
  padding-bottom: 30px;
}
.login-page .login-container {
  background-color: #e53f6e;
  width: 90%;
  max-width: 768px;
  position: relative;
  margin: 0 auto;
  display: block;
  padding-top: 15px;
  padding-bottom: 20px;
}
.login-page .login-container .login-form-container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  position: relative;
}
.login-page .login-container .login-form-container .email-container {
  margin: 0;
  max-width: 400px;
  float: left;
  width: 100%;
}
.login-page .login-container .login-form-container .email-container p {
  text-align: left;
  padding-left: 20px;
}
.login-page .login-container .login-form-container .password-container {
  margin: 0;
  max-width: 300px;
  float: left;
  width: 100%;
}
.login-page .login-container .login-form-container .password-container p {
  text-align: left;
  padding-left: 20px;
}
.login-page .login-container .regis-btn {
  margin-top: 30px;
}
.login-page .login-container p {
  font-family: 'open_sansregular';
  font-size: 14px;
  line-height: 29px;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 10px 10px;
  color: #ffffff;
}
.login-page .login-container p a {
  border-bottom: solid 1px #ffffff;
  display: inline;
  padding-bottom: 0px;
  color: #ffffff;
  text-decoration: none;
}
.popoutbg {
  position: absolute;
  z-index: 40;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
.popoutbg .popout-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.popoutbg .popout-container .popoutbox {
  background-color: #109fb4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  max-width: 768px;
  position: relative;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 35px;
}
.popoutbg .popout-container .popoutbox h2 {
  font-family: 'open_sansbold';
  font-size: 26px;
  width: 100%;
  text-align: center;
  padding: 20px 10px 0px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 30px;
}
.popoutbg .popout-container .popoutbox p {
  font-family: 'open_sansregular';
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10px 10px 10px;
  color: #ffffff;
}
.popoutbg .popout-container .popoutbox p a {
  border-bottom: solid 1px #ffffff;
  display: inline;
  padding-bottom: 0px;
  color: #ffffff;
  text-decoration: none;
}
.popoutbg .popout-container .popoutbox .regis-btn {
  padding: 8px 60px;
  border: 2px solid #ffffff;
  margin: 0 auto;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'open_sanssemibold';
  letter-spacing: 4px;
  margin-top: 5px;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.popoutbg .popout-container .popoutbox .regis-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.popoutbg .popout-container .popoutbox .input-error {
  text-align: center;
}
.popoutbg .popout-container .popoutbox a {
  display: block;
}
.popoutbg .popout-container .popoutbox .popclose {
  background: url(../images/closebtn.png) no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  margin-top: 0px;
}
.popoutbg .popout-container .popoutbox .popclose:hover {
  background: url(../images/closebtn-hover.png) no-repeat;
}
.popoutbg .popout-container .popoutbox-ec {
  padding-bottom: 0px;
  padding-top: 0px;
  background: none;
}
.popoutbg .popout-container .popoutbox-ec .popoutbox-ec-bg {
  background-color: #109fb4;
  padding-top: 16px;
}
.popoutbg .popout-container .popoutbox-ec .icon-success {
  background: url(../images/label.png) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100px;
  height: 100px;
  right: -30px;
  top: 170px;
}
.popoutbg .popout-container .popoutbox-ec .icon-successx10 {
  background: url(../images/labelx10.png) no-repeat;
}
.popoutbg .popout-container .popoutbox-ec h2 {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.popoutbg .popout-container .popoutbox-ec p {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: block;
}
.popoutbg .popout-container .popoutbox-ec .p-sm {
  max-width: 446px;
  margin: 0 auto;
  display: block;
  font-family: 'open_sansitalic';
  font-size: 12px;
  padding-bottom: 20px;
}
.popoutbg .popout-container .popoutbox-ec .code-container {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
  background-color: #0e8fa2;
}
.popoutbg .popout-container .popoutbox-ec .code-container .flag {
  background: url(../images/chances-label2.png) no-repeat;
  width: 83px;
  height: 117px;
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  display: block;
}
.popoutbg .popout-container .popoutbox-ec .code-container .flag strong {
  font-size: 30px;
  line-height: 30px;
}
.popoutbg .popout-container .popoutbox-ec .code-container .mobile-flag {
  background: url(../images/chances-label2.png) no-repeat;
  width: 83px;
  height: 117px;
  position: relative;
  margin: 0 auto;
  top: 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
  padding-top: 5px;
  margin-bottom: 10px;
}
.popoutbg .popout-container .popoutbox-ec .code-container .mobile-flag strong {
  font-size: 30px;
  line-height: 30px;
}
.popoutbg .popout-container .popoutbox-ec .code-container form {
  padding-left: 100px;
}
.popoutbg .popout-container .popoutbox-ec .code-container form .code-field {
  margin: 0;
  max-width: 355px;
  float: left;
  width: 100%;
}
.popoutbg .popout-container .popoutbox-ec .code-container form .code-field input {
  font-size: 14px;
  text-align: center;
  margin: 0 0;
}
.popoutbg .popout-container .popoutbox-ec .code-container form .code-field .input-error {
  max-width: 355px;
  margin: 0;
  width: 100%;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -20px;
}
.popoutbg .popout-container .popoutbox-ec .code-container form .submit-field {
  margin: 0;
  float: left;
  margin-left: -10px;
}
.popoutbg .popout-container .popoutbox-ec .code-container form .submit-field .regis-btn {
  margin-top: 2px;
}
.popoutbg .popout-container .popoutbox-ec .code-container .code-count {
  padding-left: 100px;
  text-align: left;
  margin: 0;
  max-width: 100%;
  padding-bottom: 0px;
  padding-top: 10px;
  line-height: 16px;
  position: relative;
}
.popoutbg .popout-container .popoutbox-ec .code-container .code-count:last-child {
  padding-top: 0px;
}
.popoutbg .popout-container .popoutbox-ec .puller {
  position: relative;
  height: 0px;
  width: 239px;
  left: 0px;
  border-top: 45px solid #e53f6e;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  display: block;
  margin: 0 auto;
  top: 0px;
}
.popoutbg .popout-container .popoutbox-ec .puller span {
  text-align: center;
  font-family: 'open_sansregular';
  line-height: 45px;
  font-size: 16px;
  width: 100%;
  color: #ffffff;
  display: block;
  position: absolute;
  margin-top: -45px;
}
.popoutbg .popout-container .popoutbox-ec .puller span:hover {
  opacity: .5;
}
.popoutbg .popout-container .popoutbox-ec .used-codes {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.popoutbg .popout-container .popoutbox-ec .used-codes li {
  width: 33.33%;
  float: left;
  font-size: 14px;
  color: #373737;
  display: block;
  text-align: center;
  padding: 3px;
}
.popoutbg .popout-container .popoutbox-ec .used-codes:after {
  clear: both;
  content: '';
  display: block;
}
.popoutbg .popout-container .popoutbox-edit-step1 .input-text {
  max-width: 400px;
  text-align: center;
  margin-bottom: 20px;
  border: none;
}
.popoutbg .popout-container .popoutbox-edit-step2 .tc {
  color: #ffffff;
  font-family: 'open_sansregular';
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
  display: block;
  max-width: 671px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.popoutbg .popout-container .popoutbox-edit-step2 .checkbox-container {
  max-width: 500px;
  width: 90%;
  margin: 2px auto;
  font-family: 'open_sansregular';
  color: #ffffff;
  font-size: 14px;
  outline: none;
  line-height: 20px;
  padding-bottom: 5px;
}
.popoutbg .popout-container .popoutbox-edit-step2 .checkbox-container input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  float: left;
  z-index: 22;
  position: relative;
}
.popoutbg .popout-container .popoutbox-edit-step2 .checkbox-container span {
  margin-bottom: 0px;
  position: relative;
  display: block;
  margin-top: 3px;
  z-index: 0;
}
.popoutbg .popout-container .cancel-box .regis-btn {
  width: 220px;
  margin-top: 20px;
}
.popoutbg .popout-container .popoutbox-edit-step3 .dc_row {
  color: #ffffff;
  font-family: 'open_sansregular';
  max-width: 500px;
  width: 90%;
  position: relative;
  margin: 1px auto;
  font-size: 16px;
  text-align: center;
  padding: 0px 10px 10px;
}
.popoutbg .popout-container .popoutbox-edit-step3 .dc_row:first-child {
  padding-top: 20px;
}
.popoutbg .popout-container .popoutbox-edit-step3 .pes3-btn-container {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}
.popoutbg .popout-container .popoutbox-edit-step3 .pes3-btn-container .regis-btn {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.popoutbg .popout-container .popoutbox-tc .tcdivider {
  background: url(../images/line.png) repeat-x;
  width: calc(100% - 105px);
  margin: 0px 36px 0px 53px;
  height: 4px;
}
.popoutbg .popout-container .popoutbox-tc .tc-content .prize_cont {
  padding: 0px 36px 0px 50px;
}
.popoutbg .popout-container .popoutbox-tc .tc-content .prize_cont .tc-content-copy p {
  text-align: left;
  font-family: 'open_sansregular';
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
}
.popoutbg .popout-container .popoutbox-tc .tc-content .prize_cont .tc-content-copy p span {
  font-family: 'open_sansbold';
}
.game-page {
  max-width: 100%;
}
.game-page .user-info-row-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.game-page .user-info-row-bg .user-info-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}
.game-page .user-info-row-bg .user-info-container .leftbox {
  float: left;
  margin-left: 10px;
}
.game-page .user-info-row-bg .user-info-container .leftbox img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 10px;
}
.game-page .user-info-row-bg .user-info-container .leftbox a {
  display: block;
}
.game-page .user-info-row-bg .user-info-container .leftbox span {
  color: #ffffff;
  font-size: 14px;
  font-family: 'open_sansregular';
}
.game-page .user-info-row-bg .user-info-container .rightbox {
  float: right;
}
.game-page .user-info-row-bg .user-info-container .rightbox span {
  color: #ffffff;
  font-size: 14px;
  font-family: 'open_sansregular';
  float: left;
  margin-right: 15px;
}
.game-page .user-info-row-bg .user-info-container .rightbox .edit-details {
  margin-right: 25px;
}
.game-page .user-info-row-bg .user-info-container .rightbox .edit-details:before {
  content: '';
  display: block;
  background: url(../images/edits-icon.png) no-repeat;
  width: 27px;
  height: 27px;
  float: left;
  margin-top: -3px;
  margin-right: 5px;
}
.game-page .user-info-row-bg .user-info-container .rightbox .edit-details:after {
  content: '';
  display: block;
  clear: both;
}
.game-page .user-info-row-bg .user-info-container .rightbox .logout:before {
  content: '';
  display: block;
  background: url(../images/logout-icon.png) no-repeat;
  width: 25px;
  height: 25px;
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}
.game-page .user-info-row-bg .user-info-container .rightbox .logout:after {
  content: '';
  display: block;
  clear: both;
}
.game-page .game-head-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.game-page .game-head-container .leftlogo {
  background: url(../images/app-icon2.png) no-repeat;
  width: 193px;
  height: 88px;
  float: left;
  margin-left: 10px;
  margin-top: 20px;
}
.game-page .game-head-container .rightlogo {
  background: url(../images/chances-label2.png) no-repeat;
  width: 83px;
  height: 117px;
  float: right;
  margin-right: 10px;
  text-align: center;
  font-family: 'open_sansregular';
  font-size: 14px;
  padding-top: 15px;
  color: #373737;
  line-height: 16px;
}
.game-page .game-head-container .rightlogo span {
  font-size: 34px;
  font-family: 'open_sansbold';
  line-height: 30px;
}
.game-page .game-inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.game-page .game-inner .mbooster {
  background: url(../images/mbooster2.png) no-repeat;
  width: 300px;
  height: 46px;
  position: relative;
  margin: 0 auto;
  display: none;
  margin-top: 20px;
}
.game-page .game-inner .game-main-container {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 700px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.game-page .game-inner .game-main-container #grid {
  margin: -10px;
}
.game-page .game-inner .game-main-container .gamebox {
  width: 340px;
  height: 240px;
  position: relative;
}
.game-page .game-inner .game-main-container .uc-container {
  width: 340px;
  height: 240px;
  margin: 10px;
  float: left;
  position: relative;
}
.game-page .game-inner .game-main-container .popclose {
  background: url(../images/closebtn.png) no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  margin-top: 0px;
}
.game-page .game-inner .game-main-container .popclose:hover {
  background: url(../images/closebtn-hover.png) no-repeat;
}
.game-page .game-inner .game-main-container .uc-final-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
}
.game-page .game-inner .game-main-container .card1 .uc-final,
.game-page .game-inner .game-main-container .card1 .uc-single,
.game-page .game-inner .game-main-container .card1 .uc-initial-content,
.game-page .game-inner .game-main-container .card1 .uc-back,
.game-page .game-inner .game-main-container .card1 .uc-front,
.game-page .game-inner .game-main-container .uc-final-content.bg1 {
  background: url(../images/bp1.jpg);
}
.game-page .game-inner .game-main-container .card2 .uc-final,
.game-page .game-inner .game-main-container .card2 .uc-single,
.game-page .game-inner .game-main-container .card2 .uc-initial-content,
.game-page .game-inner .game-main-container .card2 .uc-back,
.game-page .game-inner .game-main-container .card2 .uc-front,
.game-page .game-inner .game-main-container .uc-final-content.bg2 {
  background: url(../images/bp2.jpg);
}
.game-page .game-inner .game-main-container .card3 .uc-final,
.game-page .game-inner .game-main-container .card3 .uc-single,
.game-page .game-inner .game-main-container .card3 .uc-initial-content,
.game-page .game-inner .game-main-container .card3 .uc-back,
.game-page .game-inner .game-main-container .card3 .uc-front,
.game-page .game-inner .game-main-container .uc-final-content.bg3 {
  background: url(../images/bp3.jpg);
}
.game-page .game-inner .game-main-container .card4 .uc-final,
.game-page .game-inner .game-main-container .card4 .uc-single,
.game-page .game-inner .game-main-container .card4 .uc-initial-content,
.game-page .game-inner .game-main-container .card4 .uc-back,
.game-page .game-inner .game-main-container .card4 .uc-front,
.game-page .game-inner .game-main-container .uc-final-content.bg4 {
  background: url(../images/bp4.jpg);
}
.game-page .game-inner .game-main-container .popoutbox-game {
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.game-page .game-inner .game-main-container .popoutbox-game .content {
  background-color: #ffffff;
  padding: 20px 20px 10px 20px;
}
.game-page .game-inner .game-main-container .popoutbox-game .content p {
  font-family: 'open_sansregular';
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10px 10px 10px;
}
.game-page .game-inner .game-main-container .popoutbox-game h4 {
  color: #373737;
  margin-bottom: 0px;
}
.game-page .game-inner .game-main-container .popoutbox-game p {
  color: #373737;
  padding-bottom: 0px;
}
.game-page .game-inner .game-main-container .popoutbox-game .regis-btn {
  margin-top: 20px;
}
.game-page .game-inner .game-main-container .popoutbox-game .logout {
  font-size: 12px;
  font-family: 'open_sansregular';
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #ffffff;
}
.game-page .game-inner .game-main-container .row_lose .content {
  padding: 60px 20px 70px 20px;
}
.game-page .game-inner .game-main-container .booster {
  position: absolute;
  background: url(../images/booster2.png) no-repeat;
  width: 395px;
  height: 61px;
  left: 220px;
  top: 50px;
  display: block;
}
.game-page-black .game-inner .game-main-container .gamebox {
  float: left;
}
.game-page-black .game-inner .game-main-container .gamebox1 {
  background: url(../images/p1b.jpg) no-repeat;
  margin-right: 10px;
  margin-bottom: 20px;
}
.game-page-black .game-inner .game-main-container .gamebox2 {
  background: url(../images/p2b.jpg) no-repeat;
  margin-bottom: 20px;
  margin-left: 10px;
}
.game-page-black .game-inner .game-main-container .gamebox3 {
  background: url(../images/p3b.jpg) no-repeat;
  margin-right: 10px;
}
.game-page-black .game-inner .game-main-container .gamebox4 {
  background: url(../images/p4b.jpg) no-repeat;
  margin-left: 10px;
}
.game-page-play {
  display: block;
}
.game-page-play .game-inner .mbooster {
  background:url(../images/booster3-mobile.png) no-repeat;
  width:228px;
  height:70px;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  display: none;
  margin-top: 20px;
}
.game-page-play .game-inner .game-main-container .gamebox {
  cursor: pointer;
}
.game-page-play .game-inner .game-main-container .gamebox .d {
  background-image: url(../images/d1.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  animation: d 1.5s infinite;
}
.game-page-play .game-inner .game-main-container .gamebox:hover .d {
  display: block;
}
.game-page-play .game-inner .game-main-container .gamebox.disable-hover {
  cursor: default;
}
.game-page-play .game-inner .game-main-container .gamebox.disable-hover .d {
  display: none !important;
}
.game-page-play .game-inner .game-main-container .gamebox1 {
  background: url(../images/p1.jpg) no-repeat;
}
.game-page-play .game-inner .game-main-container .gamebox2 {
  background: url(../images/p2.jpg) no-repeat;
}
.game-page-play .game-inner .game-main-container .gamebox3 {
  background: url(../images/p3.jpg) no-repeat;
}
.game-page-play .game-inner .game-main-container .gamebox4 {
  background: url(../images/p4.jpg) no-repeat;
}
.game-page-play .game-inner .game-main-container .booster {
  position: absolute;
  background: url(../images/booster3.png) no-repeat;
  width: 150px;
  height: 78px;
  background-size: cover;
  right: -50px;
  left: auto;
  top: -30px;
  display: block;
}
.winner-page .game-inner {
  padding-bottom: 40px;
}
.winner-page h4 {
  line-height: 24px;
}
.winner-page .bigprize-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-top: 20px;
}
.winner-page .bigprize-container .bigprize {
  position: relative;
  float: left;
  width: 180px;
  text-align: center;
  margin: 0px 10px;
}
.winner-page .bigprize-container .bigprize img {
  border-radius: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  width: 150px;
  height: 150px;
}
.winner-page .bigprize-container .bigprize .smprize-hover {
  width: 144px;
  height: 144px;
  background-color: rgba(16, 159, 180, 0.8);
  margin: 3px 18px;
  border-radius: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: none;
  padding-top: 0px;
}
.winner-page .bigprize-container .bigprize .smprize-hover span {
  text-align: center;
  font-size: 20px;
  font-family: 'open_sansbold_italic';
  color: #ffffff;
  line-height: 24px;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  padding-top: 0px;
}
.winner-page .bigprize-container .bigprize span {
  text-align: center;
  font-size: 34px;
  font-family: 'open_sansbold_italic';
  color: #ffffff;
  line-height: 12px;
  width: 100%;
  position: relative;
  padding-top: 20px;
  display: block;
}
.winner-page .bigprize-container .bigprize span span {
  font-size: 20px;
  color: #ffffff;
}
.winner-page .bigprize-container .bigprize:hover .smprize-hover {
  display: table;
}
.winner-page .smprize-container {
  width: 90%;
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 8px 5px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  margin-top: 30px;
}
.winner-page .smprize-container a {
  display: inline-block;
}
.winner-page .smprize-container .smprize {
  position: relative;
  /*float:left;*/
  width: 83px;
  text-align: center;
  margin: 0px;
  display: inline-block;
}
.winner-page .smprize-container .smprize img {
  border-radius: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.winner-page .smprize-container .smprize .smprize-hover {
  width: 76px;
  height: 76px;
  background-color: rgba(16, 159, 180, 0.8);
  margin: 3px 4px;
  border-radius: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: none;
}
.winner-page .smprize-container .smprize .smprize-hover span {
  text-align: center;
  font-size: 12px;
  font-family: 'open_sansbold_italic';
  color: #ffffff;
  line-height: 12px;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
}
.winner-page .smprize-container .smprize:hover .smprize-hover {
  display: table;
}
.winner-page .title {
  display: block;
  position: relative;
  height: 0px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  margin-top: 0px;
  border-top: 50px solid rgba(255, 255, 255, 0.2);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.winner-page .title span {
  font-size: 34px;
  font-family: 'open_sansbold_italic';
  color: #ffffff;
  line-height: 34px;
  padding-top: 0px;
  position: absolute;
  top: -40px;
  width: 100%;
  text-align: center;
}
.winner-page .title span small {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  top: 10px;
  width: 100%;
  padding-left: 0px;
}
.ht-page h2 {
  padding-top: 0px;
}
.ht-page .info-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}
.ht-page .info-container p {
  font-size: 14px;
  text-align: left;
  position: relative;
  padding-bottom: 20px;
  line-height: 18px;
}
.ht-page .info-container p:after {
  content: '';
  display: block;
  clear: both;
}
.ht-page .info-container p:before {
  content: '';
  display: block;
  float: left;
  width: 65px;
  height: 52px;
  margin-right: 20px;
}
.ht-page .info-container .p3 {
  line-height: 45px;
}
.ht-page .info-container .p4 {
  line-height: 56px;
}
.ht-page .info-container .p1:before {
  background: url(../images/step1.png) no-repeat;
  background-position: 50% 50%;
}
.ht-page .info-container .p2:before {
  background: url(../images/step2.png) no-repeat;
  background-position: 50% 50%;
}
.ht-page .info-container .p3:before {
  background: url(../images/step3.png) no-repeat;
  background-position: 50% 50%;
}
.ht-page .info-container .p4:before {
  background: url(../images/step4.png) no-repeat;
  background-position: 50% 50%;
}
.ht-page .info-container .p5:before {
  background: url(../images/step5.png) no-repeat;
  background-position: 50% 50%;
}
@media only screen and (max-height: 745px) {
  .flexboxcenter {
    height: auto;
    display: block;
  }
}
.hide {
  display: none !important;
}
.flexboxcenter {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* LESS Document */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .nav {
    display: none;
  }
  .mobile-nav {
    position: relative;
    background: #ffffff;
    display: block;
    width: 100%;
    top: 0px;
    height: 40px;
    z-index: 20;
  }
  .mobile-nav .burger {
    width: 20px;
    height: 30px;
    margin: 0 auto;
    display: block;
    position: relative;
    background: url(../images/navbtn_small.png) no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    background-repeat: no-repeat;
  }
  .mobile-nav .mobile-navi {
    width: 100%;
    text-align: center;
    background-color: #000000;
    display: none;
    position: relative;
  }
  .mobile-nav .mobile-navi li {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: 'open_sansregular';
    font-size: 12px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .mobile-nav .mobile-navi a {
    text-decoration: none;
    color: #ffffff;
  }
  .mobile-nav .mobile-navi a:hover {
    color: #868686;
  }
  .mobile-nav .mobile-navi .active {
    color: #868686;
  }
  .footer-container .footer-left {
    left: 10px;
  }
  .footer-container .footer-right {
    right: 10px;
  }
  .index {
    padding-bottom: 160px;
  }
  .index .index-fouricons-container {
    display: none;
  }
}
/* LESS Document */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .bg ul.kf-slider li {
    height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    background-repeat: repeat-y !important;
    background-size: auto;
    background-position: 0 0;
    z-index: 0;
    opacity: 0;
    -webkit-animation: fade-out 9s infinite both;
    -moz-animation: fade-out 9s infinite both;
    animation: fade-out 9s infinite both;
    background-image: url(../images/mbg1.jpg);
  }
  .mobile-hide {
    display: none !important;
  }
  .desktop-hide {
    display: block !important;
  }
  .index .logo {
    background: url(../images/app-icon2.png) no-repeat;
    width: 193px;
    height: 88px;
  }
  .login-page .login-container .login-form-container {
    max-width: 100%;
  }
  .login-page .login-container .login-form-container .input-error {
    text-align: center;
    padding: 0;
  }
  .login-page .login-container .login-form-container .email-container {
    margin: 0;
    max-width: 100%;
    float: left;
    width: 100%;
  }
  .login-page .login-container .login-form-container .email-container p {
    text-align: center;
    padding-left: 0px;
  }
  .login-page .login-container .login-form-container .password-container {
    margin: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
  }
  .login-page .login-container .login-form-container .password-container p {
    text-align: center;
    padding-left: 0px;
  }
  .game-page h4 {
    display: none;
  }
  .game-page .user-info-row-bg .user-info-container .leftbox {
    float: none;
    text-align: center;
    padding-bottom: 20px;
  }
  .game-page .user-info-row-bg .user-info-container .rightbox {
    float: none;
    width: 221px;
    margin: 0 auto;
    display: block;
  }
  .game-page .user-info-row-bg .user-info-container .rightbox span {
    color: #ffffff;
    font-size: 14px;
    font-family: 'open_sansregular';
    float: left;
    margin-right: 15px;
  }
  .game-page .user-info-row-bg .user-info-container .rightbox .edit-details {
    margin-right: 25px;
  }
  .game-page .user-info-row-bg .user-info-container .rightbox .edit-details:before {
    content: '';
    display: block;
    background: url(../images/edits-icon.png) no-repeat;
    width: 27px;
    height: 27px;
    float: left;
    margin-top: -3px;
    margin-right: 5px;
  }
  .game-page .user-info-row-bg .user-info-container .rightbox .edit-details:after {
    content: '';
    display: block;
    clear: both;
  }
  .game-page .user-info-row-bg .user-info-container .rightbox .logout:before {
    content: '';
    display: block;
    background: url(../images/logout-icon.png) no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    margin-top: -2px;
    margin-right: 5px;
  }
  .game-page .user-info-row-bg .user-info-container .rightbox .logout:after {
    content: '';
    display: block;
    clear: both;
  }
  .game-page .game-inner .mbooster {
    display: block;
  }
  .game-page .game-inner .game-main-container {
    padding: 30px 10px 20px;
  }
  .game-page .game-inner .game-main-container .gamebox {
    width: 340px;
    height: 240px;
    float: none;
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .game-page .game-inner .game-main-container .gamebox1 {
    background: url(../images/p1b.jpg) no-repeat;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .game-page .game-inner .game-main-container .gamebox2 {
    background: url(../images/p2b.jpg) no-repeat;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .game-page .game-inner .game-main-container .gamebox3 {
    background: url(../images/p3b.jpg) no-repeat;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .game-page .game-inner .game-main-container .gamebox4 {
    background: url(../images/p4b.jpg) no-repeat;
    margin-left: auto;
  }
  .game-page .game-inner .game-main-container .booster {
    display: none;
  }
  .game-page-play .game-inner .game-main-container {
    padding-top: 10px;
  }
  .game-page-play .game-inner .game-main-container .gamebox1 {
    background: url(../images/p1.jpg) no-repeat;
  }
  .game-page-play .game-inner .game-main-container .gamebox2 {
    background: url(../images/p2.jpg) no-repeat;
  }
  .game-page-play .game-inner .game-main-container .gamebox3 {
    background: url(../images/p3.jpg) no-repeat;
  }
  .game-page-play .game-inner .game-main-container .gamebox4 {
    background: url(../images/p4.jpg) no-repeat;
  }
  .popoutbg .popout-container .popoutbox h2 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .popoutbg .popout-container .cancel-box h2 {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .popoutbg .popout-container .cancel-box .regis-btn {
    width: 220px;
    margin-top: 20px;
  }
  .popoutbg .popout-container .popoutbox-game {
    max-width: 680px;
    background-color: transparent;
    background-image: url(../images/bp1.jpg);
  }
  .popoutbg .popout-container .popoutbox-game .content {
    background-color: #ffffff;
    padding: 20px 20px 10px 20px;
  }
  .popoutbg .popout-container .popoutbox-game h2 {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .popoutbg .popout-container .popoutbox-game h4 {
    color: #373737;
    margin-bottom: 0px;
    padding-top: 0px;
    line-height: 25px;
  }
  .popoutbg .popout-container .popoutbox-game p {
    color: #373737;
    padding-bottom: 0px;
  }
  .popoutbg .popout-container .popoutbox-game .regis-btn {
    margin-top: 20px;
  }
  .popoutbg .popout-container .popoutbox-game .logout {
    font-size: 12px;
    font-family: 'open_sansregular';
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #ffffff;
  }
  .popoutbg .popout-container .popoutbox-game.bg0 {
    background-image: url(../images/bp1.jpg);
  }
  .popoutbg .popout-container .popoutbox-game.bg1 {
    background-image: url(../images/bp2.jpg);
  }
  .popoutbg .popout-container .popoutbox-game.bg2 {
    background-image: url(../images/bp3.jpg);
  }
  .popoutbg .popout-container .popoutbox-game.bg3 {
    background-image: url(../images/bp4.jpg);
  }
  .popoutbg .popout-container .popoutbox-lose .content {
    padding: 60px 20px 70px 20px;
  }
  .popoutbg .popout-container .popoutbox-ec h2 {
    max-width: 90%;
  }
  .popoutbg .popout-container .popoutbox-ec .icon-success {
    display: none !important;
  }
  .popoutbg .popout-container .popoutbox-ec p {
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    display: none;
  }
  .popoutbg .popout-container .popoutbox-ec .p-sm {
    max-width: 90%;
    display: none;
  }
  .popoutbg .popout-container .popoutbox-ec .code-container {
    padding-top: 0px;
  }
  .popoutbg .popout-container .popoutbox-ec .code-container .flag {
    display: none;
  }
  .popoutbg .popout-container .popoutbox-ec .code-container .mobile-flag {
    display: block;
  }
  .popoutbg .popout-container .popoutbox-ec .code-container form {
    padding-left: 0px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .popoutbg .popout-container .popoutbox-ec .code-container form .code-field {
    margin: 0 auto;
    max-width: 100%;
    float: none;
    width: 100%;
  }
  .popoutbg .popout-container .popoutbox-ec .code-container form .code-field input {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
  }
  .popoutbg .popout-container .popoutbox-ec .code-container form .code-field .input-error {
    max-width: 100%;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
  }
  .popoutbg .popout-container .popoutbox-ec .code-container form .submit-field {
    margin: 0;
    float: none;
    margin-left: 0px;
  }
  .popoutbg .popout-container .popoutbox-ec .code-container form .submit-field .regis-btn {
    margin-top: 10px;
  }
  .popoutbg .popout-container .popoutbox-ec .code-container .code-count {
    display: block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .popoutbg .popout-container .popoutbox-ec .used-codes {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .popoutbg .popout-container .popoutbox-ec .used-codes li {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #373737;
    display: block;
    text-align: center;
    padding: 3px;
  }
  .popoutbg .popout-container .popoutbox-edit-step2 {
    padding-bottom: 15px;
  }
  .popoutbg .popout-container .popoutbox-edit-step2 .tc {
    font-size: 10px;
  }
  .popoutbg .popout-container .popoutbox-edit-step2 .input-text {
    padding: 8px;
  }
  .popoutbg .popout-container .popoutbox-edit-step2 h2 {
    padding-top: 18px;
    padding-bottom: 0px;
  }
  .popoutbg .popout-container .popoutbox-tc h2 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .popoutbg .popout-container .popoutbox-tc .tcdivider {
    background: url(../images/line.png) repeat-x;
    width: calc(100% - 45px);
    margin: 0px 15px 0px 30px;
    height: 4px;
  }
  .popoutbg .popout-container .popoutbox-tc .tc-content .prize_cont {
    padding: 0px 7px 0px 20px;
  }
  .popoutbg .popout-container .popoutbox-tc .tc-content .prize_cont .tc-content-copy p {
    text-align: left;
    font-family: 'open_sansregular';
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
  }
  .popoutbg .popout-container .popoutbox-tc .tc-content .prize_cont .tc-content-copy p span {
    font-family: 'open_sansbold';
  }
  .ht-page h2 {
    padding-top: 0px;
  }
  .ht-page .game-head-container .leftlogo {
    margin: 0 auto;
    float: none;
    margin-top: 20px;
  }
  .ht-page .info-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
  }
  .ht-page .info-container p {
    font-size: 14px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    line-height: 18px !important;
  }
  .ht-page .info-container p:after {
    content: '';
    display: block;
    clear: both;
  }
  .ht-page .info-container p:before {
    content: '';
    display: block;
    float: none;
    width: 65px;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .ht-page .info-container .p1:before {
    background: url(../images/step1.png) no-repeat;
    background-position: 50% 50%;
  }
  .ht-page .info-container .p2:before {
    background: url(../images/step2.png) no-repeat;
    background-position: 50% 50%;
  }
  .ht-page .info-container .p3:before {
    background: url(../images/step3.png) no-repeat;
    background-position: 50% 50%;
  }
  .ht-page .info-container .p4:before {
    background: url(../images/step4.png) no-repeat;
    background-position: 50% 50%;
  }
  .ht-page .info-container .p5:before {
    background: url(../images/step5.png) no-repeat;
    background-position: 50% 50%;
  }
  .footer-container .footer-nc {
    display: none;
  }
}
@media only screen and (max-width: 679px) {
  .winner-page .bigprize-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-top: 20px;
  }
  .winner-page .bigprize-container .bigprize {
    position: relative;
    float: left;
    width: 180px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .winner-page .bigprize-container .bigprize img {
    border-radius: 100%;
    border: 4px solid rgba(255, 255, 255, 0.2);
  }
  .winner-page .bigprize-container .bigprize .smprize-hover {
    width: 150px;
    height: 150px;
    background-color: #109fb4;
    margin: 4px 15px;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: none;
    padding-top: 0px;
    left: 50%;
    margin-left: -75px;
  }
  .winner-page .bigprize-container .bigprize .smprize-hover span {
    text-align: center;
    font-size: 20px;
    font-family: 'open_sansbold_italic';
    color: #ffffff;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    padding-top: 0px;
  }
  .winner-page .bigprize-container .bigprize .mt24 {
    margin-top: 24px;
  }
  .winner-page .bigprize-container .bigprize span {
    text-align: center;
    font-size: 34px;
    font-family: 'open_sansbold_italic';
    color: #ffffff;
    line-height: 12px;
    width: 100%;
    position: relative;
    padding-top: 20px;
    display: block;
  }
  .winner-page .bigprize-container .bigprize span span {
    font-size: 20px;
    color: #ffffff;
    padding-top: 20px;
  }
  .winner-page .bigprize-container .bigprize:first-child {
    float: none;
  }
  .winner-page .bigprize-container .bigprize:nth-child(2) {
    width: 50%;
    padding-top: 20px;
  }
  .winner-page .bigprize-container .bigprize:nth-child(3) {
    width: 50%;
    padding-top: 20px;
  }
  .winner-page .smprize-container {
    width: 90%;
    max-width: 620px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 8px 5px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    margin-top: 30px;
    /*.smprize:nth-child(5){
			margin-left:12.5%;
		}*/
  }
  .winner-page .smprize-container .smprize {
    position: relative;
    /*float:left;
			width:25%;*/
    text-align: center;
    margin: 5px 0px;
  }
  .winner-page .smprize-container .smprize img {
    border-radius: 100%;
    border: 4px solid rgba(255, 255, 255, 0.2);
  }
  .winner-page .smprize-container .smprize .smprize-hover {
    margin-left: -37.5px;
    left: 50%;
  }
  .winner-page .smprize-container .smprize .smprize-hover span {
    text-align: center;
    font-size: 12px;
    font-family: 'open_sansbold_italic';
    color: #ffffff;
    line-height: 12px;
    width: 100%;
    position: relative;
    padding-top: 0px;
  }
  .winner-page .smprize-container .smprize .smprize-hover span span {
    font-size: 20px;
    color: #ffffff;
    padding: 0px;
  }
  .winner-page .title {
    display: block;
    position: relative;
    height: 0px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    margin-top: 0px;
    border-top: 50px solid rgba(255, 255, 255, 0.2);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
  .winner-page .title span {
    font-size: 21px;
    font-family: 'open_sansbold_italic';
    color: #ffffff;
    line-height: 21px;
    padding-top: 0px;
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: center;
  }
  .winner-page .title span small {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    top: 10px;
    width: 100%;
    padding-left: 0px;
  }
}
/* LESS Document */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .index .signin-container .index-btn {
    padding: 15px 0px;
    border: 2px solid #ffffff;
    max-width: 596px;
    width: 90%;
    margin: 0 auto;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    letter-spacing: 2px;
    margin-top: 20px;
    -o-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
  .index .signin-container .login-text {
    font-family: 'open_sanssemibold';
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 20px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .regis {
    margin-bottom: 160px;
  }
  .regis .fb-acc {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    background: #000000;
    height: auto;
    padding: 12px 5px 5px 12px;
  }
  .regis .fb-acc .head {
    border-radius: 50%;
    border: 2px solid #ff6c96;
    width: 64px;
    height: 64px;
    float: none;
    position: relative;
    left: 50%;
    margin-left: -32px;
  }
  .regis .fb-acc .head img {
    width: 60px;
    height: 60px;
  }
  .regis .fb-acc .fb-content {
    color: #ffffff;
    float: none;
    position: relative;
    font-family: 'open_sansregular';
    font-size: 14px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .regis .fb-acc .fb-content span {
    font-family: 'open_sansbold';
    font-size: 14px;
  }
  .regis .fb-acc .notme {
    position: relative;
    right: 0px;
    left: 0px;
    bottom: 5px;
    text-align: center;
    width: 100%;
    font-family: 'open_sansregular';
  }
  .game-page .game-inner .game-main-container .gamebox {
    width: 300px;
    height: 212px;
  }
  .game-page .game-inner .game-main-container .gamebox1 {
    background: url(../images/sp1b.jpg) no-repeat;
  }
  .game-page .game-inner .game-main-container .gamebox2 {
    background: url(../images/sp2b.jpg) no-repeat;
  }
  .game-page .game-inner .game-main-container .gamebox3 {
    background: url(../images/sp3b.jpg) no-repeat;
  }
  .game-page .game-inner .game-main-container .gamebox4 {
    background: url(../images/sp4b.jpg) no-repeat;
  }
  .game-page-play .game-inner .game-main-container .gamebox1 {
    background: url(../images/sp1.jpg) no-repeat;
  }
  .game-page-play .game-inner .game-main-container .gamebox2 {
    background: url(../images/sp2.jpg) no-repeat;
  }
  .game-page-play .game-inner .game-main-container .gamebox3 {
    background: url(../images/sp3.jpg) no-repeat;
  }
  .game-page-play .game-inner .game-main-container .gamebox4 {
    background: url(../images/sp4.jpg) no-repeat;
  }
  .popoutbg .popout-container .popoutbox-ec .code-container {
    padding-bottom: 10px;
  }
  .popoutbg .popout-container .popoutbox-ec .used-codes {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .popoutbg .popout-container .popoutbox-ec .used-codes li {
    font-size: 12px;
  }
  .popoutbg .popout-container .popoutbox-edit-step2 h2 {
    padding-top: 18px;
    padding-bottom: 0px;
  }
  .popoutbg .popout-container .popoutbox-edit-step3 .pes3-btn-container {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
  }
  .popoutbg .popout-container .popoutbox-edit-step3 .pes3-btn-container .regis-btn {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    width: 90%;
    margin-bottom: 10px;
  }
  .mask-container {
    position: absolute;
    bottom: 132px;
    height: 30px;
    width: 100%;
  }
  .footer-container {
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 132px;
    max-width: 1024px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .footer-container .footer-left {
    position: relative;
    width: 100%;
    padding-top: 14px;
    left: auto;
    text-align: center;
  }
  .footer-container .footer-left p {
    font-family: 'open_sansregular';
    color: #ffffff;
    font-size: 11px;
    margin-bottom: 0px;
  }
  .footer-container .footer-left p strong {
    font-family: 'open_sansbold';
    font-size: 14px;
  }
  .footer-container .footer-right {
    background: url(../images/comex-logo.png) no-repeat;
    width: 119px;
    height: 39px;
    position: relative;
    right: auto;
    margin: 0 auto;
    display: block;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 394px) {
  .winner-page .bigprize-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-top: 20px;
  }
  .winner-page .bigprize-container .bigprize {
    position: relative;
    float: none;
    width: 180px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .winner-page .bigprize-container .bigprize img {
    border-radius: 100%;
    border: 4px solid rgba(255, 255, 255, 0.2);
  }
  .winner-page .bigprize-container .bigprize span {
    text-align: center;
    font-size: 34px;
    font-family: 'open_sansbold_italic';
    color: #ffffff;
    line-height: 12px;
    width: 100%;
    position: relative;
    padding-top: 20px;
    display: block;
  }
  .winner-page .bigprize-container .bigprize span span {
    font-size: 20px;
    color: #ffffff;
  }
  .winner-page .smprize-container {
    width: 90%;
    max-width: 620px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 8px 5px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-top: 30px;
    /*
		.smprize:nth-child(4){
			margin-top:10px;	
		}
		.smprize:nth-child(5){
			margin-left:0;
			margin-top:10px;
		}
		.smprize:nth-child(6){
			margin-left:0;
			margin-top:10px;
		}
		.smprize:nth-child(7){
			margin-left:33.33%;
			margin-top:10px;
		}
		*/
  }
  .winner-page .smprize-container .smprize {
    position: relative;
    /*float:left;
			width:33.33%;*/
    text-align: center;
    margin: 5px 0px;
  }
  .winner-page .smprize-container .smprize span {
    text-align: center;
    font-size: 12px;
    font-family: 'open_sansbold_italic';
    color: #ffffff;
    line-height: 12px;
    width: 100%;
    position: relative;
    padding-top: 0px;
  }
  .winner-page .smprize-container .smprize span span {
    font-size: 20px;
    color: #ffffff;
  }
  .winner-page .title {
    display: block;
    position: relative;
    height: 0px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    margin-top: 0px;
    border-top: 43px solid rgba(255, 255, 255, 0.2);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
  .winner-page .title span {
    font-size: 21px;
    font-family: 'open_sansbold_italic';
    color: #ffffff;
    line-height: 21px;
    padding-top: 0px;
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: center;
  }
  .winner-page .title span small {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    top: 10px;
    width: 100%;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 340px) {
  .bigprize:first-child {
    float: none;
  }
  .bigprize:nth-child(2) {
    width: 100% !important;
    padding-top: 20px;
  }
  .bigprize:nth-child(3) {
    width: 100% !important;
    padding-top: 20px;
  }
  .game-page .game-inner .game-main-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .popoutbg .popout-container .popoutbox-edit-step2 {
    padding-bottom: 5px;
  }
  .popoutbg .popout-container .popoutbox-edit-step2 h4 {
    font-size: 15px;
  }
  .popoutbg .popout-container .popoutbox-edit-step2 h2 {
    margin-bottom: 0px;
  }
  .popoutbg .popout-container .popoutbox-edit-step2 .tc {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
/* LESS Document */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.xmicrosite {
  width: auto;
  height: auto;
  overflow: hidden;
}
.xmicrosite body,
.xmicrosite .wrapper {
  width: auto;
  height: auto;
  min-height: inherit;
  overflow: hidden;
}
.xmicrosite .bg {
  min-height: inherit;
}
.xmicrosite .nav {
  display: block;
}
.xmicrosite .mobile-nav {
  display: none;
}
