/*************************
*******Call Me pop up form******
**************************/

#contact-wrapper{
    position: fixed;
    right: 0px;
    top: 111px;

}
#contact-wrapper label.error {
    color: #F00;
    text-shadow: 1px 1px 1px #1F1F1F;
    width: 300px;
    text-align: right;
}
#contact-wrapper .floating-contact-inner {
    position: fixed;
    width: 320px;
    /*  background: #3c424a url(../template/denim.png) repeat;*/
    background-color: #21409A;
    padding: 14px 10px 20px 10px;
    font: 12px Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px #3C3C3C;
    color: #FFF;

    right: 0px;
    z-index: 1;
    bottom: -180px;
}
#contact-wrapper .floating-contact-inner h1>span {
    display: block;
    font-size: 11px;
}
#contact-wrapper .floating-contact-inner label {
    display: block;
    margin: 0px 0px 10px;
}
#contact-wrapper .floating-contact-inner label>span {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
}
#contact-wrapper .floating-contact-inner input[type="text"],
#contact-wrapper .floating-contact-inner select {
    border:1px solid #3C424A;
    color: #3C3C3C;
    height: 24px;
    outline: 0 none;
    padding: 3px 0px 3px 5px;
    width: 200px;
    font: normal 12px/12px arial, "Times New Roman", Times, serif;
    margin: 2px 0px 0px;
    border-radius: 5px;
}
#contact-wrapper .floating-contact-inner select {
    /*    background: #FFF url('down-arrow.png') no-repeat right;
        background: #FFF url('down-arrow.png') no-repeat right;*/
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /*width: 210px;*/
    /*height: 30px;*/
}
#contact-wrapper .floating-contact-inner .btn-call {
    background: #3B8096;
    border: none;
    padding: 5px 25px 5px 25px;
    color: #FFF;
    border-radius: 5px;
    text-shadow: 1px 1px 1px #223944;
    box-shadow: 1px 1px 1px #1D1D1D;
}
#contact-wrapper .floating-contact-inner .btn-call:hover {
    background: #479AB6
}
#contact-wrapper #contact-btn {
    background: url(../template/callme.png) no-repeat;
    height: 60px;
    width: 59px;
    float: left;
    cursor: pointer;
    margin: 80px 0px 0px -69px;
    position: fixed;
    bottom: 0;
}
#contact-wrapper #contact-btn:hover {
    background: url(../template/callme.png) no-repeat -58px 0px;
}
#contact-wrapper .floating-contact-inner #box-title{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
#contact-wrapper .floating-contact-inner label>.error_call{
    width: 288px;
    color: #fc5555;
    margin-top: 4px;
}
#callme-submit{
    width: 106px;
    float: right;
}

#box-title{
    cursor: pointer !important;
}

.callme-open{
    z-index: 99999;
}