/*custom Popup*/
#sample-modal {
    padding: 20px 40px;
    width: 40%;
    background-color: #FFF;
    border-radius: 10px;
    position: relative;
    /*min-height: 220px;*/
    border: 1px solid #053C43;
}

#sample-modal {
    position: fixed;
    z-index: 9999;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -265px;
    margin-top: -123.5px;
}

#sample-modal .plainmodal-close {
    background: rgba(0, 0, 0, 0) url("../images/deep_close.png") no-repeat scroll 0 0;
    height: 45px;
    position: absolute;
    right: -20px;
    top: -6px;
    width: 45px;
}

.plainmodal-close {
    cursor: pointer;
}

#sample-modal h2 {
    font-size: 26px;
    font-family: "latobla", serif;
    margin: 0;
}

#sample-modal h2, #sample-modal h3 {
    color: #053C50;
    font-weight: bold;
    text-transform: capitalize;
}

#sample-modal h3 {
    font-size: 18px;
    font-family: "opensansreg", serif;
    line-height: 24px;
    margin-bottom: 5px;
}

#sample-modal p {
    color: #053c50 !important;
    font-size: 14px;
    text-align: justify;
}

#sample-modal img {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    height: auto;
    max-width: 100%;
}

.btn-embossed {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}

/*.btn-primary {*/
    /*background-color: #1abc9c;*/
    /*color: #fff;*/
/*}*/

/*.btn {*/
    /*border: medium none;*/
    /*border-radius: 4px;*/
    /*font-size: 15px;*/
    /*font-weight: 400;*/
    /*line-height: 1.4;*/
    /*padding: 10px 15px;*/
    /*transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;*/
/*}*/

.btn-okay, .btn-okay:hover {
    background: #053C43;
}

.btn-cancel, .btn-cancel:hover {
    background: #BF392B;
}