#map-and-schedule {
    margin-top: 50px;
}

#map {
    min-height: 600px;
}

#map-and-schedule-content-wrapper {
    min-height: 300px;
}

.schedule-tabs {
    margin-top: 40px;
}

.tab-button {
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px 0px;
    height: 45px;
    cursor: pointer;
}

.tab-button.active {
    background-color: #396ac7;
    color: #fff;
}

.tab-button:hover:not(.active), .tab-button:focus:not(.active) {
    cursor: pointer;
    background-color: #f8f8f8;
}

.button-item:first-child .tab-button {
    padding-top: 13px;
}

.button-item {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.map-and-schedule-content {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    background-color: #f8f8f8;
}

.schedule-dropdown {
    margin-top: 10px;
    text-align: center;
}

.schedule-dropdown .dropdown-menu {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.gym-panel {
    min-height: 520px;
    position: relative;
}

.gym-photo {
    width: 90%;
}

.gym-address, .gym-price {
    font-weight: bold;
    margin-bottom: 10px;
}

.gym-price {
    color: #e91a1a;
}

.gym-trainer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gym-phone a, .gym-phone .phone-icon {
    font-weight: bold;
    text-decoration: none;
}

.gym-map {
    width: 95%;
    position: absolute;
    bottom: 10px;
}

.gym-map iframe {
    height: 280px;
}

.gym-schedule-wrapper {
    overflow-x: auto;
    width: 100%;
    margin-top: 10px;
}

.gym-schedule-table {
    width: 500px;
    position: relative;
}

.gym-schedule-table th:first-child, .gym-schedule-table td:first-child {
    width: 66px;
    border-left: 0;
}

.gym-schedule-table th, .gym-schedule-table td {
    border: 2px solid white;
    width: 62px;
    text-align: center;
    height: 30px;
}

.gym-schedule-table thead th {
    background-color: #656565;
    border: 0;
    color: white;
    font-weight: 400;
}

.gym-schedule-table tr:nth-child(even) td {
    background-color: #d9d9d9;
}

.gym-schedule-table tr:nth-child(odd) td {
    background-color: #f2f2f2;
}

.schedule-item {
    font-size: 10px;
    text-align: center;
    justify-content: center;
    border: 2px solid #fff;
    width: 64px;
    display: flex;
    align-items: center;
    position: absolute;
}

.schedule-dropdown .btn.btn-default.dropdown-toggle {
    width: 300px;
}

.gym-closed-wrapper {
    width: 100%;
    margin-top: 45px;
}

.gym-closed-image-wrapper {
    width: 100%;
    height: 180px;
    position: relative;
    text-align: center;
}

.gym-closed-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.gym-closed-img {
    vertical-align: middle;
}

#trainers {
    margin-top: 80px;
}

#trainers .row {
    margin-top: 40px;
}

.trainer-item {
    margin-bottom: 50px;
}

.trainer-img {
    height: 287px;
    width: 220px;
    margin: 0 auto 15px;
}

.trainer-description {
    margin-left: 57px;
}

.trainer-description p {
    margin-top: 10px;
}

.trainer-name {
    width: 82%;
}

.trainer-name h4 {
    text-align: center;
}

.trainer-item hr {
    background-color: #ccc;
    height: 1px;
    width: 82%;
    margin-top: 15px;
    margin-left: 0;
}

#our-players {
    margin-top: 30px;
}

.slider-content {
    margin-top: 40px;
}

.slider-content .item {
    margin: 0 10px 10px;
}

.slider-content .item img {
    display: block;
    width: 100%;
    height: auto;
}

#our-services {
    margin-top: 80px;
}

#our-services .container-fluid {
    margin-top: 40px;
}

.service-item {
    position: relative;
    margin: 0 auto 20px;
}

.service-title {
    width: 100%;
    max-width: 590px;
    background-color: #000;
    opacity: .6;
    color: #fff;
    position: absolute;
    padding: 10px;
    text-align: center;
    z-index: 1;
    bottom: 0;
    font-size: 18px;
}

.hovereffect {
    width: 100%;
    max-width: 590px;
    height: 100%;
    position: relative;
    text-align: center;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(75, 75, 75, 0.7);
}

.hovereffect .service-description {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    width: 90%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 100px 0 0;
    padding: 30px 20px;
}

.hovereffect:hover .service-description {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

footer {
    margin: 30px 0 30px;
    text-align: center;
}

a.back-to-top {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    background: rgba(190, 190, 190, 0.8) url("/img/up-arrow.png") no-repeat center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a.back-to-top:hover {
    background: rgba(160, 160, 160, 0.8) url("/img/up-arrow.png") no-repeat center;
}

a.back-to-top:focus {
    outline: none;
}

.lviv_champ {
    font-weight: bolder;

}

#top-navbar .lviv_champ a {
    color: #ffd900;
}
