.subsmodalback {
	background-color: #f0f0f0;
	color: #000000;
	border-radius: 12px;
	width:490px;
	overflow: hidden;
}

.subs_popinst_close {
    text-align: right;
    padding: 8px 10px 0px;
    float: right;
    line-height: 14px;
}
.subsmodaltitle {
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	margin-top: 32px;
}
.subsmodaloffer {
	margin-top: 8px;
	font-size: 20px;
	text-align: center;
}
.subsmodalcover {
	height: 250px;
	text-align: center;
}
.subsmodalcover img {
	height:230px;
	margin-top: 15px;
	box-shadow: 2px 2px 3px #999999;
}
.subsmodalbtnarea {
	text-align: center;
	background-color: #e6e6e6;
	height:80px;
	padding-top: 5px;
}
.subsmodalbtn {
	width:240px;
	margin: 0 auto;
	padding: 8px 10px;
	background-color:#c52127;
	border-radius: 4px;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
}
.subsmodalbtn a {
	color: #ffffff;
	font-size: 20px;
}

.subsmodaltriangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-top: 35px solid #f0f0f0;
}
.subsmodaltriangle-container {
    height: 50px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    background-color: #e6e6e6;

}

/* Smartphones (portrait) ----------- */
@media (max-width : 491px) {

	.subsmodalback {
		width:312px;
	}
	.subsmodaltitle {
		font-size:19px;
	}
	.subsmodaloffer {
		font-size:16px;
	}
	.subsmodaltriangle {
    	border-left: 140px solid transparent;
		border-right: 140px solid transparent;
	}
}