@charset "utf-8";

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #C38D37;
  text-decoration:none;
}

h1{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #C38D37;
	text-decoration:none;	
}


p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
}
a {
  color: #C38D37;
  text-decoration: none;
}

.description {
	font-size:14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	}

#body-background {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../picture/background_leathertexture.jpg) repeat;
}





#container {
	position: relative;
	padding: 20px;
	margin: 0 auto 0 auto;
	max-width: 964px;
	min-width: 320px;
	overflow: hidden;
}

#container-inner {
	background-color: transparent;
	padding: 30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
#main {
	padding-bottom: 15px;
}
@media screen and (max-width: 600px){
	#container {
		padding: 0px;
		max-width: 904px;
	}
	#container-inner {
		padding: px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
}

header {
	margin: 0 0 30px 0;
}
#logo {
	display: block;
	float: left;
	min-height: 60px;
}
	#logo img {
		display: block;
		width: auto;
		position: relative;
		top: 0px;
	}
@media screen and (max-width: 900px){
#logo {
	min-height: none;
}
	#logo img {
		width: 100%;
		height: auto;
	}
}


/* ---- Navigation ---- */

.sf-menu, .sf-menu * {
	margin:		0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:		10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:		100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:		left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	position: 		absolute;
	left:			14px;
	top:			28px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

header .spacer {
	float: right;
	width: 5px;
	position: relative;
	height: 72px;
}
#navigation {
	margin-top: 30px;
	clear: right;
	float: right;
}

#navigation li ul {
	background-color: ;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
#navigation a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	text-decoration:none;
	font-family: 'Volkhov', serif;
	font-weight:bold;
	font-size: 16px;
	color: #C38D37;
	webkit-transition: color 1s ease-out;
	moz-transition: color s ease-out;
  	o-transition: color 1s ease-out;
	transition: color 1s ease-out;
}
#navigation a:focus, #navigation a:hover, #navigation a:active {
	color: #FFFFFF;
}
#navigation li.current > a {
	color: #FFFFFF;
}
.sf-menu > li {
	width: auto;
}
@media screen and (max-width: 600px){
	.sf-menu > li {
		width: 100%;
	}
}


.clear {
  clear: both;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #C38D37;
	word-break: break-all;
	word-wrap: break-word;
	border-radius: 4px;
}

.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #C38D37;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}


/* Services Listing */
ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    color: #C38D37;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list a:hover{
    background: #2C2C2C;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);  
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #000000;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: 0.15em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

/* Contact font */
.photo
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:20px;
	color: #C38D37;	
}

.cristal
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:20px;
	color: #FFF;
}


.heure
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
	color: #C38D37;
	text-shadow: 0.5px .5px 0px #CCC;

}

.dimanche
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	color: #C38D37;
}

/* Promotion CSS */
.limiter
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:20px;
	color: #C38D37;
	text-shadow: 1px 1px 0px #CCC;


}
.pourcent
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
	color: #C38D37;

}


/* ---- GalleryList ---- */


.GridItems {
	margin:0px auto; 
	width:100%;
}



.GridItems .Graphic {
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
.GridItems .Graphic img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.GridItems .GridItemLink {
  font-family: Arial, sans-serif;
  background: #323232;
  color: #C38D37;
  border-radius: 10px;
  font-size: 12px;
  display: block;

  margin-bottom: 15px;
  text-decoration: none;
  padding: 10px;
}

.GridItems .GridItemLink:hover {
	background: #444444;
	color: #ffffff;
	transition: background 0.5s ease-out;
	transition: color 0.5s ease-out;
}


.GridItem {
	float:left;
	margin-left:35px;
	width:280px;
	clear:left;
}


/*----Contact----*/



#contactus fieldset
{
   width: 316px;
   padding: 25px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
   height: 365px;
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color: #BC8836;
     text-shadow: 1px 1px 0px #CCC;
}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size: 16px;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#contactus .container
{
   margin-top: 8px;
   margin-bottom: 16px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}


/*Video*/

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(195, 141, 55, 1);
  cursor: default;
}

.flex-direction-nav .flex-prev {
  left: -50px;
  color: rgb(195, 141, 55);
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(195, 141, 55, 1);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 19px;
  display: inline-block;
  content: '\f001';
  color: rgba(195, 141, 55, 1);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}



@media screen and (max-width: 600px){
	.clear-skinny {
		clear: both;
	}
}
	#footer {
		margin-top: 15px;
		clear: both;
	}
	#footer p,
	#footer a {
		display: inline;
		color: #3C3C3C;
	}
	footer a:hover {
		color: #666666;
	}

@media screen and (max-width: 600px){
	.InfoPage .Column1,
	.VideoPage .Column1 {
		float: none;
		width: 100%;
	}
	.InfoPage .Column2,
	.VideoPage .Column2 {
		float: none;
		width: 100%;
	}
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.phone{
	float:right;
	}