::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color:   #828282;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:  #828282; opacity:  1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */ color:   #828282; opacity:  1;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color:  #828282;}
select { color:#828282;}
h3, .h3 { color: #fff; font-size: 30px; font-weight: 900; text-transform: uppercase;}

.read-more a { background: #ffffff none repeat scroll 0 0; border-radius: 3px; color: #365377; display: inline-block; font-weight: 600;   margin-top: 15px; padding: 8px 16px; text-transform:uppercase;}
.read-more a:hover{opacity:.5;}
select{ -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff}	
input[type=text],input[type=email],textarea,input[type=tel]{ -webkit-appearance: none; -moz-appearance: none; appearance: none;background:#fff}


input[type="submit"] { background: #bd1f2d; line-height:28px; font-size:15px; display:inline-block; color:#ffffff; width:100px!important; height:42px; padding:0; text-transform:uppercase; border:none;}
input[type="submit"]:hover{ opacity:0.5!important;} 