body{
    font-family: 'Zek Kaku Gothic Antique', sans-serif;
    color:#595959;
    overflow-x: hidden;
    font-size:initial;
}

h1,
h2,
h3{
    font-family:'PT Sans Narrow', sans-serif;

}

a{
  color:#595959;
}

.heading_label h3, .pic_caption h1, h1, h2{
  font-family: alegre_sans;
  font-size:3.6em;
}


.btn-primary,
.btn{
  background-color:#b6b768;
  border-radius:0;
  padding:10px 25px;
  border: 1px solid #b6b768;
  font-family:'Zen Kaku Gothi Antique',sans-serif;
  font-weight: bold;
  color:#363636;
  font-size:initial;
}


.btn-primary:hover,
.btn:hover{
  background-color:#fff;
  color:#363636;
  border:1px solid #fff;
}


.grey-btn{
  background-color:#636363;
  color:#fff;
  border: 5px solid transparent;
  padding:10px 25px;
}

.grey-btn:hover{
  border:5px solid #363636;
}

.overlay{
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: -0;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  transform:rotate(180deg);
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.side-nav i{
  transition:0.2s color ease-in-out;
}

.side-nav i:hover{
  color:#b6b768;
}


/* Search Overlay */

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}
#mk-fullscreen-searchform:focus{
  outline: none;
  border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 30px;
  color: #fff;
  color: rgba(255, 255, 255, .2);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus{
  border: none;
  outline: none;
  color: #fff !important;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(180deg);
}

#mk-fullscreen-searchform {
  position: relative;
  verticle-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 800px;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  border: 0;
  text-align: center;
  font-size: 35px;
  padding: 20px;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus{
  boder: none;
  outline: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}

.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .94);
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
  z-index: 999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
  font-size: 26px;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(0deg);
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}


#mk-fullscreen-search-input:focus{
  box-shadow: 0px 3px 0px 0px rgba(255,255,255,0.54) !important;
}

.dark-bg{
    background-color:#000;
}

.navbar{
    padding:15px 0;
    position:relative;
    z-index:1;
    width:100%;
    transition:all 1s linear;
    top:0;
}
.navbar a{
    color:#fff;
    font-size:18px;
    margin-right:0;
    font-family:'PT Sans Narrow', sans-serif;
}


.navbar-menu > .nav-item {
    position: relative;
    transition-duration: 0.25s;
}
.navbar-menu > .nav-item::after {
    background-color: #b6b768;
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    transition-duration: 0.25s;
    width: 100%;
}
.navbar-menu > .nav-item > .nav-link {
    cursor: pointer;
    display: inline-block;
    padding: 15px;
}
.navbar-menu.-material > .nav-item:hover::after,
.navbar-menu.-material > .nav-item.active::after {
    transform: scaleX(1);
}
.navbar-menu.-material > .nav-item::after {
    content: '';
    transform: scaleX(0);
    transform-origin: center;
}

.navbar-scroll{
    transition:all 1s linear;
    position:fixed;
    left:0;
    right:0;
    top:0;
    padding:5px 0;
    z-index:20;
}

.navbar-scroll img{
  width:64%;
}


.carousel-fade{
  border-bottom: 5px solid #b6b768;
}

.carousel-fade .carousel-item {
	opacity: 0;
  height:auto;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel .carousel-items{
  height:auto;
}
.carousel .carousel-item img{
  margin-top:0;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}


.carousel .carousel-item  img{
  width:100%;
}


.overlay-effect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index:1;
    background-color: rgba(0, 0, 0, 0.3);
    overflow:hidden;
  }
.carousel-indicators li{
    border-radius:50%;
    height:15px;
    width:15px;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 25s;
  animation: zoom 25s;
}


.slide-up {
    -webkit-animation: slide-up 1.5s cubic-bezier(0.65, 0, 0.35, 1) both;
            animation: slide-up 1.5s cubic-bezier(0.65, 0, 0.35, 1) both;
    }
    
    @-webkit-keyframes slide-up {
    0% {
        transform: translateY(100px);
        opacity:0;
    }
    100% {
        transform: translateY(0);
        opacity:1;
    }
    }
    
    @keyframes slide-up {
    0% {
        transform: translateY(100px);
        opacity:0;
    }
    100% {
        transform: translateY(0);
        opacity:1;
    }
}


p.slide-up {
  animation-delay: 0.8s;
}

a.slide-up {
  animation-delay:1s;
}


.carousel-caption{
    bottom:30%;
    text-transform: uppercase;
    overflow:hidden;
}
.carousel-caption h3{
    font-size:70px;
    font-weight:bold;
}
.carousel-caption p{
    font-size:1em;
    font-family:'Zen Kaku Gothi Antique',sans-serif;
    font-weight: lighter;
}



.welcome-area h1{
    font-size:3em;
    font-weight:bolder;
}

.welcome-area p{
    font-size:20px;
    font-weight:lighter;
    color:#666;
    font-family:'Zen Kaku Gothi Antique', sans-serif;
}




.focus-images .col-lg-4 img{
    width:100%;
    height:350px;
}

.focus-images .btn{
    position:absolute;
    bottom:80px;
    left:117px;
}


.focus-images .col-lg-4 h1{
    color:#fff;
    position:absolute;
    top:98px;
    font-family:'PT Sans Narrow', sans-serif;
    left:0px;
    font-size:51px;
    text-shadow:0 3px 4px #000;
}

/* .focus-images .overlay-effect{
    width:92.5%;
    left:14px;
} */

#mc_embed_signup label{
  width:100%;
}

footer i{
    color:#b6b768;
}

footer{
    padding:40px;
    background-color:#000;
    margin-top:45px;
    padding-bottom: 10px;
}

footer .site-map a,
footer .store-hours,
footer p,
footer a,
footer h5,
footer h2,
footer span{
    color:#fff;
}


footer .site-map,
footer .store-hours-container{
  margin-top:18px;
}

footer .store-hours-container{
  /* border: 2px solid #b6b768; */
  padding: 30px 20px;
  padding-bottom:0;
  position:relative;
  top:-25px;
}

.store-hours-container ul{
  margin-bottom:0;
}


.store-hours-container .col-lg-6:nth-child(2){
  text-align:left;
}

.store-hours-container .col-lg-6:nth-child(3){
  text-align:right;
}

footer .company-info a:hover{
  color:#fff;
}

footer h5{
    padding-bottom:5px;
}
footer ul li{
    list-style:none;
    line-height:41px;
}
footer ul{
    padding-left:0;
}
.copyright-container,
.copyright-container a{
    color:#636363;
}

footer a.social-icons i{
  color:#000;
  font-size:20px;
  position:relative;
  left:-24px;
  bottom:7px;
}

footer a.social-icons .fa-facebook-f{
  left:-21px;
}


footer a.social-icons:before{
  background-color:#b6b768;
  border-radius:50%;
  height:30px;
  width:30px;
  display:inline-block;
  content:'';
  z-index:0;
}

.filter_box{
  width:95%;
}


@media only screen and (min-width:320px) and (max-width:575px){
  .navbar{
    position:relative;
    width:100%;
    z-index:1;
    padding:5px 10px;
  }
  .fa-bars{
    color:#fff;
    font-size:1.5em;
  }
  .carousel .carousel-item img{
    width:100%;
    height:350px;
    box-shadow: 0 0 15px #333;
  }
  .carousel .carousel-item{
    height:350px;
  }
  .carousel-caption, .carousel-caption .btn{
    font-size:16px;
  }

  .carousel-caption h3{
    font-size:25px;
  }

  .carousel-caption{
    bottom:20%;
  }
  .navbar-menu > .nav-item::after{
    display:none;
  }
 
  .navbar .nav-item.active a{
    color:#fff;
  }
  .welcome-area{
    padding:10px 2em;
  }
  .welcome-area p{
    font-size:16px;
  }
  .focus-images .white-border{
    width:285px
  }
  .focus-images .col-sm-12{
    margin-bottom:15px;
  }
  .focus-images .col-lg-4 h1{
    font-size:46px;
  }
  .focus-images .overlay-effect{
    width:91.5%;
  }
  footer{
    padding:15px 5px;
  }
  footer .store-hour-container .col-sm-6{
    width:50%;
  }
}

@media only screen and (min-width:576px){
  .carousel .carousel-item{
    height:450px;
  }
}

@media only screen and (min-width:1020px){
  .carousel .carousel-item{
    height:auto;
  }
  .carousel .carousel-item img{
    padding-top:0;
  }
  .navbar .navbar-nav .active, .navbar .navbar-nav .active a{
    background-color:transparent;
    color:#fff;
  }
}
