@charset "utf-8";
/* CSS Document */

/* News Section
--------------------------------*/
#news {
  padding: 100px 0 150px 0;
}

#news img{ max-width:100%;}

.news-text {
	min-height: 100px;
}

.news-text h4 a {
  color: #444;
  text-decoration: none;
}

.news-text .facebook-icon {
	float:right;
	margin-right:5px;
}

#news #news-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#news #news-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#news #news-flters li:hover, #news #news-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#news #news-flters li:last-child {
  margin-right: 0;
}

#news .news-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#news .news-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#news .news-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#news .news-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#news .news-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#news .news-item figure .link-preview, #news .news-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#news .news-item figure .link-preview i, #news .news-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#news .news-item figure .link-preview:hover, #news .news-item figure .link-details:hover {
  background: #18d26e;
}

#news .news-item figure .link-preview:hover i, #news .news-item figure .link-details:hover i {
  color: #fff;
}

#news .news-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#news .news-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#news .news-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#news .news-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#news .news-item .news-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#news .news-item .news-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#news .news-item .news-info h4 a {
  color: #333;
}

#news .news-item .news-info h4 a:hover {
  color: #18d26e;
}

#news .news-item .news-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.news-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.news-meta span {
	display:block;
}

.comments-type>a, .date-type, .news-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 14px;
}

.news-meta .comments-type i {
  padding-right: 0 !important;
}

.news-content-right .comments-type>a, .news-content-right .date-type, .news-content-right .news-meta span.comments-type, .news-content-right .news-text p {
  color: #fff;
  letter-spacing: 1px;
}

.news-card{
   
}
.single-news {
	box-shadow: 0px 0px 12px; 
	padding: 10px;
	margin:5px;
	background-color: white;
}

@media (min-width:576px){
    .single-news {
        position: relative;
    }
}
@media (min-width:769px){
    .news-card{
		
    }
    .single-news {
        position: relative;
    }
}


.single-news .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  margin-bottom: 15px;
}

.single-news .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

#news .letter-section{
	background-color: #fff;
	color: black;
}
   
#news .letter-section h2{          
	font-size:1rem;          
	font-weight: 400;      
}

#news .letter-section .letter-content{         
	text-align: justify;     
}
	  	
#news .letter-section .letter-content a{		
	text-decoration: underline;		 
	color: blue;	 
}
  
#news .letter-section .letter-about li {
	list-style-type: none;
}
     
#news .letter-section .img-news{         
	width: 200px;         
	float: right;     
}
      
#news .letter-section .letter-header{          
	margin-bottom: 50px;      
}
    
#news .letter-section .letter-about{
	margin-top: 100px;
     
}
      
@media (max-width: 768px){ 
	#news .letter-section .img-news{ 
		width: 150px;
	}  
}
     
@media (max-width: 576px){         
	#news .letter-section .letter-about{     
		padding: 0px 50px;          
	}     
}
     
#news .letter-section .email{
      
}
     
#news .letter-section .image-list img{   
	width: 200px;          
	cursor: pointer;     
}
