/* CSS Document */

#home-header{
  display:block;
  position:relative;
}
#home-header-left{
  background:url('../img/header-bg2.png') no-repeat;
  height:100%;
  background-size:cover;
  padding:30px;
  text-align:center;
  display:flex;
  flex-direction:column;
}
#home-header-left img{
  max-width:100%;
  margin:0 auto;
  position:relative;
}
#home-header-left img#squareLogo{
  max-width:200px;
  width:100%;
}
#home-header-left #logo{
  margin:0 auto 20px;;
}
#home-header-left-top{
  margin-bottom:auto;
  height:100%;
}
#home-nav{
  display:flex;
  height:calc(100% - 70px);
  align-items:center;
  justify-content:center;
  background-color: #00000003;
}
#home-header-left ul{
  list-style:none;
  padding:0;
}
#home-header-left ul li a{
  font-family:'Montserrat', sans-serif;
  font-weight:700;
  font-size:28px;
  text-transform: uppercase;
  text-decoration:none;
  color:#fff;
}
#home-header-left ul li a:hover{
  color:#D6C8AA
}
#home-header-right{
  display:block;
  position:relative;
}
#home-header-right .owl-prev, #home-header-right .owl-next{
  color:rgba(255,255,255,0.5);
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:36px;
}
#home-header-right .owl-prev{
  left:25px;
}
#home-header-right .owl-next{
  right:25px;
}

#home-banner p{
  display:block;
  background:#D6BF8C;
  text-align:center;
  padding:35px;
  margin:50px 0;
  border:16px solid #F2EFE6;
  font-family:'Arsenal', sans-serif;
  letter-spacing: 18.32px;
}

#home-spotlight{
  display:block;
  position:relative;
  margin:50px 0;
}
#home-spotlight-bg{
  background:rgba(240,233,220,0.55);
  border:8px solid rgba(221,204,178,0.55);
  display:block;
  width:75%;
  height:100%;
  position:absolute;
  left:25%;
  z-index:-1
}
#home-spotlight .img-responsive{
  margin:60px 0;
}

#home-featured{
  margin:50px 0;
  display:block;
  position:relative;
}
#home-featured-inner{
  background:#836040;
  margin:25px 0;
  padding:40px;
}

#home-collections{
  background:url('../img/collections-bg2.jpg') no-repeat;
  background-size:cover;
  padding:40px;
  text-align:center;
}
#home-collections-carousel{
  display:block;
  position:relative;
  width:100%;
  background:#3E2611;
  padding:40px;
}
#home-collections-carousel .owl-prev, #home-collections-carousel .owl-next{
  display:block;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  color:#D6C8AA;
}
#home-collections-carousel .owl-prev{
  left:-70px;
}
#home-collections-carousel .owl-next{
  right:-70px;
}
.home-collection-block{
  display:block;
  margin-bottom:25px;
}

@media(max-width:1200px){
  #home-header-left ul{
    display:none;
  }
  #home-header-left-bottom{
    display:none;
  }
}
@media(max-width:1550px){
  #home-header-left ul{
    margin:0;
  }
  #home-header-left-top ul li a{
    font-size:20px;
  }
}
@media(max-width:992px){
  #home-spotlight-bg{
    width:100%;
    left:0;
    height:calc(100% + 30px);
  }
  #home-spotlight{
    padding-bottom:50px
  }
  #home-featured-inner{
    padding:15px 0;
  }
}
@media(min-height:768px){
  .home-collection-block span{
    min-height:100px;
    display:inline-block;
  }
}