/*---------------------------
    General
---------------------------*/
body {
    font-family: 'ff-basic-gothic-pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', serif;
    color: #3c3c3c;
}

img {
    max-width: 100%;
    height: auto;
}

/*---------------------------
    Plugin Compatibility
---------------------------*/
/* GiveWP Form Styles - Protect from Bootstrap overrides */
.give-form,
.give-form input,
.give-form input[type="text"],
.give-form input[type="email"],
.give-form input[type="number"],
.give-form select,
.give-form textarea,
.give-form button,
.give-form .give-btn {
    font-family: inherit;
    box-sizing: border-box;
}

.give-form button,
.give-form .give-btn,
.give-form input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #34658F;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: inherit;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s;
}

.give-form button:hover,
.give-form .give-btn:hover,
.give-form input[type="submit"]:hover {
    background-color: #254a6b;
}

/*---------------------------
    Layout
---------------------------*/
.header {
    margin-bottom: 30px;
}
.header.header-default,
.header.header-single {
    min-height: 390px;
    background-position: center;
    background-size: cover;
}
.header.header-default + .page-nav {
    height: 40px;
    margin-bottom: 20px;
    background-color: #34658F;
}
/* header */
header.header-default-search::after, header.header-default::after {
    display: none;
}
.header.header-product {
    min-height: 190px;
}
.header .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.header .navbar {
    display: block;
    padding: 12px 15px;
    background-color: #fff;
    z-index: 101;
}
.header .navbar .logo {
    display: inline-block;
}
.header .navbar .logo img {
    height: 32px;
}
.header .navbar .logo img.logo-desktop,
.header .navbar .logo img.logo-mobile-nav {
    display: none;
}
.header .navbar .nav-toggler, .main .navbar .nav-toggler {
    display: block;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 30px;
    height: 16px;
}

.main .navbar .nav-toggler {
    top: -30px;
}

.header .navbar .nav-toggler div, .main .navbar .nav-toggler div {
    position: relative;
    width: 30px;
    height: 2px;
    background-color: #5b5b5b;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.header .navbar .nav-toggler::before,
.header .navbar .nav-toggler::after, .main .navbar .nav-toggler::before, .main .navbar .nav-toggler::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #5b5b5b;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.header .navbar .nav-toggler::before, .main .navbar .nav-toggler::before {
    top: 7px;
}
.header .navbar .nav-toggler::after, .main .navbar .nav-toggler::after {
    top: 14px;
}
.header .nav,
.header .nav-social-media {
    display: none;
}
.header .nav > ul {
    margin: 0;
    padding: 20px;
    list-style: none;
}
.header .nav > ul > li {
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}
.header .nav > ul > li.home,
.header .nav > ul > li.search {
    display: none;
}
.header .nav > ul > li > a {
    display: inline-block;
    color: #fff;
}
.header .nav > ul > li.menu-item-has-children .sub-menu-toggler {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
}
.header .nav > ul > li.menu-item-has-children .sub-menu-toggler::before,
.header .nav > ul > li.menu-item-has-children .sub-menu-toggler::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    width: 12px;
    height: 1px;
    background-color: #fff;
    transition: all 300ms;
}
.header .nav > ul > li.menu-item-has-children .sub-menu-toggler::before {
    right: 8px;
    transform: rotate(45deg);
}
.header .nav > ul > li.menu-item-has-children .sub-menu-toggler::after {
    right: 0;
    transform: rotate(-45deg);
}
.header .nav > ul > li.menu-item-has-children .sub-menu-toggler.active::before {
    transform: rotate(-45deg);
}
.header .nav > ul > li.menu-item-has-children .sub-menu-toggler.active::after {
    transform: rotate(45deg);
}
.header .nav > ul > li.menu-item-has-children .sub-menu {
    display: none;
    padding: 10px 0;
}
.header .nav > ul > li.menu-item-has-children .sub-menu li {
    padding-bottom: 10px;
    line-height: 1;
    text-align: right;
}
.header .nav > ul > li.menu-item-has-children .sub-menu li a {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-transform: none;
}

.header .nav #menu-item-26.current_page_item, .header .nav #menu-item-26 li a, .header .nav #menu-item-26 a:hover {
    color: #bbb0a7!important;
}
.header .nav #menu-item-25.current_page_item, .header .nav #menu-item-25 li a, .header .nav #menu-item-25 a:hover {
    color: #bbb0a7!important;
}
.header .nav #menu-item-24.current_page_item, .header .nav #menu-item-24 li a, .header .nav #menu-item-24 a:hover {
    color: #bbb0a7!important;
}

.header .nav #menu-item-23.current_page_item, .header .nav #menu-item-23 li a, .header .nav #menu-item-23 a:hover {
    color: #6f9a75!important;
}
.header .nav #menu-item-23 .sub-menu li a:hover, .header .nav #menu-item-23.current_page_item {
    border-bottom: 3px solid #6f9a75 !important;
}

.header .nav #menu-item-22.current_page_item, .header .nav #menu-item-22 li a, .header .nav #menu-item-22 a:hover {
    color: #9a6f8c!important;
}
.header .nav #menu-item-22 .sub-menu li a:hover,.header .nav #menu-item-22.current_page_item {
    border-bottom: 3px solid #9a6f8c !important;
}

.header.active .navbar {
    background-color: #000;
}
.header.active .navbar .nav-toggler {
    height: 25px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.header.active .navbar .nav-toggler div {
    background-color: transparent;
}
.header.active .navbar .nav-toggler::before,
.header.active .navbar .nav-toggler::after {
    top: 10px;
    background-color: #fff;
    width: 24px;
}
.header.active .navbar .nav-toggler::before {
    transform: rotate(-45deg);
}
.header.active .navbar .nav-toggler::after {
    transform: rotate(45deg);
}
.header.active .navbar .logo img.logo-mobile-nav {
    display: inline-block;
}
.header.active .navbar .logo img.logo-mobile {
    display: none;
}
.header.active .nav {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100vw;
    z-index: 101;
}

.header .slider .slide {
    position: absolute;
    width: 100vw;
    height: 180px;
}
.header .slider .slide .image {
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header .slider .slide .content {
    height: 120px;
    padding: 20px 30px;
    background-color: #8497a9;
}
.header .slider .slide h2 {
    margin-bottom: 3px;
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #FFC000;
    text-align: right;
}
.header .slider .slide p {
    margin: 0;
    color: #fff;
    text-align: right;
}

.header .bubbles {
    position: relative;
    height: 510px;
    margin-top: 300px;
}
.header .bubbles .bubble {
    display: block;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    animation: float 6s ease-in-out infinite;
}
.header .bubbles .bubble .left-site,
.header .bubbles .bubble .right-site {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 1.3s;
}

.header .bubbles .bubble .left-site{
    opacity: 1;
    z-index: 10;
}
.header .bubbles .bubble .right-site{
    opacity: 0;
    z-index: 5;
}
.header .bubbles .bubble-0 {
    top: 6%;
    left: 5%;
    animation-duration: 4s;
    width: 190px;
    height: 190px;
}
.header .bubbles .bubble-1 {
    top: 6%;
    left: 60%;
    animation-duration: 6s;
    width: 90px;
    height: 90px;
}
.header .bubbles .bubble-2 {
    top: 27%;
    left: 57%;
    animation-duration: 4.3s;
    width: 120px;
    height: 120px;
}
.header .bubbles .bubble-3 {
    top: 47%;
    left: 5%;
    animation-duration: 5.6s;
    width: 120px;
    height: 120px;
}
.header .bubbles .bubble-4 {
    top: 51%;
    left: 40%;
    animation-duration: 5s;
    width: 120px;
    height: 120px;
}
.header .bubbles .bubble-5 {
    top: 71%;
    left: 67%;
    animation-duration: 4.6s;
    width: 90px;
    height: 90px;
}
.header .bubbles .bubble-6 {
    top: 72%;
    left: 18%;
    animation-duration: 5.3s;
    width: 120px;
    height: 120px;
}

.header .bubbles .bubble .left-site img,
.header .bubbles .bubble .right-site img {
    max-width: 50%;
    height: auto;
}
.header .bubbles .bubble .left-site span,
.header .bubbles .bubble .left-site p,
.header .bubbles .bubble .left-site a,
.header .bubbles .bubble .right-site span,
.header .bubbles .bubble .right-site p,
.header .bubbles .bubble .right-site a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
}
.header .bubbles .bubble .left-site:hover a,
.header .bubbles .bubble .right-site:hover a {
    text-decoration: none;
}
.header .bubbles .bubble .left-site p::after,
.header .bubbles .bubble .left-site span::after,
.header .bubbles .bubble .right-site p::after,
.header .bubbles .bubble .right-site span::after {
    display: block;
    content: "";
    position: absolute;
    top: -7px;
    left: 20%;
    width: 60%;
    border-top: 1px solid;
}
.header .bubbles .bubble .left-site p::before,
.header .bubbles .bubble .left-site span::before,
.header .bubbles .bubble .right-site p::before,
.header .bubbles .bubble .right-site span::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 20%;
    width: 60%;
    border-bottom: 1px solid;
}

.header .header-title {
    margin: 0;
    padding: 20px 0 0 15px;
    font-weight: 700;
    color: #fff;
}

.header .woocommerce-product-search {
    display: block;
    max-width: 540px;
    margin: 0 auto;
    padding: 140px 15px 22px;
    font-size: 0;
    position: relative;
    z-index: 1;
}
.header .woocommerce-product-search .woocommerce-product-search {
    display: none;
}
.header .woocommerce-product-search .search-field,
.header .woocommerce-product-search .submit-field {
    padding: 5px 10px;
    font-size: 13px;
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
}
.header .woocommerce-product-search .search-field {
    width: 85%;
}
.header .woocommerce-product-search .submit-field {
    width: 15%;
    text-align: right;
}
.header .woocommerce-product-search .search-field:focus,
.header .woocommerce-product-search .search-field:active,
.header .woocommerce-product-search .submit-field:focus,
.header .woocommerce-product-search .submit-field:active {
    outline: none;
}
.header .woocommerce-product-search .search-field::placeholder {
  color: #fff;
}

.header.header-single .header-title {
    padding-bottom: 10px;
}
.header.header-single .post-categories,
.header.header-single .post-date,
.header.header-single .post-author,
.post-breadcrumbs .post-categories,
.post-breadcrumbs .post-date,
.post-breadcrumbs .post-author{
    padding-left: 15px;
    display: block;
    font-size: 14px;
    color: #fff;
}
.header.header-single .post-categories,
.post-breadcrumbs .post-categories,
.post-breadcrumbs .post-date,
.post-breadcrumbs .post-author{
    padding-bottom: 10px;
}
.header.header-single .post-categories a,
.post-breadcrumbs .post-categories a{
    color: inherit;
}
.header.header-single .post-categories a:hover,
.post-breadcrumbs .post-categories a:hover{
    color: inherit;
}
.header.header-single .post-author,
.post-breadcrumbs .post-author {
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.header.header-single .tags {
    padding-left: 15px;
    padding-bottom: 10px;
}
.header.header-single .tags .badge {
    margin-right: 8px;
    padding: 2px 12px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 10px;
}

.col-section, .section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3c3c3c;
}
.col-section .title,.section .title {
    font-size: 26px;
    margin-bottom: 20px;
}
.col-section h3.title, .section h3.title {
    font-size: 34px;
}
.col-section .title a,.section .title a {
    color: #3c3c3c;
}
.col-section .title a:hover, .section .title a:hover {
    text-decoration: none;
}

.col-section {
    max-width: 45%;
    flex: 0 0 45%;
}

.footer {
    padding-bottom: 20px;
    background-color: #668EB5;
    color: #fff;
    text-align: center;
}
.footer .newsletter {
    padding: 25px 0;
    background-color: #7BA5CC;
}
.footer .newsletter .title {
    padding-bottom: 22px;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer .newsletter p {
    padding: 20px 25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.6px;
}
.footer .newsletter input[type="text"] {
    width: 100%!important;
    height: 40px!important;
    padding: 0!important;
    font-size: 14px!important;
    background-color: transparent!important;
    text-align: center!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border: 1px solid #fff!important;
    border-radius: 20px!important;
    box-shadow: none!important;
    outline: none!important;
}
.footer .newsletter input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff;
}
.footer .newsletter input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
}
.footer .newsletter input[type="text"]::placeholder {
    font-size: 14px;
    color: #fff;
}
.footer .newsletter input[type="checkbox"] {
    display: none;
}
.footer .newsletter label {
    margin-top: 30px;
}
.footer .newsletter label span {
    display: block;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.6px;
}
.footer .newsletter button{
    margin: 15px 0 10px 0!important;
    padding: 0 40px!important;
    font-size: 13px!important;
    font-weight: 700!important;
    line-height: 40px!important;
    background-color: #a3c510!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border: none!important;
    border-radius: 20px!important;
}
.footer .newsletter .checkbox {
    border: none!important;
}
.footer .newsletter .checkbox p {
    color: white;
}
/*
.footer .newsletter .checkbox {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
    cursor: pointer;
}
.footer .newsletter .checkbox.active::before,
.footer .newsletter .checkbox.active::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
}
.footer .newsletter .checkbox.active::before {
    top: 20px;
    right: 5px;
    width: 20px;
    transform: rotate(-45deg);
}
.footer .newsletter .checkbox.active::after {
    top: 23px;
    right: 20px;
    width: 10px;
    transform: rotate(45deg);
}
*/
@media (max-width: 1279px) {
    .footer--content{
        max-width: 100%;
        flex: 1;
    }
}
.footer .social-media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
@media (max-width: 992px){
    .footer .social-media{
        flex-direction: row;
    }
}
.footer .social-media li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 20px;
    background-color: #fff;
    border-radius: 25px;
}
.footer .social-media li i {
    color: #6f859a;
    font-size: 22px;
    line-height: 50px;
}
.footer .krs p {
    margin: 12px 0 20px 0;
    font-size: 24px;
    font-weight: 700;
}
.footer .fundacja-class p{
    font-size: 24px;
    font-weight: 700;
}
.footer .footer-logo{
    margin-bottom: 6px;
}
.footer .contact .contact--flex{
    width: 50%;
    flex: auto;
}
@media (max-width: 720px){
    .footer .contact .contact--flex{
        justify-content: center;
        width: 100%;
    }
}
.footer .contact p,
.footer .copyrights p {
    font-size: 13px;
}
.footer .footer-nav {
    display: none;
}

#nav_toggler_sub {
    display: none;
}
/*---------------------------
    Common
---------------------------*/
.btn.btn-outline-secondary {
    padding: 0 25px;
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-size: 10px;
    line-height: 30px;
    color: #3c3c3c;
    text-transform: uppercase;
    border-radius: 20px;
    border-color: #3c3c3c;
}
.btn.btn-outline-secondary:hover {
    background-color: #3c3c3c;
    color: #fff;
}
.btn.btn-block {
    padding: 0;
}
.btn.btn-yellow {
	padding: 10px 15px;
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-size: 10px;
    line-height: 1.2;
    color: #3c3c3c;
    text-transform: uppercase;
    border-radius: 20px;
    border-color: #ffcd00;
	background-color: #ffcd00;	
}
.btn.btn-yellow:hover {
	background-color: transparent;
	border-color: #3c3c3c;
}

.product-slides .product-slide {
    text-align: center;
}
.product-slides .product-slide img {
    display: inline-block;
    height: 120px;
    margin-bottom: 10px;
}
.product-slides .product-slide h3 {
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}
.product-slides .product-slide p {
    font-size: 13px;
    color: #333;
}
.product-slides a:hover {
    text-decoration: none;
}

.posts .article {
    margin-bottom: 30px;
}
.posts .article a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.posts .article a:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.posts .article.news a {
    color: #212529;
}
.posts .article.news a:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.posts .article h3 {
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.posts .article p {
    font-size: 13px;
    margin-bottom: 5px;
}
.posts .article img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}
.posts .article .article-header {
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #3c3c3c;
}
.posts .article .article-header p {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 700;
}
.posts .article .article-header p::before,
.posts .article .article-header p::after {
    content: "–";
    position: relative;
    top: -1px;
    padding: 0 5px;
}
.posts .article .article-header h3 {
    margin: 8px 0;
    letter-spacing: 0;
    line-height: 1;
    color: #34658f;
}
.posts .article .article-header p + h3 {
    margin: 3px 0;
    text-transform: none;
}
.posts .article .article-content {
    margin: 0 5px 0 5px;
    padding: 20px;
    border: 1px solid #3c3c3c;
    border-top: none;
}
.posts .article .article-content p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    color: #3c3c3c;
}

.posts .article .post-date {
    font-size: 11px;
}
.posts .article .badge {
    padding: 0 11px;
    font-size: 10px;
    line-height: 16px;
    border-radius: 8px;
    text-transform: uppercase;
}

.post .post-excerpt {
    font-size: 20px;
    font-weight: 300;
    text-align: right;
}
.post .post-content h2,
.post .post-content h3,
.post .post-content h4 {
    margin-bottom: 25px;
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-weight: 700;
}
.post .post-content h2 {
    font-size: 26px;
}
.post .post-content h3 {
    font-size: 22px;
}
.post .post-content h4 {
    font-size: 18px;
}
.post .post-content p {
    margin-bottom: 25px;
}
.post .post-content img {
    margin-bottom: 25px;
}

.ambassadors .photo {
    width: 65px;
    height: 65px;
    margin: 10px auto 30px;
    background-size: 170%;
    border-radius: 50%;
}
.ambassadors .content {
    position: relative;
    padding: 20px 20px 60px 20px;
    background-color: #edf4f6;
    border: 1px solid #6f859a;
    text-align: center;
}
.ambassadors .content::after {
    content: "";
    display: block;
    position: absolute;
    top: -26px;
    left: calc(50% - 30px);
    border-top: 28px solid transparent;
    border-right: 20px solid #edf4f6;
}
.ambassadors .content::before {
    content: "";
    display: block;
    position: absolute;
    top: -29px;
    left: calc(50% - 30px);
    border-top: 29px solid transparent;
    border-right: 21px solid #6f859a;
}
.ambassadors .content p {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    line-height: 28px;
    color: #3b3b3b;
}
.ambassadors .content span {
    display: block;
    font-size: 14px;
    color: #7BA5CC;
}
.ambassadors .slick-dots {
    bottom: 25px;
}
.ambassadors .slick-dots li {
    width: 8px;
    height: 8px;
}
.ambassadors .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #3c3c3c;
    border-radius: 5px;
    opacity: 0.3;
}
.ambassadors .slick-dots li.slick-active button {
    background-color: #7BA5CC;
    opacity: 1;
}
.ambassadors .slick-dots button::before {
    display: none;
}

.post-content {
    font-size: 18px;
}

.page-content {
    font-family: 'Libre Baskerville', serif;
}
.page-content .gothic-font {
    font-family: 'ff-basic-gothic-pro', sans-serif;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
    margin-top: 15px;
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-weight: 600;
}
.page-content h1 {
    font-size: 28px;
}
.page-content h2 {
    font-size: 25px;
}
.page-content h3 {
    font-size: 22px;
}
.page-content h4 {
    font-size: 18px;
}
.page-content .wp-block-coblocks-column p {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.8;
}
.page-content .wp-block-coblocks-column:first-of-type p {
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-size: 22px;
    font-weight: 200;
}
.page-content .wp-block-button__link {
    font-size: 16px;
    padding: 16px 40px;
}
.page-content .wp-block-button__link strong,
.page-content .wp-block-button__link b {
    font-weight: 600;
}
.page-content .is-style-outline .wp-block-button__link {
    border-width: 1px;
}
.page-content .wp-block-button {
    margin: 25px 0;
}
.page-content .wp-block-separator {
    margin: 30px 0 20px;
    border-color: #3c3c3c;
}
.page-content .wp-block-quote {
    position: relative;
    left: -100px;
    border-right: 1px solid currentColor;
}
.page-content .wp-block-quote::after {
    content: "”";
    display: block;
    position: absolute;
    top: 50%;
    right: -35px;
    font-size: 60px;
    line-height: 1;
    /*color: #9A6F8C;*/
}
.page-content .wp-block-quote p {
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.products .product {
    position: relative;
}
.products .image {
    width: 100%;
    height: auto;
}
.products .name {
    margin-bottom: 0;
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-size: 13px;
    font-weight: 700;
}
.products .author,
.products .excerpt {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 300;
}
.products .product .recommended div {
    position: absolute;
    /*top: -10px;*/
    width: 26px;
    height: 26px;
    background-size: cover;
    display: inline-block;
    margin-right: -10px;
    right: 0;
}
.products .product .recommended div:nth-child(1) {
    /*left: 80px;*/
    z-index: 50;
}
.products .product .recommended div:nth-child(2) {
    /*left: 65px;*/
    z-index: 40;
    right: 20px;
}
.products .product .recommended div:nth-child(3) {
    /*left: 50px;*/
    z-index: 30;
    right: 40px;
}
.products .style-grid .product .recommended div:nth-child(1) {
    /*left: auto;*/
    /*right: 45px;*/
}
.products .style-grid .product .recommended div:nth-child(2) {
    /*left: auto;*/
    /*right: 60px;*/
}
.products .style-grid .product .recommended div:nth-child(3) {
    /*left: auto;*/
    /*right: 75px;*/
}
.woocommerce > .products .product .recommended div:nth-child(1) {
    /*left: 105px;*/
}
.woocommerce > .products .product .recommended div:nth-child(2) {
    /*left: 90px;*/
}
.woocommerce > .products .product .recommended div:nth-child(3) {
    /*left: 75px;*/
}

.product .product-categories {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 300;
}
.product .product-categories a {
    color: inherit;
}
.product p.product-categories span.product-categories-breadcrumbs-comma:last-child {
	display: none;
}
.product .product-title {
    font-size: 26px;
    margin-bottom: 0;
    font: Bold 32px/26px Baskerville Display PT;
    letter-spacing: 0;
    margin: 10px 0;   
}
.product .product-title + .product-recommended {
    margin-top: 20px;
}
.product .product-subtitle {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 300;
    font: 20px/26px Basic Gothic Pro;
    letter-spacing: 0;
    margin: 10px 0;
}
.product .hr.clean {
    display: none;
}
.product .product-autor {
    font: 13px/18px Basic Gothic Pro;
}

.product .product-autor .autor {
    text-align: left;
    font: Bold 13px/18px Basic Gothic Pro;
    letter-spacing: 0;
    color: #3B3B3B;
    margin-right: 4px;
}

.product .product-recommended {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    /*border-bottom: 1px solid #3C3C3C;*/
}
.product .product-recommended .term-138 {
    color: #FFC000;
}
.product .product-recommended .term-139 {
    color: #34658F;
}
.product .product-recommended img {
    position: relative;
    top: -2px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.product .product-recommended span {
    color: #BFBFBF;
}
.product hr {
    border-color: #3C3C3C;
}
.product .product-content,
.product .product-content p {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
}
.product .product-content .product-content-info {
	margin-bottom: 40px;
}
.product .product-content .product-content-info p{
    font-size: 10pt;
    margin-bottom: 8px;
}
.product .product-content .product-content-info p a:last-child span.product-content-info-comma,
.products .row .style-grid p span.product-content-info-comma:last-child {
	display: none;
}
.product .product-image {
    max-width: 100%;
}
.product .product-gallery .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: #000;
    opacity: 0.3;
    border-radius: 50%;
}
.product .product-gallery .slick-dots li {
    width: 8px;
    height: 8px;
}
.product .product-gallery .slick-dots .slick-active button {
    background-color: #FFC000;
    opacity: 1;
}
.product .product-gallery .slick-dots button::before {
    display: none;
}

.category a:hover {
    text-decoration: none;
}
.category .image {
    /*
    width: 80px;
    height: auto;
    */
    width: auto;
    height: 120px;
}
.category .name {
    margin-top: 10px;
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.current_page_item{
    color: #6F859A;
    border-bottom: 3px solid #6F859A !important;
    padding-bottom: 12px!important;
}

.products .product {
    display: block;
    text-align: center;
}
.products .product img {
    display: inline-block;
    max-width: 100%;
    height: 120px;
    margin-bottom: 10px;
}
.products .product h3 {
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}
.products .product p {
    font-size: 13px;
    color: #333;
}
.products .product:hover {
    text-decoration: none;
}

.full-slides {
    margin-bottom: 45px;
}
.full-slides .full-slide {
    display: block;
    height: 235px;
    background-size: cover;
}
.full-slides .slick-prev,
.full-slides .slick-next {
    width: 25px;
    height: 40px;
    background-color: #fff;
    z-index: 10;
}
.full-slides .slick-prev {
    left: 0;
}
.full-slides .slick-next {
    right: 0;
}
.full-slides .slick-prev::before,
.full-slides .slick-prev::after,
.full-slides .slick-next::before,
.full-slides .slick-next::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #333;
    width: 12px;
    height: 1px;
    opacity: 1;
}
.full-slides .slick-prev::before {
    top: 15px;
    left: 5px;
    transform: rotate(-45deg);
}
.full-slides .slick-prev::after {
    top: 23px;
    left: 5px;
    transform: rotate(45deg);
}
.full-slides .slick-next::before {
    top: 15px;
    right: 5px;
    transform: rotate(45deg);
}
.full-slides .slick-next::after {
    top: 23px;
    right: 5px;
    transform: rotate(-45deg);
}


.filters .filter {
    margin-bottom: 20px;
}
.filters .filter h3 {
    font-family: 'ff-basic-gothic-pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.filters .filter h3 a {
    color: inherit;
}
.filters .filter h3 a:hover {
    text-decoration: none;
}
.filters .filter ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}
.filters .filter ul li a {
    font-size: 13px;
    line-height: 1.8;
    color: #333;
}
.filters .filter ul li a::before {
    content: ">";
    display: inline-block;
    padding-right: 10px;
}
.filters .filter ul li label {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.8;
    color: #333;
    cursor: pointer;
}
.filters .filter ul li label.active {
    font-weight: 600;
    color: #34658F;
}
.filters .filter ul li label .checkbox,
.filters .filter ul li label .radio {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border: 1px solid #3c3c3c;
}
.filters .filter ul li label .radio {
    border-radius: 50%;
}
.filters .filter ul li label.active .checkbox,
.filters .filter ul li label.active .radio {
    border-color: #34658F;
}
.filters .filter ul li label.active .checkbox::after {
    content: "\f00c";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    font-family: 'FontAwesome';
    font-size: 10px;
    line-height: 1;
    color: #34658F;
}
.filters .filter ul li label.active .radio::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #34658F;
}

.filters .woo-product-attrib .filter ul li:last-child {
	display: none;
}

.filters .woo-product-cat {
	display: flex;
	flex-flow: column-reverse;
}

/*---------------------------
    Specific
---------------------------*/
.section.section-patrons {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.section.section-patrons .title {
    font-size: 28px;
    margin-bottom: 30px;
}
.section.section-patrons img {
    height: 60px;
    margin-bottom: 20px;
}
.section.section-patrons .section-patrons-group {
    min-height: 0;
    padding-bottom: 20px;
}
.section.section-patrons .section-patrons-group .subtitle {
    font-size: 22px;
    margin-bottom: 30px;
}
.section.section-patrons .section-patrons-group a {
    display: inline-block;
}
.section.section-patrons .section-patrons-group a img {
    display: block;
    max-height: 60px;
}
.section.section-patrons .row .section-patrons-group a img {
    max-height: 40px;
}
.section.section-random-banner {
    text-align: center;
}
.section.section-books {
    border-bottom: none;
}
.section.section-books .configs-bar {
    margin-bottom: 30px;
}
.section.section-books .configs-bar .btn {
    position: relative;
    margin: 0 5px 5px 0;
    padding: 0 40px 0 15px;
}
.section.section-books .configs-bar .btn::before,
.section.section-books .configs-bar .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 13px;
    height: 1px;
    background-color: #3c3c3c;
    transition: all 200ms;
}
.section.section-books .configs-bar .btn:hover::before,
.section.section-books .configs-bar .btn:hover::after {
    background-color: #fff;
}
.section.section-books .configs-bar .btn::before {
    transform: rotate(45deg);
}
.section.section-books .configs-bar .btn::after {
    transform: rotate(-45deg);
}
.section.section-books .configs-bar label {
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}
.section.section-books .configs-bar select {
    margin-left: 10px;
    padding: 6px 25px 6px 5px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #3c3c3c;
}
.section.section-books .configs-bar .list-style {
    display: inline-block;
    padding: 0 0 0 5px;
    color: #3c3c3c;
    font-size: 18px;
    opacity: 0.6;
}
.section.section-books .configs-bar .list-style.active,
.section.section-books .configs-bar .list-style:hover {
    opacity: 1;
}
.section.section-books #next_page p {
	display: none;
}
.section.section-read-more {
    margin-top: 30px;
    border-bottom: none;
}
.section.section-read-more .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #3c3c3c;
}

.section-multi-collapse .title {
    position: relative;
    font-family: 'ff-basic-gothic-pro', sans-serif;
    cursor: pointer;
}
.section-multi-collapse > .title {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 31px;
    color: #34658f;
    text-transform: uppercase;
    border-bottom: 1px solid #34658f;
}
.section-multi-collapse .title::before,
.section-multi-collapse .title::after {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    width: 14px;
    height: 1px;
    transition: all 200ms;
    background-color: #3c3c3c;
}
.section-multi-collapse > .title::before,
.section-multi-collapse > .title::after {
    top: 20px;
    /*background-color: #34658f;*/
    background-color: currentColor;
}
.section-multi-collapse .title::before {
    right: 25px;
    transform: rotate(-45deg);
}
.section-multi-collapse .title::after {
    right: 15px;
    transform: rotate(45deg);
}
.section-multi-collapse .title.collapsed::before {
    right: 25px;
    transform: rotate(45deg);
}
.section-multi-collapse .title.collapsed::after {
    right: 15px;
    transform: rotate(-45deg);
}
.section-multi-collapse .multi-collapse .title {
    padding: 10px 0 20px 0;
    margin: 0;
    font-size: 20px;
    color: #3c3c3c;
}
.section-multi-collapse .multi-collapse .title h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
}
.section-multi-collapse .multi-collapse .title small {
    display: block;
    font-size: 15px;
    font-weight: 300;
}
.section-multi-collapse .multi-collapse .box-collapse {
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}
.section-multi-collapse .post-content {
    font-family: 'ff-basic-gothic-pro', sans-serif;
}
.section.section-product {
    border-bottom: none;
}

.calendar-aside {
    text-align: center;
}
.calendar-aside h3.title {
    font-family: "ff-basic-gothic-pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.calendar-aside ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.calendar-aside ul li a {
    font-size: 13px;
    line-height: 1.6;
    color: #3c3c3c;
}
.calendar-aside .btn {
    margin-bottom: 20px;
    padding: 5px;
    line-height: 1.4;
}

.calendar h1.title {
    margin: 10px 0 45px;
}
.calendar h2.title {
    font-size: 20px;
    font-weight: 700;
}
.calendar .content {
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    margin-bottom: 40px;
}
.calendar .day {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.calendar .day span {
    display: block;
    font-size: 16px;
    color: #D2D2D2;
}

.calendar .day--important,
.calendar .day--important span {
    color: #fff;
}

.nav-cover {
    background-color: rgba(0, 0, 0, 0);
}
.nav-cover.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.cld-title {
    top: 32px;
    left: 9px;
}
.cld-day .eventday {
    cursor: pointer;
}

/*---------------------------
    Woocommerce
---------------------------*/
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 10px !important;
}
.woocommerce ul.products li.product {
    text-align: center !important;
}
.woocommerce ul.products li.product a img {
    width: auto !important;
    height: 120px !important;
    margin: 0 auto !important;
}
.woocommerce ul.products li.product .button {
    display: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 5px 0;
    font-family: 'ff-basic-gothic-pro', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}
.woocommerce ul.products li.product p.authors {
    font-size: 13px;
    color: #333;
}

/*---------------------------
    RWD
---------------------------*/
@media (min-width: 1280px) {
    .header,
    .header.header-default,
    .header.header-product,
    .header.header-single {
        position: relative;
        background-color: #6f859a;
    }
    .header.header-slider {
        height: 620px;
    }
    .header .navbar {
        position: relative;
        top: 45px;
        padding: 0;
        background-color: transparent;
        z-index: 9;
    }
    .header.header-slider .navbar {
        top: 30px;
    }
    .header .navbar .nav-toggler {
        display: none;
    }
    .header .navbar .logo img.logo-mobile {
        display: none;
    }
    .header .navbar .logo img.logo-desktop {
        display: inline-block;
        max-width: 117px;
        height: auto;
    }
    .header .nav {
        display: block;
        position: absolute;
        top: 38px;
        right: 0;
        background-color: #fff;
        box-shadow: 0px 1px 1px rgba(150, 150, 150, 0.5);
        border-radius: 30px;
        z-index: 100;
    }
    .header .nav > ul {
        position: relative;
        display: block;
        margin: 0 15px;
        padding: 0;
    }
    .header .nav > ul > li {
        position: static;
        display: inline-block !important;
        margin-bottom: 0;
        padding: 15px 14px;
        font-size: 0;
        border-bottom: none;
    }
    .header .nav > ul > li > a {
        font-size: 12px;
        font-weight: 700;
        line-height: 30px;
        color: #3c3c3c;
        text-transform: uppercase;
    }
    .header .nav > ul > li .sub-menu-toggler {
        display: none;
    }
    .header .nav > ul > li:hover .sub-menu {
        display: block;
        position: absolute;
        top: 62px;
        right: 15px;
        width: auto;
        padding: 0 25px;
        background-color: #fff;
        border-top: 2px solid #888;
        border-radius: 0 0 30px 30px;
        z-index: 101;
    }
    .header .nav > ul > li:hover .sub-menu li {
        display: inline-block;
        padding: 0 10px;
    }
    .header .nav > ul > li:hover .sub-menu li a {
        display: block;
        padding: 22px 8px;
        font-size: 13px;
        line-height: 1;
        color: #34658F;
        border-bottom: 2px solid transparent;
    }
    .header .nav > ul > li:hover .sub-menu li a:hover {
        text-decoration: none;
        border-color: #34658F;
    }
    .header .nav .home > a {
        position: relative;
        top: 2px;
        font-size: 18px;
        color: #6f859a;
    }
    .header .nav .btn-blue,
    .header .nav .btn-red {
        display: inline-block;
        padding: 0 13px;
        color: #fff;
        border-radius: 15px;
    }
    .header .nav .btn-blue {
        background-color: #34658f;
    }
    .header .nav .btn-red {
        background-color: #E3022d;
    }
    .header .nav li:last-of-type {
        padding-left: 0;
    }
    .header .nav-social-media {
        position: absolute;
        display: block;
        top: 6px;
        right: 30px;
        z-index: 10;
    }
    .header .nav-social-media ul {
        list-style: none;
    }
    .header .nav-social-media ul li {
        position: relative;
        display: inline-block;
    }
    .header .nav-social-media ul li a {
        display: block;
        padding: 0 5px;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 128);
    }
    .header .nav-social-media li.menu-item a {
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
    }
    .header .nav-social-media li.wpml-ls-item::after {
        display: block;
        content: "";
        position: absolute;
        top: 4px;
        right: -2px;
        width: 2px;
        height: 10px;
        background-color: #fff;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 128);
    }
    .header .nav-social-media li.wpml-ls-item:last-of-type::after {
        display: none;
    }

    .header .header-title {
        display: flex;
        height: 330px;
        align-items: flex-end;
    }
    .header.header-single .header-title {
        height: 300px;
    }
    .header.header-single .post-categories,
    .header.header-single .post-date,
    .header.header-single .post-author,
    .post-breadcrumbs .post-categories,
    .post-breadcrumbs .post-date,
    .post-breadcrumbs .post-author{
        text-align: right;
    }
    .header.header-single .post-author,
    .post-breadcrumbs .post-date,
    .post-breadcrumbs .post-author {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .header .bubbles {
        position: absolute;
        top: 15px;
        left: calc(50% - 570px);
        width: 780px;
        height: 620px;
        margin-top: 0;
    }
    .header .bubbles .bubble .right-site {
        opacity: 0;
        z-index: 5;
    }
    .header .bubbles .bubble:hover .left-site {
        opacity: 0;
        z-index: 5;
    }
    .header .bubbles .bubble:hover .right-site {
        opacity: 1;
        z-index: 10;
    }
    .header .bubbles .bubble-0 {
        top: 19%;
        left: 10%;
        width: 160px;
        height: 160px;
    }
    .header .bubbles .bubble-1 {
        top: 25%;
        left: 53%;
        width: 120px;
        height: 120px;
    }
    .header .bubbles .bubble-2 {
        top: 19%;
        left: 75%;
        width: 160px;
        height: 160px;
    }
    .header .bubbles .bubble-3 {
        top: 47%;
        left: 0%;
        width: 160px;
        height: 160px;
    }
    .header .bubbles .bubble-4 {
        top: 40%;
        left: 25%;
        width: 255px;
        height: 255px;
    }
    .header .bubbles .bubble-5 {
        top: 48%;
        left: 63%;
        width: 160px;
        height: 160px;
    }
    .header .bubbles .bubble-6 {
        top: 74%;
        left: 13%;
        width: 120px;
        height: 120px;
    }

    .header .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 620px;
    }
    .header .slider .slide {
        position: absolute;
        right: 0;
        width: auto;
        height: auto;
    }
    .header .slider .slide .image {
        width: 535px;
        height: 620px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .header .slider .slide .content {
        position: absolute;
        right: 400px;
        bottom: 30px;
        width: 350px;
        height: auto;
        padding: 20px 26px;
        background-color: #7BA5CC;
    }
    .page-template-page-for-parents .header .slider .slide .content {
        background-color: #90B094 !important;
    }
    .page-template-page-for-parents .header .slider .pagination a {
        background-color: #90B094;
    }
    .page-template-page-for-teachers .header .slider .slide .content {
        background-color: #A9849D !important;
    }
    .page-template-page-for-teachers .header .slider .pagination a {
        background-color: #A9849D;
    }

    .header .slider .slide h2 {
        margin-bottom: 3px;
        font-family: 'ff-basic-gothic-pro', sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #FFC000;
        text-align: right;
    }
    .header .slider .slide p {
        margin: 0;
        color: #fff;
        text-align: right;
    }
    .header .slider .pagination {
        display: block;
        position: absolute;
        right: 545px;
        bottom: 185px;
    }
    .header .slider .pagination a {
        display: block;
        width: 8px;
        height: 8px;
        margin-top: 5px;
        background-color: #7BA5CC;
        border-radius: 4px;
    }
    .header .slider .pagination a.active {
        background-color: #FFC000;
    }

    .main {
        min-height: calc(100vh - 500px);
        margin-bottom: 160px;
        /*padding-bottom: 220px;*/
    }
    .home .main {
        margin-bottom: 20px;
    }

    .section .title {
        font-size: 42px;
    }

    .section.section-patrons .title {
        font-size: 42px;
    }
    .section.section-product {
        position: relative;
    }
    .section.section-product::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        width: 1px;
        height: 90%;
        background-color: #929292;
    }

    .aside .section .title {
        font-size: 32px;
    }

    .footer {
        position: relative;
        padding: 30px 0;
        text-align: left;
    }
    .footer .newsletter {
        position: absolute;
        right: -14%;
        bottom: 0;
        width: 445px;
        height: 473px;
        padding: 25px 30px 25px 30px;
        text-align: center;
    }
    .footer .newsletter .title {
        padding-bottom: 0;
    }
    .footer .newsletter p {
        padding: 0 10px;
    }
    .footer .newsletter label span {
        letter-spacing: 0.5px;
    }
    .footer .footer-nav {
        display: block;
        padding: 0;
        margin: 0 0 90px 0;
        font-size: 0;
        list-style: none;
    }
    .footer .footer-nav li {
        display: block;
    }
    .footer .footer-nav li a {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        color: #fff;
        text-transform: uppercase;
    }
    .footer .social-media {
        margin: 0;
    }
    .footer .social-media li {
        display: block;
        width: 36px;
        height: 36px;
        margin: 0 0 20px 0;
        border-radius: 18px;
    }
    .footer .social-media li i {
        font-size: 16px;
        line-height: 36px;
        color: #5c6771;
    }
    .footer .krs img {
        margin-right: 25px;
    }
    .footer .krs p {
        position: relative;
        top: -5px;
        display: inline-block;
        margin: 0 0 50px;
    }
    .footer .copyrights {
        margin-top: 5px;
    }
    .footer .copyrights p {
        font-size: 12px;
        margin: 0;
    }

    .product-slides .slick-list {
        height: 200px;
    }

    .ambassadors {
        position: relative;
        margin-bottom: 0 !important;
    }
    .ambassadors .ambassador {
        position: relative;
        height: auto;
        margin-bottom: 20px;
    }
    .ambassadors .photo {
        position: absolute;
        left: 0;
        width: 235px;
        height: 330px;
        margin-bottom: 0;
        background-size: cover;
        border-radius: 0;
        z-index: 12;
    }
    .ambassadors .slick-dots {
        bottom: 35px;
        margin-left: 100px;
    }
    .ambassadors .content {
        position: relative;
        width: calc(100% - 200px);
        margin: 20px 0 0 auto;
        padding: 35px 80px;
        z-index: 10;
    }
    .ambassadors .content::after {
        top: 50px;
        left: -35px;
        border-top: none;
        border-bottom: 35px solid transparent;
        border-right: 35px solid #edf4f6;
    }
    .ambassadors .content::before {
        top: 49px;
        left: -37px;
        border-top: none;
        border-bottom: 37px solid transparent;
        border-right: 37px solid #6f859a;
    }
    .ambassadors .content p {
        min-height: 140px;
        font-size: 15px;
        font-weight: 700;
    }
    .ambassadors + div {
        margin-left: 200px;
    }
    .ambassadors.small {
        margin-bottom: 0 !important;
    }
    .ambassadors.small .ambassador {
        height: auto;
    }
    .ambassadors.small .photo {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background-size: 170%;
    }
    .ambassadors.small .content {
        width: calc(100% - 110px);
    }
    .ambassadors.small .content p {
        min-height: 95px;
    }
    .ambassadors.small .content::before {
        top: 25px;
    }
    .ambassadors.small .content::after {
        top: 26px;
    }
    .ambassadors.small .content p {
        padding: 0 20px;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.8;
    }
    .ambassadors.small .content span {
        font-size: 13px;
    }
    .ambassadors.small .content span + span {
        min-height: 38px;
    }
    .ambassadors.small .slick-dots {
        width: calc(100% - 110px);
        bottom: 38px;
        margin-left: 110px;
    }

    .products .name {
        min-height: 30px;
    }
    .products .excerpt {
        min-height: 190px;
    }

    .calendar-aside {
        margin-top: 105px;
        text-align: right;
    }
    .calendar .day {
        font-size: 20px;
    }
    .calendar .day span {
        font-size: 18px;
    }
    .calendar .day.active {
        padding-top: 17px;
        width: 85px;
        height: 85px;
    }

    .archive .filters {
        border-right: 1px solid #6F6F6F;
    }
}

@media (min-width: 1024px) {
    .footer .newsletter {
        right: -11%;
    }
}

@media (min-width: 1300px) {
    .footer .newsletter {
        right: 0;
    }
}

@media (min-width: 1440px) {
    .footer .newsletter {
        right: 4%;
    }
}

@media (min-width: 1920px) {
    .footer .newsletter {
        right: 15%;
    }
}


/* Bubbles RWD fix */
@media (max-width: 1279px) {
    .header .bubbles .bubble-0 {
        width: 130px;
        height: 130px;
    }

    .header .bubbles .bubble-4 {
        width: 190px;
        height: 190px;
    }

    .header .navbar {
        z-index: 102;
    }

    .header.active .nav {
        top: 80px;
    }
}

@media (max-width: 719px) {
    .header .bubbles .bubble-0 {
        width: 130px;
        height: 130px;
        top: 46%;
    }

    .header .bubbles .bubble-1 {
        /*top: 6%;*/
        /*left: 4%;*/
    }

    .header .bubbles .bubble-2 {
        top: 76%;
        left: 20%;
    }

    .header .bubbles .bubble-3 {
        top: 30%;
        left: 64%;
    }

    .header .bubbles .bubble-4 {
        width: 190px;
        height: 190px;
        top: 6%;
        left: 4%;
    }

    .header .bubbles .bubble-5 {
        top: 77%;
        /*left: 4%;*/
    }

    .header .bubbles .bubble-6 {
        top: 54%;
        left: 43%;
    }

    .header .slider .slide {
        height: 240px;
    }

    .header .slider .slide .image {
        height: 240px;
    }

    .header .bubbles {
        margin-top: 360px;
    }

    .header .slider .slide .image {
        /*background-size: contain;*/
    }

}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0);
		transform: translatey(0px);
	}
}

.recommended{
    /*display: flex;*/
    display: block;
    font: 13px/16px 'ff-basic-gothic-pro', sans-serif;
    color: #3C3C3C;
    margin-bottom: 20px;
    position: absolute;
    top: -10px;
    z-index: 100;
    width: 77%;
}
.style-list .recommended{
    width: 12%;
}
.aside .recommended{
    display: flex;
    font: 13px/16px 'ff-basic-gothic-pro', sans-serif;
    color: #3C3C3C;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    width: auto;
}
.recommended__header{
    font-weight: bold;
    margin-bottom: 0;
}
.recommended__content{
    font-weight: 300;
    margin-bottom: 0;
}
.recommended__image{
    width: 65px;
    margin-right: 28px;
    height: 100%;
    min-width: 32px;
}
.recommended:hover{
    color: #3C3C3C;
    text-decoration: none;
}

.patrons-slider img{
    margin: auto;
}

.patrons-slider .slick-dots li button{
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    opacity: 0.3;
}
.patrons-slider .slick-dots li.slick-active button{
    background-color: #FFC000;
    opacity: 1;
}
.patrons-slider .slick-dots li button:before{
    display: none;
}
.patrons-slider .slick-dots li{
    width: 15px;
    margin: 0;
}

div[href^="#multi_collapse_ambassadors"][aria-expanded="true"] img{
    transform: scale(1.7);
}
div[href^="#multi_collapse_ambassadors"] img{
    height: 65px;
    object-fit: cover;
    object-position: top;
    width: 65px;
    border-radius: 50%;
    margin: auto;
    display: block;
    transform-origin: top;
    transition: transform .5s ease;
}

.eventday--important::before,
.day--important{
    background-color: #E87747 !important;
}
.calendar .day{
    background-color: none;
    padding-top: 17px;
    width: 85px;
    height: 85px;
}
.cld-title a{
    text-align: left;
    display: block;
}
#wpcf7-f782-o1,
#wpcf7-f792-o1{
    font-family: 'ff-basic-gothic-pro', sans-serif;
    max-width: 800px;
    margin: auto;
    margin-top: 64px;
}
#wpcf7-f782-o1 .label-span,
#wpcf7-f792-o1 .label-span{
    width: 150px;
    margin-right: 10px;
    text-align: right;
}
#wpcf7-f782-o1 input[type="checkbox"],
#wpcf7-f792-o1 input[type="checkbox"]{
    margin-right: 5px;
}
#wpcf7-f782-o1 .wpcf7-not-valid,
#wpcf7-f792-o1 .wpcf7-not-valid{
    border: 1px solid #F51111 !important;
    position: relative;
}
#wpcf7-f782-o1 .wpcf7-not-valid-tip,
#wpcf7-f792-o1 .wpcf7-not-valid-tip{
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    background: red;
    border-radius: 10px;
    padding: 0px 10px;
    width: fit-content;
}
#wpcf7-f782-o1 label,
#wpcf7-f792-o1 label{
    display: flex;
    align-items: center;
}
#wpcf7-f782-o1 .wpcf7-form-control-wrap,
#wpcf7-f792-o1 .wpcf7-form-control-wrap{
    width: 100%;
    //height: 60px;
    text-align: left;
}
.short .acceptance {
    /*height: 0!important;*/
}
#wpcf7-f782-o1 input[type="text"],
#wpcf7-f792-o1 input[type="text"],
#wpcf7-f782-o1 input[type="email"],
#wpcf7-f792-o1 input[type="email"],
#wpcf7-f792-o1 .file{
    height: 60px;
    border-radius: 30px;
    border: 1px solid #707070;
    padding: 0 25px;
    width: 100%;
    margin-bottom: -10px;
}
#wpcf7-f782-o1 input[type="text"]:focus,
#wpcf7-f792-o1 input[type="text"]:focus,
#wpcf7-f782-o1 input[type="email"]:focus,
#wpcf7-f792-o1 input[type="email"]:focus,
#wpcf7-f792-o1 .file:focus,
#wpcf7-f782-o1 textarea:focus,
#wpcf7-f792-o1 textarea:focus{
    border-width: 3px;
}
#wpcf7-f792-o1 input[type="file"]{
    position: absolute;
    opacity: 0;
}
#wpcf7-f792-o1 .file{
    display: flex;
    align-items: center;
    position: relative;
}
#wpcf7-f792-o1 .file::after{
    content: 'WYBIERZ PLIK';
    position: absolute;
    cursor: pointer;
    top: 50%;
    border: 1px solid #707070;
    background-color: #fff;
    border-radius: 18px;
    right: 20px;
    padding: 5px 27px;
    font-size: 14px;
    transform: translateY(-50%);
}
h3.custom-contact-form{
    font-family: 'ff-basic-gothic-pro', sans-serif;
    color: #3C3C3C;
    font-size: 26px;
    text-transform: uppercase;
    margin: 30px 0;
}
#wpcf7-f782-o1 input[type="text"]::placeholder,
#wpcf7-f792-o1 input[type="text"]::placeholder,
#wpcf7-f782-o1 input[type="email"]::placeholder,
#wpcf7-f792-o1 input[type="email"]::placeholder,
#wpcf7-f792-o1 .file::placeholder,
#wpcf7-f782-o1 textarea::placeholder,
#wpcf7-f792-o1 textarea::placeholder{
    color: #D4D4D4;
    font-weight: bold;
}
#wpcf7-f782-o1 textarea,
#wpcf7-f792-o1 textarea{
    width: 100%;
    padding: 25px;
    border-radius: 30px;
    border: 1px solid #707070;
}
#wpcf7-f782-o1 input[type="submit"],
#wpcf7-f792-o1 input[type="submit"]{
    height: 60px;
    font-size: 16px;
    color: white;
    padding: 0 60px;
    border-radius: 30px;
    border: 1px solid #3C3C3C;
    background-color: #A3C510;
    display: block;
    margin-left: auto;
}
.breadcrumb_last{
    display: none;
}
.page-id-143 .header-default .col-lg-8{
    width: 100% !important;
    max-width: none;
    flex: auto;
    padding: 0;
}
.page-id-143 .header-default .col-lg-8 .header-title{
    padding: 0;
    margin-top: -50px;
    justify-content: center;
}

.reviews-popup{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
    width: 90vw;
    padding: 0 30px;
    transform: translate(-50%, -50%);
    max-height: 90%;
    background-color: #fff;
    border-radius: 30px;
    overflow: auto;
}
.popup-background{
    position: fixed;
    z-index: 101;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    transition: opacity .3s ease-in-out;
}
.popup-background.active{
    opacity: 1;
    pointer-events: all;
}
.reviews-popup-trigger{
    margin: 20px 0 10px 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    line-height: 40px;
    background-color: #7ca281;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
}
span.wpcf7-list-item{
    margin: 0;
}

#wpcf7-f782-o1 .your-message{
    height: auto;
}

/* MAIN MENU FIX */
.home .menu_txt {
    display: none;
}

.header .slider .slide .image-tablet {
    display: none;
}

@media (min-width: 720px) and (max-width: 1279px) {
    /* tablets */

    .header .nav > ul > li.home {
        display: block;
    }

    .home .menu_txt {
        display: block;
    }

    .header .home i {
        display: none;
    }

    .container {
        max-width: 100%;
    }

    .header .slider .slide {
        height: 440px;
    }

    .header .slider .slide .image {
        height: 440px;
    }

    .header .slider .slide .image {
        display: none;
    }

    .header .slider .slide .image-tablet {
        display: block;
    }

    .header .slider .slide .content {
        margin-top: -100px;
        width: 100%;
        height: 100px;
        right: 0;
        position: absolute;
    }

    .header .slider .pagination {
        position: absolute;
        top: 180px!important;
        left: 95%!important;
        display: block;
    }

    .header .bubbles {
        height: 300px;
        margin-top: 440px;
    }
    .header .slider .pagination a {
        display: block;
        width: 8px;
        height: 8px;
        margin-top: 5px;
        background-color: #7BA5CC;
        border-radius: 4px;
    }
    .header .slider .pagination a.active {
        background-color: #FFC000;
    }
    .header .bubbles .bubble-0 {
        top: 9%;
        left: 2%;
    }

    .header .bubbles .bubble-1 {
        top: 8%;
        left: 41%;
    }

    .header .bubbles .bubble-2 {
        top: 11%;
        left: 82%;
    }

    .header .bubbles .bubble-3 {
        top: 21%;
        left: 23%;
    }

    .header .bubbles .bubble-4 {
        top: 20%;
        left: 57%;
    }

    .header .bubbles .bubble-5 {
        top: 65%;
        left: 81%;
    }

    .header .bubbles .bubble-6 {
        top: 60%;
        left: 42%;
    }

    .posts .col-12.col-lg-6 {
        max-width: 50%;
    }

    .ambassadors {
        position: relative;
        margin-bottom: 0 !important;
    }
    .ambassadors .ambassador {
        position: relative;
        height: auto;
        margin-bottom: 20px;
    }

    .ambassadors .photo {
        position: absolute;
        left: 0;
        width: 180px;
        height: 230px;
        margin-bottom: 0;
        background-size: cover;
        border-radius: 0;
        z-index: 12;
    }
    .ambassadors .slick-dots {
        bottom: 35px;
        padding-left: 100px;
    }
    .ambassadors .slick-arrow {
        display: none!important;
    }
    .ambassadors .content {
        position: relative;
        width: calc(100% - 150px);
        margin: 20px 0 0 auto;
        padding: 35px;
        z-index: 10;
        padding-right: 20px;
    }
    .ambassadors .content::after {
        top: 50px;
        left: -35px;
        border-top: none;
        border-bottom: 35px solid transparent;
        border-right: 35px solid #edf4f6;
    }
    .ambassadors .content::before {
        top: 49px;
        left: -37px;
        border-top: none;
        border-bottom: 37px solid transparent;
        border-right: 37px solid #6f859a;
    }
    .ambassadors .content p {
        min-height: 140px;
        font-size: 15px;
        font-weight: 700;
    }

    .ambassadors.small .photo {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background-size: 170%;
    }
    .ambassadors.small .content {
        width: calc(100% - 110px);
    }
    .ambassadors.small .content p {
        min-height: 95px;
    }
    .ambassadors.small .content::before {
        top: 25px;
    }
    .ambassadors.small .content::after {
        top: 26px;
    }
    .ambassadors.small .content p {
        padding: 0 20px;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.8;
    }
    .ambassadors.small .content span {
        font-size: 13px;
    }
    .ambassadors.small .content span + span {
        min-height: 38px;
    }
    .ambassadors.small .slick-dots {
        width: calc(100% - 110px);
        bottom: 38px;
        margin-left: 110px;
    }

    .col-md-6 {
        max-width: 50%;
    }
    .section.section-patrons .section-patrons-group {
        text-align: left;
    }


    /* .footer .order-lg-1 {
        order: 2;
    }

    .footer .order-lg-3 {
        order: 1;
    }

    .footer .order-lg-2 {
        order: 3;
    } */

    .footer .order-lg-4 {
        order: 4;
    }

    .footer .footer-nav {
        display: block;
        padding: 0;
        margin: 0 0 18px 0;
        font-size: 0;
        list-style: none;
    }

    .footer .footer-nav li {
        display: block;
    }
    .footer .footer-nav li a {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        color: #fff;
        text-transform: uppercase;
    }

    .footer .order-lg-1 img {
        display: none;
    }

    .recommended {
        width: 60%;
    }

}

@media screen and (max-width: 719px){
    /* smartphone */

    body {
        /*overflow-x: hidden;*/
    }

    .header .nav > ul > li.home {
        display: block;
    }

    .home .menu_txt {
        display: block;
    }

    .header .home i {
        display: none;
    }

    .header .slider .slide .image {
        display: none;
    }

    .header .slider .slide .image-tablet {
        display: block;
    }

    #wpcf7-f782-o1 label,
    #wpcf7-f792-o1 label{
        flex-direction: column;
    }

    #wpcf7-f782-o1 .label-span,
    #wpcf7-f792-o1 .label-span{
        width: auto;
        margin-right: 0;
        margin-top: -15px;
        margin-bottom: 10px;
    }

    .header.header-default, .header.header-single {
        min-height: 200px;
        padding-bottom: 30px;
    }
    div[href^="#multi_collapse_656"][aria-expanded="true"] img, div[href^="#multi_collapse_ambassadors"][aria-expanded="true"] img {
        transform: scale(1)!important;
    }
    .zespol .col-3 {
        padding-left: 0;
    }
    .wp-block-column {
        text-align: center;
        flex-basis: 100% !important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .page-content .wp-block-button__link {
        width: 100%!important;
    }

    .products .name {
        margin-top: 18px;
    }

    #clear_filters {
        margin-bottom: 24px;
    }

    .calendar .day {
        line-height: 0.9;
        width: 55px;
        height: 55px;
    }

    .cld-day.today::before {
        left: 20%;
    }
    .cld-number.eventday::before {
        left: 45%!important;
    }
    .page-id-143 .header-default .col-lg-8 .header-title {
        margin: 25px !important;
    }
    .wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner > [class*="wp-block-"] {
        max-width: 100%!important;
    }
    body div[class*="wp-block-"] > div[class*="wp-block-"] .w-100 {
        display: inline-block;
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .wp-block-coblocks-buttons__inner {
        display: block!important;
    }

    .top-page {
        position: relative!important;
        top: -30px!important;
        width: auto!important;
        margin-left: -15px;
        margin-right: -15px;
    }

    .absolute-column {
        position: relative!important;
        right: 0!important;
        text-align: center;
        margin: 18px 0;
        max-width: 100%!important;
    }

    .section.section-patrons .section-patrons-group {
        text-align: center;
    }

    .ambassadors .slick-arrow {
        display: none!important;
    }

    .header .slider .pagination {
        display: block;
        position: absolute;
        left: 40%;
        top: 280px;
    }
    .header .slider .pagination a {
        display: block;
        width: 8px;
        height: 8px;
        margin-top: 5px;
        background-color: #8B9FB3;
        border-radius: 4px;
        float: left;
        margin: 0 4px;
    }
    .header .slider .pagination a.active {
        background-color: #FFC000;
    }

    /* .footer .order-lg-1 {
        order: 2;
    }

    .footer .order-lg-3 {
        order: 1;
    }

    .footer .order-lg-2 {
        order: 3;
    } */

    .footer .order-lg-4 {
        order: 4;
    }

    .footer .footer-nav {
        display: block;
        padding: 0;
        margin: 0 0 18px 0;
        font-size: 0;
        list-style: none;
    }

    .footer .footer-nav li {
        display: block;
    }
    .footer .footer-nav li a {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        color: #fff;
        text-transform: uppercase;
    }

    .footer .order-lg-1 img {
        display: none;
    }

    .header .nav #menu-item-23.current_page_item, .header .nav #menu-item-23 li a, .header .nav #menu-item-23 a:hover {
        color: white!important;
    }
    .header .nav #menu-item-22.current_page_item, .header .nav #menu-item-22 li a, .header .nav #menu-item-22 a:hover {
        color: white!important;
    }

    #nav_toggler_sub {
        display: block;
    }
}

/* PRODUCTS ADDITIONAL CSS */
.absolute-column {
    position: absolute;
    right: -33.2%;
    top: 0;
    max-width: 200px;
}


/* FOR PARENTS ADDITIONAL CSS */

.parents-news h3 a {
    text-align: left;
    font: Demibold 16px/16px Basic Gothic Pro;
    letter-spacing: 0;
    color: #3C3C3C;
}


.parents-news p a {
    text-align: left;
    font: Light 13px/16px Basic Gothic Pro;
    letter-spacing: 0;
    color: #3C3C3C;
}

.parents-news .small-button .wp-block-button__link {
  width: 60% !important;
  margin: 0 auto;
  font-size: 10px;
  padding: 12px !important;
}

.parents-news .small-button .wp-block-button__link:hover {
    background-color: #3c3c3c;
    color: #fff;
}

.parents-news a:hover {
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
}
/* GALLERY */

.wp-block-gallery figcaption {
    display: none;
}

/* DISPLAY NEWS */

.display-news h3 {
    font-size: 16px !important;
    margin-bottom: 24px;
}

.display-news p {
    font-size: 13px !important;
    color: #3C3C3C;
    font-family: "ff-basic-gothic-pro", sans-serif !important;
}

.display-news .badge {
    font-family: "ff-basic-gothic-pro", sans-serif !important;
}

/* TIMELINE CSS */

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: table;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #3B3B3B;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

/* Container around content */
.timeline .timeline_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  display: list-item;
  list-style: none;
}
.timeline .timeline_container:not(:first-child) {
    margin-top: 24px;
}
/* The dashes on the timeline */
.timeline .timeline_container::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 2px;
  right: -17px;
  background-color: #34658F;
  border: none;
  top: 35px;
  z-index: 1;
}

/* Place the container to the left */
.timeline .left {
  left: 0;
  text-align: right;
  float:left;
  clear: left;
}

/* Place the container to the right */
.timeline .right {
  left: 0;
  text-align: left;
  float: right;
  clear: right;
  margin-top: 36px!important;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -16px;
}

/* The actual content */
.timeline .right .timeline_content {
    text-align: left;
}

.timeline .left .timeline_content {
    text-align: right;
}

.timeline .timeline_content {
    /*padding: 20px 30px;*/
    padding: 0;
    background-color: white;
    position: relative;
    border-radius: 6px;
    text-align: left;
    font: Book 18px/21px Basic Gothic Pro;
    letter-spacing: 0;
    color: #3B3B3B;
}

.timeline h3 {
    font: Demibold 18px/21px Basic Gothic Pro;
    letter-spacing: 0;
    margin: 0;
}

.timeline h3.timeline_date {
    color: #3B3B3B;
}

.timeline h3.timeline_title {
    color: #34658F;
}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }

  /* Full-width containers */
  .timeline .timeline_container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline .timeline_container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .timeline .left::after, .timeline .right::after {
  left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .timeline .right {
  left: 0%;
  }
}

b, strong {
    font-weight: bold;
}
.tooltip_content {
    display: none;
}

/* search box */
.search_form {
    display: none;
    position: absolute;
    top: 62px;
    background: white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px 20px;
    margin-left: -70px;
}

.search_form input {
    width: 120px;
    height: 21px;
    border: none;
    border-bottom: 1px solid black;
    font-size: 12px;
}
.search_form label::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    display: inline-block;
    height: 20px;
    border-bottom: 1px solid black;
    padding-right: 5px;
}
.search_form .search-submit {
    display: none;
}


/* tooltip */
.ui-tooltip {
    max-width: 400px;
    margin: 0 auto;
    background: #212529;
    color: white;
    padding: 15px;
    border-radius: 25px;
}

/* center block */ 
.align-center {
    margin: 0 auto;
}

.show-mobile {
    display:  none;
}

.hide-mobile {
    display:  block;
}

@media(max-width: 768px) {
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }
}