body, html {
    height: 100%;
    font-family: 'Bison', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #808284;
}

.BlockText{ font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0px;}

/*.preloader*/
#allLoader{
	/*background: url(img/loader.gif) no-repeat center #000;*/
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
    background-color: #fff;
    background-image: url(../../external/Production/img/minihat-blue.png); background-position: center; background-repeat: no-repeat; background-size: 42px;
}

.txtSmall{ font-size: 0.65rem; }

.spinner-blue, .spinner-blue-only{ border-color: #00ade5; }

.centerDivAlign{ margin: 0 auto;}

main{ min-width: 100%; min-height: 100%;}
/*main.mainfull{ width: 100%; min-height: 0; height: calc(100% - 95px);}*/

header{ width: 100%;}

.limitCont{ width: 94%; max-width: 1920px; margin: 0 auto; }
.dottedDiv{ height: 50px; width: 100%; /*background-image: url(../../external/Production/img/fotterDotsv2.png); background-size:auto 100%; background-repeat: repeat-x;*/}

.limitSection{ width: 100%; max-width: 1280px; margin: 0 auto; }

h4{ font-size: 26px; font-weight: 600; }

.relativeCont{ position: relative; width:100%; height:100%; }

#blackScreen{ background-color: rgba(0, 0, 0, 0.8); position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999; display: none; }
.picCont{ border: solid 4px #fff; margin: 0 auto; width: 90%; max-width: 900px; height: auto; }
.picCont img{ width: 100%; display: block; }
.closeBttn{ width: 40px; height:40px;background-image: url(../../external/Production/img/closeBtn.png); background-position: center; background-size: cover; position: absolute; cursor: pointer; position: absolute; top:1rem; right:1rem; }

.alphaDiagonal{  background-image: url(../../external/Production/img/whiteAlphaBck.png); background-position: center left; background-repeat: no-repeat; background-size: cover;}

#fp-nav ul li .fp-tooltip{font-size: 10px;
    padding: 0 5px; background-color: rgba(9, 162, 213, 0.80);}

/***** Carousel BoxCont *****/

.carouselBox{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; background-color: rgba(0, 0, 0, 0.87); display: none;}

.carouselBox .carouselCont{ width: 90%; max-width: 800px; margin: 120px auto  0 auto;}

.carouselBox .carouselCont .carousel-item { width: 100%;}
.carouselBox .carouselCont .carousel-item img{ width: 100%;}

.bttnNextPrev{ position: absolute; top:330px; z-index: 99; display: block; width: 80px; height: 56px; background-position: center; background-repeat: no-repeat; cursor: pointer; background-size: cover; opacity: .6;
-moz-transition: opacity .5s ease;
-webkit-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
transition: opacity .5s ease;
}
.prevButton{ left: 1.5rem; background-image: url(../../external/Production/img/hatPrev.png);}
.nextButton{ right: 1.5rem; background-image: url(../../external/Production/img/hatNext.png);}

.prevButtonBlue{ left: -0.5rem; background-image: url(../../external/Production/img/hatPrev-blue.png);}
.nextButtonBlue{ right: -0.5rem; background-image: url(../../external/Production/img/hatNext-blue.png);}

.bttnNextPrev:hover{ opacity: 1; }

#closeCarousel{ width: 40px; height: 40px; position: absolute; right: 1rem; top: 1rem; display: block; cursor: pointer; z-index: 99; background-image: url(../../external/Production/img/closeCarousel.png); background-position:center; background-size: cover; opacity: .6;
-moz-transition: opacity .5s ease;
-webkit-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
transition: opacity .5s ease;}
#closeCarousel:hover{ opacity: 1;}

/**** loginBox ****/

#loginBox{ width: 400px; text-align: center; }
#loginBox .modal-content{ padding-top: 2.5rem; padding-bottom: 0; }
#loginBox .modal-content h4 img{ width: 80px; }
#loginBox .modal-content input{ height: 1.5rem; margin-left: 46px; }

#loginBox .input-field label { top: -12px; }

#loginBox .modal-content { color: #5a5a5a; /*background-image: url(../../external/Production/img/fotterDotsv2.png); background-size: auto 60px; background-repeat: repeat-x;*/}

   /* label focus color */
   #loginBox .input-field input[type=text]:focus + label, #loginBox .input-field input[type=password]:focus + label {
     color: #0072c0;
   }
   /* label underline focus color */
   #loginBox .input-field input[type=text]:focus, #loginBox .input-field input[type=password]:focus {
     border-bottom: 1px solid #0072c0;
     box-shadow: 0 1px 0 0 #0072c0;
   }

   /* icon prefix focus color */
   #loginBox .input-field .prefix.active {
     color: #0072c0;
   }

#loginBox .modal .modal-footer {padding: 2px 6px 2.5rem 6px; height: auto; }

#loginBox .input-field .prefix {width: 2.5rem; font-size: 1.5rem;}

.modal-close.bttnRegular{ margin: 0 auto; }

/**** HEADER ****/

.main-top{ margin: 0 auto; width: 100%; }

.blueLine{background-color: #00a3ff; }
.redLine{background-color: #e40015; }

.headLine { width: 100%;height: 26px; color: #fff; }
.headLine ul{ overflow: hidden; margin: 0; float: right; }
.headLine ul li { float: left; line-height: 24px; margin: 0 2px;}
.headLine ul li img{ height: 16px; display: block; margin-top: 4px; }
.headLine ul li a{ color: #fff; font-size: 14px; cursor: pointer; }

.blueLine ul li:last-child{ margin-right: 0;}

.navBar{width: 100%; border-bottom: 1px solid #e8e2e2; overflow: hidden; background-color: #fff; }

.navMain { float: right; margin-right: 3.5rem;}
.navMain ul { margin: 0; overflow: hidden; }
.navMain ul li{ float: left; padding: 20px .3rem; height: 68px; color: #808284; position: relative;font-size: 18px;}
.navMain ul li a { color: #808284; }

.indicatorsub{ width: 0px; height: 4px; background-color: #03ade5; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 14px;
-moz-transition: width .5s ease;
-webkit-transition: width .5s ease;
-o-transition: width .5s ease;
transition: width .5s ease;
}

.navMain ul li:hover .indicatorsub{width: 15px;}

.burguerNav {float: right; height: 22px; margin: 20px 10px 0 .5rem; }
.burguerNav i{ font-size: 26px; cursor: pointer; }

.frontPic{ width: 100%; border-bottom: solid 2px #0272c0; position: relative; overflow: hidden;}
.frontPic img{ width: 100%; display: block; }

.carouselBlueLine{position: absolute; top: 0; left:-63.5%; width: 100%; height: 100%; background-color: rgba(3, 173, 228, 0.5); z-index: 99; /*transform: skewX(-20deg); mix-blend-mode: color;*/ }

.whiteDiagonal{position: absolute; top: 0; left:-10%; width: 45%; height: 100%;background-color:#fff; /*background-color:#f6f8f9;*/ z-index: 99; /*transform: skewX(-20deg);*/}

.diagContText{/*transform: skewX(20deg);*/ width: 420px; height: 230px; position: relative; float: right; margin-right: 10%; margin-top: calc(40% - 100px); overflow: hidden; }

.diagContText h2{ margin: 0; position: absolute; top: -70px; }
.diagContText p{ position: absolute; top: 100%;  }

.subcateText{ /*background-color: #f7f7f7; */padding: 0 .55rem; margin-bottom: .25rem; }

#carouselKnitList .squareList ul li{ margin-bottom: .5rem;}



/*
#carouselWovenList ul li{}
float: none;
    width: 33.3%;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    padding: 0;
    text-align: right;
    cursor: pointer;
    position: relative;

*/
/*** BUTTOMS ***/

a.bttnRegular{display: block; color: #fff; width: 120px; font-size: 13px; height: 24px; line-height: 24px; border-radius: 13px; cursor: pointer; text-align: center; }

/*** COLORS ***/

.blue_a{ background-color: #0072c0;
-moz-transition: background-color .5s ease;
-webkit-transition: background-color .5s ease;
-o-transition: background-color .5s ease;
transition: background-color .5s ease;
}
.bttnRegular.blue_a:hover{ background-color: #2b8dd0;}

.blue_b{ background-color: #00ade4; }

.me_orange{ background-color: #ff9400; 
-moz-transition: background-color .5s ease;
-webkit-transition: background-color .5s ease;
-o-transition: background-color .5s ease;
transition: background-color .5s ease;
}
.bttnRegular.me_orange:hover{ background-color: #ffb03c; }

.me_green{background-color: #6bc72a;
-moz-transition: background-color .5s ease;
-webkit-transition: background-color .5s ease;
-o-transition: background-color .5s ease;
transition: background-color .5s ease;
}
.bttnRegular.me_green:hover{ background-color: #8de250; }

.triItems{ width: 90%; max-width: 1280px; margin: 0 auto; text-align: center; overflow: hidden; }
.triItems section{ float: left; width: 33.33%; margin: .5rem 0 2.5rem 0; position: relative;}
.triItems section article{ width: 80%; margin: 0 auto; }
.triItems section p{line-height: 1.35rem; font-size: 16px; min-height: 174px;}

.triItems section:nth-child(2){ border-left: solid #333 1px; border-right: solid #666 1px; }

.triItems .bttnRegular {  margin: 1.5rem auto 0 auto; }

.carouselLabel{ width: 100%; min-height: 100px; background-color:#EBEBEB; padding: 4rem 0; }
.carouselCont{width: 90%; max-width: 1280px; margin: 0 auto;}
.carouselCont ul{ overflow: hidden;}
.carouselCont ul li{ float: left; width: 25%; opacity: 0; }
.carouselCont ul li div{ width: 90%; position: relative; margin: 0 auto; cursor: pointer; overflow: hidden; }
.carouselCont ul li div img{ width: 100%; display: block; }
.carouselCont ul li div a{ display: block; position: absolute; width: 100%; height:32px; bottom: 0; left: 0; color: #fff; text-align: right; font-size: 14px; line-height: 32px; padding: 0 .5rem;
    background-image: url(../../external/Production/img/logo-asi-white.png); background-repeat: no-repeat; background-position: .5rem 50%; background-size: 52px;  cursor: pointer;}

.carouselCont ul li div .blue_blend{transform: skewX(-45deg); position: absolute; width: 180%; height: 110%; top: 0; left:-205%; 
background-color: rgba(3, 173, 228, 0.5);
/*background-color:#186680; mix-blend-mode: color;*/ opacity: 1;
/*background-image: url(../../external/Production/img/AsitestV2.png); background-size: cover; background-repeat: no-repeat;*/
-moz-transition: left .5s ease;
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease;
}

.carouselCont ul li div .blue_line{ position: absolute; width: 100%; height:10px; bottom:32px; left: 0; background-color:rgba(3, 173, 228, 0.5); }

.carouselCont ul li div .cornerLogo{position: absolute; width: 84px; height: 84px; background-image: url(../../external/Production/img/cornerBlue.png); background-repeat: no-repeat; background-size: cover; top:0; left: 0; z-index: 10;}

.carouselCont ul li div .textCont{ position: absolute; width: 70%; height: 40px; top: calc(50% - 20px); left:0; right:0; margin: 0 auto; color: #fff; text-align: center; 
    border: 2px solid rgba(255, 255, 255, 0);  
-moz-transition: border-color .5s ease;
  -webkit-transition: border-color .5s ease;
  -o-transition: border-color .5s ease;
  transition: border-color .5s ease;
}
.carouselCont ul li div .textCont p{margin: 0; font-size: 22px; text-shadow: 0px 0px 15px #000000;}

.carouselCont ul li div:hover .blue_blend{ left: -35%; }
.carouselCont ul li div:hover .textCont { border: 2px solid rgba(255, 255, 255, 1); }


/**** THE HOTEL ****/

#theHotel{ width:100%; height: 650px; overflow: hidden; position: relative;  }

#theHotel .blueCircle{ width: 320px; height: 320px; position: absolute; left:0; right:0; margin:0 auto; top: 600px; background-color: rgba(3, 173, 228, 0.75); border-radius:50%; z-index:10; padding: 60px; text-align: center; cursor: pointer;}

.circleLine1{ width: 200px; text-align: center; height: 86px; overflow: hidden; margin: 16px auto 24px auto; position: relative; }
.circleLine2{ width: 200px; text-align: center; height: 30px; overflow: hidden; margin:0 auto .5rem auto; position: relative; }
.circleLine3{ width: 200px; text-align: center; height: 30px; overflow: hidden; margin:0 auto 0 auto; position: relative; }

.parallax-container .parallax .blueCircle .circleLine1 img{ min-width:154px; width:154px; top: 90px; }
.parallax-container .parallax .blueCircle .circleLine2 img{ min-width:146px; width:200px; top: 50px; }
.parallax-container .parallax .blueCircle .circleLine3 img{ min-width:82px; width:142px; top: 30px; }


.parallax-container .parallax .blueCircle img{ display: block; height:auto; min-height: auto; position: absolute; left:0; right:0; margin: 0 auto;    
-webkit-transform: translateX(0%);
    transform: translateX(0%);
}

/**** QUALITY ****/


.textFree{ width: 90%; max-width:1280px; margin:0 auto; font-size: 22px; text-align: center; }

#quality{ width: 100%; padding: 4rem 0;}

#quality .qual_img{ width: 90%; max-width:1280px; height:550px; margin:0 auto; position: relative; overflow: hidden;
    background-image:url(../../external/Production/img/q_control.jpg); background-position:center; background-repeat:no-repeat; background-size: cover;  
}
.allBlue{width: 100%; height: 100%; background-color:rgba(3, 173, 228, 1); opacity:1; position: absolute; top:0; left:0;  mix-blend-mode: color;}

.quality_diag{ width: 42%; height: 100%; position: absolute; right: -50%; /*transform: skewX(20deg);*/ background-color:#fff; /*background-color:#f6f8f9;*/ z-index: 10; }
.quality_diag_blue{ width: 10%; height: 100%; position: absolute; right: -20%; /*transform: skewX(20deg);*/ background-color:rgba(3, 173, 228, 0.5);  }

.headSec_diag{ width: 42%; height: 100%; position: absolute; right: -50%; /*transform: skewX(20deg);*/ background-color:#fff; z-index: 10; }
.headSec_diag_blue{ width: 10%; height: 100%; position: absolute; right: -20%; /*transform: skewX(20deg);*/ background-color:rgba(3, 173, 228, 0.5);  }


.qu_cont_text{ /*transform: skewX(-20deg);*/
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;}

.qu_cont_text h5{ font-size: 3.2rem; font-weight: 100; margin: 0 0 0 3.5rem;}


/**** showrooms ****/

.showroomLabel{ width: 100%; min-height: 100px; background-color: #EBEBEB; padding: 4rem 0 2rem 0; margin: 4rem 0px 0rem 0px; }
.showroomLabel p{ text-align: left; }
.showroomCont{width: 90%; max-width: 1280px; margin: 0 auto;}
.showroomCont ul{ overflow: hidden;}
.showroomCont ul li{ float: left; width: 50%; opacity: 0; margin-bottom: 2rem; }
.showroomCont ul li div{ width: 90%; position: relative; margin: 0 auto; cursor: pointer; overflow: hidden; }
.showroomCont ul li div img{ width: 100%; display: block; }
.showroomCont ul li div a{ display: block; position: absolute; width: 100%; height:32px; bottom: 0; left: 0; color: #fff; text-align: right; font-size: 14px; line-height: 32px; padding: 0 .5rem;
    background-image: url(../../external/Production/img/logo-asi-white.png); background-repeat: no-repeat; background-position: .5rem 50%; background-size: 52px;  cursor: pointer;}

.showroomCont ul li div .blue_blend{transform: skewX(-45deg); position: absolute; width: 180%; height: 110%; top: 0; left: -199%; /*-30%*/ ; 
background-color:#186680; mix-blend-mode: color; opacity: 1;
-moz-transition: left .5s ease;
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease;
}
.showroomCont ul li div .blue_line{ position: absolute; width: 100%; height:10px; bottom:32px; left: 0; background-color:rgba(3, 173, 228, 0.5); }
.showroomCont ul li div .cornerLogo{position: absolute; width: 84px; height: 84px; background-image: url(../../external/Production/img/cornerBlue.png); background-repeat: no-repeat; background-size: cover; top:0; left: 0; z-index: 10;}
.showroomCont ul li div:hover .blue_blend{ left: -46%; }

.showroomCont ul li article{ width: 90%; position: relative; margin: 0 auto; text-align: center; }

.textContent{width: 90%; max-width: 1280px; margin: 0 auto; text-align: left; }


.blueCorners{position: absolute;  background-repeat: no-repeat; background-size: cover; top:0; left: 0; z-index: 10;}

.cornerFactorie{ width:55px; height:55px; background-image: url(../../external/Production/img/corner-factorie.png);}
.cornerClip{ width:55px; height:55px; background-image: url(../../external/Production/img/corner-clip.png);}
.cornerWoven{ width:60px; height:60px; background-image: url(../../external/Production/img/corner-need.png);}
.cornerStraw{ width:60px; height:60px; background-image: url(../../external/Production/img/corner-sisso.png);}
.cornerKnitted{ width:60px; height:60px; background-image: url(../../external/Production/img/corner-dotmachine.png);}

.cornerWash{ width:60px; height:60px; background-image: url(../../external/Production/img/corner-wash.png);}
.cornerLab{ width:60px; height:60px; background-image: url(../../external/Production/img/corner-lab.png);}
.cornerPrint{ width:60px; height:60px; background-image: url(../../external/Production/img/corner-print.png);}
.cornerTech{ width:60px; height:60px; background-image: url(../../external/Production/img/corner-tech.png);}

.cornerCap{ width:64px; height:64px; background-image: url(../../external/Production/img/corner-cap.png);}

.cornerContact{ width:60px; height:60px; background-image: url(../../external/Production/img/corner-contact.png);}

.bigCorner{width:68px; height:68px;}

.chineLine{ height: 16px; }

/**** MENU FULL ****/

.menuFull{ width: 100%; height: 100%; background-color: rgba(51, 51, 51, 0.5); position: fixed; top: 0; left: 0; z-index: 999; display: none; }

.menuDiagonal{ background-color:#fff; width: 150%; height: 100%; left: -160%; top: 0; position: absolute; /*transform: skewX(-20deg);*/}

.fullMenuCont{ position: absolute; width: 90%; max-width: 1200px; margin:5% auto 0 auto; left: 0; right: 0; opacity: 0;}

.navFull {float: left; color: #00ade5; margin-left: 6rem; /*width:734px; */ }

.navFull ul {overflow: hidden; margin: 0; /*display: none; position: absolute; left:120%; */ top: 0;}
.navFull ul > li{ /*padding: 10px .5rem; */ height: 44px;  }
.navFull ul li a{ color: #00ade5; }

/*.navFull ul li:first-child{ font-size: 20px; margin-top: 1rem}*/

.navFull section{ /*float: left; */ padding: 0 1rem; margin-bottom: 1rem; position: relative; }

.navFull section .footerLink{ font-size: 24px; color:#a7a7a7; position: relative;
-moz-transition: color .5s ease;
-webkit-transition: color .5s ease;
-o-transition: color .5s ease;
transition: color .5s ease;
} 
.navFull section .footerLink::after{ content: ""; position: absolute; width: 0px; height: 2px; background-color: #A3DEF9; bottom: -2px; left: 0;
-moz-transition: width .5s ease;
-webkit-transition: width .5s ease;
-o-transition: width .5s ease;
transition: width .5s ease;
}

.navFull section .footerLink:hover{ color: #575a5d; }
.navFull section .footerLink:hover::after{width: 20px;}

.navFull section .singleItem, .navFull section .firstRow {font-size: 28px; color: #00ade5; cursor: pointer; }

.navFull section:nth-child(7) ul, .navFull section:nth-child(6) ul{ top: -100px; }

.closeBttn{ position: absolute; right: 1rem; top: 1rem; cursor: pointer; z-index: 999;}


.colMenu{ float: left; padding-right: 3rem; }

/****  contactus ****/

#contactus{width: 100%; padding: 4rem 0;}
#contactus .contactCont{width: 90%; max-width: 1280px; height: 550px; margin: 0 auto; position: relative; }

/**** footer ****/

footer{ width: 100%; padding: 2rem 0 1rem 0; border-top: solid #0272c0 6px; }

.footerCont{ width: 100%; max-width: 1280px; overflow: hidden; margin: 0 auto;  padding: 1rem 0; }

.linkstore{ float: left; }
.linkstore a{ font-weight: 600; color: #808284; line-height: 44px; margin-left: 2rem; letter-spacing: 2px;}

.burguerNavFooter{ float: right; height: 22px; margin: 12px 10px 0 .5rem; color: #00ade5; cursor: pointer;}
.navFooter {float: right; color: #00ade5; margin-right: 2rem;/*width:734px; */ }
.navFooter ul { overflow: hidden; margin: 0; }
.navFooter ul li{ float: left; padding: 10px .3rem; height: 44px; }
.navFooter ul li a{ color: #00ade5; }

/*
.navFooter section{ float: left; padding: 0 1rem;  }

.navFooter section:nth-child(1) { width: 150px; }
.navFooter section:nth-child(2) { width: 100px; }
.navFooter section:nth-child(3) { width: 215px; }
.navFooter section:nth-child(4) { width: 200px; }
.navFooter section:nth-child(5) { width: 150px; }
.navFooter section .footerLink{ font-size: 14px; color: #808284; } 
.navFooter section .singleItem {font-size: 18px; color: #00ade5;}
*/


/****  headerSection ****/

.headerSection{ width: 100%; max-width: 1280px; height: 550px; position: relative; margin:0 auto; overflow: hidden; border-bottom: solid 2px #0272c0; 
    background-position: center; background-size: cover; background-repeat: no-repeat; }

.headerShowroom{background-image: url(../../external/Production/img/header-showroom.jpg); }
.headerAbout{background-image: url(../../external/Production/img/header-about.jpg); }
.headerApplications{background-image: url(../../external/Production/img/header-application.png); }

.headerVertical{ width: 44%; max-width: 512px; height: 750px; position: relative; margin:0 auto; overflow: hidden;
    background-image: url(../../external/Production/img/showroomB.png); background-position: center; background-size: cover; background-repeat: no-repeat; }

.mapContainer{ text-align: center;}

/**** awards ****/

#awards{ width: 100%; padding: 0 0 2rem 0; text-align: center;}
#awards .contawards{ width: 90%; max-width: 1280px; margin: 0 auto;}
#awards .contawards h1{ text-align: center; font-size: 3rem; }
#awards .contawards p{ width: 96%; max-width: 700px; margin: 0 auto; }

.allawards{ padding: 2rem 0;}

.oneAward

/**** Factories ****/


#factories{ width: 100%; padding: 3rem 0; text-align: justify; background-color: #EBEBEB;}
#factories .contFact{ width: 90%; max-width: 1280px; margin: 0 auto;}
#factories .contFact h1{ text-align: center; font-size: 3rem; }
#factories .contFact p{ width: 96%; max-width: 700px; margin: 0 auto; }

#factories .contOffice{ width: 90%; max-width: 1280px; margin: 4rem auto 0 auto;}
#factories .contOffice h1{ text-align: center; font-size: 3rem; }
#factories .contOffice p{ width: 96%; max-width: 700px; margin: 0 auto; }

#factories .contVietnam{ width: 90%; max-width: 1280px; margin: 4rem auto 0 auto;}
#factories .contVietnam h1{ text-align: center; font-size: 3rem; }
#factories .contVietnam p{ width: 96%; max-width: 700px; margin: 0 auto; }

.facPicCont{ width: 100%; height: 100%; min-height: 100px;}


.facPicCont{width: 90%; max-width: 1280px; margin:10% auto;}
.facPicCont ul{ /*overflow: hidden;*/ margin: 0;}
.facPicCont ul li{ float: left; width: 33.333%; opacity: 0; cursor: pointer; margin-bottom: 4px;} /***** aqui  ***/
.facPicCont ul li div{ width:calc(100% - 4px); position: relative; margin: 0 auto; cursor: pointer; overflow: hidden;  }
.facPicCont ul li div img{ width: 100%; display: block; 
-moz-transition: width 2s ease;
  -webkit-transition: width 2s ease;
  -o-transition: width 2s ease;
  transition: width 2s ease;
}

/*
.facPicCont ul li:hover div img{ width: 100%; display: block; position: absolute; }
*/

.facPicCont ul li div a{ display: block; position: absolute; width: 100%; height:32px; bottom: 0; left: 0; color: #fff; text-align: right; font-size: 14px; line-height: 32px; padding: 0 .5rem;
    background-image: url(../../external/Production/img/logo-asi-white.png); background-repeat: no-repeat; background-position: .5rem 50%; background-size: 52px;  }

.facPicCont ul li div .blue_blend{transform: skewX(-45deg); position: absolute; width: 180%; height: 110%; top: 0; left: -183%; 
background-color:#186680; mix-blend-mode: color; opacity: 1;
-moz-transition: left .5s ease;
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease;
}
.facPicCont ul li div .blue_line{ position: absolute; width: 100%; height:10px; bottom:32px; left: 0; background-color:rgba(3, 173, 228, 0.5); }
.facPicCont ul li div .cornerLogo{position: absolute; width: 64px; height: 64px; background-image: url(../../external/Production/img/cornerBlue.png); background-repeat: no-repeat; background-size: cover; top:0; left: 0; z-index: 10;}
.facPicCont ul li div:hover .blue_blend{ left: -43%; }

.facPicCont ul li article{ width: 90%; position: relative; margin: 0 auto; text-align: center; }


/****  PRODUCTION ****/

/*
.allProduction{ width: 100%; height: 100%; }
.allProduction .producSectEach{float: left; width: 25%; height: 100%; text-align: center;}
.allProduction .producSectEach h4{ font-weight: 100; }
*/

.menuFixed{position: fixed; top: 0; left: 0; z-index: 20;}
/*
#pruduct_1{ background-image: url(../../external/Production/img/big-woven.jpg);}
#pruduct_2{ background-image: url(../../external/Production/img/big-straw.jpg);}
#pruduct_3{ background-image: url(../../external/Production/img/big-washing.jpg);}
#pruduct_4{ background-image: url(../../external/Production/img/big-testing.jpg);}
*/
.bigGrayBckgr{ background-size: cover; background-position: center; background-repeat: no-repeat; /* -webkit-filter: grayscale(1); filter: grayscale(1); */ position: relative; }

.picgrid{ position: absolute; }

ul.picList{ overflow: hidden; height: 65%; width: 100%; position: relative; max-width: 1920px; margin: 95px auto 0 auto; max-height: 570px; }
ul.picList li{ position: absolute; background-position:center; background-repeat:no-repeat; background-size: cover; opacity: 0; }

ul.picList section article{ height: 100%; width: 310px; z-index: 10; position: relative; margin-left: 30px;}
ul.picList section article h3{ font-size: 44px; text-align: center;}
ul.picList section article p{ font-size:15px; text-align: left; }
ul.picList section.fromR{ position: absolute; width: 400px; height: 100%; background-color:#fff; right:-700px; top:0; }
ul.picList section.fromR::after{ 
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 100%;
    left: -24px;
    top: 0;
    background-color: rgba(3, 173, 228, 0.5);
}

ul.picList section.fromL{ position: absolute; width: 400px; height: 100%; background-color:#fff; left:-700px; top:0; padding-right: 30px;}
ul.picList section.fromL::after{ 
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 100%;
    right: -24px;
    top: 0;
    background-color: rgba(3, 173, 228, 0.5);
}


/*ul.picList section.fromL article{ margin-left: 70px;}*/

.fullRelative{position: relative; height: 100%; width: 100%;}
#pruduct_1 ul.picList li:nth-child(1){ width: calc(25% - 2px); height: 100%; top: 0; left: 0;  }
#pruduct_1 ul.picList li:nth-child(2){ width: calc(25% - 2px); height: calc(50% - 2px); top: 0; left: calc(25% + 2px); }
#pruduct_1 ul.picList li:nth-child(3){ width: calc(25% - 2px); height: calc(50% - 2px); top: calc(50% + 2px); left: calc(25% + 2px); }
#pruduct_1 ul.picList li:nth-child(4){ width: calc(50% - 4px); height: 100%; top: 0%; left: calc(50% + 4px); }

#pruduct_2 ul.picList li:nth-child(1){ width: calc(60% - 2px); height: 100%; top: 0; left: 0; background-image: url(../../external/Production/img/production_2a.jpg); }
#pruduct_2 ul.picList li:nth-child(2){ width: calc(40% - 2px); height: calc(50% - 2px); top: 0; left: calc(60% + 2px); background-image: url(../../external/Production/img/production_2b.jpg);}
#pruduct_2 ul.picList li:nth-child(3){ width: calc(20% - 2px); height: calc(50% - 2px); top: calc(50% + 2px); left: calc(80% + 2px); background-image: url(../../external/Production/img/production_2c.jpg);}
#pruduct_2 ul.picList li:nth-child(4){ width: calc(20% - 4px); height: calc(50% - 2px); top: calc(50% + 2px); left: calc(60% + 2px); background-image: url(../../external/Production/img/production_2d.jpg);}

#pruduct_3 ul.picList li:nth-child(1){ width: calc(25% - 2px); height: calc(50% - 2px); top: 0; left: 0; background-image: url(../../external/Production/img/tech_a5v2-1.jpg); }
#pruduct_3 ul.picList li:nth-child(2){ width: calc(25% - 2px); height: calc(50% - 2px); top: 0; left: calc(25% + 2px); background-image: url(../../external/Production/img/tech_a4.jpg);}
#pruduct_3 ul.picList li:nth-child(3){ width: calc(25% - 2px); height: calc(50% - 2px); top: calc(50% + 2px); left: calc(25% + 2px); background-image: url(../../external/Production/img/tech_a3.jpg);}
#pruduct_3 ul.picList li:nth-child(5){ width: calc(25% - 2px); height: calc(50% - 2px); top: calc(50% + 2px); left: 0; background-image: url(../../external/Production/img/tech_a2.jpg);}
#pruduct_3 ul.picList li:nth-child(4){ width: calc(50% - 4px); height: 100%; top: 0%; left: calc(50% + 4px); background-image: url(../../external/Production/img/tech_a1.jpg);}

.maxContCarousel{ /*width: 96%;*/ max-width:990px; margin: 0 auto; padding: 1rem; overflow: hidden;}
.squareList { width: 348px; float: left; }
.squareList ul{ overflow: hidden; }
.squareList ul li{ float: left; width: 116px; height: 116px; cursor: pointer; position: relative; }
.squareList ul li img{ width: 100%; height: auto; position: relative; top: 0;
-moz-transition: top .5s ease;
-webkit-transition: top .5s ease;
-o-transition: top .5s ease;
transition: top .5s ease;
}

.justify-center{text-align: justify; -moz-text-align-last: center; text-align-last: center;}
.justifyTxt{ text-align: justify;}

.technologiesModal{width: 680px;}
.technologiesModal .modal-content{ padding: 2rem; font-size: 15px;
    background-image: url(../../external/Production/img/linesblue.png), url(../../external/Production/img/linesblue2.png);
        background-position: 16px 16px, calc(100% - 16px) calc(100% - 16px);
    background-repeat: no-repeat;}

.technologiesModal .modal-content .row{ margin-bottom: 0;}

.technologiesModal .modal-content ul li{ padding-left: 34px; background-image:url(../../external/Production/img/minihat-blue.png); background-position: left center; background-repeat: no-repeat; background-size: 22px; font-size: 15px; }
    
.centerimg{ text-align: center; margin-top: 2rem;}

.maxContCarousel p{ font-size: 20px;}
.maxContCarousel .collectionMiniList{ padding-left: 1rem;}

.ourStory{width: 90%; max-width: 1280px; margin: 0 auto;}
.ourStory p{ text-align: left;}

.ourStory h1{ color: #00ade5; font-size: 3rem; text-align: center;}

.squareList ul li img:hover{ top:-6px; transform: rotate(3deg);}

.patentStandarBox{ padding: .2rem; width: 450px; height: 450px; float: right; margin-left: 1.5rem; background-image: url(../../external/Production/img/linesblue.png), url(../../external/Production/img/linesblue2.png); background-position: top left, bottom right; background-repeat: no-repeat;}

.labelTitle{  position: absolute; top: 200px; left: 0; max-width: 300px;}
.labelTitle section{ background-color: #00ade5;padding: .2rem 1.5rem .25rem 2.5rem; color: #fff; font-size: 32px; line-height: 34px; display: inline-block; float: left;}
.labelTitle article { width: 220px; float: left; padding: 1rem .5rem;}
.labelTitle article img{ width: 150px; }

.labelTitle a{display: block; width: 42px; height: 42px; float: left; text-align: center; padding: 4px; margin-left: .5rem; cursor: pointer;}
.labelTitle a img{width:100%;}

.bluemark{width: 0%; height: 3px; margin: 0 auto; left: 0; right: 0; bottom: 0; position: absolute; background-color: #00ade5; z-index: 9;
    -moz-transition: width .5s ease;
-webkit-transition: width .5s ease;
-o-transition: width .5s ease;
transition: width .5s ease;
}

.bluemark.active{ width: 50%; }

.subList{ float: left; width:100px; text-align: right; margin-right:26px; }
.subList ul{ margin: 0;}
.subList ul li{ height: 36px; line-height: 36px; cursor: pointer; font-size: 16px;}
.subList ul li:hover, .subList ul li.active { color: #00ade5; }


/***** APPLICATIONS ******/

.hatsSamples{width: 100%;  min-height: 100px; padding: 3rem 0 2rem 0; text-align: center;font-size: 16px; /* background-color: #EBEBEB; background-image: url(../../external/Production/img/whiteAlphaBck.png); text-align: center;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.centerText{ text-align: center;}
.fullimgMarkit{width: 80%;}

.hatsSamples ul.trihats{ width: 90%; max-width: 900px; overflow: hidden; margin: 0 auto;}
.hatsSamples ul.trihats li{ float: left; width:33.33%; text-align: center;}
.hatsSamples ul.trihats li img{ width: 90%; }

.specialText{ font-size: 22px; color: #00ade5;text-align: center;}

.applicationsSect{width: 90%; max-width: 900px; overflow: hidden; margin: 0 auto; padding: 3rem 0;}
.applicationsSect h1{ text-transform: uppercase; font-size: 58px;}

.titleBox{width: 35%; float: left; color: #00ade5;}
.imgsBox{width:65%; float: left;}

.subSecMod{ width: 100%; margin: 1rem 0; overflow: hidden;}

/*.patentStandarBox .carousel img{ width: 450px; height: 450px;}*/

/*
#pruduct_3 ul.picList li:nth-child(1){ width: calc(25% - 2px); height: 100%; top: 0; left: calc(25% + 2px); background-image: url(../../external/Production/img/production_3b.jpg); }
#pruduct_3 ul.picList li:nth-child(2){ width: calc(25% - 2px); height: calc(50% - 2px); top: 0; left: 0; background-image: url(../../external/Production/img/production_3a.jpg);}
#pruduct_3 ul.picList li:nth-child(3){ width: calc(25% - 2px); height: calc(50% - 2px); top: calc(50% + 2px); left:0; background-image: url(../../external/Production/img/production_3c.jpg);}
#pruduct_3 ul.picList li:nth-child(4){ width: calc(50% - 4px); height: 100%; top: 0%; left: calc(50% + 4px); background-image: url(../../external/Production/img/production_3d.jpg);}


#pruduct_4 ul.picList li:nth-child(1){ width: calc(50% - 2px); height: 100%; top: 0; left: 0; background-image: url(../../external/Production/img/production_4d.jpg); }
#pruduct_4 ul.picList li:nth-child(2){ width: calc(25% - 2px); height: 100%; top: 0; left: calc(50% + 2px); background-image: url(../../external/Production/img/production_4a.jpg);}
#pruduct_4 ul.picList li:nth-child(3){ width: calc(25% - 2px); height: 100%; top: 0; left: calc(75% + 2px); background-image: url(../../external/Production/img/production_4b.jpg);}
*/
/********* CAPABILITIES ***********/
/*
#tech_1 ul.picList li:nth-child(1){ width: calc(25% - 2px); height: calc(50% - 2px); top: 0; left: 0; background-image: url(../../external/Production/img/tech_a5.jpg); }
#tech_1 ul.picList li:nth-child(2){ width: calc(25% - 2px); height: calc(50% - 2px); top: 0; left: calc(25% + 2px); background-image: url(../../external/Production/img/tech_a4.jpg);}
#tech_1 ul.picList li:nth-child(3){ width: calc(25% - 2px); height: calc(50% - 2px); top: calc(50% + 2px); left: calc(25% + 2px); background-image: url(../../external/Production/img/tech_a3.jpg);}
#tech_1 ul.picList li:nth-child(5){ width: calc(25% - 2px); height: calc(50% - 2px); top: calc(50% + 2px); left: 0; background-image: url(../../external/Production/img/tech_a2.jpg);}
#tech_1 ul.picList li:nth-child(4){ width: calc(50% - 4px); height: 100%; top: 0%; left: calc(50% + 4px); background-image: url(../../external/Production/img/tech_a1.jpg);}
*/

/*
#capabilitie_1 ul.picList li:nth-child(1){ width: calc(50% - 2px); height: 100%; top: 0; left: calc(50% + 2px); background-image: url(../../external/Production/img/production_2d.jpg); }
#capabilitie_1 ul.picList li:nth-child(2){ width: calc(50% - 2px); height: calc(50% - 2px); top: 0; left: 0; background-image: url(../../external/Production/img/production_2a.jpg);}
#capabilitie_1 ul.picList li:nth-child(3){ width: calc(25% - 2px); height: calc(50% - 2px); top: calc(50% + 2px); left: calc(25% + 2px); background-image: url(../../external/Production/img/production_2c.jpg);}
#capabilitie_1 ul.picList li:nth-child(4){ width: calc(25% - 4px); height: calc(50% - 2px); top: calc(50% + 2px); left: 0; background-image: url(../../external/Production/img/production_2b.jpg);}
*/
/*
#capabilitie_1 ul.picList li:nth-child(1){ width: calc(50% - 2px); height: 100%; top: 0; left: calc(50% + 4px); background-image: url(../../external/Production/img/capa_a1.jpg); }
#capabilitie_1 ul.picList li:nth-child(2){ width: calc(25% - 2px); height: 100%; top: 0; left: 0; background-image: url(../../external/Production/img/capa_a2.jpg);}
#capabilitie_1 ul.picList li:nth-child(3){ width: calc(25% - 2px); height: 100%; top: 0; left: calc(25% + 2px); background-image: url(../../external/Production/img/capa_a3.jpg);}

#capabilitie_2 ul.picList li:nth-child(1){ width: calc(55% - 2px); height: 100%; top: 0; left: 0; background-image: url(../../external/Production/img/tech_c1.jpg); }
#capabilitie_2 ul.picList li:nth-child(2){ width: calc(20% - 2px); height: 100%; top: 0; left: calc(55% + 2px); background-image: url(../../external/Production/img/tech_c2.jpg);}
#capabilitie_2 ul.picList li:nth-child(3){ width: calc(25% - 2px); height: 100%; top: 0; left: calc(75% + 2px); background-image: url(../../external/Production/img/tech_c3.jpg);}
*/


.noFullText{ width: 94%; max-width: 1280px; margin: 120px auto  0 auto;}
.noFullText h3{ text-align: center; }

#capabilitie_1 ul.picList li:nth-child(1){ width: calc(55% - 2px); height: 100%; top: 0; left: calc(45% + 2px);  }
#capabilitie_1 ul.picList li:nth-child(2){ width: calc(20% - 2px); height: 100%; top: 0; left: 0; }
#capabilitie_1 ul.picList li:nth-child(3){ width: calc(25% - 2px); height: 50%; top: 0; left: calc(20% + 1px);}
#capabilitie_1 ul.picList li:nth-child(4){ width: calc(25% - 2px); height: 50%; top: calc(50% + 2px); left: calc(20% + 1px);}

#capabilitie_2 ul.picList > li:nth-child(1){ width: calc(50% - 2px); height: 100%; top: 0; left: 0; }
#capabilitie_2 ul.picList > li:nth-child(2){ width: calc(50% - 2px); height: calc(50% - 2px); right: 0; }
#capabilitie_2 ul.picList > li:nth-child(3){ width: calc(20% - 6px); height: calc(50% - 2px); top: calc(50% + 2px); left: calc(65% + 2px) ; }
#capabilitie_2 ul.picList > li:nth-child(4){ width: calc(15% - 2px); height: calc(50% - 2px); top: calc(50% + 2px); left: calc(50% + 2px); }
#capabilitie_2 ul.picList > li:nth-child(5){ width: calc(15% - 2px); height: calc(50% - 2px); top: calc(50% + 2px); left: 85% ; }

#capabilitie_3 ul.picList li:nth-child(1){ width: calc(25% - 2px); height: 100%; top: 0; left: calc(25% + 2px); }
#capabilitie_3 ul.picList li:nth-child(2){ width: calc(25% - 2px); height: calc(50% - 2px); top: 0; left: 0; }
#capabilitie_3 ul.picList li:nth-child(3){ width: calc(25% - 2px); height: calc(50% - 2px); top: calc(50% + 2px); left:0; }
#capabilitie_3 ul.picList li:nth-child(4){ width: calc(50% - 4px); height: 100%; top: 0%; left: calc(50% + 4px); }

#capabilitie_4 ul.picList li:nth-child(1){ width: calc(50% - 2px); height: 100%; top: 0; left: 0; }
#capabilitie_4 ul.picList li:nth-child(2){ width: calc(25% - 2px); height: 100%; top: 0; left: calc(50% + 2px); }
#capabilitie_4 ul.picList li:nth-child(3){ width: calc(25% - 2px); height: 100%; top: 0; left: calc(75% + 2px); }

/*
#capabilitie_5 ul.picList li{width: 15%; position: relative; float: left;}
#capabilitie_5 ul.picList li img{width: 100%;}
*/

#capabilitie_5 .BlockText{ font-size: 16px;}

#capabilitie_5 ul.picList > li:nth-child(1){ width: calc(100% - 424px); }


.techno{ overflow: hidden;}
#capabilitie_5 ul.techno li{ position: relative; float: left; width: 14.285%; text-align: center; margin-bottom: 8px; max-width: 220px;} 
#capabilitie_5 ul.techno li p{ margin: 0; font-size: 14px;}

#capabilitie_5 dl dt{ padding-left: .5rem; }


#fullpage .cornerLogo {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../../external/Production/img/cornerBlue.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 10;
}

.fullAlto .fp-scroller{ height: 100%;}

#fullpage .section {padding-top: 0; padding-bottom: 0; position: relative;}

#fp-nav ul li a span, .fp-slidesNav ul li a span{background: #0AA2D5;}

.miniImgs{ background-color: #EBEBEB; padding: 2rem 0;}

/**** CONTACT ****/

/*#contactFull{ min-height: 100vh;}*/

.allAlto{ height: 100%;}
.allAltoBlue{height: 100%; padding-top: 8rem; padding-bottom: 4rem;
background: rgba(59,203,235,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(40, 173, 204, 1) 0%, rgba(2, 114, 192, 1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(40, 173, 204, 1)), color-stop(100%, rgba(2, 114, 192, 1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(40, 173, 204, 1) 0%, rgba(2, 114, 192, 1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(40, 173, 204, 1) 0%, rgba(2, 114, 192, 1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(40, 173, 204, 1) 0%, rgba(2, 114, 192, 1) 100%);
background: radial-gradient(ellipse at center, rgba(40, 173, 204, 1) 0%, rgba(2, 114, 192, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bcbeb', endColorstr='#0396c7', GradientType=1 );
}

.contactContent{ width: 95%; max-width: 740px; margin: 0 auto; text-align: center; color: #fff; padding: 0 40px; 
background-image: url(../../external/Production/img/linescontact.png), url(../../external/Production/img/linescontact2.png);
background-position: top left, bottom right;
background-repeat: no-repeat;
}

.contactText{position: relative; padding-bottom: 2rem;}
.contactText p{ margin: 0; font-size: 15px; color: #fff;}
.contactText p:first-child{ font-weight: 600; font-size: 18px;}

a[x-apple-data-detectors], a[href^=tel] {
  color: #fff !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.contactForm{ width: 100%; max-width:900px; margin: 1rem auto 0 auto; }

.contactContent h1 {margin: 14px 0 10px 0; font-size:3rem;}


.contactForm input[type=text]:not(.browser-default), textarea.materialize-textarea {
    border-bottom: 1px solid #fff;
}

   /* label focus color */
   .contactForm .input-field input[type=text]:focus + label, .contactForm .input-field input[type=password]:focus + label, .contactForm .input-field textarea:focus + label {
     color: #a7e5f9;
   }
   /* label underline focus color */
   .contactForm .input-field input[type=text]:focus, .contactForm .input-field input[type=password]:focus, .contactForm .input-field input[type=password]:focus, .contactForm .input-field textarea:focus {
     border-bottom: 1px solid #a7e5f9;
     box-shadow: 0 1px 0 0 #a7e5f9;
   }

   /* icon prefix focus color */
   .contactForm .input-field .prefix.active {
     color: #a7e5f9;
   }

.contactForm .input-field label{ color: #fff; }

input[type=text]:not(.browser-default), textarea.materialize-textarea{height: 2rem; margin-bottom: 5px;}

.input-field label:not(.label-icon).active{ color: #fff; }
.sendForm{margin: 1rem auto 2rem auto;}
/*
.contactText::after{ content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 3px;
    width: 50px;
    background-color: #179bd7;
}*/
/*
.contactContent .contactText{ text-align:left; float: left; width: 30%; position:relative; }

.contactContent .contactForm{ float: left; }
*/
/*
.contactForm::after{ content: ""; position: absolute; top: 0; right: 0; background-color: #fff; height: 100%; width: 40px;
transform: skewX(-20deg);
    background-image: url(../../external/Production/img/blueLines.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0px;
}
.contactForm::before{ content: ""; position: absolute; top: 0; left: 30px; background-color: #fff; height: 100%; width: 40px;
transform: skewX(-20deg);
    background-image: url(../../external/Production/img/blueLines.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0px;
}
*/
.simpleFooter{ position: absolute; bottom:0px; left: 0; width: 100%; height: 90px; background-image: url(../../external/Production/img/fotterDotsv2Rev.png); background-size: auto 100%; background-repeat: repeat-x; }

.simpleFooter_white{ position: absolute; bottom:0px; left: 0; width: 100%; height: 90px; /*background-image: url(../../external/Production/img/fotterDotsv2RevWhite.png); background-size: auto 100%; background-repeat: repeat-x;*/ opacity: .2;}

/*******  BRAND **********/

.brands{width: 100%; padding: 1rem 2rem; }
.contBrands{ width: 90%; max-width: 1280px; margin: 0 auto; }
.contBrands h1{ color: #00ade5; font-size: 3rem; text-align: center;}

.brandGrid{ width: 100%; position: relative; }

.allBrands{ width: 900px; margin: 0 auto;}

.allBrands .carousel-item{ width: 100%; height: 636px;}

.allBrands.carousel .indicators .indicator-item{ background-color: #00ade5; }

.allBrands.carousel .indicators { bottom: -30px; }

/*.allBrands ul{ overflow: hidden; margin: 3rem auto;}
.allBrands ul li{ float: left; width: 80px; height: 80px; margin-right: 2rem; margin-bottom: .75rem; background-position: center; background-repeat: no-repeat; background-size: 78px; }

.allBrands ul li img{ width: 100%; }

*/

.brandsIcons{ width: 900px; height: 636px; }
.brandsIcons ul{overflow: hidden;}
.brandsIcons ul li{ width: 14.28%; height: 102px; float: left;}

#brandPack-1 ul li{ background-image: url(../../external/Production/img/logos-gris-01.png); background-size: 900px; }
#brandPack-1 ul li:hover{ background-image: url(../../external/Production/img/logos-azul-01.png); }

#brandPack-2 ul li{ background-image: url(../../external/Production/img/logos-gris-02.png); background-size: 900px; }
#brandPack-2 ul li:hover{ background-image: url(../../external/Production/img/logos-azul-02.png); }

#brandPack-3 ul li{ background-image: url(../../external/Production/img/logos-gris-03.png); background-size: 900px; }
#brandPack-3 ul li:hover{ background-image: url(../../external/Production/img/logos-azul-03.png); }

#brandPack-4 ul li{ background-image: url(../../external/Production/img/logos-gris-04.png); background-size: 900px; }
#brandPack-4 ul li:hover{ background-image: url(../../external/Production/img/logos-azul-04.png); }

#brandPack-5 ul li{ background-image: url(../../external/Production/img/logos-gris-05.png); background-size: 900px; }
#brandPack-5 ul li:hover{ background-image: url(../../external/Production/img/logos-azul-05.png); }

.brandsIcons ul li:nth-child(1){background-position: -10px -10px;}
.brandsIcons ul li:nth-child(2){background-position: -134px -10px;}
.brandsIcons ul li:nth-child(3){background-position: -258px -10px;}
.brandsIcons ul li:nth-child(4){background-position: -378px -10px;}
.brandsIcons ul li:nth-child(5){background-position: -502px -10px;}
.brandsIcons ul li:nth-child(6){background-position: -628px -10px;}
.brandsIcons ul li:nth-child(7){background-position: -754px -10px;}

.brandsIcons ul li:nth-child(8){background-position: -10px -110px;}
.brandsIcons ul li:nth-child(9){background-position: -134px -110px;}
.brandsIcons ul li:nth-child(10){background-position: -258px -110px;}
.brandsIcons ul li:nth-child(11){background-position: -378px -110px;}
.brandsIcons ul li:nth-child(12){background-position: -502px -110px;}
.brandsIcons ul li:nth-child(13){background-position: -628px -110px;}
.brandsIcons ul li:nth-child(14){background-position: -754px -110px;}

.brandsIcons ul li:nth-child(15){background-position: -10px -210px;}
.brandsIcons ul li:nth-child(16){background-position: -134px -210px;}
.brandsIcons ul li:nth-child(17){background-position: -258px -210px;}
.brandsIcons ul li:nth-child(18){background-position: -378px -210px;}
.brandsIcons ul li:nth-child(19){background-position: -502px -210px;}
.brandsIcons ul li:nth-child(20){background-position: -628px -210px;}
.brandsIcons ul li:nth-child(21){background-position: -754px -210px;}

.brandsIcons ul li:nth-child(22){background-position: -10px -310px;}
.brandsIcons ul li:nth-child(23){background-position: -134px -310px;}
.brandsIcons ul li:nth-child(24){background-position: -258px -310px;}
.brandsIcons ul li:nth-child(25){background-position: -378px -310px;}
.brandsIcons ul li:nth-child(26){background-position: -502px -310px;}
.brandsIcons ul li:nth-child(27){background-position: -628px -310px;}
.brandsIcons ul li:nth-child(28){background-position: -754px -310px;}

.brandsIcons ul li:nth-child(29){background-position: -10px -410px;}
.brandsIcons ul li:nth-child(30){background-position: -134px -410px;}
.brandsIcons ul li:nth-child(31){background-position: -258px -410px;}
.brandsIcons ul li:nth-child(32){background-position: -378px -410px;}
.brandsIcons ul li:nth-child(33){background-position: -502px -410px;}
.brandsIcons ul li:nth-child(34){background-position: -628px -410px;}
.brandsIcons ul li:nth-child(35){background-position: -754px -410px;}

.brandsIcons ul li:nth-child(36){background-position: -10px -510px;}
.brandsIcons ul li:nth-child(37){background-position: -134px -510px;}
.brandsIcons ul li:nth-child(38){background-position: -258px -510px;}
.brandsIcons ul li:nth-child(39){background-position: -378px -510px;}
.brandsIcons ul li:nth-child(40){background-position: -502px -510px;}
.brandsIcons ul li:nth-child(41){background-position: -628px -510px;}
.brandsIcons ul li:nth-child(42){background-position: -754px -510px;}

/******* ALTERNATIVA RECTA ************/

ul.picList section.fromL.RECTO::after{ transform: skewX(0deg) !important;} 

ul.picList section.fromR.RECTO::after{ transform: skewX(0deg) !important;} 

/*************************************/

.applicationList{margin: 10 auto; width: 90%; max-width: 750px; text-align: left;}
.aplicationMargin{ margin-right: 132px;}

#socialResponsability{ margin-top: 0; padding-top: 1.5rem;}

.contSocialR{width: 90%; max-width: 1280px; margin: 0 auto; overflow: hidden;}
.contSocialR h1 { text-align: center; font-size: 3rem;}

.diploGrid{ overflow: hidden; width: 100%;}
.diploGrid h6 { font-family: 'Roboto Condensed', sans-serif; font-size: 15px; letter-spacing: 0px; font-weight: 600;}

.grigGroupA{ width: 30%; overflow: hidden; float: left; }
.grigGroupA li{ width: calc(50% - 1rem); float: left; margin-bottom: 1rem}
.grigGroupA li:nth-child(even){ margin-left: .5rem; }
.grigGroupA li:nth-child(odd){ margin-right: .5rem;}
.grigGroupA li img{ width: 100%; display: block;}
.grigGroupA h6{ text-align: center; }

.grigGroupB{ width: 22%; overflow: hidden; float: left; }
.grigGroupB li{ width: 78%; margin-bottom: 1rem; margin: 0 2.5%; margin-left: auto; margin-right: auto;}
.grigGroupB li img{ width: 100%; display: block;}
.grigGroupB h6{ text-align: center; }

.grigGroupC{ width:48%; overflow: hidden; float: left; }
.grigGroupC li{ width: calc(50% - 1rem); float: left; margin-bottom: 1rem}
.grigGroupC li:nth-child(even){ margin-left: .5rem; }
.grigGroupC li:nth-child(odd){ margin-right: .5rem;}
.grigGroupC li img{ width: 100%; display: block;}
.grigGroupC h6{ text-align: center; }

.SR_icons{ width: 40px; float: left;}
.SR_icons img{ width: 100%;}

.SR_textCont {float: left; margin-left: 1rem; width: calc(100% - (40px + 1rem)); margin-bottom: 1rem;}
.SR_textCont h5{ margin: 0;}
.SR_textCont ol{ padding-left: 0rem;}

.diploTxt{ width: 100%; overflow: hidden; max-width: 932px; margin: 0 auto;}
.diploTxt ul li{ overflow: hidden; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0;}

.sR_detailTxt{ float: left; width: calc(50% - 2rem); }
.sR_detailTxt:first-child{ margin-right: 1rem;}
.sR_detailTxt:last-child{ margin-left: 1rem;}

@media screen and (max-width: 1400px) {    
    .diagContText { width: 380px;  margin-right: 4%;}
    .carouselBlueLine{left: -62.5%;}
}

@media screen and (max-width: 1200px) {    
    .diagContText {  width: 310px; margin-right: 4%; }
    .diagContText h2 {margin: 0; font-size: 50px;}
    .carouselBlueLine{left: -62.5%;}
    
    .navMain{ display: none; }
    .triItems{ width: 98%; }
    .navFooter{ display: none; }
    
    .contBrands{ width: 100%; }
    .allBrands{ width: 780px; }
    
    .labelTitle {top: 95px;}
    .fullMenuCont{ margin-top: 0%;}
    .navFull section .footerLink {font-size: 22px;}
    .navFull ul > li {height: 34px;}
}

@media screen and (min-width: 1251px) and (max-width: 1472px) { 
    .maxContCarousel {zoom: 80%; }
    .subList{ margin-right: 16px; }
    .patentStandarBox{ margin-left: 0.5rem;}
}

@media screen and (min-width: 679px) and (max-width: 1250px) { 
    .maxContCarousel {zoom: 70%; }
    .subList{ margin-right: 16px; }
    .patentStandarBox{ margin-left: 0.5rem;}
}

@media screen and (max-width: 992px) {
    .diagContText h2 { font-size: 44px;}
    .diagContText p { font-size: 16px;}
    .whiteDiagonal{width: 55%;}
    .diagContText {width: 260px; height: 200px; margin-right: 9%; margin-top: calc(34% - 100px);}
    .navMain{ display: none; }
    .carouselBlueLine{left: -52.5%;}
    
    .triItems section{ width: 50%; }
    .triItems section:last-child{ margin-left: 25%; }
    .triItems section:nth-child(2){ border-right: none;}
    
    .fullMenuCont{ margin: 0 auto; }
    .fullMenuCont h2{ margin: 2rem 0 0 0; font-size:48px;}
    .navFull{ margin-left: 0; margin-top: 1rem;}
    .colMenu{ padding-right: 0.5rem;}
    .navFull section .singleItem, .navFull section .firstRow{ font-size: 24px;}
    .navFull section .footerLink {font-size: 20px; line-height: 34px;}
    .navFull ul > li {height: 34px;}
    
    .hatsSamples{ padding-top: 1rem; font-size: 14px;}
    .hatsSamples h1 {font-size: 2rem; margin: 1rem 0 1rem 0;}
    
    .titleBox {width: 25%;}
    .imgsBox { width: 75%; }
    .applicationsSect .longtitle h1{ font-size: 31px; }
    /*.contactContent {width: 670px;}*/
    
    #theHotel{ height: 500px; }
    footer{ padding-top: 0.3rem; padding-bottom: 0.3rem; }
    #quality .qual_img{ height: 400px; }
    .qu_cont_text h5{ margin-left: 2rem; font-size: 3rem;}
    .headerSection{ height: 380px; }
    .allBrands{width:530px;}
    .brandsIcons{ width: 480px; height: 436px; margin: 0 auto;}
    .brands {width: 100%;  padding: 1rem 0rem;}
    
    .bttnNextPrev {top: 190px;}
    
    .brandGrid{ max-width: 720px; margin: 0 auto; }
    
    .allBrands .carousel-item{height: 450px;}
    
    #brandPack-1 ul li, #brandPack-2 ul li, #brandPack-3 ul li, #brandPack-4 ul li, #brandPack-5 ul li {background-size: 600px;}
    .brandsIcons ul li {height:64px;}

    #capabilitie_5 .BlockText {font-size: 14px;}
    
    .brandsIcons ul li:nth-child(1) {background-position: -16px -12px;}
    .brandsIcons ul li:nth-child(2) {background-position: -98px -12px;}
    .brandsIcons ul li:nth-child(3) {background-position: -182px -12px;}
    .brandsIcons ul li:nth-child(4) {background-position: -262px -12px;}
    .brandsIcons ul li:nth-child(5) {background-position: -346px -12px;}
    .brandsIcons ul li:nth-child(6) {background-position: -428px -12px;}
    .brandsIcons ul li:nth-child(7) {background-position: -508px -12px;}
    
    .brandsIcons ul li:nth-child(8) {background-position: -16px -78px;}
    .brandsIcons ul li:nth-child(9) {background-position: -98px -78px;}
    .brandsIcons ul li:nth-child(10) {background-position: -182px -78px;}
    .brandsIcons ul li:nth-child(11) {background-position: -262px -78px;}
    .brandsIcons ul li:nth-child(12) {background-position: -346px -78px;}
    .brandsIcons ul li:nth-child(13) {background-position: -428px -78px;}
    .brandsIcons ul li:nth-child(14) {background-position: -508px -78px;}
    
    .brandsIcons ul li:nth-child(15) {background-position: -16px -142px;}
    .brandsIcons ul li:nth-child(16) {background-position: -98px -142px;}
    .brandsIcons ul li:nth-child(17) {background-position: -182px -142px;}
    .brandsIcons ul li:nth-child(18) {background-position: -262px -142px;}
    .brandsIcons ul li:nth-child(19) {background-position: -346px -142px;}
    .brandsIcons ul li:nth-child(20) {background-position: -428px -142px;}
    .brandsIcons ul li:nth-child(21) {background-position: -508px -142px;}
    
    .brandsIcons ul li:nth-child(22) {background-position: -16px -210px;}
    .brandsIcons ul li:nth-child(23) {background-position: -98px -210px;}
    .brandsIcons ul li:nth-child(24) {background-position: -182px -210px;}
    .brandsIcons ul li:nth-child(25) {background-position: -262px -210px;}
    .brandsIcons ul li:nth-child(26) {background-position: -346px -210px;}
    .brandsIcons ul li:nth-child(27) {background-position: -428px -210px;}
    .brandsIcons ul li:nth-child(28) {background-position: -508px -210px;}
    
    .brandsIcons ul li:nth-child(29) {background-position: -16px -700px;}
    .brandsIcons ul li:nth-child(30) {background-position: -98px -700px;}
    .brandsIcons ul li:nth-child(31) {background-position: -182px -700px;}
    .brandsIcons ul li:nth-child(32) {background-position: -262px -700px;}
    .brandsIcons ul li:nth-child(33) {background-position: -346px -700px;}
    .brandsIcons ul li:nth-child(34) {background-position: -428px -700px;}
    .brandsIcons ul li:nth-child(35) {background-position: -508px -700px;}
    
    .brandsIcons ul li:nth-child(36) {background-position: -16px -766px;}
    .brandsIcons ul li:nth-child(37) {background-position: -98px -766px;}
    .brandsIcons ul li:nth-child(38) {background-position: -182px -766px;}
    .brandsIcons ul li:nth-child(39) {background-position: -262px -766px;}
    .brandsIcons ul li:nth-child(40) {background-position: -346px -766px;}
    .brandsIcons ul li:nth-child(41) {background-position: -428px -766px;}
    /*.brandsIcons ul li:nth-child(42) {background-position: -508px -766px;}*/
    
    .sR_detailTxt{ width: 100%; float: none;}
    .diploGrid{ width: 100%; display: block; }
    .grigGroupA, .grigGroupB, .grigGroupC{ width: 100%; float: none; max-width: 500px; margin: 0 auto;}
    .diploTxt{ width: 63%;}
}

@media screen and (max-width: 600px) {
    .aplicationMargin{ margin-right: 0;}
    .frontPic{ height: 280px;margin-top: 20%;}
    .indexcarousel{ height: 280px;}
    .indexcarousel .carousel-item{ height: 280px;}
    .indexcarousel .carousel-item img{ height: 100%; width: auto; text-align: center; margin-left: -50%; margin-right: -50%;}
    .carousel.carousel-slider .carousel-item{ min-height: 280px;}
    
    .dottedDiv{ height: 30px; }
    .triItems section{ width: 90%; border: none; margin: 1.5rem auto; float: none; }
    .triItems section:nth-child(2){ border: none; }
    .triItems section:last-child{ margin-left:auto; }
    .triItems section p{ min-height: 0; }
    .triItems section article{ width: 98%;}
    footer{ padding-top: 1rem; }
    .carouselCont ul li{ width: 50%; margin-bottom: 1rem;}
    
    .navFull ul{ display: none; }
    .colMenu{ float: none; margin: 0 auto;}
    .navFull{ margin-left: auto; margin-top: 2rem; margin-right: auto; float: none; text-align: center;}
    
    .showroomCont ul li{ width: 100%;}
    
    .hatsSamples h1 {font-size: 2rem; }
    
    .titleBox {width: 100%; text-align: center; }
    .imgsBox { width: 100%; }
    .applicationsSect{ padding-top: 1rem;}
    .applicationsSect .longtitle h1, .applicationsSect h1{ font-size: 40px; }
    
    .contactContent {padding: 0 6px; background-size: 60px;}
    .contactContent h1{ font-size: 2.5rem;}
    
    #quality .qual_img {width: 100%;  height: 300px;}
    
    .quality_diag{width: 100%; background-color:rgba(255, 255, 255, 0); color: #fff;}
    .quality_diag_blue {width: 100%; right: -100%; mix-blend-mode: multiply;}
    
    .qu_cont_text h5{ margin: 0 auto; font-size: 40px;}
    .diagContText h2{ position: relative; }
    .diagContText{margin: 30px auto 0 auto; height: 230px; float: none; text-align: center;}
    .whiteDiagonal { width: 100%; left: 0; background-color: rgba(255, 255, 255, 0); color: #fff;}
    
    .carouselBlueLine {mix-blend-mode: multiply;}
    .carousel .indicators{ display: none; }
    .headerSection{height: 230px;}
    
    .facPicCont ul li{ width: 50%;}
    .bttnNextPrev{ display: none; }
    
    ul.picList{ height: calc(100% - 59px); max-height: none; margin-top:60px; }
    
    ul.picList section.RECTO{width: 100%; height: 300px; padding-right: 0;}
    
    #capabilitie_5 ul.picList section.RECTO{ height: auto; position: relative;}
    
    ul.picList section article{ width: 88%; margin: 0 auto; text-align: center;}
    ul.picList section article p{ text-align: center;}
    ul.picList section article h3 { font-size: 34px; margin: .5rem 0 1rem 0;}
    
    h1, h2, h3, h4, h5, h6 {font-weight: 600;}
    
    .headLine {height: 20px;}
    .headLine ul li {line-height: 16px;}
    .headLine ul li img {height: 14px; margin-top: 2px;}
    .logoMain {height: 38px; background-size: 82px;}
    .burguerNav {margin-top: 6px }
    .qu_cont_text h5, .carouselCont ul li div .textCont p{ font-weight: 600; }
    .cornerWoven, .cornerStraw, .cornerKnitted, .cornerPrint, .cornerWash, .cornerLab{ width: 46px; height: 46px;}
    
    #fp-nav.right {right: 0px;}
    #fp-nav ul li .fp-tooltip, #fp-nav ul li .fp-sr-only{ display: none; }
    
    #pruduct_1 ul.picList li:nth-child(1) { width: calc(33.33% - 1px); height:calc(100% - 300px); top: 300px; }
    #pruduct_1 ul.picList li:nth-child(2) { width: calc(33.33% - 1px);height: calc(50% - 151px); top: 300px; left: calc(33.33% + 1px);}
    #pruduct_1 ul.picList li:nth-child(3) { width: calc(33.33% - 1px);height: calc(50% - 151px); top:calc(50% + 150px); left: calc(33.33% + 1px);}
    #pruduct_1 ul.picList li:nth-child(4) { width: calc(33.33% - 1px);height:calc(100% - 300px); top: 300px; background-position: right;left: calc(66.66% + 1px);}
    
    
    #pruduct_2 ul.picList li:nth-child(1) { width: calc(50% - 1px);height:calc(50% - 151px); top: 300px; }
    #pruduct_2 ul.picList li:nth-child(2) { width: calc(50% - 1px);height: calc(50% - 151px); top: 300px; left: calc(50% + 1px);}
    #pruduct_2 ul.picList li:nth-child(3) { width: calc(50% - 1px);height: calc(50% - 151px); top:calc(50% + 150px); left: calc(50% + 1px);}
    #pruduct_2 ul.picList li:nth-child(4) { width: calc(50% - 1px);height:calc(50% - 151px); top: calc(50% + 150px); background-position: right;left:0;}
    
    
    #pruduct_3 ul.picList li:nth-child(1) { width: calc(33.33% - 1px); height:calc(50% - 151px); top: 300px; }
    #pruduct_3 ul.picList li:nth-child(2) { width: calc(33.33% - 1px); height:calc(50% - 151px); top: 300px; left: calc(33.33% + 1px);}
    #pruduct_3 ul.picList li:nth-child(3) { width: calc(33.33% - 1px);height: calc(50% - 151px); top:calc(50% + 150px); left: calc(33.33% + 1px);}
    #pruduct_3 ul.picList li:nth-child(4) { width: calc(33.33% - 1px);height:calc(100% - 300px); top: 300px; background-position: right;left: calc(66.66% + 1px);}
    #pruduct_3 ul.picList li:nth-child(5) { width: calc(33.33% - 1px);height: calc(50% - 151px); top:calc(50% + 150px); left: 0;}
    
    .squareList{ float: none; margin: 0 auto;}
    
    /*********************/
    
    #capabilitie_1 ul.picList li:nth-child(1) { width: calc(33.33% - 1px); height:calc(100% - 300px); top: 300px; left: 0;}
    #capabilitie_1 ul.picList li:nth-child(2) { width: calc(33.33% - 1px);height: calc(50% - 151px); top: 300px; left: calc(33.33% + 1px);}
    #capabilitie_1 ul.picList li:nth-child(3) { width: calc(33.33% - 1px);height: calc(50% - 151px); top:calc(50% + 150px); left: calc(33.33% + 1px);}
    #capabilitie_1 ul.picList li:nth-child(4) { width: calc(33.33% - 1px);height:calc(100% - 300px); top: 300px; background-position: right;left: calc(66.66% + 1px);}    
    
    #capabilitie_2 ul.picList li:nth-child(1) { width: calc(33.33% - 1px); height:calc(50% - 151px); top: 300px; }
    #capabilitie_2 ul.picList li:nth-child(2) { width: calc(33.33% - 1px); height:calc(50% - 151px); top: 300px; left: calc(33.33% + 1px);}
    #capabilitie_2 ul.picList li:nth-child(4) { width: calc(33.33% - 1px);height: calc(50% - 151px); top:calc(50% + 150px); left: calc(33.33% + 1px);}
    #capabilitie_2 ul.picList li:nth-child(3) { width: calc(33.33% - 1px);height:calc(100% - 300px); top: 300px; background-position: right;left: calc(66.66% + 1px);}
    #capabilitie_2 ul.picList li:nth-child(5) { width: calc(33.33% - 1px);height: calc(50% - 151px); top:calc(50% + 150px); left: 0;}
    
    #capabilitie_3 ul.picList li:nth-child(1) { width: calc(50% - 1px);height:calc(50% - 151px); top: 300px; left: 0 }
    #capabilitie_3 ul.picList li:nth-child(2) { width: calc(50% - 1px);height: calc(50% - 151px); top: 300px; left: calc(50% + 1px);}
    #capabilitie_3 ul.picList li:nth-child(3) { width: calc(50% - 1px);height: calc(50% - 151px); top:calc(50% + 150px); left: calc(50% + 1px);}
    #capabilitie_3 ul.picList li:nth-child(4) { width: calc(50% - 1px);height:calc(50% - 151px); top: calc(50% + 150px); background-position: right;left:0;}
    
    #capabilitie_4 ul.picList li:nth-child(1) {width: 100%; height:calc(50% - 151px); top: calc(50% + 150px); }
    #capabilitie_4 ul.picList li:nth-child(2) { width: calc(50% - 1px);height:calc(50% - 151px); top: 300px; left: 0 }
    #capabilitie_4 ul.picList li:nth-child(3) { width: calc(50% - 1px);height: calc(50% - 151px); top: 300px; left: calc(50% + 1px);}
    
    .patentStandarBox{position: absolute; margin: 0 auto; left: 0; right: 0; display: none;}
    .maxContCarousel {width:100%; max-width: none; margin-top: 130px;}
    .labelTitle{ width: 100%; top: 59px; max-width: none; }
    .labelTitle section {width: 100%; text-align: center; font-weight: 600;}
    
    .squareList ul li:nth-child(10), .squareList ul li:nth-child(11), .squareList ul li:nth-child(12){ display: none;}
    .technologiesModal{width: 320px;}
    .technologiesModal .modal-content {padding: 1rem; font-size: 12px; background-position: 8px 8px, calc(100% - 8px) calc(100% - 8px);}
    .technologiesModal .modal-content ul li {padding-left: 30px; background-size: 20px; font-size: 13px;}
    .technologiesModal .modal-content img{ width: 100%;}
    .longTxt{ display: none; }
    .fullimgMarkit {width: 100%;}
    .labelTitle a{ width: 100%; margin-left: 0; text-align: center;}
    .labelTitle a img{ height: 100%; width: auto;}
    .subList {width: 100%; margin-right: 0px; position: absolute; top: 112px; left: 0;}
    .subList ul li{text-align: center; border-right: 1px solid; height: 18px; line-height: 18px; float: left; padding: 0 0.5rem; width: 25%; margin-bottom: 0.45rem;}
    .subList ul li span{ display: none;}
    
    .subList ul li:nth-child(4n+4) { border: none; }
    #carouselWovenList {margin-top: 2rem;}
    .navFull section .singleItem, .navFull section .firstRow{ font-weight: 600;}
    .allBrands {width: 300px;}
    .brandsIcons {width: 300px;}
    .brandsIcons ul li { height: 32px;}
    #brandPack-1 ul li, #brandPack-2 ul li, #brandPack-3 ul li, #brandPack-4 ul li, #brandPack-5 ul li {background-size: 340px; margin-bottom: .5rem;}
    
    .allBrands .carousel-item {height: 272px;}
    .brandsIcons {height: 256px;}
    
    #awards .contawards h1 { margin-top: .75rem;}
    
    .allawards {padding: 1rem 0;}
    
    .noFullText h3 {font-size: 34px;}
    #capabilitie_5{ font-size: 15px;}
    #capabilitie_5 dl{ margin: 0;}
    #capabilitie_5 ul.techno li{ width: 50%;}
    
    .contactText p {font-size: 15px; color: #fff;}
    
    .brandsIcons ul li:nth-child(1){background-position: -8px -9px;}
    .brandsIcons ul li:nth-child(2){background-position: -54px -9px;}
    .brandsIcons ul li:nth-child(3){background-position: -100px -9px;}
    .brandsIcons ul li:nth-child(4){background-position: -147px -9px;}
    .brandsIcons ul li:nth-child(5){background-position: -194px -9px;}
    .brandsIcons ul li:nth-child(6){background-position: -240px -9px;}
    .brandsIcons ul li:nth-child(7){background-position: -286px -9px;}
    
    .brandsIcons ul li:nth-child(8){background-position: -8px -45px;}
    .brandsIcons ul li:nth-child(9){background-position: -54px -45px;}
    .brandsIcons ul li:nth-child(10){background-position: -100px -45px;}
    .brandsIcons ul li:nth-child(11){background-position: -147px -45px;}
    .brandsIcons ul li:nth-child(12){background-position: -194px -45px;}
    .brandsIcons ul li:nth-child(13){background-position: -240px -45px;}
    .brandsIcons ul li:nth-child(14){background-position: -286px -45px;}
    
    .brandsIcons ul li:nth-child(15){background-position: -8px -83px;}
    .brandsIcons ul li:nth-child(16){background-position: -54px -83px;}
    .brandsIcons ul li:nth-child(17){background-position: -100px -83px;}
    .brandsIcons ul li:nth-child(18){background-position: -147px -83px;}
    .brandsIcons ul li:nth-child(19){background-position: -194px -83px;}
    .brandsIcons ul li:nth-child(20){background-position: -240px -83px;}
    .brandsIcons ul li:nth-child(21){background-position: -286px -83px;}
    
    .brandsIcons ul li:nth-child(22){background-position: -8px -122px;}
    .brandsIcons ul li:nth-child(23){background-position: -54px -122px;}
    .brandsIcons ul li:nth-child(24){background-position: -100px -122px;}
    .brandsIcons ul li:nth-child(25){background-position: -147px -122px;}
    .brandsIcons ul li:nth-child(26){background-position: -194px -122px;}
    .brandsIcons ul li:nth-child(27){background-position: -240px -122px;}
    .brandsIcons ul li:nth-child(28){background-position: -286px -122px;}
    
    .brandsIcons ul li:nth-child(29){background-position: -8px -158px;}
    .brandsIcons ul li:nth-child(30){background-position: -54px -158px;}
    .brandsIcons ul li:nth-child(31){background-position: -100px -158px;}
    .brandsIcons ul li:nth-child(32){background-position: -147px -158px;}
    .brandsIcons ul li:nth-child(33){background-position: -194px -158px;}
    .brandsIcons ul li:nth-child(34){background-position: -240px -158px;}
    .brandsIcons ul li:nth-child(35){background-position: -286px -158px;}
    
    .brandsIcons ul li:nth-child(36){background-position: -8px -196px;}
    .brandsIcons ul li:nth-child(37){background-position: -54px -196px;}
    .brandsIcons ul li:nth-child(38){background-position: -100px -196px;}
    .brandsIcons ul li:nth-child(39){background-position: -147px -196px;}
    .brandsIcons ul li:nth-child(40){background-position: -194px -196px;}
    .brandsIcons ul li:nth-child(41){background-position: -240px -196px;}
    .brandsIcons ul li:nth-child(42){background-position: -286px -196px;}
    
    .diploGrid{ width: 100%; float: none; }
    .grigGroupA { width: 100%;}
    .grigGroupB{ width: 80%; margin: 0 auto;}
    .grigGroupC{ width: 100%;}
    .diploTxt{ width: 100%; float: none;}
}

@media screen and (max-width: 430px){
    .carouselCont ul li { width: 100%; margin-bottom: 0.75rem;}
    .facPicCont ul li{ width: 100%;}
    .headSec_diag { width: 100%; color: #fff; background-color: rgba(255, 255, 255, 0);}
    .headSec_diag_blue{ width: 100%; mix-blend-mode: multiply;}
    
    .carouselCont ul li div .textCont{ height: 50px; }
    .carouselCont ul li div .textCont p{ font-size: 30px;}
    .carouselCont ul li div .blue_blend { left: -35%;}
    .carouselCont ul li div .textCont { border: 2px solid rgba(255, 255, 255, 1);}
}
/* FONTS */

@font-face {
  font-family: "Bison";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Bison-Regular.eot?#iefix") format("embedded-opentype"), 
      url("fonts/Bison-Regular.woff") format("woff"), 
      url("fonts/Bison-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Bison";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/Bison-Bold.eot?#iefix") format("embedded-opentype"), 
      url("fonts/Bison-Bold.woff") format("woff"), 
      url("fonts/Bison-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Bison";
  font-style: normal;
  font-weight: bolder;
  src: url("fonts/Bison-DemiBold.eot?#iefix") format("embedded-opentype"), 
      url("fonts/Bison-DemiBold.woff") format("woff"), 
      url("fonts/Bison-DemiBold.ttf") format("truetype"); }
