 .tx-koqunewsext {
	 padding-top: 0px;
	 /*padding-bottom: 50px;*/
}


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


/* BOX */

.tx-koqunewsext .single-event {
	padding: 20px 20px 20px 20px;
	position: relative;
	border: 1px solid #E6E6E6;
}

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


.tx-koqunewsext .event-pic {
	height:250px;
	width: 100%;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

/* IMAGE */

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

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

/* DATE */

.tx-koqunewsext .date-time {
	margin-top: -27px;
	text-align: center;
	margin-bottom: 0.75rem;	
	color: #C3A377;
}

.tx-koqunewsext .date-time .date-time-inner {
	display: inline;
	background-color: #fafafa;
	padding: 0 15px;
}


/* CONTENT */

.tx-koqunewsext .all-events h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif !important;
    text-align: center;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
}

.tx-koqunewsext h4 a {
    
}

.tx-koqunewsext .all-events p {
	margin: 0;
    text-align: center;
    color: #666666;
}

.tx-koqunewsext p a {
}

/* BUTTON */

.tx-koqunewsext .btn-outer {
	position: absolute;
	bottom: -1px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
}

.tx-koqunewsext .btn-inner {
	display: block;
	text-align: center;
}

.tx-koqunewsext .single-event .btn.btn-default:before {
	content: '';
	opacity: 1;
	position: absolute;
	left: -20px;
	bottom: -4px;
	height: 100%;
	width: 20px;
	background-color: #fafafa;
}

.tx-koqunewsext .single-event .btn.btn-default:after {
	content: '';
	opacity: 1;
	position: absolute;
	right: -20px;
	bottom: -4px;
	height: 100%;
	width: 20px;
	background-color: #fafafa;
}

.tx-koqunewsext .single-event .btn {
	margin-top: 0;
}

.tx-koqunewsext .single-event .btn.btn-default:hover {
	padding-right: 20px;
}




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


/* CONTENT */

.tx-koqunewsext section {
	background-color: transparent;
}

.tx-koqunewsext .show_news .btn-success {
	margin-bottom: 30px;
}

.tx-koqunewsext .show_news .event-pic {
  height: 350px;
}

.tx-koqunewsext .show p {
    margin-top: 0px;
}

 .tx-koqunewsext .show_news h2 {
	 margin-bottom: 20px;
 }

 .tx-koqunewsext .show_news h2:after {
	 height: 0px;
	 width: 0px;
 }

 .tx-koqunewsext .show_news .line {
	 background-color: #241500;
	 height: 1px;
	 margin-bottom: 20px;
	 width: 50px;
 }
 
 /* DATE */
 .tx-koqunewsext .show_news .event-date {
	 font-family: "Voltaire",sans-serif;
 }
 

/* GALLERY */


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



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

.tx-koqunewsext .news_new .event-info {
	position: relative;
}

.tx-koqunewsext .news_new .event-info .btn {
	position: absolute;
	bottom: 0px;
}




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

@media (min-width: 992px) and (max-width: 1199px) {
	


}

@media (min-width: 768px) and (max-width: 991px) {
	


}

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

	#news-area.section-padding {
	    padding-bottom: 30px;
	    padding-top: 0px;
	}

	
	.tx-koqunewsext .news_new .event-info .btn {
	    position: relative;
	}
	
	#standard .tx-koqunewsext {
		padding-left: 30px;
		padding-right: 20px;
	}
	
	.tx-koqunewsext .event-pic,
	.tx-koqunewsext .show_news .event-pic {
	  height: 180px;
	}
	
	.tx-koqunewsext .all-events h4 {
	  font-size: 16px;
	  line-height: 19px;
	}

}

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

    

}

