@import url("https://fonts.googleapis.com/css?family=Creepster");
@import url("https://fonts.googleapis.com/css?family=Metal+Mania");
@import url("https://fonts.googleapis.com/css?family=Germania+One");
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

/*----------------------------------------------   
--Modal Overlay
-----------------------------------------------  */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-content p, .mfp-content ul {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px; }

.mfp-content .btn {
  width: 100%; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.white-popup-block {
  position: relative;
  background-color: transparent;
  padding: 0px;
  width: auto;
  max-width: 1024px;
  margin: 20px auto;
  display: table; }

.main-image {
  width: 100%;
  display: block; }

ul.thumbs {
  display: block; }

ul.thumbs li {
  display: inline-block;
  width: 23.8%;
  float: left;
  margin: 1% 0 0 1.6%;
  cursor: pointer; }

ul.thumbs li:first-child {
  margin-left: 0; }

ul.thumbs li img {
  width: 100%;
  margin: 0;
  padding: 0; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: #000;
  border: 1px solid #fff;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 32px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

/*.mfp-close:active {
    top: 1px; }*/
.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*

====== Zoom effect ======

*/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/*----------------------------------------------   
--Mixins
-----------------------------------------------  */
/*----------------------------------------------   
--Styles
-----------------------------------------------  */
body {
  margin: 0;
  padding: 0;
  background-color: #ccc;
  color: #3f444e;
  font-family: "proxima-nova",arial,helvetica,sans-serif; }

header {
  height: 56px;
  width: 100%;
  display: table;
  background-color: #fff; }
  header .logo {
    float: left;
    height: 18px;
    margin: 1.02em 0.8em;
    display: block; }
  header .logo-sothebys {
    float: left;
    height: 18px;
    margin: 1.02em 0.8em;
    display: block; }

/*header*/
section.intro {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("../images/yard.png") bottom left repeat-x, linear-gradient(to bottom, #1e1923 0%, #352236 100%); }
  @media only screen and (min-width: 768px) {
    section.intro {
      background: url("../images/house.png") right bottom/35% auto no-repeat, url("../images/yard.png") bottom left repeat-x, url("../images/trees-right.png") bottom right/auto 100% no-repeat, url("../images/trees-left.png") bottom left/auto 100% no-repeat, linear-gradient(to bottom, #1e1923 0%, #352236 100%); } }
  section.intro .jack-o-lanterns {
    width: 230px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px 0 0; }
  section.intro .wrapper {
    width: 100%;
    max-width: 1024px;
    padding: 10px 0 50px;
    margin: 0 auto;
    display: table;
    background: url("../images/house.png") center bottom/50% auto no-repeat; }
    @media only screen and (min-width: 667px) {
      section.intro .wrapper {
        background-image: none;
        padding-top: 20px; } }
    section.intro .wrapper h1 {
      font-size: 70px;
      line-height: 72px;
      font-family: 'Metal Mania', cursive;
      color: #ffba00;
      text-shadow: 0px 1px 2px black;
      margin: 0 auto 20px;
      text-align: center; }
      section.intro .wrapper h1 span:nth-of-type(1) {
        display: block;
        font-size: 18px;
        line-height: 20px;
        color: #fff; }
      section.intro .wrapper h1 span:nth-of-type(2) {
        display: block;
        font-size: 70px; }
      @media only screen and (min-width: 768px) {
        section.intro .wrapper h1 {
          font-size: 80px;
          line-height: 82px; }
          section.intro .wrapper h1 span:nth-of-type(1) {
            display: block;
            font-size: 26px;
            line-height: 28px; }
          section.intro .wrapper h1 span:nth-of-type(2) {
            display: block;
            font-size: 100px;
            line-height: 102px; } }
    section.intro .wrapper p {
      font-weight: 700;
      color: #fff;
      margin: 0 auto 20px;
      width: 90%;
      padding: 0 0 30px;
      font-size: 22px;
      line-height: 26px;
      text-align: center; }
      @media only screen and (min-width: 667px) {
        section.intro .wrapper p {
          width: 75%; } }

form {
  background-color: #000; }

section.gallery {
  width: 100%;
  margin: 0;
  padding: 0;
  /*end wrapper*/ }
  section.gallery .wrapper {
    width: 100%;
    max-width: 1024px;
    padding: 50px 0 0;
    margin: 0 auto;
    display: table;
    /*contest-rules*/
    /*end card*/ }
    section.gallery .wrapper .contest-rules {
      padding: 30px;
      display: block;
      width: 96%;
      margin: 0 auto 30px;
      background-color: #000;
      border: 1px solid #666;
      box-sizing: border-box; }
      section.gallery .wrapper .contest-rules p {
        text-align: left;
        margin: 0 auto 20px;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        font-family: "proxima-nova",arial,helvetica,sans-serif; }
      section.gallery .wrapper .contest-rules p.message {
        font-size: 16px;
        line-height: 22px; }
      section.gallery .wrapper .contest-rules ul {
        padding-left: 18px;
        box-sizing: border-box; }
      section.gallery .wrapper .contest-rules li {
        color: #fff;
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 6px;
        font-weight: 300;
        list-style-type: disc; }
        section.gallery .wrapper .contest-rules li li {
          list-style-type: circle;
          line-height: 16px;
          margin: 6px 0 2px; }
    section.gallery .wrapper .thankyou-msg {
      padding: 50px 0;
      display: block;
      width: 96%;
      margin: 0 auto 30px;
      background-color: #000;
      border: 1px solid #77b900;
      box-sizing: border-box;
      text-align: center; }
      section.gallery .wrapper .thankyou-msg img {
        display: block;
        margin: 0 auto;
        width: 250px;
        height: auto; }
    section.gallery .wrapper h2 {
      text-align: center;
      color: #ff5700;
      font-size: 40px;
      line-height: 42px;
      font-family: 'Metal Mania', cursive;
      margin-bottom: 12px; }
    section.gallery .wrapper h2.cat-section-header {
      text-align: center;
      color: #fff;
      font-size: 40px;
      line-height: 42px;
      font-family: 'Metal Mania', cursive;
      margin-bottom: 12px;
      padding: 10px 0;
      background-color: #623c85;
      clear: both; }
    section.gallery .wrapper p {
      color: #fff;
      width: 90%;
      margin: 0 auto 30px; }
    section.gallery .wrapper .card {
      float: left;
      width: 96%;
      margin: 0 2% 4%;
      display: inline-block;
      background-color: #5e5f5f;
      box-sizing: border-box;
      position: relative;
      /*info*/ }
      @media only screen and (min-width: 667px) {
        section.gallery .wrapper .card {
          width: 46%; } }
      @media only screen and (min-width: 768px) {
        section.gallery .wrapper .card {
          width: 29.333%; } }
      section.gallery .wrapper .card .img-container {
        position: relative;
        background-color: #000; }
        section.gallery .wrapper .card .img-container img {
          width: 100%;
          margin: 0 auto;
          padding: 0;
          display: block;
          border: none; }
        section.gallery .wrapper .card .img-container .enlarge {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          font-size: .75em;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.3);
          border: 1px solid #fff;
          padding: 3px 6px;
          text-decoration: none; }
      section.gallery .wrapper .card img.badge {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 50px;
        height: auto; }
      section.gallery .wrapper .card .info {
        width: 100%;
        display: table;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 15px;
        position: relative; }
        section.gallery .wrapper .card .info span.address {
          width: 90%;
          display: block;
          padding: 15px 0;
          margin: 0 auto;
          box-sizing: border-box;
          font-size: 17px;
          line-height: 17px;
          font-weight: bold;
          color: #fff; }
        section.gallery .wrapper .card .info a.view {
          display: inline-block;
          font-size: 14px;
          line-height: 16px;
          text-transform: uppercase;
          float: left;
          margin: 0 0 0 5%;
          text-align: center;
          vertical-align: middle;
          padding: 10px 20px;
          border: 1px solid #6f6f76;
          background-color: #fff;
          color: #6f6f76;
          text-decoration: none;
          transition: background-color 0.25s ease, border-color 0.25s ease; }
        section.gallery .wrapper .card .info a.view:before {
          content: '';
          display: inline-block;
          height: 16px;
          width: 16px;
          line-height: 16px;
          margin: 0 4px -4px -4px;
          position: relative;
          top: 0px;
          left: 0px;
          background: url("../images/magnify.svg") no-repeat left center;
          background-size: 100% 100%; }
        section.gallery .wrapper .card .info a.view:hover {
          background-color: #e5e4e4;
          border-color: #e5e4e4;
          cursor: pointer; }
        section.gallery .wrapper .card .info label > input {
          /* HIDE RADIO */
          visibility: hidden;
          /* Makes input not-clickable */
          position: absolute;
          /* Remove input from document flow */ }
        section.gallery .wrapper .card .info label > span:hover {
          cursor: pointer;
          background-color: #e5e4e4;
          border-color: #e5e4e4; }
        section.gallery .wrapper .card .info label > span {
          display: block;
          width: 90%;
          font-size: 13px;
          line-height: 16px;
          margin: 0 auto 6px;
          text-align: center;
          vertical-align: middle;
          padding: 10px 20px;
          border: 1px solid #6f6f76;
          background: #fff;
          color: #6f6f76;
          text-decoration: none;
          transition: background-color 0.25s ease, border-color 0.25s ease;
          border-radius: 4px; }
        section.gallery .wrapper .card .info label > input {
          /* IMAGE STYLES */
          cursor: pointer;
          border: 1px solid transparent; }
        section.gallery .wrapper .card .info label > input:checked + span {
          /* (RADIO CHECKED) IMAGE STYLES */
          border: 1px solid #fe5b06;
          background-color: #fe5b06;
          color: #fff; }
  section.gallery label#house-error {
    display: table;
    margin-top: 7px;
    background-color: #f4e608;
    color: #b60606;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    cursor: default;
    transition: display 0.35s ease;
    position: absolute;
    bottom: -22px;
    width: 100%; }

/*end section.gallery*/
section.form {
  box-sizing: border-box;
  padding: 0 20px 50px;
  /*div*/ }
  section.form h2 {
    text-align: center;
    color: #ff5700;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Germania One', cursive; }
  section.form p {
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto 30px; }
    @media only screen and (min-width: 768px) {
      section.form p {
        width: 45%; } }
  section.form div {
    background-color: #f2f2f2;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    /*end fieldset*/ }
    section.form div fieldset {
      width: 96%;
      float: left;
      border: none;
      margin: 0 2% 16px;
      padding: 0; }
      section.form div fieldset label {
        font-weight: 600;
        font-size: 14px; }
        section.form div fieldset label span {
          color: #ff4a4a; }
      section.form div fieldset .required {
        color: #313436; }
      section.form div fieldset label.error:before {
        display: inline-block;
        content: "";
        height: 0;
        width: 0;
        left: 5%;
        position: absolute;
        top: -6px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f4e608; }
      section.form div fieldset label.error {
        display: table;
        margin-top: 7px;
        background-color: #f4e608;
        color: #b60606;
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
        padding: 4px 8px;
        border-radius: 3px;
        text-align: center;
        position: relative;
        cursor: default;
        transition: display 0.35s ease; }
      section.form div fieldset input.text.error {
        border: 1px solid #b60606; }
      section.form div fieldset .custom-select {
        position: relative;
        display: inline-block;
        margin: 8px;
        padding: 0;
        /*box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.55);*/
        border-width: 0px 0px 2px;
        border-style: solid;
        border-color: #00458a;
        border-radius: 4px; }
      section.form div fieldset .custom-select::after {
        position: absolute;
        top: 22px;
        right: 10px;
        content: '';
        display: block;
        width: 11px;
        height: 6px;
        background: url(arrow.png) 0 0 no-repeat transparent;
        z-index: 10; }
      section.form div fieldset select {
        display: inline-block;
        font-size: 15px;
        line-height: 21px;
        height: 51px;
        margin: 0;
        color: #fff;
        border: none;
        border-radius: 4px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #0c7aea;
        padding: 15px 35px 15px 15px;
        cursor: pointer; }
    section.form div input[type=text], section.form div input[type=email], section.form div input[type=tel] {
      width: 100%;
      padding: 12px 20px;
      margin: 8px 0;
      display: inline-block;
      border: 1px solid #ccc;
      box-sizing: border-box;
      font-family: "proxima-nova",arial,helvetica,sans-serif;
      font-size: 14px; }
    section.form div input.hidden {
      display: none; }
    section.form div ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #b7b7b7;
      font-family: "proxima-nova",arial,helvetica,sans-serif; }
    section.form div ::-moz-placeholder {
      /* Firefox 19+ */
      color: #b7b7b7;
      font-family: "proxima-nova",arial,helvetica,sans-serif; }
    section.form div :-ms-input-placeholder {
      /* IE 10+ */
      color: #b7b7b7;
      font-family: "proxima-nova",arial,helvetica,sans-serif; }
    section.form div :-moz-placeholder {
      /* Firefox 18- */
      color: #b7b7b7;
      font-family: "proxima-nova",arial,helvetica,sans-serif; }
    section.form div button.submit {
      width: 96%;
      background-color: #ff5700;
      color: #fff;
      padding: 14px 20px;
      margin: 8px auto;
      border: none;
      cursor: pointer;
      display: table;
      font-size: 26px;
      font-family: 'Germania One', cursive;
      box-shadow: 1px 6px 20px 1px rgba(0, 0, 0, 0.25);
      transition: background-color 0.25s ease;
      border-radius: 4px; }
      @media only screen and (min-width: 768px) {
        section.form div button.submit {
          width: 65%; } }
    section.form div button.submit:hover {
      background-color: #432549; }
    section.form div div.error {
      display: none; }

/*section.form*/
/*----------------------------------------------   
--Footer
-----------------------------------------------  */
footer {
  width: 100%;
  color: #dfdfdf;
  font-size: .88em;
  background-color: #780101;
  /*end wrapper*/ }
  footer .subfooter {
    background-image: url("//www.tinasmithhomes.com/images/bg-pattern-subfooter.png");
    background-color: #000;
    font-size: .85em;
    display: block;
    width: 100%; }
    footer .subfooter .container {
      display: block;
      width: 77%;
      margin: 0 auto;
      padding: 2.77em 0; }
    footer .subfooter a {
      color: #dfdfdf; }
  footer .wrapper {
    padding-top: 0;
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    /*end content*/ }
    footer .wrapper .cat {
      width: 40px;
      height: 47px;
      display: block;
      background: url("//www.tinasmithhomes.com/images/sprite-icons-04092016.svg") -230px 0 no-repeat;
      position: absolute;
      bottom: 0;
      right: 0; }
    footer .wrapper .content {
      width: 100%;
      display: inline-block;
      padding: 0 0 20px; }
      footer .wrapper .content .logo-wrapper {
        width: 100%;
        border-bottom: 1px solid #fff;
        display: table; }
        footer .wrapper .content .logo-wrapper a.logo-footer {
          width: 134px;
          height: 21px;
          display: block;
          overflow: hidden;
          text-indent: -1000px;
          background: url("//www.tinasmithhomes.com/images/logo-tsh-white.svg") 0 0 no-repeat;
          background-size: 100%;
          margin: 2.77em 0 1.5em;
          float: left; }
        @media screen and (min-width: 800px) {
          footer .wrapper .content .logo-wrapper a.logo-footer {
            width: 200px;
            height: 24px; } }
        footer .wrapper .content .logo-wrapper span.logo-sothebys-footer {
          width: 102px;
          height: 21px;
          display: block;
          overflow: hidden;
          background: url("//www.tinasmithhomes.com/images/logo-sothebys.svg") 0 0 no-repeat;
          margin: 2.77em 0 1.5em;
          float: right; }
      footer .wrapper .content h4 {
        margin: 1em 0 .5em;
        font-size: 1em;
        width: 100%;
        float: none; }
      footer .wrapper .content p {
        font-size: .85em;
        line-height: 1.35em;
        width: 100%;
        float: none; }
      footer .wrapper .content ul.social-media {
        margin: 1em 0 0;
        width: 49%;
        float: left; }
        footer .wrapper .content ul.social-media li {
          font-size: .85em;
          margin: 0 0 1em 0;
          position: relative;
          padding-left: 40px; }
          footer .wrapper .content ul.social-media li a {
            text-decoration: none;
            color: #dfdfdf; }
        footer .wrapper .content ul.social-media li:before {
          background: url("//www.tinasmithhomes.com/images/sprite-icons-04092016.svg") no-repeat;
          content: "";
          display: block;
          position: absolute; }
        footer .wrapper .content ul.social-media li.tel {
          line-height: 31px;
          height: 31px; }
        footer .wrapper .content ul.social-media li.tel:before {
          width: 31px;
          height: 31px;
          top: 0;
          left: 0;
          background-position: -180px 0; }
        footer .wrapper .content ul.social-media li.linkedin {
          line-height: 31px;
          height: 31px; }
        footer .wrapper .content ul.social-media li.linkedin:before {
          width: 31px;
          height: 31px;
          top: 0;
          left: 0;
          background-position: -120px 0; }
        footer .wrapper .content ul.social-media li.facebook {
          line-height: 31px;
          height: 31px; }
        footer .wrapper .content ul.social-media li.facebook:before {
          width: 31px;
          height: 31px;
          top: 0;
          left: 0;
          background-position: 0 0; }
        footer .wrapper .content ul.social-media li.twitter {
          line-height: 31px;
          height: 31px; }
        footer .wrapper .content ul.social-media li.twitter:before {
          width: 31px;
          height: 31px;
          top: 0;
          left: 0;
          background-position: -60px 0; }
      footer .wrapper .content ul.nav-footer {
        margin: 1em 0 0;
        width: 49%;
        float: left; }
        footer .wrapper .content ul.nav-footer li {
          font-size: .85em;
          margin: 0 0 1em 0;
          position: relative;
          line-height: 31px;
          height: 31px; }
          footer .wrapper .content ul.nav-footer li a {
            text-decoration: none;
            color: #dfdfdf; }
    @media screen and (min-width: 800px) {
      footer .wrapper .content {
        width: 78%; }
        footer .wrapper .content ul.social-media, footer .wrapper .content ul.nav-footer {
          width: 24%; } }
    @media screen and (min-width: 800px) {
      footer .wrapper .content h4, footer .wrapper .content p {
        width: 49%;
        float: left; } }
  footer .chandelier {
    display: none; }
  @media screen and (min-width: 800px) {
    footer .chandelier {
      display: block;
      width: 18%;
      float: left;
      margin-right: 2%; } }

/*end footer*/
/*wtf??*/
