@charset "UTF-8";
/* CSS Document */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*body {margin:0; font-family: "verdana", sans-serif; color: #777; font-size: 14px;}*/

body {
    font-family: 'Roboto', sans-serif;
		color: #333;
		font-size: 17px;
}


/* background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(50,156,164,1) 100%);
} */

.maincontent h1 {margin-top: 3px; color: #001d61; font-weight: bold; font-size: 30px;}
.maincontent h2 {font-weight: bold; font-size: 26px; color: #0087be; margin-bottom: 10px;}
.maincontent h3 {font-weight: bold; font-size: 24px; color: #444; margin-bottom: 15px;}
.maincontent h4 {font-weight: bold; font-size: 20px; color: #BC2525;}
.maincontent p {line-height: 22px; margin-top: 0;}

.maincontent ul li {list-style:url("images/wheel-icon-12.png"); margin-bottom: 9px; line-height: 22px;}
.maincontent ul li:last-child {margin-bottom: inherit;}

.maincontent a {font-size: 17px; cursor: pointer; line-height: 22px;}

.maincontent hr {margin-bottom: 12px;}

button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
	cursor: pointer;
	border-radius: 7px;
	margin-top: 15px;
	background-color: #ec008c;
}

.topbar {
display: inline-block;
width: 100%; 
min-height:50px; 
border: 1px solid #000; 
margin-bottom: -3px;
position: fixed;
top: 0;
left: 0;
z-index: 100;

background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,29,97,1) 50%, rgba(244,247,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,29,97,1) 50%, rgba(244,247,255,1) 100%);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,29,97,1) 50%, rgba(244,247,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#f4f7ff",GradientType=1);

}

.social {float: right; margin: 15px; display: inline-block; margin-right: 20%;}
.social a {text-decoration: none; font-size: 12px; color:#fff;}
.social a:hover {text-decoration: underline;}
.social a:visited {color:#fff;}
.social a i.fab.fa-facebook {margin-right: 5px;}
.social a i.fab.fa-twitter {margin-right: 5px;}

.pagecontainer {margin:0 auto; text-align: center; width:100%; margin-bottom: 25%;}
.pagewidth {max-width: 1200px; text-align: left; border: 1px solid #000; border-top: none; margin: 0 auto; box-shadow:4px 4px 10px #000000;}


header {
display: inline-block;
width:100%;
margin-bottom: -5px;
margin-top: 43px;
background-color: #001d61;
border: 5px solid #000;
border-left: none;
border-right: none;

background-image: url('/images/circuit-background.png');
background-size: cover; /* Cover the entire page */
background-position: center; /* Center the background image */
background-repeat: no-repeat; /* Do not repeat the image */
/*background-color: rgba(0, 29, 97, 1.0);*/

/*background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,0.01) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 50%, rgba(0,114,164,1) 100%, rgba(236,0,140,1) 100%, rgba(55,32,124,1) 100%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.01) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 50%, rgba(0,114,164,1) 100%, rgba(236,0,140,1) 100%, rgba(55,32,124,1) 100%, rgba(0,0,0,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,0.01) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 50%, rgba(0,114,164,1) 100%, rgba(236,0,140,1) 100%, rgba(55,32,124,1) 100%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);*/

}

.logocontainer {margin:20px; display: inline; float: left;}
.logocontainer img {width: 250px;}

.mainoffer {margin:20px; margin-top: 10px; width: 361px; display: inline; float: right;}
.mainoffer img {max-width: 100%; width: 100%; float: right;}

.announcement {padding:3px; border: 1px solid #000; border-right: none; border-left: none; background-color: #316f9b; display: block; text-align: center;}
.announcement a, .mainmenu a:visited, .mainmenu a:active {text-decoration: none; font-weight: bold; color:#fff; font-size: 14px; line-height: 32px;}
.announcement a:hover {color:#ffc832;}

.clear {
	clear:both;
}


.maincontent {padding:20px; min-height: 300px; background-color: #fff;}
.mainpageimage {float: right; margin: 0 0 30px 30px; width: 30%;}
.mainpageimage img {width: 100%; display: block; border: 1px solid #3a3a3a;}

footer {padding:10px 20px 10px 20px; border: 1px solid #000; background-color: #001d61; color: #fff; font-size: 12px;}
footer a, footer a:visited {color: #fff; font-size: 14px;}

.affiliate-disclaimer {margin-top: 35px; color:#8a8a8a; font-size: 12px; display: block}

.affiliate-line-ad {
width: 100%;
border: 1px solid #bababa;
display: inline-block;
border-radius: 7px;
overflow: hidden;
padding: 20px;
margin-top: 15px
}
.affiliate-line-ad img {
border: 1px solid #000;
float: left;
margin-right: 20px;
margin-bottom: 20px;
width:200px;
}
.affiliate-line-ad-text {
margin-top: -16px;
margin-bottom: -10px
}

.featuredisclaim {font-size: 10px; color:#7a7a7a; max-width: 200px; margin-top: 20px;}

.products {
border: 1px solid #cacaca;
border-radius: 7px;
padding: 20px;
padding-bottom: 5px;
margin: 0 0 20px 0;
display: inline-block;
width: 100%;
background-color: white;
}
.products img {
height: 100px;
float: left;
margin: 4px 10px 10px 0;
}
.products a {
color: #0087be;
text-decoration: none;
font-size: 1.3em;
display: block;
}
.products a:hover {
text-decoration: underline;
}
.producs a:visited {
color: #0087be;
}
a.orderbutton {
color: #fff;;
background-color: #0087be;
border: 2px solid #0087be;
text-decoration: none;
display: inline-block;
padding: 5px 8px 5px 8px;
border-radius: 5px;
font-size: 1.1em;
margin-top: 7px
}
a.orderbutton:hover {
text-decoration: none;
color: #0087be;
background-color: #fff;
border: 2px solid #0087be;
}

.bottomad {
padding: 40px;
margin: 0 0 40px 0;
width: 100%;;
display: none;
text-align: center;
background-color: #001d61;
}
.bottomad img {
max-width: 100%;
width: 100%;
}

.accordion {
margin-bottom: 30px;
}

.accordion-item {
margin-bottom: 0;
}

.accordion-button {
  background-color: #00aeef;
  color: #fff;
  cursor: pointer;
  padding: 18px;
	padding-left: 43px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: background-color 0.2s ease-in-out;
  border-bottom: 1px solid #ddd;
	line-height: 18px;
	background-image: url("images/accordion-arrow-down-white.png");
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 10px 50%;
}

.accordion-button.active {
  background-image: url("images/accordion-arrow-up-white.png");
}

.accordion-button:hover {
  background-color: #888;
}

.accordion-button:focus {
  background-color: #000;
}

.accordion-content {
  padding: 0 18px 18px 18px;
  display: none;
  overflow: hidden;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.accordion-content p {
  margin: 18px 0;
}

.hub-pg {
  margin: 0;
}
.hub-pg .hub-wrap-image {
  width: 31%;
  display: inline-block;
  margin-right: 18px;
	margin-bottom: 18px;
  padding: 0;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.hub-pg a, .hub-pg a:hover, .hub-pg a:visited, .hub-pg a:active {
  text-decoration: none;
}

.hub-pg .hub-wrap-image:hover {
  opacity:0.8;
  cursor: pointer;
}


.hub-pg .hub-wrap-image img {
  width: 100%;
  height: 240px; /* Maintain the height as before */
  object-fit: cover; /* Cover the container without distorting the aspect ratio */
  object-position: center; /* Center the image within the container */
  margin-bottom: -5px; /* Keep your existing adjustment if it's still needed */
}

.hub-pg .hub-wrap-image .hub-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
	line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; /* Ensures the text is centered if it wraps onto multiple lines */
  width: 90%; /* Optional: Adjusts the width of the title area to ensure padding inside the box */
  margin: 0;
	filter: drop-shadow(2px 3px 3px #000000);
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video-left {
margin-top: -15px;
  width: 49%;
  /*border: 1px dashed #000;*/
  display: inline-block;
	padding: 20px 0 0 0;
  float: left;
}
.video-right {
  width: 49%;
  /*border: 1px dashed #000;*/
  display: inline-block;
	padding: 5px 0 0 0;
  float: right;
}

.vspacer-10 {
  height: 10px;
	clear: both;
}

.vspacer-20 {
  height: 20px;
	clear: both;
}

.clearboth {
 clear: both;
 }
 
 
 
 
 
 


@media screen and (min-width: 0) and (max-width: 790px) {
.logocontainer img {width: 306px;}
.topbar {text-align: center;}
.social {margin-right: 0; float: none;}
/*h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
p {font-size: 13px;}
ul li {font-size: 13px;}
a {font-size: 13px;}*/
.video-left {
  width: 100%;
}
.video-right {
  width: 100%;
}
}

@media screen and (min-width: 0) and (max-width: 772px) {
.mainoffer {width: 337px; margin-top: 30px;}
}

@media screen and (min-width: 0) and (max-width: 740px) {
.mainoffer {width: 287px;}
}

@media screen and (min-width: 0px) and (max-width: 695px) {
.logocontainer {margin-bottom: 10px;}
.logocontainer img {width: 260px;}
.mainoffer {width: 244px;}
.mainoffer img {float: right; margin-right: -3px; width: 260px;}
header {padding-bottom: 10px}
.hub-pg .hub-wrap-image {width: 100%; margin-bottom: 10px;}
}

@media screen and (min-width: 0px) and (max-width: 601px) {
.logocontainer {margin-bottom: -30px; margin-top: 10px;}
.logocontainer img {width: 100%;}
/*.mainoffer {display: none;}*/
/*.mainoffer {display: block; float: none; margin:0 auto; width: 260px; text-align: center;}
.mainoffer img {float: right; margin-right: -3px; width: 260px;}*/
header {padding-bottom: 25px; background-image: none;}
.bottomad {display: block; margin-bottom: 0;}
.mainoffer {display: none;}
}

@media screen and (min-width: 0px) and (max-width: 490px) {
.mainpageimage {margin: 0 0 15px 30px; width: 100%;}
.mainpageimage img {width: 100%; display: block; border: 1px solid #3a3a3a;}
}

@media screen and (min-width: 0px) and (max-width: 300px) {
.logocontainer img {width: 240px;}
/*.mainoffer {display: block; float: none; margin-top: -20px; width: 240px;}
.mainoffer img {float: right; margin-right: -3px; width: 240px;}*/
nav a, .mainmenu a:visited, .mainmenu a:active {margin-right: 20px;}
/*header {background: none;}*/
}
