@charset "utf-8";
/* CSS Document */

#imagegallery {
    text-align: center;
	position: relative;
}
#imagegallery .os-grid{
	position: relative;
}
#imagegallery h5 {
    padding: 1em 0;
    text-transform: uppercase;
}
#imagegallery .os.image{
	box-shadow: none;
	background-color: transparent;
}
#imagegallery .share,
#imagegallery .video h3{
	text-align: left;
	padding: .5em 0;
}
#imagegallery .video iframe{
	max-width: 100%;
}
#imagegallery .more_video > div{
	border-left: solid 1px #d0d0d0;
	padding-left: 0;
	margin-top: 1em;
}
#imagegallery .more_video h5 {
    text-align: left;
    padding-left: 1em;
	padding-top: 0;
}
#imagegallery .more_video h4 {
    padding-top: 0;
    text-align: left;
    padding-left: 1em;
}
#imagegallery .more_video .item:nth-child(even) {
    background: #d0d0d0;
}
#imagegallery .more_video .item.active {
    color: #fff;
    background: #0b71a1;
    border: solid 1px #073d63;
}
#imagegallery .more_video .item.active h5 {
    color: #fff;
    margin: 0;
    padding-bottom: 0;
}
#imagegallery .more_video .item.active p {
    color: #fff;
	text-align: left;
	font-style: italic;
	font-weight: 300;
	padding-left: 1em;
}