

body
{
	background: #fdfdfd ;
	width:100%;
	min-width: 960px;
	font-size:100%;
	font-size:14px;
	line-height: 1.3em;
	font-family: 'Noto Sans';
	color:#000000;
}

textarea
{
	font-family: 'Noto Sans';
}

 #page-loader div {
    background-color:#000000;
    color:#FFFFFF;
}

#language-selector
{
    float:right;
    color:#fff;
}

#navigation
{
    background:#FFFFFF; 
    background:#FFFFFF url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:#FFFFFF -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
    background:#FFFFFF -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:#FFFFFF -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background:#FFFFFF -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
    background:#FFFFFF -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
    background:#FFFFFF 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: #000000;
    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:#FFFFFF;
    background:#FFFFFF url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:#FFFFFF -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
    background:#FFFFFF -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:#FFFFFF -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background:#FFFFFF -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
    background:#FFFFFF -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
    background:#FFFFFF 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: #000000;
    background:#FFFFFF; 
    background:#FFFFFF url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:#FFFFFF -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.15) 100%); /* FF3.6+ */
    background:#FFFFFF -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:#FFFFFF -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* Chrome10+,Safari5.1+ */
    background:#FFFFFF -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* Opera 11.10+ */
    background:#FFFFFF -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* IE10+ */
    background:#FFFFFF 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: #FFFFFF;
    background:#000000; 
    background:#000000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:#000000 -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.15) 100%); /* FF3.6+ */
    background:#000000 -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:#000000 -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* Chrome10+,Safari5.1+ */
    background:#000000 -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* Opera 11.10+ */
    background:#000000 -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.15) 100%); /* IE10+ */
    background:#000000 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: #FFFFFF;
    background:#FFFFFF url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:#FFFFFF -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
    background:#FFFFFF -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:#FFFFFF -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background:#FFFFFF -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
    background:#FFFFFF -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
    background:#FFFFFF linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
    color: #000000;
}

#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:#000000; 
    color:#FFFFFF; 
}

.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:#000000;
    background:rgba(0, 0, 0, 0.8);
    color:#FFFFFF;
    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(255, 255, 255, 0.8);
}

#sideEventList li.selected
{ 
    color:#000000;
    border-left:0px;
}

.contact_container
{
    text-align:center;
    background:#FFFFFF;
    background:rgba(255, 255, 255, 0.9);
    color:#000000;
    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:#000000;
}

.adp-directions {
    color:#FFFFFF!important;
}


.open {
    display:block;
    text-transform:uppercase;
    padding:45px 10px 0px 10px;
    text-align:center;
    font-size:0.8em;
    min-width:70px;
    color:#fff;
}

#pop_share
{
    background:no-repeat center  url(/Content/Original/images/staticbuttons/btn_share_white_retina.png);
    background-size:25px;
    -moz-background-size:25px;
}                      
                       
#pop_mobile            
{                      
    background:no-repeat center 13px url(/Content/Original/images/staticbuttons/btn_mobile_white_retina.png);
    background-size:18px;
    -moz-background-size:18px;
}                   
                    
#pop_news           
{                   
    background:no-repeat center  url(/Content/Original/images/staticbuttons/btn_newsletter_white_retina.png);
    background-size:25px;
    -moz-background-size:25px;
}                  
                   
#pop_booking       
{                  
    background:no-repeat center  url(/Content/Original/images/staticbuttons/btn_booking_white_retina.png);
    background-size:25px;
    -moz-background-size:25px;
}                     
                      
#pop_iens             
{    
    position:relative;             
    background:no-repeat center url(/Content/Original/images/staticbuttons/btn_iens_white_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:#fff;
}


.box h2
{
    font-size:1.4em;
    text-transform:uppercase;
    color:#000000;
}


.restaurantBookingBlock h2
{
    font-size: 2.1em;
    text-transform: none;
    font-weight: normal;
    color:#000000;
    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:#FFFFFF;
    padding:10px 0px;
    width:100%;
    margin-top:10px;
    font-size: 1.8em;
    border: none;
    background: #000000;
    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: #FFFFFF;
    color: #000000;
    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, 0, 0, 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:#FFFFFF;
    padding:11px;
    border:0px;
    width:100%;
    margin-top:10px;
    color:#000000;
    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:#FFFFFF;
    color:#000000;
    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: #000000;
    color:rgba(0, 0, 0, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input::-moz-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000000;
    color:rgba(0, 0, 0, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input:-moz-input-placeholder, textarea:-webkit-input-placeholder {
    color: #000000;
    color:rgba(0, 0, 0, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input::-ms-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000000;
    color:rgba(0, 0, 0, 0.6);
    font-weight:normal;
    text-transform:uppercase;
}

input:-ms-input-placeholder, textarea:-webkit-input-placeholder {
    color: #000000;
    color:rgba(0, 0, 0, 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:#000000; border-radius:8px; box-shadow: 1px 1px 3px #333;}
#iens-container .scrollbar { position: relative; float: right; width: 25px; }
#iens-container .track { background-color: #000000; 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:#000000;
    font-weight:bold;
}

.spotlight-overlay, .footer-column-overlay
{
    border-top:solid 1px rgba(0, 0, 0, 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, 0, 0, 0.5);
    position:relative;
    height: 200px;
    overflow: hidden;
}

.simplebtn
{
    border:solid 1px #000000!important; 
    background-color:#FFFFFF!important; 
    color:#000000!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 #FFFFFF!important; 
    background-color:#000000!important; 
    color:#FFFFFF!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(255, 255, 255, 0.8);
  left:-40px;
    top:25%;
}





#feedbackFilters li a {
    color: #000000;
    background: #FFFFFF;
}

#feedbackFilters li a:hover, #feedbackFilters li a.selectedFilter {
    color: #FFFFFF;
    background: #000000;
}

/* ==================================================================== */
/* CHECKBOX TYPE 7 ---------------------------------------------------- */
/* ==================================================================== */


input[type="checkbox"].fancy7 + label {
	background-color: #FFFFFF;
	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: #000000;
	-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:#FFFFFF!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: #000000;
    color:#FFFFFF;
	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: #000000;
	color: #FFFFFF;
	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;
    }
}




/* MILOSH ANIMATION CSS COPYRIGHT*/
 
.pm-copyright {
    float: right;
}
 
.wrap {
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
 
    .wrap:hover, .copyright a:hover .wrap {
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
 
.pm-copy-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin: -12.5px 0 0 -12.5px;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}
 
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
 
@keyframes spin {
   100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
 
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
 
    to {
        -webkit-transform: rotate(360deg);
    }
}
 
.running-pocketmenu {
    -ms-transform: translate(0px, 50px); /* IE 9 */
    -webkit-transform: translate(0px, 50px); /* Safari */
    transform: translate(0px, 50px);
  font-family: Georgia;
    font-style: italic;
    z-index: 2;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    text-align: right;
    width: 200px;
    right: 0;
    position: relative;
    top: 10px;
    float: right;
    margin-right: 0px;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
 
    .running-pocketmenu span {
    }
 
    .running-pocketmenu:hover {
        opacity: 1;
        -ms-transform: translate(0px, 0px); /* IE 9 */
        -webkit-transform: translate(0px, 0px); /* Safari */
        transform: translate(0px, 0px);
    }
 
    .running-pocketmenu div {
        color: #000;
        text-decoration: none;
    }
 
.pm-copyright:hover + .running-pocketmenu {
    opacity: 1;
    -ms-transform: translate(0px, 0px); /* IE 9 */
    -webkit-transform: translate(0px, 0px); /* Safari */
    transform: translate(0px, 0px);
    -webkit-transition: .4s ease-in-out 0s;
    transition: .4s ease-in-out 0s;
}
 
.copyright {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index:99;
}
 
    .copyright svg {
        fill: #000;
    }
 
/*  END MILOSH CSS */

.social-item a:hover {
    border: 1px solid transparent!important;
}

.social-item a {
    padding: 0 4px!important;
    font-size: 12px;
}


#rightbar {display:none;}

/* Copyright Start */

.location-button {
position: fixed;
    left: 0;
    right: 0;
    z-index: 122201!important;
}

.pm-cr {
    position: absolute;
    right: 20px;
    top: 0;
   font-family: Georgia;
    font-style: italic;
    color:#ccc;
}

.pm-cr a {text-decoration:underline;
   }

.location-button:hover .pm-cr a, .open-menu .pm-cr a {
  color:white;   }

#home-copyright {display:none;}

/* Copyright End */

.static-menu-container {
display:none;
}

.homelogo {display:none!important;}
h3 {
font-size: 20px;
font-family: Clarendon W01 Medium_692107;
}



/* contact pagina */
#page0 .home-openinghours
{
width:800px;
}

#page0 .home-openinghours .contact_container
{
width:370px;
margin:0 auto;
}

#page0 .home-openinghours .inner > img
{
width:350px;
  float:left;
}

/********************/

body {
font-weight:normal;
font-family:'BaskervilleClassico W00';
font-size:15px;
}

::-webkit-scrollbar { 
    display: none; 
}

#fbemblem img {
width: 100px;
}

strong {
font-weight: bold;
font-family: 'BaskervilleClassicoW00-_867311';
}



/* Tekst, headings en elementen CSS */

p {-webkit-font-smoothing: subpixel-antialiased;}

strong {
 font-weight:bold;}

h2 {
font-size: 24px;
font-family: Clarendon W01 Medium_692107;
}

div.hr {border-top:3px solid #000;}

h4 span {
font-size: 20px;
text-transform: uppercase;
}

.simplebtn2 {
padding: 5px 20px;
border-radius: 0px!important;
min-width: initial;
font-family: 'BaskervilleClassicoW00-_867317';
font-weight: normal;
letter-spacing: 2px;
-webkit-font-smoothing: antialiased;
}

/* Menukaart CSS */



#page21140 .inner {
margin: 20px!important;
}

.menu-header {padding:0;}

.menukaart-column .inner td+td {
font-family:'Clarendon W01 Medium_692107';
}

.menukaart-column .inner {
border-right: none;
}

.menukaart-column .menu-name {
text-transform: lowercase;
font-family:'Clarendon W01 Medium_692107';
font-size: 16px;
}

.menukaart-column .menu-description {
font-family:'BaskervilleClassicoW00-_867317';
}

.menukaart-container {
background:transparent;}

.menukaart-column .inner h2 {
font-size: 1.8em;
text-transform: uppercase;
border-bottom: 1px dashed black;
padding-bottom: 8px;
  line-height:30px;
font-family: 'AlternateGothicW01-No2_691799';
}

/* Gallery CSS*/

/* centreren van credits onder foto's (pagina vervangen)*/ 
#page20659 .home-intro {
width: 100%;
}

.galleria-container {
background:transparent;}
.galleria-image-nav-right {
background-image: url(/restaurants/georgezandvoort/img/web/navright2.png)!important;
background-repeat: no-repeat;
background-position: 8px 46px;
width: 102px;
}

.galleria-image-nav-left {
background-image: url(/restaurants/georgezandvoort/img/web/navleft2.png);
background-repeat: no-repeat;
}

.galleria-thumbnails .galleria-image {border:0px;}

.galleria-thumbnails-container {display:none;}

/*
#home-columns .inner {margin:0!important;}*/

#home {
margin-top: 80px;
}

#language-selector {
color: #fff;
font-size: 12px;
visibility:visible;
  display:none;
}

#header {
background: black;
padding-top: 0px;
position: relative;
top: 0px;
  height:0px;
}

#navigation ul li.selected a {background:#000;color:#fff;}

#home p {
line-height: 1.8em;
}

#logo a img {
max-width: none;
margin-top: 50px;
  display:none;
}

.page20636 .home-intro .inner img {
  max-width: 50%;}

#mainWrapper {
height: 100%;
  width: 100%;
padding:30px 0;
}

.static-menu-container {
  margin-top: 10px; }

#logo-head img {
max-width: 70%;
margin: 0 auto;
}


/* Navigatie CSS*/

.childselected
{
background:transparent!important;color:black;
border-left: 1px solid black!important;
border-right: 1px solid black!important;
border-top: 1px solid black!important;
}

.parent ul {top:30px;}

.parent ul li a {background:#000!important;color:white;border: none!important;}

.parent ul li {background:#fff!important;color:000;border: none!important;}

.parent ul li :hover {background:#000;}

#navigation {
position: relative;
margin-top: 20px;
background:transparent;
width: 960px;
top: 0px;
z-index:100;
font-family:'Clarendon W01 Medium_692107';
padding-top: 0px;
font-size:11px;
border-bottom: 1px solid black;
border-top:none;
}

#navigation > div > ul > li > a {line-height:28px;height:30px;border:1px solid transparent;margin-bottom: -1px;}

#navigation ul li a:hover {background:transparent!important;color:black;
border-left: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
}

#navigation .menu {
width: auto;
margin-left: auto;
margin-right: auto;
font-weight: normal;
font-size: 1.1em;
}

#home-photo-container, #home-maps-container {
display: none;
}

#home-columns {
background: transparent;
color: #000000;
border-top: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-top: 0px;
min-height: 200px;
}

#home h1 {
display:none;
}

#home-copy {
text-align: center;
font-family: 'Oswald', sans-serif;
letter-spacing: 0.1em;
font-size: 1em;
text-transform: uppercase;
}

#logo-head {
margin-left: 15px;
}
#home-copyright {
text-align:center;
width:930px;
background: transparent!important;
color:#000 ;
font-family:'BaskervilleClassicoW00-_867317';
letter-spacing:1px;
font-size:11px;
margin-bottom: -20px;
}

#home-copyright a {
font-family: 'BaskervilleClassicoW00-_867311';
}

.home-openinghours {
float: none;
margin-left: auto;
margin-right: auto;
}

.home-intro {min-height: initial;}


/* Contact page css */

.contact_container {
margin-top: 40px;
background:transparent;
}

.contact_container_top {display:none;}
.contact_container h3 {
  font-family:'AlternateGothicW01-No2_691799';
text-align:center;font-size:2em;letter-spacing: 2px;}

.contact_container td {
padding: 15px!important;
}

.contact_container span {
font-size: 16px;
line-height: 23px;
}

.contact_container .contact_container {margin-top:0px!important;}

.routeinfo {
text-align: center!important;
}


.routeinfo {
padding: 10px 0;
align-content: center;
}


#page0 .inner
{
clear:both;
}

#page0 .home-intro {width:100%;}

/* Reserveren CSS */


.restaurantBookingBlock select {
box-shadow: none;
border: 2px solid black;
background: transparent;
border-radius: 3px;
font-family: 'Clarendon W01 Medium_692107';
}

.restaurantBookingBlock h2 {
 font-family:'AlternateGothicW01-No2_691799';
text-align:center;font-size:4em;
  text-transform:uppercase;
  letter-spacing: 2px;
}

.bookingPanel p {
padding: 10px 0px;
text-align: center;
}

#pop_news {
    text-align: center;
    position: absolute;
    right: 150px;
    top: 6px;
    height: 20px;
    width: 20px;
}

#pop_news .open
{
	color:#000!important;
  min-width:0;
  padding:0;
  font-size:12px;
}

.box input[type="submit"],.restaurantBookingBlock input[type="submit"]
{
	font-size: 1.4em;
	font-size: 1.4em;
	background: #fff;
	color: #000;
	padding: 6px
}


#pnl_data_news
{
	font-size: 1.1em
}

::-webkit-input-placeholder
{
	color: #909;
	color: #9a9a94!important
}

:-moz-placeholder
{
	color: #909;
	opacity: 1;
	color: #9a9a94!important;
	opacity: 1
}

::-moz-placeholder
{
	color: #909;
	opacity: 1;
	color: #9a9a94!important;
	opacity: 1
}

:-ms-input-placeholder
{
	color: #909;
	color: #9a9a94!important
}

:placeholder-shown
{
	color: #909;
	color: #9a9a94!important
}

.box h2
{
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}

.box input[type="text"],.box input[type="email"],.box input[type="password"],.box input[type="tel"],.box textarea
{
	font-size: 12px
}

.restaurantBookingBlock .box input[type="text"],.restaurantBookingBlock .box input[type="email"],.restaurantBookingBlock .box input[type="password"],.restaurantBookingBlock .box input[type="tel"],.restaurantBookingBlock .box textarea,.restaurantBookingBlock input[type="text"],.restaurantBookingBlock input[type="email"],.restaurantBookingBlock input[type="password"],.restaurantBookingBlock input[type="tel"],.restaurantBookingBlock textarea
{
	background: none;
	border-radius: 0;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #000;
	text-transform: lowercase;
	font: 15px "Clarendon W01 Medium_692107"
}

.newsBlock
{
	background: #fff;
	color: #000;
	border: 2px solid
}

.newsBlock h2
{
	font-size: 1.2em;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px
}

.box .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid black;
}

.arrow-border
{
	border-bottom:0!important;
}

.box input[type="submit"], .restaurantBookingBlock input[type="submit"] {
    font-size: 1.4em;
    background: #000;
    color: #FFF;
    padding: 12px;
    border-radius: 3px;
}
.box input[type="submit"], .restaurantBookingBlock input[type="submit"] {
    font-family: 'AlternateGothicW01-No2_691799';
    text-transform: uppercase;
    letter-spacing: 1px;
}

#pop_news {
 	display: none; 
}

#mailBtn {
 	margin-left: 5px; 
}

.page27802 #home p {
 	font-family: 'Clarendon W01 Medium_692107';
  	font-weight: normal;
  	font-size: 16px;
  	line-height: 1.4em;
}