
#fonticonform ul {
	list-style: none;
	clear: both;
}
#fonticonform ul li {
	float: left;
	padding: 0.5em;
	margin: 0.2em 0.4em;
	border: 1px solid #7c7c7c;
	border-radius: 2px;
}
#fonticonform ul li span {
	font-size: 240%;

	color: #434343;
	cursor: pointer;
}

#fonticonform ul li:hover {
	background: #e0e0e0 !important;
}
#fonticonform table {
	display: inline-block;
	margin: 1em 3.5em;
	width: 100%;
}
#fonticonform #icontext {
	width: 80% !important;
}

/*nav {
	display:none !important;
}*/

.video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 1em;
}

.video-container iframe, .video-container object, .video-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 97%;
}

div.mediaitem {
	border-right: 1px solid #cdcec7;
	/*min-height:330px;*/
	margin: 25px 0;
}

div.mediadata .eqheight {
	min-height:335px;
}

div.mediadata h3{
	padding-top: 0px !important;
}

div.mediaitem::before {
	background: #cdcec7 none repeat scroll 0 0;
	content: " ";
	display: block;
	height: 1px;
	position: absolute;
	top: -25px;
	width: 101%;
}

div.mediaitem:nth-child(3n) {
	border-right: medium none;
}
div.mediaitem:nth-child(3n)::before {
	width: 91%;
}
div.mediaitem:last-child::before {
	width: 95%;
}

/* T A B   C O N T E N T */

.tab-pane.fade.active {
	opacity: 1 !important;
}

.tab-pane .mediaitem .btn{
	color: #fff;
	background-color: #0076a6;
	border-color: #0076a6;
}

.th-box ul#pills-tab{
	padding-top: 1.5rem;
	padding-bottom: 0rem;
}

/* L I S T   V I E W */

.mediadata a.medialink{
	border-bottom: 0px;
	text-decoration: none;
}

/* D E T A I L   V I E W */

.singlemediaitem .btn{
	color: #fff;
	background-color: #0076a6;
	border-color: #0076a6;
}

.singlemediaitem h2{
	padding-top: 0rem;
}

ul.vimeo-legend{
	padding-bottom: 1.5rem;
}


@media (min-width: 768px) and (max-width: 992px) {
	div.mediaitem::nth-child(3n+0) {
		border-right:1px solid #cdcec7;
	}

	div.mediaitem:nth-child(2n+0) {
		border-right:none;
	}

	div.mediaitem:nth-child(3n+0):before {
		width: 101%;
	}

	div.mediaitem:nth-child(2n+0):before {
		width: 92%;
	}

	div.mediadata .eqheight{
		min-height:430px;
	}
}

div.mediaitem .description span:after,
div.singlemediaitem .description span:after {
	content:' | ';
}

div.mediaitem .description span:last-child:after,
div.singlemediaitem .description span:last-child:after { content: ""; }

.border-between > [class*='col-']:before {
	background: #cdcec7;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	width: 1px;
	top: 0;
}
.border-between > [class*='col-']:first-child:before {
	display: none;
}

.mediadata h3 span {
	color:#818181 !important;
}

.row .medialink,
.mediadata .video-container {
	display:inline-block;
	height:220px;
	background-color:#FFFFFF;
	margin-bottom:1em;
	text-align:center;
	width:100%;
	padding:0px;
}

.row.singlemediaitem a.fancybox{
	display:inline-block;
	height:166px;
	background-color:#FFFFFF;
	margin-bottom:1em;
	text-align:center;
	width:100%;
	padding:0px;
}

.vimeo-legend {
	list-style-type:none;
}

.vimeo-legend  li {
	height:25px;
}

.vimeo-legend img {
	float:left;
}
.vimeo-legend span {
	padding-left:10px;
	font-size:90%;
	display:inline-block;
	height:15px;
	line-height:15px;
	float:left;
}

.news-single .row.magnificpopup div a { background-color:#FFF !important; }


.row.magnificpopup img, .row a.medialink img {
	height: 100%; width: 100%; object-fit: contain;
}

.row a.medialink img {
	margin-bottom:0em;
}

@media (min-width: 768px) and (max-width: 992px) {
	.row.magnificpopup div a, .row a.medialink, .video-container {
		height:300px;
	}
}

@media (max-width: 768px) {
	.row.magnificpopup div a, .row a.medialink, .video-container {
		height:auto;
		object-fit: none;
	}
}