/* Cyyo Fast Food HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Banner Section
6. Choose Section
7. Features Section
8. Menu Section / Two
9. Classic Section
10. CTA Section
11. Testimonial Section
12. Team Section
13. News Section
14. Newslettter Section
15. Main Footer Section
16. Page Title Section
17. Story Section
18. Faq Section
19. Gallery Section
20. Menu Detail Section
21. Our Blog
22. Blog Classic
23. Blog Detail Section
24. Not Found
25. Contact Form Section
26. Map Section
27. Info Section

**********************************************/

/* 
	font-family: 'Berkshire Swash', cursive;
	font-family: 'Overpass', sans-serif;
	font-family: 'Vast Shadow', cursive;
*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Overpass', sans-serif;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#df1b1e;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	font-family: 'Vast Shadow', cursive;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

/* Typography */

h1{
	position:relative;
	font-size:122px;
	line-height:0.95em;
}

h2{
	position:relative;
	font-size:45px;
	line-height:1.2em;
}

h3{
	font-size:36px;
}

h4{
	position:relative;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
}

h5{
	position:relative;
	font-size:20px;
	font-weight:700;
}

h6{
	font-size:18px;
}

.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;	
}

img{
	display:inline-block;
	max-width:100%;
}

.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;	
}

.text{
	position:relative;
	line-height:1.6em;
	font-weight:400;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#df1b1e;
	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:#df1b1e;
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:30px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:20px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#df1b1e;
	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;
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#555555;
	font-size:13px;
	padding-left:30px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:10px;
}

.list-style-two li:before{
	position:absolute;
	content:'\f004';
	left:0px;
	top:5px;
	color:#df1b1e;
	font-size:15px;
	line-height:1em;
	font-weight:600;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'FontAwesome';
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 14px 35px 11px;
	text-transform: capitalize;
	background-color:#5caf49;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-style-one:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -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);
	background-color:#df1b1e;
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	padding: 17px 40px 13px;
	font-weight: 400;
	overflow: hidden;
	background:#df1b1e;
	border-radius:0px;
	text-transform: capitalize;
	font-family: 'Overpass', sans-serif;
}

.btn-style-two:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #5caf49;
    -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-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #ffffff;
	border-color:#e32845;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 14px 42px 13px;
	font-weight: 400;
	overflow: hidden;
	background:#df1b1e;
	border-radius:50px;
	text-transform: capitalize;
	font-family: 'Berkshire Swash', cursive;
}

.btn-style-three:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #161616;
    -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-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
	border-color:#e32845;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 15px 45px 14px;
	font-weight: 400;
	overflow: hidden;
	background:#5caf49;
	border-radius:50px;
	text-transform: capitalize;
	font-family: 'Berkshire Swash', cursive;
}

.btn-style-four:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #e30d16;
    -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 i{
	font-style:normal;
	margin-left:50px;
}

.btn-style-four:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-four:hover{
	color: #ffffff;
	border-color:#e32845;
}

/* Social Icon One */

.social-icon-one{
	position: relative;
	display: block;
}

.social-icon-one .title{
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 15px;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 22px;
}

.social-icon-one li:last-child{
	margin-right: 0;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: #df1b1e;
}

.theme_color{
	color:#df1b1e;
}

.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.svg); background-size:140px; }

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:55px;
}

.sec-title .title{
	position: relative;
    color:#e30d16;
    font-weight: 400;
    line-height: 1.4em;
	font-size:24px;
	margin-bottom:15px;
	font-family: 'Berkshire Swash', cursive;
}

.sec-title h2{
    color:#161616;
}

.sec-title .text{
	position: relative;
    color:#161616;
    font-weight: 400;
    line-height: 1.6em;
	margin-top:20px;
	font-size:20px;
	font-family: 'Overpass', sans-serif;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2{
	color:#ffffff;
}

.sec-title.centered{
	text-align: center !important;
}

.sec-title .title.style-two{
	color:#5caf49;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	z-index:99;
	width:100%;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background: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;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .header-upper{
	position:relative;
	background-color:#ffffff;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:22px;
}



.main-header .info-box{
	position:relative;
	float:left;
	z-index:1;
	min-height:56px;
	margin-left:50px;
	font-size:15px;
	color:#777777;
	text-align:left;
	padding:0px 0px 10px 65px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:3px;
	font-size:42px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	color:#df1b1e;
	line-height:1em;
}

.main-header .info-box ul li{
	position:relative;
	line-height:20px;
	color:#132144;
	font-size:16px;
	margin-bottom:8px;
	font-weight:400;
	text-transform:capitalize;
}

.main-header .info-box strong{
	position:relative;
	font-weight:600;
	color:#132144;
	font-size:18px;
	text-transform:capitalize;
}

.main-header .info-box:last-child{
	padding-left:0px;
	margin-left:20px;
}

.main-header .header-upper .inner-container{
	position:relative;
}

.main-header .header-upper .outer-container{
	position:relative;
	padding: 0px 40px;
	max-width:1600px;
	margin:0 auto;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-header .header-upper .logo-box{
	position: relative;
	padding:3px 0px;
	z-index:2;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .header-upper .phone-box{
	position:relative;
	color:#ffffff;
	float:left;
	z-index:2;
	font-size:16px;
	line-height:1.9em;
	padding:18px 0px;
	font-family: 'Berkshire Swash', cursive;
}

.main-header .header-upper .phone-box .phone{
	position:relative;
	color:#5caf49;
	font-size:24px;
	display:inline-block;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-upper .phone-box .phone:hover{
	color:#df1b1e;
}

.main-header .outer-box{
	position: relative;
	float:right;
	z-index:1;
	margin-left:50px;
	padding: 23px 0px;
	padding-left:40px;
}

.main-header .outer-box:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	width:10000%;
	bottom:0px;
	background-color:#000000;
	transform:skewX(-25deg);
}

.main-header .cart-box{
	position:relative;
	float:left;
	color:#df1b1e;
	font-size:16px;
	background:none;
	margin-top:18px;
	display:inline-block;
	margin-left: 24px;
}

.main-header .cart-box .cart-box-btn{
	background:none;
	color:#df1b1e;
	cursor: pointer;
	font-size: 32px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .cart-box .cart-box-btn:after{
	display:none;
}

.main-header .cart-box .cart-box-btn .total-cart{
	position:absolute;
	left: -8px;
	top: -8px;
	width:18px;
	height:18px;
	color:#ffffff;
	font-weight:700;
	font-size:10px;
	border-radius:50%;
	text-align:center;
	line-height:18px;
	background-color:#df1b1e;
}

.main-header .cart-box .cart-box-btn:hover{
	
}

.main-header .cart-product{
	position:relative;
	margin-bottom:18px;
	min-height:90px;
	border-bottom:1px solid #e4e4e4;
}

.main-header .cart-product .inner{
	position:relative;
	padding-left:90px;
	min-height:70px;
}

.main-header .cart-product .inner .cross-icon{
	position:absolute;
	right:0px;
	top:-2px;
	z-index:1;
	color:#263120;
	font-size:16px;
	cursor:pointer;
	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-header .cart-product .inner .cross-icon:hover{
	color:#df1b1e;
}

.main-header .cart-product .inner .image{
	position:absolute;
	width:70px;
	height:70px;
	left:0px;
	top:0px;
}

.main-header .cart-product .inner h3{
	position:relative;
	font-weight:600;
	font-size:15px;
	margin:0px;
	letter-spacing: 1px;
	text-transform:capitalize;
	font-family: 'Overpass', sans-serif;
}

.main-header .cart-product .inner h3 a{
	color:#222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .cart-product .inner h3 a:hover{
	color:#df1b1e;
}

.main-header .cart-product .inner .quantity-text{
	position:relative;
	font-weight:300;
	color:#666666;
	font-size: 13px;
	margin-bottom: 0px;
}

.main-header .cart-product .inner .price{
	position:relative;
	font-weight:700;
	font-size:16px;
	margin:0px;
	color:#222222;
}

.main-header .cart-box .cart-panel{
	left: auto !important;
	right: 0px !important;
	border-radius:20px;
	padding:20px 20px;
	min-width:300px;
	margin-top:62px;
	z-index: -1;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
	border:3px solid #df1b1e;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .cart-box .cart-panel .cart-total{
	color:#000000;
	font-size:15px;
	font-weight:400;
	text-align:center;
	text-transform:capitalize;
}

.main-header .cart-box .cart-panel .cart-total span{
	font-weight:800;
	font-size:18px;
}

.main-header .cart-box .cart-panel .btns-boxed{
	position:relative;
	text-align:center;
	margin-top:20px;
}

.main-header .cart-box .cart-panel .btns-boxed li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}

.main-header .cart-box .cart-panel .btns-boxed li a{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:12px;
	padding:10px 20px 8px;
	border-radius: 2px;
	display:inline-block;
	background-color:#df1b1e;
	border:1px solid #df1b1e;
	text-transform:uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .cart-box .cart-panel .btns-boxed li a:hover{
	color:#df1b1e;
	background:none;
}

.main-header .cart-box .icon a{
	color:#999999;
}

/* Search Box Outer */

.main-header .search-box-outer{
	position:relative;
	float:left;
}

.main-header .search-box-btn{
	position:relative;
	top: 0px;
	display:block;
	float:left;
	margin-top:18px;
	font-size:24px;
	color:#232323;
	font-weight:500;
	line-height:20px !important;
	cursor:pointer;
	background:none;
	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-header .search-box-btn:after{
	display:none;
}

.main-header .search-box-outer .dropdown-menu{
	top:49px !important;
	right:0px;
	padding:0px;
	width:280px;	
	left: auto !important;
	border-radius:0px;
	border-top:3px solid #df1b1e;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .btn-box{
	position:relative;
	float:left;
	margin-left:30px;
}

/* Main Menu */

.main-menu{
	position:relative;
	float:left;
	z-index:2;
	-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;
	float: left;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:25px;
	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:last-child{
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li > a{
	
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#df1b1e;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:45px;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index: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;
}

.sticky-header .logo{
	position:relative;
	z-index:2;
	padding:6px 0px 6px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	text-transform: capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:400;
	padding:35px 0px;
	font-size:20px;
	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:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:25px;
	width:53px;
	height:5px;
	opacity: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;
	background:url(../images/icons/menu-separater.png) no-repeat;
}

.main-menu .navigation > li:hover::before,
.main-menu .navigation > li.current::before{
	opacity:1;
	z-index:1;
}

.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after{
	bottom:12px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1;
	color:#df1b1e;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-30px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:600;
	font-size:18px;
	text-transform:capitalize;
	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;
}

.sticky-header .main-menu .navigation > li > a{
	padding:21px 0px;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:8px;
	opacity:0;
	color:#df1b1e;
	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::before{
	opacity:1;
}

.sticky-header .main-menu .navigation > li > a:before{
	top:18px !important;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#df1b1e;
	padding-left:30px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	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:#222222;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

.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:6px 18px;
	line-height:24px;
	font-weight:600;
	font-size:18px;
	text-transform:capitalize;
	color:#000000;
	padding-left:10px;
	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:hover > a{
	color:#df1b1e;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:8px;
	opacity:0;
	color:#df1b1e;
	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:hover > a::before{
	opacity:1;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#df1b1e;
	padding-left:30px;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:0px;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .header-lower .options-box{
	position:relative;
	float:right;
	padding:10px 15px 10px;
}

.main-header .header-lower .options-box .option-inner{
	position:relative;
	padding-left:70px;
}

.main-header .header-lower .options-box .option-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:50px;
	line-height:1em;
}

.main-header .header-lower .options-box .option-inner .number{
	position:relative;
}

.main-header .header-lower .options-box .option-inner .number span{
	position:relative;
	display:block;
	color:#ffffff;
	margin-bottom:3px;
	text-transform:uppercase;
}

.main-header .header-lower .options-box .option-inner .number a{
	position:relative;
	font-weight:800;
	font-size:22px;
	color:#ffffff;
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 36px;
	line-height: 50px;
	cursor: pointer;
	color:#000000;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease 500ms;
	-moz-transition:all 0.7s ease 500ms;
	-ms-transition:all 0.7s ease 500ms;
	-o-transition:all 0.7s ease 500ms;
	transition:all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#000000;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.sticky-header .navbar-header{
	display:none;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup{
	width: 80%;
}

.search-popup:before{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../images/icons/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #df1b1e;
	width: 70px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}

.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight:500;
	text-transform:capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:30px;
	top:0px;
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:#000000;
	padding: 0;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}

.search-popup .close-search.style-two{
	position: absolute;
	right: 25px;
	left: auto;
	color:#ffffff;
	width:auto;
	height:auto;
	top:25px;
	margin:0px;
	border:none;
	background:none !important;
	box-shadow:none !important;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .close-search.style-two span{
	font-size:20px;
	color:#ffffff;
}

.main-header .sticky-header .outer-box{
	padding:13px 0px;
	padding-left:40px;
}

.main-header .sticky-header .outer-box .cart-box{
	color:#000000;
	margin-top:11px;
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn,
.main-header .sticky-header .outer-box .cart-box .cart-box-btn:hover{
	color:#000000;
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart{
	background-color:#df1b1e;
}

.main-header .sticky-header .search-box-btn{
	color:#000000;
	margin-top:11px;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-toped{
	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;
	background:#222222;
	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-toped:hover{
	color:#ffffff;
	background:#000000;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
}

.banner-section .slide{
	position:relative;
	overflow:hidden;
	padding-top:180px;
	padding-bottom:200px;
	background-size:cover;
}

.banner-section .content-column{
	position:relative;
	z-index:10;
}

.banner-section .content-column .inner-column{
	position:relative;
}

.banner-section .content-column h1{
	color:#ffffff;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-column h1 .icon{
	position:absolute;
	left:-100px;
	top:-60px;
}

.banner-section .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section .content-column .text{
	color:#ffffff;
	font-size:24px;
	margin-top:35px;
	margin-bottom:35px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section .content-column .btns-box{
	margin-top:35px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section .content-column .theme-btn{
	margin-right:15px;
}

.banner-section .owl-dots{
	position:absolute;
	left:0px;
	right:0px;
	bottom:40px;
	text-align:center;
}

.banner-section .owl-dots .owl-dot{
	position:relative;
	width:30px;
	height:6px;
	margin-bottom:10px;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	background-color:#ffffff;
	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;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover{
	background-color:#5caf49;
}

.banner-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-10px;
	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;
}

.banner-section:hover .owl-nav{
	opacity:1;
}

.banner-section .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.banner-section .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{
	color:#222222;
	border-color:#ffffff;
	background-color:#ffffff;
}

.banner-section .side-icon{
	position:absolute;
	right:70px;
	bottom:-80px;
	z-index:2;
}

/*** 

====================================================================
	Choose Section
====================================================================

***/

.choose-section{
	position:relative;
	padding:100px 0px 50px;
}

.choose-section .icon-layer-one{
	position:absolute;
	left:20px;
	top:16%;
	width:245px;
	height:289px;
	background-repeat:no-repeat;
}

.choose-section .icon-layer-two{
	position:absolute;
	right:10%;
	top:32%;
	width:86px;
	height:86px;
	background-repeat:no-repeat;
}

.choose-section .title-column{
	position:relative;
	margin-bottom:30px;
}

.choose-section .title-column .inner-column{
	position:relative;
	padding-top:90px;
}

.choose-section .title-column h2{
	position:relative;
	color:#df1b1e;
	font-size:80px;
	line-height:1em;
}

.choose-section .title-column h2 span{
	position:relative;
	top:-75px;
	left:70px;
	margin:0px -90px 0px;
}

.choose-section .title-column .bold-text{
	position:relative;
	color:#100c0b;
	font-size:36px;
	font-weight:700;
	line-height:1.2em;
	margin-top:20px;
	margin-bottom:20px;
}

.choose-section .title-column .text{
	position:relative;
}

.choose-section .title-column .text p{
	position:relative;
	color:#100c0b;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:15px;
}

.choose-section .title-column .text p:last-child{
	margin-bottom:0px;
}

.choose-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.choose-section .content-column .inner-column{
	position:relative;
}

.choose-block{
	position:relative;
	margin-bottom:50px;
}

.choose-block .inner-box{
	position:relative;
	padding-right:65px;
}

.choose-block .inner-box .icon{
	position:relative;
	margin-bottom:28px;
}

.choose-block .inner-box h4{
	margin-bottom:14px;
	font-family: 'Overpass', sans-serif;
}

.choose-block .inner-box h4 a{
	position:relative;
	color:#100c0b;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.choose-block .inner-box h4 a:hover{
	color:#df1b1e;
}

.choose-block .inner-box .text{
	position:relative;
	color:#100c0b;
	font-size:18px;
	line-height:1.6em;
}

/*** 

====================================================================
	Choose Section
====================================================================

***/

.features-section{
	position:relative;
	padding-bottom:120px;
}

.features-section.style-two{
	padding-top:110px;
	padding-bottom:0px;
	z-index:1;
}

.features-section .inner-container{
	position:relative;
	padding:50px 30px 15px;
	background-color:#df1b1e;
}

.features-section .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-20px;
	right:0px;
	width:100%;
	height:93px;
	background:url(../images/background/1.png) repeat-x;
}

.features-section .inner-container .big-text{
	position:absolute;
	left:0px;
	right:0px;
	top:10px;
	color:#ed393b;
	font-size:75px;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Vast Shadow', cursive;
}

.features-section .inner-container .icon-layer-one{
	position:absolute;
	left:20px;
	top:20px;
	width:31px;
	height:63px;
	background-repeat:no-repeat;
}

.features-section .inner-container .icon-layer-two{
	position:absolute;
	right:20px;
	bottom:20px;
	width:31px;
	height:63px;
	background-repeat:no-repeat;
}

.featured-block{
	position:relative;
	margin-bottom:20px;
}

.featured-block .inner-box{
	position:relative;
	text-align:center;
}

.featured-block .inner-box h4{
	margin-bottom:8px;
	font-family: 'Overpass', sans-serif;
}

.featured-block .inner-box h4 a{
	position:relative;
	color:#ffffff;
}

.featured-block .inner-box .menu-icon{
	position:relative;
}

.featured-block .inner-box:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	bottom:0px;
	width:1px;
	opacity:0.60;
	background-color:#ffffff;
}

.featured-block:nth-child(4) .inner-box:before{
	opacity:0;
	visibility:hidden;
}

/*** 

====================================================================
	Menu Section
====================================================================

***/

.menu-section{
	position:relative;
	padding:100px 0px 100px;
	background-color:#ebe2df;
}

.menu-section .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-repeat:repeat;
}

.menu-section .pattern-layer-two{
	position:absolute;
	left:20%;
	top:0px;
	width:110px;
	height:334px;
	background-repeat:no-repeat;
}

.menu-section .pattern-layer-three{
	position:absolute;
	left:78%;
	top:0px;
	width:110px;
	height:334px;
	background-repeat:no-repeat;
}

.menu-section .button-box{
	margin-top:20px;
}

.menu-block{
	position:relative;
	margin-bottom:30px;
}

.menu-block .inner-box{
	position:relative;
	min-height:270px;
	background-color:#ffffff;
	padding:25px 25px 15px 300px;
}

.menu-block .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:270px;
	height:270px;
	overflow:hidden;
	background-color:#111111;
}

.menu-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	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 .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.05,1.05);
}

.menu-block .inner-box .image .price{
	position:absolute;
	left:15px;
	top:15px;
	width:53px;
	height:55px;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	line-height:59px;
	z-index:1;
	text-align:center;
	background:url(../images/icons/price-icon.png) no-repeat;
}

.menu-block .inner-box .title{
	position:relative;
	color:#5caf49;
	font-size:16px;
	font-weight:700;
}

.menu-block .inner-box h5{
	margin-top:6px;
	margin-bottom:6px;
	font-family: 'Overpass', sans-serif;
}

.menu-block .inner-box h5 a{
	position:relative;
	color:#161616;
	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 .inner-box:hover h5 a{
	color:#e30d16;
}

.menu-block .inner-box .rating{
	position:relative;
	color:#fecb1c;
}

.menu-block .inner-box .text{
	position:relative;
	color:#161616;
	font-size:16px;
	opacity:0.80;
	margin-top:8px;
	margin-bottom:12px;
}

.menu-block .inner-box .options-list{
	position:relative;
}

.menu-block .inner-box .options-list li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.menu-block .inner-box .options-list li a{
	position:relative;
	width:50px;
	height:50px;
	color:#b3b3b3;
	font-size:20px;
	line-height:48px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:1px solid #e7eaef;
	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 .inner-box .options-list li a:hover{
	color:#ffffff;
	border-color:#e30d16;
	background-color:#e30d16;
}

/*** 

====================================================================
	Classic Section
====================================================================

***/

.classic-section{
	position:relative;
	padding:100px 0px 60px;
}

.classic-section .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position:right center;
	background-repeat:no-repeat;
}

.classic-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.classic-section .title-column .inner-column{
	position:relative;
	padding-top:85px;
}

.classic-section .title-column .sec-title{
	margin-bottom:25px;
}

.classic-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.classic-section .image-column .inner-column{
	position:relative;
	padding-left:50px;
}

.classic-section .image-column .image{
	position:relative;
}

.classic-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section{
	position:relative;
	padding:150px 0px 150px;
	background-attachment:fixed;
	background-size:cover;
}

.cta-section .content{
	position:relative;
}

.cta-section .content .title{
	position:relative;
	color:#5caf49;
	font-size:24px;
	font-family: 'Berkshire Swash', cursive;
}

.cta-section .content h2{
	color:#ffffff;
	margin:22px 0px 22px;
}

.cta-section .content .text{
	position:relative;
	color:#ffffff;
	font-size:24px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:100px 0px 100px;
}

.testimonial-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:20px;
}

.testimonial-section .title-box .icon{
	position:relative;
	color:#000000;
	font-size:54px;
	line-height:1em;
	margin-bottom:8px;
}

.testimonial-section .title-box .title{
	position:relative;
	color:#5caf49;
	font-size:24px;
	font-family: 'Berkshire Swash', cursive;
}

.testimonial-section .title-box h2{
	color:#161616;
	margin-top:10px;
}

.testimonial-section .title-box .separate{
	position:relative;
	width:188px;
	height:40px;
	margin:0 auto;
	margin-top:20px;
	background:url(../images/icons/separate.png) no-repeat;
}

.testimonial-section .owl-dots{
	display:none;
}

.testimonial-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-80px;
	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;
}

.testimonial-section:hover .owl-nav{
	opacity:1;
}

.testimonial-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	font-size:28px;
	width:50px;
	height:50px;
	color:#e5e6e8;
	line-height:48px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid #e5e6e8;
}

.testimonial-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	font-size:28px;
	width:50px;
	height:50px;
	color:#e5e6e8;
	line-height:48px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid #e5e6e8;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#df1b1e;
	background-color:#df1b1e;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#0a0a0c;
	font-size:24px;
	line-height:1.6em;
	max-width:800px;
	margin:0 auto;
	margin-bottom:30px;
}

.testimonial-block .inner-box .designation{
	position:relative;
	color:#5caf49;
	font-size:24px;
}

.testimonial-block .inner-box .designation span{
	position:relative;
	display:block;
	color:#060606;
	font-size:16px;
	margin-top:12px;
}

/*** 

====================================================================
	Offers Section
====================================================================

***/

.offers-section{
	position:relative;
	padding:0px 0px 0px;
	overflow:hidden;
}

.offers-section .inner-container{
	position:relative;
	padding-top:100px;
	border-top:1px solid #e5e6e8;
}

.offer-block{
	position:relative;
	margin-bottom:60px;
}

.offer-block .inner-box{
	position:relative;
}

.offer-block .inner-box .image-column{
	position:relative;
	margin-bottom:40px;
}

.offer-block .inner-box .image-column .inner-column{
	position:relative;
}

.offer-block .inner-box .image-column .image{
	position:relative;
}

.offer-block .inner-box .image-column .image img{
	position:relative;
}

.offer-block .inner-box .image-column .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	width:310px;
	height:336px;
	background-repeat:no-repeat;
}

.offer-block .inner-box .title-column{
	position:relative;
	margin-bottom:40px;
}

.offer-block .inner-box .title-column .inner-column{
	position:relative;
	padding-top:80px;
}

.offer-block .inner-box .title-column .title{
	position:relative;
	color:#df1b1e;
	font-size:24px;
	margin-bottom:20px;
	font-family: 'Berkshire Swash', cursive;
}

.offer-block .inner-box .title-column h3{
	color:#0a0a0d;
	margin-bottom:18px;
}

.offer-block .inner-box .title-column .text{
	position:relative;
	color:#0a0a0d;
	font-size:18px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:90px 0px 100px;
	overflow:hidden;
	background-color:#f6eee3;
}

.team-section .owl-dots,
.team-section .owl-nav{
	display:none;
}

.team-block{
	position:relative;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	background-color:rgba(235,53,103,0.80);
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.team-block .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.team-block .inner-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.team-block .inner-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	padding:0px 30px;
	vertical-align:middle;
}

.team-block .inner-box .overlay-inner .content .content-box{
	position:relative;
	padding:30px 15px;
	display:block;
	background-color:#df1b1e;
}

.team-block .inner-box .overlay-inner .content h4{
	margin-bottom:10px;
	font-weight:400;
}

.team-block .inner-box .overlay-inner .content h4 a{
	position:relative;
	color:#ffffff;
}

.team-block .inner-box .overlay-inner .content .text{
	color:#ffffff;
	opacity:0.90;
	font-size:16px;
	margin-bottom:10px;
}

.team-block .inner-box .overlay-inner .content .social-box{
	position:relative;
}

.team-block .inner-box .overlay-inner .content .social-box li{
	position:relative;
	margin:0px 6px;
	display:inline-block;
}

.team-block .inner-box .overlay-inner .content .social-box li a{
	position:relative;
	color:#ffffff;
	opacity:0.90;
	font-size:18px;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:90px 0px 70px;
}

.news-section .sec-title{
	padding-bottom:40px;
	border-bottom:1px solid #f6eee3;
}

.news-section .sec-title .theme-btn{
	margin-top:80px;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box h4{
	margin-bottom:5px;
	font-family: 'Overpass', sans-serif;
}

.news-block .inner-box h4 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;
}

.news-block .inner-box:hover h4 a{
	color:#df1b1e;
}

.news-block .inner-box .post-date{
	position:relative;
	color:#000000;
	font-size:15px;
	opacity:0.70;
	margin-bottom:25px;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	margin-bottom:28px;
	background-color:#df1b1e;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.50;
	transform:scale(1.07,1.07) rotate(2deg);
}

.news-block .inner-box .text{
	position:relative;
	color:#000000;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.news-block .inner-box .read-more{
	position:relative;
	color:#df1b1e;
	font-size:16px;
	font-weight:600;
}

/*** 

====================================================================
	Newslettter Section
====================================================================

***/

.newsletter-section{
	position:relative;
	padding:100px 0px 100px;
	background-attachment:fixed;
	background-size:cover;
}

.newsletter-section .inner-container{
	position:relative;
	padding:85px 50px;
	background-color:#f6eee3;
}

.newsletter-section .inner-container .icon-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:114px;
	height:76px;
	background-repeat:no-repeat;
}

.newsletter-section .inner-container .icon-layer-two{
	position:absolute;
	left:0px;
	bottom:0px;
	width:102px;
	height:51px;
	background-repeat:no-repeat;
}

.newsletter-section .inner-container .icon-layer-three{
	position:absolute;
	right:0px;
	top:0px;
	width:71px;
	height:63px;
	background-repeat:no-repeat;
}

.newsletter-section .inner-container .icon-layer-four{
	position:absolute;
	right:0px;
	bottom:0px;
	width:86px;
	height:107px;
	background-repeat:no-repeat;
}

.newsletter-section .inner-container .icon-layer-five{
	position:absolute;
	right:100px;
	top:5px;
	width:224px;
	height:224px;
	background-repeat:no-repeat;
}

/* Newslettter Form */

.newsletter-form{
	margin-bottom:0px;
}

.newsletter-form .form-group{
	position:relative;
	display:block;
	padding-right:350px;
	margin-bottom:0px;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	height:60px;
	font-size:15px;
	color:#000000;
	border-radius:0px;
	background:#ffffff;
	border:0px;
	padding:17px 15px 12px 25px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.newsletter-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	cursor:pointer;
	font-size:16px;
	margin-top:0px;
	font-weight:700;
	border-radius:0px;
	padding:20px 40px 17px;
	background-color:#5caf49;
	text-transform:uppercase;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	overflow:hidden;
	padding:70px 0px 0px;
}

.main-footer .pattern-layer-one{
	position:absolute;
	right:12%;
	top:100px;
	width:120px;
	height:100px;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-two{
	position:absolute;
	right:3%;
	bottom:40px;
	width:204px;
	height:130px;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-three{
	position:absolute;
	right:5%;
	top:0px;
	width:109px;
	height:199px;
	background-repeat:no-repeat;
}

.main-footer .inner-container{
	position:relative;
	padding-left:340px;
}

.main-footer .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:40px;
}

.main-footer .widgets-section{
	position:relative;
}

.main-footer .footer-widget h5{
	color:#0b0b0a;
	margin-bottom:20px;
	text-transform:capitalize;
	font-family: 'Overpass', sans-serif;
}

.main-footer .logo-widget{
	position:absolute;
	left:-40px;
	top:0px;
}

.main-footer .logo-widget .logo{
	position:relative;
	padding:50px 0px;
	padding-right:100px;
}

.main-footer .logo-widget .image-layer{
	position:absolute;
	right:30px;
	top:-60px;
	bottom:-115px;
	left:-260px;
	background-size:cover;
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

/* List Link */

.list-link{
	position:relative;
}

.list-link li{
	position:relative;
	margin-bottom:9px;
}

.list-link li a{
	position:relative;
	color:#0b0b0a;
	font-size:16px;
	opacity:0.65;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-link li a:hover{
	color:#df1b1e;
	opacity:1;
}

/* Time List */

.time-list{
	position:relative;
}

.time-list li{
	position:relative;
	margin-bottom:10px;
	color:#0b0b0a;
	opacity:0.65;
	font-size:16px;
}

/* Contact Widget */

.contact-widget .text{
	position:relative;
	color:#0b0b0a;
	opacity:0.65;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:10px;
}

.contact-widget .phone{
	position:relative;
	color:#df1b1e;
	font-size:16px;
	line-height:1.9em;
	font-weight:600;
}

.contact-widget .phone a{
	position:relative;
	color:#df1b1e;
}

.main-footer .social-boxed{
	position:relative;
	padding-bottom:40px;
	border-bottom:1px dashed #000000;
}

.main-footer .social-boxed h4{
	color:#060606;
	font-family: 'Overpass', sans-serif;
}

.main-footer .social-boxed h4 a{
	position:relative;
	color:#5caf49;
	border-bottom:2px solid #5caf49;
}

.main-footer .social-box{
	position:relative;
}

.main-footer .social-box li{
	position:relative;
	margin-left:6px;
	display:inline-block;
}

.main-footer .social-box li a{
	position:relative;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	line-height:50px;
	border-radius:6px;
	display:inline-block;
	background-color:#2f2f2f;
	-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-footer .social-box li a:hover{
	background-color:#df1b1e;
}

.main-footer .footer-bottom{
	position:relative;
	padding:30px 0px;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#8b8b8b;
	font-size:16px;
}

.main-footer .footer-bottom .copyright span{
	position:relative;
	color:#df1b1e;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	overflow:hidden;
	padding:150px 0px 150px;
	background-position:right center;
	background-repeat:no-repeat;
}

.page-title:before{
	position:absolute;
	content:'';
	left:-150px;
	bottom:0px;
	top:0px;
	width:76.5%;
	transform:skewX(-25deg);
	background-color:#f3edea;
}

.page-title h2{
	color:#5caf49;
	font-size:65px;
}

.page-title .text{
	color:#161216;
	margin-top:10px;
	font-size:24px;
}

.page-title .icon-layer-one{
	position:absolute;
	left:80px;
	top:-90px;
	width:556px;
	height:411px;
	background-repeat:no-repeat;
}

.page-title .icon-layer-two{
	position:absolute;
	left:40px;
	bottom:0px;
	width:205px;
	height:180px;
	background-repeat:no-repeat;
}

.page-title .icon-layer-three{
	position:absolute;
	left:40px;
	bottom:200px;
	width:75px;
	height:121px;
	background-repeat:no-repeat;
}

.page-title .icon-layer-four{
	position:absolute;
	left:10%;
	bottom:130px;
	width:173px;
	height:190px;
	background-repeat:no-repeat;
}

.page-title .icon-layer-five{
	position:absolute;
	left:48%;
	bottom:40px;
	width:170px;
	height:105px;
	background-repeat:no-repeat;
}

.page-title .icon-layer-six{
	position:absolute;
	left:48%;
	top:40px;
	width:145px;
	height:156px;
	background-repeat:no-repeat;
}

.page-title .icon-layer-seven{
	position:absolute;
	left:68%;
	top:40px;
	width:87px;
	height:140px;
	background-repeat:no-repeat;
}

.page-title .icon-layer-eight{
	position:absolute;
	left:60%;
	bottom:40px;
	width:87px;
	height:140px;
	background-repeat:no-repeat;
}

/*** 

====================================================================
	Story Section
====================================================================

***/

.stroy-section{
	position:relative;
	padding:0px 0px 0px;
}

.stroy-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:45px;
}

.stroy-section .title-box h2{
	color:#0a0a0c;
	font-size:42px;
	font-family: 'Berkshire Swash', cursive;
}

.stroy-section .title-box .title{
	position:relative;
	color:#df1b1e;
	font-size:24px;
	margin-top:22px;
	font-weight:600;
	text-transform:uppercase;
}

.stroy-section .row{
	margin:0px -30px;
}

.stroy-section .column{
	position:relative;
	padding:0px 30px;
	margin-bottom:30px;
}

.stroy-section .column .inner-column{
	position:relative;
}

.stroy-section .column .text{
	position:relative;
	color:#0a0a0c;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:30px;
}

.stroy-section .column .image{
	position:relative;
}

.stroy-section .column .image img{
	position:relative;
	width:100%;
	display:block;
}

.stroy-section .column .image .icon-layer-one{
	position:absolute;
	left:-50px;
	bottom:-25px;
	width:87px;
	height:64px;
	z-index:-1;
}

.stroy-section .column h5{
	color:#0a0a0c;
	margin-bottom:8px;
	font-family: 'Overpass', sans-serif;
}

.stroy-section .column p{
	position:relative;
	color:#0a0a0c;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:30px;
}

/*** 

====================================================================
	Faq Page Section
====================================================================

***/

.faq-page-section{
	position:relative;
	padding:95px 0px 70px;
}

.faq-page-section .accordion-column{
	position:relative;
	margin-bottom:30px;
}

.faq-page-section .title-box{
	position:relative;
	margin-bottom:30px;
}

.faq-page-section .title-box h4{
	color:#5caf49;
	font-weight:400;
}

/* Accordion Box */

.accordion-box{
	position: relative;
}

.accordion-box .block{
	position: relative;
	margin-bottom:20px;
	border-radius:0px;
}

.accordion-box .block:last-child{
	margin-bottom:0px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	color:#161216;
	line-height:1.8em;
	font-weight:700;
	cursor:pointer;
	margin-bottom: 0px;
	padding:12px 25px 8px;
	background-color:#f3edea;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.accordion-box .block .content .text{
	position:relative;
}

.accordion-box .block .content .text p{
	position:relative;
	color:#161216;
	font-size:16px;
	opacity:0.80;
	margin-bottom:25px;
}

.accordion-box .block .content .text p:last-child{
	margin-bottom:0px;
}

.accordion-box .block .acc-btn.active{
	
}

.accordion-box .block .icon{
	position:absolute;
	right: 5px;
	top:0px;
	bottom:0px;
	width: 50px;
	font-size: 20px;
	line-height: 50px;
	color: #df1b1e;
	text-align: center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon.icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon.icon-plus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon.icon-minus{
	opacity:1;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .content{
	position:relative;
	padding: 20px 25px 0px;
}

.accordion-box .block .acc-content.current{ 
	display: block;
}

/*** 

====================================================================
	Gallery Page Section
====================================================================

***/

.gallery-page-section{
	position:relative;
	padding:95px 0px 70px;
}

.gallery-page-section .outer-container{
	position:relative;
	max-width:1730px;
	padding:0px 15px;
	margin:0 auto;
}

.gallery-page-section .row{
	padding:0px 10px;
}

.gallery-page-section .gallery-block{
	padding:0px 10px;
	margin-bottom:20px;
}

/* Gallery Block */

.gallery-block{
	position:relative;
	margin-bottom:20px;
}

.gallery-block .inner-box{
	position:relative;
}

.gallery-block .inner-box .image-box{
	position:relative;
	margin-bottom:0px;
}

.gallery-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	color:#ffffff;
	text-align:center;
	background-color:rgba(31,33,30,0.85);
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-block .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-block .inner-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-block .inner-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-block .inner-box h4{
	position:relative;
}

.gallery-block .inner-box h4 a{
	color:#5caf49;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.gallery-block .inner-box h4 a:hover{
	color:#ffffff;
}

.gallery-block .inner-box .text{
	position:relative;
	margin-top:8px;
	font-size:16px;
}

/*** 

====================================================================
	Menu Section Two
====================================================================

***/

.menu-section-two{
	position:relative;
	padding:100px 0px 80px;
}

.menu-section-two .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-repeat:repeat;
}

.menu-block-two{
	position:relative;
	margin-bottom:30px;
}

.menu-block-two .inner-box{
	position:relative;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.menu-block-two .inner-box .image{
	position:relative;
	width:100%;
	overflow:hidden;
	background-color:#111111;
}

.menu-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	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-two .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.05,1.05);
}

.menu-block-two .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding:30px 15px;
}

.menu-block-two .inner-box .lower-content .price{
	position:absolute;
	left:15px;
	top:-27px;
	width:53px;
	height:55px;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	line-height:59px;
	z-index:1;
	text-align:center;
	background:url(../images/icons/price-icon.png) no-repeat;
}

.menu-block-two .inner-box .title{
	position:relative;
	color:#5caf49;
	font-size:16px;
	font-weight:700;
}

.menu-block-two .inner-box .title.out-stock{
	color:#e30d16;
}

.menu-block-two .inner-box h5{
	margin-top:6px;
	margin-bottom:6px;
	font-family: 'Overpass', sans-serif;
}

.menu-block-two .inner-box h5 a{
	position:relative;
	color:#161616;
	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-two .inner-box:hover h5 a{
	color:#e30d16;
}

.menu-block-two .inner-box .rating{
	position:relative;
	color:#fecb1c;
	font-size:18px;
	margin-bottom:20px;
}

.menu-block-two .inner-box .options-list{
	position:relative;
}

.menu-block-two .inner-box .options-list li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.menu-block-two .inner-box .options-list li a{
	position:relative;
	width:50px;
	height:50px;
	color:#b3b3b3;
	font-size:20px;
	line-height:48px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:1px solid #e7eaef;
	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-two .inner-box .options-list li a:hover{
	color:#ffffff;
	border-color:#e30d16;
	background-color:#e30d16;
}

/*** 

====================================================================
	Related Products Section
====================================================================

***/

.related-products-section{
	position:relative;
	padding:50px 0px 80px;
}

.related-products-section .owl-dots{
	position:relative;
}

.related-products-section .owl-nav{
	position:absolute;
	right:15px;
	top:-50px;
}

.related-products-section .owl-nav .owl-prev,
.related-products-section .owl-nav .owl-next{
	position:relative;
	width:40px;
	height:40px;
	color:#e30d16;
	line-height:38px;
	font-size:18px;
	margin-left:12px;
	text-align:center;
	display:inline-block;
	border:1px solid #e30d16;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.related-products-section .owl-nav .owl-prev:hover,
.related-products-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#e30d16;
}

.related-products-section .owl-carousel .owl-stage-outer{
	position:static;
	padding:20px 0px;
}

.related-products-section .owl-theme .menu-block-two{
	margin:0px 15px;
}

.related-products-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

/*** 

====================================================================
	Menu Detail Section
====================================================================

***/

.menu-detail-section{
	position:relative;
	padding:100px 0px 70px;
}

.menu-detail-section .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-repeat:repeat;
}

.menu-detail-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.menu-detail-section .info-column .inner-column{
	position:relative;
}

.menu-detail-section .info-column .price{
	position:relative;
	color:#5caf49;
	font-size:30px;
	font-family: 'Berkshire Swash', cursive;
}

.menu-detail-section .info-column .price span{
	position:relative;
	color:#111117;
	font-size:16px;
	opacity:0.80;
	text-transform:uppercase;
	font-family: 'Overpass', sans-serif;
}

.menu-detail-section .info-column h3{
	position:relative;
	color:#111117;
	font-size:30px;
	margin-top:18px;
	font-weight:700;
	margin-bottom:12px;
	font-family: 'Overpass', sans-serif;
}

.menu-detail-section .info-column .rating{
	position:relative;
	color:#111117;
	font-size:18px;
}

.menu-detail-section .info-column .rating .fa{
	color:#fecb1c;
}

.menu-detail-section .info-column .rating i{
	font-style:normal;
	color:#111117;
	font-size:14px;
	margin-left:12px;
}

.menu-detail-section .info-column .text{
	position:relative;
	color:#111117;
	font-size:18px;
	margin-top:15px;
	margin-bottom:25px;
}

.menu-detail-section .info-column .options-box{
	position:relative;
}

.menu-detail-section .info-column .options-box .btns-box{
	position:relative;
	float:left;
}

.menu-detail-section .info-column .options-box .item-quantity{
	position:relative;
	float:left;
	margin-left:20px;
	width:120px;
	margin-bottom:15px;
	margin-right:20px;
	border:2px solid #eae8e8;
}

.menu-detail-section .info-column .options-box .item-quantity .basic-details .quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:54px !important;
	box-shadow:none !important;	
}

.menu-detail-section .info-column .options-box .item-quantity .bootstrap-touchspin .input-group-btn-vertical > .btn,
.menu-detail-section .info-column .options-box .item-quantity .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:13px 10px;
	background:#f4f5f6;	
}

.menu-detail-section .info-column .options-box .item-quantity .bootstrap-touchspin .input-group-btn-vertical i,
.menu-detail-section .info-column .options-box .item-quantity .bootstrap-touchspin .input-group-btn-vertical i{
	top:1px;	
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.menu-detail-section .info-column .options-box .quantity{
	position:relative;
	color:#111117;
	font-size:18px;
	opacity:0.80;
	float:left;
	padding:17px 0px;
	margin-left:25px;
}

.menu-detail-section .info-column .options-box .id-number{
	position:relative;
	color:#111117;
	font-size:18px;
	float:left;
	font-weight:700;
	padding:17px 0px;
	margin-left:5px;
}

.menu-detail-section .info-column .categories{
	position:relative;
	color:#111117;
	font-size:18px;
	font-weight:600;
	margin-top:22px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.menu-detail-section .info-column .categories a{
	position:relative;
	color:#111117;
	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;
	text-transform:capitalize;
}

.menu-detail-section .info-column .categories a:hover{
	color:#df1b1e;
}

.menu-detail-section .info-column .options-list{
	position:relative;
}

.menu-detail-section .info-column .options-list li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.menu-detail-section .info-column .options-list li a{
	position:relative;
	color:#111117;
	font-size:16px;
	font-weight:600;
	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;
}

.menu-detail-section .info-column .options-list li a:hover{
	color:#df1b1e;
}

.menu-detail-section .info-column .options-list li:last-child{
	margin-right:0px;
}

.menu-detail-section .info-column .options-list li .icon{
	margin-right:10px;
}

.menu-detail-section .info-column .social-box{
	position:relative;
	margin-top:20px;
}

.menu-detail-section .info-column .social-box li{
	position:relative;
	font-size:16px;
	margin-right:8px;
	display:inline-block;
}

.menu-detail-section .info-column .social-box li.share{
	color:#000000;
	font-weight:600;
	text-transform:uppercase;
}

.menu-detail-section .info-column .social-box li a{
	position:relative;
	color:#d2d2d2;
	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;
}

.menu-detail-section .info-column .social-box li a:hover{
	color:#df1b1e;
}

.form-control{
	border:0px;
}

.bootstrap-touchspin .input-group-btn-vertical{
	width:18%;
}

.form-control:focus{
	box-shadow:0px 0px 0px !important;
	border:0px;
}

.menu-detail-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.menu-detail-section .image-column .inner-column{
	position:relative;
}

.menu-detail-section .image-column .owl-dots{
	display:none;
}

.menu-detail-section .image-column .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-20px;
	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;
}

.menu-detail-section .image-column .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.80);
}

.menu-detail-section .image-column .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.80);
}

.menu-detail-section .image-column .owl-nav .owl-prev:hover,
.menu-detail-section .image-column .owl-nav .owl-next:hover{
	color:#222222;
	border-color:#ffffff;
	background-color:#ffffff;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.menu-detail-section .prod-tabs{
	position:relative;	
	margin-top:40px;
}

.menu-detail-section .prod-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:30px;
}

.menu-detail-section .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	margin:0px 10px;
	font-size:20px;
	background:none;
	color:#111117;
	font-weight:700;
	cursor:pointer;
	padding-bottom:4px;
	margin-bottom:12px;
	display:inline-block;
	transition:all 500ms ease;
	text-transform:capitalize;
}

.menu-detail-section .prod-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:3px;
	opacity: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;
	background:url(../images/icons/separate-1.png) no-repeat;
}

.menu-detail-section .prod-tabs .tab-btns .tab-btn:hover::before,
.menu-detail-section .prod-tabs .tab-btns .tab-btn.active-btn::before{
	opacity:1;
}

.menu-detail-section .prod-tabs .tab-btns .tab-btn:hover,
.menu-detail-section .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#df1b1e;
}

.menu-detail-section .prod-tabs .tabs-content{
	position:relative;	
}

.menu-detail-section .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.menu-detail-section .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.menu-detail-section .prod-tabs .tabs-content .tab p{
	font-size:18px;
	line-height:1.7em;
	color:#666666;
	margin-bottom:20px;
}

.menu-detail-section .prod-tabs .tabs-content .tab p:last-child{
	margin-bottom:0px;
}

.menu-detail-section .prod-tabs .tabs-content .tab h4{
	font-weight:700;
	color:#222222;
	text-transform:capitalize;
	font-family: 'Overpass', sans-serif;
}

.menu-detail-section .prod-tabs .reviews-container{
	position:relative;
	padding-bottom:1px;	
}

.menu-detail-section .prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:120px;
	min-height:130px;
	padding-bottom:30px;
	border-bottom:1px solid #f0f0f0;
}

.menu-detail-section .prod-tabs .reviews-container .review-box:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}

.menu-detail-section .prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:5px;
	width:100px;
	height:100px;
	background:#ffffff;
	border-radius:3px;
	margin-bottom:20px;
}

.menu-detail-section .prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:100%;
	border-radius:3px;
}

.menu-detail-section .prod-tabs .reviews-container .rev-header .time{
	position:absolute;
	right:0px;
	top:0px;
	color:#000000;
	line-height:30px;
	font-size:16px;
}

.menu-detail-section .prod-tabs .reviews-container .rev-header .rating{
	position:relative;
	float:left;
	color:#fecb1c;
	line-height:30px;
	font-size:16px;
}

.menu-detail-section .prod-tabs .reviews-container .rev-header .rating .fa{
	margin-right:3px;
}

.menu-detail-section .prod-tabs .reviews-container .rev-text{
	font-size:15px;
	color:#111111;
	line-height:1.8em;
	margin-bottom:15px;
}

/* Add Review */

.menu-detail-section .prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.menu-detail-section .prod-tabs .add-review h4{
	color:#000000;
	margin-bottom:20px;
	font-family: 'Overpass', sans-serif;
}

.menu-detail-section .prod-tabs .add-review .rating{
	position:relative;
	padding-top:8px;	
}

.menu-detail-section .prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#555555;	
}

.menu-detail-section .prod-tabs .add-review .rating .rate-box:hover,
.menu-detail-section .prod-tabs .add-review .rating .rate-box:focus,
.menu-detail-section .prod-tabs .add-review .rating .rate-box:active{
	color:#fecb1c;
}

.menu-detail-section .prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;	
}

.menu-detail-section .prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}

.menu-detail-section .prod-tabs .add-review .form-group input[type="text"],
.menu-detail-section .prod-tabs .add-review .form-group input[type="password"],
.menu-detail-section .prod-tabs .add-review .form-group input[type="tel"],
.menu-detail-section .prod-tabs .add-review .form-group input[type="email"],
.menu-detail-section .prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	height:50px;
	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;
}

.menu-detail-section .prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:150px;
	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;
}

.menu-detail-section .prod-tabs .add-review .form-group input[type="text"]:focus,
.menu-detail-section .prod-tabs .add-review .form-group input[type="password"]:focus,
.menu-detail-section .prod-tabs .add-review .form-group input[type="tel"]:focus,
.menu-detail-section .prod-tabs .add-review .form-group input[type="email"]:focus,
.menu-detail-section .prod-tabs .add-review .form-group select:focus,
.menu-detail-section .prod-tabs .add-review .form-group textarea:focus{
	border-color:#e30d16;
}

.menu-detail-section .prod-tabs .add-review button{
	
}

.menu-related-section{
	position:relative;
	padding-top:50px;
}

.menu-related-section .sec-title h2{
	font-weight:700;
	text-transform:capitalize;
	font-family: 'Overpass', sans-serif;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar-inner{
	position:relative;
	padding-left:20px;
}

.sidebar-page-container .sidebar-side .sidebar-inner{
	position:relative;
}

.sticky-top{
	top:90px;
	z-index:1;
}

/* Sidebar Widget */

.sidebar-widget{
	margin-bottom:30px;
}

.sidebar-widget:last-child{
	margin-bottom:0px;
}

.sidebar-title{
	position:relative;
	margin-bottom:25px;
}

.sidebar-title h5{
	color:#5caf49;
	font-weight:400;
	display:inline-block;
	border-bottom:2px solid #5caf49;
}



/* Post Widget */

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:90px;
	min-height:80px;
	margin-bottom:20px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border-bottom:none;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:75px;
	 border-radius:50%;
	overflow:hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    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;
    background-color: rgba(92,175,73,0.80);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	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;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:600;
	color:#161216;
	line-height:1.5em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#161216;
	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;
}

.sidebar .popular-posts .post a:hover{
	color:#5caf49;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:15px;
	color:#161216;
	font-weight:400;
	margin-bottom:4px;
}

/* Search Box Widget */

.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:45px;
	padding:12px 50px 10px 25px;
	background:#fcf7f5;
	display:block;
	font-size:16px;
	width:100%;
	height:54px;
	color:#000000;
	border-radius:0px;
	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 button{
	position:absolute;
	right:0px;
	top:0px;
	height:54px;
	width:60px;
	cursor:pointer;
	display:block;
	font-size:16px;
	color:#cacaca;
	border-radius:0px 0px 0px 0px;
	line-height:100%;
	font-weight:normal;
	background:#fcf7f5;
}

/* Blog Cat */

.blog-cat{
	position:relative;
}

.blog-cat li{
	position:relative;
	margin-bottom:12px;
}

.blog-cat li a{
	position:relative;
	color:#161216;
	font-size:16px;
	font-weight:600;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat li a:hover{
	color:#df1b1e;
}

.blog-cat li:last-child{
	margin-bottom:0px;
}



/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	height:55px;
	padding:14px 20px 10px 20px;
	line-height:28px;
	color:#777777;
	border: none;
	border-radius:0px;
	background:#fcf7f5;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#999999;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
	font-weight:800;
}

.ui-widget.ui-widget-content{
	
}

.ui-menu .ui-menu-item{
	font-size:14px;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background:#df1b1e;
	border-color:#df1b1e;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#df1b1e;
}

/* Popular Tags */

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 14px 6px;
	margin:0px 6px 10px 0px;
	color:#161216;
	text-align:center;
	font-size:16px;
	background:#fcf7f5;
	font-weight:500;
	border-radius:0px;
	text-transform:capitalize;
	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:#df1b1e;
	color:#ffffff;
}

.news-block-two{
	position:relative;
	margin-bottom:30px;
}

.news-block-two .inner-box{
	position:relative;
	background-color:#fcf7f5;
}

.news-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#df1b1e;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-two .inner-box:hover .image img{
	opacity:0.60;
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding:30px 35px;
}

.news-block-two .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block-two .inner-box .lower-content .post-meta li{
	position:relative;
	font-size:15px;
	margin-right:15px;
	font-weight:400;
	padding-left:22px;
	display:inline-block;
	color:rgba(22,18,22,0.60);
}

.news-block-two .inner-box .lower-content .post-meta li .icon{
	position:absolute;
	left:0px;
	top:2px;
	line-height:1em;
	color:#111111;
	font-size:14px;
	margin-right:6px;
}

.news-block-two .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-block-two .inner-box .lower-content h3{
	margin-top:6px;
	font-weight:700;
	margin-top:12px;
	margin-bottom:12px;
	font-family: 'Overpass', sans-serif;
}

.news-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#161216;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-two .inner-box:hover .lower-content h3 a{
	color:#df1b1e;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	color:#161216;
	font-size:18px;
	opacity:0.80;
	line-height:1.7em;
	margin-bottom:15px;
}

.news-block-two .inner-box .lower-content .learn-more{
	position:relative;
	color:#df1b1e;
	font-size:16px;
	font-weight:600;
	line-height:1.3em;
	text-transform:uppercase;
}

.news-block-two .inner-box .lower-content .learn-more .arrow{
	position:relative;
	top:-2px;
	margin-left:8px;
}

.blog-classic .styled-pagination{
	margin-top:40px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	float:left;
	margin-right:10px;
}

.styled-pagination li a{
	position:relative;
	width:50px;
	height:50px;
	color:#111111;
	font-size:16px;
	font-weight:400;
	line-height:52px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#fcf7f5;
	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-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	background-color:#df1b1e;
}

.styled-pagination li.next a{
	font-size:22px;
	line-height:48px;
}

/*** 

====================================================================
	Blog Detail
====================================================================

***/

.blog-detail{
	position:relative;
}

.blog-detail .inner-box{
	position:relative;
}

.blog-detail .inner-box .title{
	position:relative;
	color:#5caf49;
	font-size:16px;
}

.blog-detail .inner-box h3{
	position:relative;
	color:#161216;
	font-weight:700;
	line-height:1.3em;
	margin-top:10px;
	margin-bottom:18px;
	font-family: 'Overpass', sans-serif;
}

.blog-detail .inner-box p{
	position:relative;
	color:#161216;
	font-size:16px;
}

.blog-detail .inner-box h4{
	position:relative;
	color:#161216;
	font-weight:700;
	line-height:1.3em;
	margin-top:10px;
	margin-bottom:18px;
	font-family: 'Overpass', sans-serif;
}

.blog-detail .inner-box .bold-text{
	position:relative;
	color:#161216;
	font-size:20px;
	line-height:1.6em;
	margin-bottom:18px;
}

.blog-detail .inner-box .image{
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
}

.blog-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-detail .inner-box .list{
	position:relative;
	margin-bottom:25px;
}

.blog-detail .inner-box .list li{
	position:relative;
	margin-bottom:10px;
	color:#161216;
	font-size:16px;
}

.blog-detail .inner-box .list li:last-child{
	margin-bottom:0px;
}

/* post share options */

.blog-detail .post-share-options{
	position:relative;
	margin-top: 40px;
}

.blog-detail .post-share-options .post-title{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
	float:left;
	padding:11px 0px;
	margin-right:10px;
}

.blog-detail .post-share-options .tags{
	position:relative;
	float:left;
}

.blog-detail .post-share-options .tags li{
	position:relative;
	margin-right:4px;
	display:inline-block;
}

.blog-detail .post-share-options .tags li a{
	position:relative;
	color:#888888;
	font-size:16px;
	border-radius:50px;
	display:inline-block;
	padding:10px 20px 7px;
	border:1px solid #e6e6e9;
	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;
	text-transform:capitalize;
}

.blog-detail .post-share-options .tags li a:hover{
	color:#ffffff;
	border-color:#df1b1e;
	background-color:#df1b1e;
}

.blog-detail .social-box{
	position:relative;
}

.blog-detail .post-share-options .social-box li{
	position:relative;
	margin-left:5px;
	display:inline-block;
}

.blog-detail .post-share-options .social-box li a{
	position:relative;
	width:40px;
	height:40px;
	display:block;
	color:#ffffff;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	background-color:#fe4c1c;
}

.blog-detail .post-share-options .social-box li.facebook a{
	background-color:#4661c5;
}

.blog-detail .post-share-options .social-box li.twitter a{
	background-color:#44b1e4;
}

.blog-detail .post-share-options .social-box li.linkedin a{
	background-color:#ff2e2e;
}

.blog-detail .post-share-options .social-box li.pinterest a{
	background-color:#0073b0;
}

.blog-detail .blog-related-posts{
	position:relative;
	margin-top:50px;
}

.blog-post{
	position:relative;
}

.blog-post .inner-post{
	position:relative;
}

.blog-post .inner-post .post-image{
	position:relative;
	overflow:hidden;
	background-color:#df1b1e;
}

.blog-post .inner-post .post-image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-post .inner-post:hover .post-image img{
	opacity:0.6;
	transform:scale(1.07,1.07) rotate(3deg);
}

.blog-post .inner-post .lower-content{
	position:relative;
	padding-top:22px;
}

.blog-post .inner-post .lower-content h5{
	font-weight:700;
	line-height:1.4em;
	font-family: 'Overpass', sans-serif;
}

.blog-post .inner-post .lower-content h5 a{
	position:relative;
	color:#100c0b;
	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;
}

.blog-post .inner-post:hover .lower-content h5 a{
	color:#df1b1e;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form{
	margin-top:60px;
}

.comment-form .form-group{
	margin-bottom:25px;
}

.comment-form .form-group .check-box{
	position:relative;
	color:#100c0b;
	font-size:16px;
}

.comment-form .form-group .check-box label{
	margin-bottom:0px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#888888;
	height:55px;
	font-size:16px;
	border-radius:0px;
	background:#ffffff;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#111111;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	color:#888888;
	border:1px solid #dddddd;
	height:210px;
	background:#ffffff;
	resize:none;
	font-size:16px;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .theme-btn{
	cursor:pointer;
	border-radius:0px;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	padding:110px 0px 110px;
	background-repeat:repeat;
}

.error-section .content-box{
	position:relative;
	text-align:center;
}

.error-section .content-box .icon{
	position:relative;
	margin-bottom:20px;
}

.error-section .content-box h1{
	color:#5caf49;
	font-size:170px;
}

.error-section .content-box h3{
	color:#161216;
	font-weight:700;
	margin-top:30px;
	margin-bottom:15px;
	font-family: 'Overpass', sans-serif;
}

.error-section .content-box .text{
	position:relative;
	font-size:24px;
	color:#161216;
	opacity:0.80;
	line-height:1.5em;
	margin-bottom:20px;
}

/*** 

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section{
	position:relative;
	padding:100px 0px 70px;
	background-size:cover;
}

.contact-form-section .form-column{
	position:relative;
	margin-bottom:30px;
}

.contact-form-section .form-column .inner-column{
	position:relative;
}

.contact-form-section .form-column h3{
	color:#ffffff;
	font-weight:700;
	margin-bottom:20px;
	font-family: 'Overpass', sans-serif;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group{
	margin-bottom:20px;
}

.contact-form .form-group label{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:16px;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#888888;
	height:55px;
	font-size:16px;
	border-radius:0px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#111111;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	color:#888888;
	height:180px;
	background:#ffffff;
	resize:none;
	font-size:16px;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .theme-btn{
	cursor:pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ffffff !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.contact-form-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-form-section .info-column .inner-column{
	position:relative;
	margin-top:95px;
	padding:60px 35px 60px;
}

.contact-form-section .info-column .inner-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#5caf49;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.contact-form-section .info-column .inner-column h2{
	position:relative;
	font-size:40px;
	color:#ffffff;
	display:block;
	margin-bottom:35px;
}

.contact-form-section .info-column .inner-column .phone{
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-family: 'Vast Shadow', cursive;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form-section .info-column .inner-column .phone:hover{
	color:#df1b1e;
}

/*** 

====================================================================
	Map Info Section
====================================================================

***/

.map-info-section{
	position:relative;
	padding:110px 0px 110px;
}

.map-info-section iframe{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 515px;
}

.map-info-section .info-boxed{
	position:relative;
	margin-top:-90px;
	z-index:10;
	margin-left:130px;
	margin-right:130px;
	text-align:center;
	padding:85px 30px 85px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.map-info-section .info-boxed .info-column{
	position:relative;
	margin-bottom:30px;
}

.map-info-section .info-boxed .info-column .inner-column{
	position:relative;
}

.map-info-section .info-boxed .info-column .icon{
	position:relative;
	color:#ffffff;
	width:40px;
	height:40px;
	margin:0 auto;
	font-size:20px;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	margin-bottom:20px;
	display:inline-block;
	background-color:#5caf49;
}

.map-info-section .info-boxed .info-column .text{
	position:relative;
	color:#100c0b;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:10px;
}

.map-info-section .info-boxed .info-column .phone{
	position:relative;
	color:#100c0b;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:10px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.map-info-section .info-boxed .info-column .phone:hover{
	color:#df1b1e;
}

.map-info-section .info-boxed .timing{
	position:relative;
	text-align:center;
	color:#100c0b;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	margin-top:30px;
	margin-bottom:30px;
}

.map-info-section .info-boxed .social-box{
	position:relative;
}

.map-info-section .info-boxed .social-box li{
	position:relative;
	margin:0px 4px;
	display:inline-block;
}

.map-info-section .info-boxed .social-box li a{
	position:relative;
	width:44px;
	height:44px;
	color:#191b64;
	font-size:16px;
	line-height:44px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	background-color:#f3f0f0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.map-info-section .info-boxed .social-box li a:hover{
	color:#ffffff;
	background-color:#df1b1e;
}