@font-face {
	font-family: 'Montsserat';
	src: url('./fonts/Montserrat-Light.ttf') format('truetype'), url('./fonts/Montserrat-Light.WOF') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'Montsserat';
	src: url('./fonts/Montserrat-Regular.ttf') format('truetype'), url('./fonts/Montserrat-Regular.WOF') format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'Montsserat';
	src: url('./fonts/Montserrat-Bold.ttf') format('truetype'), url('./fonts/Montserrat-Bold.WOF') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'Montsserat';
	src: url('./fonts/Montserrat-Black.ttf') format('truetype'), url('./fonts/Montserrat-Black.WOF') format('truetype');
	font-weight: 800;
}

body {
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	background-color: #0f1417!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 30px white inset;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.subnavbg {
	background-color: rgba(0, 0, 0, 0.5);
	
	padding: 15px 2px;
}

.subnav {
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.subnav li {
	display: inline;
	padding: 0px 10px;
	border-right: 1px solid #626262;
}

.subnav a {
	display: inline-block;
	padding: 10px;
}

.align-center {
	text-align: center;
}

.midas-header {
	text-align: center;
	padding: 15px 0px;
}

.navbar-midas {
	height: auto;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: transparent;
	text-align: center;
}

.navbar.navbar-midas {
	min-height: 0;
}

.navbar-midas .navbar-nav {
	list-style: none;
	padding: 10px 0px;
	text-align: center;
	float: none;
}

.navbar-midas .navbar-nav>li a {
	display: inline-block;
}

.navbar-midas .navbar-nav>li {
	display: inline;
	padding: 0px 0px;
	border-right: 1px solid #999797;
	float: none;
}


.navbar-midas .navbar-right>li {
	border-right: 0px;
}

.navbar-midas .navbar-nav>li>a:link,
.navbar-midas .navbar-nav>li>a:visited {
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
}

.navbar-midas .navbar-nav>li>a:hover,
.navbar-midas .navbar-nav>li>a:active {
	color: #ccc;
}

.navbar-midas .navbar-right {
	padding: 0px;
}

.navbar-midas .navbar-right>li>a:link,
.navbar-midas .navbar-right>li>a:visited,
.navbar-midas .navbar-right>li>a:hover,
.navbar-midas .navbar-right>li>a:active {
	padding: 8px;
}

.navbar-midas .navbar-nav>.active>a,
.navbar-midas .navbar-nav>.active>a:focus,
.navbar-midas .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #ff9000;
}

.navbar-midas .navbar-nav>.active>a:link,
.navbar-midas .navbar-nav>.active>a:visited {
	color: #ec1d25;
}

.navbar-midas .navbar-nav>.open>a,
.navbar-midas .navbar-nav>.open>a:focus,
.navbar-midas .navbar-nav>.open>a:hover {
	background-color: transparent;
	color: #fff !important;
}

.navbar-midas .navbar-nav>.open.active>a,
.navbar-midas .navbar-nav>.open.active>a:focus,
.navbar-midas .navbar-nav>.open.active>a:hover {
	background-color: transparent;
	color: #ff9000 !important;
}


/****** Left Nav ********/

.nav-filter-menu {
	background-color: #0f1417;
	margin-bottom: 15px;
	color: #fff;
	/*border:1px solid #cccccc;
	margin-bottom:15px;
	border-bottom:1px dotted #d2d2d2;*/
}

.nav-filter-menu ul {}

.btn {
	border-radius: 0px;
}

.nav-side-menu {
	overflow: auto;
	background-color: #0f1417;
	height: 100%;
	color: #fff;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	margin-bottom: 15px;
}

.nav-side-menu .brand {
	background-color: #b6b6b6;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
}

.nav-side-menu .toggle-btn {
	display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	cursor: pointer;
	/*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
	color: #ec1d25;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
	border-right: 4px solid #282828 !important;
	background-color: #ec1d25 !important;
}

.nav-side-menu li.active .arrow:before {
	color: #ffffff;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
	color: #ec1d25;
	background-color: #ffffff !important;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
	color: #ec1d25;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
	background-color: #ffffff;
	border: none;
	line-height: 28px;
	border-bottom: 1px solid #b6b6b6;
	margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
	background-color: #f3f3f3;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.nav-side-menu li {
	padding-left: 15px;
	border-right: 4px solid #ffffff;
	border-bottom: 1px solid #b6b6b6;
}

.nav-side-menu li a:link,
.nav-side-menu li a:visited {
	text-decoration: none;
	color: #a3a3a3;
}

.nav-side-menu li a:hover,
.nav-side-menu li a:active,
.nav-side-menu li:hover a {
	color: #ffffff;
}

.nav-side-menu li.active a {
	color: #ffffff;
}

.nav-side-menu ul .sub-menu li:hover a:link,
.nav-side-menu ul .sub-menu li:hover a:visited {
	color: #ec1d25;
}

.nav-side-menu li a i {
	padding-left: 10px;
	width: 20px;
	padding-right: 20px;
}

.nav-side-menu li:hover {
	border-right: 4px solid #282828;
	background-color: #ec1d25;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.nav-side-menu li:hover .arrow:before {
	color: #ffffff;
}

.clear {
	clear: both;
}

.search-section {
	float: right
}
	.responsive-tabs-container .accordion-link {
 
    background-color: rgba(245, 245, 245, 0)!important;
    border-radius: 0px!important;
    border: 1px solid rgba(221, 221, 221, 0.21)!important;
    color: #ec1d25!important;
}
@media screen and (max-width: 767px) {
.tab-content {
   
    border-top: 0px solid rgba(221, 221, 221, 0.21)!important;
	
   
}
.tab-content div {
   
    border: 1px solid rgb(59, 63, 65)!important;
		padding: 10px 10px 10px 10px;
		margin-top: -11px;
   
}
	.buttonMobileCart .glyphicon-user {
		color: #dddddd;
		font-size: 22px;
	}
	.navbar-default .navbar-toggle {
		color: #dddddd;
		padding: 5px 10px;
		font-size: 16px;
	}
	.buttonMobileCart {
		background: transparent;
		color: #ffffff;
		border: 0px;
		padding-top: 12px;
		padding: 0px;
		margin-right: 35px;
	}
	.navbar-header {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.nav-side-menu {
		position: relative;
		width: 100%;
		margin-bottom: 10px;
	}
	.nav-side-menu .toggle-btn {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 10 !important;
		padding: 3px;
		background-color: #ffffff;
		color: #000;
		width: 40px;
		text-align: center;
	}
	.brand {
		text-align: left !important;
		font-size: 22px;
		padding-left: 20px;
		line-height: 50px !important;
	}
}

@media screen and (max-width: 1200px) {
	.search-section {
		float: left
	}
	
}


}

@media screen and (min-width: 767px) {
	.nav-side-menu .menu-list .menu-content {
		display: block;
	}
}

.leftNavHeading {
	background-color: #22272d;
	height: 40px;
	font-weight: bold;
	color: #fff;
	padding: 10px 15px;
	text-transform: none;
	margin-bottom: 10px;
	/*
	background-color: #f4f4f4;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	*/
}

.nav-filter-menu ul {
	list-style: none;
	padding: 0px 0px 10px 15px;
	margin: 0;
}

.nav-filter-menu li {
	padding-left: 1em;
	text-indent: -.7em;
	line-height: 16px;
}

.nav-filter-menu li::before {
	font-family: "Montsserat";
	content: "\25AA";
	color: #ec1d25;
	margin-right: 5px;
}

.btn-nostyle,
.btn-nostyle.disabled:hover {
	color: #fff;
	background-color: transparent;
	border: 0px;
}

.btn-nostyle:hover {
	color: #ec1d25;
}

.active-filter .btn-nostyle {
	color: #ec1d25;
}


/************Left Nav END *********/

.hightlight-red {
	color: #ec1d25;
}

p.about-text {
	color: #8b8f90;
	font-size: 12px;
	line-height: 26px;
}

.logo-pads {
	margin-right: 14px;
	margin-top: -24px;
}

.column-headings {
	color: #fff;
	/*border-bottom:1px dotted #ddd;*/
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
}

.headings {
	color: #ec1d25;
}

.facebook-section {
    margin-top: 23px;
}

#footer {
    padding-top: 70px !important;
    background-color: #161e21;
    color: #7f7f7f;
    padding-bottom: 50px !important;
    margin-top: 2px;
}

#footer .list-group-item {
	background: none;
	border: 0px solid #000000 !important;
	padding: 5px 0px 0px 15px;
}

#footer .column-headings {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	    margin-top: 20px;
		margin-left: 0px
}

#footer .headings {
	color: #ec1d25;
}

.heading-download a {
	color: #7f7f7f!important;
}

.heading-download {
	border-bottom: 1px solid #878787;
	display: inline-block;
	margin-left: 5px;
	text-transform: uppercase;
}

input.subscribe-input {
	background-color: #d0d2d3;
	border: 0px;
	margin: 6px 0px 6px;
	padding: 7px;
	width: 255px;
	padding-left: 13px;
}

.content-download {
    margin-left: 22px;
    margin-top: 7px;
	    margin-bottom: 14px;
}

#footer b {}

#footer .MegaNavHeading {
	padding-bottom: 10px;
	border-bottom: 1px dotted #545454;
}

#footer .MegaNavHeading .btn-nostyle {
	color: #8b8f90;
}

#copyright {
	background-color: #161e21;
	padding: 29px 0px !important;
	border-top: 1px solid #454b4d;
}

.copyright,
.copyright a:link,
.copyright a:visited {
	font-size: 12px;
	color: #8b8f90;
}

.CounterWrap {
	display: inline;
	color: #b4b4b4;
}

.MiniCartPrice {
	display: inline;
	color: #ffffff !important;
	text-transform: none;
	font-size: 16px;
	letter-spacing: 1px;
}

.MiniCartVat {
	display: inline;
	color: #282828 !important;
	text-transform: none;
	font-size: 11px;
	letter-spacing: normal;
}

#pageLoading {
	position: fixed;
	top: 0px;
	bottom: 0px;
	z-index: 900;
	text-align: center;
	background: rgb(0, 0, 0);
	/* Fallback for older browsers without RGBA-support */
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #ffffff;
	padding-top: 20%;
}

.circle {
	background-color: rgba(0, 0, 0, 0);
	border: 10px solid rgba(237, 29, 37, 0.9);
	opacity: .9;
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-radius: 100px;
	box-shadow: 0 0 135px #000;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	-moz-animation: spinPulse 1s infinite ease-in-out;
	-webkit-animation: spinPulse 1s infinite linear;
}

.circle1 {
	background-color: rgba(0, 0, 0, 0);
	border: 8px solid rgba(237, 29, 37, 0.9);
	opacity: .9;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-radius: 80px;
	box-shadow: 0 0 25px rgba(237, 29, 37, 0.9);
	width: 65px;
	height: 65px;
	margin: 0 auto;
	position: relative;
	top: -82px;
	-moz-animation: spinoffPulse 2s infinite linear;
	-webkit-animation: spinoffPulse 2s infinite linear;
}

@-moz-keyframes spinPulse {
	0% {
		-moz-transform: rotate(160deg);
		opacity: 0;
		box-shadow: 0 0 1px #ec1d25;
	}
	50% {
		-moz-transform: rotate(145deg);
		opacity: 1;
	}
	100% {
		-moz-transform: rotate(-320deg);
		opacity: 0;
	}
}

@-moz-keyframes spinoffPulse {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spinPulse {
	0% {
		-webkit-transform: rotate(160deg);
		opacity: 0;
		box-shadow: 0 0 1px #ec1d25;
	}
	50% {
		-webkit-transform: rotate(145deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-320deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinoffPulse {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.loading {
	width: 100%;
	height: 100px;
	position: relative;
	text-align: center;
	font-size: 16px;
	top: -30px;
}

.loading0 {
	-webkit-animation: loading-text 4s infinite;
	animation: loading-text 4s infinite;
}

.loading1 {
	-webkit-animation: loading-text1 4s infinite;
	animation: loading-text1 4s infinite;
}

.loading2 {
	-webkit-animation: loading-text2 4s infinite;
	animation: loading-text2 4s infinite;
}

.loading3 {
	-webkit-animation: loading-text3 4s infinite;
	animation: loading-text3 4s infinite;
}


/* Standard syntax */

@-webkit-keyframes loading-text {
	0% {
		color: rgba(255, 255, 255, 0.0);
	}
	20% {
		color: rgba(255, 255, 255, 1.0);
	}
	100% {
		color: rgba(255, 255, 255, 0.0);
	}
}

@keyframes loading-text {
	0% {
		color: rgba(255, 255, 255, 0.0);
	}
	20% {
		color: rgba(255, 255, 255, 1.0);
	}
	100% {
		color: rgba(255, 255, 255, 0.0);
	}
}

@-webkit-keyframes loading-text1 {
	0% {
		color: rgba(255, 255, 255, 0.0);
	}
	20% {
		color: rgba(255, 255, 255, 0.0);
	}
	30% {
		color: rgba(255, 255, 255, 1.0);
	}
	100% {
		color: rgba(255, 255, 255, 0.0);
	}
}


/* Standard syntax */

@keyframes loading-text1 {
	0% {
		color: rgba(255, 255, 255, 0.0);
	}
	20% {
		color: rgba(255, 255, 255, 0.0);
	}
	30% {
		color: rgba(255, 255, 255, 1.0);
	}
	100% {
		color: rgba(255, 255, 255, 0.0);
	}
}

@-webkit-keyframes loading-text2 {
	0% {
		color: rgba(255, 255, 255, 0.0);
	}
	30% {
		color: rgba(255, 255, 255, 0.0);
	}
	40% {
		color: rgba(255, 255, 255, 1.0);
	}
	100% {
		color: rgba(255, 255, 255, 0.0);
	}
}


/* Standard syntax */

@keyframes loading-text2 {
	0% {
		color: rgba(255, 255, 255, 0.0);
	}
	30% {
		color: rgba(255, 255, 255, 0.0);
	}
	40% {
		color: rgba(255, 255, 255, 1.0);
	}
	100% {
		color: rgba(255, 255, 255, 0.0);
	}
}

@-webkit-keyframes loading-text3 {
	0% {
		color: rgba(255, 255, 255, 0.0);
	}
	40% {
		color: rgba(255, 255, 255, 0.0);
	}
	50% {
		color: rgba(255, 255, 255, 1.0);
	}
	100% {
		color: rgba(255, 255, 255, 0.0);
	}
}


/* Standard syntax */

@keyframes loading-text3 {
	0% {
		color: rgba(255, 255, 255, 0.0);
	}
	40% {
		color: rgba(255, 255, 255, 0.0);
	}
	50% {
		color: rgba(255, 255, 255, 1.0);
	}
	100% {
		color: rgba(255, 255, 255, 0.0);
	}
}


/******* Grid View *******/

.container.ac-site-container {
	padding-top: 40px;
}

.midas-product-container {
	height: 320px;
	overflow: hidden;
	text-align: center;
	
	margin-bottom: 10px;
	position: relative;
}

.midas-product-img {
	position: relative;
	height: 245px;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #dddddd;
	border-radius: 0px;
}

.midas-product-img img {
	max-height: 160px;
}
.midas-product-img2 {
	position: relative;
	height: 245px;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #dddddd;
	border-radius: 0px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	
}

.midas-product-img2 :hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;

}
.midas-product-partnumber {
	width: 100%;
	padding: 2px 10px;
	z-index: 29;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.midas-product-brand {
	position: absolute;
	top: 11px;
	right: 11px;
	z-index: 30;
	border: 1px solid #cccccc;
	border-radius: 0px;
}

.btn-product-add {
	font-size: 12px;
	background-color: #ec1d25;
	color: #fff;
	border: 0px solid #ccc;
	width: 100%;
	/* text-shadow: 0 -1px rgba(0,0,0,0.4); */
	z-index: 450;
}

.btn-product-add:hover {
	font-size: 12px;
	background-color: #282828;
	color: #ffffff;
}

.midas-product-container:hover {
	/*
	background-color: rgba(240,240,240,0.6);
	*/
}

.midas-product-container:hover .midas-product-price,
.midas-product-container:hover sup {}


/******** Grid View *******/


/******** List View *******/

.midas-product-container-list {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
}

.midas-product-img-list {
	position: relative;
	height: 160px;
	background-color: #ffffff;
	overflow: hidden;
}

.midas-product-partnumber-list {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	color: #ffffff;
	padding: 2px 10px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 29;
	text-align: right;
	font-size: 12px;
}

.midas-product-title-list {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0px;
	height: 22px;
	line-height: 16px;
	color: #ec1d25;
}

.midas-product-shortdesc-list {}

.midas-product-price-list {
	font-size: 24px;
	color: #282828;
	font-weight: bold;
	margin: 10px 0px;
	padding-left: 30px;
}

.midas-product-brand-list {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 30;
}

.midas-product-container-list sup {
	font-size: 16px;
	position: relative;
	top: -6px;
}

.btn-product-add {
	font-size: 12px;
	background-color: #ec1d25;
	color: #ffffff;
	border: 0px solid #ccc;
	width: 100%;
	/* text-shadow: 0 -1px rgba(0,0,0,0.4); */
	z-index: 450;
}

.btn-product-add:hover {
	font-size: 12px;
	background-color: #282828;
	color: #ffffff;
}

select option {
	background-color: #000;
}

.btn-product-grid {
	font-size: 12px;
	background-color: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0px;
	line-height: 25px;
	width: 30px;
	height: 30px;
}

.btn-product-grid.activeGridList,
.btn-product-grid.activeGridList:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.btn-product-grid:hover {
	background-color: transparent;
	color: #ec1d25;
}

.btn-product-pagination {
	font-size: 12px;
	background-color: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 30px;
	height: 30px;
}

.btn-product-pagination:hover {
	color: #ec1d25;
}

.activepaginationButton {
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 30px;
	height: 30px;
}

.midas-filter-row .form-control {
	height: 30px;
	padding: 5px 10px;
}

.paginationItem {
	float: left;
}

.first-child-button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.last-child-button {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.midas-product-container-list:hover {
	border: 1px solid #a8a8a8;
	background-color: rgba(240, 240, 240, 0.6);
}

.midas-product-container-list:hover .midas-product-price-list,
.midas-product-container-list:hover sup {
	color: #282828;
}


/******* List View *******/

.midas-filter-row {
	width: 100%;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
	padding: 5px 0px;
	border-top: 0px;
	line-height: 25px;
	float: left;
	/*border-bottom:1px dotted #d2d2d2;
	
	border: 1px solid #cccccc;
	*/
}

.filterAmountForm {}

.paginationLinks {
	display: inline-block;
}

.ShowingItems {
	font-weight: normal;
	margin-left: 10px;
	line-height: 30px;
	position: static;
}

.ShowingItems b {
	color: #ec1d25;
}

.ShowingItems i {
	color: #ccc;
	font-style: normal;
}

.bottomPagination {
	font-weight: bold;
	color: #fff;
	padding: 5px 15px 0px 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 20px;
	text-align: right;
	float: left;
width: 100%;

}

.filterGridForm {}

.filterAmountForm {
	margin-left: 10px;
}

.filterOrderForm {
	margin-left: 10px;
}

.beadCrumbSeperator {
	display: inline;
	color: #cccccc;
	font-size: 12px;
	margin-left: 5px;
}

.breadcrumb-row {
	background-color: #0f1417;
	;
	padding: 9px 15px;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	/*
	border:1px solid #cccccc;
	background-color: #f4f4f4;
	*/
}

.breadcrumb-row button.active {
	color: #ec1d25;
}

.nav-filter-menu ul li::before {
	font-family: "Montsserat";
	content: "";
	color: #ec1d25;
	margin-right: 5px
}

.nav-filter-menu .glyphicon.glyphicon-chevron-right {
	color: #7e787a;
}

.nav-filter-menu ul li ul li::before {
	font-family: "Montsserat";
	content: "\25AA";
	color: #ec1d25;
	margin-right: 5px
}

.midas-product-price {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0px;
}

.midas-product-container sup {
	font-size: 16px;
	position: relative;
	top: -6px;
}

.midas-product-regularprice {
	text-decoration: line-through;
	color: #fff;
	display: block;
	height: 16px;
}

.midas-product-specialprice {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	display: inline;
}

.midas-product-onspecial {
	margin: 10px 0px;
}

.yamm-content .btn-nostyle {
	text-align: left;
}

.yamm-content ul {
	padding: 0;
	list-style-type: none;
}

.MegaNavHeading {
	border-bottom: 1px dotted #6d6d6d;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #282828;
}

.yamm-content .megaNavGroup .btn-nostyle {
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}

#footer .megaNavGroup .btn-nostyle {
	color: #7f7f7f;
}

#footer .megaNavGroup .btn-nostyle:hover {
	color: #ec1d25;
}

#footer .MegaNavHeading .btn-nostyle {
	color: #ec1d25;
}

.megaNavGroup .btn-nostyle:hover {
	color: #ec1d25;
}

.MegaNavHeading .btn-nostyle {
	color: #ec1d25;
}

.megaNavGroup {
	padding-bottom: 20px;
}

.MegaNavHeading .btn-nostyle.active,
.megaNavGroup .btn-nostyle.active {
	color: #ec1d25;
}

.MegaNavHeading .btn-nostyle.active:hover,
.megaNavGroup .btn-nostyle.active:hover {
	color: #ec1d25;
}

.white {
	color: #fff!important
}

.signup-class {
	font-size: 14px;
	text-align: right;
}

.input-group.search-widget {
	margin-top: 6px;
}

.sticky-login {
	position: relative;
	top: 23px;
	text-align: right;
	font-size: 12px;
}

.sticky-login a:link,
.sticky-login a:visited {
	color: #fff;
}

.sticky-login a:hover,
.sticky-login a:active {
	color: #ec1d25;
}

.sticky-login .heading {
	display: inline-block;
	font-size: 14px;
}

.sticky-login .sticky-input {
	display: inline-block;
	width: 180px;
	margin-left: 5px;
	font-size: 12px;
}

.sticky-login .btn-primary {
	display: inline-block;
	height: 35px;
	padding: 0px 10px;
	margin-left: 5px;
	position: relative;
	top: -2px;
	font-size: 12px;
	background-color: #ec1d25;
	color: #ffffff;
	border: 1px solid #ccc;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

.sticky-login .btn-primary:hover {
	background-color: #282828 !important;
	border: 1px solid #b8a6be !important;
	color: #ffffff;
	font-size: 12px;
}

.navbar {
	margin-bottom: 0px;
	border: 0px;
	border-radius: 0px;
}

.navbar-midas .navbar-right {
	background-color: #86a971;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-midas .navbar-right:hover {
	background-color: #a3cc8a;
}

.navbar-midas .navbar-right:hover a:link,
.navbar-midas .navbar-right:hover a:visited,
.navbar-midas .navbar-right:hover a:hover,
.navbar-midas .navbar-right:hover a:active {
	color: #ffffff;
}
.location-icon {
    background-repeat: no-repeat;
  
    position: absolute;
    background-color: #ec1d25;
    padding: 14px 20px;
	    top: -43px;
		left:47%;
}
.padds {padding:30px;}
.header-background-home {
	background-image: url("../images/topbackground3.png");
	background-repeat: no-repeat;
	height: 760px;
	background-position: top;
}

.header-background {
	background-image: url("../images/topbackground2.png");
	background-repeat: no-repeat;
	
	background-position: top;
}
.brands-container {
    height: 110px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}
.brands-container2 {
    height: 266px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}
p.highlight-content {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 20px;
}
.container.dealer-container {
    padding-top: 110px;
}

.dealer-box {
    border: 8px solid #fff;
    height: 370px;
}

.dealers-section {
	/*background-image: url("../images/dealersbg.png");*/
	background-image: url("../images/acc_bg_002.jpg");
	background-repeat: no-repeat;
	height: 550px;
	background-position: top;
}
.signup-span {
	font-size: 11px;
	color: #fff;
}

.signup-span a {
	color: #ec1d25;
}

.header-strip {
	height: 75px;
	margin-top: 25px;
	background-color: rgba(0, 0, 0, 0.5);
}

.mainSearchbox {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(0, 0, 0, 0.1);
}

.ac-search {
	font-size: 12px;
	background-color: #ec1d25;
	color: #ffffff;
	border: 0px solid #ccc;
	border-radius: 0px;
	margin: 0px;
	padding: 8px 12px;
	line-height: 18px;
	/* text-shadow: 0 -1px rgba(0,0,0,0.4); */
	z-index: 450;
}

.btn-product-add {
	font-size: 12px;
	background-color: #ec1d25;
	color: #ffffff;
	border: 0px solid #ccc;
	width: 100%;
	/* text-shadow: 0 -1px rgba(0,0,0,0.4); */
	z-index: 450;
}

.btn-product-add-cat {
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.1);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
	/* text-shadow: 0 -1px rgba(0,0,0,0.4); */
	z-index: 450;
}

.menu-search-btn {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0px;
	margin: 0px;
	padding: 7px 12px;
	line-height: 18px;
}

.mainSearch2 {
	padding: 10px;
	margin-top: 16px;
}

.mainSearch2 .btn-product-add-cat {
	height: 34px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-right: 0px;
	padding-left: 10px;
	font-weight: 400;
	font-size: 12px;
}

.mainSearch2 .dropdown-menu>li>a {
	text-transform: uppercase;
	font-size: 12px;
}

.mainSearch {
	padding: 10px;
}

.mainSearch .btn-product-add {
	height: 34px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-right: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}

.mainSearch .dropdown-menu>li>a {
	text-transform: uppercase;
	font-size: 12px;
}

h1 {
	font-size: 18px;
}

.cartHeadRow {
	margin-top: 15px;
	padding: 10px 15px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #282828;
	color: #ffffff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-bottom: 10px;
}

.cartSummaryRow {
	margin-top: 15px;
	padding: 10px 15px;
	text-transform: uppercase;
	background-color: #282828;
	border-radius: 0px;
	margin-bottom: 10px;
	color: #ffffff;
}

.cartSummaryRow h1 {
	color: #ffffff;
}

.cartProductRow {
	border: 1px solid #f3f3f3;
	border-bottom: 1px dotted #cccccc;
	border-top: 0px;
	padding: 15px 10px;
	position: relative;
}

.cartProductRow .productName {
	color: #ec1d25;
	font-weight: bold;
	font-size: 14px;
}

.cartHeadRow .productPrice,
.cartProductRow .productPrice {
	text-align: right;
}

.cartHeadRow .productQTY,
.cartProductRow .productQTY {
	text-align: right;
	padding-right: 20px;
}

.cartProductRow .partNumber,
.cartProductRow .brandName {
	font-size: 12px;
	color: #fff;
}

.cartProductRow .productImage {
	max-height: 150px;
	overflow: hidden;
}

.cartProductRow .productImage img {
	border: 1px solid #cccccc;
}

.btn-checkout {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background-color: #ec1d25;
	color: #ffffff;
	border: 1px solid #f97c25;
	width: 190px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

.btn-checkout:hover {
	background-color: #ffffff;
	color: #282828;
	border: 1px solid #f97c25;
}

.deleteCartProduct {
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: 1px solid #cccccc;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 0px;
}

.cartTotalRow .productPrice {
	text-align: right;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0px;
}

.cartTotalRow .productQTY {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0px;
}

.form-control.cartQuantityInput {
	width: 70px;
	float: right;
}

.cartDeleteButton {
	border: 0px;
	height: 30px;
	width: 30px;
}

.full-spacer {
	padding: 15px;
}
.full-spacer2 {
	padding: 0px;
}
.relatedItems {
	background-color: #0f1517;
	margin-top: 50px;
	padding: 30px 0px;
}

.leftRecentlyViewedImg {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0px;
}

.leftRecentlyViewedImg img {
	max-height: 115px;
}

.leftRecentlyViewedpartnumber {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

.leftRecentlyViewedTitle {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px;
	color: #ec1d25;
	text-align: center;
}

.leftRecentlyViewedTitle a:link,
.leftRecentlyViewedTitle a:visited {
	color: #ec1d25;
}

.leftRecentlyViewedTitle a:hover,
.leftRecentlyViewedTitle a:active {
	color: #fff;
	text-decoration: none;
}

.MainViewProductImage {
	position: relative;
	margin: 0px 10px 0px 0px;
}

.MainViewProductImage img {
	border: 0px solid #cccccc;
}

.MainViewProductTitle {
	font-size: 18px;
	color: #ec1d25;
	font-weight: bold;
	margin-bottom: 20px;
}

.MainViewProductCode {
	font-size: 14px;
	margin-bottom: 20px;
	
}

.MainViewProductBrand {
	position: absolute;
	top: 0px;
	right: 0px;
}

.MainViewProductBrand img {
	border: 0px;
}

.MainViewProductBrand-list {
	top: 0px;
	right: 0px;
}

.MainViewProductBrand-list img {
	border: 0px;
}

.MainViewProductPrice {
	font-size: 34px;
	font-weight: bold;
	text-align: right;
}

.MainViewProductPrice sup {
	font-size: 26px;
	position: relative;
	top: -6px;
}

.MainViewProductQTY {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}

.MainViewProductQTY input {
	width: 80px;
	display: inline;
	margin-left: 10px;
}

.MainViewProductAddCart {
	text-align: right;
}

.MainViewProductAddCart .btn-product-add {
	width: 150px;
}

.tab-content {
	border: 0px solid rgba(255, 255, 255, 0.2);
	padding: 30px 20px 20px 1px;
	border-top: 0px solid rgba(255, 255, 255, 0.2);
	min-height: 50px;
}

.tab-content div {
	white-space: pre-wrap;
	line-height: 25px;
	color: #fff;
}

.breadForms {
	display: inline-block;
}

.breadForms button {
	font-size: 12px;
}

.activeBread {
	display: inline-block;
	font-size: 12px;
	line-height: 19px;
	padding: 1px 6px;
	color: #ec1d25;
}

.thumbnail {
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	line-height: 1.42857143;
	background-color: rgb(255, 255, 255);
	border: 0px solid #ddd;
	border-radius: 0px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	padding: 10px;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 0px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 4px solid #fff;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 14px 2px;
}

.midas-left-column .thumbnail {
	height: 135px;
	overflow: hidden;
	border: 0px;
}

.midas-wasprice {
	color: #ddd;
	font-size: 24px;
}

.strike-through {
	text-decoration: line-through;
	display: inline;
}

.midas-wasprice sup {
	text-decoration: none !important;
	display: inline;
	font-size: 18px;
	margin-right: 10px;
}

.midas-nowprice {
	display: inline;
	text-align: right;
	font-weight: bold;
}

.midas-nowprice sup {
	text-decoration: none !important;
	display: inline;
}

.midas-savepercentage {
	color: #86a971;
	font-size: 18px;
}

.midas-additional-img {
	float: left;
}

.midas-additional-img img {
	float: left;
	height: 60px;
	width: auto;
	margin-right: 5px;
}

.nav-tabs>li>a {
	background-color: #f8f8f8;
	border: 0px solid #dddddd;
	color: #ec1d25;
}

.nav-tabs>li>a:hover {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #ec1d25;
}

.fancybox-skin {
	background: #282828;
}

.fancybox-opened .fancybox-title {
	color: #fff;
	font-family: 'Montsserat', sans-serif !important;
	font-size: 12px;
	font-weight: bold;
}

.fancybox-opened .fancybox-title b {
	color: #ec1d25;
}

.fancybox-image {
	border-radius: 0px;
}

.form-heading {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 700;
	/*border-bottom:1px dotted #cccccc;*/
	font-size: 14px;
	padding-bottom: 10px;
}

.form-section-container {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 15px;
}

.reLabel {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

textarea {
	max-width: 100%;
}

.notification-msg-success {
	border: 1px solid #86a971;
	padding: 20px;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
}

.notification-msg-failure {
	border: 1px solid #cc0000;
	padding: 20px;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
}

.notification-msg-failure .glyphicon {
	color: #cc0000;
	font-size: 20px;
}

.notification-msg-success .glyphicon {
	color: #86a971;
	font-size: 20px;
}

.NoticeMessage .glyphicon {
	color: #ec1d25;
}

.modal-content {
	background-color: #282828;
	;
	color: #ffffff;
	font-family: 'Montsserat', sans-serif !important;
}

.modal-body,
.modal-body p {
	color: #ffffff;
}

.modal-body .glyphicon,
.modal-body b {
	color: #ec1d25;
}

.modal-header {
	color: #ec1d25;
	border-bottom: 0px;
}

.modal-title {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #a3a3a3;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}

h5.modal-title {
	color: #ffffff;
}

.modal-header .close {
	position: absolute;
	top: 15px;
	right: 15px;
	border: 1px solid #a3a3a3;
	border-radius: 0px;
	display: block;
	width: 30px;
	height: 30px;
	color: #ec1d25;
	opacity: 1;
}

.modal-footer {
	border-top: 0px;
}

.btn-cookie {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background-color: #ec1d25;
	color: #ffffff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}

.btn-cookie:hover {
	background-color: #ec1d25;
	color: #ffffff;
}

.general-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.extraTopBottom {
	padding-top: 30px;
	padding-bottom: 30px;
}

.warningNotice {
	color: #ec1d25;
}

.formWarningMessageOuter {
	padding: 5px;
	border: 1px solid #ec1d25;
	border-radius: 0px;
	margin-bottom: 10px;
}

.formWarningMessage {
	font-weight: bold;
	background-color: #282828;
	text-align: center;
	padding: 10px;
	border: 1px solid #282828;
	border-radius: 0px;
	color: #ffffff;
}

.formWarningMessage b {
	font-weight: bold;
	color: #ec1d25;
}

.formWarningMessage .glyphicon {
	color: #ec1d25;
	font-size: 18px;
}

.categoryBlocks {
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	position: relative;
	margin-bottom: 20px;
}

.btn-categories {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	border: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
}

.btn-categories:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.inlineChildCategories {
	display: inline;
	width: 100%;
}

.yamm-fw .dropdown-menu {
	background-color: #282828;
	background-color: rgba(23, 23, 23, 0.9);
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-bottom: 20px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
   
    top: 46px;
}

.yamm-fw .btn-nostyle .fa {
	font-size: 6px;
	position: relative;
	top: -2px;
	color: #ec1d25;
	margin-right: 5px;
}

.yamm-fw .btn-nostyle:hover .fa {
	color: #ec1d25;
}

.midas-onSpecial {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #86a971;
	z-index: 200;
	border-radius: 0;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 14px;
	padding-top: 10px;
	font-size: 12px;
}

.midas-onSpecial b {
	font-size: 16px;
}

.bigHeaderBG {
    text-align: right;
    background-color: #0f1417;
    padding: 80px 0px 20px;
    position: relative;
    /* height: 160px; */
    margin-bottom: 10px;
    overflow: hidden;
}

.bigHeaderDiag {
	position: absolute;
	right: 50%;
	left: 43%;
	top: 50%;
	color: #ffffff;
	width: 300px;
	padding: 5px;
	background-color: #ec1d25;
	transform: skewX(-30deg);
	transform-origin: top;
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bigHeaderDiag .heading {
	transform: skewX(30deg);
	text-transform: uppercase;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);*/
	font-weight: bold;
	letter-spacing: 1px;
}

.bigHeaderBG img {
	float: right;
}

a:link,
a:visited {
	color: #ec1d25;
}

a:hover,
a:active {
	color: #ec1d25;
	text-decoration: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: 0px;
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
	display: block;
}

.navbar-brand {
	padding: 15px 15px;
}

.navbar-default .navbar-brand {
	color: #ddd;
}

.nopad {
	padding-left: 0px;
	padding-right: 0px;
}

#FilterFormMobile.in,
#FilterFormMobile.collapsing {
	display: block!important;
}

.filterMobileHidden {
	    background-color: #22272d;
	margin-left: -30px;
	margin-right: -30px;
	text-align: center;
}

.filterMobileHidden .btn-nostyle {
	background-color: transparent;
	border: 0px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ec1d25;
	display: inline;
	width: 100%;
	padding: 10px 16px;
}

.filterMobileHidden .btn-nostyle .filterIcon {
	color: #ec1d25;
	padding: 5px 10px;
	font-size: 16px;
	border: 1px solid #ec1d25;
	border-radius: 0px;
}

.filterMobileHidden .btn-nostyle .filterText {
	padding-top: 5px;
}

.basicContent a:link,
.basicContent a:visited {
	color: #ec1d25;
}

.basicContent a:hover,
.basicContent a:active {
	color: #ec1d25;
}

.basicContent ul li a:link,
.basicContent ul li a:visited {
	color: #ec1d25;
}

.basicContent ul li a:hover,
.basicContent ul li a:active {
	color: #fff;
}

.basicContent .glyphicon {
	font-size: 10px;
}

.basicContent .MegaNavHeading .btn-nostyle {
	color: #ec1d25;
}

.basicContent .MegaNavHeading .btn-nostyle:hover {
	color: #ec1d25;
}

.basicContent .MegaNavHeading {
	border-bottom: 0px dotted #cccccc;
}

.basicContent {	
	padding-bottom:60px;
}

.form-section-container-success {
	padding: 20px 20px;
	border: 1px solid #86a971;
}

.form-section-container-dark {
    background-color: transparent;
    padding: 20px 5px;
    border: 1px solid #22272d;
    margin-bottom: 20px;
	    margin-top: 30px;
}

.form-section-container-dark .form-heading {
    font-size: 28px;
    font-weight: normal;
    padding: 14px 0px;
}

.form-section-container-dark label {
	font-size: 13px;
	font-weight: normal;
}

.form-section-container-login {
	
	padding: 40px;
	float: left;
}

.form-section-container-login-blank {
	padding: 20px;
}

.form-section-container-login .btn-#ec1d25 {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
}

.form-section-container-login h1,
.form-section-container-login-blank h1 {
	margin-bottom: 20px;
}

.newCustomer {
	height: 330px;
}

.form-section-container-login a.btn-#ec1d25 {
	color: #ffffff;
}

.btn-generalContent {
	font-size: 13px;
	background-color: #ec1d25;
	padding: 6px 40px;
	margin-top: 26px;
	color: #ffffff;
	border: 0px;
}

.btn-generalContent:hover {
	background-color: #ccc;
	color: #ffffff;
}

.mobileAccountIcons {
	text-align: center;
}

.checkbox label {
	padding-left: 15px;
}

.advertisementColumn img {
	margin-top: 10px;
}

@media screen and (max-width:450px) {
	.sticky-login {
		top: 12px;
	}
	.search-section {
		float: left
	}
	.midas-product-container {
		height: auto;
	}
	.midas-product-img {
		height: auto;
	}
	.midas-product-title {
		height: auto;
	}
	.navbar-header {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.navbar-midas .navbar-nav {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.midas-header {
		text-align: center;
	}
	.navbar-midas .navbar-nav>li {
		background-color: #131313;
		border-top: 1px solid #353535;
		border-bottom: 1px solid #000000;
		padding: 5px 0px;
		width:100%;
		display:inline-block;
	}
	.navbar-default .navbar-nav>li>a {
		padding-left: 20px;
	}
	.navbar-midas .navbar-nav>.active>a,
	.navbar-midas .navbar-nav>.active>a:focus,
	.navbar-midas .navbar-nav>.active>a:hover {
		color: #ffffff !important;
	}
	.navbar-midas .navbar-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-midas .navbar-right>li {
		background-color: #86a971;
	}
	.navbar-midas .navbar-right>li>a:link,
	.navbar-midas .navbar-right>li>a:visited,
	.navbar-midas .navbar-right>li>a:hover,
	.navbar-midas .navbar-right>li>a:active {
		padding: 10px 15px;
	}
	.buttonMobileCart {
		background: transparent;
		color: #ffffff;
		border: 0px;
		padding-top: 12px;
		padding: 0px;
		margin-right: 35px;
	}
	.buttonMobileCart a:link,
	.buttonMobileCart a:visited {
		color: #dddddd;
		font-size: 18px;
	}
	.yamm .yamm-content {
		background-color: black;
	}
	.navbar-midas .navbar-nav>.open.active>a,
	.navbar-midas .navbar-nav>.open.active>a:focus,
	.navbar-midas .navbar-nav>.open.active>a:hover {
		color: #282828 !important;
	}
	.buttonMobileCart .glyphicon-user {
		color: #dddddd;
		font-size: 22px;
	}
	.buttonMobileCart .glyphicon-shopping-cart {
		color: #86a971;
		font-size: 22px;
	}
	.buttonMobileCart .glyphicon-menu-hamburger {
		color: #dddddd;
		font-size: 22px;
	}
	.navbar-default .navbar-toggle {
		color: #dddddd;
		padding: 5px 10px;
		font-size: 16px;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.midas-filter-row .filterOrderForm {
		width: 100%;
	}
	.midas-filter-row .filterAmountForm {
		width: 70%;
		margin-top: 10px;
	}
	.midas-filter-row .filterGridForm {
		margin-top: 10px;
	}
	.nav-tabs {
		margin-top: 20px;
	}
	.form-control.cartQuantityInput {
		width: 100%;
	}
	.productPrice {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.deleteCartProduct {
		top: 10px;
	}
	.cartProductRow .productQTY {
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.btn-checkout {
		width: 100%;
	}
	#saveButton {
		width: 100% !important;
	}
}

.midas-product-detail {
	display: none;
	position: absolute;
	top: 240px;
	left: 1px;
}

.midas-product-container:hover .midas-product-detail {
	display: block;
}

.midas-product-container:hover .midas-product-title {
	font-weight: normal;
	z-index: 1000;
	height: 300px;
	color: #fff;
	text-transform: uppercase;
	background-color: rgba(42, 49, 56, 0.9);
	padding-top: 62px;
	border-bottom: 0px solid #ec1d25;
	position: absolute;
	top: 10px;
	margin-top: -10px;
	width: 100%;
}

.midas-product-title {
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px;
	height: 60px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	background-color: #22272d;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 4px solid #ec1d25;
}

.midas-product-title-home {
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px;
	height: 45px;
	line-height: 18px;
	color: #fff!important;
	text-transform: uppercase;
	background-color: #22272d;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 4px solid #ec1d25;
	width: 100%;
}
.midas-product-title-home a {
	color: #fff;
}
.midas-product-title-home a :hover {
	color: #ec1d25;
}
.midas-product-container:hover .midas-product-title-text {
	margin-top: 20px;
}

.midas-product-title-text {
	margin-top: -20px;
}

.midas-product-container:hover .view-icon {
	opacity: 1;
	font-size: 60px;
}

.container-fluid.brands-strip.nopad {
    background-color: #243137;
    height: 105px;
	    margin-top: 30px;

}
.view-icon {
	font-size: 0px;
	margin-bottom: 0px;
	opacity: 0;
	margin-top: 5px;
	line-height: 0px;
}

.close {
	text-shadow: 0 0px 0 #fff;
}

.btn-product-view {
	font-size: 16px;
	background-color: #ec1d25;
	color: #fff!important;
	position: relative;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
	z-index: 1080;
	width: 100px;
	height: 43px;
	float: left;
	margin-top: 16px;
}

.btn-product-view:after {
	content: "";
	position: absolute;
	display: block;
	background: #ec1d25;
	right: -10px;
	height: 43px;
	width: 20px;
	top: -1px;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.btn-product-view a :hover {
	color: #434343;
}
.btn-article :hover {
color: #434343;
}
.btn-article-view {
    font-size: 16px;
    background-color: #ec1d25;
    color: #fff;
    position: relative;
    padding-top: 10px;
    padding-left: 20px;

    font-weight: bold;
    text-align: left;
    z-index: 1080;
    width: 213px;
    height: 43px;
    float: right;
    margin-top: 24px;
    left: 23px;
}

.btn-article-view:before {
	content: "";
	position: absolute;
    display: block;
    background: #ec1d25;
      
    left: -9px;
    height: 43px;
    width: 26px;
    top: 0px;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
.btn-subscribe {
	font-size: 16px;
	background-color: #ec1d25;
	color: #fff!important;
	position: relative;
	padding-top: 2px;
	padding-left: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
	z-index: 450;
	width: 137px;
	height: 37px;
	float: left;
	border: 0px;
	margin-top: 10px;
}

.btn-subscribe:after {
	content: "";
	position: absolute;
	display: block;
	background: #ec1d25;
	right: -17px;
	height: 37px;
	width: 26px;
	top: 0px;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.btn-subscribe:hover {
	color: #434343;
}

.midas-product-container:hover .midas-product-desc-text {
	opacity: 1;
}

.midas-product-desc-text {
	text-transform: none;
	opacity: 0;
	color: #a3a3a3;
	font-size: 11px;
	margin-top: 10px;
	display: block;
	/* or inline-block */
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 86px;
	line-height: 17px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #ec1d25;
	cursor: default;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom-color: transparent;
}

.nav-tabs>li>a {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.nav-tabs {
	border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}

.MainViewProduct-MainTitle {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
}

.carousel-control {
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    width: 6%;
    font-size: 80px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0.0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-inner>.item>img {
    max-width: 100%;
    height: auto;
    display: inline;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

@media screen and (max-width: 1200px) {

.carousel-indicators {
    bottom: -60px!important;
}
.dealer-box {
    border: 8px solid #fff;
    height: 401px;
}
}


.carousel-indicators {
    bottom: -110px;
}

a.btn-slider {
    /* width: 150px; */
    background-color: #fff;
    padding: 8px 33px 8px 33px;
    line-height: 38px;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;

	
}
a.btn-slider:hover {
    /* width: 150px; */
	  padding: 8px 43px 8px 43px;
    background-color: rgba(255, 255, 255, .5);
	
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	-webkit-transition: .6s ease-out;
	transition: .6s ease-out;
}

.red {color:#ec1d25!important;}
.black {color:#000!important;}
nav.navbar.yamm.navbar-default.navbar-midas {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.best-button {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    padding: 8px 12px;
    text-transform: uppercase;
}
.best-button:hover {
    border: 1px solid rgba(255, 255, 255, 0.0);
    background-color: #ec1d25;
  
}
.buttonsection { 
text-align: center;
padding: 40px 20px;

}
.white{ 
color:#fff!important;

}

.section-container-dark {
    padding: 40px 0px;
    background-color: #1e272b;
}
.main-heading {
    text-align: center;
	font-size: 26px;

		margin:4px;
		padding:0px;
		font-weight:bold;
		display:inline-block;
		width:100%;
		text-transform: uppercase;
		padding-bottom:15px;
        color: #fff;
}

.main-bottom-line {
    background-color:  #ec1d25;
	height: 4px;
	width:60px;
	transform:skewX(20deg);
    -ms-transform:skewX(20deg);
    -webkit-transform:skewX(20deg);
	text-align: center;
	display: inline-block;
margin-bottom: 35px;

}
.main-bottom-line2 {
    background-color:  #ec1d25;
	height: 4px;
	width:60px;
	transform:skewX(20deg);
    -ms-transform:skewX(20deg);
    -webkit-transform:skewX(20deg);
	text-align: center;
	display: inline-block;
margin-bottom: 35px;

}
.main-bottom-button {
    background-color:  #ec1d25;
	height: 50px;
	width:160px;
	transform:skewX(20deg);
    -ms-transform:skewX(20deg);
    -webkit-transform:skewX(20deg);
	text-align: center;
	display: inline-block;
	float:right;
	top:20px;
	position: absolute;

}
.main-bottom-button a{
 
	color:#fff;


}
.store-titles {
    font-size: 16px;
    font-weight: bold;
}
.store-title {
    font-size: 18px;
    font-weight: bold;
	color: #ec1d25;
}
.road-space {
    margin-top: 30px;
}
.basicContent-downloads {
    padding-bottom: 60px;
    padding-top: 45px;
}
.download-box {
    padding: 10px;
    
    height: 120px;
    margin: 9px;
}
.heading-download-box {
    /* border-bottom: 1px solid #878787; */
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 15px;
	font-weight: bold;
}
.midas-brand-img {
    width: 158px;

}
.best-button {
    color:#fff!important;
}
.content-download-box {
    margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 14px;
}
@media screen and (max-width: 960px) {
	.midas-additional-img {
   
     margin-left: 10px; 
}
	.MainViewProductCode {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 20px;
}
	.search-section {
		float: left
	}
	.dealer-box {
    
    height: 453px;
}
.btn-article-view {

 opacity: 0;
    
}

.btn-article-view:before {
	
  opacity: 0;
  
}

.brand-img a img {
    width: auto!important;
}
.dealers-section {
  
    height: 610px;

}
}
@media screen and (max-width: 600px) {

.dealers-section {
  
    height: 740px;

}


	.dealer-box {
  
    height: 620px;
}


}
@media screen and (max-width: 420px) {

.dealers-section {
  
    height: 850px;

}
	.dealer-box {
  
    height: 720px;
}

}
.nav-tabs>li {
  
    font-weight: bold;

	
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ec1d25;
   
    background-color: transparent;
    border-top: 0px solid rgba(255, 255, 255, 0.0);
	border-right: 0px solid rgba(255, 255, 255, 0.0);
	border-left: 0px solid rgba(255, 255, 255, 0.0);
   	border-bottom:2px solid #cc0000;
	   margin-right:10px; 
}

.nav-tabs>li>a {
    background-color: transparent;
    border-top: 0px solid rgba(255, 255, 255, 0.0);
	border-right: 0px solid rgba(255, 255, 255, 0.0);
	border-left: 0px solid rgba(255, 255, 255, 0.0);
   	border-bottom:2px solid #cc0000;
	   margin-right:10px;
    color: #fff;
	text-transform: uppercase;
display: block;
    padding: 0px 2px 10px 2px;
}



.nav-tabs>li>a:hover {

color: #ec1d25;
background-color: transparent;
border-top: 0px solid rgba(255, 255, 255, 0.0);
	border-right: 0px solid rgba(255, 255, 255, 0.0);
	border-left: 0px solid rgba(255, 255, 255, 0.0);
   	border-bottom:2px solid #fff;
}

#login {

    background-color: #0f1417!important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 30%;v
  
}

#header {

     padding: 30px;
  
}
.loginform {
    height: 488px;
}

.form-basic h3 {

    color: #fff;

    border-bottom: 1px solid #ec1d25;


}

.btn-submit-cont .btn-submit {

    background-color: #ec1d25;

    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
 
}
.navbar-default {
    background-color: #000000;

	
	}

	.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #ec1d25;
    color: #ffffff;
}

.form-section-container {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0px;

}
.input-group.date {
    color: #444;
}