/*************GENERAL*************/

/**** font face ******/
@font-face {
    font-family: 'futura-condensedmedium';
    src: url('../fonts/futura-condensedmedium.woff');
}
@font-face {
    font-family: 'Pacifico-Regular';
    src: url('../fonts/Pacifico-Regular.woff');
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.woff');
}
@font-face {
    font-family: 'HelveticaNeueCondensedBold';
    src: url('../fonts/HelveticaNeueCondensedBold.woff');
}

/*****/

.square {
  /*border: 1px solid gray;*/
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  
  > div {
    height: 100%;
    position: absolute;
    width: 100%;
    
    > div {
      display: table;
      height: 100%;
      width: 100%;
      
      > div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
      }
    }
  }
}

.header_col {
	/*width:25px;*/
	padding-right: 0;
	padding-left: 0;
}

@media (max-width: 767px) {
	.header_col {
		
	}
.checkbox-optional {
   /*background:#dddddd;*/
}

.option_header {
	border-top:1px solid;
	border-bottom:1px solid;
	margin-bottom: 15px!important;
}

}

@media (min-width: 350px) and (max-width: 768px) {
.row-eq-height {
    display: block!important;
}
}

@media (max-width: 991px) and (min-width: 600px) {

.container {
    max-width: 750px;
    width: 95%;
}
}

@media (min-width: 768px) and (max-width: 768px) {
.box  {
   font-size:13px!important;
}
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
body {
  color:#717171;
  font-family:'Open Sans',Arial, serif; 
  font-size: 15px;
  padding: 0px !important;
  margin: 0px !important;
  background: #ffffff;
  /*min-width: 960px;*/
  font-weight: 300;

  /** fix table swipe left/right **/
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  color: #717171;
  font-family:'Open Sans',  Arial, serif; 
  margin: 0 0 3px;
  font-weight: 600;
  font-weight: normal;
}
ul, ol{margin-bottom: 0px;}
a, 
a:.nav-primary, 
a:focus, 
a:hover, 
button, 
button:active, 
button:hover, 
button:focus{outline: 0px !important;text-decoration: none;}
a{ color:#0069b2;}
a:hover{text-decoration: underline;}

strong{font-family:'Open Sans',  Arial, serif; font-weight: 600;color: #111}
.no-border{border: 0px!important}
.no-margin{margin: 0px!important}
.no-border-top{border-top: 0px!important}
.offset-0{padding: 0px!important}
.offset-0-right{padding-right: 0px!important}
.offset-0-left{padding-left: 0px!important}
.small-text{font-size: 11px;}
.large-text, .large-text a{font-size: 15px;}
.x-large-text, .x-large-text a{font-size: 22px}
.mtop-5{margin-top: 5px!important}
.mtop-10{margin-top: 10px!important}
.mtop-15{margin-top: 15px!important}
.mtop-20{margin-top: 20px!important}
.mtop-30{margin-top: 30px!important}
.mtop-40{margin-top: 40px!important}
.mtop-50{margin-top: 50px!important}
.mtop-60{margin-top: 60px!important}
.mtop-100{margin-top: 100px!important}
.ptop-10{padding-top: 10px!important}
.ptop-0{padding-top: 0!important}
.pd-10{padding: 10px!important;}
.hidden{display: none}
/************** COLOR **********/

.color-pink{color: #e9292a !important}
.color-white{color: #fff !important} 
.color-black{color: #000 !important}
.color-red{color: #ed1c24 !important}
.color-red-dark{color: #bb0000 !important}
.color-green{color: #009966 !important}
.color-black{color: #000!important}
.color-gray ,.color-gray a{color: #7f7b7b !important}
.bg-gray{background: #e3e3e3 !important}
.bg-red{background: #e51937 !important}
.bg-red-solid{background: #ae0f00 !important}
.bg-white{background: #fff!important;padding:10px;margin-bottom: 10px}
.bg-white .title-fl{margin-top: 0px}
.bg-red-dark{background: #bb0000 !important}
.bd-right{border-right: 1px solid #dbdbdb}
.row{position: relative;}
.font-normal{font-weight: 400!important}
.font-light{font-weight: 300!important}
.font-bold{font-weight: 600!important}
.text-sm{font-size: 13px;}
.text-lg{font-size: 18px;}
.text-underline{text-decoration: underline!important;}
/************** ICON **************/
.icon-mw{margin-right: 8px}
.icon-mr{margin-right: 8px}
.sprites {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.icon-user{background: url(../images/icon-user.png) no-repeat; width: 21px;height: 23px;}
.text-main{color:#0069b2;}
.text-italic{font-style: italic;}
.icon-check{background: url(../images/icon-check.png) no-repeat; width: 25px;height: 25px; }
/*btn*/
.form-control{font-family:'Open Sans',Arial, serif;font-size: 16px!important;}
.btn{border-radius: 2px;font-family:'Open Sans',Arial, serif;font-weight: 600 ;border-radius: 0px;font-weight:normal;}
.btn-default {
  color: #00aeef;
  background-color: #fff;
  border: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active{
  color: #00aeef;
  background-color: #fff;
}
.btn-default:active,
.btn-default.active{
  background-image: none;
}

.btn-success {
  color: #fff;
  background-color: #19af1a;
  border: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active{
  color: #fff;
  background-color: #0c9b0c;
}
.btn-success:active,
.btn-success.active{
  background-image: none;
}

.btn-primary {
  color: #fff;
  background-color: #3297dc;
  border:none;
  border-bottom:4px solid #bbbbbb;
  

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{
  color: #fff;
  background: #3e3e3e;
   border-bottom: 4px solid #bbbbbb
}
.btn-primary:active,
.btn-primary.active{
  background-image: none;
}


.btn-second {
  color: #fff;
  background-color: #999999;
  border: none;
}
.btn-second:hover,
.btn-second:focus,
.btn-second:active,
.btn-second.active{
  color: #fff;
  background-color: #474646;
}
.btn-:active,
.btn-second.active{
  background-image: none;
}
.btn-flat{border-bottom: 0px!important}

.container{
  /*width: 960px;*/
  /*width: 1000px;*/
  border-left: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  padding: 0px;
}
/*@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}*/
.btn-mw{min-width: 95px;}
.btn-mw-lg{min-width: 110px}
.btn-mw-sm{min-width: 60px;}
.btn-mw-xlg{min-width: 250px;}
.btn-xlg{font-size: 22px;padding:10px 20px;}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border:none;
}
.btn-google {
  color: #fff;
  background-color: #db5232;
  border:none;
}
/*input*/
.form-control{border-radius: 0;border:none;-moz-box-shadow:2px 2px 3px #000 inset;-webkit-appearance: none;-webkit-box-shadow:2px 2px 3px #000 inset;box-shadow: 2px 2px 3px #000 inset;}
.input-xlg{height: 62px;font-size: 17px;color: #000}
/**/
/*.header {background: #eeeeee}*/
.header .media{height: 125px;}
.header .media-heading{
    font-size: 60px;
    margin-top: 10px;
    color: #bebebe;
    font-weight: normal;
}
.dropdown {margin-right: 15px;}
.header .media{margin-left:15px;}
.header .dropdown-menu{background: white;border-radius: 0;min-width: 200px;}
.header .dropdown-menu a{ color: black;border-bottom: 1px solid #fff;padding: 8px 15px;text-align: right;}
.header .dropdown-menu li:last-child a {border-bottom: 0px;}

/*.nav{background: #eeeeee;border-top:1px solid #e5e5e6;border-bottom:4px solid #e5e5e5;height: 50px;}*/
.nav{background: #eeeeee;border-top:1px solid #e5e5e6;border-bottom:4px solid #e5e5e5;}
.nav .nav-img{background: #fff;padding: 5px 10px;background: #fff;margin-right: 10px}
.nav a{text-transform: uppercase;color: #777777;line-height: 50px;}

.content{min-height: 400px;}
.box{min-height: 250px;padding: 20px;}
.box.box-gray{background: #eeeeee}


.footer{font-size: 18px;background: #3297db;color: #fff;padding: 3px}


.coupons{margin:0px auto;padding:30px;min-height: 400px;}
@media (min-width: 992px) {
  .coupons {width:100%; max-width: 1100px}
}

.item{margin-bottom:20px;background: #fff;padding: 10px;}
@media(max-width: 767px) {
  .item {border-left-width: 24px}
}
.item .media-body{width:100%;position: relative;}
.item  .media-heading{margin-bottom: 0px}
.coupon-info p{margin-bottom: 0;}
.coupon-info{position: absolute;bottom: 0;width: 100%}

.menu{padding: 10px;}
.message{background: #3297db;color: #fff;text-align: center;font-size: 17px;}
/*.list-menu {background: #eeeeee;}*/
.list-menu a{padding: 5px 10px;text-transform: uppercase;color: #333333;display: block;}
.list-menu li.active a{background: #fff;font-weight: bold;color: #111}
.list-menu li:hover a{background: #bebebe;text-decoration: none;}

.menu_list {margin: 0 20px;padding-bottom: 8px; display: inline-block; margin-bottom: 10px}
.menu_list.current, .menu_list:hover {
  color: #c01714;
  border-bottom: 4px solid;
}

.header-menu{text-align: center;font-weight: bold;color: black;font-family: "Arial", sans-serif;font-size: 2.45em;margin: 25px 90px 15px;}
@media (max-width: 767px) {
  .header-menu {margin: 10px 5px 40px;}
}
.menu-item {border-bottom: 1px solid #d4d4d4;}
.menu-item .media{margin:20px 5px;color:black;font-family: "Arial", sans-serif}
.menu-item .media-heading{margin-bottom: 0;font-weight: 600;color:black}
.menu-item .media .pull-right {color: black;font-weight: 600;}

.order-sumary{background: #eeeeee;padding:10px 20px; overflow-y: scroll; padding-bottom: 80px; -ms-overflow-style: scrollbar}
.order-sumary h3{color: #333;padding-left:30px;font-weight: normal;}
.table > thead > tr > th{border-bottom:3px solid #8c8c8c}
.form-inline{display: inline-block;width: auto;
  box-shadow: 2px 2px 3px #000 inset;
  border-radius: 0;
  border:none;
}
.item-special{margin-bottom: 50px;}
.item-special p{margin-bottom:0px ;color: black}
.form-input{padding: 30px;}

.modal .modal-header{background: #0099cc;padding: 8px;border-bottom: 0}
.modal-content{border-radius: 0!important}
.modal .modal-footer{border-top: 0px;border-radius: 0!important;text-align: center;float: none;}
.modal .modal-title{color: #fff;font-size: 18px;font-weight: bold;}
.modal-header .close{text-indent: -99999px;background: url(../images/icon-close.png) no-repeat center center;width: 31px;height: 31px;opacity: 1;position: absolute;right: -10px;top:-10px;color: none;text-shadow:none;}
.bootbox .modal-dialog{max-width: 350px;}
.bootbox  .modal-title{text-align: center;text-transform: uppercase;}
.bootbox .modal-content{text-align: center;}

.item-content{background: #3297db;padding: 5px 10px;height: 50px;line-height: 40px;color: #fff}

.confirmation{padding: 30px}
.confirmation .header-confirm{border-bottom: 1px solid #111;margin-bottom: 20px;padding-bottom: 10px}
.item-confirm{width: 400px;background: #eeeeee;padding: 15px;}
.item-confirm h4{border-bottom: 1px solid #111;padding-bottom: 8px;margin-bottom: 20px;}
hr{border-color: #111!important}

.box-order-status{box-shadow:0px 0px 8px #000 inset ;min-height: 200px;width: 100%}

.btn-group-account{ border-bottom: 4px solid #bbbbbb;padding-top: 10px;padding-bottom: 10px; background: #3e3e3e}
.btn-group-account .btn{ background: #3e3e3e}
.btn-group-account .btn{border-left:1px solid #fff!important;padding-top: 0;padding-bottom: 0}
.btn-group-account .btn:first-child{border-left: 0!important}

.group-btn-login{padding: 20px;}


.notice-verified{display: block;background: #d2ddb7;border: 1px solid #b7bea5;padding: 10px 15px;color: #3c3e37;margin: 10px 60px 0px; border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}

@media only screen and (min-width: 240px) and (max-width: 767px){
  .seven-cols .col-xs-2,
  .seven-cols .col-md-2,
  .seven-cols .col-sm-2,
  .seven-cols .col-lg-2 {
    width: 12.5%;
    *width: 12.5%;
  }
}


@media only screen and (min-width: 768px){
  .seven-cols .col-xs-2,
  .seven-cols .col-md-2,
  .seven-cols .col-sm-2,
  .seven-cols .col-lg-2 {
    width: 12.5%;
    *width: 12.5%;
  }
}

@media only screen and (min-width: 992px) {
  .seven-cols .col-xs-2,
  .seven-cols .col-md-2,
  .seven-cols .col-sm-2,
  .seven-cols .col-lg-2 {
    width: 12.5%;
    *width: 12.5%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media only screen and (min-width: 1200px) {
  .seven-cols .col-xs-2,
  .seven-cols .col-md-2,
  .seven-cols .col-sm-2,
  .seven-cols .col-lg-2 {
    width: 12.5%;
    *width: 12.5%;
  }
}

.tick-option2{background: url(../images/img_untick.png);width: 90px;height: 90px;cursor: pointer;}
.tick-option2_check{background: url(../images/img_tick.png);width: 90px;height: 90px;cursor: pointer;}

.jquery-ui-like {
  border-radius: 4px;
  overflow: hidden; 
  position: relative;
  height: 40px;
  padding-right: 2px;
  background-color: #abb2bc;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b6bcc6), color-stop(1, #9da5b0));
  background: -moz-linear-gradient(#9da5b0 0%, #b6bcc6 100%);
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
}
.jquery-ui-like div {
  position: relative;
  display: block;
  overflow: hidden;
  height: 38px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  -webkit-background-size: 44px 44px;
  background-color: #74d04c;
  background: -webkit-gradient(linear, 0 0, 44 44,
    color-stop(0.00, rgba(255,255,255,0.17)),
    color-stop(0.25, rgba(255,255,255,0.17)),
    color-stop(0.26, rgba(255,255,255,0)),
    color-stop(0.50, rgba(255,255,255,0)),
    color-stop(0.51, rgba(255,255,255,0.17)),
    color-stop(0.75, rgba(255,255,255,0.17)),
    color-stop(0.76, rgba(255,255,255,0)),
    color-stop(1.00, rgba(255,255,255,0))
  ), -webkit-gradient(linear, left bottom, left top, color-stop(0, #74d04c), color-stop(1, #9bdd62));
  background: -moz-repeating-linear-gradient(top left -30deg,
    rgba(255,255,255,0.17),
    rgba(255,255,255,0.17) 15px,
    rgba(255,255,255,0) 15px,
    rgba(255,255,255,0) 30px
  ), -moz-linear-gradient(#9bdd62 0%, #74d04c 100%);
  -webkit-box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
  -moz-box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
  box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
  border: 1px solid #4c8932;
  -webkit-animation: animate-stripes 2s linear infinite;
}

#progressBar {
    height: 30px;
    margin-left: 0px;
    width: 550px;
    margin: 3px 0px;
}
#progressBar div {
    font-size: 16px;
    font-weight: bold;
    height: 92%;
    line-height: 28px;
    text-align: right;
    width: 0;
    color: rgba(0,0,0,0.6);
    text-shadow: rgba(255,255,255, 0.45) 0 1px 0px;
}

.box-progress{position: relative;margin-left: 30px;width: 546px;color: #000000}
.box-progress .last{float: right;}
.box-progress span{font-weight: bold;}
.alert-point{width: 50%;margin: 30px auto 10px;background: #d0c3b3;color: #000}

/********* modal ***********/
#past-order-modal .modal-dialog {width: 800px}
@media (min-width: 992px) {
  #loginModalNew .modal-dialog {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .modal-responsive {max-width: 60%}
  #past-order-modal .modal-dialog {width: 96%}
  .coupons.responsive {width: 100%}
}

body.modal-open {overflow: auto!important;}

/****** menu graphic **********/
#menu-graphic-img {
  display: inline-block; float: none
}
@media (max-width: 767px) {
  #menu-graphic-img {
    display: inline
  }
}

/************* side menu ************/
#bs-example-navbar-collapse-1 ul li hr {
  width: 92%;
}
#navbar-main .navbar-brand {
  font-size: 1em;
  font-weight: 600;
  color: white;
}

/********* cart sidebar **********/
#cart-area {
  /*width: 250px;*/
  width: 86%;
  position: fixed;
  top: 0;
  right: -86%;
  height: 100vh;
  z-index: 999;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
@media (min-width: 992px) {
  #cart-area {
    width: 500px;
    right: -500px;
  }
}
#cart-area.active {
  right: 0;
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}
#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: white;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 200%;
}
#dismiss:hover {
  background: #fff;
  color: #7386D5;
}

/************* user dropdown ************/
.dropbtn {
  color: #000;
  font-size: 25px;
  border: none;
  cursor: pointer;
}

.hover-dropdown {
  position: relative;
  display: inline-block;
  /*top: 10px;*/
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.hover-dropdown:hover .dropdown-content {
  display: block;
}

/******** special.php ******/
.special-img {max-width: 100%}
.special-name {
    font-weight: 600;
    color: black;
    margin-bottom: 18px;
}
@media (max-width: 767px) {
  .item-special {max-width: 50vh}
  .special-img {max-width: 50vh}
    .item-special > div {text-align: center}
}

/********** extra.php ***********/
#extra-image {max-width:550px;}
@media (max-width: 767px) {
  #extra-image {max-width:100%;}
}

/************* nav bar ***************/
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
}

/********** pgwslider *********/
@media (max-width: 991px) {
  #gallery-modal .modal-dialog {
    width: 95%!important;
  }
  .pgwSlider {
    height: 1000px;
    overflow-y: auto;
  }

}

/********* bootstrap *******/
.btn-safari.btn-default {
  color: rgb(113, 113, 113);
  background-color: #ddd;
}

/************* new rules *************/
.p-l-10 {padding-left: 10px}
.m-l-10 {margin-left: 10px;}
.m-r-10 {margin-right: 10px;}
.m-b-10 {margin-bottom: 10px;}
.p-b-5 {padding-bottom: 5px;}

@media (max-width: 767px) {
  .m-p-l-0 {padding-left: 0}
  .m-p-r-0 {padding-right: 0}

  .m-m-l-0 {margin-left: 0}
  .m-m-r-0 {margin-right: 0}

  .m-p-l-0-im {padding-left: 0!important;}
  .m-p-r-0-im {padding-right: 0!important;}

  .m-m-l-0-im {margin-left: 0!important;}
  .m-m-r-0-im {margin-right: 0!important;}
}

/*************** menu page **************/
#choice-optional-modal .btn-default-group {
  background-color: rgb(221, 221, 221);
}

.category_item > a {
  font-size: 2.6em;
  color: black;
  text-align: center;
  font-family: "Impact", sans-serif;
}

.item_listing {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .border-between {border-right: 1px rgb(231, 219, 219) solid;}
}

#myForm {min-width: 100%}
.content-choice > .row {margin-bottom: 10px}

/*************** order page *****************/
@media(min-width: 768px) {
  .current_order_data, .past_order_data {
    border-right:1px solid #ddd;
  }

}

/*********** order confirmation page ****************/
@media (max-width: 320px) {
  .btn_check_status {font-size:18px}
}

/************ checkout page ***************/
/** fix auto zoom input number *****/
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  textarea,
  input[type=number] {
    font-size: 16px;
  }
}*/

/******* ie 11 style ********/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*#header-home-buton {left: -819px!important;}*/
  /*#cart-area {height: 580px!important;}*/
  .btn_apply_coupon {margin-bottom: 13px!important;}
}

/******** header ************/
#header-restaurant-image {width: 135%}
@media (max-width: 1366px) {
  #theme2-logo {
    width: 200px
  }
}
@media (min-width: 1367px) {
  #theme2-logo {
    /*width: 320px*/
    width: 200px
  }

}

@media (min-width: 1920px) {
    #header-home-buton {
        left: -0%!important;
        top: -4px!important;
    }
    #header-home-buton.loggined {
        left: -26%!important;
        top: 44px!important;
    }
    .span-bookmark-this {display: block}
}

.span-bookmark-this {
  margin: 0 auto;
  display: block;
}
/***** menu bar *****/
ul#theme2-menubar {
  list-style-type: none;
  margin-left: 31px;
  padding: 0;
  font-family: "Impact", sans-serif;
  display: inline-block;
}

ul#theme2-menubar > li {
  float: left;
}

ul#theme2-menubar > li > a {
  display: block;
  color: black;
  text-align: center;
  padding: 12px 12px;
  text-decoration: none;
  font-size: 1.5em;
}

@media (max-width: 1199px) {
  ul#theme2-menubar {
    margin-left: 17%;
  }
}

ul#theme2-menubar > li a:hover:not(.active) {
  background-color: #ddd;
}

ul#theme2-menubar > li a.active {
  color: white;
  background-color: #c01714;
}
ul#theme2-menubar .dropdown-menu li a:hover {
  color: white;
  background-color: #c01714;
}
/** hide theme1 menu bar **/
.col-xs-2.header_col {
  display: none;
}
#header-adderss {color:#4e4e4e;background: #e5e5e5;font-family: "Arial", sans-serif;font-size: 2.5em;font-weight: 600;height: 70px;line-height:70px;cursor: pointer}

/***** index.php ******/
/** slide **/
.slide-text {
  position: absolute;
  width: 480px;
  height: 120px;
  top: 100px;
  left: 192px;
  padding: 5px;
  text-align: left;
  line-height: 1.2;
  font-size: 4em;
  color: #FFFFFF;
  font-family: "Pacifico", sans-serif;
}
.slide-button-area {
  position: absolute;
  top: 300px;
  left: 199px;
  font-size: 1.2em;
  font-family: "Futura", sans-serif;
  color: white;
}
.slide-button-area > div {
  display: inline-block;
  width: 114px;
  height: 50px;
  line-height: 46px; /** -(2px border top + 2px border bottom **/
  text-align: center;
}
.slide-ordernow {
  background-color: rgb(192, 23, 20);
  margin-right: 20px;
  border: 2px solid rgb(192, 23, 20);
}
.slide-happymeal {
  border: 2px solid white;
}

.index-slide-image {text-align: center; cursor: pointer}
.index-slide-image > img {max-width: 100%; height: 255px}

.hour-link-selected {
    color: #c01714;
    background: white;
}

#slider1_container img.back_menu {cursor: pointer;}
#slider1_container {cursor: pointer;}
#slider1_container div {cursor: pointer;}

#slider2_container {margin-top: 30px;}

/*** restaurant description ***/

#rest-desc-image-area img {
  width: 90px;
  vertical-align: bottom;
}
#rest-des-tut {
  display: inline-block;
  font-family: "Pacifico", sans-serif;
  color: black;
  line-height: 1.4;
  font-size: 2.2em;
  padding-left: 18px;
  margin-left: 10px;
}
#rest-des-tut span {
  font-family: "Impact", sans-serif;
  color: rgb(192, 23, 20);
}
#rest-desc-area > p {
  font-family: "Arial", sans-serif;
  font-size: 1.2em;
}
#index-order-online {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
#index-order-online > div {
  font-size: 2.2em;
  font-family: "Futura", sans-serif;
  color: rgb(255, 255, 255);
  background-color: rgb(192, 23, 20);
  display: inline-block;
    cursor: pointer;
 }

.graphic_bar-area {
    margin: 40px 0;
    text-align: center;
}
.graphic_bar-area > img {
    max-width: 100%;
}

/*** media: max-width: 767px => mobile screen ****/
@media (max-width: 767px) {
  #rest-desc-image-area {
    margin: 0;
    padding: 10px;
  }
    #rest-des-tut {
        text-align: center;
    }
    #index-order-online > div {
        padding: 15px 40px;
    }

    .index-slide-image > img {max-height: 300px}



}

/*** media: min-width: 768px => desktop screen ****/
@media (min-width: 768px) {
  #rest-desc-image-area {
    padding: 100px 180px 70px;
  }
    #rest-des-tut {
        border-left: 2px solid black;
    }
    #index-order-online > div {
        padding: 18px 88px;
    }

    .opening_hours, .delivery_hours {font-size: 1.5em}
}

/*** second slide ***/
.index-slide-footer {
  font-family: "Impact", sans-serif;
  color: rgb(0, 0, 0);
  height: 34px;
  padding: 5px;
  background-color: #e4e4e4;
  margin: 0;
}
.index-slide-footer > div:first-child {
font-size: 0.8em;
}
.index-slide-footer > div:last-child {
text-align: right;
}
.index-slide-footer img {
  width: 24px;
}

@media (max-width: 767px) {
    .index-slide-footer {
        height: auto;
        padding: 20px;
        font-size: 3em;
    }
}

/*** opening delivery box ***/
#opening-delivery-box {
  background-color: #c01714;
  color: white;
  position: relative;
}
#opening-delivery-box > h4 {
  font-size: 2em;
  font-family: "Impact", sans-serif;
  color: white;
}
#opening-delivery-box > div {
  font-family: "Arial", sans-serif;
  margin-top: 20px;
}
#opening-delivery-box > div > .row.row-full > div:first-child {
  font-weight: 600;
}
#opening-delivery-image-top {
  width: 197px;
  position: absolute;
  top: -43px;
  left: 27%;
}

#about-us-area {
  padding-left: 54px;
}
#about-us-area h3 {
  font-family: "Impact", sans-serif;
  font-size: 3em;
  color: black;
  font-weight: 600;
  margin-bottom: 30px;
}
#about-us-area .p {
  font-family: "Arial", sans-serif;
  color: black;
  line-height: 1.5;
}

#yelp-html {margin: 20px 0;}

/*** media: max-width: 767px => mobile screen ****/
@media (max-width: 767px) {
  #index-hour-about-area {
    margin-top: 80px;
  }
  #about-us-area {
    padding: 20px;
      background-color: #262626;
      color: white;
  }
    #about-us-area h3 {
        color: white;
    }

    #index-chef-img {
        position: absolute;
        width: 174px;
        top: -26px;
        right: -8px;
        z-index: 100;
    }
    #opening-delivery-box {
        /*transform: scale(0.7,0.7);*/
        /*transform-origin: left top;*/ /* remove chef image */

        margin-bottom: 20px;
    }

    #slider3_container .index-slide-image > img {
        max-width: 100%;
    }
}


/*** media: min-width: 768px => desktop screen ****/
@media (min-width: 768px) {
  #index-hour-about-area {
    margin-top: 80px;
    padding: 0 111px;
  }
  #about-us-area {
    padding-left: 54px;
  }
    #opening-delivery-box > div {
        padding: 0 20px;
    }
}

/****** footer *******/
#footer-area {
  background-color: #262626;
  font-family: "Arial", sans-serif;
  font-size: 1.5em;
  color: #eaeaea;
}
#footer-rest-address > div:first-child {
  padding-top: 7px;
  padding-right: 0;
}
#footer-rest-address > div:last-child {
  padding-left: 0;
}

#footer-area .phone_click {
  color: white;
}

#footer-rest-phone {
  margin-top: 20px;
}
#footer-rest-phone > div:first-child {
  padding-right: 0;
}
#footer-rest-phone > div:last-child {
  padding-left: 0;
}
#footer-social-icons {
  text-align: center;
}
#footer-social-icons img {
  margin: 0 10px;
}
#footer-copyright {
  font-family: "Arial", sans-serif;
  background-color: black;
  color: rgba(110, 110, 110, 0.612);
  font-size: 1.575em;
  padding: 14px 0;
}

#yelp-button {
    -ms-transform: scale(1.5,1.5); /* IE 9 */
    -webkit-transform: scale(1.5,1.5); /* Safari */
    transform: scale(1.5,1.5); /* Standard syntax */

    margin-top: 40px;
}

@media (max-width: 767px) {
  #footer-area > div:first-child {
    text-align: center;
  }

  #footer-rest-address, #footer-rest-phone {
    margin-top: 10px;
  }
  #footer-area {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  #footer-area {
    padding: 22px 146px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

/******** menus page **********/
.message #message-title {
  font-family: "Pacifico", sans-serif;
  color: rgb(255, 255, 255);
  height: 250px;
  background: url(../theme2_images/menus-header.png) no-repeat scroll center;
  font-size: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message {
  background-color: #c01714;

}
.yellow-text {color: #fffc00}
#menu-basic-text {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  height: 250px;

  justify-content: center;
  flex-direction: column;

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display:flex;
}

/********* coupons page **********/
.coupon-button-area {
    position: absolute;
    right: 0;
    top: -40px;
}
.coupon-button-area > button {
  display: block;
    margin-bottom: 5px;
    background: #c01714;
    font-family: "Futura-CondensedMedium", sans-serif;
    font-size: 1.1em;
}
.coupon-box {
    color: black;
    font-family: "Arial", sans-serif;
}
.coupon-box .media-heading {
    font-size: 1.5em;
    font-family: "Impact", sans-serif;
    color: rgb(192, 23, 20);
    margin-bottom: 12px;
    margin-top: 10px;
}
.theme2-bold {font-weight: 600}
.coupon-desc {min-height: 21px}

/********** rewards page *************/
@media (min-width: 768px) {
    .total-point {padding-left: 140px!important;}
    .list-point {padding: 10px 135px!important;}
    .box-progress {padding-left: 78px; padding-right: 78px}
}
.list-point {border: none!important;}
.item-point {
    border-bottom: 1px solid #cccccc;
}
.reward-name {
    font-size: 1.5em;
    font-family: "Impact", sans-serif;
    color: rgb(192, 23, 20);
}
.point-desc {color: black}

/***************** orders page *************/
.show_order_status {
    background-color: #c01714!important;
    font-size: 2em;
    font-family: "HelveticaNeue", sans-serif;
}
@media (min-width: 768px) {
    #order-content .confirmation {padding: 30px 430px;}
}

/***************** feedback page *************/
#feedback-title {
    font-family: "Arial", sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 1.8em;
    margin-bottom: 40px;
}
#feedback-title-2 {
    font-family: "Arial", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 1.4em;
    margin-top: 30px;
}
#form-feedback button {
    background-color: #c01714;
    font-size: 1.4em;
    padding: 10px 30px;
}
#form-feedback textarea {
    box-shadow: none;
    border: 1px solid #c4c4c4;
    height: 260px;
}
#feedback-react-icons {
    max-height: 80px;
    max-width: 100%;
}
@media (min-width: 768px) {
    #form-feedback {
        padding: 0 190px;
    }
}

/******* about_us.php ********/
.f-s-1-5 {font-size: 1.5em}
