.text-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
}

form {
  margin: 20px;
  padding: 20px;
  width: 100%;
}
form label {
  padding-top: 12px;
  width: 110px;
  display: block;
  float: left;
}

/*
  Colours specific to the project, not found in vff_colors
*/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: georgia, garamond, serif;
}

/*
 *  MENU
 */
.menu {
  border-radius: 10px 10px 0 0;
  behavior: url("/static/PIE.htc");
  background-color: #FFFFFF;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu li {
  border-right: thin solid #DADADA;
  padding: 5px 0;
  display: inline-block;
}
.menu li a {
  color: #333333;
  font-size: 16px;
  /* Removed this because we need to design an overflow menu for desktop
  padding: 0 15px;
  */
  padding: 0 9px;
}
.menu li.first {
  border-radius: 10px 0 0 0;
  behavior: url("/static/PIE.htc");
  position: relative;
}
.menu li.last {
  border: none;
}
.menu li.current {
  background-color: #FFFFFF;
  border-right: thin solid #DADADA;
  font-weight: bold;
  height: 22px;
}

#main-navbar-wrapper {
  border-bottom: 1px solid #DADADA;
}

#main-navbar {
  background-color: #EFEFEF;
  border-bottom: 1px solid #DADADA;
  padding: 0;
  text-transform: uppercase;
}
#main-navbar a {
  font-size: 14px;
}

#page {
  margin: 0 auto;
  width: 1000px;
}

#header {
  color: #FFFFFF;
  margin-bottom: 5px;
  overflow: hidden;
}
#header #metanavbar {
  margin-right: 10px;
  overflow: hidden;
}
#header #metanavbar ul {
  border-radius: 0 0 10px 10px;
  behavior: url("/static/PIE.htc");
  float: right;
}
#header #metanavbar ul a {
  background: url("../../images/nav.png") no-repeat;
  margin-left: 10px;
  padding-bottom: 3px;
  padding-left: 30px;
}
#header #metanavbar ul a.map {
  background-position: 0 0;
}
#header #metanavbar ul a.mobile {
  background-position: 0 -42px;
}
#header #logo {
  float: left;
  margin-top: -25px;
  text-align: center;
  width: 235px;
}
#header #logo a {
  border-radius: 10px;
  behavior: url("/static/PIE.htc");
  box-shadow: 10px 10px 20px -10px #666666;
  behavior: url("/static/PIE.htc");
  background: #FFFFFF;
  display: block;
  margin: 10px;
  padding: 10px;
  position: relative;
}
#header #logo a img {
  max-height: 200px;
  max-width: 200px;
}
#header .title {
  margin-bottom: 20px;
  margin-left: 245px;
  margin-top: 10px;
}
#header .title #name {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #FFFFFF;
  margin: 0;
}
#header .title #name a, #header .title #name a:hover {
  color: #FFFFFF;
  text-shadow: #333333 1px 1px 1px;
}
#header .title #blurb {
  font-size: 14px;
}

#content {
  border-radius: 10px;
  behavior: url("/static/PIE.htc");
  box-shadow: 10px 10px 20px -10px #666666;
  behavior: url("/static/PIE.htc");
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
#content .top {
  position: relative;
}
#content .top #phone {
  color: #FFFFFF;
  float: left;
  font-size: 18px;
  text-shadow: #333333 1px 1px 1px;
  text-align: center;
  width: 235px;
}
#content .top #phone a {
  color: #FFFFFF;
}
#content .top #main-navbar-wrapper {
  margin-left: 235px;
  min-height: 25px;
}
#content #coupon-list li .maincoupon {
  overflow: hidden;
}
#content #coupon-list li .image_url img {
  position: relative;
  float: left;
  margin-right: 1em;
}
#content #coupon-list li .title {
  text-align: left;
}
#content #coupon-list li .expiry {
  font-weight: bold;
}
#content .middle {
  margin: 0;
  position: relative;
}
#content .middle .sidebar {
  border-radius: 10px 0 0 10px;
  behavior: url("/static/PIE.htc");
  background-color: #EFEFEF;
  border-right: 2px solid #DADADA;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 233px;
  /*
      NOTE: General container for each sidebar widget containing an h3 and a div, dl or ul
  */
}
#content .middle .sidebar address {
  margin: 0;
  font-style: normal;
}
#content .middle .sidebar address .org {
  display: none;
}
#content .middle .sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .middle .sidebar .widget {
  margin-bottom: 5px;
}
#content .middle .sidebar .widget h3 {
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 0;
  padding-left: 10px;
  text-transform: uppercase;
}
#content .middle .sidebar .widget > div, #content .middle .sidebar .widget > dl, #content .middle .sidebar .widget > ul {
  margin: 0;
  padding: 10px 5px 10px 10px;
}
#content .middle .sidebar #hours-of-operation dl {
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 4px;
}
#content .middle .sidebar #hours-of-operation dl dt {
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
}
#content .middle .sidebar #hours-of-operation dl dd {
  margin-top: 5px;
  font-weight: normal;
  color: #666666;
  margin-left: 10px;
}
#content .middle .sidebar #hours-of-operation dl .description {
  text-align: left;
  font-style: italic;
  color: #999999;
}
#content .middle .sidebar #hours-of-operation .spacer {
  height: 10px;
}
#content .middle .sidebar #hours-of-operation .public-holidays dt {
  font-weight: bold;
  margin-bottom: 7px;
}
#content .middle .sidebar #hours-of-operation .multi-description {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#content .middle .sidebar #hours-of-operation .tag {
  font-size: 11px;
  vertical-align: super;
}
#content .middle .sidebar #follow-us ul {
  overflow: hidden;
}
#content .middle .sidebar #follow-us ul a {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
#content .middle .sidebar #follow-us ul a img {
  height: 50px;
  width: 50px;
}
#content .middle .sidebar #follow-us ul .last {
  margin-right: 0;
}
#content .middle .main {
  border-radius: 0 0 10px 0;
  behavior: url("/static/PIE.htc");
  background-color: #FFFFFF;
  padding: 20px;
  vertical-align: top;
  width: 725px;
  /* subtract 40 for padding */
}
#content .middle .main h1 {
  font-family: georgia, garamond, serif;
  font-size: 2em;
  margin-bottom: 10px;
}
#content .middle .main h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}
#content .middle .main p {
  margin: 10px 0;
}
#content .middle .main img {
  max-width: 100%;
}
#content .middle .main #gallery {
  overflow: hidden;
  text-align: center;
}
#content .middle .main #gallery img {
  max-height: 350px;
  max-width: 350px;
}
#content .middle .main .contacts {
  overflow: hidden;
}
#content .middle .main .contacts .vcard {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 100px;
  width: 230px;
}
#content .middle .main .contacts .vcard .businessName {
  font-weight: bold;
}
#content .middle .main .infmtnls > table {
  margin-bottom: 10px;
  padding: 0;
}
#content .middle .main .videos {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .middle .main .videos li {
  font-size: 18px;
  margin-bottom: 35px;
}
#content .middle .main .videos li .title {
  font-weight: bold;
}
#content .middle .main .videos li .caption {
  font-size: 14px;
}
#content .middle .main .videos li .duration strong {
  font-size: 14px;
  margin-top: 4px;
}
#content .middle .main .videos li .player {
  height: 320px;
  position: relative;
  text-align: center;
  width: 480px;
}
#content .middle .main .videos li .player a {
  display: block;
  width: 100%;
}
#content .middle .main .videos li .player a .thumbnail-url {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
#content .middle .main .videos li .player a .pspan {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  height: 83px;
  /*height of the Play button*/
  margin-top: -41.5px;
  /*offset half of the play button */
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
#content .middle .main .videos li .player a .play-button {
  position: relative;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}

.hidden-xs {
  display: none;
}

#footer {
  color: #FFFFFF;
  margin-bottom: 10px;
  overflow: hidden;
}
#footer > div {
  float: left;
}
#footer #provider {
  float: right;
  text-align: right;
}
#footer a {
  color: #FFFFFF;
  text-decoration: underline;
}
