.racvert-link > a> img{
	max-height: 50px;
}

.racvert-link > a >img, .racvert-link > span{
	display: inline-block;
}

.no-pad{
	padding: 0;
}

.no-mar{
	margin: 0;
}

.full-hero{
	background-position: center;
	background-size: cover;
}

.hero-body{
	min-height: 500px;
}

.hero-body>h1{
	color: #e42f46;
	font-family: 'Cabin', sans-serif;
	font-weight: bold;
	font-size: 72px;
}

body>.brands-logo{
	margin-top: -45px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #e5eaf1;
}

.brand-logo>img{
	max-height: 100px;
}

.banner-footer{
	margin-top: -130px;
}

@media (max-width: 767px){
	.banner .banner-over {
	    display: initial;
	}
}

.opening-hours-wrapper>.row>div>em{
	font-size: 13px;
}

.addr>address{
	font-size: 13px;
}

.cont>a{
	font-size: 13px;
}

.day-group > .row {
  overflow-x: auto;
  white-space: nowrap;
}
.day-group > .row > .col-xs-12> .col-xs-4 {
  display: inline-block;
  float: none;
}

.calendar-time{
	background-color: green;
	padding-top: 8px;
	padding-bottom: 8px;
}

@media(max-width: 768px){
	.calendar-time{
		font-size: 16px;
	}

	.calendar-date{
		font-size: 12px;
		white-space: normal;
	}
}

.calendar-time:hover{
	background-color: lightgreen;
}

.booked{
	background-color: red;
	cursor: not-allowed;
}

.booked-past{
	background-color: orange;
}

.booked:hover{
	background-color: red;
	color: white;
}

.bootstrap-datetimepicker-widget{
	color:black;
}

.astro-ticket{
	background-color: #3aa53a;
	padding-right: 0;
	padding-left: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ticket-data{
	font-size: 19px;
}

.ticket-info{
	font-size: 12px;
}

.ticket-time{
	font-size: 20px;
}

.ticket-date{
	font-size: 18px;
}

.ticket-date-time{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: green;
	border-top: 5px solid black;
	border-top-style: dashed;
	border-bottom: 5px solid black;
	border-bottom-style: dashed;
}

.ticket-data-holder{
	padding-top: 15px;
}

.show-link{
	text-decoration: underline;
}

.pad-20{
	padding: 20px;
}

.page-footer{
	background-color: #f7f7f7;
}

.booking-modal{
	border: 10px white solid;
	border-radius: 0;
	padding:20px;
	background-image: url('/assets/images/backgrounds/bg1.png')
}

@media(max-width: 768px){
	.booking-modal{
		border: 2px white solid;
		border-radius: 0;
		padding:0;
	}
}

.shopping-badge-xs{
	background-color: #e42f46;
}

.cart-quantity{
	color: black;
	width: 45px;
	border-radius: 5px; 
	border:none;
	padding: 3px;
	text-align: center;
}





















