
/********************************************************
			Custom Styles
********************************************************/

/* mouse grab icon */
.grabbing {
  cursor: url("../img/theme/grabbing.png") 8 8, move;
}
 
.customNavigation {
  position: absolute;
  width: 50px;
  top: -65px;
  direction: ltr !important;
  left: auto;
  right: 15px;
  z-index: 8;
}

.customNavigation a {
	  font-size: 0px;
    position: absolute;
    font-weight: 300;
    height: 25px;
    width: 10px;
    line-height: 30px;
    padding: 0px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border: 0;
    transition: none;
    background: rgba(0, 0, 0, 0) url(../img/theme/slide-arrow.png) no-repeat scroll 0 0;
}
.customNavigation a.btn {
    background: rgba(0, 0, 0, 0) url(../img/theme/slide-arrow.png) no-repeat scroll 0 0;
}
.customNavigation a.prev:before {
    content: '\f104';
    font-family: "FontAwesome";
    font-size: 0px;
    color: #000000;
}
.customNavigation a.next:before {
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 0px;
    color: #000000;
}
.customNavigation a.prev, 
.customNavigation a.btn.prev {
  left: 0;
  background-position: 0px -24px;
}
.customNavigation a.prev:hover  {
  background-position: 0px -56px;
}
.customNavigation a.next,
.customNavigation a.btn.next {
  right: 0;
  background-position: -32px -24px;
}
.customNavigation a.next:hover {
  background-position: -32px -56px;
}
.top_button {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 34px;
    left: auto;
    bottom: 30px;
    top: auto;
    background-image: url(../img/theme/top-button.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    z-index: 999;
}
.additional-carousel .slick-next {
    right: 0;
    bottom: -30px;
    left: -15px;
    top: auto;
    margin: 0 auto;
}
.additional-carousel .slick-prev {
	bottom: auto;
    top: -20px;
    margin: 0 auto;
    left: -15px;
    right: 0;
}
.additional-carousel .slick-next:before {
    content: "\f107";
}
.additional-carousel .slick-prev:before {
    content: "\f106";
}
.additional-carousel .slick-prev:before, .additional-carousel .slick-next:before {
    color: #787878;
    font-size: 25px;
    font-family: 'FontAwesome';
    background: none;
    height: 20px;
    line-height: 20px;
    width: 20px;
    border: none;
}
@media (max-width: 480px) {
  .customNavigation {
      width: 35px;
  }
}

#index .spinner {
	background: url(../img/theme/loading.gif) no-repeat center center #ffffff;
    z-index: 100000;
    background-size: 300px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

@media (max-width: 479px) {
  #index .spinner {

  }
}

.owl-carousel .owl-nav button {
	display: block;
    position: relative;
    top: 32%;
    z-index: 99;
    bottom: auto;
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: #6c6c6c;
    background-color: #ffffff !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0 3px;
    border: 1px solid #E5E5E5 !important;
}
.owl-carousel .owl-nav button.owl-next {
    background-image: url(../img/theme/prod-next.svg) !important;
    right: 0;
    left: auto;
    cursor: pointer;
}
.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../img/theme/prod-prev.svg) !important;
    right: auto;
    left: 0;
    cursor: pointer;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(../img/theme/prod-next-hover.svg) !important;
    background-color: #7E4C4F !important;
    border-color: #7E4C4F !important;
}
.owl-carousel .owl-nav button.owl-prev:hover {
    background-image: url(../img/theme/prod-prev-hover.svg) !important;
    background-color: #7E4C4F !important;
    border-color: #7E4C4F !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	font-size: 0;
}
.owl-carousel:hover .owl-nav button {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.owl-nav {
    position: static;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.owl-carousel.owl-loaded {
    text-align: center;
}
.owl-carousel.owl-rtl {
    
}
@media (min-width: 992px) {
.owl-nav .owl-prev:before, .owl-nav .owl-prev:after, .owl-nav .owl-next:before, .owl-nav .owl-next:after {
    content: '';
    background: #E5E5E5;
    height: 1px;
    display: block;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.owl-nav .owl-next:before {
    width: 60px;
    right: -61px;
    top: 11px;
    bottom: auto;
    left: auto;
}
.owl-nav .owl-next:after {
    width: 42px;
    right: -43px;
    top: 17px;
    bottom: auto;
    left: auto;
}
.owl-nav .owl-prev:after {
    width: 42px;
    left: -43px;
    top: 17px;
    bottom: auto;
    right: auto;
}
.owl-nav .owl-prev:before, .owl-nav .owl-prev:before {
    width: 60px;
    left: -61px;
    top: 11px;
    bottom: auto;
    right: auto;
}
.owl-nav {
    position: static;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.owl-carousel.owl-loaded {
    text-align: center;
}
.owl-nav .owl-prev:hover:before, .owl-nav .owl-prev:hover:after, .owl-nav .owl-next:hover:before, .owl-nav .owl-next:hover:after {
    background: #7E4C4F;
}
}
@media (max-width: 991px) {
.additional-carousel .slick-prev {
    bottom: auto;
    top: 45%;
    left: -25px;
    right: auto;
}
.additional-carousel .slick-prev:before {
    content: "\f177";
}
.additional-carousel .slick-prev:before, .additional-carousel .slick-next:before {
    font-size: 16px;
}
.additional-carousel .slick-next {
    right: -25px;
    bottom: auto;
    left: auto;
    top: 45%;
}
.additional-carousel .slick-next:before {
    content: "\f178";
}

}