@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800&subset=latin,latin-ext);

html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
background: url(../images/bg.jpg) fixed;
font-family: Open Sans;
}

#wrapper {
width: 970px;
overflow: hidden !important;
margin: 0 auto;
}

#topbar {
width: 100%;
overflow: hidden !important;
height: 200px;
box-sizing: border-box;
}

#logo {
width: 250px;
height: 188px;
float: left;
margin: 6px 0 0 0;
}

#onlineorder {
width: 150px;
height: 200px;
overflow: hidden !important;
float: right;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border: 2px solid #ecc271;
border-top: 0;
}

img {
border: 0;
}

#showcase {
width: 970px;
height: 378px;
margin: -30px auto 0;
text-align: center;
}

#navbar {
width: 550px;
overflow: hidden !important;
float: left;
margin: 60px 0 0 15px;
}

#navbar > ul {
list-style: none;
padding: 0;
margin: 0;
}

#navbar > ul > li {
background: #f6b45e;
padding: 10px 20px;
float: left;
margin-right: 6px;
border-radius: 20px;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
margin-bottom: 5px;
font-size: 10pt;
}

#navbar > ul > li a {
text-decoration: none;
color: #361605;
font-weight: 800;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}

#navbar > ul > li.active {
background: #361605;
}

#navbar > ul > li.active a {
color: #f6b45e;
}

#navbar > ul > li:hover {
text-decoration: underline;
}

#footer {
width: 100%;
height: 40px;
background: #361605;
margin-top: 20px;
}

#footer > .inner {
width: 970px;
height: 40px;
box-sizing: border-box;
margin: 0 auto;
padding: 10px 0;
color: #FFF;
font-size: 10pt;
font-weight: 600;
}

#footer > .inner > .left > a,
#footer > .inner > .left > a:visited {
text-decoration: none;
color: #FFF;
}

#footer > .inner > .left > a:hover {
text-decoration: underline;
}

#footer > .inner > .left {
float: left;
}

#footer > .inner > .right {
float: right;
}

#content {
width: 100%;
padding: 20px;
box-sizing: border-box;
background: rgba(255,255,255,0.7);
font-weight: 600;
font-size: 10pt;
margin-top: 20px;
border-radius: 20px;
}

#content h1 {
font-size: 18pt;
font-weight: 800;
color: #c6162e;
margin: 10px 0;
}

#content > .image {
width: 100%;
height: 150px;
background: url(../images/what.jpg);
margin-bottom: 10px;
border-radius: 20px;
}

#content > .image2 {
width: 100%;
height: 150px;
background: url(../images/waffle2.jpg);
margin-bottom: 10px;
border-radius: 20px;
}

#content > .image3 {
width: 100%;
height: 150px;
background: url(../images/waffle3.jpg);
margin-bottom: 10px;
border-radius: 20px;
}

#content > .image4 {
width: 100%;
height: 150px;
background: url(../images/waffle4.jpg);
margin-bottom: 10px;
border-radius: 20px;
}

#content > .image6 {
width: 100%;
height: 287px;
background: url(../images/assaurunler.jpg);
margin-bottom: 10px;
border-radius: 20px;
}

.gimage {
cursor: pointer;
width: 200px;
height: 134px;
margin: 14px;
border: 2px solid #f6b45e;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}

.gimage:hover {
border: 2px solid #f55f4e;
}

#facebook {
width: 390px;
height: 35px;
position: absolute;
top: 10px;
left: 50%;
margin-left: -60px;
background: rgba(255,255,255,0.9);
box-sizing: border-box;
padding: 5px 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

#lightbox {
width: 100%;
height: 100%;
background: rgba(16,16,16,0.8);
position: fixed;
z-index: 10;
display: none;
}

#flushimage {
width: 800px;
height: 530px;
left: 50%;
position: absolute;
top: 51px;
border: 3px solid #f6b45e;
margin-left: -300px;
}

#player {
padding: 0;
margin: 0;
width: 100%;
height: 50px;
position: absolute;
top: 0;
left: 0;
color: #FFF;
font-size: 30pt;
font-weight: bold;
}

#player a:link,
#player a:visited {
text-decoration: none;
color: #000;
}

#player > .left  {
width: 40%;
height: 50px;
float: left;
color: #000;
background: #ea0756;
text-align: center;
}

#player > .center  {
width: 20%;
height: 50px;
float: left;
font-size: 25pt;
background: #101010;
color: #FFF;
text-align: center;
}

#player > .right  {
width: 40%;
height: 50px;
float: left;
background: #ea0756;
color: #000;
text-align: center;
}

#player > .left a:hover {
color: #909090;
cursor: pointer;
}

#player > .right a:hover {
color: #909090;
cursor: pointer;
}

#player > .center a:link,
#player > .center a:visited {
color: #FFF;
cursor: pointer;
}

#player > .center a:hover {
color: #909090;
cursor: pointer;
}

.tlabel {
font-size: 12pt;
font-weight: 600;
}

.textbox {
width: 400px;
margin-top: 10px;
height: 25px;
padding: 5px;
border: 2px solid #f6b45e;
font-family: Open Sans;
border-radius: 5px;
}

.tarea {
width: 906px;
margin-top: 10px;
padding: 10px;
height: 80px;
border: 2px solid #f6b45e;
font-family: Open Sans;
resize: none;
border-radius: 5px;
}

.fbutton {
width: 930px;
height: 50px;
background: #361605;
color: #FFF;
text-align: center;
padding: 10px;
border: 0;
margin-top: 20px;
text-transform: uppercase;
font-size: 15pt;
font-style: italic;
font-weight: bold;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}

.fbutton:hover {
cursor: pointer;
color: #f6b45e;
}

#maps {
width: 470px;
height: 250px;
position: absolute;
top: 870px;
left: 50%;
margin-left: -10px;
border: 2px solid #f6b45e;
}

#phones {
width: 165px;
top: 10px;
left: 50%;
margin-left: -260px;
position: absolute;
font-size: 11pt;
color: #FFF;
font-weight: 700;
background: #d13131;
color: #FFF;
padding: 8px 10px;
}

#addressbar {
height: 20px;
margin: 20px 0;
background: #f6b45e;
border-radius: 10px;
padding: 10px;
text-align: center;
font-weight: 700;
}

#twitter {
width: 200px;
height: 20px;
position: absolute;
top: 115px;
z-index: 0;
left: 50%;
margin-left: 50px;
}

#twit {
width: 30px;
height: 24px;
position: absolute;
top: 113px;
z-index: 0;
left: 50%;
margin-left: 0;
cursor: pointer;
}

#face {
width: 30px;
height: 30px;
position: absolute;
top: 110px;
z-index: 0;
left: 50%;
margin-left: -40px;
cursor: pointer;
}

#fruits {
width: 970px;
height: 364px;
background: url(../images/fruits.jpg);
border-radius: 20px;
margin-top: 20px;
}