/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

/* BODY */

* { box-sizing: border-box; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
html, body { -webkit-overflow-scrolling: touch; }
body { margin: 0; padding: 0; color: #666; background: #fff; font: 12pt "Open Sans",sans-serif; }

a[href] { outline: 0; transition: .25s ease-in all; }
a[href]:link, a[href]:visited { color: #308e42; text-decoration: none; }
a[href]:hover, a[href]:active { color: #f49b20; text-decoration: none; }
a[href] img { border: 0; outline: 0; }
h1 { display: none; }
h2, h3, p, table, ol, ul { margin: 0 0 0.5em; }
h2 { color: #308e42; font-size: 36pt; font-weight: bold; line-height: 1.1em; }
h3 { color: #308e42; font-size: 19.5pt; font-weight: bold; line-height: 1.1em; }
h2 + h3 { color: #666; }
img.fill, video.fill { display: block; width: 100%; height: auto; }
main ul { margin-left: 1.25em; padding-left: 0; }



/* BASIC PANEL STYLING */

.panel { display: flex; flex-flow: row nowrap; justify-content: space-between; position: relative; padding: 0; }
.panel:after { content: ""; display: block; clear: both; width: 0; height: 0; }

.wrapper { display: flex; flex-flow: row nowrap; justify-content: space-between; width: 100%; max-width: 1600px; margin: 0 auto; padding: 100px 70px 100px; }
.wrapper:after { content: ""; display: block; clear: both; width: 0; height: 0; }
.wrapper > div { flex-grow: 1; flex-shrink: 1; }

.up2 > div { width: 50%; }
.up2 > div:nth-child(1) { padding-right: 2em; }
.up2 > div:nth-child(2) { padding-left: 2em; }

.up4 > div { width: 25%; padding: 0 2em; }
.up4 > div:first-child { padding-left: 0; }
.up4 > div:last-child { padding-right: 0; }

.reverse, .reverse h2, .reverse h3, .reverse h4 { color: #fff; }
.reverse a[href]:link, .reverse a[href]:visited { color: #fff; }
.reverse a[href]:hover, .reverse a[href]:active { color: #308e42; }

@media screen and (max-width: 1023px) {
  .wrapper { padding: 60px 30px; }
  .up2 { flex-flow: column; }
  .up2 > div { width: 100% !important; padding: 0 0 2em !important; }
  .up4 { flex-flow: row wrap; }
  .up4 > div { width: 50%; }
  .up4 > div:nth-child(odd) { padding-left: 0; }
  .up4 > div:nth-chidl(even) { padding-right: 0; }
}

@media screen and (max-width: 767px) {
  .wrapper.up4 { flex-flow: column; }
  .wrapper.up4 > div { width: 100%; padding: 0 0 2em !important; }
}



/* HEADER */

header { display: flex; flex-flow: row nowrap; justify-content: space-between; position: fixed; top: 0; left: 0; z-index: 9000; width: 100%; height: 97px; overflow: hidden; padding: 0 70px; background: url("../images/bg_header.jpg") bottom center; background-size: cover; box-shadow: 0 5px 20px rgba(0,0,0,.15); transform: translateY(-200%); transition: .5s ease-in transform; }
header.open { overflow: visible; transform: translateY(0); }

header a[href]#logo { width: 400px; flex-grow: 0; flex-shrink: 0; }
header a[href]#logo img.desktop { display: block; margin: 0; padding: 0; }
header a[href]#logo img.mobile { display: none; margin: 0; padding: 0; }
header > img { margin-top: 40px; }


nav { flex-grow: 0; flex-shrink: 0; width: 400px; }
nav ul { margin: 0; padding: 0; list-style-type: none; font: bold 13.5pt "Open Sans",sans-serif; text-align: right; }
nav li { display: inline-block; line-height: 97px; transition: .25s ease-in transform; }
nav li:hover { transform: scale(1.2); }
nav li:hover a[href] { text-shadow: -1px -1px 0 #308e42, 1px -1px 0 #308e42, -1px 1px 0 #308e42, 1px 1px 0 #308e42; }
nav li + li { margin-left: 2em; }
nav a[href] { color: #fff !important; text-shadow: none; }


@media screen and (max-width: 1320px) {
  header nav { display: none; }
}

@media screen and (max-width: 1023px) {
  header { height: 48px; padding: 0 20px; }
  header a[href]#logo { width: auto; }
  header a[href]#logo img.desktop { display: none; }
  header a[href]#logo img.mobile { display: block; }
  header > img { margin-top: 15px; }
}

@media screen and (max-width: 720px) {
  header > img { display: none; }
}



/* INTRO */

#intro { position: relative; height: 297px; background: url("../images/bg_intro.jpg") bottom left no-repeat; box-shadow: 0 20px 40px rgba(0,0,0,.15); }
#intro .wrapper { display: block; padding: 0 !important; }
#intro img.elvis { position: absolute; z-index: 200; top: 32px; left: 5%; }
#intro img.logo { position: relative; z-index: 300; margin: 80px auto 0; }
#intro nav { position: absolute; z-index: 400; top: 0; right: 70px; }

@media screen and (min-width: 1920px) {
  #intro { background-size: cover; }
}

@media screen and (max-width: 1023px) {
  #intro img.elvis { display: none; }
  #intro nav { right: 30px; }
}

@media screen and (max-width: 720px) {
  #intro nav { display: none; }
  #intro img { padding: 15px; }
}



/* OVERVIEW */

#overview ul li { margin: 0 0 6px; font-size: 13.5pt; }
#overview video:hover { opacity: .8; }



/* REGISTER */

#register { background: #318c42; }
#register .wrapper { padding: 0; }
#register .wrapper > div { width: 50%: }
#register .wrapper > div:nth-child(1) { background: url("../images/register.jpg") center center no-repeat; background-size: cover; }
#register .wrapper > div:nth-child(2) { padding: 50px 70px; }

input[type="email"], input[type="tel"], input[type="text"], textarea { display: block; width: 100%; margin: 0 0 5px; border: 1px solid #c3c3c3; ; padding: 10px 15px; background: #fff; color: #666; font: 400 15pt "Open Sans",sans-serif; line-height: 1em; text-transform: uppercase; transition: .25s ease-in all; }
input[type="email"]:focus, input[type="tel"]:focus, input[type="text"]:focus, textarea:focus { color: #000; background: #f9cd91; box-shadow: 0 0 10px rgba(0,0,0,.4); }
input[type="text"]#message { display: none; }
input[type="submit"] { display: block; width: 100%; border: none; padding: 20px 15px; background: #f39a22; color: #fff; font: bold 18pt "Open Sans",sans-serif; line-height: 1em; text-align: left; text-transform: uppercase; transition: .25s ease-in all; }
input[type="submit"]:hover { background: #fff; color: #308e42; }
textarea { height: 7em; }
p.thanks { margin: 2em 0 0; border: 1px solid #fff; padding: .5em 1em; background: #7cc04b; color: #fff; }
.error { background: #fcc !important; }

div.g-recaptcha { margin: 0 0 5px; }


@media screen and (max-width: 1023px) {
  #register .wrapper > div:nth-child(1) { height: 50vw; }
  #register .wrapper > div:nth-child(2) { padding: 30px !important; }
  input[type="email"], input[type="tel"], input[type="text"], textarea { font-size: 12pt; }
  input[type="submit"] { font-size: 12pt; }
}



/* RULES */

#rules { background: url("../images/bg_rules.jpg") center center; background-attachment: fixed; background-size: cover; }

#rules h2 { color: transparent; }
#rules .wrapper div:nth-child(1) h2 { color: #308e42; }
#rules li { margin: 0 0 6px; }
#rules p { margin: 0 0 12px; }

@media screen and (max-width: 767px) {
  #rules h2 { display: none;; }
  #rules .wrapper div:nth-child(1) h2 { display: block; }
}



/* WINNERS */

#winners { background: #318c42; }
#winners .up2 > div:nth-child(1) { max-width: 500px; }
#winners .up2 > div:nth-child(2) { flex-grow: 0; padding-top: 1em; }

#winners h2 { padding-bottom: .75em; border-bottom: 1px solid #fff; font-size: 36pt; }
#winners h3 { margin: 0; font-size: 52pt; font-weight: normal; line-height: 1.25em; }
#winners h4 { margin: 0 0 1em; font-size: 20pt; font-weight: normal; line-height: 1em; }
#winners p { font-size: 13.5pt; line-height: 1.25em; }

@media screen and (max-width: 1240px) {
  #winners h2 { font-size: 27pt; }
  #winners h3 { font-size: 39pt; }
  #winners h4 { font-size: 16pt; }
}

@media screen and (max-width: 480px) {
  #winners h2 { font-size: 20pt; }
  #winners h3 { font-size: 28pt; }
  #winners h4 { font-size: 13.5pt; }
}



/* PHOTOS */

#photos { background: url("../images/bg_photos.jpg") center center; background-attachment: fixed; background-size: cover; }
#photos .wrapper { flex-direction: column; }

#photos p { color: #000; font-size: 10.5pt; text-align: center; }
#photos p + p { margin-top: 2em; }
#photos p img { margin: 0 20px; }



/* OWL CAROUSEL BASE STYLES */

.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.owl-carousel .owl-item img { display: block; margin: 0 auto; -webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel.owl-refresh .owl-item { visibility: hidden; }
.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab { cursor: move; cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }

.no-js .owl-carousel { display: block; }

.owl-carousel .animated { -webkit-animation-duration: 1000ms;  animation-duration: 1000ms; -webkit-animation-fill-mode: both;  animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { -webkit-animation-name: fadeOut;  animation-name: fadeOut; }

@-webkit-keyframes fadeOut { 
  0% { opacity: 1; }
  100% { opacity: 0; } 
}

@keyframes fadeOut { 
  0% { opacity: 1; }
  100% { opacity: 0; } 
}

.owl-height { transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d;  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("../images/owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover { -webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3);  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }



/* OWL CAROUSEL THEME STYLES */

#photos .owl-carousel { margin-bottom: 50px; }
#photos div.item { padding: 0 1em; color: #318c42; font-size: 17.25pt; line-height: 1.1em; text-align: center; }
#photos div.item:hover { color: #f39a22; }
#photos div.item img { display: block; margin: 0 auto .5em; max-width: 363px; }
#photos div.owl-prev { position: absolute; top: 33%; left: -50px; width: 19px; height: 44px; background: url("../images/nav_prev.png") top left no-repeat; cursor: pointer; }
#photos div.owl-prev:hover { background-image: url("../images/nav_prev_over.png"); }
#photos div.owl-next { position: absolute; top: 33%; right: -50px; width: 19px; height: 44px; background: url("../images/nav_next.png") top right no-repeat; cursor: pointer; }
#photos div.owl-next:hover { background-image: url("../images/nav_next_over.png"); }

@media screen and (max-width: 1023px) {
  #photos div.owl-prev { left: -30px; }
  #photos div.owl-next { right: -30px; }
}