/* LESS Document */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
#main_aside aside .calendar {
  color: #FFF;
  text-align: center;
  margin: 0 -10px 20px -10px;
}
#main_aside aside .calendar .clndr-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.4em;
  margin-bottom: 20px;
}
#main_aside aside .calendar .clndr-controls .clndr-control-button {
  position: relative;
  width: 15%;
  cursor: pointer;
}
#main_aside aside .calendar .clndr-controls .month {
  width: 70%;
}
#main_aside aside .calendar .clndr-grid {
  *zoom: 1;
  font-size: 0.82em;
}
#main_aside aside .calendar .clndr-grid:before,
#main_aside aside .calendar .clndr-grid:after {
  display: table;
  content: "";
  line-height: 0;
}
#main_aside aside .calendar .clndr-grid:after {
  clear: both;
}
#main_aside aside .calendar .clndr-grid .header-day {
  font-size: 1.2em;
}
#main_aside aside .calendar .clndr-grid .header-day,
#main_aside aside .calendar .clndr-grid .day {
  width: 14.285%;
  float: left;
  padding: 5px 0;
  position: relative;
}
#main_aside aside .calendar .clndr-grid .header-day.adjacent-month,
#main_aside aside .calendar .clndr-grid .day.adjacent-month {
  color: rgba(255, 255, 255, 0.4);
}
#main_aside aside .calendar .clndr-grid .header-day.today,
#main_aside aside .calendar .clndr-grid .day.today {
  font-weight: 700;
}
#main_aside aside .calendar .clndr-grid .header-day.event .dd,
#main_aside aside .calendar .clndr-grid .day.event .dd {
  position: relative;
}
#main_aside aside .calendar .clndr-grid .header-day.event .dd:after,
#main_aside aside .calendar .clndr-grid .day.event .dd:after,
#main_aside aside .calendar .clndr-grid .header-day.event .dd:before,
#main_aside aside .calendar .clndr-grid .day.event .dd:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#main_aside aside .calendar .clndr-grid .header-day.event.t1 .dd:after,
#main_aside aside .calendar .clndr-grid .day.event.t1 .dd:after {
  bottom: -3px;
  background-color: #f8e71c;
}
#main_aside aside .calendar .clndr-grid .header-day.event.t2 .dd:before,
#main_aside aside .calendar .clndr-grid .day.event.t2 .dd:before {
  background-color: #f5a623;
  bottom: 1px;
}
#main_aside aside .tips {
  margin: 0 -10px;
  padding: 0 8px;
}
#main_aside aside .tips > div {
  color: #FFF;
  font-size: 0.82em;
  line-height: 150%;
}
#main_aside aside .tips > div:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 2px;
  vertical-align: middle;
  background-color: #f8e71c;
  margin-right: 10px;
}
#main_aside aside .tips > div.t2:before {
  background-color: #f5a623;
}
#main_aside aside a.btn-join-member {
  position: relative;
  margin-top: 40px;
  background-color: #FFF;
  display: block;
  color: #666;
  margin-left: -35px;
  margin-right: -5px;
  -webkit-border-radius: 0 5px 5px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
  padding: 10px 35px 10px 40px;
  font-size: 0.82em;
  line-height: 125%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#main_aside aside a.btn-join-member h4 {
  margin-bottom: 3px;
  font-size: 1.1em;
}
#main_aside aside a.btn-join-member:after {
  content: "\f10b";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 12px;
  left: auto;
}
.t1 #main_aside aside a.btn-join-member:after {
  color: #2756b5;
}
.t2 #main_aside aside a.btn-join-member:after {
  color: #ad872e;
}
.t3 #main_aside aside a.btn-join-member:after {
  color: #d9510a;
}
.t4 #main_aside aside a.btn-join-member:after {
  color: #1a8c94;
}
.t5 #main_aside aside a.btn-join-member:after {
  color: #c33748;
}
.t6 #main_aside aside a.btn-join-member:after {
  color: #5516a5;
}
#main_aside aside a.btn-join-member:hover {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.2);
}
.result {
  margin: 30px 0;
}
.result .item {
  margin-bottom: 15px;
}
.result .item > .wrap {
  border: solid 1px #CCC;
}
.t1 .result .item > .wrap {
  background-color: rgba(2, 32, 93, 0.06);
}
.t2 .result .item > .wrap {
  background-color: rgba(122, 107, 72, 0.06);
}
.t3 .result .item > .wrap {
  background-color: rgba(217, 81, 10, 0.06);
}
.t4 .result .item > .wrap {
  background-color: rgba(19, 107, 113, 0.06);
}
.t5 .result .item > .wrap {
  background-color: rgba(152, 6, 25, 0.06);
}
.t6 .result .item > .wrap {
  background-color: rgba(42, 2, 93, 0.06);
}
.t1 .result .item > .wrap {
  border-color: rgba(2, 32, 93, 0.15);
}
.t2 .result .item > .wrap {
  border-color: rgba(122, 107, 72, 0.15);
}
.t3 .result .item > .wrap {
  border-color: rgba(217, 81, 10, 0.15);
}
.t4 .result .item > .wrap {
  border-color: rgba(19, 107, 113, 0.15);
}
.t5 .result .item > .wrap {
  border-color: rgba(152, 6, 25, 0.15);
}
.t6 .result .item > .wrap {
  border-color: rgba(42, 2, 93, 0.15);
}
.t1 .result .item:hover > .wrap {
  border-color: rgba(2, 32, 93, 0.4);
}
.t2 .result .item:hover > .wrap {
  border-color: rgba(122, 107, 72, 0.4);
}
.t3 .result .item:hover > .wrap {
  border-color: rgba(217, 81, 10, 0.4);
}
.t4 .result .item:hover > .wrap {
  border-color: rgba(19, 107, 113, 0.4);
}
.t5 .result .item:hover > .wrap {
  border-color: rgba(152, 6, 25, 0.4);
}
.t6 .result .item:hover > .wrap {
  border-color: rgba(42, 2, 93, 0.4);
}
.result .item.t2 > .wrap {
  background-color: #F5F5F5;
  border-color: #DDD;
}
.result .item.t2:hover > .wrap {
  border-color: #CCC;
}
.result .item .datetime {
  background-color: #FFF;
  height: 100%;
  text-align: center;
  padding: 10px;
  margin-right: -10px;
}
.result .item .datetime .startdate {
  font-weight: 700;
  padding: 10px 0;
  border-bottom: solid 1px #DDD;
}
.result .item .datetime .startdate .day {
  font-size: 2.2em;
  line-height: 100%;
  color: #604c42;
}
.t1 .result .item .datetime .startdate .month {
  color: #02205d;
}
.t2 .result .item .datetime .startdate .month {
  color: #7a6b48;
}
.t3 .result .item .datetime .startdate .month {
  color: #d9510a;
}
.t4 .result .item .datetime .startdate .month {
  color: #136b71;
}
.t5 .result .item .datetime .startdate .month {
  color: #980619;
}
.t6 .result .item .datetime .startdate .month {
  color: #2a025d;
}
.result .item .datetime .time_lesson {
  font-size: 0.85em;
  padding: 10px 0;
  color: #604c42;
}
.result .item .datetime .time_lesson .time {
  font-weight: 700;
}
.result .item .datetime .time_lesson .time:after {
  content: "\f397";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 2.2em;
  color: #CCC;
  margin: 2px 0;
}
.result .item .basic-info {
  padding: 15px 20px;
  margin-left: -10px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.result .item .basic-info > .row:last-child {
  margin-top: 10px;
}
.result .item .info {
  font-weight: 700;
}
.result .item .info .type {
  font-size: 0.82em;
  margin-bottom: 5px;
}
.t1 .result .item .info .type {
  color: #2756b5;
}
.t2 .result .item .info .type {
  color: #ad872e;
}
.t3 .result .item .info .type {
  color: #d9510a;
}
.t4 .result .item .info .type {
  color: #1a8c94;
}
.t5 .result .item .info .type {
  color: #c33748;
}
.t6 .result .item .info .type {
  color: #5516a5;
}
.result .item .info .type:before {
  content: "/ ";
}
.result .item .info .series {
  font-size: 0.82em;
}
.t1 .result .item .info .series {
  color: #66789d;
}
.t2 .result .item .info .series {
  color: #ab8e5d;
}
.t3 .result .item .info .series {
  color: #b56840;
}
.t4 .result .item .info .series {
  color: #66989d;
}
.t5 .result .item .info .series {
  color: #b44f5b;
}
.t6 .result .item .info .series {
  color: #77669d;
}
.result .item .info .title {
  line-height: 125%;
  font-size: 1.05em;
}
.result .item .info .title a {
  color: #604c42;
}
.result .item .info .title a:hover {
  text-decoration: underline;
}
.result .item .info .speaker {
  font-weight: 400;
  color: #666;
  font-size: 0.9em;
  margin-top: 7px;
}
.result .item .label {
  font-size: 0.82em;
  line-height: 120%;
  color: #999;
  margin-bottom: 3px;
}
.result .item .content {
  color: #604c42;
  font-weight: 700;
  line-height: 120%;
}
.result .item .lang_cptcpd {
  font-size: 0.95em;
}
.result .item .lang_cptcpd .lang {
  margin-bottom: 15px;
}
.result .item .lang_cptcpd .cptcpd {
  color: #604c42;
  font-weight: 700;
}
.result .item .fee {
  text-align: right;
}
.result .item .fee > div {
  margin-bottom: 10px;
}
.result .item .fee .content {
  font-size: 1.12em;
}
.result .item .tags span {
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  color: #FFF;
  font-size: 0.8em;
  background-color: #9e8f88;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 3px;
}
.t1 .result .item .tags span.highlight {
  background-color: #2756b5;
}
.t2 .result .item .tags span.highlight {
  background-color: #ad872e;
}
.t3 .result .item .tags span.highlight {
  background-color: #d9510a;
}
.t4 .result .item .tags span.highlight {
  background-color: #1a8c94;
}
.t5 .result .item .tags span.highlight {
  background-color: #c33748;
}
.t6 .result .item .tags span.highlight {
  background-color: #5516a5;
}
.result .item .icos {
  text-align: right;
}
.result .item .icos span {
  margin: 0 5px;
}
.result .item .btns {
  text-align: right;
}
.result .item .btns .btn {
  font-size: 0.82em;
  padding: 4px 16px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #main_aside aside .wrap {
    padding: 20px;
  }
  #main_aside aside .tips {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 567px) {
  .com-head-share h1 {
    font-size: 1.5em;
  }
  .result {
    margin: 15px 0;
  }
  .result .item.expand .btn-more:after {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .result .item.expand .btn-more > span:first-child {
    display: none;
  }
  .result .item.expand .btn-more > span:last-child {
    display: block;
  }
  .result .item .datetime {
    margin-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .result .item .datetime .startdate {
    padding: 0;
    border-bottom: none;
  }
  .result .item .datetime .startdate .month {
    line-height: 100%;
  }
  .result .item .datetime .time_lesson {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0;
  }
  .result .item .datetime .time_lesson .time {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .result .item .datetime .time_lesson .time:after {
    content: "\f46a";
    font-size: 2em;
    color: #CCC;
    margin: 0 8px;
  }
  .result .item .basic-info {
    padding: 15px;
    margin-left: 0;
    display: block;
    position: relative;
  }
  .result .item .basic-info > .row:first-child {
    margin-bottom: 0;
  }
  .result .item .basic-info > .tags {
    text-align: right;
    position: absolute;
    width: 100%;
    margin: 0;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 10px;
  }
  .result .item .more {
    display: none;
  }
  .result .item .btn-more {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
  }
  .t1 .result .item .btn-more {
    color: #02205d;
  }
  .t2 .result .item .btn-more {
    color: #7a6b48;
  }
  .t3 .result .item .btn-more {
    color: #d9510a;
  }
  .t4 .result .item .btn-more {
    color: #136b71;
  }
  .t5 .result .item .btn-more {
    color: #980619;
  }
  .t6 .result .item .btn-more {
    color: #2a025d;
  }
  .result .item .btn-more:after {
    content: "\f104";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #333;
  }
  .result .item .btn-more > span:last-child {
    display: none;
  }
  .result .item .info {
    border-bottom: solid 1px #CCC;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .result .item .lang_cptcpd {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
  }
  .result .item .lang_cptcpd .lang {
    margin-bottom: 0;
  }
  .result .item .lang_cptcpd .cptcpd {
    font-weight: 400;
  }
  .result .item .lang_cptcpd .cptcpd span {
    display: inline-block;
    color: #FFF;
    font-size: 0.85em;
    padding: 0px 8px;
  }
  .t1 .result .item .lang_cptcpd .cptcpd span {
    background-color: #66789d;
  }
  .t2 .result .item .lang_cptcpd .cptcpd span {
    background-color: #ab8e5d;
  }
  .t3 .result .item .lang_cptcpd .cptcpd span {
    background-color: #b56840;
  }
  .t4 .result .item .lang_cptcpd .cptcpd span {
    background-color: #66989d;
  }
  .t5 .result .item .lang_cptcpd .cptcpd span {
    background-color: #b44f5b;
  }
  .t6 .result .item .lang_cptcpd .cptcpd span {
    background-color: #77669d;
  }
  .result .item .fee {
    text-align: left;
    margin-bottom: 15px;
  }
  .result .item .tags {
    margin-bottom: 15px;
  }
  .result .item .icos {
    text-align: left;
    margin-bottom: 15px;
  }
  .result .item .btns {
    margin-top: 10px;
    text-align: left;
  }
}
