@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400,700&display=swap&subset=cyrillic');
/*font-family: 'Yanone Kaffeesatz', sans-serif;

colors
rose {background: #da9187;}
brown {background: #dca486;}
peach {background: #ecc4b3;}
*/

/*
[01] Common Style
[03] SCROLL UP
[04] FOOTER
[05] SUBFOOTER
[06] HEADER
[07] STICKY
[08] EXTRA INFO
[08] SLIDER
[10] HISTORY
[11] REASON
[12] DISHES
[13] MENU
[14] OFFER
[15] ADVANTAGE
*/

/*=======================================================================
[01] Common Style
=========================================================================*/
*{
	outline: none!important;
	transition: all ease-in-out .3s;	
}
html {
	position: relative;
	min-height: 100%;
}
body {
	-webkit-tap-highlight-color: transparent;	
	   -webkit-text-size-adjust: 100%;
	
	width: 100%;
	margin-bottom: 100px;	
	background:#fff;
	
	font-family: "Helvetica Neue", sans-serif;
	font-size:1em;
  	color: #7b8e9d;	
	line-height:1.5;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
}

::-moz-selection {
    text-shadow: none;
    background: #78909c;
	color:#eee;	
}
::selection {
    text-shadow: none;
    background: #78909c;
	color:#eee;	
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	margin: 30px 0;
}
h1 {
	text-align: center;
	font-size: 3em;
	margin-bottom: 50px;
}
p {
	font-size: 1em;
	line-height: 1.4;
	margin: 20px 0;
}
a {
	color: #da9187;
	text-decoration: none;
}
a:focus,
a:hover{
	color: #dca486;
	text-decoration: none;
}

section {
	padding: 50px 0 100px;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
img {
	max-width: 100%;
}
.bg-rose {background: #da9187;}
.bg-brown {background: #dca486;}
.bg-peach {background: #ecc4b3;}

.social-list li{
	display: inline-block;
	margin-right: 10px;
	font-size: 1.5em;
}
.social-list li a{color: #eee;}
.social-list li a:hover{color: #fff;}

/*=======================================================================
[03] SCROLL UP
=========================================================================*/
#scrollUp {
	background: #da9187;
	height: 40px;
	width: 40px;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	border-radius: 50%;
	line-height: 1.8;
}
#scrollUp:hover {
	background: #ecc4b3;
	color:#fff;
}

/*=======================================================================
[04] FOOTER
=========================================================================*/
footer {
	background: #222;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.2em;
	color: #ddd;
}
footer a {
	color: #fff;
}

/*=======================================================================
[05] SUBFOOTER
=========================================================================*/
.map-bg {
	position: relative;
	padding:0;
	height: 400px;
	margin-bottom: -120px;
	z-index: 1;
}	
.subfooter {
	background: #222;
	background-size: cover;	
	color: #ddd;
	font-size: 0.9em;
	padding-bottom: 50px;
}
.subfooter.with-map {
	padding-top: 130px;
}
.subfooter h4{
	margin-bottom: 20px;
}		
.subfooter a{
	color: #fff;
}
.contact-list li {
	margin: 7px 0;
}		
.opentime-list li {
	color: #fff;
	list-style: outside none none;
	margin-bottom: 8px;
	max-width: 250px;
}
.opentime-list li span {
	float: right;
}

/*=======================================================================
[06] HEADER
=========================================================================*/
.header-transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	transition: .4s;
}
.header-top-line {
	background: rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 10px 0;
	color: #eee;
}
.header-top-line i {
	font-size: 1.3em;
}
.header-top-line .social-list {
	text-align: right;
}
.header-top-line .social-list li{
	font-size: 1.2em;
	margin: 0 0 0 15px;
}
.header-top-line .top-info-list li{
	display: inline-block;	
	margin-right: 15px;
}
@media (max-width: 991px) {
	.header-top-line {
		padding: 0;
	}
	.header-top-line .top-info-list,
	.header-top-line .social-list {
		text-align: center;	
	}
	.header-top-line .top-info-list li,
	.header-top-line .social-list li{
		margin: 5px 10px;	
	}	
}
.main-menu-area {
	padding:5px 0;
}
.main-menu {
	float: right;
	text-align: right;
}
.main-menu nav > ul > li {
	position: relative;
	display: inline-block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.7em;
	font-weight: 400;
	color: #ddd;
	text-transform: capitalize;
	line-height: 1;
	margin-left: 30px;
	padding: 15px 0;	
	transition: .3s;
}
.main-menu ul li:first-child{
	margin-left:0
}
.main-menu nav > ul > li > a {
	color: #eee;
}
.main-menu nav > ul > li:hover > a, 
.main-menu nav > ul > li.active > a {
	color: #fff;
}
@media (max-width: 767px) {
	.main-menu-area {
		padding: 0;
	}
}
.header-right {
	margin-left: 35px;
	margin-top: 5px;
	float: right;
}
.header-right ul{}
.header-right ul li {
	display: inline-block;
	margin-left: 10px;
	position: relative;
}
.header-right ul li span {
	background:rgba(0,0,0,0.2);
	border-radius: 100%;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	height: 20px;
	left: 20px;
	line-height: 19px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 20px;
}
.header-right ul li a {
	height: 40px;
	width: 40px;
	background:rgba(0,0,0,0.4);
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	font-size: 1.1em;
	line-height: 2.3;
	color: #fff;
}
.header-right ul li a:hover,
.header-right ul li.active a {
	background:rgba(0,0,0,0.6);
	color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
	.header-right {
		padding-top: 0;
		margin-right: 70px;
	}
}
@media (max-width: 767px) {
	.header-right {
		display: none;
	}
}

/*=======================================================================
[07] STICKY
=========================================================================*/
.sticky {
	position: fixed;
	left: 0;	
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
			animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fafafa;
	margin-top: 0;
}
@media (max-width: 991px) {
	.sticky {
		display: none;
	}
}
.sticky-logo {
	display: none;
}
.sticky .standard-logo{
	display: none;
}	
.sticky .sticky-logo{
	display: block;
}
.sticky .main-menu nav > ul > li > a {
	color: #777;
}
.sticky .main-menu nav > ul > li:hover > a, 
.sticky .main-menu nav > ul > li.active > a {
	color: #222;
}
.mean-container a.meanmenu-reveal {
	top: -30px;
	border: 1px solid #fff;
	color: #fff;
}
.mean-container a.meanmenu-reveal span {
	background: #fff;
	display: block;
	height: 3px;
	margin-top: 4px;
}	
.sticky .mean-container a.meanmenu-reveal {
	top: -30px;
	border: 1px solid #474747;
	color: #474747;
}
.sticky .mean-container a.meanmenu-reveal span {
	background: #474747;
	display: block;
	height: 3px;
	margin-top: 4px;
}

/*=======================================================================
[08] EXTRA INFO
=========================================================================*/
.extra-info {
	background: #222;
	height: 100%;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 340px;
	z-index: 9999;
	transform: translateX(100%);
	padding-bottom: 40px;
}
.extra-info.info-open {
	transform: translateX(0);
}
.extra-info-left{
	right:inherit;
	left: 0;
	transform: translateX(-100%);
}
.extra-info.extra-info-left.info-open{
	transform: translateX(0);
}
.close-icon {
  margin-top: -16px;
  text-align: right;
}
.close-icon > button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #d98d82;
	cursor: pointer;
	font-size: 2em;
	padding: 0;
}
.extra-info h4 {
	margin-bottom: 15px;
}
.extra-info p {
  color: #ddd;
  font-size: 0.9em;
  line-height: 1.4;
}

/*=======================================================================
[09] SLIDER
=========================================================================*/
.slider-area { 
	position: relative;
}
.single-slider {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
	
	background-size: cover;
	background-position: center center;
	min-height: 700px;
}
.single-slider.slider1 {
	background-image:url(../images/slider/slider1.jpg);
}
.single-slider.slider2 {
	background-image:url(../images/slider/slider2.jpg);
}
.single-slider.slider3 {
	background-image:url(../images/slider/slider3.jpg);
}
.slider-content{
	position: relative;
}
.slider-content h1 {
	font-size: 5em;
	font-weight: 300;
	margin-bottom: 30px;
	color: #f3e7dd;
	text-align: left;
}
.slider-content p {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
}
.slider-price {
	position: absolute;
	top: 0px;
	right: -70px;
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 100%;
	padding-top: 10px;
	border: 3px dotted #fff;
	background:#da9187;
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.5em;
	text-align: center;
	line-height: 1;	
}
.slider-price b{
	font-size: 2em;
}

@media (max-width: 991px) {
	.single-slider {
		background-size: cover;
		background-position: center center;
		min-height: 500px;
	}
	.single-slider.slider1,
	.single-slider.slider2,
	.single-slider.slider3 {
		background-image:url(../images/slider/slider0.jpg);
	}
	.slider-content h1 {
		font-size: 4em;
		margin-top: 40px;
	}	
	.slider-content .slider-price {
		top: auto;
		bottom: -90px;
		right: 0;
	}	
}
@media (max-width: 576px) {
	.single-slider {
		min-height: 650px;
	}	
}
.slider-active button.slick-arrow {
	position: absolute;
	top: 50%;
	left: 10px;
	height: 70px;
	width: 70px;
	padding: 0;
	background: rgba(0,0,0,0.4);
	border-radius: 100%;
	transform: translateY(-50%);
	border: 0;
	font-size: 2em;
	color: #fff;
	
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transition:.3s;
}
.slider-active button.slick-next{
	left: auto;
	right:10px;
}
.slider-active:hover button{
    opacity: 1;
    visibility: visible;
}
.slider-active button:hover{
    background: rgba(0,0,0,0.6);
    color: #eee;
}

/*=======================================================================
[10] HISTORY
=========================================================================*/
.animate-img img {
	width: 100%;
	padding: 20px;
}	
.animate-img .img-thumbnail {
	margin: 0 auto;
	position: relative;
	padding: 0;
	padding-left: 0px;
	border: 0;
	display: block;
	border-radius: 0;
	background-color: transparent;
}
.animate-img .img-thumbnail::before {
	border-top: 5px solid #cda386;
	border-left: 5px solid #cda386;
	content: "";
	height: 262px;
	top: 0px;
	position: absolute;
	transition: all ease 0.6s;
	width: 262px;
	z-index: -1;
}
.animate-img .img-thumbnail::after {
	border-bottom: 5px solid #cda386;
	border-right: 5px solid #cda386;
	content: "";
	height: 262px;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: all ease 0.6s;
	width: 262px;
	z-index: -1;
}
.animate-img .img-thumbnail {
	margin: 0 auto;
	position: relative;
	padding: 0;
	border: 0;
	display: block;
	border-radius: 0;
	background-color: transparent;
}	
.animate-img .img-thumbnail::before,
.animate-img .img-thumbnail::after {
	animation: sonarWave2 4s linear infinite;
	background-color: #cda386;
	opacity: 0;
	z-index: -1;
}
.animate-img .img-thumbnail {
	padding-left: 0;
	overflow: hidden;
}

@keyframes sonarWave2 {
	from {
		opacity: 1;
	}
	to {
		transform: scale(3);
		opacity: 0;
	}
}
@keyframes sonarWave {
	from {
		opacity: 0.4;
	}
	to {
		transform: scale(3);
		opacity: 0;
	}
}

/*=======================================================================
[11] REASON
=========================================================================*/
.reason-block {
	background: url(../images/bg-reason.png) bottom center no-repeat;
	background-color: #f5f5f5;
	padding-bottom: 150px;
}
.reason-list {
	text-align: center;
}
.reason-list li{
	display: inline-block;
	width: 280px;
	margin: 15px;
	vertical-align: top;	
}
.reason-img {
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
	border-radius: 100%;
	border: 3px dotted #cda386;		
	text-align: center;
	overflow: hidden;
	padding-top: 15px;
}	
.reason-list li:hover .reason-img{
	background: #fff;
	-webkit-transform: translateY(-5px);
			transform: translateY(-5px);	
}
.reason-img img{
	width: 60px;
}	
.reason-list h4{
	font-weight: 400;
}	
.reason-list p{
	font-size: 0.94em;
	line-height: 1.3;
}
@media (max-width: 767px) {
	.reason-list li{
		width: 90%;
		margin: 15px auto;
	}
}

/*=======================================================================
[12] DISHES
=========================================================================*/

.dishes-block {
	background: url(../images/green1.png) top left no-repeat, 
				url(../images/green.png) bottom right no-repeat;
	background-color: #f5f5f5;
	padding-bottom: 150px;
}
.dishes-box {
	background: #fff;
	border: 1px solid  rgba(0,0,0,0.05);
	position: relative;
	padding: 0;
}	
.dishes-box .dishes-content {
	padding: 10px;
	height: 380px;
	overflow: hidden;
	position: relative;
}
.dishes-box .dishes-content h4{
	font-size: 1.4em;
	font-weight: 400;
	margin: 20px 0;
}
.dishes-box .dishes-content p{
	line-height: 1.3em;
	margin: 20px 0;
}
.dishes-content .slider-price {
	position: absolute;
	top: 120px;
	right: 2px;
}
@media (max-width: 767px) {
	.dishes-block {
		background-image: none;
		padding-bottom: 80px;
	}
	.dishes-box .dishes-content {
		height: auto;
	}
	.dishes-content .slider-price {
		top: 200px;
		right: 2px;
	}	
}

/*=======================================================================
[13] MENU
=========================================================================*/
.menu-block {
	background-image: linear-gradient(90deg, #fafafa 25%, #fff 25%, #fff 50%, #fafafa 50%, #fafafa 75%, #fff 75%, #fff 100%);
	background-size: 100px 100px;
}
.menu-tabs {
	margin-bottom: 30px;
}	
.menu-tabs li {	
	position: relative;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.3em;
	padding: 0 15px;
}
.menu-tabs li::before {
	position: absolute;
	content: "/";
	right: 0;
	top: 10px;
	font-weight: 200;
}
.menu-tabs li:last-child::before{
	display:none;
}
.menu-tabs li a.active,
.menu-tabs li a:hover{
	color: #222;
}
.menu-item {
	align-items: center;
	border: 1px solid #f1f1f1;
	background: #fff;
	display: flex;
	padding: 15px;
	margin-bottom: 20px;
}
.menu-item-img {
	flex: 0 0 100px;
}
.menu-item-img > img {
	width: 100%;
}
.menu-item-content {
	margin-left: 25px;
	width: 100%;
}
.menu-item-title-price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 7px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #cccccc;
}
.menu-title h4 {
	font-size: 1.3em;
	font-weight: 400;
	margin:0;
}
.menu-price {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #d98d82;
	font-size: 1.6em;
	font-weight: 400;
}
.menu-item-content > p {
	margin: 0;
	font-size: 0.9em;
}

/*=======================================================================
[14] OFFER
=========================================================================*/
.offer-block {
	background: url(../images/bg-offer.jpg) top center no-repeat fixed;
	background-size: cover;
}
.offer-block h1{
	color: #fff;
}
.offer-list {
	text-align: center;
}
.offer-list li{
	display: inline-block;
	width: 49%;
	position: relative;
	padding: 30px;
}
.offer-title {
	position: absolute;
	background: rgba(255,255,255,0.9);
	padding: 20px;
	left:0;
	top:0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	text-align: left;		
}
.offer-list .slider-price {
	top: auto;
	bottom: 0;
	right: 0;
	padding-top: 25px;
}
@media (max-width: 767px) {
	.offer-list li{
		width: 100%;
		position: relative;
		padding: 20px;
		margin-bottom: 40px;
	}
}

/*=======================================================================
[15] ADVANTAGE
=========================================================================*/
.advantage-list{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.advantage-list dt span{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-right: 20px;
	text-align: center;
	color: #fff;
	padding-top: 20px;
}
.advantage-list dd h4 {
	margin: 5px 0;
}
.advantage-list dd p {
	margin: 5px 0;
	font-size: 0.9em;
	line-height: 1.3;
}	
@media (max-width: 991px) {
	.advantage-list{
		margin-top: 40px;
	}
}

