.inner,
div.result,
article.result,
.description {
  *zoom: 1;
}
.inner:before,
div.result:before,
article.result:before,
.description:before,
.inner:after,
div.result:after,
article.result:after,
.description:after {
  display: table;
  line-height: 0;
  content: "";
}
.inner:after,
div.result:after,
article.result:after,
.description:after {
  clear: both;
}
.image img,
.mce_caption_wrap img {
  max-width: 100%;
  height: auto;
}
.col-md-2 .related .img-circle.pull-left {
  width: 30px;
  height: auto;
}
.fmt_giant > .inner > .result > [class="image"] {
  width: 920px;
  margin: 0 0 1em 0;
}
.fmt_story > .inner > .result > [class="image"] {
  width: 580px;
  margin: 0 0 1em 0;
}
.fmt_post > .inner > .result > [class="image"] {
  width: 410px;
  margin: 0 0 1em 0;
}
.fmt_list_lg > .inner > .result > [class="image"] {
  width: 180px;
  margin: 0 1em 1em 0;
  float: left;
}
.fmt_list > .inner > .result > [class="image"] {
  width: 120px;
  margin: 0 1em 0.75em 0;
  float: left;
}
.fmt_list_sm > .inner > .result > [class="image"] {
  width: 60px;
  margin: 0 1em 0.75em 0;
  float: left;
}
.fmt_table .table tr.result img[width="120"] {
  width: 60px;
  height: auto;
}
.fmt_list [class*="span"].result > [class="image"],
.fmt_list_lg [class*="span"].result > [class="image"],
.fmt_list_sm [class*="span"].result > [class="image"] {
  float: none;
  margin-right: 0;
}
.checkbox.checkbox-bubble {
  white-space: nowrap;
}
.checkbox-inline:first-child label[for*='event_repeat_day_nums'],
.checkbox-inline:first-child label[for*='event_repeat_week_nums'] {
  width: 105px;
}
a[data-toggle=tab] {
  outline: none;
}
.top-search-container #user_account_signin .avatar {
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
.top-search-container #user_account_signin .avatar img {
  width: 100%;
  height: auto;
}
.top-search-container #user_account_signin form.sign-out {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.top-search-container #user_account_signin form.sign-out .btn {
  padding: 0;
  border: none;
  background-color: transparent;
}
.onload-fade-in {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.spinner-large {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  padding: 40px 0 40px 0;
}
h1,
h2 {
  line-height: 1.1em;
}
h3,
h4 {
  line-height: 1.25em;
}
h5,
h6,
p,
ul,
ol,
time {
  line-height: 1.5em;
}
.table > tbody > tr > td > pre {
  white-space: pre-wrap;
}
.pagination-forms {
  display: block;
}
.pagination-forms .form-control-static {
  padding-top: 7px;
  display: inline-block;
}
.pagination-forms .input-group input.form-control {
  min-width: 40px;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
  text-align: right;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.label-inverse {
  background-color: #444444;
}
/*----------------------
  CUT OFF TEXT

  The ellipsis classes reveal a '...' if there is more content that isn't being displayed.
 ----------------------*/
.ellipsis-container {
  padding-right: 1em;
  position: relative;
}
.ellipsis {
  background: inherit;
  display: inline;
}
.ellipsis:before,
.ellipsis:after {
  background: inherit;
  position: absolute;
}
.ellipsis:before {
  content: '\2026';
  bottom: 0;
  right: 0;
}
.ellipsis:after {
  content: '';
  height: 100%;
  width: 100%;
}
.cutoff {
  line-height: 1.5;
  overflow: hidden;
}
.cutoff-1 {
  max-height: 1.5em;
}
.cutoff-2 {
  max-height: 3em;
}
.cutoff-3 {
  max-height: 4.5em;
}
#alert_container,
.alert_container {
  z-index: 999999;
  position: fixed;
  width: 940px;
  top: 6px;
  left: 50%;
  margin-left: -480px;
}
#alert_container {
  display: none;
}
#alert_container.alert-container-show {
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  #alert_container,
  .alert_container {
    width: 744px;
    margin-left: -372px;
  }
}
@media (min-width: 1200px) {
  #alert_container,
  .alert_container {
    width: 1190px;
    margin-left: -595px;
  }
}
#alert_container .alert,
.alert_container .alert {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.alert-account-status {
  padding: 15px 30px;
  font-size: 16px;
  text-align: center;
}
.alert-account-status-development {
  background: #222222;
  color: #E6E6E6;
}
.alert-account-status-warning,
.alert-account-status-danger {
  background: darkred;
  color: #E6E6E6;
}
/*----------------------
  FLAGS
 ----------------------*/
.flag-black {
  color: black;
}
.flag-white {
  color: white;
}
.flag-gray {
  color: gray;
}
.flag-brown {
  color: SaddleBrown;
}
.flag-purple {
  color: purple;
}
.flag-blue {
  color: blue;
}
.flag-green {
  color: green;
}
.flag-yellow {
  color: gold;
}
.flag-orange {
  color: orange;
}
.flag-red {
  color: red;
}
.flag-pink {
  color: fuchsia;
}
/* when a white flag is inside a white or clear button, make it light gray */
.btn-link .flag-white,
.btn-default .flag-white {
  color: #CCCCCC;
}
/* when a white flag is on a striped table, white should be gray */
.table-striped .flag-white {
  color: #CCCCCC;
}
.flag_notes {
  font-size: 14px !important;
}
/*----------------------
  SCHEDULE CALENDAR
 ----------------------*/
.schedule .row {
  margin-left: -10px;
  *zoom: 1;
}
.schedule [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 10px;
}
.schedule .span7 {
  width: 760px;
}
.schedule .span6 {
  width: 650px;
}
.schedule .span5 {
  width: 540px;
}
.schedule .span4 {
  width: 430px;
}
.schedule .span3 {
  width: 320px;
}
.schedule .span2 {
  width: 210px;
}
.schedule .span1 {
  width: 100px;
}
.schedule .offset7 {
  margin-left: 780px;
}
.schedule .offset6 {
  margin-left: 670px;
}
.schedule .offset5 {
  margin-left: 560px;
}
.schedule .offset4 {
  margin-left: 450px;
}
.schedule .offset3 {
  margin-left: 340px;
}
.schedule .offset2 {
  margin-left: 230px;
}
.schedule .offset1 {
  margin-left: 120px;
}
.schedule_cols {
  background: transparent url("/images/vendor/schedule_cols_960.gif") repeat-y scroll left top;
}
.schedule .btn img {
  float: left;
  margin: 2px 6px 0 -4px;
}
.schedule .btn {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.schedule .btn-small {
  font-size: 11px !important;
  line-height: 16px !important;
}
.schedule .btn-small small {
  font-size: 9px !important;
  line-height: 16px !important;
}
.schedule .btn-middle {
  border-right: none;
  border-left: none;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.schedule .btn-middle:before,
.schedule .btn-middle:after {
  display: table;
  content: "";
  line-height: 0;
}
.schedule .btn-middle:after {
  clear: both;
}
.schedule .btn-first {
  border-right: none;
  margin-right: -5px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  *zoom: 1;
}
.schedule .btn-first:before,
.schedule .btn-first:after {
  display: table;
  content: "";
  line-height: 0;
}
.schedule .btn-first:after {
  clear: both;
}
.schedule .btn-last {
  border-left: none;
  margin-left: -5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.schedule .btn-last:before,
.schedule .btn-last:after {
  display: table;
  content: "";
  line-height: 0;
}
.schedule .btn-last:after {
  clear: both;
}
.schedule tbody th {
  width: 104px;
  background: #f5f5f5;
}
/* bootstrap 3 schedule */
.container-fluid .schedule_cols {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  background-image: url("/images/vendor/schedule_cols_percent.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-attachment: scroll;
  background-size: 100%;
}
.container-fluid .schedule_cols .schedule_day {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container-fluid .schedule_cols {
    background-color: transparent;
    background-image: url("/images/vendor/schedule_cols_percent.png");
    background-repeat: repeat-y;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .container-fluid .schedule_cols {
    background-color: transparent;
    background-image: url("/images/vendor/schedule_cols_percent.png");
    background-repeat: repeat-y;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
  }
}
@media (min-width: 1200px) {
  .container-fluid .schedule_cols {
    background-color: transparent;
    background-image: url("/images/vendor/schedule_cols_percent.png");
    background-repeat: repeat-y;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
  }
}
.schedule .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.schedule .btn-block {
  padding-left: 5%;
}
.schedule .btn-block .date {
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
}
.schedule .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.schedule .row {
  margin-left: -5px;
  margin-right: -5px;
}
.schedule .col-xs-1,
.schedule .col-sm-1,
.schedule .col-md-1,
.schedule .col-lg-1,
.schedule .col-xs-2,
.schedule .col-sm-2,
.schedule .col-md-2,
.schedule .col-lg-2,
.schedule .col-xs-3,
.schedule .col-sm-3,
.schedule .col-md-3,
.schedule .col-lg-3,
.schedule .col-xs-4,
.schedule .col-sm-4,
.schedule .col-md-4,
.schedule .col-lg-4,
.schedule .col-xs-5,
.schedule .col-sm-5,
.schedule .col-md-5,
.schedule .col-lg-5,
.schedule .col-xs-6,
.schedule .col-sm-6,
.schedule .col-md-6,
.schedule .col-lg-6,
.schedule .col-xs-7,
.schedule .col-sm-7,
.schedule .col-md-7,
.schedule .col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.schedule .col-xs-1,
.schedule .col-xs-2,
.schedule .col-xs-3,
.schedule .col-xs-4,
.schedule .col-xs-5,
.schedule .col-xs-6,
.schedule .col-xs-7 {
  float: left;
}
.schedule .col-xs-7 {
  width: 100%;
}
.schedule .col-xs-6 {
  width: 85.71428571%;
}
.schedule .col-xs-5 {
  width: 71.42857143%;
}
.schedule .col-xs-4 {
  width: 57.14285714%;
}
.schedule .col-xs-3 {
  width: 42.85714286%;
}
.schedule .col-xs-2 {
  width: 28.57142857%;
}
.schedule .col-xs-1 {
  width: 14.28571429%;
}
.schedule .col-xs-pull-7 {
  right: 100%;
}
.schedule .col-xs-pull-6 {
  right: 85.71428571%;
}
.schedule .col-xs-pull-5 {
  right: 71.42857143%;
}
.schedule .col-xs-pull-4 {
  right: 57.14285714%;
}
.schedule .col-xs-pull-3 {
  right: 42.85714286%;
}
.schedule .col-xs-pull-2 {
  right: 28.57142857%;
}
.schedule .col-xs-pull-1 {
  right: 14.28571429%;
}
.schedule .col-xs-pull-0 {
  right: auto;
}
.schedule .col-xs-push-7 {
  left: 100%;
}
.schedule .col-xs-push-6 {
  left: 85.71428571%;
}
.schedule .col-xs-push-5 {
  left: 71.42857143%;
}
.schedule .col-xs-push-4 {
  left: 57.14285714%;
}
.schedule .col-xs-push-3 {
  left: 42.85714286%;
}
.schedule .col-xs-push-2 {
  left: 28.57142857%;
}
.schedule .col-xs-push-1 {
  left: 14.28571429%;
}
.schedule .col-xs-push-0 {
  left: auto;
}
.schedule .col-xs-offset-7 {
  margin-left: 100%;
}
.schedule .col-xs-offset-6 {
  margin-left: 85.71428571%;
}
.schedule .col-xs-offset-5 {
  margin-left: 71.42857143%;
}
.schedule .col-xs-offset-4 {
  margin-left: 57.14285714%;
}
.schedule .col-xs-offset-3 {
  margin-left: 42.85714286%;
}
.schedule .col-xs-offset-2 {
  margin-left: 28.57142857%;
}
.schedule .col-xs-offset-1 {
  margin-left: 14.28571429%;
}
.schedule .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .schedule .col-sm-1,
  .schedule .col-sm-2,
  .schedule .col-sm-3,
  .schedule .col-sm-4,
  .schedule .col-sm-5,
  .schedule .col-sm-6,
  .schedule .col-sm-7 {
    float: left;
  }
  .schedule .col-sm-7 {
    width: 100%;
  }
  .schedule .col-sm-6 {
    width: 85.71428571%;
  }
  .schedule .col-sm-5 {
    width: 71.42857143%;
  }
  .schedule .col-sm-4 {
    width: 57.14285714%;
  }
  .schedule .col-sm-3 {
    width: 42.85714286%;
  }
  .schedule .col-sm-2 {
    width: 28.57142857%;
  }
  .schedule .col-sm-1 {
    width: 14.28571429%;
  }
  .schedule .col-sm-pull-7 {
    right: 100%;
  }
  .schedule .col-sm-pull-6 {
    right: 85.71428571%;
  }
  .schedule .col-sm-pull-5 {
    right: 71.42857143%;
  }
  .schedule .col-sm-pull-4 {
    right: 57.14285714%;
  }
  .schedule .col-sm-pull-3 {
    right: 42.85714286%;
  }
  .schedule .col-sm-pull-2 {
    right: 28.57142857%;
  }
  .schedule .col-sm-pull-1 {
    right: 14.28571429%;
  }
  .schedule .col-sm-pull-0 {
    right: auto;
  }
  .schedule .col-sm-push-7 {
    left: 100%;
  }
  .schedule .col-sm-push-6 {
    left: 85.71428571%;
  }
  .schedule .col-sm-push-5 {
    left: 71.42857143%;
  }
  .schedule .col-sm-push-4 {
    left: 57.14285714%;
  }
  .schedule .col-sm-push-3 {
    left: 42.85714286%;
  }
  .schedule .col-sm-push-2 {
    left: 28.57142857%;
  }
  .schedule .col-sm-push-1 {
    left: 14.28571429%;
  }
  .schedule .col-sm-push-0 {
    left: auto;
  }
  .schedule .col-sm-offset-7 {
    margin-left: 100%;
  }
  .schedule .col-sm-offset-6 {
    margin-left: 85.71428571%;
  }
  .schedule .col-sm-offset-5 {
    margin-left: 71.42857143%;
  }
  .schedule .col-sm-offset-4 {
    margin-left: 57.14285714%;
  }
  .schedule .col-sm-offset-3 {
    margin-left: 42.85714286%;
  }
  .schedule .col-sm-offset-2 {
    margin-left: 28.57142857%;
  }
  .schedule .col-sm-offset-1 {
    margin-left: 14.28571429%;
  }
  .schedule .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .schedule .col-md-1,
  .schedule .col-md-2,
  .schedule .col-md-3,
  .schedule .col-md-4,
  .schedule .col-md-5,
  .schedule .col-md-6,
  .schedule .col-md-7 {
    float: left;
  }
  .schedule .col-md-7 {
    width: 100%;
  }
  .schedule .col-md-6 {
    width: 85.71428571%;
  }
  .schedule .col-md-5 {
    width: 71.42857143%;
  }
  .schedule .col-md-4 {
    width: 57.14285714%;
  }
  .schedule .col-md-3 {
    width: 42.85714286%;
  }
  .schedule .col-md-2 {
    width: 28.57142857%;
  }
  .schedule .col-md-1 {
    width: 14.28571429%;
  }
  .schedule .col-md-pull-7 {
    right: 100%;
  }
  .schedule .col-md-pull-6 {
    right: 85.71428571%;
  }
  .schedule .col-md-pull-5 {
    right: 71.42857143%;
  }
  .schedule .col-md-pull-4 {
    right: 57.14285714%;
  }
  .schedule .col-md-pull-3 {
    right: 42.85714286%;
  }
  .schedule .col-md-pull-2 {
    right: 28.57142857%;
  }
  .schedule .col-md-pull-1 {
    right: 14.28571429%;
  }
  .schedule .col-md-pull-0 {
    right: auto;
  }
  .schedule .col-md-push-7 {
    left: 100%;
  }
  .schedule .col-md-push-6 {
    left: 85.71428571%;
  }
  .schedule .col-md-push-5 {
    left: 71.42857143%;
  }
  .schedule .col-md-push-4 {
    left: 57.14285714%;
  }
  .schedule .col-md-push-3 {
    left: 42.85714286%;
  }
  .schedule .col-md-push-2 {
    left: 28.57142857%;
  }
  .schedule .col-md-push-1 {
    left: 14.28571429%;
  }
  .schedule .col-md-push-0 {
    left: auto;
  }
  .schedule .col-md-offset-7 {
    margin-left: 100%;
  }
  .schedule .col-md-offset-6 {
    margin-left: 85.71428571%;
  }
  .schedule .col-md-offset-5 {
    margin-left: 71.42857143%;
  }
  .schedule .col-md-offset-4 {
    margin-left: 57.14285714%;
  }
  .schedule .col-md-offset-3 {
    margin-left: 42.85714286%;
  }
  .schedule .col-md-offset-2 {
    margin-left: 28.57142857%;
  }
  .schedule .col-md-offset-1 {
    margin-left: 14.28571429%;
  }
  .schedule .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .schedule .col-lg-1,
  .schedule .col-lg-2,
  .schedule .col-lg-3,
  .schedule .col-lg-4,
  .schedule .col-lg-5,
  .schedule .col-lg-6,
  .schedule .col-lg-7 {
    float: left;
  }
  .schedule .col-lg-7 {
    width: 100%;
  }
  .schedule .col-lg-6 {
    width: 85.71428571%;
  }
  .schedule .col-lg-5 {
    width: 71.42857143%;
  }
  .schedule .col-lg-4 {
    width: 57.14285714%;
  }
  .schedule .col-lg-3 {
    width: 42.85714286%;
  }
  .schedule .col-lg-2 {
    width: 28.57142857%;
  }
  .schedule .col-lg-1 {
    width: 14.28571429%;
  }
  .schedule .col-lg-pull-7 {
    right: 100%;
  }
  .schedule .col-lg-pull-6 {
    right: 85.71428571%;
  }
  .schedule .col-lg-pull-5 {
    right: 71.42857143%;
  }
  .schedule .col-lg-pull-4 {
    right: 57.14285714%;
  }
  .schedule .col-lg-pull-3 {
    right: 42.85714286%;
  }
  .schedule .col-lg-pull-2 {
    right: 28.57142857%;
  }
  .schedule .col-lg-pull-1 {
    right: 14.28571429%;
  }
  .schedule .col-lg-pull-0 {
    right: auto;
  }
  .schedule .col-lg-push-7 {
    left: 100%;
  }
  .schedule .col-lg-push-6 {
    left: 85.71428571%;
  }
  .schedule .col-lg-push-5 {
    left: 71.42857143%;
  }
  .schedule .col-lg-push-4 {
    left: 57.14285714%;
  }
  .schedule .col-lg-push-3 {
    left: 42.85714286%;
  }
  .schedule .col-lg-push-2 {
    left: 28.57142857%;
  }
  .schedule .col-lg-push-1 {
    left: 14.28571429%;
  }
  .schedule .col-lg-push-0 {
    left: auto;
  }
  .schedule .col-lg-offset-7 {
    margin-left: 100%;
  }
  .schedule .col-lg-offset-6 {
    margin-left: 85.71428571%;
  }
  .schedule .col-lg-offset-5 {
    margin-left: 71.42857143%;
  }
  .schedule .col-lg-offset-4 {
    margin-left: 57.14285714%;
  }
  .schedule .col-lg-offset-3 {
    margin-left: 42.85714286%;
  }
  .schedule .col-lg-offset-2 {
    margin-left: 28.57142857%;
  }
  .schedule .col-lg-offset-1 {
    margin-left: 14.28571429%;
  }
  .schedule .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*----------------------
  DATE INPUT
  http://flowplayer.org/tools/dateinput/index.html#skinning
 ----------------------*/
#calroot {
  z-index: 3000;
  margin-top: -1px;
  width: 204px;
  padding: 2px;
  background-color: #fff;
  font-size: 11px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 15px #666;
  -webkit-box-shadow: 0 0 15px #666;
}
/* calendar root element - place on top of other elements. set a higher value if nessessary */
#calhead {
  padding: 2px 0;
  height: 22px;
}
/* head. contains title, prev/next month controls and possible month/year selectors */
#caltitle {
  font-size: 14px;
  color: #0150D1;
  float: left;
  text-align: center;
  width: 155px;
  line-height: 20px;
  text-shadow: 0 1px 0 #ddd;
}
#calnext,
#calprev {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("/js/vendor/jquerytools/prev.gif") no-repeat scroll center center;
  float: left;
  cursor: pointer;
}
#calnext {
  background-image: url("/js/vendor/jquerytools/next.gif");
  float: right;
}
#calprev.caldisabled,
#calnext.caldisabled {
  visibility: hidden;
}
#caltitle select {
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  margin: 0 2px 0 0;
}
/* year/month selector */
#caltitle #calmonth {
  width: 84px;
}
#caltitle #calyear {
  width: 58px;
}
#caldays {
  height: 14px;
  border-bottom: 1px solid #ddd;
}
/* names of the days */
#caldays span {
  display: block;
  float: left;
  width: 28px;
  text-align: center;
}
#calweeks {
  background-color: #fff;
  margin-top: 4px;
}
/* container for weeks */
.calweek {
  clear: left;
  height: 22px;
}
/* single week */
.calweek a {
  display: block;
  float: left;
  width: 27px;
  height: 20px;
  text-decoration: none;
  font-size: 11px;
  margin-left: 1px;
  text-align: center;
  line-height: 20px;
  color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* single day */
.calweek a:link,
.calweek a:visited {
  color: #666;
}
.calweek a:hover,
.calweek a:active {
  color: #333;
  text-decoration: underline;
}
.calweek a:hover,
.calfocus {
  background-color: #ddd;
}
/* different states */
a.calsun:link {
  color: red;
}
/* sunday */
a.caloff:link {
  color: #ccc;
}
/* offmonth day */
a.caloff:hover {
  background-color: #f5f5fa;
}
a.caldisabled {
  background-color: #efefef !important;
  color: #ccc !important;
  cursor: default;
}
/* unselecteble day */
#calcurrent {
  background-color: #498CE2;
  color: #fff;
}
/* current day */
#caltoday {
  background-color: #333;
  color: #fff;
}
/* today */
/*----------------------
  UploadiFive
  Copyright (c) 2012 Reactive Apps, Ronnie Garcia
 ----------------------*/
.btn-group > .uploadify:first-child {
  float: left;
}
.btn-group > .uploadify:first-child .btn {
  margin-left: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
}
.uploadify-button.btn,
.uploadifive-button.btn {
  padding: 0;
}
.uploadify-queue,
.uploadifive-queue {
  margin: 0;
  padding: 4px;
  min-height: 30px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.uploadify-queue-item,
.uploadifive-queue-item {
  margin: 0 0 3px 0;
  background: #FFFFFF;
  padding: 2px 6px 4px 6px;
  border: solid #E6E6E6 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.uploadify-queue-item p,
.uploadifive-queue-item p {
  margin: 0;
  padding: 2px 0 0 0;
}
.progress {
  margin-bottom: 0;
  margin-top: 2px;
}
.uploadify-results,
.uploadifive-results {
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}
/*----------------------
  vis.js
 ----------------------*/
.table-timeline-controls {
  margin-bottom: 5px;
}
.timeline-editors {
  border-top: solid #dddddd 1px;
}
.timeline-editors .fmt_table .table {
  margin-bottom: 5px;
}
.timeline-editors .fmt_table .table > thead > tr > th {
  border-bottom: none;
  height: 1px;
  line-height: 1px;
  padding: 0;
}
.timeline-editors .fmt_table .table .result .form-group {
  margin-bottom: 5px;
}
/*----------------------
  STYLES WITHIN FORMATS
 ----------------------*/
.result {
  margin-bottom: 1em;
}
.result h1,
.result h2 {
  margin-top: 0;
  margin-bottom: 0.3em;
  line-height: 1.2em;
}
.result h3,
.result h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
.result h5,
.result h6,
.result p,
.result ul,
.result ol,
.result time {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.5em;
}
tr.result {
  margin-bottom: 0;
}
.result-inner {
  padding: 10px;
}
.fmt_giant,
.fmt_story {
  font-size: 14px;
}
.fmt_giant .title,
.fmt_story .title {
  font-size: 36px;
}
.fmt_giant .subtitle,
.fmt_story .subtitle {
  font-size: 26px;
}
.fmt_giant .teaser,
.fmt_story .teaser {
  font-size: 16px;
}
.fmt_giant p,
.fmt_story p,
.fmt_giant ol,
.fmt_story ol,
.fmt_giant ul,
.fmt_story ul {
  font-size: 14px;
}
.fmt_pan {
  font-size: 14px;
}
.fmt_pan .title {
  font-size: 32px;
}
.fmt_pan .subtitle {
  font-size: 24px;
}
.fmt_pan .teaser,
.fmt_pan p,
.fmt_pan ol,
.fmt_pan ul {
  font-size: 14px;
}
.fmt_post {
  font-size: 14px;
}
.fmt_post .title {
  font-size: 26px;
}
.fmt_post .subtitle {
  font-size: 18px;
}
.fmt_post .teaser,
.fmt_post p,
.fmt_post ol,
.fmt_post ul {
  font-size: 14px;
}
.fmt_home {
  font-size: 13px;
}
.fmt_home .title {
  font-size: 22px;
}
.fmt_home .subtitle {
  font-size: 17px;
}
.fmt_home .teaser {
  font-size: 14px;
}
.fmt_home p,
.fmt_home ol,
.fmt_home ul {
  font-size: 13px;
}
.fmt_list_lg,
.fmt_story .fmt_list_lg {
  font-size: 13px;
}
.fmt_list_lg .title,
.fmt_story .fmt_list_lg .title {
  font-size: 22px;
}
.fmt_list_lg .subtitle,
.fmt_story .fmt_list_lg .subtitle {
  font-size: 16px;
}
.fmt_list_lg .teaser,
.fmt_story .fmt_list_lg .teaser {
  font-size: 14px;
}
.fmt_list_lg p,
.fmt_story .fmt_list_lg p,
.fmt_list_lg ol,
.fmt_story .fmt_list_lg ol,
.fmt_list_lg ul,
.fmt_story .fmt_list_lg ul {
  font-size: 13px;
}
.fmt_list,
.fmt_story .fmt_list {
  font-size: 13px;
}
.fmt_list .title,
.fmt_story .fmt_list .title {
  font-size: 18px;
}
.fmt_list .subtitle,
.fmt_story .fmt_list .subtitle {
  font-size: 14px;
}
.fmt_list .teaser,
.fmt_story .fmt_list .teaser,
.fmt_list p,
.fmt_story .fmt_list p,
.fmt_list ol,
.fmt_story .fmt_list ol,
.fmt_list ul,
.fmt_story .fmt_list ul {
  font-size: 13px;
}
.fmt_list_sm,
.fmt_story .fmt_list_sm {
  font-size: 11px;
}
.fmt_list_sm .title,
.fmt_story .fmt_list_sm .title {
  font-size: 14px;
}
.fmt_list_sm .subtitle,
.fmt_story .fmt_list_sm .subtitle {
  font-size: 12px;
}
.fmt_list_sm .teaser,
.fmt_story .fmt_list_sm .teaser,
.fmt_list_sm p,
.fmt_story .fmt_list_sm p,
.fmt_list_sm ol,
.fmt_story .fmt_list_sm ol,
.fmt_list_sm ul,
.fmt_story .fmt_list_sm ul {
  font-size: 11px;
}
.fmt_grid_lg,
.fmt_story .fmt_grid_lg,
.fmt_list_lg [class*="span"].result {
  font-size: 12px;
}
.fmt_grid_lg .title,
.fmt_story .fmt_grid_lg .title,
.fmt_list_lg [class*="span"].result .title {
  font-size: 18px;
}
.fmt_grid_lg .subtitle,
.fmt_story .fmt_grid_lg .subtitle,
.fmt_list_lg [class*="span"].result .subtitle {
  font-size: 14px;
}
.fmt_grid_lg .teaser,
.fmt_story .fmt_grid_lg .teaser,
.fmt_list_lg [class*="span"].result .teaser,
.fmt_grid_lg p,
.fmt_story .fmt_grid_lg p,
.fmt_list_lg [class*="span"].result p,
.fmt_grid_lg ol,
.fmt_story .fmt_grid_lg ol,
.fmt_list_lg [class*="span"].result ol,
.fmt_grid_lg ul,
.fmt_story .fmt_grid_lg ul,
.fmt_list_lg [class*="span"].result ul {
  font-size: 12px;
}
.fmt_grid_lg .inner {
  margin-left: -18px;
}
.fmt_grid_lg .result {
  margin-left: 18px;
  width: 180px;
  float: left;
  display: inline;
}
.fmt_grid,
.fmt_story .fmt_grid,
.fmt_list [class*="span"].result {
  font-size: 11px;
}
.fmt_grid .title,
.fmt_story .fmt_grid .title,
.fmt_list [class*="span"].result .title {
  font-size: 14px;
}
.fmt_grid .subtitle,
.fmt_story .fmt_grid .subtitle,
.fmt_list [class*="span"].result .subtitle {
  font-size: 12px;
}
.fmt_grid .teaser,
.fmt_story .fmt_grid .teaser,
.fmt_list [class*="span"].result .teaser {
  font-size: 12px;
}
.fmt_grid p,
.fmt_story .fmt_grid p,
.fmt_list [class*="span"].result p,
.fmt_grid ol,
.fmt_story .fmt_grid ol,
.fmt_list [class*="span"].result ol,
.fmt_grid ul,
.fmt_story .fmt_grid ul,
.fmt_list [class*="span"].result ul {
  font-size: 11px;
}
.fmt_grid .inner {
  margin-left: -10px;
}
.fmt_grid .result {
  margin-left: 10px;
  width: 120px;
  float: left;
  display: inline;
}
.fmt_grid_sm,
.fmt_story .fmt_grid_sm,
.fmt_list_sm [class*="span"].result {
  font-size: 10px;
}
.fmt_grid_sm .title,
.fmt_story .fmt_grid_sm .title,
.fmt_list_sm [class*="span"].result .title {
  font-size: 13px;
}
.fmt_grid_sm .subtitle,
.fmt_story .fmt_grid_sm .subtitle,
.fmt_list_sm [class*="span"].result .subtitle {
  font-size: 11px;
}
.fmt_grid_sm .teaser,
.fmt_story .fmt_grid_sm .teaser,
.fmt_list_sm [class*="span"].result .teaser {
  font-size: 11px;
}
.fmt_grid_sm p,
.fmt_story .fmt_grid_sm p,
.fmt_list_sm [class*="span"].result p,
.fmt_grid_sm ol,
.fmt_story .fmt_grid_sm ol,
.fmt_list_sm [class*="span"].result ol,
.fmt_grid_sm ul,
.fmt_story .fmt_grid_sm ul,
.fmt_list_sm [class*="span"].result ul {
  font-size: 10px;
}
.fmt_grid_sm .inner {
  margin-left: -10px;
}
.fmt_grid_sm .result {
  margin-left: 10px;
  width: 60px;
  float: left;
  display: inline;
}
/*----------------------
  TABLES
 ----------------------*/
.fmt_table table td h2 {
  font-size: 14px;
  line-height: 20px;
}
.fmt_table table td .result {
  border: none;
}
.fmt_table .inner {
  padding: 0;
}
.fmt_table .avatar {
  float: left;
  margin-right: 5px;
}
.fmt_table .category {
  float: none;
  text-align: left;
}
.fmt_table .date {
  text-transform: none;
  letter-spacing: normal;
}
th,
td {
  border: none;
  vertical-align: top;
  text-align: left;
  padding: 0;
}
.fmt_table table .result h2 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0.5em 0;
}
.fmt_table table .result p,
.fmt_table table .result address {
  font-size: 12px;
  line-height: 16px;
}
.image {
  margin-bottom: 0.75em;
}
.image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.image_giant,
.image_vgiant {
  width: 920px;
}
.image_story,
.image_vstory,
.image_pan {
  width: 580px;
}
.image_post,
.image_vpost {
  width: 410px;
}
.image_lg,
.image_vlg {
  width: 180px;
}
.image_md,
.image_vmd {
  width: 120px;
}
.image_sm,
.image_vsm {
  width: 60px;
}
.image_ty {
  width: 30px;
}
.image_giant,
.image_story,
.image_pan,
.image_home,
.image_post,
.image_lg,
.image_vlg,
.video_embed,
.map {
  margin: 0 0 1em 0;
}
.image_md,
.image_vmd,
.image_sm,
.image_vsm,
.image_ty {
  margin: 0 0 0.75em 0;
}
.fmt_list_lg .image_lg,
.fmt_list_lg .image_vlg,
.fmt_links .image_ty {
  margin-right: 1em;
  float: left;
}
.fmt_list .image_md,
.fmt_list .image_vmd,
.fmt_list .image_sm {
  margin-right: 1em;
  float: left;
}
.fmt_list_sm .image_sm,
.fmt_list_sm .image_vsm {
  margin-right: 1em;
  float: left;
}
.photo_set .related .image_sm {
  margin-right: 8px;
}
.fmt_list [class*="span"].result .image_md,
.fmt_list_lg [class*="span"].result .image_lg,
.fmt_list_sm [class*="span"].result .image_sm {
  float: none;
  margin-right: 0;
}
.ads .inner {
  padding: 0;
}
.ads .ad {
  padding: 10px 0;
}
.ads .ad .image {
  margin: 0 auto;
}
.ad_970x250 .image {
  width: 970px;
  margin: 0 auto;
}
.ad_970x90 .image {
  width: 970px;
  margin: 0 auto;
}
.ad_728x90 .image {
  width: 728px;
  margin: 0 auto;
}
.ad_160x600 .image {
  width: 160px;
  margin: 0 auto;
}
.ad_160x770 .image {
  width: 160px;
  margin: 0 auto;
}
.ad_120x600 .image {
  width: 120px;
  margin: 0 auto;
}
.ad_120x240 .image {
  width: 120px;
  margin: 0 auto;
}
.ad_300x250 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_240x320 .image {
  width: 240px;
  margin: 0 auto;
}
.ad_300x340 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x185 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x120 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x600 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x510 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_600x300 .image {
  width: 600px;
  margin: 0 auto;
}
.ad_600x250 .image {
  width: 600px;
  margin: 0 auto;
}
.ad_120x90 .image {
  width: 120px;
  margin: 0 auto;
}
.ad_940x50 .image {
  width: 940px;
  margin: 0 auto;
}
.ad_200x90 .image {
  width: 200px;
  margin: 0 auto;
}
.ad_300x50 .image {
  width: 300px;
  margin: 0 auto;
}
.ads .ad_320x50 .image {
  width: 320px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.ad_200x120 .image {
  width: 200px;
  margin: 0 auto;
}
.ad_200x90 .image {
  width: 200px;
  margin: 0 auto;
}
.ad_410x120 .image {
  width: 410px;
  margin: 0 auto;
}
.dfp_ad > div > iframe {
  display: block;
  margin: 0 auto;
}
.ad_960x50 {
  padding: 0 !important;
  display: none;
}
.ad_960x50 .dfp_ad {
  margin-left: auto;
  margin-right: auto;
}
.ad_970x250 {
  padding: 0 !important;
  display: none;
}
.ad_970x250 .dfp_ad {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.btn-primary:link,
.btn-primary:visited {
  color: #ffffff;
}
.narrow {
  font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.hidden {
  display: none;
}
.clear {
  height: 0;
  clear: both;
  font-size: 1%;
  line-height: 1%;
}
.hr {
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 14px 0;
  padding: 0;
}
.no_margin {
  margin: 0 !important;
}
.indent {
  margin-left: 1.25em;
}
.spacer {
  padding: 10px 0;
  font-size: 1%;
  line-height: 1%;
}
.line {
  clear: both;
  border-bottom: solid #999 1px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1%;
  line-height: 1%;
}
.brdr {
  border: solid #999 1px;
}
.weight-normal {
  font-weight: normal;
}
.italic-normal {
  font-style: normal;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.tabs-centered .nav-tabs,
.tabs-centered .nav-pills {
  text-align: center;
}
.tabs-centered .nav-tabs > li,
.tabs-centered .nav-pills > li {
  float: none;
  display: inline-block;
}
.tab-divider-vertical {
  margin-left: 15px;
  padding: 10px 12px 10px 0;
  border-left: solid #CCCCCC 1px;
}
.white,
p.white {
  color: white;
}
a.white:link,
a.white:visited {
  color: white;
}
a.white:hover,
a.white:active {
  color: #FFFFCC;
}
.black {
  color: black;
}
.black_reverse {
  color: white;
  background: black;
  padding: 1px;
}
a.black_reverse:link {
  color: white;
  text-decoration: none;
}
a.black_reverse:visited {
  color: white;
  text-decoration: none;
}
a.black_reverse:hover,
a.black_reverse:active {
  color: #CC3300;
  background: transparent;
  text-decoration: underline;
}
.red {
  color: #CC0000;
}
.red_reverse {
  color: white;
  background: #CC0000;
  padding: 1px;
}
.required {
  color: #CC0000;
}
.green {
  color: #006600;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 15px;
}
.label-light,
.badge-light {
  font-weight: normal;
  color: #333333;
  background-color: #E6E6E6;
  text-shadow: none;
  margin-bottom: 4px;
}
.form-horizontal .controls .control-label {
  float: none;
  width: auto;
  padding-top: 5px;
  text-align: left;
}
.no-results {
  text-align: center;
  padding: 100px 0 100px 0;
}
.section_title {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 34px;
  line-height: 36px;
}
.form_title {
  padding: 20px 0 20px 40px;
}
.rotate {
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.url {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
ul.radio_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.radio_list li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  display: inline;
}
ul.radio_list li input[type=radio] {
  display: inline;
}
ul.radio_list li label {
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
}
ul.checkbox_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.checkbox_list li {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}
ul.checkbox_list li input[type=checkbox] {
  display: inline;
}
ul.checkbox_list li label {
  display: inline;
  margin: 0;
  padding: 0;
}
.nested0 {
  float: none;
  clear: both;
}
.nested1 {
  float: right;
  clear: right;
  width: 95%;
}
.nested2 {
  float: right;
  clear: right;
  width: 90%;
}
.nested3 {
  float: right;
  clear: right;
  width: 85%;
}
.nested4 {
  float: right;
  clear: right;
  width: 80%;
}
.nested5 {
  float: right;
  clear: right;
  width: 75%;
}
.nested6 {
  float: right;
  clear: right;
  width: 70%;
}
.nested7 {
  float: right;
  clear: right;
  width: 65%;
}
.nested8 {
  float: right;
  clear: right;
  width: 60%;
}
.comment .user,
.review .user {
  float: left;
  width: 165px;
  margin: 4px 0 0 5px;
  overflow: hidden;
}
.comment .user .author,
.review .user .author {
  width: 130px;
  float: right;
  margin: 0;
  padding: 5px 0 3px 0;
  font-size: 12px;
  line-height: 12px;
}
.comment .user .avatar,
.review .user .avatar {
  float: left;
  width: 30px;
  margin: 0;
}
.comment .user .avatar img,
.review .user .avatar img {
  display: block;
}
.comment .user p.date,
.review .user p.date {
  width: 130px;
  float: right;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 12px;
}
.comment-bubble {
  position: relative;
  display: block;
  padding: 10px;
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.comment-bubble:link,
a.comment-bubble:visited,
a.comment-bubble:hover,
a.comment-bubble:active {
  text-decoration: none;
}
.review-bubble {
  position: relative;
  display: block;
  padding: 10px;
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.review-bubble:link,
a.review-bubble:visited,
a.review-bubble:hover,
a.review-bubble:active {
  text-decoration: none;
}
.comment-text,
.review-text {
  font-size: 13px !important;
  line-height: 20px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
div[data-mz-rating-init] i {
  color: #e38200;
}
.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
  font-size: 2em;
}
@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("/js/vendor/raty/lib/fonts/raty.eot");
  src: url("/js/vendor/raty/lib/fonts/raty.eot?#iefix") format("embedded-opentype");
  src: url("/js/vendor/raty/lib/fonts/raty.svg#raty") format("svg");
  src: url("/js/vendor/raty/lib/fonts/raty.ttf") format("truetype");
  src: url("/js/vendor/raty/lib/fonts/raty.woff") format("woff");
}
.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.cancel-on-png:before {
  content: "\e600";
}
.cancel-off-png:before {
  content: "\e601";
}
.star-on-png:before {
  content: "\f005";
}
.star-off-png:before {
  content: "\f006";
}
.star-half-png:before {
  content: "\f123";
}
.rating {
  line-height: 100%;
}
.rating img {
  width: auto;
  display: inline;
}
.help-block {
  margin-top: 5px;
  font-size: 85%;
  color: #999;
}
label.control-label {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
}
label.checkbox {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
}
input[type="text"],
input[type="password"],
textarea {
  border: solid #E6E6E6 1px;
}
.controls .row {
  margin-bottom: 5px;
  margin-left: 0;
}
.controls .row [class*="span"].result:first-child {
  margin-left: 0;
}
.form-horizontal .controls .row label {
  padding-top: 5px;
}
.form-horizontal .form-horizontal-cancel .control-label {
  margin-bottom: 5px;
  text-align: left;
}
@media (min-width: 768px) {
  .form-horizontal .form-horizontal-cancel .control-label {
    text-align: left;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .form-horizontal .form-horizontal-cancel .control-label {
    width: auto;
  }
}
.form-group-adjacent div[class*="col-"] {
  padding-right: 0;
}
.form-group-adjacent div[class*="col-"]:last-child {
  padding-right: 15px;
}
hr.condensed {
  margin: 0 0 15px 0;
}
hr.condensed2 {
  margin: 0 0 5px 0;
}
p.checkbox {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 5px 0;
}
ul.error_list li {
  color: #B94A48;
}
select[id*="_hour"] {
  font-size: 13px;
  width: 70px;
  margin: 0;
  padding: 0;
  height: 24px;
  line-height: 24px;
}
select[id*="_minute"] {
  font-size: 13px;
  width: 50px;
  margin: 0;
  padding: 0;
  height: 24px;
  line-height: 24px;
}
input.date {
  width: 80px;
  margin-bottom: 0;
}
input.title_field {
  font-size: 20px;
  height: 34px;
  line-height: 34px;
}
.input-append .btn-group > .search_type_select:first-child {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
label[for='event_repeat_day_nums_0'],
label[for='event_repeat_week_nums_0'] {
  width: 105px;
}
.inherited,
textarea.inherited,
input[type="text"].inherited {
  background: #F1F1F1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .form-horizontal .control-label {
    width: 100px;
  }
  .form-horizontal .controls {
    margin-left: 120px;
  }
}
.counter {
  display: block;
  padding: 3px 0 0 3px;
  text-align: left;
  width: 100px;
  font-size: 9px;
  color: #CCCCCC;
}
.counter b {
  font-weight: bold;
  color: #999999;
}
.counter .counter-left-neg {
  color: red !important;
}
.form-signin {
  max-width: 480px;
  padding: 20px;
  margin: 60px auto 20px auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 20px;
}
.form-signin-heading {
  font-size: 24px;
  line-height: 24px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  padding: 7px 9px;
}
.form-signin .help-block {
  font-size: 12px;
  line-height: 14px;
  color: #CCCCCC;
  margin-bottom: 25px;
}
.security_numbers:hover {
  cursor: pointer;
}
.captcha_holder {
  float: right;
  margin-bottom: 20px;
  *zoom: 1;
}
.captcha_holder:before,
.captcha_holder:after {
  display: table;
  line-height: 0;
  content: "";
}
.captcha_holder:after {
  clear: both;
}
.sfTContainer {
  max-width: 600px;
  padding: 30px;
  margin: 60px auto 20px auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.sfTMessageIcon {
  float: left;
  margin-right: 10px;
  margin-top: -5px;
}
.map {
  text-align: center;
}
.map img {
  max-width: none;
}
.gmarker {
  background-image: url("/images/vendor/google_map_markers.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}
.gmarker_sm {
  width: 14px;
  height: 24px;
  margin: 0;
  background-image: url("/images/vendor/google_map_markers_sm.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}
.map_marker {
  display: inline-block;
  width: 1em;
  margin-bottom: -0.6em;
  margin-right: 0.4em;
}
.map_marker:empty {
  width: 0;
  margin-right: 0;
}
.map_marker img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fb-page-responsive .fb_iframe_widget,
.fb-page-responsive .fb_iframe_widget span,
.fb-page-responsive .fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}
.calendar_date {
  display: block;
  width: 50px;
  height: 55px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFFFFF;
  *background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
.calendar_date span,
.calendar_date i {
  display: block;
  text-align: center;
  padding: 4px 0 0 0;
  line-height: 16px;
}
.calendar_date span {
  color: #999999;
}
.calendar_date i {
  line-height: 14px;
  font-style: normal;
  padding: 7px 0 6px 0;
  margin-bottom: 6px;
  border-bottom: solid #CCCCCC 1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.calendar_date.current {
  border: 1px solid #999999;
}
.calendar_date.current i {
  color: #FFFFFF;
  text-shadow: none;
  border-bottom: solid #999999 1px;
  background-color: #FC0000;
  *background-color: #CF0000;
  background-image: -moz-linear-gradient(top, #FC0000, #CF0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FC0000), to(#CF0000));
  background-image: -webkit-linear-gradient(top, #FC0000, #CF0000);
  background-image: -o-linear-gradient(top, #FC0000, #CF0000);
  background-image: linear-gradient(to bottom, #FC0000, #CF0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFC0000', endColorstr='#FFCF0000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.nav_days {
  margin-bottom: 20px;
}
.nav_days table {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  white-space: nowrap;
}
.nav_days td.previous,
.nav_days td.next {
  width: 24px;
}
.nav_days td.days {
  overflow-x: hidden;
}
.nav_days td.days ul {
  width: 1200px;
}
.nav_days .inner {
  padding: 0;
}
.nav_days ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial;
}
.nav_days li {
  display: block;
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
}
.nav_days a {
  display: block;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFFFFF;
  *background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
.nav_days a {
  float: left;
  width: 40px;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 430px) {
  .nav_days a {
    width: 50px;
    height: 55px;
    font-size: 14px;
    line-height: 14px;
  }
}
.nav_days td.previous,
.nav_days td.next {
  width: 28px;
}
.nav_days a.previous,
.nav_days a.next {
  width: 20px;
  font-size: 18px;
  line-height: 50px;
}
.nav_days td.next li,
.nav_days td.next a.next {
  margin-right: 0;
  float: right;
}
.nav_days ul li a i {
  display: block;
  font-style: normal;
  text-align: center;
  padding: 7px 0 6px 0;
  margin-bottom: 6px;
  border-bottom: solid #CCCCCC 1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav_days a:link,
.nav_days a:visited {
  color: #666666;
  text-decoration: none;
}
.nav_days a:link i,
.nav_days a:visited i {
  color: #999999;
  text-decoration: none;
}
.nav_days a:hover,
.nav_days a:active {
  color: #FFFFFF;
  text-shadow: none;
  background-color: #999999;
  *background-color: #333333;
  background-image: -moz-linear-gradient(top, #999999, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#333333));
  background-image: -webkit-linear-gradient(top, #999999, #333333);
  background-image: -o-linear-gradient(top, #999999, #333333);
  background-image: linear-gradient(to bottom, #999999, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FF333333', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.nav_days a:hover i,
.nav_days a:active i {
  color: #FFFFCC;
}
.nav_days a.current {
  color: #000000;
  border: 1px solid #999999;
  *border: 0;
  border-color: #999999 #999999 #999999;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.55);
  border-bottom-color: #999999;
}
.nav_days ul li a.current i {
  text-shadow: none;
  border-bottom: solid #999999 1px;
  background-color: #FC0000;
  *background-color: #CF0000;
  background-image: -moz-linear-gradient(top, #FC0000, #CF0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FC0000), to(#CF0000));
  background-image: -webkit-linear-gradient(top, #FC0000, #CF0000);
  background-image: -o-linear-gradient(top, #FC0000, #CF0000);
  background-image: linear-gradient(to bottom, #FC0000, #CF0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFC0000', endColorstr='#FFCF0000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.nav_days a.current:link,
.nav_days a.current:visited {
  color: #000000;
}
.nav_days a.current:link i,
.nav_days a.current:visited i {
  color: #FFFFFF;
}
.nav_days a.current:hover,
.nav_days a.current:active {
  color: #FFFFFF;
}
.nav_days a.current:hover i,
.nav_days a.current:active i {
  color: #FFFFCC;
}
.nav_month {
  width: auto;
  max-width: 214px;
  margin: 0 auto 20px auto;
  padding: 5px 0 5px 0;
  background: #F1F1F1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.nav_month table {
  width: 100%;
  max-width: 214px;
  margin: 0 auto;
  border: none;
  color: #666;
}
.nav_month table td {
  border: none;
  padding: 0;
}
.nav_month table thead a {
  display: block;
  padding: 5px 0 5px 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.nav_month table thead a:link {
  color: #666;
  text-decoration: none;
}
.nav_month table thead a:visited {
  color: #666;
  text-decoration: none;
}
.nav_month table thead a:hover,
.nav_month table thead a:active {
  color: #FFFFCC;
  background: black;
}
table.calendar {
  font-size: 10px;
  line-height: 10px;
  margin: 0 auto;
}
table.calendar th.calendar_header {
  color: #999;
  font-size: 10px;
  line-height: 10px;
  border-bottom: solid #CCC 1px;
  background: #E6E6E6;
  font-weight: bold;
  text-align: center;
  padding: 5px 1px 5px 1px;
}
table.calendar td.calendar_day {
  font-size: 11px;
  line-height: 11px;
  border-top: solid #CCC 1px;
  padding: 0;
}
table.calendar td.calendar_day a {
  display: block;
  padding: 5px 0 5px 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
table.calendar td.calendar_day a:link {
  color: #666;
  text-decoration: none;
}
table.calendar td.calendar_day a:visited {
  color: #666;
  text-decoration: none;
}
table.calendar td.calendar_day a:hover,
table.calendar td.calendar_day a:active {
  color: #FFFFCC;
  background: black;
}
table.calendar td.calendar_today a {
  background: #666;
  color: white;
  font-weight: bold;
}
table.calendar td.calendar_today a:link {
  color: white;
  text-decoration: none;
}
table.calendar td.calendar_today a:visited {
  color: white;
  text-decoration: none;
}
table.calendar td.calendar_today a:hover,
table.calendar td.calendar_today a:active {
  color: #FFFFCC;
}
table.calendar td.calendar_selected_day a {
  background: #CC0000;
  color: white;
  font-weight: bold;
}
table.calendar td.calendar_selected_day a:link,
table.calendar td.calendar_selected_day a:visited {
  color: white;
}
table.prev_next {
  width: 100%;
  background: #F1F1F1;
  margin: 8px auto 5px auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
table.prev_next td {
  vertical-align: middle;
}
table.prev_next td.td_previous,
table.prev_next td.td_next {
  width: 140px;
  padding: 0;
}
table.prev_next td.td_previous .btn-group {
  float: left;
}
table.prev_next td.td_next .btn-group {
  float: right;
}
table.prev_next td.td_previous img {
  float: left;
}
table.prev_next td.td_next img {
  float: right;
}
table.prev_next a.btn {
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0;
}
table.prev_next a.btn:link,
table.prev_next a.btn:visited {
  background-color: #999999;
  color: #ffffff;
}
table.prev_next a.btn:hover,
table.prev_next a.btn:active {
  background-color: #666666;
  color: #ffffff;
}
table.prev_next td.td_previous a.btn_previous {
  float: left;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
table.prev_next td.td_next a.btn_next {
  float: right;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
table.prev_next td.td_next .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
table.prev_next td.td_next .btn-group .btn_next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
table.prev_next td.td_next .btn-group img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
table.prev_next .btn-group > .btn.btn_next {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
