/* =============================================
bottom-popup css start here 
=============================================*/
.bottom_close_icon {
	float: right;
	font-size: 20px;
	padding: 5px;
	position: relative;
	right: -40px;
	cursor: pointer;
}

.bottom-popup {
	background: #bae5ec;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}

.bottom-popup .download_free {
	width: 287px;
	position: relative;
	float: left;
	margin-right: 28px;
	margin-top: -89px;
}

.bottom-popup .download_free .male_img {
	position: absolute;
	left: 11px;
}

.bottom-popup .download_free .board_banner {
	background: #00ADC2;
	color: #fff;
	font-family: 'BigNoodleTitling';
	font-size: 48px;
	display: block;
	font-weight: normal;
	line-height: 46px;
	text-transform: uppercase;
	padding: 18px 0 18px 113px;
	border-radius: 10px;
}

.bottom-popup .motivate_sec {
	display: block;
	width: 70%;
	float: left;
}

.motivate_sec .logo_bottom {
	float: left;
	margin-right: 20px;
}

.motivate_sec .logo_bottom img {
	width: 100%;
	max-width: 123px;
}

.motivate_sec .text_div {
	float: left;
	color: #4eb5bc;
	font-family: 'BigNoodleTitling';
	font-size: 26px;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	width: 50%;
	line-height: 30px;
	border-left: solid 2px #159c9f;
	padding-left: 20px;
	margin-top: 14px;
}

.motivate_sec button.download-button {
	background: #00ADC2;
	font-family: 'BigNoodleTitling';
	color: #fff;
	font-size: 36px;
	width: 227px;
	border-radius: 3px;
	text-transform: uppercase;

	-webkit-box-shadow: -4px 6px 9px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -4px 6px 9px -1px rgba(0, 0, 0, 0.75);
	box-shadow: -4px 6px 9px -1px rgba(0, 0, 0, 0.75);

	padding: 0;
	line-height: 55px;
	float: right;
	margin-top: 14px;

}