*{
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
}
*:focus{
	outline: none !important;
}
body{
    float: left;
    width: 100%;
    font-family: "Open Sans", Arial;
    background-color: #010d1a; 
}
header{
	background: #1d1d1e;
	width: 100%;
	float: left;
	position: fixed;
	height: 90px;
	transition: .5s;
	z-index: 9;
}
.onethou{
	width: 1100px;
	margin: 0 auto;
}
.hundredfloat{
	width: 100%;
	float: left;
}
header .nav{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    float: right;
    line-height: 5.2;
}
header .logo{
	background: url(../img/wclub-logo.png) no-repeat top center;
	width: 137px;
	height: 80px;
	float: left;
    margin: 5px 0;
}
header .bars{
	float: right;
	display: none;
}
header .bars i{
	font-size: 40px;
    color: #fff;
    margin: 10px;
}
header .nav div{
	margin: 0 20px;
	float: left;
	cursor: pointer;
}
header .nav div:after{
    height: 3px;
    display: block;
    width: 0%;
    background: #1062a2;
    content: '';
    top: -25px;
    position: relative;
    transition: .3s;
}
header .nav div:hover::after, header .nav div.active:after{
    width: 100%;
}
header .nav div a{
	color: #fff;
    text-decoration: none;
}
#section1{
	background: #fff;
	columns: #000;
}
section{
	float: left;
	width: 100%;
}
#section1{
	padding-top: 90px;
}
section h1, .cModal h1{
    text-align: center;
    margin: 30px 0;
    font-size: 32px;
    font-weight: bold;
}
#section1 .products{
    float: left;
    width: 350px;
    margin: 0 8px;
    text-align: center;
    margin-bottom: 20px;
}
#section1 h3{
	font-weight: bold;
    font-size: 24px;
    margin: 20px 0 10px 0;
}
#section1 p{
    font-weight: lighter;
    font-size: 16px;
}
#section2{
    background: #1062a2;
    color: #fff;
}
#section2 h1, #section3 h1, #section4 h1{
	color: #fff;
}
#section2 table{
	width: 95%;
    margin: 0 auto;
    max-width: 940px;
    text-align: center;
}
#section2 table thead td{
	background: #404040;
}
#section2 table td{
    border: 1px solid #1062a2;
    padding: 3px 0;
    font-weight: bold;
    width: 25%;
}
#section2 table tbody td{
	color: #000;
}
#section2 table tbody tr:nth-child(odd) td{
	background: #eaeaea;
}
#section2 table tbody tr:nth-child(even) td{
	background: #d8d8d8;
}
#section2 span{
    width: 95%;
    margin: 20px auto;
    display: block;
    text-align: center;
    max-width: 805px;
}
#section2 button{
	background: #f8da3a;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 7px;
    border-radius: 5px;
    margin: 30px auto;
    width: 220px;
    display: block;
    cursor: pointer;
    transition: .3s;
}
#section2 button:hover{
	opacity: .8;
}
#section3{
	background: url(../img/faq-bg.jpg) no-repeat center center;
	background-size: cover;
}
#section3 .cell{
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	margin: 10px 0;
    font-weight: lighter;
}
#section3 .cellmom{
	width: 50%;
	float: left;
}
#section3 .cell b{
    font-weight: bold;
}
#section4 .cell{
	width: 33.33%;
	float: left;
    text-align: center;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}
#section4 .cell:hover{
	opacity: .5;
}
#section4 .cell b{
	width: 100%;
	text-align: center;
}
#section4 .cell img{
    margin-bottom: 15px;
}
#section4 p{
    color: #fff;
    width: 100%;
    float: left;
    text-align: center;
    margin: 50px 0 0 0;
    font-size: 12px;
    background: #1062a2;
    padding: 4px 0;
}
a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}
/* modal */
.cModal{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}
.putingSquare{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 940px;
    height: 540px;
    margin-left: -470px;
    margin-top: -270px;
    background: #ffffff;
    border-radius: 5px;
}
.closeBg{
    position: absolute;
    width: 100% !important;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.70); */
    margin: 0 !important;
}
.putingSquare .ekis{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #2d2d2d;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    transition: .2s;
}
.putingSquare .ekis:hover{
	opacity: .6;
}
/* /modal */
.afterEkis{
	height: 100%;
    overflow-y: auto;
    background: url(../img/tnc-bg.jpg) no-repeat top center;
    background-size: cover;
    border-radius: 5px;
    border: 4px solid #008fff;
}
#tncModal p{
    margin: 0;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 500;
}
/* width */
.afterEkis::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.afterEkis::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.afterEkis::-webkit-scrollbar-thumb {
	background: #949494;
}

/* Handle on hover */
.afterEkis::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.products-slider{
	display: none;
}
.slick-prev, .slick-next{
	color: transparent;
	display: inline-block;
    background: none;
    border: none;
    position: absolute;
    top: 70px;
    font-size: 40px;
    padding: 0 4px;
    font-weight: bold;
    z-index: 8;
}
.slick-next{
	right: 0;
}
.slick-prev{
	left: 0;
}
.slick-prev:before, .slick-next:before {
    content: "<";
    font-family: monospace;
    color: #1d1d1e;
    position: absolute;
}
.slick-next:before {
    content: ">";
    right: 5px;
}
.slick-prev:before {
    left: 5px;
}