/*********************************************************

 - Joomfolio for K2 ™ -

General - Stylesheet

version:   	3.x
date:      	03/30/2015
author:		Minitek.gr
website:   	http://www.minitek.gr

**********************************************************/

/* /////////////////////////////////////// */
/* General */
/* /////////////////////////////////////// */

.jk2_container .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.jk2_container .clearfix:after {
    clear: both;
}
.jk2_container .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.jk2_container .text-center {
	text-align: center;	
}

.jk2_container {
	padding: 0;	
}

.jk2_iso_container {
	margin-top: 0;
	margin-bottom: 0;	
	overflow: hidden;
}

.jk2-item-clear {
	clear: both;	
}

.jk2-item-outer-cont {
	box-sizing: border-box;
	height: 100%;
	position: relative;
	overflow: hidden;
}

/* /////////////////////////////////////// */
/* Filters buttons */
/* /////////////////////////////////////// */

.jk2_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;
}

.jk2_iso_filters {
	position: relative;	
	vertical-align: top;
	text-align: center;
}

.jk2_iso_buttons {
	margin: 0;
	position: relative;
}	

.jk2_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;
}

.jk2_iso_buttons a:hover, 
.jk2_iso_buttons a:focus {
	outline: none;
	text-decoration: none;
}

.jk2_iso_buttons span {
	padding: 0 7px;	
	vertical-align: middle;
	font-size: 12px;
	text-transform: uppercase;
}

.light-filters .jk2_iso_buttons a {
	color: rgba(255,255,255,0.7);
}

.light-filters .jk2_iso_buttons a:hover, 
.light-filters .jk2_iso_buttons a:focus,
.light-filters .jk2_iso_buttons a.jk2_filter_active {
	color: #fff;
}

.light-filters .jk2_iso_buttons span {
	color: rgba(255,255,255,0.5);
}

.dark-filters .jk2_iso_buttons a {
	color: rgba(0,0,0,0.5);
}

.dark-filters .jk2_iso_buttons a:hover, 
.dark-filters .jk2_iso_buttons a:focus,
.dark-filters .jk2_iso_buttons a.jk2_filter_active {
	color: rgba(0,0,0,0.8);
}

.dark-filters .jk2_iso_buttons span {
	color: rgba(0,0,0,0.4);
}

/* /////////////////////////////////////// */
/* Items - General
/* /////////////////////////////////////// */		

.jk2-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 */
/* /////////////////////////////////////// */

.jk2-item-inner-cont {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.jk2-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;
}

.jk2-cover {
	position: relative;
	overflow: hidden;	
}

.jk2-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                  */
/* /////////////////////////////////////// */

.jk2-item .db-hidden {
	display: none;
}

.jk2-item .title-hidden .jk2-title {
	display: none;
}

.jk2-item .introtext-hidden .jk2-desc {
	display: none;
}

.jk2-item .date-hidden .jk2-date {
	display: none;
}

.jk2-item .category-hidden .jk2-item-category {
	display: none;
}

.jk2-item .author-hidden .jk2-item-author {
	display: none;
}

.jk2-item .hits-hidden .jk2-hits {
	display: none;
}

.jk2-item .readmore-hidden .jk2-readmore {
	display: none;
}

/* /////////////////////////////////////// */
/* Items - Typography / Text Colors        */
/* /////////////////////////////////////// */

/* Typography */

h3.jk2-title {
	line-height: 24px;
	margin: 0;
	padding: 15px 15px 0;
}

h3.jk2-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.jk2-title a:hover,
h3.jk2-title a:focus {
	text-decoration: none;
	outline: none;
}

.jk2-s-desc,
.jk2-desc {	
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;	
	padding: 8px 15px;	
}

.jk2-date {
	text-transform: uppercase;
	padding: 15px 15px 0;
	font-size: 12px;	
}

.jk2-item-info {
	padding: 8px 15px;	
	font-size: 12px;
}

.jk2-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;	
}

.jk2-item-category,
.jk2-item-author {
	margin: 0 0 2px	
}

.jk2-item-info a:hover,
.jk2-item-info a:focus {
	text-decoration: none;	
}

.jk2-hits,
.jk2-readmore {
	font-size: 12px;	
	padding: 8px 15px;
}

.jk2-readmore {
	margin: 7px 0 0;	
}

.jk2-readmore a {
	padding: 8px 15px;
	border-radius: 0;
	background: none;	
}

.jk2-readmore a:hover,
.jk2-readmore a:focus {
	outline: none;
	text-decoration: none;	
}

/* Dark Colors */

.dark-text h3.jk2-title a {
	color: #333;	
}

.dark-text h3.jk2-title a:hover,
.dark-text h3.jk2-title a:focus {
	color: #000;	
}

.dark-text .jk2-item-info {
	color: #555;
}

.dark-text .jk2-item-info a {
	color: #555;
}

.dark-text .jk2-item-info a:hover,
.dark-text .jk2-item-info a:focus {
	color: #333;	
	border-bottom: 1px dotted #333;
}

.dark-text .jk2-s-desc,
.dark-text .jk2-desc,
.dark-text .jk2-hits {	
	color: #555;
}

.dark-text .jk2-date {
	color: #666;
}

.dark-text .jk2-item-separator {
	border-color: #777;
}

.dark-text .jk2-readmore a {
	color: #555;
	border: 1px solid #777;	
}

.dark-text .jk2-readmore a:hover,
.dark-text .jk2-readmore a:focus {
	color: #000;
	border: 1px solid #111;	
}

/* Light Colors */

.light-text h3.jk2-title a {
	color: rgba(255,255,255,0.9);
}

.light-text h3.jk2-title a:hover,
.light-text h3.jk2-title a:focus {
	color: #fff;
}

.light-text .jk2-item-info {
	color: rgba(255,255,255,0.7);
}

.light-text .jk2-item-info a {
	color: rgba(255,255,255,0.8);
}

.light-text .jk2-item-info a:hover,
.light-text .jk2-item-info a:focus {
	color: #fff;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
}

.light-text .jk2-s-desc,
.light-text .jk2-desc,
.light-text .jk2-hits {	
	color: rgba(255,255,255,0.8);
}

.light-text .jk2-date {
	color: rgba(255,255,255,0.7);
}

.light-text .jk2-item-separator {
	border-color: rgba(255,255,255,0.7);	
}

.light-text .jk2-readmore a {
	color: rgba(255,255,255,0.7);
	border: 1px solid rgba(255,255,255,0.7);	
}

.light-text .jk2-readmore a:hover,
.light-text .jk2-readmore a:focus {
	color: #fff;
	border: 1px solid #fff;	
}

/* /////////////////////////////////////// */
/* Hover Box
/* /////////////////////////////////////// */		

.jk2-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;
}

.jk2-hover-box-bg {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 98;
}

.jk2-hover-box-content {
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	
    position: relative;
    top: 50%;
    transform: translateY(-51%);
}

.jk2-hover-box-content,
.jk2-hover-box-content span {
	font-size: 12px;
	line-height: 18px;
}

.jk2-hover-box-content a:hover,
.jk2-hover-box-content a:focus {
	text-decoration: none;
	outline: none;
}

.jk2-hover-box-content h3.jk2-title {
	margin: 0;	
}

.jk2-hover-box-content h3.jk2-title a {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(255,255,255,0.85);
}

.jk2-hover-box-content h3.jk2-title a:hover,
.jk2-hover-box-content h3.jk2-title a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

.jk2-hover-box-content .jk2-item-info,
.jk2-hover-box-content .jk2-hits,
.jk2-hover-box-content .jk2-date {
	color: rgba(255,255,255,0.7);
}

.jk2-hover-box-content .jk2-hits p {
	margin: 0;	
}

.jk2-hover-box-content .jk2-item-info a {
	color: rgba(255,255,255,0.8);
}

.jk2-hover-box-content .jk2-item-info a:hover,
.jk2-hover-box-content .jk2-item-info a:focus {
	color: #fff;
	border-bottom: 1px dotted rgba(255,255,255,0.6);
}

.jk2-hover-box-content .jk2-s-desc,
.jk2-hover-box-content .jk2-desc {	
	color: rgba(255,255,255,0.8);
}

.jk2-hover-box-content .jk2-item-link-icon,
.jk2-hover-box-content .jk2-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;
}

.jk2-hover-box-content .jk2-item-link-icon:hover,
.jk2-hover-box-content .jk2-item-link-icon:focus,
.jk2-hover-box-content .jk2-item-fancy-icon:hover,
.jk2-hover-box-content .jk2-item-fancy-icon:focus {
	background: #fff;
	color: #333;
}

.jk2-hover-box-content .jk2-item-link-icon .fa-link,
.jk2-hover-box-content .jk2-item-fancy-icon .fa-link {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.jk2-hover-box-content .jk2-item-icons {
	padding: 8px 0;	
}

/* /////////////////////////////////////// */
/* Hover Box Effects - Animations
/* /////////////////////////////////////// */

.jk2-item:hover .jk2-hover-box {
	visibility: visible;
	opacity: 1;	
}

/* /////////////////////////////////////// */
/* ITEMS SIZES
/* /////////////////////////////////////// */	

.jk2-big .jk2-item-inner h3.jk2-title a {
	font-size: 30px;
	line-height: 32px;
}

.jk2-horizontal .jk2-item-inner h3.jk2-title a {
	font-size: 20px;
	line-height: 24px;
}

.jk2-item-inner {
	max-height: 100%;
	padding-bottom: 57px;
}

/**************/
/* Detail box */
/**************/

.jk2-big .jk2-item-inner {
	bottom: 0;
	left: 0;
	top:0;
	width: 50%;
}
.jk2-horizontal .jk2-item-inner {
	bottom: 0;
	left: 0;
	top:0;
	width: 50%;
}
.jk2-small .jk2-item-inner {
	bottom: 0;
	left: 0;
	top: 0;
	width: 100%;
}
.jk2-vertical .jk2-item-inner {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
}

/*************/
/* Hover box */
/*************/

.jk2-hover-box {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.jk2-big .withdetail .jk2-hover-box {
	left: auto;
	width: 50%;
}
.jk2-horizontal .withdetail .jk2-hover-box {
	left: auto;
	width: 50%;
}
.jk2-vertical .withdetail .jk2-hover-box {
	bottom: auto;
	height: 50%;
}

.jk2-big .jk2-hover-box h3.jk2-title a,
.jk2-medium .jk2-hover-box h3.jk2-title a,
.jk2-vertical .jk2-hover-box h3.jk2-title a,
.jk2-small .jk2-hover-box h3.jk2-title a {
	//font-size: 20px;
	//line-height: 26px;
	//font-weight: 400;	
}

/* /////////////////////////////////////// */
/* Masonry - Grid 3 */
/* /////////////////////////////////////// */

.jk2-grid3 .jk2item1 {
	width: 50%;
	height: 480px;
}
.jk2-grid3 .jk2item2 {
	width: 50%;
	height: 240px;
}
.jk2-grid3 .jk2item3 {
	width: 50%;
	height: 240px;
}

/* Image size */
.jk2-grid3 .jk2item1 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid3 .jk2item2 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid3 .jk2item3 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 4 */
/* /////////////////////////////////////// */

.jk2-grid4 .jk2item1 {
	width: 50%;
	height: 480px;
}
.jk2-grid4 .jk2item2 {
	width: 50%;
	height: 240px;
}
.jk2-grid4 .jk2item3 {
	width: 25%;
	height: 240px;
}
.jk2-grid4 .jk2item4 {
	width: 25%;
	height: 240px;
}

/* Image size */
.jk2-grid4 .jk2item1 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid4 .jk2item2 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 5 */
/* /////////////////////////////////////// */

.jk2-grid5 .jk2item1 {
	width: 40%;
	height: 480px;
}
.jk2-grid5 .jk2item2 {
	width: 20%;
	height: 240px;
}
.jk2-grid5 .jk2item3 {
	width: 40%;
	height: 240px;
}
.jk2-grid5 .jk2item4 {
	width: 40%;
	height: 240px;
}
.jk2-grid5 .jk2item5 {
	width: 20%;
	height: 240px;
}

/* Image size */
.jk2-grid5 .jk2item1 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid5 .jk2item3 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid5 .jk2item4 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 6 */
/* /////////////////////////////////////// */

.jk2-grid6 .jk2item1 {
	width: 40%;
	height: 480px;
}
.jk2-grid6 .jk2item2 {
	width: 20%;
	height: 240px;
}
.jk2-grid6 .jk2item3 {
	width: 40%;
	height: 240px;
}
.jk2-grid6 .jk2item4 {
	width: 20%;
	height: 240px;
}
.jk2-grid6 .jk2item5 {
	width: 20%;
	height: 240px;
}
.jk2-grid6 .jk2item6 {
	width: 20%;
	height: 240px;
}

/* Image size */
.jk2-grid6 .jk2item1 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid6 .jk2item3 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 7 */
/* /////////////////////////////////////// */

.jk2-grid7 .jk2item1 {
	width: 50%;
	height: 440px;
}
.jk2-grid7 .jk2item2 {
	width: 50%;
	height: 220px;
}
.jk2-grid7 .jk2item3 {
	width: 25%;
	height: 220px;
}
.jk2-grid7 .jk2item4 {
	width: 25%;
	height: 440px;
}
.jk2-grid7 .jk2item5 {
	width: 25%;
	height: 220px;
}
.jk2-grid7 .jk2item6 {
	width: 25%;
	height: 220px;
}
.jk2-grid7 .jk2item7 {
	width: 25%;
	height: 220px;
}

/* Image size */
.jk2-grid7 .jk2item1 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid7 .jk2item2 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid7 .jk2item4 .withdetail .jk2-photo-link {
	top: 0;
	height: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 8 */
/* /////////////////////////////////////// */

.jk2-grid8 .jk2item1 {
	width: 40%;
	height: 220px;
}
.jk2-grid8 .jk2item2 {
	width: 40%;
	height: 440px;
}
.jk2-grid8 .jk2item3 {
	width: 20%;
	height: 220px;
}
.jk2-grid8 .jk2item4 {
	width: 20%;
	height: 220px;
}
.jk2-grid8 .jk2item5 {
	width: 20%;
	height: 220px;
}
.jk2-grid8 .jk2item6 {
	width: 20%;
	height: 440px;
}
.jk2-grid8 .jk2item7 {
	width: 40%;
	height: 220px;
}
.jk2-grid8 .jk2item8 {
	width: 40%;
	height: 220px;
}

/* Detail box extras */
.jk2-grid8 .jk2-big .jk2-item-inner {
	bottom: 0;
	top: auto;
	left: 0;
	width: 100%;
	height: 50%;
}

/* Image size */
.jk2-grid8 .jk2item1 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid8 .jk2item2 .withdetail .jk2-photo-link {
	top: 0;
	height: 50%;
}
.jk2-grid8 .jk2item6 .withdetail .jk2-photo-link {
	top: 0;
	height: 50%;
}
.jk2-grid8 .jk2item7 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid8 .jk2item8 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}

/* Hover box extras */
.jk2-grid8 .jk2item2 .withdetail .jk2-hover-box {
	bottom: auto;
	height: 50%;
	width: 100%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 9 */
/* /////////////////////////////////////// */

.jk2-grid9 .jk2item1 {
	width: 50%;
	height: 400px;
}
.jk2-grid9 .jk2item2 {
	width: 50%;
	height: 200px;
}
.jk2-grid9 .jk2item3 {
	width: 25%;
	height: 200px;
}
.jk2-grid9 .jk2item4 {
	width: 25%;
	height: 400px;
}
.jk2-grid9 .jk2item5 {
	width: 25%;
	height: 400px;
}
.jk2-grid9 .jk2item6 {
	width: 25%;
	height: 400px;
}
.jk2-grid9 .jk2item7 {
	width: 25%;
	height: 200px;
}
.jk2-grid9.light-theme .jk2item8 {
	width: 25%;
	height: 200px;
}
.jk2-grid9 .jk2item9 {
	width: 25%;
	height: 200px;
}

/* Image size */
.jk2-grid9 .jk2item1 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid9 .jk2item2 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid9 .jk2item4 .withdetail .jk2-photo-link {
	top: 0;
	height: 50%;
}
.jk2-grid9 .jk2item5 .withdetail .jk2-photo-link {
	top: 0;
	height: 50%;
}
.jk2-grid9 .jk2item6 .withdetail .jk2-photo-link {
	top: 0;
	height: 50%;
}

/* /////////////////////////////////////// */
/* Masonry - Grid 10 */
/* /////////////////////////////////////// */

.jk2-grid10 .jk2item1 {
	width: 50%;
	height: 400px;
}
.jk2-grid10 .jk2item2 {
	width: 50%;
	height: 200px;
}
.jk2-grid10 .jk2item3 {
	width: 25%;
	height: 200px;
}
.jk2-grid10 .jk2item4 {
	width: 25%;
	height: 400px;
}
.jk2-grid10 .jk2item5 {
	width: 25%;
	height: 200px;
}
.jk2-grid10 .jk2item6 {
	width: 25%;
	height: 400px;
}
.jk2-grid10 .jk2item7 {
	width: 25%;
	height: 200px;
}
.jk2-grid10 .jk2item8 {
	width: 25%;
	height: 200px;
}
.jk2-grid10 .jk2item9 {
	width: 25%;
	height: 200px;
}
.jk2-grid10 .jk2item10 {
	width: 25%;
	height: 200px;
}

/* Image size */
.jk2-grid10 .jk2item1 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid10 .jk2item2 .withdetail .jk2-photo-link {
	right: 0;
	left: auto;
	width: 50%;
}
.jk2-grid10 .jk2item4 .withdetail .jk2-photo-link {
	top: 0;
	height: 50%;
}
.jk2-grid10 .jk2item6 .withdetail .jk2-photo-link {
	top: 0;
	height: 50%;
}