/* Utilities */
.clearfix:before,
.section-header .link-wrapper:before,
.clearfix:after, .section-header .link-wrapper:after {
  content: " ";
  display: table;
}

.clearfix:after, .section-header .link-wrapper:after {
  clear: both;
}

.clearfix, .section-header .link-wrapper {
  *zoom: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* Layout Styles */
.wrapper {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.section {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  overflow: hidden;
}

.btn-wrapper,
.link-wrapper {
  width: 100%;
  text-align: center;
  clear: both;
  display: block;
  position: relative;
}

.img-wrapper,
.content-wrapper,
.btn-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.img-wrapper,
.content-wrapper {
  display: block;
  overflow: hidden;
}

.section-header {
  background: url(//cdn2.hubspot.net/hubfs/406163/DayOne/bg-wood2x.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 500px 752px;
  padding: 50px 0 20px;
}

.section-header .img-wrapper {
  position: relative;
  width: 35%;
  float: left;
}

.section-header .content-wrapper {
  position: relative;
  width: 65%;
  float: left;
  z-index: 20;
}

.section-header .content-wrapper .btn-wrapper {
  margin-top: 50px;
}

.section-header .link-wrapper {
  margin-top: 60px;
  overflow: visible;
}

.section-header .stripes {
  position: absolute;
  border-top: 3.8em solid red;
  border-bottom: 3.8em solid black;
  opacity: 0.4;
  width: 100%;
  top: 245px;
  z-index: 0;
}

.section-video {
  background: black;
  padding: 20px 0 0;
}

.section-cards {
  background: black;
  padding: 20px 0 0;
}

.card {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 49%;
  min-height: 650px;
  float: right;
  background: #434244;
  padding-bottom: 20px;
}

.card.first {
  margin-right: 2%;
}

.card .content-wrapper {
  padding: 0 25px;
}

.card .btn-wrapper {
  margin: 50px 0 0;
}

.section-icons {
  padding: 20px 0;
  background: black;
}

.section-buybutton {
  background: black;
  padding: 100px 0;
}

.section-footer {
  background: #434244;
  padding: 20px 0;
}

.section-footer .img-wrapper {
  float: left;
  margin: 8px 0 0;
  max-width: 50px;
}

.section-footer .content-left {
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left;
}

.section-footer .content-right {
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: right;
}

/* Modal Styling */
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
       -o-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  -webkit-transition: -webkit-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 80px auto 0;
  overflow: hidden;
  z-index: 1100;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
}

.modal-content {
  position: relative;
  background-color: white;
  border: 30px solid black;
  background-clip: padding-box;
  outline: 0;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #e6e6e6;
  background-color: rgba(255, 255, 255, 0.9);
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=1);
}

.modal-header {
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  background: black;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

#modalBuy .header {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: black;
  background-size: cover;
  background-position: top;
  position: relative;
  margin: 0;
}

#modalBuy .btn-wrapper {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 80px;
}

#modalBuy .content-wrapper {
  margin: 30px 0 0px;
  padding: 70px 0 0;
  background: url(//cdn2.hubspot.net/hubfs/406163/DayOne/img-pageflip.jpg);
  background-color: white;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
}

#modalBuy h3 {
  font-family: "bebas-neue", "Lucida Grande", sans-serif;
  font-size: 4em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: white;
  margin: 0px auto;
}

#modalBuy a.btn-dismiss {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 2em;
  color: white;
  background: #908e91;
  border: 2px solid white;
  z-index: 1100;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

#modalBuy a.btn-dismiss:hover {
  background: #a11519;
}

.btn-cta {
  background: #e22026;
  margin: 0 auto 20px;
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn-cta:hover {
  background: #b7181d;
}

.hardware {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 1011;
  background: url(//cdn2.hubspot.net/hubfs/406163/DayOne/img-hardware.png);
  background-repeat: no-repeat;
  background-size: 36px 36px;
}

.hardware.left {
  left: 20px;
  top: 20px;
}

.hardware.right {
  right: 20px;
  top: 20px;
}

/* Typography Styles */
.section-header h1 {
  font-family: "bebas-neue", "Lucida Grande", sans-serif;
  font-size: 9.68em;
  letter-spacing: 0.05em;
  color: white;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.section-header h2 {
  font-family: "bebas-neue", "Lucida Grande", sans-serif;
  font-size: 3.6em;
  color: white;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 26px 0 0;
  -webkit-font-smoothing: antialiased;
}

.section-header h2 .small {
  font-size: 75%;
}

.section-cards h3 {
  font-family: "bebas-neue", "Lucida Grande", sans-serif;
  font-size: 3.6em;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
  margin: 26px 0;
  -webkit-font-smoothing: antialiased;
}

.section-cards h4 {
  text-align: center;
  margin: 80px 0 0;
}

.section-cards h5 {
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.5em;
}

.section-cards p {
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  color: white;
  font-weight: 300;
  line-height: 1.65em;
  -webkit-font-smoothing: antialiased;
}

.section-footer h5 {
  color: white;
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.section-footer .content-right {
  text-align: right;
}

/* Navigation Styles */
/* Buttons & Link Styles */
a.btn-buy {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid white;
  background: #e22026;
  padding: 20px 22px;
  font-family: "bebas-neue", "Lucida Grande", sans-serif;
  font-size: 2.43em;
  letter-spacing: .1em;
  text-decoration: none;
  color: white;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

a.btn-buy:hover {
  background: #b7181d;
}

a.btn-buy:focus {
  outline: none;
}

a.btn-buyalt {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 10px 22px;
  font-family: "bebas-neue", "Lucida Grande", sans-serif;
  font-size: 1.6em;
  letter-spacing: .1em;
  text-decoration: none;
  color: #e22026;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

a.btn-buyalt:hover {
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
}

a.btn-buyalt:focus {
  outline: none;
}

a.link-learnmore {
  display: inline-block;
  overflow: hidden;
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  color: white;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

a.link-learnmore:hover {
  -webkit-transform: translate(0px, 10px);
      -ms-transform: translate(0px, 10px);
       -o-transform: translate(0px, 10px);
          transform: translate(0px, 10px);
  opacity: 0.9;
}

a.link-learnmore:focus {
  outline: none;
}

a.link-westurl {
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  color: white;
  color: white;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

a.link-westurl:hover {
  color: rgba(255, 255, 255, 0.7);
}

a.link-westurl:focus {
  outline: none;
}

a.link-socicon {
  color: white;
  color: white;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

a.link-socicon:hover {
  color: rgba(255, 255, 255, 0.7);
}

a.link-socicon:focus {
  outline: none;
}

a.icon {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: black;
  color: white;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: "bebas-neue", "Lucida Grande", sans-serif;
  letter-spacing: 0.05em;
  font-size: 150%;
  padding: 70px 0;
  border: 2px solid #434244;
  width: 32%;
  display: block;
  float: left;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}

a.icon.first,
a.icon.second {
  margin-right: 2%;
}

a.icon:hover {
  background: #434244;
  color: white;
  color: white;
}

.section-footer a {
  color: white;
  text-decoration: none;
  font-family: "Open Sans", "Lucida Grande", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.section-footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.section-footer a:focus {
  outline: none;
}

/* Image Styles */
.img-responsive {
  display: block;
  width: 100%;
}

/* Plugins */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 100px;
  right: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(128, 128, 128, 0.8) url("//cdn2.hubspot.net/hubfs/406163/Target-Israel/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
       -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
          transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 30;
  cursor: pointer;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
       -o-transition: opacity 0.3s 0s, visibility 0s 0s;
          transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/* Preloader Styles */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: white;
}

.loader-bg {
  content: "";
  position: relative;
  display: block;
  width: 100px;
  height: 126px;
  margin: 30% auto;
  background: url(//cdn2.hubspot.net/hubfs/406163/DayOne/img-preloadbg.jpg) center no-repeat white;
  background-size: 100px 126px;
}

.loader {
  content: "";
  position: absolute;
  height: 32px;
  width: 32px;
  bottom: 20px;
  left: 35%;
  background: url(//cdn2.hubspot.net/hubfs/406163/DayOne/preloader.gif) center no-repeat;
  background-size: 32px 32px;
  z-index: 1010;
}

/* Media Queries */
@media screen and (max-width: 480px) {
  body.modal-open {
      position: fixed;
  }  
  
  .hidden-mobile {
      display: none;
  }
    
  #modalBuy a.btn-dismiss {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 1.25em;
    color: white;
    background: #908e91;
    border: 2px solid white;
    z-index: 10000;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
  #modalBuy a.btn-dismiss:hover {
    background: #a11519;
  }
  .modal-dialog {
    width: 95%;
    margin: 40px auto 0;
  }
  .modal-content {
    border: 25px solid black;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
  #modalBuy .btn-wrapper {
    width: 85%;
    max-width: 260px;
    margin: 0 auto 20px;
  }
  #modalBuy h3 {
    font-size: 2em;
    margin: 0;
  }
  #modalBuy .content-wrapper {
    margin: 20px 0 0px;
    padding: 50px 0 30px;
  }
  .hardware {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .hardware.left {
    top: 10px;
    left: 10px;
  }
  .hardware.right {
    top: 10px;
    right: 10px;
  }
  .cd-top {
    right: 18px;
    bottom: 30px;
    height: 40px;
    width: 40px;
  }
  a.btn-buy {
    padding: 12px 20px;
    font-size: 1.5em;
  }
  .section-header {
    padding: 0;
  }
  .section-header .stripes {
    top: 278px;
    border-top: 1.85em solid red;
    border-bottom: 1.85em solid black;
  }
  .section-header .img-wrapper,
  .section-header .content-wrapper {
    float: none;
    width: 100%;
    margin: 0;
  }
  .section-header .img-wrapper > img {
    width: 50%;
    margin: 0 65px 0;
  }
  .section-header h1 {
    font-size: 4.8em;
    letter-spacing: 0;
  }
  .section-header h2 {
    font-size: 1.75em;
    letter-spacing: 0;
    line-height: 0.9em;
    margin: 0;
  }
  .section-header .content-wrapper .btn-wrapper {
    margin: 20px auto;
  }
  .section-header .link-wrapper {
    margin: 0;
  }
  .card {
    width: 100%;
    float: none;
    padding-bottom: 30px;
    min-height: 0px;
  }
  .card.first {
    margin: 20px 0 0 0;
  }
  .card .content-wrapper {
    padding: 0 15px;
  }
  .card .btn-wrapper {
    margin: 20px auto 0;
  }
  .section-cards {
    padding: 30px 0 0;
  }
  .section-cards h3 {
    font-size: 2.1em;
    margin: 10px 0 0;
  }
  .section-cards h4 {
    margin: 40px 0 0;
  }
  .section-cards p {
    margin: 8px 0 0;
    line-height: 1.25em;
  }
  .section-buybutton {
    padding: 60px 0;
  }
  .section-footer {
    padding: 10px 0;
  }
  .section-footer .img-wrapper {
    float: none;
    margin: 0px auto;
    max-width: 50px;
  }
  .section-footer .content-left {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: none;
  }
  .section-footer .content-left h5 {
    text-align: center;
    margin: 3px auto;
  }
  .section-footer .content-right {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: none;
  }
  .section-footer .content-right h5 {
    text-align: center;
    margin: 3px auto;
  }
  
  a.icon {
    width: 100%;
    display: block;
    float: none;
    padding: 30px 0;
  }
  a.icon.first,
  a.icon.second {
    margin-right: 0%;
  }
  a.icon.second {
    margin-top: 20px;
  }
  a.icon.third {
    margin-top: 20px;
  }
  a.icon:hover {
    background: #434244;
    color: white;
    color: white;
  }
  
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  body.modal-open {
      position: fixed;
  }        
    
  .modal-dialog {
    margin: 60px auto 0;
    width: 500px;
  }
  #modalBuy h3 {
    font-size: 3em;
    margin: 0;
  }
  #modalBuy .content-wrapper {
    margin: 20px 0 0px;
    padding: 90px 0 0;
  }
  .hardware {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
  .hardware.left {
    top: 15px;
    left: 15px;
  }
  .hardware.right {
    top: 15px;
    right: 15px;
  }
  .section-header {
    padding: 20px 0;
  }
  .section-header .stripes {
    top: 150px;
    border-top: 2.75em solid red;
    border-bottom: 2.75em solid black;
  }
  .section-header h1 {
    font-size: 7em;
    letter-spacing: 0em;
  }
  .section-header h2 {
    font-size: 2.5em;
    letter-spacing: 0em;
    margin: 10px auto 0;
  }
  .section-header .content-wrapper .btn-wrapper {
    margin: 30px auto;
  }
  .section-header .link-wrapper {
    margin: 10px auto;
  }
  .section-cards h3 {
    font-size: 2.5em;
    margin: 15px auto 0;
  }
  .section-cards p {
    margin: 10px auto 0;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .clearfix:before,
  .section-header .link-wrapper:before,
  .clearfix:after,
  .section-header .link-wrapper:after,
  .modal-footer:before,
  .modal-footer:after {
    content: "";
    display: table;
  }
  .clearfix:after,
  .section-header .link-wrapper:after,
  .modal-footer:after {
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 80px;
    height: 40px;
    width: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 40px;
    bottom: 60px;
  }
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
