/**************************
    Fonts
***************************/

@font-face {
    font-family: 'OpenSans';
    font-weight: 400;
    font-style: normal;

    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0d.woff) format('woff');
}
@font-face {
    font-family: 'OpenSans Semibold';
    font-weight: 600;
    font-style: normal;

   src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhv.woff) format('woff');
}
@font-face {
    font-family: 'OpenSans Bold';
    font-weight: 700;
    font-style: normal;

    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhv.woff) format('woff');
}

/***************************/

/*neo_infoscreenViewer*/

* {
	box-sizing: border-box;
}

body {
    font-family:'OpenSans',sans-serif;
	margin: 0;
	overflow: hidden;
	background-color: #000000;
	-moz-font-feature-settings: "liga", "kern";
	-moz-font-feature-settings:"liga=1, kern=1";
	-ms-font-feature-settings:"liga", "kern";
	-o-font-feature-settings:"liga", "kern";
	-webkit-font-feature-settings:"liga", "kern";
	font-feature-settings: "liga", "kern";
}
.neo_loadingInfoscreen {
	height: 50px;
	text-align: center;
	width: 100vw;
	color: #FFFFFF;
	font-size: 20px;
	height: 100vh;
	padding-top: 365px;
} 

/***************************************************************************************************
 * Setting for infoscreen general
 ****************************************************************************************************/


/* remove border */
.bx-wrapper {
	background: #000;
	border:none;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	border: 5px solid #000;
	background: #e2e2e2;
}
.bx-controls-direction {
	display: none;
}

/***************************************************************************************************
 *** Progress bar
 ****************************************************************************************************/
/* circle */
/*
.neo_infoscreen_progress {
	height: 30px;
	width: 30px;
	position: fixed;
	top: 10px;
	right: 12px;
	z-index: 999;
}
*/
/* line */ 
.neo_infoscreen_progress {
	height: 8px;
	width: 100%;
	position: fixed;
	top: -7px;
	z-index: 999;
}


.neo_infoscreen_progress > svg {
	height: 70%;
	margin-top: 7px;
	display: block;
}



/***************************************************************************************************
 * infoscreen Viewer
 ****************************************************************************************************/

#infoscreenViewerCon {
	float: left;
	width: 100%;
}

.neo_infoscreenViewer {
}

.neo_infoscreenViewer .item {
	float: left;
	width: 100%;
}

.neo_infoscreenViewer .item a {
	display: block;
	text-decoration: none;
}

.neo_infoscreenViewer .item a:hover .content {
	background-color: #ffffff;
}

.neo_infoscreenViewer .content {
	/*background-color: #000000;*/
	position: relative;
	overflow: hidden;
}

.neo_infoscreenViewer .imageCon {
	/*height: 1170px;*/ 
	height:100%;
}

.neo_infoscreenViewer .image,
.neo_infoscreenViewer .image2,
.neo_infoscreenViewer .image3 {
	float: left;
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.neo_infoscreenViewer .videoCon {
	height: 100%;
	width: 100%;
	background:black;
}

.neo_infoscreenViewer .videoCon.rotate video {
	-moz-transform: rotate(90deg); 
	display:inline-block;
} 
.neo_infoscreenViewer .videoCon video {
	
	height: 100%;
	width: 100%;
	object-fit: none;
}
.textCon {
	position: absolute;
	color: black;
	padding: 28px;
	min-height: 200px;
	font-family: 'OpenSans';
	font-style:normal;
	font-size: 30px;
	line-height: normal;
	background-color: #fff;
	top: 40px;
	left: 40px;
}
.neo_infoscreenViewer .title {
	font-family: 'OpenSans SemiBold';
	display: block;
	float: left;
	font-weight:700;
	font-style:normal;
	font-size: 2.14vw;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom:30px;
	color:#000;
}

.neo_infoscreenViewer .text {
	text-decoration: none;
	float: left;
	width: 100%;
	color:#000;
}

.neo_infoscreenViewer .neo_selTarget {
	text-align: center;
	color: white;
	line-height: normal;
	cursor: pointer;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	position: absolute;
	bottom: 10px;
}

.neo_infoscreenViewer .neo_infoscreenv2Targets {
	position: absolute;
	bottom: 35px;
	z-index: 999;
	background-color: lightgrey;
	padding: 12px 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.neo_infoscreenViewer .neo_infoscreenv2Targets .neo_targetItem {
	margin-bottom: 6px;
	cursor: pointer;
}

.neo_infoscreenViewer .neo_infoscreenv2Targets .neo_targetItem.selected {
	background-color: darkgray;
}

.neo_infoscreenViewer .owl-carousel .item {
	width: 100% !important;
}

/***************************************************************************************************
 * dots
****************************************************************************************************/

/*.item.layoutType_textonly */
/*
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: unset;
	width: 10%;
	top: 90px;
	left: 0px;
}
*/
.bx-wrapper .bx-pager {
	text-align: left;
}

.TextOnly .bx-controls.bx-has-pager,
.Box2 .bx-controls.bx-has-pager {
	position: absolute;
	bottom: unset;
	width: 40%;
	top: 25px;
	left: 67px;
}
/*
.Box2 .bx-pager.bx-default-pager,
.TextOnly .bx-pager.bx-default-pager
 {
	position: absolute;
	bottom: unset;
	width: 10%;
	top: 50px;
	left: 60px;
}
*/
.Video .bx-pager.bx-default-pager {
	display:none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ebebeb;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00b7ce;
}

/***************************************************************************************************
 * Lay outs : box1
 ****************************************************************************************************/
.item.layoutType_box1 .textCon {
	top: 0px;
	left: 0px;
	height: 100%;
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 80px;
	width: 66%;
}
.item.layoutType_box1 .textCon .text {
	width: 100%;
	position: relative;
	z-index: 9;
	font-size: 1.72vw;
	max-height: 835px;
	overflow: hidden;
}
.item.layoutType_box1 .imageCon {
	margin-left: 66%;
}
.item.layoutType_box1 .imageCon .image {
	float: left;
	width: 100%;
	height: 100%;
}

/***************************************************************************************************
 * Lay outs : box2
 ****************************************************************************************************/
.item.layoutType_box2 .textCon {
	top: 0;
	left: 0px;
	height: 100%;
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 80px;
	width: 33%;
}
.item.layoutType_box2 .textCon .text {
	position: relative;
	z-index: 9;
	font-size: 1.72vw;
	max-height: 835px;
	overflow: hidden;
}
.item.layoutType_box2 .imageCon {
/*	height: 100%;*/
	margin-left: 33%;
	/*width: 100%;*/
}

/***************************************************************************************************
 * Lay outs : box3
 ****************************************************************************************************/

.item.layoutType_box3 .textCon {
	height: 90%;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	width: 50%;
	color: white;
	background-color: rgba(20, 20, 20,0.5);
	margin-top: 10px;
}

.item.layoutType_box3 .textCon .text {
	position: relative;
	z-index: 9;
	color: white;
	font-size: 1.72vw;
	max-height: 850px;
	overflow: hidden;
}

.item.layoutType_box3 .title {
	color:#fff;
}

/***************************************************************************************************
 * Lay outs : box4
 ****************************************************************************************************/

.item.layoutType_box4 .textCon {
	min-height: auto;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	width: 80%;
	color: white;
	background-color: rgba(20, 20, 20,0.5);
	margin-top:10px;
}
.item.layoutType_box4 .textCon .text {
	display:none;
	position: relative;
	z-index: 9;
	color: white;
}
.item.layoutType_box4 .title {
	color:#fff;
	padding-bottom:0px;
}

/***************************************************************************************************
 * Lay outs : box5
 ****************************************************************************************************/

.item.layoutType_box5 .textCon {
	top: 0px;
	left: 0px;
	width: 100%;
	padding:0;
}

.item.layoutType_box5 .textCon .title {
	position:absolute;
	top: 40px;
	left: 140px;
	height: 110px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	width: 85%;
	color: white;
	background-color: rgba(20, 20, 20,0.5);
	margin-top: 10px;
	z-index: 1;
	font-family: 'Opensans Semibold';
}




.item.layoutType_box5 .textCon .text .neo_imagesCon.neo_imagesCon1 {
	height: unset;
	float: left;
	width: 100%;
	padding-right: 0;
}

.item.layoutType_box5 .textCon .text .neo_imagesCon.neo_imagesCon1 .neo_rwdImg.neo_image.neo_image1 {
	height: 60vw;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.item.layoutType_box4 .title {
	color:#fff;
	padding-bottom:0px;
}

.item.layoutType_box5 .textCon .text .neo_imagesCon.neo_imagesCon1 .neo_rwdImg.neo_image.neo_image1 img {
	border-radius: 0;
}


.item.layoutType_box5 .textCon .text .link_icon {
	position: absolute;
	left: 20px;
	top: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
	cursor: pointer;
	width: 89px;
	height: 90px;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.19);
	border-radius: 8px;
	border: solid 1px #d2d2d2;
}



/***************************************************************************************************
 * Lay outs : textonly
 ****************************************************************************************************/

.item.layoutType_textonly .content {
	background-color: white;
}

.item.layoutType_textonly .textCon {
	padding-top:80px;
	padding-left:40px;
	width: 80%;
	float: none;
	top: 0px;
	color: unset;
	border: unset;
	right: unset;
	background-color: white;
}
.item.layoutType_textonly .text {
	max-height: 825px;
	overflow: hidden;
}
.item.layoutType_textonly .imageCon {
	width:100%;
	height:100%;
	background-repeat:repeat;
	background-size:cover;
}

/***************************************************************************************************
 * Lay outs : imageonly
 ****************************************************************************************************/
.item.layoutType_image1 .textCon, .item.layoutType_imageonly .textCon {
	position: absolute;
	top: 0;
	background-color: unset;
	right: unset;
	padding: 28px;
	border-left: none;
	width: 90%;
	display:none;
}
.item.layoutType_image1 .textCon .text, .item.layoutType_imageonly .textCon .text {
	width: 0;
	display: none;
	font-size: 1.72vw;
	max-height: 835px;
	overflow: hidden;
}

.item.layoutType_image2 .textCon {
	width: 0;
	display: none;
}


/***************************************************************************************************
 * Lay outs : video
****************************************************************************************************/
.item.layoutType_video .textCon {
	width: 0;
	display: none;
}
.item.layoutType_video .logo {
	display: none;
}
.item.layoutType_video .videoCon video {
	height: 100%;
	width: 100%;
}


/***************************************************************************************************
 * Lay outs : news
****************************************************************************************************/
.item.layoutType_news .textCon {
	padding-top:80px;
	padding-left:40px;
	width: 95%;
	float: none;
	top: 0px;
	color: unset;
	border: unset;
	right: unset;
	background-color: transparent;
}
.item.layoutType_news .text {
	max-height: 825px;
	overflow: hidden;
}
.item.layoutType_news .imageCon {
	display:none;
}
.linklist_statusEntry .linklist_newsBody {
	margin-top: 4px;
	padding: 0 10px;
	font-size: 14px;
	width: 45%;
	float: left;
	height: 612px;
}
.item.layoutType_news .neo_statusUpdateFeedViewer .linklist_statusEntry .linklist_statusBody .linklist_content {
	display: none;
}

.item.layoutType_news .neo_newsEntryViewer .linklist_statusEntry .linklist_newsBody .linklist_newscontent.fr-view {
	margin-top: 0;
	color: #111111;
	font-size: 1.72vw;
	line-height: normal;
	margin-bottom: 20px;
	padding: 0 5px;
	word-break: break-word;
	overflow-wrap: break-word;
	position: relative;
	overflow: hidden;
	height: 482px;
}

.linklist_newsTitle {
	width: 100%;
	float: left;
	padding: 20px;
	font-size: 2.14vw;
	font-weight: 400;
	height:130px;
	overflow:hidden;
}

/***************************************************************************************************
 * Lay outs : event
****************************************************************************************************/
.item.layoutType_event .textCon {
	padding-top:80px;
	padding-left:40px;
	width: 95%;
	float: none;
	top: 0px;
	color: unset;
	border: unset;
	right: unset;
	background-color: transparent;
}
.item.layoutType_event .text {
	max-height: 825px;
	overflow: hidden;
}
.linklist_statusEntry .linklist_eventBody {
	margin-top: 4px;
	padding: 0 10px;
	font-size: 14px;
	width: 45%;
	float: left;
	height: 480px;
}
.item.layoutType_event .imageCon {
	display:none;
}

.item.layoutType_event .neo_eventEntryViewer .linklist_statusEntry .linklist_eventBody .linklist_content {
	display: none;
}

.item.layoutType_event .neo_eventEntryViewer .linklist_statusEntry .linklist_eventBody .linklist_eventcontent.fr-view {
	margin-top: 0;
	color: #111111;
	font-size: 1.72vw;
	line-height: normal;
	margin-bottom: 20px;
	padding: 0 5px;
	word-break: break-word;
	overflow-wrap: break-word;
	position: relative;
	overflow: hidden;
	height: 400px;
}
.eventrow {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.eventrow .linklist_date_label, .eventrow .linklist_time_label{
	float: left;
	width: 150px;
	font-weight: 100;
	font-size: 90%;
}
.eventrow .linklist_date, .eventrow .linklist_time{
	float: left;
	width: calc(100% - 150px);
}
.linklist_eventTitle {
	width: 100%;
	float: left;
	padding: 20px;
	font-size: 2.14vw;
	font-weight: 400;
}

/* hide social tools on Events*/

.item.layoutType_event .neo_eventEntryViewer .linklist_statusEntry .neo_socialFooterWrapper .neo_socialFooterLeft,
.item.layoutType_event .neo_eventEntryViewer .linklist_statusEntry .neo_socialFooterWrapper .neo_socialFooterRight {
	display:none;
}

/***************************************************************************************************
 * Lay outs : statusupdate
 ****************************************************************************************************/

.item.layoutType_statusupdate .textCon {
	padding-top:80px;
	padding-left:40px;
	width: 95%;
	float: none;
	top: 0px;
	color: unset;
	border: unset;
	right: unset;
	background-color: transparent;
}
.item.layoutType_statusupdate .text {
	max-height: 825px;
	overflow: hidden;
}
.item.layoutType_statusupdate .imageCon {
	display:none;
}

/***************************************************************************************************
 * Lay outs : default
 ****************************************************************************************************/

.item.layoutType_statusupdate .title, 
.item.layoutType_event .title, 
.item.layoutType_news .title {
	display:none;
}

.item.layoutType_default .title {
	color: black;
}
.item.layoutType_default .textCon,
.item.layoutType_default .text {
	color: white;
	border: unset;
	right: unset;
	background-color: transparent;
}

.item.layoutType_default .imageCon {
	display:none;
	width:100%;
	height:100%;
}

.neo_imagesCon.neo_imagesCon1 .neo_rwdImg.neo_image.neo_image1 {
	height: 100%;
}

.neo_imagesCon.neo_imagesCon1 .neo_rwdImg.neo_image.neo_image1 img {
	object-fit: contain;
	height: 100%;
	width: 100%;
	border-radius: 14px;
}
img[src=""] {
	display: none;
}
.neo_rwdImg.neo_image.neo_image1::empty {
	display: none;
}

.neo_imagesCon.neo_imagesCon1 {
	height: 620px;
	float: right;
	width: 49%;
	padding-right: 20px;
}


/***************************************************************************************************
 * Lay outs : mashup
 ****************************************************************************************************/
.neo_infoscreenViewer .item.layoutType_mashup .content {
	background-color: white;
	display:flex;
	flex-flow: row wrap;
	overflow: hidden;
}
.neo_infoscreenViewer .item.layoutType_mashup .content > div {
	width:50%;
}


@media all and (min-width: 800px) {
  .content  { flex: 3 0px; }
  .textCon	 { order: 1; } 
  .imageCon  { order: 2; }
  .image2Con { order: 3; }
  .image3Con { order: 4; }
}


.item.layoutType_mashup .imageCon {
	margin-left: 50%;
	height: 49%;
	overflow: hidden;
	width: 50%;
	padding-left:15px;
}

.item.layoutType_mashup .image2Con {
	height: 51%;
	width: 49%;
	overflow: hidden;
	margin-top: 15px;
}

/*
.item.layoutType_mashup .image3Con {
	margin-left: 50%;
	padding-left:15px;
	height: 51%;
	margin-top: -28.1%;
	width:50%;
	overflow: hidden;
}
*/
.item.layoutType_mashup .image3Con {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 51%;
	width: 50%;
	padding-top: 3px;
	padding-left: 15px;
	overflow: hidden;
}


.item.layoutType_mashup .textCon {
	top: 0px;
	left: 0px;
	height: 100%;
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 80px;
	width: 49%;
	height: 49%;
}

.item.layoutType_mashup .textCon .text {
	width: 100%;
	position: relative;
	z-index: 9;
	font-size: 1.72vw;
	max-height: 265px;
	overflow: hidden;
}

/***************************************************************************************************
 * Lay outs : infoscreen meeting statusupdate
 ****************************************************************************************************/

.fr-view span.fr-emoticon.fr-emoticon-img {
	background-repeat: no-repeat !important;
	font-size: inherit;
	height: 1em;
	width: 1em;
	min-height: 20px;
	min-width: 20px;
	display: inline-block;
	margin: -.1em .1em .1em;
	line-height: 1;
	vertical-align: middle;
}

.neo_infoscreenv2Viewer .neo_infoscreen_imageWrapper {
	overflow: hidden;
	height: auto;
}

.neo_statusUpdateFeedViewer .body > .contentView {
	background-color: #F7F7F7;
	border-radius: 10px;
	padding: 8px;
}

.linklist_statusEntry {
	padding: 0 8px;
	background-color: white;
	margin-bottom: 8px;
	border-radius: 10px;
	height: 800px;
}
.linklist_statusEntry .linklist_statusBody {
	margin-top: 4px;
	padding: 0 10px;
	font-size: 14px;
	width: 45%;
	float: left;
}
.linklist_statusEntry .linklist_statusBody .linklist_content {
	margin-top: 0;
	color: #111111;
	font-size: 1.7vw;
	line-height: normal;
	margin-bottom: 20px;
	padding: 0 5px;
	word-break: break-word;
	overflow-wrap: break-word;
	position: relative;
	overflow: hidden;
	height: 480px;
}
.neo_statusUpdateFeedViewer .linklist_statusEntry .linklist_statusBody .neo_postContent p a,
.neo_statusUpdateFeedViewer .linklist_statusEntry .linklist_statusBody .linklist_content.fr-view a,
.neo_statusUpdateFeedViewer .linklist_statusEntry .linklist_statusBody .linklist_content.fr-view p a {
	color: initial;
}

.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_imagesCon.neo_imagesCon1 {
	height: 295px;
}

.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_fileicon.neo_fileicon_mp4,
.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_fileicon.neo_fileicon_png,
.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_fileicon.neo_fileicon_jpg,
.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_fileicon.neo_fileicon_gif,
.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_fileicon.neo_fileicon_docx,
.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_fileicon.neo_fileicon_pptx,
.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_fileicon.neo_fileicon_xls,
.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_fileicon.neo_fileicon_pdf {
	margin: 20px 15px;
	width: 95%;
	padding: 10px 40px;
	text-align: center;
	font-weight: bold;
}
.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_fileicon {
	margin: 20px 15px;
}

.neo_statusUpdateFeedViewer #linklist_statusHeader {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
	padding: 10px;
}

.neo_statusUpdateFeedViewer .linklist_statusEntry .linklist_statusHeader .linklist_author_photo {
	margin-right: 20px;
	width: 10%;
	float: left;
	margin-top:8px;
}
.neo_statusUpdateFeedViewer .linklist_statusEntry .linklist_statusHeader .linklist_author_photo img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	object-fit: cover;
	border: unset;
}
.neo_statusUpdateFeedViewer .linklist_statusEntry .linklist_statusHeader .linklist_author {
	font-weight: bold;
	color: #111111;
	cursor: pointer;
	font-size: 20px;
	margin-right: 20px;
	float: left;
	margin-top: 38px;
}
.neo_statusUpdateFeedViewer .linklist_statusEntry .linklist_statusHeader .linklist_date {
	margin-right: 0;
	margin-top: 39px;
	color: #9b9b9b;
	width: 21%;
	font-size: 20px;
}
.linklist_statusEntry .neo_socialFooterWrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	width: 48%;
}

.linklist_statusEntry .neo_socialFooterLeft {
	width: 100px;
	float: left;
	padding-left: 20px;
}
.linklist_statusEntry .neo_socialFooterLeft .neo_ratingWrapper {
	width: 100%;
}
.linklist_statusEntry .neo_socialFooterLeft .ratingPanel {
	position: absolute;
}

.linklist_statusEntry .neo_rating .ratingPanel .likeOnly .likeOnlyText.userNotLike {
	background-image: url("/infoscreen/img/heartlike.png");
	background-position: center;
	background-size:contain;
	background-repeat: no-repeat;
	margin-top: 1px;
	height: 40px;
	width:40px;
}
.ratingNumber {
	position: relative;
	left: 50px;
	font-size: 20px;
}
.linklist_statusEntry .neo_socialFooterLeft .neo_rating .ratingScore {
	color: inherit;
	float: right;
	padding-top: 4px;
}
.linklist_statusEntry .neo_socialFooterLeft .neo_photosCon {
	width: 150px;
	position: absolute;
	top: -6px;
	left: 0px;
}

.linklist_statusEntry .neo_socialFooterRight {
	width: 100px;
	float: left;
	padding-right:10px;
	padding-left:5px;
}
.linklist_statusEntry .neo_socialFooterRight .neo_commentCount {
	font-size: 20px;
	width: 25px;
	float: right;
	padding-top:2px;
}
.linklist_statusEntry .neo_socialFooterRight .linklist_comment_button {
	padding: 15px;
	background-image: url(/infoscreen/img/comment.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	float: left;
	margin-top: 2px;
	height: 40px;
	width: 40px;
}
.linklist_statusEntry .neo_socialFooterRight .linklist_comment_button_inner {
	display:none;
}
/* images */
.neo_statusUpdateFeedViewer .neo_imagesCon {
	margin: 0 10px;
}
.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_imagesCon.neo_imagesCon1,
.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_imagesCon.neo_imagesCon2,
.neo_statusUpdateFeedViewer .linklist_statusEntry .neo_imagesCon.neo_imagesCon3 {
	height: 520px;
	float: right;
	width: 49%;
}

.neo_statusUpdateFeedViewer .neo_imagesCon img {
	object-fit: cover;
}

.neo_statusUpdateFeedViewer .neo_imagesCon .neo_image {
	float: left;
	position: relative;
}

.neo_statusUpdateFeedViewer .neo_imagesCon1 .neo_image1 {
	width: 100%;
}

.neo_statusUpdateFeedViewer .neo_imagesCon1 .neo_image1 img {
	height: 300px;
	width: 100%;
	border-radius: 14px;
}

.neo_statusUpdateFeedViewer .neo_imagesCon2 .neo_image1 {
	width: 50%;
}

.neo_statusUpdateFeedViewer .neo_imagesCon2 .neo_image2 {
	width: 50%;
}

.neo_statusUpdateFeedViewer .neo_imagesCon2 .neo_image1 img {
	height: 300px;
	width: 100%;
	border-radius: 14px 0 0 14px;
}

.neo_statusUpdateFeedViewer .neo_imagesCon2 .neo_image2 img {
	height: 300px;
	width: 100%;
	border-radius: 0 14px 14px 0;
}

.neo_statusUpdateFeedViewer .neo_imagesCon3 .neo_image1 {
	width: calc(100% - 150px);
}

.neo_statusUpdateFeedViewer .neo_imagesCon3 .neo_image2 {
	width: 150px;
}

.neo_statusUpdateFeedViewer .neo_imagesCon3 .neo_image3 {
	width: 150px;
}


.neo_statusUpdateFeedViewer .neo_imagesCon3 .neo_image1 img {
	height: 300px;
	width: 100%;
	border-radius: 14px 0 0 14px;
}

.neo_statusUpdateFeedViewer .neo_imagesCon3 .neo_image2 img {
	height: 150px;
	width: 100%;
	border-radius: 0 14px 0 0;
}

.neo_statusUpdateFeedViewer .neo_imagesCon3 .neo_image3 img {
	height: 150px;
	width: 100%;
	border-radius: 0 0 14px 0;
}

.neo_statusUpdateFeedViewer .neo_imagesCon .neo_image .neo_moreImg {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	color: Darkgray;
	text-align: center;
	font-size: 100px;
	vertical-align: middle;
	padding-top: 36%;
	border-radius: 0 0 14px 0;
	border: 5px dotted white;
	display: none;
}



/* video */
.neo_statusUpdateFeedViewer .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.neo_statusUpdateFeedViewer .embed-container iframe,
.neo_statusUpdateFeedViewer .embed-container object,
.neo_statusUpdateFeedViewer .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.neo_statusUpdateFeedViewer .embed-container.orientation_p {
	border-radius:14px;
	max-width: 300px;
	margin:auto;
	margin-top:20px;
	height: 525px;
	width:100%;
}
.neo_statusUpdateFeedViewer .embed-container.orientation_l {
	border-radius:14px;
	margin:auto;
	width:100%;
	margin-top:20px;
}

/******************************************************
 infoscreen body text
*******************************************************/

.infoscreen_body {
	position: relative;
	bottom: 120px;
	left: 20px;
}




