@media screen and (max-width: 1080px) {

	.btn-resp {
		display: block;
	}

	.nav::-webkit-scrollbar-track {
		background-color: #1f232c;
	}

	.nav::-webkit-scrollbar {
		background-color: rgba(0,0,0,0.5);
		width: 7px;
	}

	.nav::-webkit-scrollbar-thumb {
		border-radius: 100px;
		background-color: rgba(0,0,0,0.5);
	}
	.nav {
		background-color: #f2f2f2;
		height: -webkit-calc(100% - 80px);
		height: -moz-calc(100% - 80px);
		height: calc(100% - 80px);
		overflow-y: auto;
		position: fixed;
		right: -400px;
		top: 80px;
		width: 400px;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.nav.active {
			right: 0px;
		}
			.nav .hmenu {
				flex-direction: column;
				justify-content: flex-start;
				width: 100%;
			}
				.nav .hmenu li a i {
					display: block;
					position: absolute;
					right: 15px;
					top: 14px;
				}
					.nav .hmenu li li a i {
						top: 12px;
						-webkit-transform: rotate(0deg);
						-ms-transform: rotate(0deg);
						-o-transform: rotate(0deg);
						transform: rotate(0deg);
					}
				.nav .hmenu > li > a,
				.nav .hmenu > li > a:not([href]):not([tabindex]) {
					color: #004f85;
				}
					.nav .hmenu > li:hover > a,
					.nav .hmenu > li:active > a,
					.nav .hmenu > li:hover > a:not([href]):not([tabindex]),
					.nav .hmenu > li:active > a:not([href]):not([tabindex]) {
						background-color: #004f85;
						color: #fff;
					}

					.nav .hmenu li.contact a {
						background-color: #b5172f;
						color: #fff;
					}
						.nav .hmenu li.contact:hover a {
							background-color: #fff;
							border-color: #fff;
							color: #b5172f;
						}

				.nav .hmenu li ul, .nav .hmenu li ul ul {
					display: none;
					left: 0px;
					margin-top: 0px;
					opacity: 1;
					position: relative;
					top: 0px;
					visibility: visible;
					max-width: 100%;
					min-width: 0%;
					-webkit-transition: none;
					-o-transition: none;
					transition: none;
				}
					.nav .hmenu li ul {
						background-color: #171d28;
					}
						.nav .hmenu li ul li a {
							border-bottom: 1px solid #191919;
						}
							.nav .hmenu li ul > li:hover > a,
							.nav .hmenu li ul > li:active > a {
								color: #fff;
							}
						.nav .hmenu li ul ul {
							background-color: #1e1e1e;
						}
							.nav .hmenu li li li a {
								padding-left: 30px;
							}
	
	.products-grid .item {
		margin-bottom: 20px;
		margin-top: 20px;
		width: -webkit-calc(50% - 40px);
		width: -moz-calc(50% - 40px);
		width: calc(50% - 40px);
	}

	.services-grid .item {
		margin-bottom: 20px;
		margin-top: 20px;
		width: -webkit-calc(50% - 60px);
		width: -moz-calc(50% - 60px);
		width: calc(50% - 60px);
	}
	
	
	
}

@media screen and (max-width: 768px) {
	.title {
		font-size: 30px;
		line-height: normal;
		padding-top: 8%;
	}

		
	.site-header .logo img {
    max-height: 55px;
 
}
	
		
	
	input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="file"], textarea, select {
    
    width: 100%;
	}
	
	
	.footer {
    /*padding: 28px 5%;*/
}
	
	.copyright {
    display: block;
    text-align: center;
	}
	

	
}

@media screen and (max-width: 560px) {

	.nav {
		background-color: #f2f2f2;
		height: -webkit-calc(100% - 80px);
		height: -moz-calc(100% - 80px);
		height: calc(100% - 80px);
		position: fixed;
		right: -90%;
		top: 80px;
		width: 90%;
	}

	
	input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="file"], textarea, select {
    
    width: 100%;
	}
	
	h1.title-slide {
		font-size: 15pt !important;
		text-align: center !important;
	}
	
	.fixedHeader {
		height: 67px;
		}
	
	
}

@media screen and (max-width: 420px) {
	
	
	
}