body{
	font-family: 'Open Sans', sans-serif;
	color: #777;
    padding-bottom: 40px;
}
a:link { 
	text-decoration: none;
}
a {
	-webkit-transition: 0.2s ease-in-out all;
	-moz-transition: 0.2s ease-in-out all;
	-o-transition: 0.2s ease-in-out all;
	transition: 0.2s ease-in-out all;
}
.clear-margins {
	margin: 0;
}
.clear-paddings {
	padding: 0;
}
.widget-container{
	margin-bottom: 50px;
}
.text-primary {
	color: #ea5644 !important;
}
.text-green {
	color: #16a990 !important;
}
.text-blue {
	color: #2196F3 !important;
}
.height-100{
	min-height: 100vh;
}
.breadcrumb {
	background-color: inherit;
	min-height: 40px;
	line-height: 20px;
	border-radius: 0;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
}
.breadcrumb > li {
	font-size: 13px;
	font-weight: 300;
	text-shadow: none;
}
.breadcrumb a {
	color: #ea5644;
}
.bgclr1{
    background-color: #224687;
}
.bgclr2{
    background-color: #00bcd4;
}
.bgclr3{
    background-color: #f9b24f;
}
.bgclr4{
    background-color: #8e4497;
}
.bgclr5{
    background-color: #da2e75;
}
.thin-heading{
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: 300;
}
.blue{
	color: #3372df;
}
.blue:hover{
	color: #3372df;
}
.red{
	color: #ea5644;
}
.red:hover{
	color: #ea5644;
}
.large-gap{
	margin: 20px 0;
}
.gap-above{
	margin-top: 20px;
}
.gap-below-large{
	margin-bottom: 60px;
}
.gap-above-small{
	margin-top: 10px;
}
.darker{
	font-weight: 400;
}
@media(min-width:768px) {
	.large-gap{
		margin: 40px 0;
	}
	.gap-above{
		margin-top: 40px;
	}
}