@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,900&display=swap');

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  padding: 0px;
  margin: 0px;
  background: #1C355E;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
img {
  max-width: 100%;
  height: auto;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  /*width: 70%;*/
  margin: auto;
}
a {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
:focus {
  outline: 0;
}
button:focus {
  outline: 0 !important;
}
.table > thead > tr > th {
  border: none;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border: none;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  line-height: 20px;
}
/* --------------- Start Text ------------------- */
.prepand {
  padding-top: 5px;
}
.prepand2 {
  padding-top: 10px;
}
.prepand3 {
  padding-top: 15px;
}
.prepand4 {
  padding-top: 20px;
}
.prepand5 {
  padding-top: 25px;
}
.width {
  width: 100%;
}
.padding-left {
  padding-left: 0px;
}
.padding-right {
  padding-right: 0px;
}
.padding-left2 {
  padding-left: 0px;
}
.padding-right2 {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .padding-left2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .padding-right2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .padding-left {
    padding-left: 0px;
    padding-right: 0px;
  }
  .padding-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ================================================== Start Header ========================================================== */
.header-full {
  width: 100%;
  float: left;
  position: fixed;
  left: 0px;
  top: 0px;
  background: none;
  z-index: 9999; /*border-bottom:1px solid #fed12e;*/
}
.header-full .container {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.header-full.sticky {
  width: 100%;
  position: fixed;
  background: #efb328;
  box-shadow: 0 0px 5px 0 #000;
  z-index: 999;
}
.header-full.sticky .navbar-nav li {
  letter-spacing: -0.4px;
  font-size: 15px;
}
.header-full.sticky .logo {
  width: 150px;
  padding: 10px 0px;
}
.header-full.sticky header {
  padding: 0px 0px;
}
header {
  width: 100%;
  padding: 25px 0px;
  position: relative;
}
.logo {
  width: auto;
  float: left;
  position: relative;
}
/* ---------- Start Sub Menu ---------- */
#navbar {
  width: auto;
  float: right;
}
.navbar {
  padding: 15px 0px;
}
.navbar-toggle {
  display: none;
}
.navbar-nav {
  width: 100%;
}
.navbar-nav li {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  padding: 6px 15px;
}
.navbar-nav li a {
  color: #fff;
  display: block;
}
.navbar-nav li a:hover {
  color: #bd4d00;
  text-decoration: none;
}
.navbar-nav li a.active {
  color: #bd4d00;
}
.navbar-nav li:last-child {
  background: #bd4d00;
  border-radius: 20px;
}
.navbar-nav li:last-child a:hover {
  color: #fff;
}
.navbar ul.dropdown-menu {
  background: none;
  padding: 0px 0px 0px;
  margin: 0px;
  margin-left: 15px;
}
.navbar-nav li ul li {
  color: #fff;
}
.navbar-nav li ul li a {
  color: #ffff;
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 6px;
  margin-left: 11px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: 0px;
  margin-top: 5px;
  width: 0;
}
@media (max-width: 767px) {
  .header-full .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  header {
    padding: 15px 0px;
  }
  #navbar {
    width: 100%;
    padding: 0px 0px 0px;
    background: #efb328;
    float: left;
  }
  .navbar {
    padding: 0px 0px;
  }
  .navbar-collapse {
    padding: 10px 0px;
    text-align: center;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .navbar-nav li {
    width: 100%;
  }
  .navbar-nav li a {
    padding: 5px 0px;
  }
  .navbar-toggle.collapsed {
    padding: 5px 7px 8px;
    background: url(../img/menu-bg.png) repeat;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    float: right;
    z-index: 2222;
    width: 43px;
    height: 43px;
    margin-top: 9px;
  }
  .navbar-toggle {
    padding: 4px 7px 8px;
    background: url(../img/menu-bg.png) repeat;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    float: right;
    z-index: 2222;
    width: 43px;
    height: 43px;
    margin-top: 9px;
  }
  .navbar-toggle.collapsed .icon-bar {
    margin-left: 0px;
  }
  .navbar-toggle .icon-bar {
    margin-left: 4px;
  }
  .icon-bar {
    width: 25px;
    height: 3px;
    background-color: #FFFFFF;
    display: block;
    transition: all 0.2s;
    margin-top: 4px;
    margin-left: 0px;
  }
  .icon-bar {
    background-color: #FFFFFF;
  }
  .navbar-toggle .top-bar {
    transform: rotate(50deg);
    transform-origin: 15% 15%;
  }
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
  }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
  }
}
/* ---------- End Sub Menu ---------- */
/* =============================================================== End Header ================================================================== */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Top <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.top-full {
  width: 100%;
  position: relative;
  background: url(../img/top-bg.jpg) top left no-repeat; /*min-height:870px;*/ background-size: cover;
  height: 90%;
height:90vh;
}
.top {
  padding-top: 220px;
  padding-bottom: 302px;
  position: relative;
}
.top h1 {
  font-size: 78px;
  font-weight: 900;
  color: #fff;
  line-height: 70px;
  margin-bottom: 0px;
  width: 100%;
}
.top h2 {
  font-size: 68px;
  font-weight: 900;
  color: #BD4D00;
  line-height: 70px;
  margin-bottom: 10px;
  width: 100%;
}
.top p {
  font-size: 18px;
  font-weight: 400;
  color: #191A1A;
  line-height: 28px;
  margin-bottom: 10px;
  width: 100%;
	letter-spacing: -1px;
}
.top p.features {
	 font-size: 14px;
 	font-weight: 600;
  	color: #862203;
	letter-spacing: 1.2px;
}

.top .btn-primary {
  width: auto;
  padding: 10px 15px;
  background: #BD4D00;
  border: 1px solid #BD4D00;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  /*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);*/
}
@media (max-width: 1299px) {
  .top {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .top {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .top-full {
    background: url(../img/top-bg-mobile.jpg) top left no-repeat;
    min-height: 817px;
    background-position: right;
    background-size: cover;
  }
  .top {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .top h1 {
    font-size: 39px;
    line-height: 40px;
  }
  .top h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .top p {
    font-size: 16px;
    line-height: 23px;
  }
  .top li {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 375px) {
  .top-full {
    background: url(../img/top-bg-mobile.jpg) top left no-repeat;
    min-height: 1020px;
    background-size: cover;
    background-position: bottom;
  }
  .top {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Index Top <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Gymfly <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.gymfly-full {
  width: 100%;
  position: relative;
  background: #BD4D00 url(../img/body-shade.png) top left repeat-x;
	height:60%;
	height:60vh;
}
.gymfly-full .container {
  max-width: 860px;
}
@media (max-width: 991px) {
  .gymfly-full .container {
    max-width: 720px;
  }
}
.gymfly-content {
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}
.gymfly-content img {
  margin-bottom: 10px;
}
.gymfly-content h3 {
  font-size: 33px;
  font-weight: 300;
  color: #FF8500;
  line-height: 34px;
  margin-bottom: 20px;
  width: 100%;
}
.gymfly-content h3 span {
  color: #fff;
}
.gymfly-content p {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  line-height: 34px;
  margin-bottom: 30px;
	letter-spacing: -1px;
}
.gymfly-content p a {
  color: #fff;
}
@media (max-width: 991px) {
  .gymfly-content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .gymfly-content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .gymfly-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .gymfly-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Gymfly <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Hit <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.hit-full {
  width: 100%;
  position: relative;
  background: url(../img/hiit-bg.jpg) center center no-repeat; /*min-height:758px;*/
 background-size: cover;
		min-height: 80%;
	min-height:80vh;
}
.hit-content {
  width: 100%;
  padding-top: 185px;
  padding-bottom: 102px;
  position: relative;
}
.hit-content h2 {
  font-size: 78px;
  font-weight: 900;
  color: #F5A623;
  line-height: 30px;
  margin-bottom: 0px;
  width: 100%;
}
.hit-content h2 span {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.hit-content h3 {
  font-size: 20px;
  font-weight: 300;
  color: #CCDEF1;
  line-height: 22px;
  margin-bottom: 25px;
  width: 100%;
}
.hit-content h3 strong {
  font-weight: 500;
}
.hit-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0px;
  width: 100%;
}
.hit-content p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
  width: 100%;
}
.hit-content ul {
  padding: 0px;
  margin: 0px;
  width: 90%;
  float: left;
  margin-bottom: 25px;
  margin-left: 20px;
}
.hit-content li {
  padding: 0px;
  margin: 0px;
  list-style: disc;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  margin-bottom: 5px;
	letter-spacing: -1px;
}
.hit-content li a {
  color: #fff;
}
.hit-content .btn-primary {
  width: auto;
  padding: 10px 15px;
  background: #BD4D00;
  border: 1px solid #BD4D00;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  /*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);*/
}
@media (max-width: 991px) {
  /*.hit-full{ min-height:inherit; }*/
  /*.hit-content{
			 padding-top:50px;
			 padding-bottom:40px;
			}*/
}
@media (max-width: 767px) {
  .hit-full {
    background: url(../img/hiit-bg-mobile.jpg) top left no-repeat;
	min-height:100%;
    min-height: 100vh;
	background-position: bottom;
    background-size: cover;
  }
  .hit-content {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .hit-content h2 {
    font-size: 60px;
    line-height: 30px;
  }
  .hit-content h2 span {
    font-size: 16px;
  }
  .hit-content h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .hit-content h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .hit-content p {
    font-size: 18px;
    line-height: 24px;
  }
  .hit-content ul {
    margin-left: 15px;
  }
  .hit-content li {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 375px) {
  .hit-full {
    background: url(../img/hiit-bg-mobile.jpg) top left no-repeat;
    min-height: 1000px;
    background-size: cover;
    background-position: bottom;
  }
  .hit-content {
    padding-top: 75px;
    padding-bottom: 40px;
  }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Hit <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Yoga and Pilates <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.yoga-pilates-full {
  width: 100%;
  float: left;
  position: relative;
  background: url(../img/yoga-pilates-bg.jpg) top right no-repeat; /*min-height:758px;*/ background-position: top;
  background-size: cover;
		min-height: 80%;
	min-height:80vh;
}
.yoga-pilates-content {
  padding-top: 185px;
  padding-bottom: 95px;
  position: relative;
}
.yoga-pilates-content h2 {
  font-size: 78px;
  font-weight: 900;
  color: #BD4D00;
  line-height: 65px;
  margin-bottom: 5px;
  width: 100%;
}
.yoga-pilates-content h2 span {
  color: #4A4A4A;
}
.yoga-pilates-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #4A4A4A;
  line-height: 24px;
  margin-bottom: 0px;
  width: 100%;
}
.yoga-pilates-content p {
  font-size: 20px;
  font-weight: 300;
  color: #4A4A4A;
  line-height: 24px;
  margin-bottom: 20px;
  width: 100%;
}
.yoga-pilates-content ul {
  padding: 0px;
  margin: 0px;
  width: 90%;
  float: left;
  margin-bottom: 25px;
  margin-left: 20px;
}
.yoga-pilates-content li {
  padding: 0px;
  margin: 0px;
  list-style: disc;
  font-size: 20px;
  font-weight: 300;
  color: #141414;
  line-height: 27px;
  margin-bottom: 5px;
	letter-spacing: -1px;
}
.yoga-pilates-content li a {
  color: #141414;
}
.yoga-pilates-content .btn-primary {
  width: auto;
  padding: 10px 15px;
  background: #BD4D00;
  border: 1px solid #BD4D00;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  /*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);*/
}
@media (max-width: 991px) {
  .yoga-pilates-full {
    min-height: inherit;
  }
  .yoga-pilates-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .yoga-pilates-full {
    background: url(../img/yoga-pilates-bg-mobile.jpg) top left no-repeat;
    min-height: 100%;
	min-height: 100vh;
    background-position: bottom;
    background-size: cover;
  }
  .yoga-pilates-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .yoga-pilates-content h2 {
    font-size: 54px;
    line-height: 55px;
  }
  .yoga-pilates-content h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .yoga-pilates-content p {
    font-size: 18px;
    line-height: 18px;
  }
  .yoga-pilates-content li {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 375px) {
  .yoga-pilates-full {
    background: url(../img/yoga-pilates-bg-mobile.jpg) top left no-repeat;
    height: 920px;
    background-size: cover;
    background-position: bottom;
  }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Yoga and Pilates <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start STRENGTH TRAINING <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.strenght-full {
  width: 100%;
  float: left;
  position: relative;
  background: url(../img/strenght-bg.jpg) top right no-repeat; /*min-height:758px;*/ background-position: top;
  background-size: cover;
	min-height: 80%;
	min-height:80vh;
}
.strenght-content {
  padding-top: 185px;
  padding-bottom: 178px;
  position: relative;
}
.strenght-content h2 {
  font-size: 78px;
  font-weight: 900;
  color: #fff;
  line-height: 65px;
  margin-bottom: 5px;
  width: 100%;
}
.strenght-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 24px;
  margin-bottom: 5px;
  width: 100%;
}
.strenght-content p {
  font-size: 22px;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 24px;
  margin-bottom: 20px;
  width: 100%;
}
.strenght-content ul {
  padding: 0px;
  margin: 0px;
  width: 90%;
  float: left;
  margin-bottom: 25px;
  margin-left: 20px;
}
.strenght-content li {
  padding: 0px;
  margin: 0px;
  list-style: disc;
  font-size: 20px;
  font-weight: 300;
  color: #141414;
  line-height: 27px;
  margin-bottom: 5px;
}
.strenght-content li a {
  color: #141414;
}
.strenght-content .btn-primary {
  width: auto;
  padding: 10px 15px;
  background: #BD4D00;
  border: 1px solid #BD4D00;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  /*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);*/
}
@media (max-width: 991px) {
  .strenght-full {
    min-height: inherit;
  }
  .strenght-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .strenght-full {
    background: url(../img/strenght-bg-mobile.jpg) center top no-repeat;
    min-height: 100%;
	min-height: 100vh;
    background-position: bottom;
    background-size: cover;
  }
  .strenght-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .strenght-content h2 {
    font-size: 58px;
    line-height: 50px;
  }
  .strenght-content h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .strenght-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .strenght-content li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 375px) {
  .strenght-full {
    background: url(../img/strenght-bg-mobile.jpg) top left no-repeat;
    height: 819px;
    background-size: cover;
    background-position: bottom;
  }
  .strenght-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End STRENGTH TRAINING <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Gymfly Request <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.gymfly-request-full {
  width: 100%;
  float: left;
  position: relative;
  background: #ededed url(../img/gymfly-request-bg.gif) left top repeat-x;
}
.gymfly-request-content {
  padding-top: 130px;
  padding-bottom: 110px;
  position: relative;
}
.gymfly-request-content .padding {
  padding-top: 8%;
}
.gymfly-request-content img {
  margin-bottom: 10px;
}
.gymfly-request-content h2 {
  font-size: 31px;
  font-weight: 700;
  color: #CA5200;
  line-height: 35px;
  margin-bottom: 0px;
  width: 100%;
}
.gymfly-request-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #17274E;
  line-height: 20px;
  margin-bottom: 5px;
  width: 100%;
}
.gymfly-request-content p {
  font-size: 21px;
  font-weight: 400;
  color: #191A1A;
  line-height: 26px;
  margin-bottom: 15px;
  width: 100%;
}
.gymfly-request-content .btn-primary {
  width: auto;
  padding: 10px 15px;
  background: #062D49;
  border: 1px solid #062D49;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  /*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);*/
}
.request-inputbox {
  font-size: 18px;
  font-weight: 400;
  color: #767676;
  line-height: 30px;
  width: 100%;
  padding: 5px 10px;
  border: 0px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.request-inputbox::placeholder {
  color: #767676;
  opacity: 1;
}
@media (max-width: 991px) {
  .gymfly-request-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gymfly-request-content .padding {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
.gymfly-request-full {
  width: 100%;
  float: left;
	min-height:100%;
	min-height:100vh;
  position: relative;
  background: #ededed url(../img/swag-sm.jpg) center top no-repeat;
}
	
  .gymfly-request-content h2 {
    font-size: 31px;
    line-height: 35px;
  }
  .gymfly-request-content h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .gymfly-request-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .request-inputbox {
    margin-bottom: 15px;
  }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Gymfly Request <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Vritual Training <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.gymfly-at-home {
	width: 100%;
  float: left;
  position: relative;
  background: #ededed url("../img/virtual-training.jpg") left top no-repeat;
 background-size: cover;
 padding:200px 0;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Vritual Training <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Our Partners <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.our-partners-full {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}
.our-partners-content {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}
.our-partners-content h2 {
  font-size: 48px;
  font-weight: 300;
  color: #8E8E8E;
  line-height: 55px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .our-partners-content {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .our-partners-content h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Our Partners <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Biostation <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.biostation-full {
  width: 100%;
  float: left;
  position: relative;
  background: url(../img/biostation-bg.jpg) top left no-repeat; /*min-height:525px;*/ background-size: cover;
  border-bottom: 2px solid #fff;
}
.biostation-content {
  width: 100%;
  float: left;
  padding-top: 85px;
  padding-bottom: 80px;
  position: relative;
}
.biostation-content img {
  margin-bottom: 15px;
}
.biostation-content .text-center {
  text-align: left !important;
}
.biostation-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #001E39;
  line-height: 32px;
  margin-bottom: 5px;
  width: 100%;
}
.biostation-content p {
  font-size: 16px;
  font-weight: 300;
  color: #323232;
  line-height: 31px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .biostation-full {
    background: url(../img/biostation-bg-mobile.jpg) bottom left no-repeat;
    min-height: 817px;
    background-size: cover;
  }
  .biostation-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .biostation-content .text-center {
    text-align: center !important;
  }
  .biostation-content h2 {
    font-size: 23px;
    line-height: 28px;
  }
  .biostation-content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 375px) {
  .biostation-full {
    background: url(../img/biostation-bg-mobile.jpg) bottom left no-repeat;
    min-height: 817px;
    background-size: cover;
    background-position: bottom;
  }
  .biostation-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .biostation-content .text-center {
    text-align: center !important;
  }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Biostation <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start FitFood <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.fitfood-full {
  width: 100%;
  float: left;
  position: relative;
  background: url(../img/fitfood-bg.jpg) top left no-repeat; /*min-height:525px;*/ background-size: cover;
  border-bottom: 2px solid #fff;
}
.fitfood-content {
  width: 100%;
  float: left;
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
}
.fitfood-content img {
  margin-bottom: 15px;
}
.fitfood-content .text-center {
  text-align: left !important;
}
.fitfood-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #CA5200;
  line-height: 27px;
  margin-bottom: 5px;
  width: 100%;
}
.fitfood-content p {
  font-size: 16px;
  font-weight: 300;
  color: #343434;
  line-height: 31px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .fitfood-full {
    background: url(../img/fitfood-bg-mobile.jpg) bottom left no-repeat;
    min-height: 812px;
    background-position: top;
    background-size: cover;
  }
  .fitfood-content {
    padding-top: 500px;
    padding-bottom: 20px;
  }
  .fitfood-content .text-center {
    text-align: center !important;
  }
  .fitfood-content h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .fitfood-content p {
    font-size: 14px;
    line-height: 25px;
  }
}
/*@media (max-width: 375px) {
	
.fitfood-full{ background:url(../img/fitfood-bg-mobile.jpg) bottom left no-repeat; min-height:812px; background-size: cover; }
	
.fitfood-content{
				 padding-top:500px;
				 padding-bottom:20px;
				}
	
	.fitfood-content .text-center{ text-align:center !important; }

}*/
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End FitFood <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Footer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.footer-full {
  width: 100%;
  float: left;
  position: relative;
  background: #1C355E;
}
footer {
  width: 100%;
  padding: 30px 0px;
  float: left;
  position: relative;
}
footer img {
  margin-bottom: 10px;
}
footer p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0px;
}
footer p a {
  color: #fff;
}
footer p a:hover {
  color: #fff;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Footer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MODAL <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.modal-content h2 {
font-size: 31px;
font-weight: 700;
color: #CA5200;
line-height: 1;

}
.modal-content h3 {
font-size: 15px;
font-weight: 700;
color: #17274E;
line-height:1;
margin-bottom: 5px;

}
.modal-content p {
	font-size: 1em;
	letter-spacing:-0.6px;
	color: #292929;
	line-height: 1.5;
}
.close-modal {
	text-align: right;
	z-index: 1000;
	position: absolute;
	top:10px;
	right:10px;
}
.modal-content .btn-primary {
  width: auto;
  padding: 10px 15px;
  background: #062D49;
  border: 1px solid #062D49;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 25px;
  text-transform: uppercase;
  cursor: pointer;
  /*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);*/
}