/*
Theme Name: Hotel Template
Description: FastBooking CMS
Author: Fastbooking
Author URI: http://www.fastbooking.com
Version: 1.4.5
License: GNU General Public License
Changelog:
	v1.4.5: 
		- (@abaccega 19.03.15) Fixed fblib.js weird bug on GA tracking parameter duplication when multiple submits.
	v1.4.4:
		- (@cpellevillain 14-01-15) Fixed an error 404 for the call to the FB Favicon
	v1.4.3: 
		- (@abaccega 28.11.14) Alternate revision to fix provided in 1.3.2 by cedric
	v1.3.2:
		- (@cpellevillain 28-11-14) Fixed a javascript error thrown when no booking form is present
		- (@cpellevillain 28-11-14) Fixed a javascript error thrown when no language is set

	v1.3.1:
		- (@abaccega 01-09-14) Fixed device.js for incompatibility issues

 	v1.3.0:  
 		- (@abaccega 01-09-14) Added Device.js inside fblib.js to have /ClicBook/$deviceType in Ga.
*/


/* Main bg slideshow */
#bg-slideshow {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
}

#map_canvas {
	height: 660px;
	margin:0 auto;
}

.gmap_marker {
	overflow : hidden;
}

body.error404 #seobar {
	display : none;
}
