
   .blue {color:#0099ff;}
.cta-bottom{    margin: 30px 0px !important;}
.claim{display:none;}

.tilt
{
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-o-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	
	-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.right-left-tilt
{
	-webkit-animation: tilt 5s ease-in-out infinite alternate;
	-moz-animation: tilt 5s ease-in-out infinite alternate;
	-o-animation: tilt 5s ease-in-out infinite alternate;
	animation: tilt 5s ease-in-out infinite alternate;
}

@-webkit-keyframes tilt
{
    from{-webkit-transform: rotateZ(-8deg);}
	to{-webkit-transform: rotateZ(2deg);}
}

@keyframes tilt
{
    from{transform: rotateZ(-8deg);}
	to{transform: rotateZ(2deg);}
}

.rich-text ul > li:before, .rich-text dl > dd:before{display:none;content:'';}
/*tkts*/
.small-block-grid-3{text-align:center;}
/*.small-block-grid-3 li{background:red;border:1px solid yellow;}*/
.small-block-grid-3 li{width:100%;}
.small-block-grid-3 li:nth-child(4){margin:0;}
/*end tkts*/
/*wanna list*/
.headers_list p{font-size:32px;}
.list p{font-size:16px;}
.list_bottom p{font-size:25px;}
.step-num {
	width: 60px;
    height: 60px;
    display: inline-block;
    color: #fff;
    background: #ff6633;
    position: relative;
    border-radius: 29px;
    text-align: center;
    line-height: 57px;
    font-size: 29px;
    margin-right: 20px;
}

/* End wanna list*/
.header_cal{font-size:32px;}
.spiral{    position: relative;top: 33px;}

.calendar_gray {
    background: #282828;
    margin-top: -15px;
    letter-spacing: -6px;
    list-style: none;
}

.calendar_white{display:none;}
.cal_div{
	   border: 1px dashed #0099ff;
    letter-spacing: 0;
    /*background: url("//images.images4us.com/888Poker_T/en/3009141213cal-gradient_28.png") no-repeat center;*/
}

.day{color:#fff46a; font-size: 20px; margin-top: 10px;}
.date{color:#ffffff;font-size: 27px;position: relative; bottom: 20px;}
.more{color:#0099ff;font-size: 12px;     position: relative; bottom: 10px;}

 .tabs_list {
    list-style: none;
    margin: 0;
    margin-left: -10px !important;
    position: relative;
    top: 8px;
}

.tabs_list li {
    float: left;
}

.tabs_list li a.active {
    background-color: #9f9f9f;
    color: #ffffff;
}
 .tabs_list li a {
    font-size: 16px;
    background-color: #0099ff;
    color: #000000;
    padding: 8px 30px 0 10px;
    max-width: 130px;
    margin-right: 5px;
    min-height: 50px;
    line-height: 20px;
    position: relative;
    display: block;
    text-decoration: none;
    transition: background .3s ease-out;
}

 .tabs_list li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-left: 10px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 10px solid #ffffff;
    border-top: 25px solid #ffffff;
}

.what_you_div{     margin-top: 40px;margin-bottom: 20px;}
.what_you{font-size:25px}
/*Dl Vox*/
.box_dl{width: 100%; }
.dl_cta_bottom{max-width: 300px;}
.dl-btn-bottom{    vertical-align: baseline !important;}

.tilt {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.left-right-tilt {
    -webkit-animation: tilt 4s ease-in-out infinite alternate-reverse;
    -moz-animation: tilt 4s ease-in-out infinite alternate-reverse;
    -o-animation: tilt 4s ease-in-out infinite alternate-reverse;
    animation: tilt 4s ease-in-out infinite alternate-reverse;
}




@media only screen and (min-width: 40.0625em){
	.tabs_list li a {
	    padding: 18px 40px 0 20px;
	    max-width: 100%;
	}
	.small-block-grid-3 li{width:33.33333%;}
  .small-block-grid-3 li:nth-child(4){margin-left: 16.6667%}
}
