.metered-message {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0);
    z-index: 99999;
    opacity:1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.metered-message.final {
    top: 0;
    background: rgba(0,0,0,0.5);
}

.metered-modal {
    position:relative;
    margin:0 auto;
    float: left;
    border: 1px solid #d4d4d4;
  background-color:#e4e3db;
    border-radius:3px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    font: 14px Arial, Helvetica, Geneva, sans-serif;
    z-index: 2000;
    left: 0;
   
    text-align: center;
    width:303px;
}

.metered-close{
    cursor:pointer;
    position:absolute;
    right:7px;
    top:7px;
}



.metered-modal .message .record .body{
 
    margin-top:0px;
    padding-left:20px;
    color:#000000;
    float:left;
  font-family:Georgia, Times, serif;
  text-align:left;
    font-size:20px;
    font-weight:normal;
    line-height:25px;
    margin-top:5px;
    width:280px;    
}

.metered-modal .subscribe{
    color:#014077;
    margin-left:20px;
    clear:both;
  text-align:left;
  padding-bottom:10px;
}

.metered-modal .subscribe .subscribeLink {
    color: #014077;
    font-size:13px;
    font-weight:bold;
    line-height:24px;
}

.metered-modal .dangle{
    color: #fff;
    background: #125686 repeat-x top center;
    font-size: 14px;padding: 15px;display: 
    block;text-align: left;
	padding-left:20px;
}

.metered-modal .dangle a{
  color:#ffffff;

}

.restricted-modal-content {
    position: absolute;
    margin: 25% auto;
    float: none;
    border: 1px solid #d4d4d4;
    border-radius:3px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    z-index: 2000;
    text-align: left;
    left: 15%;
    right: 15%;
    background-color: #fffeff;
    text-align: center;
}

.restricted-modal-content.registration {
    margin: 5% auto;
}

.restricted-modal-content .registration-message{
    background: #e4e3db repeat-x;
    margin: 2px;
    padding: 9px;
    overflow: visible;
    z-index: 2000;
}

.restricted-modal-content .message{
    background: #e4e3db repeat-x;
    margin: 3px;
    padding: 10px;
    overflow: visible;
    z-index: 2000;
    height: 223px;
}

.restricted-modal-content .message{

}

.restricted-modal-content img.pop-out {
    display:none;
}

.restricted-modal-content .subscribeLink {
    color: #005789'
    font-size:13px;
    font-weight:bold;
    line-height:24px;
}

.restricted-modal-content h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 5px 0px 5px;
    color: #464646;
    margin-bottom:15px;
display:none;
}

.restricted-modal-content .records h3{
display:block;
}

.restricted-modal-content p {
    font: 15px/130%  Arial, Helvetica, Geneva, sans-serif;  
    color: #757575;
}

.restricted-modal-content .message .subscribeBanner {
    margin-top:10px;
    margin-left:30px;
    text-align:center;
margin:10px auto ! important;
  width:400px ! important;
}



/* Smartphones (landscape) ----------- */
@media only screen 
and (max-device-width : 568px) {
	.metered-message {
    		top: 20%;
	}

	.restricted-modal-content {
	margin:20% auto;
	overflow:hidden;
      height:auto;
	}

	.restricted-modal-content .message {
	height:auto;
	}

	.restricted-modal-content h3 {
    	color: #464646 ! important;
	font-size:18px;
	line-height:auto;
	}

	.restricted-modal-content h3 span {
    	color: #464646 ! important;
	}

	.restricted-modal-content .message .subscribeBanner {
	width:auto ! important;
	}
}




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

}