#contact-overlay {
    display:none;
}

#contact-overlay {
    position: absolute;
    top:0 ;
    right: 0;
    background-color: white;
    width: 0;
    height: 100%;
    z-index: 5000;
    padding: 80px;
    opacity: 1;
    overflow-y: scroll;
}

#contact-overlay a.close {
    position: fixed;
    top: 30px ;
    right: 30px;
    outline: none;
}

#contact-overlay a img{
    outline: none;
    width: 30px;
}

#contact-overlay h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
    clear: both;
    margin-top: 200px;
    display: block;
}


#contact-overlay div{
    float: left;
    min-width: 340px;
    margin-bottom: 40px;
    margin-top: 16px;
}


#contact-overlay div p.label{
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7f8890;
    margin-bottom: 10px;
}

#contact-overlay div p.label a,
#contact-overlay p a{
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #112333;
}

#contact-overlay div p.adrline { 
    padding-right: 10px;
}

#contact-overlay > div > p > a {
    text-decoration: underline;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

@media (max-width: 760px){
    #contact-overlay {
        width: 100%;
        padding: 50px 20px;
    }
    @-webkit-keyframes show {
        0%   { width: 0;}
        50%  { width: 40%;}
        100% { width: 100%;}
    }

    @-webkit-keyframes hide {
        0%   { width: 100%;}
        50%  { width: 40%;}
        100% { width: 0%; }

    }
}

@-webkit-keyframes show {
    0%   { width: 0;}
    50%  { width: 40%;}
    100% { width: 80%;}
}

@-webkit-keyframes hide {
    0%   { width: 80%;}
    50%  { width: 40%;}
    100% { width: 0%; }

}
