/**
################################################################
Theme Name:		Fitness Time
Theme URI:		http://demo.smsdesign.com.ua/theme/sfit/
Author URI:		http://SMSdesign.com.ua/
Version:		1.0.2
	1)MAIN
	2)HEADER SECTION
		2.1)Logo
		2.2)Menu
	3)SLIDER SECTION
	4)HOME SECTION
	5)START SECTION
	6)ABOUT SECTION
	7)SERVICE SECTION
	8)PORTFOLIO SECTION
	9)PRICE TABLE SECTION
	10)BLOG SECTION 
	11)CONTACT SECTION
	12)FOOTER
	13)CSS3 & OTHER FIX


[Color codes]

Background:		#fff	(white)
Content text color:		#262626 (light black)

a (standard):	#262626 (light black)
a (active):		#2D7509 (green)

[Typography]

Body:			16px/24px 'Open Sans', sans-serif;
Input, textarea:12px 'Open Sans', sans-serif;

#################################################################
**/
@import url('../../../../../css');
html{
	width:100%;
	padding:0;
	margin:0;

}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	line-height:2;
	width:100%;
	padding:0;
	margin:0;
}
form input[type="text"],
form textarea,
input.subscribe,
input.send_btn.subscribe_block form input[type="text"] {
	font-family: 'Open Sans', sans-serif;
}
a{
	color:#262626;
	text-decoration: none;
	transition:all 0.5s ease 0.2s;
}
a:hover{
	color:#2D7509;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.hidden{
	opacity:0;
}
.visible{
	opacity:1;
}
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99900; /* makes sure it stays on top */
}
#status {
	width:80px;
	height:83px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-40px 0 0 -41px; /* is width and height divided by two */
}
.navbar{
	background: rgba( 255, 250, 250, 0.9);
}
h1, h2, h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
section{
	margin:0 0 30px 0;
}
.section-header{
	text-align:center;
}
.section-header, .section-title h1{
	margin:0 0 20px 0;
}
.text-center{
	text-align:center;
}
.section-text{
	padding:10px 0 0 0;
}
#about .section-text{
	background:#dedede;
	padding:0;
	overflow:hidden;
}
.about-left img{
	width:100%;
}
.about-right img{
	margin-top:70px;
}
.about-right>div{
	padding-top:5px;
	padding-bottom:5px;
}
.about-right div{
	overflow:hidden;
}
.about-right{
	padding:10px 0 30px 0;
}
#team{
	background-image: url(../images/bgs/gallery-bg.jpg);
	padding:30px 0;
}
#team .carousel-control{
	background:none;
	color:#2D7509;
	opacity:1;
	width: 5%;
}
#team .text-sub{
	color:#000;
}
.team-item img{
	width:100%;
	transform:scale(1);
	transition:transform 0.5s ease 0.2s;
}
.team-title{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:14pt;
	line-height:20px;
}
.teamclass{
	color:#2D7509;
	font-style:italic;
}
.teamt{
	padding:15px 0 0 0;
}
.teamsoc{
	padding:5px 0 0 0;
}
.teamsoc a{
	display:inline-block;
	padding:0 20px 0 0;
	color:#000;
	font-size:12pt;
}
.teamsoc a:hover{
	color:#2D7509;
}
.team-item{
	position:relative;
	overflow:hidden;
}
.team-info{
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	padding:20px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.9);
	color:#000;
	transition:background 0.5s ease 0.2s;
}
.team-item:hover .team-info{
	background:rgba(240,240,240,0.9);
}
.team-item:hover img{
	transform:scale(1.1);
}
#calendar_slider .c-days{
	display:inline-block;
	list-style:none;
	padding:10px;
	margin:0px 0 0px 0;
	background:#DEDEDE;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:14pt;
	text-align:center;
	width:100%;
	position:static;
	left:0;
}
#calendar_slider .c-days li{
	display:inline-block;
	width:auto;
	height:auto;
	padding:0 10px;
	margin:0px;
	cursor:pointer;
	border:none;
	background:none;
	text-indent:0;
	border-radius:0;
	transition:color 0.5s ease 0.2s;
}
#calendar_slider .c-days li.active, #calendar_slider .c-days li:hover{
	color:#2D7509;
}
.c-time{
	font-weight:bold;
	font-size:14pt;
}
.c-trainer{
	color: #2D7509;
	font-style: italic;
}
#calendar_slider{
	position:relative;
}
#calendar_slider .item>div{
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	border-left:1px solid #2D7509;
	border-bottom:1px solid #2D7509;
	background:#F9FAF9;
}
#calendar_slider .item>div:first-child, #calendar_slider .item>div:nth-child(5){
	border-left:none;
}
#calendar_slider .item>div:nth-child(5),
#calendar_slider .item>div:nth-child(6),
#calendar_slider .item>div:nth-child(7),
#calendar_slider .item>div:nth-child(8){
	border-bottom:none;
}
/* Logo */
#logo {
	padding: 15px 0 15px 0;
	float:left;
	vertical-align:top;
}
.logo_top {
	display:block;
}
/*Menu*/
.navmenu{
	margin: 0;
	padding:0;
	float:right;
	font-family: 'Montserrat', sans-serif;
}
.navmenu ul li {
	display: inline-block;
	vertical-align:top;
	list-style: none;
	margin: 0 0 0 0;
	position: relative;
	line-height: 81px;
}
.navmenu ul li a {
	display: inline-block;
	color: #262626;
	padding: 0 20px;
	text-decoration:none ;
	outline:none;
	text-transform:uppercase;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.navmenu li a:hover,
.navmenu li.active a {
	text-decoration: none;
	color: #2D7509;
}
a.menu_toggler {
	display:none;
}
.mobile_menu_wrapper {
	display:none;
}
.navmenu ul li:last-child {
	margin-right:0;
}
.navbar-toggle{
	margin-top:20px;
}
/*fixed-menu*/
.fixed-menu .navmenu ul li a {
	color:#262626;
}
.fixed-menu .navmenu li a:hover,
.fixed-menu .navmenu li.active a {
	text-decoration: none;
	color: #2D7509;
}
/* Main Slider */
.full_slider {
	background-position:center center;
	background-repeat:no-repeat;
}
.full_slider_caption {
	position:absolute;
	bottom:36.4%;
	left:0;
	right:0;
	text-align:center;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 2
	margin: 0;
	text-shadow: none;
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	float:none; 
}
.full_slider_caption .capt-cont:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	right: 100%;
	width: 100%;
}
.full_slider_caption .text {
	font-size: 24pt;
	line-height: 48px;
	color: #fff;
}
.full_slider_caption .capt-cont {
	padding: 25px 0 30px 0;
	margin: 0;
	position: relative;	
}
.full_slider_caption.fleft {
	text-align:left;
}
.full_slider_caption.fright {
	text-align:right
}
.full_slider_caption.fcenter {
	text-align:center
}
.full_slider img {
	display:none!important;
}
.slide_title {
	font-size:32pt;
	line-height:64px;
	font-weight: 700;
	color:#2D7509;	
	margin-bottom:50px;
	font-family: 'Montserrat', sans-serif;
}
.slide_title span {
	color:#fff;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function:linear;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;	

}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-fade .carousel-control.left,
.carousel-fade .carousel-control.right{
	padding-top:50vh!important;
}
section .carousel-control{
	font-size:24pt;
}
/* gallery styles */
#gallery{
	margin-bottom:0;
}
.gallery-menu {
	padding-bottom: 15px;
	text-align: center;
}
.gallery-menu li {
	display: inline-block;
	vertical-align: top;
	line-height:20px;
	text-transform: uppercase;
	font-size: 11pt;
	color: #262626;
	transition: color 400ms;
	font-weight: 700;
	-webkit-transition: color 400ms;
	padding: 0 10px;
	cursor: pointer;
	
}
.gallery-menu li:after{
	content:'/';
	display: inline-block;
	padding: 0 0 0 10px;
}

.gallery-menu li.active {
	color: #2D7509;
}
.gallery-menu li.active:hover {
	color: #2D7509;
}
.gallery-menu li:hover {
	color: #2D7509;	
}
.gallery .icon-focus { 
	margin:4px auto 0 auto; 
	padding: 10px 15px;
	height:40px; 
	border:1px solid; 
	border-color:#d4d2d1; 
	display:inline-block; 
	color:#fff; 
	border-radius:3px; 
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	transition:all 0.5s ease-in-out; 
	-moz-transition:all 0.5s ease-in-out; 
	-webkit-transition:all 0.5s ease-in-out;
	box-sizing:border-box;
	opacity: 0;
	position: absolute;
	width: 110px;
	top: calc(50% - 20px);
	left: calc(50% - 55px);
	text-align:center;
	z-index: 5;
}
.gallery-inner:hover .icon-focus { 
	border-color:#2D7509;
	background-color: #2D7509;
	opacity: 1;
}
.gallery img{
	max-width:100%;
}
.gallery-inner{
	padding-bottom:30px;
}
/* pricing styles */
#pricing{
	margin-bottom:0;
}
.pricing-wrap .item {
	padding: 33px 0 40px 0;
	background-color: #DEDEDE;
	text-align: center;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	border:1px solid #fff;
	margin-bottom:30px;
}
.pricing-wrap .item.best-offer {
	padding: 33px 0 40px 0;
	background-color: #fff;
	text-align: center;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	border:1px solid #777777;
}
.pricing-wrap .item.best-offer .shortcode_button {
	background:#2D7509;
	border:1px solid #2D7509;
	color:#fff;	
}
.pricing-wrap .item.best-offer .shortcode_button:hover {
	background:none ;
	border:1px solid #545454;
	color:#262626;	
}
.pricing-wrap .item .title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.pricing-wrap .item .price {
	padding-top: 8px;
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.pricing-wrap .item .price sup {
	top: -10px;
	position: relative;
	font-size: 24px;
	display: inline-block;
}
.pricing-wrap .item ul {
	padding: 15px 4px 15px 30px;
}
.pricing-wrap .item ul li {
	padding: 0 0 7px 20px;
	background:url(../images/pricing-ul-li-bg.png) 0 8px no-repeat;
	text-align: left;
	font-size: 12px;
}
.pricing-wrap .active .item {
	border: 8px solid green;
	background: #fff;
	padding: 25px 0 33px 0;
}
.shortcode_button { 
	display:inline-block;
	margin:0 0 0 0;
	text-decoration:none;
	border:1px solid #545454;
	background-color:transparent;
	color:#262626;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	line-height:20px;
	font-size:14px;
	padding:8px 30px 9px 30px;
	font-weight:600;
	text-transform:uppercase;
	vertical-align:top;
	text-align:center;
	border-radius: 4px;
}
.shortcode_button:hover {
	background-color:#2D7509;
	border:1px solid #2D7509;
	color:#fff;
}
/* clients styles */
.clients-list li {
	width: calc(100% / 6);
	float: left;
	text-align: center;
}
.clients-list li img {
	max-width:100%;
	transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	opacity: 0.5;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.clients-list li a:hover img { 
	opacity: 1;
	filter:none; 
	-webkit-filter:none;
}
/* news styles */
#blog{
	background: url(../images/bgs/bg-blog.jpg) repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding:30px 0 0 0;
}
.portfolio-block{padding:10px 0 0 0;}
.blog-list .item {
	overflow: hidden;
	margin-bottom: 30px;
}
.blog-list .item .title {
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
}
.blog-list .item .title a {
	transition: all 400ms;
	-webkit-transition: all 400ms;	
}
.blog-list .item .title a:hover{
	text-decoration:none;
}
.blog-list .item .wrap {
	text-align: left;
	background: #fff;
	padding:0 20px 0px 20px;
}
.blog-list .item p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px;
}
.blog-list .item i {
	padding-top: 18px;
	display: block;
}
.blog-list .item .video-wrap {
	height: 250px;
}
.blog-list .item iframe {
	width: 100%;
}
.blog-list .item .date {
	padding: 10px 0 10px 0;
	position: relative;
	font-size: 12px;
	overflow: hidden;
}
.blog-list .item .date:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #b7b7b7;
	left: 0;
	top: 0;
	position: absolute;
}
.blog-list a.blog-img{
	display:block;
	height:270px;
	overflow:hidden;
}
.blog-list a.blog-img img{
	height:100%;
}
/* contact form */
#contact h2 {
	color: #262626;
	margin: 0 0 20px 0;
}
#contact h3 {
	color:#fff;
	font-weight:700;
	font-size:20px;
	margin:0 0 10px 0;
	text-transform: uppercase;
}
#contact .block_header {
	padding-top: 30px;
	padding-bottom: 20px;
}
#contact .block_header p {
	color: #262626;
	text-align: center;
}
form input[type="text"],
form textarea {
	background:#FFF;
	margin: 0 0 20px 0;
	padding: 5px 9px;
	width: 100%;
	height: 55px;
	border:1px solid #e6e6e6;
	outline:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:none;
	font-size:14px;
	color:#000;
	font-weight:400;
	line-height:normal;
}
form textarea {
	margin-bottom:24px;
	height:130px;
	padding-top:10px;
	overflow:hidden;
	width: 100%;
}
/* Placeholder */
::-webkit-input-placeholder {
	opacity: 1 ;
	color: #777777;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 1 ;
	color: #777777;
}
::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1 ;
	color: #777777;
}
:-ms-input-placeholder {
	opacity: 1 ;
	color: #777777;
}
/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent ;
}
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent ;
}
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent ;
}
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent ;
}
input.subscribe,
input.send_btn {
	cursor: pointer;
	
	background: #2D7509;
	color: #fff;
	margin: -15px 0 7px 0 ;
	display: inline-block;
	padding: 8px 60px 9px 60px ;
	height:55px;
	float: right;
	line-height:20px;
	font-size: 14px ;
	font-weight: 400 ;
	width: auto ;
	vertical-align:top;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	
	border:1px solid #2D7509;
	border-radius: 3px;
	text-transform:uppercase;
}
input.subscribe:hover,
input.send_btn:hover {
	background: none;
	border:1px solid #545454;
	text-decoration: none;
	color:#262626 ; 
}

/** form valid style **/
.notification_error,
.notification_ok {
	border-radius: 3px;
	-webkit-border-radius:3px;
	margin: 0 0 22px 0;
	padding: 12px 10px 12px 35px;
	position:relative;
	text-align:left;
	line-height:22px;
	font-size:14px;
}
.notification_ok {
	border: 1px #038BD4 solid;
	color: #038BD4;
	background:#D0E3EA;
}
.notification_error {
	border: 1px #C93119 solid;
	color: #C93119;
	background:#FFCFCF;
}
.notification_error:before,
.notification_ok:before {
	content: ''; 
	width: 16px;
	height: 16px;
	position: absolute;
	left:11px;
	top:13px;		
	background-position:0 0;
	background-repeat:no-repeat;
}
.notification_error:before {background-image:url(../images/error.png);
}
.notification_ok:before {background-image:url(../images/info.png);
}
/* Footer */
.footer {
	background-size:cover;
	line-height:22px;
	padding-top:20px;
	padding-bottom:30px;
	font-size:16px;
	color:#262626;
}
.footer .fa {
	margin-right: 7px;
	color: #2D7509;
}
.footer h3{
	margin:0 0 15px 0;
	font-size: 25px;
}
.hide {
	opacity:0;
}
.footer .social-list {
	padding:0;
	float: right;
}
.footer .copyrights {
	padding-top: 22px;
	text-align: center;
	color: #262626;
	font-size: 16px;
}
.social-list {
	padding: 14px 0 0;
}
.social-list li {
	padding: 0 3px;
	display: inline-block;
}
.social-list li a {
	opacity: 1;
	transition: all 250ms;
	-webkit-transition: all 250ms;
}
.social-list li a:hover {
	opacity: 0.5;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@media only screen and (max-width: 1023px) {
	.team-info{
		position:relative;
		left:0;
		width:100%;
		bottom:0;
		padding:20px;
		box-sizing:border-box;
		background:rgba(255,255,255,0.9);
		color:#000;
		transition:background 0.5s ease 0.2s;
		
	}
	.navmenu ul li a {
		padding: 0 10px;
		font-size:9pt;
		white-space:nowrap;
	}
	#calendar_slider .c-days li{
		font-size:10pt;
	}
}
@media only screen and (max-width: 991px) {
	.col-md-4{
		width:50%;
		float:left;
	}
	
}
@media only screen and (max-width: 767px) {
	.full_slider_caption{
		bottom:20vh;
	}
	#fullwidth_slider .full_slider_caption div{
		font-size:14pt;
		line-height:28px;
	}
	.slide_title {
		margin-bottom:20px;
	}
	.carousel-fade .carousel-control.left,
	.carousel-fade .carousel-control.right{
		padding-top:30vh!important;
	}
	input.send_btn {
		margin: 0 auto;
		width: 240px;
		display: block;
		float:none;
	}
	.footer{
		text-align:center;
	}
	.footer .social-list {
		margin-top: 10px;
		float: none;
	}
}
@media only screen and (max-width: 420px) {
	.navmenu ul{
		display:block;
		text-align:center;
	}
	.navmenu ul li{
		line-height:40px;
	}
	.col-md-4{
		width:100%;
	}
	.about-right div{
		width:100%;
		overflow:hidden;
		padding-top:0;
		padding-bottom:0;
	}
	.about-right .col-xs-2, .about-right  h3{
		text-align:center;
	}
	.about-right img{
		margin:30px 0 10px 0;
	}
	#calendar_slider .item>div, 
	#calendar_slider .item>div:nth-child(5), 
	#calendar_slider .item>div:nth-child(6), 
	#calendar_slider .item>div:nth-child(7), 
	#calendar_slider .item>div:nth-child(8){
		border:none;
		border-bottom:1px solid #2D7509;
	}
	#pricing .col-xs-6{
		width:100%;
	}
	.clients-list li{
		width:100%;
		float:none;
	}
}
