@charset "utf-8";
footer{
    width: 100%;
    height: 300px;
}

footer .footer-above {
    height: 250px;
    padding-top: 50px;
    background:#e5e5e5;
}

footer .footer-col {
    
    margin-bottom: 50px;
    text-align: left;
}
.lit{
    text-align: center;
    font-size: 20px;
}
.footer-below {
    color:#fff;
    padding: 25px 0;
    background-color: #397AE3;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (min-width: 481px) and (max-width: 1000px) {
    
     footer{
    width: 100%;
    height: 550px;
    background-color: #353535;
}
 footer .footer-above {
    height: 370px;
    padding-top: 50px;
    background:#e5e5e5;
}

footer .footer-col {
    
    margin-bottom: 50px;
    text-align: left;
}
.lit{
    text-align: center;
    font-size: 20px;
}   
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
    
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 480px) {
    
footer{
    width: 100%;
    height: 500px;
}

footer .footer-above {
    height: 450px;
    padding-top: 50px;
    background:#e5e5e5;
}

.footer-col { 
    margin-bottom: 40px;
    text-align: left;
    font-size: 12px;
}
.lit{
    text-align: center;
    font-size: 18px;
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.footer-below {
    color:#fff;
    padding: 25px;
    height: 80px;
    background-color: #397AE3;
}
}