/* MAIN */
body{
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
}

.container-fluid{
    padding: 0;
}

.container>div{
    padding-left: 0;
    padding-right: 0;
}

.row{
    max-width: 100%;
    padding: 0;
}

h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    font-weight: bold;
}

h2{
    font-size: 46px;
}

p, ul{
    margin-bottom: 30px;
    font-size: 18px;
}

blockquote{
    font-weight: bold;
    font-style: italic;
    color: #767676;
    border: 0;
    background: url("../img/quote.png") left top no-repeat;
    padding-left: 50px;
}

/* LAYOUT MAIN */
.white{
    color: white;
}

.dark{
    color: #333;
}

.h1-big{
    font-size: 74px;
}

.btn1{
    display: inline-block;
    color: white;
    width: 240px;
    height: 56px;
    margin: 12px 0;
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.btn-small{
    color: white;
    font-weight: bold;
    padding: 8px 20px;
    font-size: 16px;
}

.section{
    padding-top: 106px;
    padding-bottom: 120px;
}

.section h2{
    margin-top: 0;
    margin-bottom: 50px;
}

.bg-gray{
    background-color: #a1a1a2;
}

.bg-light-gray{
    background-color: #f4f4f4;
}

.page .bg-light-gray{
    background: url(../img/page-bg.jpg) center bottom no-repeat #f4f4f4;    
    background-size: 100%;
}

.bg-light-gray h1, .bg-light-gray h2, .bg-light-gray h3, .bg-light-gray h4, .bg-light-gray h5, .bg-light-gray h6, .bg-light-gray p{
    color: #333;
}

.bg-yellow{
    background-color: #fecb00;
}

.bg-dark{
    background-color: #212227;
}

.yellow{
    color: #fecb00;
}

.ico-big{
    font-size: 40px !important;
}

.ico-big2{
    font-size: 32px !important;
}

.icons-block .ico-big, .icons-block .ico-big{
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 10px;
}

.ico-desc{
    font-weight: bold;
}

input, textarea{
    background: none !important;
    box-shadow: none !important;
}

form div{
    padding: 0;
}

input, textarea{
    border: 0 !important;
    border-bottom: 2px solid #3a3a3a !important;
    border-radius: 0 !important;
    color: white !important;
    font-size: 16px !important;
}

input:focus, textarea:focus{
    box-shadow: none !important;
    border-bottom: 2px solid #fecb00 !important;
}

.form-btn{
    margin-top: 40px;
}

.form-control{
    height: 54px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
    color: #7c7c7c !important;
}

input::-moz-placeholder, textarea::-webkit-input-placeholder { /* Firefox 19+ */
    font-style: italic;
    color: #7c7c7c !important;
}

input:-ms-input-placeholder, textarea::-webkit-input-placeholder { /* IE 10+ */
    font-style: italic;
    color: #7c7c7c !important;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    color: #7c7c7c !important;
}

.order-button{
    position: fixed;
    bottom: 0;
    right: 10px;
    display: inline-block;
    color: white;
    padding: 14px 22px;
    padding-left: 20px;
    margin: 12px 0;
    font-size: 18px;
    font-weight: bold;
    background-color: red;
    border-radius: 5px;
    box-shadow: 1px 1px 6px gray;
    -webkit-box-shadow: 1px 1px 6px gray;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 6px gray;  /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 6px gray;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.order-button .fa{
    margin-right: 14px;
}

.order-button:hover{
    color: white;
    text-decoration: none;
    background-color: #ff3030;
}

/* Main Menu */
.navbar-brand{/*TEMP*/
    color: white;
    padding: 0;
}

header#main-menu-container{
    background-color: rgba(0,0,0,0.3);
    padding-top: 20px;
    padding-bottom: 10px;
}

.page header#main-menu-container{
    background-color: black;
}

#main-menu ul li a{
    color: white;
    font-size: 17px;
    font-weight: bold;
}

#main-menu ul li a:hover, #main-menu ul li.active a, #main-menu ul li a:focus{
    color: #fecb00;
    background: none;
}

/* BANNER - section */
.banner-container{
    background: url("../img/banner-bg.jpg") center top no-repeat;
    background-size: cover;
    padding-bottom: 290px;
    position: relative;
}

.banner-container h1{
    color: white;
    font-weight: bold;
    margin-top: 120px;
    margin-bottom: 50px
}

/* BANNER - Arrows */
.arrows-link{
    position: absolute; 
    left: 50%; 
    bottom: 110px;
}

body .arrows {
    position: relative;
    /**/
    position: absolute;
    top: 50%;
    left: 50%;
    /**/
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
}
body .arrows:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 26.66667px solid rgba(0, 0, 0, 0.7);
    border-bottom: 26.66667px solid rgba(0, 0, 0, 0.7);
    transform: translate(26.66667px, 106.66667px) rotate(-45deg);
    animation: arrows 3s linear infinite;
}
body .arrows:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 26.66667px solid rgba(0, 0, 0, 0.7);
    border-bottom: 26.66667px solid rgba(0, 0, 0, 0.7);
    transform: translate(53.33333px, 0px) rotate(-45deg);
    animation: arrows 3s linear infinite -1.5s;
}

@keyframes arrows {
    0% {
        border-left: 26.66667px solid transparent;
        border-bottom: 26.66667px solid transparent;
        transform: translate(-13.33333px, -53.33333px) rotate(-45deg);
    }
    10%, 90% {
        border-left: 26.66667px solid transparent;
        border-bottom: 26.66667px solid transparent;
    }
    50% {
        border-left: 26.66667px solid rgba(0, 0, 0, 0.7);
        border-bottom: 26.66667px solid rgba(0, 0, 0, 0.7);
        transform: translate(-13.33333px, 0px) rotate(-45deg);
    }
    100% {
        border-left: 26.66667px solid transparent;
        border-bottom: 26.66667px solid transparent;
        transform: translate(-13.33333px, 53.33333px) rotate(-45deg);
    }
}

/* OFFER - section */
.section-offer{
    padding-top: 50px;
}

.offer-desc{
    padding-right: 20px !important;
}

.icons-block{
    padding-top: 110px;
}

.icons-block .ico-big{
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* ASSETS - section */
.section-assets{
    background: url("../img/assets-bg.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
}

.assets-overlay-img{
    position: absolute;
    bottom: 0;
}

/* STEPS - section */
.section-steps{
    background: url("../img/steps-bg.jpg") center top no-repeat;
    background-size: cover;
}

.steps-img-container{
    padding-top: 40px;
    padding-bottom: 20px;
}

.step-desc-blck{
    margin-left: 2%;
}

.step-h{
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}

.step-desc{
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.steps-desc-container{
    max-width: 100%;
}

/* CONTACT - section */
.contact-info{
    padding-left: 80px !important;
}

.contact-info h4{
    margin-bottom: 40px;
}

.contact-info address{
    margin-bottom: 0;
}

.contact-info .row{
    margin-bottom: 20px;
    font-size: 20px;
}

.contact-info .row:nth-child(3){
    border-bottom: 1px solid #ffe361;
    padding-bottom: 20px;
}

.page .section-contact address, .page .section-contact input, .page .section-contact textarea, .iv-kalkulator input, .iv-kalkulator textarea{
    color: #333 !important;
}
 .iv-kalkulator input{
    width: 230px; !important;
     float:right;
     border: 1px solid #ccc !important;
     margin-top: 20px;
}
 .iv-form-zam input{
    width: 80px; !important;
     border: 1px solid #ccc !important;
     margin-top: 5px;
}
.iv-kalkulator label{
    float: left;
    margin-top: 40px;
    font-size:17px;
    text-transform: uppercase;
}
.iv-kalkulator .bg-gray, .iv-kalkulator .bg-yellow{
    margin-right: auto;
    margin-left: auto;
    
}

.iv-kalkulator .btn1{
    margin-top: 25px;
}

.iv-calc-bt{
    background-color:#ddd;
    border:1px solid #ccc;
    
    text-align: center;
    text-transform: uppercase;
    padding:15px;
    font-size:19px;
}
.iv-calc-bt-wybrane{
     background-color:#fff !important;
    border:1px solid #fff !important;
}
/* CONTACT MAP - section */
.map-container{
    border-bottom: 7px solid #fecb00;
    line-height: 0;
}

/* FOOTER */
footer{
    color: #e7e7e7;
    color: #ddd;
    padding-top: 40px !important;
    font-size: 14px;
}

.foot-pad{
    padding-top: 40px;
    padding-left: 30px !important;
}

footer p, footer ul{
    font-size: 14px;
}

.footer-logo{
    display: block;
    margin-bottom: 20px;
}

.footer-logo:first-child{
    padding-top: 50px;
}

.footer-desc{
    padding-left: 30px;
}

.footer-menu a{
    color: white;
    font-size: 16px;
}

.footer-menu a:hover{
    color: #fecb00;
    text-decoration: none;
}

.copyrights p{
    margin: 0;
    padding: 30px 0;
    color: #bbb;
}

/* PAGE */
.page .btn, .page .btn1{
    box-shadow: 1px 1px 1px gray;
}

.page .ico-big, .page .ico-big2{
    text-shadow: 1px 1px 1px #ccc;
}

/* NEWS/POSTS */
.post-container{
    padding: 5px !important;
}

.news-post{
    background-color: white; padding: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.03);
}

.post-img{
    overflow: hidden; 
    padding: 0; 
    box-shadow: 1px 2px 8px #ddd;
    max-height: 225px;
}

.post-img img{
    padding: 5px; 
    display: block;
}

.post-desc{
    padding-right: 5px;
}

.post-desc h3{
    border-bottom: 2px solid #eee; 
    padding-bottom: 12px; 
    margin-top: 10px
}

.post-desc p{
    font-size: 15px; 
    line-height: 20px;
}

.news-post .btn-small{
    margin-bottom: 4px;
}

.single-post-container img, .page-img{
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background-color: white;
    max-width: 350px;
}

.cena{font-size:16px;}
.worki{text-align: center;}
.kilogramy, .przelicz, .cena{display: none; text-align: center;}
.kilogramy, .worki, .cena{padding-bottom:40px;}
#podaje-kilogramy, #podaje-worki, #przelicz{cursor: pointer;}
.iv-cennik p, ul {
    margin-bottom: 10px;
}

/* MQ */
@media(max-width: 1800px){
    .assets-overlay-img{
        width: 56%;
    }
}

@media(max-width: 1366px){
    .banner-container{
        padding-bottom: 190px;
    }

    .section{
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-offer{
        padding-top: 20px;
    }
}

@media(max-width: 1199px){
    .contact-info{
        padding-left: 60px !important;
    }

    .section{
        padding-top: 80px;
        padding-bottom: 70px;
    }

    blockquote{
        margin-bottom: 10px;
    }

    .section-offer{
        padding-top: 20px;
    }

    .section h2{
        margin-bottom: 40px;
    }
}

@media(max-width: 1024px){
    .banner-container{
        padding-bottom: 150px;
    }
}

@media(max-width: 991px){
    .banner-container h1{
        margin-top: 60px;
        margin-bottom: 110px;
        font-size: 70px;
    }
    
    .arrows-link{
        display: none;
    }

    .steps-desc-container{
        margin: 0;
    }

    .section-offer{
        padding-top: 0;
    }

    .assets-overlay-img{
        display: none;
    }

    .icons-block{
        padding-top: 40px;
    }

    .contact-info{
        padding-top: 40px
    }

    .step-desc{
        font-size: 17px;
    }

    .news-post{
        margin-bottom: 15px;
    }

    footer, .footer-menu a{
        font-size: 16px;
    }

    .footer-desc{
        padding-left: 0;
    }
}

@media(max-width: 767px){
    header{
        padding-bottom: 0 !important;
    }

    .navbar{
        margin-bottom: 0;
    }

    .navbar-brand{
        padding-left: 15px;
    }

    .navbar-toggle{
        border: 2px solid white;
        padding: 20px;
        margin-top: 0;
        margin-bottom: 16px;            
    }

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

    nav#main-menu ul{
        margin:0;
        border-top: 1px solid #aaa;
    }

    nav#main-menu ul li a{
        font-size: 22px;
        text-align: center;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #555;
    }

    nav#main-menu ul li.active a{
        background-color: rgba(0,0,0,0.3);
    }
    
    .page nav#main-menu ul li.active a{
        background-color: #555;
    }
    
    .footer-logo:first-child{
        margin-bottom: 30px;
    }

    .footer-desc{
        font-size: 17px;
    }

    .l-br{
        display: none;
    }

    .icons-block{
        padding-top: 0;
    }

    .footer-menu{
        margin-left: 60px;
    }

    .footer-menu li{
        margin-bottom: 6px;
    }

    .footer-menu a{
        font-size: 22px;
    }
    
    .foot-pad{
        padding-top: 30px;
    }
}

@media(min-width: 768px){
    .l-br{
        display: none;
    }
}

@media(max-width: 767px){
    .l-br{
        display: inline;
    }
}