* {
	box-sizing: border-box;
	max-width: 1024px;
	margin: auto;
	padding: 0px;
	line-height: 125%;
	font-family: arial;
}
html {
	overflow-y: auto;
	height: 100%;
	color: <?=$text_color?>;
}
body:before {
	content: "";
	position: fixed;
	background: <?=$background_color?>;
	left: 0;
	right: 20;
}
body.fds {
	background:#080805; 
	width:100%;
	height: 100%;
}
div.logo {
	float: left;
	width: 238px;
	margin-left: 5px;
	margin-top: 5px;
}
@font-face {
    font-family: FDSFontOne;
    src: url("../font/FDSFontOne.woff") format("woff");
}
.col-30 {
    width: 30%;
}
.col-40 {
    width: 40%;
}
.col-50 {
    width: 50%;
}
.column-50-front_page {
  width: 50%;
  float: left;
	padding: 0px;
	margin: 0px;
}
.column-50-front_page2 {
  width: 50%;
  float: left;
	padding: 0px;
	margin: 0px;
}
.col-60 {
    width: 60%;
}
.col-70 {
    width: 70%;
}
[class*="col-"] {
	float: left;
	padding: 0px;
	margin: 0px;
}
.ca2_main_page {
    display:flex;
}
.row:after {
	content: "";
	clear: both;
	display: block;
}
#menuIcon {
	display: none;
}
svg.menuIcon {
	background: #fff;
	border-radius: 6px;
	width: 58px;
	height: 58px;
	margin: 5px;
	left: 0%;
	top: 0%;
	position: absolute;
}
img.logo_image {
	width: 100%;
}
div.col-menu {
	margin-left: calc((100% - 670px - 86px) / 2);
	margin-right: calc((100% - 670px - 86px) / 2);
	display: inline;
}








  /* Add a black background color to the top navigation */
.topnav {
  background-color: #fff;
  color:#0F0;
  overflow: hidden;
  margin-top:8px;
  margin-bottom:8px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #000000 !important;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #fff;

}
/* Add an active class to highlight the current page */
.inactive {

  color:#F00;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
  
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 18px;
  border: none;
  outline: none;
  color: #000000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {

  color:#FF8000 !important;
}

/* Add a grey background to dropdown links on hover */


/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}
#about {
	display:block;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 768px) {

.ca2_main_page {
    display:grid;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #000000 !important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav {

  margin-top:0px;
	}
	#about {
		display:none;
	}
}



/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} 

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1024px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
/* Hide the images by default */
.mySlides2 {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -42px;
  padding: 16px;
  color: #000000;
  font-weight: bold;
  font-size: 32px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}




/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



















ul.egmenu {
	height: 40px;
	width: 100%;
	display: inline;
}
ul.egmenu ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
}
ul.egmenu li {
	list-style: none;
}
ul.egmenu li:hover {
	color: #DD1122;
}
ul.egmenu li:hover ul {
	display: block;
}
ul.egmenu>li {
		display:inline;
		float: left;
}
ul.egmenu a {
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	color: #000000;
	line-height: 74px;
	padding: 0 13px;
}
ul.egmenu a:hover {
	color: #DD1122;
}
.cart {
	display: none;
}

.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}

a:link {
	font-size:18px;
    color: #FF8000;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #FF8000;
}

/* mouse over link */
a:hover {
    color: #dd6000;
}

/* selected link */
a:active {
    color: #dd6000;
}

img.sonoalti_logo_product {
		width:50%; 
		padding-bottom:5px; 
		padding-top:30px;
}

div.spacer {

		height:30px;
}

div.mobile_spacer {

		height:0px;
}




table {
    margin: 0 auto;
    background-color:#fff;
    border-collapse: collapse;
}

td {
   padding-right: 10px;
   padding-left: 10px;
   padding-bottom: 3px;
   padding-top: 3px;
}

p {
 font-size:18px;
}

p.speedtracker_table {
	text-align:center; 
	font-size:16px;
}

div.product {

		padding:18px;

		max-width: 874px;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

div.store_category {
	display:inline;
	margin-left:8px;
	margin-right:8px;
}

 /* Container holding the image and the text */
.front_page_ca2_sa2_container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
	font-family:arial;
	font-style:italic;
	font-size:32px;
  position: absolute;
  top: 24px;
  left: 24px;
  color:#ddd;
}


.upper-left {
  position: absolute;
  font-size:3.5vw;
  font-style: italic;
  top: 8px;
  left: 16px;
  color:#ddd;
}


.top-right-sono {
  position: absolute;
  font-size:4.0vw;
  top: 10%;
  right: 8%;
  color:#ddd;
}
.top-right-sono2 {
  font-size:1.7vw;
  color:#ddd;
  margin-top:-6px;
}

.bl-color {
  position: absolute;
  font-size:4.0vw;
  bottom: 25%;
  left: 8%;
  color:#ddd;
}
.bl-color2 {
	font-size:1.7vw;
	color:#ddd;
  margin-top:-6px;
}
	
.bottom-right {
  position: absolute;
  bottom: 2px;
  right: 12px;
  font-size:24px;
  color:#ddd;
}

@media screen and (min-width:1024px) {
	.upper-left {
		font-size:35.84px;
	}
	.top-right-sono {
		font-size:41px;
	}
	.top-right-sono2 {
		font-size:17.4px;
		
	}
	.bl-color {
		font-size:41px;
	}
	.bl-color2 {
		font-size:17.4px;
	
	}
}


.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}



@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 2px #333, 0 0 4px #333, 0 0 6px #cc0011, 0 0 8px #cc0011, 0 0 10px #cc0011, 0 0 12px #cc0011, 0 0 14px #cc0011;
  }
  
  to {
    text-shadow: 0 0 4px #333, 0 0 6px #cc0011, 0 0 8px #cc0011, 0 0 10px #cc0011, 0 0 12px #cc0011, 0 0 14px #cc0011, 0 0 16px #cc0011;
  }
}

@media only screen and (min-width: 769px) {
	.column-50-front_page2 {
    height: 380px;
	}
	.column-50-front_page {
    height: 380px;
	}
	#ca2flex { flex-direction:row;}
}

@media only screen and (max-width: 768px) {

	.top-right-sono2 {
		margin-top:0px;
		
	}
	.bl-color2 {
		margin-top:0px;
	
	}
	div.store_category {
		display:block;
	}

	div.mobilebottomspacer {
			display:none;
	}

	p.speedtracker_table {
		font-size:12px;
	}

	body.fds {
		background:#FFFFFF; 
		padding:8px;
	}
	div.logo {
		margin-left: calc((100% - 238px)/2);
	}
	.cart {
		display: block;
		margin-right: 7px;
		margin-top: 5px;
		padding: 7px;
		height: 59px;
		background: #fff;
		border-radius: 6px;
		width: 58px;
		height: 58px;
		right: 0%;
		top: 0%;
		position: absolute;
	}
	img.logo_image {
		width: 100%;
	}
	.column-50-front_page {
    width: 100%;
    
	}
	.column-50-front_page2 {
	 	width: 100%;
		display: flex;
  	flex-direction: column; 
	}
	#ca2flex { flex-direction:column;}
	#ca2a { order: 2; width:100%;}
	#ca2b { order: 1; width:100%; }

	[class*="col-"] {
		width: 100%;
		
	}

	div.col-menu {
		margin-left: 0px;
		margin-right: 0px;
	}
	ul.egmenu {
		text-align: center;
	}
	ul.egmenu a {
		font-size: 20px;
	}
	#menuIcon {
		display: block;
	}
	#cart_li {
		display: none;
	}
	ul.egmenu>li {
		margin: 5px;
		background: #f8f8f8;
		display:flex;
		float: none;
		border-radius: 6px;
	}
	ul.egmenu {
		height: auto;
	}
	ul.egmenu a {
		line-height: 40px;
	}
	ul.egmenu ul {
		position: relative;
	}
	
	 [class*="col-"] {
 	width:100%;
 	
 }
 img.sonoalti_logo_product {
		width:50%; 
		padding-bottom:5px; 
		padding-top:10px;
}

div.spacer {
		background:#fff;
		height:0px;
}

div.mobile_spacer {
		background:#fff;
		height:10px;
}

div.free_shipping {


		 margin-top:24px;
}
}