/* full width gallery*/

.full-width {
	width: 100%;
}
/* Set the style of the thumbnail overlay items */

.media-box-title {
	font-family: "Newtext", sans-serif;
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 28px;
}
.media-box-date {
	font-family: 'Gaslight';
	color: #ffffff;
	font-size: 12px;
}
/* Remove box shadow and border-radius from the media boxes */

.media-box-container {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
/* hide no more entries button */

.media-boxes-no-more-entries {
	display: none;
}
/* The different colors */


.black {
	background: rgba(0, 0, 0, .5);
}

.orange {
	background: rgba(244, 119, 33, .8);
}
.light-orange {
	background: rgba(234, 184, 151, .8);
}
.happy-blue {
	background: rgba(28, 160, 222, .8);
}
.green {
	background: rgba(108, 188, 53, .8);
}
.red {
	background: rgba(229, 59, 44, .8);
}
.dark-blue {
	background: rgba(59, 90, 111, .8);
}
.turquoise {
	background: rgba(0, 167, 142, .8);
}
.blue {
	background: rgba(65, 131, 196, .8);
}
.light-gray {
	background: rgba(153, 153, 153, .8);
}
.purple {
	background: rgba(141, 108, 171, .8);
}
.pink {
	background: rgba(245, 117, 108, .8);
}
.palid-green {
	background: rgba(132, 175, 162, .8);
}
.tan {
	background: rgba(165,158,106,.4);
}
