@charset "utf-8";

/* ----------------------------- */
/* == fonts                      */
/* ----------------------------- */

/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */

html,
body,
textarea,
figure,
label,
ul,
ol {
	margin: 0;
	padding: 0;
}
ul,
ol {
	list-style: none;
}
code,
pre,
samp,
kbd {
	font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
	line-height: 1.3;
	white-space: pre-wrap;
}
code, kbd, mark {
	-radius: 2px;
}
i,
b {
	font-style: normal;
	font-weight: normal;
}
u,
.u {
	text-decoration: underline;
}
kbd {
	border: 1px solid #999;
	padding: 0 2px;
}
code {
	background: rgba(0, 0, 0, 0.05);
	color: #B11;
	padding: 2px 5px;
}
.ie8 code {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0D000000,endColorstr=#0D000000);
}

iframe {
	border: 0;
}

mark {
	background: #FF0;
	padding: 2px 5px;
}
sup,
sub {
	position: relative;
	vertical-align: 0;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* ----------------------------- */
/* == base                       */
/* ----------------------------- */

html {
	font-size: 14px;
	height: 100%;
	/*min-height: 100%;*/
}
.ie8 html {
	word-wrap: break-word;
}

body {
	background-color: #001728;
    font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	line-height: 1.5;
	min-height: 100%;
	/*min-width: 980px;*/
	position: relative;
}

body,
.normal {
	font-size: 14px;
	/*margin-bottom: 0;*/
}

body,
.color,
a[href^=tel] {
	color: #FFF;
}

a[href^=tel]:hover {
	color:#C99E64;
}

.grid {
	max-width: 1728px;
	/*padding-left: 12px;
	padding-right: 12px;
	position: relative;
	width: 980px;*/
}

a,
.a-like/*,
a > **/ {
	color: #001728;
	outline: none;
	text-decoration: none;
	-webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
			transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}
a:hover {
	color: #001728;
	outline: none;
	text-decoration: none;
}
/*a:link,
a:active,
a:visited {
}*/

a:hover {
	cursor: pointer;
	text-decoration: none;
}

/* font-sizing for content */
/* preserves vertical-rythm (http://soqr.fr/vertical-rhythm/) */
p,
dl,
blockquote,
pre,
td,
th,
caption,
details {
	margin: 12px 0 0 0;
}
/*
h1, .h1-like {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}*/
h2, .h2-like {
	color: #C99E64;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 12px 0;
}
h3, .h3-like {
	color: #C99E64;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 12px 0;
}
h4, .h4-like {
	color: #001728;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 0;
}
h5, .h5-like {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 0;
}
h6, .h6-like {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 0;
}

/* alternate font-sizing */
.smaller {
	font-size: 10px;
}
.small {
	font-size: 12px;
	color:#000;
}
.big {
	font-size: 18px;
}
.bigger {
	font-size: 18px;
}
.biggest {
	font-size: 20px;
}

.ft14 {
	font-size: 14px;
}

.ft16 {
	font-size: 16px;
}

/* --- margin ------------------- */
/* ------------------------------ */

/* --- avoid top margins */
.first,
li ul,
li ol,
p:first-child {
	margin-top: 0;
}

/* --- avoid bottom margins */
li ul,
li ol {
	margin-bottom: 0;
}

/* --- margin: 0 */
.mt0 {
	margin-top: 0;
}
.mr0 {
	margin-right: 0;
}
.mb0 {
	margin-bottom: 0;
}
.ml0 {
	margin-left: 0;
}

/* --- margin: 6px */
.mt6,
h3 + p {
	margin-top: 6px;
}
.mr6 {
	margin-right: 6px;
}
.mb6 {
	margin-bottom: 6px;
}
.ml6 {
	margin-left: 6px;
}

/* --- margin: 12px */
.mt12 {
	margin-top: 12px;
}
.mt135 {
	margin-top: 135px;
}
.pt150 {
	padding-top: 150px;
}
.pt120 {
	padding-top: 120px;
}
.pt9 {
	padding-top: 9px;
}
.pb9 {
	padding-bottom: 9px;
}
.mr12 {
	margin-right: 12px;
}
.mb12 {
	margin-bottom: 12px;
}
.ml12 {
	margin-left: 12px;
}

/* --- margin: 18px */
.mt18 {
	margin-top: 18px;
}
.mr18 {
	margin-right: 18px;
}
.mb18 {
	margin-bottom: 18px;
}
.ml18 {
	margin-left: 18px;
}

/* --- margin: 24px */
.mt24 {
	margin-top: 24px;
}
.mr24 {
	margin-right: 24px;
}
.mb24 {
	margin-bottom: 24px;
}
.ml24 {
	margin-left: 24px;
}

/* --- margin: 36px */
.mt36 {
	margin-top: 36px;
}
.mr36 {
	margin-right: 36px;
}
.mb36 {
	margin-bottom: 36px;
}
.ml36 {
	margin-left: 36px;
}

/* --- margin: 48px */
.mt48 {
	margin-top: 48px;
}
.mr48 {
	margin-right: 48px;
}
.mb48 {
	margin-bottom: 48px;
}
.ml48 {
	margin-left: 48px;
}

/* --- padding ------------------ */
/* ------------------------------ */

/* --- padding: 0 */
.p0 {
	padding: 0;
}
.pt0 {
	padding-top: 0;
}
.pr0 {
	padding-right: 0;
}
.pb0 {
	padding-bottom: 0;
}
.pb30 {
	padding-bottom:30px;
}
.pl0 {
	padding-left: 0;
}

/* --- padding: 6px */
.p6 {
	padding: 6px;
}
.p30 {
	padding: 30px;
}
.pt6 {
	padding-top: 6px;
}
.pr6 {
	padding-right: 6px;
}
.pb6 {
	padding-bottom: 6px;
}
.pl6 {
	padding-left: 6px;
}

/* --- padding: 12px */
.p12 {
	padding: 12px;
}
.pt10 {
	padding-top: 10px;
}
.pt100 {
	padding-top: 100px;
}
.pt17 {
	padding-top: 17px;
}
.pt12 {
	padding-top: 12px;
}
.pt80 {
	padding-top: 80px;
}
.pt7 {
	padding-top: 7px;
}
.pt30 {
	padding-top: 30px;
}
.pt30 {
	padding-top: 30px;
}
.pr12 {
	padding-right: 12px;
}
.pr120 {
	padding-right: 120px;
}
.pr50 {
	padding-right: 50px;
}
.pr5 {
	padding-right: 7.5px;
}

.pr135 {
	padding-right: 135px;
}
.pl135 {
	padding-left: 135px;
}
.pl120 {
	padding-left: 120px;
}
.pl50 {
	padding-left: 50px;
}
.pl5 {
	padding-left: 7.5px;
}
.pl177 {
	padding-left: 177px;
}
.pl190 {
	padding-left: 190px;
}
.pl100 {
	padding-left: 100px;
}
.pb12 {
	padding-bottom: 12px;
}
.pb51 {
	padding-bottom: 51px;
}
.pb50 {
	padding-bottom: 50px;
}
.pl12 {
	padding-left: 12px;
}

.pl15 {
	padding-left: 15px;
}

/* --- padding: 16px */
.p15 {
	padding: 15px;
}
.p16 {
	padding: 16px;
}
.p50 {
	padding: 50px;
}
.pt16 {
	padding-top: 16px;
}
.pr15 {
	padding-right: 15px;
}
.pr16 {
	padding-right: 16px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb16 {
	padding-bottom: 16px;
}
.pl16 {
	padding-left: 16px;
}

/* --- padding: 18px */
.p18 {
	padding: 18px;
}
.pt18 {
	padding-top: 18px;
}
.pr18 {
	padding-right: 18px;
}
.pb18 {
	padding-bottom: 18px;
}
.pl18 {
	padding-left: 18px;
}

/* --- padding: 24px */
.p24 {
	padding: 24px;
}
.pt24 {
	padding-top: 24px;
}
.pt20 {
	padding-top: 20px;
}
.pt5 {
	padding-top: 5px;
}
.pt50 {
	padding-top: 50px;
}
.pt52 {
	padding-top: 52px;
}
.pt55 {
	padding-top: 50px;
}
.pr24 {
	padding-right: 24px;
}
.pr30 {
	padding-right: 30px;
}
.pb24 {
	padding-bottom: 24px;
}
.pl24 {
	padding-left: 24px;
}

/* --- padding: 32px */
.p32 {
	padding: 32px;
}
.pt32 {
	padding-top: 32px;
}
.pr32 {
	padding-right: 32px;
}
.pr45 {
	padding-right: 45px;
}
.pb32 {
	padding-bottom: 32px;
}
.pl32 {
	padding-left: 32px;
}
.pl30 {
	padding-left: 30px;
}
.pl133 {
	padding-left: 133px;
}
.pl180 {
	padding-left: 180px;
}
.pl330 {
	padding-left: 330px;
}
.pr330 {
	padding-right: 330px;
}
.pl150 {
	padding-left: 150px;
}
.pr150 {
	padding-right: 150px;
}

/* --- padding: 36px */
.p36 {
	padding: 36px;
}
.pt36 {
	padding-top: 36px;
}
.pr36 {
	padding-right: 36px;
}
.pb36 {
	padding-bottom: 36px;
}
.pl36 {
	padding-left: 36px;
}

/* --- padding: 48px */
.p48 {
	padding: 48px;
}
.pt47 {
	padding-top: 47px;
}
.pt4 {
	padding-top: 4px;
}
.pt48 {
	padding-top: 48px;
}
.pt4 {
	padding-top: 4px;
}
.pt15 {
	padding-top: 15px;
}
.pr48 {
	padding-right: 48px;
}
.pb48 {
	padding-bottom: 48px;
}
.pb5 {
	padding-bottom: 5px;
}
.pl48 {
	padding-left: 48px;
}
.pr100 {
	padding-right: 100px;
}
.pr10 {
	padding-right: 10px;
}
.pl150 {
	padding-left: 150px;
}

/* --- display ------------------ */
/* ------------------------------ */

/* --- display: none */
.none {
	display: none;
	visibility: visible;
}

/* --- display: block */
.blck {
	display: block;
	visibility: visible;
}

/* --- display: inline */
.inl {
	display: inline;
}

/* --- display: inline-block */
.inbl {
	display: inline-block;
	vertical-align: top;
}

/* --- display: table */
.tbl {
	display: table;
}
div.tbl {
	width: 100%;
}
/*div.tbl img {
	max-width: none;
}*/

/* --- display: table-cell */
.tblcell {
	display: table-cell;
}

.tblrow {
	display: table-row;
}

/* --- display: flex */
.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.no-flexbox .flex {
	display: block;
}
.flex > * {
	-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
			flex: 1 1 auto;
	/*-webkit-flex-grow: 1;
			flex-grow: 1;
	width: 100%;*/
}
.no-flexbox .flex > * {
	float: left;
}

/* --- position ----------------- */
/* ------------------------------ */

/* --- position: relative */
.relative {
	position: relative;
}

/* position: absolute */
.absolute {
	position: absolute;
}

/* hiding content */
.visually-hidden {
	left: -7000px;
	overflow: hidden;
	position: absolute;
}
[dir=rtl] .visually-hidden {
	left: auto;
	right: -7000px;
}

/* hidden on desktop */
.desktop-hidden {
	display: none;
}

/* min-height: 100% */
.mhcpc {
	min-height: 100%;
}

/* height: 100% */
.hcpc {
	height: 100%;
}

/* height: 100vh */
.hcvh {
	height: 100vh;
}

/* width: 25% */
.w25 {
	width: 25%;
}

/* width: 26.666667%; */
.w27 {
	width: 26.666667%;
}

/* width: 33.333333% */
.w33 {
	width: 33.333333%;
}

.w30 {
	width: 30%;
}

/* width: 40% */
.w40 {
	width: 40%;
}

/* width: 45% */
.w45 {
	width: 45%;
}

/* width: 50% */
.w50 {
	width: 50%;
}

/* width: 55% */
.w55 {
	width: 55%;
}

.w54 {
	width: 54%;
}

.w46 {
	width: 46%;
}

/* width: 60% */
.w60 {
	width: 60%;
}

/* width: 67.666667% */
.w67 {
	width: 66.666667%;
}

/* width: 70% */
.w70 {
	width: 70%;
}

/* width: 75% */
.w75 {
	width: 75%;
}

/* width: 100% */
.wcpc {
	width: 100%;
}

/* width: auto */
.auto {
	width: auto;
}

/* text-transform: lowercase */
.low {
	text-transform: lowercase;
}

/* text-transform: uppercase */
.upp {
	text-transform: uppercase;
}

/* text-transform: uppercase */
.upp {
	text-transform: uppercase;
}

/* text-transform: uppercase only on first-letter */
.fl:first-letter {
	text-transform: uppercase;
}

/* word-wrap: break-word */
.wwbw {
	word-wrap: break-word;
}

/* max values */
img, table, td, blockquote, code, pre, textarea, input, video {
	/*max-height: 100%;*/
	max-width: 100%;
}

/* image */
img {
	height: auto;
	vertical-align: middle;
}

/* table */
table {
	border-spacing: 0;
	width: 100%;
}
table tr th {
	font-weight: 700;
	padding: 1px 0;
	/*text-align: left;*/
	vertical-align: top;
}
table tr td {
	padding: 0;
	vertical-align: top;
}

/* gmap3 max-width bug fix on images */
.gmnoscreen img,
.gmnoprint img {
	max-width: none !important;
}

a img {
	border: 0;
	display: block;
}

/* scripts */
body > script {
	display: none !important;
}

/* skip-links */
.skip-links {
	position: absolute;
}
.skip-links a {
	background: #000;
	color: #FFF;
	left: -7000px;
	padding: 5px;
	position: absolute;
	text-decoration: none;
}
.skip-links a:focus {
	position: static;
}

/* ----------------------------- */
/* == layout and modules         */
/* ----------------------------- */

/* switching box model for all elements */
* {
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/* float layout */
.mod { 
	overflow: hidden;
}

/* blocks that needs to be placed under floats *//*
.clear,
.line,
.row {
	clear: both;
}*/

/* blocks that must contain floats */
.clearfix:after,/*
.line:after,
.mod:after {
	clear: both;
	content: "";
	display: table;
}*/

/* table layout */
/*
.row {
	display: table-row;
	table-layout: fixed;
	width: 100%;
}
.row > *,
.col {
	display: table-cell;
	vertical-align: top;
}
*/
/* nowrap */
.nowrap {
	white-space: nowrap;
}

/* text-overflow : ellipsis */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* --- alignments --------------- */
/* ------------------------------ */

/* --- left */
.left {
	float: left;
}
.pleft {
	left: 0;
}
.pleft12 {
	left: 12px;
}
.pleft24 {
	left: 24px;
}

.txtleft {
	text-align: left;
}

/* --- center */
.center {
	margin-left: auto;
	margin-right: auto;
}

.txtcenter {
	text-align: center;
}

/* --- right */
.right {
	float: right;
}
.pright {
	right: 0;
}
.pright12 {
	right: 12px;
}
.pright24 {
	right: 24px;
}

.txtright {
	text-align: right;
}

/* --- top */
.top {
	vertical-align: top;
}
.ptop {
	top: 0;
}
.ptop12 {
	top: 12px;
}
.ptop24 {
	top: 24px;
}

/* --- middle */
.middle {
	vertical-align: middle;
}

/* --- bottom */
.bottom {
	vertical-align: bottom;
}
.pbottom {
	bottom: 0;
}
.pbottom12 {
	bottom: 12px;
}
.pbottom24 {
	bottom: 24px;
}

/* --- justify */
.txtjustify {
	text-align: justify;
}

/* ----------------------------- */
/* == forms                      */
/* ----------------------------- */

form,
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
input,
button,
select,
label,
.btn {
	background-image: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle; /* @bugfix alignment */
}

input {
	background-color: #F9F9F6;
	border: 1px #F3F3ED solid;
	border-radius: 0;
	color: inherit;
	height: 38px;
	margin: 0;
	padding: 0 8px;
	/*-webkit-appearance: none;*/
	width: 100%;
}
.ie8 input {
	padding-top: 8px;
}
input[type=text],
input[type=password],
input[type=number] {
	-webkit-appearance: none;
}
input[type=checkbox],
input[type=radio] {
	background-color: inherit;
    border: 0;
	float: left;
	height: auto;
	margin: 1px 5px 0 20px;
	padding: 0;
    text-align: center;
    /*-webkit-appearance: none;*/
	width: auto;
}
input[type=radio] {
	border-radius: 15px;
	margin: 0;
}
input[type=checkbox].first,
input[type=radio].first {
	margin-left: 0;
}
input[type=checkbox]:checked {
    background-color: #333;
}
input[type=file] {
	height: auto;
	line-height: 24px; /* mobile */
	padding: 5px;
}
input[type="submit"] {
	   -moz-appearance: none;
	-webkit-appearance: none;
			appearance: none;
}
/*input.readonly 
}*/
input.txt {
	background-color: transparent;
	border: 0;
	color: #000;
	height: auto;
	margin-top: 6px;
	padding: 0;
	text-decoration: underline;
	-webkit-transition: background-color 0.5s, color 0.5s;
			transition: background-color 0.5s, color 0.5s;
	width: auto;
}
input.txt:hover {
	color: #333;
	cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
.btn,
div#pagination > span > a {
	background-color: #C99E64;
	border: 0;
	color: #FFF;
	cursor: auto;
	display: inline-block;
	font-weight: 400;
	line-height: 24px;
	padding: 7px 24px;
	text-align: center;
	-webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
			transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    	  -ms-user-select: none;
    	 -moz-user-select: none;
       -khtml-user-select: none;
      -webkit-user-select: none;
	-webkit-touch-callout: none;
			  user-select: none;
}
.btn.current {
	background-color: #000;
}
button {
	padding-bottom: 6px;
	padding-top: 8px;
}
div.btn {
	display: block;
	text-align: left;
	text-transform: none;
}
/*a.blank.btn:not(.mt12) {
	text-transform: none;
}*/
button:not(.center) { /* mobile */
	margin-left: 0;
	margin-right: 0;
}
button:hover,
a.btn:hover,
a:hover span.btn,
input.btn:hover,
div#pagination > span > a:hover {
	background-color: #001728;
	/*color: #FFF;*/
	cursor: pointer;
}

/*button,
button.btn {
	padding-top: 6px;
}*/

button,
input.btn {
	width: auto;
}
a.btn.tbl {
	display: table;
	width: inherit;
}

select {
	background-color: #F9F9F6;
	border: 1px #F3F3ED solid;
	margin: 0;
	padding: 5px 4px 6px 4px;
	/*text-transform: uppercase;*/
	-webkit-appearance: none;
	width: 100%;
}

label {
	display: block;
	line-height: 36px;
	margin-bottom: 0;
}
/*label.none {
}
label.checkbox,
label.radio {
	float: left;
	margin-top: 3px;
}*/

textarea {
	background-color: #F9F9F6;
	background-image: none;
	border: 1px #F3F3ED solid;
	border-radius: 0;
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	height: 146px;
	margin: 0;
	padding: 9px 8px;
	resize: vertical;
	-webkit-appearance: none;
	width: 100%;
}
.ie8 textarea {
	padding-top: 11px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	textarea {
		padding-top: 8px;
	}
}*/

form input:not([type="submit"]):focus,
form textarea:focus {
	/*background-color: #FFF;*/
	border-color: #C99E64;
}

::-webkit-input-placeholder { /* safari, chrome and opera */
	font-style: italic;
}
:-moz-placeholder { /* firefox 18- */
	font-style: italic;
}
::-moz-placeholder { /* firefox 19+ */
	font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
	font-style: italic;
}
::-ms-input-placeholder { /* edge */
	font-style: italic;
}
:placeholder-shown {
	font-style: italic;
}

/* ----------------------------- */
/* == iefix                      */
/* ----------------------------- */

/* hasLayout for IE7 */
.ie7 .clearfix,
.ie7 .line,
.ie7 .mod,
.ie7 .row,
.ie7 .col {
	zoom: 1;
}

/* inline-block and table-cell for IE7 */
/* warning: .col needs a width on IE7 */
.ie7 .btn,
.ie7 .col,
.ie7 .inbl {
	display: inline;
	zoom: 1;
}
.ie8 img {
	width: auto; /* @bugfix for IE8 */
}

/* ----------------------------- */
/* == print                      */
/* ----------------------------- */

/* quick print reset */
@media print {
	p,
	blockquote {
		orphans: 2;
		widows: 2;
	}
	blockquote,
	ul,
	ol {
		page-break-inside: avoid;
	}
	h1,
	h2,
	h3,
	caption {
		page-break-after: avoid;
	}
}

/* iOS font-size fix */
@media (max-device-width: 768px) {
	html,
	body {
			-ms-text-size-adjust: 100%;
  		-webkit-text-size-adjust: 100%;
	}
}

/* ----------------------------- */
/* == basic                      */
/* ----------------------------- */

.noscript {
	background-color: #FFF;
	border-bottom: 2px #F00 solid;
	display: block;
	left: 0;
	padding: 8px 20px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 102;
	color:#C99E64;
} 
.hide {
	display: none;
	visibility: visible;
}
.show {
	display: block;
	visibility: visible;
}
.hide_on_print {
	display: block;
	visibility: visible;
}
.show_on_print {
	display: none;
	visibility: hidden;
}
.mail-block {
	display: none;
}

/* print */
@media print {
	.show_on_print {
		display: block;
		visibility: visible;
	}
	.hide_on_print {
		display: none;
		visibility: hidden;
	}
}

/* debug */
.debug {
	background-color: #EFEFEF;
	border: 1px #FFF solid;
	color: #000;
	display: block;
	filter: alpha(opacity=50);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	-moz-opacity: 0.5;
		 opacity: 0.5;
	padding: 2px 5px;
	position: absolute;
	z-index: 100;
}
.debug span.dbg_tit {
	background-color: #666;
	color: #FFF;
	padding: 0 3px;
}
.debug div.dbg_content {
	background-color: #FFF;
	color: #000;
	display: none;
	padding: 2px;
}
.debug div.dbg_head {
	background-color: #036FA3;
	color: #FFF;
}
.debug code {
	white-space: normal;
}
.debug:hover {
	background: #333;
	color: #FFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
		 opacity: 1;
}
.debug:hover div.dbg_content {
	display: block;
}
.debug:hover div.dbg_head {
	display: block;
}
.debug *:selected {
	background-color: #F00;
}
.debug table tr th {
	background-color: #666;
	color: #FFF;
}
.debug table tr:hover td {
	background-color: #666;
	color: #FFF;
}
.debug table tr:hover td td {
	background-color: #FFF;
	color: #000;
}
.debug table tr:hover td tr:hover td {
	background-color: #666;
	color: #FFF;
}
.debug table tr:hover td tr:hover td td {
	background-color: #FFF;
	color: #000;
}
.debug table tr:hover td td tr:hover td {
	background-color: #666;
	color: #FFF;
}
.debug_error {
	border: 1px #900 solid;
	display: block;
	font-size: 10px;
	margin: 5px 0;
	position: relative;
}
.debug_error:hover {
	background-color: #FFF;
	color: #000;
}

/* ----------------------------- */
/* == own stylesheet             */
/* ----------------------------- */

del {
	font-size: 75%;
	text-decoration: none;
}

hr {
	background-color: #000;
	border: 0;
	height: 2px;
	width: 75%;	
}
hr.light {
	height: 1px;
	width: 25%;	
}

em,
.em {
	font-style: italic;
}
strong,
.strg {
	font-weight: 700 !important;
}

/* erreurs 401, 403, 404 et 500 */
div.erreur {
	padding-bottom: 24px;
	padding-right: 24px;
	padding-top: 24px;
	text-align: center;
	background-color:#C99E64;
}
div.erreur h2 {
	color: #FFF;
}
/*div.erreur h2 br {
	display: none;
}*/

/* --- list -------------------- */
/* ----------------------------- */

/* --- square */
ul.square,
div.textepage ul {
	padding-left: 15px;
}
/*
ul.square li,
div.textepage ul li {
	list-style-position: inside;
	list-style-type: square;
}*/
ul.square li ul,
div.textepage ul li ul {
	margin-left: 13px;
}

/* --- disc */
ul.disc {
	margin-left: 2px;
}
ul.disc li {
	list-style-position: inside;
	list-style-type: disc;
}
ul.disc li ul {
	margin-left: 13px;
}

/* --- decimal */
ul.decimal li {
    list-style-position: inside;
    list-style-type: decimal;
}
ul.decimal li ul {
	margin-left: 15px;
}
ul.nolinkcolor{
	background-color:#F5F5F5;
	text-align:left;
	padding-left:200px;
	padding-top:30px;
	padding-bottom:30px;
}
ul.nolinkcolor li{
	padding-top:10px;
}
/* --- nolinkcolor */
ul.nolinkcolor li a {
	color: #000;
	font-size:24px;
	font-weight: 400 !important;
}
ul.nolinkcolor li a:hover {
	color: #C99E64;
}

/* --- list */
/*ul.list {
}
ul.list li {
}*/

/* --- table ------------------- */
/* ----------------------------- */

/*table tr .compensation {
	padding-bottom: 20px;
}*/

/* --- table border-spacing compensation */
/*.dcl {
	margin-left: 2px;
	margin-right: 2px;
}*/

/* header */
header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	background-color: #001728;
	height: 136px;
}

header h1 {}

header nav > ul > li:hover {
	
}
header nav > ul > li.current {
}

header nav > ul > li > a,
header nav > ul > li > span {
	font-size:18px;
	font-family:Kanit;
	font-weight:500;
}
header nav > ul > li:hover > a,
header nav > ul > li:hover > span {
	
}

header nav > ul > li > a:hover {
	color:#C99E64;
}

header nav > ul > li.current > a,
header nav > ul > li.current > span {
}

header nav > ul > li > ul {
}
header nav > ul > li:hover > ul {
}

header nav > ul > li > ul > li > a {
}
header nav > ul > li > ul > li > a:hover {
}

header nav > ul > li > ul > li.current > a {
}


/* pagination */
div#pagination {
    text-align: center;
}
div#pagination span {
	display: inline-block;
	margin: 0 3px;
}
div#pagination span.current,
div#pagination span.previousDisabled,
div#pagination span.nextDisabled {
	background-color: #FFF;
	line-height: 40px;
	padding: 0 20px;
			  user-select: none;
    	  -ms-user-select: none;
    	 -moz-user-select: none;
       -khtml-user-select: none;
      -webkit-user-select: none;
	-webkit-touch-callout: none;
}
div#pagination.no span.suspension {
	display: none;
}

/* footer */
footer {
}

footer,
footer a,
footer a[href^="tel"] {
	color: #FFF;
}
footer a[href^="tel"]:hover {
	color: #001728;
}
footer a:hover {
	color: #001728;
}


/*footer ul.menubas {
}
footer ul.menubas li {
}
footer ul.menubas li:not(.last) {
}
footer ul.menubas li a {
}
footer ul.menubas li:not(.last) a {
}
footer ul.menubas li a:hover {
}*/

/* --- form -------------------- */
/* ----------------------------- */

form .required {
	color: #333;
}
form ul {
	width: 100%;
}
form ul li {
	float: left;
	margin-bottom: 12px;
	padding-right: 12px;
	width: 50%;
}
form ul li.legend {
	margin-bottom: 6px;
	width: 100%;
}
form ul li.li-2,
form ul li.li-4/*,
form ul li.li-6*/,
form ul li.li-7/*,
form ul li.li-8,
form ul li.li-10,
form ul li.li-12*/ {
	float: right;
	padding-left: 12px;
	padding-right: 0;
}
form ul li.wcpc {
	padding-left: 0;
	padding-right: 0;
}

/* --- captcha */
form ul.captcha {
	width: 100%;
}
form ul.captcha li.label {
	float: none;
	margin-bottom: 0;
	padding-right: 0;
	width: 100%;
}
form ul.captcha li.label label {
	margin-bottom: 6px;
}
form ul.captcha li.code {
	float: none;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
	width: auto;
}
form ul.captcha li.crypt {
	float: right;
	margin-bottom: 24px;
	padding-left: 12px;
	padding-right: 0;
	width: 186px;
}
form ul.captcha li.crypt a.reload {
	display: block;
	float: left;
	margin: 7px 24px 7px 0;
}
.ie8 form ul.captcha li.crypt a.reload img {
	max-width: inherit;
}
form ul.captcha li.crypt a.reload img:hover {
	transform: rotate(-360deg);
	-webkit-transition-duration: 0.5s;
			transition-duration: 0.5s;
}
form ul.captcha li.crypt img.cryptogram {
	border: 1px #F3F3ED solid;
	float: left;
}

/* --- messages (success - error) */
form label.error {
	color: #F00;
	font-style: italic;
	margin: 7px 0 0 0;
}
form ul#captcha li label.error {
	margin-bottom: 0;
}

div#required {
	font-style: italic;
}

.error,
.success {
	border-style: solid;
}
a.error,
div.error,
div.success {
	border-width: 2px;
	/*margin-bottom: 12px;*/
	padding: 6px 6px 5px 6px;
	text-align: center;
}
select.error,
select.success {
	border-color: #F00;
	border-width: 1px;
	padding: 7px 5px 7px 4px;
}
/*textarea.error,
textarea.success {
	padding: 14px 8px 13px 8px;
}*/
.error,
.error:focus {
	background-color: #FCE9E9 !important;
	border-color: #F00 !important;
	color: #8A1F11 !important;
}
.success,
.success:focus {
	background-color: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}

/* --- colors ------------------ */
/* ----------------------------- */

.bgcolor {
	background-color: #C99E64;
	color: #FFF;
}
.bgcolor2 {
	background-color: #FFF;
}
.bgcolor3 {
	background-color:#001728;
}
.bgcolor4 {
	background-color: #CCC39A;
	color: #FFF;
}

.color2 {
	color: #85864C;
}
.color3 {
	color: #1B1B1A;
}
.color4 {
	color: #666;
}

/* background-color and color selection */
::-moz-selection {
	background-color: #C99E64;
	color: #FFF;
}
::selection {
	background: #C99E64;
	color: #FFF;
}

.bgcolor ::-moz-selection {
	background-color: #FFF;
	color: #C99E64;
}
.bgcolor ::selection {
	background: #FFF;
	color: #C99E64;
}

/* --- miscellaneous ----------- */
/* ----------------------------- */
body {
	color:#FFF;
}
.lora15regular{
	font-family:Lora;
	font-size:15px;
	font-weight:400;
}
.lora15bolditalic{
	font-family:Lora;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
}
.lora15italic{
	font-family:Lora;
	font-size:15px;
	font-style:italic;
}
.lora17regular{
	font-family:Lora;
	font-size:17px;
	font-weight:400;
}
.lora20bold{
	font-family:lora;
	font-weight:bold;
	font-size:20px;
}
.kanit16medium{
	font-family:kanit;
	font-size:16px;
	font-weight:500;
}
.kanit17medium{
	font-family:kanit;
	font-size:17px;
	font-weight:500;
}
.kanit17lightbold{
	font-family:kanit;
	font-size:17px;
	font-weight:300;
}
.kanit20medium{
	font-family:kanit;
	font-size:20px;
	font-weight:500;
}
.kanit20regular{
	font-family:kanit;
	font-size:20px;
	font-weight:400;
}
.kanit24medium{
	font-family:kanit;
	font-size:24px;
	font-weight:500;
}
.bold{
	font-weight:bold;
}


.myh1{
	color:#C99E64;
	font-family:Kanit;
	font-size:35px;
	font-weight:400;
}
.myh12{
	color: #000;
}

.myh2{
	color:#FFF;
}
.myh21{
	color:black;
}
.myh22{
	color:#C99E64;
	text-align:center;
}
.myh23{
	color:#000;
}

.myh32{
	color:#FFF;
}

.myh33{
	color:#C99E64;
	font-size:18px;
	font-weight:bold;
}

nav ul li a{
	color:#FFF;
}

header nav{
	padding-bottom:0px;
	border-bottom:-50px;
}

nav ul li{
	position: relative;
	z-index:2;
}

.coucou{
	position:relative;
	z-index:1;
	margin-top:135px;
}

.logofb{
	position:absolute;
	top: 125px;
	right: 100px;
	z-index:5;
	font-family:Lora;
	font-weight:400;
}

.logofb > *{
	height: 66px;
}
	
.logofb > div.reservation_popup > a{
	line-height: 42px;
	margin-right: 12px;
	text-decoration: none;
}

.xxx a:focus{
	text-decoration:none;
	color:#C99E64;
}

.carte{
	background-color:#F5F5F5;
	color:black;
	padding-bottom:30px;
	position:relative;
	z-index:2;
}

.mieuxconn{
	position:relative;
	z-index:2;
	background-image:url(/medias/images/illustrations/mr-trame-bleu-2-sombre.png);
}

.connaitre{
	background-image:url(/medias/images/illustrations/mr-trame-bleu-2-sombre.png);
}
/*
.menumarche{
	position:relative;
	z-index:1;
}
*/
.wrapper-devis{
	height:635px;
}

.wrapper-devis .devis{ 
	background-position: center center;background-size:cover;height: 150%;position: relative;top: -100%;
	background-image:url(/medias/images/illustrations/Bg_menu_du_marche.jpg);
	
}

.wrapper-devis .mask{ background:rgba(255,255,255,.8);width: 100%;max-width:620px;min-height:635px;position: absolute;z-index: 5;left: 0;top: 0;bottom: 0;overflow-y: scroll;
}
.fz12{
	font-size: 12px;
}
.fz14{
	font-size: 14px;
}
.fz16{
	font-size: 16px;
}
.fz17{
	font-size: 17px;
}
.fz18{
	font-size: 18px;
}
.fz24{
	font-size: 24px;
}
.fz32{
	font-size: 32px;
}

.afterw{
	background-color:#C99E64;
}

.h1afw{
	color:white;
	text-align:center;
	background-color:#C99E64;
}

.bordaf{
	border: 5px solid white;
	padding-bottom:30px;
}

.cntct{
	background-color: #FFF;
	color:#C99E64;
	padding-top:30px;
	padding-right:30px;
	padding-bottom:30px;
}

.gold{
	color:#C99E64;
}

.black{
	color:#000;
}

.btnsub{
	background-color:#C99E64;
	color:#FFF;
}

.absolute{
	position:absolute;
}

.imgoffre{
	margin-top:-135px;
}

.myh3{
	color:#000;
}

.formule{
	background-color:#C99E64;
	color:#000;
	/*height:300px;*/
}

.datemenumarche{
	background-color:#C99E64;
	text-align:center;
	color:#FFF;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
}

.formule{
	color:#FFF;
	font-style:italic;
}

.borderright{
	border-right:1px;
	border-right-color:#9F7D4F;
	border-right-style:solid;
}
.bgmenus{
	background-color:#F5F5F5;
	height:410px; 
	color:black;
	border:5px double #001728;
	padding-top:30px;
}
.menus{
	background-image:url(/medias/images/illustrations/mr-trame-bleu-2.png);
}

header.smaller {
    height: 75px;
}

header.smaller nav a {
    line-height: 75px;
}

.afterworkcss{
	color:#000;
}

.afterworkcsstwo{
	border:3px double #F5F5F5;
	height:287px;
}

.afterworkcssthree{
	background-color:#F5F5F5;
	height:282px;
}

.bottom0{
	bottom:0;
}

.row{
	margin-left:0;
	margin-right:0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left:0;
	padding-right:0;
}

.conteneuriframe{
	position: relative;
    padding-bottom: 37%;
    height: 0;
    overflow: hidden;
}
.conteneuriframe iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.googlemap{
	padding-top:15px;
	padding-left:30px;
	border:0;
}

.photomnc{
	text-align:center;
}

.amentions{
	color:#FFF;
}
.amentions:hover{
	color:#C99E64;
}

form > fieldset > ul > li {
	font-weight:bold;
	font-size:17px;
}
form > fieldset > button {
	font-weight:400;
	font-size:15px;
}

.cadre{
	border:3px solid #FFF;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

.legendafw{
	color:white;
	margin-bottom:0;
	border-bottom:0;
	width:80%;
	text-align:center;
	margin-left:38px;
}

header nav ul li.current a,
header nav ul li.current a:hover {
	color:#C99E64;
	border-bottom:3px solid #C99E64;
}

.h1, h1{
	font-size:28px;
	font-family:Kanit;
	font-weight:500;
	margin-top:0;
	margin-bottom:0;
	color:#FFF;
}

.tailletblcell{
	height:18px;
	width:25px;
	padding-right:5px;
}

.bcksombre{
	background-image: url(/medias/images/illustrations/mr-trame-bleu-2-sombre.png);
}

.h750{
	height:750px;
}

.listemenus{
	text-decoration:underline;
}

.sitemap{
	padding-top:130px;
	padding-left:200px;
	background-color:#F5F5F5;
}

.imgcarte{
	display:inline-block;
	margin:0 auto;
}

.pafw{
	text-align:center;
	padding-left:30px;
	padding-right:30px;
}

.overflowauto{
	overflow:auto;
}

.howw{
	height:141px;
	overflow:auto;
}

@media only screen and (min-width: 1400px) {
	li.reservation_popup, li.boutique {
		display: none;
	}
}