/*-------------------------------------------------------
[Table of contents]

1. Header
	+ Logo
	+ Navigation
		- mobile menu
		- mega menu
	+ Search & cart
	+ Header Option
	
2. Content
	+ Master slider
	+ Page title
	+ Man & Girl block
	+ Fit & Strong block
	+ About block
	+ Up Coming Event
	+ Pricing Table
	+ Training
	+ Time Table
	+ Our Price
	+ Athlete Class
	+ Our Success
	+ Facts
	+ Our Team
	+ Contact Form
	+ New Products
	+ Introduction
	+ Services
	+ News
	+ Shop-v2
	+ Collection
	+ Page Our Class
	+ Our Class Details
	+ Our Blog
	+ Blog Details
	+ Page Our Trainers
	+ Page Our Trainers Profile
	+ Page Our Pricing Table
	+ About Us
	+ Event Listing
	+ Event Listing Grid
	+ Calendar Full View
	+ Parallax Background
	+ Parallax Content	
	+ Product List
	+ Product List Row
	+ Product detail
	+ Product cart
	+ Product checkout
	
3. Panel
	+ Panel setting
	
4. Footer
	+ Copyrights 
	+ Social icons
	+ Back to top
	
5. Extra
	+ Coming soon page
	+ Welcome page	
	
--------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic);
/*---------------------------------------------------
	COMMON STYLE
------------------------------------------------------*/
html body{
    font-size:13px;
    line-height:24px;
    font-weight:normal;
    font-family: 'Lato';
    color: #878787;
	font-weight: 400;
}
img{
    max-width:100%;
}
a {
    text-decoration: none;
	outline: none;
    color: #212121;
}
a:hover, a:focus {
    text-decoration: none;
    outline: 0;
    color: #e74c3c;
}
p, span{
    margin:0;
}
p + p{
    margin-top:10px;
}
ul{list-style:none}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
h1,h2,h3,h4,h5,h6,strong{
	color: #222222;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
::-webkit-input-placeholder {
   color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
:-ms-input-placeholder {  
   color: #fff;  
}
.wrapper {
    position: relative;
}
.header{
	margin-bottom: 0;
}
.contents-main {
  margin: 0 !important;
}
.clearleft{
	clear: left;
}
hr{
	margin: 50px 0;
}
.logo {
	height: 40px;
}
header{
	padding: 10px 0;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #eee;
}
/* Menu */
.main-menu{
	float: right;
	margin: 0;
	overflow: hidden;
	padding-top: 5px;
	text-align: right;
}
.main-menu li {
	float: left;
	padding: 0 10px;
	line-height: 30px;
}
.main-menu li a{
	color: #001a27;
	font-size: 13px;
	text-transform: uppercase;
}
.main-menu li a:hover,.main-menu li a:focus{
	color: #e74c3c;
}
section{
	padding: 40px 0;
}
section.slide-welcome{
	padding: 0;
	height: 500px;
}
.btn-default{
	background-color: transparent;
	border-radius: 0;
}
.btn-default:hover,.btn-default:focus{
	background-color: #e74c3c;
	border-color: #e74c3c;
	color: #fff;
}
.title-bg{
	width: 215px;
	margin: 30px auto;
}
.title-bg:after{
	border-bottom: 2px solid #e74c3c;
    border-top: 2px solid #e74c3c;
    content: "";
    height: 6px;
    width: 46px;
	display: block;
	margin: -15px auto;
}
.text-left .title-bg:after,.text-left .title-bg{
	float: left;
}
.text-right .title-bg:after,.text-right .title-bg{
	float: right;
}
.bg-grey .title-bg:before{
	background-color: #fff;
}
.demos{
	overflow: hidden;
}
#demos2{
	padding-bottom: 0px;
}
.demo-item{
	height: 340px;
}
/* Mobile section */
.mobile-bg {
	overflow: hidden;
}
/*.mobile-bg .owl-buttons{
	position: absolute;
	top: 40%;
}
.mobile-bg .owl-buttons .owl-prev{
	position: absolute;
	left: -55px;
}
.mobile-bg .owl-buttons .owl-prev:before{
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 60px;
}
.mobile-bg .owl-buttons .owl-next{
	position: absolute;
	right: -310px;
}
.mobile-bg .owl-buttons .owl-next:before{
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 60px;
}*/
/* end mobile */
/* Extension section */
.extensions .item{
	overflow: hidden;
	margin-bottom: 40px;
	margin-left: 18px;
	margin-right: 18px;
}
.extensions .item:hover a,.extensions .item:hover h3{
	color: #e74c3c;
}
.extensions .item a{
	color: #22343d;
}
.extensions .item h5{
	margin: 0;
	text-transform: none;
	font-weight: 700;
	color: #333;
}
.extensions .item p {
	line-height: 18px;
	padding-top: 8px;
}
.extensions .text-right {
	margin-right: 22px;
}
.extensions .text {
	margin-left: 22px;
}
/* end extension section */
/* Page setting */
.page-setting h5, .other h5{
	margin: 0;
	font-size: 24px;
}
.page-setting .layout-b {
	margin-top: 46px;
	margin-bottom: 71px;
}
.page-setting hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e74c3c;
    padding: 0; 
}
.page-setting p {
	color: #22343d;
	font-size: 16px;
}
.page-setting img{
	margin-top: 40px;
}
.page-setting .text-center {
	overflow: hidden;
}
/* end page setting */
/* Other */
.other span{
	display:block;
	border: 1px solid #e1e8ed;
	background-color: #fff;
	border-radius: 5px;
	line-height: 20px;
	margin-bottom: 15px;
	padding: 15px;
	font-size: 16px;
	color: #000;
}
.other span:hover{
	background-color: #e74c3c;
	color: #fff;
}
.other span i{
	margin-right: 15px;
}
.other.bg-grey {
	background-color: #f1f1f1;
}
/* end other */
/* Support section */
.support{
	background-image: url("../images/support-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.qabox{
	margin: 40px 0;
	overflow: hidden;
}
.support .message{
	border: 1px solid #e1e8ed;
	border-radius: 5px;
	padding: 10px;
	line-height: 20px;
}
.support .message .client{
	background-image: url("../images/client-icon.jpg");
	width: 40px;
	height: 45px;
	display: block;
	float: left;
}
.support .message .arrowhitech{
	background-image: url("../images/arrowhitech-icon.jpg");
	width: 40px;
	height: 45px;
	display: block;
	float: right;
}
.support .message.mgs-left{
	float: right;
	margin-right: -22px;
	background-color: #fff;
}
.support .message.mgs-left p{
	padding-left: 50px;
}
.support .message.mgs-right{
	float: left;
	background-color: #e1e8ed;
}
.support .message.mgs-right p{
	padding-right: 50px;
}
.support .support-item{
	border: 3px solid #e74c3c;
	border-radius: 5px;
	padding: 30px;
	text-align: center;
	color: #fff;
}
.support .support-item i{
	font-size: 60px;
	color: #fff;
}
.support .support-item h5{
	margin: 20px 0 0;
	font-size: 16px;	
}
.support .support-item h5 a {
	color: #fff;
}
.support h2 {
	color: #fff;
}
/* end support section */
.banner-text {
  position: absolute;
  top: 75px;
  width: 100%;
  z-index: 9;
  text-align: center;
}
.underline-logo{
    border: 1px solid #292f38;
    width: 55px;
}
.banner-text .title-page h4 span{
  border: 2px solid;
  padding: 5px 10px;
  font-weight: bold;
}
.banner-text .title-page h1{
  font-size: 36px;
  color: #000;
  margin: 30px 0;
}
.banner-text .title-page h1 span{
    color: #e74c3c;    
}
.banner-text h2{
	font-size: 26px;
	color: #000;
}
.banner-text h3{
	color: #000;
}
.banner-text h3 span{
	color: #e74c3c;
}
.banner-text h5{
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  text-transform: none;
}
.link-to {
  text-align: center;
  margin-top: 20px;
}
.select-demo, .purchare-it {
    background: #292f38 none repeat scroll 0 0;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    width: 140px;
	color: #fff;
}
.link-to a:hover,.link-to a:focus{
	color: #fff;
}
.purchare-it {
  background: none repeat scroll 0 0 #e74c3c;
  margin-left: 30px;
}
.banner-img img{
  width: 100%;
  height: 500px;
}
.banner-olayer {
  background: url("../images/bg-glass.png") no-repeat scroll center center / 100% auto transparent;
  height: 100%;
  position: absolute;
  width: 100%;
}
.hover-right {
  cursor: pointer;
  float: left;
  height: 100%;
  width: 50%;
}
.hover-left {
  cursor: pointer;
  float: right;
  height: 100%;
  width: 50%;
}
#scene{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
}
.layer-bg{
	background: url("../images/bg-glass.png") no-repeat scroll center center/100% 100%;
	margin: -200px 0 0 -200px;
}
.layer img{
	width:100%;
	opacity:0.3;
}
.demos .title-page {
  background: none repeat scroll 0 0 #ec3642;
  padding-bottom: 45px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.demos-category {
  list-style: none;
  text-align: center;
  margin-bottom: 40px;
}
.demos-category li {
  display: inline-block;
  margin-right: 25px;
}
.demos-category li a {
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 1px solid #fff;
}
.demos-category li a:hover,.demos-category li a:focus {
  color: #e74c3c;
  border: 1px solid #e74c3c;
}
.demos-title {
  padding: 40px 0 55px;
  text-align: center;
}
.demos-image {
  position: relative;
  overflow: hidden;
  height: 225px;
  border: 10px solid #333;
  border-radius: 10px;
}
.img-bg:hover .img-skin {
    background-position: center 100% !important;
    transition: all 15s ease-out 0s;
    -webkit-transition: all 15s ease-out 0s;
    -moz-transition: all 15s ease-out 0s;
    -ms-transition: all 15s ease-out 0s;
    -o-transition: all 15s ease-out 0s;
}
.magnifier {
  background: none repeat scroll 0 0 rgba(30, 30, 30, 0.4);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.magnifier .buttons {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}
.magnifier .buttons a:hover  {
	background-color:#e74c3c;
	border: none;
	color: #fff;
	transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.demos-content:hover  .magnifier{
	opacity:1;
    visibility:visible;
}
.demos-content:hover .buttons {
	opacity:1;
   transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  visibility:visible;
}
.coming-soon .demos-image {
	text-align: center;
}
.coming-soon .demos-content img {
	position: static;
}
.demos-content img {
	position: absolute;
	top: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
}
.demos-content:hover img {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	margin-top: 225px;
    transition: all 8s ease-out 0s;
    -webkit-transition: all 8s ease-out 0s;
    -moz-transition: all 8s ease-out 0s;
    -ms-transition: all 8s ease-out 0s;
    -o-transition: all 8s ease-out 0s;
}
.demo {
  border: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  height: 100px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}
.demos-title .link-home{
  font-size: 14px;
  color: #333;
}
.demos-title .link-home span {
  border: 2px solid;
  margin-right: 10px;
  padding: 5px;
}
.bottom-page {
  background: #242424;
  position: relative;
}
.features {
    background-image: url('../images/bg-feature.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.features .sevices-main {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  z-index: 20;
  position: relative;
  /*margin-bottom: -58px;*/
}
.features .title-page {
  /*padding-bottom: 95px;*/
  padding-top: 60px;
}
.features .underline-title{
    width: 55px;
    margin-bottom: 45px;
}
.bg-bottom {
  position: relative;
  z-index: 10;
}
.intro-icon {
  font-size: 72px;
  padding-bottom: 30px;
}
.features .services-content h3{
  font-size: 24px;
  margin: 10px 0 5px;
  font-weight: bold;
}
.features .services-content .actions {
  padding: 0 15px;
}
.footer-welcome {
  background: none repeat scroll 0 0 #EEE;
  position: relative;
}
.footer-welcome .title-page {
  position: relative;
  z-index: 20;
  color: #53585b;
  text-align: center;
}
.footer-welcome .title-page span{
    color: #e74c3c;
}
.footer-welcome .title-page h4 {
  font-size: 20px;
  padding-bottom: 15px;
}
.footer-welcome .title-page h4 span{
  border: 1px solid;
  padding: 5px 10px;
}
.footer-welcome .title-page h6 i {
  color: #7d0109;
}
/*===== New style =====*/
.over {
	width: 100%;
	text-align: center;
}
.purchase {
	border: none;
	background-color: #e74c3c;
	color: #fff;
	font-size: 16px;
	width: 240px;
	height: 50px;
	text-transform: uppercase;
	display: inline-block;
	padding-top: 14px;
}
.purchase:hover {
	color: #fff;
}
.purchase > span{
	display: inline-block;
    vertical-align: top;
	font-size: 24px;
	padding-left: 13px;
}
.builder,
.mobile {
	text-align: center;
}
.builder {
	position: relative;
	z-index: 99;
}
.mobile {
	padding-top: 7px;
	padding-bottom: 80px;
}
.des-mobile {
	margin-bottom: 30px;
}
.builder .over-builder {
	background-color: #fff;
	padding-bottom: 70px;
	position: relative;
	float: left;
	border-bottom: 1px solid #e74c3c;
}
.builder .over-builder:before {
	content: "";
	background-color: #fff;
	height: 70px;
	width: 100%;
	top: -70px;
	position: absolute;
	display: block;
	z-index: 99;
}
.builder .over-builder > p {
	margin-top: 20px;
	margin-bottom: 30px;
	display: block;
}
.builder .over-builder > div {
	display: inline-block;
	background-color: #fff;
	text-align: left;
	width: 250px;
    margin-left: 15px;
    margin-right: 15px;
	padding-top: 17px;
    padding-left: 21px;
	min-height: 162px;
	border: 2px solid #e1e1e1;
}
.builder .over-builder > div:hover {
	border-color: #e74c3c;
}
.builder .over-builder h2 {
	margin-top: 0;
}
.builder strong {
	font-size: 16px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 14px;
	display: block;
}
.mobile .item {
    height: 446px;
    overflow: hidden;
    width: 250px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-o-transition: .3s linear;
	-ms-transition: .3s linear;
	z-index: 9;
	margin-top: 73px;
	height: 394px;
}
.mobile .item:hover {
	opacity: 1;
	border-color: #111;
}
.mobile .item img {
	position: absolute;
    top: 0;
	left: 16px;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
}
.mobile .over-item {
	float: left;
	position: relative;
	height: 540px;
	background-image: url('../images/iphone.png');
	background-position: center center;
	background-repeat: no-repeat;	
}
.mobile .over-item:hover:after {
	opacity: 1;
}
.mobile .over-item:hover:before {
	opacity: 1;
}
.mobile .over-item:hover img {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	margin-top: 394px;
	transition: all 7s ease-out 0s;
    -webkit-transition: all 7s ease-out 0s;
    -moz-transition: all 7s ease-out 0s;
    -ms-transition: all 7s ease-out 0s;
    -o-transition: all 7s ease-out 0s;
}
.bg-grey {
	background-color: #f7f7f7;
}
dialog:not([open]) {
    display: none;
	transition: 1s linear;
}
dialog {  
	position: absolute;
    left: 0px;
    right: 0px;
    width: -webkit-fit-content;
    height: -webkit-fit-content;
    margin: auto;
	width: 1170px;
    background:#f1f1f1;
    border: none;
    padding: 20px;
	z-index: 999 !important;
	top: 100px !important;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	-o-box-shadow: 0px 0px 20px #ccc;
	-moz-box-shadow: 0px 0px 20px #ccc;
	-ms-box-shadow: 0px 0px 20px #ccc;
	box-shadow: 0px 0px 20px #ccc;
}
#exit {
	position: absolute;
    top: 1px;
    right: 5px;
    font-size: 17px;
}
.overlay {
	position: absolute;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    display: block;
}
.overlay2 {
	overflow: hidden;
	position: relative;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 99;
}
/* Revolution */
.revo {
	background-image: url("../images/slider.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	color: #222;
	text-align: center;
	height: 100vh;
	padding-top: 20vh;
	max-width: 100%;
}
.revo .logor {
	margin: 0 auto 40px;
}
.revo .wtm {
	font-size: 47px;
	margin-bottom: 45px;
}
.revo .multi {
	font-size: 29px;
	margin-bottom: 45px;
}
.revo .multi a {
	margin-left: 10px;
}
.revo a {
	background-color: rgb(231, 76, 60);
	color: #fff;
	border: 1px solid rgb(231, 76, 60);
	box-shadow: none;
	padding: 10px 15px;
}
.revo .sdemo{
	letter-spacing: 1px;
}
.demo-item  .demos-content,
.demo-item  .demos-content .title-cms span {
	position: relative;
}
.demo-item  .demos-content .title-cms span {
	display: block;
    padding: 6px 15px;
	background: #e74c3c none repeat scroll 0 0;
    color: #fff;
}
.demo-item  .demos-content .title-cms span.new {
	background: #3398db none repeat scroll 0 0;
}
.demo-item  .demos-content .title-cms {
    font-weight: 700;
    left: 25px;
    position: absolute;
    top: -15px;
    z-index: 1;
}
.demo-item  .demos-content .title-cms span:after {
	border-right: 15px solid rgb(121, 41, 32);
    border-top: 15px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -15px;
    position: absolute;
    top: 0;
    width: 7px;
}
.demo-item  .demos-content .title-cms span.new:after {
	border-right-color: rgb(42, 118, 168);
}
.tp-simpleresponsive >ul li {
	position: relative;
}
.overlay3:after {
	content: "";
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
@media (max-width: 991px) {
	.extensions .left .image {
		float: left !important;
	}
	.extensions .left .text-right {
		float: left !important;
		margin-left: 22px;
		text-align: left;
	}
	.support .support-item {
		margin-bottom: 10px;
	}
	dialog {
		width: 768px;
	}
	.tp-banner-container {
		display: none;
	}
}
@media (max-width: 800px) {
	.revo .wtm {
		font-size: 40px;
	}
	.revo .multi {
		font-size: 25px;
	}
}
@media (max-height: 360px) {
	.revo {
		/* padding-top: 55px; */
	}
	.revo .wtm {
		margin-bottom: 25px;
	}
}
@media (max-width: 600px) {
	.revo .wtm {
		font-size: 30px;
	}
	.revo .multi {
		font-size: 16px;
		margin-bottom: 22px;
	}
}
@media (max-width: 360px) {
	.revo .wtm {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.revo .multi {
		font-size: 10px;
	}
	.revo .sdemo {
		font-size: 10px;
	}
	.revo .logor {
		margin: 0 auto 25px;
	}
	.builder .over-builder:before {
		content: none;
	}
	dialog {
		width: 320px;
	}
}