﻿/*
 * Navigataur: A pure CSS responsive navigation menu
 * Author: Mike King (@micjamking)
 */

/*
 	Notes:
 
 	- Media queries should be edited in both style sections if you require 
	  a different breakpoint for your navigation.
	  
	- Toggle class & menu anchor tags in list items have box-sizing: border-box 
	  style property to allow padding inside the container without conflicting with layout.	

*/


/*--------------------------------
 Functional Styles (Required)
---------------------------------*/
/* Tim Pietrusky advanced checkbox hack (Android <= 4.1.2) */
body{ -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

.header { position: relative; }
#toggles, .toggle { display: none; }
#toggless, .togglem { display: none; }
#togglesss, .togglemm { display: none; }
#toggleooo, .togglennn { display: none; }
.menu > li { list-style: none;	}

/* Nicolas Gallagher micro clearfix */
.clearfix:before, .clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }

@media only screen and (max-width: 768px){

#nav > li > a   {  padding: 10px 15px 10px !important; }
#nav ul.subs > li a {background:url("images/menu-bg1.gif")  }

.sf-menu ul   { background:#000 !important }
.subs  { display:none !important }
#nav ul.subs  { top:0 !important }
	.menu { display: none; opacity: 0; width: 100%; position: absolute; right: 0; }
	.menu > li { display: block; width: 100%; margin: 0; }
	.menu > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	.togglem { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	.togglemm { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	.togglennn { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	#toggles:checked ~ .menu { display: block; opacity: 1; position:relative;}
	#toggless:checked ~ .subs { display: block !important; opacity: 1; position:relative;}
	#togglesss:checked ~ .subs { display: block !important; opacity: 1; position:relative;}
	#toggleooo:checked ~ .subs { display: block !important; opacity: 1; position:relative;}
	.cheffspic   { display:none !important }
#nav li:hover div.mega {
    display: none; width:100%
}
}


/*--------------------------------
 Presentation Styles (Editable)
---------------------------------*/
.nav{ 
	display: block; 
	float: right; width:550px
}

.nav, .menu, .menu > li, .menu > li > a{ 
	min-height: 47px; 
}

.menu > li > a{
	display: block;     color: #2e2e2e;
    padding: 0 46px 0 21px;
	text-decoration: none; font-size:13px;
    line-height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.menu > li > a:hover, .menu > li > a:focus{
       color: #FFFFFF;
}

.toggle{ 
	z-index: 2; 
}

.togglem{ 
	z-index: 2; 
}

.togglemm{ 
	z-index: 2; 
}

.togglennn{ 
	z-index: 2; 
}


@media only screen and (max-width: 768px){
.error   { float:right !important; width:50% !important }
.box1    { min-height:475px !important }
.newsrow    { width:100% !important }
.menudetails   { width:65% }
.iconpopup  { width:10% !important }
.mealarea    { width:65% !important }
.mprice  { width:12% !important }
.prefevent    { width:73% !important } 
.halfp     { width:48% !important }
.menuzone   { width:100% }
.logohome   { display:none !important }
.logoinner    { display:block !important }
.stepcarousels  { width: 750px !important; height:500px !important }
.stepcarousels .panel{ width:100% !important }
.sections   { width:100% !important }
.sections .photos img { width: 750px !important; height:500px !important  }
.sections .titlprogs   { display:none }
.mapstyle    { width:100% !important; height:220px !important }

.mrwn   { width:600px }
.linedotsfull   { width:100% !important  }
.mediainner  { width:94% !important; padding:3% !important  }
	.menu{ background:silver !important

			}
.restops  { width:196px !important }	
#panel .content input.field   { width:166px !important }		
.linedots   { width:100% !important }
.newsinner   { width:92% !important; padding:4% !important  }
.bannerinre   { width:96% !important; padding:0 2% !important }			
			.nav, .menu > li, .menu > li > a{ 
 width:100% !important 
}

.menu   
{
	width:100% !important 
}

#nav  {
	 float:left !important
}
	.menu, .menu > li, .menu > li > a{
		height: auto; border-bottom:1px #ddd solid;
	}
	
	.menu > li > a{

	}
	
	.menu > li > a:hover, .menu > li > a:focus{


	}
	
	.toggle:after {
		content: 'MENU';
		display: block;
		width: 100%;
		margin: 0 0 5px;
		padding: 24px 4% 18px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: right;
		font-size: 16px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.toggle:hover:after{
	}

	.togglem:after {
		content: '▼';
		display: block;
		width: 95%;
		margin: -72px 0 0;
		padding: 10px 4% 10px 1%;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: left;
		font-size: 12px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.togglem:hover:after{
	}
	
		.togglemm:after {
		content: '▼';
		display: block;
		width: 95%;
		margin: -72px 0 0;
		padding: 10px 4% 10px 1%;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: left;
		font-size: 12px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.togglemm:hover:after{
	}


.togglennn:after {
		content: '▼';
		display: block;
		width: 95%;
		margin: -72px 0 0;
		padding: 10px 4% 10px 1%;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: left;
		font-size: 12px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.togglennn:hover:after{
	}

	#nav li:hover ul.subs {
   width:100% !important
}

	#nav li:hover ul.mega {
    display: none !important;
}

	
	#toggles:checked + .toggle:after{
		content: 'CLOSE';
	}

#toggless:checked + .togglem:after{
		content: '▲';
	}
	
	#togglesss:checked + .togglemm:after{
		content: '▲';
	}
	
		#toggleooo:checked + .togglennn:after{
		content: '▲';
	}



}

@media only screen and (max-width: 479px){
	.header > h1 { 
		text-align: center;
	}
	.header > h1, .nav, .toggle:after{ 
		float: none; 
	}
	.toggle:after { 
		text-align: right; width: 100%; 
	}
		.togglem:after { 
		text-align: left; width: 100%; 
	}
	
			.togglemm:after { 
		text-align: left; width: 100%; 
	}
				.togglennn:after { 
		text-align: left; width: 100%; 
	}

.treehead  { display:none }
.albumpart  { width:96% !important; margin:2% !important   }
.databov   { width:270px !important; height:170px !important }
.databov a  { width:88% !important; padding:50px 6% 0 !important; height:118px !important }
.albumpart img   { width:270px !important; height:170px !important }
.righthead   { width:95% !important }

}


@media only screen and (max-width: 600px){

.navigation-container     { display:none !important }
.slideshow-container   { width:100% !important }
div.slideshow-container, div.loader, div.slideshow a.advance-link  { width:100% !important }
div.slideshow a.advance-link  { line-height:1px !important }
div.slideshow img { max-width:95% !important; }
#fancybox-wrap   { width:300px !important;  }
#fancybox-content, #fancybox-content div, #fancybox-content object   { width:300px !important }
.filternews  { width:100% !important }
.newspart   { width:90% !important; padding:5% !important }
.namelib   { width:80% !important }
.filelib   { width:20% !important }
.dropdownstage  { width:280px !important}
.commentarea  { width:100% !important }
.formtextcom   { width:90% !important; padding:4% !important }
.rigestself  { width:100% !important }
.btncomment  { width:100% !important; margin:0 !important }
.rigestself h1   { width:100% !important }
.rigestself input { width: 180px !important }
.stepcarousels  {width:300px !important;  height:310px !important }
.sections .photos img { width:300px !important; height:310px !important  }
.accord  { width:100% !important }
.mypets  { width:92% !important }
.thepet .crosa   { width:94% !important }
.hidethemes  { display:none }
.logoinner    { width:100px; top:10px !important }
.logoinner img   { width:100% }
.menu   
{
	width:85% !important 
}
.innerpag   { top:195px !important }
.halfp     { width:100% !important }
.spair  { margin:0 !important }
.imgoffers  {  width:100% !important ; margin:0 0 8px 0 !important }

.menudetails   { width:100% }
.iconpopup  { width:10% !important }
.mealarea    { width:65% !important }
.mprice  { width:12% !important }
.leftmenu  { width:100% !important }
.leftmenu a  { width:84% !important; padding:10px 8% !important }

.iconpopupar  { width:10% !important }
.mealareaar    { width:65% !important }
.mpricear  { width:12% !important }
.rightmenu  { width:100% !important }
.rightmenu a  { width:84% !important; padding:10px 8% !important }

}


@media only screen and (max-width: 981px){
.sf-menu ul   { background:#000 !important }
	.menu { display: none; opacity: 0; width: 100%; position: absolute; right: 0; }
	.menu > li { display: block; width: 100%; margin: 0; }
	.menu > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	.togglem { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	.togglemm { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	.togglennn { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	#toggles:checked ~ .menu { display: block; opacity: 1; position:relative;}
	#toggless:checked ~ .subs{ display: block !important; opacity: 1; position:relative;}
	#togglesss:checked ~ .subs{ display: block !important; opacity: 1; position:relative;}
	#toggleooo:checked ~ .subs{ display: block !important; opacity: 1; position:relative;}
}


@media only screen and (max-width: 981px){

.menudetails   { width:65% }
.iconpopup  { width:10% !important }
.iconpopup img  { width:90% !important }
.iconpopupar  { width:10% !important }
.iconpopupar img  { width:90% !important }
.mealarea    { width:65% !important }
.mprice  { width:12% !important }
.mealareaar    { width:65% !important }
.mpricear  { width:12% !important }

.prefevent    { width:73% !important } 
.halfp     { width:48% !important }
.menuzone   { width:100% }
.logohome   { display:none !important }
.logoinner    { display:block !important }
.stepcarousels  { width: 750px !important; height:500px !important }
.stepcarousels .panel{ width:250px !important; margin-left:30px !important }
.sections   { width:223px !important }
.sections .photos img { width: 750px !important; height:500px !important  }
.sections .titlprogs   { display:none }
.mapstyle    { width:100% !important; height:220px !important }

.mrwn   { width:600px }
.linedotsfull   { width:100% !important  }
.mediainner  { width:94% !important; padding:3% !important  }
	.menu{ background:silver !important

			}
.restops  { width:196px !important }	
#panel .content input.field   { width:166px !important }		
.linedots   { width:100% !important }
.newsinner   { width:92% !important; padding:4% !important  }
.bannerinre   { width:96% !important; padding:0 2% !important }			
			.nav, .menu > li, .menu > li > a{ 
 width:100% !important 
}

.menu   
{
	width:100% !important 
}

#nav  {
	 float:left !important
}
	.menu, .menu > li, .menu > li > a{
		height: auto; border-bottom:1px #ddd solid;
	}
	
	.menu > li > a{

	}
	
	.menu > li > a:hover, .menu > li > a:focus{


	}
	
	.toggle:after {
		content: 'MENU';
		display: block;
		width: 100%;
		margin: 0 0 5px;
		padding: 24px 4% 18px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: left;
		font-size: 16px;
		color: #923233;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.toggle:hover:after{
	}

	.togglem:after {
		content: '▼';
		display: block;
		width: 12%;
		margin: -47px 0 0; float:right;
		padding: 10px 4% 10px 1%;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: right;
		font-size: 12px;
		color: #000;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.togglem:hover:after{
	}
	
		.togglemm:after {
		content: '▼';
		display: block; float:right;
		width: 12%;
		margin: -47px 0 0;
		padding: 10px 4% 10px 1%;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: right;
		font-size: 12px;
		color: #000;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.togglemm:hover:after{
	}
	
			.togglennn:after {
		content: '▼';
		display: block; float:right;
		width: 12%;
		margin: -47px 0 0;
		padding: 10px 4% 10px 1%;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: right;
		font-size: 12px;
		color: #000;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.togglennn:hover:after{
	}


	#nav li:hover ul.subs {
   width:100% !important
}

	#nav li:hover ul.mega {
    display: none !important;
}

	
	#toggles:checked + .toggle:after{
		content: 'CLOSE';
	}

#toggless:checked + .togglem:after{
		content: '▲';
	}
	
	#togglesss:checked + .togglemm:after{
		content: '▲';
	}
	
		#toggleooo:checked + .togglennn:after{
		content: '▲';
	}


}

@media only screen and (max-width: 481px){

.rowform   { width:100% !important }
.navigation-container     { display:none !important }
.slideshow-container   { width:100% !important }
div.slideshow-container, div.loader, div.slideshow a.advance-link  { width:100% !important }
div.slideshow a.advance-link  { line-height:1px !important }
div.slideshow img { max-width:95% !important; }
#fancybox-wrap   { width:300px !important;  }
#fancybox-content, #fancybox-content div, #fancybox-content object   { width:300px !important }
.filternews  { width:100% !important }
.newspart   { width:90% !important; padding:5% !important }
.namelib   { width:80% !important }
.filelib   { width:20% !important }
.dropdownstage  { width:280px !important}
.commentarea  { width:100% !important }
.formtextcom   { width:90% !important; padding:4% !important }
.rigestself  { width:100% !important }
.btncomment  { width:100% !important; margin:0 !important }
.rigestself h1   { width:100% !important }
.rigestself input { width: 180px !important }
.stepcarousels  {width:300px !important;  height:310px !important }
.sections .photos img { width:300px !important; height:188px !important  }
.sections .photos   { width:219px !important }
.accord  { width:100% !important }
.mypets  { width:92% !important }
.thepet .crosa   { width:94% !important }
.hidethemes  { display:none }
.logoinner    { width:100px; top:10px !important }
.logoinner img   { width:100% }
.menu   
{
	width:100% !important 
}
.innerpag   { top:195px !important }
.halfp     { width:100% !important }
.spair  { margin:0 !important }
.imgoffers  {  width:100% !important ; margin:0 0 8px 0 !important }
.sections .photos  { width:219px !important }

.menudetails   { width:100% }
.iconpopup  { width:10% !important }
.mealarea    { width:90% !important }
.mprice  { width:25% !important }
.leftmenu  { width:100% !important }
.leftmenu a  { width:84% !important; padding:10px 8% !important }

.iconpopupar  { width:10% !important }
.mealareaar    { width:90% !important }
.mpricear  { width:25% !important }
.rightmenu  { width:100% !important }
.rightmenu a  { width:84% !important; padding:10px 8% !important }

}



