/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Main - Content
 5.) Hero - Main
 6.) CTA - Info
 7.) Product - Search Form
 8.) Latest - Products
 9.) Footer - Main

 10.) Inner - Pages
 11.) Products/Details - Pages
 12.) Two - Column - Articles
 13.) Contact - Us
 14.) Table - Content2
 15.) Modal
 16.) Text/Background - Colors 
 17.) Toolkit Page - Title - Wordpress Cores

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

/*
 1.) Typography
----------------------------------------*/

@import url("bootstrap.min.css") all;
@import url("animate.css") all;
@import url("mmenu.all.css") all;
@import url("all.min.css") all;
@import url("brands.min.css") all;
@import url("light.min.css") all;
@import url("regular.min.css") all;
@import url("solid.min.css") all;
@import url("fontawesome.min.css") all;

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap') all; /* font-family: "Open Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap') all; /* font-family: "Source Sans Pro", sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&display=swap') all; /* font-family: "Karla", sans-serif; */


/*
 2.) Default Styles
----------------------------------------*/

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	line-height: 34px;
	letter-spacing: 0.02em;
	background: #1d1a1b;
	margin: 0;
	padding: 0;
}

img {
	height: auto;
}

sub,
sup {
	font-size: 60%;
}

img {
	max-width: 100%;
}

@media (max-width: 1199px) {
body {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.02em;
}
}

@media (max-width: 767px) {
body {
	font-size: 16px;
	line-height: 26px;
}
}



/*= Links 
=======================================================*/

a {
	font-weight: 600; 
	color: #e70015;
	text-decoration: underline;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	outline: 0;
}

a:hover,
a:focus,
a:active {
	color: #1d1a1b;
	text-decoration: underline;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline: 0;
}

a:visited {
	outline: 0;
	text-decoration: none;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #e70015;
	text-decoration: underline;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #1d1a1b;
	text-decoration: underline;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	color: #1d1a1b;
	letter-spacing: normal;
	padding: 0 0 12px 0;
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #e70015;
	text-decoration: underline;
}

h1,
h2.lrg {
	font-size: 60px;
	line-height: 64px;
	letter-spacing: 0.04em;
}

h1.sml,
h2 {
	font-size: 50px;
	line-height: 60px;	
}

h2.sml,
h3 {
	font-size: 44px;
	line-height: 56px;
}

h3.sml,
h4 {
	font-size: 34px;
	line-height: 40px;
}

h4.sml,
h5 {
	font-family: "Karla", sans-serif;
	font-size: 28px;
	line-height: 34px;
}

h5.sml,
h6 {
	font-family: "Karla", sans-serif;
	font-size: 24px;
	line-height: 34px;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	padding-bottom: 0;
}

p {
	padding: 0 0 15px 0;
	margin: 0;
}

p:last-child {
	padding-bottom: 35px;
}

div:last-child > p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

strong {
	font-weight: 600; 
}

.light {
	font-weight: 300; 
}

.regular {
	font-weight: 400; 
}

.semibold {
	font-weight: 600; 
}

.bold {
	font-weight: 700; 
}

.black-weight {
	font-weight: 900; 
}

.upper-case { 
	text-transform: uppercase;
}

.lower-case { 
	text-transform: none;
}

@media (max-width: 1199px) {
h1,
h2.lrg {
	font-size: 48px;
	line-height: 52px;
	letter-spacing: 0.02em;
}

h1.sml,
h2 {
	font-size: 40px;
	line-height: 50px;
}

h2.sml,
h3 {
	font-size: 34px;
	line-height: 46px;
}

h3.sml,
h4 {
	font-size: 28px;
	line-height: 38px;
}

h4.sml,
h5 {
	font-size: 24px;
	line-height: 32px;
}

h5.sml,
h6 {
	font-size: 22px;
	line-height: 32px;
}
}

@media (max-width: 767px) {
h1,
h2.lrg {
	font-size: 40px;
	line-height: 44px;
}

h1.sml,
h2 {
	font-size: 32px;
	line-height: 40px;
}

h2.sml,
h3 {
	font-size: 27px;
	line-height: 35px;
}

h3.sml,
h4 {
	font-size: 24px;
	line-height: 32px;
}

h4.sml,
h5 {
	font-size: 20px;
	line-height: 28px;
}

h5.sml,
h6 {
	font-size: 18px;
	line-height: 26px;
}

p {
	padding: 0 0 12px 0;
}

p:last-child {
	padding: 0 0 25px 0;
}
}


/*= Unorder List 
=======================================================*/

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 2px 0;
}

li {
	font-weight: 600;
	color: #3e3e3e;
	line-height: 30px;
	position: relative;
	padding: 0 0 19px 35px;
	margin: 0;
}

ul:last-child,
ol:last-child {
	padding-bottom: 30px;
}

li:last-child {
	padding-bottom: 15px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li::before {
	content: "\f356"; 
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	color: #e70015;
	position: absolute;
	top: 0;
	left: 0;
}

li ul:last-child,
li ol:last-child {
	padding-bottom: 0;
}

li ul li:last-child,
li ul li:last-child {
	padding-bottom: 0;
}

@media (max-width: 1199px) {
li {
	line-height: 28px;
	padding: 0 0 18px 35px;
}

ul:last-child,
ol:last-child {
	padding-bottom: 30px;
}

li:last-child {
	padding-bottom: 15px;
}
}

@media (max-width: 767px) {
ul,
ol {
	margin: 2px 0;
}

li {
	line-height: 22px;
	padding-left: 25px;
	padding-bottom: 10px;
}

ul:last-child,
ol:last-child {
	padding-bottom: 25px;
}

li:last-child {
	padding-bottom: 12px;
}
}


/*= Order List 
=======================================================*/

ol {
	counter-reset: item;
	padding-left: 10px;
}

ol > li {
	counter-increment: item;
	padding-left: 24px;
}

ol > li::before {
	content: counter(item) ".";
	font-weight: 600; 
	color: #e70015;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

ol > li:nth-child(n+10):before {
	left: -10px;
}

ol > li:nth-child(n+100):before {
	left: -20px;
}


@media (max-width: 767px) {
ol > li {
	padding-left: 20px;
}
}


/* #Input Styles
================================================= */

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

input,
textarea,
select {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	text-transform: none;
	padding: 0 0 10px 0;
	margin: 0;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 45px;
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #1d1a1b;
	line-height: 22px;
	letter-spacing: 0.02em;
	background: #f9f9f9;
	border: 1px solid #f4f4f4;
	border-radius: 0;
	outline: none;
	position: relative;
	padding: 12px 25px;
	margin: 0;
}

textarea {
	height: 140px;
	padding: 15px 25px;
	outline: none;
	resize: none;
}

select {
	background-image: url(../img/arrow-down-select.png);
	background-size: 28px auto;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

/* select - Colored */
select.colorize option:not([disabled]) {
	color: #1d1a1b;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #7a7a7a;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #7a7a7a;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #7a7a7a;
}

::-moz-placeholder {
	color: #7a7a7a;
}

::-ms-input-placeholder {
	color: #7a7a7a;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	border-color: #1d1a1b;
}

.p-holder-out {
	width: 100%;
	float: left;
	position: relative;
}

.gform_fields li {
	position: relative;
}


.gform_fields li label {	
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #7a7a7a;
	line-height: 43px;
	letter-spacing: 0.02em;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	outline: none;
	/*position: absolute;
	padding: 0 25px;*/
	margin: 0;
	top: 8px;
	height: 45px;
	left: 15px;
	right: 15px;
	/*display: none;*/
	cursor: text;
	z-index: 1;
	width: auto;
}

.gform_fields li .ginput_complex label { font-size: 14px;  line-height: normal;}
.gform_validation_container {display:none !important;}

.gform_fields li label span {
	color: #ff0000;
}

.gform_wrapper .validation_error {
	padding-bottom: 30px;
}
.gform_wrapper .gfield_description {
	font-size: 14px;
	font-weight: 400;
	float: left;
	width: 100%;
	padding-top: 5px;
}

@media (max-width: 1199px) {
label {
	font-size: 18px;
	line-height: 24px;
}
}

@media (max-width: 767px) {
label {
	font-size: 16px;
	line-height: 22px;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	padding: 12px 20px;
}

textarea {
	padding: 15px 20px;
}

.p-holder label {
	padding: 0 20px;
}
}


/* #Buttons
================================================== */

.btn,
button,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	background: #e70015;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 18px 30px;
	margin: 0;
}

.btn i,
button i {
	margin: 0 0 0 15px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active, 
.btn:not(:disabled):not(.disabled):active  {
	color: #ffffff;
	text-decoration: none; 
	background: #1d1a1b;
	box-shadow: none;
	outline: 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: left;
}

@media (max-width: 1199px) {
.btn,
button,
input[type="button"],
input[type="submit"] {
	font-size: 16px;
	line-height: 22px;
	padding: 16px 25px;
}

.btn i,
button i {
	margin: 0 0 0 10px;
}
}

@media (max-width: 767px) {
.btn,
button,
input[type="button"],
input[type="submit"] {
	font-size: 16px;
	line-height: 22px;
	padding: 14px 20px;
}

.btn i,
button i {
	margin: 0 0 0 10px;
}
}


/* #Owl-carousel
=======================================================*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes 
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes 
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, 
.owl-carousel .owl-controls .owl-nav .owl-next, 
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	height:auto;
	display: inline-block;
	max-width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	height:auto;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../img/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, 
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}


/* #Slider Controls
================================================== */

.owl-controls {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

/* Previous and Next */
.owl-nav div {
	width: 20px;
	height: 35px;
	float: left;
	background: none;
	border-radius: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	margin: -17.5px 0 0 0;
}

.owl-nav div:before {
	width: 100%;
	height: 100%;
	float: left;
	font-family: "Font Awesome\ 5 Pro"; 
	font-weight: 900;
	font-size: 35px;
	color: #e70015;
	line-height: 35px;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.owl-nav .owl-prev {
	left: 0;
}

.owl-nav .owl-prev:before {
	content: "\f053";
}

.owl-nav .owl-next {
	right: 0;
}

.owl-nav .owl-next:before {
	content: "\f054";
}

.owl-nav.disabled {
	display: none;
}

@media (max-width: 991px) {
.owl-nav div:before {
	font-size: 30px;
}
}


/* Bullets */
.owl-dots {
	width: 100%;
	height: 5px; 
	float: left;
	text-align: center;
	margin: 50px 0 0 0;
}

.owl-dots .owl-dot {
	width: 40px;
	height: 5px;
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1px;
	background: #cccccc;
	text-indent: -9999px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
}

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
	background: #e70015;
}

.owl-dots.disabled {
	display: none;
}

@media (max-width: 991px) {
.owl-dots .owl-dot {
	width: 30px;
}
}

@media (max-width: 767px) {
.owl-dots {
	margin: 35px 0 0 0;
}
}


/* Table */
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}


/* Figure */
figure { 
	padding: 0;
	margin: 0;
}


/*= Container - Main
=======================================================*/

.container-main {
	width: 100%;
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: static;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1260px;
	padding: 0 40px;
}

@media (max-width: 991px) {
.container {
	width: 100%;
	max-width: 100%;
	padding: 0 40px;
}
}

@media (max-width: 767px) {
.container {
	width: 100%;
	max-width: 540px;
	padding: 0 20px;
}
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 160px;
	float: left;
	background: #ffef00;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.header-main:before {
	content: "";
	width: 100%;
	height: 48px;
	float: left;
	background: #1d1a1b;
	border-top: 6px solid #e70015;
	position: absolute;
	top: 112px;
	left: 0;
}

@media (max-width: 1199px) {
.header-main {
	height: 85px;
}

.header-main:before {
	height: 5px;
	background: #e70015;
	border: none;
	top: auto;
	bottom: 0;
}

.header-main.fixed {
	position: fixed;
}

.header-main .container {
	max-width: 100%;
}
}

@media (max-width: 767px) {
.header-main {
	height: 66px;
}

.header-main:before {
	height: 4px;
	background: #e70015;
	border: none;
	top: auto;
	bottom: 0;
}

.header-main .container {
	padding: 0 20px;
}
}

.admin-bar .header-main {
	/*top: 32px;*/
}
@media (max-width: 782px) {
	.admin-bar .header-main {
		top: 46px;
	}
}
@media (max-width: 600px) {
	.admin-bar .header-main {
		top: 46px;
		position: absolute;
	}
	.admin-bar .header-main.fixed {
		top: 0;
		position: fixed;		
	}
}


/* Site Brand */
.header-main .brand {
	float: left;
	text-align: center;
	position: relative;
	z-index: 1000;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin: 30px -500px 0 0;
}

.header-main .brand img {
	width: 100%;
	max-width: 330px;
	vertical-align: top;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

@media (max-width: 1199px) {
.header-main .brand {
	margin-top: 20px;
}

.header-main .brand img {
	max-width: 280px;
}
}

@media (max-width: 767px) {
.header-main .brand {
	margin-top: 17px;
}

.header-main .brand img {
	max-width: 210px;
}
}


/* Nav - Bar */
.header-main .nav-bar {
	width: 100%;
	height: 160px;
	float: left;
	position: relative;
}

.header-main .nav-bar-in {
	float: right;
}



@media (min-width: 1200px) {
/* Main - Menu */
.header-main .main-menu {
	float: left;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 40px 0 0 0;
}

.header-main .main-menu ul {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .main-menu ul li {
	float: left;
	font-weight: inherit;
	position: relative;
	padding: 0;
	margin: 0 0 0 18px;
}

.header-main .main-menu ul li:after, 
.header-main .main-menu ul li:before {
	display: none;
}

.header-main .main-menu ul li > a {
	height: 40px;
	float: left;
	font-family: "Karla", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #1d1a1b;
	line-height: 40px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
}

.header-main .main-menu ul li > a:after {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: #1d1a1b;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0;
	opacity: 0;
}

.header-main .main-menu ul li:hover > a, 
.header-main .main-menu ul li.current-menu-item > a, 
.header-main .main-menu ul li.current-menu-parent > a, 
.header-main .main-menu ul li.current-menu-ancestor > a {
	color: #1d1a1b;
}

.header-main .main-menu ul li:hover > a:after,
.header-main .main-menu ul li.current-menu-item > a:after,
.header-main .main-menu ul li.current-menu-parent > a:after,
.header-main .main-menu ul li.current-menu-ancestor > a:after {
	width: 100%;
	left: 0;
	opacity: 1;
}

.header-main .main-menu ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-main .main-menu ul li ul {
	width: 220px;
	float: left;
	text-align: left;
	background: #1d1a1b;
	border: 2px solid #333333;
	position: absolute;
	top: 38px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	padding: 1px 0;
	margin: 0;
}

.header-main .main-menu ul li ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .main-menu ul li ul li a {
	width: 100%;
	height: auto;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-transform: none;
	padding: 7px 15px;
	margin: 0;
}

.header-main .main-menu ul li ul li > a:after {
	display: none;
}

.header-main .main-menu ul li ul li.menu-item-has-children > a:before {
	float: right;
	content: "\f0da";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 16px;
	background: none;
	border: none;
	position: absolute;
	bottom: auto;
	top: 50%;
	right: 14px;
	margin: -8px 0 0 0;
	display: block;
	opacity: 1;
}

.header-main .main-menu ul li ul li:hover > a, 
.header-main .main-menu ul li ul li.current-menu-item > a, 
.header-main .main-menu ul li ul li.current-menu-parent > a, 
.header-main .main-menu ul li ul li.current-menu-ancestor > a {
	color: #ffffff;
	background: #e70015;
	box-shadow: none;
}

.header-main .main-menu ul li:nth-last-child(1) ul {
	left: auto;
	right: 0;
}

.header-main .main-menu ul li ul li ul {
	top: -2px!important;
	left: 216px!important;
}

.header-main .main-menu ul li:nth-last-child(1) ul li ul,
.header-main .main-menu ul li:nth-last-child(2) ul li ul {
	left: -216px!important;
}


/* Secondary - Menu */
.header-main .secondary-menu {
	position: absolute;
	bottom: 0;
	right: 0;
	float: left;
}

.header-main .secondary-menu ul {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .secondary-menu ul li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0 0 0 2px;
}

.header-main .secondary-menu ul li:before {
	display: none;
}

.header-main .secondary-menu ul li > a {
	height: 42px;
	float: left;
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	padding: 0 26px;
}

.header-main .secondary-menu ul li > a:after {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: #ffffff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin: 0;
	opacity: 0;
}

.header-main .secondary-menu ul li:hover > a {
	color: #ffef00;
}

.header-main .secondary-menu ul li.current-menu-parent > a, 
.header-main .secondary-menu ul li.current-menu-ancestor > a {
	font-weight: 700;
	color: #ffef00;
}

.header-main .secondary-menu ul li.ordering > a,
.header-main .secondary-menu ul li.current-menu-parent > a, 
.header-main .secondary-menu ul li.current-menu-ancestor > a {
	font-weight: 700;
	color: #ffffff;
	background: #e70015;
}
}

@media (min-width: 1600px) {
	.header-main .main-menu ul li { margin: 0 0 0 36px;}
}

@media (max-width: 1199px) {
.header-main .nav-bar {
	display: none;
}
}

@media (min-width: 1200px) {
/* Search - Box */
.header-main .search-box {
	float: right;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	z-index: 100;
	padding: 0;
	margin: 41px 0 0 34px;
}

.header-main .search-box input[type="text"],
.header-main .search-box input[type="email"],
.header-main .search-box input[type="search"] {
	width: 37px;
	height: 37px;
	float: right;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: 0.04em;
	background: #1d1a1b;
	border: none;
	border-radius: 360px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	padding: 0;
	margin: 0;
}

.header-main .search-box .btn-search,
.header-main .search-box button,
.header-main .search-box input[type="button"],
.header-main .search-box input[type="submit"] {
	width: 37px;
	height: 37px;
	float: right;
	font-size: 16px;
	color: #ffffff;
	line-height: 37px;
	text-align: center;
	background: #1d1a1b;
	border: none;
	border-radius: 360px;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
}

.header-main .search-box ::-webkit-input-placeholder, 
.header-main .search-box ::-webkit-textarea-placeholder {
	color: #ffffff;
	font-weight: 300;
}

.header-main .search-box input::-moz-placeholder, 
.header-main .search-box textarea::-moz-placeholder {
	color: #ffffff;
	font-weight: 300;
}

.header-main .search-box ::-moz-placeholder {
	color: #ffffff;
	font-weight: 300;
}

.header-main .search-box ::-ms-input-placeholder {
	color: #ffffff;
	font-weight: 300;
}

.header-main .search-box .btn-search.disabled,
.header-main .search-box input[type="button"].disabled,
.header-main .search-box input[type="submit"].disabled,
.header-main .search-box button.disabled {
	cursor: pointer;
	pointer-events: none;
}

.header-main .search-box:hover input[type="text"],
.header-main .search-box:hover input[type="email"],
.header-main .search-box:hover input[type="search"],
.header-main .search-box input[type="text"]:focus,
.header-main .search-box input[type="email"]:focus,
.header-main .search-box input[type="search"]:focus {
	width: 190px;
	padding: 8px 37px 8px 20px;
}

.header-main .search-box:hover .btn-search,
.header-main .search-box:hover button,
.header-main .search-box:hover input[type="button"],
.header-main .search-box:hover input[type="submit"],
.header-main .search-box.focus .btn-search,
.header-main .search-box.focus button,
.header-main .search-box.focus input[type="button"],
.header-main .search-box.focus input[type="submit"] {
	border-radius: 0 360px 360px 0;
}
}

@media (max-width: 1199px) {
.header-main .search-box {
	display: none;
}
}


/* Menu - Btn */
.header-main .menu-btn {
	width: 32px;
	height: 40px;
	float: right;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 28px;
	right: 30px;
}

.header-main .menu-btn .icon-bar {
	width: 100%;
	height: 4px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-indent: -99999px;
	background: #1d1a1b;
	border-radius: 1px;
	position: relative;
	transition: all 0.4s ease;
	margin: 10px 0 0 0;
}

.header-main .menu-btn .icon-bar:after {
	width: 100%;
	height: 4px;
	float: left;
	background: #1d1a1b;
	border-radius: 1px;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	transition: all 0.4s ease;
}

.header-main .menu-btn .icon-bar:before {
	width: 100%;
	height: 4px;
	float: left;
	background: #1d1a1b;
	border-radius: 1px;
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	transition: all 0.4s ease;
}

@media (max-width: 1199px) {
.header-main .menu-btn {
	display: block;
}
}

@media (max-width: 767px) {
.header-main .menu-btn {
	width: 28px;
	right: 20px;
	top: 20px;
}

.header-main .menu-btn .icon-bar {
	margin: 9px 0 0 0;
}

.header-main .menu-btn .icon-bar:after {
	top: 9px;
}

.header-main .menu-btn .icon-bar:before {
	top: -9px;
}
}


/* MM - Menu */
html.mm-pagedim-black.mm-opening #mm-blocker, 
html.mm-pagedim-white.mm-opening #mm-blocker, 
html.mm-pagedim.mm-opening #mm-blocker {
	opacity: .7;
	-webkit-transition: opacity .04s ease .40s;
	transition: opacity .04s ease .04s
}

html.mm-pagedim #mm-blocker {
	background: #ffffff;
}

.mm-menu {
	max-width: 360px;
	color: #ffffff;
	background: #1d1a1b;
}

@media (max-width: 399px) {
.mm-menu {
	width: 90%;
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
}
}

@media (min-width: 1200px) {
#menu {
	width: 100%;
	float: left;
	display: none;
}
}

@media all and (min-width:450px) {
html.mm-opening .mm-slideout {
	-webkit-transform: translate3d(360px, 0, 0);
	transform: translate3d(360px, 0, 0)
}
}

@media all and (min-width:450px) {
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate3d(-360px, 0, 0);
	transform: translate3d(-360px, 0, 0)
}
}

.mm-menu.mm-columns-1 {
	max-width: 360px
}

@media all and (min-width:450px) {
html.mm-opening.mm-columns-1 .mm-slideout {
	-webkit-transform: translate3d(360px, 0, 0);
	transform: translate3d(360px, 0, 0)
}
}

.mm-close:before {
	width: 20px;
	height: 20px;
	content: "\f00d";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 24px;
	color: #ffffff;
	line-height: 20px;
	background: none;
	border: none;
	top: 10px;
	right: 30px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.mm-close:after {
	display: none;
}

.mm-prev:hover {
	border: none;
	background: none;
}

.mm-prev:before {
	width: 14px;
	height: 20px;
	content: "\f053";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
	background: none;
	border: none;
	top: 10px;
	left: 30px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.mm-title {
	height: 33px!important;
	font-family: "Karla", Arial, Helvetica, sans-serif!important;
	font-weight: 600!important;
	font-size: 14px;
	color: #ffffff!important;
	text-transform: uppercase;
	background: none!important;
	line-height: 33px;
}

.mm-navbar { 
	height: 40px!important;
	border-bottom: none!important;
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 40px!important;
}

.mm-menu .mm-panel ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.mm-menu .mm-panel ul li {
	width: 100%;
	float: left;
	font-weight: inherit;
	border-bottom:1px solid rgba(255, 255, 255, .20);
	padding: 0;
	margin: 0;
}

.mm-menu .mm-panel ul li:before {
	display: none;
}

.mm-menu .mm-panel ul li a {
	width: 100%;
	float: left;
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 25px 15px 0;
}

.mm-menu .mm-panel ul li:hover > a, 
.mm-menu .mm-panel ul li a:focus,
.mm-menu .mm-panel ul li a:active,
.mm-menu .mm-panel ul li.mm-selected > a, 
.mm-menu .mm-panel ul li.current-menu-item > a, 
.mm-menu .mm-panel ul li.current-menu-parent > a, 
.mm-menu .mm-panel ul li.current-menu-ancestor > a {
	color: #ffef00;
	background: none;
}

.mm-menu .mm-panel ul.mm-listview {
	width: 100%;
	float: left;
	padding: 0!important;
	margin: -8px 0 0 0!important;
}

.mm-menu .mm-panel ul.mm-listview:last-child {
	padding-bottom: 35px!important;
}

.mm-menu .mm-panel ul.mm-listview > li {
	width: 100%;
	float: left;
	font-weight: inherit;
	line-height: normal;
	border-bottom:1px solid rgba(255, 255, 255, .20);
	padding: 0;
	margin: 0;
}

.mm-menu .mm-panel ul.mm-listview > li:before {
	display: none;
}

.mm-listview > li:not(.mm-divider)::after {
	display: none;
}

.mm-menu .mm-panel ul.mm-listview > li > a {
	width: 100%;
	float: left;
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: normal;
	padding: 15px 25px 15px 0;
}

.mm-menu .mm-panel ul.mm-listview > li > a:after {
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next {
	width: 50px;
	height: 14px;
	float: right;
	background: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;
	z-index: 2;
	margin: -7px 0 0 0;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next::before {
	width: 50px;
	float: right;
	content: "\f054";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	text-align: right;
	border: none;
	padding: 0;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next::after {
	display: none;
}

.mm-menu .mm-panel ul.mm-listview li:hover > a, 
.mm-menu .mm-panel ul.mm-listview li > a:focus,
.mm-menu .mm-panel ul.mm-listview li > a:active,
.mm-menu .mm-panel ul.mm-listview li.mm-selected > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-item > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-parent > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-ancestor > a {
	color: #ffef00;
	background: none;
}

.mm-menu .secondary-menu {
	width: 100%;
	float: left;
}

.mm-menu .search-box {
	width: 100%;
	float: left;
	position: relative;
	z-index: 10000;
	top: 0;
	padding: 20px 0 0;
	margin: 0px 0 0 0;
}

.mm-menu .search-box form {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.mm-menu .search-box input[type="text"],
.mm-menu .search-box input[type="email"],
.mm-menu .search-box input[type="search"] {
	width: 100%;
	height: 43px;
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: normal;
	background: none;
	border: 1px solid rgba(255, 255, 255, .50);
	border-radius: 360px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	padding: 10px 50px 10px 22px;
	margin: 0;
}

.mm-menu .search-box ::placeholder {
	color: rgba(255, 255, 255, .80);
}

.mm-menu .search-box ::-webkit-input-placeholder, 
.mm-menu .search-box ::-webkit-textarea-placeholder {
	color: rgba(255, 255, 255, .80);
}

.mm-menu .search-box input::-moz-placeholder, 
.mm-menu .search-box textarea::-moz-placeholder {
	color: rgba(255, 255, 255, .80);
}

.mm-menu .search-box ::-moz-placeholder {
	color: rgba(255, 255, 255, .80);
}

.mm-menu .search-box ::-ms-input-placeholder {
	color: rgba(255, 255, 255, .80);
}

.mm-menu .search-box .btn-search,
.mm-menu .search-box button,
.mm-menu .search-box input[type="button"],
.mm-menu .search-box input[type="submit"] {
	width: 55px;
	height: 43px;
	float: right;
	font-size: 16px;
	color: rgba(255, 255, 255, .80);
	line-height: 43px;
	text-align: center;
	background: none;
	border: none;
	border-radius: 360px;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
}

.mm-menu .search-box .btn-search.disabled,
.mm-menu .search-box input[type="button"].disabled,
.mm-menu .search-box input[type="submit"].disabled,
.mm-menu .search-box button.disabled {
	cursor: pointer;
	pointer-events: none;
}

.mm-menu .btn-header {
	width: 100%;
	float: left;
	padding: 0 0 45px 0;
	margin: -170px 0 0 0;
}

.mm-menu .btn-header .btn {
	width: 100%;
	color: #008457;
	background: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}

.mm-menu .btn-header .btn:hover,
.mm-menu .btn-header .btn:focus,
.mm-menu .btn-header .btn:active,
.mm-menu .btn-header .btn:active:focus,
.mm-menu .btn-header .btn.active,
.mm-menu .btn-header .btn.active:focus {
	color: #008457;
	background: rgba(255, 255, 255, .80);
}

@media (min-width: 768px) {
.mm-panels>.mm-panel {
	padding: 0 30px
}
}

@media (max-width: 767px) {
.mm-close:before {
	right: 20px;
}

.mm-prev:before {
	left: 20px;
}
}


/*
 4.) Main - Content
----------------------------------------*/

.main-content {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 160px 0 0 0;
}

@media (max-width: 1199px) {
.main-content {
	padding: 85px 0 0 0;
}
}

@media (max-width: 767px) {
.main-content {
	padding: 66px 0 0 0;
}
}


/* Read - More */
a.arrow-link,
.read-more a,
.read-more span {
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #e70015;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding: 0 32px 0 0;
}

a.arrow-link:after,
.read-more a:after,
.read-more span:after {
	content: "\f0a9";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	color: #e70015;
	line-height: 1em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	top: 2px;
	right: 0;
}

a.arrow-link:hover,
.read-more a:hover,
.read-more span:hover {
	color: #1d1a1b;
}

a.arrow-link:hover:after,
.read-more a:hover:after,
.read-more span:hover:after {
	color: #1d1a1b;
	right: -5px;
}

@media (max-width: 991px) {
a.arrow-link,
.read-more a,
.read-more span {
	font-size: 16px;
}
}

@media (max-width: 767px) {
a.arrow-link,
.read-more a,
.read-more span {
	font-size: 14px;
	padding-right: 24px;
}
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 0 55px 0;
}

.heading-txt:last-child {
	padding-bottom: 0;
}

.heading-txt h1:last-child,
.heading-txt h2:last-child {
	padding-bottom: 0;
}

.heading-txt p:last-child {
	padding: 0;
}

.heading-txt .btn-out {
	padding: 30px 0 0 0;
}

.heading-txt aside {
	width: 100%;
	max-width: 840px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.heading-txt.align-left {
	text-align: left;
	padding-bottom: 35px;
}

@media (max-width: 991px) {
.heading-txt {
	padding: 0 0 40px 0;
}

.heading-txt.align-left {
	padding-bottom: 30px;
}
}

@media (max-width: 767px) {
.heading-txt {
	padding: 0 0 30px 0;
}

.heading-txt .btn-out {
	padding: 20px 0 0 0;
}

.heading-txt.align-left {
	padding-bottom: 20px;
}
}


/* 
 5.) Hero - Main
----------------------------------------*/

.hero-main {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.hero-main .item {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.hero-main figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.hero-main figure img {
	width: 100%;
	min-width: 1200px;
	margin: 0 -600px;
}

.hero-main .hero-cont {
	width: 100%;
	height: 100%;
	float: left;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center; Fix for IE11*/
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-main .hero-cont .btn-out+.btn-out{margin-top:20px;}

.hero-main .hero-cont h1,
.hero-main .hero-cont h2 {
	color: inherit;
	padding: 0 0 35px 0;
}

.hero-main .hero-cont h1:last-child,
.hero-main .hero-cont h2:last-child {
	padding-bottom: 0;
}

.hero-main .hero-cont p {
	color: #ffffff;
}

.hero-main .hero-cont p:last-child {
	padding-bottom: 0;
}

.hero-main .hero-cont aside {
	width: 100%;
	max-width: 820px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.hero-main .hero-cont aside.align-left {
	max-width: 480px;
	float: left;
	text-align: left;
}


/* Slider - Controls */
.hero-main .owl-nav div {
	width: 130px;
	height: 130px;
	background: rgba(0, 0, 0, .30);
	border-radius: 360px;
	margin: -65px 0 0 0;
}

.hero-main .owl-nav div:before {
	font-weight: 400;
	font-size: 25px;
	color: #999999;
	line-height: 130px;
}

.hero-main .owl-nav div:hover:before {
	color: #ffffff;
}

.hero-main .owl-nav .owl-prev {
	left: -85px;
}

.hero-main .owl-nav .owl-prev:before {
	text-align: right;
	padding-right: 20px;
}

.hero-main .owl-nav .owl-next {
	right: -85px;
}

.hero-main .owl-nav .owl-next:before {
	text-align: left;
	padding-left: 20px;
}

@media (min-width: 1600px) {
.hero-main figure {
	height: 630px;
}

.hero-main figure img {
	min-width: 100%;
	min-height: 100%;
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}
}

@media (max-width: 1299px) {
.hero-main .hero-cont aside.align-left {
	max-width: 520px;
	padding: 0 0 0 80px;
}
}

@media (max-width: 1199px) {
.hero-main .hero-cont aside {
	max-width: 620px;
}

.hero-main .hero-cont aside.align-left {
	max-width: 450px;
}
}

@media (max-width: 991px) {
.hero-main .hero-cont h1,
.hero-main .hero-cont h2 {
	padding: 0 0 30px 0;
}

.hero-main .hero-cont aside {
	max-width: 600px;
}

.hero-main .hero-cont aside.align-left {
	max-width: 460px;
}
}

@media (max-width: 767px) {
.hero-main figure img {
	min-width: 1200px;
	margin: 0 -60px;
}

.hero-main .hero-cont h1,
.hero-main .hero-cont h2 {
	padding: 0 0 25px 0;
}

.hero-main .hero-cont aside {
	max-width: 500px;
	margin-bottom: 40px;
}

.hero-main .hero-cont aside.align-left {
	max-width: 400px;
	padding: 0;
}

.hero-main .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	margin: 0;
}
}


/* 
 6.) CTA - Info
----------------------------------------*/

.cta-info {
	width: 100%;
	float: left;
	text-align: center;
	background: #ffef00;
	border-bottom: 6px solid #e70015;
	overflow: hidden;
	padding: 10px 0;
}

.cta-info .container {
	padding: 0 20px;
}

.cta-info h2 {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Karla", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	padding: 0;
	margin: 10px 24px;
}

.cta-info .btn-out {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 24px;
}

.cta-info aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1199px) {
.cta-info {
	padding: 20px 0;
}

.cta-info h2 {
	font-size: 34px;
	line-height: 38px;
}
}

@media (max-width: 767px) {
.cta-info {
	border-bottom-width: 4px;
	padding: 20px 0;
}

.cta-info h2 {
	font-size: 30px;
	line-height: 34px;
}

.cta-info aside {
	max-width: 400px;
}
}


/* 
 7.) Product - Search Form
----------------------------------------*/

.product-search-form { 
	width: 100%; 
	float: left; 
	color: #ffffff; 
	text-align: center; 
	background: #1d1a1b; 
	/*overflow: hidden;*/
	padding: 70px 0 90px 0;
}

.product-search-form h1,
.product-search-form h2,
.product-search-form h3,
.product-search-form h5,
.product-search-form h4,
.product-search-form h6 { 
	color: inherit;
}

.product-search-form h2 {
	font-size: 40px;
	line-height: 44px;
	padding-bottom: 34px;
}

.product-search-form h6 {
	font-family: "Open Sans", sans-serif;
	padding-bottom: 12px;
}

.product-search-form p {
	padding-bottom: 0;
}

.product-search-form aside {
	width: 100%;
	float: left;
	padding-bottom: 45px;
}

.product-search-form .product-search-box {
	width: 100%;
	float: left;
}

.product-search-form .product-search-box #productsearchform {
	width: 100%;
	max-width: 615px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.product-search-form .product-search-box .form-fields {
	width: 100%;
	height: 67px;
	float: left;
	background: #ffffff;
	border: 1px solid #eaeae9;
	position: relative;
	padding: 0 68px 0 0;
}

.product-search-form .product-search-box input[type="text"],
.product-search-form .product-search-box input[type="email"],
.product-search-form .product-search-box input[type="search"] {
	width: 100%;
	height: 65px;
	float: left;
	font-size: 22px;
	line-height: 26px;
	background: none;
	border: none;
	border-radius: 0;
	padding: 20px 30px;
	margin: 0;
}

.product-search-form .product-search-box .btn-search,
.product-search-form .product-search-box button,
.product-search-form .product-search-box input[type="button"],
.product-search-form .product-search-box input[type="submit"] {
	width: 68px;
	height: 65px;
	float: right;
	font-size: 30px;
	color: #ffffff;
	line-height: 65px;
	text-align: center;
	background: #e70015;
	border: none;
	border-radius: 0;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

@media (max-width: 1199px) {
.product-search-form { 
	padding: 50px 0 70px 0;
}

.product-search-form h2 {
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 30px;
}

.product-search-form aside {
	padding-bottom: 40px;
}

.product-search-form .product-search-box .form-fields {
	height: 62px;
	padding: 0 65px 0 0;
}

.product-search-form .product-search-box input[type="text"],
.product-search-form .product-search-box input[type="email"],
.product-search-form .product-search-box input[type="search"] {
	height: 60px;
	font-size: 20px;
	line-height: 24px;
	padding: 20px 30px;
}

.product-search-form .product-search-box .btn-search,
.product-search-form .product-search-box button,
.product-search-form .product-search-box input[type="button"],
.product-search-form .product-search-box input[type="submit"] {
	width: 65px;
	height: 60px;
	font-size: 28px;
	line-height: 60px;
}
}

@media (max-width: 767px) {
.product-search-form { 
	padding: 45px 0 55px 0;
}

.product-search-form h2 {
	font-size: 30px;
	line-height: 34px;
	padding-bottom: 25px;
}

.product-search-form aside {
	padding-bottom: 30px;
}

.product-search-form .product-search-box .form-fields {
	height: 57px;
	padding: 0 55px 0 0;
}

.product-search-form .product-search-box input[type="text"],
.product-search-form .product-search-box input[type="email"],
.product-search-form .product-search-box input[type="search"] {
	height: 55px;
	font-size: 18px;
	line-height: 22px;
	padding: 15px 30px;
}

.product-search-form .product-search-box .btn-search,
.product-search-form .product-search-box button,
.product-search-form .product-search-box input[type="button"],
.product-search-form .product-search-box input[type="submit"] {
	width: 55px;
	height: 55px;
	font-size: 26px;
	line-height: 55px;
}
}


/*
 8.) Latest - Products
----------------------------------------*/

.latest-products {
	width: 100%;
	float: left;
	background: #ffffff url(../img/curve-bg.png) no-repeat left center;
	background-size: auto 100%;
	overflow: hidden;
	padding: 75px 0 120px 0;
}

.latest-products h2 {
	width: 100%;
	float: none;
	display: inline-block;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	padding-bottom: 65px;
}

.latest-products .slider-out {
	width: 100%;
	float: none;
	display: inline-block;
	position: relative;
	padding: 0 0 60px 0;
	display: flex;
}

.latest-products .item-cont {
	width: 100%;
	float: left;
}

.latest-products .item-cont h3 {
	font-family: "Karla", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	line-height: 28px;
	cursor: pointer;
	padding: 0 0 15px 0;
}

.latest-products .item-cont p {
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 18px 0;
}

.latest-products .item-cont p.read-more {
	font-size: 18px;
	padding-bottom: 0;
}

.latest-products .item-cont p.read-more a,
.latest-products .item-cont p.read-more span {
	cursor: pointer;
}

.latest-products .product-cust-cont {
	width: 42%;
	float: left;
	border-top: 1px solid #eaeae9;
}

.latest-products .product-cust-cont .item-cont {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eaeae9;
	position: relative;
	padding: 20px 27px;
}

.latest-products .product-cust-cont .item-cont:before {
	content: "";
	width: 0;
	height: 30px;
	float: left;
	background: #e70015;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	top: 16px;
	left: 0;
	opacity: 0;
}

.latest-products .product-cust-cont .item-cont h3 {
	padding-bottom: 0;
}

.latest-products .product-cust-cont .item-cont .txt {
	height: 0;
	transition: opacity 225ms;
	opacity: 0;
	pointer-events: none;
	z-index: -1;
	overflow: hidden;
}

.latest-products .product-cust-cont .item-cont.active:before {
	width: 9px;
	opacity: 1;
}

.latest-products .product-cust-cont .item-cont.active h3 {
	color: #e70015;
	padding-bottom: 18px; cursor: default;
}

.latest-products .product-cust-cont .item-cont.active .txt {
	height: auto;
	overflow: visible;
	opacity: 1;
	pointer-events: auto;
	z-index: inherit;
}

.latest-products .product-cust-image {
	width: 53.5%;
	float: right;
}

.latest-products .product-cust-image figure {
	width: 100%;
	float: left;
	text-align: center;
	background: #fff;
	overflow: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.latest-products .product-cust-image figure img {
	/*width: 100%;*/
}

.latest-products .product-cust-image .item-cont {
	display: none;
}

.latest-products .product-cust-image .owl-carousel {
	position: static!important;
	height: 100%;
}
@media (min-width:992px) {
.latest-products .owl-stage-outer,
.latest-products .owl-stage,
.latest-products .owl-stage .owl-item,
.latest-products .owl-stage .owl-item .item {
	height: 100%;
}
	}

.latest-products .product-cust-image .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

@media (max-width: 1199px) {
.latest-products {
	padding: 60px 0 80px 0;
}

.latest-products h2 {
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 50px;
}

.latest-products .slider-out {
	padding: 0 0 50px 0;
}
}

@media (max-width: 991px) {
.latest-products {
	background-position: -280px 0;
	padding: 60px 0 80px 0;
}

.latest-products .container {
	max-width: 600px;
}

.latest-products h2 {
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 45px;
}

.latest-products .slider-out {
	padding: 0 0 60px 0;
}

.latest-products .product-cust-cont {
	width: 100%;
	display: none;
}

.latest-products .product-cust-image {
	width: 100%;
	float: left;
}

.latest-products .product-cust-image figure {
	margin-bottom: 25px;
}

.latest-products .product-cust-image .item-cont {
	display: block;
}
}

@media (max-width: 767px) {
.latest-products {
	background-position: -300px 0;
	padding: 50px 0 60px 0;
}

.latest-products .container {
	max-width: 540px;
}

.latest-products h2 {
	font-size: 30px;
	line-height: 34px;
	padding-bottom: 30px;
}

.latest-products .item-cont h3 {
	font-size: 22px;
	line-height: 26px;
}

.latest-products .item-cont p {
	font-size: 15px;
	line-height: 25px;
}

.latest-products .item-cont p.read-more {
	font-size: 16px;
}

.latest-products .slider-out {
	padding: 0 0 50px 0;
}
}


/*
 9.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 0.01em;
	background: #1d1a1b;
	border-top: 6px solid #e70015;
	overflow: hidden;
	padding: 65px 0 45px 0;
}

.footer-main a {
	font-weight: inherit;
	color: #ffffff;
	text-decoration: none;
}

.footer-main a:hover,
.footer-main .current-menu-item > a,
.footer-main .current-menu-parent > a,
.footer-main .current-menu-ancestor > a {
	color: #ffef00;
	text-decoration: none;
}

.footer-main h2,
.footer-main h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #ffffff;
	line-height: 28px;
	letter-spacing: 0.01em;
	text-transform: none;
	padding: 0 0 24px 0;
}

.footer-main p {
	padding: 0 0 13px 0;
}

.footer-main p:last-child {
	padding-bottom: 0;
}

.footer-main ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 -12px 0;
}

.footer-main li {
	width: 100%;
	display: inline;
	font-weight: inherit;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 12px 0;
	margin: 0;
}

.footer-main ol:last-child li:last-child,
.footer-main ul:last-child li:last-child {
	padding: 0 0 12px 0;
}

.footer-main li:before {
	display: none;
}

.footer-main .aside-cont {
	width: 25%;
	float: left;
	padding: 0 30px 60px 0;
}

.footer-main .aside-cont:nth-child(1) {
	width: 18.5%;
}

.footer-main .aside-cont:nth-child(2) {
	width: 38.5%;
}

.footer-main .aside-cont:nth-child(2) li {
	width: 49%;
	padding-right: 20px;
}

.footer-main .aside-cont:nth-child(2) li:nth-child(even) {
	width: 51%;
	padding-right: 0;
}

.footer-main .aside-cont:nth-child(3) {
	width: 23%;
}

.footer-main .aside-cont:nth-child(4) {
	width: 20%;
	padding-right: 0;
}

.footer-main .pre-footer {
	width: 100%;
	float: left;
	padding: 0 0 65px 0;
	margin: 0 0 -60px 0;
}

@media (min-width: 992px) and (max-width: 1139px) {
.footer-main .aside-cont:nth-child(1) {
	width: 23%;
}

.footer-main .aside-cont:nth-child(2) {
	width: 25%;
}

.footer-main .aside-cont:nth-child(2) li {
	width: 100%;
	padding-right: 0;
}

.footer-main .aside-cont:nth-child(2) li:nth-child(even) {
	width: 100%;
	padding-right: 0;
}

.footer-main .aside-cont:nth-child(3) {
	width: 25%;
}

.footer-main .aside-cont:nth-child(4) {
	width: 25%;
	padding-right: 0;
}
}

@media (max-width: 991px) {
.footer-main {
	padding: 55px 0 45px 0;
}

.footer-main h2,
.footer-main h3 {
	padding: 0 0 20px 0;
}

.footer-main .aside-cont {
	width: 50%;
	padding: 0 30px 45px 0;
}

.footer-main .aside-cont:nth-child(1) {
	width: 44%;
}

.footer-main .aside-cont:nth-child(2) {
	width: 56%;
	padding-right: 0;
}

.footer-main .aside-cont:nth-child(2) li {
	width: 50%;
}

.footer-main .aside-cont:nth-child(2) li:nth-child(even) {
	width: 50%;
}

.footer-main .aside-cont:nth-child(3) {
	width: 44%;
}

.footer-main .aside-cont:nth-child(4) {
	width: 56%;
	padding-right: 0;
}

.footer-main .pre-footer {
	padding: 0 0 55px 0;
	margin: 0 0 -45px 0;
}
}

@media (max-width: 767px) {
.footer-main {
	border-top-width: 4px;
	padding: 40px 0 25px 0;
}

.footer-main h2,
.footer-main h3 {
	padding: 0 0 17px 0;
}

.footer-main .aside-cont {
	width: 100%;
	padding: 0 0 40px 0;
}

.footer-main .aside-cont:nth-child(1) {
	width: 100%;
}

.footer-main .aside-cont:nth-child(2) {
	width: 100%;
	padding-right: 0;
}

.footer-main .aside-cont:nth-child(2) li {
	width: 50%;
}

.footer-main .aside-cont:nth-child(2) li:nth-child(even) {
	width: 50%;
}

.footer-main .aside-cont:nth-child(3) {
	width: 100%;
}

.footer-main .aside-cont:nth-child(4) {
	width: 100%;
	padding-right: 0;
}

.footer-main .pre-footer {
	padding: 0 0 40px 0;
	margin: 0 0 -40px 0;
}
}

@media (max-width: 399px) {
.footer-main .aside-cont:nth-child(2) li {
	width: 100%;
	padding-right: 0;
}

.footer-main .aside-cont:nth-child(2) li:nth-child(even) {
	width: 100%;
	padding-right: 0;
}
}


/* Copy - Rights */
.footer-main .copy-rights {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 13px;
	color: #cccccc;
	line-height: 19px;
}

.footer-main .copy-rights a {
	color: #cccccc;
	text-decoration: none;
}

.footer-main .copy-rights a:hover,
.footer-main .copy-rights .current-menu-item > a,
.footer-main .copy-rights .current-menu-parent > a,
.footer-main .copy-rights .current-menu-ancestor > a {
	color: #ffef00;
	text-decoration: none;
}

.footer-main .copy-rights p {
	position: relative;
	padding: 6px 0 6px 0px;
	margin: 0;
	display: inline;
}
.footer-main .copy-rights ul {
	display: inline;
}

.footer-main .copy-rights ul li {
	display: inline;
	font-weight: 300;
	font-size: 13px;
	color: #cccccc;
	line-height: 19px;
}

.footer-main .copy-rights p br {
	display: none;
}

.web_logo {
    float: left;
    margin-top: -1px;
    margin-right: 10px;
    font-size: 0;
    opacity: 0.4;
    width: 20px;
    height: 20px;
    display: block;
    background:url('https://www.don-jo.com/wp-content/uploads/logo-3mw.webp') no-repeat center;
    background-size: 100%;
}

@media (max-width: 767px) {
.footer-main .copy-rights {
	font-size: 12px;
	line-height: 20px;
}

.footer-main .copy-rights p {
	padding: 0 0 0 35px;
	display: block;
}
.footer-main .copy-rights p br {
	display: inline-block;
}
.footer-main .copy-rights ul {
	display: block;
	padding: 0 0 6px 35px;
}
.footer-main .copy-rights ul li {
	font-size: 12px;
	line-height: 20px;
}
.footer-main .copy-rights li:first-child span.divide {
	display: none;
}

.footer-main .copy-rights p .divide {
	display: none;
}
.footer-main .copy-rights p .icon-logo {
	margin-top: -3px;
}
}


/*
 10.) Inner - Pages
----------------------------------------*/

/* Hero - Inner */
.hero-inner {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.hero-inner figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.hero-inner figure img {
	width: 100%;
	min-width: 1400px;
	margin: 0 -700px;
}

.hero-inner .hero-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.hero-inner .hero-cont h1,
.hero-inner .hero-cont h2 {
	color: #ffffff;
	padding: 0 0 15px 0;
}

.hero-inner .hero-cont h1:last-child,
.hero-inner .hero-cont h2:last-child {
	padding-bottom: 0;
}

.hero-inner .hero-cont p {
	color: #ffffff;
}

.hero-inner .hero-cont p:last-child {
	padding-bottom: 0;
}

.hero-inner .hero-cont aside {
	width: 100%;
	max-width: 1000px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 1600px) {
.hero-inner figure {
	height: 290px;
}

.hero-inner figure img {
	min-width: 100%;
	min-height: 100%;
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}
}

@media (max-width: 767px) {
.hero-inner figure img {
	min-width: 1030px;
	margin: 0 -560px;
}
}


/* Content - Inner */
.content-inner {
	width: 100%;
	float: left;
	padding: 80px 0;
}

@media (max-width: 991px) {
.content-inner {
	padding: 50px 0 60px 0;
}
}

@media (max-width: 767px) {
.content-inner {
	padding: 40px 0 50px 0;
}
}


/* Content Sample Page Middle Column */
.cont-max {
	max-width: 755px;
	padding-right: 15px;
}

@media (max-width: 991px) {
.cont-max {
	max-width: 100%;
	padding-right: 0;
}
}


/* Quote - Content */
.quote-cont {
	width: 100%;
	float: none;
	display: inline-block;
	position: relative;
	padding: 0 30px;
	margin: 0 0 35px 0;
}

.quote-cont:before {
	content: "";
	width: 3px;
	height: 92%;
	float: left;
	background: #e70015;
	position: absolute;
	top: 4%;
	left: 0;
}

.quote-cont blockquote {
	width: 100%;
	max-width: 560px;
	font-weight: 600;
	color: #333333;
	padding: 0;
	margin: 0 0 15px 0;
}

.quote-cont .name {
	font-weight: 600;
	font-style: italic;
	color: #333333;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
.quote-cont {
	padding-left: 20px;
	margin: 0 0 25px 0;
}

.quote-cont:before {
	width: 2px;
}
}


/* File - Links */
.file-links {
	width: 100%;
	float: none;
	display: inline-block;
	padding: 0 0 15px 10px;
	margin: 2px 0;
}

.file-links p {
	font-weight: 600;
	color: #3e3e3e;
	line-height: 30px;
	padding: 0 0 19px 0;
}

.file-links p:last-child {
	padding: 0;
}

.file-links p a {
	font-weight: 600;
	color: #3f3f3f;
	text-decoration: none;
}

.file-links p a:after {
	content: "";
	height: 22px;
	background: url(../img/icon-pdf.png) no-repeat right;
	background-size: auto 22px;
	padding: 0 30px 0 0;
}

.file-links p a:hover {
	color: #e70015;
	text-decoration: underline;
}

@media (max-width: 991px) {
.file-links {
	padding-bottom: 15px;
}

.file-links p {
	line-height: 28px;
	padding: 0 0 18px 0;
}
}

@media (max-width: 767px) {
.file-links {
	padding-bottom: 10px;
}

.file-links p {
	line-height: 22px;
	padding: 0 0 10px 0;
}

.file-links p a:after {
	height: 20px;
	background-size: auto 20px;
	padding: 0 28px 0 0;
}
}


/* Tab - Content */
.tab-content {
	width: 100%;
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.tab-content .tab-pane {
	width: 100%;
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.tab-content > .active {
	display: block;
}


/* Tab - Panel */
.tab-pane > p:last-child {
	padding-bottom: 0;
}

.tab-pane > ol:last-child,
.tab-pane > ul:last-child {
	padding-bottom: 0;
}

.tab-pane > ol:last-child li:last-child,
.tab-pane > ul:last-child li:last-child {
	padding-bottom: 0;
}


/* Accordation - Inner */
.cont-in > p:last-child {
	padding-bottom: 0;
}

.cont-in > ol:last-child,
.cont-in > ul:last-child {
	padding-bottom: 0;
}

.cont-in > ol:last-child li:last-child,
.cont-in > ul:last-child li:last-child {
	padding-bottom: 0;
}


/* Side Bar */
.side-bar {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 -60px 0;
}

.side-bar .side-bar-maxleft {
	width: 100%;
	max-width: 300px;
	float: none;
	display: inline-block;
	padding-right: 10px;
}

.side-bar .side-bar-maxright {
	width: 100%;
	max-width: 300px;
	float: none;
	display: inline-block;
	padding-left: 10px;
}

.side-bar aside {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 60px 0;
}

.side-bar aside:last-child {
	margin-bottom: 0;
}

.side-bar aside h2,
.side-bar aside h3,
.side-bar aside h4 {
	width: 100%;
	float: none;
	display: inline-block;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 6px 0;
	margin: 0 0 25px 0;
}

.side-bar ul {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 0 -2px 0;
}

.side-bar ul li {
	width: 100%;
	float: left;
	font-weight: inherit;
	line-height: 26px;
	padding: 0;
	margin: 0 0 2px 0;
}

.side-bar ul li:last-child {
	padding: 0;
}

.side-bar ul li:before {
	display: none;
}

.side-bar ul li a {
	width: 100%;
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	color: #1d1a1b;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding: 7px 20px 7px 0;
	margin: 0;
}

.side-bar ul li:hover > a,
.side-bar ul li.current-menu-item > a {
	font-weight: 600;
	color: #ffffff;
	background: #e70015;
	padding-left: 20px;
	margin-right: -20px;
}

.side-bar ul li ul {
	border: none;
	padding: 0 15px;
	margin: 2px 0 0 0;
}

@media (max-width: 1199px) {
.side-bar {
	margin: 0 0 -50px 0;
}

.side-bar aside {
	margin: 0 0 50px 0;
}

.side-bar ul li {
	line-height: 24px;
}
}

@media (max-width: 767px) {
.side-bar aside h2,
.side-bar aside h3,
.side-bar aside h4 {
	padding: 0 0 6px 0;
	margin: 0 0 15px 0;
}

.side-bar ul li {
	line-height: 22px;
}
}


/* Sidebar - Menu (Ipad/Mobile) */
.sidebar-menu {
	width: 100%;
	display: none;
	vertical-align: top;
	position: relative;
	text-align: center;
	padding: 18px 0;
	margin: -50px 0 50px 0;
}

.sidebar-menu:before {
	content: "";
	width: 1100%;
	height: 100%;
	float: left;
	background: #eaeae9;
	position: absolute;
	top: 0;
	left: -500%;
}

.sidebar-menu h2,
.sidebar-menu h3,
.sidebar-menu h4 {
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 6px 10px;
}

.sidebar-menu .dropdown-out {
	width: 100%;
	max-width: 330px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	margin: 6px 10px;
}

.sidebar-menu .current-menu-title {
	width: 100%;
	height: 50px;
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	text-align: left;
	text-decoration: none;
	background: #333333;
	position: relative;
	cursor: pointer;
	padding: 0 25px;
}

.sidebar-menu .current-menu-title:after {
	width: 45px;
	height: 100%;
	float: right;
	content: "\f077";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.sidebar-menu .current-menu-title.collapsed:after {
	content: "\f078";
}

.sidebar-menu .sidebar-menu-content {
	width: 100%;
	float: left;
	background: #333333;
	text-align: left;
	position: absolute;
	top: 52px;
	left: 0;
	padding: 0 0 15px 0;
}

.sidebar-menu .sidebar-menu-content h2,
.sidebar-menu .sidebar-menu-content h3,
.sidebar-menu .sidebar-menu-content h4 {
	width: 100%;
	float: left;
	display: none;
}

.sidebar-menu .sidebar-menu-content ul {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 0 -2px 0;
}

.sidebar-menu .sidebar-menu-content ul li {
	width: 100%;
	float: left;
	font-weight: inherit;
	line-height: 26px;
	padding: 0;
	margin: 0 0 2px 0;
}

.sidebar-menu .sidebar-menu-content ul li:last-child {
	padding: 0;
}

.sidebar-menu .sidebar-menu-content ul li:before {
	display: none;
}

.sidebar-menu .sidebar-menu-content ul li a {
	width: 100%;
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding: 10px 25px;
}

.sidebar-menu .sidebar-menu-content ul li:hover > a,
.sidebar-menu .sidebar-menu-content ul li.current-menu-item > a {
	color: #ffffff;
	background: #e70015;
}

.sidebar-menu .sidebar-menu-content ul li:hover > a,
.sidebar-menu .sidebar-menu-content ul li.current-menu-item > a {
	font-weight: 600;
	color: #ffffff;
	background: #e70015;
}

.sidebar-menu .sidebar-menu-content ul li ul {
	border: none;
	padding: 0 15px;
	margin: 2px 0 0 0;
}

@media (max-width: 991px) {
.sidebar-menu {
	display: inline-block;
}
}

@media (max-width: 767px) {
.sidebar-menu {
	margin: -40px 0 40px 0;
}
}

@media (max-width: 399px) {
.sidebar-menu h2,
.sidebar-menu h3,
.sidebar-menu h4,
.sidebar-menu .dropdown-out {
	margin-left: 0;
	margin-right: 0;
}
}


/* Filter - Accordation */
.side-bar .filter-accord {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.side-bar .filter-accord .clear {
	position: absolute;
	right: 25px;
	font-size: .75rem;
	background: #e6e6e6;
	padding: 2px 5px;
	border-radius: 6px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.side-bar .filter-accord .clear:hover {
	opacity: .9;
}

.side-bar .filter-accord h2,
.side-bar .filter-accord h3,
.side-bar .filter-accord h4 {
	border-bottom: none;
	padding-bottom: 23px;
	margin-bottom: 0;
}

.side-bar .filter-accord .card-out {
	width: 100%;
	float: left;
	border-top: 1px solid #cccccc;
}

.side-bar .filter-accord .card {
	width: 100%;
	float: left;
	line-height: normal;
	background: none;
	border: none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.side-bar .filter-accord .card-header {
	width: 100%;
	float: left;
	background: none;
	border: none;
	border-radius: 0;
	padding: 9px 0;
	margin: 0;
}

.side-bar .filter-accord .card-header a {
	width: 100%;
	float: left;
	font-family: "Karla", sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #e70015;
	line-height: 21px;
	letter-spacing: 0.01em;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
	border: none;
	position: relative;
	padding: 0 15px 0 0;
	margin: 0;
}

.side-bar .filter-accord .card-header a:after {
	content: "\f068";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -8px 0 0 0;
}

.side-bar .filter-accord .card-header a.collapsed {
	color: #1d1a1b;
}

.side-bar .filter-accord .card-header a.collapsed:after {
	content: "\f067";
}

.side-bar .filter-accord .collapse {
	width: 100%;
	float: left;
}

.side-bar .filter-accord .card-body {
	width: 100%;
	float: left;
	padding: 2px 0 5px 0;
	margin: 0;
}

.side-bar .filter-accord .more-info { 
	width: 100%; 
	float: left; 
	font-family: "Karla", sans-serif; 
	font-weight: 400; 
	font-size: 16px; 
	line-height: 20px; 
	background: #eaeae9;
	position: relative;
	padding: 0; 
	margin: 0 0 10px 0;
}

.side-bar .filter-accord .more-info a { 
	width: 100%; 
	float: left;
	font-weight: normal; 
	position: relative; 
	padding: 8px 10px 8px 29px; 
}

.side-bar .filter-accord .more-info a i {
	position: absolute;
	top: 50%;
	left: 8px;
	margin: -8px 0 0 0; 
}


/* Filter - Lists */
.side-bar .filter-list {
	width: 100%;
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.side-bar .filter-list .list-item {
	width: 100%;
	float: none;
	display: inline-block;
	line-height: inherit;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.side-bar .filter-list .list-item:before {
	display: none;
}

.side-bar .filter-list input[type=checkbox],
.side-bar .filter-list input[type=radio] {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: 0;
	display: none;
}

.side-bar .filter-list label {
	width: 100%;
	font-family: "Karla", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	position: relative;
	padding: 0 0 0 22px;
	margin: 0;
}

.side-bar .filter-list label:before {
	content: "";
	width: 14px;
	height: 14px;
	float: left;
	background-size: 14px auto;
	position: absolute;
	top: 3px;
	left: 0;
}

.side-bar .filter-list input[type=radio] + label:before {
	background-image: url(../img/radio-blank.png);
}

.side-bar .filter-list input[type=radio]:checked + label:before,
.side-bar .filter-list input[type=radio]:checked + label:focus:before {
	background-image: url(../img/radio-fill.png);
}

.side-bar .filter-list input[type=checkbox] + label:before {
	background-image: url(../img/checkbox-blank.png);
}

.side-bar .filter-list input[type=checkbox]:checked + label:before,
.side-bar .filter-list input[type=checkbox]:checked + label:focus:before {
	background-image: url(../img/checkbox-fill.png);
}

.side-bar .filter-list .list-item.disabled {
	opacity: .48;
	cursor: default;
	pointer-events: none;
}


/* Filter Menu Bar */
.filter-menu-bar {
	width: 83px; 
	height: 38px; 
	float: left; 
	font-family: "Karla", sans-serif; 
	font-weight: 700; 
	font-size: 16px; 
	line-height: 38px; 
	cursor: pointer;
	position: relative;
	display: none;
	z-index: 1;
	margin: -3px -200px 0 0; 
}

.filter-menu-bar .txt {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.filter-menu-bar .menu-bar {
	width: 25px;
	height: 20px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-indent: -999999px;
}

.filter-menu-bar .menu-bar .icon-bar {
	width: 100%;
	height: 3px;
	float: right;
	background: #1d1a1b;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 8px 0 0 0;
}

.filter-menu-bar .menu-bar .icon-bar:before,
.filter-menu-bar .menu-bar .icon-bar:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #1d1a1b;
	position: absolute;
	top: -8px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.filter-menu-bar .menu-bar .icon-bar:after {
	top: 8px;
}

@media (max-width: 991px) {
.filter-menu-bar {
	display: block;
}

.hiddenscroll {
	overflow: hidden;
}

.overlay {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .70);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	display: none;
}

.overlay.show-over {
	display: block;
}

.offcanvas-mobi {
	width: 92%;
	max-width: 380px;
	height: 100%;
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 5;
	padding: 85px 0 0 0;
}

.offcanvas-mobi.active {
	left: 0;
}

.side-bar .filter-accord h2,
.side-bar .filter-accord h3,
.side-bar .filter-accord h4 {
	padding-bottom: 15px;
}

.offcanvas-mobi .side-bar-maxleft {
	max-width: 100%;
	width: 100%;
	height: 100%;
	float: left;
	background: #ffffff;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	padding: 40px 40px 0 40px;
}

.offcanvas-mobi .side-bar-maxleft .filter-menu-bar {
	width: 20px;
	position: absolute;
	top: 0;
	right: 20px; 
	margin: 0; 
}

.offcanvas-mobi .side-bar-maxleft .filter-menu-bar .txt {
	display: none;
}

.offcanvas-mobi .side-bar-maxleft .filter-menu-bar.active .menu-bar .icon-bar {
	width: 20px;
	background: none;
}

.offcanvas-mobi .side-bar-maxleft .filter-menu-bar.active .menu-bar .icon-bar:before {
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.offcanvas-mobi .side-bar-maxleft .filter-menu-bar.active .menu-bar .icon-bar:after {
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
}

@media (max-width: 767px) {
.offcanvas-mobi {
	max-width: 320px;
	padding: 66px 0 0 0;
}

.side-bar .filter-accord .card-header a {
	font-size: 16px;
	line-height: 20px;
}

.side-bar .filter-list label {
	font-size: 15px;
	line-height: 19px;
}

.side-bar .filter-accord .more-info { 
	font-size: 15px; 
	line-height: 19px; 
}

.offcanvas-mobi .side-bar-maxleft {
	padding: 30px 20px 0 20px;
}
}



/* Breadcrumb */
.breadcrumb {
	background: none;
	border-radius: 0; 
	padding: 0; 
	margin: 0;
}

.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb ul,
.breadcrumb li { 
	padding: 0; 
	margin: 0;
}

.breadcrumb ul li:before {
	display: none; 
}

.breadcrumb ul li {
	font-family: "Karla", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #1d1a1b;
	line-height: 22px;
	display: inline-block;
	padding: 3px 14px 3px 0;
	margin-right: 6px;
}

.breadcrumb ul li:after {
	content: "\f054";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 13px;
	color: #666666;
	line-height: 13px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -5px 0 0 0;
}

.breadcrumb ul li:last-child:after {
	display: none;
}

.breadcrumb ul li a {
	font-weight: 400;
	color: #666666;
	text-decoration: none;
}

.breadcrumb ul li a:hover {
	color: #e70015;
	text-decoration: underline;
}

@media (max-width: 767px) {
.breadcrumb ul li {
	font-size: 16px;
	line-height: 20px;
	padding: 3px 10px 3px 0; 
}

.breadcrumb ul li:after {
	font-size: 11px;
	line-height: 11px;
	margin: -4px 0 0 0;
}
}


/* Pagination */
.pagination-out {
	width: 100%;
	display: flex;
	justify-content: center;
	font-family: "Karla", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	padding: 15px 0;
}

.search-results .products-search-header .pagination-out {border-top: 0px none #cccccc; }

.pagination-out a {
	font-weight: inherit;
	color: #333333;
	text-decoration: none;
}

.pagination-out a:hover,
.pagination-out a.active {
	color: #e70015;
	text-decoration: underline;
}

.pagination-out .pager-view-types {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
}

.pagination-out .pager-view-types p {
	padding: 0;
}

.pagination-out .pager-view-types .txt {
	margin: 0 13px 0 0;
}

.pagination-out .pager-view-types .counts {
	position: relative;
	padding: 0 13px 0 0;
	margin: 0 20px 0 0;
}

.pagination-out .pager-view-types .counts a {
	margin: 0 10px 0 0;
}

.pagination-out .pager-view-types .counts:after {
	content: "";
	width: 1px;
	height: 20px;
	float: right;
	background: #cccccc;
	position: absolute;
	top: -2px;
	right: 0;
}

.pagination-out .pagination {
	width: auto;
	float: right;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.pagination-out .pagination ul {
	border-radius: 0;
	padding: 0;
	margin: 0 -5px;
}

a.paginate-page {
	background: #d5d9e2;
	color: #2f333c;
	width: 25px !important;
	height: 25px !important;
	border-radius: 4px;
	display: inline-flex !important;
	justify-content: center;
	line-height: 25px !important;
}

a.paginate-page.active, a.paginate-page:hover {
	background: #e70c15;
	color: #fff;
	text-decoration: none;
}

.pagination-out .pagination ul li, .pagination a, .pagination span.page-numbers  {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Karla", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	position: relative;
	padding: 0;
	margin: 0 5px;
}

.pagination-out .pagination ul li:before {
	display: none;
}

.pagination-out .pagination ul li a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: inherit;
	color: #333333;
	line-height: normal;
	text-decoration: none;
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.pagination-out .pagination ul li a:hover,
.pagination-out .pagination ul li.active > a, .pagination span.page-numbers.current {
	color: #e70015;
	text-decoration: underline;
	background: none;
	box-shadow: none;
}

@media (max-width: 767px) {
.pagination-out {
	text-align: center;
	padding: 25px 0 0 0;
}

.pagination-out .pager-view-types {
	width: 100%;
	text-align: center;
	margin: 0 0 18px 0;
}

.pagination-out .pagination {
	width: 100%;
	float: left;
	text-align: center;
	display: block;
}

.pagination-out .pagination ul {
	width: auto;
	float: none;
	display: inline-block;
}

.pagination-out .pagination ul li {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Karla", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	position: relative;
	padding: 0;
	margin: 0 5px;
}

.pagination-out .pagination ul li:before {
	display: none;
}

.pagination-out .pagination ul li a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: inherit;
	color: #333333;
	line-height: normal;
	text-decoration: none;
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.pagination-out .pagination ul li a:hover,
.pagination-out .pagination ul li.active > a {
	color: #e70015;
	text-decoration: underline;
	background: none;
	box-shadow: none;
}
}



/* Table - Content */
.table-cont {
	width: 100%;
	float: none;
	display: inline-block;
	background: #ededed;
}

.table-cont th, 
.table-cont td {
	font-family: "Karla", sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
	padding: 15px 25px;
	margin: 0;
}

.table-cont td a {
	font-weight: inherit;
	color: #333333;
	text-decoration: underline;
}

.table-cont td a:hover {
	color: #e70015;
	text-decoration: underline;
}

.table-cont th:first-child, 
.table-cont td:first-child {
	width: 25%;
	border-right: 2px solid #f8f8f8;
	white-space: nowrap;
	vertical-align: top;
}

.table-cont th:nth-child(2), 
.table-cont td:nth-child(2) {
	width: 75%;
	font-weight: 700;
}

.table-cont thead {
	background: #e70015;
}

.table-cont thead th, 
.table-cont thead th {
	font-weight: 700;
	color: #ffffff;
}

.table-cont tbody tr {
	border-bottom: 2px solid #f8f8f8;
}

.table-cont tbody tr:nth-child(even) {
	background: #e3e3e3;
}

.table-cont .prdt-codes .prdt-code {
	display: inline-block;
	vertical-align: middle;
	font-weight: inherit;
	color: #333333;
	text-decoration: underline;
	position: relative;
	cursor: pointer;
	padding: 0 3px 0 0;
	margin: 0 2px 0 0;
}

.table-cont .prdt-codes .prdt-code:after {
	content: ",";
	color: #333333;
	position: absolute;
	top: 0;
	right: -3px;
}

.table-cont .prdt-codes .prdt-code:last-child:after {
	display: none;
}

.table-cont .prdt-codes .prdt-code:hover,
.table-cont .prdt-codes .prdt-code.active {
	color: #e70015;
	text-decoration: underline;
}

@media (max-width: 767px) {
.table-cont th, 
.table-cont td {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 10px;
}

.table-cont th:first-child, 
.table-cont td:first-child {
	width: 32%;
	border-right-width: 1px;
}

.table-cont th:nth-child(2), 
.table-cont td:nth-child(2) {
	width: 68%;
	padding-left: 15px;
}

.table-cont tbody tr {
	border-bottom-width: 1px;
}
}


/* Divider */
.divider {
	width: 100%;
	height: 1px;
	float: left;
}

.divider span {
	width: 100%;
	height: 1px;
	float: left;
	background: #cccccc;
}


/*
 11.) Products/Details - Pages
----------------------------------------*/

/* Products - List */
.products-list {
	width: 100%;
	float: left;
	background: #f8f8f8;
	padding: 95px 0;
}

.products-list .article {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	display: inline-block;
	text-align: left;
	padding: 28px 15px;
}

.products-list .article h3, 
.products-list .article h4,
.products-list .article .product-code {
	width: 100%;
	float: left;
	font-family: "Karla", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	padding: 0;
}

.products-list .article h3 a, 
.products-list .article h4 a,
.products-list .article .product-code a {
	font-weight: inherit;
}

.products-list .article .product-code {
	font-weight: 400;
	color: #1d1a1b;
	padding: 1px 0 5px 0;
}

.products-list .article .product-code:last-child {
	padding-bottom: 0;
}

.products-list .article figure {
	width: 100%;
	float: left;
	text-align: center;
	background: #ffffff;
	border: 1px solid #cccccc;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 0 11px 0;
}

.products-list .article figure img {
	/*width: 100%;*/
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.page-template-page-templates .products-list .article figure img {
	height: 240px !important;
}

.products-list .article aside {
	width: 100%;
	float: left;
}

.products-list .article:hover figure {
	border-color: #e70015;
}

.products-list .article:hover figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.products-list .article-out {
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	margin: -28px -15px;
}

@media (max-width: 1199px) {
.products-list {
	padding: 80px 0;
}

.products-list .article h3, 
.products-list .article h4,
.products-list .article .product-code {
	font-size: 22px;
	line-height: 26px;
}
}

@media (max-width: 991px) {
.products-list {
	padding: 70px 0;
}

.products-list .article {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 20px 15px;
}

.products-list .article-out {
	margin: -20px -15px;
}
}

@media (max-width: 767px) {
.products-list {
	padding: 50px 0;
}

.products-list .article {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 20px 10px;
}

.products-list .article h3, 
.products-list .article h4,
.products-list .article .product-code {
	font-size: 20px;
	line-height: 24px;
}

.products-list .article-out {
	margin: -20px -10px;
}
}

@media (max-width: 479px) {
.products-list .article {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 290px;
}

.products-list .article-out {
	justify-content: center;
	text-align: center;
}
}


/* Products - List2 - Out */
.products-list2-out {
	width: 100%;
	float: left;
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
	padding: 55px 0 120px 0;
}

@media (min-width: 992px) {
.products-list2-out .side-bar {
	padding-top: 55px;
}
}

@media (max-width: 991px) {
.products-list2-out {
	padding: 40px 0 90px 0;
}
}

@media (max-width: 767px) {
.products-list2-out {
	padding: 35px 0 50px 0;
}
}


/* Product - Main Title */
.product-main-title {
	width: 100%;
	float: none;
	display: inline-block;
	padding: 0 0 20px 0;
}

.product-main-title h1, 
.product-main-title h2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: 0.02em;
	padding: 0 300px 7px 0;
	margin: 0 -265px 0 0;
}

.product-main-title .short-cont-out {
	width: 265px;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	margin: -20px -5px 20px -5px;
}

.product-main-title .short-cont {
	width: 265px;
	float: right;
}

.product-main-title .short-cont label {
	width: 88px;
	float: left;
	font-family: "Karla", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 38px;
	padding: 0;
	margin: 0;
}

.product-main-title .short-cont select {
	width: 177px;
	height: 38px;
	float: right;
	font-family: "Karla", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 4px 12px;
	margin: 0;
}

@media (max-width: 991px) {
.product-main-title {
	padding: 0 0 40px 0;
}

.product-main-title h1, 
.product-main-title h2 {
	padding: 0 0 25px 0;
	margin: 0;
}

.product-main-title .short-cont-out {
	width: 1100%;
	float: left;
	background: #eaeae9;
	padding: 10px 500%;
	margin: 0 -500%;
}

.product-main-title .short-cont {
	width: 255px;
}

.product-main-title .short-cont label {
	width: 78px;
}
}

@media (max-width: 767px) {
.product-main-title {
	padding: 0 0 30px 0;
}

.product-main-title h1, 
.product-main-title h2 {
	padding: 0 0 20px 0;
}
}

@media (max-width: 399px) {
.product-main-title .short-cont label {
	display: none;
}
}


/* Products - List2 */
.products-list.list2 {
	background: none;
	padding: 0 0 75px 0;
}

.products-list.list2:last-child {
	padding-bottom: 0;
}

.products-list.list2 .article {
	padding: 28px 10px;
}

.products-list.list2 .article h3, 
.products-list.list2 .article h4,
.products-list.list2 .article .product-code {
	font-size: 20px;
	line-height: 24px;
}

.products-list.list2 .article h4.light {
	font-weight: 500;
}

.products-list.list2 .article .product-code {
	padding-bottom: 1px;
}

.products-list.list2 .article-out {
	margin: -28px -10px;
}

@media (max-width: 1199px) {
.products-list.list2 {
	padding: 0 0 65px 0;
}

.products-list.list2 .article {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 20px 10px;
}

.products-list.list2 .article-out {
	margin: -20px -10px;
}
}

@media (max-width: 767px) {
.products-list.list2 {
	padding: 0 0 50px 0;
}

.products-list.list2 .article {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 20px 10px;
}

.products-list.list2 .article-out {
	margin: -20px -10px;
}
}

@media (max-width: 479px) {
.products-list.list2 .article {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 290px;
}
}


/* Products - Detail - Out */
.products-detail-out {
	width: 100%;
	float: left;
	background: #f8f8f8;
	padding: 55px 0 120px 0; position: relative;
}

@media (max-width: 991px) {
.products-detail-out {
	padding: 40px 0 90px 0;
}
}

@media (max-width: 767px) {
.products-detail-out {
	padding: 35px 0 50px 0;
}
}


/* Products - Detail */
.products-detail {
	width: 100%;
	float: left;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 60px 0;
}

.products-detail:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.products-detail .product-sinle-title {
	width: 100%;
	float: left;
	padding: 0 0 50px 0;
}

.products-detail .product-sinle-title .left-cl {
	width: 60%;
	float: left;
}

.products-detail .product-sinle-title .left-cl h1, 
.products-detail .product-sinle-title .left-cl h2 {
	letter-spacing: 0.02em;
	padding: 0 0 7px 0;
}

.products-detail .product-sinle-title .right-cl {
	width: 40%;
	float: left;
	font-family: "Karla", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	padding: 15px 0 0 0;
}

.products-detail .product-sinle-title .right-cl a {
	font-weight: inherit;
	text-decoration: none;
}

.products-detail .product-sinle-title .right-cl a i {
	margin-left: 9px;
}

.products-detail .product-sinle-title .right-cl p {
	padding: 0 0 15px 0;
}

.products-detail .product-sinle-title .right-cl p:last-child {
	padding-bottom: 0;
}

.products-detail .col-split {
	width: 100%;
	float: left;
}

.products-detail .product-gallery {
	width: 38%;
	float: left;
}

.products-detail .product-gallery .item {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	background: #fff;
}

.products-detail .product-gallery .item img {
	width: auto;
	max-height: 400px;
}

.products-detail .product-gallery .owl-stage-outer {
	border: 1px solid #cccccc;
}

.products-detail .product-gallery .owl-thumbs {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.products-detail .product-gallery .owl-thumbs .owl-thumb-item {
	width: 65px;
	float: left;
	text-align: center;
	border: 1px solid #cccccc;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 14px 14px 0 0;
}

.products-detail .product-gallery .owl-thumbs .owl-thumb-item:hover, 
.products-detail .product-gallery .owl-thumbs .owl-thumb-item.active {
	border-color: #e70015;
}

.products-detail .product-specification {
	width: 57%;
	float: right;
}

.products-detail .product-specification h3 {
	width: 100%;
	float: left;
	display: inline-block;
	font-weight: 400;
	font-size: 30px;
	color: #333333;
	line-height: 34px;
	padding: 0 0 17px 0;
}

@media (max-width: 991px) {
.products-detail {
	padding: 0 0 50px 0;
}

.products-detail .product-sinle-title {
	padding: 0 0 30px 0;
}

.products-detail .product-sinle-title .left-cl {
	width: 100%;
	padding: 0 0 35px 0;
}

.products-detail .product-sinle-title .right-cl {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 0;
}

.products-detail .product-sinle-title .right-cl p {
	padding: 0 0 15px 0;
}

.products-detail .product-gallery {
	width: 100%;
	margin: 0 0 45px 0;
}

.products-detail .product-specification {
	width: 100%;
}

.products-detail .product-specification h3 {
	font-size: 26px;
	line-height: 30px;
}
}

@media (max-width: 767px) {
.products-detail {
	padding: 0 0 40px 0;
}

.products-detail .product-sinle-title {
	padding: 0 0 30px 0;
}

.products-detail .product-sinle-title .left-cl {
	width: 100%;
	padding: 0 0 30px 0;
}

.products-detail .product-sinle-title .left-cl h1, 
.products-detail .product-sinle-title .left-cl h2 {
	padding-bottom: 10px;
}

.products-detail .product-sinle-title .right-cl {
	font-size: 16px;
	line-height: 20px;
}

.products-detail .product-sinle-title .right-cl p {
	padding: 0 0 10px 0;
}

.products-detail .product-gallery {
	width: 100%;
	margin-bottom: 35px;
}

.products-detail .product-gallery .owl-thumbs .owl-thumb-item {
	margin: 12px 12px 0 0;
}

.products-detail .product-specification h3 {
	font-size: 24px;
	line-height: 28px;
}
}


/* Related - Products */
.related-products {
	width: 100%;
	float: left;
	background: none;
	padding: 75px 0;
}

.related-products:first-child {
	padding-top: 0;
}

.related-products:last-child {
	padding-bottom: 0;
}

.related-products h2 {
	width: 100%;
	float: none;
	display: inline-block;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	padding-bottom: 35px;
}

.related-products .article {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.related-products .article-out {
	display: block;
	margin: 0;
}

.related-products .owl-carousel {
	padding: 0;
}

.related-products .owl-nav div {
	top: 41%;
	margin: -25px 0 0 0;
}

.related-products .owl-nav .owl-prev {
	left: -90px;
}

.related-products .owl-nav .owl-next {
	right: -90px;
}

@media (max-width: 1399px) {
.related-products .owl-nav .owl-prev {
	left: -50px;
}

.related-products .owl-nav .owl-next {
	right: -50px;
}
}

@media (max-width: 1299px) {
.related-products .owl-nav .owl-prev {
	left: -31px;
}

.related-products .owl-nav .owl-next {
	right: -31px;
}
}

@media (max-width: 991px) {
.related-products {
	padding: 55px 0;
}

.related-products h2 {
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 30px;
}
}

@media (min-width: 768px){
	.related-products .owl-carousel.no-repeat .owl-stage {
	display: flex;
	justify-content: center;
	width: auto !important;
}
}

@media (max-width: 767px) {
.related-products {
	padding: 45px 0;
}

.related-products h2 {
	font-size: 30px;
	line-height: 34px;
	padding-bottom: 25px;
}
}

@media (max-width: 479px) {
.related-products .article {
	-ms-flex: 100%;
	flex: 100%;
	max-width: 290px;
	display: inline-block;
	padding: 0;
}
}


/* Products - Cutsheet */
.products-cutsheet {
	width: 100%;
	min-height: 100vh;
	float: left;
	background: #ffffff;
	overflow: hidden;
	padding: 0;
}

.products-cutsheet .container {
	max-width: 1180px;
}

.products-cutsheet .header-cutsheet {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eaeae9;
	padding: 70px 0 30px 0;
}

.products-cutsheet .header-cutsheet .file-option {
	width: 100%;
	float: left;
	font-family: "Karla", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #1d1a1b;
	line-height: 20px;
	text-align: right;
	padding: 0;
	margin: -20px 0 0 0;
}

.products-cutsheet .header-cutsheet .file-option a {
	font-weight: inherit;
	color: #1d1a1b;
	text-decoration: none;
}

.products-cutsheet .header-cutsheet .file-option p {
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0 0 0 30px;
}

.products-cutsheet .header-cutsheet .file-option p i {
	margin-left: 8px;
}

.products-cutsheet .header-cutsheet .file-option p:hover {
	color: #e70015;
	text-decoration: none;
}

.products-cutsheet .header-cutsheet .file-option p:hover a {
	color: #e70015;
	text-decoration: none;
}

.products-cutsheet .header-cutsheet .split-out {
	width: 100%;
	float: left;
}

.products-cutsheet .header-cutsheet .brand-out {
	width: 600px;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 -602px 0 0;
}

.products-cutsheet .header-cutsheet .brand-out .brand {
	float: none;
	padding: 0;
	margin: 0 0 11px 0;
}

.products-cutsheet .header-cutsheet .brand-out .brand img {
	width: 100%;
	max-width: 330px;
}

.products-cutsheet .header-cutsheet .brand-out p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #1d1a1b;
	line-height: 21px;
	padding: 0;
}

.products-cutsheet .header-cutsheet .address-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
	margin: 5px -602px -5px 0;
}

.products-cutsheet .header-cutsheet .address-cont p {
	float: none;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	position: relative;
	padding: 0 30px 0 10px;
}

.products-cutsheet .header-cutsheet .address-cont p:before {
	content: "";
	width: 2px;
	height: 35px;
	float: left;
	background: #cccccc;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -18px 0 0 0;
}

.products-cutsheet .header-cutsheet .address-cont aside {
	float: none;
	display: inline-block;
	text-align: left;
	margin: 0 -30px 0 0;
}

.products-cutsheet .products-detail {
	border: none;
	padding: 60px 0;
}

.products-cutsheet .products-detail .product-gallery {
	width: 43.50%;
}

.products-cutsheet .products-detail .product-gallery .item {
	border: 1px solid #cccccc;
}

.products-cutsheet .products-detail .product-specification {
	width: 52%;
	padding: 0;
}

.products-cutsheet .products-detail .product-specification h1 {
	font-size: 40px;
	line-height: 44px;
	padding-bottom: 26px;
	font-weight: 600;
}

.products-cutsheet .products-detail .product-specification h2 {
	font-size: 27px;
	line-height: 33px;
	padding-bottom: 12px;
	font-weight: normal;
}

.products-cutsheet .products-detail .product-specification .table-cont th, 
.products-cutsheet .products-detail .product-specification .table-cont td {
	font-size: 16px;
	line-height: 20px;
	padding: 14px 20px;
}

.products-cutsheet .products-detail .product-specification .table-cont th:first-child, 
.products-cutsheet .products-detail .product-specification .table-cont td:first-child {
	border-right-color: #ffffff;
}

.products-cutsheet .products-detail .product-specification .table-cont tbody tr {
	border-bottom-color: #ffffff;
}

.products-cutsheet .footer-cutsheet {
	width: 100%;
	float: left;
	text-align: right;
	border-top: 1px solid #eaeae9;
	padding: 25px 0 45px 0;
}

.products-cutsheet .footer-cutsheet .foot-logo {
	margin-bottom: 20px;
}

.products-cutsheet .footer-cutsheet .foot-logo img {
	max-width: 100%;
	max-height: 45px;
}

.products-cutsheet .footer-cutsheet p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	padding: 0;
}

@media (max-width: 1139px) {
.products-cutsheet .header-cutsheet .brand-out .brand {
	float: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.products-cutsheet .header-cutsheet .brand-out .brand img {
	max-width: 260px;
}

.products-cutsheet .header-cutsheet .brand-out p {
	font-size: 14px;
	line-height: 18px;
}

.products-cutsheet .header-cutsheet .address-cont p {
	font-size: 15px;
	line-height: 21px;
	padding-right: 20px;
}

.products-cutsheet .header-cutsheet .address-cont aside {
	margin: 0 -20px 0 0;
}

.products-cutsheet .footer-cutsheet p {
	font-size: 15px;
	line-height: 26px;
}
}

@media (max-width: 991px) {
.products-cutsheet .header-cutsheet {
	padding: 45px 0 30px 0;
}

.products-cutsheet .header-cutsheet .file-option {
	font-size: 15px;
	line-height: 19px;
	margin: -10px 0 -10px 0;
}

.products-cutsheet .header-cutsheet .file-option p {
	margin: 0 0 0 30px;
}

.products-cutsheet .header-cutsheet .brand-out {
	width: 100%;
	margin: 0 0 30px 0;
}

.products-cutsheet .header-cutsheet .brand-out .brand {
	float: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.products-cutsheet .header-cutsheet .brand-out .brand img {
	width: 100%;
	max-width: 260px;
}

.products-cutsheet .header-cutsheet .address-cont {
	text-align: left;
	margin: 0;
}

.products-cutsheet .header-cutsheet .address-cont p {
	padding-right: 40px;
}

.products-cutsheet .header-cutsheet .address-cont aside {
	margin: 0 -40px 0 0;
}

.products-cutsheet .products-detail {
	padding: 50px 0;
}

.products-cutsheet .products-detail .product-gallery {
	width: 100%;
}

.products-cutsheet .products-detail .product-specification {
	width: 100%;
}

.products-cutsheet .products-detail .product-specification h2 {
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 20px;
}

.products-cutsheet .products-detail .product-specification h3 {
	font-size: 25px;
	line-height: 31px;
	padding-bottom: 12px;
}
}

@media (max-width: 767px) {
.products-cutsheet .header-cutsheet {
	padding: 40px 0 25px 0;
}

.products-cutsheet .header-cutsheet .file-option {
	width: 118%;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	margin: -15px -9% 35px -9%;
}

.products-cutsheet .header-cutsheet .file-option p {
	margin: 0 15px;
}

.products-cutsheet .header-cutsheet .brand-out {
	text-align: center;
	margin: 0 0 30px 0;
}

.products-cutsheet .header-cutsheet .brand-out .brand img {
	max-width: 220px;
}

.products-cutsheet .header-cutsheet .address-cont {
	text-align: center;
}

.products-cutsheet .header-cutsheet .address-cont p {
	padding-right: 0;
	margin-bottom: 15px;
}

.products-cutsheet .header-cutsheet .address-cont aside {
	max-width: 180px;
	margin: 0 0 -15px 0;
}

.products-cutsheet .products-detail {
	padding: 40px 0 30px 0;
}

.products-cutsheet .products-detail .product-specification h2 {
	font-size: 30px;
	line-height: 34px;
	padding-bottom: 20px;
}

.products-cutsheet .products-detail .product-specification h3 {
	font-size: 22px;
	line-height: 28px;
}

.products-cutsheet .products-detail .product-specification .table-cont th, 
.products-cutsheet .products-detail .product-specification .table-cont td {
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
}

.products-cutsheet .footer-cutsheet {
	padding: 20px 0 40px 0;
}

.products-cutsheet .footer-cutsheet .foot-logo {
	margin-bottom: 20px;
}
}


/*
 12.) Two Column - Articles
----------------------------------------*/

.two-col-articles {
	width: 100%;
	float: left;
}

.two-col-articles .article {
	width: 100%;
	float: left;
	padding: 60px 0;
}

.two-col-articles .article h2:last-child,
.two-col-articles .article h3:last-child,
.two-col-articles .article h4:last-child,
.two-col-articles .article p:last-child {
	padding-bottom: 0;
}

.two-col-articles .article .btn-out {
	padding-top: 20px;
}

.two-col-articles .article aside {
	width: 53%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 8% 0 0;
	margin: 0 -2px;
}

.two-col-articles .article figure {
	width: 47%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0 -2px;
}

.two-col-articles .article figure img {
	width: 100%;
}

.two-col-articles .article-out {
	width: 100%;
	float: left;
}

@media (min-width: 992px) {
.two-col-articles .article.article-align-right aside {
	left: 47%;
	padding: 0 2% 0 5.5%;
}

.two-col-articles .article.article-align-right figure {
	left: -53%;
}
}

@media (max-width: 991px) {
.two-col-articles {
	padding: 55px 0;
}

.two-col-articles .container {
	max-width: 600px;
}

.two-col-articles .article {
	padding: 0;
}

.two-col-articles + .two-col-articles {
	padding-top: 0;
}

.two-col-articles + .two-col-articles .article {
	padding-top: 40px;
	border-top: 1px solid #cccccc;
}

.two-col-articles .article .btn-out {
	padding-top: 10px;
}

.two-col-articles .article aside {
	width: 100%;
	padding: 0 0 40px 0;
	margin: 0;
}

.two-col-articles .article figure {
	width: 100%;
	margin: 0;
}
.gform_fields li label {
	left: 8px;
	right: 8px;
}
}

@media (max-width: 767px) {
.two-col-articles {
	padding: 35px 0;
}

.two-col-articles .container {
	max-width: 540px;
}

.two-col-articles .article {
	padding: 15px 0 10px;
}

.two-col-articles + .two-col-articles {
	padding-top: 0;
}

.two-col-articles + .two-col-articles .article {
	padding-top: 35px;
}

.two-col-articles .article aside {
	padding-bottom: 40px;
}
}


/*
 13.) Contact - Us
----------------------------------------*/

.contact-form {
	width: 100%;
	max-width: 860px;
	float: left;
	padding: 0 20px 0 0;
}

.contact-form form {
	width: 100%;
	float: left;
}

.contact-form ul {
	display: -ms-flexbox; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap; 
	display: flex; 
	padding: 0 0 40px 0;
	margin:-8px -15px;
}

.contact-form ul li {
	-ms-flex: 0 0 50%; 
	flex: 0 0 50%; 
	max-width: 50%;
	padding: 8px 15px;
	margin: 0;
}

.contact-form ul li.quarter-1,
.contact-form ul li.quarter-2,
.contact-form ul li.quarter-3,
.contact-form ul li.quarter-4 {
	-ms-flex: 0 0 25%; 
	flex: 0 0 25%; 
	max-width: 25%;
}
.contact-form ul li.quarter-1,
.contact-form ul li.quarter-3 {
	padding-right: 8px;
}
.contact-form ul li.quarter-2,
.contact-form ul li.quarter-4 {
	padding-left: 8px;
}

.contact-form ul li:before {
	display: none;
}

.contact-form ul li.full {
	-ms-flex: 0 0 100%; 
	flex: 0 0 100%; 
	max-width: 100%;
}

.contact-form ul li .split-left {
	width: 50%;
	float: left;
	padding-right: 8px;
}

.contact-form ul li .split-right {
	width: 50%;
	float: right;
	padding-left: 8px;
}

.contact-sidebar {
	width: 100%;
	float: left;
	color: #333333;
}

.contact-sidebar h3,
.contact-sidebar h4 {
	font-weight: 600;
	font-size: 27px;
	line-height: 33px;
	padding-bottom: 20px;
	margin-right: -20px;
}

.contact-sidebar a {
	font-weight: inherit;
	color: #333333;
	text-decoration: none;
}

.contact-sidebar a:hover {
	color: #e70015;
	text-decoration: none;
}

@media (max-width: 991px) {
.contact-form {
	padding: 0 0 50px 0;
}

.contact-sidebar h3,
.contact-sidebar h4 {
	font-size: 25px;
	line-height: 31px;
}
}

@media (max-width: 767px) {
.contact-form {
	padding: 0 0 40px 0;
}

.contact-form ul {
	padding: 0 0 30px 0;
	margin:-8px;
}

.contact-form ul li {
	padding: 8px;
}

.contact-form ul li.quarter-1,
.contact-form ul li.quarter-2,
.contact-form ul li.quarter-3,
.contact-form ul li.quarter-4 {
	-ms-flex: 0 0 50%; 
	flex: 0 0 50%;
	max-width: 50%;
}

.contact-form ul li .split-left {
	width: 100%;
	float: left;
	padding: 0;
	margin-bottom: 16px;
}

.contact-form ul li .split-right {
	width: 100%;
	float: left;
	padding-left: 0;
}

.contact-sidebar h3,
.contact-sidebar h4 {
	font-size: 22px;
	line-height: 28px;
}
}

@media (max-width: 479px) {
.contact-form ul li {
	-ms-flex: 0 0 100%; 
	flex: 0 0 100%; 
	max-width: 100%;
}
.contact-form ul li.quarter-1,
.contact-form ul li.quarter-2,
.contact-form ul li.quarter-3,
.contact-form ul li.quarter-4 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}


/*
 14.) Table - Content2
----------------------------------------*/

.tablepress {
	width: 100%;
	float: none;
	background: #ededed;
	margin-top: 43px;
}

.tablepress th, 
.tablepress td {
	width: 33.33%;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 26px;
	color: #1d1a1b;
	line-height: 30px;
	text-align: center;
	padding: 15px 25px;
	margin: 0;
}

.tablepress td a {
	font-weight: inherit;
	color: #1d1a1b;
	text-decoration: underline;
}

.tablepress td a:hover {
	color: #e70015;
	text-decoration: underline;
}

.tablepress th:first-child, 
.tablepress td:first-child,
.tablepress th:nth-child(2), 
.tablepress td:nth-child(2) {
	border-right: 2px solid #f8f8f8;
}

.tablepress thead {
	background: #e3e3e3;
}

.tablepress thead th {
	font-weight: 600;
	font-size: 27px;
	color: #1d1a1b;
	line-height: 31px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.tablepress tr {
	border-bottom: 2px solid #f8f8f8;
}

@media (max-width: 991px) {
.tablepress th, 
.tablepress td {
	font-size: 22px;
	line-height: 26px;
	padding: 13px 20px;
}

.tablepress thead th {
	font-size: 22px;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 20px;
}
}

@media (max-width: 767px) {
.tablepress {
	margin-top: 18px;
}
.tablepress th, 
.tablepress td {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 10px;
}

.tablepress th:first-child, 
.tablepress td:first-child,
.tablepress th:nth-child(2), 
.tablepress td:nth-child(2) {
	border-right-width: 1px;
}

.tablepress thead {
	background: #e3e3e3;
}

.tablepress thead th {
	font-size: 16px;
	line-height: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.tablepress tr {
	border-bottom-width: 1px;
}
}


/*
 15.) Modal
----------------------------------------*/

.modal-backdrop.show {
	background: #000000;
	opacity: .70;
}

.modal,
.modal-open {
	padding-right: 0!important;
}

@media (min-width: 576px) {
.modal-dialog {
	max-width: inherit;
}
}

@media (max-width: 767px) {
.modal-dialog {
	margin: 20px;
}
}

@media (min-width: 768px) {
.modal-dialog {
	max-width: 675px;
}
}

.modal-content {
	text-align: left;
	background: #ffffff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.42);
	border: none;
	border-radius: 0;
	padding: 0;
}

.modal-content h3,
.modal-content h4 {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 27px;
	color: #333333;
	line-height: 33px;
	text-align: center;
	padding: 25px 25px 22px 25px;
}

.modal-content h3 em,
.modal-content h4 em {
	font-weight: 400;
	font-style: italic;
}

.modal-content .icon-close { 
	font-size: 18px; 
	color: #80868d; 
	line-height: 18px; 
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 5;
}

.modal-content .figure-out {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.modal-content .figure-out img {
	width: 100%;
}

@media (max-width: 991px) {
.modal-content h3,
.modal-content h4 {
	font-size: 25px;
	line-height: 31px;
}
}

@media (max-width: 767px) {
.modal-content h3,
.modal-content h4 {
	font-size: 22px;
	line-height: 28px;
	padding: 25px 20px 23px 20px;
}

.modal-content .icon-close { 
	top: 8px;
	right: 10px;
}
}


/* Form - Block */
.modal-content .form-block {
	width: 100%;
	float: left;
	padding: 50px 75px;
}

.modal-content .form-block input[type="text"],
.modal-content .form-block input[type="password"],
.modal-content .form-block input[type="datetime"],
.modal-content .form-block input[type="datetime-local"],
.modal-content .form-block input[type="date"],
.modal-content .form-block input[type="month"],
.modal-content .form-block input[type="time"],
.modal-content .form-block input[type="week"],
.modal-content .form-block input[type="number"],
.modal-content .form-block input[type="email"],
.modal-content .form-block input[type="url"],
.modal-content .form-block input[type="search"],
.modal-content .form-block input[type="tel"],
.modal-content .form-block input[type="color"],
.modal-content .form-block .uneditable-input,
.modal-content .form-block textarea,
.modal-content .form-block select {
	background: #ffffff;
	border-color: #cccccc;
}

.modal-content .form-block select:focus,
.modal-content .form-block textarea:focus,
.modal-content .form-block input[type="text"]:focus,
.modal-content .form-block input[type="password"]:focus,
.modal-content .form-block input[type="datetime"]:focus,
.modal-content .form-block input[type="datetime-local"]:focus,
.modal-content .form-block input[type="date"]:focus,
.modal-content .form-block input[type="month"]:focus,
.modal-content .form-block input[type="time"]:focus,
.modal-content .form-block input[type="week"]:focus,
.modal-content .form-block input[type="number"]:focus,
.modal-content .form-block input[type="email"]:focus,
.modal-content .form-block input[type="url"]:focus,
.modal-content .form-block input[type="search"]:focus,
.modal-content .form-block input[type="tel"]:focus,
.modal-content .form-blockinput[type="color"]:focus,
.modal-content .form-block .uneditable-input:focus {
	border-color: #1d1a1b;
}

.modal-content .form-block ul {
	width: 100%;
	float: left;
	padding: 0 0 33px 0;
	margin: 0 0 -19px 0;
}

.modal-content .form-block ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 19px 0;
}

.modal-content .form-block ul li:before {
	display: none;
}

.modal-content .form-block ul li label {
	width: 270px;
	height: 46px;
	float: left;
	text-align: right;
	padding: 12px 19px 0 0;
	margin: 0 -300px 0 -40px;
}

.modal-content .form-block ul li .input-out {
	width: 100%;
	float: left;
	padding: 0 0 0 230px;
}

.modal-content .form-block ul li .file-box {
	width: 100%;
	float: left;
	border: 2px dashed #cccccc;
	cursor: pointer;
}

.modal-content .form-block ul li .file-box label {
	width: 100%;
	float: left;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	padding: 10px 19px;
	margin: 0;
}

.modal-content .form-block ul li .file-box label .browse {
	color: #e70015;
}

.modal-content .form-block ul li .file-box label .browse i {
	font-size: 14px;
	margin-left: 6px;
}

.modal-content .form-block .btm-out {
	width: 100%;
	float: left;
	text-align: right;
}

.modal-content .form-block .btm-in {
	float: right;
}

.modal-content .form-block .btm-out p {
	float: right;
	padding: 11px 0;
}

.modal-content .form-block .btm-out .btn-out {
	width: auto;
	float: right;
	margin: 0 0 0 45px;
}

@media (max-width: 991px) {
.modal-content .form-block {
	padding: 40px 60px;
}

.modal-content .form-block ul {
	padding: 0 0 30px 0;
	margin: 0 0 -15px 0;
}

.modal-content .form-block ul li {
	margin: 0 0 15px 0;
}

.modal-content .form-block ul li label {
	width: 230px;
	height: 46px;
	padding: 12px 19px 0 0;
	margin: 0 -300px 0 -30px;
}

.modal-content .form-block ul li .input-out {
	padding: 0 0 0 200px;
}

.modal-content .form-block ul li .file-box label {
	padding: 10px 19px;
}

.modal-content .form-block .btm-out .btn-out {
	margin: 0 0 0 45px;
}
}

@media (max-width: 639px) {
.modal-content .form-block {
	padding: 40px 25px;
}

.modal-content .form-block ul {
	padding: 0 0 30px 0;
	margin: 0 0 -20px 0;
}

.modal-content .form-block ul li {
	margin: 0 0 20px 0;
}

.modal-content .form-block ul li label {
	width: 100%;
	height: auto;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0;
}

.modal-content .form-block ul li .input-out {
	padding: 0;
}

.modal-content .form-block ul li .file-box label {
	text-align: center;
	padding: 10px 10px;
}

.modal-content .form-block .btm-out {
	width: 100%;
	text-align: center;
}

.modal-content .form-block .btm-in {
	width: 100%;
	float: none;
	display: inline-block;
	text-align: center;
}

.modal-content .form-block .btm-out p {
	width: 100%;
	padding: 0;
	margin: 0;
}

.modal-content .form-block .btm-out .btn-out {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}
}

/*
 15.5) Search Results
------------------------------------------------------*/
.entries-pagination {
	display: flex;
	justify-content: space-between;	
	padding-top: 40px;
}
.search-entry {
	padding: 25px 0;
	border-bottom: 1px solid #cccccc;
}
.search-entry h4 {
	padding: 0;
}

/*
 16.) Text/Background - Colors / Wordpress Cores
------------------------------------------------------*/

/* Padding/Margin - None */
.p-top-none {
	padding-top: 0!important;
}

.p-bottom-none {
	padding-bottom: 0!important;
}

.m-top-none {
	margin-top: 0!important;
}

.m-bottom-none {
	margin-bottom: 0!important;
}


/* Text - Colors */
.white {
	color: #ffffff!important;
}

.black {
	color: #000000!important;
}

.red {
	color: #e70015!important;
}

.yellow {
	color: #ffef00!important;
}

.gray-dk {
	color: #1d1a1b!important;
}

.gray-md {
	color: #333333!important;
}

.gray-lt {
	color: #cccccc!important;
}

.gray-ltr1 {
	color: #eaeae9!important;
}

.gray-ltr2 {
	color: #f8f8f8!important;
}


/* Background - Colors */
.white-bg {
	background-color: #ffffff!important;
}

.black-bg {
	background-color: #000000!important;
}

.red-bg {
	background-color: #e70015!important;
}

.yellow-bg {
	background-color: #ffef00!important;
}

.gray-dk-bg {
	background-color: #1d1a1b!important;
}

.gray-md-bg {
	background-color: #333333!important;
}

.gray-lt-bg {
	background-color: #cccccc!important;
}

.gray-ltr1-bg {
	background-color: #eaeae9!important;
}

.gray-ltr2-bg {
	background-color: #f8f8f8!important;
}


/*
 17.) Toolkit Page - Title - (Notes)
----------------------------------------*/

.notes-title {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 60px 0 40px 0;
}

.notes-title p {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #4b4e53;
	line-height: 26px;
	padding: 0 0 2px 0;
}

.notes-title p.sml {
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
	color: #808080;
	line-height: 24px;
	padding: 0 0 4px 0;
}

.notes-title p.dimensions {
	font-weight: 400;
	font-size: 17px;
	color: #4b4e53;
	line-height: 22px;
	text-transform: uppercase;
	padding: 0;
}

@media (max-width: 991px) {
.notes-title {
	padding: 50px 0 30px 0;
}

.notes-title p {
	font-size: 18px;
	line-height: 24px;
}

.notes-title p.sml {
	font-size: 16px;
	line-height: 22px;
}

.notes-title p.dimensions {
	font-size: 15px;
	line-height: 19px;
}
}

@media (max-width: 767px) {
.notes-title {
	padding: 40px 0 25px 0;
}

.notes-title p {
	font-size: 16px;
	line-height: 22px;
}

.notes-title p.sml {
	font-size: 14px;
	line-height: 20px;
}

.notes-title p.dimensions {
	font-size: 12px;
	line-height: 16px;
}
}


/* ---------------------------- Begin WordPress Core ---------------------------- */

/* Content Sample Page Middle Column */
img.alignnone {
	width: 100%;
	margin: 0 0 30px 0;
}

img.aligncenter {
	max-width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 20px 0;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

@media (max-width: 991px) {
img.alignleft, 
img.alignright {
	max-width: 285px;
}

img.alignleft {
	margin: 0 20px 20px 0;
}

img.alignright {
	margin: 0 0 20px 20px;
}
}

@media (max-width: 767px) {
img.alignnone, 
img.aligncenter, 
img.alignleft, 
img.alignright {
	width: 100%;
	max-width: 100%;
	margin: 5px 0 20px 0;
}
}

.wp-caption {
	max-width: 96%;
	text-align: center;
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 5px 3px 10px;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* ---------------------------- Text meant only for screen readers ---------------------------- */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar. */
}

/* ---------------------------- End WordPress Core ---------------------------- */

#cutSheetLogo {
	border: 2px dashed #cccccc;
	cursor: pointer;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1rem;
	text-align: center;
}

#productsearchform .results {
	position: absolute;
	width: 100%;
	top: 66px;
	border: 1px solid #b3b3af;
	background: #fff;
	max-height: 200px;
	padding: 9px;
	text-align: left;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	z-index: 99;
}

#productsearchform .results a {
	display: block;
	padding: 1px 0;
}

@media (max-width: 1199px) {
	#productsearchform .results {
		top: 61px;
	}
}

@media (max-width: 766px) {
	#productsearchform .results {
		top: 56px;
	}
}

#searchform .results {
	position: absolute;
	width: 100%;
	top: 37px;
	border: 1px solid #b3b3af;
	background: #fff;
	max-height: 200px;
	padding: 9px;
	text-align: left;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}

.mm-menu .mm-panel .results {
	top: 85px !important;
}

.mm-menu .mm-panel .results li {
	padding-left: 5px;
}

.mm-menu .mm-panel .results ul li a {
	font-weight: 600;
	color: #e70015;
	text-decoration: underline;
}

#product-backdrop {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #dddddd91;
	text-align: center;
}

#product-backdrop i {
	margin-top: 5rem;
}

#related-products .item img {
	height: 194px !important;
	width: auto;
}

.archive.tax-product-category .products-list img, .search-results .products-list img {
	height: 170px;
}

@media (max-width: 1199px) {
	.archive.tax-product-category .products-list img, .search-results .products-list img {
		height: 226px;
	}
}

.contact-form ul li.full-width {flex: 0 0 100%;
    max-width: 100%;}

@media (min-width:576px) {
/*.full-width .ginput_container_name  { clear:left; display:flex;}
.full-width .ginput_container_name span {flex: 0 0 50%; max-width: 50%; padding: 8px 15px 8px 0;}*/
	
	.full-width .ginput_container_name, .full-width .ginput_container_address {clear:left;}
	.full-width .ginput_container_address span:not(:first-child), .full-width .ginput_container_name span  {float:left; width: 50%; max-width: 50%; padding: 8px 15px;}
	.full-width .ginput_container_address span:nth-child(2), .full-width .ginput_container_address span:nth-child(4), .full-width .ginput_container_name span:first-child {clear:left; padding-left:0;}
	.full-width .ginput_container_address span:nth-child(3), .full-width .ginput_container_address span:nth-child(5), .full-width .ginput_container_name span:last-child {padding-right:0;}
	
	}
/*@media (max-width:768px) {
	.gallery .gallery-item {width: 46% !important; margin: 2%;}
	.gallery .gallery-item:nth-child(odd) {clear:left;}
	.gallery br {display:none;}
	
}*/


.error404 .searchform, .search-no-results .searchform {max-width: 500px;}
.error404 #s, .search-no-results #s  {width: 66%;
    margin-right: 15px;
    padding: 28px 25px;}

@media (max-width:1119px) {
	.error404 #s, .search-no-results #s {height:auto; padding: 15px 25px;}
}

@media (max-width:1023.98px) {
	.gallery .gallery-item {width: 31% !important; margin: 0 1.1% !important;}
	.error404 #s, .search-no-results #s {height:auto; padding: 15px 25px;}
}

@media (max-width:767px) {
	.gallery .gallery-item {float: none !important; width: 100% !important;}
	
}
@media (max-width:575.98px) {
	.error404 #s, .search-no-results #s {width: 100%; margin-bottom:15px; height:auto;}
	}

.modal .read-more a {
	display: inline-block;
	line-height: 20px;
}

#search-boxes{
	float: right; 
	width: 230px;
}
#search-boxes .search-box{
	margin: 10px 0 0 34px;
}
#search-boxes input{
	float: left; width: 100%;padding: 8px 37px 8px 20px;
}
.product-search-form .product-search-box{
	margin-bottom: 25px;
}

.search-results .main-content {background: #f8f8f8;}
.db_posts_per_page_form {margin-left: -15px;}
.db_posts_per_page_form, .db_posts_per_page_form label, .db_posts_per_page_form select {font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 16px; line-height: 20px;}
.db_posts_per_page_form select {background-color: #fff; max-width: 200px; }
.db_posts_per_page_form label { line-height:45px; width: auto; padding-right:12px;}
.products-search-header{ border-bottom: 1px solid #cccccc; padding-bottom:6px; }

#search-boxes {float: right; width: 250px;}
.ginput_container.ginput_recaptcha { margin-bottom: 30px; }

.featured_products{position: relative; max-width:1840px; margin: 0 auto;}
.featured_products .inner_featured{position: absolute; max-width: 300px; right: 0; border: 4px solid #000;  padding: 20px 20px 70px; top: 20px; text-align: center; background: #f8f8f8;}
.products-detail .product_info{}
.featured_products .inner_featured > h4{color: #e70015; font-weight: bold; font-size: 28px;}
.featured_products .inner_featured .feat_product h3{line-height: 44px; padding: 0px 0 20px; font-size: 36px;}
.featured_products .inner_featured .feat_product img{margin-bottom: 10px; max-height: 150px; width: auto;}
.featured_products .inner_featured .feat_product .btn-out{margin-top: 10px;}
.featured_products.mobile_only{display: none;}
.featured_products .owl-nav .owl-prev{top:auto; left: 38%; bottom: -55px;}
.featured_products .owl-nav .owl-next{top: auto;bottom: -55px; right: 38%;}

@media (max-width: 1260px){
	.featured_products.mobile_only{display: block; float: left; width: 100%; text-align: center; margin: 70px auto 0;}
	.featured_products.desktop_only{display: none;}
	.featured_products .inner_featured{position: relative; top: auto; display: inline-block; max-width: 90%;}
	.featured_products .inner_featured .owl-carousel .owl-item{ border: 1px solid #c4c1c1; float: left; padding: 20px 20px 30px;}
	.featured_products .inner_featured .owl-carousel .owl-item .item{height: 100%;}
	.featured_products .inner_featured .owl-carousel .owl-item .feat_product{height: 100%; padding-bottom:70px;}
	.featured_products .inner_featured .owl-carousel .owl-stage{display: flex;}
	.featured_products .inner_featured .feat_product .btn-out{position: absolute; bottom:30px; left:0;}
	.featured_products .inner_featured .owl-carousel .owl-stage-outer{padding: 0 2px;}
}