/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline:none;
}
html, body {
	color:#333
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
	display: block;
}
a:link, a:visited {
	text-decoration:none
}
b, strong {
	/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
ul {
	margin:0	
}
li {
	/*
  For IE6 + IE7.
*/
	list-style:none;
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg {
	/*
  For IE9.
*/
	overflow: hidden;
}

/* Temporary CSS
----------------------------------------------------------------------------------------------------*/

.price ,
.rates-table.price {
	display:none !important
}

/* Fonts
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:100;
	background:url(../images/bg-footer.jpg)
}

h1,
h3,
h5 {
	font-family: 'Passion One', cursive;
	font-weight:400
}

h1 {
	font-size:60px;
	line-height:50px;
	margin-bottom:20px
}

h2,
h4,
h6 {
	font-family: 'Pacifico', cursive;
	font-weight:normal
}

h2 {
	font-size:50px;
	margin-bottom:20px
}

h3 {
	font-size:36px;
	line-height:34px;
	margin-bottom:30px
}

h4 {
	font-size:30px;
	line-height:35px;
	margin-bottom:20px
}

h5 {
	font-size:24px;
	line-height:30px;
	margin-bottom:5px	
}

h6 {
	font-size:21px
}

p {
	line-height:20px;
	margin-bottom:15px
}

p a {
	color:#29ABE2
}

/* Font Options */

.font-white {
	color:#fff	
}

.font-blue {
	color:#0071BC
}

.font-green {
	color:#006837	
}

.font-brown {
	color:#603813;
	font-style:italic
}

.font-orange {
	color:#F15A24	
}

/* Main Layout
----------------------------------------------------------------------------------------------------*/

.container, .content {
	position:relative;
	display:block;
	min-width:960px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.container {
	width:100%
}

.content {
	margin:0 auto;
	width:960px;
	padding-left:10px;
	padding-right:10px
}

/* Content Layout */

.main-content,
.sidebar {
	position:relative;
	float:left;
	padding-top:25px;
	padding-bottom:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.main-content {
	width:75%;
}

.sidebar {
	width:25%;
	
	padding-left:20px
}

.sidebar p strong {
	color:#998675
}

/* Layout Options */

.full-page,
.textured .full-page {
	padding: 0 0 10px	
}

.heading {
	height:100px;
	background:url(../images/bg-heading.jpg) repeat-x center top	
}

.heading h2 {
	color:#fff;
	line-height:90px;
	margin:0
}

.textured {
	min-height:540px;
	padding:45px 0 50px;
	background:url(../images/bg-content.jpg)
}

/* Chrome Fix */

.textured-light {
	padding:0 0 30px;
	background:url(../images/bg-content-light.jpg)
}

.textured-light-transition {
	display:block;
	height:40px;
	margin-top:-40px;
	background:url(../images/bg-light-edge.png) repeat-x center top;
}

.tools {
	background:url(../images/bg-tools.jpg) repeat-x center top
}

.tools > .content {
	padding:20px 0;
	height:160px;
	overflow:hidden
}

/* Header
----------------------------------------------------------------------------------------------------*/

#header {
	height:90px;
	background-color:#fff
}

#header a {
	float:left	
}

#header img {
	float:right	
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

#navigation-placeholder,
#navigation {
	height:70px
}

#navigation {
	position:absolute;
	top:0;
	background:url(../images/bg-header-navigation.jpg) repeat-x center top;
	z-index:100;
	
}

#navigation ul#header-navigation,
#navigation ul#header-navigation li {
	float:left	
}

#navigation ul#header-navigation li {
	margin-right:2px	
}

#navigation ul#header-navigation li a {
	display:block;
	height:70px;
	font-family: 'Passion One', cursive;
	font-size:24px;
	font-weight:400;
	color:#fff;
	line-height:70px;
	padding:0 20px;
	letter-spacing:1px
}

#navigation ul#header-navigation li a.active,
#navigation ul#header-navigation li a:hover {
	background-color:#F15A24	
}

/* Subnavigation */

#navigation .header-subnavigation .content {
	padding:0	
}

#navigation .header-subnavigation {
	border-top:5px solid #F15A24;
	background:url(../images/bg-header-subnavigation.png) no-repeat center top;
	background-size:cover;
	padding:20px 0 10px;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 150ms ease;
	-moz-transition: -moz-transform 150ms ease;
	-o-transition: -o-transform 150ms ease;
	-ms-transition: -ms-transform 150ms ease;
	transition: transform 150ms ease
}

#navigation .header-subnavigation.active {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

/* Navigation Detached */

#navigation.detached {
	position:fixed	
}

#navigation.detached > .content {
	padding-left:130px;
	background:url(../images/logo-hob-secondary.jpg) no-repeat center left
}

/* Content
----------------------------------------------------------------------------------------------------*/

/* Global Classes */

a.link-box {
	display:block;
	height:35px;
	line-height:35px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:0 20px;
	background:url(../images/bg-btn-orange.jpg) repeat-x center top
}

a.btn {
	display:inline-block;
	height:30px;
	line-height:32px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:0 20px;
	text-align:center;
	margin-right:10px;
	background:url(../images/bg-btn-green.jpg) repeat-x center top
}

/* List Styles - Header Navigation List */

ul.navigation-tour-list {
	display:block
}

ul.navigation-tour-list li {
	margin:0 9px 20px;
	float:left
}

ul.navigation-tour-list li img {
	border:1px solid #C7B299;
	margin-bottom:10px;
	clear:both
}

ul.navigation-tour-list li span {
	display:block;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:bold	
}

ul.navigation-tour-list li a:hover img {
	border-color:#F15A24
}

ul.navigation-tour-list li a:hover span {
	color:#F15A24
}

/* List Styles - Justified List */

ul.justified-list {
	display:block;
	text-align:justify;
	margin-bottom:40px
}

ul.justified-list li {
	position:relative;
	display:inline-block;
	border:1px solid #C7B299;
	margin-bottom:9px
}

ul.justified-list li.clear-last {
	clear:both;
	width:100%;
	margin:0;
	border:none
}

/* List Styles - Justified List - Feature Tour Packages */

ul.justified-list li h6,
ul.justified-list li .tour-name {
	position:absolute;
	display:block;
	width:100%;
	z-index:10
}

ul.justified-list li h6 {
	top:10px;
	text-align:center;
	color:#fff;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 1);
}

ul.justified-list li .tour-name {
	bottom:0;
	padding:12px 15px 0;
	height:60px;
	text-align:left;
	font-weight:bold;
	line-height:20px;
	color:#fff;
	background: rgba(0,0,0,0.5);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box	
}

ul.justified-list li .overlay {
	position:absolute;
	display:table;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0 25px 0;
	background:rgba(24,160,174,0.9);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index:20;
	opacity:0;
	visibility:hidden
}

ul.justified-list li .overlay .overlay-content {
	display:table-cell;
	vertical-align:middle;
	height:306px	
}

ul.justified-list li .overlay span,
ul.justified-list li .overlay a,
ul.justified-list li .overlay p {
	display:block;
	text-align:center;
	color:#fff;
	overflow:hidden
}

ul.justified-list li .overlay span,
ul.justified-list li .overlay a {
	font-size:18px
}

ul.justified-list li .overlay span.title {
	font-weight:bold;
	max-height:38px;
	margin-bottom:8px	
}

ul.justified-list li .overlay p {
	max-height:100px;
	margin-bottom:20px
}

ul.justified-list li .overlay span.price {
	max-height:20px;
	margin-bottom:30px
}

ul.justified-list li .overlay a {
	text-decoration:underline
}

/* List Styles - Useful Tool List */

ul#useful-tools li {
	height:120px;
	width:240px;
	padding:12px 0;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
	border-right:1px solid rgba(255,255,255,0.3)
}

ul#useful-tools li.info,
ul#useful-tools li:last-child {
	border:none
}

ul#useful-tools li.info {
	text-align:left
}

ul#useful-tools li.info h4 {
	color:#FCEE21;
	margin-bottom:10px
}

ul#useful-tools li span {
	display:block;
	font-size:18px;
	font-weight:100;
	color:#fff;
	line-height:24px	
}

ul#useful-tools li a .icon {
	display:inline-block;
	clear:both;
	float:none;
	width:70px;
	height:70px;
	margin-bottom:5px;
	background-repeat:no-repeat;
	background-position:center top	
}

ul#useful-tools li a:hover span {
	color:#FCEE21
}

ul#useful-tools li a:hover .icon {
	background-position:center bottom
}

ul#useful-tools li .icon.currency-converter {
	background-image:url(../images/icon-currency-converter.png)	
}

ul#useful-tools li .icon.check-weather {
	background-image:url(../images/icon-check-weather.png)	
}

ul#useful-tools li .icon.timezone-converter {
	background-image:url(../images/icon-timezone-converter.png)	
}

/* List Styles - Tour Package List */

ul.tour-package-list,
ul.tour-package-list li,
ul.tour-package-list li .tour-name {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

ul.tour-package-list {
	padding:0 5px	
}

ul.tour-package-list li {
	position:relative;
	float:left;
	margin:0 4px 10px;
	background-color:#222;
}

ul.tour-package-list li a {
	display:block;
	border:1px solid #C7B299;
	opacity:1;
	-webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-o-transition: opacity 150ms;
	-ms-transition: opacity 150ms;
	transition: opacity 150ms
}

ul.tour-package-list li a.opaque {
	opacity:0.2
}

ul.tour-package-list li .tour-name {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:80px;
	padding:15px 15px 0;
	font-family: 'Passion One', cursive;
	font-size:24px;
	font-weight:400;
	color:#fff;
	line-height:25px;
	text-shadow: 1px 2px 2px #000;
	letter-spacing:1px
}

ul.tour-package-list li a:hover {
	border-color:#F15A24
}

/* List Styles - Tour Package Image List */

ul.image-list li {
	float:left;
	border:1px solid #fff;
	margin:0 8px 8px 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

ul.image-list li.float_r {
	float:right
}

/* List Styles - Bullet List */

ul.bullet-list {
	margin-bottom:20px	
}

ul.bullet-list li {
	list-style:disc;
	margin:0 0 5px 15px;
	line-height:18px
}

ul.bullet-list li.header {
	font-weight:bold;
	list-style:none;
	margin-left:0
}

/* Table Styles - Rates Table */

.rates-table {
	width:100%;
	margin-bottom:15px
}

.rates-table tr {
	border-bottom:1px solid #C7B299
}

.rates-table tbody tr:nth-child(2n+1) {
    background:url(../images/bg-rates-table.jpg)
} 

.rates-table tbody.textalign_l td {
	text-align:left !important
}

.rates-table th,
.rates-table td {
	padding-left:12px;
	padding-right:12px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.rates-table td {
	vertical-align:middle
}

.rates-table thead th,
.rates-table thead td {
	padding-top:12px;
	padding-bottom:8px
}

.rates-table thead th {
	color:#fff;
	font-weight:bold;
	background:url(../images/bg-table-header.jpg)	
}

.rates-table thead td {
	vertical-align:bottom
}

.rates-table tbody td {
	padding-top:12px;
	padding-bottom:8px
}

.rates-table tbody td {
	font-weight:bold	
}

.rates-table tbody td:first-child {
	font-weight:normal	
}

.rates-table tr.bg-brown td {
	background:url(../images/bg-rates-table.jpg)
}

/* Table Styles - Rates Table - Theme A */

.rates-table.themeA {
	margin-bottom:40px;
	vertical-align:top
}

.rates-table.themeA thead tr th:first-child,
.rates-table.themeA thead tr td:first-child {
	width:25%
}

.rates-table.themeA thead tr th:last-child,
.rates-table.themeA thead tr td:last-child {
	width:100%
}

.rates-table.themeA tr td:first-child {
	text-align:left;
	vertical-align:top
}

.rates-table.themeA tbody tr:nth-child(2n+1) {
	background:none
}

.rates-table.themeA tbody td {
	font-weight:normal	
}

.rates-table.themeA thead td,
.rates-table.themeA tbody td {
	border-right:1px solid #C7B299
}

.rates-table.themeA tbody td {
	width:auto;
	text-align:center
}

.rates-table.themeA tbody tr.divide-four td {
	width:25%
}

.rates-table.themeA tbody tr.font-blue td:first-child,
.rates-table.themeA tbody tr.font-green td:first-child {
	text-align:left
}

.rates-table.themeA td.textalign_c {
	text-align:center !important
}

.rates-table.themeA td:last-child {
	border:none	
}

/* Google Maps Canvas */

#map-canvas {
	display:block;
	width:100%;
	height:500px;
	border:1px solid #EADECA;
	border-left:none;
	border-right:none
}

/* BxSlider Custom Override */

.bx-wrapper {
	margin:0;
	padding:0
}

.image-slider .bx-wrapper {
	padding:0;
	min-width:960px
}

.bx-wrapper .bx-viewport {
	left:0;
	padding:0;
	height:500px !important
}

.bx-wrapper img {
	min-height:500px;
	width:100%;
	min-width:1600px
}

.bx-viewport {
	margin:0 auto
}

.bx-wrapper .bx-pager {
	padding-top:0
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 15px
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff;
	margin:0 6px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#F15A24
}

.bx-wrapper .bx-controls-direction a {
	height: 57px;
	margin-top:0;
	top: 40%;
	width: 56px;
	z-index:999
}

.bx-wrapper .bx-prev {
	background:url(../images/icon-slider-arrow-prev.png) no-repeat 0 0;
	left:25px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 -57px;
}

.bx-wrapper .bx-next {
	background:url(../images/icon-slider-arrow-next.png) no-repeat 0 0;
	right:25px
}

.bx-wrapper .bx-next:hover {
    background-position: 0 -57px;
}

/* BxSlider Slider Content */

.slider-content {
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:960px;
	height:100%;
	padding:0 10px;
	margin:0 auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box	
}

/* Fancybox CSS Override */

.fancybox-margin #navigation {
	padding-right:15px
}

.fancybox-skin {
	color:#000
}

.fancybox-close {
	width:60px;
	height:60px;
	top:-27px;
	right: -34px;
	background:url(../images/icon-close-popup.png) no-repeat 0 0
}

/* Datepocker Override */

.datepick-popup {
	z-index:9999 !important	
}

/* Enquiry Form */

#enquiryform-container,
#bookingform-container {
	display:none	
}

#enquiryform-container h4,
#bookingform-container h4 {
	margin-bottom:30px	
}

#enquiryform-container h5,
#bookingform-container h5 {
	margin-bottom:20px	
}

.form {
	display:block;
	width:550px
}

.form .container {
	position:relative;
	text-align:left;
	min-width:inherit;
	padding-bottom:5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .container.no-label {
	padding-top:10px;	
}

.form .container.divided {
	width:49%;
	float:left	
}

.form .container.divided:nth-child(3n+2) {
	margin-left:2%
}

.form label {
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000
}

.form input {
	height:35px;
	width:100%;
	border:1px solid #ccc;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	padding:0 10px;
	float:left;
	color:#000;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px
}

.form .select-moz {
	background-color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px
}

.form select {
	color:#4d4d4d;
	width:400px;
	padding:6px 25px 6px 10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	-webkit-appearance: none;
	-moz-appearance: window;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	background-image: url(../images/bg-option-select.png);
	background-repeat: no-repeat;
	background-position: 377px center;
	background-color:transparent
}

@-moz-document url-prefix() {
.form select  {
	border:none;
	padding:7px 20px 5px 5px	
}
.select-moz {
     background-image: url(../images/bg-option-select.png);
     background-repeat: no-repeat;
	background-color:#FFF;
	background-position: 40px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	border:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:0 !important
}
}

/* IE Hide Select Arrow */
.form select::-ms-expand {
    display: none
}

.form textarea {
	width:100%;
	height:100px;
	background:#fff;
	padding:8px 11px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#000;
	float:left;
	resize:none;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form div#spamtrap {
	visibility:hidden
}

.form .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}

.form .container-error-all span {
	height:auto !important	
}

.form .error {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	z-index:2;
	float:none;
	clear:both;
	line-height:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .error, .form .error-all {
	font-size: 11px;
	color: #f00;
}

.form .error-all {
	padding:0;
	line-height:15px;
	margin:0
}

.form .error span {
	display:block;
	clear:both;
	font-size:12px;
	font-weight:100;
	height:25px;
	line-height:25px;
	padding-left:81px;
	margin:0
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .button {
	color:#fff;
	float:left;
	padding:0 20px;
	width:auto;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:url(../images/bg-btn-green.jpg) repeat-x center top;
	font-weight:bold;
	border:none;
	border-radius:0;
	cursor:pointer
}

input[type=submit]:disabled,
button:disabled {
	color:#ccc !important;
	background:#B5B5B5 !important;
	border-color:#ccc !important
}

input[type=submit][disabled=disabled],
button[disabled=disabled] {
	color:#ccc !important;
	background:#B5B5B5 !important;
	border-color:#ccc !important
}

.form .button.processing {
	padding-right:2rem;
}

.form .button.processing {
	background:#B5B5B5 url(../images/spinner.gif) no-repeat calc(100% - 10px) center !important;
    background-size: 20px;
    padding-right: 3rem;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

.form .spmhidip {
	display:none;
	width:10px;
	height:3px
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

#enquiryform_success_message,
#bookingform_success_message {
	display:none
}

/* Footer
----------------------------------------------------------------------------------------------------*/

/* Copyright Text */

.footer-transition {
	display:block;
	height:40px;
	margin-top:-40px;
	background:url(../images/bg-footer-edge.png) repeat-x center top;
}

#footer {
	text-align:center;
	padding-bottom:40px;
	background:url(../images/bg-footer.jpg)
}

#footer .content {
	padding-top:40px	
}

#footer p {
	color:#534741;
	line-height:24px
}

#footer p span,
#footer p span a {
	color:#B5A896
}
