/*==========================================================================

		Template Elements Stylesheet
		____________________________________________________________

		Client:		Sail Hervey Bay
		Date:		8th June 21017
		Author:		Edge Marketing Solutions

===========================================================================*/
/* [Global Variables] - http://sass-lang.com/guide */
/*=========================================================================*/
/* [Global Template Styles] */
body {
  padding: 20px;
  color: #808285;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.row-spaced {
  margin-bottom: 30px;
}

a,
button {
  transition: all 150ms ease-in-out;
  color: #8ed8f8;
}

a:hover {
  color: #034168;
}

h1 {
  margin: 0 0 40px 0;
  font-size: 65px;
  font-weight: 300;
  color: #034168;
}

h2 {
  margin: 20px 0;
  font-size: 45px;
  font-weight: 300;
  color: #034168;
}

h3 {
  margin: 20px 0;
  font-size: 33px;
  font-weight: 300;
  color: #034168;
}

h4 {
  margin: 20px 0;
  font-size: 33px;
  font-weight: 700;
  color: #034168;
}

h5 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 700;
  color: #034168;
}

h6 {
  margin: 20px 0 5px 0;
  font-size: 20px;
  font-weight: 700;
  color: #034168;
}

img {
  max-width: 100%;
}

img.svg-responsive {
  width: 100% \9;
}

/*OPTIONAL FULL WIDTH NAVIGATION - Add nav-justified to <ul class="nav navbar-nav">*/
.navbar-nav.nav-justified > li {
  float: none !important;
}

/* Generated by Glyphter (http://www.glyphter.com) on Tue Sep 06 2016*/
@font-face {
  font-family: 'social icons';
  src: url("../fonts/social-icons.eot");
  src: url("../fonts/social-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/social-icons.woff") format("woff"), url("../fonts/social-icons.ttf") format("truetype"), url("../fonts/social-icons.svg#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="social-icon-"]::before, [class*=" social-icon-"]::before {
  display: inline-block;
  font-family: 'social icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icon-square-facebook::before {
  content: '\0041';
}

.social-icon-square-google-plus::before {
  content: '\0042';
}

.social-icon-square-linkedin::before {
  content: '\0043';
}

.social-icon-square-pinterest::before {
  content: '\0044';
}

.social-icon-square-twitter::before {
  content: '\0045';
}

.social-icon-square-youtube::before {
  content: '\0046';
}

.social-icon-circle-facebook::before {
  content: '\0047';
}

.social-icon-circle-google-plus::before {
  content: '\0048';
}

.social-icon-circle-linkedin::before {
  content: '\0049';
}

.social-icon-circle-pinterest::before {
  content: '\004a';
}

.social-icon-circle-twitter::before {
  content: '\004b';
}

.social-icon-circle-youtube::before {
  content: '\004c';
}

.social-icon-rounded-facebook::before {
  content: '\004d';
}

.social-icon-rounded-google-plus::before {
  content: '\004e';
}

.social-icon-rounded-linkedin::before {
  content: '\004f';
}

.social-icon-rounded-pinterest::before {
  content: '\0050';
}

.social-icon-rounded-twitter::before {
  content: '\0051';
}

.social-icon-rounded-youtube::before {
  content: '\0052';
}

[class^="social-icon-circle-"]::before, [class*=" social-icon-circle-"]::before {
  border-radius: 100%;
}

[class^="social-icon-rounded-"]::before, [class*=" social-icon-rounded-"]::before {
  border-radius: 15%;
}

.btn-primary {
  background-image: none;
  background-color: #034168;
  box-shadow: none;
  border-radius: 0;
  border: none;
  text-shadow: none;
}

.btn-success {
  border-radius: 0;
  box-shadow: none;
  border: none;
  background-image: none;
}

.btn-success:hover {
  background-color: #419641;
  background-image: none;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  h1 {
    margin: 0 0 20px 0;
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
  p.lead {
    font-size: 20px;
    line-height: 1.3em;
  }
}

/* Landscape phones and down */
/*=========================================================================*/
/* [Header Template Styles] */
.header {
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(48, 48, 48, 0.7);
}

.header .btn-primary {
  padding: 8px 20px;
  margin-top: 30px;
  width: 168px;
  max-width: 100%;
  background-color: white;
  background-image: none;
  color: #034168;
  font-size: 20px;
}

.header .btn-primary:hover {
  background-color: #034168;
  color: white;
}

.header-homepage {
  height: calc(100vh - 40px);
}

.header-homepage::before {
  background-color: rgba(48, 48, 48, 0.4);
}

.featured-event {
  position: absolute;
  padding-left: 15px;
  top: calc(50% - 80px);
  z-index: 100;
}

.featured-event h1 {
  margin: 0 0 15px 0;
  color: white;
  font-weight: 300;
  line-height: 0.9em;
}

.featured-event h1 strong {
  font-weight: 700;
}

.featured-event h1 span {
  color: #8ed8f8;
  font-weight: 700;
}

.featured-event small {
  font-weight: 300;
  font-size: 32px;
  color: white;
}

/* Small Height */
@media (max-height: 650px) {
  .featured-event {
    top: calc(50% - 20px);
  }
  .featured-event h1 {
    font-size: 50px;
  }
  .featured-event small {
    font-size: 26px;
  }
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 35px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header {
    padding: 20px;
  }
  .header .h-logo {
    width: 70%;
  }
  .header .btn-primary {
    margin: 15px 0;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #8ed8f8;
    font-size: 16px;
  }
  .featured-event {
    top: auto;
    bottom: 30%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .featured-event h1 {
    font-size: 30px;
  }
  .featured-event small {
    font-size: 16px;
  }
}

/* Landscape phones and down */
/*=========================================================================*/
/* [Navigation Template Styles] */
.navbar-default {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
}

.navbar-default .navbar-collapse {
  padding: 0;
}

.navbar-default .navbar-nav {
  float: right;
}

.navbar-nav > li {
  float: none;
}

.navbar-default .navbar-nav > li > a {
  padding: 8px 0;
  text-align: right;
  text-shadow: none;
  color: white;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  background-image: none;
  color: #8ed8f8;
}

.navbar-default .navbar-toggle {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #8ed8f8;
  color: #034168;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #8ed8f8;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar-default {
    z-index: 1000;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: white;
  }
  .navbar-default .navbar-nav {
    margin: 0;
    padding: 0;
    flaot: none;
    width: 100%;
    background-color: white;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px 10px;
    border-bottom: 1px solid rgba(128, 130, 133, 0.2);
    text-align: center;
    color: #034168;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px;
    text-align: center;
  }
}

/* Landscape phones and down */
/*=========================================================================*/
/* [Page Template Styles] */
.page {
  width: 100%;
  padding: 40px 70px;
}

ul.subnav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.subnav > li > a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid rgba(128, 130, 133, 0.5);
  color: #034168;
}

.event-listing {
  padding: 12px;
  float: left;
  width: 100%;
  border-top: 1px solid #034168;
}

.event-listing .event-date {
  width: 25%;
  float: left;
  padding: 8px;
  background-color: #034168;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1.2vw;
  line-height: 1.0em;
}

.alt-schedule .event-listing .event-date {
  background-color: #8ed8f8;
  color: #034168;
}

.event-listing .event-details {
  width: 70%;
  float: right;
  font-size: 13px;
}

.event-listing .event-details h5 {
  margin: 0 0 5px 0;
  color: #0095da;
  font-size: 17px;
  text-transform: uppercase;
}

.schedule h3 {
  margin-top: 0;
  min-height: 110px;
  font-size: 30px;
  text-transform: uppercase;
}

.homepage-contents {
  width: 100%;
  position: relative;
  padding: 60px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.homepage-contents::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-color: #034168;
  width: 60%;
  height: calc(100% - 60px);
}

.homepage-contents::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/logo-icon-overlay.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50% auto;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}

.homepage-body {
  flex-basis: 60%;
  padding: 54px;
  color: #d8e5ec;
}

.homepage-body h1 {
  color: #d8e5ec;
}

.homepage-facebook {
  padding: 54px;
  flex-basis: 40%;
  text-align: center;
}

.featured-events {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
}

.homepage-h2 {
  margin-left: 1.5%;
  margin-top: 0;
  text-align: left;
}

.homepage-events {
  display: -webkit-box;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.homepage-events .event-listing {
  float: none;
  flex-basis: 30%;
  margin: 0 1.5%;
  text-align: left;
}

.homepage-events .event-listing:nth-child(even) .event-date {
  background-color: #8ed8f8;
  color: #034168;
}

.featured-events .btn {
  display: inline-block;
}

/* Large desktop */
@media (min-width: 1200px) {
  .homepage-events .event-listing:nth-last-child(-n+3) {
    border-bottom: 1px solid #034168;
  }
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .schedule h3 {
    min-height: 80px;
    font-size: 24px;
  }
  .homepage-body {
    flex-basis: 53%;
  }
  .homepage-contents::before {
    width: 53%;
    height: calc(100% - 60px);
  }
  .homepage-body h1 {
    font-size: 50px;
  }
  .homepage-facebook {
    flex-basis: 48%;
  }
  .homepage-events .event-listing:nth-last-child(-n+3) {
    border-bottom: 1px solid #034168;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .page {
    padding: 40px;
  }
  .event-listing .event-date {
    font-size: 1.8vw;
  }
  .homepage-body {
    flex-basis: 45%;
    padding: 30px;
  }
  .homepage-contents::before {
    width: 45%;
    height: calc(100% - 60px);
  }
  .homepage-body h1 {
    font-size: 32px;
  }
  .homepage-facebook {
    padding: 20px;
    flex-basis: 55%;
  }
  .homepage-events .event-listing:nth-last-child(-n+3) {
    border-bottom: 1px solid #034168;
  }
  .schedule h3 {
    min-height: 0;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .page {
    padding: 20px 0;
  }
  .event-listing .event-date {
    font-size: 5.6vw;
  }
  .homepage-contents {
    display: block;
  }
  .homepage-body {
    width: 100%;
    padding: 30px;
    background-color: #034168;
  }
  .homepage-contents::before {
    display: none;
  }
  .homepage-body h1 {
    font-size: 36px;
  }
  .homepage-facebook {
    padding: 20px;
    width: 100%;
  }
  .homepage-contents::after {
    background-size: 100% auto;
  }
  .featured-events {
    padding: 30px 0 0;
  }
  .homepage-events .event-listing {
    float: none;
    flex-basis: 100%;
    margin: 0 1.5%;
    text-align: left;
  }
  .schedule h3 {
    min-height: 0;
  }
}

/* Landscape phones and down */
/*=========================================================================*/
/* [Footer Template Styles] */
.sponsors {
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.sponsors h3 {
  padding: 30px 0;
  margin: 0;
  border-top: 1px solid #034168;
  font-weight: normal;
  font-family: "Titillium Web", sans-serif;
  font-size: 30px;
}

/*.sponsors a
		{
			flex-basis: 200px;
			padding: 20px;
		}*/
.sponsors .sponsors-slider {
  width: 100%;
  overflow: hidden;
}

.footer {
  width: 100%;
  padding: 40px;
  position: relative;
  z-index: 100;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  font-size: 13px;
}

.footer::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(48, 48, 48, 0.4);
}

.footer a {
  color: white;
}

.footer a:hover {
  color: #8ed8f8;
  text-decoration: none;
}

.footer ul {
  margin: 120px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.footer ul > li {
  float: left;
  margin: 0 20px 0 0;
}

.footer ul > li:last-child {
  margin-right: 0;
}

.footer .social-icon-square-facebook {
  font-size: 34px;
  color: #8ed8f8;
}

.footer .actions {
  text-align: right;
}

.footer .btn-primary {
  padding: 8px 20px;
  margin-top: 70px;
  background-color: white;
  background-image: none;
  color: #034168;
  font-size: 20px;
}

.footer .btn-primary:hover {
  background-color: #034168;
  color: white;
}

.footer .jump {
  display: block;
  margin: 0 0 40px 0;
  padding: 5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .footer ul {
    margin: 0;
  }
  .footer ul > li {
    float: none;
    margin: 0;
  }
  .footer .actions .btn-primary {
    margin-top: 60px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .footer {
    padding: 30px 20px;
    font-size: 15px;
  }
  .footer ul {
    margin: 40px 0 0 0;
  }
  .footer ul > li {
    float: none;
    margin: 0 0 5px 0;
  }
  .footer .actions {
    margin-top: 40px;
    text-align: left;
  }
  .footer .actions .btn-primary {
    margin-top: 10px;
    display: block;
  }
  .footer .f-logo {
    width: 70%;
  }
}

/*=========================================================================*/
/* [Bootstrap Row Clear Fix Styles] */
#media-query-detector {
  display: none;
  width: 0px;
}

@media (min-width: 768px) {
  #media-query-detector {
    width: 768px;
  }
}

@media (min-width: 992px) {
  #media-query-detector {
    width: 992px;
  }
}

@media (min-width: 1200px) {
  #media-query-detector {
    width: 1200px;
  }
}

.row-fix-clear-both {
  clear: both;
}

/*=========================================================================*/
/* [Table as row override Styles] */
table.table-as-row > tbody > tr:before,
table.table-as-row > tbody > tr:after {
  content: " ";
  display: table;
  clear: both;
}

table.table-as-row > tbody > tr {
  height: auto !important;
}

table.table-as-row,
table.table-as-row > tbody,
table.table-as-row > tbody > tr {
  display: block;
  width: auto;
}

table.table-as-row > tbody > tr {
  display: block;
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

table.table-as-row > tbody > tr > td[class*=col-] {
  display: block;
  height: auto !important;
  margin-bottom: 20px;
}

/* col-lg */
@media (min-width: 1200px) {
  table.table-as-row > tbody > tr > td[class*=col-lg-] {
    float: left;
  }
}

/* col-md */
@media (min-width: 992px) {
  table.table-as-row > tbody > tr > td[class*=col-md-] {
    float: left;
  }
}

/* col-sm */
@media (min-width: 768px) {
  table.table-as-row > tbody > tr > td[class*=col-sm-] {
    float: left;
  }
}

/* col-xs */
table.table-as-row > tbody > tr > td[class*=col-xs-] {
  float: left;
}

/*=========================================================================*/
/* [Slick Slider Styles] */
.slider-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.slider-wrapper .slide-item {
  width: 100%;
  height: calc(100vh - 40px);
  background-size: cover;
  background: no-repeat center;
}

.slickSlider img {
  display: none;
}

.slickSlider.slick-initialized img {
  display: block;
}

.slickSlider .slick-prev {
  left: 10px;
  z-index: 100;
  opacity: 0;
}

.slickSlider .slick-next {
  right: 10px;
  z-index: 100;
  opacity: 0;
}

.slickSlider:hover .slick-prev,
.slickSlider:hover .slick-next {
  opacity: 0.75;
  opacity: 0.75;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

/*# sourceMappingURL=template.css.map */
