/* General styles
-----------------------------*/
/*body {
  background: #111111 url('../img/backgrounds/gray_texture.jpg') repeat center;
}
#background {
  background: #111111 url('../img/backgrounds/blue_texture.jpg') repeat center;
}*/

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

@font-face {
  font-family: Bodoni;
  src: url("bodoni.ttf");
}

body {
  background: #ffffff;
  font-size: 13px;
  margin: 8px 16px;
}

a,
a:visited {
  text-decoration: none;
  color: #406b96;
}
a:hover {
  text-decoration: underline;
  color: #406b96;
}

ul,
li {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
}

.hide {
  display: none;
}

/* Type
-----------------------------*/
.container {
  font-size: 1.2em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.3em;
}

/* Defaults
-----------------------------*/
h1 {
  color: #333;
  opacity: 0.5; /*#a3b6c8;*/
}
h2 {
  font-size: 1.1em;
  color: #949494;
  opacity: 0.7;
  font-weight: bold;
  text-transform: uppercase;
  margin: 12px 0 0px 0;
  line-height: 1;
}
p {
  margin-top: 0;
  margin-bottom: 8px;
  text-align: justify;
  color: #666;
}

#content p {
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 16px;
}

/* Header
-----------------------------*/
.header {
  /* padding-top: 10px; */
  font-size: 22px;
  position: relative;
  border-bottom: 1px solid #ccc;
  max-width: 1024px;
  /* opacity: 0;
  display: none; */
}

#home .header {
  opacity: 0;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.99);
  z-index: 100;
  transition: opacity 500ms;
}

.header__logo {
  /*position: absolute;*/
  bottom: 25px;
  left: 5px;
  width: 98%;
}

.header__logo.mobile {
  max-width: 300px;
}

.header__logo.desktop {
  display: none;
}

.header__socko-logo {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 100px;
  display: none;
}

.header__strapline {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 400px;
  height: auto;
  display: none;
}

@media only screen and (min-width: 600px) {
  .header__socko-logo {
    display: block;
  }
  .header__logo.mobile {
    display: none;
  }
  .header__logo.desktop {
    display: block;
    margin-left: -10px;
  }
}

@media only screen and (min-width: 740px) {
  .header__strapline {
    display: block;
  }
}

#contact-num {
  position: absolute;
  right: 106px;
  top: -50px;
  font-size: 30px;
  color: #fff;
  opacity: 0.2;
}

/* Navigation
-----------------------------*/
.navbar,
.subnav {
  display: block;
  list-style-type: none;
  margin-top: -2px;
  font-family: arial, sans-serif;
  opacity: 0.9;
  filter: alpha(opacity = 90);
  font-weight: 200;
}

.navbar li {
  float: left;
}

.navbar a,
.subnav a {
  font-family: "Helvetica Neue", helvetica, sans-serif;
  color: #777;
  filter: alpha(opacity = 30);
  font-size: 16px;
  padding: 4px 10px 4px 0;
  display: block;
}

@media only screen and (min-width: 740px) {
  .navbar a,
  .subnav a {
    padding-right: 20px;
  }
}

.navbar a.active,
.subnav a.active {
  /* opacity: 0.8; */
  /* filter: alpha(opacity = 80); */
}
.navbar a:hover,
.subnav a:hover {
  /* opacity: 0.8; */
  /* filter: alpha(opacity = 80); */
  color: #000;
  /* background: rgba(0,0,0,0); */
  text-decoration: none;
}
/*#home #nav { opacity: 0; }*/
.navbar .last {
  float: right;
  /*color: #ff4080;*/
  color: #fff;
  font-size: 18px;
  filter: alpha(opacity = 25);
  padding: 4px 12px 4px 0;
}
.navbar .facebook,
.navbar .twitter,
.navbar .instagram {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  display: block;
  padding: 0;
  margin: 6px 4px;
  opacity: 0.5;
}
.navbar .facebook,
.navbar .facebook:hover {
  background: transparent url(../img/facebook-brands.svg) 0 0 no-repeat;
}

.navbar .twitter,
.navbar .twitter:hover {
  background: transparent url(../img/twitter-brands.svg) 0 0 no-repeat;
}

.navbar .instagram,
.navbar .instagram:hover {
  background: transparent url(../img/instagram-brands.svg) 0 0 no-repeat;
}

#nav {
  position: absolute;
}
#nav .music {
  opacity: 0.6;
  cursor: pointer;
  width: 18px;
  height: 20px;
  display: inline-block;
  background: transparent url("../img/music_stopped.gif") no-repeat 0 bottom;
  margin-left: 10px;
}
#nav .music.playing {
  background: transparent url("../img/music_playing.gif") no-repeat 0 bottom;
}

#bottom-nav {
  background-color: transparent;
  margin-bottom: 64px;
  opacity: 0;
}
#bottom-nav li {
  float: right;
}

.subnav li {
  float: none;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}

.images-grid img {
  width: 134px;
  height: auto;
}

#mosaics img {
  width: 100%;
}

/* Intro */

body#home {
  margin-top: 0;
}

.home p {
  font-family: "Mr De Haviland", sans-serif;
  font-size: 3.5em;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: center;
  padding: 0;
  color: #888;
  margin: 5px 0 18px 0;
  line-height: 0.9;
}

@media only screen and (min-width: 740px) {
  .home p {
    font-size: 5.5em;
  }
}

.home {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.home .intro {
  position: relative;
  padding-top: 57%;
  overflow: hidden;
}

.js .home .intro {
  opacity: 0;
}

.home .intro .mask,
.home .intro .mask-grid,
.home .intro .mask-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*display: none;*/
}

.home .intro .mask-background {
  width: 100%;
  height: 100%;
  background: white url(../img/mosaic_start.jpg) repeat 0 0;
  background-size: 30%;
}

.mask-grid {
  overflow: hidden;
}

.mask-grid__box {
  float: left;
  background: white;
  /* background: rgba(255,0,0,0.5); */
  /* border: 1px solid green; */
  width: 32px;
  height: 32px;
  opacity: 1;
  transition: opacity 800ms;
}

.mask-grid.active .mask-grid__box {
  opacity: 0;
}

.intro .mask {
  z-index: 10;
}

.grid {
  overflow: hidden;
}

.grid-item {
  float: left;
  width: 16.66666667%;
  padding-top: 22.4%;
  background: #e6e5e4;
  /*border: 1px solid white;*/

  overflow: hidden;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

.grid-item--width2 {
  width: 33.333333%;
  padding-top: 44.8%;
}
.grid-item--height2 {
  width: 33.333333%;
  padding-top: 44.8%;
}
.grid-item--square {
  width: 33.333333%;
  padding-top: 44.8%;
}
.grid-item--landscape {
  width: 33.333333%;
}

.grid-item .child {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 400ms ease-in-out;
}

.grid-item video.child {
  height: auto;
}

.grid-item.visible {
  opacity: 1;
}

.grid-item .child:hover {
  transform: scale(1.05);
}

/* Members Login Form
-----------------------------*/
.members-login-form {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Booking Form
-----------------------------*/
#reservation {
  color: #666;
}
#reservation span.required {
  color: #cc0000;
  display: none;
}
#reservation .error-msg {
  font-size: 12px;
  line-height: 1;
  color: #cc0000;
  margin: 2px;
}
#reservation h1,
#reservation h2 {
  /*color: #a3b6c8;*/
}
#reservation h2 {
  font-size: 1.4em;
}
#reservation p {
  margin-top: 0;
  margin-bottom: 8px;
  text-align: justify;
}
#reservation label,
#reservation .inputset {
  -webkit-transition: all 0.25s linear;
  word-spacing: 2px;
}
#reservation .inputset {
  opacity: 1.1;
}
#reservation .inputset.active {
  opacity: 1;
}
#reservation label.disabled {
  color: #666;
  opacity: 0.5;
}
#reservation form > div h2 {
  margin-bottom: 8px;
}

#reservation .error {
  color: #404040;
}
#reservation input.text.error {
  border: 1px solid #cc0000;
  background: #fddfde;
}

#reservation form .validate-ok,
#reservation .prefix-1xx {
  /*background-color: rgba(0,80,80,0.2) !important;  */
  background-color: rgba(31, 63, 94, 0.2) !important;
  margin-bottom: 12px;
}
#reservation .intro {
  background-color: transparent !important;
}

#reservation #container .content {
  margin-left: 0px;
}
.js #reservation .location .address {
  display: block;
}
.js #reservation .location .address span {
  display: none;
}
#reservation .title {
  font-weight: bold;
  font-size: 1em;
  opacity: 0.7;
  text-transform: uppercase;
  margin: 4px 0 4px 0;
}
#reservation .shoot .availability {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  color: #607890; /*#a17b37;*/
}
#reservation label {
  margin: 0 0 12px 16px;
  padding-left: 4px;
  display: block;
  position: relative;
}
#reservation label.select {
  margin-left: 0;
}
#reservation label.radio {
  display: inline-block;
  margin-right: 8px;
}
#reservation label.text input {
  display: block;
}
#reservation input {
  position: absolute;
  left: -16px;
  background-color: transparent;
}

#reservation .content li {
  margin-bottom: 12px;
  list-style-position: inside;
}
#reservation .content li p {
  margin-bottom: 0;
}

#reservation .shoot .content > div,
#reservation .talent .content > div,
#reservation .agency .content > div {
  /*width: 235px;*/
  float: left;
  /* border-right: 1px solid #ebb450; */
}

#reservation .gender label.text input,
#reservation #deposit-card input.text {
  display: block;
  width: 216px;
}

#reservation .shoot .content .shot-before,
#reservation .shoot .content .num-looks,
#reservation .talent .content .contact,
#reservation .talent .content .address,
#reservation .talent .content .experience {
  /*width: 200px;*/
  margin-bottom: 16px;
}
#reservation .shoot .content .shot-before .title {
  text-transform: none;
}
#reservation .talent .content .contact {
  /*width: 400px;
    margin-right: 70px;*/
}
#reservation input.text {
  position: static;
  border: 1px solid #ccc;
}

#reservation .name label,
#reservation .contact label,
#reservation .address label,
#reservation label.text {
  margin-left: 0;
}

#reservation .name input,
#reservation .address input {
  display: block;
}
#reservation .email input {
  display: block;
}
#reservation .contact span {
  font-size: 0.83em;
}

#reservation .contact .contact-preference {
  display: none;
  font-size: 1em;
}
#reservation .contact .cell .contact-preference {
  display: block;
}
#reservation .contact .contact-preference label {
  margin-bottom: 4px;
  margin-left: 16px;
}
#reservation .contact input.text {
  width: 139px;
}

#reservation .parent {
  display: none;
}

#reservation .select select {
  display: block;
}

.js #reservation .agency .yes,
.js #reservation .agency .no,
.js #reservation .card-billing-address {
  display: none;
}

#reservation .terms .read {
  display: block;
}

#reservation .terms .content {
  text-align: justify;
  background: #eee;
  padding: 8px;
  /*height: 250px;
    overflow: auto;*/
}

#reservation .terms .content h1 {
  display: none;
}

#reservation .terms .important {
  color: #debd8e;
}
#reservation form > .terms {
  /*background-color: rgba(80,0,0,0.2);  */
}
#reservation .terms label {
  /*width: 255px;*/
  margin: 16px auto 16px 16px;
  font-weight: bold;
}
#reservation input[name="stylist-gratuity"] {
  width: 50px;
}
#reservation .terms .collapsable {
  /*    height: 0;
    overflow: hidden;*/
}

#reservation .submit {
  margin-bottom: 12px;
}
#reservation input.submit {
  text-align: center;
  position: static;
  display: block;
  margin: 16px auto;
  border: 1px solid #666;
  padding: 6px 12px;
}
#reservation .touch-submit-button input.submit {
  /* This should only appear on touch devices */
  font-size: 13px;
  margin: 16px 0 16px 45%;
}

#reservation .proceed {
  font-size: 1.2em;
  font-weight: bold;
}

.js #reservation #deposit-moneyorder,
.js #reservation #deposit-card {
  display: none;
}

#reservation .promo {
  display: inline-block;
  padding-left: 12px;
}
#reservation .promo input {
  width: 76px;
  display: inline !important;
}
#reservation #overlay .content {
  margin-top: 0;
  height: 460px;
  overflow: auto;
}

#reservation #overlay h1 {
  color: #aaa;
  padding-left: 0;
}

#reservation #overlay h2 {
  margin: 0 0 12px 0;
  text-transform: none;
  font-size: 1.2em;
}

#reservation .no-refunds {
  color: #ab1908;
  opacity: 1;
  text-align: center;
  padding: 20px 0 10px 0;
}

#reservation .covid-notice {
  background: rgba(241, 196, 15, 0.2);
  width: 80%;
  padding: 10px;
  margin-top: 5px;
}

#reservation .weekend-fee-note {
  padding: 10px;
  background: #ddd;
  display: inline-block;
  font-size: 0.9em;
  margin-bottom: 10px;
  display: none;
}

#reservation .covid-notice p {
  text-align: left;
  line-height: 1.1;
  font-size: 0.85em;
}

#reservation .covid-notice p:last-child {
  margin-bottom: 0;
}

#reservation .makeup {
  color: #aaa;
}

#reservation .requested-appointment-date {
  position: static;
  left: 0;
}

/* Custom Scrollbars
-----------------------------*/
.jspVerticalBar {
  z-index: 100;
  width: 12px;
  right: 0px;
  background: transparent;
}
.jspTrack {
  background-color: rgba(0, 0, 0, 0.3);
}
.jspDrag {
  background: #8eb26c url("../img/scroller_green.png") no-repeat 0 0;
  -webkit-border-radius: 8px;
  width: 10px;
  margin-left: 1px;
}
#reservation .jspDrag {
  /*background: #8eb26c url('../img/scroller_blue.png') no-repeat 0 0;*/
  background-image: none;
  background-color: #607890;
}

/* Request Rate
-----------------------------*/
#requestrate #content {
  background: transparent url(../img/contact_background.jpg) no-repeat 0 0 !important;
  height: 555px;
  padding: 20px;
}
#requestrate #visitor-form label.phone {
  margin-left: 0;
}

/* Contact
-----------------------------*/
#contact .info,
#contact .form {
  float: left;
}
#contact .form {
  background: #eee;
  padding: 24px;
}
#contact .form label,
#contact .form .text {
  display: block;
  color: #333;
}
#contact .form h2 {
  margin-bottom: 16px;
}
#contact .form input,
#contact .form textarea {
  border: 0px solid #333;
  display: block;
  margin-bottom: 8px;
  width: 200px;
}
#contact #content p {
  text-align: left;
}
#contact input.submit {
  background-color: #333;
  border: 0px solid #ccc;
  margin: 0 auto 4px auto;
  color: #aaa;
  padding: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100px;
}

/* Rates
-----------------------------*/
#rates h1,
#rates h2,
#rates p,
#ratespricing h1,
#ratespricing h2,
#ratespricing p {
  text-align: left;
}
#rates #content,
#ratespricing #content {
  background: transparent url(../img/mosaics/TilesAscher.jpg) no-repeat 0 0 !important;
  padding-right: 280px !important;
  overflow: hidden;
}
#rates #bottom-nav {
  opacity: 1;
  position: absolute;
  right: 0px;
  top: 555px;
  overflow: hidden;
  height: 30px;
}

#rates .protected-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;

  top: 600px;
  left: 0;
  width: 960px;
  height: 555px;
}

#rates .form {
  /*position: absolute;
    right: 0;
    top: 289px;*/
  height: 280px;
  overflow: hidden;
  color: #ccc;
  margin-top: 80px;
  opacity: 1;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
}
#rates .form form {
  background: rgba(0, 0, 0, 0.3);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  padding: 24px;
}
#rates .form label,
#rates .form .text {
  display: block;
}
#rates .form h2 {
  margin-bottom: 16px;
}
#rates .form input,
#rates .form textarea {
  border: 0px solid #333;
  background: #ccc;
  display: block;
  margin-bottom: 8px;
  width: 200px;
}
#rates #content p {
  text-align: left;
}
#rates input.submit {
  background-color: #555;
  border: 0px solid #ccc;
  margin: 5px auto 4px auto;
  color: #aaa;
  padding: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100px;
}
#rates .error {
  border: 1px solid #cc0000 !important;
  background: #fddfde !important;
}

#ratespricing .downloads,
#rates .downloads {
  font-size: 1.25em;
  margin: 50px;
  margin-top: 80px;
  pointer-events: none;
  opacity: 0.3;
}
#ratespricing .downloads a,
#rates .downloads a {
  color: #eee;
  background: transparent url("../img/pdf.png") no-repeat 0 0;
  padding: 0 0 20px 35px;
  line-height: 2.5;
  display: block;
  font-weight: bold;
}
#rates.login-ok .downloads {
  pointer-events: auto;
  opacity: 1;
}
#rates.login-ok form {
  opacity: 0;
}

#rates .form .message {
  color: orange;
  margin: 0;
  text-align: center;
}

#ratespricing form {
  margin: 50px auto;
  display: block;
  width: 275px;
  padding: 30px;
  background: rgba(100, 0, 0, 0.4);
}
#ratespricing form p {
  color: #fff;
  margin-bottom: 4px;
}

/* Terms
-----------------------------*/
#terms #content,
#terms h1,
#terms h2,
#terms p {
  color: #aaa;
  text-align: left;
}
#terms .title {
  color: #607890;
  font-weight: bold;
  text-transform: uppercase;
  margin: 12px 0 4px 0;
}
#terms #content {
  background: transparent url("../img/opacity_20.png") repeat 0 0;
  padding: 20px;
}
#terms #content li {
  list-style-position: inside;
  margin-bottom: 8px;
}

/* Overlay
-----------------------------*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent url("../img/opacity_80.png") repeat 0 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 500;
  align-items: center;
  justify-content: center;
}
#overlay.visible {
  display: flex;
}

/* #home #overlay { background: none; } */
#overlay .content {
  display: none;
  color: #bbb;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.3em;
  width: 700px;
  margin: 180px auto 0 auto;
  padding: 16px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#overlay .close {
  max-width: 700px;
  margin: 0 auto 0 auto;
  color: #fff;
  font-size: 1.3em;
}
#overlay .close:hover {
  text-decoration: none;
}
#overlay .close span {
  font-size: 0.6em;
  vertical-align: top;
  line-height: 2.1;
  color: #ccc;
  text-transform: uppercase;
}
#overlay.closeable .close {
  display: block;
}

#bulletin .close {
  display: block;
  margin-top: 0;
  margin-bottom: 12px;
}

/*#pricing h1 { margin-top: 160px; text-align: center; }*/
.screen-center {
  color: #333;
  opacity: 0.5;
  text-align: center !important;
  line-height: 1.2;
  font-size: 1.4em;
  margin-bottom: 100px !important;
}

.captcha__image,
.captcha__input {
  width: 94px !important;
  height: 27px !important;
  float: left;
}
.captcha__input {
  margin: 0 0 0 8px;
  padding: 4px !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.captcha__input--correct {
  background: #00cc00 !important;
}
.captcha__input--incorrect {
  background: red !important;
}

.captcha__error {
  clear: both;
  color: red !important;
}
.captcha__description {
  width: 200px;
  clear: both;
  margin-bottom: 8px !important;
}

#reservation .captcha__input {
  position: relative;
  left: 0;
  background: #ddd;
  border: 1px;
}

#reservation .captcha {
  margin: 8px 0;
}

#reservation #overlay .content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
#reservation #overlay .content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
​

/* Overlay
-----------------------------*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent url("../img/opacity_80.png") repeat 0 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 50;
}
#home #overlay {
  background: none;
}
#overlay .content {
  display: none;
  color: #bbb;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 1.3em;
  width: 700px;
  margin: 180px auto 0 auto;
  padding: 16px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#overlay .close {
  width: 700px;
  color: #fff;
  font-size: 1.3em;
  display: none;
}
#overlay .close:hover {
  text-decoration: none;
}
#overlay .close span {
  font-size: 0.6em;
  vertical-align: top;
  line-height: 2.1;
  color: #ccc;
  text-transform: uppercase;
}
#overlay.closeable .close {
  display: block;
}
