#pm_featurebox, #subscription_box {
/*	background: url("../images/large.jpg") no-repeat; */
	position: relative;
	font-family: 'Droid Serif', serif;
	font-size: 11px !important;
}

.pm_clear {
	clear:both;
	line-height:0px;
	margin:0px;
	padding:0px;
}

#subscription_box {
	font-family: 'Open Sans', sans-serif;
}

#pm_image {
	background: url("images/temp2.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

#template_content {
	padding-top: 5%;
	padding-bottom: 5%;
}

#template_content ul{
	padding: 0;
	margin: 0;
}

h1#pm_h1 {
	text-align: left !important;
	margin: 0px !important;
	color: #fff;
	font-size: 2.6em !important;
    font-weight: bold !important;
    line-height: 40px !important;
	margin-bottom: 10px !important;
}

#template_content ul li {
	color: white;
	background: url("images/check.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    list-style: none outside none;    
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 1.2em;
}

#subscription_box {
	background-color: #CB6547;
	padding-top: 0.6%;
	padding-bottom: 0.6%;
}


#subscription_container #subscription_box {
	padding: 0;
}

#subscription_container {
	padding-left: 30px;
	padding-right: 30px;
}

#subscription_container form {
	float:right;
	margin-bottom: 17px !important;
}

#subscription_container h2 {
	float: left !important;
	color: #ffffff;
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin:0 !important;
	line-height:64px !important;
}

#pm_send, #pm_button_div {
	float: left;
	padding-top:10px;
	padding-left:12px;
}

#pm_send input[type="text"] {
	color: #838485 !important;
	display: inline-block !important;
	width: 200px !important;
	padding: 10px !important;
/*	margin-top: 8px !important;
	margin-bottom: 8px !important; */
	font-size: 1.2em !important;
	border: 1px solid #D7D8D9 !important;
	margin-left: 10px !important; 
}

input[type="button"].pm_default_btn {
	background: #FFD859 !important;
	text-transform: uppercase !important;
    color: #545454 !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
	padding:10px !important;
/*    margin-top: 8px !important;
	margin-bottom: 8px !important; */
    border: 0 !important;
}

input[type="button"].pm_default_btn:hover {
	cursor: pointer;
	background: #CACA4D !important;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 784px) and (max-width : 1039px) {
	#pm_featurebox, #subscription_box {
    	font-size: 11px !important; 
	}

	#subscription_container {
		width: auto !important;
	}

	#subscription_container form {
		margin-bottom: 20px !important;
	}
}

/* Small Tablets (portrait and landscape) ----------- */
@media only screen and (min-width : 496px) and (max-width : 783px) {


	#pm_featurebox, #subscription_box {
    	font-size: 10px !important; 
	}

	#subscription_container {
		width: auto !important;
	}

	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 336px) and (max-width : 495px) { 
	#pm_featurebox, #subscription_box {
    	font-size: 10px !important; 
	}

	#subscription_container input[type="text"] {
		margin-bottom: 10px;
	}

	#template_content ul li {
		line-height: 20px;
	}

	h1#pm_h1 {
		line-height: 28px !important;
	}

	input[type="button"].pm_default_btn {
		margin-bottom: 10px !important;
	}	
}

@media only screen and (min-width : 240px) and (max-width: 335px) {
	#pm_featurebox, #subscription_box {
    	font-size: 9px !important; 
	}

	#subscription_container input[type="text"] {
		margin-bottom: 10px;
	}

	#template_content ul li {
		line-height: 20px;
	}

	h1#pm_h1 {
		line-height: 28px !important;
	}

	input[type="button"].pm_default_btn {
		margin-bottom: 10px !important;
	}
}