/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {overflow-x:hidden;}
h2{
color:#c0301f;
} 
.prizegiving {
 background: #C64535;padding: 20px;margin-bottom: 20px;width: 44%; 
}
ul.nav li ul li a {
    padding-left: 16px;
    padding-bottom: 10px;
    height: 25px;
    text-align: center;
}
.fixed-header nav, .fixed-header header.head {
    position: fixed;
    z-index: 1000;
    background: #FFF;
    border-bottom: 1px solid #C64535;
}
h2.homenews {text-align: center;font-size: 18px;padding-bottom: 20px;font-weight: bold;margin-top:-8px;color: black;}

.newstickerwhite a { color: #FFF;}
#main-content .runnerstext {margin-top: 10px;margin-bottom: 5px;}
.itabclick {background: #C64535;color: #FFF;padding: 8px;}
a.itabclick {color: #FFF;}

h2#logoawards {font-weight: bold;font-size: 25px;margin-top: 5px;text-align: center;}
.video {
  width: 100%    !important;
  height: 350px;
}
.video2 {
  width: 100%    !important;
  height: 158px;
}

html,body {
	margin:0;
	padding:0;
	height:100%; 
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {                                                                      
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	/*width:190px;*/
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
#gallery {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#gallery li {
    float: left;
    margin: 0 15px 8px 0;
}
caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;

	
}





.littletable td{
text-align:center;
border:1px solid #ccc;
}

#main-content h3{
font-size:19px;
font-weight:700;
color:#436c9b;

}

.leftitem_container{

margin-right:2%;
}

.left_item{

clear:both;
padding-right:5%;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	text-decoration:none;

}
p a {

	/*text-decoration: underline;   */
}


.green, #header h1.green{
background:#64b091;
 color:#fff;
}


.orange{
background:#e58840;
 color:#fff;
}


.red{
background:#c0301f;
 color:#fff;
}


/* Article CSS ===================================================================*/

 .articlethumb-single{
 
 display:block;
 height:50px;
 margin:5px 0;
 }
 
 
.articlethumb-single a{
color:#64b091;
font-size:15px;

}

.article-mainimage{

margin:5px 18px 15px 0 !important;


}

.arth2{

background:none !important;
font-weight:700!important;
text-align:center!important;
color:#000!important;
width:auto !important;
}

.article-thumbnail{
width:50px;
margin:5px;
}


/* Global CSS ===================================================================*/

/*@font-face {
    font-family: 'futura-medium_italicregular';
    src: url('../fonts/futura_bdcn_btbold_italic-webfont.eot');
    src: url('../fonts/futura_bdcn_btbold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_bdcn_btbold_italic-webfont.woff2') format('woff2'),
         url('../fonts/futura_bdcn_btbold_italic-webfont.woff') format('woff'),
         url('../fonts/futura_bdcn_btbold_italic-webfont.ttf') format('truetype'),
         url('../fonts/futura_bdcn_btbold_italic-webfont.svg#futura-medium_italicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}  */

body {
	font-family: 'Nunito', Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
/*	background-color: #3c1486;  */
}

.clearfix {
	clear:both;
	width: 100%;
	height: 0.01px;
}

a:hover{
/*	text-decoration:underline;   */
}
p {
	margin-top: 18px;
	color: #000;
}
a{
color:#000;

}

 /*Article CSS   ========================================================================*/
 
 .updated{

 }
 

/* Shop CSS ========================================================================*/


.product-single{
 width:20%;
 float:left;
  margin-top: 18px !important;

}
 .cart-content h1{
background: #64b091 !important;
color:#fff;
}

.product-flag{

text-align:left;
color:#e58840;
}
    

.section-product-title a, .prices{
color: #64b091;

}



.thumbnail-holder{

margin:5px 0;

}






/* Table CSS ======================================================================*/
table{
 border-collapse:collapse;
 }

/* Wrapper CSS ===================================================================*/
#body-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

/* Header CSS ===================================================================*/
#header {
	width: 100%;
    height: 16.1%;
	
}
#header .wrapper {
	background: none;
}
#header .wrapper > img{
	width: 100%;
}
a.logo {
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 0;
}
a.logo img {
	position: relative;
	margin: 0;
	width: 485px;
  z-index: 1000;
}

.socialshome {
    position: absolute;
    right: 229px;
    top: 11px;
    z-index: 1000;
}
.socialshome a {
	padding-right: 10px;
}


.socials {
	position: absolute;
	left: 30px;
	top: 20px;
  z-index:1000;
}
.socials a {
	padding-right: 10px;
}

.video-wrapper {
	position: absolute;
	bottom: 8px;
	right: 43px;
	background: #c0301f;
	width: 375px;
  z-index:1000;
}
.video-wrapper::after {
	display: block;
	content: '';
	position: absolute;
	right: -23px;
	width: 23px;
	height: 170px;
	background:url(../images/vid-right.png) right center no-repeat;
}

.video-wrapper .video {
	float: left;
	width: 72%; 
}
.video-wrapper .video img{
	width: 95%;
	position: relative;
}
.video-wrapper p {
	float: right;
	font-size: 15.5px;
	 width: 26%;
	color: #fff;
	margin: 0;
	padding-top: 5px;
margin-top: 45px;
}



.ticker{
 background:#ff0000;


}
.bxslider li{
width:auto !important;
}

.newsticker li{
width:auto !important;
color:#fff;
border-right:1px solid #021A8B;
font-weight:700;
padding:5px 50px 5px 50px;
margin:5px 0 5px  0;
text-transform:uppercase;
text-align:center;
font-style:italic;
}
.tickerwrapper{
width:100%;background:#C0301F;
 padding-bottom:1px;
 height:35px;
 overflow:hidden;
 
-webkit-box-shadow: 10px 10px 13px -4px rgba(0,0,0,0.38);
-moz-box-shadow: 10px 10px 13px -4px rgba(0,0,0,0.38);
box-shadow: 10px 10px 13px -4px rgba(0,0,0,0.38);
}

/* Navigation CSS ===================================================================*/
/*#nav-wrapper {
	clear: both;
	width: 100%;
} */
#nav-wrapper .wrapper {
	background: none;
}

ul.nav {
	margin: 0 auto;
}

ul.nav li:nth-child(2) {color:purple;}


ul.nav li {
	float: left;
	position: relative;
	text-align: center; 
}
ul.nav li a {
height: 55px;
	line-height: 18px;
	/*font-size: 12.6px; */
  font-size: 13px;
	float: left;
	font-weight: 500;
	color:#fff;
	text-decoration:none;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
	/*background: #c0301f;*/
} 
/*ul.nav li a::after,
ul.nav li a::before {
	display: block;
	float: right;
	content: '';
	width: 10.8px;
	height: 40px;
	background: url(../images/menu-right.png) center right no-repeat;
} */







ul.nav li a::after{

}

/*ul.nav li a::before {


	float: left;
	background: url(../images/menu-left.png) center left no-repeat;
} */



/* Hack for Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
ul.nav li a::after, ul.nav li a::before {

background:none;
}

}  
  
  




/*Fix Firefox issues*/
@-moz-document url-prefix() {
ul.nav li a::after{
z-index:0;

 margin-top:-40px;   
}
ul.nav li a::before {
z-index:20;

	float: left;
	background: url(../images/menu-left.png) center left no-repeat;
}

ul.nav li a{

}

}

/*End of fixing firefox issues*/

 ul.nav a:hover{
 
 text-decoration:none;
 
 } 


ul.nav li.first a::before {
	background: #c0301f;
}
ul.nav li.orange a{
	background: #e58840;
}
ul.nav li.green a{
	background: #64b091;
}
ul.nav li a:hover {
/*	text-decoration: underline;    */ 
}
.mobile-trigger {
	display: none;
}
@media screen and (min-width: 756px) {
ul.nav {
	display: block !important;
}
}



ul.submenu li a:before, ul.submenu li a:after{
      background:none;

}


ul.submenu li{
clear:both;
width:100%;
}


ul.submenu li a{

 width:100%;
 padding:0 5%;

}


hr{
   border: 0;
    border-bottom: 1px dashed #000000;
    background: #000000;
   clear:both;
}


/*Section CSS ====================================================================*/

.promo-area {
    background: none repeat scroll 0 0 #333333;
    display: none;
}


.section-single{

margin-top:18px !important;
}
.section-single h2{

width:100% !important;
text-align:center;
}


.first, .second, .third{
float:left;
 width:23.5%;
 word-wrap: break-word;
 margin:0 2% 0 0;
}

.fourth{
 width:23.5%;
 word-wrap: break-word;

}

.first img, .second img, .third img, .fourth img{
     width:100%;
}





.firstp, .secondp, .thirdp{
float:left;
 width:23.5%;
 word-wrap: break-word;
 margin:0 2% 0 0;
}

.fourthp{
 width:23.5%;
float:right !important;
 word-wrap: break-word;

}

.firstp img, .secondp img, .thirdp img, .fourthp img{
     width:100%;
}








.section-single h2{
font-size: 14px !important;
}

/* Slider CSS ==================================================================*
	-webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.42);
-moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.42);
box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.42);

	

/* Content CSS ==================================================================*/

#promo-area {
	position:relative;
	clear:both;
	padding: 35px 0 0;
}

#promo-area .promo-tiles {
	width: 100%;
	clear: both;
}

.promo-tiles .column {
	float: left;
	width: 33.33%;
	position: relative;
	padding: 0 0 2%;
}
.column img {
	width: 100%;
	position: relative;
	padding: 0 0;    
}
.column a {
	float: left;
	width: 100%;
}
.promo-tiles .column a h4 {   
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	padding: 5px 0;
	text-transform: uppercase;
	position: absolute;
	font-style: italic;
	letter-spacing: -1px;
	top: 0;
	left: 0;
	width: 87%;
	padding: 0 2% 0 8%;
	font-family: 'futura-medium_italicregular', 'Nunito', Helvetica, Arial, "Lucida Grande", sans-serif;
}




/* Zoom CSS =========================================================================*/


.zoomLens{
 width:130px !important;
 height:130px !important;
}


/* Article CSS ======================================================================*/

.article-bottom{
clear:both;
 padding:30px 0 0 0;
}


.article-left{

width:70%;
float:left;
}



.article-right{

width:25%;
float:right;
}


.section-content h2{

color: #004d8f;
padding-bottom: 15px;
font-weight: 700;

}

.prodicon{

width:75px;
}

#main-content img{
          margin:3px 0;


}


#content-bottom{
width:960px;
margin:0 auto;

}

.updated{
float:right;
}



#main-content a {
color: #436C9B;
}

#main-content table{
border-collapse:collapse;
 margin-top:15px;
}


.artlink{
margin:15px 0;
}

#main-content{
margin: 0 auto;
max-width: 960px;
padding: 18px 20px 8px 20px;
position: relative;
/*z-index: 5;   */


}
#main-content p{

margin:0;

}
 
.ast{

float:left;
}


.blogmainimage{
width:250px;
margin:0 25px 25px  0;
}

.mainimage{
width:15%;
margin:0 25px 0 0;

}

.mainimagecontent{
width:100%;

}

.prodblock-prodname{


}

.prodblockspan{


}


.prodwrap{


}

.main-content-left{
 width:70%;
 float:left;

}

.productloop{
clear: both;
padding-bottom:50px;

}

.section-item {
    border-top: 1px solid #ff7725;
    padding: 20px 0;
    margin:0 0 20px 0;
}


 .image-area{
 
  width: 28%;
 float:left;
 }
 
 .prodblockspan{
 width:70%;
 float:right; 
  line-height: 130%;
 }



.main-content-right{
margin: 0 0 0 1px;
    width: 24%;
 float:right; 
}


 /* Fat Cart CSS ===================================================================*/
#productimg {
float: left;
width: 35%;
}


.discount-title{
font-size: 12px;
color: rgb(236, 77, 57);
}

.cart-content h2{
background:none !important;
color:#000 !important;
font-weight:700!important;
padding-left:0!important;
}
.prod_left {
    float: left;
    width: 45%;
}
.prod_left p {
font-size: 14px;
font-family: arial;
}
.prod_right {
    float: right;
    width: 100%;
}
.prod_top {
    float: left;
    margin-bottom: 20px;
    width: 50%;
}
#contact1 {
    float: left;
    margin: 1% 0 0;
    padding-left: 5px;
    width: 68%;
    padding: 0 0 50px 0;
}

.row-british{
font-size:16px;
font-weight:700;

}


#contact2 {
    float: left;
    margin: 1% 0 0;
    min-width: 200px;
    width: 28%;
}
#contact2 h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#cartlist, #totalsdiv, #buttonsbar, .orderrow, .error-text {
    clear: both;
    padding: 10px 0;
    width: 100%;
}

#totalsdiv{

width:90%;

}

#buttonsbar ul li{
float:left;
  margin-right:10px;
}


 #buttonsbar{
 
 margin-bottom:40px;
 }

.error-text {

    width: 80%;
    color:#BF2733;
}
.cartdiv1 {
    float: left;
    width: 65%;
}
.cartdiv1 img {
    float: left;
    margin: 0 1% 1%;
    width: 20%;
}
.cartdiv2 {
    float: right;
    width: 35%;
}
.cartdiv2 p {
    float: left;
    padding-left: 25px;
    text-align: right;
    width: 80px;
}
.orderrow label {
    float: left;
    width: 150px;
}
.orderrow label span {
    float: none;
}
.orderrow input, .orderrow select, .orderrow textarea, .cartbutton {
    float: left !important;
    margin: 4px 0;
}
.orderrow input, .orderrow select, .orderrow textarea {
    float: left;
    margin: 0;
}

input, textarea {
    border: 1px solid #b0b0b0;
    color: #000;
    font-size: 13px;
    max-width: 100%;
    padding: 3px 5px 4px;
}
input[type="text"], input[type="password"] {
    /*width: 180px;*/
}
.cartdiv2 p {
    float: left;
    padding-left: 25px;
    text-align: right;
    width: 80px;
}

.detail-body {
    background-color: #ffffff;
    margin: 5px;
}
#main-content h2 {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0;
}




#main-content h1 , .mem_name {

width: 100%; color:  line-height: 35px;
padding-left: 0; font-weight: normal;

    clear: both;
    font-size: 16px;

    padding:7px 0 7px 0;
    
}





#p1 {
    float: right;
    text-align: left;
    width: 10%;
}
#p2 {
    float: right;
    font-weight: bold;
    text-align: right;
    width: 40%;
}
#totalsdiv p {
    line-height: 1.5;
    padding: 6px 6px 6px 14px;
    text-align: right;
}

.removebutton{

margin-top:10px !important;
}





.product-single{


}


.productsholder{

margin:25px 0;
height:100px;

}


.links-container{
 background:#c0301f !important;  
  color:#fff;
 padding:2px 3px;
 color:#fff;
 text-align:center;
}
.links-container a{

   color:#fff;
}

.section-product-title{
line-height: 115%;

text-transform: uppercase;
font-size: 16.5px;
letter-spacing: -1px;
     text-align:center;

}



form{


}

#main-content{

min-height:500px;
 padding:0 0 30px 0;
}

#main-content h1{
font-size:20px;
margin-bottom: 5px;
position: static;
}

#breadcrumb{
font-size:12.5px;
padding:0 0 5px 0;
clear: both;
text-align: right;
margin-bottom:20px;
}                     


#breadcrumb a{

}

.productloop{

padding:0 0 25px 0;
margin-bottom:25px;
}


.cartlink{


width:100% ;
margin-right:10px;

}

.cart-table td.total{
text-align:right;
}

.oneofthree{
min-height:200px;
width:28%;
float:left;
border:1px solid #ccc;
border-radius:5px;
margin:0 7px;
padding:10px;
}

.oneofthree a{

margin-top:5px;
font-weight:700;
text-decoration: underline;

text-decoration: none;

}
 
 
 
 

.checkout{
margin-top:20px;

}


.cart-table th{
min-width:50px;
padding:5px;
font-weight:700;
}

.cartablelinks  a{
background:#64b091;
padding:5px;
color:#fff !important;
margin-right:5px;
margin-left:0 !important;
}
.cartablelinks{
padding: 20px 0 !important;
}

.cart-table{
width:100%;
margin:25px 0;
}


.cart-table td,
.cart-table th
{
padding:5px;
border: 1px solid #d2d2d2;
text-align:left;
}
.cart-table th {
font-weight:300;
text-align:left;
}

.checkbox{

background-color:#fff;
}

input[type="radio"]{
background-color:#fff;

}


tbody td{padding:5px;}

.cart-table th{

}
.qtyinput{
width:50px !important;
}

/* Checkout CSS =====================================================================*/

.checkout-content h2 {

background:none !important;
color:#000 !important;

}
.onesteponeofthree:nth-of-type(1) {

}
.onesteponeofthree {
    float: left;
    margin-bottom: 30px;
    min-height: 590px;
    padding: 0 10px;
    
    
 
    width: 30%;
}

.onesteponeofthree h2{
/*
font-weight:700 !important;
color: #333 !important; */
}


.onestepbottom {
    margin: 55px 0;
}
input[type="radio"] {
    background-color: #fff;
}
.checkbox, .radio {
    float: left;
    width: 30px;
}
input {
    display: block;
}
input, textarea {
    border: 1px solid #b0b0b0;
    color: #000;
    font-size: 13px;
    max-width: 100%;
    padding: 3px 5px 4px;
}
/* Product CSS ======================================================================*/


.maintabs{

min-height:120px;

}

.youmayalsolike{

padding:20px 0;

}

.offertext{


color:#df290d;
}

.option-left{
width:25%;
float:left;
font-weight:300;
}

.option-right{
 width:70%;
float:left;
margin-top: -5px;

}

.youmayalsolike h3{

font-size:15px;
}

 #gall_wrapper{
 width:100%;margin-top:25px;margin-bottom: 5px;
 
 }

#prodqty{
max-width:45px;
max-width: 20px;
float: left;
}


.product-single-associated {
width:20%;
float:left;
height:20%;
  text-align:center;
}

.productleft{

margin:0 35px 0 0;
float:left;
height:100%;
width:48%;
max-width:350px;

}


.inbetween{

height:5px;
}
.selectgroup{
height:10px;
}


.prodbottom{   
width:100%;
text-align:center;
padding:15px 0 0 0;
}

.prod_right{
 padding:20px 0 10px 10px;
 width:58%;
float: right;
}
.prod_right p {

}


.rightdetails{
padding: 0;

float:left;
}


.prodbottomt{
 height:15px;
}

.image_cont {

width: 360px;

}

.mem_name {

}

input[type=submit] {

/*margin: 25px 5px 0 0;       */


}


select {


font-size:12px;
}



 .zoomWindow{
 
 border:1px solid #1E4456 !important;
 }


  input[type="button"],input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
padding: 1px 4px !important;
}

.zoomContainer{


}




 input[type=submit] {

}


input[type="submit"]:hover{
    border: 1px solid #999;color:#fff;
}



.zoomContainer{


}



.btn_inc {
s-moz-box-shadow: inset 0px 0px 0px 0px #bee2f9;
-webkit-box-shadow: inset 0px 0px 0px 0px #bee2f9;
box-shadow: inset 0px 0px 0px 0px #bee2f9;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #B3DAF7), color-stop(1, #D1E9FA) );
background: -moz-linear-gradient( center top, #B3DAF7 5%, #D1E9FA 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
background-color: #63b8ee;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;
text-indent: 0px;
border: 1px solid #3866a3;
display: inline-block;
color: #14396a;
font-family: Arial;
font-size: 15px;
font-weight: normal;
font-style: normal;
height: 22px;
width: 23px;
text-decoration: none;
text-align: center;
text-shadow: 1px 1px 0px #7cacde;
padding:0 0 4px 0; 
margin-left:6px;
margin-top:1px;
}

.product-thumbnail{

border:1px solid #aaaaaa;
}

.selectbox{
margin-top: 8px; max-width: 270px;

}


.prodselectbox{


}

.prod-details-row{
clear:both;
margin:0 0 10px 0;

}

.optiontitle{
margin: 8px 2px 2px;
width:60px;
float:left;
}

.product-add, .cartbutton {

 width:100%;  

 background:#c0301f;  
  color:#fff;
 padding:2px 3px;

}


.button{
  background:#c0301f !important;  
  color:#fff;
 padding:2px 3px;
}


.addtobasket
{
 /* background:url(../images/addtobasket.gif) no-repeat left top #fff !important;  */
  width: 125px;
  height:37px;

}


.addtowishlist{

/*  background:url(../images/addtowishlist.gif) no-repeat left top #fff !important; */ 
  width:158px;
  height:37px;
  float:right !important;padding:5px 3px;

}


.product-add a:hover{
text-decoration:none;
color:#fff;

}


.product-add:hover{
  text-decoration:none;


}


.ourprice, .price {
font-weight: 700;

}

.ourprice{

font-size:18px;
}


.price {
font-size:15px;
text-align: center;
font-weight: bold;
margin-top: 5px 5px 0 0 !important;
}
.pricediv{
text-align:center;
}



input[type=submit] {

}

#search-button, .search-button, .button{
border: 1px solid #8AA6B3;
background-color: #1E4456;
bottom: 1px;
margin-top: 10px;
left: 0;
position: relative;
color: #fff;
border: 1px solid #8AA6B3;
background-color: #1E4456;

background-image: url("../images/cta-back.jpg");
}



.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; 
border-bottom: none; /*-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;*/ }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.active {  }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; 
/*-moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px;*/ }
.panel-container { margin-bottom: 10px; }




/* Footer CSS ===================================================================*/
#footer {
	clear: both;
	/*width: 98%;*/
}
#footer .wrapper {
	padding: 0px 10px 30px;
}
#footer h3 {
	font-size: 23px;
	line-height: 30px;
	padding: 20px 0;
	color: #df290d;
	font-style: italic;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'futura-medium_italicregular', 'Nunito', Helvetica, Arial, "Lucida Grande", sans-serif;
}
#footer p {
	margin-top: 20px;
	font-size: 14px;

}
#footer .ticker img.left {
	width:31.25%;
	float: left;
}
#footer .ticker img.center {
	width:36.875%;
	float: left;
}
#footer .ticker img.right {
	width: 31.875%;
	float: left;
}
#footer .sponsors {
	max-width: 800px;
	padding: 0 80px;
	position: relative;
}
#footer .sponsors img {
/*	width: 100%; */
	position: relative;
  max-height:72px;
}
#footer .sponsors a.navi {
	position: absolute;
	left: 10px;
	cursor: pointer;
	height: 54px;
	margin-top: -27px;
	width: 26px;
	top: 50%;
}
#footer .sponsors a.navi.right {
	right: 10px;
	left: auto;
}
#footer .sponsors a.navi img {
/*	width: 100%;  */
}



.footerlogo{

}
#main-content {padding: 140px 14px 0 10px;}
/* responsive CSS ===================================================================*/
@media screen and (max-width: 945px) {

ul.nav li a::after,
ul.nav li a::before {
	width: 9px;
}
a.logo {
	width: 400px;
}
a.logo img {
	width: 90%;
}
}
@media screen and (max-width: 855px) {
	ul.nav li a {
		font-size: 13px;
	}
	.video-wrapper {
		bottom:10px;
	}
}
@media screen and (max-width: 755px) {

#navigation .dropdown-menu {
	width:100%;
}

#productimg, .image_cont, .productleft, .prod_right, #img_01 {width:100%!important; max-width:100%; }

.mobile-trigger {
	display: block;
	color: #fff;
	line-height: 40px;
	background: #333;
	padding: 0 2%;
	cursor: pointer;
	text-transform: uppercase;
}
ul.nav {
	display: none;
	text-align: left;
}
ul.nav li {
	display: block;
	float: none;
	width: 100%;
	float: left;
	text-align: left;
}
ul.nav li ul {display:none}
ul.nav li a {
	padding: 4px 2% 0px;
	line-height: 22px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
ul.nav li a::before,
ul.nav li a::after {
	display: none !important;
}
.promo-tiles .column {
	width: 48%;
	padding: 0 0% 2%;
	margin: 0 1%;
	overflow: hidden;
}
.promo-tiles .column img {
	width: 120%;
	margin-left: -10%;
}
a.logo {
	width: 300px;
}
}
#singlesection {.height:150px;width:23.5%;overflow:hidden;} 
@media screen and (max-width: 680px) {
.singlesectionp {width:47%!important;}
.video-wrapper {
	width: 280px;
}
.video-wrapper p {
	font-size: 13px;
}
.video-wrapper::after {
	height: 99px;
}
}

.footerlogo {

/*float:left;*/

}

@media screen and (max-width: 600px) {
.shopcategory .clearfix {height:0px!important;}
.promo-tiles .column {
	width: 100%;
	padding: 0 0 2%;
	margin: 0;
}
#singlesection  {width:98%!important; margin-bottom:15px;}
.bx-controls-direction{display:none;}
.article-left, .article-right {width:100%;} 
.logointro {width:100%!important;}
#footer .last {width:96%!important;}
#footer .textlista {width:30%!important;}
#footer .pymt  {width:100%!important;}
#footer .textlist {width:66%!important;}
#footer .textlist .split {    -webkit-columns:2; /* Chrome, Safari, Opera */
    -moz-columns: 2; /* Firefox */
    columns: 2;}
#footer .ticker img {
width: 100% !important;
}
}
@media screen and (max-width: 580px) {

#header .wrapper {
	overflow: hidden;
	padding: 0;
	margin: 0 10px;
	text-align: center;
}
#header .wrapper > img {
width: auto;
height: 400px;
margin-left: -300px;
}
a.logo {
	width: 350px;
	padding-top: 45px;
}
#footer .sponsors {
	padding: 0;
}
#footer .sponsors a.navi {
	display: none;
}
}
@media screen and (max-width: 430px) {
.leftitem_container  {width:100%!important;}
a.logo {
	width: 300px;
	padding-top: 55px;
	right: auto;
	left: 30px;
}
.video-wrapper {
	right: auto;
	left: 30px;
}
#header .wrapper > img {
height: 320px;
}
}
@media screen and (max-width: 380px) {
.video-wrapper .video {
	width: 100%;
}
.video {
  width: 100%    !important;
  height: auto   !important;
}
.video-wrapper,
a.logo {
	width: 94%;
	left: 3%;
}
.video-wrapper p {
	width: 94%;
	padding: 5px 3% 5px;
}
.video-wrapper::after {
	display: none;
}
#header .wrapper > img {
height: 430px;
}
}
@media screen and (max-width: 340px) {
#header .wrapper > img {
	height: 390px;
}
}
.dropdown:hover .dropdown-menu {
    display: block;
}

@media(max-width: 1199px) {
  ul.nav li a {
    font-size: 12px;
  }

  nav#navigation {
    margin-top: 0;
  }

  .navbar-collapse {
    padding-top: 0;
  }
  .prizegiving {
 background: #C64535;padding: 20px;margin-bottom: 20px;width: 100%; 
}
}

@media(max-width: 991px) {
  ul.nav li a {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cart-div .qtyinput {
    display: inline;
}

@media screen and (max-width: 991px) {
	.prod_right {
		width: 100%;
	}
}

.race-information > ul {
	display: none;
}

.race-information:hover > ul {
	display: flex !important;
	flex-direction: column;
	align-items: center;
}

.race-information > ul > li:first-child {
	margin: 0 10px;
}   

@media (min-width: 320px) {
img#logonew {width: 14%;padding-bottom: 8px;padding-top: 6px;margin-right: 0%;margin-top: -1px;float: left;}
#header h1 {color: #E17F3C;padding-top:20px;font-size: 26px;float: right;font-weight: bold;text-align: center;}
.bannertop {padding-top: 193px;}
.hastingsdirect {display: none;}
}

@media (min-width: 360px) {
img#logonew {width: 10%;}
#header h1 {padding-top: 11px;font-size: 20px;}
.bannertop {padding-top: 108px;}
}

@media (min-width: 375px) {
#header h1 {padding-top: 8px;font-size: 25px;}
.bannertop {padding-top: 108px;}
}

@media (min-width:410px) {
#header h1 {padding-top: 16px;font-size: 28px;}
img#logonew {width: 14%;padding-bottom: 8px;}
#main-content {padding: 125px 14px 0 10px;}
.bannertop {padding-top: 131px;}
}

@media (min-width: 768px) {
.hastingsdirect {display: none;}
#header {width: 100%;height: 15.2%;}
img#logonew {width: 54%;margin-top: 10px;max-width: 100%;}
#main-content {padding: 160px 14px 0 10px;}
.bannertop {padding-top: 120px;}
} 


@media(min-width: 1024px) { 
img#logonew {width: 44%;margin-top: -4px;max-width: 100%;}

#header h1 {padding-top: 0px;font-size: 27px;}
.hastingsdirect {display: inline-block;}
#header {width: 100%;height: 20.6%;}
.bannertop {padding-top: 152px;}
}

@media(min-width: 1200px) { 
img#logonew {width: 73%;margin-top: 10px;max-width: 100%;}
#header {	width: 100%;height: 17.8%;}
.bannertop {padding-top: 130px;}
}


@media(min-width: 1280px) { 
img#logonew {width: 73%;margin-top: 10px;max-width: 100%;}
 #header {width: 100%;height: %;}   
}

@media(min-width: 1400px) { 
img#logonew {width: 76%;margin-top: 10px;max-width: 100%;}
#header {width: 100%;height: 16.2%;}
#header h1 {padding-top: 3px;font-size: 28px;float: right;font-weight: bold;text-align: center;}
}