/*
Author         : Abubakar Siddique
Template Name  : Lisa - Fitness Center, Gym and Yoga Template
Version        : 1.0
*/

/****** Table Of Content ***************
=================================================
#1. Typography
#2. Pre Loader
#3. Header Design
#4. Banner Design
#5. About Us
#6. Services
#7. Gallery
#8. Trainers
#9. Courses
#10. Schedule
#11. Pricing Table
#12. Products
#13. Testimonials
#14. Contact Us
#15. Back to Top
#16. Youtube Video
#17. News Ticker
#18. Responsive Design
=================================================
*/

/************* Typography ******************/
*{
	padding:0;
	margin:0;
}
img{
	border:none;
	outline:none;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	color:#333;
}
a:hover{
	color:#f65e13;
}
input:focus,textarea:focus,select:focus{
	outline:none!important;
	box-shadow:none;
}
ul{
	margin:0;
	list-style-type:none;
}
h1{
	font-size:32px;
	color:#fff;
	font-weight:700;
	line-height:normal;
	margin:0 0 10px;
	font-family: 'Dosis', sans-serif;
	text-transform:uppercase;
}
h2{
	font-size:30px;
	font-family: 'Dosis', sans-serif;
	color:#333;
	font-weight:700;
	line-height:normal;
	margin:0 0 15px;
	position:relative;
	text-transform:uppercase;
}
h3{
	font-size:18px;
	color:#333;
	font-weight:600;
	line-height:normal;
	margin:0 0 5px;
	position:relative;
	text-transform:uppercase;
	font-family: 'Dosis', sans-serif;
}
h4{
	font-size:16px;
	color:#fff;
	font-weight:300;
	line-height:normal;
	position:relative;
	font-family: 'Dosis', sans-serif;
}

p{
	font-size:14px;
	margin:0 0 20px;
	color:#333;
	font-weight:400;
	line-height:24px;
}
.btn{
	text-transform:uppercase;
	font-weight:500;
	width:auto;
	line-height:34px;
	padding:0 25px;
	display:inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	outline:none!important;
}
.btn.btn-primary{
	border:1px solid #f65e13;
	background:#f65e13;
	color:#fff;
}
.btn.btn-primary:hover{
	background:none;
	border-color:#f65e13;
	color:#f65e13;
}
.btn.btn-default{
	border:1px solid #f65e13;
	background:none;
	color:#f65e13;
}
.btn.btn-default:hover{
	background:#f65e13;
	border-color:#f65e13;
	color:#fff;
}
.btn.btn-default.disabled{
	opacity:1;
}

body{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#333;
	background:#fff;
	overflow-x:hidden;
}

section{
	width:100%;
	float:left;
	height:auto;
	padding:45px 0;
}
.inverse{
	background:#faf9f9;
}
.parallax{
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}

/*================================ Pre Loader ====================================*/
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	z-index:13000;
	height:100%;
}
.preloader_image{
	width:130px;
	height:130px;
	position:absolute;
	left:50%;
	top:50%;
	background:url(img/loader.gif) no-repeat center center;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

/*************************** Header Design ********************************/
#menu {
    position: fixed;
    z-index: 100;
    color: #f8f8f8;
    background: #111;
    width: 220px;
    left: 0px;
    top: 0px;
    height: 100%;
	z-index:999;
	left: -220px;
}
.logo {
    padding: 40px 15px 0;
    float: left;
    width: 100%;
    text-align: left;
}
.navbar-brand{
	height:auto;
	padding:0px;
}
a.mobile-menu-opener {
    position: absolute;
    right: -40px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    background: #111;
    top: 10px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
a.mobile-menu-opener:hover{
	color:#f65e13;
}
#navbar {
    position: absolute;
    top: 110px;
    left: 0px;
    right: 0px;
    bottom: 10px;
}
.navbar-default {
    background: none;
    border: none;
    margin: 0;
    position: relative;
    height: 100%;
}
.navbar-right{
	margin:0;
}
.navbar-default .navbar-nav > li{
	width:100%;
	float:left;
	margin:0 0 1px;
}
.navbar-default .navbar-nav > li > a{
	padding:10px 15px;
	font-family: 'Dosis', sans-serif;
	font-size:14px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
	background:#222;
	color:#f65e13;
}
.jspPane {
    width: 100% !important;
}

/************************* Banner Design ***************/
.content-wrapper{
	width:100%;
	float:left;
	height:auto;
}
.content-wrapper section:nth-child(2n+1){
	background:#fbfbfb;
}
#banner{
	width:100%;
	float:left;
	height:auto;
}
#banner .item{
	height:700px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
#banner .item::before{
	width:100%;
	float:left;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	background:rgba(0,0,0,0.4);
}
#banner p{
	color:#fff;
	margin:0 0 35px;
}
.caption-info{
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:100%;
}
.caption-info-inner h1{
	animation-delay: 0.5s;
}
.caption-info-inner p{
	animation-delay: 1.1s;
}
.caption-info-inner a{
	animation-delay: 1.6s;
}
.carousel-indicators{
	margin:0;
	left:auto;
	bottom:auto;
	top:50%;
	right:15px;
	width:20px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.carousel-indicators li{
	border-color:#f65e13;
}
.carousel-indicators .active{
	background-color:#f65e13;
	border:none;
}

/******************** About Us ************************/
#about-carousel{
	overflow:hidden;
}
.owl-controls{
	position:absolute;
	left:0;
	width:100%;
	height:auto;
	bottom:-30px;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.owl-dots{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
}
.owl-dot{
	width:12px;
	height:12px;
	border:2px solid #f65e13;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:inline-block;
	margin:0 5px;
}
.owl-dot.active{
	background:#f65e13;
}
#about-carousel:hover .owl-controls{
	bottom:20px;
}

/******************** Services ************************/
.service-list{
	position:relative;
	overflow:hidden;
}
.service-list > img{
	width:100%;
	height:auto;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.service-content{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:20px;
	background:rgba(0,0,0,0.7);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.service-content h3{
	color:#fff;
}
.service-content p{
	margin:0;
	color:#fff;
}
.service-list:hover img{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}
.service-list:hover .service-content{
	background:#000;
}

/******************** Gallery *********************/
#filter-list{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	margin:0px 0 35px;
}
#filter-list li{
	display:inline-block;
	cursor:pointer;
	margin:0 8px;
	font-weight:400;
	color:#333;
	-webkit-transition:0.25s ease-in-out;
	-moz-transition:0.25s ease-in-out;
	-ms-transition:0.25s ease-in-out;
	transition:0.25s ease-in-out;
	padding:8px 15px;
	border:1px solid #ccc;
	text-transform:capitalize;
}
#filter-list li.active, 
#filter-list li.active:focus, 
#filter-list li.active:hover,
#filter-list li:hover{
	color:#fff;
	border-color:#f65e13;
	background:#f65e13;
}
.gallery-item{
	width:100%;
	float:left;
	height:auto;
}
.gallery-item li{
	width:33.33%;
	float:left;
	height:auto;
	padding:0 15px 0px;
	margin:0 0 30px;
	display:none;
}
.gallery-thumb{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	overflow:hidden;
}
.gallery-thumb img{
	width:100%;
	height:auto;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.gallery-overlay{
	position:absolute;
	left:0;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.15);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.overlay-inner{
	text-align:center;
	height:auto;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.overlay-inner a{
	width:32px;
	text-align:center;
	background:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:inline-block;
	color:#f65e13;
	margin:0 3px;
	opacity:0;
	-webkit-transform:translateY(50px);
	-moz-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
	visibility:hidden;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.overlay-inner a + a{
	-webkit-transform:translateY(90px);
	-moz-transform:translateY(90px);
	-ms-transform:translateY(90px);
	transform:translateY(90px);
}
.overlay-inner a:hover{
	color:#fff;
	background:#f65e13;
}
.overlay-inner a i{
	line-height:32px;
}
.gallery-item li:hover .gallery-thumb img{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}
.gallery-item li:hover .gallery-overlay{
	background:none;
}
.gallery-item li:hover .overlay-inner a{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}

/******************** Trainers ***********************/
.trainer-list{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	margin:0 0 30px;
}
.trainer-list > img{
	width:100%;
	height:auto;
}
.trainer-content{
	width:100%;
	float:left;
	height:auto;
	padding:15px 20px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	bottom:0;
	z-index:7;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.trainer-content h3{
	margin:0;
	color:#fff;
}
.trainer-overlay{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.overlay-inner a + a + a{
	-webkit-transform:translateY(130px);
	-moz-transform:translateY(130px);
	-ms-transform:translateY(130px);
	transform:translateY(130px);
}
.trainer-list:hover .overlay-inner a{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}
.trainer-list:hover .trainer-content{
	background:#000;
}
.trainer-list:hover .trainer-overlay{
	background:rgba(0,0,0,0.1);
}

/******************** Courses **************************/
.course-list{
	width:100%;
	float:left;
	height:auto;
	background:#fbfbfb;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	margin:0 0 30px;
}
.course-thumb{
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
.course-thumb a{
	display:block;
}
.course-thumb img{
	width:100%;
	height:auto;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
.course-content{
	width:100%;
	float:left;
	height:auto;
	padding:20px;
}
.course-content p{
	margin:0;
}
.course-content h3 a{
	color:inherit;
}
.course-content h3 a:hover{
	color:#f65e13;
}
.time {
    font-size: 13px;
    margin: 0 0 10px;
    display: block;
}
.course-list:hover .course-thumb img{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}

/******************** Schedule ***************************/
.section-title{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 20px;
}
.section-title h2{
	position:relative;
	padding-bottom:8px;
}
.section-title h2::before{
	width:45px;
	height:3px;
	position:absolute;
	left:50%;
	bottom:0;
	content:'';
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	background:#f65e13;
}

/***************************** Pricing Table *************************************/
.price-table {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: auto;
    padding: 20px 0 30px;
    text-align: center;
    width: 100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-moz-transition:all 0.3s ease-in-out;
  	transition:all 0.3s ease-in-out;
}
.price-table:hover{
	border-color:#f65e13;
}
.price{
	width:100%;
	float:left;
	height:auto;
	margin:10px 0 20px;
}
.price > span {
    font-size: 25px;
	color:#fff;
	display:inline-block;
	line-height:20px;
	width:90px;
	padding:25px 0;
	background:#577F92;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
sup,
sub{
	font-size:12px;
	font-weight:400;
}
sup {
    top: -8px;
}
sub{
	bottom:0;
}
.price-table .info{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 20px;
	padding:0 20px;
}
.pricing-list{
	width:100%;
	float:left;
	height:auto;
	padding:0 15px 20px;
}
.pricing-list > li {
    border-top:1px dashed rgba(0,0,0,0.05);
    font-size: 14px;
    font-weight: 300;
    line-height: 45px;
}
.pricing-list > li:last-child{
	border-bottom:1px dashed rgba(0,0,0,0.05);
}

/******************** Products **********************/
.products{
	width:100%;
	float:left;
	height:auto;
}
.products li{
	float:left;
	width:25%;
	height:auto;
	margin:0 0 30px;
	padding:0 15px;
}
.products li .product-thumb{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	overflow:hidden;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
.products li .product-thumb img{
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.products li:hover .product-thumb img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.product-overlay {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.05);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.products li:hover .product-overlay{
	background: rgba(0,0,0,0.25);
}
.products li:hover .overlay-inner a{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}
.product-info{
	width:100%;
	float:left;
	height:auto;
	padding:20px;
	border:1px solid #EAEAEA;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	border-top:none;
	background:#fff;
}
.product-info h3{
	text-transform:none;
	font-weight:400;
}
.product-info h3 a{
	color:inherit;
}
.products li:hover .product-info h3 a{
	color:#f65e13;
}
.product-info .product-price{
	display:block;
	font-size:15px;
	color:#f65e13;
	font-weight:700;
}

/******************** Featured Info *************************/
#counter{
	width:100%;
	float:left;
	height:auto;
}
.counter {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 45px;
    color: rgba(255,255,255,0.95);
	line-height: 32px;
	margin: 0 0 20px;
}
.features-info{
	padding:20px 0;
}
.features-info h3{
	color:rgba(255,255,255,0.95);
	margin:0;
}

/******************** Testimonials **************************/
.content-wrapper .parallax-bg{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	background-attachment:fixed!important;
	position:relative;
}
.parallax-bg::before{
	width:100%;
	height:100%;
	position:absolute;
	content:'';
	left:0;
	top:0;
	background:rgba(0,0,0,0.8);
}
.parallax-bg p{
	color:#fff;
}
.parallax-bg h2{
	color:#fff;
}
#testimonial-carousel{
	width:100%;
	float:left;
	height:auto;
}
.author{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 15px;
}
.author img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.designation{
	font-size:20px;
	color:#fff;
	float:left;
	width:100%;
	text-align:center;
	font-weight:700;
	margin-top:10px;
}
#testimonial-carousel .carousel-indicators{
	position:relative;
	left:0;
	width:100%;
	text-align:center;
	top:auto;
	bottom:0;
	right:auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	margin-top:25px;
}
#testimonial-carousel .carousel-indicators li{
	display:inline-block;
}
.testimonial-item,
.author-comments{
	width:100%;
	float:left;
	height:auto;
}
#testimonial-carousel .carousel-indicators li{
	width:25px;
	margin:0;
}
#testimonial-carousel .carousel-indicators .active{
	width:25px;
	height:10px;
}

/******************** Contact Us **************************/
.contact-form{
	width:100%;
	float:left;
	height:auto;
}
#msgSubmit {
    float: right;
    margin: 5px 0 0;
    font-size: 20px;
}
.form-control{
	height:40px;
	background:none;
	padding:5px 15px 5px;
	border:1px solid #EAEAEA;
	color:#333;
	box-shadow:none!important;
	border-radius:0px;
	font-size:13px;
}
.form-control:focus{
	border-color:#f65e13;
}
textarea.form-control {
    height: 130px;
	resize: vertical;
}
.form-control::-moz-placeholder{
	color:#333;
}
.contact-info {
    display: table-cell;
}
.contact-list {
    display: table;
    width: 100%;
}
.contact-list p{
	margin:0;
}
.contact-list .fa{
	display: table-cell;
	width: 35px;
	font-size: 18px;
	line-height: 28px;
	vertical-align: top;
}
#contact-us li + li{
	margin:20px 0 0;
}
.map {
    width: 100%;
    height: 400px;
    float: left;
}
.no-padding{
	padding:0;
}
footer{
	padding:15px 0;
	background:#131313;
	float:left;
	width:100%;
	height:auto;
}
footer p{
	margin:0;
	color:#fff;
	opacity:0.9;
}

/******************** Back to Top ***********************/
.back-top{
	width:auto;
	float:right;
	height:auto;
	position:fixed;
	right:15px;
	bottom:15px;
	z-index:999;
}
.back-top a{
	display:inline-block;
	text-align:center;
}
.back-top i {
    border: 2px solid #f65e13;
    border-radius: 50%;
    color: #f65e13;
    font-size: 24px;
    height: 40px;
    line-height: 33px;
    width: 40px;
	vertical-align:middle;
}

/************************ Youtube Video ***************************/
.banner{
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	height:650px;
	position:relative;
}
.banner::before{
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	left:0;
	top:0;
	background:rgba(0,0,0,0.4);
}
.banner p{
	color:#fff;
}

/************************ News Ticker ***************************/
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}
.cd-words-wrapper b i,
.cd-words-wrapper b em {
	font-style: normal;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}
.no-js .cd-words-wrapper b {
	opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

.cd-headline.clip span {
	display: inline-block;
}
.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
	color:#fff;
}
.cd-headline.clip .cd-words-wrapper::after {
	/* line */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #f65e13;
}
.cd-headline.clip b {
	opacity: 0;
}
.cd-headline.clip b.is-visible {
	opacity: 1;
}
b{
	font-weight:600!important;
}

/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px){
#banner .item{
	height:400px;
}
.banner{
	height:400px;
}
h1{
	font-size:26px;
}
#banner h1{
	font-size:18px;
}
.banner h1{
	font-size:18px;
}
#trainers .col-xs-6:nth-last-child(-n+1) .trainer-list{
	margin:0;
}
.products li{
	width:100%;
}
.products li:nth-last-child(-n+1) {
	margin:0;
}
section{
	padding:35px 0;
}
#filter-list li{
	font-size:13px;
}
.gallery-item li{
	width:100%;
}
.gallery-item li:last-child{
	margin:0;
}

}

@media only screen and (min-width: 480px) and (max-width:639px) {
.banner{
	height:450px;
}
#banner .item{
	height:450px;
}
h1{
	font-size:26px;
}
.gallery-item li{
	width:50%;
}
#trainers .col-xs-6{
	width:50%!important;
}
#trainers .col-xs-6:nth-last-child(-n+2) .trainer-list{
	margin:0;
}
.products li{
	width:50%;
}
.products li:nth-last-child(-n+2) {
	margin:0;
}

}
@media only screen and (max-width: 639px){

#filter-list li{
	padding:6px 8px;
	margin:0 2px 5px;
}
.price-table{
	margin:0 0 30px;
}

#pricing .col-xs-6:nth-last-child(-n+1) .price-table{
	margin:0;
}

#courses .col-xs-6:nth-last-child(-n+1) .course-list {
	margin:0;
}
.col-xs-6{
	width:100%!important;
}
.counter{
	font-size:32px;
	margin:0 0 10px;
}

}

@media only screen and (min-width: 640px) and (max-width:767px) {
h1{
	font-size:28px;
}
#banner .item{
	height:500px;
}
#filter-list li{
	padding:6px 8px;
	margin:0 2px;
}
.price-table{
	margin:0 0 30px;
}
.gallery-item li:nth-last-child(-n+3){
	margin:0;
}
#pricing .col-xs-6:nth-last-child(-n+2) .price-table{
	margin:0;
}
#trainers .col-xs-6:nth-last-child(-n+2) .trainer-list{
	margin:0;
}
#courses .col-xs-6:nth-last-child(-n+2) .course-list {
	margin:0;
}
.products li{
	width:50%;
}
.products li:nth-last-child(-n+2) {
	margin:0;
}
.banner{
	height:500px;
}

}

@media only screen and (max-width: 767px){
h2{
	font-size:25px;
}
.carousel-indicators{
	right:0;
}
.content-right{
	margin:30px 0 0;
}
#contact-us form{
	margin:0 0 30px;
}
.cd-schedule .timeline{
	display:none;
}
.cd-schedule .events {
    width: 100%;
    margin-left: 0;
}
.cd-schedule .events .events-group{
	border:none;
}
.single-event {
    position: relative !important;
    top: auto !important;
    height: auto !important;
}
.cd-schedule .events .events-group > ul{
	height:auto;
}
.cd-schedule .events .single-event{
	box-shadow:none;
}

}


@media only screen and (min-width: 768px) and (max-width:991px) {
.banner{
	height:550px;
}
#banner .item{
	height:600px;
}
.price-table{
	margin:0 0 30px;
}
#pricing .col-xs-6:nth-last-child(-n+2) .price-table{
	margin:0;
}
#about-us .content-right{
	margin:30px 0 0;
}
.gallery-item li:nth-last-child(-n+3){
	margin:0;
}
.service-content p{
	font-size:12px;
}
#trainers .col-xs-6:nth-last-child(-n+2) .trainer-list{
	margin:0;
}
#courses .col-xs-6:nth-last-child(-n+2) .course-list {
	margin:0;
}
.cd-schedule .event-name{
	font-size:14px;
}
.products li{
	width:50%;
}
.products li:nth-last-child(-n+2) {
	margin:0;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
#banner .item{
	height:600px;
}
.price-table{
	margin:0 0 30px;
}
#pricing .col-xs-6:nth-last-child(-n+2) .price-table{
	margin:0;
}
.gallery-item li:nth-last-child(-n+3){
	margin:0;
}
#courses .col-xs-6:nth-last-child(-n+3) .course-list {
	margin:0;
}
#trainers .col-xs-6:nth-last-child(-n+4) .trainer-list,
.products li:nth-last-child(-n+4) {
	margin:0;
}
}

@media only screen and (min-width: 1200px){
#courses .col-xs-6:nth-last-child(-n+3) .course-list {
	margin:0;
}
#trainers .col-xs-6:nth-last-child(-n+4) .trainer-list,
.products li:nth-last-child(-n+4) {
	margin:0;
}
.gallery-item li:nth-last-child(-n+3){
	margin:0;
}

}