/***
**** GLOBAL
***/

* {
  box-sizing: border-box;
}

html,
body {
  background: #ebe8de;

  font: 1em "Lulo Clean W01";

  letter-spacing: -0.1em;
  color: #f1f1f1;

  width: 100%;

  /*-webkit-font-smoothing: antialiased;*/
}

.content-pink {
  background-color:  #ED0F69;
    
}

.content-grey {
  background-color: #f1f1f1;
}

.content-white {
  background-color:  #ffffff;
}

.content-padding {
  padding-left: 20px; /*120px = 120/16* should this be a %?*/
  padding-right: 20px; /*120px = 120/16* should this be a %?*/
  text-align: left;
}

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

/* Float Clearfix ----------------------*/
.group::after {
    content: "";
    display: table;
    clear: both;
}

p {
  font-size: 13px;
  color: #333;
  letter-spacing: 0;
  font-family: "Frutiger W01";
  color: black;
  font-weight: normal;
  margin-bottom:25px;
  line-height: 19px;
}

p span {
  font-weight: 700;
}

small {
  color:#fff;
  font-size: 12px;
  letter-spacing: 0;
  font-family: "Frutiger W01";
  margin-bottom: 5px;
  display: block;
}

input[type="text"] {
  outline:none;
  border:none;
  padding: 20px 10px;
  font-size:16px;
  font-family: "Frutiger W01";
  letter-spacing: 0;
  color:#333;
  width: 85%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color .5s ease;
}

strong {
  font-weight: bold
}

figcaption {
  line-height: 25px;
  font-size:14px;
  width:200px;
}

figcaption strong {
  border-bottom: 1px solid #D6D0C1;
  padding-bottom:10px;
  margin: 10px 0;
  display:block;
}

img {
  max-width: 100%; 
  max-height:100%;
  display:block;
}

.btn {
  letter-spacing: -0.2em;
}

.btn:hover {
  background:#1da0a6;
}

/***
**** HEADINGS
***/

h1 {
  font-family: "Lulo Clean W01";
  color: #333;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.2em;

}

h2 {
  font-size: 17px;
  letter-spacing: -0.2em;
  color: #333;
  text-transform: uppercase;
  font-weight: bold; 
  margin:15px 0;
}



h3 {
  font-size: 12px;
  color: #7d7d7d;
  font-weight: normal;
}

/*h3 span {
  font-weight:700;
}*/

/***
**** NAVIGATION
***/

.navigation {
  overflow: hidden; 
}

header ul {
  overflow: hidden;
  float:left;
  border-right: 1px solid #ff5994;
}

header li {
  float: left;
}
   
header li:hover {
  background: #d60e5e;
}

header a {
  text-transform: uppercase;
  font-size:12px;
  line-height: 12px;
  display: block;
  padding:20px 25px;
  border-left: 1px solid #ff5994;
}

.header-social  {
  padding: 18px 0 0;
}

.header-social > img { 
  float: right;
}

/***
**** HEADER
***/

#header {
  padding:13px 20px;
}

#header .container {
  overflow: hidden;
  position: relative;
  height: 90px;
}

.header-logo { 
  float: left; 
  width: 30%; 
  text-align: left;
  padding-top: 20px;
}

.header-bannerad{ 
  width: 65%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.header-bannerad img { 
  float:right;
}

/***
**** HERO
***/

#hero {
  padding-bottom:40px;
}

#hero-media-title {
  text-align: center;
  line-height: 4em;
  color: #7f7f7f;
  font-size:10px;
  font-family: "Frutiger W01";
  letter-spacing: 0;
  padding:7px 0;
}

.hero-copy, 
.hero-media {
  float:right;
  width: 50%;
}

.hero-media {
  padding-top: 30px;
  width: 51%;
}

.hero-copy {
  padding-right: 4%;
  padding-top: 50px;
  width: 49%;
}

.video {
  position: relative;
}

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

#video-container iframe {
  width: 100%;
  height: 100%;
}

.video-placeholder {
  position: relative;
  width: 100%;
}

.icon-play {
  display: none;
  position:absolute;
  height:90px;
  width:90px;
  top:50%;
  left:50%;
  margin-left:-35px;
  margin-top:-55px;
  z-index: 1;
  background:url('../images/play-btn.png') no-repeat 0 0;
  cursor: pointer;
  padding: 96px 0 0;
  text-align: center;
  font-size: 13px;
}

.icon-play span {
  display: inline-block;
  width: 130px;
  margin-left: -15px;
}

.icon-play:hover {
  background-position: -90px 0px;
}

.video-share {
  position:absolute;
  right:0;
  top:20%;
}

.order-btn {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  background: #20bec6;
  padding: 17px 37px;
  text-align: center;
  text-transform: uppercase;
  float: left;
}

/***
**** ZIGZAG
***/

.zigzag{
  background-image:url('../images/zigzag.gif');
  background-repeat: repeat-x;
  background-color:#fff;
  height:18px;
  width:100%;
  padding:0 0 50px;
}

/***
**** TEASER
***/

#teaser {
  padding-top:50px;
  padding-bottom:50px;
  width:100%;
}

#teaser .container {
  max-width: 1145px;
}

#teaser p {
  margin:10px 0;
}


.teaser-column {
  padding: 0 20px;
  border-right: solid 1px #d5d5d5;
  /*height:100%;*/
  display: table-cell;
  vertical-align: middle;
}

.teaser-column .responsive-img {
  width:100%;
}

.teaser-column:first-child {
  padding-left:0;
}

.teaser-column:last-child {
  border-right: none;
  padding-right:0;
}

#teaser-left {
  width:27%;
}

#teaser-center {
  width:38%;
}

#input-search {
  background-color: #fff;
}

.search-container {
  position:relative;
  width: 100%;
}

.search-container >img{
  /*background-image:url('http://www.samedaypups.com/images/Sameday_pug.jpg');
  background-size:cover;
  background-position: center;
  width:100%;
  height:100%;*/
  width:100%;
}

.search-container .search {
  padding: 0 25px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -39px;
  width: 100%;
}

.icon-search {
  display: block;
  position: absolute;
  top: 49%;
  right: 35px;
  height: 25px;
  width: 25px;
  background: url('../images/search-btn.png') no-repeat 0 0;
  cursor:pointer;
}

#teaser-right {
  width:35%;
}

.teaser-title {
  color: #20bec6;
  text-transform:uppercase;
  letter-spacing: -0.2em;
}

#teaser-discounted, #teaser-farmed {
  padding-bottom: 1.1875em;/*19px*/
}

#teaser-farmed {
  border-top: 1px solid #d5d5d5;
  padding-top: 25px;  /*31px*/

}

.teaser-column .group {
  display:table;
  width: 100%;
}

#teaser-dimage, 
#teaser-fimage {
  width:30%;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}

#teaser-dimage img, 
#teaser-fimage img {
  display:inline-block;
  padding-right: 15px;
}

#teaser-dcopy, #teaser-fcopy {
  display:table-cell;
  vertical-align: middle;
  width: 70%;
}

.teaser-btn {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  background: #20bec6;
  width:180px;
  padding:10px 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

/***
**** BREEDS
***/

#breeder-registered-image {
  margin:0 auto 15px;
}

#breeds {
  text-align: center;
  /*padding-top: 2.5em; 40 px*/
  overflow: hidden;
}

#breeds h2 {
  font-size:26px;
  margin-bottom: 10px;
  line-height: 30px;
}

.breed-btn { 
  color: #ffffff;
  font-size: 12px;
  background: #f0930e;
  padding: 17px 20px;
  text-decoration: none;
  width: 100%; /*10.875em;*/  /*174px*/
  text-align: center;
  text-transform: uppercase;
  display: block;
}

#breed-images {          
  background-repeat:repeat-y;       
  overflow:hidden;
  padding-top: 50px; /*44 px*/
  padding-bottom: 50px; /*51px*/
  margin: 0 -7px 0px -5%;

}
.breed-wrapper {
  border: 7px solid transparent;
  position:relative;
  width: 15%;
  float: left;
  margin: 0 0 0 5%;
} 

.breed-wrapper:first-child {
  /*padding: 0;*/
} 

.breed-wrapper a {
  display: block;
  position: relative;
}

.not-touch .breed-wrapper:hover,
.hover-open.breed-wrapper {
  border: .4375em solid #f0930e;  /*7px*/
} 

.breed-wrapper .hover-img{
  display:none;
  position:absolute;
  top:0;
  left:0;
}

.not-touch .breed-wrapper:hover .hover-img,
.hover-open.breed-wrapper .hover-img{
  display:block;
}

.breed-name {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 58%;
  left: 0;
  width: 100%;
  line-height: 17px;
}

.breed_padder {
  padding:0px;
  margin:0;         
}

/***
**** FOOTER
***/

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343434;
  text-align: center;
}

#footer-copy {
  font-style: italic;  
  font-size:.5625em;
  color: white;
}

#footer-image {
  margin-left:auto;
  margin-right: auto;
}

/***
**** SOCIAL SHARE
***/

.social-share {
  position:fixed;
  right:0;
  bottom:0;
  z-index: 999;
}

.social-share.fixed .icon-social{
  background-size: 200px;
}

.icon-social {
  width: 45px;
  height: 45px;
  display:block;
  background-image:url(../images/social_icons.png);
  background-repeat: no-repeat;
}

.social-share.fixed .icon-fb {
  background-color:#3b5998;
  background-position:5px 10px;
}

.social-share.fixed .icon-tw {
  background-color:#33ccff;
  background-position:-29px 11px;
}

.icon-fb {
  background-position:-5px 5px;
}

.icon-tw {
  background-position:-55px 5px;
}

.icon-tb {
  background-position:-106px 5px;
}

.icon-red {
  background-position:-157px 5px;
}

.icon-pn {
  background-position:-208px 5px;
}

.icon-gp {
  background-position:-259px 5px;
}

/***
**** MODAL
***/

.modal-bg,
.modal-container {
  height:0;
  opacity:0;
  filter:alpha(opacity=0);
  overflow: hidden;
}

.modal-bg {
  background:#fff;
  position:fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 99;
}

.modal-container {
  position:fixed;
  top:0;
  left:0;
  padding:0 20px;
  width: 100%;
  z-index: 100;
  font-size:30px;
  overflow: auto;
}

.modal-bg.opened {
  height:100%;
  display: block;
}

.modal-container.opened {
  height:100%;
  display: block;
}

.modal-container h3,
.modal-container .logo,
.modal-dynamic-content,
.modal-container .modal-close,
.modal-content small {
  opacity:0;
  filter:alpha(opacity=0);
}

.modal-container h3 {
  font-size: 30px;
  color:#20bec6;
  letter-spacing: -0.2em;
  padding-left:160px;

  /*-webkit-transition: opacity 800ms ease 500ms;
  -moz-transition: opacity 800ms ease 500ms;
  -o-transition: opacity 800ms ease 500ms;
  transition: opacity 1000ms ease 500ms;*/
}

.modal-container .logo {
  margin: 15px 0 60px;

  /*-webkit-transition: opacity 800ms ease 1000ms;
  -moz-transition: opacity 800ms ease 1000ms;
  -o-transition: opacity 800ms ease 1000ms;
  transition: opacity 800ms ease 1000ms;*/
}

.modal-dynamic-content {
  height:0;
  overflow:hidden;
  padding-left:160px;

  /*-webkit-transition: opacity 800ms ease 1500ms;
  -moz-transition: opacity 800ms ease 1500ms;
  -o-transition: opacity 800ms ease 1500ms;
  transition: opacity 800ms ease 1500ms;*/
}

/*.opened.modal-container h3,
.opened .modal-content .logo,
.opened .modal-dynamic-content,
.opened .modal-close,
.opened .modal-content small {
  opacity:1;
  filter:alpha(opacity=100);
}*/

.modal-container p {
  font-family: "Lulo Clean W01";
  color:#9f9f9f;
  letter-spacing: -0.2em;
  font-size:30px;
  line-height:35px;
  width: 88%;
}

.modal-container p span {
  color:#20bec6;
}

.modal-content {
  padding-top:50px;
  padding-bottom: 50px;
  position: relative;
}

.modal-btn {
  padding:15px 18px;
  color:#fff;
  letter-spacing: -0.2em;
  font-family: "Lulo Clean W01";
  background:#20bec6;
  font-size:14px;
  float:left;
  margin:25px 0 55px;
}

.modal-content small {
  font-size:10px;
  color:#959595;
  font-family: "Frutiger W01";
  clear: both;

  /*-webkit-transition: opacity 800ms ease 1500ms;
  -moz-transition: opacity 800ms ease 1500ms;
  -o-transition: opacity 800ms ease 1500ms;
  transition: opacity 800ms ease 1500ms;*/
}

.modal-close {
  position:absolute;
  top: 50px;
  right:0;
  height:31px;
  width:31px;
  color:#727272;
  font-size:12px;
  width:100px;

  /*-webkit-transition: opacity 800ms ease 500ms;
  -moz-transition: opacity 800ms ease 500ms;
  -o-transition: opacity 800ms ease 500ms;
  transition: opacity 800ms ease 500ms;*/
}

.modal-close span{
  float:left;
}

.close-title {
  padding: 7px 13px 0 0;
}

.icon-close {
  background:url('../images/close-btn.png') no-repeat 0 0;
  height:31px;
  width:31px;
}
.modal-close:hover .close-title {
  color:#20bec6;
}

.modal-close:hover .icon-close {
  background:url('../images/close-btn.png') no-repeat -31px 0;
}

/***
*** MODAL SHARE
***/

.modal-bg-social,
.modal-container-social {
  height:0;
  opacity:0;
  filter:alpha(opacity=0);
  overflow: hidden;
  display: none;
}

.modal-bg-social {
  background:#000;
  position:fixed;
  top:0 !important;
  left:0;
  width: 100%;
  z-index: 2;
}

.modal-container-social {
  background:#fff;
  position:fixed;
  top:50%;
  left:50%;
  padding:30px;
  z-index: 3;
  font-size:30px;
  width:640px;
  margin-top:-190px;
  margin-left:-320px;
}

.modal-bg-social.opened {
  height:100%;
  display: block;
}

.modal-container-social.opened {
  height:380px;
  display: block;
}

.modal-container-social .modal-content {
  padding:0;
}

.modal-container-social .modal-close {
  top: 0;
  width:31px;
}

.modal-container-social h3 {
  font-size:24px;
  letter-spacing: -.2em;
  margin-bottom: 38px;
  line-height: 24px;
}

.modal-container-social h2 {
  color:#646464;
  font-size:15px;
  line-height:15px;
  margin: 0px 0 5px;
}

.modal-container-social p {
  color:#9b9b9b;
  font-size:15px;
  line-height:20px;
  font-family: "Lulo Clean W01";
  letter-spacing: -.2em;
  margin-bottom: 31px;
}

.modal-container-social .logo {
  font-size:24px;
  letter-spacing: -.2em;
  float:left;
  margin:0;
}

.modal-container-social .share-content {
  float:left;
  padding-left:20px;
  width:411px;
}

.modal-container-social ul {
  height:50px;
  overflow:hidden;
}

.modal-container-social li {
  float:left;
  margin: 0 0 0 1px;
}

.modal-container-social .icon-social {
  background-color:#646464;
  width:50px;
  height:50px;
}

.modal-container-social .icon-social:hover {
  background-color:#20bec6;
}

.copy-share {
  clear:both;
  padding-top: 40px;
}

.copy-url {
  font-size: 18px;
  font-family: "Frutiger W01";
  padding:10px;
  border:solid 2px #b6b6b6;
  letter-spacing: 0;
  color:#a5a5a5;
  width:77%;
  float: left;
}

.copy-btn {
  font-family: "Lulo Clean W01";
  letter-spacing: -.2em;
  background-color:#646464;
  padding:13px;
  color:#fff;
  float: left;
  font-size: 14px;
  margin-left: 10px;
  width: 21%;
  text-align: center;
  cursor: pointer;
  border:none;
}

.copy-btn:active,
.copy-btn:focus{
  outline: none;
}

.copy-btn:hover,
.copy-btn.zeroclipboard-is-hover {
  background-color:#20bec6;
}



/* Media Queries ---------------------------*/

@media (max-width: 1055px) {

   h1 {
    font-size: 35px;
  }

  #header {
    padding: 13px 20px 21px;
  }

  .header-logo {
    width:auto;
  }

  #breed-images {
    margin: 0 -7px 0px -2%;
  }

  .breed-wrapper {
    width: 18%;
    margin: 0 0 0 2%;
  }
}

@media (max-width: 800px) {

    h1 {
      font-size: 40px;
    }

    #header .container {
      height: auto;
    }
    .header-bannerad {
      display: none;
    }

    .hero-copy, 
    .hero-media {
      float: none;
      width: 100%;
      padding-right:0;
      padding-top:30px;

    }

    .order-btn {
      float:none;
      display: block;
    }

    #teaser .container {
      height:auto;
    }

    .teaser-column {
      display: block;
    }

    #teaser-left {
      width: 100%;
      padding: 0 0 30px;
      border-right: none;
      height: auto;
    }

    #teaser-center {
      width: 100%;
      padding: 0 0 30px;
      border-right: none;
    }

    #teaser-right {
      width: 100%;
      padding: 0;
    }

    #breed-images {
      margin: 0 auto;
      width: 500px;
    }

    .breed-wrapper {
      width: 174px;
      margin: 0 30px 20px;
    }

    .modal-content {
      padding-top: 60px;
      padding-bottom: 20px;
    }

    .modal-dynamic-content {
      padding-left:0;
    }

    .modal-close{
      top:10px;
    }

    .modal-content .logo {
      position: relative;
      display: inline-block;
      left: inherit;
      margin: 20px 0;
    }

    .modal-container-social .modal-content  .logo {
      margin: 0
    }

    .modal-container h3 {
      padding-left:0;
      font-size: 20px;
    }

    .modal-container p {
      font-size:20px;
      line-height:25px;
      width:100%;
    }

    .modal-container small {
      padding-left:0;
    }
}


@media (max-width: 680px) {
  
  header ul {
    display:none;
  }

  #breed-images {
    margin: 0 auto;
    width: 280px;
  }
  .breed-wrapper {
    width: 130px;
    margin: 0 5px 10px;
  }
  .breed-name {
    bottom: 37%;
    line-height: 13px;
    font-size: 11px;
    top: auto;
  }

  #teaser p {
    margin: 10px 30px 10px 0;
  }

  .modal-container-social {
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }

  .modal-container-social.opened {
    height: 100%;
    overflow: auto;
  }

  .modal-container-social h3 {
    margin-bottom: 25px;
      width: 90%;
  }

  .modal-container-social .modal-content .logo {
    margin-bottom:20px;
    float:none
  }

  .modal-container-social .share-content {
    float:none;
    width:100%;
    padding:0;
  }

  .mobile-break {
    clear:left;
  }

  .copy-share {
    padding-top: 25px;
  }

  .copy-url {
    width:100%;
    overflow: hidden;
  }

  .copy-btn {
    width:100%;
    margin:10px 0 0;
  }
}

@media (max-width: 475px) {
   h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 15px;
    line-height: 18px;
  }
}