@media only screen and (max-width: 459px) {
.wrapper {
	width: 300px;
}
.header_logo img {
	max-width: 65%;
}
.home_video img {
	height: 120px;
}
.product_category_box .owl-controls {
	right: -40px;
	top: 140px;
	width: 310px;
}
.testimonial {
	background-size: auto auto;
	padding: 5px 0px!important;
}
h3.title {
	padding: 5px 0px;
}
.testimonial_slider {
	height: 250px;
}
.suppliers_box {
	width: 250px;
}
.suppliers_box .owl-controls {
	left: -25px;
	top: 35px;
	width: 290px
}
.questions h2 {
	font-size: 30px;
}
.questions a {
/* font-size: 30px; */
}
.get_directions ul {
	width: 100%;
}
.get_directions ul li span {
	font-size: 20px;
	margin: 0;
}
.get_directions > a {
	float: left;
	position: relative;
	top: 0px;
}
.get_directions > img {
	float: right;
	margin: 10px 0px 0px;
	max-width: 100%;
}
.newsletter_form input[type="text"], .newsletter_form input[type="email"] {
	width: 267px;
}
.email_cols {
	float: left;
	width: 287px;
}
.email_cols input[type="email"] {
	margin: 0px;
	width: 192px;
}
/*----------------------------
	  CONTACT PAGE START
  ---------------------------*/

.map_directions {
	float: left;
	padding: 3px 0px;
	width: 97%;
}
.map_directions input[type="text"] {
	display: block;
	float: none;
	font-size: 16px;
	height: 45px;
	width: 260px;
}
.contact_form p br {
	display: none;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"] {
	margin: 5px 0px;
	width: 277px;
}
.contact_form textarea {
	margin: 5px 0px 0px;  /* old 5px 0px 15px; */
	width: 277px;
	height: 120px;
}
/*-----------------------------------
	  BRAND PAGE START
  -----------------------------------*/

.brand_box ul li {
	display: inline-block;
	height: 410px;
	max-width: 85%;
}
.brand_box ul li .brand_imagebox {
	height: 385px;
	width: 100%;
}
/*-----------------------------------
	 NEWS & EVENT DETAIL PAGE START
  -----------------------------------*/

.bottom_detail ul li {
	display: inline-block;
	margin: 0px 0px 20px;
	width: 100%;
}
.new_line {
	padding: 10px;
	width: 92%;
}
.social_menu > li {
	float: left;
	margin: 0px 1px;
}
/*--------------------------------  NEW CSS START  -------------------------------*/

.product_category_list {
	display: table;
	float: none;
	margin: 40px auto 3px;
	width: 100%;
}
.left_news_event {
	display: table;
	float: none;
	margin: 0 auto;
	width: 85%;
}
.section_3 {
	margin: 0px 0px 15px;
}
.left_header {
	height: 72px;
// old 83px
}
/*-----------------------------------
	  PRODUCT DETAIL PAGE START
  -----------------------------------*/

.enq_col input[type="text"], .enq_col input[type="email"], .enq_col input[type="tel"], .enq_col textarea {
	width: 92%;
}
.have_question {
	float: left;
	width: 100%;
}
.map-img {
	width: 100% !important;
	float: left;
	display: inline-block;
}
/* For find button palcing at the top of window in mobile view*/
.full_mobile.find_more input[type="text"] {
	width: 162px;
}
.full_desktop {
	display: none;
}
.full_mobile {
	display: block;
}
.left_footer li {
	line-height: 20px;
}
.news_event_detail {
	width: 46%;
}
}