.depth-over-caption {
	z-index: 3;
}
.depth-over-hover {
	z-index: 7;
}
.depth-over-content {
	z-index: 11;
}
/*** grid ***/
.jprt-container {
	position: relative;
	padding: 0;
}
.jprt-item {
	position: absolute;
	text-align: center;
	
	-webkit-transition: width 1s ease, top 1s ease, left 1s ease, opacity 0.5s ease;
    -moz-transition:  width 1s ease, top 1s ease, left 1s ease, opacity 0.5s ease;
    -o-transition:  width 1s ease, top 1s ease, left 1s ease, opacity 0.5s ease;
    transition:  width 1s ease, top 1s ease, left 1s ease, opacity 0.5s ease;
    z-index: 2;
}

.jprt-item img{position: absolute;width:calc(100% - 20px);height:auto;left:0;right:0;top:0;bottom:0;margin:auto;border-radius:6px;transition: 0.3s ease all}
.jprt-item img:hover{transform: scale(.95);}

.jprt-hover {
	position: absolute;
	
	opacity: 0;
	width: 100%;
	top: 0;
	left: 0;
	
	-webkit-transition: width 1s ease, top 1s ease, left 1s ease, opacity 0.25s ease;
    -moz-transition:  width 1s ease, top 1s ease, left 1s ease, opacity 0.25s ease;
    -o-transition:  width 1s ease, top 1s ease, left 1s ease, opacity 0.25s ease;
    transition:  width 1s ease, top 1s ease, left 1s ease, opacity 0.25s ease;
    z-index: 6;
}

.jprt-item:hover {
	cursor: pointer;
}
.jprt-item:hover .jprt-hover {
	opacity: 1;
}
/**** decorations ****/
.jprt-features {
	position: absolute;
	top: 15px;
	left: 0;
}
.jprt-features ul {
	list-style: none;
	padding: 0;
}
.jprt-features li {
	list-style: none;
	margin-bottom: 6px;
	padding: 3px 6px;
	font-size: 12px;
}

.jprt-item-status {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
}

.jprt-item-tags {
	position: absolute;
	bottom: 0;
	padding: 5px 10px;
	width: 100%;
}
.jprt-item-title {
	position: absolute;
	top: 40%;
	width: 100%;
	font-size: 24px;
	padding: 10px;
}
h1.jprt-item-title {
	margin-top: -13px;
}

.jprt-caption-img {
	width: 30%;
	height: auto;
	top: 50px;
	position: relative;
}


/**************** STYLES GENERAL *************************/
.jprt-btn-transparent-white {
	color: #fff;
	background: none;
	border: 1px solid #fff;
	padding: 10px 20px;
	outline: none;
}
.jprt-btn-transparent-white:hover {
	background: rgba(255,255,255,0.3);
	outline: none;
}
.jprt-arrow-down-border {
	display: none;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 0;
	background: #444;
	padding: 2px;
	left: 50%;
	margin-left: -30px;
	border-radius: 50%;
	z-index: 15;
	margin-bottom: -30px;
}
.jprt-arrow-down-back {
	width: 56px;
	height: 56px;
	position: absolute;
	background: #fff;
	top: 2px;
	left: 2px;
	border-radius: 50%;
}
.jprt-arrow-down {
	transform: rotate(45deg) ;
	-webkit-transform: rotate(45deg) ;
	-moz-transform: rotate(45deg) ;
	-o-transform: rotate(45deg) ;
	-ms-transform: rotate(45deg) ;
	background: none;
	border-bottom: 2px solid #444;
	border-right: 2px solid #444;
	border-radius: 2px;
	position: relative;
	width: 20px;
	height: 20px;
	margin: auto;
	margin-top: 15px;
}

/* backgrounds */
.jprt-bg-build-area {
	background: repeating-linear-gradient(
	  -45deg,
	  #444,
	  #444 15px,
	  #dab91f 15px,
	  #dab91f 30px
	);
}
.jprt-bg-build-area {
	background: repeating-linear-gradient(
	  -45deg,
	  #444,
	  #444 10px,
	  #dab91f 10px,
	  #dab91f 20px
	);
}


.jprt-buttons {
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}
.jprt-buttons .jprt-btn {
	color: #dadada;
	background:#000278;
	font-size: 16px;
	font-weight:600;
	padding: 9px 15px;
	margin: 5px;
	box-shadow: none;
	border: 1px solid #dadada;
	border-radius:6px;
	outline-style: none;
	opacity:.65;
	cursor:pointer;
}
.jprt-buttons .jprt-btn:hover {

	opacity:1;
}
.jprt-buttons .jprt-btn.jprt-btn-active {
	background: #F8DB1E;
	color: #191a1c;
	border-radius:6px;
	padding: 10px 15px;
	outline-style: none;
	border: none;
	opacity:1;
}
.jprt-buttons .jprt-btn.jprt-btn-active:hover {
	cursor:default;
	outline-style: none;
}

.hiddengitem{opacity:0;overflow:hidden}


@media (max-width:560px){
	.jprt-buttons .jprt-btn{font-size: 15px;padding: 7px 10px;margin: 4px;}
}

@media (max-width:450px){
	.jprt-buttons .jprt-btn, .jprt-buttons .jprt-btn.jprt-btn-active{padding: 5px 7px;margin: 3px;font-weight:400;font-size:14px}
}

@media (max-width:380px){
	.jprt-buttons .jprt-btn, .jprt-buttons .jprt-btn.jprt-btn-active{padding: 5px;margin: 2px;font-weight:400;font-size:14px}
}
