.bottom-pictures .item:hover{
    cursor:pointer;
    -webkit-filter: saturate(3);
}


form input[type="text"] {
	width: 95%;
	color: #000;
	outline: none;
	font-size: 17px;
	padding: 18px 16px;
	border: none;
	margin-bottom: 1em;
	-webkit-appearance: none;
	background: #CCC;
    border: 1px solid #FFF;
}
form select{
	width: 95%;
	color: #000;
	outline: none;
	font-size: 17px;
	padding: 18px 16px;
	border: none;
	margin-bottom: 1em;
	background: #CCC;
    border: 1px solid #FFF;
}
form input[type="email"] {
	width: 95%;
	color: #000;
	outline: none;
	font-size: 17px;
	padding: 18px 16px;
	border: none;
	margin-bottom: 1em;
	-webkit-appearance: none;
	background: #CCC;
    border: 1px solid #FFF;
}
form  textarea {
	resize: none;
	width: 95%;
	color: #000;
	font-size: 17px;
	outline: none;
	padding: 18px 16px;
	border: none;
	min-height: 13em;
	-webkit-appearance: none;
	background: #CCC;
    border: 1px solid #FFF;
}
input[type="submit"] {
  border: none;
  outline: none;
  color: #fff;
  background: #00243e;
  width: 35%;
  padding: 15px 0px;
  font-size: 18px;
  margin: 10px 5% 0px 0px;
  -webkit-appearance: none;
  transition: 0.5s all;
  margin-bottom: 21px;
  float: right;
  display: block!important;
  box-shadow:#666 0px 0px 10px;
}
input[type="submit"]:hover {
	background: #999;
	transform: scale(1.1);
}
input[type="reset"] {
border: none; 
  outline: none;
  color: #fff;
  background: #141414;
  width: 49%;
  padding: 15px 0px;
  font-size: 18px;
  margin: 10px 0px 0px 0px;
  cursor: pointer;
	transition: 0.5s all;
}
input[type="reset"]:hover {
	background: #999;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}