
/* *********************************** Start Main **************************************************** */

body {
    overflow-x: hidden !important;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -ms-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
    -webkit-background-repeat:  repeat;
    -moz-background-repeat:  repeat;
    -ms-background-repeat:  repeat;
    -o-background-repeat:  repeat;
    background-repeat: repeat;
    font-family: 'Open Sans', sans-serif;
    height: 100% !important;
}


/*.food-menu { */
/*    -webkit-background-image: url('../images/back_lightwood.jpg');*/
/*    -moz-background-image: url('../images/back_lightwood.jpg');*/
/*    -ms-background-image: url('../images/back_lightwood.jpg');*/
/*    -o-background-image: url('../images/back_lightwood.jpg');*/
/*    background-image: url('../images/back_lightwood.jpg');*/
/*}*/

ul { margin: 0;padding: 0 }

a { 
    text-decoration: none; 
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

a:hover, a:active { text-decoration: none; }

.clearfix { clear: both; }

.ads-xs { display: none }

.ads-cont-xs { width: 300px;height: 250px;margin:auto;margin-bottom: 40px }

.lang {
    display: inline-block;
    color: #FFF;
    /*margin-top: 10px;*/
    margin-right: 25px;
    font-size: 14px;
    float: right;
    font-family: 'DroidArabicKufiRegular',sans-serif;
}

.lang span { display: inline-block;margin-right: 5px }

.lang:hover { color: #FFF }

/* ************************************ End Main **************************************************** */



/* *******************************************  Start Ads ******************************************* */

.ads {
    width: 160px;
    height: 600px;
    /*background:rgba(255, 255, 255, .2);*/
    margin-top: -142px;
}

.ads-center {
    width: 728px;
    height: 90px;
    /*background:rgba(255, 255, 255, .2);*/
    margin: auto;margin-top: 10px
}

/* .ads-left {} */

.ads-right { float: right; }

/* *******************************************  End Ads ******************************************* */



/* ***************************************  Start Left food *************************************** */

.food { position: relative;overflow: hidden; }

.food .food-name {
    background-color: #af000d78;
    border-bottom: 1px solid #af000d;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.food .food-name h1 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.food .food-detail {
    background-color: rgba(220, 220, 220, 0.45);
    text-align: center;
    padding-bottom: 40px;
}

.food .food-detail img {
    height: 100px;
    width: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.food .food-detail .tel {
    margin-bottom: 20px;
    background-color: #ffffff73;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    border:1px solid #CCC;
}

.food .food-detail .tel a {
  background-color: transparent;
  color: #c00;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.food .branches {
    /*margin-bottom: 0px;*/
    /*background-color: #f5f5f578;*/
    /*color: white;*/
    /*border: 1px solid transparent;*/
    /*border-radius: 3px;*/
    /*border-bottom-left-radius:0;*/
    /*border-bottom-right-radius:0;*/
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);*/
    /*-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);*/
    /*-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);*/
    /*-o-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, .08);*/
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    /*padding: 10px;*/
    /*cursor: pointer;*/
    /*font-size: 16px*/
}

.food .branches:hover { text-decoration: underline; }

.food .branches-cont {
    background: #FFF;
    margin-left: 15px;
    margin-right: 15px;
    /*border: 1px solid #CCC;*/
}

.food .branches-cont ul { 
    list-style: circle inside;
    text-align: left;
    margin-left: 20px;
    color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}
.food .areasdata {
    margin-bottom: 0px;
    /*background-color: #f5f5f578;*/
    color: #333;
    border: 1px solid transparent;
    border-radius: 3px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    cursor: pointer;
    font-size: 16px
}

.food .areasdata:hover { text-decoration: underline; }
.food .areasdata-cont {
    background: #FFF;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #CCC;
}

.food .areasdata-cont ul {
    list-style: circle inside;
    text-align: left;
    margin-left: 20px;
    color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}

.food .food-date { 
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

.food .food-date p {
    margin-bottom: 0;
    color: #000;
    /*border: 1px solid #CCC;*/
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
}

.food .similar-food-head {
    background-color: #af000d;
    border-bottom: 1px solid #af000d;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    padding: 7px 15px;
}

.food .similar-food-head h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
}

.food .similar-food-cont { background: #DDD }

.food .similar-food .similar-food-ul {
    list-style-type: none;
    margin-top: 10px;
}

.food .similar-food img {
    margin: 2.5px 2.5px 2.5px 2.5px;
    width: 50px;
    height: 50px;
}

.food .similar-food h4 , .food .similar-food img { display: inline-block; }

.food .similar-food {    
    background: #DDD;
    border-radius: 4px;
    padding-bottom: 2px;
    margin-top:20px
}

.food .similar-food .similar-food-li {
    background: #9F0000;
    display: block;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 7px;
    width: 90%;
    cursor: pointer;
}

.food .similar-food a { color: #FFF }

.food .similar-food h4 { font-size: 15px }

.food .similar-food img { border-radius: 6px;padding: 3px; }

/* *****************************************  End Left food ****************************************** */



/* **************************************  Start Center food ***************************************** */

.food .Food-Tabs ul { 
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    text-align: center;
 }

.food .Food-Tabs ul li {
    display: inline-block;
    padding: 2px;
    cursor: pointer
}

.food .Food-Tabs ul li.active { border: 2px solid #CCC;border-radius: 4px }
            
.food .Food-Tabs #my-tabs img {
    margin: 2.5px 2.5px 2.5px 2.5px;
    width: 50px;
    height: 75px;
    border-radius: 3px;
}

.food .Food-Tabs .tab-cont .img-responsive { 
    max-width: 90%;
    display: block;
    margin: auto;
}

@-webkit-keyframes heartbeats {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(0.9); }
    100% { -webkit-transform: scale(1); }
}

.food .shake-heart:hover, .food .shake-heart:focus{
    -webkit-animation-name: heartbeats;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
}

/* *********** bottom-content ****************** */

.food .bottom-cont .panel {
    text-align: center;
    border-color: rgba(175,0,13,1);
    margin-top: 10px;
}

.food .bottom-cont .panel-heading {
    border-color: rgba(175,0,13,1);
    background-color: rgba(175,0,13,1);
    text-align: left;
}

.food .bottom-cont .panel-heading a { text-decoration: none; }

.food .bottom-cont .panel-heading a h4 {
    color: white;
    margin-top: -3px;
    margin-bottom: -3px;
}

.food .food .bottom-cont .panel-body { background-color: #fbf3df; }

.food .bottom-cont .panel-body h5 { 
    height: auto;
    margin-top: -6px;
    margin-bottom: -10px;
    text-align: left;
    font-size: 12px;
    color: #333;
}

.food .special-h5 {
    margin-top: 40px;
    color: #a4542c;
    overflow: hidden;
    margin-bottom: 40px;
    font-size: 35px;
}

.food .container-flui .row .col-lg-3 { padding-left: 5px;padding-right: 5px }

.container-flui { overflow: hidden; }


/* ************************************** End Center food ***************************************** */



/* *********************************** Start Rest-link-cont *************************************** */

.Rest-link-cont hr { margin-top: 5px;margin-bottom: 5px }

.Rest-link-cont { 
    background: rgba(127, 42, 9, 0.25);
    margin-top: 15px;
    padding-top: 10px
}

.Rest-link {
    text-align: center;
    color: #FFF;
    display: block;
    margin: auto;
    border: 2px solid #FFF;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 10px;
    opacity: .5;
}

.Rest-link:hover { border: 2px dotted #FFF }

.Rest-link p { color: #FFF;font-size: 13px;margin-bottom: 0}

.last-ads-cont { 
    position: fixed;
    bottom: 0%;
    width: 100%;
    /*margin-left: 2%;*/
    height: 92px;
    left : 50%;
    /*background:rgba(255,255,255,.8);*/
    display: none;
    transform: translate(-50% ,0 );
    /*max-height: 90px;*/
    /*z-index: 9999999999999;*/
}

/* *********************************** End Rest-link-cont *************************************** */



/* *********************************** Start footer-ads **************************************** */

.footer-ads { padding-top: 5px;padding-bottom: 25px;background-color: rgba(127, 42, 9, 0.25) }

.footer-ads .footer-ads-cont { width: 300px;height: 250px;background-color: #FFF/*rgba(255, 255, 255, .2)*/ }

/* *********************************** End footer-ads **************************************** */



/* **************************************** Start Footer ******************************************* */
            
.Footer {
    background-color: #0567C3;
    color: #FFF;
}

.Footer img {
    width: 26px;
    height: 26px;
}

.Footer ul li  {
    display: inline-block;
    margin-left: 17px
}

.Footer .footer-social { text-align: center;margin-top: 5px }

.Footer .copyright { line-height: 36px }

.Footer .copyright a { color: #ff2b5b }

.Footer .footer-second ul { margin-left: 15px }

.Footer h4 { cursor: pointer; }

.Footer .footer-links { list-style-type: none;line-height: 36px  }

.Footer .footer-links a { color: #FFF }  


/* **************************************** End Footer ******************************************* */


/* ************************************* Start Scroll-top **************************************** */

.Scroll-top {
    position: fixed;
    right: 30px;
    bottom: 10%;
    z-index: 4000;
    height: 30px;
    width: 30px;
    background-color: #ff2b5b;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    opacity: .7;
    border-radius: 2px
}

.Scroll-top:hover {
    opacity: 1
}

/* ************************************* End Scroll-top **************************************** */

.main-logo img { 
    width: 300px;
    margin-top: 0px;
    margin-bottom: 0px
}


/* ************************************* Start About ******************************************* */


.about { 
     -webkit-background-image: url('../images/back_lightwood.jpg');
    -moz-background-image: url('../images/back_lightwood.jpg');
    -ms-background-image: url('../images/back_lightwood.jpg');
    -o-background-image: url('../images/back_lightwood.jpg');
    background-image: url('../images/back_lightwood.jpg');
}

.about .about-cont {
    padding: 25px;
    background-color: rgba(255,255,255, 0.5);
    border-radius: 5px 5px 5px 5px;
    width: 450px;
    display: block;
    margin: auto;
    margin-top: 100px;
}

.about .about-cont h3 { margin-bottom: 30px;font-weight: bold; }

.about .about-cont .labeled { color: #333;font-weight: bold; }

.about .about-cont a:nth-of-type(2) { display: inline-block; }

.about .about-cont .dotted {
    display: inline-block;
    margin-left: 41px;
    font-weight: bold;
}


@media (max-width: 730px) {

    .about .food .col-xs-8 { width: 100% }
}


@media (min-width: 730px) and (max-width: 850px) {

    .about .about-cont { width: 350px }
}


@media (max-width: 600px) {

    .about .about-cont { width: 400px }
}

@media (max-width: 450px) {

    .about .about-cont { width: 300px }
}

/* ************************************* End About ******************************************* */

.advertise { background-image: url('../images/back_lightwood.jpg') }

.advertise .advertise-cont {
    margin-top: 50px;
    text-align: right;
    direction: rtl;
    background: rgba(255,255,255, 0.5);
    padding: 20px;
    border-radius: 5px;
}

.advertise .advertise-cont .img-reponsive { width: 80% }

.advertise .advertise-cont img { 
    width: 150px !important;
    border-radius: 6px;
}

.advertise .media-body p { 
    margin-right: 20px;font-weight: 700;font-size: 15px;
    font-family: 'DroidArabicKufiRegular',sans-serif;
}

.advertise .advertise2-cont {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 25px;
    background-color:rgba(255,255,255, 0.75); 
    border-radius: 5px 5px 5px 5px;
}

@media (max-width: 730px) {

    .advertise .food .col-xs-8 { width: 100% }
}

@media (max-width: 600px) {
    .advertise .media .media-left {
        display: block;
        margin-bottom: 20px;
    }
}


.rrssb-buttons { 
    width: 90% !important;
    margin: auto !important;
    margin-top: 20px !important;
}


/* *********************************************************************** */

.ads-left-fixed {
    position: fixed;
    top: 50px;
    margin: 0;
    left: 15px;
    z-index: 9999;
}

.ads-right-fixed {
    position: fixed;
    top: 50px;
    margin: 0;
    right: 15px;
    z-index: 9999;
}

.food .similar-food .similar-food-li { width: 95% }


.food .similar-food img {
    border-radius: 6px;
    padding: 3px;
    width: 26%;
}

.food .similar-food-ul .similar-food-li h4 {
    width: 66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -5px;
}
