body {
  padding-top: 50px;
  font-family: 'Fira Sans', sans-serif;
}


body,html{
    height: 100%;
    margin: 0;
    padding: 0;
}
.v-wrap{
    height: 100%;
    text-align: center;
    white-space: nowrap;
}
.v-wrap:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -3em; /*might want to tweak this. .25em for extra white space */
    height: 100%;
}
.v-box{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 0 0.5em;
	width:	350px;
	height:154px
	
}

.v-box img{width:	350px;
	height:auto}

	
.footer_box{width:350px;position:absolute;bottom:10%;margin:0 auto;  margin: auto;
  position: absolute;
 left: 0; bottom: 10%; right: 0;}	

.footer_box h2{ 
	text-transform:uppercase;
	font-size:14px;
	color:#0075b5;
	font-weight:400;
	text-align:center
	}
	 
.footer_box p{font-size:.8em;color:#4c98ca;	text-align:center;font-weight:300}	
	
	.element1{position:absolute;top:14%;left:0;
    background-position: left 10px;	}
	.element2{position:absolute;top:4%;right:0;
	    background-position: right 1px;}
	
	
	.righello{width:100%;height:2px;background:red;position:absolute;top:16%
	}
	
