@charset="utf-8";

/** Temporaritly hide prices ***/

.price-box {
	display: none;
}

.price-box.show-price {
	display: block;
}


/*********************/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
}

img {
	max-width: 100%
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	outline: none;
	outline-offset: 0px;
}

.pdl-0 {
	padding-left: 0 !important;
}

.pdr-0 {
	padding-right: 0 !important;
}

.pdt-0 {
	padding-top: 0 !important;
}

.pdb-0 {
	padding-bottom: 0 !important;
}

.full-width {
	width: 100% !important;
}

.search_bar input ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ffffff;
}

.search_bar input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff;
	opacity: 1;
}

.search_bar input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
	opacity: 1;
}

.search_bar input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffffff;
}

.search_bar input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ffffff;
}


/*header-top-css*/
.main_menu {
    margin-top: 54px;
}
.top_header {
    text-align: center;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
}

.bg_outer {
	background-image: url("../../images/banner_bg.jpg");
	background-size: cover;
	width: 100%;
	border: none;
}

.top_header {
	text-align: center;
}

.top_header .navbar-default {
	background-color: #009f84;
	border: none;
	margin: 0px;
	border-radius: 0;
}

.top_header .navbar-default .mobile_number {
	/*float: left;*/
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 13px 0px 13px 50px;
	background-image: url("../../images/mobile_icon.png");
	background-repeat: no-repeat;
	background-position: center left;
	display: inline-block;
}

.top_nav.nav.navbar-nav.pull--right {
	float: none;
}

.email-hci > a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	background-image: url(../../images/email-icon.png);
	background-repeat: no-repeat;
	padding: 8px 0 8px 50px;
	background-position-y: center;
    position: relative;
}
.email-hci > a:before {
    content: "";
    position: absolute;
    height: 25px;
    border-left: 1px solid #fff;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

#bs-example-navbar-collapse-1 { 
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}
#bs-example-navbar-collapse-1:before, 
#bs-example-navbar-collapse-1:after {
    display: none;
}

.show-on-mb{
    display: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: transparent;
}

.top_header .navbar-default .mobile_number a {
	color: #fff;
	font-weight: 600;
	padding-left: 3px;
}

.top_header .navbar-default .mobile_number a:hover {
	color: #fff;
}

.nav.navbar-nav.mobile_nav_right {
	display: none;
}

.search_bar {
	display: inline-block;
	border: solid 2px #ffffff;
	padding: 0 20px 0 15px;
	margin: 11px 0 11px;
	width: 285px;
	float: right;
	margin-right: 47px;
}

.search_bar input {
	border: none;
	background-color: transparent;
	padding: 0px;
	color: #fff;
	font-size: 14px;
	height: 27px;
	text-align: left;
	width: 94%;
	font-weight: 600;
}

.search_bar input:focus {
	outline: none;
	box-shadow: none;
}

.search_bar button {
	background-color: transparent;
	border: none;
	padding: 0px;
	height: 27px;
}

.search_bar button img {
	position: relative;
	top: -2px;
}

.top_header .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 17px 16px;
}

.top_header .navbar-default .navbar-nav>li:last-child>a {
	padding-right: 0px;
}

.top_header .navbar-default .navbar-nav>li:first-child>a {
	padding-left: 0px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin-left: 0;
}

.navbar-brand {
	float: left;
	height: auto;
	padding: 22px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-default {
	background-color: rgba(24, 26, 46, 0.7);
	border-color: #e7e7e7;
	border: 0;
	border-radius: 0;
	margin: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
}

.navbar-nav>li>a {
	padding-top: 36px;
	padding-bottom: 37px;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-nav li.cart_top .minicart-wrapper>a {
	background-color: #009f84;
	padding: 5px 15px 5px 15px;
	margin-top: 24px;
	/* background-image: url(../../images/cart_icon.png); */
	background-repeat: no-repeat;
	/* background-position: 23px center; */
	margin-left: 20px;
}

.cart_item {
	padding: 0 3px 0 0;
}

.navbar-default .navbar-nav li.login_top a {
	padding-left: 20px;
}


/*banner section style start here*/

.banner_slide_content .item h1 {
	color: #fff;
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	line-height: 44px;
	margin-top: 0;
}

.banner_slide_content .item p {
	font-size: 22px;
	color: #fff;
	/*font-family: 'Playfair Display', serif;*/
	line-height: 35px;
	margin-top: 16px;
}

.banner_slide_content .view_pro {
	background-color: #009f84;
	border: none;
	width: 188px;
	padding: 0px 30px;
	border-radius: 3px;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}


/*.banner_slide_content .view_pro a {*/


/*  border: none;*/


/*  font-size: 16px;*/


/*  color:#ffffff;*/


/*  height: 43px;*/


/*  line-height: 43px;*/


/*  float: left;*/


/*  width: 188px;*/


/*  font-weight: 600px;*/


/*}*/

.banner_slide_content {
	float: left;
	width: 100%;
	padding: 60px 0 60px;
	/*margin-left: 77px;*/
}

.banner_slide_content .carousel-indicators {
	margin-left: 0;
	width: auto;
	left: 0;
	bottom: -45px;
}

.banner_slide_content .carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 1px;
	background-color: #009f84;
	border-color: #009f84;
}


/*tabs style start here*/

.banner_tab {
	width: 555px;
	/*margin-left: 73px;*/
	float: left;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 100%;
}

.banner_tab .nav>li {
	width: 50%;
	margin: 0;
}

.banner_tab .nav>li>a {
	position: relative;
	display: block;
	padding: 23px 10px;
	background-color: #fff;
	border: solid 1px rgba(134, 135, 139, 0.2);
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	text-align: center;
}

.banner_tab .nav-pills>li.active>a,
.banner_tab .nav-pills>li.active>a:focus,
.banner_tab .nav-pills>li.active>a:hover {
	color: #009f84;
	background-color: #fff;
}

ul.part_list {
	padding: 0 23px 0 0;
	background-color: #fff;
	float: left;
	width: 100%;
}

ul.part_list li {
	list-style: none;
	float: left;
	width: 50%;
	padding: 15px 0px 0 23px;
	margin-bottom: 0;
}

ul.part_list li a {
	float: left;
	width: 100%;
	border: solid 1px #d7d7d7;
	outline: solid 1px #ffffff;
	color: #696969;
	font-size: 14px;
	padding: 4px 15px;
	font-weight: 400;
}

ul.part_list li a:hover {
	border: solid 1px #009f84;
	outline: solid 1px #009f84;
}

ul.part_list li a span {
	float: right;
}

.banner_tab .tab-content {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: solid 1px #8f9096;
	border-top: none;
}

.pro_list_search_bar {
	padding: 0 23px;
	margin-top: 17px;
	margin-bottom: 26px;
}

.pro_list_search_bar input {
	border: solid 2px #009f84;
	padding: 0 23px;
	height: 42px;
	color: #191c1d;
	font-size: 15px;
	font-weight: 600;
	width: 61%;
	vertical-align: top;
}

.pro_list_search_bar button {
	background: #009f84;
	border: solid 2px #009f84;
	padding: 0 67px;
	height: 42px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border-left: solid 1px #2eb099;
	width: 39%;
	border-radius: 0px 3px 3px 0px;
}

.pro_list_search_bar.location_finder_bar button {
	padding: 0 35px;
}

.finder_location_outer p {
	color: #696969;
	font-size: 15px;
	padding: 45px 23px 20px;
}

.finder_location_outer p span {
	color: #009f84
}

.map_location_img {
	padding: 0px 23px 15px;
}

.Products_section {
	background-color: #fdfdfd;
	padding-bottom: 135px;
}

.Products_outer.pull-left.full-width {
	padding: 0 2px;
}

.Products_inner {
	box-shadow: 0px 0px 11px rgba(168, 168, 168, 0.2);
	padding: 22px 15px 20px;
	background-color: #fff;
}

.Products_inner:hover,
.Products_inner.active {
	box-shadow: 0 16px 39px rgba(168, 168, 168, 0.5);
	position: relative;
	z-index: 99;
}

.Products_inner h1 {
	color: #191c1d;
	font-size: 24px;
	font-weight: 600;
	margin: 15px 0 22px;
}

.Products_inner p {
	font-size: 14px;
	color: #191c1d;
	min-height: 60px;
}

.Products_inner .find_out_more {
	background-color: #009f84;
	color: #fff;
	display: inline-block;
	padding: 10px 39px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 8px;
}

.hydraulic_area_content p {
	font-size: 19px;
	font-weight: 300;
	background-color: #fdfdfd;
	margin: 98px 0;
	box-shadow: 0 38px 27px rgba(168, 168, 168, 0.1);
	padding: 55px 0;
	line-height: 29px;
}

.green_color {
	color: #009f84;
}

.Products_section .carousel-inner>.item>a>img,
.Products_section .carousel-inner>.item>img,
.Products_section .img-responsive,
.Products_section .thumbnail a>img,
.Products_section .thumbnail>img {
	display: inline-block;
}

.carousel-control.left,
.carousel-control.right {
	background-image: inherit;
}

.header-text h2 {
	color: #009f84;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 22px;
	margin-top: 66px;
}

.header-text p {
	font-size: 19px;
	color: #000;
	padding: 0 50px;
	line-height: 29px;
	font-weight: 300;
	margin-bottom: 30px;
}

.carousel-control.left .glyphicon-chevron-left {
	background-image: url(../../images/crousal_prev_icon.png);
	background-repeat: no-repeat;
}

.carousel-control.right .glyphicon-chevron-right {
	background-image: url(../../images/crousal_next_icon.png);
	background-repeat: no-repeat;
}

.glyphicon-chevron-left::before,
.glyphicon-chevron-right::before {
	display: none;
}

.carousel-control.right {
	right: -14px;
}

.carousel-control {
	position: relative;
	top: inherit;
	bottom: inherit;
	left: -14px;
	width: 23px;
	display: inline-block;
	opacity: 1;
}

.slick-slide {
	text-align: center;
	color: #419be0;
	background: white;
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: white url(./ajax-loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide img.slick-loading {
	background: white url(./ajax-loader.gif) center center no-repeat;
	padding-bottom: 100%;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 28px;
	width: 16px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 46%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
	outline: none;
	background: none;
	border: 0;
	box-shadow: none;
}

.slick-prev {
	left: -50px;
	background-image: url(../../images/crousal_prev_icon.png) !important;
	background-repeat: no-repeat;
}

.slick-next {
	right: -50px;
	background-image: url(../../images/crousal_next_icon.png) !important;
	background-repeat: no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
	border: 0;
	background-color: transparent;
}


/* Dots */

.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2022';
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
}

.blue h3 {
	background: #fff;
	color: #3498db;
	font-size: 36px;
	line-height: 100px;
	margin: 10px;
	padding: 2%;
	position: relative;
	text-align: center;
	border: 1px solid #999;
}


/* Dots */

.slick-slider {
	margin-bottom: 0px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2022';
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: white;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
}

.blue h3 {
	margin: 10px;
	padding: 0;
	border: none;
}

.trusted_by_section.pull-left.full-width {
	padding: 37px 0 60px;
}

.trusted_by_section h1 {
	text-align: center;
	color: #009f84;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 60px;
}


/*contact section style start here*/

.contact_us_outer {
	background-color: #fdfdfd;
	padding-top: 10px;
	padding-bottom: 0;
}

.contact_us_address {
	padding-top: 94px;
}

.contact_us_outer .contact_us_address h1 {
	font-size: 30px;
	color: #009f84;
	font-weight: 600;
	text-transform: capitalize;
}

.contact_us_outer .contact_us_address h2 {
	font-size: 18px;
	color: #141721;
	margin-top: 30px;
}

.address_inner {
	font-size: 18px;
	color: #141721;
	line-height: 24px;
	background-image: url("../../images/address_loc_icon.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 78px;
	margin-bottom: 25px;
	margin-top: 13px;
}

.contact_phone_num_fax_num {
	font-size: 18px;
	color: #141721;
	line-height: 24px;
	background-image: url("../../images/phone_fax_icon.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 78px;
}

.contact_us_address p {
	float: left;
	width: 100%;
	color: #141721;
	line-height: 18px;
	font-size: 14px;
	margin: 23px 0 0;
}

.contact_us_outer .contact_us_form h1 {
	font-size: 30px;
	color: #009f84;
	font-weight: 600;
	text-transform: capitalize;
	padding: 0 5px;
	margin-bottom: 20px;
}


/*form#contact-form .field {*/


/*    position: relative;*/


/*    float: left;*/


/*    width: 100%;*/


/*}*/

div.mage-error {
	margin-top: -10px !important;
	margin-bottom: 5px;
	display: block;
	width: 100%;
}

form#contact-form .field.name {
	width: 48%;
	margin-right: 2%;
}

form#contact-form .field.email {
	width: 48%;
	margin-left: 2%;
}

.form_group_inner input[type="text"],
.form_group_inner input[type="email"] {
	height: 36px;
	width: 100%;
	padding: 0 15px;
	border: solid 2px #66c5b5;
	color: #696969;
	font-size: 15px;
	margin-bottom: 10px;
}

.form_group_inner textarea {
	height: 125px;
	width: 100%;
	padding: 15px;
	border: solid 2px #66c5b5;
	color: #696969;
	font-size: 15px;
	margin-bottom: 10px;
}

.form_group_inner input[type="submit"],
.form_group_inner button {
	height: 50px;
	background-color: #009f84;
	width: 100%;
	padding: 16px;
	border: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	box-shadow: 0 17px 27px rgba(168, 168, 168, 0.3);
}

.contact_us_form {
	background-color: #fff;
	padding: 59px 93px 93px;
	box-shadow: 0 21px 27px rgba(168, 168, 168, 0.3);
	position: relative;
	bottom: -54px;
}


/*footer style start here*/

footer {
	background-color: #009f84;
	padding-top: 85px;
}

footer p {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	line-height: 17px;
}

.footer_logo {
	width: 33%;
	padding-top: 37px;
}

.footer_content {
	width: 35%;
	padding: 26px 15px 0;
}

.nahad_logo {
	width: 16%;
	text-align: center;
}

.nahad_logo a>span {
	color: #fff;
	letter-spacing: 16px;
	display: block;
	clear: both;
	padding-left: 14px;
	margin-bottom: 3px;
	margin-top: 8px;
}

.anniversary_logo {
	width: 16%;
	text-align: right;
}

.footer_nav {
	padding: 0;
	margin: -5px 0 0 0;
	text-align: center;
}

.footer_nav li {
	float: left;
	list-style: none;
	padding: 0 9.6px;
}

.footer_nav li a {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.footer_nav li a:hover {
	color: #ffffff;
}

.footer_nav li:first-child {
	padding-left: 0px;
}

.footer_nav li:last-child {
	padding-right: 0px;
}

.footer_bottom {
	background-color: #fdfdfd;
	margin-top: 53px;
	padding: 51px 15px 44px;
	color: #141721;
}


/*footer style end here*/


/*Side bar style start here*/

.sidebar h2 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 15px;
}

.sidebar ul {
	padding: 0;
}

.sidebar ul li {
	list-style: none;
	font-size: 18px;
	padding: 0 0 3px;
	font-weight: 300;
	position: relative;
}

.sidebar ul li a {
	color: #009f83;
	padding: 0 0 3px;
	border-bottom: 1px solid #eaeaea;
	display: block;
}

.sidebar ul ul li {
	padding: 8px 0 0px 20px;
	border: 0;
	font-weight: 300;
	margin: 0;
	position: relative;
}

.sidebar ul ul li a {
	color: #808080;
	font-weight: 300;
	font-size: 15px;
	border: none;
}

.sidebar ul li.active ul {
	display: block;
}

.sidebar ul li ul {
	display: none;
}


/*Side bar style end here*/

ul.part_list li a span {
	float: right;
	background-image: url(../../images/crousal_next_icon.png);
	display: inline-block;
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
}

ul.cat-list>li .widget::after {
	content: "";
	background-image: url(../../images/crousal_next_icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	right: 5px;
	z-index: 9999999;
	height: 20px;
	width: 20px;
	background-size: 8px;
	background-position: center;
}

.sidebar ul ul li:before {
	content: "";
	background-image: url(../../images/crousal_next_icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 14px;
	left: 0px;
	z-index: 9999999;
	height: 10px;
	width: 10px;
	background-size: 100%;
	background-position: center;
}

ul.cat-list>li a:hover {
	border: 1px solid #009f84;
	outline: 1px solid #009f84;
}

.product-item-actions {
	display: block;
}

.minicart-wrapper {
	margin-top: 0;
}

.minicart-wrapper .showcart {
	margin-top: 22px !important;
}


/*.sidebar ul li:before {*/


/*    content: "";*/


/*    background-image: url(../../images/crousal_next_icon.png);*/


/*    background-repeat: no-repeat;*/


/*    position: absolute;*/


/*    top: 5px;*/


/*    right: 10px;*/


/*    z-index: 9999;*/


/*    height: 17px;*/


/*    width: 7px;*/


/*    background-size: 100%;*/


/*    background-position: center;*/


/*}*/


/*.sidebar ul li.active:before {*/


/*    transform: rotate(90deg);*/


/*}*/

.form-login .label,
.form.forget .label,
.form-create-account .label {
	padding: 0;
}

fieldset.fieldset {
	margin-bottom: 20px;
}

.cms-all-products-pneumatics #maincontent {
	min-width: 100%;
	padding: 0;
}

.cms-all-products-pneumatics .hci-title-wrapper {
	display: none;
}

.Products_inner.heading {
	/*height: 100vh;*/
}


/*20 Dec 2017*/

.pro_image_icon {
	padding: 20px 0 15px;
}

.all-product .Products_inner .find_out_more {
	margin-top: 30px;
}

.all-product .Products_inner h1 {
	font-weight: normal;
}

.pro_image_icon img {
	width: 140px;
	height: 100px;
	object-fit: contain;
}

.all-product .heading {
	background-color: #009f84;
}

.full-height {
	min-height: 312px;
	display: table;
}

.all-product .heading h1 {
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
	padding: ;
	padding: 0 0 0 20px;
	color: #ffffff;
	text-transform: uppercase;
}

.all-product .Products_outer.pull-left.full-width {
	padding: 0 2px 4px;
}


/*20 Dec 2017*/


/*21 Dec 2017*/

.common .heading {
	background-color: transparent;
	width: 100%;
	display: inline-block;
	text-align: center;
	/*padding-bottom: 40px;*/
}

.common .heading h1 {
	color: #009f84;
	font-size: 30px;
	background-image: url("../../images/flag.png");
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding: 0 80px 3px 0;
	margin-top: 50px;
}

.common .pro_image_icon {
	padding-bottom: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

.common.rotary .heading h1,
.common.vacuum .heading h1,
.common.oil .heading h1,
.common.filter .heading h1 {
	background-image: none;
	padding: 0;
}

.common.rotary,
.common.oil,
.bottom-product {
	background-color: #f2f1f1;
}

.common.reciprocating {
	padding: 0 0 25px;
}

.hydrolic img {
	width: ;
	padding: 30px 0 40px;
}

.common.oil .hydrolic {
	clear: both;
}

.oil-free {
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding: 40px 0;
	margin: 5px 0 5px;
}

.oil h4 {
	font-weight: 600;
	font-size: 24px;
}

.scroll-technology {
	text-align: left;
}

.QOF {
	text-align: left;
}

.scroll-technology p strong {
	text-transform: uppercase;
}

.oil p {
	font-size: 18px;
}

.filter .Products_inner:hover {
	box-shadow: none;
}

.filter .Products_inner,
.bottom-product .Products_inner {
	box-shadow: none;
	background-color: transparent;
}

.filter-image {
	padding: 0px 0 20px;
}

.bottom-product .left,
.bottom-product .right {
	float: left;
	background-color: #ffffff;
}

.common.bottom-product {
	padding: 70px 0 30px;
}

.Products_section {
	padding-bottom: 0px;
}

.right .product-detail img {
	padding: 40px 0 0;
	height: 210px;
	width: 210px;
	object-fit: contain;
}

.bottom-product .hydrolic img {
	padding: 50px 0 30px;
}

.widget-product-grid .product-item-details {
	background: #009f83;
	padding: 10px 15px;
	text-align: center;
}

.widget-product-grid .product-item-name>a.product-item-link {
	color: #fff;
	font-size: 16px;
}

.widget-product-grid button.action.tocart.primary {
	background: #fff !important;
	color: #009f83 !important;
	font-size: 16px;
	padding: 5px 30px;
	display: inline-block;
	margin-bottom: 0;
	margin-top: 5px;
	box-shadow: 1px 2px 20px 0px #666;
	font-weight: normal;
	text-transform: uppercase;
	border: 0px !important;
	max-width: 100%;
}

.widget-product-grid .product-item-actions .actions-primary {
	display: block;
}

.widget-product-grid .actions-secondary {
	position: absolute;
	width: 100% !important;
	padding: 5px;
	z-index: 9;
	top: 0;
	display: block !important;
	left: 0;
}

.widget-product-grid .actions-secondary a.action.tocompare {
	float: right;
}

#contact-form .input-text.invalid {
	margin-bottom: 0;
	border-color: #e02b27;
}

#contact-form span.validation-error {
	color: #e02b27;
	font-size: 11px;
	top: -3px;
	position: relative;
}

 .btn-get-a-quote {
    background: #EF4136; /* Old browsers */
    background: -moz-linear-gradient(top,  #EF4136 0%, #EF4136 0%, #C12D25 100%, #BF2B24 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #EF4136 0%,#EF4136 0%,#C12D25 100%,#BF2B24 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #EF4136 0%,#EF4136 0%,#C12D25 100%,#BF2B24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EF4136', endColorstr='#BF2B24',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 4px rgba(85, 86, 88, 1); /* Updated rgba value to match #555658 */
    border: none;
    cursor: pointer;
}
.btn-get-a-quote:hover {
    color: #ffffff;
}

/*Responsive*/

@media(max-width: 768px) {
	.col-xs-15 {
		width: 100%;
		float: none;
	}
}

@media (min-width: 769px) {
	.col-sm-15 {
		width: 33.33%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}


/*Responsive*/


/*21 Dec 2017*/


/*responsive style start here*/

@media screen and (max-width:1300px) {
	.banner_slide_content {
		margin-left: 0;
	}
	.banner_tab {
		margin-left: 0;
	}
}

@media screen and (max-width:1199px) {
	.search_bar {
		margin-right: 0;
	}
	.banner_tab {
		width: 100%;
	}
	.main_menu .navbar-brand {
		overflow: hidden;
		/*width: 145px;*/
	}
	.main_menu .navbar-brand img {
		width: auto;
		max-width: inherit;
	}
	.pro_list_search_bar input {
		width: 63%;
	}
	.pro_list_search_bar button {
		padding: 0 40px;
	}
	.pro_list_search_bar.location_finder_bar button {
		padding: 0 9px;
	}
	.footer_content {
		padding: 26px 15px 0 37px;
	}
	.footer_nav li {
		display: inline-block;
		float: none;
		list-style: none;
		padding: 0 9.6px;
	}
	.product-item-actions .actions-primary button {
		width: 100% !important;
		padding: 5px !important;
	}
	   
	.top_header .navbar-default .mobile_number{
	    padding-left: 35px;
        font-size: 16px;
        background-size: 30px;
	}
	.email-hci > a {
        font-size: 16px;
        background-size: 30px;
        padding-left: 35px;
    }
    .email-hci > a:before{
        left: -10px;
    }
    .block.block-search{
        width: 20px;
    }
    .top_header .navbar-default .navbar-nav>li>a {
        padding: 17px 12px;
        padding-left: 0;
    }
	.main_menu .navbar-brand img {
        max-height: 45px;
    }
}

@media screen and (max-width:991px) {
	.footer_nav {
		margin: 16px 0 0 0;
		text-align: center;
	}
	.anniversary_logo {
		padding-top: 19px;
	}
	.top_header .navbar-default .navbar-nav>li>a {
		padding: 17px 10px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-default .navbar-nav li.login_top a {
		padding-left: 5px;
	}
	.navbar-default .navbar-nav li.cart_top a {
		padding: 11px 9px 11px 37px;
		background-position: 8px center;
		margin-left: 5px;
	}
	.banner_slide_content {
		padding: 11px 0 0px;
	}
	.banner_slide_content .carousel-indicators {
		bottom: -49px;
	}
	.banner_slide_content .item h1 {
		font-size: 27px;
		line-height: 38px;
	}
	.banner_slide_content .item p {
		font-size: 22px;
		line-height: 29px;
	}
	.banner_slide_content .view_pro {
		padding: 0px;
		margin-top: 29px;
	}
	.pro_list_search_bar input {
		width: 77%;
	}
	.pro_list_search_bar button {
		padding: 0px 41px;
	}
	.pro_list_search_bar.location_finder_bar button {
		padding: 0 10px;
	}
	.hydraulic_area_content p {
		margin: 18px 0 56px;
		padding: 55px 15px;
		float: left;
		font-size: 16px;
		width: 100%;
	}
	.hydraulic_area_content p br {
		display: none;
	}
	.header-text p {
		font-size: 16px;
		padding: 0 0px;
	}
	.Products_section {
		padding-bottom: 70px;
	}
	.trusted_by_section h1 {
		margin: 0 0 29px;
	}
	.trusted_by_section.pull-left.full-width {
		padding: 37px 0 13px;
	}
	.slick-prev {
		left: 0px;
		z-index: 9999;
	}
	.slick-next {
		right: 0px;
		z-index: 9999;
	}
	.slick-slide img {
		display: inline-block;
	}
	.blue h3 {
		text-align: center;
	}
	.contact_us_address {
		padding-top: 14px;
	}
	.contact_phone_num_fax_num {
		width: 50% !important;
		margin-top: 13px;
		padding-left: 61px;
	}
	.address_inner {
		margin-top: 13px;
		width: 50% !important;
		margin-bottom: 0px;
		padding-left: 61px;
		padding-right: 20px;
	}
	.contact_us_address p br {
		display: none;
	}
	
    .top_header .navbar-toggle {
        background: transparent;
        display: block !important;
        float: left;
        margin-left: 15px;
        border-color: #ffffff;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background: #ffffff;
    }
    .hide-on-mb{
        display: none !important;
    }
    #bs-example-navbar-collapse-1 {
        display: block !important;
        overflow: hidden !important;
    }
    .navbar-header{
        float: none;
    }
    .navbar-default .navbar-collapse{
        border-color: #e7e7e7;
    }
    
    #bs-example-navbar-collapse-1[aria-expanded="false"]{
        height: 0 !important;
    }
    .search-input-block{
        display: block !important;
        float: left;
        padding-top: 7px;
    }
    .top_nav.nav.navbar-nav.pull--right {
        float: right;
    }
    
    .show-on-mb{
        display: block !important;
    }
    .hci-contact-info {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        margin-right: 15px;
    }
    .hci-contact-info > .mobile_number {
        margin-right: 20px;
    }
}

@media screen and (max-width:767px) {
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-default .navbar-toggle {
		border-color: #ffffff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.mobile_number.mobile_mobile_number {
		display: inline-block;
		margin-right: 15px;
		float: right !important;
	}
	.mobile_number.desktop_mobile_number {
		display: none;
	}
	.top_header .navbar-toggle {
		float: left;
		margin-left: 15px;
	}
	.top_header .navbar-default .mobile_number {
		font-size: 16px;
		padding: 13px 0px 13px 43px;
		background-size: 33px;
	}
	.top_nav.nav.navbar-nav {
		width: 100%;
		text-align: left;
		margin: 0;
	}
	.top_header .navbar-default .navbar-nav>li>a {
		padding: 10px 0px;
	}
	.search_bar {
		width: 100%;
		margin-right: 0px;
	}
	.nav.navbar-nav {
		width: 100%;
		margin: 0;
	}
	.nav.navbar-nav.mobile_nav_right {
		display: inline-block;
		margin: 0;
		padding-right: 20px;
		width: auto;
		position: absolute;
		right: 50px;
	}
	.navbar-default .navbar-nav li.cart_top .minicart-wrapper>a {
		background-color: #009f84;
		padding: 5px 10px 5px 10px;
		margin-top: 24px;
		/* background-image: url(../../images/cart_icon.png); */
		background-repeat: no-repeat;
		/* background-position: 23px center; */
		margin-left: 0px;
	}
	.nav.navbar-nav.desktop_nav_right {
		display: none;
	}
	.nav.navbar-nav.mobile_nav_right li {
		float: left;
	}
	.main_menu .navbar-toggle {
		margin-top: 27px;
	}
	.main_menu .navbar-nav>li>a {
		padding-top: 21px;
		padding-bottom: 0px;
		font-size: 14px;
	}
	.main_menu .navbar-nav>li:last-child>a {
		padding-bottom: 21px;
	}
	.navbar-default .navbar-nav li.cart_top a {
		padding: 11px 9px 11px 37px;
	}
	.navbar-nav>li.login_top>a {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.pro_list_search_bar input {
		width: 100%;
		text-align: center;
	}
	.pro_list_search_bar button {
		padding: 0px 41px;
		width: 100%;
		margin-top: 5px;
	}
	.carousel-control.left .glyphicon-chevron-left,
	.carousel-control.right .glyphicon-chevron-right {
		width: 22px;
		height: 29px !important;
	}
	.header-text h2 {
		font-size: 28px;
		margin-bottom: 6px;
		margin-top: 30px;
	}
	.contact_us_form {
		padding: 0px 15px 34px;
	}
	.footer_logo {
		padding-top: 12px;
		text-align: center;
		width: 100%;
	}
	.footer_content {
		padding: 26px 0px 0 0;
		width: 100%;
		text-align: center;
	}
	.anniversary_logo {
		padding-top: 9px;
		width: 100%;
		text-align: center;
	}
	.footer_nav {
		margin: -10px 0 0 0;
		text-align: center;
	}
	.footer_nav li {
		padding: 0 9.6px 10px;
	}
	.footer_bottom {
		margin-top: 28px;
		padding: 21px 15px 17px;
	}
	.category-cms {
		margin-left: 0px !important;
	}
	.block.block-search {
		float: none !important;
		border: none !important;
		margin: 0 0 15px !important;
		width: 100% !important;
	}
	.block.block-search .input-text {
		left: 0;
		position: relative;
		margin: 0 auto;
	}
	.block.block-search .control {
		padding: 0;
		border: none;
		margin: 0;
	}
	.block-search .label {
		text-decoration: none;
		display: inline-block;
		float: none;
		position: absolute;
		right: 0px;
		z-index: 9999;
		top: -3px;
	}
	.field.search {
		position: relative;
	}
	.block-search .label:before {
		font-size: 25px;
		color: #ccc;
	}
	.field.search {
		position: relative;
	}
	.block-search .label span {
		display: none;
	}
	.products-grid .product-item {
		width: 100%;
	}
	.page-products .product-item-info {
		width: 100%;
		text-align: center;
	}
	ol.products .product-items {
		width: 100%;
	}
	.actions-secondary a {
		float: left;
	}
	.column.main .product-item {
		padding-left: 0px;
		margin: 0 auto 20px;
	}
	.column.main .product-items {
		margin-left: 0px;
	}
	
	.top_header .block.block-search {
        width: 100% !important;
        margin-top: 10px !important;
        margin-bottom: 2px !important;
    }
    .search-input-block {
        float: none;
    }
    .main_menu {
        margin-top: 50px;
    }
}

@media screen and (max-width:500px) {
	ul.part_list li {
		list-style: none;
		float: left;
		width: 100%;
		padding: 8px 0px 0 23px;
	}
	.banner_section .col-md-6.col-sm-12 {
		padding: 0;
	}
	.banner_slide_content .item h1 br {
		display: none;
	}
	.banner_tab .nav>li>a {
		padding: 14px 10px;
		font-size: 16px;
	}
}

@media screen and (max-width:480px) {
	.top_header .navbar-default .mobile_number {
	    font-size: 14px;
        padding: 15px 0px 13px 22px;
        background-size: 20px;
	}
	.top_header .navbar-toggle {
        margin-right: 0;
    }
	.top_header .navbar-default .mobile_number > span {
	    display: none;
	}
	.banner_section .col-md-6.col-sm-12 {
		padding: 0;
	}
	.address_inner {
		margin-top: 13px;
		width: 100% !important;
		padding-right: 0;
	}
	.contact_phone_num_fax_num {
		width: 100% !important;
		padding-left: 61px;
	}
	.cart.main.actions .action {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.main_menu .navbar-brand {
		width: 100%;
		display: block;
	}
	.main_menu .navbar-brand img {
		width: 100%;
	}
	.email-hci > a {
        background-size: 20px;
        font-size: 14px;
        padding-left: 25px;
    }
}

@media screen and (max-width:416px) {
	.main_menu .navbar-brand img {
		/*position: relative;*/
		/*left: -42px;*/
	}
	.main_menu .navbar-brand {
		/*width: 46px;*/
		/*padding-left: 0;*/
		/*margin-left: 15px !important;*/
	}
}


/*responsive style end here*/


/***/

.page-header {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

footer.page-footer {
	padding: 0;
}

.page-header:after,
.page-footer:after {
	display: block;
	content: " ";
	clear: both;
}

.breadcrumbs .items {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.breadcrumbs {
	padding: 20px 0;
}

.breadcrumbs .item a,
.breadcrumbs .item strong {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
}

.page-title {
	font-size: 42px;
	color: #fff;
	margin-bottom: 45px;
	margin-top: 10px;
}

.breadcrumbs .items:after {
	content: "";
	display: block;
	clear: both;
}

.breadcrumbs .items>li.item {
	float: left;
	margin-right: 15px;
	position: relative;
}

#maincontent {
	padding-top: 30px;
	background: #fdfdfd;
}

.breadcrumbs .items>li.item:after {
	display: block;
	content: "";
	height: 14px;
	border-left: 1px solid #fff;
	position: absolute;
	right: -8px;
	top: 3px;
	transform: skew(-25deg);
}

.breadcrumbs .items>li.item:last-child:after {
	display: none;
}

.btn.btn-primary {
	background-color: #009f84;
	padding: 10px 24px;
	border: none;
	color: #ffffff;
	letter-spacing: 1px;
	border-radius: 0;
	text-transform: uppercase;
}


/****/

.literature-block>a>img {
	float: left;
	width: 125px;
	margin-right: 10px;
}

.literature-block h2 {
	font-size: 22px;
}

.literature-block h2>a {
	color: #009f84;
}


/***/

.main h2 {
	font-size: 22px;
	color: #009f84;
}

.contact-loactions>img {
	float: right;
}

.contact-loactions>ul {
	list-style: none;
	padding: 0;
}


/***/

ul.suppliers-list {
	padding: 0;
	list-style: none;
}

ul.suppliers-list>li {
	float: left;
	width: 33.33%;
	background: url(../../images/new-window-icon.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 5px;
}

ul.suppliers-list:after {
	clear: both;
	content: "";
	display: block;
}

ul.suppliers-list>li>a {
	color: #666666;
}

ul.supplier-logos {
	list-style: none;
	padding: 0;
	margin-top: 30px;
}

ul.supplier-logos>li {
	float: left;
	width: 16.66%;
	margin-bottom: 12px;
	height: 50px;
}

ul.supplier-logos:after {
	content: "";
	display: block;
	clear: both;
}

ul.supplier-logos>li img {
	max-width: 100px;
}

.action.primary {
	background-color: #009f84 !important;
	border: 1px solid #048e76 !important;
	border-radius: 0 !important;
}

label.label {
	color: #333;
}

.column.main {
	min-height: 0 !important;
	padding: 0 !important;
}

ul.cat-list {
	list-style: none;
	padding: 0;
	margin-top: 25px;
}

ul.cat-list>li {
	margin-bottom: 5px;
}

ul.cat-list>li .widget {
	margin: 0;
	position: relative;
}


/*.category-description {*/


/*    margin-bottom: 100px;*/


/*}*/

.category-description p {
	color: #fff;
}

.page-wrapper {
	background: #fdfdfd;
}


/****/

.cat-subcategory {
	margin-bottom: 30px;
	background-color: #fff;
	/*max-width: 85%;*/
	box-shadow: 1px 4px 20px 0px #eee;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.cat-subcategory .cat-action {
	background: #009f83;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}

.cat-subcategory .cat-action>h5 {
	font-size: 18px;
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

.cat-subcategory .cat-action>a {
	background: #fff;
	color: #009f83;
	font-size: 16px;
	padding: 5px 40px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
	box-shadow: 1px 2px 20px 0px #666;
}

.cat-subcategory img {
	margin: 25px 0;
	max-height: 200px;
}


/******************/

.products>li.item {
	background: #fff;
	box-shadow: 1px 4px 20px 0px #eee;
}

.product-item-details {
	padding: 0 20px 10px;
}

.minisearch a.action.advanced {
	display: none;
}

.block.block-search {
	display: inline-block;
	border: solid 2px #ffffff;
	padding: 0;
	/*margin: 11px 0 11px;*/
	width: 215px;
	/*float: right;*/
	/*margin-right: 47px;*/
}

.block.block-search .control {
	padding: 0;
}

.block.block-search .input-text {
	border: 0;
	border-radius: 0;
	width: 100%;
}


/*******/

.minicart-wrapper .action.showcart:before {
	color: #fff !important;
}

.minicart-wrapper .action.showcart .counter.qty {
	background: transparent;
	height: 18px;
	line-height: 18px;
	/* min-width: 0; */
}

.minicart-wrapper .counter-number {
	display: none;
}

.minicart-wrapper span.counter-label {
	position: initial !important;
}

.minicart-wrapper .action.showcart .counter.qty {
	white-space: nowrap;
	text-transform: uppercase;
	margin-top: 8px;
}

span.product-image-wrapper {
	padding-bottom: 100% !important;
}

.message.success {
	margin-bottom: 25px;
}

.product.media {
	margin-top: 0;
	border: 1px solid #eee;
}

.box-tocart .actions {
	padding-top: 20px !important;
}

#additional table th {
	color: #000;
}

.product.data.items>.item.title>.switch {
	height: 31px !important;
}

.fieldset .review-legend.legend strong {
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 5px;
}

.minicart-wrapper .minicart-widgets {
	margin: 0;
}

a:focus,
a:active {
	text-decoration: none;
}

div#tab-label-additional {
	display: none;
}

.additional-attributes-wrapper.table-wrapper>h2 {
	margin-top: 0;
}

#product-attribute-specs-table th {
	font-size: 100%;
	line-height: 28px;
}

div#additional {
	border: 1px solid #eee !important;
	margin-top: 0;
}

.additional-attributes-wrapper.table-wrapper {
	margin-bottom: 0 !important;
}

table#product-attribute-specs-table {
	margin-bottom: 0;
}

.page-layout-checkout .authentication-wrapper {
	display: none !important;
}

.page-layout-checkout .modal-content {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.page-layout-checkout .opc-sidebar {
	margin: 0 !important;
}

.page-layout-checkout .opc-sidebar .modal-header {
	display: none;
}


/***************************/

.compare-btn a.action:before {
	-webkit-font-smoothing: antialiased;
	font-size: 29px;
	line-height: 24px;
	color: #009f84 !important;
	font-family: 'icons-blank-theme';
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

a.action.tocompare>span {
	display: none;
}

.product-addto-links a.action.tocompare>span {
	display: block;
}

.product-item-info {
	position: relative;
}

.compare-btn {
	position: absolute;
	width: 100%;
	padding: 5px;
	z-index: 9;
}

.compare-btn .tocompare {
	float: right;
}


/************/

.product.details.product-item-details {
	background: #009f83;
	padding-top: 10px;
	text-align: center;
}

.list.items.product-items .product-item-name {
	font-size: 20px;
}

.list.items.product-items .product-item-name>a {
	color: #fff;
}

.list.items.product-items .price-box {
	margin: 0;
}

.list.items.product-items .price-box .price {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: normal;
}

.list.items.product-items .actions-primary {
	display: block;
	width: 100%;
}

.list.items.product-items .action.tocart.primary {
	background: #fff !important;
	color: #009f83 !important;
	font-size: 16px;
	padding: 5px 30px;
	display: inline-block;
	margin-bottom: 0;
	margin-top: 5px;
	box-shadow: 1px 2px 20px 0px #666;
	font-weight: normal;
	text-transform: uppercase;
}

.cart.table-wrapper .actions-toolbar>.action,
.cart.table-wrapper .action-gift,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
#empty_cart_button,
button.action.update,
.checkout-billing-address .primary .action-update,
.checkout-billing-address .primary .action-cancel {
	background: #fff !important;
	color: #009f83;
	font-size: 16px;
	padding: 10px 20px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
	box-shadow: 1px 4px 20px 0px #eee;
	border-radius: 0 !important;
	border: 0 !important;
	font-weight: normal;
	text-transform: uppercase;
}

a.action.continue {
	padding-left: 0 !important;
}

button.action.update {
	padding-left: 5px;
}

.action.update:before {
	margin-top: 3px !important;
}

.action.update:before {
	margin-top: 3px !important;
}

.cart.table-wrapper th.col {
	padding-top: 10px;
	background: #fff;
	border: 0;
}

.cart.table-wrapper thead {
	background: #fff;
	box-shadow: 1px 4px 20px 0px #eee;
	text-transform: uppercase;
	font-weight: 600;
}

tbody.cart.item,
.cart.table-wrapper .col,
.cart.table-wrapper .item .col.item {
	border: 0 !important;
}

span.cart-price>.price {
	font-size: 14px;
	font-weight: 600;
}

.cart.table-wrapper .col.qty .input-text {
	border: 1px solid #009f84;
	height: auto;
	padding: 3px 8px;
}

.cart.table-wrapper .item-actions td {
	padding: 0 !important;
}

.cart.item .product-image-wrapper {
	box-shadow: 1px 4px 20px 0px #eee;
}

.cart-summary {
	background: #fff;
	box-shadow: 1px 4px 20px 0px #eee;
	padding-bottom: 20px;
}


/*********/

#shipping-zip-form select,
#shipping-zip-form input {
	height: 36px;
	width: 100%;
	padding: 0 5px;
	border: solid 1px #66c5b5;
	color: #696969;
	font-size: 15px;
	margin-bottom: 10px;
}

.cart-summary .block .fieldset {
	margin: 0;
}

#block-shipping>.title,
#block-discount>.title {
	padding: 5px 20px 5px 0px;
}

.cart-summary>.title {
	text-transform: uppercase;
	font-weight: 600;
}

#block-shipping-heading,
#block-discount-heading {
	font-size: 16px;
	line-height: 22px;
	color: #009f84;
}

#block-shipping>.title:after,
#block-discount>.title:after {
	color: #009f84;
}

input#coupon_code {
	border: solid 1px #66c5b5;
}

#discount-coupon-form .action {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	border: 0 !important;
}

table.data.table.totals th {
	background: transparent;
}

.cart-totals .mark strong,
.cart-totals .mark .label {
	color: #000 !important;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

.cart-totals .mark .value {
	font-size: 10px;
}

.cart-summary .block .fieldset .field {
	margin-bottom: 2px;
}

.action.primary.checkout {
	border: 0px !important;
	box-shadow: 1px 4px 20px 0px #ccc;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 5px !important;
}

button.action.primary.checkout>span {
	font-size: 14px !important;
}

ul.checkout.methods.items.checkout-methods-items>li:last-child {
	display: none;
}


/**checkout***/

.opc-progress-bar-item._active:before {
	background: #009f84;
}

.opc-progress-bar-item._active>span:before {
	background: #009f84;
}

.opc-wrapper .label {
	float: none !important;
	text-align: left !important;
	color: #000;
	border: 0 !important;
}

.opc-wrapper .fieldset .control {
	float: none !important;
	width: 100% !important;
}

.step-title {
	background: #fff;
	box-shadow: 1px 4px 20px 0px #eee;
	font-size: 18px !important;
	padding: 10px 15px !important;
	border: 0 !important;
	text-transform: uppercase;
	font-weight: 500 !important;
}

.opc-wrapper .fieldset>.field {
	margin-bottom: 15px !important;
}

.opc-wrapper .input-text,
.opc-wrapper select {
	border-color: #66c5b5;
}

.field-tooltip .field-tooltip-action:before {
	color: #66c5b5;
}

.opc-sidebar {
	box-shadow: 1px 4px 20px 0px #eee;
	background: #fff;
}

.opc-block-summary {
	background: #fff;
	padding: 20px;
	margin-bottom: 0;
}

.opc-block-summary>.title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

fieldset.street .control>.field>label.label {
	display: none;
}

.opc-wrapper .fieldset>.field>.label {
	font-weight: 400;
	padding: 0 !important;
	font-size: 14px;
	margin-bottom: 3px !important;
	padding-bottom: 2px !important;
}

#checkout-shipping-method-load th.col.col-method {
	width: 150px;
}

#checkout-shipping-method-load td.col.col-method>.radio {
	margin-left: 10px;
}

.button.action.continue.primary {
	border: 0px !important;
	box-shadow: 1px 4px 20px 0px #ccc;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 60px !important;
}

.button.action.continue.primary>span>span {
	font-size: 1.8rem !important;
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
	max-width: 100%;
}

fieldset.fieldset.rate .item-options .label,
fieldset.fieldset.rate .item-options .radio {
	float: left;
	margin-top: 0;
	margin-bottom: 5px;
}

form#co-payment-form>.fieldset>br {
	display: none;
}

.field-tooltip .field-tooltip-content:before {
	border-right-color: #eee;
}

.field-tooltip .field-tooltip-content {
	background: #fff;
	border: 0;
	box-shadow: 1px 4px 20px 0px #eee;
}

.field-tooltip .field-tooltip-content:after {
	border-right-color: #fff;
}

.action.tocart.primary {
	width: 170px;
}

.checkout-payment-method .payment-method-title>.radio {
	float: left;
}

.payment-method>.payment-method-content {
	padding-left: 0px;
}

.checkout-payment-method .payment-method-title>.label>span {
	font-size: 16px;
	line-height: 20px;
}

.checkout-billing-address {
	background: rgba(238, 238, 238, 0.35);
	padding: 15px;
}

.table.table-totals th.mark {
	background: transparent;
}

.totals.shipping.excl .label {
	color: #000;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

.payment-method button.action.checkout {
	padding: 10px 40px !important;
}

#empty_cart_button:hover,
button.action.update:hover,
.checkout-billing-address .primary .action-update,
.checkout-billing-address .primary .action-cancel {
	color: #555;
}

.checkout-billing-address .primary .action-cancel {
	margin-top: 0;
	box-shadow: 1px 4px 20px 0px #eee !important;
	text-decoration: none !important;
}

.cart-empty,
.checkout-success {
	background: #fff;
	box-shadow: 1px 4px 20px 0px #eee;
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.cart-empty>p {
	margin: 0;
	line-height: 24px;
}


/**********/

#discount-form .payment-option-inner {
	margin: 0;
	/* float: left; */
	width: 100%;
}

#discount-form .actions-toolbar {
	position: absolute;
	top: 0;
	right: 0;
}

#discount-form {
	position: relative;
}

#discount-form .actions-toolbar .action.action-apply {
	margin: 0;
	border: 0;
	background: #009f84;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
}

#discount-form #discount-code {
	height: auto;
	padding: 6px;
	padding-right: 150px;
}

.payment-option.discount-code {
	background: #fff;
	margin-top: 20px;
	box-shadow: 1px 4px 20px 0px #eee;
}

.payment-option.discount-code .payment-option-title {
	border: 0;
}

.payment-option.discount-code>div {
	padding-right: 20px;
}

.checkout-success .actions-toolbar a.action {
	border: 0 !important;
	padding: 10px 20px !important;
	text-transform: uppercase;
	font-weight: normal;
}

.checkout-success .actions-toolbar .primary {
	float: none;
	margin-top: 10px;
}

.search-form-custom {
	background: #009f84;
	padding: 20px 0;
}

.search-form-custom button {
	background: #fff;
	border: 0;
	border-radius: 0;
	color: #009f84;
	box-shadow: 1px 4px 20px 0px #666;
	padding: 10px 40px;
	width: 100%;
}

.search-form-custom input[type="search"] {
	background: transparent;
	border-color: #fff;
	height: auto;
	padding: 9px;
	color: #fff;
}

.search-form-custom input[type="search"]::placeholder {
	color: #fff;
}

.search-form-custom span.txt-keyword {
	color: #fff;
	line-height: 40px;
}

ul.cat-list>li a {
	border: solid 1px #d7d7d7;
	outline: solid 1px #ffffff;
	color: #696969;
	font-size: 16px;
	padding: 4px 22px;
	display: block;
	font-weight: 400;
}

.sidebar.sidebar-main {
	padding: 0;
}

.sidebar.sidebar-additional {
	margin-top: 20px;
	padding-right: 0;
}


/*.category-cms {*/


/*    margin-left: 20px;*/


/*}*/

.location-thumb {
	margin-right: 15px;
	margin-bottom: 0px;
	max-width: 226px;
}

.location-info>h2 {
	margin-top: 0;
}

.location-info>.row>div {
	float: left;
	min-width: 275px;
}

.location-info>.row>div.col-right {
	margin-left: 100px;
}

.location-info>.row>div.col-right>p {
	margin: 0;
}

.location-details {
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 1px 4px 20px 0px #eee;
	padding: 15px;
}

.location-info p {
	line-height: 22px;
	font-size: 16px;
}

.location-map .title {
	font-size: 1.8rem;
	margin-top: 5px;
	font-weight: 400;
}

.location-description {
	margin: 20px 0 20px;
	clear: both;
}

a.download-pdf img {
	width: 35px;
	margin-top: -1px;
	margin-bottom: -1px;
}

a.download-pdf {
	margin-top: 10px;
	display: block;
	border: 1px solid #c9280b;
	color: #c9280b;
	width: 200px;
}

a.download-pdf>span {
	display: inline-block;
	font-size: 13px;
}

a.btn.btn-default {
	background: #fff;
	border: 0;
	border-radius: 0;
	color: #009f84;
	box-shadow: 0 21px 27px rgba(168, 168, 168, 0.3);
	padding: 10px 40px;
	text-transform: uppercase;
	font-weight: 600;
}

.row.row-docs img.docs-img {
	box-shadow: 0 21px 27px rgba(168, 168, 168, 0.3);
}

.row.row-docs h1 {
	font-size: 3rem;
	margin-top: 5px;
	color: #009f84;
}

.row.row-docs h1 {
	font-size: 3rem;
	margin-top: 5px;
	color: #009f84;
}

.docs-actions a.btn {
	min-width: 175px;
}

.docs-actions {
	text-align: right;
	margin-top: 40px;
}

.docs-actions a.btn:last-child {
	margin-left: 10px;
}

.row.row-docs {
	margin-bottom: 50px;
}

.navbar-nav>li {
	margin: 0;
}

.box.shadow {
	box-shadow: 0 21px 27px rgba(168, 168, 168, 0.3);
	padding: 20px;
}

.box.shadow>h2 {
	margin-top: 0;
	border-bottom: 1px solid #eeeeee91;
	padding-bottom: 5px;
}

form.zip-form input {
	border: solid 2px #009f84;
	width: 100%;
	padding: 7px 10px;
}

form.zip-form button {
	background: #009f84;
	border: solid 2px #009f84;
	padding: 5px;
	width: 100%;
	color: #fff;
	margin-top: 1px;
	border-radius: 0;
}

.contact-loactions ul>li {
	margin-bottom: 2px;
}

form.zip-form {
	margin-top: 1rem;
}

.hci-description-wrapper .category-description {
	color: #fff;
}

.showcart .loading-mask {
	display: none;
}

.system-project>h3 {
	margin-top: 0;
}


/************/

.call-for-price>label {
	display: block;
	background-color: #009f84 !important;
	border: 1px solid #048e76 !important;
	color: #fff;
	padding: 10px 20px;
}

.products.wrapper.grid.products-grid {
	padding-left: 15px;
}

.toolbar-products {
	padding-left: 15px;
}

.application-support-links {
	clear: both;
	height: 38px;
	margin-bottom: 50px;
}

.footer-extra-links>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.footer-extra-links {
	clear: both;
}

.footer-extra-links>ul>li {
	display: inline-block;
	margin: 0;
	padding: 0px 10px;
	position: relative;
}

.footer-extra-links>ul>li>a {
	color: #ffffff;
	font-size: 12px;
}

.footer-extra-links>ul>li:last-child {
	border-right: 0;
}

.footer-extra-links>ul>li:after {
	content: " ";
	background: #fff;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	right: -4px;
	top: 9px;
}

.footer-extra-links>ul>li:last-child:after {
	display: none;
}

#myCarousel h1>small {
	color: #fff;
}

.catalog-category-view .page-title-wrapper .category-description {
	float: left;
}

.catalog-category-view .hci-title-wrapper .category-description {
	padding-top: 7px;
}

.catalog-category-view .page-title-wrapper {
	float: left;
	margin-right: 70px;
}

.catalog-category-view .page-title-wrapper h1#page-title-heading {
	margin-top: 0;
}

.category-description {
	color: #fff;
}

.sidebar.sidebar-main .title strong {
	font-weight: 300;
	font-size: 1.8rem;
	margin-top: 1.5rem;
	display: block;
}

.sidebar.sidebar-main ol>li {
	padding: 8px 0 0px 20px;
	border: 0;
	margin: 0;
	position: relative;
	font-size: 1.6rem;
}

.sidebar.sidebar-main ol>li:before {
	content: "";
	background-image: url(../../images/crousal_next_icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 14px;
	left: 0px;
	z-index: 9999999;
	height: 10px;
	width: 10px;
	background-size: 100%;
	background-position: center;
}

.sidebar.sidebar-main ol>li span.count {
	background: #009f8452;
	font-size: 12px;
	display: inline-block;
	padding: 0px 5px;
	border-radius: 5px;
	font-weight: 600;
	margin-left: 2px;
}

.list.items.product-items .product-item-name {
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_logo img {
	max-width: 90%;
}

.navbar-brand>img {
	max-width: 90%;
}

.product-image-container {
	display: block;
	margin: 0 auto;
	min-width: 100%;
}

#player1,
#player2 {
	max-width: 100%;
}

div#myCarousel .carousel-inner .item {
	min-height: 642px;
}

.anniversary_logo>p {
	font-size: 1rem;
	text-align: right;
	margin-bottom: 20px;
}

.anniversary_logo>img {
	margin-right: 10px;
}

.customer-account-edit .column.main {
	padding-left: 10px !important;
}


/*********/

.account .sidebar.sidebar-main .content {
	padding: 0;
	margin-right: 20px;
}

.account .sidebar.sidebar-main ul.nav>li {
	padding: 0;
	margin: 0;
}

.minicart-wrapper {
	margin-left: 0 !important;
}

li.login_top>a {
	padding-left: 5px !important;
	padding-right: 0px;
}

input.form-control.disabled {
	opacity: 0.8;
	pointer-events: none;
}

.sidebar ul li>span {
	display: inline-flex;
	width: 15px;
	height: 15px;
	background: #009f84;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
}

.sidebar ul li>span:hover {
	background: #666;
	color: #fff;
}

span.cat-expand i {
	font-style: normal;
}

span.cat-expand i.opened {
	display: none;
}

.sidebar ul li.active span i.closed {
	display: none;
}

.sidebar ul li.active span i.opened {
	display: block;
	height: 30px;
}


/*****************/

ul.sub-menu {
	position: absolute;
	padding: 0;
	background: #fff;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
	z-index: 9;
	width: 210px;
	transition: .5s;
	display: none;
	left: 15px;
	top: 92px;
}

ul.sub-menu>li>a {
	padding: 6px 10px;
	display: block;
	cursor: pointer;
	color: #333;
}

ul.sub-menu>li {
	margin: 0;
}

ul.sub-menu>li>a:hover {
	background: #eee;
	color: #009f84;
}

.nav li:hover ul.sub-menu {
	display: block;
}


/*********/

.minicart-items .product-image-container {
	min-width: auto;
}

.shipping-address-item {
	margin-top: 10px !important;
}

ul.supplier-logos {
	text-align: center;
}


/**************/

.panel.panel-default .panel-heading {
	padding: 0;
	background: #fff;
	border: 0;
}

.panel.panel-default .panel-heading>h4>a {
	padding: 10px 15px;
	display: block;
	font-size: 1.8rem;
	position: relative;
}

.panel.panel-default {
	border-color: #eee;
	border-radius: 0;
}

.panel.panel-default .panel-heading>h4>a:after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background: transparent;
	position: absolute;
	right: 15px;
	top: 14px;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(-45deg);
}


/********/

#tbl_clearance td {
	vertical-align: middle;
}

.category-cms {
	margin-left: 20px;
}

strong.block-subtitle.filter-subtitle,
strong.block-subtitle.filter-current-subtitle {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
}

.filter-options-title {
	background: #eeeeee82;
	margin: 0 !important;
	padding: 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.filter-options-content {
	max-height: 200px;
	overflow-y: scroll;
	border-bottom: 1px solid #eee;
	margin-bottom: 0 !important;
}

.filter-current li {
	padding: 0 !important;
}

.filter-current li:before {
	display: none;
}

a.action.remove {
	font-size: 9px;
	background: #009f83;
	color: #fff;
	width: 17px;
	height: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	float: right;
	position: relative;
	top: 5px;
}

.filter-current span.filter-value {
	color: #009f83;
}

.block-actions.filter-actions>a {
	color: #c11212;
	font-weight: 600;
}

.filter-options-content li:before {
	display: none;
}

.filter-options-content li {
	padding: 5px !important;
	border-bottom: 1px dotted #ccc !important;
}


/************************/

.products-table-layout img.product-image-photo {
	margin: 0;
	max-width: 100px;
	top: 50%;
    transform: translateY(-50%);
}

.products-table-layout span.product-image-wrapper {
	padding-bottom: 100px !important;
	background-color: #fff;
}

.products-table-layout .product-item-photo {
	display: block;
	height: 100px;
	width: 100px;
}

.products-table-layout span.product-image-container {
	width: 100% !important;
	max-width: 100px !important;
}

.products-table-layout a.action.tocart.primary {
	width: auto !important;
}

table#tbl_clearance th,
table#tbl_clearance td {
	text-align: center;
}


/***/

.category-cms .cat-subcategory img {
	width: 200px;
}

.cat-subcategory.is-pointer {
	cursor: pointer;
}

.products-table-layout button.action.tocart.primary {
	width: 100px;
	padding: 7px;
}

.clearance-products-index .modal-backdrop.fade.in {
	display: none;
}


/**********/


/*.page-products .product-modal.modal.fade.in {*/


/*    background: rgba(0,0,0,0.5);*/


/*}*/

.page-products .modal-backdrop.fade.in {
	display: none !important;
}

.product-modal .modal-dialog {
    margin-top: 60px;
}

.product-modal .modal-header {
	text-align: left;
}


.gallery-placeholder {
	width: 100%;
	height: 300px;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-info {
	text-align: left;
}

.product-info .call-for-price>label {
	padding: 10px;
	text-align: center;
	width: 250px;
}

.call-for-price {
	margin-top: 15px;
}

.product-addto-links>a {
	background-image: none;
	background: #f2f2f2;
	border: 1px solid #cdcdcd;
	color: #333;
	cursor: pointer;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 4px 15px;
	font-size: 1rem;
	line-height: 1.6rem;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
}

.product-addto-links {
	margin-top: 15px;
	margin-bottom: 10px;
}

a.action.mailto.friend {
	margin-bottom: 5px;
}

.row.specifications {
	text-align: left;
}

table#product-attribute-specs-table th>td {}

table#product-attribute-specs-table tr>td {
	text-align: left;
	padding-bottom: 0;
}

table#product-attribute-specs-table tr>th {
	color: #222;
	padding-left: 0;
	padding-bottom: 0;
}


/*#emailModal {*/


/*    background: rgba(0,0,0,0.5);*/


/*}*/

#emailModal .form-group {
	margin-bottom: 5px;
}

#emailModal .form-group .form-control {
	width: 100%;
	border: solid 2px #66c5b5 !important;
	color: #696969;
	box-shadow: none;
}

#emailModal .form-group textarea {
	height: 150px;
	resize: none;
	border: solid 2px #66c5b5 !important;
	box-shadow: none;
}

div#emailModal .btn {
	background: #009f84;
	border-radius: 0;
	border: 0;
	color: #fff;
	width: 100px;
}

#emailModal .form-group .form-control.has-error {
	border-color: #ef6c6c !important;
}

.btn.btn-default.loading {
	pointer-events: none;
	opacity: 0.7;
}

.gallery-placeholder {
	width: 100%;
}

.fotorama-item.fotorama {
	width: 100%;
}

.product-price-modal {
	margin: 10px 0;
}

.row.specifications {
	padding: 0 15px;
}

.row.specifications .col-md-12 {
	padding: 0 !important;
}

.row.specifications.clearance {
	margin: 0;
}

.clearance-products-index .column.main {
	padding-left: 15px !important;
}


/***/


/*******/

.location-content img.d-cover {
	height: 350px;
	object-fit: cover;
	width: 100%;
}

.location-content>h3 {
	color: #009f84;
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	margin: 50px 0;
}

.location-content .need-service {
	text-align: center;
	font-size: 24px;
	margin-top: 50px;
}

.location-content .need-service img {
	margin-top: 50px;
}

.location-content .hci-logo {
	text-align: center;
	margin: 50px 0;
}

.location-content .card {
	background: #fff;
	padding: 50px;
	box-shadow: 0px 0px 3px 1px #eee;
}

.location-content .card.card-sm {
	padding: 25px;
	text-align: center;
}

.location-content .card.card-sm img {
	/*border: 1px solid #eee;*/
	max-width: 200px;
}

.location-content .card.card-sm h3 {
	margin-top: 0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.location-content .card.card-sm p {
	padding: 20px;
	min-height: 110px;
	margin-bottom: 0;
}

.location-content .card.card-sm>ul {
	list-style: none;
	padding: 20px 20px 0;
	margin: 0;
}

.location-content .card.card-sm>ul>li {
	margin: 2px;
	position: relative;
	/*text-align: left;*/
	padding-left: 5px;
}

.location-content .hci-services {
	margin-bottom: 50px;
}

.location-content .card.card-sm>ul>li:before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	background: url(../../images/correct-symbol.png);
	background-size: 100%;
	margin-left: -20px;
	background-repeat: no-repeat;
	top: 3px;
}

.location-content .verbiage>h2 {
	margin: 50px 0;
	font-size: 34px;
	font-weight: bold;
	color: #333;
}

.text-green {
	color: #009f84;
}

.text-red {
	color: #d22233;
}

.location-content .verbiage {
	margin-bottom: 50px;
}

.icon-doc {
	font-weight: 600;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width: 90%;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Horton **/

.new-card {
	padding: 40px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.new-card>h1 {
	font-size: 38px;
	font-weight: bold;
	color: #009f84;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0;
}

.new-card>p {
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
}

.new-card .card-horton {
	border: 1px solid #EBEBEB;
}

.new-card .card-horton img {
	width: 100%;
}

.new-card .card-horton>p {
	padding: 10px;
	min-height: 100px;
}

.blue-card {
	background: #009E84;
	margin: 25px 0;
	padding: 25px 0;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.blue-card>span {
	font-family: Arial;
	font-size: 40px;
}

.blue-card>span.lft {
	position: relative;
	display: inline-block;
	margin-right: 4px;
}

.blue-card>span.rgt {
	position: relative;
	display: inline-block;
	margin-left: 4px;
}

.horton-gallery {
	margin-bottom: 40px;
}

.horton-gallery>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.horton-gallery>ul>li {
	margin-bottom: 0;
}

.horton-gallery>ul>li.sm {
	flex: 0 0 33.33%;
}

.horton-gallery>ul>li.bg {
	flex: 0 0 50%;
}

.blue-card>span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cb_contact_me {
	display: none !important;
}


/****/

.verbiage.stockton>h2:first-child {
	margin-top: 0;
}

.verbiage.stockton>h2:last-child {
	margin-bottom: 0;
}

.verbiage.stockton {
	padding: 40px;
}

.video-frame>div {
	border: 2px solid #009F84;
	padding: 8px 20px;
	font-size: 24px;
	color: #525252;
	text-align: center;
	margin-top: 5px;
}

.video-frame iframe {
	width: 100%;
}

.form-selection .form-control {
	border-bottom: 2px solid #009F84;
	border-top: 0;
	border-radius: 0;
	border-right: 0;
	border-left: 0;
	box-shadow: none;
	resize: none;
	padding-left: 0;
	padding-right: 0;
}

.form-selection .form-control:focus {
	box-shadow: none;
}

.form-selection label {
	color: #A1A1A1;
	font-weight: 400;
}

.verbiage.stockton .text-red {
	color: #FF0000;
}

.verbiage.stockton h2 {
	font-size: 30px;
}

.stockton-features {
	background-image: url(/pub/media/images/bg-features.png);
	color: #fff;
	padding: 40px 0;
	margin: 40px 0;
	margin-left: calc(-1 * (50vw - 578px));
	background-repeat: no-repeat;
	width: 100vw;
	background-size: cover;
}

.stockton-features h2 {
	margin-top: 0;
}

.stockton-features p {
	margin-bottom: 0;
}

.stockton-products .card {
	padding: 30px;
}

.stockton-products .card h2 {
	margin-top: 0;
	text-align: center;
	margin-bottom: 50px;
}

.stockton-products .product-details ul>li {
	margin-bottom: 0;
}

.stockton-industries {
	margin-top: 40px;
	margin-bottom: 40px;
}

.stockton-industries>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.stockton-industries>ul>li {
	text-align: center;
	flex: 0 0 20%;
}

.stockton-industries>ul>li>img {
	max-width: 100%;
}

.search.results > .toolbar {margin-bottom: 2rem;}

.search.results dl.block {padding: 0 15px;}

.search.results dl.block dd {display: inline-block;padding: 2px 10px;background: #eee;margin-right: 5px;border-radius: 3px;}

section.trusted_by_section .slick-slider .slick-arrow:before {
    display: none;
}

.navbar-banner img {
    margin-top: -78px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
	.new-card .card-horton>p {
		min-height: 120PX;
	}
	.footer_logo {
		width: 30%;
	}
	.footer_content {
		padding-left: 20px;
		width: 32%;
	}
	.anniversary_logo,
	.nahad_logo {
		width: 19%;
	}
	.stockton-features {
		margin-left: calc(-1 * (50vw - 470px))
	}
}

@media screen and (max-width: 991px) {
	.location-info>.row>div.col-right {
		margin: 0;
		margin-top: 10px;
	}
	.location-content img.d-cover {
		height: 200px;
	}
	.location-content .card .eaton-logo {
		text-align: center;
	}
	.location-content .card.card-sm p {
		min-height: auto;
	}
	.hci-services .card {
		margin-bottom: 20px;
	}
	.hci-services .col-md-4:last-child .card {
		margin-bottom: 0;
	}
	/*******/
	.new-card .card-horton>p {
		min-height: 110PX;
	}
	.new-card .card-horton {
		max-width: 320px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.new-card .card-horton.last {
		margin-bottom: 0;
	}
	.footer_logo,
	.footer_content,
	.anniversary_logo,
	.nahad_logo {
		width: 100%;
		text-align: center;
	}
	/***/
	.stockton-features {
		margin-left: calc(-1 * (50vw - 360px))
	}
	.card.form-selection {
		margin-bottom: 40px;
	}
	.stockton-features p {
		margin-bottom: 25px;
	}
	.stockton-features .col-md-4:last-child p {
		margin-bottom: 0;
	}
	.stockton-products .row .col-md-6:first-child .card {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.product-info-main {
		margin-top: 10px;
	}
	img.thumbnail.pull-left.location-thumb {
		float: none !important;
		max-width: 100%;
		width: 100%;
	}
	.location-info>.row {
		margin: 0;
	}
	.location-info {
		margin-top: 10px;
	}
	div#myCarousel .carousel-inner .item {
		min-height: 600px;
	}
	.location-content .need-service {
		margin-top: 30px;
	}
	.location-content img.d-cover {
		height: auto;
		margin-bottom: 2px;
	}
	/***/
	.new-card>h1 {
		font-size: 28px;
	}
	.blue-card {
		font-size: 28px;
		line-height: 30px;
	}
	.horton-gallery>ul>li.sm,
	.horton-gallery>ul>li.bg {
		flex: 0 0 100%;
	}
	.horton-gallery ul>li>img {
		width: 100%;
		margin: 0 auto;
		max-width: 480px;
	}
	.blue-card>span {
		display: none !important;
	}
	/***/
	.stockton-features {
		margin-left: -15px;
		width: calc(100% + 30px);
	}
	.stockton-products .col-sm-5 {
		text-align: center;
	}
	.stockton-industries>ul>li {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.stockton-industries>ul {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 480px) {
	.search-form-container .row .col-xs-8,
	.search-form-container .row .col-xs-4 {
		width: 100%;
	}
	.search-form-container .row .col-xs-4 {
		margin-top: 5px;
	}
	ul.suppliers-list>li {
		width: 50%;
	}
	ul.supplier-logos>li {
		width: 33.33%;
	}
	.new-card {
		padding: 25px;
	}
	.new-card>h1 {
		font-size: 24px;
	}
	.blue-card {
		font-size: 24px;
		line-height: 26px;
	}
}

@media screen and (max-width: 320px) {
	ul.suppliers-list>li {
		width: 100%;
	}
	ul.supplier-logos>li {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.page-layout-1column .product.media {
		width: 40% !important;
	}
	.page-layout-1column .product-info-main {
		width: 57% !important;
	}
	.product.data.items>.item.content {
		border-top: 0 !important;
	}
}

@media screen and (max-width: 991px) {
	.location-info>.row>div.col-right {
		margin: 0;
		margin-top: 10px;
	}
}