﻿
                    /** HOME **/
.new8-list .new-pager {
    /*display: none !important;*/
}
.event-border .new8 .new-info, .highlight-border .new8 .new-info, .research-border .new8 .new-info {
	display: none;
}
.new-border .new8 {
	border: 1px solid #efefef;
	border-top: 4px solid #ee4c9b !important;
}
.event-border .new8 {
	border: 1px solid #efefef;
	border-top: 4px solid #f7962c !important;
}
.research-border .new8 {
	border: 1px solid #efefef;
	border-top: 4px solid #96c93d !important;
}	
.highlight-border .new8 {
	border: 1px solid #efefef;
	border-top: 4px solid #2dc5f4 !important;
}
.icon .new8.t-110 .new-head{
	padding: 4px;
	font-size: 12px;
}
.icon .new8 {
    border: 1px solid #3c647c;
    height: 80px !important;
    width: 80px !important;
}


/** General Settings **/

.new8-list {
    display:table;
	width: 100%;
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 !important;*/
}
.new8 {
    /*display: table-cell;*/
    /*opacity: 1;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;*/
    margin-bottom: 5px;
    float: left;
    margin-right: 6px;
    height: 200px;
    min-width: 200px;
    /*width: 24%;*/
    max-width: 2000px;
    /*box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
}

.new8.t-111 {
	background: #b0b0b0;
}
.square8 {
	opacity: 1;
	position: relative;
	padding: 15px;
	width: 100%;
	float: left;
	overflow: hidden;
	height: 100%;
	background: #b0b0b0;
	text-align: justify;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
.new8 .square8:hover {
	opacity: 0.8;
}
.square8.image {
	background: #fff;
	background-position: top 10px center;
	background-repeat:no-repeat;
	background-size:cover;
	background-size: 95% auto;
}
.square8:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.new8 .square8.title {
	position: relative;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px !important;
	height: 50px !important;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.square8 .text {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.new8 .new-info, .new6 .new-info {
	font-size: 0.8em;
	color: #e0e0e0;
	line-height: 0.9em;
}
.new8 .new-head {
	color: #fff;
	line-height: 1em;
	font-weight: bold;
	margin: 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	paddinG: 5px;
	width: 100%;
	word-break: break-word;
}
.new8 .new-body {
	font-size: 1em;
	color: #3c647c;
	line-height: 0.9em;
}

.new8.t-110 .square8, .new6.t-110 .square8 {
	background: transparent;
	background-position: center center;
	background-size: 100% 100%;
}

.new8.t-110 .new-head {
	position: absolute;
	top: -10px;
	left: 100%;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	background: #ccc;
	align-items: center;
	display: flex;
	opacity: 0.9;
	color: #3c647c;
	text-align: left;
	font-size: 1.5em;
	font-weight: normal;
}
.new8.t-110:hover .new-head {
	left: 0px;
}

.new8.t-010 .new-head {
	margin: 0px;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	align-items: center;
	display: flex;
}

.new8.t-111 .new-head, .new8.t-111 .new-body {
	position: absolute;
	margin: 0px;
	top: 60%;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40%;
	opacity: 0.9;
	text-align: left;
}

.new8.t-111 .new-info {
	position: absolute;
	bottom: 10px;
	right: 12px;
	text-align: right;
	color: #3c647c;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.new8.t-111 .new-head {
	line-height: 1.2em;
	left: 0px;
	background: #fff;
	color: #3c647c;
}
.new8.t-111 .new-head>div {
	max-height: 4.5em;
	overflow: hidden;
}
.new8.t-111 .new-body {
	left: 100%;
	background: #cccccc;
	color: #3c647c;
	line-height: 16px;
}
	
.new8.t-111:hover .new-head {
	left: -100%;
}
.new8.t-111:hover .new-body {
	left: 0px;
}
.new8.t-111:hover .new-info {
	display: none;
}

 .new8.t-110 .square8, .new6.t-110 .square8 {
    /*background: transparent;*/
    background-position: center center;
    background-size: 95% auto;
}

                