/*
|-------------------------------------------------------
| Tablets and Laptops
|-------------------------------------------------------
*/
@media screen and (max-width: 1757px) {
		strong .footer_section {
		display: none;
	} 	

	.footer_sections .footer_section {
	    width: 47%;
	    margin: 1%;
	}
}

@media screen and (max-width: 1280px) {
	.manufacturer .van {
		width: calc(100% / 2 - 2em);
	}

	#branding {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 30px;
	}

	#branding .col-1-6 {
		display: none;
	}

	#branding .col-1-4 {
		width: 60%;
	}

}


/*
|-------------------------------------------------------
| Mobile Nav Kicks In
|-------------------------------------------------------
*/
@media screen and (max-width: 1000px) {
	/* navigation */
	.header .active{
		display:block;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	.header nav a {
		color: #69826c;
	}

	.header nav a {
		font-size: 12px;
		padding: 7px;
	}

	.header nav ul{
		top: 0;
		left: 0;
		margin: 0;
		z-index:50000;
		min-height:100%;
		position: absolute;
		background: #272626;
		padding:0 !important;
		width:70% !important;
		transform: translateX(-100%);
		transition:transform .3s ease;
		-webkit-transform: translateX(-100%);
		display: none;
	}

	.header nav li{
		border:0;
		width:100%;
	}

	.header nav {
		height: auto;
		cursor:pointer;
	}

	nav > .grid {
		padding: 0;
	}

	.res-menu:after{
		content: "☰";
		display: block;
		color: #333;
		height: 45px;
		font-size: 24px;
		line-height: 45px;
		text-align: left;
		margin-left: 5%;
	}

	/* sub nav */
	.header nav ul ul{
		top:0;
		opacity:1;
		position:relative;
		width:100% !important;
	}

	.header nav ul ul a{
		padding-left:40px;
		background: rgba(0,0,0,0.3);
	}

	.service {
		width: 100%;
		height: 400px;
	}

	.footer {
		padding: 0;
	}

	.footer_sections .footer_section {
		width: 100% !important;
		margin: 0 !important;
	}

	strong .footer_section {
		display: block;
	} 	

	.featuresmodal {
		margin-top: 5vh;
		position: fixed;
		background-color: #ffffff00;
	}

	.featuresmodal .features_content {
		width: 90%;
		font-size: 10px;
	}

	.featuresmodal .features_content img {
		max-width: 90%;
		margin: 0 auto;
	}

	.footer_contacts ul li {
		justify-content: space-between;
		padding: 0px 10%;
	}
}


/*
|-------------------------------------------------------
| Small Tablets and Landscape Mobiles
|-------------------------------------------------------
*/
@media screen and (max-width: 768px) {

	#branding {
		height: none;
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	#branding > div {
		height: auto;
	}

	#branding div p {
		margin: 5px;
	}

	#branding .col-1-4 {
		width: 100%;
	}

	.branding__logo h2 {
		margin: 3px;
	}

	.logo a, .logo {
		height: 35px;
		width: 55px;
	}

	.manufacturer .van {
		width: calc(100% / 1 - 2em);
	}

	.footer_sections .footer_section {
		margin: 2em;
		width: calc(100% / 1 - 4em);
	}

    .fifty-percent-section {
        width: 90%;
        padding: 30px;
    }

	.grid{ 
	padding: 15px;
	 }

	.parts-tld-content {
		width: 90%;
	}

	 .flex_center_section {
	 	padding: 0;
	 }

	 .footer-twitter {
	 	width: 100% !important;
	 }

	 .footer-left {
	 	text-align: center;
	 }

	 .footer-right {
	 	text-align: center;
	 }

	 .social_icons {
	 	justify-content: center;
	 }

}


/*
|-------------------------------------------------------
| Portrait Mobiles
|-------------------------------------------------------
*/
@media screen and (max-width: 500px){

}
