

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,600,700);

body {
    font-family: 'Titillium Web', sans-serif;
    background-color: #2c2828;
}

button:focus, input[type=submit]:focus{
    background-color: #e49a14;
    background: #e49a14;
}

.kierowca {
    position: fixed;
    right: -427px;
    top: 150px;
    transition: all 0.3s ease;
    z-index: 999;
}

.kierowca:hover {
    right: 0;
}

#warrning-top {
    background: red;
    color: #fff;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 200;
}

#warrning-top p {
    color: #fff;
    margin: 0;
}

@media screen and (min-width: 880px) {
    .mobile {
        display: none;
    }

    #sidebar {
        position: fixed;
        left: 0;
        top: 0;
        width: 178px;
        height: 100%;
        background-color: #2c2828;
        z-index: 10;
        -webkit-box-shadow: 3px 0px 5px 0px rgba(20, 20, 20, 0.75);
        -moz-box-shadow:    3px 0px 5px 0px rgba(20, 20, 20, 0.75);
        box-shadow:         3px 0px 5px 0px rgba(20, 20, 20, 0.75); 
    }
    .content-container {
        height: 100%;
        max-width: 100%;
        margin-left: 178px;
        margin-top: 92px;
        background: #2c2828;
        color: #fff;

    }

    .navbar-collapse{
        padding: 0;

    }
    .navbar-collapse.collapse{
        height: 400px !important;
    }

    .main-content {
        padding: 0 50px 30px 50px;
    }
    #topbar {
        z-index: 9;
        height: 92px;
        position: fixed;
        top: 0;
        padding-left: 178px;
        width: 100%;
        background: url(../img/top_bar_bg.jpg) repeat-x bottom;
        background-color: #2c2828;
    }

    .contact-top-bar {
        height: 92px;
        padding-left: 80px;
    }
    .phone {
        background: url(../img/phone_ico.jpg) no-repeat;
    }

    .watch {
        background: url(../img/watch_ico.jpg) no-repeat;
    }

    #topbar h1 {
        font-size: 25px;
        margin: 15px 0;
    }

    nav{
        height: 50%;
    }
}


.navbar-toggle .icon-bar {
    background-color: #e49a14;
}

.menu-dropdown {
    display: none;
    list-style: none;
}
.navbar-toggle {
    border-color: #e49a14;
}

.navbar-toggle:focus {
    background-color: #e49a14;

}

.navbar-toggle:focus .icon-bar {
    background-color: #000;
}

.main-slider img { 
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.our-menu {
    text-align: right;
    padding-right: 0;
}


.mobile-chicken-menu .product-name {
    color: #e49a14;
    font-size: 18px;
    padding-bottom: 5px;
}

.mobile-chicken-menu .price {
    margin-top: 10px;
    border: 1px solid #e49a14;
    background: none;
    font-size: 18px;
    display: inline-block;
    padding: 5px 11px;
    color: #e49a14;
}

.mobile-chicken-menu > div {
    padding-top: 10px;
    padding-bottom: 10px;

}

.mobile-chicken-menu {
    color: #fff;
}

.mobile-chicken-menu .price-list p {
    display: inline-block;
    margin-bottom: 0;
}
div.product-details  p:first-child {
    margin-right: 10px;
    border-right: 1px solid #423e3e;
}

.price-list > div {
    padding-bottom: 15px;
}

.product-name span {
    font-weight: 400;
    font-size: 15px;
}

span.separator {
    color: #423e3e;
    display: inline-block;
    padding: 0 10px;
}

.new-in-menu > td {
    background: #ed2024 !important;
}

.new-in-menu b:after {
    content: "new";
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 1px 5px;
    margin-left: 10px;
    font-size: 12px;
    border: 1px dashed #ad1e32;
}

.addons {
    background-color: #e49a14;
    border: 2px dashed #000;
    overflow: auto;
    clear: both;
    margin: 15px 0;
}

.addons > div:nth-child(2) {
    padding: 10px;
    text-align: center;
}

.addons > div:nth-child(2)  span {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 15px;
}

.addons > div:first-child {
    color: #262525;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 25px;
}

.addons {
    padding-bottom: 0 !important;
    margin-top: 0;
}

.sauces {
    border: 2px dashed #e49a14;
    padding: 10px 20%;
    text-align: center;
}

.mobile-chicken-menu img {
    max-width: 100%;
    height: auto;
}

#topbar h1 {
    color: #fff;
    font-weight: 600;

}

#topbar a {
    color: #fff;;
    text-decoration: none;
}

#topbar h1 span {
    color: #eda217;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}



nav ul {
    list-style: none;
    padding: 0;
    height: 100%;
    margin: 0;
    margin-top: 90px;
}

nav ul li {
    border-bottom: 1px solid #615e5e;
    height: 20%;
    display: table;
    width: 100%;

}

nav li a {
    color: #dadada;
    display: table-cell;
    width: 100%;
    text-align: right;
    font-size: 16px;
    padding-right: 20px;
    height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
}

nav li a:hover, .current_page_item a {
    background-color: #e49a14;
    color: #fff;
    text-decoration: none;
}


.social {
    text-align: center;
    margin-top: 30px;
}

.fb {
    background: url(../img/fb.jpg) no-repeat;
    height: 26px;
    width: 136px;
    display: block;
    margin: 0 auto;
}

.fb:hover {
    background: url(../img/fb_hover.jpg) no-repeat;
}

#specials {
    padding-left: 300px;
    height: 269px;
    background: url(../img/specials_bg.jpg) no-repeat;
    background-color: #2c2828;
}

#specials > div {
    display: table;
    position: relative;
    height: 100%;
    background: url(../img/specials_divider.jpg) no-repeat right center;
}

#specials > div:last-child {
    background: none;

}

span.day {
    color: #eda217;
    position: absolute;
    right: 20px;
    font-weight: 600;
    padding-left: 25px;
    top: 30px;
    background: url(../img/specials_arrow.jpg) no-repeat left center;
}

.special {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    padding: 0 22px;
}

.meal-day {
    padding: 40px 0;
    background: url(../img/specials_divider.jpg) no-repeat right center;
    color: #fff;
}

.meal-day span.day {
    top: 15px;
}

.meal-day .spacer {
    height: 15px;
}

.testimonials {
    height: 188px;
    background: url(../img/testimonials_bg.jpg) no-repeat;
    display: table;
    width: 100%;
}

.testimonial {

    font-size: 24px;
    padding-left: 70px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.testimonial p {
    background: url(../img/quote.png) no-repeat;
    min-height: 70px;
    width: 60%;
    margin: 0 auto; 
}

#newsletter {
    background: url(../img/newsletter_bg.png) no-repeat;
    height: 230px;
    margin-top: -20px;
    display: table;
    width: 100%;
}

#newsletter input[type=email] {
    background-color: #2c2828;
    border: 1px dashed #e49a14;
    display: inline-block;
    padding: 5px 5px;
    color: #fff;
    text-align: center;
    width: 20%;
    margin-right: 10px;
}

#newsletter input[type=submit], .sendMessage {
    background-color: #eda217;
    color: #282828;
    border: none;
    display: inline-block;
    padding: 7px 10px;
    width: 10%;
}

#newsletter h2 {
    text-transform: uppercase;
    font-weight: 300;
}

#newsletter h2 b {
    font-weight: 600;
}

.lt-overlay {
    background-color: rgba(44, 40, 40, 0.9);
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 999;
    margin-top: -90px;
}

.lt-overlay img {
    max-width: 100%;
    height: auto;
}

.lt-border {
    border: 4px solid #eea218;
    height: 100%;
    padding: 10px 20px;

}

#form-response {
    margin: 0;
    height: 22px;
    text-align: center;
    color: red;
    padding: 0 20px;
}

.lt-container {
    width: 710px;
    height: 427px;
    background: url(../img/nl_bg.jpg) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    padding: 7px;
}

.lt-container h2{
    text-transform: uppercase;
    font-weight: 300;
    color: #2c2828;
    font-size: 29px;
    text-align: center;
}

.lt-container ul {
    margin-top: 25px;
    color:  #2c2828;
    font-weight: 300;
    padding-left: 20px;
    margin-bottom: 15px;
}

.lt-container input[type=email]{
    background-color: #2c2828;
    border-radius: 0;
    color: #fff;
    text-align: center;
    width: 50%;
    font-size: 14px;
    padding: 10px 0;
    vertical-align: top;
}

.lt-container .lt-close {
    height: 25px;
    width: 25px;
    background: url(../img/close_ico.jpg) no-repeat center center;
    background-color: #811827;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.lt-container input[type=submit]{
    background-color: #eda217;
    color: #282828;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 11px 30px;
    vertical-align: top;
}

.lt-container input[type=submit]:focus {
    background-color: #e49a14;
}

.lt-container form {
    margin-top: 10px;
}

.lt-container ul li:last-child {
    font-weight: 600;
}

.lt-container h2 span {
    font-weight: 400;


}

.yellow {
    color: #eda217;
}

#newsletter > div {
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}



.main-content h1 {
    color: #eda217;
    font-weight: 400;
    text-transform: uppercase;
}

.menu-table {
    border-color: #2c2828;

}

.menu-table tr {
    border: none;
}

.menu-table td {
    border-top: none !important;
    border: 1px solid #2c2828;
    background: #000;
    color: #fff;
    position: relative;
}


.menu-table td:nth-child(5n), .menu-table td:nth-child(6n), 
.menu-table td:nth-child(7n), .menu-table td:nth-child(3n),
.menu-table td:nth-child(4n), .menu-table td:nth-child(1){
    vertical-align: middle;
    text-align: center;
}

.menu-table td:nth-child(5n), .menu-table td:nth-child(6n), 
.menu-table td:nth-child(7n), .menu-table td:nth-child(3n),
.menu-table td:nth-child(4n){
    font-size: 18px;
}

.menu-table td:nth-child(1) {
    color: #eda217;
    font-weight: 600;
    font-size: 18px;
}

.menu-table td:nth-child(7n) {
    font-weight: 600;
    font-size: 20px;
}

.menu-table td:nth-child(2n){
    text-transform: uppercase;
}
.menu-table td:nth-child(2n) p{
    text-transform: none;
}

.menu-table td:nth-child(7n+0), .menu-table thead td:nth-child(5n) {
    background-color: #eda217;

}

.menu-table tr:hover td {
    background: rgba(0, 0, 0, 0.6);

}


.menu-table tr:hover td:nth-child(7){
    background-color: #eda217;
}

.menu-table tr td span.glyphicon {
    position: absolute;
    right: 20px;
    top: 25px;   

}

.glyphicon-fire {
    color: red;
}

.glyphicon-leaf {
    color: green;
}
.ingridients {
    margin: 0;
}

.entry-header {
    background: none;
}

.form-group input[type=text], .form-group input[type=email]{
    display: block;
    width: 100%;
    border: 1px dashed #eda217;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.form-group textarea {
    text-align: center;
    border: 1px dashed #eda217;
    background-color: #000;
    color: #fff;
}

#map-canvas {
    border: 1px solid #000;
    height: 450px;
    border-radius: 10px;
    margin: 20px 0;
}

.sendMessage {
    float: right;
    width: 200px;
    text-transform: uppercase;
}

.sendMessage:focus, .sendMessage:hover {
    background-color: #e49a14;
}

.contact-page a {
    font-size: 20px;
    text-decoration: none !important;
    font-weight: 600;
}

.contact-row {
    padding: 5px;
    /*border: 1px dashed #e49a14;*/

}

.contact-row span {
    margin-right: 10px;
    color: #e49a14;

}

.contact-row a {
    color: #fff;
}


#topbar .watch h1 {
    font-size: 18px;
    margin: 5px 0;
    text-align: center;
}


#topbar .watch p {
    margin: 0;
    color: #e49a14;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

#topbar .watch p span {
    color: #717171;
}

.other-meals  h2, .other-meals h4, .other-meals div
{
    background-color: #000;

    margin: 1px;    
    padding: 10px;
    text-align: center;

}

.other-meals h6 {
    margin: 0;
}

.other-meals strong {
    background-color: #eda217;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 25px;

}

.other-meals h6 {
    text-transform: uppercase;
    font-size: 20px;
    color:#e49a14;
}


.kubelek > div:first-child {
    text-align: center;
}

.product-name {
    text-transform: uppercase;
    font-size: 30px;
    color: #ad1e32;
    display: block;
    font-weight: 700;
    padding-bottom: 20px;
}

.product-name span {
    font-weight: 400;
    font-size: 20px;
}

.kubelek p {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}

.price {
    margin-top: -40px;
    background-color: #ad1e32;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    display: inline-block;
    padding: 5px 20px;
}


.addons > div:first-child{
    padding: 15px 0 15px 40px;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.meal {

}

h1.section-title {
    color: #ad1e32;
    font-size: 40px;
    text-align: right;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #811827;
}

.meal-name {
    padding: 20px 0;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
}
.meal-name b {
    font-weight: 700;
    color: #ad1e32;
    display: block;
    font-size: 30px;
}

.meal-price {
    border: 2px solid #811827;
    padding: 5px 15px;
    color: #811827;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
}

.meal-row {
    overflow: auto;
    border-bottom: 1px solid #423e3e;
    padding: 10px 0;
}

@media screen and (min-width: 800px) {

    .meal-img {
        /*border: 1px solid #dadada;*/
        /*height: 150px;*/
        padding: 20px;
    }

    .meal-img img {
        max-width: 80%;
        max-height: 80%;
        height: auto;
        width: auto;
    }

}
@media screen and (min-width: 1290px) {
    #topbar .watch h1 {
        margin: 10px 0 0 0;
    }
}

.sauces {
    display: table;
    width: 100%;

}

.sauces > div {
    text-align: center;
    padding: 20px 0;
    display: table-cell;
    vertical-align: middle; 
    border-right: 1px dashed #dadada;
    border-bottom: 1px dashed #dadada;
}

.sauces {


}

.contact-bar {
    font-weight: 300;
    padding-left: 30px;
    /*height: 60px;*/
    font-size: 25px;
    line-height: 60px;
    color: #fff;
    background-color: #811827;
}

.phone-contact {
    margin-left: 30px;
    display: inline-block;
    /*padding: 2px 10px;*/
    /*border: 2px solid #fff;*/
}

.phone-contact a {
    color: #fff;
}

@media screen and (max-width: 800px){

    body {
        padding-bottom: 65px !important;
    }

    .meal-name {
        text-align: center;
    }


    .our-menu  {
        display: none;

    }

    #sidebar {
        background: #0d0d0d;
        border-top: 3px solid #eca112;
    }

    .brand {
        margin-top: -3px;
    }

    #specials {
        padding-left: 30px;
        background-size: 70px auto;
        height: auto;
    }

    #specials > div {
        padding: 20px 0 20px 0;
        background: none;
    }

    #specials span.day {
        top: 7px;
        display: block;
        position: static;
    }

    .mobile-specials {
        margin-left:  90px;

        text-transform: uppercase;
        color: #e49a14;
        display: block;
    }

    #topbar h1  {
        font-size: 20px;
    }

    #topbar h1 span {
        font-size: 12px;
    }

    #topbar .watch p span {
        display: block;
    }

    #testimonials{
        height: auto;
        background-size: 20px 20px;

    }

    .testimonial {
        padding: 20px;
    }

    .testimonial p {
        width: 90%;
        font-size: 16px;
        background: none;
    }

    #newsletter input[type=email] {
        width: 70%;
        /*display: block;*/
    }
    #newsletter input[type=submit] {
        margin-top: 5px;
        /*display: block;*/
        width: auto;
    }

    #newsletter form {
        text-align: center;
    }

    nav li a {
        padding: 10px 0;
    }

    .main-content h1 {
        margin-top: 20px;
        font-size: 20px;
        border-bottom: 1px solid #e49a14;
        padding-bottom: 5px;
    }

    .entry-content {
        color: #fff;
    }

    .lt-overlay{
        margin-top: 0;
    }

    .lt-container {
        width: 100%;
        height: 100%;
        background: url(../img/nl_bg.jpg) repeat-y center center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto auto;
        padding: 7px;

    }

    .lt-border {
        overflow: scroll;
    }

    .lt-container h2{
        text-transform: uppercase;
        font-weight: 300;
        color: #2c2828;
        font-size: 20px;
        text-align: center;
    }

    .lt-container input[type=email]{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    h1#phone-box {
        position: fixed;
        bottom: 0;
        background: #e99e14;
        width: 100%;
        height: 70px;
        left: 0;
        font-size: 60px;
        z-index: 99;
        margin: 0;
        padding: 15px 40px;
        -webkit-box-shadow: 0px -9px 16px -4px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px -9px 16px -4px rgba(0,0,0,0.5);
        box-shadow: 0px -9px 16px -4px rgba(0,0,0,0.5);
    }

    .contact-top-bar h1#phone-box a {
        position: relative;
        z-index: 999;
    }

    #topbar .watch  p {
        display: none;
        font-size: 18px;
        text-align: center;
    }

    #topbar .watch  p.current {
        display: block;
        padding: 10px;
    }

    #topbar .watch  p.current span{
        content: "Dzisiaj: ";
    }
    #topbar .watch p span {
        display: inline;
    }

    h1#phone-box:before {
        content: "";
        display: block;
        background: url(../img/click_to_call.png) no-repeat;
        background-size: 88% auto;
        height: 95px;
        width: 100%;
        position: absolute;
        top: -29px;
        left: 20px;

    }

    #topbar h1#phone-box {
        font-size: 32px;
    }
    #topbar  h1#phone-box > span {
        display: none;
    }

    mobile-pizza-menu {
        border-top: 1px solid #dddddd;
    }

    .pizza-sizes {
        color: #dddddd;
        background: #000;
        white-space: nowrap;
        overflow: auto;
        transition: all 0.3s ease;
    }

    .pizza-sizes p span {
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .pizza-sizes p{
        margin: 0;
        padding: 5px;
        text-align: center;
        border-right: 1px solid #dddddd;
    }
    .pizza-sizes > div {
        width: 20%;
        float: left;
    }

    .pizza-menu-prizes > div {
        width: 20%;
        float: left;
        text-align: center;
        padding: 5px;
        border: 1px solid #000;
    }
    .pizza-menu-row {
        background: #4c4848;
        color: #fff;
        padding: 8px 11px;
        position: relative;
        overflow: auto;
    }

    .pizza-menu-row:nth-child(odd) {
        background: #2c2828;
    }

    .pizza-menu-row:nth-child(even) {
        background: #4c4848;
    }

    .pizza-menu-row .glyphicon {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .pizza-menu-prizes {
        margin: 0 -10px;
    }

    .pizza-menu-row b {
        color: #e49a14;
        font-size: 18px;
        text-transform: uppercase;
    }
    .pizza-menu-prizes > div:last-child {
        border: 1px solid #e49a14;
        color:#e49a14;
        font-weight: 700;
    }

    .menu-nav > div {
        background-color: #121111;
        position: relative;
    }

    .menu-nav  a { 
        padding: 70px 12px 5px;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
    }

    .menu-pizza {
        background: url(../img/pizza-i.png) no-repeat top 5px center;
        background-size: auto 55% ;

    }

    .menu-pizza:hover, .menu-nav > div.active {
        background: url(../img/pizza-i-hover.png) no-repeat top 10px center;
        background-size: auto 55% ;
        background-color: #e99e14;

    }

    .menu-nav > div.active a {
        color: #000;
    }

    .menu-chicken {
        background: url(../img/kurczaki-i.png) no-repeat top 10px center;
        background-size: auto 55% ;

    }

    .menu-chicken.active {
        background: url(../img/kurczaki-i-hover.png) no-repeat top 10px center !important;
        background-size: auto 55% !important;
        background-color: #e99e14 !important;
    }

    .pizza-sizes.pined {
        position: fixed;
        z-index: 999;
        top:0;
        width: 100%;

    }

    .other-meals {
        padding: 0;
    }

    .other-meals h2 {
        color: #fff;
        font-size: 22px;
        padding: 15px 0;
    }

    .other-meals b {
        text-transform: uppercase;
    }

    .other-meals > div {
        background-color: #2c2828;
        border-bottom: 1px solid #423e3e;
        margin-left: 15px;
        margin-right: 15px;
    }

    .other-meals > div:last-child {
        border-bottom: none;
    }

    .other-meals p { 
        color: #fff;
    }

    /*chicken menu*/

    .meal-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .new-in-menu {
        background: #ed2024 !important;
    }

    .new-in-menu b:after {
        content: "new";
        display: inline-block;
        background-color: #fff;
        color: #000;
        padding: 1px 5px;
        margin-left: 10px;
        font-size: 12px;
        border: 1px dashed #ad1e32;
    }
    .new-in-menu b {
        color: #fff;
    }
    
    .new-in-menu .pizza-menu-prizes > div {
        color: #fff;
        border-color: #fff;
    }
    
    .kierowca {
        display: none;
    }
}