/* CSS Document */

#header-home .caption{
  display:block;
  position:absolute;
  top:50px;
  left:50px;
  width:calc(50% - 100px);
  z-index:10
}
#header-home{
  display:block;
  position:relative;
}
#header-home .caption h2{
  color:#fff;
  font-family:'Oswald', sans-serif;
  text-transform: uppercase;
  font-size:80px;
}
#header-home .caption p{
  color:#fff;
  font-family:'Raleway', sans-serif;
  font-weight:500;
  font-size:21px;
  display:block;
  width:60%;
}
#header-home .caption a{
  display:inline-block;
  font-family:'Raleway', sans-serif;
  background:rgb(235, 69, 145);
  padding:10px 30px;
  color:#fff;
  font-weight:700;
  font-style:italic;
  font-size:21px;
}
#header-home .caption a:hover{
  text-decoration: none;
  background:#eb4591;
}

#home-buttons{
  padding:20px;
}
#home-buttons a{
  display:block;
  color:#fff;
  background-color:#eb4591 !important;
}
#home-buttons a span{
  display:block;
  padding:20px 30px;
  font-family:'Oswald', sans-serif;
  text-transform: uppercase;
  font-size:38px;
}
#home-buttons a:hover{
  text-decoration: none;
}
#home-buttons a:hover span{
  background-color:rgba(212,65,131,0.5);
}

#home-products{
  display:block;
  padding:20px 50px;
  position:relative;
}
#home-products h2{
  font-family:'Raleway', sans-serif;
  color:#eb4591;
  font-weight:300;
  text-transform: uppercase;
  font-size:30px;
}
#home-products #view-all-products{
  display:block;
  font-family:'Raleway', sans-serif;
  color:#000;
  font-weight:300;
  font-size:18px;
  position:absolute;
  top:0px;
  right:30px;
}

#home-tabs{
  display:flex;
  align-items: stretch;
  position:relative;
  width:100%;
}
#home-tabs-nav{
  display:block;
  background:#eb4591;
  /*position:absolute;*/
  top:-25px;
  left:0;
  width:40%;
  padding:30px 60px;
  z-index:10;
}
#home-tabs-nav h2{
  color:#fff;
  font-family:'Oswald', sans-serif;
  text-transform: uppercase;
  font-size:53px;
  margin-bottom:15px;
}
#home-tabs-nav ul{
  list-style:none;
  padding-left:40px;
}
#home-tabs-nav ul li a{
  font-family:'Raleway', sans-serif;
  font-weight:700;
  font-size:22px;
  color:#fff;
  display:block;
  padding:5px 0;
  border-bottom:1px solid #fff;
}
#home-tabs-content{
  display:block;
  background:url('../img/home-box-bg-2.jpg') no-repeat right;
  /*margin-top:25px;*/
  width: 60%;
}
#home-tabs-content-inner{
  display:block;
  background:rgba(216,216,216,0.8);
  padding:53px 10px 21px 52px;
  font-family:'Raleway', sans-serif;
  font-weight:500;
  font-size:22px;
  position:relative;
  height: 100%;
}
#home-tabs-content-inner h2{
  color:#eb4591;
  font-family:'Oswald', sans-serif;
  font-weight:400;
  text-transform: uppercase;
  margin-bottom:20px;
}
#home-tabs-content-inner img{
  width: 100%;
}
#home-tabs-content .tabs-link{
  position:absolute;
  bottom:70px;
  display:block;
  right:0;
  padding-right:100px;
  background:#e1e1e1;
  width:100%;
  text-align:right;
}
#home-tabs-content .tabs-link a{
  background:#eb4591;
  display:inline-block;
  color:#fff;
  padding: 20px 35px;
  font-family:'Raleway', sans-serif;
  font-weight:700;
  font-size:20px;
  font-style:italic;
}
#home-tabs-content .tabs-link a:hover{
  text-decoration:none;
  background:#b73571;
}

#home-spotlight{
  display:block;
  position:relative;
  padding:60px 80px;
}
#home-spotlight-inner{
  display:block;
  width:40%;
  font-family:'Raleway', sans-serif;
  font-weight:500;
  font-size:22px;
}
#home-spotlight-inner h2{
  font-family:'Oswald', sans-serif;
  font-size:65px;
  color:#eb4591;
  text-transform: uppercase;
}