.lead{ font-size: 16px; font-weight: bold;}
.hide{ display: none;}
.close-overlay{ position: absolute; right: 1%; top: 1%; font-size: 30px; cursor: pointer;}
.trg-overlay{ 
background: #fff; 
position: fixed; 
z-index: 800; 
padding: 20px;
border-radius:3px; 
overflow: hidden; }

.trg-overlay p{ 
font-family:"agaramondpro-regular";
font-size:17px;
color:#767676;
 }
.trg-overlay p b{
	font-weight:normal;
color:#464600;
 }
.trg-overlay p a{
color:#038cb9;	
	}
.trg-overlay span{ 
font-family: "arialregular";
font-size: 16px;
font-weight: lighter;
letter-spacing: 4.3px;
text-transform:uppercase;
 }


.small{ width: 40%;  }
.standard{ width: 60%;  }
.big{ width: 70%;  }

.overlay{
display: none;
background:#000;
position:fixed;
top:0px !important;
bottom:0px;
left:0px;
right:0px;
z-index:800;
cursor:pointer;
width: 100%; height: 100%;
}
.trg-modal-header{ 
padding: 0px; 
margin: 15px 0px 10px 0;
}
