.axa .container   {
	width:980px;
	margin: 0 auto;
	margin-top:55px;
	font-size: 1em;
	line-height: 1.4;
}

.axa .content{

}

.axa .content h1{
	margin:0px;
}

.axa *{
    font-family:arial;
    font-weight:normal;
}

.axa strong{
	font-weight:bold;
}

.axa h1{
	font-size:32px;
	color:white;
	line-height:29px;
	padding-top: 23px;
	padding-left: 30px;
	text-transform: none;
}

.axa h1 span{
	font-size:23px;
}

.axa .logo img{
    padding-top: 23px;
	padding-left: 25px;
}
.axa footer{
	padding: 0px;
}

.axa footer p{
	font-size: 11px;
	font-family: "Arial";
	color: rgb(131, 131, 131);
	background: #dbdbdb;
	padding: 5px;
	vertical-align: top;
}

.axa .cta {
    text-decoration: none;
    color:white;
    font-family:"Source Sans Pro", "Arial";
    font-size:20px;
    padding:7px 60px;
	background-image: -moz-linear-gradient( 90deg, rgb(168,2,16) 0%, rgb(255,24,33) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(168,2,16) 0%, rgb(255,24,33) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(168,2,16) 0%, rgb(255,24,33) 100%);
	position: relative;
	float: right;
	margin-right: 110px;
	top: -34px;
}

.axa .cta:hover{
	background:#103184;
}

.axa .lista {
    list-style: none;
    padding:0;
    margin:0;
    font-size:14px;
    color:white;
    width: 258px;
	padding-top: 78px;
	padding-left: 30px;
}

.axa .lista li {
	padding-left: 12px;
	text-indent: -16px;
}

.axa li:before {
    content: "■  ";
    color: red;
	font-size: 9px;
	margin-right: 7px;
}

.axa header {
    height:98px;
    background:white;
    background-image: url("../images/headerbg.gif");
}

.axa section {
    background-image: url("../images/bg.jpg");
    height:443px;
}

.axa body{
    background:#e3e3e3;
}

.axa .tagline{
    float: right;
	padding-top: 31px;
	padding-right: 35px;
}

.axa .wiecej{
	color:white;
	text-decoration:none;
	font-size:20px;
	padding-left:25px;
	margin-top: 20px;
	display: block;
}