﻿.news-ticker
{
    background: #fbfbfb;   
	/*font-family: 'Cairo', sans-serif !important;*/
}


.content2 {
	display: block;
	overflow: hidden;
	margin: 0 auto;

}

.container1 {
	width: 100%;
	float: right;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 48px;
	position: relative;
	cursor: pointer;
}

.marquee-sibling {

    padding: 0;
    background: #fbfbfb url("../images/Group-2.png") no-repeat scroll right center; /* Old browsers */


	padding: 0;
    width: 130px;
    height: 45px;
    border-left: 1px #fff solid;
    line-height: 42px;
    font-size: 15px;
    font-weight: 700;
	color: #FFF;
	text-align: center;
	float:right;
	right: 0;
	z-index: 99;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 25%;
}

.marquee-content-items{
  display: inline-block;
  padding:7px 0 0 0 ;
  margin: 0;
  height: 48px;
  position: relative;
}

.marquee-content-items li{
display: inline-block;
    color: #293A40;
    font-weight: 600;
    font-size: 14px;
    /* padding: 5px 10px 5px 185px; */
    padding: 5px 1px 5px 27px;
    /* background: url(../images/logo-dot.png) no-repeat scroll left center; */
    background: url(/images/Pages/183_FeaturedImage.jpg) no-repeat scroll left center;
    background-size: contain;
}

.marquee-content-items li:after{
	content: "";
	margin: 0 1em;
}
