.header-transparent+.page-title {
	margin-top: -100px;
}

.pagetitle__subheading {
	font-family: Kristi;
	font-size: 40px;
	color: #f9f9f9;
	display: block;
	margin-bottom: 3px;
}

.pagetitle__heading {
	font-family: "Yeseva One";
	font-size: 55px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}

.pagetitle__desc {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	color: #fff;
	margin-bottom: 0;
}

.page-title {
	padding-top: 283px;
	padding-bottom: 30px;
}

.page-title .breadcrumb {
	margin-top: 143px;
	margin-bottom: 0;
}

.page-title .breadcrumb-item a {
	color: #fff;
}

.page-title .breadcrumb-item a:hover {
	color: #d3a971;
}

.page-title .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	font-family: FontAwesome;
	content: "";
}

.page-title .breadcrumb-item.active {
	color: #d3a971;
}

.page-title-layout2 {
	padding-top: 250px;
	padding-bottom: 85px;
}

.page-title-layout2 .pagetitle__subheading {
	font-family: Poppins;
	font-size: 12px;
	margin-bottom: 9px;
}

.page-title-layout3 {
	padding-top: 287px;
	padding-bottom: 187px;
}

.page-title-layout4 {
	padding-top: 340px;
	padding-bottom: 85px;
}

.page-title-layout5 {
	padding-top: 385px;
	padding-bottom: 60px;
}

.page-title-layout5 .breadcrumb {
	margin-top: 10px;
}

.page-title-layout6 {
	padding-top: 285px;
	padding-bottom: 160px;
}

.page-title-layout6 .breadcrumb {
	margin-top: 15px;
	margin-bottom: 0;
}

.page-title-layout7 {
	padding-top: 290px;
	padding-bottom: 180px;
}

.page-title-layout8 {
	background-color: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 40px;
}

.page-title-layout8 .pagetitle__heading {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	color: #222;
}

.page-title-layout8 .breadcrumb-item a,.page-title-layout8 .breadcrumb-item+.breadcrumb-item::before,.page-title-layout8 .breadcrumb-item.active {
	color: #9b9b9b;
}

.page-title-layout8 .breadcrumb {
	margin-top: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page-title {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.page-title-layout7 {
		padding-top: 190px;
		padding-bottom: 180px;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.page-title {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.pagetitle__desc {
		font-size: 13px;
		font-weight: 400;
	}

	.pagetitle__subheading {
		font-size: 30px;
		margin-bottom: 0;
	}

	.pagetitle__heading {
		font-size: 32px;
	}

	.page-title .breadcrumb {
		margin-top: 20px;
	}

	.page-title-layout7 {
		padding-bottom: 100px;
	}

	.page-title-layout8 {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}

	.page-title-layout8 .breadcrumb {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
}

.btn {
	font-family: Poppins;
	text-transform: capitalize;
	position: relative;
	font-size: 13px;
	font-weight: 700;
	min-width: 170px;
	height: 50px;
	line-height: 48px;
	border-radius: 1px;
	text-align: center;
	padding: 0 10px;
	letter-spacing: 1.3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn.active,.btn:active,.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.btn__block {
	width: 100%;
}

.btn__lg {
	min-width: 210px;
}

.btn__primary {
	background-color: #d3a971;
	color: #fff;
	border: 2px solid #d3a971;
	box-shadow: 0 3px 7px 0 rgba(0,0,0,.15);
}

.btn__primary:active,.btn__primary:focus,.btn__primary:hover {
	background-color: #282828;
	color: #fff;
	border-color: #282828;
}

.btn__primary.btn__hover2:active,.btn__primary.btn__hover2:focus,.btn__primary.btn__hover2:hover {
	background-color: #fff;
	color: #d3a971;
	border-color: #fff;
}

.btn__primary.btn__hover3:active,.btn__primary.btn__hover3:focus,.btn__primary.btn__hover3:hover {
	background-color: transparent;
	color: #d3a971;
}

.btn__secondary {
	background-color: #222;
	color: #fff;
	border: 2px solid #222;
	box-shadow: 0 3px 7px 0 rgba(0,0,0,.15);
}

.btn__secondary:active,.btn__secondary:focus,.btn__secondary:hover {
	background-color: #d3a971;
	color: #fff;
	border-color: #d3a971;
}

.btn__secondary.btn__hover2:active,.btn__secondary.btn__hover2:focus,.btn__secondary.btn__hover2:hover {
	background-color: #fff;
	color: #222;
	border-color: #fff;
}

.btn__white {
	background-color: #fff;
	color: #282828;
	border: 2px solid #fff;
	box-shadow: 0 3px 7px 0 rgba(0,0,0,.15);
}

.btn__white:active,.btn__white:focus,.btn__white:hover {
	background-color: #d3a971;
	color: #fff;
	border-color: #d3a971;
}

.btn__white.btn__hover2:active,.btn__white.btn__hover2:focus,.btn__white.btn__hover2:hover {
	background-color: #282828;
	color: #fff;
	border-color: #282828;
}

.btn__rounded {
	border-radius: 50px;
}

.btn__link {
	background-color: transparent;
	border-color: transparent;
	min-width: 0;
	line-height: 1;
	height: auto;
	padding: 0 0 5px 0;
	border: none;
	box-shadow: none!important;
}

.btn__link:after,.btn__link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
}

.btn__link:before {
	width: 0;
	z-index: 2;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

.btn__link:hover:before {
	width: 100%;
}

.btn__link.btn__primary {
	color: #d3a971;
}

.btn__link.btn__primary:after {
	background-color: #d3a971;
}

.btn__link.btn__primary:active,.btn__link.btn__primary:focus,.btn__link.btn__primary:hover {
	color: #222;
	background-color: transparent;
	border-color: transparent;
}

.btn__link.btn__primary:active:before,.btn__link.btn__primary:focus:before,.btn__link.btn__primary:hover:before {
	background-color: #222;
}

.btn__link.btn__primary.btn__hover2:active,.btn__link.btn__primary.btn__hover2:focus,.btn__link.btn__primary.btn__hover2:hover {
	color: #fff;
}

.btn__link.btn__primary.btn__hover2:active:before,.btn__link.btn__primary.btn__hover2:focus:before,.btn__link.btn__primary.btn__hover2:hover:before {
	background-color: #fff;
}

.btn__link.btn__secondary {
	color: #222;
}

.btn__link.btn__secondary:after {
	background-color: #222;
}

.btn__link.btn__secondary:active,.btn__link.btn__secondary:focus,.btn__link.btn__secondary:hover {
	color: #d3a971;
	background-color: transparent;
	border-color: transparent;
}

.btn__link.btn__secondary:active:before,.btn__link.btn__secondary:focus:before,.btn__link.btn__secondary:hover:before {
	background-color: #d3a971;
}

.btn__bordered {
	background-color: transparent;
}

.btn__bordered.btn__primary {
	color: #d3a971;
	border-color: #d3a971;
}

.btn__bordered.btn__primary:active,.btn__bordered.btn__primary:focus,.btn__bordered.btn__primary:hover {
	color: #fff;
	background-color: #d3a971;
	border-color: #d3a971;
}

.btn__bordered.btn__secondary {
	color: #222;
	border-color: #222;
}

.btn__bordered.btn__secondary:active,.btn__bordered.btn__secondary:focus,.btn__bordered.btn__secondary:hover {
	color: #fff;
	background-color: #222;
	border-color: #222;
}

.btn__bordered.btn__white {
	color: #fff;
	border-color: #fff;
}

.btn__bordered.btn__white:active,.btn__bordered.btn__white:focus,.btn__bordered.btn__white:hover {
	color: #d3a971;
	background-color: #fff;
	border-color: #fff;
}

.btn__white.btn__secondary {
	color: #222;
	border-color: #fff;
	background-color: #fff;
}

.btn__white.btn__secondary:active,.btn__white.btn__secondary:focus,.btn__white.btn__secondary:hover {
	color: #fff;
	background-color: #d3a971;
	border-color: #d3a971;
}

.btn i {
	margin-right: 9px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.btn {
		font-size: 12px;
		min-width: 100px;
		height: 40px;
		line-height: 38px;
		letter-spacing: 1px;
	}
}

.form-group {
	position: relative;
	margin-bottom: 30px;
}

.form-control {
	height: 50px;
	background-color: #f6f6f6;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	padding: 0 15px;
	font-size: 14px;
	width: 100%;
	color: #9b9b9b;
}

.form-control:focus {
	background-color: #f6f6f6;
	border-color: #d3a971;
}

.form-control::-webkit-input-placeholder {
	color: #9b9b9b;
}

.form-control:-moz-placeholder {
	color: #9b9b9b;
}

.form-control::-moz-placeholder {
	color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
	color: #9b9b9b;
}

textarea.form-control {
	min-height: 122px;
	line-height: 1.5;
	padding-top: 10px;
}

.form-control.nice-select {
	margin-bottom: 30px;
}

.nice-select .list {
	width: 100%;
	max-height: 50vh;
	overflow-y: auto;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.form-control {
		height: 40px;
	}
}

.nav-tabs .nav__link {
	display: block;
	padding-bottom: 3px;
	margin-right: 30px;
	font-size: 13px;
	font-weight: 700;
	color: #222;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.nav-tabs .nav__link:last-of-type {
	margin-right: 0;
}

.nav-tabs .nav__link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 2px;
	background-color: #d3a971;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.nav-tabs .nav__link.active,.nav-tabs .nav__link:hover {
	color: #d3a971;
}

.nav-tabs .nav__link.active:after,.nav-tabs .nav__link:hover:after {
	width: 100%;
}

.tab-content {
	padding-top: 35px;
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.nav-tabs .nav__link {
		margin-right: 15px;
	}
}

.social__icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}

.social__icons li {
	margin-right: 20px;
}

.social__icons li:last-of-type {
	margin-right: 0;
}

.social__icons li a {
	display: block;
	line-height: 1;
	font-size: 15px;
	color: #282828;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.social__icons li a:hover {
	color: #d3a971;
}

.social__icons-white li a {
	color: #fff;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
}

.breadcrumb-item {
	line-height: 1;
}

.pagination li {
	margin-right: 10px;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination li a {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: transparent;
	border: 1px solid #eee;
	border-radius: 2px;
	color: #9b9b9b;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.pagination li a i {
	font-weight: 700;
}

.pagination li a.current,.pagination li a:hover {
	box-shadow: 0 3px 7px 0 rgba(0,0,0,.15);
	background-color: #d3a971;
	border-color: #d3a971;
	color: #fff;
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.pagination li a {
		font-size: 13px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

.list-items li {
	position: relative;
	padding-left: 20px;
	font-size: 13px;
	margin-bottom: 7px;
}

.list-items li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #d3a971;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list-items.list-items-right li {
	text-align: right;
	padding-left: 0;
	padding-right: 20px;
}

.list-items.list-items-right li:before {
	right: 0;
	left: auto;
}

.alert-panel {
	position: relative;
	background-color: #f6f6f6;
	padding: 30px;
	border-radius: 4px;
	margin-bottom: 40px;
}

.alert-panel:after {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	height: 2px;
	width: calc(100% - 60px);
	background-color: #d3a971;
}

.alert__title {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}

.alert__desc {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.header {
	position: relative;
	z-index: 1010;
}

.navbar {
	padding: 0;
	height: 100px;
	max-height: 100px;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
}

.navbar>.container,.navbar>.container-fluid {
	position: relative;
	height: 100px;
}

.navbar .navbar-brand {
	padding: 0;
	margin: 0;
	line-height: 100px;
}

.navbar .logo-light {
	display: none;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	border-radius: 0;
	width: 23px;
	position: relative;
}

.navbar .navbar-toggler .menu-lines {
	display: inline-block;
}

.navbar .navbar-toggler .menu-lines:after,.navbar .navbar-toggler .menu-lines:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 2px;
	display: inline-block;
	background-color: #222;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
	top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
	position: absolute;
	top: 5px;
	left: 0;
	width: 17px;
	height: 2px;
	background-color: #222;
}

.navbar .navbar-toggler.actived .menu-lines>span {
	opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar .nav__item {
	position: relative;
	margin-right: 32px;
}

.navbar .nav__item:last-child {
	margin-right: 0;
}

.navbar .nav__item .nav__item-link {
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	position: relative;
	color: #222;
	line-height: 100px;
	letter-spacing: .6px;
}

.navbar .nav__item .nav__item-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	margin: auto;
	display: block;
	background-color: #d3a971;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.navbar .nav__item .nav__item-link.active,.navbar .nav__item .nav__item-link:hover {
	color: #d3a971;
}

.navbar .nav__item .nav__item-link.active:before,.navbar .nav__item .nav__item-link:hover:before {
	width: 100%;
}

.navbar .dropdown-toggle:after {
	content: "";
	font-family: fontAwesome;
	border: none;
	vertical-align: middle;
	margin-left: 0;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navbar .dropdown-menu {
	border-radius: 0;
	border: none;
	margin: 0;
	background-color: #161616;
}

.navbar .dropdown-menu .nav__item {
	padding: 0 40px;
	margin-right: 0;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
	color: #9b9b9b;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 40px;
	white-space: nowrap;
	border-bottom: 1px solid #494b4f;
}

.navbar .dropdown-menu .nav__item .nav__item-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	margin: 0;
	display: block!important;
	background-color: #d3a971;
	-webkit-transition: .8s ease;
	-moz-transition: .8s ease;
	-ms-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
	color: #d3a971;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover:before {
	width: 100%;
}

.navbar .dropdown-menu .nav__item:last-child>.nav__item-link {
	border-bottom: none;
}

.navbar .dropdown-menu .nav__item:last-child>.nav__item-link:before {
	display: none!important;
}

.navbar .dropdown-menu .dropdown-toggle:after {
	right: 0;
}

.header-transparent .navbar {
	border-bottom: 1px solid rgba(255,255,255,.15);
	background-color: transparent;
}

.header-transparent .navbar .navbar-toggler .menu-lines span,.header-transparent .navbar .navbar-toggler .menu-lines:after,.header-transparent .navbar .navbar-toggler .menu-lines:before {
	background-color: #fff;
}

.header-transparent .logo-light {
	display: inline-block;
}

.header-transparent .logo-dark {
	display: none;
}

.header-transparent .nav__item .nav__item-link,.header-transparent .navbar__action-btn {
	color: #fff;
}

.header-transparent .navbar__action-btn-reserve {
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
}

.header-transparent .navbar__action-btn-reserve:hover {
	background-color: #fff;
	border-color: #fff;
	color: #282828;
}

.header-transparent .social__icons li a {
	color: #fff;
}

.header-transparent .navbar.fixed-navbar>.nav__item>.nav__item-link:before {
	background-color: #222;
}

.header-layout2 .navbar__action-btn-reserve {
	border: 2px solid #222;
	color: #222;
}

.header-layout2 .navbar__action-btn-reserve:hover {
	background-color: #222;
	color: #fff;
}

.fixed-navbar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100px;
	max-height: 100px;
	z-index: 1040;
	border-bottom: 0!important;
	background-color: #fff!important;
	box-shadow: 0 3px 4px rgba(0,0,0,.07);
	-webkit-animation: translateHeader .8s;
	-moz-animation: translateHeader .8s;
	-ms-animation: translateHeader .8s;
	-o-animation: translateHeader .8s;
	animation: translateHeader .8s;
}

.fixed-navbar .nav__item .nav__item-link {
	color: #222;
}

.fixed-navbar .logo-light {
	display: none;
}

.fixed-navbar .logo-dark {
	display: inline-block;
}

.fixed-navbar .navbar__action-btn,.fixed-navbar .social__icons li a,.fixed-navbar .social__icons-white li a {
	color: #222;
}

.fixed-navbar .navbar__action-btn-reserve {
	border: 2px solid #222;
	color: #222;
}

.fixed-navbar .navbar__action-btn-reserve:hover {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

@-webkit-keyframes translateHeader {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes translateHeader {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-ms-keyframes translateHeader {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes translateHeader {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes translateHeader {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

.navbar__action-btn {
	position: relative;
	margin-left: 30px;
	color: #222;
}

.navbar__action-btn:hover {
	color: #d3a971;
}

.navbar__action-btn-reserve {
	font-weight: 700;
	min-width: 124px;
	height: 37px;
	line-height: 35px;
	color: #fff;
}

.navbar__action-btn-reserve:hover {
	color: #fff;
}

.cart__label {
	position: absolute;
	top: -7px;
	right: -9px;
	width: 16px;
	height: 16px;
	line-height: 18px;
	border-radius: 50%;
	text-align: center;
	background-color: #d3a971;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	font-family: Poppins;
}

.search-popup {
	position: fixed;
	z-index: 2300;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(27,26,26,.95);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.search-popup .close-search {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.search-popup .module__search-form {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 750px;
	margin: -40px auto 0;
	-webkit-transform: translateY(-50%) scaleX(0);
	-moz-transform: translateY(-50%) scaleX(0);
	-ms-transform: translateY(-50%) scaleX(0);
	-o-transform: translateY(-50%) scaleX(0);
	transform: translateY(-50%) scaleX(0);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition-delay: .5s;
}

.search-popup .module__search-btn {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 80px;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
	transition: .3s ease;
	color: #fff;
}

.search-popup .module__search-btn:hover {
	color: #d3a971;
}

.search-popup .search__input {
	z-index: 1;
	height: 80px;
	padding-left: 50px;
	background: 0 0;
	border: none;
	border-bottom: 1px solid #d3a971;
	width: 100%;
	color: #fff;
	font-size: 35px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.search-popup .search__input::-webkit-input-placeholder {
	color: #fff;
}

.search-popup .search__input:-moz-placeholder {
	color: #fff;
}

.search-popup .search__input::-moz-placeholder {
	color: #fff;
}

.search-popup .search__input:-ms-input-placeholder {
	color: #fff;
}

.search-popup .search__input::placeholder {
	color: #fff;
}

.search-popup.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.search-popup.inActive {
	opacity: 0;
	transition-delay: .5s;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.search-popup.active .module__search-form {
	-webkit-transform: translateY(-50%) scaleX(1);
	-moz-transform: translateY(-50%) scaleX(1);
	-ms-transform: translateY(-50%) scaleX(1);
	-o-transform: translateY(-50%) scaleX(1);
	transform: translateY(-50%) scaleX(1);
}

.search-popup.inActive .module__search-form {
	transition-delay: 0s;
	-webkit-transform: translateY(-50%) scaleX(0);
	-moz-transform: translateY(-50%) scaleX(0);
	-ms-transform: translateY(-50%) scaleX(0);
	-o-transform: translateY(-50%) scaleX(0);
	transform: translateY(-50%) scaleX(0);
}

.cart-popup {
	background-color: #161616;
	width: 310px;
	padding: 40px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1055;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 2px 6px 0 rgba(40,40,40,.1);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

.cart-popup .cart-item {
	position: relative;
	display: flex;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cart-popup .cart-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.cart-popup .cart-item .cart__item-img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 2px;
	margin-right: 15px;
}

.cart-popup .cart-item .cart__item-content {
	flex: 1;
	padding-right: 22px;
}

.cart-popup .cart-item .cart__item-title {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 4px;
}

.cart-popup .cart-item .cart__item-detail {
	color: #d3a971;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.cart-popup .cart-item .cart__item-detail span:first-child {
	padding-right: 4px;
}

.cart-popup .cart-item .cart__item-delete {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #d3a971;
	color: #fff;
	text-align: center;
	font-style: normal;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.cart-popup .cart-item .cart__item-delete:hover {
	background-color: #fff;
	color: #d3a971;
}

.cart-popup .cart-subtotal {
	display: flex;
	justify-content: space-between;
	border-top: 2px solid #494b4f;
	border-bottom: 2px solid #494b4f;
	padding: 18px 0;
	margin-bottom: 20px;
}

.cart-popup .cart-subtotal span {
	font-family: Poppins;
	line-height: 1;
	font-weight: 700;
}

.cart-popup .cart-action .btn {
	min-width: 105px;
	height: 42px;
	line-height: 40px;
}

.cart-popup.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.hamburger-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1100;
	width: 370px;
	height: 100%;
	padding: 100px 40px 40px;
	transition-delay: .6s;
	background-color: #161616;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: .7s ease;
	-moz-transition: .7s ease;
	-ms-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}

.hamburger-menu.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.hamburger-menu .close__hamburger-menu {
	position: absolute;
	top: 50px;
	right: 50px;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
}

.hamburger-menu .close__hamburger-menu:hover {
	color: #d3a971;
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.search-popup .module__search-form {
		max-width: 90%;
	}

	.search-popup .search__input {
		font-size: 20px;
	}
}

@media only screen and (max-width:991px) {
	.navbar .navbar-toggler {
		position: absolute;
		right: 15px;
		height: 13px;
	}

	.navbar .collapse:not(.show) {
		display: block;
	}

	.navbar .navbar-nav {
		margin: 0!important;
	}

	.navbar .nav__item {
		margin-right: 0;
	}

	.navbar .nav__item .nav__item-link {
		color: #fff;
		line-height: 35px;
		padding-left: 15px;
	}

	.navbar .nav__item .nav__item-link:hover {
		color: #d3a971;
	}

	.navbar .nav__item .nav__item-link:before {
		display: none;
	}

	.navbar .navbar-collapse {
		background-color: #161616;
		box-shadow: 0 3px 4px rgba(0,0,0,.07);
		z-index: 50;
		padding: 15px 0;
		position: absolute;
		left: 0;
		width: 100%;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-ms-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
	}

	.navbar .navbar-collapse .navbar-actions {
		padding: 0 15px;
	}

	.navbar .menu-opened.navbar-collapse {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.navbar .dropdown-toggle:after {
		right: 15px;
		content: "L";
		font-family: ElegantIcons;
	}

	.navbar .nav__item.opened>.dropdown-toggle:after,.navbar .nav__item.show>.dropdown-toggle:after {
		content: "K";
	}

	.navbar .dropdown-menu {
		background-color: #161616;
	}

	.navbar .dropdown-menu .nav__item {
		padding: 0 25px;
	}

	.navbar .dropdown-menu .nav__item .nav__item-link {
		padding-left: 0;
	}

	.navbar .dropdown-menu .nav__item .nav__item-link:hover:before {
		display: none!important;
	}

	.navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
		padding-left: 10px;
	}

	.navbar .dropdown-submenu .dropdown-menu .nav__item {
		padding: 0 0 0 15px;
	}

	.navbar .navbar-nav .dropdown-menu.show {
		padding: 0;
	}

	.navbar .mega-dropdown-menu .container {
		max-width: none;
	}

	.navbar .mega-dropdown-menu>.nav__item {
		padding: 0 10px;
	}

	.navbar .mega-dropdown-menu .nav__item {
		padding: 0;
	}

	.fixed-navbar {
		position: static;
		animation: none;
	}

	.navbar-actions-wrap {
		position: absolute;
		top: 50%;
		right: 60px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.navbar__action-btn-reserve {
		display: none;
	}

	.header-transparent+.page-title {
		margin-top: 0;
	}

	.header .navbar,.header-transparent .navbar {
		background-color: #fff;
	}

	.header .logo-dark,.header-transparent .logo-dark {
		display: inline-block;
	}

	.header .logo-light,.header-transparent .logo-light {
		display: none;
	}

	.header .navbar__action-btn,.header .social__icons li a,.header-transparent .navbar__action-btn,.header-transparent .social__icons li a {
		color: #222;
	}

	.header .navbar .navbar-toggler .menu-lines span,.header .navbar .navbar-toggler .menu-lines:after,.header .navbar .navbar-toggler .menu-lines:before,.header-transparent .navbar .navbar-toggler .menu-lines span,.header-transparent .navbar .navbar-toggler .menu-lines:after,.header-transparent .navbar .navbar-toggler .menu-lines:before {
		background-color: #222;
	}

	.header .navbar-expand-lg>.container,.header .navbar-expand-lg>.container-fluid,.header-transparent .navbar-expand-lg>.container,.header-transparent .navbar-expand-lg>.container-fluid {
		width: 100%;
		max-width: none;
	}

	.header .navbar,.header .navbar>.container,.header .navbar>.container-fluid,.header-transparent .navbar,.header-transparent .navbar>.container,.header-transparent .navbar>.container-fluid {
		height: 80px;
	}

	.header .navbar-brand,.header-transparent .navbar-brand {
		margin-left: 15px;
		line-height: 80px;
	}

	.header-layout3 .navbar>.container {
		flex-direction: row;
	}

	.header-layout3 .navbar>.container .navbar-brand img {
		max-height: 60px;
	}

	.cart-popup {
		right: 15px;
	}
}

@media only screen and (min-width:992px) {
	.navbar .dropdown-menu {
		width: auto;
		min-width: 235px;
		box-shadow: 0 2px 6px 0 rgba(40,40,40,.1);
		padding: 25px 0 23px;
	}

	.navbar .dropdown-menu.mega-dropdown-menu {
		padding: 20px;
	}

	.navbar .nav__item.dropdown-submenu>.mega-menu,.navbar .nav__item.with-dropdown>.dropdown-menu,.navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu,.navbar .nav__item.with-dropdown>.mega-menu {
		display: block;
		position: absolute;
		left: 0;
		right: auto;
		z-index: 1050;
		opacity: 0;
		transition: all .4s ease;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
	}

	.navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.with-dropdown>.dropdown-menu,.navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
	}

	.navbar .nav__item.dropdown-submenu:hover>.mega-menu,.navbar .nav__item.with-dropdown:hover>.dropdown-menu,.navbar .nav__item.with-dropdown:hover>.mega-menu,.navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
		opacity: 1;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}

	.navbar .nav__item.with-dropdown.mega-dropdown {
		position: static;
	}

	.navbar .nav__item.with-dropdown .mega-dropdown-menu {
		width: 100%;
	}

	.navbar .dropdown-menu.mega-dropdown-menu .nav__item {
		padding: 0;
	}

	.navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
		overflow: hidden;
		transition: all .4s ease;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
	}

	.navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
		font-family: FontAwesome;
		content: "";
		position: absolute;
		top: auto;
		left: -7px;
		font-size: 7px;
		transition: all .4s ease;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		opacity: 0;
		color: #d3a971;
	}

	.navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
		padding-left: 15px;
	}

	.navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
		opacity: 1;
		left: 4px;
	}

	.navbar-nav>.nav__item>.dropdown-toggle:after {
		display: none;
	}

	.header-layout3 .navbar-brand {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.header-layout3 .navbar .navbar-nav>.nav__item:nth-of-type(4) {
		position: absolute;
		left: 70%;
	}

	.header-layout3 .navbar .navbar-nav>.nav__item:nth-of-type(5) {
		position: absolute;
		left: calc(70% + 80px);
	}

	.header-layout3 .navbar .navbar-nav>.nav__item:nth-of-type(6) {
		position: absolute;
		left: calc(70% + 140px);
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.dropdown-menu.mega-dropdown-menu>.nav__item {
		padding: 0 15px;
	}

	.dropdown-menu.mega-dropdown-menu .nav__item:last-child>.nav__item-link {
		border-bottom: 1px solid #f2f2f2;
	}

	.dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child>.nav__item-link {
		border-bottom: 0;
	}
}

.accordion-item {
	border: 1px solid #d3a971;
	background-color: #fff;
	padding: 25px 30px;
	margin-bottom: 27px;
}

.accordion-item .accordion__item-title {
	color: #282828;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	display: block;
	position: relative;
	padding-right: 25px;
}

.accordion-item .accordion__item-title:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	font-family: Fontawesome;
	background-color: #d3a971;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.accordion-item.opened .accordion__item-title {
	color: #d3a971;
}

.accordion-item.opened .accordion__item-title:after {
	background-color: #d3a971;
	color: #fff;
	content: "";
}

.accordion-item .accordion__item-body {
	padding-top: 25px;
}

.accordion-item .accordion__item-body p {
	margin-bottom: 0;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.accordion-item {
		padding: 15px 20px;
	}
}

.header-transparent+.hero-banner {
	margin-top: -100px;
}

.hero-banner {
	height: 100vh;
}

.hero-banner .hero__banner-inner {
	height: 100vh;
}

.hero-banner .hero__banner-img {
	margin-top: 150px;
	text-align: center;
}

.hero-banner .hero__banner-categories {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}

.hero-banner .hero__banner-categories .cat__item {
	text-align: center;
	margin-right: 55px;
}

.hero-banner .hero__banner-categories .cat__item:last-child {
	margin-right: 0;
}

.hero-banner .hero__banner-categories .cat__item img {
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

.hero-banner .hero__banner-categories .cat__item .cat__item-title {
	display: block;
	font-size: 13px;
	color: #fff;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-ms-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

.hero-banner .hero__banner-categories .cat__item:hover .cat__item-title,.hero-banner .hero__banner-categories .cat__item:hover img {
	opacity: 1;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.hero-banner .divider-shape {
	position: absolute;
	bottom: 0;
	left: 50%;
	fill: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.text-banner {
	padding-top: 235px;
	padding-bottom: 235px;
}

.text-banner .banner__subtitle {
	display: block;
	font-family: Kristi;
	color: #fff;
	font-size: 40px;
	margin-bottom: 10px;
}

.text-banner .banner__title {
	font-family: "Yeseva One";
	color: #fff;
	font-size: 55px;
	font-weight: 500;
	margin-bottom: 0;
}

.text-banner-layout2 {
	padding-top: 180px;
	padding-bottom: 180px;
}

.text-banner-layout2 .divider-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(https://www.ciwideyoutbound.com/images/shapes/shape3.png) repeat-x;
}

.text-banner-layout3 .divider-shape {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 17px;
	background: url(https://www.ciwideyoutbound.com/images/shapes/shape2.png) repeat-x;
}

.text-banner-layout3 .divider-shape-top {
	top: 0;
}

.text-banner-layout3 .divider-shape-bottom {
	bottom: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.text-banner {
		padding-top: 135px;
		padding-bottom: 135px;
	}

	.text-banner .banner__subtitle {
		font-size: 25px;
		margin-bottom: 0;
	}

	.text-banner .banner__title {
		font-size: 45px;
	}

	.text-banner-layout2 {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.text-banner-layout3 {
		padding-top: 130px;
		padding-bottom: 130px;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.hero-banner .hero__banner-img {
		margin: 150px auto 0;
		max-width: 270px;
	}

	.text-banner {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.text-banner .banner__subtitle {
		font-size: 25px;
		margin-bottom: 0;
	}

	.text-banner .banner__title {
		font-size: 35px;
	}

	.text-banner-layout2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.text-banner-layout3 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.footer .contact-box .contact__box-title {
	color: #fff;
}

.footer .footer__newsletter-form .form-group {
	max-width: 260px;
	margin: 0 auto 30px;
}

.footer .footer__newsletter-form .form-group:before {
	content: "";
	position: absolute;
	top: -2px;
	right: 2px;
	bottom: 0;
	left: 2px;
	height: calc(100% + 4px);
	display: block;
	border-radius: 2px;
	border: 1px solid #d3a971;
}

.footer .footer__newsletter-form .form-group .form-control {
	background-color: transparent;
	border: 1px solid #d3a971;
	color: #fff;
	border-radius: 2px;
	padding-right: 40px;
	position: relative;
	z-index: 2;
}

.footer .footer__newsletter-form .form-group .form-control::-webkit-input-placeholder {
	color: #474747;
	font-size: 12px;
}

.footer .footer__newsletter-form .form-group .form-control:-moz-placeholder {
	color: #474747;
	font-size: 12px;
}

.footer .footer__newsletter-form .form-group .form-control::-moz-placeholder {
	color: #474747;
	font-size: 12px;
}

.footer .footer__newsletter-form .form-group .form-control:-ms-input-placeholder {
	color: #474747;
	font-size: 12px;
}

.footer .footer__newsletter-form .form-group .form__submit {
	position: absolute;
	top: 15px;
	right: 20px;
	color: #d3a971;
}

.footer .footer-top {
	padding-top: 100px;
	padding-bottom: 100px;
}

.footer .footer-bottom {
	position: relative;
	background-color: #1b1b1b;
	padding-top: 35px;
	padding-bottom: 35px;
}

.footer .footer-bottom:after {
	content: "";
	position: absolute;
	top: -23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	background-image: url(https://www.ciwideyoutbound.com/images/shapes/shape1.png);
	width: 28px;
	height: 38px;
}

.footer .footer__links li {
	margin-right: 30px;
}

.footer .footer__links li:last-child {
	margin-right: 0;
}

.footer .footer__links li a {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}

.footer .footer__links li a:hover {
	color: #d3a971;
}

.footer .footer__copyright a,.footer .footer__copyright span {
	font-size: 13px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.footer .contact-box {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.footer .contact-box .contact__box-list,.footer .contact-box .contact__box-title {
		margin-bottom: 10px;
	}

	.footer .footer-top {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.footer .footer-top .row>[class*=col-]:nth-of-type(1) {
		order: 2;
	}

	.footer .footer-top .row>[class*=col-]:nth-of-type(2) {
		order: 1;
	}

	.footer .footer-top .row>[class*=col-]:nth-of-type(3) {
		order: 3;
	}

	.footer .footer__links li {
		margin-right: 10px;
	}

	.footer .footer-bottom {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

#scrollTopBtn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 45px;
	height: 45px;
	opacity: 0;
	z-index: 1000;
	font-size: 20px;
	border-radius: 3px;
	color: #fff;
	background-color: #d3a971;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

#scrollTopBtn:hover {
	background-color: #282828;
}

#scrollTopBtn.actived {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

[data-nav=false] .owl-nav.disabled {
	display: none;
}

.owl-carousel .owl-item img {
	width: 100%;
}

.carousel-dots .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.carousel-dots .owl-dots .owl-dot {
	margin: 3px;
}

.carousel-dots .owl-dots .owl-dot span {
	position: relative;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #9b9b9b;
	border: 2px solid #9b9b9b;
	margin: 0;
	display: inline-block;
}

.carousel-dots .owl-dots .owl-dot.active span {
	background-color: transparent;
	border-color: #d3a971;
}

.carousel-dots .owl-dots .owl-dot.active span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #d3a971;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.carousel-dots-light .owl-dots .owl-dot span {
	background-color: #fff;
	border-color: #fff;
	opacity: .8;
}

.carousel-arrows .owl-nav .owl-next,.carousel-arrows .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #999;
	font-size: 0;
	font-weight: 400;
	text-align: center;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	border-radius: 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transform: translateY(-50%);
}

.carousel-arrows .owl-nav .owl-next:hover,.carousel-arrows .owl-nav .owl-prev:hover {
	color: #d3a971;
	background-color: transparent;
}

.carousel-arrows .owl-nav .owl-next:after,.carousel-arrows .owl-nav .owl-prev:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #d3a971;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
	transition: opacity .7s ease;
	-webkit-transition: opacity .7s ease;
	-moz-transition: opacity .7s ease;
	-ms-transition: opacity .7s ease;
	-o-transition: opacity .7s ease;
}

.carousel-arrows .owl-nav .owl-next:hover:after,.carousel-arrows .owl-nav .owl-prev:hover:after {
	opacity: 1;
}

.carousel-arrows .owl-nav .owl-prev {
	left: 0;
}

.carousel-arrows .owl-nav .owl-prev:before {
	font-family: FontAwesome;
	content: "";
	font-size: 20px;
}

.carousel-arrows .owl-nav .owl-next {
	right: 0;
}

.carousel-arrows .owl-nav .owl-next:before {
	font-family: FontAwesome;
	content: "";
	font-size: 20px;
}

.carousel-arrows .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	line-height: 1;
}

.header-transparent+.slider {
	margin-top: -100px;
}

.header-transparent+.slider .slide__content {
	padding-top: 100px;
}

.slider {
	padding: 0;
}

.slider .slide-item {
	height: 100vh;
}

.slider .slide__subtitle {
	font-family: Kristi;
	font-size: 40px;
	color: #f9f9f9;
	margin-bottom: 10px;
}

.slider .slide__title {
	font-family: "Yeseva One";
	font-size: 85px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}

.slider .slide__desc {
	font-family: Kristi;
	font-size: 40px;
	color: #f9f9f9;
	margin-bottom: 30px;
}

.slider .carousel-arrows .owl-nav .owl-next,.slider .carousel-arrows .owl-nav .owl-prev {
	border: 0;
	color: #fff;
	border-radius: 50%;
	line-height: 46px;
	opacity: 0;
	transform: scale(.8);
	transition: border .3s linear,opacity .5s ease,transform .4s ease;
}

.slider:hover .carousel-arrows .owl-nav .owl-next,.slider:hover .carousel-arrows .owl-nav .owl-prev {
	transform: scale(1);
	opacity: 1;
}

.slider:hover .carousel-arrows .owl-nav .owl-next:hover,.slider:hover .carousel-arrows .owl-nav .owl-prev:hover {
	border-color: #d3a971;
	color: #d3a971;
}

.slider .carousel-arrows .owl-nav .owl-next:before,.slider .carousel-arrows .owl-nav .owl-prev:before {
	font-family: icomoon;
	font-size: 50px;
	transition: .4s ease;
}

.slider .carousel-arrows .owl-nav .owl-next:before {
	content: "";
}

.slider .carousel-arrows .owl-nav .owl-prev:before {
	content: "";
}

.slider .carousel-arrows .owl-nav .owl-prev {
	left: 30px;
}

.slider .carousel-arrows .owl-nav .owl-next {
	right: 30px;
}

.slider .carousel-arrows .owl-nav .owl-next:after,.slider .carousel-arrows .owl-nav .owl-prev:after {
	display: none;
}

.slider .carousel-arrows .owl-dots {
	bottom: 30px;
	text-align: center;
}

.slider-layout2 .slide__title {
	margin-bottom: 15px;
}

.slider-layout2 .slide__desc {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
}

@media only screen and (min-width:992px) {
	.slider .slide__title {
		padding: 0 30px;
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.slider .slide__title {
		font-size: 70px;
	}

	.slider .carousel-arrows .owl-nav .owl-next {
		right: 10px;
	}

	.slider .carousel-arrows .owl-nav .owl-prev {
		left: 10px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.slider .carousel-arrows .owl-nav .owl-next {
		right: 0;
	}

	.slider .carousel-arrows .owl-nav .owl-prev {
		left: 0;
	}

	.slider .slide__title {
		font-size: 50px;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.header-transparent+.slider {
		margin-top: 0;
	}

	.header-transparent+.slider .slide__content {
		padding-top: 0;
	}

	.slider .slide-item {
		height: calc(100vh - 80px);
	}

	.slider .slide__title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.slider .slide__desc {
		font-size: 27px;
	}

	.slider .carousel-arrows .owl-nav .owl-next,.slider .carousel-arrows .owl-nav .owl-prev {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.slider .carousel-arrows .owl-nav .owl-prev {
		left: 10px;
	}

	.slider .carousel-arrows .owl-nav .owl-next {
		right: 10px;
	}

	.slider .carousel-arrows .owl-nav .owl-next:before,.slider .carousel-arrows .owl-nav .owl-prev:before {
		font-size: 30px;
	}
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.slider .slide__subtitle {
		margin-bottom: 10px;
	}

	.slider .slide__title {
		font-size: 27px;
	}

	.slider .btn {
		font-size: 12px;
		font-weight: 600;
		min-width: 100px;
		height: 35px;
		line-height: 33px;
	}

	.slider .carousel-arrows .owl-nav .owl-next,.slider .carousel-arrows .owl-nav .owl-prev {
		display: none;
	}
}

.feature-item {
	position: relative;
	margin-bottom: 30px;
}

.feature-item .feature__img {
	position: relative;
	overflow: hidden;
}

.feature-item .feature__img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 1;
}

.feature-item .feature__img img {
	-webkit-transition: transform 1.2s ease;
	-moz-transition: transform 1.2s ease;
	-ms-transition: transform 1.2s ease;
	-o-transition: transform 1.2s ease;
	transition: transform 1.2s ease;
}

.feature-item .feature__img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.feature-item .feature__title {
	font-family: Kristi;
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 0;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 3;
	width: 100%;
	text-align: center;
}

.fancybox-item {
	position: relative;
	margin-bottom: 60px;
}

.fancybox-item .fancybox__icon {
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	margin-bottom: 13px;
}

.fancybox-item:hover .fancybox__icon {
	-webkit-animation: slideTopDown .8s infinite alternate;
	-moz-animation: slideTopDown .8s infinite alternate;
	-ms-animation: slideTopDown .8s infinite alternate;
	-o-animation: slideTopDown .8s infinite alternate;
	animation: slideTopDown .8s infinite alternate;
}

.fancybox-item:hover .fancybox__title {
	color: #d3a971;
}

.fancybox-item .fancybox__title {
	font-family: Kristi;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.fancybox-item .fancybox__desc {
	padding: 0 10px;
	margin-bottom: 0;
}

@-webkit-keyframes slideTopDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@-moz-keyframes slideTopDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@-ms-keyframes slideTopDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@-o-keyframes slideTopDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes slideTopDown {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.fancybox-item {
		margin-bottom: 30px;
	}

	.fancybox-item .fancybox__desc {
		padding: 0;
	}
}

.portfolio-item {
	position: relative;
	margin-bottom: 30px;
}

.portfolio-item .portfolio__img {
	position: relative;
}

.portfolio-item .portfolio__img img {
	width: 100%;
}

.portfolio-item .portfolio__hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,.6);
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.portfolio-item .portfolio__hover>a {
	display: block;
	width: 100%;
	height: 100%;
}

.portfolio-item:hover .portfolio__hover {
	opacity: 1;
}

.portfolio-item .portfolio__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}

.portfolio-item .portfolio__title a {
	color: #282828;
}

.portfolio-item .portfolio__title a:hover {
	color: #d3a971;
}

.portfolio-gallery-no-margin .portfolio-item {
	margin-bottom: 0;
}

.zoom__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: block;
	width: 20px;
	height: 20px;
}

.zoom__icon:after,.zoom__icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fff;
}

.zoom__icon:after {
	width: 20px;
	height: 1px;
}

.portfolio-filter {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.portfolio-filter li {
	margin-right: 30px;
}

.portfolio-filter li:last-child {
	margin-right: 0;
}

.portfolio-filter li a {
	position: relative;
	font-family: Poppins;
	color: #282828;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.portfolio-filter li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #d3a971;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.portfolio-filter li a.active,.portfolio-filter li a:hover {
	color: #d3a971;
}

.portfolio-filter li a.active:after,.portfolio-filter li a:hover:after {
	width: 100%;
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.portfolio-filter li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

.member {
	position: relative;
	margin-bottom: 40px;
}

.member .member__img {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.member .member__img img {
	width: 100%;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.member:hover .member__img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.member .member__info {
	padding-top: 27px;
}

.member .member__info .member__name {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 3px;
}

.member .member__info .member__desc {
	font-size: 12px;
	margin-bottom: 0;
}

.member .member__info .membrt__bio {
	padding: 0 20px;
	margin-bottom: 0;
}

.member .divider__img {
	margin-top: 10px;
	margin-bottom: 14px;
}

.member .member__hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.65)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.65),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.65),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom,rgba(0,0,0,.65),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.65),rgba(0,0,0,0));
	background-image: linear-gradient(bottom,rgba(0,0,0,.65),rgba(0,0,0,0));
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.member .member__content-inner {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.member .social__icons li {
	margin-right: 10px;
}

.member .social__icons li:last-child {
	margin-right: 0;
}

.member .social__icons li a {
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-ms-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}

.member .social__icons li a i {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.member .social__icons li a i:hover {
	opacity: .7;
}

.member .social__icons li a .fa-facebook {
	background-color: #5d82d1;
}

.member .social__icons li a .fa-twitter {
	background-color: #40bff5;
}

.member .social__icons li a .fa-google-plus {
	background-color: #eb5e4c;
}

.member .social__icons li:nth-of-type(2) a {
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-ms-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

.member .social__icons li:nth-of-type(3) a {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.member .social__icons li:nth-of-type(4) a {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.member:hover .member__hover {
	opacity: 1;
}

.member:hover .member__content-inner {
	bottom: 50px;
	opacity: 1;
}

.member:hover .social__icons li a {
	opacity: 1;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.member {
		max-width: 400px;
		margin: 0 auto 30px;
	}

	.member .member__info {
		padding-top: 15px;
	}

	.member .member__info .member__name {
		font-size: 16px;
		margin-bottom: 0;
	}

	.member .member__info .membrt__bio {
		font-size: 12px;
		padding: 0;
	}
}

.testimonial-item {
	position: relative;
	background-color: #fff;
	padding: 50px 30px 43px;
	border-radius: 3px;
	text-align: center;
}

.testimonial-item:after,.testimonial-item:before {
	content: "";
	position: absolute;
	border-radius: 2px;
	border: 1px solid #d3a971;
	display: block;
}

.testimonial-item:before {
	right: 20px;
	bottom: 20px;
	left: 20px;
	height: calc(100% - 40px);
}

.testimonial-item:after {
	right: 22px;
	top: 18px;
	left: 22px;
	height: calc(100% - 36px);
}

.testimonial-item .testimonial__rating {
	line-height: 1;
	margin-bottom: 21px;
}

.testimonial-item .testimonial__rating i {
	color: #ffc80a;
}

.testimonial-item .testimonial__content {
	position: relative;
}

.testimonial-item .testimonial__desc {
	margin-bottom: 17px;
}

.testimonial__meta {
	position: relative;
	z-index: 2;
}

.testimonial__meta .testimonial__meta-title {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
}

.testimonial__meta .testimonial__meta-desc {
	font-family: Kristi;
	font-size: 28px;
	margin-bottom: 0;
}

.testimonial__thumb {
	width: 44px;
	height: 44px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #d3a971;
	padding: 2px;
	margin-bottom: 26px;
}

.testimonial__thumb:after {
	content: "";
	position: absolute;
	top: 43px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 16px;
	height: 16px;
	border: 8px solid #d3a971;
	border-bottom-color: transparent;
}

.testimonial__thumb img {
	max-width: 100%;
	border-radius: 50%;
}

.testimonials .owl-stage-outer {
	margin: -15px;
	padding: 15px;
}

.testimonials-layout2 .testimonial-item {
	background-color: transparent;
	padding: 0 30px;
}

.testimonials-layout2 .testimonial-item:after,.testimonials-layout2 .testimonial-item:before {
	display: none;
}

.testimonials-layout2 .testimonial-item .testimonial__desc {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}

.testimonials-layout2 .testimonial-item .testimonial__meta-title {
	color: #fff;
}

.testimonials-layout2 .testimonial__thumb {
	width: 70px;
	height: 70px;
}

.testimonials-layout2 .testimonial__thumb:after {
	top: 68px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.testimonial-item {
		padding: 20px 20px 24px 15px;
	}

	.testimonial-item .testimonial__rating,.testimonial-item .testimonial__thumb {
		margin-bottom: 15px;
	}

	.testimonials-layout2 .testimonial-item {
		padding: 0;
	}

	.testimonials-layout2 .testimonial-item .testimonial__desc {
		font-size: 18px;
		line-height: 24px;
	}
}

.cta__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 11px;
}

.cta__desc {
	margin-bottom: 0;
}

.cta__actions {
	display: flex;
	text-align: right;
	justify-content: flex-end;
}

.cta__actions .btn {
	margin-left: 30px;
}

.cta__actions-text p {
	font-size: 12px;
}

.cta__actions-text span {
	font-family: Kristi;
	font-size: 40px;
	line-height: 1;
}

.cta-layout2 .cta__subtitle {
	font-family: Kristi;
	font-size: 40px;
	color: #fff;
}

.cta-layout2 .cta__title {
	font-family: "Yeseva One";
	font-size: 85px;
	font-weight: 400;
	color: #fff;
}

.cta-layout2 .cta__desc {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 32px;
}

.cta-layout3 {
	padding-top: 230px;
	padding-bottom: 220px;
}

.cta-layout3 .cta__title {
	font-size: 55px;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.cta-layout2 .cta__title {
		font-size: 60px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.cta-layout2 .cta__title {
		font-size: 50px;
	}

	.cta-layout3 {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.cta-layout3 .cta__title {
		font-size: 45px;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.cta-layout1 {
		text-align: center;
	}

	.cta-layout1 .cta__actions {
		display: block;
		text-align: center;
	}

	.cta-layout1 .cta__actions .btn {
		margin: 10px 0 0 0;
	}

	.cta-layout1 .cta__desc {
		margin-bottom: 10px;
	}

	.cta-layout2 .cta__subtitle {
		font-size: 30px;
	}

	.cta-layout2 .cta__title {
		font-size: 35px;
		margin-bottom: 0;
	}

	.cta-layout2 .cta__desc {
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 10px;
	}

	.cta-layout3 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.cta-layout3 .cta__title {
		font-size: 32px;
	}
}

.client {
	position: relative;
	text-align: center;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.client img {
	display: inline-block;
	width: auto!important;
	max-width: 100%;
}

.post-item {
	position: relative;
	margin-bottom: 40px;
}

.post-item .post__img {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.post-item .post__img:after,.post-item .post__img:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	z-index: 1;
	background: #fff;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

.post-item .post__img:after {
	opacity: .5;
}

.post-item .post__img:before,.post-item .post__img:hover:before {
	right: 0;
	top: 0;
}

.post-item .post__img:after,.post-item .post__img:hover:after {
	left: 0;
	bottom: 0;
}

.post-item .post__img:hover:after,.post-item .post__img:hover:before {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.post-item .post__content {
	padding-left: 30px;
	padding-right: 15px;
}

.post-item .post__meta>* {
	margin-bottom: 11px;
}

.post-item .post__meta .post__meta-cat,.post-item .post__meta .post__meta-tag {
	display: inline-flex;
}

.post-item .post__meta .post__meta-cat a,.post-item .post__meta .post__meta-cat span,.post-item .post__meta .post__meta-tag a,.post-item .post__meta .post__meta-tag span {
	background-color: #d3a971;
	color: #fff;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	padding: 0 10px;
	border-radius: 3px;
	margin-right: 4px;
}

.post-item .post__meta .post__meta-cat a:last-child,.post-item .post__meta .post__meta-cat span:last-child,.post-item .post__meta .post__meta-tag a:last-child,.post-item .post__meta .post__meta-tag span:last-child {
	margin-right: 0;
}

.post-item .post__meta .post__meta-cat a:hover,.post-item .post__meta .post__meta-cat span:hover,.post-item .post__meta .post__meta-tag a:hover,.post-item .post__meta .post__meta-tag span:hover {
	background-color: #282828;
}

.post-item .post__meta .post__meta-cat span,.post-item .post__meta .post__meta-tag span {
	transition: .3s linear;
}

.post-item .post__meta-comments-count,.post-item .post__meta-date {
	font-size: 12px;
}

.post-item .post__title {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	margin-bottom: 11px;
}

.post-item .post__title a {
	color: #282828;
}

.post-item .post__title a:hover {
	color: #d3a971;
}

.post-item .post__desc {
	margin-top: 14px;
	margin-bottom: 0;
}

.post-item .btn__link {
	margin-top: 23px;
}

.blog-standard .post-item .post__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}

.blog-standard .post-item .post__content {
	padding-left: 40px;
}

.blog-standard .post-item .post__meta {
	display: flex;
	align-items: center;
}

.blog-standard .post-item .post__meta>* {
	margin-right: 20px;
}

.blog-single .post-item .post__content {
	padding-left: 0;
}

.blog-single .post-item .post__desc {
	margin-bottom: 38px;
}

.blog-single .post-item .post__desc p {
	padding-left: 40px;
	line-height: 23px;
	margin-bottom: 30px;
}

.blog-widget {
	padding: 40px;
}

.blog__widget-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
}

.post-share {
	display: flex;
	align-items: center;
}

.post-share .post__share-title {
	font-size: 14px;
	margin-right: 25px;
	line-height: 1;
	margin-bottom: 0;
}

.post-share .social__icons li a {
	font-size: 14px;
}

.post-author {
	display: flex;
	background-color: #f6f6f6;
}

.post-author .post__author-avatar {
	width: 90px;
	height: 90px;
	min-width: 90px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.post-author .post__author-avatar img {
	border-radius: 3px;
}

.post-author .post__author-bio {
	line-height: 23px;
	margin-bottom: 13px;
}

.post-author .social__icons li a {
	font-size: 15px;
	margin-right: 27px;
	color: #5d5d5d;
}

.post-author .social__icons li a:hover {
	color: #222;
}

.post-author .social__icons li a:last-child {
	margin-right: 0;
}

.post-comments,.post-comments-form {
	position: relative;
	border: 1px solid #d3a971;
}

.post-comments-form:before,.post-comments:before {
	content: "";
	position: absolute;
	top: -4px;
	right: 2px;
	bottom: 0;
	left: 2px;
	height: calc(100% + 8px);
	display: block;
	border-radius: 2px;
	border: 1px solid #d3a971;
}

.comments-list .comment__item {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dbdbdb;
	margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.comments-list .comment__item .comment__content {
	padding-left: 70px;
}

.comments-list .comment__item .comment__content .comment__author {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__date {
	color: #616161;
	font-size: 12px;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
	font-size: 14px;
	margin-bottom: 8px;
}

.comments-list .comment__item .comment__content .comment__reply {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #d3a971;
	display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
	color: #282828;
}

.comments-list .comment__item .nested__comment {
	border-top: 1px dashed #dbdbdb;
	padding: 30px 0 0 0;
	margin: 30px 0 0 90px;
}

.post-comments-form .form-group {
	margin-bottom: 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.post-item .post__title {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.post-item .post__content {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.post-item .btn__link {
		margin-top: 10px;
	}

	.post-author,.post-share {
		padding: 15px;
		margin-left: 0!important;
	}

	.widget-tags {
		margin-left: 0!important;
	}

	.post-single .post-item .post__desc p {
		padding-left: 0;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.comments-list .comment__item .comment__avatar {
		width: 40px;
		height: 40px;
	}

	.comments-list .comment__item .comment__content {
		padding-left: 60px;
	}
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.blog-standard .post-item .post__meta>* {
		margin-right: 5px;
	}

	.post-author {
		display: block;
	}
}

.contact .btn__link {
	color: #d3a971;
}

.contact .contact-box .contact__box-title {
	font-size: 16px;
}

.contact .contact-box .contact__box-list li {
	font-size: 13px;
	line-height: 23px;
}

.contact .social__icons li {
	margin-right: 10px;
}

.contact .social__icons li:last-of-type {
	margin-right: 0;
}

.contact .social__icons li a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	background-color: #d3a971;
	color: #fff;
	box-shadow: 0 3px 7px 0 rgba(0,0,0,.15);
}

.contact .social__icons li a:hover {
	background-color: #282828;
}

.contact-box {
	margin-bottom: 30px;
}

.contact-box .contact__box-title {
	font-size: 14px;
	font-weight: 700;
}

.contact-box .contact__box-list {
	margin-bottom: 25px;
}

.contact-layout2 .contact-box {
	padding: 0 30px;
	margin-top: 50px;
}

.contact-layout2 .contact-box .contact__box-title {
	color: #d3a971;
}

.contact-layout2 .reservation__banner {
	min-height: 380px;
	max-width: 400px;
	margin: -190px auto 0;
}

@media only screen and (max-width:992px) {
	.contact-layout2 .contact-box {
		margin: 30px 0;
	}

	.contact-layout2 .reservation__banner {
		margin: 0 auto;
	}
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.contact-box .contact__box-title {
		margin-bottom: 10px;
	}

	.contact-layout2 .contact-box {
		padding: 0;
	}

	.form-control.nice-select,.form-group {
		margin-bottom: 15px;
	}
}

.product-item {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 50px;
}

.product-item .product__img {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.product-item .product__img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .2;
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),#1b1a1a 100%);
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0),#1b1a1a 100%);
	background-image: -ms-linear-gradient(top,rgba(0,0,0,0),#1b1a1a 100%);
	background-image: -o-linear-gradient(top,rgba(0,0,0,0),#1b1a1a 100%);
	background-image: linear-gradient(top,rgba(0,0,0,0),#1b1a1a 100%);
}

.product-item .product__cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 5px;
}

.product-item .product__cat a {
	position: relative;
	font-size: 11px;
	padding-right: 12px;
}

.product-item .product__cat a:hover {
	color: #d3a971;
}

.product-item .product__cat a:after {
	content: "-";
	position: absolute;
	top: 0;
	right: 3px;
	color: #9b9b9b;
}

.product-item .product__cat a:last-child {
	padding-right: 0;
}

.product-item .product__cat a:last-child::after {
	display: none;
}

.product-item .product__action {
	position: absolute;
	bottom: -50px;
	width: 100%;
	left: 0;
	z-index: 2;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.product-item:hover .product__action {
	bottom: 0;
}

.product__title {
	font-size: 18px;
	margin-bottom: 10px;
}

.product__title a {
	color: #222;
}

.product__title a:hover {
	color: #d3a971;
}

.product__price {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #d3a971;
}

.related__products-title {
	font-size: 15px;
}

.list-view {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.list-view .product-item {
	display: flex;
	border: 1px solid #eee;
}

.list-view .product-item .product__img {
	position: static;
	flex: 0 0 40%;
	max-width: 40%;
	margin-bottom: 0;
}

.list-view .product-item .product__img:after {
	display: none;
}

.list-view .product-item .product__cat {
	justify-content: flex-start;
}

.list-view .product-item .product__content {
	flex: 0 0 60%;
	max-width: 60%;
	padding: 20px;
	text-align: left;
}

.list-view .product-item .product__hover {
	opacity: 1;
	background-image: none;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.list-view .product-item .product__action {
	left: calc(40% + 20px);
	width: auto;
	bottom: 30px;
}

.list-view .product-item .btn:hover {
	background-color: #282828;
	border-color: #282828;
	color: #fff;
}

.product-single .quantity__input-wrap .qty-input {
	width: 60px;
	height: 50px;
	margin: 0;
	color: #9b9b9b;
	font-weight: 600;
	padding-right: 10px;
}

.product-single .quantity__input-wrap i {
	width: auto;
	height: auto;
	line-height: 1;
	border: 5px solid transparent;
	position: absolute;
	right: 10px;
}

.product-single .quantity__input-wrap .increase-qty {
	top: 7px;
	border-bottom-color: #9b9b9b;
}

.product-single .quantity__input-wrap .decrease-qty {
	bottom: 7px;
	border-top-color: #9b9b9b;
}

.product__meta-title {
	font-size: 12px;
	color: #282828;
}

.product__meta-cat a,.product__meta-tags a {
	position: relative;
	font-size: 12px;
	padding-right: 6px;
}

.product__meta-cat a:after,.product__meta-tags a:after {
	content: "-";
	position: absolute;
	top: -2px;
	right: -2px;
	color: #9b9b9b;
}

.product__meta-cat a:last-child,.product__meta-tags a:last-child {
	padding-right: 0;
}

.product__meta-cat a:last-child:after,.product__meta-tags a:last-child:after {
	display: none;
}

.product__share-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 14px;
}

.quantity__input-wrap {
	display: inline-flex;
	position: relative;
}

.quantity__input-wrap i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	border: 1px solid #eee;
	text-align: center;
	color: #d3a971;
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.qty-input {
	background-color: #f6f6f6;
	width: 30px;
	height: 25px;
	border: 1px solid #dbdbdb;
	text-align: center;
	color: #9b9b9b;
	font-weight: 600;
	font-size: 16px;
	padding: 0;
	margin: 0 5px;
	border-radius: 1px;
	-moz-appearance: textfield;
}

.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product__tabs .tab-content {
	padding-top: 20px;
}

.product__tabs .tab-content p {
	line-height: 22px;
}

.product__tabs .tab-content p :last-child {
	margin-bottom: 0;
}

.product__tabs .reviews__form .form-control {
	border: 1px solid #e6e6e6;
	height: 40px;
	padding: 0 10px;
}

.product__tabs .reviews__form .form-control:focus {
	border-color: #d3a971;
}

.product__tabs .reviews__form textarea.form-control {
	min-height: 120px;
}

.filtering-options {
	display: flex;
	justify-content: space-between;
	border: 1px solid #dbdbdb;
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.filtering-options .select-box {
	position: relative;
	display: inline-block;
}

.filtering-options .select-box:before {
	content: "";
	font-family: fontAwesome;
	position: absolute;
	top: 5px;
	right: 10px;
}

.filtering-options .select-box select {
	padding: 0 20px 0 10px;
	height: 30px;
	border: 1px solid #eee;
	min-width: 128px;
	color: #9b9b9b;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.filtering-options .sort-box {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.filtering-options .sort-box:last-of-type {
	margin-right: 0;
}

.filter-option-sorting {
	display: flex;
	align-items: center;
}

.filter-option-view span,.sort-box span {
	font-family: Poppins;
	color: #282828;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-right: 8px;
}

.filter-option-view a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #9b9b9b;
	margin-right: 8px;
}

.filter-option-view a:last-child {
	margin-right: 0;
}

.filter-option-view a.active,.filter-option-view a:hover {
	color: #d3a971;
}

.shop__cat-item {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
	margin-bottom: 30px;
}

.shop__cat-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(27,26,26,.25);
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.shop__cat-item .btn {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 3;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.shop__cat-item img {
	width: 100%;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.shop__cat-item:hover:before {
	background-color: rgba(27,26,26,.75);
}

.shop__cat-item:hover .btn {
	background-color: #d3a971;
	border-color: #d3a971;
	color: #fff;
}

.shop__cat-item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cart-table {
	margin-bottom: 50px;
}

.cart-table .table {
	border: 1px solid #dbdbdb;
	border-radius: 0;
	margin-bottom: 0;
}

.cart-table thead {
	background-color: transparent;
}

.cart-table thead tr th {
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #282828;
	line-height: 50px!important;
	border-bottom-width: 0!important;
	border-color: #eee;
	padding: 0;
}

.cart-table tbody tr td {
	padding: 20px;
	border-color: #eee;
}

.cart-table .cart__product-item {
	position: relative;
	display: flex;
}

.cart-table .cart__product-price,.cart-table .cart__product-total {
	font-size: 13px;
	font-weight: 600;
	line-height: 26px;
	color: #d3a971;
	text-align: center;
}

.cart-table .cart__product-quantity {
	text-align: center;
}

.cart-table .cart__product-quantity input {
	width: 30px;
	height: 25px;
	border: 1px solid #eee;
	border-radius: 2px;
	text-align: center;
	color: #222;
	font-size: 14px;
	line-height: 25px;
	margin-right: 5px;
}

.cart-table .cart__product-img {
	width: 50px;
	margin-right: 20px;
}

.cart-table .cart__product-title h6 {
	font-size: 14px;
	font-weight: 700;
}

.cart-table .cart__product-remove {
	position: absolute;
	right: 20px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	font-size: 9px;
	background-color: #222;
	color: #fff;
	border-radius: 1px;
	text-align: center;
	cursor: pointer;
}

.cart-table .cart__product-remove:hover {
	background-color: #d3a971;
}

.cart-table .cart__product-action td {
	padding: 30px 20px 20px;
}

.cart-table .cart__product-action td .form-control {
	font-size: 12px;
	font-weight: 400;
	width: 250px;
	height: 42px;
	line-height: 25px;
	border: 1px solid #dbdbdb;
}

.cart-table .cart__product-action td .btn {
	line-height: 39px;
	height: 42px;
	min-width: 134px;
}

.cart-table .cart__product-action td .cart__product-action-content {
	display: flex;
	justify-content: space-between;
}

.cart__shiping,.cart__total-amount {
	background-color: #f9f9f9;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	padding: 30px 20px;
	margin-bottom: 30px;
}

.cart__shiping h6,.cart__total-amount h6 {
	font-size: 16px;
	margin-bottom: 25px;
}

.cart__total-amount ul li {
	font-size: 13px;
	line-height: 36px;
	display: flex;
	justify-content: space-between;
}

.cart__total-amount ul li span:first-of-type {
	font-weight: 600;
	color: #d3a971;
}

.cart__shiping .form-control {
	border: 1px solid #dbdbdb;
	font-size: 12px;
	font-weight: 400;
	height: 42px;
	line-height: 42px;
	margin-bottom: 20px;
}

.cart__shiping .btn {
	line-height: 39px;
	height: 42px;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.product__form-wrap form {
		display: block;
	}

	.product__action-btns .btn {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.product__quantity-title {
		margin-bottom: 10px;
	}

	.shop__cat-item .btn {
		bottom: 20px;
		left: 20px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.filtering-options {
		display: block;
		text-align: center;
		padding: 15px;
	}

	.filtering-options .sort-box {
		margin-right: 15px;
	}

	.filtering-options .select-box {
		margin-left: 0;
	}

	.filter-option-sorting {
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.product__form-wrap form {
		display: block;
	}

	.product__action-btns .btn {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.product__quantity-title {
		margin-bottom: 14px;
	}

	.shopping-cart .container {
		max-width: 100%;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.product-item {
		margin-bottom: 30px;
	}

	.filter-option-sorting,.filtering-options .sort-box {
		margin-right: 15px;
	}

	.filter-option-view span,.sort-box span {
		display: block;
		margin-bottom: 5px;
	}

	.product__action-btns .btn {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.product__quantity-title {
		margin-bottom: 14px;
	}

	.list-view .product-item .product__action {
		bottom: 10px;
		left: calc(40% + 10px);
	}

	.list-view .product-item .product__action .btn {
		min-width: 80px;
		font-size: 10px;
		height: 25px;
		line-height: 23px;
	}

	.list-view .product-item .product__content {
		padding: 10px;
	}

	.list-view .product-item .product__title {
		font-size: 15px;
		line-height: 1.1;
	}

	.shopping-cart .container {
		max-width: 100%;
	}

	.cart-table tbody tr td {
		padding: 5px;
	}

	.cart-table .cart__product-img {
		width: 40px;
		margin-right: 5px;
	}

	.cart-table .cart__product-remove {
		right: 5px;
	}

	.cart-table .cart__product-title h6 {
		font-size: 12px;
		font-weight: 400;
	}

	.cart-table .cart__product-price,.cart-table .cart__product-total {
		font-size: 10px;
	}

	.cart-table .quantity__input-wrap i {
		width: 15px;
		height: 20px;
		line-height: 20px;
	}

	.cart-table .cart__product-quantity input {
		width: 30px;
		height: 20px;
	}

	.cart-table .cart__product-action-content {
		display: block!important;
	}
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.product-item img {
		width: 100%;
	}

	.product-item .product__content {
		padding: 15px 10px;
	}

	.list-view .product-item {
		max-width: none;
	}

	.list-view .product-item .product__action .btn {
		min-width: 100px;
		font-size: 11px;
		height: 35px;
		line-height: 33px;
	}

	.list-view .product-item .product__content {
		padding: 10px;
	}

	.list-view .product-item .product__title {
		font-size: 15px;
		line-height: 1.1;
	}

	.shop__cat-item .btn {
		bottom: 20px;
		left: 20px;
		width: 130px;
		height: 40px;
		line-height: 38px;
	}

	.cart-table .cart__product-price,.cart-table .cart__product-total {
		font-size: 10px;
		font-weight: 400;
		padding: 0;
	}

	.cart-table thead tr th {
		font-size: 10px;
	}
}

@media only screen and (min-width:320px) and (max-width:440px) {
	.filtering-options {
		display: block;
		padding: 10px;
	}

	.filter-option-sorting,.filtering-options .sort-box {
		margin: 0 0 10px 0;
		display: block;
	}

	.filtering-options .select-box {
		display: block;
	}

	.filtering-options .select-box select {
		width: 100%;
		height: 35px;
	}

	.list-view .product-item .product__title {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.list-view .product-item .product__price {
		font-size: 15px;
	}
}

.widget {
	background-color: #f6f6f6;
	padding: 40px;
	margin-bottom: 30px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget .widget__title {
	font-size: 16px;
	letter-spacing: .5px;
	margin-bottom: 26px;
}

.widget-search .widget__form-search {
	position: relative;
}

.widget-search .widget__form-search button {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 0;
	color: #d3a971;
}

.widget-about img {
	margin-bottom: 26px;
}

.widget-about p {
	margin-bottom: 11px;
}

.widget-about .btn__link {
	line-height: 1;
	width: auto;
	height: auto;
	border: none;
	color: #d3a971;
}

.widget-about .btn__link:hover {
	color: #222;
}

.widget-categories li a {
	display: block;
	position: relative;
	font-size: 12px;
	font-weight: 700;
	color: #d3a971;
	padding: 11px 10px;
	border-bottom: 1px solid #dbdbdb;
}

.widget-categories li a:before {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget-categories li a:hover {
	color: #222;
}

.widget-categories li:last-child a {
	border-bottom: 0;
}

.widget-tags ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.widget-tags ul li a {
	display: block;
	font-size: 14px;
	background-color: #d3a971;
	color: #fff;
	line-height: 1;
	border-radius: 3px;
	text-transform: capitalize;
	padding: 7px 9px;
	margin: 0 10px 10px 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.widget-tags ul li a:hover {
	background-color: #222;
	color: #fff;
}

.widget-poducts .widget-product-item {
	display: flex;
	margin-bottom: 30px;
}

.widget-poducts .widget-product-item:last-of-type {
	margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget__product-title {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget__product-title a {
	color: #222;
}

.widget-poducts .widget-product-item:hover .widget__product-title a {
	color: #d3a971;
}

.widget-poducts .widget-product-item .widget__product-img {
	margin-right: 20px;
	width: 50px;
	min-width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 5px;
}

.widget-poducts .widget-product-item .widget__product-img img {
	width: 100%;
	height: 100%;
}

.widget-poducts .widget-product-item .widget__product-price {
	font-family: Poppins;
	font-size: 13px;
	font-weight: 600;
	color: #d3a971;
}

.widget-posts .widget-post-item {
	margin-bottom: 28px;
}

.widget-posts .widget-post-item:last-of-type {
	margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title a {
	color: #222;
}

.widget-posts .widget-post-item:hover .widget__post-title a {
	color: #d3a971;
}

.widget-posts .widget-post-item .widget__post-img {
	margin-bottom: 17px;
}

.widget-posts .widget-post-item .widget__post-date {
	line-height: 1;
	font-size: 13px;
	display: block;
	margin-bottom: 6px;
}

.sidebar-layou2 .widget {
	background-color: transparent;
	padding: 0;
	margin-bottom: 50px;
}

.ui-slider {
	position: relative;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-widget.ui-widget-content {
	border: none;
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	width: 8px;
	height: 8px;
	background-color: #d3a971;
	border-radius: 2px;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.widget-filter .ui-slider {
	background-color: #dbdbdb;
	border-radius: 0;
	height: 4px;
	margin-bottom: 18px;
}

.widget-filter .ui-slider-range {
	height: 4px;
	background-color: #d3a971;
}

.widget-filter .price-output {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
	margin-bottom: 26px;
}

.widget-filter label {
	color: #9b9b9b;
	font-size: 12px;
	margin-bottom: 0;
}

.widget-filter input {
	background-color: transparent;
	color: #d3a971;
	font-size: 12px;
	border: none;
	max-width: 120px;
}

.widget-filter .btn {
	height: auto;
	line-height: 1;
	padding: 0;
	font-size: 12px;
}

.widget-filter .btn:after,.widget-filter .btn:before {
	display: none;
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.widget {
		padding: 15px;
		margin-bottom: 20px;
	}

	.widget .widget__title {
		margin-bottom: 10px;
	}

	.widget-tags ul li a {
		margin: 0 5px 5px 0;
	}
}

.events .post-item .post__content {
	padding-left: 0;
}

.events .post-item .post__title {
	font-size: 19px;
}

.events .post-item .btn__link {
	margin-top: 8px;
}

.events .post-item .post__meta-tag {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	white-space: nowrap;
	margin: 0;
}

.events .post-item .post__meta-tag.sold-out span {
	background-color: red;
}

.menu-item {
	position: relative;
	margin-bottom: 20px;
}

.menu-item .menu__item-title {
	font-size: 16px;
	margin-bottom: 7px;
}

.menu-item .menu__item-price {
	font-family: Kristi;
	font-size: 30px;
	color: #d3a971;
	line-height: 1;
}

.menu-item .menu__item-desc {
	margin-bottom: 0;
}

.menu-item .pricing__tag {
	display: inline-block;
	position: relative;
	background-color: #d3a971;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	padding: 0 10px;
	border-radius: 3px;
}

.menu-item .menu__item-img {
	margin-bottom: 28px;
}

.menu__block-title {
	font-family: "Yeseva One";
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.menu-layout1 .menu-item {
	padding-bottom: 11px;
	border-bottom: 1px dashed #dbdbdb;
	margin-bottom: 20px;
}

.menu-layout1 .menu-item .menu__item-title {
	display: inline-block;
	margin-right: 10px;
}

.menu-layout1 .menu-item .menu__item-price {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	min-width: 50px;
	text-align: right;
}

.menu-layout2 .menu-wrapper {
	padding-bottom: 0;
}

.menu-layout2 .menu-item {
	margin-bottom: 35px;
}

.menu-layout2 .menu-item .menu__item-desc,.menu-layout2 .menu-item .menu__item-title {
	margin-bottom: 5px;
}

.menu-layout3 .menu-item {
	margin-bottom: 40px;
}

.menu-layout3 .menu-item .menu__item-content {
	position: relative;
}

.menu-layout3 .menu-item .menu__item-title {
	display: inline-block;
}

.menu-layout3 .menu-item .menu__item-price {
	position: absolute;
	top: 0;
	right: 0;
}

.menu-layout3 .menu-item .menu__item-img {
	position: relative;
	overflow: hidden;
}

.menu-layout3 .menu-item .menu__item-img img {
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

.menu-layout3 .menu-item:hover .menu__item-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.menu-layout4 .menu-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-shadow: 0 1px 73px rgba(40,40,40,.1);
	margin-bottom: 0;
}

.menu-layout4 .menu-item .menu__item-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,.6);
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.menu-layout4 .menu-item .menu__item-hover>a {
	display: block;
	width: 100%;
	height: 100%;
}

.menu-layout4 .menu-item:hover .menu__item-hover {
	opacity: 1;
}

.menu-layout4 .menu-item .menu__item-content,.menu-layout4 .menu-item .menu__item-img {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 0;
}

.menu-layout4 .menu-item .menu__item-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	padding: 40px 30px;
}

.menu-layout4 .menu-item .menu__item-content:after,.menu-layout4 .menu-item .menu__item-content:before {
	content: "";
	position: absolute;
	border-radius: 2px;
	border: 1px solid #d3a971;
	display: block;
}

.menu-layout4 .menu-item .menu__item-content:before {
	right: 20px;
	bottom: 20px;
	left: 20px;
	height: calc(100% - 40px);
}

.menu-layout4 .menu-item .menu__item-content:after {
	right: 22px;
	top: 18px;
	left: 22px;
	height: calc(100% - 36px);
}

.menu-layout4 .menu-item .menu__item-img img {
	width: 100%;
}

.menu-layout4 .menu-item .menu__item-title {
	font-family: "Yeseva One";
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 22px;
}

.menu-layout4 .menu-item .menu__item-divider {
	margin-bottom: 19px;
}

.menu-layout4 .menu-item .pricing__tag {
	margin-bottom: 25px;
}

.menu-layout4 .menu-item .menu__item-desc {
	margin-bottom: 17px;
}

.menu-layout4 .menu-item .menu__item-price {
	font-size: 35px;
}

.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(1) .menu-item,.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(2) .menu-item,.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(5) .menu-item,.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(6) .menu-item {
	flex-direction: row-reverse;
}

.menu-wrapper {
	position: relative;
	background-color: #fff;
	padding: 50px 50px 20px;
	border-radius: 2px;
	border: 1px solid #d3a971;
	margin-bottom: 30px;
}

.menu-wrapper:before {
	content: "";
	position: absolute;
	top: -4px;
	right: 2px;
	bottom: 0;
	left: 2px;
	height: calc(100% + 8px);
	display: block;
	border-radius: 2px;
	border: 1px solid #d3a971;
}

.menu-container {
	background-color: #fff;
	padding: 20px 20px 10px;
	border-radius: 2px;
}

@media (min-width:1400px) {
	.menu-layout6 .heading__title {
		font-size: 55px;
	}

	.menu-layout6 .menu__card-inner {
		padding: 0 100px;
	}
}

@media (min-width:992px) {
	.menu-item:last-of-type {
		border-bottom: 0;
	}

	.menu-layout2 .menu-item {
		display: flex;
	}

	.menu-layout2 .menu-item .menu__item-img {
		-ms-flex: 0 0 34.4%;
		flex: 0 0 34.4%;
		max-width: 34.4%;
		margin-bottom: 0;
	}

	.menu-layout2 .menu-item .menu__item-content {
		-ms-flex: 0 0 65.6%;
		flex: 0 0 65.6%;
		max-width: 65.6%;
		padding-left: 15px;
	}

	.menu-layout6 .menu__card-inner {
		padding: 0 50px;
	}
}

@media (max-width:992px) {
	.menu-wrapper {
		padding: 15px;
	}

	.menu-layout2 .menu-item {
		margin-bottom: 20px;
	}

	.menu-layout2 .menu-item:last-child {
		margin-bottom: 0;
	}

	.menu-layout6 .menu__card-inner {
		padding: 0 15px;
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.menu-layout4 .menu-item .menu__item-content {
		padding: 25px;
	}
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.menu-item .menu__item-desc {
		font-size: 12px;
	}

	.menu-layout1 .menu-item .menu__item-price {
		position: static;
		text-align: left;
	}

	.menu-layout4 .menu-item {
		flex-direction: column!important;
	}

	.menu-layout4 .menu-item .menu__item-content,.menu-layout4 .menu-item .menu__item-img {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.menu-layout4 .menu-item .menu__item-img {
		padding: 0 10px;
	}

	.menu-layout4 .menu-item .menu__item-content {
		padding: 30px 20px;
	}

	.menu-layout4 .menu-item .menu__item-desc,.menu-layout4 .menu-item .menu__item-icon,.menu-layout4 .menu-item .menu__item-title {
		margin-bottom: 10px;
	}
}

.reservation__form {
	position: relative;
	background-color: #fff;
	max-width: 850px;
	margin: auto;
	padding: 50px;
	border: 1px solid #d3a971;
	border-radius: 2px;
}

.reservation__form:before {
	content: "";
	position: absolute;
	top: -4px;
	right: 2px;
	bottom: 0;
	left: 2px;
	height: calc(100% + 8px);
	display: block;
	border-radius: 2px;
	border: 1px solid #d3a971;
}

.reservation__banner {
	position: relative;
	text-align: center;
	max-width: 390px;
	margin: 20px auto;
}

.reservation__banner .reservation__banner-inner {
	position: relative;
	z-index: 2;
	padding: 75px 50px 60px;
}

.reservation__banner .reservation__banner-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.reservation__banner .reservation__banner-contact-label,.reservation__banner .reservation__banner-inner-subtitle {
	font-family: Kristi;
	font-size: 30px;
	color: #d3a971;
	display: block;
	margin-bottom: 0;
}

.reservation__banner .reservation__banner-contact-phone,.reservation__banner .reservation__banner-inner-title {
	font-family: "Yeseva One";
	font-size: 27px;
	color: #fff;
	margin-bottom: 6px;
}

.reservation__banner ul {
	margin-bottom: 26px;
}

.reservation__banner ul li {
	display: flex;
	justify-content: space-between;
	line-height: 40px;
	border-bottom: 1px dashed #494b4f;
}

.reservation__banner ul li:last-child {
	border-bottom: 0;
}

.reservation__banner .reservation__banner-contact-phone {
	display: block;
}

.reservation__form textarea.form-control {
	min-height: 90px;
}

.reservation__form .reservation__form-heading h5 {
	font-size: 22px;
	font-weight: 700;
}

.reservation__form .reservation__form-heading a {
	color: #d3a971;
	font-size: 13px;
	display: block;
	margin-bottom: 20px;
}

.page-title+.reservation-layout2 {
	margin-top: -80px;
	z-index: 3;
}

.reservation-layout2 .reservation-container {
	padding: 70px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 5px 83px 0 rgba(40,40,40,.08);
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.reservation-layout2 .reservation-container .reservation__banner {
	flex: 0 0 40%;
	max-width: 40%;
	margin: 0;
}

.reservation-layout2 .reservation-container .reservation__form {
	flex: 0 0 57%;
	max-width: 57%;
	padding: 50px 40px;
	margin: 0;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.reservation-layout2 .reservation-container {
		padding: 40px;
	}

	.reservation-layout2 .reservation-container .reservation__form {
		padding: 20px 30px;
	}
}

@media (max-width:992px) {
	.reservation-layout2 .reservation-container {
		flex-direction: column;
		padding: 30px;
	}

	.reservation-layout2 .reservation-container .reservation__banner {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.reservation-layout2 .reservation-container .reservation__form {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.reservation__form {
		text-align: center;
		padding: 10px;
	}

	.reservation__banner .reservation__banner-inner {
		padding: 30px;
	}

	.reservation-layout2 .reservation-container {
		padding: 10px;
	}

	.reservation-layout2 .reservation-container .reservation__banner {
		width: 100%;
	}

	.reservation-layout2 .reservation-container .reservation__form {
		padding: 10px;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.about .mr-30 {
		margin-right: 0!important;
	}

	.about .ml-30 {
		margin-left: 0!important;
	}
}