html,
body {
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#content {
	padding-bottom: 90px;
	min-height: 100%;
	position: relative;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 84px;
	padding: 10px 0px;
	background-color: #464646!important;
	color: #fff!important;
}

.footer p { font-size: 11pt; }

.padding-0 { padding: 0!important; }
.margin-0 { margin: 0!important; }
.fs-60 { font-size: 60pt; }
.radius-0 { border-radius: 0!important; }
.border-0 { border: 0!important; }
.nowrap { white-space: nowrap; }
.shadow { box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.05); }

@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding: 10px 20px;
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: #ffe200;
	}
	.collapse.in{
		display:block !important;
	}
	.navbar-collapse.in {
		overflow-y: hidden;
	}
	.carousel-caption h1 {
		font-size: 24px;
	}

	.text-center-sm {
		text-align: center!important;
	}

	.mt-sm {
		margin: 3em auto!important;
	}

	.homepage-product-wrap {
		height: 650px;
	}
	.homepage-product-item {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* CSS used here will be applied after bootstrap.css */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    width: 100%;
    line-height: 1;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

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

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
	margin-bottom: 0;
	border-radius: 0;
	min-height: 64px;
}

.navbar-default {
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #dadada;
}

.brand-centered {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.navbar-brand {
	padding: 30px 15px;
}
.brand-centered .navbar-brand {
	display: flex;
	align-items: center;
}
.navbar-toggle {
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
	z-index: 1;
}

/* custom hamburger */
.navbar-default .navbar-toggle {
	border:0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}

.navbar-toggle .icon-bar {
	width: 25px;
	height: 4px;
}

.navbar-default .navbar-nav>li>a {
	color: #363636;
	font-size: 9pt;
	font-weight: 500;
}

@media screen and (min-width:992px) {
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>li>a:hover {
		color: #ffe200;
		border-bottom: 3px solid #ffe200;
		cursor: pointer;
	}
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		background-color: transparent;
	}
	.nav>li>a {
		padding: 20px 7px;
	}
	.equal {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -ms-flexbox;
		display: flex;
	}

	.equal, .equal > div[class*='col-'] {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding-bottom: 20px;
	}
	.homepage-product-wrap {
		height: 400px;
	}
	.homepage-product-item {
		padding-top: 85px;
		padding-bottom: 85px;
	}
}

.navbar-default .navbar-nav>li>a>.invisible {
	font-size:8pt;
}

.navbar-default .navbar-nav>li>a:hover .invisible {
	visibility: visible!important;
}

.carousel-inner {
	max-height: 600px;
}

.carousel-inner img {
	width: 100%; /* Set width to 100% */
}

.carousel-caption {
	top: 30%;
	right: 10%;
	left: auto!important;
	bottom: auto!important;
	text-align: left;
	color: #000;
	text-shadow: none;
}
.carousel-caption a {
	margin-top: 35px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 767px) {
	.carousel-caption {
		top: 20%;
		right: 8%;
	}
	.carousel-caption h1 {
		font-size: 10pt;
	}
	.carousel-caption p {
		font-size: 8px;
	}
	.carousel-caption a{
		margin-top: 5px;
		padding: 5px 10px;
		font-size: 8pt;
	}
	.table-filter tbody tr td:nth-child(2) {
		padding-left:0px!important;
	}

	.fs-60 { font-size: 30pt; }

	.carousel-control .chevron-left,
	.carousel-control .chevron-right {
		font-size: 30pt;
	}
}

@media (min-width: 768px) {
	.carousel-control .chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-control .chevron-left,
	.carousel-control .chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: auto;
		height: auto;
		margin-top: -10px;
		font-size: 50pt;
	}
}

.carousel-control .chevron-left,
.carousel-control .chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.carousel-control .chevron-left,
.carousel-control .icon-prev {
	left: 20%;
	margin-left: -10px;
}

.carousel-control .chevron-right,
.carousel-control .icon-next {
	right: 20%;
	margin-right: -10px;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.home-product-img {
	width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-home-product {
	width: 100%;
	height: 100%;
	background-image: url(https://images.unsplash.com/photo-1470172201050-cecdf8133607?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.text-white { color: #fff!important; }
.text-dark { color: #333!important; }

.custom-button {
	background-color: #f2e035;
	background-image: -webkit-gradient(linear, left, right, from(#f2e035), to(#ffb800));
	background-image: -webkit-linear-gradient(right, #f2e035, #ffb800);
	background-image: -moz-linear-gradient(right, #f2e035, #ffb800);
	background-image: -o-linear-gradient(right, #f2e035, #ffb800);
	background-image: linear-gradient(to right, #f2e035, #ffb800);
	border: 0;
	border-radius: 20px;
	padding: 10px 25px;
	color: #fff;
	font-weight: bold;
	transition: .3s ease-out;
}

.custom-button:hover {
	color: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.well-custom {
	min-height: 20px;
	padding: 0px 19px;
	background-color: #ececec;
}

.well-brand {
	padding: 30px 5px;
	background-color: #f7f7f7;
}

.well-footer {
	min-height: 20px;
	padding: 0px 19px;
	border-top: 1px solid #f1f1f1;
	background-color: #f1f1f1;
}

.footer-menu {
	margin: 0 auto;
}

.footer-menu ul li {
	font-size: 10pt;
	line-height: 2.5;
	color: #333;
}

.footer-menu-header a:hover,
.footer-menu ul li a:hover {
	color: #1428a0;
	text-decoration: none;
}

/* Custom list style */
ul.list-footer>li:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	width: 1.3em;
	font-size: 12px;
}

.table-footer thead th,
.table-footer tbody td,
.table-footer tbody th {
	padding: 5px 3px;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border: 0;
}

.table-filter tbody tr td,
.table-filter tbody tr th {
	padding: 5px 10px;
}

.footer-menu-header { font-size: 12pt; }
.footer-menu-header a { color: #333; }

.back-to-top {
	cursor: pointer;
	background-color: #f2e035;
	background-image: -webkit-gradient(linear, left, right, from(#f2e035), to(#ffb800));
	background-image: -webkit-linear-gradient(right, #f2e035, #ffb800);
	background-image: -moz-linear-gradient(right, #f2e035, #ffb800);
	background-image: -o-linear-gradient(right, #f2e035, #ffb800);
	background-image: linear-gradient(to right, #f2e035, #ffb800);
	color: #fff;
	padding:1.5rem;
	position: fixed;
	bottom: 20px;
	left: 20px;
	border-radius: 100px;
	display:none;
	transition: .3s ease-out;
}

.back-to-top:hover {
	color: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.header-about {
	background: no-repeat left 25%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:400px;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* .mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
} */

/* .mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
} */

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #000;
  font-size: 12px;
	letter-spacing: 1px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.gallery-item {
	width: 100%;
	min-height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}