* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container {
  margin: 100px 60px 100px 300px;
  padding: 60px;
  max-width: 900px;
  width: 100%;
  background: rgba(255,255,255,0.96);
}
.content {
  width: 75%;
  padding-right: 20px;
  display: inline-block;
}
.content-sidebar {
  padding-left: 20px;
  border-left: 1px solid #ccc;
  width: 25%;
  display: inline-flex;
  position: absolute;
}


/* clearfix */
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}

.clearfix:after {
clear: both;
}


.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
.panel-body {
  padding: 15px;
}

.panel-calendar .date-time {
      margin-bottom: 2em;
    } 

.panel-calendar .date-time span {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
}


.panel-calendar h4 {
      font-size: 16px;
      line-height: 21px;

      text-transform: initial;
      margin-bottom: 0;

      font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e21833;
  line-height: 1;
  letter-spacing: 1px;
  }

  .panel-calendar p {
      margin-bottom: 2em;
      font-size: 16px;
  color: #434A4F;
  line-height: 1.3125;
  font-family: "source sans", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  }

  .panel-calendar a.secondary {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 13px;
      letter-spacing: 1.3px;
      text-transform: uppercase;
      text-decoration: none;
      color: #666666;
  }

  a:hover.secondary, a:focus.secondary {
    color: #e21833;
    text-decoration: underline;
  }

  .panel-calendar .btn {
      margin-bottom: 0;
      padding: 10px 16px;
      margin-right: 16px;
      border-radius: 0;
}
a.btn.square {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 700;
      font-style: normal;
      font-size: 13px;
      letter-spacing: 1.3px;
      text-transform: uppercase;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
    touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
  background-image: none;
  border-radius: 0px;
  border: 3px solid #e21833;
  color: #e21833;
  text-decoration: none;
}
a.btn.square:hover, a.btn.square:focus {
  background-color: #e21833;
  color: #fff;
}*/
.tours {
    border-bottom: 5px solid #e21833;
}
.fairs {
    border-bottom: 5px solid #795548;
}
.right {
  float: right;
}
.left {
  float: left;
}
.panel-event {
  width: 33.33333%;
  float: left;
  padding: 0 15px;
}
.toggle-event-view a {
  font-size: 26px;
  color: #888888;
  display: block;
  padding-left: 0.5em;
  float: right;
}
.toggle-event-view a i {
  height: 26px;
  width: 26px;
  vertical-align: middle;
  line-height: 26px;      
}
.toggle-event-view a i.fa.fa-bars {
  padding-top: 1px;
}