/***********
***General**
***********/

body {
    font-family: 'Aladin', cursive;
    font-size: 18px;
    padding-top: 70px;
    position: relative;
}

a:focus {outline: none !important;}

main h1 {
    color: #3e1725;
    font-size: 75px;
}

main h2 {
    color: #3e1725;
    font-size: 70px;
    margin-top: 0px;
    padding-top: 20px;
}

main h3 {
    border-bottom: solid 4px #3e1725;
    color: #3e1725;
    font-size: 50px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-top: 30px;
}

main h4 {font-size: 30px;}

footer {
    background-image: url('../img/menu_bcg.png');
    border-top: solid 1px orange;
    -moz-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.75);
    height: 70px;
}

footer p {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 16px;
}

footer p.small {
    margin-top: 0px;
    margin-bottom: 0px;
}

.white {color: white;}

.small {font-size: 80%;}

.no-padding-top {padding-top: 0px !important;}

.btn-white {
    background: white;
    border-radius: 20px;
    border: solid 1px #441a28;
    color: #441a28;
    font-size: 1em;
    min-width: 150px;
    transition: all 0.3s ease;
}

.btn-white:hover, .btn-white:active, .btn-white.active {
    background: #441a28;
    border: solid 1px #441a28;
    color: white;
    font-size: 1em;
}
.btn:active,.btn:focus{
    outline: none !important;
}
.no-padding {padding: 0px;}

.btn-transparent {
    background-color: rgba(0,0,0,.1);
    border-radius: 0px;
    border: solid 2px white;
    color: white;
    font-size: 20px;
    margin-right: 30px;
    margin-top: 30px;
    min-width: 200px;
    transition: all 0.3s ease;
}

.btn-transparent:active, .btn-transparent:hover {
    background-color: rgba(0,0,0,.5);
    color: white;
    text-decoration: underline;
}

.white {color: white !important;}


/********
**Top Navbar
*********/
#main-menu{
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    background-image: url('../img/menu_bcg.png');
    border-bottom: solid 1px #f28801;
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    height: 70px;
}
.navbar a{
    color:white;
}

.navbar-brand img{
    margin-left: 25px;
    margin-top: -20px;
}
#menu-items a{
    padding-bottom: 23px;
    padding-top: 27px;
}

#menu-items{
    margin-right: 25px;
}
#menu-items a:focus, #menu-items a:hover
{
    background-color: #f28801 !important;
}
#menu-items a.active{
    color: #f28801 !important;
}

#menu-items a.active:hover{
    color: white !important;
}
.lang{
    font-size: 15px;
}
button:focus{
    outline: none;
}
/********************
***RESTAURANT MENU***
*********************/


/*Restaurant menu items*/


.item {
    border-bottom: solid 2px #d2d2d2;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    width: 100%;
}

.item p {
    color: #7e5966;
    float: left;
    font-size: 25px;
    margin-bottom: 20px;
}

.item table {margin-bottom: 20px;}

.item table td {
    color: #7e5966;
    padding-right: 20px;
}

.price {
    color: #3e1725;
    float: right;
    font-size: 30px;
    right: 5px;
    top: 22px;
}

.item p.name {
    color: #3e1725;
    float: left;
    font-size: 30px;
    left: 20px;
    top: 22px;
}

.item-header {
    float: left;
    width: 100%;
}

.volume {
    font-size: 25px;
    padding-left: 30px;
}

.item li {
    color: #7e5966;
    font-size: 25px;
    list-style: circle;
    margin-bottom: 5px;
}

.section > .item:last-of-type {border-bottom: 0px;}

.subsection > .item:last-of-type {border-bottom: 0px;}

.subsection h4 {
    border-bottom: solid 2px #3e1725;
    font-size: 35px;
    width: 50%;
}

#restaurant-menu section,#dania-przystawki,#drinks,#beer,#alcohols,#wines {
    float: left;
    width: 100%;
}
#restaurant-menu h1{
    margin-top: 45px;
    margin-bottom: 45px;
}
#restaurant-menu ul{
    float:left;
}
#restaurant-menu h4{
    color: #441a28;
    margin-top: 20px;
}

/*left sidebar*/
.scrolling-navbar{
    overflow: hidden;
    width: 350px;
    margin-top: 45px;
}

.scrolling-navbar a{
    transition: all 0.3s ease;
}

.scrolling-navbar li{
    list-style-type: none;
}
.scrolling-navbar > ul > li > a{
    color: #3e1725;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;

}
.scrolling-navbar > ul > li > a:hover{
    background-color: white;
    font-weight: bold;

}
.scrolling-navbar > ul > li.active > a{

    font-weight: bold;
}
.scrolling-navbar > ul > li > ul > li > a{
    padding-left: 15px;
    color: #7e5966;
}
.scrolling-navbar > ul > li > ul > li.active > a{
    font-weight: bold;
}
.scrolling-navbar > ul > li > ul > li > ul > li > a{
    transition: all .3s ease !important;
    display: none;
}
.scrolling-navbar > ul > li > ul > li.active > ul > li > a{
    color: #7e5966;
    display: block;
    opacity: 1;
    padding-left: 15px;
    transition: all .3s ease !important;
}
.scrolling-navbar > ul > li > ul > li.active > ul > li.active > a{
    border-left: solid 1px #3e1725;   
}
/********************
***Contact***
*********************/

#map{
    width: 100%;
}
#map-container{
    position: relative;
}

span.error{
    float:right;
    color:red;
}
#contact p{
    margin-bottom: 5px;
}
.hours{
    float:right;
}
#contact-form{
    transition: all .5s ease;
}
#contact-form .btn-white{
    margin-top: 5px;
}
#contact-data a{
    color: #3e1725;
}
#contact-data a:hover{
    color: #7e5966;
}
#contact input, #contact textarea{

}
#map-caption{
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    background-color: red;
}
/********************
***ABOUT US**********
*********************/
#about-us section{
    float:left;
    width: 100%;
}
.description{
    display: table;
    padding: 1.5em 3em;
}
.description div{
    display: table-cell;
    vertical-align: middle;
}
.description h2{
    font-size: 35px;
}
.description p{
    color: white;
}
.description, .background{
    height: 500px;
}

.background{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#history-image{
    background-image: url(../img/przyprawy.jpg);
}
#history{
    background-color: rgb(252,186,2);
}
#traditional-cuisines-image{
    background-image: url(../img/smak.jpg);
}
#traditional-cuisines{
    background-color: rgb(203,80,0);
}
#why-poznan-image{
    background-image: url(../img/potrawy.jpg);
}
#why-poznan{
    background-color: rgb(211,118,25);
}
#chiefs-team-image{
    background-image: url(../img/kultura.jpg);
}
#chiefs-team{
    background-color: rgb(177,191,34);
}
/********************
***GALLERY***
*********************/
.gallery img{
    height: auto;
    transition: all 0.3s linear;
    width: 100%;
}
.gallery div {
    padding: 0px;
}
.gallery .description{
    height: 400px;
}

.controls{          
    display:block;
    font-size:11px;
    font-weight:bold;          
    padding-top:8px;
    width:50px;
}
.next {
    float:right;
    text-align:right;
}
.gallery h1{
    font-size: 30px;
    padding: 15px;
    text-align: center;
}    
.gallery ul {         
    padding:0 0 0 0;
    margin:0 0 0 0;
}
.gallery ul li {     
    list-style:none;
    margin-bottom:0px;
    padding: 0px;
}
.gallery ul li img {
    cursor: pointer;
}
#myModal{
    display:none;
    width: 100%;

}
#myModal .modal-header{
    border-bottom: 0px;
    height: 40px;
}
#myModal .modal-header button.close{
    font-size: 35px;
    margin-right: 5px;
    margin-top: 5px;

}
#myModal .modal-dialog{
    width: 900px;
}
#myModal img{
    height: auto;
    width: 100%;
}
#myModal .carousel-control{
    background-image: none !important;    
}

.filter{
    color:#7e5966;
    font-size: 25px;
}
.filter:active,.filter:hover, .filter:focus{
    color: #441a28;
}
#filters li{
    padding-left: 3em;
}
.item{
    position: static;
    backface-visibility: hidden;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
#slide1{
    background-image: url('../img/home/hello.jpg');
}
#slide2a{
    background-image: url('../img/home/home_bcg_targi.jpg');
}
#slide2{
    background-image: url('../img/home/promotion_1.jpg');
}
#slide3{
    background-image: url('../img/home/promotion_2.jpg');
}
#slide4{
    background-image: url('../img/home/promotion_3.jpg');
}
#slide5{
    background-image: url('../img/home/tavaa_15.jpg');
}
/********************
***HOME***
*********************/
.carousel-indicators {
    height: 200px !important;
    left: 95%;
    margin-left: 0%;
    margin-top: -100px;
    right: 5%;
    top: 50%;
    width: auto;
}
.carousel li.active{
    height: 15px;
    margin-top: 1.5em;
    width: 15px;
}
.carousel-indicators li{
    border: solid 2px white;
    display: block;
    height: 15px;
    margin-top: 1.5em;
    width: 15px;
}
.carousel-caption{
    display: table;
    height: 100%;
    position: static;
    width: 100%;
}
.carousel-caption p:first-of-type{
    margin-bottom: 30px;
    max-width: 80%;
}
.carousel-caption p{
    float: none;
    margin: auto;
    max-width: 60%;
    text-align: center;
}
.text-content{
    display: table-cell;
    vertical-align: middle;
}
.text-content h2, .text-content p{
    color:white !important;
}
.vertical .carousel-inner {
    height: 100%;
}
.vertical.carousel-inner > .next {
    top: 100%;
}
.vertical.carousel-inner > .prev {
    top: -100%;
}
.carousel.vertical .item {
    -webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -ms-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 100%;
}

.carousel.vertical .prev {
    top: -100%;
}


.carousel.vertical .next.left, .carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -100%;
}

.carousel.vertical .active.right {
    top: 100%;
}

.carousel.vertical .item {
   left: 0;
}​
{}

/*.carousel .item{
    backface-visibility: hidden;
}*/

.hidden-footer{
    position: fixed !important;
    bottom: -70px;
    width: 100%;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.hidden-footer.active{
    bottom: 0px;
}
.carousel.vertical .item{
    border-bottom: 0px !important;
}
#contact h1{
    font-size: 35px;
}
#contact h2{
    font-size: 30px;
}

/*******************
**cellphones********
*********************/
@media (max-width: 767px) {
    .navbar-brand img{
        margin-left: 0px;
    }
    #btn-menu{
        background-image: url(../img/menu_close.png);
        height: 100%;
        width: 40px;
        background-position: center center;
        border-radius: 0px;
        margin-top: 25px;
        background-repeat: no-repeat;
    }
    #btn-menu.collapsed {
        background-image: url(../img/menu_open.png);
        height: 100%;
        width: 40px;
        background-position: center;
        border-radius: 0px;
        margin-top: 15px;
    }
    #menu-items{
        width: 100%;
        height: 100%;
        text-align: center;
    }
    #menu-items a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #menu-items ul{
        background-color: #441a28;
        font-size: 20px;
        margin-top: 0px;
    }
    .navbar-collapse{
        border-top: 0px !important;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .navbar-fixed-top .navbar-collapse{
        max-height: 600px;

    }
}
@media (max-width: 767px) and (orientation : landscape) {
    #menu-items a{
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
    }
    .lang{
        width: 50%;
        float:left;
    }

    #home h2{
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
    }
    #home p{
        font-size: 18px;
        max-width: 80%;
    }
    #home p:first-of-type{
        margin-bottom: 8px;
    }
    #restaurant-menu h4{
        width: 100%;
    }
    #wines .volume{
        width: 100%;
        display: block;
        padding-left: 0px;
        margin-top: 12px;
    }
    #wines .price{
        float: left;
        width: 100%;
        font-size: 24px;
        margin-bottom: 12px;
    }
    #wines .price:before{
        content: 'cena ';
    }
    #wines table{
        margin-top: 12px;
    }

}
@media (max-width: 767px) and (orientation : portrait) {

    .name{
        font-size: 25px !important;
        width: 100%;
        margin-bottom: 5px !important;

    }
    .item-header{
        margin-bottom: 10px;
    }
    .item-header span{
        font-size: 25px;
        margin-top: -10px;
    }
    .price{
        margin-top: -5px;
        font-size: 16px;
        text-align: left;
        display: block;
        width: 100%;

    }
    .price:before{
        content:'cena';
        float:left;
        padding-right: .5em;
        font-size: 95%;

    }
    .volume{

        font-size: 25px;
        padding-left: 0px;
        display: inline-block;       
        text-align: left;
    }
    .item, h1, h2, h3, h4, item table td{
        padding-left: 0px !important;
    }
    .item td{
        margin-left: 0px;
    }
    .text-content h2{
        font-size: 30px;
    }
    .text-content p{
        max-width: 90%;
        font-size: 20px;
    }
    .text-content p{
        margin-bottom: 5px;
    }
    .carousel-inner > .item{
        padding-left: 0px !important;
        padding-bottom: 0px !important;
    }

    main h1{
        font-size: 45px;
        margin-bottom: 40px;
    }
    main h2{
        font-size: 40px ;
        margin-bottom: 0px;
    }
    main h3{
        padding-top: 20px;
        margin-top: 0px;
        font-size: 35px !important;
    }
    main h4{
        width: 100% !important;
    } 
    #myModal .modal-dialog{
        width: 300px;
        margin: auto;
    }
    .left, .right{
        background-image: none !important;
    }

    .btn-transparent{
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    #home h2{
        font-size: 35px;
        margin-bottom: 20px;
    }
    .carousel-caption{
        padding: 0px;
    }

    #contact h1{
        font-size: 35px;
        margin-bottom: 15px;
    }
    #contact h2{
        font-size: 25px;
        margin-bottom: 10px;
    }
    #contact{
        margin-bottom: 15px;
    }

    #restaurant-menu h2{
        font-size: 45px ;
    } 


}

@media screen and (min-width: 1024px) and (min-height: 600px){
    #contact h1{
        font-size: 35px;
    }
    #contact h2{
        font-size: 30px;
    }
    .error{
        font-size: 16px ;
        font-weight: 500;
    }
    #form-contact label{
        float:left;
    }

    #contact-form.moved-out{
        left: -100%;
    }
    #contact-data{
        position: absolute;
        top:50%;
        margin-top: -225px;
        height: 450px;
        right: 5%;
        width: 40%;
        z-index: 1050;
        background-color: white;
    }
    #contact-form{
        position: absolute;
        top:50%;
        margin-top: -225px;
        height: 450px;
        left: 5%;
        z-index: 1050;
        width: 40%;
        background-color: white;
    }
    #contact-form h1{
        font-size: 35px;
    }
    #contact-data .wrapper,#contact-form .wrapper{
        position: relative;
        height: 100%;
    }
    #contact-data .btn-white {
        position: absolute;
        bottom: 2em;
        min-width: 150px;
        left: 50%;
        margin-left: -75px;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1250px) and (max-height: 600px){
    #contact h1{
        font-size: 30px;
    }
    #contact h2{
        font-size: 20px;
    }
    #contact p{
        font-size: 16px;
        margin-bottom: 8px !important;
    }
    #contact label{
        font-size: 14px;
    }
    .error{
        font-size: 13px;
    }
    #contact-data button{
        display: none;
    }
    /*    #contact-form{
            height: 400px;
            margin-top: -200px;
        }
        #contact-data{
            height: 400px;
            overflow-y: scroll;
            margin-top: -200px;
        }*/
    #contact-data button{
        position: static !important;
        margin-top: 1em;
        margin-left: auto !important;
        margin-right: auto;
        margin-bottom: 1em;
    }
    
}
@media screen and (max-width: 1023px){
    #contact h1{
        font-size: 30px;
    }
    #contact h2{
        font-size: 20px;
    }
    #contact p{
        font-size: 16px;
        margin-bottom: 8px !important;
    }
    #contact label{
        font-size: 14px;
    }
    .error{
        font-size: 13px;
    }

}

@media only screen and (max-width : 992px) {
    #map-disabler{
        bottom:0px;
        left: 0px;
        position: absolute;
        z-index: 100;
        width:100%;
        height:100%;
    }
    .carousel-inner > .item{
        display: block;
    }
    .carousel-indicators{
        display: none;
    }
    #home h2{
        font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
    }
    #home p{
        font-size: 18px;
        max-width: 80%;
    }
    #home p:first-of-type{
        margin-bottom: 8px;
    }
    #main-menu{
        height: 50px;
    }
    #menu-items a{
        padding-bottom: 13px;
        padding-top: 17px;
    }
    .navbar-brand img{
        height: 50px;
    }
    body{
      padding-top: 50px;    
    }
    footer{
        padding-top: 8px;
        height: 50px;
    }
    footer p{
        font-size: 14px;
        margin: 0px;
    }
    footer p.small{
        font-size: 10px;
    }
    #btn-menu{
        margin-top: 15px;
    }
}


#offer_start_page
{
    background-image: url("../img/bcg_header.jpg");
    backface-visibility: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    position: static;
    display: table;
    width:100%;
    text-align: center;
}

#offer_start_page p{
    font-size:20px;
}


#offer_start_page p,
.offer_text_section p{
    max-width: 80%;
    margin: 15px auto;
}

.offer_text_section p{
    text-align: left;
    
}


.offer_text_section h3{
    border: none;
    padding: 0 0 35px 0;
}

.offer_text_section{
    padding: 80px 0;
    text-align: center;
}

.offer_image_section{
    padding: 210px 0;
    backface-visibility: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

#indivieal_customers
{
     background-image: url("../img/bcg_individual.jpg");
}

#company_party
{
     background-image: url("../img/bcg_company.jpg");
}

#catering{
     background-image: url("../img/bcg_catering.jpg");
}

#katalpa,#katalpa:hover
{
	color:#fff;
}
