/*

    Template Author : http://pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Resto
    
    
    *****************************************
    
    
    - fonts
    - general css
    - header
    - hero
    - menu
    - featured dishes
    - gallery
    - footer
    
*/

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */




/*  Fonts  */
@font-face {
    font-family: 'wcmanonegrabta';
    src: url('../fonts/wcmanonegrabta.eot');
    src: url('../fonts/wcmanonegrabta.eot?#iefix') format('embedded-opentype'),
         url('../fonts/wcmanonegrabta.woff') format('woff'),
         url('../fonts/wcmanonegrabta.ttf') format('truetype'),
         url('../fonts/wcmanonegrabta.svg#wcmanonegrabta') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-regular';
    src: url('../fonts/aleo-regular.eot');
    src: url('../fonts/aleo-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-regular.woff') format('woff'),
         url('../fonts/aleo-regular.ttf') format('truetype'),
         url('../fonts/aleo-regular.svg#aleo-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-light';
    src: url('../fonts/aleo-light.eot');
    src: url('../fonts/aleo-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-light.woff') format('woff'),
         url('../fonts/aleo-light.ttf') format('truetype'),
         url('../fonts/aleo-light.svg#aleo-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-italic';
    src: url('../fonts/aleo-italic.eot');
    src: url('../fonts/aleo-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-italic.woff') format('woff'),
         url('../fonts/aleo-italic.ttf') format('truetype'),
         url('../fonts/aleo-italic.svg#aleo-italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-bold';
    src: url('../fonts/aleo-bold.eot');
    src: url('../fonts/aleo-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-bold.woff') format('woff'),
         url('../fonts/aleo-bold.ttf') format('truetype'),
         url('../fonts/aleo-bold.svg#aleo-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*  General CSS*/
body{
    background: #fff;
}

.wrapper{
    max-width: 1100px;
    width: 100%;
    margin: auto;
    position: relative;
}


h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    font-family: "aleo-regular", arial;
    letter-spacing: 1px auto;
}


h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }
a:link { color: #626262; }


.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

header nav ul li a,
.featured_dishes .slider_nav a,
.gallery .media section img,
footer .footer_nav ul li a{
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -o-transition:all .3s linear;
}




.asText {
    background:none;
    border:none;
    margin:0;
    padding:0;
    color: #626262;
    font-size: 15px;
    font-family: "aleo-regular", arial;
    letter-spacing: 2px;
}






/*    header    */
header{
    width: 100%;
    min-height: 110px;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

header .logo{
    float: left;
    margin-top: 20px;
}

header nav{
    float: right;
}

header nav ul{
    list-style: none;
    margin-top: 50px;
}

header nav ul li{
    display: block;
    float: left;
    margin-left: 50px;
}

header nav ul li a{
    text-decoration: none;
    color: #3b3b3b;
    font-family: "aleo-regular", arial;
    font-size: 14px;
    letter-spacing: .5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

header nav ul li a.active,
header nav ul li a:hover{
    color: #f34949;
    border-bottom: 2px solid #f34949;
}





/*    hero    */
.hero{
    width: 100%;
    min-height: 380px;
    height: 100%;
    position: relative;
    background: url('../img/hero.jpg') no-repeat;     
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.hero .caption{
    text-align: center;
    margin-top: 120px;
}

.hero .caption h3{
    color: #fff;
    font-family: "wcmanonegrabta";
    font-size: 100px;
    letter-spacing: -5px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.hero .caption h4{
    color: #fff;
    width: 100%;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: normal;
}

.hero .caption .rsep,
.hero .caption .lsep{
    max-width: 40px;
    width: 100%;
    min-height: 1px;
    height: 100%;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
}

.hero .caption .rsep{
    margin-right: 20px; 
}
.hero .caption .lsep{
    margin-left: 20px;
}



.hero1{
    width: 100%;
    min-height: 380px;
    height: 100%;
    position: relative;
    background: url('../img/hero.jpg') no-repeat;     
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;

}

.hero1 a{
    text-decoration: none;
}

.hero2 a{
    text-decoration: none;
}
.hero1:hover {
	width: 100%;
    min-height: 380px;
    height: 100%;
    position: relative;
    background: url('../img/hero1color.jpg') no-repeat;     
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.hero1 .caption{
    text-align: center;
    margin-top: 120px;
}

.hero1 .caption h3{
    color: #fff;
    font-family: "wcmanonegrabta";
    font-size: 100px;
    letter-spacing: -5px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.hero1 .caption h4{
    color: #fff;
    width: 100%;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: normal;
}

.hero1 .caption .rsep,
.hero1 .caption .lsep{
    width: 40px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
}

.hero1 .caption .rsep{
    margin-right: 20px; 
}
.hero1 .caption .lsep{
    margin-left: 20px;
}






/*    hero2    */
.hero2{
    width: 100%;
    min-height: 380px;
    height: 100%;
    position: relative;
    background: url('../img/hero2.jpg') no-repeat;     
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.hero2:hover{
    width: 100%;
    height: 380px;
    position: relative;
    background: url('../img/hero2color.jpg') no-repeat;     
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.hero2 .caption{
    text-align: center;
    margin-top: 120px;
}

.hero2 .caption h3{
    color: #fff;
    font-family: "wcmanonegrabta";
    font-size: 100px;
    letter-spacing: -5px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.hero2 .caption h4{
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 29px 0 0 0;
    padding: 0;
    font-weight: normal;
}

.hero2 .caption .rsep,
.hero2 .caption .lsep{
    width: 40px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
}

.hero2 .caption .rsep{
    margin-right: 20px; 
}
.hero2 .caption .lsep{
    margin-left: 20px;
}


/*    hero3    */
.hero3{
    width: 100%;
    min-height: 380px;
    height: 100%;
    position: relative;
    background: url('../img/hero2.jpg') no-repeat;     
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}


.hero3 .caption{
    text-align: center;
    margin-top: 120px;
}

.hero3 .caption h3{
    color: #fff;
    font-family: "wcmanonegrabta";
    font-size: 100px;
    letter-spacing: -5px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.hero3 .caption h4{
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: normal;
}

.hero3 .caption .rsep,
.hero3 .caption .lsep{
    width: 40px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
}

.hero3 .caption .rsep{
    margin-right: 20px; 
}
.hero3 .caption .lsep{
    margin-left: 20px;
}

















/*    menu    */
.menu{
    width: 100%;
    overflow: hidden;
    border-top: 4px solid #f34949;
    padding-bottom: 9%;
}

/*
.menu h1{
    float: left;
    color: yellow;
}
*/

.menu .menu_title{
    text-align: center;
    margin-bottom: 7.27%;
}

.menu .menu_title h2{
    display: inline-block;
    margin: 0;
    padding: 1.8% 2.27% 3.18% 2.27%;
    background: url('../img/ribbon.svg') no-repeat;
    background-position: 50% 0;

    color: #fff;
    font-family: "aleo-bold", arial;
    font-size: 20px;
    font-weight: bold;
}


.menu article{
    max-width: 490px;
    width: 44.55%;
}

.menu .mean_menu{
    overflow: hidden;
}

.menu .hidden_items{
    display: none;
    overflow: hidden;
}

.menu article.lmenu{
    float: left;
}

.menu article.rmenu{
    float: right;
}

.menu article ul{
    overflow: hidden;
    list-style: none;
}

.menu article ul li{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 6%;
    position: relative;

}

.menu article ul li .item_info{
    display: inline-block;
    float: left; /* dit houd alle text links just in case */
    
}

.menu article ul li h3{
    color: #545454;
    font-family: "aleo-regular", arial;
    font-size: 15px;
    margin: 0;
    background: #fff;
    padding: 0 40px 10px 0;
    letter-spacing: .5px;
    font-weight: normal;
    
}

.menu article ul li .item_desc{
    color: #b7b7b7;
    font-family: "aleo-italic", arial;
    max-width: 270px;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: lighter;
}

.menu article ul li .price{
    float: right;
    color: #555;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    letter-spacing: .5px;
    padding: 0 0 30px 40px;
    background: #fff;
    margin: 0;
    font-weight: normal;
}

.menu article ul li .separator{
    width: 100%;
    height: 1px;
    background: #e3e1e1;
    position: absolute;
    top: 1%;
    border: 0;
    z-index: -1;
}

.menu .load-more{
    display: block;
    text-align: center;
}

.menu .load-more a{
    text-decoration: none;
    display: inline-block;
    color: #b7b7b7;
    margin-top: 30px; 
    padding: 10px 15px;
    border: 1px solid #d7d5d5;

    color: #b7b7b7;
    font-family: "aleo-regular", arial;
    font-size: 14px;
    letter-spacing: 1px;
}

.menu .load-more a hr{
    width: 1px;
    height: 12px;
    border: 0;
    background: #b7b7b7;
    display: inline-block;
    margin: 0 9px -1px 7px;
}

.menu .load-more a .bottom_arrow,
.menu .load-more a .top_arrow{
    display: inline-block;
    width: 11px;
    height: 7px;
    background-repeat: repeat-y;
    margin-bottom: 1px;
}

.menu .load-more a .bottom_arrow{    
    background: url('../img/bottom_arrow.png');
}

.menu .load-more a .top_arrow{    
    background: url('../img/top_arrow.png');
}









/*    featured dishes    */
.info{
    overflow: hidden;
    margin-bottom: 7.27%;
}

.info .title{
    float: left;
    position: relative;
}

.info .title h3{
    color: #3b3b3b;
    font-family: "aleo-bold", arial;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.info .title .separator{
    position: absolute;
    max-width: 200px;
    width: 18.18%;
    height: 1%
    background: #e5e3e3;
    top: 1%;
    right: -220px;    
}
.featured_dishes{
    padding: 10% 0;
    overflow: hidden;
}

.caroufredsel_wrapper{
    width: 95%!important;
}

.featured_dishes .slider_nav{
    float: right;
}

.featured_dishes .slider_nav a{
    display: block;
    width: 9px;
    height: 9px;

    float: left;
    margin-left: 10px;
    text-indent: 999px;
    text-decoration: none;
    background: url('../img/pagination.png') no-repeat;
}

.featured_dishes .slider_nav a.selected{
    background: url('../img/pagination_active.png') no-repeat;
}


.featured_dishes .dishes{
    overflow: hidden;
}

.featured_dishes .dishes article{
    display: block;
    max-width: 230px;
    width: 21%;
    float: left;
    margin-right: 60px;
}

.featured_dishes .dishes article:last-child{
    margin-right: 0;
}

.featured_dishes .dishes article .dishe_img{
    display: block;
    max-width: 280px;
    width: 100%;
    overflow: hidden;
}

.featured_dishes .dishes article .dish_info{
    overflow: hidden;
    margin: 2.72% 0 0.9% 0;
}

.featured_dishes .dishes article .dish_info h2{
    float: left;
    width: 85%;
}

.featured_dishes .dishes article .dish_info h3{
    float: right;
}

.featured_dishes .dishes article .dish_info h3,
.featured_dishes .dishes article .dish_info h2{
    margin: 0;
    color: #555;
    font-family: "aleo-light", arial;
    font-size: 16px;
    font-weight: lighter;

}

.featured_dishes .dishes article .rating ul{
    list-style: none;
    overflow: hidden;
}

.featured_dishes .dishes article  ul.rating li{
   display: block;
   max-width: 12px;
    width: 1.09%;
   min-height: 11px;
    height: 1%;
   float: left;
   margin-right: 0.45%;
   background: url('../img/stars.png') no-repeat;
   background-position: 0 0;
}

.featured_dishes .dishes article  ul.rating li.no-star{
   background-position: -13px 0;
}









/*    gallery    */
.gallery{
    padding: 5% 0;
    overflow: hidden;
}

.gallery .media{
    overflow: hidden;
    width: 100%;
    min-height: 430px;
    height: 39.09%;
}

.gallery .media section{
    display: block;
    max-width: 366px;
    width: 33.27%;
    float: left;
} 

.gallery .active{
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.gallery .inactive{
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: .8;
}

.gallery .media section .hhalf{
    display: block;
    width: 100%;
/*    min-height: 215px;*/
    height: 19.54%;
} 

.gallery .media section img{
    max-width: 367px;
    width: 100%;
    vertical-align: middle;
}







/*    gallery    */
.gallery2{
    padding: 5% 0;
    overflow: hidden;
}

.gallery2 .media{
    overflow: hidden;
    width: 100%;
    min-height: 50px;
    height: 39.09%;
}

.gallery2 .media section{
    display: block;
    max-width: 367px;
    width: 33.27%;
    float: left;
} 

.gallery2 .active{
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.gallery2 .inactive{
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: .8;
}

.gallery2 .media section .hhalf h4{
    margin-top: -15px;
    max-width: 70%;
}

.gallery2 .media section .hhalf{
    display: block;
    margin-top: 30px;
    width: 100%;
/*    min-height: 215px;*/
    height: 19.54%;
} 

.gallery2 .media section img{
    max-width: 250px;
    width: 100%;
    vertical-align: middle;
}














/*    footer    */
footer{
    width: 100%;
    margin-top: 1%;
    padding: 2% 0;
    background: #3b3b3b;
    overflow: hidden;
}

footer section{
    display: block;
/*    max-width: 230px;*/
    min-width: 200px;
    width: 20%;
    margin-right: 5.45%;
    float: left;
}

footer section:last-child{
    margin-right: 0;
}

footer .adress{
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0.09%;
}

footer .adress .location{
    color: #ebebeb;
    font-family: "aleo-light", arial;
    font-weight: lighter;
}

footer .adress .phone{
    font-family: "aleo-bold", arial;
    font-weight: bold;
}

footer .footer_nav ul{
    list-style: none;
}

footer .footer_nav ul li{
    display: block;
    margin-bottom: 1.7%;
}

footer .footer_nav ul li a{
    text-decoration: none;
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 1.45%;
    letter-spacing: 1px;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
}

footer .footer_nav ul li a:hover{
    border-bottom: 2px solid #f34949;
}

footer .copyrights .footer_logo{
    margin-bottom: 2.72%;
}

footer .copyrights p{
    color: #ebebeb;
    font-family: "aleo-light", arial;
    font-size: 12px;
    font-weight: lighter;
    line-height: 15px;
    letter-spacing: 0.5px;
}

footer .copyrights p a{
    font-family: "aleo-light", arial;
    font-weight: lighter;
    color: #ffffff;
    text-decoration: none;
}



/*
----responsive-design-----
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:40%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:40%;
	}
}
@media only screen and (max-width: 1024px)  {
	.wrap{
		width:40%;
	}
	.logo{
		padding:30px 10px;
	}
	.menu li a{
		padding:15px 5px;
	}
	.list_2_of_1 h3{
		font-size:1.2em;
	}
}
@media only screen and (max-width:800px) {
	.wrap{
		width:40%;
	}
	.menu li a{
		font-size:0.85em;
	}
	.price_desc span{
		font-size:2.2em;
	}
	.price_desc a{
		font-size:0.84em;
	}
	.span_1_of_3 h3{
		font-size:1.5em;
	}
	ul.dishes_list li a{
		font-size:0.8em;
	}
	.offers_list h2, .archives h2{
		font-size:1.2em;
	}
}
@media only screen and (max-width:640px) {
	.wrap{
		width:50%;
	}
	.logo{
		float:none;
		display:block;
		text-align:center;
		position:relative;
		margin-top:-50px;
		padding:10px 0 30px 0;
	}
	.menu{
		float:none;
	}
	.menu li a {
		padding: 22px 33px;
    } 
	.col_1_of_2{
		margin:1% 0;
	}
	.span_1_of_2{
		width:94%;
	   padding:3%;
	}
	.price_desc a{
		font-size:1em;
	}
	.images_1_of_2{
		width:100%;
	}
	.listview_1_of_2{
		margin:2% 0;
	}
	.col_1_of_4{
		margin:0;
	}
	.span_1_of_4{
		width:94%;
	   padding:3%;
	}
	.cont{
		margin: 0;
	}
	.span_2_of_3,.sidebar{
		width:94%;
	   padding:3%;
	}
	.lsidebar{
		margin: 0;
	}
	.offers_list h2, .archives h2{
		font-size:1.8em;
	}
	.company_address,.contact_info{
		width:100%;
		margin:0;
	}
}
@media only screen and (max-width:480px) {
	.wrap{
		width:40%;
	}
	.menu li a{
		padding: 22px 19px;
	}
	.col_1_of_3{
		margin:0;
	}
	.span_1_of_3{
		width:94%;
		padding:3%;
	}
	.left_form,.right_form{
		float:none;
		width:100%;
		margin:0;
	}	
}
@media only screen and (max-width:320px) {
	.wrap{
		width:40%;
	}
	.menu li a{
		padding:20px 9px;
		font-size:0.7em;
	}
	.welcome_desc h3{
		font-size:1.5em;
		margin-bottom:0;
	}
	.price_desc span{
		font-size:1.4em;
	}
	.price_text{
		width:59%;
	}
	.price_desc a{
		font-size:1em;
	}
	.price_text h4{
		font-size:0.85em
		line-height:1.6em;
	}
	.listimg_2_of_1{
		width:100%;
	}
	.list_2_of_1{
		width:94%;
		padding:3%;
	}
	.text{
		margin: 0;
	}
	.list_2_of_1 h3{
		margin-bottom:0;
	}
	.grid{
		margin: 0;
	}
	.images_3_of_1,.span_2_of_1{
		width:100%;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:92%;
	}
}*/
