.toggle-section {
	display: flex;
	/*background-color: #f7f7f7;*/
	cursor: pointer;
	margin-top: 3em;
}

.toggle-section .icon-toggle {
	padding-left: 1em;
}

.toggle-section.open .fa.fa-chevron-right, .section-content, .bt-container.hidden {
	display: none;
}

.toggle-section.open i.fa.fa-chevron-down2 {
	transform: rotate(-90deg);
}

.section-content.opened {
	display: block;
}

h3.title-toggle {
	margin: 0;
	padding-left: 1.5em;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
}

.toggle-section i.fa {
	font-size: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.separator-vertical {
	position: relative;
	width: 1px;
	/*background: #9a9a9a;*/
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 2.5em;
}

.toggle-section .fa.fa-chevron-down2 {
	position: absolute;
	right: 0;
	margin-right: 1em;
	transition: .25s;
}

.section-content .year-box {
	margin-top: 2em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.section-content .year-box .year-text {
	font-weight: bold;
}

.section-content .line-press {
	display: flex;
	margin-top: 1em;
}

.section-content .line-press .preview_img {
	min-width: 340px;
	width: 340px;
	height: 100%;
	position: relative;
	overflow: hidden;
	max-height: 230px;
}

.section-content .line-press .preview_img .attachment-thumbnail.size-thumbnail.wp-post-image {
	width: 100%;
}

.section-content .line-press .info-box {
	margin-left: 2em;
}

.section-content .line-press .info-box .title {
	font-weight: bold;
	margin-top: .5em;
	padding: 0;
	margin-bottom: 0;
	font-family: inherit;
}

.section-content .line-press .info-box .title a {
	text-decoration: none;
}

.line-press .info-box .meta-data-box {
	padding-top: .7em;
	padding-bottom: .7em;
	font-size: 1em;
}

.line-press .info-box .meta-data-box .location-date::after {
	content: "";
	height: 1em;
	width: 1px;
	display: inline-block;
	background: #9a9a9a;
	top: .15em;
	position: relative;
	margin-left: 1em;
	margin-right: 1em;
}

.line-press .preview_img img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	width: auto;
	height: auto;
}

.line-press .info-box .box-tag .tag {
	margin-right: .5em;
	color: white;
	font-weight: lighter;
	padding: .25em 0.5em;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 300;
}

.line-press .info-box .box-tag {
	margin-bottom: .8em;
}

.line-press .info-box .intro-text {
	font-size: 1em;
}

.picture-container {
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
}

.square-picture-container {
	width: 18%;
	padding-top: 18%;
	height: auto;
	overflow: hidden;
	margin: 1%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.square-picture-container .hover-message-container {
	position: absolute;
	top: 0;
	background-color: rgba(102,100,98,.7);
	color: #fff;
	height: 100%;
	width: 100%;
	font-size: .9em;
	opacity: 0;

	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.square-picture-container:hover .hover-message-container {
	opacity: 1;
}

.square-picture-container .hover-message-container .hover-text {
	padding: 1em;
}

.square-picture-container .download-picture {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: .2em .5em;
	background-color: #666462;
	color: #fff;
}

.videos-container {
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
}

.videos-container .box-video-single {
	width: 31%;
	margin: 1.1%;
}

.box-video-single .thumbnail-container {
	height: 180px;
	overflow: hidden;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.box-video-single .thumbnail-container img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	width: auto;
	height: auto;
}

.box-video-single .play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 3em;
	margin-left: -.5em;
	margin-top: -.75em;
	color: #000;
	opacity: .6;
}

.box-video-single .text-container {
	padding-top: .5em;
}

.box-video-single .text-container .download-picture {
	float: right;
}

.section-content.picture .category-filter-container {
	text-align: center;
	margin-top: 2em;
	padding-bottom: 1em
}

.category-filter {
	padding: .2em .5em;
	margin: .5em;
	border: 1px transparent solid;
	text-decoration: none;

	-webkit-transition: border .2s ease-in-out;
	-moz-transition: border .2s ease-in-out;
	-ms-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.category-filter.active, .category-filter:hover {
	border: 1px #303030 solid;
}

.bt-container {
	text-align: center;
}

.loadmore-bt {
	margin-top: 3em;
}

.container-overlay-video {
	position: fixed!important;
	top: 0;
	left: 0;
	margin: 0!important;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 10000;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.container-overlay-video.visible {
	visibility: visible;
	opacity: 1;
}

.container-overlay-video .mask-overlay {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.4);
}

.container-overlay-video .overlay-video-content {
	width: 640px;
	height: 360px;
	background: #0000001a;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -320px;
	margin-top: -160px;
}

.container-overlay-video .close-overlay {
	position: absolute;
	z-index: 11;
	left: 100%;
	top: 0;
	margin-top: -14px;
	margin-left: -14px;
	font-size: 19px;
	color: #474747;
	background: #fff;
	padding: 2px 5px;
	border-radius: 100%;
	cursor: pointer;
}

@media (max-width: 640px) {

	.section-content .line-press .preview_img {
		min-width: 100%;
		width: 100%;
		height: 12em;
	}
	.section-content .line-press {
		display: block;
	}
	.section-content .line-press .info-box {
		margin-left: 0;
	}

	.container-overlay-video .overlay-video-content {
		width: 90%;
		left: 5%;
		top: 0;
		margin-top: 100px;
		margin-left: 0;
		height: auto;
	}

}

@media (max-width: 768px) {

	.videos-container .box-video-single {
		width: 48%;
		margin: 1%;
	}

	.square-picture-container {
		width: 48%;
		padding-top: 48%;
	}

}

@media (max-width: 480px) {

	.videos-container .box-video-single {
		width: 98%;
		margin: 1%;
	}

}

@media (max-width: 570px) {

	.toggle-section .fa.fa-chevron-down2 {
		padding: 0;
		line-height: 41px;
		height: 40px;
		font-size: 30px;
		right: 18px;
		margin: auto;
		top: 0;
		bottom: 0;
	}

	.separator-vertical {
		display: none;
	}

	h3.title-toggle {
		padding-top: 18px;
		padding-left: 18px;
		padding-bottom: 18px;
		padding-right: 50px;
		width: 100%;
	}

	.toggle-section .icon-toggle {
		display: none;
	}

	span.location-date {
		font-size: 13px;
	}

}
