﻿/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* structure */
@font-face {
  font-family: "droid_sansbold";
  src: url("../fonts/droidsans_bold/DroidSans-Bold-webfont.eot");
  src: url("../fonts/droidsans_bold/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/droidsans_bold/DroidSans-Bold-webfont.woff") format("woff"), url("../fonts/droidsans_bold/DroidSans-Bold-webfont.ttf") format("truetype"), url("../fonts/droidsans_bold/DroidSans-Bold-webfont.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "droid_sansregular";
  src: url("../fonts/droidsans_regular/DroidSans-webfont.eot");
  src: url("../fonts/droidsans_regular/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/droidsans_regular/DroidSans-webfont.woff") format("woff"), url("../fonts/droidsans_regular/DroidSans-webfont.ttf") format("truetype"), url("../fonts/droidsans_regular/DroidSans-webfont.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "twcent";
  src: url("../fonts/twcentmtcondexbold/TwCenMT-CondensedExtraBold.eot");
  src: url("../fonts/twcentmtcondexbold/TwCenMT-CondensedExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/twcentmtcondexbold/TwCenMT-CondensedExtraBold.woff") format("woff"), url("../fonts/twcentmtcondexbold/TwCenMT-CondensedExtraBold.ttf") format("truetype"), url("../fonts/twcentmtcondexbold/TwCenMT-CondensedExtraBold.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*#2c4f82; */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
table.table tr td {
  vertical-align: middle !important;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
@media (max-width: 768px) {
  .btn-block-xs {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .btn-block-xs + .btn-block-xs {
    margin-top: 5px;
    margin-left: 0 !important;
  }
  input[type="submit"].btn-block-xs,
  input[type="reset"].btn-block-xs,
  input[type="button"].btn-block-xs {
    width: 100%;
  }
  /*[class*='col-']{
		margin-bottom:5px;
	}*/
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
body {
  font-family: "droid_sansregular", Arial, Verdana, sans-serif;
}
strong {
  font-family: "droid_sansbold", Arial, Verdana, sans-serif;
  font-weight: bold;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #2c4f82 !important;
}
.btn-ems {
  color: #FFFFFF;
  background-color: #0B56A4;
  border-color: #0B56A4;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  font-size: 16px;
  border-radius: 0;
}
.btn-ems.btn-lg {
  font-size: 20px;
  line-height: 24px;
}
.btn-ems.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-ems.btn-gold {
  color: #0B56A4;
  background-color: #EEC900;
  border-color: #EEC900;
}
.btn-ems.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-ems:hover,
.btn-ems:focus,
.btn-ems:active,
.btn-ems.active,
.open .dropdown-toggle.btn-ems {
  color: #FFFFFF;
  background-color: #3763A6;
  border-color: #2C4F82;
}
.btn-ems:hover.btn-success,
.btn-ems:focus.btn-success,
.btn-ems:active.btn-success,
.btn-ems.active.btn-success,
.open .dropdown-toggle.btn-ems.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-ems:hover.btn-gold,
.btn-ems:focus.btn-gold,
.btn-ems:active.btn-gold,
.btn-ems.active.btn-gold,
.open .dropdown-toggle.btn-ems.btn-gold {
  color: #0B56A4;
  background-color: #e4c000;
  border-color: #EEC900;
}
.btn-ems:hover.btn-danger,
.btn-ems:focus.btn-danger,
.btn-ems:active.btn-danger,
.btn-ems.active.btn-danger,
.open .dropdown-toggle.btn-ems.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-ems:active,
.btn-ems.active,
.open .dropdown-toggle.btn-ems {
  background-image: none;
}
.btn-ems.disabled,
.btn-ems[disabled],
fieldset[disabled] .btn-ems,
.btn-ems.disabled:hover,
.btn-ems[disabled]:hover,
fieldset[disabled] .btn-ems:hover,
.btn-ems.disabled:focus,
.btn-ems[disabled]:focus,
fieldset[disabled] .btn-ems:focus,
.btn-ems.disabled:active,
.btn-ems[disabled]:active,
fieldset[disabled] .btn-ems:active,
.btn-ems.disabled.active,
.btn-ems[disabled].active,
fieldset[disabled] .btn-ems.active {
  background-color: #2C4F82;
  border-color: #2C4F82;
}
.btn-ems .badge {
  color: #2C4F82;
  background-color: #FFFFFF;
}
.btn-ems .badge.btn-success {
  color: #5cb85c;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* dark mode */
/*@media (prefers-color-scheme: dark) {
    body {
        color: #fff;
        background: #000;
    }

    a {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    footer p {
        color: #aaa;
    }

    header h1,
    header h2 {
        color: #fff;
    }

    header h1 a {
        color: #fff;
    }

    nav ul li {
        background: #000;
    }

    .divider {
        border-bottom: 1px solid #ddd;
    }
}*/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* sub menu */
.submenu {
  margin: 38px 0px 15px 0px;
}
.submenu .navbar-header {
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
}
.submenu .navbar-header .navbar-brand {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
}
.submenu .navbar-header .navbar-toggle {
  margin-top: 12px;
  color: #FFF;
  background-color: #d7ad37;
}
.submenu .navbar-header .navbar-toggle:visited {
  background-color: #d7ad37;
}
.submenu .navbar-header .navbar-toggle:hover {
  background-color: #CCC;
}
.submenu .navbar-header .navbar-toggle:focus {
  background-color: #d7ad37;
}
.submenu .navbar-header .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.submenu .sub-navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .submenu .sub-navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.submenu .sub-navbar-collapse ul.sub-nav-list {
  list-style-type: none;
  padding: 0;
}
.submenu .sub-navbar-collapse ul.sub-nav-list li.title a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 10px 10px 15px;
  margin-bottom: 5px;
  display: block;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  background: #2c4f82;
  background: -moz-linear-gradient(top, #2c4f82 0%, #17458a 100%);
  background: -webkit-linear-gradient(top, #2c4f82 0%, #17458a 100%);
  background: linear-gradient(to bottom, #2c4f82 0%, #17458a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c4f82', endColorstr='#17458a', GradientType=0);
}
.submenu .sub-navbar-collapse ul.sub-nav-list li.main a {
  display: block;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
}
.submenu .sub-navbar-collapse ul.sub-nav-list li.main a:hover,
.submenu .sub-navbar-collapse ul.sub-nav-list li.main a.active {
  color: #FFF;
  background-color: #16618b;
}
.submenu .sub-navbar-collapse ul.sub-nav-list li.sub a {
  display: block;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
}
.submenu .sub-navbar-collapse ul.sub-nav-list li.sub a:hover,
.submenu .sub-navbar-collapse ul.sub-nav-list li.sub a.active {
  /*color:#FFF;
					background-color:#2557a1;*/
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
.container-fluid .row .col-md-12 {
  padding-right: 0px;
  padding-left: 0px;
}
.container-fluid.correct-padding .row .col-md-12 {
  padding-right: 15px;
  padding-left: 15px;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
.news-flash {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .news-flash {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-flash {
    font-size: 15px;
  }
}
.news-flash .flash-title {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  padding: 14px 20px 14px 20px;
  font-size: 24px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: 15px;
  display: block;
  text-align: center;
  /*@media (min-width: @screen-md-min) and (max-width:@screen-md-max) {
			padding:23px 20px 23px 20px;
		}*/
}
@media (min-width: 768px) {
  .news-flash .flash-title {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .news-flash .flash-title {
    padding: 23px 20px 23px 20px;
  }
}
.news-flash .flash-title.alert-title {
  background-color: #803333;
}
.news-flash .flash-title.caution-title {
  background-color: #cc8400;
}
.news-flash .flash-title.info-title {
  background-color: #006400;
}
@media (max-width: 767px) {
  .news-flash .flash-title {
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-flash .flash-title {
    padding: 0px;
    margin-left: 0px;
    margin-right: 3px;
    text-align: center;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.news-flash .flash-body {
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-flash .flash-body {
    padding-top: 5px;
  }
}
@media (min-width: 1200px) {
  .news-flash .flash-body {
    padding-top: 6px;
  }
}
.news-flash .flash-body a {
  color: #333;
}
.news-flash .flash-body table {
  height: 54px;
}
.news-flash .flash-body table tr td {
  vertical-align: middle;
}
@keyframes pulse-alert {
  50% {
    background-color: #FF0000;
  }
}
@keyframes pulse-caution {
  50% {
    background-color: #e59400;
  }
}
@keyframes pulse-info {
  50% {
    background-color: #4c924c;
  }
}
.flash-title {
  animation: pulse-alert 10s ease-out 10;
}
.caution-title {
  animation: pulse-caution 10s ease-out 10;
}
.info-title {
  animation: pulse-info 10s ease-out 10;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
.page-jumbotron {
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  .page-jumbotron {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-jumbotron {
    height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-jumbotron {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .page-jumbotron {
    height: 380px;
  }
}
.generic-jumbotron {
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  .generic-jumbotron {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .generic-jumbotron {
    height: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .generic-jumbotron {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .generic-jumbotron {
    height: 180px;
  }
}
#Content.news-content .article-list .article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD;
}
#Content.news-content .article-list .article h3 {
  margin-top: 5px;
}
#Content.news-content .article-list .article .article-image {
  height: 175px;
  border: 1px solid #2c4f82;
  background-size: cover;
  background-position: top center;
}
#Content.news-content .article-list .article .news-title {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #2C4F82;
  margin-bottom: 3px;
}
#Content.news-content .article-list .article .news-date {
  color: #777;
  margin-bottom: 10px;
}
#Content.news-content .article-list .article .news-date .category {
  background-color: #CCC;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #333;
  padding: 5px 5px 5px 5px;
  margin-right: 5px;
}
#Content.news-content .news-caption-container .news-caption {
  display: inline;
  float: right;
}
@media (max-width: 767px) {
  #Content.news-content .news-caption-container .news-caption {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Content.news-content .news-caption-container .news-caption {
    margin-top: -40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #Content.news-content .news-caption-container .news-caption {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  #Content.news-content .news-caption-container .news-caption {
    margin-top: -40px;
  }
}
#Content.news-content .news-caption-container .news-caption .caption-text {
  background-color: #FFF;
  color: #000;
  padding: 10px 10px 10px 10px;
}
@media (max-width: 767px) {
  #Content.news-content .news-caption-container .news-caption .caption-text {
    display: block;
  }
}
#Content.news-content .news-caption-container .news-caption .credit-text {
  background-color: #CCC;
  color: #000;
  padding: 10px 10px 10px 10px;
  font-size: 75%;
  line-height: 14px;
}
@media (max-width: 767px) {
  #Content.news-content .news-caption-container .news-caption .credit-text {
    display: block;
  }
}
#Content.news-content .old-news-image {
  margin-top: 40px;
}
#Content.news-content .old-news-caption {
  margin-top: 10px;
}
#Content.news-content .old-news-caption .caption-text {
  background-color: #FFF;
  color: #000;
  padding: 10px 10px 10px 10px;
}
@media (max-width: 767px) {
  #Content.news-content .old-news-caption .caption-text {
    display: block;
  }
}
#Content.news-content .old-news-caption .credit-text {
  background-color: #CCC;
  color: #000;
  padding: 10px 10px 10px 10px;
  font-size: 75%;
  line-height: 14px;
}
@media (max-width: 767px) {
  #Content.news-content .old-news-caption .credit-text {
    display: block;
  }
}
#Content.news-content .article-detail .news-title {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #2C4F82;
  margin-bottom: 3px;
  margin-top: 40px;
}
#Content.news-content .article-detail .category {
  background-color: #CCC;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #333;
  padding: 5px 7px 3px 8px;
  margin-right: 5px;
  display: inline-block;
}
#Content.news-content .article-detail .news-date {
  color: #777;
  margin-bottom: 5px;
}
#Content.news-content .article-detail .news-author {
  color: #777;
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #EEE;
}
#Footer .footer-partners {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #EEC900;
}
#Footer .footer-partners .partner {
  margin-bottom: 20px;
}
#Footer .footer-partners .partner img {
  margin-left: auto;
  margin-right: auto;
}
#Footer .mainFooter {
  color: #FFF;
  background-color: #0B56A4;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #Footer .mainFooter {
    text-align: center;
  }
}
#Footer .mainFooter a {
  color: #FFF;
}
#Footer .mainFooter ul.footerLinks {
  list-style-type: none;
  margin: 0px 0px 15px 0px;
  padding: 0;
}
@media (max-width: 767px) {
  #Footer .mainFooter ul.footerLinks {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
#Footer .mainFooter ul.footerLinks li.title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #Footer .mainFooter ul.footerLinks li.main {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 0px;
  }
}
#Footer .mainFooter ul.footerLinks li.main a {
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  white-space: nowrap;
}
#Footer .mainFooter ul.footerLinks li.main a.footerLogo {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* Sticky footer styles
	/******************************************** */
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 305px;
  }
  #Footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 305px;
  }
  /******************************************** */
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* FIND US */
.find-us-tabs {
  padding-top: 10px;
  padding-left: 10px;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  background: #2c4f82;
  background: -moz-linear-gradient(top, #2c4f82 0%, #17458a 100%);
  background: -webkit-linear-gradient(top, #2c4f82 0%, #17458a 100%);
  background: linear-gradient(to bottom, #2c4f82 0%, #17458a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c4f82', endColorstr='#17458a', GradientType=0);
}
.find-us-tabs.nav-tabs {
  border: 0;
}
.find-us-tabs.nav-tabs li a {
  color: #FFF;
  border-radius: 0;
}
.find-us-tabs.nav-tabs li a:hover {
  color: #555;
  background-color: #FFF;
}
.find-us-tabs.nav-tabs li.active a {
  color: #555;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* TEAM */
#HomeTeamProfile a:hover {
  text-decoration: none;
}
#HomeTeamProfile a .rider {
  margin-top: 25px;
}
#HomeTeamProfile a .rider .image {
  height: 100px;
  background-size: 100%;
  background-position: center;
  transition: background ease-in-out 1s;
}
#HomeTeamProfile a .rider .image:hover {
  background-size: 102%;
}
#HomeTeamProfile a .rider .name-number {
  background-color: #CCC;
}
#HomeTeamProfile a .rider .name-number .number {
  padding: 4px 10px 4px 10px;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  font-size: 15px;
  line-height: 17px;
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
  display: block;
  text-align: center;
}
#HomeTeamProfile a .rider .name-number .name {
  color: #333;
  padding: 3px 10px 5px 10px;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  display: block;
  text-align: center;
}
#TeamProfile a:hover {
  text-decoration: none;
}
#TeamProfile a .rider {
  margin-top: 25px;
}
#TeamProfile a .rider .image {
  height: 350px;
  background-size: 100%;
  background-position: center;
  transition: background ease-in-out 1s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #TeamProfile a .rider .image {
    height: 285px;
  }
}
#TeamProfile a .rider .image:hover {
  background-size: 102%;
}
#TeamProfile a .rider .name-number {
  background-color: #CCC;
}
#TeamProfile a .rider .name-number .number {
  padding: 4px 10px 4px 10px;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  font-size: 25px;
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
}
#TeamProfile a .rider .name-number .name {
  color: #333;
  padding: 3px 10px 5px 10px;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #TeamProfile a .rider .name-number .name {
    font-size: 22px;
  }
}
#Profile .profile-image {
  margin-top: -100px;
}
@media (max-width: 767px) {
  #Profile .profile-image {
    margin-top: 15px;
    text-align: center;
  }
}
#Profile .headine-details {
  border-bottom: 1px solid #EEE;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#Profile .headine-details p {
  font-size: 16px;
}
#Profile .headine-details p .fa {
  width: 40px;
  font-size: 22px;
  color: #052d55;
  text-align: center;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
.emtv-channels {
  margin-top: 25px;
}
.emtv-channels .channel {
  background-size: 100%;
  background-position: center;
  height: 130px;
  margin-bottom: 25px;
  transition: all ease-in-out 1s;
}
.emtv-channels .channel:hover {
  background-size: 105%;
}
.emtv-channels .channel .channel-details {
  padding-top: 75px;
}
.emtv-channels .channel .channel-details .channel-name {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  font-size: 20px;
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
  display: inline-block;
  padding: 5px 10px 5px 10px;
  display: table;
  /*breaks onto new lines */
}
.emtv-categories {
  margin-top: 25px;
}
.emtv-categories .category {
  background-size: 100%;
  background-position: center;
  height: 185px;
  margin-bottom: 25px;
  transition: all ease-in-out 1s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .emtv-categories .category {
    height: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .emtv-categories .category {
    height: 150px;
  }
}
.emtv-categories .category:hover {
  background-size: 105%;
}
.emtv-categories .category .category-details {
  padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .emtv-categories .category .category-details {
    padding-top: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .emtv-categories .category .category-details {
    padding-top: 100px;
  }
}
.emtv-categories .category .category-details .category-name {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  font-size: 20px;
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
  display: inline-block;
  padding: 5px 10px 5px 10px;
  display: table;
  /*breaks onto new lines */
}
.emtv-videos {
  margin-top: 25px;
}
.emtv-videos a {
  text-decoration: none !important;
}
.emtv-videos .video {
  background-size: 100%;
  background-position: center;
  height: 185px;
  margin-bottom: 25px;
  transition: all ease-in-out 1s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .emtv-videos .video {
    height: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .emtv-videos .video {
    height: 150px;
  }
}
.emtv-videos .video:hover {
  background-size: 105%;
}
.emtv-videos .video .video-details {
  padding-top: 85px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .emtv-videos .video .video-details {
    padding-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .emtv-videos .video .video-details {
    padding-top: 60px;
  }
}
.emtv-videos .video .video-details .sub-category {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  background-color: #FFF;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  display: inline-block;
  display: table;
  /*breaks onto new lines */
  color: #333;
}
.emtv-videos .video .video-details .title {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  font-size: 16px;
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
  display: inline-block;
  padding: 5px 10px 5px 10px;
  display: table;
  /*breaks onto new lines */
}
.emtv-videos .video .video-details .date {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  background-color: #FFF;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  display: table;
  /*breaks onto new lines */
  color: #333;
}
.emtv-videos .video .video-details .heat {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  font-size: 12px;
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
  display: inline-block;
  padding: 5px 10px 5px 10px;
  display: table;
  /*breaks onto new lines */
}
.emtv-html5-player {
  margin-bottom: 20px;
}
.video-details .title {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #0B56A4;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}
.video-details .date {
  margin-bottom: 3px;
}
.video-details .sub-category {
  margin-bottom: 3px;
}
.video-details .heat {
  margin-bottom: 15px;
}
.video-details .description {
  margin-bottom: 20px;
}
.emtv-listing a {
  text-decoration: none;
}
.emtv-listing .video {
  background-size: 100%;
  background-position: center;
  height: 200px;
  margin-bottom: 25px;
  transition: all ease-in-out 1s;
}
.emtv-listing .video:hover {
  background-size: 110%;
}
.emtv-listing .video .video-details {
  padding-top: 75px;
}
.emtv-listing .video .video-details .sub-category {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  background-color: #FFF;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  display: inline-block;
  display: table;
  /*breaks onto new lines */
  color: #333;
}
.emtv-listing .video .video-details .title {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  font-size: 16px;
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
  display: inline-block;
  padding: 5px 10px 5px 10px;
  display: table;
  /*breaks onto new lines */
}
.emtv-listing .video .video-details .date-time {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  background-color: #FFF;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  display: table;
  /*breaks onto new lines */
  color: #333;
}
.emtv-listing .video .video-details .heat {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  font-size: 12px;
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
  display: inline-block;
  padding: 5px 10px 5px 10px;
  display: table;
  /*breaks onto new lines */
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* IN FOCUS */
.infocus-listing a {
  text-decoration: none;
}
.infocus-listing .video {
  background-size: 100%;
  background-position: center;
  height: 200px;
  margin-bottom: 25px;
  transition: all ease-in-out 1s;
}
.infocus-listing .video:hover {
  background-size: 110%;
}
.infocus-listing .video .video-details {
  padding-top: 120px;
}
.infocus-listing .video .video-details .title {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  font-size: 16px;
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
  display: inline-block;
  padding: 5px 10px 5px 10px;
  display: table;
  /*breaks onto new lines */
}
.infocus-listing .video .video-details .date-time {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  background-color: #FFF;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  display: table;
  /*breaks onto new lines */
  color: #333;
}
.infocus-gallery .easyhtml5video {
  margin-top: 40px;
  min-height: 300px;
}
.infocus-gallery .easyhtml5video video {
  width: 92% !important;
  height: auto !important;
}
.infocus-gallery .easyhtml5video img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .infocus-gallery .details {
    margin-top: 50px;
  }
}
.infocus-gallery .details .title {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}
.infocus-gallery .details .date {
  margin-bottom: 3px;
}
.infocus-gallery .details .competition {
  margin-bottom: 3px;
}
.infocus-gallery .details .heat {
  margin-bottom: 15px;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* CLUB SHOP */
.product-listing a {
  text-decoration: none;
}
.product-listing a .product {
  background-color: #EEE;
  color: #2c4f82;
  text-decoration: none;
  margin-bottom: 25px;
}
.product-listing a .product .product-image {
  height: 360px;
  background-size: cover;
  background-color: #FFF;
  background-position: center;
  border: 1px solid #EEE;
  border-bottom: none;
  background-position: top;
}
.product-listing a .product .product-image.related-item-image {
  height: 260px;
}
.product-listing a .product .details {
  padding: 5px 10px 10px 10px;
}
.product-listing a .product .details .title {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
}
.product-detail .product-image {
  border: 1px solid #EEE;
  border-bottom: none;
}
.product-detail .item-description {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DDD;
}
.product-detail .item-price {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DDD;
}
.product-detail .item-price .price {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  font-size: 45px;
  color: #0B56A4;
}
.product-detail .item-price .price-note {
  font-style: italic;
  font-size: 13px;
}
.basket-summary {
  margin-top: 40px;
}
table.basket td {
  vertical-align: middle !important;
}
table.basket td .form-group {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .checkout-buttons {
    float: right;
  }
}
.breadcrumb {
  margin-top: 40px;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* GRAND DRAW */
.grand-draw .total-payout-amount {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  color: #2c4f82;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* HOSPITALITY AND SPONSORSHIP */
.meeting-sponsorship th {
  text-align: center;
}
.meeting-sponsorship th:first-child {
  text-align: left;
}
.meeting-sponsorship th.logo {
  text-align: center !important;
}
.meeting-sponsorship th.logo img {
  margin-left: auto;
  margin-right: auto;
}
.meeting-sponsorship th.ghml {
  text-align: center !important;
}
.meeting-sponsorship th.price {
  background-color: #c89b04;
  border-left: 1px solid #FFF;
  color: #FFF;
}
.meeting-sponsorship td {
  text-align: center;
  vertical-align: middle !important;
}
.meeting-sponsorship td:first-child {
  text-align: left;
}
.meeting-sponsorship td.available {
  color: #CCC;
  font-style: italic;
}
.meeting-sponsorship.availability td:nth-child(2) {
  text-align: left !important;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* STATISTICS */
#LeagueTable {
  height: 252px;
}
@media (max-width: 767px) {
  #LeagueTable {
    height: 716px;
  }
}
#ShieldTable {
  height: 252px;
}
@media (max-width: 767px) {
  #ShieldTable {
    height: 716px;
  }
}
#AveragesTable {
  height: 1091px;
}
@media (max-width: 767px) {
  #AveragesTable {
    height: 860px;
  }
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* CONTACT US */
@media (min-width: 768px) {
  .panel-contact {
    min-height: 200px;
  }
}
.panel-ems {
  border-color: #0B56A4;
}
.panel-ems .panel-heading {
  background-color: #0B56A4;
  color: #FFF;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.panel-ems-danger {
  border-color: #CC0000;
}
.panel-ems-danger .panel-heading {
  background-color: #CC0000;
  color: #FFF;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.panel-ems-success {
  border-color: #5cb85c;
}
.panel-ems-success .panel-heading {
  background-color: #5cb85c;
  color: #FFF;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.panel-ems-warning {
  border-color: #d58512;
}
.panel-ems-warning .panel-heading {
  background-color: #d58512;
  color: #FFF;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
.benefits-list {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
.benefits-list li {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #CCC;
  list-style-type: none;
  background-image: url(/images/page-images/tick.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: left center;
  padding-left: 50px;
}
.benefits-list li:first-child {
  border-top: 1px solid #CCC;
}
.benefits-list-small {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 35px;
  padding-left: 0px;
  padding-right: 0px;
}
.benefits-list-small li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEE;
  list-style-type: none;
  background-image: url(/images/page-images/tick.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: left center;
  padding-left: 40px;
}
.benefits-list-small li:first-child {
  border-top: 1px solid #EEE;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
.login {
  margin-top: 35px;
}
.login .login-register-container {
  background-color: #FFF;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #343434;
}
.login .login-register-container ul.nav li.active a {
  background-color: #FFF;
  color: #0B56A4;
}
.login .login-register-container ul.nav li a {
  border-radius: 0;
  background-color: #0B56A4;
  color: #FFF;
}
.login .login-register-container .tab-content {
  padding: 15px;
}
.login .login-register-container .tab-content .form-group {
  margin-bottom: 10px;
}
.login .login-register-container .tab-content .buttons {
  margin-top: 20px;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
.your-account .profile-header {
  border-radius: 4px;
  border: 1px solid #AAA;
  background-color: #EEE;
  padding: 20px;
}
@media (max-width: 767px) {
  .your-account .profile-header .profile-picture {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .your-account .profile-header .profile-picture img {
    min-height: 170px;
    min-width: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .your-account .profile-header .profile-picture img {
    height: 147px;
    width: 147px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .your-account .profile-header .profile-picture img {
    height: 202px;
    width: 202px;
  }
}
@media (min-width: 1200px) {
  .your-account .profile-header .profile-picture img {
    height: 158px;
    width: 158px;
  }
}
.your-account .profile-header .name-level {
  text-align: right;
}
@media (max-width: 767px) {
  .your-account .profile-header .name-level {
    text-align: center;
  }
}
.your-account .profile-header .name-level .username {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #0B56A4;
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .your-account .profile-header .name-level .username {
    margin-top: 40px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .your-account .profile-header .name-level .username {
    margin-top: 60px;
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .your-account .profile-header .name-level .username {
    margin-top: 40px;
    font-size: 50px;
    line-height: 50px;
  }
}
.your-account .profile-header .name-level .account-level {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #0B56A4;
  font-size: 20px;
  line-height: 20px;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
.header {
  height: 60px;
}
@media (min-width: 768px) {
  .header {
    height: 80px;
  }
}
body {
  border-top: 2px solid #EEC900;
}
.primary-header {
  background-color: #2c4f82;
}
.primary-header .sponsor .text {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  padding: 5.5px 8px 0px 0px;
  float: right;
}
.primary-header .sponsor .image {
  float: right;
  padding: 0px 3px 0px 0px;
}
.navbar {
  min-height: 40px !important;
}
.navbar-ems {
  border: 0;
  border-radius: 0;
  margin-bottom: 0px;
  background: #0B56A4;
  /*	background: -moz-linear-gradient(top,  #0B56A4 0%, #17458a 100%);
	background: -webkit-linear-gradient(top,  #0B56A4 0%,#17458a 100%);
	background: linear-gradient(to bottom,  #0B56A4 0%,#17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B56A4', endColorstr='#17458a',GradientType=0 );*/
}
@media (min-width: 768px) {
  .navbar-ems {
    height: 80px;
  }
}
.navbar-ems .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-ems .navbar-collapse.in {
  /* allow long menu to scroll at xs size */
}
@media (max-width: 767px) {
  .navbar-ems .navbar-collapse.in {
    max-height: 90vh;
  }
}
.navbar-ems .navbar-brand {
  padding: 4px 0px 4px 15px;
}
.navbar-ems.affix-top .show-affix {
  display: none;
}
.navbar-ems.affix-top .hide-affix {
  display: block;
}
.navbar-ems.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.navbar-ems.affix .show-affix {
  display: block;
}
@media (max-width: 767px) {
  .navbar-ems.affix .show-affix {
    display: none;
  }
}
.navbar-ems.affix .hide-affix {
  display: none;
}
@media (max-width: 767px) {
  .navbar-ems.affix .hide-affix {
    display: block;
  }
}
.navbar-ems .navbar-nav {
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-ems .navbar-nav li {
  line-height: 30px;
}
.navbar-ems .navbar-nav li a {
  font-weight: bold;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
}
.navbar-ems .navbar-nav li a.highlight {
  background-color: #EEC900 !important;
  color: #0B56A4 !important;
}
@media (max-width: 767px) {
  .navbar-ems .navbar-nav li a {
    /* BOOK TICKETS */
    padding: 15px 15px 15px 15px;
    /* SEASON TICKETS 
					padding:15px 20px 15px 20px;	*/
    font-size: 20px;
    border-right: 0px;
    border-top: 1px solid #052d55;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-ems .navbar-nav li a {
    /* BOOK TICKETS */
    padding: 30px 15px 30px 15px;
    /* SEASON TICKETS 
					padding:10px 10px 10px 10px;*/
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-ems .navbar-nav li a {
    /* BOOK TICKETS */
    padding: 30px 15px 30px 15px;
    /* SEASON TICKETS 
					padding:10px 25px 10px 25px; */
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .navbar-ems .navbar-nav li a {
    /* BOOK TICKETS */
    padding: 30px 15px 30px 15px;
    /* SEASON TICKETS
					padding:10px 40px 10px 40px; */
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .navbar-ems .navbar-nav li a.first {
    border-top: 0px;
  }
}
.navbar-ems .navbar-nav li a.logo {
  padding: 6px 20px 7px 20px;
}
.navbar-ems .navbar-nav li a:link {
  color: #FFFFFF;
  background-color: transparent;
}
.navbar-ems .navbar-nav li a:visited {
  color: #FFFFFF;
  background-color: transparent;
}
.navbar-ems .navbar-nav li a:hover {
  color: #0854a1;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.navbar-ems .navbar-nav li a:hover .fa {
  color: #FFF;
}
.navbar-ems .navbar-nav li a:hover.login-header .fa {
  color: #0B56A4;
}
.navbar-ems .navbar-nav li a.active {
  color: #0854a1;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.navbar-ems .navbar-nav li.open {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.navbar-ems .navbar-nav li.open a {
  color: #0854a1;
}
.navbar-ems .navbar-nav li.open .fa {
  color: #FFF;
}
@media (max-width: 767px) {
  .navbar-ems .navbar-nav li ul.dropdown-menu {
    background-color: #2A6AAB;
  }
}
.navbar-ems .navbar-nav li ul.dropdown-menu a {
  font-size: 18px;
  padding: 7px 20px 7px 20px;
  border-right: 0px;
}
@media (max-width: 767px) {
  .navbar-ems .navbar-nav li ul.dropdown-menu a {
    /*border-color: #AAA;*/
    border: none;
  }
}
.navbar-ems .navbar-nav li ul.dropdown-menu a:link {
  color: #0854a1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-ems .navbar-nav li ul.dropdown-menu a:link {
    color: #FFF;
  }
}
.navbar-ems .navbar-nav li ul.dropdown-menu a:visited {
  color: #0854a1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-ems .navbar-nav li ul.dropdown-menu a:visited {
    color: #FFF;
  }
}
.navbar-ems .navbar-nav li ul.dropdown-menu a.hover {
  color: #0854a1;
}
@media (max-width: 767px) {
  .navbar-ems .navbar-nav li ul.dropdown-menu a.hover {
    color: #FFF;
  }
}
.navbar-ems .navbar-nav li ul.dropdown-menu a.highlight {
  background-color: #EEC900;
}
.navbar-ems .navbar-nav li.logo {
  margin-top: -24px;
  position: relative;
  height: 100px;
  z-index: 1000;
}
.navbar-ems .navbar-nav li.logo a:hover {
  background: none !important;
}
.navbar-ems .navbar-nav li.logo img {
  height: 115px;
}
.navbar-ems .navbar-nav li.tickets {
  background-color: #EEC900;
}
.navbar-ems .navbar-nav li.tickets a {
  color: #0B56A4;
}
.navbar-ems .navbar-nav li.tickets a .fa {
  font-size: 19px;
  line-height: 19px;
}
.navbar-ems .navbar-nav li.tickets a:hover {
  color: #0B56A4;
}
.navbar-ems .navbar-nav li.tickets a:hover .fa {
  color: #0B56A4;
}
.navbar-ems.affix li.logo {
  margin-top: 0px;
}
.navbar-ems.affix li.logo img {
  height: 68px;
}
.navbar-ems .navbar-toggle {
  margin-top: 12px;
  color: #FFF;
  background-color: #d7ad37;
}
.navbar-ems .navbar-toggle:visited {
  background-color: #d7ad37;
}
.navbar-ems .navbar-toggle:hover {
  background-color: #CCC;
}
.navbar-ems .navbar-toggle:focus {
  background-color: #d7ad37;
}
.navbar-ems .navbar-toggle .icon-bar {
  /*background-color: #FFF;*/
  background-color: #0B56A4;
}
.navbar-ems .navbar-toggle.tickets {
  font-size: 18px;
  line-height: 12px;
  color: #0B56A4;
  padding: 7px 13px 7px 13px;
}
.navbar-megamenu .dropdown-large {
  position: static !important;
}
.navbar-megamenu .dropdown-menu-large {
  margin-left: 175px;
  margin-right: 16px;
  padding: 20px 0px;
  margin-top: -1px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-megamenu .dropdown-menu-large {
    width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-megamenu .dropdown-menu-large {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .navbar-megamenu .dropdown-menu-large {
    width: 55%;
  }
}
.navbar-megamenu .dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.navbar-megamenu .dropdown-menu-large > li > ul > li {
  list-style: none;
}
.navbar-megamenu .dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  font-family: "droid_sansregular", Arial, Verdana, sans-serif;
  font-size: 14px !important;
  text-transform: capitalize;
  line-height: 20px;
}
.navbar-megamenu .dropdown-menu-large > li ul > li > a:hover,
.navbar-megamenu .dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .navbar-megamenu .dropdown-menu-large > li ul > li > a:hover,
  .navbar-megamenu .dropdown-menu-large > li ul > li > a:focus {
    color: #0B56A4 !important;
  }
}
.navbar-megamenu .dropdown-menu-large .dropdown-header {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .navbar-megamenu .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-megamenu .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .navbar-megamenu .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .navbar-megamenu .dropdown-menu-large .dropdown-header {
    padding: 3px 13px !important;
  }
}
.navbar-megamenu .dropdown-small {
  position: static !important;
}
.navbar-megamenu .dropdown-small .dropdown-toggle.profile-picture {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-megamenu .dropdown-small .dropdown-toggle.profile-picture img {
  width: 50px;
  height: 50px;
  padding: 2px;
}
.navbar-megamenu .dropdown-menu-small {
  margin-left: 175px;
  margin-right: 0px;
  padding: 20px 0px;
  margin-top: -1px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-megamenu .dropdown-menu-small {
    width: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-megamenu .dropdown-menu-small {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .navbar-megamenu .dropdown-menu-small {
    width: 20%;
  }
}
.navbar-megamenu .dropdown-menu-small > li > ul {
  padding: 0;
  margin: 0;
}
.navbar-megamenu .dropdown-menu-small > li > ul > li {
  list-style: none;
}
.navbar-megamenu .dropdown-menu-small > li > ul > li.dropdown-item > a {
  display: block;
  padding: 7px 20px;
  font-family: "droid_sansregular", Arial, Verdana, sans-serif;
  font-size: 14px !important;
  text-transform: capitalize;
  line-height: 20px;
}
.navbar-megamenu .dropdown-menu-small > li > ul > li.dropdown-item > a .fa {
  color: #0B56A4;
}
.navbar-megamenu .dropdown-menu-small > li ul > li.dropdown-item > a:hover,
.navbar-megamenu .dropdown-menu-small > li ul > li.dropdown-item > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .navbar-megamenu .dropdown-menu-small > li ul > li.dropdown-item > a:hover,
  .navbar-megamenu .dropdown-menu-small > li ul > li.dropdown-item > a:focus {
    color: #0B56A4 !important;
  }
}
.navbar-megamenu .dropdown-menu-small .dropdown-header {
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  background: #0B56A4;
  /*background: -moz-linear-gradient(top, @emsBlue 0%, #17458a 100%);
	background: -webkit-linear-gradient(top, @emsBlue 0%, #17458a 100%); 
	background: linear-gradient(to bottom, @emsBlue 0%, #17458a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@emsBlue', endColorstr='#17458a', GradientType=0);*/
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  padding-left: 0px;
}
.navbar-megamenu .dropdown-menu-small .dropdown-header a {
  color: #FFF !important;
}
.navbar-megamenu .dropdown-menu-small .dropdown-header a:hover {
  background: transparent !important;
}
@media (max-width: 768px) {
  .navbar-megamenu .dropdown-menu-small {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-megamenu .dropdown-menu-small > li {
    margin-bottom: 30px;
  }
  .navbar-megamenu .dropdown-menu-small > li:last-child {
    margin-bottom: 0;
  }
  .navbar-megamenu .dropdown-menu-small .dropdown-header {
    padding: 3px 13px !important;
  }
}
.title-partner-sm {
  background-color: #EEC900;
  font-family: "twcent", "droid_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #0B56A4;
  text-align: center;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
h1.logged-in {
  margin-top: 0px;
}
@media (max-width: 767px) {
  h1.logged-in {
    margin-top: 10px;
  }
}
.user-details-header {
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .user-details-header {
    text-align: center;
  }
}
.select-tickets .membership-selections .membership-detail {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 3px;
}
.select-tickets .membership-selections .membership-detail h3 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .select-tickets .membership-selections .membership-detail h3 {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .select-tickets .membership-selections .membership-detail h3 {
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .select-tickets .membership-selections .membership-detail h3 {
    margin-top: 20px;
  }
}
.select-tickets .membership-selections .membership-detail .form-group {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .select-tickets .membership-selections .membership-detail .form-group {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.select-tickets .membership-selections .membership-detail .form-group .control-label {
  padding-top: 10px;
}
.select-tickets .membership-selections .membership-detail .form-group .include-membership {
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .select-tickets .membership-selections .membership-detail .form-group .include-membership {
    margin-top: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .select-tickets .membership-selections .membership-detail .form-group .include-membership {
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .select-tickets .membership-selections .membership-detail .form-group .include-membership {
    margin-top: 18px;
  }
}
.select-tickets .membership-selections .membership-detail .already-included {
  text-align: center;
  font-style: italic;
  padding-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .select-tickets .membership-selections .membership-detail .already-included {
    padding-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .select-tickets .membership-selections .membership-detail .already-included {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .select-tickets .membership-selections .membership-detail .already-included {
    margin-top: 8px;
  }
}
.select-tickets .membership-selections .membership-detail .remove-card {
  text-align: center;
  padding-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .select-tickets .membership-selections .membership-detail .remove-card {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .select-tickets .membership-selections .membership-detail .remove-card {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .select-tickets .membership-selections .membership-detail .remove-card {
    margin-top: 5px;
  }
}
.form-register {
  /*max-width: 330px;
	padding: 0px;
	margin: 0 auto;*/
}
.form-register .form-signin-heading,
.form-register .checkbox {
  margin-bottom: 10px;
}
.form-register .checkbox {
  font-weight: normal;
}
.form-register .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-register .form-control:focus {
  z-index: 2;
}
.form-register input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-register input.password {
  margin-bottom: -1px;
}
.form-register input.confirm-password {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-register .panel .panel-heading {
  background-color: #2c4f82;
}
.form-register .panel .panel-heading h4 {
  color: #FFF;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/