/* This CSS stylesheet based on the code from the Bootstrap CSS framework (http://getbootstrap.com/) */

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width:100%;
    margin-bottom: 8px;
}
textarea.form-control {
    height: auto;
}
.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    
}
input[type=text].error, input[type=email].error, textarea.error {
    border-color: #DC3444;
    background: url(ico-error.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position:right 9px top 9px;
}

.btn {
    -moz-user-select: none;
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 40px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.text-right {
    text-align: right;
}
#contactform div.form-group:first-child {
    display:none;
}
.submit-container {
    min-height: 40px;
    clear:both;
}
.error-message {
	margin-bottom:15px;
    color:#DC3444;
}
.error-message p {
    font-weight:bold;
}
.grecaptcha-badge {
	width: 70px !important;
	left: -2px !important;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
@media (min-width: 768px) {
    .hcaptcha-container {
        float:left;
    }
    .error-message {
    	margin-top:60px;
    }
}
