@fon-face { 
	font-family: Handwriting; 
	src: local("Handwriting"), url('../fonts/tomhand.ttf');
} 

html, body {
	height: 100%;
}

body {
	padding: 40px 30px 0;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
	font-size: 16px;
	line-height: 1.875;
	-webkit-font-smoothing: antialiased;
}

.navigation-container .dropdown-menu {
	margin-left: 30px;
    margin-right: 30px;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 160px;
    padding: 7px 5px 0px 5px;
    background-color: rgba(72, 119, 137, .9);
    box-shadow: none;
    border: none;
    text-align: center;
}

.navigation-container .dropdown-menu li {
	display: inline-block;
}

.navigation-container .dropdown-menu li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 15px 10px;
}

.navigation-container .dropdown-menu li a:hover, .navigation-container .dropdown-menu li a:focus {
	background: none;
	outline: none;
}

.navbar {
	z-index: 1500;
}

.cover {
	opacity: 0;
}

.layout {
	padding-top: 80px;
}

.contact-layout .content-container {
	margin: 0 auto -14px;
	padding: 8px;
	max-width: 836px;
}

.contact-layout .bg-darkblue {
	background-color: #0d4663;
}

.article-layout .content-container {
	margin: 70px auto 0;
    padding: 8px;
    max-width: 836px;
    background: #fff;
}

.article-layout .block-grid:first-child {
	margin-top: -4px
}

.header-block-slice {
	float: none;
	background-color: #fff;
	color: #fff;
}

.article-layout .auto-size {
    padding: 0;
}

.auto-size {
	padding-bottom: 0 !important;
	height: auto !important;
}

.auto-size .block-inner {
    margin: 4px;
}

.auto-size .image-slice {
	margin-bottom: 0 !important;
}

.auto-size .block-inner, .auto-size .block-overloy {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-block-title h1 {
	margin: 1em 0 !important;
}

.header-block-slice .block-overloy {
    padding: 30px;
}

.header-block-slice .block-text h1 {
    padding: 0 1.25em;
	margin: 0;
}

.header-slides {
	position: relative;
    width: 100%;
    overflow: hidden;
	padding-bottom: 50%;
}

.header-slides li {
	display:none;
}

.header-slides li:first-child {
    display: block;
}

.content-slides button {
	position: absolute;
	top: 50%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	height: 9.8125em;
	width: 5.25em;
	margin-top: -4.9375em
}

.content-slides button.slide-prev {
	left: -27px;
	background-image: url(../img/arrow-left.png);
	background-size: 100% 100%
}

.content-slides button.slide-next {
	right: -27px;
	background-image: url(../img/arrow-right.png);
	background-size: 100% 100%
}

.header-block-title {
	position: relative;
}

.cursor-right {
	left: 100%;
	background-image: url(../img/cursor-right.png);
	background-size: 100% 100%
}

.cursor-left {
	right: 100%;
	background-image: url(../img/cursor-left.png);
	background-size: 100% 100%
}

.cursor-left, .cursor-right {
	position: absolute;
	top: 2em;
	margin-top: -1.8125em;
	height: 3.625em;
	width: 4em;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.cursor-left span, .cursor-right span {
	position: absolute;
	font-size: 0.7em;
	bottom: -40%;
}

.cursor-left span {
	left: 0;
}

.cursor-right span {
	right: 0;
}

.cursor-left:hover, .cursor-right:hover {
	color: #fff;
	text-decoration: none;
}

.content-slides {
	margin: 0 auto;
    position: relative;
    width: 100%;
    padding-bottom: 57.5%;
}

.slide {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing{
    opacity: 1;
}

.text-slice {
	margin: 50px;
	text-align: justify;
}

.block-text-slice {
	margin: 10px;
	text-align: justify;
}

.border-block {
	margin: 0 4px 4px;
	border: 1px solid #ddd;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.text-slice h2 {
	font-size: 2.1875em;
	letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
}

.text-slice p {
	color: #333;
}

.handwriting {
	background-color: #fff;
	font-family: 'Handwriting';
	color: #2e74b5;
	width: 100%;
	font-size: 2.57143em;
	font-style: italic;
	letter-spacing: 0 !important;
}


.btn h2 {
	margin: 0 !important; 
	padding: 0 !important;
}

.navigation {
	background-color: #fff;
	min-height: 40px !important;
	border: none !important;
}

.navigation-container {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	height: 0;
	overflow: visible
}

#primary_navigation,.subnavigation {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.75em;
	line-height: 1;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-align: center;
	background: #fff
}

#primary_navigation li,.subnavigation li {
	display: inline-block;
	margin: 0 7px
}

#primary_navigation li a,.subnavigation li a {
	display: block;
	padding: 14px 0;
	text-decoration: none;
	color: #373737
}

#primary_navigation li.active a,.subnavigation li.active a,#primary_navigation li a:hover,.subnavigation li a:hover {
	padding-bottom: 9px;
	border-bottom: 5px solid rgb(72, 119, 137);
}
/*new css*/
.subnavigation {
    background:rgb(72, 119, 137);
	margin-left: 15px;
    margin-right: 15px;
}

.subnavigation li a {
    color: #fff !important;
}

.subnavigation li.active a {
	border-bottom: 5px solid rgb(255, 255, 255);
	color: #fff;
}

.subnavigation li a:hover {
	border-bottom: 5px solid rgb(255, 255, 255) !important;
}

.subnavigation-grey {
    background:rgb(38, 154, 188);
	margin-left: 15px;
    margin-right: 15px;
}

#primary_navigation {
	position: relative;
	padding: 0 20px 0
}

.header-container {
	min-height: 8px;
}

.block-grid {
	clear: both;
	overflow: hidden;
	margin: 4px -4px;
	width: calc(100% + 8px)
}

.block-news {
	clear: both;
	overflow: hidden;
	margin: -4px -4px 4px;
	width: calc(100% + 8px)
}

.header-grid {
	position: relative;
	width: 100%;
	overflow: hidden;
	color: #fff;
}
/*new css*/
.jumplink-slice {
	clear: both;
	overflow: hidden;
	position: relative;
	top: -87px;
}

.paddingfix {
	height: 0;
	padding-bottom: 33.33333333%;
}

.block {
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	color: #fff;
	overflow: hidden;
}

.block-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	list-style: none;
	background-color: #0d4663;
}

.block-inner img {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	position: relative !important;
}

.block-overloy {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
}

.block-overloy:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.booking-widget-text {
	margin-top: -1em;
	font-size: 0.875em
}

.block-text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 0 1.6em;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	hyphens: auto;
	font-size: 0.875em;
	line-height: 1.42857em

}

.block-text h1, .block-text h2, .block-text h3 {
	font-size: 1.28571em;
	font-weight: 300;
	line-height: 1.35em;
	letter-spacing: 0.2em;
}
.block-text h4 {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.25em;
	letter-spacing: 0.2em;
}

.block-text h1 {
	font-size: 2.57143em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin: 0 0 1em 0;
}
.block-text .header {
	font-size: 2.57143em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin: 0 0 0 0;
}

.text-caption {
	margin: 1em 0 !important;
	color: #fff;
}


.block-text h1 + p {
	margin-top: -1.71429em
}

.block-text .button, .block-text .table-booking-widget #OT_Find_a_Table, .table-booking-widget .block-text #OT_Find_a_Table {
	font-size: 0.92857em
}

.block-text .read-more {
	font-size: 0.92857em;
	color: #ffffff;
}

.link {
	color: #ffffff;
	font-size: 0.92857em;
	text-decoration: none;
}

.link:hover{
	color: #ffffff;
	font-size: 0.92857em;
	text-decoration: none;
}
.link:after{
	
}
.header-caption {
	margin-bottom: 30px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	color: #fff;
	min-height: 24%;
}

.header-caption h1 {
	padding-left: 1.5em !important;
	padding-right: 1.5em !important;
	margin: 0 !important;
	position: relative
}

.header-caption h1 strong {
	display: inline-block
}

.header-caption span {
	display: block;
	color: #000;
}

.btn-white {
	background-color: #fff;
	color: #757b73;
}

.bg-navy {
	background-color: rgba(18, 43, 64, .9);
}

.bg-white {
	background-color: #ffffff;
}

.bg-darkblue {
	background-color: rgb(15, 61, 81);
}

.bg-aquablue{
	background-color: rgba(114, 143, 150,.9);
}
.bg-lightblue{ 
	background-color: rgba(104, 137, 157, .9);
}
.bg-gray{
	background-color: rgb(0,68,102);
}
.bg-v-lightgrey{
	background-color: rgba(211, 211, 211, .9);
}


.light-background {
	background-color: rgba(56,98,119, .9);
	
}
.white-background {
	background-color: rgba(255,255,255, .6);
	
}
.bg-grey {
	background-color: rgba(87,88,83, .9);
	
}


.tpad30{
	padding-top: 30px;
}
.read-more {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: none;
	position: relative
}

.read-more:after {
	content: '';
	display: block;
	position: absolute;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	height: 3px;
	left: 0;
	right: 0;
	bottom: -4px
}

.read-more:hover {
	text-decoration: none;
}

.article-layout  .site-footer  {
	margin-top: 15px;
}

.site-footer {
	margin-top: 20px;
	border-top: 30px solid rgb(107, 109, 111);
	background-color: #113547;
	padding: 40px 0;
	position: relative;
}

.logo-footer {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -50px;
	height: 70px;
	width: 100px;
	background: #fff no-repeat;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.background-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	background-color: #0d4663;
}

.background-container:before, .background-container:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 30px;
	background:#fff
}

.background-container:before {
	left: 0
}

.background-container:after {
	right: 0
}

.background-slice {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.agile-list {
	list-style: none;
	margin: 0;
}

.sortable-list {
	padding: 10px 0;
}

.sortable-list > .sortable-list {
	padding: 0 0 0 40px;
}

.agile-list li {
	background: #fafafb;
	border: 1px solid #e7eaec;
	margin: 0 0 10px 0;
	padding: 10px;
	border-radius: 2px;
}

.agile-list li a {
	display: block;
}

.agile-list li a:hover {
	text-decoration: none;
}

.agile-list li.active:hover {
	background: #fff;
}

.agile-list li.info-element {
	border-left: 3px solid #1c84c6;
}

.agile-list li.success-element {
	border-left: 3px solid #1ab394;
}

.image-slice .fullsizeWrap {
	position: relative !important;
}

.text-muted {
	color: #428bca;
}

.text-white {
	color: #FFFFFF;
}

.tool {
	position: absolute;
	background: white;
	padding: 10px 20px;
	font-size: 14px;
	z-index: 1010;
	box-shadow: 0 0 4px 0 rgb(70, 70, 70);
	-webkit-box-shadow: 0 0 4px 0 rgb(70, 70, 70);
	-moz-box-shadow: 0 0 4px 0 rgb(70, 70, 70);
	line-height: 21px;
}

.mapq {
	background-size: cover;
	background-repeat: no-repeat!important;
}

.contact-form {
	border-radius: 3px;
	max-width: 36em;
	margin: 0 auto;
	padding: 2em;
	background:white;
	color: #a0a0a0;
	-webkit-font-smoothing: antialiased
}

.contact-form .title {
	margin:0 auto 2em;
	padding:0;
	letter-spacing:8px
}

.contact-form fieldset {
	position: relative;
	margin: 1em 0;
	border: 0;
	outline: 0;
	padding: 0
}

.contact-form label {
	display: block;
	font-size: 0.9em;
	font-weight: 300;
	color: black;
	-webkit-font-smoothing: antialiased
}

.contact-form input:not([type="radio"]), .contact-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0;
	width: 100%;
	border: 1px solid #A0A0A0;
	border-radius: 3px;
	outline: none;
	padding: 5px;
	font-size: 14px !important;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	background: #EEE;
	color: #222
}

.contact-form select {
	display: block;
	margin: 0
}

.contact-form .button,.contact-form .table-booking-widget #OT_Find_a_Table,.table-booking-widget .contact-form #OT_Find_a_Table {
	margin: 1em 0 0 0 !important;
	width: 100%;
	color: black !important
}

.contact-form .button:before,.contact-form .table-booking-widget #OT_Find_a_Table:before,.table-booking-widget .contact-form #OT_Find_a_Table:before,.contact-form .button:after,.contact-form .table-booking-widget #OT_Find_a_Table:after,.table-booking-widget .contact-form #OT_Find_a_Table:after {
	border-color: #a0a0a0 !important
}

.contact-form .hint {
	font-size: 0.8em;
	color: #a0a0a0
}

.contact-form .notice {
	text-align: center
}

.ftb_widget {
	width: 248px !important;
	margin: 0 auto;
}

.small-text {
	padding-bottom: 12%;
}

@media (max-width: 910px) {
	.article-layout .content-container {
		padding: 8px 0;
	}

	.overflow {
		overflow-x: scroll;
	}

}

@media (max-width: 767px) {
	body {
		padding: 14px 14px 0;
	}

	.layout {
		padding-top: 14px;
	}

	.navigation {
		min-height: 14px !important;
		box-shadow: 0 0 1px 0 rgba(0,0,0,0.25);
	}
	.header-slides {
		padding-bottom: 120%;
	}

	#primary_navigation li, .subnavigation li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #ccc
	}

	#primary_navigation li:last-of-type, .subnavigation li:last-of-type {
		border-bottom: 0
	}

	#primary_navigation li a, .subnavigation li a {
		padding: 12px 15px;
		text-align: center
	}

	#primary_navigation li.active a, .subnavigation li.active a, #primary_navigation li a:hover, .subnavigation li a:hover {
		padding-bottom: 12px;
		border-bottom: none
	}

	#primary_navigation li.active a, .subnavigation li.active a {
		font-weight: 700;
	}

	.navigation-handle {
		position: absolute;
		bottom: -34px;
		left: 50%;
		margin-left: -30px;
		height: 36px;
		width: 60px;
		background: #fff no-repeat;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
		cursor: pointer;
	}

	.header-container {
		min-height: 0
	}
	
	.content-slides .slide-prev, .content-slides .slide-next {
		display: none;
	}

	.cursor-left, .cursor-right {
		display: none;
	}
	
	.paddingfix {
		height: 0;
		padding-bottom: 100%;
	}
	
	.home-gallery {
		padding-bottom: 65% !important;
	}
	
	.gallery-footer {
		padding-bottom: 18% !important;
	}
	
	.gallery-footer .title {
		padding: 0px 20px !important;
	}
	
	.gallery-footer .block-text {
		padding: 0 !important;
	}

	.long-text {
		padding-bottom: 150%;
	}
	
	.small-text {
		padding-bottom: 33.33333333%;
	}
	
	.block-inner {
		font-size: 3em;
	}

	.header-slides .block-inner {
		font-size: 1em !important;
	}

	.block-text h1 {
		font-size: 1.28571em;
		padding-left: 0;
		padding-right: 0
	}
	

	.block-text h2, .block-text h3 {
		font-size: 1.28571em
	}

	.block-text h1 + p {
		margin-top: -1.28571em
	}

	.block-text p {
		font-size: 1em
	}

	.header-caption h1 {
		padding: 0 !important;
	}
	
	.background-container:before, .background-container:after {
		width: 14px !important
	}

	.header-block-slice .block-overloy {
		padding: 0;
	}

	.border-block {
		border: none;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.text-slice {
		white-space: normal;
		margin-left: 20px !important;
		margin-right: 20px !important;
		//font-size: 0.9em;
		//overflow: hidden;
	}
	
	.text-slice .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.text-slice h2 {
		letter-spacing: 0;
		font-size: 2em;
	}

	.text-slice h3 {
		font-size: 1.38em;
	}

	.text-slice ul {
		padding-left: 15px;
	}

	.agile-list {
		font-size: 0.78em;
	}

	.sortable-list > .sortable-list {
		padding: 0 0 0 10px;
	}

	.article-layout .block-text {
		max-width: 100%;
	}

	.block-text-slice h2 {
		text-align: center;
	}
	
	.ftb_widget {
		width: 220px !important;
		overflow: hidden;
	}
	
	.ftb_w_arr, .ftb_w_dep {
		width: 100% !important;
	}
	
	.block-long {
		padding-bottom: 140% !important;
	}
	
	.block-long .block-text {
		max-width: 100%;
	}
	
	.text-slice .btn {
		font-size: 0.78em !important;
	}
	
	.contact-form {
		overflow: hidden;
	}
	
	.handwriting {
		font-size: 2em !important;
	}
}
.bmarg10 {
	margin-bottom: 20px;
}
#sub-menu .row {
	margin: 10px auto;
}

#sub-menu .h2 {
	padding: 10px;

}
#sub-menu a {
	text-decoration: none;
}

.card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
	
	
}
 .card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
 .img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
 .card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
	 font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
 .card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
.bg-video {
	height: 360px;
	background: #000;
}
.video-play {
	cursor: pointer;
} 

.visible-xs-block {
	display:none!important;
}

.visible-lg-block, .visible-md-block, .visible-sm-block {
	display:none!important;
}

@media (max-width:767px) {
	.visible-xs-block {
		display:block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display:block!important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display:block!important;
	}
}

@media only screen and (max-width: 991px) {
	.book_btn {
		display: none;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display:block!important;
	}
}

.gallery-title {
	font-size: 1.6em !important;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.1em !important;
}

.large-gallery-container {
	margin-top: 4px;
}

.main-gallery {
    margin-left: -5px;
    margin-right: -5px;
}

.main-gallery img {
    width: 100%;
    height: auto;
}

.main-gallery [class*="col-"] {
    padding: 5px;
}

.main-gallery .g-item {
    margin: 0;
}

.home-gallery {
	height: 0;
	padding-bottom: 22%;
}

.gallery-item img {
	width: 100%;
	padding: 0 4px;
}

.slideprev {
    position: absolute;
    top: 32%;
    left: 10px;
    cursor: pointer;
    z-index: 3;
}

.slidenext {
    position: absolute;
    top: 32%;
    right: 10px;
    cursor: pointer;
    z-index: 3;
}

.gallery-footer {
    padding-bottom: 5%;
	height: 0;
}

.gallery-footer .title {
    background: url(../img/whitedot.jpg) repeat-x center center;
    padding: 0px 60px;
}

.gallery-footer .title span {
    padding: 60px 20px;
}

.gallery-footer .title a {
	color: #ffffff;
}

.gallery-footer .title a:hover {
	text-decoration: none;
}

.subnav .book_btn {
	top: 80px;
}

.book_btn {
    position: fixed;
    opacity: 1;
    right: 63px;
    top: 40px;
    font-weight: bold;
    background: url(../img/book_bg.png);
    width: 110px;
    height: 80px;
    text-align: center;
    padding-top: 12px;
    color: #ffffff;
    font-size: 16px;
    z-index: 10;
}

.address_sticky {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
	color: #373737;
    background: #ffffff;
    text-align: center;
    padding: 8px 0;
    font-size: 0.71em;
    text-transform: uppercase;
}

.address_sticky a {
	color: #373737;
}

.address_sticky a:hover {
	color: #0d4663;
}

.address_sticky .fa {
    color: #0d4663;
    padding: 0px 5px 0px 8px;
}

.footer2 {
	padding: 0 20px 20px;
	color: #ffffff;
}

.footer2 .footer2_left h2, .footer2 .footer2_right h2 {
	text-transform: uppercase;
    margin: 0px;
    padding: 10px 0px;
}

.footer2 .footer2_left {
    position: relative;
    padding: 0 7% 0 0;
    text-align: center;
	display: block;
	margin: 0;
	max-width: 100%;
}

.footer2 .footer2_right {
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.footer2 .footer2_left .center_line {
    position: absolute;
    top: 0px;
    width: 1px;
    background: #888888;
    height: 80%;
    right: 0px;
    margin: 10% 0px;
}

.footer2 .footer2_left .share_icons a {
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    color: #ffffff;
}

.footer2 .footer2_left .share_icons a:hover {
    color: #748f96;
}

a.nounderline {
    text-decoration: none;
}

.footer2 .footer2_left .fa_wrap {
    border: 1px solid #ffffff;
    margin-top: -1px;
    margin-right: 4px;
    margin: 8px 8px;
}

.footer2 .footer2_left .footer_logos {
    margin: 0 auto;
    display: block;
    padding: 0 30px;
}

.footer2 .footer2_left .footer_logos a {
    width: 50%;
    float: left;
}

.footer2 .footer2_left .footer_logos img {
	width: 80%;
}

.hr {
	width: 75%;
} 

.rightbox, .leftbox {
	padding: 0;
}

.rightbox {
    float: right;
}

.lefttbox {
  float: left;
}

.footer2 .footer2_right .booking_form {
    padding: 10px 30px 30px 30px;
}

.booking_form_footer {
    max-width: 550px;
    display: block;
    margin: 0 auto;
}

.booking_form .size_full {
    width: 100%;
}

.footer2 .footer2_right .booking_form .margin_right {
    margin-right: 1%;
}

.footer2 .footer2_right .booking_form .size_half {
    width: 49.5%;
}

.booking_form .size_left {
    float: left;
}

.booking_form .size_right {
    float: right;
}

.booking_form_footer input {
    color: #2d2d30;
    border: none;
    margin: 0;
    margin-bottom: 7px;
    padding: 12px;
	outline: none;
	font-size: 0.75em;
}

.booking_form textarea {
    margin-bottom: 5px;
    font-size: 13px;
    height: 70px;
    color: rgb(45, 45, 48);
    -webkit-appearance: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 10px;
    outline: none;
    border-radius: 0px;
}

.booking_form input[type=submit] {
    background: rgb(15, 61, 81);
    padding: 7px;
    text-align: center;
    width: 100%;
    font-size: 1.28571em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.arrow_up {
    position: fixed;
    z-index: 10;
    bottom: 45px;
    right: 70px;
    cursor: pointer;
    opacity: 0;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background: url(../img/arrow_up.png);
    width: 55px;
    height: 55px;
}

.hoverdiv {
    position: absolute;
    background: rgba(45, 45, 48, 0.8);
    padding: 20px;
    text-align: center;
    width: 250px;
    z-index: 1000;
    margin-top: 10px;
    margin-left: 10px;
    color: #ffffff;
    opacity: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.footer2 .gallery-logo img {
	width: 80%
}

@media only screen and (max-width: 767px) {
	.rightbox {
		float: none;
	}
	
	.lefttbox {
		float: none;
	}
	
	.booking_form_restaurant {
		margin: 0 auto;
	}
	
	.footer2_left .center_line {
		display: none;
	}
	
	.footer2_left {
		padding-right: 0 !important;
	}
	
	.arrow_up {
		bottom: 70px;
		right: 30px;
	}
.margbot{
		margin-bottom: 1em;
	padding-bottom: 2em;
	}


#sendEmail .modal-content {
	background-color: #dd4b39 !important;
	color: #fff !important;
	border-color: #d73925 !important;
	border-radius: 3px !important;
}

#sendEmail .modal-header {
	border-bottom: none;
	padding: 15px 15px 10px;
}

#sendEmail .modal-title {
	margin-top: 0;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}

#sendEmail .modal-body {
	padding: 0 15px 15px;
}

#sendEmail .modal-body .text {
	margin: 0;
	font-size: 13px;
	text-align: left !important;
}
.btn-booking { 
  color: #FFFFFF; 
  background-color: #69848B; 
  border-color: #69848B; 
} 
 
.btn-booking:hover, 
.btn-booking:focus, 
.btn-booking:active, 
.btn-booking.active, 
.open .dropdown-toggle.btn-booking { 
  color: #FFFFFF; 
  background-color: #68899C; 
  border-color: #69848B; 
} 
 
.btn-booking:active, 
.btn-booking.active, 
.open .dropdown-toggle.btn-booking { 
  background-image: none; 
} 
 
.btn-booking.disabled, 
.btn-booking[disabled], 
fieldset[disabled] .btn-booking, 
.btn-booking.disabled:hover, 
.btn-booking[disabled]:hover, 
fieldset[disabled] .btn-booking:hover, 
.btn-booking.disabled:focus, 
.btn-booking[disabled]:focus, 
fieldset[disabled] .btn-booking:focus, 
.btn-booking.disabled:active, 
.btn-booking[disabled]:active, 
fieldset[disabled] .btn-booking:active, 
.btn-booking.disabled.active, 
.btn-booking[disabled].active, 
fieldset[disabled] .btn-booking.active { 
  background-color: #69848B; 
  border-color: #69848B; 
} 
 
.btn-booking .badge { 
  color: #69848B; 
  background-color: #FFFFFF; 
}
	
.text-covid
	{align-self: center;
	text-decoration: none;
		color: #244e4e;
		padding-left: 50px;
	}