/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 24, 2014, 10:40:36 AM
    Author     : Linh Nguyen
*/

#fanback {
    display:none;
/*    background:rgba(0,0,0,0.8);*/
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
}
#fan-exit {
    width:100%;
    height:100%;
}
/*#popup-overlay {
   // background:white;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-box-shadow: inset 0 0 50px 0 #939393;
    -moz-box-shadow: inset 0 0 50px 0 #939393;
    box-shadow: inset 0 0 50px 0 #939393;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-size: cover;
}
#fanclose {
    float:right;
    cursor:pointer;
    background:url(../images/close.png) no-repeat;
    height:15px;
    padding:20px;
    position:relative;
    padding-right:40px;
    margin-top: -65px;
    margin-right: -27px;
}
.remove-borda {
    height:1px;
    width:366px;
    margin:0 auto;
    margin-top:16px;
    position:relative;
    margin-left:20px;
}
#linkit a.visited,#linkit a,#linkit a:hover {
    color:#80808B;
    font-size:10px;
    margin: 0 auto 5px auto;
    float:center;
}*/