
* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto',sans-serif;
	color: #000;
	font-size:14px;
}

body {
    margin: 0;
    background: #fff;
    min-width: 1000px; 
    -webkit-text-size-adjust: none; /* The text size is not adjusted for Safari on iPhone */
}

#main .sizeOf05 a:not(.linkBread, .anchorFamily){
    color: #477598;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    font-style: italic;
}

#main .sizeOf05:not(.no-anchor-hover) a:not(.anchorFamily):hover,
#main .sizeOf05:not(.no-anchor-hover) a:not(.anchorFamily):hover *:not(.custom-button-backend) {
    text-decoration: underline;
    cursor: pointer;
    color: #2b3944 !important;
}

a.light:hover,
footer a:hover {
    
    text-decoration: underline;
    cursor: pointer;
    color: #477598 !important;
}


body a:link{
    -webkit-tap-highlight-color: transparent;
}


#main{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sizeOf1{
    width: 100%;
}

.sizeOf05{
    float: left;
    width: 50%;
    margin-top: -6px;
}

.greyBackground{
    background-color: #f4f4f4;
}
/* HEADER */

header{
    height: 90px;
    background-color: #2a373f;
    position: relative;
    width: 100%;
    z-index: 200;
    min-width: 1000px;
}

.headerContent{
	min-width: 990px;
	margin: 0 auto;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#logoContainer{
	height: 90px;
	width: 191px;
	background-color: #fff;
	float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logoContainer img{
    height: 40px;
}

#only-mobile-displayed{
    display: none;
}

.menu{
    padding-left: 52px;
}

.menuContainer{
	padding-right: 16px;
    float: right;
    list-style-type: none;
    text-align: center;
    margin-top: 32px;
    height: calc( 90px - 32px ); /*header height - margin-top*/
}

.menuConatinerList{
    display: inline;
    padding: 0 5px;
    padding-bottom: 13px;
    float: left;
    margin-right: 25px;
    height: calc(44px + 50px);
}

.menuConatinerListAnchor{
    color: #9faeb8 !important;
    font-size: 15px;
   	font-family: 'Roboto', sans-serif;   
    font-weight: bold;
    margin-bottom: 4px;
    font-weight: 500;
}

.menuConatinerListAnchor.is.current.selected,
.menuConatinerListAnchor.is.section.selected
{
    color: #fff !important;
}


.selectedMenuLine{
	width: 18px;
	height: 2px;
	background-color: #fff;
	display: none;
	margin-left: -5px;
}

.current{
	display: block !important;
}

.selectedMenuLine.section{
    display: block !important;
}

.subMenuList{
    width: 266px;
    position: absolute;
    top: 90px;
    display: none;
}
.subMenuListItem{
    height: 50px;
}

.subMenuList .current{
    background-color: #cdd5da;
}

.EvenListItem{
    background-color: #fff;
}

.subMenuListItemAnchor{
    float: left;
    width: 246px;
    text-align: left;
    color: #2b3944;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-top: 15px;
    height: 35px;
}

.subMenuListItem:hover .subMenuListItemAnchor{
  background-color: #d9dee1;
    color: #000;
}

.menuConatinerList:hover .subMenuList{
    display: block;
}


#header.sticky{
    position: fixed;
    top:0;
    z-index: 9999;    
}

#header.sticky,
#header.sticky .headerContent,
#header.sticky #logoContainer
{
    height: 60px;
}

#header.sticky #logoContainer {
    width: 140px;
}

#header.sticky #logoContainer img{
    height: 30px;
}

#header.sticky .triangle-bottom-right.white{
    border-bottom: 60px solid #fff;
    border-left: 12px solid transparent;
}

#header.sticky:not(.dark) .menuConatinerListAnchor{
    color: #fff !important;
}

#header.sticky:not(.dark) .menuContainer{
    margin-top: 21px;
}

#header.sticky:not(.dark) .subMenuList{
    top:60px;
}

#header.sticky .menuConatinerList{
    height: calc(25px + 50px);
}

/* FOOTER */


footer{
	height: 258px;
	background-color: #000;
}

.footerLeft{
	float:left;
	width: 50%;
	background-color: #202b34;
	height: 218px;
}

.footerRight{
	float:left;
	width: 50%;
	background-color: #2b3944;
	height: 218px;
}

.footerLeftContent{
	margin-top: 80px;
	width: 495px;
	float: right;
	padding-left: 10px;
}

.footerRightContent{
	margin-top: 75px;
	width: 445px;
	float: left;
	padding-left: 40px;
}

.footerLeftContent h4{
    margin-top: 45px;
    color: #999;
    font-size: 14px;
}


.titleMenuLine{
	width: 18px;
	height: 2px;
	background-color: #fff;
	margin-top: 5px;
}

.footerTitle{
    font-size: 24px;
    color: #999;
    font-style: italic;
    font-family: 'Roboto';
    font-weight: 900;
}

.contactContainer{
	margin-top: 57px;
}

.left{
	float: left;
}

.textContact{
	font-family: 'Roboto';
    font-size: 16px;
    float: left;
    color: #999;
    margin-left: 6px;
}

.productContentRight{
   height: 100%;
}

.productContainerLeft{
    margin-top: 0px !important;
}

#rightContactImg{
	margin-left: 40px;
	margin-top: 5px;
}

.creditsContent{
	margin: 0 auto;
	width: 990px;
	position: relative;
}

#creditsAnchor{
	color: #999;
	font-size: 14px;
}

.headFooterContainer{	
    width: 100%;
    height: 218px;
}

#creditsVisible{
    width: 228px;
    height: 105px;
    background: transparent url(../images/credits-container.png) no-repeat;
    top: -97px;
    position: absolute;
    display: none;
}

.creditsAnchors{
    float: right;
    font-size: 14px;
    color: #000;
    width: 114px;
    margin-top: 19px;
    font-weight: bold;

}

.creditsText{
    float: left;
    font-size: 14px;
    color: #999;
    margin-top: 19px;
    width: 95px;
    text-align: right;
}

#creditsAnchorContainer{
    height: 29px;
    width: 205px;
    padding-top: 11px;
}


.fotorama__arr--next:hover{
     background: transparent url(../images/right_arrow_hover.png) no-repeat;
}

.fotorama__arr--prev:hover{
    background: transparent url(../images/left_arrow_hover.png) no-repeat;
}

.fotorama__nav-wrap{
    display: none;
}

.newsContainer{
    height: 382px;
    width: 100%;
    background-color: #445059;
}

.paragraphTitle{
    font-family: 'Roboto';
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    color: #fff;
    margin-top: 55px;
    margin-left: 10px;
}

.textInHome{
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff;
    margin-top: 42px;
    margin-left: 10px;
    height: 180px;
}

.moreNewsContainer{
    float: right;
}

.moreNewsContainer:not(.no-margin){
    margin-right: 60px;
}

.newsLeftContent{
    width: 50%;
    float: left;
    height: 100%;
}

.newsTextBlock{
    width: 90%;
    float: right;
    margin-left: 10%;
}

.whiteLineBig{
    width:191px; 
    height:8px; 
    background-color:#fff;
}

.whiteLineLittle{
    width:35px; 
    height:4px; 
    background-color:#fff;
    margin-top:12px;
}

.left{
    float: left;
}

.right{
    float: right;
}

.moreNewsText{
    font-size: 18px;
    color: #cccccc;
    font-weight: 400;
}

.newsRightContent{
    width: 50%;
    float: left;
    height: 100%;
}

.imageNews{   
    object-fit: cover;
    width: 100%;
    height: 383px;
}

.productsContainer{  
    height: 382px;
    width: 100%;
    position: relative;
    background-color: #445059;
}

.productsLeftContent, .productsRightContent{
    width: 50%;
    float: left;
    height: 100%;
}


.productsTextBlock{
    width:450px; 
    float: left;
    padding-left: 50px;
}

.companyContainer{
    height: 382px;
    width: 100%;
    background-color: #f4f4f4;
}


.blackLineBig{
    width:191px; 
    height:8px; 
    background-color:#000;
}

.paragraphTitleBlack {
    font-family: 'Roboto';
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    color: #000;
    margin-top: 55px;
    margin-left: 10px;
}

.textInHomeBlack{
    font-family: 'Roboto';
    font-size: 16px;
    color: #000;
    margin-top: 42px;
    margin-left: 10px;
    height: 180px;
}


.blackLineBigBottom{
    width:191px; 
    height:8px; 
    background-color:#000;
    margin-top: 50px;
}

.moreNewsTextBlack {
    font-size: 18px;
    color: #445059;
    font-weight: 400;
}

.arrow{
    width: 18px;
    height: 24px;
}

.moreArrowBlack{
    background: transparent url(../images/arrow_right_balck.png) no-repeat;
}

.moreNewsContainer:hover .moreArrowBlack{ 
    background: transparent url(../images/arrow-black-right-hover.png) no-repeat;
}

.moreArrowWhite{
    background: transparent url(../images/right_arrow_little.png) no-repeat;
}

.moreNewsContainer:hover .moreArrowWhite{ 
    background: transparent url(../images/right_arrow_little_hover.png) no-repeat;
}

.pageHeaderImage{
    max-height: 572px;
    width: 100%;
    object-fit: cover;
}


.pageContainer{
    /*width: 990px;
    margin: 0 auto;
    min-height: 500px;
    margin-top: -6px;
    position: relative;
    overflow: hidden;*/
}

.pageContentLeft{
    width: 530px;
    float: right;
    background-color: #f4f4f4;
    position: relative;
    min-height: 680px;
}

.navigationHeader{
    height: 130px;
    width: 100%;
    float: left;
}

.blackLineBig{
    width: 191px;
    height: 7px;
    background-color: #000;
}


.blackLineLittle{
    width: 35px;
    height: 4px;
    background-color: #000;
}

.breadcrumpText{
    font-size: 15px;
    color: #000;
    margin-top: 66px;
    margin-bottom: 32px;
    margin-left: 13px;
}

.pageTitle{
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 75px;
    font-size: 56px;
    line-height: 56px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    margin-left: 13px;
    text-transform: lowercase;
}

.pageContentLeft p{
    float: left;
    width: 424px;    
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 40px;
    margin-left: 13px;
}

.blackLineClosePage{
    position: absolute;
    bottom: 0;
    right: calc( 50% + ( 530px - 191px - 13px ) ); /*midpage + section_width - line_width - p_margin*/
}


.pageContentRight{
    float: left;
    /*margin-top: 377px;*/
    width: 205px;
    margin-left: 255px;
}

.titleContentRight{
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Roboto';
    margin-left: 10px;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.pageContentRight p{
    font-size: 15px;
    font-family: 'Roboto';
    color: #2b3944;
    margin-left: 10px;
}

.pageContentRight span{
    font-size: 15px;
    font-family: 'Roboto';
    color: #2b3944;
}


.certificateText{
    width: 145px;
    margin-left: 15px;
}

.certificatesImage{
    width: 45px;
    /*height: 65px;*/
}

.certificateContainer{
    margin-bottom: 15px;
}
.certificateContainer a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.certificates {
    padding-bottom: 40px;
}

.pageContentRight > p> a{
    margin-bottom: 22px;
    float: left;
    background: url(../images/arrow-right-anchor.png) left 4px no-repeat;
    padding-left: 20px;
}

.pageContentRight > p> a:hover{
    text-decoration: underline;
    color:#1a8a46;
}


.contentLeft > div > table{
    width: 975px;
    border-collapse: collapse;
}

.contentLeft > div > table > thead{
    background-color: #e6e6e6;
    border-bottom: 1px solid;
    border-bottom-color: #999999;
}

.contentLeft > div > table > thead > tr > td{
    min-width: 45px;
    vertical-align: middle;
    font-size: 15px;
    height: 70px;
    /* padding-left: 15px; */
    text-align: right;
    padding-right: 15px;
    padding-bottom: 5px;
}

.contentLeft > div > table > tbody > tr > td{
    min-width: 45px;
    vertical-align: bottom;
    font-size: 15px;
    text-align: right;
    padding-right: 15px;
    height: 35px;
}

.contentLeft > div > table > tbody > tr {
    border-bottom: 1px solid #f4f4f4;
}

.contentLeft > div > table > tbody {
     background-color: #fff;
}

.notes p{
    font-size: 14px;
}

.pageContentRight > ul{
    font-size: 15px;
}

.pageContentRight > ul > li{
    padding-bottom: 8px;
}


.left100{
    float: left;
    width: 100%;
}

.imagePartner{
    width: 70px;
    /* height: 40px; */
    border: 1px solid;
    border-color: #ccc;
}

.partnersText{
    margin-bottom: 30px;
        margin-left: 13px;
}

.partnersText p{
    float: left;
    /* width: 275px; */
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 20px;
    margin-left: 25px;
    margin-bottom: 0px;
}

.partnersText p img{
    margin-top: 13px;
}

.contentLeft{
    /*min-height: 849px;*/
    width: 530px;
    margin-bottom: 120px;
}

.productFamilyContainer{
    height: 283px;
    width: 100%;
    background-color: #97a2ab;
}

.leftFamilyContent{
    float: left;
    width: 252px;
    height: 100%;
}

.rightFamilyContent{
    float: right;
    width: calc(100% - 252px);
    width: -webkit-calc(100% - 252px);
    width: -moz-calc(100% - 252px);
    height: 100%;
    background-image: -ms-linear-gradient(top, #7D868C 0%, #FFFFFF 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #7D868C 0%, #FFFFFF 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #7D868C 0%, #FFFFFF 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7D868C), color-stop(1, #FFFFFF));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #7D868C 0%, #FFFFFF 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #7D868C 0%, #FFFFFF 100%);
}

.imageFamilyProduct{   
    object-fit: cover;
    width: 100%;
    height: 283px;
}

.contentLeftFamily{
    width: 530px;
}

.leftFamilyContent h1{
    font-size: 38px;
    font-family: 'Roboto';
    color: #fff;
    font-style: italic;
    /* text-align: center; */
    font-weight: bold;
    text-transform: lowercase;
    margin-top: 75px;
    margin-left: 60px;
    line-height: 34px;
}

.whiteLineFamily{
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin-left: 50px;
    margin-top: 20px;
}


.moreArrowFamily{
    background: transparent url(../images/right_arrow.png) no-repeat;
}

.leftFamilyContent:hover .moreArrowFamily{ 
    background: transparent url(../images/right_arrow_hover.png) no-repeat;
}

.arrowFamily{
    width: 35px;
    height: 49px;
    margin-top: 65px;
    float: right;
    margin-right: 25px;
}

.productFamilyContainer:nth-child(3n+0){
    background: #57646e;
}
.productFamilyContainer:nth-child(3n+1){
    background: #97a2ab;    
}
.productFamilyContainer:nth-child(3n+2){
    background: #79848f;
}


.productFamilyContainer:nth-child(3n+2) .rightFamilyContent .imgDiagonalFamily{
    background: transparent url(../images/diagonal-line-second-family.png) no-repeat;
   
    width: 52px;
    height: 283px;
}

.productFamilyContainer:nth-child(3n+1) .rightFamilyContent .imgDiagonalFamily{
         background: transparent url(../images/diagonal-line-first-family.png) no-repeat;
     
    width: 52px;
    height: 283px;
}

.productFamilyContainer:nth-child(3n+0) .rightFamilyContent .imgDiagonalFamily{
    background: transparent url(../images/diagonal-line-third-family.png) no-repeat;
    width: 52px;
    height: 283px;
}


.productTitle {
    float: left;
    width: 100%;
    margin-top: 60px;
    /* margin-bottom: 75px; */
    font-size: 56px;
    line-height: 56px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    margin-left: 13px;
    text-transform: lowercase;
}

.productSubTitle{
    float: left;
    color: #58686e;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 75px;
    margin-top: 25px;
     margin-left: 13px;
}

.navigationHeaderProduct{
    height: 130px;
    width: 100%;
    float: left;
}

.closeIcon{
    float: right;
    margin-top: 67px;
    margin-right: 40px;
    cursor: pointer;
}

.imageProduct{
    max-width: 480px;
    /* height: 500px; */
    margin-top: 93px;
    margin-left: 30px;
    margin-bottom: 100px;
    clear: both;
    display: block;
}

.addDescContainer{
    width: 390px;
    margin-left: 30px;
    margin-bottom: 100px;
    float: left;
    clear: both;
}

.addDescTitle{
    font-family: 'Roboto';
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 30px;
}

.addDescContainer p{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 300;
    color: #2b3944;
    margin-bottom: 15px;
}

.addDescContainer ul>li{
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #2b3944;
    margin-bottom: 15px;
    text-indent: 2px;
    padding-left: 10px;
}

.addDescContainer ul {
  list-style-type: none;
}

.addDescContainer ul > li:before {
  content: "–"; /* en dash */
  position: absolute;
  margin-left: -1.1em; 
}

.blueLittleLine{
    width: 54px;
    height: 2px;
    background-color: #2b3944;
    margin-left: -12px;
}


#MemberLoginForm_LoginForm{
    margin-top: 100px;
}


.pageTitleNews{
    float: left;
    width: 424px;
    margin-top: 60px;
    margin-bottom: 20px; 
    font-size: 56px;
    line-height: 56px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    margin-left: 13px;
    text-transform: lowercase;
}


.pubblicationDate{
    color: #58686e;
    font-size: 26px;
    margin-left: 13px;
    float: left;
    margin-bottom: 70px;
    font-style: italic;
    /* font-weight: 600; */
    font-family: 'Roboto';
}


.pageContentRightNews{
    float: left;
    margin-top: 75px;
    width: 205px;
    margin-left: 170px;
}

.imageLittleNews{
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.littleNewsContainer{
    width: 335px;
    height: 60px;
    background-color: #f4f4f4;
    margin-bottom: 1px;
}

.littleNewsContainer img{
    float: left;
}

.littleNewsContainer p{
    float: left;
    margin-left: 13px;
    color: #2b3944;
    font-size: 15px;
    font-family: 'Roboto';
    width: 240px;
    word-wrap: break-word;
    margin-top: 10px;
    height: 50px;
    font-weight: 500;
}

.littleNewsContainer:hover {
    background-color: #cdd5da;
}


.pageContentRightNews .current{
    background-color: #1e2932;
}

.pageContentRightNews .current p{
    color: #fff !important;
}

.arrowNewsContainer{
    height: 45px;
    float: left;
    width: 335px;
    padding-top: 20px;
}

.arrowNewsContainer p{
    color: #445059;
    font-size: 18px;
        float: left;
}


.next{
    float: right;
}

.prev{
    float: left;
}

.indicationContainer{
    float: left;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 40px;
}

.indicationContainer img{
    float: left;
}


.indicationContainer span,
.indicationContainer a,
.indicationContainer h6 {
    float: left;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
}

.indicationContainer h6,
.indicationContainer span {
    margin-left: 20px;
    
}

.indicationContainer h6
{
    width: 220px;
}



.country{ 
    margin-left: 36px !important;
}

.google-map-container{
    height: 25%;
    width: 80%;

}

.textSliderContent{
    margin: 0 auto;
    /* position: relative; */
    width: 990px;
}

.textSliderContent h1{
    position: absolute;
    top: 300px;
    z-index: 999;
    color: #ffffff;
    font-size: 36px;
    font-family: 'Roboto';
    font-weight: 100;
    width: 270px;
    line-height: 40px;
    margin-left: 20px;
}

.subParagraphContent table {
    background-color: yellow;
}

#menuMobile {
    display: none;
}

.imgVertTriangle{
    position: absolute;
}

.imgHorzTriangle{
    display: none;
}

.diagonaLineRight{
    position: absolute;
    margin-left: -69px;
}


.moreNewsContainerProducts{
    float: right;
    margin-right: 60px;
}


.moreNewsContainerProducts:hover .moreArrowBlack{ 
    background: transparent url(../images/arrow-black-right-hover.png) no-repeat;
}

.moreNewsContainerProducts:hover .moreArrowWhite{ 
    background: transparent url(../images/right_arrow_little_hover.png) no-repeat;
}

.imgHorzTriangleProducts, .imgHorzMobileWhite{
    display: none;
}

.contactContainerMobile{
    display: none;
}

.only-mobile-displayed{
    display: none;
}

.closeIconMobile{
    display: none;
}

.footerWhiteLine{
    display: none;
}


.imgDiagonalNewsWhite{
    display: block;
}

.linkBread{
    pointer-events: none;
    cursor: none;
}

.newsImage{
    width: 100%;
    margin-top: 40px;
}

.imageRightCategory{
    max-width: 260px; 

    margin-bottom: 100px;
    clear: both;
    display: block;
}

#MemberLoginForm_LoginForm{
    min-width: 320px;
    width: 50%;
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

#MemberLoginForm_LoginForm input.text, #MemberLoginForm_LoginForm input.action, #MemberLoginForm_LostPasswordForm_action_forgotPassword, #ChangePasswordForm_ChangePasswordForm input {
    width: 300px;
    padding: 8px 5px;
}

#Email .left {
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
}

#Password .left {
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
}


#Remember{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

#Remember .right{
    float: none;
}

#ForgotPassword{
    margin-bottom: 20px;
}

.position-relative{
    position: relative;
}

.products-holder-navigation.navigation-header,
.all-products .navigation-header{
    height: 130px;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

.flex-row{
    display: flex;
    flex-direction: row;
}

.no-wrap{
    flex-wrap: nowrap;
}

.wrap{
    flex-wrap: wrap;
}

.justify-content-space-between{
    justify-content: space-between;
}

.justify-content-space-around{
    justify-content: space-around;
}

.justify-content-flex-end{
    justify-content: flex-end;
}

.justify-content-center{
    justify-content: center;
}

.align-items-center{
    align-items: center;
}

.triangle-bottom-right.white{
    width: 0;
    height: 0;
    border-bottom: 90px solid #fff;
    border-left: 18px solid transparent;
}

.rotate-180{
    transform: rotate(180deg);
}

.flex{
    display: flex;
}

.float-left{
    float: left;
}

.thirdLevelMenuList{
    display: none;
    width: 266px;
    position: absolute;
    left: 266px;
}

.fourthLevelMenuList{
    display: none;
    width: 266px;
    position: absolute;
    left: 266px;
}

.fourthLevelMenuListAnchor,
.thirdLevelMenuListAnchor {
    float: left;
    width: 231px;
    text-align: left;
    color: #2b3944;
    font-size: 16px;
    font-weight: 500;
    padding-left: 35px;
    padding-top: 15px;
    height: 35px;
}

.navigation-header.products-holder-navigation .bread-crumb,
.all-products .bread-crumb{
    margin-left: 10px;
    margin-bottom: 40px;
}

.products-holder-navigation.navigation-header,
span.with-hidden-breadcrumb .products-holder-main-div,
.all-products .navigation-header,
.all-products .products-holder-main-div
{
    padding-left: 220px;
    padding-right: 220px;
}


.products-holder-main-div{
    padding-top: 72px;
}

.products-holder-main-div h2{
    font-size: 56px;
    line-height: 56px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    text-transform: lowercase;
    margin-bottom: 75px;
}


.products-holder-main-div .products-containers{
    justify-content: flex-start;
}

.products-holder-main-div .products-containers .main-column{
    width: calc(100% / 4); /*num of columns*/
    min-width: 300px; /*below this, wrap*/
}

.products-containers .image-thumbnail{
    padding: 10px;
}

.products-holder-main-div .products-containers .content-row,
.products-holder-main-div .products-containers .content-row .append-triangle{
    height: 80px;
}

.products-holder-main-div .products-containers .content-row .append-triangle{
    width: 0;
    height: 0;
    border-top: 80px solid #2b3944;
    border-right: 15px solid transparent;
}


.products-containers .main-column{
    margin-bottom: 90px;
}

.products-containers .main-column .title-row:not(:only-child){
    margin-bottom: 25px;
}

.products-containers .main-column .content-row:not(:last-child){
    margin-bottom: 40px;
}

.products-holder-main-div .products-containers .product-data{
    padding-left: 20px;
}

.products-holder-main-div .products-containers .title-row .title,
.products-holder-main-div .products-containers .product-data .subtitle,
.products-holder-main-div .products-containers .product-data .title{
    font-family: 'Roboto';
    font-style: italic;
    text-transform: lowercase;
    color: #58686e;
}

.products-holder-main-div .products-containers .title-row,
.products-holder-main-div .products-containers .title-row .prepended-parallelogram-container,
.products-holder-main-div .products-containers .title-row .prepended-parallelogram-container .prepended-parallelogram{
    height: 30px;
}

.products-holder-main-div .products-containers .title-row{
    margin-right: 22px; /*prevent column resize caused by parallelogram on hover*/
}

.products-holder-main-div .products-containers .title-row .prepended-parallelogram-container,
.products-holder-main-div .products-containers .title-row .prepended-parallelogram-container .prepended-parallelogram{
    width: 12px;
}

.products-holder-main-div .products-containers .title-row .prepended-parallelogram-container{
    position: relative;
    margin-right: 10px;
    overflow: hidden;
    
}
.products-holder-main-div .products-containers .title-row .prepended-parallelogram-container .prepended-parallelogram{
    position: absolute;
	transform: skew(-10deg);
    left: -3.5px;
	background: #2b3944;
}


.products-holder-main-div .products-containers .title-row .grey-arrow{
    width: 10px;
    height: 20px;
}

.products-holder-main-div .products-containers .title-row .title-container{
    margin-right: 15px;
}


.products-holder-main-div .products-containers .title-row .title-container .title{
    font-size: 22px;
    font-weight: 500;

}

.products-holder-main-div .products-containers .title-row .title-container .grey-line{
    width: 55px;
    height: 4px;
    background-color: #58686e;
    margin-left: 15px;
    margin-top: 3px;
}

.products-holder-main-div .products-containers .title-row .grey-arrow{
    background: url(../images/arrow-right-grey-anchor.png) left 4px no-repeat;
}

.products-holder-main-div .products-containers .product-data .title{
    font-weight: 500;
    font-size: 18px;
    width: fit-content;
}

.products-holder-main-div .products-containers .product-data .subtitle{
    font-weight: 300;
    font-size: 14px;
}

.products-holder-main-div .products-containers .product-data .dark-line{
    width: 100%;
    height: 2px;   
    background-color: transparent;
    display: block;
    margin-bottom: 6px;
    margin-top: 1px;
}

.display-none{
    display: none;
}

.products-holder-main-div .products-containers .title-row:hover{
    cursor: pointer;
    color: #000;
    margin-right: 0px; /*prevent column resize caused by parallelogram on hover*/
}

.products-holder-main-div .products-containers .title-row:hover .title-container .title{
    color: #000;
}

.products-holder-main-div .products-containers .title-row:hover .prepended-parallelogram-container{
    display: block;   
}

.products-holder-main-div .products-containers .title-row:hover .title-container .grey-line{
    width: 100%;   
    background-color: #000;
    margin-left: 0px;
}

.products-holder-main-div .products-containers .title-row:hover .grey-arrow{
    background: url(../images/arrow-right-dark-anchor.png) left 4px no-repeat;
}

.products-containers .main-column .content-row{
    margin-right: 5px;
    margin-left: -10px;
}

.products-containers .main-column .content-row:hover{
    cursor: pointer;
    color: #2b3944;
    margin-right: 0; /*prevent column resize caused by triangle on hover*/
}

.products-containers .main-column .content-row:hover .image-thumbnail{
    background-color: #2b3944;
}

.products-containers .main-column .content-row:hover .append-triangle{
    display: block;
}

.products-containers .main-column .content-row:hover .product-data{
    padding-left: 10px;
}

.products-containers .main-column .content-row:hover .product-data .title,
.products-containers .main-column .content-row:hover .product-data .subtitle {
    color: #000;
}

.products-containers .main-column .content-row:hover .product-data .dark-line{
    background-color: #000;
}

.products-containers .main-column .content-row:hover .product-data .dark-line,
.products-containers .main-column .content-row:hover .product-data .dark-arrow {
    display: block;
}

.products-containers .main-column .content-row .dark-arrow{
    height: 20px;
    width: 10px;
    margin-left: 10px;
}

.products-containers .main-column .content-row:hover .dark-arrow{
    background: url(../images/arrow-right-dark-anchor.png) no-repeat;  
}

.all-products .light .products-holder-main-div{
    padding-top: 50px;
    padding-bottom: 150px;
}

.light .products-holder-main-div{
    background-image: url(../images/bubbles.jpg);
    background-repeat:  no-repeat;
    background-position: 90% 90%;
    color: #fff;

}

.light .products-holder-main-div,
.hydrogen-background{
    background-color: #a7d9ec;
}

.light .products-holder-main-div .products-containers .title-row:hover .title-container .title,
.light .products-holder-main-div .products-containers .main-column .content-row:hover .product-data .title,
.light .products-holder-main-div .products-containers .main-column .content-row:hover .product-data .subtitle,
.light .products-holder-main-div .products-containers .main-column .content-row:hover,
.light .products-holder-main-div h2,
.light .products-holder-main-div .products-containers .title-row .title,
.light .products-holder-main-div .products-containers .product-data .subtitle,
.light .products-holder-main-div .products-containers .product-data .title {
    color: #fff;
}

.light .products-holder-main-div .products-containers .title-row .title-container .grey-line,
.light .products-holder-main-div .products-containers .title-row .prepended-parallelogram-container .prepended-parallelogram,
.light .products-holder-main-div .products-containers .title-row:hover .title-container .grey-line,
.light .products-holder-main-div .products-containers .main-column .content-row:hover .product-data .dark-line,
.light .products-holder-main-div .products-containers .main-column .content-row:hover .image-thumbnail
{
    background-color: #fff;
}


.light .products-holder-main-div .products-containers .content-row .append-triangle{
    border-top-color: #fff;
}

.light .products-holder-main-div .products-containers .main-column .content-row:hover .dark-arrow{
    background: url(../images/arrow-right-light-anchor.png) no-repeat; 
}

.light .products-holder-main-div .products-containers .title-row .grey-arrow{
    background: url(../images/arrow-right-light-anchor.png) left 4px no-repeat;
}

.light .products-holder-main-div .products-containers .title-row .grey-arrow{
    background: url(../images/arrow-right-light-anchor.png) left 4px no-repeat;
}

.w-fit-content{
    width: fit-content;
}

.white {
    color: #fff;
}

.hydrogen-valves-container.very-small{
    margin-left: 255px;
}

.hydrogen-valves-container.very-small .light .products-holder-main-div{
    padding-top: 0;
    margin-left: 10px;
}

.hydrogen-valves-container.very-small .light .products-holder-main-div h2{
    display: none;
}




.thirdLevelMenuList{
    display: none;
    width: 266px;
    position: absolute;
     left: 266px;
 }
 
 
 .thirdLevelMenuListAnchor {
     float: left;
     width: 231px;
     text-align: left;
     color: #2b3944;
     font-size: 16px;
     font-weight: 500;
     padding-left: 35px;
     padding-top: 15px;
     height: 35px;
 }
 
 .subMenuListItem:hover .thirdLevelMenuList{
     display: block;
 }
 
 .subMenuListThirdLevelItem{
   height: 50px;
 }

 
 .captionImage{
     font-size: 14px !important;
 }
 
 
 .cookieContent{
     padding: 20px;
     width: 1024px;
     margin: 0 auto;
     padding-top: 150px !important;
 }
 
 .cookieContent h1{
     font-family: roboto !important;
     text-transform: uppercase !important;
 }
 
 .cookieContent p{
     font-family: roboto !important;
     line-height: 25px !important;
     font-size: 15px !important;
     font-weight: 300 !important;
 }
 
 
 .cookieContent h2{
     font-size: 45px !important;
     text-transform: uppercase !important;
     font-family: roboto !important;
     color: #000 !important;
     font-weight: bold !important;
 }
 
 
 .typography table {
     width: 100%;
     font-family: 'Robotolight', 'Roboto', sans-serif;
     font-size: 15px;
     line-height: 22px;
     border-collapse: collapse;
 }
 
 
 #privacyAnchor{
     color: #999;
     font-size: 14px;
 }
 
 
 .main-error-page{
     height: 400px;
     width: 990px;
     padding-top: 150px;
     margin: 0 auto;
 }
 
 .linkedin-container{
     float: left;
     margin-left: 20px;
 }
 
 .linkedin-header {
     display: inline-block;
     margin-top: -5px;
 }
 
 .linkedin-contact {
     margin-top: 60px;
     float: left;
     width: 100%;
 }
 
 .flex-row{
     display: flex;
     flex-direction: row;
 }
 
 .valves-row-main-container{
     position: relative;
     width: 100%;
     justify-content: center;
     align-items: center;
     flex-wrap: nowrap;
     height: 670px;
     background-color: #fff;
 }
 
 .valves-row-main-container .abs{
     position: absolute;
 }
 
 .valves-row-main-container .background-image{
     width: 100%;
     height: 100%;
     opacity: 0.12;
     object-fit: cover;
 }
 
 .valves-row-main-container .content-row{
     width: 100%;
     height: 100%;
 }
 
 .parallelogram{
     background: transparent;
     transform: skew(-10deg);
     height: 100%;
 }
 
 .no-skew
 {
     transform: skew(10deg);
 }
 
 
 .parallelogram.left-side{ 
     margin-left: -59px;
     width: calc(50% + 59px);
 }
 
 .parallelogram.left-side.background{ 
     background-color: rgb(241, 242, 241);   
 }
 
 
 
 .parallelogram.right-side{
     margin-right: -59px;
     width: calc(50% + 59px);
 }
 .parallelogram.right-side.background{
     background-color: rgb(77, 189, 234);
 }
 
 .parallelogram.front-panel{
     overflow: hidden;
 }
 
 .parallelogram.front-panel:hover img.big-valve{
     transform: skew(10deg) scale(1.05);
 }
 
 .parallelogram.front-panel:hover .description.row{
     transform: translate(0, -5px);
 }
 
 .parallelogram.right-side.front-panel:hover .description.row{
     -webkit-box-shadow: -18px 13px 20px -8px #000000; 
     box-shadow: -18px 13px 20px -8px #000000;
 }
 
 .parallelogram.left-side.front-panel:hover .description.row{
     -webkit-box-shadow: 18px 13px 20px -8px #000000; 
     box-shadow: 18px 13px 20px -8px #000000;
 }
 
 .parallelogram.right-side.front-panel:hover{
     background-color: rgb(77, 189, 234);
 }
 
 .parallelogram.left-side.front-panel:hover{
     background-color: rgb(241, 242, 241);   
 }
 
 .parallelogram img.big-valve{
     transform: skew(10deg);
     position: absolute;
 }
 
 .parallelogram.right-side img.big-valve{
     right: 59px;
 }
 
 .parallelogram.left-side img.big-valve{
     left: 59px;
 }
 
 .parallelogram.front-panel .content-container{
     height: 100%;
     position: absolute;
 }
 
 .parallelogram.front-panel .content-container .sub-container,
 .parallelogram.front-panel .content-container{
     display: flex;
     flex-wrap: nowrap;
     flex-direction: column;
     justify-content: center;
 }
 
 .parallelogram.left-side.front-panel .content-container{
     right: 0;
 }
 .parallelogram.right-side.front-panel .content-container{
     left: 0;
 }
 
 .parallelogram.front-panel .content-container .row{
     width: 100%;
     display: flex;
     flex-direction: row;
     justify-content: end;
     align-items: center;
 }
 
 .parallelogram.left-side.front-panel .content-container .row{
     justify-content: end;
 }
 
 .parallelogram.right-side.front-panel .content-container .row{
     justify-content: start;
 }
 
 .parallelogram.left-side.front-panel .content-container .sub-container{
     padding-right: 70px;
 }
 .parallelogram.right-side.front-panel .content-container .sub-container{
     padding-left: 70px;
 }
 
 .parallelogram.front-panel .content-container .logo.row{
     margin-bottom: 66px;
 }
 
 .parallelogram.front-panel .content-container .title.row{
     margin-bottom: 27px;
 }
 
 .parallelogram.front-panel .content-container .description.row{
     margin-top: 130px;
     max-width: 423px;
     width: 29.375vw; /* make it responsive mantainig ratio: (423/1440)*100 */
     min-height: 90px;
     font-size: 16px;
     color: #fff;
     font-family: 'Roboto';
     font-weight: 300;
     
    }
    
    .parallelogram.front-panel .content-container .description.row,
    .parallelogram.front-panel .content-container .description.row span{
     color: #fff;
    }
 
 .parallelogram.left-side.front-panel .content-container .description.row{
     padding: 12px 70px 12px 24px;
     background-color: #2b3944;
     text-align: right;
     
 }
 
 .parallelogram.right-side.front-panel .content-container .description.row{
     padding: 12px 24px 12px 70px;
     background-color: #1d7192;
 }
 
 .parallelogram.front-panel .content-container .title{
     font-family: 'Roboto';
     font-size: 42px;
     line-height: 37px;
     font-weight: 300;
 }
 .parallelogram.front-panel .content-container .title b{
     font-weight: 400;
 }
 
 .parallelogram.left-side.front-panel .content-container .title{
     text-align: right;
 }
 
 .parallelogram.right-side.front-panel .content-container .title{
     text-align: left;
 }
 
 .parallelogram.right-side.front-panel .content-container .more *, 
 .parallelogram.right-side.front-panel .content-container .title *{
     color: #fff;
 }
 
 
 .flex-column.no-wrap{
     display: flex;
     flex-direction: column;
 }

 .flex-end{
     display: flex;
     justify-content: end;
 }

 .m-r-60{
     margin-right: 60px !important;
 }

 .m-b-17{
     margin-bottom: 17px;
 }

.custom-button-backend{
    color: #fff ;
    background-color: #477598;
    padding: 10px;
}
.custom-button-backend:hover{
    color: #fff;
    background-color: #2b3944;
}

.menu .menuContainer .subMenuListThirdLevelItem:hover .fourthLevelMenuList{
    display: block;
}

.subMenuListFourthLevelItem{
    height: 50px;
    background-color: #b8c2c9;
}

.subMenuListFourthLevelItem:hover .fourthLevelMenuListAnchor{
    background-color: #9faeb8;
    color: #1e2932;
}

.subMenuListItem.section{
    background-color: #d9dee1;
    
}

.subMenuListThirdLevelItem.section{
    background-color: #b8c2c9;
    
}

.subMenuListFourthLevelItem.current{
    background-color: #9faeb8;
    
}
.subMenuListItem:hover .subMenuListItemAnchor,
.subMenuListThirdLevelItem:hover .thirdLevelMenuListAnchor,
.subMenuListFourthLevelItem:hover .fourthLevelMenuListAnchor
{
    background-color: #000;
    color: #fff;
}

/* MOBILE */

@media (max-width: 816px){


    #main {
            position: relative;
    }

    body {
        margin: 0;
        background: #fff;
        min-width: 100%;
    }

    .menu{
        display: none;
    }

    #menuMobile {
        display: none;
        position: absolute;
        z-index: 99999;
        min-height: 430px;
        margin-top: 50px;
        background: #2a373f;
        height: calc(100vh - 50px);
        max-width: 336px;
        width: 100vw;
        overflow-y: auto;
        overflow-x: hidden;
    }

    header {
        width: 100%;
        min-width: 100%;
        position: relative;
    }

    .headerContent {
        width: 320px;
        margin: 0 auto;
        height: 50px;
        display: inline;
        flex-direction: unset;
        justify-content: unset;
    }

    #header.sticky .triangle-bottom-right.white,
    .triangle-bottom-right.white{
        width: 0;
        height: 0;
        border-bottom: 50px solid #fff;
        border-left: 10px solid transparent;
    }
    
    header,
    #header.sticky,
    #header.sticky .headerContent,
    #header.sticky #logoContainer
    {
        height: 50px;
    }
    
    #logoContainer img,
    #header.sticky #logoContainer img{
        height: 30px;
    }
    
    #header.sticky #logoContainer,
    #logoContainer{
        width: 115px;        
    }

    #header.dark #logoContainer{
        background-color: #2a373f;
    }

    #header.dark.sticky .triangle-bottom-right,
    #header.dark .triangle-bottom-right{
        border-bottom-color: #2a373f;
    }

    #header.dark .normal-displayed{
        display: none !important;
    }

    #header.dark .only-mobile-displayed{
        display: flex !important;
    }


    .fotorama__arr--prev{
        display: none !important;
    }

    .fotorama__arr--next{
        display: none !important;
    }

    .textSliderContent {
        width: 320px;
        display: none;
    }

    .textSliderContent h1 {
        position: absolute;
        top: 275px;
        z-index: 999;
        color: #ffffff;
        font-size: 24px;
        font-family: 'Roboto';
        font-weight: 100;
        width: 170px;
        line-height: 27px;
        margin-left: 20px;
    }

    .newsContainer{
        height: 554px;
    }

    .newsLeftContent {
        width: 100%;
        height: auto;
        float: none;
        margin: 0 auto;
        position: relative;
    }

    .newsTextBlock {
        width: 320px;
        float: none;
        height: 100%;
        margin: 0 auto;
        padding-left: 10px;
    }

    .whiteLineBig {
        width: 96px;
        height: 8px;
        background-color: #fff;
    }

    .newsRightContent{
        width: 100%;
        float: none;
        height: 240px;
        margin: 0 auto;
        position: relative;
    }

    .imgVertTriangle{
        left: -31px;
    }

    .imageNews {
        object-fit: cover;
        width: 100%;
        height: 240px;
    }

    .imgHorzTriangle{
        display: block;
        position: absolute;
        right: 0;
    }

    .moreNewsContainer {
        float: none;
        z-index: 2;
        margin-right: 0px;
        right: 20px;
    }

    .productsContainer{
        height: auto;
        width: 100%;
        position: relative;
        background-color: #445059;
    }

    .productsRightContent{
        width: 100%;
        float: none;
        height: auto;
    }

    .productsLeftContent{
        width: 100%;
        float: none;
        height: 240px;
    }

    .diagonaLineRight{
        bottom: 0;
        right: 0;
        height: 240px;
    }

    .productsTextBlock {
        width: 320px;
        float: none;
        padding-left: 10px; 
        margin: 0 auto;
    }

    .moreNewsContainerProducts{
        float: none;
        z-index: 999;
        margin-right: 0px;
        left: 20px;
    }
    
    .moreNewsContainerProducts:not(.relative){
        position: absolute;

    }

    .imgHorzTriangleProducts{
        display: block;
        position: absolute;
        left: 0;
    }

    .companyContainer {
        height: auto;
        width: 100%;
        background-color: #f4f4f4;
    }

    .imgHorzMobileWhite {
        display: block;
        position: absolute;
        right: 0;
    }

    .headFooterContainer {
        width: 100%;
        height: 317px;
    }

    .creditsContent {
        margin: 0 auto;
        width: 310px;
        position: relative;
    }

    .footerLeft {
        float: none;
        width: 100%;
        background-color: #202b34;
        height: 151px;
    }

    .footerRight {
        float: none;
        width: 100%;
        background-color: #2b3944;
        height: 166px;
    }

    .footerRightContent {
        margin-top: 0px;
        width: 310px;
        float: none;
        padding-left: 10px;
        margin: 0 auto;
        padding-top: 10px;
    }

    .footerLeftContent {
        width: 310px;
        float: none;
        padding-left: 10px;
        /*padding-top: 48px;*/
        margin: 0 auto;
    }

    .footerLeftContent img{
        margin-top: 39px;
    }

    .footerWhiteLine{
        display: block;
        width: 96px;
        height: 4px;
        background-color: #f4f4f4;
    }

    .footerLeftContent h4 {
        margin-top: 13px;
        color: #999;
        font-size: 13px;
        width: 210px;
        line-height: 15px;
        font-style: italic;
    }

    .contactContainer{
       display: none;
    }

    .contactContainerMobile{
        display: block;
        margin-top: 30px;
    }

    .contactContainerMobile div{
        width: 300px;
        height: 35px;
    }

    #rightContactImg {
        margin-left: 0px;
        margin-top: 5px;
    }

    footer {
        height: 358px;
        background-color: #000;
    }

    #creditsAnchorContainer {
        height: 29px;
        width: 300px;
        padding-top: 11px;
        margin: 0 auto;
        padding-left: 10px;
    }

    #logoContainer {
        height: 50px;
        background-color: #fff;
        float: left;
    }

    #openCloseMenuMobile{      
        width: 22px;
        height: 22px;
        float: right;
        margin-top: 14px;
        cursor: pointer;
        margin-right: 20px;
    }

    .openCloseMenuMobileClosed{
        background: transparent url(../images/menu-icon-grey.png) no-repeat;
    }

    .openCloseMenuMobileOpened{
        background: transparent url(../images/close-menu-white.png) no-repeat;
        width: 17px !important;
        height: 17px !important;
    }

    .menuContainer {
        padding-right: 16px;
        float: left;
        list-style-type: none;
        text-align: left;
        margin-top: 32px;
        width: 300px;
        padding-left: 20px;
        padding-bottom: 50px;
    }

    .menuConatinerListMobile{
        display: block; 
        padding: 0 5px;
        padding-bottom: 13px;
        float: none;
        margin-right: 25px;
    }

    .menuConatinerListAnchor {
        text-transform: uppercase;
        color: #9faeb8 !important;      
        font-weight: 600;
    }

    .subMenuList{
        width: 266px;
        position: relative;
        top: 0px;
        display: none;
        margin-left: -25px;
        margin-top: 10px;
        width: 100vw;
        max-width: 336px;
        background-color: #fff;
        padding-left: 21px;
    }

    .subMenuListThirdLevelItem,
    .subMenuListItem{
        height: auto !important;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .subMenuListItem{
        width: calc(100% - 21px); /*100% - INDENT*/
    }


    .subMenuListItemAnchor{
        float: left;
        width: 246px;
        text-align: left;
        color: #2b3944;
        font-size: 16px;
        font-weight: 500;
    }

    .subMenuListItem:hover .subMenuListItemAnchor{
        background-color: #fff !important;
        color: #1e2932 !important;
    }
    
    .EvenListItem:not(.current) .subMenuListThirdLevelItem:hover .thirdLevelMenuListAnchor{
        background-color: #d9dee1 !important;
        color: #1e2932 !important;
    }

    .selectedMenuLine{
        background-color: #fff;
    }

    .subMenuListItem:active  .subMenuListItemAnchor{
        background-color: #1e2932;
        color: #fff;
    }

    .sizeOf05 {
        float: none;
        width: 100%;
        margin-top: -6px;
        height: auto;
        overflow: auto;
        overflow-x: hidden;
        
    }

    .pageContentLeft {
        width: 310px;
        float: none;
        background-color: #f4f4f4;
        min-height: 500px;
        margin: 0 auto;
        overflow: auto;
        overflow-x: hidden;
    }

    .contentLeft {
        width: 280px;
        margin: 0 auto;
        float: none;
        overflow: auto;
        word-break: break-word;
    }


    .pageContentLeft p {
        width: 100%;
        font-size: 14px;
        margin-left: 0px;
    }

    .pageTitle{
        font-size: 34px;
        width: 280px;
    }

    .pageContentRight{
        float: none; 
        width: 280px;
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 70px !important;
        overflow: auto;
    }

    .productFamilyContainer {
        height: 160px;
    }

    .productFamilyContainer:nth-child(3n+2) .rightFamilyContent .imgDiagonalFamily{
        background: transparent url(../images/diagonal-line-second-family-mobile.png) no-repeat;
       
        width: 52px;
        height: 160px;
    }

    .productFamilyContainer:nth-child(3n+1) .rightFamilyContent .imgDiagonalFamily{
             background: transparent url(../images/diagonal-line-first-family-mobile.png) no-repeat;
         
        width: 52px;
        height: 160px;
    }

    .productFamilyContainer:nth-child(3n+0) .rightFamilyContent .imgDiagonalFamily{
        background: transparent url(../images/diagonal-line-third-family-mobile.png) no-repeat;
        width: 52px;
        height: 160px;
    }

    .imageFamilyProduct {
        width: 100%;
        height: 160px;
    }
    .rightFamilyContent {
        width: 50%;
    }

    .leftFamilyContent {
        width: 50%;
    }

    .leftFamilyContent h1 {
        font-size: 24px;
        margin-top: 45px;
        margin-left: 20px;
    }

    .whiteLineFamily {
        width: 28px;
        margin-left: 9px;
        margin-top: 9px;
    }

    .moreArrowFamily {
        background: transparent url(../images/arrow-products-mobile.png) no-repeat;
    }

    .leftFamilyContent:hover .moreArrowFamily{ 
        background: transparent url(../images/arrow-products-mobile.png) no-repeat;
    }

    .arrowFamily {
        margin-top: 25px;
    }

    .productFamilies{
        overflow: hidden!important;
        margin-top: 0px !important;
    }

    .blackLineClosePage{
        display: none;
    }

    .addDescContainer {
        width: 270px; 
    }


    .imageProduct{
        width: 90%;
        height: initial;
        margin: 0 5%;
        margin-bottom: 100px;
        margin-top: 80px;
    }

    .productContentRight{
        width: 320px;
        margin: 0 auto;
    }

    .closeIcon{
        display: none;
    }

    .closeIconMobile{
        display: block;
        float: right;
        margin-top: 20px;
        margin-right: 20px;
    }

    .mobileTable{
        overflow: auto;
        width: 280px;
    }

    .littleNewsContainer {
        width: 320px;
    }

    .pageContentRightNews {
        float: none; 
        /* margin-top: 75px; */
        width: 320px;
        /* margin-left: 170px; */
        margin: 0 auto;
    }

    .littleNewsContainer p {
        width: 220px;
    }

    #map{
        height: 400px;
        width: 100%;
    }


    .arrowMenu{
        width: 11px;
        height: 7px;
        float: left;
        margin-left: 12px;
        margin-top: 8px;        
    }

    .arrowMenuClosed{
        background: transparent url(../images/arrow-menu-closed-grey.png) no-repeat; 
    }   

    .arrowMenuOpened{
        background: transparent url(../images/arrow-menu-opened-grey.png) no-repeat; 
    }

    .arrowMenuClosed.dark-version{
        background: transparent url(../images/arrow-menu-closed.png) no-repeat; 
        background-position: center;
    }   

    .arrowMenuOpened.dark-version{
        background: transparent url(../images/arrow-menu-opened.png) no-repeat; 
        background-position: center;
    }

    .arrowMenu.dark-version{
        display: block;
        height: 100%;
        width: 20px;
        margin: 0 !important;
        margin-left: 12px !important;
    }

    .menuWithArrow{
        width: 100%;
        height: 20px;
    }

    .navigationHeader{
        width: auto;
        margin-left: 7px;
    }


    .contentLeftFamily{
        width: 280px;
        margin-left: 13px;
    }

    .navigationHeaderProduct {
        padding-left: 10px;
    }

    .breadcrumpText {
        margin-top: 50px;
    }

    .imageLittleNews{
        float: left;
    }

    .imgDiagonalNewsWhite{
        display: none;
    }

    .arrowNewsContainer {
        width: 310px;
        margin: 0 auto;
        float: none;
    }

    .archivioNews{
        margin-top: 20px !important;
    }

    .all-products{
        padding-top: 0;
    }

    .fourthLevelMenuList,
    .thirdLevelMenuList{
        display: none ;
        position: relative;
        left: 0; 
        width: 100%;
        width: calc(100% + 21px) /*100% + INDENT*/
    }

    span.with-hidden-breadcrumb .products-holder-main-div,
    .products-holder-navigation.navigation-header,
    .all-products .navigation-header,
    .all-products .products-holder-main-div{
        padding-left: 21px;
        padding-right: 21px;
    }

    .products-holder-navigation.navigation-header,
    .hydrogen-page .navigation-header-mobile,
    .all-products .navigation-header{
        height: 61px;
    }
    .thirdLevelMenuList{
        margin-left: -21px;     /*-INDENT*/
    }

    .thirdLevelMenuListAnchor{
        padding-left: calc(21px * 3); /*INDENT * 3*/
    }

    #menuMobile .subMenuListFourthLevelItem{
        background-color: #9faeb8;
      }

    .fourthLevelMenuListAnchor{
        padding-left: calc(21px * 4);  /*INDENT * 4*/
    }

    #menuMobile .linkedin-container{
        padding-left: 5px;
        margin-left: 0;
    }

    .subMenuListItem .menuWithArrow{
        height: 50px;
    }

    .subMenuListThirdLevelItem .menuWithArrow .thirdLevelMenuListAnchor,
    .subMenuListItem .menuWithArrow .subMenuListItemAnchor
    {
        width: auto;
    }

    .subMenuListItem .menuWithArrow .arrowMenu{
        margin-top: calc(8px + 15px);
    }

    .navigation-header.products-holder-navigation .bread-crumb,
    .all-products .bread-crumb{
        margin-bottom: 12px;
    }

    .sizeOf05.hydrogen-background{
        margin-top: 0;
    }

    .menu .menuContainer .subMenuListItem:hover .thirdLevelMenuList{
        display: block;
    }

    .hydrogen-valves-container.very-small{
        margin: 0 auto;
    }

    .hydrogen-page .navigationHeader:not(.navigation-header-mobile),
    .hydrogen-page .pageHeaderImage{
        display: none;
    }
    
    
    .subMenuListThirdLevelItem{
    height: 50px;
    background-color: #d9dee1;
    }

    .hydrogen-page .sizeOf05.greyBackground,
    .hydrogen-page .sizeOf05 .pageContentLeft 
    {
        background-color: #fff;
    }

    .subMenuListThirdLevelItem:hover,
    .subMenuListThirdLevelItem:hover .thirdLevelMenuListAnchor{
        background-color: #b8c2c9;
        color: #1e2932;
    }

    .hydrogen-page .navigation-header-mobile 
    {
        display: flex;
        margin: 0;
        width:100%;
        background-color: #f4f4f4;
        padding-left: 10px;
    }
    
    .hydrogen-page .navigation-header-mobile .breadcrumpText{
        margin: 0;
        padding-left: 12px;
        margin-bottom: 15px;
    }

   

    .captionImage{
        font-size: 14px !important;
    }

    .hydrogen-page .sizeOf05{
        margin-top: 0;
    }

    .valves-row-main-container .background-image,
    .valves-row-main-container .content-row.background{
        display: none;
    }

    .valves-row-main-container{
        height: calc(390px * 2 );
    }

    .valves-row-main-container .content-row{
        position: relative;
    }

    .valves-row-main-container .content-row,
    .valves-row-main-container{
        flex-direction: column;
    }

    .valves-row-main-container .content-row .parallelogram{
        transform: skew(0);
        width: 100%;
        margin: 0;
    }

    .parallelogram.left-side img.big-valve{
        left: 0;
        bottom: 0;
        transform: none;
        height: 368px;
    }

    .parallelogram.right-side{
        background-image: url("../images/background-mobile-blue.jpg") ; 
        background-repeat: no-repeat;
    }
 
    .parallelogram.left-side{
        background-image: url("../images/background-mobile-white.png") ; 
        background-repeat: no-repeat;
        background-position: right;
    }
   
    .parallelogram.right-side img.big-valve{
        right: -39px;
        bottom: -27px;
        transform: none;
        height: 431px;
    }

    .parallelogram.left-side.front-panel:hover,
    .parallelogram.right-side.front-panel:hover {
        background-color: transparent;
    }

    .parallelogram.front-panel:hover .description.row,
    .no-skew,
    .parallelogram.front-panel:hover img.big-valve{
        transform: none;
    }

    .parallelogram.front-panel:hover .description.row{
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .parallelogram.front-panel .content-container{
        height: 100%;
        justify-content: space-between;
    }

    .parallelogram.front-panel .content-container .logo.row{
        margin-bottom: 40px;
    }

    .parallelogram.front-panel .content-container .logo.row img{
        height: 40px ;
    }
    
    .parallelogram.front-panel .content-container .title.row{
        margin-bottom: 10px;

    }

    .parallelogram.front-panel .content-container .title{
        font-size: 32px;
        line-height: 28px;
    }

    .parallelogram.front-panel .content-container .description.row{
        margin-top: 0;
        margin-bottom: 20px;
        max-width: 270px;
        width: auto;
    }

    .parallelogram.front-panel .content-container .more.row .moreNewsContainer{
        position: relative;
        right: 0;
    }
    
    .parallelogram.left-side.front-panel .content-container .sub-container{
        padding-right: 20px;
        padding-top:24px
    }
    
    .parallelogram.right-side.front-panel .content-container .sub-container{
        padding-left: 20px;
        padding-top:24px
    }

    .parallelogram.left-side.front-panel .content-container .description.row{
        padding: 10px  0px;
        transform: skew(-10deg);
        margin-right: -10px;
    }

    .parallelogram.right-side.front-panel .content-container .description.row{
        padding: 10px 0px;
        transform: skew(-10deg);
        margin-left: -10px;
    }

    .parallelogram.front-panel .content-container .description.row span{
        transform: skew(10deg);
        color: #fff;
        padding: 0px 20px;
    }

    .footerWhiteLine,
    .whiteLineBig,
    .blackLineBig,
    .blackLineBigBottom{
        display: none;
    }

    .paragraphTitle,
    .paragraphTitleBlack{
        margin-top: 0;
        padding-top: 55px;
    }

}

.linkedin-contact {
    margin-top: 60px;
    float: left;
    width: 100%;
}

.flex-row{
    display: flex;
    flex-direction: row;
}

.wrap{
    flex-wrap: wrap;
    flex-direction: row;
}

.white{
    color: white;
}

.pageTitle.secondary{
    margin-top: 0;
}

.productFamilies.hydrogen-families .productFamilyContainer{
    background-color: #a7d9ec;
}

.productFamilies.hydrogen-families .productFamilyContainer:nth-child(3n+0){
    background: #80c7e4;
}
.productFamilies.hydrogen-families .productFamilyContainer:nth-child(3n+1){
    background: #a7d9ec;    
}
.productFamilies.hydrogen-families .productFamilyContainer:nth-child(3n+2){
    background: #99d3eb;
}
.productFamilies.hydrogen-families .productFamilyContainer:nth-child(3n+2) .rightFamilyContent .imgDiagonalFamily{
    background: transparent url(../images/diagonal-line-second-family-blue.png) no-repeat;
}

.productFamilies.hydrogen-families .productFamilyContainer:nth-child(3n+1) .rightFamilyContent .imgDiagonalFamily{
    background: transparent url(../images/diagonal-line-first-family-blue.png) no-repeat;
}

.productFamilies.hydrogen-families .productFamilyContainer:nth-child(3n+0) .rightFamilyContent .imgDiagonalFamily{
    background: transparent url(../images/diagonal-line-third-family-blue.png) no-repeat;
}

.fourthLevelMenuListAnchor,
.thirdLevelMenuListAnchor {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
