body, h1, h2, h3, h4, h5, html {
	font-family: Montserrat, sans-serif ;
}

h1, h2, h3, h4, h5{
	font-family: Montserrat, sans-serif !important;
	color: #c52122 !important;
	font-weight: bold;
	text-align: left;
}

h4{
	font-size: 16px;
}

.contact-page-content li, .links-ul li, .sidebar-menu li {
	list-style: none;
	/*white-space: nowrap;*/
}

.logo img {
	max-width: 240px;
}

/*body, html {
	overflow-x: hidden;
	max-width: 100%;
}*/

.body-bg {
	/*overflow: hidden;*/
	/*background: linear-gradient( to bottom, #fff 0%, rgb(245, 245, 245) 10%, rgb(170, 170, 170) 100%);*/
}

.modal-open, .modal-open .site-wrapper {
	overflow: hidden !important;
	width: -webkit-calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	width: calc(100% + 20px);
}

.modal-open .site-header {
	display: none !important;
}

@media screen and (min-width: 992px) {
	.container-fluid {
		padding: 0 30px
	}
}

.flex-row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-align-center {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

.flex-justify-end {
	-ms-justify-content: flex-end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex-align-end {
	-ms-flex-align: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	align-items: flex-end
}

.flex-justify-between {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between
}

.flex-justify-center {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center
}

.site-wrapper {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	min-height: 100vh;
	padding-top: 130px;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: cover;
	background-size: cover;
	-ms-flex-direction: column;
}

.badBrowser .site-wrapper{
	min-height: auto;
}

.page-template-template-contact .site-wrapper {
	background-position: left center;
}


#main {
	-ms-flex: 1 0 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-moz-box-flex: 1;
	flex: 1 0 auto
}

.breadcrumbs {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.438;
	padding: 30px 0;
	text-align: left;
	color: #555
}

.breadcrumbs [property=itemListElement] {
	padding: 0 10px;
	color: #c52122
}

.breadcrumbs [property=itemListElement] a {
	color: #555
}

h2, h3 {
	font-weight: 700;
	line-height: 1.778;
	font-size: 36px;
	color: #c52122
}

.page-template-default h1 {
	font-size: 36px;
	line-height: 1.778;
	margin: 15px 0;
}

.page-template-default h1,
.page-template-default h2,
.page-template-default h3,
.page-template-default h4,
.page-template-default h5 {
	color: #c52122;
	font-weight: bold;
}

.breadcrumbs [property=itemListElement]:first-child {
	padding-left: 0
}

.breadcrumbs [property=itemListElement]:last-child {
	padding-right: 0
}
h1 {
	font-size: 36px !important;
}
h2 {
	font-size: 36px !important;
	margin: 15px 0
}

h3 {
	font-size: 20px !important;
	margin: 20px 0
}

p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px
}

main ul, main ol {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar {
	font-family: 'Oswald', sans-serif;
}

.sidebar-menu {
	max-width: 330px;
	margin: 10px 0 50px;
	background: #fff
}

.sidebar-menu ul {
	margin: 0;
	padding: 0
}

.sidebar-menu li > a {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.929;
	display: inline-block;
	width: 100%;
	padding: 10px 25px;
	text-align: left;
	text-decoration: none;
	color: #000
}

.btn, .links-ul li {
	font-size: 16px;
	font-weight: 600
}

.sidebar-menu li.active > a, .sidebar-menu li > a.active, .sidebar-menu li > a:hover, .sidebar-menu li:hover > a {
	color: #fff !important;
	background: #c52122
}

@media screen and (min-width: 1200px) {
	.col-lg-5-of-12 {
		float: left;
		width: 20%
	}

	.col-160 {
		float: left;
		width: 160px;
		max-width: 20%;
	}
}

@media screen and (max-width: 1200px) {
	.flex-md-justify-center {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center
	}
}

.links-ul {
	margin-top: 30px
}

.links-ul ul {
	margin: 0;
	padding: 0
}

.links-ul li {
	line-height: 1.4;
	margin-bottom: 10px;
	color: #000
}

.links-ul li a {
	text-decoration: none;
	color: inherit
}

.btn, .btn:hover, .links-ul li a:hover {
	text-decoration: underline
}

.mark-red {
	color: #c52122
}

address {
	white-space: pre-line
}

.relative {
	position: relative
}

.search-form-wrapper {
	position: absolute;
	top: 30px;
	right: 0;
	display: none;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .1)
}

.search-form-wrapper * {
	margin: 0;
	padding: 0;
}

.search-form-wrapper .search-form {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex
}

.search-form-wrapper input {
	height: 50px;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	border-radius: 0
}

.search-form-wrapper button {
	width: 50px;
	height: 50px;
	color: #fff;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #c52122
}

.modal-open {
	max-height: 100vh
}

.btn {
	padding: 15px 30px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: center;
	color: #000;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	background-color: #eee;
	text-decoration: none;
}

.btn:hover {
	background: #ccc
}

.btn-grey, .btn:active {
	color: #000;
	background: #ccc
}

.btn-grey:active, .btn-grey:hover {
	color: #fff;
	background: #666
}

.btn-red {
	color: #fff;
	background: #c32429
}

.btn-red:active, .btn-red:hover {
	color: #fff;
	background: #950507
}

.site-header {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	left: 0;
	padding: 18px 0
}

.site-header.header-static {
	position: static;
}

.modal-dialog {
	width: 90%;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto
}

.modal-content {
	border: none;
	background: no-repeat #fff
}

.modal-header {
	position: relative;
	padding: 40px 0 20px;
	border: none
}

.modal-header .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	margin: 0;
	opacity: 1;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #c52122
}

.modal-header .close.disabled,
.modal-header .btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background: #ccc !important;
}

.error_block {
	text-align: center;
	font-size: 14px;
	color: #c52122;
	padding: 10px;
}

label#agree-error {
	display: none !important;
}

.modal-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #c52122
}


.modal-body {
	padding: 10px 15px 15px
}

.bg-cover {
	-webkit-background-size: cover;
	background-size: cover
}

@media screen and (min-width: 768px) {
	.modal-body {
		padding: 10px 100px 100px
	}

	.mobile-menu {
		display: none;
	}
}

.about-market-item {
	padding: 15px 0;
	text-align: center
}

@media screen and ( min-width: 992px ) {
	.about-market-item {
		padding: 0;
		margin-bottom: 10px;
		text-align: center;
	}
}

@media screen and ( max-width: 992px ) {
	.about-market-item {

		text-align: center;
	}
}

.about-market-item .circle {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.tech-content h2, .tech-content h3 {
	margin: 0;
	font-weight: 700;
	text-align: left;
	line-height: 1.4 !important;
}

.tech-content .image-row img {
	width: 100% !important;
	height: auto !important;
}

.tech-content img {
	max-width: 100%;
}

.about-market-item .title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.643;
	text-align: center;
	color: #000;
	word-break: break-word;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.about-market-item .circle {
		/*width: 60px;
		height: 60px*/
	}

	.about-market-item .title {
		font-size: 10px
	}
}

.about-markets-row {
	padding-top: 25px;
	/*	float: right;
		max-width: 440px*/
}

/*
.about-markets-row [class^=col-]:nth-child(1) .about-market-item,
.about-markets-row [class^=col-]:nth-child(3) .about-market-item,
.about-markets-row [class^=col-]:nth-child(4) .about-market-item,
.about-markets-row [class^=col-]:nth-child(6) .about-market-item {
	-ms-transform: translateY(40px);
	transform: translateY(40px)
}
*/

@media screen and (max-width: 992px) {
	.about-markets-row {
		float: none;
		margin: 0 auto;
	}

	.about-markets-row h3 {
		text-align: center;
	}

	.sidebar-menu {
		max-width: 100%;
	}

	.sidebar-menu .widget_nav_menu {
		display: none;
	}

	#woo_menu_mobile .sidebar-menu .widget_nav_menu {
		display: block;
	}

	.toggle-sidebar-menu {
		background: #dddddd;
		padding: 5px 10px 5px 20px;
		text-align: center;
		position: relative;
		font-size: 16px;
		font-weight: 600;
	}

	.toggle-sidebar-menu .fa {
		position: absolute;
		top: 7px;
		left: 12px;
		font-size: 20px;
	}

	#woo_menu_mobile .sidebar-menu {
		margin: 0;
	}

	#woo_menu_mobile {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		background: #fff;
		-webkit-animation: slideInDown 0.5s;
		-moz-animation: slideInDown 0.5s;
		-o-animation: slideInDown 0.5s;
		animation: slideInDown 0.5s;
	}
}


.tech-content {
	text-align: justify
}

.tech-content h2 {
	font-size: 36px;
	line-height: 1.778;
	color: #000
}

.tech-content h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 30px
}

.image-row {
	padding: 20px 0
}

.image-row img {
	max-width: 80%
}

.optics-image-row {
	text-align: center
}

.optics-image-row .circle {
	width: 100%;
	margin: 20px auto;
	padding-bottom: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover
}


.optics-image-row .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.45;
	color: #000
}

.logo-wrapper {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 150px;
	margin: 15px 0;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center
}

.logo-wrapper img {
	max-width: 70%;
	max-height: 85%;
	width: auto;
	height: auto;
}

.no-decoration {
	text-decoration: none;
}

.no-decoration:hover {
	text-decoration: none;
}

.org-links {
	padding: 50px 0
}

.contact-page-content {
	font-size: 16px;
	line-height: 1.875
}

.contact-page-content h2 {
	line-height: 1.2;
	margin-top: -5px
}

.contact-page-content ul {
	margin: 0;
	padding: 0
}

.text-justify img {
	max-width: 100%;
}

.text-justify .wp-caption {
	margin: 0;
	padding: 0;
	width: 100% !important;
	max-width: 100%;
	background: transparent;
	border: none;
	text-align: inherit;
}

@media screen and (max-width: 992px) {
	.contact-page-content {
		text-align: center
	}

	.text-justify h1,
	.text-justify h2,
	.text-justify h3,
	.text-justify h4 {
		text-align: left;
	}

	.owl-item .home-content-nav-item {
		float: none;
	}

	.owl-item .home-content-nav-item .title {
		font-size: 12px;
		text-align: center;
		padding: 0 5px;
	}

	.home-content-nav.owl-carousel {
		margin: 0 auto !important;
		width: auto;
		max-width: 50%;
	}

	.home-content-nav.owl-carousel .owl-stage-outer {
		overflow: visible;
	}

	.home-content-nav .active {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		z-index: 2;
		position: relative;
	}

	.home-content-nav .active .home-content-nav-item {
		-webkit-filter: grayscale(0);
		filter: grayscale(0)
	}

	.home-content-nav .active .home-content-nav-item:before {
		content: none;
	}
}

.contact-page-form {
	padding: 50px 0
}

.contact-page-form h2 {
	margin: 0 0 20px
}

.site-footer {
	padding: 35px 0 15px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(70%, rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, #000 0, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(bottom, #000 0, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, #000 0, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 0) 100%)
}

#site-info p {
	font-size: 12px;
	text-align: left;
	color: #ccc;
	margin: 0;
}

#site-info a {
	color: inherit
}

.line-separator {
	display: inline-block;
	margin: 0 15px
}

.footer-top {
	margin-bottom: 30px
}

.footer-top h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	margin: 15px 0;
	color: #fff !important;
}

.footer-top ul {
	margin: 0;
	padding: 0
}

.footer-top ul.sub-menu {
	display: none;
}

.footer-top ul li {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 7px;
	list-style: none;
	color: #fff
}

.footer-top ul li a {
	color: inherit
}

.get-file-block {
	position: relative;
	margin-right: 15px;
}

.get-file-btn {
	padding: 0 20px 0 30px;
	background: #dedede;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	height: 48px;
	line-height: 50px;
}

.get-file-btn .title {
	font-size: 16px;
	color: rgb(0, 0, 0);
	vertical-align: middle;
	margin-right: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #a7a7a7;
}

.get-file-btn .carret {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	line-height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #a7a7a7;
	text-align: center;
}

.get-file-btn .carret:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border: 3px solid;
	margin-top: 2px;
	border-color: #000 transparent transparent transparent;
}

.get-file-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: -20%;
	min-width: 220px;
	padding: 10px 15px;
	background: #fff;
	-webkit-box-shadow: 1px -2px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px -2px 10px 0 rgba(0, 0, 0, 0.3);
}

.get-file-dropdown li {
	list-style: none;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
}

.get-file-dropdown li:last-child {
	margin-bottom: 0;
}

.get-file-dropdown a {
	color: inherit;
}

.icon-pdf,
.icon-csv {
	padding: 3px;
	display: inline-block;
	text-align: center;
	background: #ccc;
	color: #fff;
	font-size: 8px;
	text-transform: uppercase;
	margin-right: 10px;
}

.icon-pdf {
	background-color: #c52122;
}

.icon-csv {
	background-color: #569d00;
}

@media print {
	.wc-proceed-to-checkout, .print-page, .product-remove, .site-header, #subheader, .breadcrumbs-wrapper, #cta, .site-footer {
		display: none;
	}

	* {
		font-size: 16px !important;
		font-family: Arial, sans-serif;
	}

	h1 {
		font-size: 28px !important;
		font-weight: 500 !important;
	}

	h2 {
		font-size: 24px !important;
		font-weight: 500 !important;
	}

	h3 {
		font-size: 22px !important;
		font-weight: 500 !important;
	}

	h4 {
		font-size: 20px !important;
		font-weight: 500 !important;
	}

	h5 {
		font-size: 18px !important;
		font-weight: 500 !important;
	}

}

/* Credit Application */
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	font-size: 14px;
	color: rgb(136, 136, 136);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	top: 0;
	right: 10px;
}

.select2-container .select2-selection--single,
.form-control {
	width: 100%;
	height: 48px;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
	color: rgb(136, 136, 136);
	padding-left: 15px;
}

html body input[type="text"],
html body input[type="number"]:not(.qty),
html body input[type="email"],
html body input[type="password"],
html body input[type="tel"] {
	width: 100%;
	height: 48px;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	font-size: 14px !important;
	color: rgb(136, 136, 136);
	padding: 0 15px;
}

html body textarea {
	width: 100%;
	resize: none;
	height: 148px;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
	color: rgb(136, 136, 136);
	padding: 15px;
}

.woocommerce form .form-row textarea {
	height: 148px;
}

.woocommerce-account .woocommerce-error, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-message{
    background-color: transparent;
    border-top: none;
    display: inline-block;
    width: 100%;
}
.woocommerce-account .woocommerce-info::before {
	display: none;
}

html body label {
	padding: 10px 0;
	margin: 0;
	font-size: 14px;
	color: rgb(0, 0, 0);
	text-align: left;
	line-height: 1 !important;
}

.woocommerce-billing-fields__field-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 -15px;
}

.woocommerce-checkout form .form-row {
	width: 33.33%;
	float: left;
	clear: right;
	padding: 0 15px;
}

.woocommerce-checkout form .form-row .select2-container .select2-selection--single {
	margin: 0;
}

.woocommerce-checkout form .form-row#billing_first_name_field,
.woocommerce-checkout form .form-row#billing_last_name_field {
	width: 50%;
}

.woocommerce-checkout form .form-row#order_comments_field {
	width: 100%;
}

.woocommerce form.checkout_coupon {
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce form.checkout_coupon p:first-child {
	width: 100%;
}

#general-state-wrapper .select2-container {
	width: 100% !important;
}

.woocommerce form.checkout_coupon .form-row-first {
	width: 70%
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 16px;
	color: rgb(255, 254, 254);
	text-transform: uppercase;
	text-align: center;
	background: #c52122;
	height: 48px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	height: auto;
}

.woocommerce form.checkout_coupon button {
	width: 100%;
	padding: 10px 20px;
	height: 48px;
}

.woocommerce-MyAccount-content a {
	color: #c52122;
}

.woocommerce-account .addresses .title .edit {
	font-weight: 600;
	color: #000;
	font-size: 16px;
	padding: 28px 0px;
}


.woocommerce form.checkout_coupon .form-row-last {
	width: 30%;
}

.woocommerce-account-fields p:first-child {
	width: 100%;
}

.woocommerce-account-fields p.create-account {
	padding: 0;
}

.woocommerce-account-fields div.create-account {
	width: 100%;
	background: #fff;
	float: left;
	padding: 15px 0;
}
.woocommerce-shipping-fields {
	margin-bottom: 30px;
}

.place-order {
	width: 100% !important;
}


.place-order .button {
	font-size: 16px !important;
	color: rgb(255, 254, 254);
	text-transform: uppercase;
	padding: 15px 30px !important;
	background: #c52122 !important;
	width: auto;
	display: inline-block;
	-webkit-border-radius: 30px !important;
	border-radius: 30px !important;
	height: 48px;
}

.woocommerce-account-fields .create-account .form-row {
	width: 50% !important;
}

@media screen and (max-width: 992px) {
	.woocommerce-checkout form .form-row {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce form.checkout_coupon {
		text-align: center;
	}

	.woocommerce form.checkout_coupon .form-row-last,
	.woocommerce form.checkout_coupon .form-row-first {
		width: 100% !important;
	}

	.woocommerce-checkout form .form-row {
		width: 100%;
	}

	.woocommerce-checkout form .form-row#billing_first_name_field,
	.woocommerce-checkout form .form-row#billing_last_name_field {
		width: 100%;
	}
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	float: left;
}

/* Login */
#customer_login,
#customer_login {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0 100px;
}

#customer_login button[type="submit"],
#customer_login button[type="submit"] {
	width: 100%;
	height: 48px;
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-moz-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
	font-weight: 400;
}

#customer_login button[type="submit"]:hover,
#customer_login button[type="submit"]:hover,
#customer_login button[type="submit"]:focus,
#customer_login button[type="submit"]:focus,
#customer_login button[type="submit"]:active,
#customer_login button[type="submit"]:active {
	background: #a51e1f;
	color: #fff;
}

#customer_login .col-1,
#customer_login .col-2 {
	background: #fff;
	padding: 25px 15px 50px;
	width: 48%;
	max-width: 600px;
}

#customer_login .col-1 h2,
#customer_login .col-2 h2 {
	text-align: center;
	margin: 10px 0;
	font-size: 36px;
	font-weight: 600;
}

#customer_login .col-1 form,
#customer_login .col-2 form {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	padding: 0 15px;
	border: none
}

#customer_login .col-1 form .form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#customer_login form .form-row button {
	margin-top: 20px;
}

#customer_login .login .lost_password {
	position: absolute;
	bottom: 68px;
	right: 22px;
	white-space: nowrap;
	font-weight: 600;
	color: #000;
	font-size: 14px;
}

#customer_login .login .lost_password a {
	color: inherit;
}

.woocommerce-checkout .col2-set .col-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.woocommerce-additional-fields {
	margin: 0 -15px;
}

#ship-to-different-address {
	width: 100%;
}

input[type="checkbox"] {
	position: relative !important;
	margin: -3px 10px 0 0 !important;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: transparent;
}

input[type="checkbox"]:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

input[type="checkbox"]:checked:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 3px;
	z-index: 1;
	left: 3px;
	width: 7px;
	height: 7px;
	background: #636161;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 1.875;
	font-weight: 400;
}

.woocommerce-shipping-fields__field-wrapper {
	margin: 0 -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

body.woocommerce-checkout .site-main h1 {
	text-align: center;
	font-size: 64px;
	color: rgb(0, 0, 0);
	font-weight: bold;
}

body.woocommerce-checkout .site-main h3 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.778;
}

.woocommerce-checkout-review-order-table {
}

.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout-review-order-table thead td {
	padding: 25px 10px !important;
	background: #555555;
	color: #fff;
	font-size: 14px;
	line-height: 1.643;
	text-align: left;
}

.woocommerce-checkout-review-order-table tbody th {
	font-weight: bold;
}

.woocommerce-checkout-review-order-table thead th:first-child,
.woocommerce-checkout-review-order-table thead td:first-child,
.woocommerce-checkout-review-order-table th:first-child,
.woocommerce-checkout-review-order-table td:first-child {
	text-align: left;
}

.woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce-checkout-review-order-table thead td:last-child,
.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child {
	text-align: right;
}

.woocommerce-checkout-review-order-table {
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	padding: 15px !important;
	background: #fff;
	border-bottom: 1px solid #cccccc;
}


/* Order table */

.woocommerce table.my_account_orders th,
.woocommerce-orders-table thead th,
.woocommerce-orders-table thead td {
	padding: 15px 10px;
	background: #555555;
	color: #fff;
	font-size: 14px;
	line-height: 1.643;
	text-align: center;
}

.woocommerce table.my_account_orders td {
	padding: 15px 10px;
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1.643;
	text-align: center;
	border: 1px solid #cccccc;
}

.woocommerce table.my_account_orders td .view {
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #e5e5e5;
	font-size: 0;
	text-align: center;
	color: #555555;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	padding: 15px;
	background: #fff;
	border: 1px solid #ccc;
}

.woocommerce-thankyou-order-details {
	padding: 10px;
	margin: 0;
	background: #fff;
}

.woocommerce-thankyou-order-details li {
	padding: 10px;
}

.woocommerce table.my_account_orders td .view:after {
	content: "\f06e";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	margin-top: -3px;
}

.woocommerce-MyAccount-content .col2-set, .woocommerce-MyAccount-content .col2-set {
	padding: 0 15px;
	background: #fff;
}

.woocommerce-MyAccount-content button[type="submit"] {
	padding: 14px 35px;
	margin: 20px 0 0;
}

.woocommerce-customer-details {
	background: #fff;
	padding: 0 25px;
	font-size: 14px;
	font-weight: 600;
}

.woocommerce-customer-details .woocommerce-column {
	padding: 15px;
	margin: 0 0 20px;
}

@media screen and (min-width: 992px) {
	.woocommerce-checkout-review-order-table thead th:first-child,
	.woocommerce-checkout-review-order-table thead td:first-child,
	.woocommerce-checkout-review-order-table th:first-child,
	.woocommerce-checkout-review-order-table td:first-child {
		padding-left: 10vw !important;
	}

	.woocommerce-checkout-review-order-table thead th:last-child,
	.woocommerce-checkout-review-order-table thead td:last-child,
	.woocommerce-checkout-review-order-table th:last-child,
	.woocommerce-checkout-review-order-table td:last-child {
		padding-right: 10vw !important;
	}
}

.shop-content .home-text-block .text {
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 1.875;
}

.shop-content .home-text-block .title {
	font-size: 64px;
	color: rgb(197, 33, 34);
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 30px;
}

/*
.shop-content .home-content-nav-item {

	position: relative;
	display: block;

}

.shop-content .home-content-nav-item .title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.346;
	text-align: left;
	background: #222222;
	padding: 10px 20px;
}

.shop-content .home-content-nav-item:before {
	content: none;
}*/

@media screen and (min-width: 992px) {
	.md-text-right {
		text-align: right;
	}
}

.social-bar ul {
	padding: 0;
	margin: 0;
}

.social-bar a {
	color: inherit;
	text-decoration: none !important;
}

.social-bar li {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	padding: 0 8px;
}

.social-bar {
	margin: 0;
	padding: 0;
}

.search-page h1 {
	font-size: 32px;
	color: #c52122
}

.search-page h2 {
	font-size: 24px;
	color: #c52122
}

.search-page h3 {
	font-size: 20px;
	color: #c52122
}

.search-page h4 {
	font-size: 18px;
	color: #c52122
}

.search-page p {
	margin: 0;
	font-size: 12px;
}

.search-page article h2{
	font-size: 20px !important;
}

.search-page a {
	color: inherit
}

.search-page article h2 {
	margin: 0;
}

.search-page article {
	padding: 15px;
	background: rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}

.form-line {
	padding: 20px 15px;
	background: #fff;
	margin-bottom: 15px;
}

.form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form-group label {
	padding: 10px 0;
	margin: 0;
	font-size: 14px;
	color: rgb(0, 0, 0);
	text-align: left;
}

.form-group label.error {
	font-size: 10px;
	color: #c52122;
	padding: 5px 0;
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.form-app-header ul {
	padding: 0;
	margin: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-app-header li {

	vertical-align: middle;
	list-style: none;
	text-align: left;
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.red {
	color: #c52122;
}

.form-app-header li.valid .count {
	background: #c52122;
	font-size: 0;
}

.form-app-header li.valid .count:after {
	content: "\f00c";
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: #fff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.form-app-header li.valid .title {
	color: #c52122;
}

.form-app-header .count {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #b5b5b5;
	color: #6f6f6f;
	text-align: center;
	font-weight: 600;
}

.form-app-header .title {
	display: inline-block;
	font-size: 14px;
	color: rgb(153, 153, 153);
	padding: 0 15px;
}

.form-step {
	display: none;
}

.form-step .form-group{
	width: 100%;
}

.form-step.active {
	display: block;
}

.modalAgree {
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 1.563;
}

.modalAgree h4 {
	font-size: 20px;
	color: #c52122;
	font-weight: bold;
	text-align: left;
}

.modalAgree ul {
	padding: 0;
	margin: 0;
}

.modalAgree li {
	padding-left: 25px;
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}

.modalAgree li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #c52122;
}

.modalAgree input[type="checkbox"] {
	position: relative;
	margin: -4px 10px 0 0;
	vertical-align: middle;
}

.modalAgree input[type="checkbox"]:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.modalAgree input[type="checkbox"]:checked:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 3px;
	z-index: 1;
	left: 3px;
	width: 7px;
	height: 7px;
	background: #636161;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.modalAgree a {
	color: #c52122;
	text-decoration: underline;
}

[data-toggle="datepicker"] {
	background-image: url('../img/calendar.png');
	background-repeat: no-repeat;
	background-position: 95% center;
}

.app-form-column {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}

.app-form-column button[hidden] {
	visibility: hidden;
}

.app-form-column .step-prev,
.app-form-column .step-next {
	text-decoration: none;
	text-transform: uppercase;
}

.app-form-column .step-next span {
	border-bottom: 1px solid #d45959;
}

.app-form-column .step-next:hover,
.app-form-column .step-next:focus,
.app-form-column .step-next:active {
	background: #9f1b1f !important;
	color: #fff !important;
	text-decoration: none;
}

.app-form-column .step-prev:hover,
.app-form-column .step-prev:focus,
.app-form-column .step-prev:active {
	background: #cfcfcf !important;
	color: #000 !important;
	text-decoration: none;
}

.app-form-column .step-prev span {
	border-bottom: 1px solid #b2b2b2;
}


@media screen and (max-width: 768px) {
	.form-app-header li {
		display: block;
		text-align: center;
	}

	.form-app-header .count {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px !important;

	}

	.form-app-header li.valid .count{
		font-size: 0 !important;
	}

	.form-app-header li.valid .count:after{
		font-size: 14px;
	}

	.form-app-header .title {
		font-size: 2vw;
		padding: 0 5px;
	}
}

/* User Account */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
	max-width: 960px;
	padding: 0 15px;
	margin: 0 auto;
	float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 15px 0;
	margin: 0;
	text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	color: rgb(85, 85, 85);
	text-align: left;
	padding: 15px 10px;
	border-bottom: 2px solid transparent;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
	color: #c52122;
	font-weight: bold;
	border-color: #c52122;
	position: relative;
}


.woocommerce-account .woocommerce-MyAccount-navigation li.is-active:after,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active:after {
	border-color: rgba(225, 225, 225, 0);
	border-top-color: #e1e1e1;
	border-width: 10px;
	margin-left: -10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active:before {
	border-color: rgba(197, 33, 34, 0);
	border-top-color: #c52122;
	border-width: 13px;
	margin-left: -13px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	color: inherit;
	text-decoration: none;
}

body.woocommerce-account .site-main h1 {
	font-size: 36px;
	color: rgb(197, 33, 34);
	font-weight: bold;
	line-height: 1.778;
	text-align: center;
}

.home .site-header .current-menu-item > a {
	color: #c52122;
}

.home .site-header .header-main-menu > li:hover > a {
	color: #c52122;
}

.wooc_sclist__item {
	position: relative;

	display: block;
	overflow: hidden;
}

.wooc_sclist__item .bg-block {
	margin: 0 0 10px;
	width: 100%;
	padding-bottom: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f1f1f1;
	/*border: 2px solid #c52122;*/
	-webkit-background-size: contain;
	background-size: contain;
}

.wooc_sclist__item .title {
	width: 100%;
	padding: 5px;
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	color: #000;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.home .home-text-block .title {
	text-shadow: 1px 1px 1px #000;
}

.home .home-text-block .text {
	text-shadow: 1px 1px 1px #000;
	font-weight: 600;
}


@media screen and (min-width: 992px) {
	.site-wrapper {
		padding-bottom: 325px;
	}

	.site-footer {
		margin-top: -325px;
	}

	.home .site-wrapper {
		padding-bottom: 0;
	}

	.home .site-footer {
		margin-top: 0;
	}
}

.page-template-template-terms .sidebar-menu .current-menu-item a,
.page-template-template-tech-notes .sidebar-menu .current-menu-item a {
	color: #fff !important;
	background: #c52122;
}

.modal-body iframe{
	min-height: 570px;
}

#CurveModal .modal-dialog{
	/*min-width: 100vh;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	padding: 100px 0;
}


.modal-open .site-header,
.modal-open .site-wrapper,
.modal-open .site-footer{
	/*filter: blur(5px);*/
}


.tablepress tfoot th, .tablepress thead th{
	background-color: #d0d0d0;
}

@media screen and (max-width: 1440px) {
	.woocommerce-page article.page.type-page{
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 992px){
	#customer_login .col-1,
	#customer_login .col-2 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
		float: none;
	}
	#customer_login .login .lost_password{
		bottom: 37px;
		left: 15px;
		right: initial;
	}

	.page-template-template-contact h2{
		text-align: center !important;
	}
}

@media screen and (max-width: 1280px) {
	.woocommerce-checkout form  .payment_box .form-row{
		width: 50%;
	}

	.payment_box #wc-authorize-net-aim-account-number_field{
		width: 100% !important;
	}


}

@media screen and (max-width: 480px) {
	.woocommerce-checkout form  .payment_box .form-row{
		width: 100%;
		padding: 0;
	}
	#wc-authorize-net-aim-credit-card-form{
		padding: 0;
	}
	.header-menu-row .mobile-menu .header-main-menu li{
		width: 100%;
	}
}

.chart-legend > span{
	display: block;
}

@media screen and (min-width: 1180px) {
	.chart-legend{
		padding-left: 50px;
	}
}

.compare-header-links button,
.compare-header-links a{
	padding: 7px 15px;
}