/*
Theme Name: Entra Sverige AB
Author: creationet.eu
Author URI: http://creationet.eu/
Description: Entra Sverige AB
Version: 1.0
*/


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic.woff2') format('woff2'),
        url('fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



html {
	scroll-behavior:smooth;
	overflow-x:hidden;
 	width:100vw;
 	max-width:100vw;
}
 
body {
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	font-weight:400;
	font-display: swap;
	line-height:24px;
	color:#000;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}

a {
	color:#AFAF8B;
	text-decoration:underline;
}

a:hover {
	color:#b5b593;
	text-decoration:underline;
	transition-duration:0.3s;
}

p {
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	font-weight:400;
	font-display: swap;
	line-height:24px;
	color:#000;
	margin:0px 0px 24px 0px;
	padding:0px;
}

button:active, button:focus, input:focus, textarea:focus {
  outline: 0;
  border: none;
}

h1 {
	font-size:56px;
  font-weight:300;
	color:#000;
	text-decoration:none;
	line-height:60px;
  margin:0px 0px 36px 0px;
	padding:0px 0px 0px 0px;
}

h2 {
	font-size:50px;
  font-weight:300;
	color:#000;
	text-decoration:none;
	line-height:56px;
  margin:0px 0px 36px 0px;
	padding:0px 0px 0px 0px;
}

h3 {
	font-size:56px;
  font-weight:300;
	color:#000;
	text-decoration:none;
	line-height:60px;
  margin:0px 0px 36px 0px;
	padding:0px 0px 0px 0px;
}

h4 {
	font-size:46px;
  font-weight:300;
	color:#000;
	text-decoration:none;
	line-height:50px;
  margin:0px 0px 36px 0px;
	padding:0px 0px 0px 0px;
}

h5 {
	font-size:36px;
  font-weight:300;
	color:#000;
	text-decoration:none;
	line-height:42px;
  margin:0px 0px 36px 0px;
	padding:0px 0px 0px 0px;
}

h6 {
	font-size:26px;
  font-weight:300;
	color:#000;
	text-decoration:none;
	line-height:36px;
  margin:0px 0px 36px 0px;
	padding:0px 0px 0px 0px;
}


.btn-primary {
	font-size:16px;
	font-weight:400;
	color:#000;
	text-decoration:none;
	padding:16px 57px 16px 30px;
	margin:0px;
	background:url('images/btn-primary.svg') no-repeat transparent;
	background-position: right 29px top 20px;
	border:2px solid #AFAF8B;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	transition-duration:0.3s;
	position: relative;
}

.btn-primary:hover {
	font-size:16px;
	font-weight:400;
	color:#fff;
	text-decoration:none;
	padding:16px 57px 16px 30px;
	margin:0px;
	background:url('images/btn-primary-w.svg') no-repeat #AFAF8B;
	background-position: right 29px top 20px;
	border:2px solid #AFAF8B;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	transition-duration:0.3s;
	position: relative;
}



.btn-secondary {
	font-size:16px;
	font-weight:400;
	color:#fff;
	text-decoration:none;
	padding:16px 57px 16px 30px;
	margin:0px;
	background:url('images/btn-primary-w.svg') no-repeat #AFAF8B;
	background-position: right 29px top 20px;
	border:2px solid #fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	transition-duration:0.3s;
	position: relative;
}

.btn-secondary:hover {
	font-size:16px;
	font-weight:400;
	color:#AFAF8B;
	text-decoration:none;
	padding:16px 57px 16px 30px;
	margin:0px;
	background:url('images/btn-primary.svg') no-repeat #fff;
	background-position: right 29px top 20px;
	border:2px solid #fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	transition-duration:0.3s;
	position: relative;
}



.fluid-1920 {
	width: calc(100% - 0px);
  padding: 0px 15px;
	max-width:1920px;
}

@media (min-width: 992px) {
	header .fluid-1920 {
	/* 	padding:0px;
		width: calc(100% - 15px); */
	}
}

.nopad-l {
	padding-left:0px;
}

.nopad-r {
	padding-right:0px;
}



.burger {
	display:none;
}

.top-sep {
	height:151px;
}

header {
	width: 100vw;
	/* width:calc(100% + 0px); */
	height: 151px; 
/* 	padding: 0px; */
	z-index:9999;
	position: fixed;
	background: #fff;
}

.navbar-brand {
	
	padding:0px;
	margin:0px;
}

.logo-entra {
	width:380px;
	height:auto;
	margin:0px 0px 0px 0px;
	position: relative;
}

.logo-drutex {
	width:150px;
	height:auto;
	margin:0px 0px 0px 40px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.navbar {
	padding:0px !important;
}

.header-menu {
	background:#000;
	position: relative;
}

.main-menu ul.dropdown-menu li > ul.dropdown-menu {
  left: 100%;
	top: 0;
}

.main-menu ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block;
}

.main-menu .dropdown-toggle::after {
	display: none;
}

.main-menu {
	margin:0px 0px 0px 0px;
}

.main-menu .nav-link {
	margin: 0;
	padding: 0;
}

.main-menu li, .main-menu .current_page_item {
	margin:0px;
	padding:0px;
	display: inline-block;
}

.main-menu li:before {
	display: none;
}

.main-menu > li > a {
	height:150px;
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	letter-spacing:0px;
	line-height:150px;
	padding:0px 14px 0px 14px !important;
	margin:0px!important;
	display:inline-block;
	position: relative;
	transition-duration:0.3s;

}

.main-menu > li > a:hover, .main-menu > li.show > a, .main-menu > .dropdown:hover > a  /* , .main-menu .current_page_item a */ {
	height:150px;
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	letter-spacing:0px;
	line-height:150px;
	padding:0px 14px 0px 14px !important;
	margin:0px !important;
	background: #333;
	display:inline-block;
	position: relative;
	transition-duration:0.3s;
} 

.main-menu > li > .dropdown-menu {
	padding:0;
  margin:0 0 0 10px;
  list-style: none;
  border:none;
  border-radius:0px;
}

.main-menu > li:hover > .dropdown-menu {
	display: block;
}

.main-menu > li > .dropdown-menu > li {
	width: 315px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.main-menu > li > .dropdown-menu > li > a {
	height: 73px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	line-height: 76px;
	background:#333 right 26px center;
	border-bottom: 2px solid #2d2d2d;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 65px !important;
	position: relative;
}

.main-menu > li > .dropdown-menu > li > a:hover, .main-menu > li > .dropdown-menu > li.show > a,  .main-menu > .dropdown:hover > .dropdown-menu > .dropdown:hover > a {
	background:url('images/arrow-menu-sub.svg') no-repeat right 26px center #2d2d2d;
}

.main-menu > li > .dropdown-menu > li > a > img {
	left:15px;
	top:25px;
	position: absolute;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu {
	width: 476px;
 	background: #2D2D2D;
	padding:0;
  margin:0 0;
  list-style: none;
  border:none;
	border-radius:0px;
}
.main-menu > li > .dropdown-menu > li > .dropdown-menu > li:before {
	content: '';
	width:1px;
	height: 70px;
	background:#4d4d4d;
	top:0px;
	left:0px;
	position:absolute;
	display: block;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li:first-child:before {
	display: none;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li:nth-child(2), .main-menu > li > .dropdown-menu > li > .dropdown-menu > li:nth-child(4) {
	width: 237px;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li:first-child {
	border-left: none;
}

 .main-menu > li > .dropdown-menu > li > .dropdown-menu > li {
	height:100% !important;
	top:0 !important;
	bottom: 0 !important; 
	float: left !important;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li {
	width: 238px;
	height: 100%;
	padding:0 !important;
	margin:0 -4px 0px 0px !important;
	vertical-align: top !important;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li:nth-child(3), .main-menu > li > .dropdown-menu > li > .dropdown-menu > li:nth-child(5), .main-menu > li > .dropdown-menu > li > .dropdown-menu > li:nth-child(7), .main-menu > li > .dropdown-menu > li > .dropdown-menu > li:nth-child(9) {
	clear: both;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li > a, .main-menu > li > .dropdown-menu > li > .dropdown-menu > li > a:hover {
	height: 70px;
	font-size: 14px;
	font-weight: 700;
	color:#AFAF8B;
	background: #2d2d2d;
	line-height: 19px;
	text-decoration: none;
	white-space: normal; 
	padding:20px 20px 0px 30px !important;
	display: block;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu {
	width: 239px;
	padding:0;
  margin:0 0;
  list-style: none;
  border:none;
	border-radius:0px;
	display: block;
 	position: static; 
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li:last-child .dropdown-menu {
	width: 238px;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu li {
	display: block;
	margin:0px 0px 0px 0px !important;
	background: #2d2d2d;
}
.main-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu li a {
	font-size: 16px;
	font-weight: 400;
	color:#fff;
	line-height: 19px;
	text-decoration: none;
	display: block;
	white-space: normal;
	background: #2d2d2d;
	padding: 19px 35px;
	border-left: 1px solid #4d4d4d !important;
	border-bottom: 1px solid #4d4d4d !important;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu li a:hover {
	background: #333;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu li:last-child a {
	border-bottom: none !important;
}

.main-menu > li > .dropdown-menu > li > .dropdown-menu > li:first-child >  .dropdown-menu a  {
	border-left: none !important;
	
}

.header-socials {
	background:#AFAF8B;
}

.header-socials ul {
	margin:0px;
	padding:0px;
	text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.header-socials ul li {
	margin: 0px 6px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

.before-slider {
	position: relative;
}

.before-slider div {
	width:100%;
	height:417px;
	background: #000;
	bottom: 0px;
	position: absolute;
}

.after-slider div {
	width:100%;
	height:358px;
	background: #000;
	position: absolute;
}

.front-row {
	position: relative;
}

.side-menu {
	width: 50%;
	margin:0px;
	padding:0px;
	background:#000;
	right:0px;
	top:0px;
	position: absolute;
	z-index: 9991;
}
@media (min-width:576px) {
	.side-menu {
		width: 25%;
	}
}
@media (min-width:768px) {
	.side-menu {
		width: auto;
		right:8.333333%;
		background:#afaf8b;
		padding:0px 10px;
	}
}
@media (min-width:1200px) {
	.side-menu {
		width:8.333333%;
		padding:0px 5px;
		right:0px;
		background:#000;
		top:10px;
	}
}
@media (min-width:1600px) {
	.side-menu {
		top:10px;
	}
}

.side-menu li {
	margin:0px;
	padding:0px;
	list-style:none;
}

.side-menu li a {
	width: 100%;
	font-size:12px;
	font-weight:700;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin:10px 0px;
	display: block;
}
@media (min-width: 576px) {

}
@media (min-width: 1500px) {
	.side-menu li a {
		font-size:14px;
	}
}
@media (min-width: 1700px) {
	.side-menu li a {
		font-size:16px;
	}
}

.side-menu li a:hover {
	color:#bdbdbd;
	text-decoration:none;
}

.handla-menu {
	width: 50vw;
	display: block;
	margin:0px;
	padding:0px;
	left:calc(-50vw - 15px);
	top:70px;
	position: absolute;
	display:none;
}
@media (min-width:576px) {
	.handla-menu {
		width:unset;
		left:-90px;
		top:0px;
		display:block;
	}
}
@media (min-width:768px) {
	.handla-menu {
		left:-40px;
	}
}
@media (min-width: 992px) {
	.handla-menu {
		top:unset;
		left:-80px;
	}
}
@media (min-width: 1200px) {
	.handla-menu {
		left:-70px;
	}
}
@media (min-width: 1600px) {
	.handla-menu {
		left:-42px;
	}
}

.handla-menu li {
	margin:0px;
	padding:0px;
	list-style:none;
}

.handla-menu li a {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	margin:0px;
	padding:10px 12px;
	background:#AFAE8F;
	display: block;
}
@media (min-width:576px) {
	.handla-menu li a {
		width:unset;
		text-transform: none;
	}
}
@media (min-width: 1200px) {
	.handla-menu li a {
		font-size:12px;
	}
}
@media (min-width: 1400px) {
	.handla-menu li a {
		padding:14px 30px;
	}
}
@media (min-width: 1600px) {
	.handla-menu li a {
		font-size: 14px;
	}
}
@media (min-width: 1870px) {
	.handla-menu li a {
		font-size: 16px;
		padding:16px 36px;
	}
}

.handla-menu li a:hover {
	text-decoration:none;
	background:#bcbcbc;
}



.handla-menu.handla-menu-side {
	left:0px;
	top:100px;
	display: block;
	z-index: 9991;
}
@media (min-width:576px) {
	.handla-menu.handla-menu-side {
		display: none;
	}
}




.unhead-handla {
	position: relative;
	padding:0px;
}
@media (min-width: 992px) {
	.unhead-handla {
		display: block;
	}
}

.unhead-handla .handla-menu {
	width:100%;
	height:100%;
	display: flex;
	flex-wrap:nowrap;
	margin:0px;
	padding:0px;
	left:unset;
	top:unset;
	position: relative;
}
@media (min-width: 992px) {
	.unhead-handla .handla-menu {
		width:33.3333%;
	}
}

.unhead-handla .handla-menu li {
	width:100%;
	min-width: 100%;
	height:100%;
}

.unhead-handla .handla-menu li a {
	width:100%;
	min-width: 100%;
	height:100%;
	font-size:18px;
	font-weight: 600;
	text-transform:none;
	padding: 20px 10px;
	color:#000;
	background: #F3F3F3;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media (min-width: 768px) {
	.unhead-handla .handla-menu li a {
		padding:44px 10px 10px 10px;
	}
}
@media (min-width: 1200px) {
	.unhead-handla .handla-menu li a {
		padding:20px 10px;
	}
}
@media (min-width: 1600px) {
	.unhead-handla .handla-menu li a {
		font-size: 22px;
		padding: 20px 10px;
	}
}

.unhead-handla .handla-menu li a::before {
	content:'';
	width:26px;
	height:26px;
	background:url('images/ico-handla.svg') no-repeat;
	background-size:26px 26px;
	margin-right: 22px;	
}
@media (min-width: 768px) {
	.unhead-handla .handla-menu li a::before {
		top:36px;
		left:calc(50% - 13px);
		position: absolute;
	}
}
@media (min-width: 992px) {
	.unhead-handla .handla-menu li a::before {
		content:'';
		width:34px;
		height:34px;
		background:url('images/ico-handla.svg') no-repeat;
		background-size:34px 34px;
		display: block;
		top:30px;
	}
}
@media (min-width: 1200px) {
	.unhead-handla .handla-menu li a::before {
		margin-right: 22px;
		top:unset;
		left:unset;
		position: relative;
	}
}
@media (min-width: 1600px) {
	.unhead-handla .handla-menu li a::before {
		width:42.98px;
		height:42.98px;
		background-size:42.98px 42.98px;
	}
}

.unhead-handla .handla-menu li a:hover {
	background:#f9f9f9;
}

.mainslider {
	width:100%;
	height:775px;
	position: relative;
}

.mainslider img {
	height:775px;
	object-fit: cover;
	z-index: 980;
}

.carousel-text {
	width:100%;
	color:#fff;
	text-align: center;
	bottom:35px;
	padding: 0px 30px;
	position: absolute;
	z-index: 986;
}

.carousel-cover {
	width:100%;
	height:775px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	opacity: .33;
	position: absolute;
	z-index: 982;
}

.mainslider .owl-dots {
	width:8vw;
	height: 417px;
	text-align: center;
	bottom:0;
	right:-8vw;
	position: absolute;
	z-index: 9999;
}

.mainslider .owl-dot {
	width:12px;
	height: 12px;
	background: #919191 !important;
	display: block;
	margin:22px;
	border-radius:50%;
	left:calc(50% - 24px);
	top:120px;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	position: relative;
	transition-duration:0.3s;
}

.mainslider .owl-dot.active {
	width:12px !important;
	height: 12px !important;
	background:#fff !important;
	display: block;
	margin:22px;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(145,145,145,1);
	-moz-box-shadow: 0px 0px 0px 6px rgba(145,145,145,1);
	box-shadow: 0px 0px 0px 6px rgba(145,145,145,1);
	position: relative;
	transition-duration:0.3s;
}

.mainslider .owl-dot:active, .owl-dot:focus {
  outline: 0;
  border: none;
}

.unhead-contact-offset {
	height: 153px;
	background:#000;
}

.unhead-contact {
	background:#000;
}

.unhead-contact p {
	color:#fff;
	text-align: right;
	white-space: pre-wrap;
 	margin: 0px 35px 0px 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
	display: table;
}

.unhead-phone {
	text-align: center;
	background:#AFAF8B;
}

.unhead-phone a, .unhead-phone a:hover {
	font-size:22px;
	font-weight: 400;
	color:#fff;
	line-height: 30px;
	text-decoration: none;
	display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.unhead-phone img {
	margin:-10px 25px 0px 0px;
	transition-duration:0.3s;
}

.unhead-phone a:hover img {
	margin:-10px 15px 0px 0px;
	transition-duration:0.3s;
}


/* sections */

section {
	margin:0px;
	padding: 0px;
}

section.section-padding-top {
	padding-top: 40px;
}
@media (min-width: 992px) {
	section.section-padding-top {
		padding-top: 80px;
	}
}

section.section-padding-bottom {
	padding-bottom: 40px;
}
@media (min-width: 992px) {
	section.section-padding-bottom {
		padding-bottom: 80px;
	}
}


/* section-content */


/* section-content-image */

@media (min-width: 768px) {
	.section-content-image-img-last {
		order: 4;
	}
}

.front-about-us {
	padding:30px 0px;
}

@media (min-width: 768px) {
.front-about-us {
	padding:30px 0px 130px 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
		position: relative;
}
}
@media (min-width: 992px) {
	.front-about-us  {
		padding: 50px 100px 50px 0px;
	}
}

.front-about-us-button {
	padding: 28px 0px 20px 0px;
}

.page-id-248 #section-1 {
    background: url('images/about-us-entra.png') left bottom no-repeat;
}



/* section-content-3columns-links */


/* section-content-image-pricelist */


/* section-gallery */


/* section-faq */


/* section-icons */


/* section-reference */


/* section-suppliers */


/* section-products */


/* section-gallery-carousel */

.realizationsslider {
	background: #000;
}


/* section-partners-carousel */







.front-our-products {
	padding:30px 80px 130px 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
}

.front-our-products .btn-primary {
	margin-top:18px;
	position: absolute;
}

.front-products a {
	height:570px;
	text-align: center;
	display: block;
	position: relative;
}

.front-products-img {
	width:100%;
	height:570px;
	object-fit: cover;
}

.front-products-cover {
	width:100%;
	height: 120px;
	background: #000;
	bottom:0px;
	position: absolute;
	transition-duration:0.3s;
}

.front-products a:hover .front-products-cover {
	height:100%;
	background: rgba(0, 0, 0, 0.7);
	transition-duration:0.3s;
}

.front-products-cover-title {
	font-size: 28px;
	font-weight: 400;
	color:#fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.front-products a:hover .front-products-cover-title {
	top:67%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.front-products-ico {
	max-width:195px;
	max-height:195px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
	bottom:234px;
	position: absolute;
	opacity: 0;
	transition-duration:0.3s;
}

.front-products a:hover .front-products-ico {
	opacity: 1;
	transition-duration:0.3s;
}

.front-about-us-img {
	width: 100%;
	height: 100%;
	min-height:570px;
	object-fit: cover;
}

.front-realizations {
	background: #000;
}

.front-realizations h3 {
	color:#fff;
	margin:80px 0px 90px 0px;
}

.front-realizations .btn-primary {
	color:#fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
	float: right;
}

.realizationsslider .item img {
	height: 342px;
	object-fit: cover;
}

.partial-partners {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 85px;	
}

.partial-partners h3 {
  margin: 0px 0px 51px 0px;
}

.partial-partners img {
	max-height: 90px;
	object-fit: contain;
}

.page-intro-dark {
	background:#000;
}

.page-intro-dark h1 {
	color:#fff;
	margin:0px;
	padding:60px 30px 67px 0px;
}

.page-intro-dark h1 span {
	font-size:30px;
	line-height:32px;
	display: block;
}
@media (min-width:992px) {
	.page-intro-dark h1 span {
		font-size:36px;
		line-height:38px;
	}
}
@media (min-width:1600px) {
	.page-intro-dark h1 span {
		font-size:48px;
		line-height:50px;
	}
}

.hader-introtext {
	padding:50px 100px 50px 0px;
	/* top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
	position: relative;
}

.header-image {
	min-height: 570px;
	background: #afaf8b;
}

.header-image img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}

.page-content {
	padding-top:80px;
	padding-bottom: 40px;
}

.page-content img {
	max-width: 100%;
	height: auto;
}

.about-us-header-bg {
	background:url('images/about-us-entra.png') left bottom no-repeat;
}

.about-us-features {
	background:#AFAF8B;
	padding-top:70px;
	padding-bottom:30px;
}

.about-us-features h3 {
	color:#fff;
}

.about-us-feature {
	color:#fff;
	text-align: center;
	padding:35px 40px 60px 40px;
}

.about-us-feature-img {
	height: 60px;
	margin-bottom: 46px;
}

.about-us-feature-img img {
	max-width: 60px;
	max-height: 60px;
}

.about-us-feature-name {
	font-size:22px;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.about-us-references h3 {
	margin:0px 0px 56px 0px;
}

.about-us-references-dark {
	background: #000;
}

.about-us-references {
	padding: 70px 60px 70px 0px;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

#referencesNav {
	margin:90px 0px 0px 0px;
}

#referencesNav button {
	width:39px;
	height:39px;
	border:2px solid #000;
	background:#fff;
	margin-right:12px;
}

#referencesNav span {
	font-size:30px;
	color: #000;
}

.referencesslider {
	padding: 40px 0px 60px 0px;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.referencesslider a {
	color:#fff;
	text-decoration:none;
	padding:33px 0px 30px 74px;
	border-bottom:1px solid #363636;
	display: block;
	position:relative;
}

.referencesslider a:hover {
	color:#afaf8b;
	text-decoration:none;
}

.referencesslider a:before {
	content:'';
	width:34px;
	height:38px;
	background:url('images/ico-references.svg') no-repeat;
	background-size:34px 38px;
	left:0px;
	top:26px;
	position: absolute;
}

.about-us-suppliers-dark {
	background: #000;
	color:#fff;
}

.about-us-suppliers-content {
	padding-top:60px;
	padding-bottom:60px;
	padding-right: 60px;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.about-us-suppliers-content h3 {
	color:#fff;
	margin:0px 0px 56px 0px;
}

.suppliers {
	max-width: 550px;
	padding: 130px 0px 60px 0px;
	margin: 0 auto;
	text-align: center;
}

.suppliers .item {
	text-align: center;
	padding-bottom: 70px;
}

.suppliers a, .suppliers a:hover {
	font-size:16px;
	color:#000;
	text-decoration: none;
}

.suppliers img {
	max-height: 150px;
	object-fit: contain;
	margin-bottom: 25px;
}

.suppliers .owl-dots {
	width:100%;
	height: 20px;
	text-align: center;
	position: relative;
	z-index: 9999;
}

.suppliers .owl-dot {
	width:12px;
	height: 12px;
	background: #919191 !important;
	margin:12px;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	position: relative;
	transition-duration:0.3s;
}

.suppliers .owl-dot.active {
	width:12px !important;
	height: 12px !important;
	background:#fff !important;
	margin:12px;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(145,145,145,1);
	-moz-box-shadow: 0px 0px 0px 6px rgba(145,145,145,1);
	box-shadow: 0px 0px 0px 6px rgba(145,145,145,1);
	position: relative;
	transition-duration:0.3s;
}

.suppliers .owl-dot:active, .owl-dot:focus {
  outline: 0;
  border: none;
}

.about-us-realizations-slider-head .front-realizations {
  background:#AFAF8B;
}

.about-us-realizations-slider-head .btn-primary {
	border:1px solid #fff;
	background:url('images/btn-primary-w.svg') no-repeat #AFAF8B;
	background-position: right 29px top 20px;
}

.about-us-realizations-slider-head .btn-primary:hover {
	color:#AFAF8B;
	background:url('images/btn-primary.svg') no-repeat #fff;
	background-position: right 29px top 20px;
}

.produts-desc {
	padding-top:60px;
	padding-bottom:90px;
	padding-right: 60px;
	margin-bottom:60px;
	top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.produts-desc-r {
	padding-right:0px;
}

.produts-desc h3 {
	padding-left:80px;
}

.produts-desc h3 img {
	max-width:63px;
	max-height: 63px;
	margin-top: 7px;
	margin-left:-80px;
	position: absolute;
}

.produts-desc .btn-primary {
	bottom:0px;
	position: absolute;
}

.produts-desc .btn-primary:active, .produts-desc .btn-primary:focus {
  outline: 0 !important;
  border: 2px solid #AFAF8B !important;
	background: url(images/btn-primary-w.svg) no-repeat #AFAF8B !important;
	background-position: right 29px top 20px !important;
}


.products-img {
	font-size:18px;
	color:#fff;
}

.products-img img {
  width: 100%;
  min-height: 502px;
  object-fit: cover;
}

.products-img > div {
	padding:85px 90px;
}

.products-img .row {
	margin-bottom: 30px;
}

.prod-menu-title {
	font-size:18px;
	font-weight: 700;
	color:#AFAF8B;
	margin-bottom: 30px;
}


.products-img ul  {
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

.products-img ul li {
	margin: 0px;
	padding:16px 0px;
	list-style: none;
}

.products-img ul li a {
	font-size:18px;
	color:#fff;
	font-weight: 400;
	text-decoration: none;
}

.products-img ul li a:hover {
	font-size:18px;
	color:#AFAF8B;
	font-weight: 400;
	text-decoration: none;
}

.prod-bord {
	width:1px;
	height:100%;
	border-left:1px solid #989897;
}

#product1 {
  width:100%;
  height:100%;
  opacity:0;
  background:transparent;
  transition-duration:0.3s;
  right: -100%;
	position:absolute;
}

#product1 > div {
	display: none;
}

.product1add {
	width: 100% !important;
	height: 100%;
	opacity:1;
	background: rgba(0, 0, 0, 0.8) !important;
  opacity:.8 !important;
  right:0px !important;
	transition-duration:0.3s;
	z-index: 9991;
}

.product1add > div {
	display: block !important;
}

#product2 {
  width:100%;
  height:100%;
  opacity:0;
  background:transparent;
  transition-duration:0.3s;
  left: -100%;
	position:absolute;
}

#product2 > div {
	display: none;
}

.product2add {
	width: 100% !important;
	height: 100%;
	opacity:1;
	background: rgba(0, 0, 0, 0.8) !important;
  opacity:.8 !important;
  left:0px !important;
	transition-duration:0.3s;
	z-index: 9991;
}

.product2add > div {
	display: block !important;
}

#product3 {
  width:100%;
  height:100%;
  opacity:0;
  background:transparent;
  transition-duration:0.3s;
  right: -100%;
	position:absolute;
}

#product3 > div {
	display: none;
}

.product3add {
	width: 100% !important;
	height: 100%;
	opacity:1;
	background: rgba(0, 0, 0, 0.8) !important;
  opacity:.8 !important;
  right:0px !important;
	transition-duration:0.3s;
	z-index: 9991;
}

.product3add > div {
	display: block !important;
}

#product4 {
  width:100%;
  height:100%;
  opacity:0;
  background:transparent;
  transition-duration:0.3s;
  left: -100%;
	position:absolute;
}

#product4 > div {
	display: none;
}

.product4add {
	width: 100% !important;
	height: 100%;
	opacity:1;
	background: rgba(0, 0, 0, 0.8) !important;
  opacity:.8 !important;
  left:0px !important;
	transition-duration:0.3s;
	z-index: 9991;
}

.product4add > div {
	display: block !important;
}

.product-pathway {
	text-align: right;
}

.product-pathway .breadcrumbs {
	margin: 0px;
	padding:0px;	
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
}

.product-pathway .breadcrumbs li {
	color:#000;
	font-weight: 400;
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 14px;
	padding:0px;
}

.product-pathway .breadcrumbs .item-home, .product-pathway .breadcrumbs .separator-home {
	display: none;
}

.product-pathway .breadcrumbs li strong {
	color:#000;
	font-weight: 400;
}

.product-pathway .breadcrumbs li a {
	color:#000;
	font-weight: 400;
	text-decoration: none;
}

.product-pathway .breadcrumbs .separator  {
	width: 4px;
	height: 1px;
	line-height: 1px;
	background: #000;
	margin:13px 0px 0px 5px;
	position: absolute;
}

.single-product-main-img {
	text-align: center;
}

.single-product-main-img img {
	max-width:100%;
	height: auto;
	object-fit: contain;
	padding:30px;
}

.single-product-main-img video {
	width: 100%;
	height: auto;
	padding:30px;
}

.single-product-main-img-pdf {
	height:100%;
	display: flex;
  align-items: center;
  justify-content: center;
	padding:30px;
}

.single-product-main-img-pdf a svg {
	display:block;
	margin-bottom: 16px;
	transition:.3s;
}

.single-product-main-img-pdf a:hover svg {
	fill:#afaf8b;
	transition:.3s;
}

.single-product-main-img-pdf a {
	font-weight:700;
	color:#000;
	text-decoration:none;
}

.single-product-main-img-pdf a:hover {
	font-weight:700;
	color:#afaf8b;
	text-decoration:none;
}

.single-product-green {
	color:#fff;
	background:#AFAF8B;
}

.single-product-intro {
	padding: 60px 0px;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.single-product-green h2 {
	font-size:30px;
	color:#fff;
	line-height:32px;
}
@media (min-width:992px) {
	.single-product-green h2 {
		font-size:36px;
		line-height:40px;
	}
}
@media (min-width:1600px) {
	.single-product-green h2 {
		font-size:48px;
		line-height:52px;
	}
}

.single-product-green p {
	color:#fff;
/* 	white-space: pre-wrap; */
}

.single-product-green .btn-secondary {
	width:230px;
	margin:20px 25px 0px 0px;
	display: inline-block;
}

.single-product-advantage p {
	font-size: 22px;
}

.single-product-advantage ol {
	margin:2px 0px 10px 0px;
	padding: 0px;
  list-style: none;
  counter-reset: item;
}

.single-product-advantage ol li {
	margin: 0px;
	padding: 0px 0px 15px 60px;
	counter-increment: item;
	position: relative;
}

.single-product-advantage ol li:before {
	width:34px;
	height: 34px;
	line-height: 34px;
	font-size:14px;
	font-weight: 700;
	background:#000;
	content: counter(item);
	color: #fff;
  text-align: center;
	display: inline-block;
	left:0px;
	top:-4px;
	position: absolute;
}

.single-product-advantage ol li:nth-child(even):before {
  background: #AFAF8B;
}

.productimage img {
	width: 100%;
	height: 514px;
	object-fit: cover;
}

.productimage .owl-dots {
	width:100%;
	height: 22px;
	text-align: center;
	bottom:35px;
	position: absolute;
	z-index: 9999;
}

.productimage .owl-dot {
	width:12px;
	height: 12px;
	background: #fff !important;
	display: inline-block;
	margin:12px;
	border-radius:50%;
	position: relative;
	transition-duration:0.3s;
	opacity: .43;
}

.productimage .owl-dot.active {
	width:12px !important;
	height: 12px !important;
	background:#fff !important;
	display: inline-block;
	margin:12px;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,.36);
	-moz-box-shadow: 0px 0px 0px 6px rgba(255,255,255,.36);
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,.36);
	position: relative;
	transition-duration:0.3s;
	opacity: 1;
}

.productimage .owl-dot:active, .productimage .owl-dot:focus {
  outline: 0;
  border: none;
}

.single-product-attributes {
	color:#fff;
	background: #000;
	padding:80px 0px;
}

.single-product-attributes h3 {
	color: #fff;
}

.single-product-attribute {
	min-width: 65px;
	border-bottom: 1px solid #333;
	margin:0px;
	padding: 40px 0px 20px 0px;
}

.single-product-attribute:last-child {
	border-bottom: none;
}

.single-product-attribute-name {
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.single-product-attribute img {
	max-width: 50px;
	max-height: 65px;
	padding-bottom: 20px;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.single-product-attribute span {
	font-size:22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 20px;
	left:80px;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: absolute;
}

.single-product-attribute p {
	color: #fff;
}


.single-products-colors-image {
	text-align: center;
	position: relative;
	background:#f9f9f9;
}


.single-products-colors-image .tab-content {
	background:#fff;
}

.single-products-colors-image img {
	max-width: 80%;
	height: auto;
	padding: 40px 30px 70px 30px;
}

.single-products-colors-image-bar {
	width: 100%;
	min-height: 89px;
	color:#fff;
	background: #000;
/* 	bottom: 0;
	position: absolute; */
}

.single-products-colors-image-bar-color {
	text-align: left;
	line-height: 89px;
	padding-right: 180px;
	position: relative;
}

.single-products-colors-image-bar-color img {
	margin-right: 15px;
}

.single-products-colors-image-bar img {
	max-width: 28px;
	max-height: 28px;
	height: auto;
  padding: 0px;
}

.single-products-colors-image-bar .nav {
	margin:0px;
	padding: 0px;
	top:0px;
	right:0px;
	position: absolute;
}

.single-products-colors-image-bar .nav li {
	width: 88px;
	line-height: 89px;
	margin:0px;
	padding: 0px;
	text-align: center;
	border-left:1px solid #4c4d4b;
}

.single-products-colors-image-bar .nav li:first-child {
	border-left: none;
}

.single-products-colors-image-bar .nav li .nav-link {
	padding: 0;
	opacity: .2;
}

.single-products-colors-image-bar .nav li .nav-link.active {
	opacity: 1;
}

.single-products-colors {
	padding: 55px 0px 0px 0px;
}

.single-products-colors h3 {
	margin-bottom: 16px;
}

.colors-palette {
	padding: 30px 0px;
}

.colors-palette li {
	margin: 0px 28px 28px 0px;
}

.colors-palette li a {
	width:77px;
	height:77px;
	display: block;
	position: relative;
}

.colors-palette li a img {
	display: none;
}

.colors-palette li a.active img {
	display: block;
	top:32px;
	left: 28px;
	position: absolute;
}

.colors-palette li a div {
	width:77px;
	height:77px;
	color:#fff;
/* 
line-height:18px; */
white-space: nowrap;

	text-decoration: none;
	padding:15px 60px 0px 22px;
	opacity:0;
	left:0px;
	position: absolute;
	z-index: 9991;
	transition-duration:0.3s;
}

.colors-palette li a:hover div {
	width: auto;
	visibility: unset;
	transition-duration:0.3s;
	left:0px;
	display: unset;
	opacity:1;
}



.specification-head {
	padding: 47px 0px 53px 0px;
}

.specification-head h1 {
	font-size: 36px;
	color:#fff;
	margin:0px 0px 10px 0px;
	padding: 0px;
	line-height:40px;
} 

.specification-head h2 {
	font-size: 22px;
	font-weight: 400;
	color:#fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin:0px;
	padding: 0px;
	line-height:30px;
} 

.specification-back .btn-primary {
	width:230px;
	display: inline-block;
	top: 50%;
	left: 75px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.back-button {
	float: right;
	top: 50%;
	right:-17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.spec-green {
	color:#fff;
	background:#afaf8b;
}

#specification {
	padding: 37px 0px 60px 0px;
}

.specification-box {
	border-bottom: 1px solid #bfbfa2;
}

.specification-question {
  width: 100%;
  font-size:22px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing:2px;
  padding: 23px 30px 19px 0px;
  margin: 0px;
  border: none;
  background: none;
  position: relative;
}

.specification-question:after {
	content:'';
	width:12px;
	height: 7px;
	background: url('images/arrow-down-w.svg') no-repeat;
	background-size:12px 7px;
	right:0px;
	top:38px;
	position: absolute;
	transition-duration:0.3s;
}

.specification-question[aria-expanded=true]:after {
	transform: rotate(-180deg);
	transition-duration:0.3s;
}

.specification-answer > div {
	padding:8px 0px 26px 0px;
}



.gallery .rl-gallery-item {
	background: #000;
}

.gallery .rl-gallery-item img {
	width: 100%;
	height:345px;
	object-fit: cover;
	opacity: .8;
	transition-duration:0.3s;
}

.gallery .gallery .rl-gallery-item a:hover img {
	opacity: 1;
	transition-duration:0.3s;
}

#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
	width:25% !important;
	margin: 0px !important;
}

.featherlight:last-of-type {
  background: #2d2d2d !important;
}

.featherlight .featherlight-content {
  background: #2d2d2d !important;
  padding: 0px 0px 114px 0px !important;
	border-bottom: 0px solid transparent !important;
	overflow: visible !important;
	vertical-align: top !important;
	margin: 114px 117px 0px 117px !important;
}

.featherlight .featherlight-close-icon {
	width: 117px !important;
  line-height: 114px !important;
	font-size: 0px !important;
	color: #000 !important;
	top:-114px !important;
	right:-117px !important;
	background:url('images/close.svg') center no-repeat #000 !important;
	background-size: 20px 20px;
}

.featherlight-next, .featherlight-previous {
	margin-bottom: 139px !important;
	background: transparent !important;
}

.featherlight-next span, .featherlight-previous span {
	font-size: 20px !important;
}

div.pp_overlay {
	background: #2d2d2d !important;
	opacity: 1 !important;
	z-index: 9999 !important;
}

.pp_content {
	margin-top: 114px !important;
	background: transparent !important;
	position: relative !important;
}

div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right {
  background:none !important;
  padding-left: 0px !important;
}

.pp_top .pp_middle, .pp_top .pp_left, .pp_top .pp_right, .pp_bottom .pp_middle, .pp_bottom .pp_left, .pp_bottom .pp_right {
	display: none;
}

.pp_details {
	margin-top: 0px !important;
	top:00px !important;
	position: absolute !important;
}

.pp_close {
	width: 117px !important;
	line-height: 114px !important;
	height: 114px !important;
	font-size: 0px !important;
	color: #000 !important;
	top:-114px !important;
	right:-117px !important;
	background:url('images/close.svg') center no-repeat #000 !important;
	background-size: 20px 20px;
}

#faq {
	margin-bottom: 70px;
}

.faq-box {
	border-bottom: 1px solid #ccc;
}

.faq-question {
	width:100%;
	font-size: 16px;
	font-weight: 400;
	color:#000;
	line-height: 24px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1.6px;
	padding:20px 30px 18px 35px;
	margin: 0px;
	border:none;
	background: none;
	position: relative;
}

.faq-question[aria-expanded=false]:before {
	content:'';
	width: 12px;
	height: 12px;
	background: #afaf8b;
	left:0px;
	top:26px;
	position: absolute;
	transition-duration:0.3s;
}

.faq-question[aria-expanded=true]:before {
	content:'';
	width: 12px;
	height: 12px;
	background: #000;
	left:0px;
	top:26px;
	position: absolute;
	transition-duration:0.3s;
}

.faq-question:after {
	content:'';
	width:12px;
	height: 7px;
	background: url('images/arrow-down.svg') no-repeat;
	background-size:12px 7px;
	right:0px;
	top:34px;
	position: absolute;
	transition-duration:0.3s;
}

.faq-question[aria-expanded=true]:after {
	transform: rotate(-180deg);
	transition-duration:0.3s;
}

.faq-answer {
	padding:13px 20px 0px 35px;
}



.pricelist-tab .hader-introtext {
	padding-top: 250px;
}

.pricelist-tab {
	position: relative;
}

.pricelist-list {
	height: 203px;
	background:#000;
	/* bottom:0px; */
	top:0;
	position: absolute;
	z-index: 990;
}

.pricelist-list a {
	width: 100%;
	height: 203px;
	text-align: center;
	text-decoration: none;
	background: #9B9B7A;
	display: block;
	position: relative;
	transition-duration:0.3s;
}

.pricelist-list a:hover {
	background: #000;
	text-decoration: none;
	transition-duration:0.3s;
}

.pricelist-list .pricelist-list-light {
	background:#afaf8b;
}

.pricelist-list a img {
	max-width: 34px;
	max-height: 34px;
	display: block;
	bottom:112px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
	position: absolute;
	transition-duration:0.3s;
}

.pricelist-list a:hover img {
	bottom:117px;
	transition-duration:0.3s;
}

.pricelist-list a .pricelist-list-name {
	width: 100%;
	color:#fff;
	text-decoration: none;
	line-height: 17px;
	padding:0px 6px;
	bottom:70px;
	position: absolute;
	transition-duration:0.3s;
}

.pricelist-list a:hover .pricelist-list-name {
	font-weight: 700;
	text-decoration: none;
	bottom:75px;
	transition-duration:0.3s;
}

.pricelist-list a .pricelist-list-hover {
	width: 100%;
	font-size:14px;
	color:#fff;
	text-decoration: none;
	bottom:46px;
	position: absolute;
	opacity: 1;
	transition-duration:0.3s;
}

.pricelist-list a:hover .pricelist-list-hover {
	bottom:51px;
	opacity: 1;
	transition-duration:0.3s;
}



.hader-introtext-contact {
	text-align: right;
	white-space: pre-wrap;
/* 	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
	position: relative;
}

.contact-details {
	padding:90px 65px 50px 0px;
}

.contact-logo-entra {
	max-width: 276px;
	height: auto;;
}

.contact-address {
	width:100%;
	margin:50px 0px 0px 0px;
	padding: 0px 0px 26px 0px;
	border-bottom: 1px solid #ccc;
}

.contact-address li {
	list-style: none;
	display: inline-block;
}

.contact-address li p {
	margin-bottom:14px;
}

.contact-address-1 {
	margin: 0px;
	padding:0px 65px 0px 53px;
	position:relative;
}

.contact-address-1:before {
	content:'';
	width: 30px;
	height:29px;
	background: url('images/ico-address.svg') no-repeat;
	margin:0px 0px 0px -53px;
	position: absolute;
}

.contact-address-2 {
	margin: 0px;
	padding:0px 0px 0px 53px;
	position:relative;
}

.contact-address-2:before {
	content:'';
	width: 38px;
	height:19px;
	background: url('images/ico-address-2.svg') no-repeat;
	margin:0px 0px 0px -53px;
	position: absolute;
}

.contact-phone-org {
	width:100%;
	margin:43px 0px 0px 0px;
	padding: 0px 0px 37px 0px;
	border-bottom: 1px solid #ccc;
}

.contact-phone-org li {
	list-style: none;
	display: inline-block;
}

.contact-phone a {
	font-size:22px;
	color: #000;
	text-decoration: none;
	transition-duration:0.3s;
	padding-right: 40px;
	border-right: 1px solid #ccc;
}

.contact-phone a:hover {
	padding-right: 50px;
	transition-duration:0.3s;
} 

.contact-phone img {
	margin:-10px 27px 0px 0px;
	transition-duration:0.3s;
}

.contact-phone a:hover img {
	margin:-10px 17px 0px 0px;
	transition-duration:0.3s;
}

.contact-org {
	font-size:22px;
	padding-left: 35px;
}

.contact-email {
	font-size:22px;
	color: #000;
	text-decoration: none;
	transition-duration:0.3s;
	display: block;
	margin:43px 0px;
}

.contact-email:hover {
	font-size:22px;
	color: #000;
	text-decoration:none;
	transition-duration:0.3s;
} 

.contact-email img {
	margin:-10px 27px 0px 0px;
	transition-duration:0.3s;
}

.contact-email:hover img {
	margin:-10px 17px 0px 0px;
	transition-duration:0.3s;
}

.contact-map {
	min-height: 570px;
	background: #eee;
}

.contact-map iframe {
	width:100% !important;
	height:100% !important;
	filter: grayscale(100%);
}

.contact-addtext {
	background: url('images/contact-addtext.jpg') left no-repeat;
	background-size:46vw auto cover;
}

.contact-addtext-text {
	color:#fff;
	padding:50px 65px 30px 0px;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.contact-addtext-text p {
	color:#fff;
}

.contact-addtext-text h3 {
	color:#fff;
	margin:0px 0px 56px 0px;
}

.contact-form {
	background:#fff;
}

.contact-form form {width:calc(100% - 85px);
	margin:27px 0px 50px 65px;
}

.contact-form form .col-xl-2 {
	line-height: 40px;
	text-align: right;
	padding-top:16px;
}

.contact-form p {
	margin: 0px;
}

input {
	width:100%;
	height:40px;
	padding:0px 10px;
	margin:16px 0px 0px 20px;
	font-size:16px;
	color:#000;
	background:#f0f0e9;
	border:1px solid #afaf8b;
	border-radius:0px;
}

textarea {
	width:100%;
	height:173px;
	padding:10px 10px;
	margin:16px 0px 10px 20px;
	font-size:16px;
	color:#000;
	background:#f0f0e9;
	border:1px solid #afaf8b;
	border-radius:0px;
}

.wpcf7-not-valid {
	border:1px solid #f00;
}

span.wpcf7-not-valid-tip {
	font-size:12px !important;
}
@media (min-width:1200px) {
	span.wpcf7-not-valid-tip {
		padding-left:20px;
	}
}

.accepts-info {
	font-size:14px;
	line-height: 26px;
	margin: 12px 0px 12px 0px;
}

.accepts-info .wpcf7-not-valid {
	border-bottom:none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none !important;
	color:#fff;
	background: #f00;
}

.zgoda-1 {
	margin:0px 0px 0px 20px;
}

input[type=checkbox] {
	width:16px;
	height:16px;
	margin:0px 0px 0px -35px;
	z-index:9996;
	position:absolute;
	opacity:0;
	cursor:pointer;
}

.wpcf7-checkbox {
	margin:0px;
	padding:0px;
}

.wpcf7-list-item-label:before {
	width:16px;
	height:16px;
	font-size:14px;
	border-radius:0px;
	background:#f0f0e9;
	border:1px solid #afaf8b;
	z-index:9991;
	position:absolute;
	left:0px;
}

.wpcf7-not-valid .wpcf7-list-item-label:before {
	border:1px solid #f00;
}

@media (min-width:1200px) {
	[data-name=zgoda-1] {
		margin-left: 20px;
	}
}

[data-name=zgoda-1] .wpcf7-not-valid {
  border: none;
}

[data-name=zgoda-1] span.wpcf7-not-valid-tip {
	padding-left: 35px;
}
@media (min-width:1200px) {
	[data-name=zgoda-1] span.wpcf7-not-valid-tip {
		padding-left: 55px;
	}
}

.zgoda-1 span.wpcf7-not-valid-tip {
	margin-left: 35px;
}

span.wpcf7-list-item {
	margin:0px 0px 0px 35px !important;
	font-size:14px;
	font-style: italic;
	line-height:20px;
}

.wpcf7-radio .wpcf7-list-item-label:before {
	width:20px;
	height:20px;
	background:#FBF9F6;
	border-radius:0px;
}

input[type=checkbox] + span:before {
	background:#FBF9F6;
	cursor:pointer;
}

input[type=checkbox]:checked + span:before {
	width:16px;
	height:16px;
	background:url('images/checked.svg') no-repeat;
	background-size:12px 12px;
	background-position:1px 1px;
}

.wpcf7-submit {
	width:188px;
	height: 58px;
	font-size:16px;
	font-weight:400;
	color:#000;
	text-decoration:none;
	padding:16px 57px 16px 30px;
	margin:37px 0px 0px -70px;
	background:url('images/btn-primary.svg') no-repeat transparent;
	background-position: right 29px top 20px;
	border:2px solid #AFAF8B;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	transition-duration:0.3s;
	left: 50%;
	position: relative;
}

.wpcf7-submit:hover {
	font-size:16px;
	font-weight:400;
	color:#fff;
	text-decoration:none;
	padding:16px 57px 16px 30px;
	margin:37px 0px 0px -70px;
	background:url('images/btn-primary-w.svg') no-repeat #AFAF8B;
	background-position: right 29px top 20px;
	border:2px solid #AFAF8B;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	transition-duration:0.3s;
	left: 50%;
	position: relative;
}

div.wpcf7-mail-sent-ok {
	border: none !important;
	background:#009b1a;
	margin:20px 0px 0px 0px !important;
	padding: 20px !important;
	color:#fff;
}

div.wpcf7-response-output {
	margin:20px 0px 0px 0px !important;
	padding:20px  !important;
  border: none !important;
}

.contact-after-form {
	background:#fff;
}








/* .ti-widget.ti-goog {
	text-align: left !important;
}
 */
.ti-widget.ti-goog .ti-widget-container {
	text-align: left !important;
}

.ti-widget.ti-goog .ti-widget-container > * {
	text-align: center !important;
}

.ti-widget.ti-goog .ti-header, .ti-widget.ti-goog .ti-footer {
	padding-left: 0 !important;
}



.footer-gray {
	min-height: 415px;
	background: #F9F9F9;
}

.footer-black {
	min-height: 415px;
	background:url('images/footer-black-extra.png') right bottom no-repeat #000;
}

.footer-contact {
	padding:40px 0px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.footer-logo {
	width: 204px;
	height: auto;
}

.footer-contact ul {
	margin:34px 0px 20px 0px;
	padding:0px;
}

.footer-contact ul li {
	margin: 0px 0px 0px 63px;
	padding:0px;
	list-style: none;
	white-space: pre-wrap;
	position: relative;
}

.footer-contact ul li:before {
	content:'';
	width:26px;
	height: 32px;
	background:url('images/ico-place.svg') no-repeat;
	left:-61px;
	position: absolute;
}

.footer-details {
	padding:40px 0px 40px 130px;
	color:#fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.footer-details p {
	color: #fff;
}

.footer-details ul {
	padding:16px 0px 20px 0px;
	margin: 0px;
}

.footer-details ul li {
	margin: 0px 62px 0px 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

.footer-details ul li a {
	font-size:22px;
	color: #fff;
	text-decoration: none;
	transition-duration:0.3s;
}

.footer-details ul li a:hover {
	padding-right: 10px;
	transition-duration:0.3s;
} 

.footer-details ul li img {
	margin:-10px 27px 0px 0px;
	transition-duration:0.3s;
}

.footer-details ul li a:hover img {
	margin:-10px 17px 0px 0px;
	transition-duration:0.3s;
}


.footer-olive {
	min-height:150px;
	background: #afaf8b;
}

.footer-olive p {
	color:#e7e7dc;
	padding: 20px 0px;
	margin: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.footer-olive a, .footer-olive a:hover {
	color:#e7e7dc;
	text-decoration: none;
}

.footer-olivelight {
	background: #b5b593;
}

.footer-olivelight-2 {
	background: #BBBA9B;
}


.footer-social ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.footer-social ul li {
	margin: 0px 11px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}


.footer-multi-menu h3 {
	font-size: 16px;
	font-weight:700;
	color:#000;
	text-align: left;
	line-height: 20px;
	margin: 0px 0px 22px 0px;
	padding: 0px;
}

.footer-menu-pad {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 992px) {
	.footer-menu-pad {
		padding-top: 55px;
		padding-bottom: 65px;
	}
}

@media (min-width: 992px) {
	.nopad-f-l {
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.footer-menu-vert-main {
		width: 80%;
	}
}

@media (min-width: 992px) {
	.footer-menu-pad-before {
		position: relative;
	}
}
@media (min-width: 992px) {
	.footer-menu-pad-before::before {
		content: '';
		width: 30px;
		height:100%;
		background: #afaf8b;
		top:0px;
		left: -30px;
		position: absolute;
	}
}
@media (min-width: 1600) {
	.footer-menu-pad-before::before {
		width: 60px;
		left: -60px;
	}
}

.footer-menu-vert {
	margin:0px;
	padding: 0px;
}

.footer-menu-vert li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer-menu-vert li a {
	font-size: 16px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	text-align: left;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	display: block;
}

.footer-menu-vert li a:hover {
	text-decoration: none;
	color:#E3E3DA;
}

.footer-menu-vert li li a {
	font-weight: 400;
}

.footer-menu-vert .sub-menu {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	display: block;
}

.footer-copy {
	font-size: 16px;
	font-weight: 400;
	color:#E3E3DA;
	text-align: center;
	background:#B5B593;
	padding-top:30px;
	padding-bottom:30px;
}

.footer-copy p, .footer-copy a, .footer-copy a:hover {
	font-size: 16px;
	font-weight: 400;
	color:#E3E3DA;
	text-decoration: none;
}

.footer-copy ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
}

.footer-copy ul li {
	margin: 11px;
	padding: 0px;
	list-style: none;
}



.footer-menu {
	margin: 0px;
	padding: 0px;
	text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.footer-menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

.footer-menu li a {
	font-size: 16px;
	font-weight: 400;
	color:#000;
	text-decoration: none;
	margin: 0px 0px 0px 50px;
	padding: 0px;
}

.footer-menu li a:hover {
	font-size: 16px;
	font-weight: 400;
	color:#000;
	text-decoration: underline;
	margin: 0px 0px 0px 50px;
	padding: 0px;
}

.footer-menu img, .footer-menu .sub-menu {
	display: none !important;
}




@media (max-width: 575.98px) {


	.burger {
		width: 30px;
		height: 30px;
		background:url('images/burger.svg') no-repeat;
		background-size: 30px 30px;
		margin: 0 auto;
		display: block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		position: relative;
	}

	.close {
		width: 30px;
		height: 30px;
		background:url('images/close.svg') no-repeat;
		background-size: 30px 30px;
		margin: 0 auto;
		display: block;
		opacity: 1;
		top:20px;
		right: 20px;
		position: absolute;
	}

	#menu-rwd {
		width:100vw;
		height: 100vh;
		background:#000;
		z-index:99999;
		padding-right:0px !important;
		margin:0px !important;
		border:none !important;
		transition-duration:0.3s;
	}

	#menu-rwd .modal-full {
		min-width:100%;
	  margin:0;
		transition-duration:0.3s;
	}

	#menu-rwd .modal-show {
		background:#000 !important;
	}

	#menu-rwd .modal-full .modal-content {
		min-height:100vh;
		background:#000 !important;
		overflow-y:hidden !important;
		border-radius:0px;
	}


	#menu-rwd .modal-body {
		width: 100%;
		padding-bottom: 100px !important;
		top:60px;
		left:50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		position:  relative;
	}

	#menu-rwd .modal-full .modal-header {
		border-bottom:none;
	}

	#menu-rwd .modal-full .main-menu {
	  width:100%;
		margin:0px 0px 30px 0px !important;
		padding:0px;
	}

	#menu-rwd .modal-full .main-menu li {
		text-align:center;
		margin:20px 0px !important;
		padding:0px;
		list-style:none;
		display: block;
		position: relative;
	}

	#menu-rwd .modal-full .main-menu a, #menu-rwd .main-menu .current_page_item a {
		width:100%;
		font-size:16px;
		color:#fff;
		height: 30px;
   		line-height: 30px;
		padding:0px 30px !important;
		margin: 0px !important;
	 	text-align: center !important;
		border-bottom:none !important;
		display: block;
		background: transparent;
	}

	#menu-rwd .modal-full .main-menu a:before, #menu-rwd .main-menu .current_page_item a:before {
		display: none !important;
	}

	.mainmenu-submenu-toggle {
		width:20px;
		height:20px;
		border-radius:0px;
		border:none;
		background:transparent;
		right:0px;
		top:3px;
		position: absolute;
	}
	@media (min-width: 992px) {
		.mainmenu-submenu-toggle {
			display:none;
		}
	}

	.main-menu li button svg {
		width:7.64px;
		height:14px;
		fill:#fff;
		transition:.2s;
		transform: rotate(90deg);
	}

	.main-menu li.toggled > button svg {
		fill:#fff;
		transform: rotate(-90deg);
		transition:.2s;
	}

	.sub-menu {
		display: none;
		margin:0px;
		padding: 0px;
	}


	.sub-menu li a img {
		display: none;
	}

	
	#menu-rwd .modal-full .main-menu li  .sub-menu {
		margin-bottom: 20px !important;
	}

	#menu-rwd .modal-full .main-menu > li > .sub-menu > li {
		margin:10px 0px !important
	} 

	.main-menu > li > .sub-menu > li > a, .main-menu > li > .sub-menu > li > a:hover {
		text-decoration:none;
	} 


	
	#menu-rwd .modal-full .main-menu > li > .sub-menu > li > .sub-menu > li {
		margin:8px 0px !important
	} 

	.main-menu > li > .sub-menu > li > .sub-menu > li > a, .main-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
		font-size:14px !important;
		text-decoration:none;
	} 


	
	#menu-rwd .modal-full .main-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li {
		margin:6px 0px !important
	} 

	.main-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .main-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
		font-size:12px !important;
		text-decoration:none;
	} 

/* 
	#menu-rwd .sub-menu a {
		font-size:18px !important;
		font-weight: 600 !important;
		margin:0px;
		padding: 10px 0px !important;
		height: 20px;
   	line-height: 20px;
	}

	#menu-rwd .sub-menu .sub-menu a {
		font-size:16px !important;
		font-weight: 400 !important;
		margin:0px;
		padding: 6px 0px !important;
		height: 18px;
   	line-height: 20px;
	}

	#menu-rwd .sub-menu a img {
		display: none;
	}
 */

	.top-sep {
		height:100px;
	}

	header {
		height: 100px;
	}
	

	.nav-head {
		height:100px;
	}

	.navbar-brand {
		height: auto;
	}
	
	.logo-entra {
    	width: 130px;
		height: auto;
		display: block;
	}

	.logo-drutex {
    	width: 130px;
		height: auto;
		margin:20px 0px 0px 0px;
		display: block;
	}

	.header-socials ul li {
		margin: 3px 5px;
	}
	
	h3, h1 {
		font-size:36px;
		line-height: 42px;
		margin:0px 0px 26px 0px;
	}

	.before-slider div {
		display: none;
	}

	.after-slider div {
		display: none;
	}

	.mainslider {
		height:360px;
	}

	.mainslider img {
		height:360px;
	}

	.carousel-text {
		font-size:26px;
		line-height:28px;
		bottom:5px;
	}

	.carousel-cover {
		height:360px;
	}

	.mainslider .owl-dots {
		display: none;
	}

	.unhead-contact-offset {
		display: none;
	}

	.unhead-contact {
		background:#000;
	}

	.unhead-contact p {
		font-size:13px;
		line-height: 18px;
		text-align: center;
		margin: 0px 30px 0px 30px;
		padding: 20px 0px;
		display: block;
	}

	.unhead-phone a, .unhead-phone a:hover {
		font-size:18px;
		padding: 20px 0px;
	}

	.front-our-products {
		padding: 30px 0px 120px 0px;
	}

	.front-products a {
		height:200px;
	}

	.front-products-img {
		height:200px;
	}

	.front-products-cover {
		height:60px;
	}

	.front-products-cover-title {
		font-size: 18px;
	}

	.front-products a:hover .front-products-cover-title {
		top:73%;
	}

	.front-products-ico {
		max-width:95px;
		max-height:95px;
		bottom:80px;
	}

	.front-about-us-img {
		width: 100%;
		height:300px;
		min-height: auto;
		object-fit: cover;
	}



	.front-realizations {
		text-align: center;
		padding-bottom: 60px;
	}

	.front-realizations h3 {
		margin: 20px 0px 20px 0px;
	}

	.front-realizations .btn-primary {
		float: unset;
	}

	.realizationsslider .item img {
		height: 202px;
	}

	.about-us-feature {
    padding: 15px 20px 30px 20px;
	}

	.about-us-feature-img {
    margin-bottom: 15px;
	}

	.about-us-feature-name {
		margin-bottom: 10px;
	}

	.referencesslider a {
		padding:33px 0px 30px 50px;
	}

	.about-us-suppliers-content {
		padding-right: 0px;
	}

	.suppliers {
    padding: 50px 0px 50px 0px;
	}

	.suppliers .item {
    padding-bottom: 30px;
	}


	.page-intro-dark h1 {
    padding: 30px 0px 30px 0px;
	}

	.header-image {
		height: 300px;
		min-height: auto;
		display: none;
	}

	.header-image img {
    height: 300px;
	}
 
	.hader-introtext {
		padding: 30px 0px 30px 0px;
	}
 
	.page-content {
    padding-top: 20px;
	}

	.pricelist-tab .hader-introtext {
		padding-top: 400px;
	}

	.pricelist-list {
		height: 340px;
	}

	.pricelist-list a {
		height: 170px;
	}

	.pricelist-list .pricelist-list-light {
		background: #9b9b7a;
	}

	.pricelist-list .pricelist-list-light-rwd {
		background: #afaf8b !important;
	}

	.pricelist-list a img {
		bottom:82px;
	}

	.pricelist-list a:hover img {
		bottom:97px;
	}

	.pricelist-list a .pricelist-list-name {
		bottom:50px;
	}

	.pricelist-list a:hover .pricelist-list-name {
		bottom:55px;
	}

	.pricelist-list a .pricelist-list-hover {
		bottom:26px;
	}

	.pricelist-list a:hover .pricelist-list-hover {
		bottom:31px;
	}

	.products-img > div {
		padding:25px 40px;
	}

	.prod-menu-title {
		font-size:14px;
    margin-bottom: 0px;
	}

	.products-img ul {
    padding: 0px 0px 15px 0px;
	}

	.products-img ul li {
		padding: 3px 0px;
	}

	.products-img ul li a, .products-img ul li a:hover {
		font-size:14px;
	}

	.product-pathway .breadcrumbs {
		padding:10px 0px;
	}

	.single-product-attribute img {
		left: 15px;
	}

	.single-products-colors-image-bar {
		min-height: 60px;
	}
	.single-products-colors-image-bar img {
		display: inline-block;
	}

	.single-products-colors-image-bar-color {
		line-height: 60px;
		padding-right:60px;
		padding-left: 15px;
	}

	.single-products-colors-image-bar-color span {
		font-size:12px;
	}

	.single-products-colors-image-bar .nav {
		right:0px;
	}

	.single-products-colors-image-bar .nav li {
		width: 60px;
	  line-height: 60px;
	}

	.specification-head {
    padding:0px 20px 33px 0px;
	}

	.specification-back .btn-primary {
    width: 230px;
    display: inline-block;
    top: 40px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
	}

	.back-button {
		top: 40px;
	}



	.gallery .rl-gallery-item img {
		height:160px;
	}

	#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
		width:50% !important;
	}

	.featherlight .featherlight-content {
		padding: 0px 0px 40px 0px !important;
		margin: 40px 40px 0px 40px !important;
	}

	.featherlight .featherlight-close-icon {
		width: 40px !important;
		line-height: 40px !important;
		top:-40px !important;
		right:-40px !important;
		background:url('images/close.svg') center no-repeat #000 !important;
		background-size: 30px 30px !important;
	}

	.featherlight-next, .featherlight-previous {
		margin-bottom: 50px !important;
		background: transparent !important;
	}

	.featherlight-next span, .featherlight-previous span {
		font-size: 20px !important;
	}


	.pp_content {
		margin-top:0px !important;
	}

	.pp_close {
	display: none !important;
	}

	iframe {
		width:90% !important;
		height: auto !important;
	}

	iframe body, .pp_details {
		background: #2d2d2d !important; 
	}







	.hader-introtext-contact {
		padding:20px 20px 20px 40px;
	}

	.contact-logo-entra {
    max-width: 204px;
    height: auto;
	}

	.contact-addtext {
    background: url(images/contact-addtext.jpg) left no-repeat;
    background-size: cover;
	}

	.contact-details {
    padding: 30px 0px 30px 0px;
	}

	.contact-address {
		padding: 0px 0px 10px 0px;
		margin:30px 0px 0px 0px;
	}
	
	.contact-phone, .contact-org {
		width: 99%;
	}

	.contact-phone a {
		font-size:18px;
		padding-right: 0px;
		border-right: none;
	}

	.contact-phone a:hover {
		font-size:18px;
	}

	.contact-phone-org {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
	}

	.contact-org {
		font-size:18px;
		margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 50px;
	}

	.contact-email {
		margin: 30px 0px 20px 0px;
	}

	.contact-email, .contact-email:hover {
		font-size: 18px;
	}

	.contact-email img {
		margin: -10px 15px 0px 0px;
	}

	.contact-addtext-text {
		padding: 50px 0px 30px 0px;
	}

	.contact-map {
		min-height: 300px;	
	}

	.contact-before-form {
		background: #fff;
	}

	.contact-form form {
		width:100%;
    margin: 27px 0px 50px 0px;
	}

	.nopad-r.contact-form {
		padding-right: 15px;
	}

	.contact-form form .col-xl-2 {
		text-align: left;
		line-height: 20px;
	}

	input, textarea {
		margin: 6px 0px 0px 0px;
	}

	.zgoda-1 {
    margin: 0px 20px 0px 0px;
	}

	span.wpcf7-not-valid-tip {
    padding-left: 0px;
	}

	.wpcf7-submit, .wpcf7-submit:hover {
		margin: 37px 0px 0px -100px;
	}


	.footer-gray {
    min-height:auto;
	}

	.footer-contact {
		padding: 60px 40px 40px 55px;
	}

	.footer-black {
		min-height: auto;
	}

	.footer-details {
		padding: 40px 30px 10px 40px;
	}

	.footer-details ul li {
		display: block;
		margin: 0px 0px 30px 0px;
	}

	.footer-details ul li a {
		font-size: 18px;
	}

	.footer-social ul {
		padding:20px;
	}

	.footer-social ul li {
    margin: 5px;
	}

	.footer-olive {
    min-height: auto;
	}

	.footer-olive p {
    font-size:14px;
		padding: 20px;
		text-align: center;
	}

	.footer-off {
		display: none;
	}

	.footer-menu {
		display: none;
	}

	

}

@media (min-width: 576px) and (max-width: 767.98px) {

	

	.burger {
		width: 30px;
		height: 30px;
		background:url('images/burger.svg') no-repeat;
		background-size: 30px 30px;
		margin: 0 auto;
		display: block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		position: relative;
	}

	.close {
		width: 30px;
		height: 30px;
		background:url('images/close.svg') no-repeat;
		background-size: 30px 30px;
		margin: 0 auto;
		display: block;
		opacity: 1;
		top:20px;
		right: 20px;
		position: absolute;
	}

	#menu-rwd {
		width:100vw;
		height: 100vh;
		background:#000;
		z-index:99999;
		padding-right:0px !important;
		margin:0px !important;
		border:none !important;
		transition-duration:0.3s;
	}

	#menu-rwd .modal-full {
		min-width:100%;
	  margin:0;
		transition-duration:0.3s;
	}

	#menu-rwd .modal-show {
		background:#000 !important;
	}

	#menu-rwd .modal-full .modal-content {
		min-height:100vh;
		background:#000 !important;
		overflow-y:hidden !important;
		border-radius:0px;
	}


	#menu-rwd .modal-body {
		width: 100%;
		padding-bottom: 100px !important;
		top:60px;
		left:50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		position:  relative;
	}

	#menu-rwd .modal-full .modal-header {
		border-bottom:none;
	}

	#menu-rwd .modal-full .main-menu {
	  width:100%;
		margin:0px 0px 30px 0px !important;
		padding:0px;
	}

	#menu-rwd .modal-full .main-menu li {
		text-align:center;
		margin:20px 0px !important;
		padding:0px;
		list-style:none;
		display: block;
		position: relative;
	}

	#menu-rwd .modal-full .main-menu a, #menu-rwd .main-menu .current_page_item a {
		width:100%;
		font-size:16px;
		color:#fff;
		height: 30px;
   		line-height: 30px;
		padding:0px 30px !important;
		margin: 0px !important;
	 	text-align: center !important;
		border-bottom:none !important;
		display: block;
		background: transparent;
	}

	#menu-rwd .modal-full .main-menu a:before, #menu-rwd .main-menu .current_page_item a:before {
		display: none !important;
	}

	.mainmenu-submenu-toggle {
		width:20px;
		height:20px;
		border-radius:0px;
		border:none;
		background:transparent;
		right:0px;
		top:3px;
		position: absolute;
	}
	@media (min-width: 992px) {
		.mainmenu-submenu-toggle {
			display:none;
		}
	}

	.main-menu li button svg {
		width:7.64px;
		height:14px;
		fill:#fff;
		transition:.2s;
		transform: rotate(90deg);
	}

	.main-menu li.toggled > button svg {
		fill:#fff;
		transform: rotate(-90deg);
		transition:.2s;
	}

	.sub-menu {
		display: none;
		margin:0px;
		padding: 0px;
	}


	.sub-menu li a img {
		display: none;
	}

	
	#menu-rwd .modal-full .main-menu li  .sub-menu {
		margin-bottom: 20px !important;
	}

	#menu-rwd .modal-full .main-menu > li > .sub-menu > li {
		margin:10px 0px !important
	} 

	.main-menu > li > .sub-menu > li > a, .main-menu > li > .sub-menu > li > a:hover {
		text-decoration:none;
	} 


	
	#menu-rwd .modal-full .main-menu > li > .sub-menu > li > .sub-menu > li {
		margin:8px 0px !important
	} 

	.main-menu > li > .sub-menu > li > .sub-menu > li > a, .main-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
		font-size:14px !important;
		text-decoration:none;
	} 


	
	#menu-rwd .modal-full .main-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li {
		margin:6px 0px !important
	} 

	.main-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .main-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
		font-size:12px !important;
		text-decoration:none;
	} 

/* 
	#menu-rwd .sub-menu a {
		font-size:18px !important;
		font-weight: 600 !important;
		margin:0px;
		padding: 10px 0px !important;
		height: 20px;
   	line-height: 20px;
	}

	#menu-rwd .sub-menu .sub-menu a {
		font-size:16px !important;
		font-weight: 400 !important;
		margin:0px;
		padding: 6px 0px !important;
		height: 18px;
   	line-height: 20px;
	}

	#menu-rwd .sub-menu a img {
		display: none;
	}
 */
 

	.top-sep {
		height:100px;
	}

	header {
		height: 100px;
	}
	

	.nav-head {
		height:100px;
	}

	.navbar-brand {
		height: auto;
	}
	
	.logo-entra {
    	width: 230px;
		height: auto;
		
		display: block;
	}

	.logo-drutex {
    width: 130px;
		height: auto;
		margin:20px 0px 0px 0px;
		display: block;
	}

	.header-socials ul li {
		margin: 5px 5px;
	}
	
	h3, h1 {
		font-size:36px;
		line-height: 42px;
		margin:0px 0px 26px 0px;
	}


	.before-slider div {
		display: none;
	}

	.after-slider div {
		display: none;
	}

	.mainslider {
		height:360px;
	}

	.mainslider img {
		height:360px;
	}

	.carousel-text {
		bottom:5px;
	}

	.carousel-cover {
		height:360px;
	}

	.mainslider .owl-dots {
		display: none;
	}

	

	.unhead-contact-offset {
		display: none;
	}

	.unhead-contact {
		background:#000;
	}

	.unhead-contact p {
		font-size:12px;
		line-height: 18px;
		white-space: normal;
		margin: 0px 10px 0px 10px;
		padding: 30px 0px;
	}

	.unhead-phone a, .unhead-phone a:hover {
		font-size:18px;
	}

	.front-our-products {
		padding: 30px 30px 120px 0px;
	}

	.front-products a {
		height:200px;
	}

	.front-products-img {
		height:200px;
	}

	.front-products-cover {
		height:60px;
	}

	.front-products-cover-title {
		font-size: 18px;
	}

	.front-products a:hover .front-products-cover-title {
		top:73%;
	}

	.front-products-ico {
		max-width:95px;
		max-height:95px;
		bottom:80px;
	}

	.front-about-us-img {
		width: 100%;
		height:300px;
		min-height: auto;
		object-fit: cover;
	}



	.front-realizations h3 {
		margin: 40px 0px 40px 0px;
	}

	.realizationsslider .item img {
		height:260px;
	}


	.about-us-feature {
    padding: 15px 20px 30px 20px;
	}

	.about-us-feature-img {
    margin-bottom: 15px;
	}

	.about-us-feature-name {
		margin-bottom: 10px;
	}

	.about-us-suppliers-content {
		padding-right: 0px;
	}

	.suppliers {
    padding: 50px 0px 50px 0px;
	}

	.suppliers .item {
    padding-bottom: 30px;
	}



	.page-intro-dark h1 {
    padding: 30px 0px 30px 0px;
	}

	.header-image {
    height: 300px;
		min-height: auto;
	}

	.header-image img {
    height: 300px;
	}
 
	.hader-introtext {
		padding: 30px 0px 30px 0px;
	}
 
	.page-content {
    padding-top: 20px;
	}

	.pricelist-tab .hader-introtext {
    padding-top: 200px;
	}

	.pricelist-list {
		height: 160px;
		top:300px;
	}

	.pricelist-list a {
		height: 160px;
	}

	.pricelist-list a img {
		bottom:82px;
	}

	.pricelist-list a:hover img {
		bottom:97px;
	}

	.pricelist-list a .pricelist-list-name {
		bottom:50px;
	}

	.pricelist-list a:hover .pricelist-list-name {
		bottom:55px;
	}

	.pricelist-list a .pricelist-list-hover {
		bottom:26px;
	}

	.pricelist-list a:hover .pricelist-list-hover {
		bottom:31px;
	}

	
	.products-img > div {
		padding:55px 40px;
	}

	.prod-menu-title {
		font-size:14px;
    margin-bottom: 10px;
	}

	.products-img ul li {
		padding: 6px 0px;
	}

	.products-img ul li a, .products-img ul li a:hover {
		font-size:14px;
	}

	.product-pathway .breadcrumbs {
		padding:10px 0px;
	}

	.single-product-attribute img {
		left: 15px;
	}

	
	.specification-head {
    padding:0px 20px 33px 0px;
	}

	.specification-back .btn-primary {
    width: 230px;
    display: inline-block;
    top: 40px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
	}

	.back-button {
		top: 40px;
	}



	.gallery .rl-gallery-item img {
		height:160px;
	}

	#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
		width:50% !important;
	}

	.featherlight .featherlight-content {
		padding: 0px 0px 40px 0px !important;
		margin: 40px 40px 0px 40px !important;
	}

	.featherlight .featherlight-close-icon {
		width: 40px !important;
		line-height: 40px !important;
		top:-40px !important;
		right:-40px !important;
		background:url('images/close.svg') center no-repeat #000 !important;
		background-size: 30px 30px !important;
	}

	.featherlight-next, .featherlight-previous {
		margin-bottom: 50px !important;
		background: transparent !important;
	}

	.featherlight-next span, .featherlight-previous span {
		font-size: 20px !important;
	}


	.pp_content {
		margin-top:0px !important;
	}

	.pp_close {
	display: none !important;
	}

	iframe {
		width:90% !important;
		height: 300px !important;
	}

	iframe body, .pp_details {
		background: #2d2d2d !important; 
	}




	.hader-introtext-contact {
		padding:20px 20px 20px 40px;
	}

	.contact-logo-entra {
    max-width: 204px;
    height: auto;
	}

	.contact-addtext {
    background: url(images/contact-addtext.jpg) left no-repeat;
    background-size: cover;
	}

	.contact-details {
    padding: 30px 0px 30px 0px;
	}

	.contact-address {
		padding: 0px 0px 10px 0px;
		margin:30px 0px 0px 0px;
	}
	
	.contact-phone, .contact-org {
		width: 99%;
	}

	.contact-phone a {
		font-size:18px;
		padding-right: 0px;
		border-right: none;
	}

	.contact-phone a:hover {
		font-size:18px;
	}

	.contact-phone-org {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
	}

	.contact-org {
		font-size:18px;
		margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 50px;
	}

	.contact-email {
		margin: 30px 0px 20px 0px;
	}

	.contact-email, .contact-email:hover {
		font-size: 18px;
	}

	.contact-email img {
		margin: -10px 15px 0px 0px;
	}

	.contact-addtext-text {
		padding: 50px 0px 30px 0px;
	}

	.contact-map {
		min-height: 300px;	
	}

	.contact-before-form {
		background: #fff;
	}

	.contact-form form {
		width:100%;
    margin: 27px 0px 50px 0px;
	}

	.nopad-r.contact-form {
		padding-right: 15px;
	}

	.contact-form form .col-xl-2 {
		text-align: left;
		line-height: 20px;
	}

	input, textarea {
		margin: 6px 0px 0px 0px;
	}

	.zgoda-1 {
    margin: 0px 20px 0px 0px;
	}

	span.wpcf7-not-valid-tip {
    padding-left: 0px;
	}

	.wpcf7-submit, .wpcf7-submit:hover {
		margin: 37px 0px 0px -100px;
	}


	.footer-gray {
    min-height:auto;
	}

	.footer-contact {
		padding: 60px 40px 40px 55px;
	}

	.footer-black {
		min-height: auto;
	}

	.footer-details {
		padding: 40px 30px 10px 40px;
	}
	.footer-details ul li {
		display: block;
		margin: 0px 0px 30px 0px;
	}

	.footer-details ul li a {
		font-size: 18px;
	}

	.footer-social ul {
		padding:20px;
	}

	.footer-social ul li {
    margin: 5px;
	}

	.footer-olive {
    min-height: auto;
	}

	.footer-olive p {
    font-size:14px;
		padding: 20px;
		text-align: center;
	}

	.footer-off {
		display: none;
	}

		

	
	.footer-menu {
		text-align: center;
		padding: 30px 0px;
	}

	.footer-menu li a, .footer-menu li a:hover {
		font-size: 14px;
		margin:0px 10px;
	}


	

}

@media (min-width: 768px) and (max-width: 991.98px) {

	.burger {
		width: 30px;
		height: 30px;
		background:url('images/burger.svg') no-repeat;
		background-size: 30px 30px;
		margin: 0 auto;
		display: block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		position: relative;
	}

	.close {
		width: 30px;
		height: 30px;
		background:url('images/close.svg') no-repeat;
		background-size: 30px 30px;
		margin: 0 auto;
		display: block;
		opacity: 1;
		top:20px;
		right: 20px;
		position: absolute;
	}

	#menu-rwd {
		width:100vw;
		height: 100vh;
		background:#000;
		z-index:99999;
		padding-right:0px !important;
		margin:0px !important;
		border:none !important;
		transition-duration:0.3s;
	}

	#menu-rwd .modal-full {
		min-width:100%;
	  margin:0;
		transition-duration:0.3s;
	}

	#menu-rwd .modal-show {
		background:#000 !important;
	}

	#menu-rwd .modal-full .modal-content {
		min-height:100vh;
		background:#000 !important;
		overflow-y:hidden !important;
		border-radius:0px;
	}


	#menu-rwd .modal-body {
		width: 100%;
		padding-bottom: 100px !important;
		top:60px;
		left:50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		position:  relative;
	}

	#menu-rwd .modal-full .modal-header {
		border-bottom:none;
	}

	#menu-rwd .modal-full .main-menu {
	  width:100%;
		margin:0px 0px 30px 0px !important;
		padding:0px;
	}

	#menu-rwd .modal-full .main-menu li {
		text-align:center;
		margin:20px 0px !important;
		padding:0px;
		list-style:none;
		display: block;
		position: relative;
	}

	#menu-rwd .modal-full .main-menu a, #menu-rwd .main-menu .current_page_item a {
		width:100%;
		font-size:16px;
		color:#fff;
		height: 30px;
   		line-height: 30px;
		padding:0px 30px !important;
		margin: 0px !important;
	 	text-align: center !important;
		border-bottom:none !important;
		display: block;
		background: transparent;
	}

	#menu-rwd .modal-full .main-menu a:before, #menu-rwd .main-menu .current_page_item a:before {
		display: none !important;
	}

	.mainmenu-submenu-toggle {
		width:20px;
		height:20px;
		border-radius:0px;
		border:none;
		background:transparent;
		right:0px;
		top:3px;
		position: absolute;
	}
	@media (min-width: 992px) {
		.mainmenu-submenu-toggle {
			display:none;
		}
	}

	.main-menu li button svg {
		width:7.64px;
		height:14px;
		fill:#fff;
		transition:.2s;
		transform: rotate(90deg);
	}

	.main-menu li.toggled > button svg {
		fill:#fff;
		transform: rotate(-90deg);
		transition:.2s;
	}

	.sub-menu {
		display: none;
		margin:0px;
		padding: 0px;
	}


	.sub-menu li a img {
		display: none;
	}

	
	#menu-rwd .modal-full .main-menu li  .sub-menu {
		margin-bottom: 20px !important;
	}

	#menu-rwd .modal-full .main-menu > li > .sub-menu > li {
		margin:10px 0px !important
	} 

	.main-menu > li > .sub-menu > li > a, .main-menu > li > .sub-menu > li > a:hover {
		text-decoration:none;
	} 


	
	#menu-rwd .modal-full .main-menu > li > .sub-menu > li > .sub-menu > li {
		margin:8px 0px !important
	} 

	.main-menu > li > .sub-menu > li > .sub-menu > li > a, .main-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
		font-size:14px !important;
		text-decoration:none;
	} 


	
	#menu-rwd .modal-full .main-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li {
		margin:6px 0px !important
	} 

	.main-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a, .main-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
		font-size:12px !important;
		text-decoration:none;
	} 

/* 
	#menu-rwd .sub-menu a {
		font-size:18px !important;
		font-weight: 600 !important;
		margin:0px;
		padding: 10px 0px !important;
		height: 20px;
   	line-height: 20px;
	}

	#menu-rwd .sub-menu .sub-menu a {
		font-size:16px !important;
		font-weight: 400 !important;
		margin:0px;
		padding: 6px 0px !important;
		height: 18px;
   	line-height: 20px;
	}

	#menu-rwd .sub-menu a img {
		display: none;
	}
 */
 
	.top-sep {
		height:100px;
	}

	header {
		width:calc(100% + 0px);
		height: 100px;
	}
	.nav-head  {height: 100px;}
	
	
	
	
	.logo-entra {
    width: 200px;
		height: auto;
		
		display: block;
	}

	.logo-drutex {
    width: 125px;
		height: auto;
		margin:0px 0px 0px 0px;
		display: block;
	}

	.header-socials ul li {
		margin: 3px 5px;
	}
	
	h3, h1 {
		font-size:36px;
		line-height: 42px;
		margin:0px 0px 26px 0px;
	}


	.before-slider div {
		height:245px;
	}

	.after-slider div {
		height:230px;
	}

	.mainslider {
		height:475px;
	}

	.mainslider img {
		height:475px;
	}

	.carousel-text {
		bottom:5px;
	}

	.carousel-cover {
		height:475px;
	}

	.mainslider .owl-dots {
		height:245px;
	}

	.mainslider .owl-dot {
		width:8px;
		height: 8px;
		top:80px;
		margin:22px;
		left:calc(50% - 22px);
		-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
		-moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
		box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
	}

	.mainslider .owl-dot.active {
		width:8px !important;
		height:8px !important;
		margin:22px;
		-webkit-box-shadow: 0px 0px 0px 3px rgba(145,145,145,1);
		-moz-box-shadow: 0px 0px 0px 3px rgba(145,145,145,1);
		box-shadow: 0px 0px 0px 3px rgba(145,145,145,1);
	}

	.unhead-contact-offset {
		height: 123px;
	}

	.unhead-contact {
		background:#000;
	}

	.unhead-contact p {
		font-size:13px;
		line-height: 18px;
		white-space: normal;
		margin: 0px 0px 0px 0px;
	}

	.unhead-phone a, .unhead-phone a:hover {
		font-size:18px;
	}

	.unhead-phone img {
		margin:0 auto 0 auto;
		display: block;
	}

	.unhead-phone a:hover img {
			margin:0 auto 10px auto;
	}

	.front-our-products {
		padding: 30px 30px 120px 0px;
	}

	.front-products a {
		height:200px;
	}

	.front-products-img {
		height:200px;
	}

	.front-products-cover {
		height:60px;
	}

	.front-products-cover-title {
		font-size: 18px;
	}

	.front-products a:hover .front-products-cover-title {
		top:73%;
	}

	.front-products-ico {
		max-width:95px;
		max-height:95px;
		bottom:80px;
	}

	.front-about-us-img {
		width: 100%;
		min-height:570px;
		object-fit: cover;
	}

	



	.page-intro-dark h1 {
    padding: 30px 0px 30px 0px;
	}

	.hader-introtext {
		padding: 30px 30px 30px 0px;
	}
	

	.pricelist-tab .hader-introtext {
		padding-top: 400px;
	}

	.pricelist-list {
		height: 340px;
	}

	.pricelist-list a {
		height: 170px;
	}

	.pricelist-list .pricelist-list-light {
		background: #9b9b7a;
	}

	.pricelist-list .pricelist-list-light-rwd {
		background: #afaf8b !important;
	}

	.pricelist-list a img {
		bottom:82px;
	}

	.pricelist-list a:hover img {
		bottom:97px;
	}

	.pricelist-list a .pricelist-list-name {
		bottom:50px;
	}

	.pricelist-list a:hover .pricelist-list-name {
		bottom:55px;
	}

	.pricelist-list a .pricelist-list-hover {
		bottom:26px;
	}

	.pricelist-list a:hover .pricelist-list-hover {
		bottom:31px;
	}

	.products-img > div {
		padding:55px 40px;
	}

	.prod-menu-title {
		font-size:14px;
    margin-bottom: 10px;
	}

	.products-img ul li {
		padding: 6px 0px;
	}
	
	.products-img ul li a, .products-img ul li a:hover {
		font-size:14px;
	}

	.single-product-attribute img {
			max-width: 50px;
			max-height: 65px;
			padding-bottom: 30px;
			top: 0px;
			-webkit-transform: translateY(0%);
			-ms-transform: translateY(0%);
			transform: translateY(0%);
			position: relative;
	}

	.single-product-attribute span {
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: unset;
	}

	.single-products-colors-image-bar-color {
		padding-right: 15px;
		padding-left: 15px;
	}

	.single-products-colors-image-bar-color {
		line-height: 60px;
	}

	.single-products-colors-image-bar {
   	min-height: 60px;
	}

	.single-products-colors-image-bar .nav li {
		width:50px;
		height: 60px;
		line-height: 60px;
	}


	.gallery .rl-gallery-item img {
		height:160px;
	}

	.featherlight .featherlight-content {
		padding: 0px 0px 60px 0px !important;
		margin: 60px 60px 0px 60px !important;
	}

	.featherlight .featherlight-close-icon {
		width: 60px !important;
		line-height: 60px !important;
		top:-60px !important;
		right:-60px !important;
		background:url('images/close.svg') center no-repeat #000 !important;
		background-size: 40px 40px !important;
	}

	.featherlight-next, .featherlight-previous {
		margin-bottom: 90px !important;
		background: transparent !important;
	}

	.featherlight-next span, .featherlight-previous span {
		font-size: 20px !important;
	}

	.pp_content {
		margin-top:0px !important;
	}

	.pp_close {
	display: none !important;
	}

	iframe {
		width:90% !important;
		height: 300px !important;
	}

	iframe body, .pp_details {
		background: #2d2d2d !important; 
	}


	.hader-introtext-contact {
		font-size: 14px;
		line-height: 18px;
	}

	.contact-logo-entra {
    max-width: 204px;
    height: auto;
	}

	.contact-addtext {
    background: url(images/contact-addtext.jpg) left no-repeat;
    background-size: cover;
	}

	.contact-details {
    padding: 30px 0px 30px 0px;
	}

	.contact-address {
		padding: 0px 0px 10px 0px;
		margin:30px 0px 0px 0px;
	}

	.contact-address-1, .contact-address-2 {
		width: 100%;
		padding: 50px 0px 0px 0px;
		vertical-align: top;
	}

	.contact-address-1:before, .contact-address-2:before {
    margin:-40px 0px 0px 0px;
	}

	.contact-phone, .contact-org {
		width: 99%;
	}

	.contact-phone a {
		font-size:18px;
		padding-right: 0px;
		border-right: none;
	}

	.contact-phone a:hover {
		font-size:18px;
	}

	.contact-phone-org {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
	}

	.contact-org {
		font-size:18px;
		margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 50px;
	}

	.contact-email {
		margin: 30px 0px 20px 0px;
	}

	.contact-email, .contact-email:hover {
		font-size: 16px;
	}

	.contact-email img {
		margin: -10px 15px 0px 0px;
	}

	.contact-addtext-text {
		padding: 50px 0px 30px 0px;
	}

	.contact-map {
		min-height: 300px;	
	}

	.contact-form form {
		width:calc(100% - 25px);
    margin: 27px 25px 50px 25px;
	}

	.contact-form form .col-xl-2 {
		text-align: left;
		line-height: 20px;
	}

	input, textarea {
		margin: 6px 0px 0px 0px;
	}

	.zgoda-1 {
    margin: 0px 20px 0px 0px;
	}

	.wpcf7-submit, .wpcf7-submit:hover {
		margin: 37px 0px 0px -100px;
	}



	.footer-details {
		padding: 40px 30px 40px 40px;
	}

	.footer-details ul li {
		display: block;
		margin: 0px 0px 30px 0px;
	}

	.footer-details ul li a {
		font-size: 18px;
	}

	
	.footer-social ul {
		padding: 20px 0px;
	}

	.footer-social ul li {
    margin: 5px;
	}

	.footer-olive {
		min-height: 100px;
		text-align: center;
	}

	.footer-menu {
		text-align: center;
		padding: 30px 0px;
	}

	.footer-menu li a, .footer-menu li a:hover {
		margin:0px 12px;
	}
	
	.footer-off {
		display: none;
	}


}

@media (min-width: 992px) and (max-width: 1199.98px) {

	

	

	.main-menu > li > a, .main-menu > li > a:hover, .main-menu > li > a:hover, .main-menu > li.show > a, .main-menu > .dropdown:hover > a {
		height: 100px;
		font-size:11px;
		line-height: 100px;
		padding: 0px 5px 0px 5px !important;
		margin: 0px !important;
	}

	.main-menu li .dropdown-menu {
		display: none !important;
	}

	.top-sep {
		height:100px;
	}

	header {
		width:calc(100% + 0px);
		height: 100px;
	}
	

	
	
	.logo-entra {
    width: 240px;
		height: auto;
		
	}

	.logo-drutex {
    width: 100px;
		height: auto;
		margin:0px 0px 0px 20px;
	}

	.header-socials ul li {
		margin: 3px 5px;
	}
	
	h3, h1 {
		font-size:43px;
		line-height: 50px;
	}


	.before-slider div {
		height:245px;
	}

	.after-slider div {
		height:230px;
	}

	.mainslider {
		height:475px;
	}

	.mainslider img {
		height:475px;
	}

	.carousel-text {
		bottom:5px;
	}

	.carousel-cover {
		height:475px;
	}

	.mainslider .owl-dots {
		height:245px;
	}

	.mainslider .owl-dot {
		width:8px;
		height: 8px;
		top:80px;
		margin:22px;
		left:calc(50% - 22px);
		-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
		-moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
		box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
	}

	.mainslider .owl-dot.active {
		width:8px !important;
		height:8px !important;
		margin:22px;
		-webkit-box-shadow: 0px 0px 0px 3px rgba(145,145,145,1);
		-moz-box-shadow: 0px 0px 0px 3px rgba(145,145,145,1);
		box-shadow: 0px 0px 0px 3px rgba(145,145,145,1);
	}

	.unhead-contact-offset {
		height: 123px;
	}

	.unhead-contact {
		background:#000;
	}

	.unhead-contact p {
		font-size:13px;
		line-height: 18px;
		white-space: normal;
		margin: 0px 0px 0px 0px;
	}

	.unhead-phone a, .unhead-phone a:hover {
		font-size:18px;
	}

	.unhead-phone img {
		margin:0 auto 0 auto;
		display: block;
	}

	.unhead-phone a:hover img {
		margin:0 auto 10px auto;
	}


	.realizationsslider .item img {
		height:260px;
	}


	.about-us-feature {
    padding: 35px 20px 50px 20px;
	}

	.pricelist-tab .hader-introtext {
		padding-top: 200px;
	}

	.pricelist-list {
		height: 150px;
	}

	.pricelist-list a {
		height: 150px;
		}

	.pricelist-list a img {
		bottom:82px;
	}

	.pricelist-list a:hover img {
		bottom:97px;
	}

	.pricelist-list a .pricelist-list-name {
		bottom:50px;
	}

	.pricelist-list a:hover .pricelist-list-name {
		bottom:55px;
	}

	.pricelist-list a .pricelist-list-hover {
		bottom:26px;
	}

	.pricelist-list a:hover .pricelist-list-hover {
		bottom:31px;
	}


	
	.products-img > div {
		padding:55px 40px;
	}

	.prod-menu-title {
    margin-bottom: 10px;
	}

	.products-img ul li {
		padding: 6px 0px;
	}
	
	.single-products-colors-image-bar .nav li {
		width: 60px;
	}

	
	.gallery .rl-gallery-item img {
		height:220px;
	}

	
	.featherlight .featherlight-content {
		padding: 0px 0px 60px 0px !important;
		margin: 60px 60px 0px 60px !important;
	}

	.featherlight .featherlight-close-icon {
		width: 60px !important;
		line-height: 60px !important;
		top:-60px !important;
		right:-60px !important;
		background:url('images/close.svg') center no-repeat #000 !important;
		background-size: 40px 40px !important;
	}

	.featherlight-next, .featherlight-previous {
		margin-bottom: 90px !important;
		background: transparent !important;
	}

	.featherlight-next span, .featherlight-previous span {
		font-size: 20px !important;
	}



	.contact-addtext {
    background: url(images/contact-addtext.jpg) left no-repeat;
    background-size: cover;
	}

	.contact-address {
		padding: 0px 0px 10px 0px;
	}

	.contact-address-1, .contact-address-2 {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 10px;
		vertical-align: top;
	}

	.contact-phone, .contact-org {
		width: 99%;
	}

	.contact-phone a {
		padding-right: 0px;
		border-right: none;
	}

	.contact-phone-org {
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
	}

	.contact-org {
		margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 50px;
	}

	.contact-form form {
		width:calc(100% - 25px);
    margin: 27px 25px 50px 25px;
	}

	.contact-form form .col-xl-2 {
		text-align: left;
		line-height: 20px;
	}

	input, textarea {
		margin: 6px 0px 0px 0px;
	}

	.zgoda-1 {
    margin: 0px 20px 0px 0px;
	}

	.wpcf7-submit, .wpcf7-submit:hover {
		margin: 37px 0px 0px -100px;
	}

	.front-products-ico {
		max-width:100px;
		max-height:100px;
	}

	.footer-details {
		padding: 40px 60px 40px 100px;
	}

	.footer-details ul li {
		display: block;
		margin: 0px 0px 30px 0px;
	}

	.footer-details ul li a {
		font-size: 18px;
	}

	.footer-social ul li {
    margin: 5px;
	}

	.footer-olive {
    min-height: 100px;
	}

	.footer-menu li a, .footer-menu li a:hover {
		font-size: 12px;
		margin: 0px 0px 0px 6px;
		padding: 0px;
	}

}







@media (min-width: 1200px) and (max-width: 1599.98px) {


	header {
    width:100%;
	}

	.main-menu > li > a, .main-menu > li > a:hover, .main-menu > li > a:hover, .main-menu > li.show > a, .main-menu > .dropdown:hover > a {
		height: 100px;
		line-height: 100px;
		font-size:12px;
		padding: 0px 10px 0px 10px !important;
		margin: 0px !important;
	}

	.main-menu li .dropdown-menu {
		display: none !important;
	}

	.top-sep {
		height:100px;
	}

	header {
		width:calc(100% + 0px);
		height: 100px;
	}

	
	
	.logo-entra {
    width: 260px;
		height: auto;
		
	}

	.logo-drutex {
    width: 140px;
		height: auto;
		margin:0px 0px 0px 20px;
	}

	.header-socials ul li {
		margin: 5px 5px;
	}
	
	h3, h1 {
		font-size:43px;
		line-height: 50px;
	}


	.before-slider div {
		height:245px;
	}

	.after-slider div {
		height:230px;
	}

	.mainslider {
		height:475px;
	}

	.mainslider img {
		height:475px;
	}

	.carousel-text {
		bottom:5px;
	}

	.carousel-cover {
		height:475px;
	}

	.mainslider .owl-dots {
		height:245px;
	}

	.mainslider .owl-dot {
		width:8px;
		height: 8px;
		top:80px;
		margin:22px;
		left:calc(50% - 22px);
		-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
		-moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
		box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
	}

	.mainslider .owl-dot.active {
		width:8px !important;
		height:8px !important;
		margin:22px;
		-webkit-box-shadow: 0px 0px 0px 3px rgba(145,145,145,1);
		-moz-box-shadow: 0px 0px 0px 3px rgba(145,145,145,1);
		box-shadow: 0px 0px 0px 3px rgba(145,145,145,1);
	}

	.unhead-contact-offset {
		height: 123px;
	}

	.unhead-contact {
		background:#000;
	}

	.unhead-contact p {
		font-size:14px;
		line-height: 20px;
		white-space: normal;
		margin: 0px 0px 0px 0px;
	}

	.unhead-phone a, .unhead-phone a:hover {
		font-size:18px;
	}

	.unhead-phone img {
		margin:-10px 15px 0px 0px;
	}

	.unhead-phone a:hover img {
		margin:-10px 5px 0px 0px;
	}

	.products-img > div {
		padding:55px 50px;
	}

	.single-products-colors-image-bar .nav li {
		width: 65px;
	}

	
	.gallery .rl-gallery-item img {
		height:260px;
	}


	.contact-address {
		padding: 0px 0px 10px 0px;
	}

	.contact-address-1, .contact-address-2 {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 30px;
		vertical-align: top;
	}

	.contact-phone, .contact-org {
		width: 99%;
	}

	.contact-phone a {
		padding-right: 0px;
		border-right: none;
	}

	.contact-org {
		padding-top: 20px;
    padding-left: 50px;
	}

	.contact-form form {
    margin: 27px 0px 50px 25px;
	}

	.contact-form form .col-xl-2 {
		line-height: 16px;
		padding-top: 25px;
	}
	
	.footer-details {
		padding: 40px 60px 40px 100px;
	}

	.footer-details ul li {
		margin: 0px 32px 0px 0px;
	}

	.footer-details ul li a {
		font-size: 18px;
	}

	.footer-social ul li {
    margin: 5px;
	}

	.footer-olive {
    min-height: 100px;
	}

	.footer-menu li a, .footer-menu li a:hover  {
		font-size:14px;
		margin: 0px 0px 0px 10px;
		padding: 0px;
	}

}




@media (min-width: 1600px) and (max-width: 1870px) {

	header {
		width:calc(100% + 0px);
		height: 150px;
	}


	
	
	.logo-entra {
    width: 320px;
		height: auto;
		
	}

	.logo-drutex {
    width: 180px;
		height: auto;
		margin:0px 0px 0px 20px;
	}

	.main-menu > li > a, .main-menu > li > a:hover, .main-menu > li > a:hover, .main-menu > li.show > a, .main-menu > .dropdown:hover > a {
		font-size:14px;
    padding: 0px 10px 0px 10px !important;
		margin: 0px !important;
	}

	.main-menu > li > .dropdown-menu > li {
		width: 250px;
	}

	.main-menu > li > .dropdown-menu > li > .dropdown-menu {
		width: 420px;
	}

	.main-menu > li > .dropdown-menu > li > .dropdown-menu > li:nth-child(2), .main-menu > li > .dropdown-menu > li > .dropdown-menu > li:nth-child(4) {
		width: 209px;
	}

	.main-menu > li > .dropdown-menu > li > .dropdown-menu > li {
		width: 210px;
	}

	.main-menu > li > .dropdown-menu > li > .dropdown-menu > li .dropdown-menu {
		width: 209px;
	}

	.main-menu > li > .dropdown-menu > li > .dropdown-menu > li:last-child .dropdown-menu {
		width: 210px;
	}

	.header-socials ul li {
		margin: 0px 8px;
	}

	.top-sep {
		height:150px;
	}

	.contact-address-1, .contact-address-2 {
		width: 49%;
		padding-right: 0px;
		vertical-align: top;
	}

	.contact-phone a {
		padding-right: 20px;
	}

	.contact-org {
    padding-left: 20px;
	}

	.contact-form form {
    margin: 27px 0px 50px 25px;
	}

	.footer-menu li a, .footer-menu li a:hover  {
		margin: 0px 0px 0px 30px;
		padding: 0px;
	}

}


.gallery-intro {
	font-size:26px;
	line-height:30px;
	padding-top: 60px;
	padding-bottom: 60px;
}


/* product page - new  */

.product-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	/* margin:0px 0px 100px 0px; */
}

.product-list-inner {
	width:100%;
	background:#F9F9F9;
}
@media (min-width: 576px) {
	.product-list-inner {
		width:calc(50% - 10px);
	}
}
@media (min-width: 1200px) {
	.product-list-inner {
		width:calc(25% - 15px);
	}
}

.product-list-inner-single {
	width:100%;
	background:#F9F9F9;
}

.product-list-inner-img {
	display:none;
}
@media (min-width: 576px) {
	.product-list-inner-img {
		width:100%;
		background: #E8E8E8;
		position: relative;
		display: block;
	}
}

.product-list-inner-img:after {
    content: "";
    display: block;
    padding-bottom: 43%;
}

.product-list-inner-img.product-list-inner-img-single:after {
	padding-bottom: 20%;
}

.product-list-inner-img img {
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
}



.product-list-inner-desc {
	padding:30px 20px 30px 20px;
}
@media (min-width:576px) {
	.product-list-inner-desc {
		padding:30px 30px 30px 35px;
	}
}

.product-list-inner-desc h3 {
	font-size: 26px;
	font-weight: 300;
	line-height:32px;
	margin: 0px 0px 28px 0px;
	padding: 0px 0px 0px 48px;
	position: relative;
}
@media (min-width:1400px) {
	.product-list-inner-desc h3 {
		font-size: 32px;
		line-height:32px;
	}
}
@media (min-width:1600px) {
	.product-list-inner-desc h3 {
		font-size: 36px;
		line-height:36px;
		padding: 0px 0px 0px 53px;
	}
}

.product-list-inner-desc h3 img {
	max-width: 45px;
	max-height: 40px;
	object-fit: contain;
	lefT:0px;
	top:0px;
	position: absolute;
}


.product-list-inner-desc ul {
	margin: 0px;
	padding: 0px;
}

.product-list-inner-desc ul li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.product-list-inner-desc ul li a {
	font-size: 18px;
	font-weight: 700;
	color:#000;
	line-height: 30px;
	text-decoration:none;
	margin: 0px;
	padding:12px 0px;
	border-bottom:1px solid #E6E6E6;
	display: block;
}

.product-list-inner-desc ul li a:hover {
	color:#AFAF8B;
	text-decoration:none;
}




@media (max-width:767.98px) {
#pp_full_res iframe {
	width: 100% !important;
	height:100% !important;
	min-height: 360px !important;
	position: relative;
}
}

/* page-404 */

.page-404 {
	min-height: 500px;
	padding:200px 0px 100px 0px;
	text-align:center;
}


::-webkit-input-placeholder {
	color:#CBCBCB;
}
::-moz-placeholder {
	color:#CBCBCB;
}
:-ms-input-placeholder {
	color:#CBCBCB;
}
:-moz-placeholder {
	color:#CBCBCB;
}




::-moz-selection {
	color:#fff;
	background:#afaf8b !important;
}

::selection {
	color:#fff;
	background:#afaf8b !important;
}

::-moz-selection {
	color:#fff;
	background:#afaf8b !important;
}




::-webkit-scrollbar {
   width:7px;
}

::-webkit-scrollbar-track {
   background:#f0f0e9;
}

::-webkit-scrollbar-thumb {
   background:#afaf8b;
}

::-webkit-scrollbar-thumb:hover {
	background:#b5b593;
}
@media (max-width: 991.98px) {
	::-webkit-scrollbar {
		display: none;
	}
}


:root {
  scrollbar-color: #afaf8b #f0f0e9 !important;
  scrollbar-width: thin !important;
}


.offcanvas-body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #f0f0e9; /* or add it to the track */
}

/* Add a thumb */
.offcanvas-body::-webkit-scrollbar-thumb {
    background: #afaf8b !important;
}



/* product-custom-content */

.product-custom-content {
	padding-top: 60px;
	padding-bottom: 60px;
}


/* sideform */

.sideform-btn {
	display: none;
}
@media (min-width: 992px) {
	.sideform-btn {
		width:380px;
		height:80px;
		font-size: 18px;
		color:#fff;
		line-height: 26px;
		text-decoration: none;
		background: #AFAF8B;
		cursor:pointer;
		padding: 10px 5%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap:18px;
		right:0px;
		bottom:0px;
		position: fixed;
		transition: .2s;
		z-index: 9999;
	}
}
@media (min-width: 1600px) {
	.sideform-btn {
		height:100px;
		font-size: 22px;
		line-height: 30px;
		gap:28px;
	}
}

.sideform-btn:hover {
	color:#fff;
	text-decoration: none;
	gap:12px;
	transition: .2s;
}
@media (min-width: 1600px) {
	.sideform-btn:hover {
		gap:18px;
	}
}

.sideform-btn img {
	width:31.38px;
	height: 31.38px;
}

.sideform {
	width: 960px;
	height: auto;
/* 	max-height: 100vh; */
	color:#fff;
	background: #000;
	padding: 30px 30px 100px 0px;
	right:-960px;
	bottom:80px;
	position: fixed;
	transition: .2s;
	z-index: 9998;
}
@media (min-width: 1600px) {
	.sideform {
		padding: 60px 60px 100px 60px;
		bottom:100px;
	}
}

.sideform.sideform-open {
	transition: .2s;
	right:0px;
	z-index: 9999;
}


.sideform.sideform-open p {
	color:#fff;
	padding:0px;
	margin:0px;
}

.sideform.sideform-open form .col-md-2 {
	line-height: 40px;
	text-align: right;
	padding-top:26px;
}

.sideform.sideform-open input[type=text], .sideform.sideform-open input[type=email], .sideform.sideform-open input[type=tel] {
	width:100%;
	height:40px;
	padding:0px 10px;
	margin:16px 0px 0px 5px;
	font-size:16px;
	color:#fff;
	background:#303030;
	border:1px solid #fff;
	border-radius:0px;
}

.sideform.sideform-open textarea {
	width:100%;
	height:120px;
	padding:10px 10px;
	margin:16px 0px 10px 5px;
	font-size:16px;
	color:#fff;
	background:#303030;
	border:1px solid #fff;
	border-radius:0px;
}
@media (min-width: 1200px) {
	.sideform.sideform-open textarea {
		width:100%;
		height:173px;
	}
}

.sideform.sideform-open .wpcf7-not-valid[type=text], .sideform.sideform-open .wpcf7-not-valid[type=email], .sideform.sideform-open .wpcf7-not-valid[type=tel] {
	border:1px solid #f00;
}

.sideform.sideform-open span.wpcf7-not-valid-tip {
	/* padding-left: 5px !important; */
	display: none;
}

.sideform.sideform-open .wpcf7-response-output {
	position: absolute;
}

.sideform.sideform-open .wpcf7-submit {
	width:188px;
	height: 58px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	text-decoration:none;
	padding:16px 57px 16px 30px;
	margin:37px 0px 0px -70px;
	background:url('images/btn-primary.svg') no-repeat transparent;
	background-position: right 29px top 20px;
	border:2px solid #AFAF8B;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	transition-duration:0.3s;
	left: 50%;
	position: relative;
}

.sideform.sideform-open .wpcf7-submit:hover {
	font-size:16px;
	font-weight:400;
	color:#fff;
	text-decoration:none;
	padding:16px 57px 16px 30px;
	margin:37px 0px 0px -70px;
	background:url('images/btn-primary-w.svg') no-repeat #AFAF8B;
	background-position: right 29px top 20px;
	border:2px solid #AFAF8B;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	transition-duration:0.3s;
	left: 50%;
	position: relative;
}

@media (min-width:1200px) {
	.sideform.sideform-open [data-name=zgoda-1] {
		margin-left: 5px;
	}
}

.sideform.sideform-open input[type=checkbox]:checked + span:before {
	width:16px;
	height:16px;
	background:url('images/checked.svg') #fff no-repeat;
	background-size:12px 12px;
	background-position:1px 1px;
}

/* .sideform .sideform-btn {
	width: 19.45vw;
	bottom:0px;;
} */






/* end */


