/******************************
-------------------------------
	TABLE OF CONTENT
-------------------------------
	Default Style
	Thumb Slide Style
	Thumb Overlay Style
	Thumb Arrow Style
	List Widthout Thumb Style
	List large thumb style
	List Thumb Style
	Timeline Style
	Single Post

-------------------------------
******************************/

.blog-grid-wrapper {
    margin: 0;
    padding: 0;
    margin-left: -2%;
    display: table;
    width: 102%;
}
.blog-grid-wrapper .blog-grid{
	float: left;
	margin: 0 0 2% 2%;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.blog-grid-wrapper .blog-grid:before,
.blog-grid-wrapper .blog-grid:after{
	content: "";
	display: table;
}
.blog-grid-wrapper .blog-grid:after{
	clear: both;
}
.post.post-password-required {
    zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.blog-grid-wrapper.columns-2 > .blog-grid {
	width: 48%;
}
.blog-grid-wrapper.columns-3 > .blog-grid {
	width: 31.33%;
}
.fancybox-wrap.password_form .fancybox-skin{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.fancybox-wrap.password_form .fancybox-title-inside-wrap {
    border-bottom: 1px solid #EAEAEA;
    color: #0F3B5F;
    font-family: 'Raleway','sans-serif';
    font-size: 14px;
    padding: 15px 50px 15px 15px;
    text-transform: uppercase;
    z-index: 1;
}
.fancybox-wrap.password_form .fancybox-close {
    background: transparent;
    border-left: 1px solid #EAEAEA;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
    text-decoration: none !important;
    color: #0F3B5F !important;
    text-align: center;
}
.fancybox-wrap.password_form .fancybox-close span.icon{
	display: inline-block;
    margin: 17px 0 0;
}
.fancybox-wrap.password_form .fancybox-inner .form-group{
	margin: 20px;
}
.blog-grid-wrapper.blog-post-highlight .blog-grid.highight-blog {
	background: rgba(0, 0, 0, 0.02);
}
.post-timestamp.calendar-style .post-year {
    background: none repeat scroll 0 0 #E45B31;
    border: 1px solid #C43B11;
    box-shadow: 0 1px 0 0 #F8865C inset;
    display: block;
    padding: 5px 0;
    text-align: center;
}
.post-timestamp.calendar-style .post-date {
    display: block;
    font-family: arial;
    font-size: 45px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    position: relative;
    color: #464646;
    border: 1px solid #eaeaea;
    background: #fff;
}
.post-timestamp.calendar-style .post-date:before,
.post-timestamp.calendar-style .post-date:after {
 	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    content: "";
    height: 4px;
    left: 1px;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
}
.post-timestamp.calendar-style .post-date:before {
  z-index: -2;
  left: 3px;
  right: 3px;
  height: 6px;
}

/******************************
*******************************
-------------------------------
	Blogs - Default Style
-------------------------------
******************************/

.blog-grid-wrapper.blog-default{
	margin: 0;
	width: 100%
}
.blog-grid-wrapper.columns-2.blog-default > .blog-grid,
.blog-grid-wrapper.columns-3.blog-default > .blog-grid{
	margin: 0;
	padding: 30px 20px 110px;
    position: relative;
}
.blog-grid-wrapper.blog-default.columns-2 > .blog-grid {
	width: 50%;
}
.blog-grid-wrapper.blog-default.columns-3 > .blog-grid {
	width: 33.33%;
}
.blog-grid-wrapper.blog-default .post-timestamp {
    border-bottom: 1px solid #E45B31;
    display: table;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.blog-grid-wrapper.blog-default .post-title {
    line-height: 1em;
    margin-bottom: 50px;
}
.blog-grid-wrapper.blog-default .post-title > a {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    color: #464646;
    text-decoration: none !important
}
.blog-grid-wrapper.blog-default .post-author-cat a{
	color: #464646;
	text-decoration: none !important;
}
.blog-grid-wrapper.blog-default .post-title > a:hover,
.blog-grid-wrapper.blog-default .post-author-cat a:hover {
	color: #E45B31;
}
.blog-grid-wrapper.blog-default blockquote{
	border: 0 none;
    margin: 20px 0 30px;
    padding: 0;
}
.blog-grid-wrapper.blog-default p.post-aside-content {
    margin: 20px 0 30px;
    color: #464646;
    font-size: 12px;
    line-height: 1.5em;
}
.blog-grid-wrapper.blog-default .post-tags{
	margin: 8px 0 0 0;
}
.blog-grid-wrapper.blog-default .post-author-cat,
.blog-grid-wrapper.blog-default .post-tags {
    color: #848483;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-grid-wrapper.blog-default .post-author-cat {
    margin: 9px 0 0;
}
.blog-grid-wrapper.blog-default .post-actions {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    width: 88%;
    margin: 20px 0 0;
    padding: 15px 0 0;
    position: absolute;
    bottom: 30px;
}
.blog-grid-wrapper.blog-default .post-actions > ul {
    list-style: none inside none;
    margin: 0;
    padding: 0;
}
.blog-grid-wrapper.blog-default .post-actions ul li {
    display: inline-block;
    padding: 0 7px;
    text-align: center;
    margin: 0;
    vertical-align: top;
    font-size: 0.8em;
    opacity: 0.65;
}
.blog-grid-wrapper.blog-default .post-actions ul li:hover {
	opacity: 1;
}
.blog-grid-wrapper.blog-default .post-actions ul li:first-child {
    padding-left: 0;
}
.blog-grid-wrapper.blog-default .post-actions ul li a {
	text-decoration: none !important;
	text-transform: uppercase;
}
.blog-grid-wrapper.blog-default .post-actions ul li,
.blog-grid-wrapper.blog-default .post-actions ul li a{
	color: #464646;
}
.blog-grid-wrapper.blog-default .post-actions ul li span.icon {
	margin: 1px 8px 5px 0;
	float: left;
}
.blog-grid-wrapper.blog-default .post-actions ul li.post-type span.icon {
	margin: 1px 3px 0 0;
}
.blog-grid-wrapper.blog-default .post-actions ul li a.post-play{
	border: 1px solid rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 30px;
    line-height: 22px;
    margin: -6px 0 0;
    padding: 5px;
    text-align: center;
    width: 30px;
    color: #464646;
}
.blog-grid-wrapper.blog-default .post-actions ul li a.post-play span.icon {
    float: none;
    font-size: 16px;
    margin: 0 0 0 2px;
    padding: 0;
}
.blog-grid-wrapper.blog-default .post-actions ul li a.post-play span.icon.icon-zoom-in-outline {
	font-size: 22px;
    line-height: 16px;
    margin: 0 0 0 -1px;
}
.blog-grid-wrapper.blog-default .blog-grid.highight-blog.post-password-required {
    border: 1px dashed #AEAEAE;
}

/******************************
*******************************
-------------------------------
	Blogs - Thumb Slide Style
-------------------------------
******************************/

.blog-thumb-slide article.post {
    border: 1px solid #EAEAEA;
    position: relative;
}
.blog-thumb-slide article.post .post-thumb-outer {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.blog-thumb-slide article.post .post-thumb > img {
    max-width: 100%;
    width: 100%;
}
.blog-thumb-slide article.post .post-author-cat {
    bottom: 15px;
    left: 15px;
    position: absolute;
    z-index: 2;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-thumb-slide article.post .post-author-cat a{
	color: #fff !important;
	text-decoration: none !important;
}
.blog-thumb-slide article.post .post-timestamp {
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 2;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-thumb-slide article.post .post-data {
    display: block;
    margin: 15px;
}
.blog-thumb-slide article.post .post-title {
    margin: 0 0 25px;
}
.blog-thumb-slide article.post .post-title > a{
	color: #464646;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none !important;
}
.blog-thumb-slide article.post .post-title > a:hover{
	color: #E45B31;
}
.blog-thumb-slide article.post .post-tags {
    font-size: 12px;
    text-transform: uppercase;
}
.blog-thumb-slide .post-thumb{
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	position: relative;
}
.blog-thumb-slide .blog-grid:hover .post-thumb,
.blog-thumb-slide .blog-grid.touch-hover .post-thumb {
	-webkit-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
}
.blog-thumb-slide .post-actions{
	position: absolute;
	height: 60px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.blog-thumb-slide .blog-grid:hover .post-actions,
.blog-thumb-slide .blog-grid.touch-hover .post-actions {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.blog-grid-wrapper.blog-thumb-slide .post-actions > ul {
    display: table;
    list-style: none inside none;
    margin: 10px 10px 0;
    padding: 0 0 4px;
}
.blog-grid-wrapper.blog-thumb-slide .post-actions ul li {
    display: table-cell;
    font-size: 0.8em;
    height: 45px;
    margin: 0;
    padding: 3px 20px 0 0;
    text-align: center;
    vertical-align: middle;
    opacity: 0.5;
}
.blog-grid-wrapper.blog-thumb-slide .post-actions ul li.post-type {
	padding-right: 5px;
}
.blog-grid-wrapper.blog-thumb-slide .post-actions ul li:last-child {
	padding-right: 0;
}
.blog-grid-wrapper.blog-thumb-slide .post-actions ul li:hover {
	opacity: 1;
}
.blog-grid-wrapper.blog-thumb-slide .post-actions ul li span.icon {
    float: left;
    margin: 0 10px 5px 0;
}
.blog-grid-wrapper.blog-thumb-slide .post-actions ul li, .blog-grid-wrapper.blog-thumb-slide .post-actions ul li a {
    color: #464646;
    text-decoration: none !important;
}
.blog-grid-wrapper.blog-thumb-slide .post-actions ul li a.post-play{
	border: 1px solid rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #464646;
    display: block;
    height: 40px;
    margin: -4px 0 0;
    padding: 5px;
    text-align: center;
    width: 40px;
}
.blog-grid-wrapper.blog-thumb-slide .post-actions ul li a.post-play span.icon {
    float: left;
    font-size: 16px;
    margin: 6px 0 0 7px;
    padding: 0;
}
.blog-grid-wrapper.blog-thumb-slide .post-actions ul li a.post-play span.icon.icon-zoom-in-outline {
	font-size: 22px;
    margin: 1px 0 0 3px;
}

/******************************
*******************************
-------------------------------
	Blogs - Thumb Overlay Style
-------------------------------
******************************/

.blog-thumb-overlay .blog-grid {
    position: relative;
    overflow: hidden;
}
.blog-thumb-overlay .blog-grid .post-thumb {
    display: block;
    max-width: 100%;
    width: 100%;
    opacity: 0.7;
}
.blog-thumb-overlay .blog-grid .post-data {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    padding: 20px;
    position: absolute;
    
    -webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.blog-thumb-overlay .blog-grid .post-data .post-timestamp {
    background: none repeat scroll 0 0 #E45B31;
    color: #FFFFFF;
    display: table;
    font-size: 12px;
    padding: 5px;
    text-transform: uppercase;
}
.blog-thumb-overlay .blog-grid .post-data .post-title {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    display: table;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    color: #464646;
    text-transform: uppercase;
    line-height: 22px;
}
.blog-thumb-overlay .blog-grid.highight-blog .post-data .post-title{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}
.blog-thumb-overlay .blog-grid.highight-blog .post-data .post-title{
	color: #ffffff;
}
.blog-thumb-overlay .blog-grid .post-actions {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    
    -webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.blog-thumb-overlay .blog-grid .post-actions .post-action-outer {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.blog-thumb-overlay .blog-grid .post-actions .post-action-inner {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.blog-thumb-overlay .blog-grid .post-actions ul {
    display: table;
    list-style: none inside none;
    margin: 0 auto;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.3);
}
.blog-thumb-overlay .blog-grid .post-actions ul li {
    display: block;
    float: left;
    height: 70px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 70px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.blog-thumb-overlay .blog-grid .post-actions ul li.read-post {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    clear: left;
    height: auto;
    width: 100%;
    border-left: 0;
}
.blog-thumb-overlay .blog-grid .post-actions ul li.read-post a{
	padding: 10px 0;
	text-transform: uppercase;
}
.blog-thumb-overlay .blog-grid .post-actions ul li:first-child{
	border-left: 0;
}
.blog-thumb-overlay .blog-grid .post-actions ul li a{
	display: block;
	text-decoration: none !important;
}
.blog-thumb-overlay .blog-grid .post-actions ul li span.icon{
	display: block;
	margin: 16px 0 0;
}
.blog-thumb-overlay .blog-grid .post-actions ul li,
.blog-thumb-overlay .blog-grid .post-actions ul li a{
	color: #fff;
}
.blog-thumb-overlay .blog-grid .post-actions ul li a.post-play {
    height: 100%;
    margin: 0;
    padding: 0;
}
.blog-thumb-overlay .blog-grid .post-actions ul li a.post-play span.icon {
	float: left;
    height: 100%;
    margin: 0 auto !important;
    padding: 25px 0 0;
    width: 100%;
}
.blog-thumb-overlay .blog-grid .post-actions ul li a.post-play span.icon-zoom-in-outline {
	font-size: 24px;
    padding: 20px 0 0;
}
.blog-thumb-overlay .blog-grid .post-author-cat,
.blog-thumb-overlay .blog-grid .post-tags {
    font-size: 12px;
    margin: 10px 0 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.blog-thumb-overlay .blog-grid .post-author-cat a,
.blog-thumb-overlay .blog-grid .post-tags a {
	text-transform: uppercase;
	color: #fff;
}
.blog-thumb-overlay .blog-grid .post-author-cat a:hover,
.blog-thumb-overlay .blog-grid .post-tags a:hover {
	text-decoration: underline;
}
.blog-thumb-overlay .blog-grid:hover .post-data,
.blog-thumb-overlay .blog-grid.touch-hover .post-data {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.blog-thumb-overlay .blog-grid:hover .post-actions,
.blog-thumb-overlay .blog-grid.touch-hover .post-actions {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
}

/******************************
*******************************
-------------------------------
	Blogs - Thumb Arrow Style
-------------------------------
******************************/

.blog-thumb-arrow article.blog-grid {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    position: relative;
}
.blog-thumb-arrow article.blog-grid .post-thumb{
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
}
.blog-thumb-arrow article.blog-grid .post-thumb img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.blog-thumb-arrow article.blog-grid .post-thumb .post-arrow{
	bottom: 0;
    height: 15px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}
.blog-thumb-arrow article.blog-grid .post-thumb .post-arrow:before,
.blog-thumb-arrow article.blog-grid .post-thumb .post-arrow:after {
    border-bottom: 15px solid #ffffff;
    box-sizing: border-box;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    z-index: 15;
}
.blog-thumb-arrow article.blog-grid .post-thumb .post-arrow:after {
    border-left: 15px solid transparent;
    right: 0;
    width: 50%;
}
.blog-thumb-arrow article.blog-grid .post-thumb .post-arrow:before {
    border-right: 15px solid transparent;
    left: 0;
    width: 50%;
}
.blog-thumb-arrow article.blog-grid .post-thumb .post-timestamp {
    background: none repeat scroll 0 0 #E45B31;
    bottom: 15px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
}
.blog-thumb-arrow article.blog-grid .post-data {
    color: #848483;
    display: block;
    margin: 10px 15px 15px;
}
.blog-thumb-arrow article.blog-grid .post-data .post-author-cat {
    border-bottom: 1px solid #EAEAEA;
    font-size: 13px;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.blog-thumb-arrow article.blog-grid .post-data .post-author-cat a{
	text-decoration: none !important;
}
.blog-thumb-arrow article.blog-grid .post-data .post-title {
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0 25px;
    text-transform: uppercase;
    line-height: 22px;
}
.blog-thumb-arrow article.blog-grid .post-data .post-title a{
	text-decoration: none !important;
	color: #464646;
}
.blog-thumb-arrow article.blog-grid .post-data .post-title a:hover{
	color: #E45B31;
}
.blog-thumb-arrow article.blog-grid .post-data .post-tags {
    font-size: 13px;
    text-transform: uppercase;
}
.blog-thumb-arrow article.blog-grid .post-actions {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EAEAEA;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    display: none;
    left: -1px;
    position: absolute;
    top: 100%;
    width: 100.1%;
    z-index: 10;
    box-shadow: 2px 7px 5px -5px rgba(0, 0, 0, 0.3);
}
.blog-thumb-arrow article.blog-grid.touch-hover .post-actions {
	display: block !important;
}
.blog-thumb-arrow article.blog-grid .post-actions ul {
    outline: 1px solid #EAEAEA;
    display: table;
    list-style: none inside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.blog-thumb-arrow article.blog-grid .post-actions ul li {
    border-right: 1px solid #EAEAEA;
    display: table-cell;
    height: 70px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    opacity: 0.5;
}
.blog-thumb-arrow article.blog-grid .post-actions ul li:hover {
	opacity: 1;
}
.blog-thumb-arrow article.blog-grid .post-actions ul li:last-child {
	border-right: 1px solid transparent;
}
.blog-thumb-arrow article.blog-grid .post-actions ul li span.icon {
	display: block;
}
.blog-thumb-arrow article.blog-grid .post-actions ul li,
.blog-thumb-arrow article.blog-grid .post-actions ul li a {
    color: #464646;
    font-size: 13px;
}
.blog-thumb-arrow article.blog-grid .post-actions ul li a{
	text-decoration: none !important;
}
.blog-thumb-arrow article.blog-grid .post-actions ul li a.post-play{
	border: 1px solid rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #464646;
    display: block;
    height: 40px;
    margin: -4px auto;
    padding: 5px;
    text-align: center;
    width: 40px;
}
.blog-thumb-arrow article.blog-grid .post-actions ul li a.post-play span.icon {
    float: left;
    font-size: 16px;
    margin: 6px 0 0 7px;
    padding: 0;
}
.blog-thumb-arrow article.blog-grid .post-actions ul li a.post-play span.icon.icon-zoom-in-outline {
	font-size: 22px;
    margin: 1px 0 0 3px;
}

/******************************
*******************************
-------------------------------
	Blogs - List Widthout Thumb Style
-------------------------------
******************************/

.blog-list-default article.post {
    display: table;
    margin: 0 0 40px;
    padding: 0 0 0 80px;
    width: 100%;
}
.blog-list-default article.post:last-child{
	margin-bottom: 0;
}
.blog-list-default article.post .post-timestamp {
    display: block;
    float: left;
    margin: 0 0 0 -80px;
    width: 80px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.blog-list-default article.post .post-actions{
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 0 25px;
    padding-bottom: 12px;
}
.blog-list-default article.post .post-actions > ul {
    list-style: none inside none;
    margin: 0;
    padding: 0;
    display: table;
}
.blog-list-default article.post .post-actions > ul li {
    display: table-cell;
    padding: 0 15px 0 0;
    text-align: center;
    font-size: 12px;
    opacity: 0.7;
    vertical-align: middle;
}
.blog-list-default article.post .post-actions > ul li:last-child {
	padding-right: 0;
}
.blog-list-default article.post .post-actions > ul li:hover {
	opacity: 1;
}
.blog-list-default article.post .post-actions > ul li span.icon{
	float: left;
    margin: 1px 8px 0 0;
}
.blog-list-default article.post .post-actions > ul li,
.blog-list-default article.post .post-actions > ul li a{
	color: #464646;
}
.blog-list-default article.post .post-actions > ul li a{
	text-decoration: none !important;
	display: inline-block;
}
.blog-list-default article.post .post-actions > ul li a.post-play {
    border: 1px solid rgba(0, 0, 0, 0.15);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: left;
    height: 35px;
    width: 35px;
    color: #464646;
}
.blog-list-default article.post .post-actions > ul li a.post-play span.icon {
    margin: 9px 0 0 10px;
}
.blog-list-default article.post .post-actions > ul li a.post-play span.icon-zoom-in-outline {
	font-size: 22px;
	margin: 4px 0 0 6px;
}
.blog-list-default article.post .post-data{
	display: table;
}
.blog-list-default article.post .post-data .post-data-inner{
	margin: 15px 25px 25px;
}
.blog-list-default article.post .post-data h3.post-title{
	margin: 0 0 20px;
}
.blog-list-default article.post .post-data h3.post-title a{
	color: #464646;
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.blog-list-default article.post .post-data h3.post-title a:hover {
	color: #E45B31;
}
.blog-list-default article.post .post-data .post-author-cat,
.blog-list-default article.post .post-data .post-tags {
    font-size: 12px;
    text-transform: uppercase;
}
.blog-list-default article.post .post-data .post-excerpts {
    margin-bottom: 30px;
}
.blog-list-default article.post .post-data blockquote{
	border-left: 0;
	padding: 0;
}
.blog-list-default article.post .post-data p.post-aside-content {
    margin: 0 0 20px;
}
.blog-list-default article.post .post-data .post-author-cat{
	margin-bottom: 15px;
}
.blog-list-default article.post.highight-blog .post-data {
	border-top: 0;
}
.blog-list-default article.post.highight-blog .post-article-wrapper {
	background: rgba(0, 0, 0, 0.02);
}
.blog-list-default article.post.highight-blog .post-actions{
	padding-top: 10px;	
}

/******************************
*******************************
-------------------------------
	Blogs - List large thumb style
-------------------------------
******************************/

.blog-list-large article.post {
    display: block;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
}
.blog-list-large article.post.post-no-thumbnail {
	margin-top: 66px;
}
.blog-list-large article.post:last-child{
	margin-bottom: 0;
}
.blog-list-large article.post .post-thumb {
    display: block;
    width: 100%;
    position: relative;
}
.blog-list-large article.post .post-thumb img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.blog-list-large article.post .post-timestamp {
    bottom: -66px;
    color: #FFFFFF;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    width: 80px;
}
.blog-list-large .post-timestamp.calendar-style .post-year {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #2C2C2C;
    box-shadow: 0 1px 0 0 #5E5E5E inset;
}
.blog-list-large .post-timestamp.calendar-style .post-date {
	border-width: 0 0 1px 1px;
    box-shadow: none;
}
.blog-list-large article.post .post-actions ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    display: table;
    list-style: none inside none;
    margin: 0;
    padding: 0;
}
.blog-list-large article.post .post-actions ul li {
    border-right: 1px solid #EAEAEA;
    display: table-cell;
    height: 65px;
    margin: 0;
    padding: 0 24px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}
.blog-list-large article.post .post-actions ul li.post-action-play {
	padding: 0;
}
.blog-list-large article.post .post-actions ul li.post-action-play a {
	display: block;
    height: 100%;
    text-align: center;
    width: 60px;
}
.blog-list-large article.post .post-actions ul li.post-action-play a span.icon {
    float: left;
    margin: 23px 0 0 22px;
}
.blog-list-large article.post .post-actions ul li.post-action-play a span.icon-zoom-in-outline {
	font-size: 22px;
	margin: 19px 0 0 19px;
}
.blog-list-large article.post .post-actions ul li:last-child {
	border-right: 0;
}
.blog-list-large article.post .post-actions ul li span.icon{
	display: block;
	margin: 0 0 2px;
}
.blog-list-large article.post .post-actions ul li,
.blog-list-large article.post .post-actions ul li a{
	color: #464646;
}
.blog-list-large article.post .post-actions ul li a{
	text-decoration: none !important;
}
.blog-list-large article.post .post-data{
	background: rgba(0, 0, 0, 0.02);
	margin: 0 0 0 80px;
}
.blog-list-large article.post .post-data .post-data-inner{
	margin: 25px;
	display: inline-block;
}
.blog-list-large article.post .post-data h3.post-title{
	margin: 0 0 20px;
}
.blog-list-large article.post .post-data h3.post-title a{
	color: #464646;
    font-size: 22px;
    text-decoration: none !important;
    text-transform: lowercase;
}
.blog-list-large article.post .post-data h3.post-title a:hover {
	color: #e0aa1d;
}
.blog-list-large article.post .post-data .post-author-cat,
.blog-list-large article.post .post-data .post-tags {
    font-size: 12px;
    text-transform: uppercase;
}
.blog-list-large article.post .post-data .post-excerpts,
.blog-list-large article.post .post-data .post-aside-content {
    margin-bottom: 20px;
}
.blog-list-large article.post .post-data blockquote {
	padding: 0;
	border-left: 0;
}
.blog-list-large article.post .post-data .post-author-cat{
	margin-bottom: 15px;
}

/******************************
*******************************
-------------------------------
	Blogs - List Thumb Style
-------------------------------
******************************/

.blog-list-thumb article.blog-list {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.blog-list-thumb article.blog-list .post-data {
    margin: 20px 0 0;
}
.blog-list-thumb article.blog-list .post-thumb img {
    max-width: 100%;
    height: auto;
}
.blog-list-thumb article.blog-list .post-thumb-wrapper {
    padding-bottom: 15px;
    padding-top: 15px;
}
.blog-list-thumb .post-timestamp {
    border-bottom: 1px solid #E45B31;
    display: table;
    padding: 0 0 5px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-list-thumb .post-title {
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 5px;
}
.blog-list-thumb .post-title > a {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    color: #464646;
}
.blog-list-thumb .post-title > a:hover {
	color: #E45B31;
	text-decoration: none;
}
.blog-list-thumb .post-tags {
	margin: 8px 0 20px;
}
.blog-list-thumb .post-author-cat,
.blog-list-thumb .post-tags {
    color: #848483;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-list-thumb .blog-list .post-entry {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;	
}
.blog-list-thumb .blog-list.highight-blog {
	background: rgba(0, 0, 0, 0.02);
}
.blog-list-thumb .post-data blockquote {
    border-left: 0 none;
    margin: 20px 0 25px;
    padding: 0;
}
.blog-list-thumb .post-data p.post-aside-content{
	margin: 20px 0 30px;
	font-size: 12px;
}
.blog-list-thumb article.post .post-actions{
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 12px;
}
.blog-list-thumb article.post .post-actions > ul {
    list-style: none inside none;
    margin: 0;
    padding: 0;
    display: table;
}
.blog-list-thumb article.post .post-actions > ul li {
    display: table-cell;
    padding: 0 15px 0 0;
    text-align: center;
    font-size: 12px;
    opacity: 0.7;
    vertical-align: middle;
}
.blog-list-thumb article.post .post-actions > ul li:last-child {
	padding-right: 0;
}
.blog-list-thumb article.post .post-actions > ul li:hover {
	opacity: 1;
}
.blog-list-thumb article.post .post-actions > ul li span.icon{
	float: left;
    margin: 1px 8px 0 0;
}
.blog-list-thumb article.post .post-actions > ul li,
.blog-list-thumb article.post .post-actions > ul li a{
	color: #464646;
}
.blog-list-thumb article.post .post-actions > ul li a{
	text-decoration: none !important;
	display: block;
}
.blog-list-thumb article.post .post-actions > ul li a.post-play {
    border: 1px solid rgba(0, 0, 0, 0.15);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: left;
    height: 35px;
    width: 35px;
    color: #464646;
}
.blog-list-thumb article.post .post-actions > ul li a.post-play span.icon {
    margin: 9px 0 0 10px;
}
.blog-list-thumb article.post .post-actions > ul li a.post-play span.icon-zoom-in-outline {
	font-size: 22px;
	margin: 4px 0 0 6px;
}


/******************************
*******************************
-------------------------------
	Blogs - Timeline Style
-------------------------------
******************************/

.blog-timeline-wrapper{
	position: relative;
	display: block;
	width: 100%;
}
.blog-timeline-wrapper .timeline-border{
	background: none repeat scroll 0 0 #DCDCDC;
    top: 10px;
    height: 100%;
    left: 50%;
    position: absolute;
    width: 1px;
    z-index: 1;
}
.blog-timeline-wrapper .post-month-wrapper {
    clear: both;
    display: table;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    height: 50px;
    margin: 20px 0; 
}
.blog-timeline-wrapper .post-month-wrapper.first-child {
	margin-top: 0;	
}
.blog-timeline-wrapper .post-month{
	display: block;
    left: 0;
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: 2;
}
.blog-timeline-wrapper .post-month span{
	background: #ffffff;
    border: 1px solid #EAEAEA;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #E45B31;
    display: inline-block;
    font-size: 12px;
    padding: 8px 22px;
    text-transform: uppercase;
}
.blog-timeline-wrapper article.blog-timeline{
	width: 47.5%;
	background:#fff;	
	position: relative;
	margin:0px 0px 10px;
	border: 1px solid #EAEAEA;
	padding: 5px 5px 10px;
}
.blog-timeline-wrapper article.blog-timeline:after,
.blog-timeline-wrapper article.blog-timeline:before {
	left: 100%;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.blog-timeline-wrapper article.blog-timeline:after {
	border-color: transparent;
	border-left-color: #ffffff;
	border-width: 9px;
	margin-top: -8px;
}
.blog-timeline-wrapper article.blog-timeline:before {
	border-color: transparent;
	border-left-color: #eaeaea;
	border-width: 11px;
	margin-right: -2px;
    margin-top: -10px;
}
.blog-timeline-wrapper article.blog-timeline:nth-child(even){
	float:right;
	clear:right;
	margin-top: 30px;
}
.blog-timeline-wrapper article.blog-timeline:nth-child(odd){
	float:left;
	clear:left;
}
.blog-timeline-wrapper article.blog-timeline:nth-child(even):after,
.blog-timeline-wrapper article.blog-timeline:nth-child(even):before {
	left: auto;
	right: 100%;
	top: 30px;
}
.blog-timeline-wrapper article.blog-timeline:nth-child(even):after {
	border-right-color: #ffffff;
	border-width: 9px;
	margin-top: -8px;
}
.blog-timeline-wrapper article.blog-timeline:nth-child(even):before {
	border-right-color: #eaeaea;
	border-left-color: transparent;
	margin-right: auto;
	margin-left: -2px;
}
.blog-timeline-wrapper article.blog-timeline .post-thumb img{
	max-width: 100%;
	display: block;
	width: 100%;
}
.blog-timeline-wrapper article.blog-timeline .post-thumb {
    position: relative;
}
.blog-timeline-wrapper article.blog-timeline .post-timestamp {
	color: #FFFFFF;
    font-size: 12px;
    left: 10px;
    position: absolute;
    text-shadow: 0 0 1px #000000;
    text-transform: uppercase;
    top: 13px;
}
.blog-timeline-wrapper article.blog-timeline:nth-child(odd) .post-timestamp {
	left: auto;
	right: 10px;
}
.blog-timeline-wrapper article.blog-timeline .post-author-cat {
    bottom: 10px;
    color: #FFFFFF;
    font-size: 12px;
    left: 10px;
    position: absolute;
    text-shadow: 0 0 1px #000000;
    text-transform: uppercase;
}
.blog-timeline-wrapper article.blog-timeline .post-author-cat a{
	text-decoration: none;
	color: #fff !important;
}
.blog-timeline-wrapper article.blog-timeline .post-author-cat a:hover{
	text-decoration: underline;
}
.blog-timeline-wrapper .post-actions {
    display: block;
    margin: 10px 0;
}
.blog-timeline-wrapper .post-actions > ul {
    border-color: #EAEAEA;
    border-style: solid none;
    border-width: 1px 0;
    display: table;
    list-style: none inside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.blog-timeline-wrapper .post-actions > ul li {
    border-right: 1px solid #EAEAEA;
    display: table-cell;
    height: 40px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    opacity: 0.7;
}
.blog-timeline-wrapper .post-actions > ul li:hover {
	opacity: 1;
}
.blog-timeline-wrapper .post-actions > ul li:last-child {
	border-right: 0;
}
.blog-timeline .post-actions > ul li,
.blog-timeline .post-actions > ul li a{
	color: #464646 !important;
	text-decoration: none !important;
	font-size: 11px;
	text-transform: uppercase;
}
.blog-timeline .post-actions span.icon {
    display: block;
    margin: 0 0 3px;
}
.blog-timeline .post-actions a.post-play span.icon-zoom-in-outline {
	font-size: 22px;
}
.blog-timeline .post-data {
	text-align: center;
}
.blog-timeline .post-data blockquote {
	border-left: 0;
	padding: 0;
	margin: 20px 0;
}
.blog-timeline .post-data p.post-aside-content {
	margin: 20px 0;
}
.blog-timeline .post-title {
    font-size: 14px;
    margin: 20px 0;
    padding: 0;
}
.blog-timeline .post-title > a {
    color: #464646;
    text-decoration: none !important;
}
.blog-timeline .post-title > a:hover {
	color: #E45B31;
}
.blog-timeline .post-tags {
    font-size: 0.8em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
article.blog-timeline .post-date-dot{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 -8px 0 0;
    position: absolute;
    right: -5%;
    top: 25px;
    width: 10px;
    z-index: 3;
}
.blog-timeline-wrapper article:nth-child(even) .post-date-dot{
	left: -5%;
	right: auto;
	margin: 0 0 0 -7px;
}
li.page-utility-dropdown .dropdown-menu#scroll_to_date{
	min-width: 165px;
}
.blog-timeline-wrapper .post-timeline-more{
	clear: both;
    display: block;
    margin: 10px auto;
    width: 100%;
    position: relative;
    height: 20px;
}
.blog-timeline-wrapper .post-timeline-more.loading .timeline-post-loader{
	width: 220px;
	margin-left: -110px;
	text-align: center;
}
.blog-timeline-wrapper .post-timeline-more.loaded{
	margin: 0;
	display: table;
	height: auto;
}
.blog-timeline-wrapper .post-timeline-more.error{
	margin: 0 auto;
	display: table;
	height: auto;
	width: 220px;
	z-index: 5;
}
.blog-timeline-wrapper .post-timeline-more .timeline-post-loader {
	background: #fff;
	left: 50%;
    margin-left: -21px;
    position: absolute;
    top: 0;
    z-index: 2;
    cursor: pointer;
    width: 42px;
}
.blog-timeline-wrapper .post-timeline-more .timeline-post-trigger span{
	background: none repeat scroll 0 0 #e45b31;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 2px 0 0;
    width: 10px;
}
.blog-timeline-wrapper .post-timeline-more .timeline-post-loader .loader{
	display: none;
	width: 220px;
	height: 20px;
}

/******************************
*******************************
-------------------------------
	Blogs - Single Post
-------------------------------
******************************/

body.single-post .content-area-header.has-utility{
	margin: 0 0 20px;
}
header.entry-header.container-fluid {
	margin: 0 0 40px;
    padding: 0;
}
header.entry-header .post-actions ul {
    display: table;
    list-style: none inside none;
    margin: 20px 0 0;
    padding: 0;
}
header.entry-header .post-actions ul li {
    display: table-cell;
    font-size: 12px;
    margin: 0;
    padding: 0 20px 0 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: 0.6;
}
header.entry-header .post-actions ul li:hover {
	opacity: 1;
}
header.entry-header .post-actions ul li:last-child {
	border-right: 0;
}
header.entry-header .post-actions ul li span.icon{
	margin: 2px 10px 0;
	float: left;
}
header.entry-header .post-actions a.post-permalink span.icon{
	font-size: 20px;
    margin: -4px 0 0;
}
header.entry-header .post-actions ul li,
header.entry-header .post-actions ul li a{
	color: #464646;
}
header.entry-header .post-actions ul li a{
	text-decoration: none !important;
}
header.entry-header .post-data{
	display: table;
	margin: 0;
	width: 100%;
}
header.entry-header .post-data .post-data-inner{
	padding: 25px;
	background: rgba(0,0,0,0.02);
}
header.entry-header .post-data h3.post-title{
	margin: 0 0 20px;
}
header.entry-header .post-data h3.post-title a{
	color: #464646;
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
}
header.entry-header .post-data h3.post-title a:hover {
	color: #E45B31;
}
header.entry-header .post-data .post-author-cat,
header.entry-header .post-data .post-tags {
    font-size: 12px;
    text-transform: uppercase;
}
header.entry-header .post-data .post-tags span.icon{
	margin: 0 5px 0 0;
	opacity: 0.7;
}
header.entry-header .post-data .post-excerpts {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: inherit;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
header.entry-header .post-data .post-author-cat{
	margin-bottom: 15px;
}
.entry-content {
    margin: 0 0 60px;
}
.entry-content .post-format-data {
    display: block;
    width: 100%;
    margin: 0 0 5px;
}
.entry-content .post-format-data .image-caption {
    display: inline-block;
    max-width: 100%;
    width: auto;
    padding: 3px;
}
.entry-content .post-format-data .image-caption .thumb-wrapper{
	display: inline-block;
	width: 100%;
}
.entry-content .post-format-data .image-caption .thumb-wrapper img {
    display: block;
    margin: 0;
    max-width: 100%;
}
.entry-content .post-format-data .image-caption .image-caption-text {
    color: #848483;
    margin: 5px 0 20px;
}
a.post-img-zoom{
	display: table;
    margin: 0 auto;
    text-decoration: none !important;	
}
a.post-img-zoom span.icon{
	float: left;
    font-size: 24px;
    margin: -4px 4px 0 0;	
}
footer.entry-footer {
    margin: 0 0 60px;
}
.single-author-bio {
    display: table;
    margin: 0 0 60px;
    padding: 0 0 0 80px;
}
.single-author-bio .single-author-picture {
	display: block;
	width: 80px;
	margin-left: -80px;
	float: left;
}
.single-author-bio .single-author-picture > img {
    max-width: 100%;
}
.single-author-bio .single-author-data {
    background: rgba(0, 0, 0, 0.02);
    float: left;
    padding: 10px 20px;
}
.single-author-bio h4.single-author-name,
.single-author-bio .single-author-name > a {
    color: #464646;
    text-decoration: none !important;
}
.single-author-bio .single-author-name > a:hover{
	color: #e45b31;
}
.single-author-bio .author-bio-text {
    color: #848483;
}
.single-author-bio ul.author-contribution {
    clear: both;
    float: left;
    list-style: none inside none;
    margin: 10px 0 20px;
    padding: 0;
}
.single-author-bio ul.author-contribution > li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.single-author-bio ul.author-contribution a {
    color: #464646;
}
.single-author-bio ul.author-contribution a:hover {
    color: #e45b31;
    text-decoration: none;
}
.single-author-bio ul.author-contribution > li:before{
	content: "\f105";
	float: left;
    font-family: 'icomoon';
    font-size: 16px;
    margin: -1px 2px 0 0;
    text-align: center;
    width: 16px;
    color: #464646;
}
.single-author-bio ul.author-contribution > li:hover:before{
	content: "\e3b5";
	font-size: 16px;
}
.single-author-bio ul.single-author-social {
    float: left;
    list-style: none inside none;
    margin: 0;
    padding: 0;
}
.single-author-bio ul.single-author-social > li {
    float: left;
    margin: 0 1px 0 0;
}
.single-author-bio ul.single-author-social a {
    display: block;
    padding: 10px 12px;
}
.single-related {
    width: 100%;
}
.related-header{
	display: table;
	width: 100%;
}
.related-header > a {
    border: 1px solid #EAEAEA;
    float: left;
    height: 42px;
    margin: 0 0 -1px -1px;
    text-align: center;
    width: 42px;
    text-decoration: none !important;
    color: #BCBCBC;
}
.related-header > a:hover , .related-header > a:active, .related-header > a:focus {
	color: #8e8e8e;
}
.related-header > a span.icon{
	font-size: 24px;
    line-height: 36px;
}
.related-header h3.related-heading {
    border: 1px solid #EAEAEA;
    border-bottom-width: 0;
    color: #464646;
    display: table;
    font-size: 16px;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
    float: left;
    line-height: 40px;
}
.related-post-wrapper{
	display: block;
	width: 100%;
	border: 1px solid #eaeaea;
}
.related-post-wrapper .owl-item {
    display: block;
    border-left: 1px solid #eaeaea;
}
.related-post-wrapper .owl-item .related-post{
	margin: 5px;
	position: relative;
	background: none repeat scroll 0 0 #333333;
	overflow: hidden;
}
.related-carousel.owl-carousel .owl-wrapper-outer{
	margin: 0 0 0 -1px;
}
.related-post-wrapper .related-post > img,
.related-post-wrapper .related-post > canvas{
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.9;
	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.related-post-wrapper .related-post:hover canvas {
	-webkit-transform: scale(1.3,1.3);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.3,1.3);
   -ms-transform: scale(1.3,1.3);
   transform: scale(1.1,1.1) rotate(0.5deg);
}
.related-post .post-link{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: transparent;
}
.related-post .related-post-data {
    bottom: 20px;
    display: block;
    left: 20px;
    position: absolute;
    width: 80%;
    z-index: 1;
}
.related-post .related-post-data h3{
	color: #FFFFFF !important;
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.related-post .related-post-data .related-post-date {
    color: #FFFFFF;
    text-transform: uppercase;
}
.related-post .related-post-data .related-post-comments {
    color: #FFFFFF;
    margin: 0 0 0 20px;
}
.related-post .related-post-data .related-post-comments span.icon {
	margin: 0 5px 0 0;
}