@CHARSET "UTF-8";
 .popupInstance {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(51, 51, 51, 0.6);
	display: flex;
}
 .popupInstance .catcher {
}
 .btwidget_container {
	margin: auto;
	background-color: white;
	padding-bottom: 20px;
}
 .btwidget_header {
	color: #034a94;
	font-family: Arial,sans-serif;
	font-weight: bolder;
	font-size: 30px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
 .btwidget_heading {
	color: #034a94;
	font-family: Raleway,sans-serif;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5rem;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
 .closeButton {
	font-size: 30px;
	cursor:pointer;
}
 .btwidget_content {
	font-family: 'Encode Sans',sans-serif;
	color: #000;
	font-size: 1rem;
	line-height: 1.6rem;
	margin: 0px 10px 0px 10px;
}
 .submitBtn input {
	zoom: 1;
	background: 0;
	font-size: 16px;
	border: 0;
	color: #fff;
	cursor: pointer;
}
 .submitBtn input, .submitBtn a {
	padding: 11px 23px 6px 10px;
	height: 40px;
	z-index: 2;
	position: relative;
	cursor: pointer;
}
 .submitBtn {
	display: inline-block;
	background: transparent;
	border: 0;
	font-size: 12px;
	color: #FFF;
	background-color: #0056a1;
	text-align: left;
	min-height: 22px;
	position: relative;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
	cursor: pointer;
}
 .submitBtn > i.submitIcon, .submitBtn > i.flightIcon {
	background-position: -5px -5px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: -20px;
}
 .submitBtn > .submitIcon {
	background-image: url('../images/submit.png');
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
 .btwidget_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #1A2E5A;
	text-align: center;
}
 .btwidget_footer {
	background-color: #ccc;
	color: #000;
	margin-top: 10px;
	padding: 2px 5px 2px 5px;
	font-family: "Arial";
	font-size: 8pt;
	text-align: right;
}
 .btwidget_footer a {
	color: #000;
}
/* size of each button */
 .bt_bizTweet {
	height: auto;
	max-height: 24px !important;
	cursor: pointer;
}
 .bt_twitter_img {
	width: 24px;
}
 .bt_facebook_img {
	width: 24px;
}
 .bt_mme_url {
	width: 24px;
}
 .bt_twitter_img {
	width: 18px;
}
 .bt_wechat_img {
	width: 24px;
}
 .bt_viber_img {
	width: 24px;
}
 .wc_img {
	width: 100px;
	height: 100px;
	float: right;
	margin-right: 10%;
}
 .vr_qr_img {
	text-align: center;
}
 @media only screen and (max-width: 900px) {
	.btwidget_container {
		width: 90%;
		overflow: scroll;
    	max-height: 98vh;
	}

}
 @media only screen and (max-width: 40em) {
	.bt_bizTweet {
		margin-right: 20px;
	}
}
 @media only screen and (min-width: 901px) {
	.btwidget_container {
		width: 500px;
		max-width: 90%;
		border: 1px solid #ccc;
		margin-top: 0px 15px 0px 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(119,119,119,1);
		-moz-box-shadow: 5px 5px 5px 0px rgba(119,119,119,1);
		box-shadow: 5px 5px 5px 0px rgba(119,119,119,1);
	}
	.messenger .btwidget_container {
		width: 400px;
	}
	.btwidget_footer {
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
}
