body {

	font-family: 'Open Sans', sans-serif !important;
	color: #fff !important;
	font-size: 1.3rem !important;
}




a {
	-webkit-transition:all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
}


/* text-colors */

.text-black {
	color:#000;
}



.padd-lr-50 {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 540px) {
	.padd-lr-50 {
		padding-left: 15px;
		padding-right: 15px;
	}		
}


.custom-control-indicator {
	top: 0.5rem !important;
	background: transparent !important;
	border:1px solid #fff !important;
}


/* Button */


.cust-btn-dark {
	background: transparent;
	font-family: 'Oswald', sans-serif;	
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	border: 1px solid #000;
	border-radius: 50px;
	padding: 5px 30px;
	margin: 20px 0;
	cursor: pointer;
}


.cust-btn-white {
	background: transparent;
	font-family: 'Oswald', sans-serif;	
	color: #fff;
	text-transform: uppercase;
font-size: 20px;
font-weight: 800;
border: 1px solid #fff;
border-radius: 50px;
padding: 5px 20px;
margin:20px 0;
cursor: pointer;
}


.cust-form-control {
	background: transparent;
background-image: none;
box-shadow: none;
border: none;
color: #ddd;
margin-bottom: 36px;
border-bottom: 1px solid #fff;
width: 96%;
}





/* forms */


.styled-select {
  overflow: hidden;
    width: 500px;
    border-bottom: 1px solid #222;
    margin-bottom: 20px;
}

.styled-select select {
   background: transparent;
    border: none;
    font-size: 24px;
    height: 45px;
    padding: 0px;
    width: 526px;
    color: #b0b0b0;
}

@media (max-width: 540px) {

	.styled-select {
		width: 290px;
	}

	.styled-select select {
		width: 320px;
	}
}



.gj-nav {

	background-color: #fff;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
		
	}

.gj-nav .navbar-nav .nav-link{
	color: red;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #000 !important;
	font-size: 20px;
	border-bottom: 2px solid #fff;
}


.gj-nav .navbar-nav .nav-link.active{
	color:#56a53a !important;
	border-bottom-color:  #56a53a;
}


@media (max-width: 1366px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.gj-nav .navbar-nav .nav-link {
		font-size: 16px;
	}
	.switch-lang-btn {
		font-size: 16px;
	}
	.navbar-nav.mx-auto {
		margin-left: 0 !important;
	}
	.switch-lang {
		top: 30px !important;
	}
	.switch-lang-btn:after {
		top: 10px !important;
	}
}


@media (min-width: 769px) and (max-width:992px) {
	.navbar {
		justify-content: center !important;
	}
	.navbar-brand {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.gj-nav .navbar-nav .nav-link {
		font-size: 11px;
	}
}




#home {
		
		background-color: #222;	
	  background-image:url(../img/banner.png);
	  background-position: top center;
	  background-size: cover;
	  height: 100vh;
	
	padding-bottom: 100px;


}


@media (min-width: 1921px) { 
	#home {
		height: 100%;
	}
}

@media (max-width: 768px) {

	#home {
	
	background-image: url(../img/iphone.png) !important;
	background-repeat: no-repeat !important;
	background-position: top left !important;
	height: 100%;
		  

	}

	.navbar-brand {
		justify-content: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.heading {
	font-family: 'Oswald', sans-serif;
font-size: 10rem;
color: #fff;
font-weight: bold;
text-transform: uppercase;
margin-top: 250px;
}

.heading span {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
display: block;
font-size: 5.65rem;
line-height: 0.01em;
}


@media (min-width: 769px) and (max-width: 1024px) {
  
	.heading {
		font-size: 7rem;
		margin-top: 210px;
		margin-left: 50%;
	}	

	.heading span {
		font-size: 4rem;
	}
  
}


@media (max-width: 768px) {

	.heading {
		font-size: 5rem;
	    margin-top: 30px;
	    margin-left: 0;
	    width: 100%;
	    text-align: center;
	}

	.heading span {
		font-size: 2.9rem;
	}
	#home, #section2, #section3, #section3b, #section4, #section5{text-align: center;}
}

@media (max-width: 460px) {

	.heading {
		
	}


}



#section2 {

	height: 100vh;

		background-color: #222;
	  background-image:url(../img/banner2.png);
	  background-position: top center;
	  background-size: cover;

	padding-top: 100px;
	padding-bottom: 200px;

	height: 100%;
}

.content-heading {
		font-family: 'Oswald', sans-serif;
	color: #fff;
font-size: 60px;
font-weight: 800;
text-transform: uppercase;
line-height: 78px;
}


.content-heading.dark {
	color:#000;
}

.content-heading.green {
	color:#b2cc14;
}

.content-heading.dark-green {
	color:#55a539;
}






@media (max-width: 768px) {
	

	.horizontal {
		height: 4px;
    margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.item1, .item2, .item3, .item4{
		left: 0!important;
		right: 0!important;
	}
	.scrollbar{height: auto!important;    overflow-y: auto!important;}
	.vantaggiBlock{    margin-bottom: 50px;}
}





.sub-heading {
		font-family: 'Oswald', sans-serif;
	color: #fff;
text-transform: uppercase;
font-size: 30px;

font-weight: 300;
}


.sub-heading.dark {
	color:#000;
}

.sub-heading.green {
	color:#b2cc14;
}






.horizontal {
	background-color: #fff;
width: 150px;
height: 5px;
line-height: 104px;
display: block;
margin-top: 40px;
margin-bottom: 40px;
}

.horizontal.green {
	background-color:#b2cc14;
}

.horizontal.dark {
	background-color:#000;
}

.horizontal.dark-green {
	background-color:#55a539;
}



.horizontal.center {
	margin: 20px auto;
}


@media (max-width: 1280px) { 
	.content-heading {
		font-size: 60px;
	}	

	.sub-heading {
		font-size: 26px;
	}

	.horizontal.center {
		margin: 20px auto;
	}
	
}


@media (max-width: 768px) {

	.content-heading {
		font-size: 36px !important;
		line-height: 36px !important;
	}

	.sub-heading {
		font-size:26px;
	}

	.horizontal {
		height: 4px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}



#section3 {
	background-color: #fff;
	color: #000;

}

#section3b {
	background-color: #fff;
	color: #000;

}




.cust-row {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.cust-row.nothide .item2{
	margin-left: 50%;
}

.cust-row.nothide .item3{
	margin-right: -50%;
}

.cust-row.hide .item2{
	margin-left: -50%;
}

.cust-row.hide2 .item2{
	margin-left: 50%;
}

.cust-row.hide2 .item3{
	margin-right: -50%;
}

.cust-col {
	width:50%;
	text-align: center;
	float: left;

	-webkit-transition:all 500ms ease-out .3s;
    -moz-transition: all 500ms ease-out .3s;
    -o-transition: all 500ms ease-out .3s;
    transition: all 500ms ease-out .3s;

	/* padding-top: 100px;
	padding-bottom: 200px; */
	padding-top: 50px;
	padding-bottom: 250px;
	padding-right: 200px;
	padding-left: 200px;
	
}


.cust-row  {
	min-height: 1050px;
}

@media (max-width: 1460px) {
	.cust-row {
	    min-height: 1200px;
	}
	.cust-col {
		padding-top: 100px;
	    padding-right: 140px;
	    padding-left: 140px;
	    padding-bottom: 100px;
	}
}

@media (max-width: 1280px) {
	.cust-row {
		min-height: 1450px;
	}
}

@media (max-width: 992px) {
	.cust-row {
		min-height: 0;
	}
} 







.item1 {
	
background-color: #b2cc14;
color: #fff;
position: absolute;
left: -50%;
top: 0;
height: 100%;
padding: 50px 0 0 0!important;

}

.item1.show {
	left: 0;
}




.item2 strong {
	color:#b2cc14;
height: 100%;

}

.item3 strong {
	color:#55a539;
height: 100%;

}


.item4 {
	background-color: #55a539;
	color: #fff;
	position: absolute;
	right: -50%;
	top: 0;
	height: 100%;
	padding: 50px 0 0 0!important;
}

.item4.show {
	right: 0%;
}


.but-action {
	width: 260px;
	height: 260px;
	background-color: #b2cc14;
	position: absolute;
	top: 50%;
	right: -140px;
	transform: translateY(-50%);
	color: #fff;
	text-transform: uppercase;
	line-height: 260px;
	border-radius: 50%;
	font-weight: 800;
	text-align: right;
	padding-right: 16px;
	font-size: 16px;
	cursor: pointer;
}

.certific {
	top: 35% !important;
}

.but-action2 {
	    width: 260px;
    height: 260px;
    background-color: #55a539;
    position: absolute;
    top: 50%;
    left: -140px;
    transform: translateY(-50%);
    color: #fff;
    text-transform: uppercase;
    line-height: 260px;
    border-radius: 50%;
    font-weight: 800;
    text-align: left;
    padding-left: 16px;
    font-size: 16px;
    cursor: pointer;


}

.show .but-action,
.show .but-action2
{
    font-size: 60px;
    font-weight: normal;
    text-align: center;
}

.but-action.extra {
	font-size: 54px;
	    /* padding-right: 50px; */

	    -webkit-transition:all 500ms ease-out .3s;
    -moz-transition: all 500ms ease-out .3s;
    -o-transition: all 500ms ease-out .3s;
    transition: all 500ms ease-out .3s;
}

.but-action2.extra {
	font-size: 54px;
	    /* padding-left: 50px; */

	    -webkit-transition:all 500ms ease-out .3s;
    -moz-transition: all 500ms ease-out .3s;
    -o-transition: all 500ms ease-out .3s;
    transition: all 500ms ease-out .3s;
}

.but-action.hide {
	display: none;

	 -webkit-transition:all 500ms ease-out .3s;
    -moz-transition: all 500ms ease-out .3s;
    -o-transition: all 500ms ease-out .3s;
    transition: all 500ms ease-out .3s;
}

.but-action2.hide {
	display: none;

	 -webkit-transition:all 500ms ease-out .3s;
    -moz-transition: all 500ms ease-out .3s;
    -o-transition: all 500ms ease-out .3s;
    transition: all 500ms ease-out .3s;
}


@media (max-width: 992px) {
	.vantaggiBlock {
		margin-bottom: 40px;
	}
	.item1 {
		margin-left: 0;
		left: 0;
	}

	.cust-row {
	    height: 100%;
	}

	.cust-col {
		width: 100%;
	}

	.but-action {
		display: none;
	}

	.item4 {
		position: static;
		left: 0;
	}

	.but-action2 {
		display: none;
	}
}

@media (max-width: 992px) {

	.cust-col {
		padding-top: 100px;
	    padding-right: 30px;
	    padding-left: 30px;
	    padding-bottom: 100px;
	}

}



img.imballo {
    width: 140px;
	 -webkit-filter: drop-shadow(5px 5px 5px #666);
	filter: drop-shadow(5px 5px 5px #666);
}
span.descr-imballo, span.dest-rifiuti {
    font-size: 15px;
	line-height: 1;
}
img.mat-ico {
    width: 60px;
}

#riciclo hr {
border-top: 1px solid white;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

@media (max-width: 1540px) {

#menutop {	
margin-right: 150px !important;
}

.mr-auto, .mx-auto {	
margin-right: 150px !important;
}

}

#section4 {
	height: 100vh;
	  background-color: #f1f1f1;	
	  background-image:url(../img/banner4.png);
	  background-position: top center;
	  background-size: cover;

	padding-top: 150px;
	padding-bottom: 150px;
	height: 100%;

	min-height: 980px;
	
}









#section5 {
	height: 100vh;
		background-color: #222;
	  background-image:url(../img/banner5.png);
	  background-position: top center;
	  background-size: cover;

	padding-top: 100px;
	padding-bottom: 100px;

	height: 100%;

	
}

.vantaggiBlock .owl-nav {
	margin-top: 20px;
}

.vantaggiBlock .owl-prev,
.vantaggiBlock .owl-next  {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.vantaggiBlock .owl-prev {
	background-image: url(../img/arrow-white-left.png);
}

.vantaggiBlock .owl-next {
	background-image: url(../img/arrow-white-right.png);
}




#footer {
	background-color: #000;
	color:#fff;
	padding: 30px 0;
	font-size: 18px;
	
}

#footer a{color: #fff;}

#footer p{font-size: 14px}

.footer-link {
	list-style: none;
	padding:0;
	margin: 30px 0 15px 0px;
}

.footer-link li{ 
	display: inline-block;
}

.footer-link li a{ 
	    color: #a4a4a4;
    font-size: 14px;
    padding: 0 10px;
}


.footer-link li:after{ 
	content: "|";
	color: #a4a4a4;
}

.footer-link li:last-child:after {
	content:"";
}



.creator {
	color: #514a4a;
text-transform: uppercase;
font-size: 13px;
}
#footer .creator a{color: #514a4a;}


@media (max-width: 768px) {

	body {
		font-size: 1.2rem !important;
		padding-top: 90px;
	}

}


@media (max-width: 540px) {

	#footer {
		font-size: 12px !important;
	}

}




.cust-form-control::-webkit-input-placeholder {
  color: #989695;
  opacity: 1;
}

.cust-form-control::-moz-placeholder {
  color: #989695;
  opacity: 1;
}

.cust-form-control:-ms-input-placeholder {
  color: #989695;
  opacity: 1;
}

.cust-form-control::placeholder {
  color: #989695;
  opacity: 1;
}




#home, #section2, #section3, #section3b, #section4, #section5 {
	position: relative;
}


/* button scroller */



@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

.abs p{font-size: 18px;line-height: 1.444em;}

.txt p{font-size: 14px;line-height: 1.444em;}
.txtValue{
	position: relative;
	z-index: 1;
	padding-top: 0;
    padding-right: 100px;
    padding-left: 100px;
	padding-bottom: 50px;
}
.scroll-btn .mouse.dark {
	border:3px solid #c8c8c8;
}

.scroll-btn .mouse.dark > * {
	background-color: #c8c8c8;
}

.materialize-form form {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.materialize-form fieldset {
    border: 0!important;
    margin: 0!important;
	padding: 0!important;
}
/* .materialize-form .input-field{
    display: inline-block;
    float: left;
    min-height: 70px;
} */

.item1 h2,
.item4 h2{
	font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 140px;
    margin-bottom: 40px;
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
}

h2.cert-name{
	font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 10px;
    clear: both;
	margin-top: 0;
    padding: 0;
}


.vantaggiBlock {padding: 0 25px;float: left;}
.vantaggiBlock .item{height: 10rem;border: 3px solid #fff;display: table;padding: 10px; word-break: break-word;}
.vantaggiBlock .item h4{font-size: 14px;display: table-cell;vertical-align: middle;margin:0;padding: 0;}
.subtitles  {
    float: left;
    width: 100%;
}

#informazioni, #diventarivenditore, #Privacy{
    float: left;
    width: 100%!important;
}

.contact-form-area .field input[type="text"], .contact-form-area .field textarea, .contact-form-area .field .select, .contact-form-area .field .attach {
    padding: 0!important;
    width: 100%!important;
    position: relative!important;
}

.contact-form-area .field {
	width: 50%;	
}

/* .materialize-form button, .materialize-form html input[type="button"], .materialize-form input[type="reset"], .materialize-form input[type="submit"]{
    background: transparent;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 20px 0;
    cursor: pointer;
} */

/* .materialize-form input:not([type]).validate+label, .materialize-form input[type=text].validate+label, .materialize-form input[type=password].validate+label, .materialize-form input[type=email].validate+label, .materialize-form input[type=url].validate+label, .materialize-form input[type=time].validate+label, .materialize-form input[type=date].validate+label, .materialize-form input[type=datetime].validate+label, .materialize-form input[type=datetime-local].validate+label, .materialize-form input[type=tel].validate+label, .materialize-form input[type=number].validate+label, .materialize-form input[type=search].validate+label, .materialize-form textarea.materialize-textarea.validate+label{
	left: 15px!important;
} */

.contact-form-area .field.f-checkbox input[type="checkbox"]{
	position: absolute!important;
    left: -9999px!important;
    opacity: 0!important;
}
/* .materialize-form input:not([type]), .materialize-form input[type=text], .materialize-form input[type=password], .materialize-form input[type=email], .materialize-form input[type=url], .materialize-form input[type=time], .materialize-form input[type=date], .materialize-form input[type=datetime], .materialize-form input[type=datetime-local], .materialize-form input[type=tel], .materialize-form input[type=number], .materialize-form input[type=search], .materialize-form textarea.materialize-textarea{
	border-bottom: 2px solid #fff!important;margin-bottom: 0!important;box-shadow: 0 1px 0 0 rgba(255,255,255,0);
} */

/* .materialize-form .input-field label{color: #fff!important}

.materialize-form input:not([type]).valid, .materialize-form input:not([type]):focus.valid, .materialize-form input[type=text].valid, .materialize-form input[type=text]:focus.valid, .materialize-form input[type=password].valid, .materialize-form input[type=password]:focus.valid, .materialize-form input[type=email].valid, .materialize-form input[type=email]:focus.valid, .materialize-form input[type=url].valid, .materialize-form input[type=url]:focus.valid, .materialize-form input[type=time].valid, .materialize-form input[type=time]:focus.valid, .materialize-form input[type=date].valid, .materialize-form input[type=date]:focus.valid, .materialize-form input[type=datetime].valid, .materialize-form input[type=datetime]:focus.valid, .materialize-form input[type=datetime-local].valid, .materialize-form input[type=datetime-local]:focus.valid, .materialize-form input[type=tel].valid, .materialize-form input[type=tel]:focus.valid, .materialize-form input[type=number].valid, .materialize-form input[type=number]:focus.valid, .materialize-form input[type=search].valid, .materialize-form input[type=search]:focus.valid, .materialize-form textarea.materialize-textarea.valid, .materialize-form textarea.materialize-textarea:focus.valid {
    border-bottom: 2px solid #fff!important;
    box-shadow: 0 1px 0 0 #fff!important;
}

.materialize-form input:not([type]):focus:not([readonly]), .materialize-form input[type=text]:focus:not([readonly]), .materialize-form input[type=password]:focus:not([readonly]), .materialize-form input[type=email]:focus:not([readonly]), .materialize-form input[type=url]:focus:not([readonly]), .materialize-form input[type=time]:focus:not([readonly]), .materialize-form input[type=date]:focus:not([readonly]), .materialize-form input[type=datetime]:focus:not([readonly]), .materialize-form input[type=datetime-local]:focus:not([readonly]), .materialize-form input[type=tel]:focus:not([readonly]), .materialize-form input[type=number]:focus:not([readonly]), .materialize-form input[type=search]:focus:not([readonly]), .materialize-form textarea.materialize-textarea:focus:not([readonly]){
	 border-bottom: 2px solid #fff!important;
    box-shadow: 0 1px 0 0 #fff!important;
} */

.contact-form-area .field .cf-error label {
    color: #ffff00!important;
    text-transform: none;
    font-size: 12px;
    top: 0!important;
    left: 0!important;
}

.contact-form-area #Privacy .cf-error label{left: 15px!important;top: 5px!important;}

.contact-form-area .field .cf-error{margin-top:0;}


.materialize-form [type="checkbox"]+label:before, .materialize-form [type="checkbox"]:not(.filled-in)+label:after{border: 2px solid #fff!important;}

.materialize-form [type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent!important;
    border-left: 2px solid transparent!important;
    border-right: 2px solid #fff!important;
    border-bottom: 2px solid #fff!important;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.AdminLoginPage img {
  max-width: 100%;
  height: auto;
  padding: 5px;
}
.AdminLoginPage .login-area {
  display: table;
  margin: 0 auto;
  width: 280px;
  height: 100%;
  position: relative;
}
.AdminLoginPage .login-area>div {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.AdminLoginPage #MemberLoginForm_LoginForm {
  width: 280px;
}
.AdminLoginPage fieldset{border: 0;margin:0;padding: 0;}
.AdminLoginPage .field {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
.AdminLoginPage .checkbox{display: none;visibility: hidden;}
.AdminLoginPage .field>label {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.AdminLoginPage .field input {
  font-size: 16px;
  border: 2px solid #1d1d1b;
  padding: 5px 10px;
  text-align: center;
  border-radius: 20px;
}
.AdminLoginPage .login-area input {
  width: 100%;
}
.AdminLoginPage input[type=submit], .AdminLoginPage .btn, .AdminLoginPage .contact-form-area button[type=submit] {
  display: inline-table;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  color: #56a53a;
  background: #fff;
  border: 2px solid #56a53a;
  height: 40px;
  border-radius: 20px;
  text-align: center;
}
#ForgotPassword a{color: #56a53a;font-size: 12px;}
.AdminLoginPage input[type=submit] {
  transition-property: all;
  -webkit-transition-property: all;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  font-size: 18px;
  margin-top: 40px;
}
#iubenda-cs-banner {
  bottom: 0px !important;
  left: 0px !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 99999998 !important;
  background: #CB171A;
  color: black;
}
.iubenda-cs-content {
  background: #56a53a !important;
  padding: 28px !important;
}
.iubenda-cs-rationale {
  position: relative;
}
.iubenda-cs-close-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: none;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 50px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'open_sansregular',sans-serif;
}
.iubenda-banner-content {
  margin-right: 80px;
  line-height: 1.6;
  font-size: 11px;
  color: #fff;
}
.iubenda-banner-content p:first-child {
  display: none;
}
.iubenda-cs-content p {
  font-size: 13px;
}
.iubenda-banner-content a {
  text-decoration: underline;
  color: #fff;
}
.iubenda-banner-content a:hover {
  text-decoration: underline;
  color: #fff;
}
.iubenda-cs-close-btn:hover{color: #000;border: 3px solid #000;}

.CopyrightPage {color: #000;padding-top: 0}
.CopyrightPage h1{color: #56a53a;font-size: 24px;line-height: 1.44em}
.CopyrightPage p{color: #000;font-size: 14px;line-height: 1.44em}
.CopyrightPage .abs p{font-size: 18px;}
.CopyrightPage .txt p{font-size: 14px;}

@media (min-width: 990px) and (max-width:1320px) {
	.item1 h2, .item4 h2{line-height: 1.4em;font-size: 28px;}
	.content-heading{font-size: 48px;}
	.vantaggiBlock .item h4{font-size: 12px}
	.item2{padding-right: 60px;}
	.item3{padding-left: 60px;}
}

@media (max-width:1025px){	
	.item1 h2, .item4 h2{line-height: 1.3em;font-size: 22px!important;}
	.content-heading{font-size: 40px;}
	.vantaggiBlock .item h4{font-size: 12px}
	.txt p {    font-size: 13px;    line-height: 1.2em;}
	.vantaggiBlock .item{height: 6rem;width: 50%;}
}

@media (max-width:1023px){
	.item1,.item2,.item3,.item4{position: relative;height: auto;}
	.txtValue{padding-left: 20px;padding-right: 20px;}
	.scroll-btn{display: none;visibility: hidden;}
	.item1 h2, .item4 h2{padding: 0 20px}
	.vantaggiBlock .item{height: 6rem;width: 100%;}
}


/* Styling Pagination*/
.owl-theme .owl-controls .owl-page span{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
  width: 100px;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background: #ccc;
  border:none;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #3F51B5;
}

.txtValue{float: left;
    width: 100%;
	overflow-x: auto;
	}

.scrollbar
{
	float: left;
	height: 260px;
	width: 100%;
	overflow-y: scroll;
	position: relative;
	padding: 0 20px;
	padding-bottom: 60px;
	z-index: 100;
}
.scrollbarBlock{position: relative;height: 100%;float: left;}
.scrollbarBlock:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 12px;
	height: 60px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55a539+0,55a539+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(85,165,57,0) 0%, rgba(85,165,57,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(85,165,57,0) 0%,rgba(85,165,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(85,165,57,0) 0%,rgba(85,165,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055a539', endColorstr='#55a539',GradientType=0 ); /* IE6-9 */

    z-index: 1000;
}

#graphic::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;

    z-index: 10000;
}

#graphic::-webkit-scrollbar
{
	width: 12px;
	background-color: #55a539;
}

#graphic::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #20520e;
}

.item1 .scrollbarBlock:after{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2cc14+0,b2cc14+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(178,204,20,0) 0%, rgba(178,204,20,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(178,204,20,0) 0%,rgba(178,204,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(178,204,20,0) 0%,rgba(178,204,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2cc14', endColorstr='#b2cc14',GradientType=0 ); /* IE6-9 */
}

.item1 #graphic::-webkit-scrollbar
{
	width: 12px;
	background-color: #b2cc14;
}

.hideme{display: none;visibility: hidden;}

.search-results,
.no-search-results {
	width: 100%;
	color: black;
	display: flex;
	flex-direction: column;
}

.search-results__title {
	color: #56a53a;
	line-height: 1;
	padding-right: 100px;
}

.search-results__intro {
	width: 100%;
	display: flex;
	margin-top: 20px;
	border-bottom: 2px solid black;
}

.search-results__text {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 18px;	
	padding-bottom: 20px;
}

.search-results__btn {
	margin-left: auto;
	display: flex;
	align-items: flex-start;
}

.search-results__btn a {
	font-size: 14px;
	color: black;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.search-results__btn svg {
	transition: .2s all;
}

.search-results__btn a:hover svg {
	fill: #56a53a;
}

.search-results__btn a:hover {
	text-decoration: none;
	color: #56a53a;
}

.search-results__btn svg {
	height: 30px;
	width: 30px;
	margin-right: 5px;
}

.pdf-icon  img{
	width: 50px;
}

.pdf-icon-green img{
filter: brightness(0) saturate(100%) invert(81%) sepia(31%) saturate(3842%) hue-rotate(21deg) brightness(103%) contrast(84%);
width: 35px;
margin-left:10px; 
}

.pdf-icon img:hover {
	filter: invert(1%) contrast(60%);
}

.pdf-icon-green img:hover  {
	filter: invert(1%) contrast(60%);
}


.search-results__scrollable {
	width: 100%;
	height: 570px;
	margin-top: 30px;
	padding-right: 10px;
	overflow: auto;
}

.search-results__scrollable::-webkit-scrollbar {
	width: 10px;
}

.search-results__scrollable::-webkit-scrollbar-track {
	background: #e3e3e3; 
}

.search-results__scrollable::-webkit-scrollbar-thumb {
    background: black; 
}

.search-results__scrollable::-webkit-scrollbar-thumb:hover {
    background: black; 
}

.contact-form-area .f-checkbox {
	margin-top: 0;
	margin-bottom: 15px;
	height: auto;
}

.contact-form-area .subtitles {
	margin-top: 20px;
	text-align: left !important;
}

.materialize-form [type="checkbox"]+label {
	font-size: 14px;
}

.materialize-form input, 
.materialize-form label {
	text-align: left !important;
}


.contact-form-area .subtitles {
	margin-top: 10px;
}

.contact-form-area .subtitles h4 {
	font-size: 16px;
	font-weight: 700;
}

.cust-btn-dark {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 18px !important;
}

.select-area .contact-form-area {
	max-width: 500px;
}

.select-area .contact-form-area .field {
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact-form-area #Privacy .cf-error .error {
	position: relative;
	margin-bottom: 30px;
	padding-left: 35px;
}

.search-results__close {
	font-size: 16px;
	padding-top: 30px;
	border-top: 2px solid black;
}

.search-results__close h4 {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	font-size: 24px;
	color: #55a539;	
}

.search-results__close strong {
	color: #55a539;
}

.search-results__close a,
.no-search-results__close a {
	color: #365899;
	font-weight: 700;
}

.fb-link svg {
	fill: #365899;
}

.prod-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.prod-list__item {
	width: 50%;
	display: flex;
	align-items: flex-start;
	padding-right: 30px;
	margin-bottom: 30px;
}

.single-prod__img {
	height: 100px;
	flex: 0 0 150px;
	-ms-flex: 0 0 150px;
	margin: 0 20px 0 0;
}

.single-prod__img a {
	display: block;
	transition: .2s opacity;
}

.single-prod__img a:hover {
	opacity: .7;
}

.single-prod__title {
	font-family: 'Oswald', sans-serif !important;
	font-size: 22px;
	font-weight: 500;
}

.single-prod__title a {
	color: black;
	text-decoration: none !important;
}

.single-prod__title a:hover {
	color: #55a539;
}

.single-prod__text {
	font-size: 14px;
}

.single-prod__info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.single-prod__title {
	width: 100%;
}

.single-prod__btn {
	margin-left: auto;
}

.single-prod__btn a {
	color: black;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none !important;
	margin-left: 5px;
}

.single-prod__btn a:hover {
	color: #55a539;
}

.single-prod__btn a:hover svg {
	fill: #55a539;
}

.single-prod__btn svg {
	width: 24px;
	height: 24px;
	transition: all .2s;
}

.social-links {
	margin-top: 10px;
}

.social-links svg {
	height: 24px;
	width: auto;
	max-width: 24px;
	margin-right: 3px;
}

.social-links span, .social-links svg {
	display: inline-block;
	vertical-align: middle;
}

.social-links a {
	font-weight: normal;
	margin-right: 15px;
}

.social-links a:hover {
	text-decoration: none;
	opacity: .6;
}

.social-links .ig-link {
	color: #999;
}

.overlay-no-results .overlay__cnt {
	width: 100%;
	max-width: 850px;
	padding-top: 100px;
	padding-bottom: 70px;
}

.no-search-results {
	text-align: center;
}

.no-search-results__title {
	color: #55a539;
	font-size: 36px;
	line-height: 1.2;
}

.no-search-results__text,
.no-search-results__close {
	margin-top: 30px;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.no-search-results__close {
	margin-top: 30px;
}

.nav-link {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 10px;
	margin-right: 10px;
}

.msg-field {
	color: #c70b0b !important;
	padding-bottom: 10px;
	font-size: 14px;
	font-style: italic;
}

.but-action .text1,
.but-action2 .text1 {
	display: none;
}

.but-action .text2,
.but-action2 .text2 {
	display: block;
}

.but-action.extra .text1,
.but-action2.extra .text1 {
	display: block;
}

.but-action.extra .text2,
.but-action2.extra .text2 {
	display: none;
}

.btn-hidden {
	display: none;
}

.small-text {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 15px;
}

.switch-lang {
	position: absolute;
	top: 30px;
	right: 150px;
}

.switch-lang > span {
	display: inline-block;
	color: black;
	text-transform: uppercase;
}

.switch-lang li {
	display: inline-block;
}

.switch-lang a {
	color: black;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.switch-lang-btn {
	background: none;
	border: 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	padding-right: 15px;
	outline: 0 !important;
	cursor: pointer;
}

.switch-lang-btn:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid black;
	transition: transform .2s;
}

.switch-lang-btn.active:after {	
	transform: rotate(180deg);
}


.switch-lang-list.open {
	display: block;
}


.switch-lang-list {
	position: absolute;
	top: 100%;
	right: 0;
	margin: 0;
	padding: 0;
	background: #efefef;
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

.switch-lang-list li {
	display: block;
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.switch-lang-list li.current a {
	font-weight: 700;
}

.switch-lang-list li.current a:hover {
	opacity: 1;
}

.switch-lang-list a {
	display: block;
}

.switch-lang-list a:hover {
	opacity: .5;
	text-decoration: none;
	color: black;
}








/* EXTENDS MATERIALIZE FORM (colors) */

.materialize-form--black input:not([type]),
.materialize-form--black input[type=date],
.materialize-form--black input[type=datetime-local],
.materialize-form--black input[type=datetime],
.materialize-form--black input[type=email],
.materialize-form--black input[type=number],
.materialize-form--black input[type=password],
.materialize-form--black input[type=search],
.materialize-form--black input[type=tel],
.materialize-form--black input[type=text],
.materialize-form--black input[type=time],
.materialize-form--black input[type=url],
.materialize-form--black textarea.materialize-textarea {
	border-color: black !important;
	color: black !important
}

.materialize-form--black input:not([type]):focus:not([readonly]),
.materialize-form--black input[type=date]:focus:not([readonly]),
.materialize-form--black input[type=datetime-local]:focus:not([readonly]),
.materialize-form--black input[type=datetime]:focus:not([readonly]),
.materialize-form--black input[type=email]:focus:not([readonly]),
.materialize-form--black input[type=number]:focus:not([readonly]),
.materialize-form--black input[type=password]:focus:not([readonly]),
.materialize-form--black input[type=search]:focus:not([readonly]),
.materialize-form--black input[type=tel]:focus:not([readonly]),
.materialize-form--black input[type=text]:focus:not([readonly]),
.materialize-form--black input[type=time]:focus:not([readonly]),
.materialize-form--black input[type=url]:focus:not([readonly]),
.materialize-form--black textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid black;
	box-shadow: 0 1px 0 0 black
}

.materialize-form--black [type=checkbox]+label:before,
.materialize-form--black [type=checkbox].filled-in:not(:checked)+label:after,
.materialize-form--black [type=checkbox]:not(.filled-in)+label:after {
	border-color: black;
}

.materialize-form--black [type=checkbox].filled-in:checked+label:after {
	background: black;
	border-color: black
}

.materialize-form--black [type=checkbox]:checked+label:before {
	border-right-color: black;
	border-bottom-color: black
}

.materialize-form--black [type=checkbox].filled-in:checked+label:before {
	border-right-color: black;
	border-bottom-color: black
}

.materialize-form--black .input-field label {
	color: black !important
}

.materialize-form--black .input-field label.error {
	color: black !important
}

.materialize-form--black .select-wrapper span.caret {
	color: black
}

.materialize-form--black .field .ajax-loading {
	border-color: rgba(0, 0, 0, .15)
}

.materialize-form--black .field .ajax-loading:after {
	border-color: black transparent transparent
}

.materialize-form--black .error,
.materialize-form--black .input-field label.error {
	color: red !important
}

.materialize-form--black .field-privacy a {
	color: black;
	text-decoration: underline
}

.materialize-form--black .field-privacy a:hover {
	color: grey
}

.materialize-form--black .input-field label.active {
	color: grey
}

.materialize-form--black .ok {
	color: #05d6a1!important
}

.materialize-form--black .cust-btn-dark {
	border-color: black;
	color: black;
}

.materialize-form--black .cust-btn-dark:focus,
.materialize-form--black .cust-btn-dark:hover {
	background: black;
	color: white;
}

.materialize-form--white input:not([type]),
.materialize-form--white input[type=date],
.materialize-form--white input[type=datetime-local],
.materialize-form--white input[type=datetime],
.materialize-form--white input[type=email],
.materialize-form--white input[type=number],
.materialize-form--white input[type=password],
.materialize-form--white input[type=search],
.materialize-form--white input[type=tel],
.materialize-form--white input[type=text],
.materialize-form--white input[type=time],
.materialize-form--white input[type=url],
.materialize-form--white textarea.materialize-textarea {
	border-color: #fff!important;
	color: #fff!important
}

.materialize-form--white input:not([type]):focus:not([readonly]),
.materialize-form--white input[type=date]:focus:not([readonly]),
.materialize-form--white input[type=datetime-local]:focus:not([readonly]),
.materialize-form--white input[type=datetime]:focus:not([readonly]),
.materialize-form--white input[type=email]:focus:not([readonly]),
.materialize-form--white input[type=number]:focus:not([readonly]),
.materialize-form--white input[type=password]:focus:not([readonly]),
.materialize-form--white input[type=search]:focus:not([readonly]),
.materialize-form--white input[type=tel]:focus:not([readonly]),
.materialize-form--white input[type=text]:focus:not([readonly]),
.materialize-form--white input[type=time]:focus:not([readonly]),
.materialize-form--white input[type=url]:focus:not([readonly]),
.materialize-form--white textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #fff;
	box-shadow: 0 1px 0 0 #fff
}

.materialize-form--white [type=checkbox]+label:before,
.materialize-form--white [type=checkbox].filled-in:not(:checked)+label:after,
.materialize-form--white [type=checkbox]:not(.filled-in)+label:after {
	border-color: #fff
}

.materialize-form--white [type=checkbox].filled-in:checked+label:after {
	background: #fff;
	border-color: #fff
}

.materialize-form--white [type=checkbox]:checked+label:before {
	border-right-color: #fff;
	border-bottom-color: #fff
}

.materialize-form--white [type=checkbox].filled-in:checked+label:before {
	border-right-color: #fff;
	border-bottom-color: #fff
}

.materialize-form--white .input-field label {
	color: #fff!important
}

.materialize-form--white .input-field label.error {
	color: #fff!important
}

.materialize-form--white .select-wrapper span.caret {
	color: #fff
}

.materialize-form--white .field .ajax-loading {
	border-color: rgba(0, 0, 0, .15)
}

.materialize-form--white .field .ajax-loading:after {
	border-color: #fff transparent transparent
}

.materialize-form--white .error,
.materialize-form--white .input-field label.error {
	color: #ffff00 !important;
}

.materialize-form--white .field-privacy a {
	color: #fff;
	text-decoration: underline
}

.materialize-form--white .field-privacy a:hover {
	color: #fff
}

.materialize-form--white .cust-btn-dark {
	border-color: white;
	color: white;
}

.materialize-form--white .cust-btn-dark:focus,
.materialize-form--white .cust-btn-dark:hover {
	background: white;
	color: black;
}



/* Risultati di ricerca */

.overlay {
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	pointer-events: none;
	opacity: 0;
}

.overlay.open {
	pointer-events: auto;
	opacity: 1;
}

.overlay__container {
	position: absolute;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;	
}

.overlay__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1110px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay__cnt {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 60px 30px 30px;
	background-color: white;
	display: flex;
	flex-wrap: wrap;
}

#imagelightbox-close,
.overlay-btn-close {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 18px;
	color: black;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.overlay-btn-close svg {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	transition: .2s all;
}

#imagelightbox-close:hover,
.overlay-btn-close:hover {
	text-decoration: none;
	color: #55a539;
}

.overlay-btn-close:hover svg {
	fill: #55a539;
}

.overlay-sizeguide-btn {
	display: inline-block;
	margin-bottom: 20px;
	color: black;
	text-decoration: none !important;
	font-size: 13px;
}

.overlay-sizeguide-btn:hover {
	color: red;
}

.overlay-sizeguide-btn:hover i, 
.overlay-sizeguide-btn:hover span {
	display: inline-block;
	vertical-align: middle;
}

.overlay-sizeguide-btn i {
	position: relative;
	top: 1px;
	font-size: 18px;
	margin-right: 2px;
}

.cust-col__container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}



/* Loader */


.materialize-form .select-wrapper input.select-dropdown:disabled, .loading-layer-container.active {
	opacity: .2;
}

.loading-layer {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0s .6s;
	transition: visibility 0s .6s;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.loading-layer .circle-loader {
	display: flex;
}

.loading-layer.open {
	pointer-events: auto;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
	visibility: visible;
	opacity: 1;
	width: 100%;
}

.circle-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circle-loader > div {
	background-color: black;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border: 2px solid black;
	border-bottom-color: transparent;
	height: 25px;
	width: 25px;
	background: transparent !important;
	display: inline-block;
	-webkit-animation: rotate 0.75s 0s linear infinite;
	animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); 
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg); 
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); 
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); 
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg); 
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); 
	}
}



/* Media queries */

@media (max-width: 991px) {
	.switch-lang {
		right: 20px !important;
	}
}

@media (max-height: 800px) {
	.search-results__scrollable {
		height: 270px;
	}
}

@media (max-width: 950px) {
	.prod-list__item {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.search-results__btn a,
	.search-results__title,
	.search-results__text,
	.single-prod__title,
	.single-prod__text {
		text-align: left;
	}
	.search-results__title {
		padding-right: 0;
	}
	.search-results__btn a {
		align-items: flex-start;
	}
	.search-results__intro {
		flex-wrap: wrap;
	}
	.search-results__btn {
		width: 100%;
		margin-bottom: 10px;
	}
	.search-results__btn a {
		margin-left: 0;
		margin-right: 20px;
	}
	.search-results__text {
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	#section2,
	.cust-col,
	#section4,
	#section5 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.item1, .item2, .item3, .item4 {
		padding-top: 50px !important;
	}
	#section4 {
		min-height: 0;
	}
	.search-results .search-results__title {
		font-size: 30px !important;
	}
	.search-results__text {
		font-size: 16px;
	}
	.overlay__cnt {
		padding-top: 40px;
	}
	.overlay-btn-close {
		top: 8px;
		right: 8px;
		font-size: 14px;
	}
	.overlay-btn-close svg {
		font-size: 24px;
		height: 24px;
		margin-left: 5px;
	}
	#home {
		height: calc(100vh - 93px);
		min-height: auto;
	}
	#home .heading {
		margin-top: 90px;
	}
}

@media (max-width: 575px) {
	.select-area .contact-form-area .field {
		width: 100%;
	}
	.contact-form-area .field {
		width: 100%;
	}
	.item3 {
		padding-top: 0;
	}
}

@media (max-width: 550px) {
	.single-prod__btn {
		width: 100%;
		text-align: left;
		margin-top: 5px;
	}
	.contact-form-area .f-checkbox {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-form-area .f-checkbox > label {
		left: 0;
		width: 100%;
	}
	.materialize-form form {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-form-area #Privacy .cf-error .error {
		padding-left: 20px;
	}
}

@media (max-height: 600px) {
	.search-results__scrollable {
		height: 150px;
	}
}

@media (max-width: 480px) {
	.single-prod__title {
		font-size: 16px;
	}
	.single-prod__text {
		font-size: 12px;
	}
	.single-prod__img {
		height: 80px;
		width: 80px;
		flex: 0 0 80px;
		-ms-flex: 0 0 80px;
	}
	.single-prod__img img {
		width: 80px;
		height: auto;
	}
	.prod-list__item {
		padding-right: 0;
	}
	.overlay-btn-close {
		top: 15px;
		right: 15px;
	}
	.g-recaptcha iframe {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	#footer {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 400px) {
	.navbar-light .navbar-brand {
		margin-left: 0 !important;
	}
}

html.touchevents .select-area .materialize-form .select-dropdown,
html.touchevents .select-area .materialize-form .dropdown-content {
	display: none !important;
}

html.touchevents .select-area .materialize-form select {
	display: block !important;
	color: black;
	background: none;
	border: 0;
	border-bottom: 1px solid black;
	font-size: 1rem;
	padding: 0;
	outline: 0;
	-webkit-appearance: none;
}

.social-link {
	position: absolute;
	top: 30px;
	right: 200px;
}

.social-link a {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: black;
}

.social-link span {
	display: block;
}

.social-link a:hover {
	opacity: .5;
}

.social-link svg {
	width: 24px;
	height: 24px;
	fill: white;
	margin-left: 6px;
	margin-top: 6px;
}

.social-link .icon-name {
	display: none;
}

@media screen and (max-width: 1366px) {
	.social-link a {
		width: 30px;
		height: 30px;
	}
	.social-link svg {
		width: 18px;
		height: 18px;
	}
}

@media screen and (max-width: 991px) {
	.social-link {
		right: 60px;
	}
}
