.destinations-list {
  margin-top: -73px; }
  .destinations-list .destinations-search {
    height: 627px;
    width: 100%;
    padding-top: 255px;
    background: url(../images/destinations-bg.png) center no-repeat; }
  .destinations-list .destinations-headline {
    margin-bottom: 33px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2px; }
  .destinations-list .form-control {
    width: 240px; }
  .destinations-list .button {
    width: 160px;
    margin: 0px; }
  .destinations-list .form-control {
    height: 52px;
    padding: 0px 25px;
    border: none;
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-radius: 50px;
    color: #5A5A5A;
    font-size: 18px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    opacity: 1; }
    .destinations-list .form-control:focus {
      border: 1px solid #2AC3F2;
      outline: none; }

.destinations-cards {
  width: 100%;
  padding-top: 15px; }
  .destinations-cards .product-item {
    width: 355px;
    height: 290px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.45);
    transition: box-shadow ease-in 0.2s; }
    .destinations-cards .product-item:hover {
      box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.6); }
  .destinations-cards .product-link {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/destination-photo.png) center no-repeat;
    background-size: cover; }
    .destinations-cards .product-link:hover {
      text-decoration: none; }
  .destinations-cards .product-name {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 28px; }
