body, td, input, textarea {
    font-family: 'Roboto', sans-serif;
}

.b-r, button, .btn, .form-control {
    border-radius: 0 !important;
}
.p-r {
    position: relative;
}
.p-a {
    position: absolute;
}
.p-0 {
    padding: 0;
}

.nw {
    white-space: nowrap;
}

h2 {
    color: #1c8d4d;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.15em;
}

h3 {
    color: #1c8d4d;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.15em;
}
.barr-text-color {
    color: #1c8d4d !important;
}

.title-case:first-letter {
    text-transform:uppercase
}
.title-case {
    text-transform:lowercase
}

.page-link {
    color: #1c8d4d;
}

.header {
    background: rgb(6,140,64);
    background: -moz-linear-gradient(left, rgba(6,140,64,1) 0%, rgba(6,140,64,1) 50%, rgba(0,143,131,1) 50%, rgba(0,143,131,1) 100%);
    background: -webkit-linear-gradient(left, rgba(6,140,64,1) 0%,rgba(6,140,64,1) 50%,rgba(0,143,131,1) 50%,rgba(0,143,131,1) 100%);
    background: linear-gradient(to right, rgba(6,140,64,1) 0%,rgba(6,140,64,1) 50%,rgba(0,143,131,1) 50%,rgba(0,143,131,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068c40', endColorstr='#008f83',GradientType=1 );
}
.header-arrows {
    position: absolute;
    max-width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}
.header-arrows img {
    max-width: 100%;
}
.navbar {
    position: absolute;
    width: 100%;
    padding: 28px 10px;
}
.navbar.bg-light {
    background-color: #fff!important;
}
.nav-shadow {
    min-height: 50px;
    position: relative;
    z-index: 10;
    box-shadow: 0 5px 5px -5px #000000;
}
.dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.logo {
    position: absolute;
    width: 90%;
    left: 5%;
    right: 5%;
    height: auto!important;
    margin: 10px auto;
    z-index: 100;
}
.logo img {
    max-width: 100%;
    height: auto!important;
}
.logo-nav {
    min-height: 96px;
}
.header-gradient {
    background: rgb(6,140,64);
    background: -moz-linear-gradient(left, rgba(6,140,64,1) 0%, rgba(0,143,131,1) 100%);
    background: -webkit-linear-gradient(left, rgba(6,140,64,1) 0%,rgba(0,143,131,1) 100%);
    background: linear-gradient(to right, rgba(6,140,64,1) 0%,rgba(0,143,131,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068c40', endColorstr='#008f83',GradientType=1 );
}
.z-index-5 {
    position: relative;
    z-index: 5;
}
.header .row .col-0 {
    padding: 0;
}
.logo-bg {
    background: #fff;
}
.h1-header {
    font-size: 24px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
    line-height: 51px;
    padding: 0 20px;
}
.header .row .header-contact-data {
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    padding: 12px 20px 0 0;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}
.search-form {
    max-width: 180px;
}
.navbar-collapse.collapse.show .search-form {
    max-width: none;
    width: 100%;
}
.search-form input {
    border-color: #fff;
    color: #c2c2c2;
    font-size: 17px;
    font-weight: 300;
    border-bottom: solid 2px #ededed;
}
.group-addon {
    border: none;
}
.group-addon .form-control {
    border-right: 0;
}
.group-addon .btn {
    background: #fff;
    color: #c2c2c2;
    border-color: #fff;
}
.group-addon .btn:hover {
    color: #000;
}
.search-form.group-addon .btn {
    border-bottom: solid 2px #ededed;
}

.two-sliders {
    position: relative;
    height: 434px;
}

#carousel-main {
    position: relative;
    z-index: 3;
    height: 434px;
    overflow: hidden;
}
#carousel-main .carousel-item {
    height: 434px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#carousel-main .carousel-caption {
    right: auto;
    left: 1%;
    width: 65%;
    text-align: left;
    bottom: auto;
    top: 15%;
}
#carousel-main .carousel-indicators {
    right: 16px;
    top: auto;
    bottom: 30px;
    left: auto;
    margin: 0;
}
#carousel-main .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.1);
    border: solid 1px rgba(255,255,255,0.3);
}
#carousel-main .carousel-indicators li:hover {
    background-color: rgba(255,255,255,0.4);
    border: solid 1px rgba(255,255,255,0.6);
}
#carousel-main .carousel-indicators li.active {
    background-color: rgba(0,0,0,0.4);
    border: solid 1px rgba(0,0,0,0.6);
}
#carousel-main .carousel-caption h3,
#carousel-main .carousel-caption p {
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.4);
}
#carousel-main .carousel-caption h3 {
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 300;
}
#carousel-main .carousel-caption p {
    font-size: 17px;
    width: 75%;
}
#carousel-background {
    width: 65%;
    max-width: 100%;
    height: 300px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -150px;
    background: transparent !important;
}
#carousel-background .carousel-item {
    width: 100%;
    max-width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.carousel-background-gradient {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(4,141,87,1) 0%, rgba(3,141,95,0) 20%, rgba(1,142,122,0) 80%, rgba(0,143,130,1) 100%);
    background: -webkit-linear-gradient(left, rgba(4,141,87,1) 0%,rgba(3,141,95,0) 20%,rgba(1,142,122,0) 80%,rgba(0,143,130,1) 100%);
    background: linear-gradient(to right, rgba(4,141,87,1) 0%,rgba(3,141,95,0) 20%,rgba(1,142,122,0) 80%,rgba(0,143,130,1) 100%);
}
.carousel-background-gradient-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(4,141,87,1) 0%, rgba(0,143,130,1) 100%);
    background: -webkit-linear-gradient(left, rgba(4,141,87,1) 0%, rgba(0,143,130,1) 100%);
    background: linear-gradient(to right, rgba(4,141,87,1) 0%, rgba(0,143,130,1) 100%);
}
.carousel-background-shadow
{
    position: absolute;
    width: 90%;
    width: calc(100% - 100px);
    height: 98%;
    left: 50px;
    top: 1%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:0 0 50px rgba(0, 0, 0, 1);
    -moz-box-shadow:0 0 50px rgba(0, 0, 0, 1);
    box-shadow:0 0 50px rgba(0, 0, 0, 1);
}



.main-body {
    padding: 50px 0 30px;
}

.news-list {
    padding: 0 0 25px;
}
.news-item {
    padding: 20px 0;
    border-bottom: solid 1px #d2d9d8;
}
.news-list .news-item:last-child {
    border-bottom: none;
}
.news-date {
    text-align: center;
    color: #7d8786;
}
.news-date__month {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 5px;
    text-transform: uppercase;
    position: relative;
}
.news-date__month:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 30%;
    height: 1px;
    background-color: #7d8786;
}
.news-date__day {
    font-size: 48px;
    line-height: 56px;
}
.news-item__image {
    width: 100%;
    height: auto!important;
    margin-bottom: 15px;
}
.news-item h4 {
    font-size: 21px;
    line-height: 24px;
    color: #3a423d;
    font-weight: 600;
}
.news-item p {
    font-size: 12px;
    line-height: 14px;
    color: #7d8786;
    font-weight: 300;
    border-bottom: solid 1px #7d8786;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.news-item__link a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #7d8786;
    text-decoration: none;
}

.menu-right {
    padding: 20px 0 35px;
}
.list-group .list-group-item {
    border: 0;
    margin-bottom: 2px;
    border-left: solid 2px #e9e9e9;
    color: #6c6c6c;
    font-weight: 300;
    padding: .75rem 1.25rem 0.75rem 0.75rem;
}
.list-group .list-group-item:hover {
    border-left: solid 2px #1c8d4d;
    color: #111;
}
.list-group .list-group-item.active {
    z-index: 2;
    color: #1c8d4d;
    background-color: transparent;
    border-color: #1c8d4d;
}
.list-group .list-group-item.lpi-2 {
    padding: .5rem 1.25rem 0.5rem 0.75rem;
    margin-left: 20px;
    margin-bottom: 0;
    border: 0;
    font-size: 0.8rem;
}
.calendar {
    background: #fcfcfc;
    padding: 10px;
    margin-bottom: 35px;
}
.calendar .cal-nav {
    color: #333;
    text-decoration: none;
}
.calendar .cal-head .day {
    color: #b2b1b1;
}
.calendar .day {
    width: 14.2857%;
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    color: #b2b1b1;
    text-align: center;
    font-weight: 300;
}
.calendar .cal-other {
    color: #d2d2d2;
}
.calendar .today {
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 29px;
    margin: 5px auto 6px;
    border-radius: 50%;
    background: #b6b6b6;
    color: #fff;
}
.calendar .event {
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 29px;
    margin: 5px auto 6px;
    border-radius: 50%;
    background: #068c40;
    color: #fff;
}
.event-list {
    padding: 15px 0;
}
.event-item {
    padding-left: 30px;
    position: relative;
}
.event-item__day {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #bc0a2f;
}
.event-item__date {
    font-size: 18px;
    line-height: 21px;
    color: #bc0a2f;
    padding-bottom: 5px;
}
.event-item__date span {
    color: #7d8786;
    font-weight: 300;
}
.event-item h5 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    color: #7d8786;
}
.event-item h5 a {
    color: #7d8786;
}
.event-item p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    color: #bbbbbb;
}

.box-list {
    padding: 10px 0;
}
.box-item {
    position: relative;
    padding: 15% 5% 15% 15%;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px;
    text-shadow: 1px 1px rgba(0,0,0,0.25);
}
.box-item span {
    display: inline-block;
    position: absolute;
    color: rgba(255,255,255,0.2) !important;
    left: 5%;
    top: 50%;
    margin-top: -60px;
    font-size: 100px;
    line-height: 120px;
    text-shadow: none;
    background: transparent !important;
}


.company-list {
    padding: 0 0 25px;
}
.company-item {
    padding: 20px 0;
    border-bottom: solid 1px #d2d9d8;
}
.company-list .company-item:last-child {
    border-bottom: none;
}
.company-item h4 {
    font-size: 20px;
    line-height: 24px;
    color: #3a423d;
    font-weight: 600;
    padding: 0 15px;
}
.company-item p {
    font-size: 12px;
    line-height: 13px;
    color: #7d8786;
    font-weight: 300;
    border-bottom: solid 1px #7d8786;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.company-item__link a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #7d8786;
    text-decoration: none;
}
.company-item__box {
    padding: 0 15px;
}
.company-item__details {
    display: none;
}

.jumbotron-money {
    background: url("/img/money.jpg") 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
}
.jumbotron-gradient {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.95;
}
.jumbotron-money .container {
    z-index: 1;
}

.partners {
    padding-bottom: 40px;
}
.partners .display-4 {
    color: #dddddd;
    font-size: 48px;
    padding-bottom: 20px;
}
.partner-logo {
    height: 130px;
    padding: 20px 15px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.content-head-img {
    width: 100%;
    height: auto!important;
    padding: 15px 0 35px;
}
.content {
    padding: 15px 0;
}
.content img {
    max-width: 100%;
    height: auto!important;
}

/* PLIKI DO POBRANIA */
.file-list {
    padding: 20px 0;
}
.file-list li {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}
.file-list li a {
    padding: 10px;
    margin: 0;
    font-size: 15px;
    line-height: 17px;
    display: flex;
    align-items: center;
}
.file-list li a span {
    display: inline-block;
}
.file-list li a span.file-list__icon {
    width: 47px;
    min-width: 47px;
    height: 47px;
    background: url("/img/file.svg") 50% 50% no-repeat;
    background-size: contain;
    border: solid 7px #fff;
    margin-right: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 19px 0 0;
    font-size: 9px;
    line-height: 10px;
}

.row-gallery-list {
    padding: 0 10px;
}
.col-gallery-list {
    padding: 5px;
}
.gallery-list-a {
    display: block;
}

/* KADROWANIE */
.js_kadr {
    overflow: hidden;
    position: relative;
    padding: 0;
}
.js_kadr img {
    position: absolute;
    height: auto;
    width: auto;
    margin: 0;
    max-width: none;
}
.image-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-1-1 {
    display: block;
    position: relative;
    padding-bottom: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
}
.image-4-3 {
    display: block;
    position: relative;
    padding-bottom: 75%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
}

.logos-set {
    margin-top: 25px;
    padding: 15px;
    border-top: solid 1px #e9e9e9;
    text-align: center;
}
.logos-set img {
    max-width: 100%;
    max-height: 140px;
}

.image-margin-bottom {
    margin-bottom: 30px;
}
.background-contain {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.form-title {
    display: none;
}
.nad_info, .nad_blad {
    padding: 20px 0;
}
.nad_info .info, .nad_blad .info {
    background: #b6daff;
    color: #333;
    padding: 15px;
}
.nad_info .blad, .nad_blad .blad {
    background: #ffb6d5;
    color: #333;
    padding: 15px;
}

.news-big-date {
    text-align: center;
}
.news-big-date__day {
    font-size: 10rem;
    line-height: 9rem;
    font-weight: 300;
    color: #ddd;
}
.news-big-date__month {
    font-size: 2.5rem;
    font-weight: 300;
    color: #ddd;
    font-style: italic;
}

.events-big-date {
    text-align: center;
    border: solid 2px #eee;
    padding: 20px 0;
    margin-bottom: 15px;
}
.events-big-date__day {
    font-size: 10rem;
    line-height: 9rem;
    font-weight: 300;
    color: #444;
}
.events-big-date__month {
    font-size: 2.5rem;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
}


footer {
    background: rgb(11,23,22);
    background: -moz-linear-gradient(left, rgba(11,23,22,1) 0%, rgba(10,35,24,1) 100%);
    background: -webkit-linear-gradient(left, rgba(11,23,22,1) 0%,rgba(10,35,24,1) 100%);
    background: linear-gradient(to right, rgba(11,23,22,1) 0%,rgba(10,35,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1716', endColorstr='#0a2318',GradientType=1 );
    color: #fff;
    font-weight: 300;
    font-size: 0.9rem;
    padding: 50px 0;
}
footer .btn-link,footer .btn-link:hover {
    color: #fff;
    font-weight: 300;
    font-size: 0.9rem;
}
footer p.small {
    font-weight: 300;
}
.copy {
    padding-top: 60px;
    font-size: 11px;
    font-weight: 300;
    color: rgba(255,255,255,0.3);
    text-align: center;
}
.copy a {
    color: rgba(255,255,255,0.3);
}
.copy a:hover {
    color: rgba(255,255,255,0.7);
}


.map-container{
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}
.map-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.box-link {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent !important;
}

.form-control::-webkit-input-placeholder { font-weight: 300; color: #bbb; }
.form-control:-moz-placeholder { font-weight: 300; color: #bbb; }
.form-control::-moz-placeholder { font-weight: 300; color: #bbb; }
.form-control:-ms-input-placeholder { font-weight: 300; color: #bbb; }
.form-control::-ms-input-placeholder { font-weight: 300; color: #bbb; }

.alert p:last-child{
    margin-bottom: 0;
}

.form-check-input {
    margin-left: 0;
}




#search .search-info{
    font-weight: 300;
    color: #878786;
    padding: 25px 10px 20px;
}

#search .search-info span{
    font-weight: 700;
    color: #bc0a2f;
}

#search .search-info span{
    font-weight: 700;
    color: #bc0a2f;
}

#search .search-results{
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 10px;
}

#search .search-results .result{
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ededed;
}

#search .search-results .result:last-of-type{
    margin: 0;
}

#search .search-results .result .title{
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #878786;
    font-weight: 300;
}

#search .search-results .result .title span{
    font-size: 18px;
    color: #1c8d4d;
    font-weight: 700;
}

#search .search-results .result .description{
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 0 0 2px 0;
    font-size: 13px;
    color: #878786;
    font-weight: 300;
}

#search .search-results .result .more{
    clear: both;
    overflow: hidden;
    width: 100%;
}

#search .search-results .result .more a{
    font-size: 13px;
    font-weight: 700;
    color: #1c8d4d;
    text-decoration: none;
}

#search .search-results .result .more a:hover{
    color:#bc0a2f;
}

.socials {
    padding: 10px 0;
}
.pe-social a {
    display: inline-block;
    color: #fff;
}

.card-header>h5>button {
    font-size: 20px;
}

.form-green {
    border-color: #1c8d4d;
}


.list-pagination{
    margin:30px 0;
    border-top:solid 1px #ddd
}.list-pagination a{
     height:88px;
     line-height:88px;
     font-size:20px;
     color:#ddd
 }
.list-pagination a span{
    font-size:14px;
    color:#2c2c2c
}
.list-pagination .site-navi{
    height:90px;
    line-height:90px;
    font-size:22px;
    color:#ddd
}
.list-pagination .site-navi a{
    display:inline-block;
    text-decoration:none;
    color:#333;
    vertical-align:top;
    padding:0 10px
}
.list-pagination .site-navi span{
    display:inline-block;
    width:1px;
    height:88px;
    background:#ddd;
    vertical-align:top
}
.list-pagination .site-numbers{
    display:inline-block
}.list-pagination .site-numbers a{
     display:inline-block;
     text-decoration:none;
     color:#2c2c2c;
     font-size:14px;
     vertical-align:top;
     padding:0 15px
 }
.list-pagination .site-numbers a.current{
    color:#009dff;
    font-weight:700
}
.list-pagination .site-numbers em{
    display:inline-block;
    text-decoration:none;
    color:#2c2c2c;
    font-size:14px;
    vertical-align:top;
    padding:0 15px;
    line-height:78px;
    padding-bottom:10px
}

#dodaj-firme-form {
    display: none;
}


.login-box {
    max-width: 400px;
    margin: 0 auto;
}


.wcag-buttons {
    vertical-align: top;
    padding: 5px;
    display: inline-grid;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    color:#000;
    line-height: 20px;
}
.wcag-buttons span {
    white-space: nowrap;
}
.wcag-buttons a {
    color:#000;
}
.wcag-buttons a:hover {
    text-decoration: none;
}

.wcag {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin-right: 4px;
    border: solid 1px #000;
}
.wcag-t, .wcag-t1, .wcag-t0 {
    border-color: rgba(0,0,0,0) !important;
}
.wcag-t {
    font-size: 11px;
}
.wcag-t1 {
    font-size: 17px;
}
.wcag-c0 {
    background: #FFF;
    color: #000 !important;
}
.wcag-c {
    background: #010101;
    color: #fff !important;
}
.wcag-c2 {
    background: #010101;
    color: #ff0 !important;
}
.wcag-c3 {
    background: #ff0;
    color: #010101 !important;
}

.box_modal_close {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff !important;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 2rem !important;
    opacity: 1;
    z-index: 1;
    margin-right: -1rem;
    margin-top: -1rem;
    cursor: pointer;
}
.box_modal_close:hover {
    opacity: 1;
}


@media (min-width: 768px) {

    /* show 3 items */
    #carousel-multiple .carousel-inner .active,
    #carousel-multiple .carousel-inner .active + .carousel-item,
    #carousel-multiple .carousel-inner .active + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item +.carousel-item + .carousel-item  {
        display: block;
    }

    #carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    #carousel-multiple .carousel-inner .carousel-item-next,
    #carousel-multiple .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    #carousel-multiple .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -16.66666666666667%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    #carousel-multiple .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item,
    #carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    #carousel-multiple .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    #carousel-multiple .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item,
    #carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .h1-header {
        font-size: 16px;
        padding-top: 5px;
        line-height: 22px;
    }
    #carousel-main .carousel-caption p {
        display: none;
    }

    #carousel-main .carousel-caption h3 {
        font-size: 28px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .logo {
        position: relative;
        left: auto;
        right: auto;
    }
    .h1-header {
        font-size: 17px;
        line-height: 36px;
    }
    #carousel-main .carousel-caption p {
        font-size: 11px;
    }

    #carousel-main .carousel-caption h3 {
        font-size: 36px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .h1-header {
        font-size: 20px;
        line-height: 51px;
    }
    #carousel-main .carousel-caption p {
        font-size: 12px;
    }

    #carousel-main .carousel-caption h3 {
        font-size: 36px;
    }

    .news-big-date__day {
        font-size: 8rem;
        line-height: 7rem;
    }
    .news-big-date__month {
        font-size: 1.5rem;
    }

    .events-big-date__day {
        font-size: 7rem;
        line-height: 7rem;
    }
    .events-big-date__month {
        font-size: 1.125rem;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

    #carousel-main .carousel-caption p {
        font-size: 15px;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


    .search-form {
        max-width: 240px;
    }

}


@media (min-width: 992px) {

    .dropdown-menu {
        box-shadow: 0 5px 5px -5px #000000;
    }

}