<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/css/css_style.css");
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
.unstyled, .pagination ul, .breadcrumb, .page-numbers, .pager, .nav-pills, .payment_methods, .woocommerce-error, .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, .woocommerce-error 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; }
div.product .product-images img {
	border:1px solid #555;
	box-sizing:border-box;
}
.flex-direction-nav .flex-prev { top:42% !important; }
.flex-direction-nav .flex-next { top:42% !important; }
.flex-viewport .slides li .desc h5 { text-align:center; }
.mfp-close {
	border:none !important;
	outline:none !important;
}
.mfp-close:active, .mfp-close:focus {
	border:none !important;
	outline:none !important;
}
.woocommerce-product-search .screen-reader-text { display:none; }
li.chosen a {
	border-radius:0 !important;
	background:#333333 !important;
	color:#fff !important;
	padding:5px 10px !important;
}
li.chosen a:hover { background:#b50000 !important; }
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 { min-height:auto; }

@media (max-width: 480px) {
    .span6 {display:none;}
}

input {
	border-radius:0;
	box-shadow:none;
}
body.logged-in.admin-bar .select2-display-none { margin-top:-33px; }
@media (max-width: 979px) {
	body.logged-in.admin-bar .select2-display-none { margin-top:-46px; }
}
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:#333333 !important;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td.label label { cursor:inherit; }
body a {
	text-decoration:none;
	-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; }
#page-preloader {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#000;
	z-index:100500;
}
#page-preloader .spinner {
	width:150px;
	height:150px;
	top:50%;
	left:50%;
	position:absolute;
	margin-top:-90px;
	margin-left:-90px;
}
.round, .round:before, .round:after {
	border:3px solid transparent;
	border-radius:50%;
}
.round {
	width:150px;
	height:150px;
	position:relative;
	border-top-color:#fff;
	-webkit-animation:spin 1s infinite linear;
	-o-animation:spin 1s infinite linear;
	animation:spin 1s infinite linear;
}
.round:before, .round:after {
	content:"";
	position:absolute;
}
.round:before {
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	border-top-color:#b50000;
	-webkit-animation:spin 2s infinite linear;
	-o-animation:spin 2s infinite linear;
	animation:spin 2s infinite linear;
}
.round:after {
	top:23px;
	left:23px;
	right:23px;
	bottom:23px;
	border-top-color:#bf544b;
	-webkit-animation:spin 3s infinite linear;
	-o-animation:spin 3s infinite linear;
	animation:spin 3s infinite linear;
}
@-webkit-keyframes spin {
	from {
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@-o-keyframes spin {
	from {
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@-moz-keyframes spin {
	from {
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes spin {
	from {
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
header.header {
	padding:0;
	border:none;
}
.header-content { position:relative; }
.header-content:before {
	display:block;
	position:absolute;
	left:-1000%;
	right:-1000%;
	top:0;
	bottom:0;
	background:#000;
	content:"";
	z-index:-1;
}
@media (max-width: 767px) {
	.header-address { text-align:center; }
}
.header-address .address-wrapper {
	position:relative;
	margin:16px 0;
}
@media (max-width: 767px) {
	.header-address .address-wrapper {
		display:inline-block;
		float:none;
	}
}
.header-address .address-wrapper:before {
	font-family:FontAwesome;
	content:"\f041";
	display:block;
	float:left;
	margin:0 14px 0 0;
	font-size:24px;
	color:#b50000;
}
.header-address .address-wrapper p {
	font-size:15px;
	line-height:17px;
	font-weight:300;
	color:#333333;
}
@media (max-width: 1199px) {
	.header-address .address-wrapper p { font-size:13px; }
}
@media (max-width: 767px) {
	.header-address .address-wrapper p { margin:0; }
}
.phone-wrapper { width:100%; }
@media (max-width: 767px) {
	.phone-wrapper { text-align:center; }
}
.header-phone {
	margin:47px 0;
	float:left;
	width:100%;
}
@media (max-width: 979px) {
	.header-phone { margin:32px 0; }
}
@media (max-width: 767px) {
	.header-phone {
		display:inline-block;
		float:none;
		margin:0 0 32px;
	}
}
.header-phone .wrapper-phone {
	position:relative;
	padding-left:71px;
	float:right;
	text-align:left;
}
@media (max-width: 979px) {
	.header-phone .wrapper-phone {
		float:none;
		display:inline-block;
	}
}

@media (max-width: 480px) {
    .header-phone .wrapper-phone {
        margin-left: -70px;
    }
    .header-phone .wrapper-phone span{
        margin-left: 25px;
    }
}
.header-phone .wrapper-phone:before {
	font-family:FontAwesome;
	/*content:"\f098";*/
	display:block;
	float:left;
	margin:0 20px 0 0;
	font-size:57px;
	line-height:59px;
	color:#fff;
	position:absolute;
	left:0;
}
@media (max-width: 979px) {
	.header-phone .wrapper-phone:before { margin:-5px 20px 0 0; }
}
.header-phone .wrapper-phone span {
	font-size:21px;
	line-height:23px;
	font-weight:300;
	color:#777777;
}
@media (max-width: 979px) {
	.header-phone .wrapper-phone span {
		font-size:15px;
		line-height:25px;
	}
}
.header-phone .wrapper-phone p {
	font-size:35px;
	line-height:37px;
	font-weight:300;
	color:#b50000;
}
@media (max-width: 1199px) {
	.header-phone .wrapper-phone p {
		font-size:30px;
		line-height:32px;
	}
}
@media (max-width: 979px) {
	.header-phone .wrapper-phone p {
		font-size:20px;
		line-height:22px;
	}
}
.logo {
	z-index:0;
	margin:28px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
.logo .logo_h__txt { text-transform:uppercase; }
.logo .logo_h__txt .logo_link {
	color:inherit;
	text-decoration:none;
}
@media (max-width: 979px) {
	.logo .logo_h__txt .logo_link { font-size:73px; }
}
.logo .logo_h__txt .logo_link:hover, .logo .logo_h__txt .logo_link:visited {
	text-decoration:none;
	color:inherit;
}
.logo_tagline {
	margin:0;
	padding:4px 0 0 0;
	font-size:28px;
	line-height:30px;
	color:#888888;
	font-weight:300;
}
@media (max-width: 979px) {
	.logo_tagline {
		font-size:12px;
		line-height:18px;
	}
}
@media (max-width: 767px) {
	.logo_tagline {
		font-size:28px;
		line-height:30px;
	}
}
@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;
	}
}
.isStuck .nav__primary .sf-menu &gt; li &gt; a .cherry-badge-content {
	font-size:14px;
	line-height:16px;
	padding:3px 10px;
	top:4px;
}
.isStuck:before { border-bottom:1px solid #980000; }
@media (max-width: 767px) {
	.select-menu { margin:20px 0; }
}
.full-top-nav { position:relative; }
.full-top-nav:before {
	display:block;
	position:absolute;
	left:-1000%;
	right:-1000%;
	top:0;
	bottom:0;
	background-color:#c30000;
	background-image:-moz-linear-gradient(top,#ed5382,#b50000);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ed5382),to(#b50000));
	background-image:-webkit-linear-gradient(top,#ed5382,#b50000);
	background-image:-o-linear-gradient(top,#ed5382,#b50000);
	background-image:linear-gradient(to bottom,#ed5382,#b50000);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffb50000', GradientType=0);
	content:"";
	z-index:-1;
}
.nav__primary { margin:0; }
.nav__primary .sf-menu {
	float:none;
	display:table;
	width:100%;
	table-layout:fixed;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none; }
}
.nav__primary .sf-menu a {
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
.nav__primary .sf-menu &gt; li:last-child { border-right:1px solid #980000; }
.nav__primary .sf-menu &gt; li {
	margin:0;
	background:none;
	border:none;
	display:table-cell;
	text-align:center;
	float:none;
	border-left:1px solid #980000;
}
.nav__primary .sf-menu &gt; li &gt; a {
	padding:23px 16px;
	border:none;
	background:none;
	text-transform:uppercase;
	font-weight:300;
}
@media (max-width: 979px) {
	.nav__primary .sf-menu &gt; li &gt; a {
		padding:18px 8px;
		font-size:16px;
	}
}
.nav__primary .sf-menu &gt; li &gt; a .cherry-badge-content {
	position:absolute;
	font-size:17px;
	line-height:19px;
	text-transform:capitalize;
	padding:6px 13px;
	margin:0;
	top:-13px;
	right:10px;
	font-weight:normal;
}
.nav__primary .sf-menu &gt; li &gt; a &gt; .sf-sub-indicator { display:none; }
.nav__primary .sf-menu &gt; li &gt; a:after {
	background:none repeat scroll 0 0 #fff;
	content:"";
	height:1px;
	left:0;
	opacity:0;
	position:absolute;
	bottom:0%;
	transform:translateY(-3px);
	transition:height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
	width:100%;
}
.nav__primary .sf-menu &gt; li &gt; a:hover:after {
	height:3px;
	opacity:1;
	transform:translateY(0px);
}
.nav__primary .sf-menu &gt; li &gt; a:before, .nav__primary .sf-menu &gt; li.sfHover &gt; a:before {
	width:100%;
	height:0;
	top:0;
	left:0;
	background:#ae0000;
	content:"";
	position:absolute;
	z-index:-1;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu &gt; li &gt; a:hover, .nav__primary .sf-menu &gt; li.sfHover &gt; a:hover { transition:all 0.3s ease 0s; }
.nav__primary .sf-menu &gt; li &gt; a:hover:before, .nav__primary .sf-menu &gt; li.sfHover &gt; a:hover:before {
	height:100%;
	content:"";
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu &gt; li.current-menu-item, .nav__primary .sf-menu &gt; li.current_page_item { background:#ae0000; }
.nav__primary .sf-menu &gt; li.current-menu-item a:after, .nav__primary .sf-menu &gt; li.current_page_item a:after { display:none; }
.nav__primary .sf-menu &gt; li.current-menu-item &gt; a, .nav__primary .sf-menu &gt; li.current_page_item &gt; a { color:#fff; }
.nav__primary .sf-menu ul {
	background:#191919;
	padding:0;
	width:220px;
}
.nav__primary .sf-menu ul li {
	border:none;
	background:none;
}
.nav__primary .sf-menu ul li a {
	padding:15px 32px;
	font-size:13px;
	line-height:15px;
	color:#fff;
	border:none;
	text-align:left;
	text-decoration:none;
	font-style:normal;
	text-transform:uppercase;
}
.nav__primary .sf-menu ul li .cherry-badge.cherry-badge-new:before {
	background:#fff;
	color:#000;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
	padding:5px 7px;
	margin:-4px 0 0 0;
}
.nav__primary .sf-menu ul li .cherry-badge.cherry-badge-hot:before {
	background:#b50000;
	color:#fff;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
	padding:5px 7px;
	margin:-4px 0 0 0;
}
.nav__primary .sf-menu ul li .cherry-badge.cherry-badge-sale:before {
	background:red;
	color:#fff;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
	padding:5px 7px;
	margin:-4px 0 0 0;
}
.nav__primary .sf-menu ul &gt; li &gt; a:hover, .nav__primary .sf-menu ul &gt; li.sfHover &gt; a, .nav__primary .sf-menu ul &gt; li.current-menu-item &gt; a, .nav__primary .sf-menu ul &gt; li.current_page_item &gt; a {
	color:#fff;
	background:#b50000;
}
.nav__primary .sf-menu ul &gt; li:hover ul, .nav__primary .sf-menu ul &gt; li.sfHover ul {
	right:220px;
	left:auto;
	top:-1px;
}
@media (min-width: 1200px) {
	.nav__primary .sf-menu ul &gt; li:hover ul, .nav__primary .sf-menu ul &gt; li.sfHover ul { left:220px; }
}
.nav__primary .sf-menu .sf-sub-indicator {
	background:none;
	position:absolute;
	right:3px;
	top:50%;
	margin:-10px 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:22px;
	font-size:20px;
}
.nav__primary .sf-menu ul .sf-sub-indicator {
	right:5px;
	bottom:2px;
}
.nav__primary .sf-menu ul .sf-sub-indicator:after { content:"\f105"; }
.header .search-form__h { margin:58px 0; }
@media (max-width: 979px) {
	.header .search-form__h { margin:31px 0; }
}
@media (max-width: 767px) {
	.header .search-form__h { text-align:center; }
}
@media (max-width: 767px) {
	.header .search-form__h #search-header {
		display:inline-block;
		float:none;
	}
}
.header .search-form__h #search-header .search-form_it {
	background:#333333;
	border:none;
	width:262px;
	height:41px;
	margin:0;
	float:left;
}
@media (max-width: 1199px) {
	.header .search-form__h #search-header .search-form_it { width:200px; }
}
@media (max-width: 979px) {
	.header .search-form__h #search-header .search-form_it { width:160px; }
}
.header .search-form__h #search-header input#search-form_is {
	float:left;
	font-size:0;
	margin:0;
	border:none;
	width:96px;
	height:49px;
	padding:0;
	background:url(/img/search_button.png) no-repeat center center #c60000;
}
@media (max-width: 1199px) {
	.header .search-form__h #search-header input#search-form_is {
		width:49px;
		height:49px;
	}
}
.header .search-form__h #search-header input#search-form_is:hover { background:url(/img/search_button.png) no-repeat center center #000; }
.custom_banners {
	position:relative;
	margin-top:-1px;
	padding-top:69px;
	padding-bottom:39px;
}
@media (max-width: 767px) {
	.custom_banners { text-align:center; }
}
.custom_banners:before {
	display:block;
	position:absolute;
	left:-1000%;
	right:-1000%;
	top:0;
	bottom:0;
	background: #ed2c44;
	content:"";
	z-index:-1;
}
.custom_banners .custom_banners_wrap_inner .banner-wrap {
	display:block;
	margin:0 0 30px 0;
	position:relative;
}
.custom_banners .custom_banners_wrap_inner .banner-wrap:before {
	content:"";
	position:absolute;
	top:-10px;
	bottom:-10px;
	left:-10px;
	right:-10px;
	z-index:10;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
@media (max-width: 979px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap:before { display:none; }
}
@media (max-width: 767px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap { display:inline-block; }
}
.custom_banners .custom_banners_wrap_inner .banner-wrap .featured-thumbnail { margin:0; }
.custom_banners .custom_banners_wrap_inner .banner-wrap .featured-thumbnail img {
	-webkit-transition:all 500ms linear;
	-moz-transition:all 500ms linear;
	-o-transition:all 500ms linear;
	-ms-transition:all 500ms linear;
	transition:all 500ms linear;
	width:100%;
}
.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap {
	position:absolute;
	top:0;
	right:0;
	padding:30px;
	text-align:right;
}
@media (max-width: 1199px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap { padding:15px; }
}
.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap h5 {
	font-size:51px;
	line-height:45px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:0;
}
@media (max-width: 1199px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap h5 {
		font-size:40px;
		line-height:35px;
	}
}
@media (max-width: 979px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap h5 {
		font-size:25px;
		line-height:30px;
	}
}
@media (max-width: 767px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap h5 {
		font-size:40px;
		line-height:35px;
	}
}
.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap h6 {
	font-size:31px;
	line-height:33px;
	font-weight:300;
	margin-top:0;
}
@media (max-width: 1199px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap h6 {
		font-size:20px;
		line-height:22px;
	}
}
@media (max-width: 979px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap h6 {
		font-size:15px;
		line-height:17px;
	}
}
@media (max-width: 767px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap h6 {
		font-size:31px;
		line-height:33px;
	}
}
.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap p {
	font-size:14px;
	line-height:20px;
	font-weight:300;
	color:#777777;
	max-width:190px;
	float:right;
}
@media (max-width: 1199px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap p {
		font-size:12px;
		line-height:16px;
	}
}
@media (max-width: 979px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap p {
		font-size:12px;
		line-height:14px;
	}
}
@media (max-width: 767px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap p {
		max-width:inherit;
		font-size:14px;
		line-height:20px;
		max-width:260px;
	}
}
@media (max-width: 360px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap p { max-width:185px; }
}
.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap .banner-btn {
	display:inline-block;
	padding:0;
}
.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap .banner-btn .wrapper-button-btn {
	display:inline-block;
	font-size:21px;
	line-height:23px;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	background:#000;
	padding:14px 15px;
	vertical-align:middle;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
	position:relative;
	-webkit-transition-property:color;
	transition-property:color;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
}
@media (max-width: 1199px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap .banner-btn .wrapper-button-btn {
		font-size:15px;
		line-height:17px;
		padding:8px 12px;
	}
}
@media (max-width: 979px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap .banner-btn .wrapper-button-btn {
		font-size:12px;
		line-height:15px;
		padding:5px 7px;
	}
}
@media (max-width: 767px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap .banner-btn .wrapper-button-btn {
		font-size:15px;
		line-height:17px;
		padding:8px 12px;
	}
}
.custom_banners .custom_banners_wrap_inner .banner-wrap .extra-wrap .banner-btn .wrapper-button-btn:before {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#b50000;
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	-webkit-transform-origin:50%;
	transform-origin:50%;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}
.custom_banners .custom_banners_wrap_inner .banner-wrap:hover:before {
	top:15px;
	left:15px;
	bottom:15px;
	right:15px;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
@media (max-width: 1199px) {
	.custom_banners .custom_banners_wrap_inner .banner-wrap:hover:before {
		top:5px;
		left:5px;
		bottom:5px;
		right:5px;
	}
}
.custom_banners .custom_banners_wrap_inner .banner-wrap:hover .featured-thumbnail img {
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.custom_banners .custom_banners_wrap_inner .banner-wrap:hover .banner-btn .wrapper-button-btn:before {
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
}
.custom_banners .custom_banners_wrap_inner .bl-banner:before { border:1px solid #fff; }
.custom_banners .custom_banners_wrap_inner .bl-banner .extra-wrap h5 { color:#fff; }
.custom_banners .custom_banners_wrap_inner .bl-banner .extra-wrap h6 { color:#fff; }
.custom_banners .custom_banners_wrap_inner .wh-banner:before { border:1px solid #000; }
.custom_banners .custom_banners_wrap_inner .wh-banner .extra-wrap h5 { color:#000; }
.custom_banners .custom_banners_wrap_inner .wh-banner .extra-wrap h6 { color:#000; }
.home_parallax { padding:122px 0;}
@media (max-width: 979px) {
	.home_parallax { padding:52px 0; }
}
.home_parallax .home_parallax_wrap_inner { text-align:center; }
.home_parallax .home_parallax_wrap_inner h2 {
	margin:0;
	font-size:81px;
	line-height:65px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
}
@media (max-width: 979px) {
	.home_parallax .home_parallax_wrap_inner h2 {
		font-size:51px;
		line-height:55px;
	}
}
.home_parallax .home_parallax_wrap_inner h3 {
	font-size:81px;
	line-height:82px;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	margin-top:0;
}
@media (max-width: 979px) {
	.home_parallax .home_parallax_wrap_inner h3 {
		font-size:51px;
		line-height:55px;
	}
}
.home_parallax .home_parallax_wrap_inner p {
	font-size:19px;
	line-height:32px;
	font-weight:300;
	color:#aaaaaa;
}
@media (max-width: 979px) {
	.home_parallax .home_parallax_wrap_inner p {
		font-size:15px;
		line-height:23px;
	}
}
.home_parallax .home_parallax_wrap_inner .parallax-button {
	font-size:21px;
	line-height:23px;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	background-color:#c30000;
	background-image:-moz-linear-gradient(top,#ed5382,#b60000);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ed5382),to(#b60000));
	background-image:-webkit-linear-gradient(top,#ed5382,#b60000);
	background-image:-o-linear-gradient(top,#ed5382,#b60000);
	background-image:linear-gradient(to bottom,#ed5382,#b60000);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffb60000', GradientType=0);
	padding:16px 30px;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	border:none;
	margin-top:27px;
}
.home_parallax .home_parallax_wrap_inner .parallax-button:hover {
	background:#000;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
.featured_products {
	padding:85px 0;
	position:relative;
}
.featured_products:before {
	display:block;
	position:absolute;
	left:-1000%;
	right:-1000%;
	top:0;
	bottom:0;
    background:#FFFFFF;
	content:"";
	z-index:-1;
}
.featured_products .featured_products_wrap_inner h2 {
	font-size:51px;
	line-height:52px;
	text-transform:uppercase;
	color:#333333;
	text-align:center;
	margin:0;
}
.home_blog { padding:100px 0; }
.home_blog .home_blog_wrap_inner h2 {
	text-align:center;
	font-size:51px;
	line-height:38px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:39px;
	margin-top:0;
}
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-carousel .featured-thumbnail {
	position:relative;
	margin-bottom:27px;
}
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-carousel .featured-thumbnail a img {
	-webkit-transition:all 500ms linear;
	-moz-transition:all 500ms linear;
	-o-transition:all 500ms linear;
	-ms-transition:all 500ms linear;
	transition:all 500ms linear;
	width:100%;
}
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-carousel .featured-thumbnail a:hover img {
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-carousel .featured-thumbnail time {
	position:absolute;
	top:0;
	left:0;
	background: #730024;
	padding:6px 11px;
	color:#fff;
	font-size:14px;
	line-height:16px;
}
@media (max-width: 640px) {
	.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-carousel .featured-thumbnail time {
		font-size:12px;
		line-height:12px;
		padding:5px 8px;
	}
}
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-carousel .desc h5 { margin-top:0; }
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-carousel .desc h5 a {
	font-size:21px;
	line-height:33px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
@media (max-width: 767px) {
	.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-carousel .desc h5 a {
		font-size:18px;
		line-height:20px;
	}
}
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-carousel .desc h5 a:hover { color:#b50000; }
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-carousel .desc .excerpt {
	font-size:14px;
	line-height:20px;
	font-weight:300;
	color:#777777;
}
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-carousel .desc .btn-primary { margin-top:20px; }
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-nav .es-nav-prev {
	margin-top:-87px;
	opacity:1;
	display:block !important;
	left:0;
	width:47px;
	height:47px;
	background:url(/img/prev_bg.png) no-repeat center top #c20000;
}
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-nav .es-nav-prev:hover { background:url(/img/prev_bg.png) no-repeat center bottom #fff; }
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-nav .es-nav-next {
	margin-top:-87px;
	opacity:1;
	display:block !important;
	width:47px;
	height:47px;
	background:url(/img/next_bg.png) no-repeat center top #c20000;
	right:0;
}
.home_blog .home_blog_wrap_inner .es-carousel-wrapper .es-nav .es-nav-next:hover { background:url(/img/next_bg.png) no-repeat center bottom #fff; }
.newsletter .newsletter_wrap_inner { position:relative; }
@media (max-width: 767px) {
	.newsletter .newsletter_wrap_inner { text-align:center; }
}
.newsletter .newsletter_wrap_inner:before {
	display:block;
	position:absolute;
	left:-1000%;
	right:-1000%;
	top:0;
	bottom:0;
	background:#b50000;
	content:"";
	z-index:-1;
}
.newsletter .newsletter_wrap_inner h3 {
	font-size:51px;
	line-height:38px;
	color:#fff;
	text-transform:uppercase;
	padding:42px 0;
	margin:0;
	background:url(/img/news_bg.png) no-repeat right center;
}
@media (max-width: 1199px) {
	.newsletter .newsletter_wrap_inner h3 { font-size:40px; }
}
@media (max-width: 979px) {
	.newsletter .newsletter_wrap_inner h3 {
		font-size:25px;
		line-height:27px;
	}
}
@media (max-width: 767px) {
	.newsletter .newsletter_wrap_inner h3 {
		background:transparent;
		padding:22px 0 12px;
	}
}
.newsletter .newsletter_wrap_inner p {
	font-size:14px;
	line-height:20px;
	font-weight:300;
	color:#fff;
	margin:31px 0;
}
@media (max-width: 979px) {
	.newsletter .newsletter_wrap_inner p { margin:17px 0; }
}
.newsletter .newsletter_wrap_inner .mc4wp-form {
	float:left;
	width:100%;
	margin:31px 0;
}
@media (max-width: 767px) {
	.newsletter .newsletter_wrap_inner .mc4wp-form {
		display:inline-block;
		float:none;
		width:auto;
		margin:11px 0 31px;
	}
}
.newsletter .newsletter_wrap_inner .mc4wp-form .mc4wp-error { float:left; }
.newsletter .newsletter_wrap_inner .mc4wp-form form {
	float:left;
	width:100%;
	margin:0;
}
.newsletter .newsletter_wrap_inner .mc4wp-form form p {
	float:left;
	width:100%;
	margin:0;
}
.newsletter .newsletter_wrap_inner .mc4wp-form form p #mc4wp_email {
	width:343px;
	height:49px;
	background:#fff;
	border:none;
	float:left;
}
@media (max-width: 1199px) {
	.newsletter .newsletter_wrap_inner .mc4wp-form form p #mc4wp_email { width:240px; }
}
@media (max-width: 979px) {
	.newsletter .newsletter_wrap_inner .mc4wp-form form p #mc4wp_email {
		width:160px;
		height:43px;
	}
}
.newsletter .newsletter_wrap_inner .mc4wp-form form p input[type="submit"] {
	float:left;
	color:#fff;
	text-transform:uppercase;
	background-color:#1f1f1f !important;
	background-image:-moz-linear-gradient(top,#333333,#010101) !important;
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#333333),to(#010101)) !important;
	background-image:-webkit-linear-gradient(top,#333333,#010101) !important;
	background-image:-o-linear-gradient(top,#333333,#010101) !important;
	background-image:linear-gradient(to bottom,#333333,#010101) !important;
	background-repeat:repeat-x !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff010101', GradientType=0) !important;
	padding:15px 30px !important;
	border:none !important;
}
.newsletter .newsletter_wrap_inner .mc4wp-form form p input[type="submit"]:hover { background:#000 !important; }
.home_gmap .home_gmap_wrap_inner {
	margin-left:-1000%;
	margin-right:-1000%;
}
.home_gmap .home_gmap_wrap_inner .google-map-api { height:508px; }
.title-section {
	position:relative;
	padding:0;
}
.title-section:before {
	display:block;
	position:absolute;
	left:-1000%;
	right:-1000%;
	top:0;
	bottom:0;
	background:#9b0000;
	content:"";
	z-index:-1;
}
.title-section .title-header {
	margin:0;
	padding:10px 0 0;
	font-size:25px;
	line-height:27px;
	text-transform:uppercase;
	color:#fff;
	display:none;
}
.featured-thumbnail, .thumbnail__portfolio {
	padding:0;
	border-radius:0;
	border:none;
	box-shadow:none;
}
.about_content {
	padding-top:40px;
	padding-bottom:20px;
}
.about_content .about_content_wrap_inner h2 {
	font-size:51px;
	line-height:52px;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:37px;
}
@media (max-width: 1199px) {
	.about_content .about_content_wrap_inner h2 {
		font-size:32px;
		line-height:34px;
	}
}
.about_content .about_content_wrap_inner h3 { text-transform:uppercase; }
@media (max-width: 1199px) {
	.about_content .about_content_wrap_inner h3 {
		font-size:15px;
		line-height:17px;
	}
}
.about_content .about_content_wrap_inner .text_dropcap {
	font-size:21px;
	line-height:22px;
	color:#000;
	font-weight:normal;
}
.about_content .about_content_wrap_inner .spacer { height:22px; }
.about_content .about_content_wrap_inner .angle-list ul { margin:24px 0; }
.about_content .about_content_wrap_inner .angle-list ul li {
	font-size:14px;
	line-height:30px;
	font-weight:300;
	color:#000;
	margin:0;
	padding:0;
}
.about_content .about_content_wrap_inner .angle-list ul li:before { color:#c20000; }
.custom_team { padding:100px 0 75px; }
.custom_team .custom_team_wrap_inner h2 {
	font-size:51px;
	line-height:52px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin:0 0 37px;
}
.custom_team .custom_team_wrap_inner .posts-grid li .featured-thumbnail a .zoom-icon {
	background:transparent;
	transition:all 0.6s ease 0s;
}
.custom_team .custom_team_wrap_inner .posts-grid li .featured-thumbnail a .zoom-icon:before {
	background:url(/img/zoom_img.png) no-repeat center center;
	width:119px;
	height:119px;
	margin:-60px 0 0 -60px;
	content:"";
	height:100%;
	left:0;
	margin:0;
	position:absolute;
	text-align:center;
	top:-100%;
	transform:rotate(-180deg);
	transition:all 0.6s ease 0s;
	width:100%;
	z-index:100;
}
.custom_team .custom_team_wrap_inner .posts-grid li .featured-thumbnail a .zoom-icon:after {
	background:rgba(25,25,25,0.3);
	content:"";
	height:0;
	left:0;
	position:absolute;
	right:0;
	text-align:center;
	top:50%;
	transition:all 0.65s ease 0s;
	width:100%;
	z-index:0;
}
.custom_team .custom_team_wrap_inner .posts-grid li .featured-thumbnail a:hover .zoom-icon { transition:all 0.6s ease 0s; }
.custom_team .custom_team_wrap_inner .posts-grid li .featured-thumbnail a:hover .zoom-icon:before {
	content:"";
	height:100%;
	left:0;
	position:absolute;
	text-align:center;
	top:0;
	transform:rotate(0deg);
	transition:all 0.6s ease 0s;
	width:100%;
}
.custom_team .custom_team_wrap_inner .posts-grid li .featured-thumbnail a:hover .zoom-icon:after {
	content:"";
	height:100%;
	left:0;
	margin:0;
	position:absolute;
	text-align:center;
	top:0;
	transition:all 0.4s ease 0s;
	width:100%;
}
.custom_team .custom_team_wrap_inner .posts-grid li h5 a {
	font-size:21px;
	line-height:23px;
	color:#fff;
	text-transform:uppercase;
}
.custom_team .custom_team_wrap_inner .posts-grid li h5 a:hover { color:#b50000; }
.custom_team .custom_team_wrap_inner .posts-grid li .excerpt {
	font-size:14px;
	line-height:20px;
	font-weight:300;
	color:#777777;
}
.custom_team .custom_team_wrap_inner .posts-grid li .btn-primary { margin-top:15px; }
.adv_testi {
	position:relative;
	padding-top:90px;
	padding-bottom:60px;
}
.adv_testi:before {
	display:block;
	position:absolute;
	left:-1000%;
	right:-1000%;
	top:0px;
	bottom:0;
	background:url(/img/products_bg.png) repeat-x;
	content:"";
	z-index:-1;
}
.adv_testi .adv_testi_wrap_inner h2 {
	font-size:51px;
	line-height:52px;
	text-transform:uppercase;
	text-align:left;
	margin-top:0;
	margin-bottom:30px;
}
@media (max-width: 1199px) {
	.adv_testi .adv_testi_wrap_inner h2 {
		font-size:32px;
		line-height:34px;
	}
}
.adv_testi .adv_testi_wrap_inner .ico_wrapper {
	float:left;
	background:transparent;
}
.adv_testi .adv_testi_wrap_inner .ico_wrapper:before, .adv_testi .adv_testi_wrap_inner .ico_wrapper:after { display:none; }
.adv_testi .adv_testi_wrap_inner .ico_wrapper figure {
	margin:0 35px 0 0;
	min-width:62px;
	text-align:center;
}
.adv_testi .adv_testi_wrap_inner .ico_wrapper figure i {
	display:inline-block;
	float:none;
}
.portfolio_item_holder .thumbnail__portfolio a .zoom-icon {
	background:transparent;
	transition:all 0.6s ease 0s;
}
.portfolio_item_holder .thumbnail__portfolio a .zoom-icon:before {
	background:url(/img/zoom_img.png) no-repeat center center;
	width:119px;
	height:119px;
	margin:-60px 0 0 -60px;
	content:"";
	height:100%;
	left:0;
	margin:0;
	position:absolute;
	text-align:center;
	top:-100%;
	transform:rotate(-180deg);
	transition:all 0.6s ease 0s;
	width:100%;
	z-index:100;
}
.portfolio_item_holder .thumbnail__portfolio a .zoom-icon:after {
	background:rgba(25,25,25,0.3);
	content:"";
	height:0;
	left:0;
	position:absolute;
	right:0;
	text-align:center;
	top:50%;
	transition:all 0.65s ease 0s;
	width:100%;
	z-index:0;
}
.portfolio_item_holder .thumbnail__portfolio a:hover .zoom-icon { transition:all 0.6s ease 0s; }
.portfolio_item_holder .thumbnail__portfolio a:hover .zoom-icon:before {
	content:"";
	height:100%;
	left:0;
	position:absolute;
	text-align:center;
	top:0;
	transform:rotate(0deg);
	transition:all 0.6s ease 0s;
	width:100%;
}
.portfolio_item_holder .thumbnail__portfolio a:hover .zoom-icon:after {
	content:"";
	height:100%;
	left:0;
	margin:0;
	position:absolute;
	text-align:center;
	top:0;
	transition:all 0.4s ease 0s;
	width:100%;
}
.portfolio_item_holder .caption__portfolio h3 { margin-top:18px; }
.portfolio_item_holder .caption__portfolio h3 a {
	font-size:21px;
	line-height:23px;
	text-transform:uppercase;
	color:#000;
}
.portfolio_item_holder .caption__portfolio h3 a:hover { color:#b50000; }
.portfolio_item_holder .caption__portfolio .excerpt {
	font-size:14px;
	line-height:20px;
	color:#777777;
}
.portfolio_item_holder .caption__portfolio .btn-primary { margin-top:15px; }
.isotope-item .post-header .post-title {
	text-align:center;
	font-size:30px;
	line-height:32px;
}
.post_wrapper .post .post-header h2.post-title { margin-top:0; }
.post_wrapper .post .post-header h2.post-title a {
	font-size:51px;
	line-height:52px;
	color:#000000;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.post_wrapper .post .post-header h2.post-title a {
		font-size:31px;
		line-height:32px;
	}
}
.post_wrapper .post .post-header h2.post-title a:hover { color:#b50000; }
.post_content h3 { text-transform:uppercase; }
.post_meta {
	border:none;
	float:left;
}
.post_meta .meta_group .icon-bookmark, .post_meta .meta_group .icon-calendar, .post_meta .meta_group .icon-user, .post_meta .meta_group .icon-comments { color:#b50000; }
.post_meta .meta_group .post_category a, .post_meta .meta_group .post_date a, .post_meta .meta_group .post_author a, .post_meta .meta_group .post_comment a {
	font-size:15px;
	line-height:17px;
	font-weight:300;
	color:#000000;
}
.post_meta .meta_group .post_category a:hover, .post_meta .meta_group .post_date a:hover, .post_meta .meta_group .post_author a:hover, .post_meta .meta_group .post_comment a:hover { color:#b50000; }
.post_meta .meta_group .post_category time, .post_meta .meta_group .post_date time, .post_meta .meta_group .post_author time, .post_meta .meta_group .post_comment time {
	font-size:15px;
	line-height:17px;
	font-weight:300;
	color:#000000;
}
.post-author {
	border:none;
	background:transparent;
	padding-left:0;
	padding-right:0;
}
.post-author .post-author_h {
	font-size:51px;
	line-height:52px;
	text-transform:uppercase;
	margin-bottom:35px;
}
@media (max-width: 767px) {
	.post-author .post-author_h {
		font-size:31px;
		line-height:32px;
	}
}
.post-author .post-author_h a {
	font-size:51px;
	line-height:52px;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.post-author .post-author_h a {
		font-size:31px;
		line-height:32px;
	}
}
.post-author .post-author_h a:hover { color:#b50000; }
.post-author .post-author_desc .post-author_link p {
	font-size:14px;
	line-height:16px;
	color:#000;
	font-weight:300;
}
.post-author .post-author_desc .post-author_link p a {
	font-size:14px;
	line-height:16px;
	color:#b50000;
	font-weight:300;
	text-transform:capitalize;
}
.post-author .post-author_desc .post-author_link p a:hover { color:#000; }
.related-posts .related-posts_h {
	font-size:51px;
	line-height:52px;
	color:#000;
	text-transform:uppercase;
	margin-bottom:27px;
}
@media (max-width: 767px) {
	.related-posts .related-posts_h {
		font-size:31px;
		line-height:32px;
	}
}
.related-posts ul.related-posts_list li.related-posts_item .featured-thumbnail { margin-bottom:30px; }
.related-posts ul.related-posts_list li.related-posts_item a {
	font-size:14px;
	line-height:20px;
	color:#c20000;
}
.related-posts ul.related-posts_list li.related-posts_item a:hover { color:#000; }
.comment-holder .comments-h {
	font-size:51px;
	line-height:52px;
	color:#000;
	text-transform:uppercase;
	margin-bottom:27px;
}
@media (max-width: 767px) {
	.comment-holder .comments-h {
		font-size:31px;
		line-height:32px;
	}
}
.comment-holder .comment-list li .comment-body {
	background:transparent;
	border:none;
	padding-left:0;
	padding-right:0;
}
.comment-holder .comment-list li .comment-author .author {
	font-size:15px;
	line-height:17px;
	color:#333333;
	font-weight:normal;
	display:block;
}
.comment-holder .comment-list li .reply .comment-reply-link {
	font-size:17px;
	line-height:19px;
	color:#fff;
	-webkit-transition:all 300ms linear !important;
	-moz-transition:all 300ms linear !important;
	-o-transition:all 300ms linear !important;
	transition:all 300ms linear !important;
	background-color:#c30000;
	background-image:-moz-linear-gradient(top,#ed5382,#b60000);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ed5382),to(#b60000));
	background-image:-webkit-linear-gradient(top,#ed5382,#b60000);
	background-image:-o-linear-gradient(top,#ed5382,#b60000);
	background-image:linear-gradient(to bottom,#ed5382,#b60000);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffb60000', GradientType=0);
	border-bottom:1px solid #770000;
	border-right:1px solid #900000;
	text-transform:uppercase;
	padding:16px 30px;
}
.comment-holder .comment-list li .reply .comment-reply-link:hover {
	background:#333333;
	-webkit-transition:all 300ms linear !important;
	-moz-transition:all 300ms linear !important;
	-o-transition:all 300ms linear !important;
	transition:all 300ms linear !important;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
}
.comment-holder .comment-list li .comment-meta {
	font-size:15px;
	line-height:17px;
	color:#333333;
	font-weight:normal;
	display:block;
	padding:17px 0;
}
#respond h3 {
	font-size:51px;
	line-height:52px;
	color:#000;
	text-transform:uppercase;
	margin-bottom:27px;
}
@media (max-width: 767px) {
	#respond h3 {
		font-size:31px;
		line-height:32px;
	}
}
#sidebar h3 {
	font-size:41px;
	line-height:42px;
	text-transform:uppercase;
	margin-top:0;
}
@media (max-width: 1199px) {
	#sidebar h3 {
		font-size:35px;
		line-height:37px;
	}
}
@media (max-width: 979px) {
	#sidebar h3 {
		font-size:28px;
		line-height:30px;
	}
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li { list-style:none; }
#sidebar ul li.cat-item a {
	font-size:14px;
	line-height:30px;
	font-weight:300;
	color:#000;
}
#sidebar ul li.cat-item a:hover { color:#b50000; }
#sidebar ul li.cat-item:before {
	font-family:FontAwesome;
	content:"\f105";
	display:inline-block;
	margin:0 8px 0 0;
	font-size:14px;
	color:#b50000;
}
#sidebar .clear-all, #sidebar .compare {
	padding:10px 15px !important;
	background:#333333 !important;
	color:#fff !important;
	margin:3px;
	width:auto;
}
#sidebar .clear-all:hover, #sidebar .compare:hover { background:#b50000 !important; }
.page-header { margin-top:0; }
.page-header h1 { margin-top: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:#b50000; }
.post_like a:hover i, .post_dislike a:hover i { color:#b50000; }
.error404-holder_num { color:#333333; }
.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 &gt; a {
	display:inline-block !important;
	min-height:25px;
}
@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;
	}
	.post-list li .featured-thumbnail img { width:100%; }
}
.testimonials .testi-item {
	padding:0 0 45px 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 30px 30px 0;
	width:auto;
	max-width:170px;
	height:auto;
}
@media (max-width: 480px) {
	.testimonials .testi-item .testi-item_blockquote .featured-thumbnail {
		float:none;
		max-width:none;
	}
}
.testimonials .testi-item .testi-item_blockquote &gt; a {
	display:block;
	overflow:hidden;
	color:#4E4E4E;
}
.testimonials .testi-item .testi-item_blockquote &gt; a:hover { color:inherit; }
.testimonials .testi-item .testi-meta {
	float:left;
	margin:0;
	padding:0;
}
.testimonials .testi-item .testi-meta:before { content:''; }
@media (max-width: 767px) {
	.testimonials .testi-item .testi-meta { padding:10px 0 0 0; }
}
.testimonials .testi-item .testi-meta .user {
	font-size:21px;
	line-height:23px;
	color:#000;
	margin-top:25px;
	display:block;
	text-transform:uppercase;
}
.testimonials .testi-item .testi-meta .user:after { content:''; }
.testimonials .testi-item .testi-meta br { display:none; }
.testimonials .testi-item .testi-meta .info { display:block; }
.testimonials .testi-item .testi-meta .testi-url {
	font-size:14px;
	line-height:16px;
	color:#c20000;
}
.testimonials .testi-item .testi-meta .testi-url:hover { color:#000; }
.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 #555;
}
.children { padding:0 0 0 40px; }
@media (max-width: 767px) {
	.children { padding:0; }
}
#calendar_wrap caption { color:#b50000; }
#calendar_wrap thead th { color:#b50000; }
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;
	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:4px 10px;
	border-width:1px;
}
.dropcap {
	border-radius:0;
	color:#fff;
	background:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:30px;
}
@media (max-width: 767px) {
	.posts-grid.team &gt; li:after {
		clear:both;
		width:100%;
		display:block;
		content:"";
	}
}
.posts-grid.team &gt; li .featured-thumbnail {
	float:none;
	margin:0 0 10px 0;
}
@media (max-width: 767px) {
	.posts-grid.team &gt; li .featured-thumbnail {
		float:left;
		margin:0 20px 20px 0;
		max-width:50%;
	}
}
@media (max-width: 400px) {
	.posts-grid.team &gt; li .featured-thumbnail {
		float:none;
		margin:0 0 10px 0;
		max-width:100%;
	}
}
@media (max-width: 767px) {
	.posts-grid.team &gt; li .clear { clear:none; }
}
footer.footer {
	z-index:0;
	border:none;
	background:#000000;
	padding:0;
	min-height:160px;
}
footer.footer .copyright { padding:0; }
footer.footer .footer-text {
	font-size:14px;
	line-height:20px;
	font-weight:300;
	color:#777777;
	margin:20px 0;
}
footer.footer .footer-text a {
	font-size:14px;
	line-height:20px;
	font-weight:300;
	color:#777777;
}
footer.footer .footer-text a:hover { color:#b50000; }
footer.footer .footer-text .site-name { color:#fff; }
.footer-nav-wrapper { text-align:center; }
nav.footer-nav {
	margin:0;
	display:inline-block;
	float:none;
	padding:0 0 20px;
}
nav.footer-nav .menu li a { text-transform:uppercase; }
nav.footer-nav .menu li.current-menu-item a, nav.footer-nav .menu li a:hover {
	color:#b50000;
	text-decoration:none;
}
.social-nets-wrapper .social {
	margin:13px 0;
	float:right;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social {
		float:none;
		text-align:center;
		*zoom:1;
	}
	.social-nets-wrapper .social:before, .social-nets-wrapper .social:after {
		display:table;
		content:"";
		line-height:0;
	}
	.social-nets-wrapper .social:after { clear:both; }
}
.social-nets-wrapper .social li {
	list-style-type:none;
	margin-left:26px;
	float:left;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social li {
		display:inline-block;
		float:none;
	}
}
.social-nets-wrapper .social li a {
	font-size:28px;
	line-height:30px;
	color:#777777;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.social-nets-wrapper .social li a:hover {
	color:#fff;
	text-decoration:none;
}
#back-top-wrapper {
	right:20px;
	bottom:30px;
}
body #motopress-main.main-holder {
	position:static;
	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%; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .shop-content { text-align:center; }
}
body #motopress-main.main-holder .shop-nav { margin:15px 0; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .shop-nav {
		display:inline-block;
		float:none;
	}
}
body #motopress-main.main-holder .shop-nav ul {
	text-align:left;
	margin:0;
}
body #motopress-main.main-holder .shop-nav ul li {
	display:inline-block;
	padding:0 35px 0 0;
	list-style:none;
}
@media (max-width: 1199px) {
	body #motopress-main.main-holder .shop-nav ul li { padding:0 15px 0 0; }
}
body #motopress-main.main-holder .shop-nav ul li a {
	text-decoration:none;
	font-size:15px;
	line-height:20px;
	font-weight:300;
}
@media (max-width: 1199px) {
	body #motopress-main.main-holder .shop-nav ul li a {
		font-size:12px;
		line-height:16px;
	}
}
body #motopress-main.main-holder .shop-nav ul li a:hover, body #motopress-main.main-holder .shop-nav ul li.current-menu-item &gt; a, body #motopress-main.main-holder .shop-nav ul li.current_page_item &gt; a { color:#b50000; }
body #motopress-main.main-holder .shop-nav ul li ul { display:none; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .address-wrapper { text-align:center; }
}
body #motopress-main.main-holder .cherry-wc-account {
	margin:14px 0;
	float:left;
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .cherry-wc-account {
		display:inline-block;
		float:none;
	}
}
body #motopress-main.main-holder .cherry-wc-account_title {
	font-size:15px;
	line-height:20px;
	text-decoration:none !important;
	font-weight:300;
	color:#333333;
}
body #motopress-main.main-holder .cherry-wc-account_title:hover { color:#b50000; }
@media (max-width: 979px) {
	body #motopress-main.main-holder .cherry-wc-account_title {
		font-size:12px;
		line-height:14px;
	}
}
body #motopress-main.main-holder .cherry-wc-account_title:after {
	font-family:FontAwesome;
	content:"\f107";
	display:block;
	margin:0 0 0 11px;
	font-size:22px;
	color:#b50000;
	float:right;
}
@media (max-width: 979px) {
	body #motopress-main.main-holder .cherry-wc-account_title:after {
		font-size:18px;
		margin:3px 0 0 5px;
	}
}
body #motopress-main.main-holder .cherry-wc-account_title:before {
	font-family:FontAwesome;
	content:"\f007";
	display:block;
	margin:0 14px 0 0;
	font-size:24px;
	color:#b50000;
	float:left;
}
@media (max-width: 979px) {
	body #motopress-main.main-holder .cherry-wc-account_title:before {
		font-size:18px;
		margin:3px 5px 0 0;
	}
}
body #motopress-main.main-holder .cherry-wc-account_title.cherry-dropdown-opened:after { content:"\f106"; }
body #motopress-main.main-holder .cherry-wc-account_content {
	margin:15px 0 0 0;
	display:none;
	position:absolute;
	width:267px;
	left:0;
	top:100%;
	background:#fff;
	border:none;
	border-radius:0;
	box-shadow:none;
	text-align:left;
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .cherry-wc-account_content {
		width:200px;
		margin:0 0 0 -55px;
	}
}
body #motopress-main.main-holder .cherry-wc-account_list {
	margin:0;
	text-transform:uppercase;
	list-style:none;
	color:#2c2d2e;
}
body #motopress-main.main-holder .cherry-wc-account_list li { padding:13px 31px; }
body #motopress-main.main-holder .cherry-wc-account_list li a {
	font-size:13px;
	line-height:15px;
	display:block;
}
body #motopress-main.main-holder .cherry-wc-account_list li:hover { background:#b50000; }
body #motopress-main.main-holder .cherry-wc-account_list li:hover a { color:#fff; }
body #motopress-main.main-holder .cherry-wc-account_auth {
	margin:0;
	padding:5px 30px 15px 30px;
	border:none;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
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;
}
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;
}
body #motopress-main.main-holder .cart-holder {
	position:relative;
	z-index:10;
	padding:5px 0;
	text-align:right;
	float:right;
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .cart-holder {
		float:none;
		display:inline-block;
		margin-bottom:20px;
	}
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content {
	display:none;
	position:absolute;
	width:210px;
	padding:10px;
	right:0;
	top:100%;
	background:#fafafa;
	border:none;
	border-radius:0;
	box-shadow:none;
	text-align:left;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .buttons a { margin-bottom:5px; }
@media (max-width: 767px) {
	body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content {
		right:50%;
		margin:0 -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 10px 20px;
	overflow:hidden;
	position:relative;
}
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li a, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li a { font-weight:700; }
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li.empty, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li.empty { padding-left:0; }
body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .product_list_widget li .remove, body #motopress-main.main-holder .cart-holder .widget_shopping_cart_content .cart_list li .remove {
	position:absolute;
	left:0;
	top:11px;
}
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:transparent;
	border:none;
	border-radius:0;
	width:50px;
}
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:none; }
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 .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;
	color:#333333;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
body #motopress-main.main-holder .cart-holder h3 .cart-items {
	display:inline-block;
	background:#333333;
	color:#fff;
	border-radius:0;
	text-align:center;
	padding:3px 5px;
	font-size:14px;
	line-height:16px;
}
body #motopress-main.main-holder .cart-holder h3:before {
	font-family:FontAwesome;
	font-weight:normal;
	display:inline-block;
	content:"\f07a";
	font-size:38px;
	line-height:40px;
	color:#b50000;
	margin:0 6px 0 0;
}
body #motopress-main.main-holder .cart-holder h3:hover:before {
	color:#333333;
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
body #motopress-main.main-holder .cart-holder h3:hover, body #motopress-main.main-holder .cart-holder h3.cart-opened { color:#b50000; }
body #motopress-main.main-holder .cart-holder h3:hover .cart-items, body #motopress-main.main-holder .cart-holder h3.cart-opened .cart-items { background:#b50000; }
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 &gt; .onsale {
	z-index:10;
	left:95px;
}
@media (max-width: 979px) {
	body #motopress-main.main-holder .content-holder div.product &gt; .onsale { left:80px; }
}
@media (max-width: 700px) {
	body #motopress-main.main-holder .content-holder div.product &gt; .onsale {
		left:50%;
		margin-left:-118px;
	}
}
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 .product-images img {
	border:1px solid #555;
	box-sizing:border-box;
}
body #motopress-main.main-holder .content-holder div.product button[type="submit"] {
	font-size:14px !important;
	line-height:20px !important;
	padding:4px 10px;
	border-width:1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body #motopress-main.main-holder .content-holder div.product .summary &gt; .woocommerce-product-rating { float:right; }
body #motopress-main.main-holder .content-holder div.product .summary &gt; .woocommerce-product-rating .star-rating {
	float:none;
	margin:0 auto 5px;
}
body #motopress-main.main-holder .content-holder div.product .summary &gt; .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 #555;
	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.panel {
	padding:15px;
	background:#fdfdfd;
	border:1px solid #555;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	box-shadow:none;
}
body #motopress-main.main-holder .content-holder div.product div.panel #reviews #comments ol.commentlist li .comment_container img { margin-top:6px; }
body #motopress-main.main-holder .content-holder div.product div.panel #reviews #comments ol.commentlist li .comment-text {
	border:none;
	padding-top:0;
}
body #motopress-main.main-holder .content-holder div.product div.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 #reviews .star-rating { float:right; }
	body #motopress-main.main-holder .content-holder div.product div.panel #reviews .commentlist .star-rating { float:left; }
	body #motopress-main.main-holder .content-holder div.product div.panel #reviews h2, body #motopress-main.main-holder .content-holder div.product div.panel #reviews .meta { clear:both !important; }
}
body #motopress-main.main-holder .content-holder div.product div .tabs {
	float:left;
	width:270px;
	box-sizing:border-box;
	overflow:visible;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li {
	display:block;
	text-transform:uppercase;
	width:100%;
	box-sizing:border-box;
	margin:0;
	border-radius:0;
	border:none;
	background:#eee;
	padding:0;
}
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 { display:none; }
body #motopress-main.main-holder .content-holder div.product div .tabs li+li { border-top:1px solid #555; }
body #motopress-main.main-holder .content-holder div.product div .tabs li:first-child {
	border-top:1px solid #555;
	border-radius:0;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li:first-child.active { border-top:1px solid #555; }
body #motopress-main.main-holder .content-holder div.product div .tabs li:last-child {
	border-bottom:1px solid #555;
	border-bottom-color:transparent;
	border-radius:0;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li:last-child.active { border-bottom:1px solid #555; }
body #motopress-main.main-holder .content-holder div.product div .tabs li a {
	border:none;
	color:#777777;
	display:block;
	padding:15px 21px;
	-webkit-transition:color 300ms linear, border-color 300ms linear;
	transition:color 300ms linear, border-color 300ms linear;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active {
	background:#fff;
	position:relative;
	-webkit-transition:none;
	transition:none;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active:after {
	position:absolute;
	right:-1px;
	background:#fff;
	content:'';
	display:block;
	height:100%;
	top:0;
	width:1px;
	text-shadow:none;
	box-shadow:none;
	border:none;
	border-radius:0;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active a { color:#b50000; }
body #motopress-main.main-holder .content-holder div.product div .tabs li.active a:before {
	position:absolute;
	left:0;
	top:-1px;
	background:#b50000;
	content:'';
	display:block;
	height:calc(100% + 2px);
	width:2px;
	text-shadow:none;
	box-shadow:none;
	border:none;
	border-radius:0;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active:hover {
	cursor:default;
	background:#fff;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active:hover a {
	cursor:default;
	color:#333333;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li:hover {
	-webkit-transition:300ms linear;
	transition:300ms linear;
	background:#e1e1e1;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li:hover a { color:#b50000; }
body #motopress-main.main-holder .content-holder div.product div .panel {
	float:left;
	width:900px;
	padding:10px 30px;
	box-sizing:border-box;
	background:#eee;
	min-height:250px;
	border-radius:0 6px 6px 6px;
	margin-bottom:3em;
}
body #motopress-main.main-holder .content-holder div.product div .panel[style*="block"] { background:#fff; }
@media (max-width: 1199px) {
	body #motopress-main.main-holder .content-holder div.product div .panel {
		width:670px;
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width: 979px) {
	body #motopress-main.main-holder .content-holder div.product div .tabs { width:220px; }
	body #motopress-main.main-holder .content-holder div.product div .tabs li a {
		padding-left:10px;
		padding-right:5px;
	}
	body #motopress-main.main-holder .content-holder div.product div .panel {
		width:504px;
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder div.product div .tabs { width:30%; }
	body #motopress-main.main-holder .content-holder div.product div .tabs li a {
		padding-left:15px;
		padding-right:15px;
	}
	body #motopress-main.main-holder .content-holder div.product div .panel {
		width:70%;
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder div.product div .tabs {
		width:100%;
		float:none;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li {
		border-left:1px solid #555;
		border-right:1px solid #555;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li.active {
		border-left-color:transparent;
		border-right-color:transparent;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li.active:after { display:none; }
	body #motopress-main.main-holder .content-holder div.product div .tabs li.active:last-child { border-bottom:none; }
	body #motopress-main.main-holder .content-holder div.product div .tabs li.active a:after {
		position:absolute;
		right:-1px;
		top:-1px;
		background:#b50000;
		content:'';
		display:block;
		height:calc(100% + 2px);
		width:1px;
		text-shadow:none;
		box-shadow:none;
		border:none;
		border-radius:0;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li.active a:before {
		width:1px;
		left:-1px;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li a {
		padding-left:20px;
		padding-right:20px;
	}
	body #motopress-main.main-holder .content-holder div.product div .panel {
		border-radius:0 0 6px 6px;
		width:100%;
		float:none;
		padding-left:20px;
		padding-right:20px;
		min-height:0;
	}
}
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:16px 27px;
	font-size:17px;
	line-height:20px;
	background:#b50000;
	color:#fff;
	border:1px solid #b50000;
	display:inline-block;
	margin-bottom:0;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	-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-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	text-transform:uppercase;
}
@media (max-width: 979px) {
	body #motopress-main.main-holder .content-holder div.product table.variations tr td .reset_variations {
		font-size:12px;
		line-height:14px;
		padding:10px 15px;
	}
}
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:#333333;
	text-decoration:none;
	outline:none;
	border:1px solid #333333;
}
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;
}
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);
	-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:4px 10px;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td label {
	border:1px 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 &gt; a img[class*="attachment"], body #motopress-main.main-holder .content-holder ul.products li.product &gt; a img.woocommerce-placeholder, body #motopress-main.main-holder .content-holder div.product div.images &gt; a img[class*="attachment"], body #motopress-main.main-holder .content-holder div.product div.images &gt; a img.woocommerce-placeholder, body #motopress-main.main-holder .content-holder div.product div.images .thumbnails &gt; a img[class*="attachment"], body #motopress-main.main-holder .content-holder div.product div.images .thumbnails &gt; a img.woocommerce-placeholder {
	width:100% !important;
	height:auto !important;
	display:block;
	margin:0 0 8px;
	background:transparent;
	border:none;
	border-radius:0;
	box-shadow:none;
	padding:0;
	-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;
}
body #motopress-main.main-holder .content-holder ul.products li.product &gt;:hover img[class*="attachment"], body #motopress-main.main-holder .content-holder ul.products li.product &gt;:hover img.woocommerce-placeholder, body #motopress-main.main-holder .content-holder div.product div.images &gt;:hover img[class*="attachment"], body #motopress-main.main-holder .content-holder div.product div.images &gt;:hover img.woocommerce-placeholder, body #motopress-main.main-holder .content-holder div.product div.images .thumbnails &gt;:hover img[class*="attachment"], body #motopress-main.main-holder .content-holder div.product div.images .thumbnails &gt;:hover img.woocommerce-placeholder {
	border:none;
	box-shadow:none;
}
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:440px;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder div.product .summary { width:675px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder div.product .summary { width:319px; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder div.product .summary {
		width:auto;
		float:none;
		overflow:hidden;
	}
}
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; }
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:after {
	clear:both;
	content:"";
	width:100%;
	display:block;
}
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;
	max-width:40%;
	padding:5px 10px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	color:#fff;
	background:#b50000;
	box-shadow:none;
	border:none;
	border-radius:0;
	-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 &gt; 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 &gt;a .price, body #motopress-main.main-holder .content-holder div.product .summary .price {
	color:#b50000;
	font-size:16px;
	line-height:38px;
	float:none;
	text-align:left;
	margin-bottom:0;
}
@media (max-width: 1199px) {
	body #motopress-main.main-holder .content-holder ul.products li.product &gt;a .price, body #motopress-main.main-holder .content-holder div.product .summary .price {
		font-size:30px;
		line-height:32px;
	}
}
@media (max-width: 979px) {
	body #motopress-main.main-holder .content-holder ul.products li.product &gt;a .price, body #motopress-main.main-holder .content-holder div.product .summary .price {
		font-size:20px;
		line-height:22px;
	}
}
body #motopress-main.main-holder .content-holder ul.products li.product &gt;a .price del, body #motopress-main.main-holder .content-holder ul.products li.product &gt;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:24px;
	line-height:26px;
	display:inline-block;
	text-transform:lowercase;
	margin-left:17px;
	color:#777777;
}
@media (max-width: 979px) {
	body #motopress-main.main-holder .content-holder ul.products li.product &gt;a .price del, body #motopress-main.main-holder .content-holder ul.products li.product &gt;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:16px;
		line-height:18px;
	}
}
body #motopress-main.main-holder .content-holder ul.products li.product &gt;a .price ins, body #motopress-main.main-holder .content-holder div.product .summary .price ins {
	text-decoration:none;
	font-weight:normal;
}
body #motopress-main.main-holder .content-holder ul.products li.product &gt;a .price .from, body #motopress-main.main-holder .content-holder div.product .summary .price .from {
	margin:0 5px 0 0;
	font-size:12px;
}
body #motopress-main.main-holder .content-holder ul.products li.product &gt;a:hover { text-decoration:none; }
body #motopress-main.main-holder .content-holder ul.products li.product &gt;a:hover .price { color:#b50000; }
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:hover h3, body #motopress-main.main-holder .content-holder ul.products li:hover h3 { color:#b50000; }
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:220px;
	/*margin:0 0 30px 20px;*/
	position:relative;
	text-align:left;
	vertical-align:top;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
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 &gt; a .cherry-quick-view.btn, body #motopress-main.main-holder .content-holder ul.products li.product &gt; 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);
}
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:2px; }
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-style:normal;
	font-weight:normal;
	display:block;
	font-size:17px;
	line-height:20px;
	text-transform:uppercase;
}
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-size:14px;
	line-height:20px;
	color:#777777;
}
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;
	top:auto;
	visibility:visible;
	left:auto;
	margin-top:15px;
	-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; }
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: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%);
}
@media (min-width: 250px) {
	body #motopress-main.main-holder .content-holder .products ul li.product, body #motopress-main.main-holder .content-holder ul.products li.product {
		width:270px;
		margin-left:30px;
	}

@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:166px;
		margin-left:20px;
	}
}
@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:31%;
		margin-left:1%;
		margin-right:1%;
	}
	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:19px 0;
	margin:0 !important;
	list-style:none;
	background:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	text-shadow:0;
	font-size:15px;
	line-height:17px;
	color:#fff !important;
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] li, body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] li {
	text-shadow:none;
	font-size:15px;
	line-height:17px;
	color:#fff !important;
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a, body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a {
	font-size:15px;
	line-height:17px;
	color:#fff;
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a:hover, body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a:hover { color:#888888; }
body #motopress-main.main-holder .content-holder .breadcrumb__t li.divider:after {
	color:inherit;
	content:"\f105";
	font-family:FontAwesome;
	font-size:15px;
	line-height:17px;
	margin:0 22px;
}
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 .onsale {
	font-weight:400;
	font-size:11px;
	line-height:12px;
	background:#ed5382;
	color:#fff;
	padding:8px 7px;
	border:none;
	border-radius:0;
	position:absolute;
	text-align:center;
	left:0;
	top:6px;
	right:auto;
	margin:0;
	min-height:0;
	min-width:0;
	text-transform:uppercase;
}
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:16px 27px;
	font-size:17px;
	line-height:20px;
	background:#b50000;
	color:#fff;
	border:1px solid #b50000;
	display:inline-block;
	margin-bottom:0;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	-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-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	text-transform:uppercase;
}
@media (max-width: 979px) {
	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 {
		font-size:12px;
		line-height:14px;
		padding:10px 15px;
	}
}
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:#333333;
	text-decoration:none;
	outline:none;
	border:1px solid #333333;
}
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;
}
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);
	-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:none;
	background:transparent;
	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:none; }
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:#333333;
	background-color:#424242;
	background-image:-moz-linear-gradient(top,#4d4d4d,#333333);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4d4d4d),to(#333333));
	background-image:-webkit-linear-gradient(top,#4d4d4d,#333333);
	background-image:-o-linear-gradient(top,#4d4d4d,#333333);
	background-image:linear-gradient(to bottom,#4d4d4d,#333333);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c4c4c', endColorstr='#ff333333', GradientType=0);
	height:8px;
	border-radius:10px;
	position:absolute;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle {
	width:14px;
	height:14px;
	background:#333333;
	border:1px solid #141414;
	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 #1a1a1a inset, 0 1px 3px #4d4d4d inset;
	cursor:default;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle:after {
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	background:#000000;
	border-radius:3px;
	left:4px;
	top:4px;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle.ui-state-hover {
	background:#4d4d4d;
	border:1px solid #292929;
}
body #motopress-main.main-holder .price_slider .ui-slider-handle.ui-state-hover:after { background:#141414; }
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:#b50000; }
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:#333333;
	border:none;
	font-size:14px !important;
	line-height:20px !important;
	text-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:#b50000;
}
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:none;
	background:transparent;
	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:none; }
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:#eee;
	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:#eee;
}
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&gt;tbody&gt;tr&gt;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 #555;
	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:5px 10px;
	border-width:1px;
	-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 !important;
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
	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;
}
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 #555;
	}
	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:16px 27px;
	font-size:17px;
	line-height:20px;
	background:#b50000;
	color:#fff;
	border:1px solid #b50000;
	display:inline-block;
	margin-bottom:0;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	-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-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	text-transform:uppercase;
}
@media (max-width: 979px) {
	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 {
		font-size:12px;
		line-height:14px;
		padding:10px 15px;
	}
}
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:#333333;
	text-decoration:none;
	outline:none;
	border:1px solid #333333;
}
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;
}
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);
	-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:5px 10px;
	border-width:1px;
	-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 {
	padding-bottom:0;
	position:relative;
}
body .content-holder:before {
	display:block;
	position:absolute;
	left:-1000%;
	right:-1000%;
	top:0;
	bottom:0;
	/*background:url(/img/products_bg.png) repeat-x center top;*/
	content:"";
	z-index:-1;
}
body .content-holder .woocommerce-message {
	border-radius:0;
	padding:15px 65px 15px 45px !important;
	background:#eee;
	border:1px solid #555;
	box-shadow:none;
	text-shadow:none;
	position:relative;
	line-height:20px;
	font-size:14px;
	color:#333333;
	margin:0 0 15px 0;
}
@media (max-width: 480px) {
	body .content-holder .woocommerce-message { padding:15px 65px 15px 15px !important; }
}
body .content-holder .woocommerce-message:before {
	position:absolute;
	left:10px;
	color:#333333;
	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 {
	margin:-17px 0 0 0 !important;
	float:none !important;
	position:absolute;
	top:50%;
	right:7px;
	width:34px !important;
	height:34px !important;
	border:none !important;
	box-shadow:none !important;
	padding:0 !important;
	border-radius:17px !important;
	overflow:hidden;
	position:absolute;
	text-indent:-99px;
	background:none !important;
}
body .content-holder .woocommerce-message a.button:before {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	line-height:30px;
	text-align:center;
	font-size:18px !important;
	background:#fff;
	color:#333333;
	cursor:pointer;
	text-indent:-2px;
	font-family:FontAwesome;
	color:#333333;
	content:"\f07a";
	border:2px solid #333333 !important;
	border-radius:17px;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}
body .content-holder .woocommerce-message a.button:active, body .content-holder .woocommerce-message a.button:focus {
	margin:-17px 0 0 0 !important;
	top:50%;
}
body .content-holder .woocommerce-message a.button:hover:before { color:#b50000; }
body .content-holder .woocommerce-message:before {
	top:50%;
	margin-top:-11px;
}
body .content-holder .woocommerce-info {
	border-radius:0;
	padding:10px 10px 10px 45px;
	background:#eee;
	border:1px solid #555;
	box-shadow:none;
	text-shadow:none;
	position:relative;
	line-height:28px;
	font-size:14px;
}
body .content-holder .woocommerce-info:before {
	position:absolute;
	left:10px;
	top:50%;
	color:#333333;
	font-family:FontAwesome;
	content:"\f05a";
	font-size:24px;
	padding:0;
	height:auto;
	background:none;
	box-shadow:none;
	font-style:normal;
	-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 .content-holder .woocommerce-error {
	border-radius:0;
	padding:15px 15px 15px 65px;
	background:#eee;
	border:1px solid #555;
	box-shadow:none;
	text-shadow:none;
	position:relative;
	line-height:28px;
	font-size:14px;
	color:#9d261d;
}
body .content-holder .woocommerce-error:before {
	position:absolute;
	left:10px;
	top:50%;
	color:#9d261d;
	font-family:FontAwesome;
	content:"\f071";
	font-size:30px;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	margin:0;
	padding:0;
	height:auto;
	background:none;
	box-shadow:none;
	font-style:normal;
}
body mark {
	font-weight:bold;
	background:none;
	color:#333333;
}
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;
	position:relative;
	letter-spacing:3px;
	width:6.3em;
	font-family:'star';
	margin:2px auto;
}
body.has_shop .star-rating:before {
	color:#999;
	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:#b50000;
	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:#333333;
	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;
	pointer-events:none;
	font-family:Roboto;
}
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 #333333;
	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;
}
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;
}
@media (max-width: 350px) {
	.product-large-image { width:220px; }
}
@media (max-width: 350px) {
	.product-thumbnails_list { height:220px !important; }
}
@media (max-width: 350px) {
	.product-thumbnails { width:55px; }
}
@media (max-width: 350px) {
	.product-thumbnails img {
		height:55px !important;
		width:auto;
	}
}
.product-list-buttons { padding:0 0 15px 0; }
.add_to_wishlist {
	border-right:2px solid #cfcfcf;
	padding-right:11px;
}
.add_to_wishlist:before {
	content:"\f004";
	display:inline-block;
	margin:0 4px 0 0;
	font-family:FontAwesome;
	width:1em;
	vertical-align:top;
	color:#b50000;
}
.add_to_wishlist:hover { color:#b50000; }
.compare {
	display:inline-block;
	vertical-align:middle;
	margin:0 6px 0 11px;
	font-size:14px;
	line-height:16px;
	font-weight:300;
}
.compare:before {
	content:"\f079";
	display:inline-block;
	margin:0 9px 0 0;
	font-family:FontAwesome;
	width:1em;
	vertical-align:top;
	color:#b50000;
}
.yith-wcwl-add-to-wishlist {
	display:inline-block;
	vertical-align:top;
	padding:0;
	position:relative;
}
.yith-wcwl-add-to-wishlist a {
	display:inline-block;
	vertical-align:middle;
	margin:0 6px;
	font-size:14px;
	line-height:16px;
	font-weight:300;
	color:#000000;
}
.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:#b50000;
	font-family:FontAwesome;
	font-size:inherit;
	font-weight:normal;
	font-style:normal;
	content:"\f00c";
	color:#fff;
	padding:inherit;
	border:1px solid #b50000;
	line-height:inherit;
	border-radius:0;
	left:-1px;
	right:-1px;
	top:-1px;
	bottom:-1px;
	z-index:90;
	position:absolute;
}
.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);
}
.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(/img/spinner.gif) no-repeat center center rgba(255,255,255,0.5);
	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:none;
	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;
	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;
}
#yith-wcwl-popup-message {
	background:#fafafa;
	border:none;
	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:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.loading:before {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.widget .input-text {
	-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;
}
.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:16px 27px;
	font-size:17px;
	line-height:20px;
	background:#b50000;
	color:#fff;
	border:1px solid #b50000;
	display:inline-block;
	margin-bottom:0;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	-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-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:10px;
	position:relative;
}
@media (max-width: 979px) {
	table.compare-list .add-to-cart td a.added_to_cart, table.compare-list .add-to-cart td a.button {
		font-size:12px;
		line-height:14px;
		padding:10px 15px;
	}
}
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:#333333;
	text-decoration:none;
	outline:none;
	border:1px solid #333333;
}
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;
}
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);
	-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:#333333; }
table.compare-list .remove td a:hover, table.compare-list a:hover { color:#b50000; }
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:Roboto;
	color:#777777;
	font-weight:bold;
}
table.compare-list td { text-align:left; }
table.compare-list td img {
	border:none;
	background:transparent;
	-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:#b50000;
	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;
	position:relative;
	letter-spacing:3px;
	width:4.6em;
	font-family:FontAwesome;
	margin:8px 0 0 0;
}
table.compare-list tr.price .woocommerce-product-rating .star-rating:before {
	color:#999;
	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:#b50000;
	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:#333333;
	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;
	pointer-events:none;
	font-family:Roboto;
}
table.compare-list tr.price .woocommerce-product-rating .star-rating .rate_content:after {
	position:absolute;
	content:"";
	bottom:-6px;
	right:10px;
	border-top:7px solid #333333;
	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:#333333;
	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:#333333;
}
table.compare-list tr.description td { padding:10px; }
table.compare-list .woocommerce-review-link {
	font-size:12px;
	text-transform:none;
}
body.woocompare_table &gt;h1 {
	background:none;
	color:#333;
	border-bottom:1px solid #D6D6D6;
}
body.woocompare_table {
	font-size:14px;
	line-height:20px;
	font-family:Roboto;
	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;
}
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:#b50000;
	font-size:36px;
	line-height:38px;
	float:none;
	text-align:left;
	margin-bottom:0;
}
@media (max-width: 1199px) {
	.cherry-quick-view-wrap .price {
		font-size:30px;
		line-height:32px;
	}
}
@media (max-width: 979px) {
	.cherry-quick-view-wrap .price {
		font-size:20px;
		line-height:22px;
	}
}
.cherry-quick-view-wrap .price del, .cherry-quick-view-wrap .price span.from {
	font-size:24px;
	line-height:26px;
	display:inline-block;
	text-transform:lowercase;
	margin-left:17px;
	color:#777777;
}
@media (max-width: 979px) {
	.cherry-quick-view-wrap .price del, .cherry-quick-view-wrap .price span.from {
		font-size:16px;
		line-height:18px;
	}
}
.cherry-quick-view-wrap .price ins {
	text-decoration:none;
	font-weight:normal;
}
.cherry-quick-view-wrap .price .from {
	margin:0 5px 0 0;
	font-size:12px;
}
.cherry-quick-view-wrap .images &gt; a img[class*="attachment"], .cherry-quick-view-wrap .images &gt; a img.woocommerce-placeholder, .cherry-quick-view-wrap .thumbnails &gt; a img[class*="attachment"], .cherry-quick-view-wrap .thumbnails &gt; a img.woocommerce-placeholder {
	width:100% !important;
	height:auto !important;
	display:block;
	margin:0 0 8px;
	background:transparent;
	border:none;
	border-radius:0;
	box-shadow:none;
	padding:0;
	-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;
}
.cherry-quick-view-wrap .images &gt;:hover img[class*="attachment"], .cherry-quick-view-wrap .images &gt;:hover img.woocommerce-placeholder, .cherry-quick-view-wrap .thumbnails &gt;:hover img[class*="attachment"], .cherry-quick-view-wrap .thumbnails &gt;:hover img.woocommerce-placeholder {
	border:none;
	box-shadow:none;
}
.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:400;
	font-size:11px;
	line-height:12px;
	background:#ed5382;
	color:#fff;
	padding:8px 7px;
	border:none;
	border-radius:0;
	position:absolute;
	text-align:center;
	left:0;
	top:6px;
	right:auto;
	margin:0;
	min-height:0;
	min-width:0;
	text-transform:uppercase;
}
.cherry-quick-view-wrap a.added_to_cart, .cherry-quick-view-wrap a.button.add_to_cart_button {
	padding:16px 27px;
	font-size:17px;
	line-height:20px;
	background:#b50000;
	color:#fff;
	border:1px solid #b50000;
	display:inline-block;
	margin-bottom:0;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	-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-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	text-transform:uppercase;
	margin:0 10px 10px 0;
}
@media (max-width: 979px) {
	.cherry-quick-view-wrap a.added_to_cart, .cherry-quick-view-wrap a.button.add_to_cart_button {
		font-size:12px;
		line-height:14px;
		padding:10px 15px;
	}
}
.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:#333333;
	text-decoration:none;
	outline:none;
	border:1px solid #333333;
}
.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;
}
.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);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.onsale {
	font-weight:400;
	font-size:11px;
	line-height:12px;
	background:#ed5382;
	color:#fff;
	padding:8px 7px;
	border:none;
	border-radius:0;
	position:absolute;
	text-align:center;
	left:0;
	top:6px;
	right:auto;
	margin:0;
	min-height:0;
	min-width:0;
	text-transform:uppercase;
}
@media (max-width: 979px) {
	.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 {
		padding-left:10px;
		padding-right:10px;
		margin-left:-10px;
		margin-right:-10px;
	}
	#motopress-main.main-holder .parallax-slider {
		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%);
}
.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 .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:Roboto;
	border:1px solid #999;
	background:#fff;
	border-radius:0;
	height:40px;
	padding:10px 15px;
	color:#777777;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body #motopress-main.main-holder #respond #commentform input[type="text"]::-moz-placeholder, body #motopress-main.main-holder #respond #commentform textarea::-moz-placeholder, body #motopress-main.main-holder .wpcf7 input.wpcf7-text::-moz-placeholder, body #motopress-main.main-holder .wpcf7 textarea::-moz-placeholder, body #motopress-main.main-holder #searchform #s::-moz-placeholder, body #motopress-main.main-holder #content form.login .form-row input.input-text::-moz-placeholder, body #motopress-main.main-holder #content form.register .form-row input.input-text::-moz-placeholder { color:#777777; }
body #motopress-main.main-holder #respond #commentform input[type="text"]:-ms-input-placeholder, body #motopress-main.main-holder #respond #commentform textarea:-ms-input-placeholder, body #motopress-main.main-holder .wpcf7 input.wpcf7-text:-ms-input-placeholder, body #motopress-main.main-holder .wpcf7 textarea:-ms-input-placeholder, body #motopress-main.main-holder #searchform #s:-ms-input-placeholder, body #motopress-main.main-holder #content form.login .form-row input.input-text:-ms-input-placeholder, body #motopress-main.main-holder #content form.register .form-row input.input-text:-ms-input-placeholder { color:#777777; }
body #motopress-main.main-holder #respond #commentform input[type="text"]::-webkit-input-placeholder, body #motopress-main.main-holder #respond #commentform textarea::-webkit-input-placeholder, body #motopress-main.main-holder .wpcf7 input.wpcf7-text::-webkit-input-placeholder, body #motopress-main.main-holder .wpcf7 textarea::-webkit-input-placeholder, body #motopress-main.main-holder #searchform #s::-webkit-input-placeholder, body #motopress-main.main-holder #content form.login .form-row input.input-text::-webkit-input-placeholder, body #motopress-main.main-holder #content form.register .form-row input.input-text::-webkit-input-placeholder { color:#777777; }
body #motopress-main.main-holder #searchform input[type="submit"] {
	font-size:16px;
	line-height:20px;
	padding:9px 15px;
	border-width:1px;
}
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 #999;
	border-radius:0;
}
body #motopress-main.main-holder #respond { padding-top:0; }
body #motopress-main.main-holder #respond .comment-reply-title {
	margin-bottom:20px;
	font-size:20px;
	line-height:22px;
}
@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 {
	margin-top:0;
	float:none;
}
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:Roboto;
}
body #motopress-main.main-holder .wpcf7 input[type="reset"] { margin-right:10px; }
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%);
}
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;
	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;
	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);
}
#back-top a {
	width:50px;
	height:50px;
	border:none;
}
#back-top a:hover {
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#back-top a:hover span {
	background:#b50000;
	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-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-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, .pagination__posts { margin:30px 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;
}
.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;
}
.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:#b50000;
	color:#fff;
	border-color:#b50000;
}
.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:#eee; }
.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:#b50000; }
.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;
}
body #motopress-main.main-holder .content-holder .filter-wrapper {
	margin:0 0 50px;
	text-align:center;
}
body #motopress-main.main-holder .content-holder .filter-wrapper .pull-right {
	float:none !important;
	display:inline-block;
}
body #motopress-main.main-holder .content-holder .filter-wrapper ul {
	line-height:0;
	text-align:left;
}
body #motopress-main.main-holder .content-holder .filter-wrapper .nav-pills li, body #motopress-main.main-holder .content-holder .filter-wrapper strong {
	font-size:15px;
	line-height:17px;
	font-weight:300;
	color:#333333;
	text-transform:inherit;
	font-family:Roboto;
	display:inline-block;
	vertical-align:middle;
}
body #motopress-main.main-holder .content-holder .filter-wrapper .nav-pills li a, body #motopress-main.main-holder .content-holder .filter-wrapper strong a {
	color:inherit;
	padding:10px 11px;
	line-height:17px;
	background:none;
}
body #motopress-main.main-holder .content-holder .filter-wrapper .nav-pills li.active a, body #motopress-main.main-holder .content-holder .filter-wrapper .nav-pills li a:hover, body #motopress-main.main-holder .content-holder .filter-wrapper .nav-pills li a:focus, body #motopress-main.main-holder .content-holder .filter-wrapper strong.active a, body #motopress-main.main-holder .content-holder .filter-wrapper strong a:hover, body #motopress-main.main-holder .content-holder .filter-wrapper strong a:focus {
	color:#fff;
	background-color:#c30000;
	background-image:-moz-linear-gradient(top,#ed5382,#b60000);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ed5382),to(#b60000));
	background-image:-webkit-linear-gradient(top,#ed5382,#b60000);
	background-image:-o-linear-gradient(top,#ed5382,#b60000);
	background-image:linear-gradient(to bottom,#ed5382,#b60000);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffb60000', GradientType=0);
}
body #motopress-main.main-holder .content-holder .filter-wrapper strong {
	padding:10px 11px;
	margin-right:8px;
	background:none;
	border-radius:0;
}
body #motopress-main.main-holder .content-holder .filter-wrapper .nav-pills {
	margin:0;
	overflow:visible;
}
body #motopress-main.main-holder .content-holder .filter-wrapper .nav-pills &gt; li {
	margin:0 8px 0 0;
	float:none;
	text-align:center;
}
body #motopress-main.main-holder .content-holder .filter-wrapper .nav-pills &gt; li:last-child { margin-right:0; }
body #motopress-main.main-holder .content-holder .filter-wrapper .nav-pills &gt; li &gt; a {
	margin:0;
	border-radius:0;
}
@media (max-width: 979px) {
	body #motopress-main.main-holder .content-holder .filter-wrapper .nav-pills {
		margin:0;
		overflow:visible;
	}
	body #motopress-main.main-holder .content-holder .filter-wrapper .nav-pills &gt; li {
		text-align:left;
		display:block;
		margin:0 0 5px 10px;
	}
}
@media (max-width: 479px) {
	body #motopress-main.main-holder .content-holder .filter-wrapper strong { display:none; }
	body #motopress-main.main-holder .content-holder .filter-wrapper .pull-right {
		float:none;
		text-align:center;
		display:block;
	}
	body #motopress-main.main-holder .content-holder .filter-wrapper .pull-right .nav-pills {
		display:inline-block;
		float:none;
	}
	body #motopress-main.main-holder .content-holder .filter-wrapper .pull-right .nav-pills &gt; li { text-align:center; }
}
.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:#333333;
}
.contacts_address:before { content:'\f041'; }
.contacts_fax:before { content:'\f0f6'; }
.contacts_email:before { content:'\f0e0'; }
.contacts_phone:before { content:'\f095'; }
.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;
}
.btn {
	padding:16px 27px;
	font-size:17px;
	line-height:20px;
	background:#b50000;
	color:#fff;
	border:1px solid #b50000;
	display:inline-block;
	margin-bottom:0;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	height:auto;
	-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-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	text-transform:uppercase;
}
@media (max-width: 979px) {
	.btn {
		font-size:12px;
		line-height:14px;
		padding:10px 15px;
	}
}
.btn:hover, .btn:focus {
	color:#fff;
	background:#333333;
	text-decoration:none;
	outline:none;
	border:1px solid #333333;
}
.btn.active, .btn:active {
	background-image:none;
	outline:0;
	-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);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-large {
	padding:11px 19px;
	font-size:17.5px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] { margin-top:4px; }
.btn-small {
	padding:2px 10px;
	font-size:11.9px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.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:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.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;
}
.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);
	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);
}
.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);
	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);
}
.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);
	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);
}
.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);
	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);
}
.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);
	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);
}
.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;
}
.btn-link {
	border-color:transparent;
	cursor:pointer;
	color:#333333;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.btn-link:hover, .btn-link:focus {
	color:#b50000;
	text-decoration:underline;
	background-color:transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
	color:#333;
	text-decoration:none;
}
.parallax-slider { height:511px; }
.parallax-slider #mainCaptionHolder .container { top:20%; }
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container { top:10%; }
}
.parallax-slider #mainCaptionHolder .slider_caption {
	text-align:center;
	font-size:20px;
	line-height:20px;
	font-weight:300;
	color: #ed2c44;
    padding-left: 70px;
}
@media (max-width: 1450px) {
	.parallax-slider #mainCaptionHolder .slider_caption { padding:0 40px; }
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .slider_caption { padding:0 20px; }
}
.parallax-slider #mainCaptionHolder .slider_caption h1 {
	font-size:130px;
	line-height:120px;
	font-weight:500;
	color:#fff;
}
@media (max-width: 980px) {
	.parallax-slider #mainCaptionHolder .slider_caption .white-bg {
		background:#fff;
		padding:15px;
		float:left;
		margin:0 20px;
	}
}
.parallax-slider #mainCaptionHolder .slider_caption .white-bg h2 { color: #ed6079; }
.parallax-slider #mainCaptionHolder .slider_caption .white-bg h3 { color: #fefdff; }
.parallax-slider #mainCaptionHolder .slider_caption .white-bg p { color:#777777; }
@media (max-width: 480px) {
	.parallax-slider #mainCaptionHolder .slider_caption .white-bg p { color:#000; }
}
.parallax-slider #mainCaptionHolder .slider_caption .black-bg { float:right; padding-right: 70px; }
@media (max-width: 980px) {
	.parallax-slider #mainCaptionHolder .slider_caption .black-bg {
		background:#000;
		padding:15px;
		margin:0 20px;
	}
}
.parallax-slider #mainCaptionHolder .slider_caption .black-bg h2 { color: #ed6079; }
.parallax-slider #mainCaptionHolder .slider_caption .black-bg h3 { color:#fff; }
.parallax-slider #mainCaptionHolder .slider_caption .black-bg p { color:#777777; }
@media (max-width: 480px) {
	.parallax-slider #mainCaptionHolder .slider_caption .black-bg p { color:#fff; }
}
.parallax-slider #mainCaptionHolder .slider_caption h2 {
	font-size:51px;
	line-height:52px;
	text-transform:uppercase;
	text-align:left;
}
@media (max-width: 480px) {
	.parallax-slider #mainCaptionHolder .slider_caption h2 {
		font-size:42px;
		line-height:44px;
	}
}
.parallax-slider #mainCaptionHolder .slider_caption h3 {
	font-size:31px;
	line-height:32px;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:15px;
}
@media (max-width: 480px) {
	.parallax-slider #mainCaptionHolder .slider_caption h3 {
		font-size:20px;
		line-height:22px;
	}
}
.parallax-slider #mainCaptionHolder .slider_caption p {
	font-size:14px;
	line-height:20px;
	font-weight:300;
	text-align:left;
	max-width:355px;
}
.parallax-slider #mainCaptionHolder .slider_caption .slider_button {
	display:inline-block;
	float:left;
	font-size:21px;
	line-height:23px;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	background:#333333;
	padding:16px 31px;
	border-right:1px solid #9a0000;
	border-bottom:1px solid #770000;
	margin-top:35px;
	vertical-align:middle;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
	position:relative;
	-webkit-transition-property:color;
	transition-property:color;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .slider_caption .slider_button { margin-top:10px; }
}
@media (max-width: 480px) {
	.parallax-slider #mainCaptionHolder .slider_caption .slider_button {
		font-size:16px;
		line-height:18px;
		padding:12px 16px;
	}
}
.parallax-slider #mainCaptionHolder .slider_caption .slider_button:before {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#b50000;
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	-webkit-transform-origin:50%;
	transform-origin:50%;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}
.parallax-slider #mainCaptionHolder .slider_caption .slider_button:hover {
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
}
.parallax-slider #mainCaptionHolder .slider_caption .slider_button:hover:before {
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
}
.parallax-slider .controlBtn { margin-top:-28px; }
.parallax-slider .controlBtn .innerBtn {
	font-size:65px;
	line-height:67px;
	color:#ed5382;
}
.parallax-slider .controlBtn .slidesCounter {
	font-size:16px;
	line-height:55px;
	color:#fff;
	background:#b50000;
	display:none;
}
.parallax-slider .controlBtn:hover .innerBtn {
	color:#d1d1d1;
	background:transparent;
}
.parallax-slider .parallaxPrevBtn, .parallax-slider .parallaxNextBtn {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.parallax-slider .parallaxPrevBtn { left:-55px; }
.parallax-slider .parallaxNextBtn { right:-55px; }
.parallax-slider:hover .parallaxPrevBtn { left:55px; }
@media (max-width: 1450px) {
	.parallax-slider:hover .parallaxPrevBtn { left:15px; }
}
@media (max-width: 1199px) {
	.parallax-slider:hover .parallaxPrevBtn { left:55px; }
}
@media (max-width: 1160px) {
	.parallax-slider:hover .parallaxPrevBtn { left:10px; }
}
.parallax-slider:hover .parallaxNextBtn { right:55px; }
@media (max-width: 1450px) {
	.parallax-slider:hover .parallaxNextBtn { right:15px; }
}
@media (max-width: 1199px) {
	.parallax-slider:hover .parallaxNextBtn { right:55px; }
}
@media (max-width: 1160px) {
	.parallax-slider:hover .parallaxNextBtn { right:10px; }
}
.parallax-slider #paralaxSliderPagination {
	padding:10px 0;
	bottom:0px;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
	border-radius:50%;
	margin:3px;
	width:15px;
	height:15px;
	border:2px solid #fff;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active { background:#b50000; }
.parallax-slider #paralaxSliderPagination.images_pagination ul li {
	margin:3px;
	opacity:.5;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.images_pagination ul li.active { opacity:1; }
.parallax-slider .parallax-slider-video-progress { background:#333333; }
.parallax-slider #previewSpinner {
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
	border-radius:25px;
	background:url(/img/spinner.gif) 50% 50% #fff no-repeat;
}
.parallax-slider {
	overflow:hidden;
	position:relative;
	-ms-transform:translateZ(0);
	transform:translateZ(0);
}
.parallax-slider .baseList { display:none; }
.parallax-slider .parallax-slider-video-progress-bar {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:8px;
	background:url(/img/loader.gif) 0 0 repeat-x;
	z-index:5;
}
.parallax-slider .parallax-slider-video-progress {
	width:0;
	height:100%;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.parallax-slider .parallax-slider-vimeo-video { overflow:hidden; }
.parallax-slider .parallax-slider-vimeo-video .parallax-slider-vimeo-iframe {
	margin-top:-100px;
	max-width:none;
}
.parallax-slider #mainImageHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}
.parallax-slider #mainImageHolder .primaryHolder, .parallax-slider #mainImageHolder .secondaryHolder {
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.parallax-slider #mainImageHolder .primaryHolder .obj-inner, .parallax-slider #mainImageHolder .secondaryHolder .obj-inner {
	max-width:inherit;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.parallax-slider #mainCaptionHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}
.parallax-slider #mainCaptionHolder &gt;a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.parallax-slider #mainCaptionHolder .container { position:relative; }
.parallax-slider #mainCaptionHolder .primaryCaption, .parallax-slider #mainCaptionHolder .secondaryCaption {
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.parallax-slider .controlBtn {
	position:absolute;
	cursor:pointer;
	display:block;
	top:50%;
	z-index:2;
}
.parallax-slider .controlBtn .innerBtn {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1;
}
.parallax-slider .controlBtn .slidesCounter {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:absolute;
	top:0;
	width:60%;
	height:100%;
}
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
	left:0%;
	text-align:left;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter { left:100%; }
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
	right:0%;
	text-align:right;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter { right:100%; }
.parallax-slider #paralaxSliderPagination {
	position:absolute;
	width:100%;
	text-align:center;
	z-index:2;
}
.parallax-slider #paralaxSliderPagination ul {
	list-style:none;
	margin:0;
}
.parallax-slider #paralaxSliderPagination ul li {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	cursor:pointer;
	display:inline-block;
}
.parallax-slider #previewSpinner {
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	z-index:99;
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:scale(3);
	-moz-transform:scale(3);
	-ms-transform:scale(3);
	-o-transform:scale(3);
	transform:scale(3);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState { top:-100%; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState { top:100%; }
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
}</pre></body></html>