/**
 * Fonts
 */
@charset "UTF-8";
@font-face {
  font-family: "rdm-schedule";
  src:url("fonts/rdm-schedule.eot");
  src:url("fonts/rdm-schedule.eot?#iefix") format("embedded-opentype"),
    url("fonts/rdm-schedule.woff") format("woff"),
    url("fonts/rdm-schedule.ttf") format("truetype"),
    url("fonts/rdm-schedule.svg#rdm-schedule") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "rdm-schedule" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="rdm-icon-"]:before,
[class*=" rdm-icon-"]:before {
  font-family: "rdm-schedule" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rdm-icon-14:before {
  content: "a";
}
.rdm-icon-cc:before {
  content: "b";
  font-size: 25px;
}
.rdm-icon-dvs:before {
  content: "c";
  color: #5F5F5F;
  line-height: 33px;
  font-size: 26px;
}
.rdm-icon-g:before {
  content: "d";
}
.rdm-icon-pg:before {
  content: "e";
}
.rdm-icon-left:before {
  content: "f";
}
.rdm-icon-down:before {
  content: "g";
}
.rdm-icon-up:before {
  content: "h";
}
.rdm-icon-right:before {
  content: "i";
}

body { position: relative; }

.cellBlock .bold-text {
  font-weight: 600;
}

.more .bold-text {
  font-weight: 600;
}

.main-schedule-view .tab-pane {
  position: absolute;
  left: -9999px;
}

.main-schedule-view .tab-pane.active {
  position: relative;
  left: 0px;
}


.main-schedule-view .day-picker {
	width: 100%;
	margin-left: 0px;
  height: 46px;
}

.main-schedule-view .day-picker-view {
	display: inline-block;
  position: absolute;
  left: 0;
  height: 46px;
	width: 2000px;
	overflow: hidden;
  z-index: 0;
 /* -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;*/
}

.main-schedule-view .day-picker-view-container {
  position: absolute;
  overflow: hidden;
  height: 46px;
  left: 47px;
  width: 89%;
}

.main-schedule-view .navi-left, .main-schedule-view .navi-right,
.schedule-widget .day-picker .navi-left, .schedule-widget .day-picker .navi-right {
	display: inline-block;
	width: 46px;
	height: 46px;
	text-align: center;
	background-color: #c8c8c8;
	cursor: pointer;
	margin: 0 -2px;
  position: absolute;
  left: 2px;
  z-index: 1;
   -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-schedule-view .navi-left, .schedule-widget .day-picker .navi-left {
  width: 46px;
}
.main-schedule-view .navi-right, .schedule-widget .day-picker .navi-right {
  width: 44px;
  right: 2px;
  left: inherit;
}
.main-schedule-view .navi-left:hover, .main-schedule-view .navi-right:hover,
.schedule-widget .navi-left:hover, .schedule-widget .navi-right:hover {
	background-color: #d8d8d8;
}

.main-schedule-view .navi-left:active, .main-schedule-view .navi-right:active,
.schedule-widget .navi-left:active, .schedule-widget .navi-right:active {
  background-color: #a8a8a8;
}

.main-schedule-view .navi-left .rdm-icon-left:before, .main-schedule-view .navi-right .rdm-icon-right:before, 
.schedule-widget .navi-left .rdm-icon-left:before, .schedule-widget .navi-right .rdm-icon-right:before {
	position: absolute;
	top: 14px;
	left: 0;
  right: 0;
  margin: auto;
  color: #4e4e4e;
  font-size: 22px;
}

.main-schedule-view .day-picker-container {
	display: block;
}

.main-schedule-view .day-box, .schedule-widget .day-box {
	display: inline-block;
	width: 120px;
	min-width: 85px;
	text-align: center;
	background-color: #e2e2e2;
	margin: 0 -2px;
	padding: 5px 0px;
	cursor: default;
  border-left: 1px solid #FEFEFE;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.main-schedule-view .day-box.current, .main-schedule-view .cellBlock.current, 
.schedule-widget .day-box.current, .schedule-widget .cellBlock.current {
  background: #4e4e4e 50% 50% !important;
  color: #FEFEFE !important;
}

.schedule-widget .day-box.current, .schedule-widget .cellBlock.current .show-name {
  color: #FEFEFE !important;
}

.main-schedule-view .cellBlock.current a {
  color: #FEFEFE !important;
}

.main-schedule-view .cellBlock a:hover span {
  text-decoration: underline;
}

.main-schedule-view .day-box.current, .main-schedule-view .cellBlock.current .stamp {
/*  background-color: #8fb609;
  background-image: none;
  color: #FFF;
  border-color: #FFF; */
}

.main-schedule-view .day-box:hover, .schedule-widget .day-box:hover {
	background-color: #f2f2f2;
}

.main-schedule-view .day-box .day-name, .schedule-widget .day-box .day-name {
	display: block;
	font-weight: 600;
	font-size: 15px;
}



.main-schedule-view .schedule-table-container {
  position: relative;
  height: 580px;
  /*height: 3982px;*/
  overflow: hidden;
}

.main-schedule-view .schedule-table-container .navi-up, .main-schedule-view .schedule-table-container .navi-down {
  display: inline-block;
  width: 100%;
  height: 46px;
  text-align: center;
  background-color: #CBCBCB;
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-top: 1px solid #FEFEFE;
  border-bottom: 1px solid #FEFEFE;
  padding-right: 2px;
   -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-schedule-view .schedule-table-container .navi-up:hover, .main-schedule-view .schedule-table-container .navi-down:hover {
  background-color: #d8d8d8;
}

.main-schedule-view .schedule-table-container .navi-down {
  top: inherit;
  bottom: 0;
}

.main-schedule-view .schedule-table-container .navi-up .rdm-icon-up:before, 
.main-schedule-view .schedule-table-container .navi-down .rdm-icon-down:before {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: auto;
  color: #4e4e4e;
  font-size: 22px;
}

.main-schedule-view .schedule-table-container .time-row, .schedule-widget .schedule-table-container .time-row {
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 1;
}

.main-schedule-view .schedule-table-container .blank-row {
  width: 46px;
  height: 100%;
  position: absolute;
  top: 47px;
  right: -8px;
  z-index: 102;
  background-color: #E2E2E1;
  border-top: 1px solid #FEFEFE;
}

.main-schedule-view .schedule-table-container .time-row span, .schedule-widget .schedule-table-container .time-row span {
  display: block;
  width: 32px;
  height: 70px;
  text-align: left;
  padding: 10px 7px 0;
  background-color: #E2E2E1;
  font-weight: 600;
  border-top: 1px solid #FEFEFE;
  font-size: 13px;
  font-family: "Museo-700";
}

.main-schedule-view .schedule-table-container .time-row span.current, .schedule-widget .schedule-table-container .time-row span.current {
  background-color: #4e4e4e;
  color: #FFF;
}

.main-schedule-view .schedule-table-container .schedule-view-container .schedule-view,
.schedule-widget .schedule-table-container .schedule-view-container .schedule-view {
  height: 5000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.main-schedule-view .schedule-table-container .schedule-view-container,
.schedule-widget .schedule-table-container .schedule-view-container {
  height: 505px;
  overflow: hidden;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data-container,
.schedule-widget .schedule-table-container .schedule-view .schedule-data-container  {
  position: relative;
  margin-left: 46px;
  margin-top: 46px;
  border-top: 1px solid #FEFEFE;
  border-left: none;
}

.schedule-widget .schedule-table-container .schedule-view .schedule-data {
  position: absolute;
  top: 0;
  left: -1px;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data {
  float: left;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data-view {
  width: 5000px;
  position: absolute;
  top: 0;
  left: 0px;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data .cellBlock,
.schedule-widget .schedule-table-container .schedule-view .schedule-data .cellBlock {
  display: block;
  width: 110px;
  height: 80px;
  text-align: center;
  background-color: #E2E2E1;
  border-top: 1px solid #FEFEFE;
  border-left: 1px solid #FEFEFE;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data .cellBlock .show-name,
.schedule-widget .schedule-table-container .schedule-view .schedule-data .cellBlock .show-name {
  font-weight: 600;
  display: inline-block;
  width: 90%;
  margin-top: 10px;
  font-size: 13px;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data .cellBlock .show-info,
.schedule-widget .schedule-table-container .schedule-view .schedule-data .cellBlock .show-info {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data .cellBlock .rdm-icon-down,
.schedule-widget .schedule-table-container .schedule-view .schedule-data .cellBlock .rdm-icon-down {
  color: #91B425;
  font-size: 15px;
  vertical-align: sub;
  cursor: pointer;
}

.more, .main-schedule-view .schedule-table-container .schedule-view .schedule-data .cellBlock .more,
.schedule-widget .schedule-table-container .schedule-view .schedule-data .cellBlock .more-widget {
  display: none;
  background-color: #91B425;
  color: #FFF;
  text-align: left;
  font-weight: 500;
  padding: 18px 15px 15px;
  position: absolute;
  width: 219px;
  left: 0;
  top: 0px;
  overflow: hidden;
  height: 0;
  /**transition: height 0.5s, background-color 0.5s; */
}

.more .show-shortDescription, .main-schedule-view .schedule-table-container .schedule-view .schedule-data .cellBlock .more .show-shortDescription,
.schedule-widget .schedule-table-container .schedule-view .schedule-data .cellBlock .more-widget .show-shortDescription {
  margin-top: 10px;
  display: block;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data span.duration60 {
  height: 161px;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data span.duration90 {
  height: 242px;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data span.duration120 {
  height: 323px;
} 

.main-schedule-view .schedule-table-container .schedule-view .schedule-data span.duration150 {
  height: 404px;
} 

.main-schedule-view .schedule-table-container .schedule-view .schedule-data span.duration180 {
  height: 485px;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data span.duration210 {
  height: 566px;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data span.duration240 {
  height: 647px;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data span.duration270 {
  height: 728px;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data span.duration300 {
  height: 809px;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data span.duration330 {
  height: 890px;
}

.main-schedule-view .schedule-table-container .schedule-view .schedule-data span.duration360 {
  height: 971px;
}

.main-schedule-view .schedule-table-container .schedule-view span.cellBlock .on-now {
  display: none;
}

.main-schedule-view .schedule-table-container .schedule-view span.cellBlock,
.schedule-widget .schedule-table-container .schedule-view span.cellBlock {
  position: relative;
}
.main-schedule-view .schedule-table-container .schedule-view span.cellBlock.hasMore,
.schedule-widget .schedule-table-container .schedule-view span.cellBlock.hasMore {
  background-color: #8fb609 !important;
  background-image: none;
  color: #FFF;
}
.more {
  z-index: 999;
  height: auto;
  display: inline-block;
}
.main-schedule-view .schedule-table-container .schedule-view span.cellBlock.hasMore span.more-arrow,
.schedule-widget .schedule-table-container .schedule-view span.cellBlock.hasMore span.more-arrow {
  color: #FFF;
  /*-ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);*/
}
.main-schedule-view .schedule-table-container .schedule-view span.cellBlock.hasMore span.more-arrow:before,
.schedule-widget .schedule-table-container .schedule-view span.cellBlock.hasMore span.more-arrow:before {
  content: 'h';
}

.main-schedule-view .schedule-table-container .schedule-view span.cellBlock span.more-arrow,
.schedule-widget .schedule-table-container .schedule-view span.cellBlock span.more-arrow {
  color: #8fb609;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding-top: 2px;
  width: 20px;
  height: 16px;
  font-size: 19px;
  position: absolute;
  top: -6px;
  left: -56px;
  z-index: 101;
  /* Firefox */
  -moz-transition: all 0.7s ease;
  /* WebKit */
  -webkit-transition: all 0.7s ease;
  /* Opera */
  -o-transition: all 0.7s ease;
  /* Standard */
  transition: all 0.7s ease;
}

.main-schedule-view .schedule-table-container .schedule-view span.cellBlock .ratings,
.schedule-widget .schedule-table-container .schedule-view span.cellBlock .ratings {
  font-size: 12px;
  display: block;
}

.main-schedule-view ul.schedule-tabs, .schedule-widget ul.schedule-tabs {
  list-style-type: none;
  margin: 0 0 1px 0;
}

.main-schedule-view ul.schedule-tabs li, .schedule-widget ul.schedule-tabs li {
  list-style-type: none;
  display: inline;
}

.main-schedule-view ul.schedule-tabs li:last-child, .schedule-widget ul.schedule-tabs li:last-child {
  margin-left: -4px;
}

.main-schedule-view ul.schedule-tabs li a, .schedule-widget ul.schedule-tabs li a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  padding: 14px 15px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  background-color: #d2d2d2;
  text-decoration: none;
  color: #000;
  text-align: center;
  cursor: pointer;
 } 
.main-schedule-view ul.schedule-tabs li a:hover, .main-schedule-view ul.schedule-tabs li a.active,
.schedule-widget ul.schedule-tabs li a:hover, .schedule-widget ul.schedule-tabs li a.active
 {
  background-color: #4e4e4e;
  color: #fff;
}

.main-schedule-view ul.schedule-tabs li a.active, .schedule-widget ul.schedule-tabs li a.active {
  cursor: default;
}

.main-schedule-view .now-showing {
  margin-bottom: 20px;
}

.main-schedule-view .now-showing span.title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 44px;
}

.main-schedule-view .now-showing ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  margin-left: 10px;
}

.main-schedule-view .now-showing li {

}
.main-schedule-view .schedule-table-container .schedule-view span.cellBlock.hasMore .stamp {
  background-color: #8fb609;
  background-image: none;
  color: #FFF;
  border-color: #FFF;
}
.main-schedule-view .stamp, .schedule-widget .stamp {
  display: inline-block;
  min-width: 15px;
  height: 12px;
  position: relative;
  top: -1px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  font-size: 11px;
  line-height: 12px;
  padding: 0 2px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #dedede;
  border-color: #9a9a9a;
  color: #333;
  cursor: default;
  font-family: 'Proxima Nova', Helvetica, Arial, 'Helvetica Neue', Verdana, sans-serif;
}
.main-schedule-view .stamp.new, .schedule-widget .stamp.new {
  background: #666;
  color: #fff;
  border-color: #666; 
}


/**
 * Schedule Widget
 */

.schedule-widget ul.schedule-tabs {
  float: right;
}

.schedule-widget ul.schedule-tabs li:last-child {
  margin-left: -2px;
}
.schedule-widget ul.schedule-tabs li a {
  padding: 12px 13px;
}

.schedule-widget .day-picker {
  position: relative;
  top: -3px;
  display: block;
  height: 47px;
}

.schedule-widget .day-picker .day-box {
  min-width: initial;
  width: 70px;
}

.schedule-widget .day-picker-view-container {
    position: absolute;
    overflow: hidden;
    height: 46px;
    left: 47px;
    width: 208px;
}
.schedule-widget .day-picker-view-container .day-picker-view {
  display: inline-block;
  position: absolute;
  left: 0;
  height: 47px;
  width: 1500px;
  overflow: hidden;
  z-index: 10;
}

.schedule-widget .tab-pane {
  position: relative;
  margin-bottom: 20px;
  display: none;
}

.schedule-widget .tab-pane.active {
  display: block;
}

.schedule-widget .schedule-data-view .schedule-data {
  display: none;
}

.schedule-widget .schedule-data-view .schedule-data.active {
  display: block;
}

.schedule-widget .schedule-table-container .time-row {
  top: 43px;
}

.schedule-widget .schedule-table-container .time-row span {
  height: 61px;
}
.schedule-widget .schedule-table-container .schedule-view .schedule-data-container {
  margin-left: 47px;
  margin-top: 42px;
  margin-right: 1px;
}

.schedule-widget .schedule-table-container .schedule-view-container .schedule-view {
  height: 547px;
  overflow: hidden;
}

.schedule-widget .schedule-table-container .schedule-view .schedule-data .cellBlock {
  width: 226px;
  height: 65px;
  text-align: left;
  padding: 3px 13px;
}

.schedule-widget .day-box {
  cursor: pointer;
}

.schedule-widget .schedule-table-container .schedule-view .schedule-data span.duration60 {
  height: 137px;
}

.schedule-widget .schedule-table-container .schedule-view .schedule-data span.duration90 {
  height: 209px;
}

.schedule-widget .schedule-table-container .schedule-view .schedule-data span.duration120 {
  height: 281px;
} 

.schedule-widget .schedule-table-container .schedule-view .schedule-data span.duration150 {
  height: 353px;
} 

.schedule-widget .schedule-table-container .schedule-view .schedule-data span.duration180 {
  height: 425px;
}

.schedule-widget .schedule-table-container .schedule-view .schedule-data span.duration210 {
  height: 496px;
}

.schedule-widget span.more-widget {
  cursor: pointer;
  display: block;
  font-size: 14px;
  /* Firefox */
   -moz-transition: all 0.1s ease; 
  /* WebKit */
  -webkit-transition: all 0.1s ease; 
  /* Opera */
  -o-transition: all 0.1s ease; 
  /* Standard */
  transition: all 0.1s ease; 
}

.schedule-widget span.more-widget:hover {
   color: #8fb609; 
}