.lottery-membership-plans {
	text-align: center;
	color:#000;
}

.lottery-membership-plans p {
	color:#000;
}

.lottery-membership-plans-slider {
	margin:0px auto;
	position: relative;
	max-width:801px;
}
@media only screen and (max-width :1099px) {
	.lottery-membership-plans-slider {
		display: none;
	}
}

.lottery-membership-plans-slider-progress {
	position: absolute;
	font-size:0;
	left:0;
}

.lottery-membership-plans-slider-level {
	display: inline-block;
	vertical-align: top;
	background-color:#d1d1d1;
	padding:5px;
	font-weight: 600;
	font-size:16px;
	width:100px;
	text-align: center;
	cursor:pointer;
}

.lottery-membership-plans-slider-level:first-child {
	border-radius: 20px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.lottery-membership-plans-slider-level:last-child {
	border-radius: 20px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.lottery-membership-plans-slider-progress-button {
	background-color:#fce13f;
	border-radius: 20px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding:5px;
    font-size:16px;
    color:#000;
    width:100px;
    position: relative;
    cursor:pointer;
    font-weight: 600;
}

.lottery-membership-plans-slider-progress-button:before,
.lottery-membership-plans-slider-progress-button:after {
	content:'|||';
	position: absolute;
	color:#000;
}

.lottery-membership-plans-slider-progress-button:before {
	left:10px;
}

.lottery-membership-plans-slider-progress-button:after {
	right:10px;
}

.lottery-membership-plans-flex-slider {
	position:relative;
}

.lottery-membership-plans-slider-navigation-wrapper {
	position: absolute;
	top:47%;
	width: 110%;
	margin-left:-5%;
}


@media only screen and (max-width :1099px) {
	.lottery-membership-plans-slider-navigation-wrapper {
		width:100%;
		margin:0;
	}
}

.lottery-membership-plans-slider-navigation {
	float:left;
	color:#a1a0a0;
	z-index: 1000;
	position: relative;
}

.lottery-membership-plans-slider-navigation [class^="icon-"], [class*=" icon-"] {
	color:#a1a0a0;
}

.lottery-membership-plans-slider-navigation.next {
	float:right;
}

.lottery-membership-plans-slider-navigation span{
	font-size:80px;
	background-color:transparent!important;
}

@media only screen and (max-width :1099px) {
	.lottery-membership-plans-slider-navigation span{
		font-size:60px;
	}
}

ul.lottery-membership-plans-display {
	margin:0;
	margin-bottom: 80px!important;
}

.lottery-membership-plans-plan {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

@media only screen and (min-width :1100px) {
	.lottery-membership-plans-plan {
    	width:340px;
	}
}

@media only screen and (max-width :1099px) {
	.lottery-membership-plans-plan {
    	width:280px;
	}
}
@media only screen and (min-width :1100px) {
	.lottery-membership-plans-display li.active .lottery-membership-plans-plan{
		-webkit-box-shadow: 0px 9px 28px -6px rgba(0,0,0,0.8);
	    -moz-box-shadow: 0px 9px 28px -6px rgba(0,0,0,0.8);
	    box-shadow: 0px 9px 28px -6px rgba(0,0,0,0.8);

	    -ms-transform: translate(0,1.02%); /* IE 9 */
	   	-webkit-transform: translate(0,1.02%); /* Safari */
	    transform: translate(0,1.02%);

	    -ms-transform: scale(0.98,0.98);
	    -webkit-transform: scale(0.98,0.98);
	    transform: scale(0.98,0.98);
	}

	.lottery-membership-plans-display li.not-active .lottery-membership-plans-plan{
		-ms-transform: translate(0,1.2%); /* IE 9 */
	   	-webkit-transform: translate(0,1.2%); /* Safari */
	    transform: translate(0,1.2%);

	    -ms-transform: scale(0.9,0.9);
	    -webkit-transform: scale(0.9,0.9);
	    transform: scale(0.9,0.9);
	}
}
.lottery-membership-plans-plan p {
	color:#666;
	padding-bottom:0;
	font-size:16px;
}

@media only screen and (max-width :1099px) {
	.lottery-membership-plans-plan p {
		font-size:14px;
	}
}

.lottery-membership-plans-plan p.large-text {
	font-size:20px;
}

.lottery-membership-plans-plan-header {
	padding:20px 25px;
	text-align: center;
	color:#fff;
	font-size:25px;
	font-weight: 600;
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border:1px solid #efefef;
}

.row .col .lottery-membership-plans-heading .wpb_wrapper > h3 {
	color:#000;
}

.lottery-membership-plans-plan.dark .lottery-membership-plans-plan-header {
	color:#000;
}

.lottery-membership-plans-plan-footer {
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding:20px 25px;
    background-color:#fff;
    z-index: 2;
    position: relative;
}

.lottery-membership-plans-plan-footer .nectar-button.medium {
	box-shadow: none;
	border:none;
	cursor:pointer;
}

.lottery-membership-plans-plan-footer button[type=submit]:hover {
	background-color:rgb(241, 43, 21) !important;
}

.lottery-membership-plans-plan-footer:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	margin-top: -1px;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 50px solid #fff;
	border-right: 170px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 170px solid transparent;
}
.lottery-membership-plans-plan-footer.arrow-effect {
	background:#ffde1a;
	position: absolute;
	top:98%;
	width: 100%;
	z-index: 1;
}
.lottery-membership-plans-plan-footer.arrow-effect:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 50px solid #ffde1a;
	border-right: 170px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 170px solid transparent;
}

@media only screen and (max-width :1099px) {
	.lottery-membership-plans-plan-footer:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		width: 0;
		height: 0;
		border-top: 50px solid #fff;
		border-right: 140px solid transparent;
		border-bottom: 0 solid transparent;
		border-left: 140px solid transparent;
	}
	.lottery-membership-plans-plan-footer.arrow-effect:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		width: 0;
		height: 0;
		border-top: 50px solid #ffde1a;
		border-right: 140px solid transparent;
		border-bottom: 0 solid transparent;
		border-left: 140px solid transparent;
	}
}

.lottery-membership-plans-plan-section {
	background-color:#fff;
	color:#666;
	border-top:1px solid #dadada;
	padding:20px 25px;
	font-size:0;
}
@media only screen and (min-width :1100px) {
	.lottery-membership-plans-plan-section.first {
		min-height: 184px;
	}
}
.lottery-membership-plans-plan-section-heading {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom:10px;
}

.lottery-membership-plans-section-split {
	width:50%;
	display: inline-block;
	vertical-align: middle;
}

.lottery-membership-plans-plan-section-sub-heading {
	font-size:14px;
	font-weight: 600;
	text-transform: uppercase;
}
.lottery-membership-plans-plan-section-sub-heading p {
	display: inline-block;
	vertical-align: middle;
	font-size:14px;
}

@media only screen and (max-width :1099px) {
	.lottery-membership-plans-plan-section-sub-heading p {
		font-size:12px;
	}
}

.lottery-membership-plans-plan-section-sub-heading [class*=" icon-"] {
	background-color:transparent !important;
	display: inline-block;
	vertical-align: sub;
	font-size:16px;
	line-height: 25px;
	margin:0 5px 0 0;
	width:20px;
	text-align: right;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 2;
}

.ribbon {
  font: bold 15px Sans-Serif;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #e92733;
  color: #fff;
-webkit-box-shadow: 0 0 10px #888;
 -moz-box-shadow: 0 0 10px #888;
      box-shadow: 0 0 10px #888;
}

.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #e92733;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}​

.row .col .wpb_wrapper.champions-club-heading h1,
.row .col .wpb_wrapper.champions-club-heading h2,
.row .col .wpb_wrapper.champions-club-heading h3,
.row .col .wpb_wrapper.champions-club-heading h4,
.champions-club-heading h1,
.champions-club-heading h2,
.champions-club-heading h3,
.champions-club-heading h4{
	text-transform: uppercase !important;
	display: block;
	color:#ee3123!important;
	margin-bottom:40px!important;
}

.row .col .wpb_wrapper.champions-club-heading-black h1,
.row .col .wpb_wrapper.champions-club-heading-black h2,
.row .col .wpb_wrapper.champions-club-heading-black h3,
.row .col .wpb_wrapper.champions-club-heading-black h4,
.champions-club-heading-black h1,
.champions-club-heading-black h2,
.champions-club-heading-black h3,
.champions-club-heading-black h4{
	color:#000!important;
}

.row .col .wpb_wrapper.champions-club-heading h2,
.champions-club-heading h2{
	font-size:36px;
}


.champions-club-heading h1:before,
.champions-club-heading h2:before,
.champions-club-heading h3:before,
.champions-club-heading h4:before{
	border-top:2px solid #000;
	content:'';
	width:50px;
	height:2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.champions-club-heading h1:after,
.champions-club-heading h2:after,
.champions-club-heading h3:after,
.champions-club-heading h4:after{
	border-top:2px solid #000;
	content:'';
	width:50px;
	height:2px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

@media only screen and (max-width: 1299px) {
	.champions-club-heading h1:before,
	.champions-club-heading h2:before,
	.champions-club-heading h3:before,
	.champions-club-heading h4:before{
		border-top:none;
		display: none;
	}

	.champions-club-heading h1:after,
	.champions-club-heading h2:after,
	.champions-club-heading h3:after,
	.champions-club-heading h4:after{
		border-top:none;
		display: none;
	}

	.row .col .wpb_wrapper.champions-club-heading h2,
	.champions-club-heading h2,
	.col.champions-club-heading h2,
	.col .champions-club-heading h2,
	.row .col .champions-club-heading .wpb_wrapper > h3
	{
		font-size:26px;
	}

}