﻿/*Title*/
.legend-filter {
    display:flex;
    align-items:center;
    cursor:pointer;
}
    .legend-filter img {
        display:block;
        width:19px;
        height:19px;
        margin-right:5px;
    }
    .legend-filter span {
        display:block;
        font-size:12px;
        font-weight:600;
        text-transform:uppercase;
        line-height:1;
    }
.legend-line {
    margin:0 10px 0 20px;
}
.fl-img {
    background-image:url(../images/filter.png);
    background-position:center;
    background-size:contain;
    height:19px;
    width:19px;
    margin-right:5px;
    transition:300ms ease;
}
    .fl-img.white {
        background-image:url(../images/filterWhite.png);
    }
/*Title-----END*/

/**/

.FunAndGameDesktop {
    display:block;
}

.FunAndGamePhone {
display:none;
}

.fgl-section {
    padding-top:70px;
}
.fg-item {
    margin-bottom:40px;
}
.fg-img {
    margin-bottom: 15px;
    /*height: 190px;*/
}
.fg-logo {
    width: 50px;
    margin-right: 15px;
}
.fg-title {
    font-size:25px;
}
/**/



/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {

    .FunAndGameDesktop {
    display:none;
}

.FunAndGamePhone {
display:block;
}


    /*Title*/
    .legend-va {
        display:block;
    }
    .legend-va-mobile {
        display:none;
    }
    .title-wrap {
        position:relative;
        justify-content:flex-start;
        margin-bottom:35px;
    }
    .legend-title {
        font-size:24px;
        padding:0;
        background-color:transparent;
        line-height:10px;
    }
    .legend-line {
        position:relative;
        width:100%;
        left:auto;
        bottom:auto;
        margin:0 5px 0 10px;
        z-index:-1;
    }
    .legend-filter img {
        width:12px;
        height:12px;
    }
    .legend-filter span {
        font-size:10px;
    }
    /*Title-----END*/

    /**/
    .fgl-section {
        padding-top:20px;
    }
    /**/
}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
        .FunAndGameDesktop {
    display:none;
}

.FunAndGamePhone {
display:block;
}

}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    /**/
    .fgl-section {
        padding-top:30px;
    }
    /**/

        .FunAndGameDesktop {
    display:none;
}

.FunAndGamePhone {
display:block;
}


}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
    
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
        .FunAndGameDesktop {
    display:block;
}

.FunAndGamePhone {
display:none;
}

    /**/
    .fgl-section {
        padding-top:50px;
    }
    /**/
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {
     .FunAndGameDesktop {
    display:block;
}

.FunAndGamePhone {
display:none;
}

    .fg-img {
        margin-bottom: 15px;
        /*height: 150px;*/
    }
    .fg-logo {
        width: 50px;
        margin-right: 15px;
    }
    .fg-title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .fg-text {
        font-size:12px;
    }
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
     .FunAndGameDesktop {
    display:block;
}

.FunAndGamePhone {
display:none;
}
    .fg-img {
        margin-bottom: 20px;
        /*height: 220px;*/
    }
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
     .FunAndGameDesktop {
    display:block;
}

.FunAndGamePhone {
display:none;
}
}
