/*COLOUR SHORTCODES
btn up #b5985a
btn over #ef8027

BLUE: 015ba9
ORANGE: f68121

PINK: #b10860
PURPLE: #6B254A;
*/

body {
	height: 100%;
	background: #fff;
	background-size: cover;
	color: #484848;
}

h1 {
	font-size: 17px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #515151;
	letter-spacing: -1px;
	margin-bottom: 15px;
	margin-top: 29px;
}

h2 {
	font-family: arial;
	font-size: 18px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #515151;
}

h3 {
	font-family: arial;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #515151;
}

h5 {
	font-family: arial;
	font-size: 16px;
	line-height: 20px;
	margin-top: 3px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	letter-spacing: -1px;
	color: #515151 !important;
}

h6 {
	font-family: arial;
	font-size: 19px;
	line-height: 16px;
	margin-top: 3px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	width: 100%;
	color: #515151;
}

.decorative-font {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	font-size: 11px;
}

p {
	color: #222;
	margin: 0;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
}

a {
	color: #222222;
}

a:hover {
	color: #98b1aa
}

.gbtext {
	color: #000 !important;
	font-family: arial !important;
	font-size: 12px !important;
	line-height: 16px !important;
}

.bucketdesctext {
	color: #000 !important;
	margin: 0 !important;
	font-family: arial !important;
	font-size: 12px !important;
	line-height: 15px !important;
}

label {
	color: #000 !important;
	margin: 0 !important;
	font-family: arial !important;
	font-size: 12px !important;
	line-height: 16px !important;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
}

ul {
	font-size: 12px;
}

hr {
	margin-bottom: 20px !important;
}

hr {
	padding-top: 4px;
	margin: 0;
}

#left-content-wrapper {
	float: left;
	margin-top: 50px;
	margin-bottom: 40px;
}

#right-content-wrapper {
	float: left;
	padding-left: 30px;
	margin-top: 50px;
	margin-bottom: 40px;
}

#full-content-wrapper {
	margin: 0px;
}

/*BUTTON-ADDITIONAL-CLASSES*/
.bg-grey {
	background: #999 !important
}

.bigtext {
	font-size: 22px !important;
}

#button-general {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	display: table;
	background: #575757;
	padding: 5px;
	font-size: 13px;
	color: #fff;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
	border: 1px solid #fff
}

#button-general:hover {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	display: table;
	background: #999;
	padding: 5px;
	color: #fff;
	border: 1px solid #fff
}

#button-general a {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	font-size: 13px;
}

#button-small-centre {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	background: #575757;
	padding: 5px;
	font-size: 13px;
	color: #fff;
	margin-top: 40px;
	float: left;
	border: 1px solid #fff;
	width: 20%;
	left: 40%;
	position: relative;
	text-align: center;
}

#button-small-centre:hover {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	background: #999;
	padding: 5px;
	color: #fff;
	border: 1px solid #fff
}

#button-small-centre a {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	font-size: 13px;
}

#button-medium-centre {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	background: #575757;
	padding: 5px;
	font-size: 13px;
	color: #fff;
	margin-top: -16px;
	float: left;
	border: 1px solid #fff;
	width: 60%;
	left: 20%;
	position: relative;
	text-align: center;
}

#button-medium-centre:hover {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	background: #999;
	padding: 5px;
	color: #fff;
	border: 1px solid #fff
}

#button-medium-centre a {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	font-size: 13px;
}

#button-large-centre {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	background: #575757;
	padding: 5px;
	font-size: 13px;
	color: #fff;
	margin-top: -18px;
	float: left;
	border: 1px solid #fff;
	width: 50%;
	left: 25%;
	position: relative;
	text-align: center;
}

#button-large-centre:hover {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	background: #999;
	padding: 5px;
	color: #fff;
	border: 1px solid #fff
}

#button-large-centre a {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	font-size: 13px;
}

#button-stroke {
	border: 1px solid #fff;
	padding: 4px 15px;
}

.fleft {
	float: left;
}

.fright {
	float: right
}

/*NAVIGATION*/
#navigation-wrapper {
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	position: fixed;
	top: 0px;
	height: 41px;
	z-index: 1160;
	text-align: center;
}

#navigation-container { /* padding: 16px; */
	width: 100%;
/*	padding: 10px 0 0 33px;*/
}

#navigation-links {
	width: 100% !important;
}

#navigation-links a {
	width: 20%;
	float: left;
	font-weight: 500;
	font-size: 15px;
	width: auto;
	float: left;
	text-align: left;
	color: #000 !important;
	margin-right: 19px;
}

#navigation-contact { /* text-align: center; *//* display: block; *//* width: 100%!important; */
	padding-top: 8px;
	float: right;
	position: absolute;
	right: 10px;
	top: 2px;
}


#mob-navigation-wrapper {
	display: none;
}

/*HERO UNIT*/

#hero-unit-wrapper {
	position: relative;
	height: 590px;
}

#hero-unit-wrapper img {
	width: 100%;
	height: 100%
}

.hero-title-light {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	font-weight: 100;
	font-size: 50px;
}

.hero-title-heavy {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	font-weight: 300;
	font-size: 50px;
	margin-top: 14px;
	display: block;
}

.header-logo-wrapper {
	position: absolute;
	top: 7%!important;
	left: 6%!important;
	width: 113px;
}



.hero-message-wrapper {
	padding: 42px 50px;
	width: 80%;
}

#hero-unit-message-wrapper {
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 230px;
	z-index: 200;
}

#left-arrow-wrapper { /* position: relative; */
	height: 330px;
	width: 10%;
}

#left-arrow-image {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#left-arrow-image img {
	width: auto;
}

#right-arrow-wrapper {
	position: relative;
	height: 330px; /* background: red; */
	width: 10%;
	float: left;
	position: absolute;
	right: 10px;
}

#right-arrow-image {
	position: absolute;
	top: 30%;
	right: 50%;
	transform: translate(-50%, -50%);
}

#right-arrow-image img {
	width: auto;
}

/*APPROACH WRAPPER*/

#approach-wrapper {
	clear: both;
	min-height: 484px;
	background: url(../img/bg-approach.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

#approach-text-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 89%;
}

#approach-text {
	background: rgba(255, 255, 255, 0.1);
	padding: 23px;
	text-align: center;
}

#approach-text p {
	line-height: 20px;
	color: #fff;
	line-height: 22px;
	font-size: 13px;
	font-family: arial;
}

#approach-text h1 {
	color: #fff !important;
	line-height: 25px;
	font-weight: 300;
	font-size: 32px;
}

#approach-pull-quote { /* font-weight: 300; *//* font-size: 40px; *//* line-height: 35px; *//* position: absolute; *//* top: 50%; *//* right: 0%; *//* transform: translate(-50%, -50%); */
	display: none;
}

/*IMAGE SPLITTER*/

.image-splitter img {
	width: 100%
}

/*ROOM*/

#room-wrapper {
	clear: both;
	min-height: 800px;
	position: relative;
}

#room-wrapper img {
	width: 100%
}

#btn-room-prev {
	position: absolute;
	right: 78px;
	float: left;
	width: 20px;
	top: 30px;
	opacity: 0.4;
}

#btn-room-next {
	position: absolute;
	right: 29px;
	float: left;
	width: 20px;
	top: 30px;
	opacity: 0.4;
}

#room-text h1 {
	color: #fff !important;
}

#room-pull-quote {
	width: 209px;
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	position: absolute;
	top: 14%;
	right: 8%;
	background: url(../img/quote-mark.svg) no-repeat;
	padding: 20px 0 0 20px;
	color: rgba(255, 255, 255, 0.5);
}

/*MENUS*/

#menu-wrapper {
	background: #dce3d9
}

#menu-icon {
	width: 100%;
	text-align: center;
	margin-top: -50px;
}

.menu-intro {
	font-weight: 300;
	font-size: 20px;
	clear: both;
	color: #848882;
	display: block;
	margin-top: 11px;
}

#menu-bucket-container {
	margin-top: -5px;
	padding: 5%;
}

.menu-bucket-light {
	background: #d5dcd2;
	padding: 20px;
	text-align: center;
	border: 4px solid #dce3d9;
	padding-bottom: 21px;
	width: 25%;
	height: 290px;
}

.menu-bucket-dark {
	background: #ced6cb;
	padding: 20px;
	text-align: center;
	border: 4px solid #dce3d9;
	padding-bottom: 54px;
	width: 25%;
	height: 290px;
}

.menu-image {
	position: absolute;
	z-index: 999;
	width: 120px;
	height: 120px;
/*	left: 33px;*/
	background: #FFF;
	border: 3px solid #FFF;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	top: 0px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

a.menu-pic-btn {
	color: #fff;
}

.menu-name {
}

.menu-date a {
	font-size: 12px;
	color: #222;
}

#menu-reserve-wrapper {
	padding: 40px;
	display: block;
	clear: both;
	height: 93px;
}

.menu-link a {
	color: white;
	margin-top: 23px;
	display: block;
	font-size: 15px;
	font-weight: 700;
}

.menu-link a:hover {
	color: #81AB9E;
}

/*PROFILE WRAPPER*/

#profile-wrapper {
	padding: 5%;
}

.profile-bio-wrapper {
	padding: 0px;
}

.profile-bio-wrapper p {
	line-height: 20px;
	color: #616161
}

#profile-links li {
	list-style: none;
	line-height: 45px;
	float: left;
	margin-right: 30px;
}

#profile-links li a {
	color: #98b1aa;
	font-size: 13px;
}

#profile-links li a:hover {
	color: #669084;
}

#profile-links h1 {
	margin-bottom: 20px;
	color: #9BB1AA;
	margin-top: 12px;
}

/*SOCIAL ROW*/

#blog-wrapper {
	background: #e6ebe5;
	position: relative;
	padding: 5%;
}

#blog-wrapper h1 {
	color: #729087;
	font-weight: 100;
	font-size: 45px;
	font-weight: 300;
}

#blog-dog-ear {
	position: absolute;
	right: 0px;
	top: 0px;
}

#blog-wrapper {
	background: #e6ebe5;
	position: relative;
	padding: 5%;
}

#blog-title {
	color: #729087;
	margin-top: 20px;
	font-size: 24px;
	font-weight: 300;
}

#blog-author-wrapper {
	margin: 20px 0px;
	line-height: 17px;
	color: #7292A4;
	clear: both;
}

.blog-release-data {
	margin: 26px 0 0 10px;
	font-size: 18px;
	line-height: 21px;
}

#blog-content p {
	color: #6e7d78;
	font-size: 13px;
	line-height: 22px;
}

#blog-content a {
	color: #455550;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	letter-spacing: -1px;
	color: #515151 !;
}

#blog-content a:hover {
	color: #729087 !important;
	font-size: 20px;
}

#fb-wrapper h1 {
	color: #729087;
	font-weight: 100;
	font-size: 24px;
	font-weight: 300;
}

/*HOVER BLOCK UNIT*/

#hover-block-wrapper {
	clear: both;
	display: block;
}

.hover-block-1 {
	height: 150px;
	overflow: hidden;
	background: url(../img/hover-block-1.jpg) no-repeat;
	background-size: cover;
	width: 33.33333%;
}

.hover-block-over {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}

.hover-block-data {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, 0.7);
}

.hover-block-2 {
	height: 150px;
	overflow: hidden;
	background: url(../img/hover-block-2.jpg) no-repeat;
	background-size: cover;
	position: relative;
	width: 33.333333333%;
}

.hover-block-3 {
	height: 150px;
	overflow: hidden;
	background: url(../img/hover-block-3.jpg) no-repeat;
	background-size: cover;
	position: relative;
	width: 33.333333333%;
}

.hover-block-4 {
	height: 150px;
	overflow: hidden;
	background: url(../img/hover-block-4.jpg) no-repeat;
	background-size: cover;
	position: relative;
	width: 33.333333333%;
}

.hover-block-5 {
	height: 150px;
	overflow: hidden;
	background: url(../img/hover-block-5.jpg) no-repeat;
	background-size: cover;
	position: relative;
	width: 33.333333333%;
}

.hover-block-6 {
	height: 150px;
	overflow: hidden;
	background: url(../img/hover-block-6.jpg) no-repeat;
	background-size: cover;
	position: relative;
	width: 33.333333333%;
}

#fb-wrapper {
	background: #fff;
	position: relative;
	padding: 5%;
	display: none;
}

/*PARTNER BLOCK*/

#partner-wrapper {
	clear: both;
	background: #222222;
	padding: 130px 0;
	position: relative;
}

#partner-wrapper p {
	color: #c1c1c1
}

#partner-container p {
	color: #c1c1c1
}

.supplier-heading {
	margin-top: 0px;
	text-align: center;
}

#partner-wrapper {
	clear: both;
	padding: 5%;
}

#partner-overview {
	padding-right: 0px;
	text-align: center;
}

#partner-overview p {
	color: #707070;
	text-align: center;
}

#partner-overview a {
	color: #A9A9A9;
}

#partner-overview a:hover {
	color: #9BB1AA;
}

#partner-bio-image {
	background: #4f4e4c;
	padding: 10px;
	float: left;
	width: 40%;
	margin: 40px 0px 21px 0;
	left: 30%;
	position: relative;
	text-align: center;
}

#partner-bio-name {
	font-size: 35px !important;
	margin-bottom: 20px;
	color: #B7B7B7;
	width: 100%;
	text-align: center;
}

#partner-bio-desc {
	padding-left: 0;
	float: left;
}

#partner-bio-desc p {
	color: #c1c1c1;
	line-height: 22px;
	text-align: center;
	padding: 5%;
	font-size: 13px;
}

#partner-website-link {
	position: relative;
	bottom: 0px;
	right: 0px;
	margin-bottom: 30px;
	text-align: center
}

#partner-website-link a {
	color: #797979;
	font-size: 18px;
}

#partner-website-link a:hover {
	color: #9BB1AA;
}

/*CONTACT PANEL*/

#contact-details {
	padding: 30px;
}

.bucket-data {
	height: 398px;
}

/*CONTACT BLOCK*/

#contact-wrapper {
	padding-bottom: 0px;
	padding-top: 45px;
}

.contact-bucket {
	text-align: center;
	width: 100%;
	border: 1px solid #F1F1F1;
	padding-bottom: 50px;
}

.contact-bucket p {
	line-height: 19px;
	padding-top: 43px;
	color: #5b5b5b;
	font-size: 13px;
	font-family: arial;
}

/*FOOTER*/

#footer-wrapper {
	background-color: #353535;
	padding-top: 38px;
	clear: both;
	height: 590px;
}

#footer-container {
	font-size: 12px;
	color: #ccc;
	line-height: 20px;
	font-family: arial;
	font-weight: normal;
}

#footer-block-1 {
	font-size: 12px;
	padding-left: 0px;
	padding-bottom: 30px;
	text-align: center;
	margin: 0 auto;
	font-weight: normal;
}

#footer-block-1 a {
	color: #7B7B7B;
	margin-right: 8px;
}

#footer-block-1 a:hover {
	color: #fff;
}

#footer-block-2 {
	font-size: 11px;
	padding-left: 0px;
	float: left;
	margin-top: 10px;
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
}

#footer-block-3 {
	font-size: 11px;
	padding-left: 0px;
	float: right;
	margin-top: 10px;
	text-align: left;
	padding-left: 20px;
	font-weight: normal;
}

#footer-block-3 a {
	color: #ff52c0;
	text-decoration: none;
}

#footer-block-3 a:hover {
	color: #f68121;
	text-decoration: none;
}

#footer-block-last {
	padding-left: 0px;
	float: right !important;
	text-align: right;
	margin-top: 10px;
}

#footer-block-last li {
	list-style: none;
}

#social-button-wrapper {
	display: table;
	margin: 0 auto
}

#fb-link {
	background: url(../img/fb-up.svg);
	height: 62px;
	width: 62px;
	display: table;
	float: left;
}

#fb-link:hover {
	cursor: pointer;
	background: url(../img/fb-over.svg);
}

#twitter-link {
	background: url(../img/tw-up.svg);
	height: 62px;
	width: 62px;
	display: table;
	float: left;
}

#twitter-link:hover {
	cursor: pointer;
	background: url(../img/tw-over.svg);
}

#instagram-link {
	background: url(../img/insta-up.svg);
	height: 62px;
	width: 60px;
	display: table;
	float: left;
}

#instagram-link:hover {
	cursor: pointer;
	background: url(../img/insta-over.svg);
}

.hero-unit-message-wrapper {
	height: 230px;
}

.header-slider-white-wrapper {
	height:250px;
}




#boxes #dialog {width: 50%;height:auto;padding:10px;font-family: 'Lato', sans-serif;font-size: 15pt;left: 26%;top: 20%;}


.gallery-thumbs-row {
    height: auto!important;
    padding: 50px;
}


.gallery-thumb-wrapper {
    /*height: 153px;*/
    height: 83px;}

#good-food-wrapper {
    min-height: 950px;
}


.good-food-contributor {
    opacity: 0.5;
    font-size: 13px;
    line-height: 19px!important;
    margin-top: 16px;
    display: block;
    font-style: italic;
    letter-spacing: 1px;}

#good-food-text {
font-size: 17px!important}

.gallery-inner {
    margin-left: 5%;
    margin-right: 5%;}

#mc-text {
    width: 100%!important;
    padding-bottom: 200px;}

#mc-text p{margin-top: 10px;}
#mc-text-wrapper {width: 100%!important}

#mc-wrapper {
	background-position: 60%;}    

#mcli {
    line-height: 23px;
    margin-top: -100px}

.well > .menu > li {
    display: inline-block;
/*    width: 9%;*/
    margin-top: -7px;
    font-size: 11px;}

#cms-styler {
    padding: 0px 7%;}


/*.item-101 {width: 10.5%!important}
.item-102 {width: 10.5%!important}
.item-103 {width: 10.5%!important}
.item-203 {width: 15.5%!important}
.item-104 {width: 11.5%!important}
.item-105 {width: 10.5%!important}
.item-106 {width: 11.5%!important}
.item-107 {width: 11.5%!important}*/



.innerHeader {padding: 0 20%; margin: 80px 0px 30px 0px;}








/*VOUCHER REFINE*/

#koCgcBox {
    width: 100%;
    margin: 0 2% 5% 0;
    float: left;
}

.cgc_box {
    width: 80%;
    left: 10%;
    position: relative;
}


.fine_print {
    font-size: 11px;
    margin-bottom: -22px;
    display: block;
    margin-top: 12px!important;
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    width: 100%!important;
    margin-bottom: -5px;
}


.innerContainer {
/*    margin-top: 130px !important;*/
}

.pull-right {
    float: none !important;
}

.voucher-wrapper {
    float: left;
    width: 100%;
    font-family: lato;
    line-height: 19px;
}

.innerHeader{
	text-align: center;
	width: 100%;
}


#mj-FooterBtn {
    width: 80%;
    position: relative;
    left: 10%;
}

.control-group {
    width: 80%;
    position: relative;
    left: 10%;
}


.uk-comment-avatar {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin-right: 0px!important; 
}


.ko_title {
    padding: 0px;
    margin: 0px;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
}


.mj-subLeft {
    float: left;
    text-align: left!important;
    width: 50%!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


.mj-subRight {
    float: right;
    text-align: right;
    width: 50%!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


/*.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0px; 
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
*/


.btn {
    margin-right: 0px;
    width: 32%!important;
    margin-top: 15px!important;
}


.intro-buffer{ margin-top: 10px}


#navigation-contact a {
    text-align: center;
    color: #9C9C9C;
    font-weight: 500;
    font-size: 11px;
    line-height: 28px;
}

.item-101 {margin-right: 20px;}
.item-102 {margin-right: 20px;}
.item-103 {margin-right: 20px;}
.item-203 {margin-right: 20px;}
.item-104 {margin-right: 20px;}
.item-105 {margin-right: 20px;}
.item-106 {margin-right: 20px;}
.item-107 {margin-right: 20px;}
.item-218 {margin-right: 20px;}
.item-221 {margin-right: 20px;}
.item-222 {margin-right: 20px;}

.well {
    margin-bottom: 0px;
}


.kocard {
    display: none;
}


/*#koBtnPreview {display: none;}*/



.uk-comment-title {
    clear: both;
    margin-top: 109px;
}


.mj-CartRow .uk-comment-meta {
    width: 100%;
}


.voucher-controller {
    padding-top: 0px!important;
    clear: both;
}


.voucher-preview {
    float: right;
    margin-left: 0px;
    width: 30%;
    margin-top: 57px;
}




.mj-actionBox {
	width: 50%
}


.mj-Price {
    width: 50%!important;
    height: 80px!important;
    line-height: 80px!important;
    float: left;
    margin: 0px 5px!important;
    text-align: center;
    padding: 0px!important;
    background-color: #f9f9f9;
    /* border: 1px solid #e5e5e5; */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px;
    font-size: 21px;
    font-family: lato;
}


.mj-btnDel {
    width: 40%!important;
    height: 80px!important;
    line-height: 82px!important;
    float: right;
    padding: 0px!important;
    margin-top: 0px!important;
}




.gc-text {
    min-height: 570px;
}

.chef-holder {
min-height: 800px;
float: left;
width: 50%;
position: relative;
}


.gc-intro {
    text-align: center;
    width: 50%;
    position: absolute;
    margin-top: -56px;
    z-index: 1;
    left: 25%;
}

.gc-text h2 {
    font-size: 31px;
    line-height: 34px;
}

.gc-text h3 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 23px
}

.gc-text h4 {
    font-size: 27px;
    line-height: 30px;
}

.gc-text p {
    width: 90%;
    left: 5%;
}


#button-medium-centre {
    margin-top: 30px;
}


#chef-1 {
    min-height: 320px!important;
    float: none;
	background: url(../img/bg-ak.jpg) no-repeat -150px 0px;
}


#chef-2 {
    min-height: 320px!important;
    float: none;
}


#visual2 {
    margin-top: 30px;
    padding: 0px 0 10px 0;
}




.other-awards {
    clear: both;
    display: block;
    position: absolute;
    bottom: 0px;
    margin-bottom: 150px;
    width: 100%;
}

.oatitle {
    width: 50%;
    left: 25%;
    position: relative;
    margin-bottom: 24px;
}


.oaward {text-align: center; width: 100%!important; display: block;}





.popup-wrapper {width: 100%}

.popup-header {width: 100%}

.popup-content {
    width: 90%;
    padding: 40px 5%;
}

#priv-popup-header {
width: 100%;

/*background: url(https://www.wineandbrine.co.uk/templates/protostar/img/priv-head.png);
background-size: contain;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
height: 300px*/ }

#priv-popup-header img {width: 100%}




.pop-up-logo {
    width: 180px;
    margin-top: -70px;
    clear: both;
    margin-left: 5%;
}


/*#priv-popup-header img {
    max-width: 100%;
    max-height: 100%;
}*/


.popup-content { padding-top: 0px!important }

.popup-content p {
    font-size: 16px!important;
    line-height: 19px;
}



.pop-title-mobile {display: none;}

.pop-title-desk {
    position: relative;
    right: 50px;
    top: -90px;
    float: right;
    display: block;
    font-size: 28px;
    clear: both;
}


.svg-button {width: 20%}
