@font-face {
    font-family: 'copperplateregular';
    src: url('../fonts/copperplate_regular-webfont.woff2') format('woff2'),
         url('../fonts/copperplate_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'everglowregular';
    src: url('../fonts/everglow-webfont.woff2') format('woff2'),
         url('../fonts/everglow-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
}
header {
    background-color:rgba(33, 33, 33, 0.9);
    color:#ffffff;
    display:block;
    font: 14px/1.3 Arial,sans-serif;
    height:50px;
    position:relative;
    z-index:5;
}
h2{
    margin-top: 30px;
    text-align: center;
}
header h2{
    font-size: 22px;
    margin: 0 auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}
header a, a:visited {
    text-decoration:none;
}

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}
/* styles for dimming */

.brackground-container{
  -webkit-transition: all 1.75s ease-out;
    -moz-transition: all 1.75s ease-out;
    transition: all 1.75s ease-out;
    opacity: 0.1;
    position: fixed;
    top: 0px;
    width: 100%
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10)
}
#back-on-wrap{
  display: none;
}
#back-on-wrap, .back-on{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index: 99;
}
.dim{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  background-color: rgba(0,0,0,0.2);
}

/* End Styles for Dimming */
.stars, .twinkling, .clouds, .vignette, .mtn-1, .mtn-2, .mtn-3, .land, .star, .teaser{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}
.starr{
  background: transparent;
  z-index: 10;
  display: none;
}
.mtn-1{
  background: transparent;
  z-index: 4;
}
.mtn-2{
  background: transparent;
  z-index: 5;
}
.mtn-3{
  background: transparent;
  z-index: 6;
}
.land{
  background:  transparent;
  z-index: 8;
}
.tumbleweed, .tumbleweed-2{
  background:  transparent;
  z-index: 7;
  overflow: hidden;
}
.starr img{
  width: 100vw;
  max-width: 1930px;
  position: absolute;
  top: -13rem;
  left: -104%;
  z-index: 10;
}
.mtn-1 img, .mtn-2 img, .mtn-3 img, .land img, .tumbleweed img, .tumbleweed-2 img{
  width: 100vw;
  position: absolute;
  bottom: 0;
}
.stars {
  background: #2a3a4b url('../img/stars.png') repeat top center;
    z-index: 1;
    background-position: center 20%;
    background-size: contain;
}
.pause-btn{
  position: absolute;
  top: 0;
  right:0;
  color: #ffffff;
  opacity:0.8;
  z-index: 11;
  padding: 4px 12px;
}
.winter-is-coming{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity: 0.3;
  width:100%;
  height:100%;
  display:block;
  z-index: 10;
}
.teaser-text p{
  font-size: 28px;
  text-transform: capitalize;
  line-height: normal;
  display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.teaser-text{
  font-weight: 500;
  padding: 40px 190px 20px 190px;
  font-size: 28px;
  line-height: inherit;
  text-transform: capitalize;
  font-family: 'copperplateregular' !important;
  letter-spacing: inherit;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  align-content: center;
  vertical-align: middle;
  position: absolute;
  display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
  align-items: center;
}

.background-container{
  z-index: 40;
}
.div_popup_overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: black;
}
.vignette{
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.tumbleweed img{
 /* -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite; */
  z-index: 7;
  width: 120px;
  left: -500px;
  bottom: 20px;
  overflow: hidden;
  position: fixed !important;
}
.tumbleweed-2 img{
 /* -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite; */
  z-index: 7;
  width: 70px;
  left: -500px;
  bottom: 20px;
  overflow: hidden;
  position: fixed !important;
}

/* Show video on desktops */

.desktop{
  display: inherit;
  visibility: visible;
}
.mobile-tablet{
  display: none !important;
  visibility: hidden !important;
}

.twinkling{
  background:transparent url('../img/twinkling.png') repeat top center;
  z-index:1;
  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}
.clouds{
    background:transparent url('../img/clouds-transparent-v3.png') repeat top center;
    z-index:2;
    -moz-animation:move-clouds-back 200s linear infinite;
    -ms-animation:move-clouds-back 200s linear infinite;
    -o-animation:move-clouds-back 200s linear infinite;
    -webkit-animation:move-clouds-back 200s linear infinite;
    animation:move-clouds-back 200s linear infinite;
}
#play-wrap{
  display: block;
}
.bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flash {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 999999;
    opacity:0;
    color: white;
    background-color: #fff !important;
    -ms-transform: translate(-50%, -50%);
}

@import url(vendor/normalize.css);
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input[type="submit"] {
    border: 1px solid #2459a6;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #89a8d5;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    background-color: #477DCA;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #477DCA), color-stop(100%, #2760b2));
    background-image: -webkit-linear-gradient(#477DCA, #2760b2);
    background-image: linear-gradient(#477DCA, #2760b2);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 #1b4f9a;
    background-clip: padding-box;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
}

button:hover:not(:disabled),
input[type="submit"]:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #628cc8;
    cursor: pointer;
    background-color: #3c71bb;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c71bb), color-stop(100%, #255aa5));
    background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
    background-image: linear-gradient(#3c71bb, #255aa5);
}

button:active:not(:disabled),
input[type="submit"]:active:not(:disabled) {
    border: 1px solid #2459a6;
    box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eee;
}

button:disabled,
input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

body {
    /* background-image: url("../img/horse-still.jpg"); */
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    position: relative;
    background-color:#2a3a4b;
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center bottom;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.25em;
    margin: 0;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

p {
    font-weight: 500;
    margin: 0 0 0.75em;
}

a {
    color: #a6b8d2;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

a:hover {
    color: #2c5999;
}

a:active,
a:focus {
    color: #2c5999;
    outline: none;
}

hr {
    border-bottom: 1px solid #DDD;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0;
}

img {
    margin: 0;
    max-width: 100%;
}

abbr,
acronym {
    border-bottom: 1px dotted #DDD;
    cursor: help;
}

address {
    display: block;
    margin: 0 0 0.75em;
}

hgroup {
    margin-bottom: 0.75em;
}

del {
    color: #595959;
}

blockquote {
    border-left: 2px solid #DDD;
    color: #595959;
    margin: 1.5em 0;
    padding-left: 0.75em;
}

cite {
    color: #737373;
    font-style: italic;
}

cite:before {
    content: '\2014 \00A0';
}

fieldset {
    background: #f7f7f7;
    border: 1px solid #DDD;
    margin: 0 0 0.75em 0;
    padding: 1.5em;
}

input,
label,
select {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
}

label {
    font-weight: bold;
    margin-bottom: 0.375em;
}

label.required:after {
    content: "*";
}

label abbr {
    display: none;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple=multiple] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: white;
    border-radius: 0.1875em;
    border: 1px solid #DDD;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 0.5em 0.5em;
    width: 100%;
}

textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple=multiple]:hover {
    border-color: #c4c4c4;
}

textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none;
}

textarea {
    resize: vertical;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: 0.375em;
}

input[type="file"] {
    width: 100%;
}

select {
    width: auto;
    max-width: 100%;
    margin-bottom: 1.5em;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

table {
    border-collapse: collapse;
    margin: 0.75em 0;
    table-layout: fixed;
    width: 100%;
}

th {
    border-bottom: 1px solid #b7b7b7;
    font-weight: bold;
    padding: 0.75em 0;
    text-align: left;
}

td {
    border-bottom: 1px solid #DDD;
    padding: 0.75em 0;
}

tr,
td,
th {
    vertical-align: middle;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

dl {
    line-height: 1.5em;
    margin-bottom: 0.75em;
}

dl dt {
    font-weight: bold;
    margin-top: 0.75em;
}

dl dd {
    margin: 0;
}

body::selection {
    color: #ffffff;
    background-color: rgba(14, 11, 32, 0.99);
    opacity: 1;
}

body::-moz-selection {
    color: #ffffff;
    background-color: rgba(14, 11, 32, 0.99);
    opacity: 1;
}

a {
    text-decoration: none;
}

p {
    font-size: 11px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 11px;
    text-transform: uppercase;
    text-shadow: 0 -1px #0e0b20;
    opacity: 0.7;
}

html,
body {
    min-height: 100%;
}

div.main {
    width: 100%;
    margin: 0 auto;
    z-index: 10;
}

@media screen and (min-width: 1920px) {
    div.main {
        background-size: 100% auto;
    }
}


/* dim overlay */

.thumbnail-wrapper{
  height: 495px;
  margin-bottom: -575px !important;
  margin-top: 70px;
  padding: 15px;
}

/* end dim overlay styles */
.outer-container p {
    font-weight: 500;
}

div.outer-container {
    *zoom: 1;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index:999;
    position:relative;
}

div.outer-container:before,
div.outer-container:after {
    content: " ";
    display: table;
}

div.outer-container:after {
    clear: both;
}

.center-grid {
    margin: 0 auto;
    width: 100%;
}

div.top-border {
    box-shadow: 0 2px 10px #0e0b20;
    -webkit-box-shadow: 0 2px 10px #0e0b20;
    -moz-box-shadow: 0 2px 10px #0e0b20;
    width: 100%;
    height: 10px;
    position: absolute;
    background: #012842;
    z-index: 100;
}

.teaser{
  height: 100%;
  vertical-align: middle;
  position: fixed;
  z-index: 10;
}
.teaser p{
  color: #cbd9e6;
  margin: 0px auto !important;
  width: 50%;
}

.centerthis {
    left: 13%;
    right: 13%;
    display: block;
}

.video iframe{
  z-index: 11;
}
.video {
    position: relative;
    z-index:11; 
}
.animate-2{
  top: -55px;
  display: block;
  position: relative;
}
.enjoy{
  font-family: 'everglowregular' !important;
  margin-top: 38px;
  display: block;
  font-size: 50px !important;
  color: white;
  position: relative;
  top: -150px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {

  .animate-1{
    top: 36px;
    position: relative;
  }
  .bg-video{
    top:40%;
  }
  .video.video iframe {
    margin-top: 45px;
   width: 880px;
    height: 465px;
  }
  .star{
    position: fixed;
    z-index: 3;
    height: 100%;
    width: 100%;
    display:inherit !important;
  }
  .star img{
    margin-top: -9%;
    display: block;
    width: 25%;
    margin-left: -3%;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
  .bg-video.bg-video.bg-video.bg-video{
    top:35% !important;
    left:50% !important;
  }
  .video.video {
    width: 700px !important;
    padding-top: 0;
    padding-bottom: 40%;
    border: none;
    margin:0 auto;
    margin-top:0px;
  }
  .logo{
    margin-top:20px !important;
  }
  div.video.video.video iframe {
    margin-top:40px !important;
  }
  .grid.grid.grid figure {
    width: 47% !important;
  }

}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .teaser{
  	margin-top: -30px;
  }
  #button#button {
    top: 0px !important;
    margin-bottom: 5px !important;
  }
  .animate-1 {
    top: 108px !important;
  }
  div.video.video.video.video iframe{
	margin-top: 0px !important;
	padding: 20px 0px;
  }
  .video.video {
      margin-top: -80px !important;
  }
  .land img {
      margin-left: -1220px !important;
  }
  .animate-2 {
    top: -12px !important;
  }
  .enjoy {
    top: -111px !important;
  }
  .starr.starr img {
	top: -5rem;
	left: -40%;
  }
}
/* TABLET Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .land img {
    right: 0px !important;
  }
  .thumbnail-wrapper.thumbnail-wrapper {
      height: 355px;
      margin-top: 50px;
      width: 700px !important;
      width: 100%;
      padding: 15px;
      z-index: 99;
  }
  #button#button {
      top: 6px !important;
      margin-bottom: 0px !important;
  }
  div.video {
    margin-top: 20%;
  }
  #play-wrap{
    display: none !important;
  }
}
/* TABLET General */
@media screen and (max-width: 1024px) {
  /* Show 720p video on mobile and tablet devices */

  .desktop{
    display: none !important;
    visibility: hidden !important
  }
  .mobile-tablet.mobile-tablet{
    display: inherit !important;
    visibility: visible !important;
  }

  #play-wrap{
    display: none !important;
  }
  .thumbnail-wrapper {
      height: 405px;
      margin-top: 30px;
      width: 100%;
      padding: 15px;
      position: fixed !important;
      z-index: 99;
  }
  .stars {
    background: #2a3a4b url('../img/stars.png') no-repeat top center !important;
    z-index: 1;
    background-position: center !important;
    background-size: cover !important;
  }
  #button {
    top: 15px !important;
    margin-bottom: 26px !important;
  }
  .teaser-text{
    padding: 0px !important;
  }
  .teaser p {
      width: 65% !important;
  }
  .starr.starr img {
      top: -6rem;
      left: -40%;
  }
  .mtn-1 img{
    height: 220px;
  }
  .mtn-2 img{
    height: 145px;
  }
  .mtn-3 img{
    height: 130px;
  }
  .land img{
    bottom: 0px;
    max-width: 2500px;
    width: 1810px;
    float: left;
    height: 90px;
    right: 0px;
  }
  /* .teaser-text{
    margin-top: 50% !important;
  } */
  .star{
    display: none;
  }
  .grid figure {
    display: inline-block;
    float: left;
    margin: 10px auto;
    width: 47%;
    margin-left: 8px;
    margin-right: 8px;
  }
  .mobile-bg {
    display:none !important;
  }
  .logo{
    margin-top:90px;
  }
  div.video {
    width: 100%;
    padding-top: 0;
    padding-bottom: 56%;
    border: none;
    margin:0 auto;
    margin-top: 20%;
  }
  .bg-video.bg-video{
    top:50% !important;
    left:36% !important;
  }
  div.video.video.video iframe {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border: none !important;
    width: 100%;
    height: 100%;
    padding:20px;
    margin-top:20px !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  ul.oldies {
    padding: 0 10px;
  }
}

div.video iframe {
  box-shadow: 1px 2px 53px #5b778f9e;
  -webkit-box-shadow: 1px 2px 53px #5b778f9e;
  -moz-box-shadow: 1px 2px 53px #5b778f9e;
  border: 1px solid #3b424d;
  margin-top: 80px;
}

img {
  display: block;
  margin: 0 auto;
}

h1 {
  padding: 25px;
  margin: 0;
}
.logo img {
  width:300px;
  margin:30px auto;
  margin-top: 0px;
}

#button {
  display: flex;
  position: relative;
  z-index: 9000 !important;
  top: 23px;
  margin-bottom: 17px;
  opacity: 0.5;
}

img.text {
  padding: 0 25px;
  margin: 0 auto;
}

a.oldies-button img {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  opacity: 0.7;
}

a.oldies-button:hover img {
    opacity: 1;
}

ul.oldies {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  display: block;
  position: relative;
  padding: 0 100px;
}

ul.oldies:last-child {
  margin-right: 0;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) and (orientation : landscape) { 
  .mobile-bg{
    background-position:center 91%;
  }

}
@media screen and (max-width: 640px) {
  .stars {
      background: #2a3a4b url('../img/stars.png') no-repeat top center !important;
      z-index: 1;
      background-position: center !important;
      background-size: cover !important;
  }
  .animate-1{
    top: 33px !important;
  }
  figure.effect-bubba:hover h2{
    -webkit-transform: translate3d(0px,-1px,0px) !important;
    transform: translate3d(0px,-1px,0px) !important;
  }
  figure.effect-bubba:hover p{
    -webkit-transform: translate3d(0px,0px,0px) !important;
    transform: translate3d(0px,0px,0px) !important;
  }
  .grid figure figcaption {
    padding: 1em;
  }
  .teaser p {
    width: 90% !important;
  }
  figure.effect-bubba h2 {
    margin-top: -2px !important;
    font-size: 24px !important;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(1px,8px,0) !important;
    transform: translate3d(1px,8px,0) !important;
  }
  .grid figure p{
    font-size: 7px !important;
  }
  footer p {
    text-align: center;
    margin-bottom: -14px;
    font-size: 8px;
  }
  .enjoy{
    top: -170px;
  }
  .animate-1 {
    top: 76px;
    position: relative;
  }
  .mtn-1 img{
    height: 115px;
  }
  .mtn-2 img{
    height: 65px;
  }
  .mtn-3 img{
    height: 80px;
  }
  .land img{
    bottom: 0px;
    max-width: 2500px;
    width: 1810px;
    float: left;
    height: 90px;
    right: 0px;
  }
  body{
    background-color:#2a3a4b;
  }
  figure.effect-bubba h2{
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-12px,3px,0);
    transform: translate3d(-12px,3px,0);
  }
  .logo {
      margin: 25px;
  }
  #bg-video{
    display:none;
  }
  /* .mobile-bg {
    background-image: url(../img/mobile-bg-2.gif) !important;
    background-size:cover;
    background-repeat:no-repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 0;
    top:0;
    display:inherit !important;
  } */
  div.video{
    margin-top:20px !important;
  }
  .teaser p {
    font-size: 20px;
  }
  h1 {
      width: 100%;
  }
  .centerthis {
    left: 0 !important;
    right: 0 !important;
    display: block !important;
  }
  .grid {
      padding: 0px !important;
  }
  .grid.grid figure {
      height: 90px !important;
      width: 43%;
  }
  .video.video.video.video.video iframe {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      border: none;
      padding: 10px;
      margin-top:12px !important;
  }
  ul.oldies li {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      padding: 5px;
  }
  ul.oldies li:last-child {
      margin-right: 0;
  }
  ul.oldies {
      padding: 0 5px;
  }
  #button {
    top: 10px !important;
    margin-bottom: 10px !important;
  }
}

ul.oldies li {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%;
    display: block;
    padding: 10px;
    margin: 0;
}

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

footer {
  position: fixed;
  bottom: 0px;
  z-index: 999;
  color: #797979;
  width: 100%;
}
footer a{
  color: #797979;
}

footer p {
    text-align: center;
}

.accordion li > a {
    display: block;
}

.accordion li:last-child {
    border: none;
}

.accordion ul.submenu {
    display: none;
}

.accordion .is-expanded {
    display: block;
    padding-bottom: 0;
}

li.year-2008 .hover-tile-outer {
    background-image: url("../img/oldie-2008.jpg");
}

li.year-2009 .hover-tile-outer {
    background-image: url("../img/oldie-2009.jpg");
}

li.year-2010 .hover-tile-outer {
    background-image: url("../img/oldie-2010.jpg");
}

li.year-2011 .hover-tile-outer {
    background-image: url("../img/oldie-2011.jpg");
}

li.year-2012 .hover-tile-outer {
    background-image: url("../img/oldie-2012.jpg");
}

li.year-2013 .hover-tile-outer {
    background-image: url("../img/oldie-2013.jpg");
}

.hover-tile-outer {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
    background-size: cover;
    background-position: bottom;
    background-color: #0e0b20;
    height: 131px;
    cursor: pointer;
    border-top: 1px solid #484653;
}

.hover-tile-outer .hover-tile-container {
    height: 131px;
    overflow: hidden;
}

.hover-tile-outer .hover-tile-container:hover > .hover-tile {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.hover-tile-outer .hover-tile {
    -webkit-transition: all, 0.15s ease-in-out;
    -moz-transition: all, 0.15s ease-in-out;
    transition: all, 0.15s ease-in-out;
    background: inherit;
    color: white;
    height: inherit;
    padding: 1em 1.5em;
}

.hover-tile-outer .hover-tile-visible {
    text-align: center;
}

.hover-tile-outer .hover-tile-hidden {
    background: rgba(14, 11, 32, 0.9);
}

.hover-tile-outer .hover-tile-hidden p {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    text-shadow: 0 -1px #000000;
    padding-top: 38px;
}