/* PAGE LOADER */
.home-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99999; }
  .home-loader .loader-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 200px;
    padding: 20px;
    height: auto; }
    .home-loader .loader-wrapper img {
      opacity: 0;
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 20px;
      transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      /* Chrome, Safari, Opera */
      -webkit-animation: logo-spin 3s linear infinite;
      -moz-animation: logo-spin 3s linear infinite;
      animation: logo-spin 3s linear infinite; }

/* Spin keyframes */
@-webkit-keyframes logo-spin {
  0% {
    -webkit-transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg); } }
@-moz-keyframes logo-spin {
  0% {
    -moz-transform: rotateY(0deg); }
  50% {
    -moz-transform: rotateY(180deg); }
  100% {
    -moz-transform: rotateY(0deg); } }
@keyframes logo-spin {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
/* End Page LOADER */
.desktop-only {
  opacity: 0 !important; }

#searchform {
  display: none; }

@font-face {
  font-family: 'Varsity';
  src: url("fonts/varsity_regular.ttf"); }
body {
  font-size: 16px; }

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold; }

h1 {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold; }

h2 {
  font-size: 28px; }

img {
  max-width: 100%; }

section {
  padding-top: 40px;
  padding-bottom: 60px; }

@media (min-width: 1400px) {
  .container {
    width: 1400px; } }
#content, #colophon {
  margin-left: 0;
  margin-right: 0; }

#primary {
  padding-left: 0;
  padding-right: 0; }

.middle-flex {
  display: block; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.79); }

.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: none; }

.no-padding {
  padding: 0; }

.fa-phone {
  margin-top: 1px; }

/* HEADER */
.social-header {
  background: #3e2954;
  color: #FFF; }

.social-left, .social-right {
  text-align: center; }

.header-number {
  margin: 0;
  line-height: 50px;
  color: #FFF; }

.social-list {
  margin-bottom: 0px; }
  .social-list li {
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease; }
    .social-list li:hover {
      background-color: #ece745; }
    .social-list li:hover .social-icon {
      -webkit-filter: invert(0);
      filter: invert(0); }
    .social-list li .social-icon {
      width: 40px;
      height: auto;
      -webkit-filter: invert(100%);
      filter: invert(100%); }
      .social-list li .social-icon.youtube {
        width: 50px; }

.site-header {
  width: 100%;
  position: relative;
  background-color: #000;
  border-bottom: 3px solid #ece745; }
  .site-header .inner-header {
    position: relative; }
    .site-header .inner-header .site-branding {
      flex: 1; }
      .site-header .inner-header .site-branding .logo-wrapper {
        text-align: center; }
      .site-header .inner-header .site-branding .site-logo {
        width: 100px;
        padding: 15px 0;
        height: auto;
        margin: 0 auto; }
      .site-header .inner-header .site-branding .site-description {
        font-size: 12px; }

/* FOOTER */
.site-footer {
  background-color: #000;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 10px; }
  .site-footer .footer-col {
    text-align: center;
    margin-bottom: 30px; }
  .site-footer h3 {
    font-weight: bold;
    color: #ece745; }
  .site-footer .social-list {
    margin-right: 0; }
    .site-footer .social-list .social-icon {
      width: 50px;
      height: auto;
      -webkit-filter: invert(100%);
      filter: invert(100%); }
      .site-footer .social-list .social-icon.youtube {
        width: 65px; }
  .site-footer .linx-tag {
    font-size: 12px; }
  .site-footer .menu-footer-bar-container .menu {
    list-style: none;
    -webkit-padding-start: 0;
    margin-top: 10px; }

/* NAV BAR */
.navbar-default {
  border: none;
  background-color: transparent; }

.navbar {
  min-height: initial;
  margin-bottom: 0; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ece745;
  background-color: transparent;
  border-bottom: 2px solid #ece745; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  border-bottom: 2px solid #ece745; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none; }

.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  color: #FFF; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: transparent; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent;
  border-bottom: 2px solid #ece745;
  color: #FFF; }

/* sub menu code */
.dropdown .dropdown-menu {
  display: none;
  background-color: #000;
  border-radius: 5px;
  opacity: 0;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease; }

/* end submenu */
article {
  padding-top: 20px;
  padding-bottom: 40px; }
  article h2, article h3 {
    margin-top: 40px;
    margin-bottom: 15px; }
  article img {
    height: auto; }

.home-page h1 {
  color: #3f2a55; }
.home-page .slider-section {
  background-color: #000;
  padding-bottom: 60px;
  color: #FFF;
  overflow: hidden; }
  .home-page .slider-section h1 {
    color: #FFF;
    font-size: 65px;
    font-family: 'Varsity';
    font-weight: normal; }
.home-page .facebook-section {
  background-color: #e5e5e5; }
.home-page .enrol-section {
  background: #3e2954;
  color: #FFF;
  padding: 20px 0; }
  .home-page .enrol-section h1 {
    color: #FFF;
    margin-bottom: 0; }
  .home-page .enrol-section button {
    margin-left: 50px;
    color: #000;
    font-weight: bold;
    background: #ece745;
    margin-top: 10px; }
  .home-page .enrol-section .caption-3 {
    text-align: center; }
    .home-page .enrol-section .caption-3 a {
      color: #FFF; }
.home-page .about-section {
  position: relative;
  padding: 0;
  height: auto;
  min-height: 450px;
  background-size: 100%; }
  .home-page .about-section .inner-about {
    position: relative; }
    .home-page .about-section .inner-about h1 {
      color: #FFF; }
    .home-page .about-section .inner-about .about-text {
      font-size: 20px;
      color: #FFF; }

.timetable-page .table {
  font-size: 14px; }
  .timetable-page .table .day-header {
    background-color: #000;
    color: #ece745; }

.events-page .panel {
  border-color: #000; }
  .events-page .panel .event-description {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; }
.events-page .panel-heading {
  background: #000;
  color: #FFF; }
  .events-page .panel-heading h1 {
    margin: 0; }

.wpcf7-form-control {
  width: 100%;
  padding: 5px; }

.navbar-toggle {
  float: none;
  margin-right: 0; }

.navbar-header {
  text-align: center; }

.cff-likebox .fb_iframe_widget {
  max-width: 100%; }

iframe {
  max-width: 100%; }

@media (max-width: 1024px) and (orientation: landscape) {
  .dropdown .dropdown-menu {
    opacity: 1; } }
@media (max-width: 768px) {
  .dropdown .dropdown-menu {
    opacity: 1; }

  .navbar-nav .open .dropdown-menu {
    display: block; } }
@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1; }

  .navbar-nav {
    float: none;
    text-align: center; }
    .navbar-nav li {
      float: none;
      display: inline-block; }

  h1 {
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: bold; }

  h2 {
    font-size: 35px; }

  .social-left {
    text-align: left; }

  .social-right {
    text-align: right; }

  .navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFF;
    padding: 10px; }

  .home-page .enrol-section button {
    margin-top: 0; }
  .home-page .enrol-section .caption-2, .home-page .enrol-section .caption-3 {
    text-align: right; }

  .desktop-only {
    opacity: 1 !important; } }
@media (min-width: 992px) {
  .middle-flex {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .site-footer .footer-col {
    text-align: left; }
    .site-footer .footer-col .footer-right {
      float: right; }

  .site-header .inner-header .site-branding .logo-wrapper {
    text-align: left;
    padding-left: 15px; } }
@media (min-width: 1025px) {
  .navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFF;
    padding: 10px 15px; } }

/*# sourceMappingURL=linx.css.map */
