/************************************************************************************
RESET
*************************************************************************************/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 1px solid #007a86;
}

/* Auto-resize images. */
img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/* Set HTML5 elements to block. */
article, aside, details, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	background: #1997a2 url(../images/body-bg.jpg) repeat center top;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

h1, h2, h3 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.1em;
}
td {
	padding-right: 10px;
} 

/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
	width: 960px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/

#header {
	position: relative;
	height: 110px;
}

#header-info {
   	color: #fff;
    margin: 10px 0 0 20px;
    padding: 0;
    position: absolute;
}

#header-info li {
    font: bold 100%/130% Arial, Helvetica, sans-serif;
   	color: #fff;
   	list-style: none;
}

#header-info a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	float: none;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/

#main-nav {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}

#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

#main-nav li:first-child {
	margin-left: 10px;
}

#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #007a86;
	display: block;
	padding: 12px 12px;
	text-decoration: none;
}

#main-nav a:hover {
	color: #fff;
	background-color: #116c74;
}

#main-nav .nav-selected {
	color: #fff;
	background-color: #0a99a6;
}

/************************************************************************************
CONTENT
*************************************************************************************/

#content {
	background-color: #fff;
	margin: 6px 0 5px;
	padding: 20px 37px;
	width: 600px;
	float: left;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

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

.flags img {
	float: right;
	margin: 5px 0 5px 10px;
}

.flags img:hover {
	border: 1px solid #fff604;
}

/* Remove float property of puku-title for pages that have no flags. */
.plain-title {
	color: #007a86;
	margin: 0 0 15px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}

.puku {
	margin-bottom: 10px;
}

.puku-title {
	color: #007a86;
	margin: 0 0 15px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
	float: left;
}

.puku-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/

#sidebar {
	width: 280px;
	float: right;
	margin: 0 0 10px;
}

.widget {
	background-color: #fff;
	margin: 6px 0 6px;
	padding: 10px 20px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.widgettitle {
	color: #007a86;
	margin: 0 0 5px;
	padding: 0;
}

.widgetinfo img {
	float: left;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 5px;
}

.widgetinfo .widgetdetail {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}

.widgetinfo img:hover,
.widgetgallery img:hover {
	border: 1px solid #fff604;
}

.widgetpayment img,
.widgetservices img {
	border-style: none;
}

.widgetservices img {
	padding: 5px;
}

.widget p {
	color: #007a86;
	font: bold 14px/120% Arial, Helvetica, sans-serif;
	margin: 0 0 0.6em;
	padding: 0;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/************************************************************************************
SOCIAL MEDIA
*************************************************************************************/

#social-media {
	float: right;
	border: 0;
}

#social-media img {
	border: 0;
}

#rating-site img {
	border: 0;
}

/************************************************************************************
HOTEL
*************************************************************************************/

.hotel-services img {
	border: 0;
	float: left;
	padding: 0;
	margin-right: 10px;
}

.hotel-services p {
	font: bold 16px/110% Arial, Helvetica, sans-serif;
	color: #0098a7;
	margin-left: 100px;
	margin-top: 18px;
}

.hotel-services ul {
	margin: 0;
	padding: 0;
}

.hotel-services li:first-child {
	border-top: none;
}
  
.hotel-services li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}


/************************************************************************************
INFO
*************************************************************************************/

#info-island,
#info-hotel,
#info-summary,
#room-sgl,
#room-dbl,
#room-trp,
#room-mat,
#room-twn,
#room-mat1,
#room-trp3,
#tour-desc-rt,
#tour-desc-pt,
#tour-reg-fd,
#tour-reg-hda,
#tour-reg-hdo,
#tour-pri-fd1,
#tour-pri-fd2,
#tour-pri-fd3,
#tour-pri-hda,
#tour-pri-hdo,
#tour-pri-city,
#tour-desc-fd1,
#tour-desc-fd2,
#tour-desc-fd3,
#tour-desc-hda,
#tour-desc-hdo,
#offer-desc,
#offer-desc1,
#offer-desc2,
#offer-desc3,
#offer-desc4,
#offer-desc5,
#notfound-desc {
	max-width: 100%;
	padding: 20px;
	margin: 20px 0;
	border: 4px solid #8FB5C1;
	border-radius: 15px;
	position: relative;
}

/* A plain holder for title and flag (pages without puku-image). */
#plain-holder {
	max-width: 100%;
	padding: 0 0 25px;
	position: relative;
}

.info-details {
	float: right;
}

.info-header {
	color: #007a86;
	margin: 0 0 20px;
	padding: 0;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
}

.info-image,
.room-image,
.tour-image,
.offer-image,
.notfound-image {
	float: left;
	margin-right: 20px;
	max-width: 100%;
	height: auto;
	width: auto;
}

.info-info {
	margin-bottom: 20px;
}

#info-desc hr {
	border: 0;
	color: #007a86;
	height: 1px;
	background: #007a86;
}


#info-summary li {
	list-style: none;
}

.info-button,
.room-button,
.tour-button,
.offer-button  {
	width: 100px;
	height: 25px;
	background-color: #007a86;
	color: #FFF;
	border: none;
	display: block;
	float: right;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	border-radius: 8px;
}

.info-button:hover,
.room-button:hover,
.tour-button:hover,
.offer-button:hover {
	background-color: #476176;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

.info-title,
.hotel-title,
.offer-title,
.policy-title,
.room-title,
.tour-title {
	color: #007a86;
	margin: 0 0 20px;
	padding: 0;
	font: bold 18px/120% Arial, Helvetica, sans-serif;
}

/************************************************************************************
ROOM
*************************************************************************************/

.room-details {
	float: right;
}

.room-equipments {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
}

.room-equipments li {
	padding-left: 0px;
	font-style: italic;
}

.room-imagelist {
	list-style: none;
	margin: 0px;
}

.room-info {
	margin-bottom: 50px;
}

.room-list {
	margin-bottom: 10px;
}

/************************************************************************************
TOUR
*************************************************************************************/

.tour-details {
	float: right;
}

.tour-equipments {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
}

.tour-equipments li {
	padding-left: 0px;
	font-style: italic;
}

.tour-imagelist {
	list-style: none;
	margin: 0px;
}

.tour-info {
	margin-bottom: 20px;
}

.tour-list {
	margin-bottom: 5px;
}

/************************************************************************************
OFFER
*************************************************************************************/

#offer-desc tr:hover {
	background-color: #b3d9e0;
}

#offer-desc hr,
#offer-desc2 hr  {
	border: 0;
	color: #007a86;
	height: 1px;
	background: #007a86;
}

.offer-details {
	float: right;
}

.offer-link {
	margin-left: 10px;
}

.offer-table {
	border: 1px solid #007a86;
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}

.offer-table td {
	border: 1px solid #007a86;
	padding-left: 15px;
	padding-right: 15px;
}

.family-offer {
	width: 225px;
}

.offer-table th {
	border: 1px solid #007a86;
	background-color: #5197ae;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}

.info-subtitle,
.offer-subtitle,
.policy-subtitle {
	color: #007a86;
	margin: 12px 0 20px;
	padding: 0;
	font: bold 14px/110% Arial, Helvetica, sans-serif;
}

/************************************************************************************
GALLERY
*************************************************************************************/

#puku-gallery {
	margin-bottom: 20px;
}

.gallery-view
{
	cursor: default;
	list-style: none;
}

.gallery-view a
{
	cursor: default;
}

.gallery-view a .preview
{
	display: none;
}

.gallery-view a:hover .preview
{
	display: block;
	position: absolute;
	top: -18px;
	left: -45px;
	z-index: 1;
}

.gallery-view img
{
	background: #fff;
	vertical-align: top;
	/* Disable auto-resize images. */
	max-width: none;
	width: 100px;
	height: 75px;
}

.gallery-view li
{
	display: inline;
	float: left;
	margin: 2px;
	padding: 2px;
	position: relative;
}

.gallery-view .preview
{
	width: 200px;
	height: 150px;
	padding: 4px;
}

/************************************************************************************
HOTEL POLICIES
*************************************************************************************/

#policy-date,
#policy-signature {
	font-style: italic;
}

/************************************************************************************
CONTACT AND BOOKING FORMS
*************************************************************************************/

#puku-form {
	max-width: 100%;
	padding: 20px;
	margin: 20px 0;
	border: 4px solid #8FB5C1;
	border-radius: 15px;
	position: relative;
}

#puku-form label,
#puku-form .reservation-label {
	display: block;
	margin-top: 15px;
	margin-bottom: 2px;
}

#puku-form select {
	background-color: #EBF2F4;
}

#puku-form input,
#puku-form select,
#puku-form textarea {
	width: 90%;
	border: 1px solid #007a86;
	padding: 4px;
}

#puku-form textarea {
	margin-bottom: 15px;
}

#puku-form input:focus,
#puku-form select:focus,
#puku-form textarea:focus {
	border: 1px solid #007a86;
	background-color: #EBF2F4;
}

#puku-form textarea {
	height: 150px;
}

#puku-form #submit-button {
	width: 100px;
	background-color: #007a86;
	color: #FFF;
	border: none;
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-right: 6px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	border-radius: 8px;
}

#puku-form #submit-button:hover {
	background-color: #476176;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

#puku-form #submit-button:active {
	position: relative;
	top: 1px;
}

#puku-form #loading {
	width: 32px;
	height: 32px;
	background-image: url(../images/loading.gif);
	display: block;
	position: absolute;
	right: 130px;
	bottom: 16px;
	display: none;
}

#errors {
	border: solid 1px #E58E8E;
	padding: 10px;
	margin: 25px 0px;
	display: block;
	width: 90%;
	border-radius: 8px;
	background-color: #FFE6E6;
	display: none;
}

#errors li {
	padding: 2px;
	list-style: none;
}

#errors li:before {
	content: ' - ';
}

#errors #info {
	font-weight: bold;
}

#errors #info:before {
	content: '';
}

#success {
	border: solid 1px #83D186;
	padding: 25px 10px;
	margin: 25px 0px;
	display: block;
	width: 90%;
	border-radius: 8px;
	/* background: #D3EDD3 url(../images/accepted_48.png) no-repeat 405px center; */
	background-color: #D3EDD3;
	font-weight: bold;
	display: none;
}

#errors.visible, #success.visible {
	display: block;
}

#req-field-desc {
	font-style: italic;
}

#puku-form .required {  
	font-weight:bold;  
	color:#F00;
}

#puku-form .check-extra {
	max-width: 80px;
}

#puku-form .date-input {
	max-width: 130px;
}

#puku-form .flight {
	max-width: 80px;
}

#puku-form .passengers-total {  
	max-width: 80px;
}

#puku-form .program {  
	width: 90%;
}

#puku-form .date-table {  
	border: none;
	border-collapse: collapse;
	width: 90%;
}

#puku-form .date-table td {
	border: none;
	padding-left: 0;
	padding-right: 5px;
	margin-right: 5px;
}

#puku-form .passenger-table {
	border: none;
	border-collapse: collapse;
	width: 90%;
}

#puku-form .passenger-table td {
	border: none;
	padding-right: 0;
}

#puku-form .reservation-table {
	border: 1px solid #007a86;
	border-collapse: collapse;
	width: 90%;
}

#puku-form .reservation-table th {
	border: none;
	background-color: #ffffff;
}

#puku-form .reservation-table td {
	border: none;
	min-width: 60px;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 0;
}

#puku-form .reservation-table tr:hover {
	background-color: #b3d9e0;
}

#puku-form .room-select {
	margin-top: 2px;
	margin-bottom: 2px;
}

/************************************************************************************
PAGE NOT FOUND (404)
*************************************************************************************/
.notfound-details {
	float: right;
}

.notfound-title {
	color: #007a86;
	margin: 0 0 20px;
	padding: 0;
	font: bold 18px/120% Arial, Helvetica, sans-serif;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #fff;
	font-size: 85%;
	position: relative;
	margin-bottom: 10px;
}

#footer a {
	color: #fff;
}

#footer-info li:first-child {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 3px;
}

#footer-info li {
	color: #fff;
	font-size: 85%;
	margin: 0;
   	list-style: none;
}

/************************************************************************************
FOOTER NAVIGATION
*************************************************************************************/
#footer-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 100;
}

#footer-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

#footer-nav li:first-child {
	margin-left: 10px;
}

#footer-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

#footer-nav a:hover {
	color: #fff;
	text-decoration: underline;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/************************************************************************************
MEDIA QUERIES: smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	#pagewrap {
		width: 98%;
	}

    #main-nav a {
       	padding: 12px 10px;
    }

	#content {
		width: 64%;
		padding: 3% 4%;
	}

	#sidebar {
		width: 27%;
	}
	#sidebar .widget {
		padding: 4% 7%;
	}

}

/************************************************************************************
MEDIA QUERIES: smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	#header {
		height: auto;
	}

	#header-info {
		position: static;
	}

	#header-info {
        font: bold 10px/90% Arial, Helvetica, sans-serif;
	}

	#header-info a {
        font: bold 20px/90% Arial, Helvetica, sans-serif;
	}

	#main-nav {
		position: static;
	}

	#main-nav a {
		font-size: 80%;
		padding: 10px 6px;
	}
	
	#content {
		width: auto;
		float: none;
		margin: 6px 0;
	}

	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 6px;
	}

	#puku-form .date-table {  
		width: 90%;
	}

	#puku-form .passenger-table {
		width: 90%;
	}

	#puku-form .reservation-table {
		width: 90%;
	}
	
	#puku-form .program {
		width: 90%;
	}

}

/************************************************************************************
MEDIA QUERIES: smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	#main-nav a {
		font-size: 80%;
		padding: 10px 4px;
	}

	#puku-form .date-table {  
		width: 100%;
	}

	#puku-form .passenger-table {
		width: 100%;
	}

	#puku-form .reservation-table {
		width: 100%;
	}

	#puku-form .program {  
		width: 100%;
	}

}
