.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;
}

.theme-btn{
	cursor:pointer;
	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;
}

.centered{
	text-align:center;	
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#c19d60;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#ffffff;
	display:none;
	border-radius:50px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	-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:#c19d60;
}

.scroll-to-top.style-two{
	color:#fd9d3e;
}

.scroll-to-top.style-two:hover{
	color:#ffffff;
	background-color:#fd9d3e;
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#000000;
	font-size:16px;
	padding-left:30px;
	font-weight:700;
	line-height:1.6em;
	margin-bottom:10px;
}

.list-style-one li:before{
	position:absolute;
	content: "\f123";
	left:0px;
	top:2px;
	color:#c19d60;
	font-size:14px;
	font-family: "Flaticon";
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#111111;
	font-size:16px;
	padding-left:30px;
	font-weight:600;
	line-height:1.6em;
	margin-bottom:10px;
}

.list-style-two li:before{
	position:absolute;
	content: "\f187";
	left:0px;
	top:2px;
	color:#fd9d3e;
	font-size:14px;
	font-family: "Flaticon";
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-style-two li:last-child{
	margin-bottom:0px;
}

/* List Style Three */

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:30px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:10px;
	text-align:left;
}

.list-style-three li:before{
	position:absolute;
	content: "\f187";
	left:0px;
	top:2px;
	color:#fd9d3e;
	font-size:14px;
	font-family: "Flaticon";
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-style-three li:last-child{
	margin-bottom:0px;
}

/* List Style Four */

.list-style-four{
	position:relative;
}

.list-style-four li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:30px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:20px;
}

.list-style-four li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#94592d;
	font-size:18px;
	line-height:1em;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #c19d60;
	padding: 14px 36px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 0px;
	overflow:hidden;
	background:none;
	border:2px solid #c19d60;
	text-transform: capitalize;
}

.btn-style-one:before{
	position: absolute;
	content: '';
    left: 98%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #c19d60;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(0deg);
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
	border-color:#c19d60;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 40px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 0px;
	overflow:hidden;
	padding: 16px 36px;
	background-color: #c19d60;
	text-transform: capitalize;
}

.btn-style-two:before{
	position: absolute;
	content: '';
    left: 98%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #c19d60;
}

.btn-style-two.style-two{
	background-color:#fd9d3e;
}

.btn-style-two.style-two:hover{
	color:#ffffff;
}

.btn-style-two.style-two:before{
	background-color:#111111;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 0px;
	overflow:hidden;
	padding: 10px 38px;
	background-color: #f90;
	text-transform: capitalize;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
}

.btn-style-three:before{
	position: absolute;
	content: '';
    left: 98%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #111111;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 35px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 0px;
	overflow:hidden;
	letter-spacing:1px;
	text-transform: capitalize;
	background-color:#fd9d3e;
	
}

.btn-style-four:before{
	position: absolute;
	content: '';
    top: -2px;
    left: -2px;
    right:-2px;
	bottom:-2px;
    z-index: 1;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
}

.btn-style-four:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-four:hover{
	color: #fd9d3e;
}

/* Btn Style Five */


/*** 

====================================================================
	Menu Pricing Section
====================================================================

***/

.menu-pricing-section{
	position:relative;
	padding:75px 0px 55px;
	background: url(../../static/images/xczs-bg.jpg) center top no-repeat;
}

.menu-tabs{
	position:relative;	
}

.menu-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:20px;
}

.menu-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	margin:0px;
	font-size:14px;
	background:none;
	color:#111111;
	cursor:pointer;
	margin-bottom:12px;
	display:inline-block;
	padding:8px 20px 8px;
	transition:all 500ms ease;
	border:1px solid #f90;
	text-transform:capitalize;
}

.menu-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	top:-41px;
	right:0px;
	height:39px;
	opacity:0;
	background:url(../images/menu-bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	display: none;
}

.menu-tabs .tab-btns .tab-btn:hover::before,
.menu-tabs .tab-btns .tab-btn.active-btn::before{
	opacity:1;
}

.menu-tabs .tab-btns .tab-btn:hover,
.menu-tabs .tab-btns .tab-btn.active-btn{
	color:#fff;
	background:#f90;
	border-color:#f90;
}

.menu-tabs .tabs-content{
	position:relative;	
}

.menu-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.menu-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.menu-block-three{
	position:relative;
	margin-bottom:30px;
}

.menu-block-three .inner-box{
	position:relative;
}

.menu-block-three .inner-box .upper-box{
	position:relative;
}

.menu-block-three .inner-box .upper-box:before{
	position:absolute;
	content:'';
	left:5px;
	top:12px;
	right:5px;
	height:1px;
	border-bottom:1px dashed #999898;
}

.menu-block-three .inner-box .upper-box h6{
	font-weight:500;
	padding-right:12px;
	background-color:#ffffff;
}

.menu-block-three .inner-box .upper-box h6 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.menu-block-three .inner-box .upper-box h6 a:hover{
	color:#c19d60;
}

.menu-block-three .inner-box .upper-box .price{
	position:relative;
	color:#c19d60;
	font-size:16px;
	font-weight:700;
	padding-left:5px;
	background-color:#ffffff;
}

.menu-block-three .inner-box .text{
	margin-top:5px;
}

.menu-pricing-section .btn-box{
	margin-top:20px;
}