

body
{
	background: #080000 url('/Content/Backgrounds/wood1.jpg')  repeat;
	width:100%;
	min-width: 960px;
	font-size:100%;
	font-size:14px;
	line-height: 1.3em;
	font-family: 'Raleway', Helvetica, Arial;
	color:#f8f3f3;
}

textarea
{
	font-family: 'Raleway', Helvetica, Arial;
}

 #page-loader div {
    background-color:#000306;
    color:#faf7f7;
}

#language-selector
{
    float:right;
    color:#000000;
}

#navigation
{
    background:#242121; 
    background:#242121 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:#242121 -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
    background:#242121 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
    background:#242121 -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background:#242121 -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
    background:#242121 -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
    background:#242121 linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* W3C */

    border-top:solid 1px rgba(255, 255, 255, 0.6);
    margin-top:10px;
}

#navigation > div > ul > li > a { 
    height: 40px; 
    display: table;
    -webkit-transition: all .1s ease-in-out; 
    -moz-transition: all .1s ease-in-out; 
    -o-transition: all .1s ease-in-out; 
    -ms-transition: all .1s ease-in-out;
    line-height: 40px; 
    padding: 0 12px; 
    color: #f8f3f3;
    text-decoration: none; 
    text-transform:uppercase; 
}

/* SUBMENU   */
.parent ul li a {
    width:240px;
    border-top:solid 1px rgba(0,0,0,0.1);
    border-left:solid 1px rgba(0,0,0,0.1);
    border-right:solid 1px rgba(0,0,0,0.1);
    font-size:90%;
    padding: 8px 20px; 
    display:block;
    background:#242121;
    background:#242121 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:#242121 -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
    background:#242121 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
    background:#242121 -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background:#242121 -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
    background:#242121 -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
    background:#242121 linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
    text-decoration:none;
    text-transform:uppercase;
}

.parent ul li:last-child {
    border-bottom:solid 1px rgba(0,0,0,0.2);
}

 #navigation ul li.selected a
{
	color: #f8f3f3;
    background:#242121; 
    background:#242121 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:#242121 -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.15) 100%); /* FF3.6+ */
    background:#242121 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0.15))); /* Chrome,Safari4+ */
    background:#242121 -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* Chrome10+,Safari5.1+ */
    background:#242121 -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* Opera 11.10+ */
    background:#242121 -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* IE10+ */
    background:#242121 linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* W3C */
}

#navigation ul li a:hover
{
	color: #242121;
    background:#f8f3f3; 
    background:#f8f3f3 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:#f8f3f3 -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.15) 100%); /* FF3.6+ */
    background:#f8f3f3 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(255,255,255,0.15))); /* Chrome,Safari4+ */
    background:#f8f3f3 -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* Chrome10+,Safari5.1+ */
    background:#f8f3f3 -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* Opera 11.10+ */
    background:#f8f3f3 -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* IE10+ */
    background:#f8f3f3 linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* W3C */
}

.childselected
{
    -moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0); 
    -webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0);  
    box-shadow: inset 0px 0px 0px rgba(0,0,0,0); 
    background: #242121;
    background:#242121 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:#242121 -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
    background:#242121 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
    background:#242121 -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background:#242121 -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
    background:#242121 -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
    background:#242121 linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
    color: #f8f3f3;
}

#home-photo-container, #home-maps-container
{
    padding:15px;
	min-width:960px;
    background-color:white;
    margin-bottom:20px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); /* Firefox/Mozilla */  
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); /*Safari/Chrome */  
	box-shadow: 0px 0px 40px rgba(0,0,0,0.2); /* Opera & hoe het zou moeten */  
}

#location_menu, .location-button
{
    background-color:#f8f3f3; 
    color:#242121; 
}

.map-container
{
    margin-bottom:0px!important;
}

#home-photo, #home-maps
{
	width: 930px;
	height: 360px;
	background: #fff;
    overflow:hidden;
}


#home-photo img
{
    width:100%;
}


#home-columns
{
    background:#000306;
    background:rgba(0, 3, 6, 0.8);
    color:#faf7f7;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); /* Firefox/Mozilla */  
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5); /*Safari/Chrome */  
	box-shadow: 0px 0px 40px rgba(0,0,0,0.2); /* Opera & hoe het zou moeten */  
}

#sideEventListSlider
{
    display:none;
    overflow:visible!important;
    position:absolute;
    top:0;
    height: 100%;
    width: 300px;
    padding: 5px 15px;
    background:rgba(250, 247, 247, 0.8);
}

#sideEventList li.selected
{ 
    color:#000306;
    border-left:0px;
}

.contact_container
{
    text-align:center;
    background:#faf7f7;
    background:rgba(250, 247, 247, 0.9);
    color:#000306;
    height:100%;
}

.contact_container .contact_container
{
    background-color:transparent!important;
}

.contact_container .routeHeader
{
    display:none;
}

.contact_container h3
{
    font-size:1.4em;
    text-transform:uppercase;
    color:#000306;
}

.adp-directions {
    color:#faf7f7!important;
}


.open {
    display:block;
    text-transform:uppercase;
    padding:45px 10px 0px 10px;
    text-align:center;
    font-size:0.8em;
    min-width:70px;
    color:#000000;
}

#pop_share
{
    background:no-repeat center  url(/Content/Original/images/staticbuttons/btn_share_black_retina.png);
    background-size:25px;
    -moz-background-size:25px;
}                      
                       
#pop_mobile            
{                      
    background:no-repeat center 13px url(/Content/Original/images/staticbuttons/btn_mobile_black_retina.png);
    background-size:18px;
    -moz-background-size:18px;
}                   
                    
#pop_news           
{                   
    background:no-repeat center  url(/Content/Original/images/staticbuttons/btn_newsletter_black_retina.png);
    background-size:25px;
    -moz-background-size:25px;
}                  
                   
#pop_booking       
{                  
    background:no-repeat center  url(/Content/Original/images/staticbuttons/btn_booking_black_retina.png);
    background-size:25px;
    -moz-background-size:25px;
}                     
                      
#pop_iens             
{    
    position:relative;             
    background:no-repeat center url(/Content/Original/images/staticbuttons/btn_iens_black_retina.png);
    background-size:45px;
    -moz-background-size:45px;
}

#pop_iens > #iens-score
{
    cursor:pointer;
    position:absolute;
    z-index:-1;
    font-weight:800;
    font-size:1.1em;
    text-align:center;
    width:100%;
    top:23px;
    color:#000000;
}


.box h2
{
    font-size:1.4em;
    text-transform:uppercase;
    color:#000306;
}


.restaurantBookingBlock h2
{
    font-size: 2.1em;
    text-transform: none;
    font-weight: normal;
    color:#000306;
    margin:5px 0px 18px 0px;
    line-height:0.9em;
}

.restaurantBookingBlock 
{
    font-family:"Noto Sans";
    letter-spacing:normal;
}

.restaurantBookingBlock input[type="checkbox"]
{
    display:none;
    cursor:pointer;
}

.restaurantBookingBlock .checkContainer
{
    margin-top:10px;
}

.restaurantBookingBlock #newsletterDiv, .restaurantBookingBlock #feedbackDiv
{
    width:50%;
    display:block;
    float:left;
}

.restaurantBookingBlock .bookingPanel p
{
    font-size:0.9em;
}

.box input[type="submit"], .restaurantBookingBlock input[type="submit"]
{
    cursor:pointer;
    color:#faf7f7;
    padding:10px 0px;
    width:100%;
    margin-top:10px;
    font-size: 1.8em;
    border: none;
    background: #000306;
    text-shadow: none;
    font-weight: normal;
    border-radius:0px;
    -webkit-appearance:none;
    -moz-appearance:none;
}

.restaurantBookingBlock select {
    text-transform:uppercase;
    -webkit-appearance:none;
    -moz-appearance:none;
    width:100%;
    font-size:100%;
    margin-top:10px;
    border: none;
    padding: 11px 10px;
    background: #faf7f7;
    color: #000306;
    font-family: "Noto Sans";
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius:0px;
}

.restaurantBookingBlock select:disabled {
    color:rgba(0, 3, 6, 0.6);
}

.box input[type="text"], .box input[type="email"], .box input[type="password"], .box input[type="tel"], .box textarea, .restaurantBookingBlock input[type="text"], .restaurantBookingBlock input[type="email"], .restaurantBookingBlock input[type="password"], .restaurantBookingBlock input[type="tel"], .restaurantBookingBlock textarea
{
    background-color:#faf7f7;
    padding:11px;
    border:0px;
    width:100%;
    margin-top:10px;
    color:#000306;
    font-weight:normal;
    font-size:100%;
    font-family:"Noto Sans";
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius:0px;
}

.restaurantBookingBlock input[type="text"] {
    
}

.restaurantBookingBlock select::-ms-expand, .restaurantBookingBlock textarea::-ms-expand {
    display: none;
}

.restaurantBookingBlock .checkboxContainer {
    position:relative;
}

.restaurantBookingBlock .info{
    border-radius:50%;
    background-color:#faf7f7;
    color:#000306;
    display:inline-block;
    width:20px;
    text-align:center;
    position:absolute;
    right:0px;
    top:0px;
    margin-right:15px;
    font-style:italic;
    font-family:'Times new roman';
    z-index:1000;
    font-weight:bold;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    cursor:help;
}

.restaurantBookingBlock option
{
    color:#000;
    background-color:#fff;
    padding:0px 8px;
    font-family: Sans-Serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000306;
    color:rgba(0, 3, 6, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input::-moz-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000306;
    color:rgba(0, 3, 6, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input:-moz-input-placeholder, textarea:-webkit-input-placeholder {
    color: #000306;
    color:rgba(0, 3, 6, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input::-ms-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000306;
    color:rgba(0, 3, 6, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input:-ms-input-placeholder, textarea:-webkit-input-placeholder {
    color: #000306;
    color:rgba(0, 3, 6, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}


#iens-container { width: 330px; clear: both; margin: 10px 0 5px; display:block; }
#iens-container .viewport { width: 295px; margin-left:5px; height: 300px; overflow: hidden; position: relative; }
#iens-container .overview { list-style: none; position: absolute; left: 0; top: 0; }
#iens-container .thumb .end,
#iens-container .thumb { background-color:#000306; border-radius:8px; box-shadow: 1px 1px 3px #333;}
#iens-container .scrollbar { position: relative; float: right; width: 25px; }
#iens-container .track { background-color: #000306; height: 100%; width:1px; position: relative; left:4px; margin:0 auto; }
#iens-container .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left:-6px; }
#iens-container .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#iens-container .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }



.mobileBlock .mfStep span, .mobileBlock a
{
    color:#000306;
    font-weight:bold;
}

.spotlight-overlay, .footer-column-overlay
{
    border-top:solid 1px rgba(0, 3, 6, 0.5);
    background-color:rgba(0,0,0,0.7);
    color:#fff;
    position:absolute;
    bottom:0px;
    left:0px;
    padding:10px;
    width:100%;
}

.footer-column > div
{
    border:solid 1px rgba(0, 3, 6, 0.5);
    position:relative;
    height: 200px;
    overflow: hidden;
}

.simplebtn
{
    border:solid 1px #f8f3f3!important; 
    background-color:#242121!important; 
    color:#f8f3f3!important;
    border-radius:6px!important; 
    padding:8px 15px;
    display:inline-block; 
    min-width:250px;
    text-align:center; 
    font-weight:bold;  
    text-decoration:none!important;  
    margin-top:3px; 
}

.simplebtn2
{
    border:solid 1px #242121!important; 
    background-color:#f8f3f3!important; 
    color:#242121!important;
    border-radius:6px!important; 
    padding:8px 15px; 
    min-width:250px;
    display:inline-block; 
    text-align:center; 
    font-weight:bold;  
    text-decoration:none!important;
    margin-top:3px;    
}



.arrow-w {
  border-right-width: 1em;
  border-right-style: solid;
  border-right-color: rgba(250, 247, 247, 0.8);
  left:-40px;
    top:25%;
}





#feedbackFilters li a {
    color: #000306;
    background: #faf7f7;
}

#feedbackFilters li a:hover, #feedbackFilters li a.selectedFilter {
    color: #faf7f7;
    background: #000306;
}

/* ==================================================================== */
/* CHECKBOX TYPE 7 ---------------------------------------------------- */
/* ==================================================================== */


input[type="checkbox"].fancy7 + label {
	background-color: #faf7f7;
	padding: 6px 43px 8px 9px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	height: 32px;
    width:100%;
	overflow: hidden;
	font-size: 100% !important;
	color: #000306;
	-webkit-transition: all 0.1s linear, color 0 linear;
	transition: all 0.1s linear, color 0 linear;
}

input[type="checkbox"].fancy7 + label:after {
	content: ' ';
	position: absolute;
	background: #fff
	top: 4px;
	right: 3px;
	width: 24px;
	display: block;
	font-size: 1em !important;
	height: 16px;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.6), inset 0 -18px 15px -10px rgba(0, 0, 0, 0.05);
	padding: 4px 0px;
	text-align: center;
}

input[type="checkbox"].fancy7:checked + label {
	color:#faf7f7!important;
}

input[type="checkbox"].fancy7 + label > span {
	position: relative;
	z-index: 99999;
	font-family: 'Noto Sans', sans-serif;
    font-weight:normal;
    text-transform:uppercase;
}

input[type="checkbox"].fancy7:active + label:after {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.1), inset 0 -18px 15px -10px rgba(0, 0, 0, 0.05);

}

input[type="checkbox"].fancy7:checked + label:after {
	content: '\2715';
    color:black;
    font-weight:bold;
}

input[type="checkbox"].fancy7 + label:before {
	content: ' ';
	position: absolute;
	background: #000306;
    color:#faf7f7;
	width: 0%;
	height: 100%;
	top: 0;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	left: 0;
    border-radius:4px;
}

input[type="checkbox"].fancy7:checked + label:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	top: 0;
	left: 0;
}






/* ==================================================================== */
/* END CHECKBOX TYPE 7 ----------------------------------------------- */
/* ==================================================================== */

/* ==================================================================== */
/* CHECKBOX TYPE 5 ---------------------------------------------------- */
/* ==================================================================== */


input[type="checkbox"].fancy5 + label {
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    cursor:pointer;
}

input[type="checkbox"].fancy5 + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type="checkbox"].fancy5:checked + label {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}


input[type="checkbox"].fancy5 + label:after {
	-webkit-transform: rotateX(270deg);
	-webkit-transform-origin: 0 0;
	transform: rotateX(270deg);
	transform-origin: 0 0;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	position: absolute;
	top: 0px;
	left: 0px;
	content: '\2715';
	padding: 9px 0 0 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	font-size: 1.5em;
	line-height: 0;
	background: #000306;
	color: #faf7f7;
	text-align: center;
}

input[type="checkbox"].fancy5 + label > span {
	position: absolute;
    top: 0px;
    left: 25px;
    width:270px;
}

input[type="checkbox"].fancy5:checked + label:after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

input[type="checkbox"].fancy5:checked + label {
	-webkit-transition: all 0.5s linear 0.2s;
	transition: all 0.5s linear 0.2s;
	background: #aaa;
}

input[type="checkbox"].fancy5 + label {
	width: 10px;
	height: 10px;
}

/* ==================================================================== */
/* CHECKBOX TYPE 6 ---------------------------------------------------- */
/* ==================================================================== */


input[type="checkbox"].fancy6 + label {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	width: 15px;
	height: 15px;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 100%;
	transform-origin: 100% 100%;
}

input[type="checkbox"].fancy6 + label:after {
	-webkit-transform: rotateX(90deg) rotateY(0deg);
	-webkit-transform-origin: 0 0;
	transform: rotateX(90deg) rotateY(0deg);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: absolute;
	top: 0px;
	left: 0px;
	content: '\2715';
	padding: 15px 0 0 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	font-size: 1.5em;
	line-height: 0;
	background: #3C809B;
	color: #F0F6FC;
	text-align: center;
}

input[type="checkbox"].fancy6 + label:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: ' ';
	padding: 9px 0 0 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type="checkbox"].fancy6:checked + label:before {
	background: #ccc;
}

input[type="checkbox"].fancy6 + label:after {	
	-webkit-transform: rotateY(-90deg);
	-webkit-transform-origin: 0 0;
	transform: rotateY(-90deg);
	transform-origin: 0 0;
}


input[type="checkbox"].fancy6:checked + label:after {
	-webkit-transform: rotateX(0deg) rotateY(0deg) !important;
	transform: rotateX(0deg) rotateY(0deg) !important;
}




@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	  body, html
	  {
		width:768px!important;
		margin:0px;
		min-height:1200px;
	  }
	  .home-photo-container, #mainContainer, #home
	  {
		width:768px!important;
		}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    body
  {
	min-height:868px;
  }
}





@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .restaurantBookingBlock select {
        font-family:Sans-Serif;
    }
}




/* | Fonts | */
@font-face {
 	font-family: Dino Light;
  	src: url('/Restaurants/cafedekoe/fonts/DINOffc-CondLight.woff');
  	src: url('/Restaurants/cafedekoe/fonts/DINOffc-CondLight.woff2');
}

@font-face {
 	font-family: Dino Ita;
  	src: url('/Restaurants/cafedekoe/fonts/DINOT-CondLightIta.woff');
  	src: url('/Restaurants/cafedekoe/fonts/DINOT-CondLightIta.woff2');
}

@font-face {
 	font-family: Dino Ita Med;
  	src: url('/Restaurants/cafedekoe/fonts/DINOT-CondMediIta.woff');
  	src: url('/Restaurants/cafedekoe/fonts/DINOT-CondMediIta.woff2');
}

@font-face {
 	font-family: Abolition;
  	src: url('/Restaurants/cafedekoe/fonts/Abolition-Round.woff');
  	src: url('/Restaurants/cafedekoe/fonts/Abolition-Round.woff2');
}

@font-face {
 	font-family: Dino Cond;
  	src: url('/Restaurants/cafedekoe/fonts/DINOT-CondBlack.woff');
  	src: url('/Restaurants/cafedekoe/fonts/DINOT-CondBlack.woff2');
}

.static-menu-container>ul li {color:black;}

#home h1 {
  color:black;
    text-transform: uppercase;
    font-size: 2.4em;
    margin-bottom: 35px;
    margin-top: 30px;
}

#home p {
    line-height: 1.6em;
    color: black;
}

.restaurantBookingBlock .bookingPanel p {
    font-size: 1.0em;
    font-family: raleway;
}

.restaurantBookingBlock h2 {
    font-family: raleway;
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: normal;
    color: #772221;
    margin: 5px 0px 18px 0px;
    line-height: 0.9em;
}

#pop_mobile {
    background: no-repeat center 16px url(/restaurants/amstelhaven/img/web/twittervogel.png
 );
    background-size: 31px;
    -webkit-filter: invert(1);
   -moz-filter: invert(1);
   -ms-filter: invert(1);
   filter: invert(1);
    color: white;
}

#home-photo-container, #home-maps-container {box-shadow:none}

#navigation {
background: #ee6830;
border-top: none;
}

#home-columns {
background: white;
border-top: none;
  box-shadow:none;
}

.galleria-container {
position: relative;
overflow: hidden;
background: transparent;
}

#navigation ul li.selected a {
background: #772221;
}

.restaurantBookingBlock input[type="submit"] {
color: white;
text-shadow: none;
background: #772221;
}

#pop_mobile {
background: no-repeat center 16px url(/restaurants/amstelhaven/img/web/twittervogel.png
);
background-size: 31px;
}

.mobileBlock {
height: 400px;
}

/* | New Design | */
.page31009 #navigation {
 	background: #000000; 
}

.page31009 #navigation ul li a:hover{
 	background: #fff; 
}

.page31009 #navigation > div > ul > li > a {
 	font-family: Dino Light;
  	font-size: 23px;
  	padding-top: 5px;
  	letter-spacing: 1px;
}

.page31009 #pop_booking {
 	background: no-repeat center url(/Content/Original/images/staticbuttons/btn_booking_black.png);
    background-size: auto auto;
	background-size: 25px;
	-moz-background-size: 25px; 
}

.page31009 #pop_booking a.open.no-ajax {
 	color: black; 
}

.page31009 #pop_news {
 	background: no-repeat center url(/Content/Original/images/staticbuttons/btn_newsletter_black.png);
    background-size: auto auto;
	background-size: 25px;
	-moz-background-size: 25px; 
}

.page31009 #pop_news a.open.no-ajax {
 	color: black; 
}

.page31009 #pop_mobile {
 	display: none;
}

.page31009 h1 {
 	font-family: Abolition;
  	letter-spacing: 1px;
  	font-size: 3em !important;
}

.page31009 h2 {
 	font-family: Dino Cond !important; 
}

.page31009 p {
 	font-family: Dino Light !important;
  	font-size: 17px !important;
}

.page31009 #home-columns {
 	background: rgba(255, 255, 255, 0); 
}

.page31009 .home-openinghours .inner {
 	box-shadow: 2px 2px 4px #ccc; 
}

.page31009 .contact_container h2 {
 	color: #000; 
}

.page31009 .contact_container input#nextbtn,
.page31009 .contact_container input#backBookingBtn, 
.page31009 .contact_container input#sendBookingBtn {
 	background: rgba(0, 0, 0, 0.7);
  	transition: .3s ease;
  	-webkit-transition: .3 ease;
  	-moz-transition: .3s ease;
  	font-family: Dino Cond;
}

.page31009 .contact_container input#nextbtn:hover,
.page31009 .contact_container input#backBookingBtn:hover,
.page31009 .contact_container input#sendBookingBtn:hover{
 	background: rgba(255, 255, 255, 0.7);
  	color: #000;
}

.page31009 .restaurantBookingBlock select {
 	font-family: Dino Cond; 
}

body.page31009 {
 	background: #fff !important; 
}

.page31009 .backstretch {
 	opacity: 0.1; 
}

.page31243 #navigation {
 	background: #000000; 
}

.page31243 #navigation ul li a:hover{
 	background: #fff; 
}

.page31243 #pop_booking {
 	background: no-repeat center url(/Content/Original/images/staticbuttons/btn_booking_black.png);
    background-size: auto auto;
	background-size: 25px;
	-moz-background-size: 25px; 
}

.page31243 #pop_booking a.open.no-ajax {
 	color: black; 
}

.page31243 #pop_news {
 	background: no-repeat center url(/Content/Original/images/staticbuttons/btn_newsletter_black.png);
    background-size: auto auto;
	background-size: 25px;
	-moz-background-size: 25px; 
}

.page31243 #pop_news a.open.no-ajax {
 	color: black; 
}

.page31243 #pop_mobile {
 	display: none;
}

.page31243 #home-columns {
 	background: rgba(255, 255, 255, 0); 
}

.page31243 .home-openinghours .inner {
 	box-shadow: 2px 2px 4px #ccc; 
}

.page31243 .contact_container h2 {
 	color: #000; 
}

.page31243 .contact_container input#nextbtn,
.page31243 .contact_container input#backBookingBtn, 
.page31243 .contact_container input#sendBookingBtn {
 	background: rgba(0, 0, 0, 0.7);
  	transition: .3s ease;
  	-webkit-transition: .3 ease;
  	-moz-transition: .3s ease;
  	font-family: 'Raleway', Helvetica, Arial;
}

.page31243 .contact_container input#nextbtn:hover,
.page31243 .contact_container input#backBookingBtn:hover,
.page31243 .contact_container input#sendBookingBtn:hover{
 	background: rgba(255, 255, 255, 0.7);
  	color: #000;
}

body.page31243 {
 	background: #fff !important; 
}

.page31243 h1 {
	font-family: Abolition;
  	letter-spacing: 1px;
  	font-size: 3em !important;
}

.page31243 .backstretch {
 	opacity: 0.1; 
}

.page31243 .menukaart-container {
 	background: rgba(255, 255, 255, 0); 
}

.page31243 .menukaart-container h2 {
  	font-family: Abolition;
  	font-size: 2em;
  	font-weight: normal;
  	letter-spacing: 1px;
  	margin-bottom: 25px;
  	margin-top: 25px;
  	
}

.page31243 .menukaart-container .menu-name {
  	font-family: Dino Cond !important;
  	font-size: 1.5em;
  	margin-top: 5px;
  	margin-bottom: 5px;
  	text-transform: capitalize;
}

.page31243 .menukaart-container .menu-description,
.page31243 .menukaart-container span {
 	font-size: 18px;
  	font-family: Dino Light !important;
}