@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
@import url(http://fonts.googleapis.com/css?family=Slabo+27px);

#lunch_title
{
    text-align: center;
    font-family: 'Bree Serif', serif;
}

.popup
{
    border-radius: 0px;
    margin-top: 25%;
    background-color:rgba(0, 0, 0, 0.46);
    border: 4px solid #3396B7;
}

.pop_main
{
    width: 100%;
    min-height: 100px;
    /* background-color: #EDEDED;*/

}

.pop_header
{
    width: 100%;
    min-height: 50px;
    color: rgb(255, 129, 17);
}

.pop_center
{
    width: 100%;
    min-height:200px;
    padding-top:35px;
}

.center_inside1
{
    width:25%;
    margin-left:58px;
    min-height: 150px;
    float: left;


}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11001;
    background: none;
}

.inside11
{
    width:60%;
    min-height:70px;
    margin: 0 auto;
}

.center_inside2
{
    width:25%;
    min-height: 150px;
    float: left;

}


.inside22
{
    width:60%;
    min-height:70px;
    margin: 0 auto;

}

.center_inside3
{
    width:25%;
    min-height: 150px;
    float:left;
}

.inside33
{
    width:60%;
    min-height:70px;
    margin: 0 auto;

}


#imgp1
{
    width: 100%;
    height: 100%;
}

#inside_title
{
    text-align: center;margin-top: 5px;
    font-family:monospace;
    color:#647AA9;
    font-weight: 600;

}

.pop_footer
{
    width: 100%;
    min-height: 20px;
}
.pop_footer .p-wait{
    text-align: center;
    font-family: 'Sintony';
    color: rgb(220, 200, 78);
    font-weight: 600;
    font-size: 23px;
}
.pop_footer .p-lau{
    text-align: center;
    font-family: 'Sintony';
    color: rgba(108, 226, 75, 0.91);
    font-weight: 600;
    font-size: 20px;
}
@media screen and (max-width: 1080px) {
    .top-lv-1 .left-adver {display: none;}
    .center-first-fluid .top-lv-1 .left-slider-main {
        width: 64%; margin-left: 0px;
    }
    .center-first-fluid .top-lv-1 .right-form {
        width: 35%;}
    .top-lv-2 .lv-2-offers ul li {
        display: inline-block;
        width: 22%;
    }
}
@media screen and (max-width: 768px){
    .modal {
        overflow: scroll;
    }
    .top-lv-2  {display: none;}

    .top-lv-1 .right-wrapp input.btn {
        margin: 0px;
    }
    .top-lv-1 .right-wrapp p.sm-p {margin-bottom: 18px;}
    .top-lv-1 .right-wrapp p.title-p {margin-bottom: 25px;}
}
@media screen and (max-width: 640px){
    .center-first-fluid .top-lv-1 .left-slider-main {
        width: 100%;}
    .center-first-fluid .top-lv-1 .right-form {
        width: 100%;
    }
    .footer .about-com {
        display: none;
    }
    .footer .foo-stickers{display: none;}
}
@media screen and (max-width:480px) {

    .center_inside1
    {
        width:30%;
        margin-left: 0px;
    }

    .center_inside2
    {
        width:30%;
        margin-left: 5%;
    }

    .center_inside3
    {
        width:30%;
        float: right;
    }
}