@charset "UTF-8";
/* CSS Document */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000fff+0,7e5a37+100&0+0,1+100 */

.box {
background: -moz-linear-gradient(top, rgba(0,15,255,0) 0%, rgba(126,90,55,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,15,255,0) 0%,rgba(126,90,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,15,255,0) 0%,rgba(126,90,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000fff', endColorstr='#7e5a37',GradientType=0 ); /* IE6*/
}

.logos {
float: left;
display: block;
margin: 0 auto;
}

