﻿/*
 *
 * (c) Arkadiusz Jarząbek 101 sp. z o.o. 
 *
 */

@font-face {
    font-family: 'Bonzai';
    src: url('/fonts/BonzaiRegular.woff2') format('woff2'), url('/fonts/BonzaiRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    font-family: 'Lato', sans-serif;
    color: #3d3536;
    background-color: FF0000;
}

body,
html {
    /* important */
    height: 100%;
    background: #000;
}
a {
    outline: 0;
 }

/*BEGIN: system*/

.section-space {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-space20-40 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.section-space-big {
    margin-top: 40px;
    margin-bottom: 40px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #B4ADA8;
    margin: 1em 0;
    padding: 0;
}

.bttn.banner {
    display: block;
    padding: 50px;
    margin: 20px 0;
}

.bttn.banner a {
    border: 2px solid #fff;
    padding: 8px 30px 10px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: transparent;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    font-size: 2em;
}

.bttn.banner a:hover {
    background-color: #fff!important;
    border: 2px solid #fff;
    color: #000!important;
    text-decoration: none;
}

.cd-top {
    z-index: 999;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(142, 198, 64, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(255, 0, 0, 0.8) url(/images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: 1px solid #fff;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #8EC640;
    opacity: 1;
}

@media only screen and (min-width:768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters  img {
    max-width: 100%;
  }
 
  .row.no-gutters > [class^="col-"],
  .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

/*END: system*/

.top-contact {
    border: 2px solid #FF0000;
    border-radius: 5px;
    display: inline-block;
    color: #FF0000;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}

.top-contact p {
    margin: 0;
    padding: 10px 50px 10px 50px;
}


/*BEGIN: menu*/

.menu {
    background-color: #FF0000;
    height: 40px;
}

.menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 600;
    display: inline-block
}

.menu a:not(:last-child) {
    padding-top: 10px;
    padding-right: 55px;
}

.menu a:last-child {
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    color:#000;
}

.menu a:last-child:hover {
    text-decoration: none;
    color: #FF0000;
    transition: 0.9s;
}

.menu a:hover {
    text-decoration: none;
    color: #000;
    transition: 0.9s;
}


/*END: menu*/

#zamow{
    border-bottom: 5px solid #FF0000;
}

/*BEGIN: SLIDER*/

.jpslideshow.slide img {
    filter: brightness(50%);
}

.jpslideshow.slide .carousel-caption {
    position: absolute;
    text-align: center;
    top: 20%!important;
    bottom: 0!important;
    right: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
}

.carousel-caption p {
    font-size: 2em;
}

.carousel-caption a {
    text-align: left;
    color: #fff;
    text-shadow: none;
}

.carousel-caption a:hover {
    color: #fff;
}

.carousel-caption h3 {
    color: #fff;
    font-size: 6em;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}

.slider {
    border-bottom: 5px solid #FF0000;
}


/*END: SLIDER */


/*BEGIN: recommendations*/
.recommendations .xx {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;

    -webkit-box-shadow: 5px 5px 5px 0px rgba(181,181,181,0.57);
    -moz-box-shadow: 5px 5px 5px 0px rgba(181,181,181,0.57);
    box-shadow: 5px 5px 5px 0px rgba(181,181,181,0.57);

}

.recommendations .xx:hover {
            background-color: #ecdfd2b8;
        }


     
        .recommendations .xx2 {
            padding-top: 20px;
            padding-bottom: 20px;
            background-color: #fff;

        }

        .recommendations .xx2 p {
            font-size:1.5em

        }

.recommendations {
    text-align: center;
    background: #313132 url('/images/kuchnia-orientalna-warszawa-telesajgon-tlo1.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.recommendations h3 {
    color: #FF0000;
    font-family: 'Bonzai';
    font-size: 5em;
    text-transform: uppercase;
}

.recommendations h4 {
    color: #FF0000;
    font-family: 'Bonzai';
    font-size: 3.7em;
    margin-top: -20px;
}

.recommendations .price  {
    background-color: #8EC640;
    
    padding: 5px 10px 5px 10px;
      color: #fff;
    font-size: 2.5em;
    line-height: 1.5;
    font-weight:bold;

    position: absolute;
    margin-bottom: 0px;
    bottom: 0;
    width:100%;
  }

  .recommendations .leftArrow  {

    position: absolute;
  

	border-bottom: 47px solid #8EC640;
	border-left: 55px solid transparent;
    bottom: 0;
    right: 0;
  }


.recommendations .img-responsive {
    margin: 0 auto;
}

.recommendations .numberCircle {
    border: 2px solid #fff;
    padding: 0px 8px 1px 8px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 50%;
    color: #8EC640;
    background: #fff;
    font-size: .6em;
    position:absolute;
    margin-left:-80px;
    margin-top:5px;

}

.recommendations .shadow {
    background-color: rgba(0,0,0,.3);
}


.recommendations .bttn.banner a {
    border: 1px solid #FF0000;
  font-size: 1.4em;
    color: #FF0000;
    padding: 10px; 
}

.recommendations .bttn.banner a:hover {
    background-color: #fff!important;
    border: 1px solid #fff;
    color: #000!important;
    text-decoration: none;
}

/*END: recommendations */


/*BEGIN: text box*/

.text-box {
    text-align: center;
    background: #313132 url('/images/kuchnia-orientalna-warszawa-telesajgon-text.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.text-box h3 {
    color: #fff;
    font-size: 3.5em;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.text-box p {
    margin-top: 15px;
    font-size: 2.0em;
    color: #fff;
    line-height: 1.5;
}


/*END: text box */


/*BEGIN: info box*/

.info-box {
    text-align: center;
    background: #B5B1AB;
}

.info-box h3 {
    color: #FF0000;
    font-family: 'Bonzai';
    font-size: 5em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.info-box .img-responsive {
    margin: 0 auto;
}

.info-box h4 {
    margin-top: 20px;
    font-size: 2em;
    color: #000;
    text-transform: uppercase;
}

.info-box p {
    margin-top: 15px;
    font-size: 1.5em;
    color: #000;

}

hr {
    border-top: 2px solid #E5DFDB;
}

.info-box .red {
    border-top: 2px solid #FF0000;
    margin: 20px auto;
}


/*END: info box */


/*BEGIN: restaurants*/

.restaurants {
    text-align: center;
    background: #313132 url('/images/kuchnia-orientalna-warszawa-telesajgon-tlo.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.restaurants h3 {
    color: #FF0000;
    font-family: 'Bonzai';
    font-size: 7em;
    text-transform: uppercase;
}

.restaurants h4 {
    background-color: #FF0000;
    margin-bottom: 0px;
    padding: 15px 10px 15px 15px;
    color: #fff;
    font-size: 1.7em;
    line-height: 1.5
}


/*END: restaurants */


/*BEGIN: Contact*/

.contact-bottom {
    text-align: center;
    color: #fff;
    background: #B5B1AB;
}

.contact-bottom h3 {
    text-transform: uppercase;
    color: #000;
}

.contact-bottom p {
    color: #000;
    font-size: 2.5em;
    line-height: .8;
}

.contact-bottom a {
    color: #000;
    font-size: 2.5em;
}

.contact-bottom a:visited {
    color: #000;
    font-size: 2.5em;
}

.contact-bottom .img-responsive {
    margin: 0 auto;
}


/*END: Contact*/


/*BEGIN: footeer*/

.copyright {
    text-align: center;
    background: #2F2F2F;
}

.copyright p {
    color: #fff;
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*END: footer*/


/*BEGIN: Resp*/

@media (min-width: 100px) and (max-width: 1485px) {
    .jpslideshow.slide .carousel-caption {
        top: 5%!important;
    }
    .carousel-caption h3 {}
}

@media (min-width: 100px) and (max-width: 1300px) {
    .jpslideshow.slide .carousel-caption {
        top: 0!important;
    }
    .jpslideshow.slide.bttn.banner {
        padding: 15px;
    }
}

@media (min-width: 100px) and (max-width: 1100px) {
    .jpslideshow.slide .carousel-caption {
        top: -10%!important;
    }
    .jpslideshow.slide.bttn.banner {
        padding: 15px;
    }
}

@media (min-width: 100px) and (max-width: 980px) {
    .jpslideshow.slide .carousel-caption h3 {
        font-size: 4em;
    }
}

@media (min-width: 100px) and (max-width: 860px) {
    .jpslideshow.slide .carousel-caption p {
        font-size: 1.5em;
        margin-top: -20px;
    }
    .jpslideshow.slide.bttn.banner {
        padding: 1px;
    }
}

@media (min-width: 100px) and (max-width: 767px) {
    #top .img-responsive {
        margin: 0 auto;
    }
    .top-contact {
        display: block;
    }
    .jpslideshow.slide .carousel-caption p {
        display: none;
    }
    .jpslideshow.slide .carousel-caption h3 {
        font-size: 3em;
    }

    .menu a:not(:last-child) {
        padding-right: 25px;
    }
    .menu .text-right{
        text-align: center;
    }
    
}
@media (min-width: 100px) and (max-width: 640px) {

    .menu{
        height:auto;
        padding-bottom:10px;
    }
    .menu a{
        display: block;
   
    }
        .menu a:last-child{
       margin-top:10px
   
    }
    .text-box p {
        text-align: justify;
    }
}

@media (min-width: 100px) and (max-width: 480px) {
    .jpslideshow.slide .carousel-caption {
        top: -35%!important;
    }
    .jpslideshow.slide .carousel-caption .bttn.banner a {
        padding: 8px 15px 10px 15px;
    }
    .jpslideshow.slide .carousel-caption p {
        display: none;
    }
    .jpslideshow.slide .carousel-caption h3 {
        font-size: 2em;
    }
    .text-box p {
        text-align: justify;
    }
}

@media (min-width: 100px) and (max-width: 400px) {
    .contact-bottom p {
        font-size: 2.1em;
    }
    .restaurants {
        background-attachment: scroll;
        background-position: center;
    }
    .restaurants h3 {
        font-size: 5em;
    }
    .text-box {
        background-attachment: scroll;
        background-position: center;
    }
    .recommendations {
        background-attachment: scroll;
        background-position: center;
    }
    .text-box p {
        text-align: justify;
    }
    .jpslideshow.slide.bttn.banner {
        margin-top: -30px;
    }
    .jpslideshow.slide .carousel-caption .bttn.banner a {
        padding: 4px 10px 4px 10px;
    }
}

@media (min-width: 100px) and (max-width: 346px) {
    .top-contact {
        font-size: 1.5em;
    }
    .top-contact p {
        padding: 10px 15px 10px 15px;
    }
}
.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    font-size: 16px;
    margin: 8px 0px;
}
.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 16px;
}
 
 /*Menu Badget*/
 
 .badgef:after{
    content:attr(data-count);
    position: absolute;
    background: rgba(134,56,34,1);
    height:2rem;
    top:1rem;
    right:0.5rem;
    width:2rem;
    text-align: center;
    line-height: 2rem;;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
 
}

.btn-success {
    color: #fff;
    background-color: #8EC640;
    border-color: #4cae4c;
}

.order-form label {
    font-size: 1.5em;
    display: block;
    text-align: right;
    padding-top: 10px;
}

.hr-red {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: red;
    font-size: 20px;
    margin: 8px 0px;
}

.hr-red::before,
.hr-red::after {
    content: "";
    flex-grow: 1;
    background: rgba(255, 0, 0, 0.9);
    height: 2px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 16px;
}

.productMenu ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
      background: rgba(0, 0, 0, 0.3);
}

.productMenu li a {
    display: block;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    font-size:1.5em;
}

/* Change the link color on hover */
.productMenu li a:hover {
    background-color: red;
    color: white;
}


#content h4 {
    color: #FF0000;
    font-size: 1.7em;
    font-style:italic;
    font-family: 'Lato', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.fixedBasket {
    position: fixed;
    right: 10px;
    top: 20px;
    height: 150px;
    width: 90px;
    margin: 0;
    padding: 0;
    font-size: 5em;
    color: #fff;
    cursor: pointer;
    cursor: hand;

}
.fixedBasket .count{
    font-size: .5em!important;
}
.fixedBasket em {
background-color:#FF0000;
border-radius:5px;
padding:10px;
  -webkit-box-shadow: 0px 0px 40px #fff;
       -moz-box-shadow: 0px 0px 40px #fff;
            box-shadow: 0px 0px 40px #fff;
}

.rodoBlack {
    color: #000;
    font-size: 1.5em;
    font-weight: normal;
}