#delivery div {
    height: 120px;
}
body {
    margin: 0px;
    padding: 0px;
}
#footer {
    height: auto;
    background: rgba(76, 76, 76, 1);
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(89, 89, 89, 1) 99%, rgba(44, 44, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(0%, rgba(71, 71, 71, 1)), color-stop(0%, rgba(0, 0, 0, 1)), color-stop(99%, rgba(89, 89, 89, 1)), color-stop(100%, rgba(44, 44, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(89, 89, 89, 1) 99%, rgba(44, 44, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(89, 89, 89, 1) 99%, rgba(44, 44, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(89, 89, 89, 1) 99%, rgba(44, 44, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(89, 89, 89, 1) 99%, rgba(44, 44, 44, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#2c2c2c', GradientType=0);
}
body {
    background: rgba(0, 0, 0, .7)!important;
}
#social {
    width: 58px;
    height: 40px;
    list-style: none;
    position: relative;
}
#social li {
    margin: 4%;
    margin-bottom: 10px;
}
#social li:hover {
    cursor: pointer;
    border: 1px inset #fff;
}
#social li:nth-child(1) {
    background: #d3492c;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(../../images/social/google.png) no-repeat #d3492c;
    background-size: contain;
    background-position: center;
}
#social li:nth-child(2) {
    background: #204385;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(../../images/social/fb.png) no-repeat #204385;
    background-size: contain;
    background-position: center;
}
#social li:nth-child(3) {
    background: #2aa9e0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(../../images/social/twitter.png) no-repeat #2aa9e0;
    background-size: contain;
    background-position: center;
}
#delivery .span4:hover {
    cursor: pointer;
    background: url(../../images/main.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
#cont h3:hover {
    color: pink !important;
}
.metro p {
    font-size: 12px;
}
.metro h1 {
    font-size: 22px;
}
.metro li {
    font-size: 12px;
}
.metro {
    font-size: 12px;
}
.metro h2 {
    font-size: 18px;
}
.metro h3 {
    font-size: 16px;
}
.metro .table.bordered {
    border-color: #B3BABA !important;
    border-style: solid !important;
    border-width: 1px !important;
}
.table.bordered th {
    border-left: 1px solid #B3BABA !important;
    border-bottom: 1px solid #B3BABA !important;
}
#contact_info {
    font-weight: none;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

#faqs h3, #faqs p{
    font-size: 14px;
    
}

#faqs h3{
    font-style: italic;
}