.header,
.middle,
.footer {
    position: relative;
    width: 100%;
}

.fullContainer {
    position: relative;
    width: 100%;
}

.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
}

@media(max-width:900px) {
    .popup .popupContent {
        position: relative;
        margin: 0px auto;
        margin-top: 100px;
        width: 80%;
        padding: 50px;
    }
}

@media(min-width:900px) {
    .popup .popupContent {
        position: relative;
        margin: 0px auto;
        margin-top: 120px;
        width: 600px;
        padding: 50px;
    }
}

.popup .popupContent .closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url("../images/close-icon.png") center no-repeat;
    background-size: 30px 30px;
}

@media(max-width:900px) {
    .content {
        position: relative;
        margin: 0px auto;
        width: 90%;
    }
}

@media(min-width:900px) {
    .content {
        position: relative;
        margin: 0px auto;
        width: 1200px;
    }
}


/*****************************************************************************/

@media(max-width:900px) {
    .topNavDesktop {
        display: none;
    }

    .topNavMobile {
        position: relative;
        width: 100%;
        padding: 15px 0px;
        background: #464a53;
    }

    .topNavMobile #burgerBtn {
        margin-top: 15px;
    }

    .topMenuMobile {
        position: fixed;
        top: 0px;
        right: -230px;
        width: 230px;
        height: 100%;
        padding-top: 15px;
        background: rgba(0, 0, 0, 0.95);
        z-index: 99999;
        overflow: scroll;
    }

    .topMenuMobile #burgerBtn2 {
        padding-top: 15px;
        padding-right: 10%;
    }

    .topMenuMobile .leftTabs {
        float: left;
        width: 115px;
        padding-right: 20px;
    }

    .topMenuMobile .rightTabs {
        float: right;
        width: 115px;
        padding-left: 20px;
        border-left: 1px solid #FFF;
    }
}

@media(min-width:900px) {
    .topNavMobile {
        display: none;
    }

    .topMenuMobile {
        display: none;
    }

    .topNavDesktop {
        position: relative;
        padding: 30px 0px;
        background: #464a53;
    }

    .topNavDesktop .tab {
        color: #FFF !important;
        font-size: 18px;
    }

    .topNavDesktop .tab:hover {
        color: #eae61a !important;
        text-decoration: none;
    }

    .topNavDesktop .tabActive {
        color: #eae61a !important;
        text-decoration: none;
    }

    .topNavDesktop .tabUnderline {
        position: absolute;
        width: 25px;
        height: 1px;
        background: #eae61a;
        left: 0px;
        bottom: 0px;
    }

    .topNavDesktop .tabs {
        position: absolute;
        top: -30px;
        right: 0px;
        padding: 5px 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: #eae61a;
    }
}


/*****************************************************************************/

@media(max-width:900px) {
    #topSlideMobile {
        display: block;
    }

    #topSlideDesktop {
        display: none;
    }
}

@media(min-width:900px) {
    #topSlideMobile {
        display: none;
    }

    #topSlideDesktop {
        display: block;
    }
}


/*****************************************************************************/

@media(max-width:900px) {
    .services {
        position: relative;
        margin: 0px auto;
        width: 90%;
    }

    .services .service {
        margin-top: 30px;
        width: 45%;
        margin-right: 10%;
    }

    .services .service:nth-child(2n) {
        margin-right: 0px;
    }

    .services .service .cover {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9;
    }

    .services .service .cover:hover {
        background: rgba(234, 230, 26, 0.7);
    }
}

@media(min-width:900px) {
    .services {
        position: relative;
        margin: 0px auto;
        width: 1200px;
    }

    .services .service {
        margin-top: 30px;
        width: 275px;
        margin-right: 30px;
    }

    .services .service:nth-child(4n) {
        margin-right: 0px !important;
    }

    .services .service .cover {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9;
    }

    .services .service .cover:hover {
        background: rgba(234, 230, 26, 0.7);
    }
}

@media(max-width:900px) {
    .serviceImageInfo {
        position: relative;
    }

    .serviceImageInfo .image {
        position: relative;
        margin: 0px auto;
        width: 350px;
        height: 350px;
    }

    .serviceImageInfo .info {
        width: 100%;
        text-align: center;
    }
}

@media(min-width:900px) {
    .serviceImageInfo {
        position: relative;
    }

    .serviceImageInfo:nth-child(odd) .image {
        float: left;
        width: 300px;
        height: 300px;
    }

    .serviceImageInfo:nth-child(odd) .info {
        float: right;
        width: 850px;
    }

    .serviceImageInfo:nth-child(even) .image {
        float: right;
        width: 300px;
        height: 300px;
    }

    .serviceImageInfo:nth-child(even) .info {
        float: left;
        width: 850px;
    }
}


/*****************************************************************************/

@media(max-width:900px) {
    .client {
        position: relative;
    }

    .client .image {
        position: relative;
        margin: 0px auto;
        width: 300px;
        height: 200px;
    }

    .client .info {
        width: 100%;
        text-align: center;
    }
}

@media(min-width:900px) {
    .client {
        position: relative;
        width: 100%;
    }

    .client .image {
        float: left;
        width: 300px;
        height: 200px;
    }

    .client .info {
        float: right;
        width: 850px;
    }
}


/*****************************************************************************/

@media(max-width:900px) {
    .programs {
        width: 360px;
    }

    .programs .gender .male {
        float: left;
        width: 150px;
        height: 150px;
        background: url("../images/maleOff.png") center no-repeat;
        background-size: 150px 150px;
    }

    .programs .gender .maleOn {
        background: url("../images/maleOn.png") center no-repeat;
        background-size: 150px 150px;
    }

    .programs .gender .female {
        float: right;
        width: 150px;
        height: 150px;
        background: url("../images/femaleOff.png") center no-repeat;
        background-size: 150px 150px;
    }

    .programs .gender .femaleOn {
        background: url("../images/femaleOn.png") center no-repeat;
        background-size: 150px 150px;
    }

    .programs .ageRange {
        width: 160px;
        padding: 5px;
        border: 1px solid #464a53;
        color: #464a53;
        background: #FFF;
    }

    .programs .ageRangeOn {
        color: #FFF;
        background: #464a53;
    }

    .programs select {
        width: 160px;
        padding: 5px;
        outline: none;
        border: 1px solid #464a53;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: #464a53 url("../images/arrow-dpd.png") 94% no-repeat;
    }

    .programs .stars {
        position: relative;
        margin: 0px auto;
        width: 360px;
    }

    .programs .stars .star {
        float: left;
        margin: 0px 5px;
        width: 25px;
        height: 25px;
        background: url("../images/starOff.png") center no-repeat;
        background-size: cover;
    }

    .programs .stars .starOn {
        background: url("../images/starOn.png") center no-repeat;
        background-size: cover;
    }
}

@media(min-width:900px) {
    .programs {
        width: 700px;
    }

    .programs .gender .male {
        float: left;
        width: 350px;
        height: 200px;
        background: url("../images/maleOff.png") center no-repeat;
        background-size: 200px 200px;
    }

    .programs .gender .male:hover {
        background: url("../images/maleOn.png") center no-repeat;
        background-size: 200px 200px;
    }

    .programs .gender .maleOn {
        background: url("../images/maleOn.png") center no-repeat;
        background-size: 200px 200px;
    }

    .programs .gender .female {
        float: right;
        width: 350px;
        height: 200px;
        background: url("../images/femaleOff.png") center no-repeat;
        background-size: 200px 200px;
    }

    .programs .gender .female:hover {
        background: url("../images/femaleOn.png") center no-repeat;
        background-size: 200px 200px;
    }

    .programs .gender .femaleOn {
        background: url("../images/femaleOn.png") center no-repeat;
        background-size: 200px 200px;
    }

    .programs .ageRange {
        width: 300px;
        padding: 5px;
        border: 1px solid #464a53;
        color: #464a53;
        background: #FFF;
    }

    .programs .ageRange:hover {
        color: #FFF;
        background: #464a53;
    }

    .programs .ageRangeOn {
        color: #FFF;
        background: #464a53;
    }

    .programs select {
        width: 300px;
        padding: 6px 5px;
        outline: none;
        border: 1px solid #464a53;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: #464a53 url("../images/arrow-dpd.png") 96% no-repeat;
    }

    .programs .stars {
        position: relative;
        margin: 0px auto;
        width: 600px;
    }

    .programs .stars .star {
        float: left;
        margin: 0px 5px;
        width: 50px;
        height: 50px;
        background: url("../images/starOff.png") center no-repeat;
        background-size: cover;
    }

    .programs .stars .starOn {
        background: url("../images/starOn.png") center no-repeat;
        background-size: cover;
    }
}


/*****************************************************************************/

.event {
    position: relative;
    width: 100%;
}

@media(max-width:900px) {
    .event .image {
        width: 100%;
    }

    .event .image img {
        width: 100%;
    }

    .event .info {
        width: 100%;
        text-align: center;
    }
}

@media(min-width:900px) {
    .event .image {
        float: left;
        width: 500px;
        height: 300px;
    }

    .event .image img {
        width: 100%;
    }

    .event .info {
        float: right;
        width: 650px;
    }
}


/*****************************************************************************/

@media(max-width:900px) {
    .bookPS {
        position: relative;
        width: 100%;
        height: 400px;
        background: url("../images/trainer-mobile.jpg") center no-repeat;
        background-size: cover;
    }

    .bookPS .calendar {
        position: absolute;
        top: 70px;
        left: calc(50% - 150px);
        width: 300px;
        height: 225px;
        background: url("../images/trainer-calendar.jpg") center no-repeat;
        background-size: 300px 225px;
        z-index: 9;
    }

    .bookPS .bookBtn {
        position: absolute;
        top: 320px;
        left: calc(50% - 150px);
        width: 300px;
        padding: 5px;
        color: #464a53;
        font-weight: bold;
        background: #eae61a;
        z-index: 9;
    }
}

@media(min-width:900px) {
    .bookPS {
        position: relative;
        width: 100%;
        height: 600px;
        background: url("../images/trainer.jpg") center no-repeat;
        background-size: cover;
    }

    .bookPS .calendar {
        position: absolute;
        top: 120px;
        right: 100px;
        width: 400px;
        height: 300px;
        background: url("../images/trainer-calendar.jpg") center no-repeat;
        background-size: 400px 300px;
        z-index: 9;
    }

    .bookPS .bookBtn {
        position: absolute;
        top: 450px;
        right: 100px;
        width: 400px;
        padding: 5px;
        color: #464a53;
        font-weight: bold;
        background: #eae61a;
        z-index: 9;
    }

    .bookPS .bookBtn:hover {
        color: #FFF;
        background: #464a53;
    }
}

.bookpsSearch input[type="text"] {
    width: 100%;
    padding: 6px 5px;
    outline: none;
    border: 1px solid #464a53;
    color: #464a53;
}

.bookpsSearch input[type="button"] {
    width: 100px;
    padding: 8px 5px;
}

.bookpsTbl {
    position: relative;
    border: 1px solid #464a53;
}

.bookpsTbl .bookpsCell {
    float: left;
    width: 25%;
    padding: 10px;
    border: 1px solid #464a53;
    color: #464a53;
    background: #FFF;
    text-align: center;
}

.bookpsTbl .bookpsCell:hover {
    color: #FFF;
    background: #EAE61A;
}

.bookpsTbl .bookpsCellActivated {
    color: #FFF !important;
    background: #EAE61A !important;
}

.bookpsTbl .bookpsCellDeactivated {
    color: #FFF !important;
    background: #c1c0c0 !important;
}

.bookPSWhite {
    width: 20px;
    height: 20px;
    border: 1px solid #464a53;
    background: #FFF;
}

.bookPSYellow {
    width: 20px;
    height: 20px;
    border: 1px solid #EAE61A;
    background: #EAE61A;
}

.bookPSGrey {
    width: 20px;
    height: 20px;
    border: 1px solid #c1c0c0;
    background: #c1c0c0;
}


/*****************************************************************************/

@media(max-width:900px) {
    .formContainer {
        position: relative;
        margin: 0px auto;
        width: 90%;
    }
}

@media(min-width:900px) {
    .formContainer {
        position: relative;
        margin: 0px auto;
        width: 900px;
    }

    .formContainerSmall {
        width: 450px;
    }
}

.formContainer input[type="text"],
.formContainer input[type="password"] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #464a53;
}

.formContainer select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #464a53;
    background: url("../images/arrow-down.png") 93% no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.formContainer textarea {
    width: 100%;
    height: 200px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #464a53;
}

.formContainer input[type="button"] {
    width: 100%;
    padding: 7px 0px;
}


/*****************************************************************************/

.mail {
    width: 20px;
    height: 20px;
    background: url("../images/mail-white.png") center no-repeat;
    background-size: 20px 20px;
}

.mail:hover {
    background: url("../images/mail-yellow.png") center no-repeat;
    background-size: 20px 20px;
}

.phone {
    width: 20px;
    height: 20px;
    background: url("../images/phone-white.png") center no-repeat;
    background-size: 20px 20px;
}

.phone:hover {
    background: url("../images/phone-yellow.png") center no-repeat;
    background-size: 20px 20px;
}

.fb {
    width: 20px;
    height: 20px;
    background: url("../images/fb-white.png") center no-repeat;
    background-size: 20px 20px;
}

.fb:hover {
    background: url("../images/fb-yellow.png") center no-repeat;
    background-size: 20px 20px;
}

.ig {
    width: 20px;
    height: 20px;
    background: url("../images/ig-white.png") center no-repeat;
    background-size: 20px 20px;
}

.ig:hover {
    background: url("../images/ig-yellow.png") center no-repeat;
    background-size: 20px 20px;
}

.yt {
    width: 20px;
    height: 20px;
    background: url("../images/yt-white.png") center no-repeat;
    background-size: 20px 20px;
}

.yt:hover {
    background: url("../images/yt-yellow.png") center no-repeat;
    background-size: 20px 20px;
}

@media(max-width:900px) {
    .footer .copyRight {
        width: 100%;
        text-align: center;
    }

    .footer .socialMedia {
        position: relative;
        margin: 0px auto;
        margin-top: 15px;
        width: 170px;
    }
}

@media(min-width:900px) {
    .footer .copyRight {
        float: left;
    }

    .footer .socialMedia {
        float: right;
    }
}

.accountHeader {
    padding: 10px;
    color: #FFF;
    background: #464a53
}

.accountRow {
    padding: 10px;
    border-bottom: 1px solid #464a53;
}

.bookBtnContainer {
    margin: 0px auto;
    text-align: center;
    width: 250px;
    margin-top: 30px;
}

.bookBtnContainer a:hover {
    text-decoration: none;
}

.bookPsBtn {
    font-size: 1.2rem;
    background-color: #EAE61A;
    color: #464a53;
    padding: 15px;
    transition: 0.3s;
}

.bookPsBtn:hover {
    background-color: #464a53;
    color: #EAE61A;
    transition: 0.3s;
    cursor: pointer;

}