/* Table of Content
==================================================
	#Site Styles
	#Customer Process
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

html, body{
	min-height: 100%;
}

body {
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #7db9e8 0%, #1e5799 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(99%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#1e5799 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7db9e8 0%,#1e5799 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7db9e8 0%,#1e5799 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #7db9e8 0%,#1e5799 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* Browsers for luddites */
}

#new-site-header{
	padding: 10px 160px;
	background: #1e5799;
	color:  #fff;
}

.new-site-header-message strong, .new-site-header-message p, .new-site-header-message a{
	color:  #fff;
	font-size: 14px;	
	line-height: 18px;
}

.new-site-header-message p{
	margin-bottom: 0;
}

.container{
	padding: 10px;
	background: #fff;
}

.header{
	overflow: hidden;
	position: relative;
}
#header-carousel{
	width:  100%;
	max-width: 520px;
	height: 225px;
	float:  left;
	position: relative;
	overflow: hidden;
}

.header-left, .header-right-image{
	float:  left;
}

.header-right-image{
	padding-top: 29px;
	text-align: center;

}

.trustpilot-widget{
	clear:  both !important;
	width:  100%;
	padding-top: 8px;
	display:  block;
	border-top:  1px solid #e1e1e1;
}

.main-content{
	background: #fff;
	position:  relative;
}

h1.site-logo{
	width: 140px;
	height: 130px;
	float: left;
	display: block;
	border: none;
	background-size: cover;
	background: #fff url('/assets/images/site/TSlogo.v1.jpg') no-repeat;
	background-position: center center;
	margin-top: 6px;
	margin-bottom: 0px;
}

#ts-banner-image-header{
    background-image: url('/assets/images/site/ts-headline.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	height: 127px;
	width: 100%;
}

.nav{
	background: #245493;
	width: 1040px;
	padding: 0;
	position: relative;
	overflow: visible;
}

.nav-before-flag{
	width:  45px;
	height:  38px;
	position:  absolute;
	top: 10px;
	left:  -45px;
}

.nav-after-flag{
	width:  45px;
	height:  38px;
	position:  absolute;
	top: 10px;
	right:  -45px;
}

#reg-search-main{
	width:  97%;
	height:  110px;
	margin: 0 auto;

	margin-top:  20px;
	margin-bottom: 15px;
	background-image: url('/assets/images/site/gb-flag.png');
	background-repeat: no-repeat;
		background: rgba(242,228,79,1);
		background: -moz-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,228,79,1)), color-stop(100%, rgba(209,195,67,1)));
		background: -webkit-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
		background: -o-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
		background: -ms-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
		background: linear-gradient(to bottom, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e44f', endColorstr='#d1c343', GradientType=0 );
	color:  #000000;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#reg-search-sml{
	background-image: url('/assets/images/site/gb-flag.png');
	background-repeat: no-repeat;
background: rgba(242,228,79,1);
background: -moz-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,228,79,1)), color-stop(100%, rgba(209,195,67,1)));
background: -webkit-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
background: -o-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
background: -ms-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
background: linear-gradient(to bottom, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e44f', endColorstr='#d1c343', GradientType=0 );
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	position:  relative;
	top:  2px;
	max-width: 190px;
}

.main-content div:first-child{
	margin-top: 0;
}

.sidebar div:first-child{
	margin-top:  0 !important;
}

.tyre-result-section{
	margin: 0 5px !important;
}

.sidebar #reg-search-main{
	width:  98%;
	height:  40px;
	margin: 0px 0px 14px 0px;
	background-image: url('/assets/images/site/gb-flag.png');
	background-repeat: no-repeat;
background: rgba(242,228,79,1);
background: -moz-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,228,79,1)), color-stop(100%, rgba(209,195,67,1)));
background: -webkit-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
background: -o-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
background: -ms-linear-gradient(top, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
background: linear-gradient(to bottom, rgba(242,228,79,1) 0%, rgba(209,195,67,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e44f', endColorstr='#d1c343', GradientType=0 );
	color:  #000000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#reg-search-main::-webkit-input-placeholder{
	color:  #000 !important;
}
#reg-search-main:-moz-placeholder{
	color:  #000 !important;
}
#reg-search-main::-moz-placeholder{
	color:  #000 !important;
}
#reg-search-main:-ms-input-placeholder{
	color:  #000 !important;
}

form small{
	position: relative;
	top: -8px;
	line-height: 2px !important;
}

.search-results-sidebar select{
	min-width: 80px;
}

.tyre-quantity-select{
	width:  50px;
	font-size: 14px;
	font-weight: bold;
}

.brand-list li{
	display:  inline;
}
.footer{
	background:#333;
	color: #e1e1e1;
	padding: 20px 10px;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6{
	color: #fff;
	border: none;
}

.footer li{
	margin:0px;
	padding:0px 12px;
}

.footer a{
	color:#e1e1e1;
	text-decoration: none;
	font-size: 11px;
}
.footer a:hover{
	color: #fff;
	text-decoration: underline;
}

dl{
	margin-bottom: 25px;
}

/**

Customer Process

**/

#customer-process-stages{
	list-style: none;
	margin: 0;
	padding: 0;
	height:  55px;
	line-height: 70px;
	margin-top: 5px;
	margin-bottom: 20px;
	background: #e1e1e1;
	border-bottom: 1px solid #c4c4c4;
	  border-left: 1px solid #ccc;
	 border-right: 1px solid #ccc;
	   border-top: 1px solid #e1e1e1;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	background: #e1e1e1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e1e1e1 0%, #cecece 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1e1e1 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1e1e1 0%,#cecece 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1e1e1 0%,#cecece 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1e1e1 0%,#cecece 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#cecece',GradientType=0 ); /* IE6-8 */

	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
			box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}

#customer-process-stages li{
	float:  left;
	position: relative;
	width:  16%;
	margin: 0;
	list-style: none;
	padding: 10px 2% 10px 2%;
	font-weight: bold;
	background: transparent url('/assets/images/site/journey-divider.png') right center no-repeat;
}

#customer-process-stages li:last-child{
	background: none;
}

.stage-number{
	width:  35px;
	height: 35px;
	margin-right: 5px;
	display:  inline-block;
	text-indent: -10000000px;
	background-size: cover;
}

.stage-01 .stage-number{
	background-image: url('/assets/images/site/reg.png');
}

.stage-02 .stage-number{
	background-image: url('/assets/images/site/tyres.png');
}

.stage-03 .stage-number{
	background-image: url('/assets/images/site/find-icon.png');
}

.stage-04 .stage-number{
	background-image: url('/assets/images/site/book.png');
}

.stage-05 .stage-number{
	background-image: url('/assets/images/site/checkout.png');
}

.active .stage-number{
	background-position: 0 35px;
	float:  left;
}
.stage-number{
	float:  left;
}

span.stage-text{
position: relative;
top: 8px;
}

.stage-03 .stage-text{
	top: 0px;
}

.active span.stage-text{
	color: #4586dc;
}

.cart-controls form{
	display:  inline-block;
	float:  left;
}

/**

End: Customer Process

**/

/* #Page Styles
================================================== */

/** Search Results / Product Display**/

dt {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
  color: #2b2b2b;
}
dd {
  margin: 0 0 0 110px;
  padding: 0 0 5px 0;
}



.google-maps {
    position: relative;
    height: 400px;
    position:  relative;
	top: 100;
    overflow: hidden;
    margin-bottom:  15px;
}
.google-maps img { max-width: none; }
.google-maps iframe {
    position: absolute;
    top: 100;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

li.tyre-search-result{
list-style: none;
height:  auto;
clear:  both;
display:  block;
}

.search-result-block{
	height:  auto;
	clear:  both;
	overflow: hidden;
	padding-top: 10px;
}


.rating-text{
	font-size: 90%;
}

.raty{
	position: relative;
	top: 3px;
}

.search-offers{
	display:  block;
	padding: 10px 10px;

	background:  #245493;
	color:  #fff;
	font-weight: bold;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.search-result-block-img{
	width:  100px;
	min-height: 210px;
	overflow:hidden;
}

.horizontal-result .search-result-block-img{
	min-height: 20px;
}


.search-result-block-img, .brand-listing-block img{
	float:  left;
}

.guarantee{
clear:  both;
width:  100px;
text-align: center;
float:  left;
}

.horizontal-result .guarantee{
	clear:  none;
	width:  50px;
	text-align: center;
	float:  left;
}

.search-result-block blockquote{
	clear:  both;
	width:  auto;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0 5px 0;
	padding: 5px;
	border: none;
}

.search-filter-sidebar{
	border-top: 1px solid #ccc;
}

.search-filter-sidebar li, #nav-sub li, .sidebar-list li{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
	margin: 0;
}

.sub-navigation a{
	text-decoration: none;
}

.search-filter-sidebar a, #nav-sub li a{
	text-decoration: none;
}

	.main-content li{
		padding: 5px 15px 5px 5px;
		margin: 0 0 0 30px;
		list-style: disc;
	}
	
	.main-content ol li{
		list-style: decimal;
		
	}
	
	li.tyre-result-section, li.tyre-search-result, .nav-holder li, .product-listing li{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.sidebar li{
	list-style: none;
	margin-left: 0;
	
	}
	
	.blog-archive li{
		padding: 5px 15px 5px 5px;
		margin: 0 0 0 30px;
		list-style: circle;
	}
	
	.blog-archive li a{
		text-decoration: none;
	}
	
.result-text li{
		padding: 5px 15px 5px 5px;
		margin: 0 0 0 30px;
		list-style: circle;
	}
	
	.nav-holder{
		height: 45px;
		width:  100%;
			margin: 0 auto;
			text-align: center;
			margin-bottom: 15px !important;
	}

.nav-holder a, .jp-previous, .jp-next, .nav-holder span{
	padding: 5px;
	height:  20px;
	min-width: 15px;
	text-align: center;
	display:  inline-block;
	float: left;
	margin-right: 6px;
	background: #e1e1e1;
	border-bottom: 1px solid #c4c4c4;
	  border-left: 1px solid #ccc;
	 border-right: 1px solid #ccc;
	   border-top: 1px solid #e1e1e1;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
			background: #e1e1e1; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  #e1e1e1 0%, #cecece 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #e1e1e1 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #e1e1e1 0%,#cecece 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #e1e1e1 0%,#cecece 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #e1e1e1 0%,#cecece 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#cecece',GradientType=0 ); /* IE6-8 */

	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
			box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	text-decoration: none;
	color:  #999;
	font-weight: bold;
	line-height: 20px;
}

a.jp-current{
background: #4586dc;
	color: #fff;
}

.tyre-symbol-logo{
	padding-left: 25px;
	display:  inline-block;
	margin-right:  10px;
}

.run-flat-logo{
	background:  url('/assets/images/general/rf.jpg') no-repeat;
}

.extra-load-logo{
	background:  url('/assets/images/general/xl2.jpg') no-repeat;
}

.bmw-logo{
	background:  url('/assets/images/symbols/bmw-35.png') no-repeat;
}

.mercedes-logo{
	background:  url('/assets/images/symbols/mercedes-35.png') no-repeat;
}

.porsche-logo{
	background:  url('/assets/images/symbols/porsche-35.png') no-repeat;
}

.jaguar-logo{
	background:  url('/assets/images/symbols/jaguar-35.png') no-repeat;
}

.symbol-logo {
  float: left;
  margin-right: 10px;
}

.result-text img{
	float:  none;
}

.result-text{
width:  250px;
float:  left;
margin-left:  5px;
padding-top: 10px;
padding-bottom: 10px;

}

.result-text table{
	margin: 20px 0 !important;
}

.horizontal-result .result-text{
	min-height: 1px;
}

.product-listing-block img{
	width:  15%;
	float:  left;
	margin-right: 2%;
}

.product-listing-block .result-text {
	width:  80%;
	float: left;
	height:  auto;
}

.eu-label{
	float:  left;
	margin-right: 5px;
}

.eu-label a{
	float:  left;
	margin-right: 5px;
}

.eu-label span{
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	width:  20px;
	height:  auto;
	display:  inline-block;
	background-size: contain;
}

.eu-fuel-number{
	text-indent: -10000px;
	position: relative;
	top: 10px;
}

label.fw-label{
	width: 80px !important;
	display:  inline-block;
}

.result-text h4, .result-text h5{
	font-size: 16px;
	padding: 0;
}

.rolling_resistance_A, .wet_grip_A{
	background: #fff url('/assets/images/site/tyre-label-a.jpg') no-repeat;
}
.rolling_resistance_B, .wet_grip_B{
	background: #fff url('/assets/images/site/tyre-label-b.jpg') no-repeat;
}
.rolling_resistance_C, .wet_grip_C{
	background: #fff url('/assets/images/site/tyre-label-c.jpg') no-repeat;
}
.rolling_resistance_D, .wet_grip_D{
	background: #fff url('/assets/images/site/tyre-label-d.jpg') no-repeat;
}
.rolling_resistance_E, .wet_grip_E{
	background: #fff url('/assets/images/site/tyre-label-e.jpg') no-repeat;
}
.rolling_resistance_F, .wet_grip_F{
	background: #fff url('/assets/images/site/tyre-label-f.jpg') no-repeat;
}
.rolling_resistance_G, .wet_grip_G{
	background: #fff url('/assets/images/site/tyre-label-g.jpg') no-repeat;
}


.eu-label a, .tyre-symbol-logo a{
	text-decoration: none;
	color:  #333;
}

.eu-panel-hovertext, .tyre-symbol-hovertext{
	width: 250px;	
	position: absolute;
	visibility:hidden;
	z-index: 100000000;
}

.eu-label a:hover .eu-panel-hovertext, .tyre-symbol-logo a:hover .tyre-symbol-hovertext{
	visibility: visible;
}


.result-buy{
float:  right;
width: 230px;
	padding: 10px;
	position:  relative;
	background: #ececec;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.horizontal-result .result-buy{
	float:  right;
}

.result-labels{
	clear:  both;
	overflow: hidden;
	margin: 0 auto;
	margin-top:  10px;
}

.tyre-qty{
	display:  inline-block;
}

.tyre-price{
	width:  55%;
	float:  right;
	text-align: right;
}

.tyre-price strong{
	display: block;
	font-size: 24px;
	line-height: 32px;
}

.result-buy button{
	clear:  both !important;
	width:  100%;
	margin-top: 25px;
}

ul.search-results{
	list-style: none;
	padding: 0;
}

.search-results li{
	overflow: hidden;
	width:  100%;
}

.search-results .result-buy{
	width:  45%;
	clear:  none;
	float:  right;
}

td .form-row{
	margin: 0;
	padding: 0
}

#online_enquiry_form textarea{
	width:  calc(100% - 10px);
}

/** Breadcrumbs **/

.breadcrumbs li{
	display:  inline-block;
	margin-left:0;
}

.breadcrumbs a{
	text-decoration: none
}


/**  Table Styles**/


table a:link {
	color: #4586dc;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-size:12px;
	background:#eaebec;
	width:  100%;
	margin: 15px 0;
	border:#ccc 1px solid;
	   -moz-border-radius:3px;
	-webkit-border-radius:3px;
			border-radius:3px;

	   -moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
			box-shadow: 0 1px 2px #d1d1d1;

}



caption{
	text-align: left;
	padding-bottom:  6px;
}


table th {
	padding:11px 15px 12px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
		-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
			border-top-left-radius:3px;
}
table tr:first-child th:last-child {
		-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
			border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:10px 15px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	font-size: 14px;
}

table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {}
table tr:last-child td:first-child {
		-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
			border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
		-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
			border-bottom-right-radius:3px;
}

thead td{
	background: #999 ;
	color: #fff;
	font-weight:  bold;
	font-size: 120%;
}

table.blank-table{
	width:  auto;
	border:  none;
		   -moz-border-radius:0px;
		-webkit-border-radius:0px;
				border-radius:0px;
	
		   -moz-box-shadow: none;
		-webkit-box-shadow: none;
				box-shadow: none;
				margin: 0;
				margin-bottom: 15px;
}

.sidebar-results-table{
	width:  100% !important;
}


table.blank-table td{
	border: none;
	background: #fff;
	padding: 0;
	text-align: left;
	padding-right:  10px !important;
}

.result-text .blank-table{
	margin: 0 !important;
}

.result-text table tr td{height:;}

.cart-quantity{
	margin: auto;
}

.alert a.how-to-check {
  width: 50px;
  font-size: 11px;
  line-height: 12px;
  display: block;
  text-align: center;
	color: #000;
  background: url("/assets/icn-info.png") no-repeat top;
  padding-left: 20px;
  position: absolute;
  right: 5px; 
  top: 10px;
  background-position: 6px;
  /* background-position-x: -10px; */
  font-weight: normal;
}


/** Calendar Table / Date Picker **/

.clndr-table .inactive .day-contents {
color:  #999;
}
.clndr-table .active{
}

.clndr-controls{
	display: table;
	width:  100%;
	margin-bottom: 5px;
}

.clndr-controls *{
	display: table-cell;
}

.clndr-control-button {
	width:  50px;
	height:  30px;
	position: relative;
	padding: 2px 0;
}

.clndr-control-button span{
	width: 50px;
	height:  30px;
	position:  absolute;
	top: 0px;
}

.clndr-controls .month{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.clndr-previous-button{
	background: transparent url('/assets/images/site/prev-next-arrows.png') 3px 0px;	
	text-indent: -10000px;
	background-color: #999;
	padding-bottom: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.clndr-next-button{
	background: transparent url('/assets/images/site/prev-next-arrows.png') 47px 0px;	
	text-indent: -10000px;
	background-color: #999;
	padding-bottom: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.clndr-table tr td:first-child{
	text-align: center !important;
}

.clndr-table td.day{
	background: #4586dc;
	padding: 0;
}

.clndr-table td.day.today{
	background: #e1e1e1;
}

.clndr-table td.inactive{
	background: #fff;
}

.day-contents{
	cursor: pointer;
	padding: 10px;
	color:  #fff;
	font-weight: bold;
}

.day-contents:hover{
	background: #999999;
}

.inactive .day-contents:hover{
	background: #fff;
}

.clndr-table td.active{
	background: green !important;
}

.fitting-time{
	margin-top: 90px;
}

/**  Login / Registration **/

.user-login-block{
	width: 250px;
	margin: 0 0 15px 15px;
	padding: 10px;
	float:  right;
	background: #94b6e4;
	display:  block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.user-login-form{
	width: 350px;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #94b6e4;
	display:  block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.user-login-form input{
	width: calc(100% - 10px);
}

.user-login-block button, .user-login-form button{
	width:  100%;
}

.user-login-block p, .user-login-form p{
	color:  #fff;
	font-size: 14px;
	margin: 0 0 5px 0 ;
	font-weight: bold;
}

.user-login-block a{
	font-weight: bold;
}

.profile-search-history{
padding: 2px 0;
border-bottom: 1px solid #ccc;
}

.profile-search-history:last-of-type{
	border: none;
}

.profile-search-history a{
	text-decoration: none;
}

.light-display{
	color: #999;
}

.ui-accordion-content{
height:  auto !important;
}

.ui-accordion h6{
	display:  block;
	padding: 6px 0;
	outline: none;
	position: relative;
	border-bottom: 1px solid #ccc;
	min-height:  45px;
}

.ui-accordion h6:hover{
	cursor: pointer;
}

.accordion-line{
	margin: 0 10px 10px 0;
	padding: 5px;
}

#filter-toggle{
	display:  block;
	cursor: pointer;
}

/**  Product Page Tabs**/

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
    margin: 0;

}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 0;
    padding: 0;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
        list-style: none;
        
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
color:  #333;
    padding: 10px;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #4586dc;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.tab-content {
	padding: 15px;
    display: none;
}

#tab-1 {
 display: block;   
}

.customer-reviews h6{
	text-transform: capitalize;
}

/** Blog / Article styles **/

.blog-listing li{
display: block;
clear:  both;
overflow:  hidden;
padding-bottom: 15px;
border-bottom: 1px solid #ccc;
}



.blog-listing li img{
	max-width:  300px;
	width:  auto;
	display:  inline-block;
	float:  left;
	margin-right:  15px;
}


/**  Utility Classes**/

.panel{
	padding:10px;
	margin: 25px 0 25px 0;
	background: #fff;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
			box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
			display:  block;
}

.bg-panel{
	padding:5px;
	margin: 10px 0 25px 0;
	background: #e3ecf8;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
			display:  block;
			font-weight: bold;
}

.model-selector{
	margin-top: 15px !important;
	background:  #f2fae3;
}

.model-selector button{
	float:  right;
}

.coupon-code{
	clear:  both;
	overflow: hidden;
}

.coupon-code button{
}

.uppercase {
text-transform: uppercase;
}
.promo-title {
	float: left;
	padding-top: 3px;
	margin-right: 10px;
}
.promo-form input[type="text"] {
	float: left;
	margin-right: 10px;
}
.promo-form button {
	margin-top: -2px;
}
.panel-blank{
	padding:10px;
	margin: 15px 0 15px 0;
	overflow: hidden;
}

.alert{
	padding:10px;
	margin-bottom:  10px;
	background: #cc3300;
	color:  #fff;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
			position:  relative;
}

.alert-safe{
	background: #f2fae3;
	color:  #659f13;
	border: 1px solid #ccc;
}

.alert span{
	max-width:  70% !important;
	display: inline-block;
}

.alert a{
	color:  #fff;
}

.error-list{
	list-style: none;
}

.error{
	color:  #fff !important;
	list-style:  none !important;
}

.main-content .search-cta{
	min-height: 275px;
	overflow: hidden;
	position: relative;
}

.sidebar .search-cta{
	position: relative;
	overflow: hidden;
	min-height: 170px;
}

.search-cta button{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.homepage-cta-blocks .search-cta button{
	width:  25%;
}


.form-row{
	margin-top: 6px;
	margin-bottom: 2px;
	width: 100%;
	vertical-align: middle;
	line-height: 38px;
}



.form-row script{
	display:  none !important;
}

.form-row:before,
.form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}

#newSearch span{
	display: inline-block;
}

#newSearch span select{
	min-width: 60px;
	display: inline-block;
}

.search-check p{
	font-size: 14px;
	line-height:18px;
}
a.how{
	padding-bottom: 29px;
	display: block;
}

.no-margin-top{
	margin-top: 0;
}

.margin-bottom{
	margin-bottom: 10px;
}
/*
 * Vertical gutter
 */
.form-row + .form-row {
  margin-top: 15px;
}

.form-row input, .form-row select, .form-row button{
	display: inline-block;
}

.lp-reg, .lp-sizesearch {
	margin-top:  15px !important;
	min-height: 240px;
} 

.lp-reg #reg-search-main{
	margin: 7px;
}

.lp-sizesearch select{
	max-width: 52px;
}

.form-row input{
	max-width: 96%;
	display: inline;
	color:  #000 !important;
	opacity:  1 !important;
}

.panel input{
	max-width:  100%;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
    opacity: 1 !important;
}

.align-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.align-left{
	text-align: left
}

.align-right{
	text-align: right
}

.float-left{
	float: left
}

.float-right{float:right;}

.float-none{
	float: none;
	clear: both;
}

button, .button{
	outline: none;
	font-size: 14px;
}

.button-primary, .button-success{
	background: #2ca732; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjYTczMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjdmMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2ca732 0%, #227f25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ca732), color-stop(100%,#227f25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2ca732 0%,#227f25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2ca732 0%,#227f25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2ca732 0%,#227f25 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2ca732 0%,#227f25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca732', endColorstr='#227f25',GradientType=0 ); /* IE6-8 */	
	color: #fff;
	border-color: #666;
}

.button-blue{
	background: #7db9e8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTdjZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #7db9e8 0%, #2a7cd3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(100%,#2a7cd3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#2a7cd3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7db9e8 0%,#2a7cd3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7db9e8 0%,#2a7cd3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7db9e8 0%,#2a7cd3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#2a7cd3',GradientType=0 ); /* IE6-8 */
	border: 1px solid #666;
	color:  #fff;
	
}


.button-danger{
	background: #cc3300;
	color:  #fff;
	border-color: #cc3300;
}

a.button{
	color:  #ffffff !important;
}



/**  Homepage **/

.homepage-blocks-wrapper{
	position:  relative;
	left: -10px;
	clear:  both;
	overflow: hidden;
	padding: 15px 10px 10px 10px;
	width: 100%;
	background: #4686d8 url('/assets/images/site/springBG.jpg') no-repeat top center;
}

.homepage-blocks-wrapper .search-cta{
background: #ffffff;
}

.homepage-blocks-wrapper h4{
	color:  #fff;
	margin: 0;
	padding: 0;
}

.homepage-blocks-wrapper .search-cta h4, .big-blue{
	background:  #245493;
	font-size: 18px;
	width:  auto;
	margin: 0px 0px 15px 0px;
	display: table;
	text-align: center;
	padding: 6px 6px 10px 6px;
	display:  block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:  #fff;
}


.div-banner{
	width:  auto;
	height:  45px;
	margin: 15px 0px;
	display: table;
	background:  url('/assets/images/site/banner-img.jpg') no-repeat;
	text-align: center;
	line-height: 43px;
	color:  #fff;
	font-weight: bold;
	position:  relative;
}

.tyre-guy{
	position:  absolute;
	top: -35px;
	left: 40px;
}

.manufacturer-logos{
	padding-top:  30px;
	margin-bottom:  30px;

}
.manufacturer-logos li{
	display:  inline-block;
	margin: 0;
	list-style: none;
	margin-right: 5px;
	vertical-align: middle
}

.centre-search{
	background: #99b3cd url('/assets/images/site/map-bg2.jpg') no-repeat top right !important;
	background-size: contain;
}

.centre-search button{
	display: inline-block;
}

.make-model-cta{
	background: #99b3cd url('/assets/images/site/tyre-bg.jpg') no-repeat !important;
}

.make-model-cta select{
	width:  68px;
	display:  inline-block !important;
}

.man-cta{
	background: #99b3cd url('/assets/images/site/manufacturer-bg.jpg') no-repeat !important;
}

.rev-cta{
	background: #aaaaaa;
	background-size: cover !important;
	margin: 30px 0 !important;
}

.rev-cta, .rev-cta h1, .rev-cta h2, .rev-cta h3, .rev-cta h4, .rev-cta h5, .rev-cta h6 {
	color: #fff;

}

.tyre-size-cta select{
	padding: 3px;
	font-size: 14px;
}


.fitting-centre-search-block{
		-webkit-border-radius: 6px;
		   -moz-border-radius: 6px;
				border-radius: 6px;	
		-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
		   -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
				box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
				display:  block;
				overflow: hidden;
				height: 400px;
}

.fitting-page-cta{
	margin:  0 !important;
	width:  30%;
	height: 400px;
	display:  inline-block;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	background-position: right bottom !important;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-size: 300px  !important;
}

.fitting-page-cta input{
	width:  100%;
}

#initial-text{
	width:  70%;
	height: 400px;
	display: inline-block;
	overflow:  hidden;
	background: #fff url('/assets/images/site/national-tyres-branch.jpg') no-repeat;
	background-size: cover;
	/** opacity: 0.55; **/
}


#initial-text.no-bg-img{
	background: none !important;
}



#popup-warning{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width:  100%;
	height: 100%;
	z-index: 10000000000000 !important;
}

.popup-content {
	position: absolute;
	border: 1px solid #999999;
	width: 50%;
	max-width:  600px;
	padding: 15px;
	margin: 0 auto;
	text-align:center;
	background-color: #fff;
	border-radius: 7px;
	top:  25%;
	left: 0;
	right: 0;
	z-index: 100000000000000 !important;
}

.popup-content.how-to-check-window{
	width: 300px !important;
}
.popup-content.how-to-check-window iframe{
	border:  1px solid #666 !important; 
}

#popup-warning hr{
	margin: 5px 0;
}

#popup-warning button {
  display: block;
  margin: auto;
  margin-top: 16px;
}

div.ratings div.outer {
	position: relative;
	background-color: #b8d0eb;
	width: 100%;
	margin: 0 0 3px 0;
}

div.ratings div.rleft {
	background-color: #609DE1;
	color: #FFFFFF;
	border-right: 3px solid #f8f8f8;
	padding: 3px 0 3px 0px;
}

div.ratings div.score {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000000;
	padding: 3px 0px 3px 0;
}

.ratings span{
	padding: 0px 6px;
	font-weight: bold;
}

.trustpilot-block-new{
	clear:  both;
	margin: 0 auto;
	width:  100%;
	text-align: center;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	body{
	overflow-x: hidden;
	}
		
		.footer{
			padding: 20px 10px;
		}

		.stage-text, .nav-before-flag, .nav-after-flag{display: none;}
		.search-results .result-buy{
			width:  auto;
			clear:  both;
			float:  none;
		}
		
		.nav{
			width:  100%;
			position: fixed;
			top: 0;
			z-index: 10000;
		}
		
		
		.header{
			padding-top: 70px !important;
		}
		
		.alert span{
			max-width:  95% !important;
			font-size: 12px;
		}
		
		/**  Search Results **/
		
		.result-buy, .horizontal-result .result-buy{
		width: 170px;
		}
		.search-result-block-img{
			width:  100px;
			min-height: 100px;
		}
		
		.tyre-price strong{
			font-size: 16px;
		}
		
		.result-text{
		width:  190px;
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		
		}
		
		.nav-holder a, .jp-previous, .jp-next, .nav-holder span{
			padding: 1px;
			font-size: 11px;
		}
		
		.result-buy button{
			margin-top: 0px;
		}
		.hider{
			display: none !important;
		}
				
		#customer-process-stages{
			display:  none;
		}
		
		#reg-search-main{
			height: 80px;
			margin: 20px 0;

		}

		.tyre-size-cta img{
			width: 75%;
		}
		
		.alert a.how-to-check{
			display:  none;
		}
		
		.tp-image-2{
			display:  none !important;
		}
		
		.search-results-sidebar{
			position: relative;
			top: -15px;
		}
		
		#filter-toggle{
			margin: 0;
			padding: 0;
			text-align: center;
		}
		.coupon-code input{
			width:  calc(100% - 10px);
			margin: 10px 0px !important;
		}

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.tyre-result-section{
			width:  99% !important;
		}
		
		/** Fitting Centre **/
		
		.fitting-page-cta p{
			font-size: 14px;
		}

		.hider{
			display: none !important;
		}
		
		
		.eu-panel-hovertext{
			display:  none;
		}
		
		#new-site-header{
			display:  none;
		}
		
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.nav{
			width:  100%;
			position: fixed;
			top: 0;
			z-index: 10000;
		}
		
		.header{
			padding-top: 54px;
	        padding-left: 10px;
	        padding-right: 10px;
		}
		.header-left{
	        float: none;
		}
		
		h1.site-logo{
			background: #fff url('/assets/images/site/TSlogo16.jpg') no-repeat;
			margin-top: 0px;
	        margin-bottom: 0px;
	        width: 100%;
	        
	        background-position: center center;
	        background-size: contain;
	        padding-right: 0px;
	        padding-left: 0px;
	        margin-left: -10px;
	        padding-top: 0px;
		}
		
		.header-right-image{
	        padding-top: 0px;
	        width: 100%;
	        text-align: center;
	    }
		#ts-banner-image-header{
			display:  none !important;
		}
		
		#customer-process-stages{
			display: none;
		}
		
		.homepage-blocks-wrapper{
			padding: 10px;
		}
		
		.homepage-blocks-wrapper .panel, .homepage-blocks-wrapper .panel-blank{
			margin: 5px 0;
		}
		
		.main-content .search-cta{
			min-height: 210px;
		}
		
		.search-cta{
			min-height: 200px;	
		}
		
		#reg-search-main{
			margin: 10px auto;
			height: 50px;
		}
		
		.rev-cta{
			width:  calc(100% - 40px);
			margin: 10px 0 !important;
		}
		
		.hider{
			display: none !important;
		}
		
		.fitting-time{
			margin-top: 10px;
		}
		
		table th, table td {
			padding:1px !important;
			word-wrap: break-word;
		}

		td .day{
			background: #666!important;
		}
		
		
		#order-summary{
			table-layout: fixed;
		}
		
		#order-summary td{
			font-size: 11px;
		}		
		
		#search-filter-list{
			display: none;
		}
		
		.user-login-block{
			margin: 0;
			width: calc(100% - 20px);
		}
		
		/** Fitting Centre **/
		
		.fitting-centre-search-block{
			height:  auto !important;
		}
		
		.fitting-page-cta{
			margin: 0 !important;
			float:  none;
			width:  100%;
			height:  auto !important;
			-webkit-border-radius: 6px;
			-webkit-border-bottom-right-radius: 6px;
			-webkit-border-bottom-left-radius: 6px;
			-moz-border-radius: 6px;
			-moz-border-radius-bottomright: 6px;
			-moz-border-radius-bottomleft: 6px;
			border-radius: 6px;
			border-bottom-right-radius: 6px;
			border-bottom-left-radius: 6px;
			background-size: 300px  !important;
			background-position: -220px 190px !important;
		}
		
		.fitting-page-cta p{
			font-size: 14px;
			margin-bottom: 5px;
		}
		
		#initial-text, .google-maps, #map-canvas {
			clear:  both;
			display:  none !important;

		}
		
		.bag-man-fitting{
			display:  none;
		}
		
		
		/**   Form Fixes **/
		
		.tyre-size-cta select{
			width: 45%;
			margin-right: 5%;
			float:  left;
		}
		
		.scroll-to-location{
			display: block;
			position: relative;
			top: -70px;
			visibility: hidden;
		}

		
		.eu-panel-hovertext{
			display:  none;
		}
		
		.sidebar-search{
			margin: 0;	
		}
		
		button, .button{
			outline: none;
			font-size: 12px;
			padding: 5px;
		}
		#new-site-header{
			display:  none;
		}
		


	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	}