
@font-face {
font-family: "Harabara Bold";
src: url("css/fonts/Roboto-Regular.woff") format("woff"),
url("css/fonts/Roboto-Light.woff") format("woff"),
url("css/fonts/Roboto-Bold.woff") format("woff"),
url("css/fonts/Roboto-Thin.woff") format("woff"),
}


/*override*/
  .nav__menu{
    margin-top: -5px!important;
  }
 .nav__menu li{
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  padding: 3px 10px!important;
  border: 1px solid transparent;
  min-width: 80px;
  text-align: center;
  border-radius: 5px;
}

 .nav__menu li:hover{
  text-decoration: none;
  border: 1px solid #000;
  background: #000;
 }

.nav{
  padding-top: 0px!important;
}

#gameThumbnails{
  padding-top: 0px!important;
}

#a h1{
  font-weight: bold;
  padding-bottom: 50px;
  font-size: 34px;
  color: #1881d1;
}

.gameTile:hover .game-banner-link i {
    transform: scale(0.7)!important;
}
.gameTile .game-banner-link i {
    top: -22px!important;
    left: -20px!important;
}



body{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif!important;

}



.topBar{
  display: block;
  width: 100%;
position: fixed;
  z-index: 3;
    padding: 5px 20px;
  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
box-sizing: border-box;
}



/*nav*/
.nav{
display: inline-block;
background: transparent!important;
float: right;
}

.nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 99999;
}



.nav {
  margin: 0 auto;
  background: #1e8449;
  color: #f0f0f0;
  padding-top: 15px;
}
.nav a {
  display: block;
  padding: 0 16px;
  line-height: inherit;
  cursor: pointer;
  color: #fff!important;
  text-decoration: none;
  font-size: 18px;
}
.nav__menu {
  line-height: 35px;
  /*font-weight: 700;*/
  text-transform: uppercase;
  display: inline-block;
}
.nav__menu-item {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
}
.nav__menu-item:hover {
background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
}
.nav__menu-item:hover .nav__submenu {
  display: block;
}
.nav__submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 220px;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.nav__submenu-item:hover {
  background: rgba(0, 0, 0, 0.1);
}




/*search container*/
.searchContainer{
  text-align: center;
  padding: 150px 0px  50px 0px;
  background: #fff;
}


.logoSearch{
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  padding-right: 30px;
}

#search-box {
position: relative;
width: 600px;
margin: 0;
display: inline-block;
vertical-align: middle;
position: relative;
display: inline-block;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

#search-form
{
height: 60px;

border-radius: 5px;
background-color: #fff;
overflow: hidden;
}
#search-text
{
font-size: 14px;
color: #ddd;
border-width: 0;
background: transparent;
}
#search-box input[type="text"]
{
width: 90%;
padding: 18px 0 12px 1em;
color: #333;
outline: none;
float: left;
font-size: 20px;
}

#search-button {
position: absolute;
top: 0;
right: 0;
height: 60px;
width: 100px;
font-size: 20px;
color: #fff;
text-align: center;
border-width: 0;
background-color: #1881d1;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
}





/*convertor*/
.container{
  display: block;
  width: 100%;
  padding: 80px 0px;
background: #f6f6f6;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}

.container h1{
  text-align: center;
  font-weight: normal;
}




/*card*/
.mk-card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    padding: 40px;
    -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 340px;
   width: 350px;
   border-radius: 10px;
  border: 1px solid #cdcdcd;
margin-right: 30px;
min-height: 370px;
}

.mk-card  h1{
font-size: 22px;
    font-weight: normal;
    padding-bottom: 20px;
}

i{
width: 80px;
color: #4d90fe;
font-size: 80px!important;
}


.mkContainer{
display: block;
padding:80px 0px;
text-align: center;
}

.mkContainer i{
color: #1881d1!important;
padding-bottom: 30px;
}


/*footer*/
hr {
    border: 0;
    border-top: 1px solid #eee;
}
.footer-container {
    text-align: center;
    padding: 10px 0px;
}
.footer-container a {
    padding: 0px 10px;
    color: #333333!important;
}




/*first run*/
.firstrun{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: transparent;
	z-index: 4;
}


.step-a{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.8);
}


.a-card {
    width: 350px;
    height: 200px;
    position: absolute;
    top: 120px;
    right: 80px;
    background: #fff;
    border: 1px solid #cdcdcd;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    text-align: center;
    padding: 110px 30px 20px 30px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
}


.a-card  h1{
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}


.a-up{
	display: block;
	position: absolute;
	right: 80px;
	top: 10px;
}

.a-card  .a-bar{
display: block;
    width: 361px;
    position: absolute;
    top: -5px;
    right: 0px;
}

.a-card .ok {
    display: block;
    font-size: 26px;
    font-weight: lighter;
    padding: 10px 20px;
    width: 150px;
    margin: 0 auto;
    background: #4d90fe;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}



.step-b{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: transparent;
}


.b-card {
    width: 100%;
    height: 220px;
    display: none;
    top: 120px;
    margin: 0 auto;
    background: #dbdbdb;
    border: 1px solid #dbdbdb;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    text-align: center;
    padding:  30px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
}



.b-card  h1{
	font-size: 30px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.b-down {
	display: block;
	position: relative;
	width: 100%;
	width: 600px;
    margin: 0 auto;

}


.b-down img {
 display: block;
 width: 20%;
 margin: 0 auto;
}

.bounce {
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation: bounce 2s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  5.55556% {
    transform: translateY(0);
  }
  11.11111% {
    transform: translateY(0);
  }
  22.22222% {
    transform: translateY(-15px);
  }
  27.77778% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-15px);
  }
  44.44444% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

/*lp styles*/

.addff:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    background: #14891e;
}

.addff i {
  color: #fff;
  padding-right: 10px;
}

.addff {
    display: block;
    width: 270px;
    padding: 10px 20px;
    background: #18ba26;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    text-align: center;
}

.headSection h1 {
    font-size: 50px;
    padding-bottom: 30px;
    color: #2384e3;
    text-align: center;
    padding-top: 20px;
}

.topSection{
  padding-top: 0px!important;
}
.cta_module{
  display: block;
  max-width: 750px;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  overflow: hidden;
  padding: 10px;
  position: relative ;
margin: 0 auto;
margin-bottom: 40px;
}

.cta_module img{
  padding-left: 300px;
  vertical-align:text-top;
  height: 70px;
}

.cta_module p{
   display:block;
  position: absolute;
  top: 10px;
  left: 20px;
  vertical-align:text-top;
 font-size: 14px;
    text-align: left;
    width: 250px;
}


/*Disclaimer*/
.cta_disclaimer {
    margin-top: 5px;
  font-weight: 400 !important;
  color: #5f6d80;
font-size: 12px!important;
width: 300px;
margin: 20px auto;
line-height: 120%!important;
opacity: 0.6;
}

.cta_disclaimer a{
   font-weight: 400 !important;
  color: #5f6d80;
font-size: 12px!important;
text-decoration: underline;
padding: 0px 5px;
  line-height: 120%!important;
  display: inline-block!important;
}


@-moz-document url-prefix('') {
   #cta_disclaimer, #cta_disclaimer a{line-height:130%!important;}
}

.topMenu{
   display: none;
}

.topBrand{
   display: inline-block;
   width: 100%;
   height: 50px;
   background: #070f21;
   padding: 10px 80px;
}


.topBrand p{
   float: right;
   color: #fff;
}

.lgTop{
   display: inline-block;
   width: 250px;
}


.footer-container {
   display: inline-block;
  float: left;
    padding: 10px 0px;
    width: 100%;
}

.footer-container a {
    padding: 0px 10px;
    color: #555!important;
    text-decoration: none;
}

.footer-container a:hover {
    text-decoration: underline;
}


footer{
   display: block;
   position: absolute;
   bottom: 0px;
   left: 0px;
   background: #000;
   width: 100%;
   color:#fff!important;
padding: 0px 20px;

}

.gameManual{
   display: none!important;
}


footer p{
   display: inline-block;
   float: right;
   font-size: 12px;
   padding-top: 10px;
}

footer p a{
color: #fff!important;
   }


.lightBox{
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  top:0px;
  left: 0px;
  z-index: 1000;
}


 .cws-card{
     box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px        rgba(0,0,0,0.22);
     background-color: #f2f2f2!important;
     display:block;
     position:absolute;
     top:120px;
     left: 50%;
     -webkit-transform: translate(-50%, 0%);
     transform: translate(-50%, 0%);
     padding:30px;
     box-sizing: border-box;
     border-radius: 10px
}

/*V1*/
 .v1{
     width: 700px;
     height: auto;
     position: absolute;
}
 .v1 .logo-top{
     display:block;
     position: absolute;
     margin-top: -80px;
     margin-left: 270px;
}
 .v1 .logo-top img{
     width: 100px;
}
 .v1 h1{
     text-align: center;
     font-size: 36px;
     text-shadow: 1px 1px 3px #999999;
     color: #bc0f21;
}
 .v1 h1 span{
     text-decoration: underline;
     color: #d63b01;
}
 .v1 p{
     text-align: center;
}
 .v1 .sub{
     font-size:18px;
     font-weight: bold;
     margin: 0px;
     color: #bc0f21;
     display: none;
}
 .v1 ul {
    /*list-style: none;
    */
     padding-bottom: 30px;
     padding-top: 0px;
     padding-left: 80px;
     margin: 0px;
}
 .v1 ul li{
     padding: 5px 0px;
     color: #000;
     font-size:18px;
}
 .v1 .cws-btn-green{
     margin: 0 auto ;
}
 .v1 .only{
     font-size: 11px;
     margin-top: -10px;
     display: none;
}
 .v1 .users{
     font-weight: bold;
     color: #5f5f5f;
     margin: 0px;
}
 .v1 .stars{
     text-align: center;
     margin-top: 10px;
}


 .cws-btn-green{
     display: none;
     position: relative;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #94ba43;
    padding: 20px;
    text-decoration: none;
    width: 250px;
    text-align: center;
    cursor: pointer;
}
 .al, .ar{
     display:block;
     position: absolute;
}
 .al{
     left: -120px;
     top:-20px;
}
 .ar{
     right: -80px;
}
 .cws-btn-green:hover{
     background: #bc0f21;
}

.lContainer{
   width: 100%;
   text-align: center;
}

.lContainer img.sample{
   width: 100%;
}

.lContainer img.loading{
   width: 70px;
}

#redirect{
   height: 541px;
   display: none;
   margin-top: 0px;
   z-index: 100;
}
.lContainer p{
   padding-top: 40px;
}
.lContainer p span {
    padding: 0px 5px 0px 10px;
}

.lContainer p span img {
    margin-top: 5px;
    vertical-align: bottom;
}

.lContainer p span.countDown {
    font-weight: bold;
    font-size: 22px;
}

.lContainer img.cws-badge{
width:250px;
margin-top: 25px;
}

.lContainer .logo-top img{
   margin-top: -18px;
}

#s-menu{
color: #555!important;
display: block;
margin: 0 auto;
float: none!important;
text-align: center;
}

#s-menu ul li:hover{
background: #d7d4d4!important;
border:none!important;
}