/*recurly inline popup for news*/

#recurlyModal{
  
  padding: 1%;
  max-height: 300px;
  background:#e6e6e6;
  border: 1px solid #e6e6e6;
  margin:0px;
  text-align: center;
  position: relative;
  top: -150pt;
  text-transform: uppercase;
  
}


#innerrecurlyModal{
	
	/*display: inline;
  	float: left;
  	margin: -1px;
  	border: 1px solid red !important;*/
}
  
  
.aboveRecurlyModal{
  position: relative;
  padding: 12%!important;
  background: -webkit-linear-gradient(top, rgba(230, 230, 230,0), rgba(230, 230, 230,1))!important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(230, 230, 230,0), rgba(230, 230, 230,1))!important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(230, 230, 230,0), rgba(230, 230, 230,1))!important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(230, 230, 230,0), rgba(230, 230, 230,1))!important; /* Standard syntax (must be last) */
  border:none !important;
  
}

#transdiv{
  background:rgba(255,255,255,0.5);
  border:1px solid red;
}

#recurlyModal  .panel-heading{ 
  border-bottom: 1px solid #e6e6e6;
}

#recurlyModal .panel-title{
  color: #000000 !important;
}

#recurlyModal    .panel-body{
  text-align: center;
}

#recurlyModal .btn{ 
  background: #fafafa;
  font-weight: bold;
  border: 1px solid #000000;
  text-transform: uppercase;
  border-radius:0px;
  color:  #000000 !important;
}

#recurlyModal   #buttonsform{
  text-align: center;
}

#textSubs3{
  margin:10px 50px 0 90px;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) {
  #recurlyModal {
    max-height: 400px;
  }
  #innerrecurlyModal{
    padding: 0;
  }
  div#buttonsform {
    padding-top: 10px;
  }
  #buttonsform input[type=button] {
    white-space: normal;
  }
  #textSubs3{
    margin:10px 15px 0 15px;
  }

}
