/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Root
# Global
    ## Tools
# Typography
# actusblank
# Menu
# Footer
# Layout
--------------------------------------------------------------*/
 


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/*
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=greek');
*/
 
/* -------------------- HANDBOOK */
/* ----------------------------- */
@font-face {
    font-family: 'HandBook';
    src: url(fonts/Handbook/PFHandbookPro-Thin.ttf);
    font-weight: 300;
	font-display: swap;
}
@font-face {
    font-family: 'HandBook'; 
    src: url('fonts/Handbook/pfhandbookpro-regular-webfont.eot');
    src: url('fonts/Handbook/pfhandbookpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Handbook/PFHandbookPro-Regular.ttf') format('truetype'),
         url('fonts/Handbook/pfhandbookpro-regular-webfont.woff2') format('woff2'),
         url('fonts/Handbook/pfhandbookpro-regular-webfont.woff') format('woff'), url('fonts/Handbook/pfhandbookpro-regular-webfont.svg#pf_handbook_proregular') format('svg');
    font-weight: 400;
	font-display: swap;
}
@font-face {
    font-family: 'HandBook';
    src: url('fonts/Handbook/pfhandbookpro-bold-webfont.eot');
    src: url('fonts/Handbook/pfhandbookpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Handbook/PFHandbookPro-Bold.ttf') format('truetype'),
         url('fonts/Handbook/pfhandbookpro-bold-webfont.woff2') format('woff2'),
         url('fonts/Handbook/pfhandbookpro-bold-webfont.woff') format('woff');
    font-weight: 700; 
	font-display: swap;
}
@font-face {
    font-family: 'HandBook';
    src: url('fonts/Handbook/pfhandbookpro-black-webfont.eot');
    src: url('fonts/Handbook/pfhandbookpro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Handbook/PFHandbookPro-Black.ttf') format('truetype'),
         url('fonts/Handbook/pfhandbookpro-black-webfont.woff2') format('woff2'),
         url('fonts/Handbook/pfhandbookpro-black-webfont.woff') format('woff');
    font-weight: 900;
	font-display: swap;
}

/* --------------------- HIGHWAY */
/* ----------------------------- */
@font-face {
    font-family: 'Highway';
    src: url('fonts/Highway/pfhighwaysanspro-light-webfont.eot');
    src: url('fonts/Highway/pfhighwaysanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Highway/PFHighwaySansPro-Light.ttf') format('truetype'),
         url('fonts/Highway/pfhighwaysanspro-light-webfont.woff2') format('woff2'),
         url('fonts/Highway/pfhighwaysanspro-light-webfont.woff') format('woff');
    font-weight: 300;
	font-display: swap;
}
@font-face {
    font-family: 'Highway';
    src: url('fonts/Highway/pfhighwaysanspro-regular-webfont.eot');
    src: url('fonts/Highway/pfhighwaysanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Highway/PFHighwaySansPro-Regular.ttf') format('truetype'),
         url('fonts/Highway/pfhighwaysanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/Highway/pfhighwaysanspro-regular-webfont.woff') format('woff');
    font-weight: 400;
	font-display: swap;
}
@font-face {
    font-family: 'Highway';
    src: url('fonts/Highway/pfhighwaysanspro-bold-webfont.eot');
    src: url('fonts/Highway/pfhighwaysanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Highway/PFHighwaySansPro-Bold.ttf') format('truetype'),
         url('fonts/Highway/pfhighwaysanspro-bold-webfont.woff2') format('woff2'),
         url('fonts/Highway/pfhighwaysanspro-bold-webfont.woff') format('woff');
    font-weight: 700;
	font-display: swap;
}
@font-face {
    font-family: 'Highway';
    src: url('fonts/Highway/pfhighwaysanspro-black-webfont.eot');
    src: url('fonts/Highway/pfhighwaysanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Highway/PFHighwaySansPro-Black.ttf') format('truetype'),
         url('fonts/Highway/pfhighwaysanspro-black-webfont.woff2') format('woff2'),
         url('fonts/Highway/pfhighwaysanspro-black-webfont.woff') format('woff');
    font-weight: 900;
	font-display: swap;
}

/* -------------------- ZONA PRO */
/* ----------------------------- */
@font-face {
    font-family: 'ZonaPro';
    src: url(fonts/ZonaPro-Thin.otf);
    font-weight: 300;
	font-display: swap;
}
@font-face {
    font-family: 'ZonaPro';
    src: url(fonts/ZonaPro-Bold.otf);
    font-weight: 400;
	font-display: swap;
}


/* ---------------------- ENCORE */
/* ----------------------------- */
@font-face {
    font-family: 'Encore';
    src: url(fonts/Encore/PFEncoreSansPro-Thin.otf);
    font-weight: 100;
	font-display: swap;
}
@font-face {
    font-family: 'Encore';
    src: url(fonts/Encore/PFEncoreSansPro-Light.otf);
    font-weight: 300;
	font-display: swap;
}
@font-face {
    font-family: 'Encore';
    src: url(fonts/Encore/PFEncoreSansPro-Reg.otf);
    font-weight: 400;
	font-display: swap;
}
@font-face {
    font-family: 'Encore';
    src: url(fonts/Encore/PFEncoreSansPro-Bold.otf);
    font-weight: 700;
	font-display: swap;
}
@font-face {
    font-family: 'Encore';
    src: url(fonts/Encore/PFEncoreSansPro-Black.otf);
    font-weight: 800;
	font-display: swap;
}
@font-face {
    font-family: 'Encore';
    src: url(fonts/Encore/PFEncoreSansPro-UBlack.otf);
    font-weight: 900;
	font-display: swap;
}


/* ------------------- COMFORTAA */
/* ----------------------------- */
@font-face {
    font-family: 'Comfortaa';
    src: url(fonts/Comfortaa-Light.ttf);
    font-weight: 300;
	font-display: swap;
}
@font-face {
    font-family: 'Comfortaa';
    src: url(fonts/Comfortaa-Regular.ttf);
    font-weight: 400;
	font-display: swap;
}
@font-face {
    font-family: 'Comfortaa';
    src: url(fonts/Comfortaa-Bold.ttf);
    font-weight: 700;
	font-display: swap;
}





/*--------------------------------------------------------------
# Root
--------------------------------------------------------------*/
:root {

    --fontA: 'Roboto', sans-serif;
    --fontB: 'HandBook', sans-serif;
	
	--colorA: #7e4939;
	--colorB: #505f58;
	--colorC: #b38972;
	--colorD: #21221c;


    --txA: 0 0 1px hsla(176, 99%, 33%, 0.4);
    --txB: 0 0 1px hsla(217, 51%, 20%, 0.4);
    --txC: 0 0 1px hsla(215, 26%, 37%, 0.4);
    --txD: 0 0 1px hsla(0, 0%, 90%, 0.4);

    --txA3: 0 0 1px hsla(210, 74%, 48%, 0.4);

    --txWH: 0 0 1px hsla(0, 0%, 100%, 0.4);
    --txBL: 0 0 1px hsla(0, 0%, 0%, 0.4);



}


 
/*--------------------------------------------------------------
# Typography - Colors
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-family: sans-serif; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body { margin: 0; font-family: var(--fontA); }
body, body * { box-sizing: border-box; }
html, body { overflow-x: hidden; }
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: var(--colorA);
}
::-webkit-scrollbar-thumb {
    background: var(--colorB);
    border: 2px solid var(--colorA);
}
body::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}


a,p,li,h1,h2,h3,h4,h5,h6 { font-family: var(--fontA); }
.uline::after { border-bottom: 8px solid var(--colorA); }
a { color: var(--colorA); text-decoration: none; }
a h1, a h2, a h3, a h4, a h5, a h6, a li,
a p { color: black; }



.A-round,
.A-button-round { background: var(--colorA); }

.backA { background: var(--colorA); }
.backB { background: var(--colorB); }
.backC { background: var(--colorC); }
.backD { background: var(--colorD); }
.backE { background: #021d26; }
.backF { background: #cecece; }

.A-flex { display: flex; }
.A-flex-wrap { display: flex; flex-flow: row wrap; }

.abs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




body main#content,
body footer { display: block; }
figure { margin: 0; }


img { position: relative; }
img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
}


/* **************************************************************** */
/* **************************************************************** */
/* **************************************************************** */

/* 	--------------
	HEADER
 	-------------- */
body { background: var(--colorC); }
header {
	position: relative;
    text-align: center;
	padding: 48px 64px 24px;
	background: var(--colorD);
	border-bottom: 8px solid var(--colorB);
}
header .A-flex {
	flex-flow: column;
}
header .A-logo {
	display: inline-block;
    width: auto;
	margin: 0;
	transition: 1s all;
}
header .A-logo img {
    width: 260px;
    height: auto;
    max-height: 120px;
    object-fit: contain;
}
header .A-logo.closed { transform: scale(0); }


/* Navigation */ 
header nav .menu-toggle {
	display: none;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
}
header nav .menu-toggle svg {
	height: 32px;
    fill: black;
    stroke: black;
    stroke-width: 12px;
}
header nav {
    position: relative;
	display: block;
    width: auto;
	margin: 24px 0 0;
    text-align: right;
	transition: 1s all;
    z-index: 9;
}
header nav.closed { left: -300px; }
header nav ul {
	width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
	text-align: center;
}
header nav ul li {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0px;
    margin: 0px 16px;
    cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
header nav ul li a {
    position: relative;
    font: 700 20px var(--fontA);
	text-decoration: none;
	color: hsla(0, 0%, 100%, 0.64);
    z-index: 99;
}
header nav ul li:hover > a,
header nav ul li.current_page_item > a {
    color: var(--colorB);
    opacity: 1;
}
header nav ul.sub-menu { 
	display: none;
	position: absolute;
	min-width: 120px;
	padding: 4px 0;
	text-align: left;
}
header nav ul.sub-menu li {
	margin: 0;
	padding: 4px 0 4px 16px;
}
header nav ul li:hover ul.sub-menu { display: block; }

header nav ul li.lang-item {
	display: inline-block;
	margin-left: 8px;
}
header nav ul li.lang-item img {
	width: auto;
	height: 20px;
}

header {
	padding: 96px 5% 64px 55%;
    text-align: right;
	background: url(img/photo-01.jpg) no-repeat;
    background-position: 50% 25%;
	background-size: cover;
	background-color: #222;
	z-index: 9;
}
header.home {
	padding: 96px 5% 48px 30%;
    background-position: 50% 35%;
}
header .A-logo img {
	width: 280px;
	max-height: unset;
}
header nav ul { text-align: right; }
header nav ul li {
	display: block;
	margin: 12px 0;
}
.A-header-text {
	margin: 140px 0 100px;
	text-align: right;
}
.A-header-text h1 {
	margin: 16px 0 0px;
	font: 300 56px var(--fontB);
	line-height: 0.9;
	color: var(--colorA);
}
.A-header-text p {
	padding-left: 38%;
	text-align: right;
	color: hsla(0, 0%, 100%, 0.7);
}


.espa {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	line-height: 0;
}



nav.A-breadcrumb {}

nav.A-breadcrumb ul { display: flex; list-style: none; }
nav.A-breadcrumb ul li { margin-right: 8px; }
nav.A-breadcrumb ul li a { text-decoration: none; font-weight: 700; color: var(--colorB); }
nav.A-breadcrumb ul li a:hover { text-decoration: underline; }


/* SEARCH */
.A-search {
	display: flex;
	position: absolute;
    top: 32px;
    right: 5%;
	opacity: 0.35;
}
.A-search:hover {opacity: 1;}
.A-search form { display: flex; }
.A-search label span { display: none; }
.A-search input[type="search"] {
    min-width: 260px;
    padding: 4px 8px;
    font: 400 14px var(--fontA);
    background: hsla(0, 0%, 0%, 0.1);
    border: 0;
    outline: 0;
    border-radius: 100px;
}
.A-search .search-submit {
    top: 2px;
    background: transparent;
    color: transparent;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    opacity: 0.7;
}
.A-search .search-submit:hover { opacity: 1; }
.A-search .search-submit img {
    width: auto;
    height: 20px;
    padding: 2px 0;
	object-fit: contain;
}
.A-search svg { height: 24px; margin-left: -48px; pointer-events: none; }

.search-result-list li { margin-bottom: 16px; }
.search-result-list li > a {
	display: flex;
    align-items: center;
}
.search-result-list li .img-placeholder,
.search-result-list li img {
	flex: 0 0 auto;
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-right: 16px;
	background: #DDD;
}
.search-result-list li h3 { margin: 0 0 12px; }
.search-result-list li p { margin: 0; }


.A-404,
.A-SEARCH-RESULTS { padding: 32px 10%; }
.A-SEARCH-RESULTS .nav-links { margin-top: 32px; }
.A-SEARCH-RESULTS .nav-links span,
.A-SEARCH-RESULTS .nav-links a {
	margin: 0 4px;
	font-size: 28px;
}



.A-page-title {
	font: 700 40px var(--fontA);
}




#act_map {
	display: none;
	width: 60%;
	height: 300px;
}
.gm-style-mtc { display: none; }




.A-video-frame {
	position: relative;
	background: url(img/laptop.png) no-repeat;
	background-size: 100%;
    width: 80%;
	padding: 2.5% 0.4% 10% 0.3%;
	margin: 32px 0 64px;
    margin-left: 10%;
}
.A-video-frame .wp-block-embed__wrapper {
	position: relative;
	width: calc(100% / 1.3);
	padding-top: calc(56.25% / 1.3);
	margin: 0 auto;
}
.A-video-frame .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.A-shadow-R { position: relative; }
.A-shadow-R:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 128px;
	background: url(img/shadow-R.jpg) no-repeat;
	background-size: contain;
}


.Aitem .more,
.A-more {
	display: inline-block;
	position: relative;
	margin-top: 24px;
	padding: 7px 16px 5px;
	font: 700 14px var(--fontA);
	line-height: 1;
	background: var(--colorA);
	background: hsl(209, 70%, 45%);
	color: white;
	border-radius: 40px;
	cursor: pointer;
}
.A-more a {
	color: white;
}
.Aitem .more:hover,
.A-more:hover { background: black; }


p, li, a { font-size: 18px; }
.has-text-align-center { text-align: center; }


/* **************************************************************** */
/* **************************************************************** */
/* **************************************************************** */





img { max-width: 100%; height: auto; }

.A-home-top { 
    align-items: center;
	padding: 64px 15% 64px;
	background: white;
}
.A-home-top .Col1 img { width: 100%; height: auto; }
.A-home-top .Col1 { flex:  0 0 auto; width: 30%; }
.A-home-top .Col2 { padding: 0 32px; }
.A-home-top .Col2 img { width: auto; }

.A-home-top h2 {
	margin: 16px 0 8px;
	font: 300 48px var(--fontB);
	line-height: 0.9;
	color: var(--colorA);
}
.A-home-top h3 {
	margin: 0 0 8px;
	font: 700 32px var(--fontB);
	line-height: 0.9;
	color: var(--colorD);
}

.A-home-top .Col1 img {
	position: relative;
	border-radius: 500px;
	border: 24px solid var(--colorD);
	z-index: 9;
}
.A-home-top .Col1 .Apic { position: relative; }
.A-home-top .Col1 .Apic:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 10px;
	width: 100%;
	height: 100%;
	border-radius: 500px;
	background: var(--colorB);
	z-index: 7;
}


.A-home-slider { display: none; }
.A-home-slider .Col1 { flex: 1; }
.A-home-slider .Col2 { flex: 0 0 auto; width: 1100px; }




.A-categories { padding: 48px 10vw 48px; }
.A-categories .Acarousel .Aitems {
	flex-flow: row wrap;
    place-content: center;
}
.A-categories .Acarousel .Acontainer { overflow: unset; }
.A-categories .Acarousel .Aitems .Acolumn {
	position: relative;
	text-align: center;
	width: 25%;
	margin-bottom: 4vw;
	cursor: pointer;
}
.A-categories .Apic {
	position: relative;
	margin-bottom: 12px;
}
.A-categories .Apic:before {
	content: "";
    position: absolute;
	left: 0;
	right: 0;
	top: 3vw;
	margin: 0 auto;
	width: 15vw;
	height: 15vw;
	background: white;
	border-radius: 600px;
}
.A-categories .Apic img {
	position: relative;
	top: 0vw;
	width: 12vw;
	height: 12vw;
	object-fit: contain;
	object-position: bottom;
	transition: 0.3s all;
}
.A-categories .Item-10 .Apic img { top: 1vw; }
X.A-categories .Acarousel .Aitems .Acolumn:hover .Apic img {
	top: -3vw;
	width: 15vw;
	height: 15vw;
}
.A-categories h3 {
	position: relative;
	margin: 0;
	padding: 0 2vw;
	font: 700 32px var(--fontB);
	line-height: 0.9;
	color: var(--colorA);
}
.A-categories p {
	position: relative;
	margin: 0;
	font: 400 18px var(--fontB);
	color: var(--colorA);
	opacity: 0.65;
}


.measure { margin: 64px 0; display: none; }
.measure2 {
	position: relative;
	padding: 0 0 24px 75%;
	margin-top: -28px;
}
.measure2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 32%;
	width: 100%;
	border-top: 2px dotted black;
	opacity: 0.3;
}


p, li { color: hsla(0, 0%, 0%, 0.7); }

.A-page-content {
	padding: 64px 10vw;
}
.A-page-content p { text-align: justify; }
.A-page-content p.has-text-align-center { text-align: center; }
.A-page-content h1,
.A-page-title {
	margin: 0 0 32px;
	font: 900 64px var(--fontB);
    color: var(--colorA);
	color: hsla(0, 0%, 0%, 0.6);
}

.A-about { align-items: center; }
.A-about .Col1 {
	flex: 0 0 auto;
	width: 40%;
	margin-right: 48px;
}
.A-about-carousel {
	margin: 0 -5vw;
}
.A-about-carousel .Acolumn {
	cursor: zoom-in;
}
.A-about-carousel .Apic {
	height: 100%;
	margin: 48px 0 24px;
	cursor: zoom-in;
}
.A-about-carousel img {
	height: 100%;
	object-fit: cover;
}
.ACB-gallery-show .slide-new,
.ACB-gallery-show .slide { object-fit: scale-down; }
 

.A-products { padding: 48px 0 48px; }
.A-products p {
	margin: 0;
	color: black;
	text-align: center;
	font: 400 16px var(--fontA);
}

.A-products h3 {
	margin-bottom: 4px;
}
.A-products .Acarousel .Aitems .Acolumn {
	width: 33.333%;
	padding: 0 24px;
	margin-bottom: 64px;
}
.A-products .Apic img {
	top: 0vw;
    width: 15vw;
    height: 15vw;
    object-position: center;
}
.A-products .Apic:before { top: 0; }
X.A-products .Acarousel .Aitems .Acolumn:hover .Apic img {
	top: -1.5vw;
	width: 18vw;
	height: 18vw;
}



.A-contact {
	padding: 64px 5vw;
	background: white;
}

.A-contact .Col1 { padding-right: 64px; }
.A-contact h3 {
	margin: 0 0 16px;
	font: 700 40px var(--fontB);
}







.A-content-B { padding: 0; }
.page-template-page-B header nav ul {
	text-align: right;
}
.page-template-page-B header nav ul li {
	display: block;
	margin: 12px 0;
}
.page-template-page-B header {
	padding: 96px 10% 24px 55%;
    text-align: right;
	background: transparent;
	z-index: 9;
}
.page-template-page-B header .A-logo img {
	width: 220px;
	max-height: unset;
}
.page-template-page-B .A-home-top-B {
	position: relative;
    height: calc(5vw + 400px);
	padding-right: 10%;
	z-index: 9;
	color: white;
	text-align: right;
}
.page-template-page-B .A-home-top-B .Col1 {
	flex: 0 0 auto;
	width: 30%;
}
.page-template-page-B .A-home-top-B .Col2 {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
	padding-top: 180px;
}
.page-template-page-B .A-home-top-B h2 {
	margin: 16px 0 0px;
	font: 300 48px var(--fontB);
	line-height: 0.9;
	color: var(--colorA);
}
.page-template-page-B .A-home-top-B h3 {
	margin: 0 0 8px;
	font: 700 32px var(--fontB);
	line-height: 0.9;
	color: var(--colorB);
}
.page-template-page-B .A-home-top-B p {
	width: 30vw;
	text-align: right;
	color: hsla(0, 0%, 100%, 0.7);
	color: var(--colorB);
}



.A-home-slider .Col1 { display: none; }
.A-home-slider .Col2 {
	width: 100%;
	text-align: center;
}
.A-home-slider .Col2 > div {
	width: 1100px;
	margin: 0 auto;
}












.A-author-info {  }
.A-author-info .author_link { display: block; margin-top: 16px; }
#author-description > p { margin: 0; }
#author-description h2 { margin: 0; }
#author-description .bio {}
.A-archive .A-page-title.author { margin-bottom: 48px; }


/* 	--------------
	ARCHIVE
 	-------------- */
.A-archive { position: relative; }
.A-archive .A-page-title { margin: 0; }
.A-archive .A-subcategories {
	margin-top: 16px;
}
.A-archive .A-subcategories > a {
	margin-right: 16px;
}
.A-archive .A-list {
	display: flex;
	flex-flow: row wrap;
	margin-top: 48px;
}
.A-archive .A-list > a {
	width: 33.333%;
	margin-bottom: 32px;
}
.A-pagination { margin-top: 64px; }
.A-pagination ul {
	display: flex;
    place-content: center;
	padding: 0;
	list-style: none;
}
.A-pagination ul li { margin: 0 8px; }
.A-pagination ul li a { color: black; }




/* 	--------------
	FOOTER
 	-------------- */

.A-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
    padding: 64px 10vw 0;
    border-top: 8px solid var(--colorB);
}
.A-footer-col {
	position: relative;
    width: 50%;
    padding: 16px 48px;
    float: left;
	z-index: 9;
}
.A-footer-col:first-child { text-align: right; }
.A-footer-col .A-logo {
	width: 100%;
	text-align: center;
}
.A-footer-col .A-logo img {
    width: 100%;
	max-width: 300px;
	max-height: 120px;
    height: auto;
	object-fit: contain;
    object-position: right;
}
.A-footer-col h3 {
	margin: 0 0 8px;
	font: 700 28px var(--fontB);
	color: var(--colorB);
}
.A-footer-col label,
.A-footer-col p,
.A-footer-col li,
.A-footer-col a {
    display: block;
	margin: 2px 0;
	font: 400 18px var(--fontA);
	color: hsla(0, 0%, 100%, 0.72);
}
.A-footer-col a { display: inline-block; }
.A-footer-col label { display: inline-block; margin-right: 8px; }
.A-footer-col a:hover { color: var(--colorB);  font-weight: 700; }
.A-footer-col ul { padding: 0; margin: 0; list-style: none; }

footer {
	position: relative; 
	background-color: #222;
}
footer a { text-decoration: none; }
footer .A-social {
	display: flex;
    padding: 32px;
	text-align: center;
}
footer .A-social a {
	margin: 0 16px 0 0;
	cursor: pointer;
}
footer .A-social svg { 
	height: 24px;
	fill: var(--colorA);
	transition: 0.3s all;
}
footer .A-social a:hover svg { fill: var(--colorB); transform: scale(1.2); }

.A-footer-top {
	position: relative;
    top: 4px;
	width: 100%;
    height: 300px;
	margin-top: 96px;
    object-fit: contain;
	line-height: 0;
}
.A-footer-back {
	position: relative;
	width: 100%;
    height: 300px;
    object-fit: cover;
}

.A-footer-created {
	position: relative;
    width: 100%;
    text-align: center;
    padding: 8px;
    background: var(--colorD);
    color: hsla(0, 0%, 100%, 0.65);
	z-index: 9;
}
.A-footer-created a {
	font-size: 14px;
    font-weight: 700;
    color: var(--colorB);
}
.A-footer-created a:hover { color: var(--colorB); }
.A-footer-created img {
    height: 40px;
    margin: 16px 0 8px 0;
}






/* PARALLAX */
.actus-parallax { overflow: hidden; }

.velaki {
    display: none;
    background: var(--colorA);
    position: fixed;
    bottom: 16px;
	left: calc(100% - 64px);
    padding: 8px 12px 12px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    transform: rotate(-90deg) scale(1);
    cursor: pointer;
    z-index: 9999;
    border-radius: 7px;
    box-shadow: -4px 4px 8px hsla(0, 0%, 0%, 0.3);
    transition: 0.3s;
}




form .form-field { margin-bottom: 16px; }
form .form-submit { position: relative; text-align: center; }
form label { padding-left: 12px; color: var(--colorA); }
form input,
form textarea {
	width: 100%;
	padding: 8px 16px;
	font: 400 22px var(--fontA);
	background: var(--colorC);
	border-radius: 24px;
	border: 0;
	outline: 0;
}
form textarea { font-size: 18px; }
form .wpcf7-acceptance:hover label { color: var(--colorB); }
form .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
form .wpcf7-acceptance label { display: flex; }
form input[type="checkbox"] {
	position: relative;
	flex: 0 0 auto;
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
	padding: 0;
	margin-right: 8px;
	background: transparent;
    border: 6px solid var(--colorB);
	border-radius: 0;
	cursor: pointer;
}
form input[type="checkbox"]::before {
    content: "";
	position: absolute;
    width: 16px;
    height: 16px;
    margin: 2px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 20px 20px var(--colorB);
}
form input[type="checkbox"]:checked::before { transform: scale(1); }
form input[type="submit"] { text-align: center; }
form .form-submit:after {
	content: " ";
	position: absolute;
	top: 43px;
	left: 20%;
	width: 80%;
	height: 48px;
	background: url(img/shadow-2.jpg) no-repeat;
	background-size: 100% 100%;
}
form input[type="submit"] {
	position: relative;
	background: var(--colorA);
	color: white;
	cursor: pointer;
}
form input[type="submit"]:hover { background: var(--colorB); }
form input[type="submit"][disabled] {
	background: var(--colorC);
	cursor: not-allowed;
}






/* **************************************************************** */
@media (max-width: 1500px) {
/* **************************************************************** */

	.A-header-text p { padding-left: 36%; }

	.A-categories { padding: 48px 5vw 48px; }
	.A-categories .Apic img { width: 14vw; height: 14vw; }
	.A-products .Apic img,
	.A-categories .Apic:before { width: 17vw; height: 17vw; }
	.A-products { padding: 48px 0; }

}




/* **************************************************************** */
@media (max-width: 1280px) {
/* **************************************************************** */

	
	header.home { padding: 96px 5% 48px 15%; }
	.A-header-text { margin: 56px 0 64px; }
	.A-header-text p { padding-left: 35%; }

	.A-home-top { padding: 64px 10% 64px; }
	.A-home-top .Col1 { width: 35%; }
	.A-home-top h2 { font-size: 40px; }
	
	.measure2 { margin-top: -20px; }
	.measure2:before { top: 28%; }
	
	.A-categories .Apic img { width: 19vw; height: 19vw; }
	.A-products .Apic img,
	.A-categories .Apic:before { width: 22vw; height: 22vw; }
	.A-categories .Apic:before { top: 5vw; }
	.A-products .Apic:before { top: 0; }
	.A-categories .Acarousel[data-navi="sides"] { padding: 0; }
	.A-categories .Acarousel .Aitems .Acolumn {
		width: 33.333%;
		margin-bottom: 7vw;
	}
	
	.A-about { flex-flow: column; }
	.A-about .Col1 {
		width: 100%;
		padding: 0 20vw 32px;
		margin: 0;
	}
	.A-about .Col2 { width: 100%; padding: 0 5vw;  }
	
	
	.A-footer { padding: 64px 5vw 0; }
	.A-footer-top { object-position: bottom; }
	
}






/* **************************************************************** */
@media (max-width: 1024px) {
/* **************************************************************** */

	header.home { padding: 96px 5% 48px 5%; }
	.A-header-text { margin-top: 80px; }
	.A-header-text p { padding-left: 15%; }
	.A-header-text h1 { font-size: 48px; }
	
	.A-home-top .Col1 { width: 40%; }
	
	.A-categories h3 { font-size: 28px; }
	.A-categories .Acarousel .Aitems .Acolumn {
		width: 50%;
	}
	.A-categories { padding: 48px 10vw; }
	.A-products { padding: 48px 0; }
	.A-categories .Apic img { width: 27vw; height: 27vw; }
	.A-products .Apic img,
	.A-categories .Apic:before { width: 30vw; height: 30vw; }
	
	.A-footer-top { height: 260px; }
	
	.A-about-carousel .Aitems { flex-flow: row wrap; }
	.A-about-carousel .Acolumn { margin-bottom: 32px; }
	.A-about-carousel .Apic { margin: 0; }
	.A-about .Col2 { padding: 0;  }
	
	.A-contact { flex-flow: column; }
	.A-contact .Col1 { padding: 0; }
	.A-contact p { text-align: left; }
	
}





/* **************************************************************** */
@media (max-width: 800px) {
/* **************************************************************** */

	header { padding: 64px 5% 48px; }
	header.home {
		padding: 64px 5% 64px 5%;
    	background-position: 60% 35%;
	}
	.A-header-text { margin: 60px 0 32px; }
	.A-header-text p { padding-left: 25%; }
	header .A-logo img { width: 220px; }
	
	.A-header-text h1 { font-size: 40px; }
	
	
	.A-home-top { flex-flow: column; text-align: center; }
	.A-home-top .Col1 { width: 100%; padding: 0 20vw 32px;  }
	.A-home-top .Col2 { width: 100%; padding: 0 5vw;  }
	
	.A-categories { padding: 48px 0vw; }
	.A-categories .Apic:before { top: 7vw; }
	.A-products .Apic:before { top: 0; }
	
	.A-footer-top { height: 200px; }
	
	
}





/* **************************************************************** */
@media (max-width: 640px) {
/* **************************************************************** */

	
	.search-result-list li { margin-bottom: 32px; }
	.search-result-list li .img-placeholder,
	.search-result-list li img { display: none; }

	header { padding: 48px 5% 32px; }
	header.home {
		padding: 48px 5% 96px 5%;
    	background-position: 55% 35%;
	}
	.A-header-text { margin: 32px 0 8px; }
	.A-header-text h1 { font-size: 38px; }
	.A-header-text p { display: none; }
	
	
	.A-home-top .Col1 { padding: 0 15vw 32px;  }
	
	.A-footer { flex-flow: column; padding: 32px 5vw 0; }
	.A-footer-col { width: 100%; text-align: center; }
	.A-footer-col:first-child { text-align: center; }
	.A-footer-back { height: 400px; }
	
	.A-about .Col2 { padding: 0;  }
	
	.A-about .Col1 { padding: 0 10vw 32px; margin: 0; }
	
}



/* **************************************************************** */
@media (max-width: 480px) {
/* **************************************************************** */

	header { padding: 48px 5% 24px; }
	header.home {
		padding: 48px 5% 64px 30%;
    	background-position: 50% 35%;
	}
	header .A-logo img {
    	width: 180px;
		filter: drop-shadow(-4px 6px 12px hsla(0, 0%, 0%, 0.9)) drop-shadow(-4px 6px 12px hsla(0, 0%, 0%, 0.9));
	}
	header nav { margin-top: 8px; }
	.A-header-text h1 { font-size: 40px; }

	.A-home-top { padding: 48px 6%; }
	.A-home-top .Col1 { padding: 0 5vw 32px;  }
	.A-home-top .Col2 { padding: 0;  }
	
	
	.A-categories h3 { font-size: 28px; }
	.A-categories .Acarousel .Aitems .Acolumn {
		width: 100%;
		margin-bottom: 15vw;
	}
	.A-categories .Apic img { width: 60vw; height: 60vw; }
	.A-products .Apic img,
	.A-categories .Apic:before { width: 65vw; height: 65vw; }
	.A-categories .Apic:before { top: 13vw; }
	.A-products .Apic:before { top: 0; }
	
	.A-footer-back { height: 430px; }
	.A-footer-top { margin-top: 0; height: 180px; }
	
	.A-page-content p { text-align: left; }
	.A-products p { text-align: center; }
	
	.A-page-content h1,
	.A-page-title { font-size: 48px; }
	.A-about-carousel { margin: 0 -15vw; }
	
}



/* **************************************************************** */
@media (max-width: 320px) {
/* **************************************************************** */


}












.fontA { font-family: var(--fontA) !important; }
.fontB { font-family: var(--fontB) !important; }
