.warning {
  color: #fff !important;
  background: red;
  background: rgb(233, 48, 111);
  padding: 10px;
  font-size: 16px !important;
}
.group-inner p.info {
	margin-top: 6px;
}

.calendar table p a {
	color: #fff;
}
.calendar .no-active {
	opacity: 0.5;
}
.title-no {
	font-size: 16px;
	color: #fff;
	top: 29px;
	position: relative;
}

.yammat-link  {
	/*display: none;*/
}
.yammat-link {
	position: absolute;
  	top: 12px;
  	left: 20px;
	display: none;
}

.popup-box p.p-error {
    margin-bottom: 3px;
    padding-left: 5px;
    margin-top: 6px;
    font-size: 11px;
    text-transform: uppercase;
    color: red;
    line-height: 1;
}

@media (max-width: 768px) {
  .yammat-link  {
    display: none;
  }
   #promo h2 {
  	font-size: 20px; 
  	line-height: 28px;
  }
}
.tags.widget.small-news.widget-category-1.related .small-article-1 {
        display: inline-block;
    padding-right: 10px;
}