@font-face {
    font-family:'Lato Medium';
    src: url('/fonts/Lato Medium.eot');
	src: url('/fonts/Lato Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Lato Medium.woff2') format('woff2'),
		url('/fonts/Lato Medium.woff') format('woff'),
		url('/fonts/Lato Medium.svg#Lato Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}
@font-face {
    font-family:'Changa One';
    src: url('/fonts/Changa One.eot');
	src: url('/fonts/Changa One.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Changa One.woff2') format('woff2'),
		url('/fonts/Changa One.woff') format('woff'),
		url('/fonts/Changa One.svg#Changa One') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}
@font-face {
    font-family:'Changa One';
    src: url('/fonts/Changa One Italic.eot');
	src: url('/fonts/Changa One Italic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Changa One Italic.woff2') format('woff2'),
		url('/fonts/Changa One Italic.woff') format('woff'),
		url('/fonts/Changa One Italic.svg#Changa One Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

/* CSS Document */

body{
	padding: 0;
	margin: 0;
	background-color: #E9E7D1;
}
body.landing-page{
	background-color: #ffffc0;
}
.headerouter{
	height:119px;
	font-family:'Lato Medium';
	background-color:#efefef;
}
.headerinner{
	width:90%;
	margin:0 auto 0;
	padding:10px 0;
}
.headerinner div{
	display:inline-block;
}
.logo{
	width:188px;
	vertical-align:top;
}
.nav{
	margin-top:20px;
	margin-left:0px;
}
.nav li:nth-child(1) a{

}
.nav li:nth-child(2) a{
}
.nav li:nth-child(3) a{
}
.nav li:nth-child(4) a{
}
.nav li a{
	border-right: 1px solid #C4C4C4;
}
.nav li:last-of-type a{
	border:none;
}
.telephone{
	float:right;
	font-size:20px;
	text-align:right;
	color:#696968;
	width:250px;
	margin-top:-10px;
	overflow:hidden;
	height:120px;
}
.numbers{
	z-index:1;
	position:relative;
	margin-bottom:5px;
}
.numbers a{
	color:inherit;
}
.telephone img{
	margin-bottom:-10px;
	margin-right:10px;
}
.socialmediaouter{
  width:250px;
	right:0;
	margin-right:10px;
	margin-bottom:-30px;
	z-index:20;
	position:relative;
}
.socialmedia {
  margin-top: -20px;
  height: 87px;
}
.twitter{
	float:right;
	margin-top:40px;
	transition:all ease-in-out 0.2s;
	-webkit-transform:rotate(15deg);
	transform:rotate(15deg);
  margin-right:10px;
}
.twitter:hover{
	margin-top:18px;
	transition:all ease-in-out 0.2s;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.facebook{
	float:right;
	margin-top:40px;
	transition:all ease-in-out 0.2s;
	-webkit-transform:rotate(15deg);
	transform:rotate(15deg);
  margin-right:10px;
}
.facebook:hover{
	margin-top:18px;
	transition:all ease-in-out 0.2s;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.instagram{
	float:right;
	margin-top:40px;
	transition:all ease-in-out 0.2s;
	-webkit-transform:rotate(15deg);
	transform:rotate(15deg);
  margin-right:10px;
}
.instagram:hover{
	margin-top:18px;
	transition:all ease-in-out 0.2s;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}



/*Gallery CSS */


.gallery{
	display:inline-block;
	overflow:hidden;
	height:726px;
}
.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	max-height:650px;
	font-family:Libre Baskerville,Georgia,serif;
}
.slide .slidebg img{
	width:100%;
	height:auto;
	position:absolute;
}
.slide .slide_overlay{
}
.slide .slide_text {
	text-align: center;
	position: absolute;
	max-width: 34%;
	top: 30%;
	left: 10%;
	color: #ffffff;
	z-index:10;
}
.slide_text div{
	text-transform:uppercase;
	
}
.slide .slide_text h1{
	font-size:75px;
	text-transform:uppercase;
}
.slide .slide_text p{
	font-size:32px;
	line-height:1em;
}
.slide_text .line1{
	font-size:20px;
	font-style:italic;
	text-transform:lowercase;
}
.slide_text span:before, .slide_text span:after{
	content: "";
  display: inline-block;
  width: 19%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid;
}
.slide_text span:after{
	margin: 0 -55% 0 .5em;
}
.slide_text .line2{
	font-size:64px;
}
.slide_text .line3{
	font-size:78px;
	margin:-10px 0 -5px;
}
.slide_text .line4{
	font-size:49px;
	color:#fbca57;
	margin-bottom:10px;
}
.slide_text .line2a{
	font-size: 61px;
}
.slide_text .line3a{
	font-size:49px;
	margin:-10px 0 0px;
}
.slide_text .line4a{
	font-size:29px;
	color:#fbca57;
	margin-bottom:10px;
}
.slide_text .line2b{
	font-size: 57px;
}
.slide_text .line3b{
	font-size:57px;
	margin:0px 0 5px;
}
.slide_text .line4b{
	font-size:40px;
	color:#fbca57;
	margin-bottom:10px;
}
.slide_text .line2c{
	font-size: 48px;
}
.slide_text .line3c{
	font-size:57px;
	margin:0px 0 5px;
}
.slide_text .line4c{
	font-size:35px;
	color:#fbca57;
	margin-bottom:10px;
}
/* 3 blocks css */
.threeblocksouter{
	margin: 50px 50px 20px;
	display:flex;
}
.threeblocksouter>div{
	flex: 1;
	margin-right:30px;
	min-height:130px;
	font-family:Libre Baskerville,Georgia,serif;
	font-weight:normal;
	color:#fff;
	text-align:center;
	padding:190px 20px 30px;
}
.threeblocksouter>div:last-of-type{
	margin-right:0;
}
.threeblocksouter>div:nth-child(1){
	background: url(/content/uploaded/box1.jpg) no-repeat center;
	background-size:cover;
}
.threeblocksouter>div:nth-child(2){
	background:url(/content/uploaded/box2.jpg) no-repeat center;
	background-size:cover;
}
.threeblocksouter>div:nth-child(3){
	background:url(/content/uploaded/box3.jpg) no-repeat center;
	background-size:cover;
}
.threeblocksouter>div>h2{
	font-size:54px;
	margin:0;
	text-shadow: 1px 1px 2px rgba(0,0,0, 1);
	font-weight:normal;
	
}
.threeblocksouter>div>h3{
	font-family:'Lato Medium';
	font-weight:normal;
	font-size:23px;
	margin:0;
	text-shadow: 1px 1px 2px rgba(0,0,0, 1);
}

/* Content */

.content{
	text-align:center;
	width:50%;
	margin: 40px auto;
	color:#555;
}
.content h1{
	font-family:Libre Baskerville,Georgia,serif;
	font-size:56px;
	margin:20px;
	font-weight:normal;
}
.content h2{
	font-family:Libre Baskerville,Georgia,serif;
	font-size:36px;
	margin:20px;
}
.content em{
	font-weight:bold;
	
}
.content strong{
	color: #646653;
	font-size: 24px;
}
.content p{
	font-family:'Lato Medium';
	font-size:22px;
}
.openingtimes{
	background: url(/content/uploaded/openingtimesbg.jpg) no-repeat center;
	background-size:cover;
	min-height:400px;
	text-align:center;
	color:#fff;
}
.openingtimesrichmond{
	background: url(/content/uploaded/openingtimesbg-richmond.jpg) no-repeat center;
	background-size:cover;
}
.openingtimes h2{
	padding-top:80px;
	font-family:Libre Baskerville,Georgia,serif;
	font-size:66px;
	font-weight:normal;
	margin:0 0 35px;
}
.openingtimes hr{
	height:1px;
	background-color: #fbca57;
	border:none;
	outline:none;
	width:300px;
}
.openingtimes p{
	line-height:2em;
	font-family:'Lato Medium';
	font-size:25px;
}

/* 4 boxes */
.fourboxesouter{
	padding:80px 0;
	background-color: #E9E7D1;
	margin-top:-25px;
}
.fourboxes{
	margin: 0px auto;
	display:flex;
	width:70%;
	color:#656564;
}
.fourboxes>div{
	flex: 1;
	margin-right:70px;
	min-height:130px;
	font-family:'Lato Medium';
	font-style:normal;
	font-weight:normal;
	text-align:center;
}
.fourboxes>div:last-of-type{
	margin-right:0;
}
.fourboxes hr{
	height:4px;
	background-color: #fbca57;
	border:none;
	outline:none;
	width:70px;
}
.fourboxes p{
	line-height:1.6em;
}
.bottomgallery img{
	width:25%;
	height:auto;
}
.googlemap{
}
.googlemap iframe{
	width:100%;
	min-height:300px;
}
.footerouter{
	background-color:#221f1d;
	color:#dbdbdb;
	font-family:Libre Baskerville,Georgia,serif;
}
.footer{
	width:80%;
	margin:0px auto;
	display:flex;
	padding:30px 0;
	font-size:23px;
}
.footer p{
	margin-top:0;
}
.footer>div{
	flex:1;
}
.footer>div:nth-child(1){
	text-align:left;
}
.footer>div:nth-child(2){
	text-align:right;
}
.footer>div:nth-child(3){
	text-align:right;
}
.inputsingle, .inputmulti, .submit{
	width:200px;
	padding:5px 10px;
	margin-bottom:5px;
	box-sizing:content-box;
	font-family: 'Lato Medium';
	border:1px solid #8A8A8A;
	border-radius:5px;
}
.inputmulti{
	height:80px;
	margin-bottom:0px;
}
.submit{
	background-color:#a6a988;
	color:#fff;
	text-transform:uppercase;
}
.menu em{ text-transform: capitalize; }

.menubg{
	background: url(/images/menu_web_backgound.jpg) fixed;
	background-size:cover;
}
.menubg .content{
	margin-top:0;
	padding-top:40px;
}

/* Homepage fanciness */

.landing-page-section__text-container {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.landing-page-section__text {
    position: absolute;
    height: 100%;
    width: 33.33333%;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.landing-page__text{
	font-family:'Lato Medium';
	font-size:20px;
}
.landing-page-section__text-left {
    width: 60%;
		margin:0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
		text-align:center;
}
@media (max-width: 500px) {
.landing-page-section__text-left {
	width:95%;
}
}
@media (min-width: 1024px) AND (max-width:1350px) {
.landing-page-section__text-left {
	width:95%;
}
}


.landing-page__title {
    font-size: 4rem;
    font-family: Libre Baskerville,Georgia,serif;
    line-height: 1.1;
    margin-bottom: 25px;
    width: 100%;
}
.landing-page-section__locations {
    background: #fff;
    position: absolute;
    z-index: 2;
    height: 100%;
    right: 0;
    width: 66.66667%;
    opacity: 1
}
.notice{
	background-color:#DD4042;
	color:#fff;
	text-align:center;
	padding:10px;
	font-family: 'Lato Medium';
}
.fancybox-content{
	border-radius:10px;
}
@media (min-width: 1024px) {
    .landing-page-section__locations {
        -webkit-transition:width .6s ease,opacity 2s ease;
        -o-transition: width .6s ease,opacity 2s ease;
        transition: width .6s ease,opacity 2s ease
    }
}

.landing-page-section__locations.loc-selected {
    display: none
}

@media (min-width: 1024px) {
    .landing-page-section__locations.loc-selected {
        display:block;
        width: 100%
    }
}

.landing-page-section__locations.disappear {
    opacity: 0;
    pointer-events: none
}

.landing-page-section__locations.shrink {
    width: 33.33333%
}

@media (max-width: 1024px) {
    .landing-page-section__locations {
        margin:25px 0 0;
        width: 100%!important;
        height: auto;
        position: relative
    }
}

.header-fixed .landing-page-section__text-container {
    padding-top: 0
}

.landing-location-preview {
    width: 50%;
    position: absolute;
    height: 100%;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
		
}

@media (max-width: 1024px) {
    .landing-location-preview {
        width:100%;
        position: relative;
        height: 250px
    }
}

.landing-location-preview:nth-child(2) {
    right: 0
}

.landing-location-preview:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),color-stop(rgba(0,0,0,.13)),color-stop(rgba(0,0,0,.16)),to(rgba(0,0,0,.2)));
    background: -o-linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.13),rgba(0,0,0,.16),rgba(0,0,0,.2));
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.13),rgba(0,0,0,.16),rgba(0,0,0,.2));
    pointer-events: none
}

.landing-location-preview__link {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden
}

.landing-location-preview__image {
    position: absolute;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    width: auto;
    max-width: none;
    min-width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: min-width .6s ease,max-height .6s ease;
    -o-transition: min-width .6s ease,max-height .6s ease;
    transition: min-width .6s ease,max-height .6s ease
}

@media (max-width: 1024px) {
    .landing-location-preview__image {
        width:100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
				
        font-family: "object-fit: cover; object-position: center"
    }
}

.landing-location-preview__name {
    position: absolute;
    z-index: 2;
    left: 45px;
    bottom: 40px;
    color: #fff;
    font-size: 4rem;
    font-family: Libre Baskerville,Georgia,serif;
		font-weight:normal;
}

@media (max-width: 1024px) {
    .landing-location-preview__name {
        font-size:3rem;
        line-height: 3;
        text-align: center;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.landing-location-preview.hovered {
    width: 66.66667%
}

@media (max-width: 1024px) {
    .landing-location-preview.hovered {
        width:100%
    }
}

.landing-location-preview.non-hovered {
    width: 33.33333%
}

@media (max-width: 1024px) {
    .landing-location-preview.non-hovered {
        width:100%
    }
}

.landing-location-preview.selected {
    width: 100%;
    z-index: 3
}

.landing-location-preview.selected .landing-location-preview__link {
    pointer-events: none;
    cursor: default
}

.landing-location-preview.selected .landing-location-preview__image {
    max-height: 1440px;
    min-width: 100%
}










@media only screen and (max-width : 1480px)   {
	.headerouter{
	}
	.telephone{
		width:22%;
		font-size:18px;
	}
	ul#css3menu1 a {
		font-size:16px;
		padding:9px 18px;
	}
	.headerinner{
		width:98%;
	}
}
@media only screen and (max-width : 1320px)   {
	.headerouter{
	}
	.content{
	width:80%;
	}
	.threeblocksouter>div {
		min-height:50px;
		padding-top:80px;
	}
	.threeblocksouter>div>h2 {
		font-size:34px;
	}
	.fourboxes, .footer{
		width:90%;
	}
	.telephone{
		width:200px;
		font-size:16px;
	}
	
	
}
@media only screen and (max-width : 1320px)   {
	
}
/* @media only screen and (max-width : 1090px)   { */
@media only screen and (max-width : 1024px)   {
	.headerouter>div, .logo{
		display:block;
		text-align:center;
	}
	.logo{
		margin: 0 auto;
	}
	.headerouter{
		
		z-index: 10000;
		position:relative;
	}
	.bx-wrapper{
		background:inherit !important;
	}
	.telephone, .socialmediaouter{
		float:none;
		margin-bottom:20px;
		display:inline-block;
		text-align:center;
		width:100%;
	}
	.telephone{
		margin-bottom:70px;
	}
	.socialmediaouter{
		position:absolute;
		margin:41px auto 0;
	}
	.socialmedia{
		float:none;
		margin:0 auto;
	}
	.headerouter, .footer{
		height:inherit;
	}
	.slide .slide_text{
		top:inherit;
		left:inherit;
		max-width:95%;
		width:inherit;
		background-color:rgba(9,51,101,0.47);
		padding:20px;
		margin:20px auto;
	}
	.threeblocksouter, .fourboxes, .footer{
		display:block;
	}
	.threeblocksouter>div, .fourboxes>div, .footer>div{
		flex:0;
		margin-right:0;
		margin-bottom:20px;
	}
	.bottomgallery img{
		width:100%;
	}
	.footer>div:nth-child(1), .footer>div:nth-child(3) {
		text-align:center;
	}
	.content h1{
		font-size:50px;
	}
	.landing-page-section__text {
		position:relative;
		text-align:center;
		width:100%;
	}
}

.landing-location-preview__postcode {
	display:block;
	font-size:22pt;
}
