/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:url(../images/body-bg.gif) center bottom no-repeat #000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:17px;
	color:#545353;
}

p {padding-top:17px;}

img { max-width:100%; }

.top {padding-top:6px;}
.top1 {padding-top:10px;}

a {
	color:#d52d00; 
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	max-width: 950px; 
	
	width:100%; 
	
	position:relative; }

	/* Header */
	header{
		z-index:10;
	}
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		height:73px;
	}

.extra > section { z-index:5; }	

/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3, .col-4, .col-5 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 18px 0 0; 
	float:left;
}
.extra-wrap { 
	overflow:hidden;
}
.phone {
	display:inline-block;tail
	width:145px;
}
/*=================================================================================================================== header =====*/
h1 {
	padding:55px 0 44px 0px;
	margin-left:-1px;
	position:relative;
	float:left;
}
	h1 a {
		text-indent:-5000px;
	}
		h1 a img {
			display:block;
			height:auto;
			width:100%;
			max-width:399px;	
		}
.box1 h2 {
	font-size:29px;
	line-height:1.2307em;
	color:#FFFFFF;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background:url(../images/h2-bg.gif) 0 0 repeat-x;
	display:block;
	border-bottom:1px solid #383838;
	padding:21px 0 11px 21px;
}
.text {
	font-size:17px;
	line-height:17px;
	color:white;
	display:block;
	padding:2px 0 1px;
}
.fb-like {
	float: left; 
	margin-left: 10px; 
	margin-top: 174px;	
}

@media screen and (max-width: 550px) {
	.fb-like { display:none !important; }	
}

/*=============================================================================== time =====*/
header p {
	display:block;
	float:left;
	padding:13px 0 0 1px;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	
}
.sub-menu {
	float:right;
	padding:10px 0 12px 0;
	width:213px;
}
	.sub-menu  li {
		float:left;
		padding:0 0px;
		font-size:10px;
		line-height:1.2307em;
		background:url(../images/sub-menu-bg.gif) 0 6px no-repeat;
	}
		.sub-menu li a {
			display:block;
			color:#4d4d4d;
			background:none;
			padding:3px 8px 5px 8px;
			text-transform:uppercase;
			text-decoration:none;
			margin-right:-1px;
			position:relative;
		}
			.sub-menu li a:hover {
				background:#fff;
			}
	.sub-menu .first {
		background:none;
	}
	.sub-menu .last a {
		padding:3px 9px 5px 8px;
	}
.extra {
	background:url(../images/extra-bg.jpg) top center no-repeat;
	position:relative;
}
.header-top-tail-bg {
	background:url(../images/header-top-bg.gif) 0 0 repeat-x;
}
.header-center-top-bg {
	background:url(../images/header-center-top-bg.gif) top center no-repeat;
}
/*=============================================================================== nav =====*/
nav {
        position: relative;
        top: 3px;
	background:url(../images/nav-bg.gif) 0 0 no-repeat;
	height:51px;
	box-shadow:-1px -1px 14px rgba(0, 0, 0, .7);
	-moz-box-shadow:0px 0px 14px rgba(0, 0, 0, .7);
	-webkit-box-shadow:-2px -2px 14px rgba(0, 0, 0, .7);
}
	nav ul {
		padding:1px 0 0 1px;
		display:inline-block;
	}
	nav li {
		float:left;
		line-height:14px;
		line-height:1.2307em;
	}
		nav li a {
			display:block;
			text-decoration:none;
			padding:17px 14px 16px 15px;
			color:#fff;
			text-transform:uppercase;
			font-weight:bold;
		}
			nav li a:hover, nav .active {
				background:#060606;
			}
	nav .menu-home a {
		display:block;
		width:49px;
		height:49px;
		background:url(../images/nav-first-bg.gif) 15px 15px no-repeat;
		padding:0;
	}
		nav .menu-home a:hover, nav .menu-home .active {
			background:url(../images/nav-first-hover-bg.gif) 0 0 no-repeat;
			padding:0;
		}
	nav .menu-toggle { display:none; float:right; }
	nav .menu-toggle li a {
		display:block;
		height:32px;
		background:url(../images/nav-toggle.gif) right 15px no-repeat;
		padding:17px 25px 0 0;
		margin-right:10px
	}
	
	@media screen and (max-width: 400px) {
		nav .menu-main { display:none; position:absolute; top:100%; right:0px; z-index:20; }
		nav .menu-main li { float:none; background:url(../images/nav-bg.gif) 0 0 no-repeat; }
		nav .menu-toggle { display:inline-block; }
	}
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent-gallery {
        position: relative;
        top: 0px;
	padding:15px 15px 0px 15px;
        margin-top: 24px;
}

.col-indent {
	padding-right:3px;
}
.col-indent1 {
	padding-right:21px;
}
.col-indent2 {
	padding-right:37px;
}
.padding {
	padding:0px 0px 0px 12px;
}
/*=============================================================================== boxes =====*/
.box {
	background:url(../images/box-bg.gif) 0 0 repeat;
	box-shadow:0 0 14px rgba(0, 0, 0, .7);
	-moz-box-shadow:1px 1px 14px rgba(0, 0, 0, .7);
	-webkit-box-shadow:1px 1px 14px rgba(0, 0, 0, .7);
	behavior:url(js/PIE.htc);
}
	.box .indent {
		padding:15px 15px 34px 15px;
                margin-top: 24px;
	}
	.box .bottom-right {
		background:url(../images/box-bottom.gif) bottom right no-repeat;
	}
	.box .top-left {
		background:url(../images/box-top.gif) top left no-repeat;
	}
	.box .tail-png {
		background:url(../images/box-tail-png.png) left bottom repeat-x;
		width:100%;
		min-height:1000px;
		height:auto!important;
		height:1000px;
	}
.box1 {
	border:1px solid #212121;
	background:url(../images/box1-bg.gif) 0 0 repeat;
	min-height:480px;
	height:auto!important;
	height:480px;
	position:relative;
}
	.box1 .indent {
		padding:5px 14px 10px 19px;
	}
	.box1 .indent1 {
		padding:5px 10px 0px 7px;
	}
	.box1 .indent2 {
		padding:15px 10px 25px 19px;
	}
	
@media screen and (max-width:960px) {
	.box1  { min-height:0px; height:auto; }
	.box .tail-png { min-height:0px; }
}
/*=============================================================================== borders =====*/

/*=============================================================================== lists =====*/
.list li {
	font-size:15px;
	line-height:30px;
	background:url(../images/list-li-bg.gif) 0 bottom repeat-x;
	position:relative;
	z-index:1;
}
	.list li a {
		display:inline-block;
		color:#545353;
		background:url(../images/list-a-bg.gif) 6px 6px no-repeat;
		padding-left:38px;
		text-decoration:none;
	}
		.list li a:hover {
			color:#fff;
		}
.list .last {
	background:none;
}
/*=============================================================================== links =====*/
.link {
	background:url(../images/link-png-bg.png) 0 0 no-repeat; 
	display:block;
	width:214px;
	height:147px;
	position:absolute;
	bottom:-11px;
	left:-40px;
}
	.link a {
		display:inline-block;
		width:100px;
		height:24px;
		background:#000;
		color:#fff;
		text-align:center;
		top:57px;
		left:59px;
		font-size:10px;
		text-transform:uppercase;
		text-decoration:none;
		padding-top:7px;
		position:absolute;
		
	}
		.link a:hover {
			background:#212121;
			color:#fff;
		}
.link_1 {
	background:url(../images/link-png-bg.png) 0 0 no-repeat; 
	display:block;
	width:214px;
	height:147px;
	position:absolute;
	bottom:-11px;
	right:14px;
}
	.link_1 a {
		display:inline-block;
		width:100px;
		height:24px;
		background:#000;
		color:#fff;
		text-align:center;
		font-size:10px;
		text-transform:uppercase;
		text-decoration:none;
		padding-top:7px;
		position:absolute;
		top:57px;
		left:59px;
		
	}
		.link_1 a:hover {
			background:#212121;
			color:#fff;
		}
.link_2 {
	background:url(../images/link-png-bg.png) 0 0 no-repeat; 
	display:block;
	width:214px;
	height:147px;
	position:absolute;
	bottom:-11px;
	right:-45px;
}
	.link_2 a {
		display:inline-block;
		width:100px;
		height:24px;
		background:#000;
		color:#fff;
		text-align:center;
		margin:57px 0 0 59px;
		font-size:10px;
		text-transform:uppercase;
		text-decoration:none;
		padding-top:7px;
		z-index:5;
		position:relative;
	}
		.link_2 a:hover {
			background:#212121;
			color:#fff;
		}
.link1 {
	font-size:17px;
	line-height:17px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding-bottom:2px;
}
	.link1:hover {
		text-decoration:underline;
	}
.link1-pad {
	float:right;
	padding-right:23px;
}
/*=============================================================================== gallery =====*/
.gallery-list {
	width:100%;
	overflow:hidden;
}
	.gallery-list li {
		float:left;
	}
		.gallery-list li a {
			display:block;
			width:184px;
			height:140px;
			text-decoration:none;
		}
		.gallery-list .g1 a {background:url(../images/page1-img2.jpg) 0 0 no-repeat;}
		.gallery-list .g2 a {background:url(../images/page1-img3.jpg) 0 0 no-repeat;}
		.gallery-list .g3 a {background:url(../images/page1-img4.jpg) 0 0 no-repeat;}
		.gallery-list .g4 a {background:url(../images/page1-img5.jpg) 0 0 no-repeat;}
		.gallery-list .g5 a {background:url(../images/page1-img6.jpg) 0 0 no-repeat;}
		
		.gallery-list .g1 a:hover {background:url(../images/page1-img2-hover.jpg) 0 0 no-repeat;}
		.gallery-list .g2 a:hover {background:url(../images/page1-img3-hover.jpg) 0 0 no-repeat;}
		.gallery-list .g3 a:hover {background:url(../images/page1-img4-hover.jpg) 0 0 no-repeat;}
		.gallery-list .g4 a:hover {background:url(../images/page1-img5-hover.jpg) 0 0 no-repeat;}
		.gallery-list .g5 a:hover {background:url(../images/page1-img6-hover.jpg) 0 0 no-repeat;}

/*=============================================================================== other =====*/
.scroll-img {
	padding:11px 0 12px;
}
/*=================================================================================================================== footer =====*/
footer p {
	float:left;
	padding:25px 0 0 2px;
}
	footer p a {
		text-decoration:none;
		color:#545353;
	}
		footer p a:hover {
			color:#fff;
		}
/*=============================================================================== social =====*/
.social {
	float:right;
	padding:24px 1px 0 0;
}
	.social img {
		float:left;
		margin-left:5px;
	}
/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#ContactForm {
	padding-top:19px;
}
	#ContactForm label {
		height:58px; 
		display:block;
	}
	#ContactForm .input {
		width:259px; 
		border:1px solid #212121; 
		padding:3px 5px 3px 5px;
		font-size:12px; 
		line-height:14px;
		background:url(../images/cotactform-bg.gif) 0 0 repeat;
		color:#a4a4a4;
	}
	#ContactForm textarea {
		width:259px;
		height:108px; 
		border:1px solid #212121; 
		background:url(../images/cotactform-bg.gif) 0 0 repeat;
		padding:2px 5px 2px 5px;
		overflow:auto;
		font-size:1em;
		color:#a4a4a4;
	}
.position {
	position:absolute;
	bottom:-11px;
	right:14px!important;
}
#ReservationForm {
	padding-top:13px;
}
	#ReservationForm label {
		height:35px; 
		display:block;
		width:270px;
	}
	#ReservationForm .input {
		width:207px; 
		border:1px solid #212121; 
		padding:3px 5px 3px 5px;
		font-size:12px; 
		line-height:14px;
		background:url(../images/cotactform-bg.gif) 0 0 repeat;
		color:#a4a4a4;
		float:right;
	}
	#ReservationForm .input1 {
		width:160px; 
		border:1px solid #212121; 
		padding:3px 5px 3px 5px;
		font-size:12px; 
		line-height:14px;
		background:url(../images/cotactform-bg.gif) 0 0 repeat;
		color:#a4a4a4;
		float:right;
	}
	#ReservationForm textarea {
		width:262px;
		height:267px; 
		border:1px solid #212121; 
		background:url(../images/cotactform-bg.gif) 0 0 repeat;
		padding:2px 5px 2px 5px;
		overflow:auto;
		font-size:1em;
		color:#a4a4a4;
	}
	#ReservationForm select {
		width:156px;
		line-height:1.2em;
		padding-top:2px;
		float:right;
		height:25px;
		margin-bottom:10px;
	}
	#ReservationForm .select {
		width:145px;
	}
	#ReservationForm span {
		float:left;
	}
	#ReservationForm .column {
		width:270px;
		float:left;
	}
/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */

.image-border
{
    padding: 10px 10px 10px 10px;
    background-color: #222222;
    margin: 10px 5px 10px 10px;
}

.image-border-wide
{
    padding: 10px 10px 10px 10px;
    background-color: #222222;
    margin: 5px 15px 5px 15px;
}

.album 
{
	display:inline-block;
	text-wrap:none;
	white-space:nowrap;	
	width:450px;
}
.album:hover
{
    background-color: #2A2A2A;
}
	.album > .image-border 
	{
		float:left;	
		width:155px;
		height:100px;
		background-position:center center;
		background-size:100% auto;
		background-size:cover;	
	}
	.album > a 
	{
		display:block;
		overflow:hidden;
	}

.album-title
{
    font-size: 16pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #F7C800;
}

.album-description
{
    padding: 10px 10px 10px 10px;
    background-color: #222222;
    margin: 10px 10px 10px 5px;

    height: 98px;
    color: #FFFFFF;
}

.album-photo
{
	display:inline-block;
	padding:10px;
	background-color:#222;
	margin:10px;
}
	.album-photo > a 
	{
		display:block;
		width:130px;
		height:130px;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:100% auto;
		background-size:contain;
	}

@media screen and (max-width:950px) {
	.album { width:100%; }
}
@media screen and (max-width:470px) {
	.album { margin:15px 0px; }
	.album > .image-border  { float:none; width:auto; padding:0px; margin:0px; }
	.album-description {  margin:0px; }
}


