/* Theme Name: Zings 2019 */

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media screen {
	
	/* ---------------- base style ---------------- */
  
  *{
    box-sizing: border-box;
  }
	
	body {
		margin:0;
		font-size:16px;
		font-family:proxima-nova,sans-serif;
		font-weight:300;
		line-height:140%;
		color:#222;
		background-color:#222;
	}
	
	.site_maxwidth {
		width:100%;
		max-width:1920px;
		margin:0 auto;
		background-color:#fff;
		overflow:hidden;
	}
	
	.panel_maxwidth {
		width:90%;
		max-width:1600px;
		margin:0 auto;
	}
	
	.panel_maxwidth_1024 {
		max-width:1024px;
	}
	
	.panel_maxwidth_1280 {
		max-width:1280px;
	}
	
	.panel_padding {
		padding:2em 0;
	}
	
	a {
		color:#222;
	}
	
	p {
		margin:1em 0;
	}
	
	p:first-child {
		margin-top:0;
	}
	
	p:last-child {
		margin-bottom:0;
	}
	
	h1,h2,h3,h4 {
		margin:1.5em 0 0.5em 0;
		line-height:110%;
	}
	
	h1:first-child,h2:first-child,h3:first-child,h4:first-child {
		margin-top:0;
	}
	
	h1:last-child,h2:last-child,h3:last-child,h4:last-child {
		margin-bottom:0;
	}
	
	h1 {
		font-size:2em;
	}
	
	h2 {
		font-size:1.6em;
	}
	
	h3 {
		font-size:1.4em;
	}
	
	h4 {
		font-size:1.2em;
	}
	
	ul, ol {
		margin:1em 0;
		padding:0 0 0 1.1em;
	}
	
	ul li, ol li {
		margin:0.2em 0;
	}
	
	.nobr {
		white-space:nowrap;
	}
	
	.table_wrap {
		width:100%;
		overflow-x:scroll;
	}
	
	::selection {
		background-color: #ffab4d;
		color:#222;
	}
	
	/* ---------------- forms ---------------- */
	
	.form {
		position:relative;
	}
	
	.form.dark {
		color:#fff;
	}
	
	.form .form_row {
		display:flex;
		flex-direction:column;
		margin:0 -12px;
	}
	
	.form .form_col {
		margin:12px;
	}
	
	.form label {
		display:inline-block;
		font-size:1em;
		margin:0 0 2px 0;
	}
	
	.form input[type='text'],
	.form input[type='email'],
	.form input[type='password'],
	.form input[type='number'],
	.form input[type='tel'],
	.form input[type='url'] {
		box-sizing:border-box;
		width:100%;
		height:40px;
		padding:0 12px;
		border:1px solid #ccc;
		font-size:1em;
		font-weight:300;
	}
		
	.form input[type='text']:focus,
	.form input[type='email']:focus,
	.form input[type='password']:focus,
	.form input[type='number']:focus,
	.form input[type='tel']:focus,
	.form input[type='url']:focus {
		border-color:#666;
	}
	
	.form input[type='text']:invalid,
	.form input[type='email']:invalid,
	.form input[type='password']:invalid,
	.form input[type='number']:invalid,
	.form input[type='tel']:invalid,
	.form input[type='url']:invalid {
		border-color:#c00;
		box-shadow:none;
	}
	
	.form input[data-confirm-to].valid {
		border-color:#83b700;
	}
	
	.form input[data-confirm-to].invalid {
		border-color:#c00;
	}
	
	.form textarea {
		box-sizing:border-box;
		width:100%;
		min-height:128px;
		resize:vertical;
		padding:12px;
		font-family:inherit;
		font-size:1em;
		font-weight:300;
		border:1px solid #ccc;
	}
	
	.form fieldset {
		margin:16px 0;
		padding:16px;
	}
	
	.form select {
		box-sizing:border-box;
		width:100%;
		height:40px;
		padding:0 12px;
		border:1px solid #ccc;
		font-size:1em;
	}
	
	.form .select2-container .select2-selection--single {
		height:40px;
	}
	
	.form .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height:40px;
	}
	
	.form .select2-container--default .select2-selection--single .select2-selection__arrow {
		height:40px;
	}
	
	/* ---- dark ---- */
	
	.form.dark input[type='text'],
	.form.dark input[type='email'],
	.form.dark input[type='password'],
	.form.dark input[type='number'],
	.form.dark input[type='tel'],
	.form.dark input[type='url'] {
		background-color:#444;
		color:#fff;
		border-color:#444;
	}
	
	.form.dark input[type='text']:focus,
	.form.dark input[type='email']:focus,
	.form.dark input[type='password']:focus,
	.form.dark input[type='number']:focus,
	.form.dark input[type='tel']:focus,
	.form.dark input[type='url']:focus {
		background-color:#494949;
		border-color:#666;
	}
	
	.form.dark label {
		color:#ddd;
	}
	
	.form.dark fieldset {
		border-color:#666;
	}
	
	.form.dark textarea {
		background-color:#444;
		color:#fff;
		border-color:#444;
	}
	
	.form.dark fieldset legend {
		color:#999;
	}
	
	.form.dark select {
		border-color:#444;
		background-color:#444;
		color:#fff;
		height:48px;
	}
	
	.form.dark select option {
		
	}
		
	.form.dark .select2-container--default .select2-selection--single {
		background-color:#444;
		border-color:#444;
		color:#fff;
	}
	
	.form.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
		color:#fff;
	}
	
	.form.dark .woocommerce-input-wrapper > strong {
		display:block;
		height:48px;
		line-height:48px;
		padding:0 12px;
		background-color:#222;
		color:#666;
	}
	
	.form.processing {
		opacity:0.5;
	}
	
	.form.processing:after {
		display:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
	}
	
	.woocommerce form .form-row .required {
		underline:none;
		text-decoration:none;
	}
	
	.form .recaptcha_error {
		font-weight:700;
		background-color:#bc1a27;
		color:#fff;
		padding:8px;
	}
	
	/* ---- ninja forms ---- */
	
	.nf-form-wrap {
		margin:16px 0;
	}
	
	.nf-before-form-content {
		margin:16px 0;
	}
	
	.nf-form-cont .label-above .nf-field-label {
		margin:0 0 4px 0;
	}
	
	.nf-form-fields-required {
		display:none;
	}
	
	.nf-form-wrap .hidden {
		display:none;
	}
	
	.nf-form-wrap .nf-field-element select {
		height:40px;
	}
	
	.nf-form-wrap .nf-field-description {
		margin:0 0 8px 0;
		color:#666;
		font-size:0.9em;
	}
		
	/* ---------------- buttons ---------------- */
	
	.standard_button {
		display:inline-block;
		padding:12px 16px;
		background-color:#222;
		color:#fff;
		text-decoration:none;
		font-size:1em;
		font-weight:700;
		border:none;
		box-sizing:border-box;
	}
	
	.standard_button.large {
		padding:16px 24px;
	}
	
	.standard_button.small {
		padding:8px 12px;
		font-size:0.8em;
	}
	
	.standard_button.capsule {
		border-radius:128px;
		padding:12px 24px;
	}
	
	.standard_button.capsule.large {
		padding:16px 32px;
	}
	
	.standard_button.capsule.small {
		padding:8px 16px;
	}
	
	.standard_button.red {
		background-color:#bc1a27;
	}
	
	.standard_button.grey {
		background-color:#eee;
		color:#666;
	}
	
	.standard_button.outline {
		background-color:transparent;
		border:2px solid #222;
		color:#222;
	}
	
	.standard_button.outline.white {
		background-color:transparent;
		color:#fff;
		border-color:#fff;
	}
	
	.standard_button.transparent {
		background-color:transparent;
	}
	
	.button_group {
		margin:-4px;
	}
	
	.button_group .standard_button {
		margin:4px;
	}
	
	/* ---------------- header ---------------- */
	
	#header {
		position:relative;
		z-index:1000;
		background-color:#111;
		color:#fff;
	}
	
	.feature_panel #header,
	.customer_area_main #header {
		background-color:transparent;
	}
	
	#header a {
		color:#fff;
		text-decoration:none;
	}
	
	#header .header_top {
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding:16px;
	}
	
	#header .header_top .logo {
		display:inline-block;
		transform:translateY(-4px);
	}
	
	#header .header_top .logo img {
		display:inline-block;
		vertical-align:middle;
		width:auto;
		height:48px;
	}
	
	#header .header_top .nav_button {
		display:inline-block;
		padding:8px;
	}
	
	#header .header_top .nav_button:active {
		transform:scale(0.9);
	}
	
	#header .header_top .nav_button img {
		display:inline-block;
		vertical-align:middle;
		width:32px;
		height:auto;
	}
	
	#header .header_bot {
		display:none;
		text-align:right;
	}
	
	#header.open .header_bot {
		display:block;
	}
	
	#header .header_bot ul {
		margin:0;
		padding:0;
	}
	
	#header .header_bot ul li {
		list-style:none;
		margin:0;
	}
	
	#header .header_bot .nav {
		padding:16px 0;
	}
		
	#header .header_bot .nav > li > a {
		position:relative;
		display:block;
		padding:8px 16px;
		font-weight:700;
		font-size:1.2em;
		line-height:110%;
	}
  
  #header .header_bot .nav > li.nav-book-call > a {
    display: inline-block;
    color: #f7dc00 !important;
    border: 1px solid #f7dc00;
    font-size: 0.8em;
    border-radius: 2px;
    margin: 0 20px 0 0;
  }
  #header .header_bot .nav > li.nav-book-call > a:hover{
    background: #f7dc00 !important;
    color: #000 !important;
    border-color: #f7dc00;
  }
	
	#header .header_bot .nav > li.active > a {
		
	}
	
	#header .header_bot .nav > li.active > a:after {
		position:absolute;
		display:inline-block;
		content:'';
		top:8px;
		right:0;
		bottom:8px;
		width:2px;
		background-color:#fff;
	}
		
	#header .header_bot .icons {
		display:flex;
		justify-content:flex-end;
		padding:0 16px 24px 16px;
	}
	
	#header .header_bot .icons li {
		margin-left:24px;
	}
	
	#header .header_bot .icons a {
		display:inline-block;
	}
	
	#header .header_bot .icons a .icon_text {
		display:inline-block;
		margin:0 12px 0 0;
		font-size:0.8em;
		font-weight:500;
	}
	
	#header .header_bot .icons a img {
		display:inline-block;
		vertical-align:middle;
		width:auto;
		height:auto;
		max-width:24px;
		max-height:24px;
	}
	
	#header .header_bot .icons a .circle {
		display:inline-block;
		vertical-align:middle;
		width:24px;
		height:24px;
		background-color:#bc1a27;
		color:#fff;
		text-align:center;
		line-height:24px;
		font-weight:700;
		font-size:0.8em;
		border-radius:50%;
	}
	
	/* ---------------- footer ---------------- */
	
	#footer {
		display:flex;
		flex-direction:column;
		background-color:#111;
		color:#fff;
		padding:24px 16px;
		text-align:center;
	}
	
	#footer .footer_icons {
		display:block;
		margin:0 0 16px 0;
	}
	
	#footer .footer_icons a {
		display:inline-block;
		margin:0 4px;
	}
	
	#footer .footer_icons a img {
		display:inline-block;
		vertical-align:middle;
		width:auto;
		height:auto;
		max-width:32px;
		max-height:24px;
	}
	
	#footer .footer_links {
		font-size:0.8em;
		color:#444;
		line-height:150%;
		font-weight:500;
	}
	
	#footer .footer_links a {
		display:inline-block;
		color:#999;
		text-decoration:none;
	}
	
	#footer .footer_links .divider {
		display:inline-block;
		margin:0 4px;
	}
	
	#panel_affiliates{
	  	background-color: #313131;
	}

	#panel_affiliates div{
		width: 1250px;
		margin: 0 auto;
		max-width: 90%
	}

	#panel_affiliates .group-logos{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#panel_affiliates .group-logos span{
		flex: 0 45%;
	}


	#panel_affiliates .group-logos img{
		width: 165px;
		max-width: 100%;
		display: block;
		filter: grayscale(1);
		transition-duration: .2s;
	}

	#panel_affiliates .group-logos img:hover{
		filter: none;
	}
	
	/* ---------------- general pages ---------------- */
	
	.feature_panel {
		background:linear-gradient(135deg, #222 0%, #333 100%);
		color:#fff;
	}
	
	.headline_basic {
		font-weight:500;
	}
	
	/* ---- contact ---- */
	
	.panel_contact {
		
	}
	
	.panel_contact .panel_maxwidth {
		display:flex;
		flex-direction:column;
	}
	
	.panel_contact .contact_details {
		margin:0 0 32px 0;
		padding:0 0 32px 0;
		border-bottom:1px solid #ddd;
	}
	
	.panel_contact .contact_details p {
		
	}
	
	.panel_contact .contact_details .item {
		display:inline-flex;
		text-decoration:none;
		white-space:nowrap;
	}
	
	.panel_contact .contact_details .icon {
		flex:0 0 32px;
		text-align:center;
	}
	
	.panel_contact .contact_details .icon img {
		width:auto;
		height:auto;
		max-width:16px;
		max-height:16px;
		vertical-align:middle;
	}
	
	/* ---- video box ---- */
	
	.video_box {
		position:relative;
		display:inline-block;
		background-color:#222;
		color:#fff;
		text-decoration:none;
		vertical-align:top;
	}
	
	.video_box video {
		display:block;
		position:relative;
		z-index:10;
		width:100%;
		height:auto;
		max-width:512px;
	}
	
	.video_box .overlay {
		position:absolute;
		z-index:20;
		display:flex;
		justify-content:center;
		align-items:center;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-color:rgba(0,0,0,0.3);
	}
	
	.video_box .overlay .circle {
		display:inline-block;
		width:32px;
		height:32px;
		background-color:#bc1a27;
		line-height:32px;
		text-align:center;
		border-radius:50%;
		margin:0 12px 0 0;
	}
	
	.video_box .overlay .circle img {
		width:auto;
		height:auto;
		max-width:12px;
		max-height:12px;
		vertical-align:middle;
		transform:translateX(5%);
	}
	
	.video_box .overlay .text {
		font-weight:700;
	}
		
	/* ---------------- home ---------------- */
	
	#home_feature {
		position:relative;
		z-index:10;
		background:linear-gradient(135deg, #222 0%, #333 100%);
		background-image:url('images/home/home_feature_mobile.jpg');
		background-size:cover;
		background-position:center center;
	}
		
	#home_feature .video_bg {
		display:none;
		position:absolute;
		z-index:10;
		top:0;
		right:0;
		bottom:0;
		left:0;
	}
	
	#home_feature .video_bg video {
		position:absolute;
		width:100%;
		height:auto;
		min-width:100%;
		min-height:100%;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}
	
	@supports( object-fit:cover ){
		
		#home_feature .video_bg video {
			object-fit:cover;
			width:100%;
			height:100%;
			position:relative;
			min-width:auto;
			min-height:auto;
			top:auto;
			left:auto;
			transform:none;
		}
		
	}
	
	@supports (-ms-ime-align:auto) {
		
		#home_feature .video_bg video {
			position:absolute;
			width:100%;
			height:auto;
			min-width:100%;
			min-height:100%;
			top:50%;
			left:50%;
			transform:translate(-50%,-50%);
		}
		
	}
	
	#home_feature .feature_content {
		position:relative;
		z-index:20;
		padding:64px 0;
		text-align:center;
	}
	
	#home_feature .feature_content h1 {
		font-weight:500;
		font-size:2.4em;
	}
	
	#home_feature .feature_content p {
		font-size:1.1em;
		font-weight:500;
		line-height:130%;
		color:#f7dc00;
	}
	
	#home_intro {
		position:relative;
		z-index:20;
		background-color:#111;
		color:#fff;
	}
	
	#home_intro a {
		color:#fff;
	}
		
	#home_intro .intro_items {
		display:flex;
		flex-direction:column;
	}
	
	#home_intro .intro_items .item {
		text-align:center;
		margin:16px 0;
		text-decoration:none;
		color:#fff;
	}
	
	#home_intro .intro_items .item .image {
		margin:0 0 12px 0;
	}
	
	#home_intro .intro_items .item .image img {
		width:64px;
		height:auto;
		vertical-align:bottom;
	}
	
	#home_intro .intro_items .item .image img.off {
		display:inline;
	}
	
	#home_intro .intro_items .item .image img.on {
		display:none;
	}
	
	#home_intro .intro_items .item .text h3 {
		margin:0 0 8px 0;
		font-weight:500;
	}
	
	#home_intro .intro_items .item .text p {
		margin:8px 0 0 0;
		color:#ccc;
	}
	
	#home_intro .intro_items .item .text .action {
		display:inline-block;
		padding-bottom:4px;
		margin-top:8px;
		color:#f7dc00;
		border-bottom:1px solid #f7dc00;
	}
	
	#home_details {
		background-color:#fca216;
		background:linear-gradient(135deg, #e1cb11 15%, #c9108f 100%);
		color:#fff;
	}
	
	#home_details .video_row {
		text-align:center;
	}
	
	#home_details .text_row {
		margin:32px auto 0 auto;
		max-width:512px;
		padding:0 5%;
	}
	
	/* ---------------- club home ---------------- */
	
	#club_home_feature {
		position:relative;
		background:linear-gradient(135deg, #222 0%, #333 100%);
		overflow:hidden;
		background-image:url('images/club_home/club_home_feature_mobile.jpg');
		background-size:cover;
		background-position:center center;
	}
	
	#club_home_feature [data-parallax] {
		
	}
		
	#club_home_feature .bg {
		position:absolute;
		z-index:10;
		display:block;
		object-fit:cover;
		width:100%;
		height:100%;
		vertical-align:top;
		transform:scale(1.2);
		background-image:url('images/club_home/club_home_feature_mobile.jpg');
	}
	
	#club_home_feature .bg_overlay {
		position:absolute;
		z-index:15;
		top:0;
		right:0;
		bottom:0;
		left:0;
		opacity:0;
		background-color:#111;
		mix-blend-mode:overlay;
		transition:opacity 0.3s;
	}
	
	#club_home_feature.light_up .bg_overlay {
		opacity:0.5;
	}
	
	#club_home_feature #header {
		position:relative;
		z-index:20;
	}
	
	#club_home_feature .text {
		position:relative;
		z-index:30;
		padding:32px;
		margin-bottom:-64px;
		text-align:center;
	}
	
	#club_home_feature .text .logo {
		display:inline-block;
		width:128px;
		height:auto;
		margin-bottom:1.5em;
		vertical-align:top;
	}
	
	#club_home_feature .text h1 {
		font-weight:300;
		font-size:2em;
		margin:0 0 0.25em 0;
	}
	
	#club_home_feature .text p {
		font-weight:500;
		margin:0;
	}
	
	#club_home_feature .stumps {
		position:relative;
		z-index:40;
		bottom:0;
		left:50%;
		width:320px;
		margin-left:-160px;
		margin-bottom:-64px;
		vertical-align:top;
	}
	
	#club_home_feature .stumps.in {
		display:block;
	}
	
	#club_home_feature .stumps.out {
		display:none;
	}
	
	#club_home_feature .stumps.out_lit {
		display:none;
	}
	
	#club_home_feature.light_up .stumps.in {
		display:none;
	}
	
	#club_home_feature.light_up .stumps.out {
		display:none;
	}
	
	#club_home_feature.light_up .stumps.out_lit {
		display:block;
	}
		
	#club_home_feature .lights {
		position:absolute;
		z-index:50;
		opacity:0;
		mix-blend-mode:screen;
		bottom:0;
		left:50%;
		width:320px;
		margin-left:-160px;
		margin-bottom:-64px;
		vertical-align:top;
		transition:opacity 0.1s;
	}
	
	#club_home_feature.light_up .lights {
		opacity:0;
	}
	
	@supports( mix-blend-mode:screen ){
		
		#club_home_feature.light_up .stumps.out {
			display:block;
		}

		#club_home_feature.light_up .stumps.out_lit {
			display:none;
		}
		
		#club_home_feature.light_up .lights {
			opacity:1;
		}
		
	}
	
	#club_home_feature .button {
		display:block;
		position:absolute;
		z-index:60;
		bottom:32px;
		left:50%;
		margin-left:-24px;
		width:48px;
		height:48px;
		border-radius:50%;
	}
	
	@supports ( object-fit:cover ) {
		
		
		
	}
	
	#club_home_feature.light_up .button {
		animation-iteration-count:1;
	}
	
	#club_home_feature .button .circle {
		position:relative;
		width:100%;
		height:100%;
		border-radius:50%;
		overflow:hidden;
	}
	
	#club_home_feature .button .ring {
		position:absolute;
		top:-2px;
		right:-2px;
		bottom:-2px;
		left:-2px;
		border:2px solid #fff;
		border-radius:50%;
	}
	
	#club_home_feature .button .ball {
		position:relative;
		width:100%;
		height:100%;
		vertical-align:top;
	}
	
	#club_home_feature .button .icon {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		width:16px;
		height:auto;
	}
		
	#club_home_intro {
		background-color:#fca216;
		background:linear-gradient(135deg, #fca216 15%, #c9108f 100%);
		color:#fff;
	}
	
	#club_home_intro .intro_items {
		display:flex;
		flex-direction:column;
	}
	
	#club_home_intro .intro_items .item {
		text-align:center;
		margin:16px 0;
	}
	
	#club_home_intro .intro_items .item .image {
		margin:0 0 12px 0;
	}
	
	#club_home_intro .intro_items .item .image img {
		width:64px;
		height:64px;
		vertical-align:top;
	}
	
	#club_home_intro .intro_items .item .text h3 {
		margin:0 0 8px 0;
	}
	
	#club_home_intro .intro_items .item .text p {
		margin:8px 0 0 0;
	}
	
	#club_home_intro .intro_video {
		margin:32px 0 0 0;
		text-align:center;
	}
		
	#club_home_action {
		position:relative;
		background-color:#222;
		color:#fff;
		overflow:hidden;
	}
	
	#club_home_action .bg {
		position:absolute;
		z-index:10;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-size:cover;
		background-position:center center;
	}
	
	#club_home_action .panel_maxwidth {
		position:relative;
		z-index:20;
		display:flex;
		flex-direction:column-reverse;
	}
	
	#club_home_action .image {
		text-align:center;
		display:none;
	}
	
	#club_home_action .image img {
		width:128px;
		height:auto;
		vertical-align:bottom;
	}
	
	#club_home_action .text {
		padding:32px 0;
	}
	
	#club_home_action .text h2 {
		margin:0 0 12px 0;
		font-weight:500;
	}
	
	#club_home_action .text h2 br {
		display:none;
	}
	
	#club_home_action .text p {
		margin:8px 0;
	}
	
	#club_home_action .text p strong {
		font-weight:700;
	}
	
	#club_home_action .text .buttons {
		margin:16px 0 0 0;
	}
	
	#club_home_action .text .buttons .standard_button {
		margin:0 8px 8px 0;
	}
	
	#club_home_action .text .buttons .standard_button.red {
		border:1px solid #bc1a27;
	}
	
	#club_home_action .text .buttons .standard_button.transparent {
		box-sizing:border-box;
		border:1px solid #ccc;
	}
	
	#club_home_product {
		
	}
	
	#club_home_product h2 {
		font-weight:500;
		margin:0 0 24px 0;
		text-align:center;
	}
	
	.product_list_mini {
		display:flex;
		flex-wrap:wrap;
		margin:-4px;
	}
	
	.product_list_mini .product_mini {
		box-sizing:border-box;
		display:flex;
		justify-content:space-between;
		flex-direction:column;
		flex:0 0 calc( 50% - 8px );
		margin:4px;
		border:1px solid #ddd;
		background-color:#fff;
		text-decoration:none;
		color:#222;
		text-align:center;
		box-shadow:2px 2px 8px rgba(0,0,0,0.1);
	}
	
	.product_list_mini .product_mini .top {
		
	}
	
	.product_list_mini .product_mini .top .image {
		position:relative;
		height:256px;
		border-bottom:1px solid #ddd;
		background-size:cover;
		background-position:center center;
	}
	
	.product_list_mini .product_mini .top .image .img {
		display:none;
	}
	
	@supports ( object-fit:cover ) {
		
		.product_list_mini .product_mini .top .image {
			height:auto;
			flex:0 0 128px;
		}
		
		.product_list_mini .product_mini .top .image .img {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			object-fit:cover;
		}
		
	}
	
	.product_list_mini .product_mini .top .image .coming_soon {
		position:absolute;
		right:0;
		bottom:0;
		width:96px;
		height:auto;
	}
	
	.product_list_mini .product_mini .top .text {
		padding:16px;
	}
	
	.product_list_mini .product_mini .top .text h4 {
		font-size:1.2em;
		line-height:105%;
		font-weight:700;
	}
	
	.product_list_mini .product_mini .contents_short {
		font-size:0.8em;
		color:#999;
		line-height:110%;
	}
	
	.product_list_mini .product_mini .price {
		margin-top:8px;
		font-size:0.9em;
		line-height:110%;
		color:#666;
	}
	
	.product_list_mini .product_mini .price strong {
		font-weight:500;
		font-size:1.1em;
	}
	
	.product_list_mini .product_mini .bot {
		padding:0 16px 16px 16px;
	}
	
	#club_home_product .product_list_mini {
		margin-bottom:32px;
		justify-content:center;
	}
	
	#club_home_product .table_wrap {
		overflow-x:scroll;
		overflow-y:visible;
		border:1px solid #ccc;
		box-shadow:2px 2px 8px rgba(0,0,0,0.1);
	}
	
	#club_home_product .product_table {
		width:100%;
		border-collapse:collapse;
	}
	
	#club_home_product .product_table th,
	#club_home_product .product_table td {
		padding:12px;
	}
	
	#club_home_product .product_table thead th {
		font-weight:500;
		font-size:0.9em;
		color:#666;
		line-height:120%;
	}
	
	#club_home_product .product_table thead th.highlight {
		font-weight:700;
		color:#222;
	}
	
	#club_home_product .product_table tbody th {
		text-align:left;
		font-weight:500;
		font-size:0.9em;
		white-space:nowrap;
	}
	
	#club_home_product .product_table tbody td {
		white-space:nowrap;
	}
	
	#club_home_product .product_table tbody td.number {
		text-align:center;
		font-weight:500;
		color:#666;
	}
	
	#club_home_product .product_table tbody td .null {
		font-size:0.9em;
		color:#999;
	}
	
	#club_home_product .product_table tbody td.highlight {
		font-weight:700;
		font-size:1.1em;
		color:#222;
	}
	
	#club_home_product .product_table tbody td.price {
		font-size:0.8em;
		font-weight:300;
		color:#666;
	}
	
	#club_home_product .product_table tbody td.price strong {
		font-size:1.2em;
		font-weight:700;
		color:#222;
		letter-spacing:0.05em;
	}
	
	#club_home_product .product_table tbody td.actions {
		text-align:right;
	}
	
	#club_home_product .product_table tbody tr.even th,
	#club_home_product .product_table tbody tr.even td {
		background-color:#f5f5f5;
	}
	
	#club_home_product .product_table tbody tr.odd th,
	#club_home_product .product_table tbody tr.odd td {
		background-color:#fcfcfc;
	}
	
	#club_home_product .product_table tbody td.number img {
		width:auto;
		height:auto;
		max-width:16px;
		max-height:16px;
		vertical-align:middle;
	}
	
	#club_home_product .product_table tbody td.actions a {
		display:inline-block;
		padding:12px;
		margin:-12px;
		color:#666;
		text-decoration:none;
		font-size:0.9em;
	}
	
	#club_home_product .product_table.featured_only tbody tr:not(.featured) {
		display:none;
	}
	
	#club_home_product .product_table.featured_only tbody tr th,
	#club_home_product .product_table.featured_only tbody tr td{
		padding:32px 16px;
	}
		
	#club_home_product .buttons {
		margin:16px 0 0 0;
		text-align:center;
	}
	
	#club_home_product .show_full_table {
		display:inline-block;
		padding:8px 0;
		border-bottom:2px solid #222;
		color:#222;
		text-decoration:none;
	}
	
	#club_home_action2 {
		background-color:#f5f5f5;
		text-align:center;
	}
	
	#club_home_action2 h2 {
		font-weight:500;
		margin:0 0 16px 0;
	}
	
	#club_home_action2 p {
		margin:8px 0;
	}
	
	#club_home_action2 .buttons {
		margin:16px 0 0 0;
	}
	
	#club_home_action2 .buttons a {
		margin:0 4px 8px 4px;
	}
	
	#club_home_diagram {
		
	}
	
	#club_home_diagram h2 {
		font-weight:500;
	}
	
	#club_home_diagram .diagram {
		position:relative;
		width:90%;
		margin:0 auto;
	}
	
	#club_home_diagram .diagram .bail {
		position:absolute;
		display:inline-block;
		z-index:10;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		width:auto;
		height:auto;
		max-width:100%;
		max-height:100%;
		opacity:0.25;
	}
	
	#club_home_diagram .diagram .item {
		position:relative;
		z-index:20;
		margin:8px 0;
		padding:8px 0;
	}
	
	#club_home_diagram .diagram .item .inner {
		position:relative;
		display:flex;
		align-items:center;
	}
	
	#club_home_diagram .diagram .item img {
		display:inline-block;
		vertical-align:top;
		width:24px;
		height:24px;
		flex:0 0 24px;
		margin:0 12px 0 0;
	}
	
	#club_home_diagram .diagram .item .label {
		font-weight:700;
		line-height:110%;
	}
			
	#panel_affiliates {
		text-align:center;
		background-color:#f5f5f5;
	}
	
	#panel_affiliates h2 {
		font-weight:500;
	}
			
	#popup_club_shortcut {
		text-align:center;
		padding:48px 32px;
	}
	
	#popup_club_shortcut h4 {
		margin-bottom:1em;
	}
	
	#popup_club_shortcut p {
		margin:0;
	}
	
	/* ---------------- store ---------------- */
	
	.checkout {
		
	}
		
	.checkout h3 {
		margin:2em 0 0.5em 0;
	}
	
	.checkout #ship-to-different-address label {
		display:flex;
		align-items:flex-start;
	}
	
	.checkout #ship-to-different-address label input {
		margin:8px 12px 0 0;
	}
	
	.checkout .woocommerce-shipping-fields {
		margin-bottom:16px;
	}
	
	.checkout .wc_payment_methods {
		margin:24px 0;
		padding:0;
	}
	
	.checkout .wc_payment_methods li {
		list-style:none;
		background-color:#f5f5f5;
		padding:16px;
	}
	
	.checkout .wc_payment_methods label[for='payment_method_eway'] {
		font-size:1.2em;
		font-weight:700;
	}
	
	.checkout .wc_payment_methods label[for*='eway_card_'],
	.checkout .wc_payment_methods label[for='new'] {
		display:flex;
		align-items:flex-start;
	}
	
	.checkout .wc_payment_methods label[for*='eway_card_'] input,
	.checkout .wc_payment_methods label[for='new'] input {
		margin:4px 8px 0 0;
	}
	
	.checkout .wc_payment_methods .button {
		display:inline-block;
		float:none!important;
		color:#666;
		margin:0 0 8px 0;
	}
		
	.woocommerce-order .shop_table_wrap {
		width:100%;
		overflow-x:scroll;
	}
	
	.woocommerce-order .shop_table {
		width:100%;
		border-collapse:collapse;
	}
	
	.woocommerce-order .shop_table th,
	.woocommerce-order .shop_table td {
		padding:12px;
		border:1px solid #ddd;
	}
	
	.woocommerce-order .shop_table thead th {
		text-align:left;
	}
	
	.woocommerce-order .shop_table tfoot th[scope='row'] {
		text-align:right;
		font-weight:500;
	}
	
	.woocommerce-order {
		
	}
	
	.woocommerce-order .woocommerce-order-overview {
		margin:32px 0;
	}
	
	.woocommerce-order .woocommerce-order-details {
		margin:32px 0;
	}
	
	.woocommerce-order .woocommerce-order-details header h2 {
		margin:1em 0 0.5em 0;
	}
	
	.woocommerce-order .woocommerce-customer-details {
		margin:32px 0;
	}
	
	.woocommerce-order .woocommerce-customer-details .addresses {
		display:flex;
		flex-direction:column;
		margin:-8px;
	}
	
	.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column {
		padding:16px;
		margin:8px;
		background-color:#f5f5f5;
	}
		
	/* ---- product list ---- */
	
	.woocommerce .woocommerce-result-count {
		display:none;
	}
	
	.woocommerce .woocommerce-ordering {
		display:none;
	}
	
	.woocommerce .products {
		padding:0;
		margin:16px 0;
	}
	
	.woocommerce .products .product {
		list-style:none;
		display:flex;
		flex-direction:column;
		background-color:#f5f5f5;
		padding:16px;
		margin:0 0 16px 0;
	}
	
	.woocommerce .products .product .image {
		margin:0 0 1em 0;
	}
	
	.woocommerce .products .product .image img {
		width:auto;
		height:auto;
		max-width:160px;
		max-height:160px;
	}
	
	.woocommerce .products .product .text {
		
	}
	
	.woocommerce .products .product h3 {
		font-size:1.6em;
	}
	
	.woocommerce .products .product h3 a {
		text-decoration:none;
	}
	
	.woocommerce .products .product .old_price {
		font-size:0.9em;
		color:#999;
		text-decoration:line-through;
		margin-bottom:-8px;
	}
	
	.woocommerce .products .product .price {
		font-size:1.2em;
		font-weight:500;
		margin:0.5em 0;
	}
		
	.woocommerce .products .product .price .currency {
		font-size:0.8em;
		color:#666;
	}
	
	.woocommerce .products .product .price strong {
		font-weight:700;
	}
	
	.woocommerce .products .product .description {
		margin:0.5em 0;
		line-height:130%;
	}
	
	.woocommerce .products .product .actions {
		margin:1em 0 0 0;
	}
	
	.woocommerce .products .product .add_to_cart {
		display:inline-flex;
		margin:0 16px 0 0;
	}
	
	.woocommerce .products .product .add_to_cart label {
		display:none;
	}
	
	.woocommerce .products .product .add_to_cart input[type='number'] {
		box-sizing:border-box;
		width:64px;
		height:48px;
		padding:0 8px;
		margin:0;
		border:1px solid #ccc;
		border-right:none;
		border-radius:8px 0 0 8px;
		text-align:center;
		font-size:1em;
		font-weight:700;
	}
	
	.woocommerce .products .product .add_to_cart input[type='number']:focus {
		border-color:#444;
	}
	
	.woocommerce .products .product .add_to_cart input[type='submit'] {
		border-radius:0 8px 8px 0;
		height:48px;
		padding:0 24px;
		cursor:pointer;
	}
		
	.woocommerce .products .product .link {
		display:inline-block;
		padding:8px 0;
		margin:8px 0 0 0;
		text-decoration:none;
		font-weight:700;
	}
	
	/* ---- cart ---- */
	
	.woocommerce .woocommerce-cart-columns {
		margin-top:32px;
	}
	
	.woocommerce .cart-form-column {
		margin:0 0 32px 0;
	}
	
	.woocommerce .woocommerce-cart-form {
		margin:0 0 32px 0;
	}
	
	.woocommerce .cart {
		width:100%;
	}
	
	.woocommerce .cart thead {
		display:none;
	}
	
	.woocommerce .cart tbody {
		display:block;
	}
	
	.woocommerce .cart .cart_item {
		display:block;
		border-top:1px solid #ccc;
		padding:32px 0;
	}
	
	.woocommerce .cart tr,
	.woocommerce .cart td,
	.woocommerce .cart td {
		display:block;
	}
	
	.woocommerce .cart tbody .product-remove {
		margin:0 0 8px 0;
		float:right;
	}
	
	.woocommerce .cart tbody .product-remove a {
		display:inline-block;
		background-color:#eee;
		padding:8px;
		line-height:100%;
		text-decoration:none;
	}
	
	.woocommerce .cart tbody .product-remove a:after {
		display:inline-block;
		content:'remove';
		font-size:0.8em;
		vertical-align:middle;
		margin:0 0 0 4px;
	}
	
	.woocommerce .cart tbody .product-thumbnail {
		margin-bottom:16px;
	}
	
	.woocommerce .cart tbody .product-thumbnail img {
		width:auto;
		height:auto;
		max-width:64px;
		max-height:64px;
	}
	
	.woocommerce .cart tbody .product-name {
		font-size:1.1em;
		font-weight:700;
		margin:0 0 8px 0;
	}
	
	.woocommerce .cart tbody .product-name a {
		text-decoration:none;
	}
	
	.woocommerce .cart tbody .product-price {
		display:inline-block;
		font-size:1.1em;
		margin:0 8px 8px 0;
	}
	
	.woocommerce .cart .product-price .woocommerce-Price-currencySymbol {
		font-size:0.8em;
	}
	
	.woocommerce .cart tbody .product-quantity {
		display:inline-block;
		margin:0 8px 8px 0;
	}
	
	.woocommerce .cart tbody .product-quantity label {
		display:none;
	}
	
	.woocommerce .cart tbody .product-quantity input {
		width:64px;
		height:48px;
		text-align:center;
		font-size:1em;
	}
	
	.woocommerce .cart tbody .product-subtotal {
		display:inline-block;
		font-size:1.1em;
		margin:0 8px 8px 0;
		font-weight:700;
	}
	
	.woocommerce .cart tbody .product-subtotal .woocommerce-Price-currencySymbol {
		font-size:0.8em;
		font-weight:500;
	}
	
	.woocommerce .cart .actions {
		width:100%;
		padding:32px 0;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
	
	.woocommerce .cart .actions:after {
		display:table;
		content:'';
		clear:both;
	}
	
	.woocommerce .cart .coupon {
		float:left;
		background-color:#f5f5f5;
		padding:16px;
		margin:0 0 16px 0;
	}
	
	.woocommerce .cart .coupon label {
		display:block;
		font-weight:700;
	}
	
	.woocommerce .cart .coupon input[type='text'] {
		margin:0 0 8px 0;
	}
	
	.woocommerce .cart .coupon .button {
		display:inline-block;
		padding:8px 12px;
		background-color:#666;
		color:#fff;
		border:none;
		font-size:0.9em;
		cursor:pointer;
	}
	
	.woocommerce .cart .button[name='update_cart'] {
		float:right;
		display:inline-block;
		padding:12px 16px;
		background-color:#222;
		color:#fff;
		border:none;
		font-size:1em;
		cursor:pointer;
	}
	
	.woocommerce .cart-collaterals {
		padding:16px;
		background-color:#f5f5f5;
	}
		
	.woocommerce .cart-collaterals table td,
	.woocommerce .cart-collaterals table th {
		padding:12px;
		border-bottom:1px dotted #ccc;
	}
	
	.woocommerce .cart-collaterals table th {
		text-align:right;
	}
	
	.woocommerce .cart-collaterals p {
		margin:0;
	}
	
	.woocommerce .cart-collaterals ul {
		margin:0;
		padding:0;
	}
	
	.woocommerce .cart-collaterals ul li {
		list-style:none;
		font-weight:500;
		text-indent:0;
		padding-left:0;
	}
	
	.woocommerce .cart-collaterals ul li input {
		margin-right:8px;
	}
	
	.woocommerce .cart-collaterals ul li .amount {
		display:inline-block;
		font-weight:700;
	}
	
	.woocommerce .cart-collaterals .shipping-calculator-button {
		display:inline-block;
		padding:4px 8px;
		background-color:#666;
		color:#fff;
		border:none;
		font-size:0.9em;
		cursor:pointer;
		text-decoration:none;
		font-weight:500;
	}
		
	.woocommerce .cart-collaterals .woocommerce-shipping-destination {
		margin:8px 0;
	}
	
	.woocommerce .cart-collaterals .woocommerce-shipping-calculator {
		margin:8px 0;
	}
	
	.woocommerce .cart-collaterals .woocommerce-shipping-calculator .button[name='calc_shipping'] {
		display:inline-block;
		padding:12px 16px;
		background-color:#222;
		color:#fff;
		border:none;
		font-size:1em;
		cursor:pointer;
	}
	
	.woocommerce .cart-collaterals .shipping-calculator-form p {
		margin:0.5em 0;
	}
	
	.woocommerce .cart-collaterals .shipping-calculator-form p > span {
		display:block;
	}
	
	.woocommerce .wc-proceed-to-checkout {
		margin:32px 0 0 0;
	}
	
	.woocommerce .wc-proceed-to-checkout a {
		
	}
		
	.woocommerce .cross-sells {
		margin:48px 0 0 0;
		padding:48px 0 0 0;
		border-top:1px solid #ccc;
	}
	
	.woocommerce .cross-sells > h3 {
		font-weight:500;
		color:#666;
	}
	
	.woocommerce .cross-sells .products .product {
		color:#666;
		background-color:#f9f9f9;
	}
	
	.woocommerce .cross-sells .products .product h3 {
		font-weight:500;
	}
	
	.woocommerce .cross-sells .products .product h3 a {
		color:#666;
	}
	
	.woocommerce .cross-sells .products .product .price strong {
		font-weight:500;
	}
	
	.woocommerce .cross-sells .products .product .add_to_cart input[type='submit'] {
		background-color:#666;
	}
	
	.woocommerce .cross-sells .products .product .link {
		color:#666;
	}
	
	.woocommerce-cart .panel_basic{
		background-color: #222;
		background-image: url(../images/backgrounds/bg_customer_area.jpg);
		background-size: cover;
		background-position: center top;
	}

	.woocommerce-cart .panel_basic > div > h1,
	.woocommerce-cart .woocommerce,
	.woocommerce-cart .woocommerce a{
		color: #fff;
	}

	.woocommerce-cart .woocommerce .cart-collaterals,
	.woocommerce-cart .woocommerce .cross-sells .products .product{
		background-color: rgba(0, 0, 0, 0.45) !important;
		color: #fff;
	}


	.woocommerce-cart .woocommerce .cart .cart_item td{
	b	order-top: 1px solid #ccc3 !important;
	}

	.woocommerce-cart .woocommerce .cart .actions{
		border-top: none !important;
		padding: 20px 3%;
	}

	.woocommerce-cart #cart-after-product-display{
		display: flex;
		flex-wrap: wrap;
	}

	.woocommerce-cart #cart-after-product-display > div:first-child{
		display: flex;
		flex: 0 0 80%
	}

	.woocommerce-cart #cart-after-product-display > div:last-child{
		display: flex;
		flex: 0 0 20%
	}

	.woocommerce-cart .woocommerce .cart .coupon{
		background-color: transparent;
		display: flex;
		align-items: center;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 0;
		margin: 0
	}

	.woocommerce-cart .woocommerce .cart .button[name='update_cart']{
		background-color: transparent;
		color: #ffab4d;
		font-size: 15px;
		padding: 0;
		width: 100%;
		text-align: right;
		text-decoration: underline;
	}

	.woocommerce-cart .woocommerce .cart .button[name='update_cart']:hover{
		background-color: transparent;
		color: #d02937;
	}

	.woocommerce-cart .woocommerce .cart .coupon input{
		border: none;
		border-bottom: 1px solid #ccc3 !important;
		margin: 0 5% !important;
		background-color: transparent;
		color: #fff;
	}

	.woocommerce-cart .woocommerce .cart .coupon button{
		background-color: transparent;
		width: 200px;
		padding: 0;
		text-align: right;
		margin: 0;
		color: #fff;
		font-size: 15px;
	}

	.woocommerce-cart .woocommerce .cart .coupon button:hover{
		background-color: transparent;
		color: #d02937;
	}

	.woocommerce-cart .woocommerce .cart tbody .product-remove a{
		background-color: transparent;
	}


	.woocommerce-cart .woocommerce .cart tbody .product-quantity input{
		background-color: transparent;
		color: #fff;
		border: none;
		margin-top: -4px;
	}

	.woocommerce-cart .woocommerce .cart-collaterals .shipping-calculator-button{
		background: transparent !important;
		padding: 0;
		color: #ffab4d;
	}

	.woocommerce-cart .cart-collaterals tbody{
		vertical-align: baseline;
	}




	.woocommerce-cart .woocommerce .cross-sells{
		margin: 0;
		padding: 0;
		border-top: none;
	}

	.woocommerce-cart .woocommerce .cross-sells h3{
		color: #fff;
		font-weight: 600;
	}

	.woocommerce-cart .products a{
		color: #fff;
	}
	
	/* ---- checkout ---- */
	
	.woocommerce-billing-fields__field-wrapper .subscriber_details {
		
	}
	
	.woocommerce-billing-fields__field-wrapper .subscriber_details h3 {
		margin:0 0 8px 0;
	}
	
	.woocommerce-billing-fields__field-wrapper .subscriber_details p {
		margin:8px 0;
	}
	
	.woocommerce-billing-fields__field-wrapper .divider {
		width:100%;
		height:1px;
		margin:32px 0;
		border-top:1px solid #ccc;
	}
	
	.checkout_coupon {
		background-color:#f5f5f5;
		padding:16px;
		max-width:384px;	
		margin-top:16px;
	}
	
	.checkout_coupon .button {
		display:inline-block;
		padding:8px 12px;
		background-color:#666;
		color:#fff;
		border:none;
		font-size:0.9em;
		cursor:pointer;
	}
	
	.checkout_coupon .form-row-last {
		margin-bottom:0;
	}
	
	.woocommerce-checkout-review-order-table {
		
	} 
	
	.woocommerce-checkout-review-order-table thead .product-name {
		text-align:right;
	}
	
	.woocommerce-checkout-review-order-table thead .product-total {
		text-align:left;
	}
	
	.woocommerce-checkout-review-order-table tbody td {
		border-top:1px dotted #ccc;
	}
	
	.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout-review-order-table tfoot td {
		border-top:1px dotted #ccc;
	}
	
	.woocommerce-checkout-review-order-table tfoot th {
		text-align:right;
	}
	
	.woocommerce-checkout-review-order-table .woocommerce-shipping-totals ul {
		margin:0;
		padding:0;
	}
	
	.woocommerce-checkout-review-order-table .woocommerce-shipping-totals ul li {
		list-style:none;
		font-weight:500;
	}
	
	.woocommerce-checkout-review-order-table .woocommerce-shipping-totals ul li .amount {
		font-weight:700;
	}
	
	.woocommerce-checkout-review-order-table .order-total strong {
		font-size:1.1em;
		font-weight:700;
	}
	
	.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper {
		margin:24px 0;
	}
	
	.woocommerce-checkout .panel_basic{
		background-color: #222;
		background-image: url(../images/backgrounds/bg_customer_area.jpg);
		background-size: cover;
		background-position: center top;
	}

	.woocommerce-checkout .panel_basic > div > h1,
	.woocommerce-checkout .woocommerce,
	.woocommerce-checkout .woocommerce a{
		color: #fff;
	}

	.woocommerce-checkout .form input,
	.woocommerce-checkout .select2-selection__rendered,
	.woocommerce-checkout .form textarea{

	}


	.woocommerce-checkout .select2-selection.select2-selection--single{
		border: none;
	}

	#customer_details .optional{
		display: none;
	}

	#ship-to-different-address{
		margin: 40px 0 0;
		font-size: 20px;
		display: flex;
		align-items: center;
	}

	#ship-to-different-address input {
		margin: 5px 15px 0 0 !important;
	}

	#agreeTC{
		margin: 70px 0 20px;
		padding:16px;
		background-color:#333;
	}

	#agreeTC > div{
		display: flex;
	}

	#agreeTC > div > input{
		margin: 6px 10px 0 0;
	}

	#agreeTC > div > p{
		margin: 0;
		width: 550px;
		max-width: 100%;
	}

	#agreeTC > div > p a{
		color: #ffab4d;
		font-weight: 600;
		text-decoration: none;
	}

	#agreeTC > div > p a:active{
		color: #f53340;
	}

	#order_review{
		background-color: transparent;
	}


	#order_review > #payment{
		opacity: .3;
		filter: grayscale(1);
		pointer-events: none;
	}

	#order_review.agreed > #payment{
		opacity: 1;
		filter: none;
		pointer-events: inherit;
	}

	.blockOverlay{
		background: transparent !important;
	}

	.woocommerce-checkout-review-order-table thead .product-name,
	.woocommerce-checkout-review-order-table tfoot th{
		text-align: left !important;
	}

	.checkout .wc_payment_methods li {
		padding: 0 !important;
		background-color: transparent !important;
		border-bottom: 1px solid #cccccc;
	}

	.checkout_coupon{
		background-color:  rgba(0, 0, 0, 0.45) !important;
	}

	.checkout_coupon .button{
		background: #bc1a27 !important;
		border-radius: 40px;
		padding: 12px 20px 14px !important;
	}

	.form .select2-container .select2-selection--single{

	}

	#order_review th.product-name{
		font-size: 28px;
		padding-top: 30px !important;
	}

	#order_review th.product-total{
		display: none;
	}

	.woocommerce-checkout #order_review_heading{
		padding: 0 10px;
	}


	#order_review .recurring-totals > th{
		padding-top: 70px !important;
		font-size: 18px;
		color: #9e9e9e !important;
	}
	
	#order_review .recurring-total{
    font-size: 15px !important;
    color: #9e9e9e !important;
    line-height: 110% !important;
	}

	#order_review .shop_table th, 
	#order_review .shop_table td{
		padding: 7px 10px;
	}

	#order_review .woocommerce-checkout-review-order-table tfoot th,
	#order_review .woocommerce-checkout-review-order-table tfoot td{
		border-top: none !important;
	}

	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody td{
		border-top: none;
	}

	.woocommerce-checkout #order_review .order-total{
		color: #ffab4d;  
	}
	
	.woocommerce-order-received .panel_maxwidth.panel_padding{
		width: 950px !important;
		max-width: 90%;
	}


	.woocommerce-order-received .woocommerce-order .shop_table th,
	.woocommerce-order-received .woocommerce-order .shop_table td {
		padding: 12px;
		border: 1px solid #dddddd38;
	}


	.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column{
		background-color: rgba(0, 0, 0, 0.45) !important;
	}

	.woocommerce-order-received .woocommerce-thankyou-order-received{
		color: #ffab4d;
		font-weight: 700;
	}

	.woocommerce-order-received .woocommerce a {
		color: #ffab4d !important;
		text-decoration: none;
	}

	.woocommerce-order-received .woocommerce a:hover{
		color: #f53340 !important;
	}
	
	#eway_credit_card_form .submit {
		margin-top:24px;
	}
	
	/* ---- messages ---- */
	
	.woocommerce-notices-wrapper {
		position:relative;
		margin:0;
	}
	
	.woocommerce-notices-wrapper .woocommerce-message {
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		padding:16px;
		background-color:#f6a72a;
		color:#222;
		font-weight:500;
	}
	
	.woocommerce-notices-wrapper .woocommerce-message .button {
		display:inline-block;
		padding:4px 8px;
		background-color:rgba(255,255,255,0.75);
		color:#222;
		text-decoration:none;
		margin:0 0 12px 0;
		white-space:nowrap;
		font-weight:700;
	}
	
	/* ---- single product ---- */
	
	.single-product .product {
		
	}
	
	.single-product .ca_top {
		margin-bottom:32px;
	}
	
	.single-product .product_main {
		padding-bottom:32px;
		border-bottom:1px solid #ccc;
	}
		
	.single-product .product_images {
		margin:0 0 24px 0;
	}
	
	.single-product .image_large {
		position:relative;
	}
	
	.single-product .image_large a {
		display:inline-block;
		position:relative;
	}
	
	.single-product .image_large .img {
		position:relative;
		display:inline-block;
		width:100%;
		height:auto;
		vertical-align:top;
	}
	
	.single-product .image_large a:after {
		position:absolute;
		display:block;
		content:'';
		z-index:20;
		width:32px;
		height:32px;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		background-color:#222;
		color:#fff;
		border-radius:50%;
		background-image:url('images/icons/icon_zoom_white.svg');
		background-size:12px auto;
		background-position:center center;
		background-repeat:no-repeat;
		opacity:0;
	}
	
	.single-product .image_large .coming_soon {
		position:absolute;
		right:0;
		bottom:0;
		width:128px;
		height:auto;
	}
	
	.single-product .image_gallery {
		display:flex;
		margin:4px -4px;
		overflow-x:hidden;
	}
	
	.single-product .image_gallery a {
		display:block;
		position:relative;
		flex:0 0 calc( 25% - 8px );
		height:64px;
		margin:4px;
		background-size:cover;
		background-position:center center;
	}
	
	.single-product .image_gallery img {
		display:none;
		position:relative;
		z-index:10;
	}
		
	@supports( object-fit:cover ) {
		
		.single-product .image_gallery img {
			display:block;
			object-fit:cover;
			width:100%;
			height:100%;
		}
		
	}
	
	.single-product .image_gallery a:after {
		position:absolute;
		display:block;
		content:'';
		z-index:20;
		width:24px;
		height:24px;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		background-color:#222;
		color:#fff;
		border-radius:50%;
		background-image:url('images/icons/icon_zoom_white.svg');
		background-size:8px auto;
		background-position:center center;
		background-repeat:no-repeat;
		opacity:0;
	}
	
	.single-product .product_summary {
		
	}
	
	.single-product .product_summary .club_product_name_intro {
		font-size:1em;
		color:#999;
		color:#ffab4d;
	}
	
	.single-product .product_summary h1 {
		margin-top:0;
	}
	
	.single-product .product_summary h1 .divider {
		display:inline-block;
		font-size:0.5em;
		font-weight:300;
		color:#666;
	}
	
	.single-product .product_summary h1 .secondary {
		display:inline-block;
		font-size:0.5em;
		font-weight:300;
		color:#999;
	}
	
	.single-product .product_summary .old_price {
		font-size:0.9em;
		color:#999;
		text-decoration:line-through;
	}
	
	.single-product .product_summary .price {
		font-size:1.2em;
		margin:0.25em 0;
	}
	
	.single-product .product_summary .price strong {
		font-weight:700;
		font-size:1.2em;
	}
	
	.single-product .product_summary .price .currency {
		font-size:0.7em;
		color:#999;
	}
	
	.single-product .product_summary .description {
		margin:0.25em 0 0.75em 0;
	}
	
	.single-product .product_summary .actions {
		margin:1em 0 0 0;
	}
	
	.single-product .product_summary .add_to_cart {
		display:inline-flex;
	}
	
	.single-product .product_summary .add_to_cart label {
		display:none;
	}
	
	.single-product .product_summary .add_to_cart input[type='number'] {
		box-sizing:border-box;
		width:64px;
		height:48px;
		padding:0 8px;
		margin:0;
		border:1px solid #ccc;
		border-right:none;
		border-radius:8px 0 0 8px;
		text-align:center;
		font-size:1em;
		font-weight:700;
	}
	
	.single-product .product_summary .add_to_cart input[type='number']:focus {
		border-color:#444;
	}
	
	.single-product .product_summary .add_to_cart input[type='submit'] {
		border-radius:0 8px 8px 0;
		height:48px;
		padding:0 24px;
		cursor:pointer;
	}
	
	.single-product .product_more {
		padding:32px 0;
		border-bottom:1px solid #ccc;
	}
	
	.single-product .product_more .product_description p {
		margin:0.75em 0;
	}
	
	.single-product .product_related {
		padding:32px 0;
	}
	
	.panel_product_club {
		background-color:#222;
		color:#fff;
	}
	
	.single-product .product_club .product_main {
		border-color:#444;
	}
	
	.single-product .product_club .product_more {
		display:flex;
		flex-direction:column;
		border-color:#444;
	}
	
	.single-product .product_club .contents_wrap {
		padding:12px 16px;
		border:none;
	}
		
	.single-product .product_club .contents_intro {
		font-weight:500;
		color:#ffab4d;
	}
	
	.single-product .product_club .product_contents .contents {
		display:inline-block;
		width:100%;
		columns:2;
		column-gap:2em;
		margin:0;
		padding:0 0 0 16px;
	}
		
	.single-product .product_club .product_contents .contents li {
		line-height:105%;
		margin:0.5em 0;
	}
	
	.single-product .product_club .product_contents .contents li:first-child {
		margin-top:0;
	}
	
	.single-product .product_club .variable_price {
		padding:0;
	}
	
	.single-product .product_club .variable_price li {
		list-style:none;
	}
		
	.single-product .product_club .variable_price li label {
		display:flex;
		align-items:center;
		background-color:#333;
		padding:16px;
		margin:4px 0;
	}
	
	.single-product .product_club .variable_price li label.checked {
		background-color:#555;
	}
	
	.single-product .product_club .variable_price li label h4 {
		margin:0 0 8px 0;
		font-weight:500;
		color:#ffab4d;
		font-size:1em;
	}
	
	.single-product .product_club .variable_price li label input {
		margin:0 12px 0 0;
	}
	
	.single-product .product_club .variable_price .price {
		font-size:1em;
	}
	
	.single-product .product_club .variable_price .price .amount {
		font-weight:700;
		font-size:1.2em;
	}
	
	.single-product .product_club .ex_tax {
		font-size:0.8em;
		opacity:0.3;
	}
	
	.single-product .product_club .product_videos {
		margin-bottom:16px;
	}
	
	.single-product .product_club .product_confidence {
		border-bottom:1px solid #444;
		padding:32px 0;
		text-align:center;
	}
	
	.single-product .product_club .product_confidence .items {
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	
	.single-product .product_club .product_confidence .item {
		margin:16px 0;
		max-width:256px;
	}
	
	.single-product .product_club .product_confidence .item .image {
		margin:0 0 12px 0;
		height:48px;
	}
	
	.single-product .product_club .product_confidence .item .image img {
		width:100%;
		height:100%;
		max-width:64px;
		max-height:48px;
	}
	
	.single-product .product_club .product_confidence .item .text {
		
	}
	
	.single-product .product_club .product_confidence .item h4 {
		margin:0 0 8px 0;
		font-weight:500;
		color:#ffab4d;
	}
	
	.single-product .product_club .product_confidence .item p {
		margin:0;
	}
	
	#shop_club_banner {
		position:relative;
		background-color:#2d3446;
		color:#fff;
		background-image:url('images/panels/club_banner_bg.jpg');
		background-size:cover;
		background-position:center center;
	}
	
	#shop_club_banner .panel_maxwidth {
		display:flex;
		flex-direction:column-reverse;
	}
	
	#shop_club_banner .text {
		padding:24px 0 32px 0;
		position:relative;
		z-index:20;
	}
	
	#shop_club_banner .text_headline {
		font-weight:500;
		font-size:2em;
		line-height:105%;
		margin:0 0 12px 0;
	}
	
	#shop_club_banner .text_headline br {
		display:none;
	}
	
	#shop_club_banner .text_button {
		margin:16px 0 0 0;
	}
	
	#shop_club_banner .stumps {
		display:none;
		position:absolute;
		z-index:10;
		left:50%;
		bottom:0;
		transform:translateX(-50%)
	}
	
	#shop_club_banner .stumps img {
		width:75vw;
		height:auto;
		max-width:320px;
		vertical-align:bottom;
	}
	
	#shop_club_banner .logo {
		padding:32px 0 0 0;
		position:relative;
		z-index:20;
	}
	
	#shop_club_banner .logo img {
		width:160px;
		height:auto;
	}
			
	/* ---------------- club store ---------------- */
	
	.customer_area_main {
		background-color:#222;
		background-image:url(images/backgrounds/bg_customer_area.jpg);
		background-size:cover;
		background-position:center top;
		color:#fff;
	}
		
	.customer_area_main a {
		color:#fff;
	}
	
	.customer_area_main h1 {
		margin-top:1em;
	}
	
	.ca_top {
		display:flex;
		flex-direction:column-reverse;
	}
	
	.ca_top a {
		text-decoration:none;
	}
	
	.ca_top .woocommerce-breadcrumb {
		color:#ccc;
	}
	
	.ca_top .woocommerce-breadcrumb .divider {
		display:inline-block;
		margin:0 4px;
		color:#999;
		font-size:1.2em;
	}
	
	.ca_top .woocommerce-breadcrumb a {
		display:inline-block;
		color:#ccc;
	}
	
	.ca_top .current_user {
		line-height:16px;
		margin-bottom:16px;
	}
	
	.ca_top .current_user .name {
		display:inline-block;
		vertical-align:middle;
		margin-right:8px;
		font-weight:500;
		font-size:1.2em;
	}
	
	.ca_top .current_user .name img {
		display:inline-block;
		vertical-align:top;
		transform:translateY(-15%);
		width:auto;
		height:auto;
		max-width:16px;
		max-height:16px;
		margin-right:8px;
	}
	
	.ca_top .current_user .edit {
		display:inline-block;
		vertical-align:middle;
	}
	
	.ca_top .current_user .edit img {
		display:inline-block;
		vertical-align:top;
		width:auto;
		height:auto;
		max-width:16px;
		max-height:16px;
		margin-right:8px;
	}
	
	.ca_top .current_user .logout {
		display:inline-block;
		vertical-align:middle;
		color:#999;
		font-size:0.9em;
	}
	
	.ca_top .current_user .logout img {
		display:inline-block;
		vertical-align:top;
		width:auto;
		height:auto;
		max-width:16px;
		max-height:16px;
		margin-right:8px;
	}
	
	#ca_main_menu {
		display:flex;
		flex-direction:column;
		margin:-8px;
		margin-bottom:32px;
	}
	
	#ca_main_menu .item {
		position:relative;
		display:flex;
		flex-direction:column;
		justify-content:center;
		background-color:#999;
		text-decoration:none;
		margin:8px;
		padding:24px 16px;
		text-align:center;
		box-sizing:border-box;
	}
	
	#ca_main_menu .item.red {
		background-color:#c22935;
		background:linear-gradient(135deg, #c82d3a 0%, #bc2530 100%);
	}
	
	#ca_main_menu .item.blue {
		background-color:#1eaec4;
		background:linear-gradient(135deg, #21b6ca 0%, #1ba6be 100%);
	}
	
	#ca_main_menu .item.yellow {
		background-color:#f5a128;
		background:linear-gradient(135deg, #f6ab2c 0%, #f49724 100%);
	}
	
	#ca_main_menu .item.orange {
		background-color:#fb7f26;
		background:linear-gradient(135deg, #ffab4d 0%, #fb7f26 100%)
	}
	
	#ca_main_menu .item.green {
		background-color:#2eb67e;
		background:linear-gradient(135deg, #33bd8b 0%, #29af71 100%);
	}
	
	#ca_main_menu .item.pink {
		background-color:#d2297b;
		background:linear-gradient(135deg, #d2297b 0%, #b54179 100%);
	}
	
	#ca_main_menu .item .video_bg {
		display:none;
	}
	
	@supports( object-fit:cover ){
		
		#ca_main_menu .item .video_bg {
			display:block;
			position:absolute;
			width:100%;
			height:100%;
			object-fit:cover;
			left:0;
			top:0;
			mix-blend-mode:hard-light;
			opacity:0.2;
		}
		
	}
		
	#ca_main_menu .item .icon {
		margin-bottom:1em;
		position:relative;
	}
	
	#ca_main_menu .item .icon img {
		display:inline-block;
		vertical-align:bottom;
		width:auto;
		height:auto;
		max-width:64px;
		max-height:32px;
	}
	
	#ca_main_menu .item h3 {
		position:relative;
		margin:0 0 0.25em 0;
		font-size:1.2em;
	}
	
	#ca_main_menu .item p {
		position:relative;
		margin:4px 0;
		font-size:0.9em;
		line-height:120%;
	}
	
	.ca_home_cols {
		display:flex;
		flex-direction:column;
	}
	
	.ca_home_cols .col_questions {
		margin-bottom:32px;
	}
	
	#ca_questions h2 {
		font-weight:500;
	}
	
	#ca_questions ul {
		padding:0;
	}
	
	#ca_questions ul li {
		list-style:none;
		line-height:130%;
	}
	
	#ca_questions ul li a {
		display:flex;
		text-decoration:none;
		align-items:center;
		padding:0.3em 0;
	}
	
	#ca_questions ul li a .icon {
		flex:0 0 32px;
	}
	
	#ca_questions ul li a img {
		display:inline-block;
		width:auto;
		height:auto;
		max-width:16px;
		max-height:16px;
		vertical-align:top;
	}
	
	#ca_account_menu {
		padding:0;
		margin:16px 0 32px 0;
	}
	
	#ca_account_menu li {
		display:inline-block;
		list-style:none;
		margin:2px 0;
		font-size:0.9em;
		line-height:110%;
	}
	
	#ca_account_menu li a {
		display:inline-block;
		text-decoration:none;
		padding:8px 12px;
		background-color:#333;
	}
	
	#ca_account_menu li.active a {
		background-color:#444;
		color:#aaa;
	}
	
	#ca_account_menu li a img {
		display:inline-block;
		vertical-align:middle;
		width:auto;
		height:auto;
		max-width:12px;
		max-height:12px;
		margin:0 8px 0 0;
	}
	
	#ca_account_menu li.active a img {
		opacity:0.5;
	}
		
	.woocommerce-MyAccount-content .addresses {
		display:flex;
		flex-direction:column;
		margin:-8px;
	}
	
	.woocommerce-MyAccount-content .addresses .woocommerce-Address,
	.woocommerce-MyAccount-content .addresses .woocommerce-column {
		padding:16px;
		margin:8px;
		background-color:#333;
	}
	
	.woocommerce-MyAccount-content .addresses .woocommerce-Address .edit,
	.woocommerce-MyAccount-content .addresses .woocommerce-column .edit {
		display:inline-block;
		padding:4px 8px;
		background-color:#eee;
		color:#222;
		margin:0 0 8px 0;
		text-decoration:none;
		font-weight:500;
	}
	
	.woocommerce-MyAccount-content .addresses .woocommerce-Address h3,
	.woocommerce-MyAccount-content .addresses .woocommerce-column h2,
	.woocommerce-customer-details .addresses .woocommerce-column h2 {
		font-weight:500;
		font-size:1.2em;
	}
	
	.customer_area_main .register_message_1 {
		font-size:1.1em;
		font-weight:500;
	}
	
	.customer_area_main .register_message_2 {
		color:#999;
	}
	
	.customer_area_main .register_message_2 a {
		color:#999;
	}
	
	.register_benefits {
		margin:24px 0;
	}
	
	.register_benefits .item {
		display:inline-block;
		margin-right:12px;
	}
	
	.register_benefits .item img {
		display:inline-block;
		width:16px;
		height:auto;
		margin-right:8px;
	}
	
	.register_info_pack {
		display:flex;
		flex-direction:column;
		border:1px solid #999;
		padding:16px;
		margin:32px 0;
		text-align:center;
	}
	
	.register_info_pack .image {
		margin:0 0 16px 0;
	}
	
	.register_info_pack .image img {
		display:inline-block;
		vertical-align:top;
		width:96px;
		height:auto;
	}
	
	.register_info_pack .text {
		
	}
	
	.register_info_pack .big {
		font-weight:700;
		font-size:1.1em;
	}
	
	.register_info_pack ul {
		padding:0;
		margin:0;
	}
	
	.register_info_pack ul li {
		display:inline;
		font-size:0.9em;
		line-height:110%;
	}
	
	.register_info_pack ul li:before {
		display:inline-block;
		content:'•';
		margin-right:4px;
	}
	
	.customer_area_main .shop_table_wrap {
		width:100%;
		overflow-x:scroll;
	}
		
	.customer_area_main .shop_table {
		width:100%;
		border-collapse:collapse;
	}
	
	.customer_area_main .shop_table th,
	.customer_area_main .shop_table td {
		padding:12px;
	}
	
	.customer_area_main .shop_table thead th {
		text-align:left;
	}
		
	.customer_area_main .shop_table tbody tr td {
		background-color:rgba(51,51,51,0.75);
	}
	
	.customer_area_main .shop_table tbody tr:nth-child(2n) td {
		background-color:rgba(68,68,68,0.75);
	}
		
	.customer_area_main .woocommerce-orders-table__cell-order-number a {
		display:inline-block;
		padding:12px;
		margin:-12px;
	}
	
	.customer_area_main .shop_table .button {
		display:inline-block;
		padding:4px 12px;
		background-color:#444;
		margin:2px 4px 2px 0;
		text-decoration:none;
		font-size:0.9em;
	}
	
	.customer_area_main .shop_table tfoot tr td,
	.customer_area_main .shop_table tfoot tr th{
		background-color:rgba(68,68,68,0.75);
	}
	
	.customer_area_main .shop_table tfoot tr:nth-child(2n) td,
	.customer_area_main .shop_table tfoot tr:nth-child(2n) th {
		background-color:rgba(51,51,51,0.75);
	}
	
	.customer_area_main .shop_table tfoot th[scope='row'] {
		text-align:right;
		font-weight:500;
	}
		
	.customer_area_main mark {
		background-color:transparent;
		color:#fff;
		font-weight:700;
	}
	
	.customer_area_main .woocommerce-order-details {
		margin-top:48px;
		margin-bottom:48px;
	}
	
	.customer_area_main .woocommerce-order-details .shop_table {
		margin-bottom:32px;
	}
	
	.customer_area_main .shop_table input[type='submit'] {
		display:inline-block;
		background-color:#444;
		color:#fff;
		border:none;
		padding:8px 16px;
	}
	
	/* ---- subscription page ---- */
	
	#club_subscriptions {
		margin-bottom:32px;
	}
	
	#club_subscriptions .welcome_message {
		padding:32px;
		background-color:#333;
		border-radius:8px;
		margin-bottom:32px;
		font-weight:500;
	}
	
	#club_subscriptions .welcome_message a {
		color:#ffab4d;
		text-decoration:none;
	}
	
	#club_products .recommended_products {
		padding:32px 0;
		border-top:1px solid #444;
	}
	
	#club_products .all_products {
		padding:32px 0;
		border-top:1px solid #444;
	}
	
	#club_products h3 {
		font-weight:300;
		text-transform:uppercase;
		color:#999;
		font-size:1.1em;
		margin-top:0;
	}
	
	/* ---- subscription list ---- */
	
	#subscriptions {
		border-collapse:collapse;
		width:100%;
	}
	
	#subscriptions td {
		padding:16px;
		background-color:#333;
		border-bottom:8px solid #222;
	}
	
	#subscriptions tr:last-child td {
		border-bottom:none;
	}
	
	#subscriptions td.sub_id {
		width:0;
		font-size:0.8em;
		border-radius:8px 0 0 8px;
	}
	
	#subscriptions td.sub_id a {
		display:inline-block;
		padding:16px;
		margin:-16px;
		color:#666;
		text-decoration:none;
	}
	
	#subscriptions td.sub_product {
		font-weight:700;
	}
	
	#subscriptions td.sub_product a {
		display:inline-block;
		padding:16px;
		margin:-16px;
		text-decoration:none;
	}
	
	#subscriptions td.sub_status {
		color:#999;
		font-size:0.9em;
	}
	
	#subscriptions td.sub_price {
		color:#999;
		font-size:0.9em;
	}
	
	#subscriptions td.sub_next {
		color:#999;
		font-size:0.9em;
	}
	
	#subscriptions td.sub_next .next {
		font-size:0.9em;
		color:#666;
	}
	
	#subscriptions td.sub_actions {
		width:0;
		text-align:right;
		border-radius:0 8px 8px 0;
	}
	
	#subscriptions .button {
		display:inline-block;
		padding:4px 12px;
		background-color:#ccc;
		color:#222;
		margin:2px 4px 2px 0;
		text-decoration:none;
		font-size:0.9em;
		font-weight:700;
	}
	
	.subscription-auto-renew-toggle {
		
	}
	
	.subscription-auto-renew-toggle--on .subscription-auto-renew-toggle__i {
		background:#1ba6be!important;
		border-color:#1ba6be!important;
	}
	
	/* ---- products ---- */
	
	.club_products_list {
		padding:0;
		margin:0;
	}
	
	.club_products_list .club_product {
		list-style:none;
		display:flex;
		flex-direction:column;
		margin:32px 0 0 0;
	}
	
	.club_products_list .club_product .image {
		position:relative;
		margin-bottom:24px;
	}
	
	.club_products_list .club_product .image .img {
		position:relative;
		width:128px;
		height:auto;
		vertical-align:top;
	}
	
	.club_products_list .club_product .image .coming_soon {
		position:absolute;
		right:0;
		bottom:0;
		width:96px;
		height:auto;
	}
	
	.club_products_list .club_product .text {
		
	}
	
	.club_products_list .club_product h4 {
		margin-bottom:0.75em;
	}
	
	.club_products_list .club_product h4 a {
		text-decoration:none;
	}
	
	.club_products_list .club_product h4 a .divider {
		font-size:0.6em;
		font-weight:300;
		color:#666;
	}
	
	.club_products_list .club_product h4 a .secondary {
		font-size:0.6em;
		font-weight:300;
		color:#999;
	}
	
	.club_products_list .club_product p {
		margin:0.5em 0;
		line-height:120%;
		font-weight:300;
	}
	
	.club_products_list .club_product p strong {
		font-weight:700;
	}
	
	.club_products_list .club_product p.action {
		margin-top:1em;
	}
	
	.club_products_list .club_product p.action a {
		color:#ffab4d;
		font-weight:500;
		text-decoration:none;
	}
	
	.club_products_list .club_product.hidden {
		opacity:0.1;
	}
	
	.club_products_filter {
		font-size:0.9em;
	}
	
	.club_products_filter .label {
		display:block;
		color:#666;
	}
	
	.club_products_filter .option {
		display:inline-block;
		color:#ccc;
		text-decoration:none;
		padding:8px 12px 8px 0;
		line-height:16px;
	}
	
	.club_products_filter .option.active {
		color:#fff;
	}
	
	.club_products_filter .option .square {
		position:relative;
		display:inline-block;
		box-sizing:border-box;
		vertical-align:middle;
		width:16px;
		height:16px;
		border:1px solid #ccc;
		margin:0 8px 0 0;
	}
	
	.club_products_filter .option .square.active .square {
		border-color:#fff;
	}
	
	.club_products_filter .option.active .square:after {
		position:absolute;
		display:block;
		content:'';
		top:2px;
		right:2px;
		bottom:2px;
		left:2px;
		background-color:#ffab4d;
	}
	
	.club_product_popup {
		max-width:768px;
		background-color:#222;
		box-shadow:0 0 128px #444;
		color:#fff;
		padding:24px;
	}
	
	.club_product_popup a {
		color:#fff;
	}
		
	.club_product_popup .main_image {
		margin:0 0 24px 0;
	}
	
	.club_product_popup .main_image img {
		width:100%;
		height:auto;
		vertical-align:top;
	}
	
	.club_product_popup .text {
		
	}
	
	.club_product_popup h2 {
		
	}
	
	.club_product_popup h2 .divider {
		font-size:0.6em;
		font-weight:300;
		color:#666;
	}
	
	.club_product_popup h2 .secondary {
		font-size:0.6em;
		font-weight:300;
		color:#999;
	}
	
	.club_product_popup .contents_wrap {
		padding:12px 16px;
		border:1px solid #666;
	}
		
	.club_product_popup .contents_intro {
		font-weight:700;
	}
	
	.club_product_popup .contents {
		display:inline-block;
		width:100%;
		columns:2;
		column-gap:2em;
		margin:0;
		padding:0 0 0 16px;
	}
	
	.club_product_popup .contents li {
		line-height:105%;
		margin:0.5em 0;
	}
	
	.club_product_popup .contents li:first-child {
		margin-top:0;
	}
	
	.club_product_popup .price {
		margin:16px 0 0 0;
	}
	
	.club_product_popup .price strong {
		font-size:1.2em;
		font-weight:700;
	}
	
	.club_product_popup .total_price {
		font-size:0.9em;
		margin:0 0 16px 0;
	}
	
	.club_product_popup .action {
		margin:24px 0 0 0;
	}
	
	.club_product_popup .gallery {
		margin-top:32px;
	}
	
	.club_product_popup .gallery .item {
		display:flex;
		background-color:#333;
		text-decoration:none;
		margin:0 0 16px 0;
	}
	
	.club_product_popup .gallery .item .image {
		position:relative;
		flex:0 0 25%;
		background-size:cover;
		background-position:center center;
	}
	
	.club_product_popup .gallery .item .image .img {
		display:none;
	}
	
	@supports( object-fit:cover ) {
		
		.club_product_popup .gallery .item .image .img {
			display:block;
			object-fit:cover;
			width:100%;
			height:100%;
		}
		
	}
	
	.club_product_popup .gallery .item .image .circle {
		position:absolute;
		display:block;
		width:48px;
		height:48px;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		background-color:#222;
		border-radius:50%;
	}
		
	.club_product_popup .gallery .item.type_video .image .circle {
		background-color:#31ba85;
	}
	
	.club_product_popup .gallery .item.type_gallery .image .circle {
		background-color:#1eaec4;
	}
	
	.club_product_popup .gallery .item .image .circle .icon {
		position:absolute;
		display:block;
		width:auto;
		height:auto;
		max-width:16px;
		max-height:16px;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		vertical-align:middle;
	}
	
	.club_product_popup .gallery .item .image .circle .icon[src*='play'] {
		transform:translate(-45%,-50%);
	}
	
	.club_product_popup .gallery .item .image .circle .icon[src*='zoom'] {
		max-width:18px;
		max-height:18px;
	}
	
	.club_product_popup .gallery .item .text {
		display:flex;
		align-items:center;
		padding:16px;
		font-weight:700;
		font-size:1.1em;
	}
	
	/* -- pre-sales popup -- */
	
	#popup_pre_sales_question {
		max-width:768px;
		background-color:#222;
		box-shadow:0 0 128px #444;
		color:#fff;
		padding:24px;
	}
	
	/* -- membership info popup -- */
	
	#popup_membership_info {
		max-width:768px;
		background-color:#222;
		box-shadow:0 0 128px #444;
		color:#fff;
		padding:24px;
	}
	
	#popup_membership_info .heading {
		font-weight:700;
		font-size:1.2em;
	}
	
	#popup_membership_info .subheading {
		font-weight:700;
	}
	
	#popup_membership_info a {
		color:#fff;
	}
	
	#popup_membership_info li {
		margin:8px 0;
		line-height:120%;
	}
	
	/* -- video list -- */
	
	.video_list .item {
		position:relative;
		display:flex;
		flex-direction:column;
		background-color:#333;
		text-decoration:none;
		margin-bottom:16px;
	}
	
	.video_list .item .image {
		position:relative;
		flex:0 0 160px;
		background-color:#555;
		background-size:cover;
		background-position:center center;
	}
	
	.video_list .item .image .img {
		display:none;
	}
	
	@supports( object-fit:cover ) {
		
		.video_list .item .image .img {
			display:block;
			object-fit:cover;
			width:100%;
			height:100%;
		}
		
	}
	
	.video_list .item .image .circle {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		width:32px;
		height:32px;
		background-color:#222;
		border-radius:50%;
	}
	
	.video_list .item .image .circle img {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-45%,-50%);
		width:auto;
		height:auto;
		max-width:12px;
		max-height:12px;
	}
	
	.video_list .item .text {
		position:relative;
		padding:16px;
		font-weight:700;
		font-size:1.1em;
	}
	
	/* ---------------- zingology ---------------- */
	
	#zingology_feature {
		background-color:#fca216;
		background:linear-gradient(170deg, #222 0%, #333 50%, #111 100%);
		background-image:url('images/zingology/bg_grid.jpg');
		background-size:cover;
		background-position:center center;
		color:#fff;
	}
	
	#zingology_feature h1 {
		font-weight:300;
		font-size:3em;
		text-align:center;
		margin:64px 0;
	}
	
	#zingology_animation {

	}
	
	#zingology_animation #clock {
		width:100%;
		max-width:512px;
		margin:0 auto;
		text-align:center;
	}
	
	#zingology_animation #clock .clock_numbers {
		display:flex;
		justify-content:center;
	}

	#zingology_animation #clock .third {
		display:block;
		margin:2px;
	}

	#zingology_animation #clock .third .number {
		font-weight:normal;
		font-size:2em;
		color:#fff;
		line-height:100%;
		font-family:monospace,sans-serif;
		transition:font-size 0.2s;
		background-color:#222;
		background:linear-gradient(to bottom, #222 0%, #444 40%, #555 50%, #333 51%, #222 100%);
		padding:8px 16px;
		border:2px solid #ccc;
		box-shadow:1px 1px 32px rgb(255,119,77,0.5);
	}

	#zingology_animation #clock .third .label {
		color:#fff;
		font-size:1em;
		font-weight:500;
		letter-spacing:0.15em;
		text-transform:uppercase;
		padding:8px 0;
	}

	#zingology_animation #timeline {
		display:flex;
		justify-content:space-between;
		margin:32px auto 0 auto;
		width:250px;
	}

	#zingology_animation #timeline .slider {
		margin-top:6px;
		height:4px;
		background:#ffab4d;
		border:none;
		box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.25);
		width:200px;
		display:inline-block;
	}

	#zingology_animation #timeline .ui-slider .ui-slider-handle {
		margin-top:-4px;
		border:none;
		background:#fff;
		border-radius:50%;
		cursor:pointer;
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
	}

	#zingology_animation #timeline .play {
		display:block;
		width:32px;
		height:32px;
		line-height:32px;
		text-align:center;
		border-radius:50%;
		color:#EF8C3F;
		color:#fff;
		text-decoration:none;
		cursor:pointer;
		outline:none;
		text-shadow: 0px 0px 8px rgba(0,0,0,0.2);
		font-size:20px;
		margin-top:-8px;
	}

	#zingology_animation #timeline .play:hover {

	}

	#zingology_animation #timeline .play:active {
		transform:scale(0.9);
	}

	#zingology_animation #wicket {
		position:relative;
		height:460px;
		width:260px;
		margin:0 auto;
		background-position:center center;
		background-repeat:no-repeat;
	}

	#zingology_animation #wicket .stump {
		position:absolute;
		bottom:0;
		z-index:5000;
		width:50px;
		height:395px;
	}

	#zingology_animation #wicket #stump1 {
		left:0px;
		width:50px;
	}

	#zingology_animation #wicket #stump2 {
		left:50%;
		margin-left:-25px;
	}

	#zingology_animation #wicket #stump3 {
		right:0px;
		width:50px;
	}

	#zingology_animation #wicket #bail_left {
		width:152px;
		height:64px;
		position:absolute;
		top:40px;
		left:-5px;
		z-index:4000;
		background-size:152px 320px;
		background-position:0px 0px;
	}

	#zingology_animation #wicket #bail_right {
		width:152px;
		height:64px;
		position:absolute;
		top:40px;
		right:-5px;
		z-index:4000;
		background-size:152px 320px;
		background-position:0px 0px;
	}
	
	#zingology_details {
		
	}
	
	#zingology_details .key_text {
		width:90%;
		max-width:768px;
		margin:32px auto;
		text-align:center;
		font-size:1.3em;
		font-weight:300;
		line-height:140%;
		letter-spacing:0.01em;
		color:#444;
	}
	
	#zingology_details .circles {
		margin:48px 0;
		display:flex;
		flex-direction:column;
	}
	
	#zingology_details .circles .item {
		text-align:center;
		margin:16px 0;
		box-sizing:border-box;
	}
	
	#zingology_details .circles .item .image {
		margin:0 0 16px 0;
	}
	
	#zingology_details .circles .item .circle {
		position:relative;
		display:inline-block;
		width:128px;
		height:128px;
		border-radius:50%;
		overflow:hidden;
		border:1px solid #ccc;
		vertical-align:bottom;
		background:linear-gradient(135deg, #fff 0%, #f5f5f5 100%);;
	}
	
	#zingology_details .circles .item.in .circle {
		border-color:#2eb67e;
	}
	
	#zingology_details .circles .item.out .circle {
		border-color:#c22935;
	}
	
	#zingology_details .circles .item .circle img {
		position:absolute;
		bottom:0;
		left:50%;
		transform:translateX(-50%);
		width:auto;
		height:95%;
		vertical-align:bottom;
	}
	
	#zingology_details .circles .item .text {
		max-width:256px;
		margin:0 auto;
	}
	
	#zingology_details .circles .item h4 {
		margin:0 0 8px 0;
		text-transform:uppercase;
		font-weight:700;
		font-size:1.4em;
	}
	
	#zingology_details .circles .item.in h4 {
		color:#2eb67e;
	}
	
	#zingology_details .circles .item.out h4 {
		color:#c22935;
	}
	
	#zingology_details .circles .item p {
		margin:0;
		line-height:130%;
		font-size:1.1em;
	}
	
	#zingology_details .video_box_wrap {
		text-align:center;
		margin:48px 0;
	}
	
	/* ---------------- about ---------------- */
	
	#about_main {
		
	}
	
	#about_main h1 {
		font-weight:500;
		font-size:1.7em;
		margin:2em 0 1em 0;
	}
		
	#about_main h2 {
		font-weight:500;
		font-size:1.5em;
	}
	
	#about_main .maxwidth {
		width:90%;
		max-width:512px;
	}
	
	#about_main p {
		line-height:150%;
	}
	
	#about_main p.intro {
		color:#bc1a27;
		padding-top:1.4em;
		border-top:1px solid #ccc;
	}
	
	#about_main p a {
		font-weight:500;
	}
	
	/* -------- support -------- */
	
	.support_page {
		background-color:#222;
		color:#fff;
	}
	
	.support_page a {
		color:#fff;
	}
	
	.support_hub_section {
		margin:48px 0;
	}
	
	.support_hub_section .section_heading {
		font-weight:500;
		font-size:1.4em;
		margin-bottom:8px;
	}
	
	.support_hub_section .section_intro {
		color:#999;
		margin-top:0;
	}
	
	.support_hub_list {
		display:flex;
		flex-direction:column;
		margin:-4px;
		margin-top:24px;
	}
	
	.support_hub_list .item {
		display:flex;
		background-color:#333;
		text-decoration:none;
		padding:16px;
		margin:4px;
	}
	
	.support_hub_list .item.faded {
		opacity:0.5;
	}
	
	.support_hub_list .item .image {
		margin-right:12px;
	}
	
	.support_hub_list .item .image img {
		width:auto;
		height:auto;
		max-width:16px;
		max-height:16px;
		vertical-align:top;
	}
	
	.support_hub_list .item .text {
		line-height:120%;
		font-weight:500;
	}
	
	.product_support_form {
		max-width:768px;
		margin:32px 0;
	}
	
	.product_support_form h1 {
		margin-bottom:32px;
	}
	
	.product_support_form_intro {
		padding:16px;
		border:1px solid #666;
		margin:32px 0;
	}
	
	.product_support_form_login {
		color:#999;
	}
	
	.support_page .video_list {
		max-width:768px;
	}
	
	/* ---- */
	
	.panel_image_only img {
		display:block;
		width:100%;
		height:auto;
		max-width:100%;
	}
	
	/* ---- fancybox ---- */
	
	.fancybox-slide--video .fancybox-content {
		max-width:1280px;
		max-height:720px;
	}
	
	#popup_info_pack {
		background-color:#333;
		color:#fff;
		max-width:512px;
		text-align:center;
		padding:48px 32px;
		font-weight:500;
	}
	
	#popup_info_pack strong {
		font-weight:700;
	}
	
	/* -------- club quote -------- */
	
	.club_quote_top {
		display:flex;
		flex-direction:column;
		margin-bottom:32px;
	}
	
	.club_quote_top .image {
		margin-bottom:16px;
	}
	
	.club_quote_top .image img {
		width:160px;
		height:auto;
		vertical-align:top;
	}
	
	.club_quote_top .text {
		
	}
	
	.club_quote_top h1 {
		
	}
	
	.club_quote_top .subline {
		font-weight:500;
		color:#666;
		font-size:1.1em;
	}
	
	.club_quote_top .contact {
		margin:16px 0 0 0;
		padding:0;
	}
	
	.club_quote_top .contact li {
		list-style:none;
		margin:4px 16px 0 0;
	}
	
	.club_quote_top .contact li a {
		display:inline-block;
		color:#444;
		text-decoration:none;
		font-weight:500;
	}
	
	.club_quote_top .contact li a img {
		width:auto;
		height:auto;
		max-width:16px;
		max-height:16px;
		vertical-align:middle;
		margin-right:8px;
	}
	
	.club_quote_mid .ref {
		
	}
	
	.club_quote_mid .ref .item {
		display:inline-flex;
		padding:16px;
		background-color:#f5f5f5;
		background: linear-gradient(135deg, #fff 0%, #f5f5f5 100%);
		align-items:center;
		text-decoration:none;
		border:1px solid #ccc;
		margin-bottom:16px;
	}
	
	.club_quote_mid .ref .item img {
		width:64px;
		height:auto;
		vertical-align:top;
	}
	
	.club_quote_mid .ref .item .text {
		padding-left:16px;
	}
	
	.club_quote_mid .ref .item .text .name {
		display:inline-block;
		font-weight:700;
	}
	
	#nf-form-6-cont #nf-field-48-wrap {
		display:none;
	}
	
	.club_buynow_terms_box {
		margin-bottom:32px;
	}
	
	label[for='club_buynow_agree'] {
		display:inline-block;
		background-color:#444;
		padding:16px;
	}
	
	#club_buynow_agree {
		margin:0 8px 0 0;
	}
	
	#club_buynow_products {
		position:relative;
		opacity:0.25;
		transition:opacity 0.3s;
	}
	
	#club_buynow_products.show {
		opacity:1;
	}
	
	#club_buynow_products:after {
		position:absolute;
		display:block;
		content:'';
		top:0;
		right:0;
		bottom:0;
		left:0;
		opacity:1;
		visibility:visible;
		transition:visibility 0s;
	}
	
	#club_buynow_products.show:after {
		opacity:0;
		visibility:hidden;
		transition:visibility 0s 0.3s;
	}
	
	/* -- affiliate plugin -- */
	
	body.page-id-64587 .site_maxwidth {
		background-color:#222;
		color:#fff;
	}
	
	body.page-id-64587 .site_maxwidth a {
		color:#fff;
	}
	
	#afwc_registration_form {
		
	}
	
	#afwc_registration_form .afwc_reg_form_field {
		
	}
	
	#afwc_registration_form input[type='text'],
	#afwc_registration_form input[type='email'],
	#afwc_registration_form input[type='tel'],
	#afwc_registration_form input[type='password'],
	#afwc_account_form input[type='text'],
	#afwc_account_form input[type='email'],
	#afwc_account_form input[type='tel'],
	#afwc_account_form input[type='password']{
		box-sizing:border-box;
		width:100%;
		border:1px solid #ccc;
		background-color:#444;
		color:#fff;
		height:48px;
		padding:0 12px;
	}
	
	#afwc_registration_form input[type='submit'],
	#afwc_account_form input[type='submit'],
	#afwc_account_form button {
		box-sizing:border-box;
		padding:16px;
		background-color:#f7dc00;
		color:#222;
		border:none;
		font-weight:700;
		border-radius:2px;
	}
	
	#afwc_registration_form textarea {
		box-sizing:border-box;
		width:100%;
		border:1px solid #ccc;
		background-color:#444;
		color:#fff;
		padding:12px;
	}
	
	#afwc_registration_form input:focus,
	#afwc_account_form input:focus{
		border:1px solid #fff;
		outline:2px solid rgba(255,255,255,0.5);
		box-shadow:none;
	}
	
	#afwc_date_range_container {
		background-color:#999;
	}
	
	#afwc_dashboard_wrapper thead th {
		text-align:left;
	}
	
	#afwc_dashboard_wrapper .afwc-table-header {
		margin-top:32px;
		padding-top:32px;
		border-top:1px solid rgba(255,255,255,0.3);
	}
	
	.afwc_products thead th:nth-child(1), 
	.afwc_products tbody td:nth-child(1) {
		text-align:left;
	}
	
}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 480px) {
	
	/* ---------------- base style ---------------- */
	
	.panel_padding {
		padding:3em 0;
	}
	
	/* ---------------- forms ---------------- */
	
	/* ---------------- buttons ---------------- */
	
	/* ---------------- header ---------------- */
	
	#header .header_top {
		padding:16px 24px;
	}
	
	#header .header_top .logo img {
		height:64px;
	}
	
	#header .header_bot .nav > li > a {
		font-size:1.3em;
		padding:8px 24px;
	}
	
	#header .header_bot .icons {
		padding:0 24px 24px 24px;
	}
		
	/* ---------------- footer ---------------- */
	
	#footer {
		padding:32px 24px;
	}
	
	#footer .footer_icons {
		margin-bottom:24px;
	}
	
	#panel_affiliates .group-logos span{
		flex: 0 0 30%;
	}
	
	/* ---------------- general pages ---------------- */
	
	.video_box .overlay .text {
		font-size:1.2em;
	}
	
	/* ---------------- home ---------------- */
	
	#home_feature .feature_content {
		padding:96px 0;
	}
	
	#home_feature .feature_content h1 {
		font-size:2.6em;
	}
		
	#home_intro {
		
	}
	
	#home_intro .intro_items .item {
		margin:24px 0;
	}
	
	#home_details .text_row {
		margin-top:48px;
		text-align:center;
	}
	
	/* ---------------- club home ---------------- */
	
	#club_home_feature .text {
		padding:48px;
		margin-bottom:-96px;
	}
	
	#club_home_feature .text .logo {
		width:192px;
	}
	
	#club_home_feature .text h1 {
		font-size:3em;
	}
	
	#club_home_feature .text p {
		font-size:1.1em;
	}
	
	#club_home_feature .stumps {
		width:480px;
		margin-left:-240px;
		margin-bottom:-96px;
	}
	
	#club_home_feature .lights {
		width:480px;
		margin-left:-240px;
		margin-bottom:-96px;
	}
	
	#club_home_feature .button {
		bottom:64px;
	}
	
	#club_home_intro .intro_items .item {
		margin:24px 0;
	}
			
	#club_home_action {
		text-align:center;
	}
	
	#club_home_action .text {
		padding:48px 48px;
	}
	
	#club_home_action .text h2 {
		margin-bottom:24px;
	}
	
	#club_home_action .text .buttons {
		margin-top:24px;
	}
	
	#club_home_intro .intro_video {
		margin-top:48px;
	}
	
	#club_home_product h2 {
		text-align:center;
		margin-bottom:32px;
	}
	
	#club_home_product .product_list_mini {
		margin-bottom:64px;
	}
	
	#club_home_diagram .diagram .bail {
		
	}
	
	#club_home_diagram .diagram .item {
		padding:16px 0;
	}
	
	#club_home_diagram .diagram .item img {
		width:32px;
		height:32px;
		flex:0 0 32px;
		margin:0 16px 0 0;
	}
	
	#popup_club_shortcut {
		padding:64px 48px;
	}
	
	.product_list_mini {
		
	}
	
	.product_list_mini .product_mini {
		
	}
		
	/* ---------------- store ---------------- */
	
	.woocommerce-order .woocommerce-customer-details .addresses {
		
	}
	
	.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column {
		padding:24px;
	}
		
	#shop_club_banner .text_headline br {
		display:inline;
	}
	
	#shop_club_banner .text {
		padding:32px 0 48px 0;
	}
	
	#shop_club_banner .logo {
		padding-top:48px;
	}
			
	/* ---- product list ---- */
		
	.woocommerce .products .product {
		padding:24px;
	}
	
	/* ---- single product ---- */
	
	.single-product .product {
		
	}
	
	.single-product .image_gallery a {
		flex:0 0 calc( 20% - 8px );
	}
	
	.single-product .product_main {
		padding-bottom:48px;
	}
	
	.single-product .product_more {
		padding:48px 0;
	}
	
	.single-product .product_related {
		padding:48px 0;
	}
	
	.single-product .product_club .product_confidence {
		padding:48px;
	}
	
	/* ---------------- club store ---------------- */
	
	#ca_main_menu {
		flex-direction:row;
		flex-wrap:wrap;
		margin-top:24px;
		margin-bottom:48px;
	}
	
	#ca_main_menu .item {
		flex:0 0 calc(50% - 16px);
	}
	
	.ca_home_cols {
		
	}
	
	#ca_questions ul li a .icon {
		flex:0 0 40px;
	}
	
	#ca_questions ul li a img {
		max-width:24px;
		max-height:24px;
	}
	
	.woocommerce-MyAccount-content .addresses .woocommerce-Address,
	.woocommerce-MyAccount-content .addresses .woocommerce-column {
		padding:24px;
	}
	
	/* ---- products ---- */
	
	.club_products_list.large .club_product .image {
		position:relative;
	}
	
	.club_products_list.large .club_product .image .img {
		position:relative;
		width:192px;
	}
	
	.club_products_list.large .club_product .image .coming_soon {
		position:absolute;
		right:0;
		bottom:0;
		width:96px;
		height:auto;
	}
	
	.club_products_filter {
		
	}
	
	.club_products_filter .label {
		display:inline-block;
		margin:8px 12px 8px 0;
	}
	
	.club_product_popup {
		padding:32px;
	}
	
	.club_product_popup .gallery .item .text {
		padding:32px;
	}
	
	/* -- pre-sales popup -- */
	
	#popup_pre_sales_question {
		padding:32px;
	}
	
	/* -- membership info popup -- */
	
	#popup_membership_info {
		padding:32px;
	}
		
	/* -- video list -- */
	
	.video_list .item {
		flex-direction:row;
	}
	
	.video_list .item .image {
		flex:0 0 128px;
		height:96px;
	}
		
	.video_list .item .text {
		padding:32px;
		display:flex;
		align-items:center;
	}
		
	/* ---------------- zingology ---------------- */
	
	#zingology_feature h1 {
		margin:96px 0;
	}
	
	#zingology_details .circles .item {
		margin:24px 0;
	}
	
	/* ---------------- about ---------------- */
	
	#about_main h1 {
		font-size:2.4em;
		margin:2em 0 1em 0;
	}
		
	#about_main h2 {
		font-size:1.7em;
		margin:2em 0 0.75em 0;
	}
	
	#about_main p {
		font-size:1.1em;
	}
	
	/* -------- support -------- */
	
	.support_hub_section {
		margin:48px 0;
	}
		
	.support_hub_list {
		
	}
	
	.support_hub_list .item {
		padding:24px;
	}
	
	.support_hub_list .item .image {
		margin-right:16px;
	}
	
	.support_hub_list .item .image img {
		max-width:24px;
		max-height:24px;
	}
	
	/* -------- register -------- */
	
	.register_info_pack {
		flex-direction:row;
		text-align:left;
		padding:24px;
	}
	
	.register_info_pack .image {
		margin:0 24px 0 0;
	}
	
	/* -------- club quote -------- */
	
	.club_quote_top .contact {
		display:flex;
	}
	
	.club_quote_top .contact li {
		margin-right:32px;
	}
				
}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 768px) {
	
	/* ---------------- base style ---------------- */
	
	.panel_padding {
		padding:4em 0;
	}
	
	h1 {
		font-size:2.2em;
	}
	
	h2 {
		font-size:1.8em;
	}
	
	h3 {
		font-size:1.6em;
	}
	
	h4 {
		font-size:1.4em;
	}
	
	/* ---------------- forms ---------------- */
	
	.form .form_row {
		flex-direction:row;
	}
	
	.form .form_col {
		width:100%;
	}
	
	.form input[type='text'],
	.form input[type='email'],
	.form input[type='password'],
	.form input[type='number'],
	.form input[type='tel'],
	.form input[type='url'] {
		height:48px;
	}
	
	.form fieldset {
		padding:24px;
	}
	
	.form select {
		height:48px;
	} 
		
	.form .select2-container .select2-selection--single {
		height:48px;
	}
	
	.form .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height:48px;
	}
	
	.form .select2-container--default .select2-selection--single .select2-selection__arrow {
		height:48px;
	}
	
	.nf-form-wrap .nf-field-element select {
		height:48px;
	}
	
	/* ---------------- buttons ---------------- */
	
	/* ---------------- header ---------------- */
	
	#header .header_top {
		padding:32px;
	}
	
	#header .header_top .nav_button img {
		width:48px;
		height:auto;
	}
	
	#header .header_bot .nav {
		padding:24px 0;
	}
	
	#header .header_bot .nav > li > a {
		font-size:1.4em;
		padding:12px 32px;
	}
  
	#header .header_bot .icons {
		padding:0 32px 32px 32px;
	}
	
	/* ---------------- footer ---------------- */
	
	#footer {
		padding:48px 32px;
	}
	
	#footer .footer_icons {
		margin-bottom:32px;
	}
	
	#footer .footer_icons a {
		margin:0 8px;
	}
		
	/* ---------------- general pages ---------------- */
	
	/* ---- contact ---- */
		
	.panel_contact .panel_maxwidth {
		flex-direction:row;
	}
	
	.panel_contact .contact_details {
		margin:0 32px 0 0;
		padding:0;
		border:none;
		width:100%;
	}
	
	.panel_contact .form {
		margin:0 0 0 32px;
		width:100%;
	}
	
	.video_box .overlay .circle {
		width:48px;
		height:48px;
		line-height:48px;
		margin-right:16px;
	}
	
	.video_box .overlay .circle img {
		max-width:16px;
		max-height:16px;
	}
	
	.video_box .overlay .text {
		font-size:1.4em;
	}
	
	/* ---------------- home ---------------- */
	
	#home_feature .feature_content {
		padding:128px 0;
	}
	
	#home_feature .feature_content h1 {
		font-size:3em;
	}
	
	#home_intro {
		
	}
	
	#home_intro .intro_items {
		flex-direction:row;
		justify-content:center;
		margin-top:-128px;
	}
	
	#home_intro .intro_items .item {
		margin:24px;
	}
	
	#home_intro .intro_items .item .image {
		margin-bottom:16px;
	}
	
	#home_intro .intro_items .item .text h3 {
		font-size:1.2em;
		line-height:110%;
	}
	
	#home_intro .intro_items .item .text p {
		font-size:0.9em;
		line-height:120%;
	}
	
	/* ---------------- club home ---------------- */
	
	#club_home_feature .text {
		padding:64px;
		margin-bottom:-128px;
	}
	
	#club_home_feature .text .logo {
		width:256px;
		margin-bottom:2em;
	}
	
	#club_home_feature .text h1 {
		font-size:4em;
	}
	
	#club_home_feature .stumps {
		width:512px;
		margin-left:-256px;
		margin-bottom:-96px;
	}
	
	#club_home_feature .lights {
		width:512px;
		margin-left:-256px;
		margin-bottom:-96px;
	}
		
	#club_home_feature .button {
		bottom:48px;
		width:64px;
		height:64px;
		margin-left:-32px;
	}
	
	#club_home_feature .button .ring {
		border-width:3px;
	}
	
	#club_home_feature .button .icon {
		width:24px;
		height:auto;
	}
	
	#club_home_intro .intro_items {
		flex-direction:row;
		justify-content:center;
	}
	
	#club_home_intro .intro_items .item {
		margin:24px;
	}
	
	#club_home_intro .intro_items .item .image {
		margin-bottom:16px;
	}
	
	#club_home_intro .intro_items .item .text h3 {
		font-size:1.2em;
		line-height:110%;
	}
	
	#club_home_intro .intro_items .item .text p {
		font-size:0.9em;
		line-height:120%;
	}
	
	#club_home_intro .intro_video {
		margin-top:64px;
	}
		
	#club_home_action .panel_maxwidth {
		flex-direction:row;
	}
	
	#club_home_action .text {
		flex:1 1 70%;
		padding:64px;
		box-sizing:border-box;
	}
	
	#club_home_action .image {
		display:block;
		position:relative;
		flex:0 0 30%;
	}
	
	#club_home_action .image img {
		position:absolute;
		bottom:0;
		left:0;
		width:auto;
		height:95%;
	}
	
	#club_home_product h2 {
		margin-bottom:48px;
	}
			
	#club_home_diagram .diagram {
		
	}
	
	#club_home_diagram .diagram .bail {
		position:relative;
		display:block;
		transform:none;
		top:auto;
		left:auto;
		width:512px;
		height:auto;
		max-width:none;
		max-height:none;
		margin:0 auto;
		opacity:1;
	}
	
	#club_home_diagram .diagram .item {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		display:block;
		text-align:center;
		max-width:196px;
	}
	
	#club_home_diagram .diagram .item img {
		width:64px;
		height:64px;
		margin:0 0 16px 0;
	}
	
	#club_home_diagram .diagram .item.item1 {
		transform:translate(-256px,-256px);
	}
	
	#club_home_diagram .diagram .item.item2 {
		transform:translate(192px,-160px);
	}
	
	#club_home_diagram .diagram .item.item3 {
		transform:translate(-128px,160px);
	}
			
	#popup_club_shortcut {
		padding:96px 64px;
	}
	
	#popup_club_shortcut h4 {
		margin-bottom:1.25em;
	}
	
	.product_list_mini {
		
	}
	
	.product_list_mini .product_mini {
		flex:0 0 calc( 33.333% - 8px );
	}
		
	/* ---------------- store ---------------- */
	
	.checkout .wc_payment_methods li {
		padding:32px;
	}
	
	.woocommerce-order .woocommerce-customer-details .addresses {
		flex-direction:row;
	}
	
	.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column {
		width:100%;
	}
	
	.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column h2 {
		font-size:1.4em;
	}
	
	/* ---- cart ---- */
	
	.woocommerce .cart-form-column {
		margin:0 0 48px 0;
	}
	
	.woocommerce .woocommerce-cart-form {
		margin:0 0 48px 0;
	}
	
	.woocommerce .cart {
		
	}
	
	.woocommerce .cart thead {
		display:table-header-group;
	}
	
	.woocommerce .cart thead th {
		text-align:left;
	}
	
	.woocommerce .cart tbody {
		display:table-row-group;
	}
	
	.woocommerce .cart tr {
		display:table-row;
	}
	
	.woocommerce .cart th,
	.woocommerce .cart td {
		display:table-cell;
		padding:16px;
	}
	
	.woocommerce .cart .cart_item {
		display:table-row;
	}
	
	.woocommerce .cart .cart_item td {
		border-top:1px solid #ccc;
	}
	
	.woocommerce .cart tbody .product-remove {
		float:none;
		width:0;
	}
	
	.woocommerce .cart tbody .product-remove a {
		background-color:#fff;
	}
	
	.woocommerce .cart tbody .product-remove a:after {
		display:none;
		content:'';
	}
	
	.woocommerce .cart tbody .product-name {
		width:50%;
	}
	
	.woocommerce .cart tbody .product-price {
		display:table-cell;
	}
	
	.woocommerce .cart tbody .product-quantity {
		display:table-cell;
	}
	
	.woocommerce .cart tbody .product-subtotal {
		display:table-cell;
	}
	
	.woocommerce .cart .coupon {
		max-width:320px;
		padding:32px;
	}
	
	.woocommerce .cart-collaterals {
		padding:32px;
	}
	
	.woocommerce .cart-collaterals table td, 
	.woocommerce .cart-collaterals table th {
		padding:16px;
	}
	
	.woocommerce .cart-collaterals .order-total strong {
		font-weight:700;
		font-size:1.2em;
	}
	
	#customer_details .col-1,
	#customer_details .col-2{
		background-color:#111;
		padding: 40px 3%;
	}


	.woocommerce-billing-fields__field-wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items:flex-end;
	}

	.woocommerce-billing-fields__field-wrapper p.form-row{
		margin: 30px 0 0 0;
	}

	.woocommerce-billing-fields__field-wrapper p.form-row:nth-child(1),
	.woocommerce-billing-fields__field-wrapper p.form-row:nth-child(2),
	.woocommerce-billing-fields__field-wrapper p.form-row:nth-child(3){
		flex: 0 0 49%;
	}

	.woocommerce-billing-fields__field-wrapper p.form-row.address-field{
		flex: 0 0 49%;
	}

	#billing_phone_field,
	#billing_email_field{
		flex: 0 0 49%;
	}
	
	#agreeTC > div > p a:hover{
		color: #f53340;
	}


	.woocommerce-shipping-fields__field-wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.woocommerce-shipping-fields__field-wrapper p.form-row{
		flex: 0 0 49%;
		margin: 30px 0 0 0;
	}
	
	/* ---- checkout ---- */
	
	.checkout_coupon {
		padding:32px;
	}
	
	/* ---- product list ---- */
	
	.woocommerce .products {
		margin:32px 0;
	}
	
	.woocommerce .products .product {
		padding:32px;
		flex-direction:row;
		align-items:flex-start;
	}
	
	.woocommerce .products .product .image {
		flex:0 0 160px;
		margin:0 32px 0 0;
		text-align:center;
	}
	
	/* ---- messages ---- */
		
	.woocommerce-notices-wrapper .woocommerce-message {
		flex-direction:row-reverse;
		justify-content:space-between;
		align-items:center;
		padding:24px;
	}
	
	.woocommerce-notices-wrapper .woocommerce-message .button {
		padding:8px 12px;
		margin:0 0 0 16px;
	}
	
	/* ---- single product ---- */
	
	.single-product .product {
		
	}
	
	.single-product .ca_top {
		margin-bottom:48px;
	}
	
	.single-product .product_main {
		display:flex;
		align-items:flex-start;
	}
	
	.single-product .product_images {
		flex:0 0 256px;
		margin:0 48px 0 0;
	}
	
	.single-product .image_gallery a {
		flex:0 0 calc( 25% - 8px );
	}
	
	.single-product .product_main {
		padding-bottom:64px;
	}
	
	.single-product .product_more {
		padding:64px 0;
	}
	
	.single-product .product_related {
		padding:64px 0;
	}
	
	.single-product .product_club .product_confidence {
		padding:64px;
	}
	
	.single-product .product_club .product_confidence .items {
		flex-direction:row;
		align-items:flex-start;
		justify-content:space-between;
		margin:0 auto;
		max-width:1024px;
	}
	
	.single-product .product_club .product_confidence .item {
		margin:16px;
		width:100%;
	}
		
	#shop_club_banner .panel_maxwidth {
		flex-direction:row;
		justify-content:space-between;
	}
	
	#shop_club_banner .text {
		display:flex;
		flex-direction:column;
		justify-content:center;
		padding:64px 0;
	}
	
	#shop_club_banner .text_headline {
		font-size:2.2em;
	}
	
	#shop_club_banner .text_subline {
		font-size:1.1em;
	}
	
	#shop_club_banner .stumps {
		display:flex;
		align-items:flex-end;
	}
	
	#shop_club_banner .logo {
		display:flex;
		align-items:center;
		padding:64px 0;
	}
	
	#shop_club_banner .logo img {
		width:192px;
	}
	
	/* ---------------- club store ---------------- */
	
	.ca_top {
		flex-direction:row;
		justify-content:space-between;
		align-items:center;
	}
	
	#ca_main_menu {
		margin-top:32px;
		margin-bottom:64px;
	}
	
	#ca_main_menu .item {
		padding:64px 16px;
	}
	
	.ca_home_cols {
		
	}
	
	.ca_top .current_user {
		margin:0 0 0 32px;
	}
	
	#ca_account_menu {
		margin:32px 0;
	}
	#ca_account_menu li {
		font-size:1em;
	}
	
	#ca_account_menu li a img {
		max-width:16px;
		max-height:16px;
	}
	
	.woocommerce-MyAccount-content .addresses {
		flex-direction:row;
	}
	
	.woocommerce-MyAccount-content .addresses .woocommerce-Address,
	.woocommerce-MyAccount-content .addresses .woocommerce-column {
		padding:24px;
		width:100%;
		border:none;
	}
		
	.woocommerce-MyAccount-content .addresses .woocommerce-Address h3,
	.woocommerce-MyAccount-content .addresses .woocommerce-column h2 {
		font-size:1.4em;
	}
	
	.woocommerce-MyAccount-content .addresses .woocommerce-Address .edit,
	.woocommerce-MyAccount-content .addresses .woocommerce-column .edit {
		padding:8px 12px;
		margin-bottom:16px;
	}
	
	.woocommerce-MyAccount-content .addresses .woocommerce-Address address,
	.woocommerce-MyAccount-content .addresses .woocommerce-column address {
		font-size:1.1em;
		line-height:130%;
	}
	
	.customer_area_main .shop_table_wrap {
		width:100%;
		overflow-x:visible;
	}
	
	/* ---- subscriptions ---- */
	
	#club_subscriptions {
		margin-bottom:48px;
	}
	
	#club_products .recommended_products {
		padding:48px 0;
	}
	
	#club_products .all_products {
		padding:48px 0;
	}
	
	/* ---- products ---- */
	
	.club_products_list .club_product  {
		flex-direction:row;
	}
	
	.club_products_list.large {
		
	}
	
	.club_products_list.large .club_product {
		margin:48px 0 0 0;
		align-items:center;
	}
	
	.club_products_list .club_product {
		align-items:center;
	}
	
	.club_products_list .club_product .image {
		flex:0 0 196px;
		margin:0 24px 0 0;
	}
	
	.club_products_list.large .club_product .image {
		flex:0 0 256px;
		margin:0 32px 0 0;
	}
	
	.club_products_list .club_product .image .img {
		width:192px;
	}
	
	.club_products_list.large .club_product .image .img {
		width:256px;
	}
	
	.club_products_list .club_product .text {
		
	}
	
	.club_product_popup {
		padding:48px;
	}
		
	.club_product_popup .main_image {
		margin:0 0 48px 0;
	}
	
	.club_product_popup h2 {
		margin:0 0 32px 0;
	}
	
	.club_product_popup .price {
		margin:32px 0 0 0;
	}
	
	.club_product_popup .action {
		margin:32px 0 0 0;
	}
	
	.club_product_popup .gallery {
		margin:48px 0 0 0;
	}
	
	.club_product_popup .gallery .item .image {
		flex:0 0 256px;
	}
	
	.club_product_popup .gallery .item .text {
		padding:48px;
		font-size:1.2em;
	}
	
	/* -- pre-sales popup -- */
	
	#popup_pre_sales_question {
		padding:48px;
	}
	
	/* -- membership info popup -- */
	
	#popup_membership_info {
		padding:48px;
	}
	
	/* -- video list -- */
	
	.video_list .item {
		
	}
	
	/* ---------------- zingology ---------------- */
	
	#zingology_feature h1 {
		margin:128px 0 96px;
		font-size:3.5em;
	}
	
	#zingology_animation #clock {
		width:396px;
		margin:0 auto;
		text-align:center;
	}
	
	#zingology_animation #clock .third {
		
	}
	
	#zingology_animation #clock .third .number {
		font-weight:normal;
		color:#fff;
	}
	
	#zingology_animation #clock .third .label {
		
	}
	
	#zingology_animation #timeline {
		margin:32px auto;
		width:340px;
	}
	
	#zingology_animation #timeline .slider {
		width:300px;
	}
	
	#zingology_animation #timeline .play {
		
	}
	
	#zingology_details .key_text {
		font-size:1.4em;
		margin:64px auto;
	}
	
	#zingology_details .circles {
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		margin:64px 0;
	}
	
	#zingology_details .circles .item {
		flex:0 0 50%;
	}
	
	/* ---------------- about ---------------- */
	
	#about_main h1 {
		font-size:3.4em;
	}
		
	#about_main h2 {
		font-size:2.4em;
	}
	
	#about_main p {
		font-size:1.2em;
	}
	
	#about_main p.intro {
		font-size:1.4em;
	}
	
	/* -------- support -------- */
		
	#product_support .product_support_form_panel {
		margin-top:64px;
	}
	
	/* -------- support -------- */
	
	.support_hub_section {
		margin:64px 0;
	}
		
	.support_hub_list {
		flex-direction:row;
		flex-wrap:wrap;
	}
	
	.support_hub_list .item {
		box-sizing:border-box;
		flex-direction:column;
		text-align:center;
		flex:0 0 calc( 25% - 8px );
		flex:0 1 192px;
		padding:32px 24px;
	}
	
	.support_hub_list .item .image {
		flex:0 0 32px;
		margin:0 0 16px 0;
	}
	
	.support_hub_list .item .image img {
		max-width:32px;
		max-height:32px;
	}
	
	/* -------- register -------- */
	
	.register_info_pack {
		align-items:center;
		margin:48px 0;
	}
	
	.register_info_pack .image img {
		width:auto;
		height:256px;
		margin:-64px 0;
	}
	
	.register_info_pack.register_product_demo .image img {
		height:192px;
		margin:-64px 0;
	}
	
	/* -------- club quote -------- */
		
	.club_quote_top {
		flex-direction:row;
		align-items:center;
		margin-bottom:48px;
	}
	
	.club_quote_top .image {
		margin:0 32px 0 0;
	}
			
}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 1024px) {
	
	/* ---------------- forms ---------------- */
	
	/* ---------------- buttons ---------------- */
	
	/* ---------------- header ---------------- */
	
	/* ---------------- footer ---------------- */
		
	#panel_affiliates .group-logos span{
		flex: 0 0 14.5%;
	}
	
	/* ---------------- general pages ---------------- */
	
	/* ---------------- home ---------------- */
	
	#home_feature .feature_content {
		padding:160px 0;
	}
	
	#home_feature .feature_content h1 {
		font-size:3.4em;
	}
		
	#home_intro {
		
	}
	
	#home_intro .intro_items {
		margin-top:-160px;
	}
	
	#home_intro .intro_items .item .image {
		margin-bottom:24px;
	}
	
	#home_intro .intro_items .item .image img {
		width:128px;
	}
	
	#home_intro .intro_items .item {
		margin:32px 48px;
	}
	
	#home_intro .intro_items .item .text h3 {
		font-size:1.4em;
	}
	
	#home_intro .intro_items .item .text p {
		font-size:1em;
	}
	
	/* ---------------- club home ---------------- */
	
	#club_home_intro .intro_items .item .image {
		margin-bottom:24px;
	}
	
	#club_home_intro .intro_items .item .image img {
		width:96px;
		height:96px;
	}
	
	#club_home_intro .intro_items .item {
		margin:32px 48px;
	}
	
	#club_home_intro .intro_items .item .text h3 {
		font-size:1.4em;
	}
	
	#club_home_intro .intro_items .item .text p {
		font-size:1em;
	}
		
	#club_home_action .image {
		flex:0 0 40%;
	}
	
	#club_home_action .text {
		padding:96px;
	}
	
	#club_home_action .text h2 {
		font-size:2.2em;
		margin-bottom:32px;
	}
		
	#club_home_action .text h2 br {
		display:inline;
	}
	
	#club_home_action .text p {
		margin:12px 0;
	}
	
	#club_home_action .text .buttons {
		margin-top:32px;
	}
	
	#club_home_product h2 {
		font-size:2.2em;
		margin-bottom:16px;
	}
	
	#club_home_product .product_list_mini {
		margin-bottom:96px;
	}
	
	#club_home_action2 h2 {
		font-size:2.2em;
	}
	
	#club_home_action2 .buttons {
		margin-top:24px;
	}
	
	#club_home_product h2 {
		margin-bottom:64px;
	}
	
	#club_home_diagram h2 {
		font-size:2.2em;
	}
	
	#panel_affiliates h2 {
		font-size:2.2em;
	}
		
	.product_list_mini .product_mini {
		flex:0 0 calc( 20% - 8px );
	}
	
	/* ---------------- store ---------------- */
		
	.checkout h3 {
		margin:0 0 0.5em 0;
	}
	
	/* ---- product list ---- */
		
	.woocommerce .products .product {
		padding:48px;
	}
	
	.woocommerce .products .product .image {
		flex:0 0 192px;
		margin:0 48px 0 0;
	}
	
	.woocommerce .products .product .image img {
		max-width:192px;
		max-height:192px;
	}
	
	.woocommerce .products .product h3 {
		font-size:1.8em;
		margin-bottom:0.75em;
	}
	
	.woocommerce .products .product .price {
		font-size:1.4em;
	}
	
	.woocommerce .products .product .price .currency {
		font-size:0.6em;
	}
		
	.woocommerce .products .product .actions {
		margin-top:1.5em;
	}
	
	.woocommerce .products .product .add_to_cart {
		margin-right:24px;
	}
	
	/* ---- single product ---- */
	
	.single-product .product {
		
	}
	
	.single-product .product_images {
		flex:0 0 360px;
	}
	
	.single-product .image_gallery a {
		flex:0 0 calc( 20% - 8px );
	}
	
	.single-product .product_club .product_more {
		flex-direction:row;
	}
	
	.single-product .product_club .product_more .product_videos {
		margin:0 32px 0 0;
		width:100%;
	}
	
	.single-product .product_club .product_more .product_contents {
		margin:0 0 0 32px;
		width:100%;
	}
	
	.single-product .product_club .product_confidence .item .image {
		height:64px;
	}
	
	.single-product .product_club .product_confidence .item .image img {
		max-width:96px;
		max-height:64px;
	}
	
	#shop_club_banner .text {
		padding:96px 0;
	}
	
	#shop_club_banner .stumps {
		position:relative;
		left:auto;
		transform:none;
	}
	
	/* ---------------- club store ---------------- */
	
	#ca_main_menu .item {
		padding:48px 16px;
		flex:0 0 calc(25% - 16px);
	}
	
	.ca_home_cols {
		flex-direction:row;
	}
	
	.ca_home_cols .col_questions {
		width:100%;
		margin:0 32px 0 0;
	}
	
	.ca_home_cols .col_videos {
		width:100%;
		margin:0 0 0 32px;
	}
	
	/* ---------------- zingology ---------------- */
	
	#zingology_details .circles .item {
		flex:0 0 40%;
		padding:0 48px;
	}
	
	/* -------- support -------- */
	
	/* -------- register -------- */
	
	.register_benefits {
		margin:32px 0 48px 0;
	}
	
	.register_info_pack {
		padding:32px;
		margin:64px 0;
	}
	
	.register_info_pack .image {
		margin-right:32px;
	}
	
	.register_info_pack .image img {
		height:270px;
		margin:-72px 0;
	}
	
	/* -------- club quote -------- */
	
	.club_quote_top {
		margin-bottom:64px;
	}
	
	.club_quote_top .image {
		margin-right:48px;
	}
	
	.club_quote_top .image img {
		width:192px;
	}
			
}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 1280px) {
	
	/* ---------------- base style ---------------- */
	
	body {
		font-size:18px;
	}
	
	.panel_padding {
		padding:6em 0;
	}
	
	h1 {
		font-size:2.4em;
	}
	
	/* ---------------- forms ---------------- */
	
	.form fieldset {
		padding:32px;
	}
	
	/* ---------------- buttons ---------------- */
	
	.standard_button.large {
		padding:24px 32px;
	}
	
	.standard_button.capsule.large {
		padding:24px 48px;
	}
	
	.standard_button:hover {
		background-color:#333;
	}
		
	.standard_button:active {
		background-color:#222;
		box-shadow:inset 2px 2px 8px rgba(0,0,0,0.1);
	}
	
	.standard_button.red:hover {
		background-color:#d02937;
	}
	
	.standard_button.red:active {
		background-color:#bc1a27;
	}
	
	.standard_button.grey:hover {
		background-color:#f5f5f5;
	}
	
	.standard_button.grey:active {
		background-color:#eee;
	}
	
	.standard_button.transparent:hover {
		background-color:rgba(255,255,255,0.05);
	}
	
	/* ---------------- header ---------------- */
	
	#header {
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	
	#header .header_top {
		padding:32px 48px;
	}
	
	#header .header_top .nav_button {
		display:none;
	}
	
	#header .header_bot {
		display:flex;
		justify-content:flex-end;
		background-color:transparent;
		padding:32px 10px;
	}
	
	#header.open .header_bot {
		display:flex;
	}
	
	#header .header_bot .nav {
		display:flex;
		justify-content:flex-end;
		align-items:center;
		padding:0;
	}
	
	#header .header_bot .nav > li > a {
		font-size:1em;
		font-weight:700;
		padding:8px 16px;
	}
  
  #header .header_bot .nav > li.nav-book-call > a {
    margin: 0 0 0 10px;
  }
	
	#header .header_bot .nav > li.active > a:after {
		top:auto;
		right:16px;
		bottom:0;
		left:16px;
		width:auto;
		height:2px;
	}
	
	#header .header_bot .nav > li > a:hover {
		background-color:#fff;
		color:#222;
	}
	
	#header .header_bot .nav > li.active > a:hover:after {
		background-color:transparent;
	}
	
	#header .header_bot .icons {
		display:flex;
		justify-content:flex-end;
		align-items:center;
		padding:0;
	}
	
	#header .header_bot .icons a:hover img {
		transform:scale(1.1);
	}
	
	/* ---------------- footer ---------------- */
	
	#footer {
		padding:48px;
		flex-direction:row-reverse;
		justify-content:space-between;
		align-items:center;
	}
	
	#footer .footer_icons {
		margin:0;
		text-align:right;
	}
	
	#footer .footer_icons a {
		margin:0 0 0 16px;
	}
	
	#footer .footer_icons a:hover img {
		transform:scale(1.1);
	}
	
	#footer .footer_links {
		text-align:left;
	}
	#footer .footer_links a:hover {
		color:#ccc;
		text-decoration:underline;
	}
	
	/* ---------------- general pages ---------------- */
	
	/* ---- contact ---- */
			
	.panel_contact .contact_details {
		font-size:1.1em;
	}
	
	.panel_contact .contact_details .item:hover {
		text-decoration:underline;
	}
	
	.panel_contact .contact_details .icon {
		flex:0 0 48px;
	}
	
	.panel_contact .contact_details .icon img {
		max-width:24px;
		max-height:24px;
	}
	
	/* ---------------- home ---------------- */
	
	#home_feature {
		background-image:url('images/home/home_feature_desktop.jpg');
	}
	
	#home_feature .video_bg {
		display:block;
	}
	
	#home_feature .feature_content {
		padding:192px 0;
	}
	
	#home_feature .feature_content h1 {
		font-size:3.6em;
	}
	
	#home_feature .feature_content p {
		font-size:1.2em;
	}
	
	#home_intro {
		
	}
	
	#home_intro .intro_items {
		margin-top:-224px;
	}
	
	#home_intro .intro_items .item {
		margin:48px 64px;
	}
	
	#home_intro .intro_items .item .image img {
		width:160px;
	}
	
	#home_intro .intro_items .item:hover .image img.off {
		display:none;
	}
	
	#home_intro .intro_items .item:hover .image img.on {
		display:inline;
	}
	
	#home_intro .intro_items .item .image {
		transform:translateY(0);
		transition:transform 0.3s;
	}
	
	#home_intro .intro_items .item:hover .image {
		transform:translateY(-8px);
		transition:transform 0.1s;
	}
	
	#home_intro .intro_items .item .text .action {
		transition:transform 0.3s;
	}
	
	#home_intro .intro_items .item:hover .text .action {
		color:#fff;
		border-color:#fff;
		transition:transform 0.1s;
	}
	
	/* ---------------- club home ---------------- */
	
	#club_home_feature {
		background-image:url('images/club_home/club_home_feature_desktop.jpg');
	}
	
	#club_home_feature .bg {
		background-image:url('images/club_home/club_home_feature_desktop.jpg');
	}
	
	#club_home_feature .text {
		padding:96px;
		margin-bottom:-160px;
	}
	
	#club_home_feature .stumps {
		width:600px;
		margin-left:-300px;
	}
	
	#club_home_feature .lights {
		width:600px;
		margin-left:-300px;
	}
		
	#club_home_feature.light_up .button {
		animation-name:red-glow;
		animation-duration:1s;
		animation-iteration-count:infinite;
	}
	
	#club_home_feature .button:hover {
		box-shadow:0 0 48px rgba(255,116,84,1);
	}
	
	#club_home_feature.light_up .button .circle:after {
		display:block;
		position:absolute;
		content:'';
		top:0;
		right:0;
		bottom:0;
		left:0;
		border-radius:50%;
		animation-name:red-glow-inset;
		animation-duration:1s;
		animation-iteration-count:infinite;
	}
	
	#club_home_feature .button .ring {
		
	}
	
	#club_home_feature.light_up .button .ring {
		
	}
	
	#club_home_intro .intro_items .item {
		margin:48px 64px;
	}
	
	#club_home_action .image {
		
	}
	
	#club_home_action .text {
		padding:128px 96px;
	}
		
	#club_home_action .text .buttons {
		margin-top:48px;
	}
	
	#club_home_product .table_wrap {
		overflow-x:visible;
		overflow-y:visible;
		border:1px solid #ccc;
	}
	
	
	#club_home_product .product_table th, 
	#club_home_product .product_table td {
		padding:16px 12px;
	}
	
	#club_home_product .product_table tbody td.actions a {
		padding:16px 12px;
		margin:-16px -12px;
	}
	
	#club_home_product .product_table tbody:hover th,
	#club_home_product .product_table tbody:hover td {
		opacity:0.75;
	}
	
	#club_home_product .product_table tbody tr:hover th,
	#club_home_product .product_table tbody tr:hover td {
		background-color:#e5e5e5;
		opacity:1;
	}
	
	#club_home_product .product_table tbody td.actions a:hover {
		background-color:#bc1a27;
		color:#fff;
	}
	
	#club_home_product .product_table.featured_only tbody td.actions a {
		padding:32px 16px;
		margin:-32px -16px;
	}
	
	#club_home_product .show_full_table {
		transition:color 0.1s, border-color 0.1s;
	}
	
	#club_home_product .show_full_table:hover {
		color:#bc1a27;
		border-color:#bc1a27;
		transition:color 0s, border-color 0s;
	}
	
	.product_list_mini {
		margin:-8px;
	}
	
	.product_list_mini .product_mini {
		margin:8px;
		flex:1 1 15%;
		flex:0 0 calc( 20% - 16px );
	}
	
	.product_list_mini .product_mini:hover {
		box-shadow:4px 4px 8px rgba(0,0,0,0.1);
		transform:scale(1.01);
	}
		
	/* ---------------- store ---------------- */
	
	.checkout .wc_payment_methods li {
		padding:48px;
	}
	
	.shop_table th,
	.shop_table td {
		padding:12px;
	}
		
	.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column {
		padding:32px;
	}
	
	.woocommerce-order .shop_table_wrap {
		width:100%;
		overflow-x:visible;
	}
	
	/* ---- product list ---- */
	
	.woocommerce .products {
		margin:48px 0;
	}
	
	.woocommerce .products .product {
		padding:64px;
	}
	
	.woocommerce .products .product .image {
		flex:0 0 256px;
		margin:0 64px 0 0;
	}
	
	.woocommerce .products .product .image img {
		max-width:256px;
		max-height:256px;
	}
	
	.woocommerce .products .product h3 a:hover {
		text-decoration:underline;
	}
	
	.woocommerce .products .product .add_to_cart {
		margin-right:32px;
	}
	
	.woocommerce .products .product .add_to_cart input[type="number"] {
		height:64px;
	}
	
	.woocommerce .products .product .add_to_cart input[type="submit"] {
		height:64px;
		padding:0 32px;
	}
			
	.woocommerce .products .product .link:hover {
		text-decoration:underline;
	}
	
	/* ---- cart ---- */
	
	.woocommerce .woocommerce-cart-columns {
		display:flex;
	}
	
	.woocommerce .cart-form-column {
		margin:0 48px 48px 0;
		width:60%;
	}
	
	.woocommerce .woocommerce-cart-form {
		margin:0 0 48px 0;
	}
	
	.woocommerce .cart-collaterals {
		width:40%;
		margin:0 0 48px 48px;
		padding:48px;
	}
	
	.woocommerce .cart tbody .product-remove a:hover {
		background-color:#f5f5f5;
	}
	
	.woocommerce .cart .coupon .button:hover {
		background-color:#777;
	}
	
	.woocommerce .cart .button[name="update_cart"]:hover {
		background-color:#333;
	}
	
	.woocommerce .cart-collaterals .shipping-calculator-button:hover {
		background-color:#777;
	}
	
	.woocommerce .cart-collaterals .woocommerce-shipping-calculator .button[name="calc_shipping"]:hover {
		background-color:#333;
	}
	
	.woocommerce .cart .actions {
		border-bottom:none;
		padding-bottom:0;
	}
	
	.woocommerce .cross-sells .products .product .add_to_cart input[type='submit']:hover {
		background-color:#777;
	}
		
	/* ---- checkout ---- */
	
	.checkout #customer_details {
		display:flex;
		margin:0 -32px;
	}
	
	.checkout #customer_details .col-1,
	.checkout #customer_details .col-2{
		width:100%;
		margin:32px;
	}
	
	.checkout_coupon {
		padding:32px;
	}
	
	.checkout_coupon .button:hover {
		background-color:#777;
	}
		
	/* ---- messages ---- */
		
	.woocommerce-notices-wrapper .woocommerce-message .button:hover {
		background-color:rgba(255,255,255,1);
	}
	
	/* ---- single product ---- */
	
	.single-product .product {
		
	}
	
	.single-product .ca_top {
		margin-bottom:64px;
	}
	
	.single-product .product_images {
		flex:0 0 512px;
		margin:0 64px 0 0;
	}
	
	.single-product .image_gallery a {
		height:72px;
	}
	
	.single-product .image_large a:after {
		opacity:0;
		transform:translate(-50%,-50%) scale(1);
		transition:opacity 0.3s, transform 0.3s;
	}
	
	.single-product .image_large a:hover:after {
		opacity:1;
		transform:translate(-50%,-50%) scale(1.5);
		transition:opacity 0.1s, transform 0.2s;
	}
	
	.single-product .image_gallery a:after {
		opacity:0;
		transform:translate(-50%,-50%) scale(1);
		transition:opacity 0.3s, transform 0.3s;
	}
	
	.single-product .image_gallery a:hover:after {
		opacity:1;
		transform:translate(-50%,-50%) scale(1.5);
		transition:opacity 0.1s, transform 0.2s;
	}
	
	.single-product .product_summary h1 {
		
	}
	
	.single-product .product_summary .price {
		font-size:1.2em;
		margin:0.5em 0;
	}
	
	.single-product .product_summary .price strong {
		font-size:1.2em;
	}
	
	.single-product .product_summary .description {
		margin:0.5em 0 1em 0;
	}
		
	.single-product .product_summary .add_to_cart {
		
	}
	
	.single-product .product_summary .add_to_cart input[type="number"] {
		height:64px;
	}
	
	.single-product .product_summary .add_to_cart input[type="submit"] {
		height:64px;
		padding:0 32px;
	}
	
	.single-product .product_summary .actions {
		margin:1.5em 0 0 0;
	}
	
	.single-product .product_club .variable_price li label {
		padding:24px;
	}
	
	.single-product .product_club .variable_price li label:hover {
		background-color:#444;
	}
	
	.single-product .product_club .variable_price li label.checked:hover {
		background-color:#555;
	}
	
	.single-product .product_club .variable_price li label:active {
		transform:scale(0.99);
	}
	
	#shop_club_banner .text {
		padding:128px 0;
	}
	
	#shop_club_banner .text_headline {
		margin-bottom:16px;
	}
	
	#shop_club_banner .text_button {
		margin-top:24px;
	}
	
	#shop_club_banner .logo img {
		width:256px;
	}
			
	/* ---------------- club store ---------------- */
	
	.ca_top .woocommerce-breadcrumb a:hover {
		color:#ddd;
		text-decoration:underline;
	}
	
	.ca_top .current_user .logout:hover {
		color:#ccc;
		text-decoration:underline;
	}
	
	#ca_main_menu .item {
		padding:64px 32px;
	}
		
	#ca_main_menu .item .icon img {
		max-width:96px;
		max-height:48px;
		transition:transform 0.2s;
	}
	
	#ca_main_menu .item:hover .icon img {
		transform:translateY(-10%);
		transition:transform 0.1s;
	}
	
	#ca_main_menu .item.red:hover {
		background-color:#c22935;
		background: linear-gradient(135deg, #ce3240 0%, #c32935 100%);
	}
	
	#ca_main_menu .item.blue:hover {
		background-color:#1eaec4;
		background: linear-gradient(135deg, #24bdcf 0%, #1eafc5 100%);
	}
	
	#ca_main_menu .item.yellow:hover {
		background-color:#f5a128;
		background: linear-gradient(135deg, #f7b430 0%, #f5a228 100%);
	}
	
	#ca_main_menu .item.orange:hover {
		background-color:#ff8934;
		background:linear-gradient(135deg, #fdae56 0%, #ff8934 100%);
	}
	
	#ca_main_menu .item.green:hover {
		background-color:#2eb67e;
		background: linear-gradient(135deg, #38c497 0%, #2db77d 100%);
	}
			
	#ca_main_menu .item.pink:hover {
		background-color:#bd4f84;
		background:linear-gradient(135deg, #d03782 0%, #bd4f84 100%);
	}
	
	#ca_questions ul li a:hover {
		text-decoration:underline;
	}
	
	#ca_account_menu {
		margin:48px 0;
	}
	
	#ca_account_menu li a {
		padding:16px 24px;
	}
	
	#ca_account_menu li a:hover {
		background-color:#444;
	}
	
	.woocommerce-MyAccount-content h2 {
		margin-top:2em;
		margin-bottom:0.5em;
	}
	
	.woocommerce-MyAccount-content .woocommerce-customer-details {
		margin:32px 0;
	}
	
	.woocommerce-MyAccount-content .addresses .woocommerce-Address,
	.woocommerce-MyAccount-content .addresses .woocommerce-column {
		padding:32px;
	}
	
	.woocommerce-MyAccount-content .addresses .woocommerce-Address .edit:hover,
	.woocommerce-MyAccount-content .addresses .woocommerce-column .edit:hover {
		background-color:#fff;
	}
	
	.customer_area_main .shop_table th,
	.customer_area_main .shop_table td {
		padding:12px;
	}
	
	.customer_area_main .woocommerce-orders-table__cell-order-number a {
		padding:16px;
		margin:-16px;
	}
	
	.customer_area_main .woocommerce-orders-table__cell-order-number a:hover {
		background-color:rgba(255,255,255,0.1);
	}
	
	.customer_area_main .shop_table .button:hover {
		background-color:#555;
	}
	
	.customer_area_main .shop_table input[type='submit']:hover {
		background-color:#555;
	}
	
	/* ---- subscription page ---- */
	
	#club_subscriptions {
		margin-top:48px;
		margin-bottom:64px;
	}
	
	#club_subscriptions .welcome_message {
		font-size:1.1em;
	}
	
	#club_subscriptions .welcome_message a:hover {
		text-decoration:underline;
	}
			
	#club_products .recommended_products {
		padding:64px 0;
	}
	
	#club_products .all_products {
		padding:64px 0;
	}
	
	/* ---- subscription list ---- */
	
	#subscriptions td.sub_id:hover a {
		text-decoration:underline;
	}
	
	#subscriptions td.sub_product a:hover {
		text-decoration:underline;
	}
	
	#subscriptions .button:hover {
		background-color:#fff;
	}
	
	/* ---- products ---- */
	
	.club_products_list.small .club_product {
		margin:48px 0 0 0;
	}
	
	.club_products_list .club_product .image {
		margin-right:48px;
		flex:0 0 256px;
	}
	
	.club_products_list .club_product .image .img {
		width:256px;
	}
	
	.club_products_list.large .club_product .image {
		flex:0 0 320px;
		margin-right:64px;
	}
	
	.club_products_list.large .club_product .image .img {
		width:320px;
	}
	
	.club_products_list.large .club_product h4 {
		font-size:1.6em;
	}
	
	.club_products_list .club_product h4 a:hover .primary {
		text-decoration:underline;
	}
	
	.club_products_list .club_product p.action a:hover {
		text-decoration:underline;
	}
	
	.club_product_popup {
		padding:64px;
	}
		
	.club_product_popup .main_image {
		margin:0 0 64px 0;
	}
	
	.club_product_popup h2 {
		margin:0 0 48px 0;
		font-size:2em;
	}
	
	.club_product_popup .price {
		margin:48px 0 0 0;
	}
	
	.club_product_popup .action {
		margin:48px 0 0 0;
	}
	
	.club_product_popup .gallery {
		margin:64px 0 0 0;
	}
	
	/* -- pre-sales popup -- */
	
	#popup_pre_sales_question {
		padding:64px;
	}
	
	/* -- membership info popup -- */
	
	#popup_membership_info {
		padding:64px;
	}
	
	/* ---- product video ---- */
	
	.video_list .item {
		transition:background-color 0.1s;
	}
	
	.video_list .item:hover {
		background-color:#444;
		transition:background-color 0s;
	}
	
	.video_list .item .image {
		flex:0 0 160px;
		height:112px;
	}
	
	.video_list .item .image .circle {
		transform:translate(-50%,-50%) scale(1);
		transition:transform 0.3s;
	}
	
	.video_list .item:hover .image .circle {
		transform:translate(-50%,-50%) scale(1.2);
		transition:transform 0.1s;
	}
	
	/* ---------------- zingology ---------------- */
	
	#zingology_feature h1 {
		margin:160px 0 128px;
		font-size:4em;
	}
	
	#zingology_details .key_text {
		
	}
	
	#zingology_details .circles {
		margin:96px 0;
	}
	
	#zingology_details .circles .item {
		flex:0 0 25%;
		padding:0 16px;
	}
	
	#zingology_details .circles .item p {
		font-size:0.9em;
	}
	
	#zingology_details .video_box_wrap {
		margin-top:96px;
	}
	
	/* ---------------- about ---------------- */
	
	#about_main {
		
	}
	
	/* -------- support -------- */
		
	#product_support .product_support_form_panel {
		margin-top:96px;
	}
	
	/* -------- support -------- */
	
	.support_hub_list .item {
		flex:0 0 256px;
		padding:64px 32px;
	}
	
	.support_hub_list .item:hover {
		background-color:#444;
	}
	
	.support_hub_list .item .image {
		flex:0 0 48px;
		margin:0 0 24px 0;
	}
	
	.support_hub_list .item .image img {
		max-width:48px;
		max-height:48px;
	}
	
	.support_hub_list .item .text {
		font-size:1.1em;
	}
	
	/* -------- club quote -------- */
	
	.club_quote_top {
		margin-bottom:96px;
	}
	
	.club_quote_top .image {
		margin-right:64px;
	}
	
	.club_quote_top .image img {
		width:256px;
	}
	
	/* -- buynow -- */
	
	label[for='club_buynow_agree']:hover {
		background-color:#555;
	}
	
	label[for='club_buynow_agree']:active {
		transform:scale(0.98);
	}
		
}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 1366px) {
	
	/* ---------------- base style ---------------- */
	
	.panel_padding {
		padding:7em 0;
	}
	
	/* ---------------- forms ---------------- */
	
	/* ---------------- buttons ---------------- */
	
	/* ---------------- header ---------------- */
	
	/* ---------------- footer ---------------- */
		
	/* ---------------- general pages ---------------- */
	
	/* ---------------- home ---------------- */
	
	/* ---------------- club home ---------------- */
	
	/* ---------------- store ---------------- */
		
	/* ---------------- club store ---------------- */
	
	#ca_main_menu .item {
		padding:64px 48px;
	}
		
}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 1600px) {
	
	/* ---------------- base style ---------------- */
	
	.panel_padding {
		padding:8em 0;
	}
	
	/* ---------------- forms ---------------- */
	
	/* ---------------- buttons ---------------- */
	
	/* ---------------- header ---------------- */
	
	#header .header_top {
		padding:32px 64px;
	}
	
	#header .header_top .logo img {
		height:88px;
	}
	
	#header .header_bot {
		padding:32px 64px;
	}
	
	#header .header_bot .nav > li > a {
		padding:12px 20px;
	}
	
	/* ---------------- footer ---------------- */
	
	#footer {
		padding:48px 64px;
	}
	
	/* ---------------- general pages ---------------- */
	
	/* ---------------- home ---------------- */
	
	#home_feature .feature_content {
		padding:256px 0 320px 0;
	}
	
	#home_intro .intro_items {
		margin-top:-256px;
	}
	
	#home_intro {
		
	}
	
	/* ---------------- club home ---------------- */
	
	#club_home_action .text {
		padding:160px 96px;
	}
	
	/* ---------------- store ---------------- */
	
	/* ---- single product ---- */
	
	.single-product .product_main {
		padding-bottom:96px;
	}
	
	.single-product .product_more {
		padding:96px 0;
	}
	
	.single-product .product_related {
		padding:96px 0;
	}
	
	#shop_club_banner .text_headline {
		font-size:2.4em;
	}
	
	#shop_club_banner .text_subline {
		font-size:1.2em;
	}
		
	/* ---------------- club store ---------------- */
	
	#ca_main_menu .item {
		padding:96px 64px;
	}
	
	/* ---------------- about ---------------- */
		
	
	
}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 1920px) {
	
	/* ---------------- forms ---------------- */
	
	/* ---------------- buttons ---------------- */
	
	/* ---------------- header ---------------- */
	
	/* ---------------- footer ---------------- */
		
	/* ---------------- general pages ---------------- */
	
	/* ---------------- home ---------------- */
	
	/* ---------------- club home ---------------- */
	
	/* ---------------- store ---------------- */
	
	/* ---------------- club store ---------------- */
	
}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@keyframes red-glow {
	
	0% {
		box-shadow:0 0 0 rgba(255,116,84,0);
	}
		
	50% {
		box-shadow:0 0 32px rgba(255,116,84,1);
	}
		
	100% {
		box-shadow:0 0 0 rgba(255,116,84,0);
	}
	
}

@keyframes red-glow-inset {
	
	0% {
		box-shadow:inset 0 0 0 rgba(255,116,84,0);
	}
		
	50% {
		box-shadow:inset 0 0 32px rgba(255,116,84,1);
	}
		
	100% {
		box-shadow:inset 0 0 0 rgba(255,116,84,0);
	}
	
}