@import url(https://fonts.googleapis.com/css?family=Raleway:700,500);
@import url(https://fonts.googleapis.com/css?family=Lato);

body .animsition-loading:after{
	color:#aaa;
	content:" ";
	background: url("../img/loading.png");
	width: 225px;
	height: 31px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	margin-left: -112px;
	left: 50%;
}
html{
	font-size: 16px;
}
body{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5{
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
}
img{
	max-width: 100%;
	height: auto;
}
a, a:hover, a:focus{
	text-decoration: none;
	color: #d42c25;
}
.navbar-toggle .icon-bar{
	background: #d42d25;
}
.alignleft, img.alignleft{
       float: left;
       margin: 15px;
       margin-left: 0px;
       margin-bottom: 20px;
       margin-right: 20px;
       margin-top: 20px;
}
.aligncenter, img.aligncenter {
       clear: both;
       display: block;
       margin-left: auto;
       margin-right: auto;
}
.alignright, img.alignright {
       float: right;
       margin: 15px;
       margin-bottom: 20px;
       margin-top: 20px;
       margin-left: 20px;
       margin-right: 0px;
}
.post-image{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 152px;
}
.post-header{
	height: auto;
	margin-bottom: 40px;
}
.subscribe{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	background: #d42c25;
	padding: 8px 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	transition: all .4s ease-in-out;
}
.subscribe:hover{
	color: #fff;
	background: #bc0b04;
}
