@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%;
}

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

}

.pop_header
{
    width: 100%;
    min-height: 50px;
    color: rgb(4, 152, 112);
}

.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;
}

.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;
}

@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;
    }
}