#footer{
    background-color: #000;
    color: #fff;
    font-size: 20px;
}

#footer p{
    font-size: 20px;
}

#footer a, #footer a:hover{
    color: #ffffff;
	text-decoration:underline;
	word-break:break-all;
}

#footer a:hover{
    text-decoration: underline;
}

.it-footer .searchform input[type="text"], .it-header-wrapper .searchform input[type="text"] {
    color: #000;
    box-shadow: inset 0 -1px 0px #000;
    background: transparent;
}

.footer-info {
    border-top: 1px solid #ffffff;
}

.footer-info a{
    text-transform: uppercase;;
    font-size: 16px;
    text-decoration: none;
    
}

.footer-info li{
    margin: 0 8px 0 0;
    border-right: 1px solid #fff;
    padding: 0 8px 0 0;
    line-height: 20px;
}

.footer-info li:last-child{
    border: none;
}

.it-footer .searchform input[type="text"], .it-footer .searchform [type="submit"] .it-header-wrapper .searchform input[type="text"], .it-header-wrapper .searchform [type="submit"] {
    width: calc(100% - 60px);
    height: 48px;
    float: left;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.it-footer .searchform input[type="text"], .it-footer .searchform [type="submit"] .it-header-wrapper .searchform input[type="text"], .it-header-wrapper .searchform [type="submit"] {
    border-radius: 100px;
    height: 48px;
    width: 48px;
    margin-left: 5px;
}

.footer_logo {
    width: 23%;
    height: auto;
}

.footer-ico img {
    width: 42px;
    height: auto;
}

.footer-access img{
    width: 80px;
    height: auto;
}

.footer-second-width{
    min-width: 120px;
}

