.contrast {
    color: #FFF!important;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6 {
    color: #EEE!important;
}

.contrast .color-primary {
    color: #EEE!important;
}

.contrast .nav_elementcolor {
    background: transparent !important;
    color: #FFF!important;
}

.contrast .scrolled .nav_a_elementcolor {
    color: #FFF !important;
}
.contrast .scrolled a {
    color: #FFF !important;
}
.contrast .scrolled .nav_a_elementcolor {
    color: #FFF !important;
}

.contrast .nav_a_elementcolor {
    color: #FFF!important;
}

.contrast a {
    color: #DDD!important;
}

.visible-contrast_ {
    display: none !important;
}

.contrast .outOfSight .menu>li>a::before,
.contrast .fixed .menu>li>a::before,
.contrast .scrolled .menu>li>a::before {
    background: #FFF!important;
}

.contrast .invisible-contrast_ {
    display: none !important;
}

.contrast .visible-contrast_ {
    display: block !important;
}

.contrast label {
    color: #DDD!important;
}

.contrast .nav-container.scrolled {
    background: #000!important;
}

/*all of darktheme btn*/
.input-toggle-darkmode[type="checkbox"] {
    visibility: hidden;
    position: relative;
        font-family: 'Font Awesome 5 Free'!important;
        font-weight: 900;
    width: 65px;
    transform: scale(.8);
    cursor: help;
}

.input-toggle-darkmode::after,
.input-toggle-darkmode::before {
    display: inline-block;
    visibility: visible;
    content: "";
    cursor: pointer;
    cursor: help;
}

.input-toggle-darkmode:checked::after,
.input-toggle-darkmode.checked::after {
    left: 35px;
}

.input-toggle-darkmode::after {
    height: 24px;
    width: 24px;
    background: #aaa !important;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 6px;
    transition: .4s;
}

.input-toggle-darkmode::before {
    width: 64px;
    height: 34px !important;
    border: 3px solid #aaa !important;
    border-radius: 40px;
    content: "\f185\f186";
    font-size: 20px;
    letter-spacing: 6px;
    padding-left: 7px;
    transition: .4s;
    color: #aaa !important;
    line-height: 28px;
    margin-top: -4.5px;
}

@media only screen and (max-width: 500px) {
    .input-toggle-darkmode::before {
        font-size: 18px;
    }
}

.input-toggle-darkmode:hover::after {
    background: #888 !important;
}

.input-toggle-darkmode:hover::before {
    border: 3px solid #888 !important;
}

/*end*/

.wybor-glass {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}
.wybor-content {
    color: #fff;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 1s ease, opacity 1s ease;
    -webkit-transition: max-height 1s ease, opacity 1s ease;
    -moz-transition: max-height 1s ease, opacity 1s ease;
    -ms-transition: max-height 1s ease, opacity 1s ease;
    -o-transition: max-height 1s ease, opacity 1s ease;
    transition-delay: 0;
}
.wybor-content p {
    margin-bottom: 10px;
}
.nowrap {
    white-space: nowrap;
    font-weight: 500;
}
.w100 {
    width: 100%;
}
.logobg {
    background-color: rgba(255, 255, 255, 70%);
    padding: 0 30px;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
}

.wybor-glass:hover .wybor-content {
    max-height: 400px;
    opacity: 1;
}
.wybor-glass:hover .logobg {
    background-color: transparent;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.wybor-header {
    color:#4ec2ed;
    font-size: 24px;
    font-weight: bold;
}

.responsive-logo-slide {
    filter: brightness(0) invert(1) drop-shadow(0 0 4px rgba(0, 0, 0, 1));
    height: 15vw;
}
.bg-cover {
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bg-cover.left {
    left: -100%;
    border-right: 1px solid rgba(255,255,255,.5);
}
.bg-cover.right {
    right: -100%;
}
.bg-cover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #07213A;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    mix-blend-mode: hard-light;
}
.wybor-glass:hover .bg-cover:after {
    opacity: 1;
}
.wybor-content-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wybor-read-more {
    background: #fff;
    color: #000;
    line-height: 36px;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0;
    white-space: normal;
    padding: 0 15px;
    min-width: 0;
}
.wybor-read-more:hover {
    color: #fff;
    background: none;
}
.wybor-read-more:hover:before {
    right: 0;;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
}
.wybor-read-more:before {
    background: #00A7E5;
}
.wybor-read-more:before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
}
.btn-c {
    background: #fff;
    height: 40px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
}


body,.menu{ font-family: 'Lato',"Helvetica Neue", Helvetica, Arial, sans-serif; }

.viewcam {
    width:100%;
    float:left;
    margin-bottom:-155px;
    margin-top:-50px;
    border:0;
}

.kN {
    transform: rotate(0deg);
}
.kNNE {
    transform: rotate(23deg);
}
.kNE {
    transform: rotate(45deg);
}
.kENE {
    transform: rotate(67deg);
}
.kE {
    transform: rotate(90deg);
}
.kESE {
    transform: rotate(112deg);
}
.kSE {
    transform: rotate(135deg);
}
.kSSE {
    transform: rotate(157deg);
}
.kS {
    transform: rotate(180deg);
}
.kSSW {
    transform: rotate(202deg);
}
.kSW {
    transform: rotate(225deg);
}
.kWSW {
    transform: rotate(247deg);
}
.kW {
    transform: rotate(270deg);
}
.kWNW {
    transform: rotate(292deg);
}
.kNW {
    transform: rotate(315deg);
}
.kNNW {
    transform: rotate(337deg);
}

.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%)} 
}

.overlaywhite:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.3;
    z-index: 2;
}

.pr15 {
    padding-right: 15px;
}

.mr15 {
    margin-right: 15px;
}
.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: 1.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; */
}
.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: #3d4143;
}
.cennik-shadow {
    text-shadow: 0px 0px 5px #233266, 0px 0px 5px #233266, 0px 0px 5px #233266, 0px 0px 5px #233266;
}
.overlay2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #233266;
    opacity: 0.6;
    z-index: 2;
}
.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: #f7eed0;
    color: #fff;
}
ul[data-target] {
    display: none;
}
.filters li.active {
    border-color: #f7eed0;
    opacity: 1;
}
.filters li {
    border: 1px solid #f7eed0;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0;
    color: #f7eed0;
}
.filters li.active {
    border-color: #f7eed0;
    opacity: 1;
    background-color: #f3e6a6;
    color: #16392a;
}

.flex-direction-nav a.flex-prev {
    left: 50px;
}

.flex-direction-nav a.flex-next {
    right: 50px;
}
.logoand3cols .footer-title {
    font-weight: 300;
}
.logoand3cols.footer-2.bg-primary {
    background: linear-gradient(#656565 0%, #2f2f2f 100%) !important;
}
.page-title-1 {
    height: 70vh;
}

.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 all and (max-width: 990px) {
    .page-title-4 .breadcrumb, .page-title-2 .breadcrumb {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .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: #b9d2d0;
}
.accordion .faq-li:first-child {
    background-color: #e2f3eb;
}
.accordion .faq-li:nth-child(2) {
    background-color: #e2f3eb;
}
.accordion .faq-li:nth-child(3) {
    background-color: #dcedf3;
}
.accordion .faq-li:nth-child(4) {
    background-color: #cbe2ea;
}
.faq-li .title:hover {
    background: #c9e4d9;
}

::-webkit-input-placeholder {
    color: #fff;
  }
  :-moz-placeholder {
    color: #fff;
  }
  ::-moz-placeholder {
    color: #fff;
  }
  :-ms-input-placeholder {
    color: #fff;
  }
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;
}
input, textarea {
    border-color: #e0e0e0 !important;
}
label {
    color: #3d4143 !important;
}
#back-top {
    background-color: #3d4143 !important;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border: 1px solid #f9f6ef;
}
#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;
}
.send-btn {
    background: #035e6e !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: #e5007d !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 rgb(27 77 108) !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: #3d4143 !important;
}
.room-book-btn-background {
    background: #ffffff !important;
    border: 1px solid 1px solid #6d604c !important;
}
.nav-utility a.room-book-btn-background {
    color: #3d4143 !important;
}
.room-book-btn-background:hover {
    background: #ddf4ff !important;
}
.color-primary {
    color: #e5007d !important;
}
.color-primary-all * {
    color: #86004a !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: 1em !important;
    font-family: Lato, serif !important;
}
h2 {
    font-size: 36px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    line-height: 40px !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: 16px;
    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: #3d4143;
}
.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: #3d4143 !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: #4ec2ed;
}
.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: #4ec2ed;
}
.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%);
}


.centeredlogo_2 .layer-logo {
    /* filter: brightness(0) invert(1); */
    /* -webkit-filter: brightness(0) invert(1); */
}





.centeredlogo_2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.65),transparent);
}


@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: 90px;
    }
    .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: 8px;
        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: flex-end;
        float: right;
        width: auto;
    }
    .menu a {
        line-height: 1;
    }

    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) {
    .centeredlogo_2::after {
        height: 120px;
    } 
    .featured-info {
        height: 50px;
    }
    .menu li a {
        letter-spacing: 0;
    }
}
@media (max-width: 1200px) {
    .menu li a {
        font-size: 14px;
    }
}
@media (max-width: 1100px) {
    body {
        font-size: 13px;
        line-height: 20px;
    }
    .scrolled .menu li a {
        font-size: 12px !important;
    }
}
@media (max-width: 991px) {
    .camdesc {
        position: absolute;
        left: 5px;
        color: #fff;
        text-shadow: 0px 0px 5px #273c5f, 0px 0px 5px #273c5f;
    }
    .viewcam {
        width:100%;
        float:left;
        margin-bottom:0;
        margin-top:0;
        border:0;
    }    
    .mw40m {
        max-width: 40px;
    }
    .centeredlogo_2 .layer-logo {
        height: 50px;
    }
    .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: #3d4143;
    }
    .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: #e5007d !important;
    }
    .fixed-phone {
        bottom: 15px;
        left: 15px;
        top: auto;
    }
    .logo {
        position: absolute;
        z-index: 10;
        width: 75px;
        top: 1px;
    }
}
@media (max-width: 768px) {

    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) {

    #galleryfilter {
        padding-top: 40px !important;
    }

    .wybor-content-container {
        height: 50vh;
    }
    .logobg {
        max-height: 130px;
    }
    .mb48sm {
        margin-bottom: 5px;
    }
    
    .module {
        padding: 0 20px;
    }
  .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) {
    .responsive-logo-slide {
        height: 40vw;
    }

    .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;
    }
    .col-sxs-12 {
        width: 100%
    }
    h1, .paralax-image-text .title, .content h2, .offer-header {
        font-size: 32px !important;
    }
    h2 {
        font-size: 28px !important;
    }
    h3 {
        font-size: 25px !important;
    }
    h4 {
        font-size: 22px !important;
    }
}

@media (max-width: 340px) {

    .filters li {
        padding: 0 10px;
        font-size: 11px;
        letter-spacing: -0.02em;
    }
    .module {
        padding: 0 15px;
    }
}

