@media (max-width: 768px) {
	.footerlogo {
		margin: 13px;
	}
	.title-front {
		font-size: 25px;
	}
}
.text-bg-primary {
	background-color: #153F70 !important;
}

a.btn-custom-blue:link, a.btn-custom-blue:visited {
    background: #0060ab;
    color:white !important;
	border: none !important;
}

.btn-custom-blue{
    background: #153F70 !important;
	border:none !important;
}
.btn-custom-blue:hover{
    background: #0471c6 !important;
}


.link-image a {
	background:none !important;
}
.searchresults {
	position: fixed;
	top:0;
	left:0;
	right: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	z-index: 9999;
	opacity: 0.7;
}

.searchform {
	border-radius: 25px;
	position: relative;
}
.searchinput {
	width: 95%;
	height: 100%;
	display: block;
	border-radius:25px;
	font-size:15px;
	padding:8px 40px 8px 20px;
	border:1px solid #CCC;
	/*box-shadow: 0 5px 8px 3px black;*/
}
.searchinput:focus {
	outline: none;
}

.searchbutton {
	position:absolute;
	top:0;
	right:20px;
	height:100%;
	border-radius: 50%;
	cursor: pointer;
	border:none;
	background:none;
	font-size:18px;
}
.searchbutton i {
	color: rgb(93,94,95);
}
.searchbutton:hover {
	color: rgb(40,60,117);
}
.process{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	display:none;
	width:100%;
	height:100%;
	font-weight:bold;
	background-color: black;
	opacity: 0.7;
	text-align: center;
	padding-top: 20%;
}

.message {
	width: 100%;
	height: 100px;
	position: fixed;
	top:0;
	padding: 20px;
	background-color:cornflowerblue;
	opacity: 0.9;
	z-index: 9999;
	text-align: center;
	display: none;
	color: white;
	font-weight: bold;
}
#success {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100px;
	background:#0060ab;
	color:white;
	opacity:0.7;
	z-index:9999;
	display:none;
	text-align:center;
	padding-top:30px;
	font-weight:bold;
}