.parallaxer {
	display:  block;
	overflow: hidden;
	position: relative;
	height:   300px;
	width:    100%;
}

.parallaxer img {
	display: none;
}

.parallaxer a {
	color: #FFF !important;
font-size:25px;
width: 40%;
text-align: center;
background-color: #CA2326;
margin-top: 40px;
padding: 5px 25px;
text-transform: uppercase;
font-family: Lato;
font-weight: normal;
}

.parallaxer p {
	position:absolute;
    top:100px;
    color:#0C4DA1;
        text-align:center;
        z-index:10;
        width:100%;
        font-size:29px;
        font-family:Poppins;
}


.parallaxer table {
	position:absolute;
    top:0;
    bottom:0px;
    color:#0C4DA1;
        text-align:center;
        z-index:10;
        width:100%;
        font-size:29px;
        font-family:Poppins;
        margin:0px;
        padding:0px;
        height:100%;
}

.parallaxer table td{
	
        width:100%;
      margin:0px;
        padding:0px;
        height:100%;
       
}

.parallaxer table td h1{
	
       font-size: 60px;
color: #174E8F;
line-height: 0.9em;
/*text-shadow: 2px 2px 2px #0e0e0e;*/
font-family:'Poppins';
       
}

.parallaxer table td h2{
	
       font-size: 40px;
color: #DE2F34;
line-height: 0.9em;
/*text-shadow: 2px 2px 2px #0e0e0e;*/
font-family:'Poppins';
       
}


.parallaxer table td h3{
	
       font-size: 40px;
color: #FFF;

/*text-shadow: 2px 2px 2px #0e0e0e;*/
font-family:'Poppins';
       
}

.parallaxer table td h4{
	
       font-size: 30px;
color: #FFF;
line-height: 0.9em;
/*text-shadow: 2px 2px 2px #0e0e0e;*/
font-family:'Poppins';
       
}
.parallaxer img:first-child {
	bottom:             0;
	display:            block;
	left:               50%;
	min-height:         100%;
	min-width:          100%;
	opacity:            0;
	position:           absolute;
	-webkit-transition: opacity 250ms ease-out;
	-moz-transition:    opacity 250ms ease-out;
	-o-transition:      opacity 250ms ease-out;
	transition:         opacity 250ms ease-out;
}

.parallaxer-not-supported {
	display: none;
}