.amatic-sc-regular {font-family: "Amatic SC", serif;font-weight: 400;font-style: normal;}
.amatic-sc-bold {font-family: "Amatic SC", serif;font-weight: 700;font-style: normal;}
.noto-sans-hebrew {font-family: "Noto Sans Hebrew", serif;font-optical-sizing: auto;font-weight: 400;font-style: normal;}
:root {
--maincolor:#724C22;
--seccolor:#c5a27b;
--fontcolor:#060606;
--fontsize:18px;
--fonttitle:26px;
--fontbold:700; 
--white: #fff;
--black: #000;
--grey: #ccc;
--greylight: #f0eae3;
--greydark: #666;
--blackopacity: rgba(0, 0, 0, 0.8);
--blackopacity2: rgba(0, 0, 0, 0.2);
--whiteopacity: rgba(255, 255, 255, 0.8);
--whiteopacity2: rgba(255, 255, 255, 0.3);
--shadow: 0px 1px 5px rgba(0,0,0,0.3);
--radius:30px;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, th, td, form, label, ul, li, img, input, textarea, select, button, a, pre {color:var(--fontcolor);font: 300 var(--fontsize) Noto Sans Hebrew, Arial, Helvetica, sans-serif;margin:0px;padding:0px;border:none; line-height:normal;background: none;}
body {-webkit-animation: bugfix infinite 1s;overflow-x:hidden;}
html, body {height:100%}
input, textarea, select {background:none;border:1px solid var(--maincolor);width:100%;padding:10px 20px;border-radius: var(--radius);font-size:16px}
div, p, li {line-height: 140%;}
img {max-width:100%}
pre {white-space: initial;}
h1, h2, h3, h4, h5 { line-height:120%;font-family: "Amatic SC", serif;color:var(--maincolor);margin:0 0 20px 0;}
h1 {font-size: 120px;} h2, h2 div {font-size: 48px;} h3, h3 div {font-size: 26px;} h4 {font-size: 20px;} h5 {font-size: 18px;}
a {text-decoration:none;} p a:hover, p a:focus {text-shadow:0 1px .5px var(--blackopacity2)}
.openmenu, .tmpproductsmain .breadcrumbs, .moremenu {display:none}

#main {max-width:1920px;margin:auto;height:100%;position: relative;}
.page, .shortpage {width:100%;max-width:1440px;margin:auto;position:relative}
.shortpage {max-width:1000px}
.pagewrap {padding:0 6%}

header {position:fixed;left:0;top:0;width:100%;z-index:6;padding:0 6%;background:var(--white);box-shadow: var(--shadow);}
header .wrap {display: flex;flex-direction: row-reverse;}

.logo {float:left;padding:10px;display:block;background:var(--white);border-radius:100%;width:120px;height:120px;margin:0 0 -20px 0;filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, .2));}

 .headermenuplace {flex: auto;    display: flex;align-items: center;}

.menuplace {height:100%}
.mainmenu {display: flex;    height: 100%;}
.mainmenu li {position:relative}
.mainmenu li a {display:flex;padding:10px 30px;align-items: center;height:100%;justify-content: center;color: var(--maincolor);text-align: center;position:relative;/*font-size:20px;*/font-size:1.1vw;font-weight:400}
.mainmenu li.parent a {padding:10px 30px 10px 45px;}
.mainmenu li:hover a, .mainmenu li > a:hover, .mainmenu li > a:focus, .mainmenu li.this > a {color:var(--black);background:var(--greylight)}

.mainmenu li.parent a:before, .mainmenu li.parent a:after {content:"";display:block;background:var(--maincolor);transform: rotate(-45deg);width:10px;height:2px;position:absolute;left:26px;top:51px;}
.mainmenu li.parent a:after {transform: rotate(45deg);left:20px}

html:lang(en) .mainmenu li.parent a {padding:10px 45px 10px 30px;}
html:lang(en) .mainmenu li.parent a:before, html:lang(en) .mainmenu li.parent a:after {left:auto;right:20px;}
html:lang(en) .mainmenu li.parent a:after {left:auto;right:26px}

.mainmenu li.parent a:hover:after, .mainmenu li.parent a:focus:after, .mainmenu li.parent a:hover:before, .mainmenu li.parent a:focus:before,
.mainmenu li.parent:hover a:after, .mainmenu li.parent:hover a:before, .mainmenu li.parent.this a:after, .mainmenu li.parent.this a:before {background:var(--black)}

.mainmenu ul {}
.mainmenu ul li {position:relative}
.mainmenu li:hover li a, .mainmenu li li a, .mainmenu li.this li a {padding:15px 20px;display:block;text-align:initial;background:none;font-size:18px;}
.mainmenu li li:hover a, .mainmenu li li a:hover, .mainmenu li li a:focus {background:var(--maincolor);color:var(--white)}

.mainmenu ul ul, .mainmenu ul ul ul, .mainmenu li.parent li a:after, .mainmenu li.parent li a:before {display:none !important;}

.dropmenuplace {position: absolute;top: 100%;left: 0%;z-index: 1;width:320px;display: none;background:var(--greylight);box-shadow: var(--shadow);}
.toggleplace, .toggleaccount {position: absolute;top: 100%;left: 0%;z-index: 99;width: 320px;display: none;background:var(--white);border-radius: var(--radius);box-shadow: var(--shadow);padding: 20px;}

.mainmenu li:hover > .dropmenuplace, .topmenu li:hover > .dropmenuplace, .dropmenuplace.show-menu, .mainmenu ul li:hover > ul {display:block}

a.btn, span.btn, input[type="submit"].btn, button.btn {position: relative;display: inline-block;padding: 10px 20px 10px 30px;border-radius: var(--radius);background: var(--seccolor);color:var(--white);margin:0px auto;text-align:center;border:none;font-weight:400}
a.btn:hover, span.btn:hover, input[type="submit"]:hover, button.btn:hover, a.btn:focus, span.btn:focus, input[type="submit"]:focus,
button.btn:focus {background:var(--maincolor);}

a.btn:after, a.btn:before, span.btn:after, span.btn:before {content:"";display:block;background:var(--white);transform: rotate(-45deg);width:10px;height:2px;position:absolute;left:15px;top:19px;}
a.btn:after, span.btn:after {transform: rotate(45deg);top:25px}

html:lang(en) a.btn, html:lang(en) span.btn {padding: 10px 30px 10px 20px;}
html:lang(en) a.btn:after, html:lang(en) a.btn:before, html:lang(en) span.btn:after, html:lang(en) span.btn:before {left:auto;right: 15px;top: 25px;}
html:lang(en) a.btn:after, html:lang(en) span.btn:after {    top: 19px;}

.btn2 {color:var(--maincolor);padding:0 0 0 20px;margin:10px 0;display:flex;position:relative;font-size:16px;font-weight:500} 
.btn2:after, .btn2:before {content:"";display:block;background:var(--maincolor);transform: rotate(-45deg);width:5px;height:1px;position:absolute;left:7px;top:12px;}
.btn2:after {transform: rotate(45deg);top:15px}
.btn2:hover, .btn2:focus {text-decoration:underline}

.sliderhome {position: relative;background:var(--black)}
.sliderhome .slide {height:90vh;position: relative;overflow: hidden;max-height:1000px;margin: 0 0 -10px 0;}
.sliderhome img {position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;opacity:.5}
/*.sliderhome .abstract {position: absolute;top: 0%;left: 0;width:100%;text-align: center;height:100%;display:flex;flex-direction: column;justify-content: center;}
.sliderhome .title {font-size:60px;padding:10px;text-align:center;color:var(--white);}*/
.sliderhome .slick-dotted.slick-slider {margin:0}
.sliderhome .custom-dots {bottom: 15px;}

.sliderhome .maintitle {position:absolute;width:100%;height:100%;display:flex;align-items: center;justify-content: center;left:0;top:0;flex-direction: column;}
.sliderhome p {font-size:100px;color:var(--seccolor);line-height:80%;filter: drop-shadow(0px 0px 6px rgba(0,0,0,.5));font-family: "Amatic SC", serif;text-align:center}
.sliderhome p a {font-size:100px;color:var(--seccolor);}
.sliderhome .title {font-size:250px;color:var(--white);line-height:80%;filter: drop-shadow(0px 0px 6px rgba(0,0,0,.5));text-align:center;font-family: "Amatic SC", serif;}

.content {padding:0 0 6% 0;width: 100%;float: left;background: rgb(242,236,230);background: linear-gradient(0deg, rgba(242,236,230,1) 0%, rgba(242,236,230,0) 50%);position:relative}

.bigtitle {margin:0 0 60px 0;padding:0 0 30px 0;position:relative;text-align:center;}

.imagesplace {position:relative;margin:0 0 3% 0;text-align:center}
.imagesplace a {display:flex;background:var(--greylight);position:relative;}
.imagesplace img {margin:auto;max-height:800px}
.imgside {max-width:45%;float:left}

.curtainplace {background: var(--blackopacity);position:absolute;left:0px;bottom:0px;margin:0;padding:10px;color:var(--white)}
.curtainplace.dnone {display:none}

.corners {position:absolute;left:50%;bottom:0;width:200px;margin:0 0 0 -100px;height:100px;    display: flex;}
.corners:after, .corners:before {width:100px;height:100px;content:"";display:block;background: url(../images/cor.png) center center no-repeat;}
.corners:after {-webkit-transform: scaleX(-1);transform: scaleX(-1);}

html:lang(en) .corners:after, html:lang(en) .corners:before {-webkit-transform: scaleX(-1);transform: scaleX(-1);}
html:lang(en) .corners:after {-webkit-transform: scaleX(1);transform: scaleX(1);}

.cornerstop {width:100%;margin:auto;height:100px;    display: flex;background:var(--white);justify-content: center;}
.cornerstop:after, .cornerstop:before {width:100px;height:100px;content:"";display:block;background: url(../images/cortop.png) center center no-repeat;}
.cornerstop:after {-webkit-transform: scaleX(-1);transform: scaleX(-1);}

html:lang(en) .cornerstop:after, html:lang(en) .cornerstop:before {-webkit-transform: scaleX(-1);transform: scaleX(-1);}
html:lang(en) .cornerstop:after {-webkit-transform: scaleX(1);transform: scaleX(1);}

.breadcrumbs {position: relative;margin:10px auto}
.breadcrumbs ul {display: flex;}
.breadcrumbs li {display:inline-block;font-size:16px}
.breadcrumbs span {padding: 0 10px;}
.breadcrumbs a {color:var(--fontcolor);font-size:16px}
.breadcrumbs a:hover, .breadcrumbs a:focus {text-decoration: underline}
.breadcrumbs br {display:none}

.features {display:flex;flex-wrap:wrap;justify-content: center;padding:6%}
.features a {width:13.2%;margin:.5%;display:flex;background:rgba(197, 162, 123, 1);border-radius:100%;    flex-direction: column;justify-content: center;align-items: center;min-height:220px;}
.features .imgplace {position:relative;overflow:hidden}
.features .imgplace img {max-width:70px;max-height:70px;}
.features .title {margin:10px;text-align:center;font-size:20px;padding:0 5px;}
.features a:nth-of-type(2n) {background:rgba(197, 162, 123, .9);}
.features a:nth-of-type(3n) {background:rgba(197, 162, 123, .8);}
.features a:nth-of-type(4n) {background:rgba(197, 162, 123, .7);}
.features a:nth-of-type(5n) {background:rgba(197, 162, 123, .6);}
.features a:nth-of-type(6n) {background:rgba(197, 162, 123, .5);}
.features a:nth-of-type(7n) {background:rgba(197, 162, 123, .4);}

.features a:hover, .features a:focus {background:var(--maincolor);}
.features a:hover .title, .features a:focus .title {color:var(--white)}
.features a:hover img, .features a:focus img {filter: brightness(1) invert(1)}

/*.features a:after {content: "";padding-top: 100%;display: block;}*/

.indexcontent {margin:0 auto 5% auto;text-align:center}
.indexcontent p {margin:0 0 20px 0}
.indexcontent h2 {font-size:100px;color:var(--seccolor);margin:0 0 5% 0}
.indexcontent.opened .moretextplace {display:block}
.indexcontent.opened .tooglebtn, .moretextplace {display:none}

.features2 > div {display:flex;flex-wrap:wrap;}
.features2 > div:first-of-type {flex-direction: row-reverse;}
.features2 > div > div {width:50%;background:var(--greylight);position:relative;    overflow: hidden;}
.features2 > div > div:nth-of-type(2n) {padding:8% 6%}
.features2 .title {font-size:64px;color:var(--maincolor);margin:0 0 20px 0;}
.features2 .btn {background:var(--white);color:var(--maincolor);margin:20px 0 0 0}
.features2 .btn:after, .features2 .btn:before {background:var(--maincolor)}
.features2 .btn:hover, .features2 .btn:focus {background:var(--fontcolor);color:var(--white)}
.features2 .btn:hover:after, .features2 .btn:hover:before, .features2 .btn:focus:after, .features2 .btn:focus:before {background:var(--white)}
.features2 img {position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;}
.features2 p {margin:0 0 15px 0}
.features2 > div:first-of-type > div:nth-of-type(2n) {border-radius:50px 0  0 0 }
.features2 > div:first-of-type > div:first-of-type {border-radius: 0 50px 0  0 }

.features2 > div:nth-of-type(2n) > div:nth-of-type(2n) {border-radius:0 0 50px 0}
.features2 > div:nth-of-type(2n) > div:first-of-type {border-radius:0 0 0 50px}

html:lang(en) .features2 > div:first-of-type > div:nth-of-type(2n) {border-radius:0px 50px 0 0px  }
html:lang(en) .features2 > div:first-of-type > div:first-of-type {border-radius: 50px 0px 0px 0   }

html:lang(en) .features2 > div:nth-of-type(2n) > div:nth-of-type(2n) {border-radius:0px 0 0px 50px}
html:lang(en) .features2 > div:nth-of-type(2n) > div:first-of-type {border-radius:0px 0px 50px 0px}

.bodyflex {display:flex;flex-wrap:wrap;justify-content: space-between;background:var(--greylight)}
.tmpregular .bodyflex > div {min-height:550px;}
.bodyflex > div {width:50%;position:relative;overflow:hidden;flex: auto;}
.bodyflex .bodytext {padding:6%;display: flex;flex-direction: column;justify-content: center;}

.productflexplace {display:flex;flex-wrap:wrap;flex-direction: row-reverse;}
.productflexplace > div {width:50%;}
.productflexplace .slick-slide {position:relative;overflow:hidden;height:550px;border-radius:50px;}
.productflexplace .slick-slide img {position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;}

.productdataplace {padding:4%}

.bodyflex > div:first-of-type {border-radius:50px 0  0 0 }
.bodyflex > div:nth-of-type(2n)  {border-radius:0 50px 0  0}
.bodyflex > div:nth-of-type(3n)  {border-radius:0  0 0 50px }
.bodyflex > div:nth-of-type(4n)  {border-radius:0 0 50px 0}

html:lang(en) .bodyflex > div:first-of-type {border-radius: 0 50px 0 0 }
html:lang(en) .bodyflex > div:nth-of-type(2n)  {border-radius:50px 0 0  0}
html:lang(en) .bodyflex > div:nth-of-type(3n)  {border-radius:0  0 50px 0  }
html:lang(en) .bodyflex > div:nth-of-type(4n)  {border-radius:0 0 0 50px}

.bodyflex img {width:100%;display:block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;}

.whiteplace {background:var(--white)}
.tmpregularfeature .whiteplace {padding:4%}


.bodytext p { line-height:140%;margin:0 0 15px 0}
.bodytext h2 {font-family:Noto Sans Hebrew;font-weight:500;}
.bodytext p a {text-decoration:underline;}
.bodytext ul li {margin:0px 0px 5px 0px;line-height:140%;}
.bodytext li a, .bodytext p a, .bodytext td a {text-decoration:underline;color:var(--maincolor)}
.bodytext p a.btn, .mainabstract p a.btn {color:var(--white)}
.bodytext ul, .bodytext ol {margin:0 5px;padding: 0;}
.bodytext li {margin:0 0px 5px 0px;line-height:120%;background: url(../images/dot.png) 0px 8px no-repeat;list-style-type: none;padding: 0 0 0 17px}
.bodytext strong a, .bodytext strong span {font-weight:var(--fontbold)}
.bodytext h3, .bodytext h4 {font-weight:var(--fontbold)}

#maintitleplace {background:var(--greylight);margin:100px 0 0 0;padding:6%;}
@-webkit-keyframes fade-in {
  0% {opacity: 0;   -webkit-transform: translateY(-50px);transform: translateY(-50px); }
  100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}
}
@keyframes fade-in {
   0% {opacity: 0; -webkit-transform: translateY(-50px);transform: translateY(-50px); }
  100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}
}

.titleplace, .mainabstract {-webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;}
.titleplace h1 {text-align:center;line-height: 100%;}

.mainabstract {max-width:600px;margin:auto;text-align:center}
.mainabstract p {font-size:16px;font-weight:400;line-height:150%;margin:0 0 20px 0;}

.languagesplace {position:relative;height: 100%;    display: flex;
    align-items: center;}
.languages {     display: none; 
    padding: 15px;
    background: var(--greylight);
    position: absolute;
    right: -15px;
    top: 70px;
    width: 100px;
    align-items: center;
    flex-direction: column;
    box-shadow: var(--shadow);
    padding: 10px;}
.languagesplace a {width:30px;height:30px;margin:5px;display:block}
.languagesplace a:hover {filter: drop-shadow(5px 5px 2px rgba(100, 100, 100, 0.5));}
.languagesplace .thisflag {height: 100%;padding:0 30px;margin:0}
.languagesplace .thisflag:hover, .languagesplace .thisflag:focus {background-color:var(--greylight);}

/*
.languagesplace > .openflag {display:none;width:45px;height:45px;position:absolute;left:-15px;top:-8px;z-index: 99;}
.languagesplace > .openflag:before, .languagesplace > .openflag:after {background:var(--maincolor);content:"";display:block;position:absolute;left:18px;top:17px;width:2px;height:10px;transform: rotate(-45deg);opacity:1;border-radius: 3px;}
.languagesplace > .openflag:before {transform: rotate(45deg);left: 24px;}
.languagesplace > .openflag.opened::after {left:24px;}
.languagesplace > .openflag.opened::before {left:18px;}
	*/

.languagesplace .openflag {width: 50px;height: 40px;display: block;background: url(../images/bc3.png) center center no-repeat;background-size:30px;
						  
    margin: 0 10px;
    border-right: 1px solid var(--maincolor);
    border-left: 1px solid var(--maincolor);
}

.languagesplace:hover .languages {display:flex;}
.languages1 {background: url(../images/il.png) center center no-repeat;background-size:30px}
.languages2 {background: url(../images/en.png) center center no-repeat;background-size:30px}
.languages3 {background: url(../images/ru.png) center center no-repeat;background-size:30px}
.languages4 {background: url(../images/fr.png) center center no-repeat;background-size:30px}
.languages5 {background: url(../images/es.png) center center no-repeat;background-size:30px}
.languages6 {background: url(../images/de.png) center center no-repeat;background-size:30px}
.languages7 {background: url(../images/br.png) center center no-repeat;background-size:30px}

.flexplace {display: flex;flex-wrap: wrap;}
.flexplace .flex {width: 46%;margin: 2%;position:relative;}
.flexplace .flex .title {color:var(--black);font-weight:600;text-align:center}
.flexplace .flex > a {display:block;position:relative}
.flexplace .flex .imgplace {overflow:hidden;border-radius:var(--radius);height:300px;position:relative}
.tmpcatalogpages .flexplace .flex .imgplace {height: 150px;}
.tmpcatalogpages .flexplace .moreabstract {margin-bottom:20px}

.flexplace .flex img {position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;}
.tmpcatalogpages .flexplace .flex img {position: static;width: auto;height: auto;top: 0;left: 0;object-fit:none;}
.flexplace .moreabstract {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;min-height:80px;text-align:center}
html:lang(en) .flexplace .moreabstract {    text-align: center;}

.flexplace .catalogpage {border-radius:50px;overflow:hidden;}
.flexplace .catalogpage a {display:flex;flex-wrap:wrap;flex-direction: row-reverse;height: 100%;}
.flexplace .catalogpage a > div {width:50%}
.flexplace .catalogpage .abstract {background: var(--greylight);padding: 30px;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: left;position: relative;z-index: 2;}
.flexplace .catalogpage a:hover .bgimg, .flexplace .catalogpage a:focus .bgimg {transform: scale(1.15,1.15);opacity:.7}
.flexplace .catalogpage .bgimg {background-size:cover;/*position:absolute;left:0;top:0;width:100%;height:100%;*/}

.flex4 {width:23%;margin:1%;}
.flex4 .imgplace {overflow:hidden;border-radius:50px;}
.flex4 .imgplace iframe {display:block}
.flex4 .title {text-align:center;font-size:16px;padding:5px 0;}

.productitem {display:flex;flex-wrap:wrap;margin:2% 0}
.productitem .subtitle {font-weight:500;color:var(--maincolor)}
.productitem .title {color: var(--black);font-weight: 600;font-size:64px;    max-width: 85%;}
html:lang(en) .productitem .title {font-size:60px;}
.productitem > div {width:40%;overflow:hidden;border-radius:50px;position: relative;}
.productitem > div:first-of-type {background:rgba(220, 208, 194, 1);padding:4%;width:60%;}
.productitem .imgplace .slick-slide > div {height:580px;position:relative;overflow:hidden}
.productitem .slickslider img {position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;}
.productitem .smallimg {width:100%;height:100px;display:flex;align-items: center;justify-content: center;}
.productitem .smallimg img {max-height:100px}
.productitem .btn {float:left}
.productitem .bestseller {background:var(--white) url(../images/trophy.png) center center no-repeat;width:200px;height: 200px;position: absolute;left: -30px;top: -50px;display: flex;text-align: center;align-items: flex-end;justify-content: center;align-items: center;font-weight:bold;color:#ef6b00;border-radius:100%;padding: 80px 0 0 0;filter: drop-shadow(4px 5px 3px rgba(239, 107, 0, 0.5));}
html:lang(en) .productitem .bestseller {left: auto;right: -30px;filter: drop-shadow(-4px 5px 3px rgba(239, 107, 0, 0.5));}
html:lang(en) .productitem .btn {float:right}

.productitem .bestseller.bestseller2 {color:#50894c;background:var(--white) url(../images/trophy2.png) center center no-repeat;padding: 90px 0 0 0;line-height: 100%;}

.productitem:nth-of-type(2n) > div:first-of-type {background:rgba(220, 208, 194, .8);}
.productitem:nth-of-type(3n) > div:first-of-type {background:rgba(220, 208, 194, .6);}
.productitem:nth-of-type(4n) > div:first-of-type {background:rgba(220, 208, 194, .4);}
.productitem:nth-of-type(5n) > div:first-of-type {background:rgba(220, 208, 194, .2);}
.productitem:nth-of-type(6n) > div:first-of-type {background:rgba(220, 208, 194, .4);}
.productitem:nth-of-type(7n) > div:first-of-type {background:rgba(220, 208, 194, .6);}

.productitemslider {position:relative}
.productitemslider img {margin:auto;position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;}

.linksforservice {display:flex;align-items: center;max-width: 80%;flex:auto}
.linksforservice > div {padding:0px 10px;text-align:center}
.linksforservice .plusservice:last-of-type {display:none}
.linksforservice .abstract {width:25%;}
.linksforservice .abstract a:hover, .linksforservice .abstract a:focus {text-decoration:underline}
.linksforservice .title2 {line-height:100%;font-size:16px;}

.price {display: flex;margin: 10px 0 20px 0;align-items: center;background: #fff;border-radius: 50px;padding: 20px;}
.pricenum {font-size:30px;color:var(--black);font-weight: 600;width: 150px;display: flex;flex-direction: column;align-items: flex-end;position:relative;justify-content: center;padding:0 35px 0 0}
.pricenum span {display:block;line-height: 120%;direction: ltr;width: 120px;text-align: center;}
.pricenum span span {width:auto;font-size:11px;}
.pricenum .one {font-size:20px;}
.plusservice {font-size:30px;color:#aa7a45;font-weight: 600;}
.pricenum .shave {font-size:30px;color:#aa7a45;font-weight: 600;position:absolute;right:0px;width:auto}
html:lang(en) .pricenum .shave {right:auto;left:0px;}
html:lang(en) .pricenum {padding:0  0 0 35px}
html:lang(en) .productitem button.addtocart {float:left}

.confirmsteps #TermsBox {color:var(--black);}
#TermsBox {color:var(--white);display:flex;align-items: center;font-size:16px;}
#TermsBox a {color:var(--maincolor);font-size:16px;}
#TermsBox input {width:15px;}

.liststyle {margin:2.5% auto}
.liststyle > div {margin: 0 0 2% 0;padding:0 0 2% 0;border-bottom:1px solid var(--greylight)}
.liststyle .flexview {display:flex;flex-wrap:wrap}
.liststyle .flexview .imgplace {width:25%;position:relative}
.liststyle .flexview .imgplace img {position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;}
.liststyle .flexview .abstract {width:75%;padding:2%;flex:auto}
.liststyle .flexview .title {font-size:22px;margin:0 0 10px 0;color:var(--maincolor)}
.liststyle .flexview .date {font-size:18px;margin:0 0 10px 0;color:var(--maincolor)}

.attach {padding:10px;}
.attach a {display: flex;align-items: center;color: var(--black);}
.attach a img{margin: 0 10px;max-height: 35px;}

.searchplace {}
.search {display:flex;max-width:200px;border:1px solid var(--grey);margin:0 5px;border-radius: var(--radius);position:relative}
.search.opened {display:block} 
.search label {display:inline-block;margin:0;width: 100%;}
.search input {padding:7px 10px;border:none;background:none;}
.search .submitsearch {filter: grayscale(100%);width:40px;height:36px;display: block;background: url(../images/search.png) center center no-repeat;background-size: 25px;}
.search .submitsearch:hover, .search .submitsearch:focus {filter: grayscale(0%);}

.search_resultsplace {display:none;}
.search_resultsplace.this {display:block} 
.search_results {padding:5px;position:absolute;left:0%;top:100%;width:300px;max-height:300px;height:300px;overflow-y:scroll;z-index: 111;background: var(--whiteopacity);box-shadow: var(--shadow);}
.search_results .item {padding:5px;}
.search_results .item img {max-width:40px;max-height:40px;margin:auto}
.search_results .imgplace {margin:0 5px;width:40px;display:flex}
.search_results .item span {display:inline-block;width:70%;line-height:120%;font-size: 14px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.search_results a {display:flex;padding:5px;align-items: center;}
.search_results a:hover, .search_results a:focus {background:var(--greylight);}

.contactform label {position:relative;display:block;float: left;width: 100%;margin:0 0 20px 0;}
.contactform label input, .contactform label textarea, .contactform select {background:var(--whiteopacity)}
.contactform textarea {height:105px;float: left;width: 100%;}
.contactform select {padding:10px;}
.contactform .errorplace {display: none;color:#ff0000;position:absolute;left:0;bottom:-15px;font-size:11px;}
.contactform .mandatorycontact span:after {content: "*";display: inline-block;color: #ff0000;}
.contactform .s_top {position:absolute;left:0;top:0px;font-size:12px; opacity:0}
.contactform .viewframe {opacity:1;top:-15px;}
.contactform label span {display:block;font-style:italic}
.contactform .inputplace input {width:70%}
.contactform .inputplace button {float:left}
.contactform input[type="checkbox"], .contactform input[type="radio"] {box-sizing:border-box;padding:0;margin:0 5px;width:15px;height:15px;}
.contactform .jointomailinglist {display:flex;align-items: center;}
.contactform a[href^="tel:"] {background: url(../images/iconphone.png) 0px center no-repeat;padding:2px 0 2px 35px}
.contactform a[href^="mailto:"] {background: url(../images/iconemail.png) 0px center no-repeat;padding:2px 0 2px 35px}

.contactform input.error {box-shadow: 0px 0px 4px 1px rgba(255,0,0,.5);}

.contactformplace {/*background:var(--white);border-radius:var(--radius);box-shadow: var(--shadow);padding:2%*/}
.contactformplace.shortpage {margin:3% auto;z-index:2}

.flexform  {display:flex;flex-wrap:wrap;}
.flexform > div {width:48%;margin:1%}

.contactflex {display:flex;flex-wrap:wrap;margin:5% 0 0 0}
.contactflex > div {width:33.3%}
.contactflex .bodytext {padding:0 3%;}

.gmap iframe {width:100%}

.slidetodown {width:60px;height:60px;position:absolute;left:50%;bottom:20%;margin:0 0 0 -30px;background: #724c22\.7;background: rgba(114, 76, 34, 0.7);border-radius: 100%;cursor:pointer}
.slidetodown:hover {background-color:var(--black)}
.slidetodown:after, .slidetodown:before {content: "";display: block;width: 20px;height: 2px;position: absolute;left: 13px;top: 32px;transform: rotate(45deg);background: var(--white);}
.slidetodown:before {left:27px;transform: rotate(-45deg);}

#contactfooter {width:50%;padding:0 5%}
/*html:lang(en) #contactfooter {padding:0 0 0 6%}*/

#contactfooter .contactform {margin:20px 0 0 0}
#contactfooter .contactform label {margin:0 0px 18px 0px;}
#contactfooter .contactform input[type="submit"] {margin:0;border:none;background:var(--maincolor);width:auto;float:right;padding:10px 20px}
#contactfooter .contactform input[type="submit"]:hover {background:var(--seccolor)}

footer {width:100%;display: flex;flex-wrap: wrap;margin:5% 0 0 0}
footer .bigtitle {font-size:100px;width:100%;text-align:center;line-height:120%;font-family: "Amatic SC", serif;color:var(--maincolor);margin:0;}
footer > p {text-align:center;width:100%;margin:0 auto 4% auto;}
footer iframe {filter: grayscale(100%);width:50%;border-radius:0 50px 0 0}

.mainphone, .mainemail {display: block;background: var(--white) url(../images/whatsup.png) 92% 9px no-repeat;background-size: 30px;font-size: var(--fonttitle);margin: 5px 0;padding: 13px 45px 13px 15px;border-radius: var(--radius);position: fixed;right: 10px;bottom: 60px;z-index: 99;}
.mainemail {bottom: 0px;}

.credits {flex:auto;text-align:center;background:var(--maincolor);padding:10px;width:100%}
.credits a:hover, .credits a:focus {color:var(--white);}
.credits p, .credits a {margin:0;color:var(--white);font-size:16px;}

.logosplace {margin:8% auto}
.logosplace h2 {text-align:center;color:var(--black);font-size:64px}
.logosslider img {margin:auto;max-width:98%;max-height:98%;}
.logosslider li {padding:5px}
.logosslider .imgplace {display:flex;height:150px;align-items: center;background:var(--white);}
.logosslider .slide:hover .imgplace, .logosslider a:focus .imgplace {filter: none;}

.logosslider .slick-dots, .productsslider .slick-dots {width:auto;left:70px;padding:0;    bottom: -40px;}
.logosslider .slick-dots li.slick-active button:before, .productsslider .slick-dots li.slick-active button:before {background:var(--black)}
.logosslider .slick-dots li button:before, .productsslider .slick-dots li button:before {background: var(--grey);}

.remarknoselected {border:1px solid var(--grey);background:var(--greylight);padding:10px;text-align:center} 

div .sliderbtn {position:absolute;left:0;bottom:-10px;display: flex;}
.tmpcatalogpage .sliderbtn {position:static;margin:10px 0 20px 0}
div .sliderbtn a {padding:5px 35px 5px 10px;margin:0 3px;font-size: 15px;color:var(--black);}
div .sliderbtn .pause:hover, div .sliderbtn .pause:focus {background:var(--grey) url(../images/pause.png) 94% center no-repeat;background-size:25px;}
div .sliderbtn .play:hover, div .sliderbtn .play:focus {background:var(--grey) url(../images/play.png) 94% center no-repeat;background-size:25px;}
div .sliderbtn .pause {background: url(../images/pause.png) 94% center no-repeat;background-size:25px;}
div .sliderbtn .play  {background: url(../images/play.png) 94% center no-repeat;background-size:25px;}

.faqsplace > div {background:var(--white);border-radius:var(--radius);overflow:hidden;margin:0 0 10px 0;position: relative;}
.faqsplace .question { padding:20px 20px 20px 100px;width:100%;text-align:initial;font-weight:var(--fontbold)}
.faqsplace .question p, .faqsplace .question li { text-align:initial;margin:0;text-align:initial}
.faqsplace .question:hover, .faqsplace .question:focus, .faqsplace .question.opened {text-decoration:underline}
.faqsplace .question.opened {border-bottom:1px solid var(--grey)}
.faqsplace .answer {display:none;padding:20px 20px 20px 100px;}
.faqsplace .answer p, .faqsplace .answer li {margin:0;text-align:initial}

.faqsplace .question span {position:absolute;left:0px;top:0px;background:var(--grey);width:100px;height:100%;display:flex;align-items: center;justify-content: center;}
.faqsplace .question span:before, .faqsplace .question span:after {content:"";display:block;width:20px;height:4px;background:var(--white);position: absolute;}
.faqsplace .question span:after {transform: rotate(90deg);}
.faqsplace .question.opened span {background:var(--black)}
.faqsplace .question.opened span:after, .faqsplace .question.opened span:before {background:var(--white)}
.faqsplace .question.opened span:after {display:none}

.docsplace, .linksplace {padding:10px;margin:3% 0;border-top:1px solid var(--grey)}
.docsplace .title, .linksplace .title {font-size: var(--fonttitle);margin:0 0 10px 0;}
.docsplace a, .linksplace a {display:flex;align-items: center;color:var(--black)}
.docsplace a:hover, .linksplace a:hover {text-decoration:underline}
.docsplace a img, .linksplace a img {margin:0 10px;max-height:35px;}
.linksplace a {background: url(../images/link.png) left center no-repeat;background-size: 25px;padding:5px 30px}

.tabsplacewrap {margin:3% 0;background:var(--greylight);border:1px solid var(--grey);padding:0 2% 2% 2%;}

.tabsplace {width:100%;float:left;display:flex;justify-content: center;}
.tabsplace button {padding:10px;display: flex;flex-direction: column;align-items: center;position:relative;margin:10px;color:var(--maincolor);font-weight:500}
.tabsplace button:hover, .tabsplace button:focus, .tabsplace button.this {outline:none;outline-offset: 0px;box-shadow:none;}
.tabsplace button:hover:before, .tabsplace button:focus:before, .tabsplace button.this:before {content:"";display:block;position:absolute;left:0;bottom:0px;width:100%;height:3px;background: var(--seccolor);}

.tabcontentplace {width:100%;float:left;padding:20px;}
.tabcontentplace .tab {display:none} 
.tabcontentplace .tab.this {display:block}
.tabcontentplace .bodytext, .tabcontentplace .bodytext p, .tabcontentplace .docsplace, .tabcontentplace .linksplace {margin:0;}
.tabcontentplace .imgside {float:right;margin:0 0 0 20px;max-width:40%}
.tabbody {padding:2% 0}

.tablescroll {display:block;overflow-y: scroll;-webkit-overflow-scrolling: touch;}

.tmpcontact .content {padding:0;background:none}
.tmpcontact footer h2, .tmpcontact footer > p, .tmpcontact footer .bigtitle {display:none}

.leftcolumn {width: 100%;float: left;}
.leftmenu {display:flex;flex-wrap: wrap;justify-content: center;margin:0 0 3% 0}
.leftmenu a {display:inline-block;padding:10px 20px;color:var(--white);font-size:16px;border-radius:var(--radius);margin:10px;background:var(--seccolor)}
.leftmenu .level1.this, .tmpgallery .leftmenu .level1 {display:none}
.leftmenu a:hover {background:var(--maincolor)}
.leftmenu .this a {background:var(--black)}

.grid {}
.grid-sizer, .grid-item {width: 32%;}
.grid-item {margin-bottom:2%;float: left;}
.grid-item img {max-width:100%}
.gutter-sizer {width: 2%;}
.grid-item a {display:flex;flex-direction: column;background:var(--white);box-shadow: var(--shadow);border-radius:var(--radius);overflow:hidden}
.grid-item a:hover, .grid-item a:focus {box-shadow:0px 2px 7px rgba(0,0,0,1)}
/*.grid-item div {background: var(--blackopacity);width:100%;height:auto;position:absolute;left:0px;bottom:0px;margin:0; padding:5px;font-size:16px;}*/
.grid-item img {margin:auto}

.grid-item .curtainplace {position:static;padding:10px;background:var(--white);color:var(--black)}

.gridspecial > div {display:flex;flex-wrap: wrap;}
.gridspecial > div a {width:20%;padding:1%;display:block}
.gridspecial > div:nth-of-type(2) {flex-direction: row-reverse;}
.gridspecial > div a:nth-of-type(2) {width:80%;}

.bannerplace {position:relative}
.bannerplace a[href^="tel:"] {background: url(../images/phone.png) 0px center no-repeat;padding:2px 0 2px 30px;background-size:20px;}
.bannerplace a[href^="mailto:"] {background: url(../images/mail.png) 0px center no-repeat;padding:2px 0 2px 30px;background-size:20px;}
.bannerplace p:last-of-type {background: url(../images/mappoint.png) 0px center no-repeat;padding:2px 0 2px 30px;background-size:20px;}
.bannerplace > div {display: flex;justify-content: center;}
.bannerplace p {margin:5px 10px;font-weight:500;float:right}
.bannerplace a {font-weight:500}
.bannerplace a:hover, .bannerplace a:focus {text-decoration:underline}

.socialmedia {display: flex;align-items: center;margin:0 10px;}
.socialmedia a {margin:0 10px 0px 10px;width:25px;height:25px;display:block}
.socialmedia a:hover {opacity:.5}
.socialmedia .facebook {background: url(../images/facebook.png) center center no-repeat;background-size:cover}
.socialmedia .youtube {background: url(../images/youtube.png) center center no-repeat;background-size:cover}
.socialmedia .instagram {background: url(../images/instagram.png) center center no-repeat;background-size:cover}
.socialmedia .linkedin {background: url(../images/linkedin.png) center center no-repeat;background-size:cover}
.socialmedia .tiktok {background: url(../images/tiktok.png) center center no-repeat;background-size:cover}
.socialmedia .tripadvisor {background: url(../images/tripadvisor.png) center center no-repeat;background-size:cover}

.footerlinksplace {display: flex;flex-wrap: wrap;justify-content: center;margin:2%;padding:2%;border-top:1px solid var(--grey);border-bottom:1px solid var(--grey)}
.footerlinksplace .title {margin:0px 0 10px 0}
.footerlinksplace a {font-size:16px;display:block;margin:5px 0 0 0}
.footerlinksplace a:hover {color:var(--maincolor);text-decoration:underline}
.footerlinksplace > div {flex:auto}

.popupplace {background: var(--blackopacity);position:fixed;left:0;top:0;width:100%;z-index:0;opacity:0}
.popupplace.opened {z-index:5;opacity:1;height:100%;}

#showmore {font-size: var(--fonttitle);margin:20px auto;display:block;width:100%;display:none}

.slideto {background:var(--white);padding:10px;position:fixed;left:10px;top:10px;z-index:9999;width:1px;height:1px;clip: rect(0,0,0,0);}
.slideto:focus {width:auto;height:auto;clip:auto;}

.whatsappPr {padding:5px 10px 5px 10px;display:flex;align-items: center;font-weight:bold}
.whatsappPr:hover, .whatsappPr:focus {text-decoration:underline}
.whatsappPr:before {background: #25D366 url(../images/whatsup.png) center center no-repeat;width: 30px;height:30px;border-radius:100%;background-size:20px;content:"";display:block;margin:0 0 0 10px;}


table {padding:5px;border-right:1px solid var(--grey);border-top:1px solid var(--grey);border-collapse:collapse;border-spacing:0;}
table td, table th {padding:5px;border-left:1px solid var(--grey);border-bottom:1px solid var(--grey)}
table th {background:var(--maincolor);color:var(--white)}


.slider-for { }
.slider-for img {margin:auto;max-width:100%;max-height:100%;}
.slider-for .slick-slide > div {display:flex;background:var(--white);height:550px;justify-content: center;overflow: hidden;align-items: center;}
.slider-for .slick-slide > div a > div {display:flex;height:100%;}
.slider-for .slick-slide {float:right}

.slick-slide img {margin:auto}

.slider-nav {margin:10px 0;} 
.slider-nav .slick-slide {margin:0 5px;cursor:pointer;float:right}
.slider-nav .slick-slide > div {height:80px;display:flex;background:var(--white);align-items: center;justify-content: center;  overflow: hidden;padding:3px;position:relative}
.slider-nav img {position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;}
.slider-nav .slick-slide.slick-current img {opacity:1}
.slider-nav a {overflow:hidden;position:relative;height:100%}
.slider-nav a:hover img, .slider-nav a:focus img {transform: scale(1.1,1.1);opacity:1}
.slider-nav .slick-track {float:right}
/*
.slider-nav.slick-slider .slick-next, .slider-nav.slick-slider .slick-prev {left:50%;bottom:auto;top:-50px;transform: rotate(-90deg);margin:0 0px 0 -30px;border:1px solid var(--greylight)}
.slider-nav.slick-slider .slick-next {top:auto;bottom:-50px;transform: rotate(90deg);}
*/

.infoboxesplace {margin:8% 0;}
.infoboxesplace > .btn {margin:20px auto;display:block;width:200px;}
.infoboxesplace h2 {text-align: center;color: var(--black);font-size: 64px;margin:0 0 -30px 0;position:relative;z-index:2}
.infoboxesplace > div {background:var(--white);border-radius:50px;padding:40px;}
.infobox a {display:flex;}
.infobox .abstract {width:40%;padding:4%;display:flex;flex-direction: column;align-items: flex-start;justify-content: center;}
.infobox .imgplace {width: 60%;height: 500px;position: relative;overflow: hidden;border-radius:0 50px 50px 0;}
.infobox img {position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;}
.infobox a:hover img, .infobox a:focus img {transform: scale(1.1,1.1);}
.infobox .title {font-size:48px;margin: 0 0 10px 0;color:var(--black);font-weight:600;line-height:120%}
.infobox .btn {margin:20px 0 0 0;    padding: 5px 10px 5px 30px;font-size: 16px;}
.infobox span.btn:after, .infobox span.btn:before {top: 14px;}
.infobox span.btn:after {top:20px;}


.glossaryABCplace {display:flex}
.glossaryABC {flex: auto;margin:0 0 5px 1px}
.glossaryABC span {display: flex;align-items: center;justify-content: center;font-weight:var(--fontbold);opacity:.5;font-size:var(--fonttitle);padding:0 1px;line-height: 100%;}
.glossaryABC a span {opacity:1}
.glossaryABC a:hover span {background:var(--grey)}
.glossaryplace {width:100%;float:left;margin:30px 0 0 0;}
.glossaryplace .question p {font-size:var(--fonttitle);margin:0;cursor:pointer}
.glossaryplace .question.opened p {color:var(--maincolor)}
.glossaryplace .letter {font-size:var(--fonttitle);font-weight:var(--fontbold);color:var(--maincolor);margin:0 0 20px 0;display: inline-block;padding:0 0 10px 0;border-bottom:1px solid var(--greylight)}

.glossary {margin:0 0 20px 0;}
.glossary .answer {display:none}

.searchresultstitle {margin:0 0 20px 0;}
.searchresults {border-bottom:1px solid var(--grey);padding:0 0 20px 0;margin:0 0 20px 0;}
.searchresults h2, .searchresults h3 {margin:0;}
.searchresults div span {font-style:italic}

a.whatsapp {display:block;background:var(--whiteopacity) url(../images/whatsup.png) center center no-repeat;background-size:30px;width: 50px;height: 50px;position:fixed;left:10px;top:10%;border-radius:100%;}
a.whatsapp:hover, a.whatsapp:focus {filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.3));}

.opencontact {background:#50894c url(../images/mail2.png) center 15px no-repeat;display:none;width: 80px;height: 80px;position:fixed;left:0;bottom:200px;border-radius:100%;text-align:center;font-size:14px;color:var(--white);    filter: drop-shadow(2px 2px 3px rgba(100,100,100,0.6));padding: 0px 0 15px 0;display: flex;justify-content: center;align-items: flex-end;background-size:30px;z-index:19}
.opencontact:hover, .opencontact:focus {filter: drop-shadow(2px 2px 6px rgba(50,50,50,1));background-color:var(--maincolor);color:var(--white);}

.opensearch {display: block;background:var(--orange);margin:0 20px;border-radius:100%;}
.opensearch span {border-radius:100%;display: block;width:46px;height:46px;background: url(../images/search.png) center center no-repeat;}
.opensearch:hover, .opensearch:focus {background-color:var(--bggrey)}
.opensearch.opened span {background:var(--grey) url(../images/close.png) center center no-repeat;background-size: 25px;}
.opensearch.opened:hover span, .opensearch.opened:focus span {filter: brightness(1) invert(0)}
.opensearch:hover span, .opensearch:focus span {filter: brightness(0) invert(1)}

.projectscol {column-count: 5;column-gap:20px;margin:0 0 5% 0;column-width: 7rem;}
.projectscol > div {margin:0 0 30px 0;-webkit-column-break-inside:avoid;position:relative}
.projectscol .abstract {color: var(--white);width: 100%;height: 100%;position: absolute;left: 0px;bottom: 0px;margin: 0;padding: 4%;background: rgb(0,0,0);background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);}
.projectscol .title {font-size: var(--fonttitle);color: var(--white);}
.projectscol a {position:relative;overflow:hidden;display:block}
.projectscol a:hover img {transform: scale(1.1,1.1);}

.alert {color:#ff0000; font-size:12px;display:none}

.featurepopupplace {background: #000\5;background: rgba(0, 0, 0, 0.5);position:fixed;left:0;top:0;width:100%;z-index:0;opacity:0;display:none}
.featurepopupplace.opened {z-index:99;opacity:1;height:100%;display:block}
.featurepopupplace .featurepopup {padding:40px;background: #fff;width:1000px;position:absolute;left:50%;top:15%;margin:0 0 0 -500px;box-shadow: 0px 0px 10px rgba(100,100,100,.5);border-radius: 5px;}
.featurepopupplace iframe {width:100%;}
.featurepopupplace .imgplace {max-width:350px;margin:0 0 0 2%}
.featurepopupplace .featurepopupdata {/*max-height:600px;overflow-y:auto;direction: ltr;padding: 0 20px;*/display:flex}

.featurepopupplace .close {width:30px;height:30px;position:absolute;right:10px;top:10px;border:none;}
.featurepopupplace .close:before, .featurepopupplace .close:after {padding: 0;transform: rotate(45deg);content:"";display:block;background:#000;width:30px;height:3px;position:absolute}
.featurepopupplace .close:after {transform: rotate(-45deg);}

html:lang(en) .productitem a.btn {padding: 10px 30px 10px 20px;}
html:lang(en) .productitem a.btn:before, html:lang(en) .productitem a.btn:after {left:auto;right: 15px;top: 25px;}
html:lang(en) .productitem a.btn:after {    top: 19px;}

:focus, .saveforlatermenu:focus, .articles a:focus, .glossaryABC a:focus span, .slick-slider a:focus, .slick-slider button:focus, 
.infobox a:focus, .toogleselect .scroll input:focus {outline: 1px dashed var(--maincolor);outline-offset: 1px;box-shadow: 0px 0px 2px rgba(0,0,0,.5);}
.faqsplace button {outline:none;box-shadow:none}

div .slick-dots {text-align:right;bottom:-25px;    display: flex;justify-content: flex-end;}
div .slick-dots li button, div .slick-dots li {padding:0;width: 15px;height: 15px;}
div .slick-dots li button:before {opacity:1;width: 15px;height: 15px;line-height: 100%;content:"";background: var(--whiteopacity);border-radius:100%}
div .slick-dots li.slick-active button:before {opacity:1;background: var(--maincolor)}

.custom-dots {text-align:left;bottom:-25px;    display: flex;position:absolute}
.custom-dots li {list-style-type:none;list-style: none;}
.custom-dots li a {width: 15px;height: 15px;background:var(--grey);display:block;cursor:pointer;margin:0 5px;border-radius:100%}
.custom-dots li.slick-active a {opacity:1;background: var(--maincolor)}

.sitemap ul {margin:0 20px;}
.sitemapheader {color:var(--maincolor);font-size: var(--fonttitle);}

div .slick-prev, div .slick-next {z-index:5;width: 50px;height: 50px;background: var(--whiteopacity2);transform:none;margin:-25px 0 0 0;border-radius:100%;}
div .slick-prev:hover, div .slick-next:hover, div .slick-prev:focus, div .slick-next:focus {background:var(--maincolor)}
div .slick-prev {left:10px; -webkit-transform: scaleX(-1);transform: scaleX(-1);}
div .slick-next {right:10px;} 
div .slick-next:before, div .slick-prev:before, div .slick-next:after, div .slick-prev:after {background:var(--black);content:"";display:block;position:absolute;right:22px;top:12px;width:2px;height:15px;transform: rotate(-45deg);opacity:1;border-radius: 3px;}
div .slick-next:hover:before, div .slick-prev:hover:before, div .slick-next:hover:after, div .slick-prev:hover:after,
div .slick-next:focus:before, div .slick-prev:focus:before, div .slick-next:focus:after, div .slick-prev:focus:after {background:var(--white)}
div .slick-next:before, div .slick-prev:before {transform: rotate(45deg);top:22px;}
div .slick-next.slick-disabled:before, div .slick-prev.slick-disabled:before {opacity:1}
 
.togglecart {position: fixed;top: 0%;left: 0%;z-index: 99;width: 100%;height:100%;display: none;}
.togglecart .close {width:25px;height:25px;position:absolute;left:18px;top:20px;display:flex;align-items: center;justify-content: center;}
.togglecart .close:after, .togglecart .close:before {transform: rotate(45deg);content:"";display:block;background:var(--blackopacity);width:30px;height:2px;position: absolute;}
.togglecart .close:after {transform: rotate(-45deg);}
.togglecart .btn {margin:0 2% 0 0;width:49%}
.togglecart .btn:nth-of-type(2n) {margin:0}
.togglecart .overlay {background:var(--blackopacity);position: absolute;top: 0;left: 0;width: 100%;height:100%;content:"";display:block}
html:lang(en) .togglecart .close {left:auto;right:18px;}

.cartplacebody {box-shadow: var(--shadow);background:var(--white);width:33.3%;height:100%;position:relative;padding:20px;z-index:2;    display: flex;flex-direction: column;}
.cartplacebody h2 {margin:0 0 20px 0;font-weight: var(--fontbold);font-size:var(--fonttitle)}

.cartitemplace.fullcart {max-height:560px;overflow-y:scroll;padding:0 0 0 10px;}
.cartitemplace.fullcart::-webkit-scrollbar {width: 10px;}
.cartitemplace.fullcart::-webkit-scrollbar-track {background: var(--greylight);}
.cartitemplace.fullcart::-webkit-scrollbar-thumb {background: var(--grey);}
.cartitemplace.fullcart::-webkit-scrollbar-thumb:hover {background: var(--black);}

.flexpopupplacecart {background: var(--whiteopacity);position:fixed;left:0;top:0;width:100%;z-index:0;display:none}
.flexpopupplacecart.opened {z-index:99;height:100%;display:block}
.flexpopupplacecart .close {width:30px;height:30px;position:absolute;right:-30px;top:-30px;border:none;background:var(--greylight)}
.flexpopupplacecart .close:before, .flexpopupplacecart .close:after {padding: 0;transform: rotate(45deg);content:"";display:block;background:var(--grey);width:30px;height:3px;position:absolute}
.flexpopupplacecart .close:after {transform: rotate(-45deg);}

.flexpopupcart {padding:25px;background: var(--white);width:1000px;position:absolute;left:50%;top:15%;margin:0 0 0 -500px;box-shadow: 0px 0px 10px rgba(100,100,100,.5);}
.flexpopupcart .imgplace {border:1px solid var(--greymiddle);display: flex;align-items: center;justify-content: center;}
.flexpopupcart .downloads {float: left;margin: 20px 0 0 0;width: 100%;}
.flexpopupcart .downloads a, .flexpopupcart .downloads button {width: 90px;}
.flexpopupcart h3 {font-size:20px;margin:0 0 5px 0;}


.flexpopupplaceinfo {background: var(--whiteopacity);position:fixed;left:0;top:0;width:100%;z-index:0;display:none}
.flexpopupplaceinfo.opened {z-index:99;height:100%;display:block}
.flexpopupplaceinfo .close {width:30px;height:30px;position:absolute;right:-30px;top:-30px;border:none;background:var(--greylight);display: flex;align-items: center;justify-content: center;}
.flexpopupplaceinfo .close:before, .flexpopupplaceinfo .close:after {padding: 0;transform: rotate(45deg);content:"";display:block;background:var(--black);width:20px;height:3px;position:absolute}
.flexpopupplaceinfo .close:after {transform: rotate(-45deg);}

.flexpopupinfo {padding:25px;background: var(--white);width:1000px;position:absolute;left:50%;top:15%;margin:0 0 0 -500px;box-shadow: 0px 0px 10px rgba(100,100,100,.5);}
.flexpopupinfo .imgplace {border:1px solid var(--greymiddle);display: flex;align-items: center;justify-content: center;}
.flexpopupinfo .downloads {float: left;margin: 20px 0 0 0;width: 100%;}
.flexpopupinfo .downloads a, .flexpopupinfo .downloads button {width: 90px;}
.flexpopupinfo h3 {font-size:20px;margin:0 0 5px 0;}
.flexpopupinfo img {max-height:400px;width:auto}

.loadingplace {background: #fff\8;background: rgba(250, 250, 250, 0.8);position:fixed; top:0;left:0;width:100%;height:100%;z-index:9999;display:none}
.loadingplace img {max-width:40px;}
.spinnertext {display: flex;justify-content: center;align-items: center;font-size: 24px;font-weight:bold;position:absolute;width:100%;height:100%;left:0;top:0;}

html:lang(he) body {text-align:right;direction:rtl;}
html:lang(he) .slick-slider, html:lang(he) .slick-slider .slick-track {direction:ltr}
html:lang(he) .curtainplace, html:lang(he) .sliderhome .abstract, html:lang(he) .slick-slider .slick-track div, 
html:lang(he) .contactform label input, html:lang(he) .slider-for, html:lang(he) .slider-for div {direction:rtl}
html:lang(he) .accountplace .openaccount, html:lang(he) .productflex,
html:lang(he) button.addtocart, html:lang(he) .movebtns {flex-direction: row-reverse;}
html:lang(he) .sl-wrapper .sl-navigation button.sl-prev {left:auto;right:20px;}
html:lang(he) .sl-wrapper .sl-navigation button.sl-next {right:auto;left:20px;}
html:lang(he) .toggleplace, html:lang(he) .togglecart, html:lang(he) .toggleaccount {right:auto;left:0px;}
html:lang(he) .productslistselects .page > div .title:after {right: auto;left: 15px;}
html:lang(he) .productslistselects .page > div .title:before {right: auto;left: 21px;}
html:lang(he) .toogleselect, html:lang(he) .contactform .s_top, html:lang(he) .contactform .errorplace,
html:lang(he) .search_results, html:lang(he) .dropmenuplace {left:auto;right:0px;}
html:lang(he) div .sliderbtn  {left:auto;right:0;}
html:lang(he) .stepbefore a, html:lang(he) .stepcurrent a, html:lang(he) .stepafter a {right:auto;left:0;}
html:lang(he) .toogleselect button, html:lang(he) .welcomeplace input[type="submit"] {float:left}

html:lang(he) .welcomeplace div, html:lang(he) button.addtocart {float:right}

html:lang(he) .confirmplace > div:nth-of-type(2n) {margin: 0 4% 0 0;}
html:lang(he) .bodytext li {background: url(../images/dot.png) right 8px no-repeat;list-style-type: none;padding: 0 20px 0 0px}
html:lang(he) .linksplace a {background: url(../images/link.png) right center no-repeat;background-size: 25px;}
html:lang(he) div .slick-dots {flex-direction: row-reverse;}
html:lang(he) .togglecart .btn {margin:0 0 0 2%}
html:lang(he) .togglecart .btn:nth-of-type(2n) {margin:0}


@media (-webkit-device-pixel-ratio: 1.25) {#main {zoom: 0.8;}}
@media (-webkit-device-pixel-ratio: 1.5) {#main {zoom: 0.67;}}
@media screen and (min-width: 1921px) and (max-width: 6000px) {header {width:1920px;left:50%;margin:0 0 0 -960px}}

@media screen and (min-width: 1021px) and (max-width: 1460px) 
{
	.page, .shortpage {padding:0 4%}
	header {padding: 0 1%;}
	.socialmedia a {margin: 0 5px 0px 5px;}
}

@media screen and (min-width: 1000px) and (max-width: 1100px) 
{
	.features a {    width: 21.2%;}
	.mainmenu li a {font-size: 1.4vw;    padding: 10px 10px;}
}
@media screen and (min-width: 1340px) and (max-width: 1650px) 
{
	.features a {min-height:180px;}
}



@media screen and (min-width: 320px) and (max-width: 1020px) 
{
	@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }
	input, select, textarea {border-radius: 3px;}
	.moremenu, .tmpbcitem .wrap:before, body .shoppingcart:hover .togglecart, .topmenu, body .accountplace .name, li li .moremenu,
	.togglecart, .mainmenu li.parent a:before, .mainmenu li.parent a:after, .slidetodown {display:none}
	body, p, li, div, .bodytext p a, .bodytext li a, .accountplace .openaccount,
	a.btn, span.btn, input[type="submit"].btn, button.btn {font-size: 4vmin;}
	h1, .bigtitle, .sliderhome .title, footer .bigtitle, .indexcontent h2 {font-size:55px;}
	.productitem .title, html:lang(en) .productitem .title {font-size:40px;max-width:100%}
	h2, .docsplace .title, .linksplace .title, .mailinglist .title, .infobox .title, .features2 .title {font-size:30px;}
	h3 {font-size:20px;}
	h4 {font-size:18px;}
	.credits p, .credits a {font-size:14px}
	.page, .shortpage {width:100%;max-width:100%;padding:0 4%}

	header {padding:1% 2%;}
	header .wrap {display:block}

	.logo {padding: 2px;width: 70px;height: 70px;float:none;margin:0 auto -30px auto}

	.openmenu {display:block;width:30px;height:30px;position:absolute;background:none;border:none;padding:0;right:10px;top:10px;}
	.openmenu span, .openmenu div:after, .openmenu div:before {border-radius: 3px;display:block;height:6px;background:var(--maincolor);margin: auto;width: 30px;position:relative}
	.openmenu div:after { content: '';bottom:-4px;}
	.openmenu div:before { content: '';top:-4px;}
	.openmenu.opened {opacity:1}
	.openmenu.opened div:before {transform: translateY(10px) rotate(135deg);}
	.openmenu.opened div:after {transform: translateY(-10px) rotate(-135deg);} 
	.openmenu.opened span {transform: scale(0);}

	.menuplace, body:lang(he) .menuplace {z-index:999;transform: translateX(-110%);position:fixed;top:0px;width:90%;margin:0;height: 100vh;background: var(--white);box-shadow: var(--shadow);}
	.mainmenu, .sticky .mainmenu {display:block;width: 100%;height: 100%;padding: 0;position: absolute;top: 0px;left: 0%;margin: 0; box-sizing: border-box;background: inherit;-webkit-overflow-scrolling: touch;overflow: scroll;overflow-x: hidden;overflow-y: auto;padding:0 0 30% 0}
	.mainmenu li, html:lang(he) .mainmenu li, .mainmenu li li, .mainmenu li li li {float:none;margin:0;position:relative;display:block;width:100%;max-width:100%}
	.mainmenu li a, .mainmenu li.parent a {padding:10px;border-radius:initial;font-size: 5vw;border-bottom:1px solid var(--grey)}
	.mainmenu li a span {display:block;text-align:center}
	.mainmenu li li a, .mainmenu li:hover li a, .mainmenu li.this li a {padding:5px;}
	.mainmenu ul {width:100%;margin:0;background:var(--greylight)}
	.menuopen, body:lang(he) .menuopen {transform: translateX(-12%);}
	html:lang(en) .menuopen, body:lang(en) .menuopen {        transform: translateX(-5%);}
	.mdisable, .mdisable #main {overflow: hidden;}
	.mdisable #main {-webkit-animation:none;animation:none;}
	.dropmenuplace, .mainmenu li:hover > .dropmenuplace {display:none}
	.dropmenuplace {display:none;opacity:1;border-radius: 0px;left:0;margin:0;position:static;width:100%;padding:0;height:auto;box-shadow: 0px 0px 0px rgba(0,0,0,.2); }
	.mainmenu li .dropmenuplace.opened, .mainmenu ul ul.opened {display:block;opacity:1;position:static}

	.maincontent, #maintitleplace {margin-top:48px}
	#maintitleplace {padding-top:10%}
	.mdisable .searchplace {overflow: hidden;}

	html:lang(en) .productitem button.addtocart {float:right;margin:0}

	.moremenu {display:block;width:45px;height:45px;position:absolute;left:10px;top:0px;z-index: 99;}
	.moremenu:before, .moremenu:after {background:var(--maincolor);content:"";display:block;position:absolute;left:18px;top:17px;width:2px;height:10px;transform: rotate(-45deg);opacity:1;border-radius: 3px;}
	.moremenu:before {transform: rotate(45deg);left: 24px;}
	.moremenu.opened::after {left:24px;}
	.moremenu.opened::before {left:18px;}

	.languagesplace > .openflag {display:block}
	.languagesplace {position: absolute;height: 30px;left: 85px;top: 10px;}

	.searchplace {width: 100%;position:absolute;left:0;top:100%;background:var(--white)}
	.search {width:98%;margin:1%}
	.search input {background:none;font-size: 14px;}
	.search .submitsearch {border-radius:0;height:auto}

	html:lang(he) .confirmplace > div:nth-of-type(2n) {margin:0 0 20px 0;}
	body .productstoreplace, body .confirmplace > div:nth-of-type(2n) {padding:4%;border-radius:10px;}

	.socialmedia {margin: 0;position: absolute;right: 45px;top: 12px;}
	.socialmedia a {    margin: 0 5px 0px 5px;}

	.contactform {padding:4%}

	#contactfooter, html:lang(en) #contactfooter {padding:0 4%}
	.sliderhome .title {    font-size: 100px;}
	.sliderhome p {font-size: 50px;}

	.content {padding:0 0 80px 0}

	.features a {width:48%;margin:1%;min-height: 160px;}
	.grid-sizer, .grid-item {width:47%;margin:1%;}
	.grid-item a {border-radius:10px;}

	.stripplace {min-height: 100px;margin:0 0 2% 0}

	body .accountplace, body .shoppingcart {position:absolute;left:5px;top:5px;margin:0}
	body .accountplace {left:50px}
	body .opencart .numof {top:0;}

	

	.bodyflex > div {min-height:0px;}
	
	html:lang(en) .productitem .bestseller, .productitem .bestseller {zoom:.6}

	.bodytext table p, .dropmenuplace .page, .featuresbottom, .featuresplace, .logosplace, body .productflex,
	.productsslider.slick-dotted.slick-slider {padding:0;margin:0;}

	.productslistselects .page, .accordionplace, #contactfooter .contactform, .infobox a, .bannerplace > div {flex-wrap: wrap;}

	.flex, html:lang(he) .flex, .contactform label, .feature, .imgside, .flex:nth-of-type(3n), #contactfooter, .client, 
	.indexflex > div, .flexbody > div, .bodyflex > div, html:lang(he) .bodyflex > div, body .loginplace, body .registerplace, body .registerform, .bannerplace, 
	.footerlinksplace,	body .productslistselects .page > div, body .productflex .imgplace, body .productflex > div,	body .slider-for,
	body .slider-nav, .footerlinksplace > div, .accordionplace .feature, .featuresbottom .feature, .features > div, .contactflex > div,
	.features > div:nth-of-type(3n), #contactfooter .contactform > div, body .confirmplace > div, .contactflex .bodytext,
	body .confirmplace > div:nth-of-type(2n), footer iframe, .infobox .imgplace, .infobox .abstract, .flexplace .catalogpage a > div,
	.flex4, .features2 > div > div, .productitem > div, .productitem > div:first-of-type, .productflexplace > div, .flexplace .flex,
	.liststyle .flexview .imgplace, .liststyle .flexview .abstract {width:100%;margin:0 auto 5% auto;border:none}

	.liststyle .flexview .imgplace {height:250px;}
	
	iframe {width:100%}

	.bodytext p img {height:auto !important}

	.shippingdata > div {width:100%}
	.productinfoplace {/*display: flex;justify-content: center;*/}
	.productitem a.btn, html:lang(en) .productitem a.btn {margin:10px auto;display:block;width:200px;        clear: both;}
	.productitem button.addtocart {margin-bottom:20px;}
	html:lang(en) .productitem a.btn {float:right;}
	html:lang(en) .productitem a.btn:before, html:lang(en) .productitem a.btn:after {left:auto;right: 15px;top: 21px;}
	html:lang(en) .productitem a.btn:after {    top: 15px;}

	.flexplace .catalogpage .bgimg, .infobox .imgplace, .features2 > div:first-of-type > div:first-of-type,
	.features2 > div:nth-of-type(2n) > div:first-of-type {height: 250px;border-radius:50px}
	.sliderhome .slide {height:350px;}

	.accordionplace .feature {flex:initial}

	.tabsplace button {padding: 5px;font-size: 16px;}

	table td, table th {padding: 2px;}
	table td, table th, table a, table p {font-size: 11px;    padding: 2px;}

	.bodytext ul li {margin: 0px 0px 10px 0px;line-height: 120%;}
	.bodytext {overflow:visible}
	.bodytext table {max-width:100%; border-spacing: 0px;border-collapse: separate;}
	
	.leftmenu a {padding: 8px 10px;margin: 5px;font-size: 14px;}

	.featurepopupplace .featurepopup, .flexpopupcart {left:0;margin:0;width:100%;top: 5%;    padding: 10px;}
	.featurepopupplace .featurepopup h1, .flexpopupcart h1 {font-size: 35px;}
	.featurepopupplace .featurepopup p, .flexpopupcart p {margin:0 0 5px 0;font-size:11px;}
	.featurepopupplace .featurepopup p img, .flexpopupcart p img {width:auto;height:auto}

	/*.socialmedia {width:100%;flex-direction: row;justify-content: center;}*/

	.productitem .imgplace .slick-slide > div, .productflexplace .slick-slide {height:350px;}

	#contactfooter .contactform input[type="submit"] {margin:auto;float:none;width:200px;        display: block;}

	.opencontact {bottom:30px;}

	.price {display:block}
	.linksforservice {max-width:100%;flex-wrap: wrap;    justify-content: center;}
	.productitem .smallimg {height:60px}
	.linksforservice .title2 {font-size: 12px;}
	.pricenum {margin:20px auto}

	.flex4 .imgplace iframe {max-width:100%}

	.confirmplace > div:nth-of-type(2n), html:lang(he) .confirmplace > div:nth-of-type(2n) {position:static}

	.flexplace .flex .abstract, .flexplace .flex .title {min-height:0}
	.flexplace .catalogpage .abstract {border-radius:50px;align-items: center;}
	.flexplace .moreabstract {text-align: right;}

	.infoboxesplace > div {padding:40px 4%}
	.flexplace .moreabstract {display:block}

	.productitem .title {padding-right: 70px;}

	.productpriceplace {margin:20px auto;justify-content: center;}

	html:lang(he) .toggleplace, html:lang(he) .togglecart, html:lang(he) .toggleaccount {right: -50px;width: 330px;}

	body .slider-for .slick-slide > div {height: 350px;}
	body .slider-nav {height:auto}

	body .slider-nav.slick-slider .slick-next, body .slider-nav.slick-slider .slick-prev {top: 35%;bottom: auto;margin:initial;zoom:.7}
	body .slider-nav.slick-slider .slick-next {left:auto;right:-20px;  transform:rotate(0deg); } 
	body .slider-nav.slick-slider .slick-prev {left:-20px;transform:rotate(-180deg);}
	body .slider-nav .slick-slide > div {height: 120px;}

	body .changeq {padding: 3px 5px;}
	html:lang(he) .productflex, .productflex {flex-direction: column-reverse;}
	body .accountplace .openaccount {padding: 0 5px;}

	.flexpopupinfo {left:0;width:100%;margin:0;}
	.flexpopupplaceinfo .close {right:0;}

	.flexpopupplacecart .close {right:0;}
	.flexpopupplacecart .close:before, .flexpopupplacecart .close:after {background:var(--black)}

	.flexplace .flex .title, .flexplace .moreabstract {text-align:center}

	.languages {top: 35px;}

	.mainmenu li a {padding: 10px 10px;}
}

body .sl-overlay {background:var(--black)}
body .sl-navigation button, body .sl-close {filter: brightness(0) invert(1)}
body .sl-wrapper .sl-counter { }
.sl-wrapper .sl-image img {box-shadow:var(--shadow);}

.invertsite img {filter: grayscale(100%);}
.invertsite p, .invertsite div, .invertsite li, .invertsite span, .invertsite button, .invertsite input, .invertsite header, .invertsite label,
.invertsite body, .invertsite a, .invertsite h1, .invertsite h2, .invertsite h3, .invertsite h4, .invertsite h5, .invertsite select, 
.invertsite textarea, .invertsite table td, .invertsite table th, .invertsite footer {background-color:var(--black) !important;color:var(--white) !important;}
.invertsite .lightblueplace {background:var(--black);}
.invertsite input, .invertsite button, .invertsite select, .invertsite .contactform textarea, .invertsite .contactform input[type="submit"],
.invertsite .contactsideplace textarea, .invertsite .saveforlatermenu {border:1px solid var(--white);}
.invertsite .saveforlatermenu span, .invertsite .accountplace .openaccount span, 
.invertsite .accountplace .openaccount span:after, .invertsite .accountplace .openaccount span:before {border:2px solid var(--white);}
.invertsite .opencart span, .invertsite .saveforlatermenu span:before, .invertsite .saveforlatermenu span:after,
.invertsite .accessibility span:before, .invertsite .removefromcart, .invertsite .removefromcart {background-color:var(--white) !important;}

.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;}

* {-webkit-box-sizing: border-box;-moz-box-sizing:border-box;box-sizing: border-box;}
div:after {content: "";display: table;clear: both;}

nav ul, .footerlinksbox ul, .productslistselects ul, .leftmenu li {margin:0;list-style-type:none;list-style: none;}
div a, button, input[type="submit"], .btn, .grid-item img,  a.btn span, .feature img, .feature div, .infobox img,
.btn:after, .flex div, .slider-nav img, .projectscol img, .opencontact {-webkit-transition: all 0.20s ease-in-out;}

.flex div {-webkit-transition: all 0.40s ease-in-out;}

.menuopen, .menuplace {-webkit-transition: all 0.50s ease-in-out;}

::-moz-selection {background:var(--maincolor);color:var(--white)}
::-webkit-selection {background:var(--maincolor);color:var(--white) }
::selection {background:var(--maincolor);color:var(--white) }

::-webkit-input-placeholder { color:var(--maincolor)}
::-moz-placeholder { color:var(--maincolor)}
:-ms-input-placeholder {color:var(--maincolor) }
:-moz-placeholder {color:var(--maincolor) }

::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: var(--greylight);}
::-webkit-scrollbar-thumb {background: var(--blackopacity2);}
::-webkit-scrollbar-thumb:hover {background: var(--black);}

button, html input[type="button"], input[type="reset"], input[type="submit"]{-webkit-appearance:button;cursor:pointer;}

@media print 
{
	@page {size: A4 Portrait; }
    * {-webkit-print-color-adjust:exact;}
	h1, h2, h3, h4, h5, h6, h7, p, a, li {line-height:120%;color:var(--black);}
	h1 {font-size:30px;margin:20px 0;}
	h2 {font-size:26px;} 
	h3 {font-size:20px;}
	h4 {font-size:18px;}
	p {line-height: 120%;font-size: 16px;}
	.logo {width:100%;height:auto;margin:auto;display:block;float:none;text-align:center;}
	.logo img {margin:auto;max-height:100px;}
	body, div, header, footer, a, #maintitleplace, .mainabstract p, .mainabstract a, .mainabstract li {color:var(--black);background:none;}
	.page, .content, .imgside, .bodytext, .wrap, .pagetitle, footer {width:100%; margin:auto;max-width:100%;float:none;display:block;margin:0;padding:0;background:none;}
	.leftcolumn, .mainmenu, .topmenu, .breadcrumbs, .search, .socialmedia, #strip, .opensearch, .shoppingcart, .footerlinksplace,
	.docsplace, div .slick-dots, .accessibility, #contactfooter, .accountplace, .saveforlatermenu, div:after, div:before,
	.sliderbtn, .sliderhome, .linksplace {display:none !important;}
	.flexplace, .infoboxesplace, .credits, header, .maincontent, .columns {width:100%;background:none;float:left;}
	header, header.sticky {position:static;padding:0;box-shadow:none}
	.credits {text-align:center;padding:5px;font-size:14px;margin: 0;background:none;}
	.content {page-break-after: always;}
	.flex .imgplace {max-height:200px;}
	#maintitleplace {margin:0;padding:0;}
	.scrollflow {filter:none !important}
}
