body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1,h2,h3, #yoo-zoo .details h1.title {
  font-family: 'Crimson Text', serif;
  color: #902829;
}

#yoo-zoo .details h1.title {
  border-bottom: none;
  display: inline-block;
  font-size: 34px;
  line-height: 34px;
  text-align: left;
}

#yoo-zoo .details h1.title:before {
  background: rgba(0, 0, 0, 0) url("/images/thingy.png") repeat scroll center center;
  content: " ";
  display: inline-block;
  height: 29px;
  margin-right: 10px;
  width: 29px;
}

h4,h5,h6 {
  font-family: 'PT Sans', sans-serif;  
  color: #902829;
}

.uk-panel-box .uk-panel-title {
  color: #902829;  
}

em {
  color: #363636;
}

a {
  color: #902829;
}

a:hover, a:focus {
  color: #939598;  
}

/* ======================================== Header ======================================== */

.header-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 */
  background: #F0EAD6;
}

.tm-headerbar {
   margin: 20px 0px;
}

.tm-logo p {
   margin: 0 auto;
}

.tm-logo-small p {
   display: inline-block;
   margin: 0 auto;
}

.tm-headerbar .uk-panel a:nth-child(n+2) {
  margin-left: 8px;
}

.uk-panel.header-phone strong {
  font-family: FontAwesome;
  margin-right: 5px;
  color: #444;
  font-weight: normal;
}

.uk-panel.header-phone {
  color: #902829;
  font-family: "Crimson Text",serif;
  font-size: 20px;
  line-height: 35px;
  margin-right: 15px;
}

.uk-search {
  border: 1px solid #c2c2c2;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  margin-right: 12px;  
}

input.uk-search-field {
  height: 35px;
}

.uk-dropdown-search {
  background: #939598;
  color: #fff;
}

.uk-nav-search .uk-nav-header {
  color: #FFF;
  font-size: 16px;
}

.uk-nav-search > li > a {
  color: #EEE;
}

.uk-search-moreresults > a {
  color: #FFF !important;
}

.uk-nav-search > li.uk-active > a {
  background: #902829;
}

.uk-search:before {
  line-height: 35px;
}

.spin-me-right-round {
    -webkit-animation: cssAnimation 30s infinite linear;
    -moz-animation: cssAnimation 30s infinite linear;
    -o-animation: cssAnimation 30s infinite linear;
    }
    @-webkit-keyframes cssAnimation {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
    }
    @-moz-keyframes cssAnimation {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
    }
    @-o-keyframes cssAnimation {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }

}

/* ======================================== Menu ======================================== */

.nav-wrapper {
   border-top: 2px solid #b0b0b0;
   border-bottom: 2px solid #b0b0b0;
   background-color: #902829;
}

.tm-navbar.uk-navbar {
   margin: 0 auto;
   background: none;
   position: relative;
   height: 45px;
}

.uk-navbar-nav > li > a {
   color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
}

.uk-navbar-nav > li.uk-active > a {
  background-color: #939598 !important;
  color: #fff;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
  background-color: rgba(255,255,255,0.10);
  color: #FFF;
  outline: medium none;
}

.uk-navbar-nav li ul li .uk-nav-sub {
   display: none;
}

/* ======================================== Justified Menu ======================================== */

.uk-navbar-nav.uk-hidden-small {
  padding: 0;
  margin: 0;
  display: table;
  list-style: none;
  position: absolute;
  width: 100%;
} 

.uk-navbar-nav > li {
  display: table-cell;
  text-align: center;
  float: none;
} 

.uk-navbar-nav > li:first {
  text-align: left;
} 

.uk-navbar-nav > li:last {
  text-align: right;
}

.uk-navbar-nav > li > a {
  display: block;
}

/* ======================================== Dropdown Menu ======================================== */

.uk-dropdown-navbar {
  background: #902829 none repeat scroll 0 0;
  color: #fff;
  margin-top: 0;
  text-align: left;
  top: calc(100% + 2px);
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.15);
}

.uk-nav-navbar > li > a {
  color: #FFF;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
  background: #939598;
  color: #ffffff;
  outline: medium none;
}

/* ======================================== Offcanvas Menu ======================================== */

/* ======================================== Banner ======================================== */

.banner-wrapper {
   border-bottom: 2px solid #b0b0b0;
}

/* ======================================== Content ======================================== */

.content-wrapper > .uk-container.uk-container-center {
  min-height: 480px;
}

.home .content-wrapper > .uk-container.uk-container-center {
  min-height: 340px;
}

.home .uk-article-title, .home .uk-panel-title {
  text-align: center;
  width: 100%;
}

.home .uk-article {
  width: 80%;
  margin: 0 auto;
}

.content-wrapper {
   background: #F0EAD6;
}

.content-wrapper .uk-container.uk-container-center {
   padding: 35px;
}

.bottom-a-wrapper {
   background-color: #e1e1e1;
   box-shadow: inset 0 3px 1px rgba(0,0,0,0.15), inset 0 -3px 1px rgba(0,0,0,0.15);
}

.bottom-a-wrapper .uk-container.uk-container-center {
   padding: 35px;
}

.bottom-a-wrapper .uk-panel {
   background: none;
   padding: 0px;
}

.bottom-b-wrapper {
   background-color: #F0EAD6;
}

.bottom-b-wrapper .uk-container.uk-container-center {
   padding: 35px;
}

.bottom-b-wrapper .uk-panel {
   background: none;
   padding: 0px;
}

.uk-article-title {
   display: inline-block;
   font-size: 34px;
   line-height: 34px;
   text-align: left;
}

.uk-article-title:before {
   content: " ";
   background: url("/images/thingy.png") center center;
   height: 29px;
   width: 29px;
   display: inline-block;
}

.uk-panel-title {
   display: inline-block;
   font-size: 34px;
   line-height: 34px;
   text-align: left;
}

.uk-panel-title:before {
   content: " ";
   background: url("/images/thingy.png") center center;
   height: 29px;
   width: 29px;
   margin-right: 10px;
   display: inline-block;
}

.home .tm-sidebar-b .dp-event-details-images .item-image {
   display: none;
}

.home .tm-sidebar-b .dp-event-details-images .item-image:first-child {
   display: block;
}

.home .tm-sidebar-b .mod-dpcalendar-upcoming .dp-flatcalendar {
  display: none;
}

.home .tm-sidebar-b .mod-dpcalendar-upcoming-default__information, .home .tm-sidebar-b .mod-dpcalendar-upcoming-default__description {
  padding-left: 15px;
  border-left: 5px solid;
  padding-left: 5px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.home .tm-sidebar-b .mod-dpcalendar-upcoming-default__event.dp-event.dp-event_future.chamber-event > * {
  border-color: #0073CF !important;
}

.home .tm-sidebar-b .mod-dpcalendar-upcoming-default__event.dp-event.dp-event_future.community-event > * {
  border-color: #902829 !important;
}

.home .tm-sidebar-b .mod-dpcalendar-upcoming-default__date .dp-date__start {
  width: 100%;
  clear: both;
  display: block;
}

.home .tm-sidebar-b .dp-icon.dp-icon_clock {
  display: none;
}

.home .tm-bottom-b .uk-width-medium-1-4 {
  padding-bottom: 40px;
  position: relative;
}

.home .tm-bottom-b .uk-width-medium-1-4 img {
  border: 2px solid #939598;
  width: 100%;
}

.home .learn-more {
  background: #902829;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  width: calc(100% - 35px);
}

.home .learn-more a {
  color: #FFF;
}

.home .learn-more a:after {
  content: "";
  margin-left: 7px;
  font-family: FontAwesome;
}

.see-more.uk-width-medium-1-4 > a, .home .tm-bottom-b .uk-width-medium-1-4 .image {
  display: inline-block;
  width: 100%;
  min-height: 195px;
}

.home .tm-bottom-b span[itemprop="name"] {
  font-family: 'Crimson Text', serif;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
  min-height: 40px;
}

.see-more.uk-width-medium-1-4 p.title {
  font-family: 'Crimson Text', serif;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
  color: #902829;
}

.wk-slideset img {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.dp-upcoming-group {
  /*border-color: #c2c2c2 !important;*/
  padding-left: 15px;
}

.zoo-filter .form-element-row.itemname.itemname-0 {
  padding: 0;
}

.zoo-filter input {
  width: calc(100% - 15px);
}

.zoo-filter button, aside .view-all a, .teaser-item .pos-links a, .uk-button-primary {
  background: #939598;
  border: 1px solid #868686;
  border-radius: 3px;
  color: #FFF;
  padding: 0 15px;
  line-height: 24px;
  display: inline-block;
}

aside p.view-all {
  margin-top: 0;
}

aside .view-all a {
  margin-top: 25px;
}

.uk-panel.uk-panel-box {
  border: 1px solid #c2c2c2;
}

.home .uk-panel.uk-panel-box {
  border: none;
}

.uk-article img[align="left"] {
  margin-bottom: 15px;
  margin-right: 15px;
}

.uk-article img[align="right"] {
  margin-bottom: 15px;
  margin-left: 15px;
}

#yoo-zoo .items .teaser-item h1.pos-title a {
  color: #902829;
  font-size: 26px;
}

#yoo-zoo .details div.heading {
  border-bottom: none;
  padding-bottom: 0;
}

#yoo-zoo .details {
  margin-bottom: 15px;
}

aside .uk-panel-title {
  font-size: 22px;
  line-height: 26px;
  padding-left: 31px;
  position: relative;
}

aside .uk-panel-title:before {
   content: " ";
   background: url("/images/thingy.png") no-repeat center center;
   background-size: cover;
   height: 26px;
   width: 26px;
   margin-right: 10px;
   display: inline-block;
   position: absolute;
   left: 0;
}

.radio {
  margin-right: 10px !important;
}

.radio input {
  display: inline-block;
  margin-top: 4px;
}

.uk-badge {
  background: #932829;
  line-height: 20px;
}

.uk-pagination > .uk-active > span {
  background: #932829;
  color: #ffffff;
}

/*.fc-event {
  background: #932829 !important;
  border: 1px solid #868686 !important;
}*/

.fc-event-head.fc-event-skin {
  background: #932829 !important;
}

.fc-list-section .fc-event-inner {
  background: #363636 !important;
}

.home .dpc-upcoming-event-link {
  display: inline-block;
}

.uk-navbar-toggle {
   color: #fff;
}

.com-dpcalendar-event__cta {
  overflow: hidden;
}

.com-dpcalendar-event .dp-button_cta {
  background: #902829;
  color: #fff;
}

@media (min-width: 768px) {

  .news .tm-main.uk-width-medium-3-4 {
    width: 65%;
  }
  
  .news .tm-sidebar-b.uk-width-medium-1-4 {
    width: 35%;
  }
  
}

/* ======================================== Footer ======================================== */

.footer-wrapper {
   background-color: #902829;
   border-top: 2px solid #868686;
}

.tm-footer {
   margin: 20px 0px;
}

.tm-footer .uk-width-1-1 {
   padding-left: 0px;
}

.tm-footer p, .tm-footer a, .copyright {
   color: #fff;
}

.tm-footer p {
   margin: 15px 0px;
}

.tm-footer .left {
   text-align: left;
}

.tm-footer .left .address:before {
   font-family: FontAwesome;
   content: " ";
   padding: 0px 2px;
}

.tm-footer .left .phone:before {
   font-family: FontAwesome;
   content: " ";
   padding: 0px 2px;
}

.tm-footer .left .mail:before {
   font-family: FontAwesome;
   content: " ";
   padding: 0px 2px;
}

.tm-footer .right {
   text-align: right;
}

.uk-width-1-1.uk-width-medium-1-2.right a[title="Visit Southern Delaware Tourism"] img {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #939598;
  border-radius: 3px;
  margin-left: 3px;
  padding: 4px;
  max-height: 85px;
}

/********* SITE BY TG ******/
#credits {width:100%; margin:0 auto;}
#siteby {float:right;}
#siteby p {margin: 0 auto;}
#siteby .sitebyTG {width:133px; height:72px; background:url("https://www.technogoober.com/images/footerbadgesprite.png") no-repeat 0 0 transparent; display:block; position:relative;}
#siteby .sitebyTG:hover {background:url("https://www.technogoober.com/images/footerbadgesprite.png") no-repeat 0 -73px transparent;}




@media (max-width:1219px) {
   .content-wrapper .uk-container.uk-container-center {
      padding: 25px;
   }
   .bottom-a-wrapper .uk-container.uk-container-center {
      padding: 25px;
   }
   .bottom-b-wrapper .uk-container.uk-container-center {
      padding: 25px;
   }
}

@media (max-width: 767px) {
  .home .tm-bottom-b .uk-width-medium-1-4 {
    margin-bottom: 35px;
  }
}