/*
 * SimpleModal Contact Form
 * http://www.divotek.com
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 254 2010-07-23 05:14:44Z emartin24 $
 */

/* Overlay */

#contact-overlay {
    background-color: #000;
    }

/* Container */

#contact-container {
    font: 16px/22px 'Trebuchet MS', Verdana, Arial;
    text-align: center;
    width: 450px;
    font-family: 'Roboto', sans-serif !important;
}

#contact-container .contact-content {
    background-color: #ffffff;
    color: #ffffff;
    height: 40px;
}

#contact-container h1 {
    color: #6a6a6a;
    font-size: 14px;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 12px;
    } 
#contact-container .contact-loading {
    height: 55px;
    margin: -14px 0 0 190px;
    padding: 0;
    position: absolute;
    width: 54px;
    z-index: 8000;
}

#contact-container .contact-message {
    text-align: center;
}

#contact-container .contact-error {
    font-size: 14px;
    color: red;
    text-align: left;
    }

#contact-container br {
    clear: both;
}

#contact-container form {
    margin: 0;
    padding: 0;
}

#contact-container label {
    clear: left;
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 4px;
    text-align: right;
    width: 100px;
}

#contact-container .contact-input {
    background: #eee;
    border: 1px solid #fff;
    font-family: 'Trebuchet MS', Verdana, Arial;
    float: left;
    padding: 2px;
    margin: 2px;
    width: 300px;
}

#contact-container textarea {
    height: 114px;
}

#contact-container .contact-cc {
    cursor: default;
    font-size: 14px;
    vertical-align: top;
}

#contact-container .contact-top {
    background-color: #ffffff;
    height: 13px;
    margin: 0;
    padding: 0;

}

#contact-container .contact-bottom {
    background-color: #ffffff;
    font-size: 12px;
    height: 40px;
    line-height: 12px;
    text-align: center;

}

#contact-container .contact-button {
    background: #d76300;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    margin: 4px 0 0 4px;
    text-align: center;
    vertical-align: middle;

}

#contact-container .contact-button:hover {
    background: #f49000;
}

#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {
    color: #999;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    text-decoration: none;
    right: 8px;
    top: 0px;
}

#contact-container a.modal-close:hover {
    color: #ccc;
}

.contact-content .q2::-webkit-input-placeholder {
    color: #929292;

}

.contact-content .q2::-moz-placeholder {
    color: #929292;

}

/* Firefox 19+ */

.contact-content .q2:-moz-placeholder {
    color: #929292;

}

/* Firefox 18- */

.contact-content .q2:-ms-input-placeholder {
    color: #929292;

}

.contact-content .q2 {
    border: 1px solid #cccccc;
    padding: 4px 10px 4px 10px !important;
    width: 100%;
    color: #333333;
    
}
.contact-content .q2:focus {
    outline: none !important;
    box-shadow: 0 0 4px #ddd;
    }
.callback-box {
    margin: 0 110px 45px 110px;
}

.contact-content .btn-send {
    background-color: hsl(36, 100%, 40%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad32", endColorstr="#cc7a00") !important;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00)) !important;
    background-image: -moz-linear-gradient(top, #ffad32, #cc7a00) !important;
    background-image: -ms-linear-gradient(top, #ffad32, #cc7a00) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad32), color-stop(100%, #cc7a00)) !important;
    background-image: -webkit-linear-gradient(top, #ffad32, #cc7a00) !important;
    background-image: -o-linear-gradient(top, #ffad32, #cc7a00) !important;
    background-image: linear-gradient(#ffad32, #cc7a00) !important;
    border-color: #cc7a00 #cc7a00 hsl(36, 100%, 35%) !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33) !important;
    -webkit-font-smoothing: antialiased;
    color: #413f3f;
    font-size: 15px;
    font-family: 'Arial';
    border-radius: 12px !important;
    width: 100%;
}

#contact-container {
    height: auto !important;
    width: 400px !important;
    max-width: 100%;
}

#contact-container .q2 {
    margin-bottom: 15px;
    padding: 0 20px !important;
    font-size: smaller;
    }
#contact-container input[type="text"].q2 {
    height: 30px;
    }

.contact-send {
    background-color: #95ba62;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    outline: none !important;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    }
.contact-content {
    padding: 0 20px 20px;
    height: auto !important;
    }
.contact-error::before {
    content: "\f071";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 4px;
    }