@font-face {
    font-family: 'ArialRoundedMTBold';
    src: url('./fonts/ArialRoundedMTBold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ArialRoundedMTBold.woff') format('woff'),
    url('./fonts/ArialRoundedMTBold.ttf') format('truetype'),
    url('./fonts/ArialRoundedMTBold.svg#ArialRoundedMTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArialRoundedMTW04';
    src: url('./fonts/ArialRoundedMTW04-Regular.woff2') format('woff2'),
        url('./fonts/ArialRoundedMTW04-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'ArialRoundedMTBold' !important;
    padding-bottom: 50px;
}
h4.mod-title{
    font-family: 'ArialRoundedMTW04';
}

.navbar {
    background-color: transparent;
    border-bottom: 1px solid #ededed;
    height: 120px;
}

.navbar-brand-centered {
    position: absolute;
    left: 40%;
    display: block;
    text-align: center;
}

.navbar-text {
    position: absolute;
    right: 50px;
}

.picture {
    position: absolute;
    top: -50px;
    left: 100px;
    background-color: #efefef;
    height: 250px;
    width: 250px;
    box-shadow: 0px 10px 40px rgba(142, 125, 0, 0.4);
}

.rssimg {
    display: inline-block;
}

.rsslink {
    display: inline-block;
    margin-left: 10px;
}

.maincontainer {
    background-color: #d2bd24;
    margin-top: 100px;

}

.maintext {
    padding-top: 45px;
    padding-bottom: 20px;
    color: white;
}

.maintext p a {
    color: white;
    /*    text-decoration: none;*/
}

h5 {
    margin-bottom: 15px;
}

.textcontainer {
    margin-top: 30px;
}

.pictureg {
    margin: auto;
    background-color: #efefef;
    height: 250px;
    width: 250px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 40px rgba(142, 125, 0, 0.4);
}

.pictureg img {
    height: 250px;
}

.audioplayer {
    /*    height: 100px;*/
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
}

.socialbtns {
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 65px;
}

.content {
    padding-right: 50px;
    padding-left: 50px;
}

.facebook {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #3B5998;
    color: white;
    margin-bottom: 10px;
}

.twitter {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #55acee;
    color: white;
    margin-bottom: 10px;
}

.linkedin {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #297dca;
    color: white;
}

.postdiv {
    margin-bottom: 50px;
    padding-left: 40px;
}

.postdiv hr {
    margin-top: 50px;
    margin-bottom: 30px;
}

hr {
    margin-bottom: 50px;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #cfba52;
    border-bottom: 0px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    color: white;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.audiodiv {
    padding-left: 40px;
}
@media only screen and (max-width: 320px) {
    .visualizer div{
    margin-right: 3px;
    }
    .visualizer-min div{
        margin-right: 3px;
        }
    }
@media only screen and (max-width: 850px){
    .picture {
        position: absolute;
        top: -17px;
        left: 85px;
        background-color: #efefef;
        height: 200px;
        width: 200px;
        box-shadow: 0px 10px 40px rgba(142, 125, 0, 0.4);
    }
}
@media only screen and (max-width: 600px) {
    .maintext {
        padding-top: 30px;
        padding-bottom: 30px;
        color: white;
    }
    .navbar-brand>img {
        display: block;
        height: inherit;
    }
    .picture {
        position: relative;
        top: 0px;
        left: 0px;
        margin: 20px auto;
    }
    .content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .navbar-brand {
        /*        height: 15px;*/
        /*        float: right;*/
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .picture {
        position: relative;
        top: 0px;
        left: 0px;
        margin: 10px auto;
    }
    .content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .navbar-brand-centered {
        position: absolute;
        left: 10px;
        display: block;
        text-align: center;
    }
    .navbar {
        height: 150px;
    }
    .appstorebtn {
        height: 30px;
    }
    .navbar-text {
        position: absolute;
        right: 10px;
    }
    .maincontainer {
        margin-top: 0px;

    }

}

@media only screen and (max-width: 320px) {
    .navbar-brand-centered {
        position: absolute;
        left: 40px;
        top: 10px;
        display: block;
        text-align: center;
    }

    .navbar-text {
        position: absolute;
        right: 35%;
        top: 90px;
    }
    .navbar {
        height: 150px;
    }
    .rsslink {
        font-size: 12px;
    }
}

@media (max-width: 1024px) and (min-width: 1020px) {
    .picture {
        position: absolute;
        top: -50px;
        left: 45px;
        background-color: grey;
        height: 250px;
        width: 250px;
        box-shadow: 0px 10px 40px rgba(142, 125, 0, 0.4);
    }
    .navbar-brand-centered {
        position: absolute;
        left: 10px;
        display: block;
        text-align: center;
    }

    .navbar-text {
        position: absolute;
        right: 40px;
    }
}

@media screen and (min-width:768px) {
    .navbar-brand-centered {
        position: absolute;
        left: 40%;
        display: block;
        text-align: center;
    }
    .navbar > .container .navbar-brand-centered,
    .navbar > .container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}
@media (max-width:950px) and (min-width:768px) {
    .navbar-brand-centered {
        position: absolute;
        left: 10%;
        display: block;
        text-align: center;
    }
    .navbar > .container .navbar-brand-centered,
    .navbar > .container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}
.album-artt {
    height: 150px;
    width: 150px;
    display: inline-block;
    position: absolute;
    z-index: -1;
}

.play-control {
    background-color: #fff;
}



.contentt {
    height: 160px;
    overflow: hidden;
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 15px;
}

div.player {
    /*    border: 1px solid #eaeaea;*/
    margin-bottom: 20px;
    /*  max-width: 750px;*/
    margin: auto;
    /*    margin-top: 40px;*/
    background-color: #fff;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.22);
}

div.player img.album-art {
    width: 120px;
    height: 120px;
    float: left;
}

div.player div.meta-container {
    float: left;
    width: calc(100% - 120px);
    padding: 10px;
}

div.player div.meta-container div.song-title {
    /*    text-align: center;*/
    color: #d2bd24;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    /*    display: inline-block;*/
}

div.player div.meta-container div.song-artist {
    /*    text-align: center;*/
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
    line-height: 24px;
    /*    display: inline-block;*/
    /*    margin-left: 30px;*/
}

div.player div.meta-container div.time-container {
    font-family: Helvetica;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}

div.player div.meta-container div.time-container div.current-time {
    float: left;
}

div.player div.meta-container div.time-container div.duration {
    float: right;
}

div.player div.meta-container div.time-container:after {
    content: "";
    display: table;
    clear: both;
}

div.player div.meta-container progress.amplitude-song-played-progress:not([value]) {
    background-color: #c7c7c7;
}

div.player div.meta-container progress.amplitude-song-played-progress {
    background-color: #c7c7c7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px !important;
    display: block;
    cursor: -webkit-grab;
    border-radius: 3px;
    height: 8px;
    border: none;
}

div.player div.meta-container progress[value]::-webkit-progress-bar {
    background-color: #d4d4d4;
    border-radius: 3px;
}

div.player div.meta-container progress[value]::-moz-progress-bar {
    background-color: #c7c7c7;
    border-radius: 3px;
}

div.player div.meta-container progress[value]::-webkit-progress-value {
    background-color: #ffe001;
    border-radius: 3px;
}

div.player div.meta-container div.control-container {
    /*    text-align: center;*/
    margin-top: 0px;
    display: inline-block;
    /*
    position: absolute;
    top: 100px;
    left: 105px;
*/
}

div.player div.meta-container div.control-container div.amplitude-prev {
    width: 28px;
    height: 24px;
    cursor: pointer;
    background: url('../img/previous.svg');
    display: inline-block;
    vertical-align: middle;
}

div.player div.meta-container div.control-container div.amplitude-play-pause {
    width: 40px;
    height: 44px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 50%;
}

/*
div.player div.meta-container div.control-container div.amplitude-play-pause.amplitude-paused {
    background: url('../img/play.svg');
}

div.player div.meta-container div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url('../img/pause.svg');
}
*/

div.player div.meta-container div.control-container div.amplitude-next {
    width: 28px;
    height: 24px;
    cursor: pointer;
    background: url('../img/next.svg');
    display: inline-block;
    vertical-align: middle;
}

div.player:after {
    content: "";
    display: table;
    clear: both;
}

.album-art {
    height: 165px;
    width: 158px;
    display: inline-block;
    position: absolute;
    z-index: -1;
}

.control-container {
    display: inline-block;
    margin-left: 125px;
    vertical-align: middle;
    position: relative;
    top: 30px;
}

.song-artist {
    padding-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #CFBA20;
}

.song-title {
    padding-top: 10px;
    font-weight: 700;
}

div.time-container div.current-time {
    float: left;
    margin-left: 188px;
    font-size: 15px;
    margin-top: 5px;
}

div.time-container div.duration {
    float: right;
    margin-right: 10px;
    font-size: 15px;
}

div.time-container:after {
    content: "";
    display: table;
    clear: both;
}

.panel {
    /*    padding-top: 15px;*/
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.22);
}

progress.amplitude-song-played-progress {
    background-color: #c7c7c7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px !important;
    display: block;
    cursor: -webkit-grab;
    border-radius: 3px;
    height: 8px;
    border: none;
}

progress[value]::-webkit-progress-bar {
    background-color: #d4d4d4;
    border-radius: 3px;
}

progress[value]::-moz-progress-bar {
    background-color: #c7c7c7;
    border-radius: 3px;
}

progress[value]::-webkit-progress-value {
    background-color: #ffe001;
    border-radius: 3px;
}



.visualize-min {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 1;
    padding-left: 190px;
    display: none;
    /*    visibility: hidden;*/
}

.visualize-min div {
    width: 2px;
    background: #CFBA20;
    float: left;
    height: 50px;
    margin-right: 5px;
}



/*visuvalizer*/

.visualize {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 1;
    /*    visibility: hidden;*/
}

.visualize div {
    width: 2px;
    background: #CFBA20;
    float: left;
    height: 50px;
    margin-right: 5px;
}

.visualize {
    padding-left: 188px;
}

.visualizer div {
    width: 2px;
    background: #CFBA20;
    float: left;
    height: 50px;
    margin-right: 5px;
    transition: all 0.1s ease;
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 50px;
    }
}

.visualizer div:nth-child(1) {
    left: 1px;
    animation-duration: 474ms;
}

.visualizer div:nth-child(2) {
    /*    left: 5px;*/
    animation-duration: 433ms;
}

.visualizer div:nth-child(3) {
    left: 9px;
    animation-duration: 407ms;
}

.visualizer div:nth-child(4) {
    left: 13px;
    animation-duration: 458ms;
}

.visualizer div:nth-child(5) {
    left: 17px;
    animation-duration: 400ms;
}

.visualizer div:nth-child(6) {
    left: 21px;
    animation-duration: 427ms;
}

.visualizer div:nth-child(7) {
    left: 25px;
    animation-duration: 441ms;
}

.visualizer div:nth-child(8) {
    left: 29px;
    animation-duration: 419ms;
}

.visualizer div:nth-child(9) {
    left: 33px;
    animation-duration: 487ms;
}

.visualizer div:nth-child(10) {
    left: 37px;
    animation-duration: 442ms;
}

.visualizer div:nth-child(11) {
    left: 1px;
    animation-duration: 474ms;
}

.visualizer div:nth-child(12) {
    /*    left: 5px;*/
    animation-duration: 433ms;
}

.visualizer div:nth-child(13) {
    left: 9px;
    animation-duration: 407ms;
}

.visualizer div:nth-child(14) {
    left: 13px;
    animation-duration: 458ms;
}

.visualizer div:nth-child(15) {
    left: 17px;
    animation-duration: 400ms;
}

.visualizer div:nth-child(16) {
    left: 21px;
    animation-duration: 427ms;
}

.visualizer div:nth-child(17) {
    left: 25px;
    animation-duration: 441ms;
}

.visualizer div:nth-child(18) {
    left: 29px;
    animation-duration: 419ms;
}

.visualizer div:nth-child(19) {
    left: 33px;
    animation-duration: 487ms;
}

.visualizer div:nth-child(20) {
    left: 37px;
    animation-duration: 442ms;
}

.visualizer div:nth-child(21) {
    left: 1px;
    animation-duration: 474ms;
}

.visualizer div:nth-child(22) {
    /*    left: 5px;*/
    animation-duration: 433ms;
}

.visualizer div:nth-child(23) {
    left: 9px;
    animation-duration: 407ms;
}

.visualizer div:nth-child(24) {
    left: 13px;
    animation-duration: 458ms;
}

.visualizer div:nth-child(25) {
    left: 17px;
    animation-duration: 400ms;
}

.visualizer div:nth-child(26) {
    left: 21px;
    animation-duration: 427ms;
}

.visualizer div:nth-child(27) {
    left: 25px;
    animation-duration: 441ms;
}

.visualizer div:nth-child(28) {
    left: 29px;
    animation-duration: 419ms;
}

.visualizer div:nth-child(29) {
    left: 33px;
    animation-duration: 487ms;
}

.visualizer div:nth-child(30) {
    left: 37px;
    animation-duration: 442ms;
}

.visualizer div:nth-child(31) {
    left: 1px;
    animation-duration: 474ms;
}

.visualizer div:nth-child(32) {
    /*    left: 5px;*/
    animation-duration: 433ms;
}

.visualizer div:nth-child(33) {
    left: 9px;
    animation-duration: 407ms;
}

.visualizer div:nth-child(34) {
    left: 13px;
    animation-duration: 458ms;
}

.visualizer div:nth-child(35) {
    left: 17px;
    animation-duration: 400ms;
}

.visualizer div:nth-child(36) {
    left: 21px;
    animation-duration: 427ms;
}

.visualizer div:nth-child(37) {
    left: 25px;
    animation-duration: 441ms;
}

.visualizer div:nth-child(38) {
    left: 29px;
    animation-duration: 419ms;
}

.visualizer div:nth-child(39) {
    left: 33px;
    animation-duration: 487ms;
}

.visualizer div:nth-child(40) {
    left: 37px;
    animation-duration: 442ms;
}

.visualizer div:nth-child(41) {
    left: 1px;
    animation-duration: 474ms;
}

.visualizer div:nth-child(42) {
    /*    left: 5px;*/
    animation-duration: 433ms;
}

.visualizer div:nth-child(43) {
    left: 9px;
    animation-duration: 407ms;
}

.visualizer div:nth-child(44) {
    left: 13px;
    animation-duration: 458ms;
}

.visualizer div:nth-child(45) {
    left: 17px;
    animation-duration: 400ms;
}

.visualizer div:nth-child(46) {
    left: 21px;
    animation-duration: 427ms;
}

.visualizer div:nth-child(47) {
    left: 25px;
    animation-duration: 441ms;
}

.visualizer div:nth-child(48) {
    left: 29px;
    animation-duration: 419ms;
}

.visualizer div:nth-child(49) {
    left: 33px;
    animation-duration: 487ms;
}

.visualizer div:nth-child(50) {
    left: 37px;
    animation-duration: 442ms;
}

.visualizer div:nth-child(51) {
    left: 1px;
    animation-duration: 474ms;
}

.visualizer div:nth-child(52) {
    /*    left: 5px;*/
    animation-duration: 433ms;
}

.visualizer div:nth-child(53) {
    left: 9px;
    animation-duration: 407ms;
}

.visualizer div:nth-child(54) {
    left: 13px;
    animation-duration: 458ms;
}

.visualizer div:nth-child(55) {
    left: 17px;
    animation-duration: 400ms;
}

.visualizer div:nth-child(56) {
    left: 21px;
    animation-duration: 427ms;
}

.visualizer div:nth-child(57) {
    left: 25px;
    animation-duration: 441ms;
}

.visualizer div:nth-child(58) {
    left: 29px;
    animation-duration: 419ms;
}

.visualizer div:nth-child(59) {
    left: 33px;
    animation-duration: 487ms;
}

.visualizer div:nth-child(60) {
    left: 37px;
    animation-duration: 442ms;
}

.visualizer div:nth-child(61) {
    left: 1px;
    animation-duration: 474ms;
}

.visualizer div:nth-child(62) {
    /*    left: 5px;*/
    animation-duration: 433ms;
}

.visualizer div:nth-child(63) {
    left: 9px;
    animation-duration: 407ms;
}

.visualizer div:nth-child(64) {
    left: 13px;
    animation-duration: 458ms;
}

.visualizer div:nth-child(65) {
    left: 17px;
    animation-duration: 400ms;
}

.visualizer div:nth-child(66) {
    left: 21px;
    animation-duration: 427ms;
}

.visualizer div:nth-child(67) {
    left: 25px;
    animation-duration: 441ms;
}

.visualizer div:nth-child(68) {
    left: 29px;
    animation-duration: 419ms;
}

.visualizer div:nth-child(69) {
    left: 33px;
    animation-duration: 487ms;
}

.visualizer div:nth-child(70) {
    left: 37px;
    animation-duration: 442ms;
}

.song-detail {
    display: inline-block;
    padding-left: 8px;
    padding-bottom: 8px;
    /* width: 100%; */
}

div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url('../img/pause.png');
    background-color: #fff;
}

div.control-container div.amplitude-play-pause.amplitude-paused {
    background: url('../img/play.png');
    background-color: #fff;
}



/*error page css*/

.error .album-artt {
    background-color: #80808052;
    background-image: url(../img/podcast.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.error .album-artt img {
    visibility: hidden;
}

.error .control-container .play-control {

    /*    visibility: hidden;*/
}

.error .visualize-min div,
.error .visualize div {
    /*    background-color: #e6e6e6;*/
}

.error .visualize-min:after,
.error .visualize:after {

    /*    content: "No audio file found";*/
    /*    left: 45%;*/
    /*    position: absolute;*/
}

.error .visualize-min:after {
    /*    content: "No audio file found";*/
    /*    left: 40%;*/
    /*    position: absolute;*/
    /*    font-size: 12px;*/
}

.error .song-detail .song-artist,
.error .song-detail .song-title {
    color: #e6e6e6;
}

.error .song-detail .song-title::after {
    content: "Song Title"
}

.error .song-detail .song-artist::after {
    content: "Song Artist"
}

.errorr {
    display: none;
}

.error .errorr {
    display: block;
    position: absolute;
    text-align: center;
    width: 90%;
    background-color: #000000b8;
    color: white;
    height: 160px;
    padding-top: 65px;
    z-index: 1000;
}

div.player div.meta-container div.control-container div.amplitude-play-pause {
    width: 40px;
    height: 44px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 50%;
}

div.player div.meta-container div.time-container div.current-time {
    float: left;
}

div.player div.meta-container div.time-container div.duration {
    float: right;
}

.play-control {
    /*    border: 1px solid #ffe001;*/
    border-radius: 50%;
    padding: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-top: -15px;
    background-color: white;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.25);
}

.album-artt {
    height: 150px;
    width: 150px;
    display: inline-block;
    position: absolute;
    z-index: -1;
}

.play-control {
    background-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #cfba52;
    border-bottom: 0px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    color: white;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.link {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #CFBA20;
    color: white;
}


.skeletonwrapper {
    padding: 30px;
    background-color: #f8f8f8;
    width: 100%;
    border-radius: 2px;
  }
  
  .skeletonwrapper h3 {
    margin-bottom: 20px;
  }
  .skeletonwrapper h3 span {
    height: 30px;
  }
  .skeletonwrapper p {
    line-height: 24px;
    margin-bottom: 15px;
  }
  .skeletonwrapper p span {
    height: 15px;
  }
  .skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
    border-radius: 2px;
  }
  .skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, rgba(255, 255, 255, 0)),
      color-stop(20%, rgba(255, 255, 255, 0.2)),
      color-stop(60%, rgba(255, 255, 255, 0.5)),
      to(rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0)
    );
    -webkit-animation: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
  }
  @-webkit-keyframes shimmer {
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes shimmer {
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  .shimmer{
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0px;
    margin: auto;
    margin-bottom: 20px;
    max-width: 1179px;
  }
  
  .shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px; 
    display: inline-block;
    position: relative; 
    
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
    }
  
  box {
    height: 100px;
    width: 100px;
  }
  
  .shimmer-header {
    display: flex;
    margin-right: 0px;
    margin-bottom: 10px;
    vertical-align: top; 
  }
  .shimmer-header div{
    padding-left: 15px;
    width: calc(100% - 115px)
  }
  lines {
    height: 20px;
    margin-top: 10px;
    width: 100%; 
  }
  .paradiv lines{
    height: 10px;
    margin-top: 10px;
    width: 100%; 
  }
  .paradiv lines:last-child{
    height: 10px;
    margin-top: 10px;
    width: 50%; 
  }
  photo {
    display: block !important;
    width: 100%; 
    height: 50px; 
    margin-top: 15px;
  }
  
  @-webkit-keyframes placeholderShimmer {
    0% {
      background-position: -468px 0;
    }
    
    100% {
      background-position: 468px 0; 
    }
  }
  
  hr{
    margin-top: 20px;
      margin-bottom: 20px;
      border: 0;
      border-top: 1px solid #eee;
  }  