/********* GM Preloader *************/
.fla_v2_Preloader {
    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_v2_Preloader .c-spinner {
    /*animation: 2s _spinner ease-in-out infinite alternate;*/
    animation: 1s spinner linear infinite;
}
@keyframes gmFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.amron_skin *{
    box-sizing: border-box;
    line-height: 1.4;
}
/***************** Tags Cloud *********************/
.fla_amron_CollectionTagsCloud{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
    text-align: center;
    /*background-color: #eeeeee;*/
}
.fla_amron_CollectionTagsCloud ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.fla_amron_CollectionTagsCloud ul li::before
{
    display: none;
}
.fla_amron_CollectionTagsCloud ul li {
    display: inline-block;
    max-width: 200px;
    padding: 5px 8px !important;
    margin: 3px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px !important;
    border-radius: 2px;
    text-decoration: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}
/******************************** Saved Button ****************************/
.fla_amron_BookmarkBox{
    position: relative;
    z-index: 1;
}
.fla_amron_BookmarkBox .fla_buttonHolder{
    position: relative;
    display: flex;
    overflow: hidden;
    height: 40px;
}
.fla_amron_BookmarkBox .fla_buttonHolder .fla_lineStyle
{
    flex: auto;
    height: 1px;
    margin: auto 15px;
    background-color: rgba(0, 0, 0, 0.11);
}
.fla_amron_BookmarkBox .fla_buttonHolder .fla_savedButton
{
    flex: initial;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    border: solid 1px rgba(0, 0, 0, 0.11);
    cursor: pointer;
}
.fla_amron_BookmarkBox .fla_buttonHolder .fla_savedButton svg
{
    width: 100%;
    height: 100%;
    vertical-align: baseline !important;
}
.fla_amron_BookmarkBox .fla_infoBox
{
    position: relative;
    text-align: center;
    overflow: hidden;
    transition: opacity 0.8s;
    padding: 5px 15px 25px;
    opacity: 0;
}
.fla_amron_BookmarkBox .fla_infoBox .fla_titleWrap
{
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
}
.fla_amron_BookmarkBox .fla_infoBox .fla_titleWrap .fla_title
{
    display: inline-block;
    float: left;
}
.fla_amron_BookmarkBox .fla_infoBox .fla_titleWrap .fla_title a
{
    cursor: pointer;
}
.fla_amron_BookmarkBox .fla_infoBox .fla_description
{
    font-size: 14px;
    line-height: 1.5;
}
.fla_amron_SavedButton{
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
    overflow: hidden;
    height: 40px;
    background-color: aliceblue;
}
.fla_amron_BookmarkBox .fla_infoBox .fla_titleWrap .fla_IconButton
{
    height: 28px;
    width: 28px;
    padding: 3px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s;
}
.fla_amron_BookmarkBox .fla_infoBox .fla_titleWrap .fla_IconButton:hover{
    transform: scale(1.1);
}
.fla_amron_BookmarkBox .fla_infoBox .fla_titleWrap .fla_IconButton svg
{
    width: 100%;
    height: 100%;
    vertical-align: baseline !important;
}
/******************************** Search Form *****************************/
.fla_amron_Grid_SearchForm
{
    position: relative;
    display: flex;
    flex-direction: row;
    height: 40px;
    margin-bottom: 10px;
}
.fla_amron_Grid_SearchForm .inputSearch
{
    flex: 1 auto;
    box-sizing: border-box;
    height: 40px !important;
    border-radius: 2px;
    border: none !important;
    font-size: 18px !important;
    line-height: normal !important;
    padding: 0 10px !important;
    transition: background-color 0.3s;
}
.fla_amron_Grid_SearchForm .inputSearch:focus
{
    outline: none !important;
}
.fla_amron_Grid_SearchForm .buttonSearch
{
    display: flex;
    padding: 8px !important;
    height: 40px !important;
    width: 60px !important;
    border: none !important;
    border-radius: 0 2px 2px 0 !important;
    transition: background-color 0.3s;
    cursor: pointer;
}
.fla_amron_Grid_SearchForm .buttonSearch svg
{
    width: 100%;
    height: 100%;
    vertical-align: baseline !important;
}
/******************************** Masonry Collection *************************/
.fla_amron_MasonryCollection{
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s;
    z-index: 2;
}
.fla_amron_MasonryCollection *{
    box-sizing: border-box !important;
}
.fla_amron_MasonryCollection .gm_content .collectionColumn
{
    position: relative;
    float: left;
}
.fla_amron_MasonryCollection .gm_header, .fla_amron_MasonryCollection .gm_content, .fla_amron_MasonryCollection .gm_footer
{
    position: relative;
    width: 100%;
}
.fla_amron_MasonryCollection .gm_header .gm_navi
{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.fla_amron_MasonryCollection .gm_header .termTitle
{
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 34px;
}
.fla_amron_MasonryCollection .gm_header .backButton
{
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    width: 54px;
    height: 34px;
    border-radius: 2px;
    cursor: pointer;
}
.fla_amron_MasonryCollection .gm_header .backButton svg
{
    width: 100%;
    height: 100%;
    vertical-align: baseline !important;
}
.fla_amron_MasonryCollection .gm_content{
    min-height: 200px;
    overflow: hidden;
}
/******************* Masonry Thumbnail PintStyle ***********************/
.fla_amron_MasonryThumbPint{
    position: relative;
    width: 100%;
    opacity: 0;
    transition: opacity 0.45s;
    float: left;
    box-sizing: border-box !important;
}
.fla_amron_MasonryThumbPint .fla_imageHolder
{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.fla_amron_MasonryThumbPint .fla_imageOver
{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s;
    opacity: 0;
}
.fla_amron_MasonryThumbPint .fla_imageOver.hover
{
    opacity: 1;
}
.fla_amron_MasonryThumbPint .fla_zoom
{
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 15px !important;
    right: 0;
    bottom: 4px;
    transform: translateX(100%);
    margin: auto;
    /*background-color: black;*/
    cursor: pointer;
    transition: transform 0.2s ;
}
.fla_amron_MasonryThumbPint .fla_zoom.media
{
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 5px !important;
    transform: translateX(-10%);
}
.fla_amron_MasonryThumbPint .fla_zoom svg
{
    width: 100%;
    height: 100%;
    stroke: white;
    vertical-align: baseline !important;
}
.fla_amron_MasonryThumbPint .fla_zoom.media svg{
    stroke: none;
}
.fla_amron_MasonryThumbPint .fla_hover .fla_zoom{
    transform: translateX(-10%);
}
.fla_amron_MasonryThumbPint .fla_hover img{
    transform: scale(1.1);
}
.fla_amron_MasonryThumbPint img
{
    display: block;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.5s ease-out 0s;
    opacity: 0;
}
.fla_amron_MasonryThumbPint .fla_itemContent
{
    position: relative;
    display: block;
    padding: 7px 20px !important;
    text-align: left;
    background-color: white;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
}
.fla_amron_MasonryThumbPint .fla_itemTitle
{
    position: relative;
    margin: 10px 0 5px;
    display: block;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 600;
}
.fla_amron_MasonryThumbPint .fla_itemDescription
{
    position: relative;
    display: block;
    margin: 10px 0;
    padding: 0;
    font-size: 13px;
}
.fla_amron_MasonryThumbPint .fla_itemReadMore
{
    text-decoration: none;
    box-shadow: none;
    position: relative;
    cursor: pointer;
    font-size: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 38px;
    padding: 0 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: white;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.59);
    transition: 0.5s;
}
.fla_amron_MasonryThumbPint a:hover, .fla_amron_MasonryThumbPint a:visited,
.fla_amron_MasonryThumbPint a:link, .fla_amron_MasonryThumbPint a:active
{
    text-decoration: none;
    box-shadow: none;
}
/*.fla_amron_MasonryThumbPint .itemReadMore:hover, .fla_amron_MasonryThumbPint .itemReadMore:visited,
.fla_amron_MasonryThumbPint .itemReadMore:link, .fla_amron_MasonryThumbPint .itemReadMore:active
{
    text-decoration: none;
}*/
.fla_amron_MasonryThumbPint .tagsWrap, .fla_amron_MasonryThumbPint .catWrap
{
    position: relative;
    display: block;
    margin: 5px 0;
    overflow: hidden;
}
.fla_amron_MasonryThumbPint .tagsWrap .thumbTag, .fla_amron_MasonryThumbPint .catWrap .thumbCat
{
    text-decoration: none;
    box-shadow: none;
    position: relative;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    margin: 0 5px 0 0 !important;
}
/*.fla_amron_MasonryThumbPint .tagsWrap .thumbTag:hover, .fla_amron_MasonryThumbPint .tagsWrap .thumbTag:visited,
.fla_amron_MasonryThumbPint .tagsWrap .thumbTag:link, .fla_amron_MasonryThumbPint .tagsWrap .thumbTag:active
{
    text-decoration: none;
    box-shadow: none;
}
.fla_amron_MasonryThumbPint .catWrap .thumbCat:hover, .fla_amron_MasonryThumbPint .catWrap .thumbCat:visited,
.fla_amron_MasonryThumbPint .catWrap .thumbCat:link, .fla_amron_MasonryThumbPint .catWrap .thumbCat:active
{
    text-decoration: none;
    box-shadow: none;
}*/
.fla_amron_MasonryThumbPint .fla_itemMenuHolder{
    position: relative;
    display: block;
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
    text-align: right;
}
.fla_amron_MasonryThumbPint .fla_itemMenuHolder .fla_itemsButtons
{
    position: relative;
    padding: 9px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    float: right;
    transition: .5s;
    box-sizing: border-box;
    margin: 0 1px;
    border-radius: 2px;
}
.fla_amron_MasonryThumbPint .fla_itemMenuHolder .fla_itemsButtons svg
{
    width: 100%;
    height: 100%;
    transition: fill .2s;
    vertical-align: baseline !important;
}