body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #272727;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

.SiteHeader {
	padding-top: 15px;
	background: rgb(238,0,0);
	background: -moz-linear-gradient(top,  rgba(238,0,0,1) 0%, rgba(189,1,1,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(238,0,0,1) 0%,rgba(189,1,1,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,0,0,1) 0%,rgba(189,1,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0000', endColorstr='#bd0101',GradientType=0 );
    padding-bottom:10px
}
.SiteHeader__tagline {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1), 2px 2px 0 rgba(0, 0, 0, 1);
    font-weight: bold;
}

:focus {
	outline: none !important
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #bf0101;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}

.market-telephones {
	color: white;
 	font-size: 17px;
 	line-height: 22px;
 	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
 	text-align: right;
 }

 .market-telephones p {
 	margin:0 0 0px;
 }


.SubNav {
    margin: 10px 0;
}
.SubNav__separator {
    border-top: 1px solid #48392d;
    margin: 10px 0 0;
}
.common-home .SubNav__separator {
    display: none;
}
.SubNav__item {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.SubNav__link:hover, .SubNav__link:focus {
    text-decoration: none;
    outline: none;
}
.SubNav__title {
    display: inline-block;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.SubNav__image {
    display: inline-block;
}
@media (min-width: 768px) {
    .SubNav__item {
        margin-top: 0;
        margin-bottom: 0;
    }
    .SubNav__item + .SubNav__item {
        border-left: 1px solid #272727;
        border-right: 1px solid #272727;
    }
    .SubNav__item:last-of-type {
        border: none;
    }
}


.Stores__list {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    text-shadow: 0 1px 1px #000000;
    font-weight: normal;
    margin-bottom: 0;
}

@media (min-width: 768px) {
  .Stores__list {
  	text-align: right;
  }
}
.Stores__name, .Stores__contact {
    font-size: 16px;
    line-height: 22px;
    text-shadow: 0 1px 1px #000000;
    font-weight: normal;
    color: #ffffff;
    margin: 0;
    display: inline-block;
}
.Stores__name:after {
    content: ':';
    margin-right:5px
}
@media (min-width: 768px) {
    .Stores__list {
        float: right;
    }
}


.logo-established {
	display: inline;
   	margin-top: 15px;
	margin-bottom: 15px;
	vertical-align: bottom;
}

@media (min-width: 768px) {
  .logo-established {
  	margin-bottom: 25px;
  }
}

.logo {
	display: inline-block;
}

/* search */
#search {
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
#search .input-lg {
	height: 35px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 16px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

.Search {
    display: table;
    border-collapse: separate;
    position: relative;
}
.Search__input {
    border:0;
    outline:0;
    background:white;
    line-height:35px;
    height:35px;
    margin:0;
    padding:0 45px 0 10px;
    font-size:16px;
    color: #bf0101;
}
.Search__input::-webkit-input-placeholder {
    color: #bf0101;
}
.Search__input:-moz-placeholder {
    color: #bf0101;
}
.Search__input::-moz-placeholder {
    color: #bf0101;
}
.Search__input:-ms-input-placeholder {
    color: #bf0101;
}

.Search__button {
    width:40px;
    display:block;
    position:absolute;
    top:0;
    font-size:16px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:35px;
    text-align:center;
    cursor:pointer;
    color: white ;
    background: #bf0101;
}
.Search__button:hover {
	background: #bf0101;
}
@media (min-width: 768px) {
    #menu .navbar-nav {
        float: none;
    }
    #menu .Nav__search {
        float: right;
    }
    .Search {
        position: absolute;
        right: 0;
    }
    .Search__button {
        background: rgb(55,55,55);
        background: -moz-linear-gradient(top,  rgba(55,55,55,1) 0%, rgba(20,20,20,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(20,20,20,1) 100%);
        background: linear-gradient(to bottom,  rgba(55,55,55,1) 0%,rgba(20,20,20,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#141414',GradientType=0 );
    }
    .Search__input {
        display: none;
    }
    .Search__input:focus, .Search__input:active {
        display: inline-block;
    }
    .Search__input--open {
        display: inline-block;
    }
    .Search__input--open + .Search__button, .Search__input:focus + .Search__button, .Search__input:active + .Search__button {
        background: #bf0101;
    }
}


.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #d74b4b;
}

.carpet-line {
	border-top: 1px solid #48392d
}

.welcome-heading {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 28px;
	color: #272727;
	font-weight: 500;
}

.welcome-text {
	font-size: 16px;
	line-height: 28px;
	color: #272727;
}

.times-home {
	text-align: center;
}

.small-banner-text, .large-banner-text {
	text-transform: uppercase;
	color: #272727;
	background: white;
	opacity: 0.65;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
}

.small-banner-text {
	position: absolute;
	padding: 15px 0px;
	margin: 0 15px;
	/* top: 63%; */
	bottom: 7%;
	width: 240px;
}

.small-banner-text.clearance {
    background: rgb(238,0,0);
    background: -moz-linear-gradient(top,  rgba(238,0,0,1) 0%, rgba(189,1,1,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(238,0,0,1) 0%,rgba(189,1,1,1) 100%);
    background: linear-gradient(to bottom,  rgba(238,0,0,1) 0%,rgba(189,1,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0000', endColorstr='#bd0101',GradientType=0 );
    opacity: 1;
}
.small-banner-text.clearance a {
    color: white !important;
}
.large-banner-text {
 	position: absolute;
 	padding: 15px 0px;
 	margin: 0 15px;
 	top: 75%;
 	width: 333px;
 }

.small-banner-text a, .large-banner-text a {
	color: #272727;
	width: 100%
}

.small-banner-text a:hover, .large-banner-text a:hover {
	color: #bf0101;
}

.small-banner-text span, .large-banner-text span {
	font-size: 18px;
	text-transform: capitalize;
	display: block;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */

.menu-bar {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#373737+0,141414+100 */
	background: rgb(55,55,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,55,55,1) 0%, rgba(20,20,20,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(20,20,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(55,55,55,1) 0%,rgba(20,20,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid black;
	border-bottom: 1px solid black
}

.navbar {
	margin-bottom: 0;
	border: none;
}

#menu {
	min-height: 35px;
}
#menu .nav > li > a {
	color: #fff;
    text-shadow: 1px 1px 5px #000;
    font-size: 16px;
	line-height: 35px;
	text-transform: uppercase;
	padding: 0 10px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li.clearance_nav {
    background: red;   
}
#menu .nav > li.clearance_nav > a:hover {
    color: black;   
}
@media (min-width: 768px) {
    #menu .nav > li > a {
        border-right: 1px solid white;
    }
}


#menu .nav > li:first-child > a {
	padding-left: 0
}

#menu .nav > li:last-child > a {
	padding-right: 0;
	border-right: none;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #BF0101;
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #B20000;
	border-color: white;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #B20000;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
    #menu .nav > li > a {
        text-transform: capitalize;
        font-size: 13px;
        padding: 0 8px;
    }
}
@media (min-width: 992px) {
    #menu .nav > li > a {
        text-transform: uppercase;
        font-size: 14px;
        padding: 0 13px;
    }
}
@media (min-width: 1200px) {
    #menu .nav > li > a {
        font-size: 17px;
        padding: 0 16px;
    }
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
.SiteFooter {
	margin-top: 30px;
	padding-top: 30px;
	background: #272727;
	color: white;
}
.SiteFooter hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
.SiteFooter a {
	color: #ccc;
}
.SiteFooter a:hover {
	color: #fff;
}
.SiteFooter__heading {
	font-size: 17px;
	line-height: 30px;
	color: #fff;
    font-weight: 600;
}
.SiteFooter__lists.row > div.col-sm-4:first-of-type li.footer-review-link,
.SiteFooter__lists.row > div.col-sm-4:nth-of-type(2) li.footer-review-link {
	display: none;
}
.SiteFooter__list--info {
	list-style: disc;
    padding-left: 15px;
    padding-right: 10px;
}
@media (min-width: 768px) {
    .SiteFooter__list--info {
        border-right: 1px solid #fff;
    }
}
@media (min-width: 992px) {
    .SiteFooter__list--connect li:last-of-type {
        margin-right: 0;
    }
}

.SiteFooter ul li a {
	font-size: 15px;
	line-height: 35px;
	color: white;
}

.SiteFooter ul li a:hover {
	color: #bf0101;
}

.no-padding-both {
	padding-left: 0;
	padding-right: 0; 
}

.no-padding-left {
	padding-left: 0
}

.no-padding-right {
	padding-right: 0;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.footer-footer {
	/* same as header.*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee0000+0,bd0101+100 */
	background: rgb(238,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,0,0,1) 0%, rgba(189,1,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(238,0,0,1) 0%,rgba(189,1,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(238,0,0,1) 0%,rgba(189,1,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0000', endColorstr='#bd0101',GradientType=0 ); /* IE6-9 */

	margin-top: 15px;
	border-top: 1px solid black;
}

.footer-footer p, .footer-footer span {
	margin: 5px 0px;
	font-size: 13px;
	line-height: 28px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}


.footer-images-block {
	margin-top: 30px;
}


#power-by {
	float: right;
}

#spartan {
	/* Websites, footer font colour */
	color: white;

	font-weight: 600;
	transition: all 0.3s ease;
}

a#spartan:hover {
	/* Spartan Purple */
	color: #723EA4 
}

/* Slider */
.slider-arrows {
	position: relative;
	z-index: 100;
	top: 290px; /* Half of slider height */
}

#slider-left {
	float: left;
	margin-left: -10px;
	position: relative;
	left: 20px;

}

#slider-right {
	float: right;
	margin-right: -10px;
	position: relative;
	right: 20px
}

.slider-left-second {
	margin-top: 14px;
}

.spacing {
	margin-top: 15px;
	margin-bottom: 15px;
}

.item a > img:hover {
	opacity: 0.75;
}

.heading-block {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#373737+0,141414+100 */
	background: rgb(55,55,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,55,55,1) 0%, rgba(20,20,20,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(20,20,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(55,55,55,1) 0%,rgba(20,20,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
	
	margin: 10px 0 15px;
	padding: 0 15px;
	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
	color: white;
	font-size: 18px;
	line-height: 35px;
	text-transform: uppercase;
}


/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color: transparent;
	padding-top: 0;
	margin-bottom: 5px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 25px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li > a {
	text-transform: uppercase;
	color: #272727;
	font-size: 15px;
	line-height: 28px
}
.breadcrumb > li > a:hover {
	color: #bf0101;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '>';
	display: block;
	position: absolute;
	top: -1px;
	right: -5px;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
}
.breadcrumb > li:first-child {
	padding-left: 0px
}
.breadcrumb > li:last-child {
	padding-right: 0;
}
.breadcrumb > li:last-child > a {
	color: #bf0101;
}
.breadcrumb > li:last-child:after {
	content: '';
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: none;
	transition: 0.3s ease all;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #c70100;
	border: 2px solid transparent;
    text-transform: uppercase;
}

.btn-primary:hover, .btn-primary.disabled, .btn-primary[disabled] {
	color: #272727;
	border: 2px solid #c70100;
	background: white;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active, .btn-primary.active {
	background: white;
	border: 2px solid #BF0101;
	color: #bf0101;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary.focus, .btn-primary:focus {
	background: white;
	border: 2px solid #BF0101;
	color: #bf0101;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background: white;
	border: 2px solid #BF0101;
	color: #bf0101;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}


.Slideshow__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px;
    margin: 0;
    background: rgb(238,0,0);
    background: -moz-linear-gradient(top,  rgba(238,0,0,1) 0%, rgba(189,1,1,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(238,0,0,1) 0%,rgba(189,1,1,1) 100%);
    background: linear-gradient(to bottom,  rgba(238,0,0,1) 0%,rgba(189,1,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0000', endColorstr='#bd0101',GradientType=0 );
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    font-size: 24px;
    text-shadow: 1px 1px 5px #000;
}

@media (min-width: 768px) {
    .Slideshow__caption {
        max-width: 75%;
        padding: 15px;
        line-height: 42px;
        font-size: 30px;
    }
}


.img-thumbnail {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.category-banner {
	margin-bottom: 15px;
}

.category-row,
.category-row-pagination {
	/* Same as Headings */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#373737+0,141414+100 */
	background: rgb(55,55,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,55,55,1) 0%, rgba(20,20,20,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(20,20,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(55,55,55,1) 0%,rgba(20,20,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
}

.category-row label {
	font-size: 17px;
	line-height: 35px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 0
}

#input-sort, #input-limit {
	margin-top: 5px;
	height: 25px;
	padding: 1px 16px;
	border: 0;
	border-radius: 0;
	color: #272727;
}

#input-limit {
	width: 50%;
	padding: 1px 5px;
}

.pagination {
	border-radius: 0;
	transition: 0.3s ease all
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #bf0101;
	background: transparent;
	border: none;
	transition: 0.3s ease all
}

.pagination>li>a, .pagination>li>span {
	color: white;
	background: transparent;
	border: 0;
	transition: 0.3s ease all
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #bf0101;
	background: transparent;
	border: none;
	transition: 0.3s ease all
}

.category-description {
	font-size: 16px;
	color: #141414;
	line-height: 28px;
}

.category-description h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
}

.Listings__heading {
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
}

/* product list */
.product-thumb {
	border: 0;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-size: 17px;
	line-height: 28px;
	color: #272727
}

.product-thumb h4 a {
	color: #272727;
}

.product-thumb h4 a:hover {
	color: #bf0101;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 90px;
	text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #272727;
	font-weight: bold;
	font-size: 17px;
	line-height: 28px;
}
.product-thumb .price-new {
	font-weight: 600;
    color: #EE0000;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	/*margin-left: 20px;*/
}
.thumbnails {
	/*margin-left: -20px;*/
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	/*padding: 5px;*/
	display: block;
	/*border: 1px solid #ddd;*/
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border: none;
}

.image-additional {
	max-width: 150px;
}

/* Product */
.Product__title {
    margin-top: 0;
}
.carpet-line-red {
	border-top: 1px solid #bf0101;
}

.prod-desc-row {
	margin-bottom: 10px;
}
@media (min-width: 768px) {
    .prod-desc-row {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .prod-desc-row {
        margin-bottom: 35px;
    }
}

.thumbnail {
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}

.product-description {
	font-size: 17px;
	line-height: 28px;
	color: #272727;
	display: inline-block
}

.product-heading {
	font-size: 17px;
	line-height: 28px;
	color: #bf0101;
	display: inline-block;
	margin: 0;
}

.carousel-heading {
	font-size: 22px;
	line-height: 38px;
	color: #272727;
	text-transform: uppercase;
	margin: 25px 0
}

.rp-arrows, .rv-arrows, .aimg-arrows {
	position: relative;
	z-index: 100;
	top: 135px; /* Half of slider height */
}

.rv-arrows {
	top: 106px;
}

.aimg-arrows {
	top: 75px;
}

#rp-left {
	float: left;
	position: relative;
	left: 0;
}

#rp-right {
	float: right;
	position: relative;
	right: 0;
}

#rp-left:hover, #rp-right:hover {
	cursor: pointer;
} 

.clear {
	clear: both;
}

.Listing__heading {
    margin-top: 0;
}

.control-label {
	font-size: 17px;
	line-height: 28px;
	color: #272727;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.Estimate {}
.Estimate .form-control {
    border-radius: 0;
}
.Estimate__obligation {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 32px;
    margin: 0;
}
.Estimate__enquiryButton {
    margin-right: 15px;
}
@media (min-width: 478px) {
    .Estimate__obligation {
        margin: 0 10px;
    }
}
@media (min-width: 768px) {
    .Estimate__obligation {
        font-size: 17px;
        margin: 0 5px
    }
}
@media (min-width: 992px) {
    .Estimate__obligation {
        margin: 0 10px
    }
}

#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.locations__div {
	position: relative;
    display: inline-block;
}


#enquiry-errors li{
	color:red;
	font-size:16px;
}
.parsley-errors-list {
    padding-left: 15px;
}
.parsley-errors-list li {
    color:#BF0101;
    font-size:16px;
}

#free_fitting_postcode_checker {
	text-align:center;
}

#free_fitting_postcode_checker label {
	font-size:16px;
}

.panel-title {
	text-align: center;
	font-size: 20px;
	color: #D80101;
}

.panel-body {
	text-align: center;
}

.form-control:focus {
	border-color: #C40101;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(196,1,1,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(196,1,1,.6);
}

main#content div.col-sm-7.clearance span.not-clearance {
	display: none;
}

/* Responsiveness */

@media (max-width: 1200px) {

	.small-banner-text {
		top: 40%;
		width: 190px;
	}

	.large-banner-text {
		top:68%;
		width: 266px;
	}
}

@media (max-width: 991px) {

	.small-banner-text {
		top: 12%;
		width: 134px;
		font-size: 16px;
	}

	.large-banner-text {
		top: 57%;
		width: 192px;
	}

}

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

	#menu #category {
		display: none !important;
	}

	.navbar-header {
		text-align: center;
	}
	#menu .btn-navbar {
		float: none;
	}

	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.navbar-nav {
		margin:7.5px 0;
		text-align: center;
	}

	.header-sub div {
		border-right:none;

	}

	.slider-arrows {
		top: 100px;
	}

	.no-padding-right img{
		margin-right:auto;
		margin-left:auto;
	}

	.no-padding-right {
		padding-right:15px;
	}

	.small-banner-text {
		left: 0;
	    right: 0;
	    margin: auto;
	    top: 66%;
	    width: 226px;
	    font-size: 20px;
	}

	.small-banner-text span, .large-banner-text span {
		font-size: 15px;
	}

	.large-banner-text {
		top: 53px;
		width: 158px;
		font-size: 22px;
	}

	#slideshow0 {
		margin-bottom:20px;
	}

	.category-row {
		display:none; 
	}

	#logo {
		text-align: center;
		margin: auto;
	}

	.market-telephones {
		text-align: center;
		margin-bottom: 10px;
	}

	.footer-footer {
		text-align: center;
	}

	#power-by {
		float: none;
	}

	.product-description {
		padding-left: 15px;
	}

}

.Testimonial__container {
    margin-left: auto;
    margin-right: auto;
}

/* Contact form modifications */
form#contact_us_form {
    width: 55%;
}

@media only screen and (max-width: 767px) {
    form#contact_us_form {
        width: 100%;
    }
}

div#menu_holder {
    display: flex;
    flex-direction: column;
}

div#menu_holder .menu {
    width: 100%;
}

ul.social {
    list-style-type: none;
}

@media (min-width: 640px) {
    div#menu_holder .menu {
        width: 50%;
    }
    div#menu_holder {
        flex-flow: row wrap;
    }
}

@media (min-width: 1024px) {
    div#menu_holder {
        flex-direction: row;
    }
    div#menu_holder .menu {
        width: 25%;
      	border-right: 1px solid white;
    }
  
   div#menu_holder .menu:last-child {
  	 border-right: none;
   }
}
div#menu_holder > div.menu:nth-of-type(1) li.footer-review-link,
div#menu_holder > div.menu:nth-of-type(2) li.footer-review-link {
    display: none;
}

.social_media img {
	margin-left: 20px;
    margin-bottom: 15px;
}

.awards img {
	margin-left: 15px;
}

/* Header Modifications */
#full_width_tag_line {
	background: rgb(55,55,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,55,55,1) 0%, rgba(20,20,20,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(55,55,55,1) 0%,rgba(20,20,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(55,55,55,1) 0%,rgba(20,20,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	color: white;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}

@media (min-width: 768px) {
  #full_width_tag_line {
  	margin-top: -15px;
  }
}

h2#site_tag_line {
	margin: 0 !important;
	color: white;
	font-size: 3.5em;
	font-weight: bold;
	display: inline-block;
}

h3.SiteHeader__tagline {
	margin: 0px 0px 4px 0px;
  	text-align: center;
}

@media (min-width: 768px) {
  h3.SiteHeader__tagline {
  	text-align: right;
  }
}
/* Products in Bed Category */
.bed_postcode_div {
	/* display: none; */
}