
.contact_form input[type="text"],
.contact_form textarea, 
textarea.form-control {

    margin: 0;
    padding: 10px 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;		text-transform:uppercase;
    color: #000000 !important;
  
}

.contact_form  input[type="tel"] {

    margin: 0;
    padding: 10px 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;		text-transform:uppercase;
    font-weight: 300;
    line-height: 30px;
    color: #000000  !important;
   
}

.contact_form  input[type="email"] {

    margin: 0;
    padding: 10px 20px;
    vertical-align: middle;		text-transform:uppercase;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #000000  !important;
  
}

.contact_form select {

    margin: 0;
    padding: 5px 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;		text-transform:uppercase;
    font-weight: 300;
    line-height: 30px;
    color: #000000  !important;
   
}

.contact_form select option{

    margin: 0;
    padding: 5px 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #000000  !important;
   
}


.contact_form textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

.contact_form input[type="text"]:focus, 
.contact_form textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.contact_form input[type="text"]:-moz-placeholder, .contact_form textarea:-moz-placeholder, .contact_form  textarea.form-control:-moz-placeholder { color: #888; }
.contact_form input[type="text"]:-ms-input-placeholder, .contact_form textarea:-ms-input-placeholder, .contact_form textarea.form-control:-ms-input-placeholder { color: #888; }
.contact_form input[type="text"]::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder, .contact_form textarea.form-control::-webkit-input-placeholder { color: #888; }



.contact_form button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.contact_form button.btn:hover { opacity: 0.6; color: #fff; }

.contact_form button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.contact_form button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

.contact_form button.btn:active:focus, .contact_form button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }
