﻿/* START TOP BAR LOGO */
#top-navbar > .container,
#top-navbar > .container > .row,
#top-navbar .top-navbar__logo-col,
#top-navbar .top-navbar__logo-col > .navbar-header {
  height: 100%;
}
#top-navbar .top-navbar__logo-col > .navbar-header {
  display: flex;
  align-items: center;
}
.navbar-header__logo-short {
  max-width: 39px;
}
.navbar-header__logo {
  max-width: 160px;
}
@media screen and (min-width:1200px) {
  .navbar-header__logo {
    max-width: 260px;
  }
}
/* END TOP BAR LOGO */

/* start sections common */
#home-header button,
#come-together-home button,
#home-creators button,
.errorWrap button {
  height: unset;
}
/* end sections common */

#home-header .tz-brand-header__img {
  background-image: url('https://file.trainerize.com/assets/tzme/home/images/home-header-1x.png');
  background-image: -webkit-image-set(
    url('https://file.trainerize.com/assets/tzme/home/images/home-header-1x.png') 1x,
    url('https://file.trainerize.com/assets/tzme/home/images/home-header.png') 2x
  );
  background-position: right top;
  min-height: 336px;
  padding-top: unset;
}
#home-header .tz-brand-header__text-wrapper {
  padding-bottom: 64px;
}
#home-header .tz-brand-header__text-wrapper h1 {
  margin-bottom: 16px;
}
#home-header .tz-brand-header__text-wrapper p {
  font-size: 14px;
  margin-bottom: 32px;
}
#home-header .tz-brand-header__button-wrapper .tz-button--outline {
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
}
#home-header .tz-brand-header__button-wrapper .tz-button--outline:hover {
  background: none;
  border-color: var(--color-white);
  color: var(--color-white);
}
#home-header .tz-brand-header__button-wrapper button {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #home-header .tz-brand-header__img {
    background-image: url('https://file.trainerize.com/assets/tzme/home/images/large/home-header-1x.png');
    background-image: -webkit-image-set(
      url('https://file.trainerize.com/assets/tzme/home/images/large/home-header-1x.png') 1x,
      url('https://file.trainerize.com/assets/tzme/home/images/large/home-header.png') 2x
    );
    min-height: 514px;
  }
  #home-header .tz-brand-header__text-wrapper {
    padding-bottom: 0;
  }
  #home-header .tz-brand-header__text-wrapper p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #home-header .tz-brand-header__img {
    min-height: 630px;
  }
  #home-header .tz-brand-header__text-wrapper p {
    font-size: 18px;
  }
  #home-header .tz-brand-header__button-wrapper > * {
    padding: 23px 32px;
  }
}
@media (min-width: 1200px) {
  #home-header .tz-brand-header__button-wrapper button {
    margin-right: 24px;
    margin-bottom: 0;
  }
}

#home-stats {
  padding: 64px 0 81px 0;
}
#home-stats h2 {
  margin-bottom: 32px;
}

#come-together-home {
  padding: 80px 0;
}
#come-together-home .come-together-home-content__txt p {
  margin: 0;/*reset*/
}
#come-together-home h2,
#come-together-home .come-together-home-content__img,
#come-together-home .come-together-home-content__txt p:last-of-type {
  margin-bottom: 32px;
}
.come-together-home-content__tag {
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  margin-bottom: 16px;
}
#come-together-home .come-together-home-content__tag h4 {
  font-size: 14px;
  font-weight: 500;
}
.come-together-home-content__img,
.come-together-home-content__txt {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.come-together-home-content__img img {
  max-width: 100%;
}
#come-together-home .come-together-home-content__txt h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
#come-together-home .come-together-home-content__txt p {
  font-size: 16px;
}
.come-together-home-content__btns {
  display: flex;
  gap: 10px;
}
#clients-benefits {
  margin-bottom: 96px;
}
#coaches-benefits .come-together-home-content__btns > * {
  padding: 16px 22px;
}
@media (min-width: 768px) {
  #come-together-home {
    padding: 60px 0;
  }
  [data-come-together-item="1"] {
    margin-bottom: 71px;
  }
  #come-together-home h2 {
    max-width: 430px;
    margin: 0 auto 80px auto;
  }
  .come-together-home-content__img,
  .come-together-home-content__txt {
    margin: 0;
  }
  .come-together-home-content,
  .come-together-home-content--2-col-reverse {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .come-together-home-content--2-col-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  #come-together-home {
    padding: 124px 0 90px 0;
  }
  [data-come-together-item="1"] {
    margin-bottom: 137px;
  }
  #come-together-home h2 {
    max-width: none;
    text-align: center;
  }
  .come-together-home-content,
  .come-together-home-content--2-col-reverse {
    column-gap: 80px;
  }
  .come-together-home-content__img,
  .come-together-home-content__txt {
    flex: 1;
    max-width: none;
    margin: 0;
  }
  #come-together-home .come-together-home-content__txt h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  #come-together-home .come-together-home-content__txt p:last-of-type {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .come-together-home-content,
  .come-together-home-content--2-col-reverse {
    column-gap: 80px;
  }
  .come-together-home-content__img {
    flex: 0 0 571px;
  }
  .come-together-home-content__txt {
    flex: 0 0 468px;
  }
}

/* CATEGORIES SLIDER SECTION */
#home-categories {
  padding: 65px 0 75px 0;
  position: relative;
}
.home-categories__loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-categories__loader .snakeWaiting {
  width: 50px;
  height: 50px;
}
.home-categories__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.home-categories__slider-arrows {
  flex: 0 1 70px;
  display: flex;
  justify-content: space-between;
}
.home-categories__slider-prev,
.home-categories__slider-next {
  width: 11px;
  height: 20px;
  stroke: var(--color-secondary);
  cursor: pointer;
}
.home-categories__slider-next {
  transform: rotateZ(180deg);
}
.home-categories__slider {
  margin-bottom: 35px;
}
.home-categories__slide-item {
  width: 183px;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.home-categories__slide-item:focus {
  outline: none;
}
.home-categories__slide-item:hover,
.home-categories__slide-item:visited {
  text-decoration: none;
}
.home-categories__slide-item:first-child {
  margin-bottom: 20px;
}
#home-categories .home-categories__slide-item h4 {
  flex: 1;
  font-size: 16px;
}
.home-categories__slider-progress {
  position: relative;
  height: 8px;
  border-radius: 80px;
}
.home-categories__slider-bar {
  position: absolute;
  height: 8px;
  top: 0;
  left: 0;
  border-radius: 80px;
  transition: left .3s ease-in-out;
}
.home-categories__slider.slick-slider .slick-track {
  transform: translateX(15px);
}
@media screen and (min-width:768px) {
  #home-categories {
    padding: 90px 0 110px 0;
  }
  .home-categories__slider {
    margin-bottom: 50px;
  }
  .home-categories__slider.slick-slider .slick-track {
    /* 750px container width, 15px container padding */
    transform: translateX(calc((100vw - 750px) / 2 + 15px));
  }
  .home-categories__slide-item {
    width: 270px;
    height: 251px;
    margin-right: 30px;
    padding: 0 20px;
  }
  .home-categories__slide-item:first-child {
    margin-bottom: 30px;
  }
  #home-categories .home-categories__slide-item h4 {
    font-size: 22px;
  }
}
@media screen and (min-width:992px) {
  .home-categories__slider.slick-slider .slick-track {
    /* 970px container width, 15px container padding */
    transform: translateX(calc((100vw - 970px) / 2 + 15px));
  }
}
@media screen and (min-width:1200px) {
  #home-categories {
    padding: 120px 0 100px 0;
  }
  .home-categories__slider.slick-slider .slick-track {
    /* 1200px container width, 15px container padding */
    transform: translateX(calc((100vw - 1200px) / 2 + 15px));
  }
}
/* end of CATEGORIES SLIDER SECTION */

/* CREATORS SECTION */
#home-creators {
  position: relative;
  min-height: 100px;/* aprox. need for loader to be visible */
  background-image: url('https://file.trainerize.com/assets/tzme/images/come-together-bg.jpg');
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}
.home-creators__loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-creators__loader .snakeWaiting {
  width: 50px;
  height: 50px;
}
.home-creators__heading {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-creators__heading h2 {
  margin-right: 20px;
}
.home-creators__slider {
  margin-bottom: 40px;
}
.home-creators__slider-prev,
.home-creators__slider-next {
  width: 10px;
  height: 20px;
  stroke: var(--color-primary);
  cursor: pointer;
}
.home-creators__slider.slick-slider .slick-track {
  transform: translateX(15px);
}
.home-creators__slider-next {
  margin-left: 50px;
  transform: rotateZ(180deg);
}
.home-creators__slide {
  margin-right: 15px;
}
.home-creators__slide-trainer-name {
  margin-bottom: 5px;
}
#home-creators .home-creators__slide-trainer-name h4 {
  font-size: 22px;
}
.home-creators__slide a:focus {
  outline: none;
}
#home-creators .home-creators__slide img {
  width: 152px;
  height: 152px;
  border: 5px solid var(--color-secondary);
  border-radius: 50%;
  margin-bottom: 25px;
  position: relative;/* for pseudo elements */
  display: inline-block;
  overflow: hidden;
}
.home-creators__slider-arrows {
  display: flex;
}
@media screen and (min-width:768px) {
  .home-creators__slider.slick-slider .slick-track {
    /* 750px container width, 15px container padding */
    transform: translateX(calc((100vw - 750px) / 2 + 15px));
  }
}
@media screen and (min-width:992px) {
  .home-creators__slider.slick-slider .slick-track {
    /* 970px container width, 15px container padding */
    transform: translateX(calc((100vw - 970px) / 2 + 15px));
  }
  #home-creators .home-creators__slide-trainer-name h4 {
    font-size: 24px;
  }
}
@media screen and (min-width:1200px) {
  .home-creators__slider.slick-slider .slick-track {
    /* 1200px container width, 15px container padding */
    transform: translateX(calc((100vw - 1200px) / 2 + 15px));
  }
  .home-creators__slide img {
    width: 208px;
    height: 208px;
    border-width: 7px;
  }
}
/* END OF CREATORS SECTION */

/*latest articles section*/
#latest-articles-home {
  height: 633px;
}

#latest-articles-home .latest-articles-home__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px 0 18px;
}
#latest-articles-home .latest-articles-home__heading h2 {
  width: 33%;
}
#latest-articles-home .latest-articles-home__articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#latest-articles-home .latest-articles-home__articles a:hover {
  text-decoration: none;
  opacity: 0.95;
}
#latest-articles-home .latest-articles-home__article {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#latest-articles-home .latest-articles-home__featured-article .latest-articles-home__article {
  height: 336px;
  padding: 0 40px 25px 35px;
}

#latest-articles-home .latest-articles-home__other-articles {
  display: flex;
  gap: 20px;
}
#latest-articles-home .latest-articles-home__other-articles .latest-articles-home__article {
  width: 50%;
  height: 115px;
  padding: 12px;
}
#latest-articles-home .latest-articles-home__other-articles a.hidden-article {
  display: none;
}
#latest-articles-home .latest-articles-home-featured-article__date {
  font-size: 12px !important;
  margin: 0;
}
#latest-articles-home .latest-articles-home-featured-article__excerpt {
  font-size: 12px !important;
  padding: 10px 0;
}
#latest-articles-home .latest-articles-home-featured-article__author {
  display: flex;
  align-items: center;
  gap: 10px;
}
#latest-articles-home .latest-articles-home-featured-article__author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
#latest-articles-home .latest-articles-home-featured-article__author p {
  font-size: 12px;
  text-decoration: none;
  margin: 0;
}
#latest-articles-home .latest-articles-home-other-articles__date {
  font-size: 9px !important;
  margin: 0px;
}
#latest-articles-home .latest-articles-home-other-articles__title {
  font-size: 12px !important;
}

@media only screen and (min-width:768px){
  #latest-articles-home {
    height: 812px;
  }
  #latest-articles-home .latest-articles-home__heading {
    align-items: center;
    padding: 90px 0 30px;
  }
  #latest-articles-home .latest-articles-home__heading h2 {
    width: unset;
  }

  #latest-articles-home .latest-articles-home__articles {
    flex-direction: row;
  }
  #latest-articles-home .latest-articles-home__featured-article {
    flex: 1;
  }
  #latest-articles-home .latest-articles-home__featured-article .latest-articles-home__article {
    height: 485px;
  }
  #latest-articles-home .latest-articles-home-featured-article__date,
  #latest-articles-home .latest-articles-home-featured-article__excerpt,
  #latest-articles-home .latest-articles-home-featured-article__author p {
    font-size: 16px !important;
  }
  #latest-articles-home .latest-articles-home-featured-article__title {
    font-size: 32px !important;
  }
  #latest-articles-home .latest-articles-home__other-articles {
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
  }
  #latest-articles-home .latest-articles-home-other-articles__date {
    font-size: 12px !important;
    margin-bottom: 5px;
  }
  #latest-articles-home .latest-articles-home-other-articles__title {
    font-size: 14px !important;
  }
  #latest-articles-home .latest-articles-home__other-articles .latest-articles-home__article {
    width: 211px;
    height: 153px;
  }
  #latest-articles-home .latest-articles-home__other-articles a.hidden-article {
    display: flex;
  }
}

@media only screen and (min-width:992px){
  #latest-articles-home .latest-articles-home__other-articles .latest-articles-home__article {
    width: 270px;
  }
}
/*end of latest articles section*/

@media only screen and (max-width:480px) {

  /*.trainers-container {
    width: 100% !important;
  }

  .trainer-item {
    margin: 0px !important;
    width: 95% !important;
    padding-bottom: 95% !important;
    margin: 5px 2.5% !important;
    height: auto !important;
  }*/

  /*.trainer-item-info {
    width: 100% !important;
    min-height: 76px !important;
    padding: 10px 15px 12px 15px !important;
    background-color: rgba(20,21,24,.8) !important;
    bottom: 0 !important;
    position: absolute !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }*/
    .btn-load-container{
    width:100%;
    padding:50px 10px !important;
  }

  .img-logo {
    margin: 17px auto;
    height: 43px;
    max-width: 45px !important;
  }

}

@media only screen and (min-width:481px) {

  /*.trainer-item {
    margin: 0px !important;
    width: 49% !important;
    padding-bottom: 49% !important;
    margin: 0.5% 0.5% !important;
    height: auto !important;
  }
  .trainers-container {
    width: 97% !important;
    max-width: 600px !important;
  }*/

  .img-logo {
    margin: 22px auto;
    height: 43px;
  }

  /*.trainer-item-info {
    padding: 10px 15px 12px 15px !important;
  }*/

  #home-search {
    text-indent: 0 !important;
  }
    .btn-load-container{
    width:100%;
    padding:50px 10px !important;
  }
}

@media only screen and (max-width:767px) {
  .trainer-item {
    width: 31.33% !important;
    padding-bottom: 31% !important;
    margin: 1% 1% !important;
    height: auto !important;
  }
  .trainers-container {
    width: 97% !important;
  }

  .trainer-item-info {
    padding: 1px 5px 5px 8px !important;
    min-height: 32px !important;
  }

  .trainer-item-info .trainer-name {
    font-size: 10px !important;
    line-height: 19px !important;
  }

  .trainer-city {
    font-size: 8px !important;
  }

  .trainer-city-box .fa {
    font-size: 8px !important;
  }

  .trainer-cr-box {
    bottom: 2px !important;
    left: 10px !important;
  }

  #featured-logos {
    padding-bottom: 0px !important;
  }

  #featured-logos .all-logo-cont img {
    width: 23% !important;
    margin: 3% !important;
  }

}

@media only screen and (min-width:768px) {

  .trainers-container {
    max-width: 750px !important;
    width: 750px !important;
  }
  .trainer-item {
    width: 177px !important;
    height: 177px !important;
    display: inline-block;
    margin: 5px !important;
    color: white;
    float: left;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px !important;
  }
  .trainer-item-info {
       padding: 7px 15px 0px 12px !important
  }

   .btn-load-container{
    width:100%;
    padding:50px 10px !important;
  }

  #featured-logos .title {
    font-size: 38px !important;
    margin-top: 75px !important;
    margin-bottom: 35px !important;
  }
}

@media only screen and (min-width:992px) {
  .trainers-container {
    width: 900px !important;
    max-width: 900px !important;
  }

  .trainer-item-info {
    padding: 7px 15px 15px 13px !important;
  }

  .trainer-item {
    width: 205px !important;
    height: 205px !important;
    display: inline-block;
    margin: 10px !important;
    color: white;
    float: left;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px !important;
  }
   .btn-load-container{
    width:100%;
    padding:100px 10px !important;
  }
}

@media only screen and (min-width:1200px) {
  .container {
    width:100%;
    max-width: 1200px !important;
  }

  .trainers-container {
    width: 100% !important;
    max-width: 1200px !important;
  }

  .trainer-item {
    width: 177px !important;
    height: 177px !important;
    display: inline-block;
    margin: 10px !important;
    color: white;
    float: left;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .trainer-item-info {
        padding: 9px 15px 19px 15px !important;
  }
}

.container {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

#home {
  width: 100%;
  height: auto;
  background-color: var(--color-light-gray);
}

.trainer-item > img {
  width: 100%;
  max-width: 280px;
  height: 280px;
  transition: transform 500ms ease-in 1.75s;
}

.trainer-item-info {
  width: 100%;
  min-height: 46px;
  padding: 15px 15px 0px 15px;
  background-color: rgba(var(--color-primary-rgb), .8);
  bottom: 0;
  position: absolute;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

  .trainer-item-info .trainer-name {
    color: rgb(255,255,255);
    font-size: 13px;
    line-height: 17px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .trainer-item-info ul {
    list-style: none;
    padding: 0px;
    display: inline-block;
    margin-bottom: 0px;
  }

    .trainer-item-info ul li {
      display: inline-block;
      height: 20px;
    }

.trainer-city {
  font-size: 10px;
  font-weight: 300;
  margin-left:2px;
  color: rgb(255,255,255);
}

  .ul-stars li {
    font-size: 11px;
  }

.separator {
    color: rgb(255,255,255);
    display: inline;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
}

.border-top {
  border-top: 1px solid rgb(88,88,88);
  margin-bottom: 0px;
  padding-top: 3px !important;
}

.trainers-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  max-width: 1200px;
  padding-top: 20px;
}

.trainer-item {
  width: 280px;
  height: 280px;
  display: inline-block;
  margin: 7.5px 10px 7.5px 10px;
  color: white;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color:#dadada;
  cursor:pointer;
}
.trainer-item:hover {
 opacity:.8;
 color: var(--color-secondary);
}
  .trainer-item:hover .fa-tint {
    color: white;
  }

  .btn-load-container{
    width:100%;
    padding:100px 10px;
  }

.btn-load {
  width: 100%;
  max-width: 250px;
  height: 54px;
  border-radius: 3px;
  border: 1px solid var(--color-medium-gray-1);
  background-color: transparent;
  text-transform: uppercase;
  color: var(--color-medium-gray-1);
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn-load:hover{
  border:1px solid var(--color-medium-gray-2);
}

.trainer-city-box, .trainer-rating{
  display:inline;
  top: 50%;
  transform: translateY(-50%);
}

.trainer-cr-box{
    display: block;
    width: 100%;
    margin-top:3px;
    position: absolute;
    bottom: 6px;
    left: 14px;
    font-size: 10px;
}

#trainers img:hover {
  opacity: 0.9;
  cursor: pointer;
}

#featured-logos .title {
  font-size: 21px;
  font-weight: 300;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

#featured-logos {
  padding-bottom: 50px;
}

#featured-logos .all-logo-cont {
  text-align: center;
}

#featured-logos .all-logo-cont img {
  width: 14%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2%;
  filter: invert();
  -webkit-filter: invert();
}

/*.logo-cont {
  height: 60px;
}

#featured-logos {
  padding-bottom: 40px;
}

#featured-logos img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}*/

/* -------------------------------- NAVBAR -------------------------------------------- */

@media only screen and (max-width:480px) {
  #top-navbar  {
    height: 90px !important;
    margin-bottom: 0px !important;
  }

  .img-logo {
    margin: 17px auto !important;
  }

  .btn-get {
    width: 30% !important;
    font-size: 10px;
    height: 40px !important;
  }

  .navbar .input-group {
    width: 100%;
    margin-top: 20px;
    height: 40px !important;
  }

    .navbar .input-group .input-group-addon {
      padding: 0px !important;
      width: 35px !important;
    }

  .form-control {
    height: 40px !important;
  }

  #home-search {
    line-height: 40px !important;
    font-size: 12px !important;
  }

  #input-search {
    color: rgb(255,255,255);
    font-size: 13px !important;
  }

  .btn-get-home {
    height: 39px !important;
    max-width: 110px !important;
    font-size: 12px;
  }

  .btn-find {
    height: 39px !important;
    max-width: 110px !important;
    font-size: 12px;
  }
}

@media only screen and (min-width:481px) {

  .navbar .input-group {
    margin-top: 20px;
    width: 100%;
  }

  .btn-get {
    width: 30% !important;
    font-size: 12px;
  }

  #top-navbar #btn_getListe {
    width: 15% !important;
  }

  /*.img-logo {
    margin-top: 22px !important;
  }*/

  #home-search {
    font-size: 14px !important;
  }

  .btn-get-home {
    max-width: 136px !important;
  }

  .btn-find {
    max-width: 136px !important;
  }
}

@media only screen and (min-width:768px) {

  .navbar .input-group {
    height: 49px;
    float: right !important;
  }

  .navbar .input-group-btn > .btn {
    width: 80px !important;
    background-color: var(--color-secondary);
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.2px;
  }

  #home-search {
    font-size: 14px !important;
  }

  .img-logo {
    margin: 26px auto 0px;
    height: initial;
  }
}

@media only screen and (max-width:768px){
    .search-container {
    cursor: pointer;
  }
  .search-container #home-search{
    pointer-events: none;
  }
}

@media only screen and (min-width:992px) {
  .navbar .input-group {
    width: 82%;
    height: 49px;
    float: right !important;
  }

  .navbar .input-group-btn > .btn {
    width: 117px !important;
    background-color: var(--color-secondary);
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.2px;
  }

  #home-search {
    font-size: 15px !important;
  }

  .img-logo {
    margin: 22px auto 0px;
  }

  .btn-get {
    width: 15% !important;
  }
}

@media only screen and (min-width:1200px) {
  .navbar .input-group {
    width: 75%;
  }

  .img-logo {
    height: 43px;
  }
}

.btn-get {
  width: 100%;
  max-width: 136px;
  height: 49px;
  border-radius: 3px;
  border: 1px solid var(--color-medium-gray-2);
  background-color: transparent;
  float: right !important;
  text-transform: uppercase;
  margin-left: 10px;
  color: var(--color-medium-gray-2);
  margin-top: 20px;
}

.btn-get-home {
  width: 100% !important;
  height: 49px;
  border-radius: 3px;
  border: 1px solid var(--color-medium-gray-2);
  background-color: transparent;
  float: right !important;
  text-transform: uppercase;
  margin-left: 10px;
  color: var(--color-medium-gray-2);
  margin-top: 15px;
}

.btn-find {
  width: 100% !important;
  height: 49px;
  border-radius: 3px;
  border: none;
  background-color: #ff9800;
  float: right !important;
  text-transform: uppercase;
  margin-left: 10px;
  color: white;
  margin-top: 15px;
}

.btn-get-home:hover{
  border-color:rgb(255,255,255);
}

.btn-find:hover{
  background-color:rgb(255, 171, 64);
}

.btn-get:hover{
  border-color:rgb(255,255,255);
}

#top-navbar {
  position: fixed;
  width:100%;
  top:0;
}

.navbar {
  height: 90px;
  margin-bottom: 0px !important;
  border: none;
  background-color: var(--color-primary);
}

.img-logo {
  max-width: 100%;
  /*height: 40px;*/
  /*margin: 22px auto !important;*/
}

.form-control {
  border: 1px solid rgb(85,85,85) !important;
}

.input-group, .form-control, .btn, button {
  height: 49px;
}

.navbar .input-group-btn > .btn {
  width: 130px;
  background-color: var(--color-secondary);
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.2px;
}

  .navbar .input-group-btn > .btn:hover,
  .btn_searchTrainer:hover {
    background-color: var(--color-secondary-hover) !important;
  }

.navbar .input-group {
  height: 49px;
  float: right !important;
}

  .navbar .input-group .input-group-addon {
    width: 40px;
    background-color: transparent;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border: 1px solid rgb(85,85,85);
    cursor: pointer;
  }

#input-search {
  color: rgb(255,255,255);
  font-size: 20px;
}

.navbar .input-group .input-group-addon:hover{
  background-color:#03a9f5;
  border:1px solid #03a9f5;
}
.location-icon{
  width:20px;

}
#home-search {
  line-height: 47px;
  background-color: transparent !important;
  border: none;
  font-size: 15px;
  color: rgb(255,255,255);
}

/* seachbar */
.search-container {
  height: 49px;
  position: relative;
  border: 1px solid rgb(85,85,85);
  border-radius:4px;
  line-height: 0;
}
.search-container .search-group {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.search-group span {
  line-height: 47px;
}
.search-group .input-padding {
  padding: 6px 12px;
}
.search-group-label {
  float:left;
  padding-left:12px;
}
.search-group-input {
  display: block;
  overflow: hidden;
}
#home_search_suggestion_text {
  cursor: pointer;
}
.search-container .search-group-left {
  width:45%;
}
.search-container .search-group-right {
  width:55%;
}
.search-container .search-input {
  width:100%;
}
.search-input {
  height: 47px;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Searchbar dropdown */
.selection-dropdown {
  position: absolute;
  left: 0;
  top: 48px;
  background: white;
  color: black;
  width: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-bottom:12px;
  padding-top: 12px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
  line-height: 20px;
}
.selection-dropdown p {
  color: #878787;
  padding: 0;
  margin: 5px 12px;
}

.selection-dropdown ul {
  padding: 0;
  margin: 0;
}
.selection-dropdown ul li {
  cursor:pointer;
  position: relative;
  list-style: none;
  font-weight:normal;
  color: var(--color-primary);
  padding: 2px 27px;
  margin: 0;
}
.selection-dropdown ul li:hover {
  background: #eee;
}
.selection-dropdown ul li.featured:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 5px;
  top:0px;
  background-image: url("https://file.trainerize.com/assets/tzme/images/filled_star.png");
  background-size: 100%;
}
.search-container > .btn_searchClose {
  display:none;
}
.search-container > .btn_searchTrainer {
  display:none;
}
.grey-bar {
  width: 100%;
  border-bottom: 1px solid #eee;
  height: 1px;
  position: absolute;
}


/*Searchbar mobile styles */
.mob-search-container {
  background-color: white;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
  padding-top: 30px;
  padding-bottom:0px;
  min-height: 420px;
  overflow: auto;
}
.mob-search-container .search-group {
  float: none!important;
  display: block;
  background-color: white;
  color:#444;
  border: 3px solid black;
  width: 95%;
  margin: 2px auto;
  margin-bottom: 20px;
}
.mob-search-container #home-search {
  color:#444;
  box-shadow: none;
  font-size: 16px!important;
}
.mob-search-container .search-group-left{
  display:none;
}
.mob-search-container .search-group-right{
  top:10px;
  font-size: 16px;
}
.mob-search-container .search-input {
  width: 100%;
}
.mob-search-container > .btn_searchTrainer {
  margin: 0 auto;
  display: block;
  width: 95%;
  background-color: rgb(255,152,1);
  color: rgb(255,255,255);
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.2px;
  border-radius:0!important;
}
.btn_searchTrainer span {
  padding-left:5px;
}
.mob-search-container .btn_searchTrainer .fa {
  height: 22px;
}
.mob-search-container > .btn_searchClose {
  color: black;
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  display:block;
  position: absolute;
  top:5px;
  right:5px;
  border: none;
  background: transparent;
}
.mob-search-container > .selection-dropdown {
  display:block!important;
  position: relative;
  float: left;
  box-shadow: none;
  top: 5px;
}
.mob-search-container > .selection-dropdown > ul{
  position: relative;
  max-height: 300px;
  overflow: scroll;
  padding: 7px 0;
}
.mob-search-container > .selection-dropdown > ul li{
  font-size: 22px;
  line-height: 32px;
}
.mob-search-container > .selection-dropdown ul li.featured:before {
  top:10px;
}
.mob-search-container > div#home_search_suggestion_wrap {
  position: relative;
  float: left;
  box-shadow: none;
  top: 5px;
  display:block;
  padding: 0;
}
.mob-search-container > div#home_search_suggestion_wrap:after {
  box-shadow: inset 0px -30px 30px -10px #fff,inset 0px 30px 30px -10px #fff;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}
.mob-search-container > .selection-dropdown > p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  margin-left: 2.5%;
}
.mob-search-container #btn_mob-searchTrainer {
  display:none;
}
ul li.selected {
  background-color: #eee !important;
}

/*end navbar*/

/* footer*/
#footer {
  padding: 50px 0px 50px 0px;
  width: 100%;
  height: auto;
  overflow: auto;
}

#footer ul {
  list-style: none;
  padding: 0px !important;
  display: table;
}

#footer ul li {
  display: block;
  padding: 5px;
}

#footer p {
  font-weight: 300;
  font-size: 16px;
  color: var(--color-medium-gray-2);
  line-height: 25px;
  text-align: left;
  max-width: 270px;
}

#footer ul li a,
.footer__tos-privacy a {
  font-weight: 300;
  color: var(--color-medium-gray-1);
}

.btn-get-footer {
  width: 100%;
  max-width: 281px;
  height: 54px;
  border-radius: 3px;
  border: 1px solid var(--color-medium-gray-2);
  background-color: transparent;
  text-transform: uppercase;
  margin-left: 10px;
  color: var(--color-medium-gray-2);
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
}

.btn-get-app-footer {
  width: 100%;
  max-width: 180px;
  height: 54px;
  border-radius: 3px;
  border: 1px solid var(--color-medium-gray-2);
  background-color: transparent;
  margin-top: 20px;
  display: block;
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.btn-get-footer:hover{
   border-color:rgb(255,255,255);
   opacity: 1
}

.btn-get-app-footer:hover{
   border-color:rgb(255,255,255);
   opacity: 1;
}

.btn-ios-footer {
  background-image: url('../../Content/images/footer/Apple.png');
}

.btn-android-footer {
  background-image: url('../../Content/images/footer/Google.png');
}

#footer .list-container {
  width: 90%;
  height: auto;
  padding-top: 6px;
}

#footer .list-container .list-container-item {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}

.footer__general-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-top: 1px solid var(--color-medium-gray-1);
  border-bottom: 1px solid var(--color-medium-gray-1);
  text-align: center;
  padding: 15px 0;
  margin-top: 20px;
}

.footer__tos-privacy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  row-gap: 12px;
  border-bottom: 1px solid var(--color-medium-gray-1);
  padding-bottom: 15px;
}

.footer__social-networks {
  margin: 35px 0 20px 0;
}

.footer__social-networks img {
  height: 20px;
  margin: 0 20px 0;
  opacity: 0.8;
}

.footer__social-networks img:hover {
  opacity: 1;
  cursor: pointer;
}

#footer .copyright {
  max-width: 100%;
  text-align: center !important;
  margin-top: 40px;
  font-size: 14px;
}

@media only screen and (max-width:480px) {
  #footer p {
    display: block;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #footer .list-container {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px;
  }

  #footer .list-container .list-container-item {
    float: left;
  }

  #footer ul li {
    display: block;
    padding: 5px 0px !important;
  }

  #footer ul li a,
  .footer__tos-privacy a {
    font-size: 11px !important;
  }

  #footer .btn-get-footer {
    margin-bottom: 25px;
  }

  #footer .btn-get-app-footer {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width:481px) {
  #footer p {
    display: block;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #footer .list-container {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px;
    padding-left: 5%;
  }

  #footer .list-container .list-container-item {
    float: left;
  }

  #footer ul li {
    display: block;
    padding: 5px!important;
  }

  #footer ul li a,
  .footer__tos-privacy a {
    font-size: 13px !important;
  }

  #footer .btn-get-footer {
    margin-bottom: 25px;
  }

  #footer .btn-get-app-footer {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width:768px) {

  #footer .list-container {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }

    #footer .list-container .list-container-item {
      /*width: 33% !important;*/
      float: left;
    }

  #footer p {
    text-align: left !important;
  }

  .btn-get-app-footer {
    height: 40px!important;
    margin-left: 0 !important;
  }

  .footer ul li {
    padding: 5px 0px !important;
  }
}

@media only screen and (min-width:992px) {
  #footer .list-container {
    margin-left: 0px !important;
  }

  .btn-get-app-footer {
    height: 54px!important;
  }

  #footer ul li a,
  .footer__tos-privacy a {
    font-size: 15px !important;
  }

  .footer__general-links {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 25px 0;
  }
  .footer__tos-privacy {
    border-bottom: none;
    padding-bottom: 0;
    row-gap: 0;
  }
  .footer__social-networks {
    margin: 0;
  }
}

@media only screen and (min-width:1200px) {
  #footer .list-container {
    margin-left: -30px;
  }

    #footer .list-container .list-container-item {
      width: 25% !important;
      float: left;
    }
}
/*end footer*/


/* ---------------signup-----------------------*/

@media only screen and (max-width:480px) {

  .signUpStep {
    width: 95% !important;
    height: auto !important;
    padding-bottom: 35px !important;
  }

    .signUpStep h1 {
      padding: 0px 10px 10px 10px !important;
    }

    .signUpStep p {
      padding: 10px 10px 10px 10px !important;
    }
}

@media only screen and (min-width:481px) {

  .signUpStep {
    width: 90% !important;
    height: auto !important;
    padding-bottom: 35px !important;
  }

    .signUpStep h1 {
      padding: 0px 10px 10px 10px !important;
    }

    .signUpStep p {
      padding: 10px 10px 10px 10px !important;
    }
}

@media only screen and (min-width:768px) {
  .signUpStep {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 35px !important;
  }

    .signUpStep h1 {
      padding: 0px 40px 10px 40px !important;
    }

    .signUpStep p {
      padding: 10px 20px 10px 20px !important;
    }
}

@media only screen and (min-width:992px) {
}

@media only screen and (min-width:1200px) {
}







.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  opacity: .8;
  display: none;
  z-index: 1200;
}

.popup-container {
  position: fixed;
  top: 10%;
  left: 10%;
  right: 10%;
  z-index: 1200;
  background: rgba(0, 0, 0, 0);
  display: none;
}

.signUpStep {
  width: 100%;
  max-width: 580px;
  height: 580px;
  background-color: white;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
  top: 20px;
  z-index: 1300;
  border-radius: 5px;
}

  .signUpStep h1 {
    color: rgb(51,51,51);
    font-size: 30px;
    text-align: center;
    display: block;
    padding: 0px 40px 10px 40px;
  }

  .signUpStep p {
    color: rgb(51,51,51);
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 30px;
    padding: 10px 20px 10px 20px;
  }

  .signUpStep span {
    color: rgb(51,51,51);
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 20px;
  }

  .signUpStep .btn-create-account {
    width: 100%;
    max-width: 319px;
    height: 69px;
    background-color: rgb(255,152,1);
    color: white !important;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none !important;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    padding-top: 20px;
    text-decoration: none;
    cursor: pointer;
  }

    .signUpStep .btn-create-account:hover {
      background-color: rgb(255, 171, 64) !important;
    }

.close-x, .btn-close-x {
     color: rgb(0, 0, 0);
    float: right;
    right: 15px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    top: 10px;
}

.close-x img, .btn-close-x img{
  width:20px !important;
}

.signup-container {
  background-color: rgba(20,21,24,.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1200;
}

/* ---------------end signup-----------------------*/

/*smart animation*/

/*smartBounceUp*/
@keyframes smartBounceUp {
  0% {
    top: 25px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes smartBounceUp {
  0% {
    top: 25px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-moz-keyframes smartBounceUp {
  0% {
    top: 25px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

.smart-animated-bounceUp.delay-1 {
  animation: smartBounceUp 0.5s;
  -webkit-animation: smartBounceUp 0.5s;
  -moz-animation: smartBounceUp 0.5s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
  -moz-animation-delay: 0s; /* Mozzila */
}

.smart-animated-bounceUp.delay-2 {
  animation: smartBounceUp 0.5s;
  -webkit-animation: smartBounceUp 0.5s;
  -moz-animation: smartBounceUp 0.5s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s; /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.2s; /* Mozzila */
}

.smart-animated-bounceUp.delay-3 {
  animation: smartBounceUp 0.5s;
  -webkit-animation: smartBounceUp 0.5s;
  -moz-animation: smartBounceUp 0.5s;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.4s; /* Mozzila */
}

.smart-animated-bounceUp.delay-4 {
  animation: smartBounceUp 0.5s;
  -webkit-animation: smartBounceUp 0.5s;
  -moz-animation: smartBounceUp 0.5s;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.6s; /* Mozzila */
}

/*smartBounceDown*/
@keyframes smartBounceDown {
  0% {
    top: -25px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes smartBounceDown {
  0% {
    top: -25px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-moz-keyframes smartBounceDown {
  0% {
    top: -25px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

.smart-animated-bounceDown.delay-1 {
  animation: smartBounceDown 0.5s;
  -webkit-animation: smartBounceDown 0.5s;
  -moz-animation: smartBounceDown 0.5s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
  -moz-animation-delay: 0s; /* Mozzila */
}

.smart-animated-bounceDown.delay-2 {
  animation: smartBounceDown 0.5s;
  -webkit-animation: smartBounceDown 0.5s;
  -moz-animation: smartBounceDown 0.5s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s; /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.2s; /* Mozzila */
}

.smart-animated-bounceDown.delay-3 {
  animation: smartBounceDown 0.5s;
  -webkit-animation: smartBounceDown 0.5s;
  -moz-animation: smartBounceDown 0.5s;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.4s; /* Mozzila */
}

.smart-animated-bounceDown.delay-4 {
  animation: smartBounceDown 0.5s;
  -webkit-animation: smartBounceDown 0.5s;
  -moz-animation: smartBounceDown 0.5s;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
  -moz-animation-delay: 0.6s; /* Mozzila */
}

.smart {
  position: relative;
}

.opacity-0{
  opacity:0;
}
