body {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 17px;
	
	color: #666;
}

h1 {
	font-size: 25px;
	text-transform: ;
	font-weight: 300;
}

h2 {
	font-size: 18px;
	text-transform: ;
	font-weight: 300;
}

h3 {
	font-size: 16;
	text-transform: uppercase;
}

p,#incontent li,span,span ul {
	font-size: 17px;
	line-height: 24px;
	color: #666;
}

a {
	font-size: 17px;
	line-height: 24px;
	color: #333;
}


#footer a {
	font-size: 12px;
}


strong {
	font-size: 17px;
	color: #666;
	font-weight: bold;
}

hr {
	border: none;
	border-bottom: #eee solid 1px;
}

p.readmore {
	margin: 10px 0;
	display: inline-flex;
}

a.btn {
	background: rgba(4,145,249,1.00);
	color: #fff;
	text-decoration: none;
	padding: 12px 12px 10px;
	font-weight: bold;
}

a.btn:hover {
	background: rgba(4,200,280,1.00);
	
	 /*Transition*/
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

div.pagination ul {
	list-style: none;
	padding: 0;
	margin-top: -10px;
}

div.pagination li {
	display: inline;
	margin-right: 10px;
}

div.pagination li a{
	font-size: 13px;
	color: rgba(4,200,280,1.00);
	line-height: 19px;
	text-decoration: none;
}

/*** Breadcrumbs ***/

#breadcrumbs ul {
	list-style: none;
	padding: 0;
}

#breadcrumbs ul li {
	display: inline-flex;
}

#breadcrumbs ul li img{
	padding: 0 3px;
	padding-top: 2px;
}

#breadcrumbs ul li span{
	font-size: 11px;
	color: #888;
}

#breadcrumbs ul li.active {
	font-size: 11px;
	color: #888;
}

#breadcrumbs ul li a{
	font-size: 11px;
	color: #999;
	text-decoration: none;
}


	