/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


.content ul li{
    display:inline;
    margin:10px;
	max-width:158px;
}

 .content ul li:hover{
    opacity:0.8;
}
ul { margin:0; padding:0}

/* ==========================================================================
   Author's custom styles
   ========================================================================== 
*/

body {	
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	color:#000;
}
.wrap {
	width:100%;
    min-width: 1024px;
	text-align:center;
	float:left;
}
.middle {
	width:960px;
	text-align:left;
	margin:0 auto;
	display:block;
	clear:both;
	position:relative;
    font-size: 14px;
}

#profile-content{
    position:absolute;
    top:100px;
    text-align: justify;
}

.middle #map{
    position:absolute;
    top:100px;
    left:0%;
}

#contact-contents {
    position:absolute;
    top:50px;
    right:0px;
    font-size:12px;
}

#logo { float:left; margin-top:30px}
#homeHeader {
	height:718px;
	background:url(../images-new/bg.jpg) no-repeat center top;
	border-bottom:1px solid #bfbb9d;
}
#contentHeader {
	height:120px;
	background:url(../images-new/bg.jpg) no-repeat center top;
	border-bottom:1px solid #bfbb9d;
}
#langs {
	float:right;
	margin:10px 0;
}
#header #langs li { padding:0 0 0 5px}
#nav { 
	float:right;
	background:#fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	clear:right;
}

ul#topNav li a:hover, ul#topNav li.selected a {
    text-decoration:none;
    color:#ccc;
}

ul#topNav li ul{
    position:absolute;
    /*left:-9999px;  Hide off-screen when not needed (this is more accessible than display:none;) */
    display:none;
    padding:10px;
    background:white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width:120px;
    margin:0;
    z-index: 500;
}
ul#topNav li ul li {
    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
    margin:0;
    display:inline-block;
    width:100%;
    font-size:14px;
}
ul#topNav li ul a {
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
    color:#0;
    text-shadow:none;
    display: block;
}
ul#topNav li:hover ul  {   
    display: block;
    z-index:500; 
    position: absolute; 
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

ul#topNav li:hover ul li a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background-image:none;  
}





#header li {
	display:inline-block;
	float:left;
	font-size:0.9em;
	padding:0 10px;
    cursor: pointer;
}
#breadcrumb {
	background:#b3b08c;
	padding:10px 0;
}
#breadcrumb li { display:inline; float:left; font-size:0.75em; color:#FFF; padding-right:5px}
#breadcrumb a { color:#FFF;}

#footer {
	border-top:1px solid #dcd7cd;
	padding-top:10px;
}
#footer p {
	color:#a3916d;
	font-size:0.8em;
}
#footer li { float:left; display:inline;}
.social { float:right; margin-top:10px;}
.social a {
	display:block;
	text-indent:-9999px;
	height:57px;
	background:url(../images-new/social.png) no-repeat;
}
.facebook a { width:40px; background-position:-78px 0;}
.twitter a { width:57px; background-position:0 0;}
.copy { float:left}
.col1, .col2, .col3 { float:left; width:320px;}
.posts{height:300px;}
.col2 {border-left:1px solid #dcd7cd; border-right:1px solid #dcd7cd; width:278px; padding:0 10px; margin:0 10px;}
#content { margin-top:15px}
#content p {
	color:#5a3c01;
	font-size:0.8em;
}
#latestNews li {
	display:inline-block;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #dcd7cd;
	margin-bottom:5px;
	font-size:1.0em;
}
#latestNews strong { display:block; color:#5a3c01;}
#leftNav {
	float:left;
	width:185px;
	margin-right:15px;
	padding:10px;
	background:#e3dbcd;
	margin-bottom: ;
}
#leftNav li {
	list-style-type:none;
	font-size:0.8em;
	line-height:1.6em;
	border-bottom:1px solid #fff;
	margin-bottom:5px;
	padding-bottom:5px;
}
.content {
	float:left;
	width:960px;
}
h2 a { 
	float:right;
	display:block;
	background:#e3dbcd;
	padding:5px; text-align:center;
	font-size:12px;
}
.grid { margin:10px 0; float:left;}
.grid li {
	display:inline-block;
	float:left;
	padding:4px;
	border:1px solid #fff;
	margin-bottom:10px;
	background:#fbf9fe;
	margin:0 5px 5px 0
}
.grid li:hover { border-color:#e3dbcd; 
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.grid li p, .grid li h3 { margin:0}
.grid li img { float:left; width:158px; margin-bottom:10px;}
.catPhoto { float:left; margin-bottom:10px;}
.content h1 {
	font-size:2em;
	font-weight:400}

a {
	text-decoration:none;
	color:#5a3c01;
}
a:hover {
	color:#a18d66;
}
hr { clear:both;}
h1, h2, h3 { color:#5a3c01;}
h1 {
	font-size:1.4em;
	font-weight:700;
	line-height:1.2em;
	margin:0 0 15px 0;
}
h2 {
	font-size:1em;
	margin:0 0 15px 0;
	font-weight:400;
}




ul #boutique{

}






/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
