/* CSS Document */

body, html {
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #272727;
	font-size: 18px;
	max-width: 2500px;
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3, h4 {
	font-family: 'frontage_condensed3d';
	color: #ED1C24;
}
.pad-t-50 {
	padding-top: 50px;
}
.glow {
	-webkit-animation: glow 2s ease-in-out infinite alternate;
	-moz-animation: glow 2s ease-in-out infinite alternate;
	animation: glow 2s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
	from {
		text-shadow: 0 0 50px #1fbbed, 0 0 60px #1fbbed, 0 0 70px #1fbbed;
	}
	to {
		text-shadow: 0 0 70px #166fad, 0 0 80px #166fad;
	}
}
/* Preloader */
.bookster {
    background-color:#BD1618;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 25px;
    color: #ffffff;
	z-index:9999;
    border-radius: 50px 50px 0px 0px;
    -webkit-box-shadow: 0px -4px 14px 0px rgba(0,0,0,0.53);
-moz-box-shadow: 0px -4px 14px 0px rgba(0,0,0,0.53);
box-shadow: 0px -4px 14px 0px rgba(0,0,0,0.53);
}
.bookster:hover {
    background-color:#ffffff;
    color: #BD1618;
    transition: 0.5s
}
a.book-btn  {
    color: #ffffff;
    font-weight: 700;
    font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 10001;
	/* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(../images/status.gif);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200px;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}
.grow {
	transition: all .2s ease-in-out;
}
.grow:hover {
	transform: scale(1.1);
}




#videoOverlay {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#videoOverlay.active {
  display: flex;
  opacity: 1;
}

.video-container {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#closeOverlay {
  position: fixed;
  top: 20px;
  right: 30px;
  background: none;
  color: white;
  font-size: 48px;
  border: none;
  cursor: pointer;
  z-index: 10000;
}




/* NAVIGATION */

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
}
.cnt223 a {
	text-decoration: none;
}
.popup {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	display: none;
	z-index: 10001;
}
.popup img {
	width: 100%;
}
.popup .close {
	opacity: 1;
	text-shadow: none;
	font-size: 30px;
}
.blue {
	color: #1ebbed
}
.blue2 {
	color: #115395
}
.upper {
	text-transform: uppercase;
}
.bold {
	font-weight: 700;
}
.award {
	position: absolute;
	top: 115px;
	right: 35px;
	z-index: 9999
}
.script {
	font-family: 'fabfeltscriptbold';
}
.cnt223 {
	min-width: 600px;
	width: 600px;
	min-height: 150px;
	margin: 100px auto;
	background: #355470;
	position: relative;
	z-index: 103;
	padding: 10px 25px 60px 25px;
	border-radius: 0px;
	box-shadow: 0 2px 15px #000;
	transform: rotate(4deg);
}
.cnt223 h2 {
	color: #ffffff;
}
.cnt223 p {
	clear: both;
	/* text-align: justify; */
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}
.cnt223 p a {
	color: #ffffff;
	font-weight: bold;
}
.cnt223 .x {
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
}
.cnt223 .x:hover {
	cursor: pointer;
}
.phone-hack {
    position: fixed;
	top: 90px;
	right: 0px;
	z-index: 1000;
}
.phone-hack img {
  width: 350px;  
}
.logo {
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1000;
}
.logo img {
	width: 540px;
}
.navigation {
	background-color: #191919;
	height: 98px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 10px 21px -16px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0px 10px 21px -16px rgba(0, 0, 0, 0.36);
	box-shadow: 0px 10px 21px -16px rgba(0, 0, 0, 0.36);
}
.navbar {
	margin-bottom: 0px;
}
.navbar, .navbar-default {
	margin-top: 16px;
	font-size: 22px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	text-align: right;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	padding-right: 48px;
	padding-top: 18px;
}
.navbar .navbar-nav li.first {
	padding-left: 0px;
}
.navbar .navbar-nav li a, .navbar .navbar-nav li button {
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 50px;
	color: #FFFFFF;
    font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
	border: none;
	background-color: transparent;
	transition: all 0.3s ease;
}
.navbar .navbar-nav li button {
	padding-top: 11px
}
.navbar .navbar-nav li a:hover, .navbar .navbar-nav li button:hover {
	color: #ED1C24;
}
.navbar .navbar-nav li.last {
	padding-left: 35px;
	margin-top: -2px;
}
.navbar .navbar-nav li.last a {
	background-color: #FFFFFF;
	border-radius: 30px;
	border: solid #5D6771;
	border-width: 2px 2px 6px 2px;
	color: #5D6771;
	padding: 14px 30px 14px 30px;
	padding: 14px 30px 14px 30px;
	font-family: 'lemonmilkregular';
	font-size: 20px;
}
.navbar .navbar-nav li.last a:hover {
	color: #ffffff;
	background-color: #5D6771;
	cursor: pointer;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-nav>li>.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 0px;
	box-shadow: none;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 20px;
}
.dropdown-menu>li>a, .dropdown-menu>li {
	padding-bottom: 5px;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #d3c799;
	background-color: transparent;
}
.dropdown-menu>li>a:hover {
	color: #d3c799;
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav .dropdown-menu>li>a {
	font-size: 20px
}
.dropdown-menu {
	min-width: 200px;
}
/* CAROUSEL */

.owl-carousel {
	margin-top: 0px;
	/*padding-bottom: 15px*/
}
.owl-carousel .slide {
	padding-top: 120px;
	height: 325px
}
.owl-carousel.dev .slide {
	padding-top: 30px;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.owl-carousel.dev .slide img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 15px solid #ffffff
}
.meadowbank .owl-carousel .slide-1 {
	background-image: url("../images/meadowbank-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-2 {
	background-image: url("../images/meadowbank-2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% center;
}
.meadowbank .owl-carousel .slide-3 {
	background-image: url("../images/meadowbank-3.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-4 {
	background-image: url("../images/meadowbank-4.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.meadowbank .owl-carousel .slide-5 {
	background-image: url("../images/meadowbank-5.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-6 {
	background-image: url("../images/meadowbank-6.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-7 {
	background-image: url("../images/meadowbank-7.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-8 {
	background-image: url("../images/meadowbank-8.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-9 {
	background-image: url("../images/meadowbank-9.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-10 {
	background-image: url("../images/meadowbank-10.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-11 {
	background-image: url("../images/meadowbank-11.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-12 {
	background-image: url("../images/meadowbank-12.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-13 {
	background-image: url("../images/meadowbank-13.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-14 {
	background-image: url("../images/meadowbank-14.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-15 {
	background-image: url("../images/meadowbank-15.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-16 {
	background-image: url("../images/meadowbank-16.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-17 {
	background-image: url("../images/meadowbank-17.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-18 {
	background-image: url("../images/meadowbank-18.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-19 {
	background-image: url("../images/meadowbank-19.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-20 {
	background-image: url("../images/meadowbank-20.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-21 {
	background-image: url("../images/meadowbank-21.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-22 {
	background-image: url("../images/meadowbank-22.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-23 {
	background-image: url("../images/meadowbank-23.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-24 {
	background-image: url("../images/meadowbank-24.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-25 {
	background-image: url("../images/meadowbank-25.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-26 {
	background-image: url("../images/meadowbank-26.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-27 {
	background-image: url("../images/meadowbank-27.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.meadowbank .owl-carousel .slide-28 {
	background-image: url("../images/meadowbank-28.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.meadowbank .owl-carousel .slide-loyalty {
	background-image: url("../images/loyalty.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
    height: auto
}
.meadowbank .owl-carousel .slide-food-1 {
	background-image: url("../images/Food-1x.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}

.meadowbank .owl-carousel .slide-food-2 {
	background-image: url("../images/Food-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}


.morningside .owl-carousel .slide-1 {
	background-image: url("../images/morningside-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-2 {
	background-image: url("../images/morningside-2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% center;
}
.morningside .owl-carousel .slide-3 {
	background-image: url("../images/morningside-3.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-4 {
	background-image: url("../images/morningside-4.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.morningside .owl-carousel .slide-5 {
	background-image: url("../images/morningside-5.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-6 {
	background-image: url("../images/morningside-6.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-7 {
	background-image: url("../images/morningside-7.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-8 {
	background-image: url("../images/morningside-8.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-9 {
	background-image: url("../images/morningside-9.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-10 {
	background-image: url("../images/morningside-10.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-11 {
	background-image: url("../images/morningside-11.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-12 {
	background-image: url("../images/morningside-12.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-13 {
	background-image: url("../images/morningside-13.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-14 {
	background-image: url("../images/morningside-14.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-15 {
	background-image: url("../images/morningside-15.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-16 {
	background-image: url("../images/morningside-16.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.morningside .owl-carousel .slide-17 {
	background-image: url("../images/morningside-17.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.morningside .owl-carousel .slide-loyalty {
	background-image: url("../images/loyalty.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
    height: auto
}
.morningside .owl-carousel .slide-food-1 {
	background-image: url("../images/Food-2x.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}
.morningside .owl-carousel .slide-food-2 {
	background-image: url("../images/Food-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}


.glasgow .owl-carousel .slide-1 {
	background-image: url("../images/glasgow-12.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-2 {
	background-image: url("../images/glasgow-2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% center;
}
.glasgow .owl-carousel .slide-3 {
	background-image: url("../images/glasgow-3.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-4 {
	background-image: url("../images/glasgow-4.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.glasgow .owl-carousel .slide-5 {
	background-image: url("../images/glasgow-5.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-6 {
	background-image: url("../images/glasgow-6.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-7 {
	background-image: url("../images/glasgow-7.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-8 {
	background-image: url("../images/glasgow-8.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-9 {
	background-image: url("../images/glasgow-9.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-10 {
	background-image: url("../images/glasgow-10.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-11 {
	background-image: url("../images/glasgow-11.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-12 {
	background-image: url("../images/glasgow-12.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-13 {
	background-image: url("../images/glasgow-13.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-14 {
	background-image: url("../images/glasgow-14.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-loyalty {
	background-image: url("../images/loyalty.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
    height: auto
}
.glasgow .owl-carousel .slide-food-1 {
	background-image: url("../images/Food-3x.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.glasgow .owl-carousel .slide-food-2 {
	background-image: url("../images/Food-3.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}

.perth .owl-carousel .slide-1 {
	background-image: url("../images/perth-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-2 {
	background-image: url("../images/perth-2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% center;
}
.perth .owl-carousel .slide-3 {
	background-image: url("../images/perth-3.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-4 {
	background-image: url("../images/perth-4.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.perth .owl-carousel .slide-5 {
	background-image: url("../images/perth-5.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-6 {
	background-image: url("../images/perth-6.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-7 {
	background-image: url("../images/perth-7.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-8 {
	background-image: url("../images/perth-8.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-9 {
	background-image: url("../images/perth-9.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-10 {
	background-image: url("../images/perth-10.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-11 {
	background-image: url("../images/perth-11.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-12 {
	background-image: url("../images/perth-12.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-13 {
	background-image: url("../images/perth-13.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-14 {
	background-image: url("../images/perth-14.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-15 {
	background-image: url("../images/perth-15.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-16 {
	background-image: url("../images/perth-16.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.perth .owl-carousel .slide-17 {
	background-image: url("../images/perth-17.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.perth .owl-carousel .slide-loyalty {
	background-image: url("../images/loyalty.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
    height: auto
}
.perth .owl-carousel .slide-food-1 {
	background-image: url("../images/Food-4x.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}
.perth .owl-carousel .slide-food-2 {
	background-image: url("../images/Food-4.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}

.bellshill .owl-carousel .slide-1 {
	background-image: url("../images/bellshill-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-2 {
	background-image: url("../images/bellshill-2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% center;
}
.bellshill .owl-carousel .slide-3 {
	background-image: url("../images/bellshill-3.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-4 {
	background-image: url("../images/bellshill-4.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.bellshill .owl-carousel .slide-5 {
	background-image: url("../images/bellshill-5.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-6 {
	background-image: url("../images/bellshill-6.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-7 {
	background-image: url("../images//bellshill-7.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-8 {
	background-image: url("../images/bellshill-8.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-9 {
	background-image: url("../images/bellshill-9.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-10 {
	background-image: url("../images/bellshill-10.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-11 {
	background-image: url("../images/bellshill-11.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-12 {
	background-image: url("../images/bellshill-12.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-13 {
	background-image: url("../images/bellshill-13.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-14 {
	background-image: url("../images/bellshill-14.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-15 {
	background-image: url("../images/bellshill-15.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-16 {
	background-image: url("../images/bellshill-16.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-17 {
	background-image: url("../images/bellshill-17.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-18 {
	background-image: url("../images/bellshill-18.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bellshill .owl-carousel .slide-loyalty {
	background-image: url("../images/loyalty.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
    height: auto
}
.bellshill .owl-carousel .slide-food-1 {
	background-image: url("../images/Food-5x.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}
.bellshill .owl-carousel .slide-food-2 {
	background-image: url("../images/Food-5.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}

.coatbridge .owl-carousel .slide-1 {
	background-image: url("../images/coatbridge-6.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-2 {
	background-image: url("../images/coatbridge-2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% center;
}
.coatbridge .owl-carousel .slide-3 {
	background-image: url("../images/coatbridge-3.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-4 {
	background-image: url("../images/coatbridge-4.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.coatbridge .owl-carousel .slide-5 {
	background-image: url("../images/coatbridge-5.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-6 {
	background-image: url("../images/coatbridge-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-7 {
	background-image: url("../images/coatbridge-7.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-8 {
	background-image: url("../images/coatbridge-8.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-9 {
	background-image: url("../images/coatbridge-9.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-10 {
	background-image: url("../images/coatbridge-10.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-11 {
	background-image: url("../images/coatbridge-11.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-12 {
	background-image: url("../images/coatbridge-12.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-13 {
	background-image: url("../images/coatbridge-13.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-14 {
	background-image: url("../images/coatbridge-14.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-15 {
	background-image: url("../images/coatbridge-15.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-16 {
	background-image: url("../images/coatbridge-16.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-17 {
	background-image: url("../images/coatbridge-17.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-18 {
	background-image: url("../images/coatbridge-18.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-19 {
	background-image: url("../images/coatbridge-19.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-20 {
	background-image: url("../images/coatbridge-20.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-21 {
	background-image: url("../images/coatbridge-21.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-22 {
	background-image: url("../images/coatbridge-22.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-23 {
	background-image: url("../images/coatbridge-23.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-24 {
	background-image: url("../images/coatbridge-24.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-25 {
	background-image: url("../images/coatbridge-25.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-26 {
	background-image: url("../images/coatbridge-26.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coatbridge .owl-carousel .slide-loyalty {
	background-image: url("../images/loyalty.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
    height: auto
}
.coatbridge .owl-carousel .slide-food-1 {
	background-image: url("../images/Food-6x.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}
.coatbridge .owl-carousel .slide-food-2 {
	background-image: url("../images/Food-6.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}

.dunfermline .owl-carousel .slide-1 {
	background-image: url("../images/dunfermline/DUN-Venue-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-2 {
	background-image: url("../images/dunfermline/DUN-Venue-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% center;
}
.dunfermline .owl-carousel .slide-3 {
	background-image: url("../images/dunfermline/DUN-Venue-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-4 {
	background-image: url("../images/dunfermline/DUN-Venue-4.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.dunfermline .owl-carousel .slide-5 {
	background-image: url("../images/dunfermline/DUN-Venue-5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-6 {
	background-image: url("../images/dunfermline/DUN-Venue-6.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-7 {
	background-image: url(".../images/dunfermline/DUN-Venue-8.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-8 {
	background-image: url("../images/dunfermline/DUN-Venue-9.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-9 {
	background-image: url("../images/dunfermline/DUN-Venue-10.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-10 {
	background-image: url("../images/dunfermline/DUN-Venue-11.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-11 {
	background-image: url("../images/dunfermline/DUN-Play-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-12 {
	background-image: url("../images/dunfermline/DUN-Play-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-13 {
	background-image: url("../images/dunfermline/DUN-Play-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-14 {
	background-image: url("../images/dunfermline/DUN-Play-4.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-15 {
	background-image: url("../images/dunfermline/DUN-Play-5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-16 {
	background-image: url("../images/dunfermline/DUN-Play-6.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-17 {
	background-image: url("../images/dunfermline/DUN-Play-7.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-18 {
	background-image: url("../images/dunfermline/DUN-Play-8.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-19 {
	background-image: url("../images/dunfermline/DUN-Play-9.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dunfermline .owl-carousel .slide-20 {
	background-image: url("../images/dunfermline/DUN-Play-10.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.dunfermline .owl-carousel .slide-loyalty {
	background-image: url("../images/loyalty.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
    height: auto
}
.dunfermline .owl-carousel .slide-food-1 {
	background-image: url("../images/Food-7x.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}
.dunfermline .owl-carousel .slide-food-2 {
	background-image: url("../images/Food-7.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}

.coming-soon .owl-carousel .slide-1 {
	background-image: url("../images/slider-SOON.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.coming-soon .owl-carousel .slide-2 {
	background-image: url("../images/slider-SOON.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



.owl-carousel .slider-content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition: all 0.3s ease;
    padding-top: 70px;
}
.owl-carousel .slider-content h1 {
	color: #ffffff;
	font-size: 110px;
	line-height: 105px;
	margin-bottom: 30px
}
.owl-carousel .slider-content h1 span.outline {
	color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #ffffff;
}
.owl-carousel .slider-content a {
	background-color: #5D6771;
	border-radius: 40px;
	border: solid #FFFFFF;
	border-width: 2px 2px 6px 2px;
	color: #FFFFFF;
	padding: 18px 35px 18px 35px;
	font-family: 'lemonmilkregular';
	font-size: 30px;
}
.owl-carousel .slider-content a:hover {
	color: #5D6771;
	background-color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
.owl-carousel .slider-content.pump:hover {
	transform: scale(1.03);
	cursor: pointer;
	background-color: rgba(255, 255, 255, 1);
}
.owl-carousel .slider-content-box {
	background-color: #ffffff;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	margin-top: 40px;
}
.owl-carousel .slider-content-box h1 {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #355470;
	font-size: 60px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.owl-carousel .slider-content-box h2 {
	font-family: 'fabfeltscriptbold';
	color: rgb(255, 201, 47);
	font-size: 50px;
	margin-bottom: 1px;
	margin-top: 0px
}
.owl-carousel .slider-content-box p {
	font-size: 32px;
}
.owl-carousel .slider-content-box p.link {
	padding-top: 10px;
}
.owl-carousel .slider-content-box p.link a {
	font-weight: 700;
	background-color: rgb(31, 187, 237);
	padding: 10px 15px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-family: futura-pt, sans-serif;
	font-weight: 700;
}
.owl-carousel .slider-content img {
	width: 80%;
	display: inline;
}
.owl-carousel .slider-content img.three {
	width: 25%;
	max-width: 500px;
	display: inline;
}
.owl-carousel .slider-content.seventyfive img {
	width: 35%;
	max-width: 1000px;
	display: inline;
	padding-top: 100px;
}
.owl-carousel .owl-dots {
	margin-top: -30px;
	z-index: 199999;
	position: relative;
	text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
	width: 9px !important;
	height: 9px !important;
	background: rgba(255, 255, 255, 0.4) !important;
	border: none;
	border-radius: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ED1C24 !important;
}
.owl-carousel .owl-nav {
	display: none;
}

img.comingsoon {
	width: 60px;
	margin-top: -9px;
}

.main-content-wrap {
    padding-top: 240px;
    padding-bottom: 30px;
}
.main-content {
    background-color: rgba(255,255,255,0.97);
    padding: 60px 50px 80px 50px; 
}
.main-content h1 {
    text-align: center;
    font-size: 130px;
    margin:0px;
    color: #ED1C24;
    padding: 0px 0px 30px 0px;
}
.main-content h4 {
	font-family: 'frontage_condensedregular';
    text-align: center;
    font-size: 50px;
    margin:-30px 0px 0px 0px;
    color: #ED1C24;
    padding: 0px 0px 30px 0px;
}
.main-content p.intro {
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 20px;
}
.main-content p.intro span.bold {
	font-family: 'brandon_grotesquebold';
}
.main-content img.arrows {
    height: 105px;
    margin-top: 10px;
}
.main-content .item {
    padding: 30px 30px 80px 30px;
}
.main-content .item .item-menu {
    color: #ED1C24;
    font-size: 18px;
    padding-top: 20px;
}
.main-content .item .item-menu .navvy {
    float: left;
    padding-top: 3px;
}
.main-content .item .item-menu .navvy-alt {
    color: #171717;
    padding-top: 4px;
}
.main-content .item .item-menu .navvy a {
    font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
    color: #171717;
    padding-right: 10px;
    padding-left: 10px;
}
.main-content .item .item-menu .navvy a:hover {
    text-decoration: none;
      color: #ED1C24;
}
.main-content .item .item-menu .navvy a.first {
    padding-left: 0px;
}
.main-content .item .item-menu .sms {
       float: right
}
.main-content .item .item-menu .sms img {
   height: 20px;
    padding-left: 10px;
}


.main-content .item .item-content {
padding-top: 10px; 
}
.main-content .item .item-content .lefty {
    padding-right: 15px;  
}
.main-content .item .item-content .righty {
    padding-left: 15px;  
}
.main-content .item .item-content h2 {
   font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
    color: #ED1C24;
    font-size: 30px;
    margin-bottom: 0px;
}
.main-content .item .item-content p.link {
    padding-top: 30px
}
.main-content .item .item-content p.link2 {
    padding-top: 25px
}
.main-content .item .item-content p a.red {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    background-color: #ED1C24;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
}
.main-content .item .item-content p a.black {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    background-color: #121212;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
}
.main-content .item .item-content p.info {
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	padding-top: 15px;
}
.main-content .item .item-content .bold {
   font-family: "brandon-grotesque", sans-serif;
font-weight: 900; 
}
.main-content .item .item-content ul {
    list-style: none;
    padding: 0px;
    padding-left: 2px;
}
.main-content .item .item-content li {
    font-size: 16px;
    padding-left: 22px;
    background-image: url("../images/icon-tick.png");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0px 9px;
    text-transform: uppercase;
    border-bottom: 1px solid #ED1C24;
    padding-bottom: 7px;
    padding-top: 7px; 
}
.main-content .item .item-content li.alt {
    background-image: url("../images/icon-cross.png");
}
.main-content .item .item-content li.clock {
    background-image: url("../images/icon-clock.png");
    text-transform: capitalize;
}
.main-content .item .item-content li.location {
    background-image: url("../images/icon-location.png");
    text-transform: capitalize;
}
.main-content .item .item-content li.phone {
    background-image: url("../images/icon-phone.png");
    background-size: 10px;
    
    background-position: 2px 9px;
}
.main-content .item .item-content li.email {
    background-image: url("../images/icon-email.png");
    text-transform: none;
}
.main-content .item .item-content li.facebook {
    background-image: url("../images/icon-facebook.png");
     background-size: 10px;
    background-repeat: no-repeat;
    background-position: 0px 6px;
    text-transform: none;
}
.main-content .item .item-content li span.scripty {
    text-transform: capitalize;
    font-size: 14px;
    font-style: italic;
}
.main-content .item .item-content li a {
    color: #ED1C24;
}
.main-content .item .item-content .panel-group {
    padding-top: 10px;
}
.main-content .item .item-content .panel {
    background-color: transparent; 
    border-radius: 0px;
    border-bottom: 1px solid #ED1C24;
    box-shadow: 0 0px 0px rgba(0,0,0,0.0);
}
.main-content .item .item-content .panel-default {
border-color: transparent;
    border: none;
}
.main-content .item .item-content .panel-default>.panel-heading {
color: #333;
background-color: transparent; 
border-color: transparent; 
   border-bottom: 1px solid #ED1C24;
    padding: 10px 0px 10px 0px;
}
.main-content .item .item-content .panel-group .panel-heading+.panel-collapse .panel-body {
border-top: none;
    border-bottom: 0px solid #ED1C24;
}
.main-content .item .item-content .panel-body {
padding: 0px;
}
.main-content .item .item-content .panel-title {
    font-size: 25px;
}
.main-content .item .item-content.contact {
    padding-top: 20px;
}
.main-content .item .item-content .contact2 {
    padding-top: 10px;
}
.main-content .item .item-content iframe {
    width: 100%;
    height: 200px;
    margin-top: 30px;
    border: 1px solid #ED1C24;
}
.voucherz {
    padding-top: 30px;
    padding-bottom: 100px;
}

.box-red {
	background-color: #ED1C24;
	padding: 12px 16px 4px 16px;
	color:#ffffff;
	font-size: 15px;
}


footer {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 130px;
	padding-left: 60px;
	padding-right: 60px;
    background-color: #191919;
    color: #ffffff;
}
footer i {
	font-size: 50px;
	padding-left: 5px;
	padding-right: 5px;
}
footer p.copyright {
	font-size: 14px;
}
footer .col1 {
	text-align: left;
}
footer .col1 img {
    width: 250px;
    margin-bottom: 20px;
}
footer .col1 p {
    color: #ffffff;
    font-size: 14px;
}
footer .col1 p a {
    color: #ffffff;
}
footer .col1 p.u-18 {
	padding-top: 15px;
}
footer .col1 p.u-18 a {
	background-color: #ED1C24;
    color: #ffffff;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
	text-transform: uppercase;
}
footer .col2, footer .col3 {
	text-align: left;
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
	padding-left: 30px;
	padding-right: 30px
}
footer .col2 img {
    height:40px;
    margin-bottom: 20px;
}
footer .col2 p a {
   color: #ffffff; 
    font-size: 16px;
}
footer .col3 img {
    height:40px;
    margin-bottom: 20px;
}
footer .col3 p a {
   color: #ffffff; 
    font-size: 16px;
}
footer .col4 {
	background-image: url("../images/footer-col3-BG.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: -15px;
}
footer .box {
	background-color: #191919;
	border: 1px solid #DC1F26;
	padding: 20px 0px 20px 0px;
}
footer .box h3 {
	border-bottom: 1px solid #DC1F26;
	color: #DC1F26;
	margin-top: 0px;
	padding-bottom: 12px;
	font-size: 33px;
    font-family: 'thirsty_script_extrabold_deRg';
}
footer p.copyright {
	font-size: 14px;
	font-weight: 200;
	padding-top: 60px;
}
.frill {
	background-image: url(../images/pattern-1.png);
	background-repeat: repeat-x;
	background-size: contain;
	height: 120px;
}

p.copyright {
	padding-top: 30px;
	font-size: 10px;
	line-height: 30px;
	padding-bottom: 30px;
}
/* MODAL */

.modal {
	z-index: 9999;
}
.modal-content {
	background-color:rgba(17,17,17,1.00);
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.modal-content h3 {
color: #ED1C24;
font-size: 46px;
line-height: 37px;
padding-bottom: 0px;
margin-top: 30px;
padding-top: 60px;
margin-left: 0px;
}
.modal-content h2 {
	color: #ffffff;
	font-size: 31px;
	line-height: 34px;
	padding-bottom: 0px;
	margin-top: -15px;
	padding-top: 0px;
}
.modal-content iframe {
	border: none;
}
.modal-content p {
	padding-top: 10px;
	font-size: 18px;
	line-height: 19px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	padding-left: 8%;
	padding-right: 8%;
}
.modal-content p a {
        padding: 10px 20px 10px 20px;
    font-size: 18px;
    line-height: 29px;
    background-color: #ED1C24;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
}
.modal-content p a:hover {
    color: #ED1C24;
    background-color: #FFFFFF;
    text-decoration: none;
}
.modal-content p.temp {
	color:#ffffff;
}
.modal-content p.temp span.bold {
	font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
}
.modal-content p.temp.first {
	padding-top: 20px;
}
.modal-header {
	border: none;
	padding-bottom: 0px;
}
.modal-header .close {
	color: #FFFFFF;
	opacity: 1;
}
.modal-body {
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 3%;
	padding-right: 3%;
}
.modal-footer {
	border: none;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
.modal .reg-button {
	text-shadow: none;
	color: #353535;
	font-size: 19px;
	margin-top: 0px;
	background-color: #d7d1bf;
	padding: 6px 20px 6px 20px;
	border: none;
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
}
.job-modal .modal-content ul {
	text-align: left;
	padding-left: 22px;
}
.job-modal .modal-content p {
	font-size: 18px;
	line-height: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.job-modal .modal-header h1 {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	text-transform: uppercase;
}
.modal-header {
	border: none;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.modal-header .close {
	color: #ffffff;
	opacity: 1;
	font-size: 43px !important;
	padding-right: 10px;
	padding-top: 10px;
}
.modal-body {
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
.modal-body iframe {
	width: 90%;
	height: 710px;
}
.modal-footer {
	border: none;
	text-align: center;
	margin-top: 10px;
	padding-top: 40px;
}
.reg-button {
	text-shadow: none;
	color: #FFFFFF;
	font-size: 19px;
	margin-top: 0px;
	background-color: #275579;
	padding: 6px 20px 6px 20px;
	border: none;
}

.legal h1 {
    font-size: 80px;
}
.legal h2 {
    padding-top: 50px;
}
.legal p {
    padding-top: 20px;
}
.legal p a.red {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    background-color: #ED1C24;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
}
.legal p a.black {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    background-color: #121212;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
}
.legal.qr-butts p {
    padding-top: 30px;
}

/* Extra Large devices (large desktops, 1500px and up) */

@media (min-width: 1500px) {
    	.container {
width: 1340px!important;
}
    
	.navbar .navbar-nav li a, .navbar .navbar-nav li button {
		padding-left: 30px;
		font-size: 24px;
	}
	
	.owl-carousel .slider-content img.three {
		width: 55%;
		max-width: 700px;
		display: inline;
		margin-top: 30px;
	}

}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) and (max-width: 1499px) {
.logo img {
		width: 395px;
	}
    .main-content-wrap {
padding-top: 200px;
}
    .main-content h1 {
font-size: 110px;
}
    .navbar .navbar-nav li a, .navbar .navbar-nav li button {
		padding-left: 28px;
		font-size: 20px;
	}
	
	.owl-carousel .slider-content h1 {
		color: #ffffff;
		font-size: 90px;
		line-height: 85px;
		margin-bottom: 30px
	}
	.owl-carousel .slider-content img {
		width: 90%;
		display: inline;
	}
	.owl-carousel .slider-content img.three {
		width: 55%;
		max-width: 700px;
		display: inline;
	}
	.owl-carousel .slider-content-box {
		margin-top: 0px;
	}
    .main-content .item .item-menu .navvy a {
padding-right: 5px;
padding-left: 5px;
}
.main-content .item .item-menu {
font-size: 16px;
}
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {
	.logo img {
		width: 305px;
	}
    .main-content-wrap {
padding-top: 160px;
}
    .main-content h1 {
text-align: center;
font-size: 90px;
margin: 0px;
color: #ED1C24;
padding: 0px 0px 30px 0px;
}
    .main-content img.arrows {
height: 85px;
}
	.navbar .navbar-nav li a, .navbar .navbar-nav li button {
		padding-left: 15px;
		font-size: 18px;
	}
	.map-responsive {
		height: 500px;
	}
	.map-responsive iframe {
		height: 500px;
	}
	.frilltop {
		margin-top: -13px;
	}
	.owl-carousel .slider-content img {
		width: 100%;
		display: inline;
	}
	.owl-carousel .owl-item {
		padding-top: 0px;
	}
	.owl-carousel .owl-dots {
		margin-top: -40px;
	}
	.owl-carousel .slide {
	padding-top: 0px;
	height: 240px
}
	.owl-carousel .slider-content img.three {
		width: 55%;
		margin-top: 0px;
		display: inline;
	}
	.owl-carousel .slider-content-box {
		padding: 30px 40px;
		margin-top: 0px;
	}
	.owl-carousel .slider-content-box h1 {
		font-size: 50px;
		margin-bottom: 0px;
	}
    
	.owl-carousel .slider-content-box h2 {
		font-size: 30px;
	}
	.owl-carousel .slider-content-box p {
		font-size: 26px;
	}
    .main-content h1 {
padding: 0px 0px 15px 0px;
}
    .main-content .item .item-menu .navvy {
        padding-top: 10px;
    }
    .main-content .item .item-menu .navvy a {
font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
color: #171717;
padding-right: 5px;
padding-left: 5px;
}
    .main-content .item .item-menu .sms {
display: none;
}
    
    .main-content .item .item-content .lefty {
    padding-right: 0px;  
}
.main-content .item .item-content .righty {
    padding-left: 0px;  
}
   .main-content .item .item-menu {
font-size: 16px;
} 
    
    footer .col2 {
padding-left: 60px;
}	
	
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
	.logo {
		position: fixed;
	}
	.logo img {
		width: 335px;
	}
	.mob-top {
		background-color: #191919;
		height: 81px;
		margin-top: 0px;
		width: 100%;
		position: fixed;
		z-index: 999;
		color: #ffffff;
		font-size: 40px;
	}
	.mob-top p {
		color: #FFFFFFF;
		font-size: 27px;
        font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
	}
    .main-content-wrap {
padding-top: 170px;
}
    .main-content h1 {
font-size: 75px;
}
	.owl-carousel .slider-content img {
		width: 90%;
		display: inline;
	}
	.owl-carousel .owl-item {
		padding-top: 0px;
	}
	.owl-carousel .owl-dots {
		margin-top: -40px;
	}
	.owl-carousel .slide {
	padding-top: 0px;
	height: 340px
}
    .owl-carousel .slider-content {
margin-left: auto;
margin-right: auto;
text-align: center;
transition: all 0.3s ease;
padding-top: 50px;
}
    
    
    .main-content .item {
padding: 30px 20px 80px 20px;
}
    .main-content .item .item-content .lefty {
    padding-right: 0px;  
}
.main-content .item .item-content .righty {
    padding-left: 0px;  
}	
	.modal {
		z-index: 9999;
	}
	.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: -60px;
	}

	
	footer img.footer-logo {
		height: 60px;
	}
	footer img.footer-slogan {
		height: 40px;
	}
	.footer-nav {
		padding-left: 0px;
		padding-right: 0px;
	}
	.footer-nav li a {
		font-size: 20px;
	}
	.footer-nav li a:hover {
		color: #4e4e4e;
		text-decoration: none;
	}
	
	p.copyright {
		padding-top: 30px;
		font-size: 11px;
		padding-bottom: 30px;
	}

	
	footer .col2 {
		padding-left: 60px;
	}
    footer .col4 {
        margin-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
	.legal {
        padding-left: 4%;
        padding-right: 4%;
    }
    .phone-hack {
    position: fixed;
	top: 70px;
	right: 0px;
	z-index: 1000;
}
	.bookster {
font-size: 20px;
border-radius: 30px 30px 0px 0px;
	}
.phone-hack img {
  width: 200px;  
}
	.main-content h4 {
font-family: 'frontage_condensedregular';
text-align: center;
font-size: 25px;
margin: 10px 0px 0px 0px;
color: #ED1C24;
padding: 0px 0px 30px 0px;
}
    .cnt223 {
		min-width: 100%;
		width: 100%;
		min-height: 150px;
		margin: 100px auto;
		background: #355470;
		position: relative;
		z-index: 103;
		padding: 10px 25px 60px 25px;
		border-radius: 0px;
		box-shadow: 0 2px 15px #000;
		transform: rotate(4deg);
	}
	.modal {
		z-index: 9999;
	}
	.map-responsive {
		height: 450px;
	}
	.map-responsive iframe {
		height: 450px;
	}
	
	section button {
		padding: 18px 20px 17px 2px;
		background-color: transparent
	}
	.logo {
		position: fixed;
         top: 15px;
left: 15px;
	}
	.logo img {
		width: 135px;
       
	}
  
	.mob-top {
		background-color: #191919;
		height: 81px;
		margin-top: 0px;
		width: 100%;
		position: fixed;
		z-index: 999;
		color: #ffffff;
		font-size: 40px;
	}
	.mob-top p {
		color: #FFFFFFF;
		font-size: 27px;
        font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
	}
    .main-content-wrap {
padding-top: 170px;
        padding-left: 4%;
        padding-right: 4%;
}
    .main-content {
        margin-top: 10px;
        padding: 20px 10px 40px 10px;
    }
    .main-content h1 {
font-size: 46px;
		line-height: 50px;
        text-align: center;
       padding: 0px 0px 0px 0px;
}
	.main-content h2 {
    text-align: center;
    font-size: 25px;
		font-family: 'frontage_condensedregular';
    margin:0px 0px 0px 0px;
    color: #ED1C24;
    padding: 10px 0px 30px 0px;
}
    .main-content img.arrows {
height: 45px;
margin-top: 10px;
         padding-bottom: 10px;
}
	.owl-carousel .slider-content img {
		width: 270px;
		display: inline;
	}
	.owl-carousel .owl-item {
		padding-top: 0px;
	}
	.owl-carousel .owl-dots {
		margin-top: -40px;
	}
	.owl-carousel .slide {
	padding-top: 0px;
	height: 240px
}
    .owl-carousel .slider-content {
margin-left: auto;
margin-right: auto;
text-align: center;
transition: all 0.3s ease;
padding-top: 40px;
}
	.main-content .item .item-content h2.panel-title {
font-size: 22px;
		
padding-top: 10px;
}
    .main-content .item .item-content h2 {
padding-top: 30px;
		padding-bottom: 10px;
		text-align: left;
}
   .main-content .item .item-content p a.red {
    font-size: 13px;
}
.main-content .item .item-content p a.black {
    font-size: 13px;
} 
    .main-content .item {
padding: 30px 10px 30px 10px;
}
    .main-content .item .item-menu {
        padding-top: 30px;
	}
    .main-content .item .item-menu p {
        border-bottom: 1px solid #ED1C24;
        padding-bottom: 5px;
    }
    .main-content .item .item-menu p a {
        font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
color: #171717;
padding-right: 0px;
padding-left: 0px;
    }
    
    .main-content .item .item-menu .mob-menu-left {
       padding-right: 10px; 
    }
    .main-content .item .item-menu .mob-menu-right {
       padding-left: 10px; 
    }
        .main-content .item .item-content .lefty {
    padding-right: 0px;  
}
.main-content .item .item-content .righty {
    padding-left: 0px;  
}
	.voucherz {
padding-top: 30px;
padding-bottom: 50px;
}
	.video {
		position: relative;
		margin-top: 40px;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		z-index: 991;
	}
	.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 991;
	}
	.video-sect {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-right: 5%;
		padding-left: 5%;
	}
	
	footer {
		padding-left: 6%;
		padding-right: 6%;
        padding-top: 40px;
        padding-bottom: 40px;
	}
	footer .col1 {
		padding-bottom: 80px;
	}
	footer .col1, footer .col2 {
		padding-left: 0px;
		padding-right: 0px;
	}
	footer .col2 {
		padding-top: 30px;
	}
	footer .col3 {
		padding-top: 30px;
        padding-left: 0px;
	}

    footer .col4 {
		margin-top: 50px;
		margin-bottom: 60px;
	}
	footer img.footer-slogan {
		height: auto;
		width: 90%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer-nav li {
		display: block;
		padding-bottom: 10px;
	}
	footer p.copyright {
		padding-left: 5%;
		padding-right: 5%;
		line-height: 20px;
		padding-bottom: 20px;
	}
	
	.legal p a.red {
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    background-color: #ED1C24;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
}
		.legal p a.black {
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "brandon-grotesque", sans-serif;
font-weight: 900;
}
	
}