/* Font ico (Font-Awesome) */
.icon_fa {
    font-size: 40px;
}
/* Extra small devices */
@media(max-width:544px){
    .icon_fa{
        font-size:20px !important;
    }
}
/* Small devices */
@media(min-width:544px){
    .icon_fa{
        font-size:30px !important;
    }
}
/* Medium devices */
@media(min-width:768px){
    .icon_fa{
        font-size:40px !important;
    }
}
/* Large devices */
@media(min-width:992px){
    .icon_fa{
        font-size:50px !important;
    }
}
/* Exrta Large devices */
@media(min-width:1200px){
    .icon_fa {
        font-size:60px !important;
    }
}

/* Font ico (Font-Awesome) */
.icon_small_fa {
    font-size: 20px;
}
/* Extra small devices */
@media(max-width:544px){
    .icon_small_fa{
        font-size:12px !important;
    }
}
/* Small devices */
@media(min-width:544px){
    .icon_small_fa{
        font-size:15px !important;
    }
}
/* Medium devices */
@media(min-width:768px){
    .icon_small_fa{
        font-size:17px !important;
    }
}
/* Large devices */
@media(min-width:992px){
    .icon_small_fa{
        font-size:20px !important;
    }
}
/* Exrta Large devices */
@media(min-width:1200px){
    .icon_small_fa {
        font-size:23px !important;
    }
}


/* LOGO SIZE */
@media(max-width:767.99999px){
    .logo_responsive{
        max-width:120px;
    }
}
/* Small devices */
@media(min-width:768px){
    .logo_responsive{
        max-width:180px;
    }
}
/* Large devices */
@media(min-width:992px){
    .logo_responsive{
        max-width:240px;
    }
}


/* Small devices */
@media(max-width:767px){
    .large_screen_only{
        display:none;
    }
}

