body {
  height: 100%;
  width: 100%;
}


/********************************************************************************
                                      Header
********************************************************************************/

body .top-header-outer {
  background-color: #f00;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin: 0 auto;
  width: 70em;
  border-radius: 4px;
  box-shadow: 10px 10px 5px #888;
}

body .top-header-outer .top-header-inner {
  background-color: #2f3a5a;
  font-size: 3.5em;
  color: #fff;
  font-weight: bold;
}

body .top-header-outer .top-header-inner .left-pole {
  padding-right: 0.3em;
}

body .top-header-outer .top-header-inner .right-pole {
  padding-left: 0.3em;
}

body .top-header-outer .top-header-inner div {
  display: inline-block;
}

body .top-header-outer .top-header-inner img {
  height: 2em;
}

body .sub-header {
  margin: 0 auto;
  width: 70em;
  margin-top: 15px;
}


/********************************************************************************
                            Main Section (Left Side)
********************************************************************************/

body .main-section {
  width: 70em;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 86px;
  display: table;
  table-layout: fixed;
}

body .main-section .main-section-left {
  display: table-cell;
  vertical-align: top;
  width: 25%;
}

body .main-section .main-section-left .hours {
  margin-bottom: 16px;
}

body .main-section .main-section-left .hours .hours-details {
  padding-top: 10px;
  font-family: Ubuntu;
  margin-bottom: 10px;
}

body .main-section .main-section-left .hours .hours-details span {
  color: #a61700;
}

body .main-section .main-section-left .hours .hours-details .left {
  font-weight: bold;
}

body .main-section .main-section-left .hours .hours-details br {
  line-height: 30px;
}

body .main-section .main-section-left .hours #view-schedule-link {
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #2f3a5a;
  cursor: pointer;
}

body .main-section .main-section-left .hours #view-schedule-link:hover {
  text-decoration: underline;
  color: #111624;
}

body .main-section .main-section-left table {
  width: 100%;
  padding-top: 10px;
}

body .main-section .main-section-left table td {
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  padding-bottom: 10px;
}

body .main-section .main-section-left .prices-table .red-row {
  color: #ba1e2e;
}

body .main-section .main-section-left .prices-table .blue-row {
  color: #293991;
}

body .main-section .main-section-left .prices-table .notes {
  color: #000000;
  font-size: .75em;
  font-weight: 100;
}

body .main-section .main-section-left .prices-table .final-row {
  color: #000000;
  font-size: .75em;
  font-weight: 100;
}

.hours-subject-to-change {
  font-size: 15px;
  text-align: left;
  margin-bottom: 25px;
}


/********************************************************************************
                            Main Section (Middle)
********************************************************************************/

body .main-section .main-section-middle {
  display: table-cell;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

body .main-section .main-section-middle img {
  height: 40em;
  border-radius: 4px;
}


/********************************************************************************
                            Main Section (Right)
********************************************************************************/

body .main-section .main-section-right {
  display: table-cell;
  vertical-align: top;
  width: 25%;
}

body .main-section .main-section-right .cl-header {
  font: 1.5em 'Oleo Script', Helvetica, sans-serif;
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
  color: #a61700;
}

body .holidays {
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
}

body .holidays div {
  color: #a61700;
  font-weight: bold;
  line-height: 30px;
}

body .reduced-hours .header {
  font-size: 16px;
  margin-bottom: 4px;
  color: rgb(58, 58, 58);
  font-weight: bold;
  text-decoration: underline;
}

body .reduced-hours {
  color: rgb(107, 107, 107);
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 80%;
  margin: 0 auto;
}

body .main-section .main-section-right iframe {
  margin-top: 1em;
  width: 20em;
  height: 19em;
  border: 0px;
  background-color: lightgrey;
}


/********************************************************************************
                            Main Section (Bottom)
********************************************************************************/

body .copyright {
  color: #808080;
  text-align: center;
  width: 70em;
  margin: 0 auto;
  padding-top: 60px;
}


/********************************************************************************
                                 Mobile Version
********************************************************************************/

.visible-device {
  transform: translateX(-8px);
  display: none;
}

.visible-device .top-header-outer {
  width: 100%;
}

.visible-device .top-header-outer .top-header-inner {
  font-size: 2em;
}

.visible-device .main-section {
  width: 100%;
  display: block;
}

.visible-device .main-section .main-section-left {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.visible-device .main-section .main-section-left table {
  padding-top: 10px;
}

.visible-device .main-section .main-section-left table div {
  padding-bottom: 2px;
}

.visible-device .main-section div img {
  width: 100%;
  width: 70%;
  display: block;
  margin: 0 auto;
}

.visible-device div .copyright-mobile {
  font-size: 0.8em;
  width: 70%;
  display: block;
  margin: 0 auto;
}

/********************************************************************************
                                 Shared
********************************************************************************/

.barber-font {
  color: #282971;
  font: 2em 'Oleo Script', Helvetica, sans-serif;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bolder;
}


@media only screen and (max-width: 500px) {

  .visible-desktop {
    display: none;
  }

  .visible-device {
    display: block;
  }
}

/******************************************************************************
                                  Table
******************************************************************************/

.schedule-table {
  margin: 0 auto;
  border-top: 1px solid grey;
  padding-top: 24px;
  margin-top: 24px;
}

.schedule-table .table-header .table-header-cell:first-child {
  text-align: left;
}

.schedule-table .table-header .table-header-cell {
  text-align: right;
  color: #282971;
  font: 1.5em 'Oleo Script', Helvetica, sans-serif;
  width: 128px;
}

.schedule-table .table-row .table-cell:first-child  {
  text-align: left;
}

.schedule-table .table-cell {
  padding: 12px 8px 12px 8px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgb(48, 48, 48);
  letter-spacing: 2px;
  white-space: nowrap;
}

.schedule-table .table-row .table-cell:first-child  {
  text-align: left;
  letter-spacing: 1px;
}

.schedule-table .table-row.even .table-cell.odd  {
  background-color: rgb(247, 220, 220);
}

.schedule-table .table-row.odd .table-cell.even  {
  background-color: rgb(247, 220, 220);
}

/***** Mobile ****/

.visible-device #view-schedule-link-mobile {
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #2f3a5a;
  cursor: pointer;
}

.visible-device #view-schedule-link-mobile:hover {
  text-decoration: underline;
  color: #111624;
}

.visible-device #weekly-schedule-anchor-mobile {
  margin: 0 auto;
  width: 95%;
  overflow-x: auto;
  margin-bottom: 12px;
}

.visible-device #weekly-schedule-anchor-mobile .schedule-table {
  border-top: none;
  margin-top: 0px;
  margin-bottom: 24px;
}

.visible-device #weekly-schedule-anchor-mobile .schedule-table .table-header .table-header-cell {
  width: 64px;
  font: 1em 'Oleo Script', Helvetica, sans-serif
}

.visible-device #weekly-schedule-anchor-mobile .schedule-table .table-cell {
  padding: 4px;
}
