/* Default CSS */
#pm_featurebox{
	width: 960px; 
	height: 120px; 
	background-color: #e07851;
    margin: 20px auto;
    position:relative;
    display:block;
}

#pm_featurebox h1{
    margin: 0px;
    padding:0px;
    line-height:0px;

}
.pm_clear{
    clear:both !important;
    line-height:0px !important;
}

#pm_elegance_con {
    height: auto;
    margin: auto;
    width: 100%;
}
#pm_wrap{
	float:left;
	width:50%;
	margin-left: 30px;
	
}

#pm_head{
    margin: 15px 0 5px;
    word-break: break-word;
}

h1#pm_h1{
	color: #f7f3f0; 
	font-family: 'Titillium Web';
	font-weight: normal; 	
	text-shadow: 0 -1px #606060;
	margin:0px;
	font-size: 22px;
    line-height: 28px;
}

.pm_txt_list{
	font-size: 14px; 
	color: #fff; 
	text-shadow: 0 -1px #606060;
}

.pm_description{
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px; 
    line-height: 22px;
    height: 50px;
    overflow: hidden;
    text-shadow: 0 -1px #606060;
    word-wrap:break-word;
}

#pm_form {
  	float: left;
	margin: 0px auto;
    text-align: center;
	width: 40%;
}

#pm_form_submit{
    margin: 0px;
}

#pm_button_div {
    margin: auto;
}

#pm_send{
	 margin: auto;
	 position: relative;
}
#pm_input {
	font-size: 14px; 
	color: #a7a093;
	padding:10px;
	width: 300px; 
	height:auto;
	-webkit-border-radius: 3px/3px; 
	-moz-border-radius: 3px/3px; 
	border-radius: 3px/3px; 
	background-color: #fff; 
	-webkit-box-shadow: 0 1px #fff, inset 0 1px 2px #8b5541; 
	-moz-box-shadow: 0 1px #fff, inset 0 1px 2px #8b5541; 
	box-shadow: 0 0px #fff, inset 0 1px 2px #8b5541;
	border:none;	
	margin-bottom: 10px;
    margin-top: 15px;

}
input[type="submit"].pm_default_btn {
	padding: 7px 20px;
	-webkit-border-radius: 2px 3px 3px 2px/3px; 
	-moz-border-radius: 2px 3px 3px 2px/3px; 
	border-radius: 2px 3px 3px 2px/3px; 
	-o-border-radius: 2px 3px 3px 2px/3px;
	background-color: #4c342b; 
	-webkit-box-shadow: 0 1px #e0967a, inset 0 2px #8d6c60; 
	-moz-box-shadow: 0 1px #e0967a, inset 0 2px #8d6c60; 
	box-shadow: 0 1px #e0967a, inset 0 1px #8d6c60; 
	-o-box-shadow: 0 1px #e0967a, inset 0 1px #8d6c60; 
	border: solid 1px #34221c; 
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(224,224,224,.1)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.1), rgba(224,224,224,.1)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.1), rgba(224,224,224,.1)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.1), rgba(224,224,224,.1)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.1), rgba(224,224,224,.1)); 
	font-family:"Open Sans", sarif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px #1F1D1B;	
	text-transform:uppercase;
	cursor:pointer;
	width:auto;
	height:auto;
}

input[type="submit"].pm_default_btn:hover {
	background-color: #34221c;
}


@media only screen and (min-width : 768px) and (max-width : 1023px) { 

#pm_featurebox {
     width: 750px !important;    
}
#pm_elegance_con {
    padding: 1px !important;    
}
#pm_wrap{
    margin-left: 30px !important;
    width: 60% !important;
}

h1#pm_h1{
    font-size: 20px !important;
    line-height: 28px !important;
}
#pm_form {
    width: 35% !important;
}

.pm_description {
    font-size: 14px !important;
    line-height: 20px !important;
}
#pm_input {
    font-size: 13px !important;
    width: 230px !important; 
    padding: 12px !important;
}

input.pm_default_btn[type="button"] {
    font-size: 13px !important;
}


}

@media only screen and (min-width : 480px) and (max-width : 767px) { 


#pm_featurebox {
     width: 460px !important;
     height: 160px !important;
    
}
#pm_elegance_con {
    padding: 1px !important;    
}

#pm_wrap {
    float:none !important; 
    margin: auto !important;
    width: 94% !important;
}

#pm_h1_div {
    margin: 15px 0 10px !important;
}

h1#pm_h1{
    font-size: 20px !important;
    line-height: 26px !important;
}

.pm_description {
    height: 45px !important;
    font-size: 13px !important;
    line-height: 18px !important;
}

#pm_form {
    display: inline-block;
    float: none !important;
    margin: 10px 10px 10px 17px !important;
    padding: 1px !important;
    width: 94% !important;
}

#pm_send {
    float: left !important;
}

#pm_button_div {
	float: left !important;
}

#pm_input {
    font-size: 12px !important;
    width: 200px !important;
    margin-top: 0px !important;
    margin-left: 20px !important;
    padding: 10px !important;
 
}

input.pm_default_btn[type="button"] {
    font-size: 12px !important;
    margin-left: 20px !important;
    margin-top: 0px !important;
    padding: 7px 10px !important;
}

}

@media only screen and (min-width : 320px) and (max-width : 479px) { 

#pm_featurebox {
     width: 300px !important;
     height: 190px !important;
    
}
#pm_elegance_con {
    padding: 1px !important;    
}

#pm_wrap {
    float:none !important; 
    margin: auto !important;
    width: 92% !important;
}

#pm_h1_div {
    margin: 15px 0 10px !important;
}

h1#pm_h1{
    font-size: 19px !important;
    line-height: 24px !important;
}


.pm_description {
    height: 45px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    background: none !important;
    margin-left: 0px !important;
}

#pm_form {
    display: inline-block;
    float: none !important;
    margin: 10px 10px 10px 17px !important;
    padding: 1px !important;
    width: 90% !important;
}

#pm_input {
    font-size: 12px !important;
    width: 200px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 7px !important;
}

input.pm_default_btn[type="button"] {
    font-size: 12px !important;
    margin-top: 10px !important;
    padding: 5px 20px !important;
}

}

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


#pm_featurebox {
     width: 220px !important;
     height: 210px !important;    
}
#pm_elegance_con {

    padding: 1px !important;    
}

#pm_wrap {
    float:none !important; 
    margin: auto !important;
    width: 92% !important;
}

#pm_h1_div {
    margin: 15px 0 10px !important;
}

h1#pm_h1{
    font-size: 18px !important;
    line-height: 22px !important;
}

.pm_description {
    height: 50px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    background: none !important;
    margin-left: 0px !important;
}

#pm_form {
    display: inline-block;
    float: none !important;
    margin: 10px 10px 10px 10px !important;
    padding: 1px !important;
    width: 90% !important;
}

#pm_input {
    font-size: 12px !important;
    width: 180px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 7px !important;
}

input.pm_default_btn[type="button"] {
    font-size: 12px !important;
    margin-top: 10px !important;
    padding: 5px 20px !important;
}
    
}


