body {
    background-color: #f6f6f6
}

h1 {
    font-size: 40px;
    font-weight: 600;
}

h4 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.closed {
    color: #DD3F3F !important;
}

#mainNav {
    z-index: 20;
}

.table .fa-check {
    color: #70C94F;
}

.table th {
    font-weight: normal;
    border-style: none;
    font-size: 15px;
    color: #4d4d4d;
    text-align: center
}

.table {
    margin: 0 auto;
    max-width: 80%;
}

.inf {
    margin: 0px;
    margin-top: -10px;
    color: #4d4d4d;
    margin-bottom: 10px;
    font-size: 17px;
}

.list-icons {
    margin: 0px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.menus i {
    
}

.menus p {
    
}

#dropdownMenuLink {
    font-size: 15px;
    color: gray;   
}

.map-container {
    width: 220px;
    height: 220px;
    position: relative;
    margin: 0 auto;
}

#map-back-filter {
    position: absolute;
    width: 220px;
    height: 50px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.7;
}

#map-back-text {
    position: absolute;
    width: 220px;
    height: 50px;
    bottom: 0;
    left: 0;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #222222;
    padding: 10px;
}

.restaurant-info {
    margin: 0;
}

#map-column {
    padding-top: 10px;
}

#info hr {
    width: 80%;
    padding: 20px;
}

#info-agg .list-inline-item {
    margin: 5px;
    font-size: 16px;
    color: #4d4d4d;
}

#footer {
    width: 100%;
    background-color: #E9E9E9;
    margin-top: 35px;
    text-align: center;
    font-size: 15px;
}

#footer a {
    color: #70C94F;
    text-decoration: none;
}

.header-logo {
    max-width: 100px;
    max-height: 60px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.header-container {
    color: white;
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 350px;
    background-image:
        url('http://www.universofood.net/wp-content/uploads/2017/06/2018-anno-cibo-italiano-710x315.jpg');
}

.header-container hr {
    background-color: #ffffff;
}

.header-filter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);    
    -webkit-box-shadow: 0px 1px 3px 1px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 1px 3px 1px rgba(204, 204, 204, 1);
    box-shadow: 0px 1px 3px 1px rgba(204, 204, 204, 1);
}

.box {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin: 2px;
    padding: 30px;
    text-align: center;
    /*-webkit-box-shadow: 0px 1px 3px 1px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 1px 3px 1px rgba(204, 204, 204, 1);
    box-shadow: 0px 1px 3px 1px rgba(204, 204, 204, 1);*/
}

.menu-link {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-color: #70C94F;
    border-width: 1px;
    border-radius: 3px;
    color: white;
    margin: 7px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    background-color: #70C94F;
    line-height: 40px;
}

.menu-link:hover {
    color: white;
    background-color: #56b036;
}

.carousel-background-dark {
    
}

.image-responsive {
    max-width: 100%;
    height: 400px;
    width: auto;
    cursor: pointer;
}

.image-responsive-zoom {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.image-box-zoom {
    height: 100%;
}

.text-dailymenu {
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    background-color: white;
    max-width: 50%;
    margin: 0 auto;
}

.custom-carousel-indicators {
    bottom: -30px;
}

.custom-carousel-indicators li {
    background-color: #ccc;
}

.custom-carousel-indicators li.active {
    background-color: #70C94F;
}

.custom-carousel-control-next {
    background-color: #808080;
    text-align: center;
    border-radius: 100px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 3px;
}

.subheading {
    font-style: italic;
}

.image-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.custom-carousel-control-next:hover {
    
}

.custom-carousel-control-prev {
    background-color: #808080;
    text-align: center;
    border-radius: 100px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 5px;
}

.custom-carousel-control-prev:hover {
    
}

.custom-carousel-caption p {
    background-color: #4d4d4d;
    border-radius: 2px;
    margin: 0;
    background: rgba(77, 77, 77, 0.7);
    font-size: 14px;
}

.p-title {
    padding: 5px;
    font-weight: bold;
    border-color: #cccccc;
    border-width: 0.2px;
    color: #222222;
    margin: 5px;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
}

#p-title-info {
    font-weight: normal;
    color: #4d4d4d;
    font-size: 15px;
}

.p-title i {
    color: #70C94F;
}

#dropdownMenu2 {
    background-color: transparent;
    margin-top: 5px;
    text-align: center;
}

#gallery { 
    background-color:#fff;  
    max-width: 90%; 
}

.imgs-grid .imgs-grid-image .image-wrap img{
	max-height:220px;
}

a:hover {
    text-decoration: none;
    color: #70C94F;
}

.dropdown {
    text-align: center;
}

#header-tags-section {
    margin: 10px;
}

.header-tag {
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 11px;
    text-align: center;
    padding: 5px;
    margin: 0px;
}

.header-size {
    color: white;
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 350px;
    overflow: hidden;
    z-index: 1;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding: 5px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.dailymenu-modal-close {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
}

.gallery {
    width: 100%;
    margin-bottom: 30px;
}

