
.form-control,input[type="text"],input[type="email"], 
textarea {
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #d1d1d1;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #888;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -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;
}

input[type="text"]:focus, 
textarea:focus {
	outline: 0;
    border: 1px solid #b4ff00;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form2 form input, 
.contact-form2 form textarea { border: 2px solid #fff; }

.contact-form2 form input:focus, 
.contact-form2 form textarea:focus { border: 2px solid #be5254; }

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #888; }


.subscribe button, 
.contact-form2 button {
	height: 52px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #b4ff00;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 52px;
    color: #333333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    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;
}

.subscribe button:hover, 
.contact-form2 button:hover {
    background: #eee;
    color: #888;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.contact-form2 button:hover { background: #888; color: #fff; }

.subscribe button:active, 
.contact-form2 button:active {
	outline: 0;
    background: #99cc00;
    color: #333333;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form2 button:active { background: #888; color: #fff; }

.subscribe button:focus, 
.contact-form2 button:focus {
	outline: 0;
	background: #99cc00;
	color: #333333;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
	background: #99cc00;
	color: #333333;
}
