/* edit btn */
.html, body {
	height:100%;
}
.html {
	margin-top:0 !important;
	box-sizing:border-box;
	position:relative;
}
.html.active {
	padding-top:50px;
}
.bar-toggle {
	color:#666;
	cursor:pointer;
	font-size:1.4em;
	left:10px;
	position:fixed;
	top:10px;
	-moz-transition:top .3s ease-out;
	-ie-transition:top .3s ease-out;
	-webkit-transition:top .3s ease-out;
	transition:top .3s ease-out;
	z-index: 1;
}
.bar-toggle:hover {
	color:#000;
}
.html.active .bar-toggle {
	top:60px;
}
#ccm-toolbar, #ccm-main-nav, #ccm-system-nav {
	top:-50px !important;
}
#ccm-toolbar.active, #ccm-toolbar.active #ccm-main-nav, #ccm-toolbar.active #ccm-system-nav {
	top:0 !important;
}
.html, #ccm-toolbar, #ccm-main-nav, #ccm-system-nav {
	-moz-transition:all .3s ease-out;
	-ie-transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
#ccm-page-status-bar {
	bottom:7px;
	top:auto !important;
}




body{
	font-family:'Futura W01 Book';
	font-size: 16px;
	color: #000;
	background-color: #c8c7c7;
}

h1, h2, h3, h4, h5{
	font-family:'Futura W01 Heavy';
}

h2{
	font-size: 27px;
	color: #ea1d29;
}

h3{
	font-size: 21px;
}

h5{
	font-size: 18px;
}

a{
	color: #ea1d29;
}

/*=== header ===*/

.logo{
	margin-top: 35px;
	display: inline-block;
	*zoom: 1;
*display: inline;
}

.header{
	background-color: #231f20;
	border-bottom: 6px solid #ec1c24;
}

label{
	font-weight: normal;
}

.top-search {
    float: right;
    margin-right: 10px;
    margin-top: 32px;
    text-align: right;
    width: 200px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.header .search-field {
    background-color: transparent;
    background-image: url("../img/search.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: medium none;
    cursor: pointer;
    height: 27px;
    margin: 3px 0;
    padding: 2px 0 2px 34px;
    position: relative;
    transition: width 400ms ease 0s, background 400ms ease 0s;
    width: 0;
}
.header .search-field:focus {
    background-color: #fff;
    background-image: url("../img/search.png");
    border: 1px solid #ec1c24;
    border-radius: 3px;
    cursor: text;
    outline: 0 none;
    width: 100%;
}

.nav{
	background: url(../img/menu-background.png) repeat-x;
	height: 53px;
	border-radius: 5px 5px 0 0;
}

.nav li{
	display: inline-block;
	position: relative;
}

.nav > li > a{
    background-color: transparent;
    font-family:'Futura W01 Heavy';
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 14px 28px;
}

.nav > li > a:hover, .nav > li > a:focus{
	background-color: transparent;
	color: #ec1c24;
}

.nav > li .sub-menu{
	background-color: #5c5456;
    display: none;
    padding: 10px 28px;
    position: absolute;
    top: 52px;
    z-index: 999;
}

.nav > li .sub-menu a, .nav > li .sub-menu a:hover{
	color: #fff;
}

.nav > li:hover .sub-menu{
	display: block;
}

.nav > li .sub-menu li{
	padding-bottom: 5px;
}

/*=== Home ===*/

.carousel-inner .wrapper{
	position: absolute;
	padding: 60px;
	font-family: Arial, sans-serif;
	font-size: 17px;
    line-height: 1.1em;
	width: 100%;
}

.carousel-inner .wrapper .wrapper-inner{
	width: 480px;
}

.carousel-inner .wrapper h2{
	font-family:'Futura W01 ExtraBold';
	font-size: 34px;
	line-height: 1em;
}

.carousel-inner .position-left{
	top: 80px;
	color: #fff;
}

.carousel-inner .position-left h2{
	color: #fff;
	margin-bottom: 20px;
}

.carousel-inner .position-bottom{
	bottom: 0;
	color: #231f20;
}

.carousel-inner .position-bottom h2{
	color: #1a397a;
	margin-bottom: 20px;
}

.carousel-inner .position-bottom .ribbon{
	float: right;
}

.carousel-inner .position-bottom .wrapper-inner{
	margin-right: 200px;
}

.carousel-inner .position-bottom .view-more{
	float: right;
}

.main{
	padding: 30px;
	background-color: #fff;
}

.carousel-indicators{
	left: 0;
	width: 50%;
	margin-left: 60px;
	text-align: left;
}

.carousel-indicators li{
	background:url(../img/control.png) no-repeat transparent;
    border:0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 1px;
    text-indent: -999px;
    width: 21px;
}

.carousel-indicators .active{
	background-position: 0 -31px;
	background-color: transparent;
	width: 21px;
	height: 25px;
}

.home h2{
	color: #fff;
	margin-top: 0;
	line-height: 1em;
}

.drop-container {
    background-color: #fff;
    background-size: 100% auto;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
}

.drop-container .drop-label {
    display: inline;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 13px;
    overflow: visible;
    white-space: nowrap;
    width: auto;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.drop-container .drop-arrow {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    margin-left: 5px;
    position: absolute;
    right: 7px;
    top: 10px;
    width: 15px;
    background-position: 0 7px;
}

select.form-control {
    height: 32px;
}

.home-store-locator select, .tyre-selector > select {
    cursor: pointer;
    opacity: 0;
    outline: 0 none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    
}

.home-store-locator select, .home-store-locator input, .tyre-selector > select, .tyre-selector > input {
    border: 0 none;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 17px;
    height: 40px;
    margin-bottom: 10px;
    padding: 3px 12px 3px 10px;
    width: 100%;
    font-family: Arial, sans-serif;
}

.home-store-locator{
	background: url(../img/locator-background.jpg) repeat;
	min-height: 315px;
	padding: 32px;
	margin-bottom: 40px;
}

.home-store-locator p{
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
}

.container{
	box-sizing:content-box;
}

.nopadding{
	padding: 0;
}

.btn{
	padding: 8px 12px;
}

.btn.btn-a{
	background-color: #ea1d29;
	width: 100%;
	display: block;
	color: #fff;
	font-family:'Futura W01 Heavy';
	font-size: 15px;
	text-transform: uppercase;
}

.home-store-locator a.btn-a{
	margin-top: 20px;
}

.home .tyre-selector{
	background: url(../img/tyre-selector-background.jpg) repeat;
	min-height: 315px;
	padding: 32px 32px 10px;
	margin-bottom: 40px;
}

.tyre-selector p {
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 17px;
    margin-top: 20px;
}

.tyre-selector label{
	color: #ea1d29;
	font-family:'FuturaW01-BoldCondensed 774890';
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}

.tyre-selector .drop-container .drop-label{
	color: #fff;
}

.tyre-selector .drop-container{
	background-color: #616161;
}

.tyre-selector .drop-container .drop-arrow{
	background-position: 0 -7px;
}

.tyre-selector .btn-a{
	margin-top: 28px;
}

.home h3{
	color: #ea1d29;
	margin-top: 0;
}

/*.news{
	margin-top: 40px;
}*/

.news h2{
	color: #ea1d29;
	border-bottom: 1px solid #e6e6e6;
	line-height: 1em;
	padding-bottom: 20px;
}

.new-title{
	font-size: 18px;
	font-family:'Futura W01 Bold';
}

.more-news{
	color: #ea1d29;
	font-size: 16px;
    line-height: 1.2em;
}

.more-news:hover{
	color: #ea1d29;
}

.more-news img{
	margin-left: 10px;
}

.news-images{
	border: 1px solid #eee;
	padding: 15px;
}

.news-images img{
	margin: 0 auto;
}

/*=== Footer ===*/

.footer{
	background-color: #302d2e;
	padding: 30px;
}

.bottom-nav{
	list-style: none;
	display: block;
	float: left;
	margin-right: 75px;
	padding-left: 0;
}

.bottom-nav li a{
	color: #fff;
	font-size: 14px;
	font-family:'Futura W01 Bold';
	text-transform: uppercase;
	line-height: 1em;
	
}

.bottom-nav li{
	margin-bottom: 15px;
}

.bottom-nav ul.sub{
	padding-left: 0;
}

.bottom-nav ul.sub li{
	list-style: none;
	margin-bottom: 5px;
}

.bottom-nav ul.sub li a{
	font-family:'Futura W01 Book';
	font-size: 16px;
	text-transform: capitalize;
}

.copyright{
	text-align: right;
	color: #808080;
}

.login-button, .ccm-input-submit{
	color: #fff;
	padding: 6px 25px;
	border-radius: 3px;	
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-weight: bold;
	background-color: #808080;
}

.header .login-button{
	margin: 30px 0 35px;
	float: right;
}

.login-button:hover{
	color: #fff;
	text-decoration: none;
}

.footer .login-button{
	margin-bottom: 70px;
}

/*=== Tyre Categories ===*/

.top-banner{
	background-image: url("../img/header-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    width: 100%;
}

.heading h1{
	color: #fff;
	font-size: 34px;
	font-family:'FuturaW01-ExtraBoldObli';
	height: 220px;
	margin: 0;
	padding: 0 35px;
	vertical-align: middle;
	line-height: 1.5em;
	display: table-cell;
}

.product{
	margin: 30px 0 20px;
}

.product-logo{
	display: inline-block;
    margin-bottom: 30px;
    margin-right: 50px;
}

.product-heading{
	background: url(../img/sub-title-background.jpg) no-repeat;
	background-size: cover;
    height: 178px;
    width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding-left: 220px;
	padding-right: 50px;
}

/*.product-heading.default{
	background: url(../img/sub-title-background-default.jpg) no-repeat;
}*/

.product-heading img{
	position: absolute;
	left: 0;
	bottom: 0;
}

.product-heading h2{
	font-size: 36px;
	text-transform: uppercase;
	color: #ea1d29;
	font-family:'Futura W01 Bold';
	margin: 0;
	padding-top: 67px;
}

.product-heading h3{
	font-size: 24px;
	font-family:'Futura W01 Medium';
	color: #fff;
	margin: 0;
}

.product-heading .line-up{
	position: absolute;
	right: 0;
    background: url(../img/control.png) no-repeat 0 -29px;
    height: 25px;
    width: 21px;
    text-indent: -999px;
    overflow: hidden;
    bottom: 0;
}

.sidebar .tyre-selector{
	background: url(../img/sidebar-tyre-selector-background.jpg) no-repeat center bottom #000;
	padding: 25px;
}

.sidebar .tyre-selector h2{
	color: #fff;
	margin-top: 0;
}

.sidebar .tyre-selector p{
	margin-top: 10px;
}

.sidebar .tyre-selector .btn-a{
	margin-top: 25px;
}

.ccm-input-submit{
	margin-top: 20px;
}

.ccm-input-submit:hover{
	color: #fff;
}

.not-a-member{
	margin-top: 30px;
}

.ccm-input-text, .ccm-input-password, .ccm-input-captcha{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.ccm-input-captcha{
	width: 50%;
}

.fccm-input-text:focus, .ccm-input-password:focus, .ccm-input-captcha:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	margin-left: 0;
	position: relative;
}

.product-list-search-field select{
	background-color: #616161 !important;
	color: #fff;
	display: block;
	border: 0;
	height: 40px;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 10px;
}

.product-list-search-field select option{
	font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
}


.ccm-core-commerce-add-to-cart-container {
	border-top: 1px solid #231f20;
	padding: 20px 0;
}

.description{
	margin-top: 20px;
}

.ccm-paging-top{
	margin-bottom: 20px;
	color: #000;
	font-size: 12px;
}

/*=== Store Location===*/

.accordion-toggle {
    background: url("../img/cross.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border-top: 1px solid #e0e0e0;
    color: #ea1d29;
    display: block;
    font-size: 25px;
    padding: 15px 0;
}
.accordion-heading a:hover, .accordion-heading a:focus {
    text-decoration: none;
}

.accordion-group label{
	font-weight: bold;
}

.accordion-heading{
	font-family:'Futura W01 Heavy';
	font-size: 21px;
}

/*=== News ===*/

.ccm-page-post{
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

h3.ccm-page-list-title{
	color: #ea1d29;
}

.page-list-date{
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.home .ccm-page-list-description{
	margin-bottom: 10px;
}

.ccm-page-image{
	margin-bottom: 20px;
}

.btt{
	float: left;
	margin-top: 10px;
}

.product-more{
	display: none;
}

.product-more.active{
	display: block;
}

.black_size_rule {
    background-color: #000;
    border-bottom: 1px dotted #fff;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.black_size {
    background-color: #000;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.white_size {
    background-color: #fff;
    border-bottom: 1px dotted #000;
    color: #000;
    text-align: left;
    vertical-align: middle;
}

.grey_size {
    background-color: #ccc;
    border-bottom: 1px dotted #000;
    color: #000;
    text-align: center;
    vertical-align: middle;
}

.red_size {
    background-color: #e21f26;
    border-bottom: 1px dotted #000;
    color: #fff;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.dkgrey_size {
    background-color: #333;
    border-bottom: 1px dotted #000;
    color: #fff;
    text-align: left;
    vertical-align: middle;
}

.series-list{
	padding-left: 0;
}

.series-list li{
	border-right: 1px solid #ccc;
    display: inline-block;
    margin-right: 8px;
    padding-right: 11px;
}

.series-list li a{
	font-size: 14px;
}

.series-table td{
	padding: 4px;
}

/* ==========================================================================
   TYRES
   ========================================================================== */

h2.ccm-core-commerce-add-to-cart-product-name{
	margin-top: 0;
}

.view-order{
	margin-bottom: 40px;
}

.ccm-core-commerce-summary .ccm-paging-top{
	margin: 10px 0 20px;
	font-size: 13px;
	padding-top: 0;
	padding-bottom: 5px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}

.fn.ccm-core-commerce-add-to-cart-product-name {
    float: left;
    margin-right: 15px;
}

.clear{
	clear: both;
}

#email_form label.order-heading{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 19px;
	display: block;
}

.qty-col input{
	max-width: 45px;
    text-align: center;
}

.order-price{
	color: #ea1d29;
    font-weight: bold;
}

.is-required{
	color: #f00;
    font-weight: bold;
    padding-left: 5px;
}

#email_form .form-control{
	width: 95%;
	display: inline;
}

.sidebar-search-code{
	padding: 10px;
	border: 2px solid #EC1C24;
	margin-bottom: 33px;
}

.header .login-button.rightmargin{
	margin-right: 20px;
}

.btn-update{
    display: block;
    font-family: "Futura W01 Heavy";
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
}

.stock_level_si{
	float: left;
	margin-right: 10px;
}

/* ==========================================================================
   Contact
   ========================================================================== */

.sidebar .home-store-locator{
	padding: 25px;
}

.sidebar .home-store-locator h2{
	margin-top: 0;
}