/*@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url(fonts/Montserrat);
  }*/
  body{
    margin: 0;
    padding: 0;    
    src: url(fonts/Montserrat);
    font-family: 'Montserrat', sans-serif;
  }
  p{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 400;
  }
  .topbar{
    background-color: #999999;
    color: #e6e6e6;
    padding: 8px 0;  
    font-size: 14px;
  }
  .top-menu{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .top-menu li{
    display: inline-block;
    margin-right: 8px;
  }
  .social-icon{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .social-icon li{
    display: inline-block;
    margin-left: 8px;
  }
  .social-icon a{
    text-decoration: none;
    color: #e6e6e6;
  }
  .social-icon__links{
    height: 22px;
    width: 22px; 
    border: 1px solid #e6e6e6;
    text-align: center;
  }
  .social-icon__links:hover,
  .social-icon__links:active{
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  #mynavbar {
    overflow: hidden;
    background-color: #ffffff;
    padding: 14px 0;
  }
  .navbar{
    padding: 0;
  }
  .navbar-brand {
    padding-top: 0;
  }

  .sticky {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(250, 250, 250, .95) !important;
    box-shadow: 0 0px 10px -3px grey;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 5px 0 !important;
  }

.sticky .logo{
  height: 70px;
}
  .logo{
    display: block;
    height: 100px;
  }
  .menu {
    width: 100%;    
    margin: 0;
    position: relative;
    float: right;
    list-style: none;
  }
  .menu li{
    display: inline-block;
  }
  .menu li a {
    float: left;
    display: block;
    color: #999999;
    text-align: center;
    margin-left: 20px;
    /*margin-top: 38px;*/
    text-decoration: none;
    font-size: 14px;
    font-weight: 450;
  }
  .menu li a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;  
    right: 0;
    left: 0;
    background-color: #000000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .menu li a.active:hover,
  .menu li a.active,
  .menu-links,
  .menu li a:hover,
  .menu li a:active {
    color: #000000;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .menu li a:hover::before {
    content: '';
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
.main-slider{
  background-image: url(../images/hh_slider-1.jpg);
  height: 550px;
  width: 100%;
  }
  .parallex-effect{
    background-image: url(../images/hh_parallex_bg.jpg);  
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    height: 1470px;
  }
  .welcome{
    padding: 20px 0px;
  }
  .welcome p{
    font-size: 15px;
    text-align: center;
    padding: 10px 135px;
    color: #808080;
  }
  .welcome h1{
    text-align: center;
    color: #808080;
    font-size: 32px;
    font-weight: 400;
  }
    .welcome h1::before{
    content:' ';    
    display:block;
    width: 300px;    
    margin-top: 60px;
    margin-bottom: -45px;
    margin-left: calc(50% - 150px);
    border-bottom: 1px solid #808080;
  }
  .welcome h1::after{
    content:' ';    
    display:block;
    width: 150px;    
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: calc(50% - 75px);
    border-bottom: 4px solid #808080;
  }
  .welcome-button{
    color: #ffffff;
    background-color: #808080;
    border-radius: 50px;
    border: 0;
    padding: 5px 25px;
  }
  .welcome-button:hover{
    background-color: #000000;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
  }
.collection-title{
  background-color: #808080;
  color: #ffffff;
  padding: 5px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 24px;
}
.our-collection{
  position: relative;  
  width: 312px;
  margin: 25px 0;
  border-radius: 0;
}
.our-collection:hover img{  
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
  transition: all .3s ease-in-out;
}
.card-body{
  padding: 0;
}
.card-body img{
  width: 100%;
}
.card-footer{
  background-color: #808080;
  color: #ffffff;
  padding: 8px 0;
  border-radius: 0 !important;
}
.card-footer a{
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.card-footer:hover,
.card-footer:active{
  background-color: #000000;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.am-class{
  margin: 0 20px;
}
.featured-product{
  padding: 20px 0;
  margin: 0 10px;
}
.featured-product img{
  width: 231px !important;
  height: 231px !important;
  border: 1px solid #808080;
  border-radius: 50%;
}
.featured-product img:hover{
  box-shadow: 0 0px 10px 2px #808080;
}
.newsletter{
  background-color: #808080;
  padding: 10px 0 30px 0;
}
  .newsletter h1{
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 15px;
  }
    .newsletter h1::before{
    content:' ';    
    display:block;
    width: 300px;    
    margin-top: 60px;
    margin-bottom: -45px;
    margin-left: calc(50% - 150px);
    border-bottom: 1px solid #ffffff;
  }
  .newsletter h1::after{
    content:' ';    
    display:block;
    width: 150px;    
    margin-top: 3px;
    margin-bottom: 10px;
    margin-left: calc(50% - 75px);
    border-bottom: 4px solid #ffffff;
  }
  .newsletter button{
    color: #808080;
    background-color: #ffffff;
    border-radius: 50px;
    border: 0;
    padding: 5px 25px;
    font-weight: 500;
    float: left;
    margin-top: 5px;
  }
  .newsletter button:hover{
    background-color: #000000;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    cursor: pointer;
  }
.newsletter input{
  width: 70%;
  padding: 8px;
  color: #808080;
  border: 1px solid #808080;
  float: right;
  margin-right: 25px;
}
.location-map iframe{
  border: 1px solid #808080;  
  width: 85%;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-footer{
  background-image: url(../images/hh_footer_bg.jpg);
  width: 100%;
  height: 390px;
  padding: 30px 0;
}
.copyright{
  padding: 10px 0;
  color: #808080;
  font-size: 13px;
  text-align: center;
}
.main-footer h4{
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  padding-bottom: 15px;
}
.main-footer h4::after{
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  border-top: 2px solid #ff9000;
  margin: 8px 0 0;
}
.main-footer p{
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  padding-right: 32px;
}
.quick-links{
  list-style: none;
  line-height: 35px;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.quick-links li a{
  text-decoration: none;
  color: #ffffff;  
}
.quick-links li a:hover{
  color: #ff9000;
  font-weight: 500;
}
.footer-social-links{
  list-style: none;
  line-height: 55px;
  padding: 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.footer-social-links li a{
  text-decoration: none;
  color: #ffffff;  
}
.footer-social-links li a:hover{
  color: #ff9000;;
}

.footer-social-links li i{
  background-color: #ffffff;
  color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  padding: 7px 8px;
  font-size: 18px;
}
.footer-social-links li i:hover{
  background-color: #000000;
  color: #ff9000;;
}
.contact-info{
  list-style: none;
  line-height: 20px;
  padding: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;  
}
.contact-info li i{
  background-color: #ffffff;
  color: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
}
.contact-info li{
  padding-bottom: 12px;
}
.contact-info li:first-child i{
  padding: 6px 9px;
}
.contact-info li:nth-child(2) i{
  padding: 6px 7px;
}
.contact-info li:nth-child(3) i{
  padding: 5px 6px;
}
.slick-prev::before, 
.slick-next::before {
    color: #808080;
    font-size: 30px;
}
.slick-prev, .slick-next{
  width:30px;
  height: 30px;
}
.slick-list{
  align-items: center;
}
.carousel-indicators li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel-indicators li:hover{
  cursor: pointer;
  background-color: #ffffff;
}



@media screen and (max-width: 992px) {
  .social-icon {
    padding: 10px 0 0 0;
  }
  .logo {
    height: 80px;
  }
  .sticky{
    height: 90px;
  }
  .sticky .menu {
    padding-top: 33px !important;
  }
  .welcome h1 {
    font-size: 28px;
  }
  .welcome h1::after {
    margin-top: 9px;
  }
  .menu li a {
    margin-left: 5px;
    font-size: 13px;
  }
  .menu {
    padding: 31px 0 0 0;
  }
  .our-collection {
    width: 100%;
    margin: 15px 0;
  }
  .card-footer a {
    font-size: 13px;
  }
  .featured-product img{
    height: 100% !important;
  }
  .newsletter h1 {
    font-size: 28px;
  }
  .newsletter h1::after {
    margin-top: 9px;
  }
  .newsletter input {
    width: 80%;
  }
  .main-footer {
    height: 425px;
  }
  .main-footer h4 {
    font-size: 18px;
  }
  .main-footer p {
    font-size: 14px;
    padding-right: 5px;
  }
}


@media screen and (max-width: 480px) {
  .pull-right {
    float: left;
  }
  .welcome h1 {
    font-size: 22px;
  }
  .welcome h1::after {
    content: ' ';
    display: block;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: calc(50% - 75px);
    border-bottom: 4px solid #808080;
  }
  .welcome h1::before {
    content: ' ';
    border-bottom: 0;
  }
  .welcome p {
    padding: 10px 10px;
  }
  .newsletter h1::before {
    content: ' ';
    border-bottom: 0;
  }
  .newsletter h1 {
    font-size: 22px;
  }
  .newsletter input {
    width: 100%;
    margin: 0;
    float: left;
  }
  .newsletter button {
    float: inherit;
  }
  .main-footer {
    height: 1135px;
  }
}