/*fonts*/
@font-face {
  font-family: 'barlow_semi_condensedbold';
  src: url('../fonts/barlowsemicondensed-bold-webfont.woff2') format('woff2'),
  url('../fonts/barlowsemicondensed-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'barlow_semi_condensedmedium';
  src: url('../fonts/barlowsemicondensed-medium-webfont.woff2') format('woff2'),
  url('../fonts/barlowsemicondensed-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'barlow_semi_condensedregular';
  src: url('../fonts/barlowsemicondensed-regular-webfont.woff2') format('woff2'),
  url('../fonts/barlowsemicondensed-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'barlow_semi_condensedsemibold';
  src: url('../fonts/barlowsemicondensed-semibold-webfont.woff2') format('woff2'),
  url('../fonts/barlowsemicondensed-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'barlow_semi_condensedthin';
  src: url('../fonts/barlowsemicondensed-thin-webfont.woff2') format('woff2'),
  url('../fonts/barlowsemicondensed-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'chivoregular';
  src: url('../fonts/chivo-regular-webfont.woff2') format('woff2'),
  url('../fonts/chivo-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body{
  background:url(../img/bg-body.jpg) repeat;
  font-family: 'barlow_semi_condensedregular';
}
.no-side-margin{
  margin:0;
}
.no-side-padd{
  padding:0;
}


    
 
.loaders {
  margin: 0 auto;
  width: 100%;
  background: #111;
    height: 100%;
    position: fixed;
    z-index: 999999;
}  


.loader-container {
    top: 40%;
      left: 50%;
      position: absolute;
      -moz-transform: translate(-50%);
      -webkit-transform: translate(-50%);
      transform: translate(-50%);
}
.square-rotate-3d .loader {
  width: 150px;
  height: 300px;
}
.square-rotate-3d .loader .square1 {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background: url("../img/preload.png")no-repeat;
  -webkit-animation: squareRotate3d 10s infinite ease-in-out;
          animation: squareRotate3d 10s infinite ease-in-out;
}
.square-rotate-3d .loader .square2 {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: url("../img/preload-1.png")no-repeat;
  -webkit-animation: squareRotate3d 9.8s infinite ease-in-out;
          animation: squareRotate3d 9.8s infinite ease-in-out;
          position: absolute;
}

.square-rotate-3d .loader .square3 {
  width: 100%;
  height: 100%;
  top: 55%;
  left: 0%;
  background: url("../img/preload-2.png")no-repeat;
          position: absolute;
}


@-webkit-keyframes squareRotate3d {
  0%{
        -webkit-transform: perspective(150px) rotateX(0) rotateY(0);
            transform: perspective(300px) rotateX(0) rotateY(0);
  }
  25% {
    -webkit-transform: perspective(150px) rotateX(0) rotateY(-45deg);
            transform: perspective(300px) rotateX(0) rotateY(-45deg);
  }
  50% {
    -webkit-transform: perspective(150px) rotateX(0) rotateY(0);
            transform: perspective(300px) rotateX(0) rotateY(0);
  }
  75% {
    -webkit-transform: perspective(150px) rotateX(0) rotateY(-45deg);
            transform: perspective(300px) rotateX(0) rotateY(-45deg);
  }
  100% {
    -webkit-transform: perspective(150px) rotateX(0) rotateY(0);
            transform: perspective(300px) rotateX(0) rotateY(0);
  }
}


.loaders.in_active {
  bottom: 0;
  top: 100%;
  height: 0;
  overflow: hidden;
  -moz-transition: top 1s, height 1s;
  -webkit-transition: top 1s, height 1s;
  transition: top 1s, height 1s;
}
.loaders.in_active squareRotate3d {
  display:none;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

a:hover{
  text-decoration:none;
}
a:focus{
  text-decoration:none;
  outline:none;
}
.wrapper{
  position:relative;
  /*width:1600px;*/
  width: 100%;
  margin: auto;
}
header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}
header .top-sec{
  background:#111;
  padding:4px 0;
}
header .top-sec ul{
  float:right;
  margin:0;
}

header .top-sec ul li{
  list-style:none;
  display:inline-block;
}
header .top-sec ul li a{
  color:#fff;
  padding:0.5em;
  border-left: solid 1px #111111;
  border-top: 0;
  border-bottom: 0;
/*height: 32px;
width: 32px;
line-height:32px;*/
}
header .top-sec ul li:last-child a{
  border-right: solid 1px #111111;
}
header .logo-sec{
/*  background:#111111;
*/  padding:0.5em 0;
}
header .logo-sec .row{
  display: flex;
  align-items: center;
}
header .head-right {
  float:right;
  width:100%;
}
header .title-small {
  color: #ffffff;
  display: block;
  font-family: 'barlow_semi_condensedregular';
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header .other-info a {
  border-bottom: 1px solid #3399ff;
  color: #ffffff;
}
header .other-info p {
  color: #9e9e9e;
  margin-bottom: 0;
}
/*header .other-info {
padding-top: 26px;
}
header .other-info {
font-size: 13px;
}*/

.menu-sec.header-block{
  position:relative;
}

.menu-sec.fixed {
  position:fixed;
  top:0;
  left:0;
  z-index:99999;
  width:100%;
  background:#111;
  -webkit-box-shadow: 0px 11px 40px -4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 11px 40px -4px rgba(0,0,0,0.25);
box-shadow: 0px 11px 40px -4px rgba(0,0,0,0.2);
}
/*.menu-sec .row{
display:flex;
width:100%;
}*/
.menu-sec ul li {
  padding: 5px;
  color: silver;
  font-family: 'barlow_semi_condensedsemibold' !important;
  font-size: 1.15em;
}
.menu-sec ul li a {
  color: white;
  text-transform: uppercase;
}

.menu-sec ul li a::after {
  --scale: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 49px;
  height: 3px;
  background: #fff;
  -webkit-transform: scaleX(var(--scale));
          transform: scaleX(var(--scale));
  -webkit-transform-origin: var(--x) 50%;
          transform-origin: var(--x) 50%;
  transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}
.menu-sec ul li a:hover {
  color: #fff;
}
.menu-sec ul li a:hover::after {
  --scale: 1;
}





/*start the navigation container scss */
.navigation-bar {
  /* style the hamburger */
  /* menu open and close */
  /* style the mobile menu */
  /* style the menu for desktop */
}
.navigation-bar label.hamburger {
  display: initial;
  background: #111111;
  width: 40px;
  height: 40px;
  /*margin: 16px;*/
  border-radius: 4px;
  transition: border-radius 0.5s;
  cursor: pointer;
  position: relative;
  top: 6px;
  right: 10px;
  z-index: 9999;
}
.navigation-bar input#hamburger {
  display: none;
}
.navigation-bar .line {
  position: absolute;
  left: 5px;
  height: 3px;
  width: 30px;
  background: #fff;
  border-radius: 5px;
  display: block;
  transition: .5s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.navigation-bar .line:nth-child(1) {
  top: 9px;
}
.navigation-bar .line:nth-child(2) {
  top: 18px;
}
.navigation-bar .line:nth-child(3) {
  top: 27px;
}
.navigation-bar #hamburger:checked + .hamburger .line {
  background: white;
}
.navigation-bar #hamburger:checked + label.hamburger {
  background: #37474F;
}
.navigation-bar #hamburger:checked + .hamburger .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.navigation-bar #hamburger:checked + .hamburger .line:nth-child(2) {
  opacity: 0;
}
.navigation-bar #hamburger:checked + .hamburger .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.navigation-bar nav {
  position: fixed;
  top: -100vh;
  right: -100vw;
  min-height: 100vh;
  width: 60vw;
  background: #111111;
  padding: 2rem;
  transition: all .6s;
  z-index: 99999;
}
.navigation-bar nav ul li:first-child{
  padding: 10px 10px 10px 0;
}
.navigation-bar #hamburger:checked + .hamburger + nav {
  right: 0vw;
  top: 0vh;
}
.navigation-bar nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-bar nav ul ul {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .navigation-bar label.hamburger {
    display: none;
  }
  .navigation-bar nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: none;
    padding: 10px 5px;
    transition: all .6s;
  }
  .navigation-bar nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .navigation-bar nav ul li {
    padding: 10px 15px;
    position: relative;
  }
  .navigation-bar nav ul li ul {
    position: absolute;
    display: block;
    background: #37474F;
    width: 100%;
    top: -9999px;
    left: -9999px;
  }
  .navigation-bar nav ul li ul li {
    display: block;
    width: 200%;
  }
  .navigation-bar nav ul li:hover > ul {
    display: block;
    min-height: 100%;
    top: 100%;
    left: 0;
  }
}



.searchbox{
  position:relative;
  min-width:50px;
  width:0%;
  height:60px;
  float:right;
  overflow:hidden;

  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input{
  top:0;
  right:0;
  border:0;
  outline:0;
  background:transparent;
  width:100%;
  height:60px;
  margin:0;
  padding:0px 55px 0px 20px;
  font-size:14px;
  color:#fff;
/*  border-left: 1px solid rgba(255,255,255,0.2);
*/}
.searchbox-input::-webkit-input-placeholder {
  color: #fff;
}
.searchbox-input:-moz-placeholder {
  color: #fff;
}
.searchbox-input::-moz-placeholder {
  color: #fff;
}
.searchbox-input:-ms-input-placeholder {
  color: #fff;
}

.searchbox-icon,
.searchbox-submit{
  width:50px;
  height:60px;
  display:block;
  position:absolute;
  top:5px;
  font-family:verdana;
  font-size:15px;
  right:0;
  padding:0;
  margin:0;
  border:0;
  outline:0;
  line-height:50px;
  text-align:center;
  cursor:pointer;
  color:#fff;
  background:transparent;
/*  border-right: 1px solid rgba(255,255,255,0.2);
*/  border-left: 1px solid rgba(255,255,255,0.2);
}



.searchbox-open{
  width:100%;
}

.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #d74b4b;
}
.navigation-bar nav ul{
  float: right;
}
.baner-block .mask-slideshow {
  background-color: #111111;
  mask: url('../img/mask.svg') no-repeat center center;
  -webkit-mask: url('../img/mask.svg') no-repeat center center;
  mask-size: auto;
  -webkit-mask-size: cover;
  content: "";
  height: 160px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.first-block{
  background: #111111;
  position:relative;
  padding-bottom: 2em;
}
.featured_products_list h3 {
  font-family: 'nexa_boldregular';
  margin-top: 0;
  line-height: 26px;
  font-size: 26px;
  color: #ffffff;
}
.featured_products_list ul {
  list-style:none;
  padding: 1em 0;
}
.featured_products_list ul li {
  list-style: none;
  line-height: 35px;
  font-size: 15px;
  font-family: 'robotoregular';
}
.featured_products_list ul li.active a {
  color:#FFF;
  padding-left: 12px;
  text-decoration: none;
}
.featured_products_list ul li a {
  text-decoration:none;
  color: #627480;
  padding-left: 15px;
}
.featured_products_list ul li a:hover {
  text-decoration: none;
}
.featured_products_list ul li.active:before {
  content: '';
  width: 3px;
  height: 35px;
  position: relative;
  z-index: 8;
  margin-bottom: -11px;
  background: #d03e49;
  display: inline-block;
}
.featured_products_list h3:after {
  content:'';
  width: 25%;
  min-width: 70px;
  height: 4px;
  z-index: 8;
  margin-top: 5px;
  background: #d03e49;
  display: block;
}
.bg-overlay{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(18,29,37,0.33);
  z-index:99;
}
.full-width{
  width:100%;
  height:auto;
}
/*.featured_products_list_items .owl-item:nth-child(odd) .overley {
background-color: #1e2b33;
}
.featured_products_list_items .owl-item:nth-child(even) .overley {
background-color: #344451;
}*/
.featured_products_list_items .overley {
  position: relative;
  bottom: 0;
  color: #FFF;
  width: 100%;
  padding: 4.5em 3em 4em 3em;
  z-index: 110;
  text-align: center;
  background: #222222;
  overflow: hidden;
}
.featured_products_list_items .overley .title {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  margin: 0px;
  padding-top:5px;
  text-transform: uppercase;
  font-family: 'barlow_semi_condensedmedium';
  font-weight:500;
  font-size:24px;
  margin-bottom:24px;
}
.featured_products_list_items .overley .title span {
  font-size: 15px;
}
.featured_products_list_items .overley .view {
  width: auto;
  display: inline-block;
  font-size: 15px;

}
.featured_products_list_items .overley .view a{
  color:#ffffff;
  text-decoration:none;
  border:solid 2px #3399ff;
  padding: 0.8em 3em;
  display: inline-block;
  margin-top: 2em;
  font-family: 'barlow_semi_condensedsemibold';
  text-transform:uppercase;
}
.featured_products_list_items .overley .view a:hover{
  text-decoration:none;
  background:#3399ff;
}
.featured_products_list_items .overley .texts{
  background: #222222;
  text-align: center;
  font-size:15px;
  font-family: 'barlow_semi_condensedregular';
}
.featured_products_list_items .overley .view img {
  width: 32px;
  height: auto;
  margin: 0 0 0 2px;
}
.feature-icon{
  position:relative;
}
/*.trainer .feature-icon{
background-blend-mode: multiply;
background-size: cover;
background-position: center center;
position: relative;
-webkit-transition: all 700ms;
-o-transition: all 700ms;
transition: all 700ms;
}
.trainer .feature-icon img{
background-blend-mode: multiply;
background-size: cover;
background-position: center center;
position: relative;
-webkit-transition: all 700ms;
-o-transition: all 700ms;
transition: all 700ms;
}
.trainer .feature-icon:hover img{
background-color: #3399ff;
}*/
.feature-icon .img-icon {
  border-radius: 50%;
  border: 8px solid #111111;
  bottom: -40px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  z-index:9999;
}
.feature-icon .img-icon img {
  border-radius: 50%;
  height: 64px;
  width: 64px;
}
.trainer .overley {
  position: relative;
  bottom: 0;
  color: #FFF;
  width: 100%;
  padding: 0;
  z-index: 110;
  text-align: center;
  overflow: hidden;
}
.trainer .overley .title {
  font-family: 'barlow_semi_condensedmedium';
  font-weight: 500;
  display: table;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 24px;
  position: relative;
  margin-bottom: 10px;
  text-align: left !important;
  font-size: 18px;
}
.trainer .owl-item .title:after {
  background: #3399ff;
  bottom: -3px;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  width: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.trainer .owl-item:hover  .title:after {
  width: 100%;
}


.trainer .overley .title span {
  font-size: 15px;
}
.trainer .overley .view {
  width: auto;
  display: inline-block;
  font-size: 15px;

}
.trainer .overley .view a{
  color:#ffffff;
  text-decoration:none;
  border:solid 2px #3399ff;
  padding: 0.8em 3em;
  display: inline-block;
  margin-top: 2em;
  font-family: 'barlow_semi_condensedsemibold';
  text-transform:uppercase;
}
.trainer .overley .view a:hover{
  text-decoration:none;
  background:#3399ff;
}
.trainer .overley .texts{
  text-align: left;
  font-size:15px;
  font-family: 'barlow_semi_condensedregular';
}
.trainer .overley .view img {
  width: 32px;
  height: auto;
  margin: 0 0 0 2px;
}




.second-block{
  position:relative;
}
.second-block .row{
  display:flex;
  width:100%;
  height:100%;
}
/*.second-block img{
height:100%;
}*/
.second-block .right-sside{
  background:#ff6849;
  padding:10em 18em 10em 8em;
}
.second-block .right-sside h6{
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  font-family: 'barlow_semi_condensedsemibold';
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 48px;
  position: relative;
}
.second-block .right-sside h6:after {
  /*background: rgba(0,0,0,0.1);*/
  bottom: -4px;
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 100%;
  z-index: 1;
}

.second-block .right-sside h2{
  display: block;
  font-size: 56px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color:#fff;
}
.second-block .right-sside p{
  color: rgba(255,255,255,0.8);
  font-size:15px;
  font-family: 'chivoregular';
}
.second-block .right-sside a{
  border:solid 2px #fff;
  text-transform:uppercase;
  text-align:center;
  padding:0.8em 3em;
  color:#fff;
  font-family: 'barlow_semi_condensedsemibold';
  display:inline-block;
  margin-top:1em;
}




.third-block{
  position:relative;
  background:#111111;
}


.third-block .right-sside{
  background:#111111;
  padding:5em 0em 3em 5em;
}
.third-block .right-sside h6{
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  font-family: 'barlow_semi_condensedsemibold';
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 48px;
  position: relative;
}
.third-block .right-sside h6:after {
  /*background: #3399ff;*/
  bottom: -4px;
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 100%;
  z-index: 1;
}

.third-block .right-sside h2{
  display: block;
  font-size: 56px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color:#fff;
}
.third-block .right-sside p{
  color: rgba(255,255,255,0.8);
  font-size:15px;
  font-family: 'chivoregular';
}
.third-block .right-sside a{
  border:solid 2px #fff;
  text-transform:uppercase;
  text-align:center;
  padding:0.8em 3em;
  color:#fff;
  font-family: 'barlow_semi_condensedsemibold';
  display:inline-block;
  margin-top:1em;
}


.fourth-block{
  background: url(../img/bg-mod-1.jpg) no-repeat;
  background-size:cover;
  background-color: #3399ff;
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  padding:12em 0 2em 0;
}

.fourth-block h6{
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  font-family: 'barlow_semi_condensedsemibold';
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.fourth-block h6:after{
  background: #3399ff;
  bottom: -4px;
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 100%;
  z-index: 1;
}
.fourth-block h2{
  display: block;
  font-size: 56px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color: #fff;
}

.fifth-block{
  position:relative;
  background-image:url(../img/cta.png) ;
  background-color: #3399ff;
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  text-align: center;
}
.fifth-block h2{
  color: #ffffff;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0 16px;
  font-size:36px;
  font-family: 'barlow_semi_condensedregular';
}
.fifth-block a{
  border: solid 2px #ffffff;
  color: #ffffff;
  padding:.8em 3.5em;
  text-transform:uppercase;
  font-family: 'barlow_semi_condensedsemibold';
  font-size: 1.2em;
}

.fifth-block .row{
  display:flex;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.footer-block{
  background: #111111;
  border-bottom: 8px solid #3399ff;
  color: #666666;
  padding-top:5em;
  padding-bottom:5em;
}

.footer-block .t3-sl .t3-module {
  margin-bottom: 32px;
}
.flexey-box{
  display: flex;
  width: 100%;
}
.footer-block .t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 32px;
  height: 100%;
}
.footer-block .module-inner {
  background: #222222;
  padding:20px 32px 10px 32px;
  text-align: center;
  height: 100%;
}
.footer-block .module-inner.module-inner1 {
  background: none;
  padding: 0;
  text-align: left;
}
.footer-block .module-inner .module-title {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  margin-bottom: 1em;
}
.footer-block .module-title:before {
  /*background: #3399ff;*/
  bottom: -4px;
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 100%;
  z-index: 1;
}
.footer-block .t3-spotlight.t3-spotlight-1.row span {
  font-size: 18px;
}

.footer-block .module-title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-family: 'barlow_semi_condensedsemibold';
}
.footer-block .module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.footer-block .module-ct:before, .module-ct:after {
  content: " ";
  display: table;
}
.footer-block .box-info {
  font-size: 14px;
  font-family: 'chivoregular';
}
.footer-block .box-info p {
  margin-bottom: 0;
}
.footer-block .box-info a {
  color: #ffffff;
  border-bottom: 1px solid #3399ff;
}

.t3-footnav .t3-module ul > li > a {
  color: #9e9e9e;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  text-align:left;
  font-family: 'chivoregular';

  line-height:22px;
}
.t3-footnav .t3-module ul > li > a:hover {
  text-decoration:none;
  background:none;
}
.logo-image{
  margin-top:1em;
  margin-bottom:0.5em;
}
.custom{
  font-family: 'chivoregular';
}














@media (max-width: 1400px) {
  .wrapper{
    width:1200px;
  }
}


@media (max-width: 1200px) {
  .wrapper{
    width:1170px;
  }
  .second-block .right-sside {
    padding: 6em 10em 6em 5em;
  }
  .second-block .right-sside h2 {
    font-size: 40px;
  }
  .third-block .right-sside h2 {
    font-size: 40px;
  }
  .fourth-block h2 {
    font-size: 40px;
  }
  .fifth-block h2{
    font-size:30px;
  }
}
@media (max-width: 992px) {
  .wrapper{
    width:900px;
  }
  .second-block .row img{
    height:100%;
    width:100%;
  }

}
@media (max-width: 920px) {
  .wrapper{
    width:100%;
  }
  .menu-sec ul li a{
    font-size:13px;
  }
}
@media (max-width: 768px) {
  .wrapper{
    width:100%;
  }
  header .logo-sec .row{
    display: inline-block;
    width: 100%;
  }
  .second-block .row {
    display: block;
  }
  .fourth-block {
    padding: 2em 1em 2em 1em;
  }
  .fifth-block .row {
    display: block;
  }
  .fifth-block {
    padding: 30px 0;
  }
  .fifth-block a {
    margin-top: 0.8em;
    display: inline-block;
  }
  .logo-image{
    display:none;
  }
  .footer-block {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .custom {
    text-align: center;
  }
  .third-block .right-sside {
    padding: 2em 0em 3em 1em;
  }
  .second-block .right-sside {
    padding: 2em 1em 2em 1em;
  }
  .logo-sec .logo img{
    text-align:center;
    margin: 0 auto;
  }
  .logo-sec .logo{
    text-align:center;
    margin: 0 auto;
  }
  header .top-sec ul {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .second-block .right-sside h2 {
    font-size: 25px;
  }
  .second-block .right-sside h2 br{
    display:none;
  }
  .second-block .right-sside h6{
    margin-bottom:20px;
  }
  .second-block .right-sside p{
    font-size:14px;
  }
  .third-block .right-sside h2 {
    font-size: 25px;
  }
  .third-block .right-sside h2 br{
    display:none;
  }
  .third-block .right-sside h6{
    margin-bottom:20px;
  }
  .fourth-block h2 {
    font-size: 25px;
  }
  .fourth-block h2 br{
    display:none;
  }
  .fifth-block h2 {
    font-size: 20px;
  }
  .fifth-block a {
    padding: 0.5em 2em;
  }
  .footer-block .module-inner .module-title{
    margin-top:0;
  }
  .footer-block .module-inner {
    padding: 15px;
  }
  .featured_products_list_items .overley .title{
    font-size:20px;
  }
  .flexey-box{
    display: inline-block;
    width: 100%;
  }
  .feature-icon img{
    width:100%;
  }
  .searchbox-open {
    width: 85%;
  }
  .featured_products_list_items .overley {
    padding: 4em 2em 2em 2em;
  }
  .featured_products_list_items .overley .view a {
    padding: 0.5em 1em;
  }
  .featured_products_list_items .overley .view a{
    font-size:12px;
  }
}

@media (max-width: 420px) {
  .featured_products_list_items .overley {
    padding: 4em 2em 2em 2em;
  }
  .featured_products_list_items .overley .view a {
    padding: 0.5em 1em;
  }
  .featured_products_list_items .overley .texts{
    font-size:14px;
  }
  .featured_products_list_items .overley .title {
    font-size: 18px;
  }
  .featured_products_list_items .overley .view a{
    font-size:12px;
  }
  .second-block .right-sside h2 {
    font-size: 23px;
  }
  .third-block .right-sside h2 {
    font-size: 23px;
  }
  .fourth-block h2 {
    font-size: 23px;
  }
  .trainer .overley .title{
    font-size:15px;
  }
  .footer-block .module-inner .module-title{
    font-size:15px;
  }
}


/*----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/

/*Inner pages*/

/*----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/

.inner-baner-block {
  background-color: #f1f1f1;
  content: "";
  height: 300px;
  bottom: 0;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 8em 0;
  background-image: url(../img/bg-masthead.png);
  background-attachment: fixed;
  background-color: #3399ff;
  background-blend-mode: multiply;
  background-position: top;
  background-size: cover;
}
.inner-baner-block2 {
  background-color: #f1f1f1;
  content: "";
  height: 300px;
  bottom: 0;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 8em 0;
  background-image: url(../img/in-ban-02.jpg);
  background-attachment: fixed;
  background-color: #3399ff;
  background-blend-mode: multiply;
  background-position: top;
  background-size: cover;
}
.inner-baner-block:before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.inner-baner-box h3{
  font-family: 'barlow_semi_condensedbold';
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 0;
  text-transform: uppercase;
  z-index: 99;
  opacity: 0.99;
}

.inner-baner-box span{
  font-family: 'barlow_semi_condensedbold';
  color: #3399ff;
  font-size: 56px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  z-index: 99;
  font-style: italic;
}

.inner-baner-box h6{
  font-family: 'chivoregular';
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 99;
}

.inner-block{
  background: #111111;
  padding-top: 5em;
  padding-bottom: 5em;
}

.inner-spbaner-block .mask-slideshow {
/*  background-color: #111111;
  mask: url('../img/mask.svg') no-repeat center center;
  -webkit-mask: url('../img/mask.svg') no-repeat center center;
  mask-size: auto;
  -webkit-mask-size: cover;
*/  content: "";
  height: 160px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.about-block{
  border-right: 1px solid #222;
  position: relative;
  display: inline-block;
  width: 100%;
}


.about-block h4{
  font-family: 'barlow_semi_condensedregular';
  font-size: 1.8em;
  color: #fff;
}

.grup-exer{
  padding:0 1em 2.5em 0;

}

.class-grup{
  background: #3399ff;
  padding: .2em .5em;
  position: absolute;
  left: .7em;
  top: 18em;
  font-family: 'barlow_semi_condensedbold';
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  z-index: 9;
}

.tab-img{
  overflow: hidden;
  position: relative;
  /*  box-shadow: 2px 10px 22px 0px #00000052;*/
  background: #198cff;
}


.tab-img img{
  width: 100%;
  background: #198cff;

}

.tab-img:hover img{
  -webkit-transition: background-color 10s ease-out;
  -moz-transition: background-color 10s ease-out;
  -o-transition: background-color 10s ease-out;
  transition: background-color 10s ease-out;
  width: 100%;
  background: #198cff;
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.grup-txt{
  padding: 1em 0;
}

.grup-txt ul{
  margin: 0;
  padding: 1em 0;

}

.grup-txt ul li{
  list-style: none;
  padding: 0;
  font-family: 'chivoregular';
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.5em;
}

.grup-txt ul li span{
  color: #fff;
  padding-left: .3em;
}

.grup-exer a{
  color: #3399ff;
  text-transform: uppercase;
  font-family: 'barlow_semi_condensedbold';
}

.grup-exer a:hover{
  color: #198cff;
}


.grup-exer a i{
  padding-left: .5em;
  font-size: 10px;
  line-height: 8px;
}


.left-padd{
  padding-left: 1em;
}

.more-detailer a{
  font-family: 'chivoregular';
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.5em;
}

.more-detailer a:hover{
  color: #3399ff;
}

.flexer{
  display: inline-block;
  width: 100%;
  float: left;
}

.pagination-button{
  display: inline-block;
  position: relative;
  padding: 2em 0;
}

.pagination-button ul{
  padding: 0 0 0 1em;
}

.pagination-button ul li{
  background-color: #222222;
  border-color: #dddddd;
  list-style: none;
  display: inline-block;
  padding: 1em 1.5em;
  color: #bdbdbd;
  text-transform: uppercase;
  font-family: 'barlow_semi_condensedbold';
  font-size: 13px;
}

.pagination-button ul a li.active{
  background-color: #3399ff;
  color: #fff;
}

.pagination-button ul a li:hover{
  background-color: #1d1d1d;
  color: #bdbdbd;
}

.pagination-button ul a li.active:hover{
  background-color: #3399ff;
  color: #fff;
}

.page-count{
  background-color: #1d1d1d;
  border-color: #dddddd;
  display: inline-block;
  padding: 1em 1.5em;
  margin: 2em 2em 2em 0;
  color: #bdbdbd;
  text-transform: uppercase;
  font-family: 'barlow_semi_condensedbold';
  font-size: 13px;
}


.about-right{
  padding: 0 0 0 2em;
}

.about-right h6 {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  font-family: 'barlow_semi_condensedsemibold';
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

.about-right h6:after {
  background: #3399ff;
  bottom: -4px;
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 100%;
  z-index: -1;
}

.abo-right-box{
  padding: 2em 0 1em 0;
  position: relative;
}

.abo-right-box ul{
  margin: 0;
  padding: 0;
}

.abo-right-box ul li{
  list-style: none;
  padding: .5em 0;
}

.abo-right-box ul li a{
  color: #bdbdbd;
  font-family: 'chivoregular';
  font-size: 15px;
}

.ico-box{
  padding: 15px 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 0;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  background-color: #424242;
  border: 1px solid #424242;
  border-radius: 0;
}

.input-group{
  display: flex;
  margin-bottom: 2em;
}

.input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 1em;
  color: #888;
  font-family: 'chivoregular';
}
.input-group input::-moz-placeholder { /* Firefox 19+ */
  font-size: 1em;
  color: #888;
  font-family: 'chivoregular';
}
.input-group input:-ms-input-placeholder { /* IE 10+ */
  font-size: 1em;
  color: #888;
  font-family: 'chivoregular';
}
.input-group input:-moz-placeholder { /* Firefox 18- */
  font-size: 1em;
  color: #888;
  font-family: 'chivoregular';
}

.input-group input{
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.7142858;
  color: #ffffff;
  background-color: #2e2e2e;
  background-image: none;
  border: 1px solid #424242;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group .form-control:focus {
    border-color: #dd2222 !important;
    outline: 0;
     -webkit-box-shadow: none; 
     box-shadow: none;
}


.form-check-label{
  font-family: 'chivoregular';
  font-size: 15px;
  color: #bdbdbd;
  font-weight: 200;
      padding-left: .3em;
}

.login-right-box{
  padding: 1em 0;
  position: relative;
}

.login-right-box button{
  text-align: center;
  background: #111;
  font-family: 'barlow_semi_condensedregular';
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  white-space: normal;
  text-transform: uppercase;
  border: solid 2px #3399ff;
  padding: 1em 2.5em;
  font-weight: 600;
  display: inline-block;
  margin-top: 1.5em;
}

.login-right-box button:hover{
  background: #3399ff;
}

.fifth-block a:hover{
  background: #fff;
  border: solid 2px #fff;
  color: #3399ff;
  font-size: 1.2em;
  font-family: 'barlow_semi_condensedbold';
}

.link-login{
  display: inline-block;
  width: 100%;
  padding: 2em 0;
}

.link-login p{
  width: 100%;
  padding: 0;
  margin: .2em 0;
  font-family: 'chivoregular';
  font-size: 1em;
}

.link-login p a{
  color: #bdbdbd;
}

.link-login p a:hover{
  color: #3399ff;
}

.about-block-detail{
  border-right: 1px solid #222;
  position: relative;
  display: inline-block;
  width: 100%;
}

.about-block-detail h3{
  font-family: 'barlow_semi_condensedregular';
  font-size: 3.7em;
  color: #fff;
}

.about-block-detail .class-grup{
  background: #3399ff;
  padding: .2em .5em;
  position: absolute;
  left: 1em;
  top: -1em;
  font-family: 'barlow_semi_condensedbold';
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  z-index: 9;
}

.about-darker{
  background: #000;
  text-align: center;
  padding: 1.2em;
  margin: 0 0 1em;
}

.about-darker ul{
  margin: 0;
  padding: 0;
}

.about-darker ul li{
  display: inline-block;
  list-style: none;
  padding: 0;
  font-family: 'chivoregular';
  font-size: 14px;
  color: #bdbdbd;
  margin: 0 32px;
}

.about-darker ul li span{
  display: block;
  font-size: 18px;
  margin-left: 0;
  color: #fff;
}

/*.abo-detail-box{
  padding: .5em 0;
  display: block;
  width: 100%;
  position: relative;
}*/

/*.abo-detail-box:last-child{
  padding: .5em 0 0 0;
  display: block;
  width: 100%;
  position: relative;
}
*/
.abo-detail-box hr{
  margin: 20px 0;
  border-top: 1px solid #222 !important;
}

.abo-detail-box h5{
  font-family: 'barlow_semi_condensedmedium';
  font-size: 1.8em;
  color: #fff;
}

.abo-detail-box h6{
  font-family: 'barlow_semi_condensedmedium';
  font-size: 1.4em;
  color: #fff;
}

.abo-detail-box p{
  font-family: 'chivoregular';
  color: #bdbdbd;
  font-size: 15px;
  line-height: 25px;
    padding: .5em 0;
  display: block;
  width: 100%;
  position: relative;
}

.abo-detail-box button{
  text-align: center;
  background: #111;
  font-family: 'barlow_semi_condensedregular';
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  white-space: normal;
  text-transform: uppercase;
  border: solid 2px #3399ff;
  padding: 1em 2.5em;
  font-weight: 600;
  display: inline-block;
  margin-top: 1.5em;
}

.abo-detail-box button:hover{
  background: #3399ff;
}
.nxt-prv-button{
  display: inline-block;
  position: relative;
  padding: 2em 0;
}

.nxt-prv-button ul{
  padding: 0 0 0 1em;
}

.nxt-prv-button ul li{
  background-color: #222222;
  border-color: #dddddd;
  list-style: none;
  display: inline-block;
  padding: .7em 1.5em;
  color: #fff;
  font-family: 'chivoregular';
  font-size: 15px;
  margin-right: .5em;
}

.nxt-prv-button ul a li:hover{
  background-color: #3399ff;
  color: #fff;
}

.nxt-prv-button i{
  padding: 0 .2em;
  font-size: 13px;
}

.tager{
  display: inline-block;
  width: 100%;
  padding-top: 1em;
}

.tager a{
  color: #bdbdbd;
  padding: .3em;
  background: #222222;
  font-family: 'barlow_semi_condensedsemibold';
  text-transform: none;
  font-size: 11px;
  border-radius: 2px;
}

.tager a:hover{
  background: #1d1d1d;
  color: #bdbdbd;
}

.facilities-block{
  position: relative;
  display: inline-block;
  width: 100%;
}


.facilities-block h4{
      font-family: 'barlow_semi_condensedmedium';
  font-size: 1.8em;
  color: #fff;
}

.articles-count{
    background: #3399ff;
    padding: .2em .5em;
    position: absolute;
    left: 2.5em;
    top: 3em;
    font-family: 'barlow_semi_condensedbold';
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    z-index: 9;
}

.articles-box{
  padding: 1em 2em;
  background: #222;
}

.articles-box p{
  padding: 0;
  font-family: 'chivoregular';
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.5em;
}

.articles-box .link-marg{
  margin: 1.5em 0;
}


.facilities-block-detail{
  position: relative;
  display: inline-block;
  width: 100%;
}

.facilities-block-detail h3{
  font-family: 'barlow_semi_condensedregular';
  font-size: 3.7em;
  color: #fff;
  margin-bottom: 0;
}

.facilities-block-detail span{
  font-family: 'barlow_semi_condensedregular';
  font-size: 1em;
  color: #9e9e9e;
}

.facilities-block-detail .class-grup{
  background: #3399ff;
  padding: .2em .5em;
  position: absolute;
  left: 1em;
  top: -1em;
  font-family: 'barlow_semi_condensedbold';
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  z-index: 9;
}


.member-block-detail{
  position: relative;
  display: inline-block;
  width: 100%;
}

.member-block-detail h3{
  font-family: 'barlow_semi_condensedregular';
  font-size: 3.7em;
  color: #fff;
  margin-bottom: 0;
}

.member-block-detail h4{
    font-family: 'barlow_semi_condensedmedium';
  color: #fff;
  font-size: 1.7em;
}

.member-block-detail h4 span{
  color: #198cff;
}

.member-block-detail h6{
    font-family: 'barlow_semi_condensedmedium';
  color: #198cff;
  font-size: 1.5em;
}

.member-box{
  padding: 1em 0;
  display: inline-block;
  width: 100%;
}

.member-box p{
  padding: 0;
  font-family: 'chivoregular';
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.5em;
}

.member-box hr{
  margin: 20px 0;
  border-top: 1px solid #222 !important;
}

.member-box button{
  text-align: center;
  background: #111;
  font-family: 'barlow_semi_condensedregular';
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  white-space: normal;
  text-transform: uppercase;
  border: solid 2px #3399ff;
  padding: 1em 2.5em;
  font-weight: 600;
  display: inline-block;
  margin: 1em 0;
}

.member-box button:hover{
  background: #3399ff;
}

.member-box ul{
  padding: 0;
  margin: 0;
}

.member-box ul li{
  padding: 0;
  font-family: 'chivoregular';
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.5em;
  list-style: none;
}

.member-box ul li i{
  padding: 0 .8em 0 0;
  font-size: 14px;
  color: #3399ff;
}

.member-box ul li:hover i{
  padding: 0 1.2em 0 0;
  font-size: 14px;
  color: #fff;
    -webkit-transition: color .4s ease-out;
  -moz-transition: color .4s ease-out;
  -o-transition: color .4s ease-out;
  transition: color .4s ease-out;
    -webkit-transition-property: padding; /* Safari */
  -webkit-transition-duration: .5s; /* Safari */
  transition-property: padding;
  transition-duration: .5s;

}
.member-group{
    text-align: center;
    width: 100%;
}


.fees-box{
  padding: 1em 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.fees-box h3{
    position: absolute;
    top: 200px;
    text-align: center;
    width: 100%;
    font-family: 'barlow_semi_condensedregular';
    font-size: 3.7em;
    color: #fff;
    margin-bottom: 0;    
}
.fees-box img{
  padding-bottom: 1em;
}
.fees-box p{
  padding: 0;
  font-family: 'chivoregular';
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.5em;
}

.fees-box h5 span{
  color: #3399ff;
}

.fees-box hr{
  margin: 20px 0;
  border-top: 1px solid #222 !important;
}

.fees-box button{
  text-align: center;
  background: #111;
  font-family: 'barlow_semi_condensedregular';
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  white-space: normal;
  text-transform: uppercase;
  border: solid 2px #3399ff;
  padding: 1em 2.5em;
  font-weight: 600;
  display: inline-block;
  margin: 1em 0;
}

.fees-box button:hover{
  background: #3399ff;
}


.fees-box ul{
  padding: 0;
  margin: 0;
}

.fees-box ul li{
  padding: 0;
  font-family: 'chivoregular';
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.5em;
  list-style: none;
}

.fees-box ul li i{
  padding: 0 .8em 0 0;
  font-size: 14px;
  color: #3399ff;
}

.fees-box ul li:hover i{
  padding: 0 1.2em 0 0;
  font-size: 14px;
  color: #fff;
    -webkit-transition: color .4s ease-out;
  -moz-transition: color .4s ease-out;
  -o-transition: color .4s ease-out;
  transition: color .4s ease-out;
    -webkit-transition-property: padding; /* Safari */
  -webkit-transition-duration: .5s; /* Safari */
  transition-property: padding;
  transition-duration: .5s;
}

.fees-group{
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 1em 0;
/*  border-bottom: 1px solid #222;
*/
}

.fees-tabler{
  position: relative;
  width: 100%;
}
.fees-tabler caption{
    font-family: 'barlow_semi_condensedmedium';
    color: #fff;
    font-size: 1.7em;
}
.fees-tabler thead{
  font-family: 'barlow_semi_condensedregular';
    color: #fff;
    font-size: 1.2em;
}
.fees-tabler .table-hover>tbody>tr{
      padding: 0;
    font-family: 'chivoregular';
    font-size: 14px;
    color: #bdbdbd;
    line-height: 1.5em;
    list-style: none;
}
.fees-tabler .table-hover>tbody>tr:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: background-color .4s ease-out;
  -moz-transition: background-color .4s ease-out;
  -o-transition: background-color .4s ease-out;
  transition: background-color .4s ease-out;  
}
.fees-tabler tfoot{
    font-family: 'chivoregular';
    font-size: 14px;
    color: #bdbdbd;
    line-height: 1.5em;
    list-style: none;
}
.fees-tabler tfoot tr td{
    text-align: left !important;
    padding: 2em 1em;  
}
.fees-tabler .table-bordered {
  border: 1px solid #333;
}
.fees-tabler .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
  border: 1px solid #333;
}
.fees-tabler p{
  padding: 0;
  font-family: 'chivoregular';
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.5em;
}
.fees-tabler caption span {
    color: #3399ff;
}
.fees-tabler ul li{
  list-style: none;
  padding: 0;
}
.fees-tabler ul {
  margin: 0;
  padding: 0;
}

.fees-tabler ul li i{
  padding: 0 .8em 0 0;
  font-size: 14px;
  color: #3399ff;
}

.fees-tabler ul li:hover i{
  padding: 0 1.2em 0 0;
  font-size: 14px;
  color: #fff;
    -webkit-transition: color .4s ease-out;
  -moz-transition: color .4s ease-out;
  -o-transition: color .4s ease-out;
  transition: color .4s ease-out;
    -webkit-transition-property: padding; /* Safari */
  -webkit-transition-duration: .5s; /* Safari */
  transition-property: padding;
  transition-duration: .5s;
}
.fees-tabler hr{
  margin: 20px 0;
  border-top: 1px solid #222 !important;
}
.fees-tabler .tabler{
  padding: 2em 0; 
}
.fun-left{
  padding: 0 0 0 2em;
}

.special-p p{
  padding: 0;
    font-family:'barlow_semi_condensedmedium';
  font-size: 15px;
  color: #bdbdbd;
  line-height: 1.5em;
}

.member-block-detail h5{
    font-family: 'barlow_semi_condensedmedium';
  color: #fff;
  font-size: 1.3em;
}

.coaching-grouper{
  display: flex;
  width: 100%;
  align-items: center;
}

.coaching-grouper p{
  padding: 0 0 0 .5em;
}

.trial-box{
    background: #222222;
    padding: 32px;
    text-align: center;
}

.trial-box button{
  border: solid 2px #ffffff;
  color: #ffffff;
  padding:.8em 3.5em;
  text-transform:uppercase;
  font-family: 'barlow_semi_condensedsemibold';
  font-size: 1.2em;
}

.trial-box button:hover{
  background: #fff;
  border: solid 2px #fff;
  color: #3399ff;
  font-size: 1.2em;
  font-family: 'barlow_semi_condensedbold';
}

.booknow-but button{
  text-align: center;
  background: #3399ff;
  font-family: 'barlow_semi_condensedregular';
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  white-space: normal;
  text-transform: uppercase;
  border: solid 2px #3399ff;
  padding: 1em 2.5em;
  font-weight: 600;
  display: inline-block;
  margin: 1em 0;
}

.booknow-but button:hover{
  background: #111;
}

#map {
  height: 350px;
}

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

.boxer{
  border-left: 1px solid #222;
  border-right: 1px solid #222;
}

.gallery-block{
  display: inline-block;
  width: 100%;
  position: relative;
}

.thumbnails {
    /* margin-right: -15px; */
    padding-top: 1em;
}
/*
.thumbnails a {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 15px;
}

.thumbnails img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .2s ease-in-out;
}

.thumbnails:hover img {
    opacity: .6;
    transform: scale(.92);
}

.thumbnails img:hover{
      opacity: 1;
    transform: scale(1) rotate(2deg);
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}
*/


.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
  float: left;
` margin-bottom: 0;
    padding: 8px;
  /*margin-right: 20px;
  width: 200px;*/
}
.demo-gallery > ul > li a {
  /*border: 3px solid #FFF;
  border-radius: 3px;*/
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  width:100%;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px;
}
/*----------------Programe page---------------------*/

.pro-img::after {
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #012142 100%);
  margin-top: -150px;
  height: 180px;
  width: 100%;
  content: '';
  bottom: 0;
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 100%;
}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.program-block h3{
      font-family: 'barlow_semi_condensedregular';
    font-size: 3.7em;
    color: #fff;
    margin-bottom: 0;
}

.program-block h6{
  font-family: 'barlow_semi_condensedmedium';
    color: #198cff;
    font-size: 1.5em;
}

.program-head{
  display: inline-block;
  width: 100%;
}

.pro-grouper{
    display: inline-block;
    padding: 1em 0;
  }

.program-box{
  width: 100%;
  position: relative;
}

.pro-img{
  width: 100%;
  position: relative;
}

.pro-title{
      position: relative;
    bottom: 0;
    color: #FFF;
    width: 100%;
   padding: 2em 2em;
    z-index: 110;
    text-align: center;
    background: #222222;
    overflow: hidden;
}

.pro-grouper button{
  text-align: center;
  background: #222;
  font-family: 'barlow_semi_condensedregular';
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  white-space: normal;
  text-transform: uppercase;
  border: solid 2px #3399ff;
  padding: 1em 2.5em;
  font-weight: 600;
  display: inline-block;
  margin: 1em 0;
}

.pro-grouper button:hover{
  background: #3399ff;
}

.pro-detail-box{
  padding: 6em 0 2em 0;
  display: inline-block;
  width: 100%;
}

.flexer-box{
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.pro-lister{
  padding: 1em 0;
  display: inline-block;
  width: 100%;
}

.pro-lister hr{
  margin: 20px 0;
  border-top: 1px solid #222 !important;
}

.pro-detail-box h4{
  text-align: center;
      font-family: 'barlow_semi_condensedregular';
    font-size: 2.7em;
    color: #fff;
    margin-bottom: 0;
}

.pro-detail-box h5{
  font-family: 'barlow_semi_condensedmedium';
    color: #198cff;
    font-size: 1.5em;
}

.pro-detail-box ul{
  padding: 0;
  margin: 0;
}

.pro-detail-box ul p{
    font-family: 'chivoregular';
    font-size: 14px;
    color: #d1d1d1;  
    padding-top: .5em;
}

.pro-detail-box ul li{
  padding:0 0 0 1.4em;
  font-family: 'chivoregular';
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.5em;
  list-style: none;
  list-style-position: outside;
}

.pro-detail-box ul li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  color: #3399ff;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.pro-detail-box ul li:hover::before {
  padding: 0 1.2em 0 0;
  font-size: 14px;
  color: #fff;
    -webkit-transition: color .4s ease-out;
  -moz-transition: color .4s ease-out;
  -o-transition: color .4s ease-out;
  transition: color .4s ease-out;
    -webkit-transition-property: padding; /* Safari */
  -webkit-transition-duration: .5s; /* Safari */
  transition-property: padding;
  transition-duration: .5s;
}

.class-block{
  position:relative;
  background-image:url(../img/class.png) ;
  background-color: #3399ff;
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  text-align: center;
}

.class-block h2{
  color: #ffffff;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0 16px;
  font-size:36px;
  font-family: 'barlow_semi_condensedregular';
}

.class-block button{
  text-align: center;
  background: transparent;
  font-family: 'barlow_semi_condensedregular';
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  white-space: normal;
  text-transform: uppercase;
  border: solid 2px #fff;
  padding: 1em 2.5em;
  font-weight: 600;
  display: inline-block;
  margin: 1em 0;
}

.class-block button:hover{
  background: #3399ff;
  border: solid 2px #3399ff;  
}

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

.badge {
  height: 30px;
  width: 30px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-family: 'barlow_semi_condensedbold'; 
  margin-right: 1em; 
}

.grouper-box{
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 1em 0;
  margin: 0;

}

.grouper-box, .pro-lister p{
    font-family: 'chivoregular';
    font-size: 14px;
    color: #d1d1d1;  
    padding-top: .5em;
}

.nutrition-box{
  position:relative;
  background-image:url(../img/food.png) ;
  background-color: #3399ff;
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  text-align: center;
  margin-top: 1em;
}

.compete-box{
  position:relative;
  background-image:url(../img/run.png) ;
  background-color: #3399ff;
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  text-align: center;
  margin-top: 1em;
}

.uniq-grouper button{
  text-align: center;
  background: #111;
  font-family: 'barlow_semi_condensedregular';
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  white-space: normal;
  text-transform: uppercase;
  border: solid 2px #3399ff;
  padding: 1em 2.5em;
  font-weight: 600;
  display: inline-block;
  margin: 1em 0;
}

.uniq-grouper button:hover{
  background: #3399ff;
}


.pluser-box{
  position: relative;
}

.pluser-box:before{
  position: absolute;
  content: "\f067"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  color: #3399ff;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  top: 50%;
}

.pluser-box:after{
  position: absolute;
  content: "\f067"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  color: #3399ff;
  width: 1.3em; /* same as padding-left set on li */
  top: 50%;
  right: 0;
}

.map-block{
  position:relative;
  margin-top:2em;
}

.map-block #map {
  height: 350px;
}

 .contact-block h2{
    font-family: 'barlow_semi_condensedregular';
    font-size: 3.7em;
    color: #fff;
}

.member-box .contact-form{
  padding: 0;
}
.modal{
      z-index: 99999 !important;
    padding-right: 0 !important;
}

/*------------------------FORM------------------*/

.contact-form{
  display: inline-block;
  width: 100%;
  padding: 5em 0;
  margin: 0;
}

.contact-form h3{
    font-family: 'barlow_semi_condensedregular';
    font-size: 2.8em;
    color: #fff;
}

.contact-form p{
    font-family: 'chivoregular';
    font-size: 14px;
    color: #bdbdbd;  
    padding-top: .5em;
}


.form-group{
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
  left: -1em;
  position: relative;
}

.form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 1em;
  color: #888;
  font-family: 'chivoregular';
}
.form-group input::-moz-placeholder { /* Firefox 19+ */
  font-size: 1em;
  color: #888;
  font-family: 'chivoregular';
}
.form-group input:-ms-input-placeholder { /* IE 10+ */
  font-size: 1em;
  color: #888;
  font-family: 'chivoregular';
}
.form-group input:-moz-placeholder { /* Firefox 18- */
  font-size: 1em;
  color: #888;
  font-family: 'chivoregular';
}

.form-group input{
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.7142858;
  color: #bdbdbd;
  background-color: #2e2e2e;
  background-image: none;
  border: 1px solid #424242;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group textarea{
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.7142858;
  color: #bdbdbd;
  background-color: #2e2e2e;
  background-image: none;
  border: 1px solid #424242;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group label{
    font-family: 'chivoregular';
    font-size: 14px;
    color: #bdbdbd;  
    padding-top: .5em;
    font-weight: 100 !important; 
}

.form-group label span{
        color: #ff8833;
}

.form-group .form-control:focus {
    border-color: #dd2222;
    outline: 0;
     -webkit-box-shadow: none; 
     box-shadow: none;
}

.form-grouper h6, .form-grouper h6 a {
      color: #3399ff;
    font-family: 'barlow_semi_condensedbold';
    font-size: 1.1em;
}

.form-grouper h6 span{
      color: #ff8833;
}

.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 90%;
    width: 90%;
    z-index: 9999999;
}

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

.modal-header h4{
      display: inline-block;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
}
.send-button button{
  text-align: center;
  background: #111;
  font-family: 'barlow_semi_condensedregular';
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  white-space: normal;
  text-transform: uppercase;
  border: solid 2px #3399ff;
  padding: 1em 2.5em;
  font-weight: 600;
  display: inline-block;
  margin-top: 1.5em;
}

.send-button button:hover{
  background: #3399ff;
}

.contact-address{
    display: inline-block;
    width: 100%;
    padding: 5em 0;
    margin: 0;
}

.contact-address h3{
    font-family: 'barlow_semi_condensedregular';
    font-size: 2.8em;
    color: #fff;
}

.address-box{
  display: inline-block;
  padding: 2em 0;
}

.address-box ul{
  margin: 0;
  padding: 0;
}

.address-box ul li{
  font-family: 'chivoregular';
  list-style: none;
  padding: .2em 0;
  color: #d1d1d1;
}

.address-box ul li i{
    color: #d1d1d1;
    font-size: 1em;
    padding: 0 1em 0 0;
    z-index: 999;    
}

.address-box ul li a{
  color: #3399ff;
}


.social-box{
  display: inline-block;
  width: 100%;
}

.social-box h3{
    font-family: 'barlow_semi_condensedregular';
    font-size: 2.8em;
    color: #fff;
}

.social-box ul{
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;

}

.social-box ul a li{
  list-style: none;
  padding: 0 .3em;
  display: inline-block;
}

.social-box ul a li i{
  border: 1px solid #222222;
    background: rgba(255,255,255,0.09);
    height: 32px;
    width: 32px;
    margin-right: 8px;
    text-align: center;
    line-height: 32px;
}

.social-box ul a li i.fa-facebook-f {
    color: #3b5999;
}

.social-box ul a li i.fa-linkedin {
    color: #0077b5;
}

.social-box ul a li i.fa-google-plus {
    color: #dd4b39;
}

.social-box ul a li i.fa-twitter {
    color: #55acee;
}

.social-box ul a li i:hover{
    background: #222222;
  }












/* media quries */
@media (max-width: 1401px) {
  .second-block .right-sside{
    padding: 5em;
  }
}
@media (max-width: 1325px) {}
@media (max-width: 1200px) {}
@media (max-width: 992px) {
.second-block .right-sside {
    padding: 3em;
}
.fun-left{
  padding: 0;
}

.fifth-block .row {
    display: inline-block;
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.fifth-block h2{
  margin-bottom: 1em;
}
}
@media (max-width: 800px) {}
@media (max-width: 768px) {
h2 {
    font-size: 25px !important;
}

h3 {
    font-size: 20px !important;
}

h4 {
    font-size: 17px !important;
}

p {
    font-size: 13px !important;
}

button{
    font-size: 14px !important;
}
.inner-block{
  padding: 1em 1.5em;
}
.inner-baner-box span{
  font-size: 20px;
}
/*.navigation-bar label.hamburger {
  top: -94px;
}
*/
header {
    position: relative;
    width: 100%;
    z-index: 9999;
}
header .logo-sec {
    background: #111111;
  }

}
@media (max-width: 650px) {
.contact-address {
    padding: 0;
}  
}
@media (max-width: 500px) {
.about-right {
  padding: 0 1em;
}
.inner-baner-box span{
  font-size: 20px !important;
}

}
@media (max-width: 485px) {}
@media (max-width: 463px) {}
@media (max-width: 425px) {}
@media (max-width: 380px) {}
@media (max-width: 350px) {}
@media (max-width: 310px) {}












































/*new css 01/8/19*/
.contact-map{
	position:relative;
	padding:2em 0;
}
.contact-map h2{
	text-transform:uppercase;
	display: inline-block;
    font-size: 56px;
    font-weight: 300;
    margin: 32px 0;
    width: 100%;
	color:#ffffff;
	font-family: 'barlow_semi_condensedregular';
}

















































































