@charset "utf-8";
.menutable {
	background: #004266;
	cursor: pointer;
	color: white;
	
}

.menutable:hover, .menutable:active, .menutable:focus {
	background: #63bf04;
}

.price {
      transition: transform 0.3s ease, color 0.3s ease;
    }

    .price.up {
      color: #00ff9d;
      transform: scale(1.1);
    }

    .price.down {
      color: #ff3b3b;
      transform: scale(0.95);
    }


.rb {
	border: 1px solid #ccc;
	border-radius: 8px;
}

.bgheader {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #000;
	background-attachment: fixed;
}


.arial, .pop {
	font-family: Helvetica, Arial, "sans-serif"
}

.lato {
	font-family: "Lato", sans-serif;
}

.flex {
	display: flex;
	justify-content: space-between;}
	
.twocol {
	width:48%}
	
.threecol {
	width:32%}
	
.onefour {
	width:20%;
	}
	
.threefour {
	width:79%;
	}
	
.onethree {
	width:31%;
	}
	
.twothree {
	width:60%;
	}
	
.colrev {
	flex-direction: none;}

.h70 {
	font-size: 75px;
	letter-spacing: -1px;
	line-height: 80px;
}
	
.h55 {
	font-size: 53px;
	letter-spacing: -1px;
	line-height: 60px;
}


.h40 {
	font-size: 38px;
	line-height:50px;
	letter-spacing:-1px;
}
	
.h30 {
	font-size: 32px;
	line-height:42px;
	letter-spacing:-1px;
}
	
.h25 {
	font-size: 27px;
	line-height:38px;
}
	
.h20 {
	font-size: 18px;
	line-height:25px;
}

.h11 {
	font-size: 11px;
	line-height:15px;
}

	
.wh {
	color: #fff;}

.red {
	color: #f00;}

.grey {
	color: #747474;}
	
.btn {
	background: #63bf04;
	border: 5px solid #004266;
	border-radius: 110px;
	padding-top: 0px;
	padding-bottom: 10px;
	width:100%;
	cursor: pointer;
	}

.btn span {
	color: #A70000;
}

.btn2 {
	background: #e5ce73;
	border: 1px solid #9b9b9b;
	border-radius: 110px;
	padding: 10px 20px;
	cursor: pointer;
	}


.btn:hover {
	transition: 1s}
		
		
	
.btn:hover span {
	color: #FFF;
text-shadow: 0px 0px 10px #ccc}
	
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
	.hidden {display: none}
	
	.mg {margin-top: 15px}
	
	.responsive {
	width:90%;}
			
.flex {
	flex-direction: column;}
	
.onefour, .threefour, .onethree, .twothree, .twocol, .threecol {
	width: 100%;
	}
		
.h55 {
	font-size: 45px;
	letter-spacing: -1px;
	line-height: 55px;
}	
		
.h40 {
	font-size: 30px;
	line-height: 35px;
}
	
.h30 {
	font-size: 25px;
	line-height:35px;
}
	
.h25 {
	font-size: 18px;
	line-height:25px;
}
	
.h20 {
	font-size: 17px;
	line-height:25px;
	letter-spacing: 0px;
}
	
.h17 {
	font-size: 15px;
	line-height:22px;
}
.h15 {
	font-size: 13px;
	line-height:20px;
}
	
.colrev {
	flex-direction: column-reverse;}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1365px) {
.responsive {
		width:90%;}
}
	
