.columns .column.main{
	padding-bottom: 0;
}
.info-product-thumbnails{
	margin-bottom: 50px;
}
.explore-section-nav{
	color:#fff;
	background-color: #000;
	padding:30px 0 60px 0;
	width:100%;
}
.explore-section-nav .product-subinfo-container{
	width:60%;
	margin:0 auto;
}
.explore-nav{
	list-style:none;
	display: flex;
	flex-wrap:wrap;
	margin:10px auto;
	width:100%;
	padding-left: 0;
}
.explore-nav li{
	width:17%;
	height:150px;
	margin-left:3%;
	font-size:1.25em;
	text-align: center;
}
.explore-nav li:hover >.explore-nav-item-title{
	color:#F7931D;
	transition:1s;
}

.explore-nav li:active >.explore-nav-item-title{
	transition:.5s;
	margin-top: 0;
}
.explore-img-container{
    display: block;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 auto;
    background-color: #fff;
    background-size: contain;
    background-position: center;
}
.explore-nav-item-title{
	margin-top:10px;
	display:block;
	font-size: 0.95em;
}
.Radio.Controls{
	background-image: url("../images/radio_control.png");
	background-repeat: no-repeat;
}
.Radio.Receivers{
	background-image: url("../images/radio_reciever.png");
	background-repeat: no-repeat;
}
.Controllers.Drivers{
	background-image: url("../images/wired-1.jpg");
	background-repeat: no-repeat;
}
.explore-img-container.Sensors{
	background-image: url("../images/sensors.png");
	background-repeat: no-repeat;
}
.Purpose.Built.Systems{
	background-image: url("../images/ranger_3_compact.png");
	background-repeat: no-repeat;
}
.Aftermarket{
	background-image: url("../images/aftermarket.png");
	background-repeat: no-repeat;
	background-size: 180%;
}
.info-product-subheader{
	font-weight: 800;
	font-size: 3em;
	text-transform: uppercase;
}
.info-product-collections{
	background-color: #e8e8e8;
	padding-top:30px;
}
.info-product-thumbnails .product-subinfo-container{
	width:90%;
}
.info-product-icons {
    max-height: 225px;
    max-width: 225px;
    background-color: #fff;
    position:relative;
    overflow: hidden;
    margin:30px 10px 10px 10px;
}
.info-products-container {
    display: flex;
    flex-wrap: wrap;
}

.unhidden-img-container {
    width: 100%;
    margin: 0 auto;
}
  .info-product-thumbnails .product-subinfo-container{
  	width:61%;
  	margin:0 auto;
 }
.info-product-thumbnail-description {
	height: 310px;
	width: 100%;
	background-color:#969696;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition:.8s;
}
.info-product-thumbnail-description h4, .info-product-thumbnail-description p{
	opacity: 1;
	color: #fff;
	font-weight: 700;
	margin: 60px auto;
	width: 70%;
}
.info-product-icons:hover .info-product-thumbnail-description{
	cursor:pointer;
	transition:.8s;
    opacity: .9;
}
.info-products-container:not(.Controlsinteract){
	display:none;
}
.info-product-introduction.col-sm-24{
	width:100%;
}
.info-product-introduction h4{
	color:#F7931D;
    font-weight: 700;
    font-size: 2.5em;
    text-transform: uppercase;
}
.info-product-introduction p{
    font-weight: 500;
    font-size: 1.25em;
    width: 80%;
}


/*Media Query Time*/
@media only screen and (min-width:1471px){
  .explore-nav{
  	width:90%;
  }
  .explore-nav li{
  	width:155px;
  }
}

@media only screen and (max-width:1470px) and (min-width: 769px){
  .explore-section-nav .product-subinfo-container{
  	width:90%;
  	margin:0 auto;
  }
  .info-product-thumbnails .product-subinfo-container{
  	width:92%;
  	margin:0 auto;
  }
  .explore-nav li{
	width: 119px;
	height: 111px;
  }
}

@media only screen  and (min-width: 320px) and (max-width:769px){
	.explore-section-nav{
		padding-bottom:0;
	}

	.info-product-subheader{
		font-size:1.5em;
	}
	.explore-nav{
		margin:0 auto;
		padding:0;
		width:100%;
	}
	.explore-nav li{
		width:50%;
		height:80px;
		display:flex;
		flex-grow: 1;
		margin:0;
		border:1px solid #E8E8E8;
	}
	.explore-nav li:last-child{
		padding-bottom:0;
	}
	.explore-img-container{
		width:30%;
		margin:0;
		display:none;
	}
	.explore-nav-item-title{
		margin:25px auto;
	}
	.explore-nav-item-title::after{
		display: none;
	}
	.explore-section-nav .product-subinfo-container{
		width:100%;
	}
	.info-product-thumbnails .product-subinfo-container{
		width:95%;
	}
	.info-product-introduction h4{
		font-size: 1.5em;
	}
	.info-product-introduction {
		width:95%;
	}
	.info-product-introduction p{
		font-size: 1em;
		width:95%;
	}
	.info-product-icons {
    height: 133px;
    width: 129px;
    margin: 10px auto;
	}

.product-info-related-banner .above-footer-branner h3{
	font-size: 1.5em;
	}
}
