body {
	padding-top: 110px;
	font-family: 'Lato', sans-serif;
}
@media (max-width: 600px) {
	body {
		padding-top: 110px;
	}
}
/*header*/

.bg-main {background-color: #2360a5;}

.main-navbar{
	/*background: linear-gradient(to right, #FF7474, #ffcf5c, #ff8d1d);*/
}
.logo-shrink{
	width:200px;
	height:35px;
}
#logo{
	transition:ease all 0.5s;
	-moz-transition:ease all 0.5s;
	-o-transition:ease all 0.5s;
	-webkit-transition:ease all 0.5s;
}
.logo{
	width:290px;
	height:51px;
}
/*header*/
/*footer*/
#footer {
	border-bottom:4px solid #000;
}
#footer h5{
	padding-left: 10px;
	border-left: 3px solid #eeeeee;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration:none;
	-webkit-text-decoration-skip:objects;
}

#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
	font-weight: 700;
}

/*footer*/
