
.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/*---------------------------------------
    Price section              
-----------------------------------------*/
#price {
  background: url('../images/giorgio-trovato-k5xtu6DApUk-unsplash.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#price .pricing__item {
  margin-bottom: 50px;;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
}

#price .pricing__feature-list {
  text-align: left;
}

#price .pricing__action {
  color: inherit;
  border: none;
  background: none;
}

#price .pricing__action:focus {
  outline: none;
}

#price .pricing__item {
  font-size: 20px;
  padding: 2em;
  cursor: default;
  color: #fff;
  border: 1px solid #666;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
}

#price .pricing__item:nth-child(2) {
  border-right: none;
  border-left: none;
}

#price .pricing__item:hover {
  color: #444;
  background: #ffffff;
  border-color: transparent;
}

#price .pricing__title {
  font-size: 2em;
  width: 100%;
  margin: 0;
  padding: 0;
}

#price .pricing__price {
  font-size: 1.45em;
  font-weight: bold;
  line-height: 120px;
  width: 120px;
  height: 120px;
  margin: 1.15em auto 0.3em;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

#price .pricing__item:first-child .pricing__price {
  background: #26253a;
}

#price .pricing__item:nth-child(2) .pricing__price {
  background: #26253a;
}

#price .pricing__item:hover .pricing__price {
  color: #fff;
  background: #222;
}

#price .pricing__feature-list {
  margin: 0;
  padding: 1em 1em 2em 1em;
  font-weight: bold;
  list-style: none;
  letter-spacing: 0.6px;
  line-height: 32px;
  text-align: center;
}

#price .pricing__action {
  font-weight: bold;
  margin-top: auto;
  padding: 18px 48px;
  opacity: 0;
  color: #fff;
  font-size: 20px;
  background: #26253a;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

#price .pricing__item:hover .pricing__action {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#price .pricing__action:hover,
#price .pricing__action:focus {
  background: #222;
}

@media screen and (max-width: 60em) {
  #price .pricing__item {
    max-width: none;
    width: 100%;
    flex: none;
  }
  #price .pricing__item:nth-child(2) {
    border: 1px solid #fff;
  }
}

/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#call-to-action {
  padding: 120px 0px;
  background-image: url(../images/adam-winger-VjRpkGtS55w-unsplash.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cta-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.cta-content h2 em {
  font-style: normal;
  color: #ed563b;
}

.cta-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}


/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/

#trainers .trainer-item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 40px;
}

#trainers .trainer-item img {
  width: 100%;
  border-radius: 5px;
}

#trainers .trainer-item span {
  font-size: 13px;
  font-weight: 500;
  color: #ed563b;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}

#trainers .trainer-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

#trainers .trainer-item p {
  margin-bottom: 20px;
}

#trainers .trainer-item ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

#trainers .trainer-item ul.social-icons li:last-child {
  margin-right: 0px;
}

#trainers .trainer-item ul.social-icons li a {
  color: #232d39;
  transition: all .3s;
}

#trainers .trainer-item ul.social-icons li a:hover {
  color: #ed563b;
}

/* 
---------------------------------------------
schedule
--------------------------------------------- 
*/

#schedule1 {
  padding: 0px 0px 140px 0px;
  background-image: url(images/schedule-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#schedule1 table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

#schedule1 table tbody {
  border-top: 1px solid #fff; 
}

#schedule1 table tbody tr {
  border-bottom: 1px solid #fff;
}

#schedule1 table tbody tr td {
  border-right: 1px solid #fff;
  height: 100px;
}

#schedule1 table tr td {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.25px;
}
.schedule1-table{
  width: 100%;
}

.schedule1-table.filtering .ts-item {
    opacity: 0;
    transition: all 0.5s;
}

.schedule1-table.filtering .ts-item.show {
    opacity: 1;
    transition: all 0.5s;
}

#schedule1 .filters {
  margin-bottom: 40px;
}
#schedule1 .filters ul {
  padding: 0;
  text-align: center;
}
#schedule1 .filters ul li {
  list-style: none;
  display: inline;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#schedule1 .filters ul li:after {
  content: "/";
  margin-left: 10px;
  color: #fff;
}
#schedule1 .filters ul li:last-child {
  margin-right: 0px;
}
#schedule1 .filters ul li:last-child::after {
  display: none;
}
#schedule1 .filters ul li.active,
#schedule1 .filters ul li:hover {
  color: #ed563b;
}
#schedule1 .filters-content {
  margin-top: 50px;
}
#schedule1 .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#schedule1 .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}


.footer {
  background-color: #212120;
  text-align: center;
}
.footer .headinga h3 {
  font-size: 38px;
  display: block;
  color: #fff;
  max-width: 160px;
  padding-bottom: 1px;
  border-bottom: #fff solid 1px;
  text-align: center;
  margin: 0 auto;
}
.footer .headinga span {
  font-size: 17px;
  display: block;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
}
.footer .headinga p {
  font-size: 17px;
  display: block;
  color: #fff;
}
.footer p {color: #fff;}
.footer p a {color: #fff;}
.footer p a:hover {color: #fff;}


.address{
  padding-left: 30px; 
  color: #fff;
}
.Address {
  width: 100%;
  float: left;
  background-color: #081b30;
  height: auto;
  padding: 83px 0 0 0;
}

.address_text{
   width: 100%;
   text-align: center;
   margin: 0px;
   border-bottom: 2px solid #136af8;
   color: #fff;
}
.address_2{
  width: 100%;
  float: left;}
  .layout_padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.layout_padding_2 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.site_info {
  display: flex;
  color: #fff;
  padding-bottom: 10px;
}

.info_icon {
  background-color: #fff;
  padding: 20px;  
  margin-right: 30px;  
  width: 60px;
height: 60px;
border-radius: 10px;
}
.titlepage {
  padding-bottom: 50px;
}
.titlepage h2 {
  padding: 0px 0px 0px 0px;
  font-size: 50px;
  font-weight: bold;
  color: #136af8;
  line-height: 50px;
  position: relative;
  margin-bottom: 20px;
}

.titlepage span {
  color: #141012;
font-size: 17px;
line-height: 31px;
display: block;
font-weight: normal;
}
.main{
  width: 9%;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
.menu_main{
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.menu_text{
  width: 100%; 
  float: left;
  margin-top: 40px;
  margin-bottom: 30px; 
}
.menu_text ul{ 
  list-style: none;
  margin: 0px;
  padding: 0px;

}
.menu_text li{
  float: left;
  padding-left: 50px;
  color: #fff;
}

.menu_text li a{
  color: #fff;
}

.menu_text li a:hover{
  color: #136af7;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}