#pm_featurebox{
	max-width: 960px; 
	background-color: #bcd43f;
	margin:20px 0px;	
}
#pm_featurebox h1{
    margin: 0px;
    padding:0px;
    line-height:0px;
}
.pm_clear{
    clear: both;
    line-height: 0px;
}  
#pm_content_wrap {
	width:65%;
	height:280px;
	margin-left:50px;
	padding:1px;
}

#pm_h1_div {
	margin-bottom: 15px;
    margin-top: 20px;
}

h1#pm_h1 {
	font-family: 'Titillium Web'; 
	font-size: 26px; 
	font-weight: normal; 
	color: #14445e;
	line-height:35px;
}

#pm_description_div {
	margin-top:0px;
	padding:0px;
}

.pm_description {
	font-family: 'Open Sans'; 
	font-size: 14px; 
	color: #596225;
	line-height:24px;
	height:195px; 
	overflow:hidden;
	font-weight:normal;
}
.pm_description ul {
	margin:0px;
}
.pm_description li {
	display:block;
	padding: 5px;
	line-height: 20px;
}

#pm_subscribe_wrap {
	width: 100%; 
	height: 100px; 
	background-color: #2d2d2d;
	position:relative;
}
#pm_send{
	float:left;
	margin-left:30px;
	position:relative;
}
#pm_input{
	font-family: 'Open Sans'; 
	font-size: 14px; 
	color: #7e7d7d;
	width: 311px; 
	padding:10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	background-color: #fff;
	border:none;
}

#pm_button_div {
	position:relative;
	float:left;
	width:225px;
	margin-left:25px;
}

input[type="button"].pm_default_btn{
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	background-color: #fff; 
	-webkit-box-shadow: inset 0 1px #feb388; 
	-moz-box-shadow: inset 0 1px #feb388; 
	box-shadow: inset 0 1px #feb388; 
	background-image: -webkit-linear-gradient(bottom, #ee4f2f, #f17530); 
	background-image: -moz-linear-gradient(bottom, #ee4f2f, #f17530); 
	background-image: -o-linear-gradient(bottom, #ee4f2f, #f17530); 
	background-image: -ms-linear-gradient(bottom, #ee4f2f, #f17530); 
	background-image: linear-gradient(to top, #ee4f2f, #f17530); 
	text-decoration:none;
	font-family: 'Open Sans'; 
	font-size: 19px; 
	font-weight: bold; 
	color: #fff; 
	text-shadow: 0 1px #942d18;
	border:0px;
	padding:6px 41px;
	cursor:pointer;
}

input[type="button"].pm_default_btn:hover {
	background:#fb7634;
}

#pm_image{
	background:url("images/template5.png") no-repeat scroll 0 0 / cover;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	width:215px;
	height:350px;
	position:absolute;
	z-index:10;
	right:30px;
	bottom:0px;
	right:50px;
}

#pm_sub_inner {
	padding:25px;
}
    


/* iPads (portrait and landscape) ----#################################################################------ */
@media only screen and (min-width : 768px) and (max-width : 1023px) { 

#pm_featurebox {
 	max-width: 750px !important;
}
#pm_input {
   	padding: 10px !important;
    width: 206px !important;
}

#pm_button_div {
    width: 200px !important;
}
input.pm_default_btn[type="button"] {
    padding: 6px 11px !important;
}
#pm_image {
   	height: 315px !important;
   	right: 30px !important;
    width: 200px !important;
}

}
/* Small Tablets (portrait and landscape) ------###################################################---------- */
@media only screen and (min-width : 480px) and (max-width : 767px) {

#pm_featurebox {
	max-width: 460px !important;
}
#pm_content_wrap {
    height: 475px !important;
    width: 90% !important;
    margin: auto !important;
}
h1#pm_h1{
    font-size: 24px !important;
   	line-height: 34px !important;
}

.pm_description {
    
    font-size: 13px !important;
    font-weight: normal !important;
    height: 360px !important;
    line-height: 19px !important;
   
}
.pm_description ul {
    margin: 0 !important;
    padding: 0 0 0 20px !important;
}
.pm_description li {
    display: block !important;
    padding: 5px !important;
    line-height: 18px; !important;
}


#pm_sub_inner {
    padding: 34px 10px 10px 34px !important;
    text-align: center !important;
    width: auto !important;
}

#pm_send {
    margin: auto !important;
    width: auto !important;
}
#pm_input {
    font-size: 12px !important;
    padding: 7px !important;
    width: 200px !important;
}

#pm_button_div {
    margin: auto !important;
    width: auto !important;
	margin-left: 10px !important;
}
input.pm_default_btn[type="button"] {
	font-size: 12px !important;
    padding: 7px 20px !important;
}
#pm_image {
 
   	height: 227px !important;
    right: 35% !important;
    top: -227px !important;
    width: 147px !important;
}

}


/* Smartphones (portrait and landscape) -----###################################################------ */
@media only screen and (min-width : 320px) and (max-width : 479px) { 

#pm_featurebox {
    max-width: 300px !important;
    width: 100% !important;
}

#pm_content_wrap {
	height: 480px !important;
	margin: auto !important;
    width: 90% !important;
}
#pm_h1_div {
    padding-top: 15px !important;
}
h1#pm_h1 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.pm_description {
    font-size: 13px !important;
    font-weight: normal !important;
    height: 360px !important;
    line-height: 19px !important;
   
}
.pm_description ul {
    margin: 0 !important;
    padding: 0 0 0 20px !important;
}
.pm_description li {
    display: block !important;
    padding: 5px 0 !important;
}

#pm_sub_inner {
    padding: 15px !important;
    text-align: center !important;
}

#pm_send {
    float: none !important;
    margin: auto !important;
}
#pm_input {
    font-size: 12px !important;
    padding: 7px !important;
    width: 200px !important;
}

#pm_button_div {
    float: none !important;
    margin:  10px auto auto !important;
    width: 100% !important;
}
input.pm_default_btn[type="button"] {
     font-size: 12px !important;
     padding: 7px 20px !important;
}
#pm_image {
   	height: 236px !important;
   	right: 85px !important;
    top: -236px !important;
    width: 150px !important;
}

}

@media only screen and (min-width : 240px) and (max-width: 319px){

#pm_featurebox {
   max-width: 220px !important;
}
#pm_content_wrap {
    height: 435px !important;
    margin: auto !important;
    width: 90% !important;
}

h1#pm_h1 {
  	font-size: 20px !important;
    line-height: 22px !important;
}
.pm_description {
    font-size: 12px !important;
   	line-height: 15px !important;
   	height: 160px !important;
}
.pm_description ul {
    margin: 0;
    padding: 0 0 0 10px;
}
.pm_description li {
    display: block;
    padding: 5px 0 !important;
    line-height: 16px !important;
}


#pm_sub_inner {
     padding-top: 15px !important;
     text-align: center !important;
}


#pm_send {
    float: none !important;
    margin: auto !important;
 }
#pm_input {
    font-size: 12px !important;
    padding: 7px !important;
    width: 165px !important;
}

#pm_button_div {
    float: none !important;
    font-size: 12px !important;
    margin:  10px auto auto !important;
    width: 100% !important;
}
input.pm_default_btn[type="button"] {
    font-size: 12px !important;
    padding: 7px 20px !important;
}

#pm_image {
    bottom: 100px !important;
    height: 166px !important;
   	right: 56px !important;
    width: 105px !important;
    top: -166px !important;
}

}

