﻿

/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-----------------------------*/
#footer {
    clear:both;
    background-color:#191a1c;
    color:#c9c9c9;
}

    #footer .box_content {
        padding:70px 0px;
    }

    #other_information {
        width:60%;
    }

        #other_information a {
            color:#c9c9c9;
            border-right:1px #c9c9c9 solid;
            padding:0px 10px;
        }

            #other_information a:hover,
            #other_information a:focus {
                color:#FFFFFF;
            }

        #other_information p {
            margin:0px;
            padding:0px;
        }

        #other_information ul {
            margin:0px 0px 5px 0px;
            padding:0px;
            list-style:none;
        }

            #other_information li {
                margin:0px;
                padding:0px;
                display:inline-block;
            }

                #other_information li:first-child a {
                    padding-left:0px;
                }

                #other_information li:last-child a {
                    border:0px;
                }

    #social_media {
        width:40%;   
    }

        #social_media .box_content {
            text-align:right;
        }

            #social_media .customer_service { font-weight:600; }

            #social_media ul {
                margin:0px;
                padding:10px 0px 0px 0px;
                list-style:none;
            }

                #social_media li {
                    margin:0px;
                    padding:0px;
                    display:inline-block;
                    vertical-align:middle;
                }

                #social_media a {
                    display:block;
                }

                #social_media img {
                    height:20px;
                    display:block;
                    margin:0px 0px 0px 14px;
                    border:1px #191a1c solid;
                }

                    #social_media a:hover img,
                    #social_media a:focus img {
                        border:1px #FFFFFF solid;
                    }



@media (max-width:1023px) {
    /* footer */
    #footer {flex:none !important; }
    #footer .box_content {text-align:center !important;}
    #footer .box_content:nth-of-type() { padding:50px 0px 20px 0px;}
    #other_information .box_content { padding:50px 0px 10px 0px;}
    #social_media .box_content { padding:10px 0px 40px 0px;}

    #other_information {width:100%; }

    #social_media {width:100%;}
    #footer .box_content { }
}

@media (max-width:700px) {
    #social_media .customer_service { margin-bottom:20px; }
}