.de_light #contact_form input[type="text"], .de_light #contact_form textarea, .de_light #contact_form input[type="email"], .de_light #search {
    border: solid 1px #ddd;
    background: #fff;
    color: #333 !important;}
    
    #contact_form input[type="text"], #contact_form textarea, #contact_form input[type="email"], #search {
    padding: 5px;
    margin-bottom: 5px;
    color: #171717;
    border: solid 1px rgba(0,0,0,.3);
    background: #fff;
    border-radius: 0 !important;
    height: auto;
}
.form-control {
    display: block;
    width: 90%;
    height: 30px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.de_light #contact_form input[type="text"], .de_light #contact_form textarea, .de_light #contact_form input[type="email"], .de_light #search {
    border: solid 1px #ddd;
    background: #fff;
    color: #333 !important;
}
#contact_form textarea {
    height: 50px;
}
.de_light .btn-line, .de_light a.btn-line {
    border: solid 1px rgba(1,1,1,.2) !important;
    color: #333;
}
.btn-line, a.btn-line {
    border: solid 1px #222;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px;
        padding-right: 3px;
        padding-left: 3px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 3px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	background-color: #00aeef;
	}
	.btn-line:hover, a.btn-line:hover{
	background:#000;
	color:#fff;
	border-color:#fff;
	}
	
	
	.btn-line:hover:after, a.btn-line:hover:after, a.btn-line.hover:after{
	color:#fff;
	}
	
	.btn-line:hover:after, a.btn-line:hover:after, a.btn-line.hover:after{
	color:#111 !important;
	}
	
	a.btn-text{
	text-decoration:none;
	display:inline-block;
	color:#111 !important;
	font-weight:600;
	padding:0;
	}
	
	a.btn-text:after{
	font-family:FontAwesome;
	content: "\f054";
	padding-left:10px;
	}
	
	a.btn-text{
	color:#fff !important;
	}
}