/*
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 : 04 Jul 2014, 2:06:10 PM
    Author     : epiclan
*/

body.hideOverflow{
    overflow: hidden;
}

.epiCont{
    display:none;
    width: 600px;
    padding: 20px 25px;
    height: auto;
    position: absolute;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  4px 4px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow:  4px 4px 10px 2px rgba(0, 0, 0, 0.3);
    z-index: 99999999;
}

.epiCont .epicExit{
    display: block;
    border: none;
    background: #ddd;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 16px;
    height: 14px;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    color: #555;
    padding: 0 0 2px 0;
    text-indent: 0px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.epiCont .epicExit:hover{
    background: #bbb;
    color: #333;
}

.epiCont .epArrd{
    display: block;
    width: 18px;
    height: 15px;
    background-image: url('../img/epArrd.png');
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin: 0 0 0 -9px;
}

.epiCont h3{
    font-size: 26px;
    color: #444;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 2px 0;
    line-height: 28px;
}
.epiCont h3 > span{
    display: none;
}


.epiCont h4{
    font-size: 16px;
    color: #444;
    font-style: italic;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 2px 0;
}

.epicFadeOut{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
}

@media (max-width: 480px){
    
}