.press_header {
  margin: 0 auto;
  max-width: 1145px;
  height: 370px;
  background: rgba(0, 0, 0, 0) url("../images/prism-x1.png") no-repeat scroll 500px center;
}

.press_header_text {
  padding: 40px 0 0 40px;
}
.press_room{
  margin: 0 auto;
  max-width: 800px;
}

.press_menu {
  display: inline-block;
  width:155px;
  padding: 0 0 0 40px;
}

.press_menu.years_only .press_year {
 margin: 0 0 10px; 
}

.press_menu.years_only .press_year.current_year {
 display: inline-block;
}

.press_content {
	display: inline-block;
  vertical-align: top;
  width: calc(100% - 160px);
}

.press_year {
  font: 20px/40px rennerbold,helvetica,arial,sans-serif !important;
  color:#ff2676;
  display: block;
}

.press_year.current_year {
  font: 28px rennerbold,helvetica,arial,sans-serif !important;
  border-bottom: 2px solid;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.press_months > ul {
  list-style: outside none none;
  line-height: 40px;
  padding: 0 0 0 14px;
}

.press_month.current_month{
  color:#ff2676;
}

.press_month {
  color: #888a90;
  font-size:14px !important;
}

.press_item {
  display:inline-block;
  max-width: 816px;
  margin: 0 0 30px 100px;
}

.press_item_icon {
  height: 40px;
  width:32px;
  background: url("../images/pdf-x1.png") no-repeat 0 0;
  float: left;
	margin: 0 20px 20px 0;
}

.press_item_title {
  font: 18px/24px sourcesansprosemibold,helvetica,arial,sans-serif;
  margin: 0 0 5px;
  padding: 0 0 0 52px;
}

.press_item_source {
  font: 14px/18px sourcesansprolight,helvetica,arial,sans-serif;
  color: #919191;
  padding: 0 0 0 52px;
}

.press_icon_bottom {
  margin: 50px auto;
  display: block;
  width: 30px;
}
.press_buttons{
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.press_buttons a {
	border-radius: 12px;
  display: inline-block;
  line-height: 20px;
	margin: 15px 10px 0 0;
  padding: 2px 10px;
  font: 16px rennerbold,helvetica,arial,sans-serif;
}

.press_buttons a.active {
  background: #ff2676;
  color: #fff;
  
}
.press_folders_and_logotypes {
  max-width:750px;
  margin: 0 auto;
  display: flex;
}

.press_folders {
  vertical-align: top;
  -ms-flex: 3 0 0px;
  flex: 3 0 0;
}

.press_logotypes {
  float: right;
  vertical-align: top;
}

.press_gallery {
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
  height: 220px;
  width: 440px;
	display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.press_gallery a {
  position: relative;
  -ms-flex: 1 0 110px;
  flex: 1 0 110px;
  height: 110px;
  overflow: hidden;
  transform: inherit;
  transition: transform .3s ease;
}

.press_gallery a:hover .downloadable {
  opacity: 1;
	background: rgba(0, 0, 0, .54);
  transition: opacity .3s ease;
}
.press_gallery a:hover .downloadable:before {
	content: '\e94b';
  font-family: 'qwomcenter';
  color: white;
font-size: 1.5rem;
text-align: center;
margin-left: calc(50% - .75rem);
line-height: 110px;
}

.press_gallery .downloadable {
  opacity: 0;
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: none;
  transition: opacity .3s ease;
}

.press_gallery a:hover .preview {
  transform: scale(1.2);
  transition: transform .3s ease;
}

.id_9428 span, .id_9425 span, .id_9422 span, .id_9431 span, .id_9403 span, .id_9423 span, .id_9426 span, .id_9429 span {
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.press_folders a, .press_logotypes a {
  color: #ff4589;
  font: 16px/36px sourcesansprosemibold,helvetica,arial,sans-serif;
}

.press_folders a:hover, .press_logotypes a:hover {
	color:#ed1776;
}


.press_folders ul, .press_logotypes ul {
  padding: 0 0 0 30px;
}

.press_contact_item {
	width: 330px;
  margin: 0 auto;
  line-height: 24px;
}

.press_contact_item_desc {
  display: inline-block;
	vertical-align: middle;
}

.press_contact_item_icon2 {
	display: inline-block;
  font-size: 55px;
  margin: 25px 30px 25px 0;
}

.press_contact_item_name {
  font: 18px sourcesansprosemibold,helvetica,arial,sans-serif;
  color:#ff2676;
}

.press_contact_item_name a {
  color:#ff2676;
}

.press_contact_item_office {
	font: 16px sourcesansprolight,helvetica,arial,sans-serif;
}

.press_contact_item_tel {
  margin: 5px 0;
  color: #919191;
  font: 16px sourcesansprolight,helvetica,arial,sans-serif;
}

.press_contact_item_mail {
	font: 14px sourcesansprosemibold,helvetica,arial,sans-serif;
}

.press_nb {
  max-width: 500px;
  font: 12px/18px sourcesansprolight,helvetica,arial,sans-serif;
  color: #919191;
  margin: 50px auto;
  text-align: center;
}

.press_item,
.press_months {
  display: none;
}

.press_months.current_months {
  display: block;
}

.press_year, .press_month {
  cursor: pointer;
  font-weight: bold;
}

.press_gallery__copyright {
  max-width: 750px;
  margin: 8px auto 0;
  text-align: right;
  font-size: 12px;
  color: rgb(122, 124, 128);
}