.popup {
	position: absolute;
	width: 90%;
	max-width: 1000px;
	left: 50%;
	transform: translateX(-50%);
	transform-origin:0% 0%;
/* 	top: 50%; */
 	bottom: 12px;
	background-color: rgba(255,255,255,0.90);
	box-sizing: border-box;
	padding: 32px 32px 24px 32px;
	visibility: hidden;
	opacity:0;	
	z-index: 50;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.85);
	border-radius: 16px;
	border: 6px solid #FF006D;
	color: #444;
	font-size:18px;
	
	display:none;
	 
}

::-moz-selection {
  color: #fff;
  background: #FF006D;
}

::selection {
  color: #fff;
  background: #FF006D;
}

.popup_active {
	visibility: visible;
	opacity:1;
	display:block;
}

/* .popup_intro {
	background-color:transparent;
	border:0;
	padding:0 32px;
	box-shadow:none;
	background-image:url(assets/popup/content.png);
	background-position:left bottom;
	background-repeat:repeat-y;
	background-size:contain;
	border-radius:0;
	margin-top:34px;
	margin-bottom:115px;
}

.popup_intro:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	padding-bottom: 3.4%;
	transform:translateY(-99.5%);
	background-image:url(assets/popup/header.png);
	background-size:100% 100%;
	background-repeat:no-repeat;	
}

.popup_intro:after {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0;
	padding-bottom:10.74%;
	transform:translateY(99%);
	background-image:url(assets/popup/footer.png);
	background-size:100% 100%;
	background-repeat:no-repeat;	
	background-position:left top;	
}
 */

.popup p,
.popup li {
	font-weight:300;
}
.popup__view {
	width:100%;
	max-width:300px;
	margin-right:16px;
	margin-bottom:8px;
	float:left;	
	position:relative;
}
.popup__picture {
	position:relative;
	display:block;
}

.popup__picture:after {
  box-shadow: inset 0 0 3px 0px rgba(0,0,0,.3);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup__title {
	font-weight:400;
	font-size:1.2em;
}

.popup__picture:before {
	position: absolute;
	bottom: 4px;
	right: 8px;
	user-select: none;
	text-align:right;
	content:attr(data-caption);
	color:#888;
	font-size:0.8em;
}
.popup__picture_white:before {
	color:#fff;
}
.popup__picture_bk:before {
	color:#000;
}

.popup__text_bk {
	color:#000;
}

.popup__picture:before:empty {
	margin-top:0;
}

.popup__video {
	max-width:512px;
	margin:12px auto;
}

.popup__item {
	display:none;
}

.popup__item_active {
	display:block;
}
.popup__item_intro {
	text-align:center;
}
@media screen and (min-width:1000px){

.popup__item_mem p,
.popup__item_time p,
.popup__item_simpson p,
.popup__item_south-park p {
	padding-left:316px;
}
}

.popup__item img {
	width:100%;
	vertical-align:top;
}

.popup__close {
	position:absolute;
	right:16px;
	top:16px;
	width:24px;
	height:24px;
	
	background-image:url(assets/popup/close.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}

.popup__close:hover {
	cursor:pointer;
}

.popup p:last-child {
	margin-bottom:0;
}

.popup__action {
	text-align:center;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.popup {		
		font-size:16px;
	}	
	.popup__view {
		width:300px;
		max-width:50%;
	}
	
}

@media screen and (max-width:480px){
	.popup {		
		font-size:14px;
		padding:0 16px;
	}	
	.popup__view {
		width:100%;
		max-width:100%;
	}
	.popup__item {
		padding:16px 0;
	}
	.popup__item img {
	}
}
