html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Xiomara';
    src: url('/assets/fonts/Xiomara-Script.ttf');
    src: url('/assets/fonts/Xiomara-Script.ttf') format('truetype');
}

body {
    font-family: 'Open Sans';
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(2, 189, 251, 0.4) 0%,
            rgba(255, 255, 255, 1) 60%);
    font-size: 1.4em;
    line-height: 1;
    color: #333333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

.main {
    max-width: 1200px;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-family: Xiomara;
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    min-height: 100px;
    width: 100%;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {

    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.slider-text {
    font-size: 20px;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-error {
    color: #a94442;
}

a.text-error:hover,
a.text-error:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-error {
    background-color: #f2dede;
}

a.bg-error:hover,
a.bg-error:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .nav_menu {
        width: 670px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .nav_menu {
        width: 857px;
    }
}



@media (min-width: 1000px) {
    .container {
        width: 1000px;
    }

    .container2 {
        padding-top: 50px;
        width: 1000px;
    }

    .nav_menu {
        width: 1000px;
    }

    .nav_menu li {
        font-size: 15px;

    }



}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .container2 {
        padding-top: 50px;
        width: 1100px;
    }

    .nav_menu {
        width: 1200px;
    }

    .nav_menu li {
        font-size: 20px;

    }
}

.container2 {
    padding-top: 50px;

}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

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

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

[role="button"] {
    cursor: pointer;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-error hr {
    border-top-color: #e4b9c0;
}

.alert-error .alert-link {
    color: #843534;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

button.close {
    padding: 0px;
    cursor: pointer;
    background: transparent none repeat scroll 0px 0px;
    border: 0px none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0px 1px 0px #FFF;
    opacity: 0.2;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

#main {
    position: relative;
    text-align: justify;
    /*padding-bottom:290px;*/
}

.nav {
    display: inline-block;
    margin: 0% 0 1% 0;
    font-family: Xiomara;
    font-size: 1.6em;
}

.nav_container {
    position: relative;

    text-align: center;
    padding-top: 10px;
}

.language_bar_chooser {
    font-size: 16px;
    margin-top: -35px;

}

.facebook_button_container {
    background-position: auto;
    background-image: url(/assets/images/cloud.png);
    background-repeat: no-repeat;
    background-size: 176px 64px;
}

@media (min-width: 1200px) {
    .facebook_button {

        margin-top: 10px;
        z-index: 10;
        padding-left: 124vh;

    }
}

@media (max-width: 1200px) {

    .facebook_button {

        margin-top: 10px;
        z-index: 10;
        padding-left: 1vh;

    }
}

.language_bar_chooser li {
    display: inline;
}

.nav_logo_container {
    z-index: 99999;
    padding-top: 22px;
    background-image: url("/assets/images/cloud.png");
    background-size: contain;
    text-align: center;
    background-repeat: no-repeat;

    height: 175px;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav_logo_logo img {
    margin-top: 30px;
    width: 140px;
    height: 76px;
}

.nav_logo_text {
    padding-top: 5px;
    text-align: center;
}

.nav_logo_text a {
    color: #000000;
}

.nav_menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: clamp(10px, 1vw, 10px);
}

.nav_menu {
    display: flex;
    flex-wrap: nowrap;
    /* 🔑 */

}

/* push middle item */
.nav_menu li:nth-child(2) {
    margin-right: auto;
}

.nav_menu li {
    margin-left: clamp(-10px, -1vw, -15px);
    margin-bottom: clamp(-5px, -1vw, -10px);
}

.nav_menu>li {
    flex: 1 1 auto;
    /* 🔑 allow shrinking */
    min-width: 0;
}

/* Cloud items */
.nav_menu>li {
    z-index: 10;
    position: relative;
    width: clamp(120px, 12vw, 170px);
    height: clamp(60px, 6vw, 85px);
    background-image: url("/assets/images/cloud.png");
    background-repeat: no-repeat;
    background-size: contain;

}

/* First item bigger */
.nav_menu>li:nth-child(1) {
    width: clamp(180px, 18vw, 260px);
    height: clamp(90px, 9vw, 130px);
}

/* Vertical offset */
.nav_menu>li:not(:first-child) {
    top: clamp(15px, 3vw, 35px);
}

/* Link inside cloud */
.nav_menu>li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-decoration: none;
}

.nav_menu li a span {
    z-index: 20;
}

/* Christmas cloud */
.nav_menu chr {
    position: relative;
    width: clamp(120px, 12vw, 160px);
    height: clamp(60px, 6vw, 85px);
    background-image: url("/assets/images/christmassscloud.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: clamp(20px, 5vw, 50px) auto 0;
}

.nav_menu chr a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.nav_menu chr a span {
    padding: clamp(15px, 3vw, 30px);
}

/* Dropdown */
.nav_menu .dropdown-menu {
    display: none;
    position: absolute;
    background: rgb(194, 231, 255);
}

.nav_menu .dropdown-menu.active {
    display: block;
}


.dropdown-menu li {
    background-image: none;
}


#footer {
    position: relative;
    margin-top: -70px;
    height: 250px;
    clear: both;
    padding-top: 20px;
    font-family: Xiomara;
}

.ground-container {
    position: absolute;
    height: 630px;
    width: 100%;
    overflow: hidden;
}

.ground-text {
    margin-top: 120px;
}

.ground-1:before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 100%;
    width: 300%;
    height: 2500px;

    background: #87b576;
    border-radius: 90%;
    content: "";
}

.ground-2:before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 100%;
    width: 300%;
    height: 1800px;

    background: #b9e87b;
    border-radius: 90%;
    content: "";
}

.ground-3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}

.ground-3:before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 100%;
    width: 300%;
    height: 1800px;
    margin: -380px 0 0 -85%;
    background: #9ce27e;
    border-radius: 90%;
    content: "";
}

.procentai {
    background-color: white;
    width: 120px;
    height: 120px;
}

.tabs {
    position: relative
}

.tabs label {
    width: 11em;
    display: inline-block;
    text-align: right
}

.tabs>div {
    border: 1px solid red
}

.tabs>ul {
    position: relative;
    display: block
}

.tabs>ul li {
    display: inline-block;
    margin: 8px 0
}

.tabs ul li a {
    background-color: #fff;
    padding: 11px
}

.tabs .selected {
    background-color: red;
    color: #fff
}

.tabs input:not([type="radio"]):not([type="checkbox"]) {
    width: 100%
}

article h1 {
    font-family: "Xiomara"
}

article ul {
    padding-left: 1em;
    list-style-position: inside;
}

article ul li {
    list-style-position: outside;
    padding-left: 2em;
    padding-bottom: 0.5em;
}

section {
    margin-top: 2em;
}

.nav_container ul li {
    list-style: none;
}

.admin_menu {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    background-color: white;
    border-radius: 10px;
    padding: 5px 10px;
    z-index: 10000;

    list-style: none;
    margin: 0;
    padding-left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);

    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.admin_menu li ul {
    padding: 0;
    display: flex;
    font-size: 15px;
    justify-content: flex-end;
    gap: 5px;
}

.admin_menu li {
    padding: 2px;


}

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon:before {
    content: "\00a0";
}

.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon-lt {
    background-image: url(/assets/flags/4x3/lt.svg);
}

.flag-icon-lt.flag-icon-squared {
    background-image: url(/assets/flags/1x1/lt.svg);
}

.flag-icon-en {
    background-image: url(/assets/flags/4x3/gb.svg);
}

.flag-icon-en.flag-icon-squared {
    background-image: url(/assets/flags/1x1/gb.svg);
}

.house-container {
    position: relative;
    margin-bottom: 15%;
    border: 2px rgb(255, 255, 255) solid;
    border-radius: 50px;
}

.house-picture {
    width: 90%;
    height: auto;
    margin: 0 auto;

}



.nav_parama_container a span {
    color: #000;
    /* black */
}

.nav_parama_container {
    list-style: none;
}

.nav_parama_container {
    z-index: 99999999;
    background-image: url("/assets/images/cloud.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    width: 300px;
    height: 150px;

    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 55px;

    position: absolute;
    transform: translateX(-50%);
}

.parama-container {
    display: grid;
    /* enable grid layout */
    grid-template-columns: repeat(2, 1fr);
    /* 3 columns of equal width */
    gap: 10px;
    /* space between grid items */
    padding: 10px;

}

.house-name {
    background-color: #fff;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    font-size: 1.2em;
    color: black;

    display: flex;
    justify-content: center;
    /* horizontal */
    align-items: center;
    /* vertical */
    text-align: center;
    margin-bottom: -5px;
}


.wish {
    margin: 20px;
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-left: 1em;
}

.wish a {
    color: white;
}




.namukas {
    z-index: 999;
    transform: rotate(-6deg);
    position: fixed;
    bottom: 30px;
    left: 2vw;
    /* scales with screen width */
    background-image: url('/assets/images/namas.png');
    background-size: contain;
    background-repeat: no-repeat;

    width: 18vw;
    /* scales automatically */
    height: 18vw;
    /* keeps square ratio */
    max-width: 200px;
    max-height: 200px;
    min-width: 50px;
    /* optional safety limit */
    min-height: 50px;
    /* optional */
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}

.namukas:hover,
.krepselis-tuscias:hover,
.krepselis-pilnas:hover {
    transform: rotate(-6deg) scale(1.3);
    /* grows by 15% */
}

.namukas:hover span,
.krepselis-pilnas:hover span,
.krepselis-tuscias:hover span {
    transform: scale(1.2);
}

.namukas span {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;

    font-family: Xiomara;
    font-weight: bold;
    color: black;
    transition: transform 0.3s ease, font-size 0.3s ease;
    font-size: 1vw;
    /* also scales automatically */
    border-radius: 40px;
    max-font-size: 28px;
}


.krepselis-tuscias {
    z-index: 999;
    transform: rotate(-6deg);
    position: fixed;
    bottom: 0px;
    right: 2vw;
    /* scales with screen width */
    background-image: url(/assets/images/roges-tuscios.png);
    background-size: contain;
    background-repeat: no-repeat;

    width: 18vw;
    /* scales automatically */
    height: 18vw;
    /* keeps square ratio */
    max-width: 180px;
    max-height: 180px;
    min-width: 50px;
    /* optional safety limit */
    min-height: 50px;
    /* optional */
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}

.krepselis-pilnas {
    z-index: 999;
    transform: rotate(-6deg);
    position: fixed;
    bottom: 0px;
    right: 2vw;
    /* scales with screen width */
    background-image: url(/assets/images/roges-pilnos2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18vw;
    /* scales automatically */
    height: 18vw;
    /* keeps square ratio */
    max-width: 180px;
    max-height: 180px;
    min-width: 50px;
    /* optional safety limit */
    min-height: 50px;
    /* optional */
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}


.krepselis-pilnas span,
.krepselis-tuscias span {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;

    font-family: Xiomara;
    font-weight: bold;
    color: black;

    font-size: 1vw;
    /* also scales automatically */
    border-radius: 40px;
    max-font-size: 28px;
    transition: transform 0.3s ease, font-size 0.3s ease;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper>.lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/assets/images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -0px;
    opacity: 1;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction>a:hover {
    opacity: 1;
}

.lSAction>.lSPrev,
.lSAction>.lSNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}


.lSAction>.lSPrev {
    left: 0px;
    background-position: 0 0;
}

.lSAction>.lSNext {
    right: 0px;
    background-position: -32px 0;
}

.lSAction>a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important;
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}



#cloud {
    padding: 8px;
    width: 100%;
    text-align: center;
    background: #f2f9fe;
    background: linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -webkit-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -moz-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -ms-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -o-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: relative;
    margin: 50px auto 00px;
}

#cloud a {
    font-size: 12pt;
}

#cloudd {
    width: 250px;
    height: 100px;
    text-align: center;
    background: #f2f9fe;
    background: linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -webkit-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -moz-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -ms-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -o-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: relative;
    margin: 100px auto 20px;



}

#cloudd:after,
#cloudd:before {
    content: '';
    position: absolute;
    background: #f2f9fe;
    z-index: -1
}

#cloudd:after {
    width: 80px;
    height: 80px;
    top: -30px;
    left: 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

#cloudd:before {
    width: 120px;
    height: 120px;
    top: -50px;
    right: 30px;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
}

.cloud-name {
    padding: 8px;
}

.cloud-wish {
    font-weight: bold;
    height: 40px;
    overflow-y: auto;
    white-space: normal;
}

.btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.confirm {
    background-color: rgb(185, 232, 123);
    padding: 10px;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    text-align: center;
}

.margin-top {
    margin-top: 50px;
}

.buy {
    width: 70px;
    height: 70px;
    right: 0px;
    position: absolute;
    background: linear-gradient(15deg,
            #880000,
            /* replaces #008855 */
            #aa2020,
            /* replaces #20aa68 */
            #cc3f3f,
            /* replaces #3fcc47 */
            #de6f3d,
            /* replaces #6fde3d */
            #f09f33,
            /* replaces #9ff033 */
            #de6f3d,
            /* replaces #6fde3d */
            #cc3f3f,
            /* replaces #3fcc47 */
            #aa2020,
            /* replaces #20aa68 */
            #880000
            /* replaces #008855 */

        ) no-repeat;
    transition: background 0.3s ease;
    background-size: 300%;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    text-align: center;
    padding-top: 20px;
    color: white;
    z-index: 999;

}

.buy:hover {
    background-size: 320%;
    background-position: right center;
}

body {

    width: 100%;
    height: 100%;
    background: radial-gradient(125% 125% at -2% -25%,
            rgba(245, 87, 2, 1) 10.5%,
            rgba(245, 120, 2, 1) 16%,
            rgba(245, 140, 2, 1) 17.5%,
            rgb(244, 210, 141) 25%,
            rgb(201, 243, 250) 40%,
            rgb(147, 236, 248) 65%,
            rgb(45, 163, 196) 100%);
}

.green {
    background: #b9e87b;
    background: linear-gradient(top, #f2f9fe 5%, #b9e87b 100%);
    background: -webkit-linear-gradient(top, #f2f9fe 5%, #b9e87b 100%);
    background: -moz-linear-gradient(top, #f2f9fe 5%, #b9e87b 100%);
    background: -ms-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -o-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
}

.buyed {
    width: 100px;
    height: 40px;
    right: 0px;
    position: absolute;
    background: linear-gradient(15deg,
            /* replaces #880088 */
            #20aa68,
            /* replaces #aa2068 */
            #3fcc47,
            /* replaces #cc3f47 */
            #6fde3d,
            /* replaces #de6f3d */
            #9ff033,
            /* replaces #f09f33 */
            #6fde3d,
            /* replaces #de6f3d */
            #3fcc47,
            /* replaces #cc3f47 */
            #20aa68,
            /* replaces #aa2068 */
            #008855
            /* replaces #880088 */

        ) no-repeat;
    background-size: 300%;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    text-align: center;
    padding-top: 5px;
    color: white;
}

.table-list {
    width: 100%;
}

.table-list th {
    font-weight: bold;
    background: #f2f9fe;
}

.table-list td,
.table-list th {
    padding: 5px;
}

.table-list tr:nth-child(even) {
    background: #f2f9fe;
}

.form-group input,
.form-group textarea,
.form-group select {
    border: none;
    border-radius: 10px;
}

.form-group input,
.form-group select {
    padding: 12px;
    min-width: 300px;
}

.form-group label {
    display: block;
    margin-bottom: 0.3em;
    padding-left: 0.4em;
    font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input:focus {
    border-color: rgba(255, 255, 255, 1);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 255, 255, 1);
}

.white {
    background-color: white;
    padding: 11px;
    /*box-shadow: 0px 0px 5px 1px white;*/
    border-radius: 50px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.white img {
    height: 75px
}

.plane img {
    max-width: 824px !important;
    width: 90%;
    height: auto;
}

.plane2 img {
    padding-top: 10px;
    max-width: 230px !important;
    width: 80%;
    height: auto;
}

.plane3 img {
    max-width: 230px !important;
    width: 80%;
    height: auto;
}



.contact-page {
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border-radius: 10px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 20px;
}

.service-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.20);
}

.card-header {
    height: 50px;
    background: #2bb7e2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 20px 20px 0 0;
}

.card-title {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}

.card-body {
    padding: 20px 25px;
}

.card-body p {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #444;
    text-align: left;
}

.about {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);

}

.about p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
    text-decoration: none !important;
}

.about .links-to {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
    text-decoration: none !important;
}

.about .links-to a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 12px;
    background: #f5f5f5;
    border: 2px solid transparent;
    text-decoration: none !important;
    color: #333;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.links-to a::before {
    content: "📄";
    margin-right: 8px;
    font-size: large;
}

.about .links-to a:hover {

    background: #8bbef9;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-color: #7bb5f7;

}


@media (max-width: 440px) {
    .nav_menu .dropdown-menu {
        position: relative
    }

    .namukas {
        z-index: 999;
        -ms-transform: rotate(-6deg);
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
        position: absolute;
        bottom: -320px;
        left: 0px;
        background-image: url('/assets/images/namas.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 150px;
        height: 250px;
    }

    .namukas span {
        left: 0px;
        background-color: rgba(255, 255, 255, 0.8);
        top: 35%;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        font-family: Xiomara;
        position: absolute;
        font-size: 1.5em;
        border-radius: 40px;
        color: black;
        font-weight: bold;
    }

    .krepselis-tuscias {
        z-index: 999;
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        position: absolute;
        right: 0;
        bottom: -220px;
        background-image: url(/assets/images/roges-tuscios.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 150px;
        height: 110px;
    }

    .krepselis-pilnas {
        z-index: 999;
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        position: absolute;
        right: 0;
        bottom: -220px;
        background-image: url(/assets/images/roges-pilnos.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 150px;
        height: 150px;
    }

    .krepselis-pilnas span,
    .krepselis-tuscias span {
        left: 0px;
        background-color: rgba(255, 255, 255, 0.8);
        top: 58%;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        font-family: Xiomara;
        position: absolute;
        font-weight: bold;
        font-size: 1.5em;
        border-radius: 40px;
        color: black;
        font-weight: bold;
    }
}

table {
    counter-reset: rowNumber;
}

tr:not(.fble_htr) {
    counter-increment: rowNumber;
}

tr td:first-child::before {

    min-width: 1em;
    margin-right: 0.5em;
}

.product_find {
    padding: 12px;
    !important;
}

.product_find_submit {
    width: 100px;
    background-color: rgb(185, 232, 123);
    border-radius: 200px;
    -webkit-border-radius: 200px;
    text-align: center;
    padding: 10px;
    color: white;
}

.product_wish {
    background: linear-gradient(15deg,
            #880000,
            /* replaces #008855 */
            #aa2020,
            /* replaces #20aa68 */
            #cc3f3f,
            /* replaces #3fcc47 */
            #de6f3d,
            /* replaces #6fde3d */
            #f09f33,
            /* replaces #9ff033 */
            #de6f3d,
            /* replaces #6fde3d */
            #cc3f3f,
            /* replaces #3fcc47 */
            #aa2020,
            /* replaces #20aa68 */
            #880000
            /* replaces #008855 */

        ) no-repeat;
    transition: background 0.3s ease;
    background-size: 300%;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    text-align: center;
    padding: 15px;
    color: white;
    font-size: 18px;
    margin-top: 25px;
}

.product_wish:hover {
    background-size: 320%;
    background-position: right center;
    color: rgb(0, 0, 0);
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.footer-wrapper {
    position: relative;
    color: white;
    text-align: center;
    padding: 20px 0;

}

.footer-wrapper::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 300px;
    background: url('/assets/images/grass.png') no-repeat bottom center;
    background-size: cover;
    pointer-events: none;
    z-index: -10;
}

.snowflake {
    position: absolute;
    top: -10px;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    opacity: 0;
    animation: fall 10s linear infinite;
}

.snowflake.real {
    background: url('/assets/images/flake.png') no-repeat center center / contain;
    border-radius: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
}

@keyframes fall {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.4;
    }

    90% {
        opacity: 0.8;
    }

    100% {
        transform: translateY(100vh);
        opacity: 0;
    }
}

.news {

    min-height: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.045);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

#lightSlider {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 700px;
}

#lightSlider li {
    width: 100%;
    margin-bottom: 20px;

}

.post-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    box-sizing: border-box;
    min-height: 100%;
    transition: transform 0.2s ease-in-out;
}

.post-text {
    flex: 1;
    min-width: 250px;
    margin-left: 40px;
}

.post-text h3 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 35px;
}

.post-picture {
    flex: 1 1 300px;
    max-width: 600px;
}

.post-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 992px) {
    .news {
        border-radius: 30px;
        padding: 15px;
    }

    .post-text h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .post-container {
        gap: 15px;
    }



}

@media (max-width: 750px) {
    .news {
        border-radius: 20px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
        padding: 10px;
        min-height: 750px;
    }

    .post-container {
        flex-direction: column;
        padding: 10px 0;
        gap: 10px;
    }

    .post-text h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .lSSlideWrapper {
        height: 750px;
    }


}



.mobile-menu {
    display: none;
}

@media screen and (max-width: 1000px) {
    .mobile-menu {
        display: block;
        position: relative;
    }

    .hamburger {
        font-size: 28px;
        cursor: pointer;
        padding: 10px;
        background: #fff;
        border-radius: 5px;
        width: 50px;
        text-align: center;
    }

    .mobile-nav {
        display: none;
        list-style: none;
        padding: 0;
        margin: 10px 0 0 0;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .mobile-nav li {
        border-bottom: 1px solid #eee;
    }

    .mobile-nav li a {
        display: block;
        padding: 10px 15px;
        color: #000;
        text-decoration: none;
    }


}

@media screen and (max-width: 1000px) {
    .nav_menu {
        display: none !important;
    }

    .nav_menu_mob li {
        z-index: 9999;
        display: inline-block;
        position: relative;
        width: 210px;
        height: 105px;
        background-image: url("/assets/images/cloud.png");
        background-repeat: no-repeat;
        background-size: cover;
        filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.09));
        margin: -10px;

    }

    .nav_menu_mob li:first-child {
        width: 300px;
        height: 150px;
        background-size: cover;
    }

}

#checkbox {
    display: none;

}

.toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition-duration: .5s;
    border-radius: 10px;
    left: 15px;
}

.bars {
    width: 100%;
    height: 3px;
    background-color: rgb(0, 0, 0);
    border-radius: 4px;
}

#bar2 {
    transition-duration: .8s;
}

#bar1,
#bar3,
#bar2 {

    width: 50%;
}

.toggle {
    background-color: white;

    height: 50px;
    width: 50px;
}

#checkbox:checked+.toggle .bars {
    position: absolute;
    transition-duration: .5s;
}

#checkbox:checked+.toggle #bar2 {
    transform: scaleX(0);
    transition-duration: .5s;
}

#checkbox:checked+.toggle #bar1 {
    width: 100%;
    transform: rotate(45deg);
    transition-duration: .5s;
}

#checkbox:checked+.toggle #bar3 {
    width: 100%;
    transform: rotate(-45deg);
    transition-duration: .5s;
}

#checkbox:checked+.toggle {
    transition-duration: .5s;
    transform: rotate(180deg);
}

.dropdown-menu {
    box-shadow: 5px 5px 10px 0px #00000043;

}

.dropdown-menu li,
.dropdown-menu li a {
    max-height: none;
}

/* Remove default background image */
.dropdown-menu li {
    background-image: none;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 50px;

}

.dropdown-menu li a {
    display: block;
    font-size: 0.8em;
    color: #000000;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    border-radius: 4px;
    max-height: 50px;
    padding-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.155);
}

.dropdown-menu li a:hover {
    background-color: #8abff8;
    color: #fff;
}

@media (max-width: 770px) {
    .nav_menu .dropdown-menu {
        position: relative
    }

    .post-container {
        min-height: 700px;
        width: auto;
    }

    .namukas {

        z-index: 999999;
        -ms-transform: rotate(-6deg);
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
        position: fixed;
        /* Changed from absolute to fixed */
        bottom: 10px;
        left: 0px;
        background-image: url('/assets/images/namas.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 100px;
        height: 100px;
    }

    .namukas span {
        left: 0px;
        background-color: rgba(255, 255, 255, 0.8);
        top: 60%;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        font-family: Xiomara;
        position: absolute;
        font-size: 1em;
        border-radius: 40px;
        color: black;
        font-weight: bold;
    }

    .krepselis-tuscias {
        z-index: 9999;
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        position: fixed;
        /* Changed from absolute to fixed */
        right: 0px;
        bottom: 0px;
        background-image: url(/assets/images/roges-tuscios.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100px;
        height: 100px;
    }

    .krepselis-pilnas {
        z-index: 9999;
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        position: fixed;
        /* Changed from absolute to fixed */
        right: 0px;
        bottom: 0px;
        background-image: url(/assets/images/roges-pilnos.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100px;
        height: 100px;
    }



    .krepselis-pilnas span,
    .krepselis-tuscias span {
        left: 0px;
        background-color: rgba(255, 255, 255, 0.8);
        top: 58%;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        font-family: Xiomara;
        position: absolute;
        font-weight: bold;
        font-size: 1em;
        border-radius: 40px;
        color: black;
        font-weight: bold;
    }
}

.wishes-content {
    color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 20px;
    --s: 12px;

    --_c: #0000, #fff 1deg 79deg, #0000 81deg;
    --g0: conic-gradient(from 140deg at 50% 87.5%, var(--_c));
    --g1: conic-gradient(from 140deg at 50% 81.25%, var(--_c));
    --g2: conic-gradient(from 140deg at 50% 75%, var(--_c));
    --g3: conic-gradient(at 10% 20%, #0000 75%, #fff 0);

    /* Color variables — will be replaced by JS */
    --c1: #228b22;
    --c2: #2e8b57;

    background:
        var(--g0) 0 calc(var(--s) / -4),
        var(--g0) var(--s) calc(3 * var(--s) / 4),
        var(--g1),
        var(--g1) var(--s) var(--s),
        var(--g2) 0 calc(var(--s) / 4),
        var(--g2) var(--s) calc(5 * var(--s) / 4),
        var(--g3) calc(var(--s) / -10) var(--s),
        var(--g3) calc(9 * var(--s) / 10) calc(2 * var(--s)),
        repeating-conic-gradient(from 45deg,
            var(--c1) 0 25%,
            var(--c2) 0 50%);
    background-size: calc(2 * var(--s)) calc(2 * var(--s));
}

.wishes-content-text {
    background-color: #ffffffb1;
    width: fit-content;
    border-radius: 10px;
    margin: 30px 30px;
}

#content {
    max-width: 1300px;

}

@media (max-width: 1200px) {
    .nav_logo_logo img {
        margin-top: 20px;
        width: 100px;
        height: 60px;
    }
}

@media (max-width: 550px) {
    .news {
        border-radius: 20px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
        padding: 10px;
        min-height: 750px;
    }

    .post-container {
        flex-direction: column;
        padding: 10px 0;
        gap: 10px;
    }

    .post-text h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .lSSlideWrapper {
        height: 750px;
    }

    .post-picture img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 20px;
    }



}

@media(max-width: 1000px) {
    .nav_logo_logo img {
        padding-top: 10px;
        width: 150px;
        height: auto;
    }

    .post-picture {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .post-picture img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}