@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}#tallship-gallery-wrapper{margin:3rem 0}ul.menu-gallery{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:12px;list-style:none;padding:0;margin:24px auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.menu-gallery li{text-align:center}ul.menu-gallery li a{display:inline-block;background-color:#aa8453;color:#fff;text-decoration:none;padding:10px 18px;border-radius:4px;font-weight:600;letter-spacing:.5px;-webkit-transition:background-color .2s ease,-webkit-transform .1s ease;transition:background-color .2s ease,-webkit-transform .1s ease;transition:background-color .2s ease,transform .1s ease;transition:background-color .2s ease,transform .1s ease,-webkit-transform .1s ease;min-width:130px}ul.menu-gallery li a:focus,ul.menu-gallery li a:hover{background-color:#916d45}ul.menu-gallery li a:focus-visible{outline:2px solid #fff;outline-offset:2px;-webkit-box-shadow:0 0 0 3px rgba(170,132,83,.45);box-shadow:0 0 0 3px rgba(170,132,83,.45)}.tallship-gallery{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:-2.5px;margin-left:-2.5px}@media only screen and (min-width:768px){.tallship-gallery{margin-right:-5px;margin-left:-5px}}.tallship-gallery figure{width:50%;padding:5px;margin:0}@media only screen and (min-width:768px){.tallship-gallery figure{width:33.333333%;padding:10px}}.tallship-gallery__item{position:relative;overflow:hidden;text-align:center}.tallship-gallery__item a{position:relative;display:block}.tallship-gallery__item a img{width:100%;height:100%;vertical-align:middle;-o-object-fit:cover;object-fit:cover}.tallship-gallery__item-cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background-color:rgba(0,0,0,.6);opacity:0;-webkit-transition:all .5s ease;transition:all .5s ease}.tallship-gallery__item:hover .tallship-gallery__item-cover{opacity:1}.tallship-gallery__item-action{position:relative;right:0;bottom:0;left:0;z-index:11;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.tallship-gallery__item-action .btn-container{position:absolute;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.tallship-gallery__item:hover .tallship-gallery__item-action .btn-container{-webkit-transform:translateY(-30px);transform:translateY(-30px)}.tallship-gallery-popup .mfp-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.tallship-gallery-popup__action{z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tallship-gallery-popup__action>:first-child{margin-right:10px}.tallship-gallery-popup__caption{position:absolute;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:100%;padding-right:5rem;padding-left:5rem;text-align:center}.tallship-gallery-popup .mfp-counter{z-index:2}.mfp-arrow--tallship-gallery::before{display:none}.mfp-arrow--tallship-gallery::after{display:none}.mfp-arrow--tallship-gallery.mfp-arrow-right{background-image:url(../../images/arrow-right-white.png);background-repeat:no-repeat;background-position:center center;background-size:70%}.mfp-arrow--tallship-gallery.mfp-arrow-left{background-image:url(../../images/arrow-left-white.png);background-repeat:no-repeat;background-position:center center;background-size:70%}.tallship-gallery-popup__action .btn-container button,.tallship-gallery__item-action .btn-container button{width:30px;height:30px;padding:1px 6px;overflow:hidden;cursor:pointer;background-color:transparent;background-repeat:no-repeat;background-size:100% auto;border:none}.tallship-gallery-popup__action .btn-container button svg,.tallship-gallery__item-action .btn-container button svg{width:100%;height:auto}.tallship-gallery-popup__action .btn-container--like,.tallship-gallery__item-action .btn-container--like{left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tallship-gallery-popup__action .btn-container--like .loader2,.tallship-gallery__item-action .btn-container--like .loader2{display:none;width:1rem;margin-left:2px}.tallship-gallery-popup__action .btn-container--like .total-likes,.tallship-gallery__item-action .btn-container--like .total-likes{display:block}.tallship-gallery-popup__action .btn-container--like.loading .loader2,.tallship-gallery__item-action .btn-container--like.loading .loader2{display:block}.tallship-gallery-popup__action .btn-container--like.loading .total-likes,.tallship-gallery__item-action .btn-container--like.loading .total-likes{display:none}.tallship-gallery-popup__action .btn-container--share,.tallship-gallery__item-action .btn-container--share{right:0}.tallship-gallery__item-action .js-likes{color:#bf9f60}.gallery-share{position:relative;width:auto;max-width:400px;padding:20px;padding-top:20px;margin:20px auto;margin-bottom:2rem;background:#fff}.gallery-share h3{margin-top:0}.gallery-share__icons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.gallery-share__icons-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:none}.gallery-share__icons-icon{margin-bottom:.6rem;text-align:center}.gallery-share__icons-icon svg{width:auto;height:20px}.gallery-share__icons-label{font-size:.8rem}.wrapper-view-more{display:inline-block;width:100%;margin-top:15px;text-align:center}.wrapper-loader{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:10px 0}.loader-gallery{width:20px;height:20px;border:16px solid #ddd;border-top:16px solid #bf9f60;border-radius:50%;-webkit-animation:spinAround 2s linear infinite;animation:spinAround 2s linear infinite}.load-more-gallery{padding:10px 20px;font-size:15px;color:#fff;background:#bf9f60;border-radius:4px;-webkit-transition:all .3s ease;transition:all .3s ease}.load-more-gallery:focus{color:#fff}.tallship-gallery-menu ::-webkit-scrollbar{width:.5rem;height:.5em}.tallship-gallery-menu ::-webkit-scrollbar-track{background-color:#fff}.tallship-gallery-menu ::-webkit-scrollbar-thumb{background-color:#cdb35b}.tallship-gallery-menu .menu-tallship-gallery-menu-container{overflow:auto}.tallship-gallery-menu ul.menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0}.tallship-gallery-menu ul.menu li{position:relative;white-space:nowrap;list-style:none}.tallship-gallery-menu ul.menu li.current-menu-item{padding:0}.tallship-gallery-menu ul.menu li.current-menu-item a{display:inline-block;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;border:1px solid}.tallship-gallery-menu ul.menu li.with-border{padding-right:20px}.tallship-gallery-menu ul.menu li.with-border::before{position:absolute;top:10px;right:10px;width:1px;height:10px;background:currentColor;content:""}.tallship-gallery-menu ul.menu li.with-border.current-menu-item{padding-right:10px}.tallship-gallery-menu ul.menu li.with-border.current-menu-item::before{right:0}.menu-tallship-gallery-menu-container,.menu-tallship-gallery-menu-container ul li,.menu-tallship-gallery-menu-container ul li a,.tallship-gallery__item-action,.tallship-gallery__item-cover{margin-bottom:0!important}.menu-tallship-gallery-menu-container ul li a{padding:20px 15px!important;color:#01324b;font-weight:400}#menu-tallship-gallery-menu{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;overflow:scroll;border:1px solid #01324b}#menu-tallship-gallery-menu li{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.tallship-gallery-menu .menu-tallship-gallery-menu-container{overflow:unset}.tallship-gallery-menu ul.menu li.current-menu-item a{color:#fff;background:#aa8453;border:none}.tallship-gallery-menu ul li a:hover{color:#fff;background-color:#aa8453;-webkit-transition:linear .5s;transition:linear .5s}