/*
 * RESPONSIVE
 * Alternative CSS
 *
 */

/* 1230px - 1024px */

#headerContent,
#footerContent {
	width: auto;
}

.search-control {
	width: 100%;
}

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

	/* Header -------------------------------------------- */
	.toggleNav {
		display: block;

	}

	.headerMenu {
		display: block;
		position: relative;
		float: none;
		overflow: hidden;
		clear: both;
		margin: 0 15px 0 15px;
	}

	.headerMenu ul {
		height: 0;
	}

	.headerMenu ul.open {
		height: auto;
	}


	.headerMenu ul li {
		float: none;
		display: block;
		padding: 0;
	}

	.headerMenu ul li a {
		padding: 0 15px;
		height: 60px;
		line-height: 60px;
		display: block;
		border-bottom: solid 1px #333;
		font-size: 24px;
	}

	.headerMenu ul li a.current {
		background-color: #000;
	}

	.headerMenu ul li a:hover {
		background-color: #f00000;
	}

	.headerMenu ul li a img {
		position: relative;
		top: -2px;
		margin-right: 5px;
	}

	.headerMenu ul li a.no-border {
		border: none;
	}

	.headerMenu ul li a.toggleSearch {
		display: none;
	}

	/* sub-menu -------------------------------------------- */
	ul.sub-menu {
		display: block;
	}

	ul.sub-menu li {
	}

	ul.sub-menu li a {
		padding: 0 30px;
		font-size: 18px;
		color: #999;
	}

	ul.sub-menu li a:hover {
		color: #fff;
	}

	ul.sub-menu .current-menu-item a,
	ul.sub-menu .current-page-ancestor a,
	ul.sub-menu .current-post-ancestor a,
	ul.sub-menu .current-menu-parent a,
	ul.sub-menu .current-post-parent a,
	ul.sub-menu .current-category-ancestor a {
		color: #f00000;
	}


	/* Search -------------------------------------------- */
	.searchForm {
		display: none;
	}

	.searchForm2 {
		display: block;
		height: auto;
	}

	.search-control2 {
		position: relative;
	}

	.search-input2 {
		padding: 0 15px;
		border: solid 2px #fff;
		background: none;
		color: #fff;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		font-size: 24px;
		text-transform: uppercase;
		width: 100%;
		height: 60px;
		line-height: 60px;
	}

	.search-button2 {
		position: absolute;
		width: 50px;
		height: 50px;
		top: 5px;
		right: 5px;
		cursor: pointer;
		border: none;
		float: right;
		background: none;
	}

	.search-button2 span {
		display: block;
		max-width: 100%;
	}

	/* Dropdown menu -------------------------------------------- */
	.dropdownMenu {
		display: none !important;
	}

	.show-dropdown-menu {
		display: none !important;
	}

	/* Languages menu -------------------------------------------- */
	header .lang-dropdown {
		display: none;
	}

	
	header .headerMenu .languages {
		display: block;
	}

	header .headerMenu .languages ul,
	header .headerMenu .languages ul li {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
	}

	header .headerMenu .languages ul li a {
		font-size: 12px;
		display: block;
		width: 100%;
		height: auto;
		white-space: nowrap;
	}

	header .headerMenu .languages ul li a img {
		width: 20px;
	}

	/* Category box -------------------------------------------- */
	.innerBox {
		height: 370px;
		padding: 100px 50px 50px 50px;
	}

	.innerBox a {
		font-size: 36px;
	}

	/* Products -------------------------------------------- */
	.sidebar {
		display: none;
	}

	.products-grid {
		width: 100%;
	}

	/* Gear -------------------------------------------- */
	.gear-item .categories-list .list-item {
		width: 50%;
	}

	.footerMenu .footer-lang {
		display: none;
	}
}


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

	.search-grid .grid-item {
		width: 50%;
	}

	.product-cat {
		position: relative;
		width: 100%;
		top: 0;
		margin: 0 0 30px 0;
		padding: 0;
	}

	.product-info,
	.product-img {
		width: 100%;
		float: none;
	}

	/* Technologies ------------------------------------------------- */
	.col3 {
		width: 50%;
	}

	/* Contact ------------------------------------------------- */
	.contact ul li {
		width: 50%;
	}

	.wpcf7 .form-input,
	.wpcf7 .form-submit {
		width: 100%;
	}

	/* Company ------------------------------------------------- */
	.company-item .text-item,
	.company-item .img-item {
		width: 100%;
		float: none;
	}

	/* Dealers ------------------------------------------------- */
	.dealers-list {
		display: none;
	}

	.dealers-map {
		width: 100%;
	}

	.dealer-item {
		width: 50%;
	}

}

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

	.slick-track {
		height: 400px;
	}

	.innerBox a {
		font-size: 30px;
	}

	/* Gear -------------------------------------------- */
	.gear-item .main-category {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	.gear-item .categories-list {
		width: 100%;
	}

	.gear-item .categories-list .list-item {
		width: 100%;
	}

	/* Technologies ------------------------------------------------- */
	.technologies-item,
	.col3 {
		width: 100%;
	}

	/* Dealers ------------------------------------------------- */
	.map-image {
		height: 400px;
	}

	/* Footer -------------------------------------------- */
	#footerContent nav {
		padding: 0;
	}

	.footerMenu {
		display: block;
		position: relative;
		float: none;
	}

	.footerMenu ul {
	}

	.footerMenu ul li {
		float: none;
		display: block;
		padding: 0;
	}

	.footerMenu ul li a {
		display: block;
		padding: 0;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-bottom: solid 1px #333;
	}

	.footerMenu ul li a:hover {
		color: #fff;
		border-bottom: solid 1px #f00000;
	}

	#footerLogo {
		display: block;
		width: 141px;
		height: auto;
		float: none;
		margin: 0 auto;
		padding: 50px 0 0 0;
	}

	#meta {
		border-top: none;
	}
}

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

	#headerLogo {
		margin-top: 10px;
		width: 200px;
	}

	.search-grid .grid-item {
		width: 100%;
	}

	.slick-track {
		height: 300px;
	}

	.slide-content h1 {
		font-size: 32px;
	}
	
	/* Category box -------------------------------------------- */
	.categoryBox ul li {
		width: 100%;
	}

	.innerBox {
		padding: 50px;
		height: 270px;
	}

	/* Products ------------------------------------------------- */
	.productsPage .post-title h2 {
		font-size: 30px;
	}

	.products-grid .grid-item {
		width: 100%;
	}

	.product-single .product-info ol li {
		width: 33.333%;
	}

	/* Gear ------------------------------------------------- */
	.categories-list .list-item {
		width: 100%;
	}

	.gear-item .main-category a {
		font-size: 36px;
	}

	/* Contact ------------------------------------------------- */
	.contact ul li {
		width: 100%;
	}

	/* Company ------------------------------------------------- */
	.company-item .img-item span {
		height: 270px;
	}

	/* Dealers -------------------------------------------- */
	.dealers {
		display: none;
	}

	.dealer-item {
		width: 100%;
	}
		
}
