html, body {
	height: 100%;
}

.wpr_wrapper {
	min-height: 100%;
	margin-bottom: -457px;
	padding-top: 120px;
	box-sizing:border-box;
}

.wpr_buffer {
	height: 457px;
}

.wpr_heading {
    color: #23467e;
    font-family: 'helveticaneuecyrroman';
    font-size: 2em;
    text-align: center;
}

.wpr_note {
	color: #666;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.3em;
    width: 940px;
    margin: 10px auto 50px auto;
}

.wpr_note p {
	margin-bottom: 1.3em;
}


.wpr_items {
	width: 940px;
	margin: 0 auto;
}

.wpri_heading {
	color: #333;
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 5px;
    font-family: "helveticaneuecyrlight";
}

.wpri_date {
	font-size: 14px;
	font-family: "helveticaneuecyrlight";
	color: rgba(51, 51, 51, .5);
}

.wpri_text {
	font-size: .9em;
	line-height: 1.2em;
	font-family: "helveticaneuecyrroman";
	color: #000;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

.wpri_text.limited {
	max-height: 300px;
	cursor: pointer;
}

.wpri_link {
	text-decoration: none;
	color: rgba(51, 153, 255, 1);
	border-bottom: 1px solid rgba(51, 153, 255, .35);
	font-size: 14px;
	transition:250ms;
}

.wpri_link:hover, .wpri_more a:hover, .wpri_text a:hover {
	/*color: #ff4019;*/
	border-bottom-color: transparent;
}

.wpri_pic {
	width: 131px;
	height: 131px;
	border-radius: 100%;
	background-image: url("../img/wpri_logo.png");
	/*background-position: center;*/
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	margin-top: 5px;
}

.wpri_left {
	width: 131px;
	float: left;
	text-align: center;
}

.wpri_left .wpri_pic {
	float: none;
	margin-bottom: 20px;
}

.wpri_texts {
	float: right;
	width: 775px;
}

.wpri_text.limited:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+70,1+100,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-transition: all 525ms ease;
    -moz-transition: all 525ms ease;
    -ms-transition: all 525ms ease;
    -o-transition: all 525ms ease;
    transition: all 525ms ease;
    z-index: 1;
}

.wpri_text.extendable {
	cursor: pointer;
}

.wpri_text.extendable.extended .wpri_more {
	display: none;
}

.wpri_text.limited .wpri_more {
	display: block;
  	overflow: hidden;
  	height: 24px;
  	box-sizing: border-box;
  	/*padding-top: 24px;*/
  	transition:250ms;
  	font-size: 14px;
  	text-align: left;
  	position: absolute;
  	bottom: 0;
  	z-index: 1;
  	margin-top: 0!important;
}

.wpri_text.limited:hover .wpri_more {
	padding-top: 0px;
}

/*.wpri_text strong {
	font-family: 'helveticaneuecyrmedium';
}*/

.wpri_more a, .wpri_text a {
	text-decoration: none;
	border-bottom: 1px solid rgba(51, 153, 250, .35);
	color: #3399ff;
	transition:250ms;
}

.wpri_more a {
	border-bottom: 1px dashed rgba(51, 153, 250, .35);
}

.wpri_more a:hover {
	border-color: transparent;
}


.wpr_item {
	overflow: hidden;
	margin-bottom: 60px;
}

.wpri_author {
    color: #23467e;
    font-size: .9em;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'helveticaneuecyrroman';
}

.wpri_position {
	font-family: 'helveticaneuecyrmedium';
    font-size: .7em;
    color: #333;
    margin-bottom: 5px;
}

.wpri_texts ul {
	padding-left: 20px 
}