#my_closure_popups{
	position: relative;
	background: #FFF;
	width: auto;
	margin: 20px auto;
	max-width: 908px;
	box-sizing:border-box;
}

.my_closure_popups_body{
	box-sizing:border-box;
	width:100%;
	display:flex;
	flex-wrap: wrap;
}

.my_closure_popups_body_full{
		width:100%;
	box-sizing:border-box;
}

.my_closure_popups_body_left{
	width:50%;
	box-sizing:border-box;
	padding-right:21px;
}

.my_closure_popups_body_right{
	width:50%;
	box-sizing:border-box;
	padding-left:21px;
}

.my_hidden_dev{
	display:none !important;
}

.my_closure_popups_header_logo img{
	width:150px;
}

.my_closure_popups_header_logo{
	padding-bottom:29px;
}

.my_closure_popups_header{
	background-color:#F2F2F2;
	padding:40px 54px;
	box-sizing:border-box;
	font-family: 'centuryGothic', serif !important;
	font-size:21px !important;
}



.my_closure_popups_body{
	padding:40px 54px 54px;
	box-sizing:border-box;
	font-size:21px;
}

.my_closure_popups_body a{
	font-family: 'centuryGothic', serif !important;
	color:#212529 !important;
}

#my_closure_popups .mfp-close{
	display:none !important;
}

#my_closure_popups_inner{
	position:relative;
}

.my_closure_popups_close_btn{
	position:absolute;
	right:17px;
	top:17px;
	cursor: pointer;
}

.my_closure_popups_close_btn img{
	width:20px;
}

.my_closure_popups_body a.my_close_button{
	margin:0 auto;
	color:#fff !important;
}

.show_in_mobile{
	display:none;
}


.my_closure_popups_header_text{
	max-width:100%;
}

.home .mfp-wrap{
	z-index:99999 !important;
}

.home .mfp-bg{
	z-index:99998 !important;
	    background: #000 !important;
    opacity: 0.5 !important;
}

.my_closure_popups_header p,.my_closure_popups_body p{
	font-size:13px !important;
	line-height:1.3 !important;
	margin-bottom:15px !important;
}

.my_closure_popups_body ul, .my_closure_popups_body a{
	font-size:13px;
	line-height:1.3 !important;
}

.my_closure_popups_body a{
	color:#00b0ca !important;
	 text-decoration: underline;
}


.my_closure_popups_body ul{
	padding-left:15px;
}

.my_closure_popups_body ul li{
	margin-bottom:15px;
}

@media (max-width: 767px) {
	.my_closure_popups_body_left {
		width: 100%;
		padding:0;
	}

	.my_closure_popups_body_right {
		width: 100%;
		padding:0;
	}

	.my_closure_popups_body {
		padding: 20px 24px 24px;
		/*font-size:19px;*/
	}

	.my_closure_popups_header{
		padding:40px 24px 20px;
		/*font-size:19px;*/
	}

	.show_in_mobile{
		display:block;
	}
}