/* == Calendar == */
#calendar {
  position: relative;
}
#calendar .calheader {
  height: 40px;
  line-height: 40px;
  background-color: #34495E;
  box-shadow: 0 -4px 0 0 rgba(255, 255, 255, 0.15) inset;
}
#calendar .calheader > div {
  text-align: center;
  text-shadow: none;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Quicksand';
  color: #fff
}
#calendar .calbody {
  position: relative;
}
#calendar .section {}
#calendar .section:last-child {
  border-bottom: none
}
#calendar .section > div:first-child {
  box-shadow: none;
  box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.6), 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}
#calendar .section > div,
#calendar .calheader > div {
  float: left;
  width: 14.28%
}
#calendar .section > div {
  height: 100px;
  box-shadow:inset 1px 1px 0 0 rgba(255,255,255,0.6), -1px -1px 0 0 rgba(0, 0, 0, 0.15);
}
#calendar .section > div > span.date {
  display: block;
  font-size: 26px;
  text-align: left;
  padding: 10px;
  font-weight: 600;
  font-family: 'Quicksand';
}
#calendar .section > div > div {
  padding: 0
}
#calendar .section > div > span.weekday {
  padding-left: .5em;
  display: none
}
#calendar .section > div.today {
 background-color: #34495E;
}
#calendar .section > div.empty {
}
#calendar .section > div:last-child,
#calendar .calheader > div:last-child {
  border-right: none
}
#calendar .section > div > div a,
#calendar .section > div > div span {
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 1px;
  padding: 0 5px
}
#calendar .section > div > div a:hover,
#calendar .section > div > div span:hover {
  opacity: 0.7
}
#calendar .calnav,
#list-view .calnav {
  height: 50px;
  position: relative;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 30px;
}
#calendar .calnav h3,
#list-view .calnav h3 {
  float: right;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 30px;
  margin-right: 100px
}
#calendar .calnav h3 span.month,
#list-view .calnav h3 span.month {
  margin-right: 10px
}
#calendar .calnav nav,
#list-view .calnav nav {
  position: absolute;
  right: 0;
  width: 70px;
  display: table
}
#calendar .calnav nav a,
#list-view .calnav nav a {
  display: table-cell;
  width: 35px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
#calendar .calnav nav a i.icon,
#list-view .calnav nav a i.icon {
  margin: 0;
  text-align: center;
}
 @media screen and (max-width: 880px), screen and (max-height: 450px) {
#calendar .calnav {
  padding: 0
}
#calendar .calnav nav {
  top: 0
}
#calendar .calnav nav #calendar,
 #calendar .calheader,
 #calendar .section > div > span.date {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  height: auto;
  width: auto
}
#calendar .nav h3 {
  float: none;
  width: auto;
  text-align: left;
  margin: 0
}
#calendar .section,
#calendar .section > div {
  height: auto;
  width: 100%;
  border: none
}
#calendar .section > div {
  box-shadow: none;
  float: none;
  min-height: 50px;
  border-radius: 0;
  box-shadow: inset 0 -2px rgba(0,0,0,0.1);
}
#calendar .section > div:first-child {
  box-shadow: inset 0 -2px rgba(0,0,0,0.1);
}
#calendar .section > div.empty {
  min-height: 0;
  height: 0;
  box-shadow: none;
  padding: 0
}
#calendar .section {
  box-shadow: none
}
#calendar .section > div > div {
  margin-top: 0;
  padding-left: 0;
  margin-left: 20px;
  max-width: 70%;
  display: inline-block
}
#calendar .section > div.today {
  background-color: #F5F5F5;
}
#calendar .section > div > span.date {
  width: 40px;
  display: inline-block;
  text-align: right
}
#calendar .section > div > span.weekday {
  display: inline-block;
  color: rgba(0,0,0,0.7);
  font-size: 10px;
  text-transform: uppercase;
  padding-right: .5em
}
#calendar .calheader,
 #calendar .section > div.today:after {
  display: none
}
}
/* == List View == */
#list-view {
  position: relative;
}
#list-view section {
  padding: 1.5em;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.075), 0 4px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 4px;
  background-color: #FFF;
}

#list-view aside {
  float: left;
  width: 70px;
  margin-right: 10px;
}
#list-view aside > div {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 0 1px #FFFFFF inset, 0 2px 0 rgba(0, 0, 0, 0.04);
  display: block;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: .75em 0 0;
  text-align: center;
  width: 60px;
  margin-top: 0;
}
#list-view aside > div span.week {
  font-size: 1.8em;
  line-height: 30px;
  border-bottom: 1px solid #FFFFFF;
  display: block;
  padding-bottom: 5px;
}
#list-view aside > div span.month {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: .65em;
  line-height: 2.5;
}
#list-view section {
  overflow: hidden;
  position: relative;
}

/* == Weekly View == */
#navweek {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px
}
#navweek h3 {
  float: left
}
#navweek nav {
  float: right
}
#navweek nav a.prev {
  margin-right: .85em
}

#weekly tr td div.dates {
  text-align: center;
  margin-bottom:.5em;
}
/* == Event Page == */
#ebooking section{
  padding: 1.5em;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.075), 0 4px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 4px;
  background-color: #FFF;
}
#map {
  height: 300px;
}
