@font-face {
  font-family: 'Avenir-Black';
  src: url('Avenir-Black/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
  url('Avenir-Black/AvenirLTStd-Black.woff') format('woff'),
  url('Avenir-Black/AvenirLTStd-Black.ttf')  format('truetype'),
  url('Avenir-Black/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Medium';
  src: url('Avenir-Medium/avenir-medium.eot?#iefix') format('embedded-opentype'),
  url('Avenir-Medium/avenir-medium.woff') format('woff'),
  url('Avenir-Medium/avenir-medium.ttf')  format('truetype'),
  url('Avenir-Medium/avenir-medium.svg#avenir-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*GENERAL*/
html, body {
	font-family: 'Avenir-Medium', Helvetica, Arial, Sans-Serif;
	color:#021f6f;
}
a,
a:active,
a:hover {
	text-decoration:none;
	color:#021f6f;
}
p:last-child { margin:0; }
.text-black, .text-black a, .text-black p, .text-black span { color:black; }
/*LAYOUT*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 110px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 60px;*/
  line-height:30px; padding:10px 0;
  background-color: #021f6f;
  color:#fff; text-align:center; font-size:1.000rem;
}
.footer .container {
	background-color: #021f6f;
}
.footer a {
	color:#fff;
}
.height100 {
	position:relative;
}
body {
	padding-top:78px;
}
.header {
	position:fixed; z-index:99; top:0; width:100%; height:78px;  background-color:#FFF;
	padding:10px 0;
}
.home .header {
	background-color:#FFF;
}
body.home {
	padding-top:0px;
}
.home .header_fixed {
		-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.content-page {
	padding:0;
}
.quotations .content-page,
.products .content-page,
.cookie_page .content-page {
	padding:20px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Avenir-Black';
	text-align:center;
}

.products h2 {
	background-color:#021F6F; display:block; padding:5px;
	color:#FFF; font-size:2.000rem;
}
.title_box {
	background-color:#f4f4f4;
	margin:0 0 30px 0;
	padding:20px;
}
.title_box h1 {
	font-size:2.000rem; margin:0; text-transform:uppercase;
}

.bg-blue {
	background-color: #021f6f;
}


.bg-blue .title_box {
	background-color:rgb(150,150,150); background-color:rgba(150,150,150,0.3);
}
.bg-blue .title_box h1 {
	color:white;
}

.down {
	display:none;
}

/*ANIMATION*/
.transition1 {
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*CUSTOM*/



/* Icon Menu */
.nav-icon-box {
    font-size:0px;
    position: absolute;
    right: 0; top: 0;
    margin:0; padding:0;
    z-index: 999;
    cursor: pointer
}
#nav-icon {
    position: relative;
    margin: 24px 18px;
    width: 54px;
    height: 32px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #021f6f;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
    top: 1px;
    transform-origin: left center
}

#nav-icon span:nth-child(2) {
    top: 10px;
    transform-origin: left center
}

#nav-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon.open span {
    background-color: #021f6f;
    width: 80%
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    top: -2px;
    left: 20%
}

#nav-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 25px;
    left: 20%
}
.nav > li a:focus{
	background-color: #021f6f
}
.menu-nav {
	width:100%; margin:0 -15px 0 -15px; float:left;
	background-color:#021f6f;
	overflow:scroll; position:fixed; top:78px; 
	height:100%;
	height: -moz-calc(100% - 78px);
    height: -webkit-calc(100% - 78px);
    height: calc(100% - 78px);
}
.menu {
	list-style:none; margin:20px 15px 30px 15px; padding:0;
}
.menu li {
	display:block; text-transform:uppercase;
}
.menu li a {
	display:block; padding:5px 20px;
	font-family: 'Avenir-Black'; color:#FFF; font-size:1.625rem;
}

.menu li a:hover {
	background-color:#FFF;
	color:#021f6f;
}

.menu .dropdown {
	margin:10px 0; padding:0;
}
.menu .dropdown .close-menu { display:none; }
.dropdown li a {
	font-family: 'Avenir-Medium'; text-transform:lowercase;
}

.languages {
	float:right; margin:0 30px 20px 30px; padding:0; list-style:none;
}
.languages li a {
	color:#FFF; font-size:2.000rem;
}

.header .social {
	display:block; float:left; margin:0 30px;
}
.social { display:none; }
.social a {
	display:inline-block; margin:0 10px 0 0;
}
.social img {
	max-height:25px;
}

.logo { float:left; }
.logo img { height:50px; }
.logo_desktop { display:none; }

.quotations_menu {
	text-align:center; margin:20px 0;
}

.quotations_menu li a {
	padding:10px 10px; cursor:pointer; text-decoration:none;
	font-size:2.000rem; color:#C0C0C0;
}
.quotations_menu .active a,
.quotations_menu li:hover a,
.quotations_menu li:focus a,
.quotations_menu li:active a {
	color:#021f6f;
}


/*QUOTATIONS*/
.title_quotations {
	text-align:center; margin:40px 0 10px 0;
	font-size:5.000rem; line-height:1.000rem;
}
.title_quotations small {
	font-size:2.500rem; line-height:2.500rem;
}
.subtitle {
	margin:20px 0 10px 0;
	font-size:3.000rem; line-height:2.000rem; 
}
.title_quotations small {
	font-size:1.500rem; line-height:1.500rem;
}
.graph {
	width:100%; height:400px; margin:40px 0 40px 0;
}

.change { display:inline-block; margin:0 10px 0 0; }
.change img { height:25px; }

.quotation_tr_hidden {
	display:none;
}
.seeMoreTable {
	cursor:pointer; display:block; width:100px; margin:0 auto; padding:5px 10px; border:1px solid #021F6F;
	font-size:1.500rem; text-align:center; text-transform:uppercase;
}

/*CONTACT*/
.contact-record {
	padding:40px 0;
}
.contact-record:first-child {
	background-color:#021f6f;
}
.contact-record:first-child,
.contact-record:first-child h2 {
	color:#FFF;
}

/*MATERIALS*/
.material-section,
.shape-section,
.form-section {
	padding:40px 0; min-height:100vh;
}
.shape-section,
.form-section,
.form-result {
	display:none; text-align:center;
}
.form-section .image {
	background-color: #f4f4f4; margin:0 0 10px 0; padding:40px;
}
.form-section .image img {
	max-height:300px; max-width:80%;
}
.form-section .density {
	background-color: #f4f4f4; margin:0 0 10px 0; padding:10px;
	color:#021f6f; font-family: 'Avenir-Black';
}
.form-section input {
	background-color: #f4f4f4; 
	border:0;
	width:40%; 
	margin:0 0 10px 0; 
	padding:10px;
	text-align:center;
	color:#021f6f;
	font-family: 'Avenir-Black';
}
@supports (-ms-ime-align: auto) {
	.form-section input{
		padding-left: 0;
	}
}
.form-section .mm {
    	background-color: #f4f4f4;
	width:10%; display:inline-block;
	text-align:center; color:#021f6f; font-family: 'Avenir-Black';
	line-height:40px; height:40px;
}
.form-section .legend_input {
	position:relative;
	width:50%; float:left; background-color:#cccccc; padding:10px;
	font-family: 'Avenir-Black'; text-transform:uppercase;
}
.form-section .legend_input:after {
  content: '';
  position:absolute;
  height: 0;
  width: 0;
  margin-left: 100px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; 
    border-left:20px solid #cccccc; 
    top:0;
    right:-20px;
}
.form-section .form-submit {
	cursor:pointer; background-color: #f4f4f4; border:0;
	width:100%; margin:0 0 10px 0; padding:10px;
	color:#021f6f; font-family: 'Avenir-Black';
}

.form-section .alert {
	color: #ff0c00; border-radius:0;
}
.form-section .form-result {
	text-align:left;
	font-size:2.000rem; color:#021f6f;
}
.form-section .form-result .result{
	background-color: #f4f4f4; border:0; text-align:right;
	width:100%; margin:0 0 10px 0; padding:10px;
	font-size:4.000rem; color:#021f6f; font-family: 'Avenir-Black';
}
.form-section .form-result span{
	font-size:1.000rem;
}

@media only screen and (min-width:768px){
	.form.calculator{
		display:flex;
		position: relative;
	}
	
	.form-result{
		display: block;
		position: relative;
		bottom: 0;	
		width: 100%;
		
	}
}

@media only screen and (min-width:992px){
	
	.form-result{
		position: absolute;
		padding-right:32px;
	}
}

.materials-list {
	clear:both; float:none;
	padding:0; margin:5px 5px 15px 5px;
	cursor:pointer;
	text-align:center;
	background-color:rgb(234,234,234);
	
}
.materials-list .image {
	position:relative;
}
.materials-list p {
	color:rgb(167,167,167); font-size:6.000rem; font-family: 'Avenir-Black';
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.materials-list .text {
	background-color:#f4f4f4;
	color:#021f6f; font-size:3.000rem;
}
.materials-list:hover,
.materials-list.active {
	padding:5px; margin:0 0 5px 0;
	background-color:#021f6f;
	color:#FFF;
}
.materials-list:hover p,
.materials-list.active p {
	color:#FFF;	
}
.materials-list:hover .text,
.materials-list.active .text {
	color:#FFF;
	background-color:#021f6f;
}
.materials-list:hover .image,
.materials-list.active .image {
	background-color:rgb(20,45,112);
}

.materials-list .text {
	padding:15px 10px 10px 10px;
	font-size:2.000rem;
	font-family: 'Avenir-Black';
}
.materials-list .image {
	width:100%; height:100px;
	background-size:cover; background-repeat:no-repeat; background-position:center;
}


.shapes {
	cursor:pointer;
	padding:60px 0; margin:0 40px;
}
.shape {
	text-align:center; padding:0 5px;
}
.shape_record{
	background-color:rgb(150,150,150); background-color:rgba(150,150,150, 0.1);
}
.shape_record:hover{
	background-color:rgb(150,150,150); background-color:rgba(150,150,150, 0.2);
}
.shape_record.active {
	background-color:rgb(150,150,150); background-color:rgba(150,150,150, 0.3);
}
.shape .shape_record {
	padding:15px 0 0 0;
}
.shape .image img{
	display:inline-block; max-height:100px; max-width:80%; margin:80px 0;  min-height:100px;
}
.shape .text{
	padding:15px 10px 10px 10px;
	font-size:2.000rem;
	font-family: 'Avenir-Black';
	color:white;
	background-color:rgb(150,150,150); background-color:rgba(150,150,150, 0.1);
}
.calculator .arrows_slide_left,
.calculator .arrows_slide_right {
	position:absolute; top:50%; margin-top:-15px; width:30px; height:30px; cursor:pointer;
	background-size:contain; background-repeat:no-repeat;
}
.calculator .arrows_slide_left {
	left:-40px;
	background-image:url('/img/icons/arrow_left.svg'); 
}
.calculator .arrows_slide_right {
	right:-40px; left:auto;
	background-image:url('/img/icons/arrow_right.svg'); 
}


/*HOME*/
.banner_home { position:relative; }
.slides-banner,
.slides-banner .slick-list,
.slides-banner .slick-slide { height:100vh; }
.slides-banner .slick-slide {
	background-size:cover; background-position:center center
}
.slides-banner .slick-slide img { width:100%; display:none; }

.banner_content {
	position:absolute; width:100%; left:0px; bottom:0; padding:10px 0 40px 0;
	background-color:rgb(2,31,111); background-color:rgba(2,31,111,0.5);
}
.banner_content .title{
	padding:10px 20px;
	color:#FFF; font-family: 'Avenir-Black';
}
.banner_content .text{
	padding:10px 20px;
	color:#FFF;
}
/*BANNER FOOTER*/
.banner_footer .banner_content {
	z-index:9; padding:10px 60px 10px 0;
}
.banner_footer .banner_content:before {
	content:''; position:absolute; top:0; width:100%; height:500px; z-index:-1;
	background-color:rgb(2,31,111); background-color:rgba(2,31,111,0.5);
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.banner_footer_record:hover .banner_content:before {
	
	transform: translate3d(0,-50%,0);
}
.banner_footer .banner_footer_record { position:relative; display:block; margin:0 0 30px 0; overflow:hidden; }
.banner_footer .banner_content {
	display:block; width:100%;
}

.banner_footer img{
    width: 100% !important;
}
.banner_footer .banner_content .title{
	display:block;
	color:#FFF; font-family: 'Avenir-Medium'; padding:0 20px;
}
.banner_footer .banner_content .text{
	display:block;
	color:#FFF; font-family: 'Avenir-Medium'; font-size: 1.500rem; line-height: 1.500rem;
}
.banner_footer .more {
	position:absolute; bottom:0px; right:20px; width:40px; height:40px; z-index:9;
	background-image:url('/img/icons/more_plus.svg'); background-size:contain; background-repeat:no-repeat;
	opacity:0;
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.banner_footer_record:hover .more {
	opacity:1;
	transform: translate3d(0,-20px,0);
}
.tiny_banner {
	position:absolute; z-index:9; top:100px;
}
.tiny_record, .tiny_record:hover {
        background-color: rgb(2,31,111);
    background-color: rgba(2,31,111,0.5);
	display:block; margin:5px 0 0 0; padding:10px 60px 10px 10px;
	font-size:1.500rem; line-height:1.500rem;
	font-family: 'Avenir-Black'; color:#FFF; text-transform:uppercase;
}

/*END BANNER FOOTER*/
.home .categories {
	list-style:none; padding:0; margin:30px 0;
}
.home .categories li { }
.home .categories li a {
	display:block; background-color:rgb(229,229,229); margin:10px 0; padding:15px; height:120px;
	background-size:contain; background-repeat:no-repeat; background-position:top right;
	font-size:2.000rem; line-height:2.000rem;
	font-family: 'Avenir-Black'; color:#021F6F;
}
.home .categories li a:hover,
.home .categories li a:focus {
	background-color:#021F6F; color:#FFF;
}
/*PRODUCTS*/
.menu_products {
	list-style:none; margin:0; padding:20px 0;
	background-color:#eaecee;
}
.menu_products li {
	display:inline-block; 
	text-align:center;
}

@media only screen and (min-width:768px){

	.menu_products li {
		min-height: 87px;
	}

}
.menu_products li a {
	display:block; border:1px solid #021F6F; padding:10px 20px; margin:10px 5px;
	font-size:1.500rem; line-height:1.500rem;
	font-family: 'Avenir-Black';
	color:#021F6F;
	
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu_products li a:hover,
.menu_products li a.active{
	background-color:#021F6F;
	color:#FFF;
}

.products .images {
	background-color:#f4f5f6;
	padding:30px 0 60px 0;
	height: 300px;
	background-position: center center;
}
.products .slide-images {
	margin:0 60px 0 60px;
}
.products .slick-dots {
	bottom:-40px;
}
.products .slick-dots li button {
	background-color:#FFF;
	border-color:#021F6F;
}
.products .slick-dots li button:hover,
.products .slick-dots .slick-active button {
	background-color:#021F6F;
}

.files-list { margin:20px 0; clear:both; }
.files-list a{
	display:block; 
	float:left;
	padding:24px 10px 24px 60px;
	margin:0 20px 0 0;
	text-transform:uppercase;
	color:#999999;
	font-family: 'Avenir-Black';
	background-image:url('/img/icons/download.svg');
	background-size:45px;
	background-repeat:no-repeat;
	background-position:left center;
}



/*SLIDES*/
.arrows_slide_left,
.arrows_slide_right {
	position:absolute; top:-50px; width:30px; height:30px; cursor:pointer;
	background-size:contain; background-repeat:no-repeat;
}
.arrows_slide_left {
	left:0;
	background-image:url('/img/icons/arrow_left2.svg'); 
}
.arrows_slide_right {
	left: 110px;
	background-image:url('/img/icons/arrow_right2.svg'); 
}

.applications_row { position:relative; }
.applications {
	margin:30px 0; padding:0; list-style:none;
}
.application  {
	float:left; width:50%; margin:0; padding:0;
}
.application img  {
	margin:0 auto;
}
.applications_total {
	display:none; position:absolute; top:-14px; left:45px; background-color:#021F6F; width:50px; height:20px; padding:0 0 0 15px;
	color:white; line-height:20px; text-align:center; font-family: 'Avenir-Black'; font-size:1.000rem;
}
.applications .slick-dots {
	top:-42px; left:42px; width:30px; height:30px;
}
.applications .slick-dots li {
	display:none;
}
.applications .slick-dots li.slick-active {
	display:block;
}
.applications .slick-dots li.slick-active button {
	font-size:1.000rem; color:white; font-family: 'Avenir-Black';
	background-color:transparent; border:0;
}

/*PAGES*/
.height100, .banner_single{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}
@media only screen and (min-width:576px){
	.height100, .banner_single{
		height: 400px;	
	}
}

@media only screen and (min-width:768px){
	.height100, .banner_single{
		width: 100%;
		height: 500px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}  
}

@media only screen and (min-width:768px){
	.banner_single,
	.height100 .banner,
	.height100 .banner .slick-list,
	.height100 .banner .slick-list .slick-track,
	.height100 .banner .slick-list .slick-slide {
		height:100%;
		background-size:cover;
	}
}

.title_header {
	position:absolute; left:0px; bottom:0px; width:100%; padding:40px 40px;
	background-color:rgb(2,31,111); background-color:rgba(2,31,111,0.5);
	color:#FFF; font-size:2.000rem; line-height:2.500rem; font-family: 'Avenir-Black';
}
.page .section { position:relative; }
.page .section:before { display:none; }
.page .text {
	padding:20px 0;
	font-size:16px;
}
.page .image {
	padding:20px 0 0 0;
}
.page .section_down .section:nth-child(2n+1) {
	background-color:rgb(244,244,244);
}
.page .section_down .section:nth-child(2n) {
	background-color:rgb(230,230,240);
}

/***** Modal *****/
.home.modal-open{
	padding: 0 !important;
}

.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}
 
.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.home .modal-dialog {
	width:100%;
    max-width:80vw;
}

.modal-body {
    padding: 0 25px 25px 25px;
}
 
.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}
 
.modal-header, .modal-footer {
    border: 0;
}
 
.modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

.menu .dropdown a {
	text-transform: capitalize;
}

@media only screen and (min-width:768px){
	.header {
		background-color:#021f6f;
		border-bottom:5px solid #FFF;
	}
	body.home {
		padding-top:78px;
	}
	.home .header {
		background-color:#021f6f;
	}
	.menu-nav{
		width:auto; float:right; margin:0; padding:0;
		background-color:transparent;
		position:inherit; top:0;
	}
	
	.menu { float:left; margin:0; padding;0; }
	.menu li {
		display:inline-block;
	}
	.menu li a {
		padding:15px 5px; font-size: 1.125rem;
	}
	.menu li a:hover {
		background-color:transparent;
		color:#FFF;
	}
	.menu .dropdown {
		display:none;
		position:absolute; z-index:99;
		/*width:100%;
		left:0;*/
		top:72px; padding:5px 0;
		background-color: #021f6f;
	}
	.menu .dropdown li {
		text-align:left; display:block; clear:both; margin:6px 0;
	}
	.menu .dropdown a {
		display:inline-block; 
		padding:2px 20px;
		margin:0 10px;
		font-family: 'Avenir-Black';
		text-transform:uppercase;
		color:#FFF;
		font-size: 1.500rem;
	}
	.menu .dropdown a:hover { background-color:#FFF; color:#021f6f; }
	.has-dropdown a { cursor:pointer; }
	.menu .dropdown .close-menu {
		background-image:url('/img/icons/close_menu.svg'); background-size:30px; background-repeat:no-repeat; background-position:center top;
		display:block; cursor:pointer; position:absolute; right:20px; top:20px; padding:35px 10px 0 10px;
		color:#8291B6; font-family: 'Avenir-Black'; text-transform:lowercase; font-size:1.250rem;
	}
	.header .languages {
		float:right; margin:0 15px;
	}
	.languages li a {
		font-size:1.125rem;
		display:block; margin:15px 0; padding:0 0 0 15px;
		border-left:1px solid #FFF;
	}
	.header .social { display:none; }
	.social { display:none; float:right; }
	.footer {
		text-align:left;
	}
	.quotations .content-page{
		padding:40px 0;
	}
	.content-page {
		padding:0;
	}
	.logo_desktop {
		position:absolute; top:0; display:block; padding:20px 10px;
		background-color:#fff;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}
	.logo_desktop img { width:120px; height:50px; }
	.logo { display:none; float:left; }
	
	h1, h2, h3, h4, h5, h6 {
		text-align:left;
	}
	.products h2 {
		display:inline-block;
	}
	.down {
		display:block; cursor:pointer; position:absolute; bottom:20px; left:50%; margin-left:-15px; width:30px; height:30px;
		background-image:url('/img/icons/arrow_down.svg'); 
	}
	/*HOME*/
	.slides-banner,
	.slides-banner .slick-list,
	.slides-banner .slick-slide { height:auto; }
	.slides-banner .slick-slide img { display:block; }
	
	.item-content{
		position:relative;
	}
	.banner_content {
		bottom:130px; width:50%;
		/*left:15px;*/
		/*background-color:transparent;*/
	}
	.banner_footer .banner_content {
		bottom:0;
	}
	.banner_content .title {
		font-size:3.000rem; line-height:3.000rem;
	}
	.banner_content .text {
		font-size:2.500rem; line-height:2.500rem;
	}
	.home .slick-dots {
		left:30px; right:0; margin:0 auto; bottom:145px; padding:0 15px; width:750px;
	}
	.home .slick-dots li {
		float:left;
	}
	.tiny_banner {
		top:40px;
		right:0;
	}
	/*BANNER FOOTER*/
	.banner_footer .banner_content .title{
 		padding:10px 20px;
	}	
	/*END BANNER FOOTER*/
	.home .slick-dots li button,
	.home .slick-dots .slick-active button {
	   border:0;
	   background-color:rgb(255,255,255); background-color:rgba(255,255,255,0.5);
	   
	}
	.home .slick-dots li button:hover,
	.home .slick-dots .slick-active button {
	    background-color:#FFF;
	}
	.home .categories li a {
		background-size:50%;
	}
	/*QUOTATIONS*/
	.quotations_menu li a {
		padding:10px 20px;
	}
	/*MATERIALS*/
	.materials-list .image {
		width:100%; height:300px;
	}
	/*PRODUCTS*/
	.menu_products {
		margin:0; padding-top:0; background-color:transparent;
	}
	.products .images {
		background-color:transparent; 
		padding:0px;
		height: auto;
		min-height:500px;

	}
	.products .slide-images {
		margin:0 0px;
	}
	
	.products .textContent {
		background-color:#f2f2f2;
	}
	.products .textContent2 {
		padding:20px;
	}
	.applications_total {
		display:block;
	}

	.flex{
	display:flex
	}

	/*PAGE*/
	.title_header {
		left:20px; bottom:60px; width:auto;
		/*background-color:transparent;*/
		color:#FFF; font-size:3.000rem; line-height:3.500rem; font-family: 'Avenir-Black';
	}
	.page .image_hidden{
		display:none;
	}
	.page .section {
		min-height:300px;
	}
	.page .section:before { display:block; }
	.page .text {
		padding:60px 0;
	}
}
@media only screen and (min-width:992px){
	body {
	  margin-bottom: 50px;
	}
	.menu li a {
		font-size: 1.625rem; padding:15px 10px;
	}
	.languages li a {
		font-size:1.625rem;
	}
	.home .slick-dots {
		width:970px;
	}
	
	.tiny_banner {
		right:auto;
	}
}
@media only screen and (min-width:1200px){
	.home .slick-dots {
		width:1170px;
	}
}

@media (max-width: 410px) { 
	.form-section .legend_input {
	font-size: 11px;
	padding-right: 0;
	padding-left: 5px;
	}
	.form-section input{
	font-size: 11px;
	padding-left: 15px;
	}
	.form-section .legend_input::after {
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #cccccc;
	right: -18px;
	}
	.form-section .mm {
	line-height: 36px;
	height: 36px;
	font-size: 11px;
	}
}

@media (min-width:768px) {  

	.form-section .legend_input {
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 12px;
	}

	.form-section input{
	font-size: 12px;
	/*padding-left: 15px;*/
	}

}
