/* ---- reset ---- */

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- particles.js container ---- */

.particles-js {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

#particles-js {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    display: none;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.kg-fav-img {
    width: 300px;
    height: auto;
    position: absolute;
    left: 38%;
    right: 38%;
    bottom: 1px;
    top:20%;
}

.pos1,
.pos2,
.pos3,
.pos4,
.pos5 {
    position: absolute;
    z-index: 9999;
}

.pos1 {
    left: 40px;
    bottom: 350px;
}

.pos2 {
    right: 40px;
    bottom:220px;
}

.pos3 {
    left: 60px;
    bottom: 150px;
}

.pos4 {
    right: 120px;
    bottom: 250px;
}

.pos5 {
    right: 70px;
    bottom: 120px;
}

@media (max-width: 1024px) {
    .kg-fav-img {
        width: 290px;
        height: auto;
        position: absolute;
        left: 365px;
        right: 365px;
        bottom: 1px;
        top: 20%;
    }
    .carousel-caption h3 {
        font-size: 22px;
    }
    .pos1 {
        left: 40px;
        bottom: 225px;
    }
    .pos2 {
        right: 40px;
        bottom: 225px;
    }
    .pos3 {
        left: 60px;
        bottom: 70px;
    }
    .pos4 {
        right: 80px;
        bottom: 120px;
    }
    .pos5 {
        right: 30px;
        bottom: 50px;
    }
}

@media (max-width: 768px) {
    .kg-fav-img {
        width: 150px;
        height: auto;
        position: absolute;
        left: 309px;
        right: 909px;
        bottom: 1px;
        top: 100px;
    }
    .carousel-caption h3 {
        font-size: 18px;
    }
	
	
	
    .pos1 {
        left: 0px;
        bottom: 20px;
    }
    .pos2 {
        right: 0px;
        bottom: 120px;
    }
    .pos3 {
        left: 0px;
        bottom: 120px;
    }
    .pos4 {
        right: 80px;
        bottom: 70px;
    }
    .pos5 {
        right: 30px;
        bottom: 20px;
    }
}

@media (max-width: 540px) {
    .kg-fav-img {
        width: 140px;
        height: auto;
        position: absolute;
        left: 200px;
        right: 200px;
        bottom: 1px;
        top: 50px;
    }
}

@media (max-width: 415px) {
    .kg-fav-img {
        width: 115px;
        height: auto;
        position: absolute;
        left: 145px;
        right: 145px;
        bottom: 1px;
        top: 20px;
    }
    .carousel-caption h3 {
        font-size: 12px;
    }
    .pos1 {
        left: 0px;
        bottom: 10px;
    }
    .pos2 {
        right: 0px;
        bottom: 70px;
    }
    .pos3 {
        left: 0px;
        bottom: 70px;
    }
    .pos4 {
        right: 0px;
        bottom: 30px;
    }
    .pos5 {
        right: 0px;
        bottom: 00px;
    }
}

@media (max-width: 375px) {
    .kg-fav-img {
        width: 85px;
        height: auto;
        position: absolute;
        left: 145px;
        right: 145px;
        bottom: 1px;
        top: 20px;
    }
}

@media (max-width: 320px) {
    .kg-fav-img {
        width: 90px;
        height: auto;
        position: absolute;
        left: 115px;
        right: 115px;
        bottom: 1px;
        top: 20px;
    }
}

@media (max-width: 280px) {
    .kg-fav-img {
        width: 90px;
        height: auto;
        position: absolute;
        left: 95px;
        right: 95px;
        bottom: 1px;
        top: 20px;
    }
    .pos1 {
        left: 0px;
        bottom: 10px;
    }
    .pos2 {
        right: 0px;
        bottom: 50px;
    }
    .pos3 {
        left: 0px;
        bottom: 50px;
    }
    .pos4 {
        right: 0px;
        bottom: 30px;
    }
    .pos5 {
        right: 0px;
        bottom: 00px;
    }
}