/* calendar */
#calendar_wrapper {
    width: 100%
}
.cal {
    border: 1px solid #141414;
    border-spacing: 0;
    font-size: 12px;
    text-align: center;
    width: 100%
}
.cal td, .cal th {
    font-weight: normal;
    height: 28px;
}
.cal td {
    border-left: 1px solid #141414;
    border-top: 1px solid #141414;
}

.cal-header th {
    background: none repeat scroll 0 0 #FFF;
    height: 20px;
}
.cal-header th:first-child {
}
.cal-header th:last-child {
}
.cal-title {
    font-size: 14px;
    color: #57585b;
}
.cal-title th {
    height: 20px;   
}

.cal-nav th {
    background: none repeat scroll 0 0 #FFF;
    border-bottom: 1px solid #CCC;
    height: 20px;
}

.cal-nav th a {
    color: #57585b !important;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.cal-nav th a:hover {
    background: #fee9cb;
    color: #660000;
}

.cal-day-names {
    background: none repeat scroll 0 0 #DDDDDD;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 12px;
}
.cal-day-names th {
    height: 20px;
    line-height: 1;
}

.cal tbody tr td:nth-of-type(1) {
    border-left: medium none;
}
.cal tbody tr td:nth-of-type(7) {
    border-right: medium none;
}
.cal tbody tr:nth-of-type(6) td {
    border-bottom: medium none;
}
.cal tbody tr:nth-of-type(n+1) td.dzien-zajety:first-child {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.cal tbody tr:nth-of-type(n+1) td.dzien-wolny:first-child {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.cal tbody tr:nth-of-type(n+1) td.wylaczony:first-child {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

table tr.week td {
    background: #57585B;
}

table tr.week td a {
    display: block;
    line-height:  20px;
    width:auto;
    height:20px;
    text-decoration: none;
    color: #FFF;
}

table.cal tbody tr:nth-of-type(n+1) td.s0:first-child {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}
table.cal .disable {
    background-color: #8E8E8E !important;
    color: #000000;
}
table.cal .disable a {
    cursor: default;
}

table.cal .free {
    color: #000000;
    cursor: default;
}
table.cal .free a {
    cursor: default;
}

table.cal .current a {
    color: #FF0000 !important;  
}

table.cal .has-events {
    background-color: #faaf40;
    position: relative;
}

table.cal .desc {
    position: absolute;
    height: auto;
    width: 300px;
    display: block;
    background: #282828;
    padding: 10px;
    z-index: 999;
    left: 0px;
    text-align: left;
    top: 28px;
    display:none;
    color: #FFF;
}

/* blog__item__news */
.blog__item__news .blog__item__text {
    min-height: 360px;
    height: auto !important;
}

.blog__item__news .blog__item__text.no-blog__item__pic {
    border-radius: 20px 20px 20px 20px !important;
}
.blog__item__news .blog__item__text .skrot {
    max-height: none !important;
    height: auto !important;
}
.blog__item__news .blog__item__text .skrot h5,
.blog__item__news .blog__item__text .skrot p {
    display: block !important;
    clear: both;
    margin: 0px !important;
}
.blog__item__news .blog__item_more {
    margin-top: 20px;
}
.ok-button {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    background: #f2f2f2;
    border-radius: 4px;
    display: inline-block;
    padding: 14px;
    text-transform: uppercase;
    margin-right: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-bottom: 5px;
}
.ok-button:hover {
    background: #6763fd;
    color: #ffffff !important;
}
.ok-button span {
    color: #6763fd;
    font-weight: bold;
}
.ok-button span.fa {
    display: inline-block !important;
}
.style-2 .ok-button {
    background-color: #fffc00;
    color: #000 !important;
}

.style-2 .ok-button:hover {
    background-color: #fffcc0;
}
.style-2 .ok-button span {
    font-weight: bold;
    color: #000 !important;
}

/* pagination-controls */
.pagination-controls span,  
.pagination-controls a {
    margin-bottom: 10px;
}

.pagination-controls .disabled {
    color: #CCC;
    font-size: 14px;
    font-weight: 700;
    background: #f2f2f2;
    border-radius: 4px;
    display: inline-block;
    padding: 14px 25px;
    text-transform: uppercase;
    margin-right: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.pagination-controls .disabled.active {
    background: #6763fd;
    color: #ffffff;
}
.carousel .carousel-indicators {
    bottom: 10px !important;
}
.carousel .carousel-indicators li {
    border: 1px solid #CCC;
}

.carousel .carousel-item {
    height: auto !important;
    min-height: 1px !important;
}

#carousel-slide-2 {
   min-height: 390px;
   background-color: #000;
}

header.header {
    position: relative !important;
    background-color: #23adcb;
}

.style-2 header.header {
    background-color: #000;
}

.header__logo {
    margin-right: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.header__menu {

}
.header__menu ul li {
    margin-right: 7px;
}
.header__menu ul li a {
    padding: 7px 7px 7px 7px;
}
.header__menu ul li .dropdown {
    top: 45px !important;
}

.header__top {
    padding: 15px 15px 30px 15px;
}

.header__top .header__right__search {
    margin-right: 0px !important;
    width: 100%;
    padding-bottom: 10px;
}

.header__top .header__right__search form  {
    width: 100% !important;
}

.header__top .header__right__search form input {
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 5px;
    padding: 20px !important;
}

table.download {
    width: 100%;
}
table.download td {
    padding: 5px;
}
table.download td h5 {

}
table.download td.btn-download {
    width: 130px;
}
.style-2 table.download td h5  {
    color: #fffc00;
}

.blog__item__search .blog__item__text {
    border-radius: 20px 20px 20px 20px !important;
    height: auto !important;
}
.blog__item__search .blog__item__text h4 a {
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
    font-size: 24px;
}

.footer__copyright__text {
    margin-bottom: 10px;
}

.footer__copyright__text__header {
    font-size: 17px;
    color: #FFF;
    padding-top: 20px;
} 

.footer_menu a {
    display: block;
    width: auto;
    float: left;
}

.footer__subscriber {
    top: -35px;
}

.social__right {
    position: fixed;
    width: 50px;
    margin: 0;
    top: 40%;
    right: 0;
    z-index: 10000000;
}

.social__right a {
    display: block;
    margin-bottom: 10px;
}

.main-content-cke img {
    max-width: 100%;
    height: auto !important;
    display:block;
}

.callto {
    padding-top: 55px !important;
    padding-bottom: 30px !important;
}