/* line 17, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 5, ../sass/_colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 6, ../sass/_colorbox.scss */
#cboxWrapper {
  max-width: none;
}

/* line 7, ../sass/_colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 8, ../sass/_colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 9, ../sass/_colorbox.scss */
#cboxContent {
  position: relative;
}

/* line 10, ../sass/_colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 11, ../sass/_colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 12, ../sass/_colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 13, ../sass/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 14, ../sass/_colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 15, ../sass/_colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 16, ../sass/_colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 23, ../sass/_colorbox.scss */
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 24, ../sass/_colorbox.scss */
#colorbox {
  outline: 0;
}

/* line 25, ../sass/_colorbox.scss */
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

/* line 26, ../sass/_colorbox.scss */
.cboxIframe {
  background: #fff;
}

/* line 27, ../sass/_colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 28, ../sass/_colorbox.scss */
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

/* line 29, ../sass/_colorbox.scss */
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}

/* line 30, ../sass/_colorbox.scss */
#cboxLoadingOverlay {
  background: #000;
}

/* line 31, ../sass/_colorbox.scss */
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

/* line 32, ../sass/_colorbox.scss */
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 35, ../sass/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/controls_sprite.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 38, ../sass/_colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 40, ../sass/_colorbox.scss */
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

/* line 41, ../sass/_colorbox.scss */
#cboxPrevious:hover {
  background-position: 0px -25px;
}

/* line 42, ../sass/_colorbox.scss */
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

/* line 43, ../sass/_colorbox.scss */
#cboxNext:hover {
  background-position: -25px -25px;
}

/* line 44, ../sass/_colorbox.scss */
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

/* line 45, ../sass/_colorbox.scss */
#cboxClose:hover {
  background-position: -50px -25px;
}

/* line 46, ../sass/_colorbox.scss */
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

/* line 47, ../sass/_colorbox.scss */
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

/* line 48, ../sass/_colorbox.scss */
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

/* line 49, ../sass/_colorbox.scss */
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

/* line 50, ../sass/_colorbox.scss */
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* Overall wrapper */
/* line 2, ../sass/_monthly.scss */
.monthly {
  background: #F3F3F5;
  color: #545454;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

/* Contains title & nav */
/* line 13, ../sass/_monthly.scss */
.monthly-header {
  position: relative;
  text-align: center;
  padding: 10px;
  background: #fff;
  height: 40px;
  box-sizing: border-box;
}

/* line 21, ../sass/_monthly.scss */
.monthly-header-title {
  font-size: .8em;
  text-transform: uppercase;
}

/* wrapper for left button to make the clickable area bigger */
/* line 26, ../sass/_monthly.scss */
.monthly-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  opacity: .5;
}

/* line 34, ../sass/_monthly.scss */
.monthly-prev:hover {
  opacity: 1;
}

/* Left Arrow */
/* line 38, ../sass/_monthly.scss */
.monthly-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* wrapper for right button to make the clickable area bigger */
/* line 53, ../sass/_monthly.scss */
.monthly-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  opacity: .5;
}

/* line 61, ../sass/_monthly.scss */
.monthly-next:hover {
  opacity: 1;
}

/* Right Arrow */
/* line 65, ../sass/_monthly.scss */
.monthly-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Day of the week headings */
/* line 81, ../sass/_monthly.scss */
.monthly-day-title-wrap {
  display: table;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #EBEBEB;
}

/* line 87, ../sass/_monthly.scss */
.monthly-day-title-wrap div {
  width: 14.28% !important;
  display: table-cell;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}

/* Calendar days wrapper */
/* line 99, ../sass/_monthly.scss */
.monthly-day-wrap {
  display: table;
  width: 100%;
  overflow: hidden;
}

/* line 104, ../sass/_monthly.scss */
.monthly-week {
  display: table-row;
  width: 100%;
}

/* Calendar Days */
/* line 109, ../sass/_monthly.scss */
.monthly-day, .monthly-day-blank {
  width: 14.28% !important;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  color: inherit;
  background: #fff;
  box-shadow: 0 0 0 1px #EBEBEB;
  -webkit-transition: .25s;
  transition: .25s;
  padding: 0;
  text-decoration: none;
}

/* Trick to make the days' width equal their height */
/* line 126, ../sass/_monthly.scss */
.monthly-day:before {
  content: "";
  display: block;
  padding-top: 100%;
  float: left;
}

/* Hover effect for non event calendar days */
/* line 134, ../sass/_monthly.scss */
.monthly-day-wrap > a:hover {
  background: #A1C2E3;
}

/* Days that are part of previous or next month */
/* line 139, ../sass/_monthly.scss */
.monthly-day-blank {
  background: #F3F3F5;
}

/* Event calendar day number styles */
/* line 144, ../sass/_monthly.scss */
.monthly-day-event > .monthly-day-number {
  position: absolute;
  line-height: 1em;
  top: 2px;
  left: 2px;
  font-size: 11px;
}

/* Non-Event calendar day number styles */
/* line 155, ../sass/_monthly.scss */
.monthly-day-pick > .monthly-day-number {
  line-height: 1em;
  font-size: 11px;
  padding-top: 35%;
  text-align: center;
}

/* line 162, ../sass/_monthly.scss */
.monthly-day-pick > .monthly-indicator-wrap {
  margin: 0;
}

/* Days in the past in "picker" mode */
/* line 167, ../sass/_monthly.scss */
.monthly-past-day:after {
  content: '';
  width: 150%;
  height: 2px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

/* line 182, ../sass/_monthly.scss */
.monthly-past-day:hover {
  background: white !important;
}

/* Current day style */
/* line 186, ../sass/_monthly.scss */
.monthly-today .monthly-day-number {
  color: #FFF;
  background: #EA6565;
  border-radius: 20px;
  top: 1px;
  left: 1px;
  font-size: 10px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

/* line 198, ../sass/_monthly.scss */
.monthly-day-pick.monthly-today .monthly-day-number {
  padding: 0;
  margin: 22% auto 0 auto;
}

/* Button to reset to current month */
/* line 204, ../sass/_monthly.scss */
.monthly-reset {
  display: none;
  width: 9px;
  height: 9px;
  border: 2px solid #222;
  border-radius: 9px;
  position: relative;
  opacity: .5;
  margin-left: 5px;
  vertical-align: middle;
}

/* line 215, ../sass/_monthly.scss */
.monthly-reset:hover {
  opacity: 1;
}

/* Makes the little arrow on the reset button */
/* line 219, ../sass/_monthly.scss */
.monthly-reset:before {
  content: '';
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 2px;
  top: 6px;
}

/* line 228, ../sass/_monthly.scss */
.monthly-reset:after {
  content: '';
  border: 3px solid transparent;
  border-left: 3px solid #222;
  border-bottom: 3px solid #222;
  position: absolute;
  left: 5px;
  top: 5px;
}

/* Button to return to month view */
/* line 238, ../sass/_monthly.scss */
.monthly-cal {
  display: inline-block;
  height: 11px;
  width: 13px;
  background: #222;
  position: relative;
  top: 1px;
  margin-right: 5px;
  opacity: .5;
}

/* line 248, ../sass/_monthly.scss */
.monthly-cal:hover {
  cursor: pointer;
  opacity: 1;
}

/* line 252, ../sass/_monthly.scss */
.monthly-cal:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 3px;
  border: 1px solid #fff;
  background: #222;
  top: -2px;
  left: 2px;
}

/* line 262, ../sass/_monthly.scss */
.monthly-cal:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 3px;
  border: 1px solid #fff;
  background: #222;
  top: -2px;
  right: 2px;
}

/* line 272, ../sass/_monthly.scss */
.monthly-cal div {
  background: #fff;
  height: 6px;
  width: 11px;
  position: absolute;
  top: 4px;
  left: 1px;
}

/* Wrapper around events */
/* line 283, ../sass/_monthly.scss */
.monthly-indicator-wrap {
  position: relative;
  text-align: center;
  line-height: 0;
  max-width: 20px;
  margin: 0 auto;
  padding-top: 40%;
}

/* Event indicator dots */
/* line 293, ../sass/_monthly.scss */
.monthly-day .monthly-event-indicator {
  display: inline-block;
  margin: 1px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  vertical-align: middle;
  border-radius: 6px;
  background: #7BA7CE;
  font-size: 0;
  color: transparent;
}

/* line 306, ../sass/_monthly.scss */
.monthly-day .monthly-event-indicator:hover {
  cursor: pointer;
}

/* Listing of events under calendar */
/* line 310, ../sass/_monthly.scss */
.monthly-event-list {
  background: rgba(233, 235, 236, 0.9);
  overflow: auto;
  position: absolute;
  top: 42px;
  width: 100%;
  height: calc(100% - 42px);
  display: none;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* Days in Events List */
/* line 326, ../sass/_monthly.scss */
.monthly-list-item {
  position: relative;
  padding: 10px 10px 5px 50px;
  display: none;
  border-top: 1px solid #D6D6D6;
  text-align: left;
}

/* line 334, ../sass/_monthly.scss */
.monthly-list-item:after {
  content: 'No Events';
  padding: 4px 10px;
  display: block;
  margin-bottom: 5px;
}

/* line 341, ../sass/_monthly.scss */
.monthly-event-list .monthly-today .monthly-event-list-date {
  color: #EA6565;
}

/* Events in Events List */
/* line 346, ../sass/_monthly.scss */
.monthly-event-list .listed-event {
  display: block;
  color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 5px;
}

/* line 354, ../sass/_monthly.scss */
.monthly-list-item a:link, .monthly-list-item a:visited {
  text-decoration: none;
}

/* line 358, ../sass/_monthly.scss */
.item-has-event {
  display: block;
}

/* line 362, ../sass/_monthly.scss */
.item-has-event:after {
  display: none !important;
}

/* line 366, ../sass/_monthly.scss */
.monthly-event-list-date {
  width: 50px;
  position: absolute;
  left: 0;
  top: 13px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
}

/* line 378, ../sass/_monthly.scss */
.monthly-list-time-start,
.monthly-list-time-end {
  font-size: .8em;
  display: inline-block;
}

/* line 382, ../sass/_monthly.scss */
.monthly-list-time-start:not(:empty):after {
  content: ' -';
  padding-right: 5px;
}

/* Events List custom webkit scrollbar */
/* line 389, ../sass/_monthly.scss */
.monthly-event-list::-webkit-scrollbar {
  width: 9px;
}

/* Track */
/* line 392, ../sass/_monthly.scss */
.monthly-event-list::-webkit-scrollbar-track {
  background: none;
}

/* Handle */
/* line 395, ../sass/_monthly.scss */
.monthly-event-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border: 1px solid #E9EBEC;
  border-radius: 10px;
}

/* line 400, ../sass/_monthly.scss */
.monthly-event-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Increase font & spacing over larger size */
@media (min-width: 400px) {
  /* line 404, ../sass/_monthly.scss */
  .monthly-day-number {
    top: 5px;
    left: 5px;
    font-size: 13px;
  }
}
/* Styles for large mode where text is revealed within events */
@media (min-width: 600px) {
  /* line 412, ../sass/_monthly.scss */
  .monthly-day-event {
    padding-top: 20px;
  }

  /* line 415, ../sass/_monthly.scss */
  .monthly-day-event:before {
    padding-top: 77%;
  }

  /* line 418, ../sass/_monthly.scss */
  .monthly-day-event > .monthly-indicator-wrap {
    width: auto;
    max-width: none;
  }

  /* line 422, ../sass/_monthly.scss */
  .monthly-indicator-wrap {
    padding: 0;
  }

  /* line 425, ../sass/_monthly.scss */
  .monthly-day .monthly-event-indicator {
    display: block;
    margin: 0 0 1px 0;
    width: auto;
    height: 20px;
    font-size: 10px;
    padding: 4px;
    border-radius: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    line-height: 1em;
    white-space: nowrap;
    box-sizing: border-box;
  }
}
/*!
 * FullCalendar v2.6.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
/* line 8, ../sass/_fullcalendar.scss */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 13, ../sass/_fullcalendar.scss */
.fc-rtl {
  text-align: right;
}

/* line 17, ../sass/_fullcalendar.scss */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 31, ../sass/_fullcalendar.scss */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}

/* line 35, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 40, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

/* line 44, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 48, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-today {
  background: #fcf8e3;
}

/* line 52, ../sass/_fullcalendar.scss */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 58, ../sass/_fullcalendar.scss */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 64, ../sass/_fullcalendar.scss */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 73, ../sass/_fullcalendar.scss */
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
    "Arial", sans-serif
    "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
/* line 100, ../sass/_fullcalendar.scss */
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */
}

/* line 105, ../sass/_fullcalendar.scss */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

/* line 113, ../sass/_fullcalendar.scss */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%;
}

/* line 121, ../sass/_fullcalendar.scss */
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

/* line 127, ../sass/_fullcalendar.scss */
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

/* line 133, ../sass/_fullcalendar.scss */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%;
}

/* line 140, ../sass/_fullcalendar.scss */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%;
}

/* line 147, ../sass/_fullcalendar.scss */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 153, ../sass/_fullcalendar.scss */
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 163, ../sass/_fullcalendar.scss */
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
/* line 181, ../sass/_fullcalendar.scss */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 183, ../sass/_fullcalendar.scss */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* line 187, ../sass/_fullcalendar.scss */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 192, ../sass/_fullcalendar.scss */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
/* line 199, ../sass/_fullcalendar.scss */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 211, ../sass/_fullcalendar.scss */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 229, ../sass/_fullcalendar.scss */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 234, ../sass/_fullcalendar.scss */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 245, ../sass/_fullcalendar.scss */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 251, ../sass/_fullcalendar.scss */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 263, ../sass/_fullcalendar.scss */
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
/* line 272, ../sass/_fullcalendar.scss */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

/* line 277, ../sass/_fullcalendar.scss */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 285, ../sass/_fullcalendar.scss */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 290, ../sass/_fullcalendar.scss */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

/* line 294, ../sass/_fullcalendar.scss */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 298, ../sass/_fullcalendar.scss */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

/* line 303, ../sass/_fullcalendar.scss */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 308, ../sass/_fullcalendar.scss */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
/* line 314, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 319, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* jqui themed */
/* line 326, ../sass/_fullcalendar.scss */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 334, ../sass/_fullcalendar.scss */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 339, ../sass/_fullcalendar.scss */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 346, ../sass/_fullcalendar.scss */
.fc-clear {
  clear: both;
}

/* line 353, ../sass/_fullcalendar.scss */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 361, ../sass/_fullcalendar.scss */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 365, ../sass/_fullcalendar.scss */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 373, ../sass/_fullcalendar.scss */
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 381, ../sass/_fullcalendar.scss */
.fc th {
  text-align: center;
}

/* line 386, ../sass/_fullcalendar.scss */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 393, ../sass/_fullcalendar.scss */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 401, ../sass/_fullcalendar.scss */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 407, ../sass/_fullcalendar.scss */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 417, ../sass/_fullcalendar.scss */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 425, ../sass/_fullcalendar.scss */
.fc-row {
  position: relative;
}

/* line 429, ../sass/_fullcalendar.scss */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
/* line 436, ../sass/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 441, ../sass/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 446, ../sass/_fullcalendar.scss */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 450, ../sass/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 455, ../sass/_fullcalendar.scss */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* line 464, ../sass/_fullcalendar.scss */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 470, ../sass/_fullcalendar.scss */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 475, ../sass/_fullcalendar.scss */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 485, ../sass/_fullcalendar.scss */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 494, ../sass/_fullcalendar.scss */
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 499, ../sass/_fullcalendar.scss */
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 509, ../sass/_fullcalendar.scss */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
/* line 523, ../sass/_fullcalendar.scss */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 529, ../sass/_fullcalendar.scss */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 534, ../sass/_fullcalendar.scss */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 538, ../sass/_fullcalendar.scss */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}

/* line 545, ../sass/_fullcalendar.scss */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* line 550, ../sass/_fullcalendar.scss */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 562, ../sass/_fullcalendar.scss */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 571, ../sass/_fullcalendar.scss */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer */
/* line 581, ../sass/_fullcalendar.scss */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}

/* left resizer  */
/* line 595, ../sass/_fullcalendar.scss */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}

/* right resizer */
/* line 606, ../sass/_fullcalendar.scss */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 618, ../sass/_fullcalendar.scss */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 624, ../sass/_fullcalendar.scss */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 629, ../sass/_fullcalendar.scss */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* line 633, ../sass/_fullcalendar.scss */
.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 645, ../sass/_fullcalendar.scss */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 652, ../sass/_fullcalendar.scss */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 656, ../sass/_fullcalendar.scss */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 662, ../sass/_fullcalendar.scss */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 666, ../sass/_fullcalendar.scss */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 671, ../sass/_fullcalendar.scss */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 679, ../sass/_fullcalendar.scss */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 687, ../sass/_fullcalendar.scss */
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

/* line 692, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-left {
  float: left;
}

/* line 696, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-right {
  float: right;
}

/* line 700, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
/* line 705, ../sass/_fullcalendar.scss */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
/* line 711, ../sass/_fullcalendar.scss */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
/* line 717, ../sass/_fullcalendar.scss */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
/* line 723, ../sass/_fullcalendar.scss */
.fc-toolbar button {
  position: relative;
}

/* line 728, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 732, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 737, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 741, ../sass/_fullcalendar.scss */
.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 753, ../sass/_fullcalendar.scss */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 760, ../sass/_fullcalendar.scss */
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 771, ../sass/_fullcalendar.scss */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 777, ../sass/_fullcalendar.scss */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 783, ../sass/_fullcalendar.scss */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 787, ../sass/_fullcalendar.scss */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 797, ../sass/_fullcalendar.scss */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

/* line 802, ../sass/_fullcalendar.scss */
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 807, ../sass/_fullcalendar.scss */
.fc-basic-view .fc-week-number {
  text-align: center;
}

/* line 811, ../sass/_fullcalendar.scss */
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* line 817, ../sass/_fullcalendar.scss */
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

/* line 821, ../sass/_fullcalendar.scss */
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

/* line 825, ../sass/_fullcalendar.scss */
.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 836, ../sass/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 841, ../sass/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 845, ../sass/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 854, ../sass/_fullcalendar.scss */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 860, ../sass/_fullcalendar.scss */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 864, ../sass/_fullcalendar.scss */
.fc-rtl .fc-axis {
  text-align: left;
}

/* line 868, ../sass/_fullcalendar.scss */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 877, ../sass/_fullcalendar.scss */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 882, ../sass/_fullcalendar.scss */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 886, ../sass/_fullcalendar.scss */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 890, ../sass/_fullcalendar.scss */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 895, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 900, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

/* line 904, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
/* line 914, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 919, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 924, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

/* line 929, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 934, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 938, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 947, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 952, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* line 956, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 964, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

/* line 968, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 979, ../sass/_fullcalendar.scss */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 983, ../sass/_fullcalendar.scss */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 988, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 993, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
/* line 1003, ../sass/_fullcalendar.scss */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1013, ../sass/_fullcalendar.scss */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 1030, ../sass/_fullcalendar.scss */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

/* line 1035, ../sass/_fullcalendar.scss */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 1039, ../sass/_fullcalendar.scss */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
/* line 1046, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 1052, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

/* line 1058, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 1062, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 1066, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 1070, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer */
/* line 1077, ../sass/_fullcalendar.scss */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 1090, ../sass/_fullcalendar.scss */
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 1098, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
/* line 1106, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

/* line 1110, ../sass/_fullcalendar.scss */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 1118, ../sass/_fullcalendar.scss */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 5, ../sass/_libs.scss */
.font-black {
  color: black;
}

/* line 9, ../sass/_libs.scss */
.font-white, #header #header_top #functionBtns_wrapper .func_btn:hover, #header #header_top #functionBtns_wrapper #nav_btn.active, #header #header_top #functionBtns_wrapper #nav_btn:hover {
  color: white;
}

/* line 13, ../sass/_libs.scss */
.font-gray-1 {
  color: #333333;
}

/* line 17, ../sass/_libs.scss */
.font-gray-2 {
  color: #888888;
}

/* line 21, ../sass/_libs.scss */
.font-gray-3 {
  color: #ebebeb;
}

/* line 25, ../sass/_libs.scss */
.font-gray-4 {
  color: #171717;
}

/* line 29, ../sass/_libs.scss */
.font-gray-5 {
  color: #454545;
}

/* line 33, ../sass/_libs.scss */
.font-gray-6 {
  color: #cccccc;
}

/* line 37, ../sass/_libs.scss */
.font-gray-7 {
  color: #666666;
}

/* line 41, ../sass/_libs.scss */
.font-gray-8 {
  color: #dddddd;
}

/* line 45, ../sass/_libs.scss */
.font-blue {
  color: #35afcf;
}

/* line 49, ../sass/_libs.scss */
.font-blue-2 {
  color: #117c92;
}

/* line 53, ../sass/_libs.scss */
.font-red {
  color: #ce4936;
}

/* line 57, ../sass/_libs.scss */
.font-red-2 {
  color: #8a0905;
}

/* line 61, ../sass/_libs.scss */
.font-brown {
  color: #d3a027;
}

/* line 65, ../sass/_libs.scss */
.font-brown-4 {
  color: #8a6d3b;
}

/* line 69, ../sass/_libs.scss */
.font-yellow {
  color: #f5c60b;
}

/* line 73, ../sass/_libs.scss */
.font-orange {
  color: #e34e0c;
}

/* line 77, ../sass/_libs.scss */
.bg-black, #footer #social_innerWrapper #social_left a:hover {
  background-color: black;
}

/* line 81, ../sass/_libs.scss */
.bg-white {
  background-color: white;
}

/* line 85, ../sass/_libs.scss */
.bg-gray-1 {
  background-color: #333333;
}

/* line 89, ../sass/_libs.scss */
.bg-gray-2 {
  background-color: #888888;
}

/* line 93, ../sass/_libs.scss */
.bg-gray-3, .hoverBg-gray-3:hover {
  background-color: #ebebeb;
}

/* line 97, ../sass/_libs.scss */
.bg-gray-4 {
  background-color: #171717;
}

/* line 101, ../sass/_libs.scss */
.bg-gray-5 {
  background-color: #454545;
}

/* line 105, ../sass/_libs.scss */
.bg-gray-6 {
  background-color: #cccccc;
}

/* line 109, ../sass/_libs.scss */
.bg-gray-7 {
  background-color: #666666;
}

/* line 113, ../sass/_libs.scss */
.bg-gray-8 {
  background-color: #dddddd;
}

/* line 117, ../sass/_libs.scss */
.bg-blue {
  background-color: #35afcf;
}

/* line 121, ../sass/_libs.scss */
.bg-blue-2 {
  background-color: #117c92;
}

/* line 125, ../sass/_libs.scss */
.bg-red {
  background-color: #ce4936;
}

/* line 129, ../sass/_libs.scss */
.bg-red-2 {
  background-color: #220088;
}

/* line 133, ../sass/_libs.scss */
.bg-red-3 {
  background-color: #00bbff;
}

/* line 137, ../sass/_libs.scss */
.bg-red-4 {
  background-color: #f2dede;
}

/* line 141, ../sass/_libs.scss */
.bg-red-5 {
  background-color: #ebccd1;
}

/* line 145, ../sass/_libs.scss */
.bg-brown {
  background-color: #d3a027;
}

/* line 149, ../sass/_libs.scss */
.bg-brown-2 {
  background-color: #c4ba9c;
}

/* line 153, ../sass/_libs.scss */
.bg-brown-3 {
  background-color: #755a2c;
}

/* line 157, ../sass/_libs.scss */
.bg-yellow {
  background-color: #f5c60b;
}

/* line 161, ../sass/_libs.scss */
.bg-yellow-2 {
  background-color: #faebcc;
}

/* line 165, ../sass/_libs.scss */
.bg-yellow-3 {
  background-color: #fcf8e3;
}

/* line 169, ../sass/_libs.scss */
.border-black {
  border-color: black;
}

/* line 173, ../sass/_libs.scss */
.border-white {
  border-color: white;
}

/* line 177, ../sass/_libs.scss */
.border-gray-1 {
  border-color: #333333;
}

/* line 181, ../sass/_libs.scss */
.border-gray-2 {
  border-color: #888888;
}

/* line 185, ../sass/_libs.scss */
.border-gray-3 {
  border-color: #ebebeb;
}

/* line 189, ../sass/_libs.scss */
.border-gray-4 {
  border-color: #171717;
}

/* line 193, ../sass/_libs.scss */
.border-gray-5 {
  border-color: #454545;
}

/* line 197, ../sass/_libs.scss */
.border-gray-6 {
  border-color: #cccccc;
}

/* line 201, ../sass/_libs.scss */
.border-gray-7 {
  border-color: #666666;
}

/* line 205, ../sass/_libs.scss */
.border-gray-8 {
  border-color: #dddddd;
}

/* line 209, ../sass/_libs.scss */
.border-blue {
  border-color: #35afcf;
}

/* line 213, ../sass/_libs.scss */
.border-red {
  border-color: #ce4936;
}

/* line 217, ../sass/_libs.scss */
.border-red-2 {
  border-color: #8a0905;
}

/* line 221, ../sass/_libs.scss */
.border-red-3 {
  border-color: #d31711;
}

/* line 225, ../sass/_libs.scss */
.border-red-4 {
  border-color: #f2dede;
}

/* line 229, ../sass/_libs.scss */
.border-red-5 {
  border-color: #ebccd1;
}

/* line 233, ../sass/_libs.scss */
.border-brown {
  border-color: #d3a027;
}

/* line 237, ../sass/_libs.scss */
.border-yellow {
  border-color: #f5c60b;
}

/* line 241, ../sass/_libs.scss */
.border-yellow-2 {
  border-color: #faebcc;
}

/* line 245, ../sass/_libs.scss */
.border-yellow-3 {
  border-color: #fcf8e3;
}

/* line 251, ../sass/_libs.scss */
.hover-red:hover {
  color: #d31711;
}

/* line 256, ../sass/_libs.scss */
.blue-link {
  color: #117c92;
}
/* line 259, ../sass/_libs.scss */
.blue-link:hover {
  color: #117c92;
}

/* line 268, ../sass/_libs.scss */
.font-mega {
  font-size: 40px;
}

/* line 272, ../sass/_libs.scss */
.font-h1 {
  font-size: 30px;
}

/* line 276, ../sass/_libs.scss */
.font-h2 {
  font-size: 25px;
}

/* line 280, ../sass/_libs.scss */
.font-h3 {
  font-size: 20px;
}

/* line 284, ../sass/_libs.scss */
.font-h4 {
  font-size: 15px;
}

/* line 288, ../sass/_libs.scss */
.font-h5 {
  font-size: 12px;
}

/* line 296, ../sass/_libs.scss */
.spacing-5 {
  padding: 5px;
}

/* line 300, ../sass/_libs.scss */
.spacing-10 {
  padding: 10px;
}

/* line 304, ../sass/_libs.scss */
.spacing-15 {
  padding: 15px;
}

/* line 308, ../sass/_libs.scss */
.spacing-20 {
  padding: 20px;
}

/* line 312, ../sass/_libs.scss */
.spacing-30 {
  padding: 30px;
}

/* line 316, ../sass/_libs.scss */
.v-spacing-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 321, ../sass/_libs.scss */
.v-spacing-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 326, ../sass/_libs.scss */
.v-spacing-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 331, ../sass/_libs.scss */
.v-spacing-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 336, ../sass/_libs.scss */
.h-spacing-5, .gap:after, .slash:after, .n-slash:after {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 342, ../sass/_libs.scss */
.h-spacing-10 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 347, ../sass/_libs.scss */
.h-spacing-20 {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 352, ../sass/_libs.scss */
.h-spacing-30 {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 357, ../sass/_libs.scss */
.h-spacing-40 {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 362, ../sass/_libs.scss */
.top-spacing-5 {
  padding-top: 5px;
}

/* line 366, ../sass/_libs.scss */
.top-spacing-10 {
  padding-top: 10px;
}

/* line 370, ../sass/_libs.scss */
.top-spacing-20 {
  padding-top: 20px;
}

/* line 374, ../sass/_libs.scss */
.top-spacing-30 {
  padding-top: 30px;
}

/* line 378, ../sass/_libs.scss */
.right-spacing-5 {
  padding-right: 5px;
}

/* line 382, ../sass/_libs.scss */
.right-spacing-10 {
  padding-right: 10px;
}

/* line 386, ../sass/_libs.scss */
.right-spacing-20 {
  padding-right: 20px;
}

/* line 390, ../sass/_libs.scss */
.right-spacing-30 {
  padding-right: 30px;
}

/* line 394, ../sass/_libs.scss */
.bottom-spacing-5 {
  padding-bottom: 5px;
}

/* line 399, ../sass/_libs.scss */
.bottom-spacing-10 {
  padding-bottom: 10px;
}

/* line 403, ../sass/_libs.scss */
.bottom-spacing-20 {
  padding-bottom: 20px;
}

/* line 407, ../sass/_libs.scss */
.bottom-spacing-30 {
  padding-bottom: 30px;
}

/* line 411, ../sass/_libs.scss */
.left-spacing-5 {
  padding-left: 5px;
}

/* line 415, ../sass/_libs.scss */
.left-spacing-10 {
  padding-left: 10px;
}

/* line 419, ../sass/_libs.scss */
.left-spacing-20 {
  padding-left: 20px;
}

/* line 423, ../sass/_libs.scss */
.left-spacing-30 {
  padding-left: 30px;
}

/* line 450, ../sass/_libs.scss */
.red-title {
  padding: 10px 10px 10px 20px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-left: 20px solid;
  font-weight: bold;
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  border-color: #d31711;
}
/* line 444, ../sass/_libs.scss */
.red-title .article:last-child {
  padding-bottom: 0;
}

/* line 455, ../sass/_libs.scss */
.brown-title {
  padding: 10px 10px 10px 20px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-left: 20px solid;
  font-weight: bold;
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  border-color: #d3a027;
}
/* line 444, ../sass/_libs.scss */
.brown-title .article:last-child {
  padding-bottom: 0;
}

/* line 460, ../sass/_libs.scss */
.blue-title {
  padding: 10px 10px 10px 20px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-left: 20px solid;
  font-weight: bold;
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  border-color: #35afcf;
}
/* line 444, ../sass/_libs.scss */
.blue-title .article:last-child {
  padding-bottom: 0;
}

/* line 470, ../sass/_libs.scss */
.block_title {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 491, ../sass/_libs.scss */
.gray-bar {
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  font-weight: initial;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #bbbbbb));
  background-image: -webkit-linear-gradient(#ffffff, #bbbbbb);
  background-image: -moz-linear-gradient(#ffffff, #bbbbbb);
  background-image: -o-linear-gradient(#ffffff, #bbbbbb);
  background-image: linear-gradient(#ffffff, #bbbbbb);
  font-size: 20px;
  color: #454545;
  border: 1px solid #dddddd;
  padding: 10px 20px;
}

/* line 500, ../sass/_libs.scss */
.blue-bar {
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  font-weight: initial;
  font-size: 25px;
  background-color: #117c92;
  color: white;
}

/* line 507, ../sass/_libs.scss */
.black-bar {
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  font-weight: initial;
  font-size: 30px;
  background-color: #454545;
  color: white;
}

/* line 530, ../sass/_libs.scss */
.blue-btn {
  padding: 15px 20px;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  color: white;
  background-color: #35afcf;
}
/* line 524, ../sass/_libs.scss */
.blue-btn:hover {
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 536, ../sass/_libs.scss */
.blue-btn-2 {
  padding: 15px 20px;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  color: white;
  background-color: #a8c1e2;
}
/* line 524, ../sass/_libs.scss */
.blue-btn-2:hover {
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 542, ../sass/_libs.scss */
.gray-btn {
  padding: 15px 20px;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  color: white;
  background-color: #888888;
}
/* line 524, ../sass/_libs.scss */
.gray-btn:hover {
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 548, ../sass/_libs.scss */
.gray-btn-2 {
  padding: 15px 20px;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  border: 1px solid #cccccc;
  color: #888888;
  background-color: #dddddd;
  font-size: 15px;
}
/* line 524, ../sass/_libs.scss */
.gray-btn-2:hover {
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 555, ../sass/_libs.scss */
.gray-btn-2:hover {
  color: #888888;
}

/* line 560, ../sass/_libs.scss */
.black-btn {
  padding: 15px 20px;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  color: white;
  background-color: #666666;
}
/* line 524, ../sass/_libs.scss */
.black-btn:hover {
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 566, ../sass/_libs.scss */
.orange-btn {
  padding: 15px 20px;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  color: white;
  background-color: #e34e0c;
}
/* line 524, ../sass/_libs.scss */
.orange-btn:hover {
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 576, ../sass/_libs.scss */
.article {
  padding-bottom: 20px;
  line-height: 1.5;
}

/* line 581, ../sass/_libs.scss */
.sub-article {
  padding-bottom: 10px;
  line-height: 1.2;
}

/* line 590, ../sass/_libs.scss */
.icon-smaller {
  font-size: 75% !important;
  vertical-align: middle;
}

/* line 595, ../sass/_libs.scss */
.lh-13 {
  line-height: 1.3;
}

/* line 599, ../sass/_libs.scss */
.bold {
  font-weight: bold;
}

/* line 603, ../sass/_libs.scss */
.rounded-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 607, ../sass/_libs.scss */
.rounded-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 611, ../sass/_libs.scss */
.rounded-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

/* line 615, ../sass/_libs.scss */
.rounded-30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* line 619, ../sass/_libs.scss */
.rounded-40 {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

/* line 623, ../sass/_libs.scss */
.rounded-50 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

/* line 629, ../sass/_libs.scss */
.gap:after {
  content: "\007C";
}

/* line 637, ../sass/_libs.scss */
.slash:after {
  content: "\002F";
}

/* line 645, ../sass/_libs.scss */
.n-slash:after {
  content: "\005C";
}

/* line 651, ../sass/_libs.scss */
.align-left {
  float: left;
}

/* line 655, ../sass/_libs.scss */
.align-right {
  float: right;
}

/* line 659, ../sass/_libs.scss */
.align-center {
  text-align: center;
}

/* line 663, ../sass/_libs.scss */
.v-align-middle {
  display: inline-block;
  vertical-align: middle;
}

/* line 668, ../sass/_libs.scss */
.all-border {
  border-width: 1px;
  border-style: solid;
}

/* line 673, ../sass/_libs.scss */
.top-border {
  border-top-width: 1px;
  border-style: solid;
}

/* line 678, ../sass/_libs.scss */
.right-border {
  border-right-width: 1px;
  border-style: solid;
}

/* line 683, ../sass/_libs.scss */
.bottom-border {
  border-bottom-width: 1px;
  border-style: solid;
}

/* line 688, ../sass/_libs.scss */
.left-border {
  border-left-width: 1px;
  border-style: solid;
}

/* line 693, ../sass/_libs.scss */
.p-relative {
  position: relative;
}

/* line 697, ../sass/_libs.scss */
.p-absolute {
  position: absolute;
}

/* line 701, ../sass/_libs.scss */
.p-fixed {
  position: fixed;
}

/* line 705, ../sass/_libs.scss */
.p-intial {
  position: initial;
}

/* line 709, ../sass/_libs.scss */
#filter {
  width: 100%;
  display: block;
}
/* line 713, ../sass/_libs.scss */
#filter .filter_inner {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
/* line 717, ../sass/_libs.scss */
#filter .filter_inner .filter_content {
  float: left;
  margin-right: 5px;
  @-moz-document url-prefix() {
    /* line 737, ../sass/_libs.scss */
    .select_wrapper {
      border: 1px solid #CCC;
      position: relative;
      overflow: hidden;
    }

    /* line 742, ../sass/_libs.scss */
    .select_wrapper select {
      width: 110%;
      background-position: right 30px center !important;
      border: none !important;
    }
}

}
/* line 721, ../sass/_libs.scss */
#filter .filter_inner .filter_content .select_wrapper {
  position: relative;
  display: inline-block;
}
/* line 725, ../sass/_libs.scss */
#filter .filter_inner .filter_content .select_wrapper .filter_select {
  margin: 0 20px 0 0;
  padding-left: 10px;
  font-size: 15px;
  cursor: pointer;
  width: 100px;
  color: #666666;
  vertical-align: middle;
}
/* line 749, ../sass/_libs.scss */
#filter .filter_inner .filter_content .filter_btn {
  display: block;
  width: 150px;
  height: auto;
  font-size: 20px;
  text-align: center;
  padding: 12px 0;
  background: #dddddd;
  margin-bottom: 15px;
}
/* line 759, ../sass/_libs.scss */
#filter .filter_inner .filter_content .filter_btn.active {
  color: white;
  background: #d31711;
  position: relative;
}
/* line 764, ../sass/_libs.scss */
#filter .filter_inner .filter_content .filter_btn.active:after {
  content: "\25BE";
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #d31711;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -20px;
}
/* line 777, ../sass/_libs.scss */
#filter .filter_inner .filter_content .filter_btn:hover {
  color: white;
  background: #d31711;
}

/* line 786, ../sass/_libs.scss */
#subNav {
  margin-bottom: 20px;
  background-color: #454545;
  border: 1px solid #454545;
  overflow: hidden;
  position: relative;
  height: 40px;
  z-index: 10;
}
/* line 795, ../sass/_libs.scss */
#subNav .accordion_toggle {
  display: none;
  margin: 0;
}
/* line 799, ../sass/_libs.scss */
#subNav .accordion_toggle .fa-caret-up {
  display: none;
}
/* line 804, ../sass/_libs.scss */
#subNav .subNav_inner {
  white-space: nowrap;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
/* line 812, ../sass/_libs.scss */
#subNav .subNav_content {
  border-right: 1px solid #454545;
}
/* line 816, ../sass/_libs.scss */
#subNav .subNav_btn {
  color: white;
  background-color: #666666;
  transition: all 0.3s ease 0s;
}
/* line 821, ../sass/_libs.scss */
#subNav .subNav_btn:hover {
  background-color: #888888;
}
/* line 826, ../sass/_libs.scss */
#subNav li + li {
  margin-left: -4px;
}
/* line 830, ../sass/_libs.scss */
#subNav .subNav_func {
  display: none;
  color: white;
  background-color: #454545;
  font-size: 20px;
  line-height: 38px;
  max-height: 38px;
  width: 30px;
  text-align: center;
  position: absolute;
  top: 0px;
  z-index: 5;
  transition: all 0.5s ease 0s;
}
/* line 844, ../sass/_libs.scss */
#subNav .subNav_func#subNav_prev {
  left: 0px;
  border-right: 1px solid #454545;
}
/* line 849, ../sass/_libs.scss */
#subNav .subNav_func#subNav_next {
  right: 0px;
  border-left: 1px solid #454545;
}
/* line 854, ../sass/_libs.scss */
#subNav .subNav_func:hover {
  background-color: #888888;
}
/* line 863, ../sass/_libs.scss */
#subNav.acc_active .accordion_toggle .fa-caret-down {
  display: none;
}
/* line 867, ../sass/_libs.scss */
#subNav.acc_active .accordion_toggle .fa-caret-up {
  display: inline-block;
}

/* line 874, ../sass/_libs.scss */
.accordion {
  width: 100%;
  display: block;
}
/* line 878, ../sass/_libs.scss */
.accordion .accordion_content {
  display: block;
  overflow: hidden;
}
/* line 882, ../sass/_libs.scss */
.accordion .accordion_content .accordion_list {
  display: inline-block;
}
/* line 885, ../sass/_libs.scss */
.accordion .accordion_content .accordion_list .accordion_link {
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 10px 5px;
}
/* line 896, ../sass/_libs.scss */
.accordion .accordion_toggle .fa-caret-up {
  display: none;
}
/* line 905, ../sass/_libs.scss */
.accordion.acc_active .accordion_toggle .fa-caret-down {
  display: none;
}
/* line 909, ../sass/_libs.scss */
.accordion.acc_active .accordion_toggle .fa-caret-up {
  display: inline-block;
}
/* line 914, ../sass/_libs.scss */
.accordion.acc_active .accordion_content {
  padding: 0 10%;
}
/* line 917, ../sass/_libs.scss */
.accordion.acc_active .accordion_content .accordion_list {
  background: none;
}
/* line 920, ../sass/_libs.scss */
.accordion.acc_active .accordion_content .accordion_list .subNav {
  color: #888888;
}
/* line 927, ../sass/_libs.scss */
.accordion#side_bar {
  border: none;
}

/* line 933, ../sass/_libs.scss */
#pagination {
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 80px 0 50px;
}
/* line 939, ../sass/_libs.scss */
#pagination #pages {
  display: inline-block;
  margin: 0;
}
/* line 944, ../sass/_libs.scss */
#pagination .pagination_content {
  display: inline-block;
  vertical-align: middle;
}
/* line 948, ../sass/_libs.scss */
#pagination .pagination_content.arrow_link {
  display: inline-block;
  vertical-align: middle;
}
/* line 952, ../sass/_libs.scss */
#pagination .pagination_content.arrow_link a {
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
}
/* line 959, ../sass/_libs.scss */
#pagination .pagination_content.link {
  margin: 0 10px;
  padding: 5px 10px;
}
/* line 963, ../sass/_libs.scss */
#pagination .pagination_content.link:hover {
  background-color: #ebebeb;
}
/* line 967, ../sass/_libs.scss */
#pagination .pagination_content.link.active {
  background-color: #d31711;
  color: white;
  padding: 5px 10px;
}
/* line 974, ../sass/_libs.scss */
#pagination .pagination_content#back_page {
  margin: 0;
  padding: 10px 30px;
  color: #454545;
}
/* line 979, ../sass/_libs.scss */
#pagination .pagination_content#back_page:hover {
  color: #333333;
}

/* line 989, ../sass/_libs.scss */
#download_file .download_link {
  display: inline-block;
  font-size: 15px;
  padding-bottom: 10px;
  color: #117c92;
}

/* line 997, ../sass/_libs.scss */
#pic_wrapper {
  overflow: hidden;
  padding-top: 40px;
}
/* line 1001, ../sass/_libs.scss */
#pic_wrapper .pic_content {
  float: left;
  margin: 0 30px 20px 0;
  width: 130px;
  height: 130px;
  text-align: center;
  white-space: nowrap;
}
/* line 1009, ../sass/_libs.scss */
#pic_wrapper .pic_content:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -2px;
}
/* line 1017, ../sass/_libs.scss */
#pic_wrapper .pic_content .pics {
  display: inline-block;
  -webkit-box-shadow: 1px 1px 5px black;
  -moz-box-shadow: 1px 1px 5px black;
  box-shadow: 1px 1px 5px black;
  max-width: 120px;
  max-height: 120px;
  vertical-align: middle;
  margin-left: -2px;
}

/* line 1028, ../sass/_libs.scss */
#side_bar {
  width: 240px;
  float: left;
  display: inline-block;
  padding-top: 0;
}
/* line 1034, ../sass/_libs.scss */
#side_bar .accordion_toggle {
  display: none;
  margin: 0;
}
/* line 1038, ../sass/_libs.scss */
#side_bar .accordion_toggle .fa-caret-up {
  display: none;
}
/* line 1043, ../sass/_libs.scss */
#side_bar .acc_toggle_title {
  display: block;
  margin-right: 30px;
}
/* line 1050, ../sass/_libs.scss */
#side_bar .side_bar_inner .side_bar_content {
  float: none;
  display: block;
  width: 100%;
}
/* line 1055, ../sass/_libs.scss */
#side_bar .side_bar_inner .side_bar_content .sideBar_link {
  display: block;
  padding: 7px 20px;
  margin-bottom: 10px;
  line-height: 1.5;
  border: none;
  text-align: left;
}
/* line 1063, ../sass/_libs.scss */
#side_bar .side_bar_inner .side_bar_content .sideBar_link.active {
  border-left: 10px solid #888888;
  padding-left: 10px;
}
/* line 1068, ../sass/_libs.scss */
#side_bar .side_bar_inner .side_bar_content .sideBar_link:hover {
  border-left: 10px solid #888888;
  padding-left: 10px;
}
/* line 1077, ../sass/_libs.scss */
#side_bar.acc_active .accordion_toggle .fa-caret-up {
  display: inline-block;
}

/* line 1083, ../sass/_libs.scss */
#goTop {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cccccc;
  text-align: center;
  color: white;
}
/* line 1098, ../sass/_libs.scss */
#goTop .fa {
  font-size: 22px;
  line-height: 48px;
}
/* line 1103, ../sass/_libs.scss */
#goTop:hover {
  color: white;
  background: rgba(0, 0, 0, 0.55);
}

/* line 1110, ../sass/_libs.scss */
#forms form {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  padding: 30px 0;
}
/* line 1118, ../sass/_libs.scss */
#forms form .wrappers {
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
}
/* line 1125, ../sass/_libs.scss */
#forms form .wrappers input,
#forms form .wrappers select,
#forms form .wrappers textarea {
  outline: none;
  padding: 5px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
}
/* line 1133, ../sass/_libs.scss */
#forms form .wrappers .label {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  float: left;
  margin-right: 2%;
  text-align: right;
  line-height: 27px;
  font-size: 15px;
  font-weight: bold;
}
/* line 1144, ../sass/_libs.scss */
#forms form .wrappers .label.lh-0 {
  line-height: 1.1;
}
/* line 1150, ../sass/_libs.scss */
#forms form .wrappers .content {
  display: inline-block;
  vertical-align: middle;
  width: 73%;
  float: right;
  text-align: left;
}
/* line 1158, ../sass/_libs.scss */
#forms form .wrappers .content .checker,
#forms form .wrappers .content .cb_content {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 15px;
}
/* line 1165, ../sass/_libs.scss */
#forms form .wrappers .content#date_inner {
  overflow: hidden;
  clear: none;
}
/* line 1169, ../sass/_libs.scss */
#forms form .wrappers .content#date_inner .date_picker {
  float: left;
  width: 48%;
}
/* line 1174, ../sass/_libs.scss */
#forms form .wrappers .content#date_inner .dash {
  float: left;
  text-align: center;
  width: 4%;
  font-weight: bold;
  line-height: 27px;
}
/* line 1182, ../sass/_libs.scss */
#forms form .wrappers .content#date_inner .monthly-pop {
  display: block;
  border: 1px solid;
  margin-top: 27px;
  z-index: 5;
}
/* line 1188, ../sass/_libs.scss */
#forms form .wrappers .content#date_inner .monthly-pop#mycalendar2 {
  right: 20%;
}
/* line 1195, ../sass/_libs.scss */
#forms form .wrappers .content#use_select {
  height: 27px;
}
/* line 1199, ../sass/_libs.scss */
#forms form .wrappers .content#input_submit {
  text-align: center;
  border: none;
  font-size: 15px;
  line-height: 30px;
  cursor: pointer;
}
/* line 1210, ../sass/_libs.scss */
#forms form .wrappers.require .label:before {
  content: '*';
}
/* line 1215, ../sass/_libs.scss */
#forms form .wrappers .room_checkbox_wrapper {
  overflow: hidden;
  padding-bottom: 10px;
}
/* line 1219, ../sass/_libs.scss */
#forms form .wrappers .room_checkbox_wrapper .room_title {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  line-height: 19px;
}
/* line 1226, ../sass/_libs.scss */
#forms form .wrappers .room_checkbox_wrapper .room_checkbox_inner {
  display: inline-block;
  vertical-align: top;
}

/* line 1, ../sass/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}

/* line 9, ../sass/_base.scss */
a {
  text-decoration: none;
  color: #666666;
}
/* line 13, ../sass/_base.scss */
a:hover {
  text-decoration: none;
  color: #000;
  outline: 0;
}
/* line 19, ../sass/_base.scss */
a:active {
  text-decoration: none;
  outline: 0;
}
/* line 24, ../sass/_base.scss */
a:visited {
  text-decoration: none;
  outline: 0;
}
/* line 29, ../sass/_base.scss */
a:link {
  text-decoration: none;
  outline: 0;
}

/* line 35, ../sass/_base.scss */
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: white;
  outline: 0;
  display: inline-block;
}

/* line 42, ../sass/_base.scss */
html {
  height: 100%;
}

/* line 46, ../sass/_base.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, 'Lucida Grande', 'LiHei Pro', 'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', '微軟雅黑體', sans-serif;
  letter-spacing: 0.05em;
  background-color: #ebebeb;
  height: 100%;
  line-height: 1;
  position: relative;
  color: #454545;
}

/* line 57, ../sass/_base.scss */
#main {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  background-image: url("../images/main_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-attachment: fixed;
}

/* line 68, ../sass/_base.scss */
#main_container {
  overflow: auto;
  padding-bottom: 248px;
}

/* line 73, ../sass/_base.scss */
#contain_inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 78, ../sass/_base.scss */
#contain_details {
  background-color: rgba(255, 255, 255, 0.92);
}

/* line 84, ../sass/_base.scss */
#article_content a {
  color: #117c92;
}
/* line 87, ../sass/_base.scss */
#article_content a:hover {
  color: #117c92;
  text-decoration: underline;
}
/* line 92, ../sass/_base.scss */
#article_content a:visited {
  color: #117c92;
}

/* line 1, ../sass/_header.scss */
#header {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 4, ../sass/_header.scss */
#header #header_inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 11, ../sass/_header.scss */
#header #emergency_alert #emergency_inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 15, ../sass/_header.scss */
#header #emergency_alert #emergency_inner #emergency_link {
  text-shadow: 1px 1px 3px #000000;
  line-height: 1.2;
  font-size: 30px;
}
/* line 20, ../sass/_header.scss */
#header #emergency_alert #emergency_inner #emergency_link:hover {
  color: white;
}
/* line 27, ../sass/_header.scss */
#header #header_top {
  background: none;
  overflow: hidden;
}
/* line 35, ../sass/_header.scss */
#header #header_top #breadcrumbs .breadCrumb_link {
  color: #888888;
}
/* line 38, ../sass/_header.scss */
#header #header_top #breadcrumbs .breadCrumb_link:hover {
  color: white;
}
/* line 55, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav_btn .btn_text.actived {
  display: none;
}
/* line 62, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav_btn.active .btn_text {
  display: none;
}
/* line 65, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav_btn.active .btn_text.actived {
  display: inline-block;
}
/* line 76, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav-toggle {
  display: none;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
/* line 81, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav-toggle span, #header #header_top #functionBtns_wrapper #nav-toggle span:before, #header #header_top #functionBtns_wrapper #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #888888;
  position: absolute;
  display: block;
  content: '';
}
/* line 92, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav-toggle span:before {
  top: -10px;
}
/* line 96, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav-toggle span:after {
  bottom: -10px;
}
/* line 100, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav-toggle span, #header #header_top #functionBtns_wrapper #nav-toggle span:before, #header #header_top #functionBtns_wrapper #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
/* line 104, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav-toggle.active span {
  background-color: transparent;
}
/* line 108, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav-toggle.active span:before {
  background-color: white;
  top: 0;
}
/* line 113, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav-toggle.active span:after {
  background-color: white;
  top: 0;
}
/* line 118, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav-toggle.active span:before {
  transform: rotate(45deg);
}
/* line 122, ../sass/_header.scss */
#header #header_top #functionBtns_wrapper #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
/* line 129, ../sass/_header.scss */
#header #header_bottom {
  overflow: hidden;
}
/* line 132, ../sass/_header.scss */
#header #header_bottom .color_bottom {
  padding: 1px;
  width: 25%;
}
/* line 138, ../sass/_header.scss */
#header.fixed {
  display: block;
  position: absolute;
  z-index: 9999;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}

/* line 1, ../sass/_footer.scss */
#footer {
  position: relative;
  clear: both;
  line-height: 1.3;
}
/* line 6, ../sass/_footer.scss */
#footer a:hover {
  color: white;
}
/* line 10, ../sass/_footer.scss */
#footer #footer_inner {
  width: 100%;
  margin: 0 auto;
}
/* line 15, ../sass/_footer.scss */
#footer .footer_block {
  min-width: 100%;
}
/* line 18, ../sass/_footer.scss */
#footer .footer_block .footer_block_inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 24, ../sass/_footer.scss */
#footer #social_innerWrapper {
  overflow: hidden;
}
/* line 29, ../sass/_footer.scss */
#footer #social_innerWrapper #social_left a {
  line-height: 32px;
  display: inline-block;
}
/* line 42, ../sass/_footer.scss */
#footer #footer_infos .info_contents {
  display: inline-block;
}
/* line 47, ../sass/_footer.scss */
#footer #footer_rights {
  overflow: hidden;
  line-height: 36px;
}
/* line 52, ../sass/_footer.scss */
#footer .nav_mask {
  width: 100%;
}

/* line 1, ../sass/_main_nav.scss */
#main_nav {
  display: none;
  z-index: 10;
  width: 1200px;
  margin: 0 auto;
  border-width: 2px;
}
/* line 8, ../sass/_main_nav.scss */
#main_nav .sec_inner {
  margin-bottom: 0px;
  width: 50%;
  margin: 0;
}
/* line 14, ../sass/_main_nav.scss */
#main_nav #lang_sec {
  display: none;
}
/* line 18, ../sass/_main_nav.scss */
#main_nav .nav_content {
  margin-bottom: 0px;
  border-bottom: 1px solid #ebebeb;
  width: 50%;
  margin: 0;
}
/* line 24, ../sass/_main_nav.scss */
#main_nav .nav_content.block {
  width: 100%;
  min-height: auto;
  border: none;
}
/* line 31, ../sass/_main_nav.scss */
#main_nav .nav_content.block .accordion_wrapper .accordion_toggle {
  text-align: left;
}
/* line 34, ../sass/_main_nav.scss */
#main_nav .nav_content.block .accordion_wrapper .accordion_toggle .acc_toggle_title {
  color: white;
}
/* line 37, ../sass/_main_nav.scss */
#main_nav .nav_content.block .accordion_wrapper .accordion_toggle .acc_toggle_title:hover {
  color: white;
}
/* line 42, ../sass/_main_nav.scss */
#main_nav .nav_content.block .accordion_wrapper .accordion_toggle.link_title {
  padding: 0;
}
/* line 45, ../sass/_main_nav.scss */
#main_nav .nav_content.block .accordion_wrapper .accordion_toggle.link_title .acc_toggle_title {
  padding: 20px;
  display: block;
}
/* line 52, ../sass/_main_nav.scss */
#main_nav .nav_content.block .accordion_wrapper .accordion_content {
  display: block;
}
/* line 60, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper .accordion_toggle {
  text-align: center;
  margin: 0;
}
/* line 64, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper .accordion_toggle .fa {
  display: none;
}
/* line 69, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper .accordion_content {
  padding: 10px 5px;
  min-height: 250px;
}
/* line 73, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper .accordion_content .accordion_list {
  overflow: hidden;
  float: left;
  min-width: 50%;
}
/* line 78, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper .accordion_content .accordion_list .accordion_link {
  display: inline-block;
  text-align: left;
  min-width: 100%;
  font-size: 20px;
}
/* line 84, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper .accordion_content .accordion_list .accordion_link:before {
  content: '。';
  display: inline-block;
  vertical-align: middle;
}
/* line 90, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper .accordion_content .accordion_list .accordion_link .fa {
  font-size: 12px;
  vertical-align: middle;
}
/* line 95, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper .accordion_content .accordion_list .accordion_link .link_text {
  display: inline-block;
  vertical-align: middle;
}
/* line 100, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper .accordion_content .accordion_list .accordion_link:hover {
  color: #f5c60b !important;
}
/* line 107, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper.navs_acc {
  display: block;
}
/* line 110, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper.navs_acc .accordion_toggle {
  display: block;
}
/* line 113, ../sass/_main_nav.scss */
#main_nav .nav_content .accordion_wrapper.navs_acc .accordion_toggle .fa {
  display: none;
}
/* line 123, ../sass/_main_nav.scss */
#main_nav .block_wrapper .section {
  background: none;
}
/* line 126, ../sass/_main_nav.scss */
#main_nav .block_wrapper .section .nav_content {
  border: none;
}
/* line 132, ../sass/_main_nav.scss */
#main_nav .block_wrapper .section .accordion_wrapper .accordion_toggle {
  border-left: none;
  color: #ebebeb;
}
/* line 139, ../sass/_main_nav.scss */
#main_nav .block_wrapper .section .accordion_wrapper .accordion_content .accordion_list {
  float: none;
}
/* line 142, ../sass/_main_nav.scss */
#main_nav .block_wrapper .section .accordion_wrapper .accordion_content .accordion_list .accordion_link {
  color: #ebebeb;
}
/* line 151, ../sass/_main_nav.scss */
#main_nav #mid_sec .nav_content .accordion_wrapper .accordion_content .accordion_list {
  min-width: 100%;
}
/* line 155, ../sass/_main_nav.scss */
#main_nav #close_nav {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
/* line 161, ../sass/_main_nav.scss */
#main_nav #close_nav:hover {
  background-color: #ebebeb;
  color: #171717;
}

/* line 168, ../sass/_main_nav.scss */
.nav_mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  display: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: black;
}
/* line 179, ../sass/_main_nav.scss */
.nav_mask.active {
  display: block;
}

/* line 1, ../sass/_site_title.scss */
#site_title {
  padding: 30px 0 50px;
}
/* line 4, ../sass/_site_title.scss */
#site_title #floatingBtns_wrapper {
  position: fixed;
  left: 0;
  top: 69px;
  z-index: 5;
}
/* line 11, ../sass/_site_title.scss */
#site_title #floatingBtns_wrapper .floating_btn {
  display: block;
}
/* line 14, ../sass/_site_title.scss */
#site_title #floatingBtns_wrapper .floating_btn#trafficInfo_btn {
  border-bottom: 1px solid #ce4936;
}
/* line 19, ../sass/_site_title.scss */
#site_title #floatingBtns_wrapper.hide {
  display: none;
}
/* line 24, ../sass/_site_title.scss */
#site_title #title_wrapper {
  position: relative;
}
/* line 27, ../sass/_site_title.scss */
#site_title #title_wrapper #title {
  display: inline-block;
  margin-bottom: 15px;
}
/* line 31, ../sass/_site_title.scss */
#site_title #title_wrapper #title:hover {
  color: white;
}
/* line 35, ../sass/_site_title.scss */
#site_title #title_wrapper #title:visited {
  color: white;
}
/* line 40, ../sass/_site_title.scss */
#site_title #title_wrapper #title_desc {
  text-shadow: 1px 1px 5px black;
  line-height: 1.5;
  display: inline-block;
}
/* line 46, ../sass/_site_title.scss */
#site_title #title_wrapper #security_label {
  display: none;
}
/* line 51, ../sass/_site_title.scss */
#site_title #title_wrapper #security_label .labels .label_img {
  width: 50px;
  height: auto;
}

/* line 62, ../sass/_site_title.scss */
#index #site_title {
  padding: 95px 0 150px;
}
/* line 65, ../sass/_site_title.scss */
#index #site_title #floatingBtns_wrapper {
  top: 134px;
}
/* line 69, ../sass/_site_title.scss */
#index #site_title #title_wrapper {
  padding-bottom: 52px;
}
/* line 72, ../sass/_site_title.scss */
#index #site_title #title_wrapper #title_desc {
  display: block;
  padding-bottom: 10px;
  padding-left: 20px;
}
/* line 78, ../sass/_site_title.scss */
#index #site_title #title_wrapper #security_label {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 86, ../sass/_site_title.scss */
#index #site_title #title_wrapper #security_label .labels {
  margin-left: -10px;
  cursor: default;
}
/* line 90, ../sass/_site_title.scss */
#index #site_title #title_wrapper #security_label .labels .label_img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 94, ../sass/_site_title.scss */
#index #site_title #title_wrapper #security_label .labels:hover {
  z-index: 5;
}
/* line 97, ../sass/_site_title.scss */
#index #site_title #title_wrapper #security_label .labels:hover .label_img {
  width: 100px;
  height: auto;
}

/* line 3, ../sass/_index.scss */
#index #contain_details {
  background-color: transparent;
  padding: 0;
}
/* line 8, ../sass/_index.scss */
#index #mainBtns_wrapper {
  float: right;
  margin: 0 0 1.6% 1.6%;
  overflow: hidden;
}
/* line 13, ../sass/_index.scss */
#index #mainBtns_wrapper .main_btns {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  width: 50%;
  height: 165px;
  margin: 0;
  position: relative;
  padding-top: 55px;
}
/* line 21, ../sass/_index.scss */
#index #mainBtns_wrapper .main_btns .icon_bg {
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 auto;
  -webkit-transition: 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  position: absolute;
  top: 37px;
  left: 50%;
  margin-left: -30px;
}
/* line 36, ../sass/_index.scss */
#index #mainBtns_wrapper .main_btns .fa {
  position: relative;
  font-size: 1.5em;
}
/* line 45, ../sass/_index.scss */
#index #mainBtns_wrapper .main_btns .mainBtn_img {
  width: 100%;
  height: 165px;
}
/* line 50, ../sass/_index.scss */
#index #mainBtns_wrapper .main_btns .icon_bg, #index #mainBtns_wrapper .main_btns .fa, #index #mainBtns_wrapper .main_btns .metro_title {
  -webkit-transition: 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
/* line 54, ../sass/_index.scss */
#index #mainBtns_wrapper .main_btns.backup {
  cursor: default;
  padding: 0;
}
/* line 59, ../sass/_index.scss */
#index #mainBtns_wrapper .main_btns:hover {
  z-index: 2;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 64, ../sass/_index.scss */
#index #mainBtns_wrapper .main_btns:hover .icon_bg, #index #mainBtns_wrapper .main_btns:hover .fa, #index #mainBtns_wrapper .main_btns:hover .metro_title {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/* line 71, ../sass/_index.scss */
#index #recent_block {
  margin: 0 0 1.6% 0;
}
/* line 77, ../sass/_index.scss */
#index .recent-wrapper .recent_top {
  margin-top: -16%;
}
/* line 80, ../sass/_index.scss */
#index .recent-wrapper .recent_top .bar_content {
  width: 100%;
  height: auto;
}
/* line 84, ../sass/_index.scss */
#index .recent-wrapper .recent_top .bar_content:hover {
  color: white;
}
/* line 88, ../sass/_index.scss */
#index .recent-wrapper .recent_top .bar_content .bar_bg {
  width: 100%;
  height: auto;
}
/* line 93, ../sass/_index.scss */
#index .recent-wrapper .recent_top .bar_content .sm_screen {
  display: none;
}
/* line 97, ../sass/_index.scss */
#index .recent-wrapper .recent_top .bar_content .bar_inner {
  margin-top: -7.7%;
  font-size: 30px;
}
/* line 102, ../sass/_index.scss */
#index .recent-wrapper .recent_top .bar_content .more_icon {
  margin-left: 1%;
}
/* line 108, ../sass/_index.scss */
#index .recent-wrapper .recent_content {
  padding-top: 16%;
}
/* line 112, ../sass/_index.scss */
#index .recent-wrapper #top_event {
  display: block;
  overflow: hidden;
}
/* line 116, ../sass/_index.scss */
#index .recent-wrapper #top_event .event_img {
  max-width: 100px;
  max-height: 100px;
  height: 100%;
  float: left;
  margin-right: 10px;
}
/* line 124, ../sass/_index.scss */
#index .recent-wrapper #top_event .event_content {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
/* line 131, ../sass/_index.scss */
#index .recent-wrapper#recent_events {
  margin-bottom: 13%;
  background: rgba(255, 255, 255, 0.92);
}
/* line 135, ../sass/_index.scss */
#index .recent-wrapper#recent_events .event_link {
  display: block;
  overflow: hidden;
}
/* line 139, ../sass/_index.scss */
#index .recent-wrapper#recent_events .event_link .fa {
  float: left;
  margin-top: 5px;
}
/* line 144, ../sass/_index.scss */
#index .recent-wrapper#recent_events .event_link .events_text {
  display: block;
  overflow: hidden;
  line-height: 1.3;
}
/* line 152, ../sass/_index.scss */
#index .recent-wrapper#recent_news {
  background: rgba(255, 255, 255, 0.92);
}
/* line 155, ../sass/_index.scss */
#index .recent-wrapper#recent_news .news {
  max-height: 100px;
  display: block;
}
/* line 159, ../sass/_index.scss */
#index .recent-wrapper#recent_news .news .news_content {
  display: block;
}
/* line 163, ../sass/_index.scss */
#index .recent-wrapper#recent_news .news .news_time {
  bottom: 10px;
  right: 10px;
}

/* line 3, ../sass/_place_renting.scss */
#place_renting #renting_links_wrapper {
  width: 70%;
  margin: 0 auto;
}
/* line 8, ../sass/_place_renting.scss */
#place_renting .renting_links {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -13px 8px -8px #aaaaaa;
  -moz-box-shadow: inset 0 -13px 8px -8px #aaaaaa;
  box-shadow: inset 0 -13px 8px -8px #aaaaaa;
  overflow: hidden;
  color: white;
}
/* line 14, ../sass/_place_renting.scss */
#place_renting .renting_links#exhibition {
  padding-top: 70px;
}
/* line 18, ../sass/_place_renting.scss */
#place_renting .renting_links#meetingRoom {
  padding-top: 70px;
}
/* line 22, ../sass/_place_renting.scss */
#place_renting .renting_links#publicSpace {
  padding-bottom: 70px;
}
/* line 26, ../sass/_place_renting.scss */
#place_renting .renting_links#advertise {
  padding-bottom: 70px;
}
/* line 30, ../sass/_place_renting.scss */
#place_renting .renting_links:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white;
  background-color: #d31711;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
/* line 42, ../sass/_place_renting.scss */
#place_renting .renting_links_inner {
  display: inline-block;
  overflow: hidden;
}
/* line 46, ../sass/_place_renting.scss */
#place_renting .renting_links_inner .renting_links_text {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
}
/* line 52, ../sass/_place_renting.scss */
#place_renting .renting_links_inner .fa {
  display: inline-block;
  vertical-align: middle;
}
/* line 56, ../sass/_place_renting.scss */
#place_renting .renting_links_inner .fa.f-arrow {
  display: none;
}
/* line 64, ../sass/_place_renting.scss */
#place_renting .details_block .sub_nav {
  margin: 0;
  overflow: hidden;
}
/* line 68, ../sass/_place_renting.scss */
#place_renting .details_block .sub_nav .sub_nav_inner {
  margin: 0;
  float: left;
}
/* line 72, ../sass/_place_renting.scss */
#place_renting .details_block .sub_nav .sub_nav_inner .sub_nav_link {
  color: #666666;
  border-right: 2px solid #666666;
  padding-right: 10px;
  margin-right: 10px;
}
/* line 78, ../sass/_place_renting.scss */
#place_renting .details_block .sub_nav .sub_nav_inner .sub_nav_link:hover {
  color: #d31711;
}
/* line 83, ../sass/_place_renting.scss */
#place_renting .details_block .sub_nav .sub_nav_inner:last-child .sub_nav_link {
  border: none;
}
/* line 86, ../sass/_place_renting.scss */
#place_renting .details_block .sub_nav .sub_nav_inner:last-child .sub_nav_link .sub_nav_link {
  margin: 0;
  padding: 0;
}

/* line 3, ../sass/_shops.scss */
#shops .sep_line {
  background: #c4ba9c;
  width: 100%;
  height: 5px;
  text-align: center;
  margin: 45px 0;
}
/* line 10, ../sass/_shops.scss */
#shops .sep_line .sep_content {
  display: inline-block;
}
/* line 14, ../sass/_shops.scss */
#shops .sep_line .border_outer {
  margin-top: -28px;
}
/* line 18, ../sass/_shops.scss */
#shops .sep_line .fa-cutlery {
  width: 32px;
  height: 32px;
}
/* line 24, ../sass/_shops.scss */
#shops .shop_details {
  overflow: hidden;
  padding-right: 155px;
}
/* line 28, ../sass/_shops.scss */
#shops .shop_details .info_left {
  display: inline-block;
  float: left;
  width: 40%;
  border: 1px dashed #c4ba9c;
  text-align: center;
}
/* line 35, ../sass/_shops.scss */
#shops .shop_details .info_left .shop_logo {
  width: 100%;
  height: auto;
}
/* line 41, ../sass/_shops.scss */
#shops .shop_details .info_right {
  overflow: hidden;
  line-height: 1.5;
  padding: 0 0 0 25px;
}
/* line 46, ../sass/_shops.scss */
#shops .shop_details .info_right .infos {
  overflow: hidden;
  padding-bottom: 10px;
  color: #8a6d3b;
}
/* line 51, ../sass/_shops.scss */
#shops .shop_details .info_right .infos .info_label {
  float: left;
  margin-right: 10px;
}
/* line 55, ../sass/_shops.scss */
#shops .shop_details .info_right .infos .info_label .fa {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #8a6d3b;
  width: 30px;
  height: 30px;
  padding: 6px 0;
  text-align: center;
}
/* line 72, ../sass/_shops.scss */
#shops .shop_details .info_right .infos .info_content {
  overflow: hidden;
  line-height: 30px;
}
/* line 79, ../sass/_shops.scss */
#shops .shop_details .shop_img_wrapper {
  width: 130px;
  height: 130px;
  right: 0;
  top: 50%;
  margin-top: -88px;
  text-align: center;
  white-space: nowrap;
}
/* line 87, ../sass/_shops.scss */
#shops .shop_details .shop_img_wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -2px;
}
/* line 95, ../sass/_shops.scss */
#shops .shop_details .shop_img_wrapper .shop_img {
  max-width: 130px;
  max-height: 130px;
  vertical-align: middle;
  margin-left: -2px;
}

/* line 3, ../sass/_links.scss */
#links #links_wrapper {
  display: block;
  overflow: hidden;
}
/* line 7, ../sass/_links.scss */
#links #links_wrapper .links_content {
  display: block;
  float: left;
  margin: 0 10px 10px;
  width: 170px;
}
/* line 13, ../sass/_links.scss */
#links #links_wrapper .links_content:hover {
  background-color: #ebebeb;
}
/* line 17, ../sass/_links.scss */
#links #links_wrapper .links_content .links_img_wrapper {
  width: 150px;
  height: 150px;
  text-align: center;
  white-space: nowrap;
  display: block;
  margin-bottom: 15px;
  /*&:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-left: -2px;
  }*/
}
/* line 33, ../sass/_links.scss */
#links #links_wrapper .links_content .links_img_wrapper .links_img {
  display: inline-block;
  max-width: 150px;
  max-height: 150px;
  vertical-align: middle;
  margin-left: -2px;
}
/* line 42, ../sass/_links.scss */
#links #links_wrapper .links_content .links_text {
  display: block;
  width: 100%;
  height: 95px;
  overflow: hidden;
  line-height: 1.2;
}

/* line 3, ../sass/_FAQ.scss */
#FAQ #page_content {
  overflow: hidden;
}
/* line 7, ../sass/_FAQ.scss */
#FAQ #page_content_inner {
  display: block;
  overflow: hidden;
}

/* line 3, ../sass/_sheet.scss */
#sheet #loading {
  display: block;
  padding-top: 20px;
  width: 30px;
  height: auto;
  margin: 0 auto;
}
/* line 11, ../sass/_sheet.scss */
#sheet .sheet_container {
  display: none;
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}
/* line 18, ../sass/_sheet.scss */
#sheet .sheet_container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
/* line 24, ../sass/_sheet.scss */
#sheet .sheet_container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 31, ../sass/_sheet.scss */
#sheet .dinners_content {
  display: block;
  overflow: hidden;
}
/* line 35, ../sass/_sheet.scss */
#sheet .dinners_content .radio_input {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
/* line 41, ../sass/_sheet.scss */
#sheet .dinners_content .dinners_text {
  overflow: hidden;
  display: block;
  line-height: 1.5;
}
/* line 48, ../sass/_sheet.scss */
#sheet .topBlock_inner {
  overflow: hidden;
}
/* line 51, ../sass/_sheet.scss */
#sheet .topBlock_inner .sheet_label {
  line-height: 22px;
}
/* line 57, ../sass/_sheet.scss */
#sheet .topBlock_inner .topBlock_content .input_content {
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
}
/* line 63, ../sass/_sheet.scss */
#sheet .topBlock_inner .topBlock_content span {
  line-height: 22px;
}
/* line 69, ../sass/_sheet.scss */
#sheet form {
  width: 100%;
}
/* line 73, ../sass/_sheet.scss */
#sheet .add_btn {
  margin-right: 10px;
  display: inline-block;
}
/* line 78, ../sass/_sheet.scss */
#sheet .remove_btn {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
}
/* line 83, ../sass/_sheet.scss */
#sheet .remove_btn:hover {
  cursor: pointer;
  color: white;
}
/* line 89, ../sass/_sheet.scss */
#sheet .input_content {
  padding: 5px 10px;
}
/* line 92, ../sass/_sheet.scss */
#sheet .input_content:focus {
  outline: none;
}
/* line 97, ../sass/_sheet.scss */
#sheet .date_picker {
  width: 140px;
}
/* line 101, ../sass/_sheet.scss */
#sheet .monthly-pop {
  display: block;
  border: 1px solid;
  margin-left: 50px;
  z-index: 5;
}
/* line 109, ../sass/_sheet.scss */
#sheet .radio_input {
  margin-right: 5px;
}
/* line 113, ../sass/_sheet.scss */
#sheet .top_block {
  margin-bottom: 20px;
}
/* line 117, ../sass/_sheet.scss */
#sheet .panel {
  margin-bottom: 20px;
}
/* line 121, ../sass/_sheet.scss */
#sheet .panel-heading {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #888888;
  overflow: hidden;
}
/* line 127, ../sass/_sheet.scss */
#sheet .panel_title {
  line-height: 31px;
  display: inline-block;
  overflow: hidden;
}
/* line 133, ../sass/_sheet.scss */
#sheet .times_block {
  float: right;
}
/* line 137, ../sass/_sheet.scss */
#sheet .panel_desc {
  display: block;
}
/* line 141, ../sass/_sheet.scss */
#sheet .table {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  border-left: 1px solid #888888;
}
/* line 148, ../sass/_sheet.scss */
#sheet .table thead, #sheet .table tr {
  border-bottom: 1px solid;
}
/* line 151, ../sass/_sheet.scss */
#sheet .table thead:last-child, #sheet .table tr:last-child {
  border-bottom: none;
}
/* line 156, ../sass/_sheet.scss */
#sheet .table th, #sheet .table td {
  padding: 10px;
  border-right: 1px solid;
}
/* line 160, ../sass/_sheet.scss */
#sheet .table th:last-child, #sheet .table td:last-child {
  border-bottom: none;
}
/* line 166, ../sass/_sheet.scss */
#sheet .text-right {
  text-align: right;
}
/* line 170, ../sass/_sheet.scss */
#sheet .remove_wrapper {
  text-align: center;
  width: 80px;
}
/* line 175, ../sass/_sheet.scss */
#sheet .message_block {
  position: relative;
}
/* line 178, ../sass/_sheet.scss */
#sheet .message_block .block_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 183, ../sass/_sheet.scss */
#sheet .message_block .block_close .fa-caret-down {
  display: none;
}
/* line 192, ../sass/_sheet.scss */
#sheet .message_block.close .block_close .fa-times {
  display: none;
}
/* line 196, ../sass/_sheet.scss */
#sheet .message_block.close .block_close .fa-caret-down {
  display: inline-block;
}
/* line 202, ../sass/_sheet.scss */
#sheet .message_block#deposit_message {
  margin-bottom: 20px;
}

/* line 3, ../sass/_sheet_room.scss */
#sheet_room #loading {
  display: block;
  padding-top: 20px;
  width: 30px;
  height: auto;
  margin: 0 auto;
}
/* line 11, ../sass/_sheet_room.scss */
#sheet_room .sheet_container {
  display: none;
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}
/* line 18, ../sass/_sheet_room.scss */
#sheet_room .sheet_container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
/* line 24, ../sass/_sheet_room.scss */
#sheet_room .sheet_container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 31, ../sass/_sheet_room.scss */
#sheet_room .dinners_content {
  display: inline-block;
  vertical-align: middle;
}
/* line 35, ../sass/_sheet_room.scss */
#sheet_room .dinners_content .radio_input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 41, ../sass/_sheet_room.scss */
#sheet_room .dinners_content .dinners_text {
  display: inline-block;
  vertical-align: middle;
}
/* line 47, ../sass/_sheet_room.scss */
#sheet_room .topBlock_inner {
  overflow: hidden;
}
/* line 50, ../sass/_sheet_room.scss */
#sheet_room .topBlock_inner .sheet_label {
  display: inline-block;
  float: left;
  width: 150px;
  margin-top: -2px;
  margin-right: 15px;
  text-align: right;
  font-weight: bold;
  min-height: 27px;
  line-height: 27px;
}
/* line 62, ../sass/_sheet_room.scss */
#sheet_room .topBlock_inner .topBlock_content {
  display: block;
  overflow: hidden;
}
/* line 68, ../sass/_sheet_room.scss */
#sheet_room .section_desc {
  line-height: 1.5;
}
/* line 72, ../sass/_sheet_room.scss */
#sheet_room #more_choice_wrapper {
  display: inline-block;
}
/* line 75, ../sass/_sheet_room.scss */
#sheet_room #more_choice_wrapper #more_choice:hover {
  color: #117c92;
}
/* line 80, ../sass/_sheet_room.scss */
#sheet_room form {
  width: 100%;
}
/* line 84, ../sass/_sheet_room.scss */
#sheet_room .add_btn {
  display: inline-block;
  padding: 10px 20px;
}
/* line 89, ../sass/_sheet_room.scss */
#sheet_room .remove_btn {
  display: inline-block;
  padding: 9px 14px;
  text-align: center;
}
/* line 94, ../sass/_sheet_room.scss */
#sheet_room .remove_btn:hover {
  cursor: pointer;
  color: white;
}
/* line 100, ../sass/_sheet_room.scss */
#sheet_room .input_content {
  padding: 5px 10px;
}
/* line 103, ../sass/_sheet_room.scss */
#sheet_room .input_content.equip_select {
  height: 27px;
  min-height: 27px;
}
/* line 108, ../sass/_sheet_room.scss */
#sheet_room .input_content:focus {
  outline: none;
}
/* line 113, ../sass/_sheet_room.scss */
#sheet_room .date_picker {
  width: 300px;
}
/* line 117, ../sass/_sheet_room.scss */
#sheet_room .monthly-pop {
  display: block;
  border: 1px solid;
  z-index: 5;
}
/* line 123, ../sass/_sheet_room.scss */
#sheet_room .radio_input {
  margin-right: 5px;
}
/* line 127, ../sass/_sheet_room.scss */
#sheet_room .top_block {
  margin-bottom: 20px;
}
/* line 131, ../sass/_sheet_room.scss */
#sheet_room .panel {
  margin-bottom: 20px;
}
/* line 135, ../sass/_sheet_room.scss */
#sheet_room .panel-heading {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #888888;
  overflow: hidden;
}
/* line 141, ../sass/_sheet_room.scss */
#sheet_room .panel_title {
  line-height: 31px;
  display: inline-block;
  overflow: hidden;
}
/* line 147, ../sass/_sheet_room.scss */
#sheet_room .times_block {
  float: right;
}
/* line 151, ../sass/_sheet_room.scss */
#sheet_room .panel_desc {
  display: block;
}
/* line 155, ../sass/_sheet_room.scss */
#sheet_room .table {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  border-left: 1px solid #888888;
}
/* line 162, ../sass/_sheet_room.scss */
#sheet_room .table thead, #sheet_room .table tr {
  border-bottom: 1px solid;
}
/* line 165, ../sass/_sheet_room.scss */
#sheet_room .table thead:last-child, #sheet_room .table tr:last-child {
  border-bottom: none;
}
/* line 170, ../sass/_sheet_room.scss */
#sheet_room .table th, #sheet_room .table td {
  padding: 10px;
  border-right: 1px solid;
}
/* line 174, ../sass/_sheet_room.scss */
#sheet_room .table th:last-child, #sheet_room .table td:last-child {
  border-bottom: none;
}
/* line 180, ../sass/_sheet_room.scss */
#sheet_room .text-right {
  text-align: right;
}
/* line 184, ../sass/_sheet_room.scss */
#sheet_room .remove_wrapper {
  text-align: center;
  width: 80px;
}
/* line 189, ../sass/_sheet_room.scss */
#sheet_room .message_block {
  position: relative;
}
/* line 192, ../sass/_sheet_room.scss */
#sheet_room .message_block .block_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 197, ../sass/_sheet_room.scss */
#sheet_room .message_block .block_close .fa-caret-down {
  display: none;
}
/* line 206, ../sass/_sheet_room.scss */
#sheet_room .message_block.close .block_close .fa-times {
  display: none;
}
/* line 210, ../sass/_sheet_room.scss */
#sheet_room .message_block.close .block_close .fa-caret-down {
  display: inline-block;
}
/* line 216, ../sass/_sheet_room.scss */
#sheet_room .message_block#deposit_message {
  margin-bottom: 20px;
}

/* line 5, ../sass/_calendar.scss */
#calendar #calendar_desc .desc_article {
  display: inline-block;
}
/* line 9, ../sass/_calendar.scss */
#calendar #calendar_desc .article_text {
  display: inline-block;
  vertical-align: middle;
}
/* line 14, ../sass/_calendar.scss */
#calendar #calendar_desc .desc_icons {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 30px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
/* line 21, ../sass/_calendar.scss */
#calendar #calendar_desc .desc_icons.floor_1_icon {
  background-color: #d31711;
}
/* line 25, ../sass/_calendar.scss */
#calendar #calendar_desc .desc_icons.floor_4_icon {
  background-color: #35afcf;
}
/* line 29, ../sass/_calendar.scss */
#calendar #calendar_desc .desc_icons.confirm_icon {
  background-color: #888888;
}
/* line 33, ../sass/_calendar.scss */
#calendar #calendar_desc .desc_icons.contact_icon {
  border: 1px solid #888888;
}
/* line 39, ../sass/_calendar.scss */
#calendar #single_calendar {
  position: relative;
}
/* line 42, ../sass/_calendar.scss */
#calendar #single_calendar .fc-left {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 48, ../sass/_calendar.scss */
#calendar #single_calendar .fc-right {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 55, ../sass/_calendar.scss */
#calendar .calendar_content {
  max-width: 100%;
}
/* line 59, ../sass/_calendar.scss */
#calendar .fc-toolbar {
  margin-top: 1em;
  margin-bottom: 5px;
}
/* line 64, ../sass/_calendar.scss */
#calendar .fc-center {
  line-height: 34px;
}
/* line 68, ../sass/_calendar.scss */
#calendar .fc-day-header {
  padding: 5px 0;
  background-color: #faebcc;
}
/* line 73, ../sass/_calendar.scss */
#calendar .fc-event {
  background: none;
}
/* line 77, ../sass/_calendar.scss */
#calendar .fc-more-popover {
  z-index: 2;
  border: 1px solid #888888;
}

/* line 3, ../sass/_calendar_room.scss */
#calendar_room #page_content {
  position: relative;
}
/* line 7, ../sass/_calendar_room.scss */
#calendar_room #prev_brn {
  position: absolute;
  top: 15px;
  right: 0;
}
/* line 15, ../sass/_calendar_room.scss */
#calendar_room #calendar_desc .desc_article {
  display: inline-block;
}
/* line 19, ../sass/_calendar_room.scss */
#calendar_room #calendar_desc .article_text {
  display: inline-block;
  vertical-align: middle;
}
/* line 24, ../sass/_calendar_room.scss */
#calendar_room #calendar_desc .desc_icons {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 30px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
/* line 31, ../sass/_calendar_room.scss */
#calendar_room #calendar_desc .desc_icons.red_icon {
  background-color: #d31711;
}
/* line 35, ../sass/_calendar_room.scss */
#calendar_room #calendar_desc .desc_icons.blue_icon {
  background-color: #35afcf;
}
/* line 39, ../sass/_calendar_room.scss */
#calendar_room #calendar_desc .desc_icons.brown_icon {
  background-color: #d3a027;
}
/* line 43, ../sass/_calendar_room.scss */
#calendar_room #calendar_desc .desc_icons.confirm_icon {
  background-color: #888888;
}
/* line 47, ../sass/_calendar_room.scss */
#calendar_room #calendar_desc .desc_icons.contact_icon {
  border: 1px solid #888888;
}
/* line 53, ../sass/_calendar_room.scss */
#calendar_room #single_calendar {
  position: relative;
}
/* line 56, ../sass/_calendar_room.scss */
#calendar_room #single_calendar .fc-left {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 62, ../sass/_calendar_room.scss */
#calendar_room #single_calendar .fc-right {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 69, ../sass/_calendar_room.scss */
#calendar_room .calendar_content {
  max-width: 100%;
}
/* line 73, ../sass/_calendar_room.scss */
#calendar_room .fc-toolbar {
  margin-top: 1em;
  margin-bottom: 5px;
}
/* line 78, ../sass/_calendar_room.scss */
#calendar_room .fc-center {
  line-height: 34px;
}
/* line 82, ../sass/_calendar_room.scss */
#calendar_room .fc-day-header {
  padding: 5px 0;
  background-color: #faebcc;
}
/* line 87, ../sass/_calendar_room.scss */
#calendar_room .fc-event {
  background: none;
}
/* line 91, ../sass/_calendar_room.scss */
#calendar_room .fc-more-popover {
  z-index: 2;
  border: 1px solid #888888;
}

/* line 3, ../sass/_news.scss */
#news .list_content {
  display: block;
  border-bottom: 2px dashed #dddddd;
  line-height: 1.5;
}
/* line 9, ../sass/_news.scss */
#news .list_link {
  display: block;
  overflow: hidden;
}
/* line 13, ../sass/_news.scss */
#news .list_link .times {
  float: left;
}
/* line 17, ../sass/_news.scss */
#news .list_link .title {
  overflow: hidden;
  display: block;
}

/* line 3, ../sass/_news_article.scss */
#news_article .newsFunc_inner_content {
  display: inline-block;
  vertical-align: middle;
}
/* line 8, ../sass/_news_article.scss */
#news_article .socialNet_btn {
  display: inline-block;
  vertical-align: middle;
}

/* line 5, ../sass/_events.scss */
#events #events_list .list_content {
  border-bottom: 2px dashed #dddddd;
}
/* line 8, ../sass/_events.scss */
#events #events_list .list_content .list_link {
  display: block;
  overflow: hidden;
  padding: 25px 10px 20px;
}
/* line 13, ../sass/_events.scss */
#events #events_list .list_content .list_link .events_info {
  float: left;
  display: inline-block;
  width: 80%;
  margin-right: 15px;
}
/* line 19, ../sass/_events.scss */
#events #events_list .list_content .list_link .events_info .events_time {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
/* line 24, ../sass/_events.scss */
#events #events_list .list_content .list_link .events_info .events_time .times_sep {
  display: inline-block;
  background: white;
  width: 2px;
  height: 10px;
  margin: 3px auto 0;
}
/* line 33, ../sass/_events.scss */
#events #events_list .list_content .list_link .events_info .info_inner {
  overflow: hidden;
}
/* line 36, ../sass/_events.scss */
#events #events_list .list_content .list_link .events_info .info_inner .title {
  padding-bottom: 25px;
  color: #333333;
  font-weight: bold;
}
/* line 42, ../sass/_events.scss */
#events #events_list .list_content .list_link .events_info .info_inner .location {
  line-height: 1.5;
}
/* line 48, ../sass/_events.scss */
#events #events_list .list_content .list_link .events_img {
  float: right;
  max-width: 160px;
  max-height: 100px;
  height: auto;
}

/* line 3, ../sass/_events_article.scss */
#events_article #events_info {
  position: relative;
  border-top: 1px solid #a8c1e2;
  border-bottom: 1px solid #a8c1e2;
}
/* line 8, ../sass/_events_article.scss */
#events_article #events_info .info_content {
  padding-bottom: 10px;
  overflow: hidden;
  max-width: 70%;
  line-height: 1.5;
  margin-right: 235px;
}
/* line 15, ../sass/_events_article.scss */
#events_article #events_info .info_content .label {
  float: left;
}
/* line 19, ../sass/_events_article.scss */
#events_article #events_info .info_content .content {
  overflow: hidden;
  display: block;
}
/* line 26, ../sass/_events_article.scss */
#events_article #events_info .info_content#events_phone a.content {
  display: inline-block;
}
/* line 31, ../sass/_events_article.scss */
#events_article #events_info .info_content:last-of-type {
  padding-bottom: 0px;
}
/* line 36, ../sass/_events_article.scss */
#events_article #events_info #home_page {
  position: absolute;
  top: 20px;
  right: 0px;
  padding-left: 100px;
}
/* line 42, ../sass/_events_article.scss */
#events_article #events_info #home_page .fa {
  padding-left: 5px;
}
/* line 46, ../sass/_events_article.scss */
#events_article #events_info #home_page:hover {
  color: white;
  background-color: #333333;
}

/*  SECTIONS  ============================================================================= */
/* line 3, ../sass/_responsive.scss */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  ============================================================================= */
/* line 13, ../sass/_responsive.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 17, ../sass/_responsive.scss */
.group:after {
  clear: both;
}

/* line 20, ../sass/_responsive.scss */
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */
/* line 26, ../sass/_responsive.scss */
.col {
  display: block;
  float: left;
  margin: 0 0 1.6% 1.6%;
}

/* line 32, ../sass/_responsive.scss */
.col:first-child {
  margin-left: 0;
}

/* all browsers except IE6 and lower */
/*  GRID OF TWO   ============================================================================= */
/* line 37, ../sass/_responsive.scss */
.span_2_of_2 {
  width: 100%;
}

/* line 41, ../sass/_responsive.scss */
.span_1_of_2 {
  width: 49.2%;
}

/* line 45, ../sass/_responsive.scss */
.span_1_of_4 {
  width: 24.6%;
}

/* line 49, ../sass/_responsive.scss */
.span_3_of_4 {
  width: 73.8%;
}

@media only screen and (max-width: 1270px) {
  /* line 55, ../sass/_responsive.scss */
  #site_title {
    padding-left: 20px;
  }

  /* line 60, ../sass/_responsive.scss */
  #index #site_title {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1225px) {
  /* line 68, ../sass/_responsive.scss */
  #site_title {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 77, ../sass/_responsive.scss */
  #header.fixed {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  /* line 83, ../sass/_responsive.scss */
  #header #emergency_alert #emergency_inner #emergency_link {
    font-size: 2.3vw;
  }

  /* line 88, ../sass/_responsive.scss */
  #main_nav {
    width: 100%;
  }
  /* line 95, ../sass/_responsive.scss */
  #main_nav .nav_content .accordion_wrapper .accordion_content {
    min-height: 355px;
  }
  /* line 98, ../sass/_responsive.scss */
  #main_nav .nav_content .accordion_wrapper .accordion_content .accordion_list {
    float: none;
  }
  /* line 105, ../sass/_responsive.scss */
  #main_nav .resp_block {
    display: block;
    width: 100%;
  }
  /* line 113, ../sass/_responsive.scss */
  #main_nav .resp_block .nav_content .accordion_wrapper .accordion_toggle {
    border-top: 1px solid white;
  }
  /* line 117, ../sass/_responsive.scss */
  #main_nav .resp_block .nav_content .accordion_wrapper .accordion_content {
    min-height: 330px;
  }

  /* line 130, ../sass/_responsive.scss */
  #main {
    width: 100%;
    background-size: 120% auto;
  }

  /* line 135, ../sass/_responsive.scss */
  #main_container {
    padding-bottom: 0px;
  }

  /* line 141, ../sass/_responsive.scss */
  #index #site_title {
    padding: 50px 0 80px;
  }
  /* line 144, ../sass/_responsive.scss */
  #index #site_title #floatingBtns_wrapper {
    top: 89px;
    left: 0;
    margin: 0;
  }
  /* line 150, ../sass/_responsive.scss */
  #index #site_title #title_wrapper {
    margin-left: 50px;
  }
  /* line 161, ../sass/_responsive.scss */
  #index .recent-wrapper .recent_top .bar_content .bar_inner {
    font-size: 2.3vw;
  }
  /* line 165, ../sass/_responsive.scss */
  #index .recent-wrapper .recent_top .bar_content .more_icon {
    width: 40px;
    height: auto;
  }

  /* line 174, ../sass/_responsive.scss */
  #footer {
    margin: 0;
    height: auto;
  }
  /* line 178, ../sass/_responsive.scss */
  #footer .footer_block {
    width: 100%;
    min-width: 100%;
  }
  /* line 183, ../sass/_responsive.scss */
  #footer #footer_inner {
    width: 100%;
    margin: 0;
    height: auto;
  }
  /* line 189, ../sass/_responsive.scss */
  #footer .info_contents {
    padding-left: 0;
    padding-right: 30px;
  }
  /* line 194, ../sass/_responsive.scss */
  #footer .nav_mask {
    width: 100%;
    min-width: 100%;
  }
  /* line 199, ../sass/_responsive.scss */
  #footer #footer_rights {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 203, ../sass/_responsive.scss */
  #footer #footer_rights #logo_title, #footer #footer_rights #rights_text {
    display: block;
  }

  /* line 212, ../sass/_responsive.scss */
  #sheet .times_block {
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 243, ../sass/_responsive.scss */
  #place_renting #renting_links_wrapper {
    width: 85%;
  }

  /* line 253, ../sass/_responsive.scss */
  #sheet .times_block .date_content {
    display: block;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 263, ../sass/_responsive.scss */
  #events #events_list .list_content .list_link .events_info {
    max-width: 73%;
  }

  /* line 274, ../sass/_responsive.scss */
  #forms form .wrappers .content.room_picker_inner {
    width: 100%;
  }

  /* line 286, ../sass/_responsive.scss */
  #sheet .topBlock_inner .sheet_label {
    padding-bottom: 10px;
  }
  /* line 290, ../sass/_responsive.scss */
  #sheet .topBlock_inner .topBlock_content {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 300, ../sass/_responsive.scss */
  #main {
    background-size: 140% auto;
  }

  /* line 304, ../sass/_responsive.scss */
  #contain_inner {
    padding: 20px 10px;
  }

  /* line 310, ../sass/_responsive.scss */
  #header #emergency_alert #emergency_inner {
    padding: 10px;
  }
  /* line 313, ../sass/_responsive.scss */
  #header #emergency_alert #emergency_inner #emergency_link {
    font-size: 5vw;
  }
  /* line 318, ../sass/_responsive.scss */
  #header #header_top {
    padding: 10px;
  }
  /* line 321, ../sass/_responsive.scss */
  #header #header_top #breadcrumbs {
    line-height: 25px;
    font-size: 20px;
  }
  /* line 330, ../sass/_responsive.scss */
  #header #header_top #functionBtns_wrapper #nav_btn .btn_text {
    display: none;
  }
  /* line 334, ../sass/_responsive.scss */
  #header #header_top #functionBtns_wrapper #nav_btn #nav-toggle {
    display: block;
  }
  /* line 340, ../sass/_responsive.scss */
  #header #header_top #functionBtns_wrapper #nav_btn.active .btn_text.actived {
    display: none;
  }
  /* line 348, ../sass/_responsive.scss */
  #header #main_nav {
    border: none;
  }
  /* line 351, ../sass/_responsive.scss */
  #header #main_nav #nav_inner {
    border: none;
    border-top: 1px solid white;
  }
  /* line 355, ../sass/_responsive.scss */
  #header #main_nav #nav_inner #lang_sec {
    display: block;
  }
  /* line 359, ../sass/_responsive.scss */
  #header #main_nav #nav_inner #top_sec {
    background: none;
  }
  /* line 363, ../sass/_responsive.scss */
  #header #main_nav #nav_inner #close_nav {
    padding: 5px 0;
  }
  /* line 368, ../sass/_responsive.scss */
  #header #main_nav .col {
    margin: 0px;
    border: none;
    width: 100%;
    display: block;
  }
  /* line 375, ../sass/_responsive.scss */
  #header #main_nav .nav_content {
    padding: 0;
  }
  /* line 378, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper {
    display: block;
  }
  /* line 381, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper .accordion_toggle {
    text-align: left;
    position: relative;
  }
  /* line 385, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper .accordion_toggle .fa {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 25px;
    margin-top: -13px;
  }
  /* line 392, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper .accordion_toggle .fa.fa {
    display: inline-block;
  }
  /* line 396, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper .accordion_toggle .fa.fa-caret-up {
    display: none;
  }
  /* line 402, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper .accordion_content {
    min-height: auto;
    padding: 0;
    background-color: #171717;
    display: none;
  }
  /* line 408, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper .accordion_content .accordion_list {
    padding: 0;
    display: block;
    float: none;
    border-bottom: 1px solid #ebebeb;
  }
  /* line 414, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper .accordion_content .accordion_list .accordion_link {
    display: block;
    padding: 20px 40px 20px;
    font-size: 20px;
    color: white;
  }
  /* line 420, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper .accordion_content .accordion_list .accordion_link:before {
    display: none;
  }
  /* line 429, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper.acc_active .accordion_toggle {
    display: block;
  }
  /* line 432, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper.acc_active .accordion_toggle .fa-caret-down {
    display: none;
  }
  /* line 436, ../sass/_responsive.scss */
  #header #main_nav .nav_content .accordion_wrapper.acc_active .accordion_toggle .fa-caret-up {
    display: inline-block;
  }
  /* line 444, ../sass/_responsive.scss */
  #header #main_nav .resp_block {
    display: block;
    width: 100%;
  }
  /* line 452, ../sass/_responsive.scss */
  #header #main_nav .resp_block .nav_content .accordion_wrapper .accordion_toggle {
    border-top: 0;
  }
  /* line 460, ../sass/_responsive.scss */
  #header .func_btn, #header .gap {
    display: none;
  }

  /* line 465, ../sass/_responsive.scss */
  #site_title {
    padding: 30px 0;
  }
  /* line 470, ../sass/_responsive.scss */
  #site_title #title_wrapper #title {
    font-size: 30px;
  }
  /* line 474, ../sass/_responsive.scss */
  #site_title #title_wrapper #security_label {
    padding-left: 10px;
  }
  /* line 480, ../sass/_responsive.scss */
  #site_title #title_wrapper #security_label #label_wrapper .labels {
    display: inline-block;
    margin-left: 0px;
  }
  /* line 484, ../sass/_responsive.scss */
  #site_title #title_wrapper #security_label #label_wrapper .labels:hover {
    z-index: initial;
  }
  /* line 487, ../sass/_responsive.scss */
  #site_title #title_wrapper #security_label #label_wrapper .labels:hover .label_img {
    width: 50px;
    height: auto;
  }
  /* line 497, ../sass/_responsive.scss */
  #site_title #floatingBtns_wrapper {
    display: none;
  }

  /* line 502, ../sass/_responsive.scss */
  #footer {
    text-align: center;
  }
  /* line 505, ../sass/_responsive.scss */
  #footer .footer_block {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 513, ../sass/_responsive.scss */
  #footer #footer_socials #social_left, #footer #footer_socials #social_right {
    display: block;
    float: none;
  }
  /* line 517, ../sass/_responsive.scss */
  #footer #footer_socials #social_left a, #footer #footer_socials #social_right a {
    padding: 5px 10px;
  }
  /* line 523, ../sass/_responsive.scss */
  #footer #footer_infos {
    padding: 10px 5%;
    text-align: left;
  }
  /* line 527, ../sass/_responsive.scss */
  #footer #footer_infos .info_contents {
    font-size: 15px;
    padding-right: 15px;
  }
  /* line 535, ../sass/_responsive.scss */
  #footer #footer_rights #rights_text {
    font-size: 15px;
    line-height: 2;
  }

  /*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 768 PIXELS */
  /* line 544, ../sass/_responsive.scss */
  .col {
    margin: 0.5% 0 0.5% 0.8%;
  }

  /*  GO FULL WIDTH AT LESS THAN 768 PIXELS */
  /* line 550, ../sass/_responsive.scss */
  .full_block {
    width: 100%;
  }

  /* line 554, ../sass/_responsive.scss */
  .half_block {
    width: 100%;
  }

  /* line 558, ../sass/_responsive.scss */
  #side_bar {
    margin-bottom: 20px;
  }

  /* line 562, ../sass/_responsive.scss */
  #subNav.accordion, #side_bar.accordion {
    border: none;
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
  }
  /* line 570, ../sass/_responsive.scss */
  #subNav.accordion .accordion_toggle, #side_bar.accordion .accordion_toggle {
    cursor: pointer;
    display: block;
    position: relative;
  }
  /* line 575, ../sass/_responsive.scss */
  #subNav.accordion .accordion_toggle .fa, #side_bar.accordion .accordion_toggle .fa {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
  }
  /* line 583, ../sass/_responsive.scss */
  #subNav.accordion .side_bar_inner, #side_bar.accordion .side_bar_inner {
    background-color: #454545;
  }
  /* line 587, ../sass/_responsive.scss */
  #subNav.accordion .accordion_content, #side_bar.accordion .accordion_content {
    display: none;
    border-right: 1px solid #888888;
    border-left: 1px solid #888888;
    position: static;
  }
  /* line 593, ../sass/_responsive.scss */
  #subNav.accordion .accordion_content .default, #side_bar.accordion .accordion_content .default {
    display: block;
  }
  /* line 597, ../sass/_responsive.scss */
  #subNav.accordion .accordion_content .subNav_content, #subNav.accordion .accordion_content .side_bar_content, #side_bar.accordion .accordion_content .subNav_content, #side_bar.accordion .accordion_content .side_bar_content {
    display: block;
    float: none;
    color: white;
    padding-bottom: 0;
    background-color: #454545;
    border-right: 0;
  }
  /* line 605, ../sass/_responsive.scss */
  #subNav.accordion .accordion_content .subNav_content .subNav_btn, #subNav.accordion .accordion_content .subNav_content .sideBar_link, #subNav.accordion .accordion_content .side_bar_content .subNav_btn, #subNav.accordion .accordion_content .side_bar_content .sideBar_link, #side_bar.accordion .accordion_content .subNav_content .subNav_btn, #side_bar.accordion .accordion_content .subNav_content .sideBar_link, #side_bar.accordion .accordion_content .side_bar_content .subNav_btn, #side_bar.accordion .accordion_content .side_bar_content .sideBar_link {
    color: #cccccc;
    text-align: left;
    border-bottom: 1px solid #888888;
    border-left: 0;
    padding: 15px 10px;
    margin-bottom: 0;
    padding-left: 0;
    background-color: #454545;
  }
  /* line 615, ../sass/_responsive.scss */
  #subNav.accordion .accordion_content .subNav_content .subNav_btn.active, #subNav.accordion .accordion_content .subNav_content .sideBar_link.active, #subNav.accordion .accordion_content .side_bar_content .subNav_btn.active, #subNav.accordion .accordion_content .side_bar_content .sideBar_link.active, #side_bar.accordion .accordion_content .subNav_content .subNav_btn.active, #side_bar.accordion .accordion_content .subNav_content .sideBar_link.active, #side_bar.accordion .accordion_content .side_bar_content .subNav_btn.active, #side_bar.accordion .accordion_content .side_bar_content .sideBar_link.active {
    background: none;
    border-left: 0;
  }
  /* line 620, ../sass/_responsive.scss */
  #subNav.accordion .accordion_content .subNav_content .subNav_btn:hover, #subNav.accordion .accordion_content .subNav_content .sideBar_link:hover, #subNav.accordion .accordion_content .side_bar_content .subNav_btn:hover, #subNav.accordion .accordion_content .side_bar_content .sideBar_link:hover, #side_bar.accordion .accordion_content .subNav_content .subNav_btn:hover, #side_bar.accordion .accordion_content .subNav_content .sideBar_link:hover, #side_bar.accordion .accordion_content .side_bar_content .subNav_btn:hover, #side_bar.accordion .accordion_content .side_bar_content .sideBar_link:hover {
    background-color: #454545;
  }
  /* line 626, ../sass/_responsive.scss */
  #subNav.accordion .accordion_content li + li, #side_bar.accordion .accordion_content li + li {
    margin: 0;
  }
  /* line 633, ../sass/_responsive.scss */
  #subNav.accordion.acc_active .accordion_toggle, #side_bar.accordion.acc_active .accordion_toggle {
    -webkit-box-shadow: inset 0 -7px 7px -7px white;
    -moz-box-shadow: inset 0 -7px 7px -7px white;
    box-shadow: inset 0 -7px 7px -7px white;
  }

  /* line 642, ../sass/_responsive.scss */
  #filter .filter_inner .filter_content {
    width: 32%;
    margin-right: 2%;
  }
  /* line 646, ../sass/_responsive.scss */
  #filter .filter_inner .filter_content:last-child {
    margin-right: 0;
  }
  /* line 650, ../sass/_responsive.scss */
  #filter .filter_inner .filter_content .filter_btn {
    width: 100%;
    font-size: 15px;
  }

  /* line 660, ../sass/_responsive.scss */
  #index #site_title {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  /* line 664, ../sass/_responsive.scss */
  #index #site_title #title_wrapper {
    margin-left: 10px;
  }
  /* line 669, ../sass/_responsive.scss */
  #index #mainBtns_wrapper {
    margin: 0 0 10px 0;
  }
  /* line 672, ../sass/_responsive.scss */
  #index #mainBtns_wrapper .main_btns {
    width: 50%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 678, ../sass/_responsive.scss */
  #index .recent-wrapper {
    border-radius: 0;
    padding: 0;
  }
  /* line 682, ../sass/_responsive.scss */
  #index .recent-wrapper .recent_top {
    margin-top: 0;
  }
  /* line 687, ../sass/_responsive.scss */
  #index .recent-wrapper .recent_top .bar_content .lg_screen {
    display: none;
  }
  /* line 691, ../sass/_responsive.scss */
  #index .recent-wrapper .recent_top .bar_content .sm_screen {
    display: block;
  }
  /* line 695, ../sass/_responsive.scss */
  #index .recent-wrapper .recent_top .bar_content .bar_inner {
    font-size: 5vw;
  }
  /* line 699, ../sass/_responsive.scss */
  #index .recent-wrapper .recent_top .bar_content .more_icon {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 60px;
    height: auto;
  }
  /* line 710, ../sass/_responsive.scss */
  #index .recent-wrapper .recent_content {
    padding: 12% 10px 10px;
  }
  /* line 714, ../sass/_responsive.scss */
  #index .recent-wrapper#recent_events {
    margin-bottom: 10px;
  }
  /* line 720, ../sass/_responsive.scss */
  #index .recent-wrapper#recent_news #event_list {
    list-style: none;
  }

  /* line 730, ../sass/_responsive.scss */
  #place_renting #renting_links_wrapper {
    width: 100%;
  }
  /* line 734, ../sass/_responsive.scss */
  #place_renting .renting_links_text {
    font-size: 18px;
  }

  /* line 744, ../sass/_responsive.scss */
  #news_article #newsFunc_bar #post_time {
    float: none;
    display: block;
    padding-bottom: 10px;
  }
  /* line 750, ../sass/_responsive.scss */
  #news_article #newsFunc_bar #socialNet_wrapper {
    float: none;
    display: block;
  }
  /* line 755, ../sass/_responsive.scss */
  #news_article #newsFunc_bar .socialNet_btn {
    padding-left: 0;
    padding-right: 10px;
  }

  /* line 765, ../sass/_responsive.scss */
  #events .filter_content.date {
    width: 100%;
    display: block;
  }
  /* line 769, ../sass/_responsive.scss */
  #events .filter_content.date .select_wrapper {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 774, ../sass/_responsive.scss */
  #events .filter_content.date .select_wrapper .filter_select {
    width: 80%;
    height: 50px;
    margin: 0;
  }
  /* line 784, ../sass/_responsive.scss */
  #events #events_list .list_content .list_link .events_info {
    width: 100%;
    min-width: 100%;
    max-width: initial;
  }
  /* line 790, ../sass/_responsive.scss */
  #events #events_list .list_content .list_link .events_img {
    float: none;
    margin: 20px 0 0 68px;
  }

  /* line 802, ../sass/_responsive.scss */
  #events_article #events_info .info_content {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
  }
  /* line 808, ../sass/_responsive.scss */
  #events_article #events_info #home_page {
    position: static;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    background-color: #333333;
  }

  /* line 821, ../sass/_responsive.scss */
  #shops .block_content {
    padding: 10px 0;
  }
  /* line 827, ../sass/_responsive.scss */
  #shops .sep_line .border_outer {
    margin-bottom: -25px;
  }
  /* line 831, ../sass/_responsive.scss */
  #shops .sep_line .fa-cutlery {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  /* line 838, ../sass/_responsive.scss */
  #shops .shop_details {
    padding: 0 0 15px 0;
  }
  /* line 841, ../sass/_responsive.scss */
  #shops .shop_details .info_left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  /* line 846, ../sass/_responsive.scss */
  #shops .shop_details .info_left .shop_logo {
    width: 50%;
    margin: 0 auto;
  }
  /* line 852, ../sass/_responsive.scss */
  #shops .shop_details .info_right {
    width: 100%;
    display: block;
    padding: 0 10px 10px;
  }
  /* line 858, ../sass/_responsive.scss */
  #shops .shop_details .shop_img_wrapper {
    position: static;
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    text-align: center;
  }
  /* line 866, ../sass/_responsive.scss */
  #shops .shop_details .shop_img_wrapper .shop_img {
    max-width: 200px;
    max-height: 200px;
  }

  /* line 877, ../sass/_responsive.scss */
  #sheet .panel_title {
    padding-bottom: 10px;
  }
  /* line 883, ../sass/_responsive.scss */
  #sheet .times_block label {
    display: block;
    padding-bottom: 10px;
  }
  /* line 889, ../sass/_responsive.scss */
  #sheet .radio-inline {
    margin-bottom: 10px;
  }
  /* line 893, ../sass/_responsive.scss */
  #sheet .section_desc {
    display: block;
  }
  /* line 897, ../sass/_responsive.scss */
  #sheet .m_hide {
    display: none;
  }

  /* line 907, ../sass/_responsive.scss */
  #forms form .wrappers {
    width: 90%;
  }
  /* line 914, ../sass/_responsive.scss */
  #forms form .wrappers .content#date_inner .monthly-pop#mycalendar2 {
    right: 5%;
  }
  /* line 922, ../sass/_responsive.scss */
  #forms form .wrappers .room_checkbox_wrapper .room_title, #forms form .wrappers .room_checkbox_wrapper .room_checkbox_inner {
    display: block;
    padding-bottom: 10px;
  }

  /* line 934, ../sass/_responsive.scss */
  #calendar_room #prev_brn {
    display: block;
    position: static;
    width: 35%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }

  /* line 947, ../sass/_responsive.scss */
  #sheet_room .topBlock_inner .sheet_label {
    width: 130px;
  }
  /* line 951, ../sass/_responsive.scss */
  #sheet_room .topBlock_inner .date_picker {
    width: 100%;
  }
  /* line 955, ../sass/_responsive.scss */
  #sheet_room .topBlock_inner .room_checkBox {
    min-width: 100px;
  }
  /* line 959, ../sass/_responsive.scss */
  #sheet_room .topBlock_inner #more_choice_wrapper {
    display: block;
    padding-top: 10px;
    padding-left: 0;
  }
  /* line 965, ../sass/_responsive.scss */
  #sheet_room .topBlock_inner .equip_select {
    width: 100%;
  }
  /* line 969, ../sass/_responsive.scss */
  #sheet_room .topBlock_inner .add_btn {
    width: 100%;
    text-align: center;
  }
}
/*  INNER BLOCK GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  /* line 980, ../sass/_responsive.scss */
  .col {
    width: 100%;
    margin: 0;
  }

  /* line 989, ../sass/_responsive.scss */
  #header #header_top #breadcrumbs {
    font-size: 15px;
  }
  /* line 992, ../sass/_responsive.scss */
  #header #header_top #breadcrumbs .fa {
    padding: 0;
  }

  /* line 999, ../sass/_responsive.scss */
  #main_container {
    padding: 0;
  }

  /* line 1003, ../sass/_responsive.scss */
  #contain_inner {
    padding: 0;
  }

  /* line 1007, ../sass/_responsive.scss */
  #site_title {
    padding: 20px;
  }
  /* line 1012, ../sass/_responsive.scss */
  #site_title #title_wrapper #title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  /* line 1017, ../sass/_responsive.scss */
  #site_title #title_wrapper #title_desc {
    font-size: 12px;
    padding-left: 10px;
  }

  /* line 1024, ../sass/_responsive.scss */
  #page_title {
    padding: 10px;
  }

  /* line 1028, ../sass/_responsive.scss */
  #title_main {
    font-size: 20px;
  }
  /* line 1031, ../sass/_responsive.scss */
  #title_main #main_subTitle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* line 1037, ../sass/_responsive.scss */
  #main_container {
    padding-bottom: 0;
  }

  /* line 1041, ../sass/_responsive.scss */
  #contain_details {
    padding: 10px;
  }

  /* line 1045, ../sass/_responsive.scss */
  #pagination {
    overflow: hidden;
    padding: 20px 0 0;
  }
  /* line 1051, ../sass/_responsive.scss */
  #pagination.arrow_link a {
    display: inline-block;
    width: 80px;
    padding: 20px 0;
    margin: 0;
    text-align: center;
  }
  /* line 1060, ../sass/_responsive.scss */
  #pagination #pages {
    display: none;
  }
  /* line 1064, ../sass/_responsive.scss */
  #pagination #prev_wrapper {
    margin: 0;
    float: left;
  }
  /* line 1069, ../sass/_responsive.scss */
  #pagination #next_wrapper {
    margin: 0;
    float: right;
  }

  /* line 1077, ../sass/_responsive.scss */
  #pic_wrapper .pic_content {
    margin: 0 0 5px 0;
  }

  /* line 1087, ../sass/_responsive.scss */
  #filter .filter_inner .filter_content .filter_btn {
    font-size: 12px;
  }

  /* line 1096, ../sass/_responsive.scss */
  #index #site_title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 1101, ../sass/_responsive.scss */
  #index #recent_block {
    margin-bottom: 0;
  }
  /* line 1105, ../sass/_responsive.scss */
  #index .recent-wrapper {
    padding: 0;
  }
  /* line 1108, ../sass/_responsive.scss */
  #index .recent-wrapper .recent_top {
    margin: 0;
  }
  /* line 1113, ../sass/_responsive.scss */
  #index #mainBtns_wrapper {
    margin: 0;
  }
  /* line 1116, ../sass/_responsive.scss */
  #index #mainBtns_wrapper .main_btns {
    width: 100%;
  }
  /* line 1119, ../sass/_responsive.scss */
  #index #mainBtns_wrapper .main_btns.backup {
    display: none;
  }
  /* line 1127, ../sass/_responsive.scss */
  #index .recent-wrapper#recent_events {
    margin: 0;
  }
  /* line 1135, ../sass/_responsive.scss */
  #index .recent-wrapper .recent_top .bar_content .more_icon {
    width: auto;
    margin-top: -4px;
  }

  /* line 1147, ../sass/_responsive.scss */
  #place_renting .renting_links {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 30px 10px !important;
    margin-bottom: 1px;
  }
  /* line 1153, ../sass/_responsive.scss */
  #place_renting .renting_links .renting_links_inner {
    display: block;
    float: none;
    overflow: hidden;
  }
  /* line 1158, ../sass/_responsive.scss */
  #place_renting .renting_links .renting_links_inner .renting_links_text {
    overflow: hidden;
    float: none;
  }
  /* line 1163, ../sass/_responsive.scss */
  #place_renting .renting_links .renting_links_inner .f-icon {
    float: left;
  }
  /* line 1167, ../sass/_responsive.scss */
  #place_renting .renting_links .renting_links_inner .f-arrow {
    display: inline-block;
    line-height: 32px;
  }
  /* line 1174, ../sass/_responsive.scss */
  #place_renting .details_block .sub_nav .sub_nav_inner {
    width: 33%;
    text-align: center;
    border-right: 2px solid #666666;
  }
  /* line 1179, ../sass/_responsive.scss */
  #place_renting .details_block .sub_nav .sub_nav_inner .sub_nav_link {
    border: none;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  /* line 1186, ../sass/_responsive.scss */
  #place_renting .details_block .sub_nav .sub_nav_inner:last-child {
    border: none;
  }

  /* line 1197, ../sass/_responsive.scss */
  #news .list_link .times {
    float: none;
    display: block;
    padding-bottom: 5px;
  }

  /* line 1208, ../sass/_responsive.scss */
  #news_article #newsFunc_bar_inner {
    padding-left: 10px;
    padding-left: 10px;
  }

  /* line 1214, ../sass/_responsive.scss */
  #events #events_list .list_content .list_link {
    padding: 10px;
  }
  /* line 1217, ../sass/_responsive.scss */
  #events #events_list .list_content .list_link .events_img {
    max-width: 100%;
    max-height: initial;
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  /* line 1230, ../sass/_responsive.scss */
  #links #links_wrapper {
    text-align: center;
  }
  /* line 1233, ../sass/_responsive.scss */
  #links #links_wrapper .links_content {
    float: none;
    display: block;
    margin: 0 auto;
  }

  /* line 1244, ../sass/_responsive.scss */
  #sheet .monthly-pop {
    left: 50%;
    margin-left: -150px;
  }
  /* line 1251, ../sass/_responsive.scss */
  #sheet .table th {
    text-align: center;
  }
  /* line 1255, ../sass/_responsive.scss */
  #sheet .table th, #sheet .table td {
    font-size: 12px;
    padding: 10px 5px;
  }
  /* line 1260, ../sass/_responsive.scss */
  #sheet .table .remove_wrapper {
    width: 60px;
  }
  /* line 1263, ../sass/_responsive.scss */
  #sheet .table .remove_wrapper .remove_btn {
    font-size: 12px;
  }

  /* line 1277, ../sass/_responsive.scss */
  #shops .shop_details .info_left .shop_logo {
    width: 100%;
  }

  /* line 1287, ../sass/_responsive.scss */
  #forms form {
    padding: 10px;
  }
  /* line 1290, ../sass/_responsive.scss */
  #forms form .wrappers {
    width: 100%;
    padding-bottom: 10px;
  }
  /* line 1295, ../sass/_responsive.scss */
  #forms form .wrappers .label,
  #forms form .wrappers .content {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: auto;
  }
  /* line 1308, ../sass/_responsive.scss */
  #forms form .wrappers .content#date_inner .monthly-pop#mycalendar2 {
    right: 10px;
  }

  /* line 1320, ../sass/_responsive.scss */
  #calendar_room #prev_brn {
    width: 50%;
  }

  /* line 1328, ../sass/_responsive.scss */
  #sheet_room .m_hide {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  /* line 1336, ../sass/_responsive.scss */
  #article_content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 1, ../sass/_editor_container.scss */
.editor-container {
  line-height: 1.5;
}
.editor-container table, caption, tbody, tfoot, thead, tr, th, td{
  border:1px;
  border-style:solid;
}
/* line 4, ../sass/_editor_container.scss */
.editor-container li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
/* line 5, ../sass/_editor_container.scss */
.editor-container strong {
  font-weight: bold;
}
/* line 6, ../sass/_editor_container.scss */
.editor-container a {
  color: #3b9ac0;
}
/* line 7, ../sass/_editor_container.scss */
.editor-container ul {
  margin: 2em 0 2em 2em;
}
/* line 8, ../sass/_editor_container.scss */
.editor-container p {
  line-height: 1.5;
}
/* line 11, ../sass/_editor_container.scss */
.editor-container .map-container,
.editor-container .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 23, ../sass/_editor_container.scss */
.editor-container .map-container iframe,
.editor-container .map-container object,
.editor-container .map-container embed,
.editor-container .video-container iframe,
.editor-container .video-container object,
.editor-container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 30, ../sass/_editor_container.scss */
.editor-container ol {
  list-style-type: decimal;
}
/* line 31, ../sass/_editor_container.scss */
.editor-container ol.lower-alpha {
  list-style-type: lower-alpha;
}
/* line 32, ../sass/_editor_container.scss */
.editor-container ul {
  list-style-type: square;
}
/* line 33, ../sass/_editor_container.scss */
.editor-container ul.square {
  list-style-type: square;
}
/* line 34, ../sass/_editor_container.scss */
.editor-container ul.disc {
  list-style-type: disc;
}
/* line 35, ../sass/_editor_container.scss */
.editor-container ul.circle {
  list-style-type: circle;
}
/* line 36, ../sass/_editor_container.scss */
.editor-container li {
  margin-left: 1.5em;
  margin-bottom: 0;
  line-height: 1.5;
}
/* line 37, ../sass/_editor_container.scss */
.editor-container ul {
  margin: 0;
}