<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.noscroll{
    overflow:  hidden;
    position: fixed;
    width: 100%;
}

.tx-pxa-social-feed{
    position: relative;
}
.tx-pxa-social-feed .btn{
    margin: 50px auto;
    text-align: center;
    width: auto;
    display: inline-block;
}
.instagram-button{
    text-align: center;
}
.instagram-left,
.instagram-right{
    font-size: 8rem;
    color:  #c9a74d;
    cursor: pointer;
    position: absolute;
    width: 80px;
    height: 100px;
    z-index: 2;
    top: 50%;
    transform: translate(-50%, -50%);
}
.instagram-right{
    right: -105px;
}
.instagram-left{
    left: -25px;
}
.instagram-left:before,
.instagram-left:after,
.instagram-right:before,
.instagram-right:after{
    display: block;
    content: ' ';
    position: absolute;
    left: 10px;
    width: 40px;
    height: 1px;
    background-color: rgb(201, 167, 77);
    top: 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.instagram-right:before,
.instagram-right:after{
    left: auto;
    right: 10px;
    transform-origin: 100% 0;
}
.instagram-left:before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.instagram-left:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.instagram-right:before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.instagram-right:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.instagram-left.disabled,
.instagram-right.disabled{
    cursor: auto;
    opacity: 0.3;
}

.instagram-grid{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 3000px;
}
.instagram-col-60{
    float: left;
    width: 60%;

}
.instagram-col-40{
    width: 40%;
    float: left;

}
.instagram-grid .instagram-col-1{
    width: 33.3%;
    padding-bottom: 33.3%;
    margin: 0;
    cursor: pointer;
}

.instagram-grid .instagram-col-2{
    width: 100%;
    padding-bottom: 99.9%;
    margin: 0;
    cursor: pointer;

}

.instagram-item-meta{
    background-color: #005293;
    height: 40px;
    width: 100%;
    position: absolute;
    padding: 5px 10px;
    padding-right: 15px;
    color: #fff;
    bottom: -40px;
    font-family: "SwedenSans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    transition: bottom 0.2s;
    -moz-transition: bottom 0.2s;
    -webkit-transition:bottom 0.2s;
    -o-transition: bottom 0.2s;
}
.instagram-item-meta .icon-heart{
    top: 5px;
    font-size: 24px;
    color: #c9a74d;
    line-height: 20px;
}
.instagram-col-1:hover .instagram-item-meta,
.instagram-col-2:hover .instagram-item-meta{
    bottom: 0;
}
.instagram-item-meta{
    right: 0;
}

.instagram-grid .instagram-col-1,
.instagram-grid .instagram-col-2{
    background-position: center center;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.instagram-grid .instagram-col-1{
    -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 0 4px rgba(255,255,255,1);
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
}
.instagram-grid .instagram-col-2{
    -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 0 4px rgba(255,255,255,1);
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
}
.instagram-item-meta-user,
.instagram-item-meta-price{
    display: block;
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.instagram-item-meta-price{
    width: 40%

}
.instagram-item-meta-price{
    text-align: right;
}
.instagram-wrapper{
    z-index: 1111;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(12,12,12,0.8);
    width: 100vw;
    height: 100%;
}
.instagram-wrapper &gt; div {
    z-index: 2;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
    height: calc( 100vh - 100px );
    background-color: #fff;
}
.instagram-scrollbox {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.instagram-modal .container{
    padding: 0;
    font-family: "SwedenSans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    position: relative;
    border-radius: 2px;
    padding-right: 334px;
    position: relative;
    min-height: 100%;
}
.instagram-modal p{
    font-size: 14px;
    font-weight: normal;
    max-height: 290px;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.04em;
    font-family: "Raleway";
}
.instagram-modal .instagram-modal-header {
    font-weight: 300;
    font-size: 24px;
}
.instagram-modal-image,
.instagram-modal-text{
    width: 100%;
    float: left;
}
.instagram-carousel{
    cursor: pointer;
}
.instagram-item-modal-price{
    font-size: 24px;
    color: #c9a74d;
}
.instagram-modal-text{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 335px;
    height: 100%;
}
.instagram-modal-text:hover {
    background-color: #fffffe;
}
.instagram-modal-image img{
    max-width: 100%;
    width: 100%;
}
.instagram-item-modal-price{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
}
.instagram-modal-text{
    background-color: #fff;
    padding: 30px;
}

.instagram-modal-text span{
    display: block;
}
.instagram-modal .iconscircle-cross{
    cursor: pointer;
    right: -35px;
    top: -35px;
    position: absolute;
    z-index: 1;
    font-size: 35px;
    color: #c9a74d;
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
}
.instagram-modal .iconscircle-cross:before,
.instagram-modal .iconscircle-cross:after{
    display: block;
    content: ' ';
    position: absolute;
    left: 0;
    width: 46px;
    height: 1px;
    background-color: rgb(201, 167, 77);
    top: 0;
    transform-origin: 0 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.instagram-modal .iconscircle-cross:before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 30px;
}
.instagram-modal .iconscircle-cross:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* width */
.instagram-scrollbox::-webkit-scrollbar{
    width: 6px;
}
/* Track */
.instagram-scrollbox::-webkit-scrollbar-track{
    box-shadow: inset 0 0 3px grey;
    background: grey;
}

/* Handle */
.instagram-scrollbox::-webkit-scrollbar-thumb{
    background: #c9a74d;
}

/* Handle on hover */
.instagram-scrollbox::-webkit-scrollbar-thumb:hover
{
    background: #ce5569;
    cursor: pointer
}
@media (min-width: 3000px){
    .instagram-grid{
        margin: 0 auto;
    }
}


@media (max-width: 1200px){
    .instagram-modal .container{
        padding-right: 0;
        width: 100%;
    }
    .instagram-modal-image{
        width: 100%;
    }
    .instagram-item-modal-price{
        margin-bottom: 10px;
    }
    .instagram-modal p{
        max-height: 100%;
    }
    .instagram-modal-text{
        text-align: left;
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
    }
}
@media only screen and (min-width: 940px) and (max-width: 1200px) and (orientation: landscape) {
    .instagram-modal .container{
        padding-right: 334px;
        width: 850px;
    }
    .instagram-modal-text {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 335px;
        height: 100%;
    }
    .instagram-right{
        right: -130px;
    }
    .instagram-left{
        left: -10px;
    }
}

@media (max-width: 767px){
    .instagram-modal-text{
        width: 100%;
    }
    .instagram-wrapper &gt; div {
        width: 50%;
    }
    .instagram-modal-text span {
        display: block!important;
    }
    .instagram-modal-text .btn.btn-success {
        min-width: 100%;
        width: 100%;
        display: block;
        font-size: 12px;
    }
}

.placeholder {
    margin: 0 auto;
    max-width: 200px;
    min-height: 100px;
    background-color: #eee;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.instagram-modal {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 100% 104px;
    height: 100px;
    position: relative;
}</pre></body></html>