/* Large desktop */
@media (min-width: 1200px) {
	
}

@media (max-width: 1200px) {


	.carousel-inner .position-left{
		top: 45px;
	}

	.carousel-inner .position-bottom{
		bottom: -30px;
	}

	.carousel-inner .position-bottom .wrapper-inner {
	    margin-right: 100px;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.nav > li > a{
		padding: 14px 18px;
	}
}

@media (max-width: 979px) {

	.product-heading h2{
		font-size: 25px;
	}

	.product-heading h3{
		font-size: 18px;
	}


	.carousel-inner .position-left {
	    top: 25px;
	}

	.carousel-inner .wrapper h2{
		font-size: 25px;
	}

	.carousel-inner .wrapper{
		padding: 60px 35px;
		font-size: 12px;
	}

	.carousel-inner .position-left h2, .carousel-inner .position-bottom h2 {
	    margin-bottom: 10px;
	}

	.carousel-inner .position-bottom .wrapper-inner {
	    margin-right: -30px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
/*=== umcomment after menu is added ===*/
/*=== responsive nav ===*/

body.open{
	margin: 0 250px 0 -250px;
}

.nav{
	background: none;
}

.hamburger-nav{
	display: none;
	position:  fixed;
	top: 20px;
	right: 20px;
	font-size: 25px;
	color:#BD2026;
	cursor: pointer;
	z-index: 100000;
	-webkit-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	-moz-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	-o-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	-ms-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
}

.open .hamburger-nav{
	right: 250px;
}

.main-menu{
	position: fixed;
	right: -250px;
	top: 0;
	margin: 0;
	width: 250px;
	height:  100%;
	-webkit-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	-moz-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	-o-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	-ms-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	z-index: 10000;
	background-color: #231F20;
}

.open .main-menu{
	right: 0;
}

.header .nav li{
	display: block;
	margin: 5px 0;
}

.header .navbar-nav{
	padding-top: 20px;
}

.nav > li ul{
	position: relative;
	top: 0;
	display: block;
	padding: 5px 5px 5px 15px;

}

.header .nav > li ul{
	background-color: #5c5456;
}

.nav > li .sub-menu{
	display: block;
	position: relative;
	top: 0;
}


/*=== end of responsive nav ===*/


/* ========================================================================== 
Locator Search 
========================================================================== */
.ccm-locator-search .submit{
	margin: 20px 0;
}

div.ccm-locator-map-sidebar, .ccm-locator-map.ccm-locator-map-column{
	width: 100%!important;
}

div.ccm-locator-map-sidebar{
	height: 300px;
	margin-bottom: 20px;
}

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
}