/*
Theme Name: Kirshenbaum
Theme URI: http://kirsh.mixermedia.co.il
Author: Mixermedia
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Kirshenbaum
Tags: 
======= */


html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
a {
	background-color: transparent;
	outline: 0;
}
b,strong {
	font-weight: bolder;
}
img {
	border-style: none;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, a:hover, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	font-family:"Assistant", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	/*direction: rtl;*/
	color: #565656;
}
.fas, .fal {
	font-family: 'fontawesome', 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before, *:after {
	box-sizing: inherit;
}
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover, 
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #565656;
}
a:visited {
	color: #565656;
}
a:hover, a:focus, a:active {
	color: #ae1e43;
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    /* clear: both; */
    display: block;
    float: right;
    /* width: 65%; */
    padding-bottom: 13px;
	transition: all 0.5s ease 0s;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color: #f7f7f7;
	position: absolute;
	top: 100%;
	width: 100%;
	left: -999em;
	z-index: 99999;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	padding: 1rem 0;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	/*width: 200px;*/
	width: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}
.main-navigation li {
    float: right;
    position: relative;
    margin: 0 10px;
    border-bottom: 5px solid transparent;
}
.main-navigation li:hover a, .main-navigation li.current-menu-item a {
    color: #ae1e43;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	padding: 7px 5px;
	color: #666666;
}

.main-navigation li:hover::after, .main-navigation li.current-menu-item::after {
    width: 100%;
    background: #ae1e43; 
}
.main-navigation li:after {
    content: '';
    display: block;
    margin: auto;
    height: 5px;
    width: 0px;
    background: transparent;
    transition: width .3s ease, background-color .3s ease;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
	}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
	clip-path: none;
	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. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}

/******************************************************************
************************** MIXERMEDIA *****************************
******************************************************************/
.hambu.fa {
	display: none;
    font-size: 32px;
}
.main-mobile-navigation {
    display: none;
}
.sec {
    max-width: 1200px;
	padding: 100px 15px;
	margin: 0 auto;
}
.head-wrp {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}
header#masthead {
    height: 135px;
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    width: 100%;
    z-index: 99999;
	transition: all 0.5s ease 0s;
}
header#masthead.shortPadd {
    height: 80px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 16px 0px #000;
}
header#masthead.shortPadd .main-navigation {
    padding-bottom: 0;
}
.site-branding {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 288px;
}
.site-branding > a {
    display: block;
    width: 100%;
    /* max-width: 288px; */
}
.mainImg {
    height: 42.917vw;
}
#mainSlider, .mainImg .lSSlideWrapper, .mainImg .lSSlideOuter, .mainImg .lslider-wrp {
    height: inherit !important;
}
.mainImg ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mainImg li {
    height: 100%;
	background-repeat: no-repeat;
}
.sld-wrp {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: rgba(0,0,0,0.35);
}
.content-box {
    padding: 2.604vw 3.125vw;
    background-color: rgba(0,0,0,0.3);
    transform: translate(36%, -25%);
}
.sld-text p strong, .sld-text p {
    font-size: 4.167vw;
    color: #fff;
    text-transform: uppercase;
}
.sld-text p strong {
    font-weight: 800;
}
.sld-text p {
	margin: 0;
	font-weight: 200;
	line-height: 0.9;
}
.sld-btn {
    height: 3.646vw;
	margin: 2.083vw 0 1.042vw;
}
.red {
	background-color: #ae1e43;
    color: #fff;
}
.btn-red:hover {
	color: #fff;
}
.sld-btn a.btn.red {
    text-decoration: none;
    font-size: 1.354vw;
    display: flex;
    align-items: center;
    max-width: 300px;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-transform: uppercase;
	font-weight: 300;
    color: #fff;
	letter-spacing: 2px;
}
.sec h2, .sec h2 p {
    margin: 0;
	font-weight: 300;
	text-align: center;
}
.red .sec h2, .red .sec h2 p, .red .sec h2 p strong {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
}
.sec h2 p strong {
	font-weight: 800;
}
.sec h2 p {
    margin-bottom: 24px;
}
.sec h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
}
.sec h2.on:after, .line-arr.on:after  {
    width: 100%;
    background: #fff; 
    width: 45%;
}
.sec h2.on:after {
	background: #c2c2c2;
}
.sec h2:after, .line-arr:after, .frm-ttl h2:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width 1s ease, background-color 1s ease;
}
h2 > i.fa-circle {
    position: absolute;
    bottom: -9px;
    color: #c2c2c2;
}
.red h2 > i.fa-circle {
	background-color: #ae1e43;
}
.red .sttl > p {
    color: #fff;
    text-align: center;
}
.sttl > p {
    text-align: center;
    margin: 54px 0 34px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
}
.line-arr {
    text-align: center;
}
.line-arr i {
    color: #fff;
    top: 18px;
    position: relative;
    font-size: 24px;
    background-color: #ae1e43;
}
.line-arr.on:after  {
    width: 25%;
	height: 2px;
}
.comp-ttl > h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 45px;
    font-weight: 300;
    margin: 64px 0;
}
.circles-wrapper > ul {
    /* display: inline-block; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
	padding: 0;
    margin: 0;
}
.circle {
    width: 184px;
    height: 184px;
    background-color: rgba(233,233,233,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    transition: all 0.5s ease 0s;
}
.circles-wrapper > ul > li.item-wrp {
    position: relative;
    bottom: 0;
    transition: all 0.5s ease 0s;
}
.circles-wrapper > ul > li.item-wrp:hover .circle {
    bottom: 20px;
}
.circle-txt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 32px;
}
.white {
    background-color: #fff;
    color: #565656;
}
.white h2 > i.fa-circle {
	background-color: #fff;
}
.sec h2 p *, .sec h2 p {
    color: #565656;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 300;
}
.sec h2 p strong {
    color: #ae1e43;
}
.prod .sec h2.on:after {
    width: 20%;
}
.white .sttl > p {
    color: #565656;
    font-size: 22px;
    margin: 40px 0 140px;
	text-align: center;
}
.products-slider-wrapper li > .sld-wrp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
    border: 1px solid #c2c2c2;
}
.p-img {
    width: 100%;
    height: 20.833vw;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
div#products.sec {
    max-width: 1500px;
	overflow: hidden;
}
/* .products-slider-wrapper {
    height: 500px;
} */
.filter-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.flt-ico {
    margin: 0 13px;
}
.flt-ico > img {
    user-select: none;
}
.filter-btn {
    border: 1px solid #c2c2c2;
    height: 42px;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    margin: 0 13px;
    cursor: pointer;
    width: auto;
    color: #3a3a3a;
    user-select: none;
}
.filter-btn.dsp {
    background-color: #ae1e43;
    color: #fff;
    cursor: default;
}
.sld-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    z-index: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.sld-mask.on {
    background-color: rgba(255,255,255,0.6);
    z-index: 999;
	display: flex;
}
.sliders-wrp {
    position: relative;
    width: 100%;
    height: 28.646vw;
}
.products-slider-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}
div#products .sttl > p {
    margin-bottom: 80px;
}
.products-slider-wrapper.dsp {
    opacity: 1;
    visibility: visible;
}
.p-ttl {
    height: 85px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    padding: 0 26px 0 34px;
	border-top: 1px solid #c2c2c2;
	transition: all 0.5s ease 0s;
	font-weight: 500;
}
.p-ttl > i {
    font-size: 21px;
	transition: all 0.5s ease 0s;
    position: relative;
    left: 0;
}
.products-slider-wrapper li:hover .p-ttl, .products-slider-wrapper li:hover .p-ttl > i {
    color: #ae1e43;
}
.products-slider-wrapper li:hover .p-ttl > i {
    left: 10px;
}
.products-slider-wrapper .lSSlideOuter .lSPager.lSpg > li:hover a, .products-slider-wrapper .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #ae1e43;
}
.curtain {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
	z-index: -1;
	top: 0;
}
.curtain.on {
    z-index: 999999;
}
.pp {
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    background-color: #f1f1f1;
    z-index: 99999999;
}
.curtain.on > .pp {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.prd-pp-wrp {
    height: auto;
    max-width: 1325px;
    margin: 0 auto;
    width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
    justify-content: center;
}
.pp-prd-sld * {
    width: 41.146vw;
    height: 30.729vw;
}
.prd-pp-inner-wrp {
    display: flex;
}
.pp-prd-dtl > .ttl{
    font-size: 40px;
    text-transform: uppercase;
}
.sttl > p {
    font-size: 26px;
    font-weight: 300;
    text-transform: initial;
    text-align: left;
	margin: 1.563vw 0;
}
.specs-wrp {
    background-color: #fff;
    padding: 1.563vw 2.083vw;
}
.specs-wrp > p.ttl {
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0;
}
.specs-wrp > p, .specs-wrp > p strong {
    font-size: 25px;
    margin: 1.563vw 0;
}
.pp-prd-dtl {
    padding-left: 3.646vw;
}
.order > a {
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #ae1e43;
    max-width: 300px;
    width: 100%;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-evenly;
}
.order > a > i {
    font-size: 30px;
    color: #fff;
    left: 0;
    position: relative;
    transition: all 0.5s ease 0s;
}
.order > a:hover > i {
	left: 10px;
}
.pp-prd-sld .lSAction > a.lSPrev, .pp-prd-sld .lSAction > a.lSNext {
	background-image: none;
}
.pp-prd-sld .lSAction > .lSNext:after {
	content: '\f330';
}
.pp-prd-sld .lSAction > .lSPrev:after {
    content: '\f32e';
	
}
.pp-prd-sld .lSAction > .lSPrev:after, .pp-prd-sld .lSAction > .lSNext:after {
	font-family: 'fontawesome', 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
    font-size: 32px;
    color: #fff;
}
.cls {
    position: absolute;
    top: 1.563vw;
    right: 1.563vw;
    background-color: #e1e1e1;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.cls > i {
    color: #2d2d2d;
    font-size: 60px;
}
.order {
    margin: 1.563vw 0 0;
}
.pp-prd-nav {
    width: 96%;
	padding: 32px 0;
}
.pp-prd-nav > .prev {
    float: left;
}
.pp-prd-nav > .next {
    float: right;
}
.pp-prd-nav > div {
    font-size: 26px;
    display: flex;
    align-items: center;
	cursor: pointer;
}
.pp-prd-nav > div > i {
	font-size: 54px;
	color: #949494;
}
.pp-prd-nav > .prev > i {
    padding-right: 10px;
}
.pp-prd-nav > .next > i {
    padding-left: 10px;
}




.team > .sec {
    padding-top: 15px;
}
.team .sec h2.on:after {
    width: 15%;
}
.tm-wrp {
    display: inline-block;
	padding: 75px 0 0;
}
.tm-wrp > ul {
    margin: 0;
    padding: 0;
    list-style: none;
	display: inherit;
}
.tm-wrp > ul > li.member-wrp {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    padding: 40px;
}
.tm-img > img {
    border-radius: 50%;
    max-width: 241px;
    width: 100%;
    height: auto;
}
.tm-nm > h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.tm-pos > h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 7px 0 14px;
}
li.member-wrp a {
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}
li.member-wrp i {
    padding-right: 3px;
}
li.member-wrp:nth-child(1), li.member-wrp:nth-child(2) {
    border-bottom: 1px dashed #c2c2c2;
}
li.member-wrp:nth-child(2), li.member-wrp:nth-child(4) {
    border-left: 1px dashed #c2c2c2;
}
.tm-dtl {
    padding-left: 30px;
}
.tm-pn {
    padding-bottom: 8px;
}
.team .sec h2.on:after {
    width: 15%;
}
.ban {
	width: 100%;
	height: 35.469vw;
}
.ban > .sec {
    height: 100%;
    position: relative;
	display: flex;
    align-items: flex-end;
}
.gray-box {
    position: absolute;
    width: 100%;
    max-width: 44.635vw;
    height: 16.250vw;
    background-color: rgba(0,0,0,0.75);
	padding: 40px;
}
.ban .sec h2 p, .ban .sec h2 p strong {
    color: #fff;
	font-size: 2.604vw;
}
.ban .sec h2 {
    align-items: flex-start;
}
.sec h2.on:after {
    background: #c2c2c2;
    width: 45%;
    margin: 0 14px;
}
.ban-sttl > p {
    font-size: 1.250vw;
    color: #fff;
    line-height: 1.4;
}
.gray.tl h2 > i.fa-circle {
    background-color: #fff;
}
.tl-wrp {
    padding: 50px 0;
    position: relative;
    display: flow-root;
	overflow: hidden;
}

.tl-wrp > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inherit;
}
.tl-wrp > ul > li.tl-item-wrp {
    display: block;
    clear: both;
	position: relative;
    
}
.tl-wrp > ul > li.tl-item-wrp > .item-wrp {
    top: 5000px;
    transition: all 1s ease 0s;
    position: relative;
}
.tl-wrp > ul > li.tl-item-wrp:nth-child(odd) {
    float: right;
    padding-right: 80px;
}
.tl-wrp > ul > li.tl-item-wrp:nth-child(even) {
    float: left;
    padding-left: 80px;
}
.tl-wrp > ul > li.tl-item-wrp.on > .item-wrp {
	top: 0;
}
.tl-wrp > ul > li.tl-item-wrp:first-child {
    top: 70px;
}
.tl-hr-ln {
    height: 0%;
    position: absolute;
    width: 2px;
    background-color: #565757;
    transform: translateX(-50%);
    left: 50%;
    transition: all 6s ease 0s;
}
.tl-hr-ln.on {
    height: 100%;
}
.tl-yr {
    width: 203px;
    height: 69px;
    background-color: #ae1e43;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    position: absolute;
    top: -45px;
	z-index: 2;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
.tl-wrp > ul > li.tl-item-wrp:nth-child(odd)  .tl-yr {
	left: 24px;
}
.tl-wrp > ul > li.tl-item-wrp:nth-child(even)  .tl-yr {
	right: 24px
}
.tl-img {
    position: relative;
	z-index: 1;
}
.tl-img:after {
	box-shadow: inset 0 0 8px 8px #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.tl-ttl {
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 10px;
}
.tl-sttl {
    font-size: 20px;
    line-height: 1.3;
    padding-left: 10px;
    max-width: 450px;
}
.news-wrp {
    display: flex;
}
.news-dtl {
    width: 40%;
}
.news-outer-wrp {
    padding: 60px 0;
}
.news-img {
    width: 60%;
    /* text-align: right; */
    margin-right: 60px;
}
.news-num {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
}
.news-ttl {
    font-size: 35px;
    font-weight: 500;
	text-transform: uppercase;
}
.news-text > p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin: 20px 0 35px;
}
.news-link > a > i {
    color: #ae1e43;
    font-size: 54px;
}
.news-outer-wrp .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #d2d2d2;
    border-radius: 0;
	height: 6px;
    width: 10.417vw;
}
.news-outer-wrp .lSSlideOuter .lSPager.lSpg > li:hover a, .news-outer-wrp .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #ae1e43;
}
.news-outer-wrp .lSSlideOuter .lSPager.lSpg {
    margin: 50px 0 0 !important;
}
.contact-sec {
    display: flex;
    width: 100%;
    justify-content: center;
}
.frm-box {
    background-color: #ae1e43;
    padding: 4.167vw 3.125vw 4.167vw 6.250vw;
}
.frm-box, .gmap {
    width: 50%;
	position: relative;
}
.frm-ttl h2.on:after {
    background: #c2c2c2;
    width: 26%;
    margin: 0 14px;
}
.frm-ttl h2 > i.fa-circle {
    color: #fff;
}
.frm-ttl h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0;
}
.frm-ttl h2 p, .frm-ttl h2 p strong {
    color: #fff;
}
.frm-ttl h2 p strong {
    font-weight: 800;
	font-size: 50px;
}
.frm-ttl h2 p {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 24px;
}
.frm-txt > p, .afrm-ddr {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
	margin: 0;
}
.frm-phns span, .frm-phns span i, .frm-phns span a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}
.frm {
    padding-top: 30px;
    max-width: 730px;
    width: 100%;
}
.frm-txt {
    padding: 40px 0;
}
.afrm-ddr {
    padding-bottom: 10px;
}
.frm-phns i {
    padding-right: 5px;
}
.frm-phns span {
    padding-right: 30px;
}
.clmn {
    max-width: 360px;
    width: 50%;
}
.columns .clmn:nth-child(2) {
    float: right;
    padding-left: 2.5px;
}
.columns .clmn:nth-child(1) {
    float: left;
    padding-right: 2.5px;
}
.fld {
    height: 60px;
    width: 100%;
	margin-bottom: 20px;
}
.fld input, .fld textarea {
    width: 100%;
    height: 100%;
    font-size: 22px;
    padding-left: 10px;
	border-radius: 0;
	outline: none;
}
.fld.ta {
    max-width: 100%;
    height: 100px;
    display: inline-block;
}
.fld.ta textarea {
    resize: none;
    height: 100%;
}
.smbt button {
    float: right;
    background-color: #0000;
    max-width: 200px;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 0;
    outline: none;
    cursor: pointer;
}
.smbt button i {
    color: #fff;
    font-size: 24px;
}
.fld input::-webkit-input-placeholder, .fld textarea::-webkit-input-placeholder { 
  color: #1b2242;
}
.fld input:-ms-input-placeholder, .fld textarea:-ms-input-placeholder { 
  color: #1b2242;
}
.fld input::placeholder, .fld textarea::placeholder {
  color: #1b2242;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    color: #fff;
}
.wpcf7-not-valid {
    background-color: #e74040;
    border: 1px solid #fff;
    color: #fff !important;
}
.fld input.wpcf7-not-valid::-webkit-input-placeholder, .fld textarea.wpcf7-not-valid::-webkit-input-placeholder { 
  color: #fff;
}
.fld input.wpcf7-not-valid:-ms-input-placeholder, .fld textarea.wpcf7-not-valid:-ms-input-placeholder { 
  color: #fff;
}
.fld input.wpcf7-not-valid::placeholder, .fld textarea.wpcf7-not-valid::placeholder {
  color: #fff;
}
.ftr-columns-wrp {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 50px 15px 25px;
}
.lg img {
    max-width: 288px;
    width: 100%;
}
.ftr-menu a {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.ftr-menu ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
    border-left: 2px solid #949494;
}
.ftr-menu ul li {
    /* line-height: 2; */
    padding-bottom: 7px;
}
.r-head-wrp.ftr-wrp i {
    font-size: 34px;
    color: #ae1e43;
}
.r-head-wrp.ftr-wrp a {
    margin-left: 20px;
}
.site-info > .sec {
    padding: 25px 15px;
    text-align: right;
}
.gray.tl h2:after {
    width: 25%;
}
@media only screen and (max-width: 1280px){ 
	.prd-pp-wrp {
		max-width: 1100px;
	}
	.cls > i {
		font-size: 40px;
	}
	.cls {
		height: 70px;
		width: 70px;
	}
}
@media only screen and (max-width: 1025px){
	div#products.sec {
		max-width: 900px;
	}
	.prd-pp-wrp {
		max-width: 900px;
	}
	.products-slider-wrapper li.p-item.lslide {
		height: 100%;
	}
	.tm-img > img {
		max-width: 170px;
	}
}
@media only screen and (max-width: 1023px){
	.sec h2.on:after {
		width: 26%;
	}
	header#masthead {
		height: 70px;
	}
	.head-wrp {
		align-items: center;
	}
	.site-branding img {
		max-width: 200px;
	}
	nav#site-navigation {
		display: none;
	}
	.hambu.fa {
		display: block;
	}
	.content-overlay {
		background: #0006 none repeat scroll 0 0;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 10;
		display: none;
	}
	.main-mobile-navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.main-mobile-navigation {
		background-color: #ae1e43;
		box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.75);
		float: left;
		height: 100%;
		left: 0;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		width: 240px;
		z-index: 20;
	}
	.main-mobile-navigation > div > ul > li {
		height: 80px;
		border-bottom: 1px solid #fff;
	}
	.main-mobile-navigation > div > ul > li > a {
		color: #fff;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		font-size: 26px;
		padding: 0 15px 0 30px;
		text-decoration: none;
	}
	.mainImg {
		height: 300px;
	}
	.content-box {
		padding: 10px 15px;
		transform: translate(5%, -50%);
	}
	.sld-text p strong, .sld-text p {
		font-size: 24px;
	}
	.sld-btn {
		height: 37px;
		margin: 12px 0 6px;
	}
	.sld-btn a.btn.red {
		font-size: 14px;
	}
	.sec {
		padding: 30px 15px;
	}
	.sec h2.on:after {
		width: 40%;
	}
	.red .sec h2, .red .sec h2 p, .red .sec h2 p strong {
		font-size: 28px;
	}
	.line-arr.on:after {
		width: 35%;
	}
	.red.comp .sttl {
		margin-top: 15px;
	}
	.sttl > p {
		font-size: 20px;
	}
	.comp-ttl > h3 {
		font-size: 24px;
		margin: 26px 0;
	}
	.circle {
		width: 120px;
		height: 120px;
	}
	.circle > img {
		max-width: 50px;
	}
	.circles-wrapper > ul {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.circles-wrapper > ul > li.item-wrp {
		flex: 2 0 48%;
		padding-bottom: 24px;
	}
	.circle-txt {
		font-size: 20px;
		padding-top: 15px;
	}
	.sec h2 p *, .sec h2 p {
		font-size: 28px;
	}
	.white .sttl > p {
		font-size: 20px;
		margin: 30px 0 50px;
	}
	.products-slider-wrapper {
		height: 360px;
	}
	.prod .sec h2.on:after {
		width: 40%;
	}
	.sliders-wrp {
		height: 360px;
	}
	.filter-wrp {
		flex-wrap: wrap;
	}
	.filter-btn {
		margin: 10px 4px;
	}
	.p-img {
		height: 255px;
		background-size: cover;
	}
	.cls {
		top: 15px;
		right: 15px;
		height: 50px;
		width: 50px;
	}
	.cls > i {
		font-size: 30px;
	}
	.prd-pp-inner-wrp {
		display: block;
		width: 100%;
	    padding-top: 40px;
	}
	.pp-prd-dtl {
		padding-left: 0;
	}
	.pp-prd-sld * {
		width: 100%;
		height: 200px;
		/* margin: 0 auto; */
	}
	.prd-pp-wrp {
		padding: 5%;
		margin-top: 50px;
	}
	.gal-wrp {
		width: 100%;
	}
	.gal-wrp .gallery {
		width: 100%;
		height: 260px;
	}
	.tm-wrp {
		padding: 10px 0 0;
		width: 100%;
	}
	.team .sec h2.on:after {
		width: 30%;
	}
	li.member-wrp:nth-child(1), li.member-wrp:nth-child(2), li.member-wrp:nth-child(4) {
		border: 0;
	}
	.tm-wrp > ul > li.member-wrp {
		width: 100%;
		float: none;
	}
	.tm-wrp > ul {
		width: 100%;
	}
	.tm-wrp > ul > li.member-wrp:not(:last-child) {
		border-bottom: 1px dashed #c2c2c2;
	}
	.ban {
		width: 100%;
		height: 250px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right top;
	}
	.gray-box {
		width: 100%;
		max-width: 90%;
		height: 165px;
		padding: 30px;
	}
	.ban .sec h2 p, .ban .sec h2 p strong {
		font-size: 22px;
	}
	.ban-sttl > p {
		font-size: 12px;
	}
	li.tl-item-wrp {
		max-width: 43.988vw;
	}
	
	.tl-wrp > ul > li.tl-item-wrp:nth-child(odd) {
		padding-right: 15px;
	}
	.tl-wrp > ul > li.tl-item-wrp:nth-child(even) {
		padding-left: 15px;
	}
	.tl-yr {
		width: 19.844vw;
		height: 6.745vw;
		font-size: 5.865vw;
		top: -4.399vw;
	}
	
	.tl-ttl {
		font-size: 18px;
		padding-left: 10px;
	}
	.tl-sttl {
		font-size: 14px;
		padding-left: 10px;
	}
	.tl-hr-ln {
		width: 1px;
	}
	.news-wrp {
		flex-direction: column;
	}
	.news-img {
		width: 100%;
		margin-right: 0;
	}
	.news-dtl {
		width: 100%;
	}
	.news-num {
		margin-bottom: 20px;
	}
	.news-ttl {
		font-size: 28px;
	}
	.news-text > p {
		font-size: 18px;
		margin: 10px 0 20px;
	}
	.news-outer-wrp {
		padding: 20px 0;
	}
	.contact-sec {
		flex-direction: column;
	}
	.frm-box {
		padding: 25px 15px;
	}
	.frm-ttl h2 p strong, .frm-ttl h2 p {
		font-size: 28px;
	}
	.frm-txt > p, .afrm-ddr {
		font-size: 18px;
	}
	.frm-txt {
		padding: 20px 0;
	}
	.frm-phns span {
		display: block;
		padding: 10px 0;
	}
	.frm-wrp {
		padding-top: 20px;
	}
	.frm {
		padding-top: 0;
		max-width: 100%;
	}
	.columns .clmn:nth-child(1) {
		float: none;
		padding-right: 0;
	}
	.columns .clmn:nth-child(2) {
		float: none;
		padding-left: 0;
	}
	.fld {
		height: 50px;
		width: 100%;
		margin-bottom: 15px;
	}
	.frm-box, .gmap {
		width: 100%;
	}
	.clmn {
		max-width: 100%;
		width: 100%;
	}
	.smbt button {
		max-width: 100%;
	}
	.gmap {
		height: 300px;
	}
	.ftr-columns-wrp {
		flex-direction: column;
		align-items: center;
	}
	.ftr-menu ul {
		border-left: 0;
	}
	.ftr-menu ul li {
		text-align: center;
	}
	.lg {
		padding-bottom: 24px;
	}
	.ftr-menu ul {
		padding: 0;
	}
	.r-head-wrp.ftr-wrp a {
		margin: 0 12px;
	}
	.r-head-wrp.ftr-wrp {
		padding-top: 24px;
	}
	.ftr-columns-wrp {
		padding: 30px 15px 15px;
	}
	.site-info > .sec {
		text-align: center;
	}
	.pp-prd-nav > div > i {
		font-size: 20px;
	}
	.pp-prd-nav > div {
		font-size: 14px;
	}
}

@media only screen and (max-width: 640px){ 
	.pp-prd-dtl > .ttl {
		font-size: 28px;
	}
	.sttl > p {
		font-size: 18px;
	}
	.specs-wrp > p.ttl {
		font-size: 20px;
	}
	.specs-wrp > p, .specs-wrp > p strong {
		font-size: 18px;
	}
	.order {
		margin: 10px 0 0;
	}
	.order > a {
		font-size: 24px;
		height: 50px;
	}
	.order > a > i {
		font-size: 22px;
	}
}
@media only screen and (max-width: 400px){ 
	li.tl-item-wrp {
		max-width: 160px;
	}
	.tl-yr {
		width: 70px;
		height: 32px;
		font-size: 20px;
		top: -20px;
	}
}




