/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Fitness Club - Multi Page Responsive Html Template
Version:	1.1
Last change:	20/11/2016 [fixed bug]
Primary use:	Fitness Club - Multi Page Responsive Html Template
-------------------------------------------------------------------*/

@import url("default-theme-style.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,400i,600,600i,700,700i,800');


/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation
3. Header (with slider)
4. Section commen style
5. About section
6. Trainer section
7. Gallery section
8. Timing section
9. Testimonials Section  
10. Contact section
11. Footer section
12. Scroll down and up
13.	Inner Pages  (Page Header, About Page, Trainer Page Page, Gallery Page Page, Class & Timing page, Pricing page, contact page )
14. Responsive Media Screen style

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
# [Color codes]

# Dark Black (text): #111111
# Green (headings, links): #dec018
# White (header) : rgba(255,255,255,0.9)
# Light Gary (section background) : #eeeff3
# Dark Gary (body font) : #333333

------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body :		'Open Sans', sans-serif;
Headers:		'Montserrat', sans-serif;
Input, textarea:	'Montserrat', sans-serif;

-------------------------------------------------------------------*/



/*---Body---*/
 
html,
	body {
	  height: 100%;
	  width: 100%;
	}
	
body {
	color:#111;
  	font-family: 'Open Sans', sans-serif;
}

a {
	color: #dec018;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

a:hover,
a:focus {
	color: #dec018;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

p {
	line-height: 1.5;
	margin-bottom: 20px;
	color: #333333;
}

.green{
	color:#dec018;
}
.light-gray{
	background-color:#fafafa;
}
.gray{
	background-color:#eeeff3;
}
.bg-dark {
	background-color: #222222;
	color: white;
}

.text-faded {
	color: #fff;
}

section {
	padding: 80px 0;
}

aside {
	padding: 50px 0;
}

.no-padding {
	padding: 0;
}

.white {color: #fff !important;}

/*---Navigation / #mainNav---*/

.navbar-default {
	background-color: #000;
  		border-color: rgba(34, 34, 34, 0.05);
  	font-family: 'Montserrat', sans-serif;
  	-webkit-transition: all 0.35s;
  	-moz-transition: all 0.35s;
  	transition: all 0.35s;
}
.navbar-collapse{
	overflow:hidden !important;
	height: 50px !important;
}
.navbar-default .navbar-header .navbar-brand {
  	color: #F05F40;
  	font-family: 'Montserrat', sans-serif;
  		font-weight: 700;
  	text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  	color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  	font-size:1.1428571428571428em;
		font-weight: 700;
  	color: #fff;
  	text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  	text-transform: uppercase;
  	font-weight: 700;
  	color: #fff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  	color: #dec018;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  	background-color: #dec018;	
  	color: #fff  !important;
  	outline: none;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  	background-color: transparent;
}
@media (min-width: 768px) {
.navbar-default {
    background-color:#000;
    border-color: rgba(255, 255, 255, 0.9);
}
.navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
	padding: 5px 15px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: white;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	color: #fff;
	padding: 15px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #dec018 ;
}
.navbar-default.affix {
    background-color: #000;
    border-color: rgba(34, 34, 34, 0.05);
}
.navbar-default.affix .navbar-header .navbar-brand {
    color: #F05F40;
    font-size: 14px;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
    color: #fff;
}
.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
    color: #fff;
}

}



/*---Header / #myCarousel (with slider)---*/

header {
	position: relative;
	width: 100%;
	min-height: auto;
	color: white;
	text-align: center;  
}


/*---Slider---*/


.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.carousel-caption {
    text-align: left;
    top: 40%;
}
.carousel-caption h2 {
    background-color: #000;
		border-radius: 05px;
    width: auto;
    display: inline-block;
    padding: 5px 20px;    
	text-shadow:none;
}
.carousel-caption h4 {
	background-color: #fff;	
    border-radius: 05px;
    color: #000;
    width: auto;
    display: inline-block;
    margin: 5px 0px;	
    	padding: 5px 20px;
	text-shadow:none;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.item,
.active.left,
.active.right {
    opacity: 0;
}

.active,
.next.left,
.prev.right {
    opacity: 1;
}

.next,
.prev,
.active.left,
.active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-control {
    z-index: 2;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (min-width: 768px) {
header {
    min-height: 100%;
}

}


/*---Section commen style---*/

.section-heading {
	color: #111111;
	text-transform:uppercase;
		font-weight: 100;
		letter-spacing: 3px;
	margin-top: 0;
	margin-bottom:30px;
}
.section-title{
	margin-bottom:60px;
}
.button-block{
	padding:50px 0px 0px;
}
.button-block .btn {
    border-radius: 0;
    text-transform: capitalize;
    color: #fff;
    background-color: #dec018;
    border-color: transparent;
	border-width:2px;
}
.button-block .btn:hover {
    color: #dec018;
    background-color: transparent;
    border-color: #dec018;
}
.bg-img .section-heading {
    color: #fff;
}


/*---About section---*/

.about{
	background-color:#eeeff3;
	background-image:url(../images/about-bg.png);
	    background-repeat: no-repeat;
    	background-position: right bottom;
}
.about .row.white-bg {
    background-color: rgba(238,239,243,0.8);
}




/*---Trainer section---*/

.trainer{
	background-color:#fafafa;
}
.trainer .team .name{
		    margin-top: 30px;
  	text-transform:uppercase;
}
.trainer .team hr{
  	width: 100px;
  	border-color: #ebebeb;
}
.trainer .team p{
  	letter-spacing: 1px;
}
.trainer .team a{
  	color:#111;
}
.trainer .team a:hover, .trainer .team a:focus{
  	color:#dec018;
}
.trainer .team{
	border:1px solid transparent;	   
	padding: 0px 0px 10px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s; 
	-webkit-animation-fill-mode: initial;
	animation-fill-mode: initial;
}
.trainer .team:hover {
	border: 1px solid #ebebeb;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}


/*---Gallery section---*/

.gallery{
	background-color:#eeeff3;
}
.gallery-box {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align:center;
}
.gallery-box .gallery-box-caption {
	background: rgba(222, 192, 24, 0.8);
	color: white;
	opacity: 0;
	display: block;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.gallery-box .gallery-box-caption .gallery-box-caption-content {
	width: 100%;
	text-align: left;
	position: absolute;
	top: 80%;
	padding-left: 40px;
	transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
  	opacity: 1;
}
.gallery-box:focus {
  	outline: none;
}
.gallery-box:hover .gallery-box-caption hr{
	border: 2px solid #fff;
	width: 50px;
	display: inline-block;
	margin: 10px 0px 5px;
}
.gallery-box .gallery-box-caption hr{
	border: 2px solid #fff;
	width: 50px;
	display: inline-block;
	margin: 10px 0px 5px;
}
.gallery-box img.img-responsive{
	display:inline-block;
	width:100%;
}


@media (min-width: 768px) {

}
.call-to-action h2 {
  	margin: 0 auto 20px;
}
.text-primary {
  	color: #F05F40;
}
.no-gutter > [class*='col-'] {
  	padding-right: 0;
  	padding-left: 0;
}

::-moz-selection {	
  	background: #dec018;
  	color: white;
  	text-shadow: none;
}
::selection {	
  	background: #dec018;
  	color: #fff;
  	text-shadow: none;
}
img::selection {	
  	background: transparent;
  	color: white;
}
img::-moz-selection {	
  	background: transparent;
  	color: white;
}



/*---Timing section---*/

.bg-img{
	background-image:url(../images/background-2.jpg);
	background-position: center center;
	background-size: cover;  
	color:#fff;
	padding: 0;
}
.bg-img .bg-overlay{
	background-color: rgba(0,0,0,0.50);
	padding: 80px 0;
}
.title h2{
	margin-top: 0;
	margin-bottom: 0;
}
.class-time-box {
	max-width: 650px;
	width: 100%;  
	display: inline-block;
	margin-top: 60px;
	position: relative;
	background-color: transparent;
	border: 5px solid #fff;
	z-index: 55;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.class-time-box:hover{
	border: 5px solid #dec018;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.class-time-box  .class-time-info {
    width: 50%;
    float: left;
    text-align: center;
	margin-bottom: 20px;	
    	padding: 0 10px;
}
.class-time-box .class-title {
    color: #fff;
    text-transform: uppercase;	
    margin-top: 20px;
    	padding: 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.class-time-info > p {
    color: #ccc;
	margin-bottom: 10px
}
.class-time-info > p>a {
    font-weight: bold;
		text-transform:uppercase;
    color: #ccc;
}
.time-sel-info {
    padding: 5px 0 20px;
    color: #ccc;
	font-weight:600;
		text-transform:uppercase;
}
.time-sel-info span {
    position: relative;
    margin-right: 6px;
    	padding-right: 3px;
}
.custom-btn {
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    background-color: #dec018;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-btn:hover {
    color: #dec018;
    background-color: #fff;
	text-decoration:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.class-time-box .trinar-img {
    height: 229px;
    position: absolute;
    	top: -35px;
    	right: 25px;
    overflow: hidden;
}
.trinar-img:before {
    content: "";
    position: absolute;
    	left: 0;
    	top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.class-time-box .trinar-img img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.club-timeing {
    width: 100%;
    	border: 5px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-top: 60px;
		padding: 20px 30px;
    position: relative;    
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.club-timeing:hover{
	background-color: #dec018;
		border: 5px solid rgba(255, 255, 255, 1);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.club-timeing ul {
    text-transform: uppercase;
}
.club-timeing ul li {
	padding: 18px 0px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.club-timeing ul li .day {
}
.club-timeing ul li .open-time{
	float: right;
}




/*--- Testimonials Section ---*/

.testimonials {
    background-color: #fafafa;
}

.testimonials .carousel-inner {
    max-width: 80%;
    margin: 0 auto;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
	color: #959595;   
	margin-bottom: 0;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
	    background: #000;
	    margin-top: 30px;
}
#fade-quote-carousel .profile-circle img {
    border-radius: 100px;
}
#fade-quote-carousel blockquote .person{
	color:#000;
	    margin-bottom: 0;
    margin-top: 20px;
	font-style:italic;
}
#fade-quote-carousel blockquote .per-den{
	color:#959595;
	font-size:0.8571428571428571em;
	font-style:italic;
}
#fade-quote-carousel .carousel-control {
	width: auto;
    color: #000;
    opacity: 1;
	text-shadow:none;
	font-size:1em;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .icon-prev {
    margin-left: -10px;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .fa-long-arrow-right, #fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}
#fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .fa-long-arrow-left {
    left: 50%;
    margin-left: -10px;
}
#fade-quote-carousel .carousel-control .icon-prev, #fade-quote-carousel .carousel-control .icon-next, #fade-quote-carousel .carousel-control .fa-long-arrow-left, #fade-quote-carousel .carousel-control .fa-long-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

#fade-quote-carousel .carousel-control .fa-long-arrow-right, #fade-quote-carousel .carousel-control .icon-next {
    margin-right: -10px;
}
#fade-quote-carousel .carousel-control .icon-next, #fade-quote-carousel .carousel-control .fa-long-arrow-right {
    right: 50%;
    margin-right: -10px;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-left {
    background-color: #cb9f6b;
    width: 60px;
    text-align: left;
    padding-left: 10px;
}
#fade-quote-carousel .carousel-control .fa-long-arrow-right {
    background-color: #cb9f6b;
    width: 60px;
    text-align: right;
    padding-right: 10px;
}


/*---Contact section---*/


.contact .row .white-bg {
    background-color: rgba(0,0,0,0.75);
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact{
	background-image:url(../images/background-3.jpg);
	background-position: left top;
	background-size: cover;
}
.contact-logo{
	margin-bottom:15px;
}
.social-media{
	padding:10px 0px;
}
.social-media a{
	color:#ccc;
	padding:0px 5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-media a:hover{
	color:#dec018;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form .form-control{
	height: 50px;
	background-color: #fff;
		border: solid 1px #dee6e6;
		border-radius: 0px;
	-webkit-box-shadow: inset 0 5px 5px rgba(230,230,230,.3);
	-moz-box-shadow: inset 0 5px 5px rgba(230,230,230,.3);
	box-shadow: inset 0 5px 5px rgba(230,230,230,.3);
	
}
.contact-form textarea.form-control{
	height: auto;
}
.contact-form .btn{
    width: 100%;	
    height: 50px;
    background-color: #dec018;
    	border-radius: 0;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form .btn:hover{
    background-color: #000;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact .short-info, .contact .contact-info, .contact p{
	color:#ccc;
}

/*---Footer section---*/

footer{
	background-color:#222;
	color:#fff;
}

footer{
	padding:20px 0px 0px;
	
}
footer .footer-logo{
	margin-bottom:20px;
}
footer p{
	margin-bottom:5px;
	color:#ccc;
}



/*---Scroll down and up---*/

.scroll{
	height:0;
}
.scrolldown-btn{
    background-color: rgba(95,199,174,0);
		border: solid 2px #fff;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
    position: relative;
		bottom: 30px;
		z-index: 10;
		clear: both;
		display: inline-block;
		top: -80px;
		left: 48%;
	margin: -50px auto -50px;
    	padding: 30px 10px;
	text-align: center;
}
.scrollup-btn {

    background-color: rgba(95,199,174,0);
   		border: solid 2px #fff;
		-webkit-border-radius: 25px;
    	-moz-border-radius: 25px;
   		border-radius: 25px;
    position: relative;
		left: 90%;    
		z-index: 10;
		display: inline-block;
		bottom: 35px;
    margin: -50px auto 0px;
		padding: 30px 10px;    	
    text-align: center;
}
@-moz-keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce-arrow {
  	-moz-animation: bounce 2s infinite;
  	-webkit-animation: bounce 2s infinite;
  	animation: bounce 2s infinite;
}




/*--- inner Page---*/

	/* Page Header */
	
	header.inner-page {
		background-color: #000;
		position: relative;
		width: 100%;
		min-height: auto;
		color: white;
		text-align: center;  
	}
	header.inner-page img{
		display:inline-block;
	}
	header.inner-page .page-title h1 {
		background-color: transparent;
		border-radius: 0;
		width: auto;
		display: inline-block;
		padding: 5px 20px;
		text-shadow: none;
		color: #dec018;
		text-transform: uppercase;
		font-weight: bold;
	}
	header.inner-page .page-title {
		position: absolute;
		right: 15%;
		bottom: 20px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	}
	header.inner-page .page-title {
		text-align: center;
		top: 40%;
	}
	@media screen and (min-width: 768px){
	header.inner-page .page-title {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	}


/*--- About Page---*/

	.aboutclub h4{
		margin-bottom:15px;
	}
	.aboutclub p{
		margin-bottom:25px;
	}

	/* What we offer Section */
	
	.whatwweoffer .left-col{
		text-align:right;
	}
	.whatwweoffer .left-col h4 {
		margin-top: 0;
	}
	.whatwweoffer .left-col img {
		display:inline-block;
	}
	.whatwweoffer .right-col{
		text-align:left;
	}
	.whatwweoffer .right-col h4 {
		margin-top: 0;
	}
	.whatwweoffer .right-col img {
		display:inline-block;
	}
	.whatwweoffer .offer-box{
		margin-bottom:20px;
	}
	.whatwweoffer .right-col, .whatwweoffer .left-col{
		margin-top:20px;
	}



/*--- Trainer Page Page---*/


	.trainerpage .team {
		background-color: #fff;
		border: solid 1px #ebebeb;
			margin-bottom: 30px;
	}


/*--- Gallery Page Page---*/
	.gallerypage {
		padding:0px 0px;;
	}
	.gallerypage .filters-button-group {
		padding: 30px 0px;
	}
	.gallerypage .filters-button-group .button.is-checked{
		background-color: #dec018;		
		color: #fff;
	}
	.gallerypage .filters-button-group .button:hover{
		background-color: #dec018;		
		color: #fff;		
		-webkit-transition: all 0.35s;
		-moz-transition: all 0.35s;
		transition: all 0.35s;
	}
	.gallerypage .filters-button-group .button {
		background-color:transparent;
		border: none;
		box-shadow: none;
		padding: 10px 20px;
		margin: 0px 5px;		
		-webkit-transition: all 0.35s;
		-moz-transition: all 0.35s;
		transition: all 0.35s;
		font-weight:600;
	}
	.gallerypage .filters-button-group .button:focus {
		outline:none;
	}



/*--- Class & Timing page---*/

	.classess .section-title {
		margin-bottom: 20px;
	}
	.classess .class-time-box .class-time-info {
		width: 50%;
		float: right;
		text-align: center;
		margin-bottom: 0px;
		padding: 10px 10px;
	}
	.classess .class-time-box .trinar-img {
		height: 229px;
		position: relative;
		top: 0;
		left: 0;
		overflow: hidden;
		float: left;
	}
	.classess .class-time-box .class-title {
		color: #000;
	}

	.classess .class-time-box .class-title {
		margin-top: 10px;
		padding: 0px 0;
	}
	.classess .class-time-info > p {
		color: #333333;
	}
	.classess .class-time-info > p > a {
		color: #000;
	}
	.classess .time-sel-info {
		color: #333333;
		padding: 5px 0 10px;
	}
	.classess .class-time-box {
		margin-top: 30px;
	}
	


/*--- Pricing page---*/


	.bg-img-light {
		background-image: url(../images/background-2.jpg);
		background-position: center center;
		background-size: cover;
		color: #000;
		padding: 0;
	}
	.bg-img-light .bg-overlay-light {
		background-color: rgba(255,255,255,0.50);
		padding: 80px 0;
	}


	/*---Package section---*/
	
	.package{
		background-color:#fafafa;
	}
	.package-box{
		padding: 20px;
	}
	.package-box p{
		font-weight:100;
		margin-top:0px;	
		margin-bottom:50px;
	}
	.package-box h2{
		font-weight:bold;	
	}
	.package-box h3{
		font-weight:100;
		margin-top:5px;
		margin-bottom:50px;	
	}
	.package-box ul{
		border-bottom:1px solid rgba(0,0,0,0.3);
		padding-bottom: 15px;
		color:#333333;
	}
	.package-box ul li{
		padding: 5px 0px;
	}
	.package-box .custom-btn.contact-us{
		background-color:#000;
		color:#fff;	
		border:2px solid transparent;
		margin: 25px 0px;		
			padding:10px 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.package-box:hover .custom-btn.contact-us{
		background-color:transparent;
			border:2px solid #000;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.package-box:hover ul{
		color:#efefef;
	}
	
	/*---Pack one---*/
	
	.pack-one{
		background-color: rgba(255,255,255,0);
			border: solid 2px #5ba5d8;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.pack-one:hover{
		background-color:#5ba5d8;
			border: solid 2px #5ba5d8;
		color:#FFF;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.pack-one h2{
		color:#5ba5d8;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.pack-one:hover h2{
		color:#000;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	/*---Pack two---*/
	
	.pack-two{
		background-color: rgba(255,255,255,0);
			border: solid 2px #dec018;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.pack-two:hover{
		background-color:#dec018;
			border: solid 2px #dec018;
		color:#FFF;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.pack-two h2{
		color:#dec018;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.pack-two:hover h2{
		color:#000;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	/*---Pack three---*/
	
	.pack-three{
		background-color: rgba(255,255,255,0);
			border: solid 2px #e78881;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.pack-three:hover{
		background-color:#e78881;
			border: solid 2px #e78881;
		color:#FFF;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.pack-three h2{
		color:#e78881;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.pack-three:hover h2{
		color:#000;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}


	/* Price with image */
	
	.pricewithimg .package-box img{
		display: inline-block;
		margin-top: -30%;
		border: 5px solid #fff;
		max-width: 150px;
	}
	.pricewithimg .package-box{
		text-align:center;
		margin-top:20%;
	}
	.pricewithimg .package-box ul{
		color:#efefef;
	}
	.pricewithimg .package-box:hover ul{
		color:#666;
	}
	/*---Pack one---*/
	
	.pricewithimg .pack-one{
		background-color:rgba(91, 165, 216, 0.8);
			border: solid 2px rgba(91, 165, 216, 0.8);
		color:#FFF;
	}
	.pricewithimg .pack-one:hover{
		background-color:rgba(255,255,255,0.8);
			border: solid 2px #5ba5d8;
		color:#000;
	}
	.pricewithimg .pack-one h2{
		color:#fff;
	}
	.pricewithimg .pack-one:hover h2{
		color:#000;
	}
	
	/*---Pack two---*/
	
	.pricewithimg .pack-two{
		background-color:rgba(222,192,24,0.8);
			border: solid 2px rgba(222,192,24,0.8);
		color:#fff;
	}
	.pricewithimg .pack-two:hover{
		background-color:rgba(255,255,255,0.8);
			border: solid 2px #dec018;
		color:#000;
	}
	.pricewithimg .pack-two h2{
		color:#fff;
	}
	.pricewithimg .pack-two:hover h2{
		color:#000;
	}
	
	/*---Pack three---*/
	
	.pricewithimg .pack-three{
		background-color:rgba(231, 136, 129, 0.8);
			border: solid 2px rgba(231, 136, 129, 0.8);
		color:#fff;
	}
	.pricewithimg .pack-three:hover{
		background-color:rgba(255,255,255,0.8);
			border: solid 2px #e78881;
		color:#000;
	}
	.pricewithimg .pack-three h2{
		color:#fff;
	}
	.pricewithimg .pack-three:hover h2{
		color:#000;
	}
	
	
	/* Button */
	
	.pricewithimg .package-box .custom-btn.contact-us{
		background-color:transparent;
			border:2px solid #000;
		color:#fff;	
	}
	.pricewithimg .package-box:hover .custom-btn.contact-us{
		background-color:#000;	
			border:2px solid transparent;
		color:#fff;	
	}

/*--- contact page---*/

	.location iframe {
		width: 100%;
		height: 450px;
		border: 0px;
		pointer-events: none;
	}
	.location{
		-webkit-filter: grayscale(100%);
    	filter: grayscale(100%);
		padding: 0;
	}
	
	.contactpage.bg-img {
		background-image: url(../images/background-4.jpg);
		padding: 0;
	}
	.contactpage .social-media a {
		color: #ccc;
	}
	.contactpage .social-media a:hover {
		color: #dec018;
	}
	.contactpage .contact-form .form-control {
		background-color: rgba(255, 255, 255, 0.8);
		border: solid 1px #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow:none;
		box-shadow: none;
		color:#000;
	}
	.contactpage .short-info, .contactpage .contact-info, .contactpage p{
		color:#ccc;
	}


@media only screen and (max-width: 3500px) {
/*body*/
body {
    overflow-x: hidden;
}
}
	
@media only screen and (max-width: 2500px) {}

@media only screen and (max-width: 2100px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1566px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (min-width: 1300px) {}

@media only screen and (max-width: 1280px) {

/*---Navigation / #mainNav---*/
.navbar-header {
    max-width: 240px;
    width: auto;
}
}

@media (min-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1024px) {


/*---body font responsive---*/
body{
	font-size:100%;
}

/*---Navigation / #mainNav---*/
.navbar-default .nav > li > a, .navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
	padding: 15px ;
}
.navbar-default .navbar-header .navbar-brand {
    padding: 15px 15px;
}
.navbar-brand > img {
    max-width: 170px;
}



.class-time-box .trinar-img {
    top: 10px;
    right: -70px;
}
.class-time-box .trinar-img img {
    width: 70%;
}
.class-time-box-2 {
    margin-top: 30px;
}
/*---Inner Pages---*/

	.gallerypage .filters-button-group .button {
		padding: 10px 15px;
		margin: 0px 0px;
	}
	
	.classess .class-time-box .trinar-img {
		float: none;
	}
	.classess .class-time-box .trinar-img img {
		width: 100%;
	}
	.classess .class-time-box .class-time-info {
		width: 100%;
		float: none;
	}
	.pricewithimg .package-box img {
		margin-top: -40%;
	}

}

@media only screen and (max-width: 992px) {

/*---body font responsive---*/
body{
	font-size:100%;
}



/*---Navigation / #mainNav---*/

.navbar-header {
    max-width: 100%;
    width: auto;
}
.navbar-toggle {
    margin-right: -10px;
}
.navbar-collapse{
	overflow:auto !important;
	height: auto !important;
}
.navbar-brand{
    width: 70%;
	max-width: 220px;
}
.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
    color: #ffffff !important;
    background-color: #dec018;
    outline: none;
}

header.inner-page {
    margin-top: 50px;
}
header.inner-page .page-title h1 {
    padding: 0;
    margin: -15px auto 0;
}
.testimonials .carousel-inner {
    max-width: 100%;
    margin: 0 auto;
}
/*---Timing section---*/

.class-time-box .trinar-img img {
    width: 70%;
}
.class-time-box .trinar-img {
    top: 10px;
    right: -70px;
}
.class-time-box-2 {
    margin-top: 30px;
}


/*---Inner Pages---*/
	.pricewithimg .package-box img {
		max-width: 100px;
	}

}


/*--------------iPhone 6 plus landscape----------------*/
@media only screen and (max-width: 767px) {
	
/*---body font responsive---*/
body {
	font-size:100%;
    overflow-x: hidden;
}
section {
    padding: 30px 0;
}
.section-title {
    margin-bottom: 30px;
}



/*---Trainer section---*/

.trainer .team:hover {    
    border: 1px solid #ebebeb;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.trainer .img-responsive, .gallery-box .img-responsive{
    display: inline-block;
}



/*---Gallery section---*/

.gallery-box{
    text-align:center;
}
.gallerypage .no-gutter > [class*="col-"] {
    width: 100%;
}


/*---Timing section---*/

.class-time-box .trinar-img {
    position: relative;
    top: 0;
    right: 0;
}
.class-time-box .trinar-img img {
    width: 100%;
}
.class-time-box .class-time-info {
    width: 100%;
}
.club-timeing {
    margin-top: 20px;
}
.class-time-box {
    margin-top: 20px;
}
.timing .title  {
    margin-top: 10px;
}



/*---Package section---*/

.package-box {
    margin-bottom: 20px;
}
.pricewithimg .package-box {
    margin-top: 30%;
}

/*---Scroll down and up---*/

.scrolldown-btn {
    left: 45%;
    padding: 5px 5px;
	top: -50px;
}
.scrolldown-btn img {
    width:50%;
}
.scrollup-btn {
    padding: 5px 5px;
	left: 85%;
}
.scrollup-btn img {
    width:50%;
}

/*---Inner Pages---*/

	.trainerpage .trainer-pic img {
		width: 100%;
	}
	
	.classess .class-time-box .trinar-img {
		float: none;
	}
	.classess .class-time-box .class-time-info {
		width: 100%;
		float: none;
		text-align: center;
	}
	.pricewithimg .package-box img {
		max-width: 130px;
	}

}

/*--------------iPhone 6 landscape----------------*/
@media only screen and (max-width: 667px) {

/*---Inner Pages---*/
	
	.pricewithimg .package-box img {
		margin-top: -15%;
	}
	.pricewithimg .package-box {
		margin-top: 15%;
	}
}

/*--------------iPhone 5 landscape----------------*/
@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {}

/*--------------iPhone 6 plus portrait----------------*/
@media only screen and (max-width: 414px) {

/*---Inner Pages---*/
	
	.pricewithimg .package-box img {
		margin-top: -30%;
	}
	.pricewithimg .package-box {
		margin-top: 30%;
	}
}

/*--------------iPhone 6 portrait----------------*/
@media only screen and (max-width: 375px) {}

/*--------------iPhone 5 portrait----------------*/
@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 300px) {}

@media only screen and (max-width: 200px) {}



