@import url('https://fonts.googleapis.com/css?family=Audiowide|Poppins');
.main-menu ul li a {
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  padding: 30px 8px;
  text-transform: uppercase;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
/*--------------- Top Social Icons ----------------------*/
.social-icons-top {
  margin-top: 0px;
}
.social-icons-top ul li {
  display: inline-block;
  margin-right: 4px;
}
.social-icons-top ul li.last {
  margin-right: 0;
}
.social-icons-top ul li a {
	display: block;
	background: #E34235;
	border-radius: 50%;
	color: #ffffff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	z-index: auto;
}
.social-icons-top ul li a:hover {
  background: #ffffff;
  color: #E34235;
}
/*----------------- Bottom Navigation -----------------------*/
.btmnav-list ul li .fa {
  color: #2aacff;
  padding-right: 5px;
}
.btmnav-list ul li a {
  display: block;
  padding-top: 1px;
}
.about-company, .twitter-area, .flickr-photos, corporate-office { margin-bottom: 20px;}

body {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  vertical-align: baseline;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Audiowide', cursive;
  margin: 0 0 20px;
  font-weight: 500;
}
.ctwhite {
  color: #ffffff;
}
.social-icons {
  margin-top: 5px;
}
.slider-content .big-title {
  display: inline;
  font-size: 60px;
  font-family: 'Audiowide', cursive;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.slider-content .small-content {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 26px;
	width: 64%;
	line-height: 40px;
}
.about-fitness-left .about-left-img .overly {
	position: absolute;
	top: 35%;S
	right: 6%;
	z-index: 999;
}
.about-fitness-left .about-left-img .overly h3 {
	font-size: 48px;
	line-height: 52px;
	text-shadow: 3px 3px #5A5A5A;
}
.latest-news-area {
	padding: 100px 0 108px;
	background-image: url(../images-site/home-welcome-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.fitness-summer-area {
  background: url(../images-site/vid-clips-bg.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: all 0.5s ease-out 0s;
  padding: 95px 0 100px;
}
.banner-area {
	background-color: #E23426;
	padding: 30px 0;
	margin-top: 30px;
}
.inner-banner-area {
  margin-top: 0px;
  background: url(../images-site/page-title-top-bg.jpg);
  background-color: #444544;
  background-repeat: no-repeat;
  background-position: center center;
    min-width: 100%;
    width: auto;
}
.inner-banner-area .innter-title h2 {
  font-size: 48px;
  color: #ffffff;
  padding-bottom: 100px;
  padding-top: 200px;
  text-align: center;
}
#preloader {
  background: #ffffff url(../images-site/kmjw-load.gif) no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
a.blk:link {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
a.blk:visited {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
a.blk:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
a.blk:active {
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
