.juimghvr-item *, .juimghvr-item::after, .juimghvr-item::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
.juimghvr-item {
    float: left;
}
.post-body {
    background-color: #fff;
    padding: 32px 30px;
    text-align: center;
    min-height: 320px;
    width: 100%;
    display: table;
    vertical-align: middle;
    position: relative;
}
.ju-thumbnail {
    position: relative;
}
.ju-thumbnail {position: relative;}

	#ju-content .ju-single-image:after,
	#ju-content .ju-single-image:before {
		content: "";
	}
.post-body::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #fff transparent;
    z-index: 10;
}

.post-body-in {
    display: table-cell;
    vertical-align: middle;
}
.post-title {
    margin: 15px 0 20px 0;
    font-size: 115%;
    line-height: 30px;
}
.ju-thumbnail:hover .ninzio-overlay {
    opacity: 1;
}


.ninzio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
    text-align: center;
    opacity: 0;
    color: #fff !important;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    background-color: rgba(0,0,0,0.8);
}
.button-ghost {
    box-shadow: inset 0 0 0 2px #c3c3c3;
    color: #999999;
    padding: 10px 24px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
}


.button-ghost {
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-date {
		color: #999;
		font-size: 20px;
		line-height: 20px;
		text-align: center;
		padding-bottom: 20px;
		margin: 28px 0px;
		position: relative;
	}

.post-date:after {
		width: 60px;
		height: 2px;
		content: "";
		display: block;
		bottom:-2px;
		left: 50%;
		margin-left: -30px;
		position: absolute;
    background-color: #ef5417 !important;
	}
	
.sticky-ind {
    position: absolute;
    top: 10px;
    right: 10px;
}
.ju-overlay-before {
    position: absolute;
    width: 18px;
    line-height: 18px;
    height: 18px;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    font-size: 18px;
}
.ju-overlay-before {
    width: 50px;
    line-height: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    text-indent: -90000em;
    background-image: url(plus.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ju-overlay-before:hover {
		-webkit-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		transform:rotate(90deg);
	}
.grey.button-ghost {
    box-shadow: inset 0 0 0 2px #c3c3c3;
    color: #999999;
}	
.image-down .post-body:before {
		top:auto;
		bottom:-30px;
		border-width: 30px 30px 0 30px;
		border-color: #fff transparent transparent transparent;
	}
.image-down .post-body:after {
		top:auto;
		bottom:-15px;
		-webkit-transform:none; 
		-ms-transform:none; 
		transform:none; 
	}
