html {
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Varela Round";
    color: #4A4A4A;
}
#app {
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans Condensed";
    font-weight: 800;
    cursor: default;
}
h3 {
    font-size: 30px;
}
h6 {
    font-size: 15px;
}

p {
    cursor: default;
}
button h1, button h2, button h3,
button h4, button h5, button h6 {
    cursor: pointer;
} 

a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
a:hover {
    text-decoration: none;
}
h1#logo a:hover {
    opacity: 0.70;
}
h1.logo a:hover {
    opacity: 0.70;
}
h1#gym-owner-logo a:hover {
    opacity: 0.70;
}

.divide-5 { 
    width:100%; 
    min-height:1px; 
    margin-top:5px; 
    margin-bottom:5px;  
    display:inline-block; 
    position:relative;
}
.divide-10 { 
    width:100%; 
    min-height:1px; 
    margin-top:10px; 
    margin-bottom:10px;  
    display:inline-block; 
    position:relative;
}
.divide-20 { 
    width:100%; 
    min-height:1px; 
    margin-top:20px; 
    margin-bottom:20px;  
    display:inline-block; 
    position:relative;
}
.divide-40 { 
    width:100%; 
    min-height:1px; 
    margin-top:40px; 
    margin-bottom:40px;  
    display:inline-block; 
    position:relative;
}

/** Ultra Light */
@font-face {
    font-family: "San Francisco";
    font-weight: 100;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff");
}

/** Thin */
@font-face {
    font-family: "San Francisco";
    font-weight: 200;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff");
}

/** Regular */
@font-face {
    font-family: "San Francisco";
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/** Medium */
@font-face {
    font-family: "San Francisco";
    font-weight: 500;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff");
}

/** Semi Bold */
@font-face {
    font-family: "San Francisco";
    font-weight: 600;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff");
}

/** Bold */
@font-face {
    font-family: "San Francisco";
    font-weight: 700;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}




div.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.inner-container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1180px;
}

/* HOME PAGE */



.yellow-top-section {
    display: block;
    height: 680px;
    padding-top: 50px;
    background: url(../images/backgrounds/background-sun-ball.png) calc(50% - 550px) -350px no-repeat, url(../images/backgrounds/background-sun-ball.png) 110% -50px no-repeat,linear-gradient(225.88deg, #FDE03A 0%, #FBD236 100%);
}

.inner-top-yellow {
   /* width: 1100px;*/
    display: block;
    margin: 0 auto
}

h1#logo {
    font-family: San Francisco;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin : 0;
    margin-top: 8px;
    color: #222;
}
h1#logo a {
    color: #222;
}


button.btn-flag-main {
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: middle;
    margin-right: 20px;
    height: 21px;
}
button.btn-flag-main:active,
button.btn-flag-main:focus {
    border: none;
    outline: none; 
}

.language-area {
    display: inline-block;
}
.flag-wrapper {
    width: 28px;
    height: 21px;
    display: inline-block;
    margin-right: 20px;
}
.flag-wrapper .img-thumbnail {
    width: 100%;
    height: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.80;
}
.flag-wrapper .caret {
    margin-left: 32px;
    margin-top: -4px;
    color: #000;
}
ul#flag-list {
    display: none;
    list-style: none;
    width: 60px;
    background-color: #FFF;
    text-align: center;
    padding: 6px 10px 13px;
    border-radius: 5px;
    position: absolute;
    top: 46px;
    margin-left: -16px;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
}
li.flag-line {
    /*height: 100px;*/
    line-height: 34px;
}
.flag-icon {
    width: 28px;
    height: 21px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
#flag-list span.flag-icon:hover {
    opacity:0.80;
    cursor: pointer;
}
.main-button-join-wrapper {
    display: inline-block;
}

.btn-join-gymhopper {
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn-join-gymhopper a {
    color: #FFF;
    text-decoration: none;
}
.btn-black {
  color: #fff;
  background-color: #333;
  border-color: #444;
}

.btn-black:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-black:active {
    color: yellow;
}

.btn-black:focus,
.btn-black:active:focus {
    outline: none;

  /*-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);*/
  /*box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);*/
  color: #FFF;
}

.btn-black.disabled, .btn-black:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}


.main-title {
    font-weight: 600;
    font-size: 60px;
    height: 82px;
    line-height: 82px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.sub-header {
    font-size: 18px;
    height: 42px;
    margin-bottom: 20px;
}

.input-search-gyms {
    font-family: Varela Round;
    font-size: 19px;
    padding-left: 50px;
    width: 530px;
    border: 0px;
    height: 54px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    vertical-align: middle;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.main-search-input-area {
    position: relative;
    padding-bottom: 0;
}

.input-search-icon {
    position: relative;
    top: 0;
    left: 36px;
    z-index: 1;
    /*position: relative;
    top: -38px;
    left: -240px;*/
    color: #C7C7C7;
    font-size: 20px;
    vertical-align: middle;
}

.autocomplete-result-div{
    text-align: left;
}

.autocomplete-result-main-text{
    margin-left: 10px;
}

.display-inline {
    display: inline-block;
}

.search-button{
    position: relative!important;
    display: inline;
    top:0!important;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    from { background-color: #581d8c; -webkit-box-shadow:: 0 0 9px #333; }
    50% { background-color: #9013fe; -webkit-box-shadow:: 0 0 18px #9013fe; }
    to { background-color: #581d8c; -webkit-box-shadow:: 0 0 9px #333; }
}

.btn-search {
    font-family: Open Sans Condensed;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFF;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 16px;
    letter-spacing: 2px;
    height: 54px;
    border: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    min-width: 75px;
    background-color: #9013FE;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    vertical-align: middle;    
}
.btn-search:hover {
    color: #fff;
    background-color: #a43ffd;
}
.btn-search:focus,
.btn-search:active:focus {
    border: none;
    outline: none;
    color: #FFF;
}

.membership-question {
    margin-top: 100px;
    font-size: 15px;
}

.blue-section {
    width: 100%;
    height: 770px;
    background: url(../images/backgrounds/waves-back.png) center bottom repeat-x, #00C7D1;;
    margin: 0;
    z-index: 3;
}

.crooked-line {
    height: 120px;
    width: 100%;
    background-color: #00C7D1;
    transform: skewY(-1deg);
    position: relative;
    top: -50px;
    z-index: 2;
    margin-bottom: -50px;
}

.your-membership-title {
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: 3px;
}




.membership-text {
    /*width: 553px;*/
    padding-right: 100px;
    font-family: "Varela Round";
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
    color: #4A4A4A;
    margin-bottom: 40px
}

.membership-text:first-of-type {
    margin-top: 40px;
}

.store-buttons-area {
    margin-top: 70px;
}

img.store-images:first-of-type {
    margin-right: 20px;
}
img.store-images:hover {
    opacity: 0.80;
}
img.phonePic {
    width: 100%;
    max-width: 460px;
}

.white-section-benefits {
    padding-top: 180px;
    padding-bottom: 160px;
    width: 100%;
    height: 100%;
    background: #FFF;
    margin: 0;
}

.benefit-titles {
    height: 30px;
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 16px;
    color: #00C7D1;
}

.benefit-text {
    width: 320px;
    height: 125px;
    font-family: "Varela Round";
    font-size: 15px;
    margin-top: 18px;
    text-align: justify;
    line-height: 25px;
    color: #5C5C5C;
}



.grey-section {
    padding-top: 50px;
    padding-bottom: 120px;
    width: 100%;
    /*height: 770px;*/
    height: 100%;
    background: -webkit-linear-gradient(#FFFFFF 0%, rgba(235,235,235,0.2) 100%);
    background: -o-linear-gradient(#FFFFFF 0%, rgba(235,235,235,0.2) 100%);
    background: linear-gradient(#FFFFFF 0%, rgba(235,235,235,0.2) 100%);
    margin: 0;
    /*background: #333;*/
    /*background: rgba(235,235,235,0.2);*/
}

.stories-title {
    /*height: 30px;*/
    font-size: 32px;
    font-weight: 800;
    line-height: 27px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 16px;
    color: #00C7D1;
}

.story-cards-area {
    margin-top: 70px;
}

.stories-card {
    margin-left: 10px;
    margin-right: 10px;
    /*min-height: 400px;*/
    background-color: #FFFFFF;
    box-shadow: 10px 10px 15px 0 rgba(0,0,0,0.05);
    border-radius: 10px;
    padding: 30px;
    min-height: 360px;
}
img.stories-photo {
    margin-top: 4px;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 18px;
}
.stories-name {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.stories-company {

    font-weight: 400;
}
.stories-text {
    margin-top: 28px;
    margin-bottom: 0px;
    text-align: justify;
    line-height: 30px;
}

.btn-show-more-users {
    margin-top: 80px;
    /*text-transform: uppercase;*/
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-show-more-users h6 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #FFF;
}


.white-section-network {
    padding-top: 150px;
    padding-bottom: 100px;
    width: 100%;
    /*height: 400px;*/
    height: 100%;
    background: #FFF;
    margin: 0;
}

.network-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 3px;
    margin-top: 0px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.network-sentence {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
    
}
img.image-network {
    width: 100%;
    margin-top: 10px;
}


.white-section-footer {
    /*padding-top: 180px;*/
    padding-top: 70px;
    padding-bottom: 60px;
    width: 100%;
    /*height: 460px;*/
    height: 100%;
    background: #FFF;
    margin: 0;
}

.white-section-footer h1.logo {
    color: #4A4A4A;
    font-family: San Francisco;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin : 0;
    margin-top: 8px;
}
.white-section-footer h1.logo a {
    color: #4A4A4A;
}
.footer-menu-area {
    /*text-align: right;*/
}
ul.footer-menu {
    list-style-type: none;
    float: right;
    margin-top: 12px;
}
.footer-menu li{
   float: left;
}

.footer-menu li a {
    display: inline-block;
    color: #4A4A4A;
    text-align: center;
    /*padding: 14px 16px;*/
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
    font-size: 11px;
}

.footer-menu li a:hover {
    /*background-color: #111;*/
    color: #999;
}

.footer-stores p {
    margin-top: 14px; 
    margin-right: 8px;
    font-size: 11px;
    text-align: right;
}
img.footer-store-images {
    height: 30px;
    border-radius: 3px;
    margin-left: 16px;
}
img.footer-store-images:hover {
    opacity: 0.85;
}

.footer-contacts-container {
    margin-top: -30px;
}
.footer-contact {
    color: #707070;
    font-family: "Varela Round";
    font-size: 11px;
    margin-bottom: 16px;
}
.footer-contact .contact-title {
    color: #555555;
    font-size: 12px;
    font-weight: bold;
}



/* ================== GYM-OWNER PAGE ================== */

.go-top-section {
    background:  
        url(../images/backgrounds/background-sun-ball-15.png) calc(50% - 550px) -350px no-repeat, 
        url(../images/backgrounds/background-sun-ball-15.png) 110% -50px no-repeat,
        url(../images/backgrounds/go-main-background.jpg) center top no-repeat;
    background-color: #16191e;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
}
h1#gym-owner-logo {
    font-family: San Francisco;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin : 0;
    margin-top: 30px;
    letter-spacing: 1px;
}
h1#gym-owner-logo a {
    color: #FFF;
}
.go-blue-ball {
    text-align: center;
    margin-top: 200px;
    margin-bottom: 10px;
}
.go-triangle {
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fff transparent;
    margin-bottom: 0px;
}
.go-paper-stick {
    background-color: #FFF;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    width:275px;
    border-radius: 8px;
    padding: 20px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
.go-paper-stick p {
    text-align: justify;
    margin-bottom: 0px;
}
h2.go-welcome-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    line-height: 82px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
h3.go-sub-header {
    font-family: "Varela Round"; 
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}
h4.go-sub-sub-header{
    font-family: "Varela Round";
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 40px;
}
#contact1 input {
    font-family: Varela Round;
    font-size: 17px;
    padding-left: 20px;
    width: 100%;
    border: 0px;
    height: 54px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    vertical-align: middle;
    border-radius: 5px;
    margin-bottom: 32px;
    color: #666;
}
#contact1 input.btn-contact1 {
    width: 200px;
    padding-left: 0px;
    padding-right: 0px;
    height: 66px;
    border-radius: 3px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Open Sans Condensed";
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 80px;
}
input.btn-contact1 {
    background-color: #F5A623;
}
input.btn-contact1:hover {
    background-color: #d28300;
}
.go-comunity-text {
    font-size: 18px;
    margin-bottom: 20px;
}
.go-powerful-white-section {
    background-color: #FFF;
    margin-top: 80px;
    margin-bottom: 130px;
    letter-spacing: 3px;
}
h2.go-pow-title {
    padding-left: 50px;
    padding-right: 50px; 
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 90px;
}
.go-pow-card {
    text-align: center;
} 
h5.go-pow-subtitle {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
}
.go-beige-section {
    background: #FFF9EF;
    padding-bottom: 50px;
}
.go-crooked-line {
    height: 40px;
    width: 100%;
    background-color: #FFF9EF;
    transform: skewY(-1deg);
    position: relative;
    top: -20px;
    margin-bottom: 30px;
}
.go-tab-area {
    margin-top: 80px;
}
.go-tab-area .go-tab-button {
    letter-spacing: 1.5px;
    border-radius: 3px;
    color: #9B9B9B;
    background-color: #FFF9EF;
}
.go-tab-area .go-tab-button:focus,
.go-tab-area .go-tab-button:focus {
    border: none;
    outline: none;
}
.go-btn-you {
    width: 115px;
    height: 52px;
    margin-right: 30px;
}
.go-btn-users {
    width: 185px;
    height: 52px;
}
.go-tab-area .go-tab-selected {
    background-color: #00C7D1;
    color: #FFF;
} 
.go-tab-area .go-tab-selected h4 {
    cursor: default;
} 
.go-tab-area .go-tab-selected:hover {
    cursor: default;
} 
.go-tab-title {
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 56px;
}
.go-tab-text {
    margin-top: 36px;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 34px;
}
.go-tab-content-2 {
    display: none;
}
.go-big-white-section {
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #FFF;
}
.go-big-white-section .row {
    margin-top: 30px;
    margin-bottom: 50px;
}
.go-big-image {
    text-align: center;
}
.go-big-image img {
        max-width: 100%;
}
h4.go-big-title {
    font-size: 30px;
    margin-top: 20px;
}
.go-big-text {
    margin-top: 36px;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 34px;
}
.go-blue-slider {
    background-color: #CBEEF0;
    padding-top: 10px;
    padding-bottom: 50px;
}
#myCarousel {
    min-height: 400px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    /*background-image: #CBEEF0;*/
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators li {
    background-color: #a2e6ea;
    border: none;
    margin: 0;
    margin-left: 4px;
    margin-right: 4px;

}
.carousel-indicators li.active {
    background-color: #00C7D1;
    border: none;
    margin: 0;
    margin-left: 4px;
    margin-right: 4px;
    width: 10px;
    height: 10px;
}
.go-slide {
    text-align: center;
    margin-top: 50px;
    padding-left: 200px;
    padding-right: 200px;
    min-height: 300px;
}
img.go-slide-photo {
    width: 120px;
    border-radius: 60px;
    border: solid 6px #FFF;
    margin-bottom: 2px;
}
.go-slide-name {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.go-slide-company {
    color: #5A9295;
    margin-bottom: 26px;
}
.go-slide-text {
    line-height: 30px;

}
.go-new-clients-section {
    padding-top: 120px;
    padding-bottom: 80px;
}
.go-big-image-pc {
    text-align: center;
}
.go-big-image-pc img {
        max-width: 100%;
}
.go-view-cases-title {
    font-size: 30px;
    line-height: 40px;
}
.go-btn-view-cases h4 {
    font-size: 18px;
}
.go-btn-view-cases {
    margin-top: 30px;
    background-color: #F5A623;
    color: #FFF;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.go-btn-view-cases:hover {
    background-color: #ffc360;
    color: #FFF;
}
.go-btn-view-cases:focus,
.go-btn-view-cases:active:focus {
    outline: none;
    color: #FFF;
}
.go-btn-view-cases:active {
    color: #FFF;
}

.btn-faq-owners h4 {
    font-size: 18px;
}
.btn-faq-owners {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    background-color: #F5A623;
    color: #FFF;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.btn-faq-owners:hover {
    background-color: #ffc360;
    color: #FFF;
}
.btn-faq-owners:focus,
.btn-faq-owners:active:focus {
    outline: none;
    color: #FFF;
}
.btn-faq-owners:active {
    color: #FFF;
}
.go-normal-section {
    background-image: url("../images/backgrounds/background-go-balls.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #FFF;
    padding-top: 70px;
    padding-bottom: 120px;
}
.go-normal-area {
    text-align: center;
    padding-top: 10px;
}
.go-normal-badge {
    width: 460px;
    padding: 30px;
    color: #9B9B9B;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
}
h4.go-normal-title {
    text-transform: uppercase;
    color: #00C7D1;
    font-size: 34px;
}
.go-normal-section ul {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: left;
}
.go-normal-section li {
    margin-bottom: 18px;
    line-height: 22px;
}
button.go-btn-normal-select {
    padding: 10px 60px;
    margin-bottom: 20px;
    font-size: 16px;
    background-color: #E6E6E6;
    color: #949494;
    text-transform: uppercase;
}
button.go-btn-normal-select:hover {
    color: #949494;
    background-color: #f0f0f0;
}
button.go-btn-normal-select:focus,
button.go-btn-normal-select:active:focus {
    outline: none;
    color: #949494;
}
button.go-btn-normal-select:active {
    color: #949494;
}
.go-form-footer-section {
    background-image: url("../images/backgrounds/back-form-balls.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #FFF;
    padding-top: 70px;
    padding-bottom: 80px; 
}
.go-form-footer-title {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.row.go-form-horizontal {
    padding: 0px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 18px 0 rgba(0,0,0,0.2)
    
}
#contact2 div {
    padding: 0;
}
#contact2 input {
    width: 100%;
    padding: 20px 30px;
    border: none;
    font-size: 18px;
}
#contact2 .side-borders {
    border-left: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
}
.go-btn-form2-submit {
    margin-top: 30px;
    background-color: #F5A623;
    color: #FFF;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.go-btn-form2-submit:hover {
    background-color: #ffc360;
    color: #FFF;
}
.go-btn-form2-submit:focus,
.go-btn-form2-submit:active:focus {
    outline: none;
    color: #FFF;
}
.go-btn-form2-submit:active {
    color: #FFF;
}



/* ================== FAQ PAGE ================== */


.faq-yellow-top-section {
    display: block;
    padding-top: 50px;
    padding-bottom: 120px;
    background: url(../images/backgrounds/background-sun-ball.png) calc(50% - 550px) -350px no-repeat, 
                url(../images/backgrounds/background-sun-ball.png) 110% -50px no-repeat,
                linear-gradient(225.88deg, #FDE03A 0%, #FBD236 100%);
}

.faq-inner-top-yellow {
    display: block;
    margin: 0 auto
}

.faq-main-title {
    font-weight: 600;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 82px;
    letter-spacing: 4px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.faq-main-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFF;
}
h3.faq-question {
    margin-top: 70px;
    line-height: 46px;
}
p.faq-response {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
}


/* ================== TERMS OF USE PAGE ================== */

.terms-background {
    background-color: #FFF;
    background: url(../images/backgrounds/background-sun-ball-beige.png) calc(50% - 550px) 250px no-repeat,
                url(../images/backgrounds/background-sun-ball-beige.png) 110% -350px no-repeat;
}

.terms-top-section {
    padding-top: 40px;
    padding-bottom: 0px;
    
}
h1#logo-terms {
    font-family: San Francisco;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin : 0;
    margin-top: 12px;
    color: #F5A623;
}
.terms-main-section {
    padding-top: 30px;
    padding-bottom: 30px;
    /*background-color: #FFF;*/
}
h2.terms-main-title {
    margin-top: 70px;
    line-height: 46px;
    font-size: 26px;

} 
h3.terms-title {
    font-size: 22px;
    margin-top: 70px;
    line-height: 46px;
}
h3.terms-title-sub {
    font-size: 22px;
    margin-top: 20px;
    line-height: 46px;
}
p.terms-text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}
li.list-terms-no-bullet {
    list-style-type: none;
}
p.terms-date-time { 
    margin-top: 60px;
    text-align: left;
    font-size: 12px;
}


/* ================== TEAM PAGE ================== */


.team-photo {
    height: 450px
}

.team-yellow-top-section {
    display: block;
    padding-top: 40px;
    padding-bottom: 50px;
    background: url(../images/backgrounds/background-sun-ball.png) calc(50% - 650px) -450px no-repeat,
                url(../images/backgrounds/background-sun-ball.png) 50% 70px no-repeat,
                linear-gradient(225.88deg, #FDE03A 0%, #FBD236 100%);
}


.team-main-title {
    font-weight: 600;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 82px;
    letter-spacing: 4px;
    margin-top: 80px;
    margin-bottom: 10px;
}
.team-sub-header {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 46px;
    letter-spacing: 4px;
    margin-top: 16px;
    margin-bottom: 60px;
}
.team-main-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FFF;
}
.team-image-card {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
}

.team-image-card img {
    /*box-shadow: 4px 7px 10px 0 rgba(0,0,0,0.1);*/
    width: 100%;
}
.team-text {
    margin-top: 24px;
    text-align: center;
    font-size: 19px;
    line-height: 40px;
}

/*
.team-image-card img:hover {
    opacity: 0.50;
}

*/

.team-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.team-image-card:hover .team-overlay {
  opacity: 0.8;
}

.team-person-info {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0px 34px;
}
h4.team-name {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 32px;
    color: #FDDF3A;
    margin-bottom: 16px;
}
h6.team-position {
    /*text-transform: uppercase;*/
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 36px;
}
p.team-description {
    font-size: 12px;
    line-height: 26px;
    text-align: justify;
}

#slider-container {
	width: 100%;
	overflow: hidden;
	margin: 0;
	background: white;
    height: 250px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.photobanner {
	height: 250px;
	width: 4000px;
}

/* Slider-Bar keyframe animations */
/* 10 photos = 400px x 10photos = 4000px */
/* If adding more photos modify the five 100% margin-left values */
.first {
	-webkit-animation: bannermove 60s linear infinite;
	   -moz-animation: bannermove 60s linear infinite;
	    -ms-animation: bannermove 60s linear infinite;
	     -o-animation: bannermove 60s linear infinite;
	        animation: bannermove 60s linear infinite;
}
@keyframes bannermove {
    0% { margin-left: 0px; }
    100% { margin-left: -4000px; }
}
@-moz-keyframes bannermove {
    0% { margin-left: 0px; }
    100% { margin-left: -4000px; }
}
@-webkit-keyframes bannermove {
    0% { margin-left: 0px; }
    100% { margin-left: -4000px; }
}
@-ms-keyframes bannermove {
    0% { margin-left: 0px; }
    100% { margin-left: -4000px; }
}
@-o-keyframes bannermove {
    0% { margin-left: 0px; }
    100% { margin-left: -4000px; }
}


/* ================== SEARCH RESULTS PAGE ================== */



.search-results-header {
    background-color: #FDE03A;
    padding-top: 30px;
    padding-bottom: 40px;
}
.main-search-results-input-area {
    text-align: right;
}

.search-results-header input {
    width: 300px;
    background-color: #fde03a;
    border: none;
    color: #FFF;
    padding-left: 50px;
    margin-top: -2px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    box-shadow: none;
}

.search-results-header input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.search-results-header input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.search-results-header input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.search-results-header input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

.search-results-header .input-search-icon {
    color: #FFF;
    top: -20px;
}

.search-results-map-section {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: #DDE;
}

.search-results-gym-list-section {
    background-color: #f8f6f6;
    padding-top: 64px;
    padding-bottom: 0px;
}

.left-column-results {
    display: inline-block;
    /*width: 65%;*/
}

.right-column-results {
    display: inline-block;
    /*width: 30%;*/
    /*float: right;*/
}

.star-container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    height: 45px;
    width: 45px;
    display: block;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
}

.star {
    color: white;
    font-size: 25px;
    margin: 0 auto;
}

.best-gyms-card {
    width: 100%;
    text-align: center;
    height: 378px;
    padding: 30px;
    border-radius: 5px;
    background-color: #39D288;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
}

.best-gyms-card > h2 {
    height: 70px;
    color: #FFFFFF;
    font-family: "Open Sans Condensed";
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 35px;
    text-align: center;
    margin: 20px auto 20px auto;
}

.best-gyms-card > p {
    margin: 20px auto 0 auto;
    color: #FFFFFF;
    font-family: "Varela Round";
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

.results-gym-card {
    min-height: 256px;
    width: 100%;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.07);
    /*margin-top: 10px;*/
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 42px;
    overflow: auto; 
    padding-bottom: 4px;
    border: 1px solid #e8e8e8;
}
.results-photo-area {
    /*padding-left: 0px;*/
    padding-top: 14px;
    padding-bottom: 14px;
    max-height: 256px;
    overflow: hidden;
}
.results-gym-photo {
    width: 100%;
}
h3.search-card-gym-title {
    font-size: 22px;
    letter-spacing: 0.5px;
}
p.search-card-gym-location {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #9B9B9B;
}
.search-open-now {
    margin-top: 0px;
    font-size: 14px;
    color: #39d288;
}
hr.dashed-line {
    margin-top: 12px;
    margin-bottom: 12px;
	border-top: 1px dashed #bfbfbf;
}
.search-gym-description {
    font-size: 14px;
    color: #9B9B9B;
    min-height: 40px;
    min-height: 55px;
}
.btn-search-book-free-train {
    text-transform: uppercase;
    color: #FFF;
    border: none;
    letter-spacing: 0.5px;
    margin-top: 14px;
    margin-bottom: 14px;
    height: 44px;
    width: 285px;
    border-radius: 4px;
    background-color: #00C7D1;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);

    -webkit-transition: background 1s; /* Safari */
    transition: background 1s;
}
.btn-search-book-free-train a {
    color: #FFF;
}


.btn-search-book-free-train:hover {
    background-color: #00acb5;
}
.search-card-logo-area {
    height: 70px;
    max-height: 70px;
    width: 130px;
    max-width: 130px;
    float: right;
    margin-top: 24px;
    margin-right: 0px;
    opacity: .85;
    display: flex;
    align-items: center;
}
img.search-card-logo {
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    max-width: 100%;
}

.search-results-page .white-section-footer {
    background-color: #f8f6f6;
}



/* ================== GYM PROFILE =============== */


.gym-profile-page {
    background-color: #f8f6f6;
}

.gym-profile-yellow-top-section {
    background-color: #FDE03A;
    padding-top: 30px;
    padding-bottom: 40px;
}

.gym-profile-search-input-area {
    text-align: right;
}

.gym-profile-search-input-area input {
    width: 300px;
    background-color: #fde03a;
    border: none;
    color: #FFF;
    padding-left: 50px;
    margin-top: -2px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    box-shadow: none;
}



.gym-profile-search-input-area input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.gym-profile-search-input-area input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.gym-profile-search-input-area input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.gym-profile-search-input-area input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

.gym-profile-search-input-area .input-search-icon {
    color: #FFF;
    top: -2px;
}


.gym-profile-card {
    margin-top: 36px;
    margin-bottom: 50px;
    border-radius: 10px;
    background-color: #FFFFFF;	
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.05);
    padding: 0px;
    /*height: 800px;*/

}
.gym-profile-card p {
    color: #9B9B9B;
}


.gym-profile-map-section {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    background-color: #DDE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.gym-profile-main-content {
    margin: 50px 80px;
    
}

h2.profile-gym-name {
    color: #4A4A4A;
    font-size: 34px;
}
p.profile-gym-address {
    color: #9B9B9B;
    font-size: 16px;
    margin-top: 18px;
}
i.watch-icon {
    font-size: 12px;
    margin-right: 4px;
}
p.profile-open-now {
    color: #39d288;
}
span.gym-closed-today{
    color: #d2685f;
}
h5.profile-title-selected-facilities {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 18px;
}
.profile-selected-facilities-area {
    margin-bottom: 30px;
}
img.profile-selected-facilities-icon {
    display: inline-block;
    margin-right: 22px;
    width: 40px;
    height: 40px;
    background-color: #ffebca;
    border-radius: 14px;
    padding: 2px;
}

.book-training-form-area {
    margin-top: -90px;
    /*height: 330px;*/
    width: 100%;
    border-radius: 5px;
    background-color: #00C7D1;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
    padding: 10px 20px;
    text-align: center;
}
.book-form-title {
    color: #FFF;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 24px;
}
.book-training-form-area input {
    background-color: #66dde3;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    color: #FFF;
    border: none;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-left: 10px;
}
.book-training-button {
    background-color: #FFF;
    color: #39D288;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 16px;
    margin-top: 18px;
}
.book-training-button:hover,
.book-training-button:active,
.book-training-button:focus {
    background-color: #EEE;
    color: #39D288;
}
.book-training-form-area input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF;
}
.book-training-form-area input::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
}
.book-training-form-area input:-ms-input-placeholder { /* IE 10+ */
    color: #FFF;
}
.book-training-form-area input:-moz-placeholder { /* Firefox 18- */
    color: #FFF;
}

.profile-gym-description-area {
    margin-top: 10px;
}
p.profile-gym-description {
    line-height: 28px;
}
.profile-gym-contacts-area {
    margin-top: 20px;
}
.profile-gym-contacts-email {
    margin-bottom: 25px;
}
.profile-gym-contacts-phone {
    margin-bottom: 25px;
}
.profile-gym-contacts-language {
    margin-bottom: 0px;
}

.profile-gym-contacts-open-times h4 {
    margin-bottom: 16px;
}
.profile-gym-contacts-open-times p {
    line-height: 14px;
}
span.profile-weekday {
    min-width: 56px;
    display: inline-block;
}


.profile-dashed-line {
    margin-top: 26px;
    margin-bottom: 30px;
	border-top: 1px dashed #dadada;
}
.profile-facility-card {
    margin-bottom: 20px;
    height: 40px;
}
.profile-gym-list-highlighted-title,
.profile-gym-list-available-title,
.profile-gym-list-paying-title {
    margin-bottom: 24px;
}
.profile-gym-list-highlighted-icons {
    margin-top: 2px;
}
img.profile-highlighted-facilities-icon {
    display: inline-block;
    position: absolute;
    top: 2px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: #ffebca;
    border-radius: 14px;
    padding: 2px;
}
p.profile-highlighted-facilities-name {
    margin-left: 54px;
    font-size: 12px;
    width: 160px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

img.profile-paying-facilities-icon {
    display: inline-block;
    position: absolute;
    top: 2px;
    margin-bottom: 10px;
}
p.profile-paying-facilities-name {
    margin-left: 50px;
    font-size: 12px;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
}

span.profile-facility-price {
    margin-left: 14px;
    font-style: italic;
}




.gym-profile-page .white-section-footer {
    background-color: #f8f6f6;
}

.main-logo {
    width: 200px;
    height: 37px;
}

.main-logo-margin {
    width: 200px;
    height: 37px;
    margin-top: 30px;
}

.email-sent{
    margin-top: 10px;
    color: #fff !important;
}

#empty-results {
    height: 300px;
    width: 100%;
}

#empty-results h1 {
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
}

#finish-signup-form > * {
    display: block;
    margin-top: 25px;
}

#finish-signup-form > input[type=password] {
    width: 400px;
    height: 40px;
    padding-left:10px;
    border-radius: 5px;
    border: 1px solid #000;
    color: #666;
}

#finish-signup-form input[type=checkbox] {
    margin-right: 10px;
}

#finish-signup-form input[type=submit] {
    background-color: rgb(245, 166, 35);
    border-radius: 5px;
    color: white;
    border: none;
    width: 300px;
    height: 60px;
    font-size: 1.5em;
}

#finish-signup-form > .validation-error {
    margin-top: 5px;
    color: #f72527;
}

#finish-signup-form > .http-error {
    margin-top: 5px;
    color: #f72527;
    font-size: 1.2em;
}

.faq-titles {
    font-size: 46px;
    margin-top: 70px;
}