@charset "utf-8";
/* CSS Document */
body {
	color: #004aad;
	font-size: 1.2rem;
}
h1,h2,h3,h4 {
	color:#004aad;
}
.card h3 {
	font-size: 18px;
	color:#fff;
}
.beachText {
	text-shadow: 2px 2px 8px #000; 
	font-size:1.5rem;
}
.navbar-dark .navbar-nav .nav-link {
	color: #FFF;
}
.navbar-dark .navbar-toggler {
	color: #2e4e65;
	border-color: #2e4e65;
}
.custom-toggler.navbar-toggler {
    border-color: rgb(46,78,101);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
a:hover {
    text-decoration: none !important;
}
.footer {
	color: #2cb5e1;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
}
.footer a {
	color: #2cb5e1;
	text-decoration: none;
}

.footC {
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
#adm {
	float: left;
	margin-left: 20px;
}

.dibiz {
	float: right;
	padding-right: 20px;
}
.dibiz a {
	color: #fff;
	text-decoration: none;
}
.NavLowHead {
	font-family: 'News Cycle', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffaf18;
	line-height: 1.0;
	padding-bottom: 10px;
}
.navLower a {
	font-size: 16px;
	color: #FFF;
	display: block;
}
.navLowBox {
	padding-bottom: 20px;
}
.obgd {
	background-color: #FDD786;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bbgd {
	background-color: #008cb3;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}
.bbgd h1 {
	color: #FFF;
	text-align:center;
}

.news a {
	color: #1c90b7;
	display: block;
	font-weight: 500;
}
.news a:hover {
	color: #000;
	display: block;
	background-color: #FDD786;
}
a.btn-link {
	color: #c7187f;
	font-size: 18px;
	font-weight: 600;
}
.card-header a {
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.btn-primary {
    color: #fff;
    background-color: #0060ae;
    border-color: #0060ae;
}
.btn-primary:hover {
	color: #fff;
	background-color:#007bff;
}
  .btn span {
    margin-left: -20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
   a .btn:hover span, a .btn:active span, a .btn:focus span {
	 text-decoration:none;
    outline: none !important; }
    .btn:hover span, .btn:active span, .btn:focus span {
       }
  .btn small {
    background: #e6e6e6;
    padding: 2px 8px;
    color: rgba(0, 0, 0, 0.3); }
  .btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    bottom: 0;
    background: #fff;
	font-size: 30px; }
    .btn .icon i {
      font-size: 30px; }
    .btn .icon.icon-round {
      border-radius: 50%; }
  .btn.btn-primary {
    background: #0060ae;
    border-color: #0060ae;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #007bff !important;
      background: #007bff !important; }
    .btn.btn-primary.btn-link {
      background: transparent;
      color: #fff;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .btn.btn-primary .icon i {
      color: #0060ae; }
  .btn.btn-outline-primary {
    color: #ec8f6a;
    border-color: #ec8f6a; }
    .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
      color: #fff;
      background: #ec8f6a; }

#back-to-top {

    background: #d0d0d0 url('../images/icon-arrow-top.png') center center no-repeat;

    position: fixed;

    right: 20px;

    bottom: 20px;

    height: 40px;

    width: 40px;

    outline: 0;

    text-align: center;

    display: none;

    opacity: 0.85;

    border-radius: 4px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}
#back-to-top:hover {
	background-color: #176A8D;
}
.fa-boxed.fa-facebook {
    background: #2f5c95;
}
.fa-boxed {
    color: rgba(255,255,255,1);
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.smartBox {
	background-color: #008cb3;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.jhpcard {
	margin-bottom: 15px !important;
}
.jhpcard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-deck {
	margin-bottom: 15px !important;
}
.card-deck .jhpcard {
    margin-right: 5px;
    margin-left: 5px;
}
.jhpcard {
	border: 1px solid #000;
}
.card-body {
	padding: 10px;
}
.card {
border: 1px solid rgba(44,181,225,1);
    background-color: #2cb5e1 !important;
}
.card a {
	color: #fff;
	text-decoration:none;
}
.img-hover-zoom:hover img {
  transform: scale(1.05);
}
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 1s;
}
.img-hover-zoom--slowmo:hover img {
  filter: brightness(110%);
  transform: scale(1.05);
}
.img-hover-zoom--slowmo:hover h3 {

}
.bg-light {
    background-color: #fff!important;
}
.sticky-top {
    top: 150px;
}
.address {
	color:#055b7b;
}
.tab1 {
	background-color: #FFF;
}
.tab1 td.t1 {
	background: #31a7e0;
	vertical-align: middle;
}

.tab1 > tbody > tr > td {
	font-family: "Trebuchet MS", sans-serif;
	color: #fff;
	background: #1cbaf0;
	text-align: center;
	border: 2px solid #fff;
	border-collapse: collapse;
	padding: 2px 5px;
	line-height: normal;
}
.tab1 td.t2 {
    background: #e5e5e5;
    text-align: left;
    color: #666;
}
.tab1 td.t2 strong {
    color: #333;
}
.tab1 td.t3 {
    background: #1d93cb;
}
.red {
	color: #F00;
}
.navbar {
	background-color:#000;
}
.conmain {
	color: #2cb5e1 !important;
}
.conmain a {
	color: #2cb5e1 !important;
	text-decoration:none;
}
.blueBordTop {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #004aad;
}
.blueBordBottom {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #004aad;
}
.specs a {
	text-decoration: none;
	color: #004aad;
}
.img-hover-zoom:hover img {
  transform: scale(1.05);
}
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 1s;
}
.img-hover-zoom--slowmo:hover img {
  filter: brightness(110%);
  transform: scale(1.05);
}
.img-hover-zoom--slowmo:hover h3 {

}

@media (min-width: 768px) {
.navbar {
	padding-top:0px;
	padding-bottom:0px;
	height: 205px;
}
.navbar-brand {

}
.nav-link {
	text-transform: uppercase;
	color: #2cb5e1 !important;
	padding-top: 1em;
	padding-right: 15px !important;
	padding-left: 15px !important;
	padding-bottom: 0px;
	font-size: 1.2rem;
}
.navbar-dark .navbar-nav .nav-link:hover {
		color: #fff;
	text-decoration: underline !important;
}
.top {
	height:35px;
}
.nav2 {
	position: fixed;
	top: 35px;
	right: 0;
	left: 0;
	z-index: 1130;
	background-color: #FFF;
	margin-bottom: 5px;
	text-align: center;
}
.nav2Box {
	display: block;
}
.nav2Box a {
	display: block;
}
.maxDiv {
	width:100%;
	height:100%;
}
.nav_item_wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
}
.nav2Box {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}
.nav2Box span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size: 20px;
	font-weight: 600;
	font-family: 'News Cycle', sans-serif;
}
.nav2Box a {
	background-color: #c7187f;
	color:#fff;
}
.nav2Box a:hover {
	background-color: #FDD786;
	color:#000;
}
.borderNone {
	padding-left: 0px;
}
.slogan {
	font-family: 'EB Garamond', serif;
	color: #1c90b7;
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
	padding-bottom: 20px;
}
.bbgd {
	margin-bottom: 20px;
}
main {
	padding-bottom: 30px;
}
.carousel {
}
}

@media (min-width: 768px) {
.sticky {
    box-shadow: 0px 2px 7px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pad20 {
	padding-right: 20px;
	padding-left: 15px;
}
.nav2Box {
    line-height: 117px;
}
body {

}
.bookNow {
    position: fixed;
    display: block;
    right: -75px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: #fff;
    background: transparent;
    padding: 20px 30px;
    z-index: 1000;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 -10px 20px rgba(0,0,0,.19), 0 0 6px rgba(0,0,0,.23);
    text-orientation: mixed;
}
.enquiry {
    position: fixed;
    display: block;
    left: -75px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: #fff;
    background: transparent;
    padding: 20px 30px;
    z-index: 1000;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 -10px 20px rgba(0,0,0,.19), 0 0 6px rgba(0,0,0,.23);
    text-orientation: mixed;
}
.card-deck .jhpcard {
    -ms-flex: 1 0 0% !important;
    flex: 1 0 0%!important;
    margin-right: 5px!important;
    margin-bottom: 0!important;
    margin-left: 5px!important;
}
.mainNav {

	padding-right: 16px;
}
}
@media (min-width: 992px) {
.pad20 {
	padding-right: 45px;
	padding-left: 45px;
}
.nav2Box {
    line-height: 117px;
}
.address {
	font-size: 18px;
}
body {

}
.sticky-top {
	top: 150px;
	background-color: #FFF;
}
}
@media (min-width: 1200px) {
.nav2Box {
    line-height: 130px;
}
.cover {
	background-image: url(../images/cover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	height: 600px;
}
.nav-link {
}
.mainNav {
	padding-right:200px;
	
}
}
@media (min-width: 1600px) {
.cover {
	background-image: url(../images/cover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	height: 800px;
}


}
@media (min-width: 1900px) {
.cover {
	background-image: url(../images/cover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	height: 1000px;
}


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

}
.borderNone {
	border:none!important;
	text-align: center;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
.beachText {
	font-size:1.0rem;
}

.navLowCol {
	width: 33%;
}
body {
	padding-bottom: 100px;
}
.mainNav {
	padding-top: 0px;
	padding-bottom: 0px;
}
.bookNow2 {
    position: fixed;
    display: block;
    right: 0;
    left: 50%;
    top: unset;
    bottom: 0;
    text-align: center;
    transform: translateY(0) rotate(0deg);
	background: #30526a;
    padding: 20px 30px;
    z-index: 1000;
    text-decoration: none;
    line-height: 1;
	margin-top: 20px;
	    color: #fff;
    font-size: 1.25em;
    font-weight: 600;

}
.enquiry2 {
    position: fixed;
    display: block;
    right: 50%;
    left: 0;
    top: unset;
    bottom: 0;
    text-align: center;
    transform: translateY(0) rotate(0deg);
	background: #f7b350;
    padding: 20px 30px;
    z-index: 1000;
    text-decoration: none;
    line-height: 1;
	margin-top: 20px;
	    color: #fff;
    font-size: 1.25em;
    font-weight: 600;

}
.navbar .nav-item a:hover {
	background-color:#2cb5e1;
}
.navbar .nav-link {
	padding-left: 30px;
	color:#FFF !important;
}
.advert {
	text-align:left !important;
}
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-item {
    color: #fff;
    background-color: #002a7e;
}
.dropdown-menu {
	padding: 0;
	margin: 0;
}
.dropdown-menu a {
	margin-bottom:10px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3b7abf;
}
.latest {
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	z-index: 1000;
}
.sticky-top {
	background-color: #FFF;
}
.recent {
    background-color: #f5f5f5 !important;
    border-radius: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-bottom: 20px !important;
}
.card-header {
    padding: 0px;
}
.card-header a {
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}
.links a {
	color:#002a7e;
	font-size:18px;
	line-height:1.75;
	text-decoration: underline;	
}
.links a:hover {
	color:#fff;
	background-color:#002a7e;
}
	
#user-result {
font-size: 16px;
font-weight: bold;
color: #F00;
display: inline;
}
#butWarn {
font-size: 16px;
font-weight: bold;
color: #F00;
display: inline;
}
.form-control {
	color:#000;
}
.form-control::-webkit-input-placeholder {
  color: #bec6cc;
}
.form-control:-moz-placeholder {
  color: #bec6cc;
}
.form-control::-moz-placeholder {
  color: #bec6cc;
}
.form-control::placeholder {
  color: #bec6cc;
}
.form-control:-ms-input-placeholder {
  color: #bec6cc;
}
