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

.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}
.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: #3e3e3e;border-radius: 0;padding-left:15px;padding-right: 15px;min-width: 200px;}
.header .dropdown-menu a{ color: #fff;text-transform: uppercase;border-bottom: 1px solid #fff;padding: 8px 0;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;background: #eee;padding:30px;min-height: 400px;}
@media (min-width: 992px) {
  .coupons {width:700px;}
}

.item{margin-bottom:20px;background: #fff;padding: 10px;border-left:25px solid #aaaaaa;}
@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;padding: 10px;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.current {background: #BBBBBB;}
.menu_list:hover {background: #BBBBBB;}

.header-menu{background: #eeeeee;padding: 8px 10px;font-weight: normal;margin-bottom: 10px}
.menu-item {border-bottom: 1px solid rgb(228,229,231);}
.menu-item .media{margin:10px 5px 15px 5px;}
.menu-item .media-heading{margin-bottom: 0;color:#494949;font-weight: normal;}

.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: #999999}
.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: 550px}
@media (max-width: 767px) {
  .item-special {max-width: 50vh}
  .special-img {max-width: 50vh}
}

/********** 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: 27px;
  font-weight: 600;
  text-align: center;
}

.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%}
#header-adderss {color:black;background: white;border-top: 1px solid grey;border-bottom: 1px solid grey;font-size: 1.5em;font-weight: 600;height: 35px;padding-top: 4px;cursor: pointer}

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