/* ************cssmenu************ */
#cssmenu {
	--cssMenuHeight: 50px;
    clear: both;
    background: rgba(0,0,0,1);
    background:#000;
    text-align: center;
width: 100%;
	height: 67px;
    margin: 0 auto;
    padding: 0px 0px;
}
#cssmenu *{
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#cssmenu a{
	text-decoration: none;
}
#cssmenu > ul {
	display: -webkit-flex;
	display: flex;
	align-items: center; /*vertical*/
	justify-content: center; /*horizontal*/
	/*width: 100%;*/
	margin: 0;
	padding: 0px 0px;
    width: calc(var(--content-width, 75vw));
}
#cssmenu > ul > li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
    height: 67px;
}
#cssmenu > ul > li > a {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	align-items: center; /*vertical*/
	justify-content: center; /*horizontal*/
	height: 67px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: proxima-nova, sans-serif;
	font-size: 22px;
    font-weight: 300;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	/*padding:6px 10px 0 10px;*/
	/*text-shadow: 0px 1px 2px #000;*/
	border-top:6px solid black;
	border-bottom:6px solid black;
	position:relative;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li:focus-within > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li > a:active,
#cssmenu > ul > li > a:focus {
	/*color: #f37e20;
	text-shadow: 0px 2px 6px #000;*/
	/*-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);*/
	background: rgb(110,110,110); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(110,110,110,1) 0%, rgba(64,64,64,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(110,110,110,1) 0%,rgba(64,64,64,1) 100%);
	background: linear-gradient(to bottom,  rgba(110,110,110,1) 0%,rgba(64,64,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e6e', endColorstr='#404040',GradientType=0 );
	border-top: 6px solid #6bb52a;
	border-bottom: 6px solid #404040;
}
#cssmenu > ul > #headerservices:hover > a,
#cssmenu > ul > #headerservices:focus-within > a,
#cssmenu > ul > #headerservices > a:hover,
#cssmenu > ul > #headerservices > a:active,
#cssmenu > ul > #headerservices > a:focus{
	border-top-color: #6bb52a;
}
#cssmenu > ul > #headerportfolio:hover > a,
#cssmenu > ul > #headerportfolio:focus-within > a,
#cssmenu > ul > #headerportfolio > a:hover,
#cssmenu > ul > #headerportfolio > a:active,
#cssmenu > ul > #headerportfolio > a:focus{
	border-top-color: #f57d20;
}
#cssmenu > ul > #headercontact:hover > a,
#cssmenu > ul > #headercontact:focus-within > a,
#cssmenu > ul > #headercontact > a:hover,
#cssmenu > ul > #headercontact > a:active,
#cssmenu > ul > #headercontact > a:focus{
	border-top-color: #cccccc;
}
#services #headerservices > a,
.services-page #headerservices > a{
	/* https://colorzilla.com/gradient-editor/#66a828+0,6bb52a+55 */
	background: #6bb52a !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #66A828 0%, #6bb52a 55%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #66A828 0%, #6bb52a 55%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #66A828 0%, #6bb52a 55%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66A828', endColorstr='#6bb52a',GradientType=0 ) !important; /* IE6-9 */
	border: none !important;
}
#portfolio #headerportfolio > a{
	/* https://colorzilla.com/gradient-editor/#d86f1e+0,f57d20+55 */
	background: #f57d20 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #d86f1e 0%, #f57d20 55%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d86f1e 0%, #f57d20 55%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d86f1e 0%, #f57d20 55%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86f1e', endColorstr='#f57d20',GradientType=0 ) !important; /* IE6-9 */
	border: none !important;
}
#contact #headercontact > a{
	background: #939393 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #939393 55%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #666666 0%, #939393 55%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #666666 0%, #939393 55%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#939393',GradientType=0 ) !important; /* IE6-9 */
	border: none !important;
}

/* Menu Drop */
.menuDropBtn{
	display: none;
}
.menuitem.menuDrop:after{
    position: relative;
    content: "";
    width: 0;
    height: 0;
    top: 15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #404040;
    z-index: 99999;
    opacity: 0;
	pointer-events: none;
}
.menuitem.menuDrop:not(#headerportfolio):hover:after,
/* .menuitem.menuDrop:not(#headerportfolio):focus-within:after, */
#portfolio #headerportfolio:after,
#contact #headercontact:after{
	opacity: 1;
}
#services #headerservices:after,
.services-page #headerservices:after{
	border-top-color: var(--natek-secondary);
}
#portfolio #headerportfolio:after{
	border-top-color: var(--natek-primary);
}
.menuDropContent{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	box-sizing: border-box;
/*     padding: 15px calc(0.2vw + 5px) 0 calc(0.2vw + 5px); */
	background: #ffffff;
}
.menuDrop:hover .menuDropContent/* ,
.menuDrop:focus-within .menuDropContent */{
	display: block;
}
#portfolio #headerportfolio .menuDropContent,
#contact #headercontact .menuDropContent{
	display: none;
}
.menuDropMore{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.4em 2.75em 1em 2.75em;
    background: #ffffff;
    z-index: 101;
    border-radius: 0px 0px 100% 100% / 0px 0px 200% 200%;
    color: var(--natek-primary);
    box-shadow: 0px 0.8vw 0.8vw -0.3vw rgba(0,0,0,0.3);
}
#headerservices .menuDropMore{
    color: var(--natek-secondary);
}
.menuDropMore:hover,
.menuDropMore:active,
.menuDropMore:focus{
    color: #ffffff !important;
}
.menuDropMore:before{
	content: '';
	position: absolute;
	top: 0;
    left: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    border-radius: 0px 0px 100% 100% / 0px 0px 200% 200%;
    z-index: -1;
    background: none;
}
.inbServices + .menuDropMore:before{
	background: rgba(var(--natek-secondary-rgb), 0.1);
}
.inbPortfolio + .menuDropMore:before{
	background: rgba(var(--natek-primary-rgb), 0.1);
}
.menuDropMore:hover:before,
.menuDropMore:active:before,
.menuDropMore:focus:before{
    background: var(--natek-primary) !important;
}
.inbServices + .menuDropMore:hover:before,
.inbServices + .menuDropMore:active:before,
.inbServices + .menuDropMore:focus:before{
    background: var(--natek-secondary) !important;
}

#headerlogomobile{
	display: none !important;
}
#headerlogodesktop{
	display: block;
    width: 280px;
    height: 59px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    /*left: 11%;*/
    left: calc(12.5% - 27px);
    /*background-color: rgba(255,255,255,0.2);*/
    background-image: url("../images/natek-logo-wide.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#cssmenu #logo a img{
	width:45px;
	height:45px;
	background:none;
}
#cssmenu #first {} 
#cssmenu .menuspacer {
    /*max-width: 26%;
    min-width: 26%;*/
	/*max-width: 350px;
    min-width: 350px;*/
    background: none;
}
#cssmenu #menuspacerone{
    /*max-width: 40%;
    min-width: 40%;*//* Change back when there are 4 menu items */
	max-width: 50%;
    min-width: 50%;
}
#cssmenu #menuspacertwo{
    max-width: 11%;
    min-width: 11%;
}
#cssmenu .menuline{
    width: 2px;
    max-width: 2px;
    min-width: 2px;
    margin: 0 -1px;
    z-index: 1;
    height: 60px;
    background: #fff;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(150,150,150,0) 0%, rgba(150,150,150,1) 50%, rgba(150,150,150,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(150,150,150,0) 0%,rgba(150,150,150,1) 50%,rgba(150,150,150,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(150,150,150,0) 0%,rgba(150,150,150,1) 50%,rgba(150,150,150,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	pointer-events: none;
}
#cssmenu #last {}
#width {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0px 2px 3px #000;
}




#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    list-style: none;
}
/*#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    clear: both;
    visibility: hidden;
}*/
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    position: relative;
}
#cssmenu > ul {
    position: relative;
    margin: 0 auto;
	/*width: calc(75vw + 28px + 24px - 8px);*/
}
#cssmenu > ul > li > a{
cursor: pointer;
}
#cssmenu > ul > li {} #cssmenu.align-center > ul {} #cssmenu.align-center > ul > li {} #cssmenu.align-center ul ul {} #cssmenu.align-right > ul > li {} #cssmenu > ul > li > a {} #cssmenu > ul > li:hover > a,
#cssmenu > ul > li {} #cssmenu.align-center > ul {} #cssmenu.align-center > ul > li {} #cssmenu.align-center ul ul {} #cssmenu.align-right > ul > li {} #cssmenu > ul > li > a {} #cssmenu > ul > li:focus-within > a,
#cssmenu ul ul li:hover > a {} #cssmenu > ul > li.has-sub > a,
#cssmenu ul ul li:focus-within > a {} #cssmenu > ul > li.has-sub > a {
    padding-right: 28px;
    padding-right: 0px;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 32px;
    right: 16px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
    display: none;
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 29px;
    right: 19px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: none;
}
#cssmenu > ul > li.has-sub:hover > a:before,
#cssmenu > ul > li.has-sub:focus > a:before {
    top: 32px;
    height: 0;
    display: none;
}
/* **************************************** */
#cssmenu ul ul {
    position: absolute;
    z-index: 300;
    left: -9999px;
    display: none;
}
#cssmenu ul > ul > li {}
#cssmenu > ul > li:hover > ul,
#cssmenu > ul > li:focus-within > ul {
    left: 0;
    right: 0;
    display: block;
	justify-content: center;
}
#cssmenu li:hover ul li {}

/* UNUSED Drop - .dropwrapper and .drop */
#cssmenu .dropwrapper {
    /*box-shadow: 0px 2px 2px #333;
    background: #fff;
    background: rgba(255, 255, 255, 1.0);*/
    box-sizing: border-box;
    height: initial;
    height: auto;
	/* min-width: 1100px; */
	max-width: 1500px;
    box-shadow: 0px 4px 25px -10px #000000;
    background: #000;
    background: rgb(0, 0, 0);
    margin: 0 auto;
    padding: 30px 40px 50px 40px;
}
#headerportfolio .dropwrapper{
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#fefefe',GradientType=0 );
    border-top: 8px solid #f47d20;
    border-bottom: 8px solid #f47d20;
    padding: 25px;
}
#cssmenu #feat.dropwrapper {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 250px);
}
.dropwrapper ul, .dropwrapper li {
    margin: 0;
    padding: 0;
}
#cssmenu li.drop {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 1;
    /*min-width: 210px;
    max-width: 230px;*/
    margin-right: 0px;
}
.menuitem > a{
	font-weight:bold;
}
.menuitem h4.button {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

/* UNUSED Drop - .dropwrapper and .drop */
#cssmenu .menuitem li.drop {
/* 
	display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
*/
	width: 100%;
    padding: 0px 0px;
}

.menuitem .column {
	display: block;
    position: relative;
    /* top: 8px; */
    /* min-width: 350px; */
    min-height: 240px;
	margin: 0 1%;
	padding: 0px 0px;
    flex: 1;
    overflow: auto;
}

#cssmenu .headerportfolioblock{
	background-image: url("../images/services/cbc.jpg");
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    width: calc(25% - 12px);
    height: auto;
    padding-bottom: calc(25% - 12px);
    margin: 6px;
    position: relative;
}
#cssmenu .headerportfolioblock:hover,
#cssmenu .headerportfolioblock:focus-within{
	opacity:0.85;
}
#cssmenu .headerportfolioblock img{
	margin:20px auto;
}
#cssmenu .headerportfolioblock h4{
    text-align: center;
    width: 100%;
    margin: 0px auto;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    max-width: 75%;
}
#cssmenu .headerportfolioblockinner{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0;
	right:0;
}

/*.column#featured {
    box-sizing: border-box;
    min-width: 350px;
    background: #eee;
    position: absolute;
    top: -60px;
    right: -40px;
    bottom: -40px;
    top: 0px;
    right: 0px;
    bottom: 0;
    padding: 30px 30px 30px 30px;
}*/
/*.column:last-child {
    min-width: 320px;
    max-width: 320px;
}*/
#cssmenu .list {
    display: block;
    margin: 0px;
    /* min-width: 200px;*/
    /* max-width: 200px;*/
}
#cssmenu h4 {
    text-align: left;
    display: block;
}
#cssmenu .singles {
    display: block;
    flex: 1;
    margin: 0 90px 0px 0;
    min-width: 200px;
    max-width: 200px;
}
/*#cssmenu .list h4, .singles h4 {
    display: block;
    margin: 0 0 3px 0;
    font-size: 15px;
    font-weight: bold;
    color: #00572D;
}*/
#headerportfolio .list h4{
    margin: 0 0 20% 0;
}
.singles h4 a {
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #00572D;
}
.singles h4 a:hover,
.singles h4 a:focus-within {
    text-decoration: underline;
}
.singles h4 {
    margin-bottom: 30px;
}
.singles h4#sale,
.singles h4#sale a {
    color: #FF9000;
}
#headerportfolio .column{
	overflow:hidden;
}
#headerservices .column{
	background:#ddd;
	border-left:5px solid rgba(0,0,0,0.666);
    box-shadow:0px 0px 4px 0px black;
}
#cssmenu .actual {
    display: block;
    left: initial;
    position: initial;
    text-align: left;
    padding: 15px 6px;
}
.actual a, .list a h4 {
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
    padding:5px 10px;
    background:rgba(0,0,0,0.666);
    border-radius:0px 0px 5px 0px;
    box-sizing:border-box;
    margin:15px auto;
    text-shadow: 0px 0px 7px black;
}
#headerservices h4{
    margin:0px auto;
}
#headerportfolio .list:hover h4 a,
#headerportfolio .list:focus-within h4 a,
#headerservices .list:hover h4,
#headerservices .list:focus-within h4{
	color:#f37e20;
}
/* 
#headerservices a{
	color:black;
}
 */
.actual a:hover,
.actual a:focus-within {
    text-decoration: underline;
}
.actual p{
	margin: 3px;
}

#headercontact .column, #headercontact h1{
	text-align:center;
}
.headercontactblock{
    padding: 15px;
    background: #e0e0e0;
    border-radius: 8px;
    text-shadow: 0px 0px 30px #ffffff;
    box-shadow: inset 0px 0px 7px 2px #bfbfbf;
}
.headercontactblock:hover,
.headercontactblock:focus-within{
    box-shadow: inset 0px 0px 17px 2px #6b6b6b;
}
#headercontact .list a{
	border-radius:0px;
	color:#f37e20;
    font-size: 18px;
    font-weight: bold;
}

#cssmenu .featured {
    height: 100%;
}
#cssmenu .featured h4 {
    margin: 0;
    text-align: center;
    color: #d00;
    text-shadow: 1px 1px 0px #fff;
}
#featured h4.button {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 18px;
    left: 30px;
    right: 30px;
}
#cssmenu h4.button a {
    display: block;
    margin: 0px auto;
    padding: 18px 16px;
    border: none;
    /*border-radius: 4px;*/
    background: rgba(10, 10, 10, 0.67);
    /*font-family: Verdana, Geneva, sans-serif;*/
    text-align: center;
    /*text-transform: uppercase;*/
    text-decoration: none;
    font-size: 35px;
    color: #fff;
    box-shadow: inset 0px 0px 7px #555;
}
/*.menuitem #featured .button a {
    color: #FCAF17;
    text-shadow: none;
    font-weight: bold;
}
.menuitem .column#featured {
    background: #fafafa;
}
.menuitem #featured img {
    margin: 30px auto 0 auto;
    width: 82%;
    height: auto;
}*/
/* ******************************** BEGIN MOBILE ******************************** */
/*@media all and (max-width: 1400px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1400px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1400px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1400px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1400px),
only screen and (min-resolution: 192dpi) and (max-width: 1400px),
only screen and (min-resolution: 2dppx) and (max-width: 1400px) {
#cssmenu > ul {
box-sizing: border-box;
	width: calc(100% - 0px);
	margin: 0px auto 0px 30px;
}
}*/
@media all and (max-width: 1300px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1300px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1300px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1300px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1300px),
only screen and (min-resolution: 192dpi) and (max-width: 1300px),
only screen and (min-resolution: 2dppx) and (max-width: 1300px) {
#cssmenu > ul {
	box-sizing: border-box;
	width: calc(var(--content-width-laptop, 85vw));
	margin: 0px auto;
}
#cssmenu > ul > li > a {
	font-size: 20px;
	padding: 0px 2px;
	min-width: 124px;
}
#headerlogodesktop{
    left: calc(7.5vw - 33px);
}
}
@media all and (max-width: 1000px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1000px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1000px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1000px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1000px),
only screen and (min-resolution: 192dpi) and (max-width: 1000px),
only screen and (min-resolution: 2dppx) and (max-width: 1000px) {
/* ******** ACTUAL ******** */
#cssmenu * {}
#cssmenu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	height: var(--cssMenuHeight, 50px);
	z-index: 102;
	display: block;
	width: 100%;
	text-align: left;
}
/*.column#featured,*/
#cssmenu .menuspacer {
	display: none !important;
}
#cssmenu .menuline{
	display: none !important;
}
#services #headerservices:after, #portfolio #headerportfolio:after, #about #headerabout:after, #contact #headercontact:after{
	display:none !important;
}
.menuitem:after{
	display:none !important;
}
#services #headerservices > a,
.services-page #headerservices > a,
#portfolio #headerportfolio > a,
#contact #headercontact > a{
	background: #000000 !important;
}
/* Menu Drop */
.menuDropBtn{
	display: block;
    position: absolute;
    right: 0;
    left: 0;
    box-sizing: border-box;
    padding: 15px 0;
    font-size: 20px;
    z-index: 1;
}
/* 
.menuDropBtn{
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    width: 0;
    box-sizing: border-box;
    padding: 9px 24px;
    background: none;
    border: 1px solid #555555;
    z-index: 1;
}
.menuDropBtn:before,
.menuDropBtn:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 0px;
    border-top: 1px solid #555555;
    transition: all 0.25s;
}
.menuDropBtn:after{
	transform: translate(-50%, -50%) rotate(-90deg);
    border-bottom: 0;
}
 */
.menuDropContent{
	position: static;
	display: none !important;
}
.menuDrop.toggledElement .menuDropContent{
	display: block !important;
}
/* 
.menuDrop.toggledElement .menuDropBtn{
	background: #444444;
	border-color: #ffffff;
}
.menuDrop.toggledElement .menuDropBtn:before{
	border-color: #ffffff;
	width: 0;
}
.menuDrop.toggledElement .menuDropBtn:after{
	border-color: #ffffff;
	transform: translate(-50%, -50%) rotate(0deg);
}
 */
.menuDropContent .innernavbuttons{
/* 
    gap: 0;
    flex-wrap: wrap;
 */
    display: block;
    padding: 0;
    box-shadow: none;
}
.menuDropContent .innernavbuttonitem{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5em 1em 0.5em 1.75em;
    margin: 0 auto;
    background: #444444;
}
.menuDropContent .innernavbuttonitem:not(:focus):hover{
    background: #444444;
}
.menuDropContent .innernavbuttonitem img,
.menuDropContent .innernavbuttonitem p{
	-webkit-filter: brightness(0) invert(1) !important;
	filter: brightness(0) invert(1) !important;
}
.menuDropContent .innernavbuttonitem img{
	width: auto;
    height: 2em;
    margin: 0;
}
.menuDropContent .innernavbuttonitem p{
    margin: 0 0 0 0.6em;
}

/* UNUSED Drop - .dropwrapper and .drop */
#cssmenu .dropwrapper,
#cssmenu li.drop {
	min-width: 0px;
	height: initial;
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
	min-height: 0px;
}
#cssmenu > ul {
	top: 0;
	box-shadow: 0px 5px 2px rgb(51, 51, 51);
	border: 0;
	margin: 0;
	padding: 0px 0;
	height: calc(100vh - var(--cssMenuHeight, 50px));
	background: rgba(0,0,0,0.85);
}
#cssmenu > ul.open {
    display: block !important;
}
#cssmenu > ul > li {
	background:rgba(0,0,0,0.95); /*#00572d;*/
	border: 0;
	margin: 0;
	padding: 0;
	height:initial;
}
#cssmenu > ul > li > a {
	box-sizing: border-box;
height: initial;
	justify-content: flex-start;/*horizontal*/
	border: none !important;
	box-shadow: inset 0px 0px 3px #0c673b;
	margin: 0px 0;
    padding: 15px 30px;
	font-size: 20px;
	letter-spacing: 2px;
}
#cssmenu > ul > li > a,
#cssmenu > ul > li > a:hover {
/* 
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
 */
    box-shadow: inset 0px 0px 3px #555555 !important;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li:focus-within > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li > a:active,
#cssmenu > ul > li > a:focus{
	background: #000000;
}
#cssmenu ul {
	display: none;
	min-width: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 999;
	border: none;
	box-shadow: none;
    overflow: auto;
}
#cssmenu ul li {
	width: 100%;
}

/* UNUSED Drop - .dropwrapper and .drop */
#cssmenu .dropwrapper {/* ul ul */
	top: 42px;
	border: 1px solid #1c774b;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-width: 1px 0px;
	box-shadow: 0px 10px 10px 2px #000;
	box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.8);
	background: #000;/*#046235*/
}
#cssmenu .drop {/* ul ul li */
}

#cssmenu .column {/* ul ul li span */
	background: none;/*#046235*/
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
}
#cssmenu .list,
#cssmenu .singles {/* ul ul li span span */
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
}
#cssmenu h4,
#cssmenu h4 a {/* ul ul li span span h4 */
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 10px 10px 10px 30px;
	font-size: 30px !important;
	font-weight: bold !important;
	color: #fff !important;
	text-shadow: 1px 1px 1px #000;
}
#cssmenu h4 a {
	padding: 0;
}
#cssmenu #i a {
	display: inline;
}
#cssmenu #i i {
	padding-left: 6px;
	font-weight: normal;
	color: #fcaf17;
	font-size: 12px;
}
#cssmenu h4#sale a {
	color: #fcaf17 !important;
}
#cssmenu h4:hover,
ul ul a:hover {} #cssmenu > ul > li:hover > a {
	box-shadow: none;
}

/* UNUSED Drop - .dropwrapper and .drop */
#cssmenu .drop:hover > a {
	box-shadow: none;
}

#cssmenu > ul > li.has-sub > a:after,
#cssmenu > ul > li.has-sub > a:before,
#cssmenu ul ul > li.has-sub > a:after,
#cssmenu ul ul > li.has-sub > a:before {
	display: none;
}
.actual li {
	box-sizing: border-box;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
}
.actual a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	min-width: 100%;
	background: #0c673b;
	margin: 0;
	padding: 10px 10px 10px 45px;
	font-size: 14px;
	font-weight: normal !important;
	color: #fff !important;
}
#logo{
	display:none !important;
}
/* *************** Menu Drop *************** */
/* UNUSED Drop - .dropwrapper and .drop */
.menuitem .dropwrapper {
	padding: 0px 0px 10px 0px;
}
.menuitem .drop {
	margin: 0;
	padding: 0;
}

.menuitem .column {
	margin: 0;
	padding: 0;
	min-width: 100%;
	min-height: 0px;
	display: inline-block !important;
	overflow: initial;
}

.menuitem img {
/* 	display: none; */
}
.menuitem h4.button {
	position: initial;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0px;
}
.menuitem h4.button a {
	border-radius: 0px;
	border: 0px solid #fff;
	box-shadow: none;
	background: none;
	width: 100%;
	margin: 0px auto;
	padding: 10px 30px;
	text-align: left;
	font-size: 13px !important;
	color: #fff !important;
}
.menuitem .column:last-child h4.button a {
	/*border-radius: 6px;
	border: 1px solid #fcaf17;
	box-shadow: 1px 2px 3px #000;
	width: 180px;
	margin: 10px 0 0 20px;
	padding: 8px 0;
	text-align: center;*/
	color: #fcaf17 !important;
}
/*.menuitem h4.button a:hover{
background: #046235;
}*/
/* *************** BUTTONS and MENU BAR *************** */
#headerlogomobile{
    display: block !important;
    background-image: url("../images/natek-logo-wide-mobile.png");
    background-size: cover;
    width: 190px;
    height: 40px;
    content: "";
    position: absolute;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 50%;
    /*left: 2%;*/
    left: calc(7.5vw - 33px);
    z-index: 9999;
}
#headerlogodesktop{
	display: none !important;
}

#cssmenu #menu-button {
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 999;
	width: 100%;
/* 	margin-right: 25px; */
	padding: calc(var(--cssMenuHeight, 50px) / 2) 17px;
    background:rgba(0,0,0,0.777);/*#00572d;*/
	box-shadow: 0px 2px 2px #211;
    color: rgba(0,0,0,0);
	cursor: pointer;
	font-size: 0;
	text-transform: uppercase;
	font-weight: normal;
}
#cssmenu #menu-button.menu-opened {
    background:rgba(0,0,0,0.888);
}
#cssmenu #menu-button:after {
	position: absolute;
	top: 23px;
	/*right: 17px;*/
	right: calc(7.5vw - 33px);
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	content: '';
}
#cssmenu #menu-button:before {
	position: absolute;
	top: 17px;
	/*right: 17px;*/
	right: calc(7.5vw - 33px);
	display: block;
	height: 2px;
	width: 20px;
	background: #ddd;
	content: '';
}
.has-sub {
	position: relative;
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	height: 46px;
	width: 1000px;
	cursor: pointer;
}
#cssmenu > ul > li > .submenu-button {}
#cssmenu .submenu-button.submenu-opened {}
#cssmenu ul ul .submenu-button {
	display:none;
	height: 34px;
	width: 34px;
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block !important;
	background: #dddddd;
	content: '';
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block !important;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none !important;
}

/* UNUSED Drop - .dropwrapper and .drop */
#headerportfolio .dropwrapper{
    background: rgb(204,204,204);
    background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#fefefe',GradientType=0 );
    padding:3px 0px;
}

#headerportfolio .list h4, #headerservices .list:nth-child(1) h4{
	margin:0 auto;
}
#cssmenu .headerportfolioblock {
    width: 100%;
    height: 85px;
    margin: 3px 0px;
}
#headerservices .list{
    box-shadow: inset 0px 0px 7px #555;
    margin:15px;
	width:auto;
	border-radius:0;
    background: rgba(10, 10, 10, 0.666);
}
#headerservices .list h4{
	text-align:center;
}
#headerservices .column:nth-child(1) .list:nth-child(3), #headerservices .column:nth-child(2) .list:nth-child(3){
	margin-bottom:0;
}
#headerservices .column{
	box-shadow:none;
}
/*#headerservices .column:nth-child(1) .list:nth-child(1) h4{
	margin-top:20px;
}
#headerservices .column:nth-child(3) .list:nth-child(3) h4{
	margin-bottom:20px;
}*/
#cssmenu h4{
	padding:10px;
}
#cssmenu h4.button a{
    padding: 9px;
}
#headercontact h1{
    text-align: center;
    font-size: 24px;
}
#headercontact .column:nth-child(3){
	margin-bottom:15px;
}
.headercontactblock{
    background: rgba(255, 255, 255, 0.666);
    width: 85%;
    margin: 10px auto;
    box-shadow: inset 0px 0px 7px #555;
}
submenu-opened{
	background:rgba(0,0,0,0.99);
}
.actual a, .list a h4{
	background:none;
}
#headercontact .list a{
	color:#000;
}
#cssmenu .list:hover h4, #cssmenu .list:hover a, #cssmenu .list:hover{
	color:#f37e20 !important;
}

#opening{
    width: 95%;
}

}
@media all and (max-width: 700px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 700px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 700px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 700px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 700px),
only screen and (min-resolution: 192dpi) and (max-width: 700px),
only screen and (min-resolution: 2dppx) and (max-width: 700px) {
#headerlogomobile{
	left: 2%;
}
#cssmenu #menu-button:after, #cssmenu #menu-button:before {
	right: 17px;
}
}
/* end mobile */