/*** 

@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#111;
	line-height:1.8em;
	font-weight:500;
	background:#fff9f2;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#cb5d28;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Roboto', 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: Montserrat,Montserrat;
}

.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: 'Roboto', sans-serif;
	border-radius:22px;
}

.btn-style-one:hover{
	background:#cb5d28;
	color:#ffffff !important;	
}

.btn-style-one.inverse {
	background:#cb5d28;
	color:#ffffff !important;		
}
.btn-style-one.inverse:hover {
	background:#ffffff;
	color:#212121 !important;
}

.btn-style-two{
	position:relative;
	padding:7px 18px;
	line-height:24px;
	text-transform:uppercase;
	background:#9e5920 !important;
	color:#ffffff !important;
	font-size:14px;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
	border-radius:4px;
}

.btn-style-two:hover{
	color:#ffffff !important;	
}

.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: 'Roboto', sans-serif;
	border-radius:22px;
}

.btn-style-three:hover{
	background:#cb5d28;	
}

.btn-style-four{
	position:relative;
	padding:10px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:#fff9f2;
	color:#212121 !important;
	font-size:14px;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
	border-radius:22px;
}

.btn-style-four:hover{
	background:#cb5d28;
	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: 'Roboto', 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: 'Roboto', 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:#cb5d28;	
}

.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);}

/*** 

====================================================================
	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:#cb5d28;
}

/*** 

====================================================================
	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 10px;	
}

.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:2px 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 7px;
	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:#cb5d28;	
}

.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:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:#fff9f2;
	-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:4px;
	z-index:10;	
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	width:auto;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	height: 70px;	
}

.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:#cb5d28;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:40px;
	border:1px solid #cb5d28;
	border-radius:21px;
	font-weight:normal;
}

.main-header .cart-btn-outer{
	position:relative;
	/* right:0px;
	width:140px; */
	height:33px;
	text-align:center;
	top:8px;
	margin-top:-21px;
	padding:8px 14px;
	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-m .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-m .icon .count{
	position:absolute;
	right:3px;
	top:-5px;
	text-align:center;
	width:16px;
	line-height:18px;
	height:16px;
	background:#cb5d28;
	color:#ffffff;
	font-size:10px;
	border-radius:8px;	
}
.main-header .cart-btn-outer-m .amount{
	position:relative;
	display:inline-block;
	top:-1px;
}
.main-header .cart-btn-outer .icon .count{
	position:absolute;
	right:3px;
	top:-5px;
	text-align:center;
	width:16px;
	line-height:18px;
	height:16px;
	background:#cb5d28;
	color:#ffffff;
	font-size:10px;
	border-radius:8px;	
}

.main-header .cart-btn-outer .amount{
	position:relative;
	display:inline-block;
	top:-5px;
}

.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: 0px;}

.main-menu{
	position:relative;
	padding:10px 0px;
	text-align:right;
	-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 7px;
	text-align:left;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:8px 0px;
	color:#696969;
	font-weight:500;
	font-size:13px;
	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:#cb5d28;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border:1px solid #e0e0e0;
	border-top:3px solid #cb5d28;
	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:before{
	font-family: 'FontAwesome';
	content: "\f0d8";
	position:absolute;
	padding-left:25px;
	width:100%;
	top:-12px;
	left:0px;
	line-height:16px;
	font-size:20px;
	display:block;
	color:#d0d0d0;
	z-index:5;	
}*/

.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:80%;
	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:#cb5d28;	
}

.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:#cb5d28;	
}

.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 #cb5d28;
}

.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:#cb5d28;	
}

.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: #3c3731;
	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 {
	background: #fff;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #223555;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.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: #ff4e4e;
	color: #ffffff;
	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: #ffffff;
	color:#cb5d28;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #fff;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
	background: #fff;
    height: 62px;
}


.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-family: 'Roboto', 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;
}

.banner_mobile{
	display: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);
}
.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:#cb5d28 !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:#cb5d28;
	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:30px;	
}

.sec-title .icon-box{
	position:relative;
	margin-bottom:20px;
	font-size:48px;
	line-height:50px;
	color:#cb5d28;	
}

.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:#cb5d28;
	font-weight:400;
	margin-bottom:10px;
}

.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;
	display:none;
}

.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:30px 0px 0px;
	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:#cb5d28;
	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 35px;
	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:570px;
	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:#b2de90;
	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:#cb5d28;
	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;
}

.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 #cb5d28;
}

.fluid-section-one .content-column .rotated-text{
	position:absolute;
	right:-20px;
	bottom:0px;
	font-size:300px;
	color:rgba(0,0,0,0.05);
	-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:#cb5d28;	
}

/*** 

====================================================================
	Classes Gallery Section
====================================================================

***/

.classes-gallery{
	position:relative;
	padding:20px 0px 10px;
	background:#ffffff;
}
.sidebar-page-container .classes-gallery{
	margin: 20px 0;
}
.classes-gallery{
	
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	/* background-color:#deeff8; */
}

.sidebar-page-container .classes-gallery{
	padding:0px;
}

.classes-gallery .sec-title{
	margin-bottom:15px;	
}

.default-class-column{
	position:relative;
	margin-bottom:15px;	
}

.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:5px 10px;
	text-overflow: ellipsis;
    height: 62px;
    overflow: hidden;
}

.default-class-column .box-header h3{
	font-size: 13px;
    margin-bottom: 10px;
    color: #212121;
    line-height: 1.4;
    font-weight: 400;
    min-height: 85px;
}

.default-class-column .box-header h3 a{
	color:#212121;	
}

.default-class-column .box-header h3 a:hover{
	color:#cb5d28;	
}

.default-class-column .box-header .class-cat{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	font-size:12px;
	font-weight:500;
	padding:1px 5px;
	line-height:22px;
	color:#ffffff;
	background:#cb5d28;
	border-radius:15px 0px 0px 15px;
}

.default-class-column .box-header .class-facebook{
	position:absolute;
	display:block;
	right:52px;
	top:0px;
}
.default-class-column .box-header .class-whatsapp{
	position:absolute;
	display:block;
	right:80px;
	top:0px;
}

.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;	
	overflow:hidden;
}

.default-class-column .image-box img{
	display: block;
    width: auto;
    height: 244px;
    margin: 0 auto;
}
.default-class-column .offering_img img{
	max-height:225px;
}

.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:10px 10px 10px 10px;
}
.class-info{margin-bottom: 0;}
.default-class-column .content-box .class-info li{
	line-height:24px;
	margin-bottom:5px;	
	min-width:255px;
}

.default-class-column .content-box .class-info li:last-child{
	margin:0px;	
	display: flex;
    line-height: 16px;
    min-height: 25px;

}

.default-class-column .content-box .class-info li .icon{
	color:#cb5d28;
	font-size:16px;
	padding-right:12px;	
}

.default-class-column .content-box .price-info{
	/*position:absolute;
	right:10px;
	top:10px;
	text-align:right;	*/
	line-height:1;
}

.default-class-column .content-box .price-info .price{
	position:relative;
	font-size:25px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:7px;	
}
.default-class-column .content-box .price-info .price_offering{
	font-size:19px;
}

.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:#cb5d28;	
}

.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:#cb5d28;
	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: 15px;}
.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%;
	
	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: #cb5d28;
	border-color: #cb5d28;
}
.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:0px 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:20px 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: 170px;
	border-radius: 5px;
}

.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:#cb5d28;	
}

.team-member .member-info{
	position:relative;
	padding:30px 20px;
}

.team-member .member-info .designation{
	font-size:12px;
	color:#cb5d28;
	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
====================================================================

***/
.white-section{
	position:relative;
	background:#fff;
	overflow:hidden;
}


.testimonials-section{
	position:relative;
	padding:20px 0px 10px;
	background:#ffeed7;
	overflow:hidden;
}

.testimonials-section .content-layer{
	position:relative;
	padding:50px 0px 0px;	
}

.testimonials-section .content-layer .inner-box{
	position:relative;
	padding:0px 10px 10px;
	border:1px solid #D5BFA0;
	background:#ffffff;
	text-align:center;
	-webkit-box-shadow:0px 4px 16px rgba(0,0,0,0.1);
	-ms-box-shadow:0px 4px 16px rgba(0,0,0,0.1);
	-o-box-shadow:0px 4px 16px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 4px 16px rgba(0,0,0,0.1);
	box-shadow:0px 4px 16px rgba(0,0,0,0.1);	
}

.testimonials-section .content-layer .rating{
	font-size:14px;
	color:#9e5920;
	margin-bottom:15px;	
}

.testimonials-section .content-layer .author-thumb{
	position:relative;
	display:block;
	width:72px;
	height:72px;
	border:4px solid rgba(0,0,0,0.05);
	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:16px;
	line-height:1.9em;
	margin-bottom:15px;
	font-weight:300;	
}
.testimonials-section .item .content-layer .text {
	height: 160px; overflow: auto;
	font-size: 14px;
    line-height: 20px;
}

.testimonials-section .item .content-layer .author-info1{
	background-color: #d4eef8;
}
.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: 14px;
    text-transform: capitalize;
	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:#cb5d28;	
}

.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:#cb5d28;
	text-transform:capitalize;
}

.default-blog-post .read-more .icon{
	font-size:10px;
	padding-right:7px;	
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background:#3c3731;
	color:#fff;
}

.main-footer .newsletter-section{
	position:relative;
	padding:20px 0px 0px;
	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:#fff;
	font-weight:700;
	text-transform:uppercase;	
}

.main-footer .newsletter-section .title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background:#cb5d28;
	background:-webkit-linear-gradient(left, #b9e086, #cb5d28);
	background:-moz-linear-gradient(left, #b9e086, #cb5d28);
	background:-ms-linear-gradient(left, #b9e086, #cb5d28);
	background:-o-linear-gradient(left, #b9e086, #cb5d28);	
}

.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:#fff9f2;	
}

.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:#fff;	
}

.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:10px 0px 0px;
	border-bottom:1px solid rgb(221 221 221);	
}

.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:15px;
	color:#fff;	
}

.main-footer .about-widget .text{
	margin-bottom:20px;	
}

.main-footer .contact-info{
	margin-bottom:30px;	
}

.main-footer .contact-info li{
	position:relative;
	padding-left:0px;
	margin-bottom:10px;
	line-height:24px;
}

.main-footer .contact-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:24px;
	font-size:14px;	
}

 .social-links li a{
	display:inline-block;
	/* width:25px; */
	height:25px;
	margin-right:0px;
	line-height:25px;
	/* background:#2d333a; */
	color:#ababab;
	font-size:12px;
	text-align:center;
	border-radius:50%;	
}
 .social-links li a img{
	height:35px;
}
 /* .social-links li a:hover{
	background:#212121;
	color:#ffffff;	
} */

.main-footer .class-widget .post{
	position:relative;
	padding:10px 0px;
 

}

.main-footer .class-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	background: #fff;
    border-radius: 5px;
}

.main-footer .class-widget .post .post-thumb img{
	display:block;
	width:100%;
	border-radius:3px;	
	height:70px;
}

.main-footer .class-widget .post h4{
	font-size:14px;
	color:#ffffff;
	margin-bottom:0px;	
}

.main-footer .class-widget .post h4 a{
	color:#fff;
	font-weight:600;
}

.main-footer .links-widget .list li{
	border-bottom:1px dashed rgb(255 243 243 / 54%);	
}

.main-footer .links-widget .list li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:0px 0px 10px 25px;
	color:#fff;
	text-transform:capitalize;	
}

.main-footer .links-widget .list li a:before{
	content:'\f105';
	position:absolute;
	left:0px;
	top:-1px;
	line-height:24px;
	font-size:16px;
	font-family: 'FontAwesome';	
}

.main-footer .links-widget .list li a:hover{
	color:#9e5920;	
}

.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:5px 0px;
	line-height:24px;
	text-align:center;
	background-color: #9e5920;
	color: #fff;
}

.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:15px 0px;
	background:#9e5920;
	background:-webkit-linear-gradient(left, #9e5920, #c56032);
	background:-moz-linear-gradient(left, #9e5920, #c56032);
	background:-ms-linear-gradient(left, #9e5920, #c56032);
	background:-o-linear-gradient(left, #9e5920, #c56032);
	height:100px;
}
.contact_breadcrum{height:420px;}
.contact_breadcrum .auto-container{padding:100px 0px;}
.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:right center;
	background-repeat:no-repeat;	
	background-size: contain;
}

.page-info h2{
	font-size:22px;
	font-weight:700;
	margin-bottom:0px;
	color:#fff;
}

.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:#fff;
	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:#fff;	
}

.page-info .bread-crumb li a:hover,
.page-info .bread-crumb li.active{
	color:#fff;	
}

/*** 

====================================================================
	Who We Are Section
====================================================================

***/

.who-we-are{
	position:relative;
	padding:30px 0px;
	/* background:#ffffff; */
}

.who-we-are .one-column-offset{
	max-width:1200px;	
}

.who-we-are .image-column{
	position:relative;	
}

.who-we-are .image-column .single-item-carousel{
	-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);	
}

.who-we-are .image-column img{
	display:block;
	max-width:100%;
	width:100%;
	height:auto;	
}

.who-we-are .content-column{
	position:relative;
	/* padding-top:80px;
	padding-left:30px; */
}

.who-we-are .content-column .sec-title{
	margin-bottom:100px;	
}

.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 .link a{
	position:relative;
	display:inline-block;
	font-size:18px;
	color:#333333;
	z-index:1;
}

.who-we-are .content-column .link a:hover{
	color:#cb5d28;	
}

.who-we-are .content-column .link a:before{
	content:'';
	position:absolute;
	left:-80px;
	top:50%;
	width:60px;
	border-bottom:1px solid #cb5d28;
}

.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:10px 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:30px;
	color:#cb5d28;	
}

.yoga-experience .content-outer{
	position:relative;
	padding:0px 0px 0px;
	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%;	
	height:400px;
}

.yoga-experience .left-column{
	text-align:right;
	float:left;	
}

.yoga-experience .right-column{
	text-align:left;
	float:right;
	padding-top:80px;
}

.yoga-experience .featured-icon-block{
	margin-bottom:60px;	
}

.yoga-experience .featured-icon-block .inner-box{
	position:relative;
	min-height:70px;	
}

.yoga-experience .left-column .featured-icon-block .inner-box{
	padding-right:63px;	
}

.yoga-experience .right-column .featured-icon-block .inner-box{
	padding-left:63px;	
}

.yoga-experience .featured-icon-block .icon-box{
	position:absolute;
	top:10px;
	width:66px;
	height:66px;
	line-height:66px;
	background:#ffffff;
	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:#ffffff;	
}

.yoga-experience .left-column .featured-icon-block:nth-child(2) .icon-box{
	background:#ffffff;
	
}

.yoga-experience .right-column .featured-icon-block:nth-child(1) .icon-box{
	background:#ffffff;	
}

.yoga-experience .right-column .featured-icon-block:nth-child(2) .icon-box{
	background:#ffffff;
		
		
}


.yoga-experience .left-column .featured-icon-block .inner-box_1 {
    right:-197px;
	top: -19px;
}

.yoga-experience .left-column .featured-icon-block .inner-box_2 {
        right: -6px;
    top: -49px;
}

.yoga-experience .left-column .featured-icon-block .inner-box_3 {
        right: 40px;
    top: -48px;
}

.yoga-experience .left-column .featured-icon-block .inner-box_4 {
       right: 6px;
    top: -52px;
}

.yoga-experience .right-column .featured-icon-block .inner-box_5 {
    left:-3px;
}

.yoga-experience .right-column .featured-icon-block .inner-box_6 {
    left:40px;
}

.yoga-experience .right-column .featured-icon-block .inner-box_7 {
    left:6px;
}

.yoga-experience .right-column .featured-icon-block .icon-box{
	left:-5px;	
}

.yoga-experience .left-column .featured-icon-block .icon-box{
	right:-5px;	
}
.yoga-experience .featured-icon-block h3{
	color:#333333;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:600;
	padding:25px 11px 0;
}


/*** 

====================================================================
	Filters Box Style
====================================================================

***/

.default-filters-box{
	position:relative;
	padding:10px 0px;
	/* background: #fff; */
   /* box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);*/
}



.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:100%;
}

.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:#cb5d28;	
}

.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 #cb5d28;
	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:20px 0px 0px;
	/* background-color:#ffffff; */
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-widget{
	position:relative;
	margin-bottom:20px;	
	padding: 0 10px;
}

.sidebar .sidebar-title{
	position:relative;
	margin-bottom:20px;	
	padding: 0 10px;
}

.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:18px;
	color:#212121;
	text-transform:capitalize;
	font-weight:600;	
}

.sidebar-widget .sub-title{
	font-size:14px;
	color:#212121;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:600;	
	padding: 0 10px;
}

.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:#cb5d28;	
}

.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:#cb5d28;
	background:none;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color:#cb5d28;	
}

.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:#cb5d28;	
}

.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:#cb5d28;	
}


.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:#cb5d28;	
}

.sidebar .item-listing li.current a .count{
	background:#cb5d28;
	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:#cb5d28;
	border-color:#cb5d28;	
}

.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:#cb5d28;
	border-color:#cb5d28;	
}

.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:#cb5d28;
	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 #cb5d28;
	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:0px 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;
	left: 23px;
    position: relative;
}

.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:#cb5d28;
	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:#cb5d28;
	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:#cb5d28;
}

.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:#cb5d28;	
}

.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:#cb5d28;
	border-color:#cb5d28;
	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:#cb5d28;	
}

.featured-products-widget .product .price{
	color:#cb5d28;
	font-size:14px;	
}


.rangeslider-widget .outer-box{
	position:relative;
	padding:25px 10px 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:13px;
	padding:9px 10px;
	border:1px solid #e0e0e0;
	border-radius:3px;
	background:#f8f8f8;
	width:105px;
	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:#cb5d28 !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:#cb5d28;
}


/*** 

====================================================================
	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:#cb5d28;	
}

/*** 

====================================================================
	Class Single
====================================================================

***/

.single-class{
	position:relative;
}

.single-class .post-container{
	padding-bottom:20px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:0px;	
}

.single-class .post-container .title-info{
	position:relative;
	margin-bottom:25px;	
}

.single-class .post-container .title-info h2{
	font-size:25px;
	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:#cb5d28;
	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:#555;
	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:#cb5d28;	
}

/*** 

====================================================================
	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:#b9e086;	
}

.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:#cb5d28;	
}

.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:#cb5d28;	
}

.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:#cb5d28;	
}

.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;
	width:100%;
	border-radius:5px;
}

.default-event-post .image-box img{
	display:block;
	width:100%;	
}

.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:#cb5d28;
}

.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:#cb5d28;
	border-color:#cb5d28;
}

.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:#a5d9c3;
	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:#cb5d28;	
}

.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:#cb5d28;	
}

.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:#cb5d28;
	border-bottom:1px solid #cb5d28;
}

.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:#cb5d28;
}

.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: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:-140px;
	z-index:1;	
}

.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:#cb5d28;	
}

/*** 

====================================================================
	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:#b9e086;
	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:#cb5d28;	
}

.trainer-classes-info blockquote{
	position:relative;
	display:block;
	padding:10px 20px 10px 60px;
	font-size:34px;
	color:#b9e086;
	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;
}

/*** 

====================================================================
	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;	
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.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;
	height: 200px;
}

.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:#cb5d28;
}

.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;	
	padding: 10px;
}

.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:16px;
	min-height: 48px;
}

.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:#cb5d28;	
}

.styled-blog-post .content-box .text-content{
	margin-bottom:15px;
	min-height: 110px;
    overflow: auto;
}

.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:#cb5d28;
	border-color:#cb5d28;
}

.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:#cb5d28;	
}

.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:#cb5d28;	
}

.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:#cb5d28;	
}

/*** 

====================================================================
	Contact Information Section
====================================================================

***/

.contact-information{
	position:relative;
	padding:10px 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:100px;
	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; */
	 padding:35px 0px 20px; 
	
}

.contact-section .auto-container{
	max-width:1000px;	
}

.default-form .form-group{
	position:relative;
	margin-bottom:15px;	
}

.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:36px;
	font-size:13px;
	border:1px solid #d5d4d4;
	padding:9px 15px;	
	background:#fff9f2;
	color:#212121;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
	border-radius: 4px;
}

.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;
	background-color:#fff;
}

.default-form textarea{
	height:110px;
	resize:none;	
}

.default-form select option{
	text-indent:15px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#cb5d28;	
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#cb5d28 !important;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#cb5d28;
	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:#cb5d28;
	border-color:#cb5d28;	
}

.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:#cb5d28;
	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:10px 10px 10px;
	border: 1px solid #D5BFA0;
    background: #FFF9F2;
}

.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%;
	height: 250px;
}

.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:#cb5d28;
	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;
    right: 0px;
    top: 0;
}

.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:#cb5d28;
	border-top-left-radius:12px;	
	border-bottom-left-radius:12px;
}

.product-item .inner-box .image-box .sale-tag.hot .txt{
	background:#cb5d28;
}

.product-item .inner-box .lower-content{
	position:relative;
	padding:5px 5px 5px;	
	    min-height: 145px;
}

.product-item .inner-box h3{
	font-size:14px;
	margin-bottom:10px;
	color:#212121;
	line-height:1.4;
	font-weight:500;
		
	min-height: 50px;
}

.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:#cb5d28;
	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:#cb5d28;
	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:#cb5d28;
}

.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:#cb5d28;
	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;	
	display: none;
}

/*** 

====================================================================
	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:#cb5d28;
	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: 'Roboto', 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:18px;
	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:#cb5d28;
	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:#cb5d28;	
}

.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:#cb5d28;	
}

.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:#cb5d28;
}

.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:#cb5d28;
	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:#cb5d28;	
}

.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:#cb5d28;
	background:#cb5d28;
}


/*** 

====================================================================
	Shopping Cart Style
====================================================================

***/

.shopping-cart-page{
	position:relative;
	padding:20px 0px 30px;
}

.cart-section{
	position:relative;
}

.cart-section .cart-column{
	margin-bottom:40px;	
}

.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 #D5BFA0 !important;
	border-bottom:1px solid #D5BFA0 !important;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 10px;
	font-weight:600;
	color:#333;
	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 #D5BFA0;
	 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 #D5BFA0;	
}

.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:20px;	
}

.cart-column .other-options .coupon-column .form-group input{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:9px 20px;
	width:185px;
	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:#cb5d28;	
}

.shipping-calculator .form-group{
	margin-bottom:15px;	
}

.shopping-cart-page .totals-box{
	position:relative;
	float:right;
	width:100%;
	max-width:380px;
	padding:30px;
	background:#ffeed7;
	border: 1px solid #D5BFA0;
	border-radius:3px;	
}

.shopping-cart-page .totals-box .amounts-list{
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #D5BFA0;
	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:#333;
	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:#cb5d28;	
}

.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:#cb5d28;	
}


/*** 

====================================================================
	Checkout Style
====================================================================

***/

.checkout-page{
	position:relative;
	padding:30px 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:#cb5d28;	
}

.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: #ffeed7;
    border: 1px solid #D5BFA0;
	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 #D5BFA0;
	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 #D5BFA0;
	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 #D5BFA0;
	font-weight:500;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#333;
}

.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: 15px;}
.upcoming-event .upcoming-img {margin-top: -50px;}
.upcoming-event .sec-title {margin-top: 10px;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: #cb5d28;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;}
.text-content ul{padding-left:20px;}
.text-content ul li{list-style:disc;}
.class-info h3{font-size: 13px;
    margin-bottom: 10px;
    color: #212121;
    line-height: 1.4;
    font-weight: 400;
    text-overflow: ellipsis;
    height: 38px;
    overflow: hidden;}
.actual-price:before {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 2px;
    background-color: #ff3030;
    top: calc(50% - 4px);
    left: -5px;
    transform: rotate(-6deg);
}
.actual-price {
    color: #333;
    position: relative;
    display: inline-block;
	font-weight: 500;
    text-align: right;
    font-size: 16px;
	top: 25px;
    right: 95px;
}
.btn-buy-now{padding: 0px 10px;}
#homepage-contact-form h4{text-align:center; padding:0 0 10px; margin:0; color:#cb5d28; font-size:16px;}
#homepage-contact-form h5{text-align:justify; padding:0 0 25px; margin:0; font-size:12px;}
.main-menu_home{text-align:center; }
.navbar-nav {max-width: 515px;
    margin: 5px auto 0;
    text-align: center;
    float: none;}
.main-menu_home .nav>li>a{padding: 10px 4px; color:#222}
.right_menu{float: right;
    position: absolute;
    right: 0;
    top: 34px;}
.right_menu li{display: inline-block; padding: 0 5px; margin: 0;}
.home_page_form{
	background: transparent;
    position: absolute;
    z-index: 9999;
    top: 50px;
    right: 20px;
}
ol li{list-style: auto;}
ol{padding-left: 20px;}

.style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar-thumb
{
	background-color: #999999;
	border: 2px solid #888888;
}
/* .scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
} */
.panel-login {
	padding: 3em;
	background-color: #fafafa;
	-webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
   /* border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	*/
	margin: 3em auto;
    border-radius: 20px;
	max-width: 600px;
}
.logo{    font-size: 9px;
    padding: 5px;}
	.footer_logo{
		max-height: 30px;
	}
.logo p{font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
    color:#ff3a18;
	line-height: .6;
}
	/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* .panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
} */
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px 0px;
	background-color: transparent;
	border-bottom: 1px solid #e8e8e8;
}
#accordion .panel-heading {
    /* border-radius: 30px; */
    padding: 0 10px;
	background-color: transparent;
}
#accordion .panel-title a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 12px 4px 0px;
}
#accordion .panel-title a.collapsed {
    /* background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd; */
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    /* background: #ffb900 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff; */
    content: "";
    font-family: fontawesome;
	font-size: 22px;
    height: 55px;
    right: 0px;
    line-height: 55px;
    position: absolute;
    text-align: right;
    top: -11px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
/* #accordion .panel-title a::after{
	right: -30px;
} */
#accordion .panel-title a.collapsed::after {
    /* background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd; */
    box-shadow: none;
    color: #333;
    content: "";
	/* right: -30px; */
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 10px 0px 10px 0px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
#accordion .panel-body ul li span{
	padding: 0 0 0 5px;
	font-size: 12px;
    font-weight: 500;
}
#accordion .panel-body ul li label input{
	position: relative;
    top: 3px;
	
}
.panel-title label span{
	font-weight: 500;
	padding-left: 5px;
	font-size: 13px;
}
.panel-body ul{
	padding-left: 35px;
}

.price-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 30px;
  }
  .range-slider {
	width: auto;
	position: relative;
	/* margin: 15px 0 30px 0; */
	padding: 5px;
  }

  .range-slider input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	background: transparent; 
	position: absolute;
	left: 0;
  }
  
  .range-slider input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #36b37e;
	cursor: pointer;
	margin-top: -5px;
	position: relative;
	z-index: 1;
  }
  
  .range-slider input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	background: #e8e8e8;
	border-radius: 3px;
	border: none;
  }
  .rcard {
	padding: 0 10px;
  }
  .rcard h4{
	font-size: 13px;
    font-weight: 500;
	text-transform: uppercase;
	color: #000;
  }
  .price-content label {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
  }
  /* Product detail */
  .col-12-12 {
    width: 100%;
}
._1AtVbE {
    display: block;
}
._3dtsli {
    margin-top: 24px;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #f0f0f0;
}
._3dtsli ._5pFuey {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 30px 24px 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.14;
    color: #212121;
}
._3dtsli ._3k-BhJ {
    border-top: 1px solid #f0f0f0;
    padding: 24px 24px 34px;
    font-size: 14px;
}
._3dtsli ._3k-BhJ .flxcaE {
    padding-bottom: 16px;
    font-size: 18px;
    white-space: nowrap;
    line-height: 1.4;
    text-wrap: none;
}
._3dtsli ._3k-BhJ ._14cfVK {
    width: 100%;
    border-collapse: collapse;
}
._3dtsli ._3k-BhJ ._1s_Smc:last-child {
    padding: 0;
}
.col, .row {
    width: 100%;
}
._3dtsli ._3k-BhJ ._1s_Smc ._1hKmbr {
    color: #878787;
    padding-right: 8px;
}
.col-3-12 {
    width: 25%;
}
.col {
    display: inline-block;
    vertical-align: top;
}
._3dtsli ._3k-BhJ ._1s_Smc .URwL2w {
    line-height: 1.4;
    word-break: break-word;
    color: #212121;
	font-weight: 400;
}
.col-9-12 {
    width: 75%;
}
._3dtsli ._3k-BhJ ._1s_Smc .URwL2w {
    line-height: 1.4;
    word-break: break-word;
    color: #212121;
}
._3dtsli ._3k-BhJ ._1s_Smc ._21lJbe:last-child {
    padding-bottom: 0;
}
._3dtsli ._3k-BhJ {
    border-top: 1px solid #f0f0f0;
    padding: 24px 24px 34px;
    font-size: 14px;
}
._3dtsli ._3k-BhJ ._14cfVK {
    width: 100%;
    border-collapse: collapse;
}
._3dtsli ._3k-BhJ ._1s_Smc ._21lJbe:last-child {
    padding-bottom: 0;
}

#gallery_pdp a img{
	width: auto;
    height: 60px;
    margin: 0 5px;
}
#zoom_10{
	width: 280px !important;
	height: auto;
}
/* .pdp-image-gallery-block{
	border: 1px solid #ccc;
    display: block;
    padding: 1px;
    overflow: auto;
    box-shadow: 0px 1px 12px #efefef;

} */

  /* #sticky.stick {
	position: fixed;
	top: 100px;
  } */
  .prod-info-section .content-column .desc-text p, .prod-info-section .content-column .desc-text span, .desc-text p span{
	/*font-size: 14px !important;*/
	font-family: 'Roboto', sans-serif !important;
  }
  #viewMore{
	top:10%;
  }
  #viewMore .modal-content{
	padding: 20px 0;
  }
  .off-price{color: #01ad26;
    position: relative;
    display: inline-block;
    font-weight: 500;
    float: right;
    font-size: 16px;
    top: 25px;
    right: 75px;
	}
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large .col-sm-3 {
  width:23%;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
 
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
 
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
.main-menu_home{border:none; background:transparent; border:none;}

.shop_off-price {
    color: #01ad26;
    position: relative;
    display: inline-block;
    font-weight: 500;
    /* float: right; */
    font-size: 16px;
    /* top: 25px; */
    /* right: 75px; */
	padding:0 10px;
}
.shop_actual-price {
    color: #333;
    position: relative;
    /* display: inline-block; */
    font-weight: 500;
    /* text-align: right; */
    font-size: 16px;
    /* top: 25px; */
    /* right: 95px; */
}
.shop_price {
    font-size: 18px;
    color: #cb5d28;
    font-weight: 600;
    text-transform: uppercase;
}
.shop_actual-price:before {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 2px;
    background-color: #ff3030;
    top: calc(50% - 4px);
    left: -5px;
    transform: rotate(-6deg);
}



#faq #accordion .panel-heading {
    border-radius: 6px;
    padding: 0 10px;
    background-color: #ffeed7;
}
#faq #accordion .panel-title a{
	font-size:16px;
}
#faq #accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 10px 0px 10px 30px;
    position: relative;
}
#faq #accordion .panel{
	border-bottom:none;
}


#more_less .container {
  position: relative;
  height: auto;
  border-top: 0;
}


#more_less li {
  height:30px;
  line-height: 30px;
  border-top: 1px solid #e9ecef;
}

#more_less ul a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: black;
  padding-left: 10px;
  position: relative;
  transition: background .3s;
}

#more_less ul a:after {
  content: '⇢';
  position: absolute;
  right: 10px;
}

#more_less ul a:hover {
  background: #cdcbc4;
}
/* CHECKBOX CONTAINER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */



#more_less [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

#more_less label {
  background: #e4e3df;
  display: block;
  width: 20%;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  transition: top .45s cubic-bezier(.44, .99, .48, 1);
}
/*
 * use the rule below for testing purposes
 * label:hover {
 *    background: yellow;
 *  }
 */

#more_less label:before,
#more_less label:after {
  position: absolute;
}

#more_less label:before {
  content: 'More';
  left: 10px;
}

#more_less label:after {
  content: '⇣●';
  right: 10px;
  -webkit-animation: sudo .85s linear infinite alternate;
  animation: sudo .85s linear infinite alternate;
}

@keyframes sudo {
  from {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  to {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

#more_less input[type="checkbox"] ~ ul {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height .45s cubic-bezier(.44, .99, .48, 1);
}
/* CHECKED STATE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#more_less [type="checkbox"]:checked ~ ul {
  /**
   * the value of the `max-height` property specifies the transition speed
   * set a very big value (e.g. 9999px) to see the difference
   */
  
  max-height: 300px;
}

#more_less [type="checkbox"]:checked + label {
  top: 100%;
}

#more_less [type="checkbox"]:checked + label:before { content: 'Less';}
#more_less [type="checkbox"]:checked + label:after { content: '⇡●';}
#more_less ul li:last-child {  margin-bottom: 50px;}
.rmore_less{font-size:11px; line-height:16px;}
.career_info h4{color:#0279b5;}
.career_info ul li{color:#0279b5;}
.dropdown-menu-small{left:auto !important;}
.discount_text{color:#E84C3C;}

.logo p {
 
  display:flex;
}
/*.logo p:before, .logo p:after {
  color:white;
  content:'';
  flex:1;
  border-bottom:groove 2px;
  margin: auto 0.25rem;
  box-shadow: 0 -2px ;
}
*/
.customer-logos-1 {
    height: 80px;
    width: auto !important;
    margin: 0 auto;
}
.owl-carousel .owl-stage {
    margin: 0 auto;
}
.cart-btn-outer-m{display:none;}
#filterBtn{display:none;}
#filterDiv{display:block; border: 1px solid #D5BFA0;
    background: #ffeed7;}
.refund-policy h2{font-size:16px; color:#0049B7;} .refund-policy h3{font-size:15px; color:#000;}.refund-policy ul li{list-style: disc; } .refund-policy ul{padding-left:22px;}
.example-one-header{display:none;}
/*.new_product_cat{display:none;}*/
.alternate_section{background:#ffeed7;}
.new_product_cat .row-cols-4>* { flex: 0 0 auto; width: 20%;}
.new_product_cat .col {padding: 0 5px; margin-bottom: 10px;}
.row_web { display: flex;    flex-wrap: wrap;    margin-top: calc(-1* var(--bs-gutter-y));    margin-right: calc(-.5* var(--bs-gutter-x));    margin-left: calc(-.5* var(--bs-gutter-x));}
.card-img-top { width: auto; height: 150px;}
.new_product_cat h4 {    font-size: 34px;
    color: #cb5d28;
    font-weight: normal;
    margin-bottom: 10px;   padding: 10px 0 10px 15px;}
.new_product_cat .card-title {margin-bottom: var(--bs-card-title-spacer-y); color: #333;	min-height:34px;
}
.mobile_cart{display:none;}
.nav>li>a:focus, .nav>li>a:hover{background-color: #ffeed7;}
/*
.shopping-cart{
  width: 750px;
  height: auto;
  margin: 5em auto;
  background: #FFF;
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
  border-radius: 0.5em;
  
  display: flex;
  flex-direction: column;
}
.item{
  padding: 1.25em 1.75em;
  height: 7.5em;
  display: flex;
}
.item:nth-child(3) {
  border-top: 1px solid #E1E8EE;
  border-bottom: 1px solid #E1E8EE;
}

.buttons{
  position: relative;
  padding-top: 1.75em;
  margin-right: 3.5em;
}
.delete-btn,
.like-btn{
  display: inline-block;
  cursor: pointer;
}
.delete-btn{
  width: 18px;
  height: 17px;
  background: url("https://designmodo.com/demo/shopping-cart/delete-icn.svg") no-repeat center;
}
.like-btn{
  position: absolute;
  top: 9px;
  left: 15px;
  background: url("https://designmodo.com/demo/shopping-cart/twitter-heart.png");
  width: 60px;
  height: 60px;
  background-size: 2900%;
  background-repeat: no-repeat;
}

.is-active{
  animation-name: animate;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}
@keyframes animate{
  0% {background-position: left;}
  50% {background-position: right;}
  100% {background-position: right;}
}

.image{
  margin-right: 50px;
}
.description{
  padding-top: 10px;
  margin-right: 60px;
  width: 115px;
}
.description span{
  display: block;
  font-size: 1em;
  color: #43484D;
  font-weight: 400;
}
.description span:first-child{
  margin-bottom: 5px;
}
.description span:last-child{
  font-weight: 300;
  margin-top: 8px;
  color: #86939E;
}

.quantity{
  padding-top: 20px;
  margin-right: 60px;
}
.quantity input{
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 1em;
  color: #43484D;
  font-weight: 300;
}

button[class*=btn] {
  width: 30px;
  height: 30px;
  background-color: #E1E8EE;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.minus-btn img{
  margin-bottom: 3px;
}
.plus-btn img{
  margin-top: 2px;
}
*/
.btn-info {
    color: #fff;
    background-color: #9e5920 ;
    border-color: #9e5920 ;
}
