body {
    overflow-x: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    webkit-tap-highlight-color: #769400;
    background-color: transparent !important;
}
.btn {
    border-radius: 0px;
    box-shadow: none;
}
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #769400;
}
p {
    font-size: 14px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}
a {
    color: #ed6100;
}
a:hover, a:focus, a:active, a.active {
    color: #5cb85c;
    text-decoration: none;
}
h1:first-of-type {
    color: #ed6100;
}
h1, h2 {
    text-transform: uppercase;
    font-family: 'Work Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #5cb85c;
}
h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: 'Work Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #ED6100;
}
.scroll-to-top {
    background: rgba(100, 200, 100, 0.8) none repeat scroll 0% 0%;
    color: #FFF;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    border-radius: 4px;
    transition: background-color 0.3s linear 0s;
}
.img-centered {
    margin: 0 auto;
}
.first-section {
    padding: 0 0 !important;
}
div.bg-light-gray, div.bg-green {
    padding: 30px 20px;
    margin-bottom: 50px;
}
.bg-light-gray {
    background-color: #dfdfdf;
}
.bg-green {
    background-color: rgba(92,184,92,1);/*#5cb85c;*/
    color: #fff;
}
.navbar-default {
    border-bottom: #5cb85c solid 5px;
    background-color: #fff;
}
.nav.navbar-nav a.dropdown-toggle {
    color: #333;
}
.nav.navbar-nav a.dropdown-toggle:hover {
    color: #5cb85c !important;
}
#services {
    padding-bottom: 20px;
    color: #5cb85c;
}
#services .col-md-4 {
    background-color: #dfdfdf;
    width: 32%;
    margin: 5px;
    padding: 20px 10px;
}
#services .col-md-4:hover {
    background-color: #fff;
    transition: 1s;
}
#services .service-heading, #services p {
    color: #333;
    font-weight: 800;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
    color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #5cb85c;
    background-color: #5cb85c;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #5cb85c;
}
.navbar-default .nav.navbar-nav.navbar-right {
    padding-top: 20px;
}
.navbar-default .nav li a {
    font-family: 'Work Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.navbar-default .nav li.open a {
    color: #fff;
}
.dropdown-menu {
    background-color: #5cb85c;
}
.dropdown-menu li a:hover {
    color: #333 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #fff;
}
a.btn.btn-diet, li.btn.btn-diet a, li.btn.btn-diet a:hover {
    background-color: #ed6100;
    color: #fff;
    font-weight: 700;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #fff;
}
.head-menu {
    /*background-color: rgba(0,0,0,0.4);*/
    padding: 10px 20px 10px 20px;
}
nav#main-nav {
    height: 120px;
    z-index: 10001;
}
@media (min-width: 768px) {
    p {
        padding-left: 10px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .dropdown.btn.btn-menu a:hover {
        color: #fff;
    }
}
div.info-bar {
    background-color: rgba(92, 184, 92, 1);
}
div.info-bar > div {
    padding: 23px 0;
}
header.home {
    color: #fff;
    background-color: #5cb85c;
    background-image: url(../img/header_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}
header.normal {
    text-align: center;
    color: #fff;
    background-color: #5cb85c;
    background-image: url(../img/header_bg.png);
    min-height: 300px;
}
header.branch {
    text-align: center;
    color: #fff;
    background-color: #5cb85c;
    background-image: url(../img/normal_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}
header.hide-header, header.hide-header .overlay, header.hide-header .intro-text .intro-heading {
    line-height: 0px;
    margin: 0;
}
header {
    margin-bottom: 50px;
}
header .intro-text {
    padding-top: 50px;
    padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-style: italic;
    line-height: 22px;
    color: #5cb85c;
}
header .intro-text .intro-heading, .footer-button .intro-heading {
    text-transform: uppercase;
    font-family: 'Work Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
}
.footer-button .intro-heading {
    font-size: 35px;
}
.footer-button a {
    margin: 30px 0;
}
@media (min-width: 768px) {
    header .intro-text {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 34px;
        font-style: italic;
        line-height: 40px;
    }
    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-family: 'Work Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 33px;
        font-weight: 700;
        line-height: 40px;
    }
    header .intro-text .intro-heading a {
        font-weight: 700;
        font-size: 44px;
        margin: 30px 0;
    }
}
@media (min-width: 980px) {
    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-family: 'Work Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 60px;
        font-weight: 700;
        line-height: 70px;
    }
    header.home .intro-text .intro-heading {
        margin-top: 10%;
    }
}
section {
    padding: 20px 0;
}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}
section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}
.service-heading {
    margin: 5px 0;
    text-transform: uppercase;
    display: block;
    font-size: 22px;
}
@media (min-width: 1200px) {
    section .container {
        width: 970px;
    }
}
section#footer-button {
    margin-top: 50px;
    /*background-color: #337AB7;*/
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/header_bg.jpg);
    background-attachment: fixed;
    background-position: center center;*/
    padding: 30px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.footer-button {
    background-color: #5cb85c;
    padding: 30px 0 10px 0;
    font-size: 20px;
    color: #fff;
}
footer {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../img/pobocka.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 30px;
    text-align: center;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #5cb85c;
}
footer span.copyright {
    font-family: 'Work Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ed6100;
    display: block;
    padding-top: 100px;
    padding-bottom: 30px;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
    outline: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #f6bf01;
}
::selection {
    text-shadow: none;
    background: #769400;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
section > .container > .row:not(:first-child) {
    margin-top: 20px;
}
.strong {
    font-weight: bold;
    font-size: 18px;
}
.order {
    background-color: #ED6100;
    padding: 10px 5px;
    line-height: 34px;
    color: #fff;
    margin: 5px 15px;
}
.red-circle {
    background-color: #5CB85C;
    color: #fff;
    margin: 5px 15px;
}
.line-through {
    text-decoration: line-through;
}
.order-list {
    list-style: outside none none;
}
.order-list li {
    padding: 0px 0px 20px 0px;
    font-weight: bold;
    margin-left: 20px;
}
.big {
    font-size: 34px;
}
.bigger {
    font-size: 48px;
}
.middle {
    font-size: 26px;
}
.red {
    color: #ac2925;
}
footer h3 {
    color: #5cb85c;
    font-size: 35px;
}
.green-bcg {
    margin: 30px;
    padding: 30px;
    background-color: #89C989;
}
.yellow-bcg {
    padding: 0px;
    background-color: #f8f2af;
    margin-top: 15px;
}
.green-bcg h3 {
    color: #333;
}
.red-bcg {
    margin: 20px 150px;
    padding: 30px;
    background-color: #D9534F;
    color: #fff;
}
.big-text {
    font-size: 36px;
    font-weight: 700;
}
ul.no-list {
    padding-top: 30px;
    list-style: none url();
    line-height: 50px;
}
span.fa-check {
    font-size: 20px;
    color: #333;
}
.italic {
    font-style: italic;
}
.white-text {
    color: #fff;
}
.green-text {
    color: #769400;
    line-height: 26px;
    list-style: none;
    margin-left: 0px !important;
}
ul.none {
    list-style-type: disc;
}
ul.none li {
    margin: 10px 0;
    font-weight: 700;
}
.footer-button a {
    font-size: 32px;
}
.open-table {
    display: table;
    width: auto;
    border-spacing: 5px;
}
.open-row {
    display: table-row;
    width: auto;
}
.open-col {
    float: left;
    display: table-column;
    width: 100px;
    background-color: #F8F2AF;
    padding: 5px;
}
.open-col.day {
    font-weight: bold;
}
#contact-place .where .fa-map-marker {
    font-size: 55px;
    padding-left: 20px;
    color: #D9534F;
}
#contact-place .where .address {
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .head-menu {
        background-color: #fff !important;
    }
    .logo2 {
        padding: 5px;
    }
    a.btn-diet {
        margin-top: 20px;
        font-size: 30px;
    }
    #services {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }
    .navbar-default.navbar-fixed-top {
        border-bottom: 1px solid #333 !important;
    }
    header .intro-text .intro-lead-in {
        font-size: 20px;
    }
    header .intro-text .intro-heading {
        font-size: 32px;
        line-height: 40px;
    }
    header .intro-text {
        padding-bottom: 20px;
    }
    header.home, header.normal {
        color: #fff;
        background-position: center bottom;
        background-size: inherit;
    }
    .intro-text .text-right {
        text-align: center !important;
    }
}
.fade-in {
    opacity: 0;
    font-size: 18px;
    -moz-animation: fadein 2s ease-in 10s forwards;
    /* Firefox */
    -webkit-animation: fadein 2s ease-in 10s forwards;
    /* Safari and Chrome */
    -o-animation: fadein 2s ease-in 10s forwards;
    /* Opera */
    animation: fadein 2s ease-in 10s forwards;
}
@-moz-keyframes fadein {
0% {
opacity: 0.0;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1.0;
}
}
@-webkit-keyframes fadein {
0% {
opacity: 0.0;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1.0;
}
}
@keyframes fadein {
0% {
opacity: 0.0;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1.0;
}
}
/* Pulse Grow */
@-webkit-keyframes
hvr-pulse-grow {to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
}
@keyframes
hvr-pulse-grow {to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
}
.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
#chat .fa-stack {
    color: #ED6100;
}
#chat h2 {
    padding-bottom: 50px;
    font-size: 36px;
}
