html{
	height:100%;
}

body {
	height:100%;
	margin:0;
	line-height:22px;
	color:#FFF;
	background:#000;
}

body, 
textarea, 
input, 
select {
	font-family:Helvetica,Arial,sans-serif;
	ttext-shadow:1px 1px 2px rgba(0,0,0,0.8);
	font-size:14px;
}

#head{
	position:relative;
	width:1020px;
	height:80px;
	margin:0 auto;
}

#top{
	width:100%;
	min-width:1020px;
	height:80px;
	background:#000;
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
	font-size:15px;
	color:#FFF;
}

#menu{
	position:relative;
	width:1020px;
	height:37px;
	margin:0 auto;
}

#logomaxx{
	position:absolute;
	right:0;
	top:13px;
	width:145px;
	height:107px;
	z-index:1001;
}

#logomaxx img {
	height:126px;
}


#banner_footer {
	margin-bottom:15px;
}

#banner_mc1 {
	display: none;
	position:absolute;
	left:30px;
	top:135px;
	bbackground: url(../images/banner2.gif);
  bbackground-repeat: no-repeat;	
  ddisplay:none;
}

#banner_mc2 {
	display: none;
	position:absolute;
	right:30px;
	pleft:30px;
	top:135px;
	bbackground: url(../images/banner2.gif);
  bbackground-repeat: no-repeat;	
}

@media screen and (min-width: 1500px){
	#banner_mc1, #banner_mc2 {
		display: block;
	}
}

#main{
	width:100%;
	min-width:1020px;
	height:auto;
	margin-top:30px;
	padding-top:5px;
	background-color:#333;
}

#content{
	position:relative;
	width:1020px;
	height:auto;
	min-height:460px;
	display:table;
	background-color:rgba(0,0,0,0.2);
	margin:0 auto;
}

#content_border {
	margin:30px 20px 50px 20px;
}

h1{font-size:26px;font-family: "Raleway";font-weight:normal;}
h5{font-size:20px;font-family: "Raleway";font-weight:normal;}
h2{font-size:18px;color:#ffa066;font-family: "Raleway";font-weight:normal;}
h2.larger{
	font-size:20px;
}
h2.smaller{
	font-size:16px;
}

.white {
	color:white;
}

h2.grey {
	color:#ddd;
	color:rgba(0,0,0,1);
}


h3{font-size:16px;color:#dd6000;font-family: "Raleway";font-weight:normal;}
h4{font-size:14px;color:#fc0;font-family: "Raleway";font-weight:normal;}

hr{width:50%}

p{margin:3px 0px 3px 0px}

p.smaller { font-size:12px;}

label{display:block;}


ul {
	mpadding:0px;
	mmargin:0px;
	padding-left:20px;
}

textarea, 
input, 
select {
	color:white;
	line-height:20px;
	border:1px solid #4c4c4c;
	border-radius:4px;
	background-color:#333;
	padding:4px 4px 4px 6px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
}

select {
	padding-left:2px;
}

input.icon_calendar {
	background: url(../images/calendar2.png);
  background-repeat: no-repeat;
  abackground-attachment: fixed;
  background-position: 92% center;
  cursor:pointer;
	/* scroll 7px 7px; */
}

.floatright{float:right;}
.center{text-align:center;}
.hidden{display:none;}
.nobr	{ white-space:nowrap; }
.red {
	color: #ff6000;
}


a {
	color:#ffa066;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a:active {
}



/* -------------------- */
/* BUTTON's */
/* -------------------- */

a.button,
input.button {
	color:white;
	background-color:#5c5c5c;
	border:1px solid #5c5c5c;
	padding: 6px 9px 5px 9px;
	text-decoration:none;
	border-radius:3px;
	font-size:14px;
	-o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;
  /* ...and now for the proper property */
  transition:color .2s ease-out, background .2s ease-in;	
}

a.button {
	padding: 7px 10px 6px 10px;
}

a.button:hover,
input.button:hover {
	background-color:#333;
	border:1px solid #5c5c5c;
}

a.red1,
input.red1 {
	background-color:#F60;
	ffont-weight:bold;
}

a.red2,
input.red2 {
	background-color:#ff0000;
}

a.red3,
input.red3 {
	background-color:#bb0000;
	border-color:#5c5c5c;
}

a.gray1,
input.gray1 {
	background-color:#7c7c7c;
}

a.gray2,
input.gray2 {
	background-color:#8c8c8c;
}

a.gray3,
input.gray3 {
	background-color:#4c4c4c;
	border-color:#4c4c4c;
}

a.orange,
input.orange {
	background-color:#e85646;
	border-color:#e85646;
}


a.blue1,
input.blue1 {
	background-color:#2D9CD9;
	border-color:#2D9CD9;
}

a.blue2,
input.blue2 {
	background-color:#1E76A6;
	border-color:#1E76A6;
}

a.uppercase{
	text-transform: uppercase;
}

a.fw {
	display: block;
	width:100%;
}

a.button,
input.button {

}


/* -------------------- */
/* STANDARD TABLE */
/* -------------------- */


table.standard {
	border-collapse: collapse;
	margin-top:20px;
  border: 1px solid #333;
}

table.standard tr {
	background-color:rgba(0,0,0,0.17);
}

table.standard th {
	font-family:Raleway,Helvetica,Arial,sans-serif;
	background-color:#333;
	text-align:left;
	padding: 10px 10px 10px 10px;
  border: 1px solid #333;
  font-weight:normal;
  ffont-weight:bold;
  font-size:17px;
}

table.standard td {
	text-align:left;
	padding: 10px 10px 10px 10px;
	border: 1px solid #333;
}


/* -------------------- */
/* TOOLBAR MENU */
/* -------------------- */

#nav{
	position:absolute;
	width:100%;
	min-width:1020px;
	height:30px;
	border-bottom:3px solid #f60;
	-webkit-box-shadow:0 5px 10px rgba(50,50,50,0.75);
	-moz-box-shadow:0 5px 10px rgba(50,50,50,0.75);
	box-shadow:0 5px 10px rgba(50,50,50,0.75);
	background-color:#ef5b22;
	background:-moz-linear-gradient(top,#fca164 0,#ef5b22 35%,#ef5b22 65%,#fca164 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fca164),color-stop(35%,#ef5b22),color-stop(65%,#ef5b22),color-stop(100%,#fca164));
	background:-webkit-linear-gradient(top,#fca164 0,#ef5b22 35%,#ef5b22 65%,#fca164 100%);
	background:-o-linear-gradient(top,#fca164 0,#ef5b22 35%,#ef5b22 65%,#fca164 100%);
	background:-ms-linear-gradient(top,#fca164 0,#ef5b22 35%,#ef5b22 65%,#fca164 100%);
	background:linear-gradient(top,#fca164 0,#ef5b22 35%,#ef5b22 65%,#fca164 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca164',endColorstr='#ef5b22');
	z-index:500;
}

#nav-menu{
	width:1020px;
	float:left;
	padding:0;margin:0 0 5px 0;
	list-style:none;
	font-family:Raleway,Helvetica,Arial,sans-serif;
}

#nav-menu li{float:left}

#nav-menu li a {
	display:block;
	text-decoration:none;
	text-align:left;
	ffont-weight:bold;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
	font-size:17px;
	line-height:18px;
	padding: 7px 14px 5px 14px;
	border-right:rgba(255,255,255,.3) 0px solid;
}

#nav-menu li:first-child a {
	padding-left:10px;	
}

#nav-menu li:first-child a img {
	padding-top:1px;
	padding-left:3px;
}

#nav-menu li:last-child {
	ppadding-left:10px;
}

#nav-menu li:last-child a {
	font-size:12px;
	text-shadow:0px 0px 0px;
	color:#fff;
}

#nav-menu li:last-child img {
	float: left;
	margin-top:4px;
	padding-right:3px;
}

#nav-menu li a:hover {
	background-color:rgba(255,201,168,0.5);
}

.active a {
    color: #26a3d1;
    background-color: rgba(255, 201, 168, 0.5);

}



/* -------------------- */
/* CURRENCY SELECT */
/* -------------------- */

#currform {
	position:relative;
	float:right;
}

#currselect {
	font-size:0.85em;
}





/* -------------------- */
/* ROOMS DETaILS */
/* -------------------- */

#mt_room_details {
	padding-top:50px;
	padding-bottom:20px;
	bborder:1px white solid;
}

#mt_room_details .room_gallery {
	margin-top:30px;
	background-color:#333;
	padding: 10px 0px 10px 0px;
}

#mt_room_details_table th {
	text-align:left;
}

#mt_room_details_table td {
	vertical-align:top;
}

#mt_room_details_table td:first-child {
	text-align:justify;
	padding-right:30px;
}

#mt_room_details_table td:nth-child(2) {
	padding-right:25px;
}

#mt_room_details_table td:last-child,
#mt_room_details_table td:nth-child(2) {
  width:1%;
	white-space:nowrap;
}

#mt_room_details_table_prices {
	bborder:1px white solid;
	margin-bottom:20px;
	mpadding-bottom:0px;
}


#mt_room_details_table_prices tr:last-child td {
	ttext-align:center;
	tpadding-top:25px;
}

#mt_room_details_table_prices td:last-child {
	text-align:right;
	padding:0px;
}

#mt_room_details_table ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#mt_room_details_table li {
	padding-bottom:5px;
}

#mt_room_details_table li:before {
	content:  "\2713\00a0\00a0";
	color:red;
}








/* -------------------- */
/* ROOMS OVERVIEW TABLE */
/* -------------------- */

#mt_rooms_intro {
	mmargin:30px 10px 0px 20px;
}

#mt_rooms_short_desc {
	mmargin:40px 10px 0px 20px;
}

#mt_rooms_short_desc_header td {
	vertical-align:top;
	bborder:1px solid white;
}

#bookingform {
	pposition: absolute;
	pleft:750px;
	ptop:50px;
	overflow: hidden;
	padding:15px 10px 15px 10px;
	margin:0px;
	border:1px solid #6c6c6c;
	bbackground-color:#333;
	border-radius:4px;
	width:215px;	
	height:110px;
}



#bookingform table {
	
}


#bookingform table td {
	vertical-align:middle;
	padding-bottom:5px;
}

#bookingform table td:first-child {
	padding-right:5px;
}

#bookingform table tr:last-child td:last-child {
	padding-top:7px;
}

#mt_rooms_short_desc_text {
	ffloat:left;
	text-align:justify;
	wwidth:720px;
	padding-right:30px;
}

table.mtRooms2 {
	margin-top:20px;	
	wwidth:100%;
	bborder:1px solid white;
}

table.mtRooms2 tr {
	bborder 0px;
	bborder-bottom: 5px #292929 solid;
}

table.mtRooms2 td.room {
	vertical-align: top;
	padding: 10px 0px 20px 0px;
	border-right: 7px #292929 solid;
	border-bottom: 7px #292929 solid;
	background-color:#333;
	width:20%;
}

table.mtRooms2 td:last-child {
	padding-right:0px;
	border-right:0px;
}

table.mtRooms2 p {
	margin-bottom:0px;	
	text-align:center;
}

table.mtRooms2 p:first-child {
	ffont-weight:bold;
	font-family:Raleway,Helvetica,Arial,sans-serif;
	font-size:16px;
	margin-bottom:15px;	
}

table.mtRooms2 div.header {
  display: flex;
  align-items: center;
  justify-content: center;	
	font-family:Raleway,Helvetica,Arial,sans-serif;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	height:55px;
	padding:0px 5px 5px 5px;
	bborder:1px solid white;
}

table.mtRooms2 div.header2 {
	height:35px;
}

table.mtRooms2 p.button1 {
	padding-top:10px;
}

table.mtRooms2 p.button2 {
	padding-top:15px;
}

table.mtRooms2 td img {
	width: 90%;
}



/* Garden Units */

#mt_rooms_garden {
	padding-top:30px;
}

#mt_rooms_garden h1 {
	padding-bottom:10px;
}

#mt_rooms_garden table td {
	vertical-align:top;
}

#mt_rooms_garden table td:first-child {
	padding-right:15px;
}

#mt_rooms_garden img {
	width:370px;
}

#mt_rooms_garden ul {
	columns: 2;
	ppadding-left:40px;
}



/* PRICE TABLE */

#mt_rooms_prices {
	padding-top:40px;
}

#mt_rooms_prices table {
	mmargin-bottom:50px;
	width:100%;
}

#mt_rooms_prices tr.price_table_bgc {
	background-color:rgba(0,0,0,0.05);
}

#mt_rooms_prices ul {
	padding-left:20px;
	padding-right:20px;
}


#mt_rooms_prices th {
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}

#mt_rooms_prices td {
	text-align:center;
	padding:15px 20px 15px 20px;
}

#mt_rooms_prices th:first-child {
	text-align:left;
	padding-left:10px;
}

#mt_rooms_prices td:first-child {
	text-align:left;
	padding-left:10px;
	ffont-size:15px;
}


/* PRICE COND */

#mt_rooms_price_cond {
	padding-top:40px;
}

#mt_rooms_price_cond_left {
	float:left;
	bborder:1px solid white;
	width:48%;
	margin-bottom:20px;
	mmargin-right:20px;
}

#mt_rooms_price_cond_right {
	float:left;
	bborder:1px solid white;
	width:48%;
	margin-bottom:20px;
}


/* FLOORPLAN */

#mt_floorplan {
	padding-top:40px;
}
#mt_floorplan_text {
	text-align:justify;
}

#mt_floorplan div.floorplan {
	padding-top:20px;
	width:663px;
	float:left;
	bborder:1px solid white;
}

#mt_floorplan div.floorplan p {
	text-align:center;
}


#mt_floorplan ul {
	list-style:none;
}

#mt_floorplan div.fplist {
	float:left;
	padding: 50px 0px 0px 20px;
	bborder:1px solid white;
}

h2.roomratesfloorplan {
	position:relative;
	top:60px;
	left:20px;
}

#floorplan_city img {
	width:95%;
	padding-left:10px;
}





/* facilities */

.mt_facilities_intro {
	margin-bottom:20px;
	bborder:1px solid white;
}

#mt_facilities_intro_table td {
	vertical-align:top;
	text-align: justify;
}

#mt_facilities_intro_table td:first-child {
	padding-right:20px;
	
}

#1mt_facilities_intro_box {
	ooverflow:hidden;
	border:1px solid white;
	ppadding-top:10px;
}

#1mt_facilities_intro_text {
	ffloat:left;
	wwidth:460px;
	width:60%;
	ppadding-right:30px;
	text-align: justify;
	ppadding-top:10px;
}
#1mt_facilities_slider {
	float:right;
	ppadding-top:15px;
	padding-left:30px;
	wwidth:30%;
}


#mt_facilities_icons {
	margin:30px 10px 10px 20px;
	bborder:1px solid white;
	text-align:left;
}

#mt_facilities_icons img {
	padding:0px 8px 0px 8px;
}

#mt_facilities_left {
	float:left;
	bborder:1px solid white;
	width:50%;
	margin-bottom:20px;
}

#mt_facilities_right {
	float:left;
	bborder:1px solid white;
	margin-bottom:20px;
}



div.mt_facilities {
}

div.mt_facilities li {
}

#mt_facilities_left li,
#mt_facilities_right li {
}




/* SERVICES */

div.services_rent {
	overflow:hidden;
	bborder:1px solid white;
	padding:30px 0px 0px 0px;
}

div.services_rent:first-child {
	padding:0px;
	margin:0px;
}

div.services_rent:first-child h1 {
	padding-top:0px;
	margin-top:0px;
}

div.services_rent p {
	margin-bottom:15px;
}

div.service_pic {
	width:360px;
	float:left;
	padding-right:0px;
	margin-right:0px;		
	padding-top:10px;
}

div.service_pic img {
	width:330px;
}

div.service_info {
	float:left;
	bborder:1px solid white;
	width:63%;
	padding-top:10px;
}

div.service_info table {
	margin-top:0px;
	mmargin-bottom:20px;		
	width:100%;
}

div.service_info p {
	padding-top:10px;
	padding-left:5px;
}

div.service_info ul {
	padding-left:20px;
}

div.service_info li {
	padding-bottom:2px;
}





/* INVEST */

#buyinvest  {
	text-align:justify;
	margin-bottom:20px;
}

img.buyinvest {
	width:38%;
	float:right;
	padding: 0px 0px 20px 20px;
}

#condosale  {
	overflow:hidden;
	text-align:justify;
	margin:40px 0px 20px 0px;
}

img.condosale {
	width:38%;
	float:left;
	padding: 0px 20px 20px 0px;
}

div.mt_invest {
	mmargin:30px 10px 20px 20px;	
	margin-bottom:20px;
}

a.buyinvest{
	color:#ffa066;
}

#under50plan {
	text-align:justify;
	margin-bottom:20px;
}

img.under50plan {
	width:30%;
	float:right;
	padding: 0px 0px 20px 20px;
}

#retireplan {
	text-align:justify;
	margin-bottom:20px;
}

img.retireplan {
	width:30%;
	float:right;
	padding: 0px 0px 20px 20px;
}

#buyforrent {
	text-align:justify;
	margin-bottom:20px;
}

img.buyforrent {
	width:30%;
	float:right;
	padding: 0px 0px 20px 20px;
}

#buyforrent_table {
	width:100%;
	margin-top:0px;
}



#investfix {
	text-align:justify;
	margin-bottom:20px;
}

img.investfix {
	width:30%;
	float:right;
	padding: 0px 0px 20px 20px;
}




/* CONTACT FORM */

#website{ display:none; }

#contact_details,
#contact_invest,
#contact_finance,
#contact_buy,
#contact_rent {
	mmargin-top:20px;
}

#contact_invest,
#contact_finance,
#contact_buy,
#contact_rent {
	float:left;
	width:35%;
}

#contact_address {
	position: absolute;
	left:750px;
	top:50px;
	ffloat:right;
	overflow: hidden;
	padding:0px 20px 20px 20px;
	mmargin-right:150px;
	margin:0px;
	border:1px solid #6c6c6c;
	background-color:#333;
	border-radius:4px;
}

#div_contact_form {
	ffloat:right;
	padding:0px;
	margin:0px;
	padding-bottom:20px;
	border:0px;
	bborder:1px solid white;
}

#condo_no {
	width:50px;
}

#contact_details table {
	width:60%;
	bborder:1px solid #8c8c8c;
}

#contact_details td {
	padding-right:10px;
	width:50%;
}

#contact_details input {
	width:100%;
}

#contact_details input.button {
	width:auto;
}

#contact_country {
	width:100%;
}
 
#contact_details textarea {
	width:100%;
	margin-top:4px;
}

#div_contact_form input,
#div_contact_form select {
	margin-top:5px;
	margin-bottom:5px;
}

#contact_buy,
contact_invest {
	float:left;
}

table.email td {
	vertical-align:top;
}



/* BOOKING */

#mc_open_info {

	bcolor: #00529B;
	ffont-weight:bold;
	bbackground-color: #2D9CD9;
	background-color:rgba(0,0,0,0.2);
	background-image: url('/images/info3.png');
	border-radius:4px;
	border: 2px solid rgba(0,0,0,0.2); /*  #2D9CD9;*/
	border:0px;
	border: 1px solid #2D9CD9; 
	bborder-color: #00549D;
	margin: 30px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;

}


#checkinout,
#booking_form2,
#booking_form3 {
	margin-left:20px;
}

#booking_1step h5 {
	margin-bottom:20px;
	mpadding-top:0px;
}

#booking_2step h5 {
	margin-bottom:10px;
}

#booking_3step h5 {
	margin-bottom:10px;
}

#checkinout img {
	float:left;
	width:41%;
	padding:0px 30px 20px 0px;
	bborder:1px solid white;
}

#checkinout td {
	vertical-align:middle;
	ppadding:0px 10px 15px 0px;
	padding:0px 10px 15px 0px;
}

#checkinout tr:last-child td {
	padding-top:7px;
}

#checkinout table td {
	bborder:1px solid white;
}


#rent_choice {
	ppadding-left:0px;
}

#rent_from,
#rent_until {
	width:115px;
	background-color:#333;
}



/* booking table */

img.booking {
	float:left;
	width:200px;
	padding-right:10px;
}



/* CURRENCY SELECT */

#booking_currselect {
	border:0px;
	margin:0px;
	padding:0px;
	bborder:1px solid white;
	pposition:relative;
	pfloat:right;
	width:100%;
	padding-top:10px;
}

#booking_currselect td {
	padding-bottom:0px;
	margin-bottom:0px;
	bborder:1px solid white;
}

#booking_currselect td h2 {
	padding:0px;
	margin:0px;
}

#booking_currselect td select {
	ppadding:0px;
	margin:0px;	
}

#booking_currselect td:last-child {
	text-align:right;
}

/* booking table available */

.bookingtable {
	width:100%;
}

.bookingtable td {
	vertical-align:top;
	padding-bottom:10px;
}

.bookingtable th:nth-child(2),
.bookingtable td:nth-child(2),
.bookingtable th:nth-child(4),
.bookingtable td:nth-child(4)  {
	/* booking table */
	text-align:right;
}

.bookingtable th:first-child,
.bookingtable td:first-child {
	width:50%;
}

.bookingtable th:last-child,
.bookingtable td:last-child {
	text-align:center;
}

.bookingtable td:nth-child(4) span {
	/* total price */
	font-weight:bold;
}

.bookingtable p {
	margin:0px;
	padding:0px;
}

/* booking table alternative */

#alternative {
	padding-top:30px;
}


/* booking table FINAL */

.bookingfinal {
	wwidth:80%;
}

.bookingfinal th:last-child,
.bookingfinal td:last-child {
	display:none;
}


/* FINAL cleaning */

#roomclean1 {
	ffloat:left;
	padding-top:10px;
}

#roomclean2 {
	ppadding-bottom:20px;
	ppadding-left:10px;
}

/* FINAL taxi */

#booktaxi1 {
	margin-top:30px;
}

#booktaxi2 {
	ppadding-bottom:20px;
	ppadding-left:10px;
}

#booktaxi2 input[type=radio] {
	margin-top:10px;	
}

#taxi_choice1 label {
    margin-left: 30px;
    display: block;
}

#flightno_div {
	display:none;	
}

#flightno_div table {
	margin-top:15px;
	margin-left:23px;
	bborder:1px solid white;
}

#flightno_div td {
	padding-bottom:10px;
}

#flightno_div input {
	width:90px;
}


/* FINAL contact details */

#contact_details1 {
	margin-top:30px;
}

#book_addr_txt {
	margin-bottom:20px;
	bborder:1px solid white;
	wwidth:100%;
	width:60%;

}


#book_addr_txt table {
	bborder:1px solid yellow;
	wwidth:60%;
}


#book_addr_txt table td {
	wwidth:200px;
	width:50%;
	bborder:1px solid yellow;
	padding-top:10px;
}

#book_addr_txt table td:first-child {
	padding-right:10px;
	wwidth:40%
}


#book_addr_txt table tr:last-child td {
	padding-right:0px;
}



#country {
	width:100%;
}

#book_addr_txt input,
#book_addr_txt select {
	mmargin:5px 0px 0px 0px;
	margin-top:5px;
}

#book_addr_txt table input {
	width:100%;
}

#book_addr_txt textarea {
	width:100%;
	mmargin:0px;
	mpadding:0px;
	margin-top:5px;
}

#booking3step-buttons {
	bborder:1px solid white;
	margin-top:5px;
	margin-left:3px;
}


/* LOCATION */

#map_canvas{
	width:100%;
	height:380px;
	mmargin:5px 15px 5px 5px;
	mmargin-bottom:10px;
	mborder:1px solid white;
}

#map_iframe{display:none;width:100%;height:100%;border:0}
#map_1{width:100%;height:100%;border:0}



/*#booking_1step,#booking_2step,#booking_3step,#booking_4step,#booking_5step,#book_conf{position:relative;float:left;left:5px;width:95%;min-width:420px;height:auto;min-height:460px;margin-top:0;margin-bottom:10px;padding:8px 8px 8px 5px;text-align:center}
#booking_2step,#booking_3step{width:98%}
#div_booking_3step{position:relative;width:95%;margin:0 auto}*/




#foot{
	width:100%;
	min-width:1020px;
	height:142px;
	padding-top:10px;
	border-top:1px solid #fff;
	background:#000;
}

#footer{
	position:relative;
	width:1020px;
	margin:0 auto;
}

#footer_text div.img {
	bborder:1px solid white;
	margin: 15px 0px 15px 0px;
}

#footer_text img {
	vertical-align: middle;
}

#footer_text img:first-child {
	padding-right:10px;
}

#footer_text img:last-child {
	padding-left:10px;
}

#footer_text p.small {
	font-size:10px;
	line-height:12px;
	padding-top:10px;
}

#footer_text{
	margin-top:10px;
	text-align:center;
}


#go_top{
	display:none;
	position:fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
	}