/*-------------------------------------------*/
/*-------------------------------------------*/
/*BEGIN FONT CSS*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face{font-family:Adam;src:url('../fonts/adam.otf');}
/*END FONT CSS*/
/*-------------------------------------------*/
/*BEGIN GLOBAL CSS*/
* {
	border: 0;
	padding: 0;
	margin: 0;
}
body {
	white-space: normal;
	word-wrap: break-word;
	font-family: Open Sans;
	color: #282828;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	overflow-x: hidden;
}
a {
	color: inherit;
	transition: all ease 0.3s;
    font-family: Open Sans !important;
}
a, a:hover, a:focus, a:visited {
	text-decoration: none !important;
	outline: none !important;
}
img {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;  
}
.section-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.flex-control-nav {
	bottom: 10px;
	z-index: 2;
}
.flex-control-paging li {
	position: relative;
	display: inline-block;
	margin: 0 5px 5px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.flex-control-paging li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}
.flex-control-paging li a:focus {
	outline: none !important;
}
.flex-control-paging li a {
	overflow: hidden;
	background-color: rgba(255,255,255,0.6);
	box-shadow: inset 0 0 0 1px transparent;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.flex-control-paging li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: #39aea8;
	box-shadow: 0 0 1px #39aea8;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.flex-control-paging li a:hover,
.flex-control-paging li a:focus {
	background-color: rgba(255,255,255,0.6);
}
.flex-control-paging li a.flex-active {
	background-color: #39aea8;
}
.flex-control-paging li a.flex-active::after {
	height: 100%;
}
/*END Overwrite Flexslider CSS*/
/*-------------------------------------------*/
/*END GLOBAL CSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*BEGIN WRAPPER CSS*/

/*END WRAPPER CSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*BEGIN HEADER CSS*/
/*END HEADER CSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*BEGIN CONTENT CSS*/
h1,h2,h3,h4,h5,h6,ul,p {
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.5;
}
section {
	float: left;
	width: 100%;
	position: relative;
}
p {
	color: #505050;
	letter-spacing: 1px;
}
/*margin top*/
.mt-0 {margin-top: 0;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-35{margin-top: 35px;}
.mt-40{margin-top: 40px;}
.mt-45{margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}
.mt-80{margin-top: 80px;}
.mt-90{margin-top: 90px;}
.mt-100{margin-top: 100px;}
.mt-130{margin-top: 130px;}
/*margin bottom*/
.mb-0 {margin-bottom: 0;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
/*margin left and right*/
.mx-auto {margin-left: auto;margin-right: auto;}
.mx-0 {margin-left: 0;margin-right: 0;}
.mx-10 {margin-left: 10px;margin-right: 10px;}
.mx-20 {margin-left: 20px;margin-right: 20px;}
.mx-30 {margin-left: 30px;margin-right: 30px;}
.mx-40 {margin-left: 40px;margin-right: 40px;}
.mx-50 {margin-left: 50px;margin-right: 50px;}
.mx-60 {margin-left: 60px;margin-right: 60px;}
.mx-70 {margin-left: 70px;margin-right: 70px;}
.mx-80 {margin-left: 80px;margin-right: 80px;}
.mx-90 {margin-left: 90px;margin-right: 90px;}
.mx-100 {margin-left: 100px;margin-right: 100px;}
/*margin top and bottom*/
.my-10 {margin-top: 10px;margin-bottom: 10px;}
.my-20 {margin-top: 20px;margin-bottom: 20px;}
.my-30 {margin-top: 30px;margin-bottom: 30px;}
.my-40 {margin-top: 40px;margin-bottom: 40px;}
.my-50 {margin-top: 50px;margin-bottom: 50px;}
.my-60 {margin-top: 60px;margin-bottom: 60px;}
.my-70 {margin-top: 70px;margin-bottom: 70px;}
.my-80 {margin-top: 80px;margin-bottom: 80px;}
.my-90 {margin-top: 90px;margin-bottom: 90px;}
.my-100 {margin-top: 100px;margin-bottom: 100px;}
.my-135 {margin-top: 135px;margin-bottom: 135px;}
.my-140 {margin-top: 140px;margin-bottom: 140px;}
/*margin right*/
.mr-5 {margin-right: 5px;}

/*Padding top*/
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-70 {padding-top: 70px;}
.pt-75 {padding-top: 75px;}
.pt-80 {padding-top: 80px;}
.pt-90 {padding-top: 90px;}
.pt-100 {padding-top: 100px;}

/*Padding bottom*/
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}
.pb-40 {padding-bottom: 40px;}
.pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;}
.pb-55 {padding-bottom: 55px;}
.pb-60 {padding-bottom: 60px;}
.pb-70 {padding-bottom: 70px;}
.pb-80 {padding-bottom: 80px;}
.pb-90 {padding-bottom: 90px;}
.pb-100 {padding-bottom: 100px;}
.pb-110 {padding-bottom: 110px;}
.pb-120 {padding-bottom: 120px;}
.pb-150 {padding-bottom: 150px;}
/*Padding top and bottom*/
.py-10{padding-top: 10px;padding-bottom: 10px;}
.py-20{padding-top: 20px;padding-bottom: 20px;}
.py-30{padding-top: 30px;padding-bottom: 30px;}
.py-40{padding-top: 40px;padding-bottom: 40px;}
.py-50{padding-top: 50px;padding-bottom: 50px;}
.py-55{padding-top: 55px;padding-bottom: 55px;}
.py-60{padding-top: 60px;padding-bottom: 60px;}
.py-70{padding-top: 70px;padding-bottom: 70px;}
.py-75{padding-top: 75px;padding-bottom: 75px;}
.py-80{padding-top: 80px;padding-bottom: 80px;}
.py-90{padding-top: 90px;padding-bottom: 90px;}
.py-100{padding-top: 100px;padding-bottom: 100px;}
/*padding left and right*/
.px-auto {padding-left: auto;padding-right: auto;}
.px-10 {padding-left: 10px;padding-right: 10px;}
.px-20 {padding-left: 20px;padding-right: 20px;}
.px-30 {padding-left: 30px;padding-right: 30px;}
.px-40 {padding-left: 40px;padding-right: 40px;}
.px-60 {padding-left: 60px;padding-right: 60px;}
/*Padding left*/
.pl-0 {padding-left: 0;}
.pl-10 {padding-left: 10px;}
.pl-20 {padding-left: 20px;}
.pl-30 {padding-left: 30px;}
.pl-40 {padding-left: 40px;}
.pl-50 {padding-left: 50px;}
.pl-60 {padding-left: 60px;}
.pl-70 {padding-left: 70px;}
.pl-80 {padding-left: 80px;}
.pl-90 {padding-left: 90px;}
.pl-100 {padding-left: 100px;}

/*padding right*/
.pr-20 {padding-right: 20px;}
.pr-50 {padding-right: 50px;}
.pr-100  {padding-right: 100px;}
/*padding bottom*/
.pb-80 {padding-bottom: 80px;}

#main {
	float: left;
	width: 100%;
}
.row-eq-height-md, .row-eq-height-sm, .row-eq-height-xs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
button, button:focus {outline:0 !important;}
section#products #product-carousel .item {
	height: 610px;
	position: relative;
	padding: 65px 30px;
	color: #fff;
	display: block;
	overflow: hidden;
	width: 20%;
	float: left;
}
	section#products #product-carousel .item::before {
		background-color: rgba(0,0,0,0.5);
	    content: "";
	    display: block;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    transition: all ease 0.5s;
	}
	section#products #product-carousel .item:hover::before, section#products #product-carousel .item.active::before {
		background-color: rgba(0,0,0,0.75);
	}
	section#products #product-carousel .item img.full-width {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		object-fit: cover;
		z-index: -1;
		transition: all ease 0.5s;
	}
	section#products #product-carousel .item:hover img.full-width, section#products #product-carousel .item.active img.full-width {
		transform: scale(1.1);
	}
	section#products #product-carousel .item h2 {
		font-size: 24px;
		line-height: 1.5;
		font-weight: bold;
		position: relative;
	}
	section#products #product-carousel .item .zoom {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: all ease 0.5s;
	}
	section#products #product-carousel .item:hover .zoom, section#products #product-carousel .item.active .zoom  {
		opacity: 1;
	}
	section#products #product-carousel .item .zoom img {width: auto;}
	section#products #product-carousel .item .zoom::before {
		content: "";
		display: block;
		opacity: 0;
		height: 120px;
		width: 120px;
		border-radius: 100%;
		background-color: rgba(4,4,4,0.5);
		transform: scale(1.5);
		position: absolute;
		left: -40px;
		top: -40px;
		transition: all ease 0.5s;
	}
	section#products #product-carousel .item:hover .zoom::before, section#products #product-carousel .item.active .zoom::before {
		transform: scale(1);
		opacity: 1;
	}
	section#products #product-carousel .item span {
		bottom: 140px;
	    font-size: 18px;
	    left: -50px;
	    letter-spacing: 10px;
	    position: absolute;
	    transform: rotate(-90deg);
	}
	section#products .owl-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	}
	section#products .owl-controls .owl-nav div {
		position: absolute;
		color: #fff;
		transition: all ease 0.5s;
		font-weight: bold;
		font-size: 20px;
	}
	section#products .owl-controls .owl-nav div:hover {
		color: #39aea8;
	}
	section#products .owl-controls .owl-prev {
		left: 55px;
	}
	section#products .owl-controls .owl-next {
		right: 55px;
	}
/*END CONTENT CSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*BEGIN IMAGE SLIDER CSS*/

/*END IMAGE SLIDER CSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*BEGIN FOOTER CSS*/
footer {
	float: left;
	width: 100%;
	background: url('../images/footer-bg.jpg');
	background-repeat: repeat;
	color: #fff;
	font-size: 12px;
	padding: 15px 0;
	position: relative;
	z-index: 1;
	letter-spacing: 1px;
}
	footer span {
		display: block;
		font-size: 10px;
		color: #707070;
		margin-top: 5px;
	}
	footer span a {
		color: inherit;
		font-size: 11px;
	}
	footer span a:hover, footer span a:focus {
		color: #fe4040;
	}
/*END FOOTER CSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
input, textarea, select, button {
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
/*BEGIN FORM CSS*/
input, textarea, select {
	-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border-radius: 0 !important;
}
/*END FORM CSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*BEGIN GENERIC CSS*/
/*END GENERIC CSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*BEGIN OVERWRITE BOOTSTRAP CSS*/

/*END BOOTSTRAP CSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/* Smartphone and Tablet view */
@media (min-width: 1320px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1420px) {
  .container {
    width: 1300px;
  }
}
@media (min-width: 1520px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1620px) {
  .container {
    width: 1500px;
  }
}
@media (min-width: 1720px) {
  .container {
    width: 1600px;
  }
}
@media (min-width: 1820px) {
  .container {
    width: 1700px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1800px;
  }
}
@media(max-width: 1299px) and (min-width: 1200px){
	section#products #product-carousel .item {
		padding: 30px 20px;
	}
	section#products #product-carousel .item span {
		left: -52px;
	}
	section#products .owl-controls .owl-prev {
		left: 30px;
	}
	section#products .owl-controls .owl-next {
		right: 30px;
	}
}
@media (max-width: 1025px) and (min-width: 992px) {
	section#products #product-carousel .item {
		padding: 65px 45px;
	}
	section#products #product-carousel .item span {
		left: -35px;
	}
	section#products .owl-controls .owl-prev {
		left: 45px;
	}
	section#products .owl-controls .owl-next {
		right: 45px;
	}
}
@media (max-width: 1199px) { /* 1200px large */	
	section#products #product-carousel .item {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		float: none;
		height: 330px;
	}
	section#products #product-carousel .item span {
		bottom: 155px;
		right: -52px;
		left: auto !important;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {

}
@media (max-width: 991px) { /* 992px medium */
	.container {
		width: 100%;
	}
	.row-eq-height-md {
		display: block;
	}
}
@media (max-width: 767px) { /* 768px small */
	.row-eq-height-sm {
		display: block;
	}
	section#products #product-carousel .item {
		height: 230px;
	}
	section#products #product-carousel .item span {
		bottom: 105px;
		right: -52px;
		left: auto !important;
	}
}
@media(max-width: 767px) and (min-width: 600px){
	section#products #product-carousel .item {
		padding: 30px;
	}
	section#products #product-carousel .item span {
		left: -52px;
	}
	section#products .owl-controls .owl-prev {
		left: 30px;
	}
	section#products .owl-controls .owl-next {
		right: 30px;
	}
}
@media (max-width: 599px) { /* 600px */
	footer br.hidden {
		display: block !important;
	}
}

@media (max-width: 479px) { /* 480px */
	section#products #product-carousel .item {
		padding: 30px;
	}
	section#products #product-carousel .item span {
		left: -52px;
	}
	section#products .owl-controls .owl-prev {
		left: 30px;
	}
	section#products .owl-controls .owl-next {
		right: 30px;
	}

}
@media(max-width: 376px) {
	section#products .owl-controls .owl-prev {
		left: 5px;
	}
	section#products .owl-controls .owl-next {
		right: 5px;
	}
	section#products #product-carousel .item .zoom {
		top: calc(50% + 30px);
	}
	section#products #product-carousel .item .zoom::before {
		left: -20px;
		top: -20px;
		height: 80px;
		width: 80px;
	}
	footer span.hidden {
		display: block;
	}
}