﻿/*smartphone*/
@media only screen and (min-width: 321px) and (max-width: 480px) {
    #footer {
        background-color: transparent;
        position: relative;
    }
        #footer div a img {
            visibility: hidden;
            display: none;
        }
        #footer div {
            color: #788288;
            text-align: center !important;
            background-color: transparent;
        }
            #footer div a {
                cursor: pointer;
            }
            #footer div.row.m-t-xl.m-b-xl {
                margin-bottom: 0px;
                margin-top: 0px;
            }
}

/*tablet*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #footer {
        background-color: transparent;
        position: relative;
    }
        #footer div a img {
            visibility: hidden;
            display: none;
        }
        #footer div {
            color: #788288;
            text-align: center !important;
            background-color: transparent;
        }
            #footer div a {
                cursor: pointer;
            }

            #footer div.row.m-t-xl.m-b-xl {
                margin-bottom: 0px;
                margin-top: 0px;
            }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
}

/*Desktop*/
@media only screen and (max-width: 1025px) {
    /*#footer {
        background-color: transparent;
    }
        #footer  div  a  img {
            visibility: hidden;
            display: none;
        }*/
}

