/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Theme Name: Fresh Box
Author: Aditya Bhaskar Sharma
Author URI: www.twitter.com/adictonator
Version: 1.1
Description: (c) Fresh Box - All Rights Reserved
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


/*! CSS Reset !*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/*! Extra Fonts !*/
@font-face {
    font-family: "Boston Traffic";
    src: 
        url("fonts/bt.eot?") format("eot"), 
        url("fonts/bt.woff") format("woff"), 
        url("fonts/bt.ttf") format("truetype");
}

@font-face {
    font-family: "Dancing Script OT";
    src: 
        url("fonts/DancingScript-Regular.eot?") format("eot"), 
        url("fonts/DancingScript-Regular.woff") format("woff"), 
        url("fonts/DancingScript-Regular.ttf") format("truetype"), 
        url("fonts/DancingScript-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Bebas Neue Regular";
    src: 
        url("fonts/BebasNeue Regular.eot?") format("eot"), 
        url("fonts/BebasNeue Regular.woff") format("woff"),
        url("fonts/BebasNeue Regular.ttf") format("truetype"), 
        url("fonts/BebasNeue Regular.otf") format("opentype");
}

@font-face {
    font-family: "SUPERHERO";
    src: 
        url("fonts/SUPERHERO.eot?") format("eot"), 
        url("fonts/SUPERHERO.woff") format("woff"), 
        url("fonts/SUPERHERO.ttf") format("truetype"),
        url("fonts/SUPERHERO.otf") format("opentype");
}


/*! Basic Styling !*/
html, body {
    height: 100%;
    width: 100%;
}
body {
    overflow-x: hidden;
    background-color: #f7f7f7;
}
a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;  
}
a:hover {
    text-decoration: none !important;
}
ul li {
    list-style-type: none;
}


/*! Header Contents !*/
.head-content {
    min-height: 650px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}
.head-content, .small-hg {
    background: url(img/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 10px 100px;
    border-bottom: 4px solid #b22222;
}
/* button group */
.head-content .head-btn a {
    padding: 10px 50px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
}
/* down arrow*/
.head-content .down-arr {
    margin: 50px auto 0;
}
.head-content .down-arr a {
    color: #ccc;
    border: 2px solid #ccc;
    font-size: 30px;
    padding: 30px;
    border-radius: 100em;
}
.head-content .down-arr a:hover {
    background: rgba(204, 204, 204, 0.5);
    border: 2px solid #fff;
    color: #fff;
}


/*! Logo !*/
.logo {
    margin: 50px auto;
}
.logo img {
    width: 250px;
    margin: auto;
    transition: all ease-in-out .4s;
}
.logo img:hover {
    opacity: 0.8;
}


/*! Navigation !*/
.navigation {
    background: #fff !important;
    border:  0 none;
    font-family: 'Bebas Neue Regular';
    padding: 20px;
    margin: 0 auto;
    border-bottom: 2px solid #dbdbdb;
    border-radius: 0;
    -moz-border-radius: 0; 
}
.navigation:hover {
    background-color: #dbdbdb !important;
}
.navbar-collapse {
    text-align:center;
}
.navbar-nav {
    display:inline-block;
    float:none;
}
.navigation ul li {
    border-bottom: 4px solid transparent;
}
.navigation ul li:hover:not(.active) {
    border-bottom: 4px solid #181818;
}
.navigation ul li a {
    font-size: 30px;
    color: #969696 !important;
}
.navigation ul li a:hover {
    color: #000 !important;
}
.navbar-collapse .active a {
    background-color: transparent !important;
    color: #000 !important;
    border-bottom: 4px solid #181818;
}
.navbar-collapse .active a:before {
    content: '.';
    color: #181818;
    padding: 10px;
}
.navbar-collapse .active a:after {
    content: '.';
    padding: 10px;
    color: #181818;
}
.navbar-toggle .icon-bar {
    background: #000 !important;
}
.navbar-toggle:hover > .icon-bar {
    background: #fff !important;
}
.navbar-brand {
    font-size: 20px;
    color: #000 !important;
}


/*! About Us Banner !*/
.about-us h1 {
    font-size: 60px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px;
    font-family: Boston Traffic;
}
.about-us p {
    margin: 30px;
    line-height: 1.5em;
}


/*! Main Content !*/
.main-content {
    margin: 30px 0;
}
.main-content .items {
    margin: 10px 0;
}
.main-content .items img {
    border: 1px solid #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 14px #ccc;
    -moz-box-shadow: 0 0 14px #ccc;
    box-shadow: 0 0 14px #ccc;
}
.main-content .items img:hover {
    -webkit-box-shadow: 0 0 18px #ccc;
    -moz-box-shadow: 0 0 18px #ccc;
    box-shadow: 0 0 18px #ccc;
    opacity: 0.5;
}


/*! Menu Items !*/
.menu-head {
    margin: 20px 0;
    color: #fff;
    background-color: #cfcfcf;
    position: relative;
    z-index: -2;
}
.menu-head h2 {
    font-weight: bold;
    font-family: 'Boston Traffic';
    text-transform: uppercase;
    font-size: 25px;
    padding: 5px 0;
    -moz-transform: skewX(2deg) skewY(-2deg);
    -webkit-transform: skewX(2deg) skewY(-2deg);
    -o-transform: skewX(2deg) skewY(-2deg);
    -ms-transform: skewX(2deg) skewY(-2deg);
    transform: skewX(2deg) skewY(-2deg);
    position: relative;
    z-index: -1;
    background-color: #000;
}
.menu-head h3 {
    background-color: #b22222;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.menu-head .small {
    color: #000;
    font-style: italic;
}
.menu-item {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}
.menu-item-group {
    border-bottom: 1px dotted #000;
}
.menu-item .menu-name {
    float: left;
    text-align: left;
}
.menu-item .menu-price {
    text-align: right;
}
.menu-item .up {
    font-size: 20px;
    font-weight: bolder;
    background-color: #fff687;
    color: #181818;
    padding: 2px 3px;
    font-family: 'Bebas Neue Regular';
}
/* menu center !*/
.menu-center {
    margin: 20px 0;
    color: #fff;
    background-color: #181818;
    font-family: 'Diner-Fatt';
    position: relative;
}
.menu-center .strip {
    position: absolute;
    top: 30px;
    left: -10px;
}
.menu-center .strip, .contact h1 {
    background-color: #b22222;
    color: #fcfcfc;
    text-shadow: 0 1px 1px #181818;
    font-family: 'SUPERHERO';
    font-size: 50px;
    box-shadow: 0 1px 2px #000;
    width: 100%;
    padding: 5px 20px;
}
.menu-logo img {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.menu-time {
    color: #b22222;
    position: inherit;
    margin: 150px 0 30px;
    font-family: 'SUPERHERO';
    border-top: 1px solid rgba(72, 72, 72, 0.5);
    border-bottom: 1px solid rgba(72, 72, 72, 0.5);
}
.menu-time .time:hover {
    padding-left: 5px
}
.menu-time .time {
    text-shadow: 0 1px 1px #656565;
    font-size: 55px;
}
.menu-time .to {
    font-family: 'Dancing Script OT';
    font-size: 25px;
    color: #ccc;
}
.menu-time .day {
    font-size: 25px;
}
    
.menu-details {
    padding: 20px 50px;
    font-family: 'Dancing Script OT';
    line-height: 1.2em;
    font-size: 35px;
}
.menu-details p {
    margin: 51px 0;
}


/*! Footer !*/
.foot {
    clear: both;
    padding: 50px 0;
    border-top: 4px solid #b22222;
    background: #181818;
    color: #d9d9d9;
    font-family: 'Bebas Neue Regular';
}
.foot-logo {
    background-image: url(img/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px;
    max-width: 120px;
    max-height: 80px;
    margin: 10px auto;
    opacity: 0.3;
    cursor: pointer;
}
.foot-logo:hover {
    opacity: 0.8;
}
.foot-creds {
    padding: 10px 20px;
    font-size: 20px;
}
.foot-creds .me a {
    color: #b22222;
    border-bottom: 2px solid #b22222;
    padding-bottom: 2px;
}
.foot-creds .me a:hover {
    color: #d63434;
    padding-bottom: 4px;
    border-bottom: 3px solid #b22222;
}
.foot-up {
    margin-top: 20px;
}
.foot-up a {
    color: #a0a0a0;
    padding: 20px;
    background-color: #000;
}
.foot-up a:hover {
    color: #fff;
    background-color: #0b0b0b;
}


/*! Contact Form !*/
#contact-form {
    margin: 50px auto;
    background-color: #ccc;
    padding: 20px 30px;
    box-shadow: inset 0 0 10px 1px #444;
}
#contact-form button {
    height: 50px;
    font-family: 'Bebas Neue Regular';
    font-size: 25px;
    letter-spacing: 5px;
}
#contact-form label {
    font-size: 18px;
    color: #444;
}
#contact-form label:after {
    content: ':'
}
#contact-form .help-block {
    color: #b22222;
    font-size: 15px;
    font-weight: 700;
}

/*! Media Query !*/
@media only screen and (max-width: 767px) {
    .menu-center .strip {
        font-size: 45px;
    }
    .menu-time {
        color: gray;
        padding-top: 100px;
        font-size: 50px;
    }
}