html, body {
margin: 0;
padding: 0;
line-height:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
line-height:normal;
font-weight:normal;
color:#393b41;
margin: 0;
padding: 0;
background-color:#fff;
}

a{text-decoration:none; color:#393b41;}
a:hover{text-decoration:none; outline:none;}
a:focus, object:focus, input:focus, textarea:focus {text-decoration:none; outline:none;}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

form, p{margin:0px; padding:0px; display:block;}

figure{
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

sub, sup{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

ul, li{
margin:0px;
padding:0px;
list-style:none;
list-style-type:none;
}

h1, h2, h3, h4, h5, h6{
display:inline;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:normal;
line-height:normal;
text-align:left;
}

h1{
    font-family: 'Merriweather', Arial, sans-serif;
    font-size:38px;
    line-height: 44px;
    color: #ff1d00;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}


h2{
    font-family: 'Merriweather', Arial, sans-serif;
    font-size:25px;
    line-height:41px;
    color: #202020;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

h3{
    font-family: 'Merriweather', Arial, sans-serif;
    font-size:25px;
    line-height:41px;
    color: #202020;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

section, .section{
	max-width:2560px;
	margin:0px auto;
}

.wrap{
	width:1252px;
	max-width:1252px;
	margin: 0px auto;
	position: relative;
	padding:30px 0px;
	text-align:justify;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#202020;
	font-size:20px;
    line-height: normal;
}


.wrap p {
  margin: 0em 0em;
  margin-bottom: 0.525em;
}

.wrap strong {
    font-weight: bold;
}

.wrap .pad{
    width: 94%;
    margin: 0px auto;
}


header {
    height: 183px;
    background-image: url("../img/bgHead.jpg");
	background-repeat:no-repeat;
	background-position:left top;
    position: relative;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

header.wrap{
    padding: 0px;
}

body.home header{
    height: 623px;
    background-image: url("../img/bgHeadHome.jpg");
}

a.menuMob{
	display:none;
	position:absolute;
	right:2.25%;
	top:15px;
	z-index:95;
	width:26px;
	height:26px;
	background-image: url(../img/bgMenu.png);
	background-repeat:no-repeat;
	background-position:left top;
		transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

a.menuActive{
	background-position:left -26px;
}

#menuOverlay{
	display:none;
	position:fixed;
	left:auto;
    right: -175%;
	top:49px;
	z-index:92;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0);
	width:100%;
	height:100vh;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#menuOverlay.active{
    right: 0;
    height:calc(100vh - 59px);
	/*background: rgba(255, 255, 255, 0.9);*/
    background-color: #fff;
    background: rgba(255, 29, 0, 0.95);
}

#menuOverlay .wrap{
	text-align:center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0px;
}

#menuX{
	display:inline-block;
	text-align:center;
    padding-top: 8px;
	width:100%;
}


#menuX > li{
	display:inline-block;
    width: auto;
    min-width: 85%;
    margin: 0px auto;
	text-align:center;
	padding:10px 0px;
	border-bottom:1px solid #bdc8ab;
}

#menuX > li:first-child{

}

#menuX > li a{
	display:block;
	height:auto;
	font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
	font-size:22px;
	line-height:24px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#menuX > li a:hover, #menuX > li a.sel{
	color:#ffc7c0;
}

#menuX > li.langsX{
  display: block;
	text-align:center;
	font-size:10px;
    border-bottom: 0px;
    padding-top: 12px;
}

#menuX > li.langsX a{
	display:inline-block;
	vertical-align:middle;
	font-family: 'Montserrat', Arial, sans-serif;
    font-weight: normal;
    color: #fff;
	font-size: 15px;
    text-transform: uppercase;
    padding: 0px 2px;
}

#menuX > li.langsX a:hover, #menuX > li.langsX a.sel{
	color:#ffc7c0;
}


ul.langs{
  display: block;
  position: absolute;
  right: 30px;
  top: 18px;
  z-index: 98;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

ul.langs li{
    font-family: 'Montserrat', Arial, sans-serif;
	font-weight:300;
    font-size:15px;
    color: #363638;
}

ul.langs li a{
    font-family: 'Montserrat', Arial, sans-serif;
	font-size:15px;
	color:#363638;
	font-weight:300;
    text-transform: uppercase;
}

ul.langs li a:hover{
    text-decoration: underline;
}

ul.langs li a.sel{
    font-weight: bold;
    text-decoration: none;
}

#logo {
  display: block;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 98;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

#menu{
	display:block;
	text-align:left;
    box-sizing: border-box;
    width: 100%;
	position:relative;
    padding-top:80px;
    padding-left: 583px;
}

#menu li{
	display:inline-block;
	text-align:left;
	position:relative;
    font-family: 'Montserrat', Arial, sans-serif;
	font-size:18px;
	color:#363638;
	font-weight:bold;
    padding: 0px 12px;
}

#menu li:first-child{
    padding-left: 0px;
}

#menu li a{
    color:#363638;
    font-size:18px;
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
    font-weight:bold;
	position:relative;
    line-height: 33px;
    border-bottom: 7px solid transparent;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}


#menu li a:hover, #menu li a.sel{
    border-bottom: 7px solid #ff1d00;
}

.tagline{
    font-family: 'Merriweather', Arial, sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height:42px;
    position: absolute;
    left: 40px;
    top: 147px;
    z-index: 98;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.bannersHome .wrap ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}

.bannersHome ul li{
    width: 65%;
    text-align: center;
}

.bannersHome ul li:first-child{
    width: 35%;
    box-sizing: border-box;
    text-align: left;
    padding: 30px 40px;
    border: 1px solid #8f8f8f;
}

.bannersHome ul li:last-child img{
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

.section img{
    max-width: 100%;
}

.listHome{

}

.listHome .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    margin-bottom: 55px;
}

.listHome .wrap ul li{
    width: 68%;
}

.listHome .wrap ul li:first-child{
    width: 28%;
    text-align: center;
    border-right: 1px solid #8f8f8f;
}

.listHome .wrap ul li:last-child{
    padding: 9px 0px;
}


.listHome .wrap ul li:first-child img{
    display: block;
    margin: 0px auto;
}

.listHome .wrap ul li strong{
    display: block;
    font-family: 'Merriweather', Arial, sans-serif;
    font-size:25px;
    line-height:normal;
    margin-bottom: 9px;
    color: #202020;
    font-weight: bold;
}


.info .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.info .wrap ul li{
    width: 67.5%;
}

.info .wrap ul li:first-child{
     width: 29%;
    font-size: 16px;
}

.info .wrap ul li:first-child img{
  height: auto;
  width: 100%;
  display: block;
  margin: 0px auto;
}

.info .wrap h1{
    font-size: 38px;
    line-height: 50px;
}

.info .wrap ul.productBlocks{
    margin: 30px 0px;
}

.info .wrap ul.productBlocks li{
    width: 49% !important; 
    margin-bottom: 18px;
}

.info .wrap ul.productBlocks li a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 16px 22px;
    font-family: 'Montserrat', sans-serif;
	font-weight:300;
    color: #20202a;
    font-size: 14px;
    border:1px solid #7f95a3;
        transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.info .wrap ul.productBlocks li a strong{
    display: block;
    font-family: 'Merriweather', Arial, sans-serif;
    font-size:25px;
    line-height:normal;
    font-weight: bold;
    margin-bottom: 14px;
}

.info .wrap ul.productBlocks li a:hover{
    background-color: #eeeeee;
}

.info .wrap ul.productBlocks li a:hover strong{
    color: #ff1d00;
}

.gr .wrap img{
    margin: 0px auto;
    display: block;
    max-width: 100%;
}


.products .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.products .wrap ul li{
    width: 48% !important;
    box-sizing: border-box;
    padding: 9px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    border:1px solid #7f95a3;
    font-size: 17px;
}

.products .wrap ul li a{
    display: block;
    width: 100%;
}

.products .wrap ul li a img{
        display: block;
    width: 100%;
    height: 395px;
    object-fit: cover;
    margin-bottom: 24px;
}

.products .wrap ul li a p{
    display: block;
    width: 94%;
    margin: 0px auto;
}

.products .wrap ul li a em{
     font-family: 'Merriweather', Arial, sans-serif;
    font-size:25px;
    line-height:normal;
    font-weight: bold;
    font-style: normal;
    color: #ff1d00;
    display: block;
    margin-bottom: 15px;
}

.products .wrap ul li a span{
    color: #ff1d00;
    font-size: 14px;
}

.products .wrap ul li a:hover span{
    text-decoration: underline;
}

.mainImage{
    display: block;
    max-width: 100%;
    margin: 25px auto;
}

.analisi .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.analisi .wrap ul li{
    width: 67.5%;
}

.analisi .wrap ul li:first-child{
     width: 29%;
    font-size: 16px;
}

.analisi .wrap ul li:first-child img{
    max-width: 100%;
}

.analisi .wrap ul li:last-child strong.anl{
    font-family: 'Merriweather', Arial, sans-serif;
    font-size:25px;
    line-height:normal;
    font-weight: bold;
    font-style: normal;
    color: #ff1d00;
    display: block;
}

.analisi .wrap ul li:last-child em.anl{
    font-style: normal;
    display: block;
    color: #ff1d00;
    font-size: 16px;
    margin-bottom: 25px;
}

.analisi .wrap .border{
    display: block;
    width: 50%;
    margin: 0px auto;
    height: 30px;
    border-bottom: 1px solid #8f8f8f;
    margin-bottom: 35px;
}

a.file{
    display: block;
    font-size: 16px;
}

a.file img {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

a.file i {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

a.file i strong{
    display: block;
    font-weight: bold;
}

a.file i em{
    display: block;
    font-style: normal;
    margin: 4px 0px;
}

a.file i span{
    display: block;
    text-decoration: underline;
}

a.file:hover i span{
    text-decoration: none;
}

.analisi .wrap ul li a.file i span{
    height: 40px;
    line-height: 40px;
    border:1px solid #9b9d9f;
    border-radius: 20px;
    padding: 0px 44px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
}

.analisi .wrap ul li a.file:hover i span{
    background-color: #ff1d00;
    border: 1px solid #ff1d00;
    color: #fff;
}

.contact .wrap ul{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 84%;
    margin: 0px auto;
}

.contact .wrap ul li {
	width: 45%;
    color: #44484b;
}

.contact .wrap form{
    display: block;
}

.contact .wrap ul li:first-child{
    font-size: 19px;
    text-align: center;
    line-height: normal;
}

.contact .wrap ul li:first-child img{
    margin-bottom:32px;
    max-width: 100%;
}

.contact .wrap ul li:first-child div{
    padding-bottom:28px;
}

.contact .wrap ul li:first-child a.place{
    display: table;
    margin: 0px auto;
    height: 37px;
    line-height: 37px;
    padding-left: 38px;
    background-image:url(../img/pin.png);
    background-repeat:no-repeat;
    background-position:left center;
    text-decoration: underline;   
}

.contact .wrap ul li:first-child a.place:hover{
    text-decoration: none;
}

.contact .customInput#captcha{
	width:65%;
	display:inline-block;
	margin-right:15px;
}

.contact form{
    text-align: left;
}

.contact form img{
	height:34px;
	margin-bottom:16px;
	display:inline-block;
	vertical-align:middle;
}

.contact form .lopd{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:normal;
	color:#7b7b7b;
}

.contact form .lopd label{
	display:block;
    font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:normal;
	color:#7b7b7b;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-bottom:7px;
}

.contact form .button{
	float:right;
    margin-top:15px;
    padding: 0px 40px;
    font-size: 16px;
}

.contact .customInput.error {
    border: 1px solid #E70D27;
}


#formSending, #formOk{
	display: none;
	width: 100%; 
	margin: 0px auto;
	text-align: center;
}

footer{
    width: 100%;
    margin-top:20px;
}

footer .wrap1{
    padding: 15px 0px;
}

footer .bottom2{
    width: 100%;
     background-color: #ff1d00;
}

footer .bottom2 .wrap {
    padding: 24px 0px;
}

footer .bottom2 .wrap ul li{
    width: 100%;
    color: #fff;
    text-align: center;
}

footer .bottom2 .wrap ul li a{
    color: #fff;
}



footer .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0px auto;
}

footer .wrap ul li{
    font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	color:#202020;
	font-size:17px;
    line-height:normal;
}

footer .wrap1 ul li strong{
    font-size: 22px;
    font-weight: bold;
}

footer .wrap1 ul li span, footer .wrap1 ul li a{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

footer .wrap1 ul li span{
    margin-right: 45px;
}

footer .wrap1 ul li span img, footer .wrap1 ul li a img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

footer .wrap ul li a:hover{
    text-decoration: underline;
}


.customInput {
    border: 0;
    height: 48px;
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #7b7b7b;
    font-weight: 300;
    padding: 0px;
    background-color: #efeff0;
    border: 1px solid #efeff0;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 24px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 18px;
    text-indent: 18px;
    cursor: default;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

textarea.customInput {
    line-height: normal;
    text-indent: 0px;
    padding-left: 18px;
    padding-top: 10px;
    height: 114px;
    width: 100%;
}

select.customInput{
	text-indent:0px;
	padding-left:18px;
    width:97.5%;
}

.button{
    box-sizing: border-box;
	text-align:center;
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#393b41;
	font-size:22px;
    padding:0px 55px;
    text-transform: uppercase;
	height:42px;
	min-height:42px;
	line-height:42px;
	border:1px solid #393b41;
	background-color:#FFF;
    border-radius:21px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.button:hover{
	background-color:#393b41;
    color: #fff;
}

.breadcrumb{
    margin: 0px auto;
    
}

.breadcrumb .wrap{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#202020;
text-align:left;
margin: 0px auto;
padding: 15px 0px 0px 0px;
}

.breadcrumb .wrap a, .breadcrumb .wrap span{
	color:#9b9c9d;
	font-weight:normal;
}

.breadcrumb .wrap a:hover{
	text-decoration:underline;
}


.kitDigital{

}

.kitDigital .wrap{
    padding: 15px 0px;
    text-align: center;
}

.kitDigital img{
    max-width:80%;
    display: inline-block;
}


section:after, footer:after, .content:after, .wrap:after, .mainInfo:after, .contentRoom:after, form:after, .valContent:after, .envList ul li:after, .roomItem:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #7b7b7b;
		opacity:1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #7b7b7b;
	 opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #7b7b7b;
	 opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #7b7b7b;
	 opacity:1;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-config, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-reject, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-deny-all {
    background-color: #ff1d00 !important;
    color: #fff !important;
    margin-left: 12px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked:disabled + .pdcc-btn-slider {
  background-color: #ff1d00 !important;
}


