body{
	margin:		0px;
	padding:	0px;
	font-family: 	'Open Sans', sans-serif;
	font-weight:	400;
	font-size:	11pt;
	color:		#1e1e1e;
	background:	#efefef ; /*url("../content/img/back.jpg") no-repeat;*/
	background-position: 50% 0;
        background-attachment: fixed;
        background-size: cover;
}

header img{
	width: 		100%;
	height:		auto;
}

.nopadding {
	padding:	0px!important;
}

#main{
	margin:		20px 0px 0px 0px;
	background:	#fff;
	box-shadow: 	rgba(0, 0, 0, 0.6) 0px 0px 18px;
}

@media (max-width: 990px){
	#main{
		margin:		0px;
	}
}

#text{
	padding: 	50px;
}

footer{
	line-height:	50px;
	text-align:	center;
	font-size:	0.85em;
/*	color:		#fff!important;*/
}

footer a{
/*	color:		#fff!important;*/
}

p{
	text-align:	justify;
}

blockquote{
	font-size:	11pt!important;
}


#langswitch
{
	float:		right;
	margin:		12px 40px 0px 0px;
	padding:	0px;
	width:		22px;
}

a.flag_fr
{
	display:		block;
	background:		url("../content/img/flag_fr.jpg") no-repeat top left;
	line-height:		22px;
	width:			24px;
	font-size:		9pt;
	text-decoration:	none;
	padding:		0px;
	border:			1px solid #e3e3e3;
}

a.flag_en
{
	display:		block;
	background:		url("../content/img/flag_en.jpg") no-repeat top left;
	line-height:		22px;
	width:			24px;
	font-size:		9pt;
	text-decoration:	none;
	padding:		0px;
	border:			1px solid #e3e3e3;
}



h1{
	margin:		0px;
	color:		#2255aa;
	font-weight:	800;
	font-size:	32pt;
	border-bottom:	1px solid #f6f6f6;
	padding:	50px;
}

h2{
	font-weight:	800;
	font-size:	18pt;
	color:		#3377ff;
	margin: 0px 0px 1.2em;
}

h2 em{
	font-size:	0.8em;
}

h3 em{
	font-size:	0.8em;
}

@media (max-width: 767px){
	h1{
		font-size:	24pt;
		padding:	30px;
	}
	
	h2{
		font-size:	16pt;
	}
	
	#text{
		padding: 	30px;
	}
}

@media (max-width: 479px){
	h1{
		font-size:	18pt;
		padding:	20px;
	}
	
	h2{
		font-size:	14pt;
	}
	
	#text{
		padding: 	20px;
	}
}

a{
	text-decoration:none;
	color:		#3377ff;
}

a:hover{
	text-decoration:underline;
	color:		#3377ff;
}

thead th {
	border-top: none!important;
}

td{
	vertical-align:	middle!important;
}

td.amount{
	padding:	5px;
	width:		200px;
	font-weight:	bold;
	color:		#d18a17;
	text-align:	right;
}

th.amount{
	padding:	5px;
	width:		200px;
	font-weight:	bold;
	text-align:	right;
}

@media (max-width: 767px){
	td.amount,th.amount{
		width:	100px;
	}
}


td.qty{
	width:		40px;
}

th.deadline{
	text-align:	right;
}


div#signup, div#signin
{
	position:	relative;
	padding:	30px 30px 60px 30px;
	overflow:	hidden;
	border-left:	none;
	border-right:	none;
	border:		1px solid #e3e3e3;
	background:	#f9f9f9;
	margin:		0px 0px 30px 0px;
	min-height:	380px;
}

div#signup h2, div#signin h2
{
	font-size:	16pt;
}

div.forgottenpass
{
	margin-top:	-10px;
	text-align:	right;
}

a.forgottenpass
{
	font-size:	0.85em;
	font-style:	italic;
}

#signin_btn, #signup_btn
{
	position:	absolute;
	left:		30px;
	bottom:		30px;	
}


@media print {
  .container {
    width: auto;
  }
}

.alert{
	padding:	30px!important;
}

table.summary td{
	vertical-align: 	top!important;
	border-bottom: 		1px solid #ccc;
}

td.tdlabel{
	background-color: 	#dcdcdc;
	text-align: 		right;
	padding-right: 		5px;
	width:			40%;
	color:			#3c3c3c;
}

td.tdvalue{
	padding-left: 5px;
}

.infowarning
{
	background:		url("../content/img/warning.png") no-repeat left 50%;
	padding:		30px 0px 30px 80px;
	margin:			0px 0px 30px 0px;
	clear:			both;
}

.afterrow
{
	margin-top:		20px;
}

span#accolade
{
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 7em;
	font-weight: lighter;
	color: #eeeeee;
	padding-top: 0px;       
}

span#dispnights
{
	display: block;
	float: left;
	padding-top: 75px;
}