/*WebDesignAndSuch.com*/
#blanket {
    background-color:#111;
    opacity: 0.65;
    position:absolute;
    z-index: 9001;
    top:0px;
    left:0px;
    width:100%;
}

#popUpDiv {
    position:absolute;
    margin-top: 50px;
    top: 5% !important;
    left: 50% !important;
    transform: translate(-50%, 0);
    background-position: center;
    /*width: 50%;*/
    z-index: 9002;
}

#popUpDiv a:hover {
    text-decoration: none;
}

.counter, .close {
    z-index: 4;
    position:relative;
    top: 20px;
    right: 0%;
    float: right;
    display: inline-block;
}

.close {
    right: 5%;
    margin-left: -40px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 0;
    background-image: url("../images/icons/fullscreen-close.png");
    background-repeat: no-repeat;
    background-color: rgba(68, 78, 31, 0.4);
    background-position: center;
    background-size: 30px;
}

#carouselFS {
    overflow: hidden;
    height: 100%;
}

#carouselFS .carouselfs-inner{
    height: 100%;
}

.carouselfs-inner > .item{
    height: 100%;
}

.carouselfs-inner > .item img {
    border:2px solid #000;
    max-width: unset;
    /*min-width: 97%;*/
    height: 100%;
}