html {
  scroll-behavior: smooth;
}
body {
	background-color: #000;
	/* background-image: url("../../images/header-gradient-9.png");
	background-position: top center;
	background-repeat: no-repeat;
  */
	color: #cccccc;
	font-family: 'Roboto Slab', serif;
}
#preheader {
	background-color: #222;
	vertical-align: middle;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1033;
}
#header {
	padding-top: 51px;
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: center;
}
#products {
	background-image: linear-gradient(to top, #AAA, #111 90%);
	border-bottom: 2px solid #000;
}
#products a {
	font-weight: bold;
	color: #acffff;
	text-decoration: none;
}
#footer {
	background: #00573c;
}
#afterfooter {
	background: #000;
	font-size: 0.8em;
}
.logo {
	height: 70px;
}
.display-sticky img {
	height: 50px;
}
.display-sticky {
	display: none;
}
.fixed-top .display-sticky {
	display: block;
}
.img-service {
	height: 50px;
	margin-right: 5px;
}
.img-product {
	max-height: 300px;
}
.img-logo {
	height: 60px;
}
.red-split {
	border-bottom: 2px solid #ff0000;
}
.owl-nav {
	display: none;
}
.owl-dots {
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #000;
}
h2 {
	font-size: 1.3em;
}
h3 {
	text-align: left;
	font-size: 1.2em;
}
#footer h3 {
	border-bottom: 2px solid #ccc;
}
.navbar-top-margin {
	margin-top: 44px;
	background-color: #000;
}
/*
.gradient {
	background-color: #000;
	background-image: url("../../images/header-gradient-9.png");
	background-position: center center;
	background-repeat: no-repeat;
}
*/
.dropdown-menu {
	background-color: #474948;
	border-radius: 0px;
	text-align: center;
}
.dropdown-menu li.line:before {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #cacaca;
	display: block;
	margin: auto;
}
.dropdown-item {
	color: #cacaca;
}
.dropdown-item:hover {
	background-color: #474948;
	color: #52c18c;
}
.nav-link {
	margin-top: 12px;
}
.nav-link:hover, .nav-link:focus {
	color: #52c18c !important;
}
.nav-item {
	font-family: 'Roboto Slab', serif;
	font-size: 1.3em;
}
.content {
	color: #212529;
	background-color: #fff;
}
.content h2 {
	color: #000;
	font-size: 1.4em;
}
.content h3 {
	font-size: 1.3em;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.content h4 {
	font-size: 1.1em;
}
#floating-menu {
	z-index: 1050;
	display: none;
	position: fixed;
	top: 250px;
	right: 0px;
}
#floating-menu a {
	background-color: #00adef;
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 2px;
	padding: 7px;
	padding-right: 40px;
	font-size: 0.9em;
}
#floating-menu a:active, #floating-menu a:hover, #floating-menu a.active {
	background-color: #0088c6;
}
.content .row {
	margin-right: 100px;
}
.grey-right {
	border-right: 2px solid #ccc;
}
p, li {
	color: #888;
}
.shadow1 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.frame {
	padding: 5px;
	border: 2px solid #ccc;
}
#web-content {
	margin-top: 79px;
}
#web-content p {
	text-align: justify;
}
.btn {
	border-radius: 0px;
}
span.btn {
	cursor: auto;
}
.accordion-button:not(.collapsed) {
	background-color: #fff;
	color: #000;
}
.accordion-button {
	text-align: left;
}
@media (min-width: 991px) {
	.margin-left {
		margin-left: 50px;
	}
	li.dropdown ul:after {
		position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -15px;
    width: 0;
    height: 0;
    content:" ";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #474948;
	}
}
@media (min-width: 1200px) {
	.width-298 {
		width: 230px !important;
		text-align: center;
	}
}
@media (min-width: 1400px) {
	.width-298 {
		width: 298px !important;
		text-align: center;
	}
}
@media (max-width: 991px) {
	body {
		background-image: url("../../images/header-gradient-8.png");
	}
	.no-mobile {
		display: none;
	}
	#web-content {
		margin-top: 56px;
	}
	#floating-menu {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		top: auto;
		display: flex;
		flex-wrap: wrap;
	}
	#floating-menu .clearrow {
		flex-basis: 100%;
		height: 0;
	}
	.content .row {
		margin-right: 0px;
	}
	/*
	#afterfooter {
		margin-bottom: 70px;
	}
	*/
	#header {
		padding-top: 0px;
	}
	.navbar-top-margin {
		margin-top: 0px;
	}
	.nav-link {
		margin-top: 0px;
	}
}
@media (max-width: 576px) {
	.navbar-top-margin {
		margin-top: 0px;
	}
	.img-product {
		max-height: 150px;
	}
	.mobile-product-top {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 2px solid #000;
	}
	#web-content {
		margin-top: 0px;
	}
}