/**
 * =============================================================
 * RAXO All-mode K2 J2.5 - Template CSS
 * -------------------------------------------------------------
 * @package		RAXO All-mode K2
 * @subpackage	All-mode Default Template
 * @copyright	Copyright (C) 2009-2013 RAXO Group
 * @license		RAXO Commercial License
 * 				This file is forbidden for redistribution
 * @link		http://raxo.org
 * =============================================================
 */


/* ----- RESET Styles ----- */
.allmode-default .allmode-name, .allmode-default .allmode-showall,
.allmode-default .allmode-topitem, .allmode-default .allmode-item,
.allmode-default .allmode-title, .allmode-default img {
	margin: 0; padding: 0;
	background: none; border: 0 none;
	border-radius: 10px 10px 10px 10px !important;
}
.allmode-default a {															/* LINKS */
	color: #019A5C !important;
	text-decoration: none;
}
.allmode-default a:hover {														/* LINKS Hover */
	color: #960000 !important;
	text-decoration: underline;
}


/* ----- MODULE BOX Styles ----- */
.allmode-default .allmode-name {												/* Module Block NAME */
	margin: 5px 8px 10px;
	font-size: 14px; font-weight: bold;
	color: #373737;
	border-bottom: 1px dashed #dddddd;
}
.allmode-default .allmode-name a {
	font-weight: bold;
	text-decoration: none;
}
.allmode-default .allmode-showall {												/* "Show All" TEXT */
	margin: -4px 12px 0 0;
	text-align: right !important;
	margin:0px !important;
	padding-top:10px !important;
}


/* ----- TOP ITEMS Styles ----- */
.allmode-default .allmode-topbox {												/* TOP Items DIV */
/*	margin: 0 8px 16px; */
/*	width: 400px;*/

}
.allmode-default .allmode-topitem {												/* TOP Item DIV */
	margin: 8px 0 0; padding-bottom: 6px;
	overflow: hidden; clear: left;
	border-bottom: 0px dashed #dddddd;
	margin-top:30px !important;

}
.allmode-default .allmode-topitem .allmode-img {								/* TOP Item IMAGE */
	float: left;
	margin: 2px 12px 12px 0; 
	padding: 3px;
	border: 0px solid #8e8c8c;
	background-color: #f6f5f5;
	margin-right:30px !important;
}
.allmode-default .allmode-topitem .allmode-title {								/* TOP Item TITLE */
	margin: 0 0 9px 0 !important;
	/*font: bold 22px/21px Tahoma,Verdana,Arial,Helvetica,sans-serif;*/
	font: bold 24px/23px "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif;
	line-height:26px;
	margin-top:-5px !important;
}
.allmode-default .allmode-topitem .allmode-title a {
	font-weight: bold;
	color:#333333 !important;
}
.allmode-default .allmode-topitem .allmode-text {								/* TOP Item TEXT */
	font: normal 13px/20px "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif;
	color: #373737;
	line-height:17px;
}
.allmode-default .allmode-topitem .allmode-readmore {							/* TOP Item READ MORE */
	float: right;
	margin-right: 4px;
	font: normal 11px/21px "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif;
	text-align: right;
}


/* ----- TOP FIELDS Styles ----- */
.allmode-default .allmode-topitem .allmode-details {							/* TOP Item Details DIV */
	margin-bottom: 3px;
	font-size: 12px; line-height: 14px;
	color: #525252;
}
.allmode-default .allmode-topitem .allmode-date {								/* TOP Item DATE */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 3px;
}
.allmode-default .allmode-topitem .allmode-hits {								/* TOP Item HITS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -29px;
}
.allmode-default .allmode-topitem .allmode-comments {							/* TOP Item COMMENTS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -60px;
}

.allmode-default .allmode-topitem .allmode-info {								/* TOP Item Info DIV */
	margin-top: -7px; padding-bottom: 2px;
	font-size: 11px; line-height: 17px;
	font-style: italic;
	color: #b4b4b4;
}
.allmode-default .allmode-topitem .allmode-section,
.allmode-default .allmode-topitem .allmode-category,
.allmode-default .allmode-topitem .allmode-author {								/* TOP Item SECTION, CATEGORY, AUTHOR */
	padding-right: 5px;
	font-style: normal;
	color: #808080;
}


/* ----- ITEMS Styles ----- */
.allmode-default .allmode-itemsbox {											/* Items DIV */
	margin: 0;
/*	width: 400px;*/
}

.allmode-default .allmode-item {												/* Item DIV */
	margin: 8px 0 0; padding-bottom: 6px;
	overflow: hidden; clear: left;
	border-bottom: 0px dashed #dddddd;
}
.allmode-default .allmode-item .allmode-img {									/* Item IMAGE */
	/*float: left;*/
	margin: 2px 10px 6px 0; 
	padding: 0px;
	border: 0px solid #8e8c8c;
	background-color: #f6f5f5;
}
.allmode-default .allmode-item .allmode-title {									/* Item TITLE */
	margin: 0 0 9px 0 !important;
	font: bold 14px/17px "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif;
	line-height:18px;
}
.allmode-default .allmode-item .allmode-title a {
	font-weight: bold;
	color:#333333 !important;
}
.allmode-default .allmode-item .allmode-text {									/* Item TEXT */
	font: normal 12px/17px "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif;
	color: #373737;
}
.allmode-default .allmode-item .allmode-readmore {								/* Item READ MORE */
	float: right;
	margin-right: 4px;
	font-size: 11px;
	text-align: right;
}


/* ----- FIELDS Styles ----- */
.allmode-default .allmode-item .allmode-details {								/* Item Details DIV */
	margin-bottom: 2px;
	font-size: 11px; line-height: 13px;
	color: #525252;
}
.allmode-default .allmode-item .allmode-date {									/* Item DATE */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 2px;
}
.allmode-default .allmode-item .allmode-hits {									/* Item HITS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -30px;
}
.allmode-default .allmode-item .allmode-comments {								/* Item COMMENTS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -61px;
}
.allmode-default .allmode-item .allmode-info {									/* Item Info DIV */
	margin-top: -4px; padding-bottom: 2px;
	font-size: 10px; line-height: 16px;
	font-style: italic;
	color: #b4b4b4;
}
.allmode-default .allmode-item .allmode-section,
.allmode-default .allmode-item .allmode-category,
.allmode-default .allmode-item .allmode-author {								/* Item SECTION, CATEGORY, AUTHOR */
	padding-right: 5px;
	font-style: normal;
	color: #808080;
}


/* ----- RATING Field ----- */
.allmode-default .allmode-rating {												/* Items RATING */
	white-space: nowrap;
}
	.allmode-default .allmode-star {											/* Inactive STAR */
		display: inline-block;
		margin: 0 1px;
		width: 11px; height: 11px;
		background: url(rating.png) no-repeat 0 0;
		zoom: 1; *display: inline; /*IE7 Hack*/
	}
	.allmode-default .allmode-star span {										/* Active STAR */
		display: inline-block;
		width: 100%; height: 100%;
		background: url(rating.png) no-repeat 0 -20px;
	}
	
	
.allmode-itemsbox {
margin-top:30px !important;
margin-left:-0px !important;
}	

/* Adicionado em 20/10/2015 */
/**
 * =============================================================
 * RAXO All-mode K2 J2.5 - Template CSS
 * -------------------------------------------------------------
 * @package		RAXO All-mode K2
 * @subpackage	All-mode Default Template
 * @copyright	Copyright (C) 2009-2013 RAXO Group
 * @license		RAXO Commercial License
 * 				This file is forbidden for redistribution
 * @link		http://raxo.org
 * =============================================================
 */


/* ----- RESET Styles ----- */
.allmode-default .allmode-name, .allmode-default .allmode-showall,
.allmode-default .allmode-topitem, .allmode-default .allmode-item,
.allmode-default .allmode-title, .allmode-default img {
	margin: 0; padding: 0;
	background: none; border: 0 none;
	border-radius: 10px 10px 10px 10px !important;
}
.allmode-default a {															/* LINKS */
	color: #019A5C !important;
	text-decoration: none;
}
.allmode-default a:hover {														/* LINKS Hover */
	color: #960000 !important;
	text-decoration: underline;
}


/* ----- MODULE BOX Styles ----- */
.allmode-default .allmode-name {												/* Module Block NAME */
	margin: 5px 8px 10px;
	font-size: 14px; font-weight: bold;
	color: #373737;
	border-bottom: 1px dashed #dddddd;
}
.allmode-default .allmode-name a {
	font-weight: bold;
	text-decoration: none;
}
.allmode-default .allmode-showall {												/* "Show All" TEXT */
	margin: -4px 12px 0 0;
	text-align: right !important;
	margin:0px !important;
	padding-top:10px !important;
}


/* ----- TOP ITEMS Styles ----- */
.allmode-default .allmode-topbox {												/* TOP Items DIV */
/*	margin: 0 8px 16px; */
/*	width: 400px;*/

}
.allmode-default .allmode-topitem {												/* TOP Item DIV */
	margin: 8px 0 0; padding-bottom: 6px;
	overflow: hidden; clear: left;
	border-bottom: 0px dashed #dddddd;
	margin-top:30px !important;

}
.allmode-default .allmode-topitem .allmode-img {								/* TOP Item IMAGE */
	float: left;
	margin: 2px 12px 12px 0; 
	padding: 3px;
	border: 0px solid #8e8c8c;
	background-color: #f6f5f5;
	margin-right:30px !important;
}
.allmode-default .allmode-topitem .allmode-title {								/* TOP Item TITLE */
	margin: 0 0 9px 0 !important;
	/*font: bold 22px/21px Tahoma,Verdana,Arial,Helvetica,sans-serif;*/
	font: bold 24px/23px "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif;
	line-height:26px;
	margin-top:-5px !important;
}
.allmode-default .allmode-topitem .allmode-title a {
	font-weight: bold;
	color:#333333 !important;
}
.allmode-default .allmode-topitem .allmode-text {								/* TOP Item TEXT */
	font: normal 13px/20px "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif;
	color: #373737;
	line-height:17px;
}
.allmode-default .allmode-topitem .allmode-readmore {							/* TOP Item READ MORE */
	float: right;
	margin-right: 4px;
	font: normal 11px/21px "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif;
	text-align: right;
}


/* ----- TOP FIELDS Styles ----- */
.allmode-default .allmode-topitem .allmode-details {							/* TOP Item Details DIV */
	margin-bottom: 3px;
	font-size: 12px; line-height: 14px;
	color: #525252;
}
.allmode-default .allmode-topitem .allmode-date {								/* TOP Item DATE */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 3px;
}
.allmode-default .allmode-topitem .allmode-hits {								/* TOP Item HITS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -29px;
}
.allmode-default .allmode-topitem .allmode-comments {							/* TOP Item COMMENTS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -60px;
}

.allmode-default .allmode-topitem .allmode-info {								/* TOP Item Info DIV */
	margin-top: -7px; padding-bottom: 2px;
	font-size: 11px; line-height: 17px;
	font-style: italic;
	color: #b4b4b4;
}
.allmode-default .allmode-topitem .allmode-section,
.allmode-default .allmode-topitem .allmode-category,
.allmode-default .allmode-topitem .allmode-author {								/* TOP Item SECTION, CATEGORY, AUTHOR */
	padding-right: 5px;
	font-style: normal;
	color: #808080;
}


/* ----- ITEMS Styles ----- */
.allmode-default .allmode-itemsbox {											/* Items DIV */
	margin: 0;
/*	width: 400px;*/
}

.allmode-default .allmode-item {												/* Item DIV */
	margin: 8px 0 0; padding-bottom: 6px;
	overflow: hidden; clear: left;
	border-bottom: 0px dashed #dddddd;
}
.allmode-default .allmode-item .allmode-img {									/* Item IMAGE */
	/*float: left;*/
	margin: 2px 10px 6px 0; 
	padding: 0px;
	border: 0px solid #8e8c8c;
	background-color: #f6f5f5;
}
.allmode-default .allmode-item .allmode-title {									/* Item TITLE */
	margin: 0 0 9px 0 !important;
	font: bold 14px/17px "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif;
	line-height:18px;
}
.allmode-default .allmode-item .allmode-title a {
	font-weight: bold;
	color:#333333 !important;
}
.allmode-default .allmode-item .allmode-text {									/* Item TEXT */
	font: normal 12px/17px "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif;
	color: #373737;
}
.allmode-default .allmode-item .allmode-readmore {								/* Item READ MORE */
	float: right;
	margin-right: 4px;
	font-size: 11px;
	text-align: right;
}


/* ----- FIELDS Styles ----- */
.allmode-default .allmode-item .allmode-details {								/* Item Details DIV */
	margin-bottom: 2px;
	font-size: 11px; line-height: 13px;
	color: #525252;
}
.allmode-default .allmode-item .allmode-date {									/* Item DATE */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 2px;
}
.allmode-default .allmode-item .allmode-hits {									/* Item HITS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -30px;
}
.allmode-default .allmode-item .allmode-comments {								/* Item COMMENTS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -61px;
}
.allmode-default .allmode-item .allmode-info {									/* Item Info DIV */
	margin-top: -4px; padding-bottom: 2px;
	font-size: 10px; line-height: 16px;
	font-style: italic;
	color: #b4b4b4;
}
.allmode-default .allmode-item .allmode-section,
.allmode-default .allmode-item .allmode-category,
.allmode-default .allmode-item .allmode-author {								/* Item SECTION, CATEGORY, AUTHOR */
	padding-right: 5px;
	font-style: normal;
	color: #808080;
}


/* ----- RATING Field ----- */
.allmode-default .allmode-rating {												/* Items RATING */
	white-space: nowrap;
}
	.allmode-default .allmode-star {											/* Inactive STAR */
		display: inline-block;
		margin: 0 1px;
		width: 11px; height: 11px;
		background: url(rating.png) no-repeat 0 0;
		zoom: 1; *display: inline; /*IE7 Hack*/
	}
	.allmode-default .allmode-star span {										/* Active STAR */
		display: inline-block;
		width: 100%; height: 100%;
		background: url(rating.png) no-repeat 0 -20px;
	}
	
	
.allmode-itemsbox {
margin-top:30px !important;
margin-left:-0px !important;
}	

/* Adicionado em 20/10/2015 */

@media screen and (min-width: 700px) {
.allmode-item {											/* Items DIV */
	float:right !important;
	background-color:#90F;

			margin:0 !important;
			padding:0 !important;
			width:31% !important;
			margin-left:30px !important;
			margin-right:0px !important;
			
}
.allmode-item:last-child {	
margin-left:0px !important;

}
.allmode-showall {
	clear:both;
}

.allmode-img {
		-moz-border-radius:10px !important;
			-webkit-border-radius:10px !important;
			border-radius:10px !important;	
			margin:0 !important;
			padding:0 !important;
			
}

.allmode-default .allmode-item .allmode-title {	
	margin-top:10px !important;
}

}

@media screen and (max-width: 700px) {
  .allmode-item {											/* Items DIV */
	float: !important;
	background-color:#90F;
	margin:0 !important;
	padding:0 !important;
	width: 230px !important;
	margin-left: 25% !important;
	margin-right: 25% !important;
}
.allmode-item:last-child {margin-left: 25%px !important;}
.allmode-showall {
	clear:both;
}

.allmode-img {
		-moz-border-radius:10px !important;
			-webkit-border-radius:10px !important;
			border-radius:10px !important;	
			margin:0 !important;
			padding:0 !important;
			
}

.allmode-default .allmode-item .allmode-title {	
	margin-top:10px !important;
}
}

@media screen and (max-width: 400px) {
  .allmode-item {											/* Items DIV */
	float: !important;
	background-color:#90F;
	margin:0 !important;
	padding:0 !important;
	width: 230px !important;
	margin-left: 14% !important;
	margin-right:  !important;
}
.allmode-item:last-child {margin-left: 16% !important;}
.allmode-showall {
	clear:both;
}

.allmode-img {
		-moz-border-radius:10px !important;
			-webkit-border-radius:10px !important;
			border-radius:10px !important;	
			margin:0 !important;
			padding:0 !important;
			
}

.allmode-default .allmode-item .allmode-title {	
	margin-top:10px !important;
}
}