/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 12, 2018, 10:21:35 AM
    Author     : MM
*/
#footer-wrap{
    clear: both;
    background: url('../images/bg/bg-footer2.jpg');
    background-size: cover;
    
}
#footer-wrap .hps-top-waves{
    padding-bottom: 100px;
    position: relative;
}
#footer-wrap #footer{
    border-top-width: 0px;
    background-color: transparent;
    text-align: center;
}
#footer-wrap #footer h3.title-address{
    font-size: 36px !important;
    color: #fff !important;
    font-family : 'EncodeSansCompressed-Black';
    line-height: 1.4em !important;
    margin-bottom: 15px;
}
#footer-wrap #footer ul.ul-contact-us li a{
/*     font-size: 22px;
    font-family : 'EncodeSansCompressed-Black'; */
    line-height: 1.2;
    color: #fff;
}
#footer-wrap #footer .des-footer{
    max-width: 830px;
    margin: 0 auto;
}
#footer-wrap #footer ul.ul-contact-us{
    margin-bottom: 31px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-wrap #footer ul.ul-contact-us li{
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer-wrap #footer ul.ul-contact-us li img{
    margin-right: 15px;
}
#footer-wrap #footer ul.ul-contact-us li:first-child{
    margin-right: 55px;
}
#footer-wrap #footer ul.ul-logo-certify{
    margin-top: 50px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-wrap #footer ul.ul-logo-certify li{
    width: 20%;
}
/* - socket -*/
#socket .social_bookmarks{
    margin: -5px 0 0 30px; 
}
#socket {
    font-size: 17px;
    border-top-width: 0px;
    background-color: rgba(0, 20, 58,0.7);
}
#socket .sub_menu_socket li{
    line-height: 1.2;
    border-left-width: 2px;
}
#socket .sub_menu_socket ul li{
    position: relative;
}
@media only screen and (max-width: 992px) {
    #socket {
        text-align: center;
    }
    #socket .copyright,
    #socket .sub_menu_socket{
        float: none;
    }
    #footer-wrap #socket .container{
        padding: 20px 15px;

    }
    #socket ul.social_bookmarks {
        display: flex;
        justify-content: center;
        margin: 0;
        float: none;
    }
    .sub_menu_socket ul.menu{
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 800px) {
    #footer-wrap #footer ul.ul-contact-us{
        display: block;
    }
    #footer-wrap #footer ul.ul-contact-us li{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    #footer-wrap #footer ul.ul-contact-us li:first-child{
        margin-right: 0;
    }
    #footer-wrap #footer ul.ul-logo-certify{
        display: block;
    }
    #footer-wrap #footer ul.ul-logo-certify li {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 510px) {
    #footer-wrap #footer ul.ul-contact-us li a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 480px) {
    #footer-wrap #footer ul.ul-contact-us li a {
        font-size: 17px;
    }
}
@media only screen and (max-width: 375px) {
    #footer-wrap #footer ul.ul-contact-us li a {
        font-size: 15px;
    }
    #footer-wrap #footer ul.ul-contact-us li img {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 360px) {
    #footer-wrap #footer ul.ul-contact-us li img {
        display: none;
    }
}
.responsive #top footer .container{
    padding: 20px 15px;
}
@media only screen and (max-width: 767px){
    #wprs_square{
        margin-top: 30px !important;
    }
    #wprs_square .row > div{
        width: 100% !important;
    }
    #wprs_square .row > div .al-right{
        text-align: center;
        padding-top: 20px !important;
    }
    #wprs_square .wprs_rating{
        font-size: 30px;
        letter-spacing: 8px;
    }
    #wprs_square .wprs_user_rating_stars .fa-fw {
        font-size: 30px;
        width: 30px !important;
        margin-left: 5px;
    }
    #wprs_square .wprs_user_rating_stars .fa-fw:first-child{
        margin-left: 0px;
    }
}
.aiosrs-rating-wrap {
    display: none;
}
#footer-wrap .aiosrs-rating-wrap {
    display: block;
}