/******************************
	RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1100px) { /* Target Screen Width */
	.logo {
		font-size: 30px !important;
	}
	.logo:before {
		height: 30px;
		width: 30px;
	}
	.banner .single-banner {
		background-attachment: scroll !important;
	}
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 900px) {
	.contacts {
		padding-top: 50px;
	}
	.main-content .flexbox {
		flex-wrap: wrap;
	}
	#main-banner + .main-content .flexbox > div:first-child {
		height: 300px;
		background-size: contain !important;
		width: 100%;
	}
	.main-content .flexbox .text-box {
		padding: 0;
		width: 100%;	
	}
	.main-content .flexbox .text-box + .text-box {
		padding: 0 !important;
	}
	.main-content + .main-content .flexbox .text-box + div {
		width: 100%;
		height: 300px;
		margin-top: 25px;
	}
}

@media screen and (max-width: 770px) { /* Tablet View */
	header {
		padding: 50px 15px;
	}
	.logo {
		left: 0;
	}
	.banner .single-banner h1 {
		font-size: 24px;
		line-height: 26px;
	}
	.banner .container {
		margin: auto 0 100px auto;
	}
	
	.icons > div {
		flex-wrap: wrap;
	}
	.icons > div span {
		padding: 15px 0;
		width: 100%;
	}
}

@media screen and (max-width: 670px) { /* Phone View */
	footer .container {
		padding: 0 15px;
	}
	footer p {
		padding: 25px 0 75px 0;
	}
	.jb-logo {
		margin: auto;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.map > div > a {
		margin-top: 15px;
	}
}

@media screen and (max-width: 380px) {
	.banner .single-banner .cell {
		padding-top: 200px;
	}
	.contacts a:first-child {
		font-size: 28px;
	}
}