/*

 * Please do not edit this file

 * 

 */
/*

 * Variables

 * 

 */
/*

 * Custom Mixins

 * 

 */
/*

 * Reset Defaut Styles

 * 

 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

html, body {
  overflow-x: hidden; }

* {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Oswald', sans-serif;
  color: #ED4127;
  margin: 0; }

a, button {
  transition: all 0.3s; }
  a:hover, a:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none; }

.btn {
  border: transparent;
  box-shadow: 0; }

.btn-custom {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background-color: #13123F;
  padding: 10px 25px;
  border-radius: 5px; }
  .btn-custom:hover, .btn-custom:focus {
    color: #fff;
    background-color: #ED4127; }

.btn-custom-xs {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  background-color: #13123F;
  padding: 5px 10px;
  border-radius: 5px; }
  .btn-custom-xs:hover, .btn-custom-xs:focus {
    color: #fff;
    background-color: #ED4127; }

h2.title-line-above {
  position: relative;
  color: #13123F;
  text-transform: uppercase; }
  h2.title-line-above:after {
    content: "";
    border-top: 5px solid #13123F;
    width: 140px;
    position: absolute;
    top: -10px;
    left: 0; }

/*

 * Main CSS

 * 

 */
header {
  padding-bottom: 15px; }
  header .topbar {
    position: relative; }
    header .topbar .main-logo {
      position: absolute;
      top: 10px; }
    header .topbar .shark-creative {
      position: relative;
      left: 160px;
      top: 15px; }
    header .topbar .lightgray {
      color: lightgray; }
    header .topbar .radio-container {
      margin-top: 15px; }
      header .topbar .radio-container > div {
        display: inline; }
        header .topbar .radio-container > div > span {
          display: inline-block;
          vertical-align: middle; }
        header .topbar .radio-container > div span.rad-icon {
          position: relative;
          top: 3px;
          margin-right: 2px; }
        header .topbar .radio-container > div span.play-icon {
          position: relative;
          top: -3px;
          margin-right: 5px; }
      header .topbar .radio-container .radio-time {
        margin-left: 50px; }
        header .topbar .radio-container .radio-time small {
          font-size: 12px; }
      header .topbar .radio-container .radio-name {
        margin-left: 30px;
        position: relative; }
        header .topbar .radio-container .radio-name:after {
          content: "";
          position: absolute;
          border-left: 1px solid #eee;
          height: 65px;
          width: 1px;
          top: -25px;
          left: -10px; }
        header .topbar .radio-container .radio-name small {
          font-size: 12px; }
  header .main-nav {
    padding-right: 30px; }
    header .main-nav .container-fluid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
    header .main-nav .social-media {
      padding-left: 35px; }
  header .site-menu li {
    padding-right: 10px;
    padding-left: 10px; }
    header .site-menu li a {
      font-family: 'Oswald', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      color: #13123F; }
      header .site-menu li a:hover {
        color: #ED4127; }
  header .site-menu > .active > a {
    color: #ED4127; }

.social-media li a {
  color: #13123F;
  font-size: 18px; }
  .social-media li a:hover {
    color: #ED4127; }

#banner .carousel-inner > .item {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center; }

#banner .carousel-inner .caption {
  width: 100%; }

#banner .carousel-inner .banner-text {
  font-family: 'Oswald', sans-serif; }
  #banner .carousel-inner .banner-text * {
    font-family: inherit;
    font-weight: 600;
    font-size: 36px; }
  #banner .carousel-inner .banner-text p {
    color: #13123F;
    max-width: 470px;
    width: 100%;
    margin-left: auto; }
  #banner .carousel-inner .banner-text strong {
    color: #ED4127;
    text-transform: uppercase;
    font-weight: 700; }
  #banner .carousel-inner .banner-text .bottom-caption {
    text-align: right;
    margin-top: 25px; }
    #banner .carousel-inner .banner-text .bottom-caption > img {
      margin-top: 30px; }
    #banner .carousel-inner .banner-text .bottom-caption a.btn {
      background-color: #010101;
      color: #fff;
      font-size: 14px;
      padding: 5px 15px; }
      #banner .carousel-inner .banner-text .bottom-caption a.btn:hover {
        background-color: #ED4127;
        color: #fff; }
      #banner .carousel-inner .banner-text .bottom-caption a.btn small, #banner .carousel-inner .banner-text .bottom-caption a.btn strong {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        text-transform: none !important; }
      #banner .carousel-inner .banner-text .bottom-caption a.btn small {
        font-size: 14px; }
      #banner .carousel-inner .banner-text .bottom-caption a.btn strong {
        font-size: 25px; }
      #banner .carousel-inner .banner-text .bottom-caption a.btn > span {
        line-height: 15px;
        position: relative;
        top: -6px; }
      #banner .carousel-inner .banner-text .bottom-caption a.btn img {
        float: left;
        margin-right: 15px;
        position: relative;
        top: 10px; }

.page-banner {
  background-color: #EDECEC; }
  .page-banner h1 {
    margin: 0;
    padding: 90px 0; }

.entry {
  padding: 50px 0; }

/*

 * Layout

 * 

 */
.layout {
  padding: 70px 0; }

.layout_introduction_texts {
  position: relative;
  background-image: url("../images/wtr-lo.png");
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: auto; }
  .layout_introduction_texts:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(237, 65, 39, 0.9); }
  .layout_introduction_texts > .container {
    position: relative;
    z-index: 9; }
  .layout_introduction_texts p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 36px; }
    .layout_introduction_texts p:last-of-type {
      margin-bottom: 0; }

.layout_application_download_section {
  padding: 90px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .layout_application_download_section > .container {
    position: relative;
    z-index: 9; }
  .layout_application_download_section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(74, 68, 62, 0.8); }
  .layout_application_download_section .download-text p {
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    color: #ED4127;
    font-weight: 500;
    line-height: 57px; }
    .layout_application_download_section .download-text p strong {
      font-family: 'Oswald', sans-serif;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase; }
  .layout_application_download_section > .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout_application_download_section .featured-img img {
    position: absolute;
    top: -70px;
    left: 60px; }
  .layout_application_download_section .bottom-caption {
    text-align: left;
    margin-top: 25px; }
    .layout_application_download_section .bottom-caption > img {
      margin-top: 30px; }
    .layout_application_download_section .bottom-caption a.btn {
      background-color: #010101;
      color: #fff;
      font-size: 14px;
      padding: 5px 15px; }
      .layout_application_download_section .bottom-caption a.btn:hover {
        background-color: #ED4127;
        color: #fff; }
      .layout_application_download_section .bottom-caption a.btn small, .layout_application_download_section .bottom-caption a.btn strong {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        text-transform: none !important; }
      .layout_application_download_section .bottom-caption a.btn small {
        font-size: 14px;
        font-weight: 600; }
      .layout_application_download_section .bottom-caption a.btn strong {
        font-size: 25px; }
      .layout_application_download_section .bottom-caption a.btn > span {
        line-height: 25px;
        position: relative;
        top: -2px; }
      .layout_application_download_section .bottom-caption a.btn img {
        float: left;
        margin-right: 10px;
        position: relative;
        top: 10px;
        left: -8px; }

.layout_sponsors {
  background-color: #EDECEC; }
  .layout_sponsors .em-title {
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
    color: #575757; }
  .layout_sponsors .sponsors {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .layout_sponsors .sponsors li img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }

.layout_upcoming_events .up-events {
  margin-top: 50px; }

.up-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .up-events .event-item {
    position: relative; }
    .up-events .event-item > a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .up-events .event-item > div {
      height: 100%;
      padding-bottom: 15px;
      border-bottom: 5px solid #ED4127;
      transition: all 0.3s; }
      .up-events .event-item > div:hover {
        border-bottom: 5px solid #13123F; }
    .up-events .event-item .date-time {
      color: #13123F; }
      .up-events .event-item .date-time strong {
        font-size: 14px; }
    .up-events .event-item .event-place {
      color: #000; }
      .up-events .event-item .event-place strong {
        font-size: 14px; }
    .up-events .event-item .event-title {
      margin: 25px 0; }
      .up-events .event-item .event-title strong {
        color: #ED4127;
        font-size: 18px; }
    .up-events .event-item .event-img img {
      width: 100%; }

.up-events .event-item:hover > div {
  border-bottom: 5px solid #13123F; }

.layout_third_party {
  padding: 0; }
  .layout_third_party .third-party {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout_third_party .tp-col-1 {
    background-color: #EDECEC; }
    .layout_third_party .tp-col-1 .tp-col-1-div {
      margin-left: auto; }
  .layout_third_party .tp-col-2 {
    background-color: #DCDADA; }
    .layout_third_party .tp-col-2 .tp-col-2-div {
      margin-right: auto; }
  .layout_third_party .tp-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 30px 0;
    color: #575757; }
  .layout_third_party .tp-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
    .layout_third_party .tp-logo li {
      margin-top: 10px;
      padding-right: 50px; }
      .layout_third_party .tp-logo li:last-child {
        padding-right: 0; }
      .layout_third_party .tp-logo li img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1); }
  .layout_third_party .tp-col-1-div,
  .layout_third_party .tp-col-2-div {
    max-width: 80%;
    padding: 60px 40px; }

.layout_follow {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .layout_follow > .container {
    position: relative;
    z-index: 9; }
  .layout_follow:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(74, 68, 62, 0.9); }
  .layout_follow h2 {
    position: relative;
    color: #fff;
    text-transform: uppercase; }
    .layout_follow h2 strong {
      color: #ED4127;
      font-family: 'Oswald', sans-serif; }
    .layout_follow h2:after {
      content: "";
      border-top: 5px solid #fff;
      width: 140px;
      position: absolute;
      top: -10px;
      left: 0; }
  .layout_follow .follow-row {
    margin-top: 40px; }
    .layout_follow .follow-row .follow-item img {
      width: 100%; }

.layout_contact {
  padding: 0; }
  .layout_contact ul.contact-info {
    margin-top: 15px; }
    .layout_contact ul.contact-info li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 40px;
      color: #13123F; }
      .layout_contact ul.contact-info li a {
        font-size: 20px;
        color: #ED4127; }
        .layout_contact ul.contact-info li a:hover {
          color: #13123F; }
      .layout_contact ul.contact-info li i {
        font-size: 25px;
        position: absolute;
        left: 0;
        top: 0; }
  .layout_contact .map {
    margin-top: 35px;
    height: 250px; }
    .layout_contact .map iframe {
      height: 100%;
      width: 100%; }

/*

 * Footer

 * 

 */
.contact-div {
  padding: 30px 0;
  position: relative;
  overflow: hidden; }
  .contact-div:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(237, 65, 39, 0.9); }
  .contact-div .container.contatc-cta {
    position: relative;
    z-index: 9;
    text-align: center; }
    .contact-div .container.contatc-cta .text-content:after {
      content: "";
      position: absolute;
      right: 0;
      top: -70px;
      height: 200px;
      width: 100px;
      background-image: url("../images/right-sound.png");
      background-repeat: no-repeat; }
    .contact-div .container.contatc-cta .text-content:before {
      content: "";
      position: absolute;
      left: 0;
      top: -70px;
      height: 200px;
      width: 100px;
      background-image: url("../images/left-sound.png");
      background-repeat: no-repeat; }
    .contact-div .container.contatc-cta a, .contact-div .container.contatc-cta p {
      display: inline-block;
      margin: 0 20px;
      vertical-align: middle; }
    .contact-div .container.contatc-cta p {
      font-size: 20px;
      color: #fff; }
      .contact-div .container.contatc-cta p strong {
        font-size: 23px;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif; }

.footer-content {
  padding: 40px 0; }
  .footer-content .left-part span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #13123F; }
    .footer-content .left-part span a {
      color: #13123F; }
      .footer-content .left-part span a:hover {
        color: #ED4127; }
  .footer-content .left-part .email a {
    color: #ED4127;
    text-decoration: underline; }
    .footer-content .left-part .email a:hover {
      color: #13123F; }
  .footer-content .left-part .address {
    margin-bottom: 20px; }
  .footer-content > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .footer-content > .container > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end; }
  .footer-content .middle-part {
    padding: 0 30px; }
  .footer-content .left-part, .footer-content .right-part {
    padding-bottom: 15px; }
  .footer-content .right-part ul {
    margin-bottom: 30px; }
    .footer-content .right-part ul li i {
      font-size: 22px; }
  .footer-content .right-part .copyright {
    font-size: 12px;
    color: #13123F; }
    .footer-content .right-part .copyright a {
      color: #13123F; }
      .footer-content .right-part .copyright a:hover {
        color: #ED4127; }

/*

 * Inner Page

 * 

 */
.excerpt {
  margin: 25px 0; }

.entry ul.event-details {
  margin-bottom: 30px;
  margin-top: 30px; }
  .entry ul.event-details > li {
    position: relative;
    /*padding-left: 60px;*/
    margin-bottom: 10px;
  }
    /*.entry ul.event-details li strong {
      position: absolute;
      left: 0; }*/
    .entry ul.event-details > li:last-child {
      margin-bottom:0; }
      .entry ul.event-details ul { display:inline-block; margin-left:5px; vertical-align:top; }

.entry .content-single p {
  line-height: 30px; }

/*

 * Gravity Forms

 * 

 */
.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea {
  border: 1px solid #ddd !important; }

.gform_wrapper .gform_footer.top_label {
  padding-bottom: 0 !important; }
  .gform_wrapper .gform_footer.top_label input.gform_button.button {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-color: #13123F;
    padding: 10px 25px;
    border: 0;
    transition: 0.3s;
    border-radius: 5px; }
    .gform_wrapper .gform_footer.top_label input.gform_button.button:hover {
      color: #fff;
      background-color: #ED4127; }

.gform_confirmation_wrapper > div {
  margin-top: 30px;
  font-size: 20px;
  font-family: 'Oswald', sans-serif; }

/*

 * Miscellaneous CSS Items

 * 

 */
.float-nav {
  display: none; }
  .float-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

.sticky {
  position: fixed !important;
  padding: 20px 0;
  top: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); }

.load-gallery {
  margin: 15px 0; }
  .load-gallery > i {
    -webkit-animation: anim-rotate 2s infinite linear;
    animation: anim-rotate 2s infinite linear;
    font-size: 30px; }

.gallery-item {
  display: none; }

@-webkit-keyframes anim-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #ED4127;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  color: #fff;
  transition: all 0.3s; }
  #back-to-top:hover {
    background: #13123F; }

#back-to-top.show {
  opacity: 1; }
