/* Mobile */
@media (max-width: 767px) {
	header {
		display:none;
	}
	.topbar {
		display:none;
	}
	.logo {
		display:none;
	}
	.navbar-toggler i {
		color:#fff;
	}
	.navbar.navbar-expand-lg.navbar-light {
		padding-right: 0;
	}
	button:focus {
		outline:none;
	}
	.navbar-collapse {
		position: absolute;
		left:0;
		right:0;
		top:62px;
		z-index:999;
		background-color:#000;
		text-align: center;
		padding:20px 0;
	}
	.navbar.navbar-expand-lg.navbar-light li {
		line-height: 30px;
	}
	label, input, textarea {
		width: 100%;
	}
	.contact-header {
		background-size: auto;
	}
	.footer-upper p {
		width:100%;
	}
	.footer-upper {
		text-align: center;
	}
	.home-gallery {
		padding-bottom:0;
	}
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px) {

}

/* 14” HD Laptop and bigger */
@media (min-width: 1291px) and (max-width: 1600px) {
}

@media (min-width: 1400px) and (max-width: 1600px) {
}