:root {
    --primary: #1a1c28;
    --secondary: #f5c500;
    --info: #666666;
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v40-latin/oswald-v40-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/oswald-v40-latin/oswald-v40-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v40-latin/oswald-v40-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v40-latin/oswald-v40-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v40-latin/oswald-v40-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v40-latin/oswald-v40-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

p {
	font-family:Oswald;
	font-weight:300;
}

@font-face {
    font-family: Oxygen;
    src: url("../fonts/oxygen/Oxygen-Regular.ttf");
}


* {
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}


body {
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-family: "Oxygen";
    font-size: 20px;
    color: #7b7876;
    font-weight: 300;
    overflow-x: hidden!important;
    background-color: var(--primary);
    user-select: none;
}

h1, h2, h3, h4, h5, h6, p {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.row {
    overflow-x: hidden;
    overflow-y: hidden;
}

#section_first {
    color: #ffffff;
}

#section_first #info {
    height: 50px;
    background-color: var(--primary);
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

#section_first #info i {
    color: var(--secondary);
}

#section_first #info span {
    color: #aaa;
    font-weight: bold;
}

#section_first #info #social div {
    width: 28px;
    height: 28px;
}

#section_first #info #social div:first-child {
    background-color: #ffffff22;
}

#section_first #info #social div:last-child {
    background-color: var(--secondary);
}


#section_first #info #social div:last-child i {
    color: var(--primary);
    font-weight: bold;
}

.video-container {
    /*width: 100vw;*/
    height: 900px;
    position: relative;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    opacity: 0.15;
    z-index: 0;
    /*-moz-transform: scale(1.2);*/
    /*-webkit-transform: scale(1.2);*/
    /*-o-transform: scale(1.2);*/
    /*-ms-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
}

.navbar-toggler {
    border: none;
}

.video-container .caption {
    z-index: 1;
    position: relative;
}


.logo {
    width: 140px;
    height: 92px;
}


#section_first .nav-link {
    font-size: 18px;
    padding: 25px;
    color: #fff;
    font-weight: 400;
    font-family: "Oswald";
    text-decoration: none !important;
}

.nav-link p:hover {
    color: var(--secondary) !important;
    border-bottom: 1px solid var(--secondary);
    transition: ease 0.4s;
    width: inherit !important;
}

.active p {
    color: var(--secondary) !important;
    border-bottom: 1px solid var(--secondary);
    transition: ease 0.4s;
    width: inherit !important;
}

#section_first_content {
    position: relative;
    top: 60px;
}

#section_first_content div div:first-child {
    width: 159px;
    height: 1px;
    background-color: var(--secondary);
}

#section_first_content div div:last-child {
    padding-left: 2.3rem;
    font-size: 14px;
    letter-spacing: 4.8px;
    color: #dddddd;
    font-weight: 300;
}

#section_first_content #try-us p {
    font-size: 80px;
    letter-spacing: 5px;
    line-height: 80px;
    padding-bottom: 0;
    margin: 0;
    font-weight: 900;
    font-family: "Oswald";
}

#section_first_content #completely p {
    font-size: 80px;
    letter-spacing: 1.7px;
    line-height: 80px;
    padding-top: 0;
    margin: 0;
    font-weight: 900;
    font-family: "Oswald";
    /*-webkit-text-stroke: 0.5px #f5c500;*/
    /*-webkit-text-stroke-width: 1px !important;*/
    color: transparent;
}

.stroke {
    -webkit-text-stroke: 1px #f5c500;
    /*-webkit-text-stroke-width: 1px !important;*/
    font-size: 85px;
}


/*#section_first_content #have-your-first p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}*/

.button {
    width: 159px;
    height: 66px;
    background-color: #f5c500;
    font-size: 18px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 700;
    font-family: "Oswald";
    border: none;
}
.button-alt {
    width: 159px;
    height: 66px;
    background-color: #f5c500;
    font-size: 18px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 700;
    font-family: "Oswald";
    border: none;
	cursor:default !important;
}


.button:hover {
    background-color: var(--primary);
    color: #f5c500;
    transition: ease 0.5s;
    border: 1px solid #eee
}

#section_first_content #join-now-full-membership p {
    font-size: 16px;
    line-height: 24px;
    color: #f5c500;
    font-weight: 300;
    margin-left: 20px;
}

.three-content {
    position: relative;
    top: calc(1050px - 703px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.three-content .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
    padding: 10px;
}

.three-content #expert-coaches {
    background-image: url("../img/03_Expert-Coaches.jpg");
    height: 280px;
    width: 100%;
    background-size: cover;
    text-align: center;
}

.three-content #expert-coaches h3 {
    font-size: 26px;
    line-height: 24px;
    color: var(--secondary);
    font-weight: 600;
    font-family: "Oswald";
}

.three-content #expert-coaches p {
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary);
    font-weight: 400;
}

.three-content #expert-coaches .hr {
    border-top: 1px solid #666;
    width: 15%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.three-content #amazing-kit {
    background-image: url("../img/04_Amazing-Kit.jpg");
    height: 280px;
    width: 100%;
    background-size: cover;
    text-align: center;
}

.three-content #amazing-kit h3 {
    font-size: 26px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 600;
    font-family: "Oswald";
}

.three-content #amazing-kit p {
    font-size: 15px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 400;
}

.three-content #amazing-kit .hr {
    border-top: 1px solid #666;
    width: 15%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.three-content #fully-stocked-shop {
    background-image: url("../img/05_Fully-Stocked-Shop.jpg");
    height: 280px;
    background-size: cover;
    text-align: center;
}

.three-content #fully-stocked-shop h3 {
    font-size: 26px;
    line-height: 24px;
    color: #f5c500;
    font-weight: 600;
    font-family: "Oswald";
}

.three-content #fully-stocked-shop p {
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary);
    font-weight: 400;
}

.three-content #fully-stocked-shop .hr {
    border-top: 1px solid #666;
    width: 15%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

#welcome-to-fitness .d-flex div:first-child,
#welcome-to-fitness .d-flex div:last-child {
    width: 83px;
    height: 430px;
    background-color: var(--secondary);
	display:none;
}

#video_2 {
    height: 500px;
    width: 100%;
    position: relative;
}


/*#welcome-to-fitness video {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    z-index: 0;*/
/*}*/

#welcome-to-fitness p {
    font-size: 26px;
    line-height: 38px;
}

#welcome-to-fitness .h2 {
    margin-top: 40px;
}

.three-features {
    background-image: url("../img/06_Features-Background.jpg") !important;
    background-size: cover;
}

.three-features .icon {
    width: 100px;
    height: 100px;
    background-color: var(--secondary);
    color: var(--primary);
    font-weight: 300;
}

.three-features .h4, .three-features p {
    color: #fff;
}

.three-features p {
    font-size: 15px;
    color: #ccc;
}

.three-features .h4 {
    padding-top: 25px;
}

#why-chose {
    background-image: url("../img/08_Why-Us-Background.jpg");
    background-size: cover;
}
#why-chose p.text-white {
	font-size:26px;
	line-height:38px;
}
#why-chose p.color-secondary {
	font-size:20px;
}
#why-chose .border {
	padding-right:10px;
}

#one_simple img {
    width: 100%;
    object-fit: cover;
}

/*.one_simple .models*/
/*{*/
/*    position: inherit!important;*/
/*    float: right;*/
/*}*/

.responsive div {
    margin: 5px;
}

.img-1 {
    background-image: url("../img/09_Gallery.jpg");
    background-size: cover;
    height: 450px;
}

.img-2 {
    background-image: url("../img/10_Gallery.jpg");
    background-size: cover;
    height: 450px;
}

.img-3 {
    background-image: url("../img/11_Gallery.jpg");
    background-size: cover;
    height: 450px;
}

.img-4 {
    background-image: url("../img/12_Gallery.jpg");
    background-size: cover;
    height: 450px;
}

.img-5 {
    background-image: url("../img/13_Gallery.jpg");
    background-size: cover;
    height: 450px;
}

.img-6 {
    background-image: url("../img/14_Gallery.jpg");
    background-size: cover;
    height: 450px;
}

.img-7 {
    background-image: url("../img/15_Gallery.jpg");
    background-size: cover;
    height: 450px;
}

.img-8 {
    background-image: url("../img/16_Gallery.jpg");
    background-size: cover;
    height: 450px;
}

.img-9 {
    background-image: url("../img/17_Gallery.jpg");
    background-size: cover;
    height: 450px;
}

.img-10 {
    background-image: url("../img/18_Gallery.jpg");
    background-size: cover;
    height: 450px;
}

.img-11 {
    background-image: url("../img/19_Gallery.jpg");
    background-size: cover;
    height: 450px;
}

.img-12 {
    background-image: url("../img/20_Gallery.jpg");
    background-size: cover;
    height: 450px;
}


#quetions {
    background-image: url("../img/22_CTA-Background.jpg");
    background-size: cover;
}

#our-prices #triangle-topright {
    width: 0;
    height: 0;
    border-top: 100px solid var(--primary);
    border-left: 100px solid transparent;
}

#our-prices #triangle-topright i {
    position: relative;
    top: -83px;
    right: 38px;
    color: var(--secondary);
}

#our-prices img {
    width: 100%;
    object-fit: cover;
}

.partners img {
    filter: grayscale(1) !important;
    opacity: 0.6;
}

.partners img:hover {
    filter: grayscale(0) !important;
    opacity: 1;

}

.instagram div div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.instagram img {
    width: 100%;
    object-fit: cover;
}

footer {
    background-color: #0f1317;
}

footer .container .d-flex {
    min-height: 70px;
}

footer p {
    font-size: 13px;
}


/*==========================*/
.about_img {
    background-image: url("../img/about/01_Banner-Background.jpg");
    background-size: cover;
    height: calc(60vh - 200px);
}

.about_img #section_first_content {
    position: relative;
    top: 0;
    bottom: 0;
}

.about_img .h1 {
    font-size: 54px !important;
}

.welcome-to-fitness-about .img {
    background-image: url("../img/about/02_CTA-Background.jpg");
    background-size: cover;
    height: 525px;
    /*width: 67%;*/
    max-width: 1285px;
    /*margin-right: 20px!important;*/
}

.welcome-to-fitness-index .img {
    background-image: url("../img/Image (1).png");
    background-size: cover;
    height: 500px;
    /*margin-right: 20px;*/
    /*margin-left: 20px;*/
}

.welcome-to-fitness-index .circle {
    width: 120px !important;
    height: 120px !important;
    border-radius: 60px;
    background-color: var(--primary) !important;
    border: 3px solid #ffffff;
}

.welcome-to-fitness-index .circle .play-icon {
    position: relative;
    top: 36px;
    left: 45px;
    width: 0 !important;
    height: 0 !important;;
    border-style: solid !important;;
    border-width: 20px 0 20px 40px !important;;
    border-color: var(--primary) transparent var(--primary) var(--secondary) !important;;
}

.galery_img {
    background-image: url("../img/galery/Background.png");
    background-size: cover;
    height: calc(60vh - 200px);
}

.galery_img #section_first_content {
    position: relative;
    top: 0;
}

.galery_img .h1 {
    font-size: 54px !important;
}

.modal-content {
    background-color: transparent;
}

.galery img {
    border: none;
    /*width: 99%;*/
    /*height: 100%;*/
    width: 100%;
    padding: 10px 0;
    object-fit: cover;
    /*transition: width 0.3s;*/
}

.galery img:hover {
    /*width: 100%;*/
    margin: 0;
    padding: 0 0;
    /*opacity: 0.8;*/
    transition: all 0.2s ease;

}

.galery-modal .modal-body .fa-times {
    font-size: 35px;
    font-weight: 300;
    -webkit-text-stroke: 0.5px var(--primary);
    -webkit-text-stroke-width: 2px !important;
    position: relative;
    top: 50px;
    left: 710px;
}
.modal-body img {
    width: 100%;
    object-fit: cover;
}

.ekko-lightbox-nav-overlay a {
    color: goldenrod;
}

.gallery-title {
    text-align: center;
    font-weight: 500;
    border-bottom: 1px dotted orange;
    margin-top: 1em;
}

.contact_img {
    background-image: url("../img/contact/01_Banner-Background.jpg");
    background-size: cover;
    height: calc(60vh - 200px);
}

.contact_img #section_first_content {
    position: relative;
    top: 0;
}

.contact_img .h1 {
    font-size: 54px !important;
}

/*===================*/
.fz-18 {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Source Sans Pro";
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p-10 {
    padding: 10px!important;
}

.px-20 {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.h1 {
    font-size: 80px;
}

.h2 {
    font-size: 54px;
    line-height: 70px;
    font-weight: 600;
    font-family: "Oswald";
}

.h3 {
    font-size: 40px;
    line-height: 80px;
    color: var(--secondary);
    font-weight: 600;
    font-family: "Oswald";
}

.h4 {
    font-size: 30px;
    color: var(--secondary);
    font-weight: 600;
    font-family: 'Oswald';
}

.h5 {
    font-size: 26px;
}

.h6 {
    font-size: 20px;
    line-height: 30px;
    color: var(--primary);
    font-weight: 400;
    font-family: "Oswald";
}

.p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
}

.color-primary {
    color: var(--primary) !important;
}

.color-secondary {
    color: var(--secondary) !important;
}

.color-info {
    color: var(--info) !important;
}

.my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.mt-120 {
    margin-top: 120px;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

@media only screen and (max-width: 1199px) {
    .d-none-1199 {
        display: none;
    }

    .h1 {
        font-size: 70px;
    }

    .p {
        font-size: 15px;
    }

    .h2 {
        font-size: 50px !important;
        line-height: 65px !important;
    }
}

@media only screen and (max-width: 1399px) {
    .h1-1399 {
        font-size: 60px;
    }

    .p-1399 {
        font-size: 12px;
    }

    .h2 {
        font-size: 45px !important;
        line-height: 55px !important;
    }
}

@media only screen and (min-width: 992px) {
    .p-r-30 {
        padding-right: 30px;
    }

    .p-l-30 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .d-none-991 {
        display: none;
    }

    .mt-120-991 {
        margin-top: 120px;
    }

    .h1 {
        font-size: 65px !important;
        line-height: 60px;
        letter-spacing: 1px;
        padding-top: 0;
        padding-bottom: 0;

    }


    .h2 {
        font-size: 40px !important;
        line-height: 48px !important;
    }

    .h3 {
        font-size: 35px;
    }

    .h4 {
        font-size: 25px;
    }

    .h5 {
        font-size: 20px;
    }

    .h6 {
        font-size: 17px;
    }

    .p {
        font-size: 14px;
    }

    .video-container {
        height: 1082px;
    }
  
    .welcome-to-fitness-inner {
      padding-top:60px;
    }

    .three-content .col-lg-4 h3,
    .three-content .col-lg-4 p {
        text-align: center;
    }
    .three-content  .hr {
        margin: auto!important;
    }

    .pt-400px-991 {
        padding-top: 400px;
    }

    footer p {
        font-size: 12px;
    }

    .galery-modal .modal-body .fa-times {
        position: relative;
        top: 50px;
        left: 410px;
    }

}

@media only screen and (max-width: 767px) {
    .d-none-767 {
        display: none;
    }

    .mt-10-767 {
        margin-top: 10px;
    }

    .mt-20-767 {
        margin-top: 20px;
    }

    .px-20-767 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pt-10-767 {
        padding-top: 10px !important;
    }

    footer p {
        font-size: 10px;
    }

    #quetions .btn-contact {
        justify-content: center !important;
    }

    .three-features .flex-column {
        align-items: center !important;
    }

    .h2 {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .nav-link {
        text-align: center;

    }

    .nav-link p {
        border: none;
    }

}


@media only screen and (max-width: 575px) {
    .d-none-575 {
        display: none !important;
    }
    #info div div {
        font-size: 14px;
    }
    #section_first_content #try-us p,
    #section_first_content #completely p {
        font-size: 50px !important;
        letter-spacing: 2px !important;
        line-height: 47px !important;
    }

    .three-content{
        width: 360px;
    }

    .container {
        /*padding-left: 20px !important;
        padding-right: 20px !important;*/
    }
	
		#section_first_content {
			padding-left: 20px !important;
			padding-right: 20px !important;
		}

    .py-10-575 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .galery-modal .modal-body .fa-times {
        position: relative;
        top: 50px;
        left: 280px;
    }
}

@media only screen and (max-width: 394px) {

    .pb-33-395{
     padding-bottom: 33px;
        transition: all ease 2s;
    }

}

@media only screen and (max-width: 387px) {

    .mt-30-395{
        margin-top: 100px;
    }

}

/*======================================*/

#primal:hover {
    margin: 0 auto;
    filter: gray;
    -webkit-filter: grayscale(100%);
    cursor: pointer;
    opacity: .6;
    -webkit-transition: .3s;
    transition: .3s;
}


.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.slick-dots li button{
    /*color: #a52834!important;*/
    /*border: var(--secondary) solid 0.px!important;*/
    /*border-radius: 50%;*/
    /*opacity: 0.5;*/
}
.slick-dots li button:before {
    border: var(--secondary) solid 1px!important;
    border-radius: 50%;
    color: var(--secondary)!important;
    font-size: 13px!important;
    margin-top: 1px!important;
    opacity: 0.9;
}




.home-section_first {
	padding-right:0px;
}
.top-prices {
	font-size:50px !important;
	padding-top:26px !important;
	font-family:"Oswald";
	font-weight:900 !important;
}

.home-hero {
	display:flex;
}
.home-hero-left {
	width:50%;
}
.home-hero-right {
	width:50%;
	text-align:right;
	padding-top:60px;
}
.home-hero-right img {
	max-width: 618px;
	max-height: 382px;
	width: 100%;
	height: auto;
}

p.home-hero-flexible {
	font-size: 69px;
	text-align: left;
	padding-top: 110px;
	letter-spacing: 5px;
	line-height: 80px;
	padding-bottom: 0;
	margin: 0;
	font-weight: 900;
	font-family: 'Oswald';
}


.personal-trainers div {
	text-align:Center;
	color:#fff;
	text-transform: uppercase;
	font-size: 54px;
	font-weight: 600;
	font-family: "Oswald";
}
.personal-trainers div span {
	color:var(--secondary);
}
.personal-trainers p.strapline {
	font-size: 26px !important;
  line-height: 38px !important;
	text-align:center;
}



.personal-trainers div.trainer-photo { margin-top:20px; }
.personal-trainers div.trainer-photo img { max-width:100%; }
.personal-trainers div.social { margin-top:20px; }
.personal-trainers div.social p.c { font-size:18px !important; }
.personal-trainers div.social p {
	margin-bottom:2px;
	font-size:22px !important;
	color:#fff;
}
.personal-trainers .s { margin-top:4px; }
.personal-trainers .s a { font-weight:normal; }
.personal-trainers div.social p.m { color: var(--secondary); font-size:22px !important; }



/*.gallery {
	margin:0 auto;
	width:1320px;
	background-color:#00000;
}
.gallery {
	display:flex;
	flex-flow: row wrap;
    justify-content: flex-start;
}
.gallery div {
	width:330px;
	height:330px;
	box-sizing:border-box;
	border:5px solid #fff;
}
.gallery>div {
	
}*/

.footer-insta {
	display:block;
	width:86px; height:86px;
	background-size: contain;
}

#footer p.text-white {
	font-size:20px;
	font-weight:100;
}
#footer .logo {
	margin-bottom:14px;
}

#fy-video {
	width:100%;
	max-width:1169px;
	height:auto;
}
#fy-video-container {
	width:100%;
	text-align: center;
}
#c-last-name { display:none; }
section#contact ul li {
	font-family:Oswald !important;
}

.footer-address {
	font-size:16px;
	font-weight:100;
}

.gallery {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	flex-direction:row;
	max-width:1320px;
	margin:0 auto;
}
.gallery .gallery-item {
	width:25%;
	padding:5px;
	box-sizing: border-box;
}
.gallery .gallery-item img {
	width:100% !important; 
	height:auto;
	min-width:100%;
}

.three-content { margin-top:-235px; }

#have-your-first p.p { 
	font-size: 29px;
	line-height: 1.3em;
	color: #ffffff;
	font-family:'Oswald';
	font-weight: 300;
}

button.no-joining-fees { width:577px !important;font-size:23px; }
span.dt-break { white-space: pre-line; display:block; }


@media only screen and (max-width:5000px) {
	.personal-trainers p.name {
		font-size:35px;
		font-weight:900;
		color:#fff;
	}
}

@media only screen and (max-width: 1399px) {
	.home-hero-flexible { font-size:58px !important; }
	.three-content {	margin-top:-235px; }
	
	#section_first_content div div:first-child { width:106px; }
	#section_first_content #try-us p { font-size: 72px; }
	#section_first_content #completely p { font-size:72px; }
	
	#have-your-first p.p { font-size:26px; }
}



@media only screen and (max-width: 1199px) {
	.home-hero-flexible { font-size:46px !important; }	

	#section_first_content div div:first-child { width:60px; }
	#section_first_content div div:last-child { font-size:12px; }

	#section_first_content #try-us p { font-size: 59px; }
	#section_first_content #completely p { font-size:61px; }

	#have-your-first p.p { font-size:22px; }

	button.no-joining-fees { width:577px !important;font-size:19px; }

	.three-content {	margin-top:-165px; }

	.personal-trainers .name { font-size:32px !important; }
}



@media only screen and (max-width: 991px) {
	.gallery .gallery-item { width: 33.3333333%; }
	.home-hero { display:block; }
	.home-hero .px-6 { width:100%; }
	.home-hero .home-hero-right {	}
	
	p.home-hero-flexible { padding-top:30px; font-size:21px !important; }
	
	#section_first_content { top:0px; }
	
	.three-content { margin-top:-320px; }
	#welcome-to-fitness { padding-top:280px; }
	#welcome-to-fitness p { font-size:23px; }
}



@media only screen and (max-width: 767px) {
	.gallery .gallery-item { width: 33.3333333%; }
	
	.three-content { width:50%; }
	.three-content .p-5 { height:170px !important; }
	
	span.dt-break { display:none !important; }
	
	.pt-harry { margin-top:40px; }
	.personal-trainers .social p { line-height:1.3em; }
}



@media only screen and (max-width: 575px) {
	#section_first_content { top: 0px !important; }
	.home-hero-right {
		padding:15px;
		margin-top:80px !important;
	}
	.gallery .gallery-item { width: 50%; }
	.home-hero-flexible {
		font-size:22px !important;
		padding-top:0px !important;
		text-align:center !important;
		line-height:35px !important;
	}
}


@media only screen and (max-width: 428px) {
	#section_first_content div div:first-child { display:none; }
	#section_first_content div div:last-child { padding-left:0px; font-size:11px; text-align: center; width:100%; }
	#section_first_content #try-us p { font-size:43px !important; text-align: center; line-height:35px !important; }
	#section_first_content #completely p { font-size:39px !important; text-align: center; line-height:35px !important; }
	#have-your-first { padding-top:18px !important; }
	#have-your-first p.p { font-size:17px !important; text-align: center; }
	button.no-joining-fees { font-size:19px; }
	.home-hero-right { margin-top:7px !important; }
	.three-content { width:90%; margin-top:-330px;  }
	.three-content .p-5 { height:170px !important; }
	.three-content .mt-3 { margin-top:0px !important; }
	.three-content .col-lg-4 { padding:0px; }
	#welcome-to-fitness { padding-top:0px; padding-bottom:60px; }
	#welcome-to-fitness .pt-120 { padding-top:60px; }
	#welcome-to-fitness .mt-30-395 { margin-top:0px; }
	
	.personal-trainers div:first-of-type { font-size:35px; line-height: 40px;	}
	
	section#contact h2 { font-size:35px; line-height: 40px;	text-align:center; }
	section#contact li { padding:0px 0px 0px 0px !important; font-size:22px; font-weight:300; }
	section#contact div.h-100 { height:auto !important; padding-bottom:30px; }
	section#contact div.mt-120-991 { margin-top:50px; }
}

