body {
	background: url('../images/background.jpg') no-repeat right top #000;
	text-align: center;
	position: relative;
	padding-bottom: 150px;
}

.logo,
.wrapper,
.hatters,
.accordion-heading,
.accordion-body {
	width: 90%;
	max-width: 660px;
	margin: 0 auto;
	text-align: left;
}

.hatters {
	height: 170px;
	text-align: right;
	margin-bottom: 15px;
}

.logo {
	display: block;
	margin: 10px auto;
}
.logo img {
	width: 100%;
}

footer {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -66px;
}

/*
	COLLAPSE
*/
.collapse { 
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease; 
	-o-transition: height 0.35s ease; 
	transition: height 0.35s ease; 
}

.collapse.in { 
	height: auto;
}

.accordion { 
	padding-top: 4px;
}

.accordion-group { }

.accordion-heading { 
	position: relative;
	overflow: hidden; 
}
.accordion-heading .accordion-toggle { 
	padding: 6px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px; 
	line-height: 1.2em; 
	color: #CCC; 
	display: block;
	text-align: right; 
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.accordion-heading.active .accordion-toggle { 
	border-color: #FFF; 
	color: #FFF; 
}

.accordion-toggle { cursor: pointer; }

.accordion-inner { 
	text-align: right;
	margin-top: 20px;
}
.accordion-inner h1 { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 17px; 
	line-height: 1.2em; 
	color: #FFF;
	margin-bottom: 4px;
	clear: both;	
}
.accordion-inner p { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 17px; 
	line-height: 1.2em; 
	color: #FFF;
	margin-bottom: 24px;
	clear: both;
}

.green {
	background: url('../images/background-green-line.png') repeat-x center top;
}

.green-light {
	background: url('../images/background-green-light-line.png') repeat-x center top;
}

.green-lighter {
	background: #152122;
}


.caroufredsel_wrapper {
	padding: 20px 0;
	width: 660px !important;
}
.border .caroufredsel_wrapper {
 border-bottom: 1px solid #FFF;
}
.carousel {
	padding: 0;
	list-style: none;
	display: block;
	float: right;
}
.carousel li {
	font-size: 40px;
	color: #999;
	text-align: right;
	width: 145px;
	height: 70px;
	float: left;
}

form {
	margin-bottom: 20px;
}
form label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px; 
	line-height: 1.2em; 
	color: #FFF;
	float: left;
	width: 12%;
	text-align: center;
}
form input {
	float: left;
	width: 37%;
	border: none;
	background: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px; 
	line-height: 1.2em; 
	color: #333;
	padding: 3px;
}
form textarea {
	float: left;
	width: 87%;
	height: 85px;
	border: none;
	background: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px; 
	line-height: 1.2em; 
	color: #333;
	padding: 3px;	
}
form button {
	border: none;
	background: #4C868A;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px; 
	line-height: 1.2em; 
	color: #FFF;
	width: 84px;
	text-align: center;
	padding: 3px 0;
}
form .wrap {
	overflow: hidden;
	margin-bottom: 15px;
}
form .text {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px; 
	line-height: 1.2em; 
	color: red;
	padding-top: 4px;
}

.verif{ display: none; }

.address {
	border-top: 1px solid #FFF;	
	border-bottom: 1px solid #FFF;
	padding: 10px 0;
	padding-left: 50px;
	position: relative;
	margin-bottom: 20px;
}
.address .maps {
	position: absolute;
	left: 0;
	top: 10px;
}
.address p {
	margin-bottom: 0;
}

.legal {
	padding-right: 140px;
	text-align: right;
	position: relative;
	margin-bottom: 40px;
}
.legal p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px; 
	line-height: 1.2em; 
	color: #666;
	margin-bottom: 20px;
}
.legal .phone {
	border: none;
}
.legal .qrcode {
	position: absolute;
	top: 0;
	right: 0;
}


.accessible {
	display: none;
}



@media only screen and (max-width: 767px) {
	form .wrap {
		margin-bottom: 0;
	}
	form label {
		text-align: left;
		margin-bottom: 5px;
	}
	form input,
	form textarea {
		margin-bottom: 15px;
	}
  form label,
	form input,
	form textarea {
		display: block;
		float: none;
		width: 100%;
	}
}