/*
 * core.css - all custom CSS code belongs in this file; including Bootstrap
 * Framework overrides.
 *
 */

/* =============================================================================
 CUSTOM CSS
 ========================================================================== */
/*
 BOOTSTRAP OVERRIDES
 ----------------------------------------------------------------------------*/
/* Sets Box model */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 18px;
    background-color: #000;
    color:#fff;
    font-family: 'GothamSSmMedium';
    font-weight:500;
    overflow-x: hidden;
}

img {
    outline: none;
    border: 0;
}

.img-responsive {
    display: inline;
}

a {
  color:#e90030;
}

a:hover {
  color:#fff;
}

/*
 UTILITY CLASSES SECTION
 ----------------------------------------------------------------------------*/
iframe#mediaplxpxl {
    opacity: 0;
}

.align_right {
    text-align: right !important;
}

.align_left {
    text-align: left !important;
}

.align_center {
    text-align: center !important;
}

.desktop {
  display:block;
}

.mobile {
  display:none;
}

@media (max-width:767px) {
  .desktop {
      display:none;
  }

  .mobile {
    display:block;
  }
}

p {
   margin-bottom: 1em;
}

/*
 GLOBAL SECTION
 ----------------------------------------------------------------------------*/
#outerwrapper {
}

#outerwrapper.container {
    padding-left: 0;
    padding-right: 0;
}

/*
 MASTHEAD (HEADER) SECTION
 ----------------------------------------------------------------------------*/
#masthead {
  height:74px;
  background:url('../_img/header-bg.jpg') no-repeat top center;
  background-size:cover;
}

.contact-btn {
  background:#e90030;
  color:#000;
  padding:.05em;
  text-align:center;
  font-size:30px;
  width:245px;
  display:block;
  margin:.45em auto;
  font-weight:600;
}


.contact-btn:hover {
  color:#fff;
  text-decoration: none;
}

.social {
  position:absolute;
  top:16px;
  right:20px;
}

.social a {
  width:40px;
  height:40px;
  display:inline-block;
  margin:0 5px;
}

.social a.facebook {
  background:url('../_img/fb.png') no-repeat center center;
  background-size:contain;
}

.social a.twitter{
  background:url('../_img/tw.png') no-repeat center center;
  background-size:contain;
}

.social a.instagram {
  background:url('../_img/insta.png') no-repeat center center;
  background-size:contain;
}


.social a.facebook:hover {
  background:url('../_img/fb-hover.png') no-repeat center center;
  background-size:contain;
}

.social a.twitter:hover {
  background:url('../_img/tw-hover.png') no-repeat center center;
  background-size:contain;
}

.social a.instagram:hover {
  background:url('../_img/insta-hover.png') no-repeat center center;
  background-size:contain;
}


@media (max-width:767px) {
  #masthead {
    height:50px;
    background-size:cover;
  }

  .contact-btn {
    font-size:19px;
    width:31%;
    /*position:absolute;
    top:12px;
    left:10px;*/
    margin:.55em auto;
  }

  .social {
    top:12px;
    right:16px;
  }

  .social a {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 5px;
  }
}

@media (max-width:500px) {
  #masthead {
    height:50px;
    background-size:cover;
  }

  .contact-btn {
    font-size:19px;
    width:40%;
  }
}

/*
 ART SECTION
 ----------------------------------------------------------------------------*/
#art {
  position:relative;
}

.mobile-art {
  display:none;
}

.desktop-art {
  display:block;
}

.logo {
  width:100%;
  margin:0 auto;
  top:0;
  z-index:1;
}

.quote {
  text-align:center;
  font-weight:700px;
  font-size:120%;
  padding:2em 0 0;
}

ul#quotes {
   width: 100%;
   text-align: center;
   margin-left:0;
   padding-left:0;
}

ul#quotes li {
   text-align:center;
   opacity:0;
   list-style-type: none;
}

ul#quotes li.active {
  opacity:1;
}

ul#quotes li.small-quote {
  font-size:160%;
  line-height: 1.2;
  letter-spacing:.15em;
  padding-top:25px;
  padding-bottom:20px;
}

ul#quotes li.lg-quote {
  font-size:90%;
  line-height: 1.7;
}


#art .quote {
  position:absolute;
  z-index:10;
  left:0;
  right:0;
  margin-left:auto;
  margin-left:auto;
  top:2em;
  text-shadow: 0px 0px 9px #140a59;
}

.quote cite {
  font-style:italic;
  text-transform:none;
  display:block;
  font-size:60%;
  letter-spacing: .05em;
}

.dates {
  text-align:center;
  color:#fbb601;
  text-transform:uppercase;
  margin:4em 0 2em;
}

.dates h3 {
  font-size:35px;
}

.tix-btn {
  background:#fbb601;
  display:block;
  width:350px;
  margin:0 auto;
  color:#000;
  padding:.25em;
  font-size:22px;
}

.tix-btn:hover, .tix-btn:active, .tix-btn:focus {
  text-decoration:none;
  color:#fff;
}



@media (max-width:767px) {
  .quote {
    font-size:3vw;
  }

  ul#quotes {
    height:auto;
  }

  ul#quotes li.small-quote {
    font-size:4vw;
  }

  .dates h3 {
    font-size:27px;
  }

  .tix-btn {
    font-size:14px;
    width:200px;
  }
  .about-photo {
    margin-top: -2em;
  }
}

@media (max-width:580px) {
  .dates h3 {
    font-size:20px;
  }
}

@media (max-width:800px) {
  .mobile-art {
    display:block;
  }

  .desktop-art {
    display:none;
  }

  #art .quote {
    top:2em;
    font-size:4vw;
  }
}

@media (min-width:1200px) {
  .dates h3 {
    font-size:35px;
  }

  .tix-btn {
    font-size:22px;
    width:350px;
  }
}

@media (min-width:2000px) {
  .desktop-art {
    margin:0 auto;
  }
}

/*
 CONTENT SECTION
 ----------------------------------------------------------------------------*/
/*
#content {
  background:url('../_img/content-bg.jpg') no-repeat top right;
  background-size:contain;
  height:73vh;
  width:100%;
  position:relative;
}

#content p {
  width:62%;
  text-align:center;
  font-size:1.1vw;
  line-height:2em;
}

#content .quote {
  width:62%;
  padding:0 0 3em;
  color:#fbb601;
}

span.red {
  color:#e90030;
  font-weight:700;
  text-transform:uppercase;
  display:block;
  font-size:115%;
}

.reviews {
  background:#e90030;
  color:#000;
  padding:.25em 1.5em;
  text-align:center;
  font-size:1.8vw;
  display:block;
  width:85%;
  margin:.45em auto;
  font-weight:600;
}

.reviews:hover {
  color:#fff;
  text-decoration: none;
}

@media (max-width:767px) {
  #content {
    background:none;
    height:auto;
    margin-top:0;
  }

  #content p {
    width:90%;
    margin:0 auto;
    font-size:2vw;
    padding:0;
  }

  #content .quote {
    width:90%;
    padding:1em 0 1em;
    margin:0 auto;
  }

  span.red {
    font-size:120%;
  }

  .reviews {
    font-size:3.6vw;
  }
}

@media (max-width:500px) {
  #content p {
    font-size:2.3vw;
  }

  span.red {
    font-size:120%;
  }
}

@media (min-width:1200px) {
  #content p {
    font-size:13px;
    width:680px;
  }

  #content .quote {
    width:680px;
    font-size:18px;
  }

  .reviews {
    font-size:22px;
  }

  ul#quotes li.small-quote {
    font-size:25px;
  }
}

@media (min-width:768px) and (max-width:990px) {
  #content {
    height:53vh;
  }
}

@media (max-height:650px) {
  #content {
    height:103vh;
  }
}
*/

/*
 CONTENT SECTION
 ----------------------------------------------------------------------------*/

#content {
  background:url('../_img/content-bg.jpg') no-repeat bottom right;
  background-size:contain;
  width:100%;
  position:relative;
  text-align:center;
  background-size: auto 100%;
  background-position: 73% 0;
}

.hideme {
  position:relative;
  padding: 1em 2em 4em;
  width: 60%;
}

#content .quote {
  padding-bottom: 3em;
  color:#fbb601;
}

p.red {
  color:#e90030;
  font-weight:700;
  text-transform:uppercase;
  display:block;
  font-size:115%;
}

.reviews {
  background:#e90030;
  color:#000;
  padding:.25em 1.5em;
  font-size:180%;
  font-size: 140%;
  display: inline-block;
  margin:.45em auto;
  font-weight:600;
}

.reviews:hover {
  color:#fff;
  text-decoration: none;
}

@media (max-width:767px) {
  #content {
    background:none;
    height:auto;
    margin-top:0;
  }

  #content p {
    font-size:1em;
    padding:0;
  }

  .hideme {
    position:relative;
    top:auto;
    left:auto;
    width: 100%;
    padding:4em 2em 0 2em;
  }

  #content .quote {
    padding:1em 0 1em;
  }

  span.red {
    font-size:120%;
  }

  .reviews {
    font-size:3.6vw;
  }
}

@media (max-width:500px) {
  #content p {
    font-size:100%;
  }

  span.red {
    font-size:120%;
  }
}

@media (min-width:1200px) {
}

@media (min-width:768px) and (max-width:990px) {
}

@media (max-height:650px) {
}


/*
Modal
 ----------------------------------------------------------------------------*/

.modal {
  color:#fff;
  background:transparent;
  max-width:100%;
  width:100%;
  height:100%;
  box-shadow:0 0 0px #000;
}

.blocker {
  background-color: rgba(0,0,0,0.87);
}

.modal p {
  text-align:center;
  text-transform:uppercase;
  width:55%;
  margin:3em auto;
  letter-spacing: .05em;
  font-size:1.3vw;
}

.modal p cite {
  text-align:center;
  display:block;
  text-transform:none;
  margin-top:3px;
  font-size:80%;
}

.modal a.close-modal {
  top:0;
  right:0;
}

.modal a.close-modal {
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  color: #000;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: transparent;
  text-indent:-99999px;
  background-image: url('../_img/close-photo.png');
  background-repeat:no-repeat;
  background-position: center center;
}


@media (max-width:767px) {
  .modal p {
    font-size:2.1vw;
    width:100%;
  }
}


#video-modal {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0,0,0,.9);
	z-index: 999999999;
	display: none;
  height:100%;
  width:100%;
}

#video-modal .modal-close{
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  color: #000;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: transparent;
  text-indent:-99999px;
  background-image: url('../_img/close-photo.png');
  background-repeat:no-repeat;
  background-position: center center;
  position:absolute;
}

.modal-body {
	height:100%;
    text-align: center;
    position: relative;
    padding: 15px;
}

.video-container {
    width: 90%;
    height: 0;
    padding-bottom: 50.75%;
    position: relative;
    margin: 0 auto;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* GALLERY
----------------------------------------------------------------------------*/
#gallery {
  max-width:1200px;
  margin:0 auto;
  padding:2em 2em;
}

#gallery h2 {
    text-transform:uppercase;
    text-align:center;
    font-weight:700;
    font-size:1.8125em;
    line-height: 1.1;
}

#videos {
  padding:0 2em;
}

.vid-right .col-sm-6 img:first-of-type {
  padding-bottom:2.5em;
}

#photos {
  padding:2em 2em 4em;
  position:relative;
}

#paginate {
    position: absolute;
    padding: 0;
    text-align: center;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		top:6em;
}

#paginate a {
		opacity:.6
}

#paginate a:hover {
    cursor:pointer;
		opacity:1;
}

#paginate-count {
	visibility:hidden;
}

.jp-current {
		opacity:1 !important;
}

.jp-disabled {
    opacity: .3;
    cursor: default  !important;
}

#previous, #next {
	width:15px;
	position:absolute;
	top:0;
}

#previous, #reviews-previous {
	left:0;
}

#next, #reviews-next {
	right:0;
}

#previous:hover, #next:hover {
	cursor:pointer;
}

.lb-data .lb-close {
  display:none;
}

@media (max-width:767px) {
  #videos img {
    padding-bottom:3.5em!important;
  }

  #gallery {
    padding-bottom:0;
  }

  #photos img {
    padding:1em 0;
  }

  #photos .item {
    width:50%;
    margin:0 auto;
    text-align:center;
    display:block;
    float:left;
  }

    #photos .item img {
      padding:.75em;
    }

  #paginate {
    top:23%;
  }

  #gallery h2 {
    font-size:5vw;
  }

  #photos {
    padding-top:0;
  }
}


/* BILLING
----------------------------------------------------------------------------*/

.billing {
  text-align: center;
  font-size: 1.125em;
  line-height: 1.2;
  margin-top: 2em;
  margin-bottom: 4em;
}

.name span {
  text-transform:uppercase;
  display:block;
  color:#fbb601;
  font-size:.75em;
  line-height:1.2em;
  margin: .25em;
}

.name span.big {
  font-size: 1.25em;
  color:#fff;
}

.billing .row {
  margin:2em 0;
}

@media (max-width:767px) {
  .billing {
    font-size: .9375em;
    margin:2em auto 5em;
  }

  .billing .row {
    margin:0;
  }

  .name {
    margin:0em 0 1.25em;
  }
}

/* BOTTOM QUOTE
----------------------------------------------------------------------------*/

.quote.btm {
  font-size: 1.625em;
  line-height: 1.2;
  width:60%;
  margin:4em auto 0;
  letter-spacing:-.0125em;
}

.quote.btm cite {
  font-size:75%;
  margin-top:5px;
}

@media (max-width:1199px) {
  .quote.btm {
    font-size: 2.75vw;
    width:85%;
  }
}

/*
 FOOTER SECTION
 ----------------------------------------------------------------------------*/
footer {
    margin-top: 20px;
    font-size: .8125em;
    text-align: center;
    background: #e90030;
    padding:1em;
    font-weight:400;
}

footer strong {
  font-weight:500;
}

footer p {
  margin:0;
}

footer a {
  color:#fff;
  text-decoration:underline;
}

footer a:hover {
  text-decoration:none;
  color:#000;
}

@media (max-width:767px) {
  footer {
    font-size:70%;
  }
}

/*
  FORM SECTION
 ----------------------------------------------------------------------------*/
#opt-in-form {
    margin:2em auto 2em!important;
    text-align: center;
  padding-bottom:0em;
  position:relative;
  bottom:0em;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:0;
}

#opt-in-form label {
  color:#fff;
  font-weight:700;
  padding: .25em .5em;
  font-size: 1.375em;
  line-height: 1.2;
}

#opt-in-form input {
    display: inline;
    border:0px;
    font-size: .9375em;
    line-height: 1.2;
    font-weight:400;
    color:#a4a3a3;
    padding: .375em .5em;
    width: 16em;
    font-family: 'GothamSSmBook';
    border-radius: .125em;
}

@media (max-width:800px) {
  #opt-in-form {
    position:relative;
    padding-bottom:0em!important;
  }
}



.subscribe {
  display: block;
}

.subscribe input.error::-webkit-input-placeholder {
  font-weight:bold;
  opacity: .75;
}

.subscribe input.error:-moz-placeholder { /* Firefox 18- */
  font-weight:bold;
  opacity: .75;
}

.subscribe input.error::-moz-placeholder {  /* Firefox 19+ */
  font-weight:bold;
  opacity: .75;
}

.subscribe input.error:-ms-input-placeholder {
  font-weight:bold;
  opacity: .75;
}

.subscribe input::-webkit-input-placeholder {
  color:#fff;
  opacity: .75;
}

.subscribe input:-moz-placeholder { /* Firefox 18- */
  color:#fff;
  opacity: .75;
}

.subscribe input::-moz-placeholder {  /* Firefox 19+ */
  color:#fff;
  opacity: .75;
}

.subscribe input:-ms-input-placeholder {
  color:#fff;
  opacity: .75;
}

.optin .thankyou {
  opacity: 0; 
  pointer-events: none;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.optin.success h3 {
  margin-bottom: .5em;
}
.optin.success .thankyou {
  opacity: 1;
}
.optin.success form  {
  opacity: 0;
  pointer-events: none;
}

/*
 QUOTE ROTATION SECTION
 -----------------------------------------------------------------------------*/
#quotes {
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

#quotes > * {
    -webkit-transform: translateZ(0);
}

#quotes .quotetext {
    font-size: 125%;
}

#quotes cite {
    display: block;
    font-size: 70%;
    font-style: italic
}

/*
 UPGRADE PAGE
 ----------------------------------------------------------------------------*/
#upgd_content {
    text-align: center;
}

#upgd_content .msgbox {
    width: 940px;
    margin: 20px auto;
    padding: 10px;
}


/*
 Privacy PAGE
 ----------------------------------------------------------------------------*/

#privacy-content {
  padding:0em 2em;
  width:80%;
  margin:6em auto;
}

#privacy-content h2 {
  font-size:20px;
}

#privacy-content h2,
#privacy-content h3 {
  font-size:20px;
  color:#fbb601;
}

#privacy-content p {
  margin-bottom:1.5em;
}

@media (max-width:767px) {
  #privacy-content {
    width:95%;
  }
}

/* =============================================================================
 MEDIA QUERIES
 ========================================================================== */
/* Extra Small Devices */
@media (max-width: 767px) {
    #opt-in-form input {
        margin: 0 auto;
        -webkit-appearance: none;
    }

    #opt-in-form {
      margin:3em auto 0!important;
      padding-bottom:0em;
      width:95%;
    }

    #opt-in-form label {
      font-size:110%;
    }

    .submit {
      -webkit-appearance: none;
      border-radius: 0;
      width:27px;
    }


}

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .submit .img-responsive {
      width:auto;
      max-width:100%;
    }
}

/* Small Devices */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Medium Screens/Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Large Screens/Desktops */
@media (min-width: 1200px) {
}
