@CHARSET "UTF-8";

body {
    margin: 0;
    font-family: 'Open Sans', Roboto, Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #17121f;
    line-height: 1.5em;
}

* {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.textBold {
    font-weight: 700;
}



.menuTopDummyContainer {
    float: left;
    width: 100%;
    height: 6em;
    height: 63px;
}
.menuTopVersion2 {
    position: absolute;
    float: left;
    width: 100%;
    height: 63px;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;

    /*background-color: #f4f4f4;*/
    background-color: rgba(255, 255, 255, 0.8);
}
.menuTopVersion2 > * {
    display: flex;
    align-items: center;
    align-content: center;
}
.menuTopVersion2 > .logoContainer {
    align-items: stretch;
    flex-grow: 1;
}
.menuTopVersion2 > .logoContainer a {
    display: flex;
    align-items: center;
    align-content: center;
}
.menuTopVersion2 > .logoContainer a img {
    width: 8rem;
    height: auto;
}
.menuTopVersion2 > a {
    flex-grow: 0;
    flex-shrink: 0;
    color: #214da3;
    /*text-shadow: 1px 1px #444;*/
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 1.4em;
}
.menuTopVersion2 > a.highlight {
    color: #fff;
    /*background: linear-gradient(0deg, rgba(33,123,231,1) 0%, rgba(33,77,163,1) 81%);*/

    /*background: linear-gradient(0deg, rgba(33,77,163,1) 0%, rgba(33,123,231,1) 51%, rgba(33,77,163,1) 100%);
    animation: menuTopHighlight 3s ease infinite;*/

    /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #214da3);
    background-size: 400% 400%;
    animation: menuTopHighlight 15s ease infinite;
}
@keyframes menuTopHighlight {
    /*0% { background: linear-gradient(0deg, rgba(33,77,163,1) 0%, rgba(33,123,231,1) 1%, rgba(33,77,163,1) 100%); }
    100% { background: linear-gradient(0deg, rgba(33,77,163,1) 0%, rgba(33,123,231,1) 99%, rgba(33,77,163,1) 100%); }*/
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.menuTopVersion2 > a:hover {
    color: #fff;
    background: unset;
    background-color: #214da3;
}
.menuTopVersion2 > a.active {
    border-bottom: 4px solid #214da3;
}
.menuTopVersion2 > .withIcon > .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.menuTopVersion2 > a.withIcon:hover > .content .icon svg {
    fill: #fff;
}
.menuTopVersion2 > .phoneContainer > .content .icon {

}
.menuTopVersion2 > .phoneContainer > .content .icon svg {
    width: 1.5rem;
    height: auto;
    fill: #214da3;
}
.menuTopVersion2 > .emailContainer > .content .icon svg {
    width: 2.5rem;
    height: auto;
    fill: #214da3;
}

.menuTopVersion2 > .phoneContainer > .content .number {
    padding-left: 0.5em;
    line-height: 1.2em;
}
.menuTopVersion2.fix {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 41px;
    /*background-color: #f4f4f4;*/
    /*background-color: rgba(240, 240, 240, 0.6);*/
    background-image: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.menuTopVersion2.fix > a {
    font-size: 13px;
}
.menuTopVersion2.fix > .logoContainer a img {
    width: 6rem;
}
@media screen and (max-width: 1270px) {
    .menuTopVersion2 > a {
        font-size: 12px;
        padding: 0 1em;
    }
}













.mainContentContainer {
    float: left;
    width: 100%;
}
.mainContent {
    max-width: 100%;
    margin: 0 auto;
}

.photoContainer {
    
}
.photoContainer .photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.photoContainer .photo .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.textDoublePhotoContainer {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0 auto 4rem auto;
}
.textDoublePhotoContainer .textContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    max-width: 30rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}
.textDoublePhotoContainer .textContainer p {

}
.textDoublePhotoContainer .textContainer a {
    padding-top: 1em;
    color: inherit;
}
.textDoublePhotoContainer .textContainer a:hover {
    text-decoration: none;
}
.textDoublePhotoContainer .textContainer > .title.before {
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.textDoublePhotoContainer .textContainer > .title.main {
    font-size: 50px;
    line-height: 1em;
    margin: 0 0 2rem 0;
}
.textDoublePhotoContainer .textContainer > a.readMore {

}
.textDoublePhotoContainer .photoContainer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}
.textDoublePhotoContainer .photoContainer.large {

}
.textDoublePhotoContainer .photoContainer.small {
    right: unset;
    left: 40%;
}
.textDoublePhotoContainer .photoContainer.large .photo {
    width: 40vw;
    max-width: 40rem;
    height: 100vh;
}
.textDoublePhotoContainer .photoContainer.small .photo {
    width: 20vw;
    height: 50vh;
}
.textDoublePhotoContainer .photoContainer.small a.photo {
    /* display: block; */
}

.textDoublePhotoContainer.textRight .textContainer {
    left: unset;
    right: 0;
}
.textDoublePhotoContainer.textRight .photoContainer {
    right: unset;
    left: 0;
}
.textDoublePhotoContainer.textRight .photoContainer.small {
    left: unset;
    right: 40%;
}






.textFullPhotoContainer {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0 auto 4rem auto;
}
.textFullPhotoContainer .textContainer {
    position: absolute;
    right: 5rem;
    bottom: 0;
    width: 100vw;
    max-width: 40rem;
    background-color: #f9f9f9;
    padding: 1rem 3rem;
}
.textFullPhotoContainer.textTop .textContainer {
    top: 0;
    bottom: unset;
}
.textFullPhotoContainer .textContainer p {

}
.textFullPhotoContainer .textContainer ul {
    padding-inline-start: 1em;
}
.textFullPhotoContainer .textContainer ul li {
    margin-bottom: 0.5em;
}
.textFullPhotoContainer .textContainer > .title.before {
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.textFullPhotoContainer .textContainer > .title.main {
    font-size: 40px;
    line-height: 1em;
    margin: 0 0 2rem 0;
}
.textFullPhotoContainer .photoContainer {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 8rem);
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.textFullPhotoContainer.textTop .photoContainer {
    top: 8rem;
}

.photoContainer .photo .background.photoONasLarge { background-image: url("/img/articlePhoto/10-hiszpania-1.jpg"); }
.photoContainer .photo .background.photoONasSmall { background-image: url("/img/articlePhoto/10-hiszpania-2.jpg"); }

.photoContainer .photo .background.photoUslugi { background-image: url("/img/articlePhoto/10-bali-3.jpg"); }

.photoContainer .photo .background.photoPodrozeInwestycyjneLarge { background-image: url("/img/articlePhoto/10-bali-1.jpg"); }
.photoContainer .photo .background.photoPodrozeInwestycyjneSmall { background-image: url("/img/articlePhoto/10-bali-2.jpg"); }

.photoContainer .photo .background.photoInvestmentTravelLarge { background-image: url("/img/articlePhoto/15-2.jpg"); }
.photoContainer .photo .background.photoInvestmentTravelSmall { background-image: url("/img/articlePhoto/15-1.jpg"); }







.textSinglePhotoContainer {
    width: 100%;
    height: 60vh;
    margin: 0 auto 4rem auto;
}
.textSinglePhotoContainer .column {
    float: left;
    /*width: 50%;*/
    height: 100%;
}
.textSinglePhotoContainer .column.left {
    width: 55%;
    position: relative;
}
.textSinglePhotoContainer .column.right {
    width: 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
}
.textSinglePhotoContainer .column .titleScrollingContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
}
.textSinglePhotoContainer .column .titleScrollingContainer span {
    font-size: 200px;
    color: #f1f1f1;
    white-space: nowrap;

}
.textSinglePhotoContainer .column .photoContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.textSinglePhotoContainer .column .photoContainer .photo {
    width: 50%;
    height: 50%;
    max-width: 20rem;
    min-height: 25rem;
}



.textSinglePhotoContainer .column .textContainer {
    max-width: 40rem;
    padding-left: 2rem;
    padding-right: 5rem;
}
.textSinglePhotoContainer .column .textContainer p {

}
.textSinglePhotoContainer .column .textContainer ul {
    padding-inline-start: 1em;
}
.textSinglePhotoContainer .column .textContainer ul li {
    margin-bottom: 0.5em;
}
.textSinglePhotoContainer .column .textContainer a {
    padding-top: 1em;
    color: inherit;
}
.textSinglePhotoContainer .column .textContainer a:hover {
    text-decoration: none;
}
.textSinglePhotoContainer .column .textContainer > .title.before {
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.textSinglePhotoContainer .column .textContainer > .title.main {
    font-size: 50px;
    line-height: 1em;
    margin: 0 0 2rem 0;
}
.textSinglePhotoContainer .column .textContainer > a.readMore {

}





.textFullPhotoContainerSubpage {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0 auto 4rem auto;
}
.textFullPhotoContainerSubpage .contentContainer {
    width: 45%;
    position: absolute;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}
.textFullPhotoContainerSubpage.contentRight .contentContainer {
    right: 0;
}
.textFullPhotoContainerSubpage.contentLeft .contentContainer {
    left: 0;
}
.textFullPhotoContainerSubpage.contentTop .contentContainer {
    top: 0;
}
.textFullPhotoContainerSubpage.contentBottom .contentContainer {
    bottom: 0;
}
.textFullPhotoContainerSubpage .contentContainer .textContainer {
    max-width: 40rem;
    padding-left: 2rem;
    padding-right: 5rem;
}
.textFullPhotoContainerSubpage .contentContainer .textContainer p {

}
.textFullPhotoContainerSubpage .contentContainer .textContainer ul {
    padding-inline-start: 1em;
}
.textFullPhotoContainerSubpage .contentContainer .textContainer ul li {
    margin-bottom: 0.5em;
}
.textFullPhotoContainerSubpage .contentContainer .textContainer > .title.before {
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.textFullPhotoContainerSubpage .contentContainer .textContainer > .title.main {
    font-size: 40px;
    line-height: 1em;
    margin: 0 0 2rem 0;
}
.textFullPhotoContainerSubpage .photoContainer {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 5rem);
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.textFullPhotoContainerSubpage.contentTop .photoContainer {
    top: 5rem;
}




.singlePhotoSection {
    width: 100%;
    /*max-width: 1400px;*/
    height: 60vh;
    margin: 0 auto 4rem auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.singlePhotoSection > .photoText {
    flex-basis: 55%;
    flex-shrink: 1;
    flex-grow: 0;
    position: relative;
    height: 100%;
}
.singlePhotoSection > .photoText > .relativeContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.singlePhotoSection > .photoText > .relativeContainer.backgroundText {
    overflow: hidden;
    justify-content:left;
}
.singlePhotoSection > .photoText > .relativeContainer.backgroundText > .container {
    position: relative;
    width: 100%;
    height: 5rem;
}
.singlePhotoSection > .photoText > .relativeContainer.backgroundText > .container > * {
    position: absolute;
    font-size: 200px;
    color: #f1f1f1;
    white-space: nowrap;
}
.singlePhotoSection > .photoText > .relativeContainer.photo .photoContainer {
    width: 50%;
    height: 70%;
    max-width: 20rem;
    max-height: 25rem;
    position: absolute;
    overflow: hidden;
}
.singlePhotoSection > .photoText > .relativeContainer.photo .photoContainer > * {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transform: translateZ(0.1px) rotate(0.1deg);
}
.singlePhotoSection > .content {
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.singlePhotoSection > .content > .backgroundContainer {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.singlePhotoSection > .content > .backgroundContainer .textContainer {
    max-width: 40rem;
    padding-left: 2rem;
    padding-right: 5rem;
    margin: 6rem 0;
}
.singlePhotoSection > .content > .backgroundContainer .textContainer a {
    padding-top: 1em;
    color: inherit;
}
.singlePhotoSection > .content > .backgroundContainer .textContainer a:hover {
    text-decoration: none;
}
.singlePhotoSection > .content > .backgroundContainer .textContainer > .title.before {
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.singlePhotoSection > .content > .backgroundContainer .textContainer > .title.main {
    font-size: 50px;
    line-height: 1em;
    margin: 0 0 2rem 0;
}

.doublePhotoSection {
    width: 100%;
    max-width: 1400px;
    height: 100vh;
    margin: 0 auto 4rem auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

.doublePhotoSection.contentLeft .content { order: 1; }
.doublePhotoSection.contentLeft .photos { order: 2; }
.doublePhotoSection.contentLeft .photos > .small { order: 1; }
.doublePhotoSection.contentLeft .photos > .large { order: 2; }

.doublePhotoSection.contentRight .content { order: 2; }
.doublePhotoSection.contentRight .photos { order: 1; }
.doublePhotoSection.contentRight .photos > .small { order: 2; }
.doublePhotoSection.contentRight .photos > .large { order: 1; }

.doublePhotoSection > .photos {
    flex-basis: 60%;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}
.doublePhotoSection > .photos > div.large {
    flex-basis: 75%;
    z-index: 1;
}
.doublePhotoSection > .photos > div.large .photoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.doublePhotoSection > .photos > div.large .photoContainer > * {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transform: translateZ(0.1px) rotate(0.1deg);
}
.doublePhotoSection > .photos > div.small {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.doublePhotoSection > .photos > div.small > .relative {
    position: relative;
    height: 50vh;
}
.doublePhotoSection > .photos > div.small > .relative .photoContainer {
    position: absolute;
    width: 20vw;
    max-width: 23rem;
    height: inherit;
    overflow: hidden;
}
.doublePhotoSection.contentRight > .photos > div.small > .relative .photoContainer { 
    right: 2rem; 
}
.doublePhotoSection > .photos > div.small > .relative .photoContainer > * {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transform: translateZ(0.1px) rotate(0.1deg);
}
.doublePhotoSection > .content {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
}
.doublePhotoSection > .content .textContainer {
    max-width: 30rem;
}
.doublePhotoSection > .content .textContainer a {
    padding-top: 1em;
    color: inherit;
}
.doublePhotoSection > .content .textContainer a:hover {
    text-decoration: none;
}
.doublePhotoSection > .content .textContainer > .title.before {
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.doublePhotoSection > .content .textContainer > .title.main {
    font-size: 50px;
    line-height: 1em;
    margin: 0 0 2rem 0;
}

.fullscreenPhotoSection {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 4rem;
}
.fullscreenPhotoSection > .photoContainer {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% - 8rem);
    overflow: hidden;
}
.fullscreenPhotoSection.textTop > .photoContainer { bottom: 0; }
.fullscreenPhotoSection.textBottom > .photoContainer { top: 0; }
.fullscreenPhotoSection > .photoContainer > * {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transform: translateZ(0.1px) rotate(0.1deg);
}
.fullscreenPhotoSection > .textContainer {
    position: absolute;
    width: 100vw;
    max-width: 40rem;
    background-color: #f9f9f9;
    padding: 1rem 3rem;
}
.fullscreenPhotoSection.subpage > .textContainer {
    width: 45%;
    max-width: unset;
    padding: 3rem 0;
}
.fullscreenPhotoSection.subpage > .textContainer > div {
    max-width: 40rem;
    padding-left: 2rem;
    padding-right: 5rem;
    margin: 0 auto;
}

.fullscreenPhotoSection.textLeft > .textContainer { left: 4rem; }
.fullscreenPhotoSection.textRight > .textContainer { right: 4rem; }
.fullscreenPhotoSection.textLeft.subpage > .textContainer { left: 0; }
.fullscreenPhotoSection.textRight.subpage > .textContainer { right: 0; }
.fullscreenPhotoSection.textTop > .textContainer { top: 0; }
.fullscreenPhotoSection.textBottom > .textContainer { bottom: 0; }

.fullscreenPhotoSection > .textContainer ul {
    padding-inline-start: 1em;
}
.fullscreenPhotoSection > .textContainer ul li {
    margin-bottom: 0.5em;
}
.fullscreenPhotoSection > .textContainer .title.before {
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.fullscreenPhotoSection > .textContainer .title.main {
    font-size: 40px;
    line-height: 1em;
    margin: 0 0 2rem 0;
}



















.footerContainer {
    float: left;
    width: 100%;
    margin-top: 2rem;
    padding: 0 3rem 2rem 3rem;
}
.footerContainer .footerContent {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #e1e1e1;
}
.footerContainer .footerContent .column {
    float: left;
}
.footerContainer .footerContent .column.logo {
    margin-right: 3rem;
}
.footerContainer .footerContent .column.logo img {
    width: 10rem;
    height: auto;
}
.footerContainer .footerContent .column.menu a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.footerContainer .footerContent .column.menu a:hover {
    color: inherit;
    text-decoration: underline;
}
.footerContainer .footerContent .column.dotacje img {
    width: 35rem; 
    max-width: 100%;
    height: auto; 
    margin-left: 5rem; 
    border: 0;
}


















.modalMessageContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}
.modalMessageContainer .window {
    flex-grow: 0;
    width: 30rem;
    max-width: 75%;
    background-color: #fff;
    box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.6);
}
.modalMessageContainer .window > div {
    float: left;
    width: 100%;
}
.modalMessageContainer .window .header {
    text-align: left;
    padding: 0.6em 1em;
    min-height: 1em;
    background-color: #214da3;
    color: #fff;
}
.modalMessageContainer .window .body {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.modalMessageContainer .window .body .icon {
    flex-grow: 0;
    padding: 1em;
}
.modalMessageContainer .window .body .icon img {
    width: 70px;
    height: auto;
}
.modalMessageContainer .window .body .text {
    flex-grow: 1;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modalMessageContainer .window .body .text p {
    margin: 0.1em 0;
}
.modalMessageContainer .window .body .text .title {
    flex-grow: 0;
}
.modalMessageContainer .window .body .text .description {
    flex-grow: 0;
}
.modalMessageContainer .window .footer {
    padding: 0.5em 1em 1em 1em;
    text-align: right;
}









label {
    cursor: pointer;
}


.clearFloat {
    clear: both;
}
.clearFix::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}



/*
 * 	qTip2
 */
.qtip2mod.qtip {
    max-width: 600px;
    border: 1px solid #aaa;
}
.qtip2mod.qtip-shadow {
    /*box-shadow: 3px 5px 3px 1px #aaa;*/
    box-shadow: 0 0 0 0;
}
.qtip2mod .qtip-titlebar {
    border-bottom: 1px solid #ddd;
}
.qtip2mod .qtip-content {
    color: #222;
    font-size: 13px;
    line-height: 1.5em;
    padding: 0.2em 1em;
    background-color: #fbfbfb;
    background-color: #eee;
}
.qtip2mod .qtip-content .fontSizeMedium {
    font-size: 11px;
    line-height: 1.4em;
}
.qtip2mod .qtip-content p {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
.qtip2mod .qtip-content .textBold {
    font-weight: 700;
}
.qtip2mod .qtip-content ul {
    padding-left: 14px;
}
.qtip2mod .qtip-content ul li {
    list-style: disc;
    margin-top: 2px;
    margin-bottom: 2px;
}

.qtip2modPaddingSmall.qtip {
    max-width: 493px;
}
.qtip2modPaddingSmall .qtip-content {
    font-size: 12px;
    line-height: 1.5em;
    padding: 4px;
    background-color: #efefef;
}
.qtip2modPaddingSmall .qtip-content .fontSizeMedium {
    font-size: 11px;
    line-height: 1.4em;
}
.qtip2modPaddingSmall .qtip-content p {
    margin-top: 3px;
    margin-bottom: 3px;
}




.cookiePolicyContainer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
}
.cookiePolicyContainer div {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem 1rem;
    color: #333;
    text-align: center;
}
.cookiePolicyContainer div button {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0.8rem 2rem 1rem 2rem;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    transition: all 0.2s linear;
}
.cookiePolicyContainer div button:hover {
    background: none;
    color: #000;
}
.cookiePolicyContainer div a {
    color: #333;
}
.cookiePolicyContainer div a:hover {
    text-decoration: none;
}



