.txtBuyut {
    text-transform: capitalize;
}
.vatop {
	vertical-align:top;
}
.hacenter {
	text-align:center;
}
.partnerlogo {
	max-height: 90px;
	margin-top:10px;
}
.partnerlogo:hover {
	filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
}
.logo_foot {
	max-height: 90px;
}
.reflogo {
	max-height: 190px;
	max-width: 350px;
	padding-top:7px;
}
.refimg {
	width: 100%;
	height:204px;
}
.latest-news {
	background-color: #fff;
}
.latest-news:hover { background-color: #f5f5f5; }
.artella-logo {
	padding-top:80px;
}
.nonresize {
	resize:none;
	max-width:100%;
}
.errorpagetxt {
	font-size:14pt;
	text-align:center;
}

@keyframes ticker {
	0%   {margin-top: 0}
	25%  {margin-top: -30px}
	50%  {margin-top: -60px}
	75%  {margin-top: -90px}
	100% {margin-top: 0}
}

.news-ticker {
  width: 100%;
  height: 30px;
  margin: 0px auto;
  text-align:left;
  overflow: hidden;
  border-radius: 0x;
  padding: 0px;
} 

.news-ticker span {
  float: left;
  color: #767676;
  padding: 4px;
  position: relative;
  top: 0;
  border-radius: 4px;
  background-color: #DCDCDC;
  font: 16px ;
  font-weight: bold;
}

.news-ticker ul {
  float: left;
  padding-left: 10px;
  animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
}

.news-ticker ul li {line-height: 30px; list-style: none }

.news-ticker ul li a {
  text-decoration: none;
  text-align: left;
}

.news-ticker ul:hover { animation-play-state: paused }
.news-ticker span:hover+ul { animation-play-state: paused }