﻿\@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/*~*~*~ mobile items ~*~*~*/

.nav_switch{
	display:none;
}

/*~*~*~* fonts *~*~*~*/

@font-face { 
  font-family: dax;
  font-weight: normal;
  src: url('../fonts/DxBd____.ttf');
} 
@font-face { 
  font-family: dax;
  font-weight: bold;
  src: url('../fonts/DxBk____.ttf');
} 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, * {
	/*font-family: 'dax','Helvetica Neue', 'Arial', 'sans-serif';*/
	font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
}


/*~*~* common *~*~*/

.em{
	font-weight:bold;
}

.hidden{
	display:none;
}

input[type="radio"]{	
	vertical-align:middle;
}

.indent{
	margin-left:30px;
}

p.center_image{	
	text-align:center !important;
	width:100%;
}
p.center_image img{
	XXwidth:600px;
	padding-left:0px;
}

p.emphasis{
	font-weight:bold;
}

.txt-statement{
	Xtext-decoration:underline;
	font-weight: bold;
	color: #214081;
	font-size: 18px !important;
	XXfont-family:'Segoe UI' !important;
	padding-bottom:20px;
	padding-top:20px;
	Xpadding-left:30px;
}
/*.txt-statement:after{
	content: '';
	border-left: 17px solid #A28B6C;
	border-bottom: 1px solid #A28B6C;
	width: 50%;
	height: 16px;
	display: block;
	margin-left: -30px;
	margin-top: -12px;
	background: #ECE8E3;
}*/

.sub-sub-title{
	text-decoration:underline;
}


.symbol{
	font-size:20px;
	color:#A28B6C !important;
}

.back_link{
	font-size:12px !important;	
	text-decoration:none !important;
	/*background:#A28B6C !important;
	color:white !important;
	Xcolor:#A28B6C !important;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	border-radius: 5px;*/
}

.form_result{
	color:#B45F04 !important;
	padding-bottom:20px;
}

.right_picture{
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}
.left_picture{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

.small_font_link{
	font-size:10px;
}

.note{
	text-style:italic !important;
}
.table_note{
	font-size:12px !important;
	margin-top:-20px;
	color:#666;
}

figcaption{
	white-space: pre-line;
	    margin: 0;
}
figcaption h4{
	font-weight:bold;
	color:#FA5858;
}


/************ expand all buttons *********/

a.expand_all{
	background:#A28B6C ;
	border-radius:8px;
	color:white !important;
	padding:10px;
	font-weight:bold;
	display:block;
	text-decoration:none !important;	
}
a.expand_all:hover{
	background:#c2aB8C ;
}



/*~*~*~ html5 tags *~*~*/

header, footer, section, menu, nav, main, article{
	display:block;
	width:100%;
	margin: 0 auto;
}


/*~*~*~ slider *~*~*/

.slider-wrapper{
	position:relative;
	clear:both;
	overflow:hidden;	
	width:100%;		
	margin:0px auto;
	border:1px solid #000;
	box-shadow:0 3px 5px #666;	
	 background-color: #214081; 
	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#214081), to(#050B1A)); 
	 background: -webkit-linear-gradient(top, #214081, #050B1A); 
	 background: -moz-linear-gradient(top, #214081, #050B1A); 
	 background: -ms-linear-gradient(top, #214081, #050B1A); 
	 background: -o-linear-gradient(top, #214081, #050B1A);
}
.slider-wrapper,
.slider-wrapper .responisve-container,
.slider-wrapper .responisve-container .slider,
.slider-wrapper .responisve-container .slider .slide img{
	height:552px;
}

.slider-wrapper .responisve-container .slider .slide img{
	width:910px; 
	margin-left:45px;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
}


/*~*~* header *~*~*/

#phone_number, #enquiries{
	position:absolute;
	top:50px;
	left:785px;
	z-index: 1;
	display:none;
	color:black !important;
}

menu li{
	font-size:14px !important;
}
#mega-menu-1 li.level_1 > span,
#mega-menu-1 li.level_1 > a{
		    height: 42px;
    box-sizing: border-box;
}

/*~*~* footer *~*~*/

.footer {
	position:relative;
	margin: 0 auto;
	margin-top:40px;
	border-top: 1px solid #c9c9c9;
	background: #dfdfdf;
	padding: 20px 0;
	color: #808080;
	font-size: 12px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	clear:both;
	
}

.footer .hotline{
	margin: 0px auto;
	position:relative;
	width:970px;
	text-align:left;
}
.footer .hotline span{
	font-weight:bold;
	font-size:larger;
}

.footer .footer_links{
	margin: 0px auto;
	position:relative;
	width:1000px;
	Xpadding-left:270px;
	text-align: center;
}
.footer .footer_links .col{
	width:auto;	
	Xfloat:left;
	display:inline-block;
	padding-right:70px;
}
.footer .footer_links .col:first-of-type{
	padding-left:50px;
}
.footer .footer_links .col a{
	display:block;
	color:#614117;
	font-size:14px;
}

.footer .copyright{
	margin: 0px auto;
	position:relative;
	width:970px;
	clear:both;
	padding-top:10px;
	text-align:right;
}

.footer .footer_links a.current{
	font-weight:bold;
	color:#B45F04;
}

/*~*~* inner pages - common *~*~*/

.innerpage{	
	position:relative;
	margin: 0 auto;
	padding-bottom:0px;
	text-align:center;
	overflow:hidden;
}

.innerpage .banner{
	height:200px;
	position:relative;
	/*background-size: 275px 125px;*/	
	 background-color: #214081; 
	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#214081), to(#050B1A)); 
	 background: -webkit-linear-gradient(top, #214081, #050B1A); 
	 background: -moz-linear-gradient(top, #214081, #050B1A); 
	 background: -ms-linear-gradient(top, #214081, #050B1A); 
	 background: -o-linear-gradient(top, #214081, #050B1A);
}
.innerpage .banner:after{
	display:block;
	position:relative;
	top:20px;
	margin:0 auto;
	background: none;
	background-size: 960px auto !important;
	width:960px;
	height:300px;
	content:" ";
}

.innerpage h1, .innerpage h2,
.booking_confirmation h2,
.booking_done h2{
	margin-top:155px;
	padding-left:0px;
	text-transform: uppercase;
	Xfont:normal 4em/1em "bebasneue",Impact, Charcoal, sans-serif;
	Xfont-weight:normal;
	font-weight: bold;
	font-size: 35px !important;
	line-height: 24px;
	margin-bottom: 20px;
	color:#FA5858 !important;
	text-align:left;
}

.article{
	width:960px;
	position:relative;
	margin:0 auto;
	padding-top:0px;
	text-align:left;
	color:#595959;
}
.article ul, .article ol{
	margin-bottom: 20px;
}

.innerpage .txt-statement.toppest{
	padding-top:20px !important;
}

.article p, .article pre{
	padding-bottom:20px;
	text-align:justify;
	font-size:14px;
}
.article p a{
	color:#C38585;
	text-decoration:underline;
	font-size:14px;
}
.article p.sub_text{
	padding-left:20px;
}

.paralle_blocks{
}
.paralle_block{
	float:left;
}

.paralle_blocks.three_blocks .paralle_block{
	width:30%;	
}
.paralle_blocks.three_blocks .paralle_block:nth-child(2),
.paralle_blocks.three_blocks .paralle_block:nth-child(5),
.paralle_blocks.three_blocks .paralle_block:nth-child(9){
	padding-left:5%;
	padding-right:5%;
}
.paralle_blocks.three_blocks .paralle_block:nth-child(1),
.paralle_blocks.three_blocks .paralle_block:nth-child(4),
.paralle_blocks.three_blocks .paralle_block:nth-child(7){
	clear:left;
}

pre{
	word-break:break-all;
}

/*~*~* passenger guide *~*~*/

.innerpage.passenger_guide ul{
	text-align: justify;
}

/*~*~* facilities *~*~*/

p.photo{
	width:420px;
	/*position:relative;
	margin:0 auto;*/
	text-align:center;
	float:left;
	margin-right:30px;
	margin-left:30px;
}

p.photo img{
	width:inherit;
}

/*~*~* services *~*~*/

.desc_table td{
	padding:10px;
	vertical-align:top;
}

.desc_table td p{
	text-align:left;
}



/*~*~* popup *~*~*/

#background{
  background-color: black;
  opacity:0.6;
  filter:alpha(opacity=60);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index: 9;
  display:none;
}


.popup{
	z-index: 99;
	position: absolute; 
	width: 800px; 
	top: 0px; 
	left: 50%;
	margin-left:-400px; 
	display: none;
	text-align:left;
	padding:3px;
	height:auto;
	overflow:hidden;	
	/*height: auto; */
}

.popup_dialog{
	position: absolute; 
	width: 800px; 
	top: 100px; 
	left: 50%;
	margin-left:-405px; 
	display: none;
	text-align:left;
	padding:3px;
	height:500px;
	overflow:hidden;	
	/*height: auto; */
}

.popup_dialog button{
	float:right;
}

.popup_dialog .ui-dialog-title{
	padding-left:10px !important;
	line-height:31px;
}

.popup_dialog #dialog{
	padding:5px;
	overflow:scroll;	
	height:450px;
}

.popup_dialog p{
	padding-bottom:20px;
}

/* ELEMENT STYLES */



.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}



body, html {
	height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;;
	vertical-align: baseline;
	/*Xfont-family: 'Segoe UI', 'Frutiger', 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', 'Arial', 'sans-serif';*/
	XXfont-family: 'Helvetica Neue', 'Arial', 'sans-serif';
}
body {
	line-height: 1;
	/*Xfont-family: 'Segoe UI', 'Frutiger', 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', 'Arial', 'sans-serif';*/
	position:relative;
	margin:0 auto;
	text-align:center;
	background: #fff;
	color: #595959;
	font-size: 14px;
	line-height: 1.4em;
	min-width: 996px
}
nav ol, nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
.icon-top img {
	width: 35px;
	margin-left: 3px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}/* remember to define focus styles! */
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* tables still need 'cellspacing="0"' in the markup */
/* Floating & Alignment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignleft {
	float: left
}
.alignright {
	float: right
}
.text-right {
	text-align: right
}
.text-left {
	text-align: left
}
.text-center {
	text-align: center
}
/* Clear Floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
	color: #459dd0
}
ul {
	list-style: disc outside;
}
ol {
	Xlist-style: outside;
}
li {
	margin: 0;
}
ol li {
	margin-top: 5px;
	margin-bottom: 7px
}
ul, ol, dd {
	margin-left: 25px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
hr {
	border: 0px solid transparent !important;
	background-color: transparent !important;
	height: 1px;
	background: #ededed
}
.border {
	border: 1px solid #d6d6d6
}
.divider_space, .divider, .divider_thin {
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.divider_thin {
	margin-bottom: 10px;
	padding-top: 10px;
}
.divider {
	background: url(./images/divider_line.gif) bottom repeat-x;
	padding-top: 22px
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0;
	line-height: 0;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	/*Xfont-family: Arial, sans-serif;*/
	color: #1a1a1a
}
h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px
}
h2 {
	font-size: 20px;
	XXfont-family: Arial, sans-serif;
	line-height: 23px;
	margin-bottom: 15px
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
h3.widgettitle {
	margin-bottom: 10px;
}
h4 {
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
}
h6 {
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: normal;
	color: #444e69;
}

.shortcut table{
	Xwidth:80% !important;
	margin:0 auto;
	margin-top:30px;
}
.shortcut table td{
	vertical-align:top;
}
.shortcut table td a{
	display:block;
	height:99px;
	overflow:hidden;
}
.shortcut img{
	width:150px;
	border-bottom:0px solid #1F1509;
}
.shortcut-main {
	XXfont-family: Arial, sans-serif;
	font-size: 17px !important;
	text-transform: uppercase;
	margin: 10px 0;
	font-weight: normal;
	text-align:center !important;
}
.shortcut-side {
	XXfont-family: Arial, sans-serif;
	font-size: 11px !important;
	Xtext-transform: uppercase;
	margin: 10px 0;
	font-weight: normal;
	text-align:center !important;
}

table.fancy_table, .widget_calendar table {
	border-collapse: separate;
	border-spacing: 0;
	width: 99%;
	padding: 2px 0;
}
table, td, th {
	vertical-align: middle;
}
th {
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
td {
	padding: 5px;
}
table.fancy_table, .widget_calendar table {
	margin: 20px 2px;
}
.fancy_table th, .widget_calendar table th {
	border-bottom: 1px solid #fff;
}
.fancy_table td, .widget_calendar table td {
	color: #888;
	border-top: 1px solid #eee;
}
.fancy_table, .widget_calendar table {
	border: 1px solid #fff;
}
img.alignleft {
	margin: 5px 16px 5px 0 !important;
}
img.alignright {
	margin: 5px 0 5px 16px !important;
}
img.framed, .video_frame, .wp-caption, #flickr a img, dl.gallery-item img {
	padding: 6px;
	margin: 2px;
}
p.wp-caption-text {
	margin-bottom: 0px;
	text-align: center;
}
.wp-caption {
	margin-bottom: 10px !important;
	padding-top: 10px;
	text-align: center;
}
.image_frame img, img.image_frame {
	background: #fff;
	padding: 7px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
fieldset {
	padding: 20px;
	border: 1px solid #e0e0e0;
}
form .row {
	padding: 5px 0
}
textarea {
	width: 90%;
	font-size: 12px;
	background: #fff;
	overflow: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.button_link {
	background: url(./images/buttons_bg.gif) no-repeat right -32px transparent;
	color: #344c01;
	display: inline-block;
	margin: 5px 0;
	border: 0 none;
	padding: 0 20px 0 0;
	XXfont-family: Arial, sans-serif;
	font-size: 17px;
	height: 32px
}
.button_link span {
	background: url(./images/buttons_bg.gif) no-repeat left 0 transparent;
	display: block;
	line-height: 12px;
	color: #344c01;
	padding: 12px 10px 8px 20px;
	text-shadow: #faff8d 0 1px 1px
}
.container_24 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


















.head {
	background: white;
	margin-top:-20px !important;

}
.head .container {
	height: 130px;
}
.logo {
	position: absolute;
	top: 10px;
	left: 36px;
	width: 300px;
	text-align:left;
}
.logo img{
	height:105px;
}
.head_right {
	float: right;
	margin: 20px 25px 0 0;
}
.icon-top {
	line-height: 30px;
	padding-right: 20px;
	color: #333333;
	XXfont-family: Arial, sans-serif;
	font-size: 15px;
	text-align: right
}
.icon-phone {
	background: url(./images/icon_phone.png) right 5px no-repeat;
}
.icon-map {
	background: url(./images/icon_map_point.png) right 5px no-repeat;
}
.icon-top span, icon-top a {
	color: #82a62b;
	text-decoration: none
}
/* topmenu */

menu{
	margin: 0px auto;
	width: 970px;
	padding: 0px;
}

.menu-header {
	height: 35px;
	background: url(./images/topmenu_bg.gif) 0 0 repeat-x;
	z-index: 2;
}
.menu-header .container {
	z-index: 3
}
.topmenu {
	height: 35px;
	z-index: 1300;
	margin: 0;
	padding: 0;
	XXfont-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.topmenu li {
	display: block;
	float: left;
	height: 35px;
	position: relative;
	list-style: none;
	margin: 0 0 0 45px
}
.topmenu li a {
	display: block;
	padding: 8px 2px 0 2px;
	color: #747a80;
}
.topmenu li a:hover, .topmenu .current-menu-item a, .topmenu .current-menu-item li a:hover, .topmenu .current-menu-item .current_page_item a, .topmenu .current-menu-ancestor a, .topmenu .current-menu-ancestor a:hover, .topmenu li li.current-menu-ancestor a, .topmenu li .current-menu-ancestor .current-menu-item a {
	color: #e7e7e7;
}
.topmenu .current-menu-item li a, .topmenu .current-menu-ancestor li a, .topmenu li .current-menu-ancestor li a {
	color: #747a80;
}
.topmenu li ul {
	display: none;
	position: absolute;
	top: 35px;
	left: -10px;
	z-index: 1308;
	width: 155px;
	padding: 0;
	margin: 0;
}
.topmenu li ul li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 155px;
	z-index: 1308;
	width: 154px;
}
.topmenu li ul li {
	display: block;
	background: url(./images/dropdown_bg.png) 0 0 repeat-y;
	width: 135px;
	margin: 0;
	height: auto;
	padding: 0 10px;
	clear: both;
	position: relative;
}
.topmenu li ul li a {
	display: block;
	color: #7d7d7d;
	padding: 7px 5px 7px 5px;
	background: url(./images/dropdown_line.png) bottom repeat-x;
}
.topmenu li a span {
	display: block;
}
.topmenu li a:hover span {
	cursor: pointer
}
.topmenu li:hover ul li ul {
	display: none;
}
.topmenu li:hover ul, .topmenu li:hover ul li:hover ul {
	display: block
}
.submenu-arrow {
	float: right;
	vertical-align: top;
}
/*----------------------------------------------*/
/* 2.2 Header Image Slider */
/*----------------------------------------------*/
.header {
	background: url(./images/header_image_bg.jpg);
	min-height: 200px;
	z-index: 1
}
.header .container {
	width: 990px;
	min-height: 1px;
}
.homepage .container {
	height: 404px;
}
.header .caption {
	XXfont-family: Arial, sans-serif;
	font-size: 18px;
	color: #747a80;
}
.header .caption:first-child {
	bottom: 0px
}
.header-line {
	background: url(./images/header_line.gif) 0 0 repeat-x;
	height: 8px;
	clear: both
}
/*----------------------------------------------*/
/* 2.3 Middle content */
/*----------------------------------------------*/
.container {
	position: relative;
	z-index: 0;
	width: 960px;
	margin: 0 auto
}
.middle {
	background: url(./images/middle_bg.jpg) 0 0 repeat-x #fff
}
.homemiddle {
	background: url(./images/middle_bg.jpg) 0 0 repeat-x #fff
}
.homemiddle .container {
	background: url(./images/middle_center_bg.jpg) center 0 no-repeat;
	min-height: 200px;
	padding-top: 100px
}
.middle .container {
	background: url(./images/middle_center_bg.jpg) center 0 no-repeat;
	min-height: 200px;
	padding-top: 40px
}
/*----------------------------------------------*/
/* 2.5 Header Top Image */
/*----------------------------------------------*/
.header-title-image {
	width: 960px;
	position: absolute;
	left: 0px;
	top: -170px;
	text-align: center;
}
.header-title-image .image {
	width: 960px;
	height: 210px;
	padding: 0;
}
.header-title-image h1, .header-title-image strong {
	margin: 10px 0 0 0;
	line-height: 1em;
	XXfont-family: Arial, sans-serif;
	font-size: 24px;
	display: block;
	font-weight: normal;
	color: #fff
}
.header-title-image h1 span, .header-title-image strong span {
	font-size: 33px;
	XXfont-family: Arial, Times, serif;
	padding-right: 4px;
	line-height: 1em
}





/*============================================================================================*/
/* 3. EXTENDED TYPOGRAPHY */
/*============================================================================================*/


/*----------------------------------------------*/
/* Our services | rightbox */
/*----------------------------------------------*/
.our-services {
	background: url(./images/box_news_bg.gif) 0 0 repeat-y;
	border-top: 1px dotted #959595;
	border-bottom: 1px dotted #959595;
	padding: 0;
	line-height: 1.8em;
	color: #595959;
	font-weight: bold;
	font-size: 12px
}
.shortcut-right {
	Xfont-family: Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	margin: 5px 0;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}
p.plusbug {
	text-align: right;
	font-size: 10px;
}
p.plusbug a {
	color: #999;
}
#navigation, #main-menu ul, blockquote, .page-content table, .ui-tabs .ui-tabs-nav li.ui-tabs-selected, .booknow, .booknow-accompage, #navigation, #main-menu ul, blockquote, .page-content table, .ui-tabs .ui-tabs-nav li.ui-tabs-selected, .booknow, .booknow-accompage, .ui-datepicker .ui-state-highlight, .ui-datepicker .ui-state-default:hover, .ui-datepicker .ui-widget-content .ui-state-default:hover, .ui-datepicker .ui-widget-header .ui-state-default:hover {
	border-color: #bb9f3c;
}
.title-end, .blog-title .comment-count, .blog-title-single .comment-count, .event-prev .event-prev-date, #ui-datepicker-div .ui-datepicker-header, .widget .widget-title h5 {
	background: #bb9f3c;
}
.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-state-default:hover, .ui-datepicker .ui-widget-content .ui-state-default:hover, .ui-datepicker .ui-widget-header .ui-state-default:hover, #footer a:hover, #footer-bottom a:hover {
	color: #bb9f3c;
}
.datepicker, .page-content .datepicker {
	background: #ececee !important;
	border: 1px solid #ccc;
!important;
	padding: 10px 5px 10px 5px !important;
	color: #111 !important;
	cursor: pointer !important;
}
.datepicker:hover, .datepicker:focus {
	color: #424242 !important;
}
/* 9.2 - Datepicker */
#ui-datepicker-div {
	font-size: 140%;
	padding: 10px;
	Xfont-family: Arial, Helvetica, sans-serif;
	box-shadow: 0 0 4px rgba(136, 136, 136, 1);
	border: none;
	background: #fff;
}
#ui-datepicker-div a {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
#ui-datepicker-div .ui-datepicker-header {
	color: #fff;
	border: none;
	padding: 8px;
}
#ui-datepicker-div .ui-datepicker-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
#ui-datepicker-div .ui-icon-circle-triangle-e {
	background: url(images/arrow-r.png) no-repeat right center;
	background-position: 2px 7px;
	width: 10px;
	height: 20px;
	text-indent: -9999px;
}
#ui-datepicker-div .ui-datepicker-prev.ui-corner-all:after{
	content:"<";
	font-weight:bold;
	font-size:16px;
	line-height:26px;
	color:white;
}
#ui-datepicker-div .ui-datepicker-next.ui-corner-all:after{
	content:">";
	font-weight:bold;
	font-size:16px;
	line-height:26px;
	color:white;
}
#ui-datepicker-div .ui-icon-circle-triangle-w {
	background: url(images/arrow-l.png) no-repeat left center;
	background-position: 3px 7px;
	width: 15px;
	height: 20px;
	text-indent: -9999px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	height: 1.4em !important;
	position: absolute;
	top: 10px;
	width: 1.4em !important;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
	left: 10px;
}
.ui-datepicker .ui-datepicker-next {
	right: 0;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
	background: none;
	border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #fff;
}
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
	border: #ccc 1px solid;
	color: #424242;
}
.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-state-default:hover, .ui-datepicker .ui-widget-content .ui-state-default:hover, .ui-datepicker .ui-widget-header .ui-state-default:hover {
	border: 1px solid #bb9f3c;
	background: #bb9f3c;
	color: #fff;
}
.side IMG {
FILTER: alpha(opacity:80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.side A:hover IMG {
FILTER: alpha(opacity:100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.side2{
	padding-top:20px;
	margin:0 auto;
	position:relative;
	text-align:center;
	width:970px;
	
}
.side2 table{
	Xwidth:100%;
}
.side2 IMG {
FILTER: alpha(opacity:100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.side2 A:hover IMG {
FILTER: alpha(opacity:90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
input, select , textarea{
	BORDER-RIGHT: #e4e4e4 1px solid;
	BORDER-TOP: #000000 0px solid;
	FONT-SIZE: 9pt;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: #e4e4e4 1px solid;
	background: #f4f4f4 url(images/input.jpg) -3px -3px repeat-x;
}
input, select {	
	height: 20px;
	padding: 1px 3px;
}
.faqcontent {
	background-image: url(images/right_table_center.jpg);
	background-repeat: repeat-y;
	float: center;
	width: 670px;
	margin: 0px;
	padding: 0px;
	color: #666;
}
#faqcontent_top {
	background-image: url(images/right_table_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px 20px 0 20px;
	height: 20px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
#faqcontent_content {
	background-image: url(images/right_table_center.jpg);
	background-repeat: repeat-y;
	height: 1%;
	font-size: 13px;
	color: #666;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#faqcontent_bottom {
	background-image: url(images/right_table_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
#main-nav-wrapper {
	background: #98CC6C;
	float: left;
	position: relative;
	width: 100%;
	min-height: 42px;
	max-height: 86px;
	z-index: 2;
}
.main-nav {
	display: block;
	float: left;
	position: fixed;
	width: 100%;
	z-index: 3;
}
.main-nav ul {
	padding: 5px 25px;
	position: relative;
	width: 960px;
	margin-top: -1px;
}
.main-nav ul li {
	display: inline;
	float: left;
	padding: 12px 12px;
	position: relative;
}
.main-nav ul li a {
	color: #999;
	font-size: 13px;
	text-decoration: none;
}
.main-nav ul li:hover a, .main-nav li.current-menu-item a, .main-nav li.current-post-parent a {
	color: #111;
}
.main-nav ul li ul {
	display: none;
	z-index: 9999;
}
.main-nav ul ul li a:hover {
	color: #111 !important;
}
.main-nav ul li:hover ul {
	background: #fff;
	-webkit-box-shadow: 0 3px 7px -2px #333;
	box-shadow: 0 3px 7px -2px #333;
	display: block;
	margin-top: 5px;
	padding: 5px;
	position: absolute;
	left: 0px;
	top: 33px;
	width: 150px;
}
.main-nav ul li:hover ul li {
	padding: 4px;
	position: relative;
	width: 97%;
}
.main-nav ul ul li a {
	color: #999 !important;
	height: auto;
	display: block;
}
.main-nav ul .sub-menu li, .main-nav ul .children li {
	background: none;
	border-bottom: 1px dotted #e8e8e8;
	width: 100%;
}
.main-nav ul li:hover ul li ul {
	display: none;
}
.main-nav ul li:hover ul li:hover ul {
	border: none;
	display: block;
	margin: 0;
	position: absolute;
	left: 155px;
	top: 0;
	width: 150px;
}
#header {
	padding-bottom: 95px;
}
/* Logo
--------------------------------------------------------------*/
#logo img {
	max-height: 50px;
	padding: 0 0 0 3%;
	position: relative;
	float: left;
}
#logo img:hover, .pinbin-image img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#logo img, .pinbin-image img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
/* Footer
--------------------------------------------------------------*/
#footer-area {
	width: 100%;
	display: inline;
	float: left;
	padding-top: 10px;
	margin-top: 20px;
	clear: both;
	border-top: 2px solid #98CC6C;
	;
}
#footer-area .widget {
	width: 310px;
	margin-right: 10px;
	padding-top: 15px;
	display: inline;
	float: left;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
#footer-area .widget h3 {
	color: #858585;
	background: #fff;
	padding-left: 10px;
	margin-bottom: 10px;
}
#footer-area .widget p {
	color: #111;
}
#footer-area .widget ul {
	margin-left: 0px;
}
#footer-area .widget li {
	color: #858585;
}
#footer-area .widget a {
	color: #444444;
}
#footer-area .widget a:hover {
	color: #111;
}
#footer-area .widget-copy {
	width: 280px;
	overflow: hidden;
	display: inline;
	float: left;
	margin-left: 10px;
}
#footer-area .widget-copy a {
	text-decoration: none;
}
.widget img {
	max-width: 100%;
	height: auto;
}
#footer-area .wp-caption {
	border: 1px solid #999;
}
#searchsubmit, button, .comment-submit, .innerpage input[type="submit"] {
	clear: both;
	width: auto;
	height: auto;
	line-height: 18px;
	background: url(./images/button-back.gif) bottom left repeat-x !important;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 12px;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.45 ) !important;
	min-width: 0;
}
#searchsubmit:hover, .comment-submit:hover {
	background: #fff url(./images/button-back-over.gif) bottom left repeat-x;
	border: 1px solid #959595;
}
/* Footer copyright
--------------------------------------------------------------*/
#copyright {
	clear: both;
	width: 100%;
	border-top: 1px solid #ccc;
	display: inline;
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#copyright p {
	padding-top: 15px;
	color: #4f5356;
	font-size: 12px;
}
#copyright a {
	color: #858585;
	text-decoration: none;
}
#copyright a:hover {
	color: #111;
	text-decoration: underline;
}
/* Post and page style
--------------------------------------------------------------*/
.type-post, #main-nav-wrapper, nav {
	-webkit-box-shadow: 0 4px 15px -5px #555;
	box-shadow: 0 4px 15px -5px #555;
}
.type-post, .type-page, .type-attachment, #post-area .post {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.type-post, .type-page, .type-attachment {
	width: 750px;
	background: #fff;
	margin-right: 10px;
	margin-top: 15px;
	float: left;
}
.type-post {
	position: relative;
}
.pinbin-image img {
	z-index: 5;
}
.pinbin-category {
	position: absolute;
	width: auto;
	background: #000;
	zoom: 1;
	filter: alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top: -36px;
	z-index: 1;
	height: 30px;
	overflow: hidden;
	left: 0;
}
.pinbin-category p {
	margin: 0;
	padding: 0;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 40px;
	color: #fff;
	font-style: italic;
}
.pinbin-category a {
	color: #fff;
	font-style: italic;
	text-decoration: none;
}
.pinbin-category a:hover {
	color: #777;
	text-decoration: none;
}
.pinbin-copy {
	padding: 20px 8%;
}
.pinbin-meta {
	width: 100%;
	display: inline-block;
	color: #8e8e8e;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #cccccc;
}
.size-full {
	max-width: 100%;
	height: inherit;
}
#post-area .sticky {
	background: #ececec !important;
}
#post-area .sticky:hover {
	background: #fff !important;
}
/* Post style on frontpage
--------------------------------------------------------------*/
#post-area .post {
	width: 300px;
	background: #FFF;
	margin-right: 10px;
	margin-top: 15px;
}
#post-area .post .pinbin-copy {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
	width: 250px;
}
#post-area .post .pinbin-date {
	width: 115px;
	color: #8e8e8e;
	font-size: 11px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 0;
	padding-top: 0;
}
#post-area .post .pinbin-link a {
	text-decoration: none;
	background: #444;
	padding: 5px 10px;
	color: #fafafa;
	font-size: 12px;
	float: right;
	cursor: pointer;
	position: absolute;
	margin-left: 245px;
	margin-top: -15px;
}
#post-area .post .pinbin-link a:hover {
	background: #777;
}
#post-area .post .pinbin-link a, .post-next a, .post-prev a, .post-next a, .post-prev a {
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
/* Single post navigation
--------------------------------------------------------------*/
.post-nav {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
.post-next a, .post-prev a {
	text-decoration: none;
	background: #444;
	padding: 8px 9px;
	color: #fafafa;
	font-size: 18px;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
	position: absolute;
}
.post-next a {
	margin-left: 705px;
	margin-top: 15px;
}
.post-prev a {
	position: absolute;
	margin-left: -10px;
	margin-top: 15px;
}
.post-next a:hover, .post-prev a:hover {
	background: #777;
}
.posttags {
	font-color: #8e8e8e;
	font-size: 11px;
	float: right;
}
.view-next {
	float: right;
}
.view-previous {
	float: left;
}
.view-previous, .view-next {
	margin-top: 20px;
}
/* Comments
--------------------------------------------------------------*/
.comments-area ol {
	padding: 0;
}
.comments-area li {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.comments-area {
	margin-left: -10px;
}
.comment {
	border-bottom: 1px solid #8e8e8e;
	width: 630px;
	margin-left: -15px;
}
.avatar {
	display: none;
}
.reply {
	display: none;
}
.comment-meta a {
	text-decoration: none;
}
.comment-author {
	font-size: 14px;
	font-weight: bold;
	Xfont-family: sans-serif;
}
#comment {
	width: 97%;
	height: 180px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	padding: 0;
}
label {
	display: inline-block;
}
#s {
	width: auto;
	height: 8px;
	margin-top: 3px;
}
.comment-input {
	clear: both;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	width: 96%;
	padding: 7px;
	color: #555;
	font-size: 12px;
}
.bypostauthor {
}
/* Other
--------------------------------------------------------------*/
.clear {
	clear: both;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.wp-caption {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.wp-caption-text {
	margin-top: 2px;
	text-align: left;
	font-style: italic;
	font-size: 11px;
	color: #999;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 99%;
}
.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
	font-size: 80%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	margin: 0;
}
.pagelink {
	margin-top: 20px;
	display: block;
	position: relative;
	clear: both;
}

label.error {
	margin-top: 2px;
	margin-left: 8px;
	background: url('images/unchecked.gif') no-repeat;
	height: 14px;
	width: 14px;
}
label.valid {
	background: none;
}

#calendar-header #info {
	display:none;
}



/******** terms and conditions *****/

.terms_ol , .terms_ol ol{
    counter-reset: item;
}
.terms_ol > li {
    counter-increment: item;
    padding-top:1px !important;
}
.terms_ol ol > li {
    display: block;
    counter-increment: item;
    padding-top:1px !important;
}
.terms_ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -29px;
}
.terms_ol ul > li {
    padding-top:1px !important;
}

/******** photos and text block *************/

.photo_text_box{
	clear:both;
	padding-top:40px;
	padding-bottom:40px;
	border-top: 1px solid #ddd;
	overflow:hidden;
}
.photo_text_box:first-of-type{
	border-top: none !important;
}
.photo_text_box > figure{
	float:left;
	width:350px;
	padding:0px;
	margin:0px;
}
.photo_text_box > figure img{
	width:inherit;
}
.photo_text_box > div{
	float:left;
	width:500px;
	margin-left:40px;
}
.photo_text_box .txt-statement{
	padding-top:0px !important;
}
.photo_text_box .strong{
	Xfont-size: larger;
	font-weight:bold;
}
.photo_text_box .note{
	font-size: smaller;
}


/************** mail chimp *************/

.mc-modal{
	width: 400px !important;
	position: fixed !important;
	right: 0px !important;
	bottom: 0px !important;
	top: unset !important;
	left: unset !important;
	box-shadow:-3px -3px 10px #777;
}
.mc-modal-bg{
	display:none !important;
	width:0px !important;
	height:0px !important;
}
.mc-closeModal {
    text-shadow: 1px 1px 3px black !important;
    margin-right: 10px !important;
}
.mc-modal iframe{
	height:245px !important;
}
/*
.mc-modal iframe input{
	margin: 0 0 10px !important;
}
.mc-modal iframe #SignupForm_0 .modalContent__content {
    padding: 20px !important;
}*/


/************** social links *************/

#social_links{
	position: fixed !important;
	left: 0px !important;
	bottom: 0px !important;
	width:300px;
	height:50px;
	z-index:999;
}

/*********** logos table **************/

.logos_table{
	padding: 0px !important;
	padding-top: 50px !important;
	display: inline-block;
	width: inherit;
	margin: 0px !important;	
}
.logos_table li{
	vertical-align: middle;
	width:24%;
	text-align:center;
	display: inline-block;
}
.logos_table li img{ 
	width:80%;	
}


/************ grid table **************/

.table_grids{
	margin-bottom:20px;
}
.table_grids .titles ,
.table_grids .subtitles ,
.table_grids .row{
	width:100%;
	overflow:hidden;
}
.table_grids .titles > span,
.table_grids .subtitles > span,
.table_grids .row > span{
	display:block;
	width:33%;
	box-sizing:border-box;
	padding:10px;
	Xmargin:1px;
	float:left;
	text-align:center;
}
.table_grids .row > span{
	border-bottom: 1px solid #9FA6B5;
}
.table_grids .titles > span:first-of-type,
.table_grids .subtitles > span:first-of-type,
.table_grids .row > span:first-of-type{
	text-align:left;
}
.table_grids .titles > span{
	background:#4261A3;
	color:white;
	font-weight:bold;
}
.table_grids .subtitles > span{
	background:#ccc;
	Xcolor:white;
	font-weight:bold;
}
.table_grids .row > span{
	background:#ddd;
}
.table_grids .row > span.subtitle{
	font-weight:bold;
}


.table_grids.left_right_table .row > span:first-of-type{
	font-weight: normal;
	background: #4261A3;
	color: white;
}

/************** about us ********/

.innerpage.about_us .banner:after{
	background: url("../imgs/about_us/about_us_banner.jpg") no-repeat;
}
.innerpage.about_us h1 {
    margin-top: 100px;
}

/************* services *******************/


.book_btn{
	display:block;
	width:200px;
	Xheight:60px;
	font-size:14px;
	font-weight:bold;
	background:#FA5858 ;
	color:white;
	border-radius:10px;
	margin: 0 auto;
	margin-top:30px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 3px 3px 5px #ccc;
}
.book_btn:hover{
	background:#FB4F4F;
}

.map_icon{
	width:220px;
	Xpadding-top:70px;
	padding-left:70px;
	padding-right:30px;
	cursor:pointer;	
}
/*.map_icon:before{
	display:block;
	content:"Map";
	font-size:15px;
	font-weight:bold;
	color:#F33412;
}*/
.map_big_pic{
	Xdisplay:none;
	Xposition:fixed;
	position:absolute;
	top:-140px;
	left:2000px;
	Xwidth:900px;
	width:0px;
	height:0px;	
	margin:0 auto;
	overflow:hidden;
	z-index:30;
	border:20px solid white;
	background:white;
	padding:0px;
	box-sizing:border-box;
	Xtext-align:center;
	display:none;

}
@-webkit-keyframes map_showing{
	0%{left:2000px;}
	100% {left:220px;}
}
@keyframes map_showing {
	0%{left:2000px;}
	100% {left:220px;}
}
.map_big_pic.open{
	height:auto;
	width:500px;
	display:block;	
	left:220px;	     
	-webkit-animation-name: map_showing;
   -webkit-animation-duration: 1s;
   -webkit-animation-timing-function: linear;
	animation-name: map_showing;
   animation-duration: 1s;
   animation-timing-function: linear;
}

.map_big_pic img{
	width:100%;	
	Xheight:50%;
	box-sizing:border-box;
}
.map_big_pic figcaption{
	Xtext-align:left;
}

.innerpage.meet_and_greet .table_grids .row > span:first-of-type{
	font-weight:bold;
}
.innerpage.meet_and_greet .banner:after{
	    background: url("../imgs/meet_and_greet/meet_and_greet_banner.jpg") no-repeat 0px -30px;
    height: 387px;
    Xbackground-size: 700px auto;
}
.innerpage.meet_and_greet h1 {
    margin-top: 255px;
}
.innerpage.meet_and_greet article .icon{
	margin-left:20px;
	height:50px;
	border-radius:10px;
}

.innerpage.electric_buggy_service .table_grids .row > span{
	Xheight:70px;	
	width:49%;
}

.innerpage.electric_buggy_service .banner:after{
	background: url("../imgs/buggy/buggy_banner.jpg") no-repeat;
	height:477px
}
.innerpage.electric_buggy_service h1 {
    margin-top: 250px;
}

.innerpage.electric_buggy_service .table_grids{
	padding-top:30px;
}
.innerpage.electric_buggy_service .table_grids .row > span{
	Xheight:70px;	
	width:49%;
}

.innerpage.packing_service .table_grids .titles > span{
	width:100%;
}
.innerpage.packing_service .table_grids .row > span{
	width:50%;
}

.innerpage.packing_service .banner:after{
	background: url("../imgs/packing/packing_banner.jpg") no-repeat;
	height:477px
}
.innerpage.packing_service h1 {
    margin-top: 177px;
}

.innerpage.porter_service .table_grids .row > span{
	Xheight:70px;	
	width:49%;
}
.innerpage.porter_service .banner:after{
	background: url("../imgs/porter/porter_banner.jpg") no-repeat;
	height:477px
}
.innerpage.porter_service h1 {
    margin-top: 215px;
}

.innerpage.baggage_delivery_service .banner:after{
	background: url("../imgs/baggage/baggage_delivery_banner_5594.jpg") no-repeat;
	height:477px
}
.innerpage.baggage_delivery_service h1 {
    margin-top: 335px;
}
.innerpage.baggage_delivery_service .table_grids .row > span{
	width:50%;
}
.innerpage.baggage_delivery_service .table_grids .titles > span{
	width:100%;
}

.innerpage.special_service .banner:after{
	background: url("../imgs/special/special_banner.jpg") no-repeat;
	height:435px
}
.innerpage.special_service h1 {
    margin-top: 295px;
}
.innerpage.special_service .book_btn {
	margin-top: 0px !important;
}

.innerpage.careers h1 {
    margin-top: 40px;
}


/*********** price list *************/


.article.price_list p.txt-statement{
	background:#C1A784;
	color:#503E28;
	padding: 10px !important;
	border-top-left-radius: 8px;
	width:100%;
	box-sizing: border-box;
	margin-top:20px;
	text-decoration:none;
	font-weight:bold;
}
.article.price_list p.txt-statement:after{
	display:none;
}
.article.price_list p.txt-statement span.price{
	float:right;
	font-weight:bold;
	color:black;
	padding:0px;
}
.article.price_list p.service_note{
	width:100%;
	border-bottom-right-radius: 8px;
	border: 2px solid #C1A784;
	background: #FAF8F7;
	Xcolor: #7B6950;
	padding: 10px;
	box-sizing: border-box;
	overflow:hidden;
}
.article.price_list p.service_note img{
	float:right;
	margin-left:20px;
	width:120px;
	border-bottom-right-radius: 6px;
}

.innerpage.price_list .banner {
    height:0px;
}
.innerpage.price_list .banner:after {
	background:none !important;
	height:0px;
}
.innerpage.price_list h1{
    margin-top: 50px;
}

.innerpage.price_list .table_grids .row{
	border-bottom:1px solid #ccc;
}
.innerpage.price_list .table_grids .titles > span,
.innerpage.price_list .table_grids .subtitles > span,
.innerpage.price_list .table_grids .row > span{
	width:20%
}
.innerpage.price_list .table_grids .titles > span:nth-child(1),
.innerpage.price_list .table_grids .subtitles > span:nth-child(1),
.innerpage.price_list .table_grids .row > span:nth-child(1){
	width:34%
}
.innerpage.price_list .table_grids .titles > span:nth-child(2n),
.innerpage.price_list .table_grids .subtitles > span:nth-child(2n),
.innerpage.price_list .table_grids .row > span:nth-child(2n){
	text-align:left;
	width:46%
}
.innerpage.price_list .table_grids .row > span{
	height:30px;
}
.innerpage.price_list .table_grids .row.shuttle > span:first-of-type,
.innerpage.price_list .table_grids .row.porter > span:first-of-type{
	height:60px;
}
.innerpage.price_list .table_grids .row.limousine > span:first-of-type{
	height:90px;
}
.innerpage.price_list .table_grids .row.baggage > span:first-of-type{
	height:150px;
}
.innerpage.price_list .table_grids .row.doc > span:first-of-type{
	height:180px;
}
.innerpage.price_list .table_grids .row.packing > span:first-of-type{
	height:240px;
}
.innerpage.price_list .table_grids .row.vip_mg_service > span:first-of-type{
	height:300px;
}
.innerpage.price_list .table_grids .row.mg_service > span:first-of-type{
	height:330px;
}


.innerpage.price_list .table_grids.mng .titles > span,
.innerpage.price_list .table_grids.mng .subtitles > span,
.innerpage.price_list .table_grids.mng .row > span{
	width:10%
}
.innerpage.price_list .table_grids.mng .subtitles > span{
	height:80px;
}
.innerpage.price_list .table_grids.mng .subtitles > span,
.innerpage.price_list .table_grids.mng .row > span{
	text-align:center;
}
/*.innerpage.price_list .table_grids.mng > div > span:nth-child(3){
	width:10%
}*/
.innerpage.price_list .table_grids.mng .titles > span:nth-child(3){
	width:33%;
}
.innerpage.price_list .table_grids.mng .subtitles > span:nth-child(3),
.innerpage.price_list .table_grids.mng .subtitles > span:nth-child(4),
.innerpage.price_list .table_grids.mng .subtitles > span:nth-child(5),
.innerpage.price_list .table_grids.mng .row.vip_mg_service > span:nth-child(4n),
.innerpage.price_list .table_grids.mng .row.vip_mg_service > span:nth-child(4n-1),
.innerpage.price_list .table_grids.mng .row.vip_mg_service > span:nth-child(4n+1),
.innerpage.price_list .table_grids.mng .row.mg_service > span:nth-child(3n+1){
	width:11%;
}
.innerpage.price_list .table_grids.mng .row.mg_service > span:nth-child(3n){
	width:22%;	
}
.innerpage.price_list .table_grids.mng .titles > span:nth-child(1),
.innerpage.price_list .table_grids.mng .subtitles > span:nth-child(1),
.innerpage.price_list .table_grids.mng .row.vip_mg_service > span:nth-child(1),
.innerpage.price_list .table_grids.mng .row.mg_service > span:nth-child(1){ 
	width:34%;
	text-align:left;
}
.innerpage.price_list .table_grids.mng .titles > span:nth-child(2),
.innerpage.price_list .table_grids.mng .subtitles > span:nth-child(2),
X.innerpage.price_list .table_grids.mng .subtitles > span:nth-child(3n-1),
.innerpage.price_list .table_grids.mng .row.mg_service > span:nth-child(3n-1),
.innerpage.price_list .table_grids.mng .row.vip_mg_service > span:nth-child(4n-2){
	text-align:left;
	width:33%;
}

.innerpage.price_list .table_grids.mng .row .group_all_cols{
	width:66% !important;
}


/*********** booking form *************/


.innerpage.booking .banner {
    height:0px;
}
.innerpage.booking .banner:after {
	background:none !important;
	height:0px;
}
.innerpage.booking h1{
    margin-top: 50px;
}

.innerpage.booking article{
	overflow:hidden;   
}

.innerpage.booking article section .passengers_name,
.innerpage.booking article section span.fieldname.company_name,
.innerpage.booking article section span.fieldname.address,
.innerpage.booking article section span.fieldname.flight_ferry,
.innerpage.booking article section span.vip_mng_meeting_time_at_hkia,
.innerpage.booking article section span.standard_mng_meeting_time_at_hkia,
.innerpage.booking article section.porter span.fieldname.over_size,
.innerpage.booking article section span.email
{
	clear:left;
}

.innerpage.booking article section.vip_mng,
X.innerpage.booking article section.buggy
{
	padding-top: 20px;
}
.innerpage.booking article section.buggy > div{
	padding-bottom: 10px;
}

.innerpage.booking article section{
	    overflow: hidden;
}

.innerpage.booking article section.service{
	width:98%;
	padding-left:2%;
}
.innerpage.booking article section.service .openclose_mirror{
	display:block;
	z-index:2;
	width:40px;
	height:40px;
	position:absolute;
	left:-2%;
	cursor:pointer;
}
.innerpage.booking article section.service.closed > div{
	display:none;
}
.innerpage.booking article section.service:before{
	content: attr(openclose) "-";
	position:absolute;
	left:0%;	
	font-size:35px;
	line-height: 14px;
	padding-top: 30px;
	color:#459dd0;
	cursor:pointer;
}
.innerpage.booking article section.service.closed:before{
	content:"+";
	font-size:25px;
}
.innerpage.booking article section.service p:first-of-type{
	cursor:pointer;
}
.innerpage.booking article section.service.disabled:before,
.innerpage.booking article section.service.disabled p:first-of-type{
	color:#ddd;
}


.innerpage.booking .submit_btn,
.booking_confirmation  .submit_btn{
	float: left;
	cursor:pointer;
	display:block;
	width:200px;	
	height:auto;
	font-size:14px;
	font-weight:bold;
	background:#FA5858 ;
	color:white;
	border-radius:10px;
	margin: 0 auto;
	margin-top:30px;
	text-align: center;
	padding: 20px !important;
	box-sizing: border-box;
	box-shadow: 3px 3px 5px #ccc;
}

.innerpage.booking h2 {
    margin-top: 55px;
}

.innerpage.booking p.txt-statement{
	padding-top:30px;
}
X.innerpage.booking p.txt-statement{
	padding-top:30px;
}

.innerpage.booking ul,
.innerpage.booking ol{
	clear:both;
	padding-top:20px;	
}
.innerpage.booking .section_note{
	margin-left: 35px;
}
.innerpage.booking .section_note,
.innerpage.booking .section_note li,
.innerpage.booking .section_note li a{
	font-size:11px;
}

.innerpage.booking .important{
	color:red;
}

.innerpage.booking article section p{
	padding-bottom: 0px;
	font-size: 12px;
}

.innerpage.booking article section span,
.innerpage.booking article section select,
.innerpage.booking article section input,
.innerpage.booking article section textarea{
	float:left;
	margin-top: 15px;
	box-sizing:border-box;
}
.innerpage.booking article section span.fieldname{
	width:150px;
	padding-right:5px;
	padding-left:20px;	
}
.innerpage.booking article section select.hh,
.innerpage.booking article section select.mm{
	width:75px;
}
.innerpage.booking article section select.hh{
	margin-right:10px;
}
.innerpage.booking article section select,
.innerpage.booking article section input,
.innerpage.booking article section span.dummy_value,
.innerpage.booking article section span.fee{
	width:160px;
}
.innerpage.booking article section span.fee{
	width: 140px;
}
.innerpage.booking article section span.dummy_value,
.innerpage.booking article section span.fee{
	height:20px;	
}
.innerpage.booking   select,
.innerpage.booking   input,
.innerpage.booking   textarea{
	Xpadding:4px;
	background:#efefef;
	border:1px solid #efefef;	
}
.innerpage.booking   select,
.innerpage.booking    option,
.innerpage.booking   input,
.innerpage.booking   textarea{
	font-family:Arial;
}

.innerpage.booking article section span.fieldnote{
	padding-left:20px;
	color: #aaa;
}

.innerpage.booking article section span.star{
	float:none !important;
}

.innerpage.booking article section input.country_code,
.innerpage.booking article section input.area_code{
	width:95px;
	margin-right:10px;
}
.innerpage.booking article section input.phone_no{
	width:260px;
}

.innerpage.booking article section input.flight_ferry_no{
	margin-left:10px;
}

/* long fieldname, shorter input*/
.innerpage.booking article section .fieldname.flight_ferry{
	width:200px;
}
.innerpage.booking article section select.flight_ferry{
	width:120px;
}

.innerpage.booking article section.buggy select.buggy_per{
	width:150px;
}
.innerpage.booking article section span.fieldname.arr_dep_tran,
.innerpage.booking article section.porter span.fieldname.regular_size,
.innerpage.booking article section.porter span.fieldname.over_size,
X.innerpage.booking article section.special span.fieldname.wheelchair_no_of_passengers{
	width:330px;
}
x{
	width:490px;
}
.innerpage.booking article section input.address,
.innerpage.booking .passengers_grids,
.innerpage.booking article section.limousine input.limousine_destination,
.innerpage.booking article section.limousine input.limousine_pickup_location,
.innerpage.booking article section input.company_name{
	width:780px;
}

.innerpage.booking article section span.fax_no{
	margin-left: 100px;
}
.innerpage.booking article section.porter span.porter_fee,
X.innerpage.booking article section.special span.wheelchair_fee{
	margin-left:140px;
}

.innerpage.booking .fieldname.flight_no{
	clear:left;
}
	
.innerpage.booking article section .passengers_name{
	Xpadding-top: 20px;
	Xborder-top:1px solid #eee;
}
.innerpage.booking .passengers_grids{
	float: left;
	background: #D6DEEF;
	border-top: 20px solid white;
	box-sizing: border-box;
	padding: 20px;
}
.innerpage.booking .passengers_grids a.add{
	font-weight:bold;
	font-size:45px;
	padding-top: 20px;
	display: block;
	clear: left;
}
.innerpage.booking .passengers_grids span,
.innerpage.booking .passengers_grids select,
.innerpage.booking .passengers_grids input{
	width:38% !important;
	margin-right:10px;	
	Xmargin-top:10px;	
}
.innerpage.booking .passengers_grids select,
.innerpage.booking .passengers_grids input{
	background:#f4f4f4;
}
.innerpage.booking .passengers_grids span{
	padding-left:0px !important;
	margin-top: 0px !important;
}
.innerpage.booking .passengers_grids span:first-of-type,
.innerpage.booking .passengers_grids select{
	width:18%  !important;
}

.innerpage.booking article section.total_fee{
	margin-top:35px;
	border-top: 2px solid #459dd0;
	padding-top:0px;
	padding-left:2%;
}
.innerpage.booking article section.total_fee span{
	color:#459dd0;
	font-weight:bold;
}
X.innerpage.booking article section.total_fee{
}

#booking_form .cost_preview{
	width:720px;
	padding:3px;
	text-align:right;
	display:none;
	border-top:1px solid #bbb;
}

.credit_card_info{
	width:970px;
	margin:0 auto;
	text-align:left;
	display:none;
	overflow: hidden;
}
.credit_card_info .fieldname,
.credit_card_info input,
.credit_card_info select{
	margin-top:15px;
}
.credit_card_info .fieldname{
	width:150px;
	float:left;
	text-align:left;
	padding-left:100px;
	display:block;
}
.credit_card_info span.card_holder_name,
.credit_card_info span.exp_date,
.credit_card_info span.credit_card_type,
.credit_card_info .submit_payment
{
	clear:left;
	padding-left:0px;
}
.credit_card_info input,
.credit_card_info select{
	width:250px;
	float:left;
}
.credit_card_info input.card_holder_number{
	Xwidth:55px;
	Xmargin-right:10px;	
}
.credit_card_info select.exp_date{
	width:80px;
	margin-right:10px;	
}
.credit_card_info select.credit_card_expiry_year{
	margin-right:80px;	
}


.booking_confirmation{
	overflow: hidden;
	position: relative;
	width: 970px;
	margin: 0 auto;
	margin-bottom: 50px;
	display:none;
	top: -120px;
}

.booking_confirmation section{
	overflow:hidden;
}


.booking_confirmation .fieldname.contact_person,
.booking_confirmation .fieldname.company_name,
.booking_confirmation .fieldname.address,
.booking_confirmation .fieldname.phone,
.booking_confirmation .fieldname.flight_no,
.booking_confirmation .fieldname.flight_ferry,
.booking_confirmation .passengers_name,
.booking_confirmation .fieldname.firstname,
.booking_confirmation .fieldname.email,
.booking_confirmation .passengers_name .fieldname.spacer,
.booking_confirmation .fieldname.vip_mng_meeting_time_at_hkia,
.booking_confirmation .fieldname.over_size,
.booking_confirmation .fieldname.limousine_type,
.booking_confirmation .fieldname.limousine_destination,
.booking_confirmation .fieldname.limousine_pickup_location,
.booking_confirmation .fieldname.limousine_pickup_time,
.booking_confirmation .fieldname.card_holder_name{
	clear:left;
}
.booking_confirmation .passengers_grids,
.booking_confirmation .value.address,
.booking_confirmation .value.company,
.booking_confirmation .value.email,
.booking_confirmation .value.limousine_pickup_location,
.booking_confirmation .value.limousine_destination,
.booking_confirmation .passengers_grids .value{
	width:610px !important;
}
.booking_confirmation .txt-statement,
.booking_confirmation p,
.booking_confirmation li
{
	text-align: left;
}
.booking_confirmation .fieldname,
.booking_confirmation .value{
	float:left;	
	text-align: left;padding-right: 1%;
	box-sizing: border-box;
	Xline-height:20px;
	min-height: 20px;
	box-sizing: content-box;
}
.booking_confirmation .fieldname{
	padding-left: 20px;
	width:180px;
}
.booking_confirmation .value{
	color:#888;
	border-bottom: 1px solid #888;
	padding-right: 0px;
	margin-right: 10px;
	width: 195px;
padding-top: 5px;
}
.booking_confirmation .fee,
.booking_confirmation .total_fee span{
	color:#459dd0;
	border:0;
}
.booking_confirmation .passengers_name{
	padding-top: 15px;
}
.booking_confirmation .passengers_name .fieldname.spacer{
	padding-bottom:10px;
}
.booking_confirmation .passengers_grids{
	float:left;
}
.booking_confirmation .passengers_grids .fieldname{
	Xpadding-left:0px !important;
}
.booking_confirmation .total_fee{
	border-top: 2px solid #459dd0;
	margin-top:30px;
	width: 820px;
	float: left;
	margin-bottom: 30px;
}
.booking_confirmation .total_fee .value{
	border:0px;
}
.booking_confirmation .total_fee span{
	font-weight:bold;
	padding-top:10px;
}
.booking_confirmation .total_fee .fee{
	width: 185px;
}

.booking_done{
	display:none;
	top: -105px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}


/********************** contact us **************/

.innerpage.contact_us .banner{
	background:white;
}
.innerpage.contact_us .banner:after{
	background: url("../imgs/logos/wfs_big.png") no-repeat center 20px;
	height:477px;
	background-size: 700px auto !important;
}
.innerpage.contact_us h1 {
    margin-top: 225px;
}
.innerpage.contact_us section.airport_office p{
	font-size: 180% !important;
}
.innerpage.contact_us section.airport_office pre{
	font-size: 130% !important;
}
.innerpage.contact_us section.airport_office p a,
.innerpage.contact_us section.airport_office pre a{
	font-size: inherit !important;
}

.innerpage.contact_us .regional_office_title{
	padding-top: 0px;
}

/********************** T&C *********************/


.innerpage.terms_and_conditions .banner,
.innerpage.terms_and_conditions .banner:after {
	background:none !important;
	height:0px;
}
.innerpage.terms_and_conditions h1{
    margin-top: 50px;
}

.innerpage.terms_and_conditions ol {
	list-style: "" !important;
}
