Thtml {
  font-size: 16px;
  line-height: 22px;
}
body {
  margin: 0 auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 100%;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
h1 {
  font-size: 28px;
  line-height: 34px;
}
h2,
h3 {
  font-size: 22px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: normal;
}
a {
  color: rgb(48, 188, 255);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 24px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  border: 0;
  border-style: none;
  display: block;
}
.content-wrapper {
  clear: both;
}

/* Global Stylings */

@media screen and (min-width: 800px) {
  .visible-xs {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .hidden-xs {
    display: none !important;
  }
}

.tmr-content {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.last-container {
  padding-bottom: 50px;
}
.f18 {
  font-size: 18px;
}
.robin-blue {
  color: #0492ce;
}

/* HomePage */

#home {
  background-color: #191919;
}
#home .header-container {
  max-width: 1920px;
  margin: 0 auto;
}
#home .main-title {
  color: #fff;
  /* background: linear-gradient(0deg, rgb(48, 188, 255), #0492CE 0%); */
  background-color: #0492ce;
  border-top: #f4f4f4 3px solid;
  text-align: center;
  padding: 12px;
}
#home #secondary {
  background-color: #f4f4f4;
}
#home .about-copy {
  width: 80%;
  margin: 0 auto 24px;
  color: #333;
}

@media screen and (max-width: 800px) {
  #home .about-copy {
    margin-left: 10px;
    margin-right: 10px;
    width: initial;
  }
  #home .header-container {
    padding-bottom: 0;
  }
}

/* Audio Player */

.audio-back {
  width: 35px;
  color: #fff;
  background-color: #191919;
  padding-right: 12px;
  padding-top: 3px;
  padding-bottom: 10px;
}
#audio iframe {
  height: 35px;
  width: 35px;
  margin-top: 4px;
}

@media screen and (max-width: 800px) {
  #audio {
    right: 0;
    top: 0;
    background: transparent;
  }
  #audio iframe {
    width: 220px;
  }
}

@media screen and (max-width: 640px) {
  #audio {
    width: 47px;
    top: -5px;
  }
  #audio iframe {
    width: 100%;
  }
  .audio-back {
    background-color: none;
  }
}

/* Header */

.header-container {
  width: 100%;
  background: #191919;
}
.header {
  max-width: 1280px;
  margin: 0 auto;
}
.logo-main img {
  border: 0;
  margin: 0 auto;
  width: 70%;
}
.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.nav-menu .inner a {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  display: inline-block;
  padding: 0.91em 1.5em;
  color: #efefef;
}

.nav-menu .inner a:hover {
  border-top-color: #03A9F4;
  border-bottom-color: #03A9F4;
  /*    background-color: #F4F4F4; */
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.nav-menu .inner a.active {
  border-color: rgb(48, 188, 255);
}

.call-center {
  background: #000;
  color: #eee;
  text-align: center;
  padding: 0.5rem 1.5rem;
  text-transform: CAPITALIZE;
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  .call-center {
    text-align: right;
    background-color: #191919;
    display: flex;
    align-items: center;
  }
}

.phone-number {
  color: rgb(48, 188, 255);
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .logo-main {
    position: absolute;
    z-index: 999;
  }
  /*
	.header-container.with-slick {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
	} */
}

@media screen and (max-width: 800px) {
  .logo-main {
    width: 77%;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
  }
  .nav-menu {
    padding: 0;
    background: #000;
  }
  .nav-menu .inner {
    display: flex;
    display: -webkit-flex;
    width: 100%;
  }
  .nav-menu .inner a {
    text-align: center;
    padding: 0.91em 0.25em;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .nav-menu {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .nav-menu {
    font-size: 12px;
  }
  .audio-back {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: rgba(255, 255, 255, 0.15) solid 1px !important;
  }
}

/* Hero Slick Slider */

#hero {
  position: relative;
  background-color: #191919;
}
#hero .slick-slider {
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
}
.slick-slide img {
  display: block;
  width: 100%;
  box-shadow: rgba(24, 24, 24, 0.8) 0 1px 5px;
}
#image1 {
  background-image: url(/images/hero/the-moonrays-home-hero-1-1480x800.jpg);
  width: 1480px;
  height: 800px;
}
#image2 {
  background-image: url(/images/hero/the-moonrays-home-hero-2-1480x800.jpg);
  width: 1480px;
  height: 800px;
}

@media screen and (min-width: 1480px) {
  #image1 {
    background-image: url(/images/hero/the-moonrays-home-hero-1-1920x800.jpg);
    width: 1920px;
    height: 800px;
  }
  #image2 {
    background-image: url(/images/hero/the-moonrays-home-hero-2-1920x800.jpg);
    width: 1920px;
    height: 800px;
  }
}

/* HomePage Spotlight Four Tiles */

#spotlight-tiles {
  width: 100%;
  min-height: 225px;
  position: absolute;
  bottom: 0;
}
.four-tiles {
  width: 100%;
  max-width: 1280px;
  min-height: 225px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.four-tiles p {
  font-size: 16px;
}
.four-tiles a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.four-tiles a:hover {
  color: DADADA;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.four-tiles .tile img {
  margin: auto;
}
.tile {
  width: 25%;
  display: inline-block;
  border-top: 3px solid transparent;
}
.tile:nth-child(2n + 1) {
  background: rgba(0, 0, 0, 0.701961);
}
.tile p {
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  padding: 12.8px;
}
.tile p:hover {
  cursor: pointer;
}
.tile:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 0.9s ease;
  transition: background-color 0.9s ease;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.media {
  padding: 12.8px;
  min-height: 165px;
}
.media a img {
  border: 0;
}
#img img {
  width: 294px;
}
#vid img {
  width: 294px;
}
a.popup-youtube,
a.test-popup-link {
  outline: 0;
}

@media screen and (max-width: 1340px) {
  #spotlight-tiles {
    position: relative;
  }
}

@media screen and (max-width: 1240px) {
  .tile {
    width: 50%;
    display: inline-block;
    text-align: center;
  }
  .media {
    padding-top: 16px;
  }
  #vid img {
    width: 400px;
  }
  #img img {
    width: 550px;
  }
}

@media screen and (max-width: 880px) {
  .tile {
    width: 100%;
  }
  #vid img {
    width: 625px;
  }
  #img {
    width: 50%;
  }
  #img img {
    width: 400px;
  }
}

@media screen and (max-width: 640px) {
  #vid img {
    width: 380px;
  }
  #img img {
    width: 580px;
  }
  #img {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .media {
    padding: 10px 10px;
  }
  #vid img {
    width: 300px;
  }
  #img img {
    width: 300px;
  }
  #img {
    width: 100%;
  }
}

/* Social icons */

#social {
  background-color: #191919;
  padding: 15px 0;
}
.wrap {
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
}
.icons a {
  width: 64px;
  height: 64px;
  margin: 2px 8px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  font-size: 22px;
  border: none;
  border-radius: 50%;
  color: rgb(48, 188, 255);
  background-color: #f4f4f4;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.icons i {
  padding: 22px;
}
.icons a:hover {
  background: transparent;
}

/* Reviews */
.gold {
  color: #f19812;
}
.reviews {
  width: 75%;
  margin: 0 auto;
  padding: 24px;
  color: #333;
  background-color: #0492ce;
}
.reviews .row {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 24px;
}
.reviews.row:last-child {
  margin-bottom: 0;
}
.reviews h2 {
  color: #fff;
}
.stars img {
  margin: 0 auto;
}
.label {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.gold {
  color: #cab23e;
}
.orange {
  color: #f58818;
}

@media screen and (max-width: 800px) {
  #home #secondary {
    padding: 0;
  }
  .reviews {
    width: auto;
  }
}

/* Footer */

#main-footer {
  background-color: #191919;
}

.footer-wrap {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  padding: 75px;
  text-align: center;
}
.footer-logo img {
  width: 121px;
  margin: auto;
}
.copyright {
  font-size: 10px;
}

/* Back to Top Button */
#back-top {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 1;
  width: 64px;
  height: 64px;
  margin: 2px 8px;
  vertical-align: middle;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #0492ce;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.92);
}
#back-top .fa {
  padding: 18px;
  color: #f4f4f4;
  text-shadow: 1px 1px 1px #0492ce;
}

/* Interior Stylings */

#interior {
  background-color: #191919;
}
#primary {
  background-color: #f4f4f4;
}
.first {
  padding: 60px 0;
}
#interior .main-title {
  text-align: center;
  margin-bottom: 24px;
  z-index: 2;
  position: relative;
  top: 50px;
}
#interior .main-title .title-box {
  display: inline-block;
  color: #fff;
  background-color: rgb(48, 188, 255);
  border: 3px solid #fff;
  box-shadow: 1px 1px 10px #aaa;
  padding: 12px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 24px;
  line-height: 26px;
}
.content-box-dashed {
  padding: 72px 24px 48px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px dashed #ccc;
  background: #fff;
  color: #333;
}
.content-box-dashed h2,
h3 {
  color: #444;
  text-transform: uppercase;
}
.content-image--full {
  text-align: center;
  padding-bottom: 30px;
}
.content-image--full img {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #interior .main-title .title-box {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* About Page */

#about .main-title {
  text-align: center;
  margin-bottom: 24px;
  z-index: 2;
  position: relative;
  top: 50px;
}

/* Gallery */

#images {
  margin-bottom: 24px;
}
#gallery .title h2 {
  color: #444;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#gallery .title h2 em {
  color: #666;
  font-weight: normal;
}
#gallery .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#gallery .mfp-iframe-holder .mfp-content {
  width: 620px !important;
}
.media-tile {
  margin: 0 5px 5px 5px;
  flex-grow: 1;
  border: 1px solid #999;
  width: 18.3%;
}
.media-tile img {
  width: 100%;
}
.media-tile .caption {
  margin-top: 1em;
}
.media-tile:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .media-tile {
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  .media-tile {
    width: 30.6%;
  }
}
@media screen and (max-width: 540px) {
  .media-tile {
    width: 46%;
  }
}
@media screen and (max-width: 375px) {
  .media-tile {
    width: 45%;
  }
}

/* News */

.emblem {
  width: 84px;
  height: 84px;
  vertical-align: middle;
  background: #f4f4f4;
  color: rgb(48, 188, 255);
  position: relative;
  display: inline-block;
  font-size: 22px;
  border-radius: 50%;
  margin: 2px 8px 24px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.emblem p {
  padding: 23px 14px;
  color: #666;
  font-size: 22px;
}
.emblem .sub-txt {
  font-size: 12px;
  color: #0492ce;
}
#news .row {
  /* background-color: #f4f4f4; */
  padding: 24px;
  display: inline-block;
}
#news .row h2 {
  padding-top: 48px;
  width: 43%;
  float: left;
}
#news .row p {
  float: left;
  width: 43%;
  padding-left: 24px;
}
#news .mfp-iframe-holder .mfp-content {
  width: 620px !important;
}
#news a.popup-youtube {
  width: 50%;
  float: left;
  padding-right: 24px;
}
@media screen and (max-width: 800px) {
  #news .row img {
    margin-bottom: 24px;
  }
  #news .row p {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  #news a.popup-youtube {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  #news .row h2 {
    padding-top: 0;
    width: 100%;
    float: left;
  }
}
