/*-------------------------------------------------------
[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	
	
--------------------------------------------------------*/
/*---------------------------------------------------
	COMMON STYLE
------------------------------------------------------*/
html body{
    font-size:13px;
    line-height:24px;
    font-weight:normal;
    font-family: 'Lato', arial, tahoma;
    color: #878787;
	font-weight: 400;
}
.playfair {
	font-family: "Playfair Display" !important;
}
img{
    max-width:100%;
}
a {
    text-decoration: none;
	outline: none;
    color: #212121;
}
a, button {
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
}
a:hover, a:focus {
    text-decoration: none;
    outline: 0;
    color: #029be2;
}
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,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.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;
}
/********************/
/* HEADER STYLE */
/********************/
#myNavbar {
	padding: 0;
}
.navbar-header img{ 
	margin: 20px 0px;
}
.midle-header {
	background-color: #fff;
}
header .navbar-inverse{
	margin: 0;
	background: none;
	border: none;
}
.main-menu{
	float: right;
	display: table;
	margin: 0;
	overflow: hidden;
	text-align: right;
}
.main-menu li {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 40px 28px;
	color: #333333;
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #8eb35a;
}
.main-menu li:last-child > a {
	padding-right: 0 !important;
}
/* STICKY MENU */
.sticky {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 2px solid #8eb35a;
}
.sticky .logo {
	height: 40px;
	margin: 10px 0;
}
.sticky .main-menu li > a {
	padding: 20px 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-inverse .navbar-nav > li > a {
		padding: 40px 15px;
	}
}
@media (max-width: 991px){
	.navbar-header {
		float: none;
	}
	.navbar-header-content {
		position: relative;
	}
	.navbar-inverse .navbar-toggle {
		border-color: #8eb35a;
		display: block !important;
		margin: 33px 0;
	}
	.navbar-inverse .navbar-toggle:hover {
		background-color: #8eb35a;
	}
	.navbar-inverse .navbar-toggle .icon-bar { 
		background: #8eb35a; 
	}
	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar { 
		background: #fff; 
	}
	.navbar-collapse {
		background-color: #fff;
		border-top: 1px solid #ddd !important;
		box-shadow: 2px 2px 4px #ddd;
		position: absolute;
		top: 100%;
		z-index: 99;
		display: block !important;
		opacity: 0;
		visibility: hidden;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		right: 0;
		min-width: 290px;
		max-width: 100%;
	}
	.navbar-collapse.collapse.in {
		opacity: 1;
		visibility: visible;
	}
	.powerful .powerful-text {
		position: static;
		padding-bottom: 30px;
		padding-top: 15px;
	}
	.navbar-right.main-menu {
		display: block;
		float: none;
	}
	.navbar-right.main-menu li {
		text-align: left;
		width: 100%;
		display: block !important;
		border-bottom: 1px dotted #ddd;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding: 12px 30px;
		font-weight: 400;
	}
}
/********************/
/* END HEADER STYLE */
/********************/

/********************/
/* BANNER HOME */
/********************/

.slider-theme {
	position: relative;
}
.slider-theme .text-content {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	color: #1c1c1c;
	line-height: 1;
}
.slider-theme .text-content .html-slider {
	float: left;
}
.slider-theme .text-content .html-slider {
	font-family: "Playfair Display";
}
.slider-theme .t1 {
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 19px;
	line-height: 1;
	font-style: italic;
}
.slider-theme .t2,
.slider-theme .t4 {
	font-weight: 400;
	font-size: 30px;
	padding-bottom: 20px;
	white-space: nowrap;
	font-style: italic;
}
.slider-theme .t3 {
	padding-top: 6px;
}
.slider-theme .t3 a {
	min-width: 206px;
	text-align: center;
	padding: 13px 40px 15px;
	font-size: 16px;
	border-radius: 23px;
	letter-spacing: 0.1em;
	display: inline-block;
	border: 1px solid #8eb35a;
	color: #8eb35a;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Lato";
}
.slider-theme .t3 a:first-child {
	padding: 12px 40px;
}
.slider-theme .t3 a img {
	margin-right: 17px;
    margin-top: -4px;
    vertical-align: top;
}
.slider-theme .t3 a:hover,
.slider-theme .t3 a:focus {
	background-color: #fff;
}
.slider-theme .t3 a + a {
	margin-left: 21px;
}
@media (max-width: 767px) {
	.slider-theme .t2, .slider-theme .t4 {
		font-size: 14px;
		padding-bottom: 8px;
	}
	.slider-theme .t1 {
		font-size: 20px;
		padding-bottom: 9px;
	}
	.slider-theme .t3 a img {
		display: none;
	}
	.slider-theme .t3 a {
		min-width: 0;
		font-size: 12px;
		padding: 9px 20px !important;
	}
	.slider-theme .t3 a + a {
		margin-left: 10px;
	}
}
/********************/
/* END BANNER */
/********************/

/********************/
/* TITLE GROUP */
/********************/
.title-group {
	text-align: center;
}
.title-group .title {
	padding-top: 40px;
	padding-bottom: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/organie_bg_group_title.png');
}
.title-group h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: "Playfair Display";
	font-style: italic;
	font-size: 16px;
	color: #8eb35a;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.title-group h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 40px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.1em;
}
.title-group p {
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 20px;
	color: #333333;
	margin-bottom: 0;
	font-family: "Playfair Display";
	font-style: italic;
	margin-top: 40px;
	line-height: 1.6;
}
.title-group p span {
	font-weight: 700;
}
@media (max-width: 767px) {
	.title-group p br { display: none !important; }
}
/********************/
/* END TITLE GROUP */
/********************/

/********************/
/* DEMO SECTION */
/********************/
section.demos {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/organie_bg_demo_section.jpg');
}
section.demos .title-group {
	margin-bottom: 51px;
}
.demos-home {
	padding-top: 37px;
	padding-bottom: 41px;
}
.demos-image {
	position: relative;
	box-shadow: 0 0 4px 4px #ddd;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
}
.demo {
	border: 1px solid #ffffff;
	color: #fff;
	background-color: transparent;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 22px;
	text-align: center;
	text-transform: uppercase;
}
.demo:hover  {
	background-color: #fff;
	color: #8eb35a;
}
.demos-image div.img {
	height: auto;
	width: 100%;
}
.magnifier {
	background: none repeat scroll 0 0 rgba(142, 179, 90, 0.9);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	border: 5px solid #fff;
	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 {
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	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;
}
.demos-content:hover  .magnifier .buttons,
.demos-content.active .magnifier .buttons {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.demos-content:hover  .magnifier,
.demos-content.active  .magnifier{
	opacity:1;
    visibility:visible;
	z-index: 2;
}
.demos-title {
	padding-top: 14px;
	padding-bottom: 32px;
	text-align: center;
}
.demos-title .link-home{
	font-size: 18px;
	color: #424242;
	font-family: "Playfair Display";
	letter-spacing: 0.1em;
	font-weight: 700;
}
.demos-title .link-home:hover, 
.demos-title .link-home:focus {
	color: #029be2;
}
.theme-label {
	font-family: "Playfair Display";
	font-style: italic;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	background-color: #8eb35a;
	width: 60px;
	height: 60px;
	line-height: 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	right: 10px;
	top: 10px;
}
.theme-label span {
	display: block;
	text-align: center;
	width: 100%;
}
.theme-label.cms {
	background-color: red;
}
@media (min-width: 500px) and (max-width: 767px) {
	.content-grid .demo-item {
		width: 50%;
	}
}
/********************/
/* END DEMO SECTION */
/********************/

/********************/
/* BUILDER SECTION */
/********************/
section.builder {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/organie_bg_builder_section.jpg');
	padding-bottom: 50px;
	padding-top: 50px;
}
section.builder .theme-extension-include a {
	display: block;
	margin-bottom: 20px;
}
section.builder .theme-extension-include a > img {
	min-width: 100%;
}
section.builder .theme-extension-include div > img {
	margin: 0 auto 20px;
}
section.builder .title-group {
	margin-bottom: 33px;
}
section.builder .theme-extension-include .title-group {
	margin-bottom: 24px;
}
section.builder .title-group p {
	margin-top: 23px;
}
.builder-feature-content .item {
	text-align: center;
	margin-bottom: 23px;
}
.builder-feature-content .item .text-item .title {
	font-size: 16px;
	color: #434343;
	font-family: "Playfair Display";
	font-weight: 700;
}
.builder-feature-content .item .text-item .content {
	font-size: 14px;
	color: #7c7c7c;
	line-height: 1.2;
	margin-top: 10px;
}
.theme-extension-include{margin-top:30px}
@media (min-width: 768px) {
	.extension-list-grid {
		padding-top: 25px;
	}	
}
.builder-m2-link {
	display: table;
	clear: both;
	margin: 0 auto 27px;
}
.builder-m2-link .support-item {
	float: left;
	padding: 0 15px 15px;
}
@media (max-width: 767px) {
	.builder-m2-link .support-item {
		text-align: center;
		width: 100%;
		float: none;
	}
	.builder-m2-link .support-item a {
		width: auto;
	}
}
/********************/
/* END BUILDER SECTION */
/********************/

/********************/
/* ADMIN PANEL SECTION */
/********************/
section.admin-panel {
	padding-top: 34px;
}
section.admin-panel .title-group {
	margin-bottom: 57px;
}
section.admin-panel img {
	margin: 0 auto;
}
.builder-featured {
    margin-bottom: 33px;
}
.builder-featured .icon .fa {
    color: #8eb35a;
    font-size: 32px;
}
.builder-featured .title {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 18px;
	font-family: "Playfair Display";
}
.builder-featured .content {
    font-size: 14px;
    font-weight: 300;
}
.builder-featured .content p {
    margin-bottom: 22px;
}
.builder-featured .content p:last-child {
    margin-bottom: 0;
}
.theme-featured {
	margin-top: 20px;
	background-color: #f7f6f7;
}
.theme-featured .middle {
	background-color: #b7d09e;
}
.theme-featured:after {
	content: "";
	display: table;
	clear: both;
}
/********************/
/* END ADMIN PANEL SECTION */
/********************/

/********************/
/* SUPPORT SECTION */
/********************/
.support-item a {
    background: #8eb35a !important;
    border: 1px solid transparent;
    border-radius: 22px;
    color: #fff !important;
    display: block;
    font-size: 14px;
    padding: 9px 25px;
	text-align: center;
}
.support-item a:hover {
	border-color: #8eb35a !important;
	background-color: #fff !important;
    color: #8eb35a !important;
}
.support-item a .fa {
	margin-right: 15px;
}
.btn-link-section .footer-copytext {
	font-family: "Playfair Display";
	font-size: 20px;
	text-align: center;
	color: #424242;
	font-style: italic;
	padding: 118px 0 0;
}
.btn-link-section .footer-copytext span {
	font-weight: 700;
}
.btn-link-section .footer-copytext + img {
	min-width: 100%;
	height: auto;
}
.btn-link-section {
	padding-top: 80px;
}
.btn-link-section .title-group {
	margin-bottom: 35px;
}
/********************/
/* END SUPPORT SECTION */
/********************/


