/*.btn {
    color: #fff;
    background: #ed217c;
}
.btn:hover {
    color: #fff;
    background: #f690be;
}
*/
.header {
    border-bottom: 1px solid #cacaca;
}
#polki-top-bar {z-index: 10; position: relative; font-family: "Roboto",sans-serif; font-weight: 300; width: 100%; margin: 0 auto; padding:0;}
/*#polki-top-bar * {font-family: "Roboto",sans-serif; font-weight: 300;}*/
#polki-top-bar input[type='checkbox'] {opacity: 0; z-index: -1; display: block; position: absolute; top: 0px; left: 0px;}
#polki-top-bar .head {border-bottom: 1px solid #eff0f0; padding: 10px 0px; box-sizing: border-box; height: 68px; background: #ffffff; position: relative;}
/*#polki-top-bar .head a{ display: block; height: 50px; margin: auto; background: #ffffff url(../gfx/polki/polki.svg) top left; background-size: 100% auto; width: 170px;}*/
a.logo_link{ display: block; height: 50px; margin: auto; background: #ffffff url(../gfx/polki/polki-rekomenduja.png) top left no-repeat; background-size: auto 100%; width: 170px;}
#polki-top-bar .body {border-bottom: 2px solid #ed217c; height: 39px; display: block;}
#polki-top-bar .links {position: relative; max-width:1200px; margin:0 auto; text-align: center;}
#polki-top-bar .links a {cursor: pointer; color: #222222; font-size: 16px; text-transform: uppercase; text-decoration: none; padding: 10px; display: inline-block;}
#polki-top-bar .links a:hover {color: #ed217c; }

#polki-top-bar .body label {cursor: pointer; position: relative; color: #222222; font-size: 16px; text-transform: uppercase; text-decoration: none; padding: 10px; display: inline-block;}
#polki-top-bar .body label::after {margin: auto;display: block; content:"";  border-image: none; border-color: #ed217c transparent transparent; border-style: solid inset inset; border-width: 6px 6px 0; top: 0px; right: -5px; bottom: 0px;  height: 1px; position: absolute;}
#polki-top-bar .body label:hover {color: #ed217c; }
#polki-top-bar .body .more {display: none; background-color: #ffffff; position: absolute; top: 41px; right: 0px; width: 171px; padding-left: 10px; right: 80px;}
#polki-top-bar .body .more a{display: block; width: 100%;  }
#polki-top-bar .body #polki-top-bar-more:checked + label {color:#ed217c;}
#polki-top-bar .body #polki-top-bar-more:checked + label::after {border-color:  transparent transparent #ed217c; border-style: inset inset solid ; border-width:  0 6px 6px;}
#polki-top-bar .body #polki-top-bar-more:checked + label + .more {display: block; }

#polki-top-bar .body .more .middle_size_element {display: none;}

#polki-top-bar .head .burger {display: none; cursor: pointer; height: 15px; width: 20px; position: absolute; top: 0px; right: 30px; bottom: 0px; margin: auto;}
#polki-top-bar .head .burger span {transition: transform 0.25s linear, opacity 0.25s linear, top 0.25s linear, bottom 0.25s linear; opacity: 1; width: 100%; display: block; height: 2px; background: #0a0a0a; position: absolute;}

#polki-top-bar .head .burger span:nth-child(1) {top: 0px;}
#polki-top-bar .head .burger span:nth-child(2),
#polki-top-bar .head .burger span:nth-child(3) { top: 6px;}
#polki-top-bar .head .burger span:nth-child(4) {bottom: 0px;}

#polki-top-bar #polki-top-bar-burger:checked + .head .burger span:nth-child(1) {top: -20px; opacity: 0;}
#polki-top-bar #polki-top-bar-burger:checked + .head .burger span:nth-child(2) {transform: rotate(45deg);}
#polki-top-bar #polki-top-bar-burger:checked + .head .burger span:nth-child(3) {transform: rotate(-45deg);}
#polki-top-bar #polki-top-bar-burger:checked + .head .burger span:nth-child(4) {bottom: -20px; opacity: 0;}

@media only screen and (max-width: 1090px) {
    #polki-top-bar .body .middle_size_element {display: none;}
    #polki-top-bar .body .more .middle_size_element {display: block;}

}
@media only screen and (max-width: 999px) {
    #polki-top-bar {position: fixed;top: 0px; left: 0px; right: 0px;}
    #polki-top-bar .head .burger {display: block; }
    #polki-top-bar .body {border: 0px; opacity: 0; visibility: hidden;  transition: visibility 0.55s, opacity 0.5s linear, z-index 0.55s linear; position: fixed; top: 68px; left: 0px; bottom: 0px; right: 0px; background: rgba(0,0,0,0.7); height: 100%; z-index: -1;}
    #polki-top-bar .body .links {transition: right 0.25s linear; display: block; position: fixed; overflow: scroll; background: #fff; width: 260px; top: 68px; bottom: 0px; right: -260px;}
    #polki-top-bar .body .links a {box-sizing: border-box; display: block; width: 100%; border-top:1px solid #cacaca;}
    #polki-top-bar .body .links label {display: none;}
    #polki-top-bar .body .more {display: block; position: relative; top: auto; left: auto; right: auto; padding: 0px; width: 100%;}
    #polki-top-bar .body .more .middle_size_element {display: none;}

    #polki-top-bar #polki-top-bar-burger:checked + .head + .body {visibility: visible; overflow: hidden; opacity: 1;  z-index: 1; transition: visibility 0s, opacity 0.5s linear, z-index 0s linear;}
    #polki-top-bar #polki-top-bar-burger:checked + .head + .body .links {right: 0px;}

}
@media only screen and (max-width: 639px) {
    #polki-top-bar .head a {height: 38px; width: 135px; margin-top: 5px; }
    #polki-top-bar .head .burger {right: 15px;}
    #polki-top-bar .head   .nav-toggle1{width: 50px; height: 60px; display: none;}
}


#polki-top-bar.relative {z-index:  0; position: relative;}
@media only screen and (max-width: 1023px) { #polki-top-bar.no-mobile {display: none;} }

.header .menu-bar .nav-icon {
    cursor: pointer;
    height: 2rem;
    line-height: normal;
    margin-left: 1rem;
    max-width: 8rem;
    position: absolute;
}

.nav-toggle1 {
        display: block;
        position: absolute;
        width: 50px;
        height: 60px;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        border: 0 none;
        border-radius: 0;
        background: #fff;
        cursor: pointer;
        outline: none;
    }
.nav-toggle1:hover,
.nav-toggle1.focus {
        background-color: #fff;
    }
    .nav-toggle1 span, .nav-toggle1 span:before, .nav-toggle1 span:after {
        content: "";
        display: block;
        margin: auto;
        top: 0; left: 0; right: 0; bottom: 0;
        cursor: pointer;
        border-radius: 2px;
        height: 5px;
        width: 35px;
        background: #E5216B;
        position: absolute;
    }
    .nav-toggle1 span:before {
        top: -22px;
    }
    .nav-toggle1 span:after {
        bottom: -22px;
    }
.nav-toggle1:hover span,
 .nav-toggle1:hover span:before,
.nav-toggle1:hover span:after,
.nav-toggle1.focus span,
 .nav-toggle1.focus span:before,
.nav-toggle1.focus span:after {
        background: #E5216B;
    }
.fb-link {
    float: left;
    width: 46px;
    height: 46px;
    z-index: 3;
    margin-left: 10px;
}
.instagram-link {
    /*position: absolute;*/
    float: left;
    width: 46px;
    height: 46px;
    z-index: 3;
    margin-left: 10px;
}
	/** search */
.polki-search {
    float: left;
    width: 46px;
    height: 46px;
    z-index: 3;
    margin-left: 10px;
}

a.polki-search-switch {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../gfx/polki/szukaj.jpg') center 0 no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    border-left: none;
    border-right: none;
}
a.polki-search-switch.active,
a.polki-search-switch:hover {
    background-color: #fff;
}

.polki-search-box {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    height: 64px;
    width: 720px;
    padding: 12px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 5;
}
.polki-search-box.active {
    display: block;
}
.polki-search-box .search-text {
    float: left;
    background: #f1f1f1;
    height: 40px;
    width: 600px;
    border: none;
    border-radius: 5px;
    color: #333;
    font-family: "DagnyProLight", "Roboto", sans-serif;
    font-size: 17px;
    padding: 0 10px;
}
.polki-search-box .search-button {
    float: right;
    font-family: "DagnyProLight", "Roboto", sans-serif;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    height: 36px;
    width: 84px;
    font-size: 17px;
    line-height: 34px;
    margin: 2px 0;

    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 );
}
.polki-search-box .search-button:hover {
    border-color: #777;
    color: #333;
}
.polki-search > a.active + .polki-search-box {
    display: block;
}

.forum{
    position: absolute;
    width: 285px;
    top:15px;
    right:10px;
}

.forum span{
    display: block;
    float: left;
    margin-top: 15px;
    color: #ED217C;
    font-size: 16px;
    font-weight: 400;
    font-family: 'century gothic', sans-serif;
}



.forum img{
    display: block;
    float: left;
    padding: 0px 7px;
}

.forum a{
    font-weight: 400;
}

.zaloguj{
    display: block;
    float: right;
    width: 45%;
    height: 46px;
    z-index: 3;
    margin-left: 0px;
}
.zaloguj span{
    margin-right: 5px;
    font-weight: 400;
}
.zaloguj img{
    padding-right: 0px;
}
.zarejestruj{
    display: block;
    float: right;
    width: 45%;
    height: 46px;
    z-index: 3;
    margin-right: 0px;
}

.zarejestruj img{
    padding-left: 0px;
}

@media only screen and (max-width: 999px) {
    .polki-search, .fb-link, .instagram-link, .forum  {
        display: none;
    }
    #polki-top-bar .links{
	display: none;
    }
}
/*
@media (max-width: 999px) {
#polki-top-bar{
display:none;
}
*/