/* Website template by freewebsitetemplates.com */
/* Website by Moonrider, some additonal style modifications made by libadwaita */
body:after {
position: absolute; 
width: 0; 
height: 0; 
overflow: hidden; 
z-index: -99;
content: url("../images/backgroundbutton.svg") url("../images/backgroundbuttonhover.svg") url("../images/backgroundbuttondown.svg");
} 

@font-face{
font-family: DejaVu Sans;
src: url(../fonts/DejaVuSans.woff);
}

@font-face{
font-family: DejaVu Sans;
src: url(../fonts/DejaVuSans-Bold.woff);
font-weight: bold;
}

:root {
	scrollbar-color: #3399ff #000000 !important;
}

body {
	background: #ffb744 url(../images/bg-body.jpg) repeat left bottom;
	font-family: "DejaVu Sans", DejaVu Sans, serif;
	margin: 0;
}
#background {
	background: url(../images/bg-pattern.jpg) repeat-x center top;
	min-height: 1318px;
}
#page {
	max-width: 960px;
	margin: 0 auto;
}
img {
	border: 0;
}

/* Other libadwaita additions */
.alert_text {
	color: red !important;
	font-weight: bold !important;
}

.red_text {
	color: red;
}

.green_text {
	color: green;
}

.blue_text {
	color: blue;
}

.purple_text {
	color: purple;
}

button {
	box-shadow: 0px 1px 4px 1px rgba(25 ,15 ,15 ,0.69);
	background-image: url("../images/backgroundbutton.svg");
	color: white;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	margin-left: 6px;
	margin-right: 6px;
	padding-bottom: 3px;
	user-select: none;
	-webkit-user-select: none;
	font-size: 1em;
	border: 0.005em solid rgba(0, 0, 0, 1);
	text-decoration: none;
	border-bottom: none;
	outline: none !important; 
	font-family: DejaVu Sans, "DejaVu Sans";
	-ms-user-select: none;
	-moz-user-select: none;
}

button:hover {
	background-image: url("../images/backgroundbuttonhover.svg");
}

button:active {
	background-image: url("../images/backgroundbuttondown.svg");
}

#copyLinkButton {
	padding-top: 0.5em;
}

summary:hover {
	cursor: pointer;
}

/*linkcolours*/

a:link {
color: rgb(0,64,240);
}

a:hover {
color: rgb(0,96,255);
}

a:active {
color: rgb(0,96,96);
}

a:visited {
color: rgb(104,104,144);
}
/*------------------------------ Sprites ------------------------------*/
#navigation li, #navigation li a:hover, #navigation li.selected a {
	background-image: url(../images/bg-menu.png);
	background-repeat: repeat-x;
}
#contents div.box, #contents div.box > div, #contents div.body {
	background-color: rgb(255,255,255);
	background-repeat: no-repeat;
	box-shadow: 0px 0px 6px 3px rgba(16, 16, 24, 0.50);
}
#main div.box, #main div.box > div, #main div.box > div > div {
	background-color: rgb(32,32,192);
	background-repeat: no-repeat;
	box-shadow: 0px 0px 6px 3px rgba(16, 16, 24, 0.50);
}
/*------------------------------ HEADER ------------------------------*/

#header {
	margin-bottom: 20px;
	padding-top: 20px;
}
/** Logo **/
#logo {
	float: left;
	margin-bottom: 20px;
	margin-left: 49px;
}

.logo_image {
	width: 672px;
}
/** Navigation **/
#navigation {
	background: url(../images/bg-navigation.png) no-repeat;
	clear: both;
	height: 50px;
	width: 860px;
	margin: 0 auto;
	padding: 1px;
}
#navigation ul {
	display: inline-block;
	width: 860px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	background-position: 0 -118px;
	background-repeat: no-repeat;
	height: 49px;
	width: 122px;
	margin: 0;
	padding-left: 1px;
	text-align: center;
}
@media screen and (max-width: 880px) {
	#navigation {
		background: url(../images/bg-navigation-mobile.png) no-repeat;
		height: 150px;
	}
	#navigation, #navigation ul {
		width: 122px;
	}
	#logo, .logo_image {
		max-width: 90%;
	}
	#sites li img {
	float: none !important;
	max-width: 90%;
	}
	.blog_image {
	max-width: 90%;
}
	}


#navigation li:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
#navigation li a {
	color: #fff;
	display: block;
	font: bold 14px/48px Arial, Helvetica, sans-serif;
	height: 49px;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li a:hover {
	background-position: 0 -59px;
	color: #6d6157;
}
#navigation li.selected a {
	background-position: 0 0;
	color: #e4e1bd;
}
/*------------------------------ CONTENTS ------------------------------*/
/** OTHER IMAGES **/
.blog_image {
	width: 558px;
}
/** BASE **/
#contents {
	display: inline-block;
}
#contents h1 {
	color: #316e66;
	font: 26px/30px "DejaVu Sans", DejaVu Sans, serif;
	margin: 18px 0 20px;
	padding-left: 2px;
	text-transform: uppercase;
}
#contents div.body h1, #contents h2 {
	color: #316e66;
	font: 30px/30px "DejaVu Sans", DejaVu Sans, serif;
	margin: 0 0 18px;
	text-transform: uppercase;
}
#contents h2 {
	color: #2c9688;
	font-size: 22px;
	margin: 0 0 30px;
}
#contents p {
	font-size: 15px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 24px 2px;
}
/** box-shadow **/
#contents div.box {
	background-position: left bottom;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 6px;
}
#contents div.box > div {
	background-position: -1745px top;
	padding: 6px 0 0;
}
#contents div.body {
	background-position: -871px top;
	background-repeat: repeat-y;
	min-height: 980px;
	padding: 30px 40px 0;
}
/** Adbox **/
#adbox {
	background: url(../images/bg-adbox.png) no-repeat left top;
	width: 852px;
	margin: 0 auto;
	padding: 4px 5px 18px;
}
#adbox p {
	font-size: 16px;
}
.ads {
	float: right;
	width: 220px;
	border-left: 1px solid #bbbbbb;
	margin-left: 20px;
	padding-left: 20px;
}
hr {
	border:0;
	border-top: 1px solid #bbbbbb;
	margin-bottom: 30px;
}
/** MAIN **/
#main {
	float: left;
	min-height: 100px;
	max-width: 100%;
	width: 100%;
}
#main div.box {
	background-position: left bottom;
	margin-bottom: 12px;
	padding: 0 0 6px;
	max-width: 100% !important;
}
#main div.box > div {
	background-position: -1145px top;
	padding: 6px 0 0;
}
#main div.box > div > div {
	background-color: white;
	padding: 1em;
}
#main div.box h3 {
	color: #316e66;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 1px dotted #9c8964;
	margin: 0;
	padding: 0 0 12px;
	text-transform: uppercase;
}
#main div.box h4 {
	font: 22px/24px "DejaVu Sans", DejaVu Sans, serif;
	font-weight: normal;
	margin: 6px 0 0;
}
#main div.box h4 a {
	color: #5a4535;
	text-decoration: none;
}
#main div.box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main div.box ul li {
	border-bottom: 1px dotted #9c8964;
}
#main div.box ul li span {
	color: #5a4535;
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
}
#main div.box ul li p {
	line-height: 24px;
	padding: 0 0 3px;
}

@media (prefers-color-scheme: dark) {
	#main div.box > div > div, #main div.box > div > div.body {
		background-color: black !important;
		color: white !important;
	}
	#contents div.box, #contents div.box > div, #contents div.body {
		background-color: black !important;
		color: white !important;
	}
}
/** SIDEBAR **/
#sidebar {
	float: right;
	height: auto;
	width: 375px;
}
#sidebar div.section {
	height: 144px;
	margin-bottom: 12px;
}
#sidebar div.section:first-child {
	padding: 3px 0 0;
}
#sidebar div.section > a:hover {
	filter:alpha(opacity=60);
	opacity: 0.6;
}

.sidebar-image {
	height: 144px;
	width: 285px;
}

@media screen and (max-width: 960px) {
	#sidebar {
	width: 300px;
	}
}

@media screen and (max-width: 880px) {
	#sidebar {
		height: auto;
		max-width: 285px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#sidebar div.section {
		height: 144px;
		margin-bottom: 12px;
		display: block;
	}
	#sidebar div.section:first-child {
		padding: 300px 0 0;
	
	}

	#sidebar div.section > a:hover {
		filter:alpha(opacity=60);
		opacity: 0.6;
	}
}
/** testimonials **/
#contents div#testimonials h3 {
	color: #2c9688;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 0;
	padding-bottom: 0;
}
#testimonials p {
	display: inline-block;
	line-height: 24px;
	padding-bottom: 3px;
}
#testimonials p span {
	float: right;
}
#testimonials p span a {
	color: #2c9688;
	text-decoration: none;
}
#testimonials p span a:hover {
	color: #2c9688;
}
/** Rooms, Foods Dive Sites **/
#rooms, #foods, #sites {
	list-style: none;
	margin: 0;
	padding: 0;
}
#rooms li, #foods li, #sites li {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #b7b7b7;
	padding: 30px 0;
	position: relative;
}
#rooms li:first-child, #foods li:first-child, #sites li:first-child {
	border-top: 0;
}
#rooms li img {
	float: left;
	border: 1px solid #2c9688;
	margin-right: 15px;
	width: 398px;
}
#rooms .rate {
	color: #316e66;
	display: inline-block;
	font: 16px/35px "DejaVu Sans", DejaVu Sans, serif;
	height: 35px;
	width: 138px;
	border: 1px solid #5a4535;
	text-align: center;
	position: absolute;
	bottom: 30px;
}
/** Food **/
#foods li > div.infos {
	height: 169px;
	width: 780px;
	position: relative;
}
#foods li > div.infos p {
	background: url(../images/bg-foodDetail.png) repeat;
	color: #316e66;
	display: none;
	height: 60px;
	width: 740px;
	padding: 6px 20px 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
#foods li > div.infos p span {
	display: block;
	font: 22px/22px "DejaVu Sans", DejaVu Sans, serif;
}
#foods li > div.infos:hover span.cover {
	background: url(../images/bg-foodInfos.png) repeat;
	display: inline-block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#foods li > div.infos:hover p {
	display: block;
}
/** Dive Site **/
#sites li {
	padding-bottom: 0;
}
#sites li img {
	float: right;
	border: 1px solid #2c9688;
	margin-left: 15px;
	width: 398px;
	margin-bottom: 1em;
}
/** News **/
#news {
	display: inline-block;
}

#news > div {
	width: 90%;
}

#news > div img {
	border: 1px solid #2c9688;
	margin-bottom: 20px;
}

@media screen and (min-width: 880px) {
	#news {
	width: 784px;
	padding-right:
	}
	
	#news > div {
	width: 560px;
	border-right: 1px solid #bbbbbb;
	padding-right: 35px;
	}
	#news div.sidebar {
	float: right;
	width: 160px;
	border: 0;
	padding: 0;
	}
}

#news > div h2 {
	margin-bottom: 12px;
}
#news > div span {
	display: block;
	font: 15px/24px "DejaVu Sans", DejaVu Sans, serif;
	margin-bottom: 30px;
}
#news > div span.author {
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
}
#news div.sidebar h3 {
	color: #2c9688;
	font-size: 20px;
	font-weight: normal;
	border-top: 1px solid #b7b7b7;
	margin: 0 0 12px;
	padding-top: 18px;
	text-transform: uppercase;
}
#news div.sidebar h3:first-child {
	border: 0;
	padding-top: 0px;
}
#news div.sidebar ul {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}
#news div.sidebar ul li a {
	display: inline-block;
	font-size: 15px;
	margin-bottom: 6px;
	text-decoration: none;
}
#news ul li {
	margin-bottom: 12px;
}
/** Contact **/
#contact form {
	float: right;
	color: #5a4535;
	height: 320px;
	width: 420px;
	border: 1px solid #5a4535;
	padding: 19px 19px 6px;
}
#contact form table {
	border-collapse: collapse;
}
#contact form table td {
	padding-bottom: 6px;
}
#contact table td:first-child {
	font-size: 14px;
	line-height: 30px;
	width: 180px;
	text-transform: uppercase;
}
#contact table td.txtarea {
	vertical-align: top;
}
#contact form input {
	height: 17px;
	line-height: 17px;
	width: 278px;
	border: 1px solid #5a4535;
	border-radius: 2px;
}
#contact textarea {
	height: 143px;
	line-height: 17px;
	width: 338px;
	border: 1px solid #5a4535;
	border-radius: 2px;
	overflow: auto;
	resize: none;
}
#contact input.btn {
	background: url(../images/btn-send.png) no-repeat -70px 0;
	cursor: pointer;
	height: 26px;
	width: 60px;
	border: 0;
	padding: 0;
	margin: 0;
}
#contact input.btn:hover {
	background-position: 0 0;
}
#contact p span {
	display: block;
	text-transform: uppercase;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
	color: #594334;
	font-size: 14px;
	line-height: 48px;
	margin: -38px 0 20px;
	padding-top: 42px;
	text-transform: uppercase;
}
#footer > div {
	background-color: #ac9e94;
	height: 48px;
	width: 822px;
	border-bottom: 1px solid #72675f;
	border-top: 1px solid #cdbeb2;
	margin: 0 auto;
	padding: 0 20px;
	text-align: right;
}
#footer ul.navigation {
	float: left;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul.navigation li {
	float: left;
	margin-right: 10px;
}
#footer ul.navigation li a {
	color: #594334;
	padding: 0 5px;
	text-decoration: none;
}
#footer ul.navigation li:first-child a {
	border-left: 0;
	padding-left: 0;
}
#footer ul.navigation li a:hover {
	color: #eee7c3;
}
#footer ul.navigation li.active a {
	color: #fff;
}
#footer p {
	margin: 0;
	text-align: center;
	text-transform: none;
}
/** Connect **/
#connect {
	float: right;
	display: inline-block;
	line-height: 26px;
	margin: 12px 0 0;
}
#connect a {
	background: url(../images/icons.png) no-repeat;
	display: inline-block;
	height: 23px;
	width: 23px;
	margin-left: 10px;
}
#connect a.pinterest {
	background-position: 0 -33px;
}
#connect a.facebook {
	background-position: 0 -98px;
}
#connect a.twitter {
	background-position: 0 -164px;
	width: 28px;
}
#connect a.googleplus {
	background-position: 0 -230px;
}
#connect a.pinterest:hover {
	background-position: 0 0;
}
#connect a.facebook:hover {
	background-position: 0 -65px;
}
#connect a.twitter:hover {
	background-position: 0 -131px;
}
#connect a.googleplus:hover {
	background-position: 0 -197px;
}