@font-face {
  font-family: 'Handel Gothic';
  src: url('../../fonts/Handel Gothic.woff') format('woff'),
       url('../../fonts/Handel Gothic.ttf') format('truetype');
}

/**
 * @file
 * Visual styles for featured top.
 */
@media (max-width: 800px) {
   .featured-top {
       display: none;
   }    
}
.featured-top {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.5;
  padding: 20px 50px;
  margin: 0;
  background: #EEE;
}
.featured-top h2 {
  font-family: 'Handel Gothic', Verdana, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #3357b9;
  line-height: 100%;
  text-shadow: 1px 1px #fff;
  margin: 0;
  padding: 0;
}
.featured-top h2 a {
  color: #3357b9;
}
.featured-top a {
  text-decoration: none;
  border: none;
}
.featured-top a:hover {
  color: 000;
}
.featured-top p {
  margin: 0;
  padding: 0 0 1em 0;
}


.views_slideshow_slide {
  background-color: #EEE;
}


