﻿body {
  color: var(--color-primary);
}

.display-none {visibility: hidden !important;}

/* CSS structure should be mobile first - future styles should be organized like this */

.payments-plan-item {
    min-height: 250px;
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: solid 1px #efefef;
    border-radius: 3px;
    margin: 2.5% auto;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}
.payments-plan-item-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.payments-plan-details-wrapper {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.payments-plan-header {
    width: 90vw;
    margin: 0 auto;
    box-sizing: border-box;
}
.payments-plan-header h3 {
    font-size: 26px;
    margin: 16px 0 4px 0;
}
.payment-plan-buy, .payment-plan-message {
    min-width: 100px;
    font-size: 15px;
}

.vertical-separator {
    width: 100%;
    border-top: solid 1px #eaeaea;
    margin: 16px 0;
}

#plan_item_preview .payments-plan-image-container {
    width: calc(95vw - 80px); /* View port width minus padding */
    height: calc(95vw - 80px);
}

.payments-plan-image-container {
    width: 90vw;
    height: 90vw;
}
.payments-plan-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.payments-plan-noImage {
    height: 100%;
    width: 100%;
    background-color: #eee;
    background-image: url(images/null-img/Screen_noPlan.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 30%;
}
.payments-plan-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0;
}
.payments-plan-price-container {
    display: flex;
    flex-direction: column;
}
.payments-duration,
.payments-amount-per-session,
.payments-session-expiration {
    color: #9a9a9a;
}
.payments-duration {
    font-size: 1.2em;
}
.payments-amount-per-session,
.payments-session-expiration {
    font-size: 1em;
}
.payments-plan-container {
    padding: 20px 0;
}
.payments-plan-details {
    width: 100%;
    padding: 16px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    word-break: break-word;
}
.payments-product-name {
    margin-top: 0;
    font-size: 1.6em;
}
.payments-session-name-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
}
.payments-session-name-container .payments-product-name {
    margin: 0;
    line-height: 1.5;
}
.session-name {
    padding-left: 8px;
    color: #797C80;
}
.payments-plan-date {
  font-size: 15px;
  font-weight: 100;
  display:inline-block;
}
.payments-plan-status {
  font-size: 14px;
  margin-left: 10px;
  background-color: #DAE0E6;
  padding: 2px 5px;
  border-radius: 5px;
  color: white;
  font-weight: 400;
}
.payments-plan-text-toggle {
    color: #03a9f5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.payments-plan-sessions-wrapper {
    width: calc(100% - 32px);
    margin: 0 16px 16px 16px;
}
.payments-plan-session-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.payments-plan-session-buy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.checkout_success_logo {
    height: 53px;
    width: 53px;
}

.transition-500 {
  transition: all 500ms;
}
.dialog_animateOut {
  transform: translateX(-100%);
  opacity: 0;
}
.dialog_animateIn {
  transform: translateX(-100%);
  opacity: 1;
}
.dialog_multipleView {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

/* Group page */
.groupWrap {
  min-height: 69vh;
}


@media only screen and (max-width:930px)
{
    .profile-head-left-cont-item {
      max-width: 261px !important;
    }

    .profile-head-left-cont-item h1 {
      font-size: 19px !important;
      margin-top: 12px !important;
      line-height: 21px !important;
    }

    .profile-head .btn-why-train {
      width: 255px !important;
    }

    .profile-head .btn-message {
      width: 140px !important;
}
    }


@media only screen and (max-width:767px)
{
    .profil-head-container
    {
      height: 55px !important;
        }

    .profil-image2
    {
      width: 40px !important;
      height: 40px !important;
      margin-top: 2px;
        }

    .profile-head .ul-stars
    {
      font-size: 9px !important;
        }

    .profile-head-left-cont-item
    {
       font-size: 8px !important;
        }

    .profile-head .ul-stars
    {
       height: 12px !important;
       line-height: 12px !important;
        }

    .profile-head .ul-stars .fa
    {
        font-size: 9px !important;
        }

    .profil-head-container2
    {
      top: -130px;
        }

    .profile-head-group-img {
        height: 45px;
        border-radius:5px;
    }

    .buttons
    {
      top:305px !important;
      width: 93% !important;
        }

    .profile-text h1
    {
      font-size: 35px;
        }

   .buttons .btn-why-train img
   {
     margin-left: 2px !important;
     margin-top: 0px !important;
     height: 35px !important;
     float: left;
       }

  .buttons .btn-message
  {
      width: 67px !important;
      height: 67px !important;
      color: transparent !important;
      margin-right: 20% !important;
      }

  .buttons .btn-message i
  {
    width: 25px;
    height: 25px;
    color: rgb(255, 255, 255);
    font-size: 33px;
      }

  .buttons .btn-why-train
  {
      width: 67px !important;
      height: 67px !important;
      color: transparent !important;
      /* margin-left: 20% !important; */
      }

  .btncont {
    position: fixed;
    bottom: 20px;
  }

  .profil-head-container-img {
    width: 100% !important;
    height: 435px !important;
    background-position-y: initial !important;
  }

  .reviews-left-cont {
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    text-align: center !important;
  }

  .reviews-left-cont-item {
    width: 100% !important;
    display: block !important;
    float: none !important;
  }

    .reviews-left-cont-item i {
      color: rgb(0, 0, 0) !important;
      font-size: 12px;
    }

  .section-row-reviews {
        padding-bottom: 110px !important;
    padding-top: 20px !important;
  }

    .section-row-reviews h1 {
      text-align: center !important;font-size: 25px !important;
    }

    .section-row-reviews p {
      font-size: 22px !important;
      text-align: center !important;
      padding-left: 5px !important;
      padding-right: 5px !important;
    }

  .profile-head {
    padding-bottom: 5px !important;
  }

  .profile-head-left-cont-item {
    max-width: 157px !important;
  }

  .profile-head-left-cont-item h1 {
    font-size: 15px !important;
    margin-top: 1px !important;
  }

  .profile-head .city
  {
    margin-top: -1px !important;
    font-size:  10px !important;
      }



  .section-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-row p {
    font-size: 13px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .section-margin-top-60 {
    margin-top: 35px !important;
  }

  .section-title {
    font-size: 25px !important;
    margin-top: 20px !important;
  }

  .section-row img {
    width: 100%;
    display: block;
    max-width: 100% !important;
    height: 240px !important;
  }

  .section-row {
    padding-bottom: 10px !important;
  }

    .section-row h1 {
      margin-top: 25px !important;
      font-size: 20px !important;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 10px !important;
    }

  .img-cover {
    width: 100%;
    height: 95px !important;
  }

  .slidesjs-container, .slidesjs-control {
    height: 95px !important;
    width: 100% !important;
  }

  .col-cont {
    padding: 0px !important;
    height: 75px;
  }

  .title-col-cont-icon {
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(247,247,247);
    display: block;
    float: left;
    text-align: center;
    padding-bottom:30px;
  }

    .title-col-cont-icon img {
      width: 100px;
      margin-top: 25px;
      text-align: center;
    }

    .title-col-cont-icon p {
      float: none;
      /* margin-top: 45px; */
      margin-left: 14px;
      font-size: 20px;
      color: var(--color-primary);
      /* line-height: 130px; */
      /* display: block; */
    }

  .title-col-cont {
    width: 100%;
    height: 75px;
    background-color: white;
    border-bottom: 1px solid rgb(247,247,247);
    display: block;
    float: left;
  }

    .title-col-cont h1 {
      line-height: 37px;
      margin-left: 20px;
      font-size: 18px;
      color: var(--color-primary);
      text-transform: uppercase;
      display: inline-block;
    }

    .title-col-cont i {
      width: 20px;
      height: 20px;
      display: inline-block;
      float: right;
      font-size: 20px;
      margin-right: 20px;
      margin-top: 30px;
    }

  .expand {
    padding: 25px 15px 35px 15px;
    float: left;
    display: none;
    background-color: rgb(237,237,237);
    width:100%;
  }

  .cont {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .reviews-text-container {
   padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 30px !important;
  }

  #trainer-at {
    margin-top: 10px;
    font-size: 16px;
  }

  .ul-social {
      list-style: none;
      padding: 0px;
      display: table !important;
      height: 20px;
      line-height: 21px;
      margin: 15px auto 10px !important;
    }

  .ul-social .social-icon {
    /*padding: 13px !important;
    font-size: 25px !important;
    width: 50px !important;
    height: 50px !important;*/
  }

.ul-social li {
    /*padding-bottom: 82px;*/
    }

  .sertification-box {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block !important;
    height: auto;
    overflow: hidden;
    width: 100% !important;
}

  .sertification-item {
    width: 100% !important;
    height: 98px;
    border: 1px solid rgb(237,237,237);
    border-radius: 3px;
    float: left;
    margin: 10px 10px 10px 0px;
    /*background-color: rgb(255, 255, 255);*/
  }

  .sertification-text-box {
    display: inline-block;
    width: auto !important;
    position: absolute;
    margin-left: 90px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 5px !important;
  }

  .p-text {
    font-size: 16px !important;
    line-height: 28px !important;
  }

  .play-icon {
  /*width: 89px !important;
  height: 89px !important;
  margin: auto;
  position: absolute;
  top: -50px !important;
  left: 0;
  bottom: 0;
  right: 0;*/
}
  .time-icon-60{
     width: 67px !important;
  margin-top: 22px !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  }

  .time-box {
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .time-shield-value {
    font-size: 30px;
    height: 35px;
    width: 35px;
    background: white;
    position: absolute;
    top: 20px;
    left: 16px;
    text-align: center;
  }

  .profile-head .btn-message {
    width: 33px !important;
    height: 33px !important;
    background-color: rgb(139, 195, 74) !important;
    float: right;
    font-size: 16px !important;
    color: transparent !important;
    text-transform: uppercase;
    border-radius: 4px !important;
    margin-top: 6px !important;
    margin-right: 0px !important;
    padding: 6px;
}

  .profile-head .btn-message i{
    width: 19px;
    height: 19px;
    color: rgb(255, 255, 255);
    font-size: 18px;
  }

  .profile-head .btn-why-train
  {
    width: 33px !important;
    height: 33px !important;
    font-size: 18px;
    color: transparent !important;
    text-transform: uppercase;
    border-radius: 4px !important;
    margin-top: 6px !important;
    margin-right: 6px !important;
      }

 .profile-head .btn-why-train img
 {
    margin-left: -6px !important;
    margin-top: 0px !important;
    float: left !important;
    height: 19px !important;
     }

 #formMessage .img-box img {
     display: none;
     }

  .photo-grid-padding {
    padding: 3px;
  }
  .photo-grid-padding .row {
    margin-left:0;
    margin-right:0;
  }

  #photos {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #photos .btn {
    width:160px;
    height:34px;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  #share-trainer-xs {
    width: 100%;
    height: auto;
    display: block;
    float: left;
  }

  .share-div {
    width: 100%;
    height: auto;
    /*padding-top: 55px;*/
    color: var(--color-medium-gray-1);
  }

  .share-div p {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-top: 20px;
    /* margin-bottom: 24px; */
    /* padding-left: 20px; */
    width: 100%;
  }

  .share-div .share-ul {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    width: 245px;
    font-size: 12px;
    font-weight: 300;
    background-color: white;
  }

  .share-div .share-ul a {
    color: inherit;
  }

  .share-div .share-ul li {
    display: inline-block;
    padding-left: 15px;
    height: 40px;
    padding-top: 11px;
    margin-left: -3px;
  }

  .share-div .share-ul li:after {
    border-right: 1px solid #ebebeb;
    content: "";
    margin-left: 13px;
  }

  .share-div .share-ul .li-dropdown:after {
    display: none;
  }

  .share-div .share-ul li img {
    margin-right: 6px;
    height: 20px;
  }

  .share-div .share-ul .li-dropdown img {
    margin-right: 0px;
    height: 16px;
  }

  .share-div .share-ul li:hover {
    cursor: pointer;
    background-color: #f6f3f3;
  }

  .share-div .share-ul .li-dropdown {
    margin-left: -3px;
    position: relative;
    padding-right: 12px;
    padding-left: 11px;
  }

  .share-dropdown {
    display: none;
    position: absolute;
    width: 153px;
    height: auto;
    top: 40px;
    left: -103px;
    z-index: 1;
  }

  .dropdown-arrow {
    position: absolute;
    height: 12px !important;
    top: 7px;
    left: 112px;
    z-index: 1;
  }

  .share-dropdown ul {
    padding: 0;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin-top: 18px;
    background-color: white;
  }

  .share-dropdown ul li {
    width: 100%;
    margin-left: 0px !important;
    height: 35px !important;
    text-align: left;
    padding-left: 35px !important;
    padding-top: 9px !important;
    position: relative;
  }

  .share-dropdown ul li::after {
    border-bottom: 1px solid #ebebeb;
    content: "";
    display: block;
    /*margin-left: 13px;*/
    position: absolute;
    width: 85%;
    left: -2px;
    top: 35px;
  }

  .share-dropdown ul li img {
    margin-right: 10px !important;
  }

  .share-div .share-ul .li-dropdown:hover .share-dropdown {
    display: block;
  }

  .articles {
    padding-top: 20px !important;
  }

  .articles .title {
      margin-bottom: 10px !important;
    }


}

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

  .img-cover {
    width: 100%;
    height: 95px !important;
  }

  .p-text {
    font-size: 20px !important;
    line-height: 35px !important;
  }

  .p-text {
    font-size: 14px !important;
    line-height: 26px !important;
  }

  .con-cont .p-text {
    min-height: 235px;
  }

  .ul-social .social-icon {
    /*color: rgb(3, 169, 244);
    padding: 17px !important;*/
    /*cursor: pointer;*/
    /*font-size: 35px !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    border: 1px solid rgb(3, 169, 244);
    text-align: center;*/
  }

}


@media only screen and (min-width:768px) {
    .payments-plan-price {
        margin-left: auto;
        flex-direction: column;
        width: initial !important;
        justify-content: center;
        margin-right: 16px;
    }

  #trainer-at {
    margin-top: 20px;
    font-size: 16px;
  }

  .section-row h1 {
    margin-top: 20px !important;
  }

  .section-row-reviews p {
    text-align: center !important;
  }

  .img-cover {
    width: 100%;
    height: 220px !important;
  }

  .slidesjs-container, .slidesjs-control {
    height: 240px !important;
    width: 100% !important;
  }

  .col-cont {
    padding-left: 5px !important;
  }

  .con-cont {
    min-height: 200px !important;
    width: 100% !important;
    padding-right:35px !important;
  }

  .time-box {
    /*margin-left: 0px !important;*/
  }
  .time-shield-value {
    font-size: 30px;
    height: 35px;
    width: 35px;
    background: white;
    position: absolute;
    top: 20px;
    left: 16px;
    text-align: center;
  }

  .sertification-box {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    max-width: 290px !important;
    width: 290px !important;
  }
    .section-row-reviews p {
    text-align: left !important;
  }

  .photo-grid-padding {
    padding:7px;
  }
  #photos .btn {
    width:220px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .share-div {
    width: 100%;
    height: auto;
    padding-top: 15px;
    color: var(--color-medium-gray-1);
  }

  .share-div p {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .share-div .share-ul {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    text-align: center;
    margin-top: 15px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    width: 245px;
    font-size: 12px;
    font-weight: 300;
    /*padding: 12px 0px 12px 0px;*/
  }

  .share-div .share-ul a {
    color: inherit;
  }

  .share-div .share-ul li {
    display: inline-block;
    padding-left: 15px;
    height: 40px;
    padding-top: 11px;
    margin-left: -3px;
  }

  .share-div .share-ul li:after {
    border-right: 1px solid #ebebeb;
    content: "";
    margin-left: 13px;
  }

  .share-div .share-ul .li-dropdown:after {
    display: none;
  }

  .share-div .share-ul li img {
    margin-right: 6px;
    height: 20px;
  }

  .share-div .share-ul .li-dropdown img {
    margin-right: 0px;
    height: 16px;
  }

  .share-div .share-ul li:hover {
    cursor: pointer;
    background-color: #f6f3f3;
  }

  .share-div .share-ul .li-dropdown {
    margin-left: -3px;
    position: relative;
    padding-right: 12px;
    padding-left: 11px;
  }

  .share-dropdown {
    display: none;
    position: absolute;
    width: 153px;
    height: auto;
    top: 40px;
    left: -103px;
  }

  .dropdown-arrow {
    position: absolute;
    height: 12px !important;
    top: 7px;
    left: 112px;
    z-index: 1;
  }

  .share-dropdown ul {
    padding: 0;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin-top: 18px;
    background-color: white;
  }

  .share-dropdown ul li {
    width: 100%;
    margin-left: 0px !important;
    height: 35px !important;
    text-align: left;
    padding-left: 35px !important;
    padding-top: 9px !important;
    position: relative;
  }

  .share-dropdown ul li::after {
    border-bottom: 1px solid #ebebeb;
    content: "";
    display: block;
    /*margin-left: 13px;*/
    position: absolute;
    width: 85%;
    left: -2px;
    top: 35px;
  }

  .share-dropdown ul li img {
    margin-right: 10px !important;
  }

  .share-div .share-ul .li-dropdown:hover .share-dropdown {
    display: block;
  }

  #description {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px !important;
  }

  #group-top-section .buttons .btn-group-page {
    width: 270px !important;
    height: 53px !important;
    font-size: 15px !important;
  }

  #group-top-section .ul-social li {
    width: 55px;
    height: 55px;
  }

  .trainer-from-location {
    width: 23% !important;
    height: 166px !important;
    /*height: auto;
    float: left;
    position: relative;*/
    margin: 1% !important;
  }

  .trainer-from-location:hover {
    opacity: 0.8;
  }

  .trainer-from-location img {
    width: 100%;
  }

  .informations-cont {
    width: 100%;
    height: auto;
    background: white;
    padding: 10px;
    float: left;
    position: relative;
  }

  .informations-cont-right {
    float: left;
    height: 340px;
    overflow: hidden;
    padding-left: 15px;
    padding-top: 15px;
    width: 50%;
  }

  .informations-cont-right .location-subcont {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin-bottom: 10px;
  }

  .informations-cont-right .location-subcont h1 {
    line-height: 37px;
    margin-left: 10px;
    font-size: 16px;
    color: var(--color-primary);
    text-transform: uppercase;
    display: inline-block;
    width: initial;
    margin-top: 0px;
    float: left;
  }

  .informations-cont-right .location-subcont .location-sm {
    font-size: 16px;
    font-weight: 300;
    /*margin-left: 20px;*/
    float: left;
    width: 195px;
    margin-top: 6px;
  }

  .informations-cont-right .location-subcont .phone-sm {
    color: var(--color-tertiary);
    font-size: 18px;
    /*margin-left: 20px;*/
    float: left;
    width: 195px;
    margin-top: 5px;
  }

  .location-subcont .group-icon {
    width: 25px;
    float: left;
  }

  .informations-cont-right .location-subcont .working-hours {
    padding: 10px 0px 35px 35px;
    margin-top: 10px;
  }

  .location-subcont .week-day {
    font-size: 14px;
  }

  .location-subcont .day-time {
    font-size: 14px;
  }

  .group-sm-and-up .trainers-col-cont {
    background: none;
    margin-top: 20px;
    margin-left: -7px;
  }

  .group-sm-and-up .trainers-col-cont .trainer-item-info {
    min-height: 36px !important;
    font-size: 17px;
    padding: 7px 15px 0px 15px !important;
  }

  .group-sm-and-up .title-contaniner {
    margin-top: 40px;
  }

  .group-sm-and-up .button-see-all-cont {
    background: none;
  }

  .group-sm-and-up .button-see-all-cont .button-see-all {
    background: #ededed;
  }

  .profile-head .btn-why-train {
    width: 50px !important;
    height: 50px !important;
    color: transparent !important;
  }

  .profile-head .btn-why-train img {
    margin-left: -2px !important;
    margin-top: 0px !important;
    float: left;
  }

  .profile-head .btn-message {
    width: 50px !important;
    height: 50px !important;
    color: transparent !important;
  }

  .profile-head .btn-message .fa {
    color: white;
  }
  .profile-head-group-img {
      height: 70px;
      border-radius: 5px;
  }
  .profile-text h1 {
      font-size: 38px;
  }

}

@media only screen and (min-width:992px) {
  .section-row h1 {
    margin-top: 30px !important;
  }

  .img-cover {
    width: 100%;
    height: 293px !important;
  }

  .slidesjs-container, .slidesjs-control {
    height: 310px !important;
    width: 100% !important;
  }

  .col-cont {
    padding-left: 25px !important;
  }

  .con-cont {
    min-height: 200px !important;
    width: 100% !important;
  }

  .time-box {
    /*margin-left: 10px !important;*/
  }

  .sertification-box {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    max-width: 582px !important;
    width: 582px !important;
  }

   .section-row-reviews p {
    text-align: left !important;
  }

  .photo-grid-padding {
    padding:15px;
  }

  .informations-cont-right {
    /*padding-left: 55px;*/
  }

  .trainer-from-location {
    width: 107px !important;
    height: 107px !important;
    margin: 5px !important;
  }

  .group-sm-and-up .trainers-col-cont {
    margin-left: -5px !important;
  }

  .group-sm-and-up .trainers-col-cont .trainer-item-info {
    min-height: 29px !important;
    font-size: 13px;
    padding: 5px 0px 0px 10px !important;
  }

  .informations-cont-right .location-subcont .location-sm {
    width: 300px !important;
  }

  .informations-cont-right .location-subcont .phone-sm {
    width: 300px !important;
  }

  .profile-head .btn-why-train {
    width: 270px !important;
    color: white !important;
  }

  .profile-head .btn-why-train img {
    float: none !important;
    margin-top: -3px !important;
    margin-right: 6px !important;
  }

  .profile-head .btn-message {
    width: 145px !important;
    color: white !important;
  }

}

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

  .con-cont {
    padding-top: 30px;
    /*border-right: 1px solid rgb(229, 229, 229);*/
    min-height: 185px !important;
    width: 100% !important;
  }

  .col-cont {
    padding-left: 60px !important;
  }

  .section-row h1 {
    margin-top: 50px !important;
  }

  .img-cover {
    width: 100%;
    height: 370px !important;
  }

  .slidesjs-container, .slidesjs-control {
    height: 390px !important;
    width: 100% !important;
  }

  .time-box {
    /*margin-left: 10px !important;*/
  }

  .sertification-box {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    max-width: 880px !important;
    width: 880px !important;
  }

  .share-div p {
    width: 65%;
  }

  .informations-cont-right {
    /*padding-left: 85px;*/
  }

  .trainer-from-location {
    width: 126px !important;
    height: 126px !important;
    margin: 9px !important;
  }

  .group-sm-and-up .trainers-col-cont {
    margin-left: -9px !important;
  }

  .group-sm-and-up .trainers-col-cont .trainer-item-info {
    min-height: 33px !important;
    font-size: 15px;
    padding: 6px 0px 0px 10px !important;
  }

  .informations-cont-right .location-subcont .location-sm {
    width: 410px !important;
  }

  .informations-cont-right .location-subcont .phone-sm {
    width: 410px !important;
  }

}

/* profile navbar*/
#profile {
  width: 100%;
  height: auto;
  background-color: white;
}

/*::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: '\f002  ';
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 300;
}

::-moz-placeholder::before {
  font-family: fontAwesome;
  content: '\f002  ';
  color: rgb(255, 255, 255);
}
/* firefox 19+
:-ms-input-placeholder::before {
  font-family: fontAwesome;
  content: '\f002  ';
  color: rgb(255, 255, 255);
}
/* ie
input:-moz-placeholder::before {
  font-family: fontAwesome;
  content: '\f002  ';
  color: rgb(255, 255, 255);
}*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgb(255, 255, 255) !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgb(255, 255, 255);
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgb(255, 255, 255);
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(255, 255, 255);
}

#trSearch {
  line-height: 44px;
  border: 1px solid rgb(66,66,66);
}

/* profile head */
#profil ul-stars {

}

.section-row-reviews .ul-stars {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 14px !important;
}

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

.profil-head-container
{
  display: none;
  /*border-bottom: 1px solid rgb(237, 237, 237);*/
  width: 100%;
  height: 90px;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  bottom: auto !important;
  background-color: var(--color-primary);
  z-index: 1100;
  transition: all 0.5s
}

.profil-head-container2 {
  max-width: 640px;
  width: 80%;
  height:190px;
  margin: auto;
  position: absolute;
  top: -60px;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 1px solid rgb(255,255,255);
  border-bottom: 1px solid rgb(255,255,255);
}

.profile-text {
    width:100%;
    height:auto;
    text-align:center;
    margin-top: 60px;
    }

.profile-text h1 {
    color: white;
    margin-top: 5px;
    padding: 0px;
    margin-bottom: 0px;
    word-wrap: break-word;
    /*word-break: break-all;*/
    }

 .profile-text .city
 {
    font-size: 14px;
    color: white;
    display: block;
    margin-top: 10px;
     }

 .profile-text .ul-stars
 {
    list-style: none;
    padding: 0px;
    display: inline-block;
    height: 20px;
    line-height: 21px;
    margin: 0px;
     }

 .buttons
 {  max-width: 640px;
    width: 80%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 370px;
    left: 0;
    bottom: 0;
    right: 0;
     }

.buttons .btn-message {
  width: 36%;
  height: 50px;
  background-color: rgba(139,195,74,1) !important;
  float: right;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  border-radius: 4px !important;
  margin-right: 5%;   overflow: hidden;
}

.buttons button.btn-single {
  float:none;
  display:block;
  margin:0 auto !important;
}

  .buttons .btn-message:hover {
    background-color: rgba(139,195,74,.9) !important;
    color: white;
  }

  .buttons .btn-why-train {
    width: 50%;
    height: 50px;
    background: var(--color-tertiary) !important;
    float: left;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    /*border: 1px solid white;*/
    border-radius: 4px !important;
    /* margin-left: 5%; */
    overflow: hidden;
    }

   .buttons .btn-why-train:hover
   {
    	background-color: var(--color-tertiary-hover) !important;
   }

   .buttons .btn-why-train img
   {
    margin-right: 6px;
    margin-top: -3px;
       }

    .buttons .btn-schedule-event {
      margin-top: 8px;
      text-transform: uppercase;
      padding: 16px 57px;
    }

.profil-head-container-img {
  width: 100%;
  height: 540px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #EAEAEA;
    /* footer_lodyas.png is a subtle pattern provided by subtlepatterns.com - license https://creativecommons.org/licenses/by-sa/3.0/ */
    /*background-image: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/footer_lodyas.png");*/
  background-image: url("Content/images/patterns/footer_lodyas.png");
  position: relative;
}

.profil-head-container-dark::before  {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
}

.profil-head-container-xs {
  background-color: rgba(255,255,255,1) !important;
  width: 100%;
  margin-left: 0px;
  border: 1px solid rgb(247,247,247);
}

.profile-head {
  display: none;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.profile-head-left-cont {
  /*width: 310px;*/
  height: auto;
}

.profile-head-left-cont-item {
  max-width: 335px;
  white-space: nowrap;
  float: left;
  position: relative;
  min-height: 1px;
  display: inline;
}

  .profile-head-left-cont-item h1 {
    font-size: 28px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    margin-top: 1px;
    padding: 0px;
    margin-bottom: 0px;
  }

.profil-head-container-xs .profile-head-left-cont-item h1 {
  font-size: 26px !important;
  color: var(--color-primary) !important;
  margin-top: 14px;
  padding: 0px;
  margin-bottom: 0px;
}

.profil-head-container-xs .profile-head-left-cont-item .city {
  font-size: 22px;
  color: var(--color-primary) !important;
  display: block;
  margin-top: 5px;
}

.profile-head .ul-stars {
  list-style: none;
  padding: 0px;
  display: inline-block;
  height: 20px;
  line-height: 21px;
  margin: 0px;
}

.profile-head ul li {
  display: inline-block;
  height: 20px;
}

.profile-head .title {
  font-size: 28px;
  color: var(--color-primary);
}

.profile-head .city {
  font-size: 14px;
  color: white;
  display: block;
  margin-top: 1px;
}

.profile-head .btn-message {
  width: 145px;
  height: 50px;
  background-color: rgba(139,195,74,1) !important;
  float: right;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  border-radius: 4px !important;
  margin-top: 10px;
  margin-right: 15px;
  overflow: hidden;
}

  .profile-head .btn-message:hover {
    background-color: rgba(139,195,74,.9) !important;
    color: white;
  }

.img-size-115 {
  width: 115px;
  height: 115px;
}

.img-size-88 {
  width: 88px;
  height: 88px;
}

.img-cover {
  width: 100%;
  height: 470px;
}

.slidesjs-container, .slidesjs-control {
  height: 470px;
  width: 100% !important;
}

.bg-white {
  background-color: white;
}

/* pack section */
.section-container {
  background-color: transparent;
}

.section-title {
  font-size: 30px;
  color: var(--color-primary);
 margin-top:0px !important;
 margin-bottom:0px !important;
}

.section-row {
  min-height: 239px;
  height: auto;
  overflow: auto;
  background-color: rgba(255,255,255,1);
  margin-top: 25px;
  padding-bottom: 0px;
}

  .section-row img {
    width: 100%;
    max-width: 400px;
    min-height: 240px;
    height: 100%;
  }

  .section-row .section-img-cover {
    width: 100%;
    min-height: 240px;
    height: 100%;
  }

  .section-row h1 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px !important;
  }

  .section-row p {
    font-size: 14px;
    line-height: 1.1em;
    text-align: center;
    color: rgb(125,125,125);
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 0px !important;
    line-height: 20px;
  }

.btn-buy {
  width: 210px;
  height: 45px !important;
  font-size: 16px;
  background-color: rgba(3,169,244,1);
  color: white;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 25px;
  border-radius: 4px;
  text-transform: uppercase;
}

  .btn-buy:hover {
    background-color: rgba(3,169,244,.9);
    color: white;
  }

.img-size-75 {
  width: 75px;
  height: 75px;
}
/* section reviews */

.section-row-left {
  text-align: center;
  height: auto;
  padding-bottom: 10px !important;
  background-color: white;
}

.section-row-reviews {
  height: auto;
  overflow: auto;
  background-color: rgba(255,255,255,1);
  margin-top: 25px;
  padding-bottom: 20px;
}

  .section-row-reviews img {
    margin-top: 20px;
    margin-left: 15px;
  }

.reviews-left-cont {
  width: 260px;
  height: auto;
  overflow: auto;
}

.reviews-left-cont-item {
  width: 49%;
  float: left;
  position: relative;
  min-height: 1px;
  display: inline;
}

  .reviews-left-cont-item i {
    color: rgb(0, 0, 0) !important;
    font-size: 12px;
  }

.section-margin-top-60 {
  margin-top: 60px;
}

.section-row-reviews h1 {
  text-align: left;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 5px;
}

.section-row-reviews .city {
  text-align: left;
  font-size: 14px;
}

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

.section-row-reviews ul {
  list-style: none;
  padding: 0px;
  display: inline-block;
  height: 20px;
  line-height: 21px;
}

  .section-row-reviews ul li {
    display: inline-block;
    height: 20px;
  }

.section-row-reviews p {
  font-size: 15px;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 10px;
  margin-right: 5px;
}

.quote-left {
  font-size: 7px;
  margin-top: 3px;
  position: absolute !important;

  content: "\f10e";
  margin-left:-10px;
}

.quote-right {
  font-size: 7px;
  margin-top: 5px;
  position: absolute !important;

  content: "\f10e";
  margin-left:5px;
}

.section-col-container .title {
  font-size: 30px;
  color: var(--color-primary);
  margin-bottom: 0px;
  width: 200px;
}
.title-col-cont .upper-title {
  font-size: 18px !important;
  color: var(--color-primary);
  margin-bottom: 0px;
  text-transform:uppercase !important;
}

#trainer-at > a {
    color: var(--color-tertiary);
    text-transform: capitalize;
}


.con-cont {
  padding-top: 30px;
  /*border-right: 1px solid rgb(229, 229, 229);*/
  width: 100%;
}

.p-text {
  font-size: 14px;
  color: var(--color-primary);
  line-height: 26px;
  margin-bottom: 0px;
}

.null-div {
  width: 210px;
  height: auto;
  text-align: center;
}

.null-div img {
  height: 210px;
}

.null-div p {
  margin-top: 20px;
  opacity: 0.5;
}

.time-box {
  /*margin-left: 10px;*/
  width: 100%;
  display: inline-block;
  /*border-right: 1px solid rgb(229, 229, 229);*/
  margin-top: 15px;
  min-height: 150px;
  padding-top: 16px;
  padding-right: 12px;
  margin-bottom: 15px;
}

.section-col-p-item {
  font-size: 14px;
  color: var(--color-medium-gray-1);
}

.section-col-p-item-time {
  text-align: center;
  padding: 10px 20px 0px 20px;
}

.section-link {
  text-transform: uppercase;
  color: rgba(3,169,244,1);
  font-size: 14px;
  line-height: 50px;
  cursor: pointer;
}

  .section-link:hover {
    color: rgba(3,169,244,.9);
  }

.ul-social {
  list-style: none;
  padding: 0px;
  display: inline-block;
  height: auto;
  /*line-height: 21px;*/
  margin: 0px;
  margin-top: 10px;
  /*margin-bottom:35px;*/
}

#group-top-section .ul-social {
  margin-top: 25px;
}

.ul-social .fa-rss:before {
  visibility: hidden;
}

.ul-social .fa-rss {
    background-image: url('/Content/images/icons/rssNormal.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 55%;
}

.ul-social .fa-rss:hover {
    background-image: url('/Content/images/icons/rssHover.png')
}

  .ul-social li {
    display: inline-block;
    height: 41px;
    width: 41px;
    margin-right: 10px;
  }

  .ul-social .social-icon {
    /*color: rgba(3,169,244,1);*/
    /*padding: 9px;*/
    cursor: pointer;
    /*font-size: 16px;*/
    /*width: 35px;*/
    /*height: 35px;*/
    /*border-radius: 50%;*/
    /*border: 1px solid rgb(3, 169, 244);*/
    /*text-align: center;*/
    /*text-decoration: none;*/
    /*margin-top: 30px;*/
    background-size: cover;
  }

  .social-icon-fb {
    background-image: url('images/icons/social-icons/fb.png');
  }

  .social-icon-tw {
    background-image: url('images/icons/social-icons/tw.png');
  }

  .social-icon-in {
    background-image: url('images/icons/social-icons/in.png');
  }

  .social-icon-gp {
    background-image: url('images/icons/social-icons/gp.png');
  }

  .social-icon-bl {
    background-image: url('images/icons/social-icons/bl.png');
  }

    .ul-social .social-icon:hover {
      /*background-color: rgb(3,169,244);*/
      /*color: white;*/
      opacity: 0.9;
    }

.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  bottom: auto !important;
  background-color: white !important;
  z-index: 1100;
  border-bottom: 1px solid rgb(237, 237, 237);
}

.col-cont {
  padding-left: 60px;
}

.time-icon-60 {
  position: relative;
  width: 67px;
  /*margin-top: 50px;*/
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.time-icon-60 img {
  width: 67px;
  /*margin-top: 50px;*/
}
.time-icon-120 {
    width: 120px;
    margin-top: 50px;
    margin-left: 12px;
    display: block;
}
.cont {
  width: 100%;
  height: auto;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 85px;
  background-color: white;
}
.bg-gray {
  background-color: #ededed;
}
.img-cover {
  width: 100%;
  height: 470px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-top:100%;
}

.section-img-cover {
  width: 100%;
  height: 470px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.reviews-text-container {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 0px;
}

hr {
  width: 200px;
  height: 1px;
  background-color: rgb(221,221,221);
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 25px;
  border: none;
}

.btncont {
  position: fixed;
  bottom: 20px;
  width: 100%;
  /*z-index: 1000;*/
}

  .btncont .btn-message {
    width: 232px !important;
    height: 50px !important;
    background-color: rgba(139,195,74,1) !important;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    border-radius: 4px !important;    overflow: hidden;
  }

.play-cont {
    display: flex;
    justify-content: center;
  /*background-color: rgba(0, 0, 0,.1);
  width: 100%;
  height: 540px;
  position: relative;*/
}
*{
 /* border:1px solid red;*/
}
 .play-icon {
  /*width: 109px;
  height: 109px;
  margin: auto;
  position: absolute;
  top: -30px;
  left: 0;
  bottom: 0;
  right: 0;
  cursor:pointer;
  opacity: 0.7;
  transition: opacity 0.2s;*/
}
  .play-icon:hover {
    /*opacity:1;*/
  }

.pag-container {
  float: right;
  width: auto;
  height: auto;
  overflow: auto;
  display: table;
  padding-bottom: 10px;
  display: inline-block;
  list-style: none;
}

  .pag-container > li {
    display: inline-block;
  }

    .pag-container > li > a {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: rgba(3, 169, 244,1);
      margin-right: 5px;
      color: rgb(3, 169, 244);
      display: inline-block;
      font-size: 0px;
    }

.active {
  background-color: rgba(3, 169, 244,.4) !important;
}

.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;
}

@media (min-aspect-ratio: 16/9) {
  .popup-container {
      left: 15%;
      right: 15%;
  }
}

.player .video-wrapper .video {
  background-size: cover;
}

.embed-container {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black !important;
    width: 100% !important;
    height: 100% !important;
  }
.video-thumb {
}

.profil-image {
  border: 1px solid rgb(255,255,255);
  margin: auto;
  position: absolute;
  top: -190px;
  left: 0;
  bottom: 0;
  right: 0;
}

.profil-image2 {
  /*border: 1px solid rgb(255,255,255);*/
  height: 68px;
  width: 68px;
}

.profile-head .btn-why-train
{
    width: 270px;
    height: 50px;
    background: var(--color-tertiary) !important;
    float: right;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    /* border: 1px solid black; */
    border-radius: 4px !important;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    }

.profile-head .btn-why-train:hover
{
    background-color: var(--color-tertiary-hover) !important;
    }

.profile-head .btn-why-train img
{
    margin-left: 10px;
    margin-top: -3px;
    }

/**{
  border:1px solid blue;
}*/
.sertification-box {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  max-width: 880px;
  width: 880px;
}

.sertification-item {
  width: 280px;
  height: 98px;
  border: 1px solid rgb(237,237,237);
  border-radius: 3px;
  float: left;
  margin: 10px 10px 10px 0px;
  /*background-color: rgb(255,255,255);*/
}

.sertification-img-box {
  display: inline-block;
  text-align: center;
  width: 90px;
  height: inherit;
  position: absolute;
}

  .sertification-img-box img {
    width: 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

.sertification-text-box {
  display: inline-block;
  width: 180px;
  position: absolute;
  margin-left: 90px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.sertification-text-1 {
  color: var(--color-medium-gray-1);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}

.sertification-text-2 {
  color: var(--color-medium-gray-1);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  word-wrap: break-word;
}

.services-box {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
}

  .services-box ul {
    padding-left: 20px !important;
  }

    .services-box ul li {
      color: var(--color-medium-gray-1);
      font-size: 16px;
      font-weight: 400;
      line-height: 36px;
    }

  .missing-data {
    opacity:0.5;
  }

.title-contaniner {
  border-bottom: 2px solid var(--color-tertiary);
  width: 66px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.sertification-box .title, .services-box .title {
  margin-top: 0px !important;
}

.reviews-box {
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: rgb(237,237,237);
  padding-top: 65px;
  padding-bottom: 150px;
}

  .reviews-box .title-contaniner {
    margin-bottom: 0px !important;
  }

.section-padding {
  padding-left: 10px;
  padding-right: 10px;
}

#posts-section a {
  color: black;
}

.articles {
  padding-top: 50px;
  padding-bottom: 30px !important;
}

.articles .title {
  width: 250px;
  margin: 0;
}

.articles .post {
  height: 425px;
  margin-top: 30px;
}

.articles .post .post-top {
  width: 100%;
  height: 215px;
  opacity: 0.9;
}

.articles .post .post-top:hover {
  opacity: 1;
}

.articles .post .post-bottom {
  height: 210px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-top: none;
  padding:25px;
  overflow: hidden;
}

.articles .title-contaniner {
  margin-bottom: 35px;
}

.articles .post .post-bottom h1 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 400;
  color: #ff9800;
  opacity: 0.8;
}

.articles .post .post-bottom h1:hover {
  opacity: 1;
}

.articles .post .post-bottom span {
  font-size: 12px;
  font-weight: 300;
  color: black;
}

.articles .post .post-bottom .post-excerpt {
  width: 100%;
  max-height: 90px;
  overflow: hidden;
}

.articles .post .post-bottom .post-excerpt p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 8px;
  overflow: hidden;
  color: black;
}

#group-top-section {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#top-section-img-cont {
  margin-top: 33px;
}

#top-section-img-cont img {
  max-width: 100%;
}

#description {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  margin-top: 20px;
}

#group-top-section .buttons {
  position: inherit;
  margin-top: 25px;
}

#group-top-section .buttons button {
  width: 207px !important;
  height: 50px !important;
  color: white !important;
}

.location-xs {
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px;
  padding: 5px;
}

.location-xs-section .group-icon {
  margin-left: 10px;
  margin-bottom: 7px;
  width: 25px;
}

.location-xs-section .title-col-cont h1 {
  margin-left: 10px;
}

.location-xs-section .expand {
  padding: 0;
}

.phone-xs {
  color: var(--color-tertiary);
  font-size: 18px;
  margin-left: 10px;
}

.working-hours {
  padding: 35px 0px 35px 60px;
}

.week-day {
  position: relative;
  font-size: 18px;
  font-weight: 400;
}

.day-time {
  position: absolute;
  left: 60px;
  font-size: 18px;
  font-weight: 300;
}

.trainer-from-location {
  width: 46%;
  /*height: auto;*/
  float: left;
  position: relative;
  /*margin-left: 2%;
  margin-top: 10px;*/
  margin: 5px;
}

.trainer-from-location:hover {
  opacity: 0.8;
}

.trainer-from-location img {
  width: 100%;
}

.trainers-col-cont {
  width: 100%;
  height: auto;
  background-color: white;
  /*border-bottom: 1px solid rgb(247,247,247);*/
  display: block;
  float: left;
  padding-bottom: 10px;
}

.trainers-col-cont .trainer-item-info {
  min-height: inherit !important;
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.location-xs-section .title-contaniner {
  margin-left: 10px;
}

.location-xs-section .title-contaniner .title {
  font-size: 30px;
  color: var(--color-primary);
  margin-bottom: 0px;
  width: 200px;
}

.button-see-all-cont {
  width: 100%;
  height: auto;
  background: white;
  float: left;
}

.button-see-all {
  width: 250px;
  height: 45px;
  border: 1px solid var(--color-tertiary);
  border-radius: 2px;
  color: var(--color-tertiary);
  margin:0 auto;
  margin-bottom: 20px;
  display: block;
  background: white;
}

.button-see-all:hover {
  border-color: var(--color-tertiary-hover);
}

#dialog_payment_authentication_loader {
    padding: 12px;
    max-width: 450px;
    box-sizing: border-box;
}

.authentication_loader {
    width: 100%;
    height: 100px;
    position: relative;
}

.div_payment_authentication_success_logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
}

  /* ------------- FORM SENT -------------------*/
  #formSent{
    width: 100%;
    max-width:579px;
    height:auto;
    overflow:auto;
    margin-left:auto;
    margin-right:auto;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: 20px;
    z-index: 1300;
    border-radius: 5px;
    padding-bottom: 55px;
    position:fixed;
  }

  .img-box{
    text-align:center;
    margin-top: 30px;
  }

#formSent h1 {
  font-size: 24px;
  color: rgb(135,195,74);
  display: block;
  text-align: center;
  line-height: 42px;
  padding: 5px;
}

#formSent p {
  font-size: 16px;
  color: var(--color-primary);
  display: block;
  text-align: center;
  line-height: 29px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 20px;
}

  .img-size-165{
    width:165px;
    height:165px;
  }

  /* ------------- FORM SENT -------------------*/


   /* ------------- FORM SEND MESSAGE -------------------*/
@media only screen and (max-width:480px) {
   .alert-box{
    min-height:42px !important;
  }

  #formMessage h1 {
      padding: 0 0px 0px 5px;
      line-height: 20px;
      font-size: 24px;
      margin: 10px;
  }

  #dialog_paymentPreview .payments-plan-price .btn {
      min-width: 80px;
  }

}

@media only screen and (min-width:481px) {
    .alert-box {
        min-height: 30px !important;
    }

    .payments-plan-details {
        padding: 8px 0;
        padding-right: 16px;
    }

    .payments-plan-item {
        width: 90%;
        min-width: 530px;
    }
    .payments-plan-item-wrapper {
        flex-direction: row;
    }

    .payments-plan-header {
        width: 90%;
        min-width: 530px;
    }

    .payments-plan-price {
        width: 95%;
    }
    .payments-plan-price .btn {
        min-width: 100px;
    }

    .payments-plan-image-container, #plan_item_preview .payments-plan-image-container {
        min-width: 250px;
        width: 250px;
        height: 250px;
        margin: 0 30px 0 0;
    }

    .payments-plan-price .payments-price, .payments-product-name {
        font-size: 1.3em;
    }

    .payments-product-name {
        margin-top: 10px;
    }

    .payments-session-name-container {
        flex-flow: column;
        justify-content: left;
        align-items: flex-start;
        width: auto;
        margin-bottom: 0;
    }

    .payments-plan-price .btn {
        min-width: 100px;
    }

    .payments-plan-price-container {
        align-items: center;
    }

    .payments-plan-session-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .payments-plan-session-buy {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: auto;
    }

    .payments-plan-session-buy .payments-plan-price-container {
        padding-right: 16px;
    }
}

@media only screen and (max-width:768px){
    #formMessage {
      width: 100%;
      height: auto;
      overflow: auto;
      z-index: 1300;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      top: 10px;
      border-radius:10px;
      padding: 0px 20px 20px 20px;
      display: flex;
      flex-direction: column;
    }

    #formMessage .close-x {
        right: -10px !important;
        align-self: flex-end;
    }

    .paymentDialog {
        width: 100%;
        max-width: 579px;
        height: 100%;
        overflow: auto;
        z-index: 1300;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        position: fixed;
        left: 0;
        right: 0;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        border-radius:10px;
        padding: 0px 40px 30px 40px;
        display: flex;
        flex-direction: column;
    }

    .paymentDialog .btn-close-x {
        right: -10px !important;
        align-self: flex-end;
    }

    #dialog_paymentPreview {
        max-height: 100%;
        height: auto;
        max-width: 900px;
        padding: 0px 40px 20px 40px;
    }

    #dialog_paymentPreview .payments-plan-item {
        border: none;
        margin: 0;
        width: 100%;
    }

    #btn_paymentPreview_close {
        right: -25px !important;
    }

    .div_payment_checkout_success_logo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 20px;
    }

    #div_payment_checkout .sp-payments-checkout-header-wrapper {
        position: relative;
    }

    #div_payment_checkout .lock-img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
	
  .paymentDialog .lock-img,
  .paymentDialog .back-img {
        position: absolute;
        top: 15px;
        left: 30px;
    }

    .input-field:first-of-type:not(.payment-input-wrap) {
        margin-top: 20px;
    }

    .input-field{
      margin-top:10px;
      min-height:50px;
    }

    .input-field h5{
        margin-top:4px;
    }
    .input-field h5#ph-message {
        margin-top:10px;
    }

    .img-box {
        display:none;
    }

    #formMessage .btn-send-message-wrapper {
      margin-top:0px;
    }

    #formMessage h1 {
        padding: 0 0px 0px 5px;
    }

    .g-recaptcha {
        margin: 8px 0 8px 0;
    }

}

/* Queries above mobile screen size */
@media only screen and (min-width:768px) {

    #formMessage {
      width: 100%;
      min-height: 640px;
      max-width: 579px;
      height: auto;
      overflow: auto;
      z-index: 1300;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      top: 20px;
      border-radius:10px;
      padding: 0px 40px 30px 40px;
      display: flex;
      flex-direction: column;
    }

    #formMessage .close-x {
        right: -25px !important;
        align-self: flex-end;
    }

    .payments-plan-details-wrapper {
        flex-direction: row;
    }

    .payments-plan-price .payments-price, .payments-product-name {
        font-size: 1.6em;
    }

    .payments-plan-price .btn {
        min-width: 145px;
        margin-top: 20px;
    }

    .paymentDialog {
        width: 100%;
        max-width: 474px;
        height: auto;
        overflow: auto;
        z-index: 1300;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        position: fixed;
        left: 0;
        right: 0;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 2px;
        padding: 0px 40px 30px 40px;
        display: flex;
        flex-direction: column;
    }

    #dialog_paymentPreview {
        max-height: 100%;
        max-width: 900px;
        padding: 0px 40px 20px 40px;
    }

    #dialog_paymentPreview .payments-plan-item {
        border: none;
        margin: 0;
        width: 100%;
    }

    #div_payment_checkout .sp-payments-checkout-header-wrapper {
        position: relative;
    }

    #div_payment_checkout .lock-img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
	
	.paymentDialog .lock-img,
	.paymentDialog .back-img {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .paymentDialog .btn-close-x {
        right: -25px !important;
        align-self: flex-end;
    }

    .div_payment_checkout_success_logo {
        margin: 30px auto 0 auto;
    }

    #payment_checkout_success_plan {
        margin: 0 auto 5px auto;
        width: 90%;
        word-wrap: break-word;
    }

    #div_payment_checkout_setup p {
        width: 75%;
        text-align: center;
        margin: 0 auto;
    }

    .input-field{
        max-width:502px;
        margin-top:10px;
        min-height:57px;
    }

    #formMessage h1 {
      /* padding: 5px; */
      font-size: 24px;
      margin-top: 5px;
      margin-bottom: 0px;
      /* line-height: 42px; */
    }

    #formMessage .btn-send-message-wrapper {
      margin-top:10px;
    }

    .g-recaptcha {
        margin: 10px 0;
    }

    .profile-head {
      padding-top: 11px;
      padding-bottom: 11px;
    }

}


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

}

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

}

/* iPhone5 specific dimensions */
@media only screen and (max-width : 320px) and (orientation : portrait) {

    #formMessage h1 {
        padding: 0 0px 0px 5px;
        line-height: 5px;
        font-size: 15px;
        margin: 0;
    }

}

.input-field {
    width:100%;
    border-radius:5px;
    border:1px solid rgb(212,212,212);
    position: relative;
}

#formMessage h1 {
    color: rgb(135,195,74);
    display: block;
    text-align: center;
}

.input-field h5 {
    color:rgb(76,76,76);
    font-size:11px;
    text-indent: 15px;
    top:13px;
    position:relative;
    text-transform:uppercase;
    z-index: 2;
}

.input-field input,.input-field textarea {
    box-shadow: none !important;
    border: none !important;
    width: 100%;
    color: rgb(76,76,76);
    font-size: 15px;
    text-indent: 15px;
    border-radius:4px;
}

.input-field #message{
    height:70px;
}
.input-field #ph-message{
    top:0 !important;
}

.valid-check{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.valid-check img {
    width: 33px;
}

#formMessage .btn-send-message-wrapper {
    position: relative;
}
#formMessage .btn-send-message {
    display:block;
    width: 100% !important;
    height: 63px !important;
    background-color: rgb(139, 195, 74) !important;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 4px !important;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
}
#formMessage .btn-send-message-loading {
    position: absolute;
    right: 10px;
    top: 0;
}

.alert-box{
    width:100%;
    min-height:30px;
    display:block;
    position:relative;
    margin:0 !important;
}

.alert-box i{
    color:red;
    font-size:17px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.alert-box > p{
    color: rgb(221,44,0) !important;
    font-size:15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    word-wrap:break-word;
    margin-left: 25px;
}

*:focus {
    outline: 0;
}

.g-recaptcha {
    align-self: center;
}
     /* ------------- END FORM SEND MESSAGE -------------------*/

     /* ------------- Purchase dialog - coupon section ------------------------ */

#payments_coupon {
    margin-top: 20px;
    color: #06a9f6;
    position: relative;
    cursor: pointer;
}

#payments_coupon span.arrow {
    display: inline-block;
    width: 0;
	height: 0;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 7px solid #cdcdcd;
	font-size: 0;
	line-height: 0;
    vertical-align: middle;
    margin-left: 10px;
    transition: transform 0.1s linear;
}

#payments_coupon span.arrow.down {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

#input_payment_checkout_coupon_wrap {
    overflow: hidden;
}

#input_payment_checkout_coupon {
    margin-top: 16px;
}

#input_payment_checkout_apply_coupon {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    border: none;
    text-transform: uppercase;
    width: 80px;
}

#coupon-view-wrap {
    padding-left: 30px;
    background-image: url("/Content/images/coupon-added.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-top: 20px;
}

#view-coupon-edit {
    float: right;
    color: #06a9f6;
    cursor: pointer;
}

#sp_payment_checkout_plan_price {
    margin: 0 5px;
}

#sp_payment_undiscounted_price {
    text-decoration: line-through;
    font-size: 14px;
}

     /* ------------- end purchase dialog - coupon section ------------------------ */

     /* ------------- Private Profile ------------------------ */

 .privateProfileWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}
.privateProfileWrap p{
    margin: 0px 4px -5px;
}
.privateProfileWrap .icon-lock {
    background-image: url("/Content/images/icons/locked_104x104.png");
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: 100%;
}

.stripe-container {
    padding: 7px 10px;
    box-sizing: border-box;
}

.btn-process-payment {
  display:block;
  width: 100%;
  height: 63px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration:none;
  text-align:center;
  margin-top: 18px;
  cursor:pointer;
  overflow: hidden;
}

.payment-input-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.payment-input-wrap h5 {
    position: absolute;
    transition: all 0.2s;
}
.payment-input-wrap input {
    transition: all 0.2s;
}
.payment-input-wrap.focus h5 {
    top: 0px;
}
.payment-input-wrap.focus input {
    margin-top: 15px;
}

.payments-plan, .payments-plan-session-desc {
    color: #9a9a9a;
}
.payments-purchase-plan {
    color: #0c0c0c;
    font-size: 1.7em;
}
.payments-price {
    color: #000;
    font-size: 1.4em;
    white-space: nowrap;
}
.payments-purchase-price {
    color: #ffb400;
    font-size: 1.6em;
    display: flex;
    justify-content: center;
}
.payments-purchase-start-date {
    color: #ffb400;
    font-size: 1.2em;
}
.payments-purchase-discount {
    color: #aaaeb3;
    font-size: 1em;
}

#span_payment_checkout_error, .dialog_error {
    display: inline-block;
    height:auto;
    padding: 15px 0 0 0;
    color: #FF5366;
}

#span_payment_waitlist_error {
  display: flex;
  color: #ffb400;
  justify-content: center;
  margin-top: 10px;
}

#span_payment_checkout_info {
    display: inline-block;
    height:auto;
    padding: 30px 0 0 0;
    color: #C2C7CC;
    font-size: 16px;
}

.checkout_error_icon {
  height: 68px;
  width: 63px;
}

.purchase-btn-wrapper {
    position: relative;
    margin-top: 18px;
}
.purchase-btn-loading {
    position: absolute;
    right: 10px;
    top:0;
}

.no-margin-top {
    margin-top: 0 !important;
}

.uppercase-text {
    text-transform: uppercase;
}