
#wrap-showDetails{
    width: 50%;
    margin: 15px auto;
    border: 2px dotted #fff;
    border-radius: 30px;
    padding-right: 10px;
    background: #00306e url("../images/bg/bg.png") repeat-y scroll 0 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
#wrap-showDetails:hover{
    cursor: pointer;
    width: 70%;
}



#wrap-dothiNN {
    height: 400px;
    width: 80%;
    margin: 0 auto;
}
#dothiNN{
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
/* iPhone 4 ----------- */
/*MOBILE*/
@media all and (max-width: 599px){
    #wrap-dothiNN {
        height: 200px;
        width: 86%;
        margin-top: 5px;
        margin-bottom: 10px;
        margin-left: 4px;
    }
    #wrap-showDetails{
        width: 86%;
        margin: 15px auto;
        border: 2px dotted #fff;
        border-radius: 30px;
        padding-right: 10px;
        background: #00306e url("../images/bg/bg.png") repeat-y scroll 0 0;
        -webkit-transition: all 1s;
        transition: all 1s;

    }
    #wrap-showDetails:hover{
        cursor: pointer;
        width: 95%;
        -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
        animation-fill-mode: forwards
    }

}




/*TABLET*/
@media all and (min-width: 600px) and (max-width:800px){
    #wrap-dothiNN {
        height: 280px;
        width: 100%;
    }
}