/*
 * file information
 * style type: f5
 * date:       20141111
 * author:     concursive.com
 * notes:      default foundation top bar
 *
 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(../../../../../fonts/opensans-light.woff) format('woff');
}

h1, h2, h3, h4 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body, .eventsListItemContainer h4, h5, h6 {
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h5 {
  color: #666666;
}

/* Sections */
header {
  /*background: url(../images/header_bg_repeat.png) repeat-x;*/
  /*padding: 22px 0;*/
  /*border-bottom: 1px solid #f06333;*/
}

.magellan {
  height: 120px;
}

/* Slideshows */
.orbit-container .orbit-slides-container > li {
  padding: 0 80px;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
  background-color: #7f7e80;
  background-color: rgba(127, 127, 127, 0.8);
}

/* Top bar color */
/*
.contain-to-grid {
  background-color:rgba(100,100,100,0.8);
}

.top-bar,
.top-bar-section .has-form,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: transparent;
}
*/

/* Top bar links */

/* Top bar text */

/* Active and Hover tab */

/* Inactive */

/* footer */
#footer {
  background: #333333;
  padding-top: 20px;
  color: #FFF;
}

#footer a, #footer a:visited {
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
}
#footer .text-right a,
#footer .text-right a:visited {
  padding-left: 18px;
}
