body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #95e8ff;
  font-size: 2em;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #95e8ff;
  font-size: 1.7em;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 400;
}
h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: #95e8ff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
p {
  margin-bottom: 5px;
}
a {
 /* width: 10%;*/
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #00e;
}
a.w--current {
  width: 14.2%/*16.66%*/;
  
  background-image: -webkit-linear-gradient(#0071bc, #1e196a 60%);
  background-image: linear-gradient(#0071bc, #1e196a 60%);
  box-shadow: none;
  color: white !important;
  font-weight: 700;
  
  
}
a.w--current:hover {
  background-color: #0071bc;
  background-image: -webkit-linear-gradient(#0071bc, rgba(30, 25, 106, 0.86) 62%);
  background-image: linear-gradient(#0071bc, rgba(30, 25, 106, 0.86) 62%);
}
.button {
  display: inline-block;
  width: 20%;
  padding: 4px 15px;
  border: 2px solid black;
  background-color: black;
  background-image: -webkit-linear-gradient(#1e196a, #0071bc);
  background-image: linear-gradient(#1e196a, #0071bc);
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.buynowbutton {
  width: auto;
  padding: 15px 25px;
  border-width: 0px;
  border-color: white;
  border-radius: 12px;
  background-image: -webkit-linear-gradient(#0071bc, #1e196a);
  background-image: linear-gradient(#0071bc, #1e196a);
  color: #95e8ff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.button.buynowbutton:hover {
  background-image: -webkit-linear-gradient(#0071bc, #1e196a 68%);
  background-image: linear-gradient(#0071bc, #1e196a 68%);
}
.header {
  padding-top: 20px;
}
.navigation {
  background-color: #b5b5b5;
}
.slider {
  height: 400px;
  margin-top: 20px;
}


.heademail a {

  margin-top: 10px;
  color: #1e196a;
  font-size: 1.2em;
  font-weight: 700;
}


	  .large {
	font-family: 'Roboto', sans-serif;
font-weight: 900;
font-size: 3em;
margin-top: 10px;
		  color: white;
		  /*text-transform: uppercase;*/
}


.main {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-top: 8px solid rgba(30, 25, 106, 0.4);
  border-radius: 0px;
  /*background-image: url('../images/racing-image-home.jpg');
  background-size: cover, cover, auto;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;*/
}
.main.internalpages {
  border-top-style: none;
  border-top-width: 0px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;}



.footerarea {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: rgba(30, 25, 106, 0.8);
}
.footerarea.internalfotter {
  margin-top: 50px;
  background-color: #1e196a;
}
.sliderarea {
  height: 350px;
  background-color: white;
}
.logocol {
  padding-top: 15px;
}
.sitetitle {
  color: #0071bc;
  font-size: 1.4em;
}
.logoimg {
  padding-bottom: 10px;
}
.navlink {
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.navcontainer {
  border-left: 1px solid rgba(255, 255, 255, 0.47);
  border-right-color: rgba(255, 255, 255, 0.47);
}
.navmain {
  width: 100%;
}
.navlinks {
 /* width: 14.2%/*16.66%*/;*/
  border-right: 1px solid rgba(255, 255, 255, 0.47);
  background-image: -webkit-linear-gradient(#0071bc, #1e196a);
  background-image: linear-gradient(#0071bc, #1e196a); 
  box-shadow: none;
  opacity: 1;
  -webkit-transition: box-shadow 500ms ease, background-color 250ms ease;
  transition: box-shadow 500ms ease, background-color 250ms ease;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.navlinks:hover, .navlinks.current {
  background-image: -webkit-linear-gradient(#0071bc, #1e196a 60%);
  background-image: linear-gradient(#0071bc, #1e196a 60%);
  box-shadow: none;
  color: white;
}
.slideraroow {
  display: block;
  padding: 0px;
  border-radius: 20px;
  background-color: #0071bc;
  color: white;
}
.slide1 {
  background-image: url('../images/homesliders/banner-1.jpg');
}
.slide2 {
  background-image: url('../images/homesliders/banner-2.jpg');
}
.slide3 {
  background-image: url('../images/homesliders/banner-3.jpg');
}
.slide4 {
  background-image: url('../images/homesliders/banner-4.jpg');
}
.slide5 {
  background-image: url('../images/homesliders/banner-5.jpg');
}
.slide6 {
  background-image: url('../images/homesliders/banner-6.jpg');
}
.slide7 {
  background-image: url('../images/homesliders/banner-7.jpg');
}
.slide8 {
  background-image: url('../images/homesliders/banner-8.jpg');
}



.slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7, .slide8
{  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;}



.slidenavigate {
  margin-bottom: auto;
  padding-top: 10px;
}
.slidermain {
  height: 350px;
  background-color: white;
}
.rightsliderarrow {
  border-radius: 20px;
  background-color: #0071bc;
}

.homecolone {
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(30, 25, 106, 0.8);
}
.homelist {
  padding-bottom: 0px;
}
.listitemshome {
  padding-bottom: 10px;
  color: white;
  font-size: 1em;
  font-weight: 700;
}
.homemainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bvlogoreversehome {
  padding-top: 10px;
  padding-bottom: 10px;
}
.homecoltwo {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: rgba(30, 25, 106, 0.8);
}
.homecoltwo:hover {
  background-color: rgba(107, 26, 75, 0.36);
}
.homemoneyimage {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.homeh5link {
  display: block;
  border-width: 0px;
  border-color: black;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  color: white;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
}
.homecolthree {
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(30, 25, 106, 0.8);
}
.homecolthree.internalcolthree {
  background-color: rgba(0, 0, 0, 0.49);
}
.price {
  color: white;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
}
.vat {
  padding-left: 5px;
  font-size: 0.4em;
  font-weight: 400;
}
.colthreetitles {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 10px;
  float: none;
  clear: none;
  color: #95e8ff;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: none;

}
.homephonenumber {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
.homeemail {
  padding-bottom: 15px;
  color: white;
  font-size: 1.1em;
  font-weight: 700;
}

.homeemail a {color: #95e8ff;
font-size: 1.1em;
text-decoration: none;}

.homeemail a:hover {color: white;
font-size: 1.1em;
text-decoration: none;}

.formlabel {
  color: white;
  font-size: 1em;
}
.downloadbutton {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.homecoltwotitle {
  padding-bottom: 10px;
  color: #95e8ff;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.homecoltwolink {
  border-right-style: none;
  border-right-width: 0px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.homecoltwolink:hover {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #95e8ff;
}
.formtextarea {
  overflow-x: auto;
  overflow-y: auto;
  height: 120px;
  min-height: 120px;
}
.footertext {
  display: block;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  color: white;
  font-size: 0.9em;
  line-height: 1em;
  text-align: center;
}
.social {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.twitter {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
  text-align: left;
}
.facebook {
  display: block;
  margin-top: 0px;
  float: none;
}
.twittericon {
  float: right;
}
.footersocialtext {
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #95e8ff;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.formsubmit {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.90);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.49);
  background-image: -webkit-linear-gradient(#0071bc, #1e196a);
  background-image: linear-gradient(#0071bc, #1e196a);
  color: white;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}
.formsubmit:hover {
  background-color: #1e196a;
  background-image: -webkit-linear-gradient(#0071bc, #1e196a 60%);
  background-image: linear-gradient(#0071bc, #1e196a 60%);
}
.bottom {
  min-height: 20px;
}
.internalpagebody {
  margin-top: 25px;
  margin-bottom: 100px;
}
.internal {
  margin-bottom: 20px;
  background-color: transparent;
  color: #1e196a;
  font-size: 2.5em;
}

h3.internal { olor: #1e196a;
  font-size: 1.5em; }

.internal.blogheadline {
  margin-bottom: 0px;
  font-size: 1.5em;
  font-weight: 700;
}
.bodytext {
  padding-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}
.bodytext.centred {
  font-weight: 400;
  text-align: center;
}

h2.internal.centred {  text-align: center;}

.headerphone {
  margin-top: 10px;
  color: #1e196a;
  font-size: 1.5em;
  font-weight: 700;
}




.sharrisonimg {
  height: 400px;
}
.nrobinsimg {
  height: 400px;
  margin-left: 20px;
}
.boldlink {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #0071bc;
  text-decoration: none;
}
.boldlink:hover {
  color: #1e196a;
  text-decoration: underline;
}
.largevaultimg {
  display: block;
}
.textlink {
  color: #0071bc;
  font-weight: 700;
  text-decoration: none;
}
.textlink:hover {
  color: #1e196a;
  text-decoration: underline;
}
.blogdetail {
  margin-bottom: 20px;
}

img.colourvaultstop {float: right;}


.shopcolone {
  margin-right: 0px;
  padding-right: 10px;
}
.shopprice {
  margin-bottom: 10px;
  padding-left: 10px;
  color: #1e196a;
  font-size: 2em;
  font-weight: 700;
}
.shoprow {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px 0px 2px 1px;
  border-color: black black #95e8ff;
}
.webaddress {
  color: #1e196a;
  font-size: 2em;
  font-weight: 700;
}

.bodytext.shopdetail {
  padding-left: 10px;
}

.button.buynowbutton.smallversion {
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 1em;
}


.w-form p {color: white;}


a.p-name.w--current {background:none;
color: #1e196a !important;
font-weight: 400;
text-decoration: none;}


ul.imagelisting.glist {list-style-type: none; margin-left: 0; padding-left:0;
-webkit-padding-start: 0;}

ul.imagelisting.glist li {float: left;
margin-right: 20px;
margin-bottom: 20px;
}

li.hentry {list-style-type: none;
margin-bottom: 40px;
}


a.entry-title{color: #1e196a;
text-decoration: none;}



@media (max-width: 991px) {
  .logocol {
    padding-top: 0px;
  }
  .navcontainer {
    max-width: 100%;
    border-left-style: none;
  }
  .navlinks {
    width: 100%;
    border-right-style: none;
    border-right-width: 0px;
    box-shadow: none;
  }
  
  a.w--current {width: 100%;}
}
@media (max-width: 767px) {
  .header {
    padding-top: 0px;
  }
  .logoarea {
    margin-bottom: 10px;
  }
  .logocol {
    padding-top: 15px;
  }
  .sitetitle {
    text-align: center;
  }
  .logoimg {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .colourvaultstop {
    display: none;
  }
  .headerphone {
    text-align: center;
  }
    .w-col.w-col-6.twitter, .w-col.w-col-6.facebook
  {width: 50% !important;}
}




@media (max-width: 600px) {

	
	a.w--current{
	
	background-image: none !important;
	}
}
	
	


@media (max-width: 479px) {
	
	
	
  .logoarea {
    margin-bottom: 10px;
  }
  .logocol {
    padding-top: 15px;
  }
  .sitetitle {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.35em;
    text-align: center;
  }
  .logoimg {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .colourvaultstop {
    display: none;
  }
  .headerphone {
    text-align: center;
  }
  
    .shopprice {
    text-align: center;
  }
  
    .bodytext.shopdetail {
    text-align: center;
  }
    .button.buynowbutton.smallversion {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  .w-col.w-col-6.twitter, .w-col.w-col-6.facebook
  {width: 50% !important;}
}
