/*---------------------
  || General Styles and Custom Stuff
-----------------------*/
html {
    min-height: 100%;
}

body {
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #f3f3f3;
}

.site-wrapper {
    max-width: 3840px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
    text-align: center;
    padding: 20px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus, select:focus, button:focus, textarea:focus {
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul, ol {
    padding: 0;
    margin: 0;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    color: #111111;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.row-bordered {
    content: "";
    display: block;
    border-bottom: 1px solid #CCCCCC;
}

/* … */

/*---------------------
|| In case of white board
-----------------------*/
.container-fluid a:link {
    color: black;
}

div.slicknav_menu nav.slicknav_nav ul li a:link {
    color: whitesmoke;
}

/* … */

/*---------------------
  || Header and Main Menu
-----------------------*/
.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    padding: 10px;
}

.nav-menu {
    margin-top: 10px;
    width: 100%;
}

.nav-menu .mainmenu {
    display: flex;
}

.nav-menu .mainmenu ul {
    padding: 0;
    margin-top: 10px;
}

.nav-menu .mainmenu ul li {
    list-style: none;
    display: inline-block;
    margin: 10px;
    vertical-align: bottom;
}

.nav-menu .mainmenu ul li.active a:after {
    opacity: 1;
}

.slicknav_nav li:hover {
    background-color: #ccc;
}

.nav-menu .mainmenu ul li a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 28px 0;
    position: relative;
    text-decoration: none;
}

.nav-menu .mainmenu ul li a:hover:after {
    opacity: 1;
}

.nav-menu .mainmenu ul li a:after {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    height: 2px;
    background: #65e30a;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-menu .mainmenu .header-social a:after {
    position: relative;
}

.nav-menu .mainmenu .header-social a:hover #header_facebook {
    transform: scale(2.0);
}

.nav-menu .mainmenu .header-social a:hover #header_instagram {
    transform: scale(2.0);
}

.slicknav_menu {
    display: none;
}

#header_facebook {
    margin: 20px;
}

#header_instagram {
    margin: 20px;
}

#logout_a:hover {
    color: white;
}

/* … */

/*---------------------
|| Buttons
-----------------------*/
.primary-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 0 12px;
    text-align: center;
    width: 160px;
    height: 46px;
    border-left: 2px solid #65e303;
    border-right: 2px solid #51b608;
    box-sizing: border-box;
    background: linear-gradient(to right, #65e303, #51b608);
    transition-duration: 1000ms;
    line-height: 45px;
    position: relative;
    z-index: 1;
}

.primary-btn:after {
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background: linear-gradient(to right, #65e303, #51b608);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
}

.primary-btn:hover {
    color: #fff;
    opacity: 0.5;
}

.about-text a.primary-btn {
    color: #fff;
}

.about-text a.hover {
    color: #fff;
}

.btn-link {
    color: #65e303;

}

.btn-link:link {
    color: #65e303;
}

.btn-link:hover {
    color: #65e303;
}

.btn-link:active {
    color: #65e303;
}

.btn-link:visited {
    color: #65e303;
}

/* … */

/*---------------------
|| Copyright
-----------------------*/
.copyright-text {
    overflow: hidden;
}

.copyright-text p {
    padding-top: 6px;
    float: left;
    color: #ffffff;
    margin-right: 25px;
    display: inline-block;
}

.copyright-text ul {
    display: inline-block;
}

.copyright-text ul li {
    list-style: none;
    font-size: 16px;
    display: inline-block;
    margin-right: 25px;
    line-height: 40px;
}

.copyright-text ul li:last-child {
    margin-right: 0;
}

.copyright-text ul li a {
    color: #ffffff;
}

.copyright-text ul li a:hover {
    color: #65e303;
}

.copyright-text ul li:last-child {
    margin-right: 0;
}

.copyright-text .footer-social {
    float: right;
}

.copyright-text .footer-social a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    background: #282828;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-left: 4px;
}

.copyright-text .footer-social a:first-child {
    margin-left: 0;
}

.copyright-text .footer-social a:hover {
    background: linear-gradient(to right, #65e303, #51b608);
}

/* … */

/*---------------------
|| Video Banner Section
-----------------------*/
.video-banner-section {
    z-index: 0;
    position: relative;
}

video {
    object-fit: fill;
}

/* !* Style the video: 100% width and height to cover the entire window *!*/
#myVideo {
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

/* … */

/*---------------------
|| Free Entry Section (also used in registration and contact)
-----------------------*/
.free-entry-section {
    background: #f5f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
}

.free-entry-section .section-title {
    margin-bottom: 32px;
}

.free-entry-section .section-title h2 {
    margin-bottom: 12px;
}

.free-entry-text {
    padding: 50px 70px 60px 70px;
    background: #ffffff;
    box-shadow: 0 12px 21px rgba(0, 0, 0, 0.15);
}

.free-entry-text .free-entry-form label {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 11px;
}

.free-entry-text .free-entry-form input {
    width: 100%;
    height: 46px;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 18px;
}

.free-entry-text .free-entry-form .free-entry-btn {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    background: linear-gradient(to right, #65e303, #51b608);
    border: none;
    padding: 12px 0;
    cursor: pointer;
    margin-top: 30px;
    transition-duration: 1000ms;
}

.free-entry-text .free-entry-form .free-entry-btn:hover {
    opacity: 0.5;
}

.free-entry-text .section-title img {
    height: 200px;
    width: 400px;
    margin-bottom: 20px;
}

.free-entry-text .text-center img {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

/* … */

/*---------------------
|| About Section
-----------------------*/
.about-section {
    background: #f5f4f4;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0
}

.about-section .container-fluid .row.g-0 .col-lg-6 {
    background: rgb(101, 227, 3);
    background: linear-gradient(335deg, rgba(101, 227, 3, 1) 45%, rgba(255, 255, 255, 1) 53%);
}

.about-pic {
    position: relative;
}

.about-pic img {
    max-height: 660px;
    min-width: 100%;
}

.about-text {
    padding-top: 15px;
    padding-left: 40px;
}

.about-text h2 {
    font-size: 40px;
    color: #111111;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-text p {
    color: #6b6b6b;
}

.about-text p.first-para {
    margin-bottom: 10px;
}

.about-text p.second-para {
    margin-bottom: 10px;
}

.about-text p.third-para {
    margin-bottom: 50px;
}

/* … */

/*---------------------
|| Services Section
-----------------------*/
.services-section {
    background: #f5f4f4;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0
}

.services-pic img {
    height: 660px;
    min-width: 100%;
}

.services-item {
    background: #141414;
    position: relative;
    padding-left: 70px;
    padding-right: 45px;
    height: 330px;
}

.services-item.bg-gray i {
    color: #65e30a
}

.services-item.bg-gray {
    background: #1e1e1e;
}

.services-item h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 36px;
    margin-bottom: 20px;
}

.services-item p {
    color: #bdbdbd;
    margin-bottom: 0;
}

#services_id_1 {
    padding-top: 10px;
}

#services_id_3 {
    padding-top: 10px;
}

/* … */

/*---------------------
|| Map Section
-----------------------*/
.map-section {
    background: #f5f4f4;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0
}

.map-section-item {
    height: 800px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    padding-top: 85px;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 1;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.map-section-item iframe {
    margin-bottom: 5px;
    margin-right: 10px;
}

.map {
    height: 800px;
    position: relative;
}

.map img {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-14px, -21px);
    transform: translate(-14px, -21px);
}

/* … */

/*---------------------
|| Partners Section
-----------------------*/
.partners-section {
    background: white;
    width: 100%;
    margin-bottom: 30px;
}

.slick-slider {
    position: relative;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 20px;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-initialized .slick-slide {
    display: block;
}

/* … */

/*---------------------
|| Footer Section
-----------------------*/
.footer-section {
    background: #111111;
    width: 100%;
    margin-top: auto;
}

.contact-option span {
    font-size: 14px;
    color: #65e30a;
}

.contact-option p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
}

/* … */

/*---------------------
|| Breadcrumb Section
-----------------------*/
.breadcrumb-section {
    padding-top: 190px;
    height: 400px;
}

.breadcrumb-text {
    text-align: center;
}

.breadcrumb-text h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    word-break: break-all;
}

/* … */

/*---------------------
|| Trainers Section
-----------------------*/
.trainer-section {
    padding-top: 90px;
    padding-bottom: 190px;
}

.trainer-section.about-trainer {
    background-color: #f3f3f3;
}

.trainer-section .section-title h2 {
    color: #65e303;
}

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

.single-trainer-item:hover .trainer-text {
    height: 250px;
    bottom: -90px;
    padding: 26px 30px 30px;
    box-shadow: 0 10px 49px 0 rgba(0, 0, 0, 0.15);
}

.single-trainer-item:hover .trainer-text p {
    opacity: 1;
}

.single-trainer-item:hover .trainer-text .trainer-social {
    opacity: 1;
    visibility: visible;
}

.single-trainer-item img {
    min-width: 100%;
}

.single-trainer-item .trainer-text {
    position: absolute;
    left: 50%;
    bottom: -55px;
    text-align: center;
    background: #ffffff;
    width: 310px;
    margin: 0 auto;
    transform: translateX(-155px);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 30px 18px;
    height: 90px;
    transition: all 0.5s;
    overflow: hidden;
}

.single-trainer-item .trainer-text h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 4px;
}

.single-trainer-item .trainer-text span {
    font-size: 16px;
    color: #3d8806;
}

.single-trainer-item .trainer-text p {
    margin-top: 7px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-trainer-item .trainer-text .trainer-social {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-trainer-item .trainer-text .trainer-social a {
    display: inline-block;
    font-size: 17px;
    color: #111111;
    margin-right: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-trainer-item .trainer-text .trainer-social a:hover {
    color: #3d8806;
}

.single-trainer-item .trainer-text .trainer-social a:last-child {
    margin-right: 0;
}

/* … */

/*---------------------
|| Classes Section
-----------------------*/
.classes-timetable {
    padding-top: 0;
    background-color: #f3f3f3;
}

.classes-timetable .nav-controls {
    text-align: center;
}

.classes-timetable .nav-controls ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    margin: 10px;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
}

.classes-timetable .nav-controls ul li.active {
    transform: scale(1.1);
    text-shadow: 1px 1px 1px #000000;
}

.classes-timetable .nav-controls ul li:hover {
    transform: scale(1.1);
    margin-left: 10px;
    margin-right: 10px;
    text-shadow: 1px 1px 1px #000000;
}

.classes-timetable .nav-controls ul li:last-child {
    margin-right: 0;
}

.classes-timetable a:link {
    color: #55B114FF;
}

.classes-timetable a:hover {
    color: #55B114FF;
}

.classes-timetable a:active {
    color: #55B114FF;
}

.classes-timetable a:visited {
    color: #55B114FF;
}

.classes-timetable .section-title p {
    font-size: large;
}

.classes-timetable .section-title h2 {
    color: #65e303
}

.classes-timetable h4 {
    text-align: center;
    padding: 10px;
}

.classes-timetable .select2-selection--single.modelselect2.form-select {
    min-height: 50px;
}

.add_form {
    text-align: center;
    padding: 10px;
}

.classes-timetable .schedule-table ul {
    text-align: left;
    padding-left: 70px;
    list-style-type: decimal;
}

.schedule-table.filtering .ts-item {
    opacity: 0;
}

.schedule-table.filtering .ts-item.show {
    opacity: 1;
}

.schedule-table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

#classes_table {
    margin: auto;
    table-layout: fixed;
    caption-side: top;
    width: 100%;
}

.schedule-table thead {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    border: 10px solid black;
    table-layout: fixed;
}

.schedule-table table thead tr th {
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 0;
    width: 1%;
    height: 1%;
    border: 10px solid black;
    text-align: center;
    word-wrap: break-word;
}

.schedule-table table tbody tr {
    border: 10px solid black;
}

.schedule-table table tbody tr td {
    width: 1%;
    height: 1%;
    border-left: 10px solid black;
    z-index: 1;
}

.schedule-table table caption h3 {
    float: left;
    padding-top: 6px;
}

.schedule-table table caption h3 a {
    font-size: large;
}

.schedule-table table tbody tr td.workout-time {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

.schedule-table table tbody tr td h6 {
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.schedule-table table tbody tr td span {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
}

.schedule-table table tbody tr td .trainer-name {
    font-size: 14px;
    color: #111111;
    font-weight: bold;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #55B114FF;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

/* For Mobile */
@media screen and (max-width: 540px) {
    #classes_table {
        table-layout: auto;
    }


    .schedule-table table tbody tr td {
        border: 10px solid black;
        position: relative;
        z-index: 1;
        min-width: 200px;
        min-height: 200px;
    }

    .schedule-table table tbody tr th {
        border: 10px solid black;
        min-width: 200px;
        min-height: 200px;

    }
}

/* For Tablets */
@media screen and (min-width: 540px) and (max-width: 780px) {
    #classes_table {
        table-layout: auto;
    }

    .schedule-table table tbody tr td {
        border: 10px solid black;
        position: relative;
        z-index: 1;
        min-width: 200px;
        min-height: 200px;

    }

    .schedule-table table tbody tr th {
        border: 10px solid black;
        min-width: 200px;
        min-height: 200px;

    }
}

/* … */

/*---------------------
|| Free Consultations Section
-----------------------*/
.free-consultations {
    background-color: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.free-consultations.page {
    background-color: #f3f3f3;
    padding-top: 100px;
}

.free-consultations.page .classes-page-text {
    -webkit-box-shadow: 0 12px 21px rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 21px rgba(0, 0, 0, 0.15);
}

.free-consultations .section-title {
    margin-bottom: 32px;
}

.free-consultations .section-title h2 {
    margin-bottom: 12px;
    color: #65e303;
}

/* … */

/*---------------------
|| Pricing Section
-----------------------*/
.pricing-section {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    box-sizing: border-box;
    background-color: #f3f3f3;
    padding: 20px 5%;
    text-align: center;
}

.pricing-section .row p a {
    color: #65e303
}

.pricing-section ul {
    list-style: none;
    min-height: 300px;
}

.pricing-section h2 {
    font-weight: bold;
}

.pricing-section p {
    font-weight: bold;
}

.pricing-section ul li {
    margin-bottom: 15px;
    min-height: 20px;
    background-size: 20px 20px;
}

.price {
    display: inline-block;
    width: 320px;
    height: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.price .image {
    width: 100%;
    height: 190px;
    display: flex;
    background-size: cover;
    background-position: center center;
    background-image: url('/static/website/img/pricing/szablon2.png')
}

.price .image .title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: rgba(81, 182, 8, 0.50);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.price .info {
    width: 100%;
    height: auto;
    font-size: 14px;
    display: flex;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 10px 70px 10px;
    color: #000;
    background-color: #fff;
    font-weight: bold;
}

.prices_button {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    font-size: 18px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: rgba(81, 182, 8);
    color: #fff;
    cursor: pointer;
    transition: all 300ms;
}

.prices_button:hover {
    background-color: #65e303;
}

.price .info.open_cards ul li {
    background: url('/static/website/img/pricing/medal.png') no-repeat left center;
    padding-left: 20px;
}

.price .info.open_cards ul li {
    background: url('/static/website/img/pricing/medal.png') no-repeat left center;
    padding-left: 20px;
}

.price .info.gym_cards ul li {
    background: url('/static/website/img/pricing/cross.png') no-repeat left center;
    padding-left: 20px;
}

.price .info.fitness_cards ul li {
    background: url('/static/website/img/pricing/fitness.png') no-repeat left center;
    padding-left: 20px;
}

.price .info.martial_arts_cards ul li {
    background: url('/static/website/img/pricing/kimono.png') no-repeat left center;
    padding-left: 20px;
}

.price .info.professional_cards ul li {
    background: url('/static/website/img/pricing/puchar.png') no-repeat left center;
    padding-left: 20px;
}

.pricing-section .row.justify-content-center {
    border-bottom: 1px solid gray
}

/* … */

/*---------------------
|| Career Section
-----------------------*/
.career {
    display: inline-block;
    width: 400px;
    height: auto;
    margin: 20px 20px;
    box-sizing: border-box;
    position: relative;
}

.career .image {
    width: 100%;
    height: 190px;
    display: flex;
    background-size: cover;
    background-position: center center;
    background-image: url('/static/website/img/partnership/partnership.jpg')
}

.career .image .title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
}
#myVideo2 {
    width: unset;
}
.career .info {
    width: 100%;
    height: auto;
    font-size: 16px;
    display: flex;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 10px 70px 10px;
    color: #000;
    background-color: #fff;
    font-weight: bold;
}

.career ul {
    list-style: none;
    min-height: 600px;
}

.career ul li {
    list-style-type: circle;
    margin-bottom: 10px;
    background-size: 20px 20px;
    margin-left: 10px;
}

/* … */

/*---------------------
|| Gallery Section
-----------------------*/
.gallery-section {
    padding-bottom: 70px;
}

.gallery-controls {
    text-align: center;
    margin-bottom: 55px;
}

.gallery-controls li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    text-transform: uppercase;
    margin-right: 30px;
    cursor: pointer;
}

.gallery-controls li.active {
    color: #65e303;
}

.gallery-controls li:last-child {
    margin-right: 0;
}

.gallery-filter img {
    min-width: 100%;
    margin-bottom: 30px;
}

/* … */

/*---------------------
|| Contact Section
-----------------------*/
.contact-section {
    margin-bottom: 30px;
    margin-top: 30px;
}

.contact-address .ca-widget .cw-icon i {
    color: #65e30a;
    margin-top: 10px;
}

.contact-info h4 {
    font-weight: 600;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 47px;
}

.contact-info .contact-address .ca-widget {
    overflow: hidden;
    margin-bottom: 16px;
}

.contact-info .contact-address .ca-widget .cw-icon {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    text-align: center;
    line-height: 74px;
    float: left;
    margin-right: 15px;
}

.contact-info .contact-address .ca-widget .cw-text {
    padding-top: 12px;
}

.contact-info .contact-address .ca-widget .cw-text h5 {
    color: #bdbdbd;
    margin-bottom: 10px;
}

.contact-info .contact-address .ca-widget .cw-text p {
    color: #111111;
    font-size: 14px;
    margin-right: 30px;
}

.contact-form h4 {
    font-weight: 600;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 47px;
}

.contact-form form input {
    width: 100%;
    height: 51px;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-form form input::-webkit-input-placeholder {
    color: #9a9a9a;
}

.contact-form form input::-moz-placeholder {
    color: #9a9a9a;
}

.contact-form form input:-ms-input-placeholder {
    color: #9a9a9a;
}

.contact-form form input::-ms-input-placeholder {
    color: #9a9a9a;
}

.contact-form form input::placeholder {
    color: #9a9a9a;
}

.contact-form form input:focus {
    color: #111111;
}

.contact-form form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 42px;
    resize: none;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #9a9a9a;
}

.contact-form form textarea::-moz-placeholder {
    color: #9a9a9a;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #9a9a9a;
}

.contact-form form textarea::-ms-input-placeholder {
    color: #9a9a9a;
}

.contact-form form textarea::placeholder {
    color: #9a9a9a;
}

.contact-form form textarea:focus {
    color: #111111;
}

.contact-form form button {
    font-size: 14px;
    color: #ffffff;
    padding: 10px 33px;
    display: inline-block;
    background: linear-gradient(to right, #65e303, #51b608);
    border: none;
    text-transform: uppercase;
    width: 100%;
}

/* … */

/*---------------------
|| Panel Sidebar
-----------------------*/
ul.nav a:hover {
    background-color: rgba(81, 182, 8);
}

ul.nav a:active {
    background-color: rgba(81, 182, 8);
}

.d-flex.flex-column.flex-shrink-0.p-3.text-white.bg-dark {
    height: 100%;
}

.d-flex.flex-column.flex-shrink-0.p-3.text-white.bg-dark span.fs-4 {
    text-align: center;
}

/* … */

/*---------------------
|| Panel content
-----------------------*/
.panel-content-section {
    padding: 10px 10px 10px 20px;
    min-height: 700px;
}

/* … */

/*---------------------
|| Card online
-----------------------*/
#kuponline-top {
    position: absolute;
    padding: 15px;
    right: 0;
    font-size: 30px;
    text-align: right;
    color: #fff;
    width: auto;
    height: auto;
    display: block;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: all 300ms;
    box-sizing: border-box;
}

#kuponline-top:hover {
    background: black;

}

#kuponline-top:hover span {
    color: #65e30a;
}

/* … */

/*---------------------
|| #:TODO przypisac
-----------------------*/
#payu_button {
    border: 0;
    height: 50px;
    width: 400px;
    background: url('/static/website/img/payments/payu_button.png') no-repeat;
    cursor: pointer;
}

#notification {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #FF7800;
    padding: 5px;
}

#notification span.dismiss {
    border: 2px solid #FFF;
    padding: 0 5px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

#notification a {
    color: white;
    text-decoration: none;
    font-weight: bold
}

/* … */

/*---------------------
|| Password changing
-----------------------*/
.password-change-text {
    padding: 50px 70px 60px 70px;
    background: #ffffff;
    margin-right: -15px;
}

/* … */

/*---------------------
|| For mobile devices
-----------------------*/
/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }

    #myVideo2 {
        width: 100%;
    }

    #kuponline-top {
        font-size: 10px;
    }
}

/*-------------------------------- Responsive Media Styles --------------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

}

/*--------------------------------Medium Device:1200px--------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-item {
        padding-top: 70px;
        padding-left: 37px;
        padding-right: 30px;
    }

    .services-item img {
        left: 40px;
        top: 35px;
    }

    .services-item.pd-b {
        padding-top: 70px;
    }

    .single-trainer-item .trainer-text {
        width: 282px;
        -webkit-transform: translateX(-141px);
        -ms-transform: translateX(-141px);
        transform: translateX(-141px);
    }

    .testimonial-section:after {
        width: 990px;
        -webkit-transform: translate(-495px, -270px);
        -ms-transform: translate(-495px, -270px);
        transform: translate(-495px, -270px);
    }

    .map-section-item:after {
        width: 450px;
        -webkit-transform: translate(-225px, -155px);
        -ms-transform: translate(-225px, -155px);
        transform: translate(-225px, -155px);
    }

    .about-text {
        padding-top: 0;
        padding-left: 20px;
    }

    .award-text {
        padding-top: 0;
    }

    .bd-text .blog-author .ba-text {
        padding-top: 15px;
    }

    .site-wrapper {
        margin: unset;
    }

    .header-section {
        position: absolute;
    }

    .free-entry-text {
        padding: 5px 5px 5px 5px;
    }

    .career {
        display: inline-block;
        width: unset;
        height: auto;
        margin-bottom: 10px;
        box-sizing: border-box;
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-section:after {
        display: none;
    }

    #myVideo2 {
        width: 100%;
    }

    .banner-text {
        margin-bottom: 30px;
    }

    .single-trainer-item {
        margin-bottom: 110px;
    }

    .trainer-section {
        padding-bottom: 80px;
    }

    .membership-item {
        margin-bottom: 40px;
    }

    .register-pic {
        margin-left: 0;
        padding-top: 30px;
    }

    .subscribe-option .so-text {
        float: none;
    }

    .subscribe-option .subscribe-form {
        float: none;
        margin: 5px 0 37px;
    }

    .award-text {
        margin-bottom: 30px;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .site-wrapper {
        margin: unset;

    }

    .header-section {
        position: absolute;
    }

    .free-entry-text {
        padding: 5px 5px 5px 5px;
    }

    .career {
        display: inline-block;
        width: unset;
        height: auto;
        margin-bottom: 10px;
        box-sizing: border-box;
        position: relative;
    }
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-menu .mainmenu ul li {
        margin-right: 12px;

    }

    #myVideo2 {
        width: 100%;
    }

    #kuponline-top {
        font-size: 10px;
    }

    .nav-menu .signup-btn {
        margin: 16px 0 16px 0;
        width: 145px;
    }

    .services-pic img {
        height: auto;
    }

    .register-pic img {
        height: auto;
        min-width: 100%;
    }

    .site-wrapper {
        margin: unset;

    }

    .header-section {
        position: absolute;
    }

    .free-entry-text {
        padding: 5px 5px 5px 5px;
    }

    .career {
        display: inline-block;
        width: unset;
        height: auto;
        margin-bottom: 10px;
        box-sizing: border-box;
        position: relative;
    }
}

/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
    .slicknav_menu {
        height: 50%;
        display: block;
        background: transparent;
        padding: 0;
        position: relative;
        z-index: 55;
    }

    #myVideo2 {
        width: 100%;
    }

    #kuponline-top {
        font-size: 10px;
    }

    .slicknav_btn {
        margin: 22px 0;
        border-radius: 0;
    }

    .slicknav_nav {
        background: #222;
    }

    .slicknav_nav ul {
        margin: 10px;
    }

    .slicknav_nav a:hover {
        border-radius: 0;
        background: #f15d44;
        color: #ffffff;
    }

    .slicknav_nav a {
        padding: 10px;
    }

    .nav-menu .mainmenu {
        display: none;
    }

    .nav-menu .signup-btn {
        display: none;
    }

    .services-pic img {
        height: auto;
    }

    .map-section-item:after {
        width: 450px;
        -webkit-transform: translate(-225px, -155px);
        -ms-transform: translate(-225px, -155px);
        transform: translate(-225px, -155px);
    }

    .banner-text {
        padding-top: 40px;
    }

    .register-pic img {
        height: auto;
        min-width: 100%;
    }

    .copyright-text {
        text-align: center;
    }

    .copyright-text p {
        float: none;
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .copyright-text .footer-social {
        float: none;
    }

    .about-section .about-text {
        padding-left: 0;
    }

    .schedule-table {
        overflow: auto;
    }

    .classes-timetable .nav-controls ul li {
        margin-right: 10px;
    }

    .gallery-controls li {
        margin-right: 15px;
    }

    .bd-text .tag-share .tags {
        float: none;
        margin-bottom: 10px;
    }

    .bd-text .tag-share .social-share {
        float: none;
    }

    .site-wrapper {
        margin: unset;

    }

    .header-section {
        position: absolute;
    }

    .free-entry-text {
        padding: 5px 5px 5px 5px;
    }

    .career {
        display: inline-block;
        width: unset;
        height: auto;
        margin-bottom: 10px;
        box-sizing: border-box;
        position: relative;
    }
}

/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
    .single-trainer-item .trainer-text {
        width: 284px;
        -webkit-transform: translateX(-142px);
        -ms-transform: translateX(-142px);
        transform: translateX(-142px);
    }

    #myVideo2 {
        width: 100%;
    }

    #kuponline-top {
        font-size: 10px;
    }

    .map-section-item:after {
        width: 300px;
        -webkit-transform: translate(-150px, -155px);
        -ms-transform: translate(-150px, -155px);
        transform: translate(-150px, -155px);
    }

    .map-section-item {
        padding-top: 28px;
    }

    .subscribe-option {
        padding: 0 15px;
    }

    .subscribe-option .subscribe-form {
        width: 260px;
    }

    .copyright-text ul li {
        margin-right: 15px;
    }

    .services-item {
        padding-left: 40px;
        padding-top: 100px;
    }

    .services-item.pd-b {
        padding-top: 80px;
    }

    .services-item img {
        left: 40px;
        top: 40px;
    }

    .bd-text .tag-share .tags a {
        margin-bottom: 5px;
    }

    .gallery-controls li {
        margin-right: 10px;
    }

    .site-wrapper {
        margin: unset;

    }

    .header-section {
        position: absolute;
    }

    .free-entry-text {
        padding: 5px 5px 5px 5px;
    }

    .career {
        display: inline-block;
        width: unset;
        height: auto;
        margin-bottom: 10px;
        box-sizing: border-box;
        position: relative;
    }
}

.select2-container {
    z-index: 9999;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

/* … */
