@media (min-width: 768px)
{
	.ns-wrap-bottom-right, .ns-wrap-top-right {
	    right: 20px;
	}
}

	.ns-wrap-bottom-right { bottom:20px !important; }
.ns-wrap-bottom-left, .ns-wrap-bottom-right, .ns-wrap-top-left, .ns-wrap-top-right {
    position: fixed;
    z-index: 99999 !important;
}
.ns-wrap-bottom-right .ns-effect-slide.ns-show, .ns-wrap-top-right .ns-effect-slide.ns-show {
    transform: translateX(0px);
}
.ns-effect-slide.ns-show {
    transform: translateX(0px);
    opacity: 1;
}
.ns-effect-slide {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media (min-width: 768px)
{
.ns-box {
    max-width: 360px;
}
}

.ns-box {
    position: relative;
    display: block;
    margin: 10px;
    padding: 0px;
}

.ns-effect-slide.ns-show .ns-box-inner {
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 2px 30px -1px;
}
.ns-box .ns-box-inner {
    opacity: 0.95;
    box-shadow: none;
    overflow: hidden;
    transition: box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
    border-radius: 3px;
}

.ns-box .thumbnail-wrapper {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 90px;
}

.invite_pop .thumbnail-wrapper {
    line-height: 1.42857;
    position: relative;
    display: block;
    margin-top: 15px !important;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 5px;
    margin-left: 10px;
    border-width: 1px;
    border-style: solid;
    float: left;
    width: 78px;
    border-color: transparent;
    border-image: initial;
    height: 78px;
    border-radius: 3px;
}

.invite_pop .thumbnail {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    bottom: 5px;
    padding:0px !important;
    left: 5px;
    display: block;
    text-align: center;
    overflow: hidden;
}
.invite_pop .thumbnail > img {
    width: auto;
    height: 100%;
    text-indent: -9999px;
}

.invite_pop .thumbnail-wrapper::after {
    position: relative;
    z-index: -1;
    display: block;
    padding-bottom: 100%;
    content: "";
}
.ns-box .ns-content {
    min-height: 70px;
    background-color: rgb(255, 255, 255);
    padding: 15px 30px 15px 15px;
}

.ns-box .thumbnail-wrapper + .ns-content {
    min-height: 90px;
    padding-left: 95px;
}

.ns-box .close {
    font-size: 13px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    float: none;
    padding: 8px;
    outline: 0px;
}

.fancybox-overlay { z-index: 999999 !important; }
.fancybox-wrap {   z-index: 9999999 !important; }