/* ------------------------------------------------------------- */
/* TEXT */
/* ------------------------------------------------------------- */

#primary .text em { font-style: oblique; }
#primary .text strong { font-weight: 700; }
#primary .text a {
display: inline-block;
font-weight: 700;
line-height: 1;
text-decoration: underline;
letter-spacing: normal;
transition: color 0.5s;
}
#primary .text a, #primary .text a:link, #primary .text a:visited { color: var(--color_azure); }
#primary .text a:active, #primary .text a:hover, #primary .text a:focus { color: var(--color_dark_grey); }
#primary .text > ul {    
display: block;
font-size: 1.6rem;
font-weight: 400;
margin-top: 1.5em;
line-height: 1.5;
letter-spacing: normal;
list-style: none;
color: var(--color_dark_grey);
}
#primary .text > ul ul { font-size: 100%; margin: 0; }
#primary .text > ul li { display: table; margin: 0; padding: 0; }
#primary .text > ul li:before {
content: "-";
display: table-cell; 
font-size: 100%;
font-weight: 400;
margin: 0;
padding: 0 1em 0 0;
color: var(--color_dark_grey);
}
#primary .text > ul ul li:before { content: "\2022"; }
#primary .text > ul ul ul li:before { content: "\25E6"; }
#primary .text dl {
clear: both;
margin-top: 2.5rem;
padding: 0;
}
#primary .text dl dt {
float: left;
clear: left;
width: 8em;
font-size: 1.6rem;
font-weight: 400;
margin: 0;
padding: 0.5rem 0;
text-align: left;
line-height: 1.5;
letter-spacing: normal;
word-wrap: break-word;
border-top: 1px solid #d8d8d8;
color: var(--color_dark_grey);
}
#primary .text dl dd {
font-size: 1.6rem;
font-weight: 400;
margin: 0 0 0 8em;
padding: 0.5rem 0;
text-align: left;
line-height: 1.5;
word-wrap: break-word;
border-top: 1px solid #d8d8d8;
}
#primary .text dl dd em, #primary .text dl dd i { font-style: oblique; }
#primary .text dl dt:first-child, #primary .text dl dd:nth-of-type(1) { border-color: var(--color_medium_grey); }
#primary .text form {
display: block;
margin-top: 3rem;
padding: 0;
}
#primary .text form label {
position: relative;
display: block;
font-size: 1.6rem;
font-weight: 400;
margin: 1.5em 0 0;
padding: 0 0 0 52px;
text-align: left;
line-height: 1.5;
cursor: pointer;
}
#primary .text form label:nth-last-of-type(1) { display: inline-block; margin: 3em 0 0; padding: 0; }
#primary .text form input[type="checkbox"] {
position: absolute; 
overflow: hidden; 
clip: rect(0 0 0 0); 
height: 1px; 
width: 1px; 
margin: -1px; 
padding: 0;
border: 0;
}
#primary .text form input[type="checkbox"] + span {
position: absolute;
left: 0;
top: 5px;
width: 32px;
height: 32px;
margin: 0;
padding: 0;
cursor: pointer;
background-color: var(--color_white);
border: 1px solid #CCC;
appearance: none;
}
#primary .text form input[type="checkbox"] + span + span { display: block; font-weight: 700; text-transform: uppercase; }
#primary .text form input[type="checkbox"]:checked + span:after {
position: absolute;
top: 6px;
left: 6px;
content: "";
display: block;
width: 18px;
height: 12px;
margin: 0;
border-left: 3px solid var(--color_azure);
border-bottom: 3px solid var(--color_azure);
transform: rotate(-45deg);
z-index: 5;
}
#primary .text form input[type="checkbox"][disabled]:checked + span:after { border-left-color: #BBB; border-bottom-color: #BBB; }
#primary .text form #sf_cookie_message {
display: none;
font-size: 1.6rem;
font-weight: 700;
margin: 4rem 0 0;
padding: 1.5rem 0;
border-width: 1px 0;
border-style: solid;
border-color: #CCC;
}
#primary .text form button {
display: block;
width: auto;
font-family: inherit;
font-size: 1.4rem;
font-weight: 700;
margin: 0;
padding: 1em 3.428571em;
text-align: center;
line-height: 1;
letter-spacing: 0.1em;
text-transform: uppercase;
border: none;
vertical-align: middle;
text-decoration: none;
white-space: normal;
cursor: pointer;
outline: none;
-webkit-border-radius: 0;
        border-radius: 0;
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
-webkit-transition: color 0.3s, background-color 0.3s;
	 -o-transition: color 0.3s, background-color 0.3s;
		transition: color 0.3s, background-color 0.3s;
}
#primary .text form button[type="submit"], #primary .text form button[type="submit"]:link, #primary .text form button[type="submit"]:visited { color: var(--color_white); background-color: var(--color_azure); }
#primary .text form button[type="submit"]:hover, #primary .text form button[type="submit"]:focus, #primary .text form button[type="submit"]:active { color: var(--color_white); background-color: var(--color_dark_grey); }

#reservation form .form_button label { display: inline-block; width: auto; margin-top: 5em; }


/* ------------------------------------------------------------- */
/* PIXEL RATIO */
/* ------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { 

}

/* ------------------------------------------------------------- */
/* RESPONSIVE */
/* ------------------------------------------------------------- */

@media only screen and (max-width: 1699px) {
	
}

@media only screen and (max-width: 1599px) {
		
}

@media only screen and (max-width: 1439px) {
	
}

@media only screen and (max-width: 1365px) {
	
}

@media only screen and (max-width: 1279px) {
		
}

@media only screen and (max-width: 1199px) {
		
}

@media only screen and (max-width: 1111px) {
	
}


@media only screen and (max-width: 1023px) {
	
	
}

@media only screen and (max-width: 833px) {
	
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (max-width: 735px) {
	
}

@media only screen and (max-width: 666px) {

}	

@media only screen and (max-width: 599px) {
	
}

@media only screen and (max-width: 567px) {
    
    #primary .text dl { border-top: 1px solid #d8d8d8; }
	#primary .text dl:nth-last-of-type(1) { margin: 2rem 0; padding: 0 0 2rem; border-bottom: 1px solid #d8d8d8; }
	#primary .text dl dt { float: none; width: auto; font-weight: 700; padding: 2rem 0 0; border-top: none; }
    #primary .text dl dt p { font-weight: 700; }
	#primary .text dl dd { margin: 0; padding: 0; border-top: none; }	
		
}

@media only screen and (max-width: 479px) {
	
}

@media only screen and (max-width: 413px) {
	
		
}

@media only screen and (max-width: 374px) {
	
		
}

@media only screen and (max-width: 359px) {
	
}