/* Leezen - Exclusive Yoga Center HTML5 Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header 
5. Main Slider
6. About Us
7. Fluid Video Section
8. Classes Gallery
9. Default Gradient Section
10. Team Members
11. Gallery Section
12. Testimonials
13. Pricing Section
14. Blog Style One
15. Main Footer
16. Who We Are
17. Yoga Experience
18. Classes List View
19. Classes Grid View
20. Class Single
21. Sidebar Style
22. Sidebar Listing
23. Tags
24. Posts
25. Carousels
26. Call To Action
27. Blog List View
28. Blog List View Full
29. Blog Grid View
30. Comments Area
31. Comments Form
32. Shop Page
33. Featured Shop Product
34. Other Shop Products
35. Jquery Countdown
36. Shop Single
37. Product Carousel
38. Product Tabs
39. Shopping Cart
40. Checkout


**********************************************/

@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,600,500,700);
@import url(https://fonts.googleapis.com/css?family=Sacramento);

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

:root {
  --themecolor: #ead5c0;
  --darkthemecolor: #9e8b77;
}

body {
	transition: all .5s;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#696969;
	line-height:1.8em;
	font-weight:500;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:var(--themecolor);
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Poppins', sans-serif;
}

p{
	position:relative;
	line-height:1.6em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-font{
	font-family: 'Sacramento', cursive;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.btn-style-one{
	position:relative;
	padding:10px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#212121 !important;
	font-size:14px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
	border-radius:22px;
}

.btn-style-one:hover{
	background:var(--themecolor);
	color:#ffffff !important;	
}

.btn-style-one.inverse {
	background:var(--themecolor);
	color:#ffffff !important;		
}
.btn-style-one.inverse:hover {
	background:#ffffff;
	color:#212121 !important;
}

.btn-style-two{
	position:relative;
	padding:10px 32px;
	line-height:24px;
	text-transform:uppercase;
	background: #1f2429;
	color:#ffffff !important;
	font-size:14px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
	border-radius:22px;
}

.btn-style-three{
	position:relative;
	padding:10px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:#414359;
	color:#ffffff !important;
	font-size:14px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
	border-radius:22px;
}

.btn-style-three:hover{
	background:var(--themecolor);	
}

.btn-style-four{
	position:relative;
	padding:10px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:#f8f8f8;
	color:#212121 !important;
	font-size:14px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
	border-radius:22px;
}

.btn-style-four:hover{
	background:var(--themecolor);
	color:#ffffff !important;	
}

.btn-style-five{
	position:relative;
	padding:10px 40px;
	line-height:24px;
	text-transform:uppercase;
	background:#333333;
	color:#ffffff !important;
	font-size:13px;
	font-weight:600;
	border:1px solid #333333 !important;
	font-family: 'Poppins', sans-serif;
	letter-spacing:1px;
}

.btn-style-five:hover{
	background:none;
	color:#333333 !important;
	border-color:#333333 !important;	
}

.btn-style-six{
	position:relative;
	padding:10px 40px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	font-size:13px;
	font-weight:600;
	border:1px solid #ffffff !important;
	font-family: 'Poppins', sans-serif;
	letter-spacing:1px;
}

.btn-style-six:hover{
	background:#ffffff;
	color:#27ae60 !important;
	border-color:#ffffff !important;	
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:var(--themecolor);	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.padd-top-10{
	padding-top:10px !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-top-50{
	padding-top:50px !important;	
}

.padd-top-60{
	padding-top:60px !important;	
}

.padd-top-70{
	padding-top:70px !important;	
}

.padd-left-10{
	padding-left:10px !important;	
}

.padd-left-20{
	padding-left:20px !important;	
}

.padd-left-30{
	padding-left:30px !important;	
}

.padd-left-40{
	padding-left:40px !important;	
}

.padd-left-50{
	padding-left:50px !important;	
}

.padd-left-60{
	padding-left:60px !important;	
}

.padd-left-70{
	padding-left:70px !important;	
}

.padd-bott-10{
	padding-bottom:10px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.padd-bott-50{
	padding-bottom:50px !important;	
}

.padd-bott-60{
	padding-bottom:60px !important;	
}

.padd-bott-70{
	padding-bottom:70px !important;	
}

.padd-bott-90{
	padding-bottom:90px !important;	
}

.padd-bott-100{
	padding-bottom:100px !important;	
}

.padd-right-10{
	padding-right:10px !important;	
}

.padd-right-20{
	padding-right:20px !important;	
}

.padd-right-30{
	padding-right:30px !important;	
}

.padd-right-40{
	padding-right:40px !important;	
}

.padd-right-50{
	padding-right:50px !important;	
}

.padd-right-60{
	padding-right:60px !important;	
}

.padd-right-70{
	padding-right:70px !important;	
}

.margin-top-10{
	margin-top:10px !important;	
}

.margin-top-20{
	margin-top:20px !important;	
}

.margin-top-30{
	margin-top:30px !important;	
}

.margin-top-40{
	margin-top:40px !important;	
}

.margin-top-50{
	margin-top:50px !important;	
}

.margin-top-60{
	margin-top:60px !important;	
}

.margin-top-70{
	margin-top:70px !important;	
}

.margin-bott-10{
	margin-bottom:10px !important;	
}

.margin-bott-20{
	margin-bottom:20px !important;	
}

.margin-bott-30{
	margin-bottom:30px !important;	
}

.margin-bott-40{
	margin-bottom:40px !important;	
}

.margin-bott-50{
	margin-bottom:50px !important;	
}

.margin-bott-60{
	margin-bottom:60px !important;	
}

.margin-bott-70{
	margin-bottom:70px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}

.no-padd-left{
	padding-left:0px !important;	
}

.no-padd-right{
	padding-right:0px !important;	
}

.bg-lightgrey{
	background-color:#f6f6f6 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}

.page-section {
	position:relative;
	padding:80px 0px;
	background:#ffffff;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#333333;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:var(--themecolor);
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#ffffff;
}

.main-header .auto-container{
	position:relative;
	max-width:100%;
	margin:0px 40px;	
}

.main-header .header-top{
	position:relative;
	padding:0px 0px;
	background:#f8fcf3;
	color:#696969;
	font-size:12px;
}

.main-header .header-top ul li{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 0px;
	color:#696969;
}

.main-header .header-top .top-right ul.info-nav{
	position:relative;
	float:right;
	z-index:15;
}

.main-header .header-top .top-right ul.info-nav > li{
	margin:0px 12px;
	letter-spacing:1px;
}

.main-header .header-top .top-right ul.info-nav > li:after{
	content:'';
	position:absolute;
	right:-16px;
	top:50%;
	height:4px;
	width:4px;
	margin-top:-2px;
	background:#e0e0e0;
	border-radius:50%;	
}

.main-header .header-top .top-right ul.info-nav > li.separator{
	margin:0px;	
}

.main-header .header-top .top-right ul.info-nav > li.separator:after{
	content:'';
	position:absolute;
	right:1px;
	top:27%;
	height:50%;
	width:1px;
	background:#cccccc;
}

.main-header .header-top .top-right ul.info-nav > li.currency:after,
.main-header .header-top .top-right ul.info-nav > li:last-child:after{
	display:none;
}

.main-header .header-top ul li a{
	line-height:24px;
	color:#696969;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-top ul li a:hover{
	color:var(--themecolor);	
}

.main-header .header-top .top-right ul.info-nav >li > .sub-nav{
	position:absolute;
	left:0px;
	top:120%;
	width:180px;
	height:auto;
	background:#f8fcf3;
	border:1px solid rgba(0,0,0,0.05);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	z-index:10;
}

.main-header .header-top .top-right ul.info-nav >li:hover > .sub-nav{
	opacity:1;
	visibility:visible;
	top:100%;	
}

.main-header .header-top .top-right ul.info-nav >li > .sub-nav > li{
	display:block;
	margin:0px;
	border-bottom:1px solid rgba(0,0,0,0.05);
	padding:0px;
}

.main-header .header-top .top-right ul.info-nav >li > .sub-nav > li:last-child{
	border:none;	
}

.main-header .header-top .top-right ul.info-nav >li > .sub-nav > li > a{
	display:block;
	line-height:24px;
	padding:5px 17px;
	letter-spacing:1px;	
}

.main-header .header-top .top-right ul li .icon{
	position:relative;
	line-height:24px;
	padding-right:0px;
}

.main-header .main-box{
	position:relative;
	padding:20px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header.fixed-header .main-box{
	position:fixed;
	border-bottom:1px solid #e0e0e0;	
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 180px 0px 200px;
}

.main-header .main-box .logo-box{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;	
}

.main-header .main-box .logo-box .logo img{
	max-height:85px;
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-21px;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	height:42px;
	width:42px;
	background:var(--themecolor);
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:40px;
	border:1px solid var(--themecolor);
	border-radius:21px;
	font-weight:normal;
}

.main-header .cart-btn-outer{
	position:absolute;
	right:50px;
	width:140px;
	height:42px;
	text-align:center;
	top:50%;
	margin-top:-21px;
	padding:8px 10px;
	font-size:13px;
	line-height:24px;
	border:1px solid #e0e0e0;
	border-radius:21px;
	font-weight:500;
	color:#333333;
	letter-spacing:1px;
}

.main-header .cart-btn-outer .icon{
	position:relative;
	display:inline-block;
	padding-right:14px;
	margin-right:12px;
	font-size:18px;
	border-right:1px solid #e0e0e0;
}

.main-header .cart-btn-outer .icon .count{
	position:absolute;
	right:3px;
	top:-5px;
	text-align:center;
	width:16px;
	line-height:18px;
	height:16px;
	background:var(--themecolor);
	color:#ffffff;
	font-size:10px;
	border-radius:8px;	
}

.main-header .cart-btn-outer .amount{
	position:relative;
	display:inline-block;
	top:-1px;
}

.main-header .nav-outer{
	position:relative;
}

.main-header.header-two {
	background-color: transparent;
}
.main-header.header-two .header-top {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255 , 255, .3);
}
.main-header.header-two .main-box {
	background-color: transparent;
}
.main-header.header-two .main-box .main-menu {text-align: right;}
.main-header.header-two.fixed-header .main-box {background: #323941;border: none;}
.main-header.header-two .header-top ul li,
.main-header.header-two .header-top ul.info-nav > li > a,
.main-box.header-two .main-menu .navigation > li > a,
.main-box.header-two .cart-btn-outer {color: #fff;}

.main-box.header-two .main-menu,
.main-header .main-box .outer-container {padding: 0;}
.main-header .main-box .outer-container {padding-right: 50px;}

.main-menu{
	position:relative;
	padding:20px 0px;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:0px 0px;
	margin:0px 16px;
	text-align:left;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:8px 0px;
	color:#696969;
	font-weight:500;
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:0px;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:var(--darkthemecolor);
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border:1px solid #e0e0e0;
	border-top:3px solid var(--themecolor);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul.from-right:before{
	right:0px;
	text-align:right;
	padding-left:0px;
	padding-right:25px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #d0d0d0;
	background:#ffffff;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:24px;
	font-weight:500;
	font-size:12px;
	text-transform:capitalize;
	color:#253d4a;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:var(--themecolor);	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:var(--themecolor);	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	margin-top:-2px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border:1px solid #e0e0e0;
	border-top:3px solid var(--themecolor);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #d0d0d0;
	background:#ffffff;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:24px;
	font-weight:500;
	font-size:12px;
	text-transform:capitalize;
	color:#253d4a;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:var(--themecolor);	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #1f2429;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	left: -20px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #223555;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: var(--darkthemecolor);
	color: #223555;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #223555;
	color:var(--darkthemecolor);
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #2d333a;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:85%;	
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid rgba(255,255,255,0.30);
	border-bottom: 1px solid rgba(255,255,255,0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: rgba(255,255,255,0.10);
	color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider.home-two {
	margin-top: -122px;
}

.main-slider{
	position:relative;
	width:100%;
	z-index:10;
}

.main-slider .styled-text{
	font-size:80px;
	color:#ffffff;
	font-weight:400;
	font-family: 'Sacramento', cursive;
	-webkit-text-shadow:-3px 5px 1px rgba(0,0,0,0.30);
	-ms-text-shadow:-3px 5px 1px rgba(0,0,0,0.30);
	-moz-text-shadow:-3px 5px 1px rgba(0,0,0,0.30);
	-o-text-shadow:-3px 5px 1px rgba(0,0,0,0.30);
	text-shadow:-3px 5px 1px rgba(0,0,0,0.30);
	z-index: 1000;
}
.main-slider .styled-text.semi {font-size: 56px;}

.main-slider .big-text{
	font-size:140px;
	color:#ffffff;
	font-weight:600;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:30px;
}
.main-slider .semi-text {
	color: #212121;
	font-size: 72px;
	line-height: 80px;
	text-transform: uppercase;
	font-weight: 600;
}
.main-slider .semi-text.iight {font-weight: 300;letter-spacing: .1em;}
.main-slider .semi-text.iight.white-color {color: #fff;}

.main-slider .normal-text{
	font-size:28px;
	color:#ffffff;
	font-weight:300;
	text-transform:uppercase;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:var(--themecolor) !important;
	width:25px !important;
	height:4px !important;
	border:0px!important;
	border-radius:2px!important;
	margin:0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	border-color:#000000 !important;
	background:#000000 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:40px;
	overflow:hidden;
	margin-top:10px !important;
	height:70px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:var(--themecolor);
	color:#ffffff;
	font-size:26px;
	height:80px !important;
	line-height:70px;
	width:40px;
	padding:0px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:0px;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:0px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Section Title Style
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;	
}

.sec-title .icon-box{
	position:relative;
	margin-bottom:20px;
	font-size:48px;
	line-height:50px;
	color:var(--themecolor);	
}

.sec-title .centered-icon{
	position:absolute;
	left:0px;
	top:10px;
	width:100%;
	text-align:center;	
}

.sec-title .centered-icon .icon{
	font-size:80px;
	color:#444444;
	opacity:0.10;
}

.sec-title .styled-font{
	font-size:34px;
	color: var(--darkthemecolor);
	font-weight:400;
	margin-bottom:0px;
}

.sec-title h2{
	font-size:34px;
	color:#212121;
	font-weight:600;
	letter-spacing:0px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.sec-title .styled-line{
	position:relative;
	width:250px;
	height:5px;
}

.sec-title .styled-line:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:55%;
	height:1px;
	border-bottom:1px solid #b2de8f;	
}

.sec-title .styled-line:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:55%;
	height:1px;
	border-bottom:1px solid #71c7e8;	
}

.sec-title .styled-line .line{
	position:absolute;
	left:46%;
	width:8%;
	top:2px;
	height:1px;
	border-bottom:1px solid #92d3bc;
}

.sec-title.centered .styled-line{
	margin:0px auto 0px;
}

.sec-title.centered .desc-text{
	max-width:800px;
	margin:0 auto;
}

.sec-title .default-line{
	position:relative;
	width:150px;
	height:4px;
}

.sec-title .default-line:before{
	content:'';
	position:absolute;
	left:10px;
	bottom:0px;
	width:30px;
	height:1px;
	border-bottom:1px solid #b2de8f;	
}

.sec-title .default-line:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:1px;
	border-bottom:1px solid #71c7e8;	
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:100px 0px 70px;
	background:#ffffff;
	overflow:hidden;
}

.featured-icon-column{
	position:relative;
	margin-bottom:40px;
	text-align:center;
}

.featured-icon-column .image-box{
	position:relative;
	margin-bottom:35px;	
}

.featured-icon-column .image-box img{
	display:inline-block;
	max-width:100%;	
}

.featured-icon-column h3{
	color:#212121;
	font-weight:600;
	font-size:20px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.featured-icon-column .text{
	font-size:14px;
	margin-bottom:15px;
	color:#696969;
}

.featured-icon-column .read-more{
	font-size:14px;
	color:var(--darkthemecolor);
	text-transform:capitalize;
}

.featured-icon-column .read-more .icon{
	font-size:10px;
	padding-right:7px;	
}

.about-section .bottom-box{
	position:absolute;
	left:50%;
	margin-left:-190px;
	bottom:-10px;
	height:60px;
	width:580px;
	border:5px solid #eeeeee;	
}

/*** 

====================================================================
	Fluid Section
====================================================================

***/

.fluid-section-one{
	position:relative;
	padding:55px 0px 85px;
	background:#f1f9e7;
	overflow:hidden;
}

.fluid-section-one .column{
	position:relative;
	width:50%;
	float:right;	
}

.fluid-section-one .video-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;	
}

.fluid-section-one .video-column .video-box{
	position:absolute;
	left:0px;
	right:-200px;
	top:0px;
	bottom:0px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.fluid-section-one .video-column .video-box .image{
	width:100%;
	display:none;	
}

.fluid-section-one .video-column .video-box .image img{
	display:block;
	width:100%;
	height:auto;	
}

.fluid-section-one .video-column .video-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.fluid-section-one .video-column .video-box .lightbox-image:hover{
	background:rgba(0,0,0,0.50);	
}

.fluid-section-one .video-column .video-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:50%;
	margin-top:-50px;
	padding:10px;
	text-align:center;
	line-height:80px;
	color:#ffffff;
	font-size:68px;	
}

.fluid-section-one .content-column .content-outer{
	position:relative;
	max-width:525px;
	z-index:1;	
}

.fluid-section-one .content-column .content-box{
	position:relative;
	padding:50px 80px;
	background:#ffffff;
	line-height:1.4em;
	-webkit-box-shadow:0px 0px 12px 2px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 12px 2px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 12px 2px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 12px 2px rgba(0,0,0,0.10);
	box-shadow:0px 0px 12px 2px rgba(0,0,0,0.10);
}

.fluid-section-one .content-column .upper-text{
	font-size:54px;
	color:#333333;
	line-height:1.1em;
	font-weight:300;	
}

.fluid-section-one .content-column .gradient-text{
	position:relative;
	color:#afd1e2;
	font-size:90px;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.2em;
	text-align:justify;
}

.fluid-section-one .content-column .gradient-text .days-outer{
	position:relative;
	display:inline-block;
	left:10px;
	color:#72c8e7;	
}

.fluid-section-one .content-column .gradient-text .days-outer:before{
	content:'';
	position:absolute;
	left:0px;
	top:-15px;
	width:100%;
	border-bottom:1px solid #bde3ac;	
}

.fluid-section-one .content-column .gradient-text .days-outer:after{
	content:'';
	position:absolute;
	left:20px;
	top:-11px;
	width:80px;
	border-bottom:1px solid #8ed3ec;	
}

.fluid-section-one .content-column .styled-font{
	color:var(--darkthemecolor);
	font-size:48px;
	text-align:right;
	line-height:1em;	
}

.fluid-section-one .content-column .link-box{
	text-align:center;
	padding-top:30px;	
}

.fluid-section-one .content-column .link-box a{
	display:inline-block;
	font-size:20px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
	position:relative;
	left:20px;
	transition: all .5s;
}

.fluid-section-one .content-column .link-box a:before{
	content:'';
	position:relative;
	top:-7px;
	margin-right:20px;
	display:inline-block;
	width:60px;
	border-bottom:1px solid var(--themecolor);
}

.fluid-section-one .content-column .rotated-text{
	position: absolute;
    right: -13px;
    bottom: 54px;
    font-size: 120px;
    color: rgba(35, 20, 20, 0.26);
	-webkit-transform:rotate(30deg);
	-ms-transform:rotate(30deg);
	-o-transform:rotate(30deg);
	-moz-transform:rotate(30deg);
	transform:rotate(30deg);
}

.fluid-section-one .content-column .link-box a:hover{
	color:var(--themecolor);	
}

/*** 

====================================================================
	Classes Gallery Section
====================================================================

***/

.classes-gallery{
	position:relative;
	padding:80px 0px 50px;
	background:#fefefe;
}

.sidebar-page-container .classes-gallery{
	padding:0px;
}

.classes-gallery .sec-title{
	margin-bottom:30px;	
}

.default-class-column{
	position:relative;
	margin-bottom:30px;	
}

.default-class-column.mix{
	display:none;	
}

.default-class-column .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	-webkit-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
}

.default-class-column .box-header{
	position:relative;
	padding:22px 30px 22px 0;
	overflow: hidden;
}

.default-class-column .box-header h3{
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
	color:#212121;
	line-height:30px;	
}

.default-class-column .box-header h3 a{
    padding-left: 20px;
	transition: all 0.5s;
	color:#212121;	
	display: inline-block;
    width: 74%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.default-class-column .box-header h3 a:hover{
	color:var(--themecolor);	
}

.default-class-column .box-header .class-cat{
	position:absolute;
	display:block;
	right:0px;
	top:24px;
	font-size:14px;
	font-weight:500;
	padding:3px 15px;
	line-height:24px;
	color:#ffffff;
	background:#ec89ac;
	border-radius:15px 0px 0px 15px;	
}

.default-class-column .box-header .class-cat.intermediate{
	background:#6ac5f2;	
}

.default-class-column .box-header .class-cat.beginner{
	background:#b9e086;	
}

.default-class-column .image-box{
	position:relative;	
}

.default-class-column .image-box img{
	display:block;
	width:100%;	
	height: 240px;
    object-fit: cover;
}

.default-class-column .image-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	background:rgba(51,51,51,0.50);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.default-class-column .image-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	color:#ffffff;
	line-height:60px;
	width:60px;
	height:60px;
	font-size:40px;
}

.default-class-column:hover .image-box .lightbox-image{
	opacity:1;	
}

.default-class-column .content-box{
	position:relative;
	padding:25px 100px 25px 30px;
}

.default-class-column .content-box .class-info li{
	line-height:24px;
	margin-bottom:5px;	
}

.default-class-column .content-box .class-info li:last-child{
	margin:0px;	
}

.default-class-column .content-box .class-info li .icon{
	color:var(--themecolor);
	font-size:16px;
	padding-right:12px;	
}

.default-class-column .content-box .price-info{
	position:absolute;
	right:30px;
	top:40px;
	text-align:right;	
}

.default-class-column .content-box .price-info .price{
	position:relative;
	font-size:34px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:7px;	
}

.default-class-column .content-box .price-info .rating .fa{
	display:inline-block;
	margin-left:5px;
	font-size:12px;
	color:#b9e086;	
}

.filter-tabs{
	position:relative;
	margin-bottom:50px;
}

.filter-tabs .filter{
	position:relative;
	display:inline-block;
	margin:0px 20px 10px;
	font-size:14px;
	color:#bbbbbb;
	text-transform:uppercase;
	line-height:24px;
	font-weight:600;
	cursor:pointer;	
}

.filter-tabs .filter:after{
	content:'';
	position:absolute;
	right:-35px;
	bottom:3px;
	width:25px;
	border-bottom:2px solid #e0e0e0;	
}

.filter-tabs .filter:last-child:after{
	display:none;	
}


.filter-tabs .filter:hover,
.filter-tabs .filter.active{
	color:#212121;	
}

.list-view-column{
	position:relative;
	margin-bottom:30px;	
}

.list-view-column .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	padding-left:370px;
	padding-bottom:30px;
	min-height:250px;
	margin-bottom:30px;
	border-bottom:1px solid #f0f0f0;
}

.list-view-column .box-header{
	position:relative;
	padding-right:100px;
	margin-bottom:30px;
}

.list-view-column .content-box .desc-text{
	position:relative;
	margin-bottom:20px;
}

.list-view-column .box-header h3{
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
	color:#212121;
	line-height:24px;
	margin-bottom:5px;	
}

.list-view-column .box-header h3 a{
	color:#212121;	
}

.list-view-column .box-header h3 a:hover{
	color:var(--themecolor);	
}

.list-view-column .box-header .class-cat{
	position:relative;
	font-size:12px;
	line-height:24px;
	color:#ec89ac;	
}

.list-view-column .box-header .class-cat.intermediate{
	color:#6ac5f2;	
}

.list-view-column .box-header .class-cat.beginner{
	color:#b9e086;	
}

.list-view-column .content-box .price-info{
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
	width:100px;	
}

.list-view-column .content-box .price-info .price{
	position:relative;
	font-size:34px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:5px;	
}

.list-view-column .content-box .price-info .rating .fa{
	display:inline-block;
	margin-left:5px;
	font-size:12px;
	color:#b9e086;	
}

.list-view-column .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:340px;	
}

.list-view-column .image-box img{
	display:block;
	width:100%;	
}

.list-view-column .image-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	background:rgba(51,51,51,0.50);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.list-view-column .image-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	color:#ffffff;
	line-height:60px;
	width:60px;
	height:60px;
	font-size:40px;
}

.list-view-column:hover .image-box .lightbox-image{
	opacity:1;	
}

.list-view-column .content-box{
	position:relative;
	padding:0px;
}

.list-view-column .content-box .class-info li{
	line-height:24px;
	float:left;
	margin:0px 25px 10px 0px;
}

.list-view-column .content-box .class-info li .icon{
	color:var(--themecolor);
	font-size:16px;
	padding-right:12px;	
}

.classes-gallery .box-cta {
	margin-top: 75px;
	margin-bottom: 50px;
}
.classes-gallery .box-cta h3 {
	font-size: 34px;color: #333333;line-height: 56px;
	margin-bottom: 25px;
}

.classes-gallery .classes-carousel {margin-top: 95px;}
.classes-gallery .classes-carousel.owl-theme .owl-controls {margin-top: 0;}
.classes-gallery .classes-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	width: 65px;
	height: 65px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 57px;
	font-size: 30px;
	border-radius: 50%;
	background-color: transparent;
	position: absolute;
	top:50%;
	transition: background .4s ease, border-color .3s ease;
}
.classes-gallery .classes-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background: var(--themecolor);
	border-color: var(--themecolor);
}
.classes-gallery .classes-carousel.owl-theme .owl-controls .owl-nav .owl-next {
	right:0;
	margin-right: -75px;
}
.classes-gallery .classes-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0;
	margin-left: -75px;
}


/*** 

====================================================================
	Default Gradient Section
====================================================================

***/

.default-gradient-section{
	position:relative;
	padding:150px 0px;
	background:#74c9e4;
	background:-webkit-linear-gradient(left, #b9e086, #6ac5f2);
	background:-moz-linear-gradient(left, #b9e086, #6ac5f2);
	background:-ms-linear-gradient(left, #b9e086, #6ac5f2);
	background:-o-linear-gradient(left, #b9e086, #6ac5f2);
}

.default-gradient-section .image-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:right center;
	background-repeat:no-repeat;	
}

.default-gradient-section .content-column h2{
	font-size:34px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:15px;
	color:#ffffff;
}

.default-gradient-section .content-column .default-text{
	margin-bottom:30px;
	color:#ffffff;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:80px 0px;
	background:#ffffff;
}

.team-member{
	position:relative;
	margin-bottom:60px;
	text-align:center;
}

.team-member.mix{
	display:none;	
}

.team-member .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.team-member:hover .inner-box{
	-webkit-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
		
}

.team-member .image-box{
	position:relative;
}

.team-member .image-box img{
	display:inline-block;
	max-width:100%;	
	height: 365px;
    object-fit: cover;
    width: 100%;
}

.team-member .image-box .social-links{
	position:absolute;
	left:20px;
	top:0px;
	width:40px;
	opacity:0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.team-member:hover .image-box .social-links{
	top:80px;
	opacity:1;	
}

.team-member .image-box .social-links a{
	display:inline-block;
	line-height:24px;
	width:40px;
	height:40px;
	padding:8px 0px;
	background:#f8f8f8;
	color:#212121;
	margin-bottom:8px;
	border-radius:20px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.team-member .image-box .social-links a:hover{
	color:#ffffff;
	background:var(--themecolor);	
}

.team-member .member-info{
	position:relative;
	padding:30px 20px;
}

.team-member .member-info .designation{
	font-size:12px;
	color:var(--darkthemecolor);
	margin-bottom:7px;	
}

.team-member .member-info h3{
	text-transform:uppercase;
	color:#212121;
	font-size:18px;
	font-weight:600;
}

.team-member .member-info h3 a{
	color:#212121;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:60px 0px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}

.gallery-section .sec-title{
	margin-bottom:50px;	
}

.gallery-section .sec-title .styled-font{
	font-size:54px;
	color:#333333;	
}

.gallery-item{
	position:relative;
	margin-bottom:30px;	
}

.gallery-item .inner-box{
	position:relative;
	display:block;	
}

.gallery-item .image-box{
	position:relative;
	width:100%;
	overflow:hidden;
	border-radius:3px;
}

.gallery-item .image-box img{
	display:block;
	width:100%;	
}

.gallery-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.more-images-column .gallery-item .overlay-box{
	opacity:1;	
}

.gallery-item .overlay-box:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:50%;
	background:-moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.60));
	background:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.60));
	background:-o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.60));
	background:-ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.60));	
}

.gallery-item:hover .overlay-box{
	opacity:1;	
}

.gallery-item .overlay-box .bottom-content{
	position:absolute;
	left:0px;
	bottom:0px;
	padding:15px 30px;
	width:100%;	
}

.gallery-item .overlay-box .centered-content{
	position:absolute;
	left:0px;
	bottom:0px;
	padding:15px;
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}

.gallery-item .overlay-box .centered-content a{
	color:#ffffff;	
}

.gallery-item .overlay-box .centered-content .inner-content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item .overlay-box .centered-content h3{
	font-size:18px;
	margin:10px 0px 20px;
	color:#ffffff;	
}

.gallery-item .overlay-box .centered-content .count{
	font-size:48px;
	line-height:1em;
}

.gallery-item .overlay-box .centered-content .dots .fa{
	display:inline-block;
	font-size:8px;
	margin:0px 2px;	
}

.gallery-item .overlay-box h4{
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	margin-bottom:3px;
}

.gallery-item .overlay-box h4 a{
	color:#ffffff;	
}

.gallery-item .overlay-box .options a{
	position:relative;
	display:inline-block;
	margin-right:15px;
	color:#ffffff;	
}

.gallery-item .overlay-box .options a .fa{
	padding-right:5px;	
}

/*** 

====================================================================
	Testimonials Section
====================================================================

***/

.testimonials-section{
	position:relative;
	padding:80px 0px 50px;
	background:#ffffff;
	overflow:hidden;
}

.testimonials-section .content-layer{
	position:relative;
	padding:50px 0px 0px;	
}

.testimonials-section .content-layer .inner-box{
	position:relative;
	padding:0px 40px 40px;
	border:1px solid #f1f1f1;
	background:#ffffff;
	text-align:center;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.03);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.03);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.03);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.03);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.03);	
}

.testimonials-section .content-layer .rating{
	font-size:14px;
	color:#b9e086;
	margin-bottom:15px;	
}

.testimonials-section .content-layer .author-thumb{
	position:relative;
	display:block;
	width:72px;
	height:72px;
	margin:-36px auto 15px;	
}

.testimonials-section .content-layer .author-thumb img{
	display:block;
	width:100%;	
}

.testimonials-section .content-layer .rating .fa{
	display:inline-block;
	margin:0px 2px;	
}

.testimonials-section .content-layer .text{
	font-size:15px;
	line-height:1.9em;
	margin-bottom:25px;
	font-weight:300;	
}

.ms-caro3d-template .ms-slide{
	height:auto !important;
	opacity:0.80;
}

.ms-caro3d-template .ms-slide.ms-sl-selected{
	opacity:1;
}

.testimonials-section .content-layer .author-info{
	color:#ababab;	
}

.testimonials-section .content-layer .author-info strong{
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	color:#333333;	
}

.ms-layout-partialview .ms-container{
	overflow:visible !important;	
}

.ms-skin-default .ms-nav-prev{
	margin-top:-10px;
	left:10px;	
}

.ms-skin-default .ms-nav-next{
	margin-top:-5px;
	right:10px;	
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	padding:80px 0px 50px;
	background-color:#deeff8;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}

.pricing-section .sec-title{
	margin-bottom:60px;	
}

.pricing-section .sec-title .styled-font{
	font-size:54px;
	color:var(--themecolor);	
}

.pricing-column{
	position:relative;
	margin-bottom:30px;
}

.pricing-section .pricing-column{
	padding-top:54px;	
}

.pricing-section .pricing-column:nth-child(2){
	padding-top:0px;	
}

.pricing-column .inner-box{
	position:relative;
	background:#ffffff;
	text-align:center;
	max-width:600px;
	margin:0 auto;
	overflow:hidden;
}

.pricing-column .inner-box .pricing-header{
	position:relative;
	padding:50px 20px 0px;
	text-align:center;
	background-color:#f0e995;
}

.pricing-column .inner-box .pricing-header .left-icon{
	position:absolute;
	left:-70px;
	top:-70px;
	width:160px;
	height:160px;
	font-size:160px;
	line-height:160px;
	color:rgba(0,0,0,0.05);	
}

.pricing-section .pricing-column:nth-child(1) .inner-box .pricing-header{
	background-color:#f0e995;
}

.pricing-section .pricing-column:nth-child(2) .inner-box .pricing-header{
	background-color:#f9ba6d;
}

.pricing-section .pricing-column:nth-child(3) .inner-box .pricing-header{
	background-color:#b9e086;
}

.pricing-column .inner-box .pricing-header .price{
	font-size:80px;
	font-weight:600;
	line-height:80px;
	color:#ffffff;
	max-width:200px;
	margin:0 auto;
}

.pricing-column .inner-box .pricing-header .duration{
	position:relative;
	top:-10px;
	font-size:24px;
	color:#333333;
	max-width:200px;
	margin:0 auto 20px;
	text-align:right;	
}

.pricing-column .inner-box .pricing-header .title{
	position:relative;
	top:16px;
	width:200px;
	margin:0 auto;
	line-height:32px;
	color:#212121;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	background:#ffffff;
	border-radius:16px;
	z-index:1;
	-webkit-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.07);
	-ms-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.07);
	-o-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.07);
	-moz-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.07);
	box-shadow:2px 3px 5px 1px rgba(0,0,0,0.07);
}

.pricing-column .inner-box .pricing-content{
	position:relative;
	padding:40px 15px 50px;
	background:#ffffff;
	color:#696969;	
}

.pricing-column .inner-box .pricing-content ul{
	margin:0 auto 30px;
}

.pricing-column .inner-box .pricing-content ul li{
	line-height:24px;
	padding:15px 0px;
	border-bottom:1px solid rgba(0,0,0,0.05);
	color:#696969;	
}

.pricing-column .inner-box .pricing-content ul li:last-child{
	border:none;	
}

.pricing-column .inner-box .theme-btn{
	position:relative;
	display:inline;
	line-height:24px;
	padding:7px 40px;
	background:#f0e995;
	color:#ffffff;
	border-radius:20px;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
}

.pricing-section .pricing-column:nth-child(3) .inner-box .theme-btn{
	background:#b9e086;	
}

.pricing-column .inner-box .theme-btn:hover{
	color:#212121;	
}

/*** 

====================================================================
	BLog Section
====================================================================

***/

.blog-section{
	position:relative;
	padding:80px 0px 50px;
	background:#ffffff;
}

.default-blog-post{
	position:relative;
	margin-bottom:30px;	
}

.default-blog-post .inner-box{
	position:relative;
	display:block;	
}

.default-blog-post .image-box img{
	display:block;
	width:100%;	
}

.default-blog-post .lower-content{
	position:relative;
	padding:25px 0px 0px 150px;	
}

.default-blog-post .lower-content .date{
	position:absolute;
	left:0px;
	top:25px;
}

.default-blog-post .lower-content .date .day{
	font-size:110px;
	color:#f1f9e7;
	line-height:1em;
	font-weight:700;	
}

.default-blog-post .lower-content .date .month{
	position:relative;
	margin-top:-90px;
	font-size:34px;
	color:#b9e086;
	line-height:1.4em;
	padding:10px 15px;
}

.default-blog-post .lower-content h3{
	font-size:22px;
	color:#212121;
	margin-bottom:15px;
	font-weight:600;
	line-height:1.4em;
}

.default-blog-post .lower-content h3 a{
	color:#212121;	
}

.default-blog-post .lower-content .text{
	margin-bottom:25px;	
}

.default-blog-post .read-more{
	font-size:14px;
	color:var(--themecolor);
	text-transform:capitalize;
}

.default-blog-post .read-more .icon{
	font-size:10px;
	padding-right:7px;	
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background:#323941;
	color:#ababab;
}

.main-footer .newsletter-section{
	position:relative;
	padding:50px 0px 30px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-footer .newsletter-section .title-column,
.main-footer .newsletter-section .form-column{
	margin-bottom:20px;	
}

.main-footer .newsletter-section .title{
	position:relative;
	display:inline-block;
	font-size:32px;
	line-height:40px;
	padding:5px 0px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;	
}

.main-footer .newsletter-section .title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background:#74c9e4;
	background:-webkit-linear-gradient(left, #b9e086, #6ac5f2);
	background:-moz-linear-gradient(left, #b9e086, #6ac5f2);
	background:-ms-linear-gradient(left, #b9e086, #6ac5f2);
	background:-o-linear-gradient(left, #b9e086, #6ac5f2);	
}

.main-footer .newsletter-section .newsletter-form{
	position:relative;
}

.main-footer .newsletter-section .fields-outer{
	position:relative;
	display:table;
	width:100%;
	vertical-align:middle;	
}

.main-footer .newsletter-section .fields-outer .form-group{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:100%;	
}

.main-footer .newsletter-section .fields-outer .form-group .icon{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-10px;
	line-height:20px;
	font-size:14px;
	color:#999999;
	z-index:1;	
}

.main-footer .newsletter-section .fields-outer .button-group{
	padding-left:10px;
}

.main-footer .newsletter-section .form-group input[type="text"],
.main-footer .newsletter-section .form-group input[type="tel"],
.main-footer .newsletter-section .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:12px 20px;
	height:50px;
	color:#ffffff;
	font-size:14px;
	border-radius:3px;
	background:#2d333a;	
}

.main-footer .newsletter-section .form-group input[type="text"]:focus,
.main-footer .newsletter-section .form-group input[type="tel"]:focus,
.main-footer .newsletter-section .form-group input[type="email"]:focus{
	background:#23282d;	
}

.main-footer .newsletter-section .form-group input[type="submit"],
.main-footer .newsletter-section button{
	display:block;
	line-height:24px;
	padding:13px 38px;
	height:50px;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
	color:#ffffff;
	background:#23282d;
	border-radius:3px;	
}

.main-footer .widgets-section{
	position:relative;
	padding:60px 0px 30px;
	border-bottom:1px solid rgba(255,255,255,0.10);	
}

.main-footer .footer-column{
	margin-bottom:30px;	
}

.main-footer .footer-widget{
	position:relative;	
}

.main-footer .footer-column h2{
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:30px;
	color:#ffffff;	
}

.main-footer .about-widget .text{
	margin-bottom:20px;	
}

.main-footer .contact-info{
	margin-bottom:30px;	
}

.main-footer .contact-info li{
	position:relative;
	padding-left:30px;
	margin-bottom:10px;
	line-height:24px;
}

.main-footer .contact-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:24px;
	font-size:14px;	
}

.main-footer .social-links a{
	display:inline-block;
	width:32px;
	height:32px;
	margin-right:7px;
	line-height:32px;
	background:#2d333a;
	color:#ababab;
	font-size:12px;
	text-align:center;
	border-radius:50%;	
}

.main-footer .social-links a:hover{
	background:#212121;
	color:#ffffff;	
}

.main-footer .class-widget .post{
	position:relative;
	min-height:70px;
	padding-left:85px;
	padding-top:12px;
	margin-bottom:20px;	
}

.main-footer .class-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
}

.main-footer .class-widget .post .post-thumb img{
	display:block;
	width:100%;
	height: 70px;
	object-fit: cover;
	border-radius:3px;	
}

.main-footer .class-widget .post h4{
	font-size:14px;
	color:#ffffff;
	margin-bottom:6px;	
}

.main-footer .class-widget .post h4 a{
	color:#ffffff;
}

.main-footer .links-widget .list li{
	border-bottom:1px solid rgba(255,255,255,0.10);	
}

.main-footer .links-widget .list li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:12px 0px 12px 25px;
	color:#ababab;
	text-transform:capitalize;	
}

.main-footer .links-widget .list li a:before{
	content:'\f105';
	position:absolute;
	left:0px;
	top:12px;
	line-height:24px;
	font-size:16px;
	font-family: 'FontAwesome';	
}

.main-footer .links-widget .list li a:hover{
	color:#ffffff;	
}

.main-footer .contact-widget{
	position:relative;	
}

.main-footer .contact-widget .text{
	margin-bottom:20px;	
}

.main-footer .contact-widget .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.main-footer .contact-widget .form-group input[type="text"],
.main-footer .contact-widget .form-group input[type="tel"],
.main-footer .contact-widget .form-group input[type="email"],
.main-footer .contact-widget .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 16px;
	height:40px;
	color:#ffffff;
	font-size:14px;
	border-radius:3px;
	background:#2d333a;	
}

.main-footer .contact-widget .form-group textarea{
	height:90px;
	resize:none;	
}

.main-footer .contact-widget .form-group input[type="text"]:focus,
.main-footer .contact-widget .form-group input[type="tel"]:focus,
.main-footer .contact-widget .form-group input[type="email"]:focus,
.main-footer .contact-widget .form-group textarea:focus{
	background:#23282d;	
}

.main-footer .contact-widget .form-group input[type="submit"],
.main-footer .contact-widget button{
	border-radius:3px;
	padding:8px 25px;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:24px 0px;
	line-height:24px;
	text-align:center;
}

.main-footer .footer-bottom .fa{
	padding:0px 5px;
	color:#d16c67;	
}

.main-footer .footer-bottom .author-name{
	color:#90d2be;
	font-size:30px;	
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-info{
	position:relative;
	padding:140px 0px;
	background:#74c9e4;
	background:-webkit-linear-gradient(left, #d4eef8, #e8f5dd);
	background:-moz-linear-gradient(left, #d4eef8, #e8f5dd);
	background:-ms-linear-gradient(left, #d4eef8, #e8f5dd);
	background:-o-linear-gradient(left, #d4eef8, #e8f5dd);
}

.page-info:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:0px;
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-o-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-moz-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
}

.page-info .image-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-info .image-layer::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    background: #00000047;
}

.page-info h2{
	font-size:60px;
	font-weight:700;
	margin-bottom:5px;
	color:#212121;
}

.page-info .bread-crumb{
	position:relative;
	font-size:14px;
	text-transform:uppercase;
}

.page-info .bread-crumb li{
	position:relative;
	float:left;
	margin-right:30px;
	color:#696969;
	line-height:24px;
}

.page-info .bread-crumb li:last-child{
	margin-right:0px;
}

.page-info .bread-crumb li:after{
	content:'/';
	font-family: 'FontAwesome';
	position:absolute;
	right:-22px;
	width:10px;
	line-height:28px;
	font-size:14px;
}

.page-info .bread-crumb li:last-child:after{
	display:none;	
}

.page-info .bread-crumb li a{
	color:#696969;	
}

.page-info .bread-crumb li a:hover,
.page-info .bread-crumb li.active{
	color:var(--themecolor);	
}

/*** 

====================================================================
	Who We Are Section
====================================================================

***/

.who-we-are{
	position:relative;
	padding:100px 0px;
	background:#ffffff;
}

.who-we-are .one-column-offset{
	max-width:1030px;	
}

.who-we-are .image-column{
	position:relative;	
}

.who-we-are .image-column img{
	display:block;
	max-width:100%;
	width:100%;
	height:auto;	
}

.who-we-are .content-column{
	position:relative;
	padding-left:30px;
}

.who-we-are .content-column .big-text{
	position:absolute;
	left:-50px;
	top:20px;
	font-size:150px;
	color:rgba(0,0,0,0.02);
	font-weight:300;
	line-height:0.9em;
	text-transform:uppercase;
}

.who-we-are .content-column .text{
	margin-bottom:30px;	
}

.who-we-are .content-column .text p{
	margin-bottom:20px;	
}

.who-we-are .content-column .text > *{
	margin-bottom:20px;	
}

.who-we-are .content-column .text ul, .who-we-are .content-column .text ul li {
	list-style: disc;
}
.who-we-are .content-column .text ul {
	padding-left: 25px;
}

.who-we-are .content-column .link a{
	position:relative;
	display:inline-block;
	font-size:18px;
	color:#333333;
	z-index:1;
}

.who-we-are .content-column .link a:hover{
	color:var(--themecolor);	
}

.who-we-are .content-column .link a:before{
	content:'';
	position:absolute;
	left:-80px;
	top:50%;
	width:60px;
	border-bottom:1px solid var(--themecolor);
}

.who-we-are .single-item-carousel .owl-controls,
.who-we-are .single-item-carousel .owl-dots{
	margin:0px !important;	
}

.who-we-are .single-item-carousel .owl-nav{
	display:none !important;	
}

.who-we-are .single-item-carousel .owl-dots{
	position:absolute;
	left:0px;
	bottom:20px;
	width:100%;	
}

.who-we-are .single-item-carousel .owl-dots .owl-dot span{
	position:relative;
	background:#ffffff;
	margin:0px 5px;
	width:7px;
	height:7px;
	border:1px solid #ffffff;
}

.who-we-are .single-item-carousel .owl-dots .owl-dot.active span{
	background:none;
	top:2px;
	width:11px;
	height:11px;
	border:1px solid #ffffff;
}

/*** 

====================================================================
	Yoga Experience Section
====================================================================

***/

.yoga-experience{
	position:relative;
	padding:80px 0px;
	background-color:#deeff8;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
.yoga-experience.home-two {
	background-color: transparent;	
}
.yoga-experience.home-two .content-outer {
	background-image: url(../images/background/round-shape-bg.png);
	background-position: center center;
}

.yoga-experience .sec-title{
	margin-bottom:0px;	
}

.yoga-experience .sec-title .styled-font{
	font-size:54px;
	color:var(--themecolor);	
}

.yoga-experience .content-outer{
	position:relative;
	padding:120px 0px 80px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../images/background/circular-rings.png);	
}

.yoga-experience .content-outer .image-column{
	position:absolute;
	left:0px;
	top:50px;
	width:100%;
	text-align:center;
}

.yoga-experience .content-outer .image-column .image{
	display:inline-block;	
}

.yoga-experience .content-outer .image-column .image img{
	display:block;
	max-width:100%;	
}

.yoga-experience .left-column{
	text-align:right;
	float:left;	
}

.yoga-experience .right-column{
	text-align:left;
	float:right;
}

.yoga-experience .featured-icon-block{
	margin-bottom:80px;	
}

.yoga-experience .featured-icon-block .inner-box{
	position:relative;
	min-height:70px;	
}

.yoga-experience .left-column .featured-icon-block .inner-box{
	padding-right:100px;	
}

.yoga-experience .right-column .featured-icon-block .inner-box{
	padding-left:100px;	
}

.yoga-experience .featured-icon-block .icon-box{
	position:absolute;
	top:10px;
	width:66px;
	height:66px;
	line-height:66px;
	background:#b9e086;
	color:#ffffff;
	text-align:center;
	font-size:22px;
	border-radius:50%;
	-webkit-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
}

.yoga-experience .left-column .featured-icon-block:nth-child(1) .icon-box{
	background:#b9e086;	
}

.yoga-experience .left-column .featured-icon-block:nth-child(2) .icon-box{
	background:var(--themecolor);
	right:10px;		
}

.yoga-experience .right-column .featured-icon-block:nth-child(1) .icon-box{
	background:#e991b4;	
}

.yoga-experience .right-column .featured-icon-block:nth-child(2) .icon-box{
	background:#50b0e0;
	left:10px;		
}

.yoga-experience .left-column .featured-icon-block .icon-box{
	right:-5px;	
}

.yoga-experience .right-column .featured-icon-block .icon-box{
	left:-5px;	
}

.yoga-experience .featured-icon-block h3{
	color:#333333;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:600;
}


/*** 

====================================================================
	Filters Box Style
====================================================================

***/

.default-filters-box{
	position:relative;
	padding:20px 25px;
	background:#f9f9f9;
	border-radius:3px;
	margin-bottom:40px;	
}

.default-filters-box .result-coumn h4{
	font-weight:600;
	line-height:24px;
	padding:8px 0px;
	font-size:14px;
}

.default-filters-box .option{
	position:relative;
}

.default-filters-box .search-option{
	position:relative;
	float:right;
	padding-left:25px;	
}

.default-filters-box .search-option .form-group{
	position:relative;
	margin:0px;
	width:240px;
}

.default-filters-box .search-option .form-group input[type="text"],
.default-filters-box .search-option .form-group input[type="search"]{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 15px;
	border:1px solid #d0d0d0;
	border-radius:3px;
	background:#ffffff;	
}

.default-filters-box .search-option .form-group input[type="submit"],
.default-filters-box .search-option .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#cccccc;
	font-size:14px;
	background:none;
	cursor:pointer;	
}

.default-filters-box .view-options{
	position:relative;
	float:right;
	padding:4px 0px;
	padding-left:25px;
	border-left:1px solid #d0d0d0;	
}

.list-view .default-filters-box .view-options{
	border:none;	
}

.default-filters-box .view-options a{
	display:inline-block;
	margin:0px 4px;
	line-height:32px;
	width:32px;
	height:32px;
	font-size:17px;
	color:#ffffff;
	text-align:center;
	background:#ababab;
}

.default-filters-box .view-options a.active{
	background:var(--themecolor);	
}

.default-filters-box .select-option{
	position:relative;
	float:right;
	padding:3px 0px;
}

.default-filters-box .select-option .sel-btn{
	position:relative;
	display:block;
	line-height:24px;
	padding:5px 15px;
	text-transform:uppercase;
	border-left:1px solid #d0d0d0;
	cursor:pointer;
	font-size:14px;
	font-weight:600;
	color:#ababab;
}

.default-filters-box .select-option .sel-btn .icon{
	position:relative;
	padding-left:15px;
	font-weight:normal;
	font-size:16px;	
}

.default-filters-box .select-option .sel-list{
	position:absolute;
	right:0px;
	top:100%;
	margin-top:5px;
	width:180px;
	background:#ffffff;
	border:1px solid #d0d0d0;
	border-top:3px solid var(--themecolor);
	display:none;
	z-index:10;	
}

.default-filters-box .select-option .sel-list li{
	position:relative;
	border-bottom:1px solid #d0d0d0;	
}

.default-filters-box .select-option .sel-list li:last-child{
	border:none;	
}

.default-filters-box .select-option .sel-list li a{
	display:block;
	line-height:24px;
	padding:5px 15px;
	font-size:13px;
	text-transform:capitalize;
	color:#999999;
	font-weight:500;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.default-filters-box .select-option .sel-list li a:hover{
	color:#555555;	
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 60px;
	background-color:#ffffff;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-widget{
	position:relative;
	margin-bottom:40px;	
}

.sidebar .sidebar-title{
	position:relative;
	margin-bottom:40px;	
}

.sidebar .sidebar-title:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:-5px;
	width:70px;
	border-bottom:1px solid #afdda2;	
}

.sidebar .sidebar-title:after{
	content:'';
	position:absolute;
	left:10px;
	bottom:-7px;
	width:20px;
	border-bottom:1px solid #7accea;		
}

.sidebar .sidebar-title h3{
	font-size:20px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;	
}

.sidebar-widget .sub-title{
	font-size:14px;
	color:#cccccc;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:600;	
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:22px;
	padding:9px 30px 9px 15px;
	border:1px solid #d0d0d0;
	background:#ffffff;
	color:#333333;
	display:block;
	width:100%;
	height:42px;
	border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:var(--themecolor);	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:40px;
	width:30px;
	line-height:40px;
	text-align:left;
	display:block;
	font-size:13px;
	color:var(--themecolor);
	background:none;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color:var(--themecolor);	
}

.sidebar .selected-filters .filter{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:2px 10px;
	color:#ababab;
	border:1px solid #f1f1f1;
	background:#f8f8f8;
	margin:0px 5px 10px 0px;
	border-radius:3px;	
}

.sidebar .selected-filters .filter a{
	padding-left:5px;
	font-size:12px;
	color:#ababab;
	font-weight:300;	
}

.sidebar .selected-filters .filter a:hover{
	color:var(--themecolor);	
}

.sidebar .cat-listing{
	position:relative;	
}

.sidebar .cat-listing li{
	position:relative;
	border-bottom:1px solid #f0f0f0;	
}

.sidebar .cat-listing li:last-child{
	border:none;
}

.sidebar .cat-listing li a{
	position:relative;
	display:block;
	line-height:30px;
	padding:6px 0px;
	font-size:13px;
	color:#696969;
	text-transform:capitalize;	
}

.sidebar .cat-listing li a .count{
	position:relative;
	display:block;	
}

.sidebar .cat-listing li a:hover,
.sidebar .cat-listing li.current a{
	color:var(--themecolor);	
}


.sidebar .item-listing{
	position:relative;	
}

.sidebar .item-listing li{
	position:relative;
	margin-bottom:7px;	
}

.sidebar .item-listing li a{
	position:relative;
	display:block;
	line-height:30px;
	padding:0px 0px 0px 30px;
	font-size:13px;
	color:#696969;
	text-transform:capitalize;	
}

.sidebar .item-listing li a .count{
	position:relative;
	display:block;
	width:30px;
	height:30px;
	line-height:26px;
	padding:3px 0px;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	border-radius:50%;	
}

.sidebar .item-listing li a:hover{
	color:var(--themecolor);	
}

.sidebar .item-listing li.current a .count{
	background:var(--themecolor);
	color:#ffffff;
}

.sidebar .item-listing li:before{
	content:'';
	position:absolute;
	left:0px;
	top:7px;
	width:16px;
	height:16px;
	background:#f8f8f8;
	border:1px solid #f1f1f1;
	border-radius:2px;	
}

.sidebar .item-listing li:after{
	content:'\f00c';
	font-family: 'FontAwesome';
	position:absolute;
	left:0px;
	top:7px;
	width:16px;
	height:16px;
	line-height:16px;
	font-size:8px;
	opacity:0;
	text-align:center;
	color:#ffffff;
	border-radius:2px;
}

.sidebar .item-listing li.current:before{
	background:var(--themecolor);
	border-color:var(--themecolor);	
}

.sidebar .item-listing li.current:after{
	opacity:1;
}

.sidebar .checkbox-listing li{
	position:relative;
	float:left;
	min-width:50%;
	margin-bottom:12px;
}

.sidebar .checkbox-listing .checkbox{
	margin:0px;
	display:block;	
}

.sidebar .checkbox-listing .checkbox input[type="checkbox"]{
	display:none;	
}

.sidebar .checkbox-listing .checkbox label{
	display:block;
	font-weight:400;
	color:#696969;
	font-size:13px;
	line-height:24px;
	padding-left:30px;
}

.sidebar .checkbox-listing .checkbox label:before{
	content:'';
	position:absolute;
	left:0px;
	top:3px;
	width:16px;
	height:16px;
	background:#f8f8f8;
	border:1px solid #f1f1f1;
	border-radius:2px;	
}

.sidebar .checkbox-listing .checkbox label:after{
	content:'\f00c';
	font-family: 'FontAwesome';
	position:absolute;
	left:0px;
	top:3px;
	width:16px;
	height:16px;
	line-height:16px;
	font-size:8px;
	opacity:0;
	text-align:center;
	color:#ffffff;
	border-radius:2px;
}

.sidebar .checkbox-listing .checkbox input[type="checkbox"]:checked+label:before{
	background:var(--themecolor);
	border-color:var(--themecolor);	
}

.sidebar .checkbox-listing .checkbox input[type="checkbox"]:checked+label:after{
	opacity:1;
}

.sidebar-widget .featured-classes-carousel{
	position:relative;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
}

.featured-classes-carousel .image-box{
	position:relative;	
}

.featured-classes-carousel .image-box img{
	display:block;
	height:auto;
	max-width:100%;
	width:100%;
	border-radius:3px 3px 0px 0px;	
}

.featured-classes-carousel .lower-content{
	position:relative;
	padding:20px 15px;
	padding-right:110px;
	background:#ffffff;
}

.featured-classes-carousel .class-info{
	position:relative;	
}

.featured-classes-carousel .class-info h4{
	color:#212121;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:0px;
	line-height:24px;
}

.featured-classes-carousel .class-info h4 a{
	color:#212121;
}

.featured-classes-carousel .class-info .class-cat{
	color:#6ac5f2;
	font-size:12px;
}

.featured-classes-carousel .price-info{
	position:absolute;
	right:15px;
	top:20px;
	width:100px;
	text-align:right;
}

.featured-classes-carousel .price-info .price{
	font-size:18px;
	color:#212121;
	font-weight:600;
	text-transform:uppercase;
	line-height:24px;	
}

.featured-classes-carousel .price-info .rating .fa{
	font-size:10px;
	margin-left:5px;
	color:#b9e086;	
}

.featured-classes-carousel .owl-controls{
	margin:0px !important;
	padding:0px !important;	
}

.featured-classes-carousel .owl-controls .owl-nav{
	display:none !important;	
}

.featured-classes-carousel .owl-controls .owl-dots{
	position:absolute;
	right:15px;
	bottom:94px;
	width:100%;
	text-align:right;
}

.featured-classes-carousel .owl-controls .owl-dots .owl-dot span{
	position:relative;
	width:6px;
	height:6px;
	border:1px solid #ffffff;
	background:#ffffff;
	margin:0px 0px 0px 10px;	
}

.featured-classes-carousel .owl-controls .owl-dots .owl-dot.active span{
	top:2px;
	width:10px;
	height:10px;
	border:1px solid #ffffff;
	background:none;	
}


.trainers-carousel .image-box{
	position:relative;
}

.trainers-carousel .image-box img{
	display:block;
	height:auto;
	max-width:100%;
	width:100%;
}

.trainers-carousel .lower-content{
	position:relative;
	padding:10px 15px 20px;
	background:#ffffff;
	text-align:center;
}

.featured-classes-carousel .class-info{
	position:relative;	
}

.trainers-carousel .lower-content h4{
	color:#212121;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	line-height:24px;
}

.trainers-carousel .lower-content h4 a{
	color:#212121;
}

.trainers-carousel .lower-content .designation{
	position:relative;
	color:var(--themecolor);
	font-size:12px;	
}

.trainers-carousel .owl-controls{
	margin:0px !important;
	padding:0px !important;	
}

.trainers-carousel .owl-controls .owl-nav{
	display:none !important;	
}

.trainers-carousel .owl-controls .owl-dots{
	position:absolute;
	right:15px;
	top:30px;
	width:100%;
	text-align:right;
}

.trainers-carousel .owl-controls .owl-dots .owl-dot span{
	position:relative;
	width:6px;
	height:6px;
	border:1px solid #cfcfcf;
	background:#cfcfcf;
	margin:0px 0px 0px 10px;	
}

.trainers-carousel .owl-controls .owl-dots .owl-dot.active span{
	top:2px;
	width:10px;
	height:10px;
	border:1px solid var(--themecolor);
	background:none;	
}

.class-stats-widget{
	position:relative;	
}

.class-stats-widget .content-box{
	position:relative;
	background:#ffffff;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);	
}

.class-stats-widget .content-box .header-box{
	position:relative;
	padding:20px 20px 15px;
	border-bottom:1px solid #f0f0f0;	
}

.class-stats-widget .content-box .header-box .price{
	font-size:32px;
	font-weight:600;
	color:#212121;
	line-height:32px;
}

.class-stats-widget .content-box .header-box .rating{
	position:relative;
	color:#b9e086;	
}

.class-stats-widget .content-box .header-box .rating .fa{
	display:inline-block;
	margin-right:5px;
	font-size:10px;
	line-height:20px;	
}

.class-stats-widget .content-box .header-box .class-level{
	position:absolute;
	right:0px;
	top:30px;
	line-height:24px;
	padding:3px 20px;
	background:#6ac5f2;
	color:#ffffff;
	font-size:13px;
	font-weight:600;
	border-radius:15px 0px 0px 15px;	
}

.class-stats-widget .content-box .info-list{
	position:relative;
	padding:20px;	
}

.class-stats-widget .content-box .info-list li{
	position:relative;
	display:block;
	padding:15px 0px 15px 30px;
	color:#333333;
	line-height:24px;
	border-bottom:1px solid #f0f0f0;	
}

.class-stats-widget .content-box .info-list li:last-child{
	padding-bottom:0px;
	border:none;	
}

.class-stats-widget .content-box .info-list li .icon{
	position:absolute;
	left:0px;
	top:15px;
	line-height:24px;
	color:var(--themecolor);
	font-size:12px;
}

.class-stats-widget .content-box .info-list li strong{
	display:block;
	font-size:12px;
	color:#ababab;
	font-weight:600;
	text-transform:uppercase;
}

.class-stats-widget .content-box .info-list li strong .count{
	position:relative;
	display:inline-block;
	left:20px;
	width:24px;
	height:24px;
	font-weight:600;
	text-align:center;
	border-radius:50%;
	font-size:12px;
	background:var(--themecolor);
	color:#ffffff;	
}

.call-to-action .content-box{
	position:relative;
	padding:25px 30px;
	color:#ffffff;
	background:#74c9e4 !important;
	background:-webkit-linear-gradient(left, #b9e086, #6ac5f2) !important;
	background:-moz-linear-gradient(left, #b9e086, #6ac5f2) !important;
	background:-ms-linear-gradient(left, #b9e086, #6ac5f2) !important;
	background:-o-linear-gradient(left, #b9e086, #6ac5f2) !important;
	border-radius:5px;	
}

.call-to-action .content-box h4{
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:10px;	
}

.call-to-action .content-box .text{
	margin-bottom:15px;	
}

.call-to-action .content-box a{
	color:#647f50;	
}

.call-to-action .content-box .phone-number{
	font-weight:600;
	color:#647f50;
	font-size:20px;	
}

.event-info-widget .info-list{
	position:relative;	
}

.event-info-widget .info-list li:first-child{
	padding-top:0px;	
}

.event-info-widget .info-list li{
	display:block;
	line-height:24px;
	padding:12px 0px;
	border-bottom:1px solid #f0f0f0;	
}

.event-info-widget .info-list li strong{
	display:block;
	float:left;
	width:35%;
	font-weight:600;
	color:#212121;	
}

.event-info-widget .info-list li .text{
	display:block;
	float:right;
	padding-left:5px;
	width:65%;
	color:#212121;	
}

.event-info-widget .info-list li a{
	color:var(--darkthemecolor);
}

.sidebar .location-widget .button-outer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding:0px 25px 15px;
	text-align:center;
	z-index:10;	
}

.sidebar .location-widget .button-outer .theme-btn{
	display:block;	
}

.sidebar .featured-posts .post{
	position:relative;
	font-size:14px;
	margin-bottom:20px;
	min-height:70px;
	padding:0px 0px 0px 120px;
}

.sidebar .featured-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:70px;	
}

.sidebar .featured-posts .post .post-thumb img{
	width:100%;
	height:auto;
	display:block;	
}

.sidebar .featured-posts .post h4{
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	color:#212121;	
}

.sidebar .featured-posts .post h4 a{
	color:#212121;	
}

.sidebar .featured-posts .post h4 a:hover{
	color:var(--themecolor);	
}

.sidebar .featured-posts .post-cat{
	color:#cccccc;
	font-size:12px;
	text-transform:uppercase;	
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:4px 15px;
	margin:0px 5px 10px 0px;
	border:1px solid #f0f0f0;	
	background:#f8f8f8;
	color:#696969;
	text-align:center;
	font-size:13px;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:var(--themecolor);
	border-color:var(--themecolor);
	color:#ffffff;	
}

.sidebar .advert-widget .advert-box img{
	display:block;
	width:100%;
	border-radius:3px;	
}

.featured-products-widget .product{
	position:relative;
	font-size:14px;
	margin-bottom:20px;
	min-height:70px;
	padding:0px 0px 0px 120px;
}

.featured-products-widget .product .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:70px;	
}

.featured-products-widget .product .post-thumb img{
	width:100%;
	height:auto;
	display:block;	
}

.featured-products-widget .product h4{
	position:relative;
	padding-top:10px;
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	color:#212121;
	text-transform:uppercase;
}

.featured-products-widget .product h4 a{
	color:#212121;	
}

.featured-products-widget .product h4 a:hover{
	color:var(--themecolor);	
}

.featured-products-widget .product .price{
	color:var(--themecolor);
	font-size:14px;	
}


.rangeslider-widget .outer-box{
	position:relative;
	padding:25px 0px 0px;	
}

.rangeslider-widget .form-group{
	position:relative;
	text-align:center;
	color:#696969;
	font-weight:400;
	font-size:14px;	
}

.rangeslider-widget .form-group .left-val,
.rangeslider-widget .form-group .right-val{
	position:relative;
	margin:30px 0px 0px;	
}

.rangeslider-widget .val-box{
	position:relative;
	display:inline-block;
	line-height:24px;
	height:44px;
	font-size:14px;
	padding:9px 15px;
	border:1px solid #e0e0e0;
	border-radius:3px;
	background:#f8f8f8;
	width:120px;
	color:#444444;
	font-weight:500;
}

.rangeslider-widget .form-group .dollar-sign{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:44px;
	line-height:44px;
	border-left:1px solid #e0e0e0;	
}

.rangeslider-widget .noUi-connect{
	background:var(--themecolor) !important;
	box-shadow:none;	
}

.rangeslider-widget .noUi-background{
	background:#ededed !important;	
}

.rangeslider-widget .noUi-handle{
	top:-9px !important;
	background-color:transparent !important;
	border-color:transparent;
	cursor:pointer;
	width:20px;
	height:20px;
	background:#ffffff !important;
	border:none;
	border-radius:50%;
	-webkit-box-shadow:0px 2px 5px 3px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 2px 5px 3px rgba(0,0,0,0.10);
	-o-box-shadow:0px 2px 5px 3px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 2px 5px 3px rgba(0,0,0,0.10);
	box-shadow:0px 2px 5px 3px rgba(0,0,0,0.10);
}

.rangeslider-widget .noUi-horizontal{
	height:5px !important;
	box-shadow:none !important;
	background:var(--themecolor);
}


/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section{
	position:relative;	
}

.map-canvas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;	
}

.map-canvas .map-data{
	text-align:center;
	font-size:12px;
	font-weight:400;
}

.map-canvas .map-data h6{
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	color:#181818;	
}


/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 3px 10px;	
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:8px 5px;
	font-size:14px;
	text-transform:capitalize;
	width:40px;
	height:40px;
	background:#ffffff;
	color:#696969;
	text-align:center;
	font-weight:600;
	border-radius:50%;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.next,
.styled-pagination li a.prev{
	font-size:16px;	
	font-weight:300;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background:var(--themecolor);	
}

/*** 

====================================================================
	Class Single
====================================================================

***/

.single-class{
	position:relative;
}

.single-class .post-container{
	padding-bottom:20px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:30px;	
}

.single-class .post-container .title-info{
	position:relative;
	margin-bottom:25px;	
}

.single-class .post-container .title-info h2{
	font-size:32px;
	text-transform:uppercase;
	font-weight:600;
	color:#212121;
	margin-bottom:5px;	
}

.single-class .post-container .title-info .class-info li{
	position:relative;
	float:left;
	margin-right:30px;
	line-height:24px;
}

.single-class .post-container .title-info .class-info li strong{
	color:var(--themecolor);
	font-weight:400;
	padding-right:10px;	
}

.single-class .post-container .image-box{
	position:relative;
	margin-bottom:30px;
	border-radius:3px;	
}

.single-class .post-container .image-box img{
	display:block;
	width:100%;	
	border-radius:3px;	
}

.single-class .post-container blockquote{
	border:none;
	padding:0px;
	font-size:18px;
	color:#ababab;
	background:none;
	margin-bottom:25px;
	line-height:1.7em;
	font-weight:300;	
}

.single-class .post-container .content-box h3{
	color:#333333;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;	
}

.single-class .post-container .content-box p{
	margin-bottom:25px;	
}

.single-class .post-container .content-box p a{
	color:#b9e086;
	text-decoration:underline;	
}

.single-class .post-container .video-box{
	position:relative;
	max-width:570px;
	margin:0 auto 50px;
	text-align:center;	
}

.single-class .post-container .video-box .video-image{
	position:relative;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:3px;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
}

.single-class .post-container .video-box .video-image img{
	display:block;
	width:100%;	
}

.single-class .post-container .video-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:1;
	text-align:center;
	background:rgba(51,51,51,0.30);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.single-class .post-container .video-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-35px;
	margin-top:-35px;
	color:#ffffff;
	line-height:70px;
	width:70px;
	height:70px;
	font-size:64px;
}

.single-class .post-container .video-box:hover .video-image .lightbox-image{
	background:rgba(51,51,51,0.60);
}

.single-class .post-container .video-box .video-caption{
	font-size:12px;
	text-transform:uppercase;
	color:#ababab;	
}

.single-class .post-options{
	position:relative;
	padding:20px 0px 0px;	
}

.single-class .post-options .view-btn{
	display:inline-block;
	padding:8px 0px;
	line-height:24px;
	font-size:13px;	
}

.single-class .post-options .view-btn .icon{
	padding-right:5px;
	font-size:12px;	
}

.single-class .post-options .share-option strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:40px;	
}

.single-class .post-options .share-option a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f8f8f8;
	color:#212121;
	border-radius:50%;
	margin-left:7px;		
}

.single-class .post-options .share-option a:hover{
	color:#ffffff;
	background:var(--themecolor);	
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;	
}

.group-title{
	position:relative;
	margin-bottom:40px;	
}

.group-title:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:-5px;
	width:70px;
	border-bottom:1px solid #afdda2;	
}

.group-title:after{
	content:'';
	position:absolute;
	left:10px;
	bottom:-7px;
	width:20px;
	border-bottom:1px solid #7accea;		
}

.group-title h2{
	font-size:20px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
}

.group-title h2 .colored{
	color:var(--themecolor);	
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:30px 0px;
	border-top:1px solid #f1f1f1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1){
	padding-top:0px;
	border-top:none;	
}

.sidebar-page-container .comments-area .comment-box:last-child{
	border-bottom:1px solid #f1f1f1;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 0px 110px;
	font-size:14px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:110px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:85px;
	border-radius:3px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius:3px;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
}

.sidebar-page-container .comments-area .comment-info strong{
	color:#253d4a;
	font-size:14px;
	font-weight:700;
	display:block;
	line-height:24px;
}

.sidebar-page-container .comments-area .comment-box .text{
	margin-bottom:20px;	
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	color:#ababab;
	line-height:24px;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	color:var(--themecolor);	
}

.sidebar-page-container .comments-area .comment-box .theme-btn .icon{
	position:relative;
	top:2px;
	padding-right:5px;
}

/*** 

====================================================================
	Comments Form
====================================================================

 ***/

.sidebar-page-container .comments-form{
	position:relative;
}

.sidebar-page-container .comments-form .form-group{
	position:relative;
	margin-bottom:15px;	
}

.sidebar-page-container .comments-form .form-group .field-label{
	position:relative;
	display:block;
	line-height:24px;
	font-size:14px;
	text-transform:uppercase;
	color:#333333;
	margin-bottom:5px;	
}

.sidebar-page-container .comments-form .field-outer{
	position:relative;	
}

.sidebar-page-container .comments-form .field-outer .icon{
	position:absolute;
	right:15px;
	top:50%;
	font-size:13px;
	line-height:24px;
	margin-top:-12px;
	color:#ababab;	
}

.sidebar-page-container .comments-form .field-outer input:focus+.icon{
	color:var(--themecolor);	
}

.sidebar-page-container .comments-form .form-group input[type="text"],
.sidebar-page-container .comments-form .form-group input[type="email"],
.sidebar-page-container .comments-form .form-group input[type="url"],
.sidebar-page-container .comments-form .form-group input[type="tel"],
.sidebar-page-container .comments-form .form-group select,
.sidebar-page-container .comments-form .form-group textarea{
	position:relative;
	display:block;
	line-height:24px;
	font-size:14px;
	padding:8px 20px;
	height:42px;
	color:#333333;
	width:100%;
	background:none;
	border:1px solid #d0d0d0;
	border-radius:3px;
	z-index:1;
}

.sidebar-page-container .comments-form .field-outer input:focus,
.sidebar-page-container .comments-form .field-outer textarea:focus{
	border-color:var(--themecolor);	
}

.sidebar-page-container .comments-form .form-group textarea{
	resize:none;
	height:180px;	
}

.sidebar-page-container .comments-form button{
	padding-left:40px;
	padding-right:40px;
	letter-spacing:1px;	
}

/*** 

====================================================================
	Events Section
====================================================================

 ***/

.events-section{
	position:relative;
}

.default-event-post{
	position:relative;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #f0f0f0;	
}

.default-event-post .image-box{
	position:relative;
	margin-bottom:25px;	
}

.style-two .default-event-post .image-box{
	position:relative;
	margin-bottom:10px;	
}

.default-event-post .image-box img{
	display:block;
	border-radius:5px;
	display:block;
	width: 100%;
}

.default-event-post .event-single-image-box img {
	width: auto;
}

.default-event-post .content-box{
	position:relative;	
}

.style-two .default-event-post .content-box{
	padding-left:10px;
}

.default-event-post .content-box .info-box .location{
	position:relative;
	margin-bottom:10px;
	color:var(--darkthemecolor);
}

.default-event-post .content-box .info-box .location .icon{
	padding-right:15px;	
}

.default-event-post .content-box .info-box .event-title{
	position:relative;
	margin-bottom:0px;
	color:#333333;
	text-transform:uppercase;
	font-size:22px;
	font-weight:600;
}

.style-two .default-event-post .content-box .info-box .event-title{
	margin-bottom:10px;
}

.style-two .default-event-post .content-box .info-box .event-title:before{
/*	content:'';*/
	position:absolute;
	top:50%;
	left:-75px;
	width:60px;
	border-bottom:1px solid #333333;	
}

.default-event-post .content-box .info-box .event-title a{
	color:#333333;	
}

.default-event-post .content-box .event-meta{
	position:relative;
	color:#ababab;
	margin-bottom:20px;
}

.default-event-post .content-box .event-meta li{
	display:inline-block;
	text-transform:uppercase;
	margin-right:20px;
}

.default-event-post .content-box .text-content{
	margin-bottom:25px;
}

.style-two .default-event-post .content-box .text-content{
	margin-bottom:30px;
}

.default-event-post .share-options strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:40px;	
}

.default-event-post .share-options a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:38px;
	text-align:center;
	background:#f8f8f8;
	border:1px solid #f0f0f0;
	color:#212121;
	border-radius:50%;
	margin-left:7px;		
}

.default-event-post .share-options a:hover{
	color:#ffffff;
	background:var(--themecolor);
	border-color:var(--themecolor);
}

.event-details .content-box .text-content .bigger-text{
	border:none;
	padding:0px;
	font-size:18px;
	color:#ababab;
	background:none;
	margin-bottom:25px;
	line-height:1.7em;
	font-weight:300;	
}

.event-details .content-box .text-content h3{
	color:#333333;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;	
}

.event-details .content-box .text-content p{
	margin-bottom:25px;	
}

.event-details .content-box .text-content p a{
	color:#b9e086;
	text-decoration:underline;	
}

.event-details .content-box .text-content blockquote{
	position:relative;
	display:block;
	margin-left:60px;
	padding:10px 20px 10px 50px;
	font-size:18px;
	color:var(--darkthemecolor);
	border:none;
	margin-bottom:25px;
	font-weight:300;
	line-height:1.8em;
	background:url(../images/icons/quote-icon.png) left top no-repeat;
}

.event-details .content-box .post-options{
	position:relative;
	padding:20px 0px 10px;	
}

.event-details .content-box .post-options .tags{
	position:relative;
	padding:7px 0px;
}

.event-details .content-box .post-options .tags strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:26px;	
}

.event-details .content-box .post-options .tags a{
	display:inline-block;
	line-height:26px;
	padding:0px 20px;
	margin:0px 7px 10px 0px;
	color:#ababab;
	background:#f8f8f8;
	border-radius:15px;	
}

.event-details .content-box .post-options .tags a:hover{
	color:#ffffff;
	background:var(--themecolor);	
}

.event-details .content-box .post-options .view-btn .icon{
	padding-right:5px;
	font-size:12px;	
}

.event-details .content-box .post-options .share-option strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:40px;	
}

.event-details .content-box .post-options .share-option a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f8f8f8;
	color:#212121;
	border-radius:50%;
	margin-left:7px;		
}

.event-details .content-box .post-options .share-option a:hover{
	color:#ffffff;
	background:var(--themecolor);	
}

.event-details .posts-nav{
	position:relative;
	padding:30px;
	background:#f9f9f9;
	border-radius:3px;
	margin-bottom:30px;	
}

.event-details .posts-nav:before{
	content:'';
	position:absolute;
	left:50%;
	top:20%;
	height:60%;
	border-right:1px solid #e0e0e0;	
}

.event-details .posts-nav .prev-post{
	float:left;
	text-align:left;
}

.event-details .posts-nav .next-post{
	float:right;
	text-align:right;	
}

.event-details .posts-nav .link-title{
	font-size:12px;
	color:#ababab;
	text-transform:uppercase;
	display:block;	
}

.event-details .posts-nav .post-title{
	font-size:14px;
	color:#333333;
	text-transform:uppercase;
	font-weight:600;
}

/*** 

====================================================================
	404 Section Style
====================================================================

***/

.error-section{
	position:relative;
	padding:100px 0px;
	text-align:center;
}

.error-section .big-text{
	position:relative;
	margin-bottom:20px;
	line-height:1em;
	font-size:140px;
	color:#333333;
	font-weight:700;
	letter-spacing:3px;	
}

.error-section h3{
	font-size:30px;
	text-transform:uppercase;
	color:#333333;
	letter-spacing:0px;
	font-weight:400;
	margin-bottom:30px;	
}

.error-section .text{
	font-size:16px;
	max-width:720px;
	margin:0 auto 40px;
	line-height:30px;
}

.error-section .text .theme-btn{
	display:inline-block;
	line-height:30px;
	color:var(--themecolor);
	border-bottom:1px solid var(--themecolor);
}

.search-website{
	position:relative;
	max-width:380px;
	margin:0 auto 0px;	
}

.search-website .form-group{
	position:relative;
	margin-bottom:0px;
	text-align:left;
}

.search-website .form-group input[type="text"],
.search-website .form-group input[type="search"],
.search-website .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 15px;
	background:#ffffff;
	border:1px solid #e0e0e0;
	border-radius:3px;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	
}

.search-website .form-group input[type="text"]:focus,
.search-website .form-group input[type="search"]:focus,
.search-website .form-group textarea:focus{
	border-color:var(--themecolor);
}

.search-website .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:50px;
	height:44px;
	text-align:center;
	margin:0px;
	padding:10px 0px;
	line-height:24px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:400;
	background:none;
	color:#696969;
	letter-spacing:2px;
	border-radius:0px 2px 2px 0px;
}

/*** 

====================================================================
	Trainer Info Section
====================================================================

***/

.trainer-info-section{
	position:relative;
	padding:80px 0px;
	background:#ffffff url(../images/background/background-gradient.png) center bottom no-repeat;
}

.trainer-info-section .content-outer{
	position:relative;
	max-width:780px;
	padding:85px 40px;
	margin:0 auto;
	background:#ffffff;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
}

.trainer-info-section .content-outer .top-right-link{
	position:absolute;
	right:40px;
	top:40px;
	z-index:4;	
}

.trainer-info-section .content-outer .top-right-link .icon{
	padding-right:5px;	
}

.trainer-info-section .content-outer .trainer-image{
	position:absolute;
	left:-200px;
	bottom:-35px;
	z-index:1;	
}

.trainer-info-section .content-outer .trainer-image img{
	width: 65%;
	height: 400px;
	object-fit: cover;
}

.trainer-info-section .content-outer .content-list{
	position:relative;
	z-index:3;	
}

.trainer-info-section .content-outer .content-list .list li{
	position:relative;
	margin-bottom:10px;
}

.trainer-info-section .content-outer .content-list .list li .title{
	position:relative;
	float:left;
	padding-right:40px;
	width:37%;
	text-align:right;
	font-weight:600;
	color:#212121;
	text-transform:uppercase;
}

.trainer-info-section .content-outer .content-list .list li .text{
	position:relative;
	float:left;
	width:63%;
}

.trainer-info-section .content-outer .social-links a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f8f8f8;
	color:#212121;
	border-radius:50%;
	margin-right:7px;		
}

.trainer-info-section .content-outer .social-links a:hover{
	color:#ffffff;
	background:var(--themecolor);	
}

/*** 

====================================================================
	Trainer Classes Info
====================================================================

***/

.trainer-classes-info{
	position:relative;
	padding:80px 0px;
}

.trainer-classes-info .sec-title{
	margin-bottom:30px;	
}

.trainer-classes-info .video-box{
	position:relative;
	max-width:500px;
	margin:0 auto 50px;
	text-align:center;	
}

.trainer-classes-info .video-box .video-image{
	position:relative;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:3px;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
}

.trainer-classes-info .video-box .video-image img{
	display:block;
	width:100%;	
}

.trainer-classes-info .video-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:1;
	text-align:center;
	background:rgba(51,51,51,0.30);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.trainer-classes-info .video-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-35px;
	margin-top:-35px;
	color:#ffffff;
	line-height:70px;
	width:70px;
	height:70px;
	font-size:64px;
}

.trainer-classes-info .video-box:hover .video-image .lightbox-image{
	background:rgba(51,51,51,0.60);
}

.trainer-classes-info .video-box .video-caption{
	font-size:12px;
	text-transform:uppercase;
	color:#ababab;	
}

.trainer-classes-info .text-column p{
	margin-bottom:20px;
	line-height:1.8em;	
}

.trainer-classes-info .text-column p a{
	color:var(--darkthemecolor);
	text-decoration:underline;
}

.trainer-classes-info .text-column h3{
	margin-bottom:20px;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#212121;	
}

.styled-list-one{
	position:relative;
	margin-bottom:30px;	
}

.styled-list-one li{
	position:relative;
	padding-left:30px;
	line-height:24px;
	margin-bottom:9px;	
}

.styled-list-one li:before{
	font-size:18px;
	content:'\f138';
	font-family: "Flaticon";
	position:absolute;
	left:0px;
	top:-1px;
	line-height:24px;
	color:var(--themecolor);	
}

.trainer-classes-info blockquote{
	position:relative;
	display:block;
    padding: 8px 0px 0px 15px;
	font-size:26px;
	color:var(--darkthemecolor);
	border:none;
	margin-bottom:25px;
	font-weight:300;
	line-height:1.4em;
	font-family: 'Sacramento', cursive;
	background:url(../images/icons/quote-icon.png) left top no-repeat;
	background-size: 20px;

}

/*** 

====================================================================
	BLog Fullwidth
====================================================================

***/

.blog-fullwidth{
	position:relative;
	padding:100px 0px;
	background:#ffffff;
}

.styled-blog-post{
	position:relative;
	margin-bottom:70px;	
}

.blog-list-view .styled-blog-post,
.blog-grid-view .styled-blog-post{
	margin-bottom:40px;	
}

.blog-list-view .styled-blog-post{
	border-bottom:1px solid #f0f0f0;
}

.styled-blog-post .inner-box{
	position:relative;
	display:block;	
}

.styled-blog-post .image-box{
	position:relative;
}

.blog-list-view .styled-blog-post .image-box,
.blog-list-view .styled-blog-post .content-box{
	margin-bottom:40px;	
}

.blog-grid-view .styled-blog-post .image-box,
.blog-details .styled-blog-post .image-box{
	margin-bottom:20px;	
}

.styled-blog-post .image-box img{
	display:block;
	width:100%;
	border-radius:3px;
}

.styled-blog-post .image-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:1;
	text-align:center;
	color:#85cedf;
	background:rgba(51,51,51,0.10);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:3px;	
}

.styled-blog-post .image-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-35px;
	margin-top:-35px;
	line-height:70px;
	width:70px;
	height:70px;
	font-size:64px;
}

.styled-blog-post:hover .image-box .lightbox-image{
	background:rgba(51,51,51,0.40);
	color:var(--themecolor);
}

.styled-blog-post.overlay-styled .image-box{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:3px;
}

.styled-blog-post.overlay-styled .image-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#74c9e4;
	background:-webkit-linear-gradient(left, #b9e086, #6ac5f2);
	background:-moz-linear-gradient(left, #b9e086, #6ac5f2);
	background:-ms-linear-gradient(left, #b9e086, #6ac5f2);
	background:-o-linear-gradient(left, #b9e086, #6ac5f2);
	opacity:0.92;
	border-radius:3px;	
}

.styled-blog-post.overlay-styled .image-box .overlay{
	position:relative;
	padding:45px;
	color:#ffffff;	
}

.styled-blog-post.overlay-styled .image-box .overlay h3{
	color:#ffffff;
	font-size:22px;
	line-height:1.6em;
	margin-bottom:15px;	
}

.styled-blog-post.overlay-styled .image-box .overlay .quote-text{
	color:#ffffff;
	font-size:20px;
	line-height:1.6em;
	margin-bottom:20px;	
}

.styled-blog-post.overlay-styled .image-box .overlay .quote-author{
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;	
}

.styled-blog-post.overlay-styled .image-box .overlay .small-text{
	color:#ffffff;
	font-size:14px;
	line-height:1.8em;
}

.styled-blog-post.overlay-styled .image-box .overlay a{
	color:#ffffff;	
}

.styled-blog-post .content-box{
	position:relative;	
}

.styled-blog-post .pull-right .content-box{
	padding-left:20px;
}

.styled-blog-post .pull-left .content-box{
	padding-right:20px;
}

.styled-blog-post .content-box .info-box .date{
	position:relative;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#333333;
}

.styled-blog-post .content-box .info-box .post-title{
	position:relative;
	margin-bottom:20px;
	color:#333333;
	text-transform:uppercase;
	line-height:1.4em;
	font-size:30px;
	font-weight:600;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-list-view .styled-blog-post .content-box .info-box .post-title,
.blog-grid-view .styled-blog-post .content-box .info-box .post-title{
	text-transform:none;
	font-size:24px;
}

.blog-details .styled-blog-post .content-box .info-box .post-title{
	text-transform:none;
}

.styled-blog-post .content-box .info-box .post-title a{
	color:#333333;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.styled-blog-post .content-box .info-box .post-title a:hover{
	color:var(--themecolor);	
}

.styled-blog-post .content-box .text-content{
	margin-bottom:25px;
}

.styled-blog-post .share-options strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:40px;	
}

.styled-blog-post .share-options a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:38px;
	text-align:center;
	background:#f8f8f8;
	border:1px solid #f0f0f0;
	color:#212121;
	border-radius:50%;
	margin-left:7px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}

.styled-blog-post .share-options a:hover{
	color:#ffffff;
	background:var(--themecolor);
	border-color:var(--themecolor);
}

.styled-blog-post .owl-controls{
	margin:0px !important;
	padding:0px !important;	
}

.styled-blog-post .owl-controls .owl-nav{
	display:none !important;	
}

.styled-blog-post .owl-controls .owl-dots{
	position:absolute;
	right:0px;
	bottom:15px;
	width:100%;
}

.styled-blog-post .owl-controls .owl-dots .owl-dot span{
	position:relative;
	width:6px;
	height:6px;
	border:1px solid #ffffff;
	background:#ffffff;
	margin:0px 0px 0px 10px;	
}

.styled-blog-post .owl-controls .owl-dots .owl-dot.active span{
	top:2px;
	width:10px;
	height:10px;
	border:1px solid #ffffff;
	background:none;	
}

.blog-details .styled-blog-post{
	padding-bottom:30px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:40px;
}

.blog-details .styled-blog-post .content-box .text-content .bigger-text{
	border:none;
	padding:0px;
	font-size:18px;
	color:#ababab;
	background:none;
	margin-bottom:25px;
	line-height:1.7em;
	font-weight:300;	
}

.blog-details .styled-blog-post .content-box .text-content h3{
	color:#333333;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;	
}

.blog-details .styled-blog-post .content-box .text-content p{
	margin-bottom:25px;	
}

.blog-details .styled-blog-post .content-box .text-content p a{
	color:#b9e086;
	text-decoration:underline;	
}

.blog-details .styled-blog-post .content-box .text-content blockquote{
	position:relative;
	display:block;
	margin-left:60px;
	padding:10px 20px 10px 50px;
	font-size:18px;
	color:#a5d9c3;
	border:none;
	margin-bottom:25px;
	font-weight:300;
	line-height:1.8em;
	background:url(../images/icons/quote-icon.png) left top no-repeat;
}

.blog-details .two-col .image-column{
	margin-bottom:20px;	
}

.blog-details .two-col .image-column img{
	display:block;
	width:100%;	
}

.blog-details .two-col .image-column .image-caption{
	font-size:12px;
	color:#ababab;
	text-transform:uppercase;
	padding:10px 0px;
	text-align:center;	
}

.blog-details .styled-blog-post .content-box .post-options{
	position:relative;
	padding:20px 0px 0px;	
}

.blog-details .styled-blog-post .content-box .post-options .tags{
	position:relative;
	padding:7px 0px;
}

.blog-details .styled-blog-post .content-box .post-options .tags strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:26px;	
}

.blog-details .styled-blog-post .content-box .post-options .tags a{
	display:inline-block;
	line-height:26px;
	padding:0px 20px;
	margin:0px 7px 10px 0px;
	color:#ababab;
	background:#f8f8f8;
	border-radius:15px;	
}

.blog-details .styled-blog-post .content-box .post-options .tags a:hover{
	color:#ffffff;
	background:var(--themecolor);	
}

.blog-details .styled-blog-post .content-box .post-options .view-btn .icon{
	padding-right:5px;
	font-size:12px;	
}

.blog-details .styled-blog-post .content-box .post-options .share-option strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:40px;	
}

.blog-details .styled-blog-post .content-box .post-options .share-option a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f8f8f8;
	color:#212121;
	border-radius:50%;
	margin-left:7px;		
}

.blog-details .styled-blog-post .content-box .post-options .share-option a:hover{
	color:#ffffff;
	background:var(--themecolor);	
}

.blog-details .posts-nav{
	position:relative;
	overflow:hidden;
	background:#909090;
	border-radius:3px;
	margin-bottom:50px;	
}

.blog-details .posts-nav .prev-post{
	position:relative;
	float:left;
	text-align:left;
	width:50%;
	padding:30px 25px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.blog-details .posts-nav .next-post{
	position:relative;
	float:right;
	text-align:right;
	width:50%;
	padding:30px 25px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;	
}

.blog-details .posts-nav .prev-post:before,
.blog-details .posts-nav .next-post:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.40);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.blog-details .posts-nav .prev-post:hover:before,
.blog-details .posts-nav .next-post:hover:before{
	opacity:0;	
}

.blog-details .posts-nav .prev-post:after,
.blog-details .posts-nav .next-post:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#74c9e4;
	background:-webkit-linear-gradient(left, #b9e086, #6ac5f2);
	background:-moz-linear-gradient(left, #b9e086, #6ac5f2);
	background:-ms-linear-gradient(left, #b9e086, #6ac5f2);
	background:-o-linear-gradient(left, #b9e086, #6ac5f2);
	opacity:0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-details .posts-nav .prev-post:hover:after,
.blog-details .posts-nav .next-post:hover:after{
	opacity:0.90;	
}

.blog-details .posts-nav a{
	display:block;
	position:relative;
	z-index:2;	
}

.blog-details .posts-nav .link-title{
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	display:block;	
}

.blog-details .posts-nav .post-title{
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
}

.sidebar-page-container .post-author{
	position:relative;
	text-align:center;
	max-width:650px;
	margin:0 auto 40px;	
}

.sidebar-page-container .post-author .author-thumb{
	position:relative;
	width:85px;
	margin:0 auto 25px;	
}

.sidebar-page-container .post-author .author-thumb img{
	display:block;
	width:100%;
	border-radius:3px;
}

.sidebar-page-container .post-author h4{
	font-size:18px;
	font-weight:600;
	color:#212121;
	text-transform:uppercase;
	margin-bottom:15px;
}

.sidebar-page-container .post-author .desc-text{
	line-height:1.7em;
	margin-bottom:20px;
}

.sidebar-page-container .post-author .links a{
	position:relative;
	display:inline-block;
	margin:0px 5px;
	line-height:24px;
	color:#ababab;	
}

.sidebar-page-container .post-author .links a:hover{
	color:var(--themecolor);	
}

/*** 

====================================================================
	Contact Information Section
====================================================================

***/

.contact-information{
	position:relative;
	padding:100px 0px;
	background:#ffffff;
}

.contact-information .one-column-offset{
	max-width:1030px;	
}

.who-we-are .map-column{
	position:relative;	
}

.contact-information .map-container{
	-webkit-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	background:#ffffff;
	z-index:1;	
}

.contact-information .content-column{
	position:relative;
	padding-top:50px;
	padding-left:30px;
}

.contact-information .content-column .sec-title{
	margin-bottom:70px;	
}

.contact-information .content-column .big-text{
	position:absolute;
	left:-50px;
	top:20px;
	font-size:150px;
	color:rgba(0,0,0,0.02);
	font-weight:300;
	line-height:0.9em;
	text-transform:uppercase;
}


.contact-information .info-block{
	position:relative;
	margin-bottom:40px;	
}

.contact-information .info-block .inner-box{
	position:relative;
	padding-left:90px;	
}

.contact-information .info-block .icon-box{
	position:absolute;
	left:0px;
	top:10px;
	color:#333333;
	font-size:42px;
	line-height:1em;	
}

.contact-information .info-block h4{
	font-size:14px;
	font-weight:600;
	color:#212121;
	margin-bottom:10px;
	text-transform:uppercase;	
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	background:#f8f8f8;
	padding-bottom: 80px;
}

.contact-section .auto-container{
	max-width:1000px;	
}

.default-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.default-form .form-group .field-label{
	display:block;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#333333;
	font-weight:500;
	font-size:13px;
}

.default-form .form-group .field-label sup{
	color:#000000;
	font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:24px;
	height:44px;
	font-size:13px;
	border:1px solid #dedede;
	padding:9px 15px;	
	background:#ffffff;
	color:#212121;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-form select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea{
	height:160px;
	resize:none;	
}

.default-form select option{
	text-indent:15px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:var(--themecolor);	
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000 !important;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

/*** 

====================================================================
	Featured Shop Item
====================================================================

***/

.featured-shop-item{
	position:relative;
	padding:140px 0px;
	background:#ffffff;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../images/background/background-gradient-2.jpg);
}

.featured-shop-item:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:0px;
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-o-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-moz-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
}

.featured-shop-item .image-column{
	padding-top:50px;
}

.featured-shop-item .image img{
	display:block;
	max-width:100%;	
}

.featured-shop-item .content-column .add-fav{
	margin-bottom:30px;	
}

.featured-shop-item .content-column .add-fav .theme-btn{
	position:relative;
	display:inline-block;
	width:50px;
	height:50px;
	padding:10px;
	line-height:28px;
	text-align:center;
	font-size:16px;
	border:1px solid #e0e0e0;
	color:#e0e0e0;
	background:none;
	border-radius:3px;
}

.featured-shop-item .content-column .add-fav .theme-btn:hover{
	color:var(--themecolor);
	border-color:var(--themecolor);	
}

.featured-shop-item .content-column .cat-name{
	font-weight:600;
	text-transform:uppercase;
	color:#212121;
	font-size:18px;	
}

.featured-shop-item .content-column .item-title{
	font-weight:600;
	text-transform:uppercase;
	color:#212121;
	font-size:32px;	
}

.featured-shop-item .content-column .item-price{
	font-weight:600;
	text-transform:uppercase;
	color:var(--themecolor);
	font-size:18px;
	margin-bottom:20px;	
}

.featured-shop-item .content-column .color-options{
	position:relative;
	margin-bottom:15px;
}

.featured-shop-item .content-column .color-options .colors-title{
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#73c8f2;
	margin-bottom:5px;	
}

.featured-shop-item .content-column .color-options .colors-title strong{
	font-weight:600;
	color:#666666;	
}

.featured-shop-item .content-column .color-options .color-pathces{
	position:relative;	
}

.featured-shop-item .content-column .color-options .color-pathces .patch{
	position:relative;
	display:inline-block;
	margin-right:7px;
	width:70px;
	height:70px;
	cursor:pointer;
	border-radius:3px;
}

.featured-shop-item .content-column .shop-options{
	position:relative;	
}

.featured-shop-item .content-column .shop-options .field-label{
	font-size:12px;
	color:#666666;
	margin-bottom:5px;	
}

.featured-shop-item .content-column .shop-options .form-group{
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

.featured-shop-item .content-column select{
	position:relative;
	display:block;
	width:130px;
	line-height:24px;
	height:44px;
	font-size:13px;
	border:1px solid #e0e0e0;
	padding:9px 15px;	
	background-color:#ffffff;
	color:#212121;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.featured-shop-item .content-column select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
}

.featured-shop-item .content-column select option{
	text-indent:15px;	
}

.featured-shop-item .content-column .add-cart-btn{
	padding:10px 25px;
	line-height:24px;
	border-radius:22px;	
}


/*** 

====================================================================
	Shop Style
====================================================================

***/

.shop-items-section{
	position:relative;
	padding:80px 0px 50px;
	background:#ffffff;
}

.shop-items-section.related-items{
	background:#f8f8f8;	
}

.product-item{
	position:relative;
	margin-bottom:40px;
	text-align:center;
}

.product-item .inner-box{
	position:relative;
	display:block;
	padding:0px;
	background:#ffffff;
	text-align:center;	
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	box-shadow:0px 0px 20px rgba(0,0,0,0.05);	
}

.product-item:hover .inner-box{
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-o-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);	
}

.product-item .inner-box .image-box{
	position:relative;	
}

.product-item .inner-box .image-box img{
	display:block;
	width:100%;
}

.product-item .inner-box .image-box .options{
	position:absolute;
	left:0px;
	bottom:40px;
	width:100%;
	text-align:center;
	opacity:0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;	
}

.product-item:hover .inner-box .image-box .options{
	opacity:1;
	bottom:0px;	
}

.product-item .inner-box .image-box .options a{
	position:relative;
	display:inline-block;
	margin:0px 1px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:16px;
	background:var(--themecolor);
	border-radius:3px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.product-item .inner-box .image-box .options a:hover{
	background:#000000;
	color:#ffffff;	
}

.product-item .inner-box .image-box .sale-tag{
	position:absolute;
	left:0px;
	top:30px;
	width:100%;
}

.product-item .inner-box .image-box .sale-tag .txt{
	display:inline-block;
	line-height:24px;
	padding:0px 25px;
	font-size:12px;
	font-weight:500;
	color:#ffffff;
	background:#6ac5f2;
	border-radius:12px;	
}

.product-item .inner-box .image-box .sale-tag.hot .txt{
	background:var(--themecolor);
}

.product-item .inner-box .lower-content{
	position:relative;
	padding:20px 20px 30px;	
}

.product-item .inner-box h3{
	font-size:18px;
	margin-bottom:10px;
	color:#212121;
	line-height:24px;
	font-weight:600;
	text-transform:uppercase;	
}

.product-item .inner-box h3 a{
	color:#212121;	
}

.product-item .inner-box .subtitle{
	position:relative;
	margin-bottom:15px;	
}

.product-item .inner-box .price{
	font-size:18px;
	color:var(--themecolor);
	font-weight:600;
	text-transform:uppercase;
}

/*** 

====================================================================
	Product List Style
====================================================================

***/

.product-list-style{
	position:relative;
	margin-bottom:40px;
}

.product-list-style .inner-box{
	position:relative;
	display:block;
	padding:30px;
	background:#ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	box-shadow:0px 0px 20px rgba(0,0,0,0.05);	
}

.product-list-style:hover .inner-box{
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-o-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);	
}

.product-list-style .inner-box .image-box{
	position:relative;
	text-align:center;		
}

.product-list-style .inner-box .image-box img{
	display:block;
	width:100%;
	border-radius:3px;
}

.product-list-style .inner-box .image-box .options{
	position:absolute;
	left:0px;
	bottom:40px;
	width:100%;
	text-align:center;
	opacity:0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;	
}

.product-list-style:hover .inner-box .image-box .options{
	opacity:1;
	bottom:0px;	
}

.product-list-style .inner-box .image-box .options a{
	position:relative;
	display:inline-block;
	margin:0px 1px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:16px;
	background:var(--themecolor);
	border-radius:3px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.product-list-style .inner-box .image-box .options a:hover{
	background:#000000;
	color:#ffffff;	
}

.product-list-style .inner-box .image-box .sale-tag{
	position:absolute;
	left:0px;
	top:30px;
	width:100%;
}

.product-list-style .inner-box .image-box .sale-tag .txt{
	display:inline-block;
	line-height:24px;
	padding:0px 25px;
	font-size:12px;
	font-weight:500;
	color:#ffffff;
	background:#6ac5f2;
	border-radius:12px;	
}

.product-list-style .inner-box .image-box .sale-tag.hot .txt{
	background:var(--themecolor);
}

.product-list-style .content-box{
	position:relative;	
}

.product-list-style .content-box h3{
	font-size:18px;
	color:#212121;
	font-weight:600;
	text-transform:uppercase;	
}

.product-list-style .content-box h3 a{
	color:#212121;	
}

.product-list-style .content-box .rating{
	position:relative;	
}

.product-list-style .content-box .rating .fa{
	display:inline-block;
	margin-right:7px;
	font-size:16px;
	color:#f7d86d;
	line-height:30px;	
}

.product-list-style .content-box .price{
	font-size:18px;
	color:var(--themecolor);
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:15px;	
}

.product-list-style .content-box .availability{
	position:relative;
	margin-bottom:25px;	
}

.product-list-style .content-box .desc-text{
	position:relative;
	margin-bottom:20px;	
}


/*** 

====================================================================
	Deal Of The Day
====================================================================

***/

.deal-of-day{
	position:relative;
	padding:0px;
	background-color:#b4d4dd;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
}

.deal-of-day .side-title{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:200px;
	background:#ffffff;	
}

.deal-of-day .side-title h2{
	position:absolute;
	left:50px;
	top:590px;
	width:600px;
	height:100%;
	color:#d2ded0;
	text-transform:uppercase;
	font-weight:600;
	font-size:64px;
    -moz-transform-origin:    0 0;
    -ms-transform-origin:     0 0;
    -o-transform-origin:      0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	transform:rotate(-90deg);
}

.deal-of-day .countdown-column{
	position:relative;
	padding:100px 15px;
	text-align:center;	
}

.deal-of-day .countdown-column .styled-font{
	font-size:34px;
	margin-bottom:30px;
	color:#333333;	
}

.deal-of-day .countdown-column .desc-text{
	max-width:400px;
	margin:0 auto 30px;
}

.deal-of-day .countdown-column .theme-btn{
	padding-left:45px;
	padding-right:45px;	
}

.deal-of-day .image-column{
	position:relative;	
}

.deal-of-day .image-column .cropped-image{
	position:absolute;
	top:0px;
	right:0px;
	z-index:1;	
}

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
	text-align:center;
	padding:20px 0px 40px;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	display:inline-block;
	margin:0px 10px 20px;
	width:120px;
	height:130px;
	color:var(--themecolor);
	background:#ffffff;
	font-size:30px;
	line-height:30px;
	text-transform:none;
	text-align:center;
	font-family: 'Sacramento', cursive;
	border-radius:5px;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:48px;
	line-height:50px;
	padding:30px 10px 5px;
	color:#abd1e1;
	font-style:normal;
	letter-spacing:1px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
}


/*** 

====================================================================
	Shop Single
====================================================================

***/

.shop-single{
	position:relative;
}

.shop-fullwidth{
	position:relative;
	padding:100px 0px 60px;
}

.prod-info-section{
	position:relative;
	margin-bottom:80px;	
}

.prod-info-section .carousel-outer{
	position:relative;
	width:100%;
}

.prod-info-section .carousel-outer .image-carousel{
	position:relative;	
}

.prod-info-section .carousel-outer .image-carousel li img{
	display:block;
	width:100%;
	border:1px solid #f0f0f0;
	border-radius:5px;	
}

.prod-info-section .carousel-outer .thumbs-carousel{
	position:relative;
	padding:0px 0px;
}

.prod-info-section .carousel-outer .thumbs-carousel li{
	cursor:pointer;	
}

.prod-info-section .carousel-outer .thumbs-carousel li:hover{
	opacity:0.70;	
}

.prod-info-section .carousel-outer .thumbs-carousel .owl-controls,
.prod-info-section .carousel-outer .thumbs-carousel .owl-controls{
	display:none !important;
}

.prod-info-section .carousel-outer .thumbs-carousel li img{
	display:block;
	width:100%;
	border-radius:3px;	
}

.prod-info-section .content-column{
	position:relative;	
}

.prod-info-section .content-column .outer{
	position:relative;
}

.prod-info-section .content-column .title-box{
	position:relative;
	padding-bottom:25px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:25px;	
}

.prod-info-section .content-column .title-box h2{
	font-size:32px;
	color:#212121;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:0px;	
}

.prod-info-section .content-column .title-box .rating{
	position:relative;
	margin-bottom:10px;
	color:#cccccc;
}

.prod-info-section .content-column .title-box .rating .fa{
	display:inline-block;
	margin-right:5px;
	font-size:14px;
	color:#f7d86d;	
}

.prod-info-section .content-column .title-box .price{
	position:relative;
	display:inline-block;
	margin-right:30px;
	font-size:22px;
	color:var(--themecolor);
	font-weight:600;	
}

.prod-info-section .content-column .title-box .price .strike-through{
	padding-left:10px;
	font-size:22px;
	color:#eeeeee;	
}

.prod-info-section .content-column .title-box .availability{
	position:relative;
	font-size:12px;
	top:-2px;
	display:inline-block;
	color:var(--themecolor);	
}

.prod-info-section .content-column .title-box .availability strong{
	font-weight:600;
	color:#212121;
	text-transform:uppercase;
	padding-right:5px;	
}

.prod-info-section .content-column .desc-text{
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:25px;
	line-height:1.8em;	
}

.prod-info-section .content-column .desc-text p{
	line-height:1.8em;
	margin-bottom:20px;	
}

.prod-info-section .content-column .shop-options{
	position:relative;
	margin-bottom:20px;	
}

.prod-info-section .content-column .shop-options .form-group{
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

.prod-info-section .content-column .add-cart-btn{
	padding:10px 35px;
	line-height:24px;
	border-radius:22px;	
}

.prod-info-section .content-column .share-options{
	position:relative;	
}

.prod-info-section .content-column .share-options strong{
	display:inline-block;
	padding-right:20px;
	font-weight:600;
	color:#212121;
	line-height:24px;
	text-transform:uppercase;	
}

.prod-info-section .content-column .share-options a{
	display:inline-block;
	margin-right:14px;
	color:rgba(0,0,0,0.20);
	line-height:24px;
	font-size:18px;	
}

.prod-info-section .content-column .share-options a:hover{
	color:var(--themecolor);	
}

.quantity-spinner{
	position:relative;
	display:block;
}

.quantity-spinner input{
	position:relative;
	display:block;
	width:160px;
	line-height:24px;
	padding:9px 50px;
	height:44px;
	border:1px solid #f0f0f0;
	text-align:center;
	border-radius:5px;
}

.quantity-spinner .minus{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:44px;
	line-height:24px;
	padding:10px 10px;
	text-align:center;
	background:none;
	font-size:16px;
	border-right:1px solid #f0f0f0;
	z-index:1;
}

.quantity-spinner .plus{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:44px;
	line-height:24px;
	padding:10px 10px;
	text-align:center;
	background:none;
	font-size:16px;
	border-left:1px solid #f0f0f0;
	z-index:1;	
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.prod-tabs{
	position:relative;
	margin-bottom:50px;
}

.prod-tabs .tab-btns{
	position:relative;
	z-index:1;
	margin-bottom:30px;
	border-bottom:1px solid #f0f0f0;	
}

.prod-tabs .tab-btns.centered{
	text-align:center;	
}

.prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:inline-block;
	font-size:20px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
	padding:8px 0px;
	line-height:30px;
	border-bottom:1px solid transparent;
	margin-right:25px;
}

.prod-tabs .tab-btns.centered .tab-btn{
	margin:0px 12px;	
}

.prod-tabs .tab-btns .tab-btn:hover,
.prod-tabs .tab-btns .tab-btn.active-btn{
	border-color:var(--themecolor);
}

.prod-tabs .tabs-container{
	position:relative;
	color:#696969;	
}

.prod-tabs .tabs-container .tab{
	position:relative;
	display:none;
	
}

.prod-tabs .tabs-container .tab.active-tab{
	display:block;	
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4{
	margin-bottom:20px;	
}


.prod-tabs .tabs-container .tab h3{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#212121;
	margin-bottom:20px;
	
}

.prod-tabs .tabs-container .tab h4{
	font-size:16px;
	font-weight:700;
	
}

.prod-tabs .reviews-container{
	position:relative;	
}

.prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:100px;
	min-height:100px;
}

.prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:82px;
	height:82px;
	border:1px solid #e0e0e0;
	background:#ffffff;
}

.prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:80px;
	height:80px;	
}

.prod-tabs .reviews-container .rev-content{
	position:relative;
	padding:15px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.prod-tabs .reviews-container .rating{
	color:var(--themecolor);
	font-size:13px;
	margin-bottom:5px;
}

.prod-tabs .reviews-container .rating .fa{
	margin-right:1px;	
}

.prod-tabs .reviews-container .rev-info{
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
}

.prod-tabs .reviews-container .rev-text{
	font-size:14px;
}

.prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.prod-tabs .add-review .rating{
	position:relative;
	padding:10px 0px;
	line-height:24px;	
}

.prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#5a5a5a;	
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active{
	color:#ffa500;	
}

.prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:500;
	color:#303030;	
}

.prod-tabs .add-review h3{
	margin-bottom:20px;	
}

.prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:15px;	
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:10px 15px;
	color:#222222;
	height:44px;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:10px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:200px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-tabs .add-review .form-group input:focus,
.prod-tabs .add-review .form-group select:focus,
.prod-tabs .add-review .form-group textarea:focus{
	border-color:var(--themecolor);	
}

.prod-tabs .add-review button{
	position:relative;
	display:inline-block;
	background:#212121;
	color:#ffffff;
	padding:8px 36px;
	border:2px solid #212121;
	line-height:24px;
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
}

.prod-tabs .add-review button:hover{
	color:#ffffff;
	border-color:var(--themecolor);
	background:var(--themecolor);
}


/*** 

====================================================================
	Shopping Cart Style
====================================================================

***/

.shopping-cart-page{
	position:relative;
	padding:100px 0px 70px;
}

.cart-section{
	position:relative;
}

.cart-section .cart-column{
	margin-bottom:80px;	
}

.cart-section .cart-outer{
	position:relative;	
}

.cart-section .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-section .cart-table{
	width:100%;
	min-width:700px;	
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	height:auto;
	text-transform:uppercase;
	font-size:14px;
	padding:1px 0px;
	color:#2f2f31;
	border-top:1px solid #e0e0e0 !important;
	border-bottom:1px solid #e0e0e0 !important;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 10px;
	font-weight:600;
	color:#cccccc;
	letter-spacing:1px;
	text-transform:uppercase;
	border:none !important;
}

.cart-table thead tr th.prod-column{
	text-align:left;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:25px 15px;
}

.cart-table tbody tr .prod-info h3{
	font-size:18px;
	color:#555555;
	margin-bottom:10px;
	font-weight:500;	
}

.cart-table tbody tr .prod-info .info{
	font-size:14px;
	color:#cccccc;	
}

.cart-table tbody tr .prod-info h3 a{
	color:#444444;	
}

.cart-table tbody tr .qty{
	width:160px;
}

.cart-table tbody tr .prod-column{
	position:relative;
	padding-left:90px;
	height:130px;	
}

.cart-table tbody tr .prod-column .prod-thumb{
	position:absolute;
	left:0px;
	top:30px;
	width:70px;	
}

.cart-table tbody tr .prod-column .prod-thumb img{
	 display:block;
	 max-width:100%;
	 border:1px solid #e0e0e0;
	 border-radius:2px;
}

.cart-table tbody tr .prod-info .prod-title{
	font-size:15px;
	color:#212121;
	font-weight:600;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total,
.cart-table tbody tr .price{
	font-weight:600;
	color:#333333;
	letter-spacing:1px;
	padding-left:20px;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	font-weight:700;
	color:#cccccc;
	line-height:30px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:2px;
	font-size:24px;
	line-height:30px;
	color:#f05c60;
}

.cart-table tbody tr .remove-btn:hover{
	color:#ec1c33;
}

.cart-table tbody tr{
	border-bottom:1px solid #e9e9e9;	
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-column .other-options{
	position:relative;
	padding:25px 0px;
	border-bottom:1px solid #e9e9e9;	
}

.cart-column .other-options .coupon-column h4{
	font-weight:600;
	color:#212121;
	line-height:20px;
	font-size:14px;	
}

.cart-column .other-options .coupon-column .title-box{
	float:left;
	margin-right:25px;	
}

.cart-column .other-options .coupon-column .form-group{
	float:left;
	margin-right:15px;
	margin-bottom:0px;	
}

.cart-column .other-options .coupon-column .form-group input{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:9px 20px;
	width:250px;
	border-radius:3px;
	border:1px solid #e0e0e0;
	margin-right:20px;	
}

.shop-form{
	position:relative;	
}

.shop-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

.billing-details .shop-form .form-group{
	margin-bottom:15px;	
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:3px;
	text-transform:uppercase;
	color:#333333;	
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:24px;
	padding:11px 15px;
	height:48px;
	border:1px solid #e0e0e0;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.billing-details .shop-form input[type="text"],
.billing-details .shop-form input[type="email"],
.billing-details .shop-form input[type="password"],
.billing-details .shop-form input[type="tel"],
.billing-details .shop-form input[type="number"],
.billing-details .shop-form input[type="url"],
.billing-details .shop-form select,
.billing-details .shop-form textarea{
	line-height:24px;
	padding:8px 15px;
	height:42px;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:120px !important;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:var(--themecolor);	
}

.shipping-calculator .form-group{
	margin-bottom:15px;	
}

.shopping-cart-page .totals-box{
	position:relative;
	float:right;
	width:100%;
	max-width:380px;
	padding:30px;
	background:#f8f8f8;
	border-radius:3px;	
}

.shopping-cart-page .totals-box .amounts-list{
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:20px;
}

.shopping-cart-page .totals-box .amounts-list li{
	line-height:24px;
	margin-bottom:8px;	
}

.shopping-cart-page .totals-box .amounts-list .title{
	float:left;
	width:70%;
	text-align:right;
	padding-right:20px;
	color:#cccccc;
	font-weight:700;
	text-transform:uppercase;	
}

.shopping-cart-page .totals-box .amounts-list .amount{
	float:left;
	width:30%;
	text-align:right;
	padding-right:20px;
	color:#696969;
	font-weight:600;	
}

.shopping-cart-page .totals-box .amounts-list .amount.grand-total{
	color:var(--themecolor);	
}

.shopping-cart-page .totals-box .proceed-btn,
.checkout-page .summary-box .place-order{
	position:relative;
	display:block;
	width:100%;
	text-align:center;
	border-radius:4px;
	margin-bottom:10px;
}

.shopping-cart-page .totals-box .multiple-account-option a{
	display:block;
	text-align:center;
	color:#cccccc;
	line-height:24px;
}

.shopping-cart-page .totals-box .multiple-account-option a:hover{
	color:var(--themecolor);	
}


/*** 

====================================================================
	Checkout Style
====================================================================

***/

.checkout-page{
	position:relative;
	padding:80px 0px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:7px;
	line-height:24px;	
}

.checkout-page .default-links li a{
	color:var(--themecolor);	
}

.checkout-page .billing-details{
	position:relative;	
}

.checkout-page .check-box{
	line-height:24px;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;	
}

.checkout-page .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:14px;
	cursor:pointer;
}


.checkout-page .summary-box{
	position:relative;
	padding:30px 30px 48px;
	background:#f6f6f6;
	border-radius:5px;	
}

.checkout-page .summary-box h3{
	position:relative;
	padding-bottom:20px;
	font-size:18px;
	font-weight:600;
	letter-spacing:2px;
	text-transform:capitalize;
	border-bottom:1px solid #d9d9d9;
	color:#262626;
}

.checkout-page .summary-box .total-header,
.checkout-page .summary-box .sub-total,
.checkout-page .summary-box .shipping-info,
.checkout-page .summary-box .grand-title{
	position:relative;
	line-height:24px;
	padding:15px 0px;
	border-bottom:1px solid #d9d9d9;
	font-weight:500;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#262626;
}

.checkout-page .summary-box .total-header .product-title,
.checkout-page .summary-box .sub-total .total-title,
.checkout-page .summary-box .shipping-info .shipping-title,
.checkout-page .summary-box .grand-title .total-title{
	width:65%;
	float:left;	
}

.checkout-page .summary-box .grand-title .total-title strong{
	font-weight:600;	
}

.checkout-page .summary-box .total-header .product-price,
.checkout-page .summary-box .total-footer .sub-total .total-price,
.checkout-page .summary-box .sub-total .total-price,
.checkout-page .summary-box .shipping-info .shipping-status,
.checkout-page .summary-box .grand-title .total-price{
	display:block;
	width:35%;
	float:right;
	text-align:right;	
}

.checkout-page .summary-box .products{
	position:relative;
	line-height:24px;
	padding:25px 0px 20px;
	border-bottom:1px solid #d9d9d9;
	font-weight:500;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#aaaaaa;
}

.checkout-page .summary-box .products li{
	margin-bottom:5px;	
}

.checkout-page .summary-box .products .product-title{
	width:65%;
	float:left;	
}

.checkout-page .summary-box .products .product-price{
	width:35%;
	float:left;
	text-align:right;	
}

.checkout-page .payment-options{
	padding:30px 0px 20px;
	position:relative;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:10px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:inline-block;
	padding-left:30px;
	font-weight:500 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#333333;
	cursor:pointer;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:600;	
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option label .small-text{
	display:block;
	padding-top:5px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:13px;
	color:#777777;
	line-height:20px;
}

.checkout-page .payment-options li .radio-option label img{
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}



/*** 

====================================================================
	Upcoming event Style
====================================================================

***/

.upcoming-event {padding-bottom: 70px;}
.upcoming-event .upcoming-img {margin-top: -50px;}
.upcoming-event .sec-title {margin-top: 90px;margin-bottom: 30px;}
.single-upcoming-event {border: 1px solid #EEEEEE;padding: 30px 20px;box-shadow: 0px 0px 0px rgba(0, 0, 0, .05);transition: box-shadow .4s ease;}
.single-upcoming-event:hover {box-shadow: 2px 3px 9px rgba(0, 0, 0, .05);}
.single-upcoming-event + .single-upcoming-event {margin-top: 30px;}
.single-upcoming-event .date-box,
.single-upcoming-event .content-box,
.single-upcoming-event .button-box {
	display: table-cell;vertical-align: middle;
}
.single-upcoming-event .date-box {padding-left: 20px;border-right: 1px solid #F2F2F2;padding-right: 20px;}
.single-upcoming-event .date-box p {margin: 0;font-size: 48px;color: #ABD1E1;font-weight: 600;line-height: 47px;}
.single-upcoming-event .date-box span {color: var(--themecolor);font-size: 30px;}
.single-upcoming-event .content-box {padding-left: 30px;min-width: 298px;}
.single-upcoming-event .content-box h3 {font-size: 20px;color: #212121;text-transform: uppercase;font-weight: 600;}
.single-upcoming-event .content-box p {font-size: 12px;color: #ABABAB;line-height: 24px;}
.single-upcoming-event .button-box {text-align: right;padding-left: 13px;}
.single-upcoming-event .button-box .btn-style-two {padding: 4px 20px;}