.footer-pc {

}

.footer-mobile {

}

.im-default-footer {
    background-color: #231f20;
    padding: 50px 0 30px 0;
    overflow: hidden;
}

.im-default-footer a:hover {
    color: #2b8eff !important;
}

.footer-main {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-main .footer-contact p {
    font-family: Lato-Regular;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.23px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer-main .footer-contact p span {
    font-weight: normal;
    color: #b2b2b2;
}

.footer-main .form-inline .form-group {
    height: 35px;
    overflow: hidden;
}

.footer-main-left {
    width: 42%;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.im-default-footer .form-control.im-focus {
    height: 35px;
    width: 200px;
    font-family: Lato-Regular;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #b2b2b2;
    border: solid 1px #2b8eff;
    border-radius: 0;
    background-color: #ffffff;
}
#page .im-default-footer .form-control.im-focus:hover {
    background: #fff;
}
.im-default-footer .im-footer-submit.btn {
    font-family: Lato-Regular;
    padding: 10px 12px 12px;
    background-color: #2b8eff;
    width: 99px;
    height: 35px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    line-height: 1;
    border: none;
}

/*right*/
.footer-main-right {
    width: 44%;
}

.footer-main-right  h5{
    font-family: Lato-Bold;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: 0.5px;
    color: #b2b2b2;
    margin-bottom:20px;
    margin-top: 0px;
}
.footer-main-right  .nav.nav-ingram > li{
    display: block;
    margin-bottom: 15px;
}
.footer-main-right  .nav.nav-ingram > li:last-child{
    margin-bottom: 0;
}
.footer-main-right  .nav.nav-ingram > li a{
    font-family: Lato-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.58px;
    color: #ffffff;
    padding:0;
}
.footer-main-right .nav.nav-ingram > li a{
    display: flex;
    justify-items: center;
}
.footer-main-right .nav.nav-ingram > li a svg{
    margin-right: 10px;
}
/*copyright*/
.footer-copyright {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copyright p {
    font-family: Lato-Bold;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: 0.5px;
    color: #b2b2b2;
    margin-bottom: 0;
}
.footer-copyright .copyright-text{
    margin-right: 40px;
}

.footer-copyright .copyright-links p span {
    font-family: Lato-Bold;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-right: 32px;
}
.footer-copyright .copyright-links p span a{
    font-family: Lato-Bold;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: 0.5px;
    margin-left:6px;
    margin-right:6px;
}

@media screen and (max-width: 768px){
    .im-default-footer  .container{
        padding:0 70px;
    }
    .footer-main {
        flex-direction: column;
        /*justify-content: space-between;*/
    }
    .footer-main-left{
        width:100%;
        border-right: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }
    .footer-main-left .footer-logo{
        margin-bottom: 0;
    }
    .footer-main-right{
        width:100%;
    }
    .footer-main-right .row{
        display: flex;
        justify-content: space-between;
    }
    .row:before {
        content: none;
    }
    .row:after {
        content: none;
    }
}

@media screen and (max-width: 650px){
    .im-default-footer  .container{
        padding:0 20px;
    }
    .footer-main{
        margin-bottom:0;
    }
    .footer-main .form-group {
        margin-bottom: 0px;
    }
    .footer-main-left{
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-main-left .footer-logo{
        width:100%;
        margin-bottom: 20px;
    }
    .footer-contact{
        width:100%;
    }
    .footer-main .footer-contact p{
        line-height: 1.71;
    }
    .input-group{
        width:100%;
        display: block;
    }

    .im-default-footer .form-control.im-focus{
        width: calc(100% - 99px);
        display: inline-block;
    }
    .im-default-footer .im-footer-submit.btn{
        border:1px solid #2b8eff;
        display: inline-block;
    }
    .footer-main-right .row {
        flex-wrap: wrap;
    }
    .footer-main-right .row>div{
        margin-bottom:40px;
    }
    .footer-copyright{
        flex-direction: column-reverse;
    }
    .footer-copyright .copyright-links{
        margin-bottom: 20px;
    }
    .footer-copyright .copyright-text{
        margin-right: 0;
        text-align: center;
    }
    .footer-copyright .copyright-links a{
        margin-left:10px;
        margin-right:10px;
    }
    .footer-copyright p{
        font-size: 10px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.9;
        letter-spacing: 0.39px;
        text-align: center;
    }
}