@import url("normalize.css");
@import url('//fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap');
.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:36px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.social-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:0;
}
.social-menu::before { display:none; }
.social-menu li {
	margin:0;
	padding:0;
	display:inline-block;
}
.social-menu a {
	display:block;
	text-decoration:none;
	text-align:center;
	width:30px;
	height:30px;
	text-indent:-999px;
	overflow:hidden;
	position:relative;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.social-menu a:hover { text-decoration:none; }
.social-menu a[href*="linkedin.com"]::before { content:'\f0e1'; }
.social-menu a[href*="plus.google.com"]::before { content:'\f0d5'; }
.social-menu a[href*="instagram.com"]::before { content:'\f16d'; }
.social-menu a[href*="facebook.com"]::before { content:'\f39e'; }
.social-menu a[href*="twitter.com"]::before { content:'\f099'; }
.social-menu a[href*="youtube.com"]::before { content:'\f167'; }
.social-menu a[href*="vimeo.com"]::before { content:'\f27d'; }
.social-menu a::before {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	font-family:'Font Awesome\ 5 Brands';
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:30px;
	text-align:center;
	text-indent:0;
}
.site-header {
	margin:0;
	padding:20px 0;
	border:none;
	z-index:100;
	position:relative;
}
@media (max-width: 991.98px) {
	.site-header { padding:10px 0; }
}
.site-header .header-wrapper {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
@media (max-width: 991px) {
	.site-header .header-wrapper { flex-wrap:wrap; }
}
.site-header .logo {
	position:relative;
	display:block;
	float:none;
	vertical-align:top;
	margin:0;
	padding:0;
}
.site-header .logo img {
	max-width:100%;
	display:block;
	margin:0;
}
@media (max-width: 991px) {
	.site-header .logo { order:1; }
}
.site-header .header-top { padding:0 0 15px 0; }
@media (max-width: 991px) {
	.site-header .header-top { order:5; }
}
@media (max-width: 767px) {
	.site-header .header-top {
		margin-top:20px;
		width:100%;
		padding:0;
	}
}
.site-header .header-top .top-menu {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
@media (max-width: 767px) {
	.site-header .header-top .top-menu { justify-content:center; }
}
.site-header .header-top .top-menu > li {
	padding:0 25px;
	line-height:25px;
	border-left:1px solid #c8c8c8;
}
@media (max-width: 575px) {
	.site-header .header-top .top-menu > li { padding:0 5px; }
}
.site-header .header-top .top-menu > li:first-child { border-left:none; }
.site-header .header-top .top-menu > li > a {
	position:relative;
	display:block;
	padding:0 0 0 25px;
	color:#104194;
	line-height:25px;
	font-size:16px;
}
.site-header .header-top .top-menu > li > a:before {
	content:'';
	font-family:"Font Awesome 5 Free";
	position:absolute;
	left:0;
	top:2px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}
.site-header .header-top .top-menu > li > a:hover { color:#cd161a; }
@media (max-width: 460px) {
	.site-header .header-top .top-menu > li > a { padding:0; }
	.site-header .header-top .top-menu > li > a:before { display:none; }
}
.site-header .header-top .top-menu > li.menu-item-signin > a:before { content:'\f52b'; }
.site-header .header-top .top-menu > li.menu-item-myaccount > a:before { content:'\f007'; }
.site-header .header-top .top-menu > li.menu-item-cart { padding:0 0 0 25px; }
@media (max-width: 575px) {
	.site-header .header-top .top-menu > li.menu-item-cart { padding:0 0 0 5px; }
}
.site-header .header-top .top-menu > li.menu-item-cart > a:before { content:'\f07a'; }
.site-header .header-sidebar {
	display:flex;
	justify-content:center;
	align-items:flex-end;
	flex-direction:column;
	flex:1 0 auto;
	margin-left:60px;
}
@media (max-width: 991px) {
	.site-header .header-sidebar {
		margin:20px 0 0 0;
		order:10;
	}
}
.site-header .header-sidebar .header-widget {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:18px;
	line-height:28px;
}
@media (max-width: 1199px) {
	.site-header .header-sidebar .header-widget { font-size:16px; }
}
@media (max-width: 767px) {
	.site-header .header-sidebar .header-widget { align-items:flex-start; }
}
@media (max-width: 575px) {
	.site-header .header-sidebar .header-widget {
		flex-direction:column;
		justify-content:center;
	}
	.site-header .header-sidebar .header-widget > div {
		margin:0 0 20px 0;
		width:100%;
		text-align:center;
	}
}
.site-header .header-sidebar .header-widget span {
	white-space:nowrap;
	display:inline-block;
}
.site-header .header-sidebar .header-widget span:last-child { padding-left:25px; }
.site-header .header-sidebar .header-widget span a { font-size:22px; }
@media (max-width: 1199px) {
	.site-header .header-sidebar .header-widget span a { font-size:18px; }
}
@media (max-width: 767px) {
	.site-header .header-sidebar .header-widget span { display:block; }
	.site-header .header-sidebar .header-widget span:last-child { padding-left:0; }
}
.site-header .header-sidebar .header-widget .icon_over_30 {
	padding:0;
	font-size:18px;
	line-height:28px;
	position:relative;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	white-space:nowrap;
}
@media (max-width: 1199px) {
	.site-header .header-sidebar .header-widget .icon_over_30 { font-size:16px; }
}
@media (max-width: 575px) {
	.site-header .header-sidebar .header-widget .icon_over_30 { justify-content:center; }
}
.site-header .header-sidebar .header-widget .icon_over_30:before {
	content:'30';
	display:block;
	margin:0 15px 0 0;
	width:68px;
	height:68px;
	background:url('../images/icon_over_30.png') no-repeat left top;
	text-align:center;
	line-height:68px;
}
.site-header .header-slogan {
	text-align:center;
	margin:40px 0 20px 0;
	color:#8d3311;
	font-size:20px;
	line-height:1.2;
}
.mobile-site-header {
	position:relative;
	z-index:110;
}
.mobile-site-header { display:none; }
@media (max-width: 767.98px) {
	.mobile-site-header { display:block; }
}
@media (min-width: 768px) {
	.header-nav { padding:40px 0; }
	.primary-menu {
		margin:0;
		padding:0;
		list-style:none;
		width:100%;
		text-align:center;
		display:flex;
		justify-content:space-between;
	}
	.primary-menu > li {
		margin:0 0 0 30px;
		padding:0;
	}
	.primary-menu > li:first-child { margin-left:0; }
	.primary-menu > li > a {
		display:block;
		position:relative;
		padding:20px 0;
		font-size:28px;
		line-height:36px;
		font-weight:500;
		text-transform:uppercase;
		text-decoration:none;
		white-space:nowrap;
		color:#104194;
		letter-spacing:0.06em;
	}
	.primary-menu > li > a:hover {
		color:#cd161a;
		text-decoration:none;
	}
	.primary-menu > li:hover> a, .primary-menu > li.focus > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a {
		color:#cd161a;
		text-decoration:none;
	}
	.primary-menu > li.menu-item-has-children > a:before {
		content:"";
		width:20px;
		height:13px;
		margin:0 0 0 -10px;
		position:absolute;
		z-index:200;
		left:50%;
		bottom:-3px;
		background:url('../images/menu_dropdown_pointer.png') no-repeat center top;
		display:none;
	}
	.primary-menu > li.menu-item-has-children:hover > a:before { display:block; }
	.primary-menu .menu-item-has-children a { position:relative; }
	.primary-menu li { text-align:left; }
	.primary-menu li ul, .primary-menu li ul.sub-menu {
		margin:0 0 0 -30px;
		padding:20px;
		list-style:none;
		background-color:#ffffff;
		border:2px solid #e6eaec;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		-webkit-box-shadow:0px 10px 30px 0px rgba(16,65,148,0.15);
		-moz-box-shadow:0px 10px 30px 0px rgba(16,65,148,0.15);
		box-shadow:0px 10px 30px 0px rgba(16,65,148,0.15);
	}
	.primary-menu li ul li, .primary-menu li ul.sub-menu li {
		float:left;
		width:25%;
	}
	.primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
		display:block;
		color:#104194;
		font-size:18px;
		line-height:28px;
		font-weight:400;
		padding:5px 10px;
		letter-spacing:0;
	}
	.primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
		color:#cd161a;
		text-decoration:none;
	}
	.primary-menu li ul li:hover > a, .primary-menu li ul li.focus > a, .primary-menu li ul li.current-menu-item > a, .primary-menu li ul li.current-menu-ancestor > a, .primary-menu li ul.sub-menu li:hover > a, .primary-menu li ul.sub-menu li.focus > a, .primary-menu li ul.sub-menu li.current-menu-item > a, .primary-menu li ul.sub-menu li.current-menu-ancestor > a {
		color:#cd161a;
		text-decoration:none;
	}
	.primary-menu li ul li.menu-item-has-children > a, .primary-menu li ul.sub-menu li.menu-item-has-children > a { padding-right:46px; }
	.primary-menu li ul li.menu-item-has-children > a:before, .primary-menu li ul.sub-menu li.menu-item-has-children > a:before {
		font-size:12px;
		content:"\f054";
		position:absolute;
		right:30px;
		top:50%;
		transform:translateY(-50%);
		font-family:'Font Awesome\ 5 Free';
		font-weight:900;
	}
	.primary-menu li ul li ul, .primary-menu li ul.sub-menu li ul {
		margin-left:0;
		min-width:200px;
	}
	.primary-menu li ul li ul:before, .primary-menu li ul.sub-menu li ul:before { display:none; }
	.primary-menu li ul li ul li, .primary-menu li ul.sub-menu li ul li {
		float:none;
		width:100%;
	}
	.primary-menu li.focus > ul, .primary-menu li:hover > ul {
		top:auto;
		left:auto;
		opacity:1;
	}
	.primary-menu li ul {
		min-width:150px;
		position:absolute;
		z-index:100;
		top:-999em;
		left:-999em;
		opacity:0;
		-webkit-transition:opacity 0.3s;
		-moz-transition:opacity 0.3s;
		-o-transition:opacity 0.3s;
		transition:opacity 0.3s;
	}
	.primary-menu li ul li {
		display:block;
		position:relative;
	}
	.primary-menu li ul li.focus > ul, .primary-menu li ul li:hover > ul {
		left:80%;
		top:-22px;
		opacity:1;
	}
}
@media (max-width: 1199px) {
	.primary-menu li ul li, .primary-menu li ul.sub-menu li { width:33%; }
}
@media (max-width: 991px) {
	.primary-menu > li { margin:0 0 0 30px; }
	.primary-menu > li:first-child { margin-left:0; }
	.primary-menu > li > a { font-size:22px; }
	.primary-menu li ul li, .primary-menu li ul.sub-menu li { width:49%; }
}
@media (max-width: 767px) {
	.primary-menu li ul li, .primary-menu li ul.sub-menu li { width:100%; }
}
.menu-primary-trigger {
	margin:0;
	font-size:0;
	line-height:0;
	padding:0;
	width:30px;
	height:30px;
	box-shadow:none;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	background:transparent;
	border:none;
	border-top:3px solid #104194;
	display:block;
	cursor:pointer;
	position:absolute;
	top:30px;
	right:15px;
	z-index:200;
}
.menu-primary-trigger:focus { outline:none; }
.menu-primary-trigger:before, .menu-primary-trigger:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	color:#104194;
}
.menu-primary-trigger:before {
	border-top:3px solid #104194;
	top:11px;
}
.menu-primary-trigger:after {
	border-bottom:3px solid #104194;
	top:24px;
}
.menu-primary-trigger[aria-expanded="true"] { border-color:transparent; }
.menu-primary-trigger[aria-expanded="true"]:before {
	-webkit-transform:rotate(-45deg) scale(1.2);
	-moz-transform:rotate(-45deg) scale(1.2);
	-ms-transform:rotate(-45deg) scale(1.2);
	-o-transform:rotate(-45deg) scale(1.2);
	transform:rotate(-45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded="true"]:after {
	top:11px;
	-webkit-transform:rotate(45deg) scale(1.2);
	-moz-transform:rotate(45deg) scale(1.2);
	-ms-transform:rotate(45deg) scale(1.2);
	-o-transform:rotate(45deg) scale(1.2);
	transform:rotate(45deg) scale(1.2);
}
.opener {
	font-size:30px;
	margin-left:10px;
	cursor:pointer;
}
.opener .fa-angle-up { display:none; }
.active > .opener .fa-angle-up { display:inherit; }
.active > .opener .fa-angle-down { display:none; }
.mobile-header-wrapper .mobile-header-nav {
	display:none;
	margin:0;
	padding:80px 30px 30px 30px;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	background-color:#fff;
	text-align:left;
}
.mobile-header-wrapper .mobile-header-nav.toggled { display:block; }
.mobile-header-wrapper .primary-menu {
	margin:0;
	padding:0;
	text-align:left;
}
.mobile-header-wrapper .primary-menu li.current-menu-item > a { color:#cd161a !important; }
.mobile-header-wrapper .primary-menu > li {
	margin:0 0 10px 0;
	padding:0;
	color:#104194;
}
.mobile-header-wrapper .primary-menu > li > a {
	display:inline-block;
	font-size:28px;
	line-height:35px;
	margin:0;
	padding:0;
	text-align:left;
	color:#104194;
	font-weight:400;
	border:none;
	text-shadow:none;
}
.mobile-header-wrapper .primary-menu > li:hover { color:#cd161a; }
.mobile-header-wrapper .primary-menu > li:hover > a { color:#cd161a; }
.mobile-header-wrapper .primary-menu > li li {
	margin:0;
	padding:0;
}
.mobile-header-wrapper .primary-menu > li li:after { display:none; }
.mobile-header-wrapper .primary-menu > li li a {
	font-size:18px;
	line-height:28px;
	padding:0;
	background:none !important;
}
.mobile-header-wrapper .primary-menu > li li a:hover { color:#cd161a; }
.mobile-header-wrapper .primary-menu .sub-menu {
	background:none;
	margin-left:20px;
	padding:0;
	position:relative;
	top:auto;
}
.mobile-header-wrapper .primary-menu .sub-menu li a {
	font-weight:300;
	font-size:22px;
	line-height:36px;
	padding:0;
}
.mobile-header-wrapper .primary-menu .sub-menu li .opener {
	font-size:18px;
	margin:3px 0 0 0;
}
.site-footer {
	margin:0;
	padding:30px 0;
	border-top:none;
}
@media (max-width: 991.98px) {
	.site-footer { padding:20px 0; }
}
@media (max-width: 767.98px) {
	.site-footer .footer-widgets { text-align:center; }
}
.site-footer .footer-widgets h3 {
	font-size:18px;
	text-transform:uppercase;
	margin:0;
	font-weight:bold;
	line-height:30px;
}
.site-footer .footer-widgets p {
	font-size:16px;
	line-height:28px;
}
.site-footer .footer-widgets a {
	text-decoration:none;
	color:#104194;
}
.site-footer .footer-widgets a:focus {
	text-decoration:none;
	color:#cd161a;
}
.site-footer .footer-widgets a:hover {
	text-decoration:none;
	color:#cd161a;
}
.site-footer .copyright { text-align:left; }
.site-footer .footer-logo {
	position:relative;
	top:-10px;
	display:block;
}
.site-footer .footer-logo img {
	max-width:100%;
	display:block;
	margin:0;
}
@media (max-width: 767.98px) {
	.site-footer .footer-logo img { margin:0 auto 20px auto; }
}
.site-footer .jm-logo { display:block; }
@media (max-width: 991.98px) {
	.site-footer .jm-logo { margin-bottom:30px; }
}
.site-footer #menu-footer-menu {
	list-style:none;
	margin:0;
	padding:0;
}
.site-footer #menu-footer-menu li { list-style:none; }
.cycle-slider {
	position:relative;
	width:100%;
	height:630px;
	display:block;
	background:url('../images/bg_slider.jpg') no-repeat center center;
	background-size:cover;
	margin:0 0 60px 0;
}
@media (max-width: 767px) {
	.cycle-slider { height:auto; }
}
.cycle-slider .cycle-pager {
	position:absolute;
	bottom:-30px;
	z-index:300;
	left:50%;
	transform:translateX(-50%);
	display:flex;
}
.cycle-slider .cycle-pager span {
	font-size:0;
	line-height:0;
	display:block;
	overflow:hidden;
	position:relative;
	text-indent:-9999px;
	width:14px;
	height:14px;
	margin:0 15px;
	border-radius:50%;
	cursor:pointer;
}
.cycle-slider .cycle-pager span:before {
	content:'';
	width:10px;
	height:10px;
	top:2px;
	left:2px;
	border:2px solid #104194;
	position:absolute;
	display:block;
	border-radius:50%;
}
.cycle-slider .cycle-pager span.cycle-pager-active { background-color:#cd161a; }
.cycle-slider .cycle-pager span.cycle-pager-active:before { opacity:0; }
.cycle-slider .cycle-prev, .cycle-slider .cycle-next {
	position:absolute;
	top:50%;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	font-size:40px;
	line-height:40px;
	color:#ffffff;
	z-index:500;
	transform:translateY(-50%);
	cursor:pointer;
}
.cycle-slider .cycle-prev:hover, .cycle-slider .cycle-next:hover { color:#104194; }
.cycle-slider .cycle-prev { left:100px; }
.cycle-slider .cycle-next { right:100px; }
.cycle-slider .cycle-slide {
	width:100%;
	height:100%;
}
.cycle-slider .cycle-slide:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}
.cycle-slider .cycle-slide > .container { height:100%; }
.cycle-slider .cycle-slide .slider_image > img {
	width:100%;
	height:auto;
	border-radius:50%;
	max-width:428px;
}
.cycle-slider .slider-caption {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
@media (max-width: 767px) {
	.cycle-slider .slider-caption {
		flex-direction:column;
		padding:10px 0 50px 0;
	}
}
.cycle-slider .slider-caption .slider_right_field { text-align:right; }
@media (max-width: 767px) {
	.cycle-slider .slider-caption .slider_right_field { text-align:center; }
}
.cycle-slider .slider-caption > div { width:33%; }
@media (max-width: 767px) {
	.cycle-slider .slider-caption > div {
		width:100%;
		text-align:center;
	}
}
.cycle-slider h2 {
	font-weight:400;
	text-transform:uppercase;
}
.cycle-slider h5 {
	font-weight:300;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.cycle-slider .btn {
		padding:15px 20px;
		font-size:14px;
	}
}
.cycle-slider .added_to_cart { display:none; }
.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link { margin-right:1em; }
.entry-meta { margin-bottom:20px; }
.post_meta i { color:#3b4348; }
.post_meta a {
	text-decoration:none;
	color:#1e2731;
}
.post_meta a:focus {
	text-decoration:none;
	color:#1e2731;
}
.post_meta a:hover {
	text-decoration:none;
	color:#104194;
}
.post-author {
	background:#fff;
	margin:0 0 70px 0;
	padding:15px 20px;
	border:1px solid #dfdfdf;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:21px;
	font-size:13px;
	font-weight:400;
	color:#737885;
}
.post-author h3 a {
	text-decoration:none;
	color:#104194;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#104194;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#1e2731;
}
.post-author .post-author_gravatar { margin:2px 20px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
.post-author .post-author_link { margin:18px 0 0 0; }
.post-author .post-author_link p { margin:0; }
.related-posts { margin:0 0 60px 0; }
.related-posts ul li {
	line-height:22px;
	font-size:16px;
	color:#424f5e;
}
.related-posts ul li a {
	text-decoration:none;
	color:#424f5e;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#424f5e;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#104194;
}
ol.comment-list li .comment-body {
	background:#fff !important;
	border:1px solid #dfdfdf;
}
ol.comment-list li .comment-body .author {
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#104194;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .reply { margin:0 0 0 20px; }
ol.comment-list li .comment-body .reply a {
	background:#104194;
	display:inline-block;
	margin:0;
	padding:9px 23px 10px 23px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:20px;
	font-family:'Open Sans';
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:lowercase;
	color:#fff !important;
}
ol.comment-list li .comment-body .reply a:focus {
	background:#104194;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#cd161a;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
ol.comment-list li .comment-body .comment-meta {
	line-height:39px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e2731;
}
.cancel-comment-reply { padding:0 0 6px 0; }
body .woocommerce .button, body.woocommerce a.button, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body.woocommerce button.button.alt.single_add_to_cart_button, body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit], .btn {
	display:inline-block;
	margin:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	box-shadow:none;
	padding:13px 30px 13px 30px;
	text-transform:uppercase;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	letter-spacing:0.08em;
	color:#104194;
	background-color:#ebf6fd;
	border:2px solid #104194;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	outline:0;
}
body .woocommerce .button:hover, body .woocommerce .button:focus, body.woocommerce a.button:hover, body.woocommerce a.button:focus, body .woocommerce a.button.alt:hover, body .woocommerce a.button.alt:focus, body .woocommerce button.button.alt:hover, body .woocommerce button.button.alt:focus, body.woocommerce button.button.alt.single_add_to_cart_button:hover, body.woocommerce button.button.alt.single_add_to_cart_button:focus, body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:focus, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input.button:focus, body .gform_wrapper .gform_page_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input[type=submit]:focus, .btn:hover, .btn:focus {
	color:#fff;
	background-color:#104194;
}
body .woocommerce .button:hover:before, body .woocommerce .button:focus:before, body.woocommerce a.button:hover:before, body.woocommerce a.button:focus:before, body .woocommerce a.button.alt:hover:before, body .woocommerce a.button.alt:focus:before, body .woocommerce button.button.alt:hover:before, body .woocommerce button.button.alt:focus:before, body.woocommerce button.button.alt.single_add_to_cart_button:hover:before, body.woocommerce button.button.alt.single_add_to_cart_button:focus:before, body .gform_wrapper .gform_footer input.button:hover:before, body .gform_wrapper .gform_footer input.button:focus:before, body .gform_wrapper .gform_footer input[type=submit]:hover:before, body .gform_wrapper .gform_footer input[type=submit]:focus:before, body .gform_wrapper .gform_page_footer input.button:hover:before, body .gform_wrapper .gform_page_footer input.button:focus:before, body .gform_wrapper .gform_page_footer input[type=submit]:hover:before, body .gform_wrapper .gform_page_footer input[type=submit]:focus:before, .btn:hover:before, .btn:focus:before { background-color:#104194; }
body .woocommerce .button:active, body.woocommerce a.button:active, body .woocommerce a.button.alt:active, body .woocommerce button.button.alt:active, body.woocommerce button.button.alt.single_add_to_cart_button:active, body .gform_wrapper .gform_footer input.button:active, body .gform_wrapper .gform_footer input[type=submit]:active, body .gform_wrapper .gform_page_footer input.button:active, body .gform_wrapper .gform_page_footer input[type=submit]:active, .btn:active {
	box-shadow:none !important;
	top:3px;
}
body .woocommerce .button.simple, body.woocommerce a.button.simple, body .woocommerce a.button.alt.simple, body .woocommerce button.button.alt.simple, body.woocommerce button.button.alt.single_add_to_cart_button.simple, body .gform_wrapper .gform_footer input.button.simple, body .gform_wrapper .gform_footer input[type=submit].simple, body .gform_wrapper .gform_page_footer input.button.simple, body .gform_wrapper .gform_page_footer input[type=submit].simple, .btn.simple { padding-left:80px; }
body .woocommerce .button.simple:before, body.woocommerce a.button.simple:before, body .woocommerce a.button.alt.simple:before, body .woocommerce button.button.alt.simple:before, body.woocommerce button.button.alt.single_add_to_cart_button.simple:before, body .gform_wrapper .gform_footer input.button.simple:before, body .gform_wrapper .gform_footer input[type=submit].simple:before, body .gform_wrapper .gform_page_footer input.button.simple:before, body .gform_wrapper .gform_page_footer input[type=submit].simple:before, .btn.simple:before { display:none; }
body .woocommerce .button.btn-white, body.woocommerce a.button.btn-white, body .woocommerce a.button.alt.btn-white, body .woocommerce button.button.alt.btn-white, body.woocommerce button.button.alt.single_add_to_cart_button.btn-white, body .gform_wrapper .gform_footer input.button.btn-white, body .gform_wrapper .gform_footer input[type=submit].btn-white, body .gform_wrapper .gform_page_footer input.button.btn-white, body .gform_wrapper .gform_page_footer input[type=submit].btn-white, .btn.btn-white {
	color:#104194;
	background-color:#ffffff;
	border-color:#e6eaec;
}
body .woocommerce .button.btn-white:hover, body .woocommerce .button.btn-white:focus, body.woocommerce a.button.btn-white:hover, body.woocommerce a.button.btn-white:focus, body .woocommerce a.button.alt.btn-white:hover, body .woocommerce a.button.alt.btn-white:focus, body .woocommerce button.button.alt.btn-white:hover, body .woocommerce button.button.alt.btn-white:focus, body.woocommerce button.button.alt.single_add_to_cart_button.btn-white:hover, body.woocommerce button.button.alt.single_add_to_cart_button.btn-white:focus, body .gform_wrapper .gform_footer input.button.btn-white:hover, body .gform_wrapper .gform_footer input.button.btn-white:focus, body .gform_wrapper .gform_footer input[type=submit].btn-white:hover, body .gform_wrapper .gform_footer input[type=submit].btn-white:focus, body .gform_wrapper .gform_page_footer input.button.btn-white:hover, body .gform_wrapper .gform_page_footer input.button.btn-white:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-white:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-white:focus, .btn.btn-white:hover, .btn.btn-white:focus {
	color:#fff;
	background-color:#104194;
}
body .woocommerce .button.btn-green, body.woocommerce a.button.btn-green, body .woocommerce a.button.alt.btn-green, body .woocommerce button.button.alt.btn-green, body.woocommerce button.button.alt.single_add_to_cart_button.btn-green, body .gform_wrapper .gform_footer input.button.btn-green, body .gform_wrapper .gform_footer input[type=submit].btn-green, body .gform_wrapper .gform_page_footer input.button.btn-green, body .gform_wrapper .gform_page_footer input[type=submit].btn-green, .btn.btn-green {
	color:#fff;
	background-color:#219a34;
	-webkit-box-shadow:0 19px 38px 0 rgba(33,154,52,0.3);
	-moz-box-shadow:0 19px 38px 0 rgba(33,154,52,0.3);
	box-shadow:0 19px 38px 0 rgba(33,154,52,0.3);
}
body .woocommerce .button.btn-green:hover, body .woocommerce .button.btn-green:focus, body.woocommerce a.button.btn-green:hover, body.woocommerce a.button.btn-green:focus, body .woocommerce a.button.alt.btn-green:hover, body .woocommerce a.button.alt.btn-green:focus, body .woocommerce button.button.alt.btn-green:hover, body .woocommerce button.button.alt.btn-green:focus, body.woocommerce button.button.alt.single_add_to_cart_button.btn-green:hover, body.woocommerce button.button.alt.single_add_to_cart_button.btn-green:focus, body .gform_wrapper .gform_footer input.button.btn-green:hover, body .gform_wrapper .gform_footer input.button.btn-green:focus, body .gform_wrapper .gform_footer input[type=submit].btn-green:hover, body .gform_wrapper .gform_footer input[type=submit].btn-green:focus, body .gform_wrapper .gform_page_footer input.button.btn-green:hover, body .gform_wrapper .gform_page_footer input.button.btn-green:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-green:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-green:focus, .btn.btn-green:hover, .btn.btn-green:focus {
	color:#fff;
	background-color:#28b73f;
}
body .woocommerce .button.btn-green:before, body.woocommerce a.button.btn-green:before, body .woocommerce a.button.alt.btn-green:before, body .woocommerce button.button.alt.btn-green:before, body.woocommerce button.button.alt.single_add_to_cart_button.btn-green:before, body .gform_wrapper .gform_footer input.button.btn-green:before, body .gform_wrapper .gform_footer input[type=submit].btn-green:before, body .gform_wrapper .gform_page_footer input.button.btn-green:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-green:before, .btn.btn-green:before {
	color:#fff;
	background-color:#28b73f;
}
body .woocommerce .button.btn-pink, body.woocommerce a.button.btn-pink, body .woocommerce a.button.alt.btn-pink, body .woocommerce button.button.alt.btn-pink, body.woocommerce button.button.alt.single_add_to_cart_button.btn-pink, body .gform_wrapper .gform_footer input.button.btn-pink, body .gform_wrapper .gform_footer input[type=submit].btn-pink, body .gform_wrapper .gform_page_footer input.button.btn-pink, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink, .btn.btn-pink {
	color:#fff;
	background-color:#a0309d;
	-webkit-box-shadow:0 19px 38px 0 rgba(160,48,157,0.3);
	-moz-box-shadow:0 19px 38px 0 rgba(160,48,157,0.3);
	box-shadow:0 19px 38px 0 rgba(160,48,157,0.3);
}
body .woocommerce .button.btn-pink:hover, body .woocommerce .button.btn-pink:focus, body.woocommerce a.button.btn-pink:hover, body.woocommerce a.button.btn-pink:focus, body .woocommerce a.button.alt.btn-pink:hover, body .woocommerce a.button.alt.btn-pink:focus, body .woocommerce button.button.alt.btn-pink:hover, body .woocommerce button.button.alt.btn-pink:focus, body.woocommerce button.button.alt.single_add_to_cart_button.btn-pink:hover, body.woocommerce button.button.alt.single_add_to_cart_button.btn-pink:focus, body .gform_wrapper .gform_footer input.button.btn-pink:hover, body .gform_wrapper .gform_footer input.button.btn-pink:focus, body .gform_wrapper .gform_footer input[type=submit].btn-pink:hover, body .gform_wrapper .gform_footer input[type=submit].btn-pink:focus, body .gform_wrapper .gform_page_footer input.button.btn-pink:hover, body .gform_wrapper .gform_page_footer input.button.btn-pink:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink:focus, .btn.btn-pink:hover, .btn.btn-pink:focus {
	color:#fff;
	background-color:#bc3cb9;
}
body .woocommerce .button.btn-pink:before, body.woocommerce a.button.btn-pink:before, body .woocommerce a.button.alt.btn-pink:before, body .woocommerce button.button.alt.btn-pink:before, body.woocommerce button.button.alt.single_add_to_cart_button.btn-pink:before, body .gform_wrapper .gform_footer input.button.btn-pink:before, body .gform_wrapper .gform_footer input[type=submit].btn-pink:before, body .gform_wrapper .gform_page_footer input.button.btn-pink:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink:before, .btn.btn-pink:before {
	color:#fff;
	background-color:#bc3cb9;
}
body .woocommerce .button.btn-red, body.woocommerce a.button.btn-red, body .woocommerce a.button.alt.btn-red, body .woocommerce button.button.alt.btn-red, body.woocommerce button.button.alt.single_add_to_cart_button.btn-red, body .gform_wrapper .gform_footer input.button.btn-red, body .gform_wrapper .gform_footer input[type=submit].btn-red, body .gform_wrapper .gform_page_footer input.button.btn-red, body .gform_wrapper .gform_page_footer input[type=submit].btn-red, .btn.btn-red {
	color:#fff;
	background-color:#db1822;
	-webkit-box-shadow:0 19px 38px 0 rgba(205,84,91,0.3);
	-moz-box-shadow:0 19px 38px 0 rgba(205,84,91,0.3);
	box-shadow:0 19px 38px 0 rgba(205,84,91,0.3);
}
body .woocommerce .button.btn-red:hover, body .woocommerce .button.btn-red:focus, body.woocommerce a.button.btn-red:hover, body.woocommerce a.button.btn-red:focus, body .woocommerce a.button.alt.btn-red:hover, body .woocommerce a.button.alt.btn-red:focus, body .woocommerce button.button.alt.btn-red:hover, body .woocommerce button.button.alt.btn-red:focus, body.woocommerce button.button.alt.single_add_to_cart_button.btn-red:hover, body.woocommerce button.button.alt.single_add_to_cart_button.btn-red:focus, body .gform_wrapper .gform_footer input.button.btn-red:hover, body .gform_wrapper .gform_footer input.button.btn-red:focus, body .gform_wrapper .gform_footer input[type=submit].btn-red:hover, body .gform_wrapper .gform_footer input[type=submit].btn-red:focus, body .gform_wrapper .gform_page_footer input.button.btn-red:hover, body .gform_wrapper .gform_page_footer input.button.btn-red:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-red:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-red:focus, .btn.btn-red:hover, .btn.btn-red:focus {
	color:#fff;
	background-color:#f7434c;
}
body .woocommerce .button.btn-red:before, body.woocommerce a.button.btn-red:before, body .woocommerce a.button.alt.btn-red:before, body .woocommerce button.button.alt.btn-red:before, body.woocommerce button.button.alt.single_add_to_cart_button.btn-red:before, body .gform_wrapper .gform_footer input.button.btn-red:before, body .gform_wrapper .gform_footer input[type=submit].btn-red:before, body .gform_wrapper .gform_page_footer input.button.btn-red:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-red:before, .btn.btn-red:before {
	color:#fff;
	background-color:#f7434c;
}
body .woocommerce form .form-row input.input-text {
	background:#fff;
	min-height:20px;
	height:auto;
	margin:0;
	padding:8px 15px;
	border:2px solid #e6eaec;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	color:#000000;
	font-family:'Roboto';
	font-size:14px;
	line-height:20px;
	font-weight:400;
}
body .woocommerce form .form-row input.input-text:focus { border-color:#104194; }
body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label, body .checkout .top_label .gfield_label, body .checkout legend.gfield_label {
	color:#777575;
	font-size:18px;
	font-weight:400;
}
body .gform_wrapper label, body .checkout label {
	color:#777575;
	margin-bottom:0;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper textarea, body .checkout input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .checkout textarea {
	background:#fff;
	min-height:20px;
	height:auto;
	margin:0;
	padding:8px 15px;
	border:2px solid #e6eaec;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	color:#000000;
	font-family:'Roboto';
	font-size:14px;
	line-height:20px;
	font-weight:400;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .gform_wrapper textarea:focus, body .checkout input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .checkout textarea:focus { border-color:#104194; }
body .gform_wrapper select, body .checkout select {
	height:44px;
	padding:0 20px !important;
	border:2px solid #e6eaec;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#cd161a;
	font-family:'Roboto';
	font-size:14px;
	line-height:20px;
	font-weight:400;
}
body .gform_wrapper select:focus, body .checkout select:focus { border-color:#104194; }
body .gform_wrapper .gform_footer, body .checkout .gform_footer { text-align:center; }
body .inverted .gform_wrapper .top_label .gfield_label, body .inverted .gform_wrapper legend.gfield_label, body .inverted .gform_wrapper .gfield_required, body .inverted .gform_wrapper label { color:#ffffff; }
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .inverted .gform_wrapper textarea, body .inverted .gform_wrapper select { border-color:#fff; }
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .inverted .gform_wrapper textarea:focus, body .inverted .gform_wrapper select:focus {
	border-color:#104194;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .inverted .gform_wrapper div.validation_error, body .inverted .gform_wrapper .validation_message, body .inverted .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .inverted .gform_wrapper li.gfield_error ul.gfield_checkbox, body .inverted .gform_wrapper li.gfield_error ul.gfield_radio {
	color:#ffffff;
	border-color:#fff;
}
.custom-search {
	background:#f6f6f6;
	padding:13px 13px 13px 25px;
	border-radius:33px;
	display:flex;
	justify-content:space-between;
}
@media (max-width: 991px) {
	.custom-search {
		justify-content:center;
		flex-wrap:wrap;
	}
}
.custom-search .cs_watts, .custom-search .cs_volts {
	max-width:260px;
	width:25%;
}
@media (max-width: 991px) {
	.custom-search .cs_watts, .custom-search .cs_volts {
		margin:0 5px 10px 5px !important;
		width:45%;
	}
}
.custom-search .cs_part_number, .custom-search .cs_ls_brand, .custom-search .cs_ls_model {
	width:280px;
	max-width:280px;
}
@media (max-width: 991px) {
	.custom-search .cs_part_number, .custom-search .cs_ls_brand, .custom-search .cs_ls_model { margin:0 5px 10px 5px !important; }
}
@media (max-width: 500px) {
	.custom-search .cs_part_number, .custom-search .cs_ls_brand, .custom-search .cs_ls_model {
		max-width:90%;
		width:90%;
	}
}
.custom-search .part-number-wrapper { position:relative; }
@media (max-width: 500px) {
	.custom-search .part-number-wrapper {
		width:100%;
		text-align:center;
	}
}
.custom-search .part-number-wrapper .icon_info {
	position:absolute;
	right:10px;
	top:10px;
	width:18px;
	height:18px;
	background:url('../images/icon_i.png') no-repeat center center;
	cursor:pointer;
}
@media (max-width: 500px) {
	.custom-search .part-number-wrapper .icon_info { right:25px; }
}
.custom-search .part-number-wrapper .icon_info .icon_info_description {
	position:absolute;
	bottom:100%;
	width:180px;
	left:50%;
	margin:0 0 15px -90px;
	padding:10px;
	background:#fff2c3;
	border-radius:8px;
	-webkit-box-shadow:0 10px 13px 0 rgba(94,101,113,0.25);
	-moz-box-shadow:0 10px 13px 0 rgba(94,101,113,0.25);
	box-shadow:0 10px 13px 0 rgba(94,101,113,0.25);
	display:none;
}
.custom-search .part-number-wrapper .icon_info .icon_info_description:before {
	content:"";
	display:block;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #fff2c3;
	position:absolute;
	bottom:-10px;
	left:45%;
}
.custom-search .part-number-wrapper .icon_info:hover .icon_info_description { display:block; }
.custom-search .cs_devider {
	border-right:1px solid #d0d0d0;
	margin:-3px 0;
	height:46px;
	width:1px;
}
@media (max-width: 991px) {
	.custom-search .cs_devider {
		width:100%;
		height:1px;
		border-right:none;
		margin:10px 0 25px 0;
		border-top:1px solid #d0d0d0;
	}
}
.custom-search .keyword-wrapper {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
@media (max-width: 991px) {
	.custom-search .keyword-wrapper {
		margin:0 5px !important;
		width:90%;
	}
}
.custom-search .keyword-wrapper .cs_s { width:355px; }
@media (max-width: 991px) {
	.custom-search .keyword-wrapper .cs_s { width:100%; }
}
.custom-search .keyword-wrapper .cs_submit {
	display:block;
	position:relative;
	margin:-13px -13px -13px -25px;
	right:0;
	top:0;
	width:66px;
	height:66px;
	border:none;
	border-radius:50%;
	background:#cd161a url('../images/icon_search.png') no-repeat center center;
	color:#fff;
	text-align:center;
	line-height:66px;
}
#back-top-wrapper {
	z-index:999;
	position:fixed;
	right:10px;
	bottom:10px;
	overflow:hidden;
}
#back-top-wrapper #back-top { margin:0; }
#back-top-wrapper #back-top a {
	display:block;
	width:42px;
	height:42px;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	margin:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#cd161a url(../images/helper/up-arrow.png) no-repeat 50% 50%;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top-wrapper #back-top a:hover { background-color:#104194; }
#preloader {
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:9999;
}
#preloader #status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}
.says, .screen-reader-text {
	clip:rect(1px,1px,1px,1px);
	height:1px;
	overflow:hidden;
	position:absolute !important;
	width:1px;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.clear {
	border:0;
	clear:both;
	display:block;
	float:none;
	margin:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
}
.clearfix:after {
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.rich_header:before, .rich_header:after {
	display:inline-block;
	content:'';
	width:4px;
	height:4px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#104194;
	margin:0 20px;
	top:-6px;
	position:relative;
}
@media (max-width: 767px) {
	.rich_header:before, .rich_header:after { display:none; }
}
.breadcrumbs {
	font-size:18px;
	line-height:26px;
	color:#000000;
	padding:15px 0 5px 0;
	background:none;
}
.breadcrumbs ul {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	width:100%;
	text-align:left;
	list-style:none;
}
.breadcrumbs ul li {
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	text-transform:uppercase;
	font-size:14px;
}
.breadcrumbs .breadcrumbs-item-sep {
	padding:0 10px;
	text-align:center;
}
.breadcrumbs a { color:#104194; }
.post-nav {
	padding:24px 0;
	border-top:1px solid #104194;
}
.post-nav a { text-decoration:none; }
.post-nav .nav-previous {
	float:left;
	width:50%;
	font-weight:600;
	font-size:16px;
}
.post-nav .nav-next {
	float:right;
	text-align:right;
	width:50%;
	font-weight:600;
	font-size:16px;
}
.nav-links {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:40px;
}
@media (max-width: 767.98px) {
	.nav-links { flex-wrap:wrap; }
}
.wp-pagenavi {
	clear:both;
	text-align:center;
	padding:30px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	display:inline-block;
	min-width:40px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	padding:0px 5px;
	margin:0 1px;
	background-color:#cd161a;
	color:#104194;
	font-size:15px;
}
.wp-pagenavi span.current {
	background-color:#104194;
	color:#ffffff;
	text-decoration:none;
}
.wp-pagenavi a:hover {
	background-color:#104194;
	color:#ffffff;
	text-decoration:none;
}
.wp-pagenavi span.current { font-weight:bold; }
article.post { margin-bottom:40px; }
.alignleft {
	float:left;
	margin:0 26px 26px 0;
}
.alignright {
	float:right;
	margin:0 0 26px 26px;
}
.aligncenter {
	display:block;
	margin:0 auto 26px auto;
}
.ui-datepicker a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.ui-datepicker tbody td { text-align:center; }
table tr th {
	padding:12px 20px;
	font-size:13px;
	font-weight:600;
}
table tr td {
	padding:12px 20px;
	background-color:#fff;
}
table tr:nth-child(2n) td { background-color:#ededed; }
table tr:hover td {
	background-color:#fff17f;
	cursor:pointer;
}
body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button, body.woocommerce #respond input#submit.alt, body.woocommerce a.button.alt, body.woocommerce button.button.alt, body.woocommerce input.button.alt {
	padding-left:40px;
	padding-right:40px;
}
body.woocommerce #respond input#submit:before, body.woocommerce a.button:before, body.woocommerce button.button:before, body.woocommerce input.button:before, body.woocommerce #respond input#submit.alt:before, body.woocommerce a.button.alt:before, body.woocommerce button.button.alt:before, body.woocommerce input.button.alt:before { display:none; }
body.woocommerce .site-header-cart, body.woocommerce-page .site-header-cart, .site-header-cart {
	margin:0;
	color:#104194;
	font-size:16px;
}
body.woocommerce .site-header-cart .site-header-cart__wrapper, body.woocommerce-page .site-header-cart .site-header-cart__wrapper, .site-header-cart .site-header-cart__wrapper {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}
body.woocommerce .site-header-cart .site-header-cart__wrapper i, body.woocommerce-page .site-header-cart .site-header-cart__wrapper i, .site-header-cart .site-header-cart__wrapper i {
	color:#104194;
	font-size:14px;
	line-height:1;
	display:inline-block;
	vertical-align:middle;
}
@media (max-width: 460px) {
	body.woocommerce .site-header-cart .site-header-cart__wrapper i, body.woocommerce-page .site-header-cart .site-header-cart__wrapper i, .site-header-cart .site-header-cart__wrapper i { display:none; }
}
body.woocommerce .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap, body.woocommerce-page .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap, .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
	top:40px;
	right:0;
	left:auto;
	transform:translate(0,0);
	transition:0.3s all ease;
	pointer-events:none;
	visibility:hidden;
	margin-top:22px;
	border-radius:3px;
}
@media (max-width: 767px) {
	body.woocommerce .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap, body.woocommerce-page .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap, .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
		top:10px;
		right:auto;
		left:50%;
		margin-left:-125px;
	}
}
body.woocommerce .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .mini_cart_item_title, body.woocommerce-page .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .mini_cart_item_title, .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .mini_cart_item_title {
	padding-right:20px;
	display:block;
}
body.woocommerce .site-header-cart .site-header-cart__wrapper.open .shopping_cart-dropdown-wrap, body.woocommerce-page .site-header-cart .site-header-cart__wrapper.open .shopping_cart-dropdown-wrap, .site-header-cart .site-header-cart__wrapper.open .shopping_cart-dropdown-wrap {
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}
body.woocommerce .site-header-cart .cart-contents, body.woocommerce-page .site-header-cart .cart-contents, .site-header-cart .cart-contents {
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
}
body.woocommerce .site-header-cart .cart-contents .text, body.woocommerce-page .site-header-cart .cart-contents .text, .site-header-cart .cart-contents .text {
	color:#104194;
	font-size:16px;
	cursor:pointer;
}
body.woocommerce .site-header-cart .cart-contents .count, body.woocommerce-page .site-header-cart .cart-contents .count, .site-header-cart .cart-contents .count {
	vertical-align:middle;
	color:white;
	display:inline-block;
	width:23px;
	height:23px;
	font-size:14px;
	line-height:23px;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
	border-radius:50%;
	margin:-20px 0 0 0;
	background-color:#104194;
}
body.woocommerce .site-header-cart .cart-contents:hover, body.woocommerce-page .site-header-cart .cart-contents:hover, .site-header-cart .cart-contents:hover { color:#cd161a; }
body.woocommerce .site-header-cart .cart-contents:hover .text, body.woocommerce-page .site-header-cart .cart-contents:hover .text, .site-header-cart .cart-contents:hover .text { color:#cd161a; }
body.woocommerce .site-header-cart .cart-contents:hover .count, body.woocommerce-page .site-header-cart .cart-contents:hover .count, .site-header-cart .cart-contents:hover .count { background-color:#cd161a; }
body.woocommerce .site-header-cart .cart-contents:hover i, body.woocommerce-page .site-header-cart .cart-contents:hover i, .site-header-cart .cart-contents:hover i { color:#cd161a; }
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap, .site-header-cart .shopping_cart-dropdown-wrap {
	position:absolute;
	width:250px;
	top:-999em;
	right:0;
	z-index:100;
	box-shadow:0 3px 38px rgba(0,0,0,0.1);
	background:#ffffff;
	opacity:0;
	filter:alpha(opacity=0);
	transform:translate(0,10px);
	transition:transform 0.2s ease, opacity 0.2s ease, top 0s linear 0.2s;
	padding:15px;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap h5, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap h5, .site-header-cart .shopping_cart-dropdown-wrap h5 {
	font-size:18px;
	color:#104194;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap p, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap p, .site-header-cart .shopping_cart-dropdown-wrap p {
	font-size:16px;
	line-height:20px;
	margin:0;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0, .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 { text-align:left; }
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 .empty, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 .empty, .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 .empty { text-align:left; }
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header > *, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header > *, .site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header > * { margin:0; }
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget, .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget { padding:23px 0 0; }
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li.mini_cart_item a img, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li.mini_cart_item a img, .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li.mini_cart_item a img {
	width:70px;
	margin-right:10px;
	margin-top:5px;
}
@media (max-width: 767px) {
	body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget, .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
		max-height:120px;
		overflow-y:auto;
		overflow-x:hidden;
	}
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li > a, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li > a, .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li > a {
	font-size:16px;
	line-height:1.43;
	font-weight:400;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li .quantity .amount, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li .quantity .amount, .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li .quantity .amount {
	display:inline-block;
	vertical-align:baseline;
	font-size:20px;
}
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .total, body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap .buttons, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .total, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap .buttons, .site-header-cart .shopping_cart-dropdown-wrap .total, .site-header-cart .shopping_cart-dropdown-wrap .buttons { margin:0; }
body.woocommerce .site-header-cart .shopping_cart-dropdown-wrap a.remove, body.woocommerce-page .site-header-cart .shopping_cart-dropdown-wrap a.remove, .site-header-cart .shopping_cart-dropdown-wrap a.remove {
	position:absolute;
	top:-20px;
	right:5px;
	left:auto;
	margin-left:0;
	line-height:1 !important;
	font-size:1.5em !important;
	opacity:1;
}
.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart, .shopping_cart-dropdown-wrap .widget_shopping_cart_content { margin-bottom:0; }
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a.button.wc-forward, .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button.wc-forward {
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
}
.woocommerce.widget_shopping_cart .total, .widget_shopping_cart_content .total {
	border-top:1px solid #104194;
	padding-top:24px;
	padding-bottom:23px;
}
.woocommerce.widget_shopping_cart .total strong, .widget_shopping_cart_content .total strong { text-transform:uppercase; }
.woocommerce.widget_shopping_cart .buttons a.button, .widget_shopping_cart_content .buttons a.button {
	display:block;
	margin-bottom:10px;
	width:100%;
}
.woocommerce.widget_shopping_cart .buttons a.button:last-child, .widget_shopping_cart_content .buttons a.button:last-child { margin-bottom:0; }
.woocommerce.widget_shopping_cart ul.cart_list, .widget_shopping_cart_content ul.cart_list { text-align:left; }
.woocommerce.widget_shopping_cart ul.cart_list > li, .widget_shopping_cart_content ul.cart_list > li {
	margin:0;
	padding:10px 10px 10px 0;
	color:inherit;
}
.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart ul.cart_list > li, .shopping_cart-dropdown-wrap .widget_shopping_cart_content ul.cart_list > li {
	padding:0;
	margin:0 0 20px;
}
.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart ul.cart_list > li.empty, .shopping_cart-dropdown-wrap .widget_shopping_cart_content ul.cart_list > li.empty { padding:0; }
.footer-area .woocommerce.widget_shopping_cart ul.cart_list > li, .footer-area .widget_shopping_cart_content ul.cart_list > li { padding:0 0 20px; }
.woocommerce.widget_shopping_cart ul.cart_list > li img, .widget_shopping_cart_content ul.cart_list > li img {
	float:left;
	margin:0 20px 15px 0;
	width:auto;
	display:block;
	max-width:85%;
}
.footer-area .woocommerce.widget_shopping_cart ul.cart_list > li + li, .footer-area .widget_shopping_cart_content ul.cart_list > li + li { padding-top:22px; }
.woocommerce.widget_shopping_cart ul.cart_list > li dl, .widget_shopping_cart_content ul.cart_list > li dl {
	display:block;
	overflow:hidden;
	margin:5px 0 5px;
	padding-left:0;
	border:none;
	font-size:11px;
}
.woocommerce.widget_shopping_cart ul.cart_list > li dl dt, .woocommerce.widget_shopping_cart ul.cart_list > li dl dd, .widget_shopping_cart_content ul.cart_list > li dl dt, .widget_shopping_cart_content ul.cart_list > li dl dd {
	display:inline-block;
	float:left;
	margin-bottom:1em;
}
.woocommerce.widget_shopping_cart ul.cart_list > li dl dt, .widget_shopping_cart_content ul.cart_list > li dl dt {
	font-weight:700;
	padding:0;
	margin:0 4px 0 0;
	clear:left;
}
.woocommerce.widget_shopping_cart ul.cart_list > li dl dd, .widget_shopping_cart_content ul.cart_list > li dl dd {
	padding:0;
	margin:0;
}
.woocommerce.widget_shopping_cart ul.cart_list > li dl dd p:last-child, .widget_shopping_cart_content ul.cart_list > li dl dd p:last-child { margin-bottom:0; }
.woocommerce.widget_shopping_cart ul.cart_list > li .quantity, .widget_shopping_cart_content ul.cart_list > li .quantity {
	display:block;
	overflow:hidden;
}
.woocommerce.widget_shopping_cart ul.cart_list > li a.remove, .widget_shopping_cart_content ul.cart_list > li a.remove {
	right:0;
	left:auto;
}
body .woocommerce div.product, body.woocommerce div.product, body.woocommerce-page div.product {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
@media (max-width: 991px) {
	body .woocommerce div.product, body.woocommerce div.product, body.woocommerce-page div.product { display:block; }
}
body .woocommerce div.product div.images, body.woocommerce div.product div.images, body.woocommerce-page div.product div.images {
	float:none;
	order:1;
	width:49%;
}
@media (max-width: 991px) {
	body .woocommerce div.product div.images, body.woocommerce div.product div.images, body.woocommerce-page div.product div.images { width:100%; }
}
body .woocommerce div.product div.images .tag_image, body.woocommerce div.product div.images .tag_image, body.woocommerce-page div.product div.images .tag_image {
	position:absolute;
	z-index:999;
	top:0;
	right:0;
	padding:0;
	border:none;
	border-radius:0;
}
body .woocommerce div.product div.images .tag_image img, body.woocommerce div.product div.images .tag_image img, body.woocommerce-page div.product div.images .tag_image img { border:none; }
body .woocommerce div.product div.images .flex-control-thumbs, body.woocommerce div.product div.images .flex-control-thumbs, body.woocommerce-page div.product div.images .flex-control-thumbs {
	margin-top:20px;
	margin-right:-10px;
	margin-left:-10px;
}
body .woocommerce div.product div.images .flex-control-thumbs li, body.woocommerce div.product div.images .flex-control-thumbs li, body.woocommerce-page div.product div.images .flex-control-thumbs li { padding:0 10px 20px 10px; }
body .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, body.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, body.woocommerce-page div.product div.images .flex-control-thumbs li img.flex-active { border:3px solid #104194; }
body .woocommerce div.product div.images figure > div, body.woocommerce div.product div.images figure > div, body.woocommerce-page div.product div.images figure > div {
	padding:30px;
	display:block;
	border:2px solid #e6eaec;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	overflow:hidden;
}
body .woocommerce div.product .summary, body.woocommerce div.product .summary, body.woocommerce-page div.product .summary {
	order:2;
	width:45%;
	border-top:1px solid #e6eaec;
	padding:15px 0 0 0;
	float:none;
}
@media (max-width: 991px) {
	body .woocommerce div.product .summary, body.woocommerce div.product .summary, body.woocommerce-page div.product .summary { width:100%; }
}
body .woocommerce div.product .summary .cart, body.woocommerce div.product .summary .cart, body.woocommerce-page div.product .summary .cart {
	padding:0 0 25px 0;
	margin:0 0 25px 0;
	border-bottom:1px solid #e6eaec;
}
body .woocommerce div.product .summary .price, body.woocommerce div.product .summary .price, body.woocommerce-page div.product .summary .price {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	float:none;
	clear:both;
	padding:10px 0 5px 0;
}
body .woocommerce div.product .summary .price ins, body.woocommerce div.product .summary .price ins, body.woocommerce-page div.product .summary .price ins { text-decoration:none; }
body .woocommerce div.product .summary .price del, body.woocommerce div.product .summary .price del, body.woocommerce-page div.product .summary .price del {
	color:#a1a1a1;
	font-size:16 px;
}
body .woocommerce div.product .summary .custom_categories a, body.woocommerce div.product .summary .custom_categories a, body.woocommerce-page div.product .summary .custom_categories a {
	display:inline-block;
	padding:3px 5px;
	margin:0 5px 5px 0;
	background:#ebf6fd;
	border-radius:3px;
}
body .woocommerce div.product .summary .product_meta .sku_wrapper, body.woocommerce div.product .summary .product_meta .sku_wrapper, body.woocommerce-page div.product .summary .product_meta .sku_wrapper { display:none; }
body .woocommerce div.product .related.products, body.woocommerce div.product .related.products, body.woocommerce-page div.product .related.products {
	order:4;
	width:100%;
}
body .woocommerce div.product .upsells, body.woocommerce div.product .upsells, body.woocommerce-page div.product .upsells {
	order:3;
	width:100%;
}
body .woocommerce .description-wrapper, body.woocommerce .description-wrapper, body.woocommerce-page .description-wrapper {
	border-bottom:1px solid #d4dbde;
	padding:0 0 30px 0;
	margin-bottom:30px;
}
body .woocommerce .description-wrapper h2:first-child, body .woocommerce .description-wrapper h3:first-child, body.woocommerce .description-wrapper h2:first-child, body.woocommerce .description-wrapper h3:first-child, body.woocommerce-page .description-wrapper h2:first-child, body.woocommerce-page .description-wrapper h3:first-child {
	border-bottom:1px solid #d4dbde;
	padding:0 0 30px 0;
	margin-bottom:30px;
}
body .woocommerce .description-wrapper p:last-child, body.woocommerce .description-wrapper p:last-child, body.woocommerce-page .description-wrapper p:last-child { margin-bottom:0; }
body .woocommerce .downloads-wrapper, body.woocommerce .downloads-wrapper, body.woocommerce-page .downloads-wrapper {
	border-bottom:1px solid #d4dbde;
	padding:0 0 30px 0;
	margin-bottom:30px;
}
body .woocommerce .downloads-wrapper .file, body.woocommerce .downloads-wrapper .file, body.woocommerce-page .downloads-wrapper .file {
	display:inline-block;
	padding-left:60px;
	min-height:50px;
	background-image:url("../images/helper/icon-file.png");
	background-position:left center;
	background-repeat:no-repeat;
	line-height:25px;
	color:#104194;
}
body .woocommerce .downloads-wrapper .file span, body.woocommerce .downloads-wrapper .file span, body.woocommerce-page .downloads-wrapper .file span {
	font-size:16px;
	color:#000000;
}
body .woocommerce .downloads-wrapper .file.icon-pdf, body.woocommerce .downloads-wrapper .file.icon-pdf, body.woocommerce-page .downloads-wrapper .file.icon-pdf { background-image:url("../images/helper/icon-pdf.png"); }
body .woocommerce .cart-wrapper, body.woocommerce .cart-wrapper, body.woocommerce-page .cart-wrapper {
	border-bottom:1px solid #d4dbde;
	padding:0 0 30px 0;
	margin-bottom:30px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
body .woocommerce .cart-wrapper .price-wrapper, body.woocommerce .cart-wrapper .price-wrapper, body.woocommerce-page .cart-wrapper .price-wrapper { margin-right:80px; }
body .woocommerce .cart-wrapper .price-wrapper span.label, body.woocommerce .cart-wrapper .price-wrapper span.label, body.woocommerce-page .cart-wrapper .price-wrapper span.label {
	display:block;
	font-size:16px;
	color:#777575;
}
body .woocommerce .cart-wrapper .price-wrapper p, body.woocommerce .cart-wrapper .price-wrapper p, body.woocommerce-page .cart-wrapper .price-wrapper p {
	margin:0;
	color:#000000;
	font-size:34px;
	line-height:50px;
	font-weight:300;
}
body .woocommerce .cart-wrapper form, body.woocommerce .cart-wrapper form, body.woocommerce-page .cart-wrapper form { margin-bottom:0 !important; }
body .woocommerce .cart-wrapper form label, body.woocommerce .cart-wrapper form label, body.woocommerce-page .cart-wrapper form label {
	display:block;
	font-size:16px;
	color:#777575;
	width:100%;
	margin:0;
}
body .woocommerce div.product form.cart div.quantity, body.woocommerce div.product form.cart div.quantity, body.woocommerce-page div.product form.cart div.quantity {
	margin-right:30px;
	display:flex;
	flex-wrap:wrap;
	-moz-appearance:none;
}
body .woocommerce div.product form.cart div.quantity label, body.woocommerce div.product form.cart div.quantity label, body.woocommerce-page div.product form.cart div.quantity label { display:none; }
body .woocommerce div.product form.cart div.quantity input.qty, body.woocommerce div.product form.cart div.quantity input.qty, body.woocommerce-page div.product form.cart div.quantity input.qty {
	height:42px;
	width:80px;
	order:2;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	-webkit-appearance:textfield;
	border:2px solid #e6eaec;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background-color:inherit;
	padding-left:0;
	padding-right:0;
	font-size:18px;
}
body .woocommerce div.product form.cart div.quantity input.qty:focus, body.woocommerce div.product form.cart div.quantity input.qty:focus, body.woocommerce-page div.product form.cart div.quantity input.qty:focus {
	border:none;
	box-shadow:none;
}
body .woocommerce div.product form.cart div.quantity span, body.woocommerce div.product form.cart div.quantity span, body.woocommerce-page div.product form.cart div.quantity span {
	position:relative;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	padding:12px 10px;
	width:40px;
	height:40px;
	margin-right:5px;
	cursor:pointer;
}
body .woocommerce div.product form.cart div.quantity span::before, body.woocommerce div.product form.cart div.quantity span::before, body.woocommerce-page div.product form.cart div.quantity span::before {
	position:absolute;
	top:50%;
	left:50%;
	font-size:34px;
	line-height:50px;
	color:#104194;
	transform:translate(-50%,-50%);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
body .woocommerce div.product form.cart div.quantity span.jm-qty-minus, body.woocommerce div.product form.cart div.quantity span.jm-qty-minus, body.woocommerce-page div.product form.cart div.quantity span.jm-qty-minus { order:1; }
body .woocommerce div.product form.cart div.quantity span.jm-qty-minus::before, body.woocommerce div.product form.cart div.quantity span.jm-qty-minus::before, body.woocommerce-page div.product form.cart div.quantity span.jm-qty-minus::before { content:'-'; }
body .woocommerce div.product form.cart div.quantity span.jm-qty-plus, body.woocommerce div.product form.cart div.quantity span.jm-qty-plus, body.woocommerce-page div.product form.cart div.quantity span.jm-qty-plus { order:3; }
body .woocommerce div.product form.cart div.quantity span.jm-qty-plus::before, body.woocommerce div.product form.cart div.quantity span.jm-qty-plus::before, body.woocommerce-page div.product form.cart div.quantity span.jm-qty-plus::before { content:'+'; }
body .woocommerce button.button.alt.single_add_to_cart_button, body.woocommerce button.button.alt.single_add_to_cart_button, body.woocommerce-page button.button.alt.single_add_to_cart_button { position:relative; }
body .woocommerce button.button.alt.single_add_to_cart_button:before, body.woocommerce button.button.alt.single_add_to_cart_button:before, body.woocommerce-page button.button.alt.single_add_to_cart_button:before {
	content:'\f07a';
	position:absolute;
	left:20px;
	top:5px;
	font-family:"Font Awesome 5 Free";
	font-size:14px;
	font-weight:bold;
}
body .woocommerce ul.products li.product, body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
	position:relative;
	border:2px solid #e6eaec;
	border-radius:8px;
	padding:20px;
	font-size:13px;
}
@media (min-width: 768px) and (max-width: 1199px) {
	body .woocommerce ul.products li.product, body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product { padding-bottom:60px; }
}
body .woocommerce ul.products li.product .tag_image, body.woocommerce ul.products li.product .tag_image, body.woocommerce-page ul.products li.product .tag_image {
	position:absolute;
	top:0;
	right:0;
}
body .woocommerce ul.products li.product p, body.woocommerce ul.products li.product p, body.woocommerce-page ul.products li.product p {
	margin:0 0 5px 0;
	font-size:13px;
	line-height:1.5;
}
body .woocommerce ul.products li.product a, body.woocommerce ul.products li.product a, body.woocommerce-page ul.products li.product a { overflow:hidden; }
body .woocommerce ul.products li.product a .onsale, body.woocommerce ul.products li.product a .onsale, body.woocommerce-page ul.products li.product a .onsale { display:none; }
body .woocommerce ul.products li.product a .short-description, body.woocommerce ul.products li.product a .short-description, body.woocommerce-page ul.products li.product a .short-description { min-height:100px; }
body .woocommerce ul.products li.product a img, body.woocommerce ul.products li.product a img, body.woocommerce-page ul.products li.product a img {
	width:45%;
	float:right;
}
body .woocommerce ul.products li.product a .price, body.woocommerce ul.products li.product a .price, body.woocommerce-page ul.products li.product a .price {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	float:none;
	clear:both;
	padding:10px 0 5px 0;
}
body .woocommerce ul.products li.product a .price ins, body.woocommerce ul.products li.product a .price ins, body.woocommerce-page ul.products li.product a .price ins { text-decoration:none; }
body .woocommerce ul.products li.product a .price del, body.woocommerce ul.products li.product a .price del, body.woocommerce-page ul.products li.product a .price del {
	color:#a1a1a1;
	font-size:16 px;
}
body .woocommerce ul.products li.product .add_to_cart_button, body.woocommerce ul.products li.product .add_to_cart_button, body.woocommerce-page ul.products li.product .add_to_cart_button {
	position:absolute;
	right:20px;
	bottom:20px;
	padding:13px 15px;
}
@media (max-width: 767px) {
	body .woocommerce ul.products li.product .add_to_cart_button, body.woocommerce ul.products li.product .add_to_cart_button, body.woocommerce-page ul.products li.product .add_to_cart_button {
		position:relative;
		right:0;
		bottom:0;
	}
}
body .woocommerce ul.products li.product:hover, body.woocommerce ul.products li.product:hover, body.woocommerce-page ul.products li.product:hover {
	top:-10px;
	-webkit-box-shadow:0 25px 40px 0 rgba(16,65,148,0.15);
	-moz-box-shadow:0 25px 40px 0 rgba(16,65,148,0.15);
	box-shadow:0 25px 40px 0 rgba(16,65,148,0.15);
}
body .woocommerce .checkout .col-1, body .woocommerce .checkout .col-2, body.woocommerce .checkout .col-1, body.woocommerce .checkout .col-2, body.woocommerce-page .checkout .col-1, body.woocommerce-page .checkout .col-2 { max-width:100%; }
body .woocommerce .checkout .form-row, body.woocommerce .checkout .form-row, body.woocommerce-page .checkout .form-row { display:block; }
body .woocommerce .col2-set .col-1, body .woocommerce .col2-set .col-2, body.woocommerce .col2-set .col-1, body.woocommerce .col2-set .col-2, body.woocommerce-page .col2-set .col-1, body.woocommerce-page .col2-set .col-2 { max-width:100%; }
@media (max-width: 767px) {
	body .woocommerce ul.products[class*="columns-"] li.product, body.woocommerce ul.products[class*="columns-"] li.product, body.woocommerce-page ul.products[class*="columns-"] li.product { width:100%; }
}
body .woocommerce .woocommerce-MyAccount-content form .form-row label, body.woocommerce .woocommerce-MyAccount-content form .form-row label, body.woocommerce-page .woocommerce-MyAccount-content form .form-row label {
	line-height:inherit;
	width:200px;
}
.enhancedcategory { margin-bottom:50px; }
.subcategories .category-box { margin-bottom:30px; }
.subcategories .category-box h2 {
	font-weight:300;
	font-size:30px;
	line-height:40px;
	margin-bottom:30px;
}
.subcategory-description { margin-bottom:40px; }
.subcategory-description .term-description { display:none; }
.category-menu {
	margin:0 0 40px 0;
	padding:0;
	list-style:none;
}
@media (max-width: 991px) {
	.category-menu {
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
	}
}
.category-menu li {
	margin:0 0 20px 0;
	padding:0;
}
@media (max-width: 991px) {
	.category-menu li { margin:0 10px 20px 10px; }
}
.category-menu li a {
	display:block;
	color:#626262;
	font-size:16px;
	line-height:20px;
}
.category-menu li a:hover { color:#104194; }
.category-menu li.current a { color:#104194; }
.shop-loop-custom {
	margin:0;
	padding:0;
	list-style:none;
}
.shop-loop-custom li {
	margin:0;
	padding:0;
}
.shop-loop-custom li .product-list-item {
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom:60px;
}
@media (max-width: 767px) {
	.shop-loop-custom li .product-list-item { display:block; }
}
.shop-loop-custom li .product-list-item .product-image { width:48%; }
@media (max-width: 767px) {
	.shop-loop-custom li .product-list-item .product-image {
		width:100%;
		text-align:center;
		margin-bottom:20px;
	}
}
.shop-loop-custom li .product-list-item .product-description { width:48%; }
@media (max-width: 767px) {
	.shop-loop-custom li .product-list-item .product-description {
		width:100%;
		text-align:center;
	}
}
.shop-loop-custom li .product-list-item .product-description .product-title h2 {
	font-size:40px;
	font-weight:300;
	color:#104194;
	margin-bottom:30px;
}
.shop-loop-custom li .product-list-item .btn {
	padding-left:40px;
	padding-right:40px;
}
.shop-loop-custom li:nth-child(even) .product-list-item .product-image { order:1; }
.shop-loop-custom li:nth-child(even) .product-list-item .product-description { order:2; }
.woocommerce-cart-form__cart-item .quantity label { display:none; }
.jm-youtube-box { position:relative; }
.jm-youtube-box .jm-video-wrapper {
	overflow:hidden;
	padding:0 0 56.25% 0;
	margin:0;
	height:0;
	position:relative;
}
.jm-youtube-box .jm-video-wrapper iframe {
	border:0;
	height:100%;
	width:100%;
	min-width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-169 { padding:0 0 56.25% 0; }
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-43 { padding:0 0 75% 0; }
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	color:#000000;
	font:400 16px/26px 'Roboto';
	width:100%;
	min-width:320px;
	position:inherit;
	text-align:center;
	background-color:#ffffff;
}
td, th {
	color:#000000;
	text-align:left;
	vertical-align:top;
}
p {
	color:#000000;
	font:400 16px/26px 'Roboto';
	margin:0 0 26px 0;
	padding:0;
}
hr {
	display:block;
	clear:both;
	height:1px;
	border:none;
	margin:0 0 26px 0;
	padding:0;
	border-bottom:1px solid #000000;
}
a {
	color:#104194;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
a:focus, a:hover {
	text-decoration:none;
	color:#000000;
	outline:none;
}
h1 {
	color:#104194;
	font:700 26px/40px 'Roboto';
	text-transform:uppercase;
	margin:0;
	padding:0;
}
h2 {
	color:#104194;
	font:700 26px/40px 'Roboto';
	margin:0 0 16px 0;
	padding:0;
}
h2 a {
	color:#104194;
	text-decoration:none;
}
h2.view_all_wrapper {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
h2.view_all_wrapper a {
	font-size:14px;
	line-height:30px;
	font-weight:400;
	text-transform:uppercase;
	white-space:nowrap;
}
h2.view_all_wrapper a:after {
	content:'>>';
	padding:0 0 0 2px;
}
h3 {
	color:#104194;
	font:700 22px/30px 'Roboto';
	margin:0 0 16px 0;
	padding:0;
}
h4 {
	color:#104194;
	font:700 20px/28px 'Roboto';
	margin:0 0 16px 0;
	padding:0;
}
h5 {
	color:#000000;
	font:700 18px/28px 'Roboto';
	margin:0 0 16px 0;
	padding:0;
}
h6 {
	color:#000000;
	font:700 16px/28px 'Roboto';
	margin:0 0 16px 0;
	padding:0;
}
.site {
	position:relative;
	display:flex;
	flex-direction:column;
	height:100%;
	text-align:left;
}
.site .site-wrapper {
	flex:1 0 auto;
	overflow:hidden;
}
.site-content {
	position:relative;
	z-index:40;
}
.inverted * { color:#fff; }
.header-indent { margin:25px 0 60px 0; }
@media (max-width: 1199px) {
	.header-indent { margin:0 0 35px 0; }
}
.content-indent { padding:80px 0 80px 0; }
.content-indent.vc_col-has-fill>.vc_column-inner, .content-indent.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .content-indent.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .content-indent.vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top:0; }
@media (max-width: 1199px) {
	.content-indent { padding:40px 0; }
}
.content-indent-bottom { padding:0 0 60px 0; }
.content-indent-bottom.vc_col-has-fill>.vc_column-inner, .content-indent-bottom.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .content-indent-bottom.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .content-indent-bottom.vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top:0; }
@media (max-width: 1199px) {
	.content-indent-bottom { padding:0 0 20px 0; }
}
.content-area { margin:40px 0; }
@media (max-width: 1199px) {
	.content-area { margin:25px 0; }
}
.home .content-area { margin:0; }
.title-section {
	position:relative;
	padding:10px 0;
	margin:0;
	text-align:left;
}
.title-section h1 {
	margin:0;
	color:#000;
}
.bg_lamp_right .vc_column-inner {
	background-position:right bottom;
	background-repeat:no-repeat;
}
