@charset "utf-8";
/* CSS Document */

/* RESET */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, img, ul, li, form, label, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display:block;
}
body { 
  font:.8em sans-serif; 
  *font-size:small;
  color:#fff; 
}
a { 
  margin:0; 
  padding:0; 
  font-size:100%; 
  vertical-align:baseline; 
  background:transparent;
  text-decoration:none;
  outline:none;
}
h1, h2, h3, h4, h5, h6 { 
  font-weight:bold;
}
ul {
  list-style:none;
  width:100%;
}

/* END RESET */

html, body {
  color:#fff;
}
a {
  color:#fff;
}
.row div {
  float:left;
  display:inline-block;
  width:30%;
  padding:0 15px 15px 15px;
}
.header {
  position:relative;
  left:-3%; 
  text-align:center;
  padding-bottom:75px;
}
.header h1 {
  padding-bottom:10px;
  line-height:40px;
  position:relative;
  display:inline-block;
  font-size:45px;
  text-transform:uppercase;
  margin-top:15px;
  margin-bottom:0;
}
#header {
  height:75px;
  border-bottom:1px solid #fff;
}
#header h1 {
  position:relative;
  top:-5px;
  left:15px;
  color:#fff;
  font-size:6em;
  font-family:'LinotypeZapfino One', arial;
  text-shadow:5px 1px #5A5A5A;
  font-weight:100;
  width:450px;
}
#header, #navigation {
  background:#000;
}
#navigation {
  position:relative;
  top:0;
  left:0;
  margin-top:-100%;
  width:100%;
  height:47px;
  z-index:998;
}
#navigation ul {
  position:relative;
  top:33%;
  margin-top:-116px;
  text-align:center;
}
#navigation li {
  padding:25px 0;
  font-size:1.1em;
  display:inline-block;
  padding:0 5% 0 5%;
}
#navigation a {
  color:#fff;
}
#hamburger, #close {
  position:absolute;
  top:23px;
  right:40px;
  width:42px;
  height:32px;
  cursor:pointer;
  z-index:999;
}
#hamburger {
  background:url('../images/hamburger.jpg');
}
#close {
  background:url('../images/close.jpg');
  display:none;
}
.backgroundWrapper {
    z-index: 1;
    overflow: visible;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#homeSectionTwo, #homeSectionThree {
  padding:100px 0;
}
#homeSectionOne {
  background:url("http://awayofart.com/photography/animals/images/snoozin'.jpg") no-repeat center center fixed; 
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}
#homeSectionTwo {
  background:#272727;
  color:#fff;
}
#homeSectionTwo .row div:first-child {
  text-align:right;
  font-weight:300;
  font-size:60px;
  line-height:normal;
  margin-top:-15px;
}
#homeSectionTwo h2 {
  font-size:16px;
  margin-bottom:0;
  padding-top:0;
  font-weight:100;
}
#homeSectionTwo p {
  color:#939393;
  font-size:14px;
  line-height:25px;
}
#homeSectionTwo li {
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:25px;
  font-size:16px;
  font-weight:100;
}
#homeSectionThree {
  background:url(../images/DSC_0412.jpg) no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
#see, #me, #meInHawaii {
  position:absolute;
  z-index:1;
  color:#fff;
  bottom:0;
  font-size:8em;
  font-family:'LinotypeZapfino One', arial;
  text-shadow:5px 1px #5A5A5A;
  display:none;
}
#see {
  text-align:center;
  top:10%;
  left:-5%;
  width:100%;
  height:20px;
  font-size:32em;
}
.photo-link {
  position:relative;
  width:30%;
  overflow:hidden;
  margin:15px 1% 15px 2%;
  display:inline-block;
  text-align:center;
  cursor:pointer;
}
.photo-link img {
  position:relative;
  width:100%;
}
.photo-link span {
  color:#000;
  text-transform:uppercase;
}
#modalWindow {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  display:none;
}
#modalWindow div {
  float:left;
  max-width:100%;
  margin:0 15px;
  display:inline-block;
}
#modalWindow div:last-child {
  float:right;
}
#modalWindow img {
  width:100%;
}
#digitalDownloadButton.red-btn {
  top:30%;
  left:-12%;
}
.selectBlock {
  width:100%;
  padding-bottom:15px;
}
.selectBlock select {
  position:relative;
  left:5px;
}
#buyerInfo {
  margin-top:10px;
}
#meInHawaii {
  right:30px;
}
.red-btn {
  position:relative;
  left:-1%;
  display:inline-block !important;
  text-align:center;
  text-transform:uppercase;
  padding:13px 35px 13px 35px;
  border-radius:4px;
  margin:10px;
  float:right;
  margin-right:15px;
  color:#FFF !important;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  background:#e96656;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position:relative;
  min-height:1px;
}
.screen-reader-text {
  clip:rect(1px, 1px, 1px, 1px);
  position:absolute !important;
}
.input-box, textarea {
  width:90%;
  margin:auto;
  margin-bottom:20px;
  border-radius:4px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding:3px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color:#555;
}
.input-box {
  border:0 !important;
  text-align:left;
  text-transform:none;
  padding:9px;
  min-height:46px;
  padding-left:15px !important;
  display:inline-block;
  background:rgba(255,255,255, 0.95);
}
.form-control {
  height:34px;
  font-size:14px;
  line-height:1.42857143;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
  height:auto;
}
.textarea-box {
  text-align:left;
  text-transform:none;
  padding:9px;
  min-height:250px;
  padding-left:15px;
  display:inline-block;
  border-radius:4px;
  background:rgba(255,255,255, 0.95);
  width:96%;
}

@media (max-width:767px) {
  #see, #me, #meInHawaii {
    font-size: 4em;
  }
  #see {
    top:30%;
    left:0;
    font-size:8em;
  }
}
@media (min-width:768px) {
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float:left;
  }
  .col-lg-12 {
    width:100%;
  }
}
@media all and (max-width:599px)  {
  .photo-link img {
    width:100%;
  }
  #modalWindow div {
    max-width:100%;
    margin:0;
  }
}
@media (max-width:421px) {
  #see {
    top:20%;
    left:0;
    font-size:16em;
  }
  #meInHawaii {
    bottom:50px;
    font-size:4em;
  }
  #homeSectionOne {
    background:url("http://awayofart.com/photography/animals/images/snoozin'.jpg") no-repeat fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
  }
  #homeSectionTwo .row div:first-child {
    text-align:center;
    font-weight:300;
    font-size:48px;
    line-height:normal;
  }
  .row div {
    float:none;
    display:block;
    width:95%;
    padding:0 3% 15px 2%;
  }
  #homeSectionTwo, #homeSectionThree {
    padding:100px 0;
    height:100% !important;
  }
  #see, #me, #meInHawaii {
    text-shadow:1px 1px #5A5A5A;
  }
  #header h1 {
    position:relative;
    top:15px;
    left:15px;
    color:#fff;
    font-size:3em;
    font-family:'LinotypeZapfino One', arial;
    text-shadow:1px 1px #5A5A5A;
    font-weight:100;
    width:280px;
  }
}