.white {
	background-color: #fff
}

.black {
	background-color: #1d1d1b
}

.grey-dark {
	background-color: #595959
}

.grey {
	background-color: #d9d9d9
}

.grey-light {
	background-color: #f2f2f2
}

.red {
	background-color: #ba1927
}

.red-dark {
	background-color: #9f1521
}

.blue-dark {
	background-color: #313c4a
}

.blue {
	background-color: #1ea9da
}

.orange {
	background-color: #ee5240
}

.green {
	background-color: #2bbb9e
}

.txt-white {
	color: #fff
}

.txt-black {
	color: #1d1d1b
}

.txt-grey-dark {
	color: #595959
}

.txt-grey {
	color: #d9d9d9
}

.txt-grey-light {
	color: #f2f2f2
}

.txt-red {
	color: #ba1927
}

.txt-red-dark {
	color: #9f1521
}

.txt-blue-dark {
	color: #313c4a
}

.txt-blue {
	color: #1ea9da
}

.txt-orange {
	color: #ee5240
}

.txt-green {
	color: #2bbb9e
}

.btn {
	padding: 10px 20px;
	font-size: .85em;
	font-weight: 700;
	display: inline-block;
	border: 2px solid #313c4a !important;
	color: #313c4a;
	text-transform: uppercase
}

.btn:hover {
	background-color: #313c4a;
	color: #fff
}

.btn-white {
	border: 2px solid #fff !important;
	color: #fff
}

.btn-white:hover {
	background-color: #fff;
	color: #1d1d1b
}

.btn-black {
	background-color: #1d1d1b;
	color: #fff
}

.btn-grey-dark {
	background-color: #595959
}

.btn-grey {
	background-color: #d9d9d9
}

.btn-grey-light {
	background-color: #f2f2f2
}

.btn-red {
	background-color: #ba1927;
	color: #fff;
	border: none !important
}

.btn-red:hover {
	background-color: #9f1521
}

.btn-blue-dark {
	background-color: #313c4a
}

.btn-blue {
	border: 2px solid #1ea9da !important;
	color: #1ea9da
}

.btn-blue:hover {
	background-color: #1ea9da;
	color: #fff
}

.btn-color-orange {
	background-color: #ee5240
}

.btn-color-green {
	background-color: #2bbb9e
}

:root {
	font-size: 16px
}


h1.xl span {
	font-size: 3rem;
	display: block;
	line-height: .8
}

p, h1 {
	/*margin: 30px 0;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-family: lora;
}
@media (max-width: 767px){
.topSingleBkg {
    height: 391px;
}
    .features .col-md-4 .row {
    padding: 15px !important;
}
.features_head{
    padding: 20px 0;
}
}
.features .col-md-4 .row {
    padding: 15px 0;
}
table,
.pure-table table {
	text-align: left;
	table-collapse: collapse;
	border: none !important
}

table .full table,
.pure-table table .full table {
	width: 100%
}

table th,
table .pure-table th,
.pure-table table th,
.pure-table table .pure-table th {
	padding: 15px !important;
	border: 1px solid #f2f2f2 !important;
	background-color: #313c4a;
	color: #fff
}

table td,
table .pure-table td,
.pure-table table td,
.pure-table table .pure-table td {
	padding: 15px !important;
	border: 1px solid #f2f2f2 !important
}

.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=text],
.pure-form select,
.pure-form textarea {
	border: 1px solid #d9d9d9;
	box-shadow: none;
	border-radius: 0
}

#main {
	background: #fff;
	position: relative
}

@font-face {
	font-family: "Light Bulb";
	src: url("../font/booking-font/light-bulb.ttf") format("truetype")
}

@font-face {
	font-family: "Textured";
	src: url("../font/booking-font/twofold.ttf") format("truetype")
}

@media screen and (max-width:48em) {
	.stack1 {
		order: 1
	}
	.stack2 {
		order: 2
	}
	.stack3 {
		order: 3
	}
	.stack4 {
		order: 4
	}
}

.wrapper {
	width: 100%;
	margin: 0 auto
}

#main h1 {
	margin: 40px 0 0
}

#main h2 {
	margin: 20px 0
}

.masthead h1:after,
.masthead h2:after {
	border-bottom: 5px solid #fff
}

h2.left-align:after {
	border-bottom: none
}

.noborder:after {
	border-bottom: none !important
}

/*section {
	padding: 40px 0
}

section .row {
	padding-top: 0;
	padding-bottom: 0
}*/

section.hero,
section.intro {
	padding: 0
}

section.texture h1,
section.texture h2,
section.texture p {
	color: #fff
}

section.texture {
	color: #fff;
	background-image: url("../img/banner-texture.jpg");
	height: 100%;
	width: 100%;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden
}

section.texture .row {
	text-align: center
}

section.texture .row h1 {
	margin-top: 70px !important
}

section.blue-dark.texture .row {
	text-align: left
}

.full {
	width: 100%
}

.half {
	width: 40%;
	display: inline
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.clear {
	clear: both
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}

.right {
	float: right
}

.left {
	float: left
}

.left-align {
	text-align: left !important
}

.right-align {
	text-align: right !important
}

.l-box {
	padding: 1em
}

.width50 {
	width: 50%;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:35.5em) {
	section .row.alt {
		padding: 0
	}
	#main h1,
	#main h2 {
		margin: 10px 0 20px
	}
	.l-box {
		padding: 1em 0
	}
}

@media screen and (max-width:45em) {
	.width50 {
		width: 100%
	}
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.pure-img-responsive {
	max-width: 100%
}

.fill {
	overflow: hidden;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat
}

.object-fill {
	object-fit: fill
}

.object-contain {
	object-fit: contain
}

.object-cover {
	object-fit: cover
}

.object-none {
	object-fit: none
}

.object-scale-down {
	object-fit: scale-down
}


.collins {
	margin: 0 0 15px;
	border: 1px solid #d9d9d9 !important;
	padding: 15px
}

.dmn-form {
	width: 95% !important;
	margin: 0;
	padding: 10px !important;
	border: none !important
}

.dmn-form h1 {
	font-family: 'Volte W01 Bold' !important;
	border-bottom: 1px solid #d9d9d9;
	margin: 10px 0 !important;
	padding-bottom: 10px;
	font-size: 1em
}

.dmn-form label {
	font-weight: 700 !important
}

.dmn-form input,
.dmn-form select {
	width: 100% !important;
	color: #595959 !important;
	border: 1px solid #d9d9d9 !important;
	background: #fff !important;
	line-height: 1em !important;
	padding: 0 5px !important;
	height: 30px !important;
	-webkit-appearance: none
}

.dmn-form .powered-by {
	display: none !important
}

.dmn-form .btn {
	border: none !important
}

.dmn-form h1:after {
	border: none
}

.masthead h1 {
	color: #fff;
	text-shadow: 2px 5px 10px rgba(0, 0, 0, .5);
	display: inline-block
}

.masthead-container {
	background-color: #1d1d1b;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: relative;
	top: 0;
	left: 0
}

.masthead-container .bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 0px -165px 300px 80px rgba(0, 0, 0, .75);
	-moz-box-shadow: inset 0px -165px 300px 80px rgba(0, 0, 0, .75);
	-ms-box-shadow: inset 0px -165px 300px 80px rgba(0, 0, 0, .75);
	box-shadow: inset 0px -165px 300px 80px rgba(0, 0, 0, .75);
	height: 100%;
	width: 100%;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden
}

.masthead-content {
	width: 80%;
	height: 35%;
	margin: auto;
	position: absolute;
	top: 100px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	text-transform: uppercase
}

.masthead-header {
	border: 3px solid #fff;
	padding: 1em 1.6em;
	line-height: 1em
}

.masthead-subhead {
	color: #fff;
	letter-spacing: .025em;
	margin: 5px 0;
	text-shadow: 2px 5px 10px rgba(0, 0, 0, .5)
}

@media screen and (min-width:48em) {
	.masthead .subnav {
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: -105px
	}
	.masthead .subnav a:hover {
		border-bottom: 1px solid #ba1927 !important;
		padding: 10px 35px 2px 15px
	}
	.masthead .subnav a span {
		display: none !important
	}
}

.masthead .subnav {
	position: fixed;
	bottom: 0;
	z-index: 11
}

.masthead .subnav ul {
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 0
}

.masthead .subnav li {
	margin: 0;
	padding: 0
}

.masthead .subnav a span {
	font-size: .7rem;
	display: block;
	color: #fff
}

.masthead .subnav a img {
	width: 24px;
	height: 24px
}

.masthead .subnav a {
	margin: 0;
	padding: 10px 10px 2px;
	border-bottom: 1px solid #3090be;
	background: #1ea9da;
	transform: scale(1);
	transition: .15s all ease
}

.masthead .subnav a:hover {
	background: #ba1927
}

@media screen and (max-width:48em) {
	.masthead .subnav {
		left: 0;
		width: 100%;
		display: block;
		margin: 0
	}
	.masthead .subnav ul {
		width: 100%;
		display: block;
		text-align: center;
		position: relative
	}
	.masthead .subnav li {
		display: block;
		width: 20%;
		float: left
	}
	.masthead .subnav li a {
		display: block;
		padding: 10px 0 2px;
		border-bottom: none
	}
}

a.btn-video {
	position: absolute;
	padding-top: 5px;
	margin-top: 40px;
	right: 0;
	font-size: .75em;
	letter-spacing: 2px;
	border: none;
	color: #fff;
	text-align: center
}

a.btn-video i {
	font-size: 2.5em !important
}

a.btn-video:hover {
	color: #9f1521;
	background: #fff
}

a.btn-video:before {
	content: '\f144';
	font-family: 'FontAwesome';
	font-size: 2em;
	line-height: 1
}

a.btn-video {
	display: inline-block;
	width: 110px;
	padding: 5px;
	border-radius: 3px;
	text-align: center
}

a.btn-video:before {
	display: inline-block;
	font-size: 1em
}

@media screen and (max-width:64em) {
	.masthead-content {
		width: 90%
	}
}

@media screen and (min-width:48em) {
	.masthead-container {
		background-attachment: fixed
	}
	.masthead-subhead {
		font-size: 1.875em
	}
}

@media screen and (max-width:48em) {
	.masthead.alt h1,
	.masthead.alt .masthead-subhead {
		margin: 0 15px
	}
	.masthead.alt .masthead-content {
		width: 100%;
		bottom: 40px
	}
	.subnav ul {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0
	}
	.masthead.alt .subnav ul {
		margin: 0 15px
	}
	.masthead.alt .subnav li {
		margin: 0 3px
	}
	.masthead.alt .subnav a {
		font-size: .75em;
		font-weight: 600;
		padding-top: 10px
	}
	a.btn-video {
		top: -30px;
		left: 15px;
		margin: 0;
		text-align: left;
		display: inline-block;
		width: 110px;
		padding: 5px;
		border-radius: 3px;
		text-align: center
	}
	a.btn-video:before {
		display: inline-block;
		font-size: 1em
	}
}

@media screen and (max-height:480px) {
	.masthead.alt .masthead-content {
		top: 150px
	}
}

.card {
	text-align: left;
	overflow: hidden
}

.card p {
	margin: 10px 15px
}

.card a {
	text-decoration: none;
	border-bottom: none
}

.card a h3 {
	text-align: center;
	display: block;
	width: 100%;
	background-color: #1d1d1b;
	color: #fff
}

.card a h3:hover {
	color: #ba1927
}

.card-inner {
	height: 420px;
	width: 100%;
	display: inline-block;
	background-color: #1d1d1b;
	position: relative;
	top: 0;
	left: 0
}

.card-title {
	position: absolute;
	bottom: 0;
	left: 0;
	max-height: 60px;
	overflow: inherit;
	padding: 15px 0;
	font-size: 1em
}

.card-title.alt {
	display: inline-block !important;
	text-align: left;
	padding: 10px 15px;
	width: auto
}

.card-image {
	display: inline-block;
	width: 100%;
	height: 370px;
	position: relative;
	top: 0;
	left: 0;
	filter: grayscale(.35)
}

.card-image:hover {
	filter: grayscale(0)
}

.card-action {
	padding: 0
}

.card-action.tags {
	text-align: center;
	margin: 0;
	line-height: 1
}

.card-action.tags ul {
	margin: 0;
	padding: 0
}

.card-action.tags li {
	display: inline !important
}

.card-action.tags a {
	text-transform: capitalize;
	font-size: .8125em;
	font-weight: 500;
	color: #ba1927;
	padding-right: 6px !important;
	margin-right: 3px !important
}

.card-action.tags a:hover {
	text-decoration: underline
}

.card-inner.tag-sport {
	border-bottom: 4px solid #ee5240
}

.card-inner.tag-sport .tags a {
	color: #ee5240;
	border-right: 1px solid #ee5240 !important
}

.card-inner.tag-sport .card-action.tags li:last-child a {
	border-right: none !important;
	padding-right: 0 !important
}

.card-inner.tag-party {
	border-bottom: 4px solid #1ea9da
}

.card-inner.tag-party .tags a {
	color: #1ea9da;
	border-right: 1px solid #1ea9da
}

.card-inner.tag-party .card-action.tags li:last-child a {
	border-right: none !important;
	padding-right: 0 !important
}

.card-inner.tag-blog {
	border-bottom: 4px solid #2bbb9e
}

.card-inner.tag-blog .tags a {
	color: #2bbb9e;
	border-right: 1px solid #2bbb9e
}

.card-inner.tag-blog .card-action.tags li:last-child a {
	border-right: none !important;
	padding-right: 0 !important
}

.card-inner.tag-offer {
	border-bottom: 4px solid #9f1521
}

.card-inner.tag-offer .tags a {
	color: #9f1521;
	border-right: 1px solid #9f1521
}

.card-inner.tag-offer .card-action.tags li:last-child a {
	border-right: none !important;
	padding-right: 0 !important
}

.card-inner.tag-event {
	border-bottom: 4px solid #ba1927
}

.card-inner.tag-event .tags a {
	color: #ba1927;
	border-right: 1px solid #ba1927
}

.card-inner.tag-event .card-action.tags li:last-child a {
	border-right: none !important;
	padding-right: 0 !important
}

.card-inner.tag-food {
	border-bottom: 4px solid #fff
}

.card-inner.tag-food .tags a {
	color: #fff;
	border-right: 1px solid #fff
}

.card-inner.tag-food .card-action.tags li:last-child a {
	border-right: none !important;
	padding-right: 0 !important
}

@media screen and (max-width:48em) {
	.card-inner {
		height: 500px
	}
	.card-image {
		height: 430px
	}
}

.thumb {
	margin: 20px 0
}

.thumb .card-image {
	height: auto
}

.thumb a {
	color: #595959;
	margin: 0;
	padding: 0;
	display: block
}

.thumb p.more a {
	font-weight: 600;
	font-size: .85em;
	text-transform: uppercase
}

.thumb.alt {
	text-align: center
}

.thumb.alt .card-image {
	filter: grayscale(0)
}

.thumb.alt img {
	margin: 0 auto
}

.thumb.alt h3 {
	background: 0 0;
	color: #ba1927;
	display: inline-block;
	width: auto
}

.thumb.alt h3:after {
	content: '';
	display: block;
	position: relative;
	bottom: 0;
	border-bottom: 1px dashed #ba1927;
	width: 50%;
	margin: 0 auto
}

.events {
	padding: 0
}

.events .card-inner {
	background: #fff
}

.events h3 {
	font-size: 1.125em;
	text-align: left;
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px dotted #1d1d1b
}

.events h3 span {
	display: inline-block;
	padding: 5px 15px;
	margin-right: 15px;
	background-color: #1d1d1b;
	color: #fff
}

.events .calendar {
	float: left;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px
}

.events .date {
	clear: both;
	float: left;
	width: 90%;
	margin-left: 5%;
	padding: 10px 0;
	display: block;
	border-bottom: 1px dotted #1d1d1b
}

.events .day {
	/*width: 15%;*/
	width: 17%;
	margin: 0 10px;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.events .day strong {
	display: block;
	font-size: 1.875em;
	font-weight: 300;
	line-height: 1
}

.events .info {
	width: 75%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.events p {
	margin: 0
}

.window {
	display: block;
	margin-top: 12px;
	overflow-y: hidden;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0
}

.ie8 .window {
	padding-top: 0;
	padding-bottom: 0
}

.slider-frame-wrapper {
	display: block;
	overflow: hidden;
	overflow-y: scroll;
	height: 310px
}

.date {
	overflow: visible;
	margin-bottom: 0
}

.ie8 .slider-frame {
	margin: 20px 0
}

#whats-on .slider {
	margin-top: 30px
}

#whats-on .slick-dots li.slick-active button:before {
	color: #1d1d1b
}

#whats-on .slick-dots li button:before {
	color: #595959
}

.card.slick-slide {
	height: 570px
}

.card.featured p.card-heading {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 3;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: .65em
}

.card.featured .card-action {
	border: none
}

.card.featured .card-inner {
	height: auto
}

.card.featured .card-image {
	height: 600px
}

.hero .card-content {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	padding: 30px 0
}

#main .hero .card-content h1 {
	margin: 0 15px
}

.hero .card-content p {
	font-size: 1.25em
}

.hero .card-image img {
	object-fit: cover;
	height: 500px;
	width: 100%
}

.hero .card-image img {
	filter: saturate(1)
}

.hero .card-title {
	text-transform: uppercase
}

@media screen and (max-width:48em) {
	.hero .card-content {
		display: block;
		width: 100%;
		position: relative;
		left: 0;
		transform: none
	}
	.hero .card-content p {
		font-size: 1em
	}
}

.vcard {
	clear: both
}

.vcard,
.collins {
	margin: 0 0 30px;
	background-color: #f2f2f2;
	padding: 15px;
	color: #313c4a;
	font-weight: 500;
	position: relative
}

.vcard i {
	margin: 5px 5px 0 15px;
	vertical-align: top
}

.vcard p {
	margin: 10px 0
}

.vcard .operating-hours {
	display: inline-block
}

.vcard:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 17.5px 15px;
	border-color: transparent transparent #f2f2f2
}

.adr,
.vcontact,
.vopening {
	vertical-align: top
}

.street-address,
.postal-code,
.locality,
.country-name,
.tel .type,
.email .type {
	vertical-align: top
}

@media screen and (min-width:48em) {
	.vcard {
		display: inline-block
	}
}

@media screen and (max-width:48em) {
	.adr,
	.vcontact,
	.vopening,
	.tel,
	.email {
		display: block
	}
}

.white-popup {
	position: relative;
	background: #fff;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto
}

#features-popup .row {
	text-align: center
}

.reveal-content.active {
	display: block !important
}

a.reveal {
	text-transform: uppercase;
	font-size: .85em;
	font-weight: 700
}

a.reveal.expand {
	display: none
}

a.reveal:before {
	font-family: 'FontAwesome';
	content: '\f196';
	padding-right: 5px;
	font-weight: 400
}

a.reveal.expand:before {
	font-family: 'FontAwesome';
	content: '\f147';
	font-weight: 400
}

.menus {
	margin-bottom: 30px
}

.menus .thumb {
	position: relative;
	margin: 0
}

.menus .l-box {
	padding: .5em
}

.menus a {
	display: block;
	text-align: center;
	border: 5px solid #fff;
	transition: border-color .8s ease
}

.menus h3 {
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 40%;
	left: 0;
	font-size: 1.5rem;
	line-height: 1;
	font-family: 'Volte W01 Regular';
	color: #fff
}

.menus h3 span {
	display: block;
	font-size: 2.5rem
}

.menus a img {
	filter: brightness(.75)
}

.menus a img.nofilter {
	filter: brightness(1)
}

.menus a:hover {
	border: 5px solid #ba1927
}

.menus a:hover>.menus a img.pure-img {
	filter: brightness(1)
}

@media screen and (min-width:48em) and (max-width:64em) {
	.menus h3 span {
		font-size: 1.5rem
	}
}

.overview p:first-child {
	margin-top: 0
}

#features-popup ul {
	text-align: left;
	width: 200px;
	margin: 0 auto;
	padding: 40px 0;
	list-style: none
}

#features-popup li {
	padding: 5px 0
}

#features-popup li img {
	margin-right: 15px
}

@media screen and (max-width:35.5em) {
	.facilities li {
		width: 30%
	}
}

.gallery .pure-g div {
	line-height: 0
}

.gallery a.photoswipe-item {
	border: none;
	line-height: 0;
	border: 2px solid #fff;
	display: block;
	max-height: 150px;
	overflow: hidden
}

.gallery .pure-img {
	line-height: 0;
	display: block;
	width: auto;
	height: auto
}

.juicer-feed li.feed-item {
	background-color: #000;
	float: left
}

.j-overlay .j-close {
	background-position: 50% -18px !important;
	border-bottom: none !important;
	text-align: center !important;
	padding: 15px !important;
	background-color: #1d1d1b !important
}

.j-overlay .j-close:hover {
	background-color: #9f1521 !important
}

.j-poster .j-date {
	float: right;
	font-size: 14px;
	margin-top: 4px;
	color: #a0a0a0;
	margin-left: 20px
}

.juicer-feed .j-meta a:before {
	margin-left: 15px !important
}

@media screen and (min-width:48em) {
	.juicer-feed {
		overflow-y: hidden !important
	}
}

@media screen and (max-width:48em) {
	.juicer-feed li.feed-item {
		display: inline-block !important;
		height: 100% !important;
		width: 100% !important
	}
}

@media screen and (max-width:25em) {
	.juicer-feed li.feed-item {
		display: inline-block !important;
		height: 50% !important;
		width: 50% !important
	}
}

.social {
	background-color: #ba1927
}

.social .row {
	padding: 0
}

.social h5 {
	padding: 15px 0;
	text-align: right;
	color: #fff;
	font-family: 'Volte W01 Bold';
	font-size: 2.25em
}

.social p {
	margin: 15px 0;
	text-align: left
}

.social a {
	background-color: #000;
	padding: 10px 13px;
	border-radius: 45px
}

.social a:hover>i {
	color: #ba1927;
	transition: color .8s ease
}

.social i {
	color: #fff;
	font-size: 2em
}

@media screen and (max-width:48em) {
	.social .l-box {
		padding: .5em 1em
	}
	.social h5 {
		padding-bottom: 0;
		font-size: 1.5em
	}
	.social h5,
	.social p {
		text-align: center
	}
	.social i {
		font-size: 1.25em
	}
}

#twitter p i {
	font-size: 3em;
	color: #0084b4
}

.twitter-feed {
	width: 70%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px
}

.twitter-feed a {
	border-bottom: none;
	font-weight: 700;
	color: #313c4a
}

.twitter-feed abbr[title] {
	border-bottom: none;
	text-decoration: none;
	font-weight: 700;
	color: #313c4a
}

.twitter-feed span {
	display: block;
	margin: 15px 10%;
	color: #595959
}

.twitter-feed span a {
	border-bottom: 1px dotted #ba1927;
	color: #ba1927;
	font-weight: 400
}

.twitter-feed span a:hover {
	border-bottom: 1px solid #9f1521
}

.twitter-feed div .share {
	line-height: 0;
	font-size: 0;
	border-bottom: none;
	color: transparent;
	display: inline-block;
	margin: 0 10px;
	background-repeat: none;
	background-position: center center
}

.twitter-feed div .reply {
	width: 16px;
	height: 12px;
	background-image: url("http://www.gaymers.co.uk/__data/assets/file/0018/7713/twiiter-reply-icon.svg")
}

.twitter-feed div .reply:hover {
	background-image: url("http://www.gaymers.co.uk/__data/assets/file/0004/7708/twiiter-reply-icon-hover.svg")
}

.twitter-feed div .retweet {
	width: 21px;
	height: 12px;
	background-image: url("http://www.gaymers.co.uk/__data/assets/file/0016/7711/twiiter-retweet-icon.svg")
}

.twitter-feed div .retweet:hover {
	background-image: url("http://www.gaymers.co.uk/__data/assets/file/0005/7709/twiiter-retweet-icon-hover.svg")
}

.twitter-feed div .favourite {
	position: relative;
	top: -2px;
	width: 16px;
	height: 16px;
	background-image: url("http://www.gaymers.co.uk/__data/assets/file/0017/7712/twitter-favorite-icon.svg");
	margin-top: -19px
}

.twitter-feed div .favourite:hover {
	background-image: url("http://www.gaymers.co.uk/__data/assets/file/0015/7710/twitter-favorite-icon-hover.svg")
}

.twitter-feed div.slick-slide {
	height: auto !important;
	outline: none !important
}

.twitter-feed .slick-prev,
.twitter-feed .slick-next {
	top: 36%
}

.twitter-feed .slick-prev:before,
.twitter-feed .slick-next:before {
	background: 0 0;
	font-size: 25px;
	color: #313c4a
}

.twitter-feed .slick-dots li button:before {
	color: #313c4a
}

.twitter-feed .slick-dots li.slick-active button:before {
	opacity: .75;
	color: #313c4a
}

@media screen and (max-width:35.5em) {
	.twitter-feed {
		width: 100%;
		padding-bottom: 80px
	}
	.twitter-feed span {
		margin: 15px 0
	}
	.twitter-feed .slick-arrow {
		display: none !important
	}
}

#blog .row {
	margin-bottom: 30px
}

.blog-post .l-box {
	padding-top: 0
}

.blog-post a {
	min-height: 200px;
	border: none;
	padding: 1em 0;
	color: #595959
}

.blog-post a:hover {
	background-color: #1ea9da;
	color: #fff !important
}

.blog-post span {
	display: inline-block
}

.blog-post strong {
	text-transform: uppercase;
	color: #313c4a
}

.blog-post p {
	margin: 10px 0
}

.blog-post span.more {
	display: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .85em;
	color: #1ea9da
}

.post_body h3 {
	text-align: left;
	text-transform: none
}

.postedby {
	color: #d9d9d9
}

.blogs .breadcrumb span {
	color: #595959
}

@media screen and (max-width:35.5em) {
	.blog-post {
		border-bottom: 1px solid #d9d9d9
	}
	.blog-post .l-box {
		padding: 0 10px 0 0
	}
	.blog-post span.more {
		display: inline-block
	}
	.blog-post p:after {
		content: ''
	}
}

.blog-links {
	padding: 15px
}

.blog-links p {
	margin: 5px 0
}

.blog-links p a i {
	margin-right: 10px
}

.footer {
	background: #1d1d1b;
	color: #fff
}

.footer a {
	color: #d9d9d9;
	border-bottom: 1px solid #1d1d1b;
	font-size: .85em;
	display: block
}

.footer a:hover {
	border-bottom: 1px solid #d9d9d9
}

.footer a i {
	margin-right: 5px
}

.footer h4 {
	font-size: 1.125em;
	cursor: pointer;
	color: #fff;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #595959
}

.footer ul,
.footer form p {
	margin: 10px 0;
	padding: 0;
	list-style: none
}

.footer p {
	font-size: .85em
}

.footer li {
	padding: 2px 0
}

.footer form p {
	color: #d9d9d9;
	margin-bottom: 15px
}

.footer .email {
	border: none;
	padding: 10px 8px;
	border: none;
	line-height: 1.5em;
	font-size: 1em;
	height: 20px;
	width: 60%;
	margin: 0;
	float: left
}

.footer .copyright a {
	border-bottom: none
}

@media screen and (min-width:48em) {
	.footer ul.toggle {
		display: block !important
	}
}

@media screen and (max-width:48em) {
	.footer .l-box {
		padding: .5em 0 !important
	}
	.footer h4:after {
		font-family: FontAwesome;
		content: "\f107";
		font-size: .85em;
		padding-right: 0;
		display: inline-block;
		width: 15px;
		float: right
	}
	.footer h4.active:after {
		content: "\f106"
	}
	.footer .signup h4 {
		border-bottom: none
	}
	.footer .signup h4:after {
		content: ""
	}
}

#offers {
	background: url(../img/banner-offers.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0 150px;
	min-height: 250px;
	max-height: 250px;
	overflow: hidden
}

#offers h2:after {
	border-bottom: 1px dashed #fff
}

@media screen and (max-width:35.5em) {
	#offers {
		text-align: center;
		padding: 20px 0 100px
	}
	#offers img {
		display: none
	}
}

.pushy {
	position: fixed;
	width: 300px;
	height: 100%;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.pushy h5 {
	padding: 10px 5px 0;
	margin: 0 15px;
	display: inline-block;
	color: #fff;
	background-color: #1d1d1b
}

.pushy a.menu-btn {
	margin: 0;
	padding: 8px 5px;
	float: right;
	cursor: pointer
}

.pushy a.menu-btn:hover {
	background-color: #fff
}

.pushy a {
	display: block;
	float: none;
	color: #313c4a;
	padding: 10px 20px;
	text-decoration: none;
	border-bottom: none
}

.pushy a:hover {
	color: #9f1521;
	border-bottom: none;
	color: #9f1521;
	background-color: #f2f2f2
}

.pushy p.clear {
	float: left;
	clear: both;
	margin: 0
}

.pushy a.btn {
	color: #fff;
	margin: 15px;
	width: 100%
}

.pushy ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%
}

.pushy a.btn:hover {
	background-color: #9f1521
}

.pushy li {
	display: block;
	width: 100%;
	margin: 0
}

.pushy ul:first-child {
	margin-top: 0
}

.pushy.pushy-left {
	left: 0
}

.pushy.pushy-right {
	right: 0
}

.pushy .search {
	border: 1px solid #d9d9d9;
	margin: 10px 10px 10px 15px
}

.pushy .search input {
	border: none;
	padding: 5px;
	width: 80%;
	outline: none
}

.pushy .search button {
	border: none;
	border: none;
	padding: 5px 10px;
	float: right;
	border-left: 1px solid #d9d9d9;
	background: 0 0;
	color: #ba1927
}

.pushy .search button:hover {
	color: #fff;
	background: #9f1521
}

.pushy-content {
	visibility: hidden;
	margin-top: 10px;
	float: left;
	clear: both;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}

.pushy-left {
	-webkit-transform: translate3d(-300px, 0, 0);
	-moz-transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0)
}

.pushy-open-left #container,
.pushy-open-left .push {
	-webkit-transform: translate3d(300px, 0, 0);
	-moz-transform: translate3d(300px, 0, 0);
	-ms-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0)
}

.pushy-right {
	-webkit-transform: translate3d(300px, 0, 0);
	-moz-transform: translate3d(300px, 0, 0);
	-ms-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0)
}

.pushy-open-right #container,
.pushy-open-right .push {
	-webkit-transform: translate3d(-300px, 0, 0);
	-moz-transform: translate3d(-300px, 0, 0);
	-ms-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0)
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
	visibility: visible
}

#container,
.pushy,
.push {
	transition: transform .2s cubic-bezier(.16, .68, .43, .99)
}

.pushy-content {
	transition: visibility .2s cubic-bezier(.16, .68, .43, .99)
}

.site-overlay {
	display: none
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0, 0, 0, .5);
	-webkit-animation: fade .5s;
	animation: fade .5s
}

@keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.pushy-submenu button {
	width: 100%;
	color: #313c4a;
	font-weight: 700;
	font-size: .875em;
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: left;
	background: 0 0;
	border: 0
}

.pushy-submenu button:hover {
	color: #9f1521;
	background-color: #f2f2f2
}

.pushy-submenu a {
	font-weight: 600;
	text-transform: inherit
}

.pushy-submenu a:hover {
	background-color: #d9d9d9
}

.pushy-submenu>a,
.pushy-submenu>button {
	position: relative
}

.pushy-submenu>a:after,
.pushy-submenu>button:after {
	font-family: 'FontAwesome';
	content: '\f107';
	display: block;
	height: 11px;
	width: 8px;
	position: absolute;
	top: 40%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: transform .2s
}

.pushy-submenu-closed ul {
	max-height: 0;
	overflow: hidden;
	visibility: hidden
}

.pushy-submenu-closed .pushy-link {
	opacity: 0
}

.pushy-submenu-open ul {
	max-height: 1000px;
	visibility: visible;
	padding: 0;
	background-color: #f2f2f2
}

.pushy-submenu-open .pushy-link {
	opacity: 1
}

.pushy-submenu-open button {
	color: #9f1521
}

.pushy-submenu-open a:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.pushy-submenu-open button:after {
	content: '\f106';
	color: #9f1521
}

.jq-dropdown {
	position: absolute;
	z-index: 100;
	display: none
}

.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
	min-width: 160px;
	max-width: 360px;
	list-style: none;
	background: #fff;
	border: solid 1px #ddd;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: visible;
	padding: 4px 0;
	margin: 0
}

.jq-dropdown .jq-dropdown-panel {
	padding: 10px
}

.jq-dropdown.jq-dropdown-tip {
	margin-top: 8px
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
	left: auto;
	right: 9px
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
	left: auto;
	right: 10px
}

.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
	max-height: 180px;
	overflow: auto
}

.jq-dropdown .jq-dropdown-menu li {
	list-style: none;
	padding: 0;
	text-indent: 0;
	margin: 0;
	line-height: 18px
}

.jq-dropdown .jq-dropdown-menu li>a,
.jq-dropdown .jq-dropdown-menu label {
	display: block;
	color: inherit;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	margin: 0;
	white-space: nowrap
}

.jq-dropdown .jq-dropdown-menu li>a:hover,
.jq-dropdown .jq-dropdown-menu label:hover {
	background-color: #f2f2f2;
	color: inherit;
	cursor: pointer
}

.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #e5e5e5;
	padding: 0;
	margin: 5px 0
}

.jq-dropdown .jq-dropdown-panel {
	margin: 0;
	border: none;
	border-radius: 3px;
	width: 240px !important
}

.jq-dropdown.jq-dropdown-tip {
	margin: 10px 0 0 -188px
}

a.dropdown.jq-dropdown-open {
	position: relative
}

a.dropdown.jq-dropdown-open:after {
	content: '\f0d8';
	font-size: 1.5em;
	font-family: FontAwesome;
	position: absolute;
	bottom: -30px;
	left: 40%
}

@media screen and (max-width:48em) {
	.dmn-form h1 {
		font-size: 1em
	}
	.jq-dropdown .jq-dropdown-menu,
	.jq-dropdown .jq-dropdown-panel {
		min-width: 220px;
		padding: 0
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	height: 100vh;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url("./../img/ajax-loader.gif") center center no-repeat
}

@font-face {
	font-family: 'FontAwesome';
	font-weight: 400;
	font-style: normal
}

.slick-prev,
.slick-next {
	position: absolute;
	z-index: 10;
	display: block;
	height: auto;
	width: auto;
	line-height: 0;
	font-size: 0px;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 10px 0 !important;
	border: none;
	outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: 0 0;
	color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: "FontAwesome";
	font-size: 40px;
	padding: 10px 15px;
	background: #000;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev:hover:before,
.slick-next:hover:before {
	background: #fff;
	color: #1d1d1b
}

.slick-prev {
	left: 0
}

[dir=rtl] .slick-prev {
	left: auto;
	right: 0
}

.slick-prev:before {
	content: "ï„„"
}

[dir=rtl] .slick-prev:before {
	content: "ï„…"
}

.slick-next {
	right: 0
}

[dir=rtl] .slick-next {
	left: 0;
	right: auto
}

.slick-next:before {
	content: "ï„…"
}

[dir=rtl] .slick-next:before {
	content: "ï„„"
}

.slick-dotted.slick-slider {
	margin-bottom: 0
}

.slick-dots {
	position: absolute;
	bottom: 0;
	z-index: 11;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 30px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "ï„‘";
	width: 20px;
	height: 20px;
	font-family: "FontAwesome";
	font-size: 8px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: .75
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #fff;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #fff
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .85;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: 5px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .85;
	margin: 0;
	top: 50%;
	margin-top: -60px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 60px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 15px;
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 2em;
	color: #fff
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	margin-left: 39px
}

.mfp-arrow-right:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 2em;
	color: #fff
}

.mfp-iframe-holder {
	padding-top: 20px;
	padding-bottom: 20px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 80%
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: 4px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 0;
		padding-right: 0
	}
}

.c-tabs-nav {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0
}

.c-tabs-nav__link {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #313c4a;
	font-weight: 600;
	font-size: .85em;
	border-bottom: none;
	text-transform: uppercase;
	background-color: #fff;
	text-align: center;
	-webkit-transition: color .3s;
	transition: color .3s
}

.c-tabs-nav__link:last-child {
	margin-right: 0
}

.c-tabs-nav__link:hover {
	color: #9f1521;
	border-bottom: none
}

.c-tabs-nav__link.is-active span {
	color: #fff;
	background-color: #1d1d1b
}

.c-tabs-nav__link:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	display: block;
	line-height: .2;
	color: #fff
}

.c-tabs-nav__link.is-active:after {
	color: #1d1d1b
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
	margin: 0;
	padding: 12px;
	line-height: 1
}

@media all and (min-width:720px) {
	.c-tabs-nav__link i {
		margin-bottom: 12px;
		font-size: 22px
	}
	.c-tabs-nav__link span {
		display: block
	}
}

.c-tab {
	display: none;
	background-color: #fff
}

.c-tab.is-active {
	display: block
}

.c-tab__content h2,
.c-tab__content h3,
.c-tab__content h4 {
	margin-top: 30px
}

.c-tabs.no-js .c-tabs-nav {
	display: none
}

.c-tabs.no-js .c-tab {
	display: block;
	margin-bottom: 1.5rem
}

.c-tabs.no-js .c-tab:last-child {
	margin-bottom: 0
}

section.intro .border-image {
	width: 100% !important
}

section.intro .outer-div-large {
	position: relative;
	padding-bottom: 10px;
	height: 360px;
	overflow: hidden
}

@media screen and (min-width:569px) {
	section.intro .outer-div-large {
		height: 260px !important
	}
}

section.intro .outer-div {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px
}

section.intro .lg-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

section.intro .sm-bg {
	position: absolute;
	top: 68px;
	z-index: 1;
	overflow: hidden
}

@media screen and (max-width:767px) {
	section.intro .sm-bg {
		transform: rotate(90deg);
		top: 0;
		left: -350px
	}
}

section.intro .lg-image {
	position: absolute;
	top: 0;
	left: 0
}

section.intro .sm-image {
	position: absolute;
	top: 0;
	left: 0
}

section.intro .lg-title {
	position: absolute;
	left: 15px;
	top: 40px;
	text-align: left;
	z-index: 4;
	color: #fff;
	text-transform: none
}

@media screen and (min-width:768px) {
	section.intro .lg-title {
		top: 32px;
		left: 10px
	}
}

section.intro .sm-title {
	position: absolute;
	left: 15px;
	top: 40px;
	text-align: left;
	z-index: 4;
	color: #fff;
	text-transform: none
}

@media screen and (min-width:768px) {
	section.intro .sm-title {
		left: 5%;
		top: 38%;
		text-align: center;
		font-size: 25px
	}
}

@media screen and (min-width:1024px) {
	section.intro .sm-title {
		left: 6%;
		top: 50%
	}
}

section.intro .lg-content {
	position: absolute;
	top: 90px;
	left: 10px;
	text-align: left !important;
	width: 41%;
	color: #fff;
	z-index: 10;
	font-size: 11px
}

@media screen and (max-width:767px) {
	section.intro .lg-content {
		display: none
	}
}

@media screen and (min-width:768px) {
	section.intro .lg-content {
		top: 60px
	}
}

@media screen and (min-width:1024px) {
	section.intro .lg-content {
		font-size: 14px;
		top: 72px;
		width: 44%
	}
}

section.intro .sm-content {
	position: absolute;
	bottom: 65px;
	left: 30px;
	text-align: left !important;
	color: #fff;
	z-index: 10;
	padding-right: 10px;
	font-size: 19px
}

section.intro .package-container {
	max-height: 150px;
	overflow: hidden
}

@media screen and (min-width:760px) {
	section.intro .package-container {
		max-height: 260px
	}
}

.home-booking h1 {
	margin-bottom: 40px !important
}

.home-booking h2 {
	margin: 0 !important
}

.home-booking .contact-icons-home {
	height: 35px;
	margin: 20px
}

@media screen and (max-width:1156px) {
	.home-booking h2 {
		font-size: 40px
	}
	.home-booking p {
		margin-bottom: 10px;
		margin-top: 15px
	}
}

.contact-us-section .contact-title {
	margin-bottom: 30px
}

.contact-us-section h1 {
	margin-bottom: 40px !important
}

.contact-us-section .contact-container {
	background: rgba(245, 238, 230, .5);
	margin-top: -25px;
	padding: 30px
}

.contact-us-section .contact-container p {
	margin: 10px
}

.contact-us-section .contact-container img {
	border-radius: 2px
}

@media screen and (max-width:600px) {
	.contact-us-section .contact-background {
		display: none
	}
}

.four-tile-cta .l-box {
	padding: 5px
}

.four-tile-cta h4 {
	font-size: 20px;
	color: #313c4a !important;
	font-family: 'Volte W01 Regular';
	font-weight: 700;
	font-size: 24px
}

.four-tile-cta .tile-content {
	position: relative;
	background: #fff;
	padding: 10px 0;
	margin-top: -10px
}

.four-tile-cta .box,
.four-tile-cta .box2 {
	width: 55%;
	height: 17px;
	background: #fff;
	position: absolute;
	top: -16px
}

.four-tile-cta .container-background {
	overflow: hidden
}

.four-tile-cta .tile-content {
	min-height: 156px
}

@media screen and (max-width:567px) {
	.four-tile-cta .swipe-hidden {
		display: none
	}
	.four-tile-cta h4 {
		font-size: 34px
	}
}

@media screen and (max-width:1200px) and (min-width:768px) {
	.four-tile-cta p {
		font-size: 13.5px
	}
}

@media screen and (max-width:1200px) {
	.four-tile-cta .tile-content {
		max-height: 200px;
		min-height: 200px
	}
}

@media screen and (max-width:768px) {
	.four-tile-cta p {
		font-size: 18px
	}
}

.four-tile-cta .slick-dots li button:before {
	font-size: 15px;
	color: #7e7e7e
}

.four-tile-cta .card.slick-slide {
	height: 420px
}

@media screen and (min-width:400px) {
	.four-tile-cta .card.slick-slide {
		height: 500px
	}
}

.sports-packages-expect {
	background: #f2f2f2
}

@media screen and (max-width:767px) {
	.sports-packages-expect img {
		display: none
	}
}

@media screen and (max-width:1024px) {
	.sports-packages-expect .sports-poster-package {
		max-height: 520px;
		float: right
	}
}

.venue-hire-lister {
	background: #f2f2f2
}

.cave-info {
	margin-bottom: 40px;
	padding-bottom: 30px
}

.cave-info .cave-title {
	line-height: 1.25;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.cave-info .cave-title h3 {
	color: #ba1927;
	font-family: 'Volte W01 Bold';
	font-size: 1.875rem
}

.cave-info .cave-title h2 {
	padding-top: 20px
}

.cave-info .cave-title h2,
.cave-info .cave-title p {
	color: #fff
}

.cave-info .cave-offers {
	background-size: cover !important
}

.cave-info .cave-offers .background-overlay {
	background: rgba(0, 0, 0, .7)
}

.cave-info .cave-offers .center {
	margin: 10px
}

.cave-info .card {
	position: relative;
	float: left;
	width: 100%;
	text-align: center
}

.cave-info .card:nth-child(1) {
	margin-left: -3px;
	margin-right: 1px
}

.cave-info .card:nth-child(2),
.cave-info .card:nth-child(3) {
	margin-right: 1px
}

.cave-info .card__front,
.cave-info .card__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.cave-info .card__front,
.cave-info .card__back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}

.cave-info .card__front img {
	max-width: 90%;
	margin: auto;
	max-height: 250px;
	display: inline
}

.cave-info .card__front .cave-image-1 {
	padding-right: 14px
}

.cave-info .card__front .cave-image-3 {
	padding-left: 14px
}

.cave-info .card__front .package-button-price {
	max-width: 125px;
	margin: auto
}

.cave-info .card__back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.cave-info .card__back .package-button-price {
	max-width: 110px;
	margin: auto;
	padding-top: 10px
}

.cave-info .card__text {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	color: #fff;
	font-size: 14px
}

.cave-info .card__text ul {
	list-style-type: none;
	padding: 0;
	margin: 0 10px 10px
}

.cave-info .card__text ul li {
	padding: 6px 0;
	font-size: 13px
}

.cave-info .card.effect__hover:hover .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.cave-info .card.effect__hover:hover .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.cave-info .card.effect__click.flipped .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.cave-info .card.effect__click.flipped .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.cave-info .card.effect__random.flipped .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.cave-info .card.effect__random.flipped .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

@media screen and (max-width:1170px) {
	.cave-info .cave-image-3 {
		display: none !important
	}
}

@media screen and (max-width:780px) {
	.cave-info .cave-image-1 {
		display: none !important
	}
}

@media screen and (min-width:780px) {
	.cave-info .package-list li {
		padding: 8px 0 !important;
		font-size: 16px !important
	}
}

.package-intro h3 {
	text-transform: none
}

.package-intro .match-pint-note {
	color: #ba1927;
	padding: 0;
	margin-top: 0;
	font-weight: 600
}

.package-intro .package-width {
	max-width: 910px
}

.package-intro .image-section {
	position: relative
}

.package-intro .image-section .inner-image-section-two-images {
	position: absolute;
	z-index: 10
}

.package-intro .image-section .inner-image-section-one-image {
	position: absolute;
	z-index: 10
}

@media screen and (min-width:768px) {
	.package-intro .inner-image-section-two-images {
		left: -20px;
		top: -14px
	}
	.package-intro .inner-image-section-two-images img {
		max-width: 408px;
		padding: 5px 0
	}
	.package-intro .inner-image-section-one-image {
		left: -20px;
		top: 35px
	}
	.package-intro .inner-image-section-one-image img {
		max-width: 408px;
		padding: 5px 0
	}
}

@media screen and (max-width:767px) {
	.package-intro .image-section {
		display: none
	}
}

.food-menu-page .main-header {
	padding: 40px 0;
	background-color: #f2f2f2
}

.food-menu-page .row.columns {
	padding-top: 30px
}

.food-menu-page .l-box {
	padding: 30px
}

.food-menu-page .l-box h2 {
	margin-bottom: 0 !important
}

.food-menu-page .l-box p {
	font-size: 18px
}

.food-menu-page .menu-image img {
	object-fit: cover;
	height: 420px;
	width: 100%
}

.food-menu-page .eu-menu {
	background-color: #f2f2f2
}

.food-menu-pop-up .white-popup {
	background: url(../img/bookings/corporate/poster-wallpaper.jpg) no-repeat;
	background-size: cover;
	border: none
}

.food-menu-pop-up h3 {
	font-size: 30px
}

.food-menu-pop-up p {
	margin: 10px 0 !important
}

.food-menu-pop-up p a {
	text-transform: uppercase;
	margin: 2px
}

.food-menu-pop-up .mfp-close {
	color: #313c4a
}

.beer-pong-package {
	padding: 0;
	color: #fff;
	margin: 40px
}

.beer-pong-package .beer-pong-introduction {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.beer-pong-package .beer-pong-introduction p {
	color: #313c4a
}

.beer-pong-package .beer-package-container {
	position: relative
}

.beer-pong-package .beer-package-container .package-cup-container {
	position: absolute;
	left: 2%;
	top: 70px
}

.beer-pong-package .beer-package-container .package-cup-container img {
	max-height: 470px
}

.beer-pong-package .beer-package-container .package-ball-container {
	position: absolute;
	bottom: -60px;
	right: 28%
}

.beer-pong-package .beer-package-container .package-ball-container img {
	max-width: 150px
}

.beer-pong-package .beer-pong-expect-background {
	padding: 15px 15px 6px;
	text-align: center;
	border-radius: 4px;
	max-width: 550px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.beer-pong-package .beer-pong-expect-background h3 {
	color: #fff
}

.beer-pong-package .beer-pong-expect-background h4 {
	color: #ba1927;
	text-align: center
}

.beer-pong-package .beer-pong-expect-background ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.beer-pong-package .beer-pong-expect-background ul li {
	padding: 6px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px
}

.beer-pong-package .beer-pong-expect-background .price-sticker {
	max-width: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px
}

@media screen and (max-width:1100px) {
	.beer-pong-package .package-cup-container img {
		display: none
	}
	.beer-pong-package .package-ball-container img {
		display: none
	}
}

@media screen and (min-width:1100px) {
	.beer-pong-package .package-cup-container {
		left: 9% !important
	}
	.beer-pong-package .package-ball-container {
		right: 20% !important
	}
}

@media screen and (min-width:1500px) {
	.beer-pong-package .package-cup-container {
		left: 16% !important
	}
	.beer-pong-package .package-ball-container {
		bottom: -60px;
		right: 28% !important
	}
}

@media screen and (min-width:1600px) {
	.beer-pong-package .package-cup-container {
		left: 22% !important
	}
}

@media screen and (min-width:2000px) {
	.beer-pong-package .package-cup-container {
		left: 28% !important
	}
}

.christmas-menu {
	text-align: center;
	color: #313c4a;
	max-width: 1170px;
	margin: auto
}

.christmas-menu .killer-feast,
.christmas-menu .badass-buffet {
	margin: auto;
	margin-bottom: 20px;
	max-width: 90%;
	border: 2px #000 solid;
	border-radius: 4px;
	background: url("../img/bookings/booking-red-bg-compressor.jpg");
	background-size: cover;
	padding: 45px 0
}

.christmas-menu .killer-feast h3,
.christmas-menu .badass-buffet h3 {
	text-decoration: underline;
	color: #fff
}

.christmas-menu .killer-feast span,
.christmas-menu .badass-buffet span {
	color: #fff;
	font-weight: 600;
	font-size: 60px
}

.christmas-menu .killer-feast em,
.christmas-menu .badass-buffet em {
	color: #fff
}

.christmas-menu .killer-feast p,
.christmas-menu .badass-buffet p {
	color: #fff;
	font-size: 28px;
	line-height: 27px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 24px
}

.christmas-menu .menu-download {
	margin: 30px
}

.brunch-menu {
	text-align: center;
	color: #313c4a;
	max-width: 1000px;
	margin: auto
}

.brunch-menu .brunch-menu,
.brunch-menu .drink-menu {
	margin: auto;
	margin-bottom: 20px;
	max-width: 90%;
	padding: 45px 0
}

.brunch-menu a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 28px
}

.brunch-menu a a:hover {
	color: #e5e5e5
}

.brunch-menu .brunch-menu {
	background: url("../img/brunch/black-bg.png");
	background-size: cover
}

.brunch-menu .brunch-menu img {
	max-width: 90%
}

.brunch-menu .drink-menu {
	background: url("../img/brunch/black-bg.png");
	background-size: cover
}

.brunch-menu .drink-menu img {
	max-height: 158px;
	display: block;
	margin: auto
}

section.dugout-banner .border-image {
	width: 100% !important
}

section.dugout-banner .outer-div-large {
	position: relative;
	padding-bottom: 10px;
	height: 360px;
	overflow: hidden
}

section.dugout-banner .outer-div {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px
}

section.dugout-banner .lg-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

section.dugout-banner .lg-image {
	position: absolute;
	top: 0;
	right: 0
}

section.dugout-banner .lg-title {
	position: absolute;
	left: 10px;
	top: 15px;
	text-align: left;
	z-index: 4;
	color: #fff;
	text-transform: none;
	width: 180px
}

section.dugout-banner .lg-content {
	position: absolute;
	top: 25px;
	left: 10px;
	text-align: left !important;
	width: 52%;
	color: #fff;
	z-index: 10;
	font-size: 11px
}

section.dugout-banner .lg-content .btn-red {
	padding: 5px 10px;
	margin-top: 10px
}

@media screen and (min-width:400px) {
	section.dugout-banner .lg-title {
		font-size: 28px
	}
	section.dugout-banner .lg-content {
		font-size: 14px;
		top: 34px
	}
}

@media screen and (min-width:768px) {
	section.dugout-banner .lg-title {
		font-size: 40px;
		width: 260px;
		top: 30px;
		left: 20px
	}
	section.dugout-banner .lg-content {
		font-size: 14px;
		top: 65px;
		left: 20px;
		line-height: 1.79
	}
	section.dugout-banner .lg-content .btn-red {
		margin-top: 30px
	}
}

.dugout-caves-banner {
	max-width: 1200px;
	margin: auto
}

.dugout-caves-banner .dugout-caves-details {
	background-size: cover;
	padding: 20px;
	color: #fff
}

.dugout-caves-banner .dugout-caves-details h3 {
	color: #fff
}

.dugout-caves-banner .caves-image {
	max-height: 250px;
	overflow: hidden
}

@media screen and (min-width:768px) {
	.dugout-caves-banner .caves-image {
		min-height: 100%
	}
	.dugout-caves-banner .caves-image img {
		height: 342px;
		min-width: 100%
	}
}

@media screen and (max-width:1200px) and (min-width:768px) {
	.dugout-caves-banner img {
		min-width: 136% !important
	}
}

.lick-list-banner {
	max-width: 1800px;
	margin: auto
}

.lick-list-banner .lick-list-outer-div {
	position: relative;
	padding-bottom: 10px;
	height: 450px;
	overflow: hidden
}

.lick-list-banner .lick-list-lg-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.lick-list-banner .lick-list-lg-image {
	position: absolute;
	top: -40px;
	right: 0
}

.lick-list-banner .lick-list-lg-title {
	position: absolute;
	left: 10px;
	top: 20px;
	text-align: left;
	z-index: 4;
	color: #fff;
	text-transform: none
}

.lick-list-banner .lick-list-belushi-logo {
	position: absolute;
	z-index: 999999;
	top: 70px;
	left: 70px
}

.lick-list-banner .lick-list-belushi-logo img {
	max-width: 250px
}

.lick-list-banner .lick-list-lg-content p {
	margin: 0 !important
}

@media screen and (min-width:768px) {
	.lick-list-banner .lick-list-lg-title {
		top: 32px;
		left: 10px
	}
	.lick-list-banner .lick-list-lg-image {
		top: -100px
	}
}

.lick-list-banner .lick-list-lg-content {
	position: absolute;
	top: 50px;
	left: 10px;
	text-align: left !important;
	width: 41%;
	color: #fff;
	z-index: 10;
	font-size: 10px;
	text-transform: uppercase
}

@media screen and (max-width:767px) {
	.lick-list-banner {
		top: 67px !important
	}
	.lick-list-banner .lick-list-inner-content .lick-list-belushi-logo {
		display: none
	}
}

@media screen and (min-width:768px) {
	.lick-list-banner .lick-list-lg-content {
		left: 70px
	}
	.lick-list-banner .lick-list-lg-title {
		top: 170px;
		left: 70px
	}
	.lick-list-banner .lick-list-inner-content h4 {
		font-size: 44px
	}
	.lick-list-banner .lick-list-inner-content .lick-list-lg-content {
		font-size: 16px;
		top: 250px
	}
	.lick-list-banner .lick-list-lg-content p {
		margin: 0
	}
}

@media screen and (min-width:1024px) {
	.lick-list-banner .lick-list-lg-content {
		font-size: 14px;
		top: 72px
	}
}

.lick-list-banner .lick-list-package-container {
	max-height: 150px;
	overflow: hidden
}

@media screen and (min-width:760px) {
	.lick-list-banner .lick-list-package-container {
		min-height: 450px
	}
}

.christmas-intro {
	background: url("../img/chrismas-18/intro background.jpg") no-repeat;
	background-size: cover
}

.christmas-intro .container {
	max-width: 1200px;
	margin: auto;
	text-align: center
}

.christmas-intro h2 {
	font-family: 'Textured';
	text-align: center;
	color: #fff
}

.christmas-intro h2 span {
	font-family: 'Volte W01 Medium'
}

.christmas-intro h2:after {
	content: none
}

.christmas-intro p {
	text-align: center;
	font-family: 'Volte W01 Medium';
	text-transform: uppercase;
	color: #fff
}

.christmas-intro .candy-cane-img {
	max-width: 310px;
	margin: auto
}

.christmas-intro .candy-cane-img img {
	width: 100%;
	transform: rotate(.8deg)
}

.christmas-intro h3 {
	color: #00b1f3;
	margin-top: 30px
}

.christmas-intro ul {
	padding: 0 !important
}

.christmas-intro ul li {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Textured';
	color: #fff;
	font-size: 24px
}

.christmas-intro ul li span {
	font-family: 'Volte W01 Medium';
	padding: 0 20px
}

.christmas-intro .emphasize {
	text-decoration: underline
}

.christmas-new-menu-2 {
	text-align: center;
	background: #121213;
	color: #fff
}

.christmas-new-menu-2 h2 {
	color: #fff;
	font-family: 'Textured'
}

.christmas-new-menu-2 h2:after {
	content: none
}

.christmas-new-menu-2 .menu-container {
	position: relative;
	min-height: 350px
}

.christmas-new-menu-2 .menu-container .background-overlay {
	background: rgba(3, 11, 31, .6);
	min-height: 350px
}

.christmas-new-menu-2 .menu-container h2 {
	color: #fff;
	font-family: 'Textured'
}

.christmas-new-menu-2 .menu-container h2:after {
	content: none
}

.christmas-new-menu-2 .menu-container .inner-div {
	padding: 30px 10px
}

.christmas-new-menu-2 .menu-container .inner-div h5 {
	color: #fff;
	font-family: 'Textured';
	font-size: 26px
}

.christmas-new-menu-2 .menu-container .inner-div h6 {
	color: #00a9ea;
	font-size: 22px;
	font-family: 'Volte W01 Medium'
}

.christmas-new-menu-2 .menu-container .inner-div .candy-cane-img {
	max-width: 80%;
	margin: auto
}

.christmas-new-menu-2 .menu-container .inner-div .candy-cane-img img {
	width: 100%;
	transform: rotate(.8deg)
}

.christmas-new-menu-2 .menu-container .button-container {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0
}

.christmas-new-menu-2 .menu-container p {
	margin-bottom: 0;
	padding: 0 20px;
	font-family: 'Volte W01 Medium';
	text-transform: uppercase;
	margin-top: 10px
}

@media only screen and (min-width:767px) and (max-width:900px) {
	.christmas-new-menu-2 .menu-container,
	.christmas-new-menu-2 .background-overlay {
		min-height: 450px !important
	}
}

@media only screen and (min-width:1024px) {
	.christmas-new-menu-2 h5 {
		font-size: 28px !important
	}
	.christmas-new-menu-2 .candy-cane-img {
		margin-top: 20px !important
	}
	.christmas-new-menu-2 p {
		margin-top: 20px !important
	}
}

.christmas-package-expect {
	text-align: center;
	background: #0a1226
}

.christmas-package-expect .inner-div {
	max-width: 1000px;
	margin: auto
}

.christmas-package-expect h2 {
	font-family: 'Textured';
	text-align: center;
	color: #fff
}

.christmas-package-expect h2:after {
	content: none
}

.christmas-package-expect .christmas-menu {
	margin: 30px 20px;
	max-width: 300px;
	margin: auto;
	margin-top: 30px
}

.christmas-package-expect .christmas-menu a {
	border-bottom: none
}

.christmas-package-expect .christmas-menu .card-image {
	height: 420px;
	-webkit-box-shadow: 3px 3px 5px 6px #000;
	-moz-box-shadow: 3px 3px 5px 6px #000;
	box-shadow: 3px 3px 5px 6px #000
}

.christmas-package-expect .christmas-expect h3,
.christmas-package-expect .christmas-expect h4 {
	color: #00b1f3
}

.christmas-package-expect .christmas-expect li {
	color: #fff;
	text-align: left;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Volte W01 Medium';
	padding-left: 20px
}

.christmas-promo-box {
	text-align: center;
	background: url("../img/chrismas-18/banner-compressor.jpg") no-repeat;
	background-size: cover;
	color: #fff
}

.christmas-promo-box h2 {
	text-transform: none;
	font-family: 'Textured';
	color: #fff
}

.christmas-promo-box h3 {
	color: #00a9ea
}

.christmas-promo-box p {
	font-family: 'Volte W01 Medium';
	text-transform: uppercase
}

.christmas-contact-us-section {
	background: #121213;
	padding: 30px 10px
}

.christmas-contact-us-section #form {
	margin: 20px;
	padding: 15px
}

.christmas-contact-us-section .dmn-form {
	color: #fff !important
}

.christmas-contact-us-section .dmn-form .btn-primary {
	color: #fff;
	background-image: none !important;
	background-color: #ba1927 !important;
	color: #fff;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 700
}

.christmas-contact-us-section .dmn-form h1 {
	color: #fff
}

.christmas-contact-us-section .dmn-form input[type=number],
.christmas-contact-us-section #dmn-date {
	width: 97.5% !important
}

.christmas-contact-us-section .ng-binding {
	text-align: center
}

.christmas-contact-us-section .contact-container {
	text-align: center;
	color: #fff;
	background: rgba(7, 7, 7, .5);
	padding: 30px;
	border: 1px #fff solid;
	margin: 20px
}

.christmas-contact-us-section .contact-container .contact-text {
	color: #00a9ea
}

.christmas-contact-us-section .contact-container h3 {
	font-family: 'Textured';
	color: #fff;
	margin: 20px 0 0;
	line-height: 1.6
}

.christmas-contact-us-section .contact-container .candy-cane-img {
	max-width: 310px;
	margin: auto
}

.christmas-contact-us-section .contact-container .candy-cane-img img {
	width: 100%;
	transform: rotate(.8deg)
}

.christmas-contact-us-section .contact-container p {
	line-height: 2;
	text-transform: uppercase;
	font-family: 'Volte W01 Medium';
	font-size: 18px
}

.christmas-contact-us-section .contact-container img {
	transform: rotate(.8deg)
}

@media screen and (max-width:600px) {
	.christmas-contact-us-section .contact-background {
		display: none
	}
}

.brunch-intro {
	text-align: center;
	background: #0d132b
}

.brunch-intro h2,
.brunch-intro p {
	color: #fff
}

.brunch-intro p {
	line-height: 1.9;
	padding: 10px
}

.brunch-intro h5 {
	color: #ba1927
}

.brunch-intro .brunch-info {
	max-width: 1000px;
	margin: auto
}

.brunch-intro h2:after {
	content: '';
	border-bottom: 1px dashed #fff
}

.brunch-package {
	text-align: center;
	padding: 0
}

.brunch-package .package-background {
	color: #fff;
	padding: 40px 20px
}

.brunch-package .package-background img {
	margin-bottom: 30px;
	margin-top: 30px;
	max-width: 90%
}

.brunch-package .package-background p {
	max-width: 90%;
	margin: auto;
	line-height: 1.9
}

.brunch-package .package-background .button-brunch {
	margin-top: 30px;
	margin-bottom: 30px
}

.brunch-package .brunch-music {
	height: 100%
}

.brunch-new-menu {
	text-align: center;
	background: #0d132b;
	color: #fff
}

.brunch-new-menu h2 {
	color: #fff
}

.brunch-new-menu h2:after {
	content: '';
	border-bottom: 1px dashed #fff
}

.brunch-new-menu p {
	margin-bottom: 50px
}

.brunch-new-menu .drinks-menu,
.brunch-new-menu .food-menu {
	background-size: cover;
	position: relative
}

.brunch-new-menu .drinks-menu a,
.brunch-new-menu .food-menu a {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	border-bottom: none !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px
}

.brunch-licklist {
	background-attachment: fixed !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	text-align: center
}

.brunch-licklist h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 40px !important
}

.brunch-licklist h2:after {
	content: none
}

.brunch-licklist .brunch-content {
	max-width: 1200px;
	margin: auto
}

.brunch-licklist .brunch-content .party-gif {
	text-align: center
}

.brunch-licklist .brunch-content .party-gif img {
	max-width: 90%
}

.featured-albums {
	padding: 0;
	text-align: center
}

.featured-albums figure:hover {
	opacity: 1;
	-webkit-animation: flash 5s;
	animation: flash 5s
}

@-webkit-keyframes flash {
	0% {
		opacity: .4
	}
	100% {
		opacity: 1
	}
}

@keyframes flash {
	0% {
		opacity: .4
	}
	100% {
		opacity: 1
	}
}

.featured-albums .slick-dots {
	margin-bottom: 20px
}

.featured-albums .featured-albums-bg {
	background-size: cover !important;
	background-position: center !important;
	min-height: 200px;
	padding: 30px 20px 50px
}

.featured-albums .featured-albums-bg h2 {
	color: #fff
}

.featured-albums .featured-albums-bg h1:after,
.featured-albums .featured-albums-bg h2:after {
	content: none
}

.featured-albums .featured-albums-bg .feature-album-tiles {
	max-width: 1400px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 10px
}

.featured-albums .featured-albums-bg .feature-album-tiles .album-cover {
	min-height: 300px;
	background-size: cover !important;
	background-position: center !important
}

.featured-albums .featured-albums-bg .feature-album-tiles .album-review-snippit {
	background: rgba(5, 1, 24, .7);
	padding: 20px 0;
	min-height: 150px;
	overflow: hidden
}

.featured-albums .featured-albums-bg .feature-album-tiles .album-review-snippit p {
	padding: 0 20px;
	margin: 0;
	color: #fff
}

.featured-albums .featured-albums-bg .read-more {
	margin-bottom: 30px
}

.featured-albums .featured-albums-bg .read-reviews {
	background: rgba(0, 0, 0, .5);
	display: inline;
	padding: 15px 20px;
	border-radius: 50px
}

.featured-albums .featured-albums-bg .read-reviews a {
	text-transform: uppercase;
	font-weight: 600
}

@media only screen and (max-width:567px) {
	.featured-albums .album-review-snippit {
		margin-bottom: 20px
	}
}

.music-contact {
	background: #050118;
	text-align: center;
	padding: 0 0 30px
}

.music-contact h2 {
	color: #fff
}

.music-contact h1:after,
.music-contact h2:after {
	content: none
}

.music-contact .contact-section {
	padding: 0 0 20px
}

.music-contact .contact-container {
	max-width: 1200px;
	margin: auto;
	margin-top: 30px
}

.music-contact .contact-container #sub-header {
	padding: 0
}

.music-contact .contact-container h4 {
	color: #fff;
	padding: 0 10px
}

.music-contact .contact-container button,
.music-contact .contact-container input,
.music-contact .contact-container textarea,
.music-contact .contact-container select {
	color: #fff;
	border: 2px solid #22175c;
	background: 0 0;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-top: 20px;
	width: 122px
}

.music-contact .contact-container .input-text,
.music-contact .contact-container textarea {
	padding: 5px 10px;
	width: 250px
}

.music-contact .contact-container .input-style {
	width: 280px
}

.music-contact .contact-container .indicates-required {
	margin-top: 10px
}

.music-contact .contact-container .submit-contact {
	background: #9f1521;
	border: none
}

.music-contact .contact-container .submit-contact:hover {
	background: #ba1927
}

.music-contact #sub-header {
	position: relative;
	width: 100%;
	height: 58px;
	z-index: 1
}

.music-contact .hidden-music {
	display: none
}

.music-contact .hidden-music-contact {
	display: none
}

@media screen and (max-width:1500px) {
	.music-contact .email {
		display: inline
	}
}

@media screen and (min-width:768px) {
	.music-contact h2 {
		padding-top: 30px
	}
}

.music-video {
	max-height: 420px;
	overflow: hidden
}

.new-music {
	background: #050118;
	padding: 30px 20px;
	text-align: center
}

.new-music h2,
.new-music h4,
.new-music h5,
.new-music p {
	color: #fff
}

.new-music h4 {
	margin-top: 20px
}

.new-music h1:after,
.new-music h2:after {
	content: none
}

.new-music h5 {
	margin-top: 20px
}

.new-music p {
	margin-bottom: 10px
}

.new-music p a {
	text-transform: uppercase
}

.new-music hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #22175c;
	margin: 2em 0;
	padding: 0
}

.new-music .read-reviews {
	margin-top: 20px;
	margin-bottom: 20px
}

.new-music .featured-new-music {
	max-width: 1400px;
	margin: auto;
	margin-top: 40px
}

.new-music .featured-new-music img {
	max-width: 300px;
	margin-top: 20px
}

.music-intro-playlist {
	background: #050118;
	text-align: center;
	padding: 30px 20px
}

.music-intro-playlist h2,
.music-intro-playlist h4,
.music-intro-playlist p {
	color: #fff
}

.music-intro-playlist h1:after,
.music-intro-playlist h2:after {
	content: none
}

.music-intro-playlist .intro-content {
	max-width: 1200px;
	margin: auto
}

.music-intro-playlist .intro-content ul {
	padding: 0;
	margin: 30px 0
}

.music-intro-playlist .intro-content ul li {
	display: inline
}

.music-intro-playlist .intro-content ul li a {
	margin: 10px;
	text-transform: uppercase
}

.banner-img {
	min-height: 400px;
	text-align: center;
	background: #050118
}

.banner-img h2,
.banner-img h6,
.banner-img p {
	color: #fff
}

.banner-img h6,
.banner-img p {
	margin-top: 10px
}

.banner-img h2 {
	display: inline-block
}

.banner-img h2:after {
	content: none
}

.banner-img .banner-bg {
	background-size: cover !important;
	background-position: center !important;
	min-height: 380px;
	padding: 30px 20px
}

@media only screen and (min-width:720px) {
	.banner-img .playlist {
		width: 650px
	}
}

.social-icons-music a {
	border: none
}

.social-icons-music ul {
	padding: 0;
	margin: 0
}

.social-icons-music .list-inline li {
	padding-bottom: .5em;
	display: inline-block
}

.social-icons-music .social-icons .fa {
	font-size: 1.5em
}

.social-icons-music .social-icons .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	color: rgba(255, 255, 255, .8);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.social-icons-music .social-icons.icon-circle .fa {
	border-radius: 50%
}

.social-icons-music .social-icons .fa:hover,
.social-icons-music .social-icons .fa:active {
	color: #fff;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333
}

.social-icons-music .social-icons.icon-zoom .fa:hover,
.social-icons-music .social-icons.icon-zoom .fa:active {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.social-icons-music .social-icons.icon-rotate .fa:hover,
.social-icons-music .social-icons.icon-rotate .fa:active {
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg)
}

.social-icons-music .social-icons .fa-facebook {
	background-color: #22175c
}

.social-icons-music .social-icons .fa-instagram {
	background-color: #22175c
}

.social-icons-music .social-icons .fa-twitter {
	background-color: #22175c
}

.social-icons-music .social-icons .fa-envelope {
	background-color: #22175c
}

.album-review-lister {
	background: #050118;
	text-align: center
}

.album-review-lister .review-container {
	max-width: 1400px;
	margin: auto;
	margin-top: 30px
}

.album-review-lister h2 {
	color: #fff
}

.album-review-lister h2:after {
	content: none
}

.album-review-lister a {
	border: none
}

.album-review-lister .album-review-tile {
	margin: 10px
}

.album-review-lister .album-review-tile h4 {
	margin-bottom: 20px
}

.album-review-lister .album-review-tile .album-title {
	font-weight: 700
}

.album-review-lister .album-review-tile .band-name {
	font-weight: 100
}

.album-review-lister .album-review-tile h5,
.album-review-lister .album-review-tile h6 {
	color: #fff
}

.album-review-lister .album-review-tile h3 {
	margin-bottom: 0;
	text-decoration: underline
}

.album-review-lister .album-review-tile img {
	max-width: 100%
}

.album-review-lister .album-review-tile p {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 600
}

.live-your-life-intro {
	background: #64b4d9;
	text-align: center
}

.live-your-life-intro .title-intro {
	max-width: 1200px;
	margin: auto
}

.live-your-life-intro .title-intro h3 {
	background: #dd6fa0
}

.live-your-life-intro h2,
.live-your-life-intro h3 {
	color: #fff
}

.live-your-life-intro h2:after {
	content: none
}

.live-your-life-intro .line-up-icons {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 10px solid #dd6fa0;
	border-bottom: 10px solid #dd6fa0
}

.live-your-life-intro .line-up-icons .background-overlay {
	background-color: rgba(0, 0, 0, .55);
	height: 100%
}

.live-your-life-intro .line-up-icons .tile {
	position: relative;
	height: 320px
}

.live-your-life-intro .line-up-icons .tile .inner-content {
	padding: 10px
}

.live-your-life-intro .line-up-icons .tile h4 {
	color: #fff;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0
}

.live-your-life-intro ul {
	padding: 0;
	list-style: none;
	margin: 20px
}

.live-your-life-intro ul li {
	display: inline-block;
	padding: 5px 2px;
	text-transform: uppercase;
	color: #fff
}

.live-your-life-intro ul li a {
	font-weight: 600;
	background: #329acd !important;
	padding: 10px !important;
	border: none !important;
	color: #fff !important
}

.live-your-life-intro ul li a:hover {
	background: #2c8fc0 !important
}

@media only screen and (max-width:400px) {
	.live-your-life-intro .tile {
		height: 200px !important
	}
	.live-your-life-intro .tile h4 {
		top: 80px !important
	}
}

.survey-banner .banner-content {
	text-align: center;
	max-width: 1200px;
	margin: auto
}

.survey-banner .banner-content h2,
.survey-banner .banner-content p {
	color: #fff;
	padding: 0 10px
}

.survey-banner .banner-content h2 {
	text-decoration: underline
}

.survey-banner .banner-content h2:after {
	content: none
}

.survey-banner .banner-content p {
	text-transform: uppercase
}

.survey-banner .banner-content button {
	background: #64b4d9
}

.survey-banner .banner-content button:hover {
	background: #329acd
}

.survey-banner .hidden {
	display: none
}

.survey-banner .hide-content-container {
	max-width: 800px;
	margin: auto
}

.survey-banner #mc_embed_signup .mc-field-group.input-group label {
	padding-left: 10px;
	font-size: 14px;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #595959;
	line-height: 1.5
}

.survey-banner #mc_embed_signup h2 {
	font-weight: 700;
	padding: 0;
	margin: 15px 0;
	font-size: 1.4em;
	color: #595959;
	text-align: center
}

.survey-banner #mc_embed_signup .button {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	color: #313c4a;
	text-transform: uppercase;
	border-radius: 0;
	background-color: #ba1927;
	color: #fff;
	border: none !important
}

.survey-banner #mc_embed_signup .button:hover {
	background-color: #9f1622
}

.about-margot {
	background: #dd6fa0;
	border-top: 10px solid #64b4d9;
	text-align: center
}

.about-margot .about-content {
	max-width: 1200px;
	margin: auto
}

.about-margot h2,
.about-margot p {
	color: #fff
}

.about-margot h2:after {
	content: none
}

.about-margot p {
	text-transform: uppercase
}

.about-margot .about-margot-icons {
	margin-top: 30px;
	border-top: 10px solid #64b4d9;
	border-bottom: 10px solid #64b4d9
}

.about-margot .about-margot-icons .background-overlay {
	background-color: rgba(0, 0, 0, .55);
	height: 100%
}

.about-margot .about-margot-icons .tile {
	position: relative;
	height: 350px
}

.about-margot .about-margot-icons .tile .inner-content {
	padding: 10px
}

.about-margot .about-margot-icons .tile h4 {
	color: #fff;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0
}

.about-margot .charity-goals {
	overflow: hidden
}

.about-margot .charity-goals .card {
	position: relative;
	float: left;
	padding-bottom: 5%;
	width: 100%;
	min-height: 350px;
	text-align: center
}

.about-margot .charity-goals .card-image {
	overflow: hidden
}

.about-margot .charity-goals .card:nth-child(1) {
	margin-left: -3px;
	margin-right: 1px
}

.about-margot .charity-goals .card:nth-child(2),
.about-margot .charity-goals .card:nth-child(3) {
	margin-right: 1px
}

.about-margot .charity-goals .card__front,
.about-margot .charity-goals .card__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.about-margot .charity-goals .card__front,
.about-margot .charity-goals .card__back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}

.about-margot .charity-goals .card__back {
	background-color: #1e1e1e;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.about-margot .charity-goals .card.effect__click.flipped .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.about-margot .charity-goals .card.effect__click.flipped .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.about-margot .charity-goals .card__back {
	height: 360px
}

.about-margot .charity-goals .card-content {
	position: relative
}

.about-margot .charity-goals .card-content .font-card-background-overlay {
	background-color: rgba(0, 0, 0, .55);
	height: 110%
}

.about-margot .charity-goals .card-content .rotate-card {
	position: absolute;
	background: #ba1927;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	z-index: 100;
	right: -30px;
	bottom: -30px
}

.about-margot .charity-goals .tile-content {
	position: relative;
	background: #fff;
	padding: 10px 0;
	margin-top: -10px;
	min-height: 180px
}

.about-margot .charity-goals .tile-content .tile-content {
	position: relative
}

.about-margot .charity-goals .tile-content h2 {
	text-decoration: underline;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.about-margot .charity-goals .container-background {
	overflow: hidden
}

.about-margot .charity-goals .charity-goals-reverse {
	background-size: cover;
	height: 100%;
	position: relative;
	overflow: hidden
}

.about-margot .charity-goals .charity-goals-reverse .rotate-card-reverse {
	position: absolute;
	background: #ba1927;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	z-index: 100;
	right: -30px;
	bottom: -30px
}

.about-margot .charity-goals .charity-goals-reverse .background-color-overlay {
	height: 100%;
	padding: 30px 10px
}

.about-margot .charity-goals .charity-goals-reverse .background-color-overlay p {
	color: #fff;
	margin: 0 0 10px
}

.review-intro {
	text-align: center;
	padding: 10px
}

.review-intro h3 {
	display: inline;
	margin: 20px
}

.review-intro h3 span {
	color: #ba1927
}

.review-intro h4 {
	max-width: 600px;
	margin: auto;
	margin-top: 40px;
	color: #050118
}

.review-intro .band-image {
	max-height: 800px;
	overflow: hidden
}

.review-intro .band-image img {
	max-width: 90%;
	margin: auto;
	margin-top: 40px
}

@media only screen and (max-width:768px) {
	.review-intro h4,
	.review-intro img {
		margin-top: 20px !important
	}
	.review-intro h1 {
		margin-bottom: 20px
	}
	.review-intro h3 {
		font-size: 18px
	}
}

.main-section {
	max-width: 1400px;
	margin: auto
}

.main-section .right-section {
	padding: 20px;
	text-align: center
}

.main-section .right-section h2 {
	margin-bottom: 30px
}

.main-section .right-section h4 {
	color: #050118
}

.main-section .right-section .tunes-listen {
	margin: auto;
	margin-top: 20px;
	width: 100%
}

.main-section .right-section .tunes-listen h5 {
	text-align: left
}

.main-section .right-section img {
	width: 80%
}

.main-section .right-section p {
	text-align: left
}

.main-section .right-section h3 {
	margin-bottom: 20px
}

.main-section .right-section h5 {
	margin-top: 20px
}

.main-section .right-section ul {
	text-align: left;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 10px
}

.main-section .right-section iframe {
	margin-bottom: 20px
}

.main-section .right-section p {
	font-size: 20px;
	line-height: 1.79
}

@media only screen and (max-width:768px) {
	.main-section .left-side-section,
	.main-section .right-section h2,
	.main-section .tunes-listen h5 {
		display: none
	}
	.main-section .right-section {
		padding-top: 0
	}
	.main-section .tunes-listen img {
		min-width: 100%
	}
}

@media only screen and (min-width:768px) {
	.main-section .desktop-hide {
		display: none
	}
	.main-section ul {
		padding-top: 20px;
		font-size: 20px
	}
	.main-section ul li {
		padding: 5px 0
	}
}

.left-side-section {
	padding: 20px
}

.left-side-section .social-icons {
	margin: 20px 0
}

.left-side-section .social-icons li {
	margin: 0 5px
}

.left-side-section .spotify-playlists p {
	margin: 15px 0 !important
}

.left-side-section .left-sections {
	text-align: center
}

.left-side-section .left-sections .party-booking-enquiry {
	margin-bottom: 30px
}

.left-side-section .left-sections .party-booking-enquiry ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.left-side-section .left-sections .party-booking-enquiry ul li {
	display: inline;
	text-transform: uppercase;
	font-weight: 600
}

.left-side-section .left-sections .more-reviews h4 {
	margin-bottom: 20px
}

.left-side-section .left-sections .more-reviews .band-name {
	font-weight: 700;
	color: #ba1927
}

.left-side-section .left-sections .more-reviews h3 {
	margin-bottom: 0;
	text-decoration: underline
}

.left-side-section .left-sections .more-reviews img {
	max-width: 100%
}

.left-side-section .left-sections .more-reviews p {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 600
}

.left-side-section h4 {
	text-decoration: underline !important
}

.social-icons {
	padding: 0
}

.social-icons ul {
	padding: 0;
	margin: 0
}

.social-icons ul li {
	margin: 0 4px
}

.social-icons ul a {
	border-bottom: none !important
}

.social-icons .list-inline li {
	padding-bottom: .5em;
	display: inline-block
}

.social-icons .social-icons .fa {
	font-size: 1.5em
}

.social-icons .social-icons .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	color: rgba(255, 255, 255, .8);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.social-icons .social-icons.icon-circle .fa {
	border-radius: 50%
}

.social-icons .social-icons .fa:hover,
.social-icons .social-icons .fa:active {
	color: #fff;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333
}

.social-icons .social-icons.icon-zoom .fa:hover,
.social-icons .social-icons.icon-zoom .fa:active {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.social-icons .social-icons.icon-rotate .fa:hover,
.social-icons .social-icons.icon-rotate .fa:active {
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg)
}

.social-icons .social-icons .fa-facebook {
	background-color: #ba1927
}

.social-icons .social-icons .fa-youtube {
	background-color: #ba1927
}

.social-icons .social-icons .fa-instagram {
	background-color: #ba1927
}

.social-icons .social-icons .fa-twitter {
	background-color: #ba1927
}

.social-icons .social-icons .fa-snapchat {
	background-color: #ba1927
}

.student-deals {
	background: #050118;
	color: #fff
}

.student-deals .deals-intro {
	max-width: 1200px;
	margin: auto;
	text-align: center
}

.student-deals .deals-intro h2 {
	color: #fff
}

.student-deals .deals-intro h2:after {
	content: none
}

.student-deals .deals-intro h6 {
	margin-bottom: 30px;
	color: #fff
}

.student-deals .student-offer-icons {
	margin: 30px 20px
}

.student-deals .student-offer-icons .offer-tile {
	margin: 10px
}

.student-deals .student-offer-icons img {
	width: auto;
	height: 80px;
	padding: 10px;
	padding-top: 20px
}

.student-deals .student-offer-icons h6 {
	color: #fff;
	text-shadow: 0 0 3px #4f4f4f, 0 0 24px #fff
}

.student-deals p {
	margin-top: 0;
	font-size: 12px;
	font-style: italic
}

.student-deals h4 {
	color: #fff
}

.student-deals .terms-conditions .read-more-state {
	display: none
}

.student-deals .terms-conditions .read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease
}

.student-deals .terms-conditions .read-more-state:checked~.read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em
}

.student-deals .terms-conditions .read-more-state~.read-more-trigger:before {
	content: 'T&C\'s'
}

.student-deals .terms-conditions .read-more-state:checked~.read-more-trigger:before {
	content: 'Hide T&C\'s'
}

.student-deals .terms-conditions .read-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 0 .5em;
	color: #fff;
	background: #050118;
	font-size: 20px;
	line-height: 2;
	font-family: 'Volte W01 Semibold';
	border: 1px solid #ddd
}

.student-deals .terms-conditions p {
	padding: 2%;
	font-size: 14px;
	color: #fff;
	font-style: normal
}

.student-page-nav .nav-content h2,
.student-page-nav .nav-content h4 {
	color: #fff
}

.student-page-nav .nav-content h2:after {
	content: none
}

.student-page-nav .nav-content ul {
	padding: 0
}

.student-page-nav .nav-content ul li {
	display: inline-block
}

.student-page-nav .nav-content ul li a {
	color: #fff;
	border-bottom: none;
	background: #050118;
	margin: 10px 20px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-family: 'Volte W01 Semibold';
	-webkit-box-shadow: 3px 4px 25px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: 3px 4px 25px 0px rgba(0, 0, 0, .75);
	box-shadow: 3px 4px 25px 0px rgba(0, 0, 0, .75)
}

.student-page-nav .nav-content ul li a:hover {
	background: #1b0e5b
}

.student-nights {
	background: #050118
}

.student-nights h2,
.student-nights h4 {
	color: #fff
}

.student-nights h2:after {
	content: none
}

.student-nights .student-night-content {
	margin: 50px 0
}

.student-nights .student-night-content .student-img {
	margin: 0 20px
}

.student-nights .student-night-content .student-img img {
	margin: auto
}

.student-nights .what-to-expect {
	color: #7accff;
	background: #050118;
	-webkit-box-shadow: 0px 0px 43px 4px #fff;
	-moz-box-shadow: 0px 0px 43px 4px #fff;
	box-shadow: 0px 0px 43px 4px #fff;
	padding: 30px 10px;
	margin: 0 20px 30px 0
}

.student-nights .what-to-expect h3 {
	color: #7accff
}

.student-nights .what-to-expect h3:after {
	content: '';
	display: block;
	position: relative;
	bottom: 0;
	border-bottom: 1px solid #7accff;
	width: 40%;
	margin: 0 auto
}

.student-nights .what-to-expect ul {
	padding: 0
}

.student-nights .what-to-expect ul li {
	list-style: none;
	font-family: 'Volte W01 Semibold';
	text-transform: uppercase;
	padding: 5px 0;
	font-size: 20px
}

.student-nights .what-to-expect p {
	font-family: 'Volte W01 Semibold';
	text-transform: uppercase;
	padding: 10px;
	font-size: 20px
}

.student-nights .what-to-expect .student-party {
	background: #7accff;
	color: #fff;
	padding: 10px 20px;
	font-size: .85em;
	font-weight: 700;
	display: inline-block;
	border: none
}

.student-nights .what-to-expect .student-party:hover {
	background-color: #6fb4df
}

@media only screen and (max-width:600px) {
	.student-nights .what-to-expect {
		margin: 0;
		padding: 30px 0
	}
	.student-nights .student-img {
		display: none
	}
}

.student-events {
	background: #dd6fa0;
	text-align: center
}

.student-events .row {
	max-width: 1400px
}

.student-events h2,
.student-events p {
	color: #fff
}

.student-events h2:after {
	content: none
}

.student-events p {
	text-transform: uppercase
}

.student-events .charity-goals {
	overflow: hidden
}

.student-events .charity-goals .card {
	position: relative;
	float: left;
	padding-bottom: 5%;
	width: 100%;
	min-height: 450px;
	text-align: center
}

.student-events .charity-goals .card-image {
	overflow: hidden
}

.student-events .charity-goals .card:nth-child(1) {
	margin-left: -3px;
	margin-right: 1px
}

.student-events .charity-goals .card:nth-child(2),
.student-events .charity-goals .card:nth-child(3) {
	margin-right: 1px
}

.student-events .charity-goals .card__front,
.student-events .charity-goals .card__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.student-events .charity-goals .card__front,
.student-events .charity-goals .card__back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}

.student-events .charity-goals .card__back {
	background-color: #1e1e1e;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.student-events .charity-goals .card.effect__click.flipped .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.student-events .charity-goals .card.effect__click.flipped .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.student-events .charity-goals .card__back {
	height: 460px
}

.student-events .charity-goals .card-content {
	position: relative
}

.student-events .charity-goals .card-content .font-card-background-overlay {
	background-color: rgba(0, 0, 0, .55);
	height: 110%
}

.student-events .charity-goals .card-content .rotate-card {
	position: absolute;
	background: #ba1927;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	z-index: 100;
	right: -30px;
	bottom: -30px
}

.student-events .charity-goals .tile-content {
	position: relative;
	background: #fff;
	padding: 10px 0;
	margin-top: -10px;
	min-height: 180px
}

.student-events .charity-goals .tile-content .tile-content {
	position: relative
}

.student-events .charity-goals .tile-content .card-text {
	position: absolute;
	padding: 20px;
	top: 22%;
	left: 0;
	right: 0
}

.student-events .charity-goals .tile-content .card-text h2 {
	text-decoration: underline;
	text-shadow: 0 0 3px #4f4f4f, 0 0 24px #fff
}

.student-events .charity-goals .tile-content .card-text h4 {
	color: #fff
}

.student-events .charity-goals .container-background {
	overflow: hidden
}

.student-events .charity-goals .charity-goals-reverse {
	background-size: cover;
	height: 100%;
	position: relative;
	overflow: hidden
}

.student-events .charity-goals .charity-goals-reverse .rotate-card-reverse {
	position: absolute;
	background: #ba1927;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	z-index: 100;
	right: -30px;
	bottom: -30px
}

.student-events .charity-goals .charity-goals-reverse p a {
	padding: 5px 10px;
	color: #fff;
	font-size: .85em;
	display: inline-block
}

.student-events .charity-goals .charity-goals-reverse .background-color-overlay {
	height: 100%;
	padding: 30px 10px
}

.student-events .charity-goals .charity-goals-reverse .background-color-overlay h3 {
	text-shadow: 0 0 3px #4f4f4f, 0 0 24px #fff;
	color: #fff;
	margin-top: 0
}

.student-events .charity-goals .charity-goals-reverse .background-color-overlay h3:after {
	content: '';
	display: block;
	position: relative;
	bottom: 0;
	border-bottom: 1px solid #fff;
	width: 40%;
	margin: 0 auto
}

.student-events .charity-goals .charity-goals-reverse .background-color-overlay h6 {
	margin-top: 10px;
	color: #fff
}

.student-events .charity-goals .charity-goals-reverse .background-color-overlay p {
	text-transform: none;
	color: #fff;
	margin: 20px 0 10px
}

.student-events .charity-goals .charity-goals-reverse .background-color-overlay p a {
	display: inline-block
}

.student-events .charity-goals .charity-goals-reverse .background-color-overlay .tour-links a {
	color: #ba1927;
	border-bottom: 1px dashed #ba1927
}

.student-events .charity-goals .charity-goals-reverse .background-color-overlay .tour-links a::hover {
	color: #92131e;
	border-bottom: 1px dashed #92131e
}

@media only screen and (max-width:1100px) {
	.student-events .background-color-overlay p {
		font-size: 14px
	}
	.student-events .background-color-overlay h3 {
		font-size: 28px
	}
}

.student-homepage-intro {
	padding: 0;
	text-align: center
}

.student-homepage-intro figure:hover {
	opacity: 1;
	-webkit-animation: flash 5s;
	animation: flash 5s
}

@-webkit-keyframes flash {
	0% {
		opacity: .4
	}
	100% {
		opacity: 1
	}
}

@keyframes flash {
	0% {
		opacity: .4
	}
	100% {
		opacity: 1
	}
}

.student-homepage-intro .homepage-bg {
	background-size: cover !important;
	background-position: center !important;
	padding: 50px 0
}

.student-homepage-intro .homepage-bg h2,
.student-homepage-intro .homepage-bg h6 {
	color: #fff
}

.student-homepage-intro .homepage-bg h2:after {
	content: '';
	display: block;
	position: relative;
	bottom: 0;
	border-bottom: 1px solid #fff;
	width: 10%;
	margin: 0 auto
}

.student-homepage-intro .homepage-bg .homepage-tiles {
	margin: 40px 0
}

.student-homepage-intro .homepage-bg .homepage-tiles .location-tile {
	position: relative;
	height: 300px;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
	webkit-box-shadow: 10px 10px 34px -8px rgba(0, 0, 0, .75);
	-moz-box-shadow: 10px 10px 34px -8px rgba(0, 0, 0, .75);
	box-shadow: 10px 10px 34px -8px rgba(0, 0, 0, .75)
}

.student-homepage-intro .homepage-bg .homepage-tiles .inner-content {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0
}

.student-homepage-intro .homepage-bg .homepage-tiles .inner-content h3 {
	color: #fff;
	text-shadow: 1.5px 1.5px 1px #000 !important
}

.bookings-form {
	background: url(../img/bookings/home-bookings/booking-red.jpg) no-repeat;
	background-size: cover;
	border-radius: 4px;
	margin-top: 0 !important;
	color: #fff
}

.bookings-form section .bookings-form {
	padding: 20px 0 !important
}

.bookings-form .enquire-button {
	width: 100%;
	margin-top: 20px
}

.bookings-form .dmn-form h1 {
	font-family: 'Volte W01 Bold' !important;
	margin: 10px 0 !important;
	padding-bottom: 10px;
	font-size: 1em;
	width: 100%;
	color: #fff;
	font-size: 30px;
	margin-bottom: 32px !important
}

.bookings-form h3 {
	width: 100%;
	font-size: 2rem;
	line-height: 1;
	font-family: 'Volte W01 Regular';
	color: #fff;
	margin-bottom: 20px
}

.bookings-form input {
	border-radius: 4px;
	width: 97.7% !important
}

.bookings-form .dmn-venue-container,
.bookings-form .dmn-type-container,
.bookings-form .dmn-num-people-container,
.bookings-form .dmn-date-container,
.bookings-form .dmn-time-container {
	margin-bottom: 10px !important
}

.bookings-form .dmn-form label {
	text-transform: uppercase
}

.bookings-form .dmn-form {
	width: 92% !important;
	margin: 0 auto
}

section .booking-enquiry {
	padding: 20px 0 !important
}

.booking-enquiry {
	background: url(../img/bookings/home-bookings/booking-red.jpg) no-repeat;
	background-size: cover;
	border-radius: 4px
}

.booking-enquiry .dmn-form h1 {
	font-family: 'Volte W01 Bold' !important;
	margin: 10px 0 !important;
	padding-bottom: 10px;
	font-size: 1em;
	width: 100%;
	color: #fff;
	font-size: 30px;
	margin-bottom: 32px !important
}

.booking-enquiry input {
	border-radius: 4px;
	width: 97.7% !important
}

.booking-enquiry .dmn-venue-container,
.booking-enquiry .dmn-type-container,
.booking-enquiry .dmn-num-people-container,
.booking-enquiry .dmn-date-container,
.booking-enquiry .dmn-time-container {
	margin-bottom: 10px !important
}

.booking-enquiry .dmn-form label {
	text-transform: uppercase;
	color: #fff
}

.booking-enquiry .dmn-form {
	width: 92% !important;
	margin: 0 auto
}

.booking-enquiry .dmn-form .btn-primary {
	background-image: none;
	background-color: #ba1927 !important;
	color: #fff
}

.spots-package-expectations {
	padding: 0;
	color: #fff
}

.spots-package-expectations .sports-package-background {
	padding: 15px 15px 6px;
	text-align: center
}

.spots-package-expectations .sports-package-background h3 {
	color: #fff
}

.spots-package-expectations .sports-package-background h4 {
	color: #ba1927;
	text-align: center
}

.spots-package-expectations .sports-package-background ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.spots-package-expectations .sports-package-background ul li {
	padding: 6px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px
}

@media screen and (min-width:1100px) {
	.spots-package-expectations .sports-package-background {
		min-height: 690px
	}
	.spots-package-expectations .sports-package-background h3 {
		margin-top: 30px
	}
	.spots-package-expectations .sports-package-background h4 {
		padding-top: 9px;
		font-size: 43px
	}
	.spots-package-expectations .sports-package-background ul {
		padding: 10px
	}
	.spots-package-expectations .sports-package-background ul li {
		padding: 6px;
		font-weight: 500;
		font-size: 18px
	}
}

@media screen and (max-width:900px) {
	.spots-package-expectations .sports-package-background h3 {
		font-size: 26px
	}
	.spots-package-expectations .sports-package-background ul li {
		padding: 2px
	}
}

.promo-box {
	text-align: center;
	background: url(../img/bookings/hen-bespoke-package.jpg) no-repeat;
	background-size: cover
}

.promo-box h2 {
	text-transform: none
}

.promo-box .background-overlay {
	background: rgba(255, 255, 255, .5)
}

.package-expect {
	text-align: center;
	width: 100%;
	margin-bottom: 20px
}

.package-expect .package-background {
	background: url(../img/bookings/spark-bg.jpg) no-repeat;
	padding: 15px 15px 6px
}

.package-expect .background-white-overlay {
	background: rgba(255, 255, 255, .5)
}

.package-expect h3 {
	padding: 20px 0 0
}

.package-expect h4 {
	color: #ba1927
}

.package-expect ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.package-expect ul li {
	padding: 4px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px
}

.package-expect p {
	padding-bottom: 20px;
	margin: 10px
}

.venue-lister {
	overflow: hidden
}

.venue-lister .card {
	position: relative;
	float: left;
	padding-bottom: 25%;
	width: 100%;
	min-height: 350px;
	text-align: center
}

.venue-lister .card-image {
	overflow: hidden
}

.venue-lister .card:nth-child(1) {
	margin-left: -3px;
	margin-right: 1px
}

.venue-lister .card:nth-child(2),
.venue-lister .card:nth-child(3) {
	margin-right: 1px
}

.venue-lister .card__front,
.venue-lister .card__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.venue-lister .card__front,
.venue-lister .card__back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}

.venue-lister .card__back {
	background-color: #1e1e1e;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.venue-lister .card__text {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 20px;
	color: #fff;
	font-family: "Roboto Slab", serif;
	line-height: 20px
}

.venue-lister .card.effect__hover:hover .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.venue-lister .card.effect__hover:hover .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.venue-lister .card.effect__click.flipped .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.venue-lister .card.effect__click.flipped .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.venue-lister .card.effect__random.flipped .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.venue-lister .card.effect__random.flipped .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.venue-lister .card__back {
	height: 418px
}

.venue-lister .card-content {
	position: relative
}

.venue-lister .card-content .rotate-card {
	position: absolute;
	background: #ba1927;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	z-index: 100;
	right: -30px;
	bottom: -30px
}

.venue-lister .tile-content {
	position: relative;
	background: #fff;
	padding: 10px 0;
	margin-top: -10px;
	min-height: 180px
}

.venue-lister .tile-content h4 {
	font-size: 20px;
	color: #313c4a !important;
	font-family: 'Volte W01 Regular';
	font-weight: 700;
	font-size: 24px
}

.venue-lister .tile-content h4 span {
	color: #ba1927
}

.venue-lister .tile-content .btn-red {
	background-color: #ba1927;
	color: #fff;
	border: none !important
}

.venue-lister .tile-content .btn {
	padding: 10px 20px;
	margin: 20px;
	font-size: .85em;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase
}

.venue-lister .box,
.venue-lister .box2 {
	width: 55%;
	height: 17px;
	background: #fff;
	position: absolute;
	top: -16px
}

.venue-lister .container-background {
	overflow: hidden
}

.venue-lister .venue-lister-reverse {
	background: url(../img/bookings/venue/camden-flip3.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	overflow: hidden
}

.venue-lister .venue-lister-reverse .rotate-card-reverse {
	position: absolute;
	background: #ba1927;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	z-index: 100;
	right: -30px;
	bottom: -30px
}

.venue-lister .venue-lister-reverse .background-color-overlay {
	background: rgba(0, 18, 40, .87);
	height: 100%
}

.venue-lister .venue-lister-reverse .background-color-overlay h2 {
	color: #fff;
	font-size: 24px;
	margin: 20px 0 10px !important
}

.venue-lister .venue-lister-reverse .background-color-overlay p {
	color: #fff;
	font-size: 9px;
	margin: 0 0 10px
}

.venue-lister .venue-lister-reverse .background-color-overlay ul {
	color: #fff;
	margin: 0 0 10px;
	text-align: left
}

.venue-lister .venue-lister-reverse .background-color-overlay ul li {
	padding: 2px
}

.venue-lister .venue-lister-reverse .background-color-overlay .btn-red {
	background-color: #ba1927;
	color: #fff;
	border: none !important;
	margin-bottom: 10px
}

.venue-lister .venue-lister-reverse .background-color-overlay .btn {
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase
}

.venue-lister .venue-lister-reverse .background-color-overlay .visit-link a {
	color: #ba1927;
	font-size: 16px;
	text-decoration: underline;
	font-weight: 600;
	margin-bottom: 24px;
	margin: 10px
}

.venue-lister .venue-lister-reverse .background-color-overlay .visit-link a:hover {
	color: #fff
}

@media screen and (min-width:1000px) {
	.venue-lister .venue-lister-reverse h2 {
		font-size: 32px !important;
		margin: 15px !important
	}
	.venue-lister .venue-lister-reverse ul {
		margin: 15px !important
	}
	.venue-lister .venue-lister-reverse ul li {
		padding: 4px !important
	}
	.venue-lister .venue-lister-reverse .btn {
		margin-top: 20px
	}
}

#upcoming-events-outer {
	min-height: 505px;
	position: relative;
	height: 480px;
	background-size: cover;
	border-radius: 4px;
	margin-bottom: 20px;
	width: 100%
}

#upcoming-events-outer #upcoming-events-lister-heading {
	background: #1d1d1b;
	margin-top: 0;
	text-align: center;
	border-radius: 4px;
	position: absolute;
	top: 0;
	width: 100%
}

#upcoming-events-outer .slider-frame-wrapper .date {
	background: rgba(0, 0, 0, .7);
	margin-bottom: 5px;
	border-radius: 4px;
	color: #fff
}

#upcoming-events-outer .card-inner {
	height: 550px;
	width: 100%;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	background-image: url(../img/sports-bg.jpg)
}

#upcoming-events-outer .slider-frame-wrapper {
	height: 365px
}

#upcoming-events-outer .l-box {
	padding: 0
}

#upcoming-events-outer .calendar {
	position: absolute;
	top: 14%
}

@media screen and (min-width:330px) {
	#upcoming-events-outer .calendar {
		top: 10%
	}
	#upcoming-events-outer .slider-frame-wrapper {
		height: 380px
	}
}

.promo-box {
	color: #fff
}

.promo-box ul {
	list-style-type: none
}

#language-desktop-select {
	margin: 30px 0 10px 15px
}

.fixed #language-desktop-select {
	margin: 20px 0 10px 15px
}

#desktop-lang-wrapper {
	position: absolute;
	background-color: #000
}

.fixed #desktop-lang-wrapper {
	position: absolute;
	background-color: #1d1d1b
}

.lang-menu-wrapper>.lang--select ul li {
	display: block;
	float: none;
	color: #fff
}

.lang-menu-wrapper>.lang--select ul li:hover {
	display: block;
	float: none;
	color: #ba1927
}

.lang-menu-wrapper>.lang--select ul li input {
	display: none
}

@media screen and (max-width:48em) {
	#language-desktop-select {
		margin: 15px 10px
	}
	#desktop-lang-wrapper {
		right: 0
	}
	#desktop-lang-wrapper .lang--select li {
		padding-top: 10px;
		padding-bottom: 5px
	}
}

.archived-page {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 20px 10px
}

.archived-page .archive-content {
	text-align: center;
	background: rgba(16, 19, 60, .95);
	max-width: 1200px;
	margin: auto;
	padding: 20px;
	min-height: 500px
}

.archived-page .archive-content h1,
.archived-page .archive-content h3,
.archived-page .archive-content h6,
.archived-page .archive-content ul {
	color: #fff
}

.archived-page .archive-content h1:after {
	border-bottom: 1px dashed #fff
}

.archived-page .archive-content h3 {
	max-width: 780px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px
}

.archived-page .archive-content ul {
	padding: 0;
	margin: 20px 0
}

.archived-page .archive-content ul li {
	margin: 5px;
	display: inline-block;
	font-family: 'Volte W01 Semibold';
	text-transform: uppercase
}

.archived-page .archive-content ul li a {
	font-size: 12px
}

.archived-page .archive-content .btn {
	padding: 10px !important
}

@media only screen and (min-width:600px) {
	.archived-page {
		padding: 60px
	}
	.archived-page ul li a {
		font-size: 14px !important
	}
}

.six-nations-introduction {
	background-size: cover !important;
	background-position: center !important;
	padding: 0 0 30px
}

.six-nations-introduction .content-container {
	padding: 0
}

.six-nations-introduction .content-container h3 {
	padding-top: 30px
}

.six-nations-introduction .content-container h3,
.six-nations-introduction .content-container h4 {
	text-align: center
}

.six-nations-introduction .content-container h3,
.six-nations-introduction .content-container p {
	color: #fff
}

.six-nations-introduction .content-container h4 {
	color: #eeab02;
	margin-top: 10px
}

.six-nations-introduction .content-container .intro-text {
	margin-top: 40px
}

.six-nations-introduction .content-container .intro-text .blue-book-button {
	margin-top: 10px;
	background-color: #008cba;
	padding: 10px 20px;
	font-size: .85em;
	font-weight: 700;
	display: inline-block;
	border: none;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none !important
}

.six-nations-introduction .content-container .intro-text .blue-book-button:hover {
	background-color: #04698a
}

.six-nations-introduction .content-container p {
	line-height: 2;
	text-shadow: 1px 2px 2px #000
}

.six-nations-introduction .content-container .rugby-ball-img {
	margin: 10px;
	text-align: center
}

.six-nations-introduction .content-container .rugby-ball-img img {
	max-width: 450px;
	margin: auto
}

.six-nations-introduction .content-container #navbar {
	overflow: hidden;
	background-color: rgba(250, 250, 250, .3);
	z-index: 999999
}

.six-nations-introduction .content-container .nav-bar-content {
	max-width: 410px;
	margin: auto
}

.six-nations-introduction .content-container #navbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	font-family: 'Volte W01 Medium';
	border: none
}

.six-nations-introduction .content-container #navbar a:hover {
	color: #eeab02
}

.six-nations-introduction .content-container .content {
	padding: 16px
}

.six-nations-introduction .content-container .sticky {
	position: fixed;
	top: 64px;
	width: 100%
}

.six-nations-introduction .content-container .sticky+.content {
	padding-top: 100px
}

.six-nations-introduction .introduction-content {
	max-width: 1000px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	background-repeat: no-repeat !important;
	background-position-x: right !important;
	background-position-y: bottom !important
}

@media only screen and (max-width:600px) {
	.six-nations-introduction #navbar {
		display: none
	}
}

.six-nations-packages {
	background: #131221;
	max-height: 800px;
	overflow: scroll
}

.six-nations-packages .content-container {
	max-width: 1200px;
	margin: auto;
	padding: 10px
}

.six-nations-packages .content-container .content-container-countdown {
	position: relative;
	height: 150px
}

.six-nations-packages .content-container .countdown-container {
	max-width: 500px;
	margin: 30px auto 0px;
	display: grid;
	text-align: center;
	grid-template-columns: 1fr 1fr 1fr 1fr
}

.six-nations-packages .content-container .countdown-container .days,
.six-nations-packages .content-container .countdown-container .hours,
.six-nations-packages .content-container .countdown-container .minutes,
.six-nations-packages .content-container .countdown-container .seconds {
	position: relative;
	background: #0d0c17;
	font: 12px 'Volte W01 Medium';
	color: #fff;
	border-radius: 4px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(top, #0d0c17, #0f181f);
	background-image: -moz-linear-gradient(top, #0d0c17, #0f181f);
	background-image: -ms-linear-gradient(top, #0d0c17, #0f181f);
	background-image: -o-linear-gradient(top, #0d0c17, #0f181f);
	border-top: 1px solid #0a0a12;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .7);
	margin: 10px
}

.six-nations-packages .content-container .countdown-container .days:after,
.six-nations-packages .content-container .countdown-container .hours:after,
.six-nations-packages .content-container .countdown-container .minutes:after,
.six-nations-packages .content-container .countdown-container .seconds:after {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(62, 62, 62, .3);
	border-top: 1px solid #0a0a12;
	display: block;
	position: absolute;
	top: 25%;
	left: 0
}

.six-nations-packages .content-container .countdown-container .label {
	margin: 10px 0
}

.six-nations-packages .content-container .number {
	font-size: 40px
}

.six-nations-packages .booking-widget-container img {
	max-width: 100%
}

.six-nations-packages .package-tabs-container {
	max-width: 800px;
	margin: auto
}

.six-nations-packages .container--tabs .nav-tabs {
	float: left;
	width: 100%;
	margin: 10px 0;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px 0
}

.six-nations-packages .container--tabs .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	text-transform: uppercase;
	font-family: 'Volte W01 Medium'
}

.six-nations-packages .container--tabs .nav-tabs>li>a {
	float: left;
	margin-right: 2px;
	line-height: 1.4;
	padding: 10px;
	color: #edab01;
	border: none
}

.six-nations-packages .container--tabs .nav-tabs>li.active>a,
.six-nations-packages .container--tabs .nav-tabs>li.active>a:hover,
.six-nations-packages .container--tabs .nav-tabs>li.active>a:focus {
	color: #af7f05;
	cursor: default;
	border-bottom-color: transparent
}

.six-nations-packages .container--tabs .tab-content {
	float: left;
	width: 100%
}

.six-nations-packages .container--tabs .tab-content h5,
.six-nations-packages .container--tabs .tab-content h6 {
	color: #eeab02
}

.six-nations-packages .container--tabs .tab-content h5 {
	margin-top: 20px;
	margin-bottom: 10px
}

.six-nations-packages .container--tabs .tab-content p {
	color: #edab01;
	margin: 0
}

.six-nations-packages .container--tabs .tab-content p em {
	font-size: 13px
}

.six-nations-packages .container--tabs .tab-content ul {
	margin-top: 10px
}

.six-nations-packages .container--tabs .tab-content ul li {
	color: #008cba;
	line-height: 2
}

.six-nations-packages .container--tabs .tab-content hr {
	border: none;
	border-top: .5px solid #edab01
}

.six-nations-packages .container--tabs .tab-content>.tab-pane {
	display: none
}

.six-nations-packages .container--tabs .tab-content>.tab-pane.active {
	display: block;
	padding: 2.5% 3.5%
}

.six-nations-packages .container--tabs .tab-content>.active {
	display: block
}

.six-nations-packages h3 {
	text-align: center;
	color: #eeab02
}

.six-nation-reviews {
	background-position: center !important;
	background-size: cover !important;
	padding: 0;
	height: 300px
}

.six-nation-reviews .background-overlay {
	background: #edab01;
	padding: 20px 10px;
	height: 100%
}

.six-nation-reviews .background-overlay h4 {
	text-align: center;
	color: #131221;
	margin: 20px 0
}

.six-nation-reviews .background-overlay .review-content {
	max-width: 700px;
	margin: auto
}

.six-nation-reviews .background-overlay .review-content p {
	color: #131221;
	font-style: italic;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.9;
	margin: 10px 0
}

.six-nation-reviews .background-overlay .review-content p span {
	font-size: 24px;
	padding-right: 10px;
	padding-left: 10px
}

.six-nation-reviews .background-overlay .review-content .review-subtitle {
	color: #fff;
	font-weight: lighter;
	font-size: 14px
}

@media only screen and (max-width:600px) {
	.six-nation-reviews .background-overlay .review-content {
		padding-top: 0
	}
	.six-nation-reviews .background-overlay .review-content p {
		margin-top: 5px;
		font-size: 14px
	}
	.six-nation-reviews .background-overlay .review-content p span {
		font-size: 18px
	}
}

.six-nations-vip {
	background-position: center !important;
	background-size: cover !important
}

.six-nations-vip .content-container {
	max-width: 1200px;
	margin: auto
}

.six-nations-vip .content-container h3,
.six-nations-vip .content-container h4 {
	text-align: center
}

.six-nations-vip .content-container h3,
.six-nations-vip .content-container p {
	color: #fff
}

.six-nations-vip .content-container h4,
.six-nations-vip .content-container h6 {
	color: #eeab02
}

.six-nations-vip .content-container h4 {
	margin-bottom: 20px
}

.six-nations-vip .content-container h6 {
	margin-top: 30px
}

.six-nations-vip .content-container p {
	line-height: 2
}

.six-nations-vip .content-container .dug-out-img {
	padding: 20px;
	margin-top: 10px
}

.six-nations-vip .content-container .dug-out-img img {
	max-width: 100%
}

.six-nations-vip .content-container .vip-content .blue-book-button {
	margin-top: 10px;
	background-color: #008cba;
	padding: 10px 20px;
	font-size: .85em;
	font-weight: 700;
	display: inline-block;
	border: none;
	color: #fff;
	text-transform: uppercase
}

.six-nations-vip .content-container .vip-content .blue-book-button:hover {
	background-color: #04698a
}

.six-nations-fixtures {
	background: #131221;
	padding-bottom: 0
}

.six-nations-fixtures .rugby-ball-bg {
	background-repeat: no-repeat !important;
	background-position-x: left !important;
	background-position-y: bottom !important
}

.six-nations-fixtures .fixtures-conent-container {
	max-width: 1200px;
	margin: auto
}

.six-nations-fixtures .fixtures-conent-container h3,
.six-nations-fixtures .fixtures-conent-container h4 {
	text-align: center;
	color: #fff
}

.six-nations-fixtures .fixtures-conent-container h4,
.six-nations-fixtures .fixtures-conent-container h6 {
	color: #eeab02
}

.six-nations-fixtures .fixtures-conent-container h4 {
	margin: 20px 0 30px
}

.six-nations-fixtures .fixtures-conent-container .table-content-container {
	margin: 10px
}

.six-nations-fixtures .fixtures-conent-container .teams-bg {
	background: #eeab02;
	color: #131221
}

.six-nations-fixtures .fixtures-conent-container .teams-bg-light {
	background: rgba(250, 250, 250, .3);
	color: #fff;
	text-shadow: 0px 2px 10px #000
}

.six-nations-fixtures .fixtures-conent-container .teams {
	margin: 10px 0 0;
	padding: 10px;
	font-family: 'Volte W01 Medium';
	text-transform: uppercase !important;
	font-size: 14px;
	color: #131221;
	background: #eeab02
}

.six-nations-fixtures .fixtures-conent-container .group-title {
	font-family: 'Volte W01 Medium';
	text-align: left;
	color: #eeab02;
	font-size: 1.125rem;
	text-transform: uppercase;
	padding-left: 5px
}

.six-nations-fixtures .fixtures-conent-container .knockout-container {
	margin: 10px
}

.six-nations-fixtures .fixtures-conent-container table {
	margin: 0 auto;
	width: 100%
}

.six-nations-fixtures .fixtures-conent-container table td {
	font-size: 14px;
	padding: 15px 5px !important;
	border: none !important
}

.six-nations-fixtures .fixtures-conent-container .knockout-content-container {
	padding: 40px 0 60px
}

.rugby-hero {
	height: 500px;
	overflow: hidden;
	padding-top: 0
}

.rugby-hero #video_box {
	position: relative;
	height: 500px;
	width: 100%
}

.rugby-hero .hero-content {
	position: absolute;
	top: 10%;
	width: 100%;
	z-index: 99999
}

.rugby-hero .hero-content .title {
	max-width: 1100px;
	margin: auto
}

.rugby-hero .hero-content h1,
.rugby-hero .hero-content h2 {
	color: #fff;
	text-align: center;
	text-shadow: 2px 5px 10px rgba(0, 0, 0, .5)
}

.rugby-hero .hero-content h1 {
	font-size: 5rem;
	margin-top: 0 !important
}

.rugby-hero .hero-content h2 {
	font-size: 3.75rem;
	margin-bottom: 0 !important
}

.rugby-hero .hero-content h1:after {
	content: none
}

.rugby-hero .hero-content h2:after {
	border-bottom: 5px solid #fff;
	padding-top: 10px
}

.rugby-hero .hero-content p {
	text-align: center
}

.rugby-hero .hero-content .blue-book-button {
	margin-top: 10px;
	background-color: #008cba;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	border: none;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none !important;
	box-shadow: 2px 5px 10px rgba(0, 0, 0, .5)
}

.rugby-hero #video_overlays {
	position: absolute;
	float: left;
	width: 100%;
	height: 600px;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	padding-bottom: 40px
}

@media only screen and (max-width:600px) {
	.rugby-hero,
	.rugby-hero #video_box {
		height: 450px
	}
	.rugby-hero .hero-content {
		top: 10%
	}
	.rugby-hero .hero-content h1 {
		font-size: 3rem
	}
	.rugby-hero .hero-content h2 {
		font-size: 2.25rem
	}
	.rugby-hero .hero-content p {
		margin: 20px 0
	}
}

.sport_menu a
{color: #960200 !important;
}