/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

.modal-bg
{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.modal
{
    left: 50%;
    background: #FFF;
    position: absolute;
    z-index: 101;
    padding: 10px;
    text-align:left;
    display:none;
}

.modal h1
{
    text-align:center;
    display:block;
    background:#00467f;
    color:#FFF;
    margin: -5px -5px 5px -5px;
    padding:5px 0;
}

.modal.small 		{ width: 300px; margin-left: -160px;}
.modal.medium 		{ width: 400px; margin-left: -210px;}
.modal.large 		{ width: 600px; margin-left: -310px;}
.modal.xlarge 		{ width: 800px; margin-left: -410px;}
.modal.xxlarge 		{ width: 1060px; margin-left: -540px;}


.modal .close-modal
{
    font-size: 26px;
    line-height: .5;
    position: absolute;
    top: 12px;
    right: 11px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}
