@media (max-width: 991px) {
	body {
		font-size: 14px;
		padding-top: 80px;
	}
	body:not(.start) {
		padding-top: 80px;
	}
	h2 {
		font-size: 24px;
		line-height: 30px;
	}
	h2 + h3 {
		font-size: 15px;
		margin: -10px 0 1em;
		font-weight: 500;
		line-height: 21px;
	}
	header.header .fast-call {
		display: none;
	}
	body.scrolled .header {
		top: 0;
	}
	header.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		z-index: 999;
		background-color: #FFF;
		height: 80px;
		padding: 15px 0;
	}
	.header .fluid {
		padding: 10px 10px;
		height: 85px;
		transition: all .25s ease;
	}
	body.scrolled .header .fluid {
		box-shadow: 0px 10px 15px -5px rgba(0,0,0,.1);
	}
	
	.header .menucall {
		display: block;
		position: absolute;
		top: 11px;
		right: 5px;
		padding: 10px;
		z-index: 100;
		font-size: 12px;
		text-transform: uppercase;
		color: var(--text);
		font-weight: 500;
	}
	.header .menucall svg {
		fill: #232323;
		margin-right: 5px;
		width: 24px;
		height: 24px;
	}
	.header a.logo {
		width: 55%;
		position: relative;
		display: block;
	}
	.header nav {
		top: 85px;
		left: 0;
		width: 100vw;
		height: calc(100vh - 148px);
		background-color: #FFFFFF;
		padding: 25px;
		z-index: 999;
		display: none;
	}
	.header.on nav {
		display: block;
		overflow: auto;		
		position: fixed;
		z-index: 1000;
		top: 0px;
		left: 0;
		width: 100vw;
		height: 100%;
	}
	body.scrolled .header.on nav {
		max-height: initial;
		height: 100vh;
	}
	header.header nav ul {
		display: block;
		margin: 0 0;
		padding: 80px 0 0;
		flex-direction: row;
	}
	a.menuclose {
		position: absolute;
		z-index: 1005;
		top: 15px;
		right: 15px;
		display: none;
	}
	header.header.on a.menuclose {
		display: block;
	}
	a.menuclose svg {
		fill:#000;
		width: 24px;
		height: 24px;
	}
	.header nav ul li {
		display: block;
	}
	.header nav ul li:not(:last-of-type) {
		border-bottom: 1px var(--text) solid;
	}
	.header nav ul li a {
		font-size: 18px;
		padding: 15px;
		font-weight: 500;
	}
	.header.on nav ul ul.dropdown {
		display: block;
		position: relative;
		padding-left: 25px;
	}
	.header.on nav ul ul.dropdown li {
		padding: 0px;
	}
	.header.on nav ul ul.dropdown li a {
		font-size: 16px;
		font-weight: 400;
	}
	.header nav ul li.dropdown svg {
		display: none;
	}
	.company .picture {
		margin: 15px 0 15px;
		padding: 0 0;
	}
	.slider-wrap,
	.slider,
	.slider .item {
		max-height: calc(100vh - 80px);
	}
	.slider-wrap .slider .item .text {
		font-size: 15px;
		line-height: 18px;
	}
	.slider-wrap .item .text h1, .slider-wrap .item .text h2 {
		font-size: 28px;
		line-height: 32px;
		text-shadow: 2px 2px #000;
	}
	.slider-wrap .item .text h1 + h3, 
	.slider-wrap .item .text h2 + h3 {
		margin-top: -15px;
	}
	.slider .item picture {
		width: 100vw;
		height: 300px;
	}
	.slider .item picture img {
		clip-path: polygon(0px 0%, 100% 0, 100% 70%, 0% 100%);
	}
	.slider .item {
		align-items: flex-end;
	}
	.slider .item .text {
		padding-bottom: 50px;
		position: relative;
		z-index: 99;
	}
	.top-banner h1 {
		font-size: 36px;
		line-height: 36px;
	}
	.text-wrap {
		margin: 15px 0;
		padding: 15px 0;
	}
	.text-wrap .bg-pic-left {
		position: relative;
		width: 100vw;
		height: 250px;
		clip-path: polygon(0px 0%, 100% 0%, calc(100% - 120px) 100%, 0% 100%);		
		overflow: hidden;
		margin-top: 25px;
	}
	.text-wrap .bg-pic-right {
		position: relative;
		margin-top: 25px;
		width: 100vw;
		height: 250px;
		clip-path: polygon(120px 0%, 100% 0, 100% 100%, 0% 100%);		
		overflow: hidden;
	}
	.gallery-round .images a.item,
	.gallery-round .images a.item img {
		height: 130px;
	}
	.blocks .list {
		margin: 20px 0 20px;
	}
	.blocks .list .item {
		padding: 10px 15px 80px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.blocks .list .item h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.blocks .list .desc {
		font-size: 13px;
		line-height: 17px;
	}
	.blocks .item .ico {
		width: 100px;
		height: 75px;
	}
	.blocks .item .ico img {
		width: 32px;
		height: 32px;
	}
	.blocks .item .ico:before {
		width: 76px;
		height: 70px;
		left: 13px;
	}
	.gallery .images .item img {
		height: 130px;
	}
	.overfooter {
		text-align: center;
	}
	.overfooter .text-right {
		text-align: center !important;
	}
	.overfooter .text-right .btn {
		transform: translateX(-20px);
	}
	.footer .middle {
		padding-left: 15px;
	}
	.footer .lower {
		font-size: 10px;
	}
}
@media (max-width: 420px) {
	footer.footer .locations .item {
		padding: 0 5px;
		font-size: 12px;
	}
}





@media (min-width: 992px) {
	a.menuoptics,
	.on-mobile {
		display: none;
	}
	body {
		font-size: 17px;
		font-weight: 400;
	}
	h2 {
		font-size: 36px;
		line-height: 40px;
	}
	a.logo {
		max-width: 300px;
		display: block;
		transition: all .25s ease;
	}
	a.logo:hover {
		opacity: .75;
	}
	.btn {
		transition: all .25s ease;
	}
	.btn:hover {
		background-color: var(--hover);
		transform: scale(1.05);
		box-shadow: 0px 12px 8px -5px rgba(0,0,0,.15);
	}
	.pr-lg-5 {
		padding-right: 2.5em;
	}
	.pl-lg-5 {
		padding-left: 2.5em;
	}
	.upperbar {
		font-size: 18px;
	}
	.upperbar .flex.text-right ul {
		font-size: 15px;
	}
	.upperbar .flex.text-right ul li:not(:last-of-type):after {
		content: "|";
		color: #757575;
		margin-left: 15px;
	}
	.header {
		padding: 5px 0 10px;
	}
	.header nav {
		top: 10px;
	}
	.header nav ul li a {
		font-size: 15px;
		margin: 0 5px;
	}
	.header nav ul li.dropdown:hover ul.dropdown {
		display: flex;
		position: absolute;
		background: #FFF;
		z-index: 99;
		flex-direction: column;
		padding: 10px 0px 20px;
		box-shadow: 0px 20px 15px -5px rgba(0,0,0,.25);
	}
	.slider-wrap,
	.slider-wrap .slider .item {
		height: 600px;
	}
	.slider-wrap .slider .item .text {
		width: 100%;
	}
	.slider-wrap .item .text h1, .slider-wrap .item .text h2 {
		font-size: 52px;
		line-height: 51px;
		margin: 0 0 .5em;
		font-weight: 800;
	}
	.slider-wrap .item .text .container > div {
		max-width: 400px;
	}
	.products-list .list {
		overflow: hidden;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.products-list .list .product-item {
		margin: 0 0 25px;
		flex: 0 0 19%;
		transition: all .25s ease;		
	}
	.products-list .list .product-item:hover {
		border-color: var(--highlight);
		transform: scale(.97);
		box-shadow: 0px 12px 8px -5px rgba(0,0,0,.15);
	}
	.products-list .product-item span.title {
		transition: all .25s ease;
	}
	.products-list .product-item:hover span.title {
		color: var(--highlight);
	}
	.presentation {
		padding-bottom: 60px;
	}
	.presentation .picture {
		padding: 0 15px;
	}
	.presentation .images {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.presentation .images .item {
		flex: 0 0 30%;
		margin: 0 0;
		padding: 8px;
		font-size: 14px;
		line-height: 18px;
	}
	.presentation .images .item img {
		width: 140px;
		height: 70px;		
		margin: 5px auto;
	}
	.news-shorts .list {
		justify-content: space-between;
	}
	.news-shorts .list .news-item {
		flex: 0 0 30%;
		transition: all .175s ease;
	}
	.news-shorts .list .news-item:hover {
		transform: scale(.97);
		box-shadow: 0px 12px 8px -5px rgba(0,0,0,.15);
	}
	.news-shorts .list .news-item .content {
		padding: 5px 5px 15px;
	}
	.news-shorts .list .news-item a.title {
		transition: all .175s ease;
	}
	.news-shorts .list .news-item:hover a.title {
		color: var(--highlight);
	}
	
	
	.gallery-round .images .item {
		height: 200px;
		flex: 0 0 24.5%;
	}
	.gallery-round .images .item img {
		height: 200px;
		transition: all .25s ease;
	}
	.gallery-round .images .item:hover img {
		transform: scale(.96);
		filter: contrast(1.25);
	}
	
	
	.content {
		text-align: justify;
	}
	.content h1,
	.content h2,
	.content h3,
	.content h4 {
		text-align: left;
	}
	
	
	
	.icons {
		padding: 50px 0 35px 0;
	}
	.icons .items .item {
		flex: 0 0 31%;
	}
	.icons .items .item .desc {
		flex: 0 0 calc(100% - 160px);
		font-size: 16px;
		line-height: 1.5em;
		padding: .5em;
	}
	.icons .items .item .desc .arg {
		margin: 0 0 .5em;
		font-weight: 800;
		font-size: 20px;
	}
	

	
	
	
	.standard .left-col .content {
		padding-right: 25px;
	}
	.standard .right-col .content {
		padding-left: 25px;
	}
	
	.modal form.inner {
		max-width: 1000px;
		padding: 25px 40px;
	}
	.modal form.inner input, .modal form.inner select {
		padding: 15px;
	}
	.modal form.inner .info {
		margin-top: 15px;
	}
	.modal form.inner a.close:hover svg {
		background-color: var(--hover);
	}
	
	footer.footer .locations {
		margin-top: 0;
		padding: 0 15px;
		border: 0;
	}
	footer.footer .locations .item {
		flex: 0 0 28%;
		padding: 0 15px;
	}
	.footer .footer-menu {
		margin-top: 20px;
		padding-top: 15px;
		border-top: 1px rgba(255,255,255,.1) solid;
	}
	footer.footer .footer-menu ul {
		column-count: 1;
		display: block;
		padding: 0 0;
		margin: 0 15px 15px;
	}
	footer.footer .footer-menu ul li {
		margin-right: 7px;
		display: inline-block;
	}
	footer.footer .footer-menu ul li a:hover {
		opacity: .5;
	}
}
