
/*ARTICLE BOXES*/
/*#############*/
/*Common*/
.news-box {
	position: relative;
}
.news-box a.rss-button {
	display: block;
	background: #f90;
	color: white;
	position: absolute;
	right: 0;
	font-size: 10px;
	padding: 0 3px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
	font-weight: bold;
}
.news-box .content .item .title {
	font-weight: normal;
}
.news-box li.item {
	display: block;
}
.news-box .item .item-thumbnail-natural img {
	width: 100%!important;
	height: auto!important;
}
.views.meta-item {
    float: right;
}
.wpi_snow_slider .views.meta-item {
    color: white;
}

/*trending box*/
#header-wide .widget.news-box.trending {
	padding-bottom: 5px;
}
.news-box.trending ul.content li.item {
	width: 15%;
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
}
.news-box.trending ul.content li.item-0,
.news-box.trending ul.content li.item-6,
.news-box.trending ul.content li.item-12,
.news-box.trending ul.content li.item-18,
.news-box.trending ul.content li.item-24{
	margin-left: 0;
}
.col-main .news-box.trending ul.content li.item {
	width: 32%;
	margin-left: 2%;
}
.col-main .news-box.trending ul.content li.item-triple {
	margin-left: 0;
}
.col-small .news-box.trending ul.content li.item {
	width: 100%;
	float: none;
	margin-left: 0%;
}
.col-big .news-box.trending ul.content li.item,
#footer .news-box.trending ul.content li.item {
	width: 49%;
	margin-left: 2%;
}
.col-big .news-box.trending ul.content li.item-even,
#footer .news-box.trending ul.content li.item-even {
	margin-left: 0;
}
.news-box.trending .cate {
	height: 1em;
	overflow: hidden;
	display: block;
	line-height: 1em;
	margin: 0 0 5px 0;
}
.news-box.trending .item-thumbnail {
	height: 100px;    
}
.news-box.trending .trending-title {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.news-box.trending .trending-wrap {
	position: relative;
	overflow: hidden;
	-moz-box-shadow: 0 0 5px #999;  
	-webkit-box-shadow: 0 0 5px #999;  
	box-shadow: 0 0 5px #999;
}
.news-box.trending .trending-wrap:hover {
	-moz-box-shadow: none;  
	-webkit-box-shadow: none;  
	box-shadow: none;
}
.news-box.trending .trending-title a {
	font-size: 11px;
	color: white;
	display: block;
	line-height: 1.3em;
}
.news-box.trending .trending-title h3.title {
	padding: 5px;
	position: relative;
	z-index: 1;
}
.news-box.trending .trending-title .overlay {
	width: 100%;
	height: 100%;
	background: black;
	top: 0;
	position: absolute;
	z-index: 0;
	filter: alpha(opacity=60);  opacity: 0.6;
}


/*Break Box*/
.news-box.break {
	clear: both;
}

.news-box.break li.item {
	border: none;
	display: none;
}
.news-box.break li.item.active {
	display: block;
}
.news-box.break .outer {
	float: left;
	overflow: hidden;
	height: 30px;
	width: 80%;
}
.news-box.break .outer ul li {
	height: 30px;
	line-height: 30px;
}
.news-box.break h2.title a {
	color: white!important;
}
.news-box.break li.item h3.title {
	font-size: 14px;
	font-weight: normal;
}
.news-box.break h2.title {
	float: left;
	border: none;
	margin: 0;
}
.news-box.break h2.title a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 10px 0 0;
	border: none;
	float: none;
}
.news-box.break li.item h3.title a {
	color: black;
}

/*wpi_snow_ticker*/
.wpi_snow_ticker ul {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 0 10px;
}
.wpi_snow_ticker li {
	display: none;
	float: left;
	position: relative;
}
.wpi_snow_ticker li.active {
	display: block;
}
.wpi_snow_ticker li .hider {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	background: #F0F0F0;
	top: 0;
}
.wpi_snow_ticker li .typer {
	position: absolute;
	width: 1px;
	height: 1.1em;
	background: #333;
	left: 0px;
	bottom: 0.4em;
}
.wpi_snow_ticker .ctrl {
	right: 0;
	top: 10%;
	position: absolute;
}
.wpi_snow_ticker .ctrl a.ctrl-nav {
	padding: 0 0 0 10px;
	cursor: pointer;
	color: #999;
}
.wpi_snow_ticker .ctrl a.ctrl-nav:hover {
	color: black;
}
.wpi_snow_ticker .ctrl.points {
	margin-top: 5px;
}
.wpi_snow_ticker .ctrl .ctrl-point {
	background: #999;
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 10px;
	width: 10px;
	cursor: pointer;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.wpi_snow_ticker .ctrl .ctrl-number {
	background: #999;
	color: white;
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.wpi_snow_ticker .ctrl .ctrl-point:hover, 
.wpi_snow_ticker .ctrl .ctrl-point.active,
.wpi_snow_ticker .ctrl .ctrl-number:hover,
.wpi_snow_ticker .ctrl .ctrl-number.active {
	background: black;
}


/*Slider box*/
.news-box.slider {
	clear: both;
}
.news-box.slider ul.content .item-thumbnail {
	height: 300px;
}
.news-box.slider .item h3.title a:hover span.inner {
	color: white;
}
.news-box.slider .effect-line-2 .content {
	position: relative;
	padding: 20px
}
.news-box.slider .effect-line-2 .content a {
	color: white;
}
.news-box.slider .effect-line-2 .content .cate {
	margin: 0 0 5px 0;
	padding: 0 5px;
	display: block;
	float: left;
}
.news-box.slider .effect-line-2 .title {
	text-transform: uppercase;
}
.news-box.slider .effect-line-2 .meta {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #666;
}
.news-box.slider .snippet {
	color: #DDD;
	border: none;
	font-size: 14px
}
.news-box.slider .item .title .post-format-icon {
	font-size: 0.8em;
	display: inline-block;
	vertical-align: top;
	margin: 0.4em 0 0 0.2em;
}
/*wpi_snow_slider plugin*/
.wpi_snow_slider {
	position: relative;
	overflow: hidden;
	background: #333;
}
.wpi_snow_slider ul.content {
	display: block;
	position: relative;
	height: 300px;
	overflow: hidden;
	width: 100%;
}
.wpi_snow_slider ul.content li {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.wpi_snow_slider div.next_prev {
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 9;
}
.wpi_snow_slider .ctrl_button {
	width: 2em;
	height: 2em;
	background: black;
	cursor: pointer;
	line-height: 2em;
	text-align: center;
	font-size: 12px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1;
	display: block;
	float: left;
	color: white;
}
.wpi_snow_slider .ctrl_button:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.wpi_snow_slider .thumb_nav {
	width: 100%;
}
.wpi_snow_slider .thumb_nav li {
	display: block;
	float: left;
	height: 80px;
	cursor: pointer;
	position: relative;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.wpi_snow_slider ul.bar_nav li {
	height: 5px;
	display: block;
	background-color: #333;
	cursor: pointer;
	float: left;
}
.wpi_snow_slider .thumb_nav li .inner-shadow {
	-moz-box-shadow:	inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:		 inset 0 0 10px #000000;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.wpi_snow_slider .thumb_nav li.active, .wpi_snow_slider .thumb_nav li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.wpi_snow_slider .thumb_nav li.active .inner-shadow,
.wpi_snow_slider .thumb_nav li:hover .inner-shadow {
	display: none;
}
.wpi_snow_slider .thumb_nav li a {
	height: 100%;
}
.wpi_snow_slider .corner-border .corner {
	position: absolute;
	border-width: 3px;
	border-style: solid;
	width: 50px;
	height: 50px;
	z-index: 1;
}
.wpi_snow_slider .corner-border {
	position: relative;
}
.wpi_snow_slider .corner-border .corner.corner-left-top {
	border-bottom: none;
	border-right: none;
	top: 0;
	left: 0;
}
.wpi_snow_slider .corner-border .corner.corner-left-bottom {
	border-top: none;
	border-right: none;
	left: 0;
	bottom: 0;
}
.wpi_snow_slider .corner-border .corner.corner-right-top {
	border-left: none;
	border-bottom: none;
	right: 0;
	top: 0;
}
.wpi_snow_slider .corner-border .corner.corner-right-bottom {
	border-top: none;
	border-left: none;
	right: 0;
	bottom: 0;
}
.wpi_snow_slider .effect-line-1 {
	top: 0;
	position: absolute;
}
.wpi_snow_slider .effect-line-2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
}
.wpi_snow_slider .effect-line-2 .overlay {
	background: black;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/*Blog Roll box*/
.news-box.blog_roll {
	clear: both;
}
.news-box.blog_roll .item-natural-thumbnail {
	margin: 0 0 5px 0;
}
.news-box.blog_roll .item {
	margin: 0 0 20px 0;
}
.news-box.blog_roll .item h3.title {
	font-size: 20px;
	margin: 5px 0 0 0;
}
.news-box.blog_roll .item h3.title a {
	color: black;
}
.news-box.blog_roll a.readmore {
	display: block;
	float: left;
	border-width: 2px;
	border-style: solid;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 0;
}
.news-box.blog_roll .cate-item {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.news-box.blog_roll .cate-sep {
	color: #ccc;
	margin: 0 0.1em 0 0.3em;
}
.news-box.blog_roll .snippet {
	font-size: 14px;
	line-height: 1.5em;
	border-top: 1px dotted #ddd;
}
.news-box.blog_roll .article-box-pagination .inner {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

/*One Left, One Right, Complex, Tabs Box*/
.news-box.one_left {
	float: left;
	clear: left;
	width: 48%;
}
.news-box.one_right {
	float: right;
	clear: right;
	width: 48%;
}
.news-box.complex,
.news-box.tabs {
	clear: both;
}
.news-box.complex li.item,
.news-box.tabs li.item {
	display: block;
	width: 48%;
	float: left;
}
.news-box.complex li.item-0,
.news-box.tabs li.item-0 {
	margin: 0 4% 0 0;
}
.news-box.tabs .tab-header {
	float: left;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
.news-box.tabs .tabs-header-outer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0 0 20px 0;
}
.news-box.tabs .tab-header a {
	display: block;
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
	
	margin: 0 0.7em 0 0;
}
.news-box.tabs .tab-header.active a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.news-box.tabs .tabs-content-outer.active {
	display: block;
}
.news-box.tabs .tabs-content-outer {
	background: white;
	width: 100%;
	clear: both;
	display: none;
}

.news-box li.item-0 .complex-wrapper .item-thumbnail {
	height: 150px;
	margin-bottom: 3px;
}
.news-box li.item-0 .complex-wrapper h3.title {
	font-size: 18px;
	padding-top: 3px;
	font-weight: normal;
}
.news-box .item-other .complex-wrapper .item-thumbnail {
	height: 50px;
	width: 50px;
}
.news-box li.item-0 .complex-wrapper h3.title a {
	color: black;
}
.news-box .item-other .complex-wrapper h3.title a {
	font-size: 15px;
	display: block;
	color: black;
	margin: 0 0 0 10px;
}
.news-box .item-other .complex-wrapper {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #ddd;
}
.news-box .item-other .complex-wrapper .item-review.stars {
	font-size: 8px;
}
.news-box.complex .item-other.item-1 .complex-wrapper,
.news-box.tabs .item-other.item-1 .complex-wrapper {
	margin: 0;
	padding: 0;
	border: none;
}
.news-box .item-other .complex-wrapper .thumbnail {
    float: left;
}
.news-box .item-other .complex-wrapper .text {
    margin: 0 0 0 60px;
}
/*Carousel Box*/
.news-box.carousel {
	clear: both;
}
.news-box.carousel .item h3.title a:hover span.inner {
	color: white;
}
.news-box.carousel .item-thumbnail {
	height: 125px;
	margin: 0 0 2px 0;
}
.news-box.carousel .content .item .title {
	margin: 2px 0 0 0;
}
.news-box.carousel .content .item .title a {
	font-size: 14px;
	color: black;
	display: block;
	line-height: 1.3em;
}

/*carousel plugin*/
.wpi_snow_carousel {
	position: relative;
	overflow: hidden;
}
.wpi_snow_carousel .content {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 125px;
	left: 100%;
}
.wpi_snow_carousel .content li {
	display: block;
	float: left;
	overflow: hidden;
	width: auto;
}
.wpi_snow_carousel .content li .content-wrapper {
	padding: 0 5px;
	text-align: center;
}

.wpi_snow_carousel div.next_prev {
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 9;
}
.wpi_snow_carousel:hover div.next_prev{
	right: 0;
}
.wpi_snow_carousel .ctrl_button {
	width: 2em;
	height: 2em;
	background: black;
	cursor: pointer;
	line-height: 2em;
	text-align: center;
	font-size: 12px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1;
	display: block;
	float: left;
	color: white;
}
.wpi_snow_carousel .ctrl_button:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/*Two Box*/
.news-box.two {
	clear: both;
	position: relative;
}
.news-box.two ul.content {
	position: relative;
}
.news-box.two .item {
	float: left;
	width: 48%;
	display: block;
	margin: 0 0 20px 0;
}
.news-box.two .item.item-even {
	clear: left;
}
.news-box.two .item.item-odd {
	float: right;
	clear: right;
}
.news-box.two .content .col .item {
	float: none;
	width: 100%;
}
.news-box .content .col {
	float: left;
	width: 48%;
	display: block;
}
.news-box .content .col-right {
	float: right;
}

.news-box.two .item .item-natural-thumbnail {
	margin: 0 0 3px 0;
}
.news-box.two .item h3.title {
	font-size: 18px;
	margin: 3px 0 0 0;
}
.news-box.two .item h3.title a {
	color: black;
}

/*One Horizon Box*/
.news-box.one_horizon {
	clear: both;
}
.news-box.one_horizon .item-thumbnail {
	width: 40%;
	height: 140px;
	float: left;
	margin: 0 3% 0 0;
}
.news-box.one_horizon div.right-content {
	float: left;
	width: 47%;
}
.news-box.one_horizon .item {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #ddd;
}
.news-box.one_horizon .content .item:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
.news-box.one_horizon .item h3.title a {
	color: black;
	font-size: 18px;
}
.news-box.one_horizon div.right-content .cate {
	display: block;
	line-height: 1em;
	margin: 0 0 3px 0;
}
.col-small .news-box.one_horizon .item-thumbnail {
	float: none;
	width: 100%;
	clear: both;
	margin: 0 0 7px 0;
}
.col-small .news-box.one_horizon .right-content {
	width: 100%;
	clear: none;
	margin: 0
}
.col-small .news-box.one_horizon .item {
	border: none;
}

/*news-box high light*/
.news-box.high_light .outer {
	padding: 20px 0 0 0;
}
.news-box.high_light .item {
	background: white;
	-moz-box-shadow: 0 0 7px #333;  
	-webkit-box-shadow: 0 0 7px #333;  
	box-shadow: 0 0 7px #333;
	width: 100%;
	margin: 0 0 20px 0;
	clear: both;
}
.news-box.high_light .item.item-other {
	float: left;
	width: 48%;
	margin-left: 4%;
	clear: none;
}
.news-box.high_light .outer .content {
	margin: 0 20px 20px 20px;
}
.news-box.high_light .item.item-other.item-odd {
	clear: left;
	margin-left: 0;
}
.news-box.high_light .item.item-other .item-thumbnail {
	height: 150px;
}
.news-box.high_light .item .high-light-content {
	padding: 10px;
}
.news-box.high_light .item.item-first .item-thumbnail {
	height: 350px;
}
.news-box.high_light .item .title a {
	color: black;
}

/*news-box pagination*/
.article-box-pagination .nav-item {
	cursor: pointer;
}
.article-box-pagination.more {
	border: 2px solid #bbb;
	text-align: center;
	text-transform: uppercase;
}
.article-box-pagination.more .nav-item {
	display: block;
	padding: 5px 0;
}
.article-box-pagination.more:hover {
	border: none;
	padding: 2px;
}
.article-box-pagination.more:hover .nav-item {
	color: white;
}
.article-box-pagination.number .nav-item {
	color: white;
	display: inline-block;
	padding: 0 3px;
	margin: 0 10px 10px 0;
	min-width: 1.5em;
	text-align: center;
}
.article-box-pagination.number .nav-item:hover,
.article-box-pagination.number .nav-item.active {
	color: #333;
	background: #ddd;
}
.article-box-pagination {
	clear: both;
	margin: 20px 0 0 0;
}
.article-box-pagination.newer_older {
	border: 1px solid #ddd;
	text-transform: uppercase;
	font-size: 14px;
}
.article-box-pagination.newer_older .nav-item {
	float: left;
	width: 48%;
	padding: 0 1%;
	
}
.article-box-pagination.newer_older .nav-item:hover {
	color: white;
}
.article-box-pagination.newer_older .nav-item.older {
	float: right;
	text-align: right;
}
.article-box-pagination .dots{
	margin: 0 10px 0 0;
}