/* -------------------------------------------------------

	Description: Ferret

------------------------------------------------------- */



body {
	font-family: 'Oxygen', sans-serif;
	margin: 12px 15px;
	padding: 0;
	max-width: 700px;
	border: 16px solid white;
}




.center {
    	margin: auto;
	text-align: center;
    	width: 100%;
    	border: 0;
    	padding: 0;
}




/* ---- Header ---- */

header {
	width: 90%;
	margin: 5px auto 5px auto;
}




div {
  	background-color: fff;
  	width: 100%;
  	padding: 0;
   	border: 0;
    	margin: 0;
}


.address {
  	width: 100%;
    	padding: 0 0 0 0;
}

.info {
  	width: 100%;
}


.boutique {
 	display: inline-block;
  	width: 100%;
}

.map {
 	display: inline-block;
  	width: 100%;
   	margin: 0;
    	padding: 0;
}



ul {
	list-style: none;
   	margin: 0;
    	padding: 0;
	text-align: center;
	margin: 10px 0 0 0px;

}

li {
    display: inline;
        margin-left: 0.86em;
}




li a {
 	display: inline-block;
	text-align: right;
    	padding: 0 0 0 0px;
	font-family: 'Oxygen', sans-serif;
	color: #a19f9f;
	font-size: 1.5em; 
	letter-spacing: 0.6px;
	text-decoration: none;
	font-weight: 300;
}

h4 {
 	display: inline-block;
	text-align: right;
    	padding: 0 0 0 0px;
	font-family: 'Oxygen', sans-serif;
	color: #000;
	font-size: 1.5em; 
	letter-spacing: 0.6px;
	text-decoration: none;
	font-weight: bold;
}



li a:link {
	opacity:2;
	filter:alpha(opacity=2); /* For IE8 and earlier */
	}


li a:hover {
	opacity:1;
	filter:alpha(opacity=0.6); /* For IE8 and earlier */
	-webkit-transition: all 0.6s ease reverse forwards;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
    text-decoration: none;
}











a:link {
    color: #a19f9f;
    text-decoration: none;
}

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


strong { 
	font-weight: bold; 
}



h1,
h2,
h3,
h4,
h8,
h12 {
	color: #000;
	line-height: 1.28em;
	margin-bottom: 14px;
	margin: 0 0 0 0;
}



h1 {
	font-family: 'Oxygen', sans-serif;
	color: #a19f9f;
	font-size: 1.1em; 
	letter-spacing: 0.7px;
	text-decoration: none;
   	display: inline;
	text-align: right;
	font-weight: 300;
}


h2 {
	font-family: 'Oxygen', sans-serif;
	color: #5c5c5c;
	text-align: left;
	font-size: 1.9em; 
	line-height: 1.1em;
	letter-spacing: 1.9px;
	font-weight: 300;
}


h12 {
	font-family: 'Oxygen', sans-serif;
	color: #5c5c5c;
	text-align: left;
	font-size: 1em; 
	letter-spacing: 0.7px;
	font-weight: 300;
}



h3 {
	font-family: 'Oxygen', sans-serif;
	color: #5c5c5c;
	font-size: 0.96em; 
	text-align: left;
	letter-spacing: 1.28px;
	line-height: 1.48em;
	font-weight: 300;
}




h8 {
	text-align: left;
    	padding: 0 0 0 0;
	font-family: 'Oxygen', sans-serif;
	color: #c2c2c2;
	font-size: 0.5em; 
	letter-spacing: 2px;
	text-decoration: solid 0px;
	font-weight: 300;
}




/* Responsive Images */

img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; width: auto; }

a:link img {
	opacity:2;
	filter:alpha(opacity=2); /* For IE8 and earlier */
	}

a:hover img {
	opacity:0.6;
	filter:alpha(opacity=0.6); /* For IE8 and earlier */
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}






/* ---- More ---- */




