/*default styles*/
body{
    margin: 0;
}
#footer-outer *{
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}
#footer-outer .container{
    max-width: 1640px;
    width: auto;
    padding: 0 30px;
    margin: 0 auto;
}
/*default end*/


#footer-outer{
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}
#footer-outer #footer{
    padding: 100px 0 30px;
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
#footer-outer a{
    color: #68ccf6;
}
#footer-outer a:hover{
	text-decoration: underline;
}
#footer-outer p{
    margin: 0 0 20px;
}
#footer-outer .footer-left{
    width: 30%;
}
#footer-outer .footer-section{
    padding: 0 0 25px;
}
#footer-outer .footer-section h5{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: inherit;
    color: #68ccf6;
    line-height: 1.3;
    margin: 0 0 5px;
}
#footer-outer .footer-section p{
    margin: 0 0 5px;
}
#footer-outer .footer-section a{
    color: #68ccf6;
}
#footer-outer .footer-section a:hover{
	text-decoration: underline;
}
#footer-outer .lic-wrap{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 5px;
}
#footer-outer .lic-left{
    width: 100px;
}
#footer-outer .lic-right{
    width: calc(100% - 106px);
}
#footer-outer .lic-wrap a{
    color: #fff;
}
#footer-outer .lic-wrap a:hover{
	text-decoration: underline;
	color: #68ccf6;
}
#footer-outer .footer-right{
    width: 70%;
    padding-left: 120px;
}
#footer-outer .footer-nav{
    padding: 0 0 30px;
}
#footer-outer .footer-nav ul{
    display: flex;
    flex-wrap: wrap;
}
#footer-outer .footer-nav li{
    padding: 0 95px 20px 0;
}
#footer-outer .footer-nav li:last-child{
    padding-right: 0;
}
#footer-outer .footer-nav li a{
    color: #fff;
}
#footer-outer .footer-nav li a:hover{
    color: #68ccf6;
    text-decoration: underline;
}
#footer-outer .footer-logos{
    padding: 0 0 30px;
}
#footer-outer .footer-logos ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#footer-outer .footer-logos li{
    padding: 0 40px 20px 0;
}
#footer-outer .footer-logos li:last-child{
    padding-right: 0;
}
    #footer-outer .footer-logo{
        background: url(../images/footer/footer-logos.png) no-repeat;
        display: inline-block;
    }
    #footer-outer .logo_bbb{
        width: 68px; height: 83px;
        background-position: -66px -10px;
    }
    #footer-outer .footer-logos a:hover .logo_bbb {
        width: 68px; height: 83px;
        background-position: -205px -10px;
    }
    #footer-outer .logo_employment{
        width: 79px; height: 61px;
        background-position: -10px -203px;
    }
    #footer-outer .footer-logos a:hover .logo_employment {
        width: 79px; height: 61px;
        background-position: -109px -203px;
    }
    #footer-outer .logo_facebook {
        width: 55px; height: 55px;
        background-position: -208px -203px;
    }
    #footer-outer .footer-logos a:hover .logo_facebook {
        width: 55px; height: 55px;
        background-position: -288px -10px;
    }
    #footer-outer .logo_joinme{
        width: 102px; height: 70px;
        background-position: -10px -113px;
    }
    #footer-outer .footer-logos a:hover .logo_joinme {
        width: 102px; height: 70px;
        background-position: -132px -113px;
    }
    #footer-outer .logo_twitter{
        width: 55px; height: 55px;
        background-position: -288px -160px;
    }
    #footer-outer .footer-logos a:hover .logo_twitter {
        width: 55px; height: 55px;
        background-position: -288px -85px;
    }
.foot-less-991{
    display: none;
}


@media (min-width: 220px) and (max-width: 768px) {
    #footer-outer {
        background:url(../images/footer/footer-768.png) center top no-repeat;
        background-size: cover;
    }
}
@media (min-width: 769px) and (max-width: 2000px) {
    #footer-outer {
        background:url(../images/footer/footer-1920.png) center top no-repeat;
        background-size: cover;
    }
}


@media (min-width: 2001px) {
    #footer-outer {
        background:url(../images/footer/footer-2560.png) center top no-repeat;
        background-size: cover;
    }
    #footer-outer .container{
        max-width: 1860px;
    }
}

@media (max-width: 1450px) {
    #footer-outer .footer-nav li{
        padding-right: 30px;
    }
    #footer-outer .footer-logos li{
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .foot-less-991{
        display: block;
    }
    .foot-above-991{
        display: none;
    }
    #footer-outer .footer-left{
        width: 100%;
        margin: 0 0 25px;
    }
    #footer-outer .footer-right{
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 767px) {
    #footer-outer #footer{
        padding: 70px 0 30px;
    }
}
@media (max-width: 640px) {

}
