/*=- /Content/Layouts/Vector/stylesheets/section-destinations.css -=*/

.section-destinations {
  background-color: #004481;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#004481, endColorstr=#64bbf9);
  zoom: 1;
  background: -webkit-linear-gradient(#004481, #64bbf9);
  background: -o-linear-gradient(#004481, #64bbf9);
  background: -moz-linear-gradient(#004481, #64bbf9);
  background: linear-gradient(#004481, #64bbf9);
  background-attachment: fixed;
}
.section-destinations .container {
  width: 580px;
}
.section-destinations .innerContentArea > div {
  height: 440px;
  width: 100%;
}
