.fla_grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.fla_grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.fla_AlbumsListMasonry_clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0px;
    content: " ";
    clear: both;
    height: 0px;
}
.fla_NoneTransition{
    transition: none !important;
}
/******************************** Main View **************/
.fla_AlbumsListMasonry_Collection {
    position: relative;
    min-height: 100px;
    transition: height .5s;
    -webkit-user-select: none;
}
.fla_AlbumsListMasonry_Collection * {
    box-sizing: border-box;
}
/******************************** Main View Grid ************/
.fla_AlbumsListMasonry_GridCollections {
    position: relative;
    width: 100%;
    will-change: height;
    min-height: 100px;
    overflow: hidden;
    -webkit-user-select: none;
}
.fla_AlbumsListMasonry_GridCollections * {
    box-sizing: border-box;
}
/******************************** GM AlbumsListMasonry Preloader *************************/
.fla_AlbumsListMasonryPreloader {
    min-height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 100;
}
@keyframes spinner {
    0% { transform: rotate(-360deg); }
    100% { transform: rotate(0deg); }
}
@keyframes _spinner {
    to {
        transform: rotate(-1440deg);
    }
}
.fla_AlbumsListMasonryPreloader .c-spinner {
    /*animation: 2s _spinner ease-in-out infinite alternate;*/
    animation: 1s spinner linear infinite;
}
@keyframes gmFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/******************************** GM AlbumsList SplashViewSlider ******************/
.fla_AlbumsListMasonrySplashSlider
{
    position: relative;
    will-change: transform;
    width: 100%;
    min-height: 100px;
    top:0;
    left: 0;
}
.fla_AlbumsListMasonrySplashSliderPage
{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.fla_AlbumsListMasonrySplashSliderPage .coverWrap
{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
/****************************** AlbumsList SplashSlider Navi *****************/
.fla_AlbumsListMasonrySplashSliderNaviBar
{
    position: relative;
    min-height: 20px;
    width: 100%;
}
.fla_AlbumsListMasonrySplashSliderNextPrevButtons
{
    position: absolute;
    width: 60px;
    max-height: 24px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background-color .2s;
    border-radius: 2px;
    /*-webkit-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.59));
    filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.59));*/
}
.fla_AlbumsListMasonrySplashSliderNextPrevButtons svg
{
    width: 100%;
    height: 100%;
}
.fla_AlbumsListMasonrySpleshSliderThumbsNavi
{
    position: relative;
    width: 100%;
    top: 0px;
    padding: 0 100px;
    text-align: center !important;
}
.fla_AlbumsListMasonrySpleshSliderThumbsNavi .fla_AlbumsListMasonryBullet
{
    position: relative;
    display: inline-block ;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 50%;
    opacity: .5;
    transition: opacity .5s;
}
.fla_AlbumsListMasonrySpleshSliderThumbsNavi .miniScreen
{
    width: 5px;
    height: 5px;
    margin: 2px 2px;
}
/******************************** AlbumsList Cover *************************/
.fla_AlbumsListMasonryCover{
    position: relative;
    float: left;
    cursor: pointer;
    perspective: 1000px;
}
.fla_AlbumsListMasonryCover .fla_iOS_optima, .fla_AlbumsListMasonryCover .fla_AlbumsListMasonryCoverHA .fla_iOS_optima
{
    will-change:unset;
}
.fla_AlbumsListMasonryCoverImgHolder
{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height:100%;
    will-change: transform;
    pointer-events: none;
    z-index: 100;
    /*transition: 0.1s;
    -moz-transition: none;*/
}
.fla_AlbumsListMasonryCover img{
    will-change: opacity;
    opacity: 0.01;
    transition: opacity .5s;
    pointer-events: none;
}
.fla_AlbumsListMasonryCover .fla_AlbumsListMasonryCoverShine
{
    pointer-events: none;
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
}
.fla_AlbumsListMasonryCoverHA{
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform;
    z-index: 200;
}
.fla_AlbumsListMasonryHoverBG
{
    position: absolute;
    will-change: opacity;
    opacity: 0.01;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s;
}
.fla_AlbumsListMasonryCover .fla_AlbumsListMasonryCoverTitleHolder
{
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: 20px;
    padding-right: 20px;
    text-shadow: rgba(0, 0, 0, 0.347059) 0px 0px 7px;

}
.fla_AlbumsListMasonryCoverTitleHolder .coverTitle {
    font-size: 32px;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:5px;
    padding-bottom:5px;
    color: #fff;
    user-select: none;
    pointer-events: none;
}
.fla_AlbumsListMasonryCoverTitleHolder .coverCounter {
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    pointer-events: none;
    display: inline-block;
    float: right;
    height: 30px;
    line-height: 30px;
}
.fla_AlbumsListMasonryCoverTitleHolder .coverShareButton
{
    position: relative;
    padding: 5px;
    -webkit-filter: drop-shadow( 0px 0px 7px rgba(0, 0, 0, 0.347059));
    filter: drop-shadow( 0px 0px 7px rgba(0, 0, 0, 0.347059));
    height: 30px;
    width: 30px;
    margin: 0px 12px;
    cursor: pointer;
    float: right;
}
.fla_AlbumsListMasonryCoverTitleHolder .coverShareButton svg
{
    width: 100%;
    height: 100%;
    transition: fill .2s, transform .4s ease-out;
}
/******************************** AlbumsList Collection View ********************/
.fla_AlbumsListMasonryPopUpBodyChildecCollapse
{
    height: 0 !important;
    overflow: hidden !important;
}
.fla_AlbumsListMasonryPopUpActive {
    height: auto !important;
    overflow: auto !important;
}
.fla_AlbumsListMasonryPopUpActive body {
    position: static !important;
}
.fla_AlbumsListMasonryColection *{
    box-sizing: border-box !important;
}
.fla_AlbumsListMasonryColection
{
    position: absolute;
    z-index: 99999;
    width: 100%;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    will-change: visibility;
    -webkit-text-size-adjust: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
.fla_AlbumsListMasonryColectionActivate
{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}
.fla_AlbumsListMasonryColection .fla_CollectionBg
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.fla_AlbumsListMasonryColection .fla_CollectionScrollView
{
    position: relative;
    width: 100%;
    max-width:1200px;
    margin: auto ;
    padding: 0 10px;
}
.fla_AlbumsListMasonryColection .collectionHeader
{
    position: relative;
    width: 100%;
    min-height: 30px;
    text-align: center;
    padding: 15px 20px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transform: translateY(-100%);
    transition: transform 0.4s;
    will-change: transform;
}
.fla_AlbumsListMasonryColection .collectionHeaderActivate
{
    transform: translateY(0%);
}
.fla_AlbumsListMasonryColection .collectionHeader .title
{
    margin: auto;
    max-width: 940px;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
}
.fla_AlbumsListMasonryColection .collectionHeader .titleMiniScreen
{
    font-size: 24px;
}
.fla_AlbumsListMasonryColection .collectionHeader .collectionDescription
{
    margin: auto;
    max-width: 940px;
    font-size: 14px;
}
.fla_AlbumsListMasonryColection .collectionButtons
{
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 4px;
    width: 30px;
    height: 30px;
    margin: 0px 2px 2px 0px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color .2s, transform .4s ease-out;
    border-radius: 2px;
}
.fla_AlbumsListMasonryColection .collectionButtonsMiniScreen {
    top: 15px;
    padding: 4px;
    width: 24px;
    height: 24px;
}
.fla_AlbumsListMasonryColection .collectionButtons svg
{
    width: 100%;
    height: 100%;
    transition: fill .2s, transform .4s ease-out;
}
.fla_AlbumsListMasonryColection .fla_AlbumsListMasonryFixedHeder
{
    position: fixed;
    top:0px;
    left: 0px;
    min-height: 30px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    z-index: 2000;
    will-change: opacity, transform;
    opacity: 0;
    transition: opacity 0.2s, transform 0.4s ease-in;
    transform: translateY(-100%);
    background-color: white ;
    width: 100%;
}
.fla_AlbumsListMasonryColection .fla_AlbumsListMasonryFixedHeder .title
{
    margin: 0px 40px 0px 10px;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}
.fla_AlbumsListMasonryColection .fla_CollectionScrollView .collectionColumn
{
    position: relative;
    float: left;
    /*border: solid 1px rgba(0, 0, 0, 0.11);*/
}
.fla_AlbumsListMasonryColection .fla_CollectionScrollView .fla_CollectionItem
{
    position: relative;
}
.fla_AlbumsListMasonryColection .fla_CollectionScrollView .fla_CollectionItem img
{
    will-change: opacity;
    transition: opacity .4s;
    opacity: 0;
    display: block;
}
.fla_AlbumsListMasonryColection .fla_CollectionScrollView .fla_CollectionItem .fla_ItemHover
{
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 0, transparent 40%, transparent 60%, rgba(0, 0, 0, .7));
    opacity: 0.01;
    transition: all .15s ease-in-out;
    cursor: zoom-in;
}
.fla_AlbumsListMasonryColection .fla_CollectionScrollView .fla_CollectionItem .fla_ItemInfoWrapTop
{
    position: absolute;
    top: 15px;
    right: 20px;
    display: inline-block;
}
.fla_AlbumsListMasonryColection .fla_CollectionScrollView .fla_CollectionItem .fla_ItemInfoWrapBottom
{
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.347059) 0px 0px 7px;
}
/******************************** Collection Item Info Holder *************************/
.fla_AlbumsListMasonryCollectionItemInfoMenu
{

}
.fla_AlbumsListMasonryCollectionItemInfoMenu .itemsButtons
{
    position: relative;
    padding: 9px;
    width: 38px;
    height: 38px;
    margin: 5px 0px 0px 0px;
    cursor: pointer;
    float: left;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    transition: background-color .2s, transform .4s ease-out;
    border-radius: 2px;
}
.fla_AlbumsListMasonryCollectionItemInfoMenu .itemsButtons svg
{
    width: 100%;
    height: 100%;
    transition: fill .2s, transform .4s ease-out;
}
/******************************** AlbumsList CollectionSlider View ********************/
.fla_AlbumsListMasonryColectionSlider *{
    box-sizing: border-box !important;
}
.fla_AlbumsListMasonryColectionSlider
{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    will-change: opacity, visibility;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease, visibility .4s ease
}
.fla_AlbumsListMasonryColectionSliderActivate
{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}
.fla_AlbumsListMasonryColectionSlider .fla_SliderBg
{
    width: 100%;
    height: 100%;
    transform: translateZ(0);
}
.fla_AlbumsListMasonryColectionSlider .fla_AlbumsListMasonrySlidesWrap
{
    position: absolute;
    will-change: transform;
    width: 100%;
    top:0;
    bottom: 0;
    margin-top: 100px;
    margin-bottom: 100px;
}
.fla_AlbumsListMasonryColectionSlider .miniScreen
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.fla_AlbumsListMasonrySlidesWrap .fla_AlbumsListMasonrySliderPage
{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.fla_AlbumsListMasonrySlidesWrap .fla_AlbumsListMasonrySliderPage .fla_AlbumsListMasonryItemPage
{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    padding: 0px 10px;
    text-align: center;
}
.fla_AlbumsListMasonrySlidesWrap .fla_AlbumsListMasonrySliderPage .fla_AlbumsListMasonryItemPage .fla_flexe
{
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.fla_AlbumsListMasonrySlidesWrap .fla_AlbumsListMasonrySliderPage .fla_AlbumsListMasonryItemPage img
{
    max-height: 100%;
    max-width: 100%;
    display: inline;
    width: auto;
    height: auto;
    object-fit: unset;
    vertical-align: middle;
    cursor: default;
    border: none;
    transition: opacity .3s ease-in-out;
}
.fla_AlbumsListMasonryColectionSlider .sliderNextPrevButtons
{
    position: absolute;
    width: 50px;
    height: 34px;
    top: 50%;
    margin: 0px 10px;
    cursor: pointer;
    transition: background-color .2s, transform .4s ease-out;
    border-radius: 2px;
}
.fla_AlbumsListMasonryColectionSlider .sliderNextPrevButtonsMiniScreen
{
    /*height: 100%;
    top: 0px;
    opacity: 0;
    margin: 0px;*/
    display: none;
}
.fla_AlbumsListMasonryColectionSlider .sliderNextPrevButtons svg
{
    width: 100%;
    height: 100%;
}
.fla_AlbumsListMasonryColectionSlider .sliderItemsButtons
{
    position: relative;
    padding: 9px;
    width: 38px;
    height: 38px;
    margin: 0px 2px 2px 0px;
    cursor: pointer;
    float: left;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color .2s, transform .4s ease-out;
    border-radius: 2px;
}
.fla_AlbumsListMasonryColectionSlider .sliderItemsButtons svg
{
    width: 100%;
    height: 100%;
    transition: fill .2s, transform .4s ease-out;
}
.fla_AlbumsListMasonryColectionSlider .fla_NoneTransition
{
    transition: none;
}
.fla_AlbumsListMasonryColectionSlider .fla_AlbumsListMasonrySlidesHeader
{
    position: absolute;
    height:auto;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));
    width: 100%;
    top: 0px;
    transform: translateY(-100%);
    will-change: transform;
    transition: transform .4s ease-out;
}
.fla_AlbumsListMasonryColectionSlider .fla_AlbumsListMasonrySlidesHeaderMiniScreen
{
    /*background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));*/
}
.fla_AlbumsListMasonryColectionSlider .fla_AlbumsListMasonrySlidesHeaderActivate
{
    transform: translateY(0);
}
.fla_AlbumsListMasonryColectionSlider .fla_AlbumsListMasonrySlidesFooter
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));
    transform: translateY(100%);
    will-change: transform;
    transition: transform .4s ease-out;
}
.fla_AlbumsListMasonryColectionSlider .fla_AlbumsListMasonrySlidesFooterActivate
{
    transform: translateY(0);
}
.fla_AlbumsListMasonryColectionSlider .fla_InfoBox1
{
    position: relative;
    float: left;
    margin: 10px 20px;
}
.fla_AlbumsListMasonryColectionSliderItemTitle
{
    text-rendering: auto;
    color: #fff;
    font-size: 36px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    box-sizing: content-box;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.fla_AlbumsListMasonryColectionSliderItemTitleMiniScreen
{
    padding-bottom: 10px;
}
.fla_AlbumsListMasonryColectionSliderTermTitle
{

}
.fla_AlbumsListMasonryColectionSliderTermTitleMiniScreen
{

}
/******************************** Albums List SLider Modal *************************/
.fla_AlbumsListMasonryModal * {
    box-sizing: border-box;
}
.fla_AlbumsListMasonryModal
{
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    will-change: opacity;
    transition: opacity .4s;
    text-align: center;
}
.fla_AlbumsListMasonryModal .fla_flexe
{
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare
{
    font-size: 14px;
    line-height: 1.3;
    margin: 0 10px;
    padding-bottom: 10px;
    max-width: 480px;
    min-width: 260px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    vertical-align: middle;
    display: inline-block ;
    will-change: transform;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_ItemDescription
{
    font-weight: 400;
    font-size: 80%;
    line-height: 1;
}
.fla_AlbumsListMasonryItemShare .fla_DescriptionWrap .fla_ItemTitle
{
    font-size: 130%;
    font-weight: 600;
    line-height: 1.3;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_ItemShareButtonWrap
{
    position: relative;
    display: inline-block;
    padding: 0px 4px;
    min-width: 130px;
    width: 50%;
    height: 42px;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_ItemShareButtonWrap .fla_ItemCopyLink
{
    background-color: rgb(250, 250, 250);
    border: solid 1px rgba(0, 0, 0, 0.17);
    width: 100%;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: .4s;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_ItemShareButtonWrap .fla_ItemCopyLink svg
{
    width: 40px;
    height: 40px;
    padding: 4px;
    float: left;
    transition: fill .4s;
}
.fla_ItemShareButtonWrap .fla_ItemCopyLink .fla_SH_title
{
    position: absolute;
    white-space: nowrap;
    line-height: 41px;
    left: 41px;
    right: 10px;
    overflow: hidden;
    opacity: .7;
    transition: .4s;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_ItemCopyLink:hover
{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_ItemCopyLink:hover .fla_SH_title
{
    opacity: 1;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_ItemShareButton
{
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.18);
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: rgb(250, 250, 250);
    transition: .4s;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_ItemShareButton:hover
{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_ItemShareButton:hover .fla_SH_title
{
    opacity: 1;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_ItemShareButton svg
{
    width: 40px;
    height: 40px;
    float: left;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_ItemShareButton .fla_SH_title
{
    white-space: nowrap;
    position: absolute;
    left: 30px;
    right: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 41px;
    text-align: center;
    opacity: 0.7;
    transition: opacity .4s;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemInfoBar
{
    font-size: 14px;
    line-height: 1.3;
    margin: 0 10px;
    padding-bottom: 10px;
    max-width: 820px;
    min-width: 260px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    vertical-align: middle;
    display: inline-block ;
    will-change: transform;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemInfoBar .fla_InfoBarCloseButton, .fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_InfoBarCloseButton
{
    margin: 10px;
    width: 24px;
    height: 24px;
    display: inline-block;
    float: right ;
    cursor: pointer;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemInfoBar .fla_InfoBarCloseButton svg, .fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_InfoBarCloseButton svg
{
    width: 100%;
    height: 100%;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemInfoBar .fla_DescriptionWrap, .fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemShare .fla_DescriptionWrap
{
    min-width: 270px;
    min-height: 44px;
    padding: 10px 20px 0px 20px;
    float: left;
    text-align: left;
}
.fla_AlbumsListMasonryItemInfoBar .fla_DescriptionWrap .fla_ItemTitle
{
    font-size: 130%;
    font-weight: 600;
}
.fla_AlbumsListMasonryItemInfoBar .fla_DescriptionWrap .fla_ItemDescription
{
    font-size: 110%;
}
.fla_AlbumsListMasonryItemInfoBar .fla_DescriptionWrap .fla_ItemMetaExifValue
{
    line-height: 1.9;
}
.fla_AlbumsListMasonryItemInfoBar .fla_DescriptionWrap .fla_ItemsDate
{
    font-size: 100%;
    line-height: 1.9;
}
.fla_AlbumsListMasonryItemInfoBar .fla_DescriptionWrap .fla_ItemMetaKey
{
    float: left;
    width: 40%;
    min-width: 80px;
}
.fla_AlbumsListMasonryItemInfoBar .fla_DescriptionWrap .fla_ItemMetaValue
{
    float: left;
    white-space: nowrap;
    text-transform: capitalize;
}
.fla_AlbumsListMasonryItemInfoBar .fla_DescriptionWrap  .fla_ItemMetaExifSeparator {
    font-size: 100%;
    margin: 0 2px;
    opacity: .4;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemInfoBar .fla_DescriptionWrap .likesViewCom
{
    position: relative;
    float: left;
    width: 31%;
    min-height: 40px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.18);
    border-radius: 2px;
    background-color: rgb(250, 250, 250);
    padding: 4px;
    margin: 0 1%;
    text-align: center;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemInfoBar .fla_DescriptionWrap .likesViewCom svg
{
    display: inline-block;
    width: 24px;
    height: 24px;
}
.fla_AlbumsListMasonryModal .fla_AlbumsListMasonryItemInfoBar .fla_DescriptionWrap .likesViewCom .counterTxt
{
    font-size: 15px;
    line-height: 1;
}
/******************************** GM Albums List ScrollBar *************************/
.fla_AlbumsListMasonryTermScrollBarWrap
{
    position: relative;
    width: 100%;
    margin: 10px 0px;
    box-sizing: content-box;
}
.fla_AlbumsListMasonryTermScrollBarWrap .fla_AlbumsListMasonryScrollView
{
    position: relative;
    height: 100%;
    margin: auto;
    overflow: hidden;
    will-change: transform;
}
.fla_AlbumsListMasonryTermScrollBarWrap .fla_AlbumsListMasonryScrollBar
{
    position: relative;
    height: 4px;
    width: 100%;
}
.fla_AlbumsListMasonryScrollBarItem
{
    position: relative;
    height: 80px;
    width: 100px;
    float: left;
    overflow: hidden;
}
.fla_AlbumsListMasonryTermScrollBarWrap .miniScreen
{
    height: 50px;
    width: 70px;
    margin: 0px 0px;
}
.fla_AlbumsListMasonryScrollBarItem .fla_AlbumsListMasonryScrollBarItemBg
{
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fla_AlbumsListMasonryScrollBarItem .fla_AlbumsListMasonryScrollBarItemHover
{
    position: absolute;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
}
.fla_AlbumsListMasonryScrollBarItem .fla_AlbumsListMasonryScrollBarItemLink
{
    position: absolute;
    width: 34px;
    height: 34px;
    padding: 6px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.fla_AlbumsListMasonryScrollBarItemLink.rotate svg{
    animation: 1s spinner linear infinite;
}
.fla_AlbumsListMasonryScrollBarItemLink svg
{
    width: 100%;
    height: 100%;
}
/***************** Audio Content ******************/
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.fla_AudioCoverContainerAlbumsListMasonry {
    border-radius: 50%;
    height: 300px;
    width: 300px;
    overflow: hidden;
}

.fla_AlbusListRotate {
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.fla_CircleAudioControllerAlbumsListMasonryContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 109px;
    height: 109px;
    transform: translate3d(-50%, -50%, 0px);
    overflow: hidden;
    cursor: pointer;
}

.fla_CirclebButtonAudioPlayerAlbumsListMasonry {
    position: absolute;
    display: block;
    width: 106px;
    height: 106px;
    padding: 12px;
    transition: background 0.3s;
}

.fla_CirclebButtonAudioPlayerAlbumsListMasonry svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
}