#ma-social {
    display: block;
    opacity: 1;
    text-align: center
}

#ma-social.ma-animated {
    -moz-transition: o .2s ease-in,p .2s ease-in,a .2s ease-in,c .2s ease-in,i .2s ease-in,t .2s ease-in,y .2s ease-in;
    -ms-transition: o .2s ease-in,p .2s ease-in,a .2s ease-in,c .2s ease-in,i .2s ease-in,t .2s ease-in,y .2s ease-in;
    -o-transition: o .2s ease-in,p .2s ease-in,a .2s ease-in,c .2s ease-in,i .2s ease-in,t .2s ease-in,y .2s ease-in;
    -webkit-transition: o .2s ease-in,p .2s ease-in,a .2s ease-in,c .2s ease-in,i .2s ease-in,t .2s ease-in,y .2s ease-in;
    transition: o .2s ease-in,p .2s ease-in,a .2s ease-in,c .2s ease-in,i .2s ease-in,t .2s ease-in,y .2s ease-in
}

#ma-social.ma-hidden {
    opacity: 0
}

#ma-social.ma-hide {
    display: none
}

#ma-social .ma-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity .2s ease-in,top .2s ease-in;
    -ms-transition: opacity .2s ease-in,top .2s ease-in;
    -o-transition: opacity .2s ease-in,top .2s ease-in;
    -webkit-transition: opacity .2s ease-in,top .2s ease-in;
    transition: opacity .2s ease-in,top .2s ease-in;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    display: inline-block
}

#ma-social .ma-btn:lama-child {
    margin-right: 0
}

#ma-social .ma-btn>svg {
    height: 16px;
    width: 16px;
    position: relative;
    top: 8px;
    vertical-align: top
}

#ma-social .ma-btn>img {
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    top: 8px;
    vertical-align: top
}

#ma-social .ma-btn>span {
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .5px;
    min-width: 60px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top
}

#ma-social.ma-has-labels .ma-btn {
    min-width: 120px;
    margin-top: 10px
}

#ma-social.ma-has-labels .ma-btn.ma-remove-label {
    min-width: 50px
}

#ma-social.ma-has-labels .ma-btn.ma-remove-label>span {
    display: none
}

#ma-social.ma-has-labels .ma-btn.ma-hide-label>span {
    display: none
}

#ma-social .ma-total {
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 12px;
    margin-right: 0;
    max-width: 80px;
    padding: 4px 8px;
    text-align: center
}

#ma-social .ma-total.ma-hidden {
    display: none
}

#ma-social .ma-total>span {
    font-size: 16px;
    line-height: 17px;
    display: block;
    padding: 0
}

#ma-social .ma-total>span.ma-shares {
    font-size: 9px;
    line-height: 9px
}

#ma-social.ma-justified {
    display: flex;
    text-align: center
}

#ma-social.ma-justified .ma-btn {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

#ma-social .ma-btn:hover {
    opacity: .8;
    top: -4px
}

#ma-social .ma-btn[data-network=facebook] {
    background-color: #4267b2
}

#ma-social .ma-btn[data-network=facebook] svg {
    fill: #fff
}

#ma-social .ma-btn[data-network=facebook]>span {
    color: #fff
}

#ma-social .ma-btn[data-network=twitter] {
    background-color: #55acee
}

#ma-social .ma-btn[data-network=twitter] svg {
    fill: #fff
}

#ma-social .ma-btn[data-network=twitter]>span {
    color: #fff
}

#ma-social .ma-btn[data-network=pinterest] {
    background-color: #cb2027
}

#ma-social .ma-btn[data-network=pinterest] svg {
    fill: #fff
}

#ma-social .ma-btn[data-network=pinterest]>span {
    color: #fff
}

#ma-social .ma-btn[data-network=email] {
    background-color: #7d7d7d
}

#ma-social .ma-btn[data-network=email] svg {
    fill: #fff
}

#ma-social .ma-btn[data-network=email]>span {
    color: #fff
}

#ma-social .ma-btn[data-network=sms] {
    background-color: #ffbd00
}

#ma-social .ma-btn[data-network=sms] svg {
    fill: #fff
}

#ma-social .ma-btn[data-network=sms]>span {
    color: #fff
}

#ma-social .ma-btn[data-network=pdf] {
    background-color: #F40F02;
}

#ma-social .ma-btn[data-network=pdf] svg {
    fill: #fff
}

#ma-social .ma-btn[data-network=pdf]>span {
    color: #fff
}

.btn-shop {
    width: 100%;
    line-height:3em !important;
    font-size: 1em;
    height: 3em;
    border-radius: 5px;
}
.flex1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
}

.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn {
    line-height: 40px;
    background: #D9261C;
    color: #fff;
}

.btn:visited {
    color: #fff;
}

.btn:hover {
    background: #FFDE08;
}

.btn:hover,
.btn:hover a {
    color: #0f3253 !important;
}

.btn-holder {
    margin-top: auto;
}

.product-shadow {
    z-index: 2;
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #555;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    box-shadow: 0 0 19px 2px rgb(0 0 0 / 5%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.p30 {
    padding: 30px;
}

.prod-section {
    transition: all .2s ease-in-out;
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.prod-section:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 90vw;
    height: 50vw;
    transform: translate(-50%, -100%);
    background-color: transparent;
    display: block;
    border-radius: 100%;
    box-shadow: 0 0 70px 0 rgb(99 99 97 / 40%);
}

.card {
    background-color: #fff;
    position: relative;
    padding: 25px 30px;
    display: block;
    box-shadow: 0 0 33px 0 rgb(99 99 97 / 15%);
}

.br10 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 4px 16px hsl(240deg 8% 12% / 15%);
    border: none;
}

.card-green {
    margin-top: 25px;
    background: #ffffff;
    margin-right: 0 !important;
    padding-right: 30px !important;
}

.lineheight2em {
    line-height: 2em;
}

.downloadbtn {
    border-color: #0f3253;
    color: #555;
    background: #fff;
    text-transform: none;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0 4px 16px hsl(240deg 8% 12% / 15%);
}

.card-green::before {
    content: "";
    left: 0;
    top: 0;
    border-width: 40px 40px 0 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-color: #d9261c;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

.slider-thumb-controls {
    position: relative;
}

.downloadbtn:hover {
    border-color: #000000;
    background: #000000;
}

.button.iconsboxed2 {
    background-image: linear-gradient(180deg, #1d3761 0, #254578 50%, #1c365f 50%, #25467a 100%);
    background-size: 100% 200%;
    background-position-y: 0;
    color: #fff;
    border-color: transparent;
    border: none !important;
    transition: background-position .15s ease-in-out;
    border-radius: 30px;
    border: 0.1rem solid rgba(255, 255, 255, .3);
    padding: 15px 30px !important;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: background-position .15s ease-in-out;
    -moz-transition: background-position .15s ease-in-out;
    -ms-transition: background-position .15s ease-in-out;
    -o-transition: background-position .15s ease-in-out;
}

.button.iconsboxed2:hover {
    background-position-y: 100%;
}

.button.iconsboxed2 span {
    font-weight: 600;
}

label {
    color: #959aaa;
    font-weight: 500;
    font-size: 12px;
}

.h79 {
    height: 79px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
}

.fontsize32 {
    font-size: 32px;
    ;
}

.g-recaptcha {
    margin-bottom: 0;
}

input[type=text],
input[type=email],
textarea {
    border: none;
    border-bottom: 1px solid #bababa !important;
    padding: 3px;
    font-weight: 500;
    font-size: 16px;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #fff;
    border-radius: 2px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    color: #3da3ff;
}

input[type=file] {
    display: none;
}

.form-loading {
    top: 4px !important;
}

.box {
    height: 100%;
    min-height: 132px;
    border-radius: 1rem;
    border: 0.2rem dashed #c4c9d3;
    opacity: .7;
    transition: border .25s ease-in-out;
    -webkit-transition: border .25s ease-in-out;
    -moz-transition: border .25s ease-in-out;
    -ms-transition: border .25s ease-in-out;
    -o-transition: border .25s ease-in-out;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

label {
    color: #959aaa;
    font-weight: 500;
    font-size: 12px;
}

label[for=file-upload] {
    cursor: pointer;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    margin-top: 4px;
}

body.dragging .box::before {
    content: "Przeciągnij plik tutaj";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    background-color: #ffff00;
    pointer-events: none;
    text-align: center;
    font-weight: bold;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

::-webkit-input-placeholder {
    color: #b0b3bf;
    font-size: 16px;
    font-weight: 500;
}

:-moz-placeholder {
    color: #b0b3bf;
    font-size: 16px;
    font-weight: 500;
}

::-moz-placeholder {
    color: #b0b3bf;
    font-size: 16px;
    font-weight: 500;
}

:-ms-input-placeholder {
    color: #b0b3bf;
    font-size: 16px;
    font-weight: 500;
}

.rand-img {
    position: absolute;
}

body {
    position: relative;
    height: 100%;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

[type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 20px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type="checkbox"]+span:not(.lever):before,
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s
}

[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="checkbox"]:not(:checked):disabled+span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42)
}

[type="checkbox"].tabbed:focus+span:not(.lever):after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1)
}

[type="checkbox"]:checked+span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #32558a;
    border-bottom: 2px solid #32558a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:checked:disabled+span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42)
}

[type="checkbox"]:indeterminate+span:not(.lever):before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #32558a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:indeterminate:disabled+span:not(.lever):before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent
}

[type="checkbox"].filled-in+span:not(.lever):after {
    border-radius: 2px
}

[type="checkbox"].filled-in+span:not(.lever):before,
[type="checkbox"].filled-in+span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #32558a;
    background-color: #32558a;
    z-index: 0
}

[type="checkbox"].filled-in.tabbed:focus+span:not(.lever):after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1)
}

[type="checkbox"].filled-in.tabbed:checked:focus+span:not(.lever):after {
    border-radius: 2px;
    background-color: #32558a;
    border-color: #32558a
}

[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):before {
    background-color: transparent;
    border: 2px solid transparent
}

[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):after {
    border-color: transparent;
    background-color: #949494
}

[type="checkbox"].filled-in:disabled:checked+span:not(.lever):before {
    background-color: transparent
}

[type="checkbox"].filled-in:disabled:checked+span:not(.lever):after {
    background-color: #949494;
    border-color: #949494
}

.logoand3cols.footer-2.bg-primary {
    background: linear-gradient(#849942 0, #516416 100%) !important;
}

.editorialtop {
    position: relative;
    z-index: 100
}

.editorial {
    display: block;
    width: 100%;
    height: 5em;
    max-height: 100vh;
    margin: 0
}

.waves>use {
    animation: move-forever 24s linear infinite
}

.waves>use:nth-child(1) {
    animation-delay: -2s
}

.waves>use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 8s
}

.waves>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 5s
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0)
    }

    100% {
        transform: translate(85px, 0)
    }
}

.main-container {
    margin-bottom: -4em;
}

.reservation-content table {
    border: 1px solid #ccc
}

.reservation-content tr {
    background: #fafafa;
    color: #777;
    border-bottom: 1px solid #ccc
}

.reservation-content tr.even:hover,
.reservation-content tr.odd:hover,
.reservation-content tr:hover {
    background: -moz-linear-gradient(top, rgba(255, 197, 120, .5) 0, rgba(251, 157, 35, .5) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 197, 120, .5)), color-stop(100%, rgba(251, 157, 35, .5))) !important;
    background: -webkit-linear-gradient(top, rgba(255, 197, 120, .5) 0, rgba(251, 157, 35, .5) 100%) !important;
    background: -o-linear-gradient(top, rgba(255, 197, 120, .5) 0, rgba(251, 157, 35, .5) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255, 197, 120, .5) 0, rgba(251, 157, 35, .5) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 197, 120, .5) 0, rgba(251, 157, 35, .5) 100%) !important
}

.reservation-content table * {
    font-weight: 400 !important;
    font-size: 14px;
    text-align: center;
}

.reservation-content table a * {
    font-weight: 700 !important
}

.reservation-content table td {
    border: 1px solid #cdcdcd;
    text-align: center;
    color: #000 !important
}

.reservation-content table td span {
    color: #004799 !important;
}

.reservation-content tr {
    background: #fafafa;
    cursor: pointer
}

.reservation-content tr:nth-child(odd) {
    background: #f6fbff
}

.reservation-content th {
    background: #444444;
    color: #fff;
    padding: .3em .5em;
    border: 1px solid #444444;
    text-align: center
}

.reservation-content .padding-top {
    padding: 30px 0 10px
}

.reservation-content table td a,
.reservation-content table td a *,
[id^=reservationwrapper] a {
    color: #106ad1 !important
}

.reservation-contnets td span {
    white-space: pre
}

.reservation-contnets thead th {
    font-weight: 500 !important
}



body,
.menu {
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

table p {
    margin-bottom: 0;
}

.waves>use {
    animation: move-forever 24s linear infinite;
}

.waves>use:nth-child(1) {
    animation-delay: -2s;
}

.waves>use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 8s
}

.waves>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 5s
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%)
    }

    100% {
        transform: translate(85px, 0%)
    }
}

.indicator {
    position: relative;
    left: -20px;
    top: 0;
    font-size: 14px;
    float: right;
    font-size: 42px;
    color: #ddd;
}

.offer-item-border {
    border: 1px solid #32558a;
}

.offer-item-header {
    margin-bottom: 1.5em;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: .8em;
    text-align: center;
    padding-top: 1em;
}

.offer-item-subheader {
    font-weight: 300 !important;
    padding-bottom: 1em;
}

.offer-item-text {
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: .8em;
    text-align: left;
    padding-top: 8px;
}

.offer-item-text ul {
    margin-bottom: 10px;
    /* margin-left: -15px; */
}

.offer-item-text ul li {
    line-height: 1.36em;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.editorial {
    display: block;
    width: 100%;
    height: 5em;
    max-height: 100vh;
    margin: 0;
    /* position: absolute; */
    /* bottom: 0; */
}

.main-container {
    /* margin-bottom: -4em; */
}

.editorialtop {
    position: relative;
    z-index: 100;
}

.mrphonetop {
    opacity: 1;
    font-size: 2em;
    font-weight: 300;
}

.module em.fa::before {
    font-size: 21px;
}

.module em.fa {
    margin-top: 9px;
}

.sub {
    font-size: 13px;
    letter-spacing: 3px;
}

.db {
    display: block;
}

.lang-text {
    display: inline-block;
    cursor: default;
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: color .2s ease;
    font-weight: 400;
    opacity: 1;
    margin-right: 15px;
}

.lang-text:hover {
    cursor: pointer;
}

.module {
    /* padding: 0 15px; */
    padding-top: 10px;
}

.featured-info {
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}

.nav-utility {
    border: none;
}

/* section {
    padding: 45px 0 90px 0;
} */
.icon {
    color: #3d4143;
}

.inherited {
    color: inherit !important;
}

.logo {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;

}

.reveal-nav .logo {
    opacity: 0;
}

.feature h2 {
    min-height: 50px;
    margin-bottom: 0;
}

b,
strong {
    font-weight: 500;
}

.table-hover>tbody>tr:hover {
    background-color: #ebf9f7;
}

.cennik2 .price-list li {
    border-bottom: 1px solid #c2d8cd;
    color: #3d4143;
}

.cennik2 .price-list li:hover {
    background: #194c55;
}

.button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 15px;
}

.button-container .btn {
    border: 1px solid #adc6c5;
    height: 38px;
    min-width: 24%;
    padding: 0;
}

.person-btn.active {
    background: #e1e5e6;
    color: #fff;
}

ul[data-target] {
    display: none;
}

.filters li.active {
    border-color: #e1e5e6;
    opacity: 1;
}

.filters li {
    border: 1px solid #f9f9f9;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0;
    color: #ffffff;
}

.filters li.active {
    border-color: #c6cfd0;
    opacity: 1;
    background-color: #d9dede;
    color: #16392a;
}

.flex-direction-nav a.flex-prev {
    left: 50px;
}

.flex-direction-nav a.flex-next {
    right: 50px;
}

.logoand3cols .footer-title {
    font-weight: 300;
}

.page-title-1 {
    height: 50vh;
}

.page-title.page-title-3 {
    height: auto !important;
    padding: 25px 0;
    background: #cacaca;
}

.page-title .container {
    position: relative;
    transform: none;
    top: 0;
}

.breadcrumb {
    margin-bottom: 0;
    position: relative !important;
}

.breadcrumb-2 li:last-child {
    display: none;
}

.breadcrumb-2>li+li:before {
    color: #fff;
}

.breadcrumb>.active {
    color: #bfd0d8;
}

@media (min-width: 1320px) {
    .container {
        max-width: 1320px;
        width: 100%;
    }
}

@media all and (max-width: 990px) {

    .page-title-4 .breadcrumb,
    .page-title-2 .breadcrumb {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .shifted-image {
        position: relative;
        width: 100%;
    }

    .shifted-content {
        width: 100%;
        min-height: auto;
        /* text-align: center; */
        padding: 50px 20px 20px;
        border: 0;
        box-shadow: none;
        margin-bottom: 15px;
    }

    .shifted-content .btn {
        margin-bottom: 25px !important;
    }

    .m100-0 {
        margin: 40px 0;
    }

    .shifted-left,
    .shifted-right {
        padding-top: 0;
    }

    .image-square .flex-direction-nav,
    .image-square .flex-control-nav {
        display: none;
    }

    .breadcrumb>li {
        margin-left: 0 !important;
    }

    .breadcrumb-2 li a,
    .breadcrumb-2 li {
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0px;
        font-size: 13px;
    }
}

a {
    color: #1e3761;
}

a:hover {
    color: #15899E;
}

.accordion-2 .title:before,
.expander {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.accordion-2 .title:before {
    display: none;
}

.expander {
    right: 0;
}

li.faq-li {
    position: relative;
}

.mw75 {
    max-width: 75%;
}

.title h4 {
    font-size: 26px;
    color: #193528;
    font-weight: 700;
}

.title h4 strong {
    font-size: 24px;
    color: #f7eed0;
}

.ml24 {
    margin-left: 24px;
}

/*.categorydate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-right: 100px;
}
.categorydate > span {
    margin: 0 10px;
}*/
.categorydate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    justify-content: stretch;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-right: 110px;
}

.categorydate>span {
    margin: 0 30px 0 0;
}

.color4b95b3 {
    color: #4b95b3;
}

.accordion .faq-li {
    background-color: #bfdcdd;
}

.accordion .faq-li:first-child {
    background-color: #e2eaeb;
}

.accordion .faq-li:nth-child(2) {
    background-color: #d6e4e5;
}

.accordion .faq-li:nth-child(3) {
    background-color: #cbe0e1;
}

.accordion .faq-li:nth-child(4) {
    background-color: #bfdcdd;
}

.faq-li .title:hover {
    background: #f9f9f9;
}


select.ui-datepicker-month {
    height: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.h79 {
    height: 79px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    line-height: 36px !important;
}

.g-recaptcha {
    margin-bottom: 0;
}


#back-top {
    background-color: #222222 !important;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border: 1px solid #f9f6ef;
    border-radius: 3px;
}

#back-top a {
    border: none !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl30 {
    padding-left: 30px !important;
}

span.expander {
    float: right;
    margin-right: 15px;
    color: #3d4143;
    display: none;
    line-height: 32px;
}

.expander.show-menu {
    display: inline;
}

.active .expander.show-menu {
    display: none;
}

.active .expander.hide-menu {
    display: inline;
}

/* .title:not(.active):hover .expander.show-menu {
    display: inline;
} */

.flex-prev,
.flex-next {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.flex-prev:hover,
.flex-next:hover {
    background-color: rgba(66, 66, 66, 0.7);
}

.mauto>div {
    margin: 0 auto;
}

.index2 {
    z-index: 2 !important;
}

.main-container {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.send-btn {
    background: #3a3a3a !important;
    border: none !important;
    transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
}

.fixed-phone {
    display: block !important;
    position: fixed;
    top: 172px;
    right: 0;
    background: #4B95B3 !important;
    border: none;
    height: 55px !important;
    padding: 0 !important;
    width: 55px !important;
    float: left;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    z-index: 2;
    line-height: 53px;
}

.fixed-phone:hover {
    color: #fff;
}

.fixed-phone:hover,
.send-btn:hover {
    background: #000000 !important;
}

.fixed-phone a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 36px;
    text-align: center;
}

.fixed-phone em {
    vertical-align: middle;
}

.logoand3cols {
    padding: 50px 0;
}

.logoand3cols .footer-title {
    color: #fffdf5 !important;
}

footer a strong {
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
}

footer a:hover,
footer a:hover strong {
    color: #fff !important;
}

.m0,
.m0 * {
    margin: 0;
}

.paralax-image-text.overlay:before {
    background: #ffffff;
    opacity: 0.7;
}

.fs12 {
    font-size: 12px;
}

.room-sidebar-background {
    border: 1px solid rgba(70, 130, 104, 1) !important;
}

.room-sidebar-btn-background {
    background: -webkit-linear-gradient(15deg, #655940, #FFF6D8, #c5baa4, #FFF6D8, #796B5E) !important;
    background: linear-gradient(75deg, #655940, #FFF6D8, #c5baa4, #FFF6D8, #796B5E) !important;
}

.room-sidebar-color,
.room-sidebar-color p,
.room-sidebar-color a,
.room-sidebar-color p a {
    color: #102f22 !important;
}

.room-book-btn-background {
    background: #ffffff !important;
    border: 1px solid 1px solid #6d604c !important;
}

.nav-utility a.room-book-btn-background {
    color: #1f3b67 !important;
}

.room-book-btn-background:hover {
    background: #ddf4ff !important;
}

.color-primary {
    color: #000000 !important;
}

.color-primary-all * {
    color: #073138 !important;
    margin: 0;
}

.noborder {
    border: none !important;
}

.paralax-image-text .content {
    border: none;
    padding-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 300 !important;
    font-family: Lato, serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, serif !important;
}

h1,
.paralax-image-text .title,
.content h2,
.offer-header {
    font-size: 44px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    line-height: 44px !important;
    font-family: Lato, serif !important;
}

h2 {
    font-size: 32px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    line-height: 34px !important;
    font-family: Lato, serif !important;
}

.feature-content {
    font-size: 14px;
    line-height: 25px;
}

.menu-link {
    color: #3d4143;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold !important;
    display: block;
}

body {
    font-size: 18px;
    line-height: 24px;
    background: #fffefb;
}

.mw90 {
    max-width: 90px;
}

.mw80 {
    max-width: 80px;
}

.mw60 {
    max-width: 60px;
}

.mw45 {
    max-width: 45px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #000000;
}

.menu li a {
    font-size: 16px;
    opacity: 1;
    line-height: 20px;
    letter-spacing: 1px;
}

.menu>li>ul li a {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
    text-transform: none;
}

nav.transparent .nav-utility,
nav.transparent .nav-bar {
    border-bottom: none;
}

nav.transparent .module.widget-handle {
    border-left: none !important;
}

.menu-info {
    display: inline-block;
    font-weight: 400;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}

.module.widget-handle i {
    vertical-align: middle;
    display: inline-block;
}

.btn-white {
    background: none !important;
}

.btn-white:hover {
    background: none !important;
}

.btn-top {
    color: #0f2d20 !important;
    font-weight: 500;
    font-size: 14px;
}

.below {
    position: absolute;
    top: 102px;
    background: #3d4143;
    padding: 0;
}

.below .btn {
    border: none;
    font-size: 14px;
}

.below {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.below .btn:hover {
    color: #fff;
}

.below:hover {
    background: #0073BA;
}

.animated-captions .image-bg .btn,
.image-bg .btn:visited,
.parallax-btn {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 400;
    background: #15899E;
    color: #fff !important;
    border: none !important;
    line-height: 50px;
}

.number {
    font-size: 50px !important;
    line-height: 1 !important;
}

.offscreen-toggle {
    background: #3d4143;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.offscreen-toggle:hover {
    background: #15899E;
}

.animated-captions .image-bg .btn:hover,
.parallax-btn:hover {
    background: #3d4143 !important;
    color: #fff !important;
    border: none !important;
}

.rev-scroll-btn {
    bottom: 120px;
    height: 50px;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.chevron {
    position: absolute;
    width: 40px;
    height: 3px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
    box-shadow: 0px 2px 2px #000;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
    box-shadow: 0px 2px 2px #000;
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

.textchevron {
    width: 140px;
    position: absolute;
    text-shadow: 0px 2px 2px #000;
    color: #fff;
    text-transform: uppercase;
    top: -25px;
    font-weight: bold;
    left: -50px;
    text-align: center;
}

.float-right {
    float: right;
}

.read-more a {
    padding: 14px 27px;
    display: inline-block;
}

.read-more {
    height: auto;
    line-height: 1;
    padding: 0;
    margin-top: 15px;
}

.image-tile img {
    transition: transform 3s;
    -webkit-transition: transform 3s;
    -moz-transition: transform 3s;
    -ms-transition: transform 3s;
    -o-transition: transform 3s;
}

.image-tile img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-title {
    font-size: 30px;
}



.sectionbounce>div>div span.animated {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0px;
    height: 4px;
    width: 4px;
    border-radius: 2px;
    background: #c7dedd;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sectionbounce>div>div span::before {
    left: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sectionbounce>div>div span::before,
.sectionbounce>div>div span::after {
    position: absolute;
    top: -23px;
    content: "";
    height: 30px;
    width: 4px;
    border-radius: 2px;
    background: #c7dedd;
}

.sectionbounce>div>div span::after {
    right: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sectionbounce>div>div span::before,
.sectionbounce>div>div span::after {
    position: absolute;
    top: -23px;
    content: "";
    height: 30px;
    width: 4px;
    border-radius: 2px;
    background: #c7dedd;
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}


@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.main-container section:not(.kenburns2) {
    z-index: 2;
    background: #f5f7f7;
    background: linear-gradient(90deg, #edefef 0, #f5f7f7 50%, #edefef 100%);
}

.main-container section.bg-white {
    background: #fff;
}

/* .centeredlogo_2 .layer-logo {
    filter: invert(1) brightness(10);
} */





@media (min-width: 992px) {
    .has-dropdown {
        padding-right: 0;
    }

    .centeredlogo_2 .menu li.has-dropdown>ul {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    li.shadow {
        position: absolute !important;
        width: 100% !important;
        height: calc(100% - 15px);
        box-shadow: 1.4px 1.4px 12px 0 rgba(0, 0, 0, .1);
        background: none !important;
        border: none !important;
        top: 15px !important;
    }

    .menu ul {
        background: none !important;
        padding: 15px 0 0 !important;
    }

    .menu-conainer {
        padding-top: 15px;
    }

    .menu ul li {
        background: #fff;
    }

    .menu>li.active>a::before {
        width: 80%;
    }

    .featured-info {
        transition: height .2s linear;
        -webkit-transition: height .2s linear;
        -moz-transition: height .2s linear;
        -ms-transition: height .2s linear;
        -o-transition: height .2s linear;
        height: 70px;
    }

    .centeredlogo_2::after {
        transition: height .2s linear;
        -webkit-transition: height .2s linear;
        -moz-transition: height .2s linear;
        -ms-transition: height .2s linear;
        -o-transition: height .2s linear;
    }

    .outOfSight .featured-info,
    .fixed .featured-info,
    .scrolled .featured-info,
    .outOfSight.centeredlogo_2::after,
    .fixed.centeredlogo_2::after,
    .scrolled.centeredlogo_2::after {
        height: 0 !important;
    }

    .small-logo {
        display: none;
    }

    .small-logo img {
        height: 66px !important;
        top: 0 !important;
        padding: 5px;
    }

    .outOfSight .large-logo,
    .fixed .large-logo,
    .scrolled .large-logo {
        display: none !important;
    }

    .outOfSight .small-logo,
    .fixed .small-logo,
    .scrolled .small-logo {
        display: block !important;
    }

    .outOfSight .col-md-pull-2,
    .fixed .col-md-pull-2,
    .scrolled .col-md-pull-2 {
        right: 0 !important;
    }

    .outOfSight .pull-right,
    .fixed .pull-right,
    .scrolled .pull-right {
        float: left !important;
    }

    /* .outOfSight [class*=col-], .fixed [class*=col-], .scrolled [class*=col-] {
        width: auto !important;
    } */
    .outOfSight nav,
    .fixed nav,
    .scrolled nav {
        background: #fff !important;
        transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -ms-transition: background .3s linear;
        -o-transition: background .3s linear;
    }

    .outOfSight img,
    .fixed img,
    .scrolled img {
        filter: none !important;
        -webkit-filter: none !important;
    }

    .outOfSight .menu>li>a,
    .fixed .menu>li>a,
    .scrolled .menu>li>a {
        color: #000 !important;
    }

    .outOfSight .menu>li>a,
    .fixed .menu>li>a,
    .scrolled .menu>li>a {
        font-size: 13px;
        line-height: 13px;
        height: 51px;
    }

    .outOfSight .menu>li>a::before,
    .fixed .menu>li>a::before,
    .scrolled .menu>li>a::before {
        background: #000 !important;
    }

    .outOfSight .navbar,
    .fixed .navbar,
    .scrolled .navbar {
        line-height: 1;
    }

    /*     .outOfSight .menu,
    .fixed .menu,
    .scrolled .menu {
        margin-top: 5px !important;
    } */

    /* .outOfSight.centeredlogo_2, .fixed.centeredlogo_2, .scrolled.centeredlogo_2 {
        box-shadow: 1.4px 1.4px 12px 0 rgba(0,0,0,.1);
    } */
    .outOfSight .menu>li>ul,
    .fixed .menu>li>ul,
    .scrolled .menu>li>ul {
        padding-top: 15px !important;
    }

    .outOfSight nav,
    .fixed nav,
    .scrolled nav {
        box-shadow: 1.4px 1.4px 12px 0 rgba(0, 0, 0, .1);
    }

    .menu>li>ul li a {
        text-align: center;
    }

    .menu>li>a::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 12px;
        left: 50%;
        width: 0;
        height: 1px;
        background: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: width .3s ease;
    }

    .menu>li>a:hover::before {
        width: 80%;
    }

    .featured-info a {
        display: inline-block;
        position: relative;
    }

    .menu>li>a::before,
    .featured-info a::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 15px;
        left: 50%;
        width: 0;
        height: 1px;
        background: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: width .3s ease;
    }

    .featured-info a::before {
        bottom: 4px;
    }

    .menu>li>a:hover::before,
    .featured-info a:hover::before {
        width: 100%;
    }

    .has-dropdown:after {
        display: none;
    }

    .menu>li.has-dropdown>ul>li:first-child::before {
        content: '';
        display: block;
        position: absolute;
        top: -6px;
        left: 50%;
        margin-left: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .menu li.has-dropdown>ul>li::after {
        content: '';
        display: block;
        position: relative;
        bottom: -.5px;
        width: 80%;
        height: 1px;
        margin: auto;
        background-color: #e8e8e8;
    }

    .menu li.has-dropdown>ul>li:last-child::after {
        display: none;
    }

    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: center;
        float: right;
        width: auto;
        height: 65px;
    }


    .menu a {
        line-height: 1;
    }

    .centeredlogo_2::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 190px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent);
    }

    nav {
        background: none;
    }

    .nav-container.sub {
        position: absolute !important;
        width: 100%;
    }

    .nav-container.sub nav {
        position: relative !important;
    }

    /* footer {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        width: 100%;
        z-index: 0;
    } */
    .image-square {
        max-height: 370px;
    }

    nav {
        position: fixed;
        width: 100%;
        z-index: 3;
    }

    .kenburns2 {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .cropped {
        z-index: -1;
    }

    .nav-container {
        z-index: 3;
        position: fixed;
        width: 100%;
    }

    .nav-container.fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .logo {
        max-height: 170px;
        position: absolute;
        top: 30px;
    }

    .logo-in-panel {
        max-height: 130px;
    }

    .scrolled .menu li a {
        letter-spacing: 0;
    }
}

@media (max-width: 1366px) {
    .featured-info {
        height: 50px;
    }

    .menu li a {
        letter-spacing: 0;
    }
}

@media (min-width: 1200px) {
    .card {
        margin-right: -130px;
        padding-right: 130px;
    }
}

@media (max-width: 1200px) {
    .menu li a {
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    .scrolled .menu li a {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    .title h4 {
        font-weight: 300;
    }

    .mw40m {
        max-width: 40px;
    }

    .centeredlogo_2 .layer-logo {
        height: 45px;
    }

    .sub {
        font-size: 12px;
        letter-spacing: 0;
    }

    .mrphonetop {
        font-size: 1.2em;
    }

    .menu li {
        line-height: 38px;
    }

    .page-title-1 {
        height: 100px;
    }

    .featured-info {
        height: 45px;
    }

    .module em {
        color: #fff;
    }

    .nav-utility {
        background: #FB8B24;
    }

    .ti-menu {
        opacity: 1 !important;
    }

    .ti-menu:before {
        color: #fff;
    }

    .menu>li ul {
        background: none !important;
    }

    .menu>li ul a {
        color: #fff !important;
        padding: 8px 16px !important;
    }

    .small-logo {
        padding-bottom: 25px;
    }

    li.shadow {
        display: none;
    }

    section {
        padding: 50px 0 50px 0;
    }

    .page-title.page-title-3 {
        padding: 10px 0;
    }

    .filters li {
        padding: 0 15px;
        font-size: 12px;
        margin-right: 2%;
        margin-left: 2%;
    }

    .filters li {
        margin-bottom: 15px;
        min-width: 46%;
    }


    .accordion-2 .title {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .module.widget-handle {
        border-left: none;
        border-top: none;
        line-height: 55px;
        min-height: 55px;
    }

    .goto {
        display: none !important;
    }

    nav {
        background: #d9261c;
    }

    .fixed-phone {
        bottom: 15px;
        left: 15px;
        top: auto;
    }

    .logo {
        position: absolute;
        z-index: 10;
        width: 75px;
        top: 1px;
    }
}

@media (max-width: 768px) {
    .slide-logo {
        width: 100px !important;
    }

    .shifted-content {
        padding: 20px 20px;
    }

    .shifted-image {
        height: 250px;
    }

    section {
        padding: 40px 0;
    }

    .g-recaptcha>div {
        margin: 0 auto;
    }

    .logo-in-panel {
        max-height: 100px;
    }

    p {
        font-size: 14px;
    }

    .content-container {
        padding-top: 10px;
    }

    .fullscreen.kenburns2.animated-captions .btn-lg {
        min-width: 0 !important;
        font-size: 12px !important;
        height: auto !important;
        line-height: 1 !important;
        padding: 15px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .module {
        padding: 0px 15px;
    }

    .row.reorder-xs {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);

        direction: rtl;
    }

    .row.reorder-xs>[class*="col-"] {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);

        direction: ltr;
    }

    .custom-380 {
        padding-top: 0 !important;
    }

}

@media (max-width: 480px) {
    .booklet__hover-inner2>div {
        font-size: 11px;
    }

    .expander>span {
        display: none;
    }

    .booklet__title {
        padding-right: 5px;
        padding-left: 5px;
    }

    .booklet__title span {
        top: 0;
        line-height: 1.7rem;
        font-size: 16px;
    }

    .col-sxs-12 {
        width: 100%
    }

    h1,
    .paralax-image-text .title,
    .content h2,
    .offer-header {
        font-size: 32px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    .shifted-content .btn {
        display: flex;
        justify-content: center;
        padding: 0 15px;
        letter-spacing: 0;
        font-size: 14px !important;
    }
}

@media (max-width: 340px) {
    .shifted-content .btn {
        padding: 0 10px;
    }

    .filters li {
        padding: 0 10px;
        font-size: 11px;
        letter-spacing: -0.02em;
    }
}

.registration-form-1 .offer-form-label, .registration-form-1 .input-title {
    color: #777777;
    font-size: 20px;
}

.registration-form-1 input[type="text"], .registration-form-1 input[type="email"], .registration-form-1 textarea {
    border: 1px solid #bababa
}

.registration-form-1 .button {
    width: 100%;
    border-radius: 0px;
}

.registration-form-1 .box [for="file-upload"] {
    margin: 0;
    border-radius: 1.25rem;
}