/* @media only screen and (min-device-width: 1024px) { */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 999px) {
/* width {width: 100%;} */
	
	#footerblock {
    width: 24%;
    padding: 0% 0;
    margin: 20px 0;
    height: auto;
    border: none;
    color: White;
	vertical-align:top;
}


#footerblock li {
    display: block;
    width: 90%;
    height: 18px;
    border-bottom: none;
    padding: 0;
    
}

#footerblock li:last-of-type {
    border: none;
}

#footerblock p {
    display: block;
    width: 80%;
    height: auto;
    color: White;
    margin: 0;
    padding: 5% 0;
    
}

#footerblock strong {
padding-bottom: 5% !important;
display: block;
}

#footerblocks li a, #footerblocks a {
    color: White;
    text-decoration: none;
    font-size: 12px;
}

#footerblocks.left li {
        margin: 0 40% 0 0 !important;
}

#footerblocks.center li {
        margin: 0 20% !important;
}

.center, .centre {
	text-align:center !important;
}

#footerblocks.right li {
        margin: 0 0 0 40% !important;
}

.truesilver {
text-decoration: none;
color: inherit;
}

.footerlogo {
	width: 40%;
}
}

#footer li {
	list-style-type: none !important;
}