
.parallax-window {
	min-height: 550px;
background: transparent; }

/* .top-header .parallax-window {
min-height: 400vh; } */

html {
overflow-x: hidden; }

body {
	background-color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	line-height: 1.714;
	color: #616f7d;
overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
line-height: 1; }

.img-full {
width: 100%; }

.top-header .animated {
opacity: 0; }

.swin-bg-transparent {
background: transparent !important; }

/* #Slider Arrow */
.slick-arrow {
	position: absolute;
	top: 48%;
	z-index: 1;
	opacity: 0.7;
cursor: pointer; }
.slick-arrow .arrow-slide {
position: relative; }
.slick-arrow .arrow-slide i {
	font-size: 16px;
	color: #bbbbbb;
	border: 2px solid #ededed;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 36px;
text-align: center; }
.slick-arrow .arrow-slide:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	width: 60px;
	height: 2px;
background-color: #ededed; }
.slick-arrow.prev-slide .arrow-slide:before {
left: 100%; }
.slick-arrow.next-slide .arrow-slide:before {
right: 100%; }
.slick-arrow:hover {
opacity: 1; }
.slick-arrow.slide-vertical {
    top: auto;
bottom: 0; }
.slick-arrow.slide-vertical .arrow-slide:before {
display: none; }
.slick-arrow.slide-vertical.next-slide {
	left: 0;
right: auto; }
.slick-arrow.slide-vertical.prev-slide {
	left: 50px;
right: auto; }

.next-slide {
right: 30px; }

.prev-slide {
left: 30px; }

.slick-slide {
position: relative; }

/* ==========================================================================
	#Loader
========================================================================== */
.sk-circle {
	margin: 0;
	width: 60px;
	height: 60px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -30px;
margin-left: -30px; }

.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
top: 0; }

.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 20%;
	height: 20%;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle.sk-circle-out .sk-child:before {
	width: 20%;
height: 20%; }

.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
transform: rotate(30deg); }

.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
transform: rotate(60deg); }

.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
transform: rotate(90deg); }

.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
transform: rotate(120deg); }

.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
transform: rotate(150deg); }

.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
transform: rotate(180deg); }

.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
transform: rotate(210deg); }

.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
transform: rotate(240deg); }

.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
transform: rotate(270deg); }

.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
transform: rotate(300deg); }

.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
animation-delay: -1s; }

.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
	transform: scale(0); }
	40% {
		-webkit-transform: scale(1);
	transform: scale(1); } }
	
	@keyframes sk-circleBounceDelay {
		0%, 80%, 100% {
			-webkit-transform: scale(0);
		transform: scale(0); }
		40% {
			-webkit-transform: scale(1);
		transform: scale(1); } }
		
		/* ==========================================================================
			#Header
		========================================================================== */
		header {
			position: absolute;
			z-index: 2;
			width: 100%;
		top: 0; }
		header + div {
		padding-top: 135px; }
		header.header-transparent + div {
		padding-top: 0; }
		
		/* #Header Top */
		.header-top {
			color: #616f7d;
			background-color: transparent;
			height: 35px;
			border: none;
		border-bottom: 1px solid #eaeaea; }
		.header-top a {
		color: #616f7d; }
		.header-top:before {
			content: '';
		clear: both; }
		.header-top:after {
			content: '';
			display: table;
		clear: both; }
		.header-top .topbar-left {
		float: left; }
		.header-top .topbar-right {
		float: right; }
		.header-top .topbar-right .item {
		position: relative; }
		.header-top .topbar-right .item:not(:first-child):before {
			content: "";
			position: absolute;
			width: 1px;
			background-color: #c4c4c4;
			height: 35%;
			top: 50%;
			left: -12px;
		transform: translateY(-50%); }
		.header-top .item {
			display: inline-block;
			line-height: 35px;
			margin-right: 15px;
		font-size: 13px; }
		.header-top .item i {
		margin-right: 7px; }
		.header-top ul.wg-social li:last-child {
		padding-right: 0; }
		.header-top .socials-nb li a i {
		color: #616f7d; }
		.header-top .wg-social {
		margin: 0; }
		
		.header-top.top-layout-02 {
			color: #fff;
			background-color: #b60b20;
		border: none; }
		.header-top.top-layout-02 a {
		color: #ffffff; }
		.header-top.top-layout-02 .topbar-right .item:not(:first-child):before {
		background-color: rgba(255, 255, 255, 0.4); }
		.header-top.top-layout-02 .socials-nb li a i {
		color: #ffffff; }
		
		.header-top.top-layout-01 {
			color: #fff;
			background-color: transparent;
		border-color: rgba(255, 255, 255, 0.3); }
		.header-top.top-layout-01 a {
		color: #ffffff; }
		.header-top.top-layout-01 .topbar-right .item:not(:first-child):before {
		background-color: #ababab; }
		.header-top.top-layout-01 .socials-nb li a i {
		color: #ffffff; }
		
		header.header-fixed .header-top {
		display: none; }
		
		/* #Header Main */
		.header-main {
			background-color: #fff;
			height: 100px;
			-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease; }
		.header-main .header-logo {
			width: 250px;
			min-height: 100px;
			float: left;
			position: relative;
			-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease; }
		.header-main .logo {
			position: absolute;
			top: 50%;
			-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%); }
		.header-main .main-nav-wrapper {
		float: right; }
		
		/* #Main Navigation */
		#main-nav {
		/* Dropdow Menu */ }
		#main-nav > li {
			display: block;
		padding: 0 15px; }
		#main-nav > li > a {
			line-height: 80px;
			color: #29272e;
			text-transform: uppercase;
			-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease; }
		#main-nav > li > a:hover, #main-nav > li a:focus {
		background-color: transparent; }
		#main-nav > li > a {
		position: relative; }
		#main-nav > li > a:after {
			content: '';
			position: absolute;
			height: 2px;
			left: 15px;
			width: 0;
			top: 50%;
			margin-top: 15px;
			background-color: #b60b20;
			-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease; }
		#main-nav > li.current-menu-item > a, #main-nav > li:hover > a {
		position: relative; }
		#main-nav > li.current-menu-item > a:after, #main-nav > li:hover > a:after {
		width: 60px; }
		#main-nav > li.active > a {
			position: relative;
		background-color: transparent; }
		#main-nav > li.active > a:after {
		width: 60px; }
		#main-nav > .open > a {
		background-color: transparent; }
		#main-nav .dropdown .dropdown-menu {
			opacity: 0;
			z-index: -1;
			left: 0;
			margin: 0;
			padding: 0;
			min-width: 180px;
			border-radius: 0;
			border: 0;
			-webkit-box-shadow: 0 5px 19px rgba(0, 0, 0, 0.2);
			box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
			-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease; }
		#main-nav .dropdown .dropdown-menu > li > a {
		padding: 10px 20px; }
		#main-nav .dropdown.open > .dropdown-menu {
			opacity: 1;
			z-index: 99;
		left: 15px; }
		#main-nav .dropdown.dropdown-mega {
		position: static; }
		#main-nav .dropdown.dropdown-mega .dropdown-mega-menu {
		width: 100%; }
		
		
		
		/* #Header Fixed */
		header.header-fixed {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
		z-index: 99; }
		header.header-fixed .header-main {
			background-color: rgba(255, 255, 255, 0.95);
			height: 60px;
			-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
			-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
		header.header-fixed .header-main .header-logo {
		min-height: 60px; }
		header.header-fixed .header-main .utility-nav .search-bar {
		line-height: 40px; }
		header.header-fixed .header-main #main-nav > li > a {
			color: #29272e;
		line-height: 40px; }
		header.header-fixed #st-trigger-effects {
		line-height: 60px; }
		header.header-fixed #st-trigger-effects .st-btn-efect {
		color: #000; }
		
		
		
		
		/* ==========================================================================
			#Content
		========================================================================== */
		
		
		/* #Page Title */
		.page-title {
			background-image: url("../../images/background/pagetitle-bg.jpg");
			position: relative;
			background-position: center center;
			background-repeat: no-repeat;
			background-attachment: fixed;
		background-size: cover; }
		.page-title:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		background-color: rgba(0, 0, 0, 0.5); }
		.page-title .title-wrapper {
			padding: 140px 0;
			text-align: center;
		position: relative; }
		.page-title .title-wrapper ul.bread-crumb {
			list-style: none;
			padding-left: 0;
		margin-bottom: 0; }
		.page-title .title-wrapper ul.bread-crumb li {
			font-size: 14px;
			display: inline-block;
		position: relative; }
		.page-title .title-wrapper ul.bread-crumb li.main {
			color: #bbbbbb;
		margin-left: 50px; }
        .page-title .title-wrapper ul.bread-crumb li.main:before {
			content: '';
			position: absolute;
			width: 5px;
			height: 5px;
			border-radius: 50%;
			background-color: #fff;
			top: 12px;
		margin-left: -10px; }
        .page-title .title-wrapper ul.bread-crumb li.main span:before {
			content: "";
			position: absolute;
			width: 40px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #fff;
			top: 14px;
		margin-left: -50px; }
		.page-title .title-wrapper ul.bread-crumb li.sub {
			margin-left: 10px;
			text-transform: capitalize;
		color: #fff; }
        .page-title .title-wrapper ul.bread-crumb li.sub:before {
			position: absolute;
			content: ".";
			color: #fff;
			font-size: 18px;
			top: 0;
			line-height: 18px;
		margin-left: -10px; }
		.page-title .title {
			color: #fff;
			font-family: "Rancho", sans-serif;
			font-size: 64px;
			text-transform: uppercase;
			line-height: 1;
		margin-bottom: 20px; }
		.page-title .subtitle {
			color: #d2d2d2;
		font-size: 16px; }
		
		.divider {
			position: relative;
			width: 225px;
			margin: auto;
		height: 15px; }
		.divider .line-before, .divider .line-after {
			position: absolute;
			height: 1px;
			background-color: #fff;
		width: 100px; }
		.divider .line-before {
		left: 0; }
		.divider .line-after {
		right: 0; }
		.divider .dot {
			position: absolute;
			width: 11px;
			height: 11px;
			border-radius: 50%;
			border: 1px solid #fff;
			top: -6px;
			left: 50%;
		transform: translateX(-50%); }
		.divider .dot:before, .divider .dot:after {
			content: '';
			position: absolute;
			height: 5px;
			width: 5px;
			background-color: #fff;
			top: 3px;
			left: 50%;
		border-radius: 50%; }
		.divider .dot:before {
		transform: translateX(-15px); }
		.divider .dot:after {
		transform: translateX(9px); }
		
		/* #Page Content */
		.page-content-wrapper {
		background-color: #fff; }
		
		.page-content {
		padding: 100px 0; }
		
		.page-content.no-padding {
		padding: 0; }
		
		#totop {
			box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
			position: fixed;
			bottom: 40px;
			right: 1.5%;
			display: none;
			z-index: 9;
			background: #b60b20;
			border: 3px solid #ffffff;
			border-radius: 50%;
			height: 47px;
			width: 47px;
			text-align: center;
		transition: all 0.2s linear; }
		#totop i {
			color: #ffffff;
			line-height: 40px;
			font-size: 20px;
		transition: all 0.2s ease; }
		#totop:hover i {
		line-height: 35px; }
		
		
		
		
		/* ==========================================================================
			1. GLOBAL-COMPONENT
		========================================================================== */
		section {
		background-size: cover; }
		
		.section {
		background-color: #FFF; }
		
		.font-bold {
		font-weight: 700; }
		
		*:focus {
		outline: none; }
		
		a {
			-webkit-transition: color 0.3s ease;
			-moz-transition: color 0.3s ease;
		transition: color 0.3s ease; }
		
		a:focus {
			outline: none;
		background-color: transparent; }
		
		a:hover {
			text-decoration: none;
		color: #b60b20; }
		
		.text-default {
		color: #b60b20; }
		
		.form-control {
			background-color: transparent;
			border: 1px solid #e6e6e6;
			border-radius: 0;
			height: 40px;
			box-shadow: none;
		padding: 6px 12px; }
		.form-control:focus {
		box-shadow: none; }
		
		select.form-control {
		padding-left: 7px; }
		
		div[class*='col-'] .item {
		margin-top: 40px; }
		
		.col-md-4:nth-child(-n+3) .item {
		margin-top: 0; }
		
		.col-md-3:nth-child(-n+4) .item {
		margin-top: 0; }
		
		.col-md-6:nth-child(-n+2) .item {
		margin-top: 0; }
		
		.col-md-12:first-child .item {
		margin-top: 0; }
		
		.col-md-3:nth-child(4n+5) {
		clear: left; }
		
		.col-md-4:nth-child(3n+4) {
		clear: left; }
		
		.col-md-6:nth-child(2n+3) {
		clear: left; }
		
		.margin-top-100 {
		margin-top: 100px; }
		
		.swin-margin-bottom-40 {
		margin-bottom: 40px; }
		
		.margin-bottom-20 {
		margin-bottom: 20px !important; }
		
		.margin-top-50 {
		margin-top: 50px; }
		
		.padding-bottom-100 {
		padding-bottom: 100px; }
		
		.padding-top-120 {
		padding-top: 120px; }
		
		.margin-bottom-100 {
		margin-bottom: 100px; }
		
		.padding-top-100 {
		padding-top: 100px; }
		
		/* Blockquote */
		blockquote {
			border-left: 0;
			background-color: #f7f7f7;
			padding: 50px 60px 30px 85px;
		position: relative; }
		blockquote:before {
			content: "\f10d";
			font: normal normal normal 14px/1 FontAwesome;
			font-size: 32px;
			position: absolute;
			top: 30px;
			left: 50px;
			color: #d5d5d5;
		font-style: italic; }
		blockquote p {
			font-size: 22px;
			font-weight: 700;
			color: #b60b20;
			font-style: italic;
			line-height: 32px;
		margin-bottom: 20px; }
		blockquote footer {
			text-align: right;
			font-style: italic;
		font-weight: 700; }
		blockquote footer:before {
		display: none; }
		blockquote footer cite {
		font-weight: 400; }
		
		/* ==========================================================================
			2. Shortcode
		========================================================================== */
		/* #General */
		.swin-sc:before {
			content: '';
		display: table; }
		
		.swin-sc:after {
			content: '';
			clear: both;
		display: table; }
		
		.slick-slide img {
		margin: auto; }
		
		/* #Transition */
		.swin-transition, a#open-popup, #popup, .color-setting li, .color-setting a, .swin-sc-contact .item .media-left .wrapper-icon, .swin-sc-product.products-02 .products .item .block-img:before, .swin-btn, .swin-btn:after, ul.nav.nav-tabs > li > a, .title, .title a, .socials li a, .swin-sc-isotope .grid-item .grid-wrap-item:before, .swin-sc-isotope .grid-item .gallery-title, .swin-sc-video .play-btn, .swin-sc-event .swin-sc-event-inner, .swin-sc-partner .item img, .swin-sc-contact-form .form-group .input-group .input-group-addon {
			-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease; }
		
		
		
		.main-carousel .slick-arrow .arrow-slide i {
			width: 30px;
			height: 30px;
			line-height: 28px;
			font-size: 14px;
			color: #676766;
		border-color: #c9c9c9; }
		
		.main-carousel .prev-slide {
		left: -38px; }
		
		.main-carousel .next-slide {
		right: -38px; }
		
		
		
		/* #Button */
		.swin-btn {
			min-width: 50px;
			min-height: 20px;
			padding: 10px 35px;
			background-color: #b60b20;
			border: 1px solid #b60b20;
			text-transform: uppercase;
			border-radius: 25px;
			display: inline-block;
			position: relative;
		color: #fff; }
		.swin-btn a {
		color: #fff; }
		.swin-btn span {
			position: relative;
			top: 0;
			transition: all 0.3s ease;
		transition-delay: 0.2s; }
		.swin-btn:before {
			content: '';
			position: absolute;
			height: 1px;
			left: 35px;
			right: 35px;
			bottom: 5px;
			background-color: #fff;
			opacity: 0;
			transition: all 0.3s ease;
		transition-delay: 0.2s; }
		.swin-btn:after {
			content: '';
			position: absolute;
			width: 5px;
			height: 5px;
			border-radius: 50%;
			background-color: #fff;
			top: 50%;
			right: 12px;
		margin-top: -3px; }
		.swin-btn:hover {
		color: #fff; }
		.swin-btn:hover span {
			color: #fff;
		top: -2px; }
		.swin-btn:hover:before {
			opacity: 1;
		bottom: 12px; }
		.swin-btn:hover:after {
			right: 50%;
		opacity: 0; }
		.swin-btn:focus {
		background-color: #b60b20; }
		.swin-btn.btn-reverse:hover {
			background-color: #fff;
			color: #b60b20;
		border-color: #fff; }
		.swin-btn.btn-reverse:hover span {
		color: #b60b20; }
		.swin-btn.btn-reverse:hover:after {
		background-color: #b60b20; }
		.swin-btn.btn-transparent {
			background-color: transparent;
		color: #b60b20; }
		.swin-btn.btn-transparent span {
		color: #b60b20; }
		.swin-btn.btn-transparent:after {
		background-color: #b60b20; }
		.swin-btn.btn-transparent:hover {
			color: #fff;
		border-color: #b60b20; }
		.swin-btn.btn-transparent:hover span {
		color: #b60b20; }
		.swin-btn.btn-transparent:hover:before {
		background-color: #b60b20; }
		.swin-btn.btn-transparent.btn-white {
		border-color: #fff; }
		.swin-btn.btn-transparent.btn-white span {
		color: #fff; }
		.swin-btn.btn-transparent.btn-white:after {
		background-color: #fff; }
		.swin-btn.btn-transparent.btn-white:hover {
			color: #fff;
		border-color: #fff; }
        .swin-btn.btn-transparent.btn-white:hover span {
		color: #fff; }
        .swin-btn.btn-transparent.btn-white:hover:before {
		background-color: #fff; }
		
		.swin-btn.btn-sm {
			padding: 6px 24px;
		font-size: 12px; }
		.swin-btn.btn-sm:before {
			left: 24px;
		right: 24px; }
		.swin-btn.btn-sm:hover:before {
		bottom: 6px; }
		
		.swin-btn-wrap.center {
		text-align: center; }
		
		input.swin-btn:hover {
		background-color: #f37142; }
		
		/* #Block Circle */
		.block-circle {
			width: 80px;
			height: 80px;
			border-radius: 50%;
			background-color: #b60b20;
		border: 3px solid #fff; }
		
		/* #Tab */
		ul.nav.nav-tabs {
			margin-bottom: 35px;
		border-color: #b60b20; }
		ul.nav.nav-tabs > li > a {
			padding: 20px 60px 15px;
			border-radius: 14px 14px 0 0;
			border-color: #e6e6e6;
			border-bottom-color: transparent;
			color: #adadad;
			text-transform: uppercase;
			margin-right: 10px;
		margin-top: 1px; }
		ul.nav.nav-tabs > li > a:hover {
		background-color: transparent; }
		ul.nav.nav-tabs > li.active a {
			color: #29272e;
			border-color: #b60b20;
		border-bottom-color: #fff; }
		
		/* #Title */
		.title {
			font-family: 'Rancho', cursive;
			font-size: 50px;
			text-transform: capitalize;
			color: #29272e;
		margin: 0; }
		.title.white-color {
		color: #ffffff; }
		.title a {
		color: #29272e; }
		.title a:hover {
		color: #b60b20; }
		
		.title-food {
			font-family: 'Rancho', cursive;
			font-size: 30px;
			text-transform: capitalize;
			color: #29272e;
		margin: 0; padding:15px 0; }
		
		.swin-sc-title {
			text-align: center;
			margin-bottom: 50px;
			/* Light */
		/* Style 2 */ }
		.swin-sc-title .top-title {
			font-weight: 500;
			font-size: 16px;
			color: #b60b20;
			position: relative;
			text-transform: uppercase;
			display: inline-block;
		line-height: 1; }
		.swin-sc-title .top-title:before, .swin-sc-title .top-title:after {
			content: '';
			position: absolute;
			width: 3px;
			height: 3px;
			border-radius: 50%;
			background-color: #b60b20;
			top: 50%;
		margin-top: -1px; }
		.swin-sc-title .top-title:before {
		left: -65px; }
		.swin-sc-title .top-title:after {
		right: -65px; }
		.swin-sc-title .top-title span {
		position: relative; }
		.swin-sc-title .top-title span:before, .swin-sc-title .top-title span:after {
			content: '';
			position: absolute;
			width: 50px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #b60b20;
			top: 50%;
		margin-top: 0; }
		.swin-sc-title .top-title span:before {
		left: -65px; }
		.swin-sc-title .top-title span:after {
		right: -65px; }
		.swin-sc-title .subtitle {
		margin-top: 10px; }
		.swin-sc-title.text-left {
		text-align: left; }
		.swin-sc-title.text-left .top-title:before, .swin-sc-title.text-left .top-title span:before {
		display: none; }
		.swin-sc-title.text-right {
		text-align: right; }
		.swin-sc-title.text-right .top-title:after, .swin-sc-title.text-right .top-title span:after {
		display: none; }
		.swin-sc-title.light .title {
		color: #fff; }
		.swin-sc-title.light .subtitle {
		color: #c9c9c9; }
		.swin-sc-title.style-2 .title {
			position: relative;
		padding-bottom: 20px; }
		.swin-sc-title.style-2 .title:before, .swin-sc-title.style-2 .title:after {
			content: '';
			position: absolute;
			width: 5px;
			height: 5px;
			border-radius: 50%;
			background-color: #b60b20;
		bottom: -2px; }
		.swin-sc-title.style-2 .title:before {
			left: 50%;
		margin-left: -25px; }
		.swin-sc-title.style-2 .title:after {
			left: 50%;
		margin-left: 25px; }
		.swin-sc-title.style-2 .title span:after {
			content: '';
			position: absolute;
			width: 50px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #b60b20;
			bottom: 0;
			left: 50%;
		margin-left: -25px; }
		.swin-sc-title.style-2.light .title {
		color: #fff; }
		.swin-sc-title.style-2.text-left span:after {
			left: 25px;
		width: 100px; }
		.swin-sc-title.style-2.text-left .title:after {
		left: 75px; }
		.swin-sc-title.style-2.text-left .title:before {
		display: none; }
		.swin-sc-title.style-2.text-right .title:before {
			left: auto;
		right: 50px; }
		.swin-sc-title.style-2.text-right .title:after {
			left: auto;
		right: 0; }
		.swin-sc-title.style-2.text-right span:after {
			left: auto;
		right: 0; }
		.swin-sc-title.style-3 .title {
			display: inline-block;
			position: relative;
		line-height: 1; }
		.swin-sc-title.style-3 .title:before, .swin-sc-title.style-3 .title:after {
			content: '';
			position: absolute;
			width: 3px;
			height: 3px;
			border-radius: 50%;
			background-color: #b60b20;
		top: 50%; }
		.swin-sc-title.style-3 .title:before {
		left: -65px; }
		.swin-sc-title.style-3 .title:after {
		right: -65px; }
		.swin-sc-title.style-3 .title span:before, .swin-sc-title.style-3 .title span:after {
			content: '';
			position: absolute;
			width: 50px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #b60b20;
			top: 50%;
		margin-top: 1px; }
		.swin-sc-title.style-3 .title span:before {
		left: -65px; }
		.swin-sc-title.style-3 .title span:after {
		right: -65px; }
		.swin-sc-title.style-3.light .title {
		color: #fff; }
		.swin-sc-title.style-4 .title {
		font-size: 80px; }
		.swin-sc-title.style-4 .top-title {
		font-size: 20px; }
		
		/* #Featured Box */
		.sc-featured-box {
			overflow: hidden;
			position: relative;
			box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
		min-height: 200px; }
		.sc-featured-box .box-bg {
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
		bottom: auto; }
		.sc-featured-box:before, .sc-featured-box:after {
			content: '';
			position: absolute;
			display: block;
			left: 30px;
			right: 30px;
			height: 1px;
			background-color: #fff;
			z-index: 1;
			transition: all 0.6s cubic-bezier(0.57, -0.04, 0.32, 1.14);
		transition-delay: 0.1s; }
		.sc-featured-box:before {
			top: 30px;
			left: 100%;
		right: 30px; }
		.sc-featured-box:after {
			bottom: 30px;
			left: 30px;
		right: 100%; }
		.sc-featured-box .box-inner {
			position: relative;
			padding: 100px 35px;
			text-align: center;
			background-color: #FFF;
			height: 100%;
		transition: all 0.4s cubic-bezier(0.57, -0.04, 0.32, 1.14); }
		.sc-featured-box .box-inner:before, .sc-featured-box .box-inner:after {
			content: '';
			position: absolute;
			width: 3px;
			height: 3px;
			border-radius: 50%;
		background-color: #fff; }
		.sc-featured-box .box-inner:before {
			top: 29px;
		right: 30px; }
		.sc-featured-box .box-inner:after {
			bottom: 29px;
		left: 30px; }
		.sc-featured-box .box-inner .box-title {
			opacity: 0;
			font-size: 30px;
			font-weight: 700;
			color: #b60b20;
		margin-bottom: 20px; }
		.sc-featured-box .box-inner .box-content {
			opacity: 0;
			color: #fff;
		margin-bottom: 40px; }
		.sc-featured-box .box-inner .swin-btn {
		opacity: 0; }
		.sc-featured-box .box-inner .showcase {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		background: #fff; }
		.sc-featured-box .box-inner .img-showcase {
			opacity: 1;
			position: absolute;
			width: 100%;
			left: 0;
			top: 0;
		z-index: 2; }
		.sc-featured-box .box-inner .title-showcase {
			opacity: 1;
			position: absolute;
			left: 0;
			width: 100%;
			text-align: center;
			bottom: 60px;
			font-size: 30px;
			font-weight: 700;
			color: #b60b20;
		z-index: 3; }
		.sc-featured-box:hover:before {
		left: 30px; }
		.sc-featured-box:hover:after {
		right: 30px; }
		.sc-featured-box:hover .box-inner {
		background-color: rgba(0, 0, 0, 0.8); }
		.sc-featured-box:hover .box-title {
			opacity: 1;
		color: #fff; }
		.sc-featured-box:hover .box-content {
		opacity: 1; }
		.sc-featured-box:hover .swin-btn {
			opacity: 1;
		display: inline-block; }
		.sc-featured-box:hover .showcase {
		display: none; }
		
		/* #Social List */
		.socials li a {
			display: inline-block;
			background-color: #191c1e;
			width: 35px;
			height: 35px;
			border-radius: 50%;
			text-align: center;
		line-height: 35px; }
		.socials li a:hover {
		background-color: #b60b20; }
		.socials li a i {
		color: #fff; }
		
		.socials-nb li a {
			display: inline-block;
			width: 20px;
		text-align: center; }
		.socials-nb li a i {
		color: #8d8d8d; }
		.socials-nb li a:hover i {
		color: #b60b20; }
		
		
		
		/* #Gallery */
		.swin-sc-isotope .grid:after {
			content: '';
			display: block;
		clear: both; }
		
		.swin-sc-isotope .grid-item {
			padding: 0;
		transition: all 0.3s ease; }
		.swin-sc-isotope .grid-item .grid-wrap-item {
			position: relative;
			overflow: hidden;
			width: 100%;
		height: 100%; }
		.swin-sc-isotope .grid-item .grid-wrap-item:before {
			content: '';
			position: absolute;
			z-index: 2;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(255, 255, 255, 0.7);
		opacity: 0; }
		.swin-sc-isotope .grid-item .gallery-title {
			position: absolute;
			width: 100%;
			text-align: center;
			font-size: 30px;
			z-index: 2;
			opacity: 0;
			top: 50%;
		margin-top: -50px; }
		.swin-sc-isotope .grid-item .view-lightbox,
		.swin-sc-isotope .grid-item .view-more {
			position: absolute;
			z-index: 2;
			opacity: 0;
			top: 50%;
			left: 50%;
			margin-top: 20px;
			width: 35px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			border-radius: 50%;
			background-color: #8d8d8d;
		transition: all 0.2s ease; }
		.swin-sc-isotope .grid-item .view-lightbox i,
		.swin-sc-isotope .grid-item .view-more i {
			font-size: 14px;
		color: #fff; }
		.swin-sc-isotope .grid-item .view-lightbox:hover,
		.swin-sc-isotope .grid-item .view-more:hover {
		background-color: #b60b20; }
		.swin-sc-isotope .grid-item .view-lightbox {
			margin-left: -40px;
		transition-delay: 0.2s; }
		.swin-sc-isotope .grid-item .view-more {
			margin-right: -10px;
		transition-delay: 0.3s; }
		.swin-sc-isotope .grid-item .img-wrap {
			position: absolute;
			width: 100%;
			left: 0;
			top: 0;
		height: 100%; }
		.swin-sc-isotope .grid-item img {
			display: block;
			z-index: 3;
			width: auto;
			height: 100%;
			max-width: none;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate3D(-50%, -50%, 0);
			-webkit-transform: translate3D(-50%, -50%, 0);
			-moz-transform: translate3D(-50%, -50%, 0);
			-ms-transform: translate3D(-50%, -50%, 0);
		-o-transform: translate3D(-50%, -50%, 0); }
		.swin-sc-isotope .grid-item.grid-item-h1 {
		height: 330px; }
		.swin-sc-isotope .grid-item.grid-item-h2 {
		height: 660px; }
		.swin-sc-isotope .grid-item:hover {
			box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
		z-index: 1; }
		.swin-sc-isotope .grid-item:hover .grid-wrap-item:before {
		opacity: 1; }
		.swin-sc-isotope .grid-item:hover .gallery-title {
			margin-top: -40px;
		opacity: 1; }
		.swin-sc-isotope .grid-item:hover .view-lightbox,
		.swin-sc-isotope .grid-item:hover .view-more {
			margin-top: 10px;
			opacity: 1;
		transition-delay: inherit; }
		.swin-sc-isotope .grid-item:hover img {
		z-index: 1; }
		
		
		
		/* ==========================================================================
			Footer
		========================================================================== */
		footer {
		color: #bcbac1; }
		
		/* Footer Area */
		.ft-widget-area {
			padding-top: 100px;
		padding-bottom: 100px; }
		
		.ft-fixed-area {
		position: relative; }
		.ft-fixed-area .reservation-box {
			color: #fff;
			background-color: #b60b20;
			/*  background-image: url("../../images/background/ft-res-bg.jpg");
				background-size: cover;
			position: relative; */
			top: 0px;
		padding: 20px; }
		.ft-fixed-area .reservation-wrap {
			border: 1px solid #fff;
			padding: 10px 25px 25px;
		position: relative; }
		.ft-fixed-area .reservation-wrap:before, .ft-fixed-area .reservation-wrap:after {
			content: '';
			position: absolute;
			width: 10px;
			height: 10px;
			border-radius: 50%;
		background-color: #fff; }
		.ft-fixed-area .reservation-wrap:before {
			top: -5px;
		right: -5px; }
		.ft-fixed-area .reservation-wrap:after {
			bottom: -5px;
		left: -5px; }
		.ft-fixed-area .reservation-wrap .res-title {
			font-size: 40px;
			text-align: center;
		font-family: 'Rancho', cursive; }
		.ft-fixed-area .reservation-wrap .res-date {
			width: 60%;
			float: left;
		overflow: hidden; }
		.ft-fixed-area .reservation-wrap .res-date .res-date-item {
			display: table;
		width: 100%; }
		.ft-fixed-area .reservation-wrap .res-date .res-date-text {
		display: table-cell; }
		.ft-fixed-area .reservation-wrap .res-date .res-date-dot {
			display: table-cell;
			padding-left: 5px;
			opacity: 0.7;
			font-size: 12px;
		letter-spacing: 1px; }
		.ft-fixed-area .reservation-wrap .res-time {
			width: 40%;
			float: right;
			padding-left: 5px;
		color: #1d1b20; }
		.ft-fixed-area .reservation-wrap .res-number {
			font-size: 30px;
			font-weight: 700;
			color: #1d1b20;
		text-align: center; }
		
		
		.fadeInUpShort {
			-webkit-animation-name: fadeInUpShort;
		animation-name: fadeInUpShort; }
		
		
		/* #General */
		.swin-media {
			display: table;
			padding: 18px 0;
		width: 100%; }
		.swin-media .content-left {
			display: table-cell;
			vertical-align: top;
			padding-right: 15px;
		width: 1%; }
		.swin-media .content-right {
			display: table-cell;
		vertical-align: top; }
		
		.swin-widget .title-widget {
			border: 4px solid #dfdfdf;
			padding: 12px;
			text-transform: uppercase;
			text-align: center;
			color: #29272e;
			font-size: 16px;
			font-weight: 700;
		margin-bottom: 30px; }
		
		.swin-widget.swin-widget:not(:last-child) {
		margin-bottom: 60px; }
		
		.swin-widget:before {
			content: '';
		clear: both; }
		
		.swin-widget:after {
			content: '';
			display: table;
		clear: both; }
		
		footer .swin-widget .title-widget {
			font-size: 18px;
			color: #fff;
			text-align: left;
			border-top: 0;
			border-left: 0;
			border-right: 0;
			border-bottom: 2px solid #a1a1a1;
		padding: 0 0 12px; }
		
		
		/* #Gallery */
		.widget-gallery.carousel .slick-dots li {
			width: 15px;
		margin: 0; }
		.widget-gallery.carousel .slick-dots li button:before {
		color: #b60b20; }
		
		.widget-gallery.carousel .slick-dots li.active button:before {
		opacity: 1; }
		
		/* #Widget About */
		.wget-logo {
		float: left; }
		
		.socials-about {
		float: right; }
		
		.wget-about-content {
			border-bottom: 1px solid #3a3a3a;
			padding-bottom: 20px;
			margin-top: 30px;
		margin-bottom: 20px; }
		.wget-about-content:last-child {
		border-bottom: 0; }
		
		.about-contact-info .address-info {
			width: 50%;
		float: left; }
		
		.about-contact-info .phone-info, .about-contact-info .email-info {
			width: 50%;
			float: left;
		padding-left: 0px; }
		
		.about-contact-info .info-icon {
			width: 35px;
			height: 50px;
			float: left;
			text-align: left;
		line-height: 50px; }
		.about-contact-info .info-icon i {
			color: #fff;
			font-size: 30px;
			border-bottom: 1px solid #fff;
		padding-bottom: 5px; }
		
		.about-contact-info .email-info .info-icon i {
		font-size: 25px; }
		
		.about-contact-info .info-content {
		margin-bottom: 10px; }
		.about-contact-info .info-content .info-icon {
		display: table-cell; }
		.about-contact-info .info-content .info-icon i {
		font-size: 22px; }
		.about-contact-info .info-content .info-text {
		display: table-cell; }
		
		/* Widget Open Hour */
		.open-date-time .open-date {
			width: 60%;
			float: left;
		overflow: hidden; }
		.open-date-time .open-date .open-date-item {
			display: table;
		width: 100%; }
		.open-date-time .open-date .open-date-text {
		display: table-cell; }
		.open-date-time .open-date .open-date-dot {
			display: table-cell;
			padding-left: 5px;
			opacity: 0.7;
			font-size: 12px;
		letter-spacing: 1px; }
		
		.open-date-time .open-time {
			width: 40%;
			float: right;
		padding-left: 5px; }
		
				