@charset "utf-8";
/*
.rem-mixins-test-class {
    .font-size(10px);
    .line-height(20px);
    .margin(10px);
    .margin(3em);
    .margin(10px, 20px);
    .margin(10px, 20%);
    .margin(0px , 20px);
    .margin-top(2%);
    .margin-top(2px);
    .padding(10px);
    .padding(3em);
    .padding(10px, 20px);
    .padding(10px, 20%);
    .padding(3em, 20px)
}
*/
/*color*/
html {
  font-size: 62.5%;
  /*10 ÷ 16 × 100% = 62.5%*/
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "museo-sans" "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  min-width: 1024px;
}
.clear {height: 0;clear:both;float: none;}
.wrap {
  max-width: 940px;
  margin: 0 auto;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.arial {
  font-family: Arial, sans-serif;
}
.col3-2 {
  width: 65.531914893617%;
}
.col3-1 {
  width: 31.170212765957%;
  margin-left: 3.244680851064%;
}
.col3-1:first-child {
  margin-left: 0;
}
.col2-1 {
  width: 48.404255319149%;
}
.btn {
  background-color: #ea2328;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  color: #fff !important;
  padding: 0 15px;
  font-weight: 500 !important;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
}
.btn:hover {
  background-color: #ae0009;
}
input,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  appearance: none;
  border-radius: 0;
  border: none;
  font-family: "museo-sans" "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
select::-ms-expand {
    display: none;
}
textarea {
  outline: none;
  border-radius: 0;
  border: none;
}
/*.gallery ol, .gallery ul {
  margin: 0 0 5px;
  padding-left: 30px;
  list-style: disc;
  font-size: 15px;
  font-family: arial, sans-serif;
}*/

.tran2 {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.tran4 {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.aligncenter-box {
  float: left;
  position: relative;
  left: 50%;
}
.aligncenter-in {
  float: left;
  position: relative;
  left: -50%;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #6d6e70;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6d6e70;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6d6e70;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #6d6e70;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}
body .gallery { padding: 40px 0;}

/*tooltipster*/
.my-custom-theme {
  border-radius: 0px;
  border: 2px solid #333;
  border: 2px solid rgba(0, 0, 0, 0.9);
  background: #333;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  max-width: 400px;
}
.recreational-classes .my-custom-theme, .junior-programs .my-custom-theme {
  max-width: 290px;
}
/* Use this next selector to style things like font-size and line-height: */
.my-custom-theme .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 15px;
}
.my-custom-theme .tooltipster-content h5 {
  color: #ea2328;
  text-transform: uppercase;
}
.my-custom-theme .tooltipster-content p {
  margin-bottom: 10px;
}
.ie8 input[type="email"],
.ie8 input[type="password"],
.ie8 input[type="text"],
.ie8 input[type="number"],
.ie8 input.placeholder {
  line-height: 44px;
}
.main > hgroup {
  height: 120px;
  background: url(/images/layout/title-bg.png) no-repeat center center;
}
.main > hgroup:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main > hgroup h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 120px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  float: left;
}
.main > hgroup .btn.fr {
  position: relative;
  top: 42px;
}
.main > hgroup .btn > i.fa {
  margin-right: 10px;
  font-weight: bold;
}
.form-ui1 {
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 30px;
}
.form-ui1 fieldset {
  width: 100%;
}
.form-ui1 legend {
  font-size: 22px;
  font-size: 2.2rem;
  color: #6d6e70;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.form-ui1 input[type="email"],
.form-ui1 input[type="password"],
.form-ui1 input[type="text"],
.form-ui1 input[type="number"],
.form-ui1 input.placeholder,
.form-ui1 textarea {
  height: 44px;
  width: 100%;
  text-indent: 10px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}
.form-ui1 textarea {
  padding: 10px 0;
  height: 150px;
}
.form-ui1 p {
  color: #6d6e70;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}
/*article style*/
.article-style h2 {
  font-size: 40px;
  font-size: 4rem;
  color: #ea2328;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 100;
}

.article-style h2 a:hover {
  text-decoration: none;
}

.article-style h3 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #6d6e70;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  font-weight: 100;
}
.article-style h4 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.article-style time {
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: italic;
  color: #6d6e70;
  display: block;
}
.article-style p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #444547;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: Arial, sans-serif;
}
.article-style a {
  color: #ea2328;
}
.article-style a:hover, .footer-social a:hover {
  text-decoration: underline;
}
/*header*/
#header {
  background: #f1f1f1;
  position: relative;
}
#header:before {
  content: "";
  height: 4px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#logo {
  float: left;
  position: relative;
  top: 25px;
}
#logo > a {
  display: block;
}
.header-nav {
  float: right;
}
.header-nav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header-nav li {
  float: left;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 24px;
  margin-left: 2rem;
  height: 120px;
  height: 12rem;
  line-height: 120px;
  line-height: 12rem;
}
.header-nav a {
  color: #6d6e70;
}
.header-nav a:hover {
  color: #ea2328;
}
.header-nav .current {
  position: relative;
}
.header-nav .current:before {
  content: "";
  height: 4px;
  width: 100%;
  background: #ea2328;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.header-nav .current a {
  color: #000000;
}
/*home banner*/
.home-banner {
  overflow: hidden;
}
.home-banner ul {
  position: relative;
}
.home-banner li {
  float: left;
  width: 100%;
  height: 480px;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-banner li > img {
  display: block;
}
.home-banner li .info {
  height: 480px;
  display: table-cell;
  vertical-align: middle;
  font-size: 66px;
  font-size: 6.6rem;
  color: #fff;
}
/*home gallery*/
.home .gallery {
  background: #f1f1f1;
  padding: 30px 0 0;
}
.gallery-box {
  max-width: 970px;
  margin: 0 auto;
}
.gallery-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gallery-box.across4 figure {
  width: 21.90721649484575%;
}
.gallery-box figure {
  float: left;
  margin: 0 1.546391752577% 30px;
  width: 30.240549828179%;
  position: relative;
}
.gallery-box figure > a {
  display: block;
}
.gallery-box figure img {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  width: 100%;
  min-height: 240px;
}
.gallery-box figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  padding: 60px 0 18px 0;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.gallery-box > figure:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
/*lr-info*/
.home-about {
  padding: 50px 0;
}
.mask-img {
  position: relative;
  margin-bottom: 10px;
}
.mask-img > a {
  display: block;
}
.mask-img img {
  display: block;
}
.mask-img .mask {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.mask-img .mask h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 100;
  margin-top: 20px;
  margin-top: 2rem;
  padding: 0 20px;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.mask-img .mask p {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  padding: 0 20px;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  line-height: 20px;
  line-height: 2rem;
}
.red-mask .mask {
  background-color: rgba(235, 36, 46, 0.7);
}
.mask-img:hover .mask {
  background-color: #000000;
}
.red-mask:hover .mask {
  background-color: #eb242e;
}
/*footer*/
.footer-t {
  padding: 50px 0;
  background-color: #f1f1f1;
}
.footer-t .col3-1 {
  float: left;
}
.footer-t h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 100;
  color: #6d6e70;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.footer-t p,
.footer-t address {
  font-size: 14px;
  font-size: 1.4rem;
  color: #444547;
  font-family: Arial, sans-serif;
  line-height: 22px;
}
.footer-t a {
  font-weight: bold;
  color: #444547;
}
.contact-info {
  margin-bottom: 30px;
}
.footer-social li {
  height: 44px;
  line-height: 44px;
  position: relative;
  padding-left: 54px;
  margin-bottom: 10px;
}
.footer-social .icon {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 3px;
  background-color: #666;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-social .icon > img {
  position: relative;
  top: 4px;
}
.footer-social a {
  font-weight: bold;
}
.footer-social .twitter span {
  background-color: #00aced;
}
.footer-social .twitter a {
  color: #00aced;
}
.footer-social .facebook span {
  background-color: #3b5998;
}
.footer-social .facebook a {
  color: #3b5998;
}
.footer-social .instagram span {
  background-color: #517fa4;
}
.footer-social .instagram a {
  color: #517fa4;
}
.footer-t input[type="email"],
.footer-t input[type="text"],
.footer-t input[type="password"],
.footer-t input.placeholder {
  height: 44px;
  width: 273px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}
.footer-t input[type="submit"] {
  float: right;
  margin-top: 5px;
}
.footer-bottom {
  background-color: #d0d1d2;
  padding: 15px 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444547;
}
.footer-bottom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.footer-bottom p {
  height: 25px;
  line-height: 25px;
}
.footer-bottom img {
  vertical-align: middle;
  margin-left: 5px;
}
/*programs*/
.show {
  padding: 50px 0 10px;
}
.show article p {
  font-size: 17px;
  font-size: 1.7rem;
  color: #444547;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.show h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 100;
  color: #6d6e70;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.show .gallery-box {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

/*what we do*/
.what-we-do .gallery {
  padding-top: 40px;
}
.what-we-do .gallery article {
  margin-bottom: 30px;
}
.what-we-do .gallery hr {
  max-width: 940px;
  margin: 0 auto;
  border: none;
  height: 4px;
  background-color: #f1f1f1;
  margin-top: 30px;
}
.studio-hire {
  padding: 50px 0;
}
.studio-hire .col2-1 > img {
  display: block;
  width: 100%;
}

/*Enrol*/
.form-ui1.enrol {margin: 30px 0;}
.form-ui1.enrol textarea {height: 131px;}
.form-ui1.enrol label.error {display: none !important;}
.form-ui1.enrol textarea.error,
.form-ui1.enrol input.error {
  background-color: #fac7c7;
}

.enrol .day {
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
}
.enrol .day a {text-decoration: underline;}
.enrol .day a:hover {color: #f00;}

.enrol .thank-you {padding: 30px 0 0;}

.enrol .terms-error p {
  line-height: 36px;
  margin-right: 30px;
  color: #f00;
}

/*news*/
.tab-title {
  background-color: #f1f1f1;
  padding-top: 30px;
}
.tab-title > ul {
  max-width: 940px;
  margin: 0 auto;
}
.tab-title > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab-title.tab-2 > ul > li {
  float: left;
  width: 50%;
}
.tab-title.tab-4 > ul > li {
  float: left;
  width: 25%;
}
.tab-title > ul > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #d0d1d2;
  color: #444547;
  font-size: 18px;
  text-transform: uppercase;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  text-align: center;
  font-weight: 300;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.tab-title > ul > li > a:hover {
  background-color: #6d6e70;
  color: #fff;
}
.tab-title > ul > .current > a {
  background-color: #fff;
}
.btn.logout {
  margin-top: 20px;
  cursor: pointer;
}
.news-list {
  clear:both;
  /*padding-top: 30px;
  padding-top: 3rem;*/
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.news-list > li {
  padding: 30px 0;
  border-bottom: 4px solid #f1f1f1;
  position: relative;
}
.news-list > li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news-list > li .news-img {
  float: left;
  width: 22.553191489362%;
}
.news-list > li .news-img img {
  display: block;
  width: 100%;
}
.news-list > li .article-style {
  float: right;
  width: 74.468085106383%;
}
.news-list-page {
  padding-bottom: 60px;
  padding-bottom: 6rem;
  max-width: 940px;
  margin: 0 auto;
}
.news-list-page.single .news-list > li {
  border-bottom: none;
}
.news-list-page .member-title {
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  border-bottom: 4px solid #f1f1f1;
}
.news-list-page .member-title > p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #444547;
  line-height: 35px;
}
.news-list-page .member-title + ul {
  padding-top: 0;
}
.member-fl {
  float: left;
  width: 56.382978723404%;
}
.member-fr {
  float: right;
  width: 39.36170212766%;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 30px 0;
}
.member-fr > fieldset {
  width: 85.135135135135%;
  margin: 0 auto;
}
.member-fr legend {
  font-size: 22px;
  font-size: 2.2rem;
  color: #6d6e70;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.member-fr input[type="email"],
.member-fr input[type="password"],
.member-fr input.placeholder {
  height: 44px;
  width: 93.650793650794%;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}
.member-fr input[type="submit"] {
  float: right;
  margin-top: 5px;
}
.member-sign {
  padding-top: 40px;
  padding-top: 4rem;
}
.member-sign:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*jazz*/
.jazz-banner {
  background-color: #f1f1f1;
  padding-top: 30px;
  padding-top: 3rem;
}
.jazz-banner .wrap {
  max-height: 320px;
  overflow: hidden;
}
.recreational-classes .tab-content, .junior-programs .tab-content {
  padding: 50px 0 0;
}
.recreational-classes .tags, .junior-programs .tags {
  margin-top: 20px;
}
.recreational-classes .tags h3, .junior-programs .tags h3 {
  margin-bottom: 5px;
}
.recreational-classes .tab-content .gallery, .junior-programs .tab-content .gallery {
  background: #f1f1f1;
  padding: 30px 0 0;
  margin: 30px 0 5px;
}
.tab-content .timetable-box h2 {
  font-size: 40px;
  font-size: 4rem;
  color: #ea2328;
  text-transform: uppercase;
  font-weight: 100;
  float: left;
}
.tab-content .timetable-box .table-select {
  float: right;
  margin-top: 10px;
}
.table-select select {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-width: 155px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  color: #444547;
  background: url(/images/layout/select-bg.png) no-repeat 100% center;
  max-width: 220px;
}
.lte9 .table-select select {
  background: none;
  padding-right: 0;
}
.table-ui1 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 20px;
}
.table-ui1 thead > tr {
  border-bottom: 2px solid #6d6e70;
}
.table-ui1 th {
  font-weight: bold;
  color: #010101;
  padding: 30px 20px 10px;
}
.table-ui1 td {
  color: #444547;
  padding: 10px 20px;
}
.table-ui1 .red {
  color: #ea2328;
}
.table-ui1 tbody > tr {
  border-bottom: 1px solid #f1f1f1;
}
.table-ui1 tbody > tr:nth-child(even) {
  background: #f1f1f1;
}
.table-ui1 tbody {
  margin-bottom: 30px;
  width: 100%;
}
.table-ui2 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 20px;
}
.table-ui2 th {
  font-weight: bold;
  color: #010101;
  padding: 5px 0;
  white-space: nowrap;
  vertical-align: top;
}
.table-ui2 td {
  color: #444547;
  padding: 5px 0 5px 30px;
}
.table-ui2 .red {
  color: #ea2328;
}
.faq-list li {
  margin-bottom: 20px;
}
/*timetables*/
.timetables-row1 {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
}
.timetables-row1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.timetables-row1 h3 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #6d6e70;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-weight: 100;
}
.table-choice {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
}
.table-choice:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.date-choice li {
  float: left;
  text-align: center;
  margin-left: 20px;
}
.date-choice li .day-fallback {
  display: none;
}
.date-choice li input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0;
}
.date-choice li label {
  width: 30px;
  display: block;
  text-align: center;
}
.date-choice li label span.day {
  font-size: 15px;
  font-size: 1.5rem;
  color: #444547;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
  display: inline-block;
}
.date-choice li input[type=checkbox] + label span.checkbox,
.enrol input[type=checkbox] + label span.checkbox {
  height: 22px;
  width: 22px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}
.date-choice li input[type=checkbox]:hover + label span.checkbox,
.enrol input[type=checkbox]:hover + label span.checkbox {
  border-color: #b8b8b8;
}
.date-choice li input[type=checkbox]:checked + label span.checkbox:after,
.enrol input[type=checkbox]:checked + label span.checkbox:after {
  content: "\f00c";
  color: #ea2328;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
}

.lte8 .date-choice {
  display: none;
}

.table-choice .date-choice {
  position: relative;
  top: -8px;
}
.table-box {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 80px;
}
/*dancer*/
.dancer-content {
  padding-top: 50px;
}
.dancer-content .col3-2 {
  width: 58%;
}
.dancer-content .btn {
  margin-top: 30px;
}
.dancer-content .btn:hover {
  text-decoration: none;
}
.dancer-content .col3-1 {
  padding-bottom: 30px;
  width: 38%;
  margin-left: 0;
}
.dancer-content .dancer-img {
  display: block;
  margin-top: -150px;
}
/*contact us*/
.contact-content {
  padding: 50px 0;
}
.contact-list th {
  width: 18%;
}
.contact-list td {
  padding-left: 0;
}
.contact-list p {
  line-height: 1em;
  margin-bottom: 10px;
}
.contact-map {
  margin-bottom: 20px;
}
/*gallery*/
.gallery-content {
  padding: 30px 0 80px;
}
.gallery-content .slider-pager-box {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 25px;
}
#gallery-slider-pager li li {
  float: left;
  margin: 0 5px;
  margin-bottom: 10px;
}
#gallery-slider-pager li > a {
  display: block;
  height: 85px;
  width: 85px;
  overflow: hidden;
}
#gallery-slider-pager li > a > img {
  display: block;
  width: 100%;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
#gallery-slider-pager li > a > img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
#gallery-slider-pager li > .active-here > img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.bx-wrapper {
  position: relative;
}
.bx-prev,
.bx-next {
  text-indent: -9999px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  border-radius: 100%;
  background-color: #f1f1f1;
  position: relative;
  color: #6d6e70;
}
.bx-prev:hover,
.bx-next:hover {
  background-color: #ea2328;
  color: #fff;
}
.bx-prev {
  position: absolute;
  left: -80px;
  top: 0;
}
.bx-next {
  position: absolute;
  right: -80px;
  top: 0;
}
.bx-controls-direction {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
}
.bx-prev:before {
  content: "\f104";
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  width: 46px;
  text-align: center;
}
.bx-next:before {
  content: "\f105";
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  width: 52px;
  text-align: center;
}
.bx-pager {
  float: left;
  position: relative;
  left: 50%;
  padding-top: 10px;
}
.bx-pager .bx-pager-item {
  float: left;
  position: relative;
  left: -50%;
  margin: 0 5px;
}
.bx-pager .bx-pager-item a {
  display: block;
  text-indent: -9999px;
  height: 10px;
  width: 10px;
  border-radius: 100px;
  background-color: #6d6e70;
}
.bx-pager .bx-pager-item .active {
  background-color: #ea2328;
}
