#embed {
	display: none;
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color: #000000cf;
	text-align: center;
	z-index: 999;
}
.embed_block {
	text-align: center;
	box-shadow: 0px 0px 32px black;
	display: inline-block;
	margin:auto;
	margin-top:72px;
	background-color: white;
	line-height: 0;
	

}
.embed_img, .embed_code {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.embed_img {
	width: 530px;
	text-align: left;
}
.embed_img img {
	max-width: 95vw;
}
.embed_code {
	line-height: 120%;
	text-align: right;
	padding: 12px;
	width: 460px;
}
.embed_code p {
	text-align: left;
	margin-top: 0px;
}
.embed_code textarea {
	width: 100%;
	border:0;
	border-bottom-style: solid;
	border-bottom-color:#cccccc;
	border-bottom-width: 1px;
}
.embed_code textarea:focus,.embed_code input[type="text"]:focus {
	outline:none;
    border-bottom-color: rgb(234, 85, 111);
}
#close_embed {
border: none;
    background: none;
    font-size: 14px;
    color: #717171;
    cursor: pointer;
    margin-right: 16px;	
    height: 42px;
}
#copy_embed {
    color: white;
    font-size: 16px;
    background-color: rgb(234, 85, 111);
    border: none;
    border-radius: 2px;
    font-weight: normal;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    margin-top: 1em;
    height: 42px;
}


#embed2 {
	display: none;
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color: #000000cf;
	text-align: center;
	z-index: 999;
}
.embed_block2 {
	text-align: center;
	box-shadow: 0px 0px 32px black;
	display: inline-block;
	margin:auto;
	margin-top:72px;
	background-color: #f5f5f5;
	line-height: 0;
	overflow-x:hidden;
	

}
#embed_img2, .embed_code2 {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
#embed_img2 {
	padding:12px;
	text-align: left;

}

.embed_code2 {
	line-height: 120%;
	text-align: right;
	padding: 12px;
	width: 460px;
	background-color: white;
}
.embed_code2 p {
	text-align: left;
	margin-top: 0px;
}
.embed_code2 input[type='text'] {
	border:0;
	border-bottom-style: solid;
	border-bottom-color:#cccccc;
	border-bottom-width: 1px;
	width:50px;
	text-align: right;
}
.embed_code2 textarea {
	width: 100%;
	border:0;
	border-bottom-style: solid;
	border-bottom-color:#cccccc;
	border-bottom-width: 1px;
	background-color: white;
}
.embed_code2 textarea:focus,.embed_code2 input[type='text']:focus {
	outline:none;
    border-bottom-color: rgb(234, 85, 111);
}
#close_embed2 {
border: none;
    background: none;
    font-size: 14px;
    color: #717171;
    cursor: pointer;
    margin-right: 16px;	
    height: 42px;
}
#copy_embed2 {
    color: white;
    font-size: 16px;
    background-color: rgb(234, 85, 111);
    border: none;
    border-radius: 2px;
    font-weight: normal;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    margin-top: 1em;
    height: 42px;
}

input[type='radio'] {
	margin-right: 9px;
}
input[type='radio']:after {
        width: 12px;
    height: 12px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #d1d3d1;
    }

    input[type='radio']:checked:after {
        width: 8px;
    height: 8px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: rgb(255 255 255);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 5px solid #ea556f;
    }


@media (max-width: 998px) {
	.embed_block,.embed_code {
		width:530px;
	}
	.embed_block2,.embed_code2 {
		width:530px;
	}
}
@media (max-width: 558px) {
	.embed_block,.embed_code {
		width:95%;
	}
	.embed_block2,.embed_code2 {
		width:95%;
	}
}





