:root{
	--heather:#df8666;
	--rabbitBlue:#2cb4ce;
}
body,html{
	margin:0;
	width:100%;
}

body{
	font-family:verdana;
	font-size:20pt;
}	

#content{
	width:80%;
	margin:auto;
}

.aClass{
	color:#333;
	text-decoration:none;
}
.aClass:hover{	
  background: var(--rabbitBlue);
}

.ssImg{
	width:100%;
}

#fbLink{
	float:right;
	margin-right:20px;
	width:40px;
	margin-top:5px;
}
#ytLink{
	float:right;
	margin-right:20px;
	width:40px;
	margin-top:5px;
}

#ascotCity{
	display:none;
}

#footer{
	width:100%;
	z-index:1500;
	background:var(--rabbitBlue);
	height:54px;
	position:fixed;
	bottom:0;
}

#orderTotal{
	background:#f2f2f2;
}

#orderDiv{
	font-size:.6em;
	border:1pt solid #ccc;
	border-radius:3px;
	width:100%;
}

.orderQty{
	width:40px;
}

.lbl{
	display:inline-block;
	text-align:right;
	width:100px;
}

.bld{
	font-weight:bold;
}

.alertify{
	font-size:.6em;
}

.banner{
	width:100%;
	height:300px;
	background:#000;
	background-image:url("../images/rabGtr.jpg");
  background-repeat: no-repeat; 
  background-attachment: fixed;
  background-size: 100%;
}
.banner2{
	width:100%;
	height:300px;
	background:#000;
	background-image:url("../images/rh2.webp");
  background-repeat: no-repeat;
	background-attachment: fixed;
  background-size: 100%;
}
.banner3{
	width:100%;
	height:300px;
	background:#000;
	background-image:url("../images/rh3.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
  background-size: 100%;
}
.banner4{
	width:100%;
	height:290px;
	background:#000;
	background-image:url("../images/rhlarge.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: 100%;
}
.banner5{
	width:100%;
	height:300px;
	background:#000;
	background-image:url("../images/alice.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;    
  background-size: 100%;
}

.banner6{
	width:100%;
	height:290px;
	background:#000;
	background-image:url("../images/rhColor.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;    
  background-size: 100%;
}

.funny{
	font-size:.8em;
}

#cState{
	width:30px;
}	

.ib{
	display:inline-block;
}

.flx{ 
	display:flex;
}

.half{
	display:inline-block;
	vertical-align:top;
	width:calc(50% - 20px);
	margin:0;
	padding:10px;
}

.halfdt{
	display:inline-block;
	vertical-align:top;
	width:calc(50% - 30px);
	margin:5px;
	padding:10px;
	border:1pt solid #ccc;
	border-radius:3px;
}

.fourth{
	display:inline-block;
	vertical-align:top;
	width:calc(25% - 30px);
	margin:5px;
	padding:10px;
	border:1pt solid #ccc;
	border-radius:3px;
}

.fifth{
	display:inline-block;
	vertical-align:top;
	width:calc(20% - 30px);
	margin:5px;
	padding:10px;
	border:1pt solid #ccc;
	border-radius:3px;
}

.merchThird{
	display:inline-block;
	vertical-align:top;
	width:calc(33% - 22px);
	margin:10px;
	padding:0;
}

.merchThird:nth-child(even){
	background:#f2f2f2;
}	

.merchThird input{
	background:#fff;
	border:1pt solid #ccc;
}	

#pfo{
	padding:5px;
	font-size:.8em;
	width:80%;
	margin:auto;
}

.tshirt:hover{
		cursor:pointer;
}

.pointMe:hover{
	cursor:pointer;
}
	

.br3{
	border-radius:3px;
}

.third{
	display:inline-block;
	vertical-align:top;
	width:calc(33% - 22px);
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;	
	border:1pt solid #ccc;
	border-radius:3px;
}


.hideMe{
	display:none;
}

.btn{
	width:100px;
	color:#f2f2f2;
	background:#333;
	height:30px;
	border:1pt solid #666;
	border-radius:3px;	
	line-height:24px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn:hover{
	cursor:pointer;
	background:#333;
	color:#fff;
}

.btn200{
	width:200px;
	color:#f2f2f2;
	background:#333;
	height:30px;
	border:1pt solid #666;
	border-radius:3px;	
	line-height:24px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn200:hover{
	cursor:pointer;
	background:#333;
	color:#fff;
}

.dateText{
	padding:10px;
	font-size:.5em;
}

.ctr{
	text-align:center;
}

.clr{
	clear:both;
}

.clr5{
	clear:both;
	height:5px;
}	

.clr10{
	clear:both;
	height:10px;
}	

.clr20{
	clear:both;
	height:20px;
}	

.clr200{
	clear:both;
	height:200px;
}	

.clr100{
	clear:both;
	height:100px;
}	

.greyImg{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);	
}

.greyImg:hover{
  -webkit-filter: none;
  filter: none;
}


.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 211, 211, 211, .8 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
    background-size:80px;            
}

#cssmenu{
	background:var(--rabbitBlue);
}

#nextDate{
		width:50%;
		margin:auto;
		text-align:center;
		padding:20px;
		border:2pt solid #aaa;
		border-radius:3px;  			
}	

#nextShow{
		margin:0;
		padding:0;
}


@media only screen and (width : 1200px) {
	  .lbl{
	  	text-align:left;
	  	display:block;
	  }
	  .merchThird{
	  	padding:5px;
	  }

	
}

@media only screen and (max-width : 768px) {

	#nextDate{
			width:80% !important;			
	}	
		
	#clink{
		font-size:.8em;
  }
	
	nav#content{
		width:90%;  
  }

	.flx{
		display:inline;
		width:100%;
	}	  

	.half{		
		display:block;
		width:90%;		
		margin:auto;
	}

	.third{		
		display:block;		
		width:90%;		
		margin:auto;
		margin-bottom:10px;
	}

	.fourth{		
		display:block;		
		width:90%;		
		margin:auto;		
		margin-bottom:10px;
	}	

	.halfdt{		
		display:block;		
		width:90%;		
		margin:auto;		
		margin-bottom:10px;
	}		
		
	.fifth{		
		display:block;		
		width:90%;		
		margin:auto;		
		margin-bottom:10px;
	}	
	
	.merchThird{
		display:block;		
		width:90%;		
		margin:auto;
	}
	
	.lbl{
		width:100%;
		text-align:left;
		display:block;
	}
	
 
	.banner{
		height:220px;
		background-image:url("../images/rabGtr2.jpg");
	}
	.banner2{
		height:65px;
	}
	.banner3{
		height:220px;
		background-image:url("../images/rh32.jpg");
	}
	.banner4{
		background-image:url("../images/rhlarge2.jpg");
		height:220px;
	}
	.banner5{
		height:220px;
		background-image:url("../images/alice2.jpg");
	}	
	.banner6{
		height:220px;
	  background-image:url("../images/rhColor2.jpg");
	}
 
		

}