.logaAktywnosci {
    text-align: center;
    border-bottom: solid 1px #00a94f;
    padding: 20px;
    margin-bottom: 80px;
}

.logaAktywnosci img {
    height:100px;
    display: inline;
    width:auto;
    margin: 10px;
}


.wLiczbach {
    background: #B32F2D;
    border-radius: 5px;
    padding: 25px;
    color: #FFF;
    font-size: 1.3em;
    margin-bottom: 15px;
}

.wLiczbach p {
    font-weight: bold;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #B32F2D;
    border-color: #B32F2D;
}

.pagination > li > a, .pagination > li > span {
    color: #B32F2D;
}

.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.karta-ikona {
    background-color: #00ab07;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    padding: 10px;
    /* display: inline; */
    float: left;
    margin-right: 20px;
    margin-top: 30px;
}

/* Nav */
.tabs nav {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}

.tabs nav ul {
    padding: 0;
    margin: 0;
    margin-bottom: -6px;
    list-style: none;
    display: inline-block;
}

.tabs nav ul li {
    border: 1px solid transparent;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;

}

.tabs span {
    font-family: 'Josefin Sans', sans-serif;
}

.tabs nav li.tab-current {
    border: 1px solid #e2e2e2;
    box-shadow: inset 0 2px #e2e2e2;
    border-bottom: none;
    z-index: 100;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #e2e2e2;
}

.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}

.tabs nav li.tab-current a {
    color: #444;
}

.tabs nav a {
    color: #999;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 3.5;
    padding: 0 1.25em;
    white-space: nowrap;
    background-color: #fff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}

.tabs nav a:hover {
    color: #333;
}

/* Icons */
.tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
    font-variant: normal;
    font: normal normal normal 14px/1 FontAwesome;
    color: #B32F2D;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}

.icon-dashboard:before {
    content: "\e839";
}

.icon-profile:before {
    content: "\ee7e";
}

.icon-settings:before {
    content: "\e835";
}

.icon-booking:before {
    content: "\eea9";
}

.icon-wishlist:before {
    content: "\ee78";
}

/* Content */
.content section {
    padding: 45px;
    max-width: 1230px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-top: none;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.content section h4 {
    text-transform: uppercase;
    margin-top: 0;
}

.content section:before,
.content section:after {
    content: '';
    display: table;
}

.content section:after {
    clear: both;
}

/* Fallback example */
.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #47a3da;
}

.content section.content-current {
    display: block;
}

.wishlist_close_admin {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 36px;
    height: 36px;
    z-index: 2;
    font-size: 20px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #F66 !important;
}

.wishlist_close_admin:before {
    font-style: normal;
    font-weight: normal;
    font-family: "icon_set_1";
    font-size: 36px;
    content: "\72";
    color: #F66;
    position: absolute;
    left: 0;
    top: 3px;
}

ul#profile_summary {
    margin: 10px 0 20px 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
}

ul#profile_summary li {
    padding: 4px 0;
    position: relative;
    font-size: 80%;
}

ul#profile_summary li span {
    text-transform: none;
    font-weight: normal;
    position: absolute;
    left: 120px;
}

.profile_pic {
    float: right;
    margin-bottom: 15px;
}

.divider {
    background-color: #ededed;
    height: 2px;
    width: 100%;
    margin: 15px 0;
}

ul#profile_summary li:nth-child(even) {
    background-color: #f8f8f8;
}

ul#profile_summary li:nth-child(odd) {
    background-color: #fff;
}

.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}

.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center
}

.upload-drop-zone.drop {
    color: #222;
    border-color: #222;
}

.upload_1 {
    margin: 20px 0;
}

/* Booking */
.strip_booking {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.strip_booking h3 {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    /*top:10px;*/
}

.strip_booking h3 span {
    color: #999;
    display: block;
    font-size: 11px !important;
}

.strip_booking .date {
    background-color: #f8f8f8;
    text-align: center;
    margin-bottom: 10px;
}

.strip_booking .date .month {
    background-color: #e04f67;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.strip_booking .date .day {
    padding: 15px 15px 0 15px;
    margin-top: 1px;
    color: #999;
    text-transform: uppercase;
    display: block;

}

.strip_booking .date .day strong {
    font-size: 36px;
    font-weight: normal;
    display: block;
    color: #e04f67;
    margin-bottom: 3px;
}

.strip_booking .date .time {
    margin-left: -16px;
}

.strip_booking_lustro {
    margin-bottom: 20px;
}

ul.info_booking_lustro {
    list-style: none;
    margin: 0;
    padding: 15px 0px 15px 25px;
    font-size: 11px;
    color: #999;
    line-height: 12px;
    border-left: 1px solid #ededed;
    text-align: left
}

ul.info_booking_lustro li {
    margin-bottom: 5px;
}

ul.info_booking_lustro li strong {
    text-transform: uppercase;
    display: block;
    color: #555;
}

ul.info_booking_lustro li span {
    color: #b32f2d;
    font-weight: bold;
}

ul.info_booking {
    list-style: none;
    margin: 0;
    padding: 15px 25px 15px 0;
    font-size: 11px;
    color: #999;
    line-height: 12px;
    border-right: 1px solid #ededed;
    text-align: right
}

ul.info_booking li {
    margin-bottom: 5px;
}

ul.info_booking li strong {
    text-transform: uppercase;
    display: block;
    color: #555;
}

.booking_buttons {
    margin-top: 4px;
}

.btn_wiekszy {
    font-size: 17px !important;
    padding: 14px 38px !important;
    display: inline-block;
    line-height: 20px !important;
}

a.btn_2, .btn_2, a.btn_3, .btn_3, .btn_4, a.btn_4 {
    margin-top: 3px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #B32F2D;
    cursor: pointer;
    padding: 7px 8px;
    font-size: 11px;
    line-height: 9px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

a.btn_3, .btn_3 {
    color: #999;
    background: #eee;
    min-width: 60px;
    text-align: center;
    margin-top: 3px;
}

a.btn_4, .btn_4 {
    color: white;
    background: #B32F2D;
    min-width: 60px;
    text-align: center;
    margin-top: 3px;
}

a.btn_2:hover, .btn_2:hover, a.btn_3:hover, .btn_3:hover, a.btn_4:hover, .btn_4:hover {
    background: #333;
    color: #fff;
}

/* Media queries */

@media only screen and (max-width: 767px) {
    #tabs {
        margin-top: 10px
    }

    .tabs nav ul {
        overflow: auto;

    }

    .tabs nav ul li {
        width: 50%;

    }

    .tabs nav ul li a {
        border: 1px solid #ddd;
    }

    .tabs nav ul li.active a {
        background-color: #ddd !important;
    }

    .responsive-tab li {
        display: block !important;
    }

}

@media screen and (max-width: 52.375em) {

    .tabs nav ul li, .tabs nav li a {
        margin: 0px;
    }

    .tabs nav li.tab-current a {
        background: #ddd;
    }

    .tabs nav ul {
        display: block;
    }

    .tabs nav a:before {
    }

    ul.info_booking {
        padding: 30px 0 15px 0;
        border-right: none;
        text-align: left;
    }

    .booking_buttons {
        margin-top: 0;
    }

    .content section {
        padding: 25px;
    }

    .profile_pic {
        float: none;
    }

    .content section {
        border-top: 1px solid #e2e2e2;
        margin-top: 20px;

    }

    section.sm, .section.sm {
        padding: 20px 0px 30px 0;
    }

}