
/*Gold Plan Styles*/
.crp-full-screen-popup{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}

/*Free Plan Styles*/
.mfp-close {
    margin-right: 2px;
}

.mfp-close-img {
    width: 64px;
    height: 64px;
    background-image: url("../images/general/icons/close-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.tile-direct-link{
    display: none;
}


/*.lg-backdrop.in {*/
/*opacity: 0;*/
/*}*/
.lg-sub-html h4 {
    font-weight: normal!important;
}


.crp-youtube-play-ic,
.crp-vimeo-play-ic,
.crp-video-play-ic
{
    color: rgba(0, 0, 0, 0.7);
    font-size: 50px!important;
    top: 50%;
    left: 50%;
    margin-top: -25px!important;
    margin-left: -25px!important;
}

.crp-youtube-play-ic, .crp-video-play-ic {
    height: 60px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-top: -31px!important;
}

.crp-youtube-play-ic {
    background-image: url('../images/general/youtube-play.png');
    background-position: 0 -59px;
    background-repeat: no-repeat;
    width: 59px;
}

.crp-video-play-ic {
    background-image: url('../images/general/video-play.png');
    width: 60px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.crp-youtube-play-ic:hover,
.crp-tile-youtube:hover .crp-youtube-play-ic {
    background-position: 0 0px;
    background-repeat: no-repeat;
}


.crp-video-play-ic:hover,
.crp-tile-video:hover .crp-video-play-ic {
    background-position: 0 -60px;
}


.crp-vimeo-play-ic:hover,
.crp-tile-vimeo:hover .crp-vimeo-play-ic {
    color: rgba(1, 173, 239, 0.9);
}

.crp-video-play-ic:hover,
.crp-tile-video:hover .crp-video-play-ic {
    color: rgba(143, 143, 143, 0.9);
}


.crp-smooth-loader {
    text-align: center;
}

.crp-smooth-loader i {
    font-size: 40px;
    -webkit-animation: crp-spin 1.5s linear infinite;
    -moz-animation: crp-spin 1.5s linear infinite;
    -ms-animation: crp-spin 1.5s linear infinite;
    -o-animation: crp-spin 1.5s linear infinite;
    animation: crp-spin 1.5s linear infinite;
}
@-webkit-keyframes crp-spin /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes crp-spin {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.crp-wrapper .ftg-pages {
    margin-top: 10px;
}

.crp-wrapper .crp-additional-block1 {
    top: 0;
    position: absolute;
    height: 100px;
    overflow: hidden;
    padding: 0px!important;
    padding-bottom: 0px!important;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.crp-wrapper .crp-additional-block1 > div {
  padding: 10px;
}

.crp-wrapper .crp-additional-block2 {
    bottom: 0;
    position: absolute;
    height: 200px;
    overflow: hidden;
    padding: 0px!important;
    padding-top: 0px!important;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.crp-wrapper .crp-additional-block2 > div {
  padding: 10px;
}

.crp-wrapper .crp-additional-block1 .details h3 {
    margin: 0!important;
    margin-top: 0px !important;
    margin-bottom: 6px!important;
}

.crp-wrapper .crp-additional-block2 .details h3 {
    margin: 0!important;
    margin-bottom: 6px!important;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html,
.lg-outer .lg-pager-outer {
    bottom: 80px!important;
}

#lg-counter {
    padding-top: 10px!important;
}

/* Light Gallery Customizations */
.lg-info{
    position:fixed;
    z-index:3;
    left:10px;
    top:10px;
    padding:10px;
    margin-right: 70px;
    min-width: 300px;
    max-width: 400px;
    background-color: rgba(0,0,0,0.5);
    color:#FFF; font-size:16px;
}

.lg-sub-html h4,
.lg-sub-html h3,
.lg-sub-html h2 {
    color: white;
    text-transform:uppercase;
    font-size: 17px;
    line-height: normal;
    max-height: 22px;
    /*overflow: hidden;*/
}

.lg-sub-html p {
    color: white;
    font-size: 13px;
    line-height: normal;
    max-height: 100px;
    overflow: auto;
}

.lg-outer .lg-thumb-item {
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    border: 1px solid #fff!important;
}

.lg-outer .lg-thumb-outer {
    z-index: 99991081!important;
}

.crp-popup-simple-theme-light.lg-outer .lg-item,
.lg-outer .lg-item,
.crp-popup-fixed-theme-light.lg-outer .lg-item {
    background: url("../images/general/popup-loader-light.svg") no-repeat scroll center center transparent;
}

.crp-popup-simple-theme-dark.lg-outer .lg-item,
.crp-popup-full-theme-dark.lg-outer .lg-item,
.crp-popup-fixed-theme-dark.lg-outer .lg-item {
    background: url("../images/general/popup-loader-dark.svg") no-repeat scroll center center transparent;
}

.crp-full-content-popup.lg-outer .lg-item {
  background: url("../images/general/popup-loader-light.svg") no-repeat scroll center center transparent !important;
}

.crp-album-header {
    margin-bottom: 20px;
}

.crp-album-head-title  {
    font-weight: bold;
    padding-bottom: 5px;
    color: #303030;
}

.crp-album-prev,
.crp-album-next {
    float: right;
}

.crp-album-prev,
.crp-album-next,
.crp-album-grid {
    display: inline-block;
    border: 1px solid grey;
    width: 50px;
    height: 40px;
    padding: 10px 18px;
    text-decoration: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    color: #303030;
    outline: none!important;
    line-height: 15px;
}

.crp-album-prev,
.crp-album-next,
.crp-album-grid .fa {
  font-size: 15px;
}

.crp-nav-disabled,
.crp-nav-disabled:hover,
.crp-nav-disabled:active,
.crp-nav-disabled:focus {
    border: 1px solid #cccccc!important;
    color: #cccccc!important;
}

.crp-album-grid {
    padding: 10px 16px !important;
    margin-right: 10px;
}

.crp-album-prev:hover,
.crp-album-next:hover,
.crp-album-grid:hover {
    text-decoration: none!important;
    color: #000;
    border-color: #000;
}

.crp-album-prev {
    margin-right: 10px;
}

.crp-star-rating {
    width: 0;
    position: relative;
    display:inline-block;
    background-image: url('../images/general/star_0.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
    cursor: pointer;
}
.crp-star-rating[data-disabled="1"] {
    cursor: default!important;
}
.crp-star-rating[data-title]:hover:after {
    content: attr(data-title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.crp-star-rating .crp-star-value {
    height: 100%;
    position: absolute;
}

.crp-star-rating .crp-star-value {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('../images/general/star_1.svg') ;
    background-repeat: repeat-x;
}

.crp-product-image-zoom-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.crp-product-image {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.crp-product-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}


/* Catalog widget */
.crp-catalog-widget.crp-widget-TopBar {
    margin-bottom: 10px!important;
    height: 48px;
}

.crp-catalog-widget.crp-widget-TopBar .crp-catalog-widget-item {
    float: right;
    display: inline-block;
}

.crp-catalog-widget.crp-widget-TopBar .crp-catalog-widget-item.crp-catalog-searchbox {
    width: 263px;
    float: left!important;
    padding-left: 0!important;
}

.crp-catalog-widget.crp-widget-TopBar .crp-catalog-widget-item:not(.crp-catalog-searchbox) {
    padding-left: 20px;
}

.crp-catalog-widget.crp-widget-LeftSidebar {
    float: left;
    margin-right: 10px;
    width: 263px;
}

.crp-catalog-widget.crp-widget-RightSidebar {
    float: right;
    margin-left: 10px;
    width: 263px;
}

.crp-catalog-widget.crp-widget-LeftSidebar .crp-catalog-widget-item,
.crp-catalog-widget.crp-widget-RightSidebar .crp-catalog-widget-item {
    margin-bottom: 10px;
    width: 263px;
}

.crp-catalog-widget .crp-catalog-widget-item {
    position: relative;
}

.crp-content input[type=text],
.crp-content select,
.gkit-form input[type=text],
.gkit-form textarea,
.gkit-form select {
    width: 100%!important;
    height: 48px!important;
    display: inline-block;
    color: #777!important;
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px!important;;
    line-height: 1.65!important;
    max-width: 100%;
    border: 1px solid #eee;
    background-color: #f7f7f7!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    padding-left: 12px!important;
    padding-right: 30px!important;
}

.gkit-form textarea {
    height: auto!important;
}

.crp-catalog-widget-item select {
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 20px;
    cursor: pointer;
    background-color: initial !important;
}

.crp-catalog-widget-item input[type=text] {
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 16px;
    background-color: initial !important;
}

.crp-content .crp-product-buy-button,
.gkit-form button
{
    background-color: #333!important;
    border-width: 0!important;
    color: #fff!important;
    font-weight: 700!important;
    line-height: 1!important;
    padding: 1em 1.25em!important;
    height: 40px;
    font-size: 13px!important;
    cursor: pointer;
}

.crp-content .crp-product-buy-button:hover,
.gkit-form button:hover {
    opacity: 0.9!important;
}

.gkit-form label {
    color: #333!important;
}

.gkit-catalog-search-form {
    margin: 0!important;
}

.crp-badge {
    z-index: 1;
    position: relative!important;
}
.crp-badge span {
    font-size: 16px;
    position: relative!important;
}

.crp-badge-box.crp-badge-pos-LT {
    top: 5px;
    left: 5px;
}
.crp-badge-box.crp-badge-pos-RT {
    top: 5px;
    right: 5px;
}
.crp-badge-box.crp-badge-pos-RB {
    right: 5px;
    bottom: 5px;
}
.crp-badge-box.crp-badge-pos-LB {
    left: 5px;
    bottom: 5px;
}

.crp-badge span{
    padding: 3px 12px;
}

ul.crp-catalog-filter-list {
    list-style: none!important;
    color: #777!important;
    font-size: 16px!important;
    margin: 0!important;
    padding: 0!important;
    cursor: pointer!important;
}

.crp-catalog-filter-list li.crp-cat-selected {
    color: #333!important;
    font-weight:bold!important;
}

/* enquiry popup */

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000000;
    opacity: 0.7;
}

.crp-success-dialog {
    padding: 30px!important;
    background-color: white;
    color: #333!important;
    text-align: center;
}

.crp-success-dialog button {
    background-color: #2ebb2e!important;
    border-width: 0!important;
    color: #fff!important;
    font-weight: 700!important;
    line-height: 1!important;
    padding: 1em 1.25em!important;
    height: 40px;
    font-size: 13px!important;
}

.crp-product-enquiry-dialog{
    padding: 15px!important;
    background-color: white;
    color: #333!important;
}

.crp-error-text {
    margin-bottom: 10px;
    color: #A90000;
    font-size: 14px!important;
}

.crp-form-error {
    border: 1px solid #a90000!important;
}


.gkit-form .gkit-form-block {
    padding-bottom: 20px!important;
}

.gkit-form .crp-form-merge-block .gkit-form-block:first-child {
    float: left;
}

.gkit-form .crp-form-merge-block .gkit-form-block:last-child {
    float: right;
}

.crp-form-merge-block .gkit-form-block {
    width: 48%;
}

.crp-form-merge-block .gkit-form-block:first-child {
    padding-right: 10px;
}

.crp-form-merge-block .gkit-form-block:last-child {
    padding-left: 10px;
}

.crp-catalog-product-wrapper .share-panel {
    display: block;
    width: auto;
    height: auto;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.crp-catalog-product-wrapper .ic-share {
    display: block;
    position: relative;
    float: left;
    height: 40px;
    width: 40px;
    line-height: 40px;

    text-align: center;
    text-decoration: none;
    border: 0px solid;
    box-shadow: none!important;

    opacity: 1;
}

.crp-catalog-product-wrapper .ic-share:hover,
.crp-catalog-product-wrapper .ic-share:focus {
    opacity: .7;
}

.crp-catalog-product-wrapper .ic-share i {
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.crp-catalog-product-wrapper .ic-share.ic-facebook {
    background-color: #3b5998;

    transition-property: top, left, right, bottom, opacity;
    transition-duration: .2s, .2s, .2s, .2s, .2s;
    transition-delay: 0s, 0s, 0s, 0s, 0s;

}

.crp-catalog-product-wrapper .ic-share.ic-twitter {
    background-color: #55acee;

    transition-property: top, left, right, bottom, opacity;
    transition-duration: .2s, .2s, .2s, .2s, .2s;
    transition-delay: .1s, .1s, .1s, .1s, 0s;

}

.crp-catalog-product-wrapper .ic-share.ic-plus {
    background-color: #dd4b39;

    transition-property: top, left, right, bottom, opacity;
    transition-duration: .2s, .2s, .2s, .2s, .2s;
    transition-delay: .2s, .2s, .2s, .2s, 0s;

}

.crp-catalog-product-wrapper .ic-share.ic-pinterest {
    background-color: #cc2127;

    transition-property: top, left, right, bottom, opacity;
    transition-duration: .2s, .2s, .2s, .2s, .2s;
    transition-delay: .3s, .3s, .3s, .3s, 0s;

}

.crp-catalog-product-wrapper .ic-share.ic-linkedin {
    background-color: #0976b4;

    transition-property: top, left, right, bottom, opacity;
    transition-duration: .2s, .2s, .2s, .2s, .2s;
    transition-delay: .4s, .4s, .4s, .4s, 0s;

}

.crp-clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.tile-align-left .details * {
    text-align: left !important;
}

.tile-align-right .details * {
    text-align: right !important;
}

.tile-align-center .details * {
    text-align: center !important;
}

.crp-product-link,
.crp-product-link:active,
.crp-product-link:focus {
    color: #333;
    font-size: 16px;
    text-decoration: none!important;

    -webkit-box-shadow: inset 0 0 0 #333, 0 1px 0 #333!important;
    -moz-box-shadow: inset 0 0 0 #333, 0 1px 0 #333!important;
    box-shadow: inset 0 0 0 #333, 0 1px 0 #333!important;
}

.crp-product-link:hover {
    color: #222;
    font-weight: bold;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

.crp-product-media-box {
    display: inline-block;
    vertical-align: top;
}
.crp-product-media-box .crp-product-main-image {
    position: relative;
    width: 400px;
    height: 400px;
}
.crp-product-media-box .crp-product-main-image {
    cursor: zoom-in;
}

.crp-product-media-box .crp-product-images {
    width: 400px;
    padding-top: 5px;
}
.crp-product-media-box.crp-product-media-box-full .crp-product-images {
    width: 100%;
}
.crp-product-media-box.crp-product-media-box-full {
    width: 100%;
}
.crp-product-media-box .crp-product-images img {
    height: 60px;
    margin-bottom: 5px;
    cursor: pointer;
}

.crp-product-main-image-full {
    width: 100% !important;
    height: auto!important;
    cursor: default!important;
}

.crp-product-main-image-full img{
    width: 100%;
}

/*.crp-product-media-box p, span {*/
/*font-size: 18px!important;*/
/*}*/


.crp-product-review-block label {
    color: #333!important;
}

.crp-product-review-block hr {
    overflow: visible;
    height: 1px;
    margin-bottom: 20px;
    border: 0;
    background-color: #e6e6e6!important;
}

.crp-product-review-block p {
    margin: 0 0 20px!important;
}

.crp-product-sub-title {
    font-size: 24px!important;
    padding: 20px 0 0;
    font-weight: bold;
}

.crp-product-title {
    color: #333;
    font-size: 24px!important;
    font-weight: bold;
}
.crp-product-info-box {
    display: inline-block;
    vertical-align: top;
    width: 600px;
    margin-left:20px;
}
.crp-product-info-box.crp-product-info-box-full {
    margin-left:0;
}
.crp-product-info-box p, .crp-product-info-box span, .crp-avg-rating {
    font-size: 16px!important;
    margin: 0!important;
}

.crp-product-label {
    font-weight: bold;
    font-size: 18px!important;
}

.crp-product-price span{
    font-size: 18px!important;
}

.crp-fl {
    float: left;
}

.catalog-empty-result {
    text-align: center;
    padding-top: 100px;
}

.crp-product-similar-block .crp-product-link {
    margin-top: 5px;
}

.crp-product-similar-block {
    float: left;
    margin-right: 5px;
    width: 200px;
}

.crp-dn {
    display: none;
}

.crp-read-more,
.crp-read-more:active,
.crp-read-more:focus {
    color: #3872be!important;
    outline: none!important;
}

.crp-catalog-widget-item.crp-catalog-filter {
    width: 300px;
}

.crp-catalog-widget-item.crp-catalog-sort-by,
.crp-catalog-widget-item.crp-catalog-sort-in {
    width: 150px;
}

.crp-product-review-img img {
    margin-right: 0;
}

.crp-product-media-box.gkit-mobile {
    width: 100%;
}
.crp-product-media-box .crp-product-main-image.gkit-mobile {
    width: 100%;
    height: 400px;
}

.crp-product-media-box .crp-product-images.gkit-mobile {
    width: 100%;
}

.crp-product-media-box .crp-product-main-image.gkit-mobile-480 {
    height: 250px;
}

.crp-product-info-box.gkit-mobile {
    margin-left: 0;
    margin-top: 20px;
}

.crp-avg-rating-stars {
    float: left;
}
.crp-avg-rating {
    line-height: 20px;
}

.crp-catalog-widget-item.gkit-mobile-880 {
    float: none;
    margin-bottom: 20px;
    width: 100%!important;
    padding-left: 0!important;
}

@media only screen and (max-width: 630px) {
    .gkit-form .crp-form-merge-block .gkit-form-block {
        float: none!important;
        width: 100% !important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
}


@media only screen and (max-width: 1024px) {
    .crp-widget-LeftSidebar .crp-catalog-widget-item,
    .crp-widget-RightSidebar .crp-catalog-widget-item {
        float: none;
        margin-bottom: 20px;
        width: 100%!important;
        padding-left: 0!important;
    }
    .crp-widget-LeftSidebar .crp-catalog-widget-item:last-child,
    .crp-widget-RightSidebar .crp-catalog-widget-item:last-child {
        margin-bottom: 0;
    }
    .crp-widget-LeftSidebar .crp-catalog-widget,
    .crp-widget-RightSidebar .crp-catalog-widget {
        height: 265px!important;
    }

    .crp-widget-LeftSidebar,
    .crp-widget-RightSidebar {
        float: none!important;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .crp-catalog-widget-item:last-child {
        margin-bottom: 0;
    }
}
.gkit-noselect, .gkit-noselect div  {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.crp-product-review-img {
    float: left;
    margin-right: 20px;
}

.crp-wrapper-catalog .crp-additional-block2 .details p {
    margin: 10px 0;
}


.crp-popup-info-toggler {
    font-family: cursive!important;
}

.crp-inline-video-player {
    background-color: black;
}

.vjs-default-skin .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.details.crp-empty-details {
    visibility: hidden;
}

/* Resolve css conflicts */
.lg-outer .lg-actions button.lg-prev {
   width: 50px !important;
   max-width: 50px !important;
 }

.lg-outer .lg-actions button.lg-next {
  width: 50px !important;
  max-width: 50px !important;
 }

 .lg-icon {
   font-family: "lg" !important;
 }

.share-panel .fa  {
  font-family: "FontAwesome" !important;
}

/* NEW CONTENT POPUP STYLES */
.lg-backdrop.crp-4-popup-backdrop {
  background-color: rgba(0,0,0,0.5) !important;
}

.lg-outer.crp-full-content-popup.crp-full-popup {
  width: 80% !important;
  height: 70% !important;
  left: 10% !important;
  top: 15% !important;
  background-color: white !important;
  overflow-y: scroll !important;
  background-color: rgba(230,230,230,1) !important;
}

@media (max-width: 1200px) {
  .lg-outer.crp-full-content-popup.crp-full-popup {
    width: 80% !important;
    height: 70% !important;
    left: 10% !important;
    top: 15% !important;
  }
}

@media (max-width: 860px) {
  .lg-outer.crp-full-content-popup.crp-full-popup {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;
  }
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg {
  /* height: auto !important; */
  /* max-height: fit-content !important; */
  overflow-y: scroll !important
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-inner {
  position: relative !important;
  left: 10px !important;
  width: calc(50% - 20px) !important;
  height: calc(100% - 130px) !important;
  top: 60px !important;
  overflow: hidden !important;
}

@media (max-width: 860px) {
  .lg-outer.crp-full-content-popup.crp-full-popup .lg-inner {
    position: relative !important;
    left: 0px !important;
    width: 100% !important;
    height: 45% !important;
    top: 60px !important;
  }
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-thumb-outer{
  position: relative !important;
  top: 50px !important;
  bottom: auto !important;
  width: calc(50% - 20px) !important;
  overflow: hidden !important;

  left: 10px !important;
  right: 10px !important;

  -webkit-transform: none !important; /* Safari and Chrome */
  -moz-transform: none !important; /* Firefox */
  -ms-transform: none !important; /* IE 9 */
  -o-transform: none !important; /* Opera */
  transform: none !important;

  transition: none !important;

  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;

  background-color: rgba(230,230,230,1) !important;
}

@media (max-width: 860px) {
  .lg-outer.crp-full-content-popup.crp-full-popup .lg-thumb-outer{
    position: relative !important;
    top: 50px !important;
    bottom: auto !important;
    width: 100% !important;
    overflow: hidden !important;

    left: 0px !important;
    right: 0px !important;
  }
}


.lg-outer.crp-full-content-popup.crp-full-popup .lg-thumb-outer .lg-thumb-item{
  border: 2px solid transparent !important;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-thumb-outer .lg-thumb-item:hover,
  .lg-outer.crp-full-content-popup.crp-full-popup .lg-thumb-outer .lg-thumb-item.active{
  border: 2px solid gray !important;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-toogle-thumb {
  display: none !important;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-sub-html {
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
    left: auto !important;
    bottom: auto !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: 100% !important;
    width: 50% !important;
    text-align: left !important;
    background-color: white !important;

    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 75px !important;
    padding-bottom: 25px !important;

    overflow-y: scroll !important;
    webkit-box-shadow: grey 0px 0px 0px 0px !important;
    -moz-box-shadow: grey 0px 0px 0px 0px !important;
    box-shadow: grey 0px 0px 0px 0px !important;
}

@media (max-width: 860px) {
  .lg-outer.crp-full-content-popup.crp-full-popup .lg-sub-html {
      position: relative !important;
      left: 0px !important;
      top: 50px !important;
      bottom: auto !important;
      height: auto !important;
      padding-top: 25px !important;
      max-height: fit-content !important;
      min-height: calc(55% - 80px) !important;

      width: 100% !important;
      overflow-y: visible;
  }
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
      bottom: auto !important;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-sub-html p {
  height: auto !important;
  max-height: fit-content !important;
  overflow: auto !important;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-sub-html .crp-popup-hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-actions .lg-prev,
.lg-outer.crp-full-content-popup.crp-full-popup .lg-actions .lg-next  {
  position: absolute !important;
  top: 13px !important;
  z-index: 99991083 !important;

  border: none !important;

  color: grey !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-icon:hover,
.lg-outer.crp-full-content-popup.crp-full-popup .lg-icon:hover {
  color: rgb(66, 66, 66) !important;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-actions .lg-prev {
  left: 4px !important;
  right: auto !important;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-actions .lg-next {
  left: 52px !important;
  right: auto !important;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-toolbar {
  background-color: white !important;

  -webkit-box-shadow: grey 0px 0px 15px 0px !important;
  -moz-box-shadow: grey 0px 0px 15px 0px !important;
  box-shadow: grey 0px 0px 15px 0px !important;
}

@media (max-width: 860px) {
  .lg-outer.crp-full-content-popup.crp-full-popup .lg-toolbar{
    position: fixed !important;
    top: 0px !important;
  }

  .lg-outer.crp-full-content-popup.crp-full-popup .lg-actions .lg-prev,
  .lg-outer.crp-full-content-popup.crp-full-popup .lg-actions .lg-next {
    position: fixed !important;
    top: 13px !important;
    right: auto !important;
    width: auto !important;
    max-width: 50px !important;
  }
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-object.lg-image,
.lg-outer.crp-full-content-popup.crp-full-popup .lg-video-cont {
  box-shadow: grey 0px 22px 18px -15px !important;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-sub-html * {
  color: #555;
  font-size: 13px;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-sub-html .crp-popup-title {
  color: #333;
  font-size: 20px;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-sub-html p.crp-popup-desc {
  /* color: #000;
  font-size: 13px; */
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-sub-html a.crp-popup-read-more-button {
  display: block;
  border: 1px #555 solid;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  color: #555;
  text-decoration: none;
  text-align: center;
}

.lg-outer.crp-full-content-popup.crp-full-popup .lg-sub-html a.crp-popup-read-more-button:hover {
  border: 1px #222 solid;
  color: #222;
}

@media (max-width: 860px) {
  .lg-outer.crp-full-content-popup.crp-full-popup .lg-sub-html a.crp-popup-read-more-button {
    width: 100% !important;
  }
}

.lg::-webkit-scrollbar,
.lg-outer::-webkit-scrollbar,
.crp-popup-desc::-webkit-scrollbar,
.lg-sub-html::-webkit-scrollbar {
  display: none !important;;
}

.lg, .lg-outer, .crp-popup-desc, .lg-sub-html {
-ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.crp-tile-insta-badge-video {
  background-image: url(../images/general/icons/insta-icon-video.png);
}

.crp-tile-insta-badge-album {
  background-image: url(../images/general/icons/insta-icon-album.png);
}

.crp-tile-insta-badge {
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  z-index: 1000;
}

.crp-insta-permalink {
  position: absolute;
  right: 20px;
  bottom: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  z-index: 1000;
  opacity: 0;

  -webkit-transition: opacity 0.5s ease-in-out;
   -moz-transition: opacity 0.5s ease-in-out;
   transition: opacity 0.5s ease-in-out;
}

.crp-tile:hover .crp-insta-permalink {
  opacity: 1;
}

.crp-insta-permalink .fa {
  color: white;
  font-size: 30px;
}

.crp-tile-insta-date {
  position: absolute;
  left: 40px;
  bottom: 12px;
  z-index: 1000;
  opacity: 0;
  text-align: center;

  -webkit-transition: opacity 0.5s ease-in-out;
   -moz-transition: opacity 0.5s ease-in-out;
   transition: opacity 0.5s ease-in-out;

  color: white;
}

.crp-tile-insta-date  .fa {
  font-size: 13px;
  color: white;
  display: inline-block;
  margin-top: 7px;
  margin-left: -20px;
}

.crp-tile:hover .crp-tile-insta-date {
  opacity: 1;
}

a.crp-follow-on-instagram {
    background-color: #408BD0 !important;
    padding: 10px;
    border-radius: 5px;
    color: white !important;
    font-size: 15px;
    border: none !important;
}

a.crp-follow-on-instagram:hover {
    color: white !important;
    opacity: 0.8;
}

a.crp-follow-on-instagram i {
  padding-right: 10px;
  margin-right: 10px;
  font-size: 15px;
  border-right: 1px solid white;
}

.crp-tile .crp-tile-inner .ic i {
  font-family: FontAwesome !important;
}
