.bumper-portlet {

	$orange-color: #E98003;
	$radius-a: 6px;
	$radius-b: 8px;
	$shadow-a: 0 1px 2px rgba(0,0,0,0.4);
	$shadow-b: 0 2px 3px rgba(0,0,0,0.4);

	.clear { clear: both; }

	.ww-portlet {
		h2 {
			font-size: 20px;
			color: $orange-color;
		} 
		h3 {
			font-size: 20px; 
			color: #999;
		} 
		h4 {
			font-size: 18px;
			color: #000;
		} 
	}
	
	.ww-entry-thumb {
		width:100%;

		img {
			min-width: 50%;
			max-width: 96%;
			max-height: 275px;
			-webkit-border-radius: $radius-b; 
			-moz-border-radius: $radius-b; 
			border-radius: $radius-b; 
		}
	}
	
	.ww-entry-thumb2 {
		width: 96px;
		height: 96px;
		background: #fff;
		overflow: hidden;
				
		img {
			width: 100%;
			height: 100%;
			-webkit-border-radius: $radius-b; 
			-moz-border-radius: $radius-b; 
			border-radius: $radius-b; 
			border: #f5f5f5 solid 1px;
		}
	}
	
	.ww-grid-container2 {
		width: 100%;

		.ww-grid-info {
			margin: 0;
			padding: 0;
			font-size: 1em;
			
			.ww-grid-name {
				min-height: 35px;
				font-size: 20px;
				font-weight: bold;
				color: $orange-color;
				word-wrap: break-word;
			}
			.ww-grid-name a, .ww-grid-name a:hover {
				color: $orange-color;
				text-decoration: none;

				-ms-word-break: break-all;
				word-break: normal; 
				word-break: break-word;
				word-wrap: break-word;
				-webkit-hyphens: auto;
				-moz-hyphens: auto;
				hyphens: auto;					
			}

			.ww-grid-text {
				text-align: left;
				margin-bottom: 0px;
				font-size: 1em;
				color: #8c8c8c;

				-ms-word-break: break-all;
				word-break: normal; 
				word-break: break-word;
				word-wrap: break-word;
				-webkit-hyphens: auto;
				-moz-hyphens: auto;
				hyphens: auto;					
			}
			.ww-grid-text a, .ww-grid-text a:hover {
				color: $orange-color;
				text-decoration: none;
			}

			.ww-grid-text2 {
				text-align: left;
				margin-bottom: 0px;
				font-size: 1em;
				font-variant: small-caps;					
				text-transform: lowercase;
				color: #8c8c8c;

				-ms-word-break: break-all;
				word-break: normal; 
				word-break: break-word;
				word-wrap: break-word;
				-webkit-hyphens: auto;
				-moz-hyphens: auto;
				hyphens: auto;					
			}
			.ww-grid-text2 a, .ww-grid-text2 a:hover {
				color: $orange-color;
				text-decoration: none;
			}
		}
	}
}