@charset "utf-8";
/* CSS Document */
body {
      -webkit-font-smoothing: antialiased;
      font: normal 15px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #232525;
	  margin: 0;
	  background:#e9af45;
    }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#main{
	max-width:960px;
	margin:0 auto;
}

#header{
	max-width:100%;
	position:relative;
}

#header_logo{
	position: absolute;
	top: 456px;
	z-index: 9999;
	width: 100%;
}

.greek_pattern{
	background:url(greek_pattern.png) repeat-x;
	height:20px;
	width:100%;
}

.header_logo_content{
	width:100%;
	background: rgba(20, 118, 24, 0.88);
}

.logo{
	margin-top: -33px;
	margin-bottom: -23px;
	margin-left: 20px;
}
.tagline{
	float:right;
	margin-top: 9px;
	margin-right: 10px;
}


#about{
	background:url(about_bg.jpg);
	background-size:cover;
	width:96%;
	padding:2%;
	color:#E8D4A9;
	overflow: auto;
    zoom: 1;
}

#about img{
	margin: 10px;
}

.header_texts {
	font-family: 'Lobster', cursive;
	position: absolute;
	z-index: 999;
	top: 340px;
	left: 60px;
	width: 850px;
	font-size: 28px;
	color: #FFFFFF;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
}

#button_deserts{
	background:url(button_deserts.png);
	position:absolute;
	z-index:999;
	bottom:30px;
	
	left:375px;
	width:198px;
	height:52px;
	text-indent: -3000px;
	cursor:pointer;
}

#button_menu{
	background:url(button_menu.png);
	position:absolute;
	z-index:999;
	bottom:30px;
	left:130px;
	width:198px;
	height:52px;
	text-indent: -3000px;
	cursor:pointer;
}


#button_contact{
	background:url(button_contact.png);
	position:absolute;
	z-index:999;
	bottom:30px;
	left:630px;
	width:198px;
	height:52px;
	text-indent: -3000px;
	cursor:pointer;
}


#button_deserts:hover{
	opacity:0.8;
}


#menu{
	background:url(menu_bg.jpg);
	background-size:cover;
	width:96%;
	padding:2%;
	color:#FFF;
	overflow: auto;
    zoom: 1;
}
#menu img{
	margin: 10px;
}

#menu_deserts{
	background:url(menu_deserts_bg.jpg);
	background-size:cover;
	width:96%;
	padding:2%;
	color:#FFF;
	overflow: auto;
    zoom: 1;
}


#contact{
	background:url(contact_bg.jpg);
	background-size:cover;
	width:96%;
	padding:2%;
	color:#443210;
	overflow: auto;
    zoom: 1;
}
#contact img{
	margin: 10px;
}


.menu-item{
	max-width:50%;
	float:left;
}
.menu-item-image{
	width:20%;
	display:block;
	overflow:auto;
	zoom:1;
	float:left;
}
.menu-item-image img{
	max-width:100%;
	height:auto;
	margin:0px !important;
}

.menu-item-name{
	width: 56%;
	float: left;
	padding: 2%;
}
.menu-item-price{
	width: 16%;
	float: left;
	padding: 2%;
	font-size: 18px;
	font-weight: bold;
}

#painting{
	position: absolute;
	bottom: 0px;
	z-index: 99999;
	right: 0px;	
}


/* SLIDESHOW */
    #slides {
      display: none;
	  max-width:960px;
	  position: relative;
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
	  display: none !important;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      list-style: none;
		position: absolute;
		bottom: 10px;
		z-index: 999;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
	
	
	#slides {
      display: none
    }

    .container {
      margin: 0 auto
    }
/* END SLIDESHOW */

.menu_section_title{
	text-align:center;
	font-size:24px;	
	font-weight:bold;
}
.menu_item_cell{
	padding-top:10px;
	width:400px;
	border-bottom:1px dashed #DDD;
	font-weight:bold;
	font-size:16px;
	line-height: 14px;
	padding-bottom: 0px;
}


.menu_price_cell{
	width:100px;
	text-align:right;
	border-bottom:1px dashed #DDD;
	line-height: 14px;
	padding-bottom: 0px;
}



    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 20px;
        padding-right: 20px;
      }
      #main {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      #main {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      #main {
        width: 724px;
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      #main {
        width: 960px;
      }
    }