.blog-link {
	position:relative;
	float:left;
	width: 300px;
	height: auto;
	margin:0px 0 20px 0;
	left: 50%;
	transform: translateX(-50%);
}
.blog-link img{
	max-width: 100%;
}
.listing-links {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	text-align:center;
	margin: 0px 0% 30px 0%;
}
.listing-links a:link{
	display:inline-block;
	color: #C1272D;
	text-decoration: none;
	font-size: 16px;
}
.listing-links a:active{
	color: #C1272D;
	text-decoration: none;
}
.listing-links a:visited{
	color: #C1272D;
	text-decoration: none;
}
.listing-links a:hover{
	color: #C1272D;
	text-decoration: underline;
}
.full-image-blog{
	position:relative;
	float: left;
	width: 100%;
	height:auto;
	margin: 10px 0 20px 0;
}
.full-image-blog img{
	max-width: 100%;
}
/* Blog Content */
.blog-content {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	margin: 20px 0 0 0;
}
.blog-click {
	position: relative;
	float:right;
	width:auto;
	height: auto;
	z-index:999999;
	margin:-50px 0 0 0;
}
.blog-button {
	position: relative;
	float:none;
	width:300px;
	height: auto;
	background-color:#1aada3;
	border-radius:5px 5px 5px 5px;
	font-size:18px;
	font-weight:500;
	color:#fff;
	text-align:center;
	padding:10px 0 10px 0;
	cursor:pointer;
	border:none;
	outline:0;
	margin: 30px 0 30px 0;
}
.blog-slideshow {
	position:relative;
	float:left;
	width:100%;
	height:auto;
}
.blog-list-wrap {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin: 10px 0% 20px 0%;
	padding: 0 0 40px 0;
}
.blog-list-header {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin: 10px 0 20px 0;
	padding: 8px 0 10px 0;
	font-size: 30px;
	text-align:center;
	background-color:#ccc;
	color:#333;
}
.blog-list-image {
	position:relative;
	float:left;
    width: 40%;
	height:auto;
	margin:0 0% 0 0;
    overflow:hidden;
}
.blog-list-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .8s ease;
}
.blog-list-image img:hover{
  transform: scale(1.2);
}
.blog-list-text {
	position:relative;
	float:left;
    width: 50%;
	height:auto;
	font-size: 40px;
	margin:0 0 0 3%;
}
.blog-list-date {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin:20px 0 0 0;
	font-size:14px;
}
.blog-list-title {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin:10px 0 0 0;
	font-size:20px;
}
.blog-list-short {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin:20px 0 0 0;
	font-size:16px;
}
.blog-list-cat {
	position:relative;
	float:left;
	width: 100px;
	height:auto;
	font-size: 16px;
    font-weight:400;
    text-align:center;
    color:#fff;
    background-color:#1aada3;
    margin: 0px 0% 0 0%;
    padding:5px 15px 5px 15px;
}
.blog-date-panel {
	position: absolute;
    top: 10px;
    left:10px;
	width: 60px;
	height:50px;
    background-color:#fff;
    box-shadow: 0px 3px 4px #999;
}
.blog-list-day {
	position: relative;
    float:left;
	width: 90%;
	height:auto;
	font-size: 24px;
    font-weight:600;
    text-align:center;
    color:#000;
    margin: 0px 5% 0 5%;
}
.blog-list-month {
	position: relative;
    float:left;
	width: 90%;
	height:auto;
	font-size: 12px;
    font-weight:400;
    text-align:center;
    color:#000;
    margin: 0px 5% 0 5%;
}
.blog-list-link {
	position: relative;
    float:left
	width: 100%;
	height:auto;
	font-size: 14px;
    font-weight:400;
    text-align:left;
    color:#000;
}
.blog-list-wrap-small {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin: 10px 0% 30px 0%;
	padding: 0 0 20px 0;
    border-bottom:dotted 1px #999;
}
.blog-list-image-small {
	position:relative;
	float:left;
    width: 20%;
	height:auto;
	margin:0 2% 0 0;
}
.blog-list-image-small img{
    max-width: 100%;
}
.blog-list-text-small {
	position:relative;
	float:left;
    width: 60%;
	height:auto;
	margin:0 0 0 3%;
}
.blog-list-title-small {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	font-size: 14px;
	line-height: 16px;
	margin:10px 0 0 0;
    font-weight: 500;
}
.blog-list-date-small {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	font-size: 12px;
	margin:5px 0 0 0;
	font-size:12px;
    color:#999;
}
.blog-list-wrap-mini {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin: 10px 0% 30px 0%;
	padding: 0 0 20px 0;
    border-bottom:dotted 1px #999;
}
.blog-list-image-mini {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin:0 0% 0 0;
}
.blog-list-image-mini img{
    max-width: 100%;
}
.blog-list-text-small {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin:0 0 0px 0%;
}
.blog-list-title-mini {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	font-size: 16px;
    color:#000;
	text-align: center;
	margin:10px 0 0 0;
    font-weight: 500;
}
.blog-list-date-mini {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	font-size: 14px;
	text-align:center;
	margin:5px 0 0 0;
	font-size:12px;
    color:#999;
}
.blog-wrap {
	position: relative;
	float:left;
	width: 80%;
	height:auto;
	margin:20px 10% 40px 10%;
}
.blog-frame {
	position: relative;
	float:left;
	width: 80%;
	height:auto;
	margin:0px 10% 40px 10%;
}
.blog-left {
	position: relative;
	float:left;
	width: 70%;
	height:auto;
	margin:0px 5% 40px 0%;
}
.blog-right {
	position: relative;
	float:right;
	width: 20%;
	height:auto;
	margin:20px 0% 40px 0%;
	background-color:#f1f1f1;
	padding: 2%;
}
.blog-content-intro {
	position:relative;
	float:left;
    width: 90%;
	height:auto;
	font-size: 16px;
	font-weight:500;
	margin:50px 0% 20px 5%;
}
.blog-title {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	font-size: 30px;
	font-weight:600;
	text-align:left;
	margin:10px 0 20px 0;
}
.blog-subtitle {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	font-size: 20px;
	font-weight:600;
	text-align:left;
	margin:10px 0 20px 0;
}
.content-titles {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	font-size: 20px;
	font-weight:500;
	text-align:left;
	margin:10px 0 0px 0;
	color: #222;
}
.content-subtitles {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	font-size: 18px;
	font-weight:500;
	text-align:left;
	margin:10px 0 0px 0;
	color: #222;
}
.index-blog-wrap {
	position: relative;
	float:left;
	width: 90%;
	height:auto; 
	margin: 0 5% 0 5%;
}
.index-blog-title {
	position: relative;
	float:left;
	width: 100%;
	height:auto;
	font-size: 18px;
    font-weight:600;
    text-align:center;    
}
.index-blog-text {
	position: relative;
	float:left;
	width: 100%;
	height:auto;
	font-size: 16px;
    font-weight:400;
    text-align:center;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.index-blog-cat {
	position: absolute;
    bottom: 0px;
	width: 200px;
	height:auto;
	font-size: 14px;
    font-weight:400;
    text-align:center;
    color:#fff;
    background-color:#009175;
    margin: -150px 0% 0 0%;
    padding:5px 15px 5px 15px;
	left: 50%;
	transform: translateX(-50%);
}
.index-blog-cat a:link{
    color:#000;
}
.index-blog-date {
	position: absolute;
    top: 20px;
    left:-25px;
	width: 50px;
	height:50px;
	font-size: 16px;
    font-weight:400;
    text-align:center;
    color:#000;
    background-color:#fff;
    box-shadow: 0px 3px 4px #999;
}
.index-blog-day {
	position: relative;
    float:left
	width: 90%;
	height:auto;
	font-size: 24px;
    font-weight:600;
    text-align:center;
    color:#000;
}
.index-blog-month {
	position: relative;
    float:left
	width: 90%;
	height:auto;
	font-size: 12px;
    font-weight:400;
    text-align:center;
    color:#000;
}
.index-blog-link {
	position: relative;
    float:left
	width: 200px;
	height:auto;
	font-size: 14px;
    font-weight:400;
    text-align:center;
    color:#000;
}
.blog-content-wrap {
	position: relative;
	float:left;
	width: 100%;
	height:auto;
	margin:20px 0 30px 0;
}
.blog-image {
	position: relative;
	float:left;
	width: 35%;
	height:auto;
	margin:0 5% 20px 0;
}
.blog-text {
	position: relative;
	float:left;
	width: 60%;
	height:auto;
}
@media screen and (max-width: 850px) {		
.blog-list-image {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	margin:0 0% 0 0;
    overflow:hidden;
}
.blog-list-text {
	position:relative;
	float:left;
    width: 100%;
	height:auto;
	font-size: 40px;
	margin:0 0 0 0%;
}
.blog-list-cat {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	font-size: 16px;
    font-weight:400;
    text-align:center;
    color:#fff;
    background-color:#1aada3;
    margin: 0px 0% 0 0%;
    padding:5px 0px 5px 0px;
}
.book-link-blog {
	display:block;
	position: fixed;
	top:95%;
	right: 0%;
	width: 100%;
	height: 20px;
	cursor:pointer;
	background-color:#0071bc;
	color:#fff;
	text-align:center;
	padding: 10px 0 10px 0;
	font-size: 18px;
}
.blog-list-image-small {
	position:relative;
	float:left;
    width: 40%;
	height:auto;
	margin:0 2% 0 0;
}
.blog-list-text-small {
	position:relative;
	float:left;
    width: 50%;
	height:auto;
	margin:0 0 0 3%;
}
.blog-left {
	position: relative;
	float:left;
	width: 100%;
	height:auto;
	margin:0px 0% 40px 0%;
}
.blog-right {
	position: relative;
	float:right;
	width: 98%;
	height:auto;
	margin:100px 0% 40px 0%;
	background-color:#f1f1f1;
	padding: 2%;
}
.blog-content-intro {
	position:relative;
	float:left;
    width: 90%;
	height:auto;
	font-size: 18px;
	font-weight:500;
	margin:50px 5% 20px 5%;
}
.blog-button {
	position: relative;
	float:none;
	width:100%;
	height: auto;
	background-color:#1aada3;
	border-radius:5px 5px 5px 5px;
	font-size:18px;
	font-weight:500;
	color:#fff;
	text-align:center;
	padding:10px 0 10px 0;
	cursor:pointer;
	border:none;
	outline:0;
	margin: 30px 0 30px 0;
}
}