

body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}


body {
	color: #3d3d3d;
	font-size: 17px;
	line-height: 23px;
}

.container{
	width: 1100px;
}


h1, h2, h3, h4{
	font-weight: 400;
	
}


a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	color: #000;
}
a:hover {
	color: #000;
}


h1 {
    font-size: 40px;
    line-height: 46px;
}

.content-text h1{
	text-transform: uppercase;
}

.content-text h2 {
    font-size: 40px;
    line-height: 46px;
	color: #fff;
	text-transform: uppercase;
}

.content-text h3 {
    font-size: 34px;
    line-height: 38px;
}

.content-text p {
    font-size: 20px;
	line-height: 26px;
	color: #ccc;
	margin: 25px auto;
}

.content-text .btn-primary {
  margin-top: 15px;
}

.our-outlets p, 
.bg-gradient-yellow p {
  color: #fff;
}


h1.small {
    font-size: 34px;
    line-height: 38px;
}


h2{
	font-size: 22px;
	line-height: 26px; 
}

h2.small {
    font-size: 24px;
}

h3 {
    font-size: 17px;
    line-height: 24px;
}

h4{
	font-size: 18px;
}


p.large {
  font-size: 20px;
  line-height: 26px;
}

.strong {
    font-weight: 600;
}

.thin{
	font-weight: 400;
}

.thick{
	font-weight: 900;
}


figure{
	margin: 0px;
}

.letter-spacing{
	letter-spacing: 1px;
}

.bg-grey {
    background: #313131;
}

.bg-grey2 {
    background: #161616;
}

.bg-grey3{
	background: #272727;
}

.bg-black{
	background: #000;
}

.border-grey{
	border: 1px solid #e5e5e5;
}


.text-black{
	color: #000;
}

.text-white a{
	color: #fff;
}

.text-grey{
	color: #ccc;
}

.form-control:focus{
	box-shadow: none;
}

.shadow {
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.15) !important;
}

.border{
	border: 1px solid #555 !important;
}

.round{
	border-radius: 8px;
	overflow: hidden;
}

.btn-primary {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 35px 11px 35px;
  color: #000;
  border-radius: 0px;
  border: 1px solid #fff;
  text-transform: uppercase;
}

.btn-primary:hover{
	background: #e5ba21;
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
}

.btn-primary:focus, 
.btn-primary.focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e5ba21;
  border-color: transparent;
}

.btn-secondary {
  background: #fff;
  color: #000;
  border-radius: 0;
  border: 0px;
  padding: 10px 15px 5px 15px;
  font-size: 15px;
  border: 1px solid transparent;
}

.btn-secondary:hover{
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.btn-secondary:focus, 
.btn-secondary.focus {
    box-shadow: none;
}

.career-form .btn-secondary:hover{
	background: #e5ba21;
	color: #000;
}

.btn-dark {
  background: #000;
  color: #fff;
  border-radius: 0;
  border: 0px;
  padding: 15px 25px 10px 25px;
  font-size: 15px;
  border: 1px solid transparent;
}

.btn-dark:hover{
  background: #e5ba21;
  color: #000;
  border: 1px solid #000;
}

.bg-gradient-yellow{
background: rgb(49,49,49);
background: -moz-linear-gradient(180deg, rgba(49,49,49,1) 0%, rgba(134,109,43,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(49,49,49,1) 0%, rgba(134,109,43,1) 100%);
background: linear-gradient(180deg, rgba(49,49,49,1) 0%, rgba(134,109,43,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#313131",endColorstr="#866d2b",GradientType=1);}

.preLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #666;
    z-index: 10;
    display: table;
}

.preLoaderContent {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}


.lds-ellipsis {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #e5ba21;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #333;
    text-indent: -9999px;
    display: none;
    z-index: 2;
    border: 1px solid #838383;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#000;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*----------------- Header -------------------*/


header{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.8491596467688638) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8491596467688638) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.8491596467688638) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);	
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5;
	padding-bottom: 60px;
}

header a {
    font-size: 14px;
    margin: 0 9px;
	font-weight: 400;
}

header.fixed-top {
    animation: smoothScroll 0.5s forwards;
    background: rgba(0,0,0,0.7);
	padding-bottom: 0px;
}

header.fixed-top .logo img {
  width: 70px;
  margin: -40px 10px 0 10px;
}

header.fixed-top .top-menu{
	display: none
}

header.fixed-top .mainMenu {
  margin-top: 50px;
}

header.fixed-top .navbar .navbar-nav.mainMenu a.nav-link {
  padding-bottom: 0px;
}


@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.mobile-logo{
	display: none;
}

.logo{
	margin: 0 50px;
}

.logo img {
  width: 125px;
  margin-top: -105px;
}




.navbar{
	padding: 0px;
	z-index:1;
	background: transparent;
}

.navbar-dark .navbar-toggler {
    border: 0px;
	background: #f2ca02;
	color: #fff;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.top-menu .fa-phone {
  border-radius: 50%;
  padding: 4px;
  font-size: 14px;
  margin-right: 6px;
}

.top-menu .social-media a i.fa-phone::before{
	opacity:1;
}

.top-menu .social-media a:hover i.fa-phone::before{
	border-bottom: 0px;
}

.top-menu .social-media a i::before{
	opacity: 0.8;
	padding-bottom: 5px;
}

.top-menu .social-media a:hover i::before{
	opacity: 1;
	border-bottom: 2px solid #eec31c;
}

.top-menu .btm-border {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.mainMenu {
	list-style: none;
	margin-top: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
	margin-top: 60px;
}

.navbar .navbar-nav.mainMenu a.nav-link {
    color: #fff;
    text-decoration: none;
	text-transform: uppercase;
	position: relative;
	border-bottom: 5px solid transparent;
	padding-bottom: 10px;
	margin-top: 5px;
}

.navbar .navbar-nav.mainMenu a.nav-link.btn-primary,
.navbar .navbar-nav.mainMenu a.nav-link.btn-primary:hover{
	padding: 9px 20px;
	color: #000;
	margin-top: -5px;
	border: 0;
}

.navbar .navbar-nav.mainMenu div.btn-group{
	vertical-align: top;
	color: #fff;
	margin-top: 5px;
}

.navbar .navbar-nav.mainMenu div.btn-group .dropdown-toggle{
	padding-bottom: 8px;
}

.navbar .navbar-nav.mainMenu div.btn-group > a {
	color: #fff;
	text-decoration: none;
}

.navbar .btn-group:hover .dropdown-menu{
	transition: .3s; 
	opacity:1; 
	visibility: visible; 
	top:100%; 
	transform: rotateX(0deg); 
	z-index: 2;
	border-top: 5px solid #f0c901;
}

.navbar .dropdown-menu{
	border-radius: 0px;
	display:block; 
	opacity: 0;  
	visibility: hidden; 
	transition:.3s; 
	margin-top: 0px; 
	left: 0px;
	z-index: -1;
	border-top: 5px solid #f0c901;
}

.navbar .btn-group:hover::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #f0c901;
    border-left: 8px solid transparent;
	border-right: 8px solid transparent;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
	margin-left: -8px;
    
}

.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.navbar .dropdown-menu.fade-up{ top:180%;  }
.navbar .navbar-nav.mainMenu li:first-child a.nav-link::after{
	display: none;
}


.navbar .navbar-nav.mainMenu a.selected,
.navbar .navbar-nav.mainMenu a.nav-link:hover,
.navbar .navbar-nav.mainMenu a.nav-link:focus, 
.navbar .navbar-nav.mainMenu .nav-item.active a.nav-link {
    border-bottom: 5px solid #f0c901;
}




.navbar .dropdown-menu.complex-menu{
	width: 655px;
	left: -200px;
	
}

.navbar .btn-group:hover .dropdown-menu.complex-menu::before {
	left: 40%;
}


.subpage-padding{
	padding-top: 180px;
}


.banner h1,
.banner h2{
  font-size: 35px;
  line-height: 40px;
}

.banner-slider div{
	position: relative;
}

.banner-slider aside {
	width: 55%;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0%);
	z-index: 3;
	text-align: center;
}

.banner-slider.subpage aside {
    top: auto;
    bottom: 20px;
}




.banner-slider figure {
    width: 100%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	background: #000;
}

.banner-slider figure img{
	width: 100%;
	opacity:0.7;
}

.banner-slider .slick-slide {
      padding: 0;
      position: relative;
  }
  
  
.banner-slider .slick-next {
  position: absolute;
  right: 4.1%;
  z-index: 1;
  width: 46px;
  height: 30px;
  display: block;
  top: auto;
  bottom: 110px;
}

.banner-slider .slick-prev {
  position: absolute;
  right: 8.5%;
  left: auto;
  width: 30px;
  height: 30px;
  display: block;
  top: auto;
  z-index: 1;
  bottom: 110px;
}

.banner-slider .slick-prev::before,
.banner-slider .slick-next::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  opacity: 1;
}

.banner-slider .slick-prev::before{
  background-image: url('../images/left-arrow-white.png');
}

.banner-slider .slick-next::before{
  background-image: url('../images/right-arrow-white.png');
}



@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.scroll-down {
  display: block;
  width: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.scroll-down img {
	-webkit-animation: action 1s infinite  alternate;
	animation: action 1s infinite  alternate;
	width: 25px;
	margin: 12px auto;
}



h2.line {
    position: relative;
    display: inline-block;
}

h2.line::after, h2.line::before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    background: #bbb;
    width: 100px;
    
    top: 17px;
}

h2.line::before{
	left:108%;
}

h2.line::after{
	right: 108%;
}


.brands-logos {
    margin: 0;
    padding: 0;
    list-style: none;
}

.brands-logos li{
    display: inline-block;
    margin: 20px 30px;
}

.brands-logos li img{
	max-height: 65px;
	max-width: 165px;
	margin: 20px;
	
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.zoom img,
.awards-slider .slick-slide img{

	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.zoom{
	overflow: hidden;
}

.zoom img{
	max-height: unset;
}

img.zoom{
	-webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .12s;
}

img.zoom:hover{
	transform: scale(1.07);
}


.brands-logos li:hover img,
.awards-slider .slick-slide:hover img,
.zoom:hover img {
    transform: scale(1.15);
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}


.product-box {
    position: relative;
	overflow: hidden;
}

.product-box:hover figure img {
    transform: scale(1.1);
}

.product-box aside {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    width: 100%;
	margin-left:0;
}

.product-box aside h3 {
  background: #161616;
  margin: 0;
  padding: 20px 20px 16px 20px;
  padding-left: 0px;
  border-bottom: 6px solid transparent;
}

.product-box aside:hover h3 {
  background: #3d3d3d;
  padding-left: 20px;
  border-bottom: 6px solid #f5de3b;
}


.product-box aside ul{
	display: none;
	opacity: 0;
	list-style-type: none;
	padding-left: 20px;
	font-weight: 400;
	font-size: 15px;
}

.product-box aside ul li{
	margin-bottom: 10px;
}

.product-box aside ul li a{
	text-decoration: none;
	text-transform: none !important;
}

.product-box aside ul li i {
  margin-left: 0px;
  font-size: 13px;
  color: #f5de3b;
  opacity:0;
}

.product-box aside ul li:hover i{
	margin-left: 10px;
	font-size: 15px;
	opacity:1;
}

.product-box:hover aside ul{
	display: block;
	opacity: 1;
}

.product-box:hover aside{
 	padding-top: 400px;
}

.our-outlets{
	background: url("../images/bg-our-outlets.jpg") no-repeat center center;
	background-size: cover;
}

.delivery figure{
	background: #000;
}

.delivery:hover figure img{
	opacity: 0.6;
}

.delivery figure i {
	display: none;
}

.delivery:hover figure i {
  position: absolute;
  right: 0;
  top: 45%;
  left: 0;
  font-size: 35px;
  display: block;
  z-index: 2;
}




.upcoming-slider .slick-slide{
	position: relative;
	margin: 0 5px;
}




.upcoming-slider figure{
	margin-bottom: 35px;
	position: relative;
	width: 55%;
	background: #000;
}

.upcoming-slider .slick-active figure {
  animation-name: flipDetails;
  animation-duration: 1.2s;
  opacity: 1;
}


@keyframes zoomIn {
	
  0% {
    opacity: 0;
  	transform-style: preserve-3d;
	transform: scale(0.2);
	-webkit-transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
	-webkit-transform: scale(1);
  }
}

@-webkit-keyframes zoomIn {
	
  0% {
    opacity: 0;
  	transform-style: preserve-3d;
	transform: scale(0.2);
	-webkit-transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
	-webkit-transform: scale(1);
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.upcoming-slider figure span img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  z-index: 2;
  object-fit: contain;
}

.upcoming-slider figure > img {
  width: 100%;
  opacity: 0.6;
}

.upcoming-slider aside {
  background: #000;
  padding: 40px;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0px;
}

.upcoming-slider aside h2{
	margin-bottom: 20px;
	font-size: 34px;
	line-height: 38px;
}

.upcoming-slider aside p{
	font-weight: 400;
}

.upcoming-slider .slick-active aside {
  animation-name: flipDetails;
  animation-duration: 1.8s;
  opacity: 1;
}

@keyframes flipDetails {
  0% {
    opacity: 0;
    
  }
  
  30% {
    opacity: 0;
  	transform-style: preserve-3d;
	transform: rotateY(90deg);
	-webkit-transform-transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
  }
}

.flipDetails {
  -webkit-animation-name: flipDetails;
  animation-name: flipDetails;
}

@-webkit-keyframes flipDetails {
  0% {
    opacity: 0;
    
  }
  
  60% {
    opacity: 0;
  	transform-style: preserve-3d;
	transform: rotateY(90deg);
	-webkit-transform-transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
  }
}



.upcoming-slider .slick-prev:before,
.upcoming-slider .slick-next:before {
  content: "";
  background: transparent;
  width: 25px;
  height: 25px;
  display: block;
  transform: rotate3d(0, 0, 1, 45deg);
}

.upcoming-slider .slick-prev:before{
	border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
}

.upcoming-slider .slick-next:before {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.upcoming-slider .slick-prev{
	left: -60px;
}

.upcoming-slider .slick-next{
	right: -60px;
}

.fancybox-thumbs__list a::before {
  border: 4px solid #f0c901;
}


.gallery-slider-1, 
.gallery-slider-2{
	overflow: hidden;
}

.gallery-slider-1 .slick-list{
	padding-left: 0px !important;
}

.gallery-slider-2 .slick-list{
	padding-right: 0px !important;
}

.gallery-slider-1 .slick-slide,
.gallery-slider-2 .slick-slide{
      margin: 3px 6px;
  }

.gallery-slider-1 .slick-list,
.gallery-slider-2 .slick-list{
  margin: 0 -5px;
}

.gallery-slider-1 a,
.gallery-slider-2 a{
	overflow: hidden;
	display: block;
}

.gallery-slider-1 img,
.gallery-slider-2 img {
    transform: scale(1);
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	height: 250px;
	object-fit: cover;
	overflow: hidden;
}

.gallery-slider-1 img:hover,
.gallery-slider-2 img:hover {
    transform: scale(1.08);
}


.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--fancybox-accent-color, #f0c901);
}






.gallery-tabs .nav-tabs{
	border: 0px;
}

.gallery-tabs .nav-tabs .nav-link {
  border: 0px;
  padding: 0 0 5px 0;
  font-size: 15px;
  color: #fff;
  margin: 15px 12px;
}

.gallery-tabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid #e5ba21;
  background: transparent;
  color: #fff;
}


.gallery-tabs .tab-content img {
    height: 250px;
    object-fit: cover;
	cursor: url("../images/zoom.png"), auto;
}

.gallery-tabs .tab-content figure{
	margin-bottom: 0px;
	background: #000;
}

.gallery-tabs .tab-content a:hover img {
	opacity: 0.85;
}

.gallery-tabs .tab-content .vertical img{
	height: 530px;
}






#careers label {
  margin: 15px 0px 3px 0;
  font-weight: 400;
}

.modal-content{
	background: #f5f5f5;
}

.modal-header .close {
  padding: 0;
  margin: 0 0 0 0;
  opacity: 1;
  font-size: 40px;
  line-height: 20px;
  color: #eec31c;
  text-shadow: 0px 1px 0px #666;
}

.form-control,
.modal-content{
	border-radius: 0px;
}

.btn-store{
	width: 150px;
}

.download-app a {
  text-decoration: none;
}

.slick-dots {
  bottom: -50px;
}

.slick-dots li button::before {
  width: 14px;
  height: 14px;
  content: '';
  opacity: 1;
  border: 1px solid #000;
}

.slick-dots li:hover button::before {
    background: #888;
}

.slick-dots li.slick-active button::before {
    background: #000;
}

/*------------- Teams Slider ----------------*/

h2.large{
	font-size: 40px;
}



.teams-slider .slick-slide{
	position: relative;
}

.teams-slider div{
	position: relative;
}

.teams-slider figure{
	display: block;
}


.teams-slider aside {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  color: #fff;
  left: 0px;
  text-align: left;
  padding: 15px;
  
background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6390756131554185) 0%, rgba(0,0,0,0.6390756131554185) 30%, rgba(252,252,252,0.5998599268809086) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6390756131554185) 0%, rgba(0,0,0,0.6390756131554185) 30%, rgba(252,252,252,0.5998599268809086) 100%);
background: linear-gradient(90deg, rgba(0,0,0,0.6390756131554185) 0%, rgba(0,0,0,0.6390756131554185) 30%, rgba(252,252,252,0.5998599268809086) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#fcfcfc",GradientType=1); 
  
}




.teams-slider aside h3 {
  margin-bottom: 0px;
  font-size: 20px;
}

.teams-slider aside p{
	margin-bottom: 0px;
}

.teams-slider .slick-dots li:hover button::before{
	background: #888;
}

.teams-slider .slick-dots li button::before {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}

.teams-slider .slick-dots li.slick-active button::before {
  background: #000;
}

/*------------- Awards Slider ----------------*/


.awards-slider{
	margin: 0 -20px;
}

.awards-slider .slick-slide {
  padding: 0 20px;
}



footer .media i::before {
    color: #909090;
    font-size: 24px;
	padding-bottom: 10px;
}

footer .media a:hover i::before {
    color: #ffffff;
	border-bottom: 4px solid #eec31c;
}

footer .media i{
	margin-right: 22px;
}


.copyrights{
	border-top: 1px solid #666;
}

.copyrights, .copyrights p, .copyrights a{
	font-size: 14px;
}


.bg-shadow{
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
}

.product-box aside, .product-box aside p, .product-box aside button, .product-box figure img, .listing-box figure img, .refrences-box figure img,
.btn-primary, .btn-secondary, footer .media a i, .box-item figure img, .product-box aside h3,
.product-box aside ul li i{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
/*-----product delivery load more-----*/
.content_prd, .content_dlvry{
	display:none;
}

.footer-menu .menu-item-136{
    display: none;
}

@media only screen and (max-width:1200px) {
	
	.container {
		width: 100%;
		max-width: unset;
	}
	
	
	.banner-slider aside {
		width: 100%;
	}
	
		
	.banner-slider .slick-next {
	  right: 20px;
	  bottom: 25px;
	}
	
	.banner-slider .slick-prev {
	  right: 80px;
	  bottom: 25px;
	}
	
	.banner-slider aside div {
		width: 100%;
		padding: 0px 40px;
	}
	
	.upcoming-slider .slick-prev {
	  left: -15px;
	}
	.upcoming-slider .slick-next {
	  right: -15px;
	}
	
	.upcoming-slider .slick-slide {
	  position: relative;
	  margin: 0 5px;
	  background: #000;
	}
	
	.upcoming-slider figure,
	.upcoming-slider aside{
		float: left;
		width: 50%;
		position: relative;
		margin-bottom: 0px;
	}
	
}

@media only screen and (max-width:991px) {
	
	.subpage-padding {
	  padding-top: 80px;
	}
	
	.mainMenu .logo {
	  display: none;
	}
	
	.mobile-logo {
	  display: block;
	  position: absolute;
	  background: rgba(0,0,0,0.8);
	  border-radius: 10px;
	  padding: 18px 4px 7px 8px;
	  border: 1px solid #999;
	  margin: 0;
	  top: -10px;
	  z-index: 5;
	}
	
	.mobile-logo img{
		height:70px;
	}
	
	.mainMenu,
	header.fixed-top .mainMenu{
		margin-top: 10px;
	}
	
	header{
		background: rgba(0,0,0,0.8);
		padding: 10px;
	}
	
	.top-menu{
		display: none;
	}
	
	.navbar .navbar-nav.mainMenu a.nav-link {
	  border-bottom: 0;
	  margin-top: 5px;
	  text-align: right;
	  padding-bottom: 0px;
	}
	
	.navbar .navbar-nav.mainMenu a.nav-item:hover, 
	.navbar .navbar-nav.mainMenu a.nav-item:focus, 
	.navbar .navbar-nav.mainMenu a.nav-item.active {
		border-bottom: 0;
	}
	
	.brands-logos li{
		margin: 10px 20px;
	}
	
}

@media only screen and (max-width:767px) {
	
	
	h1, h1.small,
	.content-text h2,
	.content-text h3,
	h2.large {
		font-size: 24px;
		line-height: 30px;
	}
	
	h2 {
		font-size: 20px;
		line-height: 22px;
	}
	
	p.large {
	  font-size: 17px;
	  line-height: 22px;
	}
	
	
	
	.banner-slider aside h1 {
		font-size: 25px;
		text-align: center;
		line-height: 28px;
	}
	

	.banner-slider aside p{
		display: none;
	}
	
	.banner-slider.subpage aside {
		top: 50%;
		bottom: auto;
	}
	
	.product-box {
	  margin-bottom: 20px;
	}
	
	.product-box aside ul{
		display: block;
		opacity: 1;
	}
	
	.product-box aside{
		padding-top: 500px;
	}
	
	.product-box aside h3 {
	  background: #3d3d3d;
	  padding-left: 20px;
	  border-bottom: 6px solid #f5de3b;
	}
	
	.upcoming-slider figure,
	.upcoming-slider aside{
		width: 100%;
	}
	
	.upcoming-slider figure span img {
	  width: 150px;
	  height: 70px;
	}
	
	.brands-logos li{
		margin: 10px;
	}
	
	.brands-logos li img {
		  max-height: 45px;
		  max-width: 142px;
		  margin: 3px;
	}

	.btn-primary {
	  padding: 9px 16px 5px 16px;
	}
	
	.slick-dotted.slick-slider {
		margin-bottom: 45px;
	}
	
	.upcoming-slider aside {
	  padding: 20px;
	}
	
	.upcoming-slider aside h2 {
	  margin-bottom: auto;
	  font-size: 22px;
	  line-height: 23px;
	}
	
	.upcoming-slider aside p {
	  font-size: 14px;
	  line-height: 19px;
	}
	
	.btn-store{
		width: 100px;
	}
	
	.gallery-slider-1 img, 
	.gallery-slider-2 img{
		height: auto;
	}
	
	footer h3 {
		margin: 25px 0 15px;
	}
	
	footer a,
	footer p, 
	.copyrights a,
	.copyrights p,
	.product-box aside ul li a,
	.navbar-nav .nav-link {
	  font-size: 18px;
	  line-height: 28px;
	}
	
	#scroll{
		bottom: 20px;
	}
	.teams-slider aside {
	  position: relative;
	  background: #333;
	}
	.banner-slider aside div {
  		padding: 0px 10px;
	}
	.scroll-down {
  		display: none;
	}
	.banner h2 {
	  font-size: 23px;
	  line-height: 30px;
	}
	.teams-slider .slick-slide img {
  display: block;
  height: 204px;
  object-fit: cover;
}

.teams-slider .slick-slide {
  margin-bottom: 15px;
}



.teams-slider aside h3 {
  margin-bottom: 0px;
  font-size: 17px;
}



.teams-slider aside p {
  font-size: 15px;
}
}


@media only screen and (max-width:576px) {
	
	.gallery img {
	  height: 120px;
	}
	
	.banner-slider figure img {
		height: 370px;
	}
	
	
}

@media only screen and (max-width:420px) {
	
	

	
	
}

    


