* {
	font-family: 'Roboto Condensed', sans-serif;
}

a {
	text-decoration: none;	
}

html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

section.main {
	float:left;
	width: 30%;
	height: 100%;
	transition: all 0.5s ease-out;
}
section.site {
	float:left;
	width: 70%;
	height: 100%;
	text-align: center;
	overflow:scroll;
	transition: all 0.5s ease-out;
}

section.main.booking {
	float:left;
	width: 50%;
	height: 100%;
}
section.site.booking {
	float:left;
	width: 50%;
	height: 100%;
	text-align: center;
	overflow:scroll;
}

#header {
	padding: 30px 40px;
}

#menu {
	background: black;
	color: white;
}

#menu a {
	display:block;
	float:left;
	padding: 20px;
	text-transform: uppercase;		
}

#menu a:hover {
	background: #EDB820;
	color:white;
}


#menu a.nopad {
	display:block;
	float:left;
	padding: 0px;
	text-transform: uppercase;		
}

#menu * {
	color: white;
}

#header img {
	width: 30%;	
}

#header * {
	color: white;	
}

section.main iframe {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
	border-right: solid 3px black;
}

#content {
	padding: 20px;	
}


#content h1 {
	font-size: 40px;	
}

.clearfix {
	clear:both;	
}

h3,
.heading-3 {
	color: #edb03b !important;
	text-align:left;
}

.content-original,
.content-dubbed {
	font-size:15px !important;	
}

.bg-accent,
.footer-classic-main,
.box-modern {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(355deg, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 11%, rgba(246,246,246,1) 89%, rgba(254,251,243,1) 100%);
	background: -webkit-linear-gradient(355deg, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 11%, rgba(246,246,246,1) 89%, rgba(254,251,243,1) 100%);
	background: linear-gradient(355deg, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 11%, rgba(246,246,246,1) 89%, rgba(254,251,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fefbf3",GradientType=1);	
}

.bg-accent p {
	font-size: 20px;	
}

.bg-accent.bg-overlay-1 {
	background: rgb(255,204,106) !important;
	background: -moz-linear-gradient(355deg, rgba(255,204,106,1) 0%, rgba(226,168,56,1) 11%, rgba(226,168,56,1) 55%, rgba(255,204,106,1) 100%) !important;
	background: -webkit-linear-gradient(355deg, rgba(255,204,106,1) 0%, rgba(226,168,56,1) 11%, rgba(226,168,56,1) 55%, rgba(255,204,106,1) 100%) !important;
	background: linear-gradient(355deg, rgba(255,204,106,1) 0%, rgba(226,168,56,1) 11%, rgba(226,168,56,1) 55%, rgba(255,204,106,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc6a",endColorstr="#ffcc6a",GradientType=1) !important;	
}

.footer-classic-main * {
	text-align:left;	
}

.footer-classic-main {
	padding: 40px 30px;	
}

.fa.fa-star {
	color: #edb03b !important;	
}

.blocProfil a {
    font-size: 14px;
    margin-right: 40px;	
}

#map_canvas {
	margin-top: 50px;	
}

.box-modern {
	box-shadow: none;-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;	
	max-width: 370px;
}

.button-secondary i {
	margin-right: 5px;	
}

#vehicles img {
	max-height: 80px;	
}