body #container input {
  color: #99a4b1;
  height: 100%;
  z-index: 2;
}

body #container p {
  padding: 0px;
}

body #container a {
  color: inherit;
  text-decoration: none;
}
body #container a:active {
  color: inherit;
}
body #container ::-webkit-input-placeholder {
  color: #99a4b1;
}
body #container :-moz-placeholder {
  color: #99a4b1;
  opacity: 1;
}
body #container ::-moz-placeholder {
  color: #99a4b1;
  opacity: 1;
}
body #container :-ms-input-placeholder {
  color: #99a4b1;
}
body #container .button:hover {
  cursor: pointer;
}
body #container .image-container-container {
  font-size: 0;
  height: 100%;
}
body #container #header #title {
  color: #99a4b1;
  font-weight: 800;
  font-size: 30px;
}
body #container #header #header-desc {
  color: #0c2736;
  font-size: 18px;
  font-weight: 400;
  margin-top: 9px;
}
body #container #row-box-search {
  margin-top: 40px;
}
body #container #row-box-search #box-search {
  box-shadow: 0 9px 11px 0 rgba(32, 42, 68, 0.07);
  transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
}
body #container #row-box-search #box-search input {
  background-color: transparent;
  box-sizing: border-box;
  color: #18c358;
  padding-left: 20px;
  position: absolute;
  width: 100%;
  z-index: 2;
  border: 0px solid #fff;
  text-shadow: 0px 0px 0px #99a4b1;
}
body #container #row-box-search #box-search img {
  z-index: 1;
}
body #container #row-box-search .box-search-active img {
  display: none;
}
body #container .image-container {
  height: 100%;
  position: relative;
  width: 100%;
}
body #container .image-container img {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  position: absolute;
}
body #container .row-box {
  font-size: 0;
  width: 100%;
}
body #container #row-under-calendar * {
  display: inline-block;
  vertical-align: middle;
}
body #container .row-box .box {
  background-color: #ffffff;
  color: #99a4b1;
  font-size: 0;
  height: 100%;
}
body #container .row-box .box-small {
  height: 60px;
  color: #99a4b1;
}
body #container .row-box .box-small * {
  font-size: 26px;
  color: #99a4b1;
}
body #container .row-box .box-icon {
  width: 60px;
}
body #container #row-over-calendar {
  margin-top: 21px;
}
body #container #row-over-calendar .box {
  box-shadow: 0 9px 11px 0 rgba(32, 42, 68, 0.07);
  font-weight: 500;
}
body #container #row-over-calendar .box .image-container {
  width: 60px;
}
body #container #row-over-calendar #box-filter {
  font-size: 0;
  width: 254px;
}
body #container #row-over-calendar #box-filter:hover p {
  color: #18c358;
}
body #container #row-over-calendar #box-filter * {
  display: inline-block;
  font-size: 26px;
}
body #container #row-over-calendar #box-filter p {
  box-sizing: border-box;
  padding-left: 22px;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  width: calc(100% - 60px);
}
body #container #row-over-calendar #box-filter #box-filter-button {
  background-color: #18c358;
  height: 100%;
  width: 60px;
}
body #container #row-over-calendar #box-from {
  margin-left: 20px;
}
body #container #row-over-calendar .box-date {
  width: 260px;
}
body #container #row-over-calendar .box-date .choose-image-container {
  float: right;
}
body #container #row-over-calendar #box-to {
  margin-left: 30px;
}
body #container #row-over-calendar #box-windows {
  margin-left: 60px;
}
body #container #row-over-calendar #box-location {
  margin-left: 20px;
}
body #container .other-month {
  color: #e0e4e7;
}
body #container #calendar-container {
  background-color: #ffffff;
  box-shadow: 0 9px 11px 0 rgba(32, 42, 68, 0.03);
  font-size: 30px;
  margin-top: 21px;
  width: 100%;
}
body #container #calendar-container #calendar-upper-row {
  height: 125px;
}
body #container #calendar-container #calendar-upper-row * {
  display: inline-block;
}
body
  #container
  #calendar-container
  #calendar-upper-row
  #calendar-upper-row-left {
  font-family: "Playfair Display", sans-serif;
  font-size: 0;
  line-height: 125px;
  /*width: 350px;*/
  width: auto !important;
}
body
  #container
  #calendar-container
  #calendar-upper-row
  #calendar-upper-row-left
  p {
  font-family: "Playfair Display", serif !important;
  font-size: 30px;
  font-weight: bold;
  color: #99a4b1;
  margin-left: 40px;
  margin-top: 45px;
}
body
  #container
  #calendar-container
  #calendar-upper-row
  #calendar-upper-row-left
  .image-container-container {
  float: right;
  width: 80px;
  margin-left: 20px;
}
body
  #container
  #calendar-container
  #calendar-upper-row
  #calendar-upper-row-left
  .image-container-container
  .image-container {
  width: 50%;
}
body
  #container
  #calendar-container
  #calendar-upper-row
  #calendar-upper-row-left
  .image-container-container
  .image-container
  #calendar-arrow-left {
  left: 19px;
  right: auto;
}
body
  #container
  #calendar-container
  #calendar-upper-row
  #calendar-upper-row-left
  .image-container-container
  .image-container
  #calendar-arrow-right {
  left: auto;
  right: 19px;
}
body
  #container
  #calendar-container
  #calendar-upper-row
  #calendar-upper-row-right {
  float: right;
  font-size: 0;
  height: 47px;
  margin-right: 40px;
  margin-top: 41px;
  width: 246px;
}
body
  #container
  #calendar-container
  #calendar-upper-row
  #calendar-upper-row-right
  p {
  background-color: #c2c8d0;
  border: 1px solid #b3bcc5;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  line-height: 47px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
body
  #container
  #calendar-container
  #calendar-upper-row
  #calendar-upper-row-right
  #calendar-type-left {
  border-radius: 20px 0 0 20px;
}
body
  #container
  #calendar-container
  #calendar-upper-row
  #calendar-upper-row-right
  #calendar-type-right {
  border-radius: 0 20px 20px 0;
}
body
  #container
  #calendar-container
  #calendar-upper-row
  #calendar-upper-row-right
  .current-calendar-type {
  background-color: #ffffff;
  border: 1px solid #ebedf0;
  box-shadow: 0px 5px 7px 0px rgba(32, 42, 68, 0.25);
  color: #99a4b1;
}
body #container #calendar-container #calendar {
  background-color: #ffffff;
  font-size: 0;
  height: auto;
  width: 100%;
}
body #container #calendar-container #calendar .calendar-content {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0;
}
body #container #calendar-container #calendar #calendar-week-content {
  display: none;
}
body #container #calendar-container #calendar #day-names-column {
  background-color: #c5cbd3;
  color: #ffffff;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 122px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
body
  #container
  #calendar-container
  #calendar
  #day-names-column
  .calendar-month-cell {
  border: 0;
  padding: 0;
  border-left: 1px solid white;
}

body
  #container
  #calendar-container
  #calendar
  #day-names-column
  .calendar-month-cell:last-child,
body
  #container
  #calendar-container
  #calendar
  #day-names-column
  .calendar-month-cell:nth-last-child(2) {
  background-color: #99a4b1;
}
body #container #calendar-container #calendar .calendar-cell {
  border-top: 1px solid #e5e8eb;
  border-right: 1px solid #e5e8eb;
  border-bottom: 0 solid #e5e8eb;
  border-left: 0 solid #e5e8eb;
  box-sizing: border-box;
}
body #container #calendar-container #calendar .calendar-cell:first-child {
  border-left: 1px solid #e5e8eb;
}
body #container #calendar-container #calendar .calendar-month-column {
  color: #99a4b1;
  font-size: 20px;
  font-weight: 600;
  /*height: 100%;*/
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
  float: left;
  margin: 0 auto;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column:not(.calendar-sixth-part) {
  display: inline-block;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column:nth-child(5)
  .calendar-month-cell {
  /*border-right: 0;*/
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column:nth-last-child(1)
  .calendar-month-cell {
  border-bottom: 1px solid #e5e8eb;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell {
  height: 122px;
  position: relative;
  text-align: center;
  width: 14.285%;
  float: left;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  > p {
  padding-left: 19px;
  padding-top: 20px;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  p {
  font-size: 20px;
  line-height: 20px;
  color: #99a4b1;
  font-weight: 500;
  text-align: left;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell.tip
  .category-container-container {
  margin-left: 43px;
  margin-top: -20px;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell.tip
  .category-container-container
  .category-container {
  max-width: 105px;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell.tip
  .tip-container {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  height: 70px;
  left: 50px;
  position: absolute;
  text-align: left;
  bottom: 0px;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell.tip
  .tip-container
  .tip-title {
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;

  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container {
  font-size: 0;
  height: 67px;
  text-align: center;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .vertical-align-ghost {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container {
  display: inline-block;
  font-size: 0;
  max-width: 140px;
  text-align: left;
  vertical-align: middle;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category {
  border-radius: 14px;
  display: inline-block;
  height: 27px;
  margin: 2px 4px;
  position: relative;
  width: 27px;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category:hover {
  cursor: pointer;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category
  p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category
  .event-triangle {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ffffff;
  bottom: 31px;
  display: none;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 3;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category
  .event-list {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 9px 11px 0 rgba(32, 42, 68, 0.07);
  bottom: 45px;
  display: none;
  left: -100px;
  padding: 10px;
  position: absolute;
  z-index: 2;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category
  .event-list:hover {
  cursor: auto;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container {
  background-color: #f6f7f8;
  border-left: 5px solid;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 5px;
  padding: 12px;
  position: relative;
  width: 240px;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container
  .event {
  line-height: 24px;
  width: 100%;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container
  .event-plus {
  background-color: #f6f7f8;
  border-radius: 15px;
  bottom: 0;
  box-shadow: 0 9px 11px 0 rgba(32, 42, 68, 0.17);
  display: none;
  height: 30px;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 2;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container
  .event-plus
  img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container:hover {
  color: #0c2736;
  cursor: pointer;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-month-column
  .calendar-month-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container:hover
  .event-plus {
  display: block;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-six-parts
  .calendar-month-column {
  width: 145px;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-six-parts
  .calendar-month-column:nth-child(5)
  .calendar-month-cell {
  border-top: 1px solid #e5e8eb;
  border-right: 1px solid #e5e8eb;
  border-bottom: 0 solid #e5e8eb;
  border-left: 0 solid #e5e8eb;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-six-parts
  .calendar-month-column:nth-child(6)
  .calendar-month-cell {
  border-right: 0;
}
body
  #container
  #calendar-container
  #calendar
  .calendar-six-parts
  .calendar-sixth-part {
  display: inline-block;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row {
  height: 14.28571429%;
  width: 100%;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row:first-child
  .calendar-week-cell
  .category-container-container {
  margin-top: 28px;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  height: 100%;
  line-height: 122px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 128px;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell:nth-child(7) {
  border-right: 0;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell.calendar-week-days-cell {
  width: 102px;
}

body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell.calendar-week-days-cell
  p {
  font-size: 30px;
  line-height: 122px;
  color: #99a4b1;
  font-weight: 500;
}

body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .calendar-week-category-container {
  height: 26px;
  line-height: 26px;
  margin-top: -54px;
  position: relative;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .calendar-week-category-container
  .calendar-week-category {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell.tip
  .category-container-container {
  float: right;
  height: 50px;
  width: 50px;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell.tip
  .tip-container {
  font-size: 14px;
  font-weight: 700;
  height: 70px;
  left: 15px;
  line-height: 14px;
  position: absolute;
  text-align: left;
  top: 51px;
  width: 98px;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell.tip
  .tip-container
  .tip-title {
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container {
  font-size: 0;
  height: 100%;
  text-align: center;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .vertical-align-ghost {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container {
  display: inline-block;
  font-size: 0;
  max-width: 35px;
  text-align: left;
  vertical-align: middle;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category {
  border-radius: 14px;
  display: inline-block;
  height: 27px;
  margin: 2px 4px;
  position: relative;
  width: 27px;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category:hover {
  cursor: pointer;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category
  p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category
  .event-triangle {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ffffff;
  bottom: 31px;
  display: none;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 3;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category
  .event-list {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 9px 11px 0 rgba(32, 42, 68, 0.07);
  bottom: 45px;
  display: none;
  left: -100px;
  line-height: 14px;
  padding: 10px;
  position: absolute;
  z-index: 2;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category
  .event-list:hover {
  cursor: auto;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container {
  background-color: #f6f7f8;
  border-left: 5px solid;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 10px;
  padding: 12px;
  position: relative;
  width: 240px;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container
  .event {
  line-height: 24px;
  width: 100%;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container
  .event-plus {
  background-color: #f6f7f8;
  border-radius: 15px;
  bottom: 0;
  box-shadow: 0 9px 11px 0 rgba(32, 42, 68, 0.17);
  display: none;
  height: 30px;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 2;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container
  .event-plus
  img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container:hover {
  color: #0c2736;
  cursor: pointer;
}
body
  #container
  #calendar-container
  #calendar
  #calendar-week-content
  .calendar-week-row
  .calendar-week-cell
  .category-container-container
  .category-container
  .category
  .event-list
  .event-container:hover
  .event-plus {
  display: block;
}
body #container #row-under-calendar {
  height: 90px;
  line-height: 90px;
  margin-top: 31px;
  margin-bottom: 20px;
  position: relative;
}
body #container #row-under-calendar .box {
  box-shadow: 0 9px 11px 0 rgba(32, 42, 68, 0.03);
  margin-left: 20px;
}
body #container #row-under-calendar .box * {
  font-size: 28px;
}
body #container #row-under-calendar .box .box-month-container {
  background-color: #ffffff;
}
body #container #row-under-calendar .box #box-month-name {
  padding-left: 22px;
  margin-bottom: 10px;
}
body #container #row-under-calendar .box:first-child {
  margin-left: 0;
}
body #container #row-under-calendar #bottom-calendar-content {
  height: 100%;
  overflow: hidden;
  position: absolute;
  max-width: 770px;
}

@media (max-width: 1000px) {
  body #container #row-under-calendar #bottom-calendar-content {
    max-width: 100%;
  }
  body #container #row-under-calendar .box {
    margin: 0;
  }
}

body #container #row-under-calendar #bottom-calendar-content .box-day {
  z-index: 1;
  height: 90px;
}
body
  #container
  #row-under-calendar
  #bottom-calendar-content
  .box-day:first-child {
  margin-left: 20px;
}
body #container #row-under-calendar #bottom-calendar-content #first-box-day {
  left: -110px;
  position: absolute;
}
body #container #row-under-calendar #bottom-calendar-content #last-box-day {
  left: 770px;
  position: absolute;
}
body
  #container
  #row-under-calendar
  #bottom-calendar-content
  #box-day-container {
  left: 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body #container #row-under-calendar #bottom-calendar-content .transition-yes {
  transition: left 2s;
  -moz-transition: left 2s;
  -o-transition: left 2s;
  -webkit-transition: left 2s;
}
body #container #row-under-calendar #box-month {
  box-sizing: border-box;
  width: 250px;
  background-color: #ffffff;
}

body #container #row-under-calendar #box-month .image-container-container {
  float: right;
  font-size: 0;
  width: 80px;
  background-color: #ffffff;
}
body
  #container
  #row-under-calendar
  #box-month
  .image-container-container
  .image-container {
  width: 50%;
}
body
  #container
  #row-under-calendar
  #box-month
  .image-container-container
  .image-container
  #month-arrow-left {
  left: auto;
  right: 11px;
}
body
  #container
  #row-under-calendar
  #box-month
  .image-container-container
  .image-container
  #month-arrow-right {
  left: 11px;
  right: auto;
}
body #container #row-under-calendar .box-day {
  text-align: center;
  width: 90px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  cursor: pointer;
}
body #container #row-under-calendar .box-day p {
  display: block;
}
body #container #row-under-calendar .box-day .previous-month {
  color: #e0e4e7;
}
body #container #row-under-calendar .box-day:hover,
body #container #row-under-calendar .box-day.day-active {
  background-color: #18c358;
  color: #ffffff;
}

body #container #row-under-calendar .box-day:hover .day-name,
body #container #row-under-calendar .box-day.day-active .day-name {
  color: #ffffff;
}

body #container #row-under-calendar .box-day:hover .day-index,
body #container #row-under-calendar .box-day.day-active .day-index {
  color: #ffffff;
}

body #container #row-under-calendar .box-day .day-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 22px;
  margin-bottom: 0;
  color: #99a4b1;
}
body #container #row-under-calendar .box-day .day-index {
  font-weight: 600;
  line-height: 30px;
  margin-top: 5px;
  color: #99a4b1;
}

body #container #row-under-calendar .box-day .day-index .dot-after-day {
  display: contents;
}
body #container #row-under-calendar #box-month {
  font-family: "Playfair Display", sans-serif;
}
body #container #row-bottom {
  height: 45px;
  position: absolute;
  top: 0px;
  right: 0;
  width: 90px;
  z-index: 100;
}
body #container #row-bottom .box {
  box-shadow: 0 9px 11px 0 rgba(32, 42, 68, 0.03);
  width: 90px;
}
body #container #row-bottom .box.image-container-container .image-container {
  width: 50%;
  background: #fff;
  float: left;
  display: inline-block;
  height: 60px;
}
body
  #container
  #row-bottom
  .box.image-container-container
  .image-container
  #bottom-arrow-left {
  margin: auto;
}
body
  #container
  #row-bottom
  .box.image-container-container
  .image-container
  #bottom-arrow-right {
  margin: auto;
}
body #container #filter-active {
  background-color: #ffffff;
  display: none;
  left: 110px;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  top: 162px;
  width: 800px;
  z-index: 10;
  box-shadow: 2px 5px 20px 0 #eaebed;
  -moz-box-shadow: 2px 5px 20px 0 #eaebed;
  -o-box-shadow: 2px 5px 20px 0 #eaebed;
  -webkit-box-shadow: 2px 5px 20px 0 #eaebed;
  padding-bottom: 35px;
}
body #container #filter-active #filter-container {
  box-sizing: border-box;
  font-family: "Playfair Display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding: 36px;
}
body #container #filter-active #filter-container .filter-row {
  border-bottom: 1px solid #ebedef;
  font-size: 24px;
  font-weight: 500;
}
body #container #filter-active #filter-container #filter-cross {
  right: 36px;
  position: absolute;
  top: 36px;
}
body #container #filter-active #filter-container .filter-item-container {
  font-size: 0;
  margin-bottom: 40px;
}
body #container #filter-active #filter-container .filter-item-container * {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}
body #container #filter-active #filter-container .filter-item-container p {
  box-sizing: border-box;
  padding-left: 18px;
}
body
  #container
  #filter-active
  #filter-container
  .filter-item-container
  .filter-item-first-row {
  margin-bottom: 20px;
}
body
  #container
  #filter-active
  #filter-container
  .filter-item-container
  .filter-item:hover {
  cursor: pointer;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container {
  margin-left: 55px;
  margin-right: 55px;
  margin-top: 40px;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  * {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  p {
  margin-top: -6px;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category:nth-child(1),
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category:nth-child(4) {
  width: 190px;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category:nth-child(2),
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category:nth-child(5) {
  width: 200px;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category
  .filter-category-circle {
  border-radius: 12px;
  border: 5px solid;
  box-sizing: border-box;
  height: 24px;
  width: 24px;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category#landscapes
  .filter-category-circle {
  border-color: #402585;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category#lodging
  .filter-category-circle {
  border-color: #cd2027;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category#bath-and-relax
  .filter-category-circle {
  border-color: #1e5f83;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category#culture
  .filter-category-circle {
  border-color: #f0c514;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category#gastro
  .filter-category-circle {
  border-color: #e16d05;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category#sport-and-turistics
  .filter-category-circle {
  border-color: #18c358;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#landscapes {
  color: #402585;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#landscapes
  .filter-category-circle {
  background-color: #402585;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#lodging {
  color: #cd2027;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#lodging
  .filter-category-circle {
  background-color: #cd2027;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#bath-and-relax {
  color: #1e5f83;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#bath-and-relax
  .filter-category-circle {
  background-color: #1e5f83;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#culture {
  color: #f0c514;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#culture
  .filter-category-circle {
  background-color: #f0c514;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#gastro {
  color: #e16d05;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#gastro
  .filter-category-circle {
  background-color: #e16d05;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#sport-and-turistics {
  color: #18c358;
}
body
  #container
  #filter-active
  #filter-container
  #filter-categories
  #filter-category-container
  .filter-category.filter-marked#sport-and-turistics
  .filter-category-circle {
  background-color: #18c358;
}
body #container #filter-active #filter-container #filter-regions {
  padding-top: 38px;
}
body #container #filter-active #filter-container #filter-regions p {
  margin-top: -4px;
}
body
  #container
  #filter-active
  #filter-container
  #filter-regions
  #filter-region-container {
  font-size: 0;
  margin-left: 66px;
  margin-top: 42px;
}
body
  #container
  #filter-active
  #filter-container
  #filter-regions
  #filter-region-container
  .filter-region {
  width: 50%;
}
body
  #container
  #filter-active
  #filter-container
  #filter-regions
  #filter-region-container
  .filter-region
  .filter-region-circle {
  background: linear-gradient(#ffffff, #f2f4f7);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #cfd1db;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
}
body
  #container
  #filter-active
  #filter-container
  #filter-regions
  #filter-region-container
  .filter-region.filter-marked
  .filter-region-circle {
  box-shadow: inset 0 0 0 5px #99a4b1, inset 0 0 0 1px #cfd1db;
  box-sizing: border-box;
}
body #container #filter-active #filter-container #filter-bottom {
  font-size: 0;
  float: right;
  height: 47px;
  margin-top: 40px;
  width: 372px;
}
body #container #filter-active #filter-container #filter-bottom * {
  font-size: 24px;
}
body #container #filter-active #filter-container #filter-bottom .button {
  color: #18c358;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 47px;
  text-align: center;
  width: 50%;
}
body
  #container
  #filter-active
  #filter-container
  #filter-bottom
  #filter-button-use {
  background-color: #18c358;
  border-radius: 23px;
  box-shadow: 0 13px 13px 0 rgba(24, 195, 88, 0.3);
  color: #ffffff;
  font-weight: 500;
}
body #container .date-active {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 9px 11px 0 rgba(32, 42, 68, 0.07);
  display: none;
  height: 335px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  position: absolute;
  top: 155px;
  width: 260px;
}
body #container .date-active[date-active-id="0"] {
  left: 0;
  right: 215px;
}
body #container .date-active[date-active-id="1"] {
  left: 364px;
  right: 0;
}
body #container .date-active #date-active-header {
  font-size: 24px;
  font-weight: 500;
  height: 78px;
  text-align: center;
}
body #container .date-active #date-active-header #date-active-header-content {
  padding-top: 27px;
}
body #container .date-active #date-active-header #date-active-header-content * {
  display: inline-block;
}
body
  #container
  .date-active
  #date-active-header
  #date-active-header-content
  .date-active-header-arrow {
  position: absolute;
  top: 30px;
}
body
  #container
  .date-active
  #date-active-header
  #date-active-header-content
  .date-active-header-arrow:hover {
  background-position-y: -18px;
}
body
  #container
  .date-active
  #date-active-header
  #date-active-header-content
  #date-active-header-arrow-left {
  background-image: url("../images/arrow-left-hover.png");
  height: 18px;
  left: 15px;
  width: 10px;
}
body
  #container
  .date-active
  #date-active-header
  #date-active-header-content
  #date-active-header-arrow-right {
  background-image: url("../images/arrow-right-hover.png");
  height: 18px;
  right: 15px;
  width: 10px;
}
body #container .date-active #date-active-calendar {
  height: calc(100% - 78px);
}
body #container .date-active #date-active-calendar .date-active-calendar-cell {
  display: inline-block;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 14.28571429%;
  z-index: 2;
}
body #container .date-active #date-active-calendar .date-active-current-day {
  position: relative;
}
body #container .date-active #date-active-calendar .date-active-current-day p {
  bottom: 0;
  line-height: 4px;
  color: #ffffff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
body
  #container
  .date-active
  #date-active-calendar
  .date-active-current-day
  .date-active-current-day-background {
  background-color: #18c358;
  border-radius: 20px;
  background-repeat: no-repeat;
  bottom: 0;
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  z-index: 1;
}
body #container .date-active #date-active-calendar #date-active-day-names-row {
  background-color: #99a4b1;
  color: #ffffff;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  text-align: center;
}
body #container .date-active #date-active-calendar .date-active-calendar-row {
  color: #99a4b1;
  font-size: 0;
  font-weight: 600;
  height: 16.66666667%;
  line-height: 42.8281px;
  width: 100%;
}
body #container .date-active #date-active-calendar .date-active-calendar-row * {
  font-size: 16px;
}
body
  #container
  .date-active
  #date-active-calendar
  .date-active-calendar-row
  .other-month {
  color: #e0e4e7;
}
body
  #container
  .date-active
  #date-active-calendar
  .calendar-six-parts
  .date-active-calendar-row {
  height: 35.7px;
  line-height: 35.7px;
}
body
  #container
  .date-active
  #date-active-calendar
  .calendar-six-parts
  .calendar-sixth-part {
  display: inline-block;
}
body #container .calendar-sixth-part {
  display: none;
}

.calendar-counter {
  color: white;
  width: 20px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #c6cbd8;
  display: inline-block;
}

.day-gray p {
  color: #d5d8da !important;
}

.calendar-loader.active {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
  opacity: 0.7;
}

.popover {
  max-width: 300px;
  max-height: 350px;
}
.popover .popover-content {
  width: 300px;
  max-height: 345px;
  font-size: 17px;
  list-style-type: none;
  overflow-y: auto;
}
.popover .popover-content li {
  padding: 5px 10px;
  background-color: #f6f7f9;
  margin-bottom: 10px;
  color: #9b9b9b;
  font-weight: normal;
  border-radius: 5px;
  border-left: 5px solid #c5cbd3;
}

.popover .popover-content li:hover {
  color: #000;
}

.calendar-color-group {
  padding: 0 15px;
}

/* responsive styles */

@media (max-width: 1000px) {
  body #container #row-under-calendar {
    height: auto;
  }
  /*
  body #container #row-under-calendar .box * {
    font-size: 17px;
  }
  */

  body #container #row-under-calendar #bottom-calendar-content {
    position: static;
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  body
    #container
    #row-under-calendar
    #bottom-calendar-content
    .box-day:first-child {
    margin-left: 0;
  }
  body
    #container
    #row-under-calendar
    #bottom-calendar-content
    .box-day:nth-child(7) {
    margin-right: 0;
  }

  body #container #row-under-calendar #bottom-calendar-content #last-box-day,
  body
    #container
    #row-under-calendar
    #bottom-calendar-content
    #box-day-container {
    position: static;
  }
  body #container #row-under-calendar #bottom-calendar-content #first-box-day {
    left: -146px;
  }

  body #container #row-under-calendar .box-day {
    width: calc(100% / 7);
    margin-right: 20px;
  }
} /* 1000px */

@media (max-width: 992px) {
  #append .ng-scope > .col-md-3 {
    height: auto;
    width: 50%;
  }

  #append .tile {
    min-height: 320px;
  }

  body #container #row-under-calendar .box-day {
    width: 90px;
  }
  /*
  body #container #row-under-calendar .box-day .day-name {
    margin-top: 15px;
  }
  */

  body #container #row-under-calendar #bottom-calendar-content .box-day {
    height: 90px;
  }
  /*
  body #container #row-bottom {
    top: 0;
  }
  */

  .calendar-color-group {
    padding: 0 5px;
  }

  body #container #row-under-calendar .box-day {
    width: calc(100% / 7);
    margin-right: 20px;
  }

  body #container #row-under-calendar .box-day:last-child {
    margin-right: 0px;
  }
} /* 992px */

@media (max-width: 768px) {
  #append .ng-scope > .col-md-3 {
    height: auto;
    float: none;
    width: 100%;
    padding: 0;
  }

  #append .tile {
    min-height: auto;
  }

  body
    #container
    #calendar-container
    #calendar
    #calendar-rows
    .calendar-month-column.calendar-part {
    display: flex;
  }

  body
    #container
    #calendar-container
    #calendar
    #calendar-rows
    .calendar-month-column
    .calendar-month-cell {
    /*height: 150px;*/
    height: auto;
    min-height: 75px;
  }

  body
    #container
    #calendar-container
    #calendar
    .calendar-month-column
    .calendar-month-cell
    p {
    text-align: center;
    font-size: 15px;
  }

  body
    #container
    #calendar-container
    #calendar
    .calendar-month-column
    .calendar-month-cell
    > p {
    padding-left: 0;
  }

  body
    #container
    #calendar-container
    #calendar-upper-row
    #calendar-upper-row-left
    p {
    font-size: 22px;
    margin-left: 0;
  }
  body #container #row-bottom {
    top: 92px;
  }

  body #container #row-under-calendar #box-month {
    width: 100%;
    background-color: transparent;
  }

  body
    #container
    #row-under-calendar
    #box-month
    .image-container-container
    .image-container
    #month-arrow-left {
    right: 15px;
  }
  body
    #container
    #row-under-calendar
    #box-month
    .image-container-container
    .image-container
    #month-arrow-right {
    left: 15px;
  }
  body #container #row-bottom .box.image-container-container .image-container {
    width: 40px;
    height: 40px;
  }
  body #container #row-bottom {
    width: 142px;
  }
  body
    #container
    #row-under-calendar
    #bottom-calendar-content
    #box-day-container {
    margin-right: 144px;
  }
  body #container #row-under-calendar #box-month .image-container-container {
    width: 142px;
  }
  body #container #row-under-calendar .box .box-month-container {
    width: calc(100% - 144px);
  }
  body #container #row-bottom .box {
    width: 142px;
  }
  body #container #row-bottom .box.image-container-container .image-container {
    height: 70px;
    width: 70px;
  }
  body
    #container
    #row-bottom
    .box.image-container-container
    .image-container.left {
    margin-right: 2px;
  }
  body #container #row-under-calendar .box-day {
    width: calc(100% / 7);
    margin-right: 2px;
  }
  body #container #row-under-calendar #bottom-calendar-content .box-day {
    height: 70px;
  }
  body #container #row-under-calendar .box-day .day-name {
    margin-top: 10px;
  }
  body #container #row-under-calendar #bottom-calendar-content {
    margin-top: 2px;
  }
  body
    #container
    #row-under-calendar
    #box-month
    .image-container-container
    .image-container
    #month-arrow-left {
    right: 30px;
  }
  body
    #container
    #row-under-calendar
    #box-month
    .image-container-container
    .image-container
    #month-arrow-right {
    left: 30px;
  }
} /* 768px */

@media (max-width: 640px) {
  body #container #row-under-calendar #bottom-calendar-content .box-day {
    height: 60px;
  }
  body #container #row-under-calendar {
    line-height: 64px;
  }
  body #container #row-under-calendar .box-day .day-index {
    line-height: 20px;
  }
  body #container #row-bottom .box.image-container-container .image-container {
    height: 60px;
    width: 60px;
  }
  body #container #row-bottom .box {
    width: 122px;
  }
  body #container #row-bottom {
    width: 122px;
  }
  body #container #row-bottom {
    top: 66px;
  }
  body #container #row-under-calendar #box-month .image-container-container {
    width: 122px;
  }
  body #container #row-under-calendar .box .box-month-container {
    width: calc(100% - 124px);
  }
  body
    #container
    #row-under-calendar
    #bottom-calendar-content
    #box-day-container {
    margin-right: 124px;
  }
  body
    #container
    #row-under-calendar
    #box-month
    .image-container-container
    .image-container
    #month-arrow-left {
    right: 25px;
  }
  body
    #container
    #row-under-calendar
    #box-month
    .image-container-container
    .image-container
    #month-arrow-right {
    left: 25px;
  }
}

@media (max-width: 550px) {
  body #container #row-under-calendar #bottom-calendar-content .box-day {
    height: 50px;
  }

  body #container #row-under-calendar .box-day .day-name {
    font-size: 12px;
    line-height: 5px;
  }
  body #container #row-under-calendar .box * {
    font-size: 20px;
  }
  body #container #row-under-calendar .box-day .day-index {
    line-height: 30px;
  }
  body #container #row-under-calendar {
    line-height: 50px;
  }
  body #container #row-bottom .box.image-container-container .image-container {
    height: 50px;
  }

  body #container #row-under-calendar .box-day .day-index .dot-after-day {
    display: none;
  }
  body #container #row-bottom .box.image-container-container .image-container {
    height: 50px;
    width: 50px;
  }
  body #container #row-bottom .box {
    width: 102px;
  }
  body #container #row-bottom {
    width: 102px;
  }
  body #container #row-bottom {
    top: 52px;
  }
  body #container #row-under-calendar #box-month .image-container-container {
    width: 102px;
  }
  body #container #row-under-calendar .box .box-month-container {
    width: calc(100% - 104px);
  }
  body
    #container
    #row-under-calendar
    #bottom-calendar-content
    #box-day-container {
    margin-right: 104px;
  }
  body
    #container
    #row-under-calendar
    #box-month
    .image-container-container
    .image-container
    #month-arrow-left {
    right: 21px;
  }
  body
    #container
    #row-under-calendar
    #box-month
    .image-container-container
    .image-container
    #month-arrow-right {
    left: 21px;
  }
  body #container #row-under-calendar .box #box-month-name {
    margin: 0px;
  }
}

@media (max-width: 460px) {
  body #container #row-under-calendar #bottom-calendar-content .box-day {
    height: 40px;
  }
  body #container #row-under-calendar .box-day .day-name {
    font-size: 10px;
    margin-top: 5px;
  }
  body #container #row-under-calendar {
    line-height: 44px;
  }
  body #container #row-bottom .box.image-container-container .image-container {
    height: 40px;
    width: 40px;
  }

  body #container #row-bottom {
    top: 46px;
  }
  body #container #row-under-calendar #box-month .image-container-container {
    width: 82px;
  }
  body #container #row-under-calendar .box .box-month-container {
    width: calc(100% - 84px);
  }
  body #container #row-bottom .box {
    width: 82px;
  }
  body #container #row-bottom {
    width: 82px;
  }
  body
    #container
    #row-under-calendar
    #bottom-calendar-content
    #box-day-container {
    margin-right: 84px;
  }
  body
    #container
    #row-under-calendar
    #box-month
    .image-container-container
    .image-container
    #month-arrow-left {
    right: 15px;
  }
  body
    #container
    #row-under-calendar
    #box-month
    .image-container-container
    .image-container
    #month-arrow-right {
    left: 15px;
  }
  body #container #row-under-calendar .box-day .day-index {
    line-height: 24px;
  }
}

@media (max-width: 375px) {
}
@media (max-width: 500px) {
  body #container #calendar-container #calendar #day-names-column {
    font-size: 20px;
  }

  body
    #container
    #calendar-container
    #calendar
    #calendar-rows
    .calendar-month-column
    .calendar-month-cell {
    /*height: 250px;*/
  }
}

/* end of responsive styles */
