/*
THEME NAME: Matiate CSS
THEME URI: http://www.aversio.com
DESCRIPTION: The default stylsesheet for all Aversio websites 
VERSION: 0.1
AUTHOR: <a href="http://aversio.com/">Glenn Brosens</a>
AUTHOR URI:
TAGS: multiple columns, blank slate, html5, reset
*/

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;     
}
 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

* {margin: 0; padding: 0;}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 

@font-face {
    font-family: 'edelsansregular';
    src: url('http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/files/edelsans-regular-webfont.eot');
    src: url('http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/files/edelsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/files/edelsans-regular-webfont.woff') format('woff'),
         url('http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/files/edelsans-regular-webfont.ttf') format('truetype'),
         url('http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/files/edelsans-regular-webfont.svg#edelsansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/********************
*	 STRUCTURE		*
********************/
html, body {
    height: 100%;
}
body {
	font-family:'Open Sans',Helvetica, Arial, sans-serif;
	line-height:1.5;
	font-size: 12px;
	color: #393939;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'edelsansregular',Helvetica, Arial, sans-serif; 
	font-weight: normal;
}
#wrapper {
    display: table;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
}
img {
	width: 100%;
	height: auto;
}
a img {
	border: none;
}

	 
 
/********************
*	 CLASSES		*
********************/

/********************
*	  HEADER		*
********************/
#header {
	position: relative;
	background: white;
}
#header-inner {margin: 0 auto; max-width: 1336px;position: relative;}
#header #logo {padding-top: 4em;}
#header h1 a {
	display: block;
	background: url(http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/h1-logo.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 60px;
	margin: 0 auto 0;
	text-indent: -9999px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;		
}
#header h1 a:hover {
    transform: scale(0.95);
	-ms-transform: scale(0.95); /* IE 9 */
	-moz-transform: scale(0.95); /* Firefox */
	-webkit-transform: scale(0.95); /* Safari and Chrome */
	-o-transform: scale(0.95); /* Opera */
}
.languageWrapper {
/* 	width: 56px; */
	position: absolute;
	right: 0;
	padding-bottom: 3px;
	text-transform: uppercase;
	top: 3px;
	font-size: 10px;
	font-family:'edelsans',Helvetica, Arial, sans-serif;
}
.languageWrapper a:hover {
	color: #F393A1;
}
.languages {display: inline-block;}
.languages ul {
	list-style-type: none;
}
.languages ul li {
	display: inline-block;
}
.languages ul li a {
	color: #171717;
	text-decoration: none;
	margin-right: 3px;
	font-weight: normal;
}
.languageWrapper span {
	display: inline-block;
	color: #888888;
}
.fbLink {
	display: inline-block;
	margin-left: 2em;
}
.fbLink a {
	text-decoration: none;
	color: #45619d;
}
.contactLink {
	margin-left: 2em;
	margin-right: 0.5em;
	color: #171717;
	text-decoration: none;
}

/********************
*	 CONTENT STYLES	*
********************/
.googleMap{    
 width:100%;
 height:320px;
 margin:auto;   
}

.form-container input, .form-container textarea {
	padding: 6px;
	font-size: 13px;
	width: 80%;
	margin-bottom: 10px;
	border: none;
	border-radius: 3px;
	color: #555555;
	max-width: 300px;
}
.form-container textarea {
	width: 300px;
}
.form-container input[type="submit"] {
	cursor: pointer;
	width: auto;
	font-size: 15px;
	padding: 0.5em 1em;
	margin-top: 10px;
}
.form-container input[type="submit"]:hover {
	color: #471040;
}



/********************
*	 MENU			*
********************/

/* Clearfix voor de floats binnen het menu */
div.menu:after { 
	content: "."; 
	display: block; 
	height: 0; clear: 
	both; 
	visibility: hidden; 
}
div.menu { display: inline-block; }
* html div.menu { height: 1%; } /* Hides from IE-mac \*/
div.menu { display: block; }


div.menu {
	margin-top: 3em;
}
div.menu ul,div.menu ul ul {
	line-height:1;
	list-style:none;
	padding: 0;
	text-align: center;
}

div.menu li.nav-links {
	display: inline-block;
	width: 19%;
}

div.menu ul a {
	display:block;
	padding: 15px 0px;
	text-decoration: none;
	color: #171717;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	position: relative;
	font-family:'edelsansregular',Helvetica, Arial, sans-serif;
}
div.menu ul a:hover {
	color: #F393A1;
}
div.menu ul li ul {
	left:-999em;
	position:absolute;
	background: white;
	width: auto;
	border: 1px solid #00B83E;
}
div.menu ul li:hover > ul {
	left: auto;
	display: block;
	width: auto;
	margin-top: 0;
}
div.menu ul a:hover + ul {
}
div.menu ul li ul li a {
	padding: 8px 10px;
	text-align: left;
	margin: 0;
	border:none; 
	font-weight: 400;
	font-size: 14px;
}
div.menu ul li ul li a:hover {
	color: #ffffff;
	}

div.menu ul li ul li:hover ul.inner-sub-links {
	left: 100%; 
	top: 49px;}

/* set up the right arrows first */
.menu ul li ul li > a:after { 
	content: '>';
	margin-left: 10px;
	margin-right: 0px;
	color: #999999;
 }

/* clear the content if a is only child */
.menu ul li > a:only-child:after {content: ''; }

div.menu ul li:hover ul {
	left:auto;
}

#mobnav-btn {
	display: none;
	font-family:'edelsansregular',Helvetica, Arial, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	cursor: pointer;
	position: absolute;
	line-height: 22px;
	top: 1.5em;
	right: 1em;
	width: auto;
	background: url(http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/menu-btn.png) no-repeat right 10px scroll;
	padding-right: 48px;
	color: #DB2F50;
	text-transform: uppercase;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
#mobnav-btn span {/* position: absolute; left: -99999px; */}
#mobnav-btn:hover {background-color: #eeeeee;}
/********************
*	  MAIN ZONE		*
********************/

/* Nivo Slider
==================================================*/
#slider .nivo-directionNav {
	display: block !important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 50;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	background: url('http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/homeslider-grid.png') repeat-x center top;
	position: absolute;
}
#slider .nivo-directionNav a {
	top: 40%;
	width: 77px;
	height: 77px;
	text-indent: -9999px;
}
#slider .nivo-nextNav {
	background: url("http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/homeslider-next.png") no-repeat center center;
	right: 10px;
}
#slider .nivo-prevNav {
	background: url("http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/homeslider-prev.png") no-repeat center center;
	left: 10px;
}
.sliderWrapper {
position: relative;
}
.sliderContent {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 60;
	width: 80%;
	margin: 0 auto;
}
.sliderContent img {
	max-width: 477px;
	margin: 0 auto;
	display: block;
	width: 50%;
}
.sliderContentLinks {
	width: 280px;
	display: block;
	margin: 10px auto 0;
}
.sliderContentLinks a {
	width: 140px;
	height: 140px;
	color: white;
	text-indent: -9999px;
	display: block;
	float: left;
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	-ms-transition: all 0.2s linear; 
	transition: all 0.2s linear;
	
}
.sliderContentLinks a.sliderDrinks {
	background: url('http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/homeselider-drinks.png') no-repeat center center scroll #E32850;
}
.sliderContentLinks a.sliderFood {
	background: url('http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/homeslider-food.png') no-repeat center center scroll #FF657E;
}
.sliderContentLinks a.sliderDrinks:hover {
	background-color: #FF2E5B;
}
.sliderContentLinks a.sliderFood:hover {
	background-color: #FF738A; 
}
.homeSubLine {
	background: #f2f2f2;
	width: 100%;
	padding: 3em;
/* 	background: url(http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/footer-top-divider2.png) no-repeat center bottom scroll; */
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.homeSubLine p {
	text-align: center;
	max-width: 340px;
	display: block;
	margin: 0 auto;
	font-family: 'edelsansregular',Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.mainBody {
	margin: 0 auto;
}
.home .mainBody {
	background: none;
	padding-bottom: 0;	
}
.default .mainZone {
	max-width: 1100px;
	margin: 0 auto;
}
.default .mainZone.customMap, .default .mainZone.aboutPage1, .default .mainZone.aboutPage2, .default .mainZone.cocktailpage1 {
	max-width: none;
	margin: 0 auto;
}
.mainZone.pageTitle {
	background:#E32950;
	max-width: none;
	text-align: center;
	padding: 1em 0;
	color: white;
}
.mainZone.pageTitle h2 {
	color: white;
	font-weight: 300;
}



/* Main Elements
==================================================*/
.mainZone:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.mainZone { display: inline-block; }
* html .mainZone { height: 1%; } /* Hides from IE-mac \*/
.mainZone { display: block; font-size: 14px;padding: 0;color: #333;}
.mainZone > div {margin: 0 auto; max-width: 1336px;padding: 0em;}

.zoneColumn {
}
.noPadding .zoneColumn {
	padding: 0;
}
#footer-top .zoneColumn {background-image: none;border-bottom: none;}

.mainBody h1 {
	font-size: 23px; 
	color: #443517;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	display: inline-block;
	padding-bottom: 0em;
	margin: 1em 0;
}
.mainBody h2, div.category-head {font-size: 24px; color: #DB2E50;font-weight: normal;text-transform: uppercase; position: relative;}
.mainBody h3 {font-size: 18px; color: #443517;font-weight: normal;text-transform: uppercase;margin: 1em 0 0.5em;}
.mainBody h4 {font-size: 17px; color: #443517;font-weight: normal;text-transform: uppercase;margin-bottom: 0em;}
.mainBody h5 {font-size: 16px; color: #443517;font-weight: normal;text-transform: uppercase;margin-bottom: 0.5em;}
.mainBody h6 {font-size: 14px; color: ##443517;font-weight: normal;text-transform: uppercase;margin-bottom: 0.5em;}



.mainZone .zone-wrap p {margin-bottom: 1em;}
.mainZone .zone-wrap ul {margin: 1em 0px 1em 30px;}
.mainZone .zone-wrap .brick_tekst img.align_right {margin: 0 0 0 15px;}
.mainZone .zone-wrap .brick_tekst img.align_left {margin: 0 15px 0 0;}
.mainZone .zone-wrap fieldset {border: none;}
.mainZone .zone-wrap form label {margin: 0;display: block;}
.mainZone .zone-wrap form input, .mainZone .zone-wrap form textarea {margin: 0 auto;display: block;padding: 5px;margin-bottom: 10px;border: 1px solid #929191;}
.mainZone .zone-wrap form input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	color: white;
	border: none;
	font-size: 17px;
	padding: 8px 13px;
	background: #E2652A;
	margin-bottom: 3em;
}
.mainZone .zone-wrap form input[type="submit"]:hover {
	background: #FF7230;
}
.mainZone .zone-wrap form select {
	display: block;
	margin: 0 auto 1em;
	font-size: 16px;
}
.mainZone a {color: #705420; border: none;}
.form-container input:focus, .form-container textarea:focus {
	background: #ededed;
	outline: none;
	border-color: #555555;
}
.mainZone .zone-wrap .form-container input:focus, .mainZone .zone-wrap .form-container textarea:focus {
	background: #ededed;
	outline: none;
	border-color: #555555;
}


/* About Page
==================================================*/
.aboutPage1 {
	height: 407px;
	margin: 0;
	padding: 0;
}
.aboutPage1 > div {
	padding: 0;
}
.aboutPage1 .zoneColumn {
	margin: 0;
	width: 50%;
}
.aboutPage1 + br {
	display: none;
}
.aboutPage1 .zone_width_50_1 {
	font-family: 'Cardo', 'Times New Roman', Times, serif;
	color: white;
	padding: 3em;
	background: #FF657E;
	height: 407px;
}
.aboutPage1 .zone_width_50_1 div.text {
	display: table;
	height: 322px;
}
.aboutPage1 .zone_width_50_1 div.text p {
	display: table-cell;
	vertical-align: middle;
	font-size: 2em;
	margin-bottom: 0;
}
.aboutPage1 .zone_width_50_2 {
	background: url('http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/aboutPic1.jpg') no-repeat left top scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 407px;
}
.aboutPage1 h2 {
	width: 140px;
	height: 140px;
	text-align: center;
	color: white;
	margin-top: 121px;
	padding-top: 44px;
	font-size: 17px;
	background: #E32850;
}
.aboutPage2 {
	height: 407px;
	margin: 0;
	padding: 0;
}
.aboutPage2 > div {
	padding: 0;
}
.aboutPage2 .zoneColumn {
	margin: 0;
	width: 50%;
}
.aboutPage2 + br {
	display: none;
}
.aboutPage2 .zone_width_50_1 {
	background: url('http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/aboutPic2.jpg') no-repeat left top scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 407px;
}
.aboutPage2 .zone_width_50_2 {
	background: #F0F0F0;
}
.aboutPage2 .zone_width_50_2 div.zone-wrap {
	display: table;
	height: 407px;
	width: 100%;
}
.aboutPage2 .zone_width_50_2 div.text {
	display: table-cell;
	vertical-align: middle;
	padding: 2em;
	font-family:'edelsansregular',Helvetica, Arial, sans-serif;
}


/* cocktail page */

.cocktailpage1 h2 {
	width: 140px;
	height: 140px;
	text-align: center;
	color: white;
	margin-top: 121px;
	padding-top: 44px;
	font-size: 17px;
	background: #E32850;
}
.cocktailpage1 {
	height: 407px;
	margin: 0;
	padding: 0;
}
.cocktailpage1 > div {
	padding: 0;
}
.cocktailpage1 .zoneColumn {
	margin: 0;
	width: 50%;
}
.cocktailpage1 + br {
	display: none;
}
.cocktailpage1 .zone_width_50_1 {
	background: url('http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/cocktail-pic1.jpg') no-repeat left top scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 407px;
}
.cocktailpage1 .zone_width_50_2 {
	background: #F0F0F0;
}
.cocktailpage1 .zone_width_50_2 div.zone-wrap {
	display: table;
	height: 407px;
	width: 100%;
}
.cocktailpage1 .zone_width_50_2 div.text {
	display: table-cell;
	vertical-align: middle;
	padding: 2em;
	font-family:'edelsansregular',Helvetica, Arial, sans-serif;
}


/* Contact Page
==================================================*/
.form-container {
	max-width: 870px;
	margin: 2em auto 0;
	font-family:'edelsansregular',Helvetica, Arial, sans-serif;
	color: #999999;
}
.form-container input[type="text"],.form-container input[type="email"],.form-container textarea {
	border: 1px solid #E8E8E8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mainZone .zone-wrap .form-container input[type="submit"] {
	background: #E32850;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family:'edelsansregular',Helvetica, Arial, sans-serif;
	padding: 9px 14px;
	margin-top: 1.5em;
	font-size: 14px;
}
.mainZone .zone-wrap .form-container input[type="submit"]:hover {
	background: #FF2E5B;
}




/* Custom Modules
==================================================*/

.fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: -8px;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    max-height: 470px;
}
.customMap .zone-wrap {
	max-height: 470px;
}
.customMap > div {
	max-width: none;
}
.customMap .custom-container {
	max-height: 470px;
	overflow: hidden;
	position: relative;
}
.map-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 500;
}

div.album-container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div.album-container { display: inline-block; }
* html div.album-container { height: 1%; } /* Hides from IE-mac \*/
div.album-container { display: block; }

div.album-container .custom-module {
	float: left;
	margin-right: 2%;
	margin-bottom: 4%;
	margin-left: 2%;
	width: 21%;
}
.mainZone .menucard-container .menucard-categories {
	list-style-type: none;
	margin: 1em 0;
	font-size: 16px;
	margin: 0;
	padding-left: 10px;}

.menucard-container {
	padding-top: 2em;
}
.menucard-container .menucard-categories a {
	padding: 0 7px 0 7px;
	margin-top: 2px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	transition:All 0.2s ease;
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
	border-left: 2px solid #DB2E50;
	color: #DB2E50;
}
.menucard-container .menucard-categories a:hover {
	text-decoration: none;
	color: #000;
}

div.menu-item:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div.menu-item { display: inline-block; }
* html div.menu-item { height: 1%; } /* Hides from IE-mac \*/
div.menu-item { 
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
}
div.menu-item:last-child {
	border-bottom: none;
}

.menucard-container div.category-head {
margin-bottom: 1em;
background: #db2e50;
color: white;
font-weight: 300;
font-family: edelsans;
padding: 0.7em 0.5em 0.3em;
font-size: 1.3em;
}
.menucard-container .category-items {
	padding-right: 10px;
}
.menucard-container .item-name {
	font-weight: 700;
	font-size: 16px;
}
.menu-item-information {float: left;width: 80%;}
.menu-item-prices {float: right;}
.item-name h4 {margin-bottom: 0;}
.item-description {font-style: italic;font-size: 13px;color: #999999;}
.item-image {
	width: 25%;
	float: left;
	margin-right: 3%;
	height: 100%;
	border:	1px solid #DB2E50;
}
.item-image + .item-name, .item-image ~ .item-description {
	float: left;
	width: 72%;
}

div.editZonePanel, .jquery-lightbox, .jquery-lightbox-move,.jquery-lightbox-move:before, .jquery-lightbox-move:after {-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
.form-label {text-align: center;color: #333333;}
.default .mainZone.pink {
	margin: 2em auto -18px;
	background: pink;
	-moz-box-shadow: 0px -1px 7px #777777;
	box-shadow: 0px -1px 7px #777777;
	padding: 1em;
}
.default .mainZone.pink .form-label {
	color: #000000;
}

.email-success-message {
	text-align: center;
	background: #cccccc;
	margin: 1em;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
	font-size: 20px;
	padding: 1em;
	color: #565656;
}
.email-success-message table {
	display: none;
}

/********************
*	  FOOTER		*
********************/
#footer, #footer-top {
    display: table-row;
    height: 55px;
}
#footer {width: 100%;background: #DB2F50;}
#footer-inner, #footer-top-inner  {max-width: 1336px; margin:  0 auto;}


/* #footer-top
==================================================*/

#footer-top {
	text-align: center;
	background: url(http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/footer-top-divider2.png) no-repeat center top scroll #ffffff;
}
#footer-top-inner {
	padding-top: 1em;
}
#footer-top .zoneColumn {
	padding: 0 1em;
	margin: 2em 0;
}
#footer-top .zone_width_33_2 {
	margin-left: 3.5%;
	margin-right: 3.5%;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}
#footer-top .zoneColumn img {
	max-width: 45px;
	display: block;
	margin: 0 auto 1em;
}
#footer-top h3 {
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #171717;
	display: inline;
}
#footer-top h4 {
	font-size: 14px;
	margin: 1em 0;
	font-family:'Open Sans',Helvetica, Arial, sans-serif;
	font-weight: 700;
}
#footer-top p {
	margin-bottom: 1em;
}
#footer-top a {
	text-decoration: none;
	color: #393939;
	display: block;
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	-ms-transition: all 0.2s linear; 
	transition: all 0.2s linear;
	
}
#footer-top a:hover {
    transform: scale(1.05);
	-ms-transform: scale(1.05); /* IE 9 */
	-moz-transform: scale(1.05); /* Firefox */
	-webkit-transform: scale(1.05); /* Safari and Chrome */
	-o-transform: scale(1.05); /* Opera */
	color: #E32850;
}



/* #footer
==================================================*/
#footer p {
	color: white; 
	font-size: 13px; 
	float: left; 
	display: block;
	line-height: 55px;
	}
#footer p img {
	margin-top: 10px;
	margin-bottom: -10px;
	margin-right: 15px;
}
#footer a {
	display: block;
	float: right;
	width: 107px;
	height: 28px;
	text-indent: -9999px;
	background: url(http://aversio.com.s3.amazonaws.com/resources/resellers/2/75/59/img/way2web-footer-logo.png) no-repeat;
	margin-top: 14px;
	transition:All 0.4762s ease;
	-webkit-transition:All 0.4762s ease;
	-moz-transition:All 0.4762s ease;
	-o-transition:All 0.4762s ease;
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);

}
#footer a:hover {
	-moz-opacity: 1.0;
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}
#footer-inner {padding: 0 10px;}


a.zoneSortButton img, a.zoneEditButton img, a.zoneDeleteButton img {width: auto;}

/* Jquery Slider */
.jquery-slider-slide {position: relative !important;}
.jquery-slider-wrapper {max-width: 970px !important; height: auto !important; width: 100% !important;}
.slideshow-container {max-width: 970px !important; height: auto !important; width: 100% !important;}





/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}
/* 1100px ----------- */
@media only screen 
and (max-width : 1100px) {
.sliderContent img {
	max-width: 350px;
}
}


/* 940px ----------- */
@media only screen 
and (max-width : 940px) {
.sliderContent img {
	max-width: 240px;
}
.sliderContentLinks {
width: 230px;
}	
.sliderContentLinks a {
width: 115px;
height: 115px;
}
}

/* 830px ----------- */
@media only screen 
and (max-width : 830px) {
	
}

/* 700px ----------- */
@media only screen 
and (max-width : 700px) {
iframe {width: 100%;}
iframe .login .button a {margin-left: 0;}
#logo {position: relative;}

.nav-bar {
    width: 100%!important;
    display: none;
}
.nav-bar.xactive {
    display: block!important;
    border-top: #E32850 1px solid;
    border-bottom: #E32850 2px solid;
}
.nav-bar li {
    float: none!important;
    display: block!important;
    width: 100%!important;
    padding: 0;
    border-bottom: 1px solid #FF657E;
}
.nav-bar li:last-child {
    border: none;
}
div.menu ul li a {
    float: none!important;
    font-size: 16px;
    padding: 14px 0px;
    overflow: hidden;
    margin: 0;        
}
div.menu ul a:hover {
    border: none;
    padding: 14px 0px;
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
div.menu ul li a:before {
    visibility: hidden;
}
div.menu ul li a:hover:before {
    visibility: visible;
}
.nav-bar ul {
position:static!important;
display: none!important;
}
.xpopdrop ul {
    display: block!important;
}
#navigatie {
    width: 100%;
    margin-top: 0;
}
div.menu ul, div.menu ul ul {
    margin-top: 0;
}
div.menu {
	margin-top: 8px;
}
div.menu .sub-links {
    position: static !important;
	display: block !important;
	left: 0;
	float: none;
	border: none;
}
.active{
	margin-top:0px !important;
	padding-top: 2% !important;
	padding-bottom: 2% !important;
	background-color: #2d81c7;
	color:#fff !important;
}
.nav-bar li ul {
	display: block !important;
}
.nav-bar li ul li {
	visibility: visible;
	background: none;
	border: none;
}
.sub-links .sub-links-list a {
	color: #aaa;
	border: none;
	text-align: center;
}
 #mobnav-btn {
    display: block;
}
div.menu ul a {
	border-left: 0;
	text-align: center;
}
div.menu ul {
	margin-top: 0;
	width: 100%;
}
#slider .nivo-directionNav a {
	width: 45px;
	height: 45px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper .sliderContentLinks {
	width: 160px;
}	
#wrapper .sliderContentLinks a {
	width: 80px;
	height: 80px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	
.mainBody {
	padding: 0px;
}
.mainZone {
	padding: 0 2em;
}
.main-zone-25-25-25-25 {
	margin: 2em auto;
}
.zone_width_4_25_1, .zone_width_4_25_2, .zone_width_4_25_3, .zone_width_4_25_4 {
	margin: 0;
	width: 50%;
}
.zone_width_4_25_1, .zone_width_4_25_2 {
	border-bottom: none;
}
#header #logo {
padding-top: 2em;
}
#header h1 a {
	margin: 0 0 0 1em;
	float: none;
	padding-top: 1em;
	width: 120px;
	height: 36px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.footer-level2 div {
	text-align: center;
	height: 194px;
	width: 18%;
	margin: 0 7%;
}
.zone_width_50_1, .zone_width_50_2, .zone_width_70_1, .zone_width_30_2, .zone_width_70_2, .zone_width_30_1, .zone_width_75_1, .zone_width_25_2, .landing .zone_width_50_2,.zone_width_33_1,.zone_width_33_2,.zone_width_33_3 {
	width: 100%;
	margin: 1em 0 3em;
	float: none;
	padding: 0 5%;
}
.mainZone .custom-container h3 {
	margin-top: 3em;
}
.aboutPage1, .aboutPage2, .cocktailpage1, .aboutPage1 .zoneColumn, .aboutPage2 .zoneColumn, .cocktailpage1 .zoneColumn, .aboutPage1 .zone_width_50_1 div.text, .aboutPage2 .zone_width_50_2 div.zone-wrap, .cocktailpage1 .zone_width_50_2 div.zone-wrap {
	height: auto;
}
.aboutPage1 .zoneColumn, .aboutPage2 .zoneColumn, .cocktailpage1 .zoneColumn {width: 100%;}
.aboutPage1 h2 {margin-top: 0;}
.aboutPage1 .zone_width_50_1 div.text p {
font-size: 1.5em;
}
.aboutPage1 .zone_width_50_2 {padding: 0;}
.aboutPage2 .zone_width_50_2 div.zone-wrap {display: block;}
.aboutPage2 .zone_width_50_2 div.text {display: inline;}
.aboutPage2 .zone_width_50_1 {height: 200px;}

.cocktailpage1 .zone_width_50_2 div.zone-wrap {display: block;}
.cocktailpage1 .zone_width_50_2 div.text {display: inline;}
.cocktailpage1 .zone_width_50_1 {height: 200px;}

.cocktailpage1 h2 {
	width: 140px;
	height: 140px;
	text-align: center;
	color: white;
	margin-top: 0px;
	padding-top: 44px;
	font-size: 17px;
	background: #E32850;
}

#footer-top-inner {
	padding: 0px;
}
#footer-top-inner .zoneColumn {
	margin-bottom: 4em;
	width: 100%;
}
#footer-top .zone_width_33_2 {
	margin-left: 0;
	margin-right: 0;
	border-left: 0;
	border-right: 0;
}
.mainBody h2 {
font-size: 18px;
margin-bottom: 1em;
}
.mainZone.pageTitle h2 {
margin-bottom: 0;}
.item-image {
	width: 100%;
	float: none;
	margin-right: 0;
	height: auto;
}
.item-image + .item-name, .item-image ~ .item-description {
	float: none;
	width: 100%;
}
.menu-item-information {
	width: 100%;
	float: none;
}
.menu-item-prices {
	float: none;
	margin-top: 6px;
}
.menucard-container .category-items {
	padding-right: 0;
}	
}

/* 600px ----------- */
@media only screen 
and (max-width : 600px) {
.sliderContentLinks {
margin: -40px auto 0;
z-index: 10;
position: relative;
}
.menucard-container .zoneColumn {
	float: none;
	width: 100%;
}
.menucard-container .category-name {
	display: inline-block;
	width: auto;
}
.menucard-container .category-name a {
	display: inline-block;
}
.menucard-container .category-name:first-child a {
	border-left: none;
	padding-left: 0;
}
.mainZone .menucard-container .menucard-categories {
	margin-bottom: 1em;
	padding: 0 10px;
}
.menucard-container .menucard-categories a {
	padding: 0px 4px 0 8px;
	font-size: 12px;
}
}


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

.footer-level2 div {
	text-align: center;
	height: 148px;
	width: 19%;
	margin: 0 7%;
}
#footer p {
	float: none;
	text-align: center;
	line-height: 20px;
	margin: 10px 0;
}
#footer a {
	float: none; 
	margin: 0 auto 15px auto;
}
.aversio {
	float: none;
	margin: 4em auto 1em;
}
#footer-inner {
	float: none;
	margin: 0 auto;
}
.mainZone .zone-wrap form input[type="text"],.mainZone .zone-wrap form input[type="email"], .mainZone .zone-wrap form textarea {
	width:96%
}
.aboutPage1 .zone_width_50_1 div.text p {
font-size: 1.2em;
}
.aboutPage2 .zone-wrap p {
	font-size: 0.85em;
}

.aboutPage2 .zone-wrap p:first-child br {
	display: none;
}

.cocktailpage1 .zone-wrap p {
	font-size: 0.85em;
}

.cocktailpage1 .zone-wrap p:first-child br {
	display: none;
}

}

@media only screen 
and (max-width : 510px) {
#header #logo {
	padding-top: 3em;
}
.languageWrapper {
	right: 0;
	left: 0;
	text-align: center;
} 
#mobnav-btn {
	top: 2.5em;
}
#slider .nivo-directionNav a {
	width: 25px;
	height: 25px;
}
}

/* 410px */
@media only screen
and (max-width : 410px) {
	.sliderContent {
		position: relative;
		top: 0;
		width: 100%;
		pointer-events: none;
	}
	.sliderContent img {display:none;}
	#wrapper .sliderContentLinks {
		width: 100%;
		margin-top: 0;
	}
	#wrapper .sliderContentLinks a {
		width: 50%;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		pointer-events: auto;
	}
}

/* 400px */
@media only screen
and (max-width : 400px) {

.mainZone .zone-wrap .brick_tekst img.align_right {
	width: 80% !important;
	height: auto !important; 
	display: block; 
	margin: 10px auto;
	float: none !important;
}
.mainZone .zone-wrap .brick_tekst img.align_left {
	width: 80% !important;
	height: auto !important; 
	display: block; 
	margin: 10px auto;
	float: none !important;
}
.zone_width_4_25_1, .zone_width_4_25_2, .zone_width_4_25_3, .zone_width_4_25_4 {
	margin: 1em auto;
	width: 80%;
	float: none;
	border-bottom: 3px solid #a4c14a;
}

}

/* 360px */
@media only screen 
and (max-width : 360px) {
.languageWrapper span{
	display: none;
}
}

/* 275px */
@media only screen 
and (max-width : 275px) {
#mobnav-btn span {
display: none;
}
#mobnav-btn {
padding: 20px 20px 18px 28px;
height: 20px;
}
} 

