#newapplayer {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	background: rgba(0, 0, 0, 0.80);
    z-index:99999;
}

/* ----- Layer Style ----- */

 #closeapplayer {
	 background: #fff none repeat scroll 0 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
    height: 30px;
    padding: 8px 8px 8px 0;
    position: absolute;
    right: -39px;
    top: 0;
    width: 31px;
}

 #closeapplayer img {
	height: 30px;
	width: 30px;
}

 .newapplayer_section {
	max-height: 380px;
	max-width: 300px;
	width: 74%;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 8px;
	z-index:999999;
	border-top-right-radius:0px;
    
}

 .newapplayer_section p {
	font-family: "myriad-pro",sans-serif;
	font-size: 25px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #2f4159;
	padding: 0;
	margin: 10px 0 0.45em 0;
	text-align: center;
}

.newapplayer_section #link {
	height: 18px;
	border-radius: 3px;
	width: 80%;
	padding: 10px;
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
	background-color: #11a8ab;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	margin: 0 auto;
}

.newapplayer_section .hero_img {
	max-width: 800px;
	max-height: 500px;
	width: 100%;
	height: 50%;
	background: url(/article/app-layer/images/app_launch.jpg) no-repeat center center;
	background-size: cover;
}

.applayertab {
	width: 100%;
	padding: 0;
	margin: 20px 0 0;
}

table.applayertab tr td {
	width: 50%;
	height: 40px;
}

table.applayertab tr td .app_store {
	background: url(/article/app-layer/images/app_store.png) no-repeat center center;
	background-size: contain;
	height: 40px;
	width: 130px;
	display: block;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}

table.applayertab tr td .google_store {
	background: url(/article/app-layer/images/google_play.png) no-repeat center center;
	background-size: contain;
	height: 40px;
	width: 130px;
	display: block;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}