/*********************************************************

 - Joomfolio for Articles ™ -

General - Stylesheet

version:   	3.x
date:      	03/30/2015
author:		Minitek.gr
website:   	http://www.minitek.gr

**********************************************************/

/* /////////////////////////////////////// */
/* General */
/* /////////////////////////////////////// */

.jart_container .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.jart_container .clearfix:after {
    clear: both;
}
.jart_container .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.jart_container .text-center {
	text-align: center;	
}

.jart_container {
	padding: 0;	
}

.jart_iso_container {
	margin-top: 0;
	margin-bottom: 0;	
	overflow: hidden;
}

.jart-item-clear {
	clear: both;	
}

.jart-item-outer-cont {
	box-sizing: border-box;
	height: 100%;
	position: relative;
	overflow: hidden;
}

/* /////////////////////////////////////// */
/* Filters buttons */
/* /////////////////////////////////////// */

.jart_iso_filters_cont {
	padding: 6px 5px;
	position: relative;
	margin: 10px 0 20px;
	text-align: left;
	box-shadow: 0 3px 0 rgba(255, 255, 255, 0.3) inset;
}

.jart_iso_filters {
	position: relative;	
	vertical-align: top;
	text-align: center;
}

.jart_iso_buttons {
	margin: 0;
	position: relative;
}	

.jart_iso_buttons a {
	padding: 8px 12px;
	display: inline-block;
	border: 0;
	margin: 0;
	text-decoration: none;
	outline: none;	
	border-radius: 0;	
	box-shadow: none;
	background: none;
	font-weight: 600;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.jart_iso_buttons a:hover, 
.jart_iso_buttons a:focus {
	outline: none;
	text-decoration: none;
}

.jart_iso_buttons span {
	padding: 0 7px;	
	vertical-align: middle;
	font-size: 12px;
	text-transform: uppercase;
}

.light-filters .jart_iso_buttons a {
	color: rgba(255,255,255,0.7);
}

.light-filters .jart_iso_buttons a:hover, 
.light-filters .jart_iso_buttons a:focus,
.light-filters .jart_iso_buttons a.jart_filter_active {
	color: #fff;
}

.light-filters .jart_iso_buttons span {
	color: rgba(255,255,255,0.5);
}

.dark-filters .jart_iso_buttons a {
	color: rgba(0,0,0,0.5);
}

.dark-filters .jart_iso_buttons a:hover, 
.dark-filters .jart_iso_buttons a:focus,
.dark-filters .jart_iso_buttons a.jart_filter_active {
	color: rgba(0,0,0,0.8);
}

.dark-filters .jart_iso_buttons span {
	color: rgba(0,0,0,0.4);
}

/* /////////////////////////////////////// */
/* Items - General
/* /////////////////////////////////////// */		

.jart-item {
	overflow: hidden;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	cursor: default;
}

/* /////////////////////////////////////// */
/* Items - Inner classes */
/* /////////////////////////////////////// */

.jart-item-inner-cont {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.jart-item-inner {
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
	position: absolute;
}

.jart-cover {
	position: relative;
	overflow: hidden;	
}

.jart-photo-link {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}

/* /////////////////////////////////////// */
/* Items - Hidden Classes                  */
/* /////////////////////////////////////// */

.jart-item .db-hidden {
	display: none;
}

.jart-item .title-hidden .jart-title {
	display: none;
}

.jart-item .introtext-hidden .jart-desc {
	display: none;
}

.jart-item .date-hidden .jart-date {
	display: none;
}

.jart-item .category-hidden .jart-item-category {
	display: none;
}

.jart-item .author-hidden .jart-item-author {
	display: none;
}

.jart-item .hits-hidden .jart-hits {
	display: none;
}

.jart-item .readmore-hidden .jart-readmore {
	display: none;
}

/* /////////////////////////////////////// */
/* Items - Typography / Text Colors        */
/* /////////////////////////////////////// */

/* Typography */

h3.jart-title {
	line-height: 24px;
	margin: 0;
	padding: 15px 15px 0;
}

h3.jart-title a {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

h3.jart-title a:hover,
h3.jart-title a:focus {
	text-decoration: none;
	outline: none;
}

.jart-s-desc,
.jart-desc {	
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;	
	padding: 8px 15px;	
}

.jart-date {
	text-transform: uppercase;
	padding: 15px 15px 0;
	font-size: 12px;	
}

.jart-item-info {
	padding: 8px 15px;	
	font-size: 12px;
}

.jart-item-info a {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;	
}

.jart-item-category,
.jart-item-author {
	margin: 0 0 2px	
}

.jart-item-info a:hover,
.jart-item-info a:focus {
	text-decoration: none;	
}

.jart-hits,
.jart-readmore {
	font-size: 12px;	
	padding: 8px 15px;
}

.jart-readmore {
	margin: 7px 0 0;	
}

.jart-readmore a {
	padding: 8px 15px;
	border-radius: 0;
	background: none;	
}

.jart-readmore a:hover,
.jart-readmore a:focus {
	outline: none;
	text-decoration: none;	
}

/* Dark Colors */

.dark-text h3.jart-title a {
	color: #333;	
}

.dark-text h3.jart-title a:hover,
.dark-text h3.jart-title a:focus {
	color: #000;	
}

.dark-text .jart-item-info {
	color: #555;
}

.dark-text .jart-item-info a {
	color: #555;
}

.dark-text .jart-item-info a:hover,
.dark-text .jart-item-info a:focus {
	color: #333;	
	border-bottom: 1px dotted #333;
}

.dark-text .jart-s-desc,
.dark-text .jart-desc,
.dark-text .jart-hits {	
	color: #555;
}

.dark-text .jart-date {
	color: #666;
}

.dark-text .jart-item-separator {
	border-color: #777;
}

.dark-text .jart-readmore a {
	color: #555;
	border: 1px solid #777;	
}

.dark-text .jart-readmore a:hover,
.dark-text .jart-readmore a:focus {
	color: #000;
	border: 1px solid #111;	
}

/* Light Colors */

.light-text h3.jart-title a {
	color: rgba(255,255,255,0.9);
}

.light-text h3.jart-title a:hover,
.light-text h3.jart-title a:focus {
	color: #fff;
}

.light-text .jart-item-info {
	color: rgba(255,255,255,0.7);
}

.light-text .jart-item-info a {
	color: rgba(255,255,255,0.8);
}

.light-text .jart-item-info a:hover,
.light-text .jart-item-info a:focus {
	color: #fff;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
}

.light-text .jart-s-desc,
.light-text .jart-desc,
.light-text .jart-hits {	
	color: rgba(255,255,255,0.8);
}

.light-text .jart-date {
	color: rgba(255,255,255,0.7);
}

.light-text .jart-item-separator {
	border-color: rgba(255,255,255,0.7);	
}

.light-text .jart-readmore a {
	color: rgba(255,255,255,0.7);
	border: 1px solid rgba(255,255,255,0.7);	
}

.light-text .jart-readmore a:hover,
.light-text .jart-readmore a:focus {
	color: #fff;
	border: 1px solid #fff;	
}

/* /////////////////////////////////////// */
/* Hover Box
/* /////////////////////////////////////// */		

.jart-hover-box {
	cursor: default;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	z-index: 4;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.jart-hover-box-bg {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 98;
}

.jart-hover-box-content {
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	
    position: relative;
    top: 50%;
    transform: translateY(-51%);
}

.jart-hover-box-content,
.jart-hover-box-content span {
	font-size: 12px;
	line-height: 18px;
}

.jart-hover-box-content a:hover,
.jart-hover-box-content a:focus {
	text-decoration: none;
	outline: none;
}

.jart-hover-box-content h3.jart-title {
	margin: 0;	
}

.jart-hover-box-content h3.jart-title a {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(255,255,255,0.85);
}

.jart-hover-box-content h3.jart-title a:hover,
.jart-hover-box-content h3.jart-title a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

.jart-hover-box-content .jart-item-info,
.jart-hover-box-content .jart-hits,
.jart-hover-box-content .jart-date {
	color: rgba(255,255,255,0.7);
}

.jart-hover-box-content .jart-hits p {
	margin: 0;	
}

.jart-hover-box-content .jart-item-info a {
	color: rgba(255,255,255,0.8);
}

.jart-hover-box-content .jart-item-info a:hover,
.jart-hover-box-content .jart-item-info a:focus {
	color: #fff;
	border-bottom: 1px dotted rgba(255,255,255,0.6);
}

.jart-hover-box-content .jart-s-desc,
.jart-hover-box-content .jart-desc {	
	color: rgba(255,255,255,0.8);
}

.jart-hover-box-content .jart-item-link-icon,
.jart-hover-box-content .jart-item-fancy-icon {
	display: inline-block;
	font-size: 16px;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	border-radius: 50%;
	vertical-align: middle;
	line-height: 40px;
	padding: 0;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.jart-hover-box-content .jart-item-link-icon:hover,
.jart-hover-box-content .jart-item-link-icon:focus,
.jart-hover-box-content .jart-item-fancy-icon:hover,
.jart-hover-box-content .jart-item-fancy-icon:focus {
	background: #fff;
	color: #333;
}

.jart-hover-box-content .jart-item-link-icon .fa-link,
.jart-hover-box-content .jart-item-fancy-icon .fa-link {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.jart-hover-box-content .jart-item-icons {
	padding: 8px 0;	
}

/* /////////////////////////////////////// */
/* Hover Box Effects - Animations
/* /////////////////////////////////////// */

.jart-item:hover .jart-hover-box {
	visibility: visible;
	opacity: 1;	
}

/* /////////////////////////////////////// */
/* ITEMS SIZES
/* /////////////////////////////////////// */	

.jart-big .jart-item-inner h3.jart-title a {
	font-size: 30px;
	line-height: 32px;
}

.jart-horizontal .jart-item-inner h3.jart-title a {
	font-size: 20px;
	line-height: 24px;
}

.jart-item-inner {
	max-height: 100%;
	padding-bottom: 57px;
}

/**************/
/* Detail box */
/**************/

.jart-big .jart-item-inner {
	bottom: 0;
	left: 0;
	top:0;
	width: 50%;
}
.jart-horizontal .jart-item-inner {
	bottom: 0;
	left: 0;
	top:0;
	width: 50%;
}
.jart-small .jart-item-inner {
	bottom: 0;
	left: 0;
	top: 0;
	width: 100%;
}
.jart-vertical .jart-item-inner {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
}

/*************/
/* Hover box */
/*************/

.jart-hover-box {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.jart-big .withdetail .jart-hover-box {
	left: auto;
	width: 50%;
}
.jart-horizontal .withdetail .jart-hover-box {
	left: auto;
	width: 50%;
}
.jart-vertical .withdetail .jart-hover-box {
	bottom: auto;
	height: 50%;
}

.jart-big .jart-hover-box h3.jart-title a,
.jart-medium .jart-hover-box h3.jart-title a,
.jart-vertical .jart-hover-box h3.jart-title a,
.jart-small .jart-hover-box h3.jart-title a {
	//font-size: 20px;
	//line-height: 26px;
	//font-weight: 400;	
}

/* /////////////////////////////////////// */
/* Masonry - Grid 3 */
/* /////////////////////////////////////// */

.jart-grid3 .jartitem1 {
	width: 50%;
	height: 480px;
}
.jart-grid3 .jartitem2 {
	width: 50%;
	height: 240px;
}
.jart-grid3 .jartitem3 {
	width: 50%;
	height: 240px;
}

/* Image size */
.jart-grid3 .jartitem1 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid3 .jartitem2 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid3 .jartitem3 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 4 */
/* /////////////////////////////////////// */

.jart-grid4 .jartitem1 {
	width: 50%;
	height: 480px;
}
.jart-grid4 .jartitem2 {
	width: 50%;
	height: 240px;
}
.jart-grid4 .jartitem3 {
	width: 25%;
	height: 240px;
}
.jart-grid4 .jartitem4 {
	width: 25%;
	height: 240px;
}

/* Image size */
.jart-grid4 .jartitem1 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid4 .jartitem2 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 5 */
/* /////////////////////////////////////// */

.jart-grid5 .jartitem1 {
	width: 40%;
	height: 480px;
}
.jart-grid5 .jartitem2 {
	width: 20%;
	height: 240px;
}
.jart-grid5 .jartitem3 {
	width: 40%;
	height: 240px;
}
.jart-grid5 .jartitem4 {
	width: 40%;
	height: 240px;
}
.jart-grid5 .jartitem5 {
	width: 20%;
	height: 240px;
}

/* Image size */
.jart-grid5 .jartitem1 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid5 .jartitem3 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid5 .jartitem4 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 6 */
/* /////////////////////////////////////// */

.jart-grid6 .jartitem1 {
	width: 40%;
	height: 480px;
}
.jart-grid6 .jartitem2 {
	width: 20%;
	height: 240px;
}
.jart-grid6 .jartitem3 {
	width: 40%;
	height: 240px;
}
.jart-grid6 .jartitem4 {
	width: 20%;
	height: 240px;
}
.jart-grid6 .jartitem5 {
	width: 20%;
	height: 240px;
}
.jart-grid6 .jartitem6 {
	width: 20%;
	height: 240px;
}

/* Image size */
.jart-grid6 .jartitem1 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid6 .jartitem3 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 7 */
/* /////////////////////////////////////// */

.jart-grid7 .jartitem1 {
	width: 50%;
	height: 440px;
}
.jart-grid7 .jartitem2 {
	width: 50%;
	height: 220px;
}
.jart-grid7 .jartitem3 {
	width: 25%;
	height: 220px;
}
.jart-grid7 .jartitem4 {
	width: 25%;
	height: 440px;
}
.jart-grid7 .jartitem5 {
	width: 25%;
	height: 220px;
}
.jart-grid7 .jartitem6 {
	width: 25%;
	height: 220px;
}
.jart-grid7 .jartitem7 {
	width: 25%;
	height: 220px;
}

/* Image size */
.jart-grid7 .jartitem1 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid7 .jartitem2 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid7 .jartitem4 .withdetail .jart-photo-link {
	top: 0;
	height: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 8 */
/* /////////////////////////////////////// */

.jart-grid8 .jartitem1 {
	width: 40%;
	height: 220px;
}
.jart-grid8 .jartitem2 {
	width: 40%;
	height: 440px;
}
.jart-grid8 .jartitem3 {
	width: 20%;
	height: 220px;
}
.jart-grid8 .jartitem4 {
	width: 20%;
	height: 220px;
}
.jart-grid8 .jartitem5 {
	width: 20%;
	height: 220px;
}
.jart-grid8 .jartitem6 {
	width: 20%;
	height: 440px;
}
.jart-grid8 .jartitem7 {
	width: 40%;
	height: 220px;
}
.jart-grid8 .jartitem8 {
	width: 40%;
	height: 220px;
}

/* Detail box extras */
.jart-grid8 .jart-big .jart-item-inner {
	bottom: 0;
	top: auto;
	left: 0;
	width: 100%;
	height: 50%;
}

/* Image size */
.jart-grid8 .jartitem1 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid8 .jartitem2 .withdetail .jart-photo-link {
	top: 0;
	height: 50%;
}
.jart-grid8 .jartitem6 .withdetail .jart-photo-link {
	top: 0;
	height: 50%;
}
.jart-grid8 .jartitem7 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid8 .jartitem8 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}

/* Hover box extras */
.jart-grid8 .jartitem2 .withdetail .jart-hover-box {
	bottom: auto;
	height: 50%;
	width: 100%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 9 */
/* /////////////////////////////////////// */

.jart-grid9 .jartitem1 {
	width: 50%;
	height: 400px;
}
.jart-grid9 .jartitem2 {
	width: 50%;
	height: 200px;
}
.jart-grid9 .jartitem3 {
	width: 25%;
	height: 200px;
}
.jart-grid9 .jartitem4 {
	width: 25%;
	height: 400px;
}
.jart-grid9 .jartitem5 {
	width: 25%;
	height: 400px;
}
.jart-grid9 .jartitem6 {
	width: 25%;
	height: 400px;
}
.jart-grid9 .jartitem7 {
	width: 25%;
	height: 200px;
}
.jart-grid9.light-theme .jartitem8 {
	width: 25%;
	height: 200px;
}
.jart-grid9 .jartitem9 {
	width: 25%;
	height: 200px;
}

/* Image size */
.jart-grid9 .jartitem1 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid9 .jartitem2 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid9 .jartitem4 .withdetail .jart-photo-link {
	top: 0;
	height: 50%;
}
.jart-grid9 .jartitem5 .withdetail .jart-photo-link {
	top: 0;
	height: 50%;
}
.jart-grid9 .jartitem6 .withdetail .jart-photo-link {
	top: 0;
	height: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 10 */
/* /////////////////////////////////////// */

.jart-grid10 .jartitem1 {
	width: 50%;
	height: 400px;
}
.jart-grid10 .jartitem2 {
	width: 50%;
	height: 200px;
}
.jart-grid10 .jartitem3 {
	width: 25%;
	height: 200px;
}
.jart-grid10 .jartitem4 {
	width: 25%;
	height: 400px;
}
.jart-grid10 .jartitem5 {
	width: 25%;
	height: 200px;
}
.jart-grid10 .jartitem6 {
	width: 25%;
	height: 400px;
}
.jart-grid10 .jartitem7 {
	width: 25%;
	height: 200px;
}
.jart-grid10 .jartitem8 {
	width: 25%;
	height: 200px;
}
.jart-grid10 .jartitem9 {
	width: 25%;
	height: 200px;
}
.jart-grid10 .jartitem10 {
	width: 25%;
	height: 200px;
}

/* Image size */
.jart-grid10 .jartitem1 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid10 .jartitem2 .withdetail .jart-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jart-grid10 .jartitem4 .withdetail .jart-photo-link {
	top: 0;
	height: 50%;
}
.jart-grid10 .jartitem6 .withdetail .jart-photo-link {
	top: 0;
	height: 50%;
}