@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100&family=Lobster&display=swap');;
a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
h1 {
    text-shadow: 2px 2px darkred;
	font-size:38px;
	line-height:48px;
}
h2 {
    color:yellow;
    text-shadow: 2px 2px red;
	font-family: 'Antonio', sans-serif;
	font-size:30px;
    font-weight: bold;
	line-height:40px;
	position:relative;
	text-transform:uppercase;
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
html {
	overflow-x:hidden;
}
body {
    color:darkorange;
    background-image: url("/images/background.webp");
    background-size: auto;
	overflow-x:hidden;
	font-family: 'Lobster', cursive;
	font-weight:400;
}
.topouter {
	width:100%;
	padding:15px 0;
	border-bottom:4px solid #02733b;
}
.topwrapper {
	max-width:1436px;
	margin: 0 auto;
}
.defaultwrap {
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.logo {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	margin-top:20px;
	max-width: 20%;
}
.navouter {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	text-align:center;
	max-width: 60%;
}
#mobnavbar {
    text-shadow: 0px 0px;
	display: none;
	text-align: center;
	line-height:28px;
	font-size:18px;
	cursor: pointer;
	color: #fff;
	background:#01743b;
	padding:15px 20px;
	font-weight:600;
	margin:0;
}
.navbar ul {
	padding: 0;
}
.navbar ul li {
	display: inline-block;
	font-size:24px;
	vertical-align:top;
	margin:0 -2px;
 -webkit-transition: ease-in-out .15s;
 -o-transition: ease-in-out .15s;
 transition: ease-in-out .15s;
	text-transform:uppercase;
}
.navbar ul li:hover {
	color: #fff;
}
.navbar ul li a {
    text-shadow: 2px 2px darkred;
	display:block;
	color: lightgreen;
	font-size:22px;
	text-transform:none;
	font-weight:400;
	padding:0 20px;
	border-left:2px solid #02733b;
	text-decoration: none;
 -webkit-transition: ease-in-out .15s;
 -o-transition: ease-in-out .15s;
 transition: ease-in-out .15s;
	width: 100%;
}
.navbar ul li:first-child a {
	border:none;
}
.navbar ul li:hover a {
	color: #016332;
}
.navbar ul li a.active {
	color: #016332;
}
.navbar ul li:hover ul {
	display: block;
}
.navbar ul li ul {
	display: none;
	position: absolute;
	padding:0;
	z-index: 9999;
	width:180px;
	text-align:left;
}
.navbar ul li ul li {
	border: none;
	padding: 0;
	display: block;
	line-height:35px;
}
.navbar ul li ul li:hover {
	border-radius: 0;
}
.navbar ul li ul li:first-child {
	border: none;
}
.navbar ul li ul li a {
	/* margin: 5px 0;*/
   padding:6px 15px;
	border:none;
	color: #fff!important;
	font-size:20px;
	background:#000 !important;
}
.navbar ul li ul li a:hover {
	border-radius: 0;
	background:#999 !important;
}
.navbar ul li ul ul {
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
}
.navbar ul li li:hover ul {
	display: block!important;
}
/********************Nav-End*********************************/


.topcontact {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.ph img {
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
}
.ph span {
    text-shadow: 2px 2px darkred;
	display:inline-block;
	vertical-align:middle;
	font-size:21px;
	color: lightgreen;
	font-weight:400;
}
.ph a:hover span {
	color:cyan;
}
.buttonouter {
	margin-top:10px;
}
.buttonouter a {
	display:inline-block;
	padding:15px 25px;
	border-radius:5px;
	background:#03502a;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	border-radius:5px;
}
.buttonouter a:hover {
	color:#fff;
	background:#000;
}
.topcontact {
	order:3;
	text-align:right;
}
.navouter {
	order:2;
}
.maincontent {
	padding:40px 0;
}
.contentwrap {
	max-width:1200px;
	margin:0 auto;
}
.maincontent p {
	text-align:center;
	font-size:30px;
	line-height:40px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}
.maincontent h1 {
	margin:25px 0;
	text-align:center;
}
.maincontent h2 {
	margin:25px 0;
	text-align:center;
}
.maincontent table {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin-top:35px;
	width:100%;
}
.maincontent table th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px;
	font-size:25px;
	font-weight:500;
	text-align: center;
}
.maincontent table td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px;
	font-size:22px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.maincontent table td a{ text-decoration:none; color:#027439;}

.maincontent table td a:hover{ color:#000;}

.footer {
	padding:15px 0;
	text-align:center;
	font-size:16px;
	background:#017337;
	color:#fff;
}
.product-left{
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
	color: #000;
	padding: 0 15px;
	text-align: left;
}
.product-right {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	padding: 15px;
	border: 1px solid #ccc;
}
.product-left h1{
	text-align: left;
	text-transform: uppercase;
	color: #000;
}
.product-left h2{
	text-align: left;
	color: #000;
	text-transform: capitalize;
}
.product-left h2:after {
	position: unset;
}
.product-left p{
	font-size: 18px;
	text-align: left;
	line-height: 26px;
	margin: 20px 0;
}
.product-left p strong{ font-weight: 700; }
.product-left ul{
	-moz-column-count: 2;
    -moz-column-gap: 10px;
    -ms-column-count: 2;
    -ms-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 8px;
    width: 100%;
}
.product-left ul li{
	text-align: left;
	margin: 5px 0;
	font-family: 'Roboto', sans-serif;
}
.product-right img{
	width: 100%;
	display: block;
}
.contact-left{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	color: #000;
	padding: 15px 15px 15px 0;
	text-align: left;
}
.contact-left p strong{ font-weight: 700; margin-right: 12px; }
.contact-left p a{ color: #027439; }
.contact-left p a:hover{ color: #000; }
.contact-left p{ text-align: left; }
.contact-right {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 15px 0;
}
.contact-right iframe{
	display: block;
	width: 100%;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
 @media screen and (max-width:1436px) {
.topwrapper, .contentwrap {
max-width:92%;
}
.navbar ul li a {
font-size:19px;
}
 .ph span {
font-size:16px;
}
}
 @media screen and (max-width:1050px) {
 .logo {
 -ms-flex: 0 0 40%;
 flex: 0 0 40%;
 text-align: left;
 max-width: 40%;
}
 .navouter {
 -ms-flex: 0 0 55%;
 flex: 0 0 55%;
 text-align: right;
 max-width:55%;
}
.topcontact {
-ms-flex: 0 0 5%;
 flex: 0 0 5%;
 text-align: right;
 max-width: 5%;
}
.topcontact .buttonouter {
display:none;
}
.topcontact .ph span {
display:none;
}
.maincontent p br {
display:none;
}
.maincontent table th {
font-size:17px;
padding:12px;
}
.maincontent table td {
font-size:16px;
padding:12px;
}
}
 @media screen and (min-width:750px) {
 .navbar {
 display: block!important;
}
}
 @media screen and (max-width:749px) {
 .navbar {
 display: none;
 padding: 0;
 text-align: left;
width: 100%;
 margin: 0;
}
 .navbar ul {
 z-index: 10;
 position: relative;
 display: block;
 background: #000;
 padding-top:10px;
 padding-bottom:15px;
}
 .navbar ul li {
 display: block;
 z-index: 3;
 text-align: left;
 position: relative;
 padding: 0;
 margin: 0;
}
 .navbar ul li:hover {
 background: #EE2C86;
 border-radius: 0;
 color: white;
}
 .navbar ul li:hover {
 background: none;
}
 .navbar ul li a {
 background: #000;
 display: block;
 position: relative;
 border:none;
color: white;
 padding:0 20px;
}
 .navbar ul li a:hover {
 border-radius: 0;
}
 .navbar ul li ul {
 position: relative;
 left: 0;
 top: 0;
 width: 100%;
 border-radius: 0;
 box-shadow: none;
 border: none;
}
 .navbar ul li ul {
 display: block;
 background: none;
 padding:0;
 padding: 0 20px;
}
 .navbar ul li ul li {
 border: none;
 float: none;
 clear: both;
 width: 100%;
}
 .navbar ul li ul li a {
 float: none;
 clear: both;
 width: 100%;
 padding: 0 20px;
 margin: 0;
 color: white;
}
.navbar ul li ul ul {
 display: block;
 left: 0;
 position: relative;
 width: 446px;
}
 .navbar ul li ul ul li {
 width: 436px;
}
 .navbar ul li ul li a:hover {
 border-radius: 0;
 color:#fb0101 !important;
 background:none !important;
}
#mobnavbar {
 display:block;
}
.logo {
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 text-align:center;
 max-width: 100%;
}
 .topcontact {
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 text-align:center;
 margin-top:10px;
 order:2;
 display:block;
 max-width: 100%;
}
 .navouter {
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 text-align:left;
 order:3;
 margin-top:10px;
 max-width: 100%;
}
.topcontact .buttonouter {
display:block;
}
.topcontact .ph span {
display:inline-block;
}
.maincontent {
padding:30px 0;
}
 .maincontent .accessories table th:first-child {
display:table-cell;
}
 .maincontent .accessories table td:first-child {
display:table-cell;
}
 .maincontent table th:first-child {
display:none;
}
.maincontent table th:nth-child(3) {
display:none;
}
.maincontent table th:nth-child(4) {
display:none;
}
.maincontent table th:nth-child(5) {
display:none;
}
 .maincontent table td:first-child {
display:none;
}
.maincontent table td:nth-child(3) {
display:none;
}
.maincontent table td:nth-child(4) {
display:none;
}
.maincontent table td:nth-child(5) {
display:none;
}
.product-left table td:first-child {
    display: block;
}
.product-left{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0 15px;
	text-align: left;
}
.product-right{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.product-left ul{
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -ms-column-count: 1;
    -ms-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 8px;
    width: 100%;
}
.contact-left{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0 15px;
	text-align: left;
}
.contact-left p{
	font-size: 20px;
}
.contact-right{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}