





/* CSS Document */
/*Font*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

/*Main CSS*/
.fresh_news_wrap {
width:100%;
overflow:hidden;
clear:both;
font-family: 'Open Sans', sans-serif;
position:relative;
}
.fresh_news_wrap .fresh_news_wrap_inner {
margin:0;
padding:0;
width:9000px;
}
.fresh_news_wrap .fresh_news_wrap_inner .fresh_news_item {
float:left;
list-style:none;
text-align:center;
cursor:pointer;
display:none;
font-size:14pt;
}
.fresh_news_item img {
padding:0 10px;
max-width:95%;
}

/* Navigation CSS */
.fresh_news_wrap .fresh_news_navigation {
clear:both;
width:50%;
margin:0 auto;
text-align:center;
font-size:35px;
color:rgb(0,0,0);
display:none;
padding-top: 20px;
}
.fresh_news_wrap .fresh_news_navigation a {
	outline:0;
	margin:0 5px;
}
.fresh_news_wrap .fresh_news_navigation a.navPlay {
	display:none;
}

/* Post Slider CSS */
.fresh_news_item .newswrapper {
	padding:0px 20px;
}
.fresh_news_item .newswrapper img.fullwidth {
	padding: 0px;
	width:100%;
	max-width:100%;
}
.fresh_news_item .newswrapper h3 {
text-transform:uppercase;
margin:10px 0;
color:#7F8C8D;
}
.fresh_news_item .newswrapper h3 a {
text-decoration:none;
color:rgb(0,0,0);
}
.fresh_news_item .newswrapper h3 a:hover {
	color:#dd3333;
}
.fresh_news_item .newswrapper h4 {
  margin:5px 0;
  font-size:11px;
  color:#474747;
  text-transform:uppercase;
}
.fresh_news_item .newswrapper hr{
display: block;
width: 50%;
text-align: center;
height: 1px;
border:0px solid none;
border-top:1px solid #474747;
margin: 12px auto;
padding:0;
}
.fresh_news_item .newswrapper p {
	text-align:justify;
}


/* Text Ticker */
.fresh_text_ticker .fresh_news_wrap .fresh_news_wrap_inner .fresh_news_item {
text-align:left;
}
.fresh_text_ticker {
height:46px;
background:#982121;
border:2px solid #000000;
line-height:26px;
border-radius:10px;
position:relative;
top:925px;
}
.fresh_text_ticker .fresh_news_wrap {
height:100%;
}
.fresh_text_ticker .fresh_news_wrap .fresh_news_wrap_inner {
position:absolute;
left:10px;
}
.fresh_text_ticker .fresh_news_wrap .fresh_news_item {
padding:10px 0;
color:rgb(255,255,255);
}
.fresh_text_ticker .fresh_news_wrap .fresh_news_navigation {
background: #f5f5f5 none repeat scroll 0 0;
clear: both;
color:rgb(0,0,0);
display: none;
padding: 11px 5px;
position: absolute;
right: 0;
text-align: right;
top:0(null);
width: auto;
z-index:1;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius:35px;
border-right:1px solid #666;
border-left:4px solid #666;
height:25px;
}
.fresh_text_ticker .fresh_news_wrap .fresh_news_navigation_title {
background: #f5f5f5 none repeat scroll 0 0;
clear: both;
color:rgb(0,0,0);
font-size:18px;
padding:10px 15px;
position: absolute;
left: 0;
text-align: right;
top:0(null);
width: auto;
z-index:1;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
/* border-left:1px solid #666;
	border-right:4px solid #666; */
}
/* Square */
.fresh_text_ticker.square {
	border-radius:0;
}
.fresh_text_ticker.square .fresh_news_wrap .fresh_news_navigation, 
.fresh_text_ticker.square .fresh_news_wrap .fresh_news_navigation_title  {
	border-radius:0;
}

/* Green Skin */
.fresh_text_ticker.green {
	border-color:#003300;
}
.fresh_text_ticker.green .fresh_news_wrap .fresh_news_navigation, 
.fresh_text_ticker.green .fresh_news_wrap .fresh_news_navigation_title {
	background:#00CC33;
	border-color:#003300;
}

/* Blue Skin */
.fresh_text_ticker.blue {
	border-color:#0033CC;
}
.fresh_text_ticker.blue .fresh_news_wrap .fresh_news_navigation, 
.fresh_text_ticker.blue .fresh_news_wrap .fresh_news_navigation_title {
	background:#0099FF;
	border-color:#0033CC;
}