/******************************** Modal Window *************************/
.gmedia_v2_Modal * {
    box-sizing: border-box;
}
.gmedia_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;
}
.gmedia_v2_Modal .gmflexe
{
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.gmedia_v2_Modal .gmedia_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;
}
.gmedia_v2_Modal .gmedia_v2_ItemShare .gmItemDescription
{
    display: block;
    margin: 0.5em 0 1em 0;
    font-weight: 400;
    font-size: 80%;
    line-height: 1;
}
.gmedia_v2_ItemShare .gmDescriptionWrap .gmItemTitle
{
    display: block;
    font-size: 130%;
    font-weight: 600;
    line-height: 1.3;
}
.gmedia_v2_Modal .gmedia_v2_ItemShare .gmItemShareButtonWrap
{
    position: relative;
    display: inline-block;
    padding: 0 4px;
    min-width: 130px;
    width: 50%;
    height: 42px;
}
.gmedia_v2_Modal .gmedia_v2_ItemShare .gmItemShareButtonWrap .gmItemCopyLink
{
    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;
}
.gmedia_v2_Modal .gmedia_v2_ItemShare .gmItemShareButtonWrap .gmItemCopyLink svg
{
    width: 40px;
    height: 40px;
    padding: 4px;
    float: left;
    transition: fill .4s;
    vertical-align: baseline !important;
}
.gmItemShareButtonWrap .gmItemCopyLink .gmSH_title
{
    position: absolute;
    white-space: nowrap;
    line-height: 41px;
    left: 41px;
    right: 10px;
    overflow: hidden;
    opacity: .7;
    transition: .4s;
}
.gmedia_v2_Modal .gmedia_v2_ItemShare .gmItemCopyLink:hover
{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.gmedia_v2_Modal .gmedia_v2_ItemShare .gmItemCopyLink:hover .gmSH_title
{
    opacity: 1;
}
.gmedia_v2_Modal .gmedia_v2_ItemShare .gmItemShareButton
{
    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;
}
.gmedia_v2_Modal .gmedia_v2_ItemShare .gmItemShareButton:hover
{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.gmedia_v2_Modal .gmedia_v2_ItemShare .gmItemShareButton:hover .gmSH_title
{
    opacity: 1;
}
.gmedia_v2_Modal .gmedia_v2_ItemShare .gmItemShareButton svg
{
    width: 40px;
    height: 40px;
    float: left;
    vertical-align: baseline !important;
}
.gmedia_v2_Modal .gmedia_v2_ItemShare .gmItemShareButton .gmSH_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;
}
.gmedia_v2_Modal .gmedia_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;
}
.gmedia_v2_Modal .gmedia_v2_ItemInfoBar .gmInfoBarCloseButton, .gmedia_v2_Modal .gmedia_v2_ItemShare .gmInfoBarCloseButton
{
    position: relative;
    z-index: 11;
    margin: 10px;
    width: 24px;
    height: 24px;
    display: inline-block;
    float: right ;
    cursor: pointer;
}
.gmedia_v2_Modal .gmedia_v2_ItemInfoBar .gmInfoBarCloseButton svg, .gmedia_v2_Modal .gmedia_v2_ItemShare .gmInfoBarCloseButton svg
{
    width: 100%;
    height: 100%;
    vertical-align: baseline !important;
}
.gmedia_v2_Modal .gmedia_v2_ItemInfoBar .gmDescriptionWrap, .gmedia_v2_Modal .gmedia_v2_ItemShare .gmDescriptionWrap
{
    min-width: 270px;
    min-height: 44px;
    padding: 10px 20px 0 20px;
    float: left;
    text-align: left;
}
.gmedia_v2_ItemInfoBar .gmDescriptionWrap .gmItemTitle
{
    font-size: 130%;
    font-weight: 600;
}
.gmedia_v2_ItemInfoBar .gmDescriptionWrap .gmItemDescription
{
    font-size: 80%;
    font-weight: 400;
}
.gmedia_v2_ItemInfoBar .gmDescriptionWrap .termsTitle
{
    display: inline-block;
    line-height: 26px;
    padding: 0 20px 0 3px;
    position: relative;
    text-decoration: none;
    /*float: left;*/
}
/*--------------- TAGS ---------------------*/
.gmedia_v2_ItemInfoBar .gmDescriptionWrap .tags
{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.gmedia_v2_ItemInfoBar .gmDescriptionWrap .tags li {
    float: left;
}
.gmedia_v2_ItemInfoBar .gmDescriptionWrap .tag, .gmedia_v2_ItemInfoBar .gmDescriptionWrap .album,
.gmedia_v2_ItemInfoBar .gmDescriptionWrap .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;
}
/*------------------------------------*/
.gmedia_v2_ItemInfoBar .gmDescriptionWrap .gmItemMetaExifValue
{
    line-height: 1.9;
    display: inline-block;
}
.gmedia_v2_ItemInfoBar .gmDescriptionWrap .gmItemsDate
{
    font-size: 100%;
    line-height: 1.9;
}
.gmedia_v2_ItemInfoBar .gmDescriptionWrap .gmItemMetaKey
{
    float: left;
    width: 40%;
    min-width: 80px;
}
.gmedia_v2_ItemInfoBar .gmDescriptionWrap .gmItemMetaValue
{
    float: left;
    white-space: nowrap;
    text-transform: capitalize;
}
.gmedia_v2_ItemInfoBar .gmDescriptionWrap  .gmItemMetaExifSeparator {
    display: inline-block;
    font-size: 100%;
    margin: 0 2px;
    opacity: .4;
}
.gmedia_v2_Modal .gmedia_v2_ItemInfoBar .gmDescriptionWrap .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;
}
.gmedia_v2_Modal .gmedia_v2_ItemInfoBar .gmDescriptionWrap .likesViewCom svg
{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: baseline !important;
}
.gmedia_v2_Modal .gmedia_v2_ItemInfoBar .gmDescriptionWrap .likesViewCom .counterTxt
{
    font-size: 15px;
    line-height: 1;
}