.media
{
	padding: 2em 10vw;
	overflow: visible;
	margin-bottom: 5vh;
	position: relative;
	-webkit-transition: background ease .5s;
	        transition: background ease .5s;
}

.media > div
{
	overflow: hidden;
}

.media > div .jp-audio
{
	float: left;
	margin: .3em;
	height: 136px;
}

.media > div div.jp-audio div.jp-type-playlist a.jp-play, .media > div div.jp-audio div.jp-type-playlist a.jp-pause
{
	left: 18px;
}

.media > div div.jp-audio div.jp-type-playlist a.jp-stop
{
	left: 66px;
}

.media > div div.jp-audio div.jp-type-playlist a.jp-mute, .media > div div.jp-audio div.jp-type-playlist a.jp-unmute
{
	left: 256px;
}

.media > div div.jp-audio div.jp-type-playlist div.jp-progress
{
	left: 100px;
	width: 147px;
}

.media > div div.jp-audio div.jp-type-playlist div.jp-volume-bar
{
	left: 279px;
}

.media > div div.jp-audio div.jp-type-playlist div.jp-current-time, .media > div div.jp-audio div.jp-type-playlist div.jp-duration
{
	left: 101px;
	width: 143px;
}

.media > div .jp-playlist-current
{
	text-align: center;
	color: #f3b125;
}

.media > div .jp-type-playlist .jp-playlist .jp-playlist-current
{
	color: #625b48;
	font-weight: bold;
	position: relative;
}

.media > div .jp-type-playlist .jp-playlist .jp-playlist-current:before
{
	position: absolute;
	left: 20%;
	right: 20%;
	content: '';
	height: 1px;
	background: rgba(0, 0, 0, .05);
}

.media > div div.jp-audio
{
	min-width: 340px;
	width: 30%;
	background: #ecebe7;
	border: 5px solid #f3b125;
}

.media > div div.jp-audio, .media > div div.jp-audio a
{
	color: #625b48;
}

.media article
{
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	-webkit-column-gap: 1em;
	   -moz-column-gap: 1em;
	        column-gap: 1em;
}

.media article a
{
	display: inline-block;
	margin: 0 0 1em;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all ease .4s;
	        transition: all ease .4s;
}

.media article a img
{
	display: block;
	width: 100%;
	height: auto;
}

.media article.expand a:nth-of-type(n+4)
{
	max-height: 600px;
	display: inline-block;
}

.media article.expand .more
{
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg);
}

.media article.expand .more:hover
{
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.media .more
{
	background: black;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all ease .4s;
	        transition: all ease .4s;
	font-size: 5.5em;
	line-height: 35px;
	border: 4px solid white;
	color: white;
	cursor: pointer;
	display: none;
}

.media .more:hover
{
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.multimedia
{
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #222;
	position: relative;
	z-index: 3;
}

.multimedia:before, .multimedia:after
{
	position: absolute;
	content: '';
	pointer-events: none;
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 90%;
	background: inherit;
	-webkit-transform: rotate(2deg);
	    -ms-transform: rotate(2deg);
	        transform: rotate(2deg);
	-webkit-transform-origin: 100% 0;
	    -ms-transform-origin: 100% 0;
	        transform-origin: 100% 0;
}

.multimedia:before
{
	height: 50%;
	background: #000;
	-webkit-transform: rotate(3deg);
	    -ms-transform: rotate(3deg);
	        transform: rotate(3deg);
	-webkit-transform-origin: 97% 0;
	    -ms-transform-origin: 97% 0;
	        transform-origin: 97% 0;
}

.multimedia .region-multimedia
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	-webkit-transition: all ease .5s;
	        transition: all ease .5s;
}

.multimedia .region-multimedia > div.block
{
	min-width: 100%;
}

.multimedia > ul
{
	width: 80vw;
	max-width: 1500px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	        justify-content: flex-start;
	padding-left: 0;
}

.multimedia > ul li
{
	cursor: pointer;
	list-style: none;
	margin: 1em;
	padding: .5em 2em;
	display: inline-block;
	width: 120px;
	height: 70px;
	line-height: 120px;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
	font-family: 'Titillium Web';
	border: none;
	-webkit-transition: all ease .5s;
	        transition: all ease .5s;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .3);
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 30px 30px;
	border: 5px solid #f3b125;
	color: #f3b125;
}

.multimedia > ul li:hover
{
	opacity: 1;
	background-color: rgba(0, 0, 0, .5);
}

.multimedia > ul li.photos
{
	background-image: url(../images/camera1.png);
}

.multimedia > ul li.videos
{
	background-image: url(../images/video1.png);
}

.multimedia > ul li.audio
{
	background-image: url(../images/headphone1.png);
}

.multimedia > ul li:first-child
{
	margin-left: 0;
}

body .featherlight .featherlight-content
{
	background-color: transparent;
}

body .featherlight .featherlight-content .featherlight-close-icon
{
	color: white;
	background: transparent;
}

.videos article a p
{
	text-decoration: none;
	color: #f3b125;
	text-align: center;
	font-weight: bold;
}
