﻿#banner {
  margin: 0 auto;
  max-width: 1170px;
  margin-bottom: 20px;
  width: 100%;
}

#mobilemenu table {
  border-collapse: collapse;
}

#mobilemenu table, tr, td {
  border: 1px solid black;
  text-align: center;
  padding-bottom: 10px;
}

#mobilemenu img {
  padding: 25px;
}

#mobilemenu td {
  width: 33%;
  vertical-align: top;
}

#mobilemenu2 table {
  border-collapse: collapse;
}

#mobilemenu2 table, tr, td {
  border: 0px solid black;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #c0c0c0;
}

#mobilemenu2 img {
  padding: 10px;
}

#mobilemenu2 tr:nth-child(odd) {
  background-color: #eaeaea;
}

#mobilemenu2 .list-group a {
  font-weight: bold;
}

#mobilemenu2 .list-group-item {
  border: none;
  background-color: transparent;
  text-align: left;
}

#searchinputform, input-group {
  border-color: blue;
}

#g1 li {
  background-color: #ffffff;
}

.grid .list-block {
  display: inline-block;
  min-height: 300px;
  vertical-align: top;
  width: 100%;
}

.grid {
  display: inline-block;
  width: 100%;
  border: 1px solid #008cff;
  overflow-y: scroll;
  height: 200px;
  margin-bottom: 15px;
}

.videogrid {
  display: inline-block;
  width: 100%;
  border: 1px solid #008cff;
  overflow-y: hidden;
  /*height: 200px;*/
  margin-bottom: 15px;
}

#playerwindow {
  background-repeat: no-repeat;
  /*max-width: 350px;*/
  /*display: inline-block;*/
  vertical-align: top;
  width: 100%;
  display: none;
}

/*#playerwindow video {

    vertical-align:top;

}*/
#eventheader {
  background-repeat: no-repeat;
  /*max-width: 350px;*/
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#foodalertheader {
  background-repeat: no-repeat;
  /*max-width: 350px;*/
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#internewsheader {
  background-repeat: no-repeat;
  /*max-width: 350px;*/
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#foodinspecheader {
  background-repeat: no-repeat;
  /*max-width: 350px;*/
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#eventsheader {
  background-repeat: no-repeat;
  /*max-width: 350px;*/
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.slideitem {
  border: 1px solid #000;
  width: 180px;
  height: 180px;
}

.focusbanner {
  /*border:1px solid #000;*/
}

@media (min-width: 992px) {
  #index-center {
    float: left;
    width: 100%;
  }
  #rightfocusbanner {
    float: right;
    width: 190px;
  }
  #mobilesearchbutton {
    display: none;
  }
}
@media (min-width: 1200px) {
  #index-center {
    float: left;
    width: 100%;
  }
  #rightfocusbanner {
    float: right;
    width: 190px;
  }
  #mobilesearchbutton {
    display: none;
  }
}
.menutitle {
  background-color: #008cff;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 15px;
  border-radius: 20px 20px 0 0;
}

.menutitle a:visited, .menutitle a:link {
  color: #fff;
  text-decoration: none;
}

/*.owl-buttons {
    display:block; 
}

.owl-carousel:hover .owl-buttons {
    display: block;
}

.owl-item {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    padding-left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    padding-right: 20px;
}*/
.carousel-wrap {
  /*width: 1000px;*/
  margin: auto;
  position: relative;
}

#bottomfocusbanner .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}

#bottomfocusbanner .item {
  text-align: center;
}

#bottomfocusbanner .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 60px !important;
}

#bottomfocusbanner .owl-prev.disabled,
#bottomfocusbanner .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

#bottomfocusbanner .prev-slide {
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: 1px;
}

#bottomfocusbanner .next-slide {
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: 1px;
}

#bottomfocusbanner .prev-slide:hover {
  background-position: 0px -53px;
}

#bottomfocusbanner .next-slide:hover {
  background-position: -24px -53px;
}

span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}

span.img-text:hover {
  color: #2caae1;
}
