* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

.container {
	position: relative;
	width: 970px;
	height: inherit;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/*** Header content ***/

header {
	width: 100%;
	height: 130px;
	margin-bottom: 20px;
}

header, header .container {
	background-color: #1892df;
}

header #logo {
	position: absolute;
	top: 28%;
	left: 0;
}

.quick_book_block {
	position: absolute;
	right: 0;
	
	color: white;
	font-size: 18px;
	text-align: right;
	font-style: italic;
}

header .quick_book_block {
	top: 17%;
}

header nav {
	position: absolute;
	bottom: 0;
	right: 0;
}
header nav ul {
	list-style: none;
}
header nav li {
	float: left;
	margin-left: 3px;
	padding: 6px 0;
	
	font-size: 18px;
	font-weight: bold;
	background-color: #0078c3;
}
header nav li:hover, header nav li.current {
	background-color: #fd6320;
}
header nav li a {
	padding: 6px 10px;
	
	color: white;
	text-decoration: none;
}

/*** Left & right section content ***/

#content #left_section, #content #right_section {
	margin-bottom: 40px;
	padding: 10px 13px;
}

#content #left_section {
	width: 620px;
	min-height: 152px;	
	float: left;
	
	border-style: solid;
	border-width: 2px;
	border-color: #cecece;
	border-radius: 3px;
}
#content #left_section h4 {
	font-size: 14px;
	margin-bottom: 20px;
}
#content #left_section p {
	color: #464646;
	font-size: 12px;
	line-height: 18px;
}

#content #right_section {
	width: 267px;
	float: right;
	
	border-style: solid;
	border-width: 2px;
	border-color: #d2ebfc;
	border-radius: 3px;
}
#content #right_section * {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
#content #right_section h4 {
	font-size: 18px;
	margin-bottom: 15px;
}
#content #right_section ul {
	list-style: none;
}
#content #right_section ul li {
	margin-top: 15px;
	padding-left: 30px;
	
	font-size: 14px;
	background-image: url('../images/check.png');
	background-position: top left;
	background-repeat: no-repeat;
}

/*** Regular content ***/

/*** Destinations overview ***/
#content #destinations {
	list-style: none;
}
#content #destinations .destination {
	position: relative;
	width: 235px;
	float: left;
	margin: 0 10px 30px 0;
}
#content #destinations .destination:nth-child(4n+4) {
	margin-right: 0;
}
#content #destinations .destination .thumbnail {
	position: relative;
	height: 160px;
	background-image: url('../images/destinations/destination1_1.png');
	background-repeat: no-repeat;
	background-size: cover;
}
#content #destinations .destination .thumbnail .price {
	position: absolute;
	padding: 0 7px;
	top: 15px;
	right: 0px;
	
	line-height: 26px;
	color: white;
	font-size: 14px;
	background-color: #fd6320;
}
#content #destinations .destination .info {
	position: relative;
	min-height: 100px;
	padding: 10px;
	
	font-size: 12px;
	
	border-style: solid;
	border-top-style: none;
	border-width: 2px;
	border-color: #cecece;
}
#content #destinations .destination .info .title {
	font-weight: bold;
	margin-bottom: 3px;
}
#content #destinations .destination .info .star {
	float: left;
}
#content #destinations .destination .info .amount_persons {
	font-style: italic;
}
#content #destinations .destination .info .rating_stars {
	margin-bottom: 3px;
}
#content #destinations .destination .info_btn {
	position: absolute;
	height: 29px;
	bottom: 10px;
	right: 10px;
}

/*** Destination page ***/
#content #destination_title {
	width: 100%;
	height: 70px;
	margin: -20px 0 20px;
}
#content #destination_title , #content #destination_title .container {
	background-color: #f3f3f3;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #dfdfdf;
}
#content #destination_title h2 {
	line-height: 70px;
	color: #666666;
	font-size: 24px;
	font-weight: normal;
}

#content #left_right_info {
	position: relative;
}
#content #left_info {
	float: left;
}
#content #left_info #gallery {
	width: 530px;
}
#content #left_info #gallery .image {
	width: 530px;
}
#content #left_info #gallery #thumbnails {
	margin-top: 7px;
	list-style: none;
}
#content #left_info #gallery #thumbnails li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: white;
}
#content #left_info #gallery #thumbnails li, #content #left_info #gallery #thumbnails li img {
	height: 60px;
}
#content #left_info #gallery #thumbnails li img {
	opacity: 0.4;
}
#content #left_info #gallery #thumbnails li.current img {
	opacity: 1.0;
}

#content #right_info {
	width: 360px;
	padding: 20px;
	float: right;
	background-color: #fbfbfb;
}
#content #right_info p, #content #right_info #properties {
	font-size: 12px;
}
#content #right_info #properties {
	margin-top: 10px;
	color: #3d3d3d;
}
#content #right_info #properties ul, #content #additional_prices ul {
	list-style: none;
}
#content #right_info #properties li, #content #additional_prices li {
	margin-bottom: 10px;
	padding-left: 15px;
	background-image: url('../images/list_item_blue.png');
	background-repeat: no-repeat;
	background-position: left center;
}
#content #price {
    float: left;
    margin-right: 50px;
}
#content #additional_prices {
    float: left;
}
#content #additional_prices, #content #price {
	margin-bottom: 30px;
	color: #3d3d3d;
}
#content #additional_prices li {
	float: none !important;
	font-weight: normal !important;
	line-height: normal !important;
}
#content #reserve_box {
	margin-top: 70px;
	text-align: center;
}
#content #reserve_box p {
	margin-bottom: 10px;
	color: #494949;
}
#content #reserve_box button {
	padding: 0 12px;
	line-height: 40px;
	color: white;
	font-size: 30px !important;
	font-weight: bold;
	background-color: #fd6320;
	border-style: none;
	border-radius: 5px;
	cursor: pointer;
}
#content .addthis_toolbox {
	position: absolute;
	bottom: 10px;
	right: 0;
}
#content .addthis_toolbox a {
	color: black;
	text-decoration: none;
}

#content #navigation_window {
	margin: 20px 0 100px;
	
	border-style: solid;
	border-width: 2px;
	border-color: #cecece;
	border-radius: 5px;
}
#content #navigation_window #navigation_bar {
	width: 100%;
	height: 30px;
	list-style: none;
	background-color: #cecece;
}
#content #navigation_window li {
	float: left;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
#content #navigation_window li a {
	padding: 7px 17px;
	text-decoration: none;
	color: black;
}
#content #navigation_window li a.selected {
	background-color: white;
}
#content #navigation_window .info_tab {
	padding: 30px;
}
#content #navigation_window #map_canvas {
	width: 100%;
	height: 500px;
}
#content #navigation_window #calendar {
	border: none;
}
#content #navigation_window hr {
	margin-bottom: 20px;
	border-style: solid;
	border-color: #e7e7e7;
	border-width: 1px;
}

/*** Reserve or info form ***/
#content #navigation_window form * {
	font-size: 12px;
}
#content #navigation_window .form_row {
	margin-bottom: 40px;
}
#content #navigation_window form span {
	color: red;
}
#content #navigation_window form .reserve_info td {
	padding-bottom: 5px;
}
#content #navigation_window form .user_info td {
	padding-bottom: 10px;
}
#content #navigation_window form .form_section {
	float: left;
}
#content #navigation_window form .form_section:nth-child(2n+1) {
	margin-right: 80px;
}
#content #navigation_window form .date {
	width: 80px;
	margin-left: 5px;
}
#content #navigation_window form .title {
	margin-bottom: 3px;
	font-weight: bold;
}
#content #navigation_window form .user_info td:nth-child(2n+1) {
	width: 130px;
}
#content #navigation_window form input, #content #navigation_window select, #content #navigation_window form textarea {
	padding: 1px 0;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}
#content #navigation_window .user_info select {
	padding-left: 3px;
} 
#content #navigation_window form .no_of_persons {
	width: 70px;
	margin-right: 12px;
}
#content #navigation_window form .small_input {
	width: 80px;
}
#content #navigation_window form .long_input {
	width: 270px;
}
#content #navigation_window form textarea {
	width: 403px;
	max-width: 403px;
	height: 80px;
}

#content #navigation_window #reserve_box input[name="info_form"] {
	margin-top: 5px;
	color: #00568b;
	font-size: 14px;
	border: none;
	background: none;
	cursor: pointer;
}

/*** Contact form ***/
#content #contact_form {
	width: 415px;
	margin: 30px 0 10px;
}
#content h3 {
	margin-bottom: 15px;
	color: #ef8341;
	font-size: 18px;
	font-weight: bold;
}
#content #contact_form table {
	margin-bottom: 15px;
}
#content #contact_form td {
	padding-bottom: 10px;
}
#content #contact_form label, #content #contact_form .form_label {
	font-size: 12px;
}
#content #contact_form .form_label {
	width: 135px;
}
#content #contact_form span {
	color: red;
}
#content #contact_form input, #content #contact_form textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}
#content #contact_form input[type=text] {
	width: 280px;
}
#content #contact_form input[type=text].short {
	width: 80px;
}
#content #contact_form textarea {
	width: 410px;
	max-width: 410px;
	height: 80px;
	margin: 5px 0 40px;
}
#content #contact_form input[type=submit] {
	width: 113px;
	height: 27px;
	float: right;
	
	color: white;
	font-size: 20px;
	background-color: #fd6320;
	border: none;
	border-radius: 3px;
}

/*** Footer content ***/

footer {
	width: 100%;
}

footer, footer .container {	
	background-color: #1892df;
	border-top-style: solid;
	border-width: 5px;
	border-color: #0078c3;
}

footer .container {
	height: 180px;
	margin-top: -5px;
	padding: 30px 0 60px;
}

footer nav * {
	color: white;
	font-size: 12px;
}
footer nav ul {
	list-style: none;
}
footer nav li {
	width: 250px;
}
footer nav .panel:nth-child(1) {
	width: 180px;
}
footer nav li a {
	text-decoration: none;
}
footer nav ul ul li {
	margin-bottom: 7px;
}
footer nav .footer_panel_title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
}
footer nav .panel {
	float: left;
}

footer .quick_book_block {
	top: 50px;
	text-align: left;
}

footer #social_media_buttons {
	position: absolute;
	bottom: 60px;
	right: 0;
}
footer #social_media_buttons img {
	margin-left: 4px;
}

/* Start sticky footer code */
html, body {height: 100%;}

#content {min-height: 100%;}

#content .main.container {overflow:auto;
	padding-bottom: 275px;}  /* must be same height as the footer */

footer {position: relative;
	margin-top: -275px; /* negative value of footer height */
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
/* End sticky footer code */