#instaroid,
        #instafeed {
            box-sizing: border-box;
            position: relative;
            width: 100%;
            background: #f0f0f0;
            padding: 5px;
        }
        
        #instafeed {
            background: transparent; 	
        }
        
        #instaroid .img img,
        #instafeed .img img {
            width: 100%;
            opacity: .8;
            transition: .7s;
            z-index: 1;
        }
        
        #instaroid img:first-of-type,
        #instafeed img:first-of-type {
            width: 100%;
            z-index: 1;
        }
        
        #instaroid img:hover,
        #instafeed img:hover {
            transition: .7s;
            opacity: 1;
        }
        
        #instaroid .img {
             float: left; 
            width: 12%;
            margin: 4px 11px;
            position: relative;
        }
        
        #instafeed .img {
                 float: left; 
            width: 20%;
            margin: 4px 11px;
            position: relative;
        }
        
        #instaroid .img:first-of-type {
            float: left; 
            width: 25%;
            margin-top: 5px;
            position: relative;
        }
        
        #instaroid .img .socialname,
        #instafeed .img .socialname {
            display: inline-block;
            background: #0072BC;
            color: #fff;
            text-align: center;
            padding: 5px;
            font-size: 7px;
            letter-spacing: 1px;
            font-family: calibri;
            text-transform: uppercase;
            position: absolute;
            bottom: 15px;
            left: 5%;
            z-index: 2;
            border-radius: 3px;
        }
        
        #instaroid .img .socialname a:link,
        #instaroid .img .socialname a:hover,
        #instaroid .img .socialname a:visited,
        #instaroid .img .socialname a:active,
        #instafeed .img .socialname a:link,
        #instafeed .img .socialname a:hover,
        #instafeed .img .socialname a:visited,
        #instafeed .img .socialname a:active,
        .insta-socialname a:link,
        .insta-socialname a:hover,
        .insta-socialname a:visited,
        .insta-socialname a:active {
            color: #fff !important;
        }
        
        .instapop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: hsla(0, 0%, 0%, 0.5); z-index: 50; opacity:0; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; transition: .5s ease-in-out; pointer-events: none; } 
        
        .instapop:target { opacity:1; pointer-events: auto; } 
        
        .instapop > .pop { background: #dedede; width: 820px; position: relative; margin: 3% auto; padding: 25px; z-index: 51; border-radius: 10px; } 
        
        .closepop { position: absolute; right: -5px; top:-5px; width: 100%; height: 100%; z-index: 49; }
        
        .insta-picture > img {
            height: 400px !important;
            width: 400px !important;
            border-radius: 5px;
        }
        
        .insta-userinfo {
            box-sizing: border-box;
            width: 400px;
            background: rgba(255,255,255,.3);
            border: 1px solid rgba(0,0,0,.05);
            border-radius: 5px;
            margin-bottom: 10px;
                padding: 5px;
        }
        .insta-userpicture img {
            height: 40px !important;
            width: 40px !important;
            margin-top: 5px;
            margin-left: 20px;
            border-radius: 2px;
        }
        
        .insta-socialname {
            display: inline-block;
            background: #0072BC;
            color: rgba(255,255,255,.9);
            text-align: center;
            padding: 5px;
            font-size: 9px;
            letter-spacing: 1px;
            font-family: calibri;
            text-transform: uppercase;
            margin-left: 15px;
            border-radius: 3px;
            position: relative;
            font-weight: bold;
        letter-spacing: 2px;
                bottom: 15px;
        }
        
        .insta-socialname a:link,
        .insta-socialname a:active,
        .insta-socialname a:visited,
        .insta-socialname a:hover {
            color: #f1f1f1 !important;	
        }
        
        .insta-userinfo i {
            position: relative;
            bottom: 15px;
            margin-left: 15px;
        }
        
        .insta-description {
            box-sizing: border-box;
            margin-top: 10px;
            background: rgba(255,255,255,.3);
            border: 1px solid rgba(0,0,0,.05);
            padding: 10px;
            width: 400px;
height: 250px;

            border-radius: 5px;
            font-family: Calibri, sans-serif; font-size: 13px; line-height: 1.2em; color: #6b6b6b; text-align: justify; 
        }
        
        .insta-comments {
            float: right;
            height: 300px;
            width: 400px;
            overflow: auto;
        }
        
        .insta_input {
            width: 80%;
            margin: auto;
            margin-right: 5px;
            border: none;
            border-radius: 3px;
            background: rgba(255,255,255,.3);
            border: 1px solid rgba(0,0,0,.05);
            padding: 10px;
            color: #6d6d6d;
        }
        
        .insta_submit {
            padding: 12px;
            border: none;
            border-radius: 3px;
            font-family: calibri, sans-serif;
            font-size: 9px;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 2px;
            position: relative;
            bottom: 2px;
            margin-right: 5px;
            color: #f9f9f9;
            background: #0072BC;
        }
        
        .insta-comment {
            margin-top: 15px;
        }
        
        .insta_usercomment {
            box-sizing: border-box;
            background: rgba(255,255,255,.3);
            border: 1px solid rgba(0,0,0,.05);
            padding: 10px 30px;
            border-radius: 5px;
            font-family: Calibri, sans-serif; font-size: 14px; line-height: 1.3em; color: #6b6b6b; text-align: justify; letter-spacing: 0.5px;
            margin: 2px auto;
        }
        
        .insta_usercomment a:link,
        .insta_usercomment a:active,
        .insta_usercomment a:hover,
        .insta_usercomment a:visited {
            color: #6b6b6b;
        }
        
        .insta-tagged {
            box-sizing: border-box;
            background: rgba(255,255,255,.3);
            border: 1px solid rgba(0,0,0,.05);
            padding: 10px 30px;
            border-radius: 5px;
            margin: 2px auto;
            font-size: 8px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #6b6b6b;
        }
        
        .insta-taguser {
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 8px;
            padding: 5px;
            background: #dedede;
            font-weight: bold;
            border-radius: 2px;
        }
        
        #instaroid-postbit {
            margin: auto;
            width: 80%;
            margin-bottom: 10px;
        }
        
        .insta-postbit {
            float: left;
            margin: 3px;
        }
        
        .insta-postbit img {
            width: 95px;
            height: 95px;
            opacity: .4;
            transition: .7s;
            border-radius: 5px;
            z-index: 1;
        }
        
        .insta-postbit img:hover {
            transition: .7s;
            opacity: .7;
        }