.fla_v2_Modal * {
    box-sizing: border-box;
}
.fla_v2_Modal
{
    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;
    line-height: 1.4;
}
.fla_v2_Modal .fla_flexe
{
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.fla_v2_Modal .flaModalCloseButton{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -100;
    will-change: opacity;
}
.fla_v2_Modal .fla_v2_ItemShare
{
    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_v2_Modal .fla_v2_ItemShare .fla_ItemDescription
{
    display: block;
    margin: 0.5em 0 1em 0;
    font-weight: 400;
    font-size: 80%;
    /*line-height: 1;*/
}
.fla_v2_ItemShare .fla_DescriptionWrap .fla_ItemTitle
{
    display: block;
    font-size: 130%;
    font-weight: 600;
    /*line-height: 1.3;*/
}
.fla_v2_Modal .fla_v2_ItemShare .fla_ItemShareButtonWrap
{
    position: relative;
    display: inline-block;
    padding: 0 4px;
    min-width: 130px;
    width: 50%;
    height: 42px;
}
.fla_v2_Modal .fla_v2_ItemShare .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_v2_Modal .fla_v2_ItemShare .fla_ItemShareButtonWrap .fla_ItemCopyLink svg
{
    width: 40px;
    height: 40px;
    padding: 4px;
    float: left;
    transition: fill .4s;
    vertical-align: baseline !important;
}
.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_v2_Modal .fla_v2_ItemShare .fla_ItemCopyLink:hover
{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.fla_v2_Modal .fla_v2_ItemShare .fla_ItemCopyLink:hover .fla_SH_title
{
    opacity: 1;
}
.fla_v2_Modal .fla_v2_ItemShare .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_v2_Modal .fla_v2_ItemShare .fla_ItemShareButton:hover
{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.fla_v2_Modal .fla_v2_ItemShare .fla_ItemShareButton:hover .fla_SH_title
{
    opacity: 1;
}
.fla_v2_Modal .fla_v2_ItemShare .fla_ItemShareButton svg
{
    width: 40px;
    height: 40px;
    float: left;
    vertical-align: baseline !important;
}
.fla_v2_Modal .fla_v2_ItemShare .fla_ItemShareButton .fla_SH_title
{
    white-space: nowrap;
    position: absolute;
    left: 30px;
    right: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 41px;
    text-align: center;
    opacity: 0.7;
    transition: opacity .4s;
}
.fla_v2_Modal .fla_v2_ItemInfoBar
{
    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_v2_Modal .fla_v2_ItemInfoBar .fla_InfoBarCloseButton, .fla_v2_Modal .fla_v2_ItemShare .fla_InfoBarCloseButton
{
    position: relative;
    z-index: 11;
    margin: 10px;
    width: 24px;
    height: 24px;
    display: inline-block;
    float: right ;
    cursor: pointer;
}
.fla_v2_Modal .fla_v2_ItemInfoBar .fla_InfoBarCloseButton svg, .fla_v2_Modal .fla_v2_ItemShare .fla_InfoBarCloseButton svg
{
    width: 100%;
    height: 100%;
    vertical-align: baseline !important;
}
.fla_v2_Modal .fla_v2_ItemInfoBar .fla_DescriptionWrap, .fla_v2_Modal .fla_v2_ItemShare .fla_DescriptionWrap
{
    min-width: 260px;
    min-height: 44px;
    padding: 10px 20px 0 20px;
    float: left;
    text-align: left;
}
.fla_v2_ItemInfoBar .fla_DescriptionWrap .fla_ItemTitle
{
    font-size: 130%;
    font-weight: 600;
}
.fla_v2_ItemInfoBar .fla_DescriptionWrap .fla_ItemDescription
{
    font-size: 80%;
    font-weight: 400;
}
.fla_v2_ItemInfoBar .fla_DescriptionWrap .termsTitle
{
    display: inline-block;
    line-height: 26px;
    padding: 0 20px 0 3px;
    position: relative;
    text-decoration: none;
    /*float: left;*/
}
/*--------------- TAGS ---------------------*/
.fla_v2_ItemInfoBar .fla_DescriptionWrap .tags
{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.fla_v2_ItemInfoBar .fla_DescriptionWrap .tags li {
    float: left;
}
.fla_v2_ItemInfoBar .fla_DescriptionWrap .tag, .fla_v2_ItemInfoBar .fla_DescriptionWrap .album,
.fla_v2_ItemInfoBar .fla_DescriptionWrap .category
{
    border-radius: 3px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 7px 10px 0;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}
/*------------------------------------*/
.fla_v2_ItemInfoBar .fla_DescriptionWrap .fla_ItemMetaExifValue
{
    line-height: 1.9;
}
.fla_v2_ItemInfoBar .fla_DescriptionWrap .fla_ItemsDate
{
    font-size: 100%;
    line-height: 1.9;
}
.fla_v2_ItemInfoBar .fla_DescriptionWrap .fla_ItemMetaKey
{
    float: left;
    width: 40%;
    min-width: 80px;
}
.fla_v2_ItemInfoBar .fla_DescriptionWrap .fla_ItemMetaValue
{
    float: left;
    white-space: nowrap;
    text-transform: capitalize;
}
.fla_v2_ItemInfoBar .fla_DescriptionWrap  .fla_ItemMetaExifSeparator {
    font-size: 100%;
    margin: 0 2px;
    opacity: .4;
}
.fla_v2_Modal .fla_v2_ItemInfoBar .fla_DescriptionWrap .likesViewCom
{
    position: relative;
    float: left;
    min-width: 68px;
    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_v2_Modal .fla_v2_ItemInfoBar .fla_DescriptionWrap .likesViewCom svg
{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: baseline !important;
}
.fla_v2_Modal .fla_v2_ItemInfoBar .fla_DescriptionWrap .likesViewCom .counterTxt
{
    font-size: 15px;
    line-height: 1;
}
