body{
	font-family: 'Lato', sans-serif;
	background: #fff;
}

.topmg{
	margin-top: 30px;
}
.topmg h3{
	font-size: 15px;
	margin-left: 75px;
	font-weight: bold;
	padding:0;
	margin-top: 10px;
	
}
.topmg h2{
		
	font-weight: bold;
	text-align: center;
}
.infon{
	padding-top:10px;
}
.well_grad{
	background: #ffd65e; /* Old browsers */
background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding:25px;
}
#footer{
	background: #d6e7f1;
}
.zobacz{
	background: #fff none repeat scroll 0 0;
    font-size: 24px;
    left: 50%;
    margin-left: -50%;
    position: relative;
    text-align: center;
    top: -50px;
    width: 100%;
}
.fa-ul {
    margin-left: 0.7em;
    }