/*
#F36C63
#E13A53
#3F5561
font-family: 'Lato', sans-serif;
font-family: 'Poiret One', cursive;
*/

body {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #777777;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

body a {
    color: #444;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

body a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poiret One', cursive;
    font-weight: bold;
}

.content {
    margin: 0 auto;
}

.space60 {
    padding: 30px 0;
}

.space20 {
    padding: 10px 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.gray-bg {
    background-color: #f3f3f3;
}

.dark-bg {
    color: #fff;
    background-color: #222326
}

.dark-bg {
   /* background-image: url(../images/pattern/8.jpg);*/
    background-repeat: repeat;
    background-image: url(../images/grunge-light.png);
    background-repeat: repeat;
}

.dark2-bg {
    color: #fff;
    background-color: #e1576d;
    background-image: url(../images/grunge-light.png);
    background-repeat: repeat;
}

.dark2-bg .header-one {
    margin: 0;
}

.dark2-bg .header-one h1 {
    color: #fff;
}

.dark2-bg .header-one h3 {
    color: #F3F3F3;
    margin-bottom: 20px;
}

.mb60 {
    margin-bottom: 60px;
}

.half {
    height: 1px;
    margin: 40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    border: 0;
}
#register-box {
    position: fixed;
    z-index: 99;
    top: 110px;
    left: -10px;
    -webkit-transition: left 0.5s ease-out;
    -moz-transition: left 0.5s ease-out;
    -o-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
   
}

#register-box:hover {
    left: 0px;
}

#register-box .belt {
    position: relative;
    z-index: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    float: left;
    width: 134px;
    height: 72px;
    padding: 7px 0px 0px 14px;
    margin: 29px 0px 0px -57px;
    background: #fff;
    border: 2px solid;
    border-color: #ff4768;
    background: #ff4768;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}


.kontakt {
    text-align: center;
}

.kontakt strong {
    color: #e1576d;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.kontakt img {
    padding: 5px;
    background: #f5f5f5;
    border-radius: 200px;
}

/********************************************************************************************************************************* Front IMG */

#site-front-img {
    background-image: url(../images/walentynki.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: left;
    -webkit-animation: fadeIn .9s;
    animation: fadeIn .9s;
}

#site-front-img img {
    position: absolute;
    bottom: 0;
    left: 0;
}

#site-front-img h2 {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 2px;
    margin: 0 0 45px 0;
    animation-delay: 1s;
    -webkit-animation: fadeInRight;
    animation: fadeInRight;
}

#site-front-img p {
    line-height: 2;
    margin-bottom: 45px;
    font-weight: 300;
}

#site-front-text img {
    margin-left: auto;
    margin-right: auto;
}

#site-front-img .caption-wrapper {
    color: #fff;
    background-color: rgba(66, 67, 68, 0.7);
    padding: 50px 105px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    border-left: 30px solid #e1576d;
    position: relative;
}

#site-front-img .btn {
    background: #e1576d;
    border-color: transparent;
    color: #f3f3f3;
    box-shadow: 0 6px #222326;
    border-radius: 0px;
    padding: 18px 32px;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

#site-front-img .btn:hover {
    background: #222326;
}


/**************************************************************************************************************************************** top bar*/

.top-bar {
    background: #e1576d;
    color: #fff;
    min-height: 40px;
    font-size: 14px;
}

.top-bar ul li {
    display: inline-block;
}

.top-bar ul {
    padding: 0;
    list-style: none;
}

.top-bar .social li {
    padding: 0;
    padding-top: 10px;
    display: inline-block;
    list-style: none;
}

.top-bar .contact-top .fa {
    font-size: 15px;
    padding: 12px 12px;
    color: #fff;
}

.top-bar .social .fa {
    font-size: 15px;
    padding-left: 0;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
}

.top-bar ul li {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
}


/**************************************************************************************************************************************** Menu*/

.navbar-default {
    background-color: #FFF;
    border-color: #CCC;
}

.navbar {
    font-size: 13px;
    padding: 0;
    margin-bottom: 0;
    /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.42);*/
}

.navbar-inverse {
    background: #f3f3f3;
}

.navbar-inverse .navbar-toggle {
    border: 2px solid #e1576d;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #e1576d;
}

.navbar-toggle {
    padding: 13px 10px;
    border-radius: 50%;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #ddd;
}

.top-nav-collapse {
    padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #444;
    padding: 27px 18px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #e1576d;
    color: #fff;
}

.navbar-inverse {
    border: none;
    border-bottom: none;
}

.navbar-inverse .navbar-collapse {
    border: none;
    margin-top: 0;
}

.navbar-inverse .navbar-brand {
    color: #000;
    margin-top: 13px;
    font-family: 'Poiret One', cursive;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-inverse .navbar-brand span {
    color: #e1576d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #e1576d;
}

.top-nav-collapse {
    background-color: #F7F7F7;
    opacity: 1;
}


/**************************************************************************************************************************************** KONTENT*/

section {
    padding: 60px 0 60px 0;
}


/*** Nagłówki ***/

.header-one {
    text-align: center;
    margin: 0 0 50px 0;
}

.header-one h1 {
    color: #e1576d;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 2px;
}

.dark-bg .header-one h1 {
    text-shadow: 1px 1px 1px #222326;
}

.header-one h1 span {
    font-weight: 700;
}

.header-one h3 {
    margin-bottom: 45px;
    color: #19282F;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}

.inverse-color h1 {
    color: #fff;
}

.inverse-color h3 {
    color: #fff;
}


/****************** content */

.item-text {
    background-color: #e1576d;
    border: 8px solid #eee;
    padding: 15px 0;
    min-height: 410px;
    margin-bottom: 20px;
    color: #f3f3f3;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.item-text:hover {
    background-color: #222326;
}

.item-text h2 {
    color: #f3f3f3;
    text-transform: uppercase;
    font-size: 1.9em;
    text-align: center;
    font-weight: 300;
}

.item-text h2 span {
    font-weight: 700;
}

.item-text p {
    color: #f3f3f3;
    font-size: 1em;
    padding: 25px 25px 0;
    line-height: 2.1;
    text-align: center;
}

.item-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: left;
    min-height: 410px;
    margin-bottom: 20px;
}

.item-img1 {
    background-image: url(../images/produkty/prod_1.jpg);
}

.item-img2 {
    background-image: url(../images/produkty/prod_2.jpg);
}

.item-img3 {
    background-image: url(../images/produkty/prod_3.jpg);
}

.item-img4 {
    background-image: url(../images/produkty/prod_4.jpg);
}

h3.price {
    position: absolute;
    bottom: 0;
    right: 20px;
    background: #e1576d;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    font-size: 2em;
}

h3.price.small {
    font-size: 1.5em;
}

.item-img-xs {
    background-image: url(../images/product-xs.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: left;
    min-height: 270px;
    margin-bottom: 20px;
}

.item-img-wspolpraca {
    background-image: url(../images/wspolpraca.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: left;
    border-bottom: 20px solid #222326;
    min-height: 300px;
    margin-bottom: 20px;
}

.item-text-wspolpraca {
    background-color: #e1576d;
    border-bottom: 20px solid #222326;
    padding: 15px 0;
    min-height: 300px;
    margin-bottom: 20px;
    color: #f3f3f3;
}

.item-text-wspolpraca p {
    color: #f3f3f3;
    font-size: 16px;
    padding: 25px 25px 0;
    line-height: 1.8;
    text-align: left;
    font-weight: 300;
}

.promo-box {
    margin-bottom: 20px;
    border-bottom: 20px solid #222326;
}

.katalog .item-katalog a img {
    padding: 10px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.katalog .item-katalog a img:hover {
    opacity: 0.85;
}

.item-katalog-text {
    background-color: #e1576d;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: center;
}

.item-katalog-text h3 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.katalog .promo h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    letter-spacing: normal;
}

.ikony {
    text-align: center;
    margin-top: 30px;
}

.ikony h4 {
    margin: 45px 20px;
    color: #19282F;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.ikony .fa {
    font-size: 73px;
    color: #e1576d;
    height: 150px;
    width: 150px;
    line-height: 150px;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #e1576d;
}

.rezygnacja p {
    margin: 45px 20px;
    color: #19282F;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
}

.rezygnacja h1 {
    color: #e1576d;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 2px;
    text-align: left;
    margin-left: 20px;
}

.rezygnacja h1 span {
    font-weight: 700;
}


/*.item-rezygnacja {margin-top: 20px;}
.item-rezygnacja-text {background-color: #e1576d;  margin-bottom: 20px; padding: 10px 20px; text-align: center; }
.item-rezygnacja-text h3 {letter-spacing: 2px; text-transform: uppercase; margin: 0; font-size: 18px; font-weight: 300; }*/

.item-rezygnacja {
    background-image: url(../images/pomoc2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: left;
    min-height: 270px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.wstega img {
    margin-top: 45px;
}


/**************************************************************************************************************************************** footer*/

footer {
    background-color: #222326;
}

footer .top-footer {
    background-color: #F3F3F3;
    padding: 30px 0;
    color: #000;
    border-top: 1px solid #ddd;
}

footer .top-footer li a {
    color: #000;
}

footer .top-footer li a:hover,
footer .bottom-footer a:hover {
    color: #e1576d;
}

footer .top-footer p {
    padding-right: 20px;
}

footer .bottom-footer {
    color: #f3f3f3;
    padding: 30px 0;
}

footer .bottom-footer a {
    color: #f3f3f3;
}

.footer-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #e1576d;
}


/**************************************************************************************************************************************** kontakt */

.form-control {
    border: 1px solid #222326;
    border-radius: 0;
    padding: 0 30px;
    color: #222326;
    margin-bottom: 20px;
    height: 60px;
    background-color: #f3f3f3;
}

textarea.form-control {
    height: 0;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    min-height: 160px !important;
}

.btn-alt {
    background: #e1576d;
    border-color: transparent;
    color: #f3f3f3;
    box-shadow: 0 6px #222326;
    border-radius: 0px;
    padding: 18px 32px;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}

.btn-alt:hover {
    background: #222326;
}

.heading-contact h4 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.heading-contact h4 span {
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

ul.contact-list {
    padding-left: 0;
    list-style: none;
    font-size: 20px;
}

ul.contact-list li {
    padding-bottom: 10px;
    color: #000;
}

ul.contact-list li span.iconic {
    width: 50px;
    height: 50px;
    line-height: 46px;
    margin-right: 15px;
    font-size: 30px;
    text-align: center;
    color: #e1e1e1;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}


/**************************************************************************************************************************************** MEDIA */

@media (max-width: 1200px) {
    .item-rezygnacja {
        min-height: 305px;
    }
    #site-front-img h2 {
        font-size: 30px;
    }
    #site-front-img p {
        line-height: 1.7;
        margin-bottom: 35px;
        font-weight: 300;
    }
}

@media (min-width: 992px) {}

@media (max-width: 991px) {
    body {
        font-size: 13px;
    }
    #site-front-img .caption-wrapper {
        padding: 40px 70px;
    }
    #site-front-img h2 {
        font-size: 28px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 27px 14px;
    }
    .item-text {
        min-height: 250px;
    }
    .item-rezygnacja {
        min-height: 470px;
    }
    .rezygnacja p {
        line-height: 1.6;
    }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav>li>a {
        color: #444;
        padding: 10px 15px;
    }
    section {
        padding: 30px 0 30px 0;
    }
    footer {
        padding: 0;
    }
    #site-front-img .caption-wrapper {
        padding: 20px 30px;
    }
    body {
        font-size: 14px;
    }
    #site-front-img p {
        line-height: 1.6;
        font-size: 14px;
    }
    #site-front-img h2 {
        font-size: 24px;
    }
    .item-rezygnacja {
        min-height: 270px;
    }
    .rezygnacja h1,
    .header-one h1 {
        text-align: center;
        font-size: 24px;
    }
    .rezygnacja p,
    .header-one h3,
    .ikony h4,
    .item-text p,
    .item-katalog-text h3,
    .item-text-wspolpraca p {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
    }
    .item-text-wspolpraca {
        min-height: 250px;
    }
    .mb60 {
        margin-bottom: 30px;
    }
    .heading-contact h4 {
        font-size: 25px;
    }
    .heading-contact h4 span {
        font-size: 18px;
    }
    ul.contact-list {
        font-size: 16px;
    }
    ul.contact-list li span.iconic {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 15px;
        font-size: 20px;
    }
    .ikony h4 {
        margin: 20px;
        font-size: 14px;
    }
}
