/* Fonty */

@font-face {
font-family: "Boomer Serif Cond";
src: url("../fonts/boomerserifcond.otf") format("opentype");
}

/*WOO*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


/* General */
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7;
  color: #333;
  font-weight: 400;
  font-size: 13px;
}
body.gray {
	background-color:#e2e2e2;
}
body.dark {
	background-color:#000000;
}
a {
    color: #40cec8;
    transition:all 0.3s;
}
a:hover, a:focus, a:active {
  text-decoration:none;
  transition:all 0.3s;
}
pre {
  background-color: #f9f9f9;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 0;
  color: #999;
  max-height: 200px;
  font-size: 12px;
}
code {
  word-break: break-all;
  word-wrap: break-word;
}
.title-header {
  padding: 8px;
  color: #111;
}
.title-header h1 {
    margin: 0;
    font-size: 26px;
    display: inline-block;
}
.title-header h3 {
    margin: 0;
	font-size: 22px;
    min-height: auto;
    display: inline-block;
}
.page-header {
  color:#111;
}
.title-header .lead {
  margin-bottom:0;
}

.h1, .h2, .h3, h1, h2, h3 {
	font-family: 'Boomer Serif Cond', Roboto, Serif;
	font-weight:700;
}
h3, h4 {
  font-weight:300;
}
h3 {
    min-height: 36px;
    font-size: 16px;
}
.article-list h3 {
    min-height: auto;
}
.navbar-nav {
	font-family: 'Boomer Serif Cond', Roboto, Serif;
	font-weight: 700;
}

/* Buttons */
.btn {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 13px 20px 12px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 15px 35px;
}
.btnsquare {
  border-radius:0;
}
.btnround {
  border-radius:50px;
}
.btn-white {
  background-color:#fff;
  color:#333;
  border:1px solid #fff;
}
.btn-default, .btn-default:hover {
    color: #ffffff;
    background-color: #bdc3c7;
    border:1px solid #bdc3c7;
}
.btn-inverse, .btn-inverse:hover {
    color: #ffffff;
    background-color: #34495e;
}
.btn-primary.btnghost, .btn-primary.btnghost:hover {
  border:2px solid #337ab7;
  background:transparent;
  color:#337ab7;
}
.btn-warning.btnghost, .btn-warning.btnghost:hover {
  border:2px solid #eea236;
  background:transparent;
  color:#eea236;
}
.btn-default.btnghost, .btn-default.btnghost:hover {
  border:2px solid #bdc3c7;
  background:transparent;
  color:#bdc3c7;
}
.btn-white.btnghost, .btn-white.btnghost:hover {
  border:2px solid #fff;
  background:transparent;
  color:#fff;
}
.btn-white.btnghost:hover {
  background-color:#fff;
  color:#333;
}
.btn-danger.btnghost, .btn-danger.btnghost:hover {
  border:2px solid #d43f3a;
  background:transparent;
  color:#d43f3a;
}
.btn-success.btnghost, .btn-success.btnghost:hover {
  border:2px solid #4cae4c;
  background:transparent;
  color:#4cae4c;
}
.btn-inverse.btnghost, .btn-inverse.btnghost:hover {
  border:2px solid #34495e;
  background:transparent;
  color:#34495e;
}
.btn-info.btnghost, .btn-info.btnghost:hover {
  border:2px solid #46b8da;
  background:transparent;
  color:#46b8da;
}

/* Forms */
.form-control {
border: 2px solid #ddd;
box-shadow: none;
border-radius: 0;
padding: 10px 15px;
height: auto;
}

.has-success .form-control, .has-feedback .form-control, .has-warning .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group-addon {
  border-radius:0;
  border-width:2px;
}

/* Navbars */
.navbar {
    border-radius: 0px;
}
.navbar-default {
  width: 100%;
  border: 0;
}
.navbar-default.navbar-custom {
	background: none;
}
.navbar-fixed-top {
  padding:10px 0;
  transition: all 0.3s;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.03);
}
.navbar-fixed-top.sticky {
  padding:0;
  transition: all 0.3s;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: inherit;
    background-color: transparent;
}
.nopadding {
  padding:0;
}
.navbar-form .form-control {
  border:1px solid #ddd;
  padding:6px 10px;
}
.navbar-form .btn {
padding: 9px 13px;
font-size: 10px;
margin-left:-5px;
}

.hide767-plus {
  display:none;
}

.show767-plus {
    display:none !important;
  }

.dropdown-menu {
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-nav>li>a {
    width:auto;
    font-weight:600;
    font-size:13px;
}
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown .dropdown-menu {
  border:0;
  width: 100%;
  background: rgba(42, 41, 41, 0.980392);
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
    font-size:13px;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
      padding: 7px 0px;
      clear: both;
      font-weight: 600;
      line-height: 1.428571429;
      color: rgb(136, 136, 136);
      white-space: normal;
      font-size: 11px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: lightseagreen;
    background-color: transparent;
}
.mega-dropdown-menu .dropdown-header {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom:5px;
  padding: 3px 0px;
}
.mega-dropdown-menu form {
    margin:3px 0px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.mega-dropdown .dropdown-toggle .glyphicon-menu-down {
  font-size: 10px;
  color: #ccc;
  margin-top: 4px;
  margin-left: 5px;
  font-weight: 400;
}
li.divider.mute {
  height:0;
}
/* Jumbotrons */
.jumbotron, .container .jumbotron, .container-fluid .jumbotron {
	border-radius:0;
}
.jumbotron {
	background: #e2e2e2;
}
.jumbotron.dark {
	background-color:#333;
	color:#fff;
	position:relative;
}
.withbg {
	background-size:cover;
	background-repeat:no-repeat;
}

.withbg:before {
	background-color:#000;
	position:absolute;
	opacity:0.5;
	top:0;
	height:100%;
	content:'';
	width: 100%;
	left: 0;
}

.jumbotron img {
    width: auto;
    height: auto;
    max-width: -webkit-fill-available;
}

@media (min-width: 768px) {
  .jumbotron.bigpadding {
      padding-top: 248px;
      padding-bottom: 248px;
  }
  .jumbotron.mediumpadding {
      padding-top: 148px;
      padding-bottom: 148px;
  }
}
/* Containers */
@media (min-width: 768px) {
  .container.narrow {
      max-width: 730px;
  }
  .no-padding-left{
  	  padding-left:0;
  }
  .no-padding-right{
	  padding-right:0;
  }
}

/* Tabs */
.tab-content {
    padding: 15px;
	background-color:#fff;
	border:1px solid #ccd1d9;
	border-top:0;
}
.tabs-below .tab-content  {
	border-top:1px solid #ccd1d9;
	border-bottom:0;
}
.tabs-left .tab-content, .tabs-right .tab-content {
  border-top:1px solid #ccd1d9;
}
.nav-tabs {
  background-color: #e6e9ed;
	border-radius: 0;
}
.nav-tabs>li {
    margin-bottom: 0;
    border-left: 1px solid #ccd1d9;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  border: none;
	border-radius: 0;
}
.nav-tabs a {
	color: #333;
    font-weight: 700;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: transparent;
}
.tabs-left .nav-tabs {
    float: left;
    margin-right: 19px;
}
.tabs-left .nav-tabs>li, .tabs-right .nav-tabs>li {
    float: none;
    border-top: 1px solid #ccd1d9;
    border-left: none;
}
.tabs-left .nav-tabs>li>a, .tabs-right .nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
}
.tabs-left .nav-tabs>li:first-child, .tabs-right .nav-tabs>li:first-child {
    border-top: none;
}
.tabs-left .nav-tabs>li>a, .tabs-right .nav-tabs>li>a {
	border-radius:0;
  border: 0;
}
.tabs-left .nav-tabs>li.active>a, .tabs-left .nav-tabs>li.active>a:focus, .tabs-left .nav-tabs>li.active>a:hover,
 .tabs-right .nav-tabs>li.active>a, .tabs-right .nav-tabs>li.active>a:focus, .tabs-right .nav-tabs>li.active>a:hover {
  border:0;
}
.tabs-left .nav-tabs, .tabs-right .nav-tabs {
  border: 1px solid #ccd1d9;
  width: 30%;
}
.tabs-right .nav-tabs {
    float: right;
    margin-left: 19px;
}
.tabs-left .tab-content {
      margin-left: 29.9%;
}
.tabs-right .tab-content {
      margin-right: 29.9%;
}

/* Blog Excerpt*/
.blogboxexcerpt p.post-meta {
  font-style: italic;
  font-weight: 300;
}
.blogboxexcerpt h2.post-title {
  color:#111;
}
.blogboxexcerpt h4.post-subtitle {
  margin-top:0;
  color:#333;
  font-weight:400;
  line-height:1.5;
}

/* Slider */
.sliderstyle {
    position: relative;
    height: 100vh;
}
.sliderstyle .carousel-inner .item {
    height: 100vh;
}
.sliderstyle .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fff;
    border-color: #fff;
    opacity: .7;
}
.sliderstyle .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.sliderstyle .hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.sliderstyle .hero h1 {
    font-size: 71px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}
.sliderstyle .hero h3 {
  font-size: 15px;
  letter-spacing: 3px;

}
.sliderstyle .hero .btn {
  margin-top:20px;
  font-weight:600;
  min-width: 170px;
  border-width:1px;
  padding: 17px 25px;
}

.sliderstyle .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.sliderstyle .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

.sliderstyle .slides .slide-1,
.sliderstyle .slides .slide-2,
.sliderstyle .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px){
    .sliderstyle .hero h1 { font-size: 4em; }
}

/* Medias, Iframes */
iframe {
    border: none !important;
    max-width:100%;
}
.col-md-4 iframe.vimeostyle {
  height: 210px;
  width: 100%;
}
.col-md-6 iframe.vimeostyle {
  height: 320px;
  width:100%;
}
.col-md-8 iframe.vimeostyle {
  width: 100%;
  height: 420px;
}
.col-md-12 iframe.vimeostyle {
  width: 100%;
  height: 650px;
}
iframe.fullwidth {
  width: 100%;
  margin-bottom:-6px;
}
/* Subscribe Boxes */
.wowsubscribebox {
    background: #576269;
    padding: 20px;
}
.follow-subscribe-social {
    margin: 0 0 15px;
    padding: 0 0 14px;
    border-bottom: #858585 solid 1px;
}
.follow-subscribe-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.follow-subscribe-social ul li {
    display: inline;
    margin: 0 15px 0 0;
    border-bottom: none;
}
.follow-subscribe-social ul li a {
    font-size: 17px;
    color: #cacaca;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.wowsubscribebox p {
    color: white;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
}

#wowsubscribebox p {
    color: white;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
}
form.subscribe input {
    display: block;
    width: 100%;
}
.subscribe-email {
    height: 45px;
    border: none;
    margin: 0 0 10px;
    font-size: 0.928571em;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: white;
}
.subscribe-button {
    height: 45px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-color: #F35D5C;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.wowsubscribebox.white {
    background: #fff;
    border: 1px solid #eee;
    color:#333;
}
.wowsubscribebox.white .subscribe-email {
    color: #333;
    background: #f4f5f6;
}
.wowsubscribebox.white p {
    color: #111;
}
.wowsubscribebox.white .follow-subscribe-social {
  border-bottom:1px solid #eee;
}
.wowsubscribebox.red {
    background: #da3333;
}
.wowsubscribebox.custom .subscribe-button {
  background: rgba(51, 51, 51, 0.24);
}
.wowsubscribebox.custom .follow-subscribe-social ul li a {
  color:#fff;
}
.wowsubscribebox.custom .follow-subscribe-social {
  border-bottom:1px solid rgba(255,255,255,0.5);
}
.wowsubscribebox.teal {
    background: #33dac4;
}
.wowsubscribebox.green {
    background: #92c301;
}
.wowsubscribebox.gold {
    background: #eacb52;
}
/* Just demo */
.alert {
border-radius: 0;
}
.alert-success.fullcolor {
    color: #fff;
    background-color: #74bd75;
    border-color: transparent;
}
.alert-info.fullcolor {
    color: #fff;
    background-color: #1bb3b3;
    border-color: transparent;
}
.alert-warning.fullcolor {
    color: #fff;
    background-color: #eacc2a;
    border-color: transparent;
}
.alert-danger.fullcolor {
    color: #fff;
    background-color: #d84040;
    border-color: transparent;
}
.alert-success.nocolor {
    color: #74bd75;
    background-color: white;
    border-color: #74bd75;
}
.alert-info.nocolor {
    color: #1bb3b3;
    background-color: white ;
    border-color: #1bb3b3;
}
.alert-warning.nocolor {
    color: goldenrod;
    background-color: white ;
    border-color: #eacc2a;
}
.alert-danger.nocolor {
    color: #d84040;
    background-color: white ;
    border-color: #d84040;
}
.fullcolor .close {
  opacity:0.8;
}
/* Just demo */
.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}
.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.bs-glyphicons li:hover {
    color: #fff;
    background-color: #563d7c;
}

.no-padding {
	padding: 0;
}

.slim-padding{
	padding: 30px 0;
}

/* CSS Document */
.jumbotron.dark{
	background: #000;
}

.navbar-collapse {
	padding-left:0;
}
.navbar-brand {
	height:60px;
}

.navbar-default.navbar-custom .navbar-nav>li>a {
	color: #fff;
	font-weight: 100;
    font-size: 15px;
}

.navbar-default.navbar-custom .navbar-nav>li>a:focus,
.navbar-default.navbar-custom .navbar-nav>li>a:hover {
	color: #777;
}

/* Menu Category Hovers */
.navbar-default.navbar-custom .navbar-nav>li>a:hover {
  color: #777;
  text-decoration:underline;
}
.navbar-default.navbar-custom .navbar-nav>li>a.motogp:hover {
  color:#8f2d56;
}
.navbar-default.navbar-custom .navbar-nav>li>a.world-superbikes:hover {
  color:#f0bf10;
}
.navbar-default.navbar-custom .navbar-nav>li>a.british-superbikes:hover {
  color:#5f3cfb;
}
.navbar-default.navbar-custom .navbar-nav>li>a.bsb-support:hover,
.navbar-default.navbar-custom .navbar-nav>li>a.bsb-support-classes:hover {
  color:#4d7ee7;
}
.navbar-default.navbar-custom .navbar-nav>li>a.tt-road-racing:hover {
  color:#125c2e;
}
.navbar-default.navbar-custom .navbar-nav>li>a.club-news:hover {
  color:#140d4f;
}
.navbar-default.navbar-custom .navbar-nav>li>a.world-news:hover {
  color:#e06411;
}
.navbar-default.navbar-custom .navbar-nav>li>a.minibikes:hover {
  color:#eac435;
}
.navbar-default.navbar-custom .navbar-nav>li>a.features:hover {
  color:#8f2d56;
}
.navbar-default.navbar-custom .navbar-nav>li>a.newbikes:hover {
  color:#eac435;
}
.navbar-default.navbar-custom .navbar-nav>li>a.otherb:hover {
  color:#e40066;
}

.no-margin {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.no-margin-bot {
	margin-bottom: 0;
}
.margin-vert {
	margin-bottom: 20px;
}
.no-margin-vert{
	margin-top: 0;
	margin-bottom: 0;
}
.no-float {
	float:none;
}
.takeover-head {
	display:flex;
	width: 100%;
}
#header {
	background: url('../img/bg/topbg.jpg') no-repeat top #000;
}
.navbar{
	margin-bottom:0;
}
.clearfix {
	clear:both;
}
.nofloat{
	float:none;
}
.input-group.md-form.form-sm.form-1 input{
    border: 1px solid #bdbdbd;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.lowerlogo img {
	max-width:100%;
	height:auto;
}

.article {
	background: #fff;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.article h3 {
    font-size: 16px;
}
.article.largeticle h3 {
    font-size: 24px;
}
.article.midticle {
    width: 100%;
}
.article .previmg img {
    width: 100%;
    height: auto;
}

body {
    background: #00020d;
}

section > .container {
	background-color: #e2e2e2;
	padding-top:15px;
}

section.middlead > .container {
    background: #000000;
    padding: 15px 0;
}

.blk2grey {
	background-color: #000000;
	background-image:
		linear-gradient(
      	to bottom,
      	#000000,
      	#e2e2e2 6px
    );
}

/* attempt to control article heights */
.nfc-control {
    min-height: 675px;
}

.previmg {
	position:relative;
	text-align: center;
	margin: 0 15px;
}
.prevtext {
	margin: 0 15px;
}

.date {
    position: absolute;
    background: #ffffff;
    z-index: 10;
    width: 100px;
    border-left: 8px solid #00b285;
    right: 0;
    bottom: 0;
}

.btn.searchbtn {
  display: inline-block;
  width: auto;
}

input.form-control.searchinput {
  display: inline-block;
  width: 65%;
}

/* Calendar and Form */
.calendar-search label {
  color: #000;
  font-size:13px;
}

.calendar-search .label {
  padding: 0;
  margin-top: 10px;
}

.calendar-search .input {
  margin-bottom: 10px;
}

.calendar-search select {
  width:100%;
}

.calendar-action input, .calendar-action p {
  display:inline-block;
  margin-right:15px;
}

.calendar-action {
  margin-top:27px;
}

a.ca-reset {
  color:#333333;
}

a.ca-reset:hover {
  text-decoration:underline;
}

.calendar-holder {
  margin-bottom: 40px;
}

.calendar-holder table {
  width:100%;
}

td, th {
  padding: 5px 3px;
}

tr.odd {
  background: #eee;
}

.title-header.gray {
    background-color:#f4f5f6;
}
.title-header.rouge{
    background:#801517;
    color: #fff;
    margin-bottom:15px;
}
.title-header.greenie{
    background:#00b285;
    color: #fff;
    margin-bottom:15px;
}
.title-header.topstories{
    background:#fb4d3d;
    color: #fff;
    margin-bottom:15px;
}
.related-news-holder.motogp .title-header, .title-header.motogp{
    background:#8f2d56;
    color: #fff;
    margin-bottom:15px;
}
.related-news-holder.world-superbikes .title-header, .title-header.world-superbikes{
    background:#f0bf10;
    color: #fff;
    margin-bottom:15px;
}
.related-news-holder.british-superbikes .title-header, .title-header.british-superbikes, .title-header.british-superbikes-bsb{
    background:#5f3cfb;
    color: #fff;
    margin-bottom:15px;
}
.related-news-holder.bsb-support .title-header, .title-header.bsb-support-classes{
    background:#4d7ee7;
    color: #fff;
    margin-bottom:15px;
}
.related-news-holder.tt-road-racing .title-header, .title-header.tt-road-racing{
    background:#125c2e;
    color: #fff;
    margin-bottom:15px;
}
.related-news-holder.club-news .title-header, .title-header.club-news{
    background:#140d4f;
    color: #fff;
    margin-bottom:15px;
}
.related-news-holder.world-news .title-header, .title-header.world-news{
    background:#e06411;
    color: #fff;
    margin-bottom:15px;
}
.related-news-holder.minibikes .title-header, .title-header.minibikes{
    background:#eac435;
    color: #fff;
    margin-bottom:15px;
}
.title-header.features{
    background:#8f2d56;
    color: #fff;
    margin-bottom:15px;
}
.related-news-holder.newbikes .title-header, .title-header.newbikes{
    background:#eac435;
    color: #fff;
    margin-bottom:15px;
}
.related-news-holder.otherb .title-header, .title-header.otherb{
    background:#e40066;
    color: #fff;
    margin-bottom:15px;
}

.related-news-holder.topstories .date, .cat-topstories {
  border-left: 8px solid #fb4d3d;
}
.related-news-holder.motogp .date, .cat-motogp {
  border-left: 8px solid #8f2d56;
}
.related-news-holder.world-superbikes .date, .cat-worldsb, .cat-world-superbikes {
  border-left: 8px solid #f0bf10;
}
.related-news-holder.british-superbikes .date, .cat-bsb, .cat-british-superbikes, .cat-british-superbikes-bsb {
  border-left: 8px solid #5f3cfb;
}
.related-news-holder.bsb-support-classes .date, .cat-bsbsupport, .cat-bsb-support-classes {
  border-left: 8px solid #4d7ee7;
}
.related-news-holder.tt-road-racing .date, .cat-ttroads, .cat-tt-road-racing {
  border-left: 8px solid #125c2e;
}
.related-news-holder.club-news .date, .cat-clubnews, .cat-club-news {
  border-left: 8px solid #140d4f;
}
.related-news-holder.world-news .date, .cat-worldnews, .cat-world-news {
  border-left: 8px solid #e06411;
}
.related-news-holder.minibikes .date, .cat-minibikes {
  border-left: 8px solid #eac435;
}
.related-news-holder.features .date, .cat-features {
  border-left: 8px solid #8f2d56;
}
.related-news-holder.newbikes .date, .cat-newbikes {
  border-left: 8px solid #f0bf10;
}
.related-news-holder.otherb .date, .cat-otherb {
  border-left: 8px solid #e40066;
}

.title-topstories {
  background: #fb4d3d;
  color: #FFFFFF;
}
.title-motogp {
  background: #8f2d56;
  color: #FFFFFF;
}
.title-worldsb {
  background: #f0bf10;
  color: #FFFFFF;
}
.title-bsb {
  background: #5f3cfb;
}
.title-bsbsupport {
  background: #4d7ee7;
}
.title-ttroads {
  background: #125c2e;
  color: #FFFFFF;
}
.title-clubnews {
  background: #140d4f;
  color: #FFFFFF;
}
.title-worldnews {
  background: #e06411;
  color: #FFFFFF;
}
.title-minibikes {
    background: #eac435;
    color: #FFFFFF;
}
.title-features {
  background: #8f2d56;
  color: #FFFFFF;
}
.title-newbikes {
  background: #eac435;
}
.title-otherb {
  background: #e40066;
  color: #FFFFFF;
}

.header-rss {
    float: right;
}
.header-rss a {
    color: #ffffff;
}
.header-rss a:hover {
    color: #ffffff;
    background: none;
    text-decoration: underline;
}
.header-rss img {
    height: 30px;
    width: 25px;
    padding: 0 0 5px;
}
.invert {
    filter: invert(100%);
}

img, .jumbotron img {
    max-width:100%;
}

.article.largeticle .previmg {
    margin-right: 0;
    margin-left: 0;
    float: right;
}

.navbar-toggle {
    color: #ddd;
}

.article-small {
    min-height: 130px;
}

.article.article-small .previmg,
.article.article-small .prevtext {
    width: 43%;
	margin: 0 3%;
	float:left;
}

.article.article-small h3 {
	margin-top: 0;
	font-size: 125%;
	min-height: auto;
}

.article.article-small .previmg img {
	width:100%;
}

.article.midticle .previmg {
	width:20%;
	float:left;
}
.article.midticle .previmg img {
	width: 100%;
}
.article.midticle .prevtext {
	width:68%;
}
.article.midticle h3 {
    margin-top: 0;
    font-size: 22px;
}

.article.midticle .previmg,
.article.midticle .prevtext {
    display: inline-block;
}

.article a, .date, .prevtext p {
	color: #333333;
}
.article a:hover {
	color: #40cec8;
}

footer {
	background: #00020d;
	color: #ffffff;
	padding-top: 15px;
}

.dark footer {
	background: #000000;
}

footer p {
	line-height: 120%;
}

footer img {
	margin-top: 10px;
}

footer ul {
	padding: 0;
}

footer li {
    display: inline-block;
    margin: 0 10px;
    list-style: none;
	font-family: 'Boomer Serif Cond', Roboto, serif;
    font-weight: 100;
}

ul.cats {
	font-family: 'Boomer Serif Cond', Roboto, Serif;
	font-weight:700;
	padding: 0;
	list-style:none;
	margin-bottom:25px;
}

ul.cats li {
	margin-bottom:4px;
}
ul.cats li.active > a {
    background: #ffffff;
}

ul.cats li > a {
  background: #f0f0f0;
  transition: background-color 0.5s ease;
  color: #0f0f0f;
  padding: 3px 0 3px 22px;
  display: block;
  font-size: 115%;
  font-weight:100;
  margin: 0 auto;
  width: 100%;
}
ul.cats li > a:hover {
	background: #ffffff;
}

.mobile-cats {
  display:none;
}
/* Galleries preview */

.article.article-small.galleries h3 {
  margin-top:0;
  margin-bottom:0;
  font-size:15px;
}

.article.article-small.galleries .previmg,
.article.article-small.galleries .prevtext {
  margin:0;
  width:50%;
}

/* Article Page */

.articleface h1 {
	margin-top:0;
}

.articleface p {
    margin: 0 0 20px;
    font-size: 115%;
}

.articleface img {
    margin: 10px auto 5px;
    width: 100%;
    border: 10px #fff solid;
}

figure {
    display: block;
}
figcaption {
    display: block;
    padding: 5px 0 10px;
    border-bottom: 1px dashed #aaaaaa;
    margin-bottom: 15px;

}
.fig-author {
    display: block;
}


/* Icons */

.ir {
  display: block;
  overflow: visible;
  padding: 0 0 100%;
  position: relative;
  height: 0;
  width: 100%;
}

.ir > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.soc {
  display: block;
  font-size: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  width: 110rem;
  max-width: 100%;
}
.soc li {
  display: inline-block;
  margin: 0 5px 10px;
}
.soc a, .soc svg {
  display: block;
}
.soc a {
  position: relative;
  height: 96px;
  height: 3.8rem;
  width: 96px;
  width: 3.8rem;
  border-radius: 100%;
  border:2px solid #ccc;
}

.soc.soctopper a {
  height:30px;
  width:30px;
}
.icon-10:hover, .icon-15:hover, .icon-21:hover, .icon-26:hover,  .icon-28:hover {
  transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.icon-10 {
  color: #ccc;
  fill: #ccc;
}
.icon-10:hover {
  background: #ccc;
  color: #000;
  fill:#000;
}

.icon-15 {
  color: #ccc;
  fill: #ccc;
}
.icon-15:hover {
  background: #ccc;
  color: #000;
  fill:#000;
}

.icon-21 {
  color: #ccc;
  fill: #ccc;
}
.icon-21:hover {
  background: #ccc;
  color: #000;
  fill:#000;
}

.icon-26 {
  color: #ccc;
  fill: #ccc;
}
.icon-26:hover {
  background: #ccc;
  color: #000;
  fill:#000;
}

.icon-28 {
  color: #ccc;
  fill: #ccc;
}
.icon-28:hover {
  background: #ccc;
  color: #000;
  fill:#000;
}

.centreme, .text-center {
	text-align:center;
}

input[type=submit].btn-block.searchbtn {
    width: auto;
}



/* Category Page */
.preface {
	padding:8px;
}

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

.pager li.currentpage a {
	border: 1px solid #999;
	background-color: #eee;
	color: #23527c;
}


/* Gallery Page */
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.tinyhide {
    display: block;
}
.tinyshow {
    display: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}

.baguetteBox-button {
    background-color: transparent !important;
}

/* Stu Trying to Fix */
@media only screen and (min-width: 940px) {
    .container .article.article-small:nth-child(3n+1) {
        clear: none;
    }
}

/* Dave Trying to Fix */
/* When maximum width equals col-md / Small Laptop breakpoint */
@media only screen and (max-width: 991px) {
  .article .previmg, .article .prevtext {
    width: 43%;
    float: left;
  }
  .article.article-small .previmg, .article.article-small .prevtext {
    margin: 0 15px;
  }
  .article.largeticle .previmg, .article.largeticle .prevtext {
    width: auto;
    margin: 0;
    float: none;
  }
  .no-padding-left {
    padding-left: 15px;
  }
  .no-padding-right {
    padding-right: 15px;
  }
  .article.largeticle {
    margin: 15px;
  }
  .largeticle .date {
    position:relative;
    padding-left:7px;
  }
  .nfc-control {
    width:100%;
  }
  .nfc-panel {
    display:block;
    float:left;
  }
}

@media only screen and (min-width: 992px) {
  .largeticle .date {
    position: relative;
    width: 100px;
    display: block;
    text-align: center;
  }
  .largeticle .prevtext {
    margin:0;
  }
  .largeticle h3 {
    margin-top:0;
  }
}

/* 767px is when the search bar and button break */
@media only screen and (max-width: 767px) {
  .input-group {
    position: relative;
    display: block;
  }
  input[type=submit].btn-block.searchbtn {
    width: 70px;
    float: left;
    margin: 12px 0 12px 4px;
  }
  input.form-control.searchinput {
    display: inline-block;
    width: calc(100% - 74px);
    margin: 12px 0;
  }
  .show767 {
    display: unset!important;
  }
  .hide767 {
    display:none;
  }
  .navbar-header{
    padding: 10px 0 0;
  }
  .nfc-control{
    min-height:unset;
    margin-bottom:15px;
  }
  ul.cats {
    display:none;
  }
  .mobile-cats{
    display: block;
    float: right;
    color: #000;
    font-size: 16px;
  }
}

/* When maximum width equals mega small, like smaller than the smallest bootstrap smallness */
@media only screen and (max-width: 536px) {
  .article .previmg, .article .prevtext {
    width: auto;
    float: none;
  }
  .largeticle .col-xs-7, .largeticle .col-xs-5 {
    width: auto;
  }
  .article {
    width:100%;
  }
  .article.largeticle {
    width: auto;
  }
  .tinyhide {
    display: none;
  }
  .tinyshow {
    display: block;
  }
  .tinyshow img {
    display: block;
    margin: 0 auto;
  }
  .article.article-small .previmg, .article.article-small .prevtext {
    margin: 0 3%;
  }
}

.mobile-advert, .billboard-advert, .leaderboard-advert {
    display: none;
}

/* Show Advert Divs based on screen width */
@media only screen and (max-width: 720px) {
  .mobile-advert {
    display: block;
  }
}
@media only screen and (min-width: 728px) {
  .leaderboard-advert {
    display: block;
  }
}
@media only screen and (min-width: 970px) {
  .billboard-advert {
    display: block;
  }
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
#main {
  /* Browser Resets */
  /* FlexSlider Necessary Styles
	*********************************/
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  /* Clearfix for the .slides element */
  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
	 * include js that eliminates this class on page load */
  /* FlexSlider Default Theme
	*********************************/
  /* Direction Nav */
  /* Control Nav
	.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
	.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
	.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
	.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
	.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

	.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
	.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
	.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
	.flex-control-thumbs img:hover {opacity: 1;}
	.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}*/
  /*slideshow*/
  /*#slider .flex-direction-nav { display:none;}*/
  /*#carousel.flexslider .slides li:last-child img { width:100%;}*/
  /* Control Nav  */
}
#main .flex-container a:active,
#main .flexslider a:active,
#main .flex-container a:focus,
#main .flexslider a:focus {
  outline: none;
}
#main .slides,
#main .flex-control-nav,
#main .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
#main .flexslider .slides p {
  margin-bottom: 12px;
  color: #58000e;
  font-family: "Roboto Slab", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 400;
}
#main .flexslider .slides img {
  width: 100%;
  display: block;
}
#main .flex-pauseplay span {
  text-transform: capitalize;
}
#main .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#main html[xmlns] .slides {
  display: block;
}
#main * html .slides {
  height: 1%;
}
#main .no-js .slides > li:first-child {
  display: block;
}
#main .flexslider {
  position: relative;
  zoom: 1;
}
#main .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#main .loading .flex-viewport {
  max-height: 300px;
}
#main .flexslider .slides {
  zoom: 1;
}
#main #carousel img {
  display: block;
  opacity: .5;
  cursor: pointer;
}
#main #carousel img:hover {
  opacity: 1;
}
#main #carousel .flex-active-slide img {
  opacity: 1;
  cursor: default;
  border-color: rgba(48, 46, 43, 0.65);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
#main .flex-direction-nav {
  height: 0;
}
#main .flex-direction-nav a {
  width: 36px;
  height: 39px;
  margin: 0;
  display: block;
  background: url(../../../lib/flexslider/bg_direction_nav_prev.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
#main .flex-direction-nav .flex-next {
  right: 2px;
  background-image: url(../../../lib/flexslider/bg_direction_nav_next.png);
}
#main .flex-direction-nav .flex-prev {
  left: 2px;
}
#main .flexslider:hover .flex-next {
  opacity: 0.8;
}
#main .flexslider:hover .flex-prev {
  opacity: 0.8;
}
#main .flexslider:hover .flex-next:hover,
#main .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
#main .flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
#main #carousel .flex-direction-nav a {
  margin-top: -32px;
}
@media screen and (max-width: 860px) {
  #main .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  #main .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
#main #slider {
  overflow: hidden;
}
#main #slider ul {
  margin: 0;
  padding: 0;
}
#main #slider ul.slides li {
  padding: 0;
  margin: 0;
}
#main .flexslider .slides > li {
  padding: 0;
  margin: 0;
}
#main #carousel.flexslider .slides > li {
  padding: 0;
  margin: 0;
  /*padding-bottom:12px;*/
}
#main #carousel.flexslider {
  margin: 0;
}
#main .slides {
  margin: 0;
  padding: 0;
}
#main #carousel.flexslider .slides li img {
  width: 95%;
  display: block;
}
#main #carousel.flexslider .slides li:last-child {
  /*height:94px;*/
  overflow: hidden;
}
#main .flexslider .slides img {
  width: 100%;
  display: block;
  border: 2px solid #302e2b;
  border-color: rgba(48, 46, 43, 0.25);
}
#main ol.flex-control-nav {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 21px 0 0 0;
}
#main ol.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#main ol.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#main ol.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
#main ol.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
#main ol.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
#main ol.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
#main ol.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
#main ol.flex-control-thumbs img:hover {
  opacity: 1;
}
#main ol.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
