 .tx-koquart {
	 padding-top: 0px;
	 padding-bottom: 50px;
}

/******************************************************** LIST ***********************************/

/* BOX */

.tx-koquart .single-news {
	margin-bottom: 20px;
	background-color: #fff;
	overflow-y: hidden;
	position: relative;
	z-index: 20;
	-webkit-box-shadow: 6px 7px 37px 1px rgba(0,0,0,0.21);
	-moz-box-shadow: 6px 7px 37px 1px rgba(0,0,0,0.21);
	box-shadow: 6px 7px 37px 1px rgba(0,0,0,0.21);
	-webkit-box-shadow: 6px 7px 37px 1px rgba(0,0,0,0.21);
	-moz-box-shadow: 6px 7px 37px 1px rgba(0,0,0,0.21);
	box-shadow: 6px 7px 37px 1px rgba(0,0,0,0.21);
}

.tx-koquart a:hover {
	text-decoration: none;
}


.tx-koquart .news-pic {
	height:200px;
	width: 100%;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

/*.tx-koquart .news-pic:after {
	content: '';
	position: absolute;
	left: 2%;
	right: auto;
	bottom: auto;
	top: 3%;
	width: 96%;
	height: 94%;
	border: 1px solid white;
	z-index: 2;
}*/

/* IMAGE */

.tx-koquart .single-news .news-image,
.tx-koquart .single-news .news-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.tx-koquart .single-news:hover .news-image,
.tx-koquart .single-news:focus .news-image {
  transform: scale(1.1);
}


/* DATE */

.tx-koquart .news-date {
    background: #D7904C none repeat scroll 0 0;
    border-radius: 1px;
    right: 0px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 180px;
    z-index: 3;
}

.tx-koquart .news-date span.date {
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.tx-koquart .news-date span.year {
    color: #fff;
    font-size: 14px;
}


/* CONTENT */

.tx-koquart .news-info {
	height: 170px;
	overflow: hidden;
	padding: 15px;
}

.tx-koquart h3 {
    color: #bcbcbc;
    font-size: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

.tx-koquart h4 {
    margin-top: 15px;
}

.tx-koquart p {
	margin-top: 15px;
	color: #241500;
}

.tx-koquart .single-news:hover h4 a {
	color: #D7904C;
}


/* BUTTON */

.tx-koquart .btn-default {
	width: 100%;
	margin-bottom: 0;
}

.tx-koquart .single-news:hover .btn-default {
	background-color: #D7904C;
}



/******************************************************** SHOW ***********************************/


/* CONTENT */

/*.tx-koquart .news-full-img {
	position: relative;
}

.tx-koquart .news-full-img:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	z-index: 2;
}*/

.tx-koquart .show_news img {
	width: 100%;
	height: auto;
}

.tx-koquart .show_news .news-date {
    position: relative;
    top: 0px;
    max-width: 100px;
    
}

.tx-koquart .show_news h2 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 20px;
}

.tx-koquart .show_news h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
}


/* GALLERY */


.tx-koquart #gallery {
	margin-top: 50px;
}



/******************************************************** NEW ***********************************/

.tx-koquart .news_new .news-info {
	position: relative;
}

.tx-koquart .news_new .news-info .btn {
	position: absolute;
	bottom: 0px;
}




/************************************* MEDIA QUERIES **************************************************/

@media (min-width: 992px) and (max-width: 1199.98px) {
	
	.tx-koquart .news-info {
	    height: 210px;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {
	
	.tx-koquart .news-info {
	    height: 218px;
	    overflow: hidden;
	}

}

@media (min-width: 0px) and (max-width: 767.98px) {

	#news-area.section-padding {
	    padding-bottom: 30px;
	    padding-top: 30px;
	}
	
	.tx-koquart .news-info {
	    height: auto;
	}
	
	.tx-koquart .news_new .news-info .btn {
	    position: relative;
	}
	
	/* SHOW */
	
	.tx-koquart .show_news img {
	    margin-bottom: 30px;
	}

}

@media (min-width: 0px) and (max-width: 575.98px) {

    

}

