header .inner,
footer .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
a:not(.btn) {
  color: #933;
  outline: 0;
}
a:not(.btn):hover,
a:not(.btn):link,
a:not(.btn):active,
a:not(.btn):visited {
  color: #933;
  outline: 0;
}
header#masthead {
  color: #ffffff;
  background-color: #933;
  padding-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
}
header#masthead a:not(.btn) {
  text-decoration: none;
  color: #ffffff;
}
header#masthead a:not(.btn):hover,
header#masthead a:not(.btn):link,
header#masthead a:not(.btn):active,
header#masthead a:not(.btn):visited {
  color: #ffffff;
}
header#masthead h1 {
  margin-top: 0;
  margin-bottom: 0.14em;
  font-weight: bold;
}
header#masthead section#sponsor-strap {
  padding: 6px 0 6px 0;
  background-color: #4C2020;
  color: #F9DBDB;
  border-top: 1px solid #000000;
}
header#masthead section#sponsor-strap a {
  color: #F9DBDB;
  font-weight: bold;
}
header#masthead #site-ident {
  padding-bottom: 15px;
}
nav#region-select {
  text-align: center;
  padding-bottom: 5px;
}
main {
  margin: 20px 0;
  min-height: 700px;
}
main .no-listings-duck {
  width: 100%;
}
section.main-col {
  /* paging */
}
section.main-col .list_empty {
  font-weight: bold;
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
}
section.main-col ul.events {
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
section.main-col ul.events a {
  color: #000;
  outline: 0;
}
section.main-col ul.events a:hover,
section.main-col ul.events a:link,
section.main-col ul.events a:active,
section.main-col ul.events a:visited {
  color: #000;
  outline: 0;
  text-decoration: none;
}
section.main-col ul.events .event_list_empty {
  background-color: #fff;
  padding: 20px;
  font-weight: bold;
  text-align: center;
}
section.main-col ul.events li:hover .date {
  background-color: #933;
}
section.main-col ul.events .date {
  float: left;
  clear: both;
  background-color: #444;
  color: #fff;
  width: 70px;
  padding: 10px 0 10px 0;
  text-align: center;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
section.main-col ul.events .date .day_of_month {
  font-size: 1.2em;
  line-height: 0.9em;
}
section.main-col ul.events .date .day {
  font-size: 2.4em;
  margin-top: 5px;
  font-weight: bold;
  line-height: 1.1em;
}
section.main-col ul.events .date .month {
  font-size: 1.2em;
  line-height: 0.9em;
}
section.main-col ul.events .date .year {
  font-size: 13px;
  /* 100 */
}
section.main-col ul.events .details {
  background-color: #f3eeee;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 70px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
section.main-col ul.events .details .price {
  float: right;
  background-color: #933;
  padding: 4px 10px 3px 10px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  margin: -10px -10px 0 0;
}
section.main-col ul.events .details h4 {
  font-size: 1.25em;
  font-weight: normal;
  margin: 0;
  line-height: 1.4em;
}
section.main-col ul.events .details .summary {
  font-size: 14px;
  line-height: 140%;
  padding-top: 5px;
  margin-bottom: 0;
}
section.main-col ul.events .details .info {
  font-size: 13px;
  padding-top: 5px;
  margin-right: 60px;
}
section.main-col ul.events .details .info div {
  display: inline-block;
  margin-bottom: 5px;
}
section.main-col ul.events .details .info label {
  font-weight: bold;
  margin-bottom: 0;
}
section.main-col ul.events .details .info span {
  padding: 0 10px 0 3px;
}
section.main-col ul.events .details .export_anchor {
  width: 1px;
  height: 1px;
  float: right;
}
section.main-col ul.events .details .export {
  position: absolute;
  float: left;
  background-color: #ddd;
  padding: 4px 10px 0 10px;
  color: #333;
  width: 70px;
  height: 26px;
  margin: -17px 0 0 -59px;
  cursor: pointer;
}
section.main-col ul.events .details .export .label {
  float: left;
  color: #000;
  font-size: 12px;
}
section.main-col ul.events .details .export .dropdown_anchor {
  width: 1px;
  height: 1px;
  float: right;
}
section.main-col ul.events .details .export .dropdown {
  position: absolute;
  float: right;
  background-color: #ddd;
  width: 150px;
  margin: 22px 0 0 -139px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: none;
}
section.main-col ul.events .details .export .dropdown ul {
  list-style: none;
  padding-left: 0;
}
section.main-col ul.events .details .export .dropdown ul li a {
  padding: 3px 10px;
  display: inline-block;
  color: #333;
  width: 148px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  font-weight: bold;
}
section.main-col ul.events .details .export .dropdown ul li a:hover {
  background-color: #777;
  color: #fff;
}
section.main-col ul.events .details .export:hover .dropdown {
  display: block;
}
section.main-col .pagination {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
section.main-col .pagination a,
section.main-col .pagination strong {
  display: inline-block;
  border: 1px solid #ddd;
  font-size: 15px;
  margin-right: 5px;
  padding: 8px 12px;
  font-weight: bold;
}
section.main-col .pagination a {
  text-decoration: none;
}
section.main-col .pagination a:hover {
  background: #ccc;
}
section.main-col .pagination strong {
  background-color: #f3eeee;
}
section.side .categories,
section.side .areas {
  background-color: #ddd;
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0;
}
section.side .categories li a,
section.side .areas li a,
section.side .categories li.main,
section.side .areas li.main {
  padding: 3px 9px 3px 10px;
  background-color: #fff;
  display: block;
  margin-bottom: 1px;
  font-weight: bold;
  margin-left: 1px;
  margin-right: 1px;
}
section.side .categories li.main,
section.side .areas li.main {
  padding-top: 5px;
  margin-top: 1px;
  background-color: #444;
  color: #fff;
}
section.side .categories li.first a,
section.side .areas li.first a {
  padding-top: 5px;
}
section.side .categories li.selected a,
section.side .areas li.selected a {
  background-color: #f3eeee;
}
section.side .categories li.single a,
section.side .areas li.single a {
  margin-right: 30px;
}
section.side .categories li.single a.tickbox,
section.side .areas li.single a.tickbox {
  margin-right: 0;
  width: 28px;
  margin-left: 1px;
  padding-left: 9px;
  background-color: #fff;
  float: right;
  margin-right: 1px;
}
section.side .categories li.single a.ticked,
section.side .areas li.single a.ticked,
section.side .categories li.single a.tickbox:hover,
section.side .areas li.single a.tickbox:hover {
  background-color: #933;
}
section.side .categories li a:hover,
section.side .areas li a:hover {
  background-color: #f3eeee;
}
section.side .categories {
  margin-bottom: 0;
  border-bottom: 2px solid #999;
}
section.side .areas {
  padding-bottom: 1px;
}
section.side .filters a {
  text-decoration: none;
  color: #000;
}
section.side .filters a:hover,
section.side .filters a:link,
section.side .filters a:active,
section.side .filters a:visited {
  color: #000;
  text-decoration: none;
}
section.side .filters a:hover {
  text-decoration: underline;
}
section.side .feed_list,
section.side .plugin_list,
section.side .advert_list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background-color: #fff;
}
section.side .feed_list li,
section.side .plugin_list li,
section.side .advert_list li {
  padding: 3px 10px;
  display: block;
}
section.side .feed_list li a,
section.side .plugin_list li a,
section.side .advert_list li a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
section.side .feed_list li a:hover,
section.side .plugin_list li a:hover,
section.side .advert_list li a:hover,
section.side .feed_list li a:link,
section.side .plugin_list li a:link,
section.side .advert_list li a:link,
section.side .feed_list li a:active,
section.side .plugin_list li a:active,
section.side .advert_list li a:active,
section.side .feed_list li a:visited,
section.side .plugin_list li a:visited,
section.side .advert_list li a:visited {
  color: #000;
  text-decoration: none;
}
section.side .feed_list li a:hover,
section.side .plugin_list li a:hover,
section.side .advert_list li a:hover {
  text-decoration: underline;
}
section.side .feed_list li.first,
section.side .plugin_list li.first,
section.side .advert_list li.first {
  background-color: #444;
  color: #fff;
  margin-bottom: 2px;
  font-weight: bold;
}
section.side .advert_list li {
  padding: 3px;
}
section.side .advert_list li.first {
  padding: 3px 10px;
}
footer {
  background-color: #999;
  clear: both;
}
footer .inner {
  color: #ddd;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
footer a {
  color: #fff !important;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -40%;
    /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -40%;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 43%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 43%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 40%;
    /* 6 columns */
  }
}
@media screen and (max-width: 550px) {
  header .inner {
    background-size: 50px 50px;
    background-position: 10px center;
  }
  header .inner a.title {
    font-size: 28px;
    margin-left: 70px;
    margin-right: 68px;
  }
  header .inner a.description {
    display: none;
  }
  header .inner .pull-right {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 15px;
    margin-top: 30px;
  }
  section.main-col ul.events .date {
    width: 55px;
  }
  section.main-col ul.events .date .day {
    font-size: 26px;
  }
  section.main-col ul.events .date .month {
    font-size: 13px;
  }
  section.main-col ul.events .date .year {
    font-size: 11px;
    /* 100 */
  }
  section.main-col ul.events .details {
    margin-left: 55px;
  }
  section.main-col ul.events .details h4 {
    font-size: 20px;
  }
  section.main-col ul.events .details .price {
    font-size: 13px;
  }
  section.main-col ul.events .details .summary {
    font-size: 13px;
  }
  section.main-col ul.events .details .info {
    font-size: 12px;
  }
  section.main-col ul.events .details .info div {
    display: block;
  }
  section.main-col .pagination a,
  section.main-col .pagination strong {
    font-size: 14px;
    padding: 3px 6px;
  }
  section.side {
    font-size: 12px;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
  }
  .row-offcanvas-right.active {
    right: 56%;
  }
  .row-offcanvas-left.active {
    left: 56%;
  }
  .sidebar-offcanvas {
    width: 50%;
  }
}
section.group-description {
  padding: 8px 0 20px 0;
  font-size: 120%;
}
.illustrative-image {
  padding-top: 6px;
  padding-bottom: 6px;
}
.group-name {
  background-color: #933;
  color: #fff !important;
  padding: 3px 8px 3px 8px;
  border-radius: 10px;
}
.declining {
  opacity: 0.5;
}
/*Form Wizard*/
.bs-wizard {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-step-title {
  color: #595959;
  font-size: 0.9em;
  margin-bottom: 5px;
  font-weight: bold;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #933;
  top: 40px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #933;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/

/*# sourceMappingURL=default.css.map */
