.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 860px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(47, 59, 72, 0.96);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fff;
	background: #FFF;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	position: relative;
}

.homePopup .md-content {
	width: 560px;
}

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.md-close {
	position: absolute;
	top: 10px;
	right: -20px;
}

.popupHead {
	height: 130px;
}

.popupLeft {
	float: left;
	width: 370px;
}

.popupLeft img {
	width: 100%;
	height: auto;
}

.popupRight {
	margin-left: 370px;
	text-align: center;
}

.kindBg {
	background: #92c12d;
	width: 100%;
	padding: 80px 0;
	margin-bottom: 27px;
}

.kindTxt {
	font-family: 'Avenir-Medium';
	font-size: 24px;
	color: #FFF;
	line-height: 28px;
	padding: 0 40px;
}

h1.popupTitle {
	font-family: 'aleoregular';
	font-size: 24px;
	line-height: 28px;
	color: #4d6178;
	text-align: center;
	padding-top: 40px;
}

h1.popupTitle span {
	font-family: 'aleobolditalic';
	font-size: 28px;
}

.popupRightKind {
	background: #eef1f5;
}

.popupRight h1 {
    font-family: 'Avenir-Book';
	font-size: 16px;
	color: #999999;
	padding: 15px 0;
}

.popupRight h2 {
    font-family: 'aleolight';
	font-size: 24px;
	color: #4d6178;
	padding: 20px 0 30px;
}

.popupRight h2 span {
    font-family: 'aleoregular';
}

.popupRight a {
	display: block;
}

.twitShareLnk {
	padding: 0 0 15px 0;
}

.regFrm .md-content {
	background: none;
	width: 480px;
}

.regFrm .md-content h1 {
    font-family: 'aleolight';
	font-size: 36px;
	color: #FFF;
	text-align: center;
	padding-bottom: 37px;
}

.regFrm .md-content h1 span {
    font-family: 'aleoregular';
}

.regFrmTxt {
    font-family: 'Avenir-Medium';
	font-size: 26px;
	color: #9098a0;
	background: #FFF;
	border: 1px solid #c5cbd1;
	width: 94%;
	margin: 0 auto 20px;
	padding: 20px 0 10px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.popupBtnLeft {
	float: left;
	width: 149px;
	text-align: center;
}

.popupClose {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.40);
	text-decoration: underline;
	line-height: 55px;
}

.popupClose:hover {
	color: rgba(255, 255, 255, 0.40);
	text-decoration: none;
}

.popupBtnRight {
	margin-left: 149px;
}

.popupNotifyBtn, .popupNotifyBtn:hover {
    font-family: 'aleoregular';
	font-size: 24px;
	color: #FFf;
	background: #00b2ed;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.confirm .md-content {
	background: none;
	width: 530px;
	text-align: center;
}

.confirm h1 {
	font-family: 'aleolight';
	font-size: 40px;
	color: #FFF;
	text-align: center;
	padding: 40px 0 19px;
}

.confirm h1 span {
    font-family: 'aleoregular';
}

.confirm h2 {
    font-family: 'Avenir-Book';
	font-size: 22px;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	padding-bottom: 30px;
}