@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url("../CherryFramework/style.css");
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
.animated {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.animated.infinite {
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}
.animated.hinge {
	-webkit-animation-duration:2s;
	animation-duration:2s;
}
@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	40%, 43% {
		-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
		transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform:translate3d(0,-30px,0);
		transform:translate3d(0,-30px,0);
	}
	70% {
		-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
		transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform:translate3d(0,-15px,0);
		transform:translate3d(0,-15px,0);
	}
	90% {
		-webkit-transform:translate3d(0,-4px,0);
		transform:translate3d(0,-4px,0);
	}
}
@keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		-webkit-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	40%, 43% {
		-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
		transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform:translate3d(0,-30px,0);
		-ms-transform:translate3d(0,-30px,0);
		transform:translate3d(0,-30px,0);
	}
	70% {
		-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
		transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform:translate3d(0,-15px,0);
		-ms-transform:translate3d(0,-15px,0);
		transform:translate3d(0,-15px,0);
	}
	90% {
		-webkit-transform:translate3d(0,-4px,0);
		-ms-transform:translate3d(0,-4px,0);
		transform:translate3d(0,-4px,0);
	}
}
.bounce {
	-webkit-animation-name:bounce;
	animation-name:bounce;
	-webkit-transform-origin:center bottom;
	-ms-transform-origin:center bottom;
	transform-origin:center bottom;
}
@-webkit-keyframes flash {
	0%, 50%, 100% { opacity:1; }
	25%, 75% { opacity:0; }
}
@keyframes flash {
	0%, 50%, 100% { opacity:1; }
	25%, 75% { opacity:0; }
}
.flash {
	-webkit-animation-name:flash;
	animation-name:flash;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
	50% {
		-webkit-transform:scale3d(1.05,1.05,1.05);
		transform:scale3d(1.05,1.05,1.05);
	}
	100% {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform:scale3d(1,1,1);
		-ms-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
	50% {
		-webkit-transform:scale3d(1.05,1.05,1.05);
		-ms-transform:scale3d(1.05,1.05,1.05);
		transform:scale3d(1.05,1.05,1.05);
	}
	100% {
		-webkit-transform:scale3d(1,1,1);
		-ms-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
}
.pulse {
	-webkit-animation-name:pulse;
	animation-name:pulse;
}
@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
	30% {
		-webkit-transform:scale3d(1.25,0.75,1);
		transform:scale3d(1.25,0.75,1);
	}
	40% {
		-webkit-transform:scale3d(0.75,1.25,1);
		transform:scale3d(0.75,1.25,1);
	}
	50% {
		-webkit-transform:scale3d(1.15,0.85,1);
		transform:scale3d(1.15,0.85,1);
	}
	65% {
		-webkit-transform:scale3d(.95,1.05,1);
		transform:scale3d(.95,1.05,1);
	}
	75% {
		-webkit-transform:scale3d(1.05,.95,1);
		transform:scale3d(1.05,.95,1);
	}
	100% {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
}
@keyframes rubberBand {
	0% {
		-webkit-transform:scale3d(1,1,1);
		-ms-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
	30% {
		-webkit-transform:scale3d(1.25,0.75,1);
		-ms-transform:scale3d(1.25,0.75,1);
		transform:scale3d(1.25,0.75,1);
	}
	40% {
		-webkit-transform:scale3d(0.75,1.25,1);
		-ms-transform:scale3d(0.75,1.25,1);
		transform:scale3d(0.75,1.25,1);
	}
	50% {
		-webkit-transform:scale3d(1.15,0.85,1);
		-ms-transform:scale3d(1.15,0.85,1);
		transform:scale3d(1.15,0.85,1);
	}
	65% {
		-webkit-transform:scale3d(.95,1.05,1);
		-ms-transform:scale3d(.95,1.05,1);
		transform:scale3d(.95,1.05,1);
	}
	75% {
		-webkit-transform:scale3d(1.05,.95,1);
		-ms-transform:scale3d(1.05,.95,1);
		transform:scale3d(1.05,.95,1);
	}
	100% {
		-webkit-transform:scale3d(1,1,1);
		-ms-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
}
.rubberBand {
	-webkit-animation-name:rubberBand;
	animation-name:rubberBand;
}
@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform:translate3d(-10px,0,0);
		transform:translate3d(-10px,0,0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform:translate3d(10px,0,0);
		transform:translate3d(10px,0,0);
	}
}
@keyframes shake {
	0%, 100% {
		-webkit-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform:translate3d(-10px,0,0);
		-ms-transform:translate3d(-10px,0,0);
		transform:translate3d(-10px,0,0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform:translate3d(10px,0,0);
		-ms-transform:translate3d(10px,0,0);
		transform:translate3d(10px,0,0);
	}
}
.shake {
	-webkit-animation-name:shake;
	animation-name:shake;
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform:rotate3d(0,0,1,15deg);
		transform:rotate3d(0,0,1,15deg);
	}
	40% {
		-webkit-transform:rotate3d(0,0,1,-10deg);
		transform:rotate3d(0,0,1,-10deg);
	}
	60% {
		-webkit-transform:rotate3d(0,0,1,5deg);
		transform:rotate3d(0,0,1,5deg);
	}
	80% {
		-webkit-transform:rotate3d(0,0,1,-5deg);
		transform:rotate3d(0,0,1,-5deg);
	}
	100% {
		-webkit-transform:rotate3d(0,0,1,0deg);
		transform:rotate3d(0,0,1,0deg);
	}
}
@keyframes swing {
	20% {
		-webkit-transform:rotate3d(0,0,1,15deg);
		-ms-transform:rotate3d(0,0,1,15deg);
		transform:rotate3d(0,0,1,15deg);
	}
	40% {
		-webkit-transform:rotate3d(0,0,1,-10deg);
		-ms-transform:rotate3d(0,0,1,-10deg);
		transform:rotate3d(0,0,1,-10deg);
	}
	60% {
		-webkit-transform:rotate3d(0,0,1,5deg);
		-ms-transform:rotate3d(0,0,1,5deg);
		transform:rotate3d(0,0,1,5deg);
	}
	80% {
		-webkit-transform:rotate3d(0,0,1,-5deg);
		-ms-transform:rotate3d(0,0,1,-5deg);
		transform:rotate3d(0,0,1,-5deg);
	}
	100% {
		-webkit-transform:rotate3d(0,0,1,0deg);
		-ms-transform:rotate3d(0,0,1,0deg);
		transform:rotate3d(0,0,1,0deg);
	}
}
.swing {
	-webkit-transform-origin:top center;
	-ms-transform-origin:top center;
	transform-origin:top center;
	-webkit-animation-name:swing;
	animation-name:swing;
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
	10%, 20% {
		-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	}
	40%, 60%, 80% {
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	}
	100% {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
}
@keyframes tada {
	0% {
		-webkit-transform:scale3d(1,1,1);
		-ms-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
	10%, 20% {
		-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		-ms-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	}
	40%, 60%, 80% {
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	}
	100% {
		-webkit-transform:scale3d(1,1,1);
		-ms-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
}
.tada {
	-webkit-animation-name:tada;
	animation-name:tada;
}
@-webkit-keyframes wobble {
	0% {
		-webkit-transform:none;
		transform:none;
	}
	15% {
		-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
	}
	30% {
		-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
	}
	45% {
		-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
	}
	60% {
		-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
	}
	75% {
		-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
	}
	100% {
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes wobble {
	0% {
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
	15% {
		-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		-ms-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
	}
	30% {
		-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		-ms-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
	}
	45% {
		-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		-ms-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
	}
	60% {
		-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		-ms-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
	}
	75% {
		-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		-ms-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
	}
	100% {
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.wobble {
	-webkit-animation-name:wobble;
	animation-name:wobble;
}
@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
	}
	0% {
		opacity:0;
		-webkit-transform:scale3d(.3,.3,.3);
		transform:scale3d(.3,.3,.3);
	}
	20% {
		-webkit-transform:scale3d(1.1,1.1,1.1);
		transform:scale3d(1.1,1.1,1.1);
	}
	40% {
		-webkit-transform:scale3d(.9,.9,.9);
		transform:scale3d(.9,.9,.9);
	}
	60% {
		opacity:1;
		-webkit-transform:scale3d(1.03,1.03,1.03);
		transform:scale3d(1.03,1.03,1.03);
	}
	80% {
		-webkit-transform:scale3d(.97,.97,.97);
		transform:scale3d(.97,.97,.97);
	}
	100% {
		opacity:1;
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
}
@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
	}
	0% {
		opacity:0;
		-webkit-transform:scale3d(.3,.3,.3);
		-ms-transform:scale3d(.3,.3,.3);
		transform:scale3d(.3,.3,.3);
	}
	20% {
		-webkit-transform:scale3d(1.1,1.1,1.1);
		-ms-transform:scale3d(1.1,1.1,1.1);
		transform:scale3d(1.1,1.1,1.1);
	}
	40% {
		-webkit-transform:scale3d(.9,.9,.9);
		-ms-transform:scale3d(.9,.9,.9);
		transform:scale3d(.9,.9,.9);
	}
	60% {
		opacity:1;
		-webkit-transform:scale3d(1.03,1.03,1.03);
		-ms-transform:scale3d(1.03,1.03,1.03);
		transform:scale3d(1.03,1.03,1.03);
	}
	80% {
		-webkit-transform:scale3d(.97,.97,.97);
		-ms-transform:scale3d(.97,.97,.97);
		transform:scale3d(.97,.97,.97);
	}
	100% {
		opacity:1;
		-webkit-transform:scale3d(1,1,1);
		-ms-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
}
.bounceIn {
	-webkit-animation-name:bounceIn;
	animation-name:bounceIn;
	-webkit-animation-duration:.75s;
	animation-duration:.75s;
}
@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
	}
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,-3000px,0);
		transform:translate3d(0,-3000px,0);
	}
	60% {
		opacity:1;
		-webkit-transform:translate3d(0,25px,0);
		transform:translate3d(0,25px,0);
	}
	75% {
		-webkit-transform:translate3d(0,-10px,0);
		transform:translate3d(0,-10px,0);
	}
	90% {
		-webkit-transform:translate3d(0,5px,0);
		transform:translate3d(0,5px,0);
	}
	100% {
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
	}
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,-3000px,0);
		-ms-transform:translate3d(0,-3000px,0);
		transform:translate3d(0,-3000px,0);
	}
	60% {
		opacity:1;
		-webkit-transform:translate3d(0,25px,0);
		-ms-transform:translate3d(0,25px,0);
		transform:translate3d(0,25px,0);
	}
	75% {
		-webkit-transform:translate3d(0,-10px,0);
		-ms-transform:translate3d(0,-10px,0);
		transform:translate3d(0,-10px,0);
	}
	90% {
		-webkit-transform:translate3d(0,5px,0);
		-ms-transform:translate3d(0,5px,0);
		transform:translate3d(0,5px,0);
	}
	100% {
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.bounceInDown {
	-webkit-animation-name:bounceInDown;
	animation-name:bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
	}
	0% {
		opacity:0;
		-webkit-transform:translate3d(-3000px,0,0);
		transform:translate3d(-3000px,0,0);
	}
	60% {
		opacity:1;
		-webkit-transform:translate3d(25px,0,0);
		transform:translate3d(25px,0,0);
	}
	75% {
		-webkit-transform:translate3d(-10px,0,0);
		transform:translate3d(-10px,0,0);
	}
	90% {
		-webkit-transform:translate3d(5px,0,0);
		transform:translate3d(5px,0,0);
	}
	100% {
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
	}
	0% {
		opacity:0;
		-webkit-transform:translate3d(-3000px,0,0);
		-ms-transform:translate3d(-3000px,0,0);
		transform:translate3d(-3000px,0,0);
	}
	60% {
		opacity:1;
		-webkit-transform:translate3d(25px,0,0);
		-ms-transform:translate3d(25px,0,0);
		transform:translate3d(25px,0,0);
	}
	75% {
		-webkit-transform:translate3d(-10px,0,0);
		-ms-transform:translate3d(-10px,0,0);
		transform:translate3d(-10px,0,0);
	}
	90% {
		-webkit-transform:translate3d(5px,0,0);
		-ms-transform:translate3d(5px,0,0);
		transform:translate3d(5px,0,0);
	}
	100% {
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.bounceInLeft {
	-webkit-animation-name:bounceInLeft;
	animation-name:bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
	}
	0% {
		opacity:0;
		-webkit-transform:translate3d(3000px,0,0);
		transform:translate3d(3000px,0,0);
	}
	60% {
		opacity:1;
		-webkit-transform:translate3d(-25px,0,0);
		transform:translate3d(-25px,0,0);
	}
	75% {
		-webkit-transform:translate3d(10px,0,0);
		transform:translate3d(10px,0,0);
	}
	90% {
		-webkit-transform:translate3d(-5px,0,0);
		transform:translate3d(-5px,0,0);
	}
	100% {
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
	}
	0% {
		opacity:0;
		-webkit-transform:translate3d(3000px,0,0);
		-ms-transform:translate3d(3000px,0,0);
		transform:translate3d(3000px,0,0);
	}
	60% {
		opacity:1;
		-webkit-transform:translate3d(-25px,0,0);
		-ms-transform:translate3d(-25px,0,0);
		transform:translate3d(-25px,0,0);
	}
	75% {
		-webkit-transform:translate3d(10px,0,0);
		-ms-transform:translate3d(10px,0,0);
		transform:translate3d(10px,0,0);
	}
	90% {
		-webkit-transform:translate3d(-5px,0,0);
		-ms-transform:translate3d(-5px,0,0);
		transform:translate3d(-5px,0,0);
	}
	100% {
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.bounceInRight {
	-webkit-animation-name:bounceInRight;
	animation-name:bounceInRight;
}
@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
	}
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,3000px,0);
		transform:translate3d(0,3000px,0);
	}
	60% {
		opacity:1;
		-webkit-transform:translate3d(0,-20px,0);
		transform:translate3d(0,-20px,0);
	}
	75% {
		-webkit-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0);
	}
	90% {
		-webkit-transform:translate3d(0,-5px,0);
		transform:translate3d(0,-5px,0);
	}
	100% {
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
}
@keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
		transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);
	}
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,3000px,0);
		-ms-transform:translate3d(0,3000px,0);
		transform:translate3d(0,3000px,0);
	}
	60% {
		opacity:1;
		-webkit-transform:translate3d(0,-20px,0);
		-ms-transform:translate3d(0,-20px,0);
		transform:translate3d(0,-20px,0);
	}
	75% {
		-webkit-transform:translate3d(0,10px,0);
		-ms-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0);
	}
	90% {
		-webkit-transform:translate3d(0,-5px,0);
		-ms-transform:translate3d(0,-5px,0);
		transform:translate3d(0,-5px,0);
	}
	100% {
		-webkit-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
}
.bounceInUp {
	-webkit-animation-name:bounceInUp;
	animation-name:bounceInUp;
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform:scale3d(.9,.9,.9);
		transform:scale3d(.9,.9,.9);
	}
	50%, 55% {
		opacity:1;
		-webkit-transform:scale3d(1.1,1.1,1.1);
		transform:scale3d(1.1,1.1,1.1);
	}
	100% {
		opacity:0;
		-webkit-transform:scale3d(.3,.3,.3);
		transform:scale3d(.3,.3,.3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform:scale3d(.9,.9,.9);
		-ms-transform:scale3d(.9,.9,.9);
		transform:scale3d(.9,.9,.9);
	}
	50%, 55% {
		opacity:1;
		-webkit-transform:scale3d(1.1,1.1,1.1);
		-ms-transform:scale3d(1.1,1.1,1.1);
		transform:scale3d(1.1,1.1,1.1);
	}
	100% {
		opacity:0;
		-webkit-transform:scale3d(.3,.3,.3);
		-ms-transform:scale3d(.3,.3,.3);
		transform:scale3d(.3,.3,.3);
	}
}
.bounceOut {
	-webkit-animation-name:bounceOut;
	animation-name:bounceOut;
	-webkit-animation-duration:.75s;
	animation-duration:.75s;
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0);
	}
	40%, 45% {
		opacity:1;
		-webkit-transform:translate3d(0,-20px,0);
		transform:translate3d(0,-20px,0);
	}
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,2000px,0);
		transform:translate3d(0,2000px,0);
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform:translate3d(0,10px,0);
		-ms-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0);
	}
	40%, 45% {
		opacity:1;
		-webkit-transform:translate3d(0,-20px,0);
		-ms-transform:translate3d(0,-20px,0);
		transform:translate3d(0,-20px,0);
	}
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,2000px,0);
		-ms-transform:translate3d(0,2000px,0);
		transform:translate3d(0,2000px,0);
	}
}
.bounceOutDown {
	-webkit-animation-name:bounceOutDown;
	animation-name:bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity:1;
		-webkit-transform:translate3d(20px,0,0);
		transform:translate3d(20px,0,0);
	}
	100% {
		opacity:0;
		-webkit-transform:translate3d(-2000px,0,0);
		transform:translate3d(-2000px,0,0);
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity:1;
		-webkit-transform:translate3d(20px,0,0);
		-ms-transform:translate3d(20px,0,0);
		transform:translate3d(20px,0,0);
	}
	100% {
		opacity:0;
		-webkit-transform:translate3d(-2000px,0,0);
		-ms-transform:translate3d(-2000px,0,0);
		transform:translate3d(-2000px,0,0);
	}
}
.bounceOutLeft {
	-webkit-animation-name:bounceOutLeft;
	animation-name:bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity:1;
		-webkit-transform:translate3d(-20px,0,0);
		transform:translate3d(-20px,0,0);
	}
	100% {
		opacity:0;
		-webkit-transform:translate3d(2000px,0,0);
		transform:translate3d(2000px,0,0);
	}
}
@keyframes bounceOutRight {
	20% {
		opacity:1;
		-webkit-transform:translate3d(-20px,0,0);
		-ms-transform:translate3d(-20px,0,0);
		transform:translate3d(-20px,0,0);
	}
	100% {
		opacity:0;
		-webkit-transform:translate3d(2000px,0,0);
		-ms-transform:translate3d(2000px,0,0);
		transform:translate3d(2000px,0,0);
	}
}
.bounceOutRight {
	-webkit-animation-name:bounceOutRight;
	animation-name:bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform:translate3d(0,-10px,0);
		transform:translate3d(0,-10px,0);
	}
	40%, 45% {
		opacity:1;
		-webkit-transform:translate3d(0,20px,0);
		transform:translate3d(0,20px,0);
	}
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,-2000px,0);
		transform:translate3d(0,-2000px,0);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform:translate3d(0,-10px,0);
		-ms-transform:translate3d(0,-10px,0);
		transform:translate3d(0,-10px,0);
	}
	40%, 45% {
		opacity:1;
		-webkit-transform:translate3d(0,20px,0);
		-ms-transform:translate3d(0,20px,0);
		transform:translate3d(0,20px,0);
	}
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,-2000px,0);
		-ms-transform:translate3d(0,-2000px,0);
		transform:translate3d(0,-2000px,0);
	}
}
.bounceOutUp {
	-webkit-animation-name:bounceOutUp;
	animation-name:bounceOutUp;
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
.fadeIn {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,-100%,0);
		-ms-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.fadeInDown {
	-webkit-animation-name:fadeInDown;
	animation-name:fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,-2000px,0);
		transform:translate3d(0,-2000px,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,-2000px,0);
		-ms-transform:translate3d(0,-2000px,0);
		transform:translate3d(0,-2000px,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.fadeInDownBig {
	-webkit-animation-name:fadeInDownBig;
	animation-name:fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes fadeInLeft {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-100%,0,0);
		-ms-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.fadeInLeft {
	-webkit-animation-name:fadeInLeft;
	animation-name:fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-2000px,0,0);
		transform:translate3d(-2000px,0,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-2000px,0,0);
		-ms-transform:translate3d(-2000px,0,0);
		transform:translate3d(-2000px,0,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.fadeInLeftBig {
	-webkit-animation-name:fadeInLeftBig;
	animation-name:fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity:0;
		-webkit-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes fadeInRight {
	0% {
		opacity:0;
		-webkit-transform:translate3d(100%,0,0);
		-ms-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.fadeInRight {
	-webkit-animation-name:fadeInRight;
	animation-name:fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity:0;
		-webkit-transform:translate3d(2000px,0,0);
		transform:translate3d(2000px,0,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity:0;
		-webkit-transform:translate3d(2000px,0,0);
		-ms-transform:translate3d(2000px,0,0);
		transform:translate3d(2000px,0,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.fadeInRightBig {
	-webkit-animation-name:fadeInRightBig;
	animation-name:fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		-ms-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.fadeInUp {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,2000px,0);
		transform:translate3d(0,2000px,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,2000px,0);
		-ms-transform:translate3d(0,2000px,0);
		transform:translate3d(0,2000px,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.fadeInUpBig {
	-webkit-animation-name:fadeInUpBig;
	animation-name:fadeInUpBig;
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
.fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut;
}
@-webkit-keyframes fadeOutDown {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
}
@keyframes fadeOutDown {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		-ms-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
}
.fadeOutDown {
	-webkit-animation-name:fadeOutDown;
	animation-name:fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,2000px,0);
		transform:translate3d(0,2000px,0);
	}
}
@keyframes fadeOutDownBig {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,2000px,0);
		-ms-transform:translate3d(0,2000px,0);
		transform:translate3d(0,2000px,0);
	}
}
.fadeOutDownBig {
	-webkit-animation-name:fadeOutDownBig;
	animation-name:fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0);
	}
}
@keyframes fadeOutLeft {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(-100%,0,0);
		-ms-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0);
	}
}
.fadeOutLeft {
	-webkit-animation-name:fadeOutLeft;
	animation-name:fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(-2000px,0,0);
		transform:translate3d(-2000px,0,0);
	}
}
@keyframes fadeOutLeftBig {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(-2000px,0,0);
		-ms-transform:translate3d(-2000px,0,0);
		transform:translate3d(-2000px,0,0);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name:fadeOutLeftBig;
	animation-name:fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0);
	}
}
@keyframes fadeOutRight {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(100%,0,0);
		-ms-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0);
	}
}
.fadeOutRight {
	-webkit-animation-name:fadeOutRight;
	animation-name:fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(2000px,0,0);
		transform:translate3d(2000px,0,0);
	}
}
@keyframes fadeOutRightBig {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(2000px,0,0);
		-ms-transform:translate3d(2000px,0,0);
		transform:translate3d(2000px,0,0);
	}
}
.fadeOutRightBig {
	-webkit-animation-name:fadeOutRightBig;
	animation-name:fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0);
	}
}
@keyframes fadeOutUp {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,-100%,0);
		-ms-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0);
	}
}
.fadeOutUp {
	-webkit-animation-name:fadeOutUp;
	animation-name:fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,-2000px,0);
		transform:translate3d(0,-2000px,0);
	}
}
@keyframes fadeOutUpBig {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(0,-2000px,0);
		-ms-transform:translate3d(0,-2000px,0);
		transform:translate3d(0,-2000px,0);
	}
}
.fadeOutUpBig {
	-webkit-animation-name:fadeOutUpBig;
	animation-name:fadeOutUpBig;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);
		transform:perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function:ease-out;
		animation-timing-function:ease-out;
	}
	40% {
		-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function:ease-out;
		animation-timing-function:ease-out;
	}
	50% {
		-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
	}
	80% {
		-webkit-transform:perspective(400px) scale3d(.95,.95,.95);
		transform:perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
	}
	100% {
		-webkit-transform:perspective(400px);
		transform:perspective(400px);
		-webkit-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
	}
}
@keyframes flip {
	0% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);
		-ms-transform:perspective(400px) rotate3d(0,1,0,-360deg);
		transform:perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function:ease-out;
		animation-timing-function:ease-out;
	}
	40% {
		-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function:ease-out;
		animation-timing-function:ease-out;
	}
	50% {
		-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
	}
	80% {
		-webkit-transform:perspective(400px) scale3d(.95,.95,.95);
		-ms-transform:perspective(400px) scale3d(.95,.95,.95);
		transform:perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
	}
	100% {
		-webkit-transform:perspective(400px);
		-ms-transform:perspective(400px);
		transform:perspective(400px);
		-webkit-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility:visible;
	-ms-backface-visibility:visible;
	backface-visibility:visible;
	-webkit-animation-name:flip;
	animation-name:flip;
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
		transform:perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-transition-timing-function:ease-in;
		transition-timing-function:ease-in;
		opacity:0;
	}
	40% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
		transform:perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-transition-timing-function:ease-in;
		transition-timing-function:ease-in;
	}
	60% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
		transform:perspective(400px) rotate3d(1,0,0,10deg);
		opacity:1;
	}
	80% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
		transform:perspective(400px) rotate3d(1,0,0,-5deg);
	}
	100% {
		-webkit-transform:perspective(400px);
		transform:perspective(400px);
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
		-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);
		transform:perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-transition-timing-function:ease-in;
		transition-timing-function:ease-in;
		opacity:0;
	}
	40% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
		-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);
		transform:perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-transition-timing-function:ease-in;
		transition-timing-function:ease-in;
	}
	60% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
		-ms-transform:perspective(400px) rotate3d(1,0,0,10deg);
		transform:perspective(400px) rotate3d(1,0,0,10deg);
		opacity:1;
	}
	80% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
		-ms-transform:perspective(400px) rotate3d(1,0,0,-5deg);
		transform:perspective(400px) rotate3d(1,0,0,-5deg);
	}
	100% {
		-webkit-transform:perspective(400px);
		-ms-transform:perspective(400px);
		transform:perspective(400px);
	}
}
.flipInX {
	-webkit-backface-visibility:visible !important;
	-ms-backface-visibility:visible !important;
	backface-visibility:visible !important;
	-webkit-animation-name:flipInX;
	animation-name:flipInX;
}
@-webkit-keyframes flipInY {
	0% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
		transform:perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-transition-timing-function:ease-in;
		transition-timing-function:ease-in;
		opacity:0;
	}
	40% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
		transform:perspective(400px) rotate3d(0,1,0,-20deg);
		-webkit-transition-timing-function:ease-in;
		transition-timing-function:ease-in;
	}
	60% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
		transform:perspective(400px) rotate3d(0,1,0,10deg);
		opacity:1;
	}
	80% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
		transform:perspective(400px) rotate3d(0,1,0,-5deg);
	}
	100% {
		-webkit-transform:perspective(400px);
		transform:perspective(400px);
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
		-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);
		transform:perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-transition-timing-function:ease-in;
		transition-timing-function:ease-in;
		opacity:0;
	}
	40% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
		-ms-transform:perspective(400px) rotate3d(0,1,0,-20deg);
		transform:perspective(400px) rotate3d(0,1,0,-20deg);
		-webkit-transition-timing-function:ease-in;
		transition-timing-function:ease-in;
	}
	60% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
		-ms-transform:perspective(400px) rotate3d(0,1,0,10deg);
		transform:perspective(400px) rotate3d(0,1,0,10deg);
		opacity:1;
	}
	80% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
		-ms-transform:perspective(400px) rotate3d(0,1,0,-5deg);
		transform:perspective(400px) rotate3d(0,1,0,-5deg);
	}
	100% {
		-webkit-transform:perspective(400px);
		-ms-transform:perspective(400px);
		transform:perspective(400px);
	}
}
.flipInY {
	-webkit-backface-visibility:visible !important;
	-ms-backface-visibility:visible !important;
	backface-visibility:visible !important;
	-webkit-animation-name:flipInY;
	animation-name:flipInY;
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform:perspective(400px);
		transform:perspective(400px);
	}
	30% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
		transform:perspective(400px) rotate3d(1,0,0,-20deg);
		opacity:1;
	}
	100% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
		transform:perspective(400px) rotate3d(1,0,0,90deg);
		opacity:0;
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform:perspective(400px);
		-ms-transform:perspective(400px);
		transform:perspective(400px);
	}
	30% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
		-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);
		transform:perspective(400px) rotate3d(1,0,0,-20deg);
		opacity:1;
	}
	100% {
		-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
		-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);
		transform:perspective(400px) rotate3d(1,0,0,90deg);
		opacity:0;
	}
}
.flipOutX {
	-webkit-animation-name:flipOutX;
	animation-name:flipOutX;
	-webkit-animation-duration:.75s;
	animation-duration:.75s;
	-webkit-backface-visibility:visible !important;
	-ms-backface-visibility:visible !important;
	backface-visibility:visible !important;
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform:perspective(400px);
		transform:perspective(400px);
	}
	30% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);
		transform:perspective(400px) rotate3d(0,1,0,-15deg);
		opacity:1;
	}
	100% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
		transform:perspective(400px) rotate3d(0,1,0,90deg);
		opacity:0;
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform:perspective(400px);
		-ms-transform:perspective(400px);
		transform:perspective(400px);
	}
	30% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);
		-ms-transform:perspective(400px) rotate3d(0,1,0,-15deg);
		transform:perspective(400px) rotate3d(0,1,0,-15deg);
		opacity:1;
	}
	100% {
		-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
		-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);
		transform:perspective(400px) rotate3d(0,1,0,90deg);
		opacity:0;
	}
}
.flipOutY {
	-webkit-backface-visibility:visible !important;
	-ms-backface-visibility:visible !important;
	backface-visibility:visible !important;
	-webkit-animation-name:flipOutY;
	animation-name:flipOutY;
	-webkit-animation-duration:.75s;
	animation-duration:.75s;
}
@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform:translate3d(100%,0,0) skewX(-30deg);
		transform:translate3d(100%,0,0) skewX(-30deg);
		opacity:0;
	}
	60% {
		-webkit-transform:skewX(20deg);
		transform:skewX(20deg);
		opacity:1;
	}
	80% {
		-webkit-transform:skewX(-5deg);
		transform:skewX(-5deg);
		opacity:1;
	}
	100% {
		-webkit-transform:none;
		transform:none;
		opacity:1;
	}
}
@keyframes lightSpeedIn {
	0% {
		-webkit-transform:translate3d(100%,0,0) skewX(-30deg);
		-ms-transform:translate3d(100%,0,0) skewX(-30deg);
		transform:translate3d(100%,0,0) skewX(-30deg);
		opacity:0;
	}
	60% {
		-webkit-transform:skewX(20deg);
		-ms-transform:skewX(20deg);
		transform:skewX(20deg);
		opacity:1;
	}
	80% {
		-webkit-transform:skewX(-5deg);
		-ms-transform:skewX(-5deg);
		transform:skewX(-5deg);
		opacity:1;
	}
	100% {
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		opacity:1;
	}
}
.lightSpeedIn {
	-webkit-animation-name:lightSpeedIn;
	animation-name:lightSpeedIn;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out;
}
@-webkit-keyframes lightSpeedOut {
	0% { opacity:1; }
	100% {
		-webkit-transform:translate3d(100%,0,0) skewX(30deg);
		transform:translate3d(100%,0,0) skewX(30deg);
		opacity:0;
	}
}
@keyframes lightSpeedOut {
	0% { opacity:1; }
	100% {
		-webkit-transform:translate3d(100%,0,0) skewX(30deg);
		-ms-transform:translate3d(100%,0,0) skewX(30deg);
		transform:translate3d(100%,0,0) skewX(30deg);
		opacity:0;
	}
}
.lightSpeedOut {
	-webkit-animation-name:lightSpeedOut;
	animation-name:lightSpeedOut;
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin:center;
		transform-origin:center;
		-webkit-transform:rotate3d(0,0,1,-200deg);
		transform:rotate3d(0,0,1,-200deg);
		opacity:0;
	}
	100% {
		-webkit-transform-origin:center;
		transform-origin:center;
		-webkit-transform:none;
		transform:none;
		opacity:1;
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform-origin:center;
		-ms-transform-origin:center;
		transform-origin:center;
		-webkit-transform:rotate3d(0,0,1,-200deg);
		-ms-transform:rotate3d(0,0,1,-200deg);
		transform:rotate3d(0,0,1,-200deg);
		opacity:0;
	}
	100% {
		-webkit-transform-origin:center;
		-ms-transform-origin:center;
		transform-origin:center;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		opacity:1;
	}
}
.rotateIn {
	-webkit-animation-name:rotateIn;
	animation-name:rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate3d(0,0,1,-45deg);
		transform:rotate3d(0,0,1,-45deg);
		opacity:0;
	}
	100% {
		-webkit-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:none;
		transform:none;
		opacity:1;
	}
}
@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate3d(0,0,1,-45deg);
		-ms-transform:rotate3d(0,0,1,-45deg);
		transform:rotate3d(0,0,1,-45deg);
		opacity:0;
	}
	100% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		opacity:1;
	}
}
.rotateInDownLeft {
	-webkit-animation-name:rotateInDownLeft;
	animation-name:rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate3d(0,0,1,45deg);
		transform:rotate3d(0,0,1,45deg);
		opacity:0;
	}
	100% {
		-webkit-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:none;
		transform:none;
		opacity:1;
	}
}
@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin:right bottom;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate3d(0,0,1,45deg);
		-ms-transform:rotate3d(0,0,1,45deg);
		transform:rotate3d(0,0,1,45deg);
		opacity:0;
	}
	100% {
		-webkit-transform-origin:right bottom;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		opacity:1;
	}
}
.rotateInDownRight {
	-webkit-animation-name:rotateInDownRight;
	animation-name:rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate3d(0,0,1,45deg);
		transform:rotate3d(0,0,1,45deg);
		opacity:0;
	}
	100% {
		-webkit-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:none;
		transform:none;
		opacity:1;
	}
}
@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate3d(0,0,1,45deg);
		-ms-transform:rotate3d(0,0,1,45deg);
		transform:rotate3d(0,0,1,45deg);
		opacity:0;
	}
	100% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		opacity:1;
	}
}
.rotateInUpLeft {
	-webkit-animation-name:rotateInUpLeft;
	animation-name:rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate3d(0,0,1,-90deg);
		transform:rotate3d(0,0,1,-90deg);
		opacity:0;
	}
	100% {
		-webkit-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:none;
		transform:none;
		opacity:1;
	}
}
@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin:right bottom;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate3d(0,0,1,-90deg);
		-ms-transform:rotate3d(0,0,1,-90deg);
		transform:rotate3d(0,0,1,-90deg);
		opacity:0;
	}
	100% {
		-webkit-transform-origin:right bottom;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		opacity:1;
	}
}
.rotateInUpRight {
	-webkit-animation-name:rotateInUpRight;
	animation-name:rotateInUpRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin:center;
		transform-origin:center;
		opacity:1;
	}
	100% {
		-webkit-transform-origin:center;
		transform-origin:center;
		-webkit-transform:rotate3d(0,0,1,200deg);
		transform:rotate3d(0,0,1,200deg);
		opacity:0;
	}
}
@keyframes rotateOut {
	0% {
		-webkit-transform-origin:center;
		-ms-transform-origin:center;
		transform-origin:center;
		opacity:1;
	}
	100% {
		-webkit-transform-origin:center;
		-ms-transform-origin:center;
		transform-origin:center;
		-webkit-transform:rotate3d(0,0,1,200deg);
		-ms-transform:rotate3d(0,0,1,200deg);
		transform:rotate3d(0,0,1,200deg);
		opacity:0;
	}
}
.rotateOut {
	-webkit-animation-name:rotateOut;
	animation-name:rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin:left bottom;
		transform-origin:left bottom;
		opacity:1;
	}
	100% {
		-webkit-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate3d(0,0,1,45deg);
		transform:rotate3d(0,0,1,45deg);
		opacity:0;
	}
}
@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		opacity:1;
	}
	100% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate3d(0,0,1,45deg);
		-ms-transform:rotate3d(0,0,1,45deg);
		transform:rotate3d(0,0,1,45deg);
		opacity:0;
	}
}
.rotateOutDownLeft {
	-webkit-animation-name:rotateOutDownLeft;
	animation-name:rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin:right bottom;
		transform-origin:right bottom;
		opacity:1;
	}
	100% {
		-webkit-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate3d(0,0,1,-45deg);
		transform:rotate3d(0,0,1,-45deg);
		opacity:0;
	}
}
@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin:right bottom;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		opacity:1;
	}
	100% {
		-webkit-transform-origin:right bottom;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate3d(0,0,1,-45deg);
		-ms-transform:rotate3d(0,0,1,-45deg);
		transform:rotate3d(0,0,1,-45deg);
		opacity:0;
	}
}
.rotateOutDownRight {
	-webkit-animation-name:rotateOutDownRight;
	animation-name:rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin:left bottom;
		transform-origin:left bottom;
		opacity:1;
	}
	100% {
		-webkit-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate3d(0,0,1,-45deg);
		transform:rotate3d(0,0,1,-45deg);
		opacity:0;
	}
}
@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		opacity:1;
	}
	100% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate3d(0,0,1,-45deg);
		-ms-transform:rotate3d(0,0,1,-45deg);
		transform:rotate3d(0,0,1,-45deg);
		opacity:0;
	}
}
.rotateOutUpLeft {
	-webkit-animation-name:rotateOutUpLeft;
	animation-name:rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin:right bottom;
		transform-origin:right bottom;
		opacity:1;
	}
	100% {
		-webkit-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate3d(0,0,1,90deg);
		transform:rotate3d(0,0,1,90deg);
		opacity:0;
	}
}
@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin:right bottom;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		opacity:1;
	}
	100% {
		-webkit-transform-origin:right bottom;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate3d(0,0,1,90deg);
		-ms-transform:rotate3d(0,0,1,90deg);
		transform:rotate3d(0,0,1,90deg);
		opacity:0;
	}
}
.rotateOutUpRight {
	-webkit-animation-name:rotateOutUpRight;
	animation-name:rotateOutUpRight;
}
@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin:top left;
		transform-origin:top left;
		-webkit-animation-timing-function:ease-in-out;
		animation-timing-function:ease-in-out;
	}
	20%, 60% {
		-webkit-transform:rotate3d(0,0,1,80deg);
		transform:rotate3d(0,0,1,80deg);
		-webkit-transform-origin:top left;
		transform-origin:top left;
		-webkit-animation-timing-function:ease-in-out;
		animation-timing-function:ease-in-out;
	}
	40%, 80% {
		-webkit-transform:rotate3d(0,0,1,60deg);
		transform:rotate3d(0,0,1,60deg);
		-webkit-transform-origin:top left;
		transform-origin:top left;
		-webkit-animation-timing-function:ease-in-out;
		animation-timing-function:ease-in-out;
		opacity:1;
	}
	100% {
		-webkit-transform:translate3d(0,700px,0);
		transform:translate3d(0,700px,0);
		opacity:0;
	}
}
@keyframes hinge {
	0% {
		-webkit-transform-origin:top left;
		-ms-transform-origin:top left;
		transform-origin:top left;
		-webkit-animation-timing-function:ease-in-out;
		animation-timing-function:ease-in-out;
	}
	20%, 60% {
		-webkit-transform:rotate3d(0,0,1,80deg);
		-ms-transform:rotate3d(0,0,1,80deg);
		transform:rotate3d(0,0,1,80deg);
		-webkit-transform-origin:top left;
		-ms-transform-origin:top left;
		transform-origin:top left;
		-webkit-animation-timing-function:ease-in-out;
		animation-timing-function:ease-in-out;
	}
	40%, 80% {
		-webkit-transform:rotate3d(0,0,1,60deg);
		-ms-transform:rotate3d(0,0,1,60deg);
		transform:rotate3d(0,0,1,60deg);
		-webkit-transform-origin:top left;
		-ms-transform-origin:top left;
		transform-origin:top left;
		-webkit-animation-timing-function:ease-in-out;
		animation-timing-function:ease-in-out;
		opacity:1;
	}
	100% {
		-webkit-transform:translate3d(0,700px,0);
		-ms-transform:translate3d(0,700px,0);
		transform:translate3d(0,700px,0);
		opacity:0;
	}
}
.hinge {
	-webkit-animation-name:hinge;
	animation-name:hinge;
}
@-webkit-keyframes rollIn {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes rollIn {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		-ms-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
}
.rollIn {
	-webkit-animation-name:rollIn;
	animation-name:rollIn;
}
@-webkit-keyframes rollOut {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
	}
}
@keyframes rollOut {
	0% { opacity:1; }
	100% {
		opacity:0;
		-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		-ms-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
	}
}
.rollOut {
	-webkit-animation-name:rollOut;
	animation-name:rollOut;
}
@-webkit-keyframes zoomIn {
	0% {
		opacity:0;
		-webkit-transform:scale3d(.3,.3,.3);
		transform:scale3d(.3,.3,.3);
	}
	50% { opacity:1; }
}
@keyframes zoomIn {
	0% {
		opacity:0;
		-webkit-transform:scale3d(.3,.3,.3);
		-ms-transform:scale3d(.3,.3,.3);
		transform:scale3d(.3,.3,.3);
	}
	50% { opacity:1; }
}
.zoomIn {
	-webkit-animation-name:zoomIn;
	animation-name:zoomIn;
}
@-webkit-keyframes zoomInDown {
	0% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	60% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
@keyframes zoomInDown {
	0% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-ms-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	60% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
		-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
.zoomInDown {
	-webkit-animation-name:zoomInDown;
	animation-name:zoomInDown;
}
@-webkit-keyframes zoomInLeft {
	0% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	60% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
@keyframes zoomInLeft {
	0% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-ms-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	60% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
		-ms-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
.zoomInLeft {
	-webkit-animation-name:zoomInLeft;
	animation-name:zoomInLeft;
}
@-webkit-keyframes zoomInRight {
	0% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	60% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
@keyframes zoomInRight {
	0% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-ms-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	60% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-ms-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
.zoomInRight {
	-webkit-animation-name:zoomInRight;
	animation-name:zoomInRight;
}
@-webkit-keyframes zoomInUp {
	0% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	60% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
@keyframes zoomInUp {
	0% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-ms-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	60% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
.zoomInUp {
	-webkit-animation-name:zoomInUp;
	animation-name:zoomInUp;
}
@-webkit-keyframes zoomOut {
	0% { opacity:1; }
	50% {
		opacity:0;
		-webkit-transform:scale3d(.3,.3,.3);
		transform:scale3d(.3,.3,.3);
	}
	100% { opacity:0; }
}
@keyframes zoomOut {
	0% { opacity:1; }
	50% {
		opacity:0;
		-webkit-transform:scale3d(.3,.3,.3);
		-ms-transform:scale3d(.3,.3,.3);
		transform:scale3d(.3,.3,.3);
	}
	100% { opacity:0; }
}
.zoomOut {
	-webkit-animation-name:zoomOut;
	animation-name:zoomOut;
}
@-webkit-keyframes zoomOutDown {
	40% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	100% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin:center bottom;
		transform-origin:center bottom;
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
@keyframes zoomOutDown {
	40% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	100% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-ms-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin:center bottom;
		-ms-transform-origin:center bottom;
		transform-origin:center bottom;
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
.zoomOutDown {
	-webkit-animation-name:zoomOutDown;
	animation-name:zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
	}
	100% {
		opacity:0;
		-webkit-transform:scale(.1) translate3d(-2000px,0,0);
		transform:scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin:left center;
		transform-origin:left center;
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
		-ms-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
	}
	100% {
		opacity:0;
		-webkit-transform:scale(.1) translate3d(-2000px,0,0);
		-ms-transform:scale(.1) translate3d(-2000px,0,0);
		transform:scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin:left center;
		-ms-transform-origin:left center;
		transform-origin:left center;
	}
}
.zoomOutLeft {
	-webkit-animation-name:zoomOutLeft;
	animation-name:zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}
	100% {
		opacity:0;
		-webkit-transform:scale(.1) translate3d(2000px,0,0);
		transform:scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin:right center;
		transform-origin:right center;
	}
}
@keyframes zoomOutRight {
	40% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
		-ms-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}
	100% {
		opacity:0;
		-webkit-transform:scale(.1) translate3d(2000px,0,0);
		-ms-transform:scale(.1) translate3d(2000px,0,0);
		transform:scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin:right center;
		-ms-transform-origin:right center;
		transform-origin:right center;
	}
}
.zoomOutRight {
	-webkit-animation-name:zoomOutRight;
	animation-name:zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
	40% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	100% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin:center bottom;
		transform-origin:center bottom;
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
@keyframes zoomOutUp {
	40% {
		opacity:1;
		-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
		-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
		animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);
	}
	100% {
		opacity:0;
		-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-ms-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin:center bottom;
		-ms-transform-origin:center bottom;
		transform-origin:center bottom;
		-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
		animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);
	}
}
.zoomOutUp {
	-webkit-animation-name:zoomOutUp;
	animation-name:zoomOutUp;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn {
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.btn:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
.btn:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
.btn.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
.btn.custom_btn1:after { display:none; }
.btn.custom_btn1:hover, .btn.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	.btn {
		padding:5px 7px;
		font-size:12px !important;
	}
	.btn:after { font-size:12px; }
	.btn.custom_btn1 { padding:5px 7px; }
}
.btn:hover, .btn:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
.btn:hover:before, .btn:focus:before { height:100%; }
.btn:hover:after, .btn:focus:after { color:#fff; }
.btn.active, .btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn.disabled, .btn[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
.btn:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
.btn.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
.btn.custom_btn1:after { display:none; }
.btn.custom_btn1:hover, .btn.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	.btn {
		padding:5px 7px;
		font-size:12px !important;
	}
	.btn:after { font-size:12px; }
	.btn.custom_btn1 { padding:5px 7px; }
}
.btn:hover, .btn:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
.btn:hover:before, .btn:focus:before { height:100%; }
.btn:hover:after, .btn:focus:after { color:#fff; }
.btn.active, .btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn.disabled, .btn[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-large {
	padding:11px 19px;
	font-size:17.5px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] { margin-top:4px; }
.btn-small {
	padding:2px 10px;
	font-size:11.9px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] { margin-top:0; }
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] { margin-top:-1px; }
.btn-mini {
	padding:0 6px;
	font-size:10.5px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-block {
	display:block;
	width:100%;
	padding-left:0;
	padding-right:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn-block + .btn-block { margin-top:5px; }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width:100%; }
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active { color:rgba(255,255,255,0.75); }
.btn-warning {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color:#f89406 #f89406 #ad6704;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color:#f89406 #f89406 #ad6704;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#f89406;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color:#f89406 #f89406 #ad6704;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color:#f89406 #f89406 #ad6704;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#f89406;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color:#fff;
	background-color:#f89406;
	*background-color:#df8505;
}
.btn-warning:active, .btn-warning.active { background-color:#c67605 \9; }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color:#fff;
	background-color:#f89406;
	*background-color:#df8505;
}
.btn-warning:active, .btn-warning.active { background-color:#c67605 \9; }
.btn-danger {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color:#bd362f #bd362f #802420;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color:#bd362f #bd362f #802420;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#bd362f;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color:#bd362f #bd362f #802420;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color:#bd362f #bd362f #802420;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#bd362f;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color:#fff;
	background-color:#bd362f;
	*background-color:#a9302a;
}
.btn-danger:active, .btn-danger.active { background-color:#942a25 \9; }
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color:#fff;
	background-color:#bd362f;
	*background-color:#a9302a;
}
.btn-danger:active, .btn-danger.active { background-color:#942a25 \9; }
.btn-success {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#51a351;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#51a351;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color:#fff;
	background-color:#51a351;
	*background-color:#499249;
}
.btn-success:active, .btn-success.active { background-color:#408140 \9; }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color:#fff;
	background-color:#51a351;
	*background-color:#499249;
}
.btn-success:active, .btn-success.active { background-color:#408140 \9; }
.btn-info {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color:#2f96b4 #2f96b4 #1f6377;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color:#2f96b4 #2f96b4 #1f6377;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#2f96b4;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color:#2f96b4 #2f96b4 #1f6377;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color:#2f96b4 #2f96b4 #1f6377;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#2f96b4;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color:#fff;
	background-color:#2f96b4;
	*background-color:#2a85a0;
}
.btn-info:active, .btn-info.active { background-color:#24748c \9; }
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color:#fff;
	background-color:#2f96b4;
	*background-color:#2a85a0;
}
.btn-info:active, .btn-info.active { background-color:#24748c \9; }
.btn-inverse {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color:#222 #222 #000000;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color:#222 #222 #000000;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#222;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color:#222 #222 #000000;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color:#222 #222 #000000;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#222;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color:#fff;
	background-color:#222;
	*background-color:#151515;
}
.btn-inverse:active, .btn-inverse.active { background-color:#090909 \9; }
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color:#fff;
	background-color:#222;
	*background-color:#151515;
}
.btn-inverse:active, .btn-inverse.active { background-color:#090909 \9; }
button.btn, input[type="submit"].btn {
	*padding-top:3px;
	*padding-bottom:3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
	padding:0;
	border:0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
	*padding-top:7px;
	*padding-bottom:7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
	*padding-top:3px;
	*padding-bottom:3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
	*padding-top:1px;
	*padding-bottom:1px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color:transparent;
	background-image:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-link {
	border-color:transparent;
	cursor:pointer;
	color:#ff3842;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-link:hover, .btn-link:focus {
	color:#c21d24;
	text-decoration:underline;
	background-color:transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
	color:#333;
	text-decoration:none;
}
.cart_count_view {
	line-height:3.2;
	font-weight:bold;
	color:#ffffff;
	margin-right:10px !important;
	font-size:14px !important;
	padding-right:0 !important;
}
.cart_count_number {
	border-radius:100%;
	background-color:#ffffff;
	color:#4C4C4C;
	padding:3px 8px;
	font-weight:bold;
	line-height:3.2;
}
.product-list-buttons { position:inherit !important; }
.unstyled, .pagination ul, .breadcrumb, .page-numbers, .pager, .nav-pills, .payment_methods, .slides, .flexslider, .jp-controls, .jp-toggles, .related-posts_list, .nav-tabs { padding:0; }
.unstyled li, .pagination ul li, .breadcrumb li, .page-numbers li, .pager li, .nav-pills li, .payment_methods li, .slides li, .flexslider li, .jp-controls li, .jp-toggles li, .related-posts_list li, .nav-tabs li {
	padding:0;
	background:none;
}
.filterable-portfolio li, .chzn-results li { background:none; }
.order_details li {
	background:none;
	padding-left:0;
	padding-bottom:0;
}
.sidebar .unstyled li { padding:0 0 30px 0; }
.single-pager.pager {
	margin:0;
	border:none;
	padding:10px 0 20px 0;
}
.single-pager.pager li { padding:10px 0; }
input {
	border-radius:0;
	box-shadow:none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow:none;
	border-color:#ff3842 !important;
}
body a {
	text-decoration:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
body a:hover, body a:focus, body a:active { text-decoration:none; }
header.header {
	padding:0;
	margin:0;
	border:none;
	background:none;
}
@media (max-width: 1200px) {
	header.header { text-align:center; }
}
@media (max-width: 767px) {
	header.header { padding:0 !important; }
}
header.header .container { width:100%; }
header.header .row { margin:0; }
header.header .span12 {
	width:100%;
	margin:0;
}
header.header .header_wrapper {
	position:relative;
	padding:0;
}
header.header .header_wrapper:after {
	display:table;
	width:100%;
	clear:both;
	content:'';
}
header.header .shop_box {
	background:#1c1c1c;
	padding:10px 30px 10px 30px;
	height:20px;
	position:relative;
	z-index:100;
	min-height:50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
header.header .shop_box:after {
	display:table;
	width:100%;
	clear:both;
	content:'';
}
@media (max-width: 1200px) {
	header.header .shop_box { height:auto; }
}
header.header .logo_box {
	padding:0 30px;
	position:relative;
	width:100%;
	left:0;
	background:#c21d24;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
header.header .logo_box:after {
	display:table;
	width:100%;
	clear:both;
	content:'';
}
@media (max-width: 1400px) {
	header.header .logo_box {
		text-align:center;
		padding:30px 0 0 0;
	}
}
header.header .logo_box:after {
	display:table;
	width:100%;
	clear:both;
	content:'';
}
header.header .logo_box .object {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
header.header .logo_box .object:before {
	display:inline-block;
	width:350px;
	height:350px;
	content:'';
	position:absolute;
	top:0;
	left:0;
	margin:-230px 0 0 -180px;
	background:#2d2d2d;
	z-index:0;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
@media (max-width: 1400px) {
	header.header .logo_box .object:before { margin:-183px 0 0 -180px; }
}
@media (max-width: 767px) {
	header.header .logo_box .object { display:none; }
}
.logo {
	margin:8px 0 0 0;
	overflow:hidden;
	display:inline-block;
}
@media (max-width: 1400px) {
	.logo {
		float:none;
		margin:0 0 20px 0;
	}
}
.logo .logo_h {
	float:left;
	margin-right:6px;
}
@media (max-width: 1200px) {
	.logo .logo_h {
		float:none;
		margin:0;
		display:block;
	}
}
.logo .logo_h__txt {
	text-transform:uppercase;
	color:#fff;
	letter-spacing:-3px;
}
.logo .logo_h__txt .logo_link {
	text-decoration:none;
	color:#fff;
	font-size:81px;
	font-weight:900;
	line-height:62px;
}
.logo .logo_h__txt .logo_link:hover, .logo .logo_h__txt .logo_link:visited {
	text-decoration:none;
	color:inherit;
}
.logo_tagline {
	margin:0;
	padding:31px 0 0 0;
	font-weight:300;
	font-size:31px;
	color:#fff;
	text-transform:uppercase;
	line-height:1em;
	float:left;
}
@media (max-width: 1200px) {
	.logo_tagline {
		padding:0;
		float:none;
	}
}
@media (max-width: 767px) {
	.logo, .logo.pull-left {
		float:none;
		width:100%;
		text-align:center;
		padding:0 10px;
		max-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.select-menu {
	border-radius:0;
	background:#333;
	border-color:#333;
	color:#fff;
	margin:20px 0;
}
.nav__primary {
	margin:0;
	padding:0;
	float:right;
}
@media (max-width: 1400px) {
	.nav__primary {
		float:none;
		display:inline-block;
		margin-bottom:-5px;
	}
}
@media (max-width: 767px) {
	.nav__primary {
		padding:0 10px;
		display:block;
	}
}
.nav__primary .sf-menu { float:left; }
.nav__primary .sf-menu a {
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
.nav__primary .sf-menu >li {
	margin:0;
	background:none;
	border:none;
}
.nav__primary .sf-menu >li >a {
	padding:28px 19px;
	border:none;
	background:transparent;
	text-transform:uppercase;
	position:relative;
}
.nav__primary .sf-menu >li >a:after {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#fff;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li >a { font-size:18px !important; }
}
.nav__primary .sf-menu >li >a.sf-with-ul { padding-right:24px; }
.nav__primary .sf-menu >li >a .cherry-badge-content {
	background:#fff;
	color:#c21d24;
	float:none;
	margin:0 0 0 4px;
	position:relative;
	top:-12px;
}
.nav__primary .sf-menu >li>a:hover, .nav__primary .sf-menu >li.sfHover>a, .nav__primary .sf-menu >li.current-menu-item>a, .nav__primary .sf-menu >li.current_page_item>a {
	color:#2d2d2d;
	background:none;
}
.nav__primary .sf-menu >li>a:hover:after, .nav__primary .sf-menu >li.sfHover>a:after, .nav__primary .sf-menu >li.current-menu-item>a:after, .nav__primary .sf-menu >li.current_page_item>a:after { height:100%; }
.nav__primary .sf-menu ul {
	background:#252525;
	padding:19px 0;
	width:220px;
}
.nav__primary .sf-menu ul li {
	border:none;
	background:none;
}
.nav__primary .sf-menu ul li a {
	padding:10px 10px 10px 32px;
	font-size:13px;
	line-height:20px;
	color:#fff;
	text-transform:uppercase;
	border:none;
	text-align:left;
	text-decoration:none;
	font-style:normal;
}
.nav__primary .sf-menu ul >li>a:hover, .nav__primary .sf-menu ul >li.sfHover>a, .nav__primary .sf-menu ul >li.current-menu-item>a, .nav__primary .sf-menu ul >li.current_page_item>a {
	color:#fff;
	background:#c21d24;
}
.nav__primary .sf-menu ul >li:hover ul, .nav__primary .sf-menu ul >li.sfHover ul {
	left:220px;
	top:-19px;
	width:180px;
}
.nav__primary .sf-menu .sf-sub-indicator {
	background:none;
	position:absolute;
	right:3px;
	top:50%;
	margin:-11px 0 0 0;
	width:14px;
	height:20px;
}
.nav__primary .sf-menu .sf-sub-indicator:after {
	content:"\f107";
	font-family:FontAwesome;
	text-indent:0;
	position:absolute;
	left:0;
	top:0;
	line-height:20px;
	font-size:14px;
}
.nav__primary .sf-menu ul .sf-sub-indicator { right:10px; }
.nav__primary .sf-menu ul .sf-sub-indicator:after { content:"\f105"; }
@media (max-width: 767px) {
	.header #search-header {
		float:none;
		text-align:center;
		padding:0 0 10px 0;
	}
}
.header #search-header input#search-form_is { margin-bottom:0; }
@media (max-width: 767px) {
	#content.left { float:none !important; }
}
#searchform input { vertical-align:top; }
@media (max-width: 767px) {
	#searchform #s { width:50%; }
}
@media (max-width: 400px) {
	#searchform #s { width:100%; }
}
.post_like a:hover, .post_dislike a:hover { color:#c21d24; }
.post_like a:hover i, .post_dislike a:hover i { color:#c21d24; }
.error404-holder_num { color:#ff3842; }
.panel.entry-content { overflow:visible; }
.share-buttons li {
	min-height:30px;
	line-height:0;
}
.share-buttons li iframe { max-width:none; }
.related-posts .related-posts_item >a {
	display:inline-block !important;
	min-height:25px;
	font-size:21px;
	line-height:23px;
	text-transform:uppercase;
	color:#333;
}
.related-posts .related-posts_item >a:hover { color:#c21d24; }
@media (max-width: 1200px) {
	.related-posts .related-posts_item >a {
		font-size:13px;
		line-height:15px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.post-list li .featured-thumbnail {
		float:none;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.post-list li .featured-thumbnail img { width:100%; }
}
.testimonials .testi-item {
	padding:0 0 14px 0;
	margin:0;
}
.testimonials .testi-item:after {
	clear:both;
	width:100%;
	display:block;
	content:"";
}
.testimonials .testi-item .testi-item_blockquote {
	background:none;
	padding:0;
}
.testimonials .testi-item .testi-item_blockquote:after, .testimonials .testi-item .testi-item_blockquote:before { display:none; }
.testimonials .testi-item .testi-item_blockquote .featured-thumbnail {
	margin:0 20px 20px 0;
	width:170px;
	height:150px;
}
@media (max-width: 480px) {
	.testimonials .testi-item .testi-item_blockquote .featured-thumbnail {
		float:none;
		max-width:none;
		margin:0 0 30px 0;
		text-align:center;
		width:100%;
		height:100%;
	}
}
.testimonials .testi-item .testi-item_blockquote >a {
	display:block;
	overflow:hidden;
	color:#ff3842;
	font-style:italic;
}
.testimonials .testi-item .testi-item_blockquote >a:hover { color:#c21d24; }
.testimonials .testi-item .testi-meta {
	float:right;
	margin:0;
	padding:0;
	text-align:right;
	position:relative;
	z-index:1;
}
@media (min-width: 1200px) {
	.testimonials .testi-item .testi-meta { margin-top:-38px; }
}
.testimonials .testi-item .testi-meta .user {
	display:block;
	color:#333;
	font-size:14px;
	text-transform:uppercase;
}
.testimonials .testi-item .testi-meta .user:after { display:none; }
.testimonials .testi-item .testi-meta .testi-url { color:#c21d24; }
.testimonials .testi-item .testi-meta .testi-url:hover { color:#333; }
@media (max-width: 767px) {
	.testimonials .testi-item .testi-meta { padding:10px 0 0 0; }
}
.content_box.text_dropcap {
	float:left;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:0;
	background:none;
}
.content_box.text_dropcap:after, .content_box.text_dropcap:before { display:none; }
.testimonial {
	background:#eee;
	border:1px solid #d5d5d5;
}
p { font-weight:300; }
h1 {
	text-transform:uppercase;
	text-align:center;
	margin-bottom:25px;
	letter-spacing:-2px;
}
@media (max-width: 767px) {
	h1 {
		font-size:30px !important;
		letter-spacing:0;
	}
}
h2 {
	letter-spacing:-2px;
	text-transform:uppercase;
	text-align:center;
	margin:14px 0 38px 0;
}
@media (max-width: 1200px) {
	h2 {
		font-size:1em !important;
		line-height:1em !important;
	}
}
h3 {
	letter-spacing:-1px;
	text-transform:uppercase;
}
h4 {
	letter-spacing:-1px;
	text-transform:uppercase;
}
.parallax_box1 { margin-top:-1px; }
.parallax_box1 .parallax-content {
	padding:225px 0 213px 0;
	text-align:center;
}
@media (max-width: 767px) {
	.parallax_box1 .parallax-content { padding:90px 0; }
}
.parallax_box1 .parallax-content h4 {
	font-size:191px;
	line-height:1em;
	font-weight:900;
	text-transform:uppercase;
	margin:0;
	color:#fff;
}
@media (max-width: 767px) {
	.parallax_box1 .parallax-content h4 { font-size:100px; }
}
.parallax_box1 .parallax-content h5 {
	font-size:101px;
	line-height:1em;
	font-weight:300;
	text-transform:uppercase;
	margin:-13px 0 16px 0;
	color:#c21d24;
}
@media (max-width: 767px) {
	.parallax_box1 .parallax-content h5 { font-size:40px; }
}
.parallax_box1 .parallax-content p { color:#fff; }
@media (min-width: 1200px) {
	.parallax_box1 .parallax-content p { padding:0 200px; }
}
.banner_box1 {
	position:relative;
	z-index:0;
	overflow:hidden;
	left:50%;
	background:#efefef;
}
@media (min-width: 1200px) {
	.banner_box1 .span4 {
		width:33.32%;
		margin:0;
	}
}
@media (max-width: 1200px) {
	.banner_box1 .span4 {
		width:33.32%;
		margin:0;
	}
}
@media (max-width: 980px) {
	.banner_box1 .span4 { width:100%; }
}
@media (min-width: 1200px) {
	.banner_box1 .row { margin:0; }
}
@media (max-width: 1200px) {
	.banner_box1 .row { margin-left:0; }
}
.banner-box {
	display:block;
	text-decoration:none !important;
	overflow:hidden;
	position:relative;
	z-index:0;
	margin:0;
	border:none;
	-webkit-transition:all 0s !important;
	-moz-transition:all 0s !important;
	-o-transition:all 0s !important;
	transition:all 0s !important;
	-webkit-transition:all 0s !important;
	-moz-transition:all 0s !important;
	-o-transition:all 0s !important;
	transition:all 0s !important;
}
.banner-box .banner-wrap { margin:0; }
.banner-box .featured-thumbnail { margin:0; }
@media (max-width: 480px) {
	.banner-box .featured-thumbnail { min-height:230px; }
}
.banner-box .featured-thumbnail img {
	float:right;
	width:100%;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
@media (max-width: 480px) {
	.banner-box .featured-thumbnail img { display:none; }
}
.banner-box .extra-wrap {
	position:absolute;
	top:0;
	left:0;
	padding:35px 0 0 35px;
	height:100%;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 1300px) {
	.banner-box .extra-wrap {
		text-align:center;
		padding:35px;
	}
}
@media (max-width: 980px) {
	.banner-box .extra-wrap { text-align:left; }
}
.banner-box .extra-wrap h5 {
	text-transform:uppercase;
	color:#fff;
	font-size:121px;
	line-height:1em;
	margin-bottom:11px;
	font-weight:bold;
	letter-spacing:-3px;
}
@media (max-width: 1750px) {
	.banner-box .extra-wrap h5 {
		font-size:60px;
		line-height:1em;
		letter-spacing:-2px;
	}
}
.banner-box .extra-wrap h5 strong {
	font-weight:400;
	display:block;
	font-size:31px;
	line-height:1em;
	letter-spacing:-2px;
	margin-bottom:-11px;
}
.banner-box .extra-wrap p {
	color:#fff;
	width:380px;
	margin-bottom:68px;
}
@media (max-width: 1300px) {
	.banner-box .extra-wrap p { display:none; }
}
.banner-box .extra-wrap .banner-btn {
	padding:30px 38px;
	font-size:21px;
	font-weight:bold;
	background:#c21d24;
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	z-index:0;
	position:absolute;
	bottom:35px;
	left:35px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
@media (max-width: 1750px) {
	.banner-box .extra-wrap .banner-btn { padding:20px; }
}
@media (max-width: 1300px) {
	.banner-box .extra-wrap .banner-btn {
		position:relative;
		bottom:0;
		left:0;
	}
}
.banner-box .extra-wrap .banner-btn:after {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#fff;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
.banner-box:hover .banner-btn {
	color:#333;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.banner-box:hover .banner-btn:after { height:100%; }
.banner-box:hover .featured-thumbnail img {
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
	-webkit-transform:scale3d(1.02,1.02,1.02);
	transform:scale3d(1.02,1.02,1.02);
}
.banner-box.bannerBox1 .featured-thumbnail { background:#97c000; }
.banner-box.bannerBox1 .banner-btn { background:#333; }
.banner-box.bannerBox2 .featured-thumbnail { background:#353535; }
.banner-box.bannerBox3 .featured-thumbnail { background:#ebebeb; }
.banner-box.bannerBox3 h5 { color:#c21d24; }
.banner-box.bannerBox3 h5 strong { color:#333; }
.banner-box.bannerBox3 p { color:#333; }
.product_box { padding:20px 0 70px 0; }
@media (max-width: 979px) and (min-width: 768px) {
	.product_box ul.products li.product {
		display:block !important;
		width:370px !important;
		float:left !important;
	}
}
.services_box .parallax-content { padding:62px 0 56px 0; }
.services_box h1 {
	color:#fff;
	text-align:left;
	font-size:81px;
	line-height:1em;
}
@media (max-width: 767px) {
	.services_box h1 { font-size:50px; }
}
.service-box {
	background:none;
	border-radius:0;
	border:none;
	text-align:left;
	padding:0;
}
.service-box .title {
	color:#c21d24;
	font-size:21px;
	line-height:32px;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.service-box .title:hover {
	text-decoration:none;
	color:#fff;
}
.service-box .service-box_txt {
	color:#fff;
	font-weight:300;
	margin-top:6px;
}
.blog_box {
	position:relative;
	background:#1c1c1c;
	padding:63px 0 83px 0;
	text-align:center;
	left:50%;
	z-index:1;
}
.blog_box:after {
	display:table;
	width:100%;
	clear:both;
	content:'';
}
.blog_box:before {
	width:1000%;
	height:100%;
	background:#1c1c1c;
	position:absolute;
	top:0;
	left:-500%;
	content:'';
	display:block;
	z-index:-1;
}
.blog_box h1 {
	color:#fff;
	margin-top:0;
	margin-bottom:45px;
}
.blog_box li {
	overflow:hidden;
	margin-bottom:40px;
}
.blog_box .featured-thumbnail {
	position:relative;
	width:100%;
}
.blog_box .featured-thumbnail a {
	position:relative;
	display:block;
}
.blog_box .featured-thumbnail a:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/glow.png) 0 bottom repeat-x;
	content:'';
	display:block;
	opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.blog_box .featured-thumbnail a img {
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.blog_box .featured-thumbnail a:hover:after {
	opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.blog_box .featured-thumbnail a:hover img {
	-webkit-transform:scale3d(1.05,1.05,1.05);
	transform:scale3d(1.05,1.05,1.05);
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.blog_box .featured-thumbnail a:hover h5 {
	color:#c21d24 !important;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.blog_box .caption {
	position:absolute;
	z-index:1;
	text-align:left;
	top:0;
	left:0;
	padding:40px;
}
.blog_box .caption .post_meta {
	padding:0;
	border:none;
	margin-bottom:259px;
}
.blog_box .caption .post_meta .post_date {
	display:block;
	margin:0 0 4px 0;
}
.blog_box .caption .post_meta .post_date time {
	margin:0;
	display:inline-block;
	font-size:15px;
	line-height:1em;
	color:#c21d24;
	font-weight:bold;
	padding:8px 10px;
	background:#fff;
}
@media (max-width: 1200px) {
	.blog_box .caption .post_meta { margin-bottom:25px; }
}
.blog_box .caption .excerpt_box { text-align:left; }
.blog_box .caption .excerpt_box h5 {
	font-size:21px;
	color:#c21d24;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 8px 0;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.blog_box .caption .excerpt_box h5:hover { color:#fff; }
@media (max-width: 1200px) {
	.blog_box .caption .excerpt_box h5 { font-size:18px; }
}
.blog_box .caption .excerpt_box .excerpt {
	color:#fff;
	font-weight:300;
}
@media (min-width: 767px) and (max-width: 980px) {
	.blog_box .caption .excerpt_box .excerpt { display:none; }
}
@media (max-width: 480px) {
	.blog_box .caption .excerpt_box .excerpt { display:none; }
}
.blog_box .posts-grid .featured-thumbnail {
	padding:0;
	border:none;
	border-radius:0;
	margin-bottom:40px;
}
@media (max-width: 767px) {
	.blog_box .posts-grid .featured-thumbnail { margin-bottom:5px; }
}
.blog_box .posts-grid .span4 {
	width:33.33%;
	float:left;
	margin:0;
}
@media (max-width: 767px) {
	.blog_box .posts-grid .span4 {
		width:100%;
		float:none;
	}
}
.banner_box2 {
	position:relative;
	z-index:0;
	overflow:hidden;
	left:50%;
}
@media (min-width: 1200px) {
	.banner_box2 .span6 {
		width:50%;
		margin:0;
	}
}
@media (max-width: 1400px) {
	.banner_box2 .span6 {
		width:100%;
		margin:0;
	}
}
@media (min-width: 1200px) {
	.banner_box2 .row { margin:0; }
}
@media (max-width: 1200px) {
	.banner_box2 .row { margin-left:0; }
}
.banner-box-box6 {
	display:block;
	text-decoration:none !important;
	overflow:hidden;
	position:relative;
	z-index:0;
	border:none;
	-webkit-transition:all 0s !important;
	-moz-transition:all 0s !important;
	-o-transition:all 0s !important;
	transition:all 0s !important;
	-webkit-transition:all 0s !important;
	-moz-transition:all 0s !important;
	-o-transition:all 0s !important;
	transition:all 0s !important;
}
@media (max-width: 480px) {
	.banner-box-box6 { text-align:center; }
}
.banner-box-box6 .featured-thumbnail { margin:0; }
.banner-box-box6 .featured-thumbnail img {
	width:100%;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
@media (max-width: 1400px) {
	.banner-box-box6 .featured-thumbnail { display:none; }
}
.banner-box-box6 .extra-wrap {
	position:absolute;
	top:0;
	left:0;
	padding:25px 0 0 35px;
}
@media (max-width: 1400px) {
	.banner-box-box6 .extra-wrap {
		position:relative;
		padding:25px 0 25px 35px;
	}
}
@media (max-width: 560px) {
	.banner-box-box6 .extra-wrap { padding:20px; }
}
.banner-box-box6 .extra-wrap h5 {
	text-transform:uppercase;
	color:#fff;
	font-size:81px;
	line-height:1em;
	margin-bottom:11px;
	font-weight:300;
	letter-spacing:-3px;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
.banner-box-box6 .extra-wrap h5 strong { font-weight:bold; }
@media (max-width: 1870px) {
	.banner-box-box6 .extra-wrap h5 { font-size:36px; }
}
.banner-box-box6 .extra-wrap p {
	color:#fff;
	width:95%;
}
@media (min-width: 1870px) {
	.banner-box-box6 .extra-wrap p { width:60%; }
}
@media (min-width: 560px) {
	.banner-box-box6 .extra-wrap p { width:100%; }
}
.banner-box-box6:hover .extra-wrap h5 {
	color:#c21d24;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
.banner-box-box6:hover .featured-thumbnail img {
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
	-webkit-transform:scale3d(1.02,1.02,1.02);
	transform:scale3d(1.02,1.02,1.02);
}
.banner-box-box6.bannerBox4 { margin-bottom:0; }
.banner-box-box6.bannerBox4 .extra-wrap h5 strong { display:block; }
@media (max-width: 1400px) {
	.banner-box-box6.bannerBox4 { background:#333; }
}
.banner-box-box6.bannerBox5 { margin-bottom:0; }
@media (max-width: 1400px) {
	.banner-box-box6.bannerBox5 { background:#333; }
}
.banner-box-box6 ol {
	padding:0;
	margin:0;
	list-style:none;
	width:95%;
}
.banner-box-box6 ol li {
	color:#fff;
	overflow:hidden;
	margin-bottom:18px;
}
.banner-box-box6 ol li em {
	display:inline-block;
	width:95px;
	height:95px;
	line-height:95px;
	border-radius:100%;
	text-align:center;
	background:#c21d24;
	color:#fff;
	font-size:52px;
	font-style:normal;
	float:left;
	margin-right:20px;
}
@media (max-width: 1870px) {
	.banner-box-box6 ol li em {
		width:50px;
		height:50px;
		line-height:50px;
		font-size:20px;
	}
}
@media (max-width: 560px) {
	.banner-box-box6 ol li em {
		display:inline-block;
		margin:0 0 20px 0;
		float:none;
	}
}
.banner-box-box6 ol li strong {
	display:block;
	text-transform:uppercase;
	font-size:21px;
	margin-bottom:10px;
}
@media (min-width: 1870px) {
	.banner-box-box6 ol { width:60%; }
}
.newsletter_box { padding:40px 0; }
.newsletter_box h1 { margin-bottom:57px; }
.newsletter_box .mc4wp-form { margin:26px 0 0 0; }
.newsletter_box form {
	margin:0;
	overflow:hidden;
	display:block;
}
@media (min-width: 1200px) {
	.newsletter_box form { display:inline-block; }
}
@media (max-width: 767px) {
	.newsletter_box form { display:block; }
}
.newsletter_box form p { float:none; }
@media (min-width: 1200px) {
	.newsletter_box form p { float:left; }
}
.newsletter_box .mc4wp-form input {
	border-radius:0;
	border:1px solid #ddd;
	height:66px !important;
	background:none;
	box-shadow:none !important;
	padding:20px;
	color:#777;
	font-size:15px;
	font-weight:300;
	width:560px !important;
	margin:0 4px 4px 0;
	float:left;
}
@media (max-width: 1200px) {
	.newsletter_box .mc4wp-form input {
		width:100% !important;
		float:none;
		margin-right:0;
	}
}
.newsletter_box .mc4wp-form input[type="submit"], .newsletter_box .mc4wp-form input[type="reset"] {
	width:auto !important;
	border:none !important;
	border-radius:0 !important;
	padding:0 70px !important;
	line-height:60px !important;
	color:#fff !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
	font-size:21px !important;
	text-transform:uppercase;
	background:#333 !important;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
.newsletter_box .mc4wp-form input[type="submit"]:hover, .newsletter_box .mc4wp-form input[type="reset"]:hover { background:#c21d24 !important; }
@media (max-width: 767px) {
	.newsletter_box .mc4wp-form input[type="submit"], .newsletter_box .mc4wp-form input[type="reset"] {
		padding:0 7px !important;
		line-height:30px !important;
		height:30px !important;
	}
}
.newsletter_box .mc4wp-form label {
	display:block;
	font-weight:bold;
	margin-bottom:0;
	float:left;
	margin:20px 65px 0 0;
	color:#000;
	font-size:30px;
	cursor:default;
	text-transform:uppercase;
}
.newsletter_box .mc4wp-form label span {
	overflow:hidden;
	display:block;
}
@media (max-width: 1200px) {
	.newsletter_box .mc4wp-form label {
		float:none;
		margin:0 0 10px 0;
	}
}
@media (max-width: 767px) {
	.newsletter_box .mc4wp-form label { width:auto; }
}
.g_map {
	height:470px;
	left:50%;
	margin-bottom:-50px;
}
.title-section {
	padding:25px 10px 0 10px;
	position:relative;
	left:50%;
	background:#2d2d2d url(images/bg_pic3.jpg) center 0 no-repeat;
}
.title-section .title-header {
	font-weight:900;
	font-size:36px;
	line-height:1em;
	color:#fff;
	margin:0;
	padding-bottom:21px;
}
@media (max-width: 560px) {
	.title-section .title-header {
		font-size:18px !important;
		letter-spacing:0;
	}
}
.content_box.text_dropcap {
	color:#c21d24;
	margin-right:9px;
}
.list.styled >ul li { font-weight:300; }
.list.styled >ul li:before {
	content:"\f138";
	color:#c21d24;
}
.team_box {
	background:#1c1c1c;
	position:relative;
	padding:50px 0 0 0;
}
.team_box:after {
	display:table;
	width:100%;
	clear:both;
	content:'';
}
.team_box:before {
	width:1000%;
	height:100%;
	background:#1c1c1c;
	position:absolute;
	top:0;
	left:-500%;
	content:'';
	display:block;
	z-index:-1;
}
.team_box h2 { color:#fff; }
.team_box h5 {
	text-transform:uppercase;
	font-size:21px;
}
.team_box h5 a { color:#c21d24; }
.team_box h5 a:hover { color:#fff; }
.team_box .excerpt {
	color:#fff;
	padding:11px 0 0 0;
}
.featured-thumbnail, .thumbnail__portfolio {
	padding:0;
	border:none;
	border-radius:0;
	box-shadow:none;
	background:#fff;
}
.thumbnail__portfolio { border:1px solid #cac9c9; }
.posts-grid li .featured-thumbnail a .zoom-icon {
	background:rgba(45,45,45,0.5);
	border:10px solid #c21d24;
	-webkit-transform:translateY(0) translateX(0) scale(0.25);
	transform:translateY(0) translateX(0) scale(0.25);
}
.posts-grid li .featured-thumbnail a .zoom-icon:before {
	background:url(./images/zoom.png) 50% 50% no-repeat;
	width:46px;
	height:46px;
	margin:-23px 0 0 -23px;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.posts-grid li .featured-thumbnail a:hover .zoom-icon {
	-webkit-transform:translateY(0) translateX(0) scale(1);
	transform:translateY(0) translateX(0) scale(1);
}
.posts-grid li .featured-thumbnail a:hover .zoom-icon:before {
	-webkit-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	-webkit-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.portfolio_item_holder .thumbnail__portfolio a .zoom-icon {
	background:rgba(45,45,45,0.5);
	border:10px solid #c21d24;
	-webkit-transform:translateY(0) translateX(0) scale(0.25);
	transform:translateY(0) translateX(0) scale(0.25);
}
.portfolio_item_holder .thumbnail__portfolio a .zoom-icon:before {
	background:url(./images/zoom.png) 50% 50% no-repeat;
	width:46px;
	height:46px;
	margin:-23px 0 0 -23px;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.portfolio_item_holder .thumbnail__portfolio a:hover .zoom-icon {
	-webkit-transform:translateY(0) translateX(0) scale(1);
	transform:translateY(0) translateX(0) scale(1);
}
.portfolio_item_holder .thumbnail__portfolio a:hover .zoom-icon:before {
	-webkit-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	-webkit-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.advantages_box { padding:40px 0 0 0; }
.advantages_box [class^="icon-"], .advantages_box [class*=" icon-"] { color:#c21d24 !important; }
@media (max-width: 767px) {
	.who_box img { width:100%; }
}
.woocommerce-pagination { padding:20px 0 0 0; }
.sidebar h3 {
	font-size:38px;
	line-height:1em;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}
@media (max-width: 1200px) {
	.sidebar h3 { font-size:25px; }
}
@media (min-width: 980px) {
	#sidebar.span3 {
		padding-right:5px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.product-categories {
	padding:0;
	margin:0;
	list-style:none;
}
.product-categories li { margin-bottom:3px; }
.product-categories li:before {
	content:"\f138";
	font-family:FontAwesome;
	font-size:13px;
	color:#c21d24;
	margin-right:7px;
}
.product-categories li a { color:#ff3842; }
.product-categories li a:hover { color:#c21d24; }
.filterable-portfolio .portfolio_item { margin:0 0 50px 0; }
.filter-wrapper { padding:0 0 27px 0; }
.filter-wrapper .thumbnail__portfolio a { background:#f1f1f1; }
.filter-wrapper strong {
	font-size:20px;
	text-transform:uppercase;
	color:#c21d24;
	display:none;
	font-weight:400;
}
.filter-wrapper .pull-right {
	float:none;
	text-align:center;
	position:relative;
}
.filter-wrapper .nav-pills {
	display:inline-block;
	margin-bottom:10px;
	float:none;
	background:#fff;
}
.filter-wrapper .nav-pills li {
	margin:0 10px;
	float:none;
	display:inline-block;
}
.filter-wrapper .nav-pills li a {
	border-radius:0;
	background:none;
	display:inline-block;
	padding:0;
	font-weight:400;
	font-size:20px;
	text-transform:uppercase;
	color:#000;
}
@media (max-width: 767px) {
	.filter-wrapper .nav-pills li a {
		font-size:11px;
		font-weight:normal;
	}
}
@media (max-width: 480px) {
	.filter-wrapper .nav-pills li {
		display:block;
		margin:0;
	}
}
.filter-wrapper .nav-pills>.active>a, .filter-wrapper .nav-pills>.active>a:hover, .filter-wrapper .nav-pills>.active>a:focus {
	color:#c21d24;
	background:none;
}
.filter-wrapper .nav-pills a:hover, .filter-wrapper .nav-pills a:focus {
	color:#c21d24;
	background:none;
}
.post-header .post-title a { color:#000; }
.post-header .post-title a:hover { color:#c21d24; }
.post_meta i {
	color:#bababa;
	font-size:13px;
}
.post-author {
	border:none;
	background:#fafafa;
}
.post-author .post-author_h {
	font-size:15px;
	font-weight:300;
	text-transform:capitalize;
	letter-spacing:0;
}
.post-author .post-author_h a { color:#c21d24; }
.post-author .post-author_h a:hover { color:#000; }
.post-author .post-author_desc { font-weight:300; }
.post-author .post-author_link p a {
	color:#c21d24;
	text-transform:capitalize;
}
.post-author .post-author_link p a:hover { color:#000; }
.related-posts_h, .comments-h, #respond h3 {
	font-size:38px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin-bottom:50px;
	line-height:1em;
}
.comment .comment-body {
	border:none;
	background:#fafafa;
}
.comment .comment-body .comment-author .author {
	text-transform:uppercase;
	color:#333;
	font-size:19px;
	font-weight:400;
}
.comment .comment-body .comment-meta {
	text-transform:uppercase;
	color:#333;
	font-size:19px;
	font-weight:400;
	text-decoration:underline;
	padding:0;
}
.comment .comment-body .reply .comment-reply-link {
	padding:0;
	background:none;
	text-transform:uppercase;
	color:#333;
	font-size:19px;
	font-weight:400;
	text-decoration:underline !important;
}
.comment .comment-body .reply .comment-reply-link:hover { color:#c21d24; }
.children { padding:0 0 0 40px; }
@media (max-width: 767px) {
	.children { padding:0; }
}
#calendar_wrap caption { color:#c21d24; }
#calendar_wrap thead th { color:#c21d24; }
body #motopress-main.main-holder #woocommerce_product_search-2 input[type="search"] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:30px;
	padding:5px 10px;
}
@media (min-width: 768px) {
	body #motopress-main.main-holder #woocommerce_product_search-2 input[type="search"] { width:100%; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder #woocommerce_product_search-2 input[type="search"] { margin-bottom:0; }
}
body #motopress-main.main-holder #woocommerce_product_search-2 input[type="submit"] {
	font-size:14px !important;
	line-height:20px !important;
	padding:5px 10px;
	border-width:0;
}
.dropcap {
	border-radius:0;
	color:#fff;
	background:#ff3842;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:30px;
}
@media (max-width: 767px) {
	.posts-grid.team >li:after {
		clear:both;
		width:100%;
		display:block;
		content:"";
	}
}
.posts-grid.team >li .featured-thumbnail {
	float:none;
	margin:0 0 10px 0;
}
@media (max-width: 767px) {
	.posts-grid.team >li .featured-thumbnail {
		float:left;
		margin:0 20px 20px 0;
		max-width:50%;
	}
}
@media (max-width: 400px) {
	.posts-grid.team >li .featured-thumbnail {
		float:none;
		margin:0 0 10px 0;
		max-width:100%;
	}
}
@media (max-width: 767px) {
	.posts-grid.team >li .clear { clear:none; }
}
footer.footer {
	z-index:0;
	text-align:center;
	padding:50px 0 90px 0;
	border-top-color:#e8e8e8;
	background:#fff;
}
@media (max-width: 767px) {
	footer.footer { padding:0px !important; }
}
footer.footer .copyright {
	padding:0;
	font-size:15px;
	font-weight:300;
	color:#333;
	text-transform:capitalize;
}
footer.footer .copyright a { color:#333; }
footer.footer .copyright a:hover { color:#c21d24; }
footer.footer .copyright .footer-text { float:none; }
footer.footer #menu-top-brands-menu>li>a { color:#000000 !important; }
footer.footer .top-brands h5 {
	font-size:18px;
	text-transform:uppercase;
	padding-bottom:20px;
}
footer.footer .top-brands .menu {
	list-style-type:none;
	margin:0;
	text-align:left;
	font-size:0;
}
footer.footer .top-brands .menu-item {
	display:inline-block;
	width:20%;
	text-align:center;
	font-size:12px;
}
@media (max-width: 979px) {
	footer.footer .top-brands .menu-item { width:25%; }
}
@media (max-width: 767px) {
	footer.footer .top-brands .menu-item { width:33.33%; }
}
@media (max-width: 620px) {
	footer.footer .top-brands { display:none; }
}
.social {
	padding:22px 0 0 0;
	margin:0;
	list-style:none;
	display:inline-block;
}
.social li {
	float:left;
	margin:0 5px;
}
.social li a {
	color:#1c1c1c;
	font-size:36px;
	width:85px;
	height:85px;
	text-align:center;
	line-height:85px;
	background:#f1f1f1;
	display:block;
	border-radius:100%;
	text-decoration:none;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
.social li a:hover {
	color:#c21d24;
	background:#f2f2f2;
}
@media (min-width: 768px) and (max-width: 979px) {
	.social li a {
		width:60px;
		height:60px;
		line-height:60px;
	}
}
@media (max-width: 767px) {
	.social {
		float:none;
		display:inline-block;
	}
	.social li a {
		width:60px;
		height:60px;
		line-height:60px;
	}
}
nav.footer-nav .menu li.current-menu-item a, nav.footer-nav .menu li a:hover {
	color:#c21d24;
	text-decoration:none;
}
#back-top-wrapper {
	right:20px;
	bottom:30px;
}
body #motopress-main.main-holder { overflow:hidden; }
body #motopress-main.main-holder .advanced_categories {
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}
body #motopress-main.main-holder .advanced_categories_item {
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:20px;
}
body #motopress-main.main-holder .advanced_categories_item_inner { padding:10px; }
body #motopress-main.main-holder .advanced_categories_item_inner figure {
	margin:0;
	text-align:center;
}
body #motopress-main.main-holder .advanced_categories.cols_1 .advanced_categories_item { width:100%; }
body #motopress-main.main-holder .advanced_categories.cols_2 .advanced_categories_item { width:50%; }
body #motopress-main.main-holder .advanced_categories.cols_3 .advanced_categories_item { width:33.3%; }
body #motopress-main.main-holder .advanced_categories.cols_4 .advanced_categories_item { width:25%; }
body #motopress-main.main-holder .advanced_categories.cols_5 .advanced_categories_item { width:20%; }
body #motopress-main.main-holder .advanced_categories.cols_6 .advanced_categories_item { width:16.5%; }
body #motopress-main.main-holder .shop-nav {
	float:left;
	margin-top:4px;
}
@media (max-width: 1200px) {
	body #motopress-main.main-holder .shop-nav {
		float:none;
		margin-bottom:15px;
	}
}
body #motopress-main.main-holder .shop-nav ul {
	text-align:left;
	padding:0 0 10px 0;
	margin:0;
}
@media (max-width: 1200px) {
	body #motopress-main.main-holder .shop-nav ul {
		text-align:center;
		padding:5px 0;
	}
}
body #motopress-main.main-holder .shop-nav ul li {
	display:inline-block;
	padding:0 20px 0 0;
	list-style:none;
	font-size:13px;
	line-height:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .shop-nav ul li {
		font-size:12px;
		padding:0 0 0 10px;
	}
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .shop-nav ul li { padding:0 5px; }
}
body #motopress-main.main-holder .shop-nav ul li a {
	text-decoration:none;
	font-size:13px;
	color:#fff;
}
body #motopress-main.main-holder .shop-nav ul li a:hover, body #motopress-main.main-holder .shop-nav ul li.current-menu-item>a, body #motopress-main.main-holder .shop-nav ul li.current_page_item>a { color:#c21d24; }
body #motopress-main.main-holder .shop-nav ul li ul { display:none; }
body #motopress-main.main-holder .cherry-wc-account {
	font-size:13px;
	line-height:20px;
	padding:0;
	margin:0;
	float:right;
}
@media (max-width: 1200px) {
	body #motopress-main.main-holder .cherry-wc-account {
		margin:0;
		float:none;
		display:inline-block;
	}
}
body #motopress-main.main-holder .cherry-wc-account a {
	color:#fff;
	padding:5px 21px;
	display:inline-block;
	background:#c21d24;
	position:relative;
	z-index:0;
}
body #motopress-main.main-holder .cherry-wc-account a:after {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#fff;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
body #motopress-main.main-holder .cherry-wc-account a:hover { color:#c21d24; }
body #motopress-main.main-holder .cherry-wc-account a:hover:after { height:100%; }
body #motopress-main.main-holder .cherry-wc-account_title { text-decoration:none !important; }
body #motopress-main.main-holder .cherry-wc-account_title:after {
	font-family:FontAwesome;
	content:"";
	display:inline-block;
	margin:0;
	font-size:0;
}
body #motopress-main.main-holder .cherry-wc-account_title:before {
	font-family:FontAwesome;
	content:"";
	display:inline-block;
	margin:0;
	font-size:0;
}
body #motopress-main.main-holder .cherry-wc-account_title.cherry-dropdown-opened:after { content:""; }
body #motopress-main.main-holder .cherry-wc-account_content {
	margin:10px 0 0 0;
	display:none;
	position:absolute;
	width:172px;
	padding:25px 20px;
	right:0;
	top:100%;
	background:#fff;
	border:0 solid #ccc;
	border-radius:0;
	box-shadow:none;
	text-align:left;
}
@media (max-width: 980px) {
	body #motopress-main.main-holder .cherry-wc-account_content {
		right:50%;
		margin:10px -117px 0 0;
	}
}
body #motopress-main.main-holder .cherry-wc-account_list {
	margin:0;
	font-size:13px;
	line-height:20px;
	list-style:none;
	text-transform:uppercase;
}
body #motopress-main.main-holder .cherry-wc-account_list li { padding:0 0 19px 0; }
body #motopress-main.main-holder .cherry-wc-account_list li a {
	background:none;
	padding:0;
	color:#333;
}
body #motopress-main.main-holder .cherry-wc-account_list li a:after { display:none; }
body #motopress-main.main-holder .cherry-wc-account_list li a:hover {
	text-decoration:none;
	color:#c21d24;
}
body #motopress-main.main-holder .cherry-wc-account_auth {
	padding:10px 20px;
	margin:0 -20px 0 -20px;
	background:#c21d24;
}
body #motopress-main.main-holder .cherry-wc-account_auth a {
	background:none;
	padding:0;
	color:#fff;
	font-size:13px;
	line-height:20px;
	list-style:none;
	text-transform:uppercase;
}
body #motopress-main.main-holder .cherry-wc-account_auth a:after { display:none; }
body #motopress-main.main-holder .cherry-wc-account_auth a:hover {
	text-decoration:none;
	color:#333;
}
body #motopress-main.main-holder .cherry-wc-account_auth .not-logged:before {
	font-family:FontAwesome;
	content:"\f090";
	display:inline-block;
	margin:0 5px 0 0;
	font-size:14px;
	display:none;
}
body #motopress-main.main-holder .cherry-wc-account_auth .logged:before {
	font-family:FontAwesome;
	content:"\f08b";
	display:inline-block;
	margin:0 5px 0 0;
	font-size:14px;
	display:none;
}
body #motopress-main.main-holder .cart-holder {
	position:relative;
	z-index:10;
	padding:9px 0 0 30px;
	text-align:right;
	float:right;
}
@media (max-width: 1200px) {
	body #motopress-main.main-holder .cart-holder {
		float:none;
		text-align:center;
		padding:0;
		margin:15px 0;
	}
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content {
	z-index:99 !important;
	display:none;
	position:absolute;
	width:210px;
	padding:10px;
	margin-top:11px;
	right:0;
	top:100%;
	background:#fff;
	border:1px solid #e2e1e1;
	border-radius:0;
	box-shadow:none;
	text-align:left;
}
@media (max-width: 980px) {
	body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content {
		right:50%;
		margin:15px -120px 0 0;
	}
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list {
	margin:0;
	padding:0;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li {
	list-style:none;
	background:none;
	padding:10px 0;
	overflow:hidden;
	position:relative;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li img, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li img {
	float:left;
	margin:5px 10px 0 0;
	background:#ffffff;
	border:0 solid #aaa;
	border-radius:0;
	width:50px;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li a.remove, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li a.remove { top:-7px; }
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li a:hover img, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li a:hover img { border:0 solid #ff3842; }
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li .quantity, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li .quantity {
	display:block;
	overflow:hidden;
	margin:0 0 0 60px;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li .variation, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li .variation {
	overflow:hidden;
	border:none;
	padding:0;
	margin:0 0 0 60px;
	font-size:12.6px;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li .variation dt, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li .variation dt { float:left; }
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li .variation dd, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li .variation dd {
	margin:0 0 0 4px;
	float:left;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .total {
	margin:0;
	padding:5px 0 15px;
	text-align:right;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .buttons {
	margin:0;
	text-align:center;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .buttons a { margin:0 0 1px 0; }
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .empty {
	text-align:center;
	display:block;
}
body #motopress-main.main-holder .cart-holder h3 {
	cursor:pointer;
	display:inline-block;
	font-size:0;
	line-height:0;
	margin:0;
	font-weight:bold;
}
body #motopress-main.main-holder .cart-holder h3:before {
	font-family:FontAwesome;
	font-weight:normal;
	display:inline-block;
	content:"\f07a";
	font-size:31px;
	color:#c21d24;
	margin:0;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .cart-holder h3:hover:before { color:#fff; }
body #motopress-main.main-holder .content-holder .page-title { display:none; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .archive_lists .list.styled ul { margin-bottom:30px; }
}
body #motopress-main.main-holder .content-holder div.product .onsale {
	right:inherit;
	left:0;
}
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails {
	display:block;
	margin:0;
	text-align:center;
	padding-top:0;
	font-size:0;
	line-height:0;
}
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails a {
	width:auto;
	max-width:90px;
	margin:0 1px 2px;
	float:none;
	display:inline-block;
}
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails a img { margin:0; }
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails a:hover img { box-shadow:none; }
body #motopress-main.main-holder .content-holder div.product button[type="submit"] {
	font-size:14px !important;
	line-height:20px !important;
	padding:5px 10px;
	border-width:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body #motopress-main.main-holder .content-holder div.product .summary >.woocommerce-product-rating { float:right; }
body #motopress-main.main-holder .content-holder div.product .summary >.woocommerce-product-rating .star-rating {
	float:none;
	margin:0 auto 5px;
}
body #motopress-main.main-holder .content-holder div.product .summary >.woocommerce-product-rating .woocommerce-review-link {
	clear:both;
	display:block;
	text-align:center;
}
body #motopress-main.main-holder .content-holder div.product .summary div[itemprop="description"] { clear:both; }
body #motopress-main.main-holder .content-holder div.product .summary .quantity { margin-bottom:10px; }
body #motopress-main.main-holder .content-holder div.product .summary .quantity .qty { margin-bottom:0; }
body #motopress-main.main-holder .content-holder div.product .summary h1:first-letter { text-transform:uppercase; }
body #motopress-main.main-holder .content-holder div.product .summary .share-buttons {
	border-top:1px solid #d5d5d5;
	margin:15px 0 0 0;
	padding:15px 0 15px;
}
body #motopress-main.main-holder .content-holder div.product div .tabs {
	padding:0;
	margin:0;
	background:none;
	position:relative;
	border-radius:0;
}
body #motopress-main.main-holder .content-holder div.product div .tabs:before, body #motopress-main.main-holder .content-holder div.product div .tabs:after {
	border:none;
	box-shadow:none;
	display:none;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active {
	background:none;
	border-bottom:none;
	top:0;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active a {
	color:#fff;
	background:#c21d24;
	border-bottom:none;
	border-color:#c21d24;
	cursor:default;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li {
	margin:0;
	padding:0;
	background:none;
	border:none;
	box-shadow:none;
	font-size:inherit;
	position:relative;
	float:left;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li a {
	text-shadow:none;
	color:inherit;
	padding:8px 15px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background:#eee;
	border-radius:0;
	border-top:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li a:hover {
	color:#fff;
	border-color:#c21d24;
	background:#c21d24;
}
@media (max-width: 560px) {
	body #motopress-main.main-holder .content-holder div.product div .tabs li {
		float:none;
		width:100%;
		margin-bottom:-1px;
	}
}
body #motopress-main.main-holder .content-holder div.product div .tabs li:first-child a { border-radius:0 0 0 0; }
body #motopress-main.main-holder .content-holder div.product div .tabs li:last-child a {
	border-radius:0 0 0 0;
	border-right:1px solid #d5d5d5;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li:last-child a:hover { border-right-color:#c21d24; }
body #motopress-main.main-holder .content-holder div.product div .tabs li:before, body #motopress-main.main-holder .content-holder div.product div .tabs li:after {
	border:none;
	box-shadow:none;
	display:none;
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder div.product div .tabs li a {
		border:1px solid #d5d5d5;
		border-radius:0;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li:first-child a {
		border-top-left-radius:0;
		border-top-right-radius:0;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li:last-child a {
		border-radius:0;
		border-bottom:none;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li.active:last-child a { border-bottom:none; }
	body #motopress-main.main-holder .content-holder div.product div .tabs li.active a {
		border-bottom:1px solid #d5d5d5;
		border-color:#c21d24;
	}
}
body #motopress-main.main-holder .content-holder div.product div.panel:not(.wl-panel) {
	padding:15px;
	background:#fdfdfd;
	border:1px solid #d5d5d5;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	box-shadow:none;
}
body #motopress-main.main-holder .content-holder div.product div.panel:not(.wl-panel) #reviews #comments ol.commentlist li .comment_container img { margin-top:6px; }
body #motopress-main.main-holder .content-holder div.product div.panel:not(.wl-panel) #reviews #comments ol.commentlist li .comment-text {
	border:none;
	padding-top:0;
}
body #motopress-main.main-holder .content-holder div.product div.panel:not(.wl-panel) #reviews #comments ol.commentlist li p.meta { font-size:12px; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder div.product div.panel:not(.wl-panel) #reviews .star-rating { float:right; }
	body #motopress-main.main-holder .content-holder div.product div.panel:not(.wl-panel) #reviews .commentlist .star-rating { float:left; }
	body #motopress-main.main-holder .content-holder div.product div.panel:not(.wl-panel) #reviews h2, body #motopress-main.main-holder .content-holder div.product div.panel:not(.wl-panel) #reviews .meta { clear:both !important; }
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td {
	background:none;
	color:#777777;
	text-shadow:none;
	padding-top:0;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations {
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.custom_btn1:after { display:none; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.custom_btn1:hover, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations {
		padding:5px 7px;
		font-size:12px !important;
	}
	body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:after { font-size:12px; }
	body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.custom_btn1 { padding:5px 7px; }
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:hover, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:hover:before, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:focus:before { height:100%; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:hover:after, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:focus:after { color:#fff; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.active, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.disabled, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.custom_btn1:after { display:none; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.custom_btn1:hover, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations {
		padding:5px 7px;
		font-size:12px !important;
	}
	body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:after { font-size:12px; }
	body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.custom_btn1 { padding:5px 7px; }
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:hover, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:hover:before, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:focus:before { height:100%; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:hover:after, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:focus:after { color:#fff; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.active, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations.disabled, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td label, body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations {
	margin-top:0;
	display:inline-block;
	line-height:20px;
	padding:5px 10px;
	padding:4px 10px;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td label {
	border:0 solid #eee;
	border-radius:0;
	background:#eee;
	color:#777777;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td.label { padding-right:10px; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td.value select { margin-right:10px; }
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder div.product div.images, body #motopress-main.main-holder .content-holder div.product div.summary {
		float:none;
		width:100%;
	}
	body #motopress-main.main-holder .content-holder div.product div.images {
		max-width:300px;
		margin:0 auto;
	}
}
body #motopress-main.main-holder .content-holder ul.products li.product >a img[class*="attachment"], body #motopress-main.main-holder .content-holder ul.products li.product >a img.woocommerce-placeholder, body #motopress-main.main-holder .content-holder div.product div.images >a img[class*="attachment"], body #motopress-main.main-holder .content-holder div.product div.images >a img.woocommerce-placeholder, body #motopress-main.main-holder .content-holder div.product div.images .thumbnails >a img[class*="attachment"], body #motopress-main.main-holder .content-holder div.product div.images .thumbnails >a img.woocommerce-placeholder {
	width:100% !important;
	height:auto !important;
	display:block;
	margin:0 0 8px;
	background:#ffffff;
	border:0 solid #aaa;
	border-radius:0;
	box-shadow:0 0 0 rgba(0,0,0,0);
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
}
body #motopress-main.main-holder .content-holder ul.products li.product >:hover img[class*="attachment"], body #motopress-main.main-holder .content-holder ul.products li.product >:hover img.woocommerce-placeholder, body #motopress-main.main-holder .content-holder div.product div.images >:hover img[class*="attachment"], body #motopress-main.main-holder .content-holder div.product div.images >:hover img.woocommerce-placeholder, body #motopress-main.main-holder .content-holder div.product div.images .thumbnails >:hover img[class*="attachment"], body #motopress-main.main-holder .content-holder div.product div.images .thumbnails >:hover img.woocommerce-placeholder {
	border:0 solid #ff3842;
	box-shadow:0 0 0 rgba(0,0,0,0);
}
body #motopress-main.main-holder .content-holder div.product div.images {
	width:300px;
	margin-bottom:2em;
	margin-right:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder div.product div.images { width:200px; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder div.product div.images {
		width:48%;
		margin-right:0;
	}
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder div.product div.images {
		width:100%;
		max-width:300px;
		margin-left:auto;
		margin-right:auto;
	}
}
body #motopress-main.main-holder .content-holder div.product .summary {
	float:right;
	width:380px;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder div.product .summary { width:550px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder div.product .summary { width:318px; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder div.product .summary { width:48%; }
}
body #motopress-main.main-holder .content-holder div.product .summary:after {
	clear:both;
	content:"";
	width:100%;
}
body #motopress-main.main-holder .content-holder div.product .summary .price {
	text-align:left !important;
	min-height:10px !important;
}
body #motopress-main.main-holder .content-holder div.product .summary .cart {
	float:left;
	width:60%;
}
body #motopress-main.main-holder .content-holder div.product .summary .cart.variations_form {
	float:none;
	width:100%;
}
body #motopress-main.main-holder .content-holder div.product .summary .single_variation_wrap {
	display:flex;
	flex-direction:column;
}
body #motopress-main.main-holder .content-holder div.product .summary .single_variation_wrap:after {
	clear:both;
	content:"";
	width:100%;
	display:block;
}
body #motopress-main.main-holder .content-holder div.product .summary .single_variation_wrap .wl-button-wrap { order:1; }
body #motopress-main.main-holder .content-holder div.product .summary .single_variation { padding:0 0 10px 0; }
body #motopress-main.main-holder .content-holder div.product .summary .single_variation .stock { max-width:70%; }
body #motopress-main.main-holder .content-holder div.product .summary .stock {
	float:right;
	padding:5px 10px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	color:#fff;
	background:#c21d24;
	box-shadow:none;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body #motopress-main.main-holder .content-holder div.product .summary .stock.out-of-stock { background:#9d261d; }
@media (min-width: 480px) and (max-width: 767px) {
	body #motopress-main.main-holder .content-holder div.product .summary .stock {
		max-width:none;
		display:inline-block;
		float:none;
	}
}
body #motopress-main.main-holder .content-holder div.product .summary .product_meta {
	clear:both;
	margin:20px 0 0 0;
}
body #motopress-main.main-holder .content-holder div.product .summary .product_meta >span { display:block; }
body #motopress-main.main-holder .content-holder div.product #tabs { padding:0; }
body #motopress-main.main-holder .content-holder ul.products li.product>a .price, body #motopress-main.main-holder .content-holder div.product .summary .price {
	color:#ff3842;
	font-size:20px;
	line-height:30px;
	float:none;
	text-align:left;
}
body #motopress-main.main-holder .content-holder ul.products li.product>a .price del, body #motopress-main.main-holder .content-holder ul.products li.product>a .price span.from, body #motopress-main.main-holder .content-holder div.product .summary .price del, body #motopress-main.main-holder .content-holder div.product .summary .price span.from {
	font-size:12px;
	display:inline-block;
	text-transform:lowercase;
}
body #motopress-main.main-holder .content-holder ul.products li.product>a .price ins, body #motopress-main.main-holder .content-holder div.product .summary .price ins { text-decoration:none; }
body #motopress-main.main-holder .content-holder ul.products li.product>a .price .from, body #motopress-main.main-holder .content-holder div.product .summary .price .from {
	margin:0 5px 0 0;
	font-size:12px;
}
@media (max-width: 979px) {
	body #motopress-main.main-holder .content-holder ul.products li.product>a .price, body #motopress-main.main-holder .content-holder div.product .summary .price {
		font-size:1.2em;
		line-height:1.2em;
	}
}
body #motopress-main.main-holder .content-holder ul.products li.product>a:hover { text-decoration:none; }
body #motopress-main.main-holder .content-holder ul.products li.product>a:hover .price { color:#c21d24; }
body #motopress-main.main-holder .content-holder .woocommerce-result-count { padding:0 10px 0 0; }
body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products {
	float:none !important;
	margin:25px 0 0 -20px !important;
	list-style:none;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products { margin:25px 0 0 -30px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products { margin-left:-20px !important; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products { margin-left:1% !important; }
}
@media (max-width: 600px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products { margin-left:0 !important; }
}
body #motopress-main.main-holder .content-holder .products ul li.first, body #motopress-main.main-holder .content-holder ul.products li.first { clear:both; }
body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
	float:left;
	width:240px;
	padding:18px 18px;
	margin:0 0 -1px -1px;
	position:relative;
	text-align:left;
	vertical-align:top;
	border:1px solid #cac9c9;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
body #motopress-main.main-holder .content-holder .products ul li.product a.added_to_cart, body #motopress-main.main-holder .content-holder ul.products li.product a.added_to_cart { display:none; }
body #motopress-main.main-holder .content-holder .products ul li.product >a .cherry-quick-view.btn, body #motopress-main.main-holder .content-holder ul.products li.product >a .cherry-quick-view.btn {
	width:auto;
	top:0;
	left:50%;
	margin:0 !important;
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
}
body #motopress-main.main-holder .content-holder .products ul li.product:hover, body #motopress-main.main-holder .content-holder ul.products li.product:hover {
	z-index:1;
	border-color:#000;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
body #motopress-main.main-holder .content-holder .products ul li.product:hover >a img, body #motopress-main.main-holder .content-holder ul.products li.product:hover >a img {
	-webkit-transform:scale3d(1.02,1.02,1.02);
	transform:scale3d(1.02,1.02,1.02);
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .content-holder .products ul li.product:hover h3, body #motopress-main.main-holder .content-holder ul.products li.product:hover h3 {
	color:#333;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .content-holder .products ul li.product .cherry-thumb-wrap, body #motopress-main.main-holder .content-holder ul.products li.product .cherry-thumb-wrap {
	top:114px;
	left:50%;
	margin-left:18px;
	position:absolute;
}
body #motopress-main.main-holder .content-holder .products ul li.product .cherry-thumb-wrap:before, body #motopress-main.main-holder .content-holder ul.products li.product .cherry-thumb-wrap:before { display:none; }
body #motopress-main.main-holder .content-holder .products ul li.product .btn, body #motopress-main.main-holder .content-holder .products ul li.product .button, body #motopress-main.main-holder .content-holder ul.products li.product .btn, body #motopress-main.main-holder .content-holder ul.products li.product .button { margin:0; }
body #motopress-main.main-holder .content-holder .products ul li.product h3, body #motopress-main.main-holder .content-holder .products ul li.product strong, body #motopress-main.main-holder .content-holder ul.products li.product h3, body #motopress-main.main-holder .content-holder ul.products li.product strong {
	font-size:19px;
	padding:20px 0 6px 0;
	font-style:normal;
	font-weight:normal;
	display:block;
	color:#c21d24;
	text-transform:none;
	letter-spacing:0;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .content-holder .products ul li.product .short_desc, body #motopress-main.main-holder .content-holder ul.products li.product .short_desc {
	padding:0 0 10px 0;
	font-weight:300;
	line-height:22px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .short_desc p, body #motopress-main.main-holder .content-holder ul.products li.product .short_desc p { margin:0; }
body #motopress-main.main-holder .content-holder .products ul li.product .short_desc span, body #motopress-main.main-holder .content-holder ul.products li.product .short_desc span {
	font:300 14px/20px 'Lato';
	color:#777;
}
body #motopress-main.main-holder .content-holder .products ul li.product .star-rating, body #motopress-main.main-holder .content-holder ul.products li.product .star-rating {
	position:relative;
	background:none;
	border:none;
	box-shadow:none;
	left:50%;
	margin:0 0 0 -32px;
	border-radius:0;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
body #motopress-main.main-holder .content-holder .products ul li.product .star-rating .rate_content, body #motopress-main.main-holder .content-holder ul.products li.product .star-rating .rate_content {
	right:-7px;
	background:#d2d2d1;
	color:#000;
}
body #motopress-main.main-holder .content-holder .products ul li.product .star-rating .rate_content:after, body #motopress-main.main-holder .content-holder ul.products li.product .star-rating .rate_content:after { border-top-color:#d2d2d1; }
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .products ul li.product .star-rating, body #motopress-main.main-holder .content-holder ul.products li.product .star-rating {
		position:absolute;
		margin:0 18px 0 20px;
		left:0;
		bottom:83px;
	}
}
body #motopress-main.main-holder .content-holder .products ul li.product .star-rating:hover .rate_content, body #motopress-main.main-holder .content-holder ul.products li.product .star-rating:hover .rate_content { top:-52px; }
body #motopress-main.main-holder .content-holder .products ul li.product .price, body #motopress-main.main-holder .content-holder ul.products li.product .price {
	margin-bottom:1px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:23px;
	padding-bottom:15px;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .products ul li.product .price, body #motopress-main.main-holder .content-holder ul.products li.product .price {
		padding-bottom:33px;
		font-size:31px;
	}
}
body #motopress-main.main-holder .content-holder .products ul li.product .price .amount, body #motopress-main.main-holder .content-holder ul.products li.product .price .amount {
	font-size:23px;
	line-height:1em;
	color:#000;
	text-decoration:none;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .products ul li.product .price .amount, body #motopress-main.main-holder .content-holder ul.products li.product .price .amount { font-size:31px; }
}
body #motopress-main.main-holder .content-holder .products ul li.product .price ins, body #motopress-main.main-holder .content-holder ul.products li.product .price ins {
	margin-right:3px;
	text-decoration:none;
	font-weight:bold;
}
body #motopress-main.main-holder .content-holder .products ul li.product .price ins .amount, body #motopress-main.main-holder .content-holder ul.products li.product .price ins .amount { font-weight:bold; }
body #motopress-main.main-holder .content-holder .products ul li.product .price del, body #motopress-main.main-holder .content-holder ul.products li.product .price del {
	color:#777;
	margin-left:3px;
	display:inline-block;
}
body #motopress-main.main-holder .content-holder .products ul li.product .price del .amount, body #motopress-main.main-holder .content-holder ul.products li.product .price del .amount {
	font-weight:300;
	color:#777;
	font-size:15px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .btn, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .btn {
	position:relative;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
	background:#c21d24;
	border:none;
	border-radius:0;
	width:50px;
	height:50px;
	text-align:center;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .btn:after, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .btn:after {
	content:"\f013";
	color:#fff;
	font-size:34px;
	padding:0;
	margin:0;
	font-family:FontAwesome;
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:50px;
	line-height:50px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .btn:before, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .btn:before { display:none; }
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .btn b, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .btn b {
	position:absolute;
	display:inline-block;
	color:#000 !important;
	background:#d2d2d1;
	padding:0 11px;
	min-width:80px;
	max-width:95px;
	visibility:hidden;
	text-indent:0;
	opacity:0;
	top:-70px;
	z-index:2;
	text-shadow:none;
	right:-54px;
	left:auto;
	text-align:center;
	margin-left:-45px;
	border-radius:0;
	text-transform:none;
	border:1px solid #d2d2d1;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	pointer-events:none;
	font:11px/32px 'Lato';
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .btn b:before, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .btn b:before {
	position:absolute;
	content:'';
	bottom:-11px;
	left:50%;
	margin:0 0 0 -37px;
	width:0;
	height:0;
	border-style:solid;
	border-width:11px 10px 0 10px;
	border-color:#d2d2d1 transparent transparent transparent;
	z-index:1;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .btn b:after, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .btn b:after {
	position:absolute;
	content:'';
	bottom:-10px;
	left:50%;
	margin:0 0 0 -36px;
	width:0;
	height:0;
	border-style:solid;
	border-width:10px 9px 0 9px;
	border-color:#d2d2d1 transparent transparent transparent;
	z-index:2;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .btn:hover, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .btn:hover { background:#333; }
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .btn:hover:after, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .btn:hover:after { color:#fff; }
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .btn:hover b, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .btn:hover b {
	visibility:visible;
	opacity:1;
	top:-44px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .btn:hover:before, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .btn:hover:before {
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .add_to_cart_button, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .add_to_cart_button {
	position:relative;
	font-size:0;
	line-height:0;
	background:#c21d24;
	border:none;
	border-radius:0;
	width:50px;
	height:50px;
	padding:0;
	margin-right:1px;
	text-align:center;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .add_to_cart_button:after, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .add_to_cart_button:after {
	position:absolute;
	left:0;
	top:0;
	padding:0;
	width:50px;
	height:50px;
	line-height:50px;
	content:"\f07a";
	display:inline-block;
	margin:0;
	font-family:FontAwesome;
	font-size:37px;
	color:#fff;
	font-weight:400;
	vertical-align:top;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .add_to_cart_button.added:after, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .add_to_cart_button.added:after { content:"\f00c"; }
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .add_to_cart_button:before, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .add_to_cart_button:before {
	height:100% !important;
	background:none !important;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .add_to_cart_button b, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .add_to_cart_button b {
	position:absolute;
	display:inline-block;
	color:#000 !important;
	background:#d2d2d1;
	padding:0 11px;
	min-width:80px;
	max-width:95px;
	visibility:hidden;
	text-indent:0;
	opacity:0;
	top:-70px;
	z-index:2;
	text-shadow:none;
	right:-54px;
	left:auto;
	text-align:center;
	margin-left:-45px;
	border-radius:0;
	text-transform:none;
	border:1px solid #d2d2d1;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	pointer-events:none;
	font:11px/32px 'Lato';
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .add_to_cart_button b:before, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .add_to_cart_button b:before {
	position:absolute;
	content:'';
	bottom:-11px;
	left:50%;
	margin:0 0 0 -37px;
	width:0;
	height:0;
	border-style:solid;
	border-width:11px 10px 0 10px;
	border-color:#d2d2d1 transparent transparent transparent;
	z-index:1;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .add_to_cart_button b:after, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .add_to_cart_button b:after {
	position:absolute;
	content:'';
	bottom:-10px;
	left:50%;
	margin:0 0 0 -36px;
	width:0;
	height:0;
	border-style:solid;
	border-width:10px 9px 0 9px;
	border-color:#d2d2d1 transparent transparent transparent;
	z-index:2;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .add_to_cart_button:hover, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .add_to_cart_button:hover { background:#333 !important; }
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .add_to_cart_button:hover b, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .add_to_cart_button:hover b {
	visibility:visible;
	opacity:1;
	top:-44px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .add_to_cart_button:hover:before, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .add_to_cart_button:hover:before {
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-link-wrap .add_to_cart_button.product_type_variable:after, body #motopress-main.main-holder .content-holder ul.products li.product .product-link-wrap .add_to_cart_button.product_type_variable:after {
	content:"\f022";
	font-size:35px;
	line-height:52px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .cherry-thumb-wrap, body #motopress-main.main-holder .content-holder ul.products li.product .cherry-thumb-wrap {
	position:absolute;
	top:0;
	left:50%;
	margin:2px 0 0 -16px;
}
body #motopress-main.main-holder .content-holder .products ul li.product .cherry-thumb-wrap .cherry-quick-view, body #motopress-main.main-holder .content-holder ul.products li.product .cherry-thumb-wrap .cherry-quick-view {
	line-height:0;
	font-size:0;
	position:relative;
	top:0;
	left:0;
	margin:0 !important;
}
body #motopress-main.main-holder .content-holder .products ul li.product .cherry-thumb-wrap .cherry-quick-view:after, body #motopress-main.main-holder .content-holder ul.products li.product .cherry-thumb-wrap .cherry-quick-view:after {
	position:absolute;
	left:0;
	top:0;
	padding:0;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	background:#242424;
	content:"\f06e";
	display:inline-block;
	margin:0;
	font-family:FontAwesome;
	font-size:17px;
	color:#fff;
	font-weight:400;
	vertical-align:top;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .content-holder .products ul li.product .cherry-thumb-wrap .cherry-quick-view b, body #motopress-main.main-holder .content-holder ul.products li.product .cherry-thumb-wrap .cherry-quick-view b {
	position:absolute;
	display:inline-block;
	color:#000 !important;
	background:#d2d2d1;
	padding:0 11px;
	min-width:80px;
	max-width:95px;
	visibility:hidden;
	text-indent:0;
	opacity:0;
	top:50px;
	z-index:2;
	text-shadow:none;
	left:0;
	margin-left:-35px;
	text-align:center;
	text-transform:capitalize;
	border-radius:0;
	border:none;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	pointer-events:none;
	font:11px/32px 'Lato';
}
body #motopress-main.main-holder .content-holder .products ul li.product .cherry-thumb-wrap:hover .cherry-quick-view:after, body #motopress-main.main-holder .content-holder ul.products li.product .cherry-thumb-wrap:hover .cherry-quick-view:after {
	border-color:#000;
	background:#f76d07;
	color:#fff;
}
body #motopress-main.main-holder .content-holder .products ul li.product .cherry-thumb-wrap:hover .cherry-quick-view b, body #motopress-main.main-holder .content-holder ul.products li.product .cherry-thumb-wrap:hover .cherry-quick-view b {
	visibility:visible;
	opacity:1;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-list-buttons a, body #motopress-main.main-holder .content-holder ul.products li.product .product-list-buttons a {
	font-size:0;
	line-height:0;
	position:relative;
	color:#fff;
	width:0;
	margin:1px;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	background:#242424;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-list-buttons a.added:before, body #motopress-main.main-holder .content-holder ul.products li.product .product-list-buttons a.added:before { content:"\f00c"; }
body #motopress-main.main-holder .content-holder .products ul li.product .product-list-buttons a:before, body #motopress-main.main-holder .content-holder ul.products li.product .product-list-buttons a:before {
	content:"\f066";
	display:inline-block;
	margin:0;
	font-family:FontAwesome;
	width:1em;
	font-size:17px;
	color:#fff;
	vertical-align:top;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-list-buttons a b, body #motopress-main.main-holder .content-holder ul.products li.product .product-list-buttons a b {
	position:absolute;
	display:inline-block;
	color:#000 !important;
	background:#d2d2d1;
	padding:0 11px;
	min-width:80px;
	max-width:95px;
	visibility:hidden;
	text-indent:0;
	opacity:0;
	top:0;
	z-index:2;
	text-shadow:none;
	right:36px;
	left:auto;
	text-align:center;
	border-radius:0;
	border:none;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	pointer-events:none;
	font:11px/32px 'Lato';
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-list-buttons a:hover, body #motopress-main.main-holder .content-holder ul.products li.product .product-list-buttons a:hover { background:#c21d24; }
body #motopress-main.main-holder .content-holder .products ul li.product .product-list-buttons a:hover b, body #motopress-main.main-holder .content-holder ul.products li.product .product-list-buttons a:hover b {
	visibility:visible;
	opacity:1;
	top:0;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-list-buttons a:hover:before, body #motopress-main.main-holder .content-holder ul.products li.product .product-list-buttons a:hover:before {
	color:#fff !important;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-list-buttons .yith-wcwl-add-to-wishlist a:before, body #motopress-main.main-holder .content-holder ul.products li.product .product-list-buttons .yith-wcwl-add-to-wishlist a:before {
	content:"\f004";
	color:#fff;
}
body #motopress-main.main-holder .content-holder .products ul li.product .product-list-buttons .feedback, body #motopress-main.main-holder .content-holder ul.products li.product .product-list-buttons .feedback { display:none; }
body #motopress-main.main-holder .content-holder .products ul li.product:hover .cherry-quick-view.btn, body #motopress-main.main-holder .content-holder ul.products li.product:hover .cherry-quick-view.btn {
	top:50%;
	left:50%;
	margin:0 !important;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
body #motopress-main.main-holder .content-holder .products ul li.product a:hover .star-rating, body #motopress-main.main-holder .content-holder ul.products li.product a:hover .star-rating {
	top:10px;
	visibility:visible;
	opacity:1;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product { width:300px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:278px;
		display:inline-block;
		float:none;
	}
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:47%;
		margin-left:1%;
		margin-right:1%;
		margin-bottom:15px;
		float:none;
		display:inline-block;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product.first, body #motopress-main.main-holder .content-holder ul.products li.product.first { clear:none; }
	body #motopress-main.main-holder .content-holder .products ul li.product:nth-child(3n + 4), body #motopress-main.main-holder .content-holder ul.products li.product:nth-child(3n + 4) { clear:both; }
}
@media (max-width: 600px) {
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:46%;
		margin:0 2% 20px;
		vertical-align:top;
		float:left;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product:nth-child(3n + 4), body #motopress-main.main-holder .content-holder ul.products li.product:nth-child(3n + 4) { clear:none; }
	body #motopress-main.main-holder .content-holder .products ul li.product:nth-child(2n + 3), body #motopress-main.main-holder .content-holder ul.products li.product:nth-child(2n + 3) { clear:both; }
}
@media (max-width: 479px) {
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:100%;
		margin-left:0;
		display:block;
		float:none;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product:nth-child(2n + 3), body #motopress-main.main-holder .content-holder ul.products li.product:nth-child(2n + 3) { clear:none; }
}
body #motopress-main.main-holder .content-holder .related.products { padding-top:15px; }
body #motopress-main.main-holder .content-holder .related .products ul li.product.first, body #motopress-main.main-holder .content-holder .related ul.products li.product.first { clear:none !important; }
@media (max-width: 600px) {
	body #motopress-main.main-holder .content-holder .related .products ul li.product:nth-child(2n + 3), body #motopress-main.main-holder .content-holder .related ul.products li.product:nth-child(2n + 3) { clear:both; }
}
@media (max-width: 479px) {
	body #motopress-main.main-holder .content-holder .related .products ul li.product:nth-child(2n + 3), body #motopress-main.main-holder .content-holder .related ul.products li.product:nth-child(2n + 3) { clear:none; }
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"], body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] {
	padding:10px 30px;
	margin:0 !important;
	list-style:none;
	background:#fff;
	text-align:center;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border-bottom:1px solid #f2f2f2;
	text-shadow:none !important;
	font-size:14px;
	color:#1c1c1c !important;
	text-transform:uppercase;
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] li, body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] li { text-shadow:none; }
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a, body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a {
	color:#c21d24;
	text-shadow:none;
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a:hover, body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a:hover { color:#1c1c1c; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder *[class*="breadcrumb"], body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] { margin:-3px 0 0 0 !important; }
}
body #motopress-main.main-holder .content-holder .breadcrumb__t li.divider:after {
	color:inherit;
	content:"\f105";
	font-family:FontAwesome;
	margin:0 10px;
	font-size:11px;
	position:relative;
	top:-1px;
}
body #motopress-main.main-holder .content-holder .breadcrumb__t li.divider {
	background-color:rgba(0,0,0,0);
	border:0 none;
	font-size:14px;
	line-height:20px;
	color:inherit;
	text-shadow:none;
}
body #motopress-main.main-holder .content-holder .breadcrumb>.active { color:#1c1c1c; }
body #motopress-main.main-holder .content-holder .onsale {
	font-weight:bold;
	font-size:17px;
	line-height:20px;
	background:#f76d07;
	color:#fff;
	padding:4px 7px;
	text-transform:uppercase;
	border:none;
	border-radius:0;
	position:absolute;
	text-align:center;
	left:0;
	top:0;
	right:auto;
	display:inline-block;
	float:left;
	margin:18px 0 0 18px;
	min-height:0;
	min-width:0;
}
body #motopress-main.main-holder .content-holder .woocommerce-ordering select.orderby { margin:0 0 15px 0; }
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder .order_details li {
		float:none;
		display:block;
		padding:0 0 10px 0;
		margin:0;
		border:none;
	}
}
body #motopress-main.main-holder a.button, body #motopress-main.main-holder button.button, body #motopress-main.main-holder input.button, body #motopress-main.main-holder #respond input#submit, body #motopress-main.main-holder #content input.button, body #motopress-main.main-holder input[type="submit"], body #motopress-main.main-holder input[type="reset"], body #motopress-main.main-holder .button-alt {
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
body #motopress-main.main-holder a.button:before, body #motopress-main.main-holder button.button:before, body #motopress-main.main-holder input.button:before, body #motopress-main.main-holder #respond input#submit:before, body #motopress-main.main-holder #content input.button:before, body #motopress-main.main-holder input[type="submit"]:before, body #motopress-main.main-holder input[type="reset"]:before, body #motopress-main.main-holder .button-alt:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
body #motopress-main.main-holder a.button:after, body #motopress-main.main-holder button.button:after, body #motopress-main.main-holder input.button:after, body #motopress-main.main-holder #respond input#submit:after, body #motopress-main.main-holder #content input.button:after, body #motopress-main.main-holder input[type="submit"]:after, body #motopress-main.main-holder input[type="reset"]:after, body #motopress-main.main-holder .button-alt:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
body #motopress-main.main-holder a.button.custom_btn1, body #motopress-main.main-holder button.button.custom_btn1, body #motopress-main.main-holder input.button.custom_btn1, body #motopress-main.main-holder #respond input#submit.custom_btn1, body #motopress-main.main-holder #content input.button.custom_btn1, body #motopress-main.main-holder input[type="submit"].custom_btn1, body #motopress-main.main-holder input[type="reset"].custom_btn1, body #motopress-main.main-holder .button-alt.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
body #motopress-main.main-holder a.button.custom_btn1:after, body #motopress-main.main-holder button.button.custom_btn1:after, body #motopress-main.main-holder input.button.custom_btn1:after, body #motopress-main.main-holder #respond input#submit.custom_btn1:after, body #motopress-main.main-holder #content input.button.custom_btn1:after, body #motopress-main.main-holder input[type="submit"].custom_btn1:after, body #motopress-main.main-holder input[type="reset"].custom_btn1:after, body #motopress-main.main-holder .button-alt.custom_btn1:after { display:none; }
body #motopress-main.main-holder a.button.custom_btn1:hover, body #motopress-main.main-holder a.button.custom_btn1:focus, body #motopress-main.main-holder button.button.custom_btn1:hover, body #motopress-main.main-holder button.button.custom_btn1:focus, body #motopress-main.main-holder input.button.custom_btn1:hover, body #motopress-main.main-holder input.button.custom_btn1:focus, body #motopress-main.main-holder #respond input#submit.custom_btn1:hover, body #motopress-main.main-holder #respond input#submit.custom_btn1:focus, body #motopress-main.main-holder #content input.button.custom_btn1:hover, body #motopress-main.main-holder #content input.button.custom_btn1:focus, body #motopress-main.main-holder input[type="submit"].custom_btn1:hover, body #motopress-main.main-holder input[type="submit"].custom_btn1:focus, body #motopress-main.main-holder input[type="reset"].custom_btn1:hover, body #motopress-main.main-holder input[type="reset"].custom_btn1:focus, body #motopress-main.main-holder .button-alt.custom_btn1:hover, body #motopress-main.main-holder .button-alt.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	body #motopress-main.main-holder a.button, body #motopress-main.main-holder button.button, body #motopress-main.main-holder input.button, body #motopress-main.main-holder #respond input#submit, body #motopress-main.main-holder #content input.button, body #motopress-main.main-holder input[type="submit"], body #motopress-main.main-holder input[type="reset"], body #motopress-main.main-holder .button-alt {
		padding:5px 7px;
		font-size:12px !important;
	}
	body #motopress-main.main-holder a.button:after, body #motopress-main.main-holder button.button:after, body #motopress-main.main-holder input.button:after, body #motopress-main.main-holder #respond input#submit:after, body #motopress-main.main-holder #content input.button:after, body #motopress-main.main-holder input[type="submit"]:after, body #motopress-main.main-holder input[type="reset"]:after, body #motopress-main.main-holder .button-alt:after { font-size:12px; }
	body #motopress-main.main-holder a.button.custom_btn1, body #motopress-main.main-holder button.button.custom_btn1, body #motopress-main.main-holder input.button.custom_btn1, body #motopress-main.main-holder #respond input#submit.custom_btn1, body #motopress-main.main-holder #content input.button.custom_btn1, body #motopress-main.main-holder input[type="submit"].custom_btn1, body #motopress-main.main-holder input[type="reset"].custom_btn1, body #motopress-main.main-holder .button-alt.custom_btn1 { padding:5px 7px; }
}
body #motopress-main.main-holder a.button:hover, body #motopress-main.main-holder a.button:focus, body #motopress-main.main-holder button.button:hover, body #motopress-main.main-holder button.button:focus, body #motopress-main.main-holder input.button:hover, body #motopress-main.main-holder input.button:focus, body #motopress-main.main-holder #respond input#submit:hover, body #motopress-main.main-holder #respond input#submit:focus, body #motopress-main.main-holder #content input.button:hover, body #motopress-main.main-holder #content input.button:focus, body #motopress-main.main-holder input[type="submit"]:hover, body #motopress-main.main-holder input[type="submit"]:focus, body #motopress-main.main-holder input[type="reset"]:hover, body #motopress-main.main-holder input[type="reset"]:focus, body #motopress-main.main-holder .button-alt:hover, body #motopress-main.main-holder .button-alt:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
body #motopress-main.main-holder a.button:hover:before, body #motopress-main.main-holder a.button:focus:before, body #motopress-main.main-holder button.button:hover:before, body #motopress-main.main-holder button.button:focus:before, body #motopress-main.main-holder input.button:hover:before, body #motopress-main.main-holder input.button:focus:before, body #motopress-main.main-holder #respond input#submit:hover:before, body #motopress-main.main-holder #respond input#submit:focus:before, body #motopress-main.main-holder #content input.button:hover:before, body #motopress-main.main-holder #content input.button:focus:before, body #motopress-main.main-holder input[type="submit"]:hover:before, body #motopress-main.main-holder input[type="submit"]:focus:before, body #motopress-main.main-holder input[type="reset"]:hover:before, body #motopress-main.main-holder input[type="reset"]:focus:before, body #motopress-main.main-holder .button-alt:hover:before, body #motopress-main.main-holder .button-alt:focus:before { height:100%; }
body #motopress-main.main-holder a.button:hover:after, body #motopress-main.main-holder a.button:focus:after, body #motopress-main.main-holder button.button:hover:after, body #motopress-main.main-holder button.button:focus:after, body #motopress-main.main-holder input.button:hover:after, body #motopress-main.main-holder input.button:focus:after, body #motopress-main.main-holder #respond input#submit:hover:after, body #motopress-main.main-holder #respond input#submit:focus:after, body #motopress-main.main-holder #content input.button:hover:after, body #motopress-main.main-holder #content input.button:focus:after, body #motopress-main.main-holder input[type="submit"]:hover:after, body #motopress-main.main-holder input[type="submit"]:focus:after, body #motopress-main.main-holder input[type="reset"]:hover:after, body #motopress-main.main-holder input[type="reset"]:focus:after, body #motopress-main.main-holder .button-alt:hover:after, body #motopress-main.main-holder .button-alt:focus:after { color:#fff; }
body #motopress-main.main-holder a.button.active, body #motopress-main.main-holder a.button:active, body #motopress-main.main-holder button.button.active, body #motopress-main.main-holder button.button:active, body #motopress-main.main-holder input.button.active, body #motopress-main.main-holder input.button:active, body #motopress-main.main-holder #respond input#submit.active, body #motopress-main.main-holder #respond input#submit:active, body #motopress-main.main-holder #content input.button.active, body #motopress-main.main-holder #content input.button:active, body #motopress-main.main-holder input[type="submit"].active, body #motopress-main.main-holder input[type="submit"]:active, body #motopress-main.main-holder input[type="reset"].active, body #motopress-main.main-holder input[type="reset"]:active, body #motopress-main.main-holder .button-alt.active, body #motopress-main.main-holder .button-alt:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder a.button.disabled, body #motopress-main.main-holder a.button[disabled], body #motopress-main.main-holder button.button.disabled, body #motopress-main.main-holder button.button[disabled], body #motopress-main.main-holder input.button.disabled, body #motopress-main.main-holder input.button[disabled], body #motopress-main.main-holder #respond input#submit.disabled, body #motopress-main.main-holder #respond input#submit[disabled], body #motopress-main.main-holder #content input.button.disabled, body #motopress-main.main-holder #content input.button[disabled], body #motopress-main.main-holder input[type="submit"].disabled, body #motopress-main.main-holder input[type="submit"][disabled], body #motopress-main.main-holder input[type="reset"].disabled, body #motopress-main.main-holder input[type="reset"][disabled], body #motopress-main.main-holder .button-alt.disabled, body #motopress-main.main-holder .button-alt[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder a.button:before, body #motopress-main.main-holder button.button:before, body #motopress-main.main-holder input.button:before, body #motopress-main.main-holder #respond input#submit:before, body #motopress-main.main-holder #content input.button:before, body #motopress-main.main-holder input[type="submit"]:before, body #motopress-main.main-holder input[type="reset"]:before, body #motopress-main.main-holder .button-alt:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
body #motopress-main.main-holder a.button:after, body #motopress-main.main-holder button.button:after, body #motopress-main.main-holder input.button:after, body #motopress-main.main-holder #respond input#submit:after, body #motopress-main.main-holder #content input.button:after, body #motopress-main.main-holder input[type="submit"]:after, body #motopress-main.main-holder input[type="reset"]:after, body #motopress-main.main-holder .button-alt:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
body #motopress-main.main-holder a.button.custom_btn1, body #motopress-main.main-holder button.button.custom_btn1, body #motopress-main.main-holder input.button.custom_btn1, body #motopress-main.main-holder #respond input#submit.custom_btn1, body #motopress-main.main-holder #content input.button.custom_btn1, body #motopress-main.main-holder input[type="submit"].custom_btn1, body #motopress-main.main-holder input[type="reset"].custom_btn1, body #motopress-main.main-holder .button-alt.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
body #motopress-main.main-holder a.button.custom_btn1:after, body #motopress-main.main-holder button.button.custom_btn1:after, body #motopress-main.main-holder input.button.custom_btn1:after, body #motopress-main.main-holder #respond input#submit.custom_btn1:after, body #motopress-main.main-holder #content input.button.custom_btn1:after, body #motopress-main.main-holder input[type="submit"].custom_btn1:after, body #motopress-main.main-holder input[type="reset"].custom_btn1:after, body #motopress-main.main-holder .button-alt.custom_btn1:after { display:none; }
body #motopress-main.main-holder a.button.custom_btn1:hover, body #motopress-main.main-holder a.button.custom_btn1:focus, body #motopress-main.main-holder button.button.custom_btn1:hover, body #motopress-main.main-holder button.button.custom_btn1:focus, body #motopress-main.main-holder input.button.custom_btn1:hover, body #motopress-main.main-holder input.button.custom_btn1:focus, body #motopress-main.main-holder #respond input#submit.custom_btn1:hover, body #motopress-main.main-holder #respond input#submit.custom_btn1:focus, body #motopress-main.main-holder #content input.button.custom_btn1:hover, body #motopress-main.main-holder #content input.button.custom_btn1:focus, body #motopress-main.main-holder input[type="submit"].custom_btn1:hover, body #motopress-main.main-holder input[type="submit"].custom_btn1:focus, body #motopress-main.main-holder input[type="reset"].custom_btn1:hover, body #motopress-main.main-holder input[type="reset"].custom_btn1:focus, body #motopress-main.main-holder .button-alt.custom_btn1:hover, body #motopress-main.main-holder .button-alt.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	body #motopress-main.main-holder a.button, body #motopress-main.main-holder button.button, body #motopress-main.main-holder input.button, body #motopress-main.main-holder #respond input#submit, body #motopress-main.main-holder #content input.button, body #motopress-main.main-holder input[type="submit"], body #motopress-main.main-holder input[type="reset"], body #motopress-main.main-holder .button-alt {
		padding:5px 7px;
		font-size:12px !important;
	}
	body #motopress-main.main-holder a.button:after, body #motopress-main.main-holder button.button:after, body #motopress-main.main-holder input.button:after, body #motopress-main.main-holder #respond input#submit:after, body #motopress-main.main-holder #content input.button:after, body #motopress-main.main-holder input[type="submit"]:after, body #motopress-main.main-holder input[type="reset"]:after, body #motopress-main.main-holder .button-alt:after { font-size:12px; }
	body #motopress-main.main-holder a.button.custom_btn1, body #motopress-main.main-holder button.button.custom_btn1, body #motopress-main.main-holder input.button.custom_btn1, body #motopress-main.main-holder #respond input#submit.custom_btn1, body #motopress-main.main-holder #content input.button.custom_btn1, body #motopress-main.main-holder input[type="submit"].custom_btn1, body #motopress-main.main-holder input[type="reset"].custom_btn1, body #motopress-main.main-holder .button-alt.custom_btn1 { padding:5px 7px; }
}
body #motopress-main.main-holder a.button:hover, body #motopress-main.main-holder a.button:focus, body #motopress-main.main-holder button.button:hover, body #motopress-main.main-holder button.button:focus, body #motopress-main.main-holder input.button:hover, body #motopress-main.main-holder input.button:focus, body #motopress-main.main-holder #respond input#submit:hover, body #motopress-main.main-holder #respond input#submit:focus, body #motopress-main.main-holder #content input.button:hover, body #motopress-main.main-holder #content input.button:focus, body #motopress-main.main-holder input[type="submit"]:hover, body #motopress-main.main-holder input[type="submit"]:focus, body #motopress-main.main-holder input[type="reset"]:hover, body #motopress-main.main-holder input[type="reset"]:focus, body #motopress-main.main-holder .button-alt:hover, body #motopress-main.main-holder .button-alt:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
body #motopress-main.main-holder a.button:hover:before, body #motopress-main.main-holder a.button:focus:before, body #motopress-main.main-holder button.button:hover:before, body #motopress-main.main-holder button.button:focus:before, body #motopress-main.main-holder input.button:hover:before, body #motopress-main.main-holder input.button:focus:before, body #motopress-main.main-holder #respond input#submit:hover:before, body #motopress-main.main-holder #respond input#submit:focus:before, body #motopress-main.main-holder #content input.button:hover:before, body #motopress-main.main-holder #content input.button:focus:before, body #motopress-main.main-holder input[type="submit"]:hover:before, body #motopress-main.main-holder input[type="submit"]:focus:before, body #motopress-main.main-holder input[type="reset"]:hover:before, body #motopress-main.main-holder input[type="reset"]:focus:before, body #motopress-main.main-holder .button-alt:hover:before, body #motopress-main.main-holder .button-alt:focus:before { height:100%; }
body #motopress-main.main-holder a.button:hover:after, body #motopress-main.main-holder a.button:focus:after, body #motopress-main.main-holder button.button:hover:after, body #motopress-main.main-holder button.button:focus:after, body #motopress-main.main-holder input.button:hover:after, body #motopress-main.main-holder input.button:focus:after, body #motopress-main.main-holder #respond input#submit:hover:after, body #motopress-main.main-holder #respond input#submit:focus:after, body #motopress-main.main-holder #content input.button:hover:after, body #motopress-main.main-holder #content input.button:focus:after, body #motopress-main.main-holder input[type="submit"]:hover:after, body #motopress-main.main-holder input[type="submit"]:focus:after, body #motopress-main.main-holder input[type="reset"]:hover:after, body #motopress-main.main-holder input[type="reset"]:focus:after, body #motopress-main.main-holder .button-alt:hover:after, body #motopress-main.main-holder .button-alt:focus:after { color:#fff; }
body #motopress-main.main-holder a.button.active, body #motopress-main.main-holder a.button:active, body #motopress-main.main-holder button.button.active, body #motopress-main.main-holder button.button:active, body #motopress-main.main-holder input.button.active, body #motopress-main.main-holder input.button:active, body #motopress-main.main-holder #respond input#submit.active, body #motopress-main.main-holder #respond input#submit:active, body #motopress-main.main-holder #content input.button.active, body #motopress-main.main-holder #content input.button:active, body #motopress-main.main-holder input[type="submit"].active, body #motopress-main.main-holder input[type="submit"]:active, body #motopress-main.main-holder input[type="reset"].active, body #motopress-main.main-holder input[type="reset"]:active, body #motopress-main.main-holder .button-alt.active, body #motopress-main.main-holder .button-alt:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder a.button.disabled, body #motopress-main.main-holder a.button[disabled], body #motopress-main.main-holder button.button.disabled, body #motopress-main.main-holder button.button[disabled], body #motopress-main.main-holder input.button.disabled, body #motopress-main.main-holder input.button[disabled], body #motopress-main.main-holder #respond input#submit.disabled, body #motopress-main.main-holder #respond input#submit[disabled], body #motopress-main.main-holder #content input.button.disabled, body #motopress-main.main-holder #content input.button[disabled], body #motopress-main.main-holder input[type="submit"].disabled, body #motopress-main.main-holder input[type="submit"][disabled], body #motopress-main.main-holder input[type="reset"].disabled, body #motopress-main.main-holder input[type="reset"][disabled], body #motopress-main.main-holder .button-alt.disabled, body #motopress-main.main-holder .button-alt[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder input[type="submit"], body #motopress-main.main-holder input[type="reset"] { height:auto; }
body #motopress-main.main-holder .widget_shopping_cart_content .buttons a { margin-bottom:5px; }
body #motopress-main.main-holder .product_list_widget {
	padding:10px 0;
	margin:0;
}
body #motopress-main.main-holder .product_list_widget li {
	padding:0 0 15px 0;
	overflow:visible;
	list-style:none;
	margin:0;
}
body #motopress-main.main-holder .product_list_widget li:after {
	content:"";
	clear:both;
	width:100%;
	display:block;
}
body #motopress-main.main-holder .product_list_widget li .star-rating { margin:0 0 0 72px; }
body #motopress-main.main-holder .product_list_widget li img {
	width:60px;
	float:left;
	margin:0 10px 0 0;
	height:auto;
	border:0 solid #aaa;
	background:#ffffff;
	border-radius:0;
	box-shadow:none;
}
body #motopress-main.main-holder .product_list_widget li a {
	display:block;
	margin:0 0 5px 0;
}
body #motopress-main.main-holder .product_list_widget li a.remove {
	margin-bottom:0;
	position:absolute;
	left:0;
	top:4px;
}
body #motopress-main.main-holder .product_list_widget li a:hover img { border:0 solid #ff3842; }
body #motopress-main.main-holder .product_list_widget li ins {
	text-decoration:none;
	font-weight:bold;
}
body #motopress-main.main-holder .price_slider {
	position:relative;
	background:#eee;
	box-shadow:0 0 3px rgba(0,0,0,0.5) inset;
	border-radius:10px;
	height:8px;
	margin:20px 8px;
}
body #motopress-main.main-holder .price_slider .ui-slider-range {
	background:#ff3842;
	background-color:#ff575f;
	background-image:-moz-linear-gradient(top,#ff6b72,#ff3842);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff6b72),to(#ff3842));
	background-image:-webkit-linear-gradient(top,#ff6b72,#ff3842);
	background-image:-o-linear-gradient(top,#ff6b72,#ff3842);
	background-image:linear-gradient(to bottom,#ff6b72,#ff3842);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6b72', endColorstr='#ffff3842', GradientType=0);
	background-color:#ff575f;
	background-image:-moz-linear-gradient(top,#ff6b72,#ff3842);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff6b72),to(#ff3842));
	background-image:-webkit-linear-gradient(top,#ff6b72,#ff3842);
	background-image:-o-linear-gradient(top,#ff6b72,#ff3842);
	background-image:linear-gradient(to bottom,#ff6b72,#ff3842);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6b72', endColorstr='#ffff3842', GradientType=0);
	height:8px;
	border-radius:10px;
	position:absolute;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle {
	width:14px;
	height:14px;
	background:#ff3842;
	border:1px solid #fa000d;
	border-radius:8px;
	position:absolute;
	top:-4px;
	margin:0 0 0 -8px;
	box-shadow:0 1px 3px rgba(0,0,0,0.2), 0 -1px 3px #ff0512 inset, 0 1px 3px #ff6b72 inset;
	cursor:default;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle:after {
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	background:#d1000b;
	border-radius:3px;
	left:4px;
	top:4px;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle.ui-state-hover {
	background:#ff6b72;
	border:1px solid #ff242f;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle.ui-state-hover:after { background:#fa000d; }
body #motopress-main.main-holder div[id*="price_filter"] form { text-align:center; }
body #motopress-main.main-holder div[id*="price_filter"] form .button {
	display:inline-block;
	margin:4px auto;
	width:auto;
}
body #motopress-main.main-holder div[id*="layered_nav"] ul { margin:0; }
body #motopress-main.main-holder div[id*="layered_nav"] ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 10px 10px 0;
	position:relative;
	list-style:none;
}
body #motopress-main.main-holder div[id*="layered_nav"] ul li a {
	background:#e2e2e2;
	font-size:14px;
	display:block;
	padding:5px 34px 5px 15px;
	border-radius:14px;
	text-decoration:none !important;
}
body #motopress-main.main-holder div[id*="layered_nav"] ul li a:hover { background:#eaeaea; }
body #motopress-main.main-holder div[id*="layered_nav"] ul li .count {
	position:absolute;
	background:#fff;
	right:1px;
	top:1px;
	width:26px;
	height:26px;
	line-height:26px;
	border-radius:13px;
	text-align:center;
	font-weight:bold;
	cursor:default;
}
body #motopress-main.main-holder div[id*="layered_nav"] ul li.chosen a { background:#c9c9c9; }
body #motopress-main.main-holder div[id*="layered_nav_filters"].chosen a { padding:5px 15px; }
body #motopress-main.main-holder ul.product-categories li.current-cat a { color:#c21d24; }
body #motopress-main.main-holder #yith-woocompare-widget-2 a.clear-all {
	margin-right:8px;
	display:inline-block;
}
body #motopress-main.main-holder #yith-woocompare-widget-2 a.compare.button {
	background:none;
	padding:0;
	color:#ff3842;
	border:none;
	font-size:14px !important;
	line-height:20px !important;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-radius:0;
	vertical-align:top;
}
body #motopress-main.main-holder #yith-woocompare-widget-2 a.compare.button:before { display:none; }
body #motopress-main.main-holder #yith-woocompare-widget-2 a.compare.button:hover {
	background:none;
	color:#c21d24;
}
body #motopress-main.main-holder .sidebar ul.cart_list {
	list-style:none outside;
	padding:0;
	margin:0;
}
body #motopress-main.main-holder .sidebar ul.cart_list li {
	padding:4px 0 4px 20px;
	position:relative;
	margin:0;
	list-style:none;
	overflow:visible !important;
	background:none;
}
body #motopress-main.main-holder .sidebar ul.cart_list li:before { display:none; }
body #motopress-main.main-holder .sidebar ul.cart_list li:after {
	display:block;
	width:100%;
	content:"";
	clear:both;
}
body #motopress-main.main-holder .sidebar ul.cart_list li .variation {
	overflow:hidden;
	border:none;
	padding:0;
	font-size:12.6px;
}
body #motopress-main.main-holder .sidebar ul.cart_list li .variation dt { float:left; }
body #motopress-main.main-holder .sidebar ul.cart_list li .variation dd {
	margin:0 0 0 4px;
	float:left;
}
body #motopress-main.main-holder .sidebar ul.cart_list li span {
	width:60px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	list-style:none;
}
body #motopress-main.main-holder .sidebar ul.cart_list li a {
	display:block;
	font-weight:bold;
}
body #motopress-main.main-holder .sidebar ul.cart_list li a img {
	height:auto;
	float:right;
	width:45px;
	display:block;
	margin:0 0 8px 10px;
	border:0 solid #aaa;
	background:#ffffff;
	border-radius:0;
	box-shadow:none;
	transition:all ease-in-out .2s;
}
body #motopress-main.main-holder .sidebar ul.cart_list li a:hover img { border:0 solid #ff3842; }
body #motopress-main.main-holder #content form .form-row input.input-text, body #motopress-main.main-holder #content form .form-row textarea, body #motopress-main.main-holder #content form select, body #motopress-main.main-holder #content .chzn-container input[type="text"], body #motopress-main.main-holder #container form .form-row input.input-text, body #motopress-main.main-holder #container form .form-row textarea, body #motopress-main.main-holder #container form select, body #motopress-main.main-holder #container .chzn-container input[type="text"] {
	height:30px;
	padding:6px;
	line-height:16px;
	max-height:200px;
	max-width:100%;
	font-size:14px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:none;
	background:#fff;
}
body #motopress-main.main-holder #content form .form-row textarea, body #motopress-main.main-holder #container form .form-row textarea {
	height:100px;
	max-width:100%;
	resize:vertical;
}
body #motopress-main.main-holder #content form select, body #motopress-main.main-holder #container form select {
	padding:4px 5px;
	width:auto;
	max-width:100%;
}
body #motopress-main.main-holder #content .page td.product-thumbnail img { max-width:70px; }
body #motopress-main.main-holder #content .page .shop_table {
	border-radius:0;
	border:1px solid #ddd;
}
body #motopress-main.main-holder #content .page .shop_table tr th {
	background:#f5f5f5;
	padding:6px;
}
body #motopress-main.main-holder #content .page .shop_table tr td {
	border-top:1px solid #ddd;
	padding:6px;
}
body #motopress-main.main-holder #content .page .shop_table tr:last-child th:first-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page .shop_table tr:last-child th:last-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page .shop_table tr:last-child tr:first-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page .shop_table tr:last-child tr:last-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page .shop_table tr:first-child th:first-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page .shop_table tr:first-child th:last-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page .shop_table tr:first-child tr:first-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page .shop_table tr:first-child tr:last-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:first-child th:first-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:first-child th:first-child { border-radius:0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:first-child th:last-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:first-child th:last-child { border-radius:0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:first-child tr:first-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:first-child tr:first-child { border-radius:0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:first-child tr:last-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:first-child tr:last-child { border-radius:0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:last-child th:first-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:last-child th:first-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:last-child th:last-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:last-child th:last-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:last-child tr:last-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:last-child tr:last-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page #order_review .shop_table tfoot tr:last-child tr:first-child, body #motopress-main.main-holder #content .page .order_details.shop_table tfoot tr:last-child tr:first-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals:after {
	clear:both;
	content:"";
	width:100%;
	display:block;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals {
	float:left;
	margin-top:11px;
	text-align:left;
	width:50%;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals h2 { margin:0 0 24px 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table {
	border-radius:0;
	border:1px solid #ddd;
	width:90%;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr td {
	padding:3px 15px;
	border:none;
	border-top:1px solid #ddd;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr th {
	padding:10px;
	border:none;
	border-top:1px solid #ddd;
	background:#f5f5f5;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child td { border-top:none; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child th { border-top:none; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:last-child th:first-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child th:last-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child th:first-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child tr:first-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr:first-child tr:last-child { border-radius:0 0 0 0; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table>tbody>tr>td { text-align:right; }
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals {
		float:none;
		width:100%;
	}
	body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table { width:100%; }
}
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator {
	float:left;
	margin-top:0;
	text-align:left;
	padding:15px;
	background:#eee;
	border:1px solid #d5d5d5;
	border-radius:0;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
}
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 { margin:0; }
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 a { display:block; }
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 a:hover, body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 a:active, body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 a:focus { text-decoration:none; }
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 a span { display:none; }
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator {
		float:none;
		width:100%;
	}
}
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator .shipping-calculator-form { padding-top:15px; }
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator .col2-set+p { text-align:center; }
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator .shipping_select { margin:0 3px 0 0; }
body #motopress-main.main-holder #content .page table.cart dl dt { background:none; }
body #motopress-main.main-holder #content .page table.cart .quantity input[type="button"] { width:25px; }
body #motopress-main.main-holder #content .page a.remove {
	background:none;
	width:auto;
	height:auto;
	display:inline-block !important;
	line-height:inherit;
	color:#999 !important;
	padding:0;
	font-weight:700;
	font-size:15px;
	vertical-align:middle;
	position:relative;
	top:-3px;
	margin:0;
	top:0;
	font-size:30px;
	line-height:28px;
	width:28px;
}
body #motopress-main.main-holder #content .page a.remove:hover {
	background:none;
	color:#9d261d !important;
}
body #motopress-main.main-holder #content .page form table.cart .actions { overflow:hidden; }
body #motopress-main.main-holder #content .page form table.cart .actions .button { margin:3px; }
body #motopress-main.main-holder #content .page form table.cart .actions input[type="submit"] {
	font-size:14px !important;
	line-height:20px !important;
	padding:6px 10px;
	border-width:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body #motopress-main.main-holder #content .page form table.cart .actions input[type="text"] {
	line-height:20px;
	padding:5px 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:32px !important;
}
body #motopress-main.main-holder #content .page form table.cart .actions #coupon_code {
	float:none;
	display:inline-block;
	vertical-align:top;
	width:auto;
	min-width:150px;
	margin:3px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
body #motopress-main.main-holder #content .page form table.cart .actions #coupon_code +.button {
	vertical-align:top;
	margin:3px;
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder #content .page form table.cart .actions .button+.button { margin-top:4px; }
}
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page form table.cart .actions { text-align:center; }
	body #motopress-main.main-holder #content .page form table.cart .actions .coupon {
		float:none;
		text-align:center;
		padding:0 0 3px 0;
		margin:0 0 6px 0;
		border-bottom:1px solid #d5d5d5;
	}
	body #motopress-main.main-holder #content .page form table.cart .actions .coupon #coupon_code {
		float:none;
		display:block;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		height:auto;
		margin:3px 0;
	}
	body #motopress-main.main-holder #content .page form table.cart .actions input.button[name="update_cart"] { float:none; }
	body #motopress-main.main-holder #content .page form table.cart .actions .checkout-button {
		float:right !important;
		display:inline-block;
		vertical-align:top;
	}
	body #motopress-main.main-holder #content .page form table.cart thead tr th.product-thumbnail, body #motopress-main.main-holder #content .page form table.cart thead tr th.product-price { display:none; }
	body #motopress-main.main-holder #content .page form table.cart tbody tr td.product-thumbnail, body #motopress-main.main-holder #content .page form table.cart tbody tr td.product-price { display:none; }
}
@media (max-width: 979px) {
	body #motopress-main.main-holder #content .page form table.cart .buttons_added { margin:0; }
}
@media (max-width: 979px) {
	body #motopress-main.main-holder #content .page .col2-set .col-2 {
		float:none;
		width:100%;
	}
	body #motopress-main.main-holder #content .page .col2-set .col-1 {
		float:none;
		width:100%;
		padding:3px 0;
	}
}
body #motopress-main.main-holder #content .page .col2-set .col-2 h3 { float:none; }
body #motopress-main.main-holder #content .page .col2-set .col-2 p#shiptobilling {
	float:right;
	line-height:inherit;
	position:relative;
	font-size:11px;
	right:0;
}
body #motopress-main.main-holder #content .page .col2-set .col-2 p#shiptobilling label {
	font-size:inherit;
	padding:0;
}
body #motopress-main.main-holder #content .page .col2-set .col-2 p#shiptobilling .input-checkbox { margin-right:0; }
body #motopress-main.main-holder #content .page .lost_password { margin-left:15px; }
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page form .form-row {
		padding:3px 0;
		float:none;
		width:100%;
	}
	body #motopress-main.main-holder #content .page #payment .form-row {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 10px;
	}
	body #motopress-main.main-holder #content .page #payment .form-row div.payment_message:after {
		top:-6px;
		left:79%;
	}
}
body #motopress-main.main-holder #content .page td.product-quantity { min-width:inherit; }
body #motopress-main.main-holder #content .page div#payment { background:none; }
body #motopress-main.main-holder #content .page div#payment ul.payment_methods { border:none; }
body #motopress-main.main-holder #content .page div#payment ul.payment_methods li { clear:both; }
body #motopress-main.main-holder #content .page div#payment ul.payment_methods input[id^="payment_method_"] {
	float:none;
	display:inline-block;
	margin:-3px 4px 0 0 !important;
	vertical-align:middle;
}
body #motopress-main.main-holder #content .page div#payment ul.payment_methods input[id^="payment_method_"] +label {
	display:inline-block;
	margin:0;
}
body #motopress-main.main-holder #content .page div#payment div.form-row { border:none; }
body #motopress-main.main-holder #content .page div#payment div.payment_message:after { display:none; }
body #motopress-main.main-holder #content .col2-set.addresses .address h3 {
	float:left;
	margin:0 0 15px 0;
}
body #motopress-main.main-holder .order-actions .button { margin:2px; }
body .cart-collaterals .shipping_calculator button.button {
	max-width:225px;
	width:auto !important;
	margin:0 0 0 4px;
}
body .cart-collaterals .cart_totals h2, body .cart-collaterals .shipping_calculator h2 {
	text-align:left;
	margin:0;
	margin-left:10px;
}
body a.button, body button.button, body input.button, body #respond input#submit, body #content input.button, body .navigation a, body .button-alt, body #submit, body #respond form .form-submit input#submit {
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
body a.button:before, body button.button:before, body input.button:before, body #respond input#submit:before, body #content input.button:before, body .navigation a:before, body .button-alt:before, body #submit:before, body #respond form .form-submit input#submit:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
body a.button:after, body button.button:after, body input.button:after, body #respond input#submit:after, body #content input.button:after, body .navigation a:after, body .button-alt:after, body #submit:after, body #respond form .form-submit input#submit:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
body a.button.custom_btn1, body button.button.custom_btn1, body input.button.custom_btn1, body #respond input#submit.custom_btn1, body #content input.button.custom_btn1, body .navigation a.custom_btn1, body .button-alt.custom_btn1, body #submit.custom_btn1, body #respond form .form-submit input#submit.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
body a.button.custom_btn1:after, body button.button.custom_btn1:after, body input.button.custom_btn1:after, body #respond input#submit.custom_btn1:after, body #content input.button.custom_btn1:after, body .navigation a.custom_btn1:after, body .button-alt.custom_btn1:after, body #submit.custom_btn1:after, body #respond form .form-submit input#submit.custom_btn1:after { display:none; }
body a.button.custom_btn1:hover, body a.button.custom_btn1:focus, body button.button.custom_btn1:hover, body button.button.custom_btn1:focus, body input.button.custom_btn1:hover, body input.button.custom_btn1:focus, body #respond input#submit.custom_btn1:hover, body #respond input#submit.custom_btn1:focus, body #content input.button.custom_btn1:hover, body #content input.button.custom_btn1:focus, body .navigation a.custom_btn1:hover, body .navigation a.custom_btn1:focus, body .button-alt.custom_btn1:hover, body .button-alt.custom_btn1:focus, body #submit.custom_btn1:hover, body #submit.custom_btn1:focus, body #respond form .form-submit input#submit.custom_btn1:hover, body #respond form .form-submit input#submit.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	body a.button, body button.button, body input.button, body #respond input#submit, body #content input.button, body .navigation a, body .button-alt, body #submit, body #respond form .form-submit input#submit {
		padding:5px 7px;
		font-size:12px !important;
	}
	body a.button:after, body button.button:after, body input.button:after, body #respond input#submit:after, body #content input.button:after, body .navigation a:after, body .button-alt:after, body #submit:after, body #respond form .form-submit input#submit:after { font-size:12px; }
	body a.button.custom_btn1, body button.button.custom_btn1, body input.button.custom_btn1, body #respond input#submit.custom_btn1, body #content input.button.custom_btn1, body .navigation a.custom_btn1, body .button-alt.custom_btn1, body #submit.custom_btn1, body #respond form .form-submit input#submit.custom_btn1 { padding:5px 7px; }
}
body a.button:hover, body a.button:focus, body button.button:hover, body button.button:focus, body input.button:hover, body input.button:focus, body #respond input#submit:hover, body #respond input#submit:focus, body #content input.button:hover, body #content input.button:focus, body .navigation a:hover, body .navigation a:focus, body .button-alt:hover, body .button-alt:focus, body #submit:hover, body #submit:focus, body #respond form .form-submit input#submit:hover, body #respond form .form-submit input#submit:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
body a.button:hover:before, body a.button:focus:before, body button.button:hover:before, body button.button:focus:before, body input.button:hover:before, body input.button:focus:before, body #respond input#submit:hover:before, body #respond input#submit:focus:before, body #content input.button:hover:before, body #content input.button:focus:before, body .navigation a:hover:before, body .navigation a:focus:before, body .button-alt:hover:before, body .button-alt:focus:before, body #submit:hover:before, body #submit:focus:before, body #respond form .form-submit input#submit:hover:before, body #respond form .form-submit input#submit:focus:before { height:100%; }
body a.button:hover:after, body a.button:focus:after, body button.button:hover:after, body button.button:focus:after, body input.button:hover:after, body input.button:focus:after, body #respond input#submit:hover:after, body #respond input#submit:focus:after, body #content input.button:hover:after, body #content input.button:focus:after, body .navigation a:hover:after, body .navigation a:focus:after, body .button-alt:hover:after, body .button-alt:focus:after, body #submit:hover:after, body #submit:focus:after, body #respond form .form-submit input#submit:hover:after, body #respond form .form-submit input#submit:focus:after { color:#fff; }
body a.button.active, body a.button:active, body button.button.active, body button.button:active, body input.button.active, body input.button:active, body #respond input#submit.active, body #respond input#submit:active, body #content input.button.active, body #content input.button:active, body .navigation a.active, body .navigation a:active, body .button-alt.active, body .button-alt:active, body #submit.active, body #submit:active, body #respond form .form-submit input#submit.active, body #respond form .form-submit input#submit:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body a.button.disabled, body a.button[disabled], body button.button.disabled, body button.button[disabled], body input.button.disabled, body input.button[disabled], body #respond input#submit.disabled, body #respond input#submit[disabled], body #content input.button.disabled, body #content input.button[disabled], body .navigation a.disabled, body .navigation a[disabled], body .button-alt.disabled, body .button-alt[disabled], body #submit.disabled, body #submit[disabled], body #respond form .form-submit input#submit.disabled, body #respond form .form-submit input#submit[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body a.button:before, body button.button:before, body input.button:before, body #respond input#submit:before, body #content input.button:before, body .navigation a:before, body .button-alt:before, body #submit:before, body #respond form .form-submit input#submit:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
body a.button:after, body button.button:after, body input.button:after, body #respond input#submit:after, body #content input.button:after, body .navigation a:after, body .button-alt:after, body #submit:after, body #respond form .form-submit input#submit:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
body a.button.custom_btn1, body button.button.custom_btn1, body input.button.custom_btn1, body #respond input#submit.custom_btn1, body #content input.button.custom_btn1, body .navigation a.custom_btn1, body .button-alt.custom_btn1, body #submit.custom_btn1, body #respond form .form-submit input#submit.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
body a.button.custom_btn1:after, body button.button.custom_btn1:after, body input.button.custom_btn1:after, body #respond input#submit.custom_btn1:after, body #content input.button.custom_btn1:after, body .navigation a.custom_btn1:after, body .button-alt.custom_btn1:after, body #submit.custom_btn1:after, body #respond form .form-submit input#submit.custom_btn1:after { display:none; }
body a.button.custom_btn1:hover, body a.button.custom_btn1:focus, body button.button.custom_btn1:hover, body button.button.custom_btn1:focus, body input.button.custom_btn1:hover, body input.button.custom_btn1:focus, body #respond input#submit.custom_btn1:hover, body #respond input#submit.custom_btn1:focus, body #content input.button.custom_btn1:hover, body #content input.button.custom_btn1:focus, body .navigation a.custom_btn1:hover, body .navigation a.custom_btn1:focus, body .button-alt.custom_btn1:hover, body .button-alt.custom_btn1:focus, body #submit.custom_btn1:hover, body #submit.custom_btn1:focus, body #respond form .form-submit input#submit.custom_btn1:hover, body #respond form .form-submit input#submit.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	body a.button, body button.button, body input.button, body #respond input#submit, body #content input.button, body .navigation a, body .button-alt, body #submit, body #respond form .form-submit input#submit {
		padding:5px 7px;
		font-size:12px !important;
	}
	body a.button:after, body button.button:after, body input.button:after, body #respond input#submit:after, body #content input.button:after, body .navigation a:after, body .button-alt:after, body #submit:after, body #respond form .form-submit input#submit:after { font-size:12px; }
	body a.button.custom_btn1, body button.button.custom_btn1, body input.button.custom_btn1, body #respond input#submit.custom_btn1, body #content input.button.custom_btn1, body .navigation a.custom_btn1, body .button-alt.custom_btn1, body #submit.custom_btn1, body #respond form .form-submit input#submit.custom_btn1 { padding:5px 7px; }
}
body a.button:hover, body a.button:focus, body button.button:hover, body button.button:focus, body input.button:hover, body input.button:focus, body #respond input#submit:hover, body #respond input#submit:focus, body #content input.button:hover, body #content input.button:focus, body .navigation a:hover, body .navigation a:focus, body .button-alt:hover, body .button-alt:focus, body #submit:hover, body #submit:focus, body #respond form .form-submit input#submit:hover, body #respond form .form-submit input#submit:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
body a.button:hover:before, body a.button:focus:before, body button.button:hover:before, body button.button:focus:before, body input.button:hover:before, body input.button:focus:before, body #respond input#submit:hover:before, body #respond input#submit:focus:before, body #content input.button:hover:before, body #content input.button:focus:before, body .navigation a:hover:before, body .navigation a:focus:before, body .button-alt:hover:before, body .button-alt:focus:before, body #submit:hover:before, body #submit:focus:before, body #respond form .form-submit input#submit:hover:before, body #respond form .form-submit input#submit:focus:before { height:100%; }
body a.button:hover:after, body a.button:focus:after, body button.button:hover:after, body button.button:focus:after, body input.button:hover:after, body input.button:focus:after, body #respond input#submit:hover:after, body #respond input#submit:focus:after, body #content input.button:hover:after, body #content input.button:focus:after, body .navigation a:hover:after, body .navigation a:focus:after, body .button-alt:hover:after, body .button-alt:focus:after, body #submit:hover:after, body #submit:focus:after, body #respond form .form-submit input#submit:hover:after, body #respond form .form-submit input#submit:focus:after { color:#fff; }
body a.button.active, body a.button:active, body button.button.active, body button.button:active, body input.button.active, body input.button:active, body #respond input#submit.active, body #respond input#submit:active, body #content input.button.active, body #content input.button:active, body .navigation a.active, body .navigation a:active, body .button-alt.active, body .button-alt:active, body #submit.active, body #submit:active, body #respond form .form-submit input#submit.active, body #respond form .form-submit input#submit:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body a.button.disabled, body a.button[disabled], body button.button.disabled, body button.button[disabled], body input.button.disabled, body input.button[disabled], body #respond input#submit.disabled, body #respond input#submit[disabled], body #content input.button.disabled, body #content input.button[disabled], body .navigation a.disabled, body .navigation a[disabled], body .button-alt.disabled, body .button-alt[disabled], body #submit.disabled, body #submit[disabled], body #respond form .form-submit input#submit.disabled, body #respond form .form-submit input#submit[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder .cart-collaterals a.checkout-button {
	font-size:14px !important;
	line-height:20px !important;
	padding:6px 10px;
	border-width:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body #commentform label { display:inline-block; }
body #commentform input[type="text"] {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:30px;
	padding:5px 6px;
}
body #fancybox-outer #respond, body #fancybox-content #respond { color:#000; }
body #fancybox-outer #respond h3, body #fancybox-content #respond h3 { color:inherit; }
@media (max-width: 580px) {
	body .ppt, body .pp_details { width:90% !important; }
	body .pp_pic_holder {
		max-width:580px;
		width:95% !important;
		left:2% !important;
	}
	body .pp_pic_holder .pp_content {
		width:100% !important;
		height:auto !important;
	}
	body #pp_full_res img {
		width:100% !important;
		height:auto !important;
	}
	body .pp_hoverContainer {
		width:100% !important;
		height:100% !important;
	}
	body a.pp_close { right:-30px !important; }
}
body .pp_description { display:none !important; }
body .pp_fade { position:relative; }
body div.pp_overlay { width:100% !important; }
body .comment-form-comment textarea#comment {
	width:100%;
	max-width:500px;
	min-width:auto;
	resize:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body .reviewer { display:inline-block; }
body div.pp_default .pp_content, body div.light_rounded .pp_content { padding:0 0 10px 0; }
body .content-holder .woocommerce-message {
	border-radius:0;
	background:#eee;
	border:1px solid #d5d5d5;
	box-shadow:none;
	text-shadow:none;
}
body .content-holder .woocommerce-message:before {
	position:absolute;
	left:10px;
	font-family:FontAwesome;
	content:"\f00c";
	font-size:20px;
	padding:0;
	height:auto;
	background:none;
	box-shadow:none;
}
@media (max-width: 480px) {
	body .content-holder .woocommerce-message:before { display:none; }
}
body .content-holder .woocommerce-message a.button { text-transform:capitalize; }
body mark {
	font-weight:bold;
	background:none;
	color:#ff3842;
}
body #ship-to-different-address {
	font-size:14px;
	line-height:20px;
	overflow:hidden;
}
body #ship-to-different-address label {
	display:inline-block;
	padding:0 0 0 5px;
	margin:0;
}
body #ship-to-different-address .input-checkbox {
	float:left;
	margin:2px 0 0 0;
}
#respond #commentform textarea {
	max-width:100%;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	min-width:0;
}
.pp_inline #reply-title { margin-right:10px; }
.pp_inline #respond { padding:15px; }
body.has_shop .star-rating {
	font-size:11px !important;
	height:1em;
	line-height:1em;
	letter-spacing:2px;
	position:relative;
	width:5.3em;
	font-family:'star';
	margin:2px auto;
}
body.has_shop .star-rating:before {
	color:#d2d2d1;
	float:left;
	position:absolute;
	top:0;
	left:0;
}
body.has_shop .star-rating span {
	float:left;
	left:0;
	padding-top:1.5em;
	position:absolute;
	top:0;
	overflow:hidden;
	height:0;
}
body.has_shop .star-rating span:before {
	color:#c21d24;
	position:absolute;
	left:0;
	top:0;
}
body.has_shop .star-rating:before { content:"SSSSS"; }
body.has_shop .star-rating .rate_content { display:none; }
body.has_shop .star-rating span:before { content:"SSSSS"; }
body.has_shop .product_list_widget .star-rating { margin:2px 0; }
body.has_shop .star-rating .rate_content { display:none; }
@media (max-width: 480px) {
	body.has_shop .star-rating .rate_content { display:none !important; }
}
body.has_shop div[id^='top-rated-'] .star-rating, body.has_shop .hreview-aggregate .star-rating, body.has_shop .products .product .star-rating, body.has_shop div[itemprop="aggregateRating"] .star-rating {
	position:relative;
	overflow:visible;
}
body.has_shop div[id^='top-rated-'] .star-rating span, body.has_shop .hreview-aggregate .star-rating span, body.has_shop .products .product .star-rating span, body.has_shop div[itemprop="aggregateRating"] .star-rating span {
	height:0;
	overflow:hidden;
	cursor:default;
}
body.has_shop div[id^='top-rated-'] .star-rating .rate_content, body.has_shop .hreview-aggregate .star-rating .rate_content, body.has_shop .products .product .star-rating .rate_content, body.has_shop div[itemprop="aggregateRating"] .star-rating .rate_content {
	position:absolute;
	display:block;
	font-size:11px;
	line-height:15px;
	color:#fff;
	background:#ff3842;
	padding:10px 5px;
	width:110px;
	visibility:hidden;
	opacity:0;
	top:-70px;
	right:0;
	text-align:center;
	margin-left:-45px;
	border-radius:0;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	pointer-events:none;
	font-family:Lato;
}
body.has_shop div[id^='top-rated-'] .star-rating .rate_content:after, body.has_shop .hreview-aggregate .star-rating .rate_content:after, body.has_shop .products .product .star-rating .rate_content:after, body.has_shop div[itemprop="aggregateRating"] .star-rating .rate_content:after {
	position:absolute;
	content:"";
	bottom:-6px;
	right:10px;
	border-top:7px solid #ff3842;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:0 solid transparent;
}
body.has_shop div[id^='top-rated-'] .star-rating:hover .rate_content, body.has_shop .hreview-aggregate .star-rating:hover .rate_content, body.has_shop .products .product .star-rating:hover .rate_content, body.has_shop div[itemprop="aggregateRating"] .star-rating:hover .rate_content {
	visibility:visible;
	opacity:1;
	top:-45px;
}
body.has_shop .stars a[class*='star-'] {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
body.has_shop .pp_gallery ul li {
	width:50px;
	height:auto;
}
body.has_shop .pp_gallery ul li img {
	width:100%;
	height:auto;
}
.product-page .product_list_widget { margin:0 -10px !important; }
.product-page .product_list_widget:after {
	clear:both;
	width:100%;
	content:"";
	display:block;
}
.product-page .product_list_widget li {
	display:inline-block;
	vertical-align:top;
	width:25%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px !important;
	margin:0 0 15px 0 !important;
}
@media (max-width: 767px) {
	.product-page .product_list_widget li { width:50%; }
}
@media (max-width: 480px) {
	.product-page .product_list_widget li { width:100%; }
}
.yith-wcwl-add-to-wishlist {
	clear:both;
	margin:0;
	padding:0 0 5px 0;
}
.yith-wcwl-add-to-wishlist .show { position:relative; }
body.has_shop.has_woocommerce form.checkout_coupon .form-row {
	float:none;
	display:inline-block;
	vertical-align:middle;
}
.product-list-buttons {
	padding:0;
	position:absolute;
	top:17px;
	right:17px;
}
.add_to_wishlist:before {
	content:"\f08a";
	display:inline-block;
	margin:0 4px 0 0;
	font-family:FontAwesome;
	width:1em;
	vertical-align:top;
}
.compare {
	display:inline-block;
	vertical-align:middle;
	margin:0 6px;
}
.compare:before {
	content:"\f067";
	display:inline-block;
	margin:0 4px 0 0;
	font-family:FontAwesome;
	width:1em;
	vertical-align:top;
}
.yith-wcwl-add-to-wishlist {
	display:block;
	vertical-align:top;
	padding:0;
	position:relative;
}
.yith-wcwl-add-to-wishlist a {
	display:inline-block;
	vertical-align:middle;
	margin:0 6px;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	position:absolute;
	border:none !important;
	outline:none !important;
}
.summary .yith-wcwl-add-to-wishlist { padding:0 0 10px 0; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .cherry-quick-view-add-to-cart a.add_to_cart_button { position:relative; }
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before, .cherry-quick-view-add-to-cart a.add_to_cart_button.added:before {
	background:#c21d24;
	font-family:FontAwesome;
	font-size:30px;
	font-weight:normal;
	font-style:normal;
	content:"\f00c" !important;
	color:#fff;
	padding:inherit;
	border:none;
	line-height:50px;
	border-radius:0;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:90;
	position:absolute;
}
@media (max-width: 767px) {
	.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before, .cherry-quick-view-add-to-cart a.add_to_cart_button.added:before { display:none !important; }
}
.woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after, .woocommerce #respond input#submit.added:after, .woocommerce #content input.button.added:after, .woocommerce-page a.button.added:after, .woocommerce-page button.button.added:after, .woocommerce-page input.button.added:after, .woocommerce-page #respond input#submit.added:after, .woocommerce-page #content input.button.added:after, .cherry-quick-view-add-to-cart a.add_to_cart_button.added:after { display:none !important; }
.woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce #respond input#submit.loading, .woocommerce #content input.button.loading, .woocommerce-page a.button.loading, .woocommerce-page button.button.loading, .woocommerce-page input.button.loading, .woocommerce-page #respond input#submit.loading, .woocommerce-page #content input.button.loading, .cherry-quick-view-add-to-cart a.add_to_cart_button.loading {
	opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
	filter:alpha(opacity=100);
}
.woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after, .woocommerce #respond input#submit.loading:after, .woocommerce #content input.button.loading:after, .woocommerce-page a.button.loading:after, .woocommerce-page button.button.loading:after, .woocommerce-page input.button.loading:after, .woocommerce-page #respond input#submit.loading:after, .woocommerce-page #content input.button.loading:after, .cherry-quick-view-add-to-cart a.add_to_cart_button.loading:after {
	position:absolute;
	left:-1px;
	right:-1px;
	top:-1px;
	bottom:-1px;
	text-align:center;
	background:url(images/spinner.gif) no-repeat center center rgba(255,255,255,0.5);
	background:none;
	content:"";
	-webkit-animation:none;
	-moz-animation:none;
	animation:none;
}
.yith-wcwl-wishlistaddedbrowse, .yith-wcwl-wishlistexistsbrowse { position:relative; }
.yith-wcwl-wishlistaddedbrowse .feedback, .yith-wcwl-wishlistexistsbrowse .feedback {
	position:absolute;
	width:200px;
	background:#fafafa;
	border:0 solid #ccc;
	border-radius:0;
	padding:8px 5px;
	bottom:100%;
	z-index:99;
	left:50%;
	margin:0 0 20px -105px;
	visibility:hidden;
	opacity:0;
	text-align:center;
	-webkit-transition:all 50ms linear;
	-moz-transition:all 50ms linear;
	-o-transition:all 50ms linear;
	transition:all 50ms linear;
	-webkit-transition:all 50ms linear;
	-moz-transition:all 50ms linear;
	-o-transition:all 50ms linear;
	transition:all 50ms linear;
	pointer-events:none;
}
.yith-wcwl-wishlistaddedbrowse .feedback:after, .yith-wcwl-wishlistexistsbrowse .feedback:after {
	position:absolute;
	content:'';
	bottom:-10px;
	left:50%;
	margin:0 0 0 -9px;
	width:0;
	height:0;
	border-style:solid;
	border-width:10px 9px 0 9px;
	border-color:#fafafa transparent transparent transparent;
	z-index:2;
}
.yith-wcwl-wishlistaddedbrowse .feedback:before, .yith-wcwl-wishlistexistsbrowse .feedback:before {
	position:absolute;
	content:'';
	bottom:-11px;
	left:50%;
	margin:0 0 0 -10px;
	width:0;
	height:0;
	border-style:solid;
	border-width:11px 10px 0 10px;
	border-color:#ccc transparent transparent transparent;
	z-index:1;
}
.yith-wcwl-wishlistaddedbrowse:hover .feedback, .yith-wcwl-wishlistexistsbrowse:hover .feedback {
	opacity:1;
	visibility:visible;
	margin-bottom:12px;
	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	transition:all 100ms linear;
	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	transition:all 100ms linear;
}
#yith-wcwl-popup-message {
	background:#fafafa;
	border:0 solid #ccc;
	border-radius:0;
	box-shadow:none;
	line-height:24px;
	padding:15px 15px 15px 35px;
}
#yith-wcwl-popup-message:before {
	position:absolute;
	content:'\f05d';
	font-size:20px;
	width:20px;
	height:20px;
	line-height:20px;
	top:50%;
	margin:-10px 0 0 0;
	left:10px;
	font-family:FontAwesome;
}
#yith-wcwl-popup-message { line-height:24px; }
body .info {
	background:none;
	box-shadow:none;
	padding:0;
	border:none;
	color:#777777;
}
body a.pp_close {
	top:-30px !important;
	right:-25px !important;
}
div.pp_woocommerce div.ppt { display:none !important; }
.loading {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.loading:before {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.widget .input-text {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:30px;
}
@media (max-width: 767px) {
	.widget .input-text { width:50%; }
}
@media (max-width: 450px) {
	.widget .input-text { width:100%; }
}
.comment-form-rating .stars span a {
	white-space:nowrap;
	text-decoration:none !important;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
	width:61px !important;
	padding-left:8px !important;
	height:30px;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.dataTables_scrollBody { overflow:visible !important; }
table.compare-list .add-to-cart td a.added_to_cart, table.compare-list .add-to-cart td a.button {
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	margin-top:0;
	margin-bottom:10px;
	position:relative;
}
table.compare-list .add-to-cart td a.added_to_cart:before, table.compare-list .add-to-cart td a.button:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
table.compare-list .add-to-cart td a.added_to_cart:after, table.compare-list .add-to-cart td a.button:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
table.compare-list .add-to-cart td a.added_to_cart.custom_btn1, table.compare-list .add-to-cart td a.button.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
table.compare-list .add-to-cart td a.added_to_cart.custom_btn1:after, table.compare-list .add-to-cart td a.button.custom_btn1:after { display:none; }
table.compare-list .add-to-cart td a.added_to_cart.custom_btn1:hover, table.compare-list .add-to-cart td a.added_to_cart.custom_btn1:focus, table.compare-list .add-to-cart td a.button.custom_btn1:hover, table.compare-list .add-to-cart td a.button.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	table.compare-list .add-to-cart td a.added_to_cart, table.compare-list .add-to-cart td a.button {
		padding:5px 7px;
		font-size:12px !important;
	}
	table.compare-list .add-to-cart td a.added_to_cart:after, table.compare-list .add-to-cart td a.button:after { font-size:12px; }
	table.compare-list .add-to-cart td a.added_to_cart.custom_btn1, table.compare-list .add-to-cart td a.button.custom_btn1 { padding:5px 7px; }
}
table.compare-list .add-to-cart td a.added_to_cart:hover, table.compare-list .add-to-cart td a.added_to_cart:focus, table.compare-list .add-to-cart td a.button:hover, table.compare-list .add-to-cart td a.button:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
table.compare-list .add-to-cart td a.added_to_cart:hover:before, table.compare-list .add-to-cart td a.added_to_cart:focus:before, table.compare-list .add-to-cart td a.button:hover:before, table.compare-list .add-to-cart td a.button:focus:before { height:100%; }
table.compare-list .add-to-cart td a.added_to_cart:hover:after, table.compare-list .add-to-cart td a.added_to_cart:focus:after, table.compare-list .add-to-cart td a.button:hover:after, table.compare-list .add-to-cart td a.button:focus:after { color:#fff; }
table.compare-list .add-to-cart td a.added_to_cart.active, table.compare-list .add-to-cart td a.added_to_cart:active, table.compare-list .add-to-cart td a.button.active, table.compare-list .add-to-cart td a.button:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
table.compare-list .add-to-cart td a.added_to_cart.disabled, table.compare-list .add-to-cart td a.added_to_cart[disabled], table.compare-list .add-to-cart td a.button.disabled, table.compare-list .add-to-cart td a.button[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
table.compare-list .add-to-cart td a.added_to_cart:before, table.compare-list .add-to-cart td a.button:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
table.compare-list .add-to-cart td a.added_to_cart:after, table.compare-list .add-to-cart td a.button:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
table.compare-list .add-to-cart td a.added_to_cart.custom_btn1, table.compare-list .add-to-cart td a.button.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
table.compare-list .add-to-cart td a.added_to_cart.custom_btn1:after, table.compare-list .add-to-cart td a.button.custom_btn1:after { display:none; }
table.compare-list .add-to-cart td a.added_to_cart.custom_btn1:hover, table.compare-list .add-to-cart td a.added_to_cart.custom_btn1:focus, table.compare-list .add-to-cart td a.button.custom_btn1:hover, table.compare-list .add-to-cart td a.button.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	table.compare-list .add-to-cart td a.added_to_cart, table.compare-list .add-to-cart td a.button {
		padding:5px 7px;
		font-size:12px !important;
	}
	table.compare-list .add-to-cart td a.added_to_cart:after, table.compare-list .add-to-cart td a.button:after { font-size:12px; }
	table.compare-list .add-to-cart td a.added_to_cart.custom_btn1, table.compare-list .add-to-cart td a.button.custom_btn1 { padding:5px 7px; }
}
table.compare-list .add-to-cart td a.added_to_cart:hover, table.compare-list .add-to-cart td a.added_to_cart:focus, table.compare-list .add-to-cart td a.button:hover, table.compare-list .add-to-cart td a.button:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
table.compare-list .add-to-cart td a.added_to_cart:hover:before, table.compare-list .add-to-cart td a.added_to_cart:focus:before, table.compare-list .add-to-cart td a.button:hover:before, table.compare-list .add-to-cart td a.button:focus:before { height:100%; }
table.compare-list .add-to-cart td a.added_to_cart:hover:after, table.compare-list .add-to-cart td a.added_to_cart:focus:after, table.compare-list .add-to-cart td a.button:hover:after, table.compare-list .add-to-cart td a.button:focus:after { color:#fff; }
table.compare-list .add-to-cart td a.added_to_cart.active, table.compare-list .add-to-cart td a.added_to_cart:active, table.compare-list .add-to-cart td a.button.active, table.compare-list .add-to-cart td a.button:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
table.compare-list .add-to-cart td a.added_to_cart.disabled, table.compare-list .add-to-cart td a.added_to_cart[disabled], table.compare-list .add-to-cart td a.button.disabled, table.compare-list .add-to-cart td a.button[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
table.compare-list .add-to-cart td a:after { display:none !important; }
table.compare-list .remove td a, table.compare-list a { color:#ff3842; }
table.compare-list .remove td a:hover, table.compare-list a:hover { color:#c21d24; }
table.compare-list thead th {
	background:#222;
	color:#eee;
}
table.compare-list .td.odd { padding-bottom:10px; }
table.compare-list th {
	font-size:14px;
	line-height:20px;
	font-family:Lato;
	color:#777777;
	font-weight:bold;
}
table.compare-list td { text-align:left; }
table.compare-list td img {
	border:0 solid #aaa;
	background:#ffffff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}
table.compare-list tr.title td {
	font-size:19px;
	line-height:25px;
	color:#c21d24;
	font-weight:bold;
}
table.compare-list tr.price {
	text-decoration:none;
	margin-bottom:10px;
}
table.compare-list tr.price del .amount { text-decoration:line-through; }
table.compare-list tr.price .woocommerce-product-rating .star-rating {
	font-size:11px !important;
	height:1em;
	line-height:1em;
	letter-spacing:2px;
	position:relative;
	width:4.6em;
	font-family:FontAwesome;
	margin:8px 0 0 0;
}
table.compare-list tr.price .woocommerce-product-rating .star-rating:before {
	color:#d2d2d1;
	float:left;
	position:absolute;
	top:0;
	left:0;
}
table.compare-list tr.price .woocommerce-product-rating .star-rating span {
	float:left;
	left:0;
	padding-top:1.5em;
	position:absolute;
	top:0;
	overflow:hidden;
	height:0;
}
table.compare-list tr.price .woocommerce-product-rating .star-rating span:before {
	color:#c21d24;
	position:absolute;
	left:0;
	top:0;
}
table.compare-list tr.price .woocommerce-product-rating .star-rating:before { content:"\f005\f005\f005\f005\f005"; }
table.compare-list tr.price .woocommerce-product-rating .star-rating span:before { content:"\f005\f005\f005\f005\f005"; }
table.compare-list tr.price .woocommerce-product-rating .star-rating .rate_content {
	position:absolute;
	display:block;
	font-size:11px;
	line-height:15px;
	color:#fff;
	background:#ff3842;
	padding:10px 5px;
	width:110px;
	visibility:hidden;
	opacity:0;
	top:-70px;
	right:0;
	text-align:center;
	margin-left:-45px;
	border-radius:0;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	pointer-events:none;
	font-family:Lato;
}
table.compare-list tr.price .woocommerce-product-rating .star-rating .rate_content:after {
	position:absolute;
	content:"";
	bottom:-6px;
	right:10px;
	border-top:7px solid #ff3842;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:0 solid transparent;
}
table.compare-list tr.price .woocommerce-product-rating .star-rating:hover .rate_content {
	visibility:visible;
	opacity:1;
	top:-45px;
}
table.compare-list tr.price td, table.compare-list tr.price th {
	color:#ff3842;
	font-size:20px;
	line-height:30px;
	float:none;
	text-align:left;
	text-decoration:none;
}
table.compare-list tr.price td .amount, table.compare-list tr.price th .amount {
	margin:10px 0;
	display:inline-block;
}
table.compare-list tr.price td del, table.compare-list tr.price td span.from, table.compare-list tr.price th del, table.compare-list tr.price th span.from {
	font-size:12px;
	display:inline-block;
	text-transform:lowercase;
}
table.compare-list tr.price td ins, table.compare-list tr.price th ins { text-decoration:none; }
table.compare-list tr.price td .from, table.compare-list tr.price th .from {
	margin:0 5px 0 0;
	font-size:12px;
}
@media (max-width: 979px) {
	table.compare-list tr.price td, table.compare-list tr.price th {
		font-size:1.2em;
		line-height:1.2em;
	}
}
table.compare-list tr.description td p { margin:10px; }
table.compare-list tr.stock td { padding:10px; }
table.compare-list tr.stock td span {
	text-align:left !important;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	color:#ff3842;
}
table.compare-list tr.description td { padding:10px; }
table.compare-list .woocommerce-review-link {
	font-size:12px;
	text-transform:none;
}
body.woocompare_table >h1 {
	background:none;
	color:#333;
	border-bottom:1px solid #D6D6D6;
}
body.woocompare_table {
	font-size:14px;
	line-height:20px;
	font-family:Lato;
	color:#777777;
}
table.compare-list .remove td a .remove {
	background:none;
	width:auto;
	height:auto;
	display:inline-block !important;
	line-height:inherit;
	color:#999 !important;
	padding:0;
	font-weight:700;
	font-size:15px;
	vertical-align:middle;
	position:relative;
	top:-3px;
	margin:0;
	top:-2px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
table.compare-list .remove td a .remove:hover {
	background:none;
	color:#9d261d !important;
}
table.compare-list .remove td a:hover .remove {
	background:none;
	color:#9d261d !important;
}
.cherry-quick-view-wrap .price {
	color:#ff3842;
	font-size:20px;
	line-height:30px;
	float:none;
	text-align:left;
}
.cherry-quick-view-wrap .price del, .cherry-quick-view-wrap .price span.from {
	font-size:12px;
	display:inline-block;
	text-transform:lowercase;
}
.cherry-quick-view-wrap .price ins { text-decoration:none; }
.cherry-quick-view-wrap .price .from {
	margin:0 5px 0 0;
	font-size:12px;
}
@media (max-width: 979px) {
	.cherry-quick-view-wrap .price {
		font-size:1.2em;
		line-height:1.2em;
	}
}
.cherry-quick-view-wrap .images >a img[class*="attachment"], .cherry-quick-view-wrap .images >a img.woocommerce-placeholder, .cherry-quick-view-wrap .thumbnails >a img[class*="attachment"], .cherry-quick-view-wrap .thumbnails >a img.woocommerce-placeholder {
	width:100% !important;
	height:auto !important;
	display:block;
	margin:0 0 8px;
	background:#ffffff;
	border:0 solid #aaa;
	border-radius:0;
	box-shadow:0 0 0 rgba(0,0,0,0);
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
}
.cherry-quick-view-wrap .images >:hover img[class*="attachment"], .cherry-quick-view-wrap .images >:hover img.woocommerce-placeholder, .cherry-quick-view-wrap .thumbnails >:hover img[class*="attachment"], .cherry-quick-view-wrap .thumbnails >:hover img.woocommerce-placeholder {
	border:0 solid #ff3842;
	box-shadow:0 0 0 rgba(0,0,0,0);
}
.cherry-quick-view-wrap .thumbnails {
	margin:0;
	text-align:center;
}
.cherry-quick-view-wrap .thumbnails a {
	width:auto;
	max-width:90px;
	margin:0 1px 2px;
	float:none;
	display:inline-block;
}
.cherry-quick-view-wrap .thumbnails a img { margin:0; }
.cherry-quick-view-wrap .thumbnails a:hover img { box-shadow:none; }
.cherry-quick-view-wrap span.onsale {
	font-weight:bold;
	font-size:17px;
	line-height:20px;
	background:#f76d07;
	color:#fff;
	padding:4px 7px;
	text-transform:uppercase;
	border:none;
	border-radius:0;
	position:absolute;
	text-align:center;
	left:0;
	top:0;
	right:auto;
	display:inline-block;
	float:left;
	margin:18px 0 0 18px;
	min-height:0;
	min-width:0;
}
.cherry-quick-view-wrap a.added_to_cart, .cherry-quick-view-wrap a.button.add_to_cart_button {
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.cherry-quick-view-wrap a.added_to_cart:before, .cherry-quick-view-wrap a.button.add_to_cart_button:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
.cherry-quick-view-wrap a.added_to_cart:after, .cherry-quick-view-wrap a.button.add_to_cart_button:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
.cherry-quick-view-wrap a.added_to_cart.custom_btn1, .cherry-quick-view-wrap a.button.add_to_cart_button.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
.cherry-quick-view-wrap a.added_to_cart.custom_btn1:after, .cherry-quick-view-wrap a.button.add_to_cart_button.custom_btn1:after { display:none; }
.cherry-quick-view-wrap a.added_to_cart.custom_btn1:hover, .cherry-quick-view-wrap a.added_to_cart.custom_btn1:focus, .cherry-quick-view-wrap a.button.add_to_cart_button.custom_btn1:hover, .cherry-quick-view-wrap a.button.add_to_cart_button.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	.cherry-quick-view-wrap a.added_to_cart, .cherry-quick-view-wrap a.button.add_to_cart_button {
		padding:5px 7px;
		font-size:12px !important;
	}
	.cherry-quick-view-wrap a.added_to_cart:after, .cherry-quick-view-wrap a.button.add_to_cart_button:after { font-size:12px; }
	.cherry-quick-view-wrap a.added_to_cart.custom_btn1, .cherry-quick-view-wrap a.button.add_to_cart_button.custom_btn1 { padding:5px 7px; }
}
.cherry-quick-view-wrap a.added_to_cart:hover, .cherry-quick-view-wrap a.added_to_cart:focus, .cherry-quick-view-wrap a.button.add_to_cart_button:hover, .cherry-quick-view-wrap a.button.add_to_cart_button:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
.cherry-quick-view-wrap a.added_to_cart:hover:before, .cherry-quick-view-wrap a.added_to_cart:focus:before, .cherry-quick-view-wrap a.button.add_to_cart_button:hover:before, .cherry-quick-view-wrap a.button.add_to_cart_button:focus:before { height:100%; }
.cherry-quick-view-wrap a.added_to_cart:hover:after, .cherry-quick-view-wrap a.added_to_cart:focus:after, .cherry-quick-view-wrap a.button.add_to_cart_button:hover:after, .cherry-quick-view-wrap a.button.add_to_cart_button:focus:after { color:#fff; }
.cherry-quick-view-wrap a.added_to_cart.active, .cherry-quick-view-wrap a.added_to_cart:active, .cherry-quick-view-wrap a.button.add_to_cart_button.active, .cherry-quick-view-wrap a.button.add_to_cart_button:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.cherry-quick-view-wrap a.added_to_cart.disabled, .cherry-quick-view-wrap a.added_to_cart[disabled], .cherry-quick-view-wrap a.button.add_to_cart_button.disabled, .cherry-quick-view-wrap a.button.add_to_cart_button[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.cherry-quick-view-wrap a.added_to_cart:before, .cherry-quick-view-wrap a.button.add_to_cart_button:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
.cherry-quick-view-wrap a.added_to_cart:after, .cherry-quick-view-wrap a.button.add_to_cart_button:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
.cherry-quick-view-wrap a.added_to_cart.custom_btn1, .cherry-quick-view-wrap a.button.add_to_cart_button.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
.cherry-quick-view-wrap a.added_to_cart.custom_btn1:after, .cherry-quick-view-wrap a.button.add_to_cart_button.custom_btn1:after { display:none; }
.cherry-quick-view-wrap a.added_to_cart.custom_btn1:hover, .cherry-quick-view-wrap a.added_to_cart.custom_btn1:focus, .cherry-quick-view-wrap a.button.add_to_cart_button.custom_btn1:hover, .cherry-quick-view-wrap a.button.add_to_cart_button.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	.cherry-quick-view-wrap a.added_to_cart, .cherry-quick-view-wrap a.button.add_to_cart_button {
		padding:5px 7px;
		font-size:12px !important;
	}
	.cherry-quick-view-wrap a.added_to_cart:after, .cherry-quick-view-wrap a.button.add_to_cart_button:after { font-size:12px; }
	.cherry-quick-view-wrap a.added_to_cart.custom_btn1, .cherry-quick-view-wrap a.button.add_to_cart_button.custom_btn1 { padding:5px 7px; }
}
.cherry-quick-view-wrap a.added_to_cart:hover, .cherry-quick-view-wrap a.added_to_cart:focus, .cherry-quick-view-wrap a.button.add_to_cart_button:hover, .cherry-quick-view-wrap a.button.add_to_cart_button:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
.cherry-quick-view-wrap a.added_to_cart:hover:before, .cherry-quick-view-wrap a.added_to_cart:focus:before, .cherry-quick-view-wrap a.button.add_to_cart_button:hover:before, .cherry-quick-view-wrap a.button.add_to_cart_button:focus:before { height:100%; }
.cherry-quick-view-wrap a.added_to_cart:hover:after, .cherry-quick-view-wrap a.added_to_cart:focus:after, .cherry-quick-view-wrap a.button.add_to_cart_button:hover:after, .cherry-quick-view-wrap a.button.add_to_cart_button:focus:after { color:#fff; }
.cherry-quick-view-wrap a.added_to_cart.active, .cherry-quick-view-wrap a.added_to_cart:active, .cherry-quick-view-wrap a.button.add_to_cart_button.active, .cherry-quick-view-wrap a.button.add_to_cart_button:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.cherry-quick-view-wrap a.added_to_cart.disabled, .cherry-quick-view-wrap a.added_to_cart[disabled], .cherry-quick-view-wrap a.button.add_to_cart_button.disabled, .cherry-quick-view-wrap a.button.add_to_cart_button[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.onsale {
	font-weight:bold;
	font-size:17px;
	line-height:20px;
	background:#f76d07;
	color:#fff;
	padding:4px 7px;
	text-transform:uppercase;
	border:none;
	border-radius:0;
	position:absolute;
	text-align:center;
	left:0;
	top:0;
	right:auto;
	display:inline-block;
	float:left;
	margin:18px 0 0 18px;
	min-height:0;
	min-width:0;
}
@media (max-width: 1400px) {
	.isStuck {
		position:relative !important;
		top:0 !important;
	}
	.pseudoStickyBlock { height:0 !important; }
}
@media (max-width: 767px) {
	body { padding:0; }
	#motopress-main.main-holder {
		overflow:hidden;
		padding-left:10px;
		padding-right:10px;
	}
	#motopress-main.main-holder header.header, #motopress-main.main-holder .content-holder, #motopress-main.main-holder footer.footer, #motopress-main.main-holder .parallax-slider {
		padding-left:10px;
		padding-right:10px;
		margin-left:-10px;
		margin-right:-10px;
	}
	#parallaxSliderPagination { margin-left:-10px; }
}
.woocommerce a.remove, a.remove {
	background:none;
	width:auto;
	height:auto;
	display:inline-block !important;
	line-height:inherit;
	color:#999 !important;
	padding:0;
	font-weight:700;
	font-size:15px;
	vertical-align:middle;
	position:relative;
	top:-3px;
	margin:0;
}
.woocommerce a.remove:hover, a.remove:hover {
	background:none;
	color:#9d261d !important;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	top:50%;
	left:50%;
	margin:0;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.contacts_google-map {
	height:400px;
	margin-bottom:20px;
}
@media (max-width: 767px) {
	.contacts_google-map { height:300px; }
}
@media (max-width: 479px) {
	.contacts_google-map { height:200px; }
}
body #motopress-main.main-holder #respond #commentform input[type="text"], body #motopress-main.main-holder #respond #commentform textarea, body #motopress-main.main-holder .wpcf7 input.wpcf7-text, body #motopress-main.main-holder input.wpcf7-dynamictext, body #motopress-main.main-holder .wpcf7 textarea, body #motopress-main.main-holder #searchform #s, body #motopress-main.main-holder #content form.login .form-row input.input-text, body #motopress-main.main-holder #content form.register .form-row input.input-text {
	font-weight:400;
	font-size:16px;
	line-height:20px;
	font-family:Lato;
	border:1px solid #e2e1e1;
	background:#fff;
	border-radius:0;
	height:40px;
	padding:10px 15px;
	color:#777777;
	font-weight:300;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body #motopress-main.main-holder #searchform input[type="submit"] {
	font-size:16px;
	line-height:20px;
	padding:10px 15px;
	border-width:0;
}
body #motopress-main.main-holder #content form.login label[for="rememberme"] {
	display:inline-block;
	margin-left:3px;
}
body #motopress-main.main-holder #content form.login input[type="checkbox"] { margin-top:-2px; }
body #motopress-main.main-holder #content form.login .lost_password { margin-left:0; }
body #motopress-main.main-holder #content form.login, body #motopress-main.main-holder #content form.register {
	border:1px solid #e2e1e1;
	border-radius:0;
}
body #motopress-main.main-holder #respond { padding-top:0; }
body #motopress-main.main-holder #respond .comment-reply-title { margin-bottom:20px; }
@media (min-width: 1200px) {
	body #motopress-main.main-holder #respond #commentform input[type="text"] { width:370px !important; }
}
body #motopress-main.main-holder #respond #commentform textarea { height:250px; }
body #motopress-main.main-holder #respond #commentform label { display:block; }
body #motopress-main.main-holder #respond #commentform .comment_submit, body #motopress-main.main-holder #respond #commentform .comment_submit #submit { text-align:left; }
body #motopress-main.main-holder #respond #commentform .comment_submit #submit { float:none; }
body #motopress-main.main-holder #respond #commentform .comment_submit #submit:hover { background:#c21d24; }
body #motopress-main.main-holder .wpcf7 textarea { height:250px; }
body #motopress-main.main-holder .wpcf7-not-valid-tip {
	padding:10px 15px !important;
	padding-left:5px !important;
	padding-right:5px !important;
	border-radius:0;
	font-weight:400;
	font-size:12px;
	line-height:20px;
	font-family:Lato;
}
body #motopress-main.main-holder .wpcf7 input[type="reset"] { margin-right:10px; }
body #motopress-main.main-holder .wpcf7 input[type="reset"]:hover { background:#c21d24; }
body #motopress-main.main-holder .wpcf7 input[type="submit"]:hover { background:#c21d24; }
body #motopress-main.main-holder .wpcf7 .submit-wrap { position:relative; }
body #motopress-main.main-holder .wpcf7 .submit-wrap .ajax-loader {
	position:absolute;
	top:50%;
	margin-top:0;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
}
body #motopress-main.main-holder .wpcf7 .wpcf7-form-control-wrap { position:relative; }
body #motopress-main.main-holder .wpcf7 .wpcf7-form-control-wrap:before {
	position:absolute;
	height:100%;
	width:40px;
	text-align:center;
	font-family:FontAwesome;
	font-size:20px;
	color:#999;
	left:0;
	line-height:40px;
}
body #motopress-main.main-holder .wpcf7 .wpcf7-form-control-wrap input, body #motopress-main.main-holder .wpcf7 .wpcf7-form-control-wrap textarea { padding-left:40px !important; }
body #motopress-main.main-holder .wpcf7 .wpcf7-form-control-wrap.your-name:before { content:'\f007'; }
body #motopress-main.main-holder .wpcf7 .wpcf7-form-control-wrap.your-email:before { content:'\f0e0'; }
body #motopress-main.main-holder .wpcf7 .wpcf7-form-control-wrap.your-phone:before { content:'\f095'; }
body #motopress-main.main-holder .wpcf7 .wpcf7-form-control-wrap.your-message:before { content:'\f040'; }
#back-top {
	overflow:hidden;
	border-radius:50%;
}
#back-top span {
	width:50px;
	height:50px;
	width:50px;
	height:50px;
	width:50px;
	height:50px;
	width:50px;
	height:50px;
	border-radius:50%;
	overflow:hidden;
	background:#999;
	position:relative;
	text-align:center;
	line-height:50px;
	border:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	opacity:0.5;
	filter:alpha(opacity=50);
	opacity:0.5;
	filter:alpha(opacity=50);
}
#back-top span:before, #back-top span:after {
	position:absolute;
	font-family:FontAwesome;
	content:'\f106';
	font-size:30px;
	line-height:50px;
	color:#fff;
	left:0;
	right:0;
	top:0;
}
#back-top span:after {
	-webkit-transform:translate(0,36px);
	-moz-transform:translate(0,36px);
	-ms-transform:translate(0,36px);
	-o-transform:translate(0,36px);
	transform:translate(0,36px);
	-webkit-transform:translate(0,36px);
	-moz-transform:translate(0,36px);
	-ms-transform:translate(0,36px);
	-o-transform:translate(0,36px);
	transform:translate(0,36px);
}
#back-top a {
	width:50px;
	height:50px;
	width:50px;
	height:50px;
	width:50px;
	height:50px;
	width:50px;
	height:50px;
	border:none;
}
#back-top a:hover {
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#back-top a:hover span {
	background:#c21d24;
	opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
	filter:alpha(opacity=100);
}
#back-top a:hover span:before {
	-webkit-transform:translate(0,-50px);
	-moz-transform:translate(0,-50px);
	-ms-transform:translate(0,-50px);
	-o-transform:translate(0,-50px);
	transform:translate(0,-50px);
	-webkit-transform:translate(0,-50px);
	-moz-transform:translate(0,-50px);
	-ms-transform:translate(0,-50px);
	-o-transform:translate(0,-50px);
	transform:translate(0,-50px);
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	transition:all 150ms ease;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	transition:all 150ms ease;
	color:#fff;
}
#back-top a:hover span:after {
	-webkit-transition:all 150ms ease 300ms;
	-moz-transition:all 150ms ease 300ms;
	-o-transition:all 150ms ease 300ms;
	transition:all 150ms ease 300ms;
	-webkit-transition:all 150ms ease 300ms;
	-moz-transition:all 150ms ease 300ms;
	-o-transition:all 150ms ease 300ms;
	transition:all 150ms ease 300ms;
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
}
.woocommerce nav.woocommerce-pagination ul, .pagination__posts ul {
	border:none;
	overflow:hidden;
	border-color:#ddd;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.woocommerce nav.woocommerce-pagination ul li, .pagination__posts ul li { border:none; }
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a, .pagination__posts ul li span, .pagination__posts ul li a {
	background:transparent;
	border:1px solid #ddd;
	border-right:none;
	padding:4px 10px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.woocommerce nav.woocommerce-pagination ul li:last-child span, .woocommerce nav.woocommerce-pagination ul li:last-child a, .pagination__posts ul li:last-child span, .pagination__posts ul li:last-child a { border-right:1px solid #ddd; }
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li.active span, .pagination__posts ul li span.current, .pagination__posts ul li.active span {
	background:#c21d24;
	color:#fff;
	border-color:#c21d24;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:active, .woocommerce nav.woocommerce-pagination ul li span:not(.current):hover, .woocommerce nav.woocommerce-pagination ul li span:not(.current):focus, .woocommerce nav.woocommerce-pagination ul li span:not(.current):active, .pagination__posts ul li a:hover, .pagination__posts ul li a:focus, .pagination__posts ul li a:active, .pagination__posts ul li span:not(.current):hover, .pagination__posts ul li span:not(.current):focus, .pagination__posts ul li span:not(.current):active { background:#ebe9eb; }
.woocommerce nav.woocommerce-pagination ul li.active span:hover, .woocommerce nav.woocommerce-pagination ul li.active span:focus, .woocommerce nav.woocommerce-pagination ul li.active span:active, .pagination__posts ul li.active span:hover, .pagination__posts ul li.active span:focus, .pagination__posts ul li.active span:active { background:#c21d24; }
.woocommerce nav.woocommerce-pagination ul li:first-child span, .woocommerce nav.woocommerce-pagination ul li:first-child a, .pagination__posts ul li:first-child span, .pagination__posts ul li:first-child a {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.woocommerce nav.woocommerce-pagination ul li:last-child span, .woocommerce nav.woocommerce-pagination ul li:last-child a, .pagination__posts ul li:last-child span, .pagination__posts ul li:last-child a {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.contacts_address, .contacts_fax, .contacts_email, .contacts_phone {
	position:relative;
	display:inline-block;
	padding-left:25px;
	margin-bottom:5px;
}
.contacts_address:before, .contacts_fax:before, .contacts_email:before, .contacts_phone:before {
	position:absolute;
	font-family:FontAwesome;
	left:0;
	margin-right:10px;
	color:#ff3842;
}
.contacts_address:before { content:'\f041'; }
.contacts_fax:before { content:'\f0f6'; }
.contacts_email:before { content:'\f0e0'; }
.contacts_phone:before { content:'\f095'; }
body #motopress-main.main-holder input[type="submit"]:hover, body #motopress-main.main-holder input[type="reset"]:hover { background:#c21d24; }
.product-header {
	font-family:Montserrat;
	font-weight:bold;
	font-size:30px;
	line-height:30px;
	letter-spacing:1px;
	color:#131313;
	text-transform:none;
	text-align:left;
	margin:0px 0px 16px 0px;
}
.title-section {
	background-color:#ffffff;
	background-image:none;
}
.title-section .title-header {
	font-weight:900;
	font-size:40px;
	text-transform:capitalize;
	line-height:1em;
	color:#131313;
	margin:0;
	padding:20px 0px 21px 0px;
	text-shadow:none !important;
}
body.single-product .title-section { display:none; }
.woocommerce div.product { margin-top:40px; }
body #motopress-main.main-holder .content-holder div.product div.images {
	width:560px;
	margin-bottom:50px;
}
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails { margin-top:30px; }
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails a {
	width:auto;
	max-width:56px;
	padding:5px;
	border:1px solid #ddd;
	margin:0 10px 2px;
	float:none;
	display:inline-block;
}
body #motopress-main.main-holder .content-holder .products ul li.product h3, body #motopress-main.main-holder .content-holder .products ul li.product strong, body #motopress-main.main-holder .content-holder ul.products li.product h3, body #motopress-main.main-holder .content-holder ul.products li.product strong {
	font-size:20px;
	line-height:24px;
	padding:20px 0 6px 0;
	text-align:center;
	font-weight:bold;
	color:#131313;
	text-transform:none;
}
body #motopress-main.main-holder .content-holder .products ul li.product .price, body #motopress-main.main-holder .content-holder ul.products li.product .price { text-align:center; }
body #motopress-main.main-holder .content-holder .products ul li.product .price .amount, body #motopress-main.main-holder .content-holder ul.products li.product .price .amount {
	font-size:17px;
	color:#666;
	font-weight:bold;
}
body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product { border:1px solid #898989; }
body #motopress-main.main-holder .content-holder .products ul li.product:hover, body #motopress-main.main-holder .content-holder ul.products li.product:hover { border-color:#898989; }
body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
	width:24.3% !important;
	margin:0px 6px 8px auto;
	padding:5px 5px 0px 5px;
}
body #motopress-main.main-holder .product-link-wrap a.button { padding:14px 16px; }
.promo-code-buttons {
	margin:10px 0px;
	display:block;
	padding:12px;
	text-align:center;
	color:#ffffff;
	background-color:#C21D24;
}
#afterpay-products {
	width:100%;
	min-width:300px;
	height:53px;
	display:block;
	border:1px solid #cccccc;
	background-color:#f5f5f5;
	padding:0px;
	margin:4px 0px 0px 0px;
}
#afterpay-products .afterpay-left {
	float:left;
	width:180px;
	height:53px;
	background:url("/wp-content/themes/theme53600/images/afterpay-left.png") no-repeat top left;
}
#afterpay-products .afterpay-right {
	float:right;
	width:119px;
	height:53px;
	background:url("/wp-content/themes/theme53600/images/afterpay-right.png") no-repeat top right;
}
.woocommerce-tabs { border-bottom:1px solid #e0e0e0; }
body #motopress-main.main-holder .content-holder div.product div .tabs { background:url("/wp-content/themes/theme53600/images/b-product-tabs.png") repeat-x bottom left; }
body #motopress-main.main-holder .content-holder div.product div .tabs li a {
	font-family:Montserrat;
	letter-spacing:1.0px;
	color:#ababab;
	padding:16px 30px;
	font-weight:bold;
	text-decoration:none;
	background:#fff;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #ffffff;
	text-transform:uppercase;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li a:hover {
	color:#131313;
	background:#fff;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #ffffff;
	text-transform:uppercase;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li:last-child a {
	border-top:0px solid #e0e0e0;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #ffffff;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li:last-child a:hover {
	border-top:0px solid #e0e0e0;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #ffffff;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active a {
	color:#131313;
	background:#ffffff;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #e0e0e0;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li:first-child.active a {
	color:#131313;
	background:#ffffff;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
}
body #motopress-main.main-holder .content-holder div.product div.panel:not(.wl-panel) {
	padding:24px 80px;
	background:#ffffff;
	border:0px solid #d5d5d5;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size:20px;
	text-align:left;
	margin:0px 0px 12px 0px;
	text-transform:none;
}
body #motopress-main.main-holder .content-holder ul.products li.product>a .price, body #motopress-main.main-holder .content-holder div.product .summary .price { color:#363636; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td label, .extra_options_label {
	border:0 solid #eee;
	border-radius:0;
	background:#ffffff;
	color:#131313;
	font-family:Montserrat;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	padding:10px 0px 10px 0px;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td.label { width:50%; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td.value { width:50%; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td.value select, .extra_options_input {
	margin-right:10px;
	padding-right:10px;
	background-color:#ffffff;
	background-image:url(/wp-content/themes/theme53600/images/product-select-arrow.png);
	background-position:center right;
	background-repeat:no-repeat;
	border:1px solid #333333;
	color:#333333;
	height:40px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	display:block;
	width:100%;
}
.extra_options_input_text { background-image:none !important; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations {
	background-color:#131313;
	color:#ffffff;
	padding:4px 10px;
	text-transform:uppercase;
	font-size:16px;
	float:right;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations::after { display:none; }
body #motopress-main.main-holder .content-holder div.product .summary .quantity .qty {
	margin-bottom:0;
	width:60px !important;
	height:54px;
	text-align:center;
	font-size:16px;
}
body #motopress-main.main-holder .content-holder div.product button[type="submit"] {
	font-size:16px !important;
	text-align:center;
	line-height:20px !important;
	padding:17px 20px !important;
	text-transform:uppercase;
	background-color:#131313;
	color:#ffffff;
	float:right;
	width:480px;
}
body #motopress-main.main-holder .content-holder div.product button.button::after { display:none; }
body #motopress-main.main-holder .content-holder div.product .summary div[itemprop="description"] p {
	font-size:18px;
	line-height:30px;
	color:#898989;
	letter-spacing:0.2px;
	padding-bottom:24px;
	margin-bottom:24px;
	border-bottom:1px solid #dddddd;
}
body #motopress-main.main-holder .content-holder div.product_cat-motorcycle .summary .price { margin-bottom:0px; }
body #motopress-main.main-holder .content-holder div.product_cat-motorcycle .summary .product-header { margin-bottom:8px; }
#tab-description p, #tab-description li {
	font-size:16px;
	line-height:24px;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0 { border-left:1px solid #404040; }
.ubermenu .ubermenu-item.ubermenu-item-level-0:first-child { border-left:1px solid #000; }
.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
	padding:20px 30px !important;
	letter-spacing:0.5px;
	font-weight:500 !important;
	font-family:'Montserrat' !important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target::after { display:none !important; }
#sidebar h3 {
	font-weight:normal;
	letter-spacing:1px;
}
ul.berocket_aapf_widget {
	padding-top:10px;
	z-index:1;
}
body #motopress-main.main-holder #content .page .shop_table { border:0px solid #ffffff; }
body #motopress-main.main-holder #content .page .shop_table tr th {
	background:#ffffff;
	padding:6px 6px 16px 6px;
	font-family:'Montserrat';
	color:#131313;
	font-size:16px;
	letter-spacing:1px;
	font-weight:700;
	text-transform:uppercase;
}
body #motopress-main.main-holder #content .page .shop_table tr td {
	border-top:1px solid #ddd;
	padding:24px 6px;
}
body #motopress-main.main-holder #content .page td.product-thumbnail img {
	width:100%;
	max-width:70px;
	padding:6px 12px;
	margin-top:0px;
}
body #motopress-main.main-holder #content .page .shop_table tr td.product-name a {
	font-family:'Montserrat';
	font-size:20px;
	font-weight:bold;
	color:#131313;
}
.woocommerce td.product-name dl.variation {
	font-size:14px;
	margin:.25em 0 0 0;
}
.woocommerce td.product-name p.backorder_notification { font-size:14px; }
body #motopress-main.main-holder #content .page .shop_table tr th.product-quantity, body #motopress-main.main-holder #content .page .shop_table tr td.product-quantity { text-align:center; }
body #motopress-main.main-holder #content .page .shop_table tr th.product-price { text-align:center; }
body #motopress-main.main-holder #content .page .shop_table tr td.product-price {
	text-align:center;
	font-size:16px;
}
body #motopress-main.main-holder #content .page .shop_table tr td.product-quantity .quantity input.qty { height:56px; }
body #motopress-main.main-holder #content .page .shop_table tr th.product-subtotal { text-align:right; }
body #motopress-main.main-holder #content .page .shop_table tr td.product-subtotal {
	text-align:right;
	font-size:16px;
	color:#131313;
	font-weight:700;
}
body #motopress-main.main-holder #content .page form table.cart .actions { padding:24px 0px; }
body #motopress-main.main-holder #content .page form table.cart .actions #coupon_code {
	margin:0px;
	padding:0px 20px;
	height:56px !important;
}
body #motopress-main.main-holder #content .page form table.cart .actions #coupon_code+.button {
	margin:0px;
	height:56px;
	margin-left:10px;
	padding:0px 30px;
	font-family:'Montserrat';
	font-size:16px;
	text-transform:uppercase;
	background-color:#131313;
	color:#ffffff;
}
body #motopress-main.main-holder #content .page form table.cart .actions #coupon_code+.button:hover { background-color:#C21D24; }
body #motopress-main.main-holder #content .page form table.cart .actions input[type="submit"] {
	margin:0px;
	height:56px;
	margin-left:10px;
	padding:0px 30px;
	font-family:'Montserrat';
	font-size:16px;
	text-transform:uppercase;
	background-color:#131313;
	color:#ffffff;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals {
	float:right;
	margin-top:11px;
	text-align:right;
	width:50%;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals h2 { display:none; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table {
	float:right;
	border-radius:0;
	border:0px solid #ddd;
	margin-bottom:20px;
	width:100%;
	max-width:342px;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table.shop_table { clear:both; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr th {
	padding:10px 10px 10px 0px;
	border:none;
	border-top:0px solid #ddd;
	background:#ffffff;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr.cart-subtotal th, body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr.shipping th {
	color:#666666;
	font-size:14px;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr.cart-subtotal td, body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr.shipping td {
	font-size:14px;
	padding:10px;
	border-top:0px;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr.order-total th {
	color:#666666;
	font-size:18px;
	padding:16px 10px 10px 10px;
	border-top:1px solid #dddddd;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table tr.order-total td {
	color:#666666;
	font-size:18px;
	color:#131313;
	padding:16px 10px 10px 10px;
	border-top:1px solid #dddddd;
}
.cart_totals .wc-proceed-to-checkout {
	padding:0;
	display:block;
	float:right;
	width:100%;
}
body #motopress-main.main-holder .cart_totals .wc-proceed-to-checkout a.checkout-button {
	margin:0px;
	margin-left:10px;
	padding:0px 30px;
	font-family:'Montserrat';
	font-size:16px;
	text-transform:uppercase;
	background-color:#131313;
	color:#ffffff;
	width:100%;
	max-width:342px;
}
body #motopress-main.main-holder .cart_totals .wc-proceed-to-checkout a.checkout-button::after { display:none; }
#motopress-new-home .container { width:100%; }
#motopress-new-home .container .row { margin-left:0px; }
#motopress-new-home .container .row .span12 {
	width:100%;
	margin-left:0px;
}
#motopress-new-home .container .row .span12 .row .span12 { width:100%; }
#motopress-new-home .product_box {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#motopress-new-home .woocommerce div.product>figure { padding:20px; }
.home-page-slider { margin-bottom:20px; }
#home-slider { display:block; }
#mobile-slider { display:none; }
.product_box h1 {
	color:#f20f05;
	font-size:40px;
	text-transform:capitalize;
	letter-spacing:0.5px;
}
.home-road-dirt-parts {
	background-image:url("/wp-content/themes/theme53600/images/b-home-road-dirt-parts.jpg");
	background-position:bottom center;
	background-size:100%;
	background-repeat:no-repeat;
	padding:150px 0px;
}
.home-road-dirt-parts_wrap_inner {
	width:1200px;
	margin:0 auto;
}
.home-road-dirt-parts_wrap_inner>.row {
	width:1200px;
	margin-left:0px;
}
.home-road-dirt-parts_wrap_inner>.row>.span3 {
	width:270px;
	margin-left:40px;
}
.home-road-dirt-parts_wrap_inner>.row>.span3:first-child { margin-left:0px; }
.home-road-dirt-parts img { width:100%; }
.home-road-dirt-parts-mobile {
	display:none;
	background-image:url("/wp-content/themes/theme53600/images/b-home-road-dirt-parts.jpg");
	background-position:bottom center;
	background-size:100%;
	background-repeat:no-repeat;
	padding:150px 0px;
}
.home-road-dirt-parts-mobile_wrap_inner {
	width:480px;
	margin:0 auto;
}
.home-road-dirt-parts-mobile_wrap_inner>.row {
	width:480px;
	margin-left:0px;
}
.home-road-dirt-parts-mobile_wrap_inner>.row>.span3 {
	width:270px;
	margin-left:40px;
}
.home-road-dirt-parts-mobile_wrap_inner>.row>.span3:first-child { margin-left:0px; }
.home-road-dirt-parts-mobile img { width:100%; }
.home-about-us-wrap {
	width:100%;
	background-color:#ffffff;
	padding:70px 0px;
}
.home-about-us-container {
	width:1170px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px #888888;
	margin:0 auto;
}
.home-about-us-img, .home-about-us-text {
	float:right;
	width:50%;
}
.home-about-us-text h2 {
	font-family:'Montserrat';
	font-size:40px;
	font-weight:bold;
	text-align:center;
	padding-top:50px;
	text-transform:capitalize;
}
.home-about-us-text p {
	font-size:14px;
	text-align:center;
	line-height:22px;
	padding:0px 60px;
	margin-bottom:40px;
}
.home-about-us-text p.bold-text {
	font-size:16px;
	font-weight:bold !important;
	text-align:center;
	line-height:24px;
	margin-bottom:20px;
}
.home-about-us-divider {
	text-align:center;
	width:50px;
	height:3px;
	margin:0px auto 20px auto !important;
	display:block;
}
.home-about-us-learn-more {
	padding:16px 30px;
	color:#ffffff;
	background-color:#131313;
	text-transform:uppercase;
	text-align:center;
}
.home-newsletter {
	background-color:#1f1f1f;
	width:100%;
	padding:100px 0px;
}
.home-newsletter h4 {
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	font-size:32px;
	letter-spacing:1px;
}
.home-newsletter-email {
	width:100%;
	max-width:768px;
	margin:20px auto 0px auto;
	display:block;
}
.home-newsletter-email .mc4wp-form input[type="email"] {
	float:left;
	display:inline;
	width:75%;
	padding:12px;
	margin-left:0;
	margin-right:0;
	height:46px !important;
}
.home-newsletter-email .mc4wp-form input[type="submit"] {
	float:left;
	display:inline;
	width:25% !important;
	font-family:'Montserrat';
	font-size:14px !important;
	font-weight:bold !important;
	text-transform:uppercase;
	background-color:#C21D24 !important;
	color:#ffffff !important;
	height:46px;
	padding:13px !important;
}
.home-brand-box { padding:30px 0px 0px 0px; }
.home-brand-box_wrap_inner {
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.home-brand-box_wrap_inner>.row>.span3:first-child { margin-left:0px; }
.home-brand-box h3 {
	text-align:center;
	color:#131313;
	text-transform:capitalize;
	font-size:40px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:90px;
}
.home-brand-box ul {
	list-style:none;
	margin-left:0px;
}
.home-brand-box ul li {
	font-size:14px;
	font-family:'Montserrat';
	margin-bottom:18px;
	font-weight:300;
}
.home-brand-box a { color:#8e8e8e; }
.home-brand-box a:hover { color:#131313; }
#home-page-brand-wrap {
	display:none;
	text-align:center;
}
#home-page-brand-wrap>select {
	text-align:left;
	margin:0px auto 20px auto;
	font-size:20px;
	font-weight:300;
	letter-spacing:1px;
	border-radius:0px !important;
	border:1px solid #737373;
	width:300px !important;
	height:60px;
	padding-right:20px;
	background-color:#737373;
	color:#ffffff;
	background-image:url("/wp-content/themes/theme53600/images/home-page-brand-arrow.png");
	background-position:center right;
	background-repeat:no-repeat;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.omega-search-result .span9 { width:100%; }
footer.footer { padding-bottom:0px; }
.footer-logo { padding:0px 0px 30px 0px; }
.footer-strip {
	width:100%;
	background-color:#4c4c4c;
}
.footer-strip h4 {
	font-size:16px;
	font-weight:300;
	color:#f5f5f5;
	text-transform:uppercase;
	text-align:center;
	padding:20px 0px;
	margin:0px;
	letter-spacing:1px;
}
.copyright p {
	font-size:15px;
	font-family:'Montserrat';
	letter-spacing:1px;
	margin-bottom:20px;
}
.footer-logo-mobile {
	padding:30px 0px 10px 0px;
	display:none;
}
.footer-social-icons {
	width:160px;
	margin:0px auto 0px auto;
	display:block;
	height:100px;
}
.footer-social-icons:after { clear:both; }
.footer-social-icons h4 {
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	display:block;
	text-align:center;
}
.footer-social-icons .footer-social-icons-face {
	float:left;
	display:inline;
	width:50px;
	padding-left:16px;
}
.footer-social-icons .footer-social-icons-insta {
	float:right;
	display:inline;
	width:50px;
	padding-right:16px;
}
.logo_box .logo-left {
	float:left;
	width:27%;
	display:inline;
	text-align:left;
}
.logo_box .logo-left img {
	max-width:240px;
	padding:12px 0px 12px 30px;
}
.logo_box .logo-middle {
	float:left;
	width:46%;
	display:inline;
	text-align:center;
}
.logo_box .logo-middle .yamaha-logos {
	width:520px;
	height:44px;
	padding-top:40px;
	margin:0 auto;
}
.logo_box .logo-middle .yamaha-logos .yamaha-logo-1 {
	float:left;
	height:40px;
	padding-right:30px;
}
.logo_box .logo-middle .yamaha-logos .yamaha-logo-2 {
	float:left;
	height:40px;
	padding-right:30px;
}
.logo_box .logo-middle .yamaha-logos .yamaha-logo-3 {
	float:left;
	height:40px;
	padding-right:30px;
}
.logo_box .logo-middle .yamaha-logos .yamaha-logo-4 {
	float:left;
	height:40px;
}
.logo_box .logo-right {
	float:right;
	width:27%;
	display:inline;
	text-align:right;
	height:50px;
	margin-top:18px;
}
.logo_box .logo-right .logo-right-phone a {
	font-family:'Montserrat';
	font-size:30px;
	font-weight:500;
	color:#363636;
	padding-right:30px;
	padding-left:30px;
	background:url("/wp-content/themes/theme53600/images/b-header-phone.png") no-repeat center left;
}
.logo-right .logo-right-phone {
	display:block;
	margin-top:6px;
}
@media (max-width: 1133px) {
	.logo_box .logo-right .logo-right-phone a { font-size:24px !important; }
}
.logo-right .logo-right-cart {
	display:block;
	margin:10px 30px 0px 0px;
}
body #motopress-main.main-holder .logo-right-cart .cart-holder {
	position:relative;
	z-index:10;
	padding:16px 12px 8px 10px;
	text-align:right;
	float:right;
	background-color:#4c4c4c;
}
header .shop_box { background:#f20f05 !important; }
body #motopress-main.main-holder .shop-nav { margin-top:0px; }
body #motopress-main.main-holder .shop-nav ul { padding:2px 0 5px 0; }
body #motopress-main.main-holder .shop_box { text-align:center; }
body #motopress-main.main-holder .shop-nav {
	float:none;
	text-align:center;
}
body #motopress-main.main-holder .shop-nav ul {
	text-align:center;
	padding:4px 0 0 0;
	margin:0;
}
body #motopress-main.main-holder .shop-nav ul li a {
	font-size:12px;
	color:#fff;
	font-family:Montserrat;
	text-transform:uppercase;
}
.vpf-text-parts {
	font-family:'Montserrat';
	display:inline-block !important;
	font-weight:300 !important;
	color:#ffffff !important;
	font-size:20px !important;
	text-transform:capitalize;
	margin-right:2px;
}
.vpf-text-finder {
	font-family:'Montserrat';
	display:inline-block !important;
	font-weight:300 !important;
	color:#ffffff !important;
	font-size:20px !important;
	text-transform:capitalize;
	margin-right:20px !important;
}
.woo-vpf-field-model>select {
	text-align:left;
	margin-left:2.5px !important;
	margin-right:15px !important;
	border-radius:0px !important;
	border:1px solid #363636;
	width:220px !important;
	height:40px;
	padding-right:20px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#363636;
	color:#ffffff;
	background-image:url(/wp-content/themes/theme53600/images/finder-select-arrow.png);
	background-position:center right;
	background-repeat:no-repeat;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.woo-vpf-field-year>select {
	text-align:left;
	margin-left:2.5px !important;
	margin-right:15px !important;
	border-radius:0px !important;
	border:1px solid #363636;
	width:220px !important;
	height:40px;
	padding-right:20px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#363636;
	color:#ffffff;
	background-image:url(/wp-content/themes/theme53600/images/finder-select-arrow.png);
	background-position:center right;
	background-repeat:no-repeat;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.woo-vpf-field-year>select:hover { border-radius:0px !important; }
.vpf-bg { background-color:#1f1f1f; }
.vpfsubmit {
	cursor:pointer;
	width:250px !important;
	height:40px !important;
	z-index:1;
	line-height:none;
	padding:0px !important;
}
.vpfsubmit:hover { cursor:pointer; }
.bar2_row {
	width:100%;
	background-color:#1f1f1f;
	text-align:center;
}
.bar2_center {
	width:1200px;
	height:60px;
	margin:0px auto;
}
.bar2_center>.visible-all-devices {
	display:inline;
	float:left;
}
.bar2_center>.visible-all-devices>.search-form {
	margin-bottom:0px;
	margin-left:2px;
	margin-top:10px;
}
.bar2_center>.visible-all-devices>.search-form>form { margin-bottom:0px; }
.bar2_center>.visible-all-devices>.search-form>form>input {
	margin-bottom:0px;
	height:40px !important;
	border-color:#ffffff;
	border-radius:0px !important;
	width:272px;
	padding-right:30px;
	background:#ffffff url("/wp-content/themes/theme53600/images/b-parts-finder-search.png") no-repeat center right !important;
}
@media (min-width: 1920px) {
	.home-road-dirt-parts { padding:220px 0px; }
}
@media (min-width: 2440px) {
	.home-road-dirt-parts { padding:320px 0px; }
}
@media (min-width: 1281px) and (max-width: 1300px) {
	.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0>.ubermenu-target { padding:20px 24px !important; }
}
@media (min-width: 1121px) and (max-width: 1280px) {
	.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0>.ubermenu-target { padding:20px 20px !important; }
	.product-header {
		font-size:36px;
		line-height:44px;
	}
	.vpf-text-parts { padding-left:10px; }
	.vpf-text-finder { margin-right:20px !important; }
	.bar2_center { width:1112px; }
	.bar2_center>.visible-all-devices>.search-form { margin-left:2px; }
	.bar2_center>.visible-all-devices>.search-form>form>input { width:214px; }
}
@media (min-width: 980px) and (max-width: 1199px) {
	.logo_box .logo-left img { padding-left:20px; }
	.logo_box .logo-middle {
		float:left;
		width:48%;
		display:inline;
		text-align:center;
	}
	.logo_box .logo-middle .yamaha-logos {
		width:490px;
		height:44px;
		padding-top:50px;
		margin:0 auto;
	}
	.logo_box .logo-middle .yamaha-logos .yamaha-logo-1 {
		height:30px;
		padding-right:20px;
	}
	.logo_box .logo-middle .yamaha-logos .yamaha-logo-2 {
		height:30px;
		padding-right:20px;
	}
	.logo_box .logo-middle .yamaha-logos .yamaha-logo-3 {
		height:30px;
		padding-right:20px;
	}
	.logo_box .logo-middle .yamaha-logos .yamaha-logo-4 { height:30px; }
	.logo_box .logo-right {
		width:25%;
		margin-top:10px;
	}
	.logo_box .logo-right .logo-right-phone a {
		font-size:26px;
		padding-right:20px;
	}
	body #motopress-main.main-holder .logo-right-cart { margin-right:5px; }
	body #motopress-main.main-holder .logo-right-cart .cart-holder {
		padding:8px 12px 8px 10px !important;
		text-align:right;
		float:right;
	}
	body #motopress-main.main-holder .content-holder div.product button[type="submit"] { width:270px; }
	.home-brand-box_wrap_inner {
		width:98%;
		margin:0 auto;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder div.product button[type="submit"] { width:204px; }
	.home-about-us-img, .home-about-us-text {
		float:none;
		width:100%;
		display:block;
	}
	.home-about-us-wrap {
		padding:100px 0px;
		margin:0px auto;
	}
	.home-about-us-container { width:708px; }
	.logo_box .logo-left { width:50%; }
	.logo_box .logo-right {
		width:50%;
		margin-top:10px;
	}
	body #motopress-main.main-holder .logo-right-cart .cart-holder {
		padding:8px 12px 8px 10px !important;
		text-align:right;
		float:right;
	}
	.home-brand-box_wrap_inner {
		width:98%;
		margin:0 auto;
	}
	.woocommerce div.product { margin-top:50px; }
	body #motopress-main.main-holder .content-holder div.product div.images {
		width:350px;
		margin-left:20px;
		margin-bottom:50px;
	}
	body #motopress-main.main-holder .content-holder div.product .summary { width:350px; }
}
@media (min-width: 960px) and (max-width: 1120px) {
	.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
		padding:20px 16px !important;
		font-size:16px;
	}
	.vpf-text-parts {
		font-size:16px !important;
		margin-right:2px;
	}
	.vpf-text-finder {
		font-size:16px !important;
		margin-right:16px !important;
	}
	.bar2_center { width:960px; }
	.bar2_center>.visible-all-devices>.search-form { margin-left:2px; }
	.bar2_center>.visible-all-devices>.search-form>form>input { width:184px; }
	.vpfsubmit { width:120px !important; }
}
@media (min-width: 770px) and (max-width: 959px) {
	.bar2_center {
		height:100%;
		text-align:center;
		width:760px;
	}
	.bar2_center>.visible-all-devices {
		display:block;
		float:none;
		margin:0 auto;
	}
	.bar2_center>.visible-all-devices>.search-form { margin:4px auto; }
	.bar2_center>.visible-all-devices>.search-form>form>input { width:400px; }
	.vpf-text-parts {
		font-size:16px !important;
		text-transform:capitalize;
		margin-right:2px;
	}
	.vpf-text-finder {
		font-size:16px !important;
		text-transform:capitalize;
		margin-right:16px !important;
	}
	.woo-vpf-field-model>select {
		margin-right:15px !important;
		width:200px !important;
	}
	.woo-vpf-field-year>select {
		margin-right:15px !important;
		width:200px !important;
		height:40px;
		padding-right:20px;
		margin-top:5px;
		margin-bottom:5px;
		background-color:#363636;
		color:#ffffff;
		background-image:url(/wp-content/themes/theme53600/images/finder-select-arrow.png);
		background-position:center right;
		background-repeat:no-repeat;
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance:none;
	}
	.vpf-bg { background-color:#1f1f1f; }
	.vpfsubmit {
		cursor:pointer;
		width:140px !important;
		height:40px !important;
		z-index:1;
		padding:0px !important;
	}
}
@media (min-width: 601px) and (max-width: 767px) {
	.woocommerce div.product { margin-top:40px; }
	body #motopress-main.main-holder .content-holder div.product button[type="submit"] {
		padding:17px 20px !important;
		text-transform:uppercase;
		background-color:#131313;
		color:#ffffff;
		float:right;
		display:inline-block;
		width:170px;
	}
	body #motopress-main.main-holder .content-holder div.product div.images {
		width:250px;
		margin-left:20px;
		margin-bottom:50px;
	}
	body #motopress-main.main-holder .content-holder div.product .summary { width:300px; }
}
@media (min-width: 481px) and (max-width: 600px) {
	.woocommerce div.product { margin-top:30px; }
	body #motopress-main.main-holder .content-holder div.product button[type="submit"] {
		padding:17px 20px !important;
		text-transform:uppercase;
		background-color:#131313;
		color:#ffffff;
		float:right;
		display:inline-block;
		width:170px;
	}
	body #motopress-main.main-holder .content-holder div.product div.images {
		width:320px;
		margin-left:auto;
		margin-right:auto;
		float:none;
		display:block;
		margin-bottom:50px;
	}
	body #motopress-main.main-holder .content-holder div.product .summary {
		width:320px;
		margin-left:auto;
		margin-right:auto;
		float:none;
		display:block;
	}
}
@media (max-width: 1280px) {
	body #motopress-main.main-holder .content-holder .related.products {
		margin:0px auto;
		max-width:1100px;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:24.1% !important;
		margin:0px 6px 8px auto;
		padding:5px 5px 0px 5px;
	}
}
@media (min-width: 1101px) and (max-width: 1199px) {
	body #motopress-main.main-holder .content-holder .related.products {
		margin:0px auto;
		max-width:960px;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product { width:290px !important; }
}
@media (max-width: 1200px) {
	body #motopress-main.main-holder .content-holder ul.products li.product h3 { font-size:16px; }
	.home-about-us-wrap { padding:150px 0px; }
	.home-about-us-container { width:930px; }
	.home-about-us-text h2 {
		font-size:32px;
		font-weight:bold;
		text-align:center;
		padding-top:20px;
		text-transform:capitalize;
		margin-bottom:24px;
	}
	.home-about-us-text p {
		font-size:12px;
		line-height:20px;
		padding:0px 30px;
		margin-bottom:40px;
	}
	.home-about-us-text p.bold-text {
		font-size:14px;
		line-height:22px;
		margin-bottom:20px;
	}
	.home-about-us-divider { margin:0px auto 20px auto !important; }
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:24.1% !important;
		margin:0px 6px 8px auto;
		padding:5px 5px 0px 5px;
	}
	#motopress-new-home .product_box {
		width:100%;
		max-width:1100px;
	}
	body #motopress-main.main-holder .content-holder #home-product-box .products ul li.product, body #motopress-main.main-holder .content-holder #home-product-box ul.products li.product { width:250px !important; }
	.home-road-dirt-parts_wrap_inner { width:100%; }
	.home-road-dirt-parts_wrap_inner { width:1080px; }
	.home-road-dirt-parts_wrap_inner>.row {
		width:1080px;
		margin-left:0px;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3 {
		width:246px;
		margin-left:32px;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3:first-child { margin-left:0px; }
	body #motopress-main.main-holder .shop-nav {
		float:none !important;
		margin-bottom:0px;
	}
	.home-page-slider { margin-bottom:40px; }
	body #motopress-main.main-holder .logo-right-cart .cart-holder {
		padding:8px 12px 8px 10px !important;
		text-align:right;
		float:right;
	}
}
.woocommerce-loop-product__title { line-height:20px !important; }
@media (max-width: 1100px) {
	body #motopress-main.main-holder .content-holder .products ul, body #motopress-main.main-holder .content-holder ul.products { display:table-cell !important; }
	body #motopress-main.main-holder .content-holder ul.products li.product h3 { font-size:16px; }
	.home-road-dirt-parts_wrap_inner { width:940px; }
	.home-road-dirt-parts_wrap_inner>.row {
		width:940px;
		margin-left:0px;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3 {
		width:211px;
		margin-left:32px;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3:first-child { margin-left:0px; }
	body #motopress-main.main-holder .content-holder .related.products {
		margin:0px auto;
		max-width:960px;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:24.1% !important;
		margin:0px 6px 8px auto;
		padding:5px 5px 0px 5px;
	}
	#motopress-new-home .product_box {
		width:100%;
		max-width:980px;
	}
	body #motopress-main.main-holder .content-holder #home-product-box .products ul li.product, body #motopress-main.main-holder .content-holder #home-product-box ul.products li.product { width:220px !important; }
	.home-road-dirt-parts_wrap_inner {
		width:980px;
		margin:0 auto;
		text-align:center;
	}
	.home-road-dirt-parts_wrap_inner>.row {
		width:980px;
		margin-left:0px;
		text-align:center;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3 {
		width:215px;
		text-align:center;
		margin:0px 15px 30px 15px;
		float:left;
		display:inline-block;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3:first-child { margin:0px 15px 30px 15px; }
	.home-road-dirt-parts img { width:100%; }
}
@media (min-width: 980px) {
	.berocket_values_1 { display:block; }
}
@media (max-width: 979px) {
	body #motopress-main.main-holder .content-holder ul.products li.product h3 { font-size:16px; }
	.home-about-us-wrap { padding:150px 0px; }
	.home-about-us-container { width:930px; }
	.home-about-us-text h2 {
		font-size:32px;
		font-weight:bold;
		text-align:center;
		padding-top:20px;
		text-transform:capitalize;
		margin-bottom:24px;
	}
	.home-about-us-text p {
		font-size:12px;
		line-height:20px;
		padding:0px 30px;
		margin-bottom:40px;
	}
	.home-about-us-text p.bold-text {
		font-size:14px;
		line-height:22px;
		margin-bottom:20px;
	}
	.home-about-us-divider { margin:0px auto 20px auto !important; }
	body #motopress-main.main-holder .content-holder .related.products {
		width:100%;
		max-width:880px;
		margin:0px auto;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:31.9% !important;
		margin:0px 6px 8px auto;
		padding:5px 5px 0px 5px;
	}
	#motopress-new-home .product_box {
		width:100%;
		max-width:880px;
	}
	body #motopress-main.main-holder .content-holder #home-product-box .products ul li.product, body #motopress-main.main-holder .content-holder #home-product-box ul.products li.product { width:196px !important; }
	.home-road-dirt-parts_wrap_inner {
		width:880px;
		margin:0 auto;
		text-align:center;
	}
	.home-road-dirt-parts_wrap_inner>.row {
		width:880px;
		margin-left:0px;
		text-align:center;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3 {
		width:190px;
		text-align:center;
		margin:0px 15px 30px 15px;
		float:left;
		display:inline-block;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3:first-child { margin:0px 15px 30px 15px; }
	.home-road-dirt-parts img { width:100%; }
	.home-brand-box_wrap_inner {
		width:98%;
		margin:0 auto;
	}
	.home-about-us-img, .home-about-us-text {
		float:none;
		width:100%;
		display:block;
	}
	.home-about-us-wrap {
		padding:0px;
		margin:0px auto;
	}
	.home-about-us-container {
		width:100%;
		box-shadow:0px 0px 0px #888888;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	#sidebar { width:100% !important; }
}
@media (max-width: 880px) {
	body #motopress-main.main-holder .content-holder .related.products {
		width:100%;
		max-width:724px;
		margin:0px auto;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:31.9% !important;
		margin:0px 6px 8px auto;
		padding:5px 5px 0px 5px;
	}
	#motopress-new-home .product_box {
		width:100%;
		max-width:768px;
	}
	body #motopress-main.main-holder .content-holder ul.products li.product h3 { font-size:16px; }
	body #motopress-main.main-holder .content-holder #home-product-box .products ul li.product, body #motopress-main.main-holder .content-holder #home-product-box ul.products li.product { width:168px !important; }
	.home-road-dirt-parts {
		background-image:url("/wp-content/themes/theme53600/images/b-home-road-dirt-parts.jpg");
		background-position:bottom center;
		background-size:140%;
		background-repeat:no-repeat;
		padding:120px 0px;
	}
	.home-road-dirt-parts_wrap_inner {
		width:768px;
		margin:0 auto;
		text-align:center;
	}
	.home-road-dirt-parts_wrap_inner>.row {
		width:768px;
		margin-left:0px;
		text-align:center;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3 {
		width:162px;
		text-align:center;
		margin:0px 15px 30px 15px;
		float:left;
		display:inline-block;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3:first-child { margin:0px 15px 30px 15px; }
	.home-road-dirt-parts img { width:100%; }
}
#home-about-us-text { display:block; }
#home-about-us-text-mobile { display:none; }
@media (max-width: 768px) {
	#motopress-new-home {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.product-header {
		font-size:30px !important;
		line-height:36px;
	}
	body #motopress-main.main-holder .content-holder .related.products {
		width:100%;
		max-width:668px;
		margin:0px auto;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:31.9% !important;
		margin:0px 6px 8px auto;
		padding:5px 5px 0px 5px;
	}
	#motopress-new-home .product_box {
		width:100%;
		max-width:668px;
	}
	body #motopress-main.main-holder .content-holder #home-product-box .products ul li.product, body #motopress-main.main-holder .content-holder #home-product-box ul.products li.product {
		width:196px !important;
		padding:12px 12px 0px 12px;
		clear:none;
	}
	body #motopress-main.main-holder .content-holder div.product table.variations tr td.label { width:25%; }
	body #motopress-main.main-holder .content-holder div.product table.variations tr td.value { width:75%; }
	.home-about-us-img, .home-about-us-text {
		float:none;
		width:100%;
		display:block;
	}
	#home-about-us-text { display:none !important; }
	#home-about-us-text-mobile { display:block !important; }
	.home-about-us-wrap {
		padding:0px;
		margin:0px auto;
	}
	.home-about-us-container {
		width:100%;
		box-shadow:0px 0px 0px #888888;
	}
	.home-newsletter h4 { font-size:24px; }
	.home-newsletter-email { max-width:460px; }
	.home-newsletter-email .mc4wp-form input[type="email"] { width:274px; }
	.home-newsletter-email .mc4wp-form input[type="submit"] { width:150px !important; }
	body.admin-bar #wprmenu_bar { padding-bottom:82px; }
	#wprmenu_bar {
		padding-bottom:82px;
		padding-top:0px;
		border-bottom:1px solid #e2e2e2;
	}
	#wprmenu_bar .bar_logo {
		height:60px;
		padding-left:20px;
		margin-top:12px;
	}
	#wprmenu_bar .menu_title {
		text-align:left !important;
		padding-top:0px;
	}
	#wprmenu_bar .menu_title_cart {
		float:right;
		width:80px;
		background-color:#fff;
		height:82px;
		border-left:1px solid #e2e2e2;
	}
	#wprmenu_bar .menu_title_cart .cart-holder {
		margin-top:27px;
		padding-left:25px;
	}
	#wprmenu_bar .menu_title_phone {
		float:right;
		width:80px;
		height:82px;
		border-left:1px solid #e2e2e2;
	}
	#wprmenu_bar .menu_title_phone a {
		width:80px;
		height:82px;
	}
	#wprmenu_bar .menu_title_phone img {
		margin-top:29px;
		padding-left:25px;
	}
	#wprmenu_bar .wprmenu_icon {
		width:72px;
		height:82px;
		overflow:hidden;
		margin-right:0px;
		padding-top:2px;
		position:relative;
		border-left:1px solid #e2e2e2;
		float:right;
	}
	#wprmenu_bar .wprmenu_icon span {
		width:30px;
		height:4px;
	}
	#wprmenu_bar .wprmenu_ic_1 {
		top:30px;
		left:27px !important;
	}
	#wprmenu_bar .wprmenu_ic_2 {
		top:39px;
		left:27px !important;
	}
	#wprmenu_bar .wprmenu_ic_3 {
		top:48px;
		left:27px !important;
	}
	.main-holder .cart-holder h3::before, body>div .cart-holder h3::before { color:#cccccc !important; }
	.home-page-slider { margin-bottom:20px; }
	#home-page-brand-wrap {
		display:block;
		width:100%;
	}
	#home-page-brand-big { display:none; }
	.home-road-dirt-parts {
		background-image:url("/wp-content/themes/theme53600/images/b-home-road-dirt-parts.jpg");
		background-position:bottom center;
		background-size:140%;
		background-repeat:no-repeat;
		padding:120px 0px;
	}
	.home-road-dirt-parts_wrap_inner {
		width:668px;
		margin:0 auto;
		text-align:center;
	}
	.home-road-dirt-parts_wrap_inner>.row {
		width:668px;
		margin-left:0px;
		text-align:center;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3 {
		width:137px;
		text-align:center;
		margin:0px 15px 30px 15px;
		float:left;
		display:inline-block;
	}
	.home-road-dirt-parts_wrap_inner>.row>.span3:first-child { margin:0px 15px 30px 15px; }
	.home-road-dirt-parts img { width:100%; }
}
@media (min-width: 669px) and (max-width: 767px) {
	#wprmenu_bar .menu_title_cart .cart-holder {
		margin-top:36px;
		padding-left:25px;
	}
}
@media (max-width: 668px) {
	body #motopress-main.main-holder .content-holder .related.products {
		width:100%;
		max-width:560px;
		margin:0px auto;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:48.7% !important;
		margin:0px 6px 8px auto;
		padding:5px 5px 0px 5px;
	}
	#motopress-new-home .product_box {
		width:100%;
		max-width:560px;
	}
	body #motopress-main.main-holder .content-holder #home-product-box .products ul li.product, body #motopress-main.main-holder .content-holder #home-product-box ul.products li.product {
		width:254px !important;
		padding:30px 30px 0px 30px;
	}
	.home-road-dirt-parts { display:none; }
	#wprmenu_bar .menu_title_cart .cart-holder {
		margin-top:36px;
		padding-left:25px;
	}
	.home-road-dirt-parts-mobile {
		display:block;
		background-image:url("/wp-content/themes/theme53600/images/b-home-road-dirt-parts.jpg");
		background-position:bottom center;
		background-size:220%;
		background-repeat:no-repeat;
		padding:30px 0px 4px 0px;
	}
	.home-road-dirt-parts-mobile_wrap_inner {
		width:560px;
		margin:0 auto;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row {
		width:560px;
		margin-left:0px;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3 {
		width:250px;
		margin:0px 15px 30px 15px;
		float:left;
		display:inline-block;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3:first-child { margin-left:15px; }
	.home-road-dirt-parts-mobile img { width:100%; }
}
@media (max-width: 560px) {
	.product-header {
		font-size:26px !important;
		line-height:32px;
	}
	body #motopress-main.main-holder .content-holder div.product button[type="submit"] { width:220px; }
	body #motopress-main.main-holder .content-holder div.product div .tabs li a {
		border-top:1px solid #e0e0e0;
		border-right:1px solid #e0e0e0;
		border-bottom:0px solid #e0e0e0;
		border-left:1px solid #e0e0e0;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li:first-child a {
		border-top:1px solid #e0e0e0;
		border-right:1px solid #e0e0e0;
		border-bottom:0px solid #e0e0e0;
		border-left:1px solid #e0e0e0;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li:first-child a:hover {
		border-top:1px solid #e0e0e0;
		border-right:1px solid #e0e0e0;
		border-bottom:0px solid #e0e0e0;
		border-left:1px solid #e0e0e0;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li:first-child.active a {
		border-top:1px solid #e0e0e0;
		border-right:1px solid #e0e0e0;
		border-bottom:0px solid #e0e0e0;
		border-left:1px solid #e0e0e0;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li:last-child a {
		border-top:2px solid #e0e0e0;
		border-right:1px solid #e0e0e0;
		border-bottom:0px solid #e0e0e0;
		border-left:1px solid #e0e0e0;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li:last-child a:hover {
		border-top:2px solid #e0e0e0;
		border-right:1px solid #e0e0e0;
		border-bottom:0px solid #e0e0e0;
		border-left:1px solid #e0e0e0;
	}
	body #motopress-main.main-holder .content-holder div.product div.panel {
		padding:24px 24px;
		background:#ffffff;
		border:1px solid #e0e0e0;
	}
	.woocommerce div.product .woocommerce-tabs .panel h2 {
		font-size:20px !important;
		text-align:left;
		margin:0px 0px 12px 0px;
		text-transform:none;
	}
	body #motopress-main.main-holder .content-holder .related.products h2 {
		font-size:20px !important;
		margin-bottom:10px;
	}
	body #motopress-main.main-holder .content-holder ul.products li.product h3 {
		font-size:16px;
		line-height:20px;
		padding:8px 0 6px 0;
	}
	#wprmenu_bar .menu_title_cart .cart-holder {
		margin-top:36px;
		padding-left:25px;
	}
	body #motopress-main.main-holder .content-holder .related.products {
		width:100%;
		max-width:480px;
		margin:0px auto;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:48.6% !important;
		margin:0px 6px 8px auto;
		padding:5px 5px 0px 5px;
		display:inline-block;
	}
	#motopress-new-home .product_box {
		width:100%;
		max-width:480px;
	}
	body #motopress-main.main-holder .content-holder #home-product-box .products ul li.product, body #motopress-main.main-holder .content-holder #home-product-box ul.products li.product {
		width:216px !important;
		padding:24px 24px 0px 24px;
	}
	.home-road-dirt-parts-mobile {
		display:block;
		background-image:url("/wp-content/themes/theme53600/images/b-home-road-dirt-parts.jpg");
		background-position:bottom center;
		background-size:220%;
		background-repeat:no-repeat;
		padding:30px 0px 4px 0px;
	}
	.home-road-dirt-parts-mobile_wrap_inner {
		width:480px;
		margin:0 auto;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row {
		width:480px;
		margin-left:0px;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3 {
		width:210px;
		margin:0px 15px 30px 15px;
		float:left;
		display:inline-block;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3:first-child { margin-left:15px; }
	.home-road-dirt-parts-mobile img { width:100%; }
}
@media (max-width: 480px) {
	.product-header {
		font-size:26px !important;
		line-height:32px;
	}
	body #motopress-main.main-holder .content-holder div.product button[type="submit"] { width:220px; }
	body #motopress-main.main-holder .content-holder div.product table.variations tr td.label { width:34%; }
	body #motopress-main.main-holder .content-holder div.product table.variations tr td.value { width:66%; }
	.home-page-slider { margin-bottom:0px; }
	.product_box h1 {
		color:#f20f05;
		font-size:30px !important;
		margin-bottom:0px;
		text-transform:capitalize;
		letter-spacing:0.5px;
	}
	body #motopress-main.main-holder .content-holder .related.products {
		width:100%;
		max-width:320px;
		margin:0px auto;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:47.9% !important;
		margin:0px 6px 8px auto;
		padding:5px 5px 0px 5px;
		display:inline-block;
	}
	#motopress-new-home .product_box {
		width:100%;
		max-width:320px;
	}
	body #motopress-main.main-holder .content-holder #home-product-box .products ul li.product, body #motopress-main.main-holder .content-holder #home-product-box ul.products li.product {
		width:290px !important;
		padding:24px 24px 0px 24px;
	}
	.home-road-dirt-parts-mobile {
		display:block;
		background-image:url("/wp-content/themes/theme53600/images/b-home-road-dirt-parts.jpg");
		background-position:bottom center;
		background-size:220%;
		background-repeat:no-repeat;
		padding:30px 0px 4px 0px;
	}
	.home-road-dirt-parts-mobile_wrap_inner {
		width:440px;
		margin:0 auto;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row {
		width:440px;
		margin-left:0px;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3 {
		width:190px;
		margin:0px 15px 30px 15px;
		float:left;
		display:inline-block;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3:first-child { margin-left:15px; }
	.home-road-dirt-parts-mobile img { width:100%; }
	.home-newsletter-email { max-width:300px; }
	.home-newsletter-email .mc4wp-form input[type="email"] {
		width:300px;
		margin:0px auto;
	}
	.home-newsletter-email .mc4wp-form input[type="submit"] {
		width:300px !important;
		margin:16px auto;
	}
	#wprmenu_bar {
		padding-left:0px;
		border-bottom:1px solid #e2e2e2;
	}
	#wprmenu_bar .bar_logo {
		height:54px;
		padding-left:8px;
		margin-top:12px;
		margin-right:10px !important;
	}
	#wprmenu_bar .menu_title {
		text-align:left !important;
		padding-top:0px;
	}
	#wprmenu_bar .menu_title_cart { width:60px; }
	#wprmenu_bar .menu_title_cart .cart-holder {
		margin-top:36px;
		padding-left:14px;
	}
	#wprmenu_bar .menu_title_phone { width:60px; }
	#wprmenu_bar .menu_title_phone a { width:60px; }
	#wprmenu_bar .menu_title_phone img {
		margin-top:28px;
		padding-left:20px;
	}
	#wprmenu_bar .wprmenu_icon { width:54px; }
	#wprmenu_bar .wprmenu_icon span { width:27px; }
	#wprmenu_bar .wprmenu_ic_1 {
		top:30px;
		left:15px !important;
	}
	#wprmenu_bar .wprmenu_ic_2 {
		top:39px;
		left:15px !important;
	}
	#wprmenu_bar .wprmenu_ic_3 {
		top:48px;
		left:15px !important;
	}
	.home-about-us-wrap {
		width:100%;
		background-color:#ffffff;
		padding:30px 0px 0px 0px;
	}
	.home-about-us-container {
		width:100%;
		background-color:#ffffff;
		box-shadow:0px 0px 0px #ffffff;
	}
	.home-about-us-img {
		float:none;
		width:100%;
		display:block;
	}
	.home-about-us-text {
		float:none;
		width:100%;
		display:block;
		padding-bottom:30px;
	}
	.home-about-us-text h2 {
		font-family:'Montserrat';
		font-size:40px;
		font-weight:bold;
		text-align:center;
		padding-top:0px;
		text-transform:capitalize;
	}
	.home-about-us-text p {
		font-size:16px;
		line-height:30px;
		padding:0px 20px;
		margin-bottom:50px;
	}
	.home-about-us-text p.bold-text {
		font-size:16px;
		line-height:30px;
		padding:0px 20px;
		margin-bottom:16px;
	}
	.home-about-us-divider, .home-about-us-divider.p { display:none; }
	.home-newsletter { padding:20px 0px; }
	.home-newsletter h4 {
		font-size:18px !important;
		letter-spacing:0px;
		margin-bottom:16px;
	}
	.home-brand-box { padding:30px 0px; }
	.home-brand-box h3 {
		font-size:24px;
		margin-bottom:30px;
	}
	.home-brand-box ul {
		list-style:none;
		margin-left:0px;
	}
	.home-brand-box ul li {
		font-size:14px;
		font-family:'Montserrat';
		margin-bottom:18px;
		font-weight:300;
	}
	.home-brand-box a { color:#8e8e8e; }
	.home-brand-box a:hover { color:#131313; }
	body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals {
		float:none;
		width:100%;
	}
	body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table {
		width:100%;
		float:none;
		margin:0px auto;
	}
	body #motopress-main.main-holder .cart_totals .wc-proceed-to-checkout a.checkout-button {
		margin:12px auto 0px auto;
		height:66px;
		line-height:54px !important;
	}
	.cart_totals .wc-proceed-to-checkout {
		padding:0;
		display:block;
		float:right;
		width:100%;
		text-align:center;
	}
	body #motopress-main.main-holder #content .page form table.cart .actions #coupon_code+.button {
		margin:12px auto;
		height:56px;
		padding-left:12px;
		padding-right:12px;
	}
	body #motopress-main.main-holder #content .page form table.cart .actions .coupon {
		padding:0 0 10px 0;
		margin:0 0 14px 0;
		border-bottom:1px solid #d5d5d5;
	}
	body #motopress-main.main-holder #content .page .shop_table tr td.product-name a { font-size:16px; }
	#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods { padding:4px; }
	.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions { padding:0px 2px; }
	body #motopress-main.main-holder #content .page #payment .form-row { padding:0px 2px; }
	.woocommerce form .wc-terms-and-conditions label.checkbox, .woocommerce-page form .wc-terms-and-conditions label.checkbox { padding-left:0px; }
	.woocommerce form .wc-terms-and-conditions .input-checkbox { margin:-2px 4px 0 0; }
	.footer-logo-mobile {
		display:block;
		text-align:center;
	}
}
@media (max-width: 440px) {
	.home-road-dirt-parts-mobile {
		background-size:220%;
		padding:30px 0px 4px 0px;
	}
	.home-road-dirt-parts-mobile_wrap_inner {
		width:400px;
		margin:0 auto;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row {
		width:400px;
		margin-left:0px;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3 {
		width:170px;
		margin:0px 15px 30px 15px;
		float:left;
		display:inline-block;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3:first-child { margin-left:15px; }
	.home-road-dirt-parts-mobile img { width:100%; }
}
@media (max-width: 400px) {
	body #motopress-main.main-holder .content-holder .related.products {
		width:100%;
		max-width:320px;
		margin:0px auto;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:47.7% !important;
		margin:0px 6px 8px auto;
		padding:5px 5px 0px 5px;
		display:inline-block;
	}
	#motopress-new-home .product_box {
		width:100%;
		max-width:320px;
	}
	body #motopress-main.main-holder .content-holder #home-product-box .products ul li.product, body #motopress-main.main-holder .content-holder #home-product-box ul.products li.product {
		width:320px !important;
		margin:0px auto 16px auto;
		padding:30px 30px 0px 30px;
	}
	.home-road-dirt-parts-mobile {
		background-size:220%;
		padding:30px 0px 4px 0px;
	}
	.home-road-dirt-parts-mobile_wrap_inner { width:360px; }
	.home-road-dirt-parts-mobile_wrap_inner>.row { width:360px; }
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3 {
		width:156px;
		margin:0px 12px 24px 12px;
		float:left;
		display:inline-block;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3:first-child { margin-left:12px; }
	.home-road-dirt-parts-mobile img { width:100%; }
}
@media (max-width: 360px) {
	body #motopress-main.main-holder .content-holder div.product button[type="submit"] { width:190px; }
	.home-road-dirt-parts img { width:80%; }
	.home-newsletter h4 { font-size:16px; }
	.home-road-dirt-parts img { width:90%; }
	#wprmenu_bar {
		padding-top:0px;
		padding-left:0px;
		border-bottom:1px solid #e2e2e2;
	}
	#wprmenu_bar .bar_logo {
		height:54px;
		padding-left:8px;
		margin-top:12px;
		margin-right:10px !important;
	}
	#wprmenu_bar .menu_title {
		text-align:left !important;
		padding-top:0px;
	}
	#wprmenu_bar .menu_title_cart {
		float:right;
		width:50px;
		background-color:#fff;
		height:82px;
		border-left:1px solid #e2e2e2;
	}
	#wprmenu_bar .menu_title_cart .cart-holder {
		margin-top:36px;
		padding-left:9px;
	}
	#wprmenu_bar .menu_title_phone {
		float:right;
		width:50px;
		height:82px;
		border-left:1px solid #e2e2e2;
	}
	#wprmenu_bar .menu_title_phone a {
		width:44px;
		height:82px;
	}
	#wprmenu_bar .menu_title_phone img {
		margin-top:28px;
		padding-left:14px;
	}
	#wprmenu_bar .wprmenu_icon {
		width:44px;
		height:82px;
		overflow:hidden;
		margin-right:0px;
		padding-top:2px;
		position:relative;
		border-left:1px solid #e2e2e2;
	}
	#wprmenu_bar .wprmenu_icon span {
		width:24px;
		height:4px;
	}
	#wprmenu_bar .wprmenu_ic_1 {
		top:30px;
		left:13px !important;
	}
	#wprmenu_bar .wprmenu_ic_2 {
		top:39px;
		left:13px !important;
	}
	#wprmenu_bar .wprmenu_ic_3 {
		top:48px;
		left:13px !important;
	}
	.home-road-dirt-parts-mobile {
		background-size:220%;
		padding:30px 0px 4px 0px;
	}
	.home-road-dirt-parts-mobile_wrap_inner { width:320px; }
	.home-road-dirt-parts-mobile_wrap_inner>.row { width:320px; }
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3 {
		width:144px;
		margin:0px 8px 10px 8px;
		float:left;
		display:inline-block;
	}
	.home-road-dirt-parts-mobile_wrap_inner>.row>.span3:first-child { margin-left:8px; }
	.home-road-dirt-parts-mobile img { width:100%; }
	body #motopress-main.main-holder .content-holder .related.products {
		width:100%;
		max-width:320px;
		margin:0px auto;
	}
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:47.5% !important;
		margin:0px 6px 8px auto;
		padding:5px 5px 0px 5px;
		display:inline-block;
	}
	#motopress-new-home .product_box {
		width:100%;
		max-width:320px;
	}
	body #motopress-main.main-holder .content-holder #home-product-box .products ul li.product, body #motopress-main.main-holder .content-holder #home-product-box ul.products li.product {
		width:320px !important;
		margin:0px auto 16px auto;
		padding:30px 30px 0px 30px;
	}
}
@media (max-width: 1023px) {
	.logo_box .logo-right { width:50% !important; }
}
@media (min-width: 1024px) and (max-width: 1365px) {
	.cart_count_container {
		width:auto;
		padding-left:6px;
	}
	.cart_count_view { display:none; }
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn {
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	padding:19px 16px;
	font-size:19px;
	line-height:20px;
	background:#f1f1f1;
	color:#000;
	border:none;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	letter-spacing:0;
	position:relative;
	z-index:0;
	font-weight:400;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.btn:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
.btn:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
.btn.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
.btn.custom_btn1:after { display:none; }
.btn.custom_btn1:hover, .btn.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	.btn {
		padding:5px 7px;
		font-size:12px !important;
	}
	.btn:after { font-size:12px; }
	.btn.custom_btn1 { padding:5px 7px; }
}
.btn:hover, .btn:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
.btn:hover:before, .btn:focus:before { height:100%; }
.btn:hover:after, .btn:focus:after { color:#fff; }
.btn.active, .btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn.disabled, .btn[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#c21d24;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
.btn:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#c21d24;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
.btn.custom_btn1 {
	padding:30px 60px;
	color:#fff;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	background:#333;
}
.btn.custom_btn1:after { display:none; }
.btn.custom_btn1:hover, .btn.custom_btn1:focus { background:#333; }
@media (max-width: 767px) {
	.btn {
		padding:5px 7px;
		font-size:12px !important;
	}
	.btn:after { font-size:12px; }
	.btn.custom_btn1 { padding:5px 7px; }
}
.btn:hover, .btn:focus {
	color:#fff;
	background:#f1f1f1;
	text-decoration:none;
	outline:none;
}
.btn:hover:before, .btn:focus:before { height:100%; }
.btn:hover:after, .btn:focus:after { color:#fff; }
.btn.active, .btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn.disabled, .btn[disabled] {
	cursor:default;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-large {
	padding:11px 19px;
	font-size:17.5px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] { margin-top:4px; }
.btn-small {
	padding:2px 10px;
	font-size:11.9px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] { margin-top:0; }
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] { margin-top:-1px; }
.btn-mini {
	padding:0 6px;
	font-size:10.5px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-block {
	display:block;
	width:100%;
	padding-left:0;
	padding-right:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn-block + .btn-block { margin-top:5px; }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width:100%; }
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active { color:rgba(255,255,255,0.75); }
.btn-warning {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color:#f89406 #f89406 #ad6704;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color:#f89406 #f89406 #ad6704;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#f89406;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color:#f89406 #f89406 #ad6704;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color:#f89406 #f89406 #ad6704;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#f89406;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color:#fff;
	background-color:#f89406;
	*background-color:#df8505;
}
.btn-warning:active, .btn-warning.active { background-color:#c67605 \9; }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color:#fff;
	background-color:#f89406;
	*background-color:#df8505;
}
.btn-warning:active, .btn-warning.active { background-color:#c67605 \9; }
.btn-danger {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color:#bd362f #bd362f #802420;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color:#bd362f #bd362f #802420;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#bd362f;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color:#bd362f #bd362f #802420;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
	background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color:#bd362f #bd362f #802420;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#bd362f;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color:#fff;
	background-color:#bd362f;
	*background-color:#a9302a;
}
.btn-danger:active, .btn-danger.active { background-color:#942a25 \9; }
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color:#fff;
	background-color:#bd362f;
	*background-color:#a9302a;
}
.btn-danger:active, .btn-danger.active { background-color:#942a25 \9; }
.btn-success {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#51a351;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top,#62c462,#51a351);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image:-webkit-linear-gradient(top,#62c462,#51a351);
	background-image:-o-linear-gradient(top,#62c462,#51a351);
	background-image:linear-gradient(to bottom,#62c462,#51a351);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#51a351;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color:#fff;
	background-color:#51a351;
	*background-color:#499249;
}
.btn-success:active, .btn-success.active { background-color:#408140 \9; }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color:#fff;
	background-color:#51a351;
	*background-color:#499249;
}
.btn-success:active, .btn-success.active { background-color:#408140 \9; }
.btn-info {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color:#2f96b4 #2f96b4 #1f6377;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color:#2f96b4 #2f96b4 #1f6377;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#2f96b4;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color:#2f96b4 #2f96b4 #1f6377;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color:#2f96b4 #2f96b4 #1f6377;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#2f96b4;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color:#fff;
	background-color:#2f96b4;
	*background-color:#2a85a0;
}
.btn-info:active, .btn-info.active { background-color:#24748c \9; }
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color:#fff;
	background-color:#2f96b4;
	*background-color:#2a85a0;
}
.btn-info:active, .btn-info.active { background-color:#24748c \9; }
.btn-inverse {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color:#222 #222 #000000;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color:#222 #222 #000000;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#222;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color:#222 #222 #000000;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	background-color:#363636;
	background-image:-moz-linear-gradient(top,#444,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image:-webkit-linear-gradient(top,#444,#222);
	background-image:-o-linear-gradient(top,#444,#222);
	background-image:linear-gradient(to bottom,#444,#222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color:#222 #222 #000000;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#222;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color:#fff;
	background-color:#222;
	*background-color:#151515;
}
.btn-inverse:active, .btn-inverse.active { background-color:#090909 \9; }
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color:#fff;
	background-color:#222;
	*background-color:#151515;
}
.btn-inverse:active, .btn-inverse.active { background-color:#090909 \9; }
button.btn, input[type="submit"].btn {
	*padding-top:3px;
	*padding-bottom:3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
	padding:0;
	border:0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
	*padding-top:7px;
	*padding-bottom:7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
	*padding-top:3px;
	*padding-bottom:3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
	*padding-top:1px;
	*padding-bottom:1px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color:transparent;
	background-image:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-link {
	border-color:transparent;
	cursor:pointer;
	color:#ff3842;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-link:hover, .btn-link:focus {
	color:#c21d24;
	text-decoration:underline;
	background-color:transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
	color:#333;
	text-decoration:none;
}
body .content-holder .woocommerce-message {
	margin-bottom:20px !important;
	height:46px;
}
body .content-holder .woocommerce-message:before { height:36px; }
@media screen and (min-width: 481px) {
	body .content-holder .woocommerce-message { line-height:46px; }
	body .content-holder .woocommerce-message:before { line-height:36px; }
}
@media screen and (min-width: 768px) {
	body .content-holder .woocommerce-message a.button { padding:12px 16px !important; }
}
body #motopress-main.main-holder .content-holder .woocommerce-info {
	margin-bottom:20px !important;
	height:46px;
	border-color:#f7f5f7;
}
body #motopress-main.main-holder .content-holder .woocommerce-info:before { height:42px; }
@media screen and (min-width: 768px) {
	body #motopress-main.main-holder .content-holder .woocommerce-info {
		padding-top:12px !important;
		line-height:46px !important;
	}
	body #motopress-main.main-holder .content-holder .woocommerce-info a.button { padding:12px 16px !important; }
	body #motopress-main.main-holder .content-holder .woocommerce-info:before { line-height:42px !important; }
}
.woocommerce-notices-wrapper { margin-top:20px; }
.woocommerce-error li {
	height:46px;
	line-height:46px;
}
.woocommerce-error::before {
	line-height:46px;
	height:46px;
}
body.single-product #motopress-main.main-holder #wl-wrapper .wl-add-but.button {
	display:block;
	width:204px;
	margin-bottom:14px;
	float:right;
}
@media (max-width: 767px) {
	body.single-product #motopress-main.main-holder #wl-wrapper .wl-add-but.button {
		width:220px;
		font-size:16px !important;
		float:none;
	}
}
@media (max-width: 1199px) and (min-width: 980px) {
	body.single-product #motopress-main.main-holder #wl-wrapper .wl-add-but.button { width:270px; }
}
#wl-items-form .wl-row {
	display:flex;
	align-items:center;
}
#wl-items-form .wl-row .check-notice {
	background:#ff3842;
	color:#fff;
	margin-left:15px;
	padding:10px 20px;
	font-size:16px;
}
body.page-template-page-fullwidth #motopress-main.main-holder .content-holder #wl-wrapper .cart_success_message_custom a.button, body.page-template-default #motopress-main.main-holder .content-holder #wl-wrapper .cart_success_message_custom a.button { display:none !important; }
body.page-template-page-fullwidth #motopress-main.main-holder .content-holder #wl-wrapper form select.wl-sel, body.page-template-default #motopress-main.main-holder .content-holder #wl-wrapper form select.wl-sel {
	height:56px !important;
	margin-top:8px;
}
body.page-template-page-fullwidth #motopress-main.main-holder .content-holder #wl-wrapper input[type='radio'], body.page-template-default #motopress-main.main-holder .content-holder #wl-wrapper input[type='radio'] {
	float:none;
	display:inline-block;
	margin:-5px 4px 0 0 !important;
	vertical-align:middle;
}
@media (max-width: 560px) {
	body.page-template-page-fullwidth #motopress-main.main-holder .content-holder #wl-wrapper div.panel, body.page-template-default #motopress-main.main-holder .content-holder #wl-wrapper div.panel { padding:12px; }
}
@media (max-width: 480px) {
	body.page-template-page-fullwidth #motopress-main.main-holder .content-holder #wl-wrapper .shop_table tr td.product-name a, body.page-template-default #motopress-main.main-holder .content-holder #wl-wrapper .shop_table tr td.product-name a { font-size:14px; }
	body.page-template-page-fullwidth #motopress-main.main-holder .content-holder #wl-wrapper .wl-actions-table, body.page-template-default #motopress-main.main-holder .content-holder #wl-wrapper .wl-actions-table { margin-bottom:20px; }
	body.page-template-page-fullwidth #motopress-main.main-holder .content-holder #wl-wrapper .wl-actions-table td, body.page-template-default #motopress-main.main-holder .content-holder #wl-wrapper .wl-actions-table td {
		width:100%;
		display:block;
	}
}
body #motopress-main.main-holder .content-holder div.wl-form input.wl-button[type='submit'], body
    #motopress-main.main-holder
    .content-holder
    #content
    .page
    form
    table.cart
    .actions
    input.wl-button[type='submit'] {
	font-size:16px !important;
	text-align:center;
	line-height:20px !important;
	padding:17px 20px !important;
	text-transform:uppercase;
	background-color:#131313;
	color:#ffffff;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
	transition:all 0.25s;
}
body #motopress-main.main-holder .content-holder div.wl-form input.wl-button[type='submit']:hover, body #motopress-main.main-holder .content-holder div.wl-form input.wl-button[type='submit']:active, body #motopress-main.main-holder .content-holder div.wl-form input.wl-button[type='submit']:focus, body
    #motopress-main.main-holder
    .content-holder
    #content
    .page
    form
    table.cart
    .actions
    input.wl-button[type='submit']:hover, body
    #motopress-main.main-holder
    .content-holder
    #content
    .page
    form
    table.cart
    .actions
    input.wl-button[type='submit']:active, body
    #motopress-main.main-holder
    .content-holder
    #content
    .page
    form
    table.cart
    .actions
    input.wl-button[type='submit']:focus { background:#c21d24 !important; }
#wl-wrapper .row-actions small a { font-size:14px !important; }
@media screen and (min-width: 561px) {
	body #motopress-main.main-holder .content-holder div.product div .tabs.wl-tabs {
		border-top:none;
		border-bottom:none;
	}
}
body #motopress-main.main-holder .content-holder div.product div .tabs.wl-tabs:before {
	display:table;
	line-height:0;
	content:'';
}
body #motopress-main.main-holder .content-holder div.product div .tabs.wl-tabs:after {
	clear:both;
	display:table;
	line-height:0;
	content:'';
}
.wl-already-in { margin-right:20px; }
h1#myModalLabel {
	text-transform:capitalize;
	font-size:40px;
}
body button.button.alt.share-via-email-button { text-transform:capitalize; }
.wl-list-pop dt {
	text-transform:uppercase;
	color:#131313;
}
.wl-list-pop .wl-add-to-single { font-weight:bold; }
.wl-list-pop .wl-add-to-single.button {
	background-color:#131313;
	text-transform:uppercase;
	padding-top:16px;
	color:#fff;
	padding-bottom:16px;
}
.wl-list-pop .wl-add-to-single.button:hover, .wl-list-pop .wl-add-to-single.button:active, .wl-list-pop .wl-add-to-single.button:focus {
	color:#fff;
	background:#c21d24 !important;
}
.wl-list-pop .wl-add-to-single.button:after { display:none; }
#wl-wrapper .wl-share-links li {
	font-size:18px;
	font-weight:bold;
	color:black;
}
#wl-wrapper .wl-share-links a {
	width:21px;
	height:20px;
	background-size:20px;
	background-repeat:no-repeat;
}
#wl-wrapper .wl-facebook a { background-position:0 -20px; }
#wl-wrapper .wl-twitter a { background-position:0 -60px; }
#wl-wrapper .wl-pinterest a { background-position:0 -40px; }
.wl-email-button .button { margin-top:1.5rem; }
.wl-button {
	padding:16px 30px;
	color:#ffffff;
	background-color:#ff3842;
	text-align:center;
	transition:all 0.3s ease 0s;
	font-size:18px;
}
.wl-button:after {
	content:"\f054";
	font-family:FontAwesome;
	color:#ffffff;
	font-size:15px;
	display:inline-block;
	margin-left:7px;
	transition:all 0.3s ease 0s;
}
.wl-button:hover {
	background-color:#131313;
	color:#ffffff;
}
@media print {
	.logo-right-cart { display:none; }
	td.chech-column { display:none; }
	a.remove { display:none; }
}
@media print {
	a[href]:after {
		content:"";
		font-size:small;
	}
	a[href]:after :not(img.woocommerce-placeholder) {
		content:" (" attr(href) ")";
		font-size:small;
	}
	td.product-remove, td.check-column, div.shop_box, #bar2_row, .widgetizedArea, .bar1_row, .bar2_row, .bar3_row, .wl-intro, .wl-tabs .tabs, .wl-actions-table { display:none; }
}
#motopress-main .tabs-wrapper { margin-top:40px; }
#motopress-main .tabs-wrapper .nav-tabs > li > a { font-weight:bold; }
@media screen and (max-width: 480px) {
	#motopress-main .tabs-wrapper .nav-tabs > li > a {
		padding-left:8px;
		padding-right:8px;
	}
}
#motopress-main .tabs-wrapper .nav-tabs > .active > a { border-bottom-color:transparent; }
.woocommerce-info { border-top-color:#ff3842; }
.woocommerce-info:before { color:#ff3842; }
