/* Form Elements */

.tr-and {font-size:14px;}
@media(max-width:991px) {
	.tr-and {font-size:10px;}
	a {font-size:16px;}
}

.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}

.form-control {
 
  -webkit-appearance: none;
  
}

a, .mailto-white  {color:#414146;}
a:hover, .mailto-white  {color:#565a60;}

.button-m-top {margin-top:-160px;}

.button-m-top-send {margin-top:-47px;}

.input-group-addon{background: #ffffff; border-radius:0;}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn { border-radius:0; width: 100%;}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn { border-radius:0;}
.input-group-lgs>.form-control, .input-group-lgs>.input-group-addon, .input-group-lgs>.input-group-btn>.btn{ position: relative; border-radius:0; height:120px; padding:10px 16px 10px 16px; line-height:1.33; font-size:14px;}

.form-control {  box-shadow:none; transition:none;}
.form-title-red {color:#414146; font-size:24px; line-height:20px; font-weight:300;}
.form-title-red span {color:#414146; font-size:36px; font-weight:900;}
.quform-button-full-width.quform-submit .quform-submit-inner, .quform-button-full-width.quform-submit .quform-submit-inner button{background:#414146; color:#ffffff; border:none; line-height:30px; font-weight:900;} 
.quform-button-full-width:hover.quform-submit:hover .quform-submit-inner:hover, .quform-button-full-width.quform-submit:hover .quform-submit-inner:hover button:hover {background:rgba(65, 65, 70, 0.5);}
.quform-button-full-width:active.quform-submit:active .quform-submit-inner:active, .quform-button-full-width.quform-submit:active .quform-submit-inner:active button:active {background:rgba(65, 65, 70, 0.8);}