/*
Theme Name: NRA Custom theme
Author: B1 Creative.
Author URI: http://b1creative.com
Description: This is custom made theme.
Version: 1.0
*/

@font-face {
  font-family: "DINBold";
  src: url("fonts/DINBold.ttf");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "DIN";
  src: url("fonts/DIN.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "LubalinDemi";
  src: url("fonts/LubalinDemi.ttf");
}

@font-face {
  font-family: "weathericons";
  src: url("fonts/weathericons-regular-webfont.eot");
  src: url("fonts/weathericons-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/weathericons-regular-webfont.woff2") format("woff2"),
    url("fonts/weathericons-regular-webfont.woff") format("woff"),
    url("fonts/weathericons-regular-webfont.ttf") format("truetype"),
    url("fonts/weathericons-regular-webfont.svg#weather_iconsregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.wi {
  display: inline-block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wi-fw {
  text-align: center;
  width: 1.4em;
}

.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.wi-01d:before {
  content: "\f00d";
}

.wi-02d:before {
  content: "\f002";
}

.wi-02n:before {
  content: "\f083";
}

.wi-01n:before {
  content: "\f02e";
}

.wi-03d:before {
  content: "\f041";
}

.wi-03n:before {
  content: "\f041";
}

.wi-04d:before {
  content: "\f013";
}

.wi-04n:before {
  content: "\f013";
}

.wi-50d:before {
  content: "\f014";
}

.wi-50n:before {
  content: "\f014";
}

.wi-10d:before {
  content: "\f019";
}

.wi-10n:before {
  content: "\f019";
}

.wi-09d:before {
  content: "\f01a";
}

.wi-09n:before {
  content: "\f01a";
}

.wi-13d:before {
  content: "\f01b";
}

.wi-13n:before {
  content: "\f01b";
}

.wi-11d:before {
  content: "\f01e";
}

.wi-11n:before {
  content: "\f01e";
}

/*Wordpress editor styles start*/

.entry-content img {
  margin: 0 0 1.5em 0;
}

/* FIX TO THE LINKS NOT BEEING CLICKABLE ON MAC CHROME BROWSER */

a {
  display: inline-block;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*Wordpress editor styles end*/

/* added text*/

/********************************
GENERAL
********************************/

html,
body {
  height: 100%;
  min-width: 320px !important;
  max-width: 100%;
}

.nav-holder {
  position: fixed;
  top: 0;
  height: auto;
  width: 100%;
  display: block;
  z-index: 999999;
}

#fullpage.container-flex {
  height: 100%;
}

#content .section a {
  color: #c33131 !important;
  font-family: "DINBold" !important;
}

.section .content p {
  /* color: #3e3e3e; */
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
}

.modal {
  z-index: 99999999 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog {
  top: 10%;
  font-family: "DIN";
}

#content .section ul li {
  color: #c40019;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 28px;
}

#content .section h3 {
  font-family: "LubalinDemi";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12px;
}

.faq-dl-area #faq .empty,
.faq-dl-area #downloads .empty {
  color: #fff;
  font-family: "DIN";
  font-size: 14px;
  letter-spacing: 0.2px;
}

.buttons-wrapper a:hover {
  text-decoration: none;
}

.fb-page.fb_iframe_widget {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

#sidebar .widget .fluid-width-video-wrapper,
#sidebar .cff-wrapper,
#sidebar .latest-tweets {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

#sidebar .latest-tweets ul {
  list-style-type: none;
  padding: 0;
}

#mega-menu-item-000 .caret {
  color: #ce0017;
}

.collapse.in.navbar-collapse.mobile {
  display: none !important;
}

#mega-menu-item-2935 #menu-publications {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

#mega-menu-item-2935 #menu-publications li {
  width: 30%;
  max-width: 250px;
  display: inline-block;
}

#mega-menu-item-2935 #menu-publications-1 li {
  width: 30%;
  max-width: 250px;
  display: inline-block;
}

#mega-menu-item-3251 #menu-courses-and-training {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

#mega-menu-item-3251 #menu-courses-and-training li {
  width: 30%;
  max-width: 250px;
  display: inline-block;
}

#mega-menu-item-3251 #menu-courses-and-training-1 li {
  width: 30%;
  max-width: 250px;
  display: inline-block;
}

#menu-competitions-events-by-discipline.menu li {
  display: inline-block;
  padding-right: 10px;
  width: 31%;
}

#menu-imperial-meeting-menu.menu li {
  display: inline-block;
  padding-right: 10px;
  width: 51%;
}
#mega-menu-wrap-header-menu #menu-learn-to-shoot li {
  display: inline-block !important;
  width: 30%;
  max-width: 250px;
  vertical-align: top;
}

#mega-menu-wrap-header-menu #menu-learn-to-shoot-1 li {
  display: inline-block !important;
  width: 30%;
  max-width: 250px;
  vertical-align: top;
}

#menu-learn-to-shoot ul.sub-menu {
  padding-left: 15px;
}

#menu-learn-to-shoot ul.sub-menu li {
  display: inline-block;
  width: 100%;
}

#mega-menu-wrap-header-menu ul.menu li {
  padding: 15px 0px !important;
}

#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item {
  line-height: 18px !important;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  .mega-menu-item-951
  ul.mega-sub-menu
  ul.menu
  li,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  .mega-menu-item-6
  ul.mega-sub-menu
  ul.menu
  li,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  .mega-menu-item-13664
  ul.mega-sub-menu
  ul.menu
  li,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  .mega-menu-item-13679
  ul.mega-sub-menu
  ul.menu
  li,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  .mega-menu-item-161
  ul.mega-sub-menu
  ul.menu
  li,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  .mega-menu-item-553
  ul.mega-sub-menu
  ul.menu
  li,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  .mega-menu-item-13699
  ul.mega-sub-menu
  ul.menu
  li,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  .mega-menu-item-44
  ul.mega-sub-menu
  ul.menu
  li,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  .mega-menu-item-25
  ul.mega-sub-menu
  ul.menu
  li,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  .mega-menu-item-37
  ul.mega-sub-menu
  ul.menu
  li {
  width: 49%;
  display: inline-block;
}

#mega-menu-item-nav_menu-8 h4,
#mega-menu-item-nav_menu-9 h4,
#mega-menu-item-nav_menu-10 h4,
#mega-menu-item-nav_menu-11 h4,
#mega-menu-item-nav_menu-15 h4,
#mega-menu-item-nav_menu-16 h4,
#mega-menu-item-nav_menu-19 h4 {
  cursor: pointer;
  position: relative;
  /* margin-left: 20px !important; */
}

#mega-menu-item-nav_menu-8 h4:hover,
#mega-menu-item-nav_menu-9 h4:hover,
#mega-menu-item-nav_menu-10 h4:hover,
#mega-menu-item-nav_menu-11 h4:hover,
#mega-menu-item-nav_menu-15 h4:hover,
#mega-menu-item-nav_menu-16 h4:hover,
#mega-menu-item-nav_menu-19 h4:hover {
  color: #bac6da !important;
}

/* #mega-menu-item-nav_menu-8 h4:before,
#mega-menu-item-nav_menu-9 h4:before,
#mega-menu-item-nav_menu-10 h4:before,
#mega-menu-item-nav_menu-11 h4:before,
#mega-menu-item-nav_menu-15 h4:before,
#mega-menu-item-nav_menu-16 h4:before,
#mega-menu-item-nav_menu-19 h4:before {
    content:">";
    position: absolute;
    left: -15px;
} */

a.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

a {
  color: #c33131;
}
/*******************
COLORS
*******************/

.section-red {
  color: #ce0017;
}

/*********************************
HEADER
*********************************/

.navbar {
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* bottom: 0; */
  z-index: 9999999;
  width: 100%;
  background-color: transparent;
}

.navbar-default {
  max-width: 100%;
}

.navbar-collapse.collapse {
  background-color: #001944;
  padding: 0;
}

.header-blueline {
  height: 100px;
  background-color: #002b64;
  width: 100%;
}

.header-blueline .navbar-brand > img {
  display: block;
  height: 55px;
  padding: 10px 0 0 40px;
}

#mega-menu-wrap-header-menu ul.menu li.menu-item-has-children ul.sub-menu {
  list-style-type: none;
}

.search-form {
  float: left;
  padding: 0;
  background-color: #001947;
  height: 44px;
  width: 210px;
  overflow: hidden;
  margin-top: 28px;
}

.search-form label {
  width: 165px;
}

input[type="search"] {
  -webkit-appearance: none;
  border: 0;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "DIN";
  font-size: 12px;
  line-height: 48px;
  padding-left: 10px;
  font-weight: 100;
}

.header-buttons {
  float: right;
  height: auto;
  min-width: 650px;
  position: absolute;
  right: 0;
  z-index: 99999999;
}

.header-buttons ul {
  align-items: center;
  justify-content: center;
}

.member_button,
.booking_button,
.login_button {
  display: block;
  text-align: center;
  line-height: 44px;
  height: 44px;
  width: 30%;
  float: left;
  margin-top: 28px;
  min-width: 160px;
  margin-left: 10px;
  max-width: 180px;
  position: relative;
}

.member_button a,
.booking_button a,
.login_button a {
  display: block;
  color: #ffffff;
  font-family: "DIN";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06px;
  text-transform: uppercase;
}

.booking_button span.caret {
  color: #63a922;
}

.member_button {
  background-color: #c33131;
}

.booking_button {
  background-color: #74c331;
}

.member_button a:hover,
.booking_button a:hover {
  text-decoration: none;
}

.booking_button a:focus {
  text-decoration: none;
}

.login_button {
  margin-right: 43px;
}

.login_button a {
  text-transform: lowercase;
  font-size: 16px;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-family: "DIN", sans-serif;
  font-size: 16px;
}

#menu-main-menu {
  margin-right: 0px;
  margin-top: 20px;
}

.booking_button .dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  background-color: #74c331;
  list-style-type: none;
  padding: 0;
  z-index: 99999;
}

.dropdown-content li {
}

.booking_button .dropdown-content a {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 90%;
  margin: 0 auto;
}

.booking_button .show {
  display: block;
}

#nav_prim.height {
  min-height: 200px;
}

/******************************
SEARCH FORM
******************************/

.search-submit.glyphicon.glyphicon-search {
  padding: 0px;
  font-size: 20px;
  color: #fff;
  background-color: #bb141a;
  border: 0;
  float: right;
  height: 44px;
  width: 44px;
  max-width: 44px;
}

/********************************
MAIN CONTAINER HOME
********************************/

#fullpage {
  height: 100%;
  position: relative;
}

.fill {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 10px;
  color: #efefef;
}

.inner-firstdiv h1,
.inner-firstdiv h2 {
  font-size: 45px;
  font-family: "LubalinDemi", sans-serif;
  text-shadow: 1px 2px 3px #000;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.inner-seconddiv p {
  font-family: "DIN", sans-serif;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
}

.layer-black-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.25);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+29,000000+100&0+29,0.65+100 */
  /*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 29%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 29%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom,  rgba(0,0,0,0) 29%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

/***********************************
HOME PAGE WEATHER WIDGET
***********************************/

#weather {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: #fff;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
  min-width: 320px;
}

#weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#weather ul {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 575px;
  float: left;
}

#weather li {
  background: transparent;
  margin: 20px 0;
  display: inline-block;
  border-radius: 0;
  color: #aaa;
  border-right: 1px solid #ccc;
  height: 60px;
  vertical-align: middle;
  padding: 0 20px;
}

#weather ul li p {
  margin: 0;
  font-size: 18px;
  font-family: "DIN";
  color: #aaa;
  line-height: 18px;
  position: relative;
  top: 0;
}

#weather ul li span {
  margin: 0;
  font-size: 14px;
  font-family: "LubalinDemi", sans-serif;
  color: #aaa;
  line-height: 16px;
  position: relative;
  top: 10px;
}

#weather .location p {
  color: #888888;
  font-weight: 400;
  line-height: 13px;
  font-family: "DIN";
  font-size: 18px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}

#weather .location span {
  font-family: "DIN";
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #888888;
  font-weight: 400;
  line-height: 13px;
  text-transform: none;
  float: left;
  top: 5px;
}

#weather .currently {
  margin: 0 20px;
}

#weather .location {
  padding: 15px 20px 0;
}

#weather .temperature {
  font-family: "LubalinDemi", sans-serif;
  font-size: 20px;
  color: #aaa;
  position: relative;
  padding-top: 10px;
}

#weather .temperature i {
  font-size: 35px;
}

#weather .temperature span {
  color: #888888;
  font-family: "LubalinDemi";
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-left: 10px;
  top: -5px;
}

#weather .windinfo {
  position: relative;
  padding: 10px;
  text-transform: none;
}

#weather .windinfo img {
  position: relative;
  top: 5px;
}

#weather .windinfo .unit {
  font-family: "DIN";
  font-size: 12px;
}

#weather .windinfo span {
  color: #888888;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "LubalinDemi";
  font-size: 21px;
  margin-left: 10px;
}

#weather .speed {
  color: #888888;
  font-family: "LubalinDemi", sans-serif;
  font-size: 25px;
}

#weather .direction span {
  color: #888888;
  font-family: "DIN", sans-serif;
  font-size: 25px;
  font-weight: 100;
}

#weather-forecast {
  position: fixed;
  z-index: 100;
  bottom: 100px;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #002b64;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
}

#weather-forecast .col-sm-3 {
  border-right: 1px solid #496890;
  margin: 15px 0;
}

#weather-forecast .col-sm-3:last-child {
  border-right: 0;
}

#weather-forecast h4 {
  color: #ffffff;
  font-weight: 400;
  line-height: 13px;
  font-family: "DIN";
  font-size: 18px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#weather-forecast span.loc {
  font-family: "DIN";
  font-size: 14px;
  letter-spacing: 0.5px;
}

#weather-forecast span.temp {
  color: #ffffff;
  font-family: "LubalinDemi";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-left: 10px;
}

#weather-forecast p {
  text-transform: none;
}

#weather .weather-link {
  float: right;
  color: #002b64;
  background-color: transparent;
  border-color: transparent;
  margin-right: 25px;
  font-weight: bold;
}

#weather #show-more.weather-link {
  float: right;
  color: #002b64;
  background-color: transparent;
  border-color: transparent;
  margin-right: 25px;
  font-weight: bold;
}

#weather #show-less.weather-link span {
  color: #002b64;
  margin-right: 10px;
}

/************************************
HOME PAGE SOCIAL BAR
************************************/

#social-head {
  position: fixed;
  right: 0;
  top: 30%;
  width: 50px;
  height: auto;
  z-index: 99999;
}

#social-head a.social-btn {
  height: 50px;
  width: 50px;
  display: block;
  margin-bottom: 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

#social-head a.social-btn.fb {
  background-image: url(images/fb-btn.png);
}

#social-head a.social-btn.twtr {
  background-image: url(images/twitter-btn.png);
}

#social-head a.social-btn.ytb {
  background-image: url(images/youtube-btn.png);
}

#social-head a.social-btn.insta {
  background-image: url(images/instagram-btn.png);
}

#social-head a.social-btn.gplus {
  background-image: url(images/google-btn.png);
}

#social-head a.social-btn.linkedin {
  background-image: url(images/linkedin-btn.png);
}

/************************************
SUBPAGE

************************************/

.subpage-header {
  width: 100%;
  height: 80vh;
  background-image: url("images/subpage_background.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  max-height: 750px;
}

.subpage-header .white-slope {
  width: 100%;
  height: 0;
  padding-top: 10%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}

.subpage-header .white-slope:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -500px;
  border-top: 500px solid transparent;
  border-right: 5000px solid #fff;
}

.subpage-header .target-bg {
  background: rgba(0, 43, 100, 0.75) url("images/target.png") no-repeat scroll
    right top 20% / 100% auto;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 0;
}

/**/

#main-container-subpage .col-xs-12.col-md-8 {
  margin-top: -35%;
  display: block;
}

#main-container-subpage #news-title {
  display: block;
}

.ajax-pagination li {
  display: inline-block;
  margin: 6px;
}

#main-container-subpage h1 {
  color: #ffffff;
  font-family: "LubalinDemi";
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 70px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
}

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
  font-family: "Open Sans";
  font-size: 10px;
}

#breadcrumbs span {
  color: #ffffff;
  font-family: "DIN";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#breadcrumbs a {
  color: #fff;
  font-family: "DIN";
  font-size: 12px;
  text-transform: lowercase;
}

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
}

#breadcrumbs strong {
  color: #fff;
  font-family: "DIN";
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  text-transform: lowercase;
}

.anchor-div {
  background-color: #f4f5f9;
  padding: 30px;
  background-image: url("images/quick-link.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.anchor-div h3 {
  font-family: "LubalinDemi";
  font-size: 18px;
  color: #002b64;
  background-image: url("images/link-icon.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-left: 40px;
}

.anchor-div .anchor-links {
  list-style-type: none;
}

.anchor-div .anchor-links li {
  display: inline-block;
  width: 32.5%;
}

.anchor-div .anchor-links a {
  color: #555;
}

#main-container-subpage h2.title,
#bottom-part h2.title,
#map h2.title {
  color: #002b64;
  font-family: "LubalinDemi";
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

#main-container-subpage .section .discipline-content {
  color: #3e3e3e;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  display: block;
  width: 85%;
  margin-left: 15%;
}

.page-template-template-landing
  #main-container-subpage
  .section
  .discipline-content {
  width: 100%;
  margin-left: 0;
}

.page-template-template-discipline .main-content {
  border-right: 0;
}

.page-template-template-discipline #sidebar {
  border-left: 1px solid #eee;
}

.page-template-template-discipline #sidebar .widget {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.page-template-template-discipline #sidebar #menu-nra-bisley {
  list-style-type: none;
  padding: 0;
}

.page-template-template-discipline #sidebar .widget_nav_menu h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
}

.page-template-template-discipline #sidebar .widget_nav_menu ul {
  list-style-type: none;
  padding: 0;
}

.page-template-template-discipline #sidebar .widget_nav_menu .menu li {
  /*max-width: 240px; */
}

.page-template-template-discipline #sidebar .widget_nav_menu li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  /*line-height: 28px;*/
  margin-bottom: 10px;
  color: #3e3e3e;
  font-family: "DIN";
  display: block;
}

.page-template-template-discipline #sidebar .widget_nav_menu li a:after {
  content: "\25ba";
  padding-left: 0.5em;
  float: right;
  color: #c9d2de;
}

#rep_widget {
  background-color: #021e43;
  color: #fff;
  display: block;
  max-width: 300px;
  margin: 50px auto;
}

#rep_widget h4 {
  color: #ffffff;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.24px;
  line-height: 34px;
  padding: 15px 0 0 15px;
  margin-bottom: 0;
}

#rep_widget h5 {
  color: #ffffff;
  font-family: "LubalinDemi";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.24px;
  line-height: 34px;
  padding: 0 0 0 15px;
  margin-top: -10px;
}

#rep_widget .email-field,
#rep_widget .phone-field {
  display: inline-block;
  width: 100%;
  padding: 20px 15px;
  background-color: #002b64;
}

#rep_widget .email-field a,
#rep_widget .phone-field a {
  display: inline-flex;
  width: 100%;
  color: #fff;
}

#rep_widget .email-field a:hover,
#rep_widget .phone-field a:hover {
  text-decoration: none !important;
  color: #fff;
}

#rep_widget .left-rep {
  width: 25%;
}

#rep_widget .left-rep img,
#rep_widget .right-rep img {
  width: 100%;
  border-radius: 50px;
  max-width: 45px;
}

#rep_widget .right-rep {
  width: 75%;
}

#rep_widget p {
  margin: 0 0 5px;
}

#rep_widget p span {
  padding-left: 20px;
}

#rep_widget hr {
  color: #fff;
  opacity: 0.15;
  width: 80%;
  margin: 0 auto;
  display: block;
}

/****************************
DISCIPLINE - Upcoming event widget
****************************/

.discipline-upcoming .widget_title {
  background-color: #031f44;
  color: #fff;
  padding: 15px 10px;
}

.discipline-upcoming .widget_title p {
  font-family: "DIN";
  text-transform: uppercase;
  margin: 0;
}

.discipline-upcoming .widget_title h4 {
  color: #ffffff;
  font-family: "LubalinDemi";
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: -5px;
  display: block;
}

.discipline-upcoming .event_title {
  padding: 20px 20px 5px;
  background-color: #002b64;
  color: #fff;
  font-family: "DIN";
  text-align: center;
  margin: 0;
}

.discipline-upcoming .fc-event-list-content {
  background-color: #002b64;
}

.event_title .rhc-title-in-link {
}

.fc-event-list-content hr {
  width: 85%;
  border-color: rgba(255, 255, 255, 0.14);
  display: block;
  margin: 5px auto;
}

.discipline-upcoming .rhc-widget-date-time {
  padding: 10px 20px;
}

.discipline-upcoming .fc-simple-list-date.rhc-widget-date-time img {
  width: 25px;
  margin-left: 5px;
}

.discipline-upcoming .location {
  padding: 10px 20px 20px;
}

.discipline-upcoming .location img {
  width: 15px;
  position: relative;
  left: 10px;
}

.location .loc .rhc-icon-location {
  display: none;
}

.location .loc .rhc-icon-location + span {
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.discipline-upcoming .rhc-widget-date.fc-date-format {
  color: #ffffff;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 16px;
  margin-left: 15px;
}

#sidebar .discipline-upcoming .button {
  width: 100%;
  max-width: 300px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  font-size: 14px;
}

/********************
FLEXSLIDER SUBPAGE
********************/

#main-container-subpage .flexslider {
  border: 0;
}

#main-container-subpage .flexslider .slides {
  max-height: 410px;
  overflow: hidden;
}

#main-container-subpage .flexslider .layer-black-gradient {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 29%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 29%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 29%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.flexslider .slides > li {
  max-height: 410px;
}

.flex-direction-nav a::before {
  font-size: 40px;
  display: inline-block;
  content: "â†";
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 0 20px;
  line-height: 35px;
}

.flex-direction-nav a.flex-next::before {
  content: "â†’";
}

.flex-active-slide {
  background-color: rgba(0, 0, 0, 0.4);
}

.flexslider h2,
.flexslider .redline,
.flexslider p {
  display: none;
}

.flex-active-slide h2 {
  position: absolute;
  color: #fff;
  bottom: 15%;
  right: 5%;
  font-family: "LubalinDemi";
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 70px;
  text-transform: uppercase;
  z-index: 10;
  padding: 0 20px;
  display: block !important;
}

.flex-active-slide p {
  position: absolute;
  bottom: 11%;
  right: 5%;
  font-family: "DIN";
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px;
  z-index: 10;
  padding: 0 20px;
  display: block !important;
}

.flex-active-slide .redline {
  position: absolute;
  height: 4px !important;
  width: 90% !important;
  bottom: 19.5%;
  left: 5%;
  z-index: 10;
  display: block !important;
}

#main-container-subpage .flex-control-nav.flex-control-paging {
  display: none;
}

/*******************
DISCIPLINE GALLERY
*******************/

#gallery .lSPager,
#videos .lSPager {
  visibility: hidden;
}

/*********************
TEMPLATE - TEXT HEAVY
*********************/

.page-template-template-textheavy .subpage-header {
  background-image: url("images/text-heavy-bg.jpg");
}

.page-template-template-textheavy .anchor-div {
  margin-top: 20%;
}

.main-content {
  padding-right: 30px;
  border-right: 1px solid #eee;
}

.page-template-template-textheavy .faq-dl-area {
  /*   margin-top: -60px; */
}

.page-template-template-textheavy #gallery-slider {
  border: 0;
  border-radius: 0;
}

.page-template-template-textheavy #sidebar {
  border-left: 1px solid #eee;
}

.page-template-template-textheavy #sidebar .widget {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.page-template-template-textheavy #menu-nra-bisley {
  list-style-type: none;
  padding: 0;
}

.page-template-template-textheavy #sidebar .widget_nav_menu h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
}

.page-template-template-textheavy #sidebar .widget_nav_menu {
  list-style-type: none;
}

.page-template-template-textheavy #sidebar .widget_nav_menu .menu li {
  max-width: 240px;
}

.page-template-template-textheavy #sidebar .widget_nav_menu li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  /*line-height: 28px;*/
  margin-bottom: 10px;
  color: #3e3e3e;
  font-family: "DIN";
  display: block;
}

.page-template-template-textheavy #sidebar .widget_nav_menu li a:after {
  content: "\25ba";
  padding-left: 0.5em;
  float: right;
  color: #c9d2de;
}

/* .page-template-template-textheavy #autoWidth li {
  height: 100%;
  overflow: hidden;
}

.page-template-template-textheavy #autoWidth .lslide img, .page-template-template-textheavy #autoWidth .clone img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  transform: scale(1.5);
  width: auto;
} */

/*********************
TEMPLATE - MEMBERSHIP
*********************/

.page-template-template-membership #main-container-subpage {
  margin-top: -25%;
  position: relative;
  z-index: 20;
}

.page-template-template-membership .image-holder {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.page-template-template-membership #main-container-subpage .col-xs-12.col-md-8 {
  margin-top: 0;
}

.page-template-template-membership .header-quote {
  background-image: url("images/quote_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  color: #ffffff;
  display: block;
  font-family: "LubalinDemi";
  font-size: 18px;
  font-weight: 400;
  height: 250px;
  left: 0;
  letter-spacing: 1px;
  margin: auto;
  padding: 30px 50px 30px 30px;
  position: absolute;
  right: -30%;
  top: 0;
  width: 350px;
}

.page-template-template-membership .header-quote p {
  color: #ffffff;
  font-family: DIN;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.page-template-template-membership #content.col-xs-12.col-md-8 {
  margin: 50px 0;
  border-right: 1px solid #efefef;
}

.page-template-template-membership .ex-member {
  position: relative;
  margin: 30px 0 50px;
}

.page-template-template-membership .ex-member img {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  z-index: 6;
}

.page-template-template-membership .ex-member p {
  background: -moz-linear-gradient(
    left,
    rgba(252, 198, 81, 1) 0%,
    rgba(254, 252, 234, 1) 74%,
    rgba(254, 252, 234, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(252, 198, 81, 1) 0%,
    rgba(254, 252, 234, 1) 74%,
    rgba(254, 252, 234, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(252, 198, 81, 1) 0%,
    rgba(254, 252, 234, 1) 74%,
    rgba(254, 252, 234, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcc651', endColorstr='#00fefcea', GradientType=1);
  height: 40px;
  padding: 10px 0 10px 40px;
  margin-left: 30px;
  position: relative;
  top: 10px;
  z-index: 5;
  font-family: "DIN";
  color: #002d63;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.page-template-template-membership .ex-member a {
  color: #c40019;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.page-template-template-membership .programme-box {
  background-color: #fafafb;
  display: block;
  margin: 50px 0;
  min-height: 300px;
  position: relative;
  width: 100%;
}

.page-template-template-membership .price-box {
  background-color: #02367c;
  color: #fff;
  display: block;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  border-radius: 5px 0 0 5px;
}

.page-template-template-membership .information-box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 33.333%;
  padding: 20px;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: "DIN";
}

.page-template-template-membership .programme-box .title {
  padding: 30px 15px;
  text-align: center;
  background-color: #002364;
  color: #fff;
  border-radius: 5px 0 0 0;
  font-family: "DIN";
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.page-template-template-membership .price-content {
  margin-top: 20%;
}

.page-template-template-membership .price-content p {
  text-align: center;
  font-family: "DIN";
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
}

.page-template-template-membership .price-content p.price {
  font-size: 50px;
  position: relative;
}

.page-template-template-membership .price-content p.price .currency {
  font-size: 25px;
  position: relative;
  bottom: 25px;
  left: 5px;
}

.page-template-template-membership .price-content p.price .penny {
  font-size: 35px;
}

.memb-features {
  padding-left: 120px;
  list-style-type: none;
}

ul.memb-features .feat {
  position: relative;
  color: #3e3e3e;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
}

.memb-features .feat span {
  position: absolute;
  left: -30px;
  background-color: #ba0015;
  width: 22px;
  height: 22px;
  color: #fff;
  font-family: "DIN";
  font-size: 14px;
  border-radius: 20px;
  text-align: center;
}

.page-template-template-membership #sidebar {
  margin-top: 60px;
}

.page-template-template-membership #sidebar .widget_nav_menu .menu {
  list-style-type: none;
}

.page-template-template-membership #sidebar .menu li {
}

.page-template-template-membership #sidebar .menu li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 28px;
  /* Text style for "Who are we" */
  color: #3e3e3e;
  font-family: "DIN";
}

.page-template-template-membership #sidebar .menu .sub-menu {
  padding-left: 5px;
}

.page-template-template-membership #sidebar .menu .sub-menu li {
  list-style-type: none;
}

.page-template-template-membership #sidebar .menu .sub-menu li a {
  color: #b50014;
  font-family: "DIN";
  padding-left: 10px;
}

.page-template-template-membership #sidebar .menu .sub-menu li:before {
  content: "\2192";
  font-weight: bold;
}

.page-template-template-membership #sidebar .widget_nav_menu h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
}

.page-template-template-membership .htj-form {
  border: 1px solid #ccc;
  width: 100%;
  max-height: 380px;
  height: 40vh;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(201, 201, 201, 1);
  -moz-box-shadow: 0px 0px 6px 3px rgba(201, 201, 201, 1);
  box-shadow: 0px 0px 6px 3px rgba(201, 201, 201, 1);
}

.page-template-template-membership #step0 .title {
  color: #fff;
  background-color: #bb141a;
  padding: 15px 50px;
  margin: 0 0 20px;
}

.page-template-template-membership .steps {
  background-repeat: no-repeat;
  background-position: center bottom 20%;
  background-color: #fff;
}

.page-template-template-membership #step0 {
  background-image: url("images/1.png");
}

.page-template-template-membership #step1-1 {
  background-image: url("images/2.png");
}

/*.page-template-template-membership #step1-2,
.page-template-template-membership #step2-2*/

.page-template-template-membership #step2-1 {
  background-image: url("images/3.png");
}

.page-template-template-membership .steps .form {
  padding: 30px 50px 20px;
}

.page-template-template-membership #step1-1.steps .form {
  padding: 30px 50px 20px;
}

.page-template-template-membership label.val {
  width: 100%;
  color: #3e3e3e;
  font-family: "DIN";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
}

.page-template-template-membership #step1-1 .title,
.page-template-template-membership #step2-1 .title {
  color: #fff;
  background-color: #002b64;
  padding: 15px 50px;
  margin: 0 0 20px;
}

.page-template-template-membership #step1-2 .title,
.page-template-template-membership #step2-2 .title,
.page-template-template-membership #step1-2-y .title,
.page-template-template-membership #step2-2-n .title {
  color: #fff;
  background-color: #6bc43f;
  padding: 15px 50px;
  margin: 0 0 20px;
}

.page-template-template-membership #step1-2 .radio-buttons,
.page-template-template-membership #step2-2 .radio-buttons,
.page-template-template-membership #step1-2-y .radio-buttons,
.page-template-template-membership #step2-2-n .radio-buttons {
  padding: 30px;
}

.page-template-template-membership .htj-form hr {
  margin-left: 50px;
  margin-right: 50px;
}

.page-template-template-membership .htj-form .button {
  float: right;
  margin-right: 5%;
}

.page-template-template-membership .htj-form #step1-2 a.button,
.page-template-template-membership .htj-form #step2-2 a.button,
.page-template-template-membership .htj-form #step1-2-y a.button,
.page-template-template-membership .htj-form #step2-2-n a.button {
  float: left;
  position: relative;
}

.page-template-template-membership .htj-form #step1-2 a.button .dl-icon,
.page-template-template-membership .htj-form #step2-2 a.button .dl-icon,
.page-template-template-membership .htj-form #step1-2-y a.button .dl-icon,
.page-template-template-membership .htj-form #step2-2-n a.button .dl-icon {
  position: absolute;
  left: -35px;
  top: 5px;
}

.page-template-template-membership .button span {
  float: right;
}

.page-template-template-membership .radio-buttons label {
  margin: 20px 10% 20px 0;
  color: #3e3e3e;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
}

.page-template-template-membership .radio-buttons input {
  margin-right: 10px;
}

.page-template-template-membership .button {
  width: 80%;
  max-width: 200px;
  min-width: 180px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: "DIN";
  letter-spacing: 1px;
}

/***********************
TEMPLATE - RANGE
***********************/

.page-template-template-range .section {
  margin: 50px 0;
}

.page-template-template-range .subpage-header {
  /*background-image: url('images/text-heavy-bg.jpg');*/
  background-image: url("images/testimage_bw.jpg");
}

.range-live {
  max-width: 200px;
  background-color: #bb141a;
}
.range-closed {
  max-width: 200px;
  background-color: #b0b9c1;
}
.range-not_live {
  max-width: 200px;
  background-color: #74c331;
}

.range-live p,
.range-closed p,
.range-not_live p {
  color: #ffffff;
  font-family: "DIN";
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.range-live img,
.range-closed img,
.range-not_live img {
  padding: 5px;
}

.page-template-template-range .page {
  position: relative;
}

.page-template-template-range .booking {
  position: absolute;
  top: 0;
  right: -20%;
  height: 45px;
  width: 220px;
}

.page-template-template-range .booking .cta-green {
  background-color: #74c331;
  border-bottom: 5px solid #578c2a;
  height: 100%;
  width: 100%;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 20px;
  text-transform: uppercase;
}

.booking .cta-green:hover {
  text-decoration: none !important;
}

.page-template-template-range .booking a.cta-green:hover {
  text-decoration: none;
  color: #fff;
}

.page-template-template-range .section .content {
  width: 85%;
  margin-left: 15%;
}

.page-template-template-range .section .season h3 {
  text-align: center;
  padding: 25px;
  margin: 0;
  background-color: #002364;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-family: "DIN";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-template-template-range .floating-member {
  width: 75%;
  position: fixed;
  top: 0;
  height: 75px;
  right: 0;
  background-color: #002b64;
  z-index: 9999999;
  display: none;
}

.page-template-template-range .floating-member .float-info {
  position: absolute;
  right: 245px;
  font-family: "DIN";
  top: 15px;
}

.page-template-template-range .floating-member .float-info .info-text {
  opacity: 1;
  color: #607a9e;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.11px;
}

.page-template-template-range .floating-member .currency {
  color: #fff;
  font-size: 19px;
  margin-right: 5px;
}

.page-template-template-range .floating-member .whole {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -1.53px;
  font-family: "DIN";
  font-size: 28px;
}

.page-template-template-range .floating-member .penny {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -1.53px;
  font-family: "DIN";
  font-size: 19px;
}

.page-template-template-range .floating-member h3 {
  color: #fff;
  font-family: "LubalinDemi";
  line-height: 24px;
}

.page-template-template-range .floating-member p {
  color: #fff;
}

.page-template-template-range .floating-member .booking {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}

/*
.page-template-template-range .section .season>div {
    color: #3e3e3e;
    font-family: 'DIN';
    font-size: 14px;
    text-align: center;
    height:75px;
}*/

.page-template-template-range .section .season > div {
  color: #3e3e3e;
  font-family: "DIN";
  font-size: 14px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  width: 100%;
  background-color: #f9f9f9;
}

.page-template-template-range .season div span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}

.page-template-template-range .season div p {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}

.page-template-template-range .section .season > div span {
  color: #01183b;
  font-family: "DIN";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.page-template-template-range .section .season .red p {
  color: #b50014;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
}

.distances {
  padding: 0;
  list-style-type: none;
}

.distances li {
  display: inline-block;
  color: #3e3e3e;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 14px;
  font-family: "DIN";
  font-size: 28px;
  position: relative;
  margin: 0 25px 15px 0;
}

.distances li img {
  padding-right: 5px;
}

.distances li .dist {
  font-family: "DIN";
  font-size: 14px;
  position: absolute;
  bottom: -5px;
  left: 25px;
}

#pricing .table-responsive {
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
}

#pricing .table-responsive thead {
  background-color: #002364;
  color: #fff;
}

#pricing .table-responsive thead th {
  padding: 25px;
  text-align: center;
  font-family: "DIN";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #002364;
}

#pricing .table-responsive tr {
  background-color: #f8f8f8;
}

#pricing .table-responsive tr.middle {
  background-color: #ececec;
}

#pricing .table-responsive td {
  border-top: 0;
  text-align: center;
}

#pricing .table-responsive td.price {
  border-top: 0;
  text-align: center;
  color: #022050;
  font-family: "DIN";
  font-weight: 400;
  letter-spacing: -2px;
  font-size: 36px;
}

#pricing .table-responsive td.price .penny {
  font-size: 25px;
}

#pricing .table-responsive td.price .currency {
  font-size: 20px;
  position: relative;
  bottom: 15px;
  right: 5px;
}

#pricing .table-responsive td.price .note {
  font-size: 20px;
  color: #cf001c;
  position: relative;
  bottom: 15px;
  left: 5px;
}

#pricing .table-responsive .red td {
  padding: 15px !important;
}

#pricing .table-responsive td.first {
  border-right: 3px solid #fff;
  padding: 15px 10px;
  color: #3e3e3e;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 46px;
  text-transform: uppercase;
}

#pricing .table-responsive .red {
  color: #cf001c;
  font-family: "DIN";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

#pricing .roto {
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #7b7b7b;
}

#pricing .roto span {
  color: #cd0015;
}

.page-template-template-range #map iframe {
  width: 100%;
}

.page-template-template-range #map p {
  margin: 0;
}

.page-template-template-range #sidebar {
  border-left: 1px solid #eee;
}

.page-template-template-range #sidebar .widget {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.page-template-template-range #menu-nra-bisley {
  list-style-type: none;
  padding: 0;
}

.page-template-template-range #sidebar .widget_nav_menu h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
}

.page-template-template-range #sidebar .widget_nav_menu {
  list-style-type: none;
}

.page-template-template-range #sidebar .widget_nav_menu .menu li {
  /*max-width: 240px;*/
}

.page-template-template-range #sidebar .widget_nav_menu li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  /*line-height: 28px;*/
  margin-bottom: 10px;
  color: #3e3e3e;
  font-family: "DIN";
  display: block;
}

.page-template-template-range #sidebar .widget_nav_menu li a:after {
  content: "\25ba";
  padding-left: 0.5em;
  float: right;
  color: #c9d2de;
}

/*********************
TEMPLATE - HISTORY
*********************/

.page-template-template-history .subpage-header {
  background-image: url("images/text-heavy-bg.jpg");
}

.page-template-template-history #main-container-subpage .col-xs-12.col-md-12 {
  margin-top: -32%;
  display: block;
}

.cool_timeline h1.timeline-main-title,
.page-template-template-history .cool-timeline.white-timeline .timeline-year {
  visibility: hidden;
  display: none;
}

.cool-timeline.white-timeline
  .timeline-post.even
  .timeline-content
  .content-title {
  background: transparent !important;
  color: #494949 !important;
  font-family: "DIN" !important;
  font-size: 22px !important;
  font-weight: 400;
  letter-spacing: 1px;
}

.cool-timeline.white-timeline
  .timeline-post.odd
  .timeline-content
  .content-title {
  background: transparent !important;
  color: #494949 !important;
  font-family: "DIN" !important;
  font-size: 22px !important;
  font-weight: 400;
  letter-spacing: 1px;
}

.page-template-template-history .timeline-post.odd {
}

.page-template-template-history .timeline-post.even {
}

.cool-timeline .timeline-post .timeline-icon {
  margin-top: 150px !important;
}

.cool-timeline .timeline-post .timeline-meta {
  margin-top: 140px !important;
}

.cool-timeline .timeline-post {
  margin-bottom: 0px !important;
}

.cool-timeline .timeline-post .timeline-content {
  background: #efefef !important;
}

.timeline-icon.icon-larger.iconbg-turqoise.icon-color-white {
  display: none !important;
}

.cool-timeline .icons_yes .timeline-post {
  border-radius: 10px;
  overflow: hidden;
}

.cool-timeline .timeline-post.odd::after {
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 70px solid #efefef;
  content: "";
  position: absolute;
  left: calc(46% - 1px);
  margin-top: -185px;
  width: 0;
  height: 0;
  z-index: 999;
}

.cool-timeline .timeline-post.even::after {
  border-top: 50px solid transparent;
  border-right: 70px solid #efefef;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  content: "";
  position: absolute;
  right: calc(46% - 2px);
  margin-top: -185px;
  width: 0;
  height: 0;
  z-index: 999;
}

.timeline-post.odd .timeline-content .full-width {
  width: 40%;
  float: left;
  display: block;
  height: 300px;
}

.timeline-post.even .timeline-content .full-width {
  width: 40%;
  float: right;
  display: block;
  height: 300px;
}

.cool-timeline .timeline-post.odd .timeline-content .content-details {
  font-size: 14px !important;
  font-family: "DIN" !important;
  font-weight: normal !important;
  width: 60%;
  float: right;
}

.cool-timeline .timeline-post.even .timeline-content .content-details {
  font-size: 14px !important;
  font-family: "DIN" !important;
  font-weight: normal !important;
  width: 60%;
  float: left;
}

.cool-timeline .timeline-post.odd .timeline-content .content-title::before,
.cool-timeline .timeline-post.even .timeline-content .content-title::before {
  border: 0 !important;
}

.cool-timeline .timeline-post .timeline-content img {
  max-width: 100%;
  display: block;
  width: 100%;
}

.cool-timeline.white-timeline::before,
.cool-timeline.white-timeline.one-sided::before {
  background-color: #002364 !important;
  background-image: -webkit-linear-gradient(
    top,
    #002364 0%,
    #002364 8%,
    #002364 92%,
    #002364 100%
  ) !important;
  background-image: -moz-linear-gradient(
    top,
    #002364 0%,
    #002364 8%,
    #002364 92%,
    #002364 100%
  ) !important;
  background-image: -ms-linear-gradient(
    top,
    #002364 0%,
    #002364 8%,
    #002364 92%,
    #002364 100%
  ) !important;
}

.cool-timeline.white-timeline .timeline-post .timeline-meta .meta-details {
  color: #ab0015 !important;
  font-family: "LubalinDemi" !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  line-height: 34px !important;
}

/*********************
TEMPLATE - ACCORDION
*********************/

.page-template-template-accordion .subpage-header {
  background-image: url("images/text-heavy-bg.jpg");
}

.page-template-template-accordion #main-container-subpage {
  margin-top: -25%;
  display: block;
}

.page-template-template-accordion #main-container-subpage h1 {
  margin-bottom: 80px;
}

.page-template-template-accordion #sidebar {
  margin-top: 30%;
}

.page-template-template-accordion #main-container-subpage .col-xs-12.col-md-8 {
  margin-top: 0;
  display: block;
}

.page-template-template-accordion #content .accordion-toggle {
  color: #494949;
  font-family: "DIN";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.12px;
}

.page-template-template-accordion #content .accordion-toggle .glyphicon {
  color: #919191;
}

.page-template-template-accordion #content .panel.panel-default {
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

.page-template-template-accordion #content .panel-group .panel:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.page-template-template-accordion #content .panel-group .panel-group {
  border: 0;
}

.page-template-template-accordion
  #content
  .panel.panel-default
  .panel.panel-default {
  border: 0 !important;
}

.page-template-template-accordion
  #content
  .panel-heading
  .panel-title
  .inner-title {
  color: #021e51;
  font-family: "DIN";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.page-template-template-accordion
  #content
  .panel-heading
  .panel-title
  .inner-title
  i.more-less {
  float: none;
  color: #021e51;
  font-size: 15px;
  padding-right: 10px;
}

.page-template-template-accordion .cards .row {
  margin-bottom: 35px;
}

.page-template-template-accordion .cards .card {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #cfcfcf;
  background-color: #fafafa;
  margin-bottom: 10px;
}

.page-template-template-accordion .cards .name {
  color: #002b64;
  font-family: "LubalinDemi";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.09px;
  padding-left: 10px;
}

.page-template-template-accordion .cards .position {
  color: #3e3e3e;
  font-family: "DIN";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 26px;
  padding-left: 10px;
  position: relative;
  bottom: 15px;
}

.page-template-template-accordion .cards .phone {
  color: #bb141a;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 26px;
  text-decoration: none;
  padding-left: 10px;
  position: relative;
  bottom: 10px;
}

.page-template-template-accordion .cards .phone span {
  color: #3e3e3e;
  font-family: "DIN";
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 10px;
}

.page-template-template-accordion span.ext {
  font-size: 10px;
  /*   position: relative;
  bottom: 10px; */
  margin-left: 5px;
}

.page-template-template-accordion .phone span.ext-no {
  font-size: 12px;
}

.page-template-template-accordion .cards .e-mail {
  color: #fff !important;
  display: block;
  padding: 5px 10px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.page-template-template-accordion .cards .e-mail span {
  float: right;
  padding-right: 10px;
}

.page-template-template-accordion #sidebar .widget_nav_menu h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
}

.page-template-template-accordion #sidebar .widget_nav_menu .menu {
  list-style-type: none;
}

.page-template-template-accordion #sidebar .menu li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 28px;
  color: #3e3e3e;
  font-family: "DIN";
}

.page-template-template-accordion #sidebar .menu .sub-menu li {
  list-style-type: none;
}

.page-template-template-accordion #sidebar .menu .sub-menu li::before {
  content: "\2192";
  font-weight: bold;
}

.page-template-template-accordion #sidebar .menu .sub-menu li a {
  color: #b50014;
  font-family: "DIN";
  padding-left: 10px;
}

/****
TEMPLATE - ACCORDION (Files)
****/

.page-template-template-accordion .acc-files {
  list-style-type: none;
  list-style-position: inside;
}

.page-template-template-accordion .acc-files li {
  float: left;
  width: 50%;
}

.page-template-template-accordion .acc-files li {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.page-template-template-accordion .acc-files li a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

/* .page-template-template-accordion .acc-files li a img {
  display: inline-block;
  float: left;
  width: 20%;
  height: auto;
  padding-right: 10px;
  max-width: 60px;
}
 */

.page-template-template-accordion .acc-files li a img {
  display: block;
  width: 100%;
  height: auto;
  padding-right: 10px;
  max-width: 150px;
}

/* .page-template-template-accordion .acc-files li a p {
  display: inline-block;
  width: 80%;
  color: #646464;
  padding-left: 15px;
  margin-bottom: 5px;
  font-family: 'DIN';
  font-size: 14px;
  letter-spacing: 1px;
}

 */

.page-template-template-accordion .acc-files li a p {
  display: block;
  width: 100%;
  color: #646464;
  padding-left: 0;
  margin: 5px 0;
  font-family: "DIN";
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
}

.page-template-template-accordion .acc-files li p {
  text-align: left;
}

/***********************
TEMPLATE - WEBLINKS
***********************/

.page-template-template-weblinks #main-container-subpage {
  display: block;
  margin-top: -25%;
}

.page-template-template-weblinks #main-container-subpage h1 {
  margin-bottom: 80px;
}

.page-template-template-weblinks #sidebar {
  margin-top: 30%;
}

.page-template-template-weblinks #main-container-subpage .col-xs-12.col-md-8 {
  margin-top: 0;
  display: block;
}

.page-template-template-weblinks #content .accordion-toggle {
  color: #494949;
  font-family: "DIN";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.12px;
}

.page-template-template-weblinks #content .accordion-toggle .glyphicon {
  color: #919191;
}

.page-template-template-weblinks #content .panel.panel-default {
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

.page-template-template-weblinks #content .panel-group .panel:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.page-template-template-weblinks #content .panel-group .panel-group {
  border: 0;
}

.page-template-template-weblinks
  #content
  .panel.panel-default
  .panel.panel-default {
  border: 0 !important;
}

.page-template-template-weblinks
  #content
  .panel-heading
  .panel-title
  .inner-title {
  color: #021e51;
  font-family: "DIN";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.page-template-template-weblinks
  #content
  .panel-heading
  .panel-title
  .inner-title
  i.more-less {
  float: none;
  color: #021e51;
  font-size: 15px;
  padding-right: 10px;
}

.page-template-template-weblinks #sidebar .widget_nav_menu h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
}

.page-template-template-weblinks #sidebar .widget_nav_menu .menu {
  list-style-type: none;
}

.page-template-template-weblinks #sidebar .menu li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 28px;
  color: #3e3e3e;
  font-family: "DIN";
}

.page-template-template-weblinks #sidebar .menu .sub-menu li {
  list-style-type: none;
}

.page-template-template-weblinks #sidebar .menu .sub-menu li::before {
  content: "\2192";
  font-weight: bold;
}

.page-template-template-weblinks #sidebar .menu .sub-menu li a {
  color: #b50014;
  font-family: "DIN";
  padding-left: 10px;
}

/***********************
TEMPLATE - historical-blank
***********************/

.page-template-template-historical-blank #main-container-subpage {
  display: block;
  margin-top: -25%;
}

.page-template-template-historical-blank #main-container-subpage h1 {
  margin-bottom: 80px;
}

.page-template-template-historical-blank #sidebar {
  margin-top: 30%;
}

.page-template-template-historical-blank
  #main-container-subpage
  .col-xs-12.col-md-8 {
  margin-top: 0;
  display: block;
}

.page-template-template-historical-blank #content .section {
  font-family: "DIN";
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 15px;
  margin-bottom: 5px;
}

.page-template-template-historical-blank #content .section h1,
.page-template-template-historical-blank #content .section h2,
.page-template-template-historical-blank #content .section h3,
.page-template-template-historical-blank #content .section h4,
.page-template-template-historical-blank #content .section h5,
.page-template-template-historical-blank #content .section h6 {
  font-family: "LubalinDemi";
  color: #002b64;
}

.page-template-template-historical-blank #content .accordion-toggle {
  color: #494949;
  font-family: "DIN";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.12px;
}

.page-template-template-historical-blank #content .accordion-toggle .glyphicon {
  color: #919191;
}

.page-template-template-historical-blank #content .panel.panel-default {
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

.page-template-template-historical-blank
  #content
  .panel-group
  .panel:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.page-template-template-historical-blank #content .panel-group .panel-group {
  border: 0;
}

.page-template-template-historical-blank
  #content
  .panel.panel-default
  .panel.panel-default {
  border: 0 !important;
}

.page-template-template-historical-blank
  #content
  .panel-heading
  .panel-title
  .inner-title {
  color: #021e51;
  font-family: "DIN";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.page-template-template-historical-blank
  #content
  .panel-heading
  .panel-title
  .inner-title
  i.more-less {
  float: none;
  color: #021e51;
  font-size: 15px;
  padding-right: 10px;
}

.page-template-template-historical-blank #content ul.acc-files {
  list-style-type: none;
  padding: 0;
}

.page-template-template-historical-blank #content ul.acc-files li {
  padding: 5px 10px;
}

.page-template-template-historical-blank #content ul.acc-files a {
  display: block;
  height: 35px;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
  width: 100%;
}

.page-template-template-historical-blank #content ul.acc-files li img {
  bottom: 5px;
  height: 35px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  width: 35px;
}

.page-template-template-historical-blank #sidebar .widget_nav_menu h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
}

.page-template-template-historical-blank #sidebar .widget_nav_menu .menu {
  list-style-type: none;
  padding: 0;
}

.page-template-template-historical-blank #sidebar .menu li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 28px;
  color: #3e3e3e;
  font-family: "DIN";
}

.page-template-template-historical-blank #sidebar .menu li.current_page_item a {
  font-weight: 900;
}

.page-template-template-historical-blank #sidebar .menu .sub-menu li {
  list-style-type: none;
}

.page-template-template-historical-blank #sidebar .menu .sub-menu li::before {
  content: "\2192";
  font-weight: bold;
}

.page-template-template-historical-blank #sidebar .menu .sub-menu li a {
  color: #b50014;
  font-family: "DIN";
  padding-left: 10px;
}

/***********************
TEMPLATE - historical-blank
***********************/

.page-template-template-historical #main-container-subpage {
  display: block;
  margin-top: -25%;
}

.page-template-template-historical #main-container-subpage h1 {
  margin-bottom: 80px;
}

.page-template-template-historical #sidebar {
  margin-top: 30%;
}

.page-template-template-historical #main-container-subpage .col-xs-12.col-md-8 {
  margin-top: 0;
  display: block;
}

.page-template-template-historical #content .section {
  font-family: "DIN";
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 15px;
  margin-bottom: 5px;
}

.page-template-template-historical #content .section h1,
.page-template-template-historical #content .section h2,
.page-template-template-historical #content .section h3,
.page-template-template-historical #content .section h4,
.page-template-template-historical #content .section h5,
.page-template-template-historical #content .section h6 {
  font-family: "LubalinDemi";
  color: #002b64;
}

.page-template-template-historical #content .accordion-toggle {
  color: #494949;
  font-family: "DIN";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.12px;
}

.page-template-template-historical #content .accordion-toggle .glyphicon {
  color: #919191;
}

.page-template-template-historical #content .panel.panel-default {
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

.page-template-template-historical #content .panel-group .panel:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.page-template-template-historical #content .panel-group .panel-group {
  border: 0;
}

.page-template-template-historical
  #content
  .panel.panel-default
  .panel.panel-default {
  border: 0 !important;
}

.page-template-template-historical
  #content
  .panel-heading
  .panel-title
  .inner-title {
  color: #021e51;
  font-family: "DIN";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.page-template-template-historical
  #content
  .panel-heading
  .panel-title
  .inner-title
  i.more-less {
  float: none;
  color: #021e51;
  font-size: 15px;
  padding-right: 10px;
}

.page-template-template-historical #content ul.acc-files {
  list-style-type: none;
  padding: 0;
}

.page-template-template-historical #content ul.acc-files li {
  padding: 5px 10px;
}

.page-template-template-historical #content ul.acc-files a {
  display: block;
  height: 35px;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
  width: 100%;
}

.page-template-template-historical #content ul.acc-files li img {
  bottom: 5px;
  height: 35px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  width: 35px;
}

.page-template-template-historical #sidebar .widget_nav_menu h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
}

.page-template-template-historical #sidebar .widget_nav_menu .menu {
  list-style-type: none;
  padding: 0;
}

.page-template-template-historical #sidebar .menu li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 28px;
  color: #3e3e3e;
  font-family: "DIN";
}

.page-template-template-historical #sidebar .menu li.current_page_item a {
  font-weight: 900;
}

.page-template-template-historical #sidebar .menu .sub-menu li {
  list-style-type: none;
}

.page-template-template-historical #sidebar .menu .sub-menu li::before {
  content: "\2192";
  font-weight: bold;
}

.page-template-template-historical #sidebar .menu .sub-menu li a {
  color: #b50014;
  font-family: "DIN";
  padding-left: 10px;
}

/****
TEMPLATE - ACCORDION (Files)
****/

.page-template-template-weblinks .acc-files {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}

.page-template-template-weblinks .acc-files li {
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ccc;
}

.page-template-template-weblinks .acc-files li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.page-template-template-weblinks .panel-collapse .panel-body p {
  color: #646464;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 18px;
}

.page-template-template-weblinks .acc-files li a p {
  display: inline-block;
  width: 80%;
  color: #646464;
  padding-left: 15px;
  margin-bottom: 5px;
  font-family: "DIN";
  font-size: 14px;
  letter-spacing: 1px;
}

/***********************
TEMPLATE - COMPETITIONS
***********************/

.page-template-template-calendar .subpage-header {
  background-image: url("images/competitions.jpg");
}

.page-template-template-calendar #content .mover {
  margin-top: -35%;
  display: block;
}

.page-template-template-calendar .rhc-widget-upcoming-item {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
}

.page-template-template-calendar .rhc-widget-upcoming-featured-image {
  width: 70%;
  margin: 0;
  position: relative;
  display: inline-block;
}

.page-template-template-calendar .rhc-widget-upcoming-featured-image img {
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
  max-height: 420px;
}

.page-template-template-calendar .rhc-widget-upcoming {
  float: none;
  width: 100%;
  display: block;
  right: 0;
  position: absolute;
  z-index: 20;
  top: 20%;
}

.red-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b82729+0,252c41+100&0.65+0,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(184, 39, 41, 0.75) 0%,
    rgba(37, 44, 65, 0.75) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(184, 39, 41, 0.75) 0%,
    rgba(37, 44, 65, 0.75) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(184, 39, 41, 0.75) 0%,
    rgba(37, 44, 65, 0.75) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6b82729', endColorstr='#a6252c41', GradientType=0);
  /* IE6-9 */
}

.page-template-template-calendar .right_element {
  background-color: #002b64;
  width: 30%;
  display: inline-block;
  position: relative;
}

.page-template-template-calendar .right_element .cta-red.button {
  position: absolute;
  bottom: 20px;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 180px;
  color: #fff;
  text-align: center;
  padding: 8px 20px;
}

.page-template-template-calendar h2.rhc-title-in-link {
  color: #fff;
  font-size: 40px;
  padding: 10px 30px;
  font-family: "LubalinDemi";
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.27px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-template-template-calendar .rhc-widget-upcoming .rhc-description {
  color: #fff;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 26px;
  padding: 10px 30px;
}

.page-template-template-calendar .rhc-widget-upcoming .button.cta-green {
  background-color: #74c331;
  border-bottom: 5px solid #578c2a;
  height: 100%;
  width: 100%;
  max-width: 180px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 20px;
  text-transform: uppercase;
  margin: 30px;
}

body .rhcalendar .fullCalendar .fc-header-title h2 {
  font-family: "LubalinDemi" !important;
  color: #002b64;
}

.page-template-template-calendar
  .upcoming_widget_area
  .rhc-widget-upcoming-item {
  position: relative;
  height: 100%;
  width: 33.333%;
  padding: 20px;
  border-radius: 8px;
}

.page-template-template-calendar .fullCalendar {
  font-family: "DIN";
}

.page-template-template-calendar .fullCalendar .fc-content {
  border: 1px solid #ededed !important;
  font-family: "DIN";
}

.rhcalendar.not-widget .fc-view-month.fc-grid .fc-day-number {
  font-family: "DIN";
}

.rhcalendar.not-widget .fc-view .fc-widget-content,
.rhcalendar.not-widget .fc-view .fc-first .fc-widget-header {
  border-color: #ede !important;
}

.fc-day.fc-other-month {
  background-color: #efefef !important;
}

.fc-content .fc-event.fc-event-hori {
  border-radius: 20px !important;
}

.rhcalendar.not-widget .fc-event-inner {
  padding-left: 20px;
}

.rhcalendar.not-widget .fc-view-month.fc-grid .fc-day-number {
  color: #a3a3a3 !important;
}

.rhcalendar .fullCalendar .fc-content .fc-event .fc-event-inner .fc-event-time {
  display: none;
}

.upcoming_widget_area .rhc-widget-upcoming-item {
  display: block;
  clear: none;
  width: 33.333%;
}

.upcoming_widget_area .title-block {
  background-color: #002b64;
  background-image: url(images/calendar.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  color: #fff;
  height: 50px;
  border-radius: 5px 5px 0 0;
}

.upcoming_widget_area .rhc-title-in-link {
  padding: 10px 60px 0;
  text-transform: uppercase;
  font-family: "DIN";
  text-align: center;
}

.upcoming_widget_area .upcoming-content {
  background-color: #f9f9f9;
  padding: 10px;
  color: #3e3e3e;
  font-family: DIN;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 26px;
  position: relative;
}

.upcoming_widget_area .upcoming-content .duration {
  color: #b50014;
  font-family: "DIN";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
}

.page-template-template-calendar .upcoming-content .button.cta-red {
  width: 100%;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 10px;
  text-transform: uppercase;
}

.upcoming_widget_area h2.title {
  color: #002b64;
  font-family: "LubalinDemi";
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.17px;
  text-align: center;
}

.url_block {
  margin-top: 80px;
  margin-bottom: 80px;
}

.url_block .block {
  background-color: #002b64;
  height: 220px;
  position: relative;
  padding: 20px;
}

.url_block h3 {
  color: #fff;
  font-family: "LubalinDemi";
  text-align: center;
}

.url_block .text-block {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
}

/*******************************
MEGA MENU - UPCOMING EVENT WIDGET
*******************************/

.mega-menu-upcoming-widget.rhc-widget-upcoming-item {
  position: relative;
  height: 370px;
  width: 100%;
  display: block;
  background-image: url(images/bg-red-widget.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.mega-menu-upcoming-widget.rhc-widget-upcoming-item .rhc-widget-upcoming {
  float: none;
  width: 100%;
  display: block;
  right: 0;
  position: relative;
  z-index: 99;
  top: 20%;
}

.mega-menu-upcoming-widget.rhc-widget-upcoming-item .rhc-widget-a img {
  display: block;
  margin: 20px auto 0;
}

.mega-menu-upcoming-widget.rhc-widget-upcoming-item .rhc-widget-a h3.title {
  font-family: "LubalinDemi";
  text-align: center;
  color: #fff;
}

.mega-menu-upcoming-widget.rhc-widget-upcoming-item
  .rhc-widget-upcoming-title
  h3 {
  background-color: #002b64;
  font-family: "DIN";
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 30px;
  color: #fff;
}

.mega-menu-upcoming-widget.rhc-widget-upcoming-item .rhc-widget-event-hold {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0 20px 20px !important;
}

.mega-menu-upcoming-widget .rhc-widget-date-range {
  text-align: center;
  font-family: "DIN";
  color: #fff;
}

.mega-menu-upcoming-widget a.rhc-event-link.cta-red.button {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 180px;
  display: block;
  margin: 0 auto;
  color: #fff !important;
  text-align: center;
}

.mega-menu-upcoming-widget .rhc-widget-upcoming {
  width: 100% !important;
}

/***********************
TEMPLATE - EVENTS
***********************/

.events-template-template-event_detail #breadcrumbs {
  padding: 0 15px;
}

.events-template-template-event_detail #main-container-subpage h1 {
  padding: 0 15px;
}

.events-template-template-event_detail #main-container-subpage .image-holder {
  position: relative;
}

.events-template-template-event_detail
  #main-container-subpage
  .image-holder
  .info-box {
  position: absolute;
  height: 100%;
  width: 300px;
  background-color: #002b64;
  top: 20px;
  right: 200px;
  color: #fff;
  font-family: "DIN";
}

.events-template-template-event_detail
  #main-container-subpage
  .image-holder
  .info-box
  a.cat {
  color: #fff;
  text-decoration: underline;
}

.events-template-template-event_detail
  #main-container-subpage
  .image-holder
  .info-box
  .rhc-sc-date
  strong {
  display: none !important;
}

.events-template-template-event_detail
  #main-container-subpage
  .image-holder
  .info-box
  .cta-green {
  width: 100%;
  max-width: 300px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  left: 0;
  text-transform: uppercase;
}

.events-template-template-event_detail
  #main-container-subpage
  .image-holder
  .info-box
  label,
.events-template-template-event_detail
  #main-container-subpage
  .image-holder
  .info-box
  p {
  padding-left: 15px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 15px;
}

.events-template-template-event_detail
  #main-container-subpage
  .image-holder
  .info-box
  label {
  margin-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
}

.events-template-template-event_detail
  #main-container-subpage
  .image-holder
  .info-box
  .cta-green
  span {
  float: right;
}

.events-template-template-event_detail
  #main-container-subpage
  .col-xs-12.col-md-8 {
  margin-top: 0;
}

.events-template-template-event_detail #single-content.col-xs-12.col-md-8,
.events-template-template-event_detail #sidebar {
  margin-top: 55px;
}

.events-template-template-event_detail #main-container-subpage {
  margin-top: -30%;
  position: relative;
}

.events-template-template-event_detail #prog.programme {
  margin-bottom: 100px;
}

.events-template-template-event_detail .programme ul li {
  position: relative;
  width: 100%;
  /*float: right; */
  list-style-type: none;
  color: #848484;
  padding-left: 20%;
  color: #3e3e3e;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 26px;
}

.events-template-template-event_detail .programme ul li:nth-child(2) {
  background-color: #f3f3f3;
}

.events-template-template-event_detail .programme ul li span {
  position: absolute;
  width: 22%;
  left: 0;
  height: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 10;
  color: #022050;
  font-family: "DIN";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.09px;
}

.events-template-template-event_detail .programme-box {
  background-color: #fafafb;
  display: block;
  margin: 50px 0;
  min-height: 300px;
  position: relative;
  width: 100%;
}

.events-template-template-event_detail .price-box {
  background-color: #02367c;
  color: #fff;
  display: block;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  border-radius: 5px 0 0 5px;
}

.events-template-template-event_detail .information-box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 33.333%;
  padding: 20px;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: "DIN";
}

.events-template-template-event_detail .programme-box .title {
  padding: 30px 15px;
  text-align: center;
  background-color: #002364;
  color: #fff;
  border-radius: 5px 0 0 0;
  font-family: "DIN";
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.events-template-template-event_detail .price-content {
  margin-top: 20%;
}

.events-template-template-event_detail .price-content p {
  text-align: center;
  font-family: "DIN";
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
}

.events-template-template-event_detail .price-content p.price {
  font-size: 50px;
  position: relative;
}

.events-template-template-event_detail .price-content p.price .currency {
  font-size: 25px;
  position: relative;
  bottom: 25px;
  left: 5px;
}

.events-template-template-event_detail .documents {
  background-color: #002364;
  border-radius: 5px 5px 0 0;
  margin-bottom: 50px;
}

.events-template-template-event_detail .documents .downloads {
  list-style-type: none;
  list-style-position: inside;
}

.events-template-template-event_detail .documents li {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 15px;
  width: 49%;
}

.events-template-template-event_detail .documents li hr {
  display: block;
  width: 80%;
  margin: 10px auto;
  opacity: 0.3;
}

.events-template-template-event_detail .programme h3,
.events-template-template-event_detail .documents h3 {
  padding: 30px 15px;
  text-align: center;
  background-color: #002364;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-family: "DIN";
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.events-template-template-event_detail .programme ul {
  padding: 0;
}

.events-template-template-event_detail .programme ul li p {
  padding: 10px 30px;
}

.events-template-template-event_detail .empty-space {
  margin: 50px;
}

.events-template-template-event_detail #sidebar {
  border-left: 1px solid #eaeaea;
}

.events-template-template-event_detail #sidebar .widget {
  max-width: 300px;
  display: block;
  margin: 0 auto 50px;
}

.events-template-template-event_detail .widget_rhcoming_events_widget {
  background-color: #031f44;
  color: #fff;
  font-family: "LubalinDemi";
  padding: 10px 0;
  margin-top: 50px;
}

.events-template-template-event_detail .widget_rhcoming_events_widget h4 {
  margin-bottom: 0;
  font-family: "DIN";
  font-weight: 100;
  padding: 0 10px;
  color: #fff;
}

.events-template-template-event_detail .widget_rhcoming_events_widget h2 {
  margin-top: 0;
  padding: 0 10px;
}

.events-template-template-event_detail
  .widget_rhcoming_events_widget
  .rhc-title-is-link.rhc-side-1 {
  background-color: #002b64;
}

.events-template-template-event_detail
  .widget_rhcoming_events_widget
  .rhc-title-is-link.rhc-side-1
  h4 {
  color: #ffffff;
  font-family: "DIN";
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 14px;
}

.events-template-template-event_detail .widget_rhcoming_events_widget h2 {
  padding: 0;
  width: 80%;
  display: block;
  margin: 0 auto;
}

.events-template-template-event_detail .widget_rhcoming_events_widget > h4 {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 0;
}

.events-template-template-event_detail
  .widget_rhcoming_events_widget
  .fc-event-list-content {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.events-template-template-event_detail
  .widget_rhcoming_events_widget
  .rhc-title-is-link.rhc-side-1
  p {
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.events-template-template-event_detail
  .widget_rhcoming_events_widget
  .fc-event-list-content
  h4 {
  padding: 0;
}

.events-template-template-event_detail .widget_rhcoming_events_widget hr {
  opacity: 0.28;
  width: 80%;
  display: block;
  margin: 5px auto;
}

/*************************
Default template
*************************/

.page-template-default #main-container-subpage {
  display: block;
  margin-top: -25%;
}

.page-template-default .bg-white {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px 10px;
}

/*************************
Events sidebar weather
*************************/

.event-weather-widget.widget {
  max-width: 300px;
  background-color: #002b64;
  display: block;
  margin: 50px auto;
}

.event-weather-widget.widget ul {
  padding: 0;
  list-style-type: none;
}

.event-weather-widget.widget ul li {
  text-align: center;
  padding: 20px 20px 10px;
}

.event-weather-widget.widget .weather-title {
  color: #fff;
  background-color: #001943;
  padding: 20px 10px 5px;
  margin: 0;
  font-family: "DIN";
}

.event-weather-widget.widget .weather-title h2.title {
  color: #fff !important;
  margin-top: -10px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 34px;
}

.event-weather-widget.widget .weather-title p {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.04px;
  line-height: 28px;
  text-transform: uppercase;
}

.event-weather-widget.widget .weather-title p.date {
  font-size: 12px;
}

.event-weather-widget.widget .temperature .wi {
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.event-weather-widget.widget .temperature .temp-no {
  color: #fff;
  font-family: "LubalinDemi";
  margin-left: 15px;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 0.44px;
}

.event-weather-widget.widget .cond-info {
  padding: 0 20px !important;
  text-transform: uppercase;
  background-color: #001943;
  width: 85%;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-family: "DIN";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.58px;
}

.event-weather-widget.widget .windinfo img {
  width: 25px;
  position: relative;
  bottom: 5px;
  right: 15px;
}

.event-weather-widget.widget .windinfo p span.speed {
  color: #fff;
  font-family: "LubalinDemi";
  font-size: 20px;
}

.event-weather-widget.widget .windinfo p span.unit {
  font-family: "DIN";
  font-size: 12px;
  color: #fff;
}

.event-weather-widget.widget .cond-info p {
  padding: 7px;
}

.event-weather-widget.widget .button {
  width: 100% !important;
  max-width: 300px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  margin: 30px auto 0;
  font-size: 14px;
}

/**********************
TEMPLATE - LANDING
*********************/

.page-template-template-landing .subpage-header {
  background-image: url("images/landing-bg.jpg");
}

.page-template-template-landing #breadcrumbs,
.page-template-template-landing h1 {
  position: relative;
}

.page-template-template-landing #main-container-subpage h1 {
  margin-bottom: 70px;
}

.page-template-template-landing #main-container-subpage {
  margin-top: -25%;
}

.page-template-template-landing #content .row {
  margin-bottom: 50px;
}

.page-template-template-landing .link-page {
  background-color: #002b64;
  min-height: 350px;
  position: relative;
}

.page-template-template-landing .bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.45;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.page-template-template-landing .text-block {
  position: absolute;
  z-index: 2;
  width: 80%;
  margin: 15% 0 0 10%;
  max-width: 350px;
}

.page-template-template-landing .text-block h3 {
  color: #ffffff;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.24px;
  line-height: 27px;
  text-transform: uppercase;
}

.page-template-template-landing .text-block p {
  color: #ffffff;
  font-family: "DIN";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 19px;
  padding-top: 20px;
}

.page-template-template-landing .link-page .cta-red {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 250px;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  z-index: 3;
  text-decoration: none;
}

.page-template-template-landing .link-page .cta-red span {
  float: right;
  padding-right: 20px;
}

.page-template-template-landing h2.title {
  color: #002b64;
  font-family: "LubalinDemi";
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

/*********************
TEMPLATE - NEWS
*********************/

.page-template-blog .subpage-header {
  background-image: url("images/blog-bg.jpg");
}

.page-template-blog h1,
.page-template-blog #breadcrumbs {
  padding-left: 15px;
}

.page-template-blog #news-title {
  margin-bottom: 15%;
}

.page-template-blog .post {
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-template-blog .post img {
  width: 100%;
  height: auto;
  max-height: 200px;
}

.page-template-blog .post-inside {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
}

.page-template-blog .entry-date {
  color: #5b5b5b;
  font-family: DIN;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-align: right;
}

.page-template-blog .post-cat {
  font-family: "DIN";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.page-template-blog h3 {
  color: #494949;
  font-family: "DIN";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
}

.page-template-blog footer h3 {
  font-family: "LubalinDemi", sans-serif;
  font-size: 20px;
  margin: 70px 0 20px;
  text-align: right;
  color: #fff;
}

.page-template-blog p {
  font-size: 16px;
  font-family: "DIN";
  line-height: 24px;
}

.page-template-blog .post a.see-more {
  font-weight: bold;
  color: #bb141a;
}

.page-template-blog .category-cat-one .post-cat {
  color: #bb141a;
}

.page-template-blog .category-cat-two .post-cat {
  color: #f09715;
}

.page-template-blog .category-cat-three .post-cat {
  color: #20bb14;
}

.page-templage-blog .ajax-pagination {
  margin: 50px auto;
}

.custom-pagination {
  margin: 50px auto;
  padding-left: 15px;
}

.page-template-blog .ajax-pagination a {
  border: 1px solid #eee;
  color: #bb141a;
  padding: 5px 10px;
}

.page-template-blog .ajax-pagination span {
  border: 1px solid #eee;
  color: #000;
  font-weight: bold;
  padding: 5px 10px;
  font-family: "DIN", sans-serif !important;
}

.page-template-blog #results {
  min-height: 300px;
}

.page-template-blog #sidebar {
  border-left: 1px solid #eee;
  margin-top: -5%;
}

.page-template-blog #sidebar .widget {
  display: block;
  max-width: 300px;
  margin: 40px auto 0;
}

.page-template-blog #sidebar h4 {
  color: #ab0015;
  display: block;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

/* #sidebar .widget.widget_filter input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

#sidebar .widget.widget_filter input[type=checkbox].css-checkbox + label.css-label {
	padding-left:23px;
	height:18px;
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:18px;
	vertical-align:middle;
	cursor:pointer;

}

#sidebar .widget.widget_filter input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}
#sidebar .widget.widget_filter label.css-label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_6f331fb9acd81ba5a9611dff3517f437.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
} */

#sidebar .widget.widget_filter [type="checkbox"]:not(:checked),
#sidebar .widget.widget_filter [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

#sidebar .widget.widget_filter [type="checkbox"]:not(:checked) + label,
#sidebar .widget.widget_filter [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */

#sidebar .widget.widget_filter [type="checkbox"]:not(:checked) + label:before,
#sidebar .widget.widget_filter [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */

#sidebar .widget.widget_filter [type="checkbox"]:not(:checked) + label:after,
#sidebar .widget.widget_filter [type="checkbox"]:checked + label:after {
  content: "âœ”";
  position: absolute;
  top: 0.25em;
  left: 0.2em;
  font-size: 1em;
  line-height: 0.8;
  color: #333;
  transition: all 0.2s;
}

/* checked mark aspect changes */

#sidebar .widget.widget_filter [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

#sidebar .widget.widget_filter [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

#sidebar
  .widget.widget_filter
  [type="checkbox"]:checked
  + label
  span.filter_name {
  color: #24cb51;
  font-weight: bold;
}

.widget.widget_filter p {
  padding: 0 20px;
  margin: 15px 0 5px;
}

#sidebar .widget.widget_filter h4 {
  background-color: #002043;
  color: #fff;
  padding: 20px;
  text-align: left;
}

#sidebar .widget.widget_filter {
  background-color: #f3f3f3;
  display: block;
  margin: 0 auto 35px;
  max-width: 300px;
}

#sidebar .widget.widget_filter > label {
  padding: 10px 20px;
  margin-bottom: 0;
}

#sidebar span.filter_name {
  margin-left: 5px;
  color: #404040;
  font-family: "DIN";
  letter-spacing: 0.21px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  bottom: 2px;
}

#sidebar .widget_filter :checked + span {
  color: #24cb51;
}

#sidebar .widget.widget_filter hr {
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
  margin: 0 auto;
  width: 80%;
  border-color: #e7e7e7;
}

#sidebar .widget.widget_filter hr:last-child {
  display: none !important;
}

.page-template-blog #sidebar .button {
  width: 100%;
}

.page-template-blog #sidebar li a {
  color: #5b5b5b;
  font-family: "DIN";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.13px;
  line-height: 24px;
}

/*********************
SINGLE POST
*********************/

.single-post .post-categories {
  margin-bottom: 25px;
}

.single-post .post-categories a {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  text-decoration: none;
}

.single-post .post-categories a.cat-one {
  color: #bb141a;
  border-bottom: 3px solid #bb141a;
}

.single-post .post-categories a.cat-two {
  color: #f09715;
  border-bottom: 3px solid #f09715;
}

.single-post .post-categories a.cat-three {
  color: #20bb14;
  border-bottom: 3px solid #20bb14;
}

.single-post .post img.attachment-post-thumbnail {
  width: 100%;
  height: auto;
  max-height: 450px;
}

.image-description {
  width: 100%;
  background-color: #ccc;
  padding: 10px 20px;
  margin-bottom: 50px;
}

.image-description p {
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
  font-family: "DIN";
}

#social-share {
  padding: 0;
  border-right: 1px solid rgba(163, 163, 163, 0.28);
}

#social-share > p,
#social-share > h5 {
  font-family: "DIN";
}

#social-share p {
  line-height: 16px;
  font-size: 12px;
}

#social-share span.entry-date {
  font-size: 16px;
  font-family: "DINBold";
}

#social-share > h5 {
  margin-top: 40px;
  color: #ab0015;
}

#social-share ul.share-buttons {
  padding: 0;
  list-style-type: none;
}

#social-share ul.share-buttons li {
  margin-bottom: 10px;
}

.single-post #single-content iframe {
  height: auto;
  width: 100%;
  min-height: 300px;
}

.single-post #single-content .wp-caption,
.single-post #single-content .wp-video {
  width: 100% !important;
}

.single-post #single-content .wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
  background-color: #ccc;
  padding: 10px 20px;
  font-family: "DIN";
}

.single-post #single-content h2,
.single-post #single-content h3 {
  color: #002b64;
  font-family: "LubalinDemi";
  font-weight: 400;
  letter-spacing: 1px;
}

.single-post #single-content {
  color: #3e3e3e;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
}

.single-post #single-content p {
  padding-left: 20px;
}

.single-post #main-container-subpage .col-xs-12.col-md-8 {
  padding-bottom: 100px;
}

.page-template-template-discipline .main-content {
  border-right: 0;
}

.single-post #sidebar {
  border-left: 1px solid #eee;
}

.single-post #sidebar .widget {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.single-post #sidebar ul {
  list-style-type: none;
  padding: 0;
}

.single-post #sidebar h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
  margin-top: 50px;
}

.single-post #sidebar .button {
  width: 100%;
}

.single-post #sidebar li a {
  color: #5b5b5b;
  font-family: "DIN";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.13px;
  line-height: 24px;
}

.single-post #sidebar .cat-item {
  margin-bottom: 5px;
}

.single-post #sidebar .cat-item > span {
  background-color: #002b64;
  border-radius: 50px;
  color: #fff;
  float: right;
  font-family: "DIN";
  margin-right: 5px;
  padding: 2px 8px;
}

/*********************
ARCHIVE
*********************/

.page-template-archive #main-container-subpage .col-xs-12.col-md-8 {
  margin-top: 0;
  display: block;
}

.archive.date #main-container-subpage .row {
  margin: 150px auto 80px;
}

.page-template-archive #main-container-subpage,
.archive.date #main-container-subpage {
  margin-top: -20%;
}

#main-container-subpage .archive-postlist.col-xs-12.col-md-8 {
  display: block;
  margin-top: 0;
}

.archive.date h1 {
  position: relative;
  z-index: 10;
}

.archive-postlist .col-xs-12.col-sm-6 article {
  background-color: #fff;
  border: 1px solid gray;
}

.archive-postlist article .entry-meta {
  text-align: right;
  font-size: 10px;
  font-family: "DIN";
  color: #5b5b5b;
  letter-spacing: 1px;
  font-weight: 400;
}

.archive-postlist article h3 {
  font-family: "DIN";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
}

.archive-postlist .col-xs-12.col-sm-6 article .entry-header,
.archive-postlist .col-xs-12.col-sm-6 article .entry-excerpt {
  padding: 0 15px 15px;
}

.archive .post img.attachment-post-thumbnail {
  height: auto;
  max-height: 200px;
  width: 100%;
}

.archive .subpage-header {
  background-image: url("images/blog-bg.jpg");
}

.archive h1,
.archive #breadcrumbs {
  padding-left: 15px;
}

.archive #news-title {
  margin-bottom: 15%;
}

.archive .post {
  margin-top: 20px;
  margin-bottom: 30px;
}

.archive .post .image {
  width: 100%;
  height: 200px;
  display: block;
}

.archive .post .post-inside {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
}

.archive .post .entry-date {
  color: #5b5b5b;
  font-family: DIN;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-align: right;
}

.archive .post .post-cat {
  font-family: "DIN";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.archive .post h3 {
  color: #494949;
  font-family: "DIN";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
}

.archive footer h3 {
  font-family: "LubalinDemi", sans-serif;
  font-size: 20px;
  margin: 70px 0 20px;
  text-align: right;
  color: #fff;
}

.archive .post p {
  font-size: 16px;
  font-family: "DIN";
  line-height: 24px;
}

.archive .post a.see-more {
  font-weight: bold;
  color: #bb141a;
}

.archive .post.category-cat-one .post-cat {
  color: #bb141a;
}

.archive .post.category-cat-two .post-cat {
  color: #f09715;
}

.archive .post.category-cat-three .post-cat {
  color: #20bb14;
}

.archive .custom-pagination {
  margin: 50px auto;
}

.custom-pagination {
  margin: 50px auto;
  padding-left: 15px;
}

.archive .custom-pagination a {
  border: 1px solid #eee;
  color: #bb141a;
  padding: 5px 10px;
}

.archive .custom-pagination span {
  border: 1px solid #eee;
  color: #000;
  font-weight: bold;
  padding: 5px 10px;
  font-family: "DIN", sans-serif !important;
}

#content .post {
  margin-bottom: 50px;
}

.page-template-archive #sidebar {
  border-left: 1px solid #eee;
}

.page-template-archive #sidebar .widget {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.page-template-archive #sidebar ul {
  list-style-type: none;
  padding: 0;
}

.page-template-archive #sidebar h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
  margin-top: 50px;
}

.page-template-archive #sidebar .button {
  width: 100%;
}

.page-template-archive #sidebar li a {
  color: #5b5b5b;
  font-family: "DIN";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.13px;
  line-height: 24px;
}

.page-template-archive #sidebar {
  border-left: 1px solid #eee;
  margin-bottom: 50px;
  margin-top: 35%;
}

.page-template-archive #sidebar .widget {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.page-template-archive #sidebar ul {
  list-style-type: none;
  padding: 0;
}

.page-template-archive #sidebar h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
  margin-top: 50px;
}

.page-template-archive #sidebar .button {
  width: 100%;
}

.page-template-archive #sidebar li a {
  color: #5b5b5b;
  font-family: "DIN";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.13px;
  line-height: 24px;
}

.page-template-archive #sidebar .cat-item {
  margin-bottom: 5px;
}

.page-template-archive #sidebar .cat-item > span {
  background-color: #002b64;
  border-radius: 50px;
  color: #fff;
  float: right;
  font-family: "DIN";
  margin-right: 5px;
  padding: 2px 8px;
}

ul.arch-list {
  padding: 0;
  list-style-type: none;
  font-family: "DIN";
}

ul.arch-list li a {
  color: #5b5b5b;
  font-family: "DIN";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.13px;
  line-height: 24px;
}

ul.arch-list ul {
  list-style-type: none;
  padding: 0 10px;
}

.archive.date #sidebar {
  border-left: 1px solid #eee;
}

.archive.date #sidebar .widget {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.archive.date #sidebar ul {
  list-style-type: none;
  padding: 0;
}

.archive.date #sidebar h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
  margin-top: 50px;
}

.archive.date #sidebar .button {
  width: 100%;
}

.archive.date #sidebar li a {
  color: #5b5b5b;
  font-family: "DIN";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.13px;
  line-height: 24px;
}

.archive.date #sidebar .cat-item {
  margin-bottom: 5px;
}

.archive.date #sidebar .cat-item > span {
  background-color: #002b64;
  border-radius: 50px;
  color: #fff;
  float: right;
  font-family: "DIN";
  margin-right: 5px;
  padding: 2px 8px;
}

/*********************
LATEST NEWS BLOCK
*********************/

#latest-news {
  background-color: #eee;
  width: 100%;
  display: block;
  padding: 50px 0;
}

#latest-news .title {
  margin: 50px 0;
}

#latest-news .post img {
  width: 100%;
  height: auto;
  max-height: 200px;
}

#latest-news .post {
  padding: 0;
  margin: 0 0 100px;
  display: block;
  background-color: #fff;
}

#latest-news .post .post-inside {
  padding: 20px;
}

#latest-news .entry-date {
  color: #5b5b5b;
  font-family: DIN;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-align: right;
}

#latest-news .post-cat {
  font-family: "DIN";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#latest-news h3 {
  color: #494949;
  font-family: "DIN";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
}

#latest-news p {
  font-size: 16px;
  font-family: "DIN";
  line-height: 24px;
}

#latest-news .post a.see-more {
  font-weight: bold;
  color: #bb141a;
}

#latest-news .category-cat-one .post-cat {
  color: #bb141a;
}

#latest-news .category-cat-two .post-cat {
  color: #f09715;
}

#latest-news .category-cat-three .post-cat {
  color: #20bb14;
}

#latest-news .more-news {
  display: block;
  margin: 50px auto;
  text-align: center;
  width: 300px;
  height: 50px;
  color: #494949;
  font-family: "DIN";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

/***********************************
FOOTER
***********************************/

footer a.contact {
  color: #fff;
  text-decoration: none;
}

#fo-left p.cp {
  margin: 0 0 5px;
}

footer p {
  color: #fff !important;
}

/*********************
FAQ & DOWNLOADS AREA
*********************/

.faq-dl-area {
  height: auto;
  background-color: #021e43;
  width: 100%;
  display: block;
  overflow-x: hidden;
}

.faq-dl-area h2 {
  color: #fff;
  font-family: "LubalinDemi";
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

#faq {
  padding-left: 10%;
  padding-top: 30px;
  padding-right: 5%;
}

#downloads {
  padding-top: 30px;
  padding-right: 10%;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #002b64;
}

.panel-group .panel:last-child {
  border-bottom: 0;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: transparent;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
  font-family: "DIN";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.panel-title > a span {
  color: #f00;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
  text-transform: uppercase;
  padding-right: 20px;
}

.more-less {
  float: right;
  color: #f00;
  font-size: 15px;
}

.more-less.glyphicon-triangle-bottom {
  color: #f00;
}

.more-less.glyphicon-triangle-top {
  color: #fff;
}

.more-less.glyphicon-triangle-top ~ span {
  color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-collapse .panel-body p {
  color: #ffffff;
  font-family: "DIN";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
}

/*****
Downloads
*****/

.downloads {
  list-style-type: none;
}

.downloads li {
  display: block;
  border-bottom: 1px solid #002b64;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.downloads li:last-child {
  border-bottom: 0;
}

.downloads li a {
  text-decoration: none;
}

.downloads li a img {
  display: inline-block;
  float: left;
  width: 20%;
  height: auto;
  padding-right: 10px;
  max-width: 60px;
}

.downloads li a p {
  display: inline-block;
  width: 80%;
  color: #fff;
  padding-left: 15px;
  margin-bottom: 5px;
  font-family: "DIN";
  font-size: 14px;
  letter-spacing: 1px;
}

/***************
COPYRIGHT AREA
***************/

footer {
  min-height: 300px;
  height: auto;
  background-color: #002b64;
  width: 100%;
  color: #fff;
}

footer .brand {
  float: left;
  margin: 55px 55px 30px;
  font-size: 18px;
  line-height: 20px;
}

footer h3 {
  font-family: "LubalinDemi", sans-serif;
  font-size: 20px;
  margin: 70px 0 20px;
  text-align: right;
}

footer .aps-group-horizontal {
  float: right;
}

footer p {
  font-family: "DIN";
  font-size: 14px;
}

/***********************
CTA BUTTONS
***********************/

#sidebar .button {
  width: 80%;
  max-width: 300px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  font-size: 14px;
}

#sidebar .button span {
  padding-left: 30px;
  float: right;
}

.cta-red {
  background-color: #bb141a;
  border-bottom: 5px solid #891116;
}

.cta-green {
  background-color: #74c331;
  border-bottom: 5px solid #578c2a;
}

/******************************
FOOTER NAV MENU
******************************/

#menu-footer-menu,
#menu-footer-menu-bisley {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  /* text-align:center; */
  margin-left: -10px;
  text-align: left;
}

#menu-footer-menu li,
#menu-footer-menu-bisley li {
  display: inline;
}

#menu-footer-menu li a,
#menu-footer-menu-bisley li a {
  color: #fff;
  display: inline-block;
  padding: 10px;
}

#menu-footer-menu li a:hover,
#menu-footer-menu-bisley li a:hover {
  text-decoration: none;
}

#menu-footer-menu li:not(:first-child):before,
#menu-footer-menu-bisley li:not(:first-child):before {
  content: " | ";
  opacity: 0.5;
  position: relative;
  bottom: 1px;
}

/****************
404 template
****************/

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

.error404 #main-container-subpage .col-xs-12 {
  margin-top: -35%;
  display: block;
  margin-bottom: 100px;
}

.error404 #main-container-subpage .col-xs-12 h2 {
  text-align: center;
}

.error404 #main-container-subpage .col-xs-12 a {
  display: block;
  margin: 0 auto;
  width: 105px;
}

/***************
TEMP
***************/

.page-template-template-blog-test .image img {
  max-width: 100%;
  height: 100%;
}

.page-template-template-blog-test .post-inside {
  border: 1px solid gray;
  padding: 10px;
}

/*get in touch*/
.buttons-wrapper.touch {
  bottom: -10px;
  position: fixed;
  font-family: "DIN", sans-serif;
}
.buttons-wrapper.touch .button {
  width: 250px;
  transform: none;
  padding: 0;
  border: none;
}
.buttons-wrapper.touch .button > a {
  background: #002b64;
  border-bottom: 5px solid #021f44;
  display: block;
  padding: 0 24px;
  line-height: 45px;
  height: 50px;
}
.buttons-wrapper.touch .button .arrow {
  position: absolute;
  top: 20px;
  right: 26px;
}
.buttons-wrapper.touch .button .arrow.down {
  display: none;
}
.buttons-wrapper.touch .button.open .arrow.down {
  display: block;
}
.buttons-wrapper.touch .button.open .arrow.up {
  display: none;
}
.buttons-wrapper.touch .button .drop-down {
  background: #fff;
  padding: 0 20px;
  list-style: none;
  cursor: default;
  display: none;
}
.buttons-wrapper.touch .drop-down li {
  border-bottom: 1px solid #979797;
  position: relative;
  padding: 19px 0 19px 55px;
  color: #002b64;
}
.buttons-wrapper.touch .drop-down li:last-child {
  border-bottom: none;
}
.buttons-wrapper.touch .drop-down li .icon {
  top: 15px;
  left: 0;
  position: absolute;
}
.buttons-wrapper.touch .drop-down li .contact-label {
  font-size: 12px;
  line-height: 15px;
  color: #002b64;
  font-weight: 600;
}
.buttons-wrapper.touch .drop-down li .value {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.buttons-wrapper.touch .drop-down li .value a {
  color: #002b64;
}

/* COMPETITION & EVENTS RESTYLING */

.page-template-template-calendar .rhc-widget-upcoming-featured-image,
.page-template-default .rhc-widget-upcoming-featured-image {
  position: relative;
  display: inline-block;
  width: 30%;
}
.page-template-default .rhc-widget-upcoming-featured-image {
  margin-right: 0;
}
.page-template-template-calendar .right_element,
.page-template-default .right_element {
  position: relative;
  width: 70%;
  display: inline-block;
}

.page-template-default .right_element {
  background-color: #002b64;
  height: 100%;
}
.page-template-default .bg-white {
  background: transparent !important;
}
.page-template-template-calendar .rhc-widget-upcoming-item label,
.page-template-default .rhc-widget-upcoming-item label {
  margin-left: 30px;
  margin-right: 5px;
  color: #ffffff;
}

.page-template-template-calendar .rhc-widget-date-time,
.page-template-default .rhc-widget-date-time {
  margin-left: 30px !important;
  margin-right: 5px;
  color: #ffffff;
}

.page-template-template-calendar .rhc-widget-upcoming-item p,
.page-template-default .rhc-widget-upcoming-item p {
  color: #ffffff;
}

.page-template-template-calendar #content .mover,
.page-template-default #main-container-subpage {
  margin-top: -65vh;
}

.rhcalendar.not-widget.rhc_holder {
  margin-top: -20px !important;
}

.page-template-default .rhcalendar.not-widget.rhc_holder {
  margin-top: 0 !important;
}

.page-template-template-calendar h2.rhc-title-in-link,
.page-template-default h2.rhc-title-in-link {
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 40px;
  padding: 10px 30px;
  font-family: "LubalinDemi";
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.27px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-template-template-calendar h2.rhc-title-in-link:after,
.page-template-default h2.rhc-title-in-link:after {
  content: "";
  position: absolute;
  z-index: 99999;
  height: 4px;
  width: calc(100% - 250px);
  background: #bb141a;
  bottom: 0;
  left: 30px;
}

.rhc-event-link.cta-green {
  float: right;
  background-color: #74c331;
  border-bottom: 5px solid #578c2a;
  height: auto;
  width: 100%;
  max-width: 180px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 20px;
  text-transform: uppercase;
  margin: 20px;
  margin-top: -45px;
}

.page-template-template-calendar .rhc-widget-upcoming-featured-image img,
.page-template-default .rhc-widget-upcoming-featured-image img {
  height: 100%;
}

.page-template-template-calendar tbody tr:first-child td h3 {
  padding-bottom: 50px;
}
.page-template-template-calendar .rhc-widget-upcoming-itemm,
.page-template-default .rhc-widget-upcoming-item {
  background-color: #002b64;
  padding-top: 0;
  margin-top: 7px;
}

.page-template-template-calendar #content .mover {
  margin-top: -65vh !important;
}

footer .brand img {
  max-width: 170px;
}

/************************
RESPONSIVE
************************/

@media (min-width: 1320px) {
  .res-break {
    display: none;
  }
}

@media (max-width: 1200px) {
  .cool-timeline .timeline-post.even::after {
    right: calc(46% - 20px);
    margin-top: -207px;
  }

  .cool-timeline .timeline-post.odd::after {
    left: calc(46% - 20px);
    margin-top: -207px;
  }

  .events-template-template-event_detail
    #main-container-subpage
    .image-holder
    .info-box {
    right: -10px;
  }
}

@media (width: 1200px) {
  .events-template-template-event_detail
    #main-container-subpage
    .image-holder
    .info-box {
    right: 200px;
  }
}

@media (max-width: 1050px) {
  .subpage-header {
    max-height: 550px;
  }

  #mega-menu-header-menu .mega-alignright {
    padding-right: 0 !important;
    float: none !important;
  }

  .booking_button .dropdown-content {
    right: 0;
  }
}

@media (min-width: 480px) and (max-width: 768px) and (min-height: 550px) and (max-height: 1000px) {
  .subpage-header {
    max-height: 400px;
  }
}

@media (min-width: 640px) and (max-width: 992px) and (min-height: 1000px) {
  .subpage-header {
    max-height: 450px;
  }

  .page-template-template-accordion #main-container-subpage,
  .page-template-template-membership #main-container-subpage,
  .page-template-template-historical-blank #main-container-subpage,
  .page-template-template-landing #main-container-subpage,
  .page-template-template-weblinks #main-container-subpage,
  .page-template-template-calendar #content .mover,
  .events-template-template-event_detail #main-container-subpage,
  .archive.date #main-container-subpage {
    margin-top: -35%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 11px !important;
  }
}

@media (min-width: 992px) {
  #sidebar.mobile {
    display: none !important;
  }

  #sidebar.desktop {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .navbar {
    max-height: 100%;
    overflow: auto;
  }

  .collapse.navbar-collapse {
    display: none !important;
  }

  .collapse.in.navbar-collapse.mobile {
    display: block !important;
    overflow: hidden;
  }

  .header-blueline .navbar-brand > img {
    height: 45px;
    padding: 10px 0 0 10px;
  }

  .header-blueline {
    height: 75px;
  }

  #mega-menu-wrap-header-menu
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-header-menu {
    padding: 0 !important;
  }

  .collapse.in.navbar-collapse.mobile
    #mega-menu-wrap-header-menu
    #mega-menu-header-menu,
  .collapse.in.navbar-collapse
    #mega-menu-wrap-header-menu
    #mega-menu-header-menu {
    padding: 0;
  }

  .collapse.in.navbar-collapse.mobile
    #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    text-shadow: 1px 1px #000;
    text-align: center !important;
  }

  .mega-menu-columns-2-of-2,
  .mega-menu-columns-6-of-6 {
    width: 100% !important;
  }

  #mega-menu-wrap-header-menu #menu-learn-to-shoot-1 li.menu-item-1148 {
    max-width: 300px !important;
    width: 100% !important;
  }

  #mega-menu-item-2935 #menu-publications-1 li {
    display: inline-block;
    max-width: 220px;
    width: 33%;
  }

  .header-buttons {
    float: right;
    height: auto;
    min-width: 500px;
  }

  .search-form {
    width: 200px;
  }

  .search-form label {
    width: 145px;
  }

  .member_button,
  .booking_button,
  .login_button {
    min-width: 150px;
    max-width: 150px;
  }

  .page-template-template-membership .header-quote {
    display: none;
  }

  .downloads li a p {
    word-break: break-all;
  }

  .page-template-template-range .booking {
    display: none;
  }

  .page-template-template-range .floating-member {
    width: 100%;
    top: unset;
    bottom: 0;
  }

  .upcoming_widget_area .rhc-title-in-link {
    padding: 10px 10px 0 60px;
  }

  .page-template-template-range footer {
    padding-bottom: 75px;
  }

  .url_block.row .col-xs-6 {
    margin-bottom: 10px;
  }

  .url_block h3 {
    font-size: 16px;
  }

  #latest-news h3 {
    font-size: 18px;
  }

  #latest-news p {
    font-size: 12px;
    line-height: 18px;
  }

  .page-template-template-calendar
    .upcoming_widget_area
    .rhc-widget-upcoming-item {
    padding: 5px;
  }

  #sidebar.mobile {
    display: block;
  }

  #sidebar.desktop {
    display: none !important;
  }
}

@media (min-width: 790px) and (max-width: 992px) {
  .header-buttons {
    margin-right: 15px;
  }
}

@media (min-width: 767px) and (max-width: 993px) {
  .events-template-template-event_detail
    #main-container-subpage
    .image-holder
    .info-box {
    right: -10px;
  }
}

@media (max-width: 860px) {
  .cool-timeline .timeline-post.odd::after,
  .cool-timeline .timeline-post.even:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  .upcoming_widget_area .rhc-title-in-link {
    padding: 10px 20px 0 60px;
    font-size: 12px;
  }

  .url_block h3 {
    color: #fff;
    font-family: "LubalinDemi";
    text-align: center;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .header-blueline {
    height: 50px;
  }

  .collapse.in.navbar-collapse.mobile {
    display: block !important;
  }

  .header-blueline .navbar-brand > img {
    height: 35px;
    padding: 5px;
  }

  .header-buttons {
    float: right;
    height: auto;
    min-width: 320px;
    display: inline-flex;
  }

  .search-form {
    float: left;
    padding: 0;
    background-color: #001947;
    height: 35px;
    width: 160px;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
  }

  .search-form label {
    width: 75px;
  }

  input[type="search"] {
    font-size: 8px;
    line-height: 35px;
    padding-left: 5px;
  }

  .search-submit.glyphicon.glyphicon-search {
    font-size: 15px;
    height: 35px;
    width: 25px;
    max-width: 44px;
  }

  .member_button,
  .booking_button,
  .login_button {
    line-height: 35px;
    height: 35px;
    width: 100px;
    float: left;
    margin-top: 5px;
    min-width: 100px;
    margin-left: 5px;
  }

  .member_button a,
  .booking_button a,
  .login_button a {
    font-size: 8px;
  }

  #social-head {
    width: 35px;
  }

  #social-head a.social-btn {
    height: 35px;
    width: 35px;
  }

  .inner-firstdiv {
    position: absolute;
    bottom: 270px;
    padding: 5px 15px;
  }

  .inner-firstdiv h1,
  .inner-firstdiv h2 {
    font-size: 28px;
  }

  .inner-seconddiv {
    position: absolute;
    bottom: 155px;
    padding: 5px 17px 30px;
    width: 85%;
  }

  #fourth-section .inner-seconddiv {
    position: absolute;
    bottom: 140px;
    padding: 5px 17px 5px;
    width: 85%;
  }

  .inner-seconddiv p {
    line-height: 16px;
    font-size: 12px;
  }

  .buttons-wrapper {
    position: absolute;
    z-index: 5;
    bottom: 90px;
    right: 40px;
  }

  .buttons-wrapper .button {
    margin-left: 20px;
    line-height: 25px;
    padding: 0 15px;
  }

  .buttons-wrapper .button span {
    font-size: 8px;
    margin-left: 10px;
  }

  #weather {
    height: 60px;
    text-align: unset;
  }

  #weather ul {
    max-width: calc(100% - 50px);
    min-width: 270px;
  }

  #weather li {
    margin: 5px 0;
    height: 50px;
  }

  #weather .location {
    padding: 10px 5px 0;
  }

  #weather .location p {
    font-size: 10px;
  }

  #weather .location span {
    font-size: 10px;
  }

  #weather .temperature {
    font-size: 10px;
    padding: 15px 5px 0;
  }

  #weather .temperature i {
    font-size: 20px;
  }

  #weather .temperature span {
    font-size: 14px;
    top: 0px;
    margin-left: 5px;
  }

  #weather .windinfo {
    position: relative;
    padding: 14px 5px 0;
    text-transform: none;
  }

  #weather .windinfo img {
    position: relative;
    top: 0;
    left: -10px;
  }

  #weather .windinfo span {
    font-size: 10px;
    margin-left: 0;
    top: 0;
    left: -10px;
  }

  #weather #show-more.weather-link {
    margin-right: 2px;
    margin-top: 5px;
    text-align: center;
  }

  #weather #show-less.weather-link {
    margin-right: 2px;
    margin-top: 5px;
    text-align: center;
  }

  .weather-link {
    line-height: 14px;
    padding: 0;
    float: left;
    width: 48px;
    margin-top: 0;
  }

  #weather .weather-link span {
    font-size: 8px;
    margin-right: 5px;
  }

  #weather-forecast {
    position: fixed;
    bottom: 60px;
    z-index: 99999;
  }

  .page-template-template-membership .price-box {
    position: relative;
  }

  .page-template-template-membership .information-box {
    position: relative;
    left: 0;
  }

  .memb-features {
    padding-left: 60px;
  }

  #faq {
    padding: 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  }

  #downloads {
    padding: 10px 30px;
  }

  .downloads {
    padding-left: 0;
  }

  .page-template-template-landing .link-page {
    min-height: 300px;
    margin-bottom: 10px;
  }

  .page-template-template-calendar .rhc-widget-upcoming-item {
    width: 100%;
    display: grid;
  }

  .page-template-template-calendar .rhc-widget-upcoming-featured-image {
    width: 100%;
  }

  .page-template-template-calendar .rhc-widget-upcoming-featured-image img {
    height: 100%;
  }

  .page-template-template-calendar .right_element label {
    margin-left: 30px;
    margin-right: 10px;
    color: #ffffff;
  }

  .page-template-template-calendar .right_element p {
    color: #ffffff;
  }

  .page-template-template-calendar .right_element,
  .page-template-default .right_element {
    background-color: #002b64;
    width: 100%;
    display: inline-block;
    position: relative;
    height: auto;
  }
  .page-template-template-calendar .rhc-widget-upcoming-featured-image,
  .page-template-default .rhc-widget-upcoming-featured-image {
    width: 100%;
  }
  .page-template-template-calendar .rhc-widget-upcoming-featured-image,
  .page-template-default .rhc-widget-upcoming-featured-image {
    height: 150px;
  }

  .page-template-template-calendar
    .upcoming_widget_area
    .rhc-widget-upcoming-item,
  .page-template-default .upcoming_widget_area .rhc-widget-upcoming-item {
    margin-bottom: 20px;
    min-width: 100%;
  }

  .events-template-template-event_detail
    #main-container-subpage
    .image-holder
    .info-box {
    position: relative;
    height: 100%;
    width: 100%;
    right: unset;
    max-width: 300px;
    min-height: 250px;
  }

  .rhc-event-link.cta-green {
    float: right;
    background-color: #74c331;
    border-bottom: 5px solid #578c2a;
    height: auto;
    width: 100%;
    max-width: 180px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 12px 20px;
    text-transform: uppercase;
    margin: 20px;
    margin-top: 0;
  }

  .inner-firstdiv div::after {
    bottom: -12px;
  }

  .inner-seconddiv p br {
    display: none !important;
  }

  .page-template-template-landing #content .row {
    margin-bottom: 0;
  }

  #weather #show-more.weather-link {
    margin-right: 15%;
  }

  .rhc-event-link.cta-green {
    margin: 10px auto;
    float: none;
  }
  .page-template-template-calendar h2.rhc-title-in-link:after,
  .page-template-default h2.rhc-title-in-link:after {
    right: 10px;
    left: 10px;
    width: inherit;
  }
}

@media (width: 768px) {
  /* 	.collapse.in.navbar-collapse.mobile {
		display: none !important;
	} */
}

@media (max-width: 640px) {
  .collapse.in.navbar-collapse.mobile
    #mega-menu-wrap-header-menu
    #mega-menu-header-menu {
    padding: 0;
  }

  .collapse.in.navbar-collapse.mobile
    #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    text-shadow: 1px 1px #000;
    text-align: center;
  }

  .buttons-wrapper {
    width: 100%;
  }

  #weather-forecast .col-sm-3 {
    border-right: 0;
    margin: 15px 0;
    border-bottom: 1px solid #496890;
  }

  #weather #show-more.weather-link {
    margin-right: 10%;
  }

  .third-div .inner-firstdiv {
    width: 90%;
  }

  .fourth-div .inner-firstdiv {
    width: 95%;
  }

  .page-template-template-accordion #main-container-subpage,
  .page-template-template-membership #main-container-subpage,
  .page-template-template-historical-blank #main-container-subpage,
  .page-template-template-landing #main-container-subpage,
  .page-template-template-weblinks #main-container-subpage,
  .page-template-template-calendar #content .mover,
  .events-template-template-event_detail #main-container-subpage,
  .page-template-archive #main-container-subpage,
  .archive.date #main-container-subpage {
    margin-top: -55%;
  }

  #main-container-subpage .col-xs-12.col-md-8 {
    margin-top: -55%;
  }

  .page-template-template-accordion #main-container-subpage h1,
  #main-container-subpage h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 42px;
    padding: 0 15px;
  }

  #breadcrumbs li {
    margin-right: 5px;
  }

  #breadcrumbs span,
  #breadcrumbs a,
  #breadcrumbs strong {
    font-size: 10px;
  }

  .page-template-template-membership .ex-member p {
    height: auto;
  }

  .anchor-div .anchor-links li {
    width: 49%;
  }

  .flex-active-slide h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .page-template-template-range .section .content {
    width: 100%;
    margin-left: 0;
  }

  .page-template-template-range .floating-member h3 {
    font-size: 12px;
  }

  .page-template-template-range .floating-member .booking {
    top: unset;
    bottom: 10px;
  }

  .page-template-template-range .booking .cta-green {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 24px;
    float: right;
  }

  .lSSlideOuter .lightSlider,
  .lSSlideOuter .lSPager {
    max-height: 350px;
  }

  .page-template-template-calendar h2.rhc-title-in-link {
    padding: 10px;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .page-template-template-calendar .rhc-widget-upcoming .rhc-description {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
  }

  /* 	.page-template-template-calendar .rhc-widget-upcoming-featured-image {
		height: 300px;
	} */
  .page-template-template-calendar .rhc-widget-upcoming-featured-image img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
  }

  .page-template-template-calendar .rhc-widget-upcoming .button.cta-green {
    height: 100%;
    width: 100%;
    max-width: 190px;
    margin: 20px auto;
  }

  .page-template-template-calendar
    .upcoming_widget_area
    .rhc-widget-upcoming-item {
    padding: 0;
  }

  .upcoming_widget_area .rhc-title-in-link {
    margin-top: 0;
  }

  .fbd-main-holder {
    top: 135px !important;
    z-index: 9999999;
  }

  .fbd-unchecked {
    width: 88% !important;
    margin-left: 5% !important;
  }

  .page-template-template-landing .flex-active-slide .redline {
    bottom: 18.5%;
  }
}

@media (max-width: 570px) {
  .search-form {
    width: 100px;
  }

  ul#autoWidths {
    max-width: 100%;
  }

  ul#autoWidths li img {
    height: auto;
    max-width: 100%;
  }

  #autoWidths li a {
    display: block;
    height: 100%;
    width: 100%;
    min-height: 250px;
    min-width: 300px;
  }
}

@media (max-width: 510px) {
  .header-blueline {
    height: 100px;
  }

  .header-buttons {
    float: none;
    top: 50px;
    left: 0;
    right: unset;
  }
}

@media (min-width: 480px) {
  .cool-timeline .timeline-post .timeline-content {
    height: 300px !important;
  }
}

@media (max-width: 480px) {
  .search-form {
    width: 160px;
  }

  .fourth-div .inner-firstdiv {
    width: 95%;
  }

  #mega-menu-wrap-header-menu ul.menu li {
    max-width: 220px;
    width: 49%;
    float: left;
  }

  #mega-menu-wrap-header-menu ul.menu li.menu-item-has-children ul.sub-menu {
    padding: 0 0 0 10px;
  }

  #mega-menu-wrap-header-menu ul.menu li.menu-item-has-children ul.sub-menu li {
    width: 100% !important;
  }

  #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title {
    display: none;
  }

  #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item {
    width: 100% !important;
  }

  #mega-menu-header-menu ul.mega-sub-menu ul.menu {
    padding-left: 0;
  }

  #mega-menu-header-menu ul#menu-who-are-we-1 li,
  #mega-menu-header-menu ul#menu-membership-1 li,
  #mega-menu-header-menu ul#menu-supporting-the-nra-1 li {
    width: 49%;
    display: inline-block;
  }

  #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item {
    font-size: 12px !important;
    line-height: 36px !important;
  }

  .page-template-template-accordion #main-container-subpage,
  .page-template-template-membership #main-container-subpage,
  .page-template-template-historical-blank #main-container-subpage,
  .page-template-template-landing #main-container-subpage,
  .page-template-template-weblinks #main-container-subpage,
  .page-template-template-calendar #content .mover,
  .events-template-template-event_detail #main-container-subpage,
  .page-template-archive #main-container-subpage,
  .archive.date #main-container-subpage {
    margin-top: -60%;
  }

  #main-container-subpage .col-xs-12.col-md-8 {
    margin-top: -80%;
  }

  .page-template-template-history #main-container-subpage .col-xs-12.col-md-12 {
    margin-top: -60%;
  }

  .timeline-post.odd .timeline-content .full-width,
  .timeline-post.even .timeline-content .full-width {
    width: 100%;
    height: 150px;
  }

  .cool-timeline .timeline-post.odd .timeline-content .content-details,
  .cool-timeline .timeline-post.even .timeline-content .content-details {
    width: 100%;
  }

  .panel-body.cards .col-xs-6 {
    width: 100%;
  }

  footer .brand {
    margin: 15px;
  }

  footer .brand img {
    max-width: 280px;
  }

  #pricing .table-responsive thead th {
    padding: 12px;
    font-size: 12px;
  }

  #pricing .table-responsive td.first {
    border-right: 1px solid #fff;
    padding: 10px 5px;
    font-size: 10px;
    line-height: 20px;
  }

  #pricing .table-responsive td.price {
    font-size: 18px;
  }

  #pricing .table-responsive td.price .currency {
    font-size: 12px;
  }

  #pricing .table-responsive td.price .penny {
    font-size: 16px;
  }

  .page-template-template-range #map iframe {
    height: 200px;
  }

  .lSSlideOuter .lightSlider,
  .lSSlideOuter .lSPager {
    max-height: 250px !important;
  }

  #results .col-xs-6 {
    width: 100%;
  }

  .page-template-template-weblinks .panel-collapse .panel-body p {
    font-size: 12px;
  }

  ul.acc-files img {
    max-width: 100%;
    height: auto;
  }

  .url_block.row .col-xs-6 {
    width: 100%;
  }

  .page-template-template-calendar .rhc-widget-upcoming {
    top: 5%;
  }

  .fbd-body .fbd-dialog-controls input[type="button"] {
    width: 100% !important;
    font-size: 12px !important;
    padding: 7px 0 !important;
  }

  .fbd-tabs-panel {
    max-height: 170px !important;
    min-height: 170px !important;
  }

  #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title {
    display: block !important;
    font-size: 14px !important;
  }

  #mega-menu-wrap-header-menu
    .mega-menu-toggle
    + #mega-menu-header-menu
    li.mega-menu-item.mega-toggle-on
    > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu
    .mega-menu-toggle
    + #mega-menu-header-menu
    li.mega-menu-item.mega-menu-megamenu.mega-toggle-on
    ul.mega-sub-menu {
    padding: 0 5px;
  }

  #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 0 5px !important;
  }

  #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item {
    width: 100%;
  }

  #weather #show-more.weather-link {
    margin-right: 5%;
  }

  .floating-member h3 {
    display: none;
  }

  .page-template-template-range .floating-member .booking {
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: unset;
  }

  .cool-timeline-wrapper {
    display: block;
    margin-top: -90px !important;
  }

  .cool-timeline::before {
    top: 80px !important;
    height: 90% !important;
  }

  img.story-img {
    content: url("images/holder.jpg") !important;
  }

  .cool-timeline .timeline-post .timeline-content img {
    max-width: 100%;
    display: block;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  .cool-timeline .icons_yes .timeline-post,
  .cool-timeline .icons_yes .timeline-post.even {
    padding: 0 0 25px !important;
  }

  .cool-timeline:before {
    width: 0 !important;
  }

  .cool-timeline .icons_yes .timeline-post.even .timeline-meta {
    margin: 0 5px 0 0 !important;
  }
  body .rhcalendar .fullCalendar .fc-header-cell .fc-header-title {
    margin-top: 30px !important;
    top: inherit !important;
  }
}

@media (max-width: 640px) and (max-height: 550px) {
  #main-container-subpage .col-xs-12.col-md-8 {
    margin-top: -60%;
  }
}

@media (max-width: 415px) {
  .anchor-div h3 {
    font-size: 16px;
  }

  .page-template-template-accordion #main-container-subpage,
  .page-template-template-membership #main-container-subpage,
  .page-template-template-historical-blank #main-container-subpage,
  .page-template-template-landing #main-container-subpage,
  .page-template-template-weblinks #main-container-subpage,
  .page-template-template-calendar #content .mover,
  .events-template-template-event_detail #main-container-subpage,
  .page-template-archive #main-container-subpage,
  .archive.date #main-container-subpage {
    margin-top: -60%;
  }

  .page-template-template-history .subpage-header {
    max-height: 400px;
  }
}

@media (max-width: 380px) {
  body {
    overflow-x: hidden;
  }

  .booking_button .dropdown-content {
    right: 0;
  }

  .inner-firstdiv h1,
  .inner-firstdiv h2 {
    font-size: 24px;
  }

  .fourth-div .inner-firstdiv {
    bottom: 255px;
  }

  .inner-firstdiv div::after {
    bottom: -5px;
  }

  .buttons-wrapper {
    right: 0;
    padding: 0;
  }

  .buttons-wrapper .button {
    margin-left: 10px;
  }

  .anchor-div h3 {
    background-size: auto 80%;
  }

  #mega-menu-wrap-header-menu
    .mega-menu-toggle
    + #mega-menu-header-menu
    li.mega-menu-item.mega-toggle-on
    > ul.mega-sub-menu,
  #mega-menu-wrap-header-menu
    .mega-menu-toggle
    + #mega-menu-header-menu
    li.mega-menu-item.mega-menu-megamenu.mega-toggle-on
    ul.mega-sub-menu {
    padding: 0 5px;
  }

  #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 0 5px;
  }

  #mega-menu-wrap-header-menu ul.menu li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  #mega-menu-header-menu ul.mega-sub-menu ul.menu {
    list-style-type: none;
    padding-left: 0 !important;
    line-height: 36px;
  }

  .search-form {
    width: 100px;
  }

  .downloads li {
    word-break: break-all;
  }

  #main-container-subpage h2.title,
  #bottom-part h2.title,
  #map h2.title {
    font-size: 20px;
  }

  #menu-footer-menu li a {
    font-size: 12px;
  }

  footer p {
    font-size: 12px;
  }

  .page-template-template-historical-blank #content ul.acc-files li img {
    top: 4px;
  }
}

@media (min-width: 460px) and (max-width: 992px) {
  .res-break {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 350px) {
  #weather .windinfo span.direction {
    display: none;
  }

  #weather #show-more.weather-link {
    margin-right: 2px;
  }

  .page-template-template-history #main-container-subpage .col-xs-12.col-md-12 {
    margin-top: -85%;
  }
}

.lity {
  z-index: 9999999990 !important;
}

body.page-template-default.home {
  background-color: #002b64;
}

body.page-template-default.home .nav-holder,
body.page-template-default.home #social-head {
  display: none;
}

.main-landing {
  border-top: 5px solid #bb141a;
}

.main-landing__block {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.main-landing__block-info {
  max-width: 420px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
  padding: 10% 0;
  width: 100%;
  transition: transform 0.3s ease-in-out;
  transform: translate3d(0, 50px, 0px);
}

.main-landing__block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 33, 80, 0.87);
}

@media (min-width: 768px) {
  .main-landing__block-selction.row {
    display: flex;
  }
}

.main-landing__block-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

p.main-landing__block-desc {
  margin: 40px 0;
  font-family: "DIN", sans-serif;
  padding: 0 30px;
}

a.main-landing__block-cta {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-family: "DIN", sans-serif;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 25px;
  background-color: #74c331;
  border-bottom: 5px solid #578c2a;
}

.main-landing__block-info img {
  width: 250px;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.main-landing__block:hover .main-landing__block-image,
.main-landing__block:hover .main-landing__block-cta {
  opacity: 0.8;
}
.main-landing__block:hover .main-landing__block-image,
.main-landing__block:hover .main-landing__block-info img {
  transform: scale(1.2);
}

.main-landing__block:hover .main-landing__block-cta:hover,
.main-landing__block-cta:hover {
  opacity: 1;
}

.main-landing__header {
  text-align: center;
  padding: 50px 20px;
}

@media (min-width: 768px) {
  .main-landing__header {
    padding: 80px 20px;
  }
}

p.main-landing__description {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  margin-top: 30px;
}

@media (min-width: 768px) {
  p.main-landing__description {
    margin-top: 50px;
  }
}

h1.main-landing__title {
  color: white;
  text-transform: uppercase;
  line-height: 50px;
  font-family: "LubalinDemi";
}

#mega-menu-header-menu-bisley {
  text-align: left !important;
  padding-left: 45px !important;
}

#mega-menu-wrap-header-menu-bisley .mega-menu-toggle {
  background-color: #002b64 !important;
}

.main-landing__block:hover .main-landing__block-info {
  transform: translate3d(0, 0px, 0px);
}

@media (min-width: 768px) {
  .main-landing__block-info {
    padding: 20% 0;
  }
}

@media (min-width: 1250px) {
  .main-landing__block-info {
    padding: 10% 0;
  }
}

/***********************
TEMPLATE - Historical Blank
***********************/

.page-template-template-historical-blank #main-container-subpage {
  display: block;
  margin-top: -25%;
}

.page-template-template-historical-blank #main-container-subpage h1 {
  margin-bottom: 80px;
}

.page-template-template-historical-blank #sidebar {
  margin-top: 30%;
}

.page-template-template-historical-blank
  #main-container-subpage
  .col-xs-12.col-md-8 {
  margin-top: 0;
  display: block;
}

.page-template-template-historical-blank #content .section {
  font-family: "DIN";
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 15px;
  margin-bottom: 5px;
}

.page-template-template-historical-blank #content .section h1,
.page-template-template-historical-blank #content .section h2,
.page-template-template-historical-blank #content .section h3,
.page-template-template-historical-blank #content .section h4,
.page-template-template-historical-blank #content .section h5,
.page-template-template-historical-blank #content .section h6 {
  font-family: "LubalinDemi";
  color: #002b64;
}

.page-template-template-historical-blank #content .accordion-toggle {
  color: #494949;
  font-family: "DIN";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.12px;
}

.page-template-template-historical-blank #content .accordion-toggle .glyphicon {
  color: #919191;
}

.page-template-template-historical-blank #content .panel.panel-default {
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

.page-template-template-historical-blank
  #content
  .panel-group
  .panel:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.page-template-template-historical-blank #content .panel-group .panel-group {
  border: 0;
}

.page-template-template-historical-blank
  #content
  .panel.panel-default
  .panel.panel-default {
  border: 0 !important;
}

.page-template-template-historical-blank
  #content
  .panel-heading
  .panel-title
  .inner-title {
  color: #021e51;
  font-family: "DIN";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.page-template-template-historical-blank
  #content
  .panel-heading
  .panel-title
  .inner-title
  i.more-less {
  float: none;
  color: #021e51;
  font-size: 15px;
  padding-right: 10px;
}

.page-template-template-historical-blank #content ul.acc-files {
  list-style-type: none;
  padding: 0;
}

.page-template-template-historical-blank #content ul.acc-files li {
  padding: 5px 10px;
}

.page-template-template-historical-blank #content ul.acc-files a {
  display: block;
  height: 35px;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
  width: 100%;
}

.page-template-template-historical-blank #content ul.acc-files li img {
  bottom: 5px;
  height: 35px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  width: 35px;
}

.page-template-template-historical-blank #sidebar .widget_nav_menu h4 {
  color: #ab0015;
  font-family: "LubalinDemi";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
}

.page-template-template-historical-blank #sidebar .widget_nav_menu .menu {
  list-style-type: none;
  padding: 0;
}

.page-template-template-historical-blank #sidebar .menu li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 28px;
  color: #3e3e3e;
  font-family: "DIN";
}

.page-template-template-historical-blank #sidebar .menu li.current_page_item a {
  font-weight: 900;
}

.page-template-template-historical-blank #sidebar .menu .sub-menu li {
  list-style-type: none;
}

.page-template-template-historical-blank #sidebar .menu .sub-menu li::before {
  content: "\2192";
  font-weight: bold;
}

.page-template-template-historical-blank #sidebar .menu .sub-menu li a {
  color: #b50014;
  font-family: "DIN";
  padding-left: 10px;
}

.card-image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border: 1px solid #cfcfcf;
  border-bottom: 0;
}


@media print{

  body.page-template-page-meeting-score .comands,
  body.page-template-page-meeting-score h3.imperial-meeting_inner__info {
      display: none;
  }
  body.page-template-page-meeting-score .container {
      width: 100%;
  }

  body.page-template-page-meeting-score table.imperial-meeting-scores-table {
      width: auto;
  }
}