﻿.rssTitle
{
    font-size: 18pt;
    font-weight: bold;
    margin-top:13px;
	text-align: left;
}

.item-date
{
    margin-top:13px;
    color:#8A8A8A;
	font-size: 16px;
	text-align: left;
}

.item-content
{
    margin-top: 13px;
    padding-right:13px;
    text-align: justify;
    overflow:auto;
	font-size: 16px !important;
	color: white;
	background: #181818;
	font-family: 'Lato', sans-serif !important; 
	font-weight: 300;
}

.item-content * {
	font-size: 16px !important;
	color: white !important;
	background: #181818;
	font-family: 'Lato', sans-serif !important; 
	font-weight: 300;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.item-content a {
	color: #A0C73F !important;
	text-decoration: none;
}

#moreNewsDiv
{
	text-align: left;
}

#moreNewsDiv > ul
{
    list-style:none;
    padding-left:13px;
    height: 350px;
    overflow-y:auto;
	padding-right: 10px;
}

#moreNewsDiv > ul > li
{
    padding-top:13px;
}

#moreNewsDiv a
{
	text-decoration:none;
	outline-style:none;
	border-style:none;
}

@media(max-width: 991px){
	#moreNewsDiv {
		margin-top: 25%;
	}
}

.summaryDate
{
    color:#8A8A8A;
	font-size: 16px;
}

.summaryTitle {
	font-size: 16px;
}

#moreNewsDiv > .heading
{
    margin:13px;
    color:#A0C73F;
    font-size:16px;
    font-weight:bold;
}

#slider1prev {
	width: 50%;
	float: left;
}

#slider1next {
	width: 50%;
	float: right;
	color: blue;
	background-image: 
}

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next
{
    margin:0;
    padding:0;
    display:inline-block;
    overflow:hidden;
	margin-top: 5%;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li,
#sliderNews ul, #sliderNews li
{
	margin:0;
}
ul#newsFeed
{
	padding: 0px;
}

ul#newsFeed > li
{
	list-style:none;
}

 #newsSlider li
 {
     cursor:pointer;
 }
 
#summaryFeed::-webkit-scrollbar {
    width: 12px;
}
 
#summaryFeed::-webkit-scrollbar-track {
	background: grey
	opacity: 0.5;
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255, 0.5); 
    border-radius: 10px;
}
 
#summaryFeed::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background: #A0C73F;
    -webkit-box-shadow: inset 0 0 6px rgb(160,199,63); 
}

.item-content > ul > li
{
	display: list-item !important;
	padding-left: 15px;
	list-style-type: circle;
}