/*  style sheet for Roxy Trading Products by Thomas Tivnen 10/01/2021
It is best not to edit or tweak this style sheet as it deals with cell phone, i-pad, tablet, lap top, desk top size rendering;
A good practice is do a find command (ctrl + f) on the web page and look for class=""
If a problem arises please contact:
thomastivnen@hotmail.com  */
/*  invisible table settings   */

/* set image sizes for table zero  */

table#t0 tr td.fix a img    {
	width: 500px;
	height: 500px;
}

/*  table zero font setting  */
table#t0 tr td.fix a span.t0Grow    {
	font-size: 2rem;
}



#t0   {
	display: none;
}  

#t1   {
	display: none;
}

#t2   {
	display: none;
}

 #t3    {
    	display: none;
    }

.fix     {
  text-align: left;        /* Centers inline elements like text and images */
  vertical-align: top;       /* Aligns content at the top of the cell */
  padding: 10px 10px 10px 20px;            /* Optional spacing */

  font-family: 'Metal Mania', cursive;
  color: #933800;
}

/* Thumbnail image styling */
td.fix img {
  width: 150px;
  height: 150px;
  display: block;            /* Ensures it behaves like a block element */
  margin: 0 auto;            /* Centers the image horizontally */
}

/* Anchor link styling */
td.fix a {
  display: block;            /* Places the link on its own line */
  margin-top: 8px;           /* Adds spacing below the image */
  text-align: center;        /* left side the text */
  font-weight: bold;         /* Optional styling */
  color: #933800;               /* Customize link color */
  text-decoration: none;     /* Remove underline if desired */
  font-family: 'Metal Mania', cursive;
}


/*   settings for the brands table    */

LogosTable2    {
	margin-left: 50%; 
	border: #f00 solid 5px;
}




/*  code for roxy brands table   */
.LogosTable  {
	margin: 0 auto;
}

table.LogoTable tr td strong {
  text-align: center;   /* centers inline content like text/images */
  vertical-align: middle; /* centers vertically within the cell */
}


/*  center catalog link    */

#cat    {
	text-align: center;
}

/*   Sticky Header nav   */

.stky    {
	margin-top: 0;
	padding-bottom: 50px;
	position: relative;
	top: -70px;
	left: 120px;
}


/*  special code for static slider link circles    */

.slider-container {
  position: relative;
  width: 97%;
  margin: auto;
  display: flex;
  align-items: center;
}

.slider-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  padding: 10px;
  margin: 0;
  gap: 20px;
  scroll-behavior: smooth;
}

.slider-track li {
  flex: 0 0 auto;
  scroll-snap-align: center;
}

.circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #ffe4e1;
  text-decoration: none;
  color: #b51829;
  font-weight: bold;
}

/* Rotating dashed border on hover */
.circle::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 5px dashed red;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: rotate(0deg);
}

.circle:hover::after {
  opacity: 1;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Arrows */
.arrow {
  background: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
  padding: 0 10px;
  text-decoration: none;
  color: black;
}

.arrow.left { margin-right: 10px; }
.arrow.right { margin-left: 10px; }


/*  end special code for slider link circles   */



table.containerx    {
	width: 940px;
	height: 420px;
	margin: 0 0 0 25%; 
}

td.x1   {
	margin: 10px 5px 10px 10px; 
	width: 300px;
	height: 400px;
}

td.x2   {
	margin: 10px 5px 10px 5px;
	width: 300px;
	height: 400px;
}

td.x3   {
	margin: 10px 10px 10px 5px;
	width: 300px;
	height: 400px;
}

.fbox, .fbox, .cbox   {
	width: 300px;
	height: 400px;
}

.switch    {
 	color: #000;
 	font-size: 70%;
}


nav a:link              {   color: #080808; text-decoration: none;   }
nav a:visited           {  color: #080808; text-decoration: none;    }
nav a:hover             {  color: #080808; background: #FFB6C1;      }
nav a:active            { text-decoration: none; color: #080808;     } 

.quote    {
	font-style: italic; 
	font-weight: bold;
}

body  {   
	       margin: 0;
            /*   background-image: url("../images/bkgd1.jpg");   */ 
	       font-family: Verdana, Geneva, sans-serif;
           font-size: 14pt;
           color: #000;
           text-align: left;   
           }

.design    {
			font-family: 'Great Vibes', cursive;
		}
p.movelogo  {
			text-align: center;
		}
		
/*   this is the style code for the sticky header     */
#page-head   {
			padding: 10px 0;
			background: #FFE4E1;
            position: relative; 
            top: 0;
            left: 0;
            width: 100%;
            height: 250px;
            z-index: 50;
		}

/* This is the code for the main web page -look for the page height here  */
#page-main {
  /* This is necessary */
  /* Or the top part of contents will be covered under the header */
  margin-top: 10px; 
  padding: 0;
  height: auto;
}
         

/*   menu bars switch    */         
.hideme {
        opacity: 0.0;
}
                      
/*   h2   {
	font-family: 'Metal Mania', cursive;
	color: #933800;
}   */

footer      {
	background-color: #000;
	color: #fff;
	Height: 310px;
	width: 96%; 
	border: 15px solid #933800;
	line-height: 15px;
}

/*  page navigation   */
.global   {
	padding-left: 10px;
	color: #080808;
	font-size: 250%;
}

.logo   {
	width: 300px;
	height: 200px;
	margin: 0 20px;
	padding-bottom: 60px;
}

/*   raise font size   */
h1, h2, h3  {
	font-size: 200%; margin-left: 5px;
}

/*   raise paragraph size   */
.upper   {
	font-size: 200%; margin: 0 20px; line-height: 50px;
}

.imgsizer    {
	margin-bottom: 20px;
}

.arrowup   {
	font-size: 25px;
}

.slidamova    {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
}

.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
}


@media screen and (max-width:4200px) and (min-width:3840.01px){
	body  {
		width: 100%; 
		height: auto; margin: 0; 	
	 }	
	  #page-head    {
	 	padding-top: 100px;
	 	padding-bottom: 100px; 
	 	padding-left: 100px;
	 	height: 500px;
	 } 

	 table.stky    {
	 	width: 100%;
	 	margin: 0 auto !important;
	 	padding-left: 400px;
	 }
	 table.stky td.x1 p.movelogo a img.logo {
	 	display: block;       /* makes the image a block element */
	 	margin: 0 20px 0 -570px;       /* centers it horizontally */
	 	width: 200%;
	 	height: auto;
	 }
	 	 	
	 footer    {
		width: 100%;
		font-size: 80px;
		height: 1300px;
	}	
	footer h4  {
		font-size: 80px;
	}
	footer p   {
		font-size: 80px;
	}
	footer p img  {
		width: 5%;
		height: 5%;
	}
	.switch   {
		font-size: 30px; line-height: 25pt;
	}
	.hidebuttons   {
		font-size: 30px; padding: 10px;
	}
	.arrowup   {
		font-size: 45px;
	}
	#page-main {
    	/*  height: 7280px;    */
    	height: auto;
	}	
	.upper   {
		font-size: 80px;
	}
	
	#region   {
		font-size: 80px;
	}
	 .global   {
	 	font-size: 350%;
	 }
	
	#t0, #t1, #t2, #t3, #t00   {
		display: none !important;
	}
	
	table#tL tr td.fix a img {
    	width: 98%;
    	height: auto;
    }

  	table#tL tr td.fix a span.t0Grow {
    	font-size: 3rem;
    }

/*   keeps table L centered    */
	table#tL {
	display: inherit;
  		max-width: 4200px;
  		margin: 0 auto;   /* centers the table */
	}
	
	.slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}

}

@media screen and (max-width:3840px) and (min-width:3200.01px){
	body  {
		width: 100%; 
		height: auto; margin: 0; 	
	 }
	 #page-head    {
	 	padding-top: 100px;
	 	padding-bottom: 100px; 
	 	padding-left: 100px;
	 }

	 table.stky    {
	 	width: 100%;
	 	margin: 0 auto !important;
	 }
	 table.stky td.x1 p.movelogo a img.logo {
	 	display: block;       /* makes the image a block element */
	 	margin: 0 20px 0 -370px;       /* centers it horizontally */
	 	width: 100%;
	 	height: auto;
	 }
	 	 	
	 footer    {
		width: 100%;
		font-size: 80px;
		height: 1300px;
	}	
	footer h4  {
		font-size: 80px;
	}
	footer p   {
		font-size: 80px;
	}
	footer p img  {
		width: 5%;
		height: 5%;
	}
	.switch   {
		font-size: 30px; line-height: 25pt;
	}
	.hidebuttons   {
		font-size: 30px; padding: 10px;
	}
	.arrowup   {
		font-size: 45px;
	}
	#page-main {
    	/*  height: 7280px;    */
    	height: auto;
	}	
	#region   {
		font-size: 80px;
	}
	 .global   {
	 	font-size: 350%;
	 }
	.upper   {
		font-size: 80px;
	}
	#t0, #t1, #t2, #t3, #t00   {
		display: none !important;
	}
	
	table#tL tr td.fix a img {
    	width: 98%;
    	height: auto;
    }

  	table#tL tr td.fix a span.t0Grow {
    	font-size: 3rem;
    }

/*   keeps table L centered    */
	table#tL {
	display: inherit;
  		max-width: 3840px;
  		margin: 0 auto;   /* centers the table */
	}
	
	.slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}

}

@media screen and (max-width:3200px) and (min-width:2880.01px){
	body  {
		width: 100%; 
		height: auto; margin: 0; 	
	 }
	 #page-head    {
	 	padding-left: 100px;
	 	height: 300px;
	 }

	 table.stky    {
	 	width: 100%;
	 	margin: 0 auto !important;
	 }
	 table.stky td.x1 p.movelogo a img.logo {
	 	display: block;       /* makes the image a block element */
	 	margin: 0 20px 0 -370px;       /* centers it horizontally */
	 }
	 	 	
	 footer    {
		width: 100%;
		font-size: 80px;
		height: 1300px;
	}	
	footer h4  {
		font-size: 80px;
	}
	footer p   {
		font-size: 80px;
	}
	footer p img  {
		width: 5%;
		height: 5%;
	}
	.switch   {
		font-size: 30px; line-height: 25pt;
	}
	.hidebuttons   {
		font-size: 30px; padding: 10px;
	}
	#page-main {
    	/*  height: 7280px;    */
    	height: auto;
	}	
	#region   {
		font-size: 80px;
	}
	 .global   {
	 	font-size: 250%;
	 }
	.upper   {
		font-size: 80px;
	}
	#t0, #t1, #t2, #t3, #t00   {
		display: none !important;
	}
	
	table#tL tr td.fix a img {
    	width: 98%;
    	height: auto;
    }

  	table#tL tr td.fix a span.t0Grow {
    	font-size: 3rem;
    }

/*   keeps table L centered    */
	table#tL {
	display: inherit;
  		max-width: 3200px;
  		margin: 0 auto;   /* centers the table */
	}
	
	.slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
	.arrowup   {
		font-size: 45px;
	}
}

@media screen and (max-width:2880px) and (min-width:2560.01px){
	body  {
		width: 100%; 
		height: auto; margin: 0; 	
	 }
	 #page-head    {
	 	padding-left: 100px; 	 
	 	height: 300px;
	 }

	 table.stky    {
	 	width: 100%;
	 	margin: 0 auto !important;
	 }
	 table.stky td.x1 p.movelogo a img.logo {
	 	display: block;       /* makes the image a block element */
	 	margin: 0 20px 0 -250px;       /* centers it horizontally */
	 }
	 	 	
	 footer    {
		width: 100%;
		font-size: 80px;
		height: 1000px;
	}	
	footer h4  {
		font-size: 80px;
	}
	footer p   {
		font-size: 80px;
	}
	footer p img  {
		width: 5%;
		height: 5%;
	}
	.switch   {
		font-size: 30px; line-height: 25pt;
	}
	.hidebuttons   {
		font-size: 30px; padding: 10px;
	}
	#page-main {
    	/*  height: 7280px;    */
    	height: auto;
	}	
	#region   {
		font-size: 80px;
	}
	.global   {
	 	font-size: 250%;
	 }
	.upper   {
		font-size: 80px;
	}
	#t0, #t1, #t2, #t3, #t00   {
		display: none !important;
	}
	
	table#tL tr td.fix a img {
    	width: 98%;
    	height: auto;
    }

  	table#tL tr td.fix a span.t0Grow {
    	font-size: 3rem;
    }

/*   keeps table L centered    */
	table#tL {
	display: inherit;
  		max-width: 2880px;
  		margin: 0 auto;   /* centers the table */
	}
	
	.slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
}



@media screen and (max-width:2560px) and (min-width:2200.01px){
	body  {
		width: 100%; 
		height: auto; margin: 0; 	
	 }
	 
	 #page-head    {
	 	padding-left: 100px; 	 
	 	height: 300px;
	 }

	 table.stky    {
	 	width: 100%;
	 	margin: 0 auto !important;
	 }
	 table.stky td.x1 p.movelogo a img.logo {
	 	display: block;       /* makes the image a block element */
	 	margin: 0 20px 0 -250px;       /* centers it horizontally */
	 }
	 	 	
	 footer    {
		width: 100% !important;
		font-size: 80px;
		height: 1000px;
	}	
	footer h4  {
		font-size: 80px;
	}
	footer p   {
		font-size: 80px;
	}
	footer p img  {
		width: 5%;
		height: 5%;
	}
	.switch   {
		font-size: 30px; line-height: 25pt;
	}
	.hidebuttons   {
		font-size: 30px; padding: 10px;
	}
	#page-main {
    	/*  height: 6620px;   */
    	height: auto;
	}
	#t0, #t1, #t2, #t3, #t00   {
		display: none !important;
	}

    
    table#tL tr td.fix a img {
    	width: 98%;
    	height: auto;
    }

  	table#tL tr td.fix a span.t0Grow {
    	font-size: 2rem;
    }

/*   keeps table L centered    */
	table#tL {
  		max-width: 2560px;
  		margin: 0 auto;   /* centers the table */
	}
	
	.slidamova    {
		display: none;
	}
	.slidamova2   {
	
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}	
}



/*     Table L Perimeters established    */  
@media screen and (max-width:2200px) and (min-width:2000.01px){
	 body  {
		width: 100%; max-width: 2200px;
		height: auto; margin: 0; 	
	 }
	 #page-head    {
	 	height: 300px;
	 }
	 .global   {
	 	font-size: 250%; 
	}
	footer    {
		width: 100%;
	}
	#page-main {
    	height: auto;
	}
	#t0, #t1, #t2, #t3, #t00   {
		display: none;
	}
	#tL {
		display: inherit;
	}

    
    table#tL tr td.fix a img {
    	width: 98%;
    	height: auto;
    }

  	table#tL tr td.fix a span.t0Grow {
    	font-size: 2rem;
    }

/*   keeps table L centered    */
	table#tL {
  		max-width: 2200px;
  		margin: 0 auto;   /* centers the table */
	}
	.slidamova2    {
		margin: 0 auto;   /* centers the slider */
	}
	
	 .slidamova   {
    	display: none;
    }    
}



/*   query for table L     */
@media screen and (min-width: 1921px) and (max-width: 2000px) {
  	table#tL tr td.fix a img {
    	width: 98%;
    	height: auto;
    }

  	table#tL tr td.fix a span.t0Grow {
    	font-size: 1rem;
    }

/*   keeps table L centered    */
	table#tL {
  		max-width: 2000px;
  		margin: 0 auto;   /* centers the table */
	}
	.slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
}


/*  for more code on 1921 and table 00 #t00  search for carrot ^ to find it    */
 

@media screen and (min-width: 1921px) and (max-width:2000px) {
	 body  {
		width: 100%; max-width: 2000px;
		height: auto; margin: 0; 	
	 }
	 .global   {
	 	font-size: 250%;
	}
	footer    {
		width: 100%;
	}
	#page-main {
    	height: auto;
	}
	
	#t0, #t1, #t2, #t3, #t00   {
		display: none;
	}
	
	#tL    {
		display: inherit;
	}
	.slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
}


/*   query for table zero     */
@media screen and (min-width: 1280px) and (max-width: 1920px) {
  table#t0 tr td.fix a img {
    width: 98%;
    height: auto;
  }

  table#t0 tr td.fix a span.t0Grow {
    font-size: 2rem;
  }
}

/*   keeps table zero centered    */
table#t0 {
  max-width: 1920px;
  margin: 0 auto;   /* centers the table */
}

/*  Table zero initiated   check media span above for perimeters  */
@media screen and (max-width:1920px){
	 body  {
		width: 100%; max-width: 1920px;
		height: auto; margin: 0; 	
	 }
	 .global   {
	 	font-size: 250%;
	}
	footer    {
		width: 96%;
	}
	#page-main {
    	height: auto;
	}
	
	#t00   {
	display: inherit;
	}
	
	#tL, #t1, #t2, #t3, #t0  {
		display: none;
	}
	.slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}	
}


/* ============================ 1281px and Up (One Row of 8) ============================ */ 
@media (min-width: 1281px) { /* Hide the 2-row table */ #t0 { display: none; } /* Show the 1-row table */ #t00 { display: table; width: 100%; table-layout: fixed; margin: 0 auto; } /* Ensure the single row behaves cleanly */ #t00 tr { display: table-row; } #t00 td.fix { width: 12.5%; /* 8 per row */ text-align: center; padding: 20px; vertical-align: top; } #t00 td.fix img { width: 100%; height: auto; max-width: none; /* allow full stretch */ display: block; margin: 0 auto 10px; } #t00 td.fix span.t0Grow { display: block; margin-top: 8px; font-size: 1rem; } }




/* ============================ 1025px – 1280px (Two Rows) ============================ */ 
@media (min-width: 1025px) and (max-width: 1280px) { #t0.LogosTable2 { width: 100%; table-layout: fixed; border-collapse: separate; margin: 0 auto; } #t0.LogosTable2 td.fix { width: 25%; /* 4 per row */ text-align: center; padding: 20px; vertical-align: top; } #t0.LogosTable2 td.fix img { width: 100%; height: auto; max-width: 260px; /* stops scaling at a clean size */ display: block; margin: 0 auto 10px; } #t0.LogosTable2 td.fix span.t0Grow { display: block; margin-top: 8px; font-size: 1rem; } } 









@media screen and (max-width:1580px){
	 body  {
		width: 100%; max-width: 1580px;
		height: auto; margin: 0; 	
	 }	
	 #page-main {
	 	height: auto;
	 }
	 footer   {
	 	width: 95%;
	 } 
	  .global    {
	 	font-size: 180%;
	 }

    .slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
	

}

@media screen and (max-width:1440px){
	 body  {
		width: 100%; max-width: 1440px;
		height: auto; margin: 0; 	
	 }
	 #page-main {
	 	height: auto;
	 } 
	  .global    {
	 	font-size: 160%;
	 }
	
    .slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
	.stky    {
	 	margin-top: 0;
	 	padding-bottom: 50px;
	 	position: relative;
	 	top: -70px;   /*   header table position   */
	 	left: 50px;  /*   header table position   */
	 }
	
}

@media screen and (max-width:1366px){
    body  {
		width: 100%; max-width: 1366px;
		height: auto; margin: 0; 	
    }
    #page-main {
	 	height: auto;
	 } 
	 #t2   {
		display: none;
	}

	#t3    {
    	display: none;
    }
    
   .slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
	

}

@media screen and (max-width:1336px){
    body  {
		width: 100%; max-width: 1336px;
		height: auto; margin: 0; 	
    }
   footer   {
	 	width: 95%;
	 } 
	 .global   {
	 	font-size: 140%;
	}
	#page-main {
	 	height: auto;
	 } 
	 #t2   {
		display: none;
	}

	#t3    {
    	display: none;
    }
  .slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
	
}


@media screen and (max-width:1280px){
    body  {
		width: 100%; max-width: 1280px;
		height: auto; margin: 0; 	
    }    
    	
	#t0   {
	display: inherit;
	}
	
	#tL, #t1, #t2, #t3, #t00  {
		display: none;
	}
   	
    .global   {
	 	font-size: 130%;
	}
	#page-main {
	 	height: auto;
	 } 
	 .upper    {
	 	font-size: 150%;
	 	line-height: 40px;
	 }
	 h1   {
	 	font-size: 150%;
	 }

  .slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
	
}

@media screen and (max-width:1112px){
     body  {
		width: 100%; max-width: 1112px;
		height: auto; margin: 0; 	
     }     
	 
   .global   {
	 	font-size: 110%;
	}
	 .stky    {
	 	margin-top: 0;
	 	padding-bottom: 50px;
	 	position: relative;
	 	top: -70px;   /*   header table position   */
	 	left: 35px;  /*   header table position   */
	 }
	 #page-main {
	 	height: auto;
	 }  
	 #t2   {
		display: none;
	}

	#t3    {
    	display: none;
    }  
   .slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
	
}

@media screen and (max-width:1080px){
     body  {
		width: 100%; max-width: 1080px;
		height: auto; margin: 0; 	
     }
    
    #mobile_hidden {
		display: none;
    } 
     .global   {
	 	font-size: 110%; color: #000;
	}
	.stky    {
	 	margin-top: 0;
	 	padding-bottom: 50px;
	 	position: relative;
	 	top: -70px;   /*   header table position   */
	 	left: 20px;  /*   header table position   */
	 }
	.upper   {
		font-size: 120%; 
		line-height: 30px;
	}
	h1   {
		font-size: 120%;
	}
	#page-main {
	 	height: auto;
	 }  
	 #t2   {
		display: none;
	}

	#t3    {
    	display: none;
    }
   .slidamova    {
		display: none;
	}
	.slidamova2   {
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
	
}


/*   initiate Table one brand logos   */
@media screen and (max-width:1024px){
     body  {
		width: 100%; max-width: 1024px;
		height: auto; margin: 0; padding: 0; 	
     }
     .hideme    {
        opacity: 1.0; 
        font-size: 18px; 
        margin-left: 20px;
    }
     #bars {
    	position: relative;
    	top: 240px;
    	left: 20px;
    	opacity: 1;
    	z-index: 9999;
    }
     nav.global  {
		display: none;
    }
	.mobile_hidden {
		display: none;
    } 
    .hidebuttons   {
    	display: none;
    }

    #page-main {
	 	height: auto;
	 }
	 footer   {
	 	width: 93%;
	 } 

	 #page-head    {
	 	height: 260px;  /*   Head Background section of logo   */
	 }
	 .logo   { 
	 	width: 225px; 
	 	height: 150px;
	 	margin-left: -100px;
	 }
	 .movelogo    {
	 	text-align: left;
	 }
	 td.x1    {	  	
	 	width: 100%;   /*    the logo cell   */
	 }

	 #page-top   {
    	display: none;
    }
    
    
    #t0, #tL, #t2, #t3   {
    	display: none;
    }
    
            
    #t1  {
    	display: inherit;
    }
     .fix     {
    	text-align: center;        /* Centers inline elements like text and images */
    	vertical-align: top;       /* Aligns content at the top of the cell */
    	padding: 5px 50px;            /* Optional spacing */
    }

    /* Anchor link styling */
    td.fix a {
    	text-align: center;        /* center the text */
    }
   
    .slidamova2    {
		display: none;
	}
	.slidamova   {
		display: inherit;
		margin: 0 auto;  margin: 0 auto;   /* centers the slider */
	}
	
}

@media screen and (max-width:960px){
     body  {
		width: 100%; max-width: 960px;
		height: auto; margin: 0; 
	}

    .mobile_hidden {
		display: none;
    } 
   
    footer   {
    	width: 92%;
    	margin-left: 1px;
    	padding-top: 15px; 
    }
     #page-main {
	 	height: auto;
	 }
	 #t2   {
		display: none;
	}

	#t3    {
    	display: none;
    }
}

@media screen and (max-width:959px){
     body  {
		width: 100%; max-width: 959px;
		height: auto; margin: 0; 
	 }
	
    .mobile_hidden {
		display: none;
    } 
    #t2   {
		display: none;
	}

	#t3    {
    	display: none;
    }
}

@media screen and (max-width:926px){
     body  {
		width: 100%; max-width: 926px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 

	footer  {
		width: 92%; margin-left: 1px;
	}
	.yank    {
		display: none;
	}
	#page-main {
	 	height: auto;
	 }
	
	 #t2   {
		display: none;
	}

	#t3    {
    	display: none;
    }
}

@media screen and (max-width:915px){
     body  {
		width: 100%; max-width: 915px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    footer  {
		width: 92%; margin-left: 1px;
	}
	#page-main {
	 	height: auto;
	 }
	 #t2   {
		display: none;
	}

	#t3    {
    	display: none;
    }
}


@media screen and (max-width:900px){
     body  {
		width: 100%; max-width: 900px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    #page-main {
	 	height: auto;
	 }
	 #t2   {
		display: none;
	}

	#t3    {
    	display: none;
    }
}

@media screen and (max-width:896px){
     body  {
		width: 100%; max-width: 896px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    .logo   { 
	 	width: 225px; 
	 	height: 150px;
	 	margin-left: -80px;
	 }
    
}

@media screen and (max-width:883px){
     body  {
		width: 100%; max-width: 883px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    #page-main {
	 	height: auto;
	 }
}

@media screen and (max-width:854px){
     body  {
		width: 100%; max-width: 854px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    footer    {
    	border: 12px solid #933800;
    }
     #page-main {
	 	height: auto;
	 }
	    
 }

@media screen and (max-width:846px){
     body  {
		width: 100%; max-width: 846px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    }    
}

@media screen and (max-width:844px){
     body  {
		width: 100%; max-width: 844px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    }    
}


@media screen and (max-width:834px){
     body  {
		width: 100%; max-width: 834px;
		height: auto; margin: 0; 
	 }
	
    .mobile_hidden {
		display: none;
    } 
    
}

@media screen and (max-width:823px){
     body  {
		width: 100%; max-width: 823px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
    
}
	
@media screen and (max-width:812px){
     body  {
		width: 100%; max-width: 812px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
   
}

@media screen and (max-width:810px){
     body  {
		width: 100%; max-width: 810px;
		height: auto; margin: 0; 
	 }

    .mobile_hidden {
		display: none;
    } 
     #page-main {
	 	height: auto;
	 }
}

	
@media screen and (max-width:800px){
     body  {
		width: 100%; max-width: 800px;
		height: auto; margin: 0; 
	 }
 
    .mobile_hidden {
		display: none;
    } 
    footer   {
    	margin-left: 0;
    }
    #t0, #t1, #t3, #tL    {
    	display: none;
    }
        
    #t2  {
    	display: inherit;
    }
     .fix     {
    	text-align: center;        /* Centers inline elements like text and images */
    	vertical-align: top;       /* Aligns content at the top of the cell */
    	padding: 5px 50px;            /* Optional spacing */
    }

    /* Anchor link styling */
    td.fix a {
    	text-align: center;        /* center the text */
    }
    table.LogosTable2    {
    	margin-left: 5%;
    }
 
}

@media screen and (max-width:768px){
    body     {
		  width: 100%; max-width: 768px;
		  height: auto; margin: 0;
    }    
    
    .mobile_hidden {
		display: none;
    } 
    footer    {
    	border: 10px solid #933800;
    }
    #page-main {
	 	height: auto;
	 }   
}

@media screen and (max-width:760px){
    body     {
		  width: 100%; max-width: 760px;
		  height: auto; margin: 0;
    }    
    
    .mobile_hidden {
		display: none;
    } 
    footer    {
    	border: 10px solid #933800;
    }
    #page-main {
	 	height: auto;
	 }
}


@media screen and (max-width:740px){
    body     {
		  width: 100%; max-width: 740px;
		  height: auto; margin: 0;
    }  
     .mobile_hidden {
		display: none;
    }
    #page-main {
	 	height: auto;
	 } 
	 .logo   { 
	 	width: 225px; 
	 	height: 150px;
	 	margin-left: -20px;
	 }
}

@media screen and (max-width:736px){
    body     {
		  width: 100%; max-width: 736px;
		  height: auto; margin: 0;
    }    
    .hideme    {
        opacity: 1.0; font-size: 18px; margin: 20px;
    } 
   
    .mobile_hidden {
		display: none;
    } 
    footer    {
    	border: 9px solid #933800;
    }
}

@media screen and (max-width:732px){
    body     {
		  width: 100%; max-width: 732px;
		  height: auto; margin: 0;
    }    
   
    .mobile_hidden {
		display: none;
    } 
}

@media screen and (max-width:667px){
    body     {
		  width: 100%; max-width: 667px;
		  height: auto; margin: 0;
    }
   
    .mobile_hidden {
		display: none;
    } 
    footer    {
    	width: 91%;
    }
    .upper    {
    	font-size: 100%;
    }
    #page-main {
	 	height: auto;
	 } 
	 	  
   table.LogosTable2    {
    	margin-left: 0;
    }
}

@media screen and (max-width:640px){
    body     {
		  width: 100%; max-width: 640px;
		  height: auto; margin: 0;
    }
   
    .mobile_hidden {
		display: none;
    } 
   #page-main {
	 	height: auto;
	 } 
   table.LogosTable2    {
    	margin-left: 0;
    }
}

@media screen and (max-width:600px){
    body     {
		  width: 100%; max-width: 600px;
		  height: auto; margin: 0;
    }
   #page-main {
	 	height: auto;
	 } 
   footer    {
   	width: 90%;
   }
}

@media screen and (max-width:568px){
    body     {
		  width: 100%; max-width: 568px;
		  height: auto; margin: 0;
    }      
    .mobile_hidden {
		display: none;
    }   
    #page-main {
	 	height: auto;
    } 
	footer    {
    	border: 8px solid #933800;
    }   
}



@media screen and (max-width:500px){
    body     {
		  width: 100%; max-width: 500px;
		  height: auto; margin: 0;
    }      
   
}



	  
   



@media screen and (max-width:480px){
    body     {
		  width: 100%; max-width: 480px;
		  height: auto; margin: 0;
    }
    .mobile_hidden {
		display: none;
    }  
    .upper   {
    	font-size: 90%;
    }  
    footer    {
    	width: 88%;
    }
     #page-main {
	 	height: auto;
    } 
}


@media screen and (max-width:435px){
    body     {
		  width: 100%; max-width: 435px;
		  height: auto; margin: 0;
    }   
    
    .logo   { 
	 	width: 225px; 
	 	height: 150px;
	 	margin-left: -50px;
	 }
}





@media screen and (max-width:428px){
    body     {
		  width: 100%; max-width: 428px;
		  height: auto; margin: 0;
    }   
    .mobile_hidden {
		display: none;
    } 
    footer    {
    	width: 87%;
    }
    .upper    {
    	line-height: 25px;
    }
    #page-main {
	 	height: auto;
    }
    .quote     {
    	font-size: 14px;
    } 
   
}

@media screen and (max-width:414px){
    body     {
		  width: 100%; max-width: 414px;
		  height: auto; margin: 0;
    }
   .mobile_hidden {
		display: none;
   } 
   #page-main {
	 	height: auto;
    }
   footer    {
   		width: 86%;
   }
}

@media screen and (max-width:412px){
    body     {
		  width: 100%; max-width: 412px;
		  height: auto; margin: 0;
    }
    .mobile_hidden {
		display: none;
    } 
    
    #t1, #t2, #t0, #tL    {
    	display: none;
    }
    
    #t3    {
    	display: inherit;
    }
    
    .fix     {
    	text-align: center;        /* Centers inline elements like text and images */
    	vertical-align: top;       /* Aligns content at the top of the cell */
    	padding: 5px 50px;            /* Optional spacing */
    }

    /* Anchor link styling */
    td.fix a {
    	text-align: center;        /* left side the text */
    }
    
}

@media screen and (max-width:390px){
    body     {
		  width: 100%; max-width: 390px;
		  height: auto; margin: 0;
    }
 
    .mobile_hidden {
		display: none;
    }  
    #page-main {
	 	height: auto;
    }
   footer    {
   		width: 85%;
   }
}

@media screen and (max-width:384px){
    body     {
		  width: 100%; max-width: 384px;
		  height: auto; margin: 0;
    }
    .mobile_hidden {
		display: none;
    }  
     #page-main {
	 	height: auto;
    }
}

@media screen and (max-width:380px){
    body     {
		  width: 100%; max-width: 380px;
		  height: auto; margin: 0;
		  background-color: #fff; Padding: 0;
    }  
    .mobile_hidden {
		display: none;
    } 
}

@media screen and (max-width:375px){
    body     {
		  width: 100%; max-width: 375px;
		  height: auto; margin: 0;
		  background-color: #fff;
    }
   .mobile_hidden {
		display: none;
    } 
}

@media screen and (max-width:360px){
    body     {
		  width: 100%; max-width: 360px;
		  height: auto; margin: 0;
		  background-color: #fff;
    }
   .mobile_hidden {
		display: none;
    } 
    #page-main {
	 	height: auto;
    }
   footer    {
   		width: 84%;
   }
}

@media screen and (max-width:320px){
    body     {
		  width: 100%; max-width: 320px;
		  height: auto; margin: 0;
		  background-color: #fff;
    }
   .mobile_hidden {
		display: none;
    } 
    #page-main {
	 	height: auto;
    }
   footer    {
   		width: 82%;
   }
   .design     {
	display: none;
	}
	.arrowup   {
		margin-top: 0;
		margin-bottom: 0;
	}
	.imgsizer   {
	 	margin-top: 0;
	 	margin-bottom: 0;
	}
}


/* ^ Jumbo monitors: 1921px and up */ @media (min-width: 1921px) { #t0 { display: none !important; } #t00 { display: none !important; } #tl { display: table !important; } }
