@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700');
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:700,500,400|Oswald);


.bottom{
	
}

/*footer*/
footer{
	font-family:'Open Sans', Arial, sans-serif;
	background-color:#c10b15;
	color: white;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #d1d1d1;
    
}
footer h6{
	font-size: 21px;
	font-weight: bolder;
}
footer p{
	color: white;
}
strong p:hover{
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.quicklinks strong a p:hover{
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.reserved{
	font-size: 10px;
}

.secAndTin{
	font-size: 12px;
	padding: 0;
	margin: 0;
}

footer p{
	margin-bottom: 0px;
}



.links i:hover{
	color:#05557c;
	cursor: pointer; 
}


.mark{
	background-color:#9e0911;
	color: #ffffff;
	text-align: center;
}
.quicklinks p{
	color: white;
   text-decoration: none; 
   background-color: none;
}
.quicklinks p:hover{
	color: #05557c;
   text-decoration: none; 
   background-color: none;

}

/*footer end*/