.main_text {
	font-size:20px;
	font-family:"Arial";
	text-align:center;
	margin-top:40px;
}
.home {
    margin:auto;
}
.main > .container > .row {
  display:none;
}
.info-block .schedule {
  font-size: 30px;
    font-family: 'Staatliches' !important;
}
.schedule_times {
      font-size: 20px;
    line-height: 32px;
}
.schedule_link {
  display:none;
transform: translate(0px,-15px);
line-height:1px;
font-size:14px;
    xdisplay: inline-block;
}
/*--------------------------------------*/
/*top*/
.home .logo {
    width:100%;
    max-width:686px;
    margin-bottom:20px;
}
.home .logo img{
    width:100%;
}
/*top*/
/*--------------------------------------*/
.schedule {
    font-size:12px;
    display:block;
}
/*--------------------------------------*/
/*mid*/
.home .mid {
    background:white;
    margin-bottom:0px;
    margin-top:20px;
    xpadding:30px;
    xfont-family: 'Quicksand', ;
    xfont-family: 'Roboto', ;
    xfont-family: 'Bebas Neue', ;
    font-family: 'Staatliches', ;
}
.home .bottom_mid .mid_top {
  padding:0 !important;
}
.home .bottom_mid {
  background:transparent;
  color:white;
  margin-top:0;
  margin-bottom:30px;
}
.home .bottom_mid .program {
  padding-top:0;
}
.home .bottom_mid .program > .title:nth-child(1){
  font-size: 53px;
    text-align: center;
    padding: 31px;
    background: #ffffff24;
    color: color;
    margin-bottom: 31px;
    line-height:53px;
}
.home .mid .mid_top {
  padding:20px;
}
.home .mid .title {
    font-size:37px;
    font-family: 'Staatliches', ;
    margin-bottom:10px;
}
.home .mid .tagline {
    font-size:55px;
    display:inline-block;
    width:45%;
    line-height:55px;
    vertical-align:top;
    padding-left:20px;
}
.home .mid .top_inner{
    width:100%;
    font-size:0;
    margin-bottom:20px;
}
.home .mid .image {
    display:inline-block;
    width:50%;
    box-sizing: border-box;
}
.home .mid img {
    width:100%;
}
/*/mid*/
/*--------------------------------------*/
/*blog post*/
.blog_post {
    background:white;
    padding:30px;
    font-family: 'Quicksand';
}
.blog_post img {
    width:100%;
    margin-bottom:10px;
    border:1px solid grey;
}
.blog_post .date {
    font-family: 'Quicksand';
    margin-bottom:10px;
}
.blog_post .title, .blog_post .blog_title {
    font-family: 'Staatliches', ;
}
.blog_post .title {
    font-size:30px;
    margin-bottom:20px;
}
.blog_post .blog_title {
    font-size:20px;
}
.blog_post .excerpt {
    margin-bottom:20px;
}
.blog_post button {
    font-size: 20px;
    padding: 10px;
    padding-left:15px;
    padding-right:15px;
    color: white;
    background: black;
}
/*blog post*/
/*--------------------------------------*/
.home .bottom {
    border-top:1px solid #efe897;
    background:#fffb8d;
    padding:30px;
    xfont-family: 'Quicksand', ;
    xfont-family: 'Roboto', ;
    xfont-family: 'Bebas Neue', ;
    font-family: 'Staatliches', ;
}

.home .body-text {
    font-family: 'Quicksand' ;
    line-height:20px;
    xfont-family: 'Roboto' ;
    xfont-family: 'Bebas Neue' ;
}
.home .map {
    width:100%;
}
.price .info span, .age .info span {
    font-size:16px;
}
.price .info span {
  vertical-align:top;
}
.price .info .volunteer {
  margin-top:5px;
}
.price .info .volunteer, .price .info .disclaimer {
  margin-top:4px;
  font-size:16px;
  line-height:20px;
  margin-bottom:0px;
}
.price .info .disclaimer {
  margin-top:0px;
  margin-bottom:0;
  font-size:12px;
  line-height:15px;
}
.price .info .free {
  color:green;
  font-weight:bold;
  xfont-size:24px;
}
.price .first {
  display:none;
}
.program {
  padding-top:30px;
  font-size:30px;
  line-height:30px;
    xfont-size:0;
}
.program > .info {
  line-height:39px;
}
.program .title {
  font-weight:bold;
}
.program ul {
  padding-left:37px;
  margin-top:10px;
}
.price > span{
    font-size:15px;
}
.price .first {
    font-size:30px;
}
.price .pay {
    font-size:22px;
}
.info .registration {
  xtext-decoration: underline;
  color:green;
  margin-top:10px;
  font-weight:bold;
}
.info-block {
    font-size:30px;
}
.info-block .details {
  font-size:19px;
  line-height:26px;
  text-transform: none;
  font-family:'Quicksand';
}
.center, .scholarship {
    
  background:yellow;
  padding:20px;
  border-top:1px solid #bea225;
}
.open_run .days {
  margin-bottom:10px;
  display:inline-block;
  line-height: 23px;
}

.open_run .title {
  xmargin-top:20px;
  font-family:'Staatliches';
  font-weight:bold;
  line-height: 40px;
  font-size:40px;
  margin-bottom: 10px;
}
.open_run .pay {
  font-size:20px;
      margin-bottom: 10px;
      display:inline-block;
}
@keyframes changeColor {
  0% {
    color: green;
  }

  50% {
    color: red;
  }

  100% {
    color: green;
  }
}
@keyframes changeColor_2 {
  0% {
    color: orange;
  }

  50% {
    color: red;
  }

  100% {
    color: orange;
  }
}
.open_run span {
    color:green;
}
.changeColor_delay_1 {
    color:green;
    animation: changeColor ease;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-delay: 1s;
}
.changeColor_delay_2 {
    color:green;
    animation: changeColor ease;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-delay: 0ms;
}
.changeColor_delay_3 {
    color:orange;
    animation: changeColor_2 ease;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-delay: 0ms;
}
.open_run .days {
  font-size:20px;
}
.info-block .time .details {
  margin-bottom:10px;
}
.info-block ul {
  font-family:'Quicksand' !important;
  font-weight:bold;
  font-size:17px;
  margin-top:10px;
}
.info-block p {
      margin: 0 0 0px 0;
}
.info-block > div {
    margin-bottom:20px;
}
.info-block > div:last-child {
    margin-bottom:0px;
}
.info-block .title {
    color:#b5851a;
    xfont-family: 'Quicksand', ;
    xfont-family: 'Roboto', ;
    xfont-family: 'Bebas Neue', ;
    font-family: 'Staatliches', ;
}
.info-block .time {
  #display:none;
}
.info-block .info {
    xfont-size:0px;
    xfont-family: 'Quicksand', ;
    xfont-family: 'Roboto', ;
    xfont-family: 'Bebas Neue', ;
    font-family: 'Staatliches', ;
}
.schedule {
  font-size:30px;
}
.info-block .info > * {
    font-size:46px;
}
.location .address {
    font-size:46px;
    margin-bottom:10px;
}
.location .info {
    table-layout: fixed;
    display:table;
    width:100%;
    border:1px solid #d2c564;
}
.location .img {
    width:50% !important;
    display:table-cell;
}
.location .img img {
    display:block;
    width:100%;
}
.location .iframe-wrapper.map {
    height:400px;
    display:table-cell;
    width:100% !important;
}

iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.info-block .time {
    margin-bottom:20px;
}
.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.court {
    width:100%;
    background:black;
}
.court img{
    width:100%;
}

.register {
    margin-top:20px;
    font-size:30px;
}
.main-register {
  margin-top:0;
}
.scholarship {
  background:#ffd588;
}
.scholarship.main {
  background:#e29200;
  color:white !important;
  padding:20px;
}
.scholarship .title {
  color:#24b245;
  text-align: center;
  font-size:45px !important;
  color:white;
  margin-bottom:0 !important;
  line-height: 41px;
}
.scholarship .sub_title {
  font-size:34px !important;
  text-align:left;
  color:black;
}
.scholarship .volunteer {
      font-family: 'Quicksand';
}
.scholarship .register {
      font-size: 24px;
}
.scholarship p {
      font-size: 21px;
      margin-bottom:0px;
}
@media (max-width: 990px ) {
  .home .mid {

    margin-top:0px;
  }
    .home .mid .tagline {
        font-size:40px;
        line-height:40px;
    }
    .location .img {
        width:50% !important;
    }
    .location .iframe-wrapper.map {
        display:table-cell;
        width:50% !important;
    }
}
@media (max-width: 813px) {
  .info > ul {
    font-size:20px;
    line-height:25px;
  }
  .schedule_link {
    transform: translate(0px,-6px);
  }
  .info-block ul {
    font-size:13px;
  }
}
@media (max-width: 706px) {
  
    .home .mid .tagline {
        font-size:34px;
        line-height:37px;
    }
    .open_run .pay {
      font-size:17px;
      margin-bottom: 10px;
      display:inline-block;
}
    .location .info {
        display:block;
        border:none;
    }
    .location .info > *{
        display:block;
        width:100% !important;
    }
    .location .img {
        margin-bottom:20px;
    }
    .small {
      display:block;
    }
    .ctl_br {
      display:none;
    }
}
@media (max-width: 647px ) {
  .scholarship .sub_title {
  font-size:24px !important;
  
}
    .home .mid .tagline {
        display:block;
        width:100%;
        padding:0;
        margin-top:20px;
    }
    .home .mid .image {
        display:inline-block;
        width:100%;
        box-sizing: border-box;
    }
}

@media (max-width: 605px ) {
    .info-block .info, .info-block .address {
        font-size:40px;
    }
    .info-block .title {
        font-size:25px;
    }
    .free {
        font-size:12px;
    }
}

@media (max-width: 541px ) {
  .home .bottom_mid .volunteer {
        font-size: 14px;

  }
    .info-block .info, .info-block .address {
        font-size:30px;
    }
    .info-block .title {
        font-size:32px;
    }
    .home {
        padding-left:0;
        padding-right:0;
    }
    .logo {
        padding-left:20px;
        padding-right:20px;
        box-sizing: border-box;
    }
    #main {
        padding-top:116px;
    }
    .home .mid {
        margin-top:0;
    }
}
