/* FONTS
-------------------------------------------------- */

.Quadon-Bold { 
	font-family: Quadon-Bold;
	font-weight: normal;
	font-style: normal;
}
.Quadon-ExtraBold { 
	font-family: Quadon-ExtraBold;
	font-weight: normal;
	font-style: normal;
}
.Quadon-ExtraBoldItalic { 
	font-family: Quadon-ExtraBoldItalic;
	font-weight: normal;
	font-style: normal;
}
.Quadon-Medium { 
	font-family: Quadon-Medium;
	font-weight: normal;
	font-style: normal;
}
.Quadon-Regular { 
	font-family: Quadon-Regular;
	font-weight: normal;
	font-style: normal;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #000000;
}

p {
	font-family: Quadon-Regular;
	font-size: 15px;
}

h1, h2, h3, h4, h5 {
	font-family: Quadon-Bold;
}

.subHeading {
	width: 100%;
	font-family: Quadon-Bold;
	border-bottom: 2px dashed #cccccc;
	text-transform:uppercase;
	padding-bottom: 10px;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  margin-top: 50px;
  height: 90px;
  font-family: Quadon-Regular;
  color: #ffffff;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar .container {
  width: 100%;
}

.navbar {
	background-color: transparent;
	border: none;
	color:#FFFFFF;
}

.navbar-nav {
	color: #FFFFFF;
}

.navbar-nav > li > a {
  line-height: 50px;
  color:#FFFFFF;
}

.navbar-nav > li > a:active,
.navbar-nav > li > a:hover {
	color:#FFFFFF;
}

.navbar-nav .active {
	color:#FFFFFF;
}

.navbar-brand {
	height: 180px;
	width: 250px;
	margin-top: -50px;
	margin-right: 20px;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 900px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	padding: 30px;
}

.carousel-caption .date {
	font-family: Quadon-Bold;
	font-size: 15px;
	text-align:left;
}

.carousel-caption .title {
	text-align:left;
	font-family: Quadon-ExtraBold;
	font-size: 40px;
	line-height: 40px;
}

.carousel-caption .title a {
	color: #ffffff;
}

.carousel-caption .title a:hover {
	text-decoration:none;
}

.carousel-caption .more {
	font-family: Quadon-ExtraBoldItalic;
	font-size: 18px;
	text-align:left;
}

.carousel-caption .more a:hover {
	text-decoration:none;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 900px;
}

.slider-size {
height: 900px; /* This is your slider height */
}

.carousel-indicators li { visibility: hidden; }

/* CUSTOMIZE THE SUBPAGE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.subPageCarousel {
  height: 600px;
}

/* Declare heights because of positioning of img element */
.subPageCarousel .item {
  height: 600px;
}

.subPageCarousel .slider-size {
height: 600px; /* This is your slider height */
}

.carousel-indicators li { visibility: hidden; }

/* CUSTOMIZE THE COUNTER
-------------------------------------------------- */

.counter-wrapper {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.counter-wrapper .event-name {
	font-family: Quadon-ExtraBoldItalic;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size: 30px;
	border: #FFFFFF solid 2px;
	padding: 20px;
	text-align:center;
}

.counter-wrapper h4 {
	font-family: Quadon-ExtraBold;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size: 30px;
}

.counter-wrapper .textContainer { 
    height: 86px;
	line-height: 80px;
}

.counter-wrapper .textContainer h2 {
    vertical-align: middle;
    display: inline-block;
	font-family: Quadon-Medium;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size: 18px;
}

.counter-wrapper p {
	font-family: Quadon-Medium;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size: 18px;
}

.counter-wrapper .event-session {
	border-top: #FFFFFF dashed thin;
	border-bottom: #FFFFFF dashed thin;
	margin-bottom: 20px;
}

#countdown {
	width: 100%;
	margin:0px auto;
}

.counter-wrapper .counterDiv {
	width: 100%;
}

.counter-wrapper h1 {
	text-align: center;
	color:#fff;
	font-size: 150px/1; 
	font-family: Quadon-ExtraBold;
	text-transform: uppercase;
	display: block;
}
		
/* CUSTOMIZE THE GALLERY
-------------------------------------------------- */

#box {
	width:100%;
	max-height:100%;
	margin: 0 auto;
	overflow:hidden;
}

#overlay {
	text-align:center;
	padding:45px 0 66px 0;
	opacity:0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
}

#box:hover #overlay {
	opacity:1;
}

#plus {
	font-family:Helvetica;
	font-weight:900;
	color:rgba(255,255,255,.85);
	font-size:96px;
}

#plus a {
	color:rgba(255,255,255,.85);
}

#plus a:hover {
	text-decoration:none;
}

/* Display Points on homepage
-------------------------------------------------- */

#homeChampionshipContainer {
	font-weight: 100;
	font-style: 100;
	text-transform:uppercase;
	line-height: 28px;
	font-family: Quadon-ExtraBold;
	color: #999999;
}


#homeChampionshipContainer .title {
	color: #ffffff;
	font-family: Quadon-ExtraBold;
	text-align:center;
	font-size: 30px;
	line-height: 50px;
}

#homeChampionshipContainer .links {
	color: #ffffff;
	font-family: Quadon-Bold;
	text-align:center;
	font-size: 18px;
	line-height: 50px;
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
	#homeChampionshipContainer {
		font-size: 12px;
		font-family: Quadon-Bold;
	}
	
	#homeChampionshipContainer .number {
		font-size: 25px;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	#homeChampionshipContainer {
		font-size: 15px;
	}
	
	#homeChampionshipContainer .number {
		font-size: 25px;
	}
}
/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
	#homeChampionshipContainer {
		font-size: 18px;
	}
	
	#homeChampionshipContainer .number {
		font-size: 25px;
	}
}
/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
	#homeChampionshipContainer {
		font-size: 18px;
	}
	
	#homeChampionshipContainer .number {
		font-size: 25px;
	}
}

#homeChampionshipContainer .position {
	float: left;
	text-align:left;
}

#homeChampionshipContainer .name {
	float: left;
	padding-left: 10px;
	color: #ffffff;
}

#homeChampionshipContainer .points {
	float: right;
	text-align:right;
}

#homeChampionshipContainer .break {
	clear: both;
	height: 3px;
	margin: 0px;
}

#table2 {
	display: none;
}

/* Sub Page Title
-------------------------------------------------- */

.title-container {
	min-height: 100px;
	margin-bottom: 30px;
	padding: 25px 0 25px 0;
}

.title {
	color: #ffffff;
	font-family: Quadon-ExtraBold;
	font-size: 48px;
	line-height: 48px;
	text-transform:uppercase;
}

/* Small Column colouring
-------------------------------------------------- */

.col-md-3 h3 {
	width: 100%;
	color: #fff;
	padding: 10px;
	font-family: Quadon-Medium;
	text-transform:uppercase;
	margin-top: 0 !important;
}

.col-md-3 .btn {
	width: 100%;
	color: #fff;
	padding: 10px;
	font-family: Quadon-Medium;
	border-radius: 0 !important;
}

.col-md-3 .divPadding {
	padding: 10px;
}

.col-md-3 .divPadding a {
	color: #000;
}

.newsBox {
	margin-bottom: 15px;
	min-height: 344px;
}

.newsBox a {
	color: #fff;
}

.newsBox .date a {
	font-family: Quadon-Bold;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 10px 10px 0 10px;
}

.newsBox .title {
	color:#FFFFFF;
	font-family: Quadon-Bold;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0 10px 10px 10px;
}

/* Calendar
-------------------------------------------------- */

.eventDateBox {
	width: 100%;
	height: 100%;
	color: #FFF;	
	min-height: 248px;
	font-family: Quadon-Bold;
	font-size: 20px;
}

.eventDateBox p {
	width: 100%;
	color: #fff;	
	font-family: Quadon-Bold;
	font-size: 25px;
	padding: 20px 0 0 15px;
}

.eventCountdownDays {
	font-family: Quadon-ExtraBold;
	font-size: 45px;
	line-height: 45px;
	padding: 20px 0 0 15px;
}

.eventCountdownDaysText {
	font-family: Quadon-Bold;
	display:block;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 10px 15px;
}

.horizontal_dotted_line{
  width: 100%;
  margin-bottom: 20px;
}

.eventNameBox {
	display: block;
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
	color: #fff;
	font-family: Quadon-Bold;
	font-size: 20px;
	line-height: 70px;
	padding-left: 10px;
}

.eventNameBox a {
	color: #fff;
}

.eventDash {
	min-height: 250px;
	background-color: #cccccc;
	text-align:center;
	color: #003366;
}

.eventDash .eventCountdownDays {
	font-family: Quadon-ExtraBoldItalic;
	display:block;
	font-size: 110px;
	line-height: 174px;
	padding: 0 0 0 15px;
}

.eventDash .eventTemp {
	font-family: Quadon-ExtraBoldItalic;
	display:block;
	font-size: 75px;
	line-height: 174px;
	padding: 0 0 0 15px;
}

.eventDash .eventCountdownDaysText {
	font-family: Quadon-ExtraBoldItalic;
	display:block;
	font-size: 20px;
	line-height: 20px;
}

.colouredText {
	font-family: Quadon-ExtraBold;
	text-transform:uppercase;
}

.nonColouredText {
	font-family: Quadon-ExtraBold;
	text-transform:uppercase;
}

.eventPanel h1 {
	width: 100%;
	font-family: Quadon-ExtraBold;
	color: #fff;
	text-transform:uppercase;
	padding: 15px;
}

#eventResults {
	width: 100%;	
	text-transform:uppercase;
}

#eventResults .date td {
	font-family: Quadon-Bold;
	padding-left: 10px;
	font-size: 18px;
	line-height: 40px;
}

#eventResults .resultHeader {
	font-family: Quadon-Bold;
	font-size: 20px;
}

#eventResults .resultHeader td {
	padding: 5px;
}

#eventResults .times {
	font-family: Quadon-Medium;
	font-size: 16px;
	text-transform:uppercase;
}

#eventResults .times td {
	padding: 5px;
}

#eventResults .times td a {
	color: #008A00;
}

.resultsSelect h4 {
	margin: 0px;
	padding: 5px 0 5px 0;
	font-family: Quadon-Bold;
	font-size: 16px;
	text-transform:uppercase;
}

.resultsSelect h5 {
	margin: 0px;
	padding: 0 0 5px 0;
	font-family: Quadon-Medium;
	font-size: 12px;
	border-bottom: 1px solid #999999;
	color: #000;
}

.resultsSelect h5 a {
	color: #000;
}

#resultsWide {
	width:100%;
	font-family: arial;
	font-weight: 100;
	font-style: 100;
	color:#000;
	font-size: 14px;
	border-collapse: collapse;
	padding: 0;
}

#resultsWide .header {
	color:#000;
	font-family: Quadon-Bold;
	font-weight: 100;
	font-style: 100;
	font-size: 14px;
	height:30px;
	vertical-align: middle;
	text-transform:uppercase
}

#resultsWide .highlight {
	background-image:url(/images/points1.png);
	background-repeat:repeat;
}

#resultsWide td {
	padding: 2px;
}

/* Footer
-------------------------------------------------- */

.footerLight {
	margin-top: 50px;
	background-color: #fff;
}

.footerLight h1 {
	font-family: Quadon-ExtraBoldItalic;
	text-transform:uppercase;
	padding: 0;
	margin: 0;
	padding-top: 40px;
}

.footerLight h2 {
	font-family: Quadon-ExtraBoldItalic;
	text-transform:uppercase;
	padding: 0;
	margin: 0;
}

.social {
	height: 80px;
	line-height: 80px;
}

.footerDark {
	padding-bottom: 20px;
}

.footerLine {
	height: 10px;
}

.footerLight h1 {
	padding-top: 40px;
}

.footerDark img{
	vertical-align:bottom;
	border:0;
}

.footerDark .dottedLine {
  border-bottom: 1px dashed #fff;
  width: 100%;
  margin: 10px 0 10px 0;
}

.footerDark h3 {
	color: #ffffff;
	font-family: Quadon-ExtraBoldItalic;
	font-size: 12px;
}

.footerDark .fa {
	margin: 10px;
}

.footerDark h3 a {
	color: #ffffff;
}


/* Other
-------------------------------------------------- */

.fa {
	color:#FFFFFF;
}

.fa a {
	color:#FFFFFF
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.btn-space {
    margin-bottom: 5px;
}

.btn-space20 {
    margin-bottom: 20px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}