.cc-container {
    font-family: Ubuntu;
    font-size: 18px;
    line-height: 1;
    text-transform: none;
}
.cc-container * {
    box-sizing: initial;
}
.cc-container p {
    margin: 0;
    color: #eee;
    font-size: 0.8em;
    padding: 0;
    text-align: left;
}
.cc-container a,
.cc-container a:link,
.cc-container a:visited {
    color: #999;
    transition: all 0.3s ease;
}
.cc-container a:hover,
.cc-container a:link:hover,
.cc-container a:visited:hover {
    color: #ccc;
}
.cc-container a:link[role="button"],
.cc-container a:visited[role="button"],
.cc-container a[role="button"] {
    cursor: pointer;
}
.cc-container .cc-clear {
    clear: both;
}
.cc-dialog-container {
    position: fixed;
    width: 75%;
    bottom: 0;
    left: 0;
    opacity: 0;
    margin-bottom: -30em;
    transition: margin-bottom 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s, opacity 0.2s ease 1.1s;
}
.cc-dialog-container.visible {
    margin-bottom: 3em;
    opacity: 1;
}
.cc-dialog-container {
    z-index: 9910;
}
.cc-dialog {
    z-index: 2147483647 !important;
    background-color: #333;
    width: 36em;
    margin-left: auto;
    margin-right: auto;
    padding: 1.4em 1.8em;
}
@media (max-width: 440px) {
    .cc-dialog {
        width: 70%;
    }
}
.cc-dialog .cc-message {
    float: left;
    width: 22em;
    padding-right: 4em;
}
@media (max-width: 440px) {
    .cc-dialog .cc-message {
        width: 100%;
        padding: 0;
        float: inherit;
        margin-bottom: 1.4em;
    }
}
.cc-dialog .cc-message p {
    line-height: 1.5;
}
.cc-dialog .cc-message p a {
    display: block;
    margin-top: 0.4em;
    border-bottom: 0;
    text-decoration: none;
}
.cc-dialog .cc-actions {
    float: left;
    width: 10em;
}
@media (max-width: 440px) {
    .cc-dialog .cc-actions {
        width: 100%;
        float: inherit;
    }
}
.cc-dialog .cc-actions a[role="button"] {
    display: block;
    text-align: center;
    padding: 0.9em 0;
    font-size: 0.7em;
    font-weight: 700;
    text-decoration: none;
}
.cc-dialog .cc-actions a[role="button"].cc-settings-btn {
    margin-top: 0.2em;
    line-height: 1;
}
.cc-dialog .cc-actions a[role="button"].cc-settings-btn .cc-logo {
    display: inline-block;
    width: 1.5em;
    height: 1em;
}
.cc-dialog .cc-actions a[role="button"].cc-settings-btn .cc-logo:before {
    content: "";
    background-repeat: no-repeat;
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    margin-top: -0.2em;
    margin-left: -0.5em;
}
.cc-icon {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9970;
    margin-left: -8em;
    transition: margin-left 0.2s ease;
}
.cc-icon.visible {
    margin-left: 0;
}
.cc-icon a {
    display: block;
    width: 3em;
    height: 3em;
    background: #333;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background: #333;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 0.2em 1.5em;
}
.cc-icon a:hover {
    background-color: #444;
}
@supports (-ms-ime-align: auto) {
    .cc-icon a {
        width: 2em;
        height: 1.8em;
        background-position: 50%;
        background-size: 60%;
    }
}
.cc-icon.cc-position-right {
    left: inherit;
    right: 0;
    margin-left: auto;
    margin-right: -8em;
    transition: margin-right 0.2s ease;
}
.cc-icon.cc-position-right.visible {
    margin-left: auto;
    margin-right: 0;
}
.cc-icon.cc-position-right a {
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-position: 1.4em 1.5em;
}
@supports (-ms-ime-align: auto) {
    .cc-icon.cc-position-right a {
        background-position: 50%;
    }
}
.cc-settings {
    display: none;
    z-index: 9999;
    position: fixed;
    width: 18em;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    overflow: auto;
    margin-right: -100%;
    transition: margin-right 0.2s ease;
}
.cc-settings > div {
    padding: 1.8em 2em;
}
@media (max-width: 440px) {
    .cc-settings {
        width: 80%;
        bottom: 0;
        padding-left: 10%;
        padding-right: 10%;
        margin-right: -100%;
    }
}
.cc-settings a[role="button"] {
    text-align: center;
    padding: 0.9em 1.6em;
    font-size: 0.7em;
    font-weight: 700;
    margin-bottom: 2em;
    text-decoration: none;
}
.cc-settings .cc-close {
    display: block;
    position: fixed;
    right: 2em;
    top: 2.1em;
    width: 1.25em;
    height: 1.25em;
    margin-right: -100%;
    transition: margin-right 0.2s ease;
}
@media (max-width: 440px) {
    .cc-settings .cc-close {
        position: absolute;
    }
}
.cc-settings .cc-close:after,
.cc-settings .cc-close:before {
    background-color: #eee;
    content: "";
    display: block;
    width: 1.125em;
    height: 0.125em;
    position: relative;
    transition: all 0.3s ease;
}
.cc-settings .cc-close:before {
    top: 0.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cc-settings .cc-close:after {
    top: 0.375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cc-settings .cc-close:hover:after,
.cc-settings .cc-close:hover:before {
    background-color: #999;
}
.cc-settings .cc-title {
    font-size: 1.1em;
    font-weight: 700;
    margin: 0 0 1em;
    color: #eee;
}
.cc-settings .cc-heading {
    font-size: 0.9em;
    font-weight: 700;
    margin: 0 0 0.4em;
    color: #eee;
}
.cc-settings p {
    font-size: 0.8em;
    margin: 0 0 1em;
    color: #ccc;
    line-height: 1.6;
}
.cc-settings .cc-switch {
    margin: 0.625em 0 0.875em;
}
.cc-settings .cc-switch input {
    visibility: hidden;
    position: absolute;
}
.cc-settings .cc-switch input:checked + label .cc-switch-bar .cc-switch-indicator {
    margin-left: 2em;
    background-color: #d8d80e;
}
.cc-settings .cc-switch input:checked + label .cc-switch-bar {
    background-color: #7a7a0c;
}
.cc-settings .cc-switch input[type="checkbox"] + label,
.cc-settings .cc-switch input[type="radio"] + label {
    display: block;
    font-size: 1em;
    padding: 0;
    margin: 0;
}
.cc-settings .cc-switch label {
    cursor: pointer;
    line-height: 0.8em;
}
.cc-settings .cc-switch label:after,
.cc-settings .cc-switch label:before {
    display: none;
}
.cc-settings .cc-switch label + span,
.cc-settings .cc-switch label span {
    color: #aaa;
    font-size: 0.7em;
    transition: all 0.3s ease;
    font-weight: 400;
}
.cc-settings .cc-switch label > span {
    float: left;
}
.cc-settings .cc-switch label:hover .cc-switch-bar {
    background-color: #777;
}
.cc-settings .cc-switch label:hover .cc-switch-indicator {
    background-color: #eee;
}
.cc-settings .cc-switch label:hover span {
    color: #ddd;
}
.cc-settings .cc-switch-bar {
    display: block;
    background-color: #606060;
    width: 2.5em;
    height: 0.9em;
    border-radius: 0.5em;
    margin: 0 0.8em;
}
.cc-settings .cc-switch-indicator {
    display: block;
    width: 1.8em;
    height: 1.8em;
    border-radius: 1.8em;
    background-color: #999;
    margin-top: -0.25em;
}
.cc-settings .cc-about {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 440px) {
    .cc-settings .cc-about {
        height: auto;
        line-height: inherit;
        position: static;
        margin: 2em 0 1em;
    }
}
.cc-settings .cc-about a {
    font-size: 0.7em;
    text-decoration: none;
    padding: 2em;
}
.cc-settings .cc-about a .cc-logo {
    display: inline-block;
    width: 1.5em;
    height: 1em;
}
.cc-settings .cc-about a .cc-logo:before {
    content: "";
    background-repeat: no-repeat;
    display: block;
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    margin-top: -0.4em;
    margin-left: -0.7em;
}
.cc-settings.visible {
    display: block;
    margin-right: 0;
}
.cc-settings.visible .cc-about,
.cc-settings.visible .cc-close {
    margin-right: 0;
}
.cc-settings.cc-position-left {
    left: 0;
    right: inherit;
    margin-left: -100%;
    transition: margin-left 0.2s ease;
}
.cc-settings.cc-position-left .cc-about {
    right: auto;
    left: 0;
    margin-left: -100%;
    transition: margin-left 0.2s ease;
}
@media (min-width: 440px) {
    .cc-settings.cc-position-left .cc-close {
        left: 0;
        margin-left: -100%;
        transition: margin-left 0.2s ease;
    }
}
.cc-settings.cc-position-left.visible {
    margin-left: 0;
}
.cc-settings.cc-position-left.visible .cc-close {
    margin-left: 20em;
}
.cc-settings.cc-position-left.visible .cc-about {
    margin-left: 0;
}
.cc-overlay {
    z-index: 9990;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
    transition: opacity 0.2s ease;
}
.cc-overlay.block {
    display: block;
}
.cc-overlay.visible {
    opacity: 1;
}
.cc-container.cc-ui-shadow .cc-dialog,
.cc-container.cc-ui-shadow .cc-settings {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.cc-container.cc-ui-shadow.cc-theme-light .cc-dialog {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}
.cc-container.cc-ui-rounded .cc-dialog,
.cc-container.cc-ui-rounded .cc-dialog a[role="button"],
.cc-container.cc-ui-rounded .cc-settings a[role="button"] {
    border-radius: 0.6em;
}
.cc-container.cc-ui-bar .cc-dialog-container {
    transition: margin-bottom 0.6s ease-in 1s, opacity 0.2s ease 1.1s;
}
.cc-container.cc-ui-bar .cc-dialog-container.visible {
    margin: 0;
}
.cc-container.cc-ui-bar .cc-dialog {
    margin: 0;
    width: auto;
    left: 0;
    right: 0;
    padding: 0.6em 1.8em;
}
@media (max-width: 1023px) {
    .cc-container.cc-ui-bar .cc-dialog {
        padding: 1.4em 1.8em;
    }
}
.cc-container.cc-ui-bar .cc-dialog .cc-message {
    width: auto;
    height: 40px;
}
@media (max-width: 1023px) {
    .cc-container.cc-ui-bar .cc-dialog .cc-message {
        height: auto;
        padding-bottom: 0.6em;
        display: block;
        width: 100%;
    }
}
@media (max-width: 440px) {
    .cc-container.cc-ui-bar .cc-dialog .cc-message {
        margin-bottom: 0;
    }
}
.cc-container.cc-ui-bar .cc-dialog .cc-message p {
    line-height: 40px;
}
@media (max-width: 1023px) {
    .cc-container.cc-ui-bar .cc-dialog .cc-message p {
        line-height: 1.8em;
    }
}
.cc-container.cc-ui-bar .cc-dialog .cc-message p a {
    display: inline;
    margin-left: 12px;
}
.cc-container.cc-ui-bar .cc-dialog .cc-actions {
    width: auto;
    float: right;
    height: 40px;
    line-height: 1;
}
@media (max-width: 1023px) {
    .cc-container.cc-ui-bar .cc-dialog .cc-actions {
        float: none;
        height: auto;
    }
}
.cc-container.cc-ui-bar .cc-dialog a[role="button"] {
    display: inline-block;
    padding: 0.9em 2.6em;
}
@media (max-width: 440px) {
    .cc-container.cc-ui-bar .cc-dialog a[role="button"] {
        display: block;
    }
}
.cc-container.cc-ui-bubble .cc-dialog-container {
    width: auto;
    left: auto;
    right: -5em;
}
@media (max-width: 800px) {
    .cc-container.cc-ui-bubble .cc-dialog-container {
        width: 100%;
        right: auto;
    }
}
.cc-container.cc-ui-bubble .cc-dialog-container.visible {
    margin: 0 0 -9.5em;
}
@media (max-width: 800px) {
    .cc-container.cc-ui-bubble .cc-dialog-container.visible {
        margin: 0;
    }
}
.cc-container.cc-ui-bubble .cc-dialog {
    margin: 0;
    width: 26em;
    height: 26em;
    border-radius: 100%;
}
@media (max-width: 800px) {
    .cc-container.cc-ui-bubble .cc-dialog {
        border-radius: 0;
        width: auto;
        height: auto;
    }
}
.cc-container.cc-ui-bubble .cc-dialog .cc-message {
    width: auto;
    padding: 4em 6em 0 4em;
}
@media (max-width: 800px) {
    .cc-container.cc-ui-bubble .cc-dialog .cc-message {
        margin-bottom: 0;
        height: auto;
        padding-bottom: 1em;
        display: block;
        width: 100%;
        float: inherit;
        padding: 0;
    }
}
.cc-container.cc-ui-bubble .cc-dialog .cc-message p {
    font-size: 1em;
}
@media (max-width: 800px) {
    .cc-container.cc-ui-bubble .cc-dialog .cc-message p {
        font-size: 0.9em;
    }
}
.cc-container.cc-ui-bubble .cc-dialog .cc-message p a {
    font-size: 0.9em;
}
.cc-container.cc-ui-bubble .cc-dialog .cc-actions {
    width: auto;
    padding: 1.5em 4em 0;
}
@media (max-width: 800px) {
    .cc-container.cc-ui-bubble .cc-dialog .cc-actions {
        padding: 1em 0 0;
        float: none;
        height: auto;
    }
}
.cc-container.cc-ui-bubble .cc-dialog a[role="button"] {
    display: inline-block;
    padding: 0.9em 1.4em;
}
@media (max-width: 800px) {
    .cc-container.cc-ui-bubble .cc-dialog a[role="button"] {
        display: block;
    }
}
.cc-container.cc-theme-light p {
    color: #404040;
}
/*Pereinamu linku mygtukų teksto spalva*/
.cc-container.cc-theme-light a,
.cc-container.cc-theme-light a:link,
.cc-container.cc-theme-light a:visited {
    color: #545454;
}
/*HOVER Pereinamu linku mygtukų teksto spalva*/
.cc-container.cc-theme-light a:hover,
.cc-container.cc-theme-light a:link:hover,
.cc-container.cc-theme-light a:visited:hover {
    color: #000000;
}
/*Banerio spalva*/
.cc-container.cc-theme-light .cc-dialog {
    background-color: #efefef;
}
.cc-container.cc-theme-light .cc-dialog .cc-actions a[role="button"].cc-settings-btn .cc-logo:before,
.cc-container.cc-theme-light .cc-icon a {
    background-image:  url(https://static.wixstatic.com/shapes/abeafd_618891d4ebc1414dbf3debbc7ad2f460.svg);
    opacity: 80%;
}
/*Uzdartyo kairiojo mygtuko spalva*/
.cc-container.cc-theme-light .cc-icon a {
    background-color: #d9d9d9;
}
/*Uzdaryto kairiojo mygtuko hoveris*/
.cc-container.cc-theme-light .cc-icon a:hover {
    background-color: #efefef;
}
/*Nustatymu backgroud*/
.cc-container.cc-theme-light .cc-settings {
    background: #efefef;
}
/*Close mygtuko spalva*/
.cc-container.cc-theme-light .cc-settings .cc-close:after,
.cc-container.cc-theme-light .cc-settings .cc-close:before {
    background-color: #949494;
}
/*Close mygtuko hover*/
.cc-container.cc-theme-light .cc-settings .cc-close:hover:after,
.cc-container.cc-theme-light .cc-settings .cc-close:hover:before {
    background-color: #404040;
}
/*Nustatymu headeriai*/
.cc-container.cc-theme-light .cc-settings .cc-heading,
.cc-container.cc-theme-light .cc-settings .cc-title {
    color: #000000;
}
/*Nustatymu tekstas ir aprašai*/
.cc-container.cc-theme-light .cc-settings p {
    color: #404040;
}
.cc-container.cc-theme-light .cc-settings .cc-switch input:checked + label .cc-switch-bar .cc-switch-indicator {
    background-color: #fcba03;
}
.cc-container.cc-theme-light .cc-settings .cc-switch input:checked + label .cc-switch-bar {
    background-color: #999;
}
/*Jungikliu teksto spalva*/
.cc-container.cc-theme-light .cc-settings .cc-switch label span {
    color: #7a7a7a;
}
/*Jungikliu HOVER spalva*/
.cc-container.cc-theme-light .cc-settings .cc-switch label:hover .cc-switch-bar {
    background-color: #7a7a7a;
}
/*Jungiklio burbulo spalva*/
.cc-container.cc-theme-light .cc-settings .cc-switch label:hover .cc-switch-indicator {
    background-color: #333;
}
/*Jungikliu HOVER tesktas*/
.cc-container.cc-theme-light .cc-settings .cc-switch label:hover span {
    color: #404040;
}
/*Jungiklio OFF spalva*/
.cc-container.cc-theme-light .cc-settings .cc-switch-bar {
    background-color: #ccc;
}
/*Jungiklio OFF burbuliukas*/
.cc-container.cc-theme-light .cc-settings .cc-switch-indicator {
    background-color: #999;
}
.cc-container.cc-theme-light .cc-settings .cc-about {
    background-color: #eee;
}

/*Priimti mygtuko spalva bei tekstas*/
.cc-dialog .cc-actions a[role="button"].cc-primary-btn {
    background-color: #8ec760;
    color: #ffffff !important;
}
/*HOVER Priimti mygtuko spalva bei tekstas*/
.cc-dialog .cc-actions a[role="button"].cc-primary-btn:hover {
    background-color: #ace082;
    color: #ffffff;
}
/*Issaugoti mygtuko spalva ir tesktas*/
.cc-settings a[role="button"].cc-save-btn {
    display: block;
    background-color: #8ec760;
    color: #ffffff !important;
}
/*HOVER Issaugoti mygtuko spalva ir tesktas*/
.cc-settings a[role="button"].cc-save-btn:hover {
    background-color: #ace082 !important;
    color: #ffffff;
}