@charset "utf-8";

@font-face {
    font-family: 'bakersignet_btroman';
    src: url('bakrsgnt-webfont.woff2') format('woff2'),
         url('bakrsgnt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
	
body {
	padding:0em;
	font : 100%/1em 'Helvetica Neue', arial, helvetica, helve, sans-serif;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left -100px;
	background-color: #7EB2B6;
 }
 
 .theme-dark {color: #253F41;}


/* headings */

.banner-notice {
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:8px;
	border:4px solid #135D63;
	display: inline-block;
	color:#135D63;
	font-family: Arial;
	text-align: center;
	font: normal 1.5em/.9em "BakerSignet BT", serif;
	font-weight: bold;
	padding: 12px 29px;
	text-decoration:none;
	text-shadow:0px 1px 1px #ffee66;
	margin: .5em 1.5em;
}



.privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem .5rem;
    background: #fff;
    z-index: 1030;
    color: #000;
    font-size: 14px;
    margin: 0;
    display: none;
  }
  .banner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
  }
  .privacy-banner p {
    margin: 0;
    color: #000;
    text-align: center;
  }
  .privacy-banner .banner-wrapper p {
      padding-right: 3rem;
  }
  .privacy-banner a {
    text-decoration: none;
    margin: 20px auto 0 auto;
    display: block;
    max-width: 150px;
  }
  .privacy-banner a:hover {
    text-decoration: underline;
  }
  .privacy-banner button {
    position: absolute;
    right: 5px;
    top: calc(50% - 12.5px);
    color: #fff;
    outline: 0;
    height: 25px;
    width: 25px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 1;
    background: #000;
    cursor: pointer;
  }
  .banner-learn {
    color: #000;
  }
  .banner-accept {
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    background: #000;
  }
  @media (min-width: 768px) {
    .privacy-banner {
      padding: 1.5rem .5rem;
    }
    .privacy-banner a {
      display: inline-block;
      margin: 0 10px;
    }
  }

.notice, .notice h3, notice h1  {
	color: #B00428; 
	background-color: white;
	display:block;
	padding: .5em;
	line-height: 1.5em;
	font-size: 1em;
}

.notice h1  {
	color: #B00428; 
	font-size: 2em;
	padding-bottom: .3em;
	text-align: center;
}

@media only screen and (max-width: 580px) {
   .notice, .notice h3  {
	color: #B00428;
	background-color: white;
	display:block;
	padding: 1em;
	line-height: 1.2em;
	font-size: 1em;
}

.notice h1  {
	color: #B00428;
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
}
    }
	 
h1 {
	padding-bottom: 0.8em;
	padding-top: .2em;
	color: #253F41;
	font: normal 3.5em/1.1em "BakerSignet BT", serif;
	}

h2 {
	padding-bottom: 1em;
	color: #FFFFFF;
	font: 1.6em/1.1em "Helvetica LT Std", "Arial Narrow", Arial;
	text-align: left;
}

h3 {
	font-size: 1.4em;
	line-height: 2em;
	color: #253F41;
	font-family: "Helvetica LT Std", Arial, "Arial Narrow";
}

h4 {
	font-size: 1.2em;
	padding-bottom: 1em;
	color: #284446;
	line-height: 1.2em;
}

h5 {
	color: #5B9A9F;
	font: bold 1.3em/2em "BakerSignet BT", serif;
	padding-left: 1em;
}

h6 {
	font-size: 1em;
}

p {
	padding-bottom: 1em;
	color: #253F41;
	font: 1em/1.3em Tahoma, Geneva, sans-serif;
}
.smaller {
	font-size: .6em;
}

.bold {font-weight: bold;}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

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

.white {color: #FFF;}
.red { color: #8F0B27; }
.clear { clear: right; }
.blue {color:darkcyan;}
.green-dk {color: #253F41;}

.bgwhite {background-color: #FFF;}

/* headings */

img {
	border-radius: 20px; 
height: auto;
max-width: 100%;
}


.imgC {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.imgL {
	display: block;
	float:left;
}

.imgR {
	display: block;
	float:right;
}
.img_border_c {
	border: .2em solid #FFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.imgfull {
	width: 100%;
	display: block;
}

.icon_img {
	display: block;
	margin: 0em auto 0em auto;
	border: 0.2em solid #4A7D82;
	-webkit-box-shadow: 0px 11px 17px 0px rgba(37, 51, 50, 0.75);
	-moz-box-shadow:    0px 11px 17px 0px rgba(37, 51, 50, 0.75);
	box-shadow:         0px 11px 17px 0px rgba(37, 51, 50, 0.75);
}
a {
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}

.links {
	color: #006699;
	text-decoration: none;
}

a[href^=tel] { color: inherit; text-decoration: none; }

/* header */

header { }
header img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
header h1 {
	font-size: 4.2em;
	padding: 0px;
	text-align: center;
}


header h2 {
	font: 2em "Arial Narrow", Arial, sans-serif;
	padding: 0px;
	text-align: center;
}

@media only screen and (max-width: 780px) {
header .col1_5 {
	text-align: center;
}
	
	header h1 {
	font-size: 3.6em;
}
}

.booking_btn {
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:8px;
	border:2px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:12px 29px;
	text-decoration:none;
	text-shadow:0px 1px 1px #ffee66;
	margin: .5em 1.5em;
}
.booking_btn:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.booking_btn:active {
	position:relative;
	top:1px;
}

.sitemap_btn {
	box-shadow:inset 0px 1px 0px 0px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:8px;
	border:2px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:12px 13px;
	text-decoration:none;
	text-shadow:0px 1px 1px #3d768a;
	margin: .5em 1.5em;
}
.sitemap_btn:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.sitemap_btn:active {
	position:relative;
	top:1px;
}

.terms_btn {
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:8px;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:3px 6px;
	text-decoration:none;
	margin: 0;
	float: right;
	width: auto;
}
.terms_btn:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.terms_btn:active {
	position:relative;
	top:1px;
}

@media only screen and (max-width: 760px) {

.terms_btn {
	float: none;
	display: block;
	text-align: center;
	margin: 20px auto;
	padding: 2px;
	width: 50%;
}
}
/* main */

.div {
	padding-top: 3em;
	padding-bottom: 3em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/divbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}

.img_main {
	margin: 0em  auto 2em auto ;
	display: block;
	-webkit-box-shadow: 0px 11px 17px 0px rgba(37, 51, 50, 0.75);
	-moz-box-shadow:    0px 11px 17px 0px rgba(37, 51, 50, 0.75);
	box-shadow:         0px 11px 17px 0px rgba(37, 51, 50, 0.75);
}

/* group */

.group ul, .group ol {
	width: 80%;
	margin: 0em auto;
	color: #FFF;
	text-decoration: none;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1em;
	line-height: 1.3em;
}


.group ul li, .group ol li {
	text-align: left;
}

/* box */
.box {
	border-radius:20px;
	color: #7CB1B5;
	text-align: center;
	background-color: #D8D9D2;
	font-family: "Helvetica LT Std", "Arial Narrow", Arial;
	font-size: 1.2em;
	text-decoration: none;
	padding-bottom: 1em;
}
.box h4 {
	text-decoration: none;
	font-size: 1.2em;
	color: #7DB1B5;
	padding-top: .5em;
}
.box h4 a {
	text-decoration: underline;
	color: #7CB1B5;
}
.box ul {
	min-height: 380px;
	width: 80%;
	margin-right: 0.5em;
	margin-left: 2em;
	display: block;
}
 .box ul li{
	line-height: 1.3em;
	font-size: 1em;
	color: #7CB1B5;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style: square outside;
}

.container-video {
position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info ul {
color: #253F41;
}

.info li {
	width: 100%;
	margin: 0em auto;
     color: #253F41;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.1em;
	padding-bottom: 1em;
}


/* quote */
.quote {
	background-color: #477E85;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-left-radius:30px;
	border-top-right-radius:30px;
	display: block;
}	
.quote p {
	height:auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFFFFF;
	font-size: 1.2em;
	background-image: url(../images/quote_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2em;
	min-height: 200px;
}

/* table */
table   {
	border-collapse:collapse;
	border: 0.1em solid #FFFFFF;
	color: #FFFFFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	line-height: 1.3em;
}
.img_align {
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: -0.8em;
	margin-left: 0.2em;
}

table tr th {
	font-size: 1.2em;
	width: 20%;
	height: 2em;
	padding-bottom: .5em;
	padding-right: 0.1em;
	padding-left: 0.1em;
	background-image: url(../images/divbg.png);
	background-repeat: repeat-x;
	background-position: left 1em;
	border: .1em solid #FFF;
	line-height: 1.1em;
	color: #253F41;
	padding-top: 1.2em;
}
.row2 {
	background-color: #A5C8CB;
}
.dark {
	color: #253F41;
	font-size: 1.2em;
}


table td   {
	border-collapse:collapse;
	text-align: center;
	border: 0.1em solid #FFFFFF;
	width: 20%;
	font-size: 1.3em;
	height: 2em;
	vertical-align: middle;
	padding-top: 0.6em;
}

/*form*/

form {
	width: 85%;
	border: 2px solid #D8D9D2;
	border-radius: 20px;
	background-image: url(../images/footer-border.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #7CB1B5;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 3em;
	padding-left: 1em;
	color: #FFF;
	font-family: "Helvetica LT Std", Arial, "Arial Narrow";
	margin: 0em;
}
form h2  {
	font-size: 1.4em;
	color: #FFF;
	text-align: center;
	padding-bottom: 2em;
	margin-bottom: 0px;
	padding-top: 0px;
}

form p {
	margin-right: auto;
	margin-left: auto;
	display: block;
	color: #FFF;
}
#form label {
	margin-right: auto;
	margin-left: auto;
	width: 85%;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

input  {
	width: 60%;
	background-color: #D8D9D2;
	height: 1.4em;
	display: inline-block;
}

#Message {
	width: 85%;
	background-color: #D8D9D2;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-left: 1em;
}
#submit    {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	background-color: #D8D9D2;
	height: 30px;
	color: #50898D;
	margin-top: 1em;
	margin-bottom: 1px;
}



footer {
	width: 100%;
	clear:both;
	background: #D8D9D2 url(../images/footer-border.png) repeat-x left top;
	padding-bottom: 0.5em;
	border-top: 0.5em #B2D3D7;
	border-right-color: #B2D3D7;
	border-bottom-color: #B2D3D7;
	border-left-color: #B2D3D7;
	padding-top: 3em;
	margin: 0px;
}

footer h1 {
	font-size: 1.2em;
	font-weight: 900;
	margin-top: .8em;
	text-align: left;
	
}

footer h3 {
	color: #000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	line-height: 1.1em;
}

footer h2 {
	font-size: 1em;
	padding-top: .5em;
	padding-bottom: 1em;
	color: #000;
}
footer .imgfull { width: 100%; }
footer img.imgfull { width: 100%; }


#return {
position: fixed;
font-size: 2em;
color: #ffffff;
z-index: 100;
right: 4%;
bottom: 1%;
}

.responsivefromhere {}


@media only screen and (max-width: 760px) {
.colbox {
	clear: both;
	width: 100%;
	
}
.colbox .box ul {
	display: block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

 .box ul li{ 
	}
	

}

@media only screen and (max-width: 580px) {
h1 {
	text-align: center;
	font-size: 2.5em;
}
h2 { text-align: center; }


header h1{
	clear:both;
	text-align: center;
	font-size: 2.8em;
}
header img {
	display: block;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}
header h2    {
	text-align: center;
	float: none;
}

#video p { font-size: .8em;}

footer img.imgfull {
	width: 30%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
footer .imgR {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
footer h1 { text-align: center; }

footer .smaller { text-align: center; }
}

